html {
  font-size: 54px;
}

body {
  /*font-size: 1rem;*/
  font: normal 16px/1.6 Arial, '\5FAE\8F6F\96C5\9ED1', Helvetica;
  /*   min-width: 320px;*/
  -webkit-text-size-adjust: 100%;
  font-size-adjust: none;
  perspective: 1;
  /* overflow: hidden; */
  /* height: 100%; */
}
@keyframes button-scale{
  0%{
    transform: scale(1);
  }
  25%{
    transform: scale(0.9);
  }
  75%{
    transform: scale(1.05);
  }
  100%{
    transform: scale(1);
  }
}

.modal_open {
  position: fixed;
  height: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  letter-spacing: 1px;
}

a:hover {
  text-decoration: none;
}

.hidden {
  display: none !important;
}

nav {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -o-box-align: center;
  box-align: center;
}

nav li {
  text-align: center;
}

nav ul li em {
  display: block;
  width: 1.5rem;
  margin: 0 auto;
  border-bottom: 0.05rem solid #fff;
}

nav ul li.current a {
  color: #17c6ff;
}

nav ul li.current em {
  border-bottom: 0.05rem solid #17c6ff;
}

nav ul li i {
  display: inline-block;
  width: 0.4rem;
  height: 0.3rem;
  margin-right: 0.05rem;
  background: url(/images/vip/diamond.png) 0 0 no-repeat;
  background-size: cover;
}

nav ul li:first-child a {
  color: #ff8061 !important;
}

nav ul li:nth-child(2) {
  margin: 0 0.4rem;
}

nav ul li a {
  display: block;
  color: #898989;
  font-size: 0.3rem;
  padding: 0.15rem 0.15rem 0.1rem 0.15rem;
}

.gif-tips {
  width: 1.7rem;
  position: absolute;
  top: 0.58rem;
  z-index: 5;
}

.gif-tips img {
  display: block;
  width: 100%;
}

.banner img {
  /* display: block; */
  width: 100%;
}

.hide{
  display: none;
}

.banner {
  /* position: relative; */
  padding-bottom: 30px;
  text-align: center;
  text-align: -webkit-center;
  width: 100%;
  background-image: url('/images/vip/bg.png'),
    linear-gradient(-180deg, #fe4060 0%, #f93a42 100%);
  -moz-background-image: url('/images/vip/bg.png'),
    linear-gradient(-180deg, #fe4060 0%, #f93a42 100%);
  -ms-background-image: url('/images/vip/bg.png'),
    linear-gradient(-180deg, #fe4060 0%, #f93a42 100%);
  -webkit-background-image: url('/images/vip/bg.png'),
    linear-gradient(-180deg, #fe4060 0%, #f93a42 100%);
  background-repeat: no-repeat;
  background-size: 100%;
}

.banner .jailbreak{
  display: block;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  width: 1.1rem;
  line-height: .37rem;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-size: .22rem;
  color: #FFFFFF;
}

.banner .banner-img{
  padding-top: 40px;
  height: 4.722rem;
}
.banner img.icon {
  width: 5.407rem;
  /*padding-bottom: 2.472rem;*/
}

@media screen and (max-device-width: 375px) {
  .banner img.icon {
    /* margin-top: -0.2rem; */
    /*padding-bottom: 2.1rem;*/
  }
}

@media screen and (max-device-width: 320px) {
  .banner img.icon {
    width: 4.5rem;
    margin-bottom: -0.1rem;
    /*padding-bottom: 1.9rem;*/
  }
}
/*normal-wrap*/
.banner .normal-wrap{
  text-align: center;
  color: #FFFFFF;
}
.banner .normal-wrap h1{
  font-size: 0.55rem;
}
.banner .normal-wrap h2{
  font-size: 0.277rem;
}
.banner .normal-wrap h3{
  font-size: 0.24rem;
}
.banner .normal-wrap h3 i{
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
}
.banner .normal-wrap a{
  display: block;
  width: 5.4rem;
  line-height: 0.9rem;
  margin: 0.55rem auto 0.185rem;
  text-align: center;
  font-size: 0.37rem;
  color: #645014;
  background-image: url("/images/icon.png?0721");
  background-position: 0 -7.12rem;
  background-size: 5.4rem 11.287rem;
}
.banner .normal-wrap a.activity{
  height: 1.037rem;
  background-image: url("/images/btn_activity_sale.png?0707");
  background-position: 0 0;
  background-size: cover;
  -webkit-animation: button-scale 2s infinite linear;
  -moz-animation: button-scale 2s infinite linear;
  animation: button-scale 2s infinite linear;
}

.banner .normal-wrap p{
  font-size: 0.2037rem;
  margin-bottom: 0.37rem;
  text-decoration: underline;
}

.banner .normal-wrap .search,
.resources .search-more{
  display: block;
  position: relative;
  width: 5.37rem;
  line-height: 0.66rem;
  text-align: center;
  background: #FC637D;
  border-radius: 0.37rem;
  margin: 0 auto;
  font-size: 0.24rem;
  color: #FFDDE4;
}
.resources .search-more{
  line-height: 0.74rem;
  margin: 0.37rem auto;
  background: #F8F8F8;
  color: #9999A3;
}

.banner .normal-wrap .search i,
.resources .search-more i{
  display: inline-block;
  width: 0.44rem;
  height: 0.44rem;
  position: absolute;
  left: 1.2rem;
  top: 0.1rem;
  background-image: url("/images/icon.png?0721");
  background-position: 0 -1.77rem;
  background-size: 5.4rem 11.287rem;
  vertical-align: middle;
}
.resources .search-more i{
  background-position: -.6296rem -1.77rem;
  top: 0.13rem;
}

.banner .normal-wrap .search input,
.resources .search-more input{
  -webkit-appearance: none;
  -webkit-tap-highlight-color:rgba(255,0,0,0);
  border: none;
  outline: none;
  width: 4.63rem;
  line-height: 0.66rem;
  position: absolute;
  right: 0;
  background: rgba(0,0,0,0);
  border-radius: 0.37rem;
  font-size: 0.24rem;
  color: #FFDDE4;
}
.resources .search-more input{
  color: #9999A3;
  line-height: 0.74rem;
}

/*user-wrap*/
.banner .user-wrap .user-info{
  display: flex;
  padding: 0 0.33rem;
  text-align: left;
}
.banner .user-wrap .user-info i{
  display: inline-block;
  vertical-align: bottom;
  width: 1rem;
  height: 1rem;
  margin-right: 3px;
  background-image: url("/images/icon.png?0721");
  background-position: 0 -8.54629rem;
  background-size: 5.4rem 11.287rem;
}
.banner .user-wrap .user-info .user-info-right{
  width: 84%;
}
.banner .user-wrap .user-info .welcome{
  display: flex;
  justify-content: space-between;
}

.banner .user-wrap .user-info .udid{
  display: flex;
  margin-top: 4px;
}

.banner .user-wrap .user-info .welcome p{
  font-size: 0.33rem;
  color: #FFFFFF;
}
.banner .user-wrap .user-info .udid .udid-right{
  margin-left: 4px;
  line-height: 1;
}
.banner .user-wrap .user-info .udid strong{
  font-size: 0.22rem;
  color: #FEDBE1;
}
.banner .user-wrap .user-info .udid span{
  display: inline;
  word-break: break-all;
  line-height: 1.2;
  font-size: 0.22rem;
  color: #FEDBE1;
  opacity: 0.8;
}
.banner .user-wrap .user-info .udid button.opt-btn{
  -webkit-appearance: none;
  border: none;
  outline: none;
  display: inline;
  width: 0.296rem;
  height: 0.296rem;
  padding: 0;
  background-color: rgba(0,0,0,0);
  background-image: url("/images/icon_copy.svg?0712");
  background-size: cover;
  vertical-align: middle;
}

.banner .user-wrap .user-info a.history{
  margin-top: 0.07rem;
  width: 1.185rem;
  height: 0.33rem;
  line-height: 0.33rem;
  text-align: center;
  border: 1px solid #FEDBE1;
  border-radius: 0.166rem;
  font-size: 0.22rem;
  color: #FEDBE1;
}

/*vip-user*/
.banner .user-wrap .vip-user{
  width: 94%;
  margin: 0.185rem auto 0;
  text-align: left;
}
.banner .user-wrap .vip-user .vip-container{
  padding: 0 0.166rem;
  background: #F7516D;
  border-radius: 0.148rem 0.148rem 0 0;
}
.banner .user-wrap .vip-user .vip-container i{
  display: inline-block;
  vertical-align: bottom;
  width: 1.11rem;
  height: 1.0648rem;
  background-image: url("/images/icon.png?0721");
  background-position: 0 -2.407rem;
  background-size: 5.4rem 11.287rem;
}
.banner .user-wrap .vip-user .vip-container .vip-info{
  display: inline-block;
}
.banner .user-wrap .vip-user .vip-container .vip-info p{
  font-size: 0.296rem;
  color: #FFFFFF;
}
.banner .user-wrap .vip-user .vip-container .vip-info span{
  font-size: 0.185rem;
  color: #FFDDE4;
  vertical-align: super;
}
.banner .user-wrap .vip-user .vip-container a{
  display: inline-block;
  float: right;
  width: 1.185rem;
  line-height: 0.518rem;
  text-align: center;
  font-size: 0.22rem;
  color: #9B6724;
  background-image: linear-gradient(90deg, #FFE188 9%, #FFBE51 97%);
  border-radius: 0.259rem;
  margin-top: 0.277rem;
}
.banner .user-wrap .vip-user .vip-super-sign,
.banner .user-wrap .vip-user .device-register-status{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .user-wrap .vip-user .vip-super-sign,
.banner .user-wrap .vip-user .device-register-status,
.banner .user-wrap .normal-user .vip-super-sign{
  padding: 0.166rem 0.185rem 0.177rem 0.277rem;
  background: #F44663;
  border-radius:  0 0 0.148rem 0.148rem;
}
.banner .user-wrap .vip-user .vip-super-sign.no-br{
  position: relative;
  border-radius:  0;
}
.banner .user-wrap .vip-user .vip-super-sign.no-br::after{
  position: absolute;
  left: 0.277rem;
  bottom: 0;
  content: '';
  width: calc(100% - 0.185rem - 0.277rem);
  height: .5px;
  background-color: #FF8599;
}
.banner .user-wrap .vip-user .vip-super-sign .super-sign-number p,
.banner .user-wrap .vip-user .device-register-status .device-register-info p,
.banner .user-wrap .normal-user .vip-super-sign .super-sign-number p{
  font-size: 0.259rem;
  color: #FFFFFF;
}
.banner .user-wrap .vip-user .vip-super-sign .super-sign-number span,
.banner .user-wrap .vip-user .device-register-status .device-register-info span,
.banner .user-wrap .normal-user .vip-super-sign .super-sign-number span{
  display: block;
  font-size: 0.2037rem;
  color: #FFDDE4;
  vertical-align: super;
}
.banner .user-wrap .vip-user .vip-super-sign a,
.banner .user-wrap .vip-user .device-register-status a,
.banner .user-wrap .normal-user .vip-super-sign a{
  display: inline-block;
  float: right;
  width: 1.185rem;
  height: 0.51rem;
  line-height: 0.51rem;
  text-align: center;
  border: 1px solid #FFBE51;
  border-radius: 0.259rem;
  font-size: 0.22rem;
  color: #FFBE51;
}
.banner .user-wrap .vip-user .device-register-status a{
  display: none;
  width: 1.91rem;
}
.banner .user-wrap .normal-user .vip-super-sign,
.banner .user-wrap .vip-user .vip-super-sign{
  display: none;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.27777rem;
  padding-bottom: 0.27777rem;
}
.banner .user-wrap .normal-user .vip-super-sign.active,
.banner .user-wrap .vip-user .vip-super-sign.active{
  display: flex;
}
.banner .user-wrap .normal-user .vip-super-sign .text,
.banner .user-wrap .vip-user .vip-super-sign .text{
  color: #fff;
  font-size: 0.259rem;
}
.banner .user-wrap .normal-user .vip-super-sign a.btn,
.banner .user-wrap .vip-user .vip-super-sign a.btn{
  color: #9b6724;
}

.banner .user-wrap .vip-user .device-register-status a.change-loading{
  background-image: url("/images/vip/btn_loading_yellow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
}

.banner .user-wrap .vip-user a.install-now{
  display: block;
  width: 5.407rem;
  line-height: 0.907rem;
  text-align: center;
  margin: 0.55rem auto 0;
  font-size: 0.37rem;
  color: #645014;
  background-image: url("/images/icon.png?0721");
  background-position: 0 -7.12rem;
  background-size: 5.4rem 11.287rem;
}

.banner .user-wrap .vip-user a.guide{
  display: block;
  font-size: 0.2rem;
  text-align: center;
  color: #fff;
  text-decoration: underline;
  margin-top: 0.3rem;
}
/*normal-user*/
.banner .user-wrap .normal-user{
  width: 94%;
  margin: 0.185rem auto 0;
  text-align: left;
}
.banner .user-wrap .normal-user .normal-container{
  padding: 0 0.166rem;
  background: #F7516D;
  border-radius: 0.148rem 0.148rem 0 0;
  /* border-radius: 0.148rem; */
}
.banner .user-wrap .normal-user .normal-container i{
  display: inline-block;
  vertical-align: middle;
  width: 1.11rem;
  height: 1.0648rem;
  background-image: url("/images/icon.png?0721");
  background-position: -1.3055rem -2.407rem;
  background-size: 5.4rem 11.287rem;
}
.banner .user-wrap .normal-user .normal-container p{
  display: inline-block;
  font-size: 0.296rem;
  color: #FFFFFF;
}
.banner .user-wrap .normal-user p.des{
  font-size: 0.2037rem;
  color: #FFFFFF;
  text-align: center;
  margin: 0.55rem auto 0;
}
.banner .user-wrap .normal-user a.go-pay{
  display: block;
  width: 5.407rem;
  line-height: 0.907rem;
  text-align: center;
  margin: 0 auto;
  font-size: 0.37rem;
  color: #645014;
  background-image: url("/images/icon.png?0721");
  background-position: 0 -7.12rem;
  background-size: 5.4rem 11.287rem;
}

/*tab*/
#tabArea {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 0.88rem;
  border-bottom: .5px solid #DBDBE5;
  background-color: #fff;
}
#tabArea.fixed{
   position: fixed;
   top: 0;
 }

#tabArea ul {
  width: 90%;
  display: inline-block;
  white-space: nowrap;
  margin: 0 5%;
}
#tabArea ul li.tabItem {
  display: inline-block;
  width: 33.33%;
  line-height: 0.88rem;
  text-align: center;
  font-size: 0.277rem;
  color: #282832;
}
#tabArea ul li.current{
   font-weight: bold;
 }
#tabArea ul li.currentLine{
  position: absolute;
  /*left: -0.1rem;*/
  bottom: -1.5px;
  width: 33.33%;
  height: 0.0925rem;
  background-image: linear-gradient(90deg, #FB6E86 9%, #FE4060 97%);
  padding: 0;
  transition: all .2s ease-in-out;
  opacity: 1;
}

#hideTab{
  width: 100%;
  height: 0.88rem;
  margin-top: -0.88rem;
}


.banner .btn-download {
  text-indent: -9999px;
  width: 50%;
  height: 3rem;
  display: block;
  /*position: absolute;
    bottom: .6rem;
    left: 0;
    right: 0;*/
  margin: 0 auto;
}

#vip {
  overflow: hidden;
}

#vip a.qq-service {
  display: block;
  width: 0.58rem;
  padding: 0.16rem 0;
  background-color: rgba(255, 255, 255, 0.21);
  position: absolute;
  left: 0;
  top: 4rem;
  z-index: 10;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  font-size: 0.27rem;
  border-radius: 0 6px 6px 0;
}

#vip a.video-intro {
  display: none;
  /* display: block; */
  width: 0.58rem;
  padding: 0.16rem 0;
  background-color: rgba(255, 255, 255, 0.21);
  position: absolute;
  left: 0;
  top: 4.53rem;
  z-index: 10;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  font-size: 0.27rem;
  border-radius: 0 6px 6px 0;
}

#vip a.video-intro img {
  width: 0.28rem;
}

@media screen and (max-device-width: 320px) {
  #vip a.video-intro {
    top: 3.53rem;
  }
}

@media screen and (max-device-width: 320px) {
  #vip a.qq-service {
    /* top: 5.8rem; */
  }
}

#vip a.qq-service img {
  width: 0.235rem;
}

p.toast {
  display: none;
  padding: 7px 20px;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 22px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: fixed;
  z-index: 9999;
  top: 75%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

p.zb-toast {
  top: 3.2rem;
}

@media screen and (max-device-width: 375px) {
  p.zb-toast {
    top: 2.85rem;
  }
}

@media screen and (max-device-width: 320px) {
  p.zb-toast {
    top: 2.4rem;
  }
}

#vip .banner .click-btn {
  position: relative;
}

#vip .banner .click-btn .arrow-bottom {
  width: 0.8rem;
  bottom: -0.3rem;
}

#vip .banner .btn-download {
  text-indent: 0;
  width: 80%;
  height: 1rem;
  line-height: 1rem;
  color: #645014;
  font-size: 0.4rem;
  text-align: center;
  background-image: url('/images/vip/vip-btn.png?0303');
  background-size: 100% 100%;
}

#vip .btn-download p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -0.43rem auto 0;
}

@media screen and (max-device-width: 320px) {
  #vip .btn-download p {
    margin: -0.36rem auto 0;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  #vip .btn-download p {
    margin: -0.5rem auto 0;
  }
}

@media screen and (min-device-width: 1024px) {
  #vip .btn-download p {
    margin: -0.3rem auto 0;
  }
}

#vip .vip-block {
  display: none;
  /*position: absolute;*/
  text-indent: 0;
  width: 85%;
  height: 1rem;
  line-height: 0.9rem;
  /*bottom: 1rem;
    left: 0;
    right: 0;*/
  margin: 0 auto;
}

#vip .vip-block a {
  width: 46%;
  line-height: 0.9rem;
  text-align: center;
  color: #645014;
  font-size: 0.31rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#vip .vip-block .install-now {
  float: left;
  background-image: url('/images/vip/vip-install.png?0730');
}

#vip .vip-block .keep-buy {
  float: right;
  background-image: linear-gradient(90deg, #3fccff 1%, #1083e9 97%);
  border-radius: 0.926rem;
  color: #fff;
}

@media screen and (max-device-width: 320px) {
  #vip .vip-block a {
    width: 2.24rem;
    line-height: 0.8rem;
  }

  #vip .vip-block .install-now,
  #vip .vip-block .keep-buy {
    font-size: 0.28rem;
  }
}

#vip .vip-block p {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -0.52rem auto 0;
}

@media screen and (max-device-width: 320px) {
  #vip .vip-block p {
    margin: -0.57rem auto 0;
  }
}

@media only screen and (max-device-width: 2048px) and (min-device-width: 768px) {
  #vip .vip-block {
    width: 40%;
  }
}

@media screen and (min-device-width: 1024px) {
  #vip .vip-block p {
    margin: -0.4rem auto 0;
  }
}

#vip .vip-block .install-now p {
  left: -60%;
}

#vip .vip-block .keep-buy p {
  right: -60%;
}

#vip .tips-install {
  display: none;
  font-size: 0.25rem;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
}

#vip .tips-buy,
#vip .tips-success,
#vip .cur-id {
  display: none;
  font-size: 0.25rem;
  text-align: center;
  color: #fff;
  margin-top: 5px;
  /*position: absolute;
    bottom: 0.5rem;
    left: 0;
    right: 0;*/
}

#vip .cur-id {
  display: block;
  line-height: 1.3;
}

.arrow-bottom {
  position: absolute;
  bottom: 0.7rem;
  width: 0.8rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  -webkit-animation: start 1s infinite ease-in-out;
  -moz-animation: start 1s infinite ease-in-out;
  animation: start 1s infinite ease-in-out;
}

#zb .arrow-bottom {
  bottom: -1.42rem;
}

#zb .arrow-bottom img {
  width: 100%;
}

@media screen and (max-device-width: 320px) {
  #vip .arrow-bottom {
    bottom: 0.9rem;
  }
}

#vip .wholelife-vip {
  position: fixed;
  top: 7.45rem;
  right: 3%;
  width: 20%;
  z-index: 10;
}

@-webkit-keyframes start {
  0%,
  10% {
    opacity: 0;
    -webkit-transform: translate(0, -8px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
  }
}

@-moz-keyframes start {
  0%,
  10% {
    opacity: 0;
    -moz-transform: translate(0, -8px);
  }

  60% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    -moz-transform: translate(0, 10px);
  }
}

@keyframes start {
  0%,
  10% {
    opacity: 0;
    transform: translate(0, -8px);
  }

  60% {
    opacity: 1;
    transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    transform: translate(0, 10px);
  }
}

#vip .privilege {
  padding: 0.583rem 0.342rem 0.428rem;
}

.privilege .swiper-pagination {
  width: 100%;
  position: absolute;
  text-align: center;
  text-align: -webkit-center;
}

#vip .privilege h3 {
  color: #333;
  font-size: 0.35rem;
  text-align: center;
  /*    font-weight: 100;*/
  line-height: 1.7;
}

#vip .privilege .block {
  width: 1.583rem;
  height: 0.305rem;
  margin: -0.28rem auto 0.43rem;
  background-color: rgba(254, 64, 96, 0.2);
}

#vip .privilege ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

#vip .privilege ul li {
  width: 1.11rem;
  margin-right: 0.61rem;
  margin-bottom: 0.324rem;
  text-align: center;
}

@media screen and (max-device-width: 375px) {
  #vip .privilege ul li {
    margin-right: 0.51rem;
  }
}

@media screen and (max-device-width: 320px) {
  #vip .privilege ul li {
    margin-right: 0.21rem;
  }
}

#vip .privilege ul li:nth-child(4n) {
  margin-right: 5px;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #vip .privilege ul li {
    width: 1.11rem;
    margin-right: 0;
    margin-bottom: 0;
    text-align: center;
  }

  #vip .privilege ul li:nth-child(8n) {
    margin-right: 5px;
  }
}

#vip .privilege ul li img {
  width: 1.11rem;
  height: 1.11rem;
  border-radius: 10px;
}

#vip .privilege ul li p {
  color: #222;
  font-size: 0.24rem;
  line-height: 0.34rem;
  white-space: nowrap;
}

#vip .privilege ul li del {
  color: #a1a1a5;
  font-size: 0.22rem;
}

.screen {
  display: none;
  width: 90%;
  position: fixed;
  top: 32%;
  left: 5%;
  z-index: 20;
}

#vip .des {
  padding: 0.2rem;
}

#vip .des p a {
  color: #00b4ff;
}

/*@media screen and (max-device-width: 375px){
    #vip .des {
        padding: 0 0.2rem;
        margin-top: -0.2rem;
    }
}*/
#vip .des h3 {
  color: #333;
  font-size: 0.35rem;
  text-align: center;
  /*    font-weight: 100;*/
  line-height: 1.7;
}

#vip .des .block {
  width: 1.583rem;
  height: 0.305rem;
  margin: -0.28rem auto 0.43rem;
  background-color: rgba(254, 64, 96, 0.2);
}

/* #vip .des p {
  font-size: 0.28rem;
  line-height: 1.7;
  color: #aaa;
  font-weight: 100;
  word-break: break-word;
}
@media screen and (max-width: 320px) {
  #vip .des p {
    font-size: 0.27rem;
  }
} */

.activity-popup,
.adver-activity-popup {
  display: none;
  position: absolute;
  top: 5%;
  left: 7.5%;
  z-index: 99;
  width: 85%;
  height: auto;
  text-align: center;
}

.activity-popup a,
.adver-activity-popup a {
  display: block;
}

.activity-popup .activity-close {
  width: 28px;
  position: absolute;
  top: -1.5%;
  right: 0%;
}

@media screen and (min-device-width: 768px) {
  .activity-popup .activity-close {
    width: 40px;
  }
}
.new{
  background: #F8F8F8;
}
.resources{
  background: #FFFFFF;
  overflow: hidden;
}
.resources h2{
  text-align: center;
  font-size: 22px;
  margin-top: 60px;
  color: #333337;
}
.resources h2::after{
  content: '';
  display: block;
  height: 12px;
  width: 156px;
  background: rgba(255,225,136,0.40);
  margin: 0 auto;
  margin-top: -15px;
}
.swiper-container {
  padding: 0 16px;
  /* overflow: visible !important; */
}
.mod-list {
  margin-top: 43px !important;
  padding-bottom: 0 !important;
}
.mod-list .des {
  list-style: none;
  padding: 13px 20px 13px 0;
}
.mod-list .des .down {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: center;
}
.mod-list .des img {
  width: 64px;
  height: 64px;
  margin-right: 10px;
  border-radius: 15px;
}

.info {
  -webkit-box-flex: 1;
  min-width: 0;
}

.mod-list .des .name {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.info .description{
  width: 100%;
  height: 22px;
  font-size: 12px;
  color: #99999D;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.info .description p{
  color: #99999D !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.info .description span{
  color: #99999D !important;
}

.welfare{
  overflow: hidden;
}
.welfare h2{
  padding-top: 1.11rem;
  text-align: center;
  font-size: 22px;
  color: #333337;
}
.welfare h2::after{
  content: '';
  display: block;
  height: 12px;
  width: 183px;
  background: rgba(255,225,136,0.40);
  margin: 0 auto;
  margin-top: -15px;
}
.welfare .content {
  display: block;
  /* width: auto; */
  /*width: 339px;*/
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
  height: 106px;
}

.welfare .content:nth-of-type(2),
.welfare .content:nth-of-type(3){
  margin-top: 20px;
}
.welfare .content .item.left{
  float: left;
}
.welfare .content .item.right{
  float: right;
}
.welfare .content .item{
  box-sizing: border-box;
  position: relative;
  background: #FFFFFF;
  border-radius: 8px;
  /*width: 164.5px;*/
  width: 48%;
  /* height: 94px; */
  padding-top: 24px;
  padding-left: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 320px){
  .welfare .content .item{
    width: 131.5px;
  }
  .welfare .content{
    height: 122px;
    width: 287px;
  }
}
.welfare .content .item p{
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.welfare .content .item .bewrite{
  font-weight: normal;
  font-size: 12px;
  color: #99999D;
  line-height: 17px;
  margin-top: 8px;
}
.welfare .content .item img{
  position: absolute;
  width: 37px;
  height: 37px;
  right: 7px;
  top: -15px;
}
.welfare .content i{
  position: absolute;
  width: 0.74rem;
  height: 0.74rem;
  right: 7px;
  top: -15px;
  background-image: url("/images/icon.png?0721");
  background-position: 0 -0.851rem;
  background-size: 5.4rem 11.287rem;
}
.welfare .content i.backup{
  background-position: -0.933rem -0.851rem;
}
.welfare .content i.cloud{
  background-position: -1.85rem -0.851rem;
}
.welfare .content i.seperate{
  background-position: -2.8rem -0.851rem;
}
.welfare .content i.super-sign{
  background-position: -3.7rem -0.851rem;
}
.welfare .content .item span{
  font-size: 10px;
  color: #93BCF8;
}

/*faq*/
.faq h2{
  text-align: center;
  font-size: 22px;
  color: #333337;
  padding: 60px 0 25px;
}
.faq h2::after{
  content: '';
  display: block;
  height: 12px;
  width: 154px;
  background: rgba(255,225,136,0.40);
  margin: 0 auto;
  margin-top: -15px;
}
.faq .title{
  width: 78%;
  padding: 0.4629rem 0.4259rem;
  margin: 0 auto 0.4629rem;
  background: #FFFFFF;
  border-radius: 0.148rem;
}
.faq .title ul li{
  position: relative;
  margin-bottom: 0.277rem;
}
.faq .title ul li:last-child{
  margin-bottom: 0;
}
.faq .title ul li i{
  display: inline-block;
  position: absolute;
  top:0.16rem;
  left: -0.2rem;
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  background: #3399FF;
}
.faq .title ul li a{
  display: inline-block;
  font-size: 0.296rem;
  color: #3399FF;
}

/*post*/
.post{
    padding: 0 0.33rem 0 0.711rem;
}
.post h4{
  position: relative;
  font-size: 0.296rem;
  color: #333333;
  margin-bottom: 0.095rem;
}
.post h4 i{
  position: absolute;
  width: 0.22rem;
  height: 0.148rem;
  left: -.3rem;
  top: .15rem;
  background-image: url("/images/icon.png?0721");
  background-position: 0 -8.2129rem;
  background-size: 5.4rem 11.287rem;
}
.post ul{
  font-size: 0.259rem;
  color: #99999D;
  margin-bottom: 0.43rem;
}
.limit{
  overflow: hidden;
}
.limit h2{
  text-align: center;
  font-size: 22px;
  margin-top: 60px;
  color: #333337;
}
.limit h2::after{
  content: '';
  display: block;
  height: 12px;
  width: 176px;
  background: rgba(255,225,136,0.40);
  margin: 0 auto;
  margin-top: -15px;
}
.limit .tip{
  width: 339px;
  margin: 0 auto;
  margin-top: 29.5px;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 8px;
  text-align: center;
}
.limit .tip img{
  width: 200px;
}
.limit .tip p{
  font-weight: 500;
  font-size: 16px;
  color: #333337;
}
.limit .tip .bewrite{
  font-weight: normal;
  font-size: 12px;
  color: #99999D;
  margin-top: 10px;
  margin-bottom: 15px;
}
.kefu-info{
  padding-top: 20px;
  padding-bottom: 60px;
  text-align: center;
}
.kefu-info p{
  font-size: 14px;
  color: #99999D;
}
.kefu-info a{
  font-size: 14px;
color: #3385FF;
text-decoration: underline;
}

.float-ad{
  position: fixed;
  display: none;
  z-index: 1;
  bottom: 0;
  background: url(/images/vip/pic_bottom_float_ad.png);
  width: 100%;
  height: 64px;
  background-size: 100% 100%;
}


.float-ad a{
  display: inline-block;
  float: right;
  width: 90px;
  line-height: 36px;
  text-align: center;
  margin-top: 14px;
  margin-right: 18px;
  font-size: 16px;
  color: #FFFFFF;
  background-image: linear-gradient(90deg, #FFE188 9%, #FFBE51 97%);
  border-radius: 21px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  
}
@media screen and (max-width:320px){
  .float-ad button{
    margin-right: 5px;
  }
}
@media screen and (min-width:768px){
  .float-ad{
    background-image: url(/images/vip/pic_bottom_float_ad_ipad.png);
  }
  
}



.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.align-items_center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mod-center {
  display: none;
  overflow: hidden;
  width: 339px;
  margin: 40px auto 0px auto;
}
@media screen and (max-width:320px){
  .mod-center{
    width: 290px;
  }
}

.mod-center .device-info {
  background: #F62F3B;
  border-radius: 8px;
  padding: 7px 12px 15px 15px;
  /* box-sizing: border-box;
  margin: 10px 10px 20px;
  border-radius: 8px;
  padding: 6px 12px 15px 15px */
}

.mod-center .device-info .history {
  color: #FFF
}
.mod-center .device-info .line{
  width: 100%;
  height: 1px;
  margin: 10px 0 12px 0;
  background: #FF616B;
}

.mod-center .device-info .history img {
  width: 28px
}

.mod-center .device-info .history p {
  font-size: 18px;
  margin-left: 5px
}

.mod-center .device-info .history span {
  font-size: 12px;
  text-align: right
}


.mod-center .device-info .info {
  color: #FFF;
  font-size: 12px;
  /* margin-top: 22.5px; */
  text-align: left;
}

.mod-center .device-info .info p {
  font-size: 12px
}

.mod-center .device-info .info .vip .expires {
  color: #FFC6C9;
}

.mod-center .device-info .info .super a {
  color: #FFE188;
  text-decoration: underline!important
}

.mod-center .device-info .info .super .number,.mod-center .device-info .info .udid {
  color: #FFC6C9;
}

.btn {
  display: block;
  width: 60px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  background: linear-gradient(to right, #ffe188 9%, #ffbe51 97%);
  background: -webkit-linear-gradient(to right, #ffe188 9%, #ffbe51 97%);
  color: #fff;
  font-size: 16px;
  text-align: center;
}



#zb .banner {
  width: 100%;
  background-color: #fff;
  background-image: none;
  position: relative;
}

#zb .banner img {
  width: 100%;
}

#zb .banner a.qq-contact {
  display: block;
  width: 0.55rem;
  padding: 0.13rem 0;
  position: absolute;
  left: 0;
  bottom: 0.31rem;
  line-height: 1.2;
  border-radius: 0 8px 8px 0;
  font-size: 12px;
  color: #fff;
  background-color: rgba(101, 101, 101, 0.4);
}

#zb .banner a.qq-contact img {
  width: 0.38rem;
  margin-bottom: 0.05rem;
}

#zb .d1 {
  width: 80%;
  line-height: 1.037rem;
  display: block;
  background: -o-linear-gradient(left, #2eceff, #129ffc);
  background: -moz-linear-gradient(left, #2eceff, #129ffc);
  background: -mos-linear-gradient(left, #2eceff, #129ffc);
  background: -webkit-linear-gradient(left, #2eceff, #129ffc);
  background: linear-gradient(left, #2eceff, #129ffc);
  box-shadow: 0 21px 50px -0.42rem #2fb9ff;
  margin: 7px auto 0.648rem;
  font-size: 0.37rem;
  font-weight: bold;
  font-family: 'PingFang SC Medium';
  color: #fff;
  text-align: center;
  border-radius: 0.5rem;
}

@media screen and (max-device-width: 320px) {
  #zb .d1 #dzw {
    font-size: 0.33rem;
  }

  .d em i {
    font-size: 26px;
  }
}

#zb .problem-guide {
  display: table;
  text-decoration: underline;
  color: #ff2f51;
  font-size: 0.277rem;
  margin: 0 auto 1.11rem;
}

#zb p.free-app {
  text-align: center;
  font-size: 0.352rem;
  color: #333;
}

#zb .free-app-block {
  width: 2.685rem;
  height: 0.296rem;
  background-color: #d5f1ff;
  margin: -0.28rem auto 0.51rem;
}

#zb .tui-block {
  width: 1.76rem;
}

#zb ul.app {
  padding: 0 0.37rem 0.83rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

#zb ul.app li {
  width: 1.11rem;
  margin-right: 0.61rem;
  margin-bottom: 0.324rem;
  text-align: center;
}

#zb ul.app li:nth-child(4n) {
  margin-right: 5px;
}

@media screen and (max-device-width: 375px) {
  #zb ul.app li {
    margin-right: 0.51rem;
  }
}

@media screen and (max-device-width: 320px) {
  #zb ul.app li {
    margin-right: 0.21rem;
  }
}

@media screen and (min-device-width: 768px) {
  #zb ul.app li:nth-child(4n) {
    margin-right: 0.61rem;
  }

  #zb ul.app li:nth-child(8n) {
    margin-right: 5px;
  }
}

#zb ul li img {
  width: 1.11rem;
  height: 1.11rem;
  border-radius: 10px;
}

#zb ul li p {
  color: #222;
  font-size: 0.24rem;
  line-height: 0.25rem;
  white-space: nowrap;
}

#zb ul li del {
  color: #a1a1a5;
  font-size: 0.22rem;
}

#zb .tb-txt {
  text-indent: 2em;
  font-size: 0.26rem;
  color: #a1a1a5;
  padding: 0 0.352rem;
  line-height: 0.44rem;
}

#zb .tb-txt span {
  color: #2fb9ff;
}

#jb .banner{
  width: 100%;
  background-color: #fff;
  background-image: none;
  position: relative;
}

#jb .banner a{
  display: block;
  width: 4.407rem;
  line-height: .8rem;
  text-align: center;
  margin: 0.815rem auto .2rem;
  background: #26A7FF;
  box-shadow: 0 .09rem .185rem 0 rgba(38,167,255,0.50);
  border-radius: 1.33rem;
  font-size: .296rem;
  color: #FFFFFF;
}
#jb .banner a img{
  width: .25rem;
  height: .275rem;
  vertical-align: middle;
}

#jb .banner p{
  font-size: .22rem;
  color: #26A7FF;
  text-align: center;
}

#jb .video h2{
  font-size: .37rem;
  color: #454545;
  text-align: center;
  margin: 0 auto .27rem;
}

#jb .video video{
  display: block;
  width: 83.4%;
  /*height: 2.96rem;*/
  object-fit:fill;
  margin: 0 auto;
}

#jb .tutorials h2{
  font-size: .37rem;
  color: #454545;
  text-align: center;
  margin: .57rem auto .27rem;
}

#jb .tutorials ul li a{
  display: block;
  line-height: .55rem;
  padding: 0 .32rem;
  font-size: .259rem;
  color: #26A7FF;
}

#jb .tutorials ul li a p{
  display: inline-block;
  width: 95%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

#jb .tutorials ul li a i{
  display: inline-block;
  float: right;
  font-style: normal;
  color: #26A7FF;
}

#jb a.go-all{
  display: block;
  width: 4.4rem;
  line-height: .796rem;
  text-align: center;
  margin: .537rem auto 0;
  background: #26A7FF;
  box-shadow: 0 .09rem .185rem 0 rgba(38,167,255,0.50);
  border-radius: 1.851rem;
  font-size: .296rem;
  color: #FFFFFF;
}

#jb .hot-apps h2{
  font-size: .37rem;
  color: #454545;
  text-align: center;
  margin: .57rem auto 0;
}

#jb .hot-apps .mod-list{
  margin-top: 29px !important;
  padding-bottom: 40px !important;
}

#jb .hot-apps .btn{
  background: #26A7FF !important;
}

#jb .kefu-info{
  padding-top: 0;
  padding-bottom: 10px;
}
#jb footer{
  padding-bottom: 110px;
}
#jb footer p{
  width: 81%;
  padding-top: 14px;
  margin: 0 auto;
  border-top: 1px solid #DBDBDB;
  font-size: 12px;
  color: #7A7A7A;
  text-align: center;
}
#jb footer p a{
  color: #000;
}

#jb .float-ad{
  background: url('/images/vip/yueyu/bottombanner.png?0707');
  background-size: 100% 100%;
}



/*弹出框*/
.popup_box {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  height: 1000%;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.popup_box .prompt .close {
  display: block;
  background: #fff;
  position: absolute;
  z-index: 99;
  top: -15px;
  right: -15px;
  height: 0.55rem;
  width: 0.55rem;
  border-radius: 100%;
}

.popup_box .prompt .close i {
  display: block;
  font-style: normal;
  background-color: #00b2fc;
  margin: 0 auto;
  width: 0.32rem;
  height: 0.04rem;
  /* background: #fff; */
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0.25rem;
  text-align: center;
  margin: 0 auto;
}

.popup_box .prompt .close i:after {
  content: '.';
  display: block;
  width: 0.32rem;
  height: 0.04rem;
  background: #00b2fc;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.popup_box .prompt {
  background-color: #fff;
  color: #000;
  border-radius: 0.6em;
  line-height: 1.5em;
  /*    padding: 30px 0 30px;*/
  width: 80%;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 15%;
  text-align: center;
  /*  max-height: 60%;*/
}

.popup_box .box-banner {
  position: relative;
}

.popup_box .box-banner .txt {
  position: absolute;
  top: 0.2rem;
  left: 0.3rem;
  color: #fff;
}

.popup_box .box-banner .txt-price {
  margin: 0.5rem 0 0.4rem -0.2rem;
  font-size: 0.5rem;
  text-align: left;
}

.popup_box .txt-price span {
  font-size: 0.8rem;
}

.popup_box .box-banner .txt-des {
  font-size: 0.3rem;
  text-align: left;
  line-height: 1.5;
  font-weight: 500;
}

.popup_box .prompt .banner-zf {
  display: block;
  width: 100%;
}

.items-zf {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -moz-box-pack: start;
  -webkit-box-pack: start;
  -o-box-pack: start;
  box-pack: start;
  -moz-box-align: center;
  -webkit-box-align: center;
  -o-box-align: center;
  box-align: center;
  box-sizing: border-box;
  margin-bottom: 0.4rem;
}

.items-zf img {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 10px;
}

.items-zf p {
  -webkit-box-flex: 1;
  flex: 1;
  color: #333;
  font-size: 0.3rem;
  text-align: left;
}

.items-zf input[type='checkbox'] {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 3em;
  border: 1px #d6d6d6 solid;
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
}

.selected input[type='checkbox'] {
  border: 0 !important;
  background: url(/images/vip/circle-select.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.popup_box .prompt .content-select {
  padding: 0.4rem;
}

.btn-pay {
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #00b2fc;
  color: #fff;
  font-size: 0.3rem;
  width: 100%;
  padding: 0.15rem 0;
  border-radius: 3em;
}

/*滚动浮层*/
.overlay {
  width: 100%;
  position: fixed;
  bottom: -900px;
  z-index: 30;
}

.overlay .header {
  background-color: #f3f3f3;
  text-align: center;
  padding: 0.1rem;
  position: relative;
  font-size: 0.277rem;
  color: #141414;
  font-weight: bold;
}

.overlay .header a {
  display: block;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  font-size: 0.277rem;
  color: #666666;
}

.overlay .content {
  padding: 0.277rem;
  background-color: #fff;
}

.overlay .content .tit {
  margin-top: 0;
  font-size: 0.25rem;
  color: #666666;
  margin-bottom: 0.1rem;
}

.overlay .content .tit span {
  color: #22acf1;
}

.overlay .btn-list {
  position: relative;
}

.overlay .content #jc {
  text-decoration: underline;
  color: #ee272f;
  font-size: 0.25rem;
  line-height: 0.3rem;
  position: absolute;
  bottom: 0;
  right: 0.2rem;
}

.overlay .content #btn-trust {
  display: block;
  width: 32%;
  line-height: 0.55rem;
  margin: 0.167rem auto 0.2rem auto;
  background-color: #2fb9ff;
  color: #fff;
  font-size: 0.277rem;
  border-radius: 0.277rem;
  text-align: center;
}

.overlay .content .step1 {
  display: block;
  width: 80%;
  margin: 0 auto 0.2rem auto;
}

.overlay .content .sign {
  text-decoration: none;
  border: 1px solid #dddddd;
  border-radius: 0.3em;
  padding: 0.1rem 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  margin: 0 auto;
}

.overlay .sign img {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.3rem;
}

.overlay .sign p {
  font-size: 0.3rem;
  color: #b5b5bb;
}

.overlay .sign p.sign-name {
  width: 80%;
  overflow: hidden;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.overlay .finger {
  display: block;
  width: 0.8rem;
  position: relative;
  top: -30px;
  float: right;
  right: 0;
  z-index: 12;
}

/*企签弹窗*/
.vip-overlay {
  -webkit-overflow-scrolling: touch;
  background: #fff;
  /* bottom: -1000px; */
  position: fixed;
  left: 0;
  top: 100rem;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
  border-top-left-radius: 0.22rem;
  border-top-right-radius: 0.22rem;
}

.vip-overlay .header {
  width: 100%;
  line-height: 40px;
  border-radius: 0.22rem 0.22rem 0 0;
  position: relative;
  /*margin-top: .19rem;*/
  padding: 0;
  background-image: url('/images/vip/zb_prompt/pic_header_bg.png');
  background-size: 100% 100%;
  background-color: #fff;
}

.vip-overlay .header img {
  position: absolute;
  width: 0.44rem;
  height: 0.44rem;
  left: 0.33rem;
  top: 0.14rem;
}

.vip-overlay .header p {
  font-size: 0.33rem;
  color: #333;
  text-align: center;
}

.vip-overlay .header .legend {
  font-size: 0.28rem;
  color: #ff1919;
  text-align: center;
}

.vip-overlay .description {
  margin-top: 0.19rem;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 375px) {
  .vip-overlay .description {
    margin-bottom: 1.2rem;
  }
}

.vip-overlay .description p {
  margin-left: 0.44rem;
  margin-bottom: 0.04rem;
  font-size: 0.28rem;
  color: #000000;
  font-family: PingFangSC-Medium;
}

.vip-overlay .description .trust {
  display: block;
  margin: 0.19rem auto 0.56rem auto;
  width: 4.63rem;
  height: 0.67rem;
  line-height: 0.67rem;
  text-align: center;
  background: #26a7ff;
  border-radius: 0.33rem;
  color: #fff;
  font-size: 0.28rem;
}

.vip-overlay .description .detail {
  display: block;
  text-align: center;
  font-size: 0.26rem;
  color: #ff1919;
  margin-left: 0;
  margin-bottom: 0.46rem;
}

.vip-overlay .description .download-des {
  margin-bottom: 0.28rem;
}

.vip-overlay .description .setting {
  margin: 0.19rem auto;
}

.vip-overlay .description img {
  display: block;
  width: 77%;
  margin: 0.2rem auto 0.2rem 1.1rem;
}

.vip-overlay .description small {
  display: block;
  margin: -0.05rem 0 0 0.84rem;
  font-size: 12px;
}

.vip-overlay .description small span {
  color: #26a7ff;
}

.vip-overlay .description img.vip_icon {
  width: 5.44rem;
  margin-bottom: 0.46rem;
}

.vip-overlay .description .top {
  width: 0.74rem;
  margin-top: 0.71rem;
  margin-bottom: 2.38rem;
}

.vip-overlay .description .setting-wrapper {
  display: block;
  margin: 0.19rem auto 0.56rem auto;
  width: 66.7%;
  height: 0.67rem;
  line-height: 0.67rem;
  text-align: center;
  background: #26a7ff;
  border-radius: 0.33rem;
  color: #fff;
  font-size: 0.28rem;
  position: relative;
}

.vip-overlay .description .setting-wrapper img {
  position: absolute;
  left: 0;
  top: 0.12rem;
  right: -2.6rem;
  width: 1.5rem;
}

.vip-overlay .description .setting-wrapper p {
  font-size: 0.25rem;
  color: #ff1919;
  text-align: center;
  margin-left: 0;
  margin-bottom: 0.46rem;
}

.vip-overlay .description p i {
  display: inline-block;
  width: 0.3rem;
  line-height: 0.3rem;
  background-color: #26a7ff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-style: normal;
}

/*个签弹窗*/
.zb-overlay {
  -webkit-overflow-scrolling: touch;
  background: #fff;
  /* bottom: -1000px; */
  position: fixed;
  top: 100rem;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
  border-top-left-radius: 0.22rem;
  border-top-right-radius: 0.22rem;
}

.zb-overlay .header {
  width: 100%;
  line-height: 40px;
  border-radius: 0.22rem 0.22rem 0 0;
  position: relative;
  /*margin-top: .19rem;*/
  padding: 0;
  background-image: url('/images/vip/zb_prompt/pic_header_bg.png');
  background-size: 100% 100%;
  background-color: #fff;
}

.zb-overlay .header img {
  position: absolute;
  width: 0.44rem;
  height: 0.44rem;
  left: 0.33rem;
  top: 0.14rem;
}

.zb-overlay .header p {
  font-size: 0.33rem;
  color: #333;
  text-align: center;
}

.zb-overlay .header .legend {
  font-size: 0.28rem;
  color: #ff1919;
  text-align: center;
}

.zb-overlay .description {
  margin-top: 0.05rem;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 375px) {
  .zb-overlay .description {
    margin-bottom: 1.2rem;
  }
}

.zb-overlay .description small {
  display: block;
  margin: -0.05rem 0 0 0.84rem;
  font-size: 12px;
}

.zb-overlay .description small span {
  color: #26a7ff;
}

.zb-overlay .description p {
  margin-left: 0.44rem;
  margin-bottom: 0.04rem;
  font-size: 0.28rem;
  color: #000000;
  font-family: PingFangSC-Medium;
}

#guide-slip,
#vip-guide-slip {
  width: 77%;
  margin: 0 auto;
  position: relative;
}

/*#guide-slip img,*/
#vip-guide-slip img {
  margin: 0.2rem auto;
}
#guide-slip .swiper-button-prev,
#vip-guide-slip .swiper-button-prev {
  width: 13px;
  background-image: url('/images/vip/zb_prompt/btn_carousel_left.png');
  background-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#guide-slip .swiper-button-prev.swiper-button-disabled,
#vip-guide-slip .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-image: url('/images/vip/zb_prompt/btn_carousel_left_gray.png');
}

#guide-slip .swiper-button-next,
#vip-guide-slip .swiper-button-next {
  width: 13px;
  background-image: url('/images/vip/zb_prompt/btn_carousel_right.png');
  background-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#guide-slip .swiper-button-next.swiper-button-disabled,
#vip-guide-slip .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-image: url('/images/vip/zb_prompt/btn_carousel_right_gray.png');
}

.zb-overlay .description p i {
  display: inline-block;
  width: 0.3rem;
  line-height: 0.3rem;
  background-color: #26a7ff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-style: normal;
}

.zb-overlay .description .trust {
  display: block;
  margin: 0.19rem auto 0.56rem auto;
  width: 4.63rem;
  height: 0.67rem;
  line-height: 0.67rem;
  text-align: center;
  background: #26a7ff;
  border-radius: 0.33rem;
  color: #fff;
  font-size: 0.28rem;
}

.zb-overlay .description .detail {
  display: block;
  text-align: center;
  font-size: 0.26rem;
  color: #ff1919;
  margin-left: 0;
  margin-bottom: 0.46rem;
}

.zb-overlay .description .download-des {
  margin-bottom: 0.28rem;
}

.zb-overlay .description .setting {
  margin: 0.19rem auto;
}

.zb-overlay .description img {
  display: block;
  width: 77%;
  margin: 0.2rem auto 0.2rem 1.1rem;
}
.zb-overlay .description #guide-slip img {
  margin: 0.2rem auto;
}
.zb-overlay .description img.vip_icon {
  width: 5.44rem;
  margin-bottom: 0.46rem;
}

.zb-overlay .description .top {
  width: 0.74rem;
  margin-top: 0.71rem;
  margin-bottom: 2.38rem;
}

.zb-overlay .description .setting-wrapper {
  display: block;
  margin: 0.45rem auto 0.3rem;
  width: 66.7%;
  height: 0.67rem;
  line-height: 0.67rem;
  text-align: center;
  background: #26a7ff;
  border-radius: 0.33rem;
  color: #fff;
  font-size: 0.28rem;
  position: relative;
}

.zb-overlay .description .setting-wrapper img {
  position: absolute;
  left: 0;
  top: 0.07rem;
  right: -2.6rem;
  width: 1.5rem;
}

.zb-overlay .description .setting-wrapper p {
  font-size: 0.25rem;
  color: #ff1919;
  text-align: center;
  margin-left: 0;
  margin-bottom: 0.46rem;
}

/* 兼容大屏幕 */
@media screen and (min-width: 568px) {
  .zb-overlay .description {
    margin-bottom: 1.5rem;
  }

  .zb-overlay .description img {
    width: 64%;
  }

  #guide-slip {
    width: 60%;
  }

  .zb-overlay .description .setting-wrapper {
    width: 60%;
  }

  .zb-overlay .header {
    line-height: 60px;
  }

  .zb-overlay .header img {
    top: 0.26rem;
  }

  .zb-overlay .header p {
    font-size: 0.36rem;
  }

  .zb-overlay .description p {
    font-size: 0.32rem;
  }

  .zb-overlay .description p i {
    width: 0.35rem;
    line-height: 0.35rem;
  }

  .zb-overlay .description small {
    font-size: 13px;
    margin: -0.05rem 0 0 0.92rem;
  }
}

/*ios12.1.1 引导*/
.ios-overlay {
  display: none;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  /* bottom: -1000px; */
  position: fixed;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
  border-top-left-radius: 0.22rem;
  border-top-right-radius: 0.22rem;
}

.ios-overlay .header {
  position: relative;
  margin-top: 0.19rem;
}

.ios-overlay .header img {
  position: absolute;
  left: 0;
  width: 0.44rem;
  height: 0.44rem;
  left: 0.33rem;
  top: 0.04rem;
}

.ios-overlay .header p {
  font-size: 0.33rem;
  color: #000000;
  text-align: center;
}

.ios-overlay .description {
  margin-top: 0.19rem;
}

.ios-overlay .description p {
  margin-left: 0.74rem;
  margin-bottom: 0.08rem;
  font-size: 0.28rem;
  color: #000000;
  font-family: PingFangSC-Medium;
}

.ios-overlay .description a {
  display: block;
  margin: 0 auto;
  width: 4.63rem;
  height: 0.67rem;
  line-height: 0.67rem;
  text-align: center;
  background: #26a7ff;
  border-radius: 0.08rem;
  color: #fff;
  font-size: 0.28rem;
}

.ios-overlay .description .download-des {
  margin-bottom: 0.28rem;
}

.ios-overlay .description .setting {
  margin-bottom: 0.19rem;
}

.ios-overlay .description img {
  display: block;
  width: 4.8rem;
  margin: 0 auto 0.26rem auto;
}

.ios-overlay .description .top {
  width: 0.74rem;
  margin-bottom: 2.38rem;
}

.ios-overlay .description .install-wrapper,
.ios-overlay .description .setting-wrapper {
  position: relative;
}

.ios-overlay .description .install-wrapper img {
  position: absolute;
  left: 0;
  top: 0.14rem;
  right: -3.8rem;
  width: 1.8rem;
}

.ios-overlay .description .setting-wrapper img {
  position: absolute;
  left: 0;
  top: 0.17rem;
  right: -3.8rem;
  width: 1.8rem;
}

.white-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.white-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 5;
}

/*支付回调慢*/
.pay-wait {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  margin: auto;
  width: 5.56rem;
  height: 3.48rem;
  box-sizing: border-box;
  border-radius: 0.21rem;
  background: #fff;
}

.pay-wait .header {
  position: relative;
  overflow: hidden;
}

.pay-wait .header p {
  margin-top: 0.33rem;
  font-size: 0.33rem;
  color: #030303;
  text-align: center;
}

.pay-wait .header img {
  position: absolute;
  width: 0.44rem;
  right: 0.19rem;
  top: 0.19rem;
}

.pay-wait .content .title {
  margin: 0.19rem 0 0.19rem 0;
  font-size: 0.28rem;
  color: #030303;
}

.pay-wait .content {
  padding-left: 0.4rem;
  display: block;
}

.pay-wait .content p {
  font-size: 0.24rem;
  color: #666666;
}

.pay-wait .content p a {
  text-decoration: underline;
  color: #007eff;
}

.mask {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  height: 1000%;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 10;
}

.mask1,
.activity-vip-mask,
.activity-zb-mask {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  height: 1000%;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 10;
}
.activity-popup .activity-close,
.adver-activity-popup .activity-close {
  width: 28px;
  position: absolute;
  top: -1.5%;
  right: 0%;
}
@media screen and (min-device-width: 768px) {
  .activity-popup .activity-close,
  .adver-activity-popup .activity-close {
    width: 40px;
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.05) rotate(8deg);
    transform: scale(1.05) rotate(8deg);
  }

  50% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }

  75% {
    -webkit-transform: scale(0.95) rotate(-8deg);
    transform: scale(0.95) rotate(-8deg);
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.05) rotate(8deg);
  }

  50% {
    transform: scale(1) rotate(0deg);
  }

  75% {
    transform: scale(0.95) rotate(-8deg);
  }
}

.float {
  display: block;
  width: 1.37rem;
  height: 1.3rem;
  position: fixed;
  right: 3%;
  top: 4.5rem;
  z-index: 10;
}
.float.adver {
  top: 4rem;
}
.float.zb {
  top: 6.5rem;
}
.activity-float {
  top: 5rem;
}

@media screen and (max-width: 320px) {
  .float {
    width: 1.1rem;
    height: 1.1rem;
    /* top: 6rem; */
  }
  .float.adver {
    top: 6rem;
  }
  .activity-float {
    top: 5rem !important;
  }
}

@media screen and (min-width: 768px) {
  #zb .float {
    top: 70%;
  }
  .float.game-repair {
    top: 60% !important;
  }
  .activity-float {
    top: 60% !important;
  }
}

@media screen and (orientation: landscape) {
  .float {
    position: absolute;
  }

  #zb .float {
    /* top: 160%; */
  }
}

@media screen and (orientation: landscape) and (min-width: 1024px) {
  /* .float {
    position: absolute;
  } */
}

.new-overlay {
  visibility: hidden;
  width: 80%;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.25rem 0.25rem 0.58rem 0.25rem;
  z-index: 999;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  margin: 0 auto;
}

.new-overlay h1 {
  font-size: 0.3rem;
  text-align: center;
  margin-bottom: 0.25rem;
  margin-top: 0.21rem;
}

.new-overlay .close {
  width: 0.44rem;
  height: 0.44rem;
  top: 0.1rem;
  right: 0.1rem;
  position: absolute;
}

.new-overlay .yindao {
  width: 100%;
}

.new-overlay a {
  text-decoration: none;
  width: 70%;
  font-size: 0.3rem;
  color: #fff;
  background-color: #00b4ff;
  border-radius: 3em;
  box-shadow: 0 5px 8px 0 rgba(38, 167, 255, 0.5);
  display: block;
  margin: 0 auto;
  margin-top: 0.33rem;
  padding: 0.15rem;
  text-align: center;
}

.game-new-overlay {
  visibility: hidden;
  width: 80%;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.25rem 0.25rem 0.58rem 0.25rem;
  z-index: 999;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  margin: 0 auto;
}

.game-new-overlay h1 {
  font-size: 0.3rem;
  text-align: center;
  margin-bottom: 0.25rem;
  margin-top: 0.21rem;
}

.game-new-overlay .close {
  width: 0.44rem;
  height: 0.44rem;
  top: 0.1rem;
  right: 0.1rem;
  position: absolute;
}

.game-new-overlay .yindao {
  width: 100%;
}

.game-new-overlay a {
  text-decoration: none;
  width: 70%;
  font-size: 0.3rem;
  color: #fff;
  background-color: #00b4ff;
  border-radius: 3em;
  box-shadow: 0 5px 8px 0 rgba(38, 167, 255, 0.5);
  display: block;
  margin: 0 auto;
  margin-top: 0.33rem;
  padding: 0.15rem;
  text-align: center;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 2048px) and (orientation: landscape) {
  /* iPad in landscape */
  .new-overlay,
  .game-new-overlay {
    top: 3%;
  }
  .new-overlay .yindao,
  .game-new-overlay .yindao {
    width: 85%;
  }
}

.description-file {
  visibility: hidden;
  /* width: 80%; */
  width: 5.68rem;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.25rem 0.25rem 0.58rem 0.25rem;
  z-index: 999;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  margin: 0 auto;
}

.description-file .content {
  margin: 0 auto;
  /*margin-left: .3rem;*/
}

@media screen and (min-width: 414px) {
  .description-file .content {
    /* padding-left: 8%; */
  }
}

.description-file h1 {
  font-size: 0.3rem;
  text-align: center;
  margin-bottom: 0.25rem;
}

.description-file p {
  font-size: 0.24rem;
  color: #333333;
  margin-top: 0.2rem;
  font-family: PingFangSC-Medium;
}

.description-file p:first-child {
  margin-top: 0;
}

.description-file span {
  display: inline-block;
  line-height: 1.7;
  font-size: 0.23rem;
  color: #666666;
}

.description-file span.small {
  color: #fd3429;
}

.description-file a {
  text-decoration: none;
  width: 70%;
  font-size: 0.3rem;
  color: #fff;
  background-color: #00b4ff;
  border-radius: 3em;
  box-shadow: 0 5px 8px 0 rgba(38, 167, 255, 0.5);
  display: block;
  margin: 0 auto;
  margin-top: 0.33rem;
  padding: 0.15rem;
  text-align: center;
}

.modal-guide .item {
  text-align: center;
  margin-left: 0.4rem;
  font-size: 0.23rem;
  color: #00b4ff;
  margin-top: 0.39rem;
}

@media only screen and (max-width: 320px) {
  .modal-guide .item {
    margin-left: 0;
    font-size: 0.2rem;
  }

  /*.what-is-description-file{
    height: 7.21rem;
    overflow: auto;
    width: 80%;
  }*/
  .description-file span {
    font-size: 0.2rem;
  }
}

/* .modal-guide .item .qq-consult,.modal-guide .item span{
    text-align: center;
} */
.modal-guide .item span {
  padding-right: 0.19rem;
  margin-right: 0.19rem;
  border-right: 1px solid #00b4ff;
}

.modal-guide .item .qq-consult {
  text-align: center;
  text-decoration: underline;
  color: #00b4ff;
}

.modal-guide .item .qq-consult.a {
  color: #00b4ff;
}

.modal-guide {
  visibility: hidden;
  width: 80%;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.25rem 0.25rem 0.19rem 0.25rem;
  z-index: 999;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  margin: 0 auto;
}

.modal-guide h3 {
  font-size: 0.4rem;
  text-align: center;
  margin-bottom: 0.25rem;
}

.swiper-slide {
}

.modal-guide .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -o-box-pack: justify;
  box-pack: justify;
  -moz-box-align: center;
  -webkit-box-align: center;
  -o-box-align: center;
  box-align: center;
}

.modal-guide .swiper-slide .step-ipad {
  display: none;
}

/*ipad下轮播图*/
.modal-guide-ipad .swiper-slide {
  padding-bottom: 1.8rem;
}

.modal-guide-ipad .swiper-slide .step-ipad {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  margin-left: -40%;
}

.modal-guide-ipad .step-ipad .hd {
  font-size: 0.4rem;
  color: #333;
  text-align: center;
}

.modal-guide-ipad .step-ipad .text {
  font-size: 0.5rem;
  color: #333;
  text-align: center;
}

.modal-guide-ipad .step-ipad .destxt {
  font-size: 0.3rem;
  color: #b8b8b8;
}

.modal-guide .swiper-slide img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.swiper-container {
  padding-bottom: 40px;
}

.modal-guide .swiper-pagination {
  bottom: 0;
}

/* .modal-guide .item .qq-consult,.modal-guide .item span{
    text-align: center;
} */
.modal-guide .item span {
  padding-right: 0.19rem;
  margin-right: 0.19rem;
  border-right: 1px solid #00b4ff;
}

.modal-guide .item .qq-consult {
  text-align: center;
  text-decoration: underline;
  color: #00b4ff;
}

.modal-guide .item .qq-consult.a {
  color: #00b4ff;
}

.swiper-pagination-bullet {
  background: #fff !important;
  border: 1px solid #00b4ff;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #00b4ff !important;
}

.btn-install {
  width: 70%;
  font-size: 0.3rem;
  color: #fff;
  background-color: #00b4ff;
  border-radius: 3em;
  box-shadow: 0 5px 8px 0 rgba(38, 167, 255, 0.5);
  display: block;
  margin: 0 auto;
  padding: 0.15rem;
  text-align: center;
}

.alertBox,
.alertBox-bd,
.alertRenewal,
.tips-popup,
.tips-popups,
.downloadFail,
.unableBindBox {
  visibility: hidden;
  z-index: 9999;
  background-color: #fff;
  color: #000;
  border-radius: 0.6em;
  line-height: 1.5em;
  width: 70%;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
  text-align: center;
}
.unableBindBox{
  width: 80%;
  top: 35%;
}
.unableBindBox h3{
  font-size: 16.88px;
  color: #030303;
  font-weight: 700;
  margin-top: 13px;
  margin-bottom: 18px;
}
.unableBindBox p{
  font-size: 14.63px;
  color: #444;
  text-align: center;
  padding-left: 21px;
  padding-right: 16px;
  margin-bottom: 13px;
}
.unableBindBox p.bold{
  font-size: 16px;
  font-weight: 500;
}
.unableBindBox .understand{
    width: 240px;
    line-height: 40px;
    text-align: center;
    margin: 20px auto;
    background: #39F;
    border-radius: 20px;
    font-size: 18px;
    color: #FFF;
}
.unableBindBox .down-reguler{
  width: 240px;
  line-height: 40px;
  text-align: center;
  margin: 20px auto;
  background: #39F;
  border-radius: 20px;
  font-size: 18px;
  color: #FFF;

}
.downloadFail {
  top: 27%;
  text-align: center;
}
.downloadFail img {
  width: 2.31rem;
  height: 2.31rem;
}
.downloadFail h3 {
  font-family: PingFangSC-Medium;
  font-size: 0.31rem;
  color: #030303;
}
.downloadFail p {
  font-family: PingFangSC-Regular;
  font-size: 0.26rem;
  color: #030303;
  margin-top: 0.28rem;
}
.downloadFail a {
  font-family: PingFangSC-Medium;
  font-size: 0.3rem;
  color: #ffffff;
  display: inline-block;
  width: 2.22rem;
  height: 0.74rem;
  line-height: 0.74rem;
  background: #0099ff;
  border-radius: 0.37rem;
  margin-top: 0.55rem;
  margin-bottom: 0.46rem;
}
.alertBox .con strong {
  font-size: 0.26rem;
}
.alertBox-sign,
.alertBox-resign,
.alertBox-failed,
.alertBox-success,
.alertBox-switch-cert,
.alertBox-apple-limited{
  visibility: hidden;
  z-index: 999;
  background-color: #fff;
  color: #000;
  border-radius: 0.6em;
  line-height: 1.5em;
  width: 80%;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
  text-align: center;
}
.alertBox-resign {
  width: 75%;
  top: 20%;
  padding: 0 0.3rem;
}

.alertBox-apple-limited,
.alertBox-failed,
.alertBox-success,
.alertBox-switch-cert
{
  width: 65%;
  max-width: 380px;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px 20px;
}
.alertBox-apple-limited img.icon{
  display: none;
  width: 100px;
  height: 100px;
}
.alertBox-switch-cert img.icon,
.alertBox-failed img.icon,
.alertBox-success img.icon{
  width: 100px;
  height: 100px;
}
.alertBox-apple-limited img.close,
.alertBox-failed img.close,
.alertBox-success img.close
{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
}
.alertBox-apple-limited h2,
.alertBox-switch-cert h2,
.alertBox-failed h2,
.alertBox-success h2
{
  font-size: 17px;
  color: #333337;
  margin: 15px 0;
}
.alertBox-apple-limited p,
.alertBox-switch-cert p,
.alertBox-failed p,
.alertBox-success p
{
  font-size: 14px;
  color: #333337;
  text-align: left;
  line-height: 20px;
  margin-bottom: 8px;
}
.alertBox-apple-limited p span{
  color: #3399FF;
}
.alertBox-apple-limited .instruction{
  background: #F8F8F8;
  border-radius: 8px;
  font-size: 12px;
  text-align: left;
  padding: 10px;
  margin-top: 15px;
}
.alertBox-apple-limited .instruction p{
  font-size: 12px;
  color: #333337;
  line-height: 1.3;
}
.alertBox-apple-limited a.know,
.alertBox-failed a.add-notice,
.alertBox-success a.know,
.alertBox-apple-limited a.install,
.alertBox-switch-cert a.install,
.alertBox-apple-limited a.block,
.alertBox-apple-limited a.no-cert,
.alertBox-apple-limited a.download{
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  font-size: 16px;
  margin: 15px 0;
}
.alertBox-apple-limited a.know,
.alertBox-switch-cert a.install,
.alertBox-failed a.add-notice,
.alertBox-success a.know,
.alertBox-apple-limited a.download{
  background: #3399FF;
  color: #FFFFFF;
}
@-webkit-keyframes loading {
  0% {-webkit-transform: rotate(0deg); }
  100% {-webkit-transform: rotate(360deg); }
}
@keyframes loading {
  0% {transform: rotate(0deg); }
  100% {transform: rotate(360deg); }
}
.alertBox-failed a.add-loading{
  position: relative;
}
.alertBox-failed a.add-loading::after{
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  background-image: url("/images/vip/btn_loading_white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: loading 0.8s linear infinite;
  animation: loading 0.8s linear infinite;
}
.alertBox-apple-limited a.install{
  border: 1px solid rgba(51,153,255,1);
  color: #3399FF;
}
.alertBox-apple-limited a.no-cert{
  background: #F4F6FC;
  color: #9999A3;
}
.alertBox-apple-limited a.contact,
.alertBox-failed a.contact{
  color: #3399FF;
}
.alertBox-apple-limited a.block{
  border: 1px solid rgba(51,153,255,1);
}

.alertBox-failed .collect{
  text-align: left;
}
.alertBox-failed .collect input::-webkit-input-placeholder{
  color: #99999D;
}
.alertBox-failed .collect input{
  display: block;
  outline: none;
  width: calc(100% - 32px);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-appearance: none;
  padding: 10px 15px;
  border: 1px solid rgba(232,232,236,1);
  border-radius: 20px;
  font-size: 12px;
}
.alertBox-failed .collect label{
  display: none;
  font-size: 12px;
  color: #F33530;
  margin: 2px 0 0 15px;
}

@media screen and (max-width: 320px) {
  .alertBox-apple-limited,
  .alertBox-failed,
  .alertBox-success
  {
    padding: 12px 20px;
  }
  .alertBox-apple-limited img.icon,
  .alertBox-success img.icon,
  .alertBox-failed img.icon
  {
    width: 70px;
    height: 70px;
  }
  .alertBox-apple-limited h2,
  .alertBox-failed h2,
  .alertBox-success h2
  {
    font-size: 15px;
    color: #333337;
    margin: 0 0 5px;
  }
  .alertBox-apple-limited p,
  .alertBox-failed p,
  .alertBox-success p
  {
    font-size: 13px;
    line-height: 1.3;
  }
  .alertBox-apple-limited .instruction{
    padding: 7px;
    margin-top: 8px;
  }
  .alertBox-apple-limited a.install,
  .alertBox-apple-limited a.download,
  .alertBox-failed a,
  .alertBox-success a
  {
    line-height: 30px;
    font-size: 14px;
    margin: 12px 0;
  }
  .alertBox-apple-limited a.install,
  .alertBox-apple-limited a.download{
    height: 30px;
  }
}

.alertBox .con p,
.alertBox-sign .con p {
  text-align: left;
}

.alertBox .con p.second,
.alertBox-sign .con p.second {
  margin-top: 0.26rem;
}

.alertBox .con p.gray,
.alertBox-sign .con p.gray {
  margin-top: 0.26rem;
  color: #aaa;
  text-align: left;
}

.alertBox-bd {
  padding: 0 5px;
  top: 25%;
}

.alertBox-bd p {
  font-size: 0.2rem;
  color: #f00;
  margin-top: -0.1rem;
}

.alertRenewal {
  visibility: visible;
  display: none;
}

.alertBox h3,
.alertBox-bd h3,
.alertRenewal h3,
.tips-popup h3,
.alertBox-sign h3,
.tips-popups h3 {
  color: #000;
  padding: 0.2rem 0;
  font-weight: bold;
  text-align: center;
  font-size: 0.3rem;
}

.alertBox .con,
.alertBox-bd .con,
.alertRenewal .con,
.tips-popup .con,
.tips-popups .con {
  padding: 0 0.2rem 0.2rem 0.2rem;
  text-align: center;
  font-size: 0.25rem;
  line-height: 1.7;
  word-break: break-word;
}

.alertBox-sign .con {
  padding: 0 0.4rem 0.2rem 0.4rem;
}

.tips-popup .con p,
.tips-popups .con p {
  text-align: left;
  margin-left: 0.2rem;
  margin-top: 0.3rem;
  margin-bottom: 0.1rem;
  font-size: 0.24rem;
}
.tips-popup .con p.sub,
.tips-popups .con p.sub {
  margin-top: 0;
}

.tips-popup .con p span,
.tips-popups .con p span {
  color: #0080fa;
}

.alertBox-bd .con {
  font-size: 0.3rem;
}

.alertBox .con .dialog,
.alertBox-bd .con .dialog {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3rem;
}

.alertBox .con #clip-txt,
.alertBox-bd .con #clip-txt {
  height: 0.8rem;
  line-height: 0.8rem;
  width: 6rem;
  box-sizing: border-box;
  padding-left: 0.2rem;
  overflow: hidden;
  font-size: 0.3rem;
  color: #666;
  background-color: #f5f5f5;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: -1px -1px 1px #dfdedf;
  font-weight: normal;
  text-align: left;
}

.alertBox .con .btn-copy-url,
.alertBox-bd .con .btn-copy-url {
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
  width: 4rem;
  font-size: 0.3rem;
  color: #fff;
  background-color: #3e79dd;
  border: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.alertBox .ctrlBtn,
.alertRenewal .btns,
.tips-popup .btns,
.alertBox-bd .ctrlBtn,
.tips-popups .ctrlBtn,
.tips-popups .btns {
  border-top: 1px #ececee solid;
  text-align: center;
  font-size: 0.3rem;
  padding: 0.2rem 0;
  color: #0080fa;
}
.alertBox-sign .ctrlBtn {
  width: 80%;
  line-height: 20px;
  background: #0099ff;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-size: 0.3rem;
  margin-left: 10%;
  margin-bottom: 20px;
}
.alertBox-sign .down-reguler{
  display: none;
  width: 80%;
  line-height: 20px;
  background: #0099ff;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-size: 0.3rem;
  margin-left: 10%;
  margin-bottom: 20px;
  padding: 0.2rem 0;
}
.con span {
  color: #0080fa;
  font-weight: bold;
  font-size: 0.27rem;
}

.con .gray {
  display: inline-block;
  margin-top: 0.26rem;
  color: #aaa !important;
  text-align: left;
  font-weight: normal;
  font-size: 0.25rem;
}



.alertRenewal .btns,
.tips-popup .btns,
.tips-popups .btns {
  padding: 0;
}

.alertRenewal .btns span {
  display: inline-block;
  width: 48%;
  text-align: center;
  padding: 0.2rem 0;
  border-right: 1px solid #ececec;
}

.alertRenewal .btns .renewal,
.tips-popup .btns .upgrade,
.tips-popups .btns .upgrade {
  border: none;
}

.tips-popup .btns,
.tips-popups .btns {
  font-size: 0;
}
.tips-popups .con p strong {
  font-size: 0.26rem;
}

.tips-popup .btns span.retry,
.tips-popups .btns span.retry {
  color: #2695ff;
  display: inline-block;
  width: 50%;
  text-align: center;
  padding: 0.2rem 0;
  font-size: 0.3rem;
}

.tips-popup .btns span.upgrade,
.tips-popups .btns span.upgrade {
  color: #fff;
  background: #2695ff;
  display: inline-block;
  width: 50%;
  text-align: center;
  padding: 0.2rem 0;
  font-size: 0.3rem;
  border-bottom-right-radius: 0.125rem;
}

/* @media screen and (max-width: 320px) {
    .tips-popup .btns span.upgrade {
        width:49.6%;
    }
} */
.loading {
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  height: 1000%;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.loading-con {
  background-color: #fff;
  color: #000;
  border-radius: 0.2em;
  line-height: 1.5em;
  width: 70%;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 35%;
  padding: 0.5rem 0.3rem;
}

.loading #progress {
  width: 3rem;
  margin: 0 auto;
}

#progress img {
  width: 100%;
  display: block;
}

.loading p {
  text-align: center;
  font-size: 0.28rem;
  margin-bottom: 0.2rem;
  color: #3091f7;
}

.icon-tui {
  display: block;
  width: 1.5rem;
  margin: 1rem auto 0.4rem auto;
  border-radius: 0.3rem;
}

@media only screen and (max-device-width: 320px) {
  .icon-hide {
    display: none;
  }

  .tips-pt20 {
    padding-top: 20px;
  }

  .tips-url {
    line-height: 1.1;
  }
}

.tips-wh {
  margin: 0 10px;
  font-size: 0.35rem;
  text-align: center;
  word-wrap: break-word;
}

.tips-iphone .img-tips {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tips-ipad {
  display: none;
}

.tips-ipad .img-tips {
  display: block;
  width: 95%;
  margin: 10px auto;
}

.section-tg {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20;
  background: #e05349;
}

.section-tg .tg-link {
  display: block;
}

.section-tg .tg-link img {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.section-tg .tg-close {
  position: absolute;
  right: 4px;
  top: 10px;
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section-tg .tg-close:after {
  content: '.';
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.tips-weixin {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
}

.tips-weixin img {
  display: block;
  width: 60%;
  float: right;
  margin: 1em 1em 0 0;
}

#vip footer {
  width: 100%;
  padding-bottom: 100px;
  text-align: center;
  font-size: 12px;
  color: #99999D;

}
footer p a {
  color: #666;
  text-decoration: underline;
}

#zb footer{
  width: 100%;
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
  color: #666;
}



@media only screen and (min-device-width: 768px) and (max-device-width: 2048px) {
  /* iPad in portrait & landscape */
  .popup_box .prompt {
    width: 50%;
  }

  .modal-guide {
    width: 60%;
  }

  .description-file {
    width: 60%;
  }

  .description-file .content {
    padding-left: 18%;
  }

  .alertBox,
  .alertRenewal,
  .alertBox-bd,
  .tips-popup,
  .tips-popups {
    width: 50%;
  }

  nav ul li:nth-child(2) {
    margin: 0 0 0 2rem;
  }
  nav ul li:nth-child(3) {
    margin: 0 0 0 2rem;
  }

  /*#jb .des a {*/
    /*width: 30%;*/
  /*}*/

  /*#jb .des a p {*/
    /*font-size: 0.4rem;*/
  /*}*/

  /*#jb .des {*/
    /*padding: 0.5rem 2rem;*/
  /*}*/

  #vip .banner .btn-download {
    width: 40%;
    /*height: 1.1rem;
        bottom: 0.3rem;*/
  }

  #vip .tips-install {
    bottom: -2px;
  }

  #vip .tips-buy,
  #vip .tips-success {
    bottom: -2px;
  }

  #vip .wholelife-vip {
    width: 10%;
    top: 5.8rem;
  }

  #zb .des a {
    width: 7rem;
    font-size: 0.4rem;
  }

  footer {
    font-size: 16px;
  }
}

@media only screen and (min-device-width: 1024px) {
  .description-file .content {
    padding-left: 25%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 2048px) and (orientation: landscape) {
  /* iPad in landscape */
  .modal-guide {
    width: 50%;
    top: 0;
  }

  #vip .banner .btn-download {
    width: 40%;
    /*height: 1rem;
        bottom: 0.5rem;*/
  }

  #vip .wholelife-vip {
    width: 10%;
    top: 6.5rem;
  }

  #vip .banner .btn-download {
    width: 30%;
    height: 1rem;
    line-height: 0.78rem;
    bottom: 0.5rem;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 2048px) and (orientation: portrait) {
  /* iPad pro */
  #vip .banner .btn-download {
    /*bottom: 0.6rem;
        line-height: 0.8rem;*/
  }

  #vip .wholelife-vip {
    width: 10%;
    top: 6.5rem;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 2048px) and (orientation: landscape) {
  /* iPad pro */
  #vip .banner .btn-download {
    width: 30%;
    height: 1.1rem;
    bottom: 0.8rem;
    line-height: 1.1rem;
  }

  #vip .wholelife-vip {
    width: 10%;
    top: 8.5rem;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 820px) and (orientation: landscape) {
  /* iPhone 2G-4S & 5 & 5S 6 & 6p in landscape */
  .popup_box .prompt {
    width: 40%;
  }

  .popup_box .prompt {
    top: 4%;
  }

  .popup_box .box-banner .txt {
    top: 0;
  }

  .popup_box .box-banner .txt-price {
    margin: 0.3rem 0 0.2rem -0.2rem;
  }

  .popup_box .prompt .content-select {
    padding: 0.2rem;
  }

  .items-zf {
    margin-bottom: 0.2rem;
  }

  .description-file {
    top: 0;
  }

  .modal-guide {
    width: 50%;
    top: 0;
    padding: 0.15rem;
  }

  .modal-guide h3 {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }

  .modal-guide .swiper-slide img {
    width: 70%;
  }

  .alertBox,
  .alertRenewal,
  .alertBox-bd,
  .tips-popup,
  .tips-popups {
    top: 20%;
    width: 40%;
  }

  #vip .banner .btn-download {
    width: 60%;
    bottom: 1.6rem;
    font-size: 0.5rem;
    line-height: 0.9rem;
  }

  #vip .wholelife-vip {
    width: 12%;
    top: 4rem;
  }
}

@media only screen and (max-device-width: 570px) and (orientation: landscape) {
  .modal-guide .item {
    margin-top: 0.15rem;
    margin-left: 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 350px) and (orientation: portrait) /* iPhone 2G-4S in portrait */ {
  .modal-guide {
    top: 5%;
  }

  .description-file {
    top: 5%;
    width: 85%;
  }

  #vip .banner .btn-download {
    /*line-height: 0.6rem;*/
  }

  #vip .wholelife-vip {
    width: 20%;
    top: 6.5rem;
    padding: 0.25rem;
  }

  #vip .wholelife-vip {
    width: 20%;
    top: 6.5rem;
  }

  .popup_box .box-banner .txt {
    top: 0;
  }

  .popup_box .box-banner .txt-price {
    margin: 0.3rem 0 0.2rem -0.2rem;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 800px) and (orientation: portrait) {
  /* iPhone 2G-4S & 5 & 5S 6 & 6p in portrait */
  .alertBox,
  .alertRenewal,
  .alertBox,
  .tips-popup {
    top: 30%;
  }
  .tips-popups {
    top: 20%;
    width: 80%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 800px) and (orientation: portrait) {
  /* iPhone 2G-4S & 5 & 5S 6 & 6p in portrait */
  .alertBox-sign {
    top: 20%;
  }
}

@media only screen and (max-device-height: 500px) and (orientation: portrait) {
  #vip .arrow-bottom {
    bottom: 3rem;
  }
}

@media only screen and (orientation: landscape) {
  #vip .arrow-bottom {
    position: fixed;
    bottom: 0.5rem;
  }
}

.tips-popup h3,
tips-popups h3 {
  padding: 0.35rem 0 0 0;
}

.alertBox .close {
  display: none;
  width: 0.47rem;
  height: 0.47rem;
  position: absolute;
  right: 0.216rem;
  top: 0.216rem;
}
.alertBox-sign .close {
  display: none;
  width: 0.47rem;
  height: 0.47rem;
  position: absolute;
  right: 0.216rem;
  top: 0.216rem;
}

.tips-popup .close,
.tips-popups .close,
.alertBox-resign .close {
  width: 0.47rem;
  height: 0.47rem;
  position: absolute;
  right: 0.216rem;
  top: 0.216rem;
}
.alertBox-resign .icon {
  width: 100px;
}
.alertBox-resign p.construct {
  font-size: 14px;
  color: #333333;
  text-align: left;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.alertBox-resign p.gray {
  font-size: 12px;
  text-align: left;
  color: #a1a1a5;
  line-height: 17px;
}
.alertBox-resign p.gray span {
  color: rgb(254, 107, 102);
}
.alertBox-resign .opt {
  width: 86%;
  margin: 20px auto;
}
.alertBox-resign .opt a {
  display: inline-block;
  width: 45%;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 16px;
}
@media screen and (max-width:320px){
  .alertBox-resign .opt a{
    font-size: 13px;
  }
  .limit .tip{
    width: 290px;
  }
}

@media screen and (max-width:375px){
  .alertBox-resign .opt a.go-resign{
    padding: 0 2px;
  }
}


.alertBox-resign .opt a.cancel {
  float: left;
  border: 1px solid #0099ff;
  color: #0099ff;
}
.alertBox-resign .opt a.go-resign {
  float: right;
  background-color: #0099ff;
  color: #fff;
}

.content {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-top: 0.26rem;
}

.box {
  /* border:1px solid #ECECEE; */
  display: table-cell;
  padding: 0.1rem;
}
.box-bold {
  font-weight: bold;
  text-align: center;
  display: table-cell;
}
.row-bg {
  text-align: center;
  display: table-row;
  background: #f4f4f4;
}
.row {
  text-align: center;
  display: table-row;
}
.exclusive {
  visibility: hidden;
}
.alertBox-sign .con .qq {
  color: #0080fa;
  text-decoration: underline;
}
.alertBox-sign .con .gray {
  width: 100%;
  word-wrap: break-word;
}
input#udid {
  visibility: hidden;
}
.copy {
  font-size: 0.3rem;
  padding: 0.2rem 0;
  color: #0080fa;
  border-top: 1px #ececee solid;
}
