.contact_a {
    display: flex;
    margin-top: 33px;
}

.contact_a_right {
    margin-left: 29px;
}

.contact_a_left {
    width: 50%;
}

.c_l_back {
    width: 100%;
    height: 100%;
    background: no-repeat center/cover;
}

.contact_r_title {
    font-size: 14px;
    color: #F1B445;
}

.contact_rf_o {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    padding: 3px 13px;
    border: 1px solid #D8D8D8;
    margin-bottom: 18px;
}

.contact_r_form {
    margin-top: 15px;
}

.contact_rf_o input,
.contact_rf_o textarea {
    border: none;
    width: 100%;
}

.contact_rf_o img {
    max-width: 25px;
}

.contact_r_form .layui-input-block {
    width: 100%;
    margin-left: 0;
}

.contact_r_form input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #787878;
    font-size: 14px;
}

.contact_r_form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #787878;
    font-size: 14px;
}

.contact_r_form input::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #787878;
    font-size: 14px;
}


/*验证码*/

.yzm {
    display: flex;
}

.get_yzm {
    cursor: pointer;
    background-color: #FBF5EC;
    color: #F2A32C;
    font-size: 20px;
    margin-left: 10px;
    height: 46px;
    width: 100px;
    text-align: center;
    line-height: 46px;
    letter-spacing: 2px;
}

.sub {
    background-color: #2169B2;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
}

.m2lxMap {
    height: 36.45vw;
    position: relative;
    z-index: 0;
    /* margin-top: -7.2vw; */
    width: 100%;
}

.BMap_bubble_top {
    height: 0 !important;
}

.BMap_bubble_content {
    line-height: 60px !important;
}

.BMap_bubble_pop img {
    top: 59px !important;
}

.BMap_bubble_pop {
    top: 13vw !important;
}

@media(min-width:1400px) and (max-width:1600px) {
    .BMap_bubble_pop {
        top: 12vw !important;
    }
}

@media(min-width:1025px) and (max-width:1400px) {
    .BMap_bubble_pop {
        top: 11vw !important;
    }
}

@media(max-width:1024px) {
    .BMap_bubble_pop {
        top: 76px !important;
    }
    .contact_a {
        display: block;
    }
    .contact_a_left {
        width: 100%;
    }
    .contact_a_right {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .c_l_back {
        min-height: 323px;
        /* background-image: url('../images/other/map_m.png') !important; */
    }
    .contact_r_title {
        font-size: 13px;
    }
    .contact_rf_o {
        padding: 3px 10px;
        margin-bottom: 9px;
    }
    .contact_rf_o img {
        max-width: 20px;
    }
    .contact_rf_o input {
        height: 35px;
    }
    .get_yzm {
        height: 44px;
    }
    .sub {
        height: 43px;
        line-height: 43px;
        font-size: 15px;
    }
    .m2lxMap {
        height: 350px;
    }
}