*{margin: 0;padding: 0;}
li{list-style: none;}
.container{
    position: relative;
    width: 100vw;
    height: 100vh;
}
#map{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 60vh;
    z-index: 1;
}
.wtitle{
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 100%;
    height: 0.7rem;
    font-size: 0.35rem;
    text-align: center;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wtitle img{
    padding: 0.1rem 0.25rem;
    width: 0.4rem;
}
.wtitle span{
    padding: 0 0.25rem;
    width: 0.4rem;
}
.wtitletime{
    font-size: 0.24rem;
}
/* 左边 */
.leftwarn{
    position: absolute;
    top: 1.5rem;
    left: 0.1rem;
    background-color: #fff;
    font-size: 0.24rem;
    border-radius: 5px;
    z-index: 10;
    display: none;
}
.leftwarn li{
    padding: 0.1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #eee;
    color: #323232;
}
.leftwarn li.select{
    color: #3183ff;
}
.leftwarn img{
    margin-right: 0.1rem;
    width: 0.3rem;
}
/* 右边 */
.rightwarn{
    position: absolute;
    top: 1.5rem;
    right: 0.1rem;
    background-color: #fff;
    font-size: 0.24rem;
    color: #323232;
    border-radius: 5px;
    padding: 0.15rem;
    z-index: 10;
    display: none;
}
.rightwarn img{
    margin-top: 0.1rem;
    width: 1rem;
    display: block;
}
/* 预警 */
.warnsingal{
    position: absolute;
    top: 55vh;
    left: 0;
    width: 100vw;
    height: 45vh;
    overflow-y: scroll;
    background-color: rgb(245, 245, 245);
    z-index: 10;
}
.statistical{
    width: 100%;
    font-size: 0.29rem;
    text-align: center;
}
.statisticalt{
    width: 100%;
}
.stitle{
    line-height: 0.8rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #fff;
    font-weight: bold;
    color: #323232;
}
.swarn{
    line-height: 0.8rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f3fbff;
    border-top: 1px solid #e3e6ea;
    border-bottom: 1px solid #e3e6ea;
    box-sizing: border-box;
}
.swarn div{
    flex: 2;
    border-right: 1px solid #e3e6ea;
    box-sizing: border-box;
}
.swarn div:last-child{
    border-right: none;
}
.statisticalul{
    width: 100%;
}
.statisticalul li{
    line-height: 0.8rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e3e6ea;
    box-sizing: border-box;
    background-color: #fff;
}
.statisticalul li div{
    flex: 2;
    border-right: 1px solid #e3e6ea;
    box-sizing: border-box;
}
.statisticalul li div:nth-child(5){
    color: #3183ff;
    border-right: none;
}
.statisticalul li div:nth-child(4){
    color: #ffc731;
}
.statisticalul li div:nth-child(3){
    color: #ff7600;
}
.statisticalul li div:nth-child(2){
    color: #ff0000;
}
.statisticalul li div.select{
    background-color: rgba(255,118,0,0.2);
}
/* 列表 */
.warnlist{
    width: 100%;
}
.warnlisttitle{
    margin: 0.2rem 0;
    height: 0.88rem;
    font-size: 0.26rem;
    background: #fff;
    white-space: nowrap;
    display: flex;
}
.warnlisttitle>li{
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
li.m-signal-type-select{
    width: 23%;
}
li.m-signal-level-select{
    width: 18%;
}
li.m-signal-state-all{
    width: 18%;
}
li.m-signal-state-effective{
    width: 18%;
}
li.m-signal-area{
    width: 23%;
}
.warnlisttitle>li>img{
    width: 0.24rem;
}
.m-signal-state-all.select{
    color: #3183ff;
}
.m-signal-state-effective.select{
    color: #3183ff;
}
/*  */
.warnlistul{
    width: 100%;
    background: #f0f0f0;
    overflow: scroll;
    clear: both;
}
.m-signal-item{
    position: relative;
    height: 1.82rem;
    cursor: pointer;
    background: #fbfbfb;
}
.m-signal-item:nth-child(even){
    background: #f3fbfe;
}
.m-signal-item .m-signal-image{
    position: absolute;
    left: 4%;
    top: 0.4rem;
    width: 15.73%;
}
.m-signal-item .m-signal-image img{
    width: 100%;
}
.m-signal-item .m-signal-image img.gray{
    filter: grayscale(100%);
}
.m-signal-item .m-signal-title{
    position: absolute;
    top: 0.4rem;
    left: 23.73%;
    right:12%;
}
.m-signal-item .m-signal-title span:nth-child(1){
    position: absolute;
    color: #323232;
    font-size: 0.34rem;
    line-height: 0.6rem;
}
.m-signal-item .m-signal-title span:nth-child(2){
    color: #656565;
    font-size: 0.24rem;
    top: 0.6rem;
    left: 0;
    position: absolute;
}
.m-signal-item .m-signal-state{
    color: #fff;
    position: absolute;
    border-top-right-radius: 0.12rem;
    border-bottom-left-radius: 0.12rem;
    width: 1.16rem;
    right: 0.16rem;
    top: 0;
    font-size: 0.24rem;
    height: 0.48rem;
    text-align: center;
    line-height: 0.48rem;
}
.m-signal-item .m-signal-state.effective{
    background: linear-gradient(to right,#ffba00,#ff7200);
}
.m-signal-item .m-signal-state.relieve{
    background: linear-gradient(to right,#c6c6c6,#a3a2a3);
}

.wuimg{
    width: 100%;
    display: none;
    text-align: center;
    background-color: white;
}
.wuimg img{
    margin-top: 0.2rem;
    height: 2rem;
}
.quanpin{
    position: absolute;
    bottom: 48vh;
    left: 0.1rem;
    width: 7vh;
    height: 7vh;
    background-color: #fff;
    font-size: 0.25rem;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 0px 0px 1px
    rgba(0, 0, 0, 0.1);
}
.quanpin img{
    width: 3.5vh;
}
.quanpin.select{
    bottom: 5vh;
}
.weather-icon {
    background-size: 100% 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* bottom: .8rem; */
    /* left: -.9rem; */
}
.weather-icon>img{
    margin-left: 0.02rem;
    width: .4rem;
}

#loading{
    position: fixed;
    z-index: 9999;
    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);
    }
}