*{
    padding:0;
    margin: 0;
}
:root{
    --base-max-width:750px;
    --base-min-width:320px;
}
a{
    text-decoration:none;
    color: inherit;
}
html,body{
    width: 100%;
    height: 100%;
    font-family: monospace;
}
body{
    overflow-x: hidden;
}
.float {
    width: 338px;
    height: 140px;
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 1;
}
.spr{
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/spr.png) left / 1000px no-repeat;
}
.font-none{
    font-size: 0;
}
/*#page-swiper,
#page-swiper .slide,
#page-swiper .full-slide{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}*/
.slide{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.slide.on{
    /*transform: scale(1);*/
}
.slide1{
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/page-2.jpg) center / cover no-repeat;
}
/*.slide2{
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/page-3.jpg) center / cover no-repeat;
}*/
.slide2-bg-2{
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/sjjf/bg.png) center / cover no-repeat;
}
.slide2-bg-3{
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/jjzm/bg.png?v2) center / cover no-repeat;
}
.slide2-bg-1{
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/sjgd/bg.png) center / cover no-repeat;
}

.home-nav{
    position: fixed;
    left: 56px;
    bottom:65px;
    padding-bottom: 52px;
    height: 185px;
    z-index: 2;
}
.nav-hl{
    width: 52px;
    height: 52px;
    background-position: -93px -17px;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
}
.nav-hl::before{
    display: block;
    content: '';
    height: 152px;
    width: 1px;
    background-color: #69747b;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
}
.nav-li{
    width: 115px;
    height: 35px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    position: relative;
    margin-left: 61px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
}

.nav-li::before{
    display: block;
    content: '';
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/spr.png) -26px -29px / 1000px no-repeat;
    width: 41px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-49px, -50%);
}
.nav-li.on{
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/spr.png) -13px -283px / 1000px no-repeat;
}
.nav-li.on span{
    background-image:linear-gradient(to bottom,#fcffff, #7ff7ff);
    -webkit-background-clip:text;
    color:transparent;
}
.home-main, .main-item{
    width: 100%;
    height: 100%;
}

.main-item:nth-child(1){
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/kv.jpg?v2) center / cover no-repeat;
}
.main-item:nth-child(2){
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/page-2.jpg) center / cover no-repeat;
}
.main-item:nth-child(3){
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/page-3.jpg) center / cover no-repeat;
}
.main-item{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s;
}
.main-item.on{
    opacity: 1;
}

.main{
    width: 1425px;
    height: 100%; 
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);   
}
.main:before{
    display: block;
    height: 1px;
    content: '';
}
.home-con{
    width: 100%;
    height: 100%;
    position: relative;
}
.home-pladyer{
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/player-btn.png) center / cover no-repeat;
    top: 62%;
    left: 56%;
    transform: translate(-50%, -100%);
    opacity: 0;
    transition: all .5s;
}
@keyframes playerAni{
    from {opacity: 1; transform: translate(-50%, -50%) scale(1);}
    50% {opacity: .7; transform: translate(-50%, -50%) scale(1.2);}
    to {opacity: 1; transform: translate(-50%, -50%) scale(1);}
}
.home-btn{
    position: absolute;
    bottom: 0px;
    left: 50%;
    display: flex;
    align-items: flex-end;
    transition: all .5s;
    transform: translate(-50%, 100%);
    opacity: 0;
    padding: 20px 0 80px;
    width: 100%;
    background: rgba(0,0,0,.2);
    justify-content: center;
}
.home-btn-item{
    width: 173px;
    margin: 0 20px;
    transition: all .5s;
    cursor: pointer;
}
.home-btn-item:nth-child(1){
    width: 124px;
    display: flex;
    align-items: center;
}
.home-btn-item p{
    width: 16px;
    font-size: 16px;
    color: #FFF;
    margin-right: 5px;
    font-weight: bold;
}
.gw-btn{
    width: 249px;
    height: 68px;
    position: absolute;
    top: 105px;
    right: 45px;
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/jr.png) center / cover no-repeat;
    transform: translate(0, -100%);
    opacity: 0;
}
.slide1 .main-title{
    width: 794px;
    height: 62px;
    background-position: -13px -475px;
    margin: 60px auto 0;
}
.main-desc{
    max-width:90%;
    font-size: 24px;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    margin: 35px auto 0;
    color: #7df7ff;
}

#xy-swiper{
    width: 1425px;
    margin: 215px auto 0;
    height: 380px;
}
#xy-swiper .swiper-slide{
    width: auto !important;
    transition: margin-top .5s;
    position: relative;
    pointer-events:initial;
}
#xy-swiper .swiper-slide-active{
    margin-top: 100px;
}
#xy-swiper .swiper-slide::after{
    display: block;
    width: 256px;
    height: 44px;
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/spr.png) -199px -279px / 1000px no-repeat;
    content: '';
    position: absolute;
    left: 20px;
    bottom: -60px;
}
#xy-swiper .swiper-slide-active::after{
    top: -60px;
    bottom: initial;
}
#xy-swiper .swiper-slide-next::after{
    left: initial;
    right: 20px;
}
.xy-swiper{
    width: 466px;
    height: 266px;
    position: relative;
}
.xy-swiper::before{
    width: 454px;
    height: 254px;
    border:1px solid #42bfe8;
    display: block;
    content: ''; 
    position: absolute;
    top: 0;
    left: 0;
}
.xy-swiper img{
    width: 456px;
    height: 256px;
    margin: 10px;
}

.xy-swiper-func{
    display: flex;
    margin: 50px auto 0;
    justify-content: center;
    transition: all .5s;
    opacity: 0;
    transform: translate(0, 100%);
}
.xy-swiper-func .swiper-button-prev, 
.xy-swiper-func .swiper-button-next {
    position: initial;
    margin-top: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 79px;
    height: 68px;
}
.xy-swiper-func .swiper-button-prev:after,
.xy-swiper-func .swiper-button-next:after{
    display: none;
}
.xy-swiper-func .swiper-button-next{
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/spr.png) -366px -12px / 1000px no-repeat;
}
.xy-swiper-func .swiper-button-prev{
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/spr.png) -261px -12px / 1000px no-repeat;
}
.xy-swiper-func .swiper-pagination {
    position: initial;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}
.xy-swiper-func .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/spr.png) -222px -39px / 1000px no-repeat;
    opacity: 1;
    margin: 0 26px;
}
.xy-swiper-func .swiper-pagination-bullet-active{
    width: 25px;
    height: 25px;
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/spr.png) -171px -33px / 1000px no-repeat;
}
.main-nex-rule{
    width: 392px;
    height: 52px;
    background-position: -33px -101px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, 0);
    
}
@keyframes ruleAni{
    from {opacity: 0; transform: translate(-50%, 0px);}
    50% {opacity: 1; transform: translate(-50%, 20px);}
    to {opacity: 0; transform: translate(-50%, 0px);}
}
.slide2 .main-title{
    width: 794px;
    height: 62px;
    background-position: -13px -381px;
    margin: 60px auto 0;
}
.main-title-2{
    background:url(//game.gtimg.cn/images/wmsj/cp/a20210524version/jjzd-title.png) center / cover no-repeat !important;
}
.main-title-3{
    background:url(//game.gtimg.cn/images/wmsj/cp/a20210524version/sjgd-title.png) center / cover no-repeat !important;
}
.main-head{
    display: none;
}
.main-head.on{
    display: block;
}
.img-item{
    width: 654px;
    height: 371px;
    position: relative;
    transition: all .5s;
}

.img-item::before{
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/border-bg.png) center / cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.img-item .player-shade{
    width: 664px;
    height: 381px;
    z-index: 1;
}
.img-item img{
    width: 100%;
    height: 100%;
    margin: 10px;
    border:1px solid #35e3ee;
    position: relative;
}
.img-item:nth-child(1){
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0);
    opacity: 0;
}
.img-item:nth-child(2){
    margin-left: 40px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, 0);
    opacity: 0;
}
.tab-con{
    width: 1425px;
    height: 371px;
    margin: 130px auto 0;
    position: relative;
}
.tab-con-item{
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
}
.tab-coc-item.on{
    display: block;
}
.tab-con-item.on .img-item:nth-child(1){
    transform: translate(0, 0);
    opacity: 1;
}
.tab-con-item.on .img-item:nth-child(2){
    margin-left: 40px;
    transform: translate(0, 0);
    opacity: 1;
}
.tab{
    width: 1425px;
    margin: 220px auto 0;
    display: flex;
    justify-content: center; 
}
.tab-item{
    width: 210px;
    height: 56px;
    background-position: -245px -184px;
    line-height: 56px;
    text-align: center;
    color: #4bebff;
    font-size: 28px;
    font-weight: bold;
    margin: 0 50px;
    cursor: pointer;
}
.tab-item.on{
    color: #000;
    background-position: -13px -183px;
}


.main-title,
#xy-swiper,
.main-desc,
.tab-con,
.tab{
    transition: all 1s;
}
.main-title,.main-desc{
    transform: translate(0, -100%);
    opacity: 0;
}
#xy-swiper,.tab-con,.tab{
    transform: translate(0, 100%);
    opacity: 0;
}
/*.swiper-slide-active .main-title,
.swiper-slide-active .main-desc,
.swiper-slide-active #xy-swiper,
.swiper-slide-active .tab-con,
.swiper-slide-active .tab{
    transform: translate(0, 0);
    opacity: 1;
}*/
.slide.on .main-title,
.slide.on .main-desc,
.slide.on #xy-swiper,
.slide.on .tab-con,
.slide.on .gw-btn,
.slide.on .xy-swiper-func,
.slide.on .tab{
    transform: translate(0, 0);
    opacity: 1;
}
.slide.on .home-btn{
    transform: translate(-50%, 0);
    opacity: 1;
}
.slide.on .main-nex-rule{
    animation: ruleAni 3s linear infinite;
}
.slide.on .home-pladyer{
    transform: translate(-50%, -50%);
    opacity: 1;
    animation: playerAni 2s linear infinite;
}

.foot{
    width: 100%;
    background-color: red;
    transition: all .5s;
   /* position: fixed;
    bottom: 0;
    transform: translate(0, 110%);
    z-index: 2;*/
}
.foot-main{
    width: 100%;
    height: 290px;
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/page-4.jpg) center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.code-item{
    width: 240px;
    margin: 0 50px;
}
.foot.on{
    transform: translate(0, 0);
}
#afooter {
    background: #000;
    color: #666;
    text-align: center;
    font-size: 16px;
    /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;*/
    padding: 35px 0;
}

.pop-swiper{
    width: 70% !important;
    margin-top: initial !important;
    margin-left: initial !important;
    transform: translate(-50%, -50%);
}
#xy-img-swiper{
    width: 100%;
}
#xy-img-swiper .swiper-button-prev, #xy-img-swiper .swiper-button-next{
    color: #FFF;
}
#xy-img-swiper .swiper-pagination-bullet{
    background: rgba(255,255,255,0.8);
}
#xy-img-swiper .swiper-pagination-bullet-active{
    background: #FFF;
}
.pop-close{
    width: 50px;
    height: 50px;
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/close.png) center / cover no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0%, -120%);
}

.pop-player{
    margin-top: initial !important;
    margin-left: initial !important;
    transform: translate(-50%, -50%);
}

.player-shade{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
}
.player-btn{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(//game.gtimg.cn/images/wmsj/cp/a20210524version/player-btn.png) center / cover no-repeat;
}