* {
    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;
}

html {
    font-size: calc(100vw / 3343 * 100);
}

.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;
}

@font-face {
    font-family: fonts;
    src: url(//game.gtimg.cn/images/ymzx/web202508/fonts.otf)
}

@font-face {
    font-family: font;
    src: url(//game.gtimg.cn/images/ymzx/web202508/font.ttf)
}

@font-face {
    font-family: "iconfont";
    src: url(//game.gtimg.cn/images/ymzx/web202508/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";
    display: block;
    width: 1.17rem;
    text-align: center;
}

.icon-douyin:before {
    content: "\e8db";
}

.icon-tap:before {
    content: "\e60f";
}

.icon-blbl:before {
    content: "\e849";
}

.icon-kuaishou:before {
    content: "\e6a3";
}

.index-swiper {
    height: 100%;
    width: 100%;
}

.index-swiper .swiper-slide {
    overflow: hidden;
}

.index-swiper::before,
.index-swiper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(//game.gtimg.cn/images/ymzx/web202508/mask.png) no-repeat top / 100% auto;
    z-index: 5;
    pointer-events: none;
}

.index-swiper::after {
    transform: scale(-1);
}

.top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    justify-content: space-between;
}

.music {
    width: 1.34rem;
    height: 0.6rem;
    background: rgba(37, 35, 20, 0.23);
    border-radius: 9999px;
    margin: 0.85rem 0.3rem 0 0;
    position: relative;
    font-family: fonts;
    color: #fff;
    font-size: 0.2rem;
    box-sizing: border-box;
    padding-left: 0.45rem;
    transition: all 0.3s;
}

.music::after {
    content: '';
    width: 0.51rem;
    height: 0.51rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/music.png) no-repeat center / 0.51rem auto rgba(249, 243, 233, 0.23);
    border-radius: 50%;
    position: absolute;
    padding: 0.05rem;
    left: -0.1rem;
    transition: all 0.3s;
}

.music.-active {
    padding: 0rem 0.5rem 0 0;
    background: rgba(249, 243, 233, 0.23);
}

.music.-active::after {
    left: 0.75rem;
}

.music:hover::after {
    transform: scale(1.1);
}

.logo {
    width: 2.62rem;
    position: absolute;
    top: 0.56rem;
    left: 0.71rem;
    transition: all 0.3s;
}

.logo:hover {
    transform: scale(0.95);
}

.nav {
    padding: 0.8rem 0 0 4.1rem;
}

.nav li {
    width: 3.24rem;
    height: 0.87rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/nav.png) no-repeat left / 3.24rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nav li:last-child {
    width: 3.2rem;
}

.nav a {
    width: 100%;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.42rem;
    font-family: fonts;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 3;
    transition: all 0.3s;
}

.nav li.-active a,
.nav a:hover {
    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 a:hover {
    transform: translateY(-0.05rem);
}

.nav li.-active::after {
    content: '';
    width: 4.03rem;
    height: 2.19rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/nav-active.png) no-repeat center / 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.1rem 0 0 -2.04rem;
    pointer-events: none;
    animation: navActive 0.5s;
}

.channel {
    padding: 0.95rem 0.82rem 0 0;
    transition: all 0.3s;
}

.channel li {
    height: 0.4rem;
    border-right: 1px dotted #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.3rem;
    font-family: "iconfont";
    color: #fff;
    font-size: 0.5rem;
    line-height: 0.6rem;
}

.channel li:last-child {
    border: none;
}

.channel a {
    height: 0.6rem;
    position: relative;
    transition: all 0.3s;
    display: block;
    color: #fff;
}

.channel a:hover {
    filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.05));
    color: #4feddd;
}

.channel a[target="_blank"]:hover {
    transform: scale(1.1);
}

.channel a:hover .channel-hover {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.channel-hover {
    position: absolute;
    bottom: 1.7rem;
    left: 50%;
    transform: translateX(-50%) translateY(-0.1rem);
    pointer-events: none;
    background: #f5eedf;
    border-radius: 0.1rem;
    padding: 0.05rem 0.05rem;
    opacity: 0;
    transition: all 0.3s;
}

.channel-hover::after {
    content: '';
    width: 0.24rem;
    height: 0.15rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/channel-hover.png) no-repeat top / 100% 100%;
    position: absolute;
    bottom: -0.15rem;
    left: 50%;
    transform: translateX(-50%);
}

.channel-hover.odd {
    top: 1rem;
    bottom: auto;
}

.channel-hover.odd::after {
    top: -0.14rem;
    transform: translateX(-50%) scaleY(-1);
}

.channel-item {
    font-size: 0.24rem;
    color: #bfab85;
    line-height: 0.34rem;
    white-space: nowrap;
    margin: 0.15rem 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: 2.25rem;
    margin: 0.05rem auto 0;
    display: block;
}

.channel-box {
    width: 100%;
    height: 1.93rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(//game.gtimg.cn/images/ymzx/web202508/channel-bottom.png) no-repeat top / 100% 100%;
    transition: all 0.2s;
    z-index: 5;
    opacity: 0;
    box-sizing: border-box;
    justify-content: flex-start;
    padding: 0.2rem 0 0 1.5rem;
    visibility: hidden;
}

.channel-box .channel {
    opacity: 1 !important;
    padding: 0;
    justify-content: flex-start;
    pointer-events: all !important;
}

.channel-box li {
    border-color: #bfab85;
    color: #bfab85;
}

.channel-box a {
    color: #bfab85;
}

.subscribe {
    position: absolute;
    bottom: 0.65rem;
    right: 1.25rem;
    z-index: 10;
    bottom: 1.11rem;
    right: 1.25rem;
    flex-direction: column;
    transition: all 0.3s;
}

.subscribe-cancel {
    font-size: 0.36rem;
    color: #fff;
    text-decoration: underline;
    margin-bottom: 0.1rem;
    text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.8);
}

.subscribe-tips {
    width: 7.11rem;
    display: block;
    margin: 0 0 0.1rem;
}

.subscribe-btn {
    width: 6.99rem;
    height: 1.87rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/subscribe-btn.png) no-repeat top / 100% auto;
    animation: indexSubscribe 1.5s infinite;
    text-indent: -99999px;
    transition: transform 0.3s;
    z-index: 9;
    border-radius: 9999px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.subscribe-btn:hover {
    transform: scale(0.95);
}

.subscribe-btn::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);
}

.subscribe-btn::after {
    animation: indexSubscribeLine 1.5s infinite linear;
}

.subscribe-btn.-active {
    background-position: 0 -1.97rem;
    pointer-events: none;
}


.index-slogan {
    width: 9.17rem;
    height: 6.14rem;
    position: absolute;
    bottom: 0.96rem;
    left: 0.2rem;
    z-index: 9;
}

.index-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    background: url(//game.gtimg.cn/images/ymzx/web202508/index.jpg) no-repeat center / cover;
    pointer-events: none;
}

.login {
    position: absolute;
    top: 2.1rem;
    right: 1rem;
    z-index: 10;
    font-size: 0.4rem;
    color: #fff;
    text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.7);
}

.login a {
    color: #5bf5e4;
    margin-left: 0.2rem;
}

.about-mp4 {
    width: 100vw;
    height: 100vh;
    bottom: 0.5rem;
    position: absolute;
    left: 0;
    z-index: 1;
    object-fit: cover;
    pointer-events: none;
}

.about-bg {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    transition: background 0.5s;
    animation: aboutBg 8s infinite;
}

.about-nav {
    width: 3.05rem;
    height: 68vh;
    overflow-y: auto;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-62%);
    z-index: 10;
    padding: 0.15rem 0 0.15rem 0.2rem;
    box-sizing: border-box;
    overflow-x: hidden;
}

.about-nav::-webkit-scrollbar {
    width: 0.1rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0.1rem;
}

.about-nav::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 0.1rem;
}

.about-nav li {
    width: 1.82rem;
    height: 1.82rem;
    background: rgba(29, 29, 29, 0.62);
    border-radius: 50%;
    border: 0.09rem solid rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 0 0.32rem;
    transition: all 0.3s;
    position: relative;
}

.about-nav li::after {
    content: '';
    width: 3.77rem;
    height: 2.57rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/about-nav.png) no-repeat center / 100% auto;
    position: absolute;
    top: -0.42rem;
    left: -0.35rem;
    pointer-events: none;
    transform: translateX(0.2rem);
    opacity: 0;
}

.about-nav li:last-child {
    margin: 0;
}

.about-nav li:hover {
    transform: scale(1.05);
}

.about-nav li.-active {
    border-color: #5ce9d9;
    transform: scale(1) !important;
}

.about-nav li.-active::after {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.3s;
}

.about-nav img {
    width: 2.75rem;
    pointer-events: none;
    z-index: 3;
    position: absolute;
    bottom: -0.1rem;
}

.about-content li {
    display: flex;
    height: 100vh;
    width: 95vw;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 7vw 0 5vw;
    color: #fff;
    font-family: fonts;
    z-index: 8;
    opacity: 0;
    pointer-events: none;
    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: translateX(1rem);
    opacity: 0;
}

.about-content li.-active .about-image {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.3s 0.3s;
}

.about-data {
    position: relative;
    z-index: 2;
}

.about-data.-hide {
    transform: translateX(-1rem);
}

.about-no {
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0.28rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/about-no.png) no-repeat left / 0.41rem auto;
    padding-left: 0.51rem;
    margin-bottom: 0.2rem;
    filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.3));
}

.about-title {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 1.48rem;
    margin-bottom: 0.2rem;
    justify-content: flex-start;
    width: 9.25rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/about-title.png) no-repeat bottom / 100% auto;
    padding-bottom: 0.5rem;
}

.about-title span {
    filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.3));
    letter-spacing: 0.02rem;
}

.about-title img {
    width: 0.84rem;
    height: 0.84rem;
    margin-left: 0.48rem;
}

.about-type {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
    filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.3));
    letter-spacing: 0.02rem;
}

.about-type::before {
    content: '';
    width: 0.12rem;
    height: 0.12rem;
    background: #65ffee;
    border-radius: 50%;
    position: absolute;
    left: -0.23rem;
    top: 0.2rem;
}

.about-desc {
    width: 9.25rem;
    font-size: 0.24rem;
    filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.3));
    line-height: 0.32rem;
    padding-bottom: 0.35rem;
    letter-spacing: 0.02rem;
    font-family: font;
}

.about-work {
    height: 0.88rem;
}

.about-video {
    width: 7.05rem;
    margin-top: 0.56rem;
    position: relative;
}

.about-video img {
    width: 6.65rem;
    height: 3.72rem;
    border-radius: 0.22rem;
    object-fit: cover;
    margin: 0.01rem;
}

.about-video::after {
    content: '';
    width: 7.05rem;
    height: 3.78rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/about-video.png) no-repeat top / 100% auto;
    position: absolute;
    top: 0;
    left: 0;
}

.about-video.s1::after {
    background-position: 0 0;
}

.about-video.s2::after {
    background-position: 0 -3.88rem;
}

.about-video.s3::after {
    background-position: 0 -7.76rem;
}

.about-video.s4::after {
    background-position: 0 -11.64rem;
}

.about-video.s5::after {
    background-position: 0 -15.52rem;
}

.about-video.s6::after {
    background-position: 0 -19.40rem;
}

.about-image {
    width: 15.75rem;
    margin-bottom: 5vh;
    position: relative;
    z-index: 2;
}

.about-check {
    width: 4.68rem;
    height: 1.03rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/about-check.png) no-repeat top / 100% 100%;
    position: absolute;
    bottom: 50%;
    right: 38vw;
    font-size: 0.36rem;
    color: #f9f6ec;
    box-sizing: border-box;
    transition: all 0.3s;
    margin-bottom: -4.7rem;
    z-index: 5;
}

.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/web202508/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;
}

.about-check span {
    transform: skew(-5deg);
}

.about-check:hover {
    transform: scale(1.1);
}

.about-check:hover::after,
.about-check:hover::before {
    animation-duration: 0.7s;
}

.feature {
    height: 100vh;
    transform: scale(0.85);
    position: relative;
    z-index: 3;
}

.feature-button-prev,
.feature-button-next {
    width: 1.4rem;
    height: 1.22rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/feature-button.png) no-repeat top / 3rem auto;
    z-index: 3;
    transition: all 0.3s;
}

.feature-button-prev {
    background-position: 0 0;
}

.feature-button-prev:hover {
    transform: translateX(-0.3rem);
}

.feature-button-next {
    background-position: -1.5rem 0;
}

.feature-button-next:hover {
    transform: translateX(0.3rem);
}

.feature-bg {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: url(//game.gtimg.cn/images/ymzx/web202508/feature.jpg) no-repeat center / cover;
    animation: aboutBg 8s infinite;
}

.feature-box {
    width: 19.82rem;
    height: 11.43rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/feature-box.png) no-repeat top / 100% auto;
    overflow: hidden;
    margin: 0 auto;
}

.feature-image {
    width: 19.25rem;
    height: 10.8rem;
    object-fit: cover;
    margin: 0.23rem auto 0;
}

.feature-desc {
    height: 0.5rem;
    font-size: 0.46rem;
    font-family: fonts;
    color: #fff;
    padding-top: 0.4rem;
    text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.4);
}

.feature-desc span {
    height: 0.07rem;
    width: 0.7rem;
    background: #fff;
    margin: 0 0.1rem;
    border-radius: 999px;
    filter: drop-shadow(0 0 0.2rem rgba(0, 0, 0, 0.7));
}

.feature-swiper {
    width: 25rem;
    height: 12.7rem;
    margin: 0 0.7rem;
}

.feature-swiper .swiper-slide {
    opacity: 0;
}

.feature-swiper .swiper-slide-active .feature-box {
    height: 12.15rem;
}

.feature-swiper .swiper-slide-active {
    opacity: 1 !important;
}

.feature-swiper .swiper-slide-prev,
.feature-swiper .swiper-slide-next {
    opacity: 0.5 !important;
}

.feature-swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -0rem;
    cursor: auto;
}

.feature-swiper .swiper-pagination-bullet {
    width: 0.22rem;
    height: 0.28rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/swiper-pagination-bullet.png) no-repeat top / 100% 100%;
    opacity: 1;
    margin: 0 0.06rem;
}

.feature-swiper .swiper-pagination-bullet-active {
    width: 0.34rem;
    height: 0.4rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/swiper-pagination-bullet-active.png) no-repeat top / 100% 100%;
}

#_overlay_ {
    height: 100% !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.32rem;
    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: 10.93rem;
    height: 10.39rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/pop1.png) no-repeat top / 100% auto;
    padding-top: 1.9rem;
}

.pop1.s1 {
    background: url(//game.gtimg.cn/images/ymzx/web202508/pop1-s1.png) no-repeat top / 100% auto;
}

.pop2 {
    width: 10.93rem;
    height: 8.98rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/pop2.png) no-repeat top / 100% auto;
    padding-top: 2.23rem;
}

.pop3 {
    width: 10.93rem;
    height: 5.5rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/pop3.png) no-repeat top / 100% auto;
}

.pop4 {
    width: 10.93rem;
    height: 7.69rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/pop4.png) no-repeat top / 100% auto;
}

.pop5 {
    width: 10.93rem;
    height: 8.84rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/pop5.png) no-repeat top / 100% auto;
    padding-top: 1.75rem;
}

.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-copy-text {
    font-size: 0.4rem;
    color: #818181;
    padding: 0 0 0.2rem 0.85rem;
}

.pop-copy-code {
    width: 3.5rem;
    height: 3.5rem;
    background: #fff;
    border: 0.02rem solid #b4b1a7;
    border-radius: 0.1rem;
    margin: 0 auto 0.2rem;
}

.pop-copy-code img {
    width: 3.2rem;
    height: 3.2rem;
}

.pop-copy-link {
    width: 4.54rem;
    height: 1.02rem;
    line-height: 1.02rem;
    background: #fff;
    border: 0.02rem solid #b4b1a7;
    border-radius: 9999px;
    color: #b8b8b8;
    font-size: 0.38rem;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0.2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pop-copy-btn {
    width: 4.08rem;
    height: 1.22rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/pop-btn.png) no-repeat top / 100% auto;
    font-family: fonts;
    font-size: 0.76rem;
    color: #413e3a;
    box-sizing: border-box;
    padding-bottom: 0.05rem;
    filter: drop-shadow(0 0 0.05rem rgba(0, 0, 0, 0.3));
    transition: all 0.3s;
    font-size: 0.5rem;
    margin-left: 0.3rem;
}

.pop-alert {
    min-height: 2rem;
    line-height: 0.4rem;
    text-align: center;
    padding: 0.1rem 0.6rem 0.3rem;
    font-size: 0.8rem;
    font-family: fonts;
    color: #5ea69d;
}

.pop-login a {
    margin: 1rem 0.65rem 0.2rem;
    font-size: 0.46rem;
    text-align: center;
    color: #407770;
    font-family: fonts;
}

.pop-login a img {
    width: 2.57rem;
    margin-bottom: 0.2rem;
    display: block;
}

.pop-state {
    height: 2.61rem;
}

.pop-bind-desc {
    font-size: 0.4rem;
    color: #818181;
    text-align: center;
    padding-bottom: 0.2rem;
}

.pop-bind-item {
    width: 9.48rem;
    height: 0.81rem;
    border: 0.02rem solid #b4b1a7;
    background: #fff;
    border-radius: 8888px;
    margin: 0 auto 0.32rem;
}

.pop-bind-item input {
    width: 100%;
    height: 0.81rem;
    background: none;
    border: none;
    font-size: 0.34rem;
    text-indent: 0.47rem;
    color: #000;
}

.pop-getcode {
    min-width: 2.74rem;
    font-size: 0.34rem;
    color: #92b178;
    text-align: center;
    border-left: 1px solid #d4d4d4;
}

.pop-bind-checkbox {
    height: 0.5rem;
    font-size: 0.34rem;
    justify-content: flex-start;
    padding: 0.2rem 0.7rem 0.15rem;
    color: #818181;
}

.pop-bind-checkbox input {
    appearance: none;
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.25rem;
    border: 1px solid #999;
    border-radius: 0.02rem;
}

.pop-bind-checkbox input:checked {
    background: #0075ff;
    background: url(//game.gtimg.cn/images/ymzx/web202508/checkbox.png) no-repeat top / 100% auto;
    border-color: #0075ff;
}

.pop-bind-checkbox label {
    cursor: pointer;
}

.pop-bind-tips {
    font-size: 0.28rem;
    color: #b3b3b3;
    line-height: 0.4rem;
    padding: 0.1rem 0.7rem 0.2rem;
    text-align: justify;
}

.pop-btn a {
    width: 6.05rem;
    height: 1.8rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/pop-btn.png) no-repeat top / 100% auto;
    font-family: fonts;
    font-size: 0.76rem;
    color: #413e3a;
    box-sizing: border-box;
    padding-bottom: 0.05rem;
    filter: drop-shadow(0 0 0.05rem rgba(0, 0, 0, 0.3));
    transition: all 0.3s;
    margin: 0 0.45rem;
}

.pop-btn a.odd {
    width: 4.08rem;
    height: 1.22rem;
    font-size: 0.5rem;
}

.pop-btn a:hover,
.pop-copy-btn:hover {
    transform: scale(0.95);
}

.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: 20rem;
    max-height: 70vh;
}

.pop-about-title {
    width: 4.61rem;
    height: 0.79rem;
    background: url(//game.gtimg.cn/images/ymzx/web202508/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;
}

.pop-about-tips {
    position: absolute;
    bottom: -40px;
    font-size: 0.4rem;
    width: 100%;
    text-align: center;
    pointer-events: none;
    font-family: fonts;
}

.wrapper {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    transition: filter 0.3s;
}

.wrapper.-next .subscribe {
    bottom: 0.65rem;
}

.wrapper.-next .channel {
    opacity: 0;
    pointer-events: none;
}

.wrapper.-next .channel-box {
    opacity: 1;
    visibility: inherit;
}

.wrapper.-next .index-swiper::after {
    opacity: 0;
}

.wrapper.-pop-show {
    filter: blur(10px);
}

@keyframes indexSubscribeLine {
    0% {
        left: -100%;
    }

    100% {
        left: 150%;
    }
}

@keyframes indexSubscribe {

    0%,
    100% {
        filter: drop-shadow(0 0 0.3rem rgba(251, 180, 44, 0.1)) drop-shadow(0 0.03rem 0.05rem rgba(0, 0, 0, 0.1));
    }

    50% {
        filter: drop-shadow(0 0 0.2rem rgba(251, 180, 44, 1)) drop-shadow(0 0.03rem 0.05rem rgba(0, 0, 0, 0.4));
    }
}

@keyframes navActive {

    0% {
        transform: scale(0.5);
    }

    70% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes aboutBg {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
        filter: blur(2px);
    }
}

@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);
    }
}

@media (min-aspect-ratio: 2.4/1) {
    .about-video {
        display: none;
    }

    .about-check {
        margin-bottom: -2.4rem;
    }

    .about-image {
        margin-bottom: 10vh;
    }

    .feature {
        transform: scale(0.7);
    }
}