* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
li {
    list-style-type: none;
}

i,
em {
    font-style: normal;
}

img {
    display: block;
}

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

#afooter {
    text-align: center;
    color: #ccc;
    background: #000;
    font-size: 14px;
    padding: 15px 0;
    line-height: 20px;
}

#afooter a {
    color: #ccc;
}

body {
    line-height: 1.2;
    overflow: hidden !important;
}

@font-face {
    font-family: fonts;
    src: url(//game.gtimg.cn/images/ymzx/m/web20260113/fonts.otf)
}

@font-face {
    font-family: font;
    src: url(//game.gtimg.cn/images/ymzx/m/web20260113/font.ttf)
}

@font-face {
    font-family: "iconfont";
    src: url(//game.gtimg.cn/images/ymzx/m/web20260113/iconfont.ttf) format('truetype');
}

.icon-close:before {
    content: "\e65c";
}

.icon-nav:before {
    content: "\e63c";
}

.icon-weibo:before {
    content: "\e600";
}

.icon-qq:before {
    content: "\e601";
}

.icon-weixin:before {
    content: "\e62f";
}

.icon-xhs:before {
    font-size: 1.3em;
    content: "\e6d6";
}

.icon-douyin:before {
    content: "\e8db";
}

.icon-tap:before {
    content: "\e60f";
}

.icon-blbl:before {
    content: "\e849";
}

.icon-kuaishou:before {
    content: "\e6a3";
}

.wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}

.top {
    height: 1.18rem;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/top.jpg) no-repeat center / cover;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.3rem;
}

.logo {
    width: 1.29rem;
}

.music {
    width: 1.34rem;
    height: 0.6rem;
    background: rgba(37, 35, 20, 0.23);
    border-radius: 9999px;
    position: relative;
    font-family: fonts;
    color: #fff;
    font-size: 0.2rem;
    box-sizing: border-box;
    padding-left: 0.45rem;
    transition: all 0.3s;
    position: absolute;
    top: 0.29rem;
    right: 1.1rem;
}

.music::after {
    content: '';
    width: 0.51rem;
    height: 0.51rem;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/music.png) no-repeat center / 0.51rem auto #e5dac7;
    border-radius: 50%;
    position: absolute;
    padding: 0.05rem;
    top: 0;
    left: -0.1rem;
    transition: all 0.3s;
    box-shadow: 0.03rem 0 0rem rgba(37, 35, 20, 0.1);
}

.music.-active {
    padding: 0rem 0.5rem 0 0;
    background: rgba(191, 171, 133, 0.62);
}

.music.-active::after {
    left: 0.75rem;
    box-shadow: -0.03rem 0 0rem rgba(191, 171, 133, 0.62);
}

.top-toggle {
    font-size: 0.4rem;
    color: #bfab85;
    font-family: "iconfont";
}

.nav {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/nav-bg.jpg) no-repeat center / 100% 100%;
    flex-direction: column;
    transition: all 0.3s;
    transform: translateX(100%);
    opacity: 0;
    z-index: 10;
}

.nav.-show {
    transform: translateX(0%);
    opacity: 1;
}

/* 
.nav::before,
.nav::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/nav-line.png) no-repeat top / 100% auto;
    z-index: 5;
    pointer-events: none;
    height: calc(100vh - 2rem);
} */

.nav::after {
    transform: scale(-1);
    bottom: 0;
    top: auto;
    left: -1px;
}

.nav-close {
    font-size: 0.4rem;
    color: #bfab85;
    font-family: "iconfont";
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    font-weight: bold;
}

.nav-item {
    flex-direction: column;
}

.nav-item li {
    width: 4.37rem;
    height: 2.17rem;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/nav.png) no-repeat center / 4.37rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    transform: translateX(100%);
    opacity: 0;
}

.nav.-show .nav-item li {
    transform: translateX(0);
    opacity: 1;
}

.nav.-show .nav-item li:nth-child(1) {
    transition: all 0.3s 0.1s;
}

.nav.-show .nav-item li:nth-child(2) {
    transition: all 0.3s 0.2s;
}

.nav.-show .nav-item li:nth-child(3) {
    transition: all 0.3s 0.3s;
}

.nav.-show .nav-item li:nth-child(4) {
    transition: all 0.3s 0.4s;
}

.nav.-show .nav-item li:nth-child(5) {
    transition: all 0.3s 0.5s;
}

.nav-item li::after {
    content: '';
    width: 1.37rem;
    display: block;
    border-bottom: 1px dotted #bfab85;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.nav-item a {
    white-space: nowrap;
    font-size: 0.54rem;
    font-family: fonts;
    text-align: center;
    color: #bfab85;
    position: relative;
    margin-bottom: 0.07rem;
    z-index: 3;
}

.nav-item li.-active a {
    color: #5bf5e4;
    text-shadow: 0 0 0.03rem #1c7c74, 0 0 0.03rem #1c7c74, 0 0 0.03rem #1c7c74, 0 0 0.03rem #1c7c74, 0 0 0.03rem #1c7c74, 0 0 0.03rem #1c7c74, 0 0 0.03rem #1c7c74, 0 0 0.03rem #1c7c74, 0 0 0.03rem #1c7c74, 0 0 0.03rem #1c7c74, 0 0 0.03rem #1c7c74, 0 0 0.03rem #1c7c74, 0 0 0.03rem #1c7c74, 0 0 0.03rem #1c7c74, 0 0 0.03rem #1c7c74, 0 0 0.03rem #1c7c74;
}

.nav-item li.-active {
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/nav-active.png) no-repeat center / 4.37rem auto;
}

.nav-item li:last-child::after {
    display: none;
}

.channel {
    width: 100%;
    position: absolute;
    bottom: 1rem;
    left: 0;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.3s 0.2s;
}

.nav.-show .channel {
    transform: translateY(0);
    opacity: 1;
}

.channel-item {
    font-size: 0.3rem;
    color: #bfab85;
    line-height: 0.34rem;
    white-space: nowrap;
    margin: 0.45rem 0 0.1rem;
    padding: 0 0.17rem;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px dashed #ccbb9b;
}

.channel-item:last-child {
    border: none;
}

.channel-item p {
    margin-top: -0.1rem;
}

.channel-item img {
    width: 3.05rem;
    margin: 0.05rem auto 0;
    display: block;
}


.channel li,
.channel-bottom li {
    height: 0.24rem;
    border-right: 1px solid #bfab85;
    display: flex;
    align-items: center;
    justify-content: center;
}

.channel li:last-child,
.channel-bottom li:last-child {
    border: none;
}

.channel a,
.channel-bottom a {
    height: 0.3rem;
    position: relative;
    padding: 0 0.22rem;
    transition: all 0.3s;
    display: block;
    font-family: "iconfont";
    color: #bfab85;
    font-size: 0.3rem;
    line-height: 0.3rem;
}

.channel a:active,
.channel-bottom a:active {
    transform: scale(1.1);
    filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.3));
    color: #4feddd;
}

.index-swiper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.index-swiper .swiper-slide {
    overflow: hidden;
}

.index-swiper>.swiper-wrapper>.swiper-slide::before,
.index-swiper>.swiper-wrapper>.swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/mask-t.png) no-repeat top / 100% auto;
    z-index: 10;
    pointer-events: none;
}

.index-swiper>.swiper-wrapper>.swiper-slide::after {
    top: auto;
    bottom: 0;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/mask-b.png) no-repeat bottom / 100% auto;
}

.index {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding-bottom: 1.2rem;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/index.jpg) no-repeat center / cover;
}

.login {
    z-index: 10;
    font-size: 0.24rem;
    color: #fff;
    text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.7);
    margin-bottom: -0.8rem;
    position: absolute;
    top: 0.5rem;
    right: 0.45rem;
    z-index: 3;
}

.login a {
    color: #5bf5e4;
    margin-left: 0.15rem;
}

.index-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

.index-slogan {
    width: 7.22rem;
    position: absolute;
    z-index: 2;
    top: 1rem;
}

.download {
    width: 4.37rem;
    height: 1.17rem;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/download.png) no-repeat top / 100% auto;
    text-indent: -99999px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 9999px;
    filter: drop-shadow(0 0 0.15rem rgba(251, 180, 44, 0.3)) drop-shadow(0 0.03rem 0.05rem rgba(0, 0, 0, 0.3));
    margin-top: 0.2rem;
}

.download-label {
    font-family: fonts;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5), 0 0 0.2rem rgba(91, 245, 228, 0.5);
    margin-bottom: 0.15rem;
    position: relative;
    z-index: 2;
}

.download.-active::after {
    display: none;
}

.download::after {
    content: '';
    width: 2rem;
    height: 200%;
    transform: skewX(-20deg);
    position: absolute;
    left: -100%;
    top: -20%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    transition: all 1s linear;
    filter: blur(10);
    animation: downloadLine 1.5s infinite linear;
}

.download-tips {
    width: 3.76rem;
    margin: 0.2rem auto 0;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.map li {
    position: absolute;
    z-index: 10;
}

.map li:nth-child(1) {
    width: 2.5rem;
    bottom: 50%;
    left: 7.3%;
    margin-bottom: 27.1%;
}

.map li:nth-child(2) {
    width: 2.49rem;
    top: 50%;
    left: 9.2%;
    margin-top: -22.2%;
}

.map li:nth-child(3) {
    width: 2.45rem;
    top: 50%;
    right: 11.1%;
    margin-top: -15%;
}

.map li:nth-child(4) {
    width: 2.6rem;
    bottom: 50%;
    right: 7.1%;
    margin-bottom: 22%;
}

.map li:nth-child(5) {
    width: 2.48rem;
    top: 50%;
    left: 28.6%;
    margin-top: 27.7%;
}

.map img {
    width: 100%;
}

.map-bg {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/map.jpg) no-repeat center / 100% auto;
}

.about-mp4 {
    width: 100vw;
    height: 103%;
    position: absolute;
    left: 0;
    top: -0.05rem;
    z-index: 1;
    object-fit: cover;
}

.about-bg {
    width: 100vw;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
}

.about-prev,
.about-next {
    width: 1.4rem;
    height: 1.22rem;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/feature-button.png) no-repeat right / 3rem auto;
    z-index: 10;
    position: absolute;
    bottom: 1.4rem;
    transform: scale(0.4);
}

.about-next {
    right: 50%;
    margin-right: -4.1rem;
    background-position: right;
}

.about-prev {
    left: 50%;
    background-position: 0 0;
    margin-left: -4.1rem;
}


.about-nav {
    height: 1.5rem;
    width: 6.5rem;
    display: flex;
    position: absolute;
    left: 50%;
    margin-left: -3.25rem;
    z-index: 10;
    bottom: 1.1rem;
    overflow: hidden;

}

.about-head {
    width: 0.88rem;
    height: 0.88rem;
    background: rgba(29, 29, 29, 0.62);
    border-radius: 50%;
    border: 0.09rem solid rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    position: relative;
    margin: 0.1rem auto 0;
}

.about-nav .swiper-slide-active .about-head {
    border-color: #5ce9d9;
    transform: scale(1.2);
}

.about-nav img {
    width: 1.32rem;
    pointer-events: none;
    z-index: 3;
    position: absolute;
    bottom: -0.05rem;
}

.about-content li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-family: fonts;
    z-index: 8;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}

.about-content li.-active {
    opacity: 1;
    transition: opacity 0.1s;
    pointer-events: all;
    z-index: 5;
}

.about-data {
    transform: translateX(-1rem);
    opacity: 0;
}

.about-content li.-active .about-data {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.3s 0.3s;
}

.about-image {
    transform: translateY(1rem);
    opacity: 0;
}

.about-check {
    width: 4.68rem;
    height: 1.03rem;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/about-check.png) no-repeat top / 100% 100%;
    position: absolute;
    font-size: 0.36rem;
    left: -0.4rem;
    bottom: 3.6rem;
    color: #f9f6ec;
    box-sizing: border-box;
    transition: all 0.3s;
    z-index: 20;
    transform: scale(0.7);
}

.about-check::after,
.about-check::before {
    content: '';
    width: 1.03rem;
    height: 1.03rem;
    position: absolute;
    left: 0.38rem;
    border-radius: 50%;
}

.about-check::after {
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/about-check-icon.png) no-repeat top / 100% 100%;
    animation: aboutCheck 1.3s infinite;
}

.about-check::before {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0.2rem rgba(255, 255, 255, 0.6) inset;
    animation: aboutCheckBefore 1.3s infinite;
}

@keyframes aboutCheck {

    0%,
    100% {
        box-shadow: 0 0 0.05rem rgba(91, 245, 228, 0);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 0.25rem rgba(91, 245, 228, 1);
        transform: scale(1.05);
    }
}

@keyframes aboutCheckBefore {

    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

.about-check span {
    transform: skew(-5deg);
}

.about-content li.-active .about-image {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.3s 0.3s;
}


.about-data {
    position: absolute;
    top: 0.75rem;
    left: 0.55rem;
    z-index: 5;
}

.about-data.-hide {
    transform: translateX(-1rem);
}

.about-no {
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.24rem;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/about-no.png) no-repeat left / 0.28rem auto;
    padding-left: 0.34rem;
    margin-bottom: 0.1rem;
    filter: drop-shadow(0 0 0.05rem rgba(0, 0, 0, 0.4));
}

.about-title {
    width: calc(100vw - 0.55rem - 0.55rem);
    height: 1.34rem;
    line-height: 1.34rem;
    font-size: 1.1rem;
    margin-bottom: 0.16rem;
    justify-content: flex-start;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/about-title.png) no-repeat bottom / 100% auto;
    padding-bottom: 0.22rem;
}

.about-title span {
    filter: drop-shadow(0 0 0.05rem rgba(0, 0, 0, 0.4));
    letter-spacing: 0.02rem;
    white-space: nowrap;
}

.about-title img {
    height: 0.54rem;
    margin-left: 0.3rem;
}

.about-type {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
    filter: drop-shadow(0 0 0.05rem rgba(0, 0, 0, 0.4));
    letter-spacing: 0.02rem;
}

.about-desc {
    width: calc(100vw - 0.55rem - 0.55rem);
    font-size: 0.24rem;
    filter: drop-shadow(0 0 0.05rem rgba(0, 0, 0, 0.4));
    line-height: 0.32rem;
    padding-bottom: 0.35rem;
    letter-spacing: 0.02rem;
    font-family: font;
}

.about-work {
    height: 0.56rem;
}

.about-video {
    width: 7.05rem;
    margin-top: 0.56rem;
}

.about-image {
    width: 7rem;
    cursor: pointer;
    position: absolute;
    bottom: 20%;
    left: 50%;
    margin-left: -3.5rem;
    z-index: 3
}

.about-image.-hide {
    transform: translateY(1rem);
}

.feature-bg {
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/feature.jpg) no-repeat center / cover;
    box-sizing: border-box;
    padding-bottom: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.feature-bg::after {
    height: calc(((100vh - 1.18rem) / 2) - 1.2rem) !important;
    bottom: 1.2rem !important;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/mask-d.png) no-repeat bottom / 100% auto !important;
}

.feature-video {
    width: 6.74rem;
    height: 7.15rem;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/feature-video.png) no-repeat top / 100% auto;
    box-sizing: border-box;
    padding: 0 0.4rem 0.25rem 0;
    margin: 0 0 0.9rem 0.1rem;
    position: relative;
}

.feature-video::after {
    content: '';
    width: 0.65rem;
    height: 2.97rem;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/pop-video-icon.png) no-repeat top / 100% auto;
    position: absolute;
    top: 0rem;
    left: 0.02rem;
    pointer-events: none;
}

.feature-video canvas {
    width: 5.96rem;
    height: 5.97rem;
    object-fit: cover;
}

.feature-nav li {
    width: 1.42rem;
    height: 1.97rem;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/feature-nav.png) no-repeat top / 100% auto;
    margin: 0 0.01rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-right: 0.09rem;
    transition: transform 0.3s;
}

.feature-nav li.-active {
    background-position: 0 -2.07rem;
}

.feature-box {
    height: 1.82rem;
    padding: 0.01rem;
    background: #fff6e0;
    border-radius: 0.07rem;
    overflow: hidden;
    flex-direction: column;
}

.feature-nav li.-active .feature-box {
    background: #fff;
}

.feature-nav img {
    width: 1.22rem;
    border-top-left-radius: 0.07rem;
    border-top-right-radius: 0.07rem;
}

.feature-name {
    width: 1.22rem;
    height: 0.2rem;
    font-size: 0.2rem;
    color: #91764d;
    font-family: fonts;
    text-align: center;
    white-space: nowrap;
    transform: scale(0.7);
}

.feature-nav li.-active .feature-name {
    color: #26c6b4;
}

.channel-bottom {
    height: 1.2rem;
    width: 100%;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/channel-bottom.png) no-repeat top / 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding-top: 0.15rem;
    z-index: 10;
}

#_overlay_ {
    height: 100vh !important;
    position: fixed !important;
}

.gray {
    -webkit-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
}

.toast {
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.toast.-show {
    opacity: 1;
    pointer-events: all;
}

.toast-text {
    background: rgba(0, 0, 0, 0.7);
    padding: 0.3rem;
    font-size: 0.26rem;
    color: #fff;
    border-radius: 0.1rem;
}

.pop {
    position: relative;
    box-sizing: border-box;
    color: #fff;
    line-height: 1.4;
    display: none;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
}

.pop1 {
    width: 7rem;
    height: 6.66rem;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/pop1.png) no-repeat top / 100% auto;
    padding-top: 1.1rem;
}

.pop1.s1 {
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/pop1-s1.png) no-repeat top / 100% auto;
}

.pop2 {
    width: 7rem;
    height: 5.78rem;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/pop2.png) no-repeat top / 100% auto;
    padding-top: 1.33rem;
}

.pop3 {
    width: 7rem;
    height: 3.55rem;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/pop3.png) no-repeat top / 100% auto;
}

.pop4 {
    width: 7rem;
    height: 5.78rem;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/pop4.png) no-repeat top / 100% auto;
}

.pop5 {
    width: 7rem;
    height: 5.7rem;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/pop5.png) no-repeat top / 100% auto;
    padding-top: 1.12rem;
}

.pop3 .pop-close {
    top: -0.78rem;
}

.pop-close {
    width: 0.52rem;
    height: 0.52rem;
    font-family: iconfont;
    background: rgba(178, 178, 178, 0.36);
    color: #fff;
    position: absolute;
    right: 0;
    top: -0.4rem;
    font-size: 0.34rem;
    border-radius: 0.1rem;
}

.pop-cont {
    height: 100%;
    width: 100%;
    flex-direction: column;
}

.pop-video {
    width: 6.74rem;
    height: 4.25rem;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/pop-video.png) no-repeat top / 100% auto;
    box-sizing: border-box;
    padding: 0 0.2rem 0.2rem 0;
    margin: 0 0 0 0.1rem;
    position: relative;
}

.pop-video::after {
    content: '';
    width: 0.5rem;
    height: 2.97rem;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/pop-video-icon.png) no-repeat top / 100% auto;
    position: absolute;
    top: 0rem;
    left: 0.05rem;
    pointer-events: none;
}

.pop-video img {
    width: 6.1rem;
    object-fit: cover;
}

.pop-copy-text {
    font-size: 0.3rem;
    color: #818181;
    padding: 0 0 0.13rem 0.3rem;
}

.pop-copy-code {
    width: 2rem;
    height: 2rem;
    background: #fff;
    border: 0.02rem solid #b4b1a7;
    border-radius: 0.1rem;
    margin: 0 auto 0.13rem;
}

.pop-copy-code img {
    width: 1.86rem;
    height: 1.86rem;
}

.pop-copy-link {
    width: 3.14rem;
    height: 0.9rem;
    line-height: 0.9rem;
    background: #fff;
    border: 0.02rem solid #b4b1a7;
    border-radius: 9999px;
    color: #b8b8b8;
    font-size: 0.3rem;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0.2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pop-copy-btn {
    width: 2.98rem;
    height: 0.9rem;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/pop-btn.png) no-repeat top / 100% auto;
    font-family: fonts;
    color: #413e3a;
    box-sizing: border-box;
    padding-bottom: 0.05rem;
    font-size: 0.36rem;
    filter: drop-shadow(0 0 0.05rem rgba(0, 0, 0, 0.3));
    margin-left: 0.3rem;
}

.pop-alert {
    min-height: 1.2rem;
    line-height: 0.4rem;
    text-align: center;
    padding: 0.1rem 0.6rem 0.3rem;
    font-size: 0.52rem;
    font-family: fonts;
    color: #5ea69d;
}

.pop-login a {
    margin: 0.1rem 0.5rem 0.2rem;
    font-size: 0.36rem;
    text-align: center;
    color: #407770;
    font-family: fonts;
}

.pop-login a img {
    width: 1.57rem;
    margin-bottom: 0.2rem;
    display: block;
}

.pop-state {
    height: 1.8rem;
}

.pop-bind-desc {
    font-size: 0.26rem;
    color: #818181;
    text-align: center;
    padding-bottom: 0.1rem;
}

.pop-bind-item {
    width: 6.2rem;
    height: 0.6rem;
    border: 0.02rem solid #b4b1a7;
    background: #fff;
    border-radius: 8888px;
    margin: 0 auto 0.2rem;
}

.pop-bind-item input {
    width: 100%;
    height: 0.6rem;
    background: none;
    border: none;
    font-size: 0.26rem;
    text-indent: 0.35rem;
    color: #000;
}

.pop-getcode {
    min-width: 2rem;
    font-size: 0.26rem;
    color: #92b178;
    text-align: center;
    border-left: 1px solid #d4d4d4;
}

.pop-bind-checkbox {
    height: 0.34rem;
    font-size: 0.24rem;
    justify-content: flex-start;
    padding: 0rem 0.4rem 0.15rem;
    color: #818181;
}

.pop-bind-checkbox input {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.15rem;
}

.pop-bind-checkbox label {
    cursor: pointer;
}

.pop-bind-tips {
    font-size: 0.2rem;
    color: #b3b3b3;
    line-height: 0.26rem;
    padding: 0rem 0.4rem 0.2rem;
    text-align: justify;
}

.pop-btn a {
    width: 4.15rem;
    height: 1.25rem;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/pop-btn.png) no-repeat top / 100% auto;
    font-family: fonts;
    font-size: 0.5rem;
    color: #413e3a;
    box-sizing: border-box;
    filter: drop-shadow(0 0 0.05rem rgba(0, 0, 0, 0.3));
    margin: 0 0.1rem;
}

.pop-btn a.odd {
    width: 2.98rem;
    height: 0.9rem;
    font-size: 0.36rem;
}

.pop-btn a.gray {
    -webkit-filter: grayscale(1) drop-shadow(0 0 0.05rem rgba(0, 0, 0, 0.3)) !important;
    filter: grayscale(1) drop-shadow(0 0 0.05rem rgba(0, 0, 0, 0.3)) !important;
}

.pop-about {
    height: 100%;
    width: 100%;
    flex-direction: column;
}

/* .pop-about-mask {
    width: 15.6rem;
    height: 10rem;
} */

.pop-about-image {
    width: 7.4rem;
    margin-left: 0.2rem;
}

.pop-about-title {
    width: 4.61rem;
    height: 0.79rem;
    background: url(//game.gtimg.cn/images/ymzx/m/web20260113/pop-title.png) no-repeat bottom / 100% auto;
    margin: 0 auto;
    font-family: fonts;
    font-size: 0.44rem;
    text-shadow: 0 0 0.21rem rgba(19, 232, 210, 0.4);
    box-sizing: border-box;
    padding-top: 0.02rem;
    transform: scale(0.9);
}

.pop-about-tips {
    position: absolute;
    bottom: -0.4rem;
    font-size: 0.26rem;
    width: 100%;
    text-align: center;
    pointer-events: none;
    font-family: fonts;
    opacity: 0.6;
}


@keyframes downloadLine {
    0% {
        left: -100%;
    }

    100% {
        left: 150%;
    }
}


.landscape,
.landscape body {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.landscape::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #333;
    z-index: 99999;
}

.landscape::after {
    content: "\4E3A\4E86\66F4\597D\7684\4F53\9A8C\FF0C\8BF7\5C06\624B\673A\7AD6\8FC7\6765";
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    height: 30px;
    width: 100%;
    margin-top: 70px;
    z-index: 99999;
}

.landscape body::before {
    content: "";
    position: absolute;
    z-index: 99999;
    height: 200px;
    width: 100px;
    left: 50%;
    top: 50%;
    margin: -140px 0 0 -50px;
    color: #fff;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAB2CAYAAAAZUrcsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDAwMjcwNkVEQzczMTFFNjlFMDFGQTEzNkM3N0JBMTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDAwMjcwNkREQzczMTFFNjlFMDFGQTEzNkM3N0JBMTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ0NzhCMTlBREM1ODExRTZCNTdFRjQ0Q0I1QzRCODZBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ0NzhCMTlCREM1ODExRTZCNTdFRjQ0Q0I1QzRCODZBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+J30rNQAACRRJREFUeNrsXQlsFVUU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");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px auto;
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
}