.pollutantView{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    width: 100%;
    background: white;
    overflow: auto;
    padding: 0 14px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    z-index: 500;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}

.pollutantView-item{
    box-sizing: content-box;
    font-size: 14px;
    padding: 2px 8px;
    line-height: 20px;
    border-radius: 12px;
    background: white;
    flex-shrink: 0;
}

.pollutantView-item span{
    font-size: 10px;
}

.pollutant-selected{
    color: white;
    background: #1677ff;
}

.right-bar{
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
    height: 44px;
    background: white;
    box-shadow: -3px 0 8px -6px rgba(0,0,0,0.3);
    z-index: 501;
}

.provinceView{
    height: 36px;
    border-radius: 8px;
    background: white;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.16);
    min-width: 88px;
}

.provinceView div{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 65px;
}

.provinceView img{
    width: 14px;
    height: 14px;
}

.stationView{
    margin-top: 16px;
    background: white;
    border-radius: 4px;
    padding: 2px 0;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.16);
}

.stationView-item{
    padding: 5px 6px;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
}

.station-selected{
    color: #1677ff;
}

.station-disable{
    color: #b2b2b2;
}

.valueView{
    margin-top: 8px;
    background: white;
    border-radius: 4px;
    padding: 2px 0;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.16);
}

.valueView-item{
    padding: 5px 6px;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
}

.value-selected{
    color: #1677ff;
}

.layerView{
    margin-top: 8px;
    background: white;
    border-radius: 4px;
    padding: 2px 0;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);
}

.layerView-item{
    padding: 5px 0;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.layerView-item div{
    padding: 0 8px;
}

.layerView-item img{
    display: block;
    width: 24px;
    height: 24px;
}

.layer-selected{
    color: #1677ff;
}

.layer-line{
    height: 1px;
    background: #f5f6f6;
    margin: 5px;
    box-sizing: content-box;
}

.Marker{
    border-radius: 2px;
    color: white;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    padding: 3px 6px;
    width: max-content;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.12);
    border: 1px solid rgba(0,0,0,0.12);
}

.Marker div{
    color: white;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    padding: 3px 6px;
    width: max-content;
}

.Marker img{
    width: 8px!important;
    height: 4px!important;
    display: block;
}

.geoChoose{
    background: white;
    border-radius: 8px;
    position: absolute;
    top: 100px;
    left: 10px;
    z-index: 501;
    color: #333333;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.16);
}

.geoChoose-item{
    font-size: 14px;
    line-height: 20px;
    padding: 6px 14px;
}

.legendView{
    width: fit-content;
    margin-top: 16px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 8px;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.16);
}

.legendView-item{
    display: flex;
    align-items: center;
    font-size: 11px;
    line-height: 15px;
    color: #333333;
    margin-top: 8px;
    padding: 0 8px;
}

.legendView-img{
    height: 6px;
    width: 6px;
    border-radius: 3px;
    margin-right: 4px;
}

.pollutantLegend{
    margin-top: 16px;
    width: 70px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 8px;
    display: none;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.16);
}

.pollutantLegend-item{
    display: flex;
    align-items: center;
    font-size: 11px;
    line-height: 15px;
    color: #333333;
    margin-top: 8px;
}

.pollutantLegend-item span{
    font-size: 7px;
}

.pollutantLegend-img{
    height: 6px;
    width: 6px;
    border-radius: 3px;
    margin-right: 4px;
    margin-left: 8px;
}

.markerDetail{
    display: none;
    background: white;
    border-radius: 8px;
    position: absolute;
    z-index: 600;
    left: 14px;
    bottom: 20px;
    height: 100px;
    width: 100px;
}

.textpoint{
    background: red;
    height: 1px;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 700;
}

.PointMarker{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 2px;
}

.PointMarker div{
    color: white;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    padding: 3px 6px;
    width: max-content;
}

body{
    max-width: none;
    background: white;
}

.Air{
    display: none;
}

.SurfaceWater{
    display: none;
}

.levelView{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 44px;
    width: 100%;
    background: white;
    position: absolute;
    top: 0;
    z-index: 500;
}

.levelView-item{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
}

.levelView-item div{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.levelView-item img{
    width: 14px;
    height: 14px;
    margin-left: 4px;
    flex-shrink: 0;
}

.levelSift{
    font-size: 14px;
    line-height: 20px;
}

.levelSift img{
    width: 14px;
    height: 14px;
    margin-left: 2px;
}

.siftView{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    width: 100%;
    background: white;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    top: 44px;
    z-index: 500;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}

.siftView-item{
    padding: 3px 12px;
    font-size: 14px;
    line-height: 20px;
    background: #f5f6f6;
    border-radius: 4px;
    box-sizing: border-box;
}

.siftView-item div{
   text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.siftView-item img{
    width: 14px;
    height: 14px;
    margin-left: 2px;
    flex-shrink: 0;
}

/*.Air-Popup{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

.Air-Popup img{
    width: 18px;
    height: 9px;
}

.Air-Popup{
    width: 252px;
    border-radius: 4px;
    background: linear-gradient( 180deg, rgba(0,207,0,0.04) 0%, rgba(0,204,255,0) 100%), #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(149,157,165,0.1);
    box-sizing: border-box;
    padding: 12px 10px 8px 10px;
}

.Water-Popup{
    width: 252px;
    border-radius: 4px;
    background: linear-gradient( 180deg, rgba(0,204,255,0.04) 0%, rgba(0,204,255,0) 100%), #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(149,157,165,0.1);
    box-sizing: border-box;
    padding: 12px 10px 8px 10px;
}

.Weather-Popup{
    width: 224px;
    max-width: 224px;
    border-radius: 4px;
    background: white;
    box-shadow: 0px 4px 12px 0px rgba(149,157,165,0.1);
    box-sizing: border-box;
    padding: 12px 10px;
}

.markerName{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.markerType{
    padding: 0 6px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 2px;
    background: rgba(22,119,255,0.06);
    color: #1677ff;
    margin-left: 6px;
}

.markerLevel{
    padding: 0 4px;
    font-size: 12px;
    line-height: 18px;
    color: white;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.markerValue{
    padding: 0 6px;
    font-size: 12px;
    line-height: 18px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.markerRemark{
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    margin-top: 4px;
    justify-content: space-between;
}

.markerRemark span{
    font-size: 8px;
}

.markerPollutant{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.markerPollutant-item{
    width: 76px;
}

.markerPollutant-item-pollutant{
    font-size: 12px;
    font-weight: 500;
    color: #666666;
    line-height: 14px;
}

.markerPollutant-item-pollutant span{
    font-size: 8px;
}

.markerPollutant-item-value{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-top: 6px;
}

.markerPollutant-item-value span{
    margin-left: 4px;
    font-size: 10px;
    color: #888888;
}

.markerPollutant-item-bar{
    width: 12px;
    height: 3px;
    border-radius: 2px;
    margin-top: 4px;
}

.markerPollutant-line{
    height: 47px;
    width: 1px;
    background: #dee2eb;
}

.popupBtn{
    display: flex;
    justify-content: center;
    color: #1677ff;
    font-size: 12px;
    line-height: 17px;
    margin-top: 8px;
}

.leaflet-popup-content{
    margin: 0;
    max-width: 252px;
}

.leaflet-popup-content-wrapper{
    padding: 0;
}

.chooseCover{
    position: absolute;
    background: rgba(0,0,0,0.4);
    top: 44px;
    z-index: 501;
}

.chooseView{
    background: white;
    position: absolute;
    border-top: 1px solid #f5f6f6;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    max-height: 448px;
    overflow: auto;
    z-index: 501;
    box-sizing: content-box;
}

.choose-item{
    font-size: 14px;
    line-height: 20px;
    padding: 6px 14px;
}

.Multiplechoices{
    padding: 0 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: white;
}

.multiple-item{
    margin-top: 6px;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 4px;
    background: #f5f6f6;
    color: #333333;
}

.multiple-select{
   color: #1677ff;
    background: rgba(22,119,255,0.06);
}

.cancelBtn{
    font-size: 15px;
    line-height: 20px;
    padding: 8px 32px;
    border-radius: 4px;
    background: #f5f6f6;
}

.confirmBtn{
    font-size: 15px;
    line-height: 20px;
    padding: 8px 80px;
    color: white;
    background: #1677ff;
    border-radius: 4px;
}

.LayerLegend{
    display: none;
    background: white;
    padding: 8px 4px;
    border-radius: 8px;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.16);
    position: absolute;
    bottom: 180px;
    left: 10px;
    z-index: 500;
}

.LayerLegend-title{
    font-size: 10px;
    line-height: 14px;
}

.LayerLegend-content{
    margin-top: 8px;
    display: flex;
    align-items: stretch;
}

.colorBar{
    margin-left: 6px;
    border-radius: 4px;
}

.scale{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 4px;
    font-size: 11px;
    line-height: 15px;
}

.TimeLine{
    height: 44px;
    border-radius: 10px;
    background: #f5f6f6;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.16);
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 500;
    display: flex;
    align-items: center;
}

.timeline-play{
    margin-left: 8px;
    margin-right: 8px;
    width: 20px;
    height: 20px;
}

.timeline-scale{
    overflow: auto;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 8px;
    height: 44px;
}

.timescale{
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
}

.timeline-label{
    padding: 5px 12px;
    border-radius: 12px;
    background: #f5f6f6;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.16);
    position: absolute;
    bottom: 48px;
    font-size: 10px;
    line-height: 14px;
}

.iclient-leaflet-logo{
    display: none;
}

.tspLegend{
    width: fit-content;
    margin-top: 16px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 8px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.16);
    display: none;
    align-items: stretch;
}

.tspLegend-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 8px;
    margin-top: 8px;
}

.tspLegend-left-item{
    width: 6px;
    height: 20px;
}

.tspLegend-right{
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    margin-left: 4px;
    margin-right: 8px;
}

.tspLegend-right-item{
    line-height: 20px;
    font-size: 11px;
}

.right-view{
    position: absolute;
    z-index: 500;
    right: 10px;
    top: 44px;
}
.left-view{
    position: absolute;
    z-index: 500;
    left: 10px;
    top: 44px;
}

.updateTime{
    position: absolute;
    bottom: 20px;
    display: none;
    justify-content: center;
    width: 100%;
}

.updateTime div{
    background: rgba(0,0,0,0.5);
    border-radius: 12px;
    font-size: 10px;
    color: white;
    padding: 5px 12px;
}

.UserLocation{
    display: none;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.16);
    position: absolute;
    bottom: 100px;
    left: 10px;
    z-index: 500;
}

.UserLocation img{
    display: block;
    width: 34px;
    height: 34px;
}



.amap-marker-label{
    border: none;
    padding: 0;
    background-color: unset;
}

.amap-info-close{
    display: none!important;
}

.amap-info-content{
    padding: 0!important;
}

.amap-info-outer{
    padding: 0!important;
}






.
