.condition-wrap .condition-con .select{
    min-width: 48%!important;
}
.condition-wrap .condition-con > dl{
    border-bottom: none;
    padding-bottom: 6px;
    margin-bottom: 0;
}
.condition-wrap .condition-con > dl > dt{
    float: none;
    margin-bottom: 10px;
    line-height: 16px;
}

.page-of-air .side-panel .side-wrap .table-main .table-column table thead th{
    padding: 5px 0;
    font-weight: bold;
    color: #252D3C;
}
.page-of-air .side-panel .side-wrap .table-main .table-list tr td{
    font-size: 12px;
    line-height: 20px;
    color: #616C7E;
}
.page-of-air .side-panel .side-wrap .table-main .table-list tr .bold{
    font-weight: bold;
}
.page-of-air .side-panel .side-wrap .table-main .table-list tr:nth-of-type(even) td{
    background: #F5F6F7;
}

/*  实时监测 */
.zc{
    color: #4DCB90;
    font-weight: bold;
}
.cb{
    color: #FA6C4A;
    font-weight: bold;
}

.page-of-air .side-panel .side-wrap .side-source{
    margin: 0;
    line-height: 24px;
    padding: 14px 0 10px;
    border-top: 1px solid #E6E8EA;
}

.map-tableBox{
    /*margin-left: 35px;*/
}
.map-tableBox .table-list{
    width: 100%;
    border-bottom: 1px solid #E6E8EA;
    border-left: 1px solid #E6E8EA;
}
.map-tableBox .table-list th,
.map-tableBox .table-list td{
    border-top: 1px solid #E6E8EA;
    border-right: 1px solid #E6E8EA;
    font-size: 12px;
    line-height: 14px;
    padding: 4px 0;
    color: #8E97A6;
    text-align: center;
}

.map-tableBox .table-list th{
    font-weight: bold;
    background: #E6E8EA;
    padding: 6px 0;
}
.map-tableBox .table-list td{}

.legend-levelBox .map-level-list li p{
    margin-left: -50px;
}

/* 弹窗 */
.pieDiv{
    width: auto;
    height: auto;
    padding: 0 5px;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
}
.pieDiv .number{
    /*display: inline-block;*/
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
}

.mask-acousticEnv{
    min-width: 344px;
    padding: 20px 18px;
    background: #fff;
    box-shadow: 0 6px 20px 0 rgba(14,92,254,0.2);
    border-radius: 6px;
    position: relative;
}
.mask-acousticEnv .btnClose{
    position: absolute;
    top: 12px;
    right: 10px;
    width: 14px;
    height: 14px;
    background: url(/common/images/map/close.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.realTimeBox .data-realTime{
    display: flex;
    align-items: center;
}
.data-realTime .state{
    width: 94px;
    height: 76px;
    border-radius: 4px;
}
.data-realTime .state .flex{
    min-height: 47px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255,255,255,.3);
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
}
.data-realTime .state .icon{
    display: block;
    width: 24px;
    height: 28px;
    background: url("../images/icon-point.png") no-repeat;
    background-size: 100%;
    margin-right: 7px;
}
.data-realTime .state p{
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    background: rgba(51,51,51,.2);
    border-radius: 0 0 4px 4px;
}

.realTimeBox .nostate{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1874CE;
}
.realTimeBox .nostate p{
    background: transparent;
}

.realTimeBox .data-name{
    margin-left: 16px;
    text-align: left;
}
.realTimeBox h3{
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #333333;
}
.realTimeBox .time{
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: rgba(36,47,65,.2);
    margin: 8px 0;
}
.realTimeBox .classify{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    color: #242F41;
}
.realTimeBox .classify strong{
    display: block;
    line-height: 20px;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 12px;
    color: #FFFFFF;
}
.realTimeBox .classify .no-text{
    font-size: 12px;
    line-height: 16px;
    color: #242F41;
}
.realTimeBox .classify .icon{
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/icon-tip.png) no-repeat;
    background-size: 100%;
    margin-right: 3px;
}

.realTimeBox .ets{
    width: 100%!important;
    height: 140px!important;
    margin: 30px 0 15px;
}
.realTimeBox .text-historyData{
    font-size: 16px;
    line-height: 18px;
    color: #242F41;
    text-align: center;
    cursor: default;
}


/* 声效等级分区 */
.soundEffectBox{

}
.soundEffectBox .flex-align{
    padding: 10px 12px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.soundEffectBox h3{
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    color: #333333;
}
.soundEffectBox .time{
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: rgba(36,47,65,.6);
    margin-top: 12px;
}

.soundEffectBox .state{
    min-height: 42px;
    border-radius: 6px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.soundEffectBox .state .icon{
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/icon-level.png") no-repeat;
    background-size: 100%;
}
.soundEffectBox .state strong{
    display: block;
    margin-left: 9px;
    padding-left: 8px;
    border-left: 1px solid rgba(255,255,255,.2);
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
    color: #FFFFFF;
}
.soundEffectBox .ets{
    width: 100%!important;
    height: 150px!important;
    margin-top: 30px;
}

.box-etsMask{}
.box-etsMask h6{}
.box-etsMask .flex{
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-top: 10px;*/
}
.box-etsMask .flex strong{
    margin-left: 20px;
}

.icon0 {
    background-color: #4DCB90;
}
.icon1 {
    background-color: #FA6C4A;
}
.icon_level2 {
    background-color: #6FC9FD;
}
.icon_level3 {
    background-color: #84FA8A;
}
.icon_level4 {
    background-color: #F4CF65;
}
.icon_level5 {
    background-color: #F88959;
}
.icon_level6 {
    background-color: #E24C79;
}
.icon_level7 {
    background-color: #8E1E86;
}
.icon_level8 {
    background-color: #000D0C;
}