/*//右侧map用到的css*/

.title_big {
    font-size: 16px;
    color: #E7E0AF;
    font-weight: 600;
}

.title_small {
    font-size: 10px;
    color: #E7E0AF;
    font-weight: 600;
}

.com {
    width: 100%;
    height: 100%;
}
/*.anchorBL{  
       display:none;  
   }*/
.mapDiv {
    height: 370px;
    width: 260px;
    border: 1px solid #D6D6D6;
}

.mapDiv_day {
    height: 306px;
    width: 260px;
    border: 1px solid #D6D6D6;
}

.title_big {
    font-size: 16px;
    color: #E7E0AF;
    font-weight: 600;
}

.title_small {
    font-size: 10px;
    color: #E7E0AF;
    font-weight: 600;
}

.n_table {
    width: 260px;
    height: auto;
    border-collapse: collapse;
    border: 0px solid #999;
}

    .n_table td {
        width: 130px;
    }

    .n_table tr {
        height: 32px;
    }

    .n_table td {
        border-top: 0;
        border-right: 1px solid #C6E1F6;
        border-bottom: 1px solid #C6E1F6;
        border-left: 0;
    }

    .n_table tr.lastrow td {
        border-bottom: 0;
    }

    .n_table tr td.lastCol {
        border-right: 0;
    }

    .n_table * {
        font-size: 13px;
        font-weight: 300;
    }

.div_YY {
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
}

#div_loading {
    text-align: center;
    background-color: white;
    border: 0px solid;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

    #div_loading img {
        position: absolute;
        top: 50%;
    }

#big_banner_wrap_day {
    width: 60px;
    height: 59px;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    border: 0px solid white;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=3); /*ie*/
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
    cursor: pointer;
}

#list_day {
    width: auto;
    height: 59px;
    background-image: url(/img/Release/point/ribao_0.png);
    border-radius: 10px 10px 10px 10px;
}

#big_banner_wrap {
    width: 70px;
    height: 295px;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    border: 0px solid white;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=3); /*ie*/
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
    cursor: pointer;
}

    #big_banner_wrap .Hr {
        width: auto;
        height: 2px;
        background-color: #4C8CBF;
    }

    #big_banner_wrap #list {
        width: auto;
        height: 40px;
        background-image: url(/img/point/list.png);
        border-radius: 10px 10px 0px 0px;
    }

    #big_banner_wrap #SO2 {
        width: auto;
        height: 35px;
        background-image: url(/img/point/SO2_0.png);
    }

    #big_banner_wrap #NO2 {
        width: auto;
        height: 35px;
        background-image: url(/img/point/NO2_0.png);
    }

    #big_banner_wrap #PM10 {
        width: auto;
        height: 35px;
        background-image: url(/img/point/PM10_0.png);
    }

    #big_banner_wrap #CO {
        width: auto;
        height: 35px;
        background-image: url(/img/point/CO_0.png);
    }

    #big_banner_wrap #O3 {
        width: auto;
        height: 35px;
        background-image: url(/img/point/O3_0.png);
    }

    #big_banner_wrap #PM25 {
        width: auto;
        height: 35px;
        background-image: url(/img/point/PM25_0.png);
    }

    #big_banner_wrap #AQI {
        width: auto;
        height: 35px;
        background-image: url(/img/point/AQI_0.png);
        border-radius: 0px 0px 10px 10px;
    }

    #big_banner_wrap #banner_menu_wrap {
        width: auto;
        height: 100%;
        float: left;
        position: relative;
        z-index: auto;
        text-align: center;
    }

        #big_banner_wrap #banner_menu_wrap ul {
            list-style: none;
            text-align: center;
        }

            #big_banner_wrap #banner_menu_wrap ul li {
                transition: 0.3s;
                width: 100%;
                height: 42px;
                line-height: 40px;
                position: relative;
                cursor: pointer;
                margin-left: -10px;
                margin-bottom: 10px;
                text-align: center;
            }

        #big_banner_wrap #banner_menu_wrap li a {
            color: blue;
            font-size: 13px;
            text-decoration: none;
            margin-bottom: 10px;
            float: left;
            border: 1px solid gray;
        }

#message {
    width: 300px;
    height: auto;
    text-align: center;
    border: 0px solid white;
    border-radius: 15px 15px 15px 15px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=3); /*ie*/
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
    font-family: KaiTi;
}

#message_1 {
    border: 0px solid;
    width: 300px;
    height: 30px;
    background-Color: #0C3471;
    color: white;
    border-radius: 15px 15px 0px 0px;
}

#message_2 {
    border: 0px solid;
    width: 300px;
    height: 150px;
    background-repeat: repeat;
    font-size: 13px;
}

#message_3 {
    border: 0px solid;
    width: 260px;
    height: auto;
    background-color: #185292;
    padding: 20px;
}

    #message_3 table td {
        text-align: left;
    }

    #message_3 img {
        width: 25px;
        height: 20px;
    }

#message_4 {
    border: 0px solid;
    text-align: center;
    width: 300px;
    height: auto;
    /*border-radius: 0px 0px 15px 15px;*/
}

    #message_4::-webkit-scrollbar { /*滚动条整体样式*/
        width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }

    #message_4::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
        background: gray;
    }

    #message_4::-webkit-scrollbar-track { /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #EDEDED;
    }

    #message_4 table {
        border-collapse: collapse;
        border: none;
    }

.firsttr {
    color: white;
    background-color: #0C3471;
    height: 40px;
}

#message_4 table tr {
    height: 30px;
}

.tr_deep {
    background-color: #A1CEEF;
}

.tr_shallow {
    background-color: #72ACDA;
}

.tr_change_1 {
    background-image: -moz-linear-gradient(left, #E6ADCD, #EABAD5); /*火狐*/
    background: -o-linear-gradient(left, #E6ADCD 0%,#EABAD5 100%); /*Opera*/
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #E6ADCD), color-stop(1,#EABAD5)); /*Chrome*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6ADCD', endColorstr='#EABAD5', GradientType='1'); /*IE*/
}

.tr_change_2 {
    background-image: -moz-linear-gradient(left, #EABAD5, #F0CDE0); /*火狐*/
    background: -o-linear-gradient(left, #EABAD5 0%,#F0CDE0#F0CDE0 100%); /*Opera*/
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #EABAD5), color-stop(1,#F0CDE0)); /*Chrome*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EABAD5', endColorstr='#F0CDE0', GradientType='1'); /*IE*/
}

.tr_change_3 {
    background-image: -moz-linear-gradient(left, #F0CDE0, #F8E7F0); /*火狐*/
    background: -o-linear-gradient(left, #F0CDE0 0%,#F8E7F0 100%); /*Opera*/
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #F0CDE0), color-stop(1,#F8E7F0)); /*Chrome*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0CDE0', endColorstr='#F8E7F0', GradientType='1'); /*IE*/
}

.tr_change_4 {
    background-image: -moz-linear-gradient(left, #F8E7F0, white); /*火狐*/
    background: -o-linear-gradient(left, #F8E7F0 0%,white 100%); /*Opera*/
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #F8E7F0), color-stop(1,white)); /*Chrome*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8E7F0', endColorstr='white', GradientType='1'); /*IE*/
}

#message_5 {
    border: 0px solid;
    width: 300px;
    height: 30px;
    background-Color: #0C3471;
    color: white;
    border-radius: 0px 0px 15px 15px;
}

#message_left_zi {
    height: auto;
    width: auto;
    font-size: 22px;
    font-weight: 500;
    color: white;
    position: absolute;
    left: 10px;
    top: 150px;
}

#message_left_img {
    width: 134px;
    height: 100px;
    position: absolute;
    left: 150px;
    top: 50px;
}

#message_left_aqi {
    width: 134px;
    height: auto;
    position: absolute;
    left: 150px;
    top: 80px;
    color: white;
    font-size: 30px;
    font-weight: 600;
}

#message_left_status {
    width: 134px;
    height: auto;
    position: absolute;
    left: 150px;
    top: 115px;
    color: white;
    font-size: 18px;
    font-weight: 300;
}

#message_left_big {
    width: 134px;
    height: auto;
    position: absolute;
    left: 150px;
    top: 135px;
    color: white;
    font-size: 18px;
    font-weight: 300;
}

#chart_div {
    width: 950px;
    height: 295px;
    border: 0px solid;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=3) /*ie*/;
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
    background-color: white;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    font-family: KaiTi;
}

#chart_view {
    width: 950px;
    height: 40px;
}

#chart_view_ch1 {
    float: left;
    width: 900px;
    height: 40px;
}

#chart_view_ch2 {
    float: left;
    background-color: #5398CF;
    width: 50px;
    height: 40px;
}

#chart_close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}

#chart_view table {
    border-collapse: collapse;
    border: 0px solid #999;
}

#chart_view_div_left {
    border: 0px solid;
    float: left;
    width: 425px;
    height: 40px;
    background-image: -moz-linear-gradient(left, white, #5398CF); /*火狐*/
    background: -o-linear-gradient(left, white 0%,#5398CF 100%); /*Opera*/
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, white), color-stop(1,#5398CF)); /*Chrome*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#5398CF', GradientType='1'); /*IE*/
}

#chart_view_div_middle {
    border: 0px solid;
    float: left;
    width: 335px;
    height: 40px;
    background-color: #5398CF;
}

#chart_view_div_right {
    border: 0px solid;
    float: left;
    width: 140px;
    height: 40px;
    background-color: #5398CF;
}

#chart_view_div_right_select {
    width: 100px;
    height: 20px;
    line-height: 40px;
    position: absolute;
    top: 10px;
}

#chart_img {
    height: 225px;
    width: 30px;
    float: left;
}

#chart_img_img {
    width: 15px;
    position: absolute;
    margin-top: 35px;
    margin-left: 15px;
}

#chart_change {
    float: left;
    width: 880px;
    height: 225px;
}

#chart_som {
    width: 880px;
    height: 30px;
}

.boot_span {
    line-height: 30px;
}

#div_mess {
    width: 1000px;
    height: 550px;
    text-align: center;
    border: 0px solid;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=3); /*ie*/
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
}

#div_mess_div_top {
    width: 998px;
    height: 50px;
    background-color: #badcff;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid white;
}

    #div_mess_div_top span {
        font-family: KaiTi;
        line-height: 50px;
        font-size: 24px;
        font-weight: 700;
    }

#div_mess_div_boo {
    width: 1000px;
    height: 500px;
    text-align: center;
    border: 0px solid;
}

#mess_hide {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
}

#div_Explain {
    width: 800px;
    height: auto;
    text-align: center;
    border: 0px solid;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=3); /*ie*/
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
}

#div_ex_div_top {
    width: 798px;
    height: 50px;
    background-color: #badcff;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid white;
}

    #div_ex_div_top span {
        font-family: KaiTi;
        line-height: 50px;
        font-size: 24px;
        font-weight: 700;
    }

#div_ex_div_boo {
    width: 800px;
    height: 500px;
    text-align: center;
    border: 0px solid;
}

#ex_hide {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
}
