body {
    background-color: #F4F4F4;
}

/* 中间图标 */
.div-item p {
    margin-top: 7px;

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.zhongjian-desc {

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #707070;
}

.form-zhongjian {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 100px;
    text-align: center;
}

.div-item {
    margin-top: 63px;
}

.zhongjian-xian {
    width: 33px;
    height: 3px;
    background: #AAAAAA;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-zhongjian-itme {

    width: 30%;
   
    background: #FFFFFF;
    box-shadow: 0px 2px 15px 1px rgba(4, 0, 0, 0.13);
}

/* 中间图标 end*/
/* 表单提交 */
.form {
    position: absolute;
    z-index: 30;
    width: 80%;
    margin: auto;
    background-color: #FFFFFF;
    margin-bottom: 50px;
    border-radius: 1.5%;
    bottom: 31%;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.22);
}

.form-content {
    width: 83%;
    margin: auto;
    padding-bottom: 50px;
    display: flex;
    margin-top: 80px;
}

.form-title {
    text-align: center;
    height: 18px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #282828;
    margin: 50px auto 40px auto;
    padding-top: 50px;

}

.form-xian {
    width: 30%;
    margin: auto;
    display: flex;
    margin-top: 55px;


}

.form-xian2 {
    width: 20%;
    height: 7px;
    background: #004098;
    margin: auto;
}





.form-right {
    margin: auto;
    margin-top: 60px;
}







.dz-img {
    margin-top: 6px;
}

.left-base {
    margin-left: 28px;

}

.left-base span {
    line-height: 28px;
    height: 45px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #707070;
}

.left-icon-div {
    margin-top: 100px;
    margin-left: 28px;
    display: flex;
    justify-content: space-between;
    width: 88%;
}

.form-right-content {
    width: 100%;
    margin: auto;
}

.form-right-div1 {
    display: flex;
    justify-content: space-between;
}

.form-right-div1 input {
    width: 49%;
}

.form-right input,
select {
    margin-bottom: 25px;
    border-radius: 6px;
    height: 50px;
}

textarea {
    border-radius: 6px;
}


.button-div {

    text-align: center;
}

.right-button {
    width: 35%;
    background-color: #004098;
    border-radius: 6px;
    color: #FFFFFF;
    height: 40px;
    margin-top: 40px;
    cursor: pointer;
    border: 0;


}

.right-desc {
    margin-top: 30px;

    height: 38px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #898989;

}

.zhan {
    width: 100%;
    height: 1100px;
    background: #F7F7F7;
}

/* 表单提交 end*/
@media screen and (max-width: 1024px) {
    .form {
        width: 82%;
    }

}

@media screen and (max-width: 800px) {
    .form-content {
        width: 82%;
    }
}
