﻿.page-of-air .side-panel .side-wrap .table-main .table-list tr td{
    font-size: 14px;
    line-height: 20px;
}
.page-of-air .side-panel .side-wrap .side-source p{
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
    text-align: justify;
}

.tl-wrap .tl-con .tl-main .tl-events > ul > li,
.tl-wrap .tl-con .tl-prompt{
    width: 100px;
}
.tl-wrap .tl-con .tl-prompt p{
    line-height: 25px;
}


/* 遥感地图 */
.planet-data-logo{
    position: fixed;
    top: 20px;
    right: 14px;
    z-index: 1;
}
.planet-data-logo img{
    width: 164px;
}

.grid-details-box{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}
.grid-details{
    width: 381px;
    padding: 25px 20px;
}
.grid-details .grid-data{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    text-align: left;
}
.grid-details .grid-data .state{
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    background: #E9EFF5;
    border-radius: 4px;
    margin-right: 10px;
    padding: 5px 8px;
}
.grid-details .grid-data .state span{
    display: block;
    font-size: 22px;
    line-height: 22px;
}
.grid-details .grid-data .title{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #333333;
    width: 75%;
}

.grid-details .grid-charts{}
.ets-box{
    width: 100%;
    text-align: left;
    display: none;
}
.ets-box h4{
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 15px;
}
.ets-box h4 strong{
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
.grid-details .ets{
    width: 100%;
    height: 200px;
}
.grid-details .select-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.grid-details .select-btn li{
    cursor: pointer;
    padding: 0 8px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    border-radius: 4px;
    margin-right: 5px;
}
.grid-details .select-btn li.active{
    background: #E9EFF5;
}

.page-of-air .map-level-common{
    display: none;
    bottom: 55px;
}
.map-level-common .map-level-list li p{
    text-align: right;
    margin-right: -5px;
}
.page-of-air .refresh-btn{
    bottom: 150px;
}











