
form {
  margin-left: 1.08rem;
  margin-top: 0.29rem;
}
label {
  width: 1rem;
  text-align: right;
  font-size: 0.2rem;
  color: #666;
}
input {
  width: 6.5rem;
  height: 0.68rem;
  font-size: 0.23rem;
  padding-left: 0.24rem;
  background: #ffffff;
  border-radius: 0.1rem;
  outline: none;
  border: 0.01rem solid #e1e6ed;
  margin-bottom: 0.23rem;
  margin-left: 0.2rem;
}

input::-webkit-input-placeholder {
  /* placeholder颜色 */
  color: #C8C8C8;
  /* placeholder字体大小 */
  font-size: 0.2rem;
  margin-top: 0.025rem;
}
.enroll_account {
  width: 6.5rem;
  height: 0.68rem;
  background: #5a89fe;
  border-radius: 0.1rem;
  border: 0.01rem solid #e1e6ed;
  margin-left: 2.3rem;
}
.enroll_account span {
  font-size: 0.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
