/* 2017-9-27 08:47:33 | 修改 木遥（QQ：346819890） */

* {padding: 0; margin: 0; font-family: "微软雅黑";} 
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    font-family: "微软雅黑","Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体" !important;
    font-size: 13px; 
    background-color:transparent!important; 
}
a { text-decoration: none;} 
ul, li {list-style: none;}



#centerDiv {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden; 
} 
.map-control-bar {
    position: absolute; 
    width: 36px;
    height: 36px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
}
/*弹出层皮肤*/
/* .layui-layer-title{background-color: #249e5b!important;color: #fff!important;} */
.layui-layer-title{background-color: rgb(20,20,20,0.7)!important;color: #fff!important;font-size: 12px;}
.layui-layer-content{background-color: rgb(20,20,20,0.4)!important;color: #fff!important;}
.layui-layer {background-color: rgb(0,0,0,0) !important;}

.maplayernamebar-ssk{
    position:absolute;
    left: 45%;
    bottom: 20px;
    z-index:999;
    background: hsla(0,0%,100%,.5);
    color: #333;
    font-size: 10px;
    font-weight: bold;
    transition: all .4s;
}
.maplayernamebar-ssk:hover{   
    background: hsla(0,0%,100%,1);
    zoom:1;
    transform: scale(1.4);
}
.leaflet-popup-content button{
    color: white;
    position: relative;
    margin-top: 20px;
    width: 100%;
    right: 00px;
    margin: 0 3em 0 0.5px;
    background-color: rgb(20,20,20,0.5);
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 10px;
    border-radius: 5px;
    line-height:28px;
}

