
/* 验证码弹窗 begin*/
.mask {
  top: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 11;
}
.verification_box {
  width: 100%;
  height: 8.15rem;
  background: #ffffff;
  position: fixed;
  bottom: 0;
  bottom: -8.15rem;
  border-radius: 0.16rem 0.16rem 0 0;
  padding: 0 0.3rem;
  box-sizing: border-box;
  z-index: 12;
}
.verification_box > h3 {
  height: 0.28rem;
  font-size: 0.28rem;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 0.28rem;
  margin-top: 0.6rem;
}
.salename {
  width: 6.9rem;
  font-size: 0.36rem;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  color: #212121;
  line-height: 0.36rem;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.2rem 0 0.4rem 0;
  box-sizing: border-box;
}
.verificationinfo {
  margin: 0.4rem auto;
  height: auto;
}
.infotitle {
  width: 1.4rem;
  word-break: keep-all;
}
.verificationinfo li {
  /* height: .42rem; */
  font-size: 0.28rem;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 0.42rem;
}

.inputphone {
  width: 6.9rem;
  height: 0.9rem;
  background: #f7f8fb;
  border-radius: 0.5rem;
  font-size: 0.28rem;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 0.9rem;
  padding-left: 0.4rem;
  border: none;
  outline: 0;
  box-sizing: border-box;
}

.verificationcode {
  width: 6.9rem;
  height: 0.9rem;
  background: #f7f8fb;
  border-radius: 0.5rem;
  margin: 0.16rem auto 0.4rem;
  padding-left: 0.06rem;
  box-sizing: border-box;
}

.verificationcode input {
  width: 4.68rem;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  font-size: 0.28rem;
  border-radius: 0.02rem;
  border: none;
  outline: 0;
  padding-left: 0.3rem;
  box-sizing: border-box;
  background: #f7f8fb;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-weight: 400;
  color: #999999;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-weight: 400;
  color: #999999;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-weight: 400;
  color: #999999;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-weight: 400;
  color: #999999;
}
.getverificationcode {
  font-size: 0.28rem;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #ff4512;
  line-height: 0.9rem;
  margin-right: 0.4rem;
}

.chongfa {
  font-size: 0.28rem;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #ff4512;
  line-height: 0.9rem;
  margin-right: 0.4rem;
  display: none;
}

.btnsubmit {
  width: 6.9rem;
  height: 0.9rem;
  background: linear-gradient(90deg, #ffa828, #ff6328);
  border-radius: 0.45rem;
  font-size: 0.32rem;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 0.9rem;
  margin: 0.36rem auto 0;
}
.pay_close {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/tcclose-icon.png) no-repeat;
  background-size: 0.2rem;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
}
/* 验证码弹窗 end*/