.form-header {
    width: 64vw;
    height: 14vw;
    background: url("../img/17f967e5b8c4d710551706f5121229f3.png");
    background-size: cover;
    margin-top: 8vw;

    position: relative;
}

.form-header > span {
    width: 20vw;
    height: 5vw;
    background-color: rgba(28, 65, 117, 1);;

    font-size: 1.5vw;
    line-height: 5vw;
    text-align: center;
    color: #FFFFFF;
    font-family: SourceHanSansCN-Regular;

    position: absolute;
    top: -2.5vw;
    left: 1.5vw;
}

.form-header > p {
    font-size: 2.3vw;
    font-family: Roboto-Regular;
    overflow-wrap: break-word;
    color: rgba(28, 65, 117, 1);
    text-align: center;
}

.form-body {
    width: 64vw;
    align-items: center;
    background-color: #FFFFFF;
}

.form-body > div {
    width: 48vw;
    margin-top: 5vw;
    align-items: center;
}

.form-left {
    width: 24vw;
}

.form-right {
    width: 19vw;
}

.form-item {
    width: 100%;
    margin-top: 2vw;
}

.form-item:nth-child(1) {
    margin-top: 0;
}

label {
    font-size: 1.5vw;
    text-align: center;
    font-family: Adobe Heiti Std R;
    color: rgba(28, 65, 117, 1);
    margin-bottom: 1.3vw;
}

label > span {
    padding-bottom: 0.3vw;
    border-bottom: 0.1vw solid rgba(28, 65, 117, 1);
}

input {
    border: 0.1vw solid rgba(28, 65, 117, 1);
    background: transparent;
    margin: 0;
    padding: 0 0 0 1vw;
    outline: none;
    border-radius: 0;
    box-shadow: none;
}
.require {
    box-shadow: #ff0000 -0.3vw -0.3vw 0 0;
}

.form-input {
    width: 24vw;
    height: 2.5vw;
    font-size: 1vw;
}

.form-input:focus {
    background-color: transparent; /* 移除点击时的背景色变化 */
}

.form-submit {
    height: 3.5vw;
    width: 13.5vw;
    background-color: rgba(28, 65, 117, 1);
    border-radius: 0.5vw;
    margin: 5vw 0 5vw 0;
    border: none;
    cursor: pointer;


    color: #FFFFFF;
    text-align: center;
    line-height: 3.5vw;
    font-size: 1.5vw;
}

.form-body > a {
    width: 31.5vw;
    height: 3.5vw;
    margin-bottom: 2vw;
    border-bottom: 0.1vw solid rgba(28, 65, 117, 1);
    align-items: center;
    justify-content: center;
}

.form-body > a > img {
    width: 1vw;
    height: 0.8vw;
}

.form-body > a > span {
    margin-left: 1vw;
    cursor: pointer;
    color: rgba(28, 65, 117, 1);
    text-align: center;
    font-size: 1.5vw;
}
.affirm-button {
    color: #FFFFFF;
    border: none;
    padding: 1vw 2vw;
    margin-top: 20px;
    border-radius: 0.02vw;
    background-color: #00B293;
    cursor: pointer;
}

footer {
    margin-top: 0;
}