/*@import url(animation.css);
@import url(animate.css);*/
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 {
  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;

}
.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: 4.8rem;
    left: 2.1rem;
}
.audwrap{background: url('../images/music.png') center no-repeat;background-size: 100%; position: absolute;width: 0.8rem;height: 0.8rem;left: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: 4.8rem;
    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: 50%;left: 0;
  -webkit-transform:translate(0,-50%);
  transform:translate(0,-50%);
}
.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;
    }
  }


.stitle{position: absolute; width: 4.86rem;height: 4.67rem;top: 0.5rem;left: 1.45rem;}
.stitle span{top: 0;left: 0;width: 100%;height: 100%;-webkit-transform: translate(0,0.5rem);transform: translate(0,0.5rem);opacity: 0;}
.stitle span:nth-child(1){background: url('../images/1p1-1.png') center no-repeat;background-size: contain;}
.stitle span:nth-child(2){background: url('../images/1p1-2.png') center no-repeat;background-size: contain;}
.stitle span:nth-child(3){background: url('../images/1p1-3.png') center no-repeat;background-size: contain;}
.stitle span:nth-child(4){background: url('../images/1p1-4.png') center no-repeat;background-size: contain;}
.stitle span:nth-child(5){background: url('../images/1p1-5.png') center no-repeat;background-size: contain;}
.stitle span:nth-child(6){background: url('../images/1p1-6.png') center no-repeat;background-size: contain;}
.stitle span:nth-child(7){background: url('../images/1p1-7.png') center no-repeat;background-size: contain;}

.section1.actived .stitle span:nth-child(1){animation : show 0.8s linear forwards;-webkit-animation : show 0.8s linear forwards;}
.section1.actived .stitle span:nth-child(2){animation : show 0.8s 0.6s linear forwards;-webkit-animation : show 0.8s 0.6s linear forwards;}
.section1.actived .stitle span:nth-child(3){animation : show 0.8s 1.2s linear forwards;-webkit-animation : show 0.8s 1.2s linear forwards;}
.section1.actived .stitle span:nth-child(4){animation : show 0.8s 1.8s linear forwards;-webkit-animation : show 0.8s 1.8s linear forwards;}
.section1.actived .stitle span:nth-child(5){animation : show 0.8s 2.4s linear forwards;-webkit-animation : show 0.8s 2.4s linear forwards;}
.section1.actived .stitle span:nth-child(6){animation : show 0.8s 3s linear forwards;-webkit-animation : show 0.8s 3s linear forwards;}
.section1.actived .stitle span:nth-child(7){animation : show 0.8s 3.6s linear forwards;-webkit-animation : show 0.8s 3.6s linear forwards;}

.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;
  }
.gif1{position: absolute;width:4.94rem;height:2.76rem;top: 20.8rem;left: 1.3rem;background: url('../images/1.gif') center no-repeat;background-size: contain;}
.gif2{position: absolute;width:4.94rem;height:2.76rem;top: 46rem;left: 1.3rem;background: url('../images/2.gif') center no-repeat;background-size: contain;}
.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;}

.vd1,.vd1wrap{position: absolute;width: 5.96rem;height: 3.33rem;top: 20.8rem;left: 1.22rem;}
.vd2,.vd2wrap{position: absolute; width: 5.96rem; height: 3.33rem;top: 67.9rem; left: 1.22rem;}
.vd1,.vd2{display: none;}
.vd1wrap{background: url('../images/poster2.jpg') center no-repeat;background-size:contain; }
.vd2wrap{background: url('../images/poster1.jpg') center no-repeat;background-size:contain; }


.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;}

.s2wrap{position: absolute;width: 7.02rem;height: 8.47rem;background: url('../images/1p3.png') center no-repeat;background-size: 100%;top: 0;left: 0.2rem;
-webkit-transform: translate(0,-100%);transform: translate(0,-100%);opacity: 0;}
.s2note{
  position: absolute;width: 4.09rem;height: 3.52rem;background: url('../images/1p4.png') center no-repeat;background-size: 100%;top: 4.2rem;left:1.4rem;
  opacity: 0;-webkit-transform: scale(0);transform: scale(0);
}
.sec4 .s2note{
  position: absolute;width: 4.15rem;height: 3.52rem;background: url('../images/3p1.png') center no-repeat;background-size: 100%;top: 4.2rem;left:1.7rem;
}
.s2ple{
  position: absolute;width: 2.97rem;height: 6.13rem;
    background: url('../images/1p2.png') center no-repeat;background-size: 100%;bottom: 0;left:0;
-webkit-transform: translate(-100%,0);transform: translate(-100%,0);opacity: 0;
}
.s2guide{
  position: absolute;width: 3.41rem;height: 3.55rem;background: url('../images/1p1.png') center no-repeat;background-size: 100%;bottom: 0;right:0.2rem;
      -webkit-transform: rotate(90deg);opacity: 0;
    transform: rotate(90deg);
}
.swiper-slide-active .s2wrap{-webkit-animation: show 0.5s ease-in-out forwards;animation: show 0.5s ease-in-out forwards;}
.swiper-slide-active .s2note{-webkit-animation: show 0.5s 0.3s ease-in-out forwards;animation: show 0.5s 0.3s ease-in-out forwards;}
.swiper-slide-active .s2ple{-webkit-animation: show 1s 0.3s ease-in-out forwards;animation: show 1s 0.3s ease-in-out forwards;}
.swiper-slide-active .s2guide{-webkit-animation: show 0.5s 1.2s ease-in-out forwards;animation: show 0.5s 1.2s ease-in-out forwards
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center;}
.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);
}
.s2title{
 background: url('../images/2p1.png') center no-repeat;background-size: 100%;position: absolute;width: 5.1rem;height: 2.66rem;top: 1.85rem;left:1.15rem;-webkit-transform: translate(0,2rem);transform: translate(0,2rem);opacity: 0;
}
.s2wap{ position: absolute;width: 6.34rem;height:7.87rem;top: 4.3rem;left: 0.75rem;
background: url('../images/tian.png') center no-repeat;background-size: 100%;
}
.s2con{position: absolute;width: 2.93rem;height:3.02rem;z-index: 99;}
/*.s2con:nth-child(1){background: url('../images/2p3-11.png') center no-repeat;background-size:2.51rem 2.37rem;top: 0.9rem;left: 0;}
.s2con:nth-child(2){background: url('../images/2p3-21.png') center no-repeat;background-size:2.93rem 2.69rem;top: 0;left: 2.2rem;}
.s2con:nth-child(3){background: url('../images/2p3-31.png') center no-repeat;background-size:1.42rem 1.94rem;top: 3rem;left: 0.5rem;}
.s2con:nth-child(4){background: url('../images/2p3-41.png') center no-repeat;background-size:2.04rem 2.05rem; top: 2.4rem;left:2.8rem;}
.s2con:nth-child(5){background: url('../images/2p3-51.png') center no-repeat;background-size:2.71rem 2.18rem;top: 5.1rem;left: 1.1rem;}
.s2con:nth-child(6){background: url('../images/2p3-61.png') center no-repeat;background-size:2.83rem 3.02rem; top: 4.4rem;right: 0;}*/
.s2con:nth-child(1){background: url('../images/2p3-11.png') center no-repeat;background-size:2.51rem 2.37rem;top: 0;left: 0;}
.s2con:nth-child(2){background: url('../images/2p3-21.png') center no-repeat;background-size:2.93rem 2.69rem;top: -1rem;left: 2.2rem;}
.s2con:nth-child(3){background: url('../images/2p3-31.png') center no-repeat;background-size:1.42rem 1.94rem;top: 2rem;left: 0.5rem;}
.s2con:nth-child(4){background: url('../images/2p3-41.png') center no-repeat;background-size:2.04rem 2.05rem; top: 1.4rem;left:2.8rem;}
.s2con:nth-child(5){background: url('../images/2p3-51.png') center no-repeat;background-size:2.71rem 2.18rem;top: 4.1rem;left: 1.1rem;}
.s2con:nth-child(6){background: url('../images/2p3-61.png') center no-repeat;background-size:2.83rem 3.02rem; top: 3.4rem;right: 0;}
.s2con:nth-child(1) .cai{position: absolute;width: 2.2rem;height: 2.2rem;}
.s2con:nth-child(2) .cai{position: absolute;width: 2.2rem;height: 2.2rem;}
.s2con:nth-child(3) .cai{position: absolute;    width: 2.2rem; height: 2.2rem;}
.s2con:nth-child(4) .cai{position: absolute;    width: 2.2rem;height: 2.2rem;}
.s2con:nth-child(5) .cai{position: absolute;width: 2.4rem; height: 2.4rem;}
.s2con:nth-child(6) .cai{position: absolute;    width: 2.4rem;height: 2.4rem;}

.s2con .shou{position: absolute;width: 1.83rem;height:1.43rem;top: 1.2rem;left: 1.2rem;background: url('../images/2p1.png') center no-repeat;background-size: 100%;
-webkit-transform: translate(0.3rem,0.3rem);transform: translate(0.3rem,0.3rem);opacity: 0;}
.s2con:nth-child(1) .shou{
  -webkit-animation: show 1s ease-in-out infinite;animation: show 1s ease-in-out infinite;opacity: 1;
}

.s2con.actived{-webkit-animation: fadeOutUp 1s ease-in-out forwards;animation: fadeOutUp 1s ease-in-out forwards;z-index: 9;}
.s2con.actived .shou{-webkit-animation: show 0.5s ease-in-out forwards;animation: show 0.5s ease-in-out forwards;}

.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;
}
.part1{
  position: absolute;/*top: 0;*/
  top: -1rem;
  left: 0.5rem;width: 6.16rem;height: 8.21rem;background: url('../images/2p6-bg.png') center no-repeat;background-size: 100%;z-index: 20;
}
.part2{
  position: absolute;/*top: 8.1rem;*/
  top: 7.1rem;
    left: 0.5rem;
    width: 6.16rem;
    height: 4.1rem;
    z-index: 10;
    opacity: 0; -webkit-transform: translate(0,-100%);transform: translate(0,-100%);
}
.part2.actived{
  -webkit-animation: show 0.8s ease-in-out alternate forwards;animation: show 0.8s ease-in-out alternate forwards;  
}

/*.part13 .part1{height: 9.86rem;background: url('../images/2p6-3.png') center no-repeat;background-size: 100%;}*/

.cai2{width: 5.4rem;height:3.5rem;top: 2.7rem; left: 0.5rem; }
.part11 .cai2{background: url('../images/2p6-1-1.png') center no-repeat;background-size: 2.67rem 2.97rem;}
.part12 .cai2{background: url('../images/2p6-2-1.png') center no-repeat;background-size: 3.1rem 2.98rem;}
.part13 .cai2{background: url('../images/2p6-3-1.png') center no-repeat;background-size:1.6rem 2.73rem;}
.part14 .cai2{background: url('../images/2p6-4-1.png') center no-repeat;background-size: 2.67rem 2.68rem;}
.part15 .cai2{background: url('../images/2p6-5-1.png') center no-repeat;background-size: 3.53rem 2.39rem;}
.part16 .cai2{background: url('../images/2p6-6-1.png') center no-repeat;background-size: 2.75rem 2.62rem;}
.selectwrap{background: url('../images/2p6-bg2.png') center no-repeat;background-size: 100%;position: absolute;width: 2.42rem;height: 1.7rem;top: 6.1rem;left: 2rem;}
/*.part13 .selectwrap{display: none;}*/
.selects{width:100%;height: 0.96rem;     top: 0.67rem;  position: absolute;    left: 0.25rem;}
.part11 .selects{background: url('../images/2p6-1-2.png') left center no-repeat;background-size: 1.08rem 0.96rem;}
.part12 .selects{background: url('../images/2p6-2-2.png') left center no-repeat;background-size: 1.08rem 0.96rem;}
.part13 .selects{background: url('../images/2p6-3-2.png') left center no-repeat;background-size: 1.08rem 0.96rem;}
.part14 .selects{background: url('../images/2p6-4-2.png') left center no-repeat;background-size: 1.08rem 0.96rem;}
.part15 .selects{background: url('../images/2p6-5-2.png') left center no-repeat;background-size: 1.08rem 0.96rem;}
.part16 .selects{background: url('../images/2p6-6-2.png') left center no-repeat;background-size: 1.08rem 0.96rem;}
.selects span{width: 88%;height: 0.4rem;top: 0;}
.selects span:nth-child(2){top: 0.6rem;}
.selects span i{background: url('../images/2p5-2.png') right center no-repeat;background-size:0.4rem 0.4rem;width: 100%;height: 0.4rem;top: 0;display: none;}
.selects span.right i{background: url('../images/2p5-1.png') right center no-repeat;background-size:0.4rem 0.4rem;}
.part11 .part2{background: url('../images/2p6-1-3.png') top center no-repeat;background-size: 100%;}
.part12 .part2{background: url('../images/2p6-2-3.png') top center no-repeat;background-size: 100%;}
/*.part13 .part2{opacity: 1;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
      top: 6rem;
    z-index: 99;
    left: 0.8rem;
  }*/
  .part13 .part2{background: url('../images/2p6-3-3.png') top center no-repeat;background-size: 100%;}
.part14 .part2{background: url('../images/2p6-4-3.png') top center no-repeat;background-size: 100%;}
.part15 .part2{background: url('../images/2p6-5-3.png') top center no-repeat;background-size: 100%;}
.part16 .part2{background: url('../images/2p6-6-3.png') top center no-repeat;background-size: 100%;}

.part2 span{width: 0.88rem;height: 0.65rem;left: 2.1rem;}
.part11 .part2 span{top: 2rem; }
.part12 .part2 span{top: 2.8rem; }
.part13 .part2 span{top: 2.2rem;left: 2.4rem; }
.part14 .part2 span{top: 2.4rem; }
.part15 .part2 span{top: 2.4rem; left: 2.3rem; }
.part16 .part2 span{top: 2.8rem; left: 2.3rem; }

.part2 span:nth-child(1){background: url('../images/2p7-1.png') top center no-repeat;background-size: 100%;transform:scale(0.8);-webkit-transform:scale(0.8);-webkit-animation: show 1.5s ease-in-out alternate infinite;animation: show 1.5s ease-in-out alternate infinite; }
.part2 span:nth-child(2){background: url('../images/2p7-2.png') top center no-repeat;background-size: 100%;opacity: 0;-webkit-animation: show 1s 1s ease-in-out alternate infinite;animation: show 1s 1s ease-in-out alternate infinite;}
.vdwrap{position: absolute;width: 100%;height: 4.27rem;left: 0;top: 3.8rem;background: #000 url('../images/2p4.png') top center no-repeat;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;
}

.vdbox,.vdbox2,.vdbox3{
    display: none;
}

.handwrap{
    bottom: 0;
    left: 2.3rem;
    width: 3rem;
    height: 3.3rem;
    position: absolute;
    z-index: 9999999;
}
.handbtn {
    background:url(../images/21.png) center right no-repeat;
    background-size: 0.84rem 1.2rem;
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    opacity: 0;
    -webkit-animation: show 2s ease-in-out infinite;
    animation: show 2s ease-in-out infinite;
}
.ljwrap{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}
.ljslt{
    position: absolute;
    width:2em;
    height:4rem;
}
.ljslt:nth-child(1){top:1rem;left:0.5rem;width: 3.3em;}
.ljslt:nth-child(2){top:0.5rem;left:4.7rem;height: 5.5rem;    width: 2.3rem;}
.ljslt:nth-child(3){top:6.9rem;left:0.8rem;width: 3rem;}
.ljslt:nth-child(4){top:7.3rem;left:4rem;width: 3rem;}

/*.ddd.anideo{*/
.ddd{
    background: url(../images/bg4.jpg) center no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ljsltgif:nth-child(1){
    background: url(../images/1-1.gif) center no-repeat;
    background-size: 100%;
    width: 1.91rem;
    height: 2.43rem;
    top: 2.8rem;
    left: 2.2rem;
}
.ljsltgif:nth-child(2){
    background: url(../images/1-2.gif) center no-repeat;
    background-size: 100%;
    width: 1.72rem;
    height: 3.31rem;
    top: 3.2rem;
    left: 5.6rem;
}
.ljsltgif:nth-child(3){
    background: url(../images/1-3.gif) center no-repeat;
    background-size: 100%;
    width: 1.78rem;
    height: 2.08rem;
    top: 7.2rem;
    left: 0.4rem;
}
.ljsltgif:nth-child(4){
    background: url(../images/1-4.gif) center no-repeat;
    background-size: 100%;
    width: 2.11rem;
    height: 2.39rem;
    top: 9.3rem;
    left: 3.7rem;
}

.vdbox2 video{
    display: none;
}

.andriodvd{
  background: url('../images/bg2.jpg') center no-repeat;
    background-size: 100%;
    width:100%;height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index:9999999;
    display: none;
}

.s3title{
  position: absolute;background: url('../images/3p1.png') center no-repeat;background-size: 100%;top: 1.15rem;left:1.15rem;width: 2.88rem;height: 0.59rem;
}
.s3con{
  position: absolute;width: 5.09rem;height: 5.98rem;top: 1.95rem;left: 1.15rem;
}
.s3con span{position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;-webkit-transform: translate(2rem,0);transform: translate(2rem,0);}
.s3con span:nth-child(1){background: url('../images/3p2-1.png') center no-repeat;background-size: 100%;}
.s3con span:nth-child(2){background: url('../images/3p2-2.png') center no-repeat;background-size: 100%;}
.s3con span:nth-child(3){background: url('../images/3p2-3.png') center no-repeat;background-size: 100%;}
.sec3.swiper-slide-active .s3con span:nth-child(1){-webkit-animation: background: url('../images/3p2-1.png') center no-repeat;background-size: 100%;show 1s ease-in-out forwards;animation: show 1s ease-in-out forwards;}
.sec3.swiper-slide-active .s3con span:nth-child(2){-webkit-animation: show 1s 0.3s ease-in-out forwards;animation: show 1s 0.3s ease-in-out forwards;}
.sec3.swiper-slide-active .s3con span:nth-child(3){-webkit-animation: show 1s 0.6s ease-in-out forwards;animation: show 1s 0.6s ease-in-out forwards;}
.sec3.swiper-slide-active .s3vdbtn{-webkit-animation: show 0.5s 1s ease-in-out forwards;animation: show 0.5s 1s ease-in-out forwards;}
.sec3.swiper-slide-active .s3hand{-webkit-animation: show 0.5s 1.5s ease-in-out alternate infinite;animation: show 0.5s 1.5s ease-in-out alternate infinite;}

.s3vdbtn{
  position: absolute;width: 3.8rem;height: 0.65rem;top: 8.7rem;left: 1.7rem;background: url('../images/3p3.png') center no-repeat;background-size: 100%;
    -webkit-transform: translate(0,1rem);
  transform: translate(0,1rem);opacity: 0;
}
.s3hand{
  position: absolute;
    width: 0.34rem;
    height: 0.65rem;
    top: 8.9rem;
    left: 3.7rem;
    background: url(../images/hand.png) center no-repeat;
    background-size: 100%;
    opacity: 0;
}

.skipbtn{
    position: absolute;
    width: 1.82rem;
    height: 0.78rem;
    top: 1rem;
    right: 0;
    font-size: 0.3rem;
    text-align: center;
    text-decoration: underline;
    z-index:9999999;
    color: rgba(31, 23, 28, 0.85);
}
.vdbox3{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 99999999;
}

.sltwrap{
    background: url('../images/3-1.png') center no-repeat;background-size: 100%;width: 5.68rem;
    height: 2.47rem;
    top: 5rem;
    left: 0.9rem;
    position: absolute;
    z-index: 99999999;
    opacity: 0;
    transform: translate(0,-1.5rem);
    -webkit-transform: translate(0,-1.5rem);
}

.sltwrap.actived{
    -webkit-animation: show 1s ease-in-out forwards;animation: show 1s ease-in-out forwards;

}
.sltwrap span{
    width:100%;height: 1.1rem;
    margin-bottom:0.2rem;
    position: initial;
    display: block;
}


/* ---------------------- page1 ------------------ */
.logo{background: url('../images/logo.png') center no-repeat;background-size: 100%;width: 1.42rem;
    height: 0.39rem;
    bottom: 1.42rem;
    left: 2.88rem;
    position: absolute;}

.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;
}


  @-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;*/
    }

}

