
.map_zoom,.map_zoom2{
    cursor: pointer;
    background: white;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    color: #333333;
    width: 40px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    box-shadow: 0px 2px 8px 0px #aaaaaa;


}
.map_zoom{
    border-radius: 4px 4px 0px 0px;
}
.map_zoom2{
    border-radius: 0px 0px 4px 4px;
}
.map_zoom2{
    border-top: solid 2px grey;
    font-size: 28px;
}
.map_zoom3{
    cursor: pointer;
    background: white;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    color: #333333;
    width: 240px;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px 0px 10px;
    font-size: 16px;
    box-shadow: 0px 2px 8px 0px #aaaaaa;
    border-radius: 4px;
}
.map_select_icon{
    width: 104px;
    height: 30px;
    margin-top: 10px;
    display: block;
    float: left;
    font-size: 16px;

}
.map_select_reg{
    width: 130px;
    height: 30px;
    margin-top: 10px;
    display: block;
    float: right;
}
.map_select_icon img{
    display: block;
    float: left;
    height: 18px;
    display: inline;
    margin-top: 6px;
    margin-right: 4px;
    width: 18px;

}
.map_select_icon span{
    display: block;
    float: left;
    display: inline;
    line-height: 30px;
    font-size: 16px;
    width: 80px;

}


::-webkit-scrollbar{width:4px;}
::-webkit-scrollbar-track{background-color:gainsboro;}
::-webkit-scrollbar-thumb{background-color:#63d5c3;}
::-webkit-scrollbar-thumb:hover {background-color:#63d5c3}
::-webkit-scrollbar-thumb:active {background-color:#63d5c3}

/*显示区的手动聚合*/
.makers_area{
    width: 40px;
    height: 48px;
    position: relative;
    color: #63d5c3;
    background: url("/images/map_icon/map_makers.png");

}
.makers_area:hover{
    background: url("/images/map_icon/map_makers_active.png");
    color: #ff7b73;
}

.makers_area_img{
    position: absolute;
    z-index: 100;
}
.makers_area_text{
    position: absolute;
    z-index: 100;

    width: 40px;
    height: 48px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    font-family:Source Han Sans,Source Han Sans-CN,Microsoft YaHei,MicrosoftYaHei,微软雅黑,Arial,PingFang SC,SimHei, Helvetica, sans-serif;
    font-weight: bold;
}