/* .main_content {
    padding: 1.1rem 0 0;
} */
.msgH {
    font-size: .26rem !important;
}

.quoteBtn {
    width: 3.5rem;
    height: .8rem;
    line-height: .8rem;
    color: #fff;
    font-size: .26rem;
    font-family: pb;
    text-align: center;
    cursor: pointer;
    border-radius: .2rem;
}

.contactUs_banner {
    width: 100%;
    height: 12rem;
    margin: 0 auto;
    background: url(../img/contactUs-yd-banner.jpg) no-repeat center center;
    background-size: contain;
    position: relative;
}

.contactUs_banner .quoteBtn {
    position: absolute;
    left: 3%;
}

.contactUs_banner .quoteBtn1 {
    top: 31.5%;
}

.contactUs_banner .quoteBtn2 {
    top: 38%;
}

.contactUs_banner .quoteBtn3 {
    width: 5rem;
    top: 45%;
}

.contact_way {
    width: 100%;
}

.contact_way .way_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.contact_way .way_ul {
    width: 100%;
    margin-top: .4rem;
}

.contact_way .way_li {
    border: .01rem solid #e5e5e7;
    border-radius: .2rem;
    overflow: hidden;
    padding: .4rem;
    margin-bottom: .2rem;
}

.contact_way .way_li>img {
    width: .6rem;
    height: .6rem;
    object-fit: contain;
    margin-bottom: .2rem;
}

.contact_way .way_li .titleH {
    font-size: .34rem;
    text-transform: capitalize;
    text-align: left;
}

.contact_way .way_li .msgH {
    text-align: left;
}

.contact_way .way_li .msgHO {
    color: #f88e04;
    font-family: pb;
    margin-top: .2rem;
    font-size: .28rem !important;
}

.contact_way .way_li .quoteBtn {
    width: 2.8rem;
    color: #f88e04;
    border: .02rem solid #f88e04;
    border-radius: .4rem;
    margin: .4rem 0 .2rem;
}

.contact_way .way_li:hover {
    border: .01rem solid #f88e04;
}

.contact_way .way_li:nth-child(2) .quoteBtn {
    width: 3.8rem;
}

.contact_way .way_li:hover {
    border: .01rem solid #f88e04;
}

.contact_way .quoteBtn:hover {
    color: #fff;
    background-color: #f88e04;
}

.contact_location {
    width: 100%;
    background-color: #f5f5f7;
}

.contact_location .location_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.contact_location .location_map {
    width: 100%;
    height: 8rem;
    margin-top: .4rem;
}

.contactUs_onLine {
    width: 100%;
    margin-top: .6rem;
}

.contactUs_onLine .online_content {
    width: 7rem;
    margin: 0 auto;
}

.contactUs_onLine .titleH,
.contactUs_onLine .msgH {
    text-align: center;
}

.contactUs_onLine .msgH {
    color: #666;
    font-size: .26rem;
    margin-bottom: .4rem;
}

.contactUs_onLine .online_L {
    width: 100%;
}

.contactUs_onLine .contact_form {
    margin-top: .3rem;
}

.contactUs_onLine .form_row {
    margin-bottom: .2rem;
}

.contactUs_onLine .form_input_wrapper {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: .25rem;
    padding: .15rem .15rem;
    box-sizing: border-box;
    transition: border-color 0.3s;
    margin-bottom: .3rem;
}

.contactUs_onLine .form_input_wrapper:hover {
    border-color: #f88e04;
}

.contactUs_onLine .form_input_wrapper:focus-within {
    border-color: #f88e04;
}

.contactUs_onLine .form_input_wrapper.full_width {
    width: 100%;
}

.contactUs_onLine .form_icon {
    width: .4rem;
    height: .4rem;
    margin-right: .15rem;
    flex-shrink: 0;
}

.contactUs_onLine .form_icon_textarea {
    margin-top: -1.6rem;
}

.contactUs_onLine .form_input_wrapper input,
.contactUs_onLine .form_input_wrapper textarea {
    flex: 1;
    border: none;
    outline: none;
    font-size: .26rem;
    color: #333;
    background: transparent;
    padding: 0;
}

.contactUs_onLine .form_input_wrapper input::placeholder,
.contactUs_onLine .form_input_wrapper textarea::placeholder {
    color: #999;
}

.contactUs_onLine .form_input_wrapper textarea {
    resize: vertical;
    min-height: 2rem;
    font-family: inherit;
}

.contactUs_onLine .submit_btn {
    width: 50%;
    height: .8rem;
    background: linear-gradient(135deg, #ff6b35 0%, #f88e04 100%);
    color: #fff;
    border: none;
    border-radius: .1rem;
    font-size: .3rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 0 .3rem 1.6rem;
}

.contactUs_onLine .form_row:last-child {
    margin-top: -.3rem;
}

.contactUs_onLine .submit_btn:active {
    opacity: 0.9;
}