.container{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px
}
.left,.right{
    flex:1;
}
.left{
    margin-left: 10px;
}
.left .post_b_left {
    margin-top: 10px;
    display: none;
}
.right{
    position: relative;
}
.operate-btn-container-header {
    display: none !important;
}
.commend_list_container{
    background-image: url(../images/commend_list_bg.png);
    background-size: cover;
    background-position: center; /* 可选，确保图片居中 */
    background-repeat: no-repeat; /* 可选，防止图片重复 */
    padding-top: 20px;
}
.commend_list_title{
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.commend_list_title img {
    transform: scale(1.5);
}
.commend_list {
    margin: auto;
    height: max-content;
    /* background: linear-gradient( 343deg, rgba(74,61,255,0) 0%, #4A3DFF 100%), linear-gradient( 160deg, rgba(255,244,240,0) 0%, #FFE4D9 100%), #DDE1FB; */
    padding: 17px 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 15px;
    min-height: 0;
}
.past_a{
    margin-top: 25px !important;
    width: 300px !important;
    height: 250px !important;
}
.past_a img{
    width: 100%;
}
.commend_list .item img {
    object-fit: contain;
    object-position: center;
}
.past_a{
    margin-top: 10px;
    display: flex;
    justify-content: right;
}
.post_b{
    position: sticky;
    top: 20px;
    width: 300px;
    height: 600px;
    margin: auto;
}
.post_d{
    width: 64%;
    margin: 0 auto;
}
.middle{
    width: 67.192%;
    min-width: 1100px;
    height: auto;
    aspect-ratio: 16/10;
}
.game{
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
}
.bottom{
    width: 64%;
    margin: 0 auto;
}
.bottom-w-full{
    width: 100%;
}
.post_c{
    margin: 32px auto 25px auto;
    max-width: 728px;
    height: 90px;
}
.bottom_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 50px;
}
h3{
    font-size: 28px;
    color: #000000 !important;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

@media (max-width: 1740px) {
    .middle {
        width: 82%;
    }

    .past_a {
        display: none;
    }

    .left .post_b_left {
        display: block;
        width: 300px;
        height: 250px;
    }

    .right {
        display: none;
    }

    .operate-btn-container-header {
        display: flex !important;
    }
}

@media (max-width: 1410px) {
    .commend_list_container {
        height: 94%;
    }

    .commend_list {
        width: calc(100% - 20px);
        height: calc(100% - 55px);
        grid-template-columns: repeat(1, 1fr);
    }

    .commend_list > .item:nth-child(n+5) {
        display: none;
    }

    .left .post_b_left {
        display: none;
    }
    .past_a {
        display: none;
    }
}

@media (max-width: 1300px) {
    .commend_list {
        width: calc(100% - 20px);
        height: 90%;
        grid-template-columns: repeat(1, 1fr);
    }
    .commend_list > .item:nth-child(n+7) {
        display: none;
    }
    .commend_list_title img {
        transform: scale(1.2);
    }
}

@media (max-width: 1250px) {
    .middle {
        min-width: 100%;
    }
    .left {
        display: none;
    }

    .right {
        display: none;
    }
}
