#gameDetail {
    padding: 10px;

}

#gameDetail .game {
    min-height: 7.5rem;
    border-radius: .2777777778rem;
    flex-direction: column;
    background: #fff;
    display: flex
}

#gameDetail .header {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 .0694444444rem .2083333333rem 0 rgba(0, 0, 0, .4);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: sticky;
    box-sizing: border-box;
    z-index: 999;
    top: 20px;
    left: 0;
    background-color: #fff;
}

#gameDetail .header:hover {
    transform: translateY(-10px);
}

#gameDetail .header:hover .pathName {
    opacity: 1;
    transform: translateY(0);
}

#gameDetail .header:hover {
    transform: translateY(0)
}

#gameDetail .header img {
    width: 100%;
    height: 100%;
    display: block;
}

#gameDetail .header>a {
    height: 50%;
    display: block;
}

.NuKVRCDKjJRkfpgoOKXi {
    height: 50%;
    align-items: center;
    border-radius: 0 0 16px 16px;
    border-top: 2px solid #f0f5fc;
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
}

.rVxGHuZn23EnCuxFdknm {
    border-right: 1px solid #f0f5fc;
}

.Ms6HEJ826qeso4NBVCoW {
    align-items: center;
    display: flex;
    flex-grow: 1;
    height: 100%;
    justify-content: center;
    width: 50%;
}

.Ms6HEJ826qeso4NBVCoW:hover {
    background: #f0f5fc;
}

.aprWdaSScyiJf4Jvmsx9 {
    height: 17px;
    margin-top: -3px;
    width: 20px;
    fill: #000;
}

.dh2x0Msr5tQ9qK1KUc6A {
    border-left: 1px solid #f0f5fc;
    font-size: 0;
    text-indent: -200vw;
}

.Ms6HEJ826qeso4NBVCoW {
    align-items: center;
    display: flex;
    flex-grow: 1;
    height: 100%;
    justify-content: center;
    width: 50%;
}

.buttonReset {
    background: none;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    padding: 0;
}






#gameDetail .game .top {
    min-height: 5.8333333333rem;
    flex: 1;
    position: relative
}

#gameDetail .game .top img {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: .2777777778rem .2777777778rem 0 0;
    -o-object-fit: cover;
    object-fit: cover
}

#gameDetail .game .bottom {
    display: flex;
    justify-content: space-between;
}

#gameDetail .game .bottom .left {
    color: #002b51;
    font-family: Roboto;
    font-size: .4166666667rem;
    font-style: normal;
    font-weight: 900;
    align-content: center;
    margin-left: .2777777778rem;
    width: 60%;

}

#gameDetail .game .bottom .left img {
    vertical-align: middle;
    border-radius: .1388888889rem;
    margin: 0 .1388888889rem
}

#gameDetail .game .bottom .right {
    display: flex;
    justify-content: center;
    align-items: center
}

#gameDetail .game .bottom .right .topsvg {
    flex: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

#gameDetail .game .bottom .right .son {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #002b51;
    font-family: Roboto;
    font-size: .2777777778rem;
    font-style: normal;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    width: 50px;
    transition: all 0.5s ease-in-out;
    padding: 10px 0;
}


#gameDetail .game .bottom .right .son svg {
    color: #55a9f3;
    width: 25px;
    height: 25px
}

#gameDetail .game .bottom .right .son.sa {
    padding-top: 10px;
    width: 23px;
    position: relative
}

#gameDetail .item {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: .2777777778rem;
    box-shadow: 0 .0694444444rem .2083333333rem 0 rgba(0, 0, 0, .4)
}

#gameDetail .item img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#gameDetail .item.big {
    grid-column: span 2/span 2;
    grid-row: span 2/span 2
}

#gameDetail .gameZone {
    position: fixed;
    z-index: 1000;
    height: 100vh;
    width: 100vw
}

#gameDetail .gameZone .navbar {
    padding: 0 .2777777778rem;
    display: flex;
    align-items: center;
    height: 5%;
    background-color: #fff;
    font-size: .4166666667rem;
    color: #002b51
}

#gameDetail .gameZone .navbar svg {
    width: 1.3vh
}

#gameDetail .gameZone .navbar div {
    margin-left: .1388888889rem
}

#gameDetail .gameZone iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

#gameDetail .gameZone .back {
    width: 116px;
    height: 86px;
    touch-action: none;
    position: absolute;
    top: 10vh;
    left: 0;
    padding: 10px 15px 16px 10px;
    display: flex;
    align-items: center;
    border-radius: 0 20px 20px 0;
    background: #fff
}

#gameDetail .gameZone .back svg {
    width: 20px;
    height: 20px
}

#gameDetail .gameZone .back img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 10px !important;
    margin-left: 40px
}

@media screen and (orientation: portrait) {
    #gameDetail .home-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        display: grid
    }

    #gameDetail .game {
        grid-column: span 3/span 3
    }

    #gameDetail .bottom {
        height: 1.6666666667rem;
        padding: .1388888889rem
    }

    #gameDetail .bottom img {
        width: .4861111111rem;
        height: .4861111111rem;
        margin: .1388888889rem
    }

    #gameDetail .bottom img.ani {
        margin: .0694444444rem .0694444444rem .0694444444rem;
        width: .625rem !important;
        height: .625rem !important
    }

    #gameDetail .bottom .right {
        width: 40%
    }

    #gameDetail .bottom .right .son:nth-of-type(2) {
        margin-right: -51px
    }
}

@media screen and (orientation: landscape) {
    #gameDetail .gameZone {
        position: relative;
        height: 100%;
        width: 100%
    }

    #gameDetail .bottom {
        height: 64px
    }

    #gameDetail .bottom .left img {
        height: 40px;
        width: 40px
    }

    #gameDetail .bottom .right {
        width: 20%
    }

    #gameDetail .bottom .right img {
        height: 24px;
        width: 24px;
        margin: 5px 5px 5px
    }

    #gameDetail .bottom .right img.ani {
        margin: 0;
        height: 34px;
        width: 34px
    }

    #gameDetail .bottom .right .son:last-child {
        width: 24px
    }

    #gameDetail .back {
        display: none
    }
}

#gameDetail .jello-animation {
    background: transparent;
    border: 0;
    animation: jello 1.5s 1s infinite both
}

#gameDetail .intro {
    background-color: #fffcf3;
    padding: .4166666667rem;
    margin-top: .6944444444rem;
    border-radius: .2777777778rem
}

#gameDetail .intro a {
    color: #002b51
}

#gameDetail .intro .nav {
    color: #002b51 !important;
    font-family: Roboto;
    font-size: .2777777778rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

#gameDetail .intro .nav span {
    margin: 0 .1388888889rem
}

#gameDetail .intro h1 {
    color: #002b51 !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: .8333333333rem;
    letter-spacing: .0138888889rem
}

#gameDetail .intro .label1 {
    margin-top: -.2777777778rem
}

#gameDetail .intro .label1 .itemm {
    margin-right: .2777777778rem;
    border-radius: 3.1944444444rem;
    padding: 0 .3472222222rem;
    display: inline-block;
    box-shadow: none;
    background-color: #e5e7eb;
    color: #5d6b84;
    font-family: Roboto;
    font-size: .2777777778rem;
    font-style: normal;
    font-weight: 600;
    line-height: 20px
}

#gameDetail .intro .label1 .itemm svg {
    vertical-align: sub;
    width: .4rem
}

#gameDetail .intro .cateLabel {
    margin-right: .2777777778rem;
    border-radius: 3.1944444444rem;
    padding: 0 .3472222222rem;
    display: inline-block;
    box-shadow: none;
    background-color: #e5e7eb;
    color: #5d6b84;
    font-family: Roboto;
    font-size: .3055555556rem;
    font-style: normal;
    font-weight: 600;
    line-height: 20px
}

#gameDetail .intro .cateLabel:hover {
    color: #55a9f3;
    cursor: pointer
}

#gameDetail .intro p {
    color: #002b51 !important;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .0138888889rem
}

#gameDetail .gameIcon {
    transition: all .3s ease-in-out;
}

#gameDetail .gameIcon:hover {
    transform: scale(1.1)
}

#gameDetail .gameIcon:hover .gameName {
    display: block
}

#gameDetail .gameIcon .co {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(#0000 25%, #0000004d);
    opacity: 0
}

#gameDetail .gameIcon:hover .co {
    animation: coAni .2s ease-out forwards
}

#gameDetail .gameIcon:hover .gameName {
    animation: nameAni .3s ease-out forwards
}

@keyframes coAni {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes nameAni {
    0% {
        opacity: 0;
        bottom: 0
    }

    to {
        opacity: 1;
        bottom: 10px
    }
}

#gameDetail .gameName {
    /* display: none;
    text-align: center;
    color: #fff;
    font: 700 var(16px, 12px) / 1.3 "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", "Noto Sans Arabic", Arial, sans-serif;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    white-space: normal; */
    bottom: 0;
    color: #fff;
    font: 700 12px "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", "Noto Sans Arabic", Arial, sans-serif;
    left: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    z-index: 6;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    pointer-events: none;
    text-align: center;
    transform: translateY(8px);
    transition: transform .3s cubic-bezier(.25, .1, .25, 1) .1s, opacity .3s cubic-bezier(.25, .1, .25, 1) .1s;
    text-overflow: ellipsis;
    width: 100%;
}

#gameDetail .sci {
    width: 30px !important;
    height: 30px !important
}


body {
    overflow-y: scroll !important;
    /* 垂直滚动条始终可见 */
    -webkit-overflow-scrolling: touch !important;
    /* 使用原生滚动 */
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}



* {
    outline: none;
    box-sizing: border-box;
}

.gap-4 {
    gap: 0.4rem;
}

html,
body,
#app {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

@media screen and (orientation: portrait) {
    :root {
        font-size: 10vw;
    }
}

@media screen and (orientation: landscape) {
    :root {
        font-size: 3vw;
    }
}


.h {
    width: 204px;
    height: 94px;
}

.home-grid {
    display: grid;
    grid-template-columns: repeat(8, 94px);
    justify-content: center;
    gap: 0.4rem;
}

@media (min-width: 1022px) {
    .home-grid {
        grid-template-columns: repeat(9, 94px);
    }

    .game {
        grid-area: 2/4/6/11;
    }

}

@media (min-width: 1242px) {
    .home-grid {
        grid-template-columns: repeat(11, 94px);
    }

    .game {
        grid-area: 2/4/6/11;
    }

}

@media (min-width: 1352px) {
    .home-grid {
        grid-template-columns: repeat(12, 94px);
    }

    .game {
        grid-area: 2/4/6/11;
    }

}

@media (min-width: 1572px) {
    .home-grid {
        grid-template-columns: repeat(14, 94px);
    }

    .game {
        grid-area: 2/4/7/12;
    }

}

@media (min-width: 1792px) {
    .home-grid {
        grid-template-columns: repeat(16, 94px);
    }

    .game {
        grid-area: 2/4/7/13;
    }

}

.app_device_detect_is_mobile {
    --fontsize-base: 10;
    font-size: 10vw;
}

.app_device_detect_is_mobile .home-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
    grid-gap: 0.4rem;
}

h1 {
    font-size: calc(46 / var(--fontsize-base) * 1rem);
}

p {
    font-size: calc(32 / var(--fontsize-base) * 1rem);
}

.col-span-2 {
    grid-column: span 2/span 1;
}

.col-span-4 {
    grid-column: span 4/span 4;
}

.col-span-3 {
    grid-column: span 3/span 3;
    display: grid;
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
}

.fw {
    width: 100%;
}

.fh {
    height: 100%;
}

.fhw {
    width: 100%;
    height: 100%;
}

.grid {
    display: grid;
}

.bg-white {
    background-color: #fff;
}

.rounded-2xl {
    border-radius: 1rem;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.as {
    aspect-ratio: 1/1;
}

.fc {
    display: flex;
    flex-direction: column;
}

.flex {
    display: flex;
}

.gap4 {
    gap: 0.4rem;
}

img {
    max-width: 100%;
    height: auto;
}

.relative {
    position: relative;
}

ol {
    margin-top: calc(4 / var(--fontsize-base) * 1rem);
    margin-bottom: calc(4 / var(--fontsize-base) * 1rem);
}

.bd {
    border-radius: calc(20 / var(--fontsize-base) * 1rem);
}

.absolute {
    position: absolute;
}

.flex {
    display: flex;
}

.inset-0 {
    inset: 0;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

@keyframes jello {
    0% {
        transform: scaleX(1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        transform: scaleX(1);
    }
}

.h-full {
    height: 100%;
}

.overflow-hidden {
    overflow: hidden;
}

.btn-prev,
.btn-next {
    padding: 0 0.4rem !important;
    border-radius: 0.2rem !important;
    background-color: #55a9f3 !important;
    color: #fff !important;
}

.absolute {
    position: absolute;
}

.touch-none {
    touch-action: none;
}

.inset-0 {
    inset: 0;
}

.relative {
    position: relative;
}

.news-item {
    margin-bottom: 20px;
}

@font-face {
    font-family: element-icons;
    src: url(/fonts/element-icons.535877f5.woff) format("woff"), url(/fonts/element-icons.732389de.ttf) format("truetype");
    font-weight: 400;
    font-display: "auto";
    font-style: normal
}

[class*=" el-icon-"],
[class^=el-icon-] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/* #gameDetail .item.item_big {
    grid-column: span 2;
    grid-row: span 2;
} */

#gameDetail .item.item_middle {
    grid-column: span 2;
    grid-row: span 2;
}

#gameDetail .item.item_big {
    grid-column: span 3;
    grid-row: span 3;
}

#gameDetail {
    padding: 20px 50px;
}

@media screen and (max-width: 768px) {
    #gameDetail .item.item_big {
        grid-column: span 1;
        grid-row: span 1;
    }


}














.categoty-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 16px;
    justify-content: center;
    margin-top: 20px;
}

.categoty-container>a {
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 2px 12px 4px #5d6b8414, 0px 23px 9px 0px #5d6b8408, 0px 13px 8px 0px #5d6b8417, 0px 6px 6px 0px #5d6b8426, 0px 1px 3px 0px #5d6b842e;
    transition: transform .6s cubic-bezier(.25, .1, .25, 1), box-shadow .3s cubic-bezier(.25, .1, .25, 1);
}

.categoty-container>a:hover {
    transform: scale(1.05)
}

.categoty-container>a>span {
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    padding: 10px 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #002b50;
    font: 700 12px / 20px "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", "Noto Sans Arabic", Arial, sans-serif;
    padding: 10px 16px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media screen and (max-width: 1670px) {
    .categoty-container {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
}

@media screen and (max-width: 768px) {
    .categoty-container {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
}

@media screen and (max-width: 661px) {
    .categoty-container {
        display: block;
    }

    .categoty-container>a {
        justify-content: space-around;
        height: 100px;
        flex-wrap: nowrap;
        margin: 0;
        margin-bottom: 16px;
    }

    .categoty-container>a img {
        height: 100%;
        object-fit: cover;
        width: 100px;
        height: 100px;
    }
}






.intro h1,
h3 {
    font-family: "Torus", "Noto Sans Arabic", sans-serif;
    color: #000
}

.about-list {
    color: #054a91;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    font-weight: 600;
}

.about-list a:hover a {
    color: #009cff;
}



.footer {
    background: #fff;
    margin: 64px 0 0;
    position: relative;
}

.footer:before {
    background: #fff;
    bottom: 100%;
    clip-path: polygon(0 100%, 50% 0, 60% 100%, 100% 0, 100% 100%);
    content: "";
    height: 16px;
    left: 0;
    margin-bottom: -1px;
    position: absolute;
    right: 0;
}

@media (min-width: 850px) {
    .footer:before {
        clip-path: polygon(0 100%, 30% 0, 36% 100%, 100% 0, 100% 100%);
        height: 26px
    }
}

.footer-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 16px auto 0;
    max-width: 1860px;
    padding: 0 24px 16px;
    background-color: #fffcf3;
}

@media (min-width: 850px) {
    .footer-container {
        flex-direction: row;
        flex-wrap: nowrap;
        margin-top: 0;
        padding: 16px 32px
    }
}

.footer-logo {
    display: flex;
    flex-grow: 1;
    margin: 16px 0;
    min-width: 250px;
    align-items: center;
}

.footer-logo img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.footer .slogan {
    font: 700 18px "Torus", "Noto Sans Arabic", sans-serif;
    color: #054a91;
}

.footer-bot {
    color: #bac9de;
    display: block;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 0 auto 32px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer-menu {
    color: #002b51 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: .8333333333rem;
    letter-spacing: .0138888889rem;
    font-family: "Torus", "Noto Sans Arabic", sans-serif;
}

.footer-menu a {
    padding-right: 20px;
    text-decoration: underline;
    animation: all 0.3s ease-in-out;
}

.footer-menu a:hover {

    color: #55a9f3;
}

/* ===== GPT Ad Styles ===== */
.ad-wrap{display:flex;justify-content:center;width:100%;margin:22px 0}
.ad-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:100%;max-width:360px;min-height:76px;padding:10px;border:1px dashed rgba(133,135,137,.42);border-radius:10px;background:rgba(255,255,255,.8)}
.ad-box--hero{min-height:126px}
.ad-box--rect{min-height:288px}
.ad-box--slim{min-height:78px}
.ad-label{color:#858789;font-size:9px;font-weight:700;letter-spacing:.08em;line-height:1;text-transform:uppercase}
.gpt-ad{display:flex;align-items:center;justify-content:center;overflow:hidden}
.gpt-ad[data-ad-size="300x250"]{width:300px;min-width:300px;min-height:250px}
.gpt-ad[data-ad-size="300x100"]{width:300px;min-width:300px;min-height:100px}
.gpt-ad[data-ad-size="320x50"]{width:320px;max-width:100%;min-height:50px}
.gpt-ad[data-ad-size="300x50"]{width:300px;min-width:300px;min-height:50px}
.ad-grid-slot{grid-column:1/-1}
.ad-wrap[data-gpt-empty="true"] .ad-box{opacity:.72}
@media (min-width:768px){.ad-wrap{margin:30px 0}.ad-box--wide{max-width:760px}}