﻿.select[disabled] {
    opacity: 1;
    color: rgba(153,153,153,.5);
}

.banner-contentPos100, .banner-contentPos100 .innerContainer {
    z-index: 1;
}

    .banner-contentPos100 .innerContainer {
        height: calc(100% - .7rem);
    }

.air-statistics-box {
}

.banner-content {
    height: calc(100% - 1.5rem);
    position: absolute;
    top: 50%;
    left: 1.6rem;
    transform: translate(0, -50%);
    margin-top: -0.05rem;
}

    .banner-content h2 {
        font-size: .5rem;
        font-family: Microsoft YaHei;
        color: #2480CF;
        font-weight: bold;
        text-shadow: .02rem -.02rem #fff;
        text-transform: uppercase;
    }


.filter-criteria-box {
    margin-top: .3rem;
}

    .filter-criteria-box li {
        float: left;
        margin-right: .6rem;
    }

        .filter-criteria-box li:last-of-type {
            margin-right: 0;
        }

        .filter-criteria-box li h6 {
            font-weight: bold;
            font-size: .16rem;
            color: #2480CF;
            margin-bottom: .15rem;
            /*text-shadow: 18px 18px 5px rgba(255 255, 255, 1);*/
            text-shadow: 0 0 .02rem #fff,0 0 .02rem #fff,0 0 .02rem #fff,0 0 .02rem #fff,0 0 .02rem #fff,0 0 .02rem #fff,0 0 .02rem #fff;
            text-transform: uppercase;
        }

        .filter-criteria-box li .select {
            width: 1.68rem;
            height: .4rem;
            line-height: .4rem;
            border-radius: .03rem;
            appearance: none;
            border: none;
            padding: 0 .1rem;
            background: #fff url(../images/icon-open.png) no-repeat 1.46rem center;
            margin-right: .1rem;
            font-size: .14rem;
        }

            .filter-criteria-box li .select option {
                font-size: .14rem;
            }


.air-legend-box {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    background: rgba(0,0,0,.6);
    padding: .19rem 0;
}

.air-legend-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .air-legend-list h6 {
        font-size: .14rem;
        color: #FFFFFF;
        font-family: Microsoft YaHei;
        margin-right: .3rem;
    }

        .air-legend-list h6 sup {
            font-size: .14rem;
        }

        .air-legend-list h6 strong {
            font-weight: bold;
            font-size: .18rem;
        }

    .air-legend-list li {
        width: 1.03rem;
        text-align: center;
        /*font-size: .14rem;*/
        color: #fff;
        line-height: .32rem;
        float: left;
        /*text-shadow: 0 0 .02rem #303051, 0 0 .02rem #303051, 0 0 .02rem #303051, 0 0 .02rem #303051, 0 0 .02rem #303051, 0 0 .02rem #303051, 0 0 .02rem #303051;*/
    }

.btn-export {
    width: .8rem;
    line-height: .3rem;
    color: #fff;
    border: .01rem solid #fff;
    border-radius: .04rem;
    background: rgba(255,255,255,.01);
    margin-left: .3rem;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}

    .btn-export:hover {
        background: #fff;
        color: #333;
    }


.table-box {
    padding-bottom: .4rem;
    margin-top: 0;
    background: #fff;
}

    .table-box tr th,
    .table-box tr td {
        font-size: .16rem;
        border: 1px solid #E0E0E0;
        border-top: none;
        border-right: none;
        color: #333333;
        padding: .12rem .2rem;
    }

        .table-box tr th:last-of-type,
        .table-box tr td:last-of-type {
            border-right: 1px solid #E0E0E0;
        }

    .table-box tr th {
        font-weight: bold;
        line-height: .3rem;
        position: relative;
    }

        .table-box tr th.text-left,
        .table-box tr td, .table-box .city-name {
            text-align: center;
        }

.css_xxxxx {
    position: absolute;
    left: 68%;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.css_up, .css_down {
    font-size: .08rem;
    color: #b7b7b7;
    transform: scale(1.2);
}

.check {
    color: #2480CF;
}

.table-box .city-name {
    width: .7rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.table-box tr td p {
    width: .63rem;
    height: .32rem;
    line-height: .32rem;
    background: #ECECEC;
    border-radius: .04rem;
    font-size: .16rem;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    font-weight: bold;
    /*text-shadow: 0 0 .02rem #303051, 0 0 .02rem #303051, 0 0 .02rem #303051, 0 0 .02rem #303051, 0 0 .02rem #303051, 0 0 .02rem #303051, 0 0 .02rem #303051;*/
}

.level1 {
    background: RGB(10,83,192) !important;
}
.level2 {
    background: RGB(38,127,235) !important;
}
.level3 {
    background: RGB(90,200,250) !important;
}
.level4 {
    background: RGB(132,250,138) !important;
}
.level5 {
    background: RGB(195,245,110) !important;
}
.level6 {
    background: RGB(241,242,90) !important;
}
.level7 {
    background: RGB(250,209,94) !important;
}
.level8 {
    background: RGB(253,135,83) !important;
}
.level9 {
    background: RGB(250,90,90) !important;
}
.level10 {
    background: RGB(225,67,116) !important;
}
.level11 {
    background: RGB(189,59,180) !important;
}
.level12 {
    background: RGB(139,20,131) !important;
}


.level13 {
    background: RGB(105,13,13) !important;
}
.common-mask-container {
}
.common-mask-container .common-mask-content {
    width: 6rem;
    padding: .38rem .30rem;
}
.common-mask-container .icon-close {
    width: .15rem;
    height: .15rem;
    top: .15rem;
    right: .15rem;
    background-size: 100%;
}
.common-mask-container .ets-box {
    width: 100%;
    height: 2.8rem;
    position: relative;
}
.common-mask-container .ets-box .unit {
    position: absolute;
    right: 0;
    top: .04rem;
    font-size: .14rem;
    line-height: .2rem;
    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;
}

.firstCapture {
    position: absolute;
    left: -100%;
    top: -100%;
}
