* {
    margin: 0;
    padding: 0;
}

#map {
    height: 100vh;
    background: #9dbf51;
    z-index:1
}

#map .leaflet-marker-icon {
    background: none;
    border: none;
}

#map .marker {
    width: 35px;
    height: 40px;
    background: url('../images/zuobiao.png');
    background-size: cover;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

#map .leaflet-marker-icon.leaflet-editing-icon::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: white;
    border: 1px solid #000;
    border-radius: 50%;
}