* {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  /*1rem=100,Depending on the device width of the browser to get different results*/
  font-size: 13.3333333vw;
}
/*clear float*/
.clearfix {
  *zoom: 1;
  *height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body {
  width: 100%;
  font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
/*ivo X6更换浏览器提示弹窗*/
.fee_mask_layer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 9000;
}
.feeContent {
  display: none;
  width: 80%;
  height: 4.43rem;
  position: fixed;
  left: 10%;
  right: 0;
  top: 10%;
  bottom: 0;
  z-index: 9999;
}
.feeContent div {
  background-color: #fff;
}
.feeContent .get_content_fa {
  padding-bottom: 0.38rem;
  box-sizing: border-box;
  border-bottom: 1px solid #E8E8E8;
}
.feeContent .get_content_fa h5 {
  font-size: 0.48rem;
  color: #4886FF;
  line-height: 1.8rem;
  text-align: center;
}
.feeContent .get_content_fa p {
  font-size: 0.36rem;
  color: #666;
  line-height: .7rem;
  padding: 0 7%;
  box-sizing: border-box;
}
.feeContent .get_content_fa p span {
  color: #ff4800;
}
.feeContent .get_btn_fa {
  text-align: center;
  margin-bottom: 0.19rem;
  padding: 6% 20%;
  box-sizing: border-box;
}
.feeContent .get_btn_fa span {
  width: 3.5rem;
  display: block;
  padding: 0.15rem 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.48rem;
  border-radius: 0.8rem;
  background-color: #4886FF;
}
.get_mask_layer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 50;
}
/*微信提示弹窗*/
.hint_img {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  margin-left: 44.4%;
  box-sizing: border-box;
  text-align: center;
  z-index: 999;
}
.hint_img img {
  width: 100%;
}
.box {
  position: relative;
  width: 7.5rem;
  text-align: center;
  height: 667px;
  overflow: hidden;
}
.box #imgul {
  position: absolute;
  height: 2001px;
  top: 0;
}
.box #imgul img {
  width: 100%;
  display: block;
}
.nav {
  position: fixed;
  bottom: 1.5rem;
  right: .5rem;
  z-index: 999;
  width: 0.02rem;
}
.nav span {
  display: block;
  width: .15rem;
  height: .15rem;
  margin: .15rem 0;
  background: #fff;
  border-radius: 50%;
}
.nav .original {
  background: #fff;
}
.nav .current {
  background: #ffea6d;
}
.dbtn {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  margin-left: -1.5rem;
  z-index:1000;
  width: 3rem;
  text-align: center;
  background-color: #f0ff00;
  border-radius: 1rem;
  padding: .2rem 0;
  box-sizing: border-box;
}
.dbtn span {
  display: block;
  color: #776d00;
  font-size: 0.38rem;
}
#upDown {
  position: absolute;
  bottom: .48rem;
  left: 50%;
  margin-left: -0.29rem;
  width: .58rem;
  -webkit-animation: ani-arrow-btn 1.5s 1s linear infinite alternate;
          animation: ani-arrow-btn 1.5s 1s linear infinite alternate;
}
@-webkit-keyframes ani-down-btn {
  75% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  95% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani-down-btn {
  75% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  95% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes ani-arrow-btn {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani-arrow-btn {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes ani-whiteline {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-15px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
