  #map_thumb{
        background-image: url(/new/images/mapthumb.png);
        background-color: rgba(0, 0, 0, 0.5);
        width: 1180px;
        height: 440px;
        opacity: 1;
        z-index: 10000;
    }
    #map_contents{
         display: flex;
         justify-content: center;
         border: 2px solid #f1f1f1;
         box-sizing: border-box;
    }
    #map_type{
        display: flex;
        justify-content:center 
        box-sizing: border-box;
        font-size: 14px;
        border-bottom: 2px solid #4285f4;
    }
    #map_type>div{
        flex:1;
        display: flex;
        justify-content: center;
        align-items:center;
        height: 50px;
    }
    #map_type div{
        background-color: #f1f1f1;
        color: #4285f4;
        cursor: pointer;
        font-weight: 600;
    }
    #map_type .show{
        background-color: #4285f4;
        color: #ffffff;
    }
    #map_contents .map_list{
        
        height: 388px;
        overflow-y: auto;   /* 允许垂直滚动 */
        overflow-x: hidden; /* 禁止水平滚动 */
    }
    .map_list .map_title{
        min-height: 50px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #f1f1f1;
        color: #a3a79f;
        font-weight: 400;
        cursor: pointer;
         font-size: 12px;
         padding-top:3px ;
        padding-bottom:3px ;
    }
    .map_list a:hover{
        background-color: #f1f1f1;
        color: #4285f4;
    }
    .mpa_icon{
        width: 25px;
        height: 25px;
        margin:0 10px;
    }
    .map_area{
        font-size: 12px;
        margin-top:10px ;
    }