﻿* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
    width: 100vw;
    margin: 0 auto;
    font-size: 16px;
    overflow-x: hidden;
    /* min-width:1200px; */
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #404040;
}

body, html {
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
    margin: 0;
}

.map_con {
    width: 100%;
    height: 75%;
}

#allmap {
    width: 82%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    float: right;
}

.input_ss {
    width: 100%;
    height: 60px;
    background: #115DB2;
}

.ss_con_l, .ss_con_r {
    float: left;
    height: 100%;
    text-align: center;
    line-height: 40px;
}

.ss_con_l {
    width: 40%;
}

.ss_con_r {
    width: 60%;
}

.ss_con_l h2 {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    color: #FFFFFF;
}

.ss_con_r div {
    width: 100%;
    height: 60px;
    margin-top: 10px;
}

.layui-input {
    width: 300px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding-left: 50px;
    border: #115DB2 1px solid;
}

.layui-btn {
    width: 100px;
    height: 45px;
    background: #FFFFFF;
    color: #115DB2;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
}

.allmap_l {
    float: left;
    width: 18%;
    height: 100%;
    overflow: auto;
}

.allmap_l::-webkit-scrollbar {
    width: 0 !important
}

.ml_title {
    position: relative;
    width: 100%;
    height: 50px;
    display: block;
    color: #FFFFFF;
    background: #115DB2;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
}


.allmap_l ul {
    width: 100%;
    margin: 0 20px;
    padding: 0 0 0px 0;
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
}


.last_ul {
    border-radius: 0 0 8px 8px;
}

.allmap_l ul span {
    width: 100%;
    height: 70px;
    text-align: center;
    display: inline-block;
    background-color: #115DB2;
    padding: 0px 6px;
    color: #FFFFFF;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 70px;
}

.allmap_l ul li {
    display: none;
    cursor: pointer;
    text-align: center;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #115DB2;
    background: #FFFFFF;
}

.allmap_l ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #115DB2;
    line-height: 60px;
    font-size: 16px;
}

.allmap_l ul li:hover {
    background: #115DB2;
}

.allmap_l ul li:hover a {
    color: #FFFFFF;
}

.BMap_bubble_title {
    color: #115DB2;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-shadow: 2px 3px 1px pink;
    font-family: "Microsoft Yahei";
}

.BMap_bubble_content {
    font-size: 12px;
    line-height: 20px;
    font-family: "Microsoft Yahei";
}

.dianh {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("dianhua.png") no-repeat;
    background-size: 100% 100%;
}

.dizhi {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("dizhi.png") no-repeat;
    background-size: 100% 100%;
}
/* 适老化 */
.newStyle .ss_con_l h2{
    font-size: 32px;
}
.newStyle .allmap_l ul span{
    font-size: 30px;
}
@media only screen and (max-width: 500px) {
    .ss_con_r, .ss_con_l {
        width: 100%;
    }

    .map_con {
        width: 90%;
        height: 75%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .allmap_l {
        float: left;
        width: 100%;
        height: auto;
        overflow: auto;
    }

    #allmap {
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: 0;
        float: right;
    }

    .allmap_l ul span {
        width: 100%;
        height: 40px;
        text-align: center;
        display: inline-block;
        background-color: #115DB2;
        padding: 0px 6px;
        color: #FFFFFF;
        box-sizing: border-box;
        cursor: pointer;
        line-height: 40px;
    }

    .layui-input {
        width: 50%;
    }
}
