.proupForm {
  position: fixed;
  top: 0;
  z-index: 999;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
}
.proupForm .innerProup {
  height: 2rem;
  overflow-y: scroll;
  width: 100%;
  position: absolute;
  top: 0.8rem;
  left: 0px;
  background-color: white;
}
.proupForm .innerProup .innerProup-item {
  padding-left: 0.25rem;
  height: 0.6rem;
  line-height: 0.6rem;
  color: gray;
  font-size: 0.26rem;
}
.proupForm .form-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 6.86rem;
  width: 6.9rem;
  margin: 0.3rem auto;
  background-image: url("../../image/form_bg.png");
  background-size: cover;
  padding: 0.04rem;
  border-radius: 0.24rem;
}
.proupForm .form-wrapper .closeImg {
  position: absolute;
  text-align: center;
  margin-top: 0.2rem;
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.proupForm .form-wrapper .closeImg img {
  width: 0.6rem;
  height: 0.6rem;
}
.proupForm .form-wrapper .form-content-container {
  margin-top: 1.5rem;
}
.proupForm .form-wrapper .lang {
  width: 5.9rem;
  height: 0.76rem;
  line-height: 0.76rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  padding-left: 0.2rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 0.28rem;
  color: #999999;
}
.proupForm .form-wrapper .lang .arrowIcon {
  float: right;
  margin-right: 0.2rem;
  margin-top: 0.28rem;
  width: 0.2rem;
  height: 0.2rem;
}
.proupForm .form-wrapper .langHave {
  width: 5.9rem;
  height: 0.76rem;
  line-height: 0.76rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  padding-left: 0.2rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 0.28rem;
}
.proupForm .form-wrapper .langHave .arrowIcon {
  float: right;
  margin-right: 0.2rem;
  margin-top: 0.28rem;
  width: 0.2rem;
  height: 0.2rem;
}
.proupForm .form-wrapper .subTitle {
  text-align: center;
  margin: 0.9rem auto 0;
  line-height: 0.4rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 0.28rem;
  color: #333333;
  letter-spacing: 0;
}
.proupForm .form-wrapper .title-wrapper img {
  display: block;
  width: 100%;
}
.proupForm .form-wrapper .proup-section-form {
  border-radius: 0.24rem;
  padding: 0 0.5rem;
  position: relative;
}
.proupForm .form-wrapper .proup-section-form .section-form-img {
  width: 6.44rem;
  position: absolute;
  top: -0.35rem;
  left: 50%;
  transform: translateX(-50%);
}
.proupForm .form-wrapper .proup-section-form .section-form-title {
  margin-top: 0.48rem;
  line-height: 0.33rem;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 0.24rem;
  color: #333333;
  text-align: center;
  margin-bottom: 0.2rem;
}
.proupForm .form-wrapper .proup-section-form .form-item {
  position: relative;
  height: 0.76rem;
  margin-bottom: 0.2rem;
}
.proupForm .form-wrapper .proup-section-form .form-item:last-of-type {
  margin-bottom: 0;
}
.proupForm .form-wrapper .proup-section-form .form-input {
  position: absolute;
  background: #fff;
  border: none;
  border-radius: 0.08rem;
  color: #333333 !important;
  width: 100%;
  height: 100%;
  padding: 0.18rem 0.24rem;
  /* line-height: .4rem; */
  line-height: 0.28rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 0.28rem;
}
.proupForm .form-wrapper .proup-section-form .form-input::placeholder {
  color: #999999;
}
.proupForm .form-wrapper .proup-section-form .form-input-code {
  padding-right: 2.2rem !important;
}
.proupForm .form-wrapper .proup-section-form .form-input-send {
  width: 1.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.32rem;
  line-height: 0.37rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 0.26rem;
  color: #2C69DF;
  text-align: right;
}
.proupForm .form-wrapper .proup-section-form .form-input-send.showCountdown {
  cursor: not-allowed;
  opacity: 0.6;
}
.proupForm .form-wrapper .proup-section-form .form-agreement {
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
  margin-bottom: 0.17rem;
}
.proupForm .form-wrapper .proup-section-form .form-agreement-img {
  cursor: pointer;
  width: 0.28rem;
  margin-right: 0.08rem;
}
.proupForm .form-wrapper .proup-section-form .form-agreement-text,
.proupForm .form-wrapper .proup-section-form .form-agreement-link {
  color: #999999;
  font-size: 0.24rem;
  font-family: PingFangSC;
  font-weight: 400;
}
.proupForm .form-wrapper .proup-section-form .form-agreement-link {
  color: #2C69DF !important;
}
.proupForm .form-wrapper .proup-section-form .section-btn-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proupForm .form-wrapper .proup-section-form .section-btn {
  cursor: pointer;
  line-height: 0.48rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 0.34rem;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.14rem;
  background-image: linear-gradient(0deg, #FF7000 0%, #FFCF63 100%);
  border: 0;
  width: 3.1rem;
  height: 0.72rem;
  background-image: linear-gradient(0deg, #FC803B 0%, #FED13E 100%), linear-gradient(0deg, #6D45FF 0%, #8D6FFF 100%), linear-gradient(0deg, #FF922A 0%, #FFDD63 100%);
  border-radius: 0.36rem;
}
.proupForm .form-wrapper .proup-section-form .section-btn.section-btn-short {
  line-height: 0.72rem;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 0.32rem;
  padding: 0;
  width: 3.16rem;
}
