.yp_form{
    padding: 70px 0;
    background-color: #EFF3F6;
}
.yp_formbox{
    background-color: #fff;
    padding: 0 102px 0 98px;
    border-radius: 10px;
}
@media(max-width:1108px){
    .yp_formbox {
        padding: 0  60px;
    }
}
@media(max-width:518px){
    .yp_formbox {
        padding: 0 30px;
    }
    .yp_form {
        padding: 30px 0;}
        .jobyp {
            padding-top: 30px;
        }
}
@media(max-width:350px){
    .yp_formbox {
        padding: 0 15px;
    }
}

.contact_fs{
    padding-top: 60px;
    padding-bottom: 19px;
    background-color: #fff;
}
.contact_fstit1{
    color: #666;
font-family: Microsoft YaHei;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.contact_fstit2{
    color: #333;
font-family: Microsoft YaHei;
font-style: normal;
font-weight: 400;
line-height: 45px; /* 150% */
margin-top: 13px;
border-bottom: 1px solid #eee;
padding-bottom: 59px;
}
.contact_fsbox{
display: flex;
justify-content: space-between;
align-items: center;
}
.contact_fsbox{
    padding: 24px 0 19px 0;
}
.contact_fsboxleft1{
    color: #666;
font-family: Microsoft YaHei;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.contact_fsboxleft2{
    color: #333;
    font-family: Microsoft YaHei;
    font-style: normal;
    font-weight: 400;
    line-height: 45px; /* 150% */
    margin-top: 13px;
}
.contact_fsboxright{
    display:flex;
}
.contact_fsboxrightewm{
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact_fsboxrightewm span{
    text-align: center;
    color: #333;
text-align: center;
font-family: Microsoft YaHei;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 12px;
}
@media(max-width:620px){
    .contact_fsbox{
        flex-wrap: wrap;
    }
    .contact_fsboxleft{
        width: 100%;
    }
    .contact_fsboxright{
        width: 100%;
        margin-top: 20px;
    }
    .contact_fsboxrightewm:first-child{
        margin-left: 0;
    }
}