/*2020 02 03 12 11*/
body,
div,
p,
ul,
li,
ol,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
span,
i,
input,
img,
a,
button,
select,
table,
tr,
th,
td,
label,
textarea {
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
li {
    list-style: none;
}
i {
    font-style: normal;
}
a {
    text-decoration: none;
}
img {
    border: 0 none;
    vertical-align: top;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
body,
button {
    font-size: 14px;
    font-family: "microsoft yahei";
}
body {
    position: relative;
    overflow: hidden;
}
body.scroll{
    overflow: scroll;
}
.body {
    position: relative;
    background-size: 100% 100%;
    overflow: hidden;
    /*background: url('../images/bg.jpg') center no-repeat;*/
}
body {
    background:#f0fdff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 100px;
    color: #000;
    margin: 0;
    padding: 0;
    width: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
    display: none;
    background: #000;
}
.swiper-pagination span{position:initial;}

.swiper-slide {
    overflow: hidden;
    background:#000;
}
.swiper-pagination-bullet {
    background: #fff;
}

.re{position: relative;}
.ra{position: absolute;}
.rf{position: fixed;}
.sec {
    /*overflow: hidden;*/
    /*-webkit-transition: all 1s;*/
    /*transition: all 1s;*/
}

/*.loading{width:100%;height:100%;position: absolute;z-index: 999;    background: #f0fdff;}
.loading img{     width: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }*/

.loadgif{
    position: absolute;
    width: 3.19rem;
    height: 1.29rem;
    top: 5.5rem;
    left: 2.1rem;
}
.audwrap{
    background: url('../images/music.png') center no-repeat;background-size: 100%; position: fixed;
    width: 0.5rem;
    height: 0.5rem;
    right: 0.2rem;top:0.2rem; z-index: 9999;
}
.audwrap img{width: 100%;-webkit-animation: show 0.8s linear infinite;animation: show 0.8s linear infinite;opacity: 0;}
.audwrap.off img{display: none;}
.audwrap.on{
    -webkit-animation: rotateani 2s linear forwards infinite;animation: rotateani 2s linear forwards infinite;
}

@-webkit-keyframes rotateani {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotateani {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.progress {
    width: 3.6rem;
    height: 0.3rem;
    /*border: 3px solid #f2a523;*/
    position: absolute;
    left: 1.9rem;
    top: 5.5rem;
    right: auto;
    /* bottom: 0; */
    margin: auto;
    border-radius: 0.2rem;
}
.progressbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #66a482;
    -webkit-transition: width ease-in 200ms;
    border-radius: 0.2rem;
}
.percent {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 30px;
    font-size: 0.3rem;
    color: #4b64a4;
    position: absolute;
    text-align: center;
    top: 0.5rem;
    font-weight: bold;
    left:1.9rem;
}

span{
    position: absolute;
}


.secbg2,.secbg22{
    /*position: absolute;width: 100%;top: 0;left: 0;*/

    position: initial;
    width: 100%;
}
.loadww{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #f0fdff;
}
.playbtn{
    background: url('../images/playbtn.png') center no-repeat;background-size: contain;
    width: 2.15rem;
    height: 0.97rem;
    position: absolute;
    top: 10rem;
    left: 2.8rem;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    animation : show 1s 1s ease-in-out alternate infinite;
    -webkit-animation : show 1s 1s ease-in-out alternate infinite;
}

.videobox{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
}

.secbg22{opacity: 0;}
.section1.actived .secbg22{animation : show3 3s ease-in-out forwards;-webkit-animation : show3 3s ease-in-out forwards;}

@-webkit-keyframes show3 {
    100%{
        opacity: 1;
    }
}
@keyframes show3 {
    100%{
        opacity:1;
    }
}

.opera{position: absolute;width:5.46rem;height: 1.27rem;top:9rem;left:1rem;background: url('../images/1p2.png') center no-repeat;background-size: contain;/*-webkit-transform: translate(0,1rem);transform: translate(0,1rem);*/opacity: 0;}
.gobtn{
    background: url(../images/1p3.png) bottom right no-repeat;
    background-size: 0.53rem 0.71rem;
    top: 0rem;
    left: 1.9rem;
    width: 1.6rem;
    height: 1.6rem;
    opacity: 0;
    animation: show 0.8s ease-in-out infinite;
    -webkit-animation: show 0.8s ease-in-out infinite;
}
.section1.actived .opera{animation : show 0.5s 5s linear forwards;-webkit-animation : show 0.5s 5s linear forwards;}


.section2{position: absolute;width: 100%; height: 100%;left: 0;top: 0;overflow-y: auto;display: none;-webkit-overflow-scrolling: touch;}
.secbg3{width: 100%;}
.picscroll{position: absolute;width: 4.95rem;height: 4.95rem;left: 1.26rem;top: 2.88rem;}
.picscroll span{    width: 33.333%;
    height: 33.333%;
    /* background: red; */
    position: initial;
    display: block;
    float: left;}
.piclsbtn{width: 0.62rem;
    height: 0.62rem;
    top: 0.2rem;
    right: 0.2rem;
    background: url(../images/closebtn.png) center no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 999;
    border-radius: 50%;}

.joinchat{position: absolute;width:1.94rem;height: 0.46rem;top: 15.76rem;left: 2.7rem;background: url('../images/2p1.png') center no-repeat;background-size: contain;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    animation: show 1s ease-in-out alternate infinite;
    -webkit-animation: show 1s ease-in-out alternate  infinite;
}
.cmtwrap{position: absolute;width: 6.03rem;height: 3.13rem;top: 39.6rem;left: 1.3rem;}
.cmtwrap2{position: absolute;width: 6.08rem;height: 3.65rem;top: 31.85rem;left: 1.3rem;}
.cmtbtn{
    position: absolute;width:0.62rem;height: 0.38rem;top: 0;right: 0;background: url('../images/2p2-1.png') center no-repeat;background-size: contain;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    animation: show 0.6s ease-in-out alternate infinite;
    -webkit-animation: show 0.6s ease-in-out alternate  infinite;
}
.cmtbg{
    position: absolute;width:3.24rem;height: 0.68rem;top: 0;right: 0.85rem;background: url('../images/2p2-2.png') center no-repeat;background-size: contain;display: none;
}
.cmtopera{
    position: absolute;width:1.6rem;height: 0.68rem;top: 0;right: 0.85rem; display: none;
}
.cmtrlt{
    position: absolute;width:6.08rem;height: 0.53rem;bottom: 0.1rem;left: -0.08rem;background: url('../images/2p3.png') center no-repeat;background-size: contain; display: none;
}
.cmtwrap2 .cmtrlt{width:6.08rem;height: 0.61rem;background: url('../images/2p3-2.png') center no-repeat;background-size: contain;}
.zanwrap{
    position: absolute;width: 6.03rem;height: 1.1rem;top: 54.8rem;left: 1.3rem;

}
.zanwrap .cmtbg{background: url('../images/2p2-3.png') center no-repeat;background-size: contain;display: none;top: -0.15rem;}
.zanwrap .cmtopera{width:1.6rem;height: 0.68rem;top: 0;right: 2.5rem; display: none;}
.zanwrap .cmtrlt{
    position: absolute;width:4.55rem;height: 0.64rem;bottom: 0.1rem;left: -0.08rem;background: url('../images/2p4-1.png') left center no-repeat;background-size: 4.08rem 0.64rem; display: block;
}
.zanwrap .cmtrlt.clicked{background: url('../images/2p4-2.png') left center no-repeat;background-size: 4.55rem 0.64rem;}

.p11{position: absolute;width: 100%;height: 100%;background: #000;top: 0;left: 0;display: none;}
.p11 img{
    width: 100%;position: absolute;top: 50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.ygcf{
    width: 2.77rem;height: 4.5rem;top:27.3rem;left: 1.3rem;
}



.qmbtn{
    width: 2.85rem;height: 4rem;background: url('../images/1p3.png') right bottom no-repeat;background-size:0.53rem 0.71rem; top:86.9rem;left: 1.3rem;opacity: 0;
    animation: show 1s ease-in-out alternate infinite;
    -webkit-animation: show 1s ease-in-out alternate  infinite;
}

/*缇よ亰*/
.pyq{
    position: absolute;width: 100%;height: 100%;overflow: hidden;background: #ededed;display: none;
}
.qlcon{
    width: 100%;
    height: 80%;
    overflow: hidden;
}
.hotname{width:100%;height: 1.08rem;background: url('../images/btm_up.jpg') center no-repeat;background-size:contain; top: 0;left: 0;    position: initial;display: block;z-index: 999;}
.bannar{position: absolute; width:100%;height: 1.15rem;background: url('../images/btm.jpg') center no-repeat;background-size:contain; bottom: 0;left: 0;}
.qlcon img{margin: 0.45rem 0 0 0.25rem; display: block;width:5.98rem;}
.zanani{
    /*background: url('../images/gif2.gif') center no-repeat;background-size:contain;    */
    top: 0.24rem;
    left: 0.9rem;
    width: 2.32rem;
    height: 0.69rem;
    position: absolute;
}

.qlcon img:nth-child(1){width:3.62rem;}
.qlcon img:nth-child(3){width:5.78rem;}
.qlcon img:nth-child(5){width:4.42rem;}
.qlcon img:nth-child(10){width:3.92rem;}
.qlcon img:nth-child(11){width:2.62rem;}
.qlcon img:nth-child(12){width:2.66rem;margin: 0.45rem 0 0 4.6rem;}


.sendbtn{position: absolute;width:1.36rem;height: 0.75rem;bottom: 0.2rem;right: 0.2rem;background: url('../images/btm2.png') left center no-repeat;background-size:contain;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    animation: show 0.6s ease-in-out alternate infinite;
    -webkit-animation: show 0.6s ease-in-out alternate  infinite;
    display: none;
}

.qmwrap{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: none;
}
.secwrap2{
    /*      position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);*/
}
.sigwrap{
    width: 100%;
    height: 6rem;
    top: 6rem;
    left: 0;
    position: absolute;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.txtnote{
    width:3.22rem;height: 0.35rem;background: url('../images/4p4.png') center no-repeat;background-size:contain; top: 0.2rem;left: 2.2rem;
}
.js-signature {
    width: 7rem;
    height: 3.4rem;
    position: absolute;
    top: 1rem;
    left: 0.24rem;
    background: #f7f5f5;
}
.js-signature canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.btn_clear {
    position: absolute;
    width: 2.5rem;
    height: 100%;
    top: 0;
    left: 0;
    background: none;
    border: none;
}
.btn_submit {
    position: absolute;
    width: 2.5rem;
    height: 100%;
    top: 0;
    left: 3.1rem;
    background: none;
    border: none;
}
.sigbg{
    position: absolute;width: 5.6rem;height: 0.62rem;background: url('../images/4p3.png') center no-repeat;background-size: 100%;bottom: 0;left:1rem;
}

.canvas_copy {
    width: 7.5rem;
    height: 10.75rem;
    position: absolute;
    /*z-index: 9999;*/
    top: 6.7rem;
    left: 0;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    display: none;
}
.hcbg,.hcbg2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#signature {
    position: absolute;
    width: 2.1rem;
    height: 1rem;
    top: 3rem;
    left: 0.9rem;
    font-size: 0.3rem;
    line-height: 1.6rem;
    color: #fff;
}
#signature img {
    height: 100%;
}
.morebtn{
    position: absolute;width: 2.45rem;height:1.07rem;background: url('../images/4p3-3.png') center no-repeat;background-size: 100%;    top: 9.2rem;left: 2.5rem;
    opacity: 0;
    -webkit-transform: translate(0,1rem);
    transform: translate(0,1rem);
}
.sharewrap{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9999999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
}
.sharewrap span{
    position: absolute;
    width: 2.1rem;
    height: 0.6rem;
    left: 1.4rem;
    top: 57.5rem;
}
.sharewrap span.againbtn{
    left: 3.7rem;
}
.sharenote{
    background: rgba(0,0,0,0.5);
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;    display: none;
    z-index: 9999999;
}
.share{
    position: absolute;width: 5.51rem;height: 2.64rem;background: url('../images/share.png') center no-repeat;background-size: 100%;
    top: 0.2rem;right:0.3rem;
    opacity:0;
    -webkit-animation: show 2s ease-in-out infinite;animation: show 2s ease-in-out infinite;
}

.sharewrap img{
    width:100%;}

.morebtn.shown,.sharewrap.shown{
    -webkit-animation: show 0.5s ease-in-out forwards;animation: show 0.5s ease-in-out forwards;
}






/* .swiper-slide{opacity: 0;} */
.bg{width: 100%;position: absolute;top: 0;left: 0;}




.secwrap{width: 100%;height: 100%;}

.sec2bg{
    background: url('../images/bg2-2.png') center no-repeat;background-size: 100%;position: absolute;width: 100%;height: 14.48rem;top: 50%;margin-top:-7.24rem;opacity: 0;-webkit-transform: scale(1.2);transform: scale(1.2);
}

.jt2{
    position: absolute;width: 2.58rem;height: 2.66rem;top: 1.3rem;left: 2.1rem;background: url('../images/jt2.gif') center no-repeat;background-size: 100%;z-index: 10;
}

.vdcon{
    position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 9999;opacity: 0; -webkit-transform: translate(0,-100%);transform: translate(0,-100%);
}
.vdcon.actived{
    -webkit-animation: show 0.8s ease-in-out alternate forwards;animation: show 0.8s ease-in-out alternate forwards;
}

.vd{
    width:100%;
    height:3.8rem;
}
.vd1{  top:11.4rem;}
.vd2{
    top:19.8rem;
}
.vd3{
    top:31.3rem;
}
.vd4{
    top:42rem;
}
.vd5{
    top:52rem;
}

.vdwrap{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100%;
    z-index: 99;
    display: none;
}
.vdwrap.sp{width: 4.6rem;
    height: 8rem;
    left: 1.3rem;
    top: 2rem;
    background: #000 url(../images/2p4.png) top center no-repeat;
    background-size: 100% 100%;}
.vdwrap.sp .s2vd{
    width: 4.4rem;
    height: 7.7rem;
    top: 0.18rem;
    left: 0.12rem;
}
.closebtn{background: url('../images/close.png') top center no-repeat;background-size: 100%;width: 0.68rem;height: 0.68rem;top: -0.7rem;right:0.2rem; }
.closebtn2{background: url('../images/close.png') top center no-repeat;background-size: 100%;width: 0.68rem;height: 0.68rem;/*top: 2.3rem;*/
    top: 1.3rem;
    right: 0.8rem;z-index: 99; }

.pullinbtn{
    background: url(../images/2p8.png) top center no-repeat;
    background-size: 100%;
    width: 3.88rem;
    height: 0.99rem;
    top: 10.5rem;
    left: 1.8rem;
    z-index: 99;
    display: none;
}
.pullinbtn.actived{
    -webkit-animation: bounceIn 2s 0.8s ease-in-out forwards;
    animation: bounceIn 2s 0.8s ease-in-out forwards;
    display: block;
}

img[src=""],img:not([src]){opacity:0;}

.vdnote{
    position: absolute;left: 0.5rem;top: 1.7rem;width: 6.29rem;height: 8.11rem;
}
.s2vd,.s2pic{
    width: 7.2rem;
    height: 4rem;
    /*background: #000;*/
    position: absolute;
    left: 0.15rem;
    top: 0.15rem;
}
video{
    /*object-fit: fill;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.skipbtn{
    padding: 0.1rem 0.2rem;
    text-align: center;
    top: 1.6rem;
    right: 0.2rem;
    color: #757373;
    font-size: 0.3rem;
    /* text-decoration: underline; */
    z-index: 9999999;
    background: rgba(250, 246, 93,0.5);
    border-radius: 0.15rem;
}

.vdbox,.vdbox2,.vdbox3{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.andriodvd{
    width:100%;height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index:9999999;
    display: none;
}

.gif {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}
.gif img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.gif span{
    position: absolute;
    width: 2.94rem;
    height: 0.97rem;
    position: absolute;
    left:2.4rem;
}




/* ---------------------- page1 ------------------ */
.title{background: url('../images/2.png?v9') center no-repeat;background-size: 100%;    width: 7.5rem;
    height: 4.97rem;
    top: 0.2rem;
    left: 0rem;position: absolute;}
.txt{position: absolute;top: 5.15rem;width: 5.7rem;height: 1.35rem;left: 0.98rem;font-size: 0.39rem;color: #3275c7;}
.txt span{width: 100%;    display: block;}
.txt span:nth-child(1){font-weight: bold;}
.txt span:nth-child(2){font-size: 0.24rem;color: #3275c7;text-align: center;margin-top: 5px;}
.txt input{width: 4.02rem;height: 0.82rem;background: #fff;border:1px solid #cadcfb;border-radius:10px;    font-size: 0.3rem;text-indent: 5px;margin-top: 5px;}
/*.btn{position: absolute;width: 2.46rem;height: 1.5rem;top:7.15rem;    left: 2.5rem;}*/
.startbtn{background: url('../images/3.png?v9') center no-repeat;background-size: 100%;width:2.46rem;height: 1.11rem;top:0rem;left: 0rem;    position: absolute;
    display: block;}
.startbtn2{background: url('../images/33.png?v9') center no-repeat;background-size: 100%;width:2.46rem;height: 1.11rem;top:0rem;left: 0rem;    position: absolute;
    display: block;}
.rulebtn{    width: 100%;
    text-align: center;
    font-size: 0.24rem;
    color: #3275c7;
    display: block;
    position: absolute;
    top: 1.15rem;}
.blasket{background: url('../images/11.png?v9') center no-repeat;background-size: 100%;width:2.01rem;height:1.95rem;top:9.49rem;left: 2.74rem;position: absolute;}

.divwrap{width: 100%;height: 100%;background:rgba(0,0,0,0.66);display: none;
    z-index: 9999;
    top: 0;
    left: 0;
}
.rtext{background: url('../images/4.png?v9') center no-repeat;background-size: 100%;position: absolute;width:5.29rem;height:7.45rem;top:2.18rem;left: 1.33rem;}
.slcbtn,.ynclsbtn{position: absolute;width:1rem;height:1rem;top: 2.4rem;left: 5.7rem;}

.rbg{position: absolute;    width: 5.54rem;
    height: 7.21rem;
    top: 2.48rem;
    /* width:5.72rem;height:8.15rem;top:1.48rem; */left: 0.98rem;}
.rbg img{width: 100%;display: none;}
.downbtn{    position: absolute;
    width: 4rem;
    height: 0.8rem;
    top: 6.8rem;
    left: 1.8rem;}
.no .downbtn{    width: 3.5rem;
    height: 0.6rem;
    top: 6rem;
    left: 2rem;}
.no .ynclsbtn{    top: 1.4rem;}

.rltxt img{    position: absolute;
    width: 1.14rem;
    height: 0.62rem;
    top: 4.88rem;
    left: 2.12rem;
    display: none;
}




.secbg{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.gcbpwrap{
    width: 6.14rem;height: 9.81rem;position: absolute;top: 0.2rem;left: 0.7rem;/*background: url('../images/bg6.jpg') center no-repeat;background-size: 100%;*/
}
.gcbpwrap img{width: 100%;position: absolute;top: 0;left: 0;}
.savenote{
    width: 2.54rem;height: 0.45rem;position: absolute;    top: 8.6rem;
    left: 1.8rem;background: url('../images/5p2.png') center no-repeat;background-size: 100%;
}

.shbg{
    background: url(../images/share.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    width: 3.4rem;
    height: 3.08rem;
    top: 0;
    right: 0.65rem;
}


.sec{
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    /*width: 100%;*/
    /*height: 14.48rem;*/
    /*top:50%;*/
    /*left: 0;*/
    /*position: absolute;*/
    /*-webkit-transform: translate(0,-50%);*/
    /*transform: translate(0,-50%);*/
}

.cons{
    position: absolute;
    top: 15.1rem;
    min-height: 5rem;
    width: 6.4rem;
    left: 0.51rem;
}
.cons .econ{
    position: relative;
    width: 100%;
    height: 9.24rem;
    display: block;
    margin-bottom: 1.36rem;
}
.adplay{
    background: url(../images/adbg.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    width: 0.47rem;
    height: 0.47rem;
    top: 8.4rem;
    left: 0.3rem;
}
.dtgobtn{
    position: absolute;
    width: 2.1rem;
    height: 0.57rem;
    top: 8.3rem;
    left: 2.2rem;
}
.zanbtn{
    background: url(../images/zan1.png) left center no-repeat;
    background-size: 0.71rem 0.64rem;
    position: absolute;
    min-width: 0.71rem;
    height: 0.64rem;
    top: 8.4rem;
    right: 0.2rem;
    font-size: 0.2rem;
    color: #fff;
    text-align: left;
    line-height: 0.64rem;
    text-indent: 0.65rem;
}
.sec .zanbtn.clicked{
    background: url(../images/zan2.png) left center no-repeat;
    background-size: 0.71rem 0.64rem;
}
.sec2 .zanbtn.clicked{
    background: url(../images/zan4.png) right center no-repeat;
    background-size: 0.48rem 0.48rem;
}
.adplay.clicked{
    background: url(../images/adbg.gif) center no-repeat;
    background-size: 100%;
}
.zanbtn i{
    /*position: absolute;*/
    /*right: -0.61rem;*/
}

.sec2{
    position: absolute;
    width: 100%;
    /*height: 14.48rem;*/
    /*top: 50%;*/
    /*-webkit-transform: translate(100%, -50%);*/
    /*transform: translate(100%, -50%);*/
    height: 100%;
    top: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%,0);
    left: 0;
    z-index: 999999;
    /*opacity: 0;*/
    overflow: hidden;
    display: none;
}
.sec2.actived{
    display: block;
    -webkit-animation: movein 0.5s ease forwards;
    animation: movein 0.5s ease forwards;
}

@-webkit-keyframes movein {
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes movein {
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

.opreabtns{
    background: url(../images/menu.png) center no-repeat;
    background-size: 100%;
    width: 2.23rem;
    height: 0.62rem;
    position: relative;
    margin: 0.3rem auto 0;
}

.opreabtns span{
    width: 0.9rem;
    height: 0.6rem;
    display: block;
    float: left;
}
.gohome{

}
.sharebtn{
    right: 0;
}
.ullist{
    position: relative;
    /* float: left; */
    display: block;
    width: 100%;
    /*height: 3.8rem;*/
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.5rem;
}





.tabbg{
    background: url(../images/bg2.jpg) center no-repeat;
    background-size: 100% 100%;
    width:100%;
    height: 100%;
}
.vdttwrap{
    background: url(../images/1-4.png) center no-repeat;
    background-size:100%;
    width:6.48rem;
    height: 4.78rem;
    position: absolute;
    top:0.5rem;
    left:0.55rem;
}
.tbg{
    background: url(../images/1-1.png) center no-repeat;
    background-size:100%;
    width:3.1rem;
    height: 1.47rem;
    top: -0.3rem;
    left: -0.2rem;
}

.tabwrap:nth-child(2) .tbg{
    background: url(../images/2-1.png) center no-repeat;
    background-size:100%;
}
.tabwrap:nth-child(3) .tbg{
    background: url(../images/3-1.png) center no-repeat;
    background-size:100%;
}
.tabwrap:nth-child(4) .tbg{
    background: url(../images/4-1.png) center no-repeat;
    background-size:100%;
}
.tabwrap:nth-child(5) .tbg{
    background: url(../images/5-1.png) center no-repeat;
    background-size:100%;
}
.tabwrap:nth-child(6) .tbg{
    background: url(../images/6-1.png) center no-repeat;
    background-size:100%;
}
.tabwrap:nth-child(7) .tbg{
    background: url(../images/7-1.png) center no-repeat;
    background-size:100%;
}
.tabwrap:nth-child(8) .tbg{
    background: url(../images/8-1.png) center no-repeat;
    background-size:100%;
}
.tabwrap:nth-child(9) .tbg{
    background: url(../images/9-1.png) center no-repeat;
    background-size:100%;
}
.tabwrap:nth-child(10) .tbg{
    background: url(../images/10-1.png) center no-repeat;
    background-size:100%;
}
.andriodvd{
    background: url(../images/poster0.jpg) center no-repeat;
    background-size:100%;
    width:100%;
    height:100%;

}
.andriodvd span{
    background: url(../images/playbtn.png) center no-repeat;
    background-size:100%;
    width:1.87rem;
    height:1.93rem;
    top: 1rem;
    left: 2.7rem;
    opacity: 0;
    -webkit-animation: show 1s ease-in-out infinite;
    animation: show 1s ease-in-out infinite;
}
.vdc{
    top: 1.01rem;
    left: 0rem;
    width: 6.31rem;
    height: 3.43rem;
    position: absolute;
}
.vdc5,.vdc8,.tnote5,.tnote8,.video4,.video6{
    display: none;
}

.tablist{
    position: absolute;
    top: 5.4rem;
    width: 7.2rem;
    left: 0.15rem;
    font-size: 0.2rem;
    color:#fff;
}
.tablist .econ{
    position: relative;
    float: left;
    width: 1.5rem;
    height: 1.05rem;
    margin:0 0.15rem;
    text-align: center;
    line-height: 0.55rem;
    margin-bottom: 0.2rem;
}
/*.tablist .econ:nth-child(4n){*/
/*margin-right:0;*/
/*}*/

.tablist .zanbtn {
    background: url(../images/zan3.png) right center no-repeat;
    background-size: 0.48rem 0.48rem;
    height: 0.48rem;
    top: 0.5rem;
    right: -0.15rem;
    font-size: 0.2rem;
    color: #1e73e5;
    text-align: right;
    line-height: 0.48rem;
    text-indent: 0;
    padding-right: 0.5rem;
}

.tnote{
    position: relative;
    width:100%;
    margin-bottom: 0.3rem;
}
.tname{
    background: url(../images/1-3.png) center no-repeat;
    background-size:100%;
    width:1.66rem;
    height: 0.53rem;
    position: initial;
    display: block;
    font-size: 0.28rem;
    letter-spacing: 0.02rem;
}

.tabwrap:nth-child(3) .tnote,.tabwrap:nth-child(9) .tnote{
    margin-top:0.4rem;
    /*margin-bottom: 0.9rem;*/
}
.tabwrap:nth-child(3) .opreabtns,.tabwrap:nth-child(9) .opreabtns{
    margin-top:0.7rem;
}

.tabwrap:nth-child(8) .ullist,.tabwrap:nth-child(10) .ullist{
    padding-top: 1rem;
    /*height: 2.3rem;*/
}
.tabwrap:nth-child(8) .tablist .econ{
    margin-left: 0.6rem;
}
.tabwrap:nth-child(10) .tablist .econ{
    margin-left: 1.2rem;
}

.pc .vdwrap {
    top: 7.9rem;
}
.pc .cons {
    top: 14.6rem;
    width: 6.2rem;
}
.pc .cons .econ {
    height: 8.955rem;
}
.pc .adplay {top: 8.27rem;}
.pc .dtgobtn {top: 8.17rem;}
.pc .sec .zanbtn {top: 8.27rem;}

.sharebg{
    position: absolute;
    top:0;
    left:0;
    background: rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    display: none;
    z-index: 9999999;
}
.sharebg img{
    width:56%;
    position: absolute;
    top:0.2rem;
    right:0.2rem;
}

.ending{
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    position: absolute;
    display: none;
    z-index: 999999;
}
.ending.actived{
    display: block;
}

.endcon{
    position: absolute;
    top: 1rem;
    width: 100%;
}
.endcon p{
    margin: 0 0 0.1rem 0.5rem;
    font-size: 0.36rem;
    color: #a2cffe;
}
.swiper {
    background: #2452aa;
    overflow: hidden;
}
.sp1 {
    position: absolute;
    left: 0.44rem;
    top: 9.3rem;
    width: 6.56rem;
    height: 11.66rem;
    z-index: 37;
}

.sp2 {
    position: absolute;
    left: 0.47rem;
    top: 26.27rem;
    width: 6.64rem;
    height: 9.37rem;
    z-index: 36;
}

.sp3 {
    position: absolute;
    left: 0.47rem;
    top: 83.07rem;
    width: 6.65rem;
    height: 9.41rem;
    z-index: 36;
}

.sp4 {
    position: absolute;
    left: 0.47rem;
    top: 111.87rem;
    width: 6.54rem;
    height: 11.64rem;
    z-index: 36;
}

.sp23 {
    position: absolute;
    left: 0.47rem;
    top: 113.57rem;
    width: 6.58rem;
    height: 9.87rem;
    z-index: 36;
}
.sp21 {
    position: absolute;
    left: 0.47rem;
    top: 38.47rem;
    width: 6.58rem;
    height: 9.87rem;
    z-index: 36;
}
.sp22 {
    position: absolute;
    left: 0.47rem;
    top: 53.87rem;
    width: 6.58rem;
    height: 10.87rem;
    z-index: 36;
}
.sp24 {
    position: absolute;
    left: 0.47rem;
    top: 69.57rem;
    width: 6.62rem;
    height: 9.28rem;
    z-index: 36;
}
.sp25 {
    position: absolute;
    left: 0.47rem;
    top: 96.77rem;
    width: 6.59rem;
    height: 10.99rem;
    z-index: 36;
}
.sp5 {
    position: absolute;
    left: 0.47rem;
    top: 127.77rem;
    width: 6.58rem;
    height: 9.87rem;
    z-index: 36;
}



.t0 {
    background-image: url(../images/1-2.png);
    background-size: 100% 100%;
    position: absolute;
    left: 2.2rem;
    top: 4.65rem;
    width: 2.72rem;
    height: 4.36rem;
    z-index: 24;
}
.t1 {
    background-image: url(../images/1-3.png);
    background-size: 100% 100%;
    position: absolute;
    left: 1rem;
    top: 9.65rem;
    width: 0.7rem;
    height: 2.87rem;
    z-index: 24;
}
.t2 {
    background-image: url(../images/1-4.png);
    background-size: 100% 100%;
    position: absolute;
    left: 6rem;
    top: 11.15rem;
    width: 0.7rem;
    height: 2.87rem;
    z-index: 24;
}
.t3 {
    background-image: url(../images/1-5.png);
    background-size: 100% 100%;
    position: absolute;
    left: 1.1rem;
    top: 14.55rem;
    width:4.59rem;
    height:1.47rem;
    z-index: 24;
}
.t4 {
    background-image: url(../images/1-6.png);
    background-size: 100% 100%;
    position: absolute;
    left: 1.9rem;
    top: 32.15rem;
    width: 5.23rem;
    height: 3.42rem;
    z-index: 24;
}
.t5 {
    background-image: url(../images/1-7.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0.1rem;
    top: 44.85rem;
    width: 4.98rem;
    height: 2.17rem;
    z-index: 24;
}
.t6 {
    background-image: url(../images/1-8.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0.5rem;
    top: 52.25rem;
    width:6.27rem;
    height:2.47rem;
    z-index: 24;
}
.t7 {
    background-image: url(../images/1-9.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0.5rem;
    top: 52.25rem;
    width:6.27rem;
    height:2.47rem;
    z-index: 24;
}
.t8 {
    background-image: url(../images/1-10.png);
    background-size: 100% 100%;
    position: absolute;
    left: 2.8rem;
    top: 60.05rem;
    width: 4.46rem;
    height: 1.97rem;
    z-index: 24;
}
.t9 {
    background-image: url(../images/1-11.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0.1rem;
    top: 61.85rem;
    width: 3.37rem;
    height: 1.81rem;
    z-index: 24;
}
.t10 {
    background-image: url(../images/1-12.png);
    background-size: 100% 100%;
    position: absolute;
    left: 2.8rem;
    top: 66.05rem;
    width: 4.56rem;
    height: 2.26rem;
    z-index: 24;
}
.t11 {
    background-image: url(../images/1-13.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0.4rem;
    top: 67.05rem;
    width: 2.43rem;
    height: 1.65rem;
    z-index: 24;
}
.t12 {
    background-image: url(../images/1-14.png);
    background-size: 100% 100%;
    position: absolute;
    left: 1.3rem;
    top: 85.05rem;
    width: 4.79rem;
    height: 2.57rem;
    z-index: 24;
}
.t13 {
    background-image: url(../images/1-15.png);
    background-size: 100% 100%;
    position: absolute;
    left: 2.2rem;
    top: 100.15rem;
    width: 3.07rem;
    height: 0.98rem;
    z-index: 24;
}
.t14 {
    background-image: url(../images/1-16.png);
    background-size: 100% 100%;
    position: absolute;
    left: 2rem;
    top: 103.65rem;
    width: 3.3rem;
    height: 3.9rem;
    z-index: 24;
}
.t15 {
    background-image: url(../images/1-17.png);
    background-size: 100% 100%;
    position: absolute;
    left: 1.8rem;
    top: 131.55rem;
    width: 3.96rem;
    height: 4.17rem;
    z-index: 24;
}

.titlewrap{
    position: absolute;
    left: 0.6rem;
    top: 1.1rem;
    width: 6.41rem;
    height: 2.91rem;
    overflow: hidden;
}
.titlewrap span {
    width: 100%;
    height: 100%;
    background-image: url(../images/1-1.png);
    background-size: 100% 100%;
    -webkit-transform: translate(0,100%);
    transform: translate(0,100%);
    top: 0;
}
.boxinner.actived .titlewrap span{
    -webkit-animation: show 10s ease-in-out forwards;
    animation: show 10s ease-in-out forwards;
}

.boxinner {
    width: 7.5rem;
    overflow: hidden;
    /*height: 163.29rem;*/
    position: relative;
    left: 0;
    top: 0;
    background: #fff;
}
.swiperImgs {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

@-webkit-keyframes show {
    100% {
        -webkit-transform: translate(0, 0) scale(1) rotate(0) skew(0);
        transform: translate(0, 0) scale(1) rotate(0) skew(0);
        opacity: 1;
    }
}
@keyframes show {
    100% {
        -webkit-transform: translate(0, 0) scale(1) rotate(0) skew(0);
        transform: translate(0, 0) scale(1) rotate(0) skew(0);
        opacity: 1;
    }
}

/*iPhoneX鐨勯€傞厤*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .handwrap{
        /*top: 10rem;*/
    }
}

/*iPhoneXS XR鐨勯€傞厤*/
/*body.xx .handwrap{top: 10rem;}*/



@media screen and (min-device-height:720px) and (min-device-width: 444px) {
    .handwrap{
        /*top: 10rem;*/
    }

}
