*{
    padding:0;
    margin: 0;
}
a{
    text-decoration:none;
    color: inherit;
}
html,body{
    width: 100%;
    height: 100%;
    font-family: monospace;
    overflow: hidden;
}
.spr{
    background: url(../image/spr.png) center / 1000px auto no-repeat;
}
.font-none{
    font-size: 0;
}
.menu{
    position: fixed;
    left: 0;
    top: 0;
    width: 292px;
    height: 100%;
    background: url(http://dt.132wm.com/static/images/left.png) center / 100% 100% no-repeat;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.menu-btn{
    width: 173px;
    height: 52px;
    margin: 0 auto 20px;
    display: block;
    flex-shrink: 0;
}
.menu-btn:nth-child(1){
    background-position: 0 0;
}
.menu-btn:nth-child(2){
    background-position: 0 -63px;
}
.menu-btn:nth-child(3){
    background-position: 0 -128px;
}
.menu-btn:nth-child(4){
    background-position: 0 -191px;
}
.menu .code{
    width: 154px;
    height: 502px;
    background: url(http://dt.132wm.com/static/images/code.png) center / cover no-repeat;
    margin: 0 auto;
}
.page-swiper{
    width: 100%;
    height: 100%;
}
.page-slide-1{
    background:url(../image/page-bg.png) center top / cover no-repeat;
    position: relative;
}
.page-slide-1 .player-btn{
    width: 150px;
    height: 150px;
    background-position: -700px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%);
    cursor: pointer;
    z-index: 2;
    animation: playerAni 3s linear infinite;
}
@keyframes playerAni{
    from {transform: translate(0, -50%) scale(1);}
    50% {transform: translate(0, -50%) scale(1.2);}
    to {transform: translate(0, -50%) scale(1);}
}
.page-1-head{
    width: 1037px;
    height: 20px;
    background:url(../image/page-1-head.png) center / cover no-repeat;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-40%, 0);
}
.page-1-foot{
    width:1269px;
    height: 321px;
    background:url(../image/page-1-foot.png) center / cover no-repeat;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-40%, 0);
}
.gw-btn{
    position: absolute;
    top: 78px;
    right: 60px;
    width: 249px;
    height: 68px;
    background-position: -244px -318px;
    cursor: pointer;
    z-index: 2;
}
.bq-btn{
    position: absolute;
    bottom: 45px;
    right: 60px;
    width: 156px;
    height: 28px;
    background-position: -434px 0;
    cursor: pointer;
    z-index: 2;
}
.tips-right{
    width: 177px;
    height: 258px;
    background-position: -202px 0;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translate(0, -50%);
    animation: ruleAni 5s linear infinite;
    z-index: 2;
    cursor: pointer;
}
@keyframes ruleAni{
    from {opacity: 0; transform: translate(0, -50%);}
    50% {opacity: 1; transform: translate(20px, -50%);}
    to {opacity: 0; transform: translate(0, -50%);}
}
.logo{
    width: 252px;
    height: 95px;
    background-position: -408px -68px;
    position: absolute;
    top: 70px;
    left: 340px;
}

.page-slide-2{
    background: url(http://dt.132wm.com/static/images/page-bg-2.jpg) center / cover no-repeat;
    position: relative;
}
.page-slide-2 .player-btn{
    width: 86px;
    height: 85px;
    background-position: -879px -28px;
    cursor: pointer;
    margin: 0 30px;
}
.page-2-con{
    position: absolute;
    left: 300px;
    top: 0;
    transform: translate(0%, -200%);
    display: flex;
    align-items: center;
    transition: all .3s;
}
.page-2-pop.on .page-2-con{
    transform: translate(0%, -105%);
}
.page-2-con .title{
    width: 141px;
    height: 145px;
    margin: 0 auto;
    background:url(http://dt.132wm.com/static/images/page-2-title.png) center / cover no-repeat;
}
.chakan-btn{
    width: 221px;
    height: 162px;
    background-position: 0 -271px;
    margin: 20px auto 0;
    cursor: pointer;
}
.page-slide-3{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
    transform: translate(0, 0);
    overflow: hidden;
   /* background: url(../images/page-bg-3.jpg) center / cover no-repeat;*/
}
.page-3-con{
    width: 1198px;
    height: 189px;
    background: url(http://dt.132wm.com/static/images/page-3-con-bg.png) center / cover no-repeat;
    position: absolute;
    bottom: 40px;
    left: 292px;
}
.page-slide-4{
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .5s;
    transform: translate(100%, 0);
    z-index: 9;
    background:#FFF;
}
.page-slide-4.on{
    transform: translate(0%, 0);
}
.page-4-con{
    width: 100%;
    height: 100%;
}
.page-4-con .btn-list{
    position: absolute;
    left: 100px;
    bottom: 75px;
}
.page-4-con .btn-list .btn-item{
    width: 162px;
    height: 45px;
    background-position: -182px -478px;
    font-size: 26px;
    color: #FFF;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 27px;
}
.page-4-con .btn-list .btn-item.on{
    background-position: 0 -478px;
}
.page-4-con .cont-list,
.page-4-con .cont-item{
    width: 100%;
    height: 100%;
}
.page-4-con .cont-item{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
}
.page-4-con .cont-item.on{
    opacity: 1;
}
.page-4-con .cont-item:nth-child(1){
    background: url(http://dt.132wm.com/static/images/zc.jpg) center / cover no-repeat;
}
.page-4-con .cont-item:nth-child(2){
    background: url(http://dt.132wm.com/static/images/jdtt.jpg) center / cover no-repeat;
}
.page-4-con .cont-item:nth-child(3){
    background: url(http://dt.132wm.com/static/images/pqgc.jpg) center / cover no-repeat;
}
.page-4-con .cont-item:nth-child(4){
    background: url(http://dt.132wm.com/static/images/cm.jpg) center / cover no-repeat;
}
.page-4-con .cont-item:nth-child(5){
    background: url(http://dt.132wm.com/static/images/xxw.jpg) center / cover no-repeat;
}
.page-4-con .cont-item:nth-child(6){
    background: url(http://dt.132wm.com/static/images/zxc.jpg) center / cover no-repeat;
}
.page-4-con .cont-item:nth-child(7){
    background: url(http://dt.132wm.com/static/images/fld.jpg) center / cover no-repeat;
}
.page-slide-5{
    width: 100%;
    height: 100%;
}
.page-5-con{
    width: 100%;
    height: 100%;
    position: relative;
}
.page-5-swiper{
    width: 100%;
    height: 100%;
    position: relative;
}
.page-5-swiper .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
}
.page-5-slide{
    width: 100%;
    height: 100%;
}
.page-5-swiper .swiper-slide:nth-child(1) .page-5-slide{
    background: url(http://dt.132wm.com/static/images/cover.jpg) center / cover no-repeat;
}
.page-5-swiper .swiper-slide:nth-child(2) .page-5-slide{
    background: url(http://dt.132wm.com/static/images/1.jpg) center / cover no-repeat;
}
.page-5-swiper .swiper-slide:nth-child(3) .page-5-slide{
    background: url(http://dt.132wm.com/static/images/2.jpg) center / cover no-repeat;
}
.page-5-swiper .swiper-slide:nth-child(4) .page-5-slide{
    background: url(http://dt.132wm.com/static/images/3.jpg) center / cover no-repeat;
}
.page-5-swiper .swiper-slide:nth-child(5) .page-5-slide{
    background: url(http://dt.132wm.com/static/images/4.jpg) center / cover no-repeat;
}
.page-5-swiper .swiper-slide:nth-child(6) .page-5-slide{
    background: url(http://dt.132wm.com/static/images/5.jpg) center / cover no-repeat;
}
.page-5-swiper-pagination{
    width: auto !important;
    position: absolute;
    left: 50% !important;
    transform: translate(-59%, 0);
    bottom: 100px !important;
    display: flex;
    align-content: center;
    justify-content: center;  
    z-index: 9;  
}
.page-5-swiper-pagination .swiper-pagination-bullet{
    width: 34px;
    height: 34px;
    background: url(../image/spr.png) -422px -484px / 1000px no-repeat;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
    margin: 0 0 0 72px !important;
    opacity: 1 !important;
}
.page-5-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-position:-374px -484px;
}
.page-5-swiper-pagination .swiper-pagination-bullet:first-child{
    margin: 0 0 0 338px !important;
}
.page-5-swiper-pagination .swiper-pagination-bullet::before{
    display: block;
    content: '';
    width: 66px;
    height: 2px;
    background: url(../image/spr.png) -470px -499px / 1000px no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-105%, -50%);
}
.page-5-swiper-pagination .swiper-pagination-bullet:first-child::before{
    display: block;
    content: '';
    width: 338px;
    height: 2px;
    background: url(../image/spr.png) -555px -500px / 1000px no-repeat;
    transform: translate(-100%, -50%);
}
.page-5-swiper-pagination .swiper-pagination-bullet:last-child::after{
    display: block;
    content: '';
    width: 338px;
    height: 2px;
    background: url(../image/spr.png) -555px -500px / 1000px no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%) rotateY(180deg);
}
.page-5-title{
    width: 1185px;
    height: 164px;
    background: url(http://dt.132wm.com/static/images/page-5-title-bg.png) center / cover no-repeat;
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translate(-40%, 0);
    z-index: 2;
}
.page-5-title-main{
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    background-image:-webkit-linear-gradient(bottom,#ffe8b5,#ffd67c);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.page-5-title-main span{
    font-size: 24px;
    display: inline-block;
    margin-left: 20px;
}
.page-5-desc{
    font-size: 20px;
    color: #e1d3ff;
    text-align: center;
    margin-top: 25px;
}

.page-2-pop{
    position: absolute;
    width: 100%;
    height: 447px;
    background: rgba(61, 66, 155, .8);
    bottom: 0;
    transition: all .5s;
    transform: translate(0, 100%);
    z-index: 9;
}
.page-2-pop.on{
    transform: translate(0, 0%);
}
.pop-main{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-40%, 0);
}
.jineng-left{
    width: 640px;
}
.jineng-title{
    font-size: 30px;
    font-weight: bold;
    background-image:-webkit-linear-gradient(bottom,#ffe8b5,#ffd67c);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.jineng-title span{
    font-size: 32px;
    display: inline-block;
    margin-left: 10px;
}
.jineng-desc{
    font-size: 23px;
    color: #e1d3ff;
    margin-top: 25px;
}
.jineng-hl{
    width: 100%;
    height: 1px;
    background-color: #e1d3ff;
    margin: 35px 0;
}
.jineng-item{
    position: relative;
    cursor: pointer;
}
.jineng-icon{
    position: relative;
    width: 92px;
    height: 87px;
    background-position: 0 -542px;
}
.jineng-icon-img{
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -48%);
}
.jineng-item:nth-child(1) .jineng-icon-img{
    background-position: -363px -618px;
}
.jineng-item:nth-child(2) .jineng-icon-img{
    background-position: -455px -618px;
}
.jineng-item:nth-child(3) .jineng-icon-img{
    background-position: -549px -618px;
}
.jineng-item:nth-child(4) .jineng-icon-img{
    background-position: -363px -709px;
}
.jineng-item:nth-child(5) .jineng-icon-img{
    background-position: -456px -714px;
}
.jineng-icon-img::before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background-color: rgba(0,0,0,.5);
    top: 0;
    border-radius: 50%;
    transition: all .3s;
}
.jineng-item.on .jineng-icon-img::before{
    background-color: rgba(0,0,0,0);
}
.jineng-list{
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
.jineng-name{
    font-size: 18px;
    color: #9d91e1;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}
.jineng-item.on .jineng-name{
    color: #d6cfff;
}
.jineng-text{
    width: 402px;
    height: 195px;
    background:url(http://dt.132wm.com/static/images/jineng-bg.png) center / cover no-repeat;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    display: none;
}
.jineng-item.on .jineng-text{
    display: block;
}
.jineng-text-con{
    width: 375px;
    height: 142px;
    position: absolute;
    top: 15px;
    left: calc((100% - 375px) / 2);
    font-size: 16px;
    color: #afa6f1;
    line-height: 27px;
    font-weight: bold;
    overflow: auto;
}
.jineng-text-con::-webkit-scrollbar {
    width: 5px;  
    background: rgba(0,0,0,0);
    border-radius: 5px;
}
.jineng-text-con::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #c2c2ff;
}
.jineng-text-con::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(0,0,0,0);
}
.jineng-right{
    width: 302px;
    height: 233px;
    background-position: 0 -700px;
    margin-left: 215px;
}
.page-2-pop .pop-close{
    width: 65px;
    height: 65px;
    position: absolute;
    right: 50px;
    top: 25px;
    cursor: pointer;
    transform: translate(0, 0);
}
.foot{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 0;
    z-index: 9;
    transition: all .5s;
    transform: translate(0, 100%);
    background-image:-webkit-linear-gradient(bottom,rgba(42, 35, 73, 1),rgba(81, 71, 129, 1));
}
#afooter {
    color: #FFF;
    /*background: rgba(42, 35, 73, .8);*/
    text-align: center;
    font-size: 16px;
}
.foot.on{
    transform: translate(0, 0%);
}
#afooter p{
    margin: 15px 0;
}
.foot-btn{
    width: 77px;
    height: 28px;
    background-position: -600px 0;
    position: absolute;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
}
.pop-player{
    margin-top: initial !important;
    margin-left: initial !important;
    transform: translate(-50%, -50%);
}
.pop-close{
    width: 50px;
    height: 50px;
    background: url(http://dt.132wm.com/static/images/close.png) center / cover no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0%, -120%);
}
.page-slide-3 .player-btn{
    width: 86px;
    height: 85px;
    background-position: -879px -28px;
    position: absolute;
    top: 50%;
    right: 150px;
    transform: translate(0%, -50%);
    cursor: pointer;
}
.page-3-bg{
    width: 1920px;
    height: 1080px;
    position: absolute;
    top: 0%;
    right: 0%;
}

.page-3-btn{
    width: 162px;
    height: 45px;
    background-position: -182px -478px;
    text-align: center;
    line-height: 45px;
    font-size: 26px;
    font-weight: bold;
    color: #FFF;
    position: absolute;
    cursor: pointer;
}
.page-3-btn.zc{
    left: 729px;
    top: 40px;
}
.page-3-btn.pqgc{
    left: 811px;
    top: 286px;
}
.page-3-btn.jdtt{
    left: 1089px;
    top: 195px;
}
.page-3-btn.cm{
    left: 1039px;
    top: 356px;
}
.page-3-btn.xxw{
    left: 1454px;
    top: 388px;
}
.page-3-btn.zxc{
    left: 408px;
    top: 645px;
}
.page-3-btn.fld{
    left: 1649px;
    top: 658px;
}
.page-5-slide .player-btn{
    width: 86px;
    height: 85px;
    background-position: -879px -28px;
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.pop-shade{
    position: absolute;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.5);
    left: 0;
    top: 0;
}
.pop-return{
    width: 162px;
    height: 45px;
    background-position: 0 -478px;
    position: absolute;
    top: 100px;
    left: 100px;
    font-size: 26px;
    color: #FFF;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    z-index: 2;
}