* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
li,
ol {
  list-style: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*  去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/
img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
}
.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[v-cloak] {
  display: none !important;
}
.wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.wrap .popUp {
  z-index: 99;
}
.u-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  /* top: 0;
      left: 0;
      right: 0;
      bottom: 0; */
  background-color: #000;
  opacity: 0.85;
  /* z-index: 1; */
}
.hintBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 6.24rem;
  height: 6.06rem;
  padding-top: 0.6rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  border: 0.08rem solid #B9ADFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hintBox p {
  width: 5.2rem;
  margin-top: 1.4rem;
  font-size: 0.4rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3F3F41;
  line-height: 0.56rem;
}
.hintBox .btnBox {
  width: 5.28rem;
  height: 0.88rem;
  margin-top: 0.98rem;
  font-size: 0.36rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.88rem;
  text-shadow: 0px 0px 0.04rem rgba(2, 5, 40, 0.7);
  text-align: center;
  background-image: url('../../assets/images/officialTopUp/btn_pop_define2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.loding {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0 -0.5rem;
  z-index: 999;
  animation: lodingmove 1.5s infinite linear;
  /* background-color: #25110c; */
}
@keyframes lodingmove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 禁止长按全选 */
*:not(input, textarea) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
body {
  background-color: #262627;
}
#app .mask {
  background: #443939;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#app .g-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
}
#app .g-main #copyVal {
  position: absolute;
  opacity: 0;
  top: -10%;
}
#app .g-main .subscribe {
  margin: 0 auto;
  cursor: pointer;
}
#app .verify,
#app .icon_copy_b,
#app .region,
#app .phonesListBox {
  cursor: pointer;
}
