body,html{
  overflow-x: hidden;
}
.main{
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(http://icon.zhiding.cn/stor-age/special/dell_H5/img/bg.jpg) no-repeat;
  background-size: cover;
}
.page1,.page2,.load,.page3,.page4{
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(http://icon.zhiding.cn/stor-age/special/dell_H5/img/bg.jpg) no-repeat;
  background-size: cover;
}
.page1,.page2,.page3,.page4{
  opacity: 0;
}
.load{
  z-index: 999;
}
.page3 .zuce{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.page3 .zuce .zuce_box{
  width: 3.2rem;
  height: 3.4rem;
  border-radius: 0.1rem;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0.4rem 0.15rem 0.35rem 0.15rem;
}
.page3 .zuce .zuce_box p{
  font-size: 0.12rem;
}
.page3 .zuce .zuce_box form input{
  width: 100%;
  height: 0.4rem;
  border: 0.02rem solid #b4b4b4;
  margin: 0.06rem 0;
  padding: 0 0.08rem;
  color: #1f2289;
  font-weight: bold;
  border-radius: 0.05rem;
}
.page3 .zuce .zuce_box form input:focus{
  border: 0.02rem solid #5a5dc3;
}
.page3 .zuce .zuce_box form input::-webkit-input-placeholder {
  color: #9b9b9b;
}
.page3 .zuce .zuce_box form input::-moz-input-placeholder {
  color: #9b9b9b;
}
.page3 .zuce .zuce_box form input::-ms-input-placeholder {
  color: #9b9b9b;
}
.page3 .zuce .zuce_box .zuce_head{
  width: 2.7rem;
  position: absolute;
  left: 0;
  right: 0;
  top: -0.78rem;
  margin: auto;
}
.page3 .zuce .zuce_box .but{
  width: 1.3rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.2rem;
  margin: auto;
}

.load .loadBox{
  height: 1.5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 1.7rem;
  margin: auto;
}
.load .loadBox .imgBox{
  text-align: center;
  height: 0.74rem;
  position: relative;
}
.load .loadBox .jindu{
  box-sizing: content-box;
  width: 2.1rem;
  height: 0.15rem;
  background: #ffb1c0;
  margin: 0 auto;
  border-radius: 0.25rem;
  border: 0.02rem solid #ffecb1;
  margin-top: 0.35rem;
  position: relative;
  box-shadow:  0px 0.05rem 0.1rem rgba(0,0,0,0.9)
}
.load .loadBox .jindu_top{
  width: 0;
  height: 0.15rem;
  border-radius: 0.25rem;
  background-image: linear-gradient(to bottom ,#fd5f5c, #e837a0);
  position: absolute;
  left: 0;
}
.load .loadBox .jindu .cirl{
  width: 0.28rem;
  position: absolute;
  left: -0.14rem;
  top: -0.08rem;
  border-radius: 0.3rem;
  border: 0.02rem solid #ffecb1;
}
.load .loadBox .jindu span{
  font-size: 0.16rem;
  color: #ffb1c0;
  position: absolute;
  top: 0.35rem;
  left: -0.2rem;
}
.load .loadBox .imgBox img{
  width: 1.2rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: ani_img 2s linear infinite;
}
@keyframes ani_img {
  0%{
    top: 0;
  }
  25%{
    top: -0.1rem;
  }
  50%{
    top: -0.2rem;
  }
  75%{
    top: -0.1rem;
  }
  100%{
    top: 0;
  }

}
.page1 .tits{
  margin-top: 0.45rem;
}
.page1 .tits img{
  width: 100%;
}
.page1 .shar{
  position: relative;
  margin-top: 0.36rem;
}
.page1 .shar img{
  width: 100%;
}
.page1 .bot{
  margin-top: 0.4rem;
}
.page1 .bot img{
  width: 100%;
}
.page1 .line{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.page1 .line .line_img{
  width: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.9rem;
  margin: auto;
  opacity: 0;
  cursor: pointer;
  animation: lay_ani 5s linear infinite ;
}
.page1 .line .pai{
  opacity: 0;
  width: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 2rem;
  margin: auto;
}
.page1 .line img.fot{
  width: 0.6rem;
  position: absolute;
  right: 1rem;
  top: 3.4rem;
  opacity: 0;
}
@keyframes lay_ani {
  0%{
    transform: rotateZ(0);
  }
  50%{
    transform: rotateZ(180deg);
  }
  100%{
    transform: rotateZ(360deg);
  }
}
.ani{
  animation: ani 1.5s infinite ;
}
@keyframes ani {
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.1);
  }
  100%{
    transform: scale(1);
  }
}

.page2 .tits{
  margin-top: 0.2rem;
  text-align: center;
}
.page2 .tits img{
  width: 1.3rem;
}
.page2 .con{
  padding: 0.65rem 0.38rem 0.3rem 0.38rem;
  width: 3.3rem;
  height: 4.7rem;
  margin: 0.15rem auto;
  background: url('http://icon.zhiding.cn/stor-age/special/dell_H5/img/k_08.png') no-repeat;
  background-size: 100% 100%;
}
.page2 .con ul{
  padding: 0;
}
.page2 .con ul li{
  margin: 0.16rem 0;
}
.page2 .con ul li label{
  font-size: 0.15rem;
  color: #e4007f;
  padding-right: 0.08rem;
  font-weight: bold;
}
.page2 .con ul li .che_box{
  display: inline-block;
  width: 2.37rem;
  height: 0.23rem;
  vertical-align: middle;
  float: right;
  position: relative;
  overflow: hidden;
}
.page2 .con ul li .che_box_bg{
  position: absolute;
  width: 0;
  height: 100%;
  background: url('http://icon.zhiding.cn/stor-age/special/dell_H5/img/check_bg.png') no-repeat left;
  background-size: cover;
}
.page2 .con ul li span.whi,.page2 .con ul li span.gra{
  position: absolute;
  left: 0.07rem;
  line-height: 0.23rem;
  display: inline-block;
  font-size: 0.15rem;
  font-weight: bold;
  overflow: hidden;
}
.page2 .con ul li span.whi{
  color: #280055;
  width: 100%;
}
.page2 .con ul li span.gra{
  color: #fff;
  width: 0;
  z-index: 1;
}
.page2 .con ul{
  position: relative;
}
.page2 .con ul .pen{
  width: 1.7rem;
  position: absolute;
  top: -1rem;
  left: 0.18rem;
  z-index: 3;
  display: none;
}
.page2 .all_check{
  text-align: center;
  margin-top: 0.05rem;
}
.page2 .all_check img{
  width: 0.25rem;
  padding-right: 0.03rem;
  vertical-align: top;
}
.page2 .all_check span{
  color: #191919;
  font-size: 0.15rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.page2 .all_check label{
  color: #ed257b;
}
.page2 .bot{
  text-align: center;
}
.page2 .bot img{
  width: 2rem;
  cursor: pointer;
}
.page3 .tits{
  margin-top: 0.2rem;
  text-align: center;
}
.page3 .tits img{
  width: 1.3rem;
}
.page3 .con ul{
  padding: 0 0.15rem;
  font-size: 0;
  margin-top: 0.1rem;
}
.page3 .con ul li{
  display: inline-block;
  width: 40%;
  margin: 5%;
  vertical-align: top;
}
.page3 .con ul li img{
  width: 100%;
  border-radius: 0.1rem;
  box-sizing: border-box;
	border:0.04rem solid transparent;
	background-clip:padding-box,border-box;
	background-origin:padding-box,border-box;
}
.page3 .con ul li img.active{
	background-image:linear-gradient(30deg,#ff524f,#ffb00c),linear-gradient(30deg,#ffb00c,#ff524f);
}

.fz{
  animation: ani_fz 0.5s linear;
}
@keyframes ani_fz {
  form{
    transform: rotateY(0);
  }
  to{
    transform: rotateY(80deg);
  }
}
.page3 .bot{
  display: none;
  text-align: center;
  margin-top: 0.3rem;
}
.page3 .bot img{
  width: 3rem;
  cursor: pointer;
}

.page4{
  padding: 0 0.35rem;
}
.page4 .img_box {
  margin-top: 0.4rem;
  position: relative;
}
.page4 .img_box img{
  width: 100%;
}
.page4 .img_box .news{
  position: absolute;
  top: 0.4rem;
  left: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page4 .img_box .news img{
  width: 0.4rem;
  margin-right: 0.08rem;
  border: 0.02rem solid #fff;
  border-radius: 0.4rem;
}
.page4 .img_box .news span{
  font-size: 0.15rem;
  color: #0d1721;
  font-weight: bold;
  width: 0.8rem;
  word-wrap: break-word;
  line-height: 1.5;
}
.page4 .bot{
  margin-top: 0.4rem;
  position: relative;
}
.page4 .bot img{
  width: 100%;
}
.page4 .bot img.hand{
  width: 0.5rem;
  position: absolute;
  right: -0.2rem;
  top: 0.3rem;
  animation: hand_ani 1.5s linear infinite;
}

@keyframes hand_ani {
  0%{
    top: 0.3rem;
  }
  50%{
    top: 0.2rem;
  }
  100%{
    top: 0.3rem;
  }
}
