*{
    -webkit-font-smoothing: antialiased;
}

.select[disabled]{
    opacity: 1;
    color: rgba(153,153,153,.5);
}


.air-statistics-box{

}
.green-main-banner .banner-content{
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}
.green-main-banner .banner-content h2{
    font-size: 50px;
    font-family: Microsoft YaHei;
    color: #2480CF;
    font-weight: bold;
    text-shadow: 2px -2px #fff;
    text-transform: uppercase;
}


.filter-criteria-box{
    margin-top: 30px;
}
.filter-criteria-box li{
    float: left;
    margin-right: 60px;
}
.filter-criteria-box li:last-of-type{
    margin-right: 0;
}
.filter-criteria-box li h6{
    font-weight: bold;
    font-size: 16px;
    color: #2480CF;
    margin-bottom: 15px;
    /*text-shadow: 18px 18px 5px rgba(255 255, 255, 1);*/
    text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
    text-transform: uppercase;
}
.filter-criteria-box li .select{
    width: 168px;
    height: 40px;
    /*background: #FFFFFF;*/
    border-radius: 3px;
    border: none;
    padding: 0 10px;
    background: #fff url(../images/icon-open.png) no-repeat 146px center;
    margin-right: 10px;
    font-size: 14px;
}
.filter-criteria-box li .select option{
    font-size: 14px;
}


.air-legend-box{
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    background: rgba(0,0,0,.6);
    padding: 19px 0;
}
.air-legend-list{
    /*width: 1200px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.air-legend-list h6{
    font-size: 14px;
    color: #FFFFFF;
    font-family: Microsoft YaHei;
}
.air-legend-list h6 strong{
    font-weight: bold;
    font-size: 18px;
}
.air-legend-list li{
    width: 103px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    float: left;
    text-shadow: 0 0 2px #303051, 0 0 2px #303051, 0 0 2px #303051, 0 0 2px #303051, 0 0 2px #303051, 0 0 2px #303051, 0 0 2px #303051;
}



.table-box{
    padding-bottom: 40px;
    margin-top: 0;
}
.table-box tr th,
.table-box tr td{
    border: 1px solid #E0E0E0;
    border-top: none;
    border-right: none;
    color: #333333;
    padding: 12px 20px;
}
.table-box tr th:last-of-type,
.table-box tr td:last-of-type{
    border-right: 1px solid #E0E0E0;
}

.table-box tr th{
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
}
.table-box tr th.text-left,
.table-box tr td, .table-box .city-name{
    font-size: 14px;
    text-align: center;
}
.table-box .city-name{
    width: 70px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.table-box tr td p{
    width: 63px;
    height: 24px;
    line-height: 24px;
    background: #ECECEC;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 0 0 2px #303051, 0 0 2px #303051, 0 0 2px #303051, 0 0 2px #303051, 0 0 2px #303051, 0 0 2px #303051, 0 0 2px #303051;
    /*text-shadow:*/
    /*!* 左上角投影 *!*/
    /*-1px -1px 0 #303051,*/
    /*!* 右上角投影 *!*/
    /*1px -1px 0 #303051,*/
    /*!* 左下角投影 *!*/
    /*-1px 1px 0 #303051,*/
    /*!* 右下角投影 *!*/
    /*1px 1px 0 #303051;*/
}
.level1{
    background: #267FEB!important;
}
.level2{
    background: #3899FC!important;
}
.level3{
    background: #84FA8A!important;
}
.level4{
    background: #F2F25B!important;
}
.level5{
    background: #FBD25E!important;
}
.level6{
    background: #FD8753!important;
}
.level7{
    background: #F9595A!important;
}
.level8{
    background: #E14374!important;
}
.level9{
    background: #e634da!important;
}
.level10{
    background: #bf04b2!important;
}

.common-mask-container{}
.common-mask-container .common-mask-content{
    width: 600px;
    padding: 38px 30px;
}
.common-mask-container .icon-close{
    width: 15px;
    height: 15px;
    top: 15px;
    right: 15px;
    background-size: 100%;
}
.common-mask-container .ets-box{
    width: 100%;
    height: 280px;
    position: relative;
}
.common-mask-container .ets-box .unit{
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 14px;
    line-height: 20px;
    font-family: Microsoft YaHei;
    color: #666666;
}
.common-mask-container .ets-box .ets{
    width: 100%;
    height: 100%;
}
.common-mask-container .ets-box p,
.common-mask-container .ets-box span{
    line-height: 100%;
    margin-top: 0;
}
