*{
    margin: 0;
    padding: 0;
}
.van-picker-column__item.van-picker-column__item--selected .van-ellipsis{
    color: #3183ff;
    font-weight: bold;
}
.timeSelect.van-picker.van-datetime-picker .van-picker-column__item.van-picker-column__item--selected .van-ellipsis{
    font-size: .5rem;
}
.van-datetime-picker .van-picker-column:nth-child(1) .van-ellipsis{
    margin-left: 1rem;
}
.van-datetime-picker .van-picker-column:nth-child(2) .van-ellipsis{
    margin-right: 1rem;
}
.van-checkbox__icon--checked .van-icon, .van-checkbox__icon .van-icon{
    border-radius: 4px;
}
.van-checkbox__label{
    margin-left: 6px;
    font-size: .26rem;
    color: #323232;
}
li{
    list-style: none;
}


#loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}
#loading div{
    position: fixed;
    z-index: 9999;
    width: 2rem;
    height: .6rem;
    border-radius: .7rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: .3rem;
    left: calc(50vw - 0.8rem);
    bottom: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loading img{
    width: 0.5rem;
    animation: rotate 1s linear infinite;
}
@keyframes rotate{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

/* .leaflet-overlay-pane{
    z-index: 401;
} */
.container{
    width: 100vw;
    height: 100vh;
    position: relative;
}
.container>*{
    z-index: 2;
}
.header-bar{
    position: absolute;
    z-index: 999;
    top: 0.4rem;
    left: 0;
    right: 0;
}

#citySelect{
    position: absolute;
    right: 0.25rem;
    top: .1rem;
    /* width: 1.5rem; */
    height: .6rem;
    background-color: #fff;
    border-radius: .05rem;
    border: solid 1px #bbb;
    color: #333333;
    font-size: .26rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
#citySelect>img{
    width: .2rem;
    margin-left: .1rem;
    margin-right: 0.1rem;
}
#citySelect>p{
    margin-left: 0.1rem;
}

#map{
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1;
}

.data-page{
    width: 100%;
    /* min-height: 28vh; */
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    background-color: #ffffff;
    overflow-y: scroll;
}
.van-popup {
    background-color: rgba(0, 0, 0, 0);
}
.van-picker{
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    overflow: hidden;
}

.radartitle{
    position: absolute;
    top: 0.5rem;
    left: 0;
    right: 0;
    z-index:9999 ;
    font-size: 0.32rem;
    line-height: 0.5rem;
    /* font-weight: bold; */
    text-align: center;
    color: #0E7CFE;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff;
}

#legend{
    position: absolute;
    left: 0.2rem;
    bottom: 0.75rem;
    font-size: 0.2rem;
    /* background-color: #fff; */
    /* border-radius: 5px; */
    /* box-shadow: 0px 0px 2px 2px #eee; */
    z-index: 2;
}
#legend>div{
    color: #000;
    width: 100%;
    line-height: 0.4rem;
    text-indent: 0.5em;
    /* text-shadow: 0 1px 0 #000, 0 0 0 #000, 1px 0 0 #000, -1px 0 0 #000; */
}
#legend ul{
    padding: 0.1rem 0.1rem 0 0.1rem;
    display: flex;
    flex-direction: column;
}
#legend ul li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
#legend ul li div{
    width: 0.18rem;
    height: 0.35rem;
    border-top: 1px solid rgba(0, 0, 0, 0.35);
    border-left: 1px solid rgba(0, 0, 0, 0.35);
    border-right: 1px solid rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
}
#legend ul li:last-child div{
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}
#legend ul li span{
    margin-bottom: -0.1rem;
    margin-left: 0.05rem;
    color: #000;
    /* text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff; */
}

.tip-box{
    background: #ffffff;
    color: #999999;
    width: 2rem !important;
    
    border-radius: 3px;
    box-shadow: 0px 0px 2px 2px #eee;
    
}
.tip-box div{
    margin: 0.1rem;
    display: flex;
    align-items: center;
    color: #999999;
}

.tip-box img{
    width: 0.2rem;
    height: 0.2rem;
}

#topBar{
    position: absolute;
    z-index: 999;
    right: .25rem;
    top: 1.4rem;
}

#toolBar{
    position: absolute;
    z-index: 2;
    right: .25rem;
    bottom: 0.7rem;
}
.tool-item{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    margin-bottom: .15rem;
    position: relative;
    left: 0;
}
.tool-item>p {
    text-align: right;
    color: #333333;
    font-size: .24rem;
    width: 2rem;
    pointer-events: none;
    position: absolute;
    right: 0.8rem;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff;
    font-weight: bold;
}
.tool-item.active>p{
    color: #0e7cfe;
}
.tool-item>p.min-font{
    font-size: .22rem;
}
.tool-item>p.min-font>span{
    font-size: .28rem;
}
.tool-item>div {
    width: .64rem;
    height: .64rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: .1rem;
    /* background-color: #ffffff;
    box-shadow: 0px 2px 3px 0px
    rgba(0, 0, 0, 0.35); */
}

.tool-item.active>div {
    background-image: linear-gradient(-33deg, #00ccff 0%, #00a3ff 50%, #007eff 100%), linear-gradient( #ffffff, #ffffff);
}
.tool-item>div>img {
    width: .64rem;
    height: .64rem;
}

.tool-item.select p{
    color: #0E7CFE;
}







/*  */
.playul{
    position: absolute;
    left: 0;
    right: 0rem;
    bottom: 0rem;
    z-index: 3;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.24rem;
    background-color: #fff;
    height: 0.6rem;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.playul img{
    margin-left: 0.2rem;
    margin-right: 0.1rem;
    width: 0.3rem;
    height: 0.3rem;
}
.playul ul{
    flex: 2;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: scroll;
}
.playul ul::-webkit-scrollbar{
    display: none;
}
.playul ul li{
    padding: 0 23px;
    height: 100%;
    position: relative;
}
.playul ul li.yubao{
    background-color: rgba(219, 234, 253, 0.3);
}
.playul ul li div{
    position: absolute;
    top: 20%;
    height: 80%;
    width: 1px;
}
.playul ul li.select{
    /* background-color: #83B4FD; */
    /* background: rgba(131,180,253, 0.6); */
}
.playul ul li.select div{
    background-color: #1287FF;
}
.playul ul li i{
    position: absolute;
    bottom: 0;
    height: 0.12rem;
    left: 50%;
    width: 1px;
    margin-left: -0.5px;
    background-color: #E0E4EA;
}
.playul ul li.select i{
    background-color: #1287FF;
}
.playul ul li span{
    position: absolute;
    bottom: 0.14rem;
    left: 10px;
    color: #666;
    font-size: 0.2rem;
}
.playul ul li p{
    position: absolute;
    top: 2px;
    left: 50%;
    width: 20px;
    margin-left: -10px;
    color: #fff;
    background-color: #3183FF;
    font-size: 0.14rem;
    text-align: center;
    border-radius: 2px;
}
.playulchange{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.5rem;
    font-size: 0.24rem;
    border-right: 1px solid #E0E4EA;
    position: relative;
}
.playulchange img{
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    width: 0.2rem;
    height: 0.2rem;
}
.playulchange span{
    margin-left: 0.1rem;
}

.layer-box, .data-box{
    width: 100%;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.layer-controller{
    width: 100%;
    border-radius: .2rem;
    box-sizing: border-box;
    padding: .35rem .28rem 0;
    background-color: #ffffff;
}

.layer-title{
    color: #323232;
    font-weight: bold;
    font-size: .3rem;
    display: flex;
    align-items: center;
}
.layer-title:before{
    content: '';
    width: .06rem;
    height: .25rem;
    background-color: #3183ff;
    border-radius: .03rem;
    margin-right: .1rem;
}
.layer-controller ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: .4rem;
}
.layer-controller ul li{
    width: 30%;
    height: .58rem;
    color: #666666;
    font-size: .26rem;
    margin-top: .22rem;
    display: flex;
    align-items: center;
    margin-right: 4%;
}
.layer-controller ul li:nth-child(3n){
    margin-right: 0;
}
.layer-controller .tile-box li{
    height: 1.4rem;
    border-radius: .1rem;
    position: relative;
    overflow: hidden;
    background-size: 100% 100%;
    box-sizing: border-box;
    border: 2px solid #d0d0d0;
}
.layer-controller .tile-box li div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    height: .43rem;
    font-size: .26rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.layer-controller .tile-box li.active{
    border: solid 2px #fd944f;
    background-color: #ffffff;
}
li[data-type="blue"] {
    background-image: url(../images/live/i-lh.png);
}
li[data-type="xz"] {
    background-image: url(../images/live/i-xz.png);
}
li[data-type="dx"] {
    background-image: url(../images/live/i-dx.png);
}

#closeLayer,#closeDataPage,#closeAnyTime{
    width: .71rem;
    margin-top: .38rem;
}

.warning-list{
    position: absolute;
    left: 0.25rem;
    top: .5rem;
    width: 1.08rem;
    
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.17);
    border-radius: 5px;
}

.warning-list .name{
    padding-top: 0.16rem;
    font-size: 0.24rem;
    color: #323232;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.1rem;
    
}
.warning-list .list{
    margin:0 0.12rem;
    border-top:1px solid #EFEFEF ;
    padding-top: 0.1rem;
}
.warning-list .list img{
    display: block;
    width: 100%;
    height: 0.74rem;
    margin-bottom: 0.1rem;
}


.data-box{
    width: 100%;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.data-page{
    width: 100%;
    /* min-height: 28vh; */
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    background-color: #ffffff;
    overflow-y: scroll;
}

.location{
    height: .9rem;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 .26rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.location>div>img{
    width: .3rem;
    margin-right: .14rem;
}
.location>div{
    display: flex;
    align-items: center;
    height: 100%;
}
.location span{
    font-size: .3rem;
}
.location span.select{
    color: #00a3ff;
}

#location{
    color: #323232;
    font-size: .3rem;
    font-weight: bold;
}

.location .name{
    color: #333333;
    font-size: .24rem;
    /* font-weight: bold; */
}

#chartBox{
    height: 5rem;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}
#chart{
    width: 100%;
    height: 100%;
    min-width: 100%;
}
.chart-box{
    position: relative;
}
.chart-box .chart-desc{
    position: absolute;
    top: 0.25rem;
    left: 0.29rem;
    font-size: 0.32rem;
}
