@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  html {
    font-size: 75%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  html {
    font-size: 81.3%;
  }
}
body{
/*text-size-adjust: 100% !important;*/
    background: #f3f3f3;
}
.show-more-container {
  border: 0px solid #ffffff !important;
  padding-bottom: 1rem !important;
}

.haveNoData-container div {
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  height: 3rem;
  display: inline-block;
  line-height: 3rem;
  color: #949494;
}

.no-data {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 14rem;
  font-size: 1.2rem;
  color: #999999;
}

.no-data img {
  margin-bottom: 1.5rem;
}

.no-data a {
  color: #3f88c1;
}

.loading {
  display: block;
  width: 100%;
  height: 200px;

}

.loading span {
  width: 40px;
  height: 40px;
  display: block;
  margin: 100px auto 0;
  /*background: url('../proloading.png') no-repeat;*/
  background-size: 100%;
  -webkit-animation: loadingFrames 1s 99999;
  -o-animation: loadingFrames 1s 99999;
  animation: loadingFrames 1s 99999;

}

@keyframes loadingFrames {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /*50%{*/
  /*-webkit-transform: rotate(180deg);*/
  /*-moz-transform: rotate(180deg);*/
  /*-ms-transform: rotate(180deg);*/
  /*-o-transform: rotate(180deg);*/
  /*transform: rotate(180deg);*/
  /*}*/
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}

.pop {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 999;
  height: 100%;
  text-align: center;
  top: 0;
}

.pop .qrcode {
  width: 150px;
  margin-top: 30%;
  top: 0;
}

.pop .pop-content {
  line-height: 4rem;
  font-size: 1.5rem;
  color: #ffffff;
}

.pop .close-btn {
  position: absolute;
  width: 4rem;
  height: 2rem;
  line-height: 2rem;
  right: 2rem;
  top: 2rem;
  display: block;
  z-index: 1000;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.2rem;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
