a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    cursor: pointer
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

[hidden],
audio:not([controls]) {
    display: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

[hidden],
audio:not([controls]) {
    display: none
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body {
    vertical-align: baseline
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%
}

cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline
}

table {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%
}

tbody {
    vertical-align: baseline
}

tbody,
td {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%
}

tfoot {
    vertical-align: baseline
}

tfoot,
th,
thead,
tr,
tt,
ul,
var {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%
}

thead,
tr,
tt,
ul,
var {
    vertical-align: baseline
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle
}

caption,
td,
th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

a img {
    border: none
}

a {
    color: #222
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

[hidden],
audio:not([controls]) {
    display: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline
}

[hidden],
audio:not([controls]) {
    display: none
}

* {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

body {
    -webkit-font-smoothing: auto;
    font: 14px -apple-system, BlinkMacSystemFont, "SegoeUI", Roboto, Ubuntu, "HelveticaNeue", Helvetica, Arial, "PingFangSC", "HiraginoSansGB", "MicrosoftYaHeiUI", "MicrosoftYaHei", "SourceHanSansCN", sans-serif;
    background-color: #fff;
    min-height: 100%;
    position: relative;
    color: #222;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;

    text-decoration: none;
}

body {
    /*background-color: #C5E861;*/
    background-color: #61e8b7;
    margin: 0 auto;
    font-family: "Noto Sans SC"
}

.container {
    margin: 65px auto 0;
    width: 100%;
    max-width: 568px;
    padding: 0 10px;
    overflow: hidden;
}

.head-img {
    width: 100%;
    height: 1.4rem;
    margin-bottom: 0.3rem;
}

.swiper {

    height: 5.2rem;
    padding-top: 1.8rem;
    border-radius: 0.3rem;
    overflow: hidden;
    position: relative;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}

.swiper .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper .swiper-bt {

    height: 1.2rem;
    background-color: #1C1D2A;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0 0.4rem;
}

.swiper-slide a {
    width: 100%;
    display: flex;
}

.txt1, .txts {
    font-size: 1rem;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    text-align: center;
    padding: 0 5px;
}

.mb-1-5 {
    margin-bottom: 1.5rem;
}

.icon-play {
    width: 0.6rem;
    height: 0.6rem;
}

.header {

    height: 0.9rem;
    background-color: #000000;
    border-radius: 0.2rem;
    margin: 0.5rem auto 0.3rem;
    display: flex;
    flex-direction: row;
    padding-left: 0.4rem;
    align-items: center;
    justify-content: flex-start;

    .txt1 {
        display: inline-block;
        margin: 0 0.1rem;
        color: #E0E9D7;
        width: 0.3rem;
    }

    .txt {
        font-size: 0.4rem;
        color: #E0E9D7;
    }

    .txt2 {
        display: inline-block;
        font-size: 0.4rem;
        color: #fff;
        margin: 0;
    }
}

.header-box {
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 10px 0;
    z-index: 10;
    background: #0bc59c;
}

.header-box .top {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

.flex-column {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 5px;
}

.tp-r {
    position: relative;
    border-radius: 10px;

    & > a {
        display: block;
    }

    .img1 {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    & > a > p {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0.56rem;
        background-color: rgba(0, 0, 0, 0.5);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;

        & > .txt2 {
            color: #fff;
            height: 0.56rem;
            width: 100%;
            display: block;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }

}

.hot {
    margin: 1.5rem auto;
    overflow: hidden;
}

.title-hot {
    width: 2.32rem;
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
}

.line {
    width: 100%;
    border-bottom: 1px solid #3E493E;
    margin: .5rem 0 1rem;
}

.box-game2 {

    margin: 0 auto;
}

.box-game2 .swiper-slide {
    position: relative;

    &::before {
        content: "";
        position: absolute;
        top: 0;
        left: -0.05rem;
        background: url("/image/game_96/icon_new.png") center center no-repeat;
        background-size: 100%;
        width: 40px;
        height: 40px;
        z-index: 1;
    }
}

.box-game2 .swiper-slide img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
}

.cool {
    margin: 0 auto;
}

.title-cool {
    width: 2.64rem;
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
}

.title {
    font-size: 26px;
    font-weight: 1000;
}

.item-l {
    width: 100%;
    margin: 1rem 0;
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.item-l p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.l-item img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 10px;
}

.tt a {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #00c9af;
}

.l-item {
    position: relative;
    display: flex;
}

.l-item:first-child {
    grid-column: span 2;
    grid-row: span 2;
}

.item-r {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.3rem;

    .lt img,
    .rt img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .lt {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 4.5rem;
    }

    .lt .up,
    .lt .down {
        width: 2.08rem;
        height: 2.08rem;
        overflow: hidden;
        position: relative;
        border-radius: 10px;
        flex: 1;

        & > a {
            display: block;
        }
    }

    .lt .down {
        margin-top: 0.32rem;
    }

    p {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 55px;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .lt .up p,
    .lt .down p {
        height: 0.54rem;
    }

    p .txt1 {
        font-size: 0.4rem;
    }

    p .txt2,
    p .txt3 {
        color: #fff;
        font-size: 0.2rem;
    }

    .rt {
        width: 4.5rem;
        height: 4.5rem;
        border-radius: 0.2rem;
        margin-left: 0.3rem;
        overflow: hidden;
        position: relative;

        & > a {
            display: block;
        }
    }
}

.box-game {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.box-game .item {
    position: relative;
    width: 100%;
}

.relative {
    position: relative;
}

.absolute-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.box-game .item a {
    display: flex;
}

.box-game .item a img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 10px;
}

.box-game .item p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.box-type {
    margin: 0 auto 1.5rem;

    .title-series {
        width: 2.78rem;
        margin-top: 0.3rem;
        margin-bottom: 0.1rem;
    }

    .tt {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

}

.game-type {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;


    .item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .item > span {
        display: block;
        color: #3E493E;
        font-size: 1rem;
        font-weight: bold;
        margin-top: 0.2rem;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

    .item > img {
        aspect-ratio: 1;
        width: 100%;
        border-radius: 12px;
    }
}

.casual {
    margin: 0 auto 1.5rem;
}

.temp-box-4 {
    display: flex;
    margin-top: 0.3rem;
}

.temp-list-funny {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
}

.temp-list-funny .item {
    background-color: #002646;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}

.temp-list-funny .item img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
}

.hot-play {

}

.temp-list-funny .item .txt {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}

.temp-list-funny .item .txt-bt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.1rem;
}

.temp-list-funny .item .txt-bt span {
    color: #fff;
    font-size: 1rem;
}

.temp-list-funny .item .txt-bt img {
    width: 4rem;
}

.box1 {
    margin: 0 auto 1.5rem;
}

.box-list1 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.box-list1 .items {
    overflow: hidden;
}


.box-list1 .items > a {
    /*display: flex;*/
}

.box-list1 .items img {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 15px;
    overflow: hidden;
}

.box-list1 .items p {
    width: 100%;
    text-align: center;
    color: #292F52;
    font-weight: bold;
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.footer {
    width: 100%;
    margin: 0.3rem auto 0;
    box-shadow: none;
    padding-top: 0.4rem
}

.footer a {
    margin: 0 auto;
    display: flex;
}

.ft-img {

    height: 100%;
    margin: 0 auto;
}

.footer .ft-txt {
    width: 100%;
    color: #3E493E;
    font-size: 1rem;
    text-align: center;
    margin: 1rem 0;
    display: block;
}

.ft-nav {
    background-color: #EBFFFB;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 0.3rem;
    padding: 10px;
    border-radius: 10px;
}

.ft-nav a {
    color: #3E493E;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

.empty {
    width: 100%;
    height: 0.4rem;
}

a {
    text-decoration: none;
}

.ft-img {
    width: 4.68rem;
}

.adv {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex
}

.adv p {
    text-align: center;
    color: #000;
    width: 100%;
    font-size: 20px;
    margin: 5rem 0;
}

.btn-logo img {
    width: 160px;
}

.menu-img {
    width: 36px;
    aspect-ratio: 1;
}

.box-game2 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.tt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.max-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
}

.line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.max-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.max-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.before-none:before {
    display:none;
}

.menu-main {
    display: none;

    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0;
    align-items: center;
    justify-content: center;
    max-height: 0;

    border-top: 2px solid green;
    overflow: hidden;
}

.menu-list {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1rem;
    max-width: 90%;
}

.menu-item:first-child {
    grid-column: span 2;
}

.fa-big {
    font-size: 32px!important;
}

.menu-item {
    padding: 8px 30px;
    border-radius: 10px;
    background: #3b969b;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 24px;
    color: #7de53e;
    font-weight: bold;
}

.menu-main a, .menu-main i {
    color: #7de53e;
}

.menu-item i {
    font-size: 24px;
    font-weight: bold;
}

.search-form {
    margin: 1rem auto .5rem;
    max-width: 90%;
    width: 100%;

    height: 40px;

    position: relative;
    display: flex;

    background: #0a7aff;
    border: 3px solid #009f32;
}

.search-input {
    width: 100%;
    height: 100%;
    background: #f2f2f2;

    font-size: 18px;
    font-weight: bold;
    color: #222;

    border: none;
    outline: none;
    padding: 0 0 0 1rem;
}

.search-btn {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12%;
    background: none;
    padding: 0;
    border-left: 3px solid #009f32;
}

.search-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    color: #fff;
    font-size: 18px;
}

.close-menu {
    margin: 0 auto 1rem;
    border-radius: 999px;
    background: #0a7aff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    transform: translateX(-50%) scale(0.9);
    background: #24b8d1e6;
    backdrop-filter: blur(12px);
    color: white;
    border-radius: 60px;
    font-weight: 1000;
    width: 50px;
    opacity: 0;
    transition: 0.2s;
    z-index: 99999;
    font-size: 0.95rem;
    height: 50px;
    display: none;
    justify-content: center;
    align-items: center;
    border: 3px solid #8eff8e;
}

.scroll-top i {
    font-size: 24px;
}

.scroll-top.show {
    opacity: 1;
    display: flex;
}


.desc-info {
    border-radius: 15px;
    padding: 15px;
    background: #3b969b;
}

.game-info {
    border-radius: 12px;
    background: #3b969b;
    margin: 1rem 0;
    display: block;
}

.game-info img {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 12px 12px 0 0;
}

.game-title {
    width: 100%;
    text-align: left;
    padding: .5rem 1rem;
    color: #fff;
    font-size: 24px;
    font-weight: 1000;
}

.game-btn {
    max-width: 90%;
    border-radius: 99px;
    margin: 1rem auto;
    padding: .5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 24px;
    color: #fff;
    font-weight: 1000;
    background: #00cb00;
}

.game-btn img {
    width: 24px;
    height: 24px;
}

.game-desc {
    margin: 1rem 0;
}

.detail-desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    color: #f5f3f3;
}

@media screen and (min-width: 768px) {
    .detail-desc {
        -webkit-line-clamp: 3;
    }
}

.desc_btn {
    background: #20c171;
    padding: 5px 10px;
    border-radius: 5px;
    width: fit-content;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 1rem 0 0;
    line-height: 1;
}

.detail-info p, .detail-info li {
    font-size: 16px;
    color: #f2f2f2;
    margin-bottom: 15px;
    line-height: 1.3;
}

.light .detail-info p, .light .detail-info li, .light .detail-info h1, .light .detail-info h2, .light .detail-info h3, .light .detail-info h4, .light .detail-info h5, .light .detail-info h6 {
    color: #2a2a2a;
}

.detail-info li {
    list-style: disc;
}

.detail-info ul {
    padding-left: 30px;
    list-style: disc;
}

.detail-info h1, .detail-info h2, .detail-info h3, .detail-info h4, .detail-info h5, .detail-info h6 {
    color: #f2f2f2;
    margin: 10px 0;
    font-weight: bold;
    line-height: 1.3;
}

.detail-info h1 {
    font-size: 26px;
}

.detail-info h2 {
    font-size: 24px;
}

.detail-info h3 {
    font-size: 22px;
}

.detail-info h4 {
    font-size: 20px;
}

.detail-info h5, .detail-info h6 {
    font-size: 18px;
}

.detail-info a {
    color: #02ff75;
    text-decoration: underline;
}


@media screen and (max-width: 568px) {
    .box-game2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .game-type {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .container {
        padding: 0;
        margin: 65px 10px 0;
        width: auto;
    }
}