.leaflet-control-attribution,
.leaflet-overlay-pane .leaflet-layer:nth-child(2){
    display: none;
}
.leaflet-overlay-pane .leaflet-layer:nth-child(1) {
    filter: brightness(1.4);
    -webkit-filter: brightness(1.4);
}
.leaflet-control-container .leaflet-left{
    left: initial;
    right: 16px;
}
.leaflet-control-container .leaflet-top{
    top: initial;
    bottom: 160px;
}
.tl-prompt{
    display: none!important;
}
/*.page-of-air .map-level-common{*/
    /*bottom: 66px;*/
/*}*/
.map-level-left .map-level-list li{
    min-width: 30px;
}
.map-level-left .map-level-list li p{
    text-align: left;
    margin-left: -5px;
}


/* 视频 */
.specific-date{
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0 0 2px #999;
}
