.form-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.form-container .form-back {
  width: 100%;
  height: 100%;
}
.form-container .form-content {
  background: #fff;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  width: 6.9rem;
  height: 75vh;
  border-radius: 0.2rem;
  padding-bottom: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-container .form-content .form-title {
  line-height: 0.42rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #2C384E;
  padding: 0.4rem;
  border-bottom: 0.02rem solid #E3E9F0;
  position: relative;
  display: flex;
}
.form-container .form-content .form-title span {
  padding-right: 0.4rem;
}
.form-container .form-content .form-title .form-close {
  width: 0.4rem;
  height: 0.4rem;
  background: url(/assets/images/wap/common/icon-close.png) no-repeat center center;
  position: absolute;
  top: 0.42rem;
  right: 0.4rem;
  cursor: pointer;
}
.form-container .form-content .form {
  flex: 1;
  width: 100%;
  padding: 0.4rem;
  overflow: hidden;
}
.form-container .form-content .form-list {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.form-container .form-content .form-list li {
  font-size: 0;
  margin-bottom: 0.4rem;
  position: relative;
}
.form-container .form-content .form-list li:last-child {
  margin-bottom: 0;
}
.form-container .form-content .form-list li .form-lb {
  display: block;
  line-height: 0.42rem;
  font-size: 0.32rem;
  color: #2C384E;
  margin-bottom: 0.2rem;
}
.form-container .form-content .form-list li .form-lb:last-child {
  margin: 0;
}
.form-container .form-content .form-list li .form-controls {
  width: 100%;
  border-radius: 0.12rem;
  background: #fff;
  color: #2C384E;
  font-size: 0.32rem;
  border: 0.02rem solid #E9E9E9;
  outline: none;
  font-family: inherit;
}
.form-container .form-content .form-list li .form-controls::placeholder {
  color: #A7AEB6;
}
.form-container .form-content .form-list li .form-input {
  height: 0.8rem;
  padding: 0 0.28rem;
}
.form-container .form-content .form-list li .form-input::placeholder {
  font-size: 0.28rem;
}
.form-container .form-content .form-list li .form-text {
  height: 1.6rem;
  padding: 0.16rem 0.28rem;
  outline: none;
  line-height: 0.44rem;
  resize: none;
}
.form-container .form-content .form-list li .form-text::placeholder {
  font-size: 0.28rem;
}
.form-container .form-content .form-list li .sms-code {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 2.2rem;
  height: 0.8rem;
  font-size: 0.28rem;
  color: #0E77FF;
  text-align: center;
  line-height: 0.8rem;
  border-left: 0.02rem solid #E3E9F0;
  cursor: pointer;
}
.form-container .form-content .form-list li .sms-code .sms-timeont {
  color: #A7AEB6;
  font-size: 0.24rem;
}
.form-container .form-content .submit-btn {
  width: 5.6rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 0.12rem;
  background-color: #0E77FF;
  margin: 0 auto;
  cursor: pointer;
}
