html,
body {
  background: #fff;
  max-width: 750px;
  margin: 0 auto;
}
img {
  display: block;
  width: 100%;
}
.form {
  padding: 0.84rem 0.4rem 0.7rem 0.6rem;
  font-size: 0.24rem;
  color: #4D4D4D;
}
.form h2 {
  text-align: center;
  font-size: 0.36rem;
  color: #B13433;
  font-weight: normal;
  margin-bottom: 0.7rem;
}
.form .item {
  height: 0.86rem;
  margin: 0 auto;
  position: relative;
}
.form .item .label {
  position: relative;
  margin-right: 0.16rem;
  white-space: nowrap;
}
.form .item .label::before {
  content: '*';
  color: #FF0200;
  position: absolute;
  top: 28%;
  left: -0.18rem;
}
.form .item input {
  font-size: 0.24rem;
  color: #4D4D4D;
  border-bottom: 1px solid #F0F0F0;
  padding: 0.2rem 0;
  width: 100%;
}
.form .item .arrowIcon {
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
}
.form .submit {
  width: 6.2rem;
  height: 0.72rem;
  background: #B13433;
  border-radius: 0.1rem;
  font-size: 0.24rem;
  color: #fff;
  margin-top: 0.4rem;
}
.van-radio__icon .img-icon {
  width: 0.25rem;
  height: 0.25rem;
}
.van-radio__icon {
  font-size: 14px;
}
.van-radio--horizontal {
  /*width: 1.6rem;*/
}
.van-radio--horizontal:last-child {
  margin-right: 0;
}
.sex_radio .van-radio--horizontal {
  width: auto;
}
.van-radio__label {
  white-space: nowrap;
}
[v-cloak] {
  display: none;
}
