.flex{
    display: flex;
    align-items: center;
}
.flex-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.map-sidebar-right .select-parent{
    width: 168px;
}
.select-parent .select-title{
    font-size: 16px;
}

.box-mapTitle{
    width: 100%;
    height: 152px;
    background: url(/MapEcology/images/map/banner-map.png) no-repeat;
    background-size: cover;
    position: relative;
}
.box-mapTitle h2{
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0 2px 10px rgba(78,151,156,0.66);
    position: absolute;
    top: 52px;
    left: 26px;
    /*transform: translate(0, -50%);*/
}
.box-mapTitle .slide-lang{
    position: absolute;
    right: 16px;
    top: 16px;
}

/* 地图 */
.page-of-air .amap-info-content {
    padding: 22px;
    line-height: inherit;
}
.zhiabioval {
    display: none;
}
.page-of-air .section{
    position: initial !important;
    z-index: initial !important;
}

.search-box .side-search .select,
.search-box .side-search .input{
    max-width: 100%;
    line-height: 28px;
    width: 100%;
}
.search-box .side-search .input{
    height: auto;
    padding: 7px 15px;
    width: 49%;
}
.search-box .side-search .input::placeholder {
    /*font-size: 14px;*/
    /*color: #000;*/
}
.search-box .side-search .form-filed .select{
    max-width: 50%;
}
.search-box .side-search dl dt{
    font-size: 14px;
    line-height: 16px;
    color: #262E3D;
    margin: 12px 0 10px;
}
.search-box .filter-btn{
    height: 40px;
    line-height: 40px;
    margin: 10px 0 20px;
    min-width: 100px;
}

.page-of-air .side-panel .side-wrap .table-main .table-column table{
    border: 1px solid #D9E1EB;
}
.page-of-air .side-panel .side-wrap .table-main .table-column table thead th{
    height: auto;
    color: #262E3D;
    font-size: 12px;
    padding: 18px 0;
    line-height: 18px;
}
.page-of-air .side-panel .side-wrap .table-main .table-list tr td{
    line-height: 18px;
    height: auto;
    padding: 18px 0;
    color: #262E3D;
}
.page-of-air .side-panel .side-wrap .table-main .table-column table thead th sup{
    line-height: 100%;
    height: auto;
    display: inline-block;
    margin-top: -5px;
}
.page-of-air .side-panel .side-wrap .table-main .table-list tr .blue{
    color: #247cd2;
}
.page-of-air .table-con .table-main .table-list tr{
    cursor: pointer;
}

.section-content .search-input .input{
    height: auto;
    line-height: 43px;
}
.section-content .search-input .input-icon{
    height: auto;
}
.section-content .complex .button{
    min-width: 100px;
    border-radius: 0 2px 2px 0;
    padding: 0;
    height: auto;
    line-height: 45px;
    font-weight: bold;
}

.section-content .go-back{
    display: block;
    font-size: 12px;
    color: #005596;
    line-height: 16px;
    margin: 10px 0;
    text-align: right;
}

.map-dot{
    width: 40px;
    height: 40px;
    background: #028E4F;
    border: 2px solid #02723F;
    border-radius: 50px;
    box-shadow: rgba(1,61,88,.3) 0 3px 22px 1px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.map-dot span{
    display: block;
    color: #fff;
    line-height: 16px;
}
.map-dot .number{
    font-size: 14px;
    font-weight: bold;
}

/* 图例 */
.map-level-common .map-level-list li{
    min-width: 86px;
}
.map-level-common .data-tips{
    font-size: 12px;
    color: #596477;
    text-align: right;
    margin-top: 6px;
}

/* 弹窗 */
.map-mask-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    margin-bottom: 22px;
    /*width: 348px;*/
    width: 420px;
}
.map-mask-head h3{
    font-size: 18px;
    line-height: 20px;
    color: #333333;
}
.map-mask-head h3 strong{
    font-weight: bold;
}
.btn-tab{}
.btn-tab li{
    padding: 0 8px;
    float: left;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    background: #FFFFFF;
    border: 1px solid #3D6EFF;
    cursor: pointer;
}
.btn-tab li:nth-of-type(1){
    border-radius: 2px 0 0 2px;
}
.btn-tab li:nth-of-type(2){
    border-radius: 0 2px 2px 0;
}
.btn-tab li.active{
    color: #FFFFFF;
    background: #3D6EFF;
}

.list-units{}
.list-units .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
    cursor: pointer;
}
.list-units .item .icon{
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 7px;
}
.list-units .item p{
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    text-align: right;
}
.list-units .item p sup{
    display: inline-block;
    line-height: 100%;
    margin-top: -5px;
}
.list-units .item .p1{
    display: flex;
    align-items: center;
}
.list-units .item .p2{
    /*width: 15%;*/
    width: 20%;
}
.list-units .item .p3{
    /*width: 25%;*/
    width: 35%;
}
.list-units .item .p4{
    width: 20%;
}

.list-units .item .youxian{
    background: url(../images/iconMap-youxian.png) no-repeat;
    background-size: 100%;
}
.list-units .item .zhongdian{
    background: url(../images/iconMap-zhongdian.png) no-repeat;
    background-size: 100%;
}
.list-units .item .yiban{
    background: url(../images/iconMap-yiban.png) no-repeat;
    background-size: 100%;
}
.list-units .item .hongxian{
    background: url(../images/iconMap-hongxian.png) no-repeat;
    background-size: 100%;
}
.list-units .item .kongjian{
    background: url(../images/iconMap-kongjian.png) no-repeat;
    background-size: 100%;
}


.list-units .list{
    margin-left: 25px;
    display: none;
}
.list-units .list .item{
    padding: 6px 0;
}


/* 详情页 */
.ecologicalEnv{
    background: #fff;
    padding-bottom: 50px;
}
.ecologicalEnv .title-bg{
    height: 290px;
    background: #1BB36B;
    position: relative;
}
.ecologicalEnv .title-bg .title{
    width: 76%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.ecologicalEnv .title-bg h2{
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.ecologicalEnv .title-bg p{
    font-size: 22px;
    color: #1BB36B;
    line-height: 36px;
    background: linear-gradient(45deg, #E1FBEF 0.68359375%, #F5FDFA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.ecologicalEnv .content{
    padding: 60px 50px 0;
}

.ecologicalEnv .info{
    margin-bottom: 80px;
}
.ecologicalEnv .info:last-of-type{
    margin-bottom: 0;
}
.ecologicalEnv .info p{
    font-size: 16px;
    color: #272F20;
    line-height: 30px;
}

.ecologicalEnv .info-title{
    align-items: flex-end;
    margin-bottom: 50px;
}
.ecologicalEnv .info-title .left,
.ecologicalEnv .info-title .right{
    width: 35%;
    height: 2px;
    background: #1BB36B;
    display: flex;
    align-items: flex-end;
}
.ecologicalEnv .info-title .left{
    justify-content: flex-end;
}
.ecologicalEnv .info-title b{
    display: block;
    width: 30px;
    height: 20px;
}
.ecologicalEnv .info-title .left b{
    background: url(/MapEcology/images/title-left.png) no-repeat;
    background-size: 100%;
}
.ecologicalEnv .info-title .right b{
    background: url(/MapEcology/images/title-right.png) no-repeat;
    background-size: 100%;
}
.ecologicalEnv .info-title h3{
    font-size: 30px;
    color: #028E4F;
    line-height: 30px;
}

.ecologicalEnv .table-box{
    padding-top: 10px;
}
.ecologicalEnv .table-list th,
.ecologicalEnv .table-list td{
    font-size: 16px;
    line-height: 24px;
    padding: 9px 0;
    border-bottom: 1px solid #A9E2C7;
}
.ecologicalEnv .table-list th{
    width: 15%;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    background: #1BB36B;
}
.ecologicalEnv .table-list td{
    width: 35%;
    color: #333333;
    background: #F1F8F1;
    padding: 9px 30px 9px 20px;
}

.control-dimension li{
    margin-bottom: 50px;
}
.control-dimension li:last-of-type{
    margin-bottom: 0;
}
.control-dimension li p{
    max-height: 290px;
    overflow-y: auto;
}
.control-dimension .icon-title{
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 17px;
}
.control-dimension .icon-title b{
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.control-dimension .icon-title .icon-kongjian{
    background: url(../images/icon-kongjian.png) no-repeat;;
    background-size: 100%;
}
.control-dimension .icon-title .icon-wuran{
    width: 24px;
    background: url(../images/icon-wuran.png) no-repeat;
}
.control-dimension .icon-title .icon-fengxian{
    width: 21px;
    background: url(../images/icon-fengxian.png) no-repeat;
    background-size: 100%;
}
.control-dimension .icon-title .icon-ziyuan{
    background: url(../images/icon-ziyuan.png) no-repeat;
    background-size: 100%;
}

.control-unitBox{}
.control-unitBox h3{
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 15px;
    margin-right: 10px;
}
.control-unitBox .type{
    /*display: flex;*/
    /*align-items: center;*/
    color: #3D3D3D;
    font-size: 14px;
    line-height: 16px;
}
.control-unitBox .type b{
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 7px;
}
.control-unitBox .explain{
    color: #3D3D3D;
    font-size: 12px;
    line-height: 20px;
    font-family: Microsoft YaHei;
    margin-top: 10px;
}
.control-unitBox .btn{
    border-top: 1px solid #F3F3F2;
    padding: 22px 0 0;
    margin: 20px -22px 0;
    display: flex;
    justify-content: center;
}
.control-unitBox .btn a{
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    text-align: center;
    margin: 0 15px;
}


/* 暂时没用 */
.control-dimensionBox h3{
    font-size: 20px;
    line-height: 22px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.control-dimensionBox li{
    margin-bottom: 0;
}
.control-dimensionBox .tab-btn{
    display: flex;
    width: max-content;
    margin-top: 25px;
}
.control-dimensionBox .tab-btn li{
    margin-left: 20px;
}
.control-dimensionBox .tab-btn li:first-of-type{
    margin-left: 0;
}

.control-dimensionBox .icon-title{
    font-size: 16px;
    opacity: 0.5;
    cursor: pointer;
    font-weight: normal;
}
.control-dimensionBox .active .icon-title{
    color: #3D6EFF;
    opacity: 1;
}
.control-dimensionBox .icon-title b{
    margin-right: 5px;
}
.control-dimensionBox .tab-content{
    min-height: 80px;
}
.control-dimensionBox .tab-content li{
    display: none;
}
.control-dimensionBox li p{
    max-height: 180px;
}