/* .main_content {
    padding: 1.1rem 0 .1rem;
} */

.contactUs_banner {
    width: 100%;
    height: 11rem;
    background: url(../img/contactUs-yd-banner.jpg) no-repeat center center;
    background-size: cover;
}

.send_message {
    width: 100%;
    padding: .6rem 0;
}

.send_message .message_content {
    width: 7rem;
    margin: 0 auto;
}

.send_message .message_form {
    width: 100%;
}

.send_message .contact_info {
    width: 100%;
    background-color: #f5f5f5;
    margin-top: .4rem;
    padding: .4rem;
}

.send_message .message_title {
    position: relative;
    margin-bottom: .6rem;
    font-size: .36rem;
    line-height: 1.6;
    color: #000;
    font-family: pb;
}

.send_message .message_title span {
    color: #1364f7;
}

.send_message .message_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.08rem;
    width: .6rem;
    height: .04rem;
    background: #1364f7;
}

.send_message .contact_form {
    width: 100%;
    padding-top: .2rem;
}

.send_message .form_row {
    width: 100%;
}

.send_message .form_item {
    width: 100%;
    padding: .2rem 0;
    display: flex;
    align-items: center;
    margin-bottom: .25rem;
    border: .01rem solid #e0e0e0;
    border-radius: .1rem;
}

.send_message .form_item img {
    width: .32rem;
    height: .32rem;
    margin: 0 .2rem;
    object-fit: contain;
}

.send_message .form_item input,
.send_message .form_item textarea {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    color: #222;
    font-size: .26rem;
    font-family: pr;
}

.send_message .message_item {
    height: 2rem;
    align-items: flex-start;
}

.send_message .message_item textarea {
    resize: none;
    line-height: 1.6;
}

.send_message .form_bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .22rem;
}

.send_message .form_bottom div {
    width: 3.5rem;
    height: .8rem;
    line-height: .8rem;
    border: none;
    background-color: #2a70fe;
    text-align: center;
    color: #fff;
    font-size: .26rem;
    font-family: pb;
    border-radius: .1rem;
    cursor: pointer;
    margin: .2rem 0;
}

.send_message .form_bottom div span {
    margin-left: .15rem;
}

.send_message .form_bottom p {
    color: #555;
    font-size: .26rem;
    font-family: pr;
}

.send_message .form_bottom p::before {
    content: "";
    display: inline-block;
    width: .4rem;
    height: .4rem;
    margin-right: .12rem;
    vertical-align: -.1rem;
    background: url(../img/icon7.png) no-repeat center center;
    background-size: contain;
}

.send_message .info_intro {
    color: #333;
    font-size: .26rem;
    line-height: 1.6;
    font-weight: 500;
    margin: -.1rem 0 .4rem;
}

.send_message .info_list {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.send_message .info_item {
    display: flex;
    align-items: flex-start;
    gap: .22rem;
}

.send_message .info_item img {
    width: .45rem;
    height: .45rem;
    object-fit: contain;
}

.send_message .info_item h4 {
    margin-bottom: .2rem;
    color: #000;
    font-size: .28rem;
    line-height: 1.6;
    font-family: pb;
}

.send_message .info_item p {
    color: #333;
    font-size: .26rem;
    line-height: 1.6;
    font-family: pr;
}

.companyLocation {
    width: 100%;
}

.companyLocation .location_content {
    width: 7rem;
    margin: 0 auto;
}

.companyLocation .titleH {
    margin-bottom: .2rem;
}