/**
 * xinjiang - Sichuan tobacco xiaoyaoyou activity
 * @version v1.0.0
 * @license ISC
 * @author wanghui@yiscn.com
 */
.wx_loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
}

.wx_loading > .content {
  background-color: white;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.wx_loading > .content > .errimg {
  margin: 3.333333rem auto;
  width: 100%;
  height: 10rem;
}

.wx_loading > .content > .errimg > img {
  width: 4.333333rem;
  height: 2.546666rem;
}

.wx_loading > .content > .errimg button {
  background-color: white;
  width: 3.013333rem;
  height: 1.026667rem;
  border-radius: 11Px;
  border: solid 1Px #1bb687;
  font-size: .416533rem;
  line-height: 0Px;
  letter-spacing: 0Px;
  color: #1bb687;
  -webkit-box-shadow: 1Px 1Px 1Px 1Px #1bb687;
  box-shadow: 1Px 1Px 1Px 1Px #1bb687;
}

.wx_loading > .content > .errimg > p {
  font-size: .413333rem;
  margin: 1rem 0 1.28rem 0;
  color: #999999;
}

.wx_loading .wx_loading_inner {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  position: fixed;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3rem;
  border-radius: 6Px;
  font-size: .386667rem;
  padding: .973333rem 0 .333333rem 0;
  z-index: 99;
}

.wx_loading .wx_loading_inner .wx_loading_icon {
  position: absolute;
  top: .2rem;
  left: 50%;
  margin-left: -0.213333rem;
  width: .5rem;
  height: .5rem;
  border: 2Px solid #fff;
  border-radius: 99Px;
  -webkit-animation: gif 0.8s infinite linear;
  animation: gif 0.8s infinite linear;
  clip: rect(0 auto 12Px 0);
}

@-webkit-keyframes gif {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes gif {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.alertbox{
  position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.6);
}
.alertbox div{
  text-align: center;
  /* background-color: rgba(0, 0, 0, 0.5); */
  background: #f2f2f2;
  color: #000;
  position: fixed;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width:50%;
  border-radius: 6Px;
  font-size: .386667rem;
  padding: 0.3rem 0.3333rem;
  z-index: 998;
}
.alertbox .title{  
  display: none;
}
.alertbox .content1{  
  line-height: 1rem;
}
.alertbox .bt{
  width: 1.6rem;
  height: 1.2rem;
  text-align: center;
  line-height: 1.2rem;
  position: relative;
  left: 50%;
  margin-left:-0.8rem ;
  border:1px solid #fff ;
  border-radius: 6Px;
}
