.backImg {
    background: #eee;
}

.swiper-bg {
    content: "";
    position: absolute; /* 一定要用绝对定位 */
    width: 100%;
    height: 500px;
    filter: blur(106px);
    z-index: -1;
}
/* .swiper-bg-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 800px;
    pointer-events: none;
    background-color: #fff;
    opacity: 0.7;
    filter: blur(20px);
} */
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.kv-lightbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    animation: 1s lightboxSlideIn 0.1s ease-in-out;
}
@keyframes lightboxSlideIn {
    0% {
        transform: translateY(-140vh);
    }

    78% {
        transform: translateY(-140vh);
    }

    to {
        transform: translateY(0);
    }
}

.kv-lightbox-light {
    position: absolute;
    bottom: -28vh;
    width: 130%;
    left: -15%;
    aspect-ratio: 2376/700;
    background: url(../img/kv-light.82120042.svg) no-repeat;
    background-size: contain;
}

.kv-lightbox-code {
    position: absolute;
    bottom: -27vh;
    width: 100%;
    height: 864px;
    background: url(../img/kv-code.a7b15949.svg) no-repeat;
    background-size: contain;
}

.kv-lightbox-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.lit-version .head .menu {
    min-width: 1152px;
}
.lit-version .kv-lightbox-code {
    bottom: -37vh !important;
}
.lit-version .kv-lightbox-light {
    bottom: -16vh !important;
}
.lit-version #viewport {
    position: relative !important;
    min-width: 1200px !important;
    overflow: scroll !important;
    height: 100vh !important;
}
.lit-version .screen {
    height: 58vh;
    position: relative;
    transform: translate(10px, 10px);
}
.lit-version .section-more {
    height: 74vh;
}
.lit-version .section-more .page-section-inner {
    height: calc(100vh - 663px);
}
.lit-version .topic-title {
    top: 82px;
}
.lit-version .topic-subtitle {
    top: 187px;
}
.lit-version .frame-light {
    left: 1.5%;
    width: 100%;
    background: url(../img/frame-light.bfdf0725.png) no-repeat;
    background-size: contain;
    opacity: 1;
}

.lit-version .frame-code {
    position: absolute;
    top: 0;
    width: 100%;
    aspect-ratio: 2008/533;
    background: url(../img/frame-code.fb6675cf.png) no-repeat;
    background-size: contain;
    z-index: -2;
    opacity: 1;
}
.lit-version .frame-title-new {
    background: url(../img/section-title-02-1.57434248.svg) no-repeat;
    background-size: contain;
    opacity: 1;
    width: 1000px;
    top: 53%;
}
.lit-version .frame-block {
    bottom: 10vh;
}
/* 搜索 */
/* 搜索容器：控制整体布局 */
.search-wrapper-box {
    position: relative;
    display: none;
}
.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #fe8c00;
    border-radius: 4px;
    background: #ffffff1a;
    transition: all 0.3s;
}
.search-wrapper:hover {
    background: #fe8c00;
}
.search-wrapper:hover .search-icon {
    color: #fff;
}
.search-wrapper.active:hover {
    background: #ffffff1a;
}
.search-wrapper.active:hover .search-icon {
    color: #8b8b8c;
}
/* 搜索按钮：还原原图样式 */
.search-button {
    width: 33px;
    height: 33px;
    line-height: 33px;
    background-color: #ffffff1a;
    /* border: 1px solid #fe8c00; */
    /* border-radius: 4px; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 放大镜图标：纯CSS绘制 */
.search-icon {
    width: 32px;
    height: 32px;
    font-size: 21px !important;
    position: relative;
}
/* 搜索输入框：初始隐藏 */
.search-input {
    width: 0;
    height: 33px;
    padding: 0;
    border: 1px solid #fe8c00;
    border-left: none;
    /* border-radius: 0 4px 4px 0; */
    background-color: #ffffff1a;
    color: #ffffff;
    font-size: 16px;
    outline: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
}

/* 激活状态：展开搜索框 */
.search-wrapper.active .search-input {
    width: 228px;
    height: 33px;
    padding: 0 16px;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    background: #ffffff1a;
}

.search-wrapper.active .search-button {
    /* border-radius: 8px 0 0 8px; */
    border-right: none;
}

/* 占位符样式 */
.search-input::placeholder {
    color: #999999;
}

/* 输入框聚焦样式 */
.search-input:focus {
    border-color: #2a3a5a;
}
.head {
    background: transparent;
    height: 80px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    border-bottom: 1px solid #ffffff1a;
}
.head .menu {
    background: transparent;
    /* overflow: hidden; */
    width: 70%;
    margin: auto;
    height: 100%;
    min-width: 1200px;
}
.head .logo {
    /* background: var(--c-bg-top); */
    width: 113px;
    height: 60px;
    border-radius: 0px 0px 15px 0px;
    transform: skewX(-18deg);
    margin-right: 10px;
    margin-left: -10px;
    /* width: 1000px; */
    margin: auto;
}
.head .logo img {
    width: 40px;
    /* height: 36px; */
    /* margin-left: 40px; */
    transform: skewX(18deg);
    margin-right: 10px;
}
.head .logo img:last-child {
    width: 60px;
}
.head .icon i {
    cursor: pointer;
    margin-left: 17px;
    font-size: 18px;
}
.head .icon .icon-shuaxin:hover {
    color: var(--c-txt-wihte);
}
.head .nav {
    margin-left: 30px;
}
.nav-home {
    position: absolute;
    top: 2px;
    z-index: 100;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
}
.nav-home .search {
    background: rgb(29 31 35 / 70%) !important;
}
.nav-home .search input {
    background: rgb(29 31 35 / 0%) !important;
}

.head .nav ul li {
    position: relative;
    cursor: pointer;
    /* width: 40px; */
    height: 50px;
    line-height: 45px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #fffc;
    margin-left: 2px;
    margin-right: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head .nav ul li .fill-act {
    display: none;
}
.head .nav ul .top-nav-act {
    color: var(--c-txt-green);
    /* background: var(--c-bg-top-act); */
}
/* .head .nav ul .top-nav-act::after {
    content: "";
    position: absolute;
    background: linear-gradient(#abcd03, #009944);
    width: 100%;
    height: 4px;
    bottom: 4px;
    border-radius: 10px;
} */
.head .nav ul .top-nav-act .fill-act {
    display: block;
    background: var(--c-nav-color) !important;
    color: transparent !important;
    -webkit-background-clip: text !important;
}
.head .nav ul .top-nav-act .line-act {
    display: none;
}

.head .nav ul li i {
    font-size: 25px;
    margin-right: 4px;
}
.head .nav ul li:hover {
    color: var(--c-txt-green);
    /* background: var(--c-bg-top-act); */
}
.head .nav ul li:hover i {
    color: var(--c-txt-wihte);
}
.head .line-service {
    cursor: pointer;
    margin-left: 60px;
    margin-top: 3px;
    width: 30px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
}
.head .line-service:hover {
    background: #3f3f41;
}
.head .line-service:hover i {
    color: #fff;
}
.head .line-service i {
    font-size: 22px;
}
.head .custom {
    cursor: pointer;
    width: 80px !important;
}
.head .custom span {
    margin-left: 5px;
}
.head .about {
    cursor: pointer;
}
.head .about span {
    margin-left: 5px;
}
.head .down-customer {
    --button-corner: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 153px;
    height: 32px;
    color: #fffc;
    white-space: nowrap;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    transition: all 0.15s ease-in-out;
    position: relative;
    margin: 0 0 0 24px;
}
.head .down-customer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: polygon(var(--button-corner) 0, 100% 0, 100% calc(100% - var(--button-corner)), calc(100% - var(--button-corner)) 100%, 0 100%, 0 var(--button-corner));
    background-color: #ffffff1a;
    color: #fffc;
    transition: all 0.2s linear;
    pointer-events: none;
    z-index: 1;
}
.head .down-customer:hover:after {
    background-color: #ff8f00;
}
.head .down-customer:hover:after {
    transform: scale3d(1.01, 1.01, 1);
    opacity: 1;
}

.head .down-customer:hover {
    color: #fff;
}
.head .down-customer:hover i {
    color: #fff;
}
.head .down-customer i {
    color: #fffc;
    position: relative;
    z-index: 11;
}
.head .down-customer span {
    position: relative;
    z-index: 11;
}
.icon-help i {
    font-size: 24px !important;
}

.head .icon-my i {
    cursor: pointer;
    font-size: 20px;
    margin: 1px 10px 0 16px;
    display: block;
}
.head .icon-my i:hover {
    color: var(--c-txt-wihte);
}
.head .no-login {
    cursor: pointer;
    color: var(--c-txt-asst);
    padding-right: 30px;
}
.head .no-login:hover {
    color: var(--c-txt-wihte);
}
.head .tool {
    margin-right: -10px;
    background: var(--c-bg-top);
    width: 190px;
    height: 100%;
    border-radius: 0px 0px 0px 15px;
    transform: skewX(18deg);
    padding-left: 10px;
}
.head .tool div {
    transform: skewX(-18deg);
    width: 30px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    margin-left: 12px;
}
.head .tool div:hover {
    background: var(--c-bg-top-act);
}
.head .tool div:last-child:hover {
    background: var(--c-bg-close);
}
.head .tool div:hover i {
    color: var(--c-txt-wihte);
}
.head .tool div i {
    cursor: pointer;
    /* font-size: 18px; */
}
.load-data {
    overflow: hidden;
    width: 100%;
    text-align: center;
    color: var(--c-txt-main);
    height: 100%;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.load-data img {
    width: 100px;
}
/* 首页滚屏 */
#viewport {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1200px;
    overflow: hidden;
}
.screen {
    height: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    overflow: hidden;
}
.screen.active {
    transform: translateY(0);
}
/* 小屏：取消整屏，正常流式布局 */
@media (max-width: 768px) {
    #viewport {
        position: static;
        height: auto;
    }
    .screen {
        position: static;
        transform: none;
        height: auto;
        padding: 60px 20px;
        font-size: 1.8rem;
    }
}
/* 颜色区分 */
.screen:nth-child(1) {
    background: #151515;
}
.screen:nth-child(2) {
    background: #070809;
}
.screen:nth-child(3) {
    background: #070809;
}
.screen:nth-child(4) {
    background: #070809;
}
/* 网站底部 */
.foot-f {
    position: absolute;
    bottom: 0;
}
.foot {
    width: 100%;
    height: 294px;
    background: #070809;
}
.foot-content {
    width: 1200px;
    min-width: 1200px;
    margin: 60px auto;
}
.foot a {
    color: #a5a5a5;
}
.foot-left .foot-left-box:first-child {
    margin-left: 0;
}
.foot-left-box {
    margin-left: 128px;
    font-size: 18px;
    color: #ffffff;
}
.foot-left-box .text {
    cursor: pointer;
    margin-top: 20px;
    color: #a5a5a5;
    font-size: 16px;
}
.foot-left-box .text a:hover {
    color: #fff;
}
.foot-left-box ul li:first-child {
    margin-left: 0;
}
.foot-left-box ul li {
    cursor: pointer;
    color: #a5a5a5;
    font-size: 16px;
    margin-left: 40px;
    margin-top: 20px;
}
.foot-left-box ul li a:hover {
    color: #fff;
}
.foot-content .logo img {
    width: 170px;
}
.foot-copy {
    width: 1200px;
    margin: 20px auto;
    padding: 20px 0;
    font-size: 12px;
    color: #fff6;
}
.foot-copy ul li {
    margin-top: 10px;
}
.foot-copy ul li a {
    cursor: pointer;
    transition: color 0.2s ease-in;
    display: inline-block;
    padding: 0 5px 0 0;
    position: relative;
    font-size: 12px;
    color: #fff6;
}
.foot-copy ul li a:hover {
    color: #fffc;
}
.foot-copy:before {
    content: "";
    position: absolute;
    top: 186px;
    left: 0.8rem;
    right: 0.8rem;
    height: 1px;
    background: #fff;
    opacity: 0.1;
}
/* 关于我们 */
.h-title {
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}
.help-main {
    background: url(../../static/img/h_bg.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
}
.help-box {
    width: 1200px;
    height: 592px;
    background: #ffffff12;
    margin: 200px auto 74px;
}
.help-box-left {
    margin-left: 103px;
    color: #fe8c00;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
}
.help-box-left img {
    width: 240px;
    margin-top: 150px;
}
.help-box-right {
    margin-left: 103px;
}
.help-box-right .title {
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    margin-top: 34px;
    padding-right: 90px;
    font-weight: bold;
}
.help-box-right .content {
    margin-top: 22px;
    font-size: 18px;
    line-height: 37px;
    padding-right: 85px;
    color: #ffffff;
    height: 479px;
}
.help-box-right .content li {
    color: #949596;
    font-size: 16px;
}
.help-box-right .content li span {
    display: block;
    height: 32px;
}
.help-box-right .content li span:first-child {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}
.accout-box {
    width: 1200px;
    height: 160px;
    background: #ffffff12;
    margin: 55px auto;
}
.accout-box ul li {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 300px;
    height: 70px;
    border-right: 1px solid #494949;
    padding-right: 39px;
    margin-left: 63px;
}
.accout-box ul {
    height: 160px;
}
.accout-box ul li:last-child {
    border-right: none;
    padding-right: 0;
}
.accout-box ul li img {
    width: 80px;
    height: 80px;
}
.accout-box ul li i {
    font-size: 51px;
    color: #fff;
    /* width: 80px; */
    /* height: 80px; */
    padding: 2px 15px;
    background: #4e8bf2;
    border-radius: 50px;
}
.accout-right {
    margin-left: 20px;
}
.accout-right .title {
    color: #969696;
    font-size: 24px;
}
.accout-right .tip {
    color: #fff;
    font-size: 24px;
    margin-top: 10px;
}

/* 我的弹窗 */
.myPop {
    position: absolute;
    top: 55px;
    right: 120px;
    width: 300px;
    height: 240px;
    border-radius: 4px;
    background: var(--c-bg-alert-m);
    display: none;
    z-index: 100;
}
.myPop ul {
    padding: 12px 14px 20px;
}
.myPop ul li {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.myPop ul li:hover span {
    color: var(--c-txt-green);
}
.myPop ul li i {
    font-size: 32px;
    background: var(--c-nav-color);
    color: transparent;
    -webkit-background-clip: text;
}
.myPop ul li span {
    color: var(--c-txt-wihte);
}
.myPop .advert {
    cursor: pointer;
    width: 270px;
    height: 77px;
    border-radius: 4px;
    overflow: hidden;
    margin: auto;
}
.myPop .member-banner {
    background: url("../../static/img/member_benner.png");
}
.myPop .member-banner:hover {
    background: url("../../static/img/member_benner_act.png");
}
.myPop .exit {
    cursor: pointer;
    line-height: 35px;
    margin-top: 20px;
    color: var(--c-txt-asst);
    border-top: 1px solid #626263;
}
.myPop .exit i {
    font-size: 20px;
    margin-right: 8px;
}
.myPop .exit:hover i {
    color: var(--c-txt-wihte);
}
.myPop .exit:hover span {
    color: var(--c-txt-wihte);
}
/* 工具弹窗 */
.toolPop {
    position: absolute;
    top: 55px;
    right: 70px;
    width: 140px;
    border-radius: 8px;
    background: var(--c-bg-wihte);
    color: var(--c-txt-black);
    font-size: var(--f-size-small);
    overflow: hidden;
    z-index: 100;
    display: none;
    padding: 0 5px;
}
.toolPop ul li {
    border-radius: 6px;
    padding: 4px 0 4px 22px;
    cursor: pointer;
    margin-top: 4px;
}
.toolPop ul li:hover {
    background: #e4e4e4;
}

.toolPop ul li i {
    font-size: 18px;
    margin-right: 3px;
    color: var(--c-txt-black);
}
/* 页面主要内容 */
.content {
}
.main-content {
    width: 1450px;
    margin: 0 auto 20px;
    /* overflow: hidden; */
    position: relative;
}
.common-content {
    width: 1225px;
    margin: 84px auto 20px;
    /* overflow: hidden; */
    position: relative;
}
.content .nav {
    padding-top: 106px;
    height: 40px;
    margin-bottom: 42px;
}
.main-content-top {
    margin: 0 auto 20px;
    z-index: 200;
}
.content .navtop {
    background: #fff;
    padding: 7px 0;
    border-radius: 8px;
}
.content .navtop .custom-game-type {
    margin-left: 15px;
}
.content .search-top {
    margin-right: 15px;
}
.content .all-nav-act {
    color: var(--c-txt-main) !important;
    background: var(--c-bg-nav);
}
.content .nav .custom-game-type li {
    cursor: pointer;
    color: var(--c-txt-vice);
    padding: 10px 20px;
    max-width: 107px;
    border-radius: 8px;
    margin-left: 10px;
    font-size: var(--f-size-normal);
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content .nav .custom-game-type li:hover {
    color: var(--c-txt-main);
    background: var(--c-bg-nav);
}
.content .nav .custom-game-type li:first-child {
    margin-left: 0;
}
.content .search {
    padding: 4px 10px;
    background: var(--c-bg-nav);
    border-radius: 4px;
    width: 413px;
    display: flex;
    height: 52px;
    margin-top: 44px;
}
.content .search input {
    width: 365px;
}
.content .search i {
    color: var(--c-txt-black);
    cursor: pointer;
    line-height: 45px;
    font-size: 21px;
}

/* 搜索弹窗 */
.search-box {
    cursor: text;
    position: relative;
}
.searchPop {
    position: absolute;
    top: 30px;
    background-color: #131417;
    width: 340px;
    left: 0px;
    z-index: 600;
    border-radius: 4px;
    border: 1px solid #424242;
    display: none;
}
.searchPop .history-title {
    color: #b0aeb0;
    font-weight: bold;
    font-size: 16px;
}
.searchPop .history-close {
    cursor: pointer;
    margin-right: 15px;
    color: #eee;
}
.searchPop .history-close:hover i {
    color: #fff;
}
.searchPop .history-close i {
    font-size: 18px;
    color: #d1d1d1;
}
.searchPop .history-close:hover {
    color: var(--c-txt-main);
}

.searchPop-history .history-head {
    cursor: pointer;
    padding: 22px 9px 14px 24px;
}
.head .menu .nav .search-wrapper-box .searchPop-history ul {
    display: flex;
    margin-left: 11px;
    flex-wrap: wrap;
}
.head .menu .nav .search-wrapper-box .searchPop-history ul li {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 70px; */
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    background: #2c2d30;
    border-radius: 2px;
    color: #ffffff;
    margin-left: 13px;
    transition: all 0.2s;
    margin-bottom: 6px;
    margin-right: 0;
}
/* .searchPop-history ul li span {
    display: block;
    width: 70%;
} */
.head .menu .nav .search-wrapper-box .searchPop-history ul li i {
    position: absolute;
    right: -9px;
    top: -9px;
    font-size: 12px;
    color: #2c2d2f;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    border: 1px solid #2c2d2f;
    background: #131417;
    display: none;
}
.head .menu .nav .search-wrapper-box .searchPop-history ul li:hover {
    background: #3d3d40;
    color: #fe8c00;
}
.head .menu .nav .search-wrapper-box .searchPop-history ul li:hover i {
    display: block;
}
.head .menu .nav .search-wrapper-box .searchPop-hot {
    padding: 15px 18px;
}
.head .menu .nav .search-wrapper-box .searchPop-hot .hot-head {
    font-size: 16px;
    color: #b0aeb0;
    font-weight: bold;
    padding-left: 8px;
}
.head .menu .nav .search-wrapper-box .searchPop-hot ul {
    display: flex;
    flex-wrap: wrap;
}
.head .menu .nav .search-wrapper-box .searchPop-hot ul li {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 120px;
    height: 30px;
    border-radius: 2px;
    margin-right: 15px;
    margin-top: 10px;
}
.head .menu .nav .search-wrapper-box .searchPop-hot ul li .num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-left: 8px;
    background: #424345;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
}
.head .menu .nav .search-wrapper-box .searchPop-hot ul li:first-child .num {
    background: linear-gradient(100deg, #ff1f4c 0%, #ff5e35 70%);
}
.head .menu .nav .search-wrapper-box .searchPop-hot ul li:nth-child(2) .num {
    background: linear-gradient(100deg, #f83600 0%, #fe8c00 80%);
}
.head .menu .nav .search-wrapper-box .searchPop-hot ul li:nth-child(3) .num {
    background: linear-gradient(100deg, #ffa108 16%, #fef102);
}
.head .menu .nav .search-wrapper-box .searchPop-hot ul li span {
    width: 90px;
    margin-left: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
}
.head .menu .nav .search-wrapper-box .searchPop-hot ul li:hover {
    background: #3d3d40;
}
.head .menu .nav .search-wrapper-box .searchPop-hot ul li .rank {
    width: 13px;
    margin-right: 10px;
}
.head .menu .nav .search-wrapper-box .searchPop-hot ul li .new {
    width: 24px;
    margin-left: 5px;
    margin-top: -5px;
    display: block;
}
/*视频加载 */
.video-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    color: #fff;
    font-size: 14px;
}
/* 加载转圈动画 */
.video-loading::after {
    content: "";
    width: 30px;
    height: 30px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    border-radius: 50%;
    animation: loadRotate 0.8s linear infinite;
    margin-right: 10px;
}
@keyframes loadRotate {
    to {
        transform: rotate(360deg);
    }
}
/* 抖音 */
.top-comurl {
    cursor: pointer;
    margin-left: 20px;
}
.top-comurl i {
    color: #d0d0d0;
    font-size: 23px;
}
.top-comurl:hover i {
    color: #fff;
}
.blib i {
    font-size: 17px;
}
.content .comurl {
    cursor: pointer;
    height: 41px;
    line-height: 44px;
    margin-left: 30px;
    color: rgb(227, 227, 227, 0.8);
    font-weight: bold;
}
.content .comurl div {
    width: 120px;
    height: 20px;
    margin-top: 11px;
    user-select: none;
    /* font-weight: 600;
    font-size: 15px;
    color: #333; */
}
.content .comurl:hover {
    color: var(--c-txt-green);
}
.content .comurl:hover i {
    color: var(--c-txt-green);
}
.content .comurl i {
    font-weight: normal;
    font-size: 19px;
}
.qq {
    /* background: url("../static/img/QQ.png") no-repeat; */
    /* background-size: 83px; */
    height: 30px !important;
    width: 130px;
    margin-left: 3px !important;
}
/* .qq:hover {
    background: url("../static/img/QQ-dark.png") no-repeat;
    background-size: 76px;
} */
.bli {
    /* background: url("../static/img/bili.png") no-repeat; */
    /* background-size: 83px; */
    height: 30px !important;
    width: 110px;
    margin-left: -4px !important;
}
/* .bli:hover {
    background: url("../static/img/bili-dark.png") no-repeat;
    background-size: 103px;
} */
.content .douyin div {
    background: url("../static/img/douyin.gif") no-repeat;
}
.banner-box-btn {
    --button-corner: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 153px;
    height: 49px;
    color: #fff;
    white-space: nowrap;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    transition: all 0.15sease -in-out;
    position: relative;
    margin: 43px 0 0 0;
}
.banner-box-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: polygon(var(--button-corner) 0, 100% 0, 100% calc(100% - var(--button-corner)), calc(100% - var(--button-corner)) 100%, 0 100%, 0 var(--button-corner));
    background-color: #fe8c00;
    color: #fff;
    transition: all 0.2slinear;
    pointer-events: none;
    z-index: -1;
}
.banner-box-btn:hover:after {
    transform: scale3d(1.01, 1.01, 1);
    opacity: 1;
}
.banner-box-btn:hover:after {
    background-color: #d87f0a;
}
/* 轮播图 */
.swiper-back {
    /* background: #eee; */
    position: relative;
    min-width: 1200px;
    margin-top: 70px;
}
.swiperBox {
    display: flex;
    height: 640px;
    margin-top: 100px;
    width: 1450px;
    align-items: center;
    justify-content: center;
    margin: 26px auto 0;
}
.swiperBox-gift {
    background: #1d1f22;
    margin: inherit;
    margin-top: 20px;
}
.swiperBox-gift .swiper {
    margin-top: 26px;
    width: 1129px;
    height: 539px;
}
.swiper {
    position: relative;
    width: 1202px;
    /* flex: 5; */
    height: 640px;
    /* height: 320px; */
    border-radius: 4px;
    overflow: hidden;
    color: var(--c-txt-wihte);
    margin: auto;
}
.swiper .swiper-slide {
    cursor: pointer;
}

.swiper img {
    display: block;
    /* width: 100%; */
    height: 100%;
    cursor: pointer;
    object-fit: cover;
    font-family: "object-fit: cover;";
    pointer-events: none;
}

/* 分页 */
.swiper-right {
    position: absolute;
    bottom: -111px;
    left: 50%;
    margin-left: -500px;
    /* right: 0; */
    width: 1000px;
    height: 172px;
    /* background: rgba(17, 17, 17, 0.4); */
    /* border-radius: 0px 10px 10px 0px; */
    /* padding: 22px 0; */
    z-index: 20;
}
.swiper-right .swiper-nav {
    display: flex;
    /* padding-top: 14px; */
}
.swiper-right ul li {
    cursor: pointer;
    width: 95px;
    height: 154px;
    background: #292d33;
    /* box-shadow: 8px 0 10px 0px rgb(39, 39, 39); */
    border-radius: 2px 2px 2px 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #a5a5a5;
    margin-right: 18px;
    text-align: center;
    font-size: 12px;
    transition: all 0.6s;
}
.swiper-right ul li:last-child {
    margin-right: 0;
}
.swiper-right ul li img {
    display: block;
    width: 85px;
    height: 122px;
    margin: 6px auto;
    object-fit: cover;
}
.swiper-right ul li a {
    color: #a5a5a5;
    margin-left: 25px;
    font-size: var(--f-size-big);
    font-weight: 700;
}
.swiper-right ul li:hover {
    transform: scale(1.1);
    color: #fff;
    font-weight: bold;
    /* background: rgba(244, 244, 244, 0.2); */
}
.swiper-right ul li:hover a {
    /* color: var(--c-txt-wihte); */
}
.swiper-right ul .swiper-nav-act {
    transform: scale(1.1);
    color: #fff;
    font-weight: bold;
    /* color: var(--c-txt-wihte);
    background: rgba(244, 244, 244, 0.2); */
}
.swiper-right ul .swiper-nav-act a {
    color: var(--c-txt-wihte);
}
/* 右侧返回顶部 */
.backTop {
    position: fixed;
    bottom: 213px;
    right: 22px;
    z-index: 1000;
}
.backTop img {
    width: 99px;
    height: 52px;
}
.back-top-show {
    display: none;
}
.backTop-fun {
    width: 42px;
    /* height: 88px; */
    background: var(--c-bg-wihte);
    box-shadow: 0px 2px 4px 0px rgba(30, 15, 0, 0.08);
    border-radius: 20px;
    margin: -10px auto;
    padding-top: 4px;
}
.backTop-fun-box {
    position: relative;
    text-align: center;
}
.backTop-fun-box .box-right {
    font-size: 27px;
    color: var(--c-txt-asst);
    margin-top: 10px;
    cursor: pointer;
}
.backTop-fun-box:first-child {
    border-top: none !important;
}
.backTop-fun-box .box-right:hover {
    color: #1e0e00;
}
.backTop-fun-box .box-right:hover + .box-left {
    display: block;
}
.box-right-down {
    margin-top: 0;
    font-size: 30px !important;
}
.backTop-fun-box .box-left {
    position: absolute;
    left: -62px;
    top: 18px;
    width: 58px;
    line-height: 25px;
    text-align: center;
    display: none;
    z-index: 20;
}
.backTop-fun-box .box-left span {
    color: #555555;
    font-size: 12px;
    margin-left: 4px;
}
.backTop-fun-box .box-left img {
    position: absolute;
    right: -10px;
    width: 70px;
    height: 27px;
    z-index: -1;
}
/* 广告位 */
.advert-box-main {
    margin: 121px 0 22px 0;
}
.advert-box-main ul li {
    cursor: pointer;
    width: 235px;
    height: 90px;
    /* border-radius: 8px; */
    /* overflow: hidden; */
    /* box-shadow: var(--s-box-w); */
    /* box-shadow: var(--s-box-w); */
    margin-right: 17px;
    margin-left: -17px;
    transition: all 0.3s;
}
.advert-box-main ul li:hover {
    margin-top: -10px;
}
/* 排行榜 */
.rankBox {
    /* height: 590px; */
    margin-top: 22px;
}
.rankBox-li {
    width: 32%;
    /* height: 590px; */

    /* background: linear-gradient(180deg, rgba(0, 153, 68, 0.12), #fefefe, #fefefe); */
    border-radius: 4px;
    /* background: var(--c-bg-wihte); */
    box-shadow: var(--s-box-w);
    border: 1px solid rgba(227, 227, 227, 0.08);
    overflow: hidden;
    padding-bottom: 10px;
}
.rankBox-li:before,
.rankBox-li:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    aspect-ratio: 386 / 300;
    transition: opacity 0.2s ease-in-out;
}
.rankBox-li:before {
    background: url(../img/rank-bg-3-e38ee674.png) no-repeat center;
    background-size: cover;
}
.rankBox-li:first-child:before {
    background: url(../img/rank-bg-1-dffe2285.png) no-repeat center;
    background-size: cover;
}

.rankBox-li:nth-child(2):before {
    background: url(../img/rank-bg-2-523a23aa.png) no-repeat center;
    background-size: cover;
}
.rankBox-li:first-child:after {
    background: url(https://wegame.gtimg.com/g.55555-r.c4663/store/assets/rank-bg-1-hover-77e1a782.png) no-repeat center;
    background-size: cover;
}
.rankBox-li:after {
    opacity: 0;
    background: url(https://wegame.gtimg.com/g.55555-r.c4663/store/assets/rank-bg-3-hover-b24789e3.png) no-repeat center;
    background-size: cover;
}
.rankBox-li:nth-child(2):after {
    background: url(https://wegame.gtimg.com/g.55555-r.c4663/store/assets/rank-bg-2-hover-11a43813.png) no-repeat center;
    background-size: cover;
}

.rankBox-li:hover:after {
    opacity: 1;
}

.rankBox-li-head {
    padding: 21px 25px 23px;
    justify-content: space-between;
    position: relative;
    z-index: 100;
}
.rankBox-li-head .icon-left {
    width: 35px;
    height: 43px;
    margin-right: 6px;
    margin-top: 9px;
    margin-left: 8px;
}

.rankBox-li-head .title {
    font-size: 12px;
    color: #b1b1b1;
}
.rankBox-li-head .title .txt {
    font-family: FangFangXianFeng;
    font-size: 24px;
    color: #41454d;
}
.rankBox-li-head .title img {
    width: 86px;
    height: 18px;
    display: block;
    margin: 5px auto;
}
.rankBox-li-head .icon-right {
    width: 51px;
    height: 40px;
    margin-left: 3px;
}
.rankBox-li-head .more {
    cursor: pointer;
    color: var(--c-txt-more);
    border: 1px solid rgba(227, 227, 227, 0.08);
    width: 32px;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    text-align: center;
    font-weight: bold;
    margin-top: 7px;
    transition: all 0.9s;
}
.rankBox-li-head .more i {
    color: var(--c-txt-more);
    font-weight: 500;
}
.rankBox-li-head .more span {
    margin-left: 6px;
}
.rankBox-li:nth-child(2) .rankBox-li-head .more:hover {
    background: rgba(46, 237, 189, 0.1);
    border-color: #e3e3e3cc;
}
.rankBox-li:nth-child(3) .rankBox-li-head .more:hover {
    background: rgba(227, 227, 227, 0.1);
    border-color: #e3e3e3cc;
}

/* @keyframes myfirst {
    from {
        background: #fff;
    }
    to {
        background: #42454e;
    }
} */
.rankBox-li-head .more:hover i {
    color: #fff;
}
.rankBox-li-first {
    cursor: pointer;
    /* width: 280px; */
    padding: 0 27px;
    height: 186px;
    position: relative;
    border-radius: 8px;
    margin: auto;
    overflow: hidden;
}
.rankBox-li-first .rank-num {
    position: absolute;
    top: 0px;
    left: 27px;
    z-index: 20;
    width: 28px;
    height: 23px;
    text-align: center;
    background: url(../img/oss_67fde9a83cfb3.png);
    background-size: cover;
    border-radius: 4px 0 0 0;
    font-size: 13px;
    color: #000;
    /* font-family: FangFangXianFeng; */
    font-weight: bold;
}
.rankBox-li-first .banner {
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -44%;
    width: 88%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
}
.rankBox-li-first .banner img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.rankBox-li-first .banner img:hover {
    transform: scale(1.2);
}
.rankBox-li-first .price {
    width: 100%;
    position: relative;
    z-index: 20;
    padding: 8px 10px;
    font-size: var(--f-size-normal);
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 1px -13px 17px rgba(0, 0, 0, 0.2);
}
.rankBox-li-first .price span {
    font-weight: 600;
    font-size: 15px;
}
.icon-collect {
    /* display: none; */
    cursor: pointer;
    font-size: 18px !important;
}
.icon-color {
    display: block;
    background: var(--c-tip-collect) !important;
    color: transparent !important;
    -webkit-background-clip: text !important;
}
.icon-collect:hover {
    display: block;
    background: var(--c-tip-collect) !important;
    color: transparent !important;
    -webkit-background-clip: text !important;
}
.rankBox-li-content {
    margin-top: 20px;
}
.rankBox-li-content ul {
    /* padding: 0 5px; */
}
.rankBox-li-content ul li {
    position: relative;
    cursor: pointer;
    /* width: 310px; */
    height: 88px;
    /* border-radius: 4px; */
    /* padding: 0 11px; */
    user-select: none;
    background-color: var(--c-bg-wihte);
    z-index: 100;
}
.rankBox-li-content ul li:hover {
    background-color: #4d5257;
    user-select: none;
}

.rankBox-li-content ul li .num {
    width: 11px;
    height: 21px;
    font-size: 17px;
    /* font-family: FangFangXianFeng; */
    color: var(--c-txt-lgreen);
    font-weight: bold;
    margin-left: 23px;
}
.rankBox-li-content ul li .banner {
    width: 130px;
    height: 66px;
    border-radius: 2px;
    margin-left: 16px;
    overflow: hidden;
}
.rankBox-li-content ul li .banner img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.rankBox-li-content ul li:hover img {
    transform: scale(1.2);
}
.rankBox-li-content ul li .text {
    margin-left: 9px;
    margin-right: 23px;
}
.rankBox-li-content ul li .text .text-title {
    color: var(--c-txt-main);
    font-size: var(--f-size-big);
    font-weight: 700;
    width: 239px;
}
.rankBox-li-content ul li .text .text-paratext {
    color: #fff;
    margin-top: 6px;
}

.sidePop {
    position: absolute;
    right: -250px;
    /* left: 200px; */
    top: 0px;
    width: 295px;
    height: 275px;
    background: #27292d;

    box-shadow: 0px 0px 8px 0px rgba(30, 15, 0, 0.2);
    border-radius: 4px;
    /* padding: 2px; */
    z-index: 300;
    display: none;
}
.sidePop video {
    object-fit: fill;
    width: 100%;
    height: 120px;
    background: #000;
}
.side-banner {
    width: 100%;
    height: 120px;
    border-radius: 0;
    /* margin: auto; */
}
.side-title {
    width: 90%;
    color: var(--c-txt-main);
    font-size: var(--f-size-huge);
    margin-top: 6px;
    margin-left: 11px;
    margin-bottom: 5px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.side-li {
    margin-top: 11px;
    margin-left: 11px;
    color: var(--c-txt-vice);
    font-size: 12px;
}
.side-li-price {
    margin-left: 0;
    border-top: 1px solid #484b4e;
    font-size: 15px;
    color: #ffffff;
    padding: 10px 8px;
}
.side-li-type span {
    background: #35383b;
    padding: 2px 8px;
}
.side-arrow-left {
    position: absolute;
    top: 20px;
    left: -10px;
    font-size: 20px;
    color: var(--c-txt-wihte);
    z-index: 300;
}
.side-arrow-right {
    position: absolute;
    top: 20px;
    right: -12px;
    font-size: 20px;
    color: var(--c-txt-wihte);
    z-index: 300;
}
.side-li i {
    font-size: 18px;
}
/* 试玩、正版、在线 */
.gamemModeType {
    margin-top: 6px;
}
.gamemModeType-head {
    /* border-bottom: 1px solid #e3e3e3; */
    margin-top: 22px;
    margin-bottom: 37px;
}
.gamemModeType-head ul {
    margin-left: 25px;
    margin-top: 4px;
}
.gamemModeType-head ul li:first-child {
    margin-left: 0;
}
.gamemModeType-head ul li {
    cursor: pointer;
    margin-left: 29px;
    font-size: 16px;
    color: var(--c-txt-vice);
    font-weight: bold;
    /* height: 37px; */
}
.gamemModeType-head ul li:hover {
    color: var(--c-txt-hover);
}
.gamemModeType-head ul .mode-current {
    color: #3b3b3b;
}
.gamemModeType-head ul .mode-current:after {
    content: "";
    display: block;
    position: relative;
    margin-top: 4px;
    margin-left: 4px;
    width: 50px;
    height: 2px;
    border-radius: 10px;
    background-color: var(--c-bg-tip);
}
.gamemModeType-box-gift {
    /* height: 260px; */
    margin-top: 21px;
    position: relative;
    margin-bottom: 7px;
}
.gamemModeType-box-gift .left {
    left: -83px;
}
.gamemModeType-box-gift .right {
    right: -83px;
}
.gamemModeType-box-gift-icon {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 60px;
    line-height: 60px;
    background: #e1e1e1;
    border-radius: 15px;
    text-align: center;
    transition: all 0.6s;
}
.gamemModeType-box-gift-icon:hover {
    background: #c1c1c1;
}
.gamemModeType-box-gift-icon i {
    color: #fff;
}
.gamemModeType-box-gift-main {
    /* width: 1000px;
    height: 285px; */
    /* overflow-x: scroll; */
}
.gamemModeType-box-gift-main li {
    cursor: pointer;
    width: 46%;
    height: 162px;
    box-shadow: var(--s-box-w);
    border-radius: 4px;
    margin-bottom: 20px;
    margin-left: 29px;
    overflow: hidden;
    position: relative;
}
.gamemModeType-box-gift-main .first-ul li {
    width: 711px;
    height: 348px;
    margin-left: 0;
    position: relative;
}
.gamemModeType-box-gift-main .icon-collect {
    position: absolute;
    right: 6px;
    top: 7px;
    z-index: 200;
    color: #fff;
}
.gamemModeType-box-gift-main .icon-collect:hover {
    color: #009943;
}
.gamemModeType-box-gift-main .two-ul {
    /* width: 1000px; */
    /* flex-flow: column wrap; */
    height: 280px;
    list-style-type: none;
}
/* .gamemModeType-box-gift-main li:first-child {
    margin-left: 0;
} */
/* .gamemModeType-box-gift-main li:nth-child(4n + 1) {
    margin-left: 0;
} */
.gamemModeType-box-gift-main li img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.gamemModeType-box-gift-main li img:hover {
    transform: scale(1.2);
}
.gamemModeType-box-gift-main li .bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 40px;
    z-index: 20;
    /* padding: 0 10px; */
    font-size: var(--f-size-normal);
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-size: 15px;
}
.gamemModeType-box-gift-main li .bottom span:first-child {
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 12px;
}
.gamemModeType-box-gift-main li .bottom span:last-child {
    color: var(--c-txt-yellow);
    font-size: 12px;
    margin-right: 10px;
    width: 90px;
    text-align: right;
}
.gamemModeType-box-gift-main li .resize {
    position: absolute;
    top: 10px;
    left: 12px;
    padding: 2px 10px;
    border-radius: 15px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}
/* 新手指南 */
.guide {
    padding-top: 90px;
    height: 100vh;
    overflow: auto;
}
.guide-title {
    width: 1000px;
    margin: auto;
    font-size: 18px;
    color: #69472f;
    font-weight: 600;
    margin-top: 4px;
}
.guide ul {
    height: calc(100vh - 160px);
    overflow: auto;
}
.guide ul li {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 960px;
    height: 100px;
    padding: 20px;
    background: var(--c-bg-wihte);
    margin: 24px auto 0;
}
.guide ul li:hover {
    background: #f5f5f5;
}
.guide ul li:last-child {
    margin-bottom: 30px;
}
.guide ul li img {
    width: 200px;
    height: 100px;
    background: #eee;
}
.guide .guide-right {
    margin-left: 15px;
}
.guide-right-title {
    font-size: 15px;
    color: var(--c-txt-bbb);
    font-weight: 600;
}
.guide-right-content {
    font-size: 12px;
    color: var(--c-txt-vice);
    margin-top: 5px;
}
.guide-box {
    width: 1000px;
    margin: auto;
    display: none;
}
.guide-detail {
    /* background: #fff; */
}

.guide-detail-box .editor_title {
    font-size: 18px;
}
.guide-detail-box .editor_content {
    font-size: 16px;
}
.guide-detail-box {
    padding: 40px 114px 100px;
    margin: 20px auto;
    background: var(--c-bg-wihte);
    border-radius: 4px;
}
.guide-detail-title {
    text-align: center;
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 40px;
}
/* 全部游戏 */
.allGame {
    background: var(--c-bg-wihte);
    border-radius: 8px;
     box-shadow: var(--s-box-w);
}
.allGame-head {
    width: 960px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    /* border-bottom: 1px solid #e3e3e3; */
}
.allGame-head .allGame-change {
    cursor: pointer;
    margin-left: 30px;
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #835d00;
    background: #fddf8f;
    border-radius: 13px;
    border: 1px solid #fdad61;
}
.allGame-head .allGame-change:hover {
    opacity: 0.8;
}
.allGame-head-text {
    cursor: pointer;
    font-size: 14px;
    color: var(--c-txt-vice);
    font-weight: bold;
}
.allGame-head-text:hover {
    color: var(--c-txt-hover);
}
.allGame-type {
    padding: 0 20px 20px 10px;
    /* width: 700px; */
}
.allGame-type ul li {
    cursor: pointer;
    /* width: 98px; */
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin-left: 25px;
    /* background: var(--c-bg-rank); */
    /* border: 1px solid #e4e4e4; */
    /* border-radius: 18px; */
    text-align: center;
    /* margin-left: 10px; */
    margin-top: 20px;
    font-weight: bold;
    color: var(--c-txt-vice);
}
.allGame-type ul li:hover {
    /* background: var(--c-bg-main); */
    /* border: 1px solid #bfbfbf; */
    color: var(--c-txt-hover);
}
/* .allGame-type ul li:focus {
    background: var(--c-bt-act);
    border: 1px solid var(--c-bt-act);
    color: var(--c-txt-green);
}
.allGame-type ul li:active {
    background: var(--c-bt-act);
    border: 1px solid var(--c-bt-act);
    color: var(--c-txt-green);
} */
.allGame-type ul .allGameAct {
    color: #3b3b3b !important;
}
.main-one-type .allGame-type ul .allGameAct {
    margin-top: 12px !important;
}
.main-one-type .allGame-type ul .allGameAct:after {
    content: "";
    display: block;
    position: relative;
    margin-top: -2px;
    margin-left: 5px;
    width: 50px;
    height: 2px;
    border-radius: 10px;
    background-color: var(--c-bg-tip);
}
.main-content .type-more {
    cursor: pointer;
    width: 32px;
    height: 26px;
    text-align: center;
    /* background: #a5a5a5; */
    border-radius: 4px 8px 4px 8px;
    border: 1px solid #a5a5a5;
    transition: all 0.7s;
}
.main-content .type-more:hover {
    padding-left: 6px;
    width: 78px;
    background: var(--c-bg-more);
    color: #fff;
}

.main-content .type-more:hover span {
    animation: delay 1s;
    animation-fill-mode: forwards;
    display: block;
}
@keyframes delay {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.main-content .type-more:hover i {
    color: #a5a5a5;
}
.main-content .type-more span {
    display: none;
    font-size: 12px;
}
.main-content .type-more i {
    color: var(--c-txt-more);
}
.game-crumbs {
    cursor: pointer;
    font-size: 16px;
    color: var(--c-txt-vice);
    margin-bottom: 30px;
    font-weight: bold;
}
.game-crumbs-main:hover {
    color: var(--c-txt-bbb);
}
.game-crumbs span {
    margin-right: 5px;
}
.game-crumbs .txt {
    color: var(--c-txt-bbb);
    margin-left: 5px;
}
.main-all-type .allGame-type ul .allGameAct {
    margin-top: -19px !important;
}
.main-all-type .allGame-type ul .allGameAct:after {
    content: "";
    display: block;
    position: relative;
    margin-top: -17px;
    margin-left: 2px;
    width: 50px;
    height: 2px;
    border-radius: 10px;
    background-color: var(--c-bg-tip);
}
.main-all-type .allGame-type ul li {
    font-size: 14px;
    height: inherit;
    line-height: inherit;
    margin-top: 0;
    margin-left: 29px;
    color: var(--c-txt-vice);
}
.main-all-type .allGame-head {
    width: 950px;
}
.main-all-type .allGame-type ul {
    margin-left: -16px;
}
.main-all-type .allGame-type {
    padding: 0;
}
.main-all-type .line {
    width: 1px;
    height: 20px;
    background: #e3e3e3;
    border-radius: 1px;
    margin-left: 15px;
}
.allGame-head-text {
    cursor: pointer;
    font-size: 14px;
    color: var(--c-txt-vice);
    font-weight: bold;
}
.allGame-head-text:hover {
    color: var(--c-txt-hover);
}
.head-text-act {
    color: #3b3b3b;
    margin-top: -20px;
}
.head-text-act::after {
    content: "";
    display: block;
    position: relative;
    margin-top: -17px;
    margin-left: 2px;
    width: 50px;
    height: 2px;
    border-radius: 10px;
    background-color: var(--c-bg-tip);
}
.main-one-type .allGame-head-text {
    font-size: 16px;
    margin-left: 25px;
}
.main-one-type .allGame-type {
    padding: 0 20px 20px 4px;
}
.main-one-type .allGame-type ul li {
    margin-left: 21px;
}
.main-one-type .head-text-act {
    margin-top: -1px;
}
.main-one-type .head-text-act::after {
    margin-top: 3px;
    margin-left: 4px;
}

.allGame-progress .progress-box {
    margin-top: 20px;
}
.allGame-progress .progress-box:first-child {
    margin-top: 0;
}

.allGame-progress .progress-box .title {
    font-size: var(--f-size-normal);
    color: var(--c-txt-main);
}
.allGame-progress .progress-box input {
    font-size: 15px;
    color: var(--c-txt-green);
    background: #fff;
    margin-left: 10px;
    font-weight: bold;
}
.allGame-progress .progress-box .slider {
    width: 200px;
    height: 6px;
    background: var(--c-bg-slide);
    margin-left: 13px;
}
.allGame-progress .progress-box .slider .ui-slider-range {
    background: var(--c-txt-green);
}
.allGame-progress .progress-box .ui-widget.ui-widget-content {
    border-color: var(--c-bg-slide);
}
.allGame-progress .progress-box .slider .ui-state-default {
    width: 12px;
    height: 12px;
    border: 2px solid var(--c-bg-wihte);
    background: var(--c-txt-green);
    border-radius: 50px;
    box-shadow: 0px 2px 4px 0px rgba(30, 15, 0, 0.15);
}
.allGame-progress .progress-box .slider span:focus-visible {
    outline: 0;
    box-shadow: none;
}
/* 搜索 */
.top-search {
    width: 321px;
    height: 37px;
    background-color: #ffffff1a;
    border-radius: 4px;
}
.top-search input {
    width: 90%;
    height: 100%;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
}
.top-search input::placeholder {
    color: rgba(255, 255, 255, 0.355);
    /* color: rgb(109, 109, 109); */
}
.search-title {
    padding-top: 24px;
}
.search-title .text {
    font-size: 18px;
    color: #3b3b3b;
    font-weight: bold;
}
.search-title .num {
    font-size: 14px;
    color: #757575;
    margin-left: 13px;
    display: none;
}
.search-baby {
    width: 251px;
    margin-top: 186px;
}
.search-back {
    position: relative;
    color: #fff;
    margin-top: 176px;
    margin-left: 10px;
}
.search-back span {
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: 100;
}
.search-back img {
    width: 220px;
}
/* 游戏列表 */

.gameBox .gameBox-li {
    width: 23.5%;
    height: 259px;
    /* padding: 20px 5px; */
    /* background: var(--c-bg-wihte); */
    margin-top: 24px;
    margin-left: 2%;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.gameBox .gameBox-li:hover {
    box-shadow: var(--s-box-w);
}
.gameBox .gameBox-li:first-child {
    margin-left: 0;
}
.gameBox .gameBox-li:nth-child(4n + 1) {
    margin-left: 0;
}
.gameBox .gameBox-li img {
    cursor: pointer;
}

.gameBox .gameBox-li .game-collect {
    position: absolute;
    right: 6px;
    bottom: 64px;
    z-index: 200;
    color: #fff;
}
.gameBox .gameBox-li .game-collect:hover {
    color: #009943;
}

.gameBox .gameBox-li img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.gameBox .gameBox-li .game-banner {
    width: 100%;
    height: 162px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}
.gameBox .gameBox-li .game-banner-box:hover img {
    transform: scale(1.2);
}
/* .gameBox .gameBox-li img:hover {
   
} */
.gameBox .gameBox-li .title {
    width: 100%;
    font-size: var(--f-size-big);
    margin-top: 11px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /* margin-left: 12px; */
    color: var(--c-txt-main);
}
.gameBox .gameBox-li .game-type {
    font-size: 12px;
    color: var(--c-txt-vice);
    margin-top: 8px;
    /* margin-left: 11px; */
    display: inline-block;
    background: #262629;
    padding: 1px 7px;
}
.gameBox .gameBox-li .disk {
    position: absolute;
    top: 10px;
    left: 12px;
    padding: 2px 10px;
    border-radius: 15px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}
.gameBox .gameBox-li .price {
    margin-top: 9px;
    /* margin-right: 10px; */
}
.gameBox .gameBox-li .price .discount {
    width: 40px;
    height: 20px;
    font-size: var(--f-size-tiny);
    color: var(--c-txt-wihte);
    background: var(--c-nav-color);
    border-radius: 8px 0 8px 0;
    text-align: center;
    font-family: FangFangXianFeng-3;
}
.gameBox .gameBox-li .price .current-price {
    font-size: var(--f-size-normal);
    color: #fff;
    /* margin-left: 8px; */
    font-weight: bold;
    width: 90px;
    /* text-align: right; */
}
.gameBox .gameBox-li .price .current-price span {
    font-weight: 400;
}
.gameBox .gameBox-li .price .del-price {
    font-size: 12px;
    color: #a5a5a5;
    /* margin-left: 8px; */
    /* font-weight: bold; */
    /* width: 90px; */
    text-align: right;
    text-decoration: line-through;
}
.gameBox .gameBox-li .price .original-price {
    margin-left: 10px;
    color: var(--c-txt-original);
    text-decoration: line-through;
}
/* 登录页 */
.dialog {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 99999;
}
.dialog-content {
    position: fixed;
    z-index: 200;
}
.dialog-content .close {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}
.dialog-content .close:hover {
    color: #fff;
}
.loginPop {
    left: calc(50% - 250px);
    top: calc(50% - 200px);
    width: 400px;
    height: 500px;
    background: #ffffff;
    border-radius: 8px;
}
.dialog .mask {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0.2;
    z-index: 100;
}
.loginPop .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: var(--c-bg-wihte);
}

.loginPop-bg {
    width: 400px;
    height: 120px;
}
.loginPop-logo {
    width: 88px;
    height: 88px;
    margin: -45px auto 0;
    display: block;
}
.loginPop-logo-name {
    width: 63px;
    height: 20px;
    margin: auto;
    display: block;
}
.loginPop .form {
    width: 300px;
    margin-top: 5px;
    margin: auto;
}

.loginPop .form-box {
    width: 300px;
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--c-box-green);
    border-radius: 8px;
    margin-top: 24px;
    overflow: hidden;
}
.loginPop .form-box-icon {
    border-right: 1px solid var(--c-box-green);
    font-size: var(--f-size-normal);
    color: var(--c-txt-main);
    padding: 0 8px;
}
.loginPop .form-box-icon i {
    font-size: 22px;
    color: var(--c-txt-green);
}
.loginPop .form-box-input input {
    margin-left: 12px;
    background: var(--c-bg-wihte);
}

.loginPop .form-box .icons-code {
    font-size: 22px;
    color: var(--c-txt-green);
    margin-left: 8px;
}
.loginPop .form-box .btn-code {
    cursor: pointer;
    font-size: var(--f-size-tiny);
    color: var(--c-txt-green);
    border-left: 1px solid var(--c-box-green);
    border-right: 0;
    margin-left: 17px;
    padding: 0 15px;
    border-top: none;
    border-bottom: none;
    height: 40px;
    background: var(--c-txt-wihte);
}
.loginPop .form-box .btn-code:hover {
    color: var(--c-txt-wihte);
    background: var(--c-txt-green);
}
.loginPop .login-button button {
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #50d27c;
    border-radius: 8px;
    color: var(--c-txt-wihte);
    margin-top: 80px;
    font-size: var(--f-size-normal);
}
.loginPop .login-button-entered {
    background: #25dc6a;
    color: var(--c-txt-wihte);
}
/* 帮助与反馈 */
.help-main {
    height: calc(100vh - 304px);
}
.help-title {
    font-size: 22px;
    color: #3b3b3b;
    padding-top: 23px;
}
.help-tip {
    color: #a5a5a5;
    margin-top: 15px;
}
.help-content {
    width: 100%;
    height: 630px;
    background: #ffffff;
    border-radius: 8px;
    margin-top: 30px;
    overflow: hidden;
}
.help-content-left {
    height: 600px;
    margin-top: 30px;
    width: 200px;
    background: #f3f3f3;
    border-right: 1px solid #e3e3e3;
    overflow: hidden;
}
.help-content-left ul {
    margin-top: 30px;
}
.help-content-left ul li {
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    height: 40px;
    font-size: 16px;
    color: #757575;
}
.help-content-left ul li:hover {
    color: #3b3b3b;
}
.help-content-left ul .help-act {
    background: #ffffff;
    color: #3b3b3b;
    border-left: 4px solid #25db69;
}
.help-content-right {
    padding: 0 48px;
    height: 570px;
    margin-top: 60px;
}
.help-content-right .right-search {
    width: 702px;
    height: 42px;
    border-radius: 40px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    position: relative;
}
.help-content-right .right-search input {
    width: 593px;
    padding-left: 40px;
    height: 42px;
    background: #fff;
}
.help-content-right .right-search span {
    cursor: pointer;
    width: 65px;
    position: absolute;
    right: 0;
    height: 45px;
    line-height: 38px;
    display: inline-block;
    border-radius: 0 19px 19px 0;
    text-align: center;
    border-left: 1px solid #e3e3e3;
}
.help-content-right .right-search span:hover {
    background: #25db69;
}
.help-content-right .right-search i {
    color: #3b3b3b;
    font-size: 20px;
}
.help-content-right .right-question {
    border-top: 1px solid #e3e3e3;
    margin-top: 30px;
}
.help-content-right .right-question ul li {
    cursor: pointer;
    font-size: 16px;
    color: #3b3b3b;
    margin-top: 30px;
}
.help-content-right .right-question ul li:hover {
    color: #25db69;
}
.question-box {
    margin-top: 30px;
    border-top: 1px solid #e3e3e3;
    display: none;
}
.help-back {
    display: inline-block;
    line-height: 24px;
    padding: 0 12px;
    font-size: 12px;
    color: #a0a0a0;
    border-color: #a4a4a4;
    border-style: solid;
    border-width: 1px;
    border-radius: 26px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
}
.help-back:hover {
    background-color: #f4f4f4;
}
.question-detail {
    margin-top: 30px;
}
/* 更新日志 */
.update-content {
    background: #fff;
    width: 100%;
    height: calc(100vh - 304px);
    overflow-y: scroll;
    position: relative;
    margin-top: 24px;
    border-radius: 8px;
}
.update-content-title {
    position: absolute;
    left: 322px;
    top: 54px;
    font-size: 22px;
    color: #3b3b3b;
}
.update-main {
    width: 100%;
    position: absolute;
}
.update-content-left {
    margin-left: 100px;
    /* margin-top: 40px; */
}
.update-content-left {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 40px;
    color: #25db69;
    font-size: 18px;
}

.update-content-left i {
    margin-left: 19px;
    color: #25db69;
}
.update-content-left .arow-down {
    transform: rotate(-90deg);
}
.update-content-right {
    margin-top: 46px;
}
.update-main:before {
    content: "";
    position: absolute;
    left: 260px;
    top: 41px;
    bottom: 12px;
    width: 1px;
    background-color: #f2f2f2;
}
.update-content-right .update-box:first-child {
    margin-top: 0;
}
.update-box {
    margin-top: 40px;
}

.update-content-right .update-box-left {
    margin-left: 163px;
}
.update-content-right .update-box-left .time {
    text-align: right;
    color: #3b3b3b;
    font-size: 18px;
    margin-left: 32px;
    position: relative;
    z-index: 20;
}
.update-content-right .update-box-left .time i {
    width: 10px;
    height: 10px;
    background: #25db69;
    border-radius: 60%;
    margin-left: 13px;
    position: relative;
}
.update-content-right .update-box-left .time i::after {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    width: 16px;
    height: 16px;
    border-radius: 60%;
    border: 1px solid #25db69;
    z-index: -1;
    background: #fff;
}

.update-content-right .update-box-left .version {
    color: #a5a5a5;
    margin-top: 13px;
}
.update-content-right .update-box-right {
    margin-left: 89px;
}
.update-content-right .update-box-right .version-title {
    font-size: 18px;
    color: #3b3b3b;
    margin-bottom: 7px;
}
.update-content-right .update-box-right div {
    color: #a5a5a5;
    margin-top: 4px;
}
/* 热门分类 */
.hotType {
    position: absolute;
    top: 118px;
    left: -170px;
    background: #ffffff;
    width: 155px;
    border-radius: 8px;
    text-align: center;
    padding: 20px 0;
}
.hot-title {
    font-size: 17px;
    color: #3b3b3b;
    font-weight: bold;
}
.hot-ul {
    margin-top: 22px;
}
.hot-ul li {
    cursor: pointer;
    width: 134px;
    height: 41px;
    line-height: 41px;
    border-radius: 4px;
    color: #757575;
    font-size: 14px;
    margin: auto;
}
.hot-ul li::marker {
    content: "";
}
.hot-ul li:hover {
    color: #3b3b3b;
}
.hot-ul .hot-act {
    background: #f3f3f3;
    color: #3b3b3b;
}
.hot-ul li i {
    margin-right: 2px;
    color: #a5a5a5;
    margin-top: 1px;
    display: inline-block;
}
/* 顶部视频 */
.topVideo {
    width: 100%;
    margin-top: 60px;
    position: relative;
    /* z-index: 1000; */
}
.topVideo-box {
    position: relative;
}
.topVideo-box img {
    height: 610px;
    display: block;
    margin: auto;
}
.topVideo-box::after {
    content: "";
    pointer-events: none;
    position: absolute;
    left: calc(50% - 960px);
    right: 0;
    bottom: 0;
    z-index: 120;
    width: 1920px;
    height: 220px;
    background: linear-gradient(180deg, rgba(236, 235, 238, 0) 0%, #ecebee 100%);
}
.topVideo-box video {
    /* width: 1031px; */
    height: 312px;
    margin: auto;
    display: block;
    position: absolute;
    left: calc(50% - 486px);
    bottom: 157px;
}
.topVideo-icon {
    cursor: pointer;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 120px;
    height: 21px;
    left: calc(50% - 60px);
    background: #ffffff;
    border-radius: 4px 4px 0 0;
    transform: perspective(0.5em) rotateX(178deg);
    transform-origin: bottom;
    z-index: 300;
}
.topVideo-icon-top {
    background: none;
    bottom: 89px;
}
.topVideo-icon-top i {
    font-size: 32px !important;
}

.topVideo-icon i {
    color: #757575;
    font-size: 19px;
    margin-top: -3px;
    display: inline-block;
}
.topVideo-icon:hover i {
    color: #000;
}
.topVideo-icon .rotate-i {
    transform: rotateX(180deg);
    display: inline-block;
}
/* 下载提示客户端 */
#noClient {
    /* display: block !important; */
}

/* 一瓶一屏 */
.one-slogan {
    width: 722px;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-top: 400px;
    margin-left: 15%;
    z-index: 10;
}
.one-slogan .slo {
    width: 718px;
}
.one-slogan .copy {
    position: absolute;
    width: 76px;
    right: -82px;
    top: -33px;
}
.slogan-text {
    font-size: 18px;
    color: #d8d8d8;
    margin-top: 20px;
}
.slogan-box {
    display: flex;
    margin-top: 40px;
}
.slogan-current {
    background: #efeeed !important;
}
.slogan-box .slogan-current .slogan-box-text {
    color: #15191e;
}
.slogan-box .slogan-current .slogan-box-down span {
    color: #fd7d00;
}
.slogan-box .slogan-current .slogan-box-down i {
    color: #fd7d00;
}
.slogan-box .slogan-current .slogan-box-img {
    /* background: #000000; */
}
.slogan-box li {
    cursor: pointer;
    width: 130px;
    height: 130px;
    padding: 14px;
    background: url(../img/slogan-box-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    margin-right: 14px;
    transition: all 0.6s ease-in-out;
}

/* .slogan-box li:hover {
    background: #efeeed;
}
.slogan-box li:hover .slogan-box-text {
    color: #15191e;
}
.slogan-box li:hover .slogan-box-down span {
    color: #fd7d00;
}
.slogan-box li:hover .slogan-box-down i {
    color: #fd7d00;
} */
/* .slogan-box li:hover .slogan-box-img {
    background: #000000;
} */
.slogan-box .slogan-box-img {
    display: flex;
    width: 36px;
    height: 36px;
    background: #ffffff;
    border-radius: 8px;
}
.slogan-box .slogan-box-img img {
    width: 26px;
    height: 26px;
    margin: auto;
}
.slogan-box .slogan-box-text {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 15px;
}
.slogan-box .slogan-box-down {
    margin-top: -31px;
    height: 20px;
}
.slogan-box .slogan-box-down span {
    font-size: 14px;
    color: #fffc;
}
.slogan-box .slogan-box-down i {
    font-size: 14px;
    color: #fffc;
}
.button-download {
    position: relative;
    width: 280px;
    aspect-ratio: 2.6 / 0.64;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-top: 60px;
}
.button-download:before {
    content: "";
    padding-top: 22.22222%;
    display: block;
}
.button-dowload-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    font-size: 23px;
    background: hsla(0, 0%, 100%, 0.1);
    backdrop-filter: blur(1px);
    -webkit-mask: url(../img/btn-mask.46844c54.svg) no-repeat;
    -webkit-mask-size: contain;
}
.button-dowload-inner span {
    letter-spacing: 3px;
}

.button-dowload-inner:after,
.button-dowload-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 130%;
    background: linear-gradient(90deg, #ff8433, #cc4100);
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
    transform: translate3d(100%, 0, 0);
    z-index: -1;
}
.button-dowload-inner:before {
    transform: translate3d(-100%, 0, 0);
    z-index: 2;
}
.button-dowload-inner span,
.button-download-icon {
    position: relative;
    z-index: 5;
}
.button-download-icon {
    color: #fff;
    font-size: 24px !important;
    transition: all 0.3s ease-in-out;
    flex-shrink: 0;
    margin-right: 10px;
}
.button-dowload-inner:after {
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.button-download:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/btn-border.d4b268a5.svg) no-repeat;
    background-size: contain;
    z-index: 2;
}
.button-download:hover .button-dowload-inner:before {
    transform: translate3d(-10%, 0, 0);
    transition: all 0.3s ease-in-out;
}
.button-download:hover .button-dowload-inner:after {
    transform: translate3d(-10%, 0, 0);
    transition: all 0.3s ease-in-out 0.3s;
}
.button-download:hover:after {
    opacity: 1;
}

.page-section-inner {
    overflow: hidden;
}
.page-section-inner,
.page-section-main {
    position: relative;
    z-index: 10;
    height: 100%;
    width: 100%;
}
.page-section-main {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    line-height: normal;
}
.topic-title {
    height: 126px;
    background: url(../img/section-title-01.8f311f21.svg) no-repeat;
    background-size: contain;
    top: 184px;
}
.topic-subtitle,
.topic-title {
    width: 1200px;
    position: absolute;
    z-index: 11;
}
.topic-subtitle {
    height: 126px;
    background: url(../img/section-subtitle-01.c863a4b8.svg) no-repeat;
    background-size: contain;
    top: 310px;
}
.topic-main {
    width: 350px;
    height: 88px;
    border-radius: 80px;
    border: calc(max(0.4px, 1px)) solid #ff8f00;
    background: rgba(7, 8, 9, 0.8);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 12;
}
.topic-key {
    width: 272px !important;
    height: 60px;
    flex-shrink: 0;
    position: absolute;
    animation: downSlideInUp 4.8s ease-in-out 0s infinite forwards;
    opacity: 0;
}
@keyframes downSlideInUp {
    0% {
        opacity: 0;
        transform: translateY(110%);
    }
    4%,
    33% {
        opacity: 1;
        transform: translateY(0);
    }
    37% {
        opacity: 0;
        transform: translateY(-110%);
    }
}

.topic-key.search {
    background: url(../img/topic-search.87706e65.svg) no-repeat !important;
    background-size: contain !important;
    animation-delay: 0s;
}

.topic-key.hot {
    background: url(../img/topic-hot.e79f2494.svg) no-repeat;
    background-size: contain;
    animation-delay: 1.6s;
}

.topic-key.new {
    background: url(../img/topic-new.f8a83e88.svg) no-repeat;
    background-size: contain;
    animation-delay: 3.2s;
}

.topic-poster-list {
    position: absolute;
    width: 100vw;
    aspect-ratio: 1920/1080;
    transform: translateY(-2vh);
}
.topic-poster-list {
    --animation-duration: 18s;
    --animation-per-delay: 1.125s;
}
.topic-poster-list .topic-poster-item--1 {
    animation: cardLeaveLeftTop var(--animation-duration) linear infinite;
}

.topic-poster-list .topic-poster-item--2 {
    animation: cardLeaveRightTop var(--animation-duration) linear infinite;
    animation-delay: calc(var(--animation-per-delay) * 1);
}

.topic-poster-list .topic-poster-item--3 {
    animation: cardLeaveLeftBottom var(--animation-duration) linear infinite;
    animation-delay: calc(var(--animation-per-delay) * 2);
}

.topic-poster-list .topic-poster-item--4 {
    animation: cardLeaveRightBottom2 var(--animation-duration) linear infinite;
    animation-delay: calc(var(--animation-per-delay) * 3);
}

.topic-poster-list .topic-poster-item--5 {
    animation: cardLeaveLeftTop var(--animation-duration) linear infinite;
    animation-delay: calc(var(--animation-per-delay) * 4);
}

.topic-poster-list .topic-poster-item--6 {
    animation: cardLeaveRightTop var(--animation-duration) linear infinite;
    animation-delay: calc(var(--animation-per-delay) * 5);
}

.topic-poster-list .topic-poster-item--7 {
    animation: cardLeaveLeftBottom var(--animation-duration) linear infinite;
    animation-delay: calc(var(--animation-per-delay) * 6);
}

.topic-poster-list .topic-poster-item--8 {
    animation: cardLeaveLeftTop2 var(--animation-duration) linear infinite;
    animation-delay: calc(var(--animation-per-delay) * 7);
}

.topic-poster-list .topic-poster-item--9 {
    animation: cardLeaveRightBottom var(--animation-duration) linear infinite;
    animation-delay: calc(var(--animation-per-delay) * 8);
}

.topic-poster-list .topic-poster-item--10 {
    animation: cardLeaveLeftBottom var(--animation-duration) linear infinite;
    animation-delay: calc(var(--animation-per-delay) * 9);
}

.topic-poster-list .topic-poster-item--11 {
    animation: cardLeaveRightTop var(--animation-duration) linear infinite;
    animation-delay: calc(var(--animation-per-delay) * 10);
}

.topic-poster-list .topic-poster-item--12 {
    animation: cardLeaveLeftTop var(--animation-duration) linear infinite;
    animation-delay: calc(var(--animation-per-delay) * 11);
}

.topic-poster-list .topic-poster-item--13 {
    animation: cardLeaveLeftBottom var(--animation-duration) linear infinite;
    animation-delay: calc(var(--animation-per-delay) * 12);
}

.topic-poster-list .topic-poster-item--14 {
    animation: cardLeaveRightBottom var(--animation-duration) linear infinite;
    animation-delay: calc(var(--animation-per-delay) * 13);
}

.topic-poster-list .topic-poster-item--15 {
    animation: cardLeaveRightTop2 var(--animation-duration) linear infinite;
    animation-delay: calc(var(--animation-per-delay) * 14);
}

.topic-poster-list .topic-poster-item--16 {
    animation: cardLeaveRightBottom2 var(--animation-duration) linear infinite;
    animation-delay: calc(var(--animation-per-delay) * 15);
}

@keyframes cardLeaveLeftTop {
    0% {
        transform: scale(0.8);
    }

    10% {
        opacity: 1;
    }

    58% {
        transform: translate3d(-1200px, -200px, 0) scale(2.3);
        opacity: 0.2;
    }

    to {
        transform: translate3d(-1200px, -200px, 0) scale(2.3);
        opacity: 0;
    }
}

@keyframes cardLeaveLeftTop2 {
    0% {
        transform: scale(0.8);
    }

    10% {
        opacity: 1;
    }

    58% {
        transform: translate3d(-1200px, -400px, 0) scale(2.3);
        opacity: 0.2;
    }

    to {
        transform: translate3d(-1200px, -400px, 0) scale(2.3);
        opacity: 0;
    }
}

@keyframes cardLeaveRightTop {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    58% {
        transform: translate3d(1200px, -300px, 0) scale(2.3);
        opacity: 0.2;
    }

    to {
        transform: translate3d(1200px, -300px, 0) scale(2.3);
        opacity: 0;
    }
}

@keyframes cardLeaveRightTop2 {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    58% {
        transform: translate3d(1400px, -400px, 0) scale(3);
        opacity: 0.2;
    }

    to {
        transform: translate3d(1400px, -400px, 0) scale(3);
        opacity: 0;
    }
}

@keyframes cardLeaveLeftBottom {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    58% {
        transform: translate3d(-1200px, 800px, 0) scale(2.3);
        opacity: 0.2;
    }

    to {
        transform: translate3d(-1200px, 800px, 0) scale(2.3);
        opacity: 0;
    }
}

@keyframes cardLeaveLeftBottom2 {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    58% {
        transform: translate3d(-1200px, 1200px, 0) scale(2.3);
        opacity: 0.2;
    }

    to {
        transform: translate3d(-1200px, 1200px, 0) scale(2.3);
        opacity: 0;
    }
}

@keyframes cardLeaveRightBottom {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    58% {
        transform: translate3d(1200px, 600px, 0) scale(2.3);
        opacity: 0.4;
    }

    to {
        transform: translate3d(1200px, 600px, 0) scale(2.3);
        opacity: 0;
    }
}

@keyframes cardLeaveRightBottom2 {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    80% {
        transform: translate3d(800px, 1200px, 0) scale(3);
        opacity: 0.4;
    }

    to {
        transform: translate3d(800px, 1200px, 0) scale(3);
        opacity: 0;
    }
}
.section-frame-panel {
    height: 1040px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-section-bg,
.page-section-bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.page-section-bg img {
    z-index: 2;
}
.page-section-bg video {
    position: relative;
    z-index: 1;
}
.page-section-bg img,
.page-section-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topic-poster-item {
    width: 380px;
    aspect-ratio: 380/500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    transition:
        opacity 0.2s ease-in-out,
        all 0.3s ease-in-out;
    animation-iteration-count: infinite;
}
.page-section-bg:after,
.page-section-bg:before {
    content: "";
    display: block;
    position: absolute;
    top: -465px;
    width: 1164px;
    height: 1884px;
    background: url(../img/topic-bg.45f6873f.svg) no-repeat;
    background-size: contain;
}
.page-section-bg:after {
    right: -176px;
    transform: scaleX(-1);
}
.page-section-bg:before {
    left: -176px;
}
.topic-poster-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.topic-poster-item--1 {
    width: 200px;
    top: 260px;
    left: 600px;
}

.topic-poster-item--2 {
    width: 180px;
    top: 169px;
    right: 680px;
}

.topic-poster-item--3 {
    width: 180px;
    bottom: 260px;
    left: 660px;
}

.topic-poster-item--4 {
    width: 176px;
    bottom: 340px;
    right: 800px;
}

.topic-poster-item--5 {
    width: 162px;
    top: 340px;
    left: 680px;
}

.topic-poster-item--6 {
    width: 182px;
    top: 295px;
    right: 760px;
}

.topic-poster-item--7 {
    width: 228px;
    bottom: 216px;
    left: 700px;
}

.topic-poster-item--8 {
    width: 160px;
    top: 216px;
    left: 780px;
}

.topic-poster-item--9 {
    width: 243px;
    bottom: 300px;
    right: 720px;
}

.topic-poster-item--10 {
    width: 200px;
    bottom: 297px;
    left: 680px;
}

.topic-poster-item--11 {
    width: 180px;
    top: 240px;
    right: 600px;
}

.topic-poster-item--12 {
    width: 160px;
    top: 197px;
    left: 620px;
}

.topic-poster-item--13 {
    width: 220px;
    bottom: 300px;
    left: 680px;
}

.topic-poster-item--14 {
    width: 184px;
    bottom: 360px;
    right: 640px;
}

.topic-poster-item--15 {
    width: 220px;
    top: 200px;
    right: 600px;
}

.topic-poster-item--16 {
    width: 160px;
    bottom: 200px;
    right: 800px;
}

@media (min-aspect-ratio: 2/1) {
    .topic-subtitle,
    .topic-title {
        transform: translateY(-4vh);
    }

    .topic-subtitle {
        top: 300px;
    }
}

@media screen and (min-width: 1600px) and (min-aspect-ratio: 2/1) {
    .topic-poster-item--1 {
        left: 660px;
    }

    .topic-poster-item--2 {
        right: 780px;
    }

    .topic-poster-item--3 {
        left: 720px;
    }

    .topic-poster-item--4 {
        right: 820px;
    }

    .topic-poster-item--5 {
        left: 780px;
    }

    .topic-poster-item--6 {
        right: 760px;
    }

    .topic-poster-item--7 {
        left: 740px;
    }

    .topic-poster-item--8 {
        left: 800px;
    }

    .topic-poster-item--9 {
        right: 720px;
    }

    .topic-poster-item--10 {
        bottom: 310px;
        left: 740px;
    }

    .topic-poster-item--11 {
        right: 760px;
    }

    .topic-poster-item--12 {
        top: 250px;
        left: 760px;
    }

    .topic-poster-item--13 {
        left: 780px;
    }

    .topic-poster-item--14 {
        right: 800px;
    }

    .topic-poster-item--15 {
        top: 220px;
        right: 720px;
    }

    .topic-poster-item--16 {
        bottom: 280px;
        right: 880px;
    }
}
/* 第三屏 */
.section-frame--update {
    --animation-delay: 0.4s;
    --animation-title-delay: 0.8s;
    --animation-sidebar-delay: 2s;
}
.frame-title {
    background: url(../img/section-title-02.6b68b109.svg) no-repeat;
    background-size: contain;
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
    animation: titleFadeOut 0.4s var(--animation-sidebar-delay) linear forwards;
    transition: opacity 0.3s ease-in-out;
}
.frame-title,
.frame-title-update {
    width: 1200px;
    height: 120px;
    position: absolute;
    top: 50%;
    transform: translateY(-340px);
    z-index: 11;
}
.frame-title-update {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.lite-version .section-frame .frame-title-new {
    opacity: 1;
}
.frame-title-fast,
.frame-title-new {
    width: 1200px;
    height: 120px;
    position: absolute;
    top: 50%;
    transform: translateY(-340px);
    z-index: 11;
    opacity: 0;
}

.active .frame-title-new {
    background: url(../img/section-title-02-1.57434248.svg) no-repeat;
    background-size: contain;
    animation: titleNewFadeIn 0.4s 1s linear forwards;
    transition: opacity 0.3s ease-in-out;
}
.active .frame-title-mask {
    height: 0;
    overflow: hidden;
    animation:
        titleHight 0.4s var(--animation-title-delay) linear forwards,
        titleFadeOut 0.4s var(--animation-sidebar-delay) linear forwards;
}
.frame-title-01,
.frame-title-mask {
    width: 1200px;
    bottom: 0;
    position: absolute;
    z-index: 11;
}
.frame-title-01 {
    height: 1200px;
    background: url(../img/section-title-02-0.c040684e.svg) no-repeat;
    background-size: contain;
    opacity: 1;
}

.frame-title-fast,
.frame-title-new {
    width: 1200px;
    height: 120px;
    position: absolute;
    top: 50%;
    transform: translateY(-340px);
    z-index: 11;
    opacity: 0;
}
.frame-title-fast {
    background: url(../img/section-title-02-2.7755d705.svg) no-repeat;
    background-size: contain;
}
@keyframes titleFadeIn {
    0% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes titleNewFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-280px);
    }

    40% {
        opacity: 0;
        transform: translateY(-280px);
    }

    90% {
        opacity: 1;
        transform: translateY(-340px);
    }

    to {
        opacity: 1;
        transform: translateY(-340px);
    }
}

@keyframes titleFadeOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    to {
        opacity: 0;
    }
}
@keyframes titleHight {
    0% {
        height: 0;
    }

    66% {
        height: 0;
    }

    to {
        height: 120px;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
.frame-block {
    width: 1402px;
    max-width: 66vw;
    aspect-ratio: 1402/800;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -8vh;
}

@media screen and (min-width: 2000px) {
    .frame-block {
        max-width: 62vw;
    }
}

.frame-block.frame-block--fast {
    opacity: 0;
}

.active .frame-main {
    width: 100%;
    max-width: inherit;
    aspect-ratio: 1402/800;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    /* border: 1px solid hsla(0, 0%, 100%, 0.2); */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /* background: hsla(0, 0%, 100%, 0.05); */
    transform: translateY(20%);
    animation: slideUp 1s var(--animation-delay) ease-in-out forwards;
    z-index: 10;
}

.frame-block.frame-block--update .frame-main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/box-bg.png) no-repeat;
    background-size: contain;
    opacity: 1;
    z-index: 11;
    animation: storeOffFadeIn 0.5s var(--animation-sidebar-delay) ease-in-out forwards;
}

.frame-block.frame-block--update .frame-store {
    width: 73%;
    aspect-ratio: 1024/861;
    background: url(../img/frame-main-store-block.fcfa4e2e.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 12.2%;
    left: 20%;
    z-index: 11;
    animation: storeOffSlideIn 0.5s var(--animation-sidebar-delay) ease-in-out forwards;
}

.active .frame-refresh-light {
    width: 100%;
    max-width: inherit;
    aspect-ratio: 1378/994;
    position: absolute;
    background: url(../img/frame-refresh-light.22ebfc1c.svg) no-repeat;
    background-size: contain;
    z-index: 12;
    top: 0;
    opacity: 0;
    animation: refreshIn 1s var(--animation-delay) ease-out forwards;
}

.frame-lightbox {
    width: 142%;
    pointer-events: none;
    transform: translateY(-67%);
}

.frame-light,
.frame-lightbox {
    position: absolute;
    top: 0;
    aspect-ratio: 2008/533;
    z-index: -1;
}

.active .frame-light {
    left: 1.5%;
    width: 100%;
    background: url(../img/frame-light.bfdf0725.png) no-repeat;
    background-size: contain;
    opacity: 0;
    animation: lightIn 1s var(--animation-delay) ease-out forwards;
}

.active .frame-code {
    position: absolute;
    top: 0;
    width: 100%;
    aspect-ratio: 2008/533;
    background: url(../img/frame-code.fb6675cf.png) no-repeat;
    background-size: contain;
    z-index: -2;
    opacity: 0;
    animation: codeIn 1s var(--animation-delay) ease-out forwards;
}
@keyframes slideUp {
    0% {
        transform: translateY(20%);
    }

    90% {
        transform: translateY(0);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes keyIn {
    0% {
        transform: translate3d(-40%, 50%, 0);
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes gameIn {
    0% {
        transform: translate3d(-50%, 60%, 0);
        background: hsla(0, 0%, 100%, 0.1);
    }

    to {
        transform: translateZ(0);
        background: transparent;
        backdrop-filter: none;
    }
}

@keyframes searchIn {
    0% {
        transform: translate3d(20%, 100%, 0);
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes codeIn {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    64% {
        transform: translateY(100%);
        opacity: 0;
    }

    74% {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes lightIn {
    34% {
        opacity: 0;
        transform: scaleX(0);
    }

    64% {
        opacity: 1;
        transform: scaleX(100%);
    }

    to {
        opacity: 1;
        transform: scaleX(100%);
    }
}

@keyframes refreshIn {
    0% {
        transform: translateY(100vh);
        opacity: 0;
    }

    58% {
        transform: translateY(100vh);
        opacity: 1;
    }

    70% {
        opacity: 1;
        transform: translateY(0);
    }

    80% {
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 0;
    }
}
@keyframes storeOffFadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes storeOffSlideIn {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(0);
    }

    80% {
        transform: translateX(-5.6%);
    }

    to {
        transform: translateX(-5.6%);
    }
}

@keyframes storeFadeOut {
    0% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    to {
        opacity: 0;
    }
}
.page-section-bg-two {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -3;
}
.page-section-bg-two:before {
    content: "";
    display: block;
    position: absolute;
    top: 38%;
    transform: translateY(-64%);
    width: 3400px;
    aspect-ratio: 3100 / 1851;
    background: url(../img/frame-bg.c0afde28.svg) no-repeat;
    background-size: contain;
    z-index: -1;
}
.section-more {
}
.section-more .page-section-inner {
    height: calc(100vh - 294px);
    position: absolute !important;
    top: 0;
    background: #131313;
    background: radial-gradient(388.16% 107.04% at 50% -71.76%, rgba(255, 132, 51, 0.4) 0, rgba(204, 65, 0, 0.4) 33.06%, rgba(7, 8, 9, 0.4) 90.6%), #070809;
}
.section-more .page-section-main {
    position: relative;
    transform: none;
    top: auto;
}

.section-more .page-section-main:after,
.section-more .page-section-main:before {
    content: "";
    width: 100%;
    position: absolute;
    z-index: 10;
}
.section-more .page-section-main:before {
    aspect-ratio: 1920/418;
    top: 0;
}
.section-more .page-section-main:after {
    aspect-ratio: 1954/447;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    z-index: 25;
    background: url(../img/logo-mask.06c141f1.png) no-repeat;
    background-size: 100% auto;
    background-position: 50% 100%;
}
.page-section-main {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.16rem;
    line-height: normal;
}
.page-section-inner,
.page-section-main {
    position: relative;
    z-index: 10;
    height: 100%;
    width: 100%;
}
.gameroll {
    position: absolute;
    inset: 0;
    z-index: 5;
    -webkit-mask: linear-gradient(180deg, transparent 0, #000 30%, #000);
}

.gameroll-group {
    opacity: 0.5;
}

.gameroll-item {
    aspect-ratio: 1920/1100;
    background: url(../img/more.jpg) no-repeat;
    background-size: 100% auto;
}

.section-more-mask {
    position: absolute;
    inset: 0;
    z-index: 18;
    background: linear-gradient(180deg, transparent 0, #000);
}

.section-more-logo {
    width: 88%;
    aspect-ratio: 1678/161;
    position: absolute;
    left: 50%;
    bottom: 0.3rem;
    margin-left: -44%;
    background: url(../img/fontbg.png) no-repeat;
    background-size: 100% auto;
    z-index: 20;
}

.section-more .button-download {
    width: 33%;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    margin: 0;
    bottom: -90%;
    opacity: 1;
}

.section-more .button-dowload-inner {
    font-size: 1vw;
}

.active .gameroll-group {
    animation: gameRoll 30s linear 0s infinite both;
}

.active.section-more .page-section-main:after {
    animation: gameMaskFake 6s linear 0s infinite both;
}

@keyframes gameMaskFake {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

@keyframes gameRoll {
    0% {
        transform: translateZ(0);
    }

    to {
        transform: translate3d(0, -100%, 0);
    }
}
.foot-p {
    position: absolute;
    bottom: 0;
}
/* 商城3.0 */
.swiperBox-gift .gbanner-menus {
    padding-left: 0;
    margin-right: 21px;
    margin-top: -28px;
    height: var(--banner-gift-height);
}
.gbanner-menus {
    width: var(--banner-menu-width) !important;
    height: var(--banner-height);
    overflow: hidden;
    padding-left: var(--store-card-gap);
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 19px;
}

.gbanner-menu-item {
    height: 100%;
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    padding: 14px 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.gbanner-menu-item:last-child {
    margin-bottom: 0;
}

.gbanner-menu-item .we-image {
    width: var(--thumb-icon-width);
    min-width: var(--thumb-icon-width);
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: var(--wg3-corner-2);
    position: relative;
    z-index: 2;
    margin-right: 12px;
}

.gbanner-menu-item .error {
    background: var(--wg3-color-fill-normal-1);
}

.gbanner-menu-item .error img {
    opacity: 0;
}

.gbanner-menu-item .gbanner-menu-title {
    width: 100%;
    flex: 1;
    overflow: hidden;
    position: relative;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    z-index: 2;
    font-size: 14px;
    color: #fffc;
}

.gbanner-menu-item.swiper-nav-act .gbanner-menu-bg {
    background: rgb(28, 31, 34);
}

.gbanner-menu-item.swiper-nav-act .gbanner-menu-progress {
    animation: bannerMenuProgress 5s linear 0s 1 both;
}

.gbanner-menu-progress {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: var(--wg3-corner-2);
    cursor: pointer;
    background-color: var(--wg3-color-fill-hover-1);
    transform: scaleX(0);
    transform-origin: 0 50%;
}

.gbanner-menu-item.swiper-nav-act .gbanner-menu-bg {
    background: rgb(28, 31, 34);
}
.gbanner-menu-item.swiper-nav-act .gbanner-menu-progress {
    animation: bannerMenuProgress 5s linear 0s 1 both;
}
@keyframes bannerMenuProgress {
    0% {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}
.gbanner-menu-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: var(--wg3-corner-2);
    cursor: pointer;
}
.we-image {
    word-wrap: normal;
    display: inline-block;
    font-size: 0;
}
.we-image > img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.we-image--circle,
.we-image--circle > img {
    border-radius: 50%;
}
.we-image.error > img {
    display: none;
}
.we-image.error {
    background-image: url(images/figure-default.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.we-image-figure {
    position: relative;
}
.we-image-figure--animate {
    animation: k 0.2s ease-out;
    will-change: transform, opacity;
}
.we-image-figure--hide {
    opacity: 0;
}
@keyframes k {
    0% {
        filter: blur(0.4vw);
        opacity: 0;
        transform: scale(1.05);
    }
    to {
        filter: blur(0);
        opacity: 1;
        transform: scale(1);
    }
}
.sidenav {
    flex-direction: column;
    position: fixed;
    right: 0;
    width: 80px;
    z-index: 11;
    top: 50%;
    margin-top: -40px;
}
.sidenav,
.sidenav-item {
    display: flex;
    align-items: center;
}
.sidenav-item.active .sidenav-item-num,
.sidenav-item:hover .sidenav-item-num {
    opacity: 0;
}
.sidenav-item.active .sidenav-item-text {
    opacity: 1;
}
.sidenav-item.active:hover .sidenav-item-text {
    opacity: 1;
}
.sidenav-item:hover .sidenav-item-text {
    opacity: 0.6;
}
.sidenav-item {
    width: 100%;
    padding: 20px 0;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
    line-height: 24px;
    height: 64px;
}
.sidenav-item-num {
    opacity: 0.3;
}
.sidenav-item-num,
.sidenav-item-text {
    position: absolute;
    line-height: 24px;
    transition: opacity 0.2s ease-in-out;
}
.sidenav-item-text {
    font-size: 14px;
    font-weight: 700;
    opacity: 0;
}
.recommend-box {
    height: calc(100% - 67px);
    /* overflow-x: scroll; */
    min-width: 37%;
}
.recommend-box ul {
    border-top: 1px solid #e3e3e3;
}
.recommend-box ul li {
    cursor: pointer;
    height: 120px;
    display: flex;
    align-items: center;
    padding: 0 30px 0 2px;
    position: relative;
}
.recommend-box ul li .icon-collect {
    position: absolute;
    left: 184px;
    bottom: 20px;
    z-index: 200;
    color: #fff;
}
.recommend-box ul li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 94%;
    height: 1px;
    background-color: #e3e3e3;
}
.recommend-box ul li:last-child::after {
    display: none;
}
.recommend-box ul li:hover {
    background: #f3f3f3;
}
.recommend-box ul li img {
    width: 160px;
    height: 80px;
    background: #757575;
    border-radius: 8px;
}
.recommend-box ul li .box-text {
    margin-left: 17px;
    color: var(--c-txt-vice);
    font-size: 12px;
}
.recommend-box ul li .box-text .tip {
    width: 58px;
    /* padding: 0 5px; */
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #f3f3f3;
    border-radius: 2px;
    border: 1px solid #e3e3e3;
}
.recommend-box ul li .rank {
    margin-right: 10px;
    font-size: 18px;
    width: 36px;
    text-align: center;
    /* font-family: FangFangXianFeng; */
    /* background: linear-gradient(#abcd03 30%, #009944 73%); */
    color: var(--c-txt-lgreen) !important;
    font-weight: bold;
    /* -webkit-background-clip: text !important; */
}
.recommend-box ul li .box-text div:first-child {
    color: var(--c-txt-bbb);
    font-size: 15px;
    margin-bottom: 9px;
    font-weight: 700;
}
.recommend-box ul li .box-tips span {
    font-size: 12px;
    color: #a5a5a5;
    text-decoration: line-through;
    margin-right: 20px;
}
.recommend-box ul li .box-tips {
    flex: 1;
    text-align: right;
    color: var(--c-txt-asst);
}
.recommend-box ul li .box-price {
    color: var(--c-txt-yellow);
    font-weight: bold;
}
.recommend-box ul li .box-price span {
    font-weight: 400;
    margin-right: 0px;
    color: var(--c-txt-yellow);
}

#viewport:before {
    left: 80px;
    top: 80px;
}
#viewport:after,
#viewport:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100vh - 80px);
    background: hsla(0, 0%, 100%, 0.1);
    z-index: 11;
}
#viewport:after {
    right: 80px;
    top: 80px;
}
#viewport:after,
#viewport:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100vh - 80px);
    background: hsla(0, 0%, 100%, 0.1);
    z-index: 11;
}
.gbanner-info-gift {
    position: relative !important;
    bottom: 0px !important;
}
.gbanner-info {
    position: absolute;
    bottom: 24px;
    left: 20px;
    display: flex;
    align-items: center;
}
.gbanner-info .title {
    font-size: 20px;
    color: #ffffff;
}
.gbanner-info .price {
    font-size: 18px;
    color: #ffffff;
    margin-left: 14px;
}
.gbanner-info .old-price {
    font-size: 14px;
    color: #bbbaba;
    margin-left: 5px;
    text-decoration: line-through;
}
.gbanner-info .discount {
    display: flex;
    margin-left: 9px;
}
.gbanner-info .discount-percent {
    width: 46px;
    height: 20px;
    background: #000000;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    border-radius: 1px 0px 0px 1px;
    font-size: 14px;
    color: #ffffff;
}
.gift-discount {
    display: flex;
    margin-left: 18px;
}
.gift-discount .discount-percent {
    width: 46px;
    height: 20px;
    background: #000000;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    border-radius: 1px 0px 0px 1px;
    font-size: 14px;
    color: #ffffff;
}
.gift-discount .discount-text {
    font-size: 14px !important;
    display: inline-block !important;
    color: #000000 !important;
    text-align: center !important;
    width: 40px !important;
    height: 20px;
    margin-right: 0 !important;
    font-weight: bold;
    background: #6cf67c;
    border-radius: 0px 1px 1px 0px;
}
.recommend-box-gift {
    background: #1d1f22;
    border-radius: 4px;
    margin-top: 27px;
}
.recommend-box-gift ul {
    border-top: 0 !important;
    /* padding: 0 30px; */
}
.recommend-box-gift ul li {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 33px;
}
.recommend-box-gift ul li::before {
    position: absolute;
    content: "";
    bottom: 0;
    border-bottom: 1px solid #3d3d3d;
    width: 95%;
}
.recommend-box-gift img {
    width: 250px;
    height: 124px;
    background: #757575;
    border-radius: 4px;
}
.recommend-box-gift .name {
    margin-left: 19px;
    margin-bottom: 10px;
    font-weight: bold;
}
.recommend-box-gift .box-text {
    font-size: 15px;
    color: #dbdbdb;
}
.recommend-box-gift .box-tips-old {
    font-size: 12px;
    color: #c4c2c2;
    text-decoration: line-through;
    margin-bottom: 10px;
}
.recommend-box-gift .box-tips {
    font-size: 15px;
    color: #ffffff;
}
.bottom .gbanner-info-gift .discount-text {
    width: 50px !important;
}
.bottom .gbanner-info-gift .discount {
    margin-left: 0px;
}
.gbanner-info-price {
    margin-left: -20px;
}
.gbanner-info-price .price {
    margin-top: 0px !important;
    margin-left: 0px;
}
.gbanner-info .discount-text {
    font-size: 14px !important;
    display: inline-block !important;
    color: #000000 !important;
    text-align: center !important;
    width: 40px !important;
    height: 20px;
    margin-right: 0 !important;
    font-weight: bold;
    background: #6cf67c;
    border-radius: 0px 1px 1px 0px;
}
/* 弹窗默认隐藏 */
.popup {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.25s ease;
    z-index: 1000;
}

/* 遮罩 */
.popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    cursor: default;
}

/* 内容盒 */
.popup__content {
    position: relative;
    max-width: 90%;
    width: 454px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.douyin-h5 {
    width: 454px;
}
/* 关闭按钮 */
.popup__close {
    position: absolute;
    top: 0.5rem;
    right: 0.8rem;
    font-size: 1.5rem;
    color: #666;
    z-index: 10000;
    text-decoration: none;
}
.popup__close:hover {
    color: #fff;
}
/* :target 触发显示 */
.popup:target {
    visibility: visible;
    opacity: 1;
}
/* 彻底干掉浏览器自动填充背景色 */
.search-input:-webkit-autofill,
.search-input:-webkit-autofill:hover,
.search-input:-webkit-autofill:focus,
.search-input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 64px #333333 inset !important;
    -webkit-text-fill-color: #ffffff !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* 隐藏自动填充的默认样式 */
.mySpace {
    margin-top: 90px;
}
.search-input:-internal-autofill-selected {
    appearance: none !important;
    background-color: transparent !important;
}
/* 官方推荐、热门排行、最新上架 */
.recommend-content {
    overflow: hidden;
    margin-left: 20px;
}
.recommend-content .recommend-title {
    color: var(--c-txt-bbb);
    font-size: 18px;
    padding: 20px 17px;
    font-weight: bold;
}

.recommend-left {
    width: 150px;
    height: 119px;
    background: var(--c-bg-wihte);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
}
.recommend-left ul li {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--c-txt-vice);
}
.recommend-left ul li span {
    width: 59px;
    display: inline-block;
    text-align: left;
    margin-left: 2px;
}

.recommend-left ul li:hover {
    color: var(--c-txt-asst);
}
.recommend-left ul .recommend-left-act {
    background: #f3f3f3;
    color: var(--c-txt-bbb);
    font-weight: bold;
}
.recommend-left ul .recommend-left-act:hover {
    color: var(--c-txt-bbb);
}
.recommend-box {
    height: calc(100% - 67px);
    /* overflow-x: scroll; */
    min-width: 37%;
}
.recommend-box ul {
    border-top: 1px solid #e3e3e3;
}
.recommend-box ul li {
    cursor: pointer;
    height: 120px;
    display: flex;
    align-items: center;
    padding: 0 30px 0 2px;
    position: relative;
}
.recommend-box ul li .icon-collect {
    position: absolute;
    left: 184px;
    bottom: 20px;
    z-index: 200;
    color: #fff;
}
.recommend-box ul li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 94%;
    height: 1px;
    background-color: #e3e3e3;
}
.recommend-box ul li:last-child::after {
    display: none;
}
.recommend-box ul li:hover {
    background: #f3f3f3;
}
.recommend-box ul li img {
    width: 160px;
    height: 80px;
    background: #757575;
    border-radius: 8px;
}
.recommend-box ul li .box-text {
    margin-left: 17px;
    color: var(--c-txt-vice);
    font-size: 12px;
}
.recommend-box ul li .box-text .tip {
    width: 58px;
    /* padding: 0 5px; */
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #f3f3f3;
    border-radius: 2px;
    border: 1px solid #e3e3e3;
}
.recommend-box ul li .rank {
    margin-right: 10px;
    font-size: 18px;
    width: 36px;
    text-align: center;
    /* font-family: FangFangXianFeng; */
    /* background: linear-gradient(#abcd03 30%, #009944 73%); */
    color: var(--c-txt-lgreen) !important;
    font-weight: bold;
    /* -webkit-background-clip: text !important; */
}
.recommend-box ul li .box-text div:first-child {
    color: var(--c-txt-bbb);
    font-size: 15px;
    margin-bottom: 9px;
    font-weight: 700;
}
.recommend-box ul li .box-tips span {
    font-size: 12px;
    color: #a5a5a5;
    text-decoration: line-through;
    margin-right: 20px;
}
.recommend-box ul li .box-tips {
    flex: 1;
    text-align: right;
    color: var(--c-txt-asst);
}
.recommend-box ul li .box-price {
    color: var(--c-txt-yellow);
    font-weight: bold;
}
.recommend-box ul li .box-price span {
    font-weight: 400;
    margin-right: 0px;
    color: var(--c-txt-yellow);
}
