::-webkit-scrollbar {
    width:0px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:10px;
}
::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(255,0,0,0.4);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei UI','Microsoft YaHei UI Bold', 'Microsoft YaHei UI Regular', 'Microsoft YaHei UI', sans-serif;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
div, i {
    -webkit-tap-highlight-color: transparent;
}
html, body {
    width: 100%;
    height: 100%;
    background-color: rgba(236, 236, 236, 1);
    -webkit-tap-highlight-color: transparent;
}
body {
    position: relative;
    background-color: rgba(236, 236, 236, 1);
    -webkit-tap-highlight-color: transparent;
}
ul,ol {
    list-style: none
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 500
}
button {
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.main {
    display: flex;
    position: relative;
}
.aside {
    position: fixed;
    width: 200px;
    height: 100%;
    overflow-x: auto;
}
.context .small_box {
    overflow: paged-x;
}
.section {
    margin-left: 224px;
    width: 974px;
}
.aside,.title,.navigation,.public_box{
    background: #fff;
    border-radius: 23px;
}
.aside .header .logo {
    margin: 15px 0 28px;
    height: 31px;
}
.aside .header .logo a {
    height: 100%;
    display: block;
    text-align: center;
}
.aside .header .logo a img {
    height: 100%;
    cursor: pointer;
}
.aside .header .search_box {
    width: 145px;
    height: 30px;
    border-radius: 11px;
    background: rgba(242, 242, 242, 1);
    margin-left: 15px;
    margin-bottom: 13px;
    position: relative;
}
.aside .header .search_box input {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    height: 30px;
    border-radius: 11px;
    padding: 6px 12px;
    width: 100%;
    outline: none;
}
.aside .header .search_box button {
    position: absolute;
    right: 10px;
    top: 7px;
    cursor:pointer
}
.nav ul li a ,.small_box ul li a {
    display: block;
    width: 100%;
    height: 46px;
    padding: 13px 15px;
}

.nav ul li a:hover ,.small_box ul li a:hover {
    background: rgba(209, 245, 255, 1);
}
.nav ul li a i ,.small_box ul li a i {
    font-size: 18px;
    color: #333333;
}
.nav ul li a span ,.small_box ul li a span {
    font-size: 14px;
    color: #333;
}
.small_box {
    margin-top: 20px;
}
.small_box hr {
    width: 170px;
    height: 0;
    border-top: 1px solid #dbdbdb;
    margin: 0 auto 20px;
}
.small_box h3 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
.footer {
    /*position: absolute;*/
    bottom: 0px;
    width: 200px;
}
.footer .small_box ul li a {
    padding-left: 34px;
}
.section .s_box {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 23px;
    padding: 10px;
}
.section .title {
    font-size: 16px;
    font-weight: 700;
    padding-left: 23px;
    color: #333333;
    height: 60px;
    line-height: 60px;
    margin-bottom: 15px;
}
.section .grey {
    color: #838383;
}
.box_one,.box_two {
    display: flex;
    flex-wrap: wrap;
}
.box_one a {
    width: 144px;
    height: 167px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin: 15px 22px 0 0;
    position: relative;
    background: #ffffff;
}
.gri a {
    width: 123px;
    height: 143px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
}
.gri .ad {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
}
.sousuo_box {
    padding: 20px;
}
.sousuo_box a {
    margin-right: 14px;
}
.box_one a:nth-child(6n) {
    margin-right: 0;
}
.box_one a:nth-child(-n + 6) {
    margin-top: 0;
}
.box_one a .img ,.gri a .img {
    width: 144px;
    height: 144px;
    overflow: hidden;
    border-radius: 6px;
}
.gri a .img {
    width: 123px;
    height: 123px;
    overflow: hidden;
    border-radius: 6px;
}
.box_one a .img img , .gri a .img img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.box_one a:hover .img img ,.gri a:hover .img img {
    transform: scale(1.2);
}

.box_one a .content_info, .gri a .content_info {
    width: 144px;
    height: 23px;
    padding: 1.5px 20px;
    background: #fff;
}
.gri a .content_info {
    width: 123px;
    height: 20px;
    padding: 1.5px 20px;
    background: #fff;
}
.box_one a .content_info p ,.gri a .content_info p {
    font-size: 14px;
    color: #7b7b7b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.box_two a {
    display: flex;
    width: 227px;
    height: 90px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 6px;
    margin: 15px 20px 0 0;
    border-radius: 6px;
}
.box_two a:nth-child(4n) {
    margin-right: 0;
}
.box_two a:nth-child(-n + 4) {
    margin-top: 0;
}
.box_two a .img {
    width: 78px;
    height: 78px;
    overflow: hidden;
    border-radius: 6px;
    margin-right: 15px;
}
.box_two a .img img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.box_two a:hover .img img {
    transform: scale(1.2);
}

.box_two a .text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 122px;
}
.box_two a .text h3 {
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box_two a .text p {
    position: relative;
    height: 15px;
}
.box_two a .text p span {
    color: #7b7b7b;
    font-size: 12px;
}
.box_two a .text p span i {
    color: #7b7b7b;
    font-size: 13px;
    margin-right: 5px;
}
.box_two a .text p span:nth-last-child(1) i {
    margin-right: 0;
}
.box_two a .text p span:nth-child(1) {
    position: absolute;
    left: 0;
}
.box_two a .text p span:nth-child(2) {
    position: absolute;
    left: 70px;
}
.navigation {
    margin-bottom: 15px;
    height: 60px;
    padding: 21px 15px;
}
.navigation span ,.navigation a , .navigation {
    color: #838383;
    font-size: 14px;
}
.public_box {
    margin-bottom: 15px;
}
.game_box {
    padding: 15px 20px;
    display: flex;
    position: relative;
}
.game_box .game {
    width: 583px;
    margin-right: 15px;
}
.game_box .ad_box {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 300px;
}
.game_box .game .mm_t {
    display: flex;
    height: 111px;
    margin-bottom: 15px;
}
.game_box .game .mm_t .img {
    width: 111px;
    height: 111px;
    margin-right: 30px;
    border-radius: 6px;
    overflow: hidden;
}
.game_box .game .mm_t .img img {
    width: 100%;
    height: 100%;
}
.game_box .game .mm_t .ml_t h3 {
    width: 350px;
    font-size: 24px;
    color: #333333;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 31px;
    margin: 10px 0 20px;
}
.game_box .game .mm_t .ml_t {
    width: 330px;
    height: 60px;

}
.game_box .game .mm_t .ml_t .g_a_link {
    padding: 12px;
    display: flex;
}
.game_box .game .mm_t .ml_t .g_a_link .buttons {
    display: flex;
    margin-right: 20px;
}
.game_box .game .mm_t .ml_t .g_a_link .buttons div {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.game_box .game .mm_t .ml_t .g_a_link .buttons div:nth-child(2) {
    margin-left: 5px;
}

.game_box .game .mm_t .ml_t .g_a_link .buttons div i {
    font-size: 18px;
    color: #333333;
}
.game_box .game .mm_t .ml_t .g_a_link .rating-bar {
    width: 174px;
    height: 36px;
    padding-top: 5px;
}
.game_box .game .mm_t .ml_t .g_a_link .rating-bar .rating-name_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
}
.game_box .game .mm_t .ml_t .g_a_link .rating-bar .rating-name_box p {
    font-size: 12px;
    color: #838383;
}
.game_box .game .mm_t .ml_t .g_a_link .rating-bar .article {
    width: 174px;
    height: 7px;
    border-radius: 7px;
    background: #f4f4f4;
    position: relative;
}
.game_box .game .mm_t .ml_t .g_a_link .rating-bar .article .c {
    background: rgba(141, 234, 71, 1);
    height: 7px;
    border-radius: 7px;
}
.game_box .game .game_details {
    position: relative;
}
.game_box .game .game_details .buttons {
    display: flex;
    margin-top: 40px;
    flex-direction: column;
    position: absolute;

    z-index: 2;
}
.game_box .game .game_details .buttons span {
    display: block;
    height: 40px;
    width: 100px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(111 ,111 ,111 ,.2);
    text-align: center;
    color: #d9d9d9;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px;
}
.game_box .game .game_details .buttons .active {
    font-weight: 700;
    color: #838383;
}

.game_box .game .game_details .details_box {
    background: rgba(255, 255, 255, 1);
    border-radius: 18px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 30px;
    position: relative;
}
.game_box .game .game_details .details_box ul {
    display: none;
}
.game_box .game .game_details .details_box .active {
    display: block;
}

.game_box .game .game_details .details_box ul li {
    display: flex;
    width: 523px;
    height: 23px;
    margin-bottom: 20px;
    padding-left: 153px;
}
.game_box .game .game_details .details_box ul li h3 {
    width: 120px;
    height: 23px;
    font-size: 16px;
    color: #838383;
    font-weight: 700;
    line-height: 23px;
}
.game_box .game .game_details .details_box ul li p {
    width: 250px;
    padding-left: 100px;
    font-size: 16px;
    color: #838383;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 23px;
    line-height: 23px;
}
.box_three {
    padding: 15px;
}
.box_three h3 {
    font-size: 16px;
    font-weight: 700;
    color: #9F9F9F;
}
.seeding_box {
    padding: 20px;
}
.seeding_box .seeding {
    width: 934px;
    height: 211px;
}
.seeding_box .seeding img {
    height: 211px;
}
.seeding .swiper-wrapper .swiper-slide {
    width: auto;
    height: 211px;
}
.get_app_box {
    height: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.get_app_box a {
    width: 250px;
    height: 53px;
    border-radius: 6px;
    background: #f4f4f4;
    margin-right: 20px;
    text-align: center;
    color: #909090;
    padding: 9px 0;
}
.get_app_box a h4 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
}
.get_app_box a h4 i {
    font-size: 22px;
    font-weight: 100;
}
.get_app_box a p {
    font-size: 12px;
    text-align: center;
}
.get_app_box a:nth-last-child(1) {
    margin-right: 0;
}
.box_three .dec {
    margin-top: 25px;
}
.box_three .dec p {
    color: #9F9F9F;
    font-size: 14px;
    line-height: 25px;
}
.gri {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(7,123px);
    padding: 20px;
    border-radius: 18px;
    background: #ffffff;
}
.ad {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.ad p {
    font-size: 12px;
    font-weight: 700;
    color: #777;
}
header {
    height: 60px;
    background-color: #fff;
}
header .container {
    display: flex;
    align-items: center;
    height: 60px;
}
header .container .logo_img {
    height: 60px;
    display: flex;
    align-items: center;
    position: absolute;
}
header .container .logo_img img {
    height: 50px;
}
header .container nav {
    margin: 0 auto;
    display: flex;
    align-items: center;
}
header .container nav {
    font-size: 18px;
}
header .container nav a {
    color: #333;
    display: block;
    margin-right: 60px;
}
header .container nav a:nth-last-child(1) {
    margin-right: 0;
}
header .container nav a i {
    font-size: 22px;
}
.promotion_box {
    padding: 15px;
    margin: 20px 0;
    background-color: #fff;
    border-radius: 10px;
}
.promotion {
    display: grid;
    grid-template-columns: repeat(8,134px);
    gap: 14px;
}
.promotion a {
    width: 134px;
    height: 134px;
    overflow: hidden;
    position: relative;
}
.promotion a .thum {
    position: relative;
    width: 134px;
    padding-bottom: 134px;
    overflow: hidden;
    height: 0;
}
.promotion a .thum img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-position: center;
    object-fit: cover;
    transition: all .3s;
    
}
.promotion a:hover .thum img {
    transform: scale(1.2);
}
.promotion a p {
    position: absolute;
    background-color: #ccc;
    color: #fff;
    height: 25%;
    width: 100%;
    bottom: -25%;
    transition: all .3s;
    line-height: 33px;
    padding: 0 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.promotion a:hover p {
    bottom: 0px;
}
.promotion a:nth-child(10) ,
.promotion a:nth-child(11) ,
.promotion a:nth-child(12) ,
.promotion a:nth-child(17) ,
.promotion a:nth-child(20) ,
.promotion a:nth-child(29) ,
.promotion a:nth-child(27) ,
.promotion a:nth-child(28) {
    width: 282px;
    height: 282px;
}
.promotion a:nth-child(10) .thum ,
.promotion a:nth-child(11) .thum ,
.promotion a:nth-child(12) .thum ,
.promotion a:nth-child(17) .thum ,
.promotion a:nth-child(20) .thum ,
.promotion a:nth-child(29) .thum ,
.promotion a:nth-child(27) .thum ,
.promotion a:nth-child(28) .thum {
    width: 282px;
    padding-bottom: 282px;
}
.promotion a:nth-child(10) p ,
.promotion a:nth-child(11) p ,
.promotion a:nth-child(12) p ,
.promotion a:nth-child(17) p ,
.promotion a:nth-child(20) p ,
.promotion a:nth-child(29) p ,
.promotion a:nth-child(27) p ,
.promotion a:nth-child(28) p {
    width: 282px;
    line-height: 70px;
    font-size: 30px;
}
.promotion a:nth-child(10) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 4;
}
.promotion a:nth-child(11) {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 4;
}
.promotion a:nth-child(12) {
    grid-column-start: 6;
    grid-column-end: 8;
    grid-row-start: 2;
    grid-row-end: 4;
}
.promotion a:nth-child(17) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 6;
}
.promotion a:nth-child(20) {
    grid-column-start: 6;
    grid-column-end: 8;
    grid-row-start: 4;
    grid-row-end: 6;
}
.promotion a:nth-child(27) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 6;
    grid-row-end: 8;
}
.promotion a:nth-child(28) {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 6;
    grid-row-end: 8;
}
.promotion a:nth-child(29) {
    grid-column-start: 6;
    grid-column-end: 8;
    grid-row-start: 6;
    grid-row-end: 8;
}
footer {
    background-color: #fff;
}
footer .container {
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
}
footer .container a {
    height: 23px;
    color: #333;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-right: 2px solid #ccc;
    font-size: 14px;
}
footer .container a:nth-last-child(1) {
    border-right: none;
}
footer .container a:hover {
    color: #999;
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
    display: none;
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 1001;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
}

.mobile-menu-toggle span {
    display: block;
    width: 24px;
    height: 3px;
    background: #333;
    border-radius: 2px;
    transition: all 0.3s;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Responsive Design - Mobile First Approach */
@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
    
    .section {
        width: calc(100% - 224px);
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex;
    }
    
    .container {
        width: 100%;
        padding: 0 10px;
    }
    
    .main {
        flex-direction: column;
    }
    
    .aside {
        position: fixed;
        left: -200px;
        top: 0;
        width: 200px;
        height: 100vh;
        z-index: 1000;
        transition: left 0.3s ease;
        overflow-y: auto;
        box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    }
    
    .aside.active {
        left: 0;
    }
    
    .section {
        margin-left: 0;
        width: 100%;
        padding: 60px 10px 20px;
    }
    
    .aside .header .search_box {
        width: calc(100% - 30px);
        margin: 0 15px 13px;
    }
    
    .box_one {
        justify-content: space-between;
    }
    
    .box_one a {
        width: calc(50% - 10px);
        height: auto;
        margin: 10px 5px 0;
        min-width: 0;
    }
    
    .box_one a:nth-child(6n) {
        margin-right: 5px;
    }
    
    .box_one a:nth-child(2n) {
        margin-right: 0;
    }
    
    .box_one a .img,
    .box_one a .content_info {
        width: 100%;
    }
    
    .box_one a .img {
        height: auto;
        padding-bottom: 100%;
        position: relative;
    }
    
    .box_one a .img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .box_one a .content_info {
        height: auto;
        padding: 8px 5px;
    }
    
    .box_one a .content_info p {
        font-size: 12px;
    }
    
    .box_two {
        flex-direction: column;
    }
    
    .box_two a {
        width: 100%;
        margin: 10px 0 0;
        max-width: 100%;
    }
    
    .box_two a:nth-child(4n) {
        margin-right: 0;
    }
    
    .box_two a:nth-child(-n + 4) {
        margin-top: 10px;
    }
    
    .box_two a:first-child {
        margin-top: 0;
    }
    
    .box_two a .text {
        width: calc(100% - 93px);
    }
    
    .gri {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 15px;
    }
    
    .gri a {
        width: 100%;
        height: auto;
    }
    
    .gri a .img {
        width: 100%;
        padding-bottom: 100%;
        position: relative;
        height: 0;
    }
    
    .gri a .img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .gri a .content_info {
        width: 100%;
    }
    
    .gri .ad {
        grid-column: 1 / -1;
        grid-row: auto;
    }
    
    .promotion {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .promotion a {
        width: 100%;
        height: auto;
    }
    
    .promotion a .thum {
        width: 100%;
        padding-bottom: 100%;
    }
    
    .promotion a:nth-child(10),
    .promotion a:nth-child(11),
    .promotion a:nth-child(12),
    .promotion a:nth-child(17),
    .promotion a:nth-child(20),
    .promotion a:nth-child(29),
    .promotion a:nth-child(27),
    .promotion a:nth-child(28) {
        width: 100%;
        height: auto;
        grid-column: 1 / -1;
        grid-row: auto;
    }
    
    .promotion a:nth-child(10) .thum,
    .promotion a:nth-child(11) .thum,
    .promotion a:nth-child(12) .thum,
    .promotion a:nth-child(17) .thum,
    .promotion a:nth-child(20) .thum,
    .promotion a:nth-child(29) .thum,
    .promotion a:nth-child(27) .thum,
    .promotion a:nth-child(28) .thum {
        width: 100%;
        padding-bottom: 100%;
    }
    
    .promotion a:nth-child(10) p,
    .promotion a:nth-child(11) p,
    .promotion a:nth-child(12) p,
    .promotion a:nth-child(17) p,
    .promotion a:nth-child(20) p,
    .promotion a:nth-child(29) p,
    .promotion a:nth-child(27) p,
    .promotion a:nth-child(28) p {
        width: 100%;
        line-height: 25px;
        font-size: 14px;
    }
    
    .game_box {
        flex-direction: column;
        padding: 15px;
    }
    
    .game_box .game {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .game_box .ad_box {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        margin-top: 20px;
    }
    
    .game_box .game .mm_t {
        flex-direction: column;
        height: auto;
    }
    
    .game_box .game .mm_t .img {
        width: 100%;
        max-width: 200px;
        margin: 0 auto 15px;
    }
    
    .game_box .game .mm_t .ml_t {
        width: 100%;
        height: auto;
    }
    
    .game_box .game .mm_t .ml_t h3 {
        width: 100%;
        font-size: 18px;
        white-space: normal;
        height: auto;
        margin: 0 0 15px;
    }
    
    .game_box .game .mm_t .ml_t .g_a_link {
        flex-direction: column;
        padding: 0;
    }
    
    .game_box .game .mm_t .ml_t .g_a_link .buttons {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .game_box .game .mm_t .ml_t .g_a_link .rating-bar {
        width: 100%;
    }
    
    .game_box .game .mm_t .ml_t .g_a_link .rating-bar .article {
        width: 100%;
    }
    
    .game_box .game .game_details {
        position: relative;
    }
    
    .game_box .game .game_details .buttons {
        position: relative;
        flex-direction: row;
        margin-top: 0;
        margin-bottom: 15px;
        width: 100%;
        overflow-x: auto;
    }
    
    .game_box .game .game_details .buttons span {
        min-width: 80px;
        margin-right: 10px;
        margin-bottom: 0;
        font-size: 12px;
    }
    
    .game_box .game .game_details .details_box {
        padding: 15px;
    }
    
    .game_box .game .game_details .details_box ul li {
        width: 100%;
        flex-direction: column;
        padding-left: 0;
        height: auto;
        margin-bottom: 15px;
    }
    
    .game_box .game .game_details .details_box ul li h3 {
        width: 100%;
        margin-bottom: 5px;
    }
    
    .game_box .game .game_details .details_box ul li p {
        width: 100%;
        padding-left: 0;
        white-space: normal;
        height: auto;
    }
    
    .seeding_box {
        padding: 15px;
    }
    
    .seeding_box .seeding {
        width: 100%;
        height: auto;
    }
    
    .seeding_box .seeding img {
        width: 100%;
        height: auto;
    }
    
    .get_app_box {
        flex-direction: column;
        height: auto;
        padding: 15px;
    }
    
    .get_app_box a {
        width: 100%;
        max-width: 300px;
        margin: 0 0 15px;
    }
    
    .get_app_box a:nth-last-child(1) {
        margin-bottom: 0;
    }
    
    .s_box {
        margin-bottom: 20px;
    }
    
    .title {
        font-size: 18px;
        padding-left: 15px;
        height: auto;
        line-height: 1.5;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .small_box hr {
        width: calc(100% - 30px);
    }
    
    header {
        position: relative;
    }
    
    header .container {
        flex-wrap: wrap;
        height: auto;
        padding: 10px;
    }
    
    header .container .logo_img {
        position: relative;
        height: auto;
    }
    
    header .container nav {
        width: 100%;
        margin-top: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    header .container nav a {
        margin: 5px 10px;
        font-size: 14px;
    }
    
    footer .container {
        flex-direction: column;
        height: auto;
        padding: 20px 10px;
    }
    
    footer .container a {
        border-right: none;
        border-bottom: 2px solid #ccc;
        padding: 10px 0;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    
    footer .container a:nth-last-child(1) {
        border-bottom: none;
    }
    
    .navigation {
        padding: 15px 10px;
        height: auto;
        font-size: 12px;
    }
    
    .sousuo_box {
        padding: 15px;
    }
    
    .sousuo_box a {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    
    .box_three {
        padding: 15px;
    }
    
    .box_three h3 {
        font-size: 14px;
    }
    
    .box_three .dec p {
        font-size: 12px;
        line-height: 20px;
    }
    
    .promotion_box {
        padding: 10px;
        margin: 15px 0;
    }
}

@media screen and (max-width: 480px) {
    .container {
        padding: 0 5px;
    }
    
    .section {
        padding: 60px 5px 20px;
    }
    
    .box_one a {
        width: calc(50% - 5px);
        margin: 8px 2.5px 0;
    }
    
    .box_one a .content_info p {
        font-size: 11px;
    }
    
    .gri {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding: 10px;
    }
    
    .promotion {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    
    .title {
        font-size: 16px;
        padding: 12px 10px;
    }
    
    .game_box .game .mm_t .ml_t h3 {
        font-size: 16px;
    }
    
    .nav ul li a,
    .small_box ul li a {
        height: 40px;
        padding: 10px 15px;
        font-size: 13px;
    }
    
    .nav ul li a i,
    .small_box ul li a i {
        font-size: 16px;
    }
    
    .aside .header .logo {
        margin: 10px 0 20px;
        height: 28px;
    }
    
    .mobile-menu-toggle {
        top: 10px;
        left: 10px;
        width: 35px;
        height: 35px;
    }
    
    .box_two a .text h3 {
        font-size: 14px;
    }
    
    .box_two a .text p span {
        font-size: 11px;
    }
}

/* Overlay for mobile menu */
.mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s;
}

.mobile-overlay.active {
    display: block;
    opacity: 1;
}

/* Prevent body scroll when menu is open */
body.menu-open {
    overflow: hidden;
}

/* AdSense Responsive Styles */
.ads-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.ads-container.vertical {
    flex-direction: column;
}

.ads-container.horizontal {
    flex-direction: row;
}

.ads-container .ad-label {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
    text-align: center;
}

.adsbygoogle {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 100px;
}

/* Responsive Ad Sizes */
@media screen and (min-width: 769px) {
    .ads-container.vertical {
        max-width: 300px;
    }
    
    .ads-container.vertical .adsbygoogle {
        min-height: 600px;
    }
}

@media screen and (max-width: 768px) {
    .ads-container {
        margin: 15px 0;
        padding: 8px;
    }
    
    .ads-container.vertical {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .ads-container.vertical .adsbygoogle {
        min-height: 480px;
    }
    
    .ads-container.horizontal {
        max-width: 100%;
    }
    
    .ads-container.horizontal .adsbygoogle {
        min-height: 320px;
    }
}

@media screen and (max-width: 480px) {
    .ads-container {
        margin: 10px 0;
        padding: 5px;
    }
    
    .ads-container.vertical {
        max-width: 100%;
    }
    
    .ads-container.vertical .adsbygoogle,
    .ads-container.horizontal .adsbygoogle {
        min-height: 250px;
    }
}

/* Second Display Ad - Vertical (300x600) in game_box - Additional styling */
.game_box .ad_box .ad {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.game_box .ad_box .ad p {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .game_box .ad_box {
        margin-top: 10px;
    }
    
    .game_box .ad_box .ad > div {
        max-width: 100%;
    }
    
    .game_box .ad_box .ad > div .adsbygoogle {
        width: 100% !important;
        max-width: 320px !important;
        height: 480px !important;
        margin: 0 auto;
    }
    
    .s_box .adsbygoogle {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 60px;
    }
    
    /* Inter Ads Responsive */
    .ads-container.horizontal .adsbygoogle[style*="468px"],
    .ads-container.horizontal .adsbygoogle[style*="480px"] {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 60px;
    }
    
    .ads-container.vertical .adsbygoogle[style*="320px"] {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 250px;
    }
}

@media screen and (max-width: 480px) {
    .ads-container.horizontal .adsbygoogle[style*="468px"],
    .ads-container.horizontal .adsbygoogle[style*="480px"] {
        min-height: 50px;
    }
    
    .ads-container.vertical .adsbygoogle[style*="320px"] {
        min-height: 200px;
    }
}

