*{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    background: #f4f4f4;
}
/*改变滚动条样式 */

::-webkit-scrollbar{
    width:6px;
    height:10px;
    /**/
}
::-webkit-scrollbar-track{
    background: rgb(244 244 244);
    border-radius:2px;
}
::-webkit-scrollbar-thumb{
    background: #e0e0e0;
    border-radius:10px;
}
::-webkit-scrollbar-thumb:hover{
    background: #333;
}
::-webkit-scrollbar-corner{
    background: #179a16;
}

.leaflet-touch .leaflet-bar{
    border: none;
}
 .leaflet-touch .glass{
     border: none;
     height: 40px;
     width: 300px;
     border-radius: 4px;
     padding-left: 8px;
 }
 .leaflet-touch .reset{
     position: relative;
     margin-left: 268px;
     border-bottom: none;
     top: -34px;
 }
 .leaflet-touch .results{
     width: 300px;
     min-height: 0;
     background: #fff;
     top: -20px;
     position: relative;
     box-sizing: border-box;
     border-radius: 4px;
 }
.leaflet-touch .results div{
    min-height: 24px;
    cursor: pointer;
    line-height: 24px;
    padding: 0 8px;
}

.leaflet-touch .geosearch .leaflet-bar-part{
    display: none;
}
.leaflet-touch .leaflet-bottom{
    display: none;
}
