* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

@font-face {
    font-family: "Candara";
    src: url(../../fonts/Candara.5c13608.ttf) format("truetype");
    font-display: swap;
}

body {
    font-family: Candara;
}

.gptslot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 16px auto;
    margin-top: 0px;
    min-height: 250px;
    max-width: 300px;
}

.ad-label {
    color: rgb(255, 255, 255);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    position: relative;
    padding: 5px 0px 2px 0px;
    font-size: 14px;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: inherit;
    text-decoration: none;
}

.ad p {
    width: 100%;
    line-height: 50px;
    text-align: center;
    height: 50px;
}

header {
    width: 100%;
    height: 60px;
    box-shadow: 0 2px 15px rgba(11, 17, 31, 0.479);
}

.header-box {
    max-width: 1200px;
    margin: 0 auto;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.fav {
    width: 160px;
    height: 60px;
    margin-left: 10px;
    line-height: 60px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main {
    max-width: 1200px;
    margin: 30px auto;
    color: #fff;
}

.rootbg {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

.header-menu {
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    color: #333;
    font-weight: 600;
}

.self_B_00_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 0 1%;
    height: 60px;
}

.self_B_00_title .text-box {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    text-shadow:
        2px 2px 0 #FFC837,
        -2px -2px 0 #FFC837,
        2px -2px 0 #FFC837,
        -2px 2px 0 #FFC837;
}

.play-online,
.about {
    position: relative;
}

.about-list {
    position: absolute;
    top: 60px;
    left: 0;
    height: auto;
    width: 200%;
    background-color: #f0f0f0;
    z-index: 100;
    display: none;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 5px;
    border-radius: 10px;
    padding: 20px 40px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.about-list {
    width: auto;
}

.about-list a {
    color: #000000;
}

.about-list .play-item a:hover {
    color: #ff6699;
}

.play-item,
.header-home,
.aside-about-list a {
    height: 60px;
    font-weight: normal;
    font-size: 1rem;
    padding: 5px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    word-break: keep-all;
    white-space: nowrap;
}

.about-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.play-item p,
.header-home p {
    margin-left: 20px;
}

.play-item .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: auto 0;
    margin-right: 5px;
    background-size: cover;
    background-position: center;

}

.search-box {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 20%;
    /* width: 100%; */
    height: 40px;
    padding: 5px;
    background-color: #fff;
    border-radius: 15px;
}

.search-btn {
    background-color: rgba(255, 255, 255, 0);
    margin-right: 10px;
    width: 20px;
    aspect-ratio: 1;
    background-image: url(../../images/search-black.305f356.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    border: none;
    cursor: pointer;
}

.myInput {
    height: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    max-width: 85%;
    outline: 0;
    font-size: 1rem;
    border-radius: 6px;
    border: 0;
    /* color: #6a6f77; */
    display: inline-block;
    padding: 0 1em;
    text-decoration: none;

}

#search-suggestions {
    position: absolute;
    width: 92%;
    top: 39px;
    left: 4%;
    /* transform: translateX(-50%); */
    max-height: 250px;
    overflow-y: auto;
    background-color: rgb(252, 252, 252);
    border: 0 1px 1px 1px solid #e6e6e69e;
    z-index: 1;
    border-radius: 0 0 10px 10px;
}

#search-suggestions div {
    padding: 6px 12px;
    cursor: pointer;
}

#search-suggestions div:hover {
    background-color: #555555b5;
}

.aside-menu {
    display: none;
    width: 40px;
    height: 40px;
    background-image: url(../../images/menu.7889495.png);
    background-position: center;
    background-size: 100%;
}

aside {
    width: 80%;
    position: fixed;
    right: 0;
    height: 100vh;
    background-color: #000000ed;
    z-index: 200;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding: 20px;
    overflow-y: scroll;
    box-shadow: 0 0 15px #ffffff55;

}

.close {
    width: 100%;
    position: relative;
    height: 40px;
    margin-bottom: 10px;
}

.close-icon {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url(../../images/close-white.27d0d87.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.aside-home,
.aside-play-online,
.aside-played-games,
.aside-about {
    margin: 15px 0;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
}

.aside-list,
.aside-about-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
}

.awebsite {
    cursor: pointer;
}

.bottom {
    width: 100%;
    background-color: #fdbd03;
}

.bottom .bottom-container {
    max-width: 1200px;
    margin: 0 auto;
}

.bottom a {
    text-decoration: none;
    margin: 5px 0;
}

.bottom .ad .ad-label {
    color: #000000;
}

.bottom a:hover {
    cursor: pointer;
}

.bottom .btxt-box {
    color: #6b6969;
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
}

.bottom .btxt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.bottom .btxt a {
    margin: 0 10px;
}

.bottom .text-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
}

.bottomfav {
    width: 160px;
    margin: 0;
    height: 70px;
}

.bottom-category-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    color: #000000;
    font-weight: 600;
}

.bottom-category-list .category-item {
    margin: 5px;
    line-height: 70px;
}

.bt_iframe {
    width: 100%;
    min-height: 1900px;
    overflow-y: auto;
}

.game-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.game-slider-btn {
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    border: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    padding: 0;
    margin: 0;
}

.game-slider-btn-left {
    left: 0;
    border-radius: 0 8px 8px 0;
}

.game-slider-btn-right {
    right: 0;
    border-radius: 8px 0 0 8px;
}

.btn-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    border-radius: inherit;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.game-slider-btn-left .btn-bg-image {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}

.game-slider-btn-right .btn-bg-image {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
    background: linear-gradient(to left, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}

.btn-red-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 1;
}

.game-slider-btn-left .btn-red-circle {
    background-image: url(../../images/Left.b513370.png);
    background-size: cover;
    background-position: center;
}

.game-slider-btn-right .btn-red-circle {
    background-image: url(../../images/Right.ce633af.png);
    background-size: cover;
    background-position: center;
}

.game-slider-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.game-slider-btn.disabled .btn-red-circle {
    -webkit-transform: scale(1);
            transform: scale(1);
}

.game-slider-btn:not(.disabled):hover .btn-red-circle {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.game-slider-btn:not(.disabled):hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

.game-list-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 10px;
    padding: 0 45px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.game-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 10px;
}

.game-child-item {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    overflow: hidden;
}

.game-child-item:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    z-index: 1;
}

.game-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.game-child-item:hover .game-img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

.game-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 10px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.game-list-inner::-webkit-scrollbar {
    display: none;
}

.game-list-inner {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media screen and (max-width:900px) {

    .main {
        width: 100%;
    }

    .game-name {
        font-size: .9rem;
    }

    .bottom {
        width: 100%;
    }

    .bottom .text-box {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
    }

    .bottom .text-box .bottom-category-list {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
    }

    .bottom-category-list .category-item {
        margin: 0 15px;
        line-height: 60px;
    }

    .bottom .btxt-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
    }

    .bottom .pre {
        margin: 0 auto 10px;
    }

    header,
    .header-box,
    .main {
        width: 100%;
    }

    .header-box .header-menu {
        display: none;
    }

    .search-box {
        width: 60%;
    }

    .fav {
        width: 20%;
    }

    .bottomfav {
        margin: 0 auto;
        height: 70px;
    }

    .aside-menu {
        display: block;
    }

    .game-slider-btn {
        width: 40px;
    }

    .btn-red-circle {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .btn-icon {
        width: 24px;
        height: 24px;
    }

}

@media screen and (max-width:480px) {
    .main-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }

    .game-name {
        font-size: .8rem;
    }

    .play-item {
        width: 50%;
        font-size: 14px;
    }

    .bottom .btxt {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
    }
}
body {
    min-height: 100vh;
}

.game-hot-box {
    border-radius: 12px;
    box-shadow: 0 0 15px #ffffffd0;
    padding: 8px;

    margin-bottom: 30px;
}

.left_rightDiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-bottom: 30px;
}

.left_rightDiv>div {
    width: 49%;
    margin: 0.5%;
    border-radius: 12px;
    box-shadow: 0 0 15px #ffffff55;
    padding: 8px;
}

.left_rightDiv>div .bottomMess {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
}

.game-recommend-item,
.game-recommend2-item {
    width: -webkit-calc(100% / 5 - 10px);
    width: calc(100% / 5 - 10px);
}

.game-hot-item {
    width: -webkit-calc(100% / 12 - 10px);
    width: calc(100% / 12 - 10px);
}

.v-button {
    background-color: rgba(0, 81, 54, 0.534);
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    margin-right: 5px;
}

.row-1 .game-child-item {
    height: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(33.333% - 10px);
       -moz-box-flex: 0;
            flex: 0 0 calc(33.333% - 10px);
}

.row-2 .game-child-item {
    height: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(16.666% - 10px);
       -moz-box-flex: 0;
            flex: 0 0 calc(16.666% - 10px);
}

.v-button:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.categorybox {
    border-radius: 12px;
    box-shadow: 0 0 15px #ffffff55;
    padding: 0 16px;
    margin: 16px 0;
    margin-bottom: 30px;
}

.categorybox-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 16px;
    padding: 20px;
}

.category-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.category-badge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    min-width: 130px;
    height: 80px;
    padding: 0 8px;
    border-radius: 8px;
    color: #333;
    overflow: hidden;
    position: relative;
    background-color: rgb(255, 200, 200);
}

.category-icon {
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 8px;
}

.category-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #fff;
}

.category-arrow {
    width: 26px;
    height: 16px;
    line-height: 10px;
    text-align: center;
    background-size: contain;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    margin: 2px;
    padding: 2px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.category-arrow:hover {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
}

.game-scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    overflow: hidden;
}

.game-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0 8px;
}

.game-list::-webkit-scrollbar {
    display: none;
}

.game-item {
    width: 120px;
    height: 80px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    -webkit-transition: box-shadow 0.2s, -webkit-transform 0.2s;
    transition: box-shadow 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, box-shadow 0.2s;
    transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s;
    position: relative;
}

.game-cover {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.game-category-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 4px 0;
    background: rgba(255, 255, 255, 0.8);
    color: #333;
    text-align: center;
    font-size: 12px;
    display: none;
}

.game-item:hover .game-category-name {
    display: block;
}

.scroll-btn {
    min-width: 32px;
    height: 80px;
    border: none;
    border-radius: 20px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin: 0 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.scroll-btn:disabled {
    color: #ccc;
    cursor: not-allowed;
    -webkit-transform: none;
            transform: none;
}

.scroll-btn:not(:disabled):hover {
    background: #FF6699;
    color: #FFFFFF;
}

@media screen and (max-width:900px) {
    .section-intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
    }

    .game-exclusive-item {
        margin: 0px 0 20px;
    }

    .main .index-title {
        font-size: 2rem;
    }

    .more-button {
        width: 70%;
    }

    .game-hot-title,
    .game-recommend-title,
    .game-hot-title-back {
        font-size: 1.2rem;
    }

    .game-hot-item {
        width: -webkit-calc(100% / 4 - 10px);
        width: calc(100% / 4 - 10px);
    }

    .left_rightDiv {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
    }

    .left_rightDiv>div {
        width: 99%;
        margin: 0.5%;
    }

    .row-1 .game-child-item {
        height: 120px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(66.667% - 3px);
           -moz-box-flex: 0;
                flex: 0 0 calc(66.667% - 3px);
    }

    .row-2 .game-child-item {
        height: 60px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(33.333% - 6px);
           -moz-box-flex: 0;
                flex: 0 0 calc(33.333% - 6px);
    }

    .categorybox-list {
        padding: 2px;
        gap: 2px;
    }

    .category-card {
        padding: 2px;
        border-radius: 8px;
    }

    .category-badge {
        min-width: 100px;
        height: 60px;
    }

    .category-icon {
        min-width: 32px;
        height: 32px;
        margin-right: 4px;
    }

    .category-title {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .category-arrow {
        font-size: 10px;
    }


    .game-list {
        gap: 6px;
        padding: 0 4px;
    }

    .game-item {
        width: 80px;
        height: 54px;
        border-radius: 6px;
    }

    .scroll-btn {
        display: none;
    }

    .game-scroll {
        padding-left: 2px;
    }
}

@media screen and (max-width:480px) {

    .game-recommend-item,
    .game-recommend2-item {
        width: -webkit-calc(100% / 3 - 10px);
        width: calc(100% / 3 - 10px);
    }

}
