/*pop*/
@font-face {
  font-family: PingFang SC;
  src: url(../fonts/PingFang_Medium_downcc.ttf);
}
.popOverflow {
  overflow: hidden;
}
.maskDiv {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.maskDiv.maskFadeOut {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.maskDiv {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(16, 26, 41, 0.76);
  z-index: 999;
}
.wid440 {
  width: 4.4rem;
}
.wid640 {
  width: 6.4rem;
}
.wid840 {
  width: 8.4rem;
}
.popDiv {
  min-height: 1rem;
  background: #ffffff;
  border-radius: 0.1rem;
  position: fixed;
}
.popHead {
  padding: 0 0.3rem;
  line-height: 0.6rem;
  height: 0.6rem;
  border-bottom: solid #f2f2f2 0.01rem;
  overflow: hidden;
}
.popTitle {
  font-size: 0.18rem;
  color: #131b26;
  font-weight: 600;
  font-family: PingFang SC;
}
.popTitle_small {
  margin-left: 0.08rem;
  font-size: 0.14rem;
  color: #8a8b99;
}
.popClose {
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  margin-top: 0.21rem;
  background: url("../imgs/popClose.png") no-repeat;
  background-size: 0.18rem 0.18rem;
}
.tips_content p {
  margin-top: 0.26rem;
  margin-bottom: 0.18rem;
}
.popBottom {
  padding: 0.17rem 0.3rem;
  height: 0.36rem;
}
.popBottom .bntLinear,
.popBottom .bntWhite {
  margin-left: 0.3rem;
}
.popBottomBorder {
  padding: 0.17rem 0.3rem;
  height: 0.36rem;
  border-top: solid #f2f2f2 0.01rem;
}
.popBottomBorder .bntLinear,
.popBottomBorder .bntWhite {
  margin-left: 0.3rem;
}

/* 按钮 */
.bntLinear {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.16rem;
  min-width: 60px;
  height: 0.34rem;
  line-height: 0.34rem;
  background: linear-gradient(322deg, #5a33ff 0%, #6cc7ff 100%);
  font-size: 0.14rem;
  color: #ffffff;
  font-weight: 500;
  border-radius: 0.18rem;
  box-shadow: 0px 0.03rem 0.08rem 0px rgba(58, 107, 255, 0.33);
  text-align: center;
}
.bntWhite {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.16rem;
  min-width: 0.6rem;
  height: 0.32rem;
  line-height: 0.32rem;
  border: solid #8cbbff 0.01rem;
  font-size: 0.14rem;
  color: #3a8bff;
  font-weight: 500;
  border-radius: 0.2rem;
  text-align: center;
}
