.section .tit,.form-wrap .tit {
    font-family: "Impact";
    font-weight: 400;
    font-size: 0.3625rem;
    color: #272727;
    text-align: center;
    padding-bottom: 0.35rem;
}
.text {
    font-family: "AlimamaFangYuanTiVF";
    font-weight: normal;
    font-size: 0.2375rem;
    color: #413F41;
    line-height: 1.4;
}
.section {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.form-wrap {
    background: #F3F3F3;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.form-wrap .tip a {
    font-family: "AlimamaFangYuanTiVF";
    font-weight: normal;
    font-size: 0.225rem;
    color: #413F41;
    border-bottom: 1px solid #C3C3C3;
}
.form-wrap .tit {
    /*padding-top: 1.05rem;*/
    padding-bottom: 0.5rem;
}
.form-item {
    flex-wrap: wrap;
    margin-bottom: 0.6rem;
}
.form-item .label {
    font-family: "AlimamaFangYuanTiVF";
    font-size: 0.2375rem;
    color: #413F41;
    font-weight: bold;
    margin-bottom: 0.175rem;
}
.form-item .label span {
    font-size: 0.1625rem;
    font-weight: normal;
    color: #FFFFFF;
    background: #003D1B;
    border-radius: 0.1rem;
    padding: 0.025rem 0.125rem;
    box-sizing: border-box;
    margin-left: 0.1875rem;
}
.form-item input,.form-item textarea,.form-item select {
    background: #FFFFFF;
    height: 0.6rem;
    font-size: 0.2375rem;
    color: #413F41;
    width: 100%;
    border: none;
    outline: none;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
.form-item input[type="checkbox"] {
  width: 1rem;
  height: 0.4rem;
}
.form-item textarea {
    height: 1.5875rem;
    padding: 0.1rem;
}
.form-wrap .btns {
    padding-top: 0.6375rem;
}
.form-wrap .btns button {
    cursor: pointer;
    width: calc((100% - 1.15rem) / 3);
    border-radius: 0.3rem;
    background: #003D1B;
    height: 0.6rem;
    font-family: "AlimamaFangYuanTiVF";
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
}
.subject-change {
  display: none;
}
.note {
  font-family: "AlimamaFangYuanTiVF";
  font-weight: normal;
  font-size: 0.2375rem;
  color: #413F41;
  line-height: 1.4;
  margin-bottom: 0.6rem;
}
.note span {
  font-weight: bold;
}