html,
body {
    height: 100%;
    margin: 0;
}
*{
    font-family:pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,"sans-serif"
}


.form_content {
    display: flex;
    min-height: calc(100vh - 64px);
    width: 100%;
    overflow: hidden;
}

.form_content_left {
    background-image: url('/img/form_bg.png');
    background-position: center;
    background-size: cover;
    min-height: inherit;
    /* width: 800px; */
    padding: 80px 160px 0 100px;
    position: relative;
    width: 45%;
}
@media (max-width:1700px) {
    .form_content_left {
        padding: 60px 100px 0 80px;
    }
}

@media (max-width:1500px) {
    .form_content_left {
        padding: 70px 30px 0 40px;
    }
}

@media (max-width:1200px) {
    .form_content_left {
        padding: 30px 60px 0 30px;
    }

    .form_content_left p {
        font-size: 28px !important;
    }

    .form_content_left_ul_left_item p {
        font-size: 16px !important;
    }
}

.form_content_left p {
    font-weight: 500;
    font-size: 35px;
    color: #111933;
    line-height: 60px;
}

.form_content_left span {
    font-weight: 400;
    font-size: 18px;
    color: #111933;
    line-height: 30px;
    margin-top: 5px;
    display: block;
}

.form_content_left_ul {
    margin-top: 40px;
    display: flex;
    /* align-items: center; */
    gap: 105px;
}

.block {
    width: 9px;
    height: 9px;
    background: #00BF80;
    border-radius: 50%;
    margin-right: 9px;
}

.form_content_left_ul_left_item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.form_content_left_ul_left_item p {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #111933;
    line-height: 0;
}

.form_content_left_ul_left_item span {
    color: #00BF80;
    margin-top: 0;
}

.form_botm {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #666666 !important;
    line-height: 27px !important;
    position: absolute;
    bottom: 40px;
}

.form_content_right {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 60px;
}

.form_content_right p {
    font-weight: 600;
    font-size: 24px;
    color: #00BF80;
}

.form_content_right span {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.form_content_right_item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.label {
    color: #FF6565 !important;
    margin-right: 5px;
}

.form_content_right_item_ipt,
.form_content_right_item_text {
    width: 350px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 8px !important;
    border: 2px solid #E6E8EB !important;
    padding-left: 19px;
}

input::placeholder {
    color: #A3AAB3;
}

textarea::placeholder {
    color: #A3AAB3;
}

.form_content_right_item_text {
    height: 78px;
    padding-top: 12px;
}

.form_content_right_box_top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
    width: 100%;
}

.form_content_right_box {
    width: 355px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.form_content_right_btn {
    width: 350px;
    height: 45px;
    background: #00BF80;
    border-radius: 8px;
    line-height: 45px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.form_content_right_tip {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    margin-top: 10px;
}

.form_content_right_tip p {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.formSuccess {
    background-image: url('/img/formbg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 410px;
    padding-top: 176px;
}

.formSuccess_box {
    width: 1240px;
    height: 280px;
    background: #FFFFFF;
    border-radius: 27px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.formSuccess_box_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 39px;

}

.formSuccess_box_left img {
    width: 132px;
    height: 132px;
}

.formSuccess_box_left span {
    font-weight: 500;
    font-size: 14px;
    color: #999999;
}

.formSuccess_box_right p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
}

.formSuccess_box_right span {
    font-weight: 500;
    font-size: 19px;
    color: #333333;
}