@media screen and (max-width: 767px) {
    .contact-content-container {
        padding: 12px;
    }

    #baidu_map_container {
        width: 100%;
        height: 0;
        padding-bottom: 80%;
        margin: 10px auto;
    }

    /* 手机页面下显示导航按钮 */
    .navigation-container {
        display: block !important;
        width: 40px;
        height: 40px;
        position: fixed;
        right: 25px;
        bottom: 125px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        box-shadow: #000 0 0 5px;
        z-index: 10000;
        background-color: #FFF;
    }

    .navigation-container .layui-icon {
        font-size: 30px;
    }
}

/* IPAD、PC端 */
@media screen and (min-width: 768px) {
    .contact-wrapper {
        width: 1200px;
        margin: 40px auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .contact-container {
        width: 910px;
    }

    .contact-content-container {
        padding: 25px 0;
        font-size: 16px;
        line-height: 1.8;
        /*border: 1px solid #DDD;*/
        border-top: none;
        min-height: 400px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .contact-content {
        width: 40%;
    }

    #baidu_map_container {
        width: 60%;
        height: 400px;
        margin-top: 10px;
        box-shadow: #000 0 0 5px;
    }
}