.loading {
background-color: rgba(255,255,255,0.25);
color: #fff;
}

.page-of-air .refresh-btn {
bottom: 52px !important;
right: 20px !important;
}
.condition-wrap .condition-con {
padding: 0;
}
.page-of-air.page-of-water .side-panel .side-wrap .side-search .form-filed .select {
margin-bottom: 0;
line-height: 29px;
min-width: 162px !important;
}

.condition-wrap .brand-map-option > dl {
border-bottom: none;
padding-bottom: 0;
/*margin-top: 20px;*/
margin-bottom: 20px;
}
.condition-wrap .brand-map-option > dl > dt {
width: auto !important;
float: none !important;
border-bottom: 1px solid #E6E6E6;
padding-bottom: 6px;
}
.condition-wrap .brand-map-option > dl > dd {
background: #F5F6F7;
padding: 15px 0 12px 14px;
}
.condition-wrap .brand-map-option > dl > dd .radio {
margin: 5px 20px 5px 0;
}
.condition-wrap .brand-map-option > dl > dd .checkbox {
margin: 5px 0;
width: 48%;
}
.condition-wrap .brand-map-option > dl > dd .radio .text,
.condition-wrap .brand-map-option > dl > dd .checkbox .text {
/*width: 84px;*/
width: auto;
margin-left: 4px;
}

.condition-wrap .condition-con > .bhq-dl {
margin-bottom: 0;
padding-bottom: 5px;
}
.condition-wrap .brand-map-option .bhq-dl > dd {
padding: 0;
}
.condition-wrap .condition-con > .bhq-dl > dd .radio {
display: block;
margin: 10px;
}
.condition-wrap .condition-con > .bhq-dl > dd .radio .icon-logo {
width: 16px;
margin-left: 5px;
}
.condition-wrap .condition-con > .bhq-dl > dd .radio .text {
margin-left: 5px;
}

.brand-map-option .country h6 {
padding-bottom: 6px;
color: #262e3d;
}
.condition-wrap .brand-map-option > .screen-btn {
margin-bottom: 0;
}
.condition-wrap .brand-map-option > .screen-btn > dd {
background: transparent;
padding: 0;
}

/* 新的 */
/* 地图-左侧侧边栏 */
.box-mapTitle {
width: 100%;
height: 152px;
background: url(../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 .side-panel .side-wrap .side-con {
margin-top: -25px;
padding: 0 24px;
}
.page-of-air .side-panel .side-wrap .side-con .side-search {
position: relative;
}
.page-of-air .side-panel .side-wrap .side-search .form-filed {
margin-bottom: 26px;
}

.page-of-air .side-panel .side-wrap .side-search .complex .input-icon,
.page-of-air .side-panel .side-wrap .side-search .complex .input,
.page-of-air .side-panel .side-wrap .side-search .complex .button {
height: auto;
line-height: 45px;
}

.page-of-air .side-panel .side-wrap .side-search .complex .input-icon {
box-shadow: -2px 2px 10px #DEE0E4;
}
.page-of-air .side-panel .side-wrap .side-search .complex .input {
border: none;
}
.page-of-air .side-panel .side-wrap .side-search .complex .button {
min-width: 100px;
}


.select {
line-height: 38px;
height: 38px;
padding: 0 17px;
color: #999999;
border: 1px solid #CCCCCC;
border-radius: 4px;
}

.box-typeList {
}
.box-typeList .btn {
display: flex;
}
.box-typeList .btn strong {
display: block;
cursor: pointer;
width: 50%;
line-height: 40px;
color: #59B22B;
background: rgba(89,178,43, .2);
text-align: center;
}
.box-typeList .btn strong:first-of-type {
    border-radius: 4px 0 0 4px;
}
.box-typeList .btn strong:last-of-type {
    border-radius: 0 4px 4px 0;
}
.box-typeList .btn strong.active {
    background: #59B22B;
    color: #fff;
    font-weight: bold;
}

.box-typeList .list {
margin-top: 22px;
}
.box-typeList .tab-btn {
display: flex;
align-items: flex-end;
margin-bottom: -10px;
}
.box-typeList .tab-btn li {
cursor: pointer;
position: relative;
}
.box-typeList .tab-btn li:nth-of-type(1) {
    padding: 6px 22px 4px 17px;
}
.box-typeList .tab-btn li:nth-of-type(2) {
    padding: 6px 17px 4px 22px;
}
.box-typeList .tab-btn li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(89,178,43, .2);
}
.box-typeList .tab-btn li:nth-of-type(1):before {
    border-radius: 8px 0 0 0;
    transform: skewX(0deg);
}
.box-typeList .tab-btn li:nth-of-type(2):before {
    border-radius: 0 8px 0 0;
    transform: skewX(30deg);
}

.box-typeList .tab-btn h3,
.box-typeList .list .reset {
font-weight: bold;
font-size: 14px;
line-height: 14px;
color: #59B22B;
font-family: Microsoft YaHei;
}

.box-typeList .tab-btn h3 {
position: relative;
}
.box-typeList .list .reset {
display: flex;
align-items: center;
font-weight: 400;
cursor: pointer;
}
.box-typeList .list .reset .icon {
display: block;
width: 18px;
height: 18px;
background: url(../images/map/icon-refresh.png) no-repeat;
background-size: 100%;
margin-right: 4px;
}

.box-typeList .tab-btn li.active {
}
.box-typeList .tab-btn li:nth-of-type(1).active {
margin-right: -10px;
padding: 10px 24px 4px 17px;
}
.box-typeList .tab-btn li:nth-of-type(2).active {
margin-left: -10px;
padding: 10px 20px 4px 20px;
}
.box-typeList .tab-btn li.active:before {
background: rgba(89,178,43, 1);
}
.box-typeList .tab-btn li:nth-of-type(1).active:before {
border-radius: 12px 20px 0 0;
transform: skewX(0);
}
.box-typeList .tab-btn li:nth-of-type(2).active:before {
/*margin-left: -10px;*/
padding: 10px 17px 4px 17px;
border-radius: 8px 8px 0 0;
}
.box-typeList .tab-btn li.active:nth-of-type(1):after {
content: '';
position: absolute;
right: -27px;
top: -18px;
border-top: 14px solid rgba(0, 0, 0, 0);
border-left: 25px solid rgba(0, 0, 0, 0);
border-right: 14px solid rgba(0, 0, 0, 0);
border-bottom: 25px solid #fff;
transform: rotate(62deg);
}

.box-typeList .tab-btn li.active h3 {
color: #FFFFFF;
}

.box-typeList .list-checkbox {
padding: 13px 10px 24px 10px;
background: #F6F7F8;
border-radius: 0 0 12px 12px;
margin-top: 10px;
}
.box-typeList .item {
    margin-top: 20px;
    width: 100%;
}
.box-typeList .item:first-of-type {
margin-top: 0;
}

.box-typeList .title {
margin: 0 -10px;
cursor: pointer;
}
.box-typeList .title h5 {
display: flex;
align-items: center;
font-size: 14px;
line-height: 28px;
padding-left: 9px;
color: #59B22B;
border-left: 3px solid rgba(89,178,43, 1);
background: rgba(89,178,43, .1);
}
.box-typeList .title .icon {
display: block;
width: 5px;
height: 5px;
border-width: 2px 2px 0 0;
transform: rotate(-45deg);
margin-left: 8px;
margin-top: 4px;
border: rgba(89,178,43, 1) solid;
border-width: 2px 2px 0 0;
}

.box-typeList .title .iconClose {
transform: rotate(135deg);
margin-top: -4px;
}

.box-typeList .animalSwiper,
.box-typeList .plantSwiper {
border-radius: 0 0 12px 12px;
}

.box-typeList .scroll {
display: flex;
flex-wrap: wrap;
}

.box-typeList .checkbox {
width: 33.3%;
margin-top: 14px;
margin-right: 0;
cursor: pointer;
position: relative;
}
.box-typeList .checkbox .pos {
display: none;
position: absolute;
right: -8px;
top: -7px;
}
.box-typeList .checkbox .img {
width: 72px;
height: 72px;
border-radius: 50%;
border: 2px solid #F6F7F8;
margin: 0 auto;
display: block;
}
.box-typeList .checkbox p {
    font-size: 13px;
    color: #3D3D3D;
    line-height: 18px;
    margin-top: 11px;
    text-align: center;
    padding: 0 4px;
}
.box-typeList .checkboxActive .img {
border: 2px solid #59B22B;
box-shadow: 0 2px 20px rgba(89,178,43,.9);
}
.box-typeList .checkboxActive p {
color: #59B22B;
font-weight: bold;
}


/* 数据来源 */
.side-panel .data-sources {
position: absolute;
left: 452px;
bottom: 0;
/*width: max-content;*/
width: 306px;
background: #fafcff;
padding: 7px 14px;
border-radius: 5px;
margin-bottom: 18px;
}
.side-panel .data-sources p {
font-size: 12px;
color: #78797a;
line-height: 22px;
display: none;
}

.juhe {
width: 44px;
height: 44px;
background: #59B22B;
border-radius: 50%;
border: 2px solid #44941A;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.juhe h5, .juhe strong {
display: block;
font-weight: 400;
font-size: 12px;
line-height: 14px;
color: #FFFFFF;
}
.juhe strong {
font-weight: bold;
margin-top: 2px;
}

.box-wetlandPark {
position: relative;
cursor: pointer;
}
.box-wetlandPark .imgBox {
width: 30px;
height: 30px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: 2px solid #fff;
border-radius: 50%;
box-shadow: 0 2px 5px rgba(89,178,43,.5);
}
.box-wetlandPark .imgBox:after {
content: "";
width: 0;
height: 0;
position: absolute;
left: 50%;
bottom: -6px;
transform: translate(-50%, 0);
border-left: 2px solid transparent;
border-right: 2px solid transparent;
border-top: 5px solid #fff;
}
.box-wetlandPark .imgBoxBig {
width: 45px;
height: 45px;
}
.box-wetlandPark .img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
}

.icon-wetlandPark, .icon-naturalreserve {
    display: block;
    width: 32px;
    height: 36px;
    background: url(../images/map/icon-wetlandPark.png) no-repeat;
    background-size: 100%;
}
.icon-naturalreserve {
    background: url(../images/map/icon-naturalreserve.png) no-repeat;
    background-size: 100%;
}
.icon-wetlandPark.imgBoxBig, .icon-naturalreserve.imgBoxBig {
    width: 42px;
    height: 46px;
}


/* 湿地/国家自然保护区弹窗 */
.box-mapMask {
width: 268px;
/*background: #FFFFFF;*/
/*box-shadow: 0 2px 10px 0 rgba(0,0,15,0.3);*/
/*border-radius: 12px;*/
/*padding: 22px 20px 0;*/
}
.box-mapMask h3 {
font-family: Microsoft YaHei;
font-weight: bold;
font-size: 20px;
color: #333333;
line-height: 28px;
text-align: left;
}
.box-mapMask .ct {
padding: 12px 0 10px;
border-bottom: 1px solid rgba(224,244,223,.4);
}
.box-mapMask .ct p, .box-mapMask .btn {
font-family: Microsoft YaHei;
font-size: 16px;
color: #666666;
line-height: 24px;
}
.box-mapMask .ct p {
    margin-top: 4px;
    text-align: left;
}
.box-mapMask .ct p span {
    font-weight: bold;
    color: #262e3d;
}
.box-mapMask .ct p .wuzhong-color{
    color: #59B22B;
}

.box-mapMask .btn {
display: block;
padding: 12px 0 2px;
text-align: center;
color: #247cd2;
}
.box-mapMask .seal {
width: 68px;
height: 68px;
border-radius: 50%;
}
.box-mapMask .ellipsis2 {
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}



/* 图例 */
.page-of-air .map-container {
left: auto !important;
right: 0;
}
.page-of-air .map-type {
right: 20px;
bottom: 119px;
padding: 4px 10px 7px;
}
.page-of-air .map-type .map-tool {
padding: 0;
}
.page-of-air .map-level-common {
margin-bottom: 18px;
right: 20px;
bottom: 0;
}

.page-of-air .map-level-bulletin,
.side-panel .data-sources-bulletin {
margin-bottom: 40px;
}

.map-level-common .level {
display: none;
}
.map-level-common .levelBlock {
display: block;
}
.map-level-common h3 {
font-weight: bold;
}
.map-level-common .map-level-list li {
margin-right: 5px;
min-width: 56px;
}
.map-level-common .map-level-list li:last-of-type {
margin-right: 0;
}
.page-of-air .map-level-block {
max-width: 390px;
}
.map-level-block .map-level-list li {
display: flex;
align-items: center;
margin: 0 3px;
}
.map-level-block .map-level-list li span {
width: 14px;
height: 14px;
margin-right: 2px;
}
.map-level-block .map-level-list li p {
/*width: 74px;*/
text-align: left;
}
.map-level-wetlandList .map-level-list li {
float: none;
min-width: auto;
display: flex;
justify-content: center;
}

/* 弹框 */
.st-number {
width: max-content;
color: #fff;
font-weight: bold;
text-shadow: 0 2px 10px rgba(78, 151, 156, 0.66);
}
.page-of-air .amap-info-content {
border-radius: 12px !important;
padding: 20px 22px 10px !important;
min-width: max-content !important;
}
.page-of-air .mark-detail .mark-title {
margin-bottom: 14px;
}
.mark-title h4 {
font-size: 20px;
font-weight: bold;
color: #333333;
line-height: 24px;
}
.page-of-air .mark-detail .mark-content p {
font-size: 14px !important;
line-height: 26px !important;
height: 26px !important;
color: #666;
}
.page-of-air .mark-detail .mark-content p span {
font-weight: bold;
}
.page-of-air .mark-detail .detail-btn {
margin-top: 14px;
text-align: center;
border-top: 1px solid rgba(224,244,223,.4);
}
.page-of-air .mark-detail .detail-btn a {
margin-top: 10px !important;
font-size: 14px !important;
line-height: 24px;
/*padding-top: 10px;*/
}

.page-of-air .mark-bulletin {
display: flex;
align-items: center;
}
.page-of-air .mark-bulletin .mark-title {
margin-bottom: 0;
border-right: 1px solid #dedede;
padding-right: 20px;
}
.page-of-air .mark-bulletin .mark-content {
margin-right: 20px;
}
.page-of-air .mark-bulletin p {
text-align: center;
}

.page-of-air .mark-bulletin .level {
width: 72px;
font-size: 16px;
font-weight: bold;
color: #FFFFFF !important;
line-height: 28px;
background: #71B546;
border-radius: 4px;
}
.page-of-air .mark-bulletin .level1565 {
background-color: rgb(81,105,57)
}
.page-of-air .mark-bulletin .level1566 {
background-color: rgb(113,181,70)
}
.page-of-air .mark-bulletin .level1567 {
background-color: rgb(198,222,174)
}
.page-of-air .mark-bulletin .level1568 {
background-color: rgb(249,245,184);
color: #999 !important;
}
.page-of-air .mark-bulletin .level1569 {
background-color: rgb(243,196,128)
}


/* 公共样式 */
.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;
}

.reserve-container .list .subtitle,
.bio-diversity-list li .info-state,
.ecological-zone .conservation-area,
.important-ecological li .info {
margin-left: 30px;
}

.reserve-container {
}
.reserve-container .list {
margin-bottom: 75px;
display: none;
}
.reserve-container .list .title {
font-weight: bold;
font-size: 18px;
line-height: 20px;
color: #333333;
margin-bottom: 24px;
}
.reserve-container .list li {
padding: 20px 0 17px;
border-bottom: 1px solid #EFEFEF;
}
.reserve-container .list li:last-of-type {
    border-bottom: none;
}
.reserve-container .list li b {
    display: block;
    width: 24px;
    height: 27px;
    margin-right: 6px;
}
.reserve-container .list li b.icon img {
        width: 28px;
        height: 28px;
    }
.reserve-container .list li h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 27px;
}
.reserve-container .list li .info-state {
    display: none;
}

.reserve-container .list h3 {
font-size: 14px;
color: #333333;
line-height: 20px;
}
.reserve-container .list h3 .icon-triangle {
    position: relative;
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-left: 5px solid black;
    border-bottom: 4px solid transparent;
    display: block;
    line-height: 0;
    margin-right: 6px;
}

.reserve-container .list .subtitle {
margin-top: 10px;
margin-bottom: 15px;
}
.reserve-container .list .subtitle .unfold-stow-btn {
    display: block;
    cursor: pointer;
    color: #333;
    font-size: 12px;
    line-height: 20px;
    background: #EDEDED;
    border-radius: 10px;
    padding: 0 5px;
}

.reserve-container .list.selectBlock {
display: block;
}

.reserve-container .table-con {
margin-top: 20px;
}
.page-of-air .side-panel .side-wrap .table-main .table-list {
border-left: 1px solid #D9E1EB;
border-right: 1px solid #D9E1EB;
border-bottom: 1px solid #D9E1EB;
}
.page-of-air .side-panel .side-wrap .table-main .table-list tr {
border-top: 1px solid #D9E1EB;
}
.page-of-air .side-panel .side-wrap .table-main .table-column table thead th {
line-height: 20px !important;
padding: 7px 10px;
}
.page-of-air .side-panel .side-wrap .national-zr .table-main .table-column table thead th {
padding: 0 10px;
}
.page-of-air .side-panel .side-wrap .table-main .table-list tr td {
line-height: 24px !important;
padding: 7px 10px;
}
.page-of-air .side-panel .side-wrap .table-main .table-list tr:last-of-type td {
border-bottom: none;
}
.page-of-air .side-panel .side-wrap .table-main .table-list tbody tr:nth-child(even) {
background: #f5f6f7;
}
.reserve-container .list .table-con .table-main .view-info {
overflow: initial;
white-space: normal;
text-align: left;
line-height: 20px;
}

.reserve-container .no-data {
font-size: 16px;
font-weight: 400;
color: #F32323;
background: #F7F7F7;
text-align: center;
padding: 28px 15px;
}

.reserve-container .list li .icon-arrow-bottom,
.brand-info .reserve-data li .icon-arrow-bottom {
display: block;
width: 16px;
height: 16px;
background: url(../images/icon-arrow-bottom.png) no-repeat;
background-size: 100%;
cursor: pointer;
}

/* icon */
.reserve-container .icon-yxbhq {
background: url(../images/icon-yxbhq.png) no-repeat;
background-size: 100%;
}
.reserve-container .icon-gjjbhq {
background: url(../images/icon-gjjbhq.png) no-repeat;
background-size: 100%;
}
.reserve-container .icon-import {
background: url(../images/icon_import.png) no-repeat;
background-size: 100%;
}
.reserve-container .bio_info, .reserve-container .ecological-zone {
margin-top: -20px;
}

/* 生物多样性优先保护区 */
.bio-diversity-list, .national-zr-fgl {
/*height: calc(100% - 130px);*/
}
.bio-diversity-list li h2 {
cursor: pointer;
}
.bio-diversity-list li .info-state {
margin-top: 10px;
}
.bio-diversity-list li .info-state p {
font-size: 14px;
color: #333333;
line-height: 32px;
}
.bio-diversity-list li .info-state p:last-of-type {
    margin-bottom: 30px;
}
.bio-diversity-list li .info-state span {
display: block;
line-height: 26px;
text-indent: 2em;
}

/* 国家级自然保护区覆盖率 */
.national-zr-fgl .table-con {
display: none;
}
.national-zr-fgl .table-con .table-list {
border-bottom: 0 !important;
}
.national-zr-fgl li {
padding: 0 !important;
margin: 20px 0 0;
}

/* 国家级自然保护区 */
.national-zr .select {
margin-right: 0 !important;
width: 49% !important;
}
.national-zr .condition-wrap .condition-con {
margin-top: 0;
}
.national-zr .form-filed .select {
line-height: 22px !important;
}
.reserve-container .national-zr .table-con {
margin-top: -26px;
}
.national-zr .typeSwiper .checkbox p{
    min-height: 36px;
}

/* 侧边栏详情 */
.brand-container {
width: 100%;
height: calc(100% - 75px);
overflow-y: auto;
margin-bottom: 75px;
margin-top: -152px;
}
.brand-container .brand-info {
position: relative;
}

.brand-info .closeBtn {
position: absolute;
top: 0;
right: 0;
width: 30px;
height: 30px;
line-height: 26px;
background: rgba(0,0,0,.2);
color: #fff;
text-align: center;
font-size: 26px;
cursor: pointer;
}
.brand-info .brand-bg {
width: 100%;
height: 154px;
object-fit: cover;
}

.brand-info .brand-logo {
/*width: 120px;*/
text-align: center;
margin: -70px auto 0;
}
.brand-info .brand-logo .img {
width: 120px;
height: 120px;
border-radius: 50%;
position: relative;
margin: 0 auto;
background: #fff;
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.21);
}
.brand-info .brand-logo img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
max-width: 100px;
max-height: 100px;
/*border-radius: 50%;*/
}
.brand-info .brand-logo span {
display: block;
font-size: 18px;
line-height: 26px;
font-weight: 500;
color: #333333;
margin-top: 20px;
}

.brand-info .reserve-data {
padding: 1px 25px 95px;
}
.brand-info .reserve-data li,
.brand-info .reserve-data li p {
font-size: 14px;
color: #333333;
line-height: 22px;
margin-top: 14px;
}
.brand-info .reserve-data li p {
margin-top: 0;
}
.brand-info .reserve-data li h4 {
margin-bottom: 10px;
display: flex;
align-items: center;
}
.brand-info .reserve-data li .table-con {
display: none;
}
.brand-info .reserve-data li .table-con p {
    text-indent: 2em;
}
.brand-info .reserve-data li .images-list {
justify-content: flex-start;
!important;
}
.brand-info .reserve-data li .images-list img {
width: 90px;
height: 90px;
border-radius: 4px;
margin-left: 4px;
}
.brand-info .reserve-data li .images-list img:first-of-type {
        margin-left: 0;
    }

/* 生态环境公报 */
.hj-bulletin .condition-wrap .brand-map-option > dl > dd .checkbox {
width: 32%;
}
.hj-bulletin .info {
padding-bottom: 10px;
}
.hj-bulletin .info h4 {
font-size: 16px;
font-weight: bold;
color: #333333;
}
.hj-bulletin .info p {
font-size: 14px;
color: #333333;
line-height: 24px;
text-indent: 2em;
margin-top: 15px;
text-align: justify;
}

/* 中国生态功能区划 */
.ecological-zone h3 {
cursor: pointer;
}
.ecological-zone .conservation-area {
}
.conservation-area .subtitle {
margin-left: 0 !important;
}
.conservation-area .table-con {
display: none;
padding: 7px 17px;
background: #F7F7F7;
margin-top: 12px;
}
.ecological-zone .conservation-area p {
font-size: 14px;
color: #333333;
line-height: 28px;
display: flex;
align-items: center;
cursor: pointer;
}
.ecological-zone .conservation-area p:before {
content: '';
width: 6px;
height: 6px;
background: #454545;
border-radius: 50%;
margin-right: 10px;
}

/* 中国重要生态功能区划 */
.important-ecological .condition-wrap .brand-map-option > dl {
margin-bottom: 0;
}

.important-ecological li h2 {
cursor: pointer;
}
.important-ecological li .info:first-of-type {
margin-top: 10px;
}
.important-ecological li .info p {
font-size: 14px;
color: #333333;
line-height: 30px;
}
.important-ecological li .info span {
position: relative;
font-weight: bold;
cursor: pointer;
}
.important-ecological li .info strong {
font-size: 12px;
line-height: 24px;
color: #FB7C00;
padding: 0 8px;
background: #F8F5ED;
border-radius: 12px;
position: absolute;
left: 26px;
bottom: 4px;
width: max-content;
display: none;
font-weight: normal;
}
.important-ecological li .info strong.two {
}
.important-ecological li .info span:hover strong {
display: block;
}
.important-ecological li .info .infoContent {
font-size: 14px;
color: #333333;
line-height: 20px;
display: none;
text-indent: 2em;
}

/* 下载样例数据 */
.download-sample-data {
width: 100%;
position: absolute;
bottom: 0;
left: 0;
border-top: 1px solid #EFEFEF;
padding: 10px 0;
background: #fff;
z-index: 999;
}
.download-sample-data .download-btn {
display: block;
width: 170px;
line-height: 42px;
font-size: 16px;
color: #FFFFFF;
background: #005596;
border: 1px solid #A4A9AF;
border-radius: 2px;
text-align: center;
margin: 0 auto;
}

/* 分页 */
.page-of-air .side-panel .side-wrap .pager-wrap {
width: auto !important;
margin-top: 10px !important;
}
.pagination-wrap .pagination-tip {
font-size: 14px !important;
}
.pagination-wrap .pagination .pagers .pager-info {
padding: 0 12px !important;
font-size: 14px !important;
}

.select-small {
width: 60px !important;
padding: 4px 10px !important;
font-size: 14px !important;
line-height: normal !important;
height: auto !important;
border: 1px solid #a4a9af !important;
}

.pagination-wrap .pagination .page-jump .input,
.pagination-wrap .pagination .page-jump .input-small,
.pagination-wrap .pagination .page-jump .button {
width: 60px !important;
height: 28px !important;
line-height: 28px !important;
font-size: 14px !important;
}

.page-of-air .side-panel .side-wrap .pager-wrap .pagination-wrap .pagination .pagers {
line-height: 28px !important;
}
.page-of-green-supply .pagination-wrap .pagination .input-small:focus {
border-color: #005596 !important;
}
.page-of-green-supply .button-secondary {
background-color: #005596 !important;
}
.NavBar_MapTypeButtonContainerWrapper {
display: none !important;
}

/* 国家公园 */
.pieDivPark {
width: 159px;
height: 55px;
background-size: 100%;
}
.mark-park .mark-icon {
float: left;
margin-right: 5px;
width: 30px;
}
.mark-park .mark-title h4 {
line-height: 32px;
}
