main {
    width: 100%;
    background: #FFFFFF;

}

.aah3 {
    color: #222222;
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 41px;
    font-weight: 500;
}

.form .xxxx {
    margin-bottom: 45px;
}

.xxxx {
    width: 388px;
    height: 1px;
    background: #AFB1B2;
    position: relative;
}

.xxxx::after {
    content: '';
    position: absolute;
    width: 34px;
    height: 15px;
    top: -7.5px;
    left: 0;
    background: #1E4CC8;
}

/* form */
.form {
    width: 100%;
    padding-bottom: 96px;
    border-radius: 0 0 50px 50px;
    background: #FFFFFF;
    margin-bottom: -60px;
    position: relative;
    z-index: 99;
}

.form-left-item {
    width: 415px;
    height: 155px;
    background: #EDEDF0;
    border-radius: 50px;
    margin-bottom: 21px;
    padding: 36px 0 30px 39px;

}

.form .xxxx {
    margin-bottom: 45px;
}

.fli-top {
    display: flex;
    margin-bottom: 11px;
}

.fli-top img {
    width: 24px;
    height: auto;
    object-fit: cover;
    margin-right: 5px;
}

.fli-top span {
    font-size: 19px;
    line-height: 19px;
    color: #222222;

}

.form-ppp {
    color: #1E4CC8;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
}

.form {
    width: 100%;
    padding-bottom: 168px;
    padding-top: 266px;
}

.form .aah3 {
    white-space: nowrap;
}

.form .iph3 {
    width: 100%;
}

.form-flex {
    width: 1600px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.form-left {
    width: 29%;
    margin-right: 67PX;
}

.form-right {
    width: 69%;

    padding-top: 103px;
}

.form-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-right input {
    font-size: 24px;
    line-height: 24px;
    color: #AFB1B2;
    font-weight: 400;
    border-bottom: 1px solid #AFB1B2;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-bottom: 7px;
}

.form-right input:not(:last-child) {
    width: 47%;
    margin-bottom: 58px;
}

#attr_36 {
    width: 100% !important;
}


.form-button {
    width: 205px;
    height: 50px;
    background: #222222;
    border-radius: 39px 39px 39px 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 68px auto 14px auto;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 22px;
    border: none;
    cursor: pointer;
}

/* form end */
@media (max-width: 1600px) {

    .form-flex {
        width: 1140px;
    }


    .form-left-item {
        width: 21vw;
    }

    .form-ppp {
        font-size: 25px;
    }


}

@media (max-width: 1000px) {
    .aah3 {
        font-size: 23px;
        line-height: 25px;
    }

    .xxxx {
        width: 35%;
        margin-bottom: 35px;
    }

    .fli-top {
        justify-content: center;
    }

    .form-flex {
        width: 90%;
    }


    .form-flex {
        flex-direction: column;
    }

    .form-left,
    .form-right {
        width: 100%;
    }

    .form-left-item {
        width: 45vw;
        height: 80px;
    }

    .form-left-item-flex {
        display: flex;
        justify-content: space-between;
    }

    .fli-top span {
        display: none;
    }

    .form-left-item {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .form-ppp {
        font-size: 14px;
        line-height: 16px;
    }

    .form-right {
        padding-top: 20px;
    }

    .form-right input {
        font-size: 12px;
        line-height: 12px;
    }

    .form {
        padding-bottom: 28px;
        padding-top: 122px;
    }

    .form-button {
        margin: 28px auto 14px auto;
    }
}