/* 底部弹窗 */
.modal_mask,
    .modal_warpper {
        width: 100%;
        height: 100%;
    }
    .modal_warpper,
    .modal_mask,
    .modal_content {
        position: fixed;
    }

    .modal_warpper {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        font-size: 30px;
        line-height: 3;
    }

    .modal_mask {
        background: rgba(0, 0, 0, .5);
    }

    .modal_bottom {
        bottom: 0;
        width: 100%;
    }

    .map-link-w {
        font-size: 16px;
        text-align: center;
        background-color: #eeeeee;
    }

    .map-link-w a {
        color: #333;
        text-decoration: none;
        display: block;
        height: 40px;
        line-height: 40px;
        margin:15px 0;
    }


    .map-link-w a>span{
        display: inline-block;
        width: 60%;
        height:40px;
        line-height: 40px;
        border-radius:5px;
    }
    .border1{
        border:1px solid #ff8a00;
    }
    .border2{
        border:1px solid #4fbbf9;
    }
    .border3{
        border:1px solid #45bb4d;
    }
    .map-link-w a.nomb{
        border-top:1px solid #b6b5b5;
        margin:0;

    }
    .bottom_c1{
        color:#8e776c;
    }
    a {
        background-color: transparent;
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }