.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;
}


.page-of-air .data-sources{
    bottom: 40px;
    right: initial;
    left: 0;
    padding: 4px 0;
    background: rgba(255,255,255,0);
    color: #fff;
}
.btn-shidu{
    position: absolute;
    bottom: 1.6rem;
    right: .14rem;
    z-index: 10;
    width: .32rem;
    height: .32rem;
    line-height: .32rem;
    font-size: .07rem;
    background: #fff;
    border-radius: .03rem;
    text-align: center;
    cursor: pointer;
}
.btn-shidu.current{
    color: #005596;
    font-weight: bold;
}

/* 风场-中国弹窗 */
.ol-popup {
    position: absolute;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
    display: none;
}

.ol-popup:after,
.ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
    color: #aaa;
}
.ol-popup-closer:after {
    content: "✖";
}

.btn-mass-marks {
    position: absolute;
    bottom: 2.1rem;
    right: .24rem;
    z-index: 10;
    width: .80rem;
    height: .32rem;
    line-height: .32rem;
    font-size: .12rem;
    background: #fff;
    border-radius: .03rem;
    text-align: center;
    cursor: pointer;
}
.btn-mass-marks:hover {
    background: rgba(0, 0, 0, 0.9);
}
.btn-mass-marks.current {
    background: #4fc3f7;
    color: #000;
}

.box-logo{
    position: absolute;
    left: .14rem;
    bottom: .6rem;
    z-index: 1;
}
.box-logo img{
    width: 1.4rem;
}