@import "../../BiodiversitySnapshot/css/Head.css";

.map-sidebar-right{
    top: 1.8rem;
    z-index: 1;
}
.map-sidebar-right .select-parent {
    width: 1.68rem;
}


/* 侧边栏 */
.page-of-air .section-aside{
    position: relative;
    z-index: 2;
}

.page-of-air .side-panel{
     height: calc(100% - 1.06rem) !important;
     /*background: #EEFCFE;*/
     z-index: 1;
 }
.page-of-air .side-panel .arrow-btn{
    background: #EEFCFE;
    border-radius: 0 .04rem .04rem 0;
}

.page-of-air .section{
    z-index: 0;
}

.page-of-air .side-panel .side-wrap {
    border-top: 1px solid #E3F8F9;
    height: calc(100% - 1px);
}
.page-of-air .side-panel .side-wrap .side-con {
    padding: 0 .2rem .6rem;
    background: transparent;
}

.page-of-air .side-panel .side-wrap .side-con .side-search {
    position: relative;
    margin-top: .2rem;
}
.page-of-air .side-panel .side-wrap .side-search .form-filed {
    margin-bottom: .24rem;
}

.page-of-air .side-panel .side-wrap .side-search .complex .input-icon,
.page-of-air .side-panel .side-wrap .side-search .complex .input{
    height: auto;
    line-height: .38rem;
    background: transparent;
    font-size: .14rem;
    color: #00A88B;
}

.page-of-air .side-panel .side-wrap .side-search .complex .input-icon {
    border: 1px solid #00A88B;
    border-right: none;
    /*background: #E4F8F9;*/
    border-radius: .08rem 0 0 .08rem;
}
.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: 1rem;
    line-height: .4rem;
    background: #00A88B;
    border-radius: 0 .08rem .08rem 0;
}

.box-select .form-filed .select,
.search-box .side-search .select,
.search-box .side-search .input,
.customSelect .chosen-single{
    min-width: auto;
    width: calc(50% - 0.07rem)!important;
    line-height: .26rem;
    height: .26rem;
    padding: 0 .1rem;
    font-weight: 500;
    font-size: .14rem;
    border: 1px solid #28AEA5;
    border-radius: .02rem;
}
.box-select .form-filed .select{
    margin-left: .1rem;
    float: left;
}
.box-select .form-filed #province{
    margin-left: 0;
}
.box-select .form-filed .float-end{
    float: right;
}

.search-box .side-search .input{
    line-height: .24rem;
    height: .24rem;
    /*background: #E4F8F9;*/
}

/* select自定义搜索 */
.customSelect .chosen-container{
    margin-bottom: 0;
    min-width: calc(50% - 0.07rem);
}
.customSelect .chosen-container:nth-of-type(2){
    margin-left: .08rem;
}
.customSelect .chosen-single{
    width: calc(100% - .2rem)!important;
}


.reserveBox{
    background: #EDFAFA;
    border-radius: .2rem .2rem 0 0;
}


.page-of-air .refresh-btn {
    bottom: .52rem !important;
    right: .2rem!important;
}
.condition-wrap .condition-con {
    padding: .2rem 0 0;
    background: transparent;
}
.page-of-air.page-of-water .side-panel .side-wrap .side-search .form-filed .select {
    margin-bottom: 0;
    line-height: .29rem;
    min-width: 1.62rem !important;
}

.condition-wrap .brand-map-option > dl {
    border-bottom: none;
    padding-bottom: 0;
    /*margin-top: 20px;*/
    margin-bottom: .2rem;
}
.condition-wrap .brand-map-option > dl > dt {
    width: auto !important;
    float: none !important;
    /*border-bottom: 1px solid #E6E6E6;*/
    padding-bottom: .1rem;
}
.condition-wrap .brand-map-option > dl > dd {
    background: #EDFAFA;
    padding: .12rem .16rem;
    border-radius: .24rem;
}
.condition-wrap .brand-map-option > dl > dd .radio {
    margin: .05rem .12rem .05rem 0;
}
.condition-wrap .brand-map-option > dl > dd .checkbox {
    margin: .05rem 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: .04rem;
}

.condition-wrap .condition-con > .bhq-dl {
    margin-bottom: 0;
    padding-bottom: .05rem;
}
.condition-wrap .brand-map-option .bhq-dl > dd {
    padding: 0;
}
.condition-wrap .condition-con > .bhq-dl > dd .radio {
    display: block;
    margin: .1rem;
}
.condition-wrap .condition-con > .bhq-dl > dd .radio .icon-logo {
    width: .16rem;
    margin-left: .05rem;
}
.condition-wrap .condition-con > .bhq-dl > dd .radio .text {
    margin-left: .05rem;
}

.brand-map-option .country h6 {
    padding-bottom: .06rem;
    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 {
    display: none;
    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;
}

.box-typeList {}
.box-typeList .btn{
    width: calc(100% - .4rem);
    background: linear-gradient(180deg, rgba(0, 113, 86, .17), rgba(40, 174, 165, .17), rgba(255, 255, 255, .17));
    border: 1px solid #007156;
    border-bottom: none;
    border-radius: .2rem .2rem 0 0;
    padding: .16rem .18rem;
    position: relative;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}
.box-typeList .btn:after{
    content: "";
    width: 95%;
    height: .01rem;
    background: linear-gradient(90deg, transparent, #007156 100%);
    position: absolute;
    right: 0;
    bottom: 0;
}
.box-typeList .btn:before{
    content: "";
    width: .24rem;
    height: .04rem;
    background: url(/BiodiversitySnapshot/images/statistics/title-dian.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -0.01rem;
    left: .18rem;
    z-index: 1;
}
.box-typeList .btn strong{
    font-weight: normal;
    color: #007156;
    margin-left: .25rem;
    cursor: pointer;
    position: relative;
}
.box-typeList .btn strong:first-of-type {
    margin-left: 0;
}
.box-typeList .btn strong.active {
    font-weight: 900;

}

.box-typeList .list {
    padding: .2rem;
}
.box-typeList .tab-btn {
    display: flex;
    align-items: flex-end;
    margin-bottom: -.10rem;
}
.box-typeList .tab-btn li {
    cursor: pointer;
    position: relative;
}
.box-typeList .tab-btn li:nth-of-type(1) {
    padding: .06rem .22rem .04rem .17rem;
}
.box-typeList .tab-btn li:nth-of-type(2) {
    padding: .06rem .17rem .04rem .22rem;
}
.box-typeList .tab-btn li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(42,175,166, .2);
}
.box-typeList .tab-btn li:nth-of-type(1):before {
    border-radius: .08rem 0 0 0;
    transform: skewX(0deg);
}
.box-typeList .tab-btn li:nth-of-type(2):before {
    border-radius: 0 .08rem 0 0;
    transform: skewX(30deg);
}

.box-typeList .tab-btn h3,
.box-typeList .list .reset {
    font-weight: bold;
    font-size: .14rem;
    line-height: .14rem;
    color: #2AAFA6;
    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: .18rem;
    height: .18rem;
    background: url(/BiodiversitySnapshot/images/map/icon-refresh.png) no-repeat;
    background-size: 100%;
    margin-right: .04rem;
}

.box-typeList .tab-btn li.active {}
.box-typeList .tab-btn li:nth-of-type(1).active {
    margin-right: -.1rem;
    padding: .1rem .24rem .04rem .17rem;
}
.box-typeList .tab-btn li:nth-of-type(2).active {
    margin-left: -.1rem;
    padding: .1rem .2rem .04rem .2rem;
}
.box-typeList .tab-btn li.active:before {
    background: rgba(42,175,166, 1);
}
.box-typeList .tab-btn li:nth-of-type(1).active:before {
    border-radius: .12rem .2rem 0 0;
    transform: skewX(0);
}
.box-typeList .tab-btn li:nth-of-type(2).active:before {
    padding: .1rem .17rem .04rem .17rem;
    border-radius: .08rem .08rem 0 0;
}
.box-typeList .tab-btn li.active:nth-of-type(1):after {
    content: '';
    position: absolute;
    right: -.27rem;
    top: -.18rem;
    border-top: .14rem solid rgba(0, 0, 0, 0);
    border-left: .25rem solid rgba(0, 0, 0, 0);
    border-right: .14rem solid rgba(0, 0, 0, 0);
    border-bottom: .25rem solid #EDFAFA;
    transform: rotate(62deg);
}

.box-typeList .tab-btn li.active h3 {
    color: #FFFFFF;
}

.box-typeList .list-checkbox {
    padding: 0 0 .24rem 0;
    background: #fff;
    border-radius: 0 .14rem .14rem .14rem;
    margin-top: .1rem;
    border: 1px solid #28AEA5;
}
.box-typeList .item {
    margin-top: .2rem;
    width: 100%;
}
.box-typeList .item:first-of-type {
    margin-top: 0;
}

.box-typeList .title {
    cursor: pointer;
    width: 1.75rem;
    height: .2rem;
    background: linear-gradient(90deg, rgba(242, 252, 252, 0.17), rgba(42, 175, 166, 0.17), rgba(242, 252, 252, 0.17));
    border-radius: .1rem;
    margin: .18rem auto 0;
}
.box-typeList .title h5 {
    font-weight: 500;
    font-size: .14rem;
    line-height: .2rem;
    color: #2AAFA6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-typeList .title .icon {
    display: block;
    width: .05rem;
    height: .05rem;
    border-width: .02rem .02rem 0 0;
    transform: rotate(-45deg);
    margin-left: .08rem;
    margin-top: .04rem;
    border: rgba(42,175,166, 1) solid;
    border-width: .02rem .02rem 0 0;
}

.box-typeList .title .iconClose {
    transform: rotate(135deg);
    margin-top: -.04rem;
}

.box-typeList .scroll {
    display: flex;
    flex-wrap: wrap;
}

.box-typeList .checkbox {
    width: 25%;
    margin-top: .14rem;
    margin-right: 0;
    cursor: pointer;
    position: relative;
}
.box-typeList .checkbox .pos {
    display: none;
    position: absolute;
    right: -.08rem;
    top: -.07rem;
}
.box-typeList .checkbox .img {
    width: .61rem;
    height: .61rem;
    border-radius: 50%;
    border: .02rem solid #F6F7F8;
    margin: 0 auto;
    display: block;
}
.box-typeList .checkbox p {
    font-size: .13rem;
    color: #3D3D3D;
    line-height: .18rem;
    margin-top: .11rem;
    text-align: center;
    padding: 0 .04rem;
}
.box-typeList .checkboxActive .img {
    border: .02rem solid #00A88B;
    box-shadow: 0 .02rem .2rem rgba(0,168,139,.9);
}
.box-typeList .checkboxActive p {
    color: #00A88B;
    font-weight: bold;
}


/* 数据来源 */
.side-panel .data-sources {
    position: absolute;
    left: 4.52rem;
    bottom: 0;
    /*width: max-content;*/
    width: 3.06rem;
    background: #fafcff;
    padding: .07rem .14rem;
    border-radius: .05rem;
    margin-bottom: .18rem;
}
.side-panel .data-sources p {
    font-size: .12rem;
    line-height: .22rem;
    color: #78797a;
    display: none;
}

.juhe {
    width: .44rem;
    height: .44rem;
    background: #59B22B;
    border-radius: 50%;
    border: .02rem solid #44941A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.juhe h5, .juhe strong {
    display: block;
    font-weight: 400;
    font-size: .12rem;
    line-height: .14rem;
    color: #FFFFFF;
}
.juhe strong {
    font-weight: bold;
    margin-top: .02rem;
}

.box-wetlandPark {
    position: relative;
    cursor: pointer;
}
.box-wetlandPark .imgBox {
    width: .3rem;
    height: .3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: .02rem solid #fff;
    border-radius: 50%;
    box-shadow: 0 .02rem .05rem rgba(89,178,43,.5);
}
.box-wetlandPark .imgBox:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -.06rem;
    transform: translate(-50%, 0);
    border-left: .02rem solid transparent;
    border-right: .02rem solid transparent;
    border-top: .05rem solid #fff;
}
.box-wetlandPark .imgBoxBig {
    width: .45rem;
    height: .45rem;
}
.box-wetlandPark .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.icon-wetlandPark, .icon-naturalreserve {
    display: block;
    width: .32rem;
    height: .36rem;
    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: .42rem;
    height: .46rem;
}


/* 湿地/国家自然保护区弹窗 */
.box-mapMask {
    width: 2.68rem;
}
.box-mapMask h3 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: .20rem;
    color: #333333;
    line-height: .28rem;
    text-align: left;
}
.box-mapMask .ct {
    padding: .12rem 0 .1rem;
    border-bottom: 1px solid rgba(224,244,223,.4);
}
.box-mapMask .ct p, .box-mapMask .btn {
    font-family: Microsoft YaHei;
    font-size: .16rem;
    color: #666666;
    line-height: .24rem;
}
.box-mapMask .ct p {
    margin-top: .04rem;
    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: .12rem 0 .02rem;
    text-align: center;
    color: #247cd2;
}
.box-mapMask .seal {
    width: .68rem;
    height: .68rem;
    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: .20rem;
    bottom: 1.19rem;
    padding: .04rem .1rem .07rem;
}
.page-of-air .map-type .map-tool {
    padding: 0;
}
.page-of-air .map-level-common {
    margin-bottom: .18rem;
    right: .20rem;
    bottom: 0;
}

.page-of-air .map-level-bulletin,
.side-panel .data-sources-bulletin {
    margin-bottom: .4rem;
}

.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: .05rem;
    min-width: .56rem;
}
.map-level-common .map-level-list li:last-of-type {
    margin-right: 0;
}
.page-of-air .map-level-block {
    max-width: 3.9rem;
}
.map-level-block .map-level-list li {
    display: flex;
    align-items: center;
    margin: 0 .03rem;
}
.map-level-block .map-level-list li span {
    width: .14rem;
    height: .14rem;
    margin-right: .02rem;
}
.map-level-block .map-level-list li p {
    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 .02rem .1rem rgba(78, 151, 156, 0.66);
}
.pieDiv{
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    font-size: .18rem;
}
.page-of-air .amap-info-content {
    border-radius: .12rem;
    padding: .16rem .22rem .1rem;
    min-width: max-content;
}
.page-of-air .mark-detail .mark-title {
    margin-bottom: .14rem;
}
.mark-title h4 {
    font-size: .2rem;
    font-weight: bold;
    color: #333333;
    line-height: .24rem;
}
.page-of-air .mark-detail .mark-content p {
    font-size: .14rem;
    line-height: .26rem;
    height: .26rem;
    color: #666;
}
.page-of-air .mark-detail .mark-content p span {
    font-weight: bold;
}
.page-of-air .mark-detail .detail-btn {
    margin-top: .14rem;
    text-align: center;
    border-top: 1px solid rgba(224,244,223,.4);
}
.page-of-air .mark-detail .detail-btn a {
    margin-top: .1rem !important;
    font-size: .14rem !important;
    line-height: .24rem;
}

.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: .2rem;
}
.page-of-air .mark-bulletin .mark-content {
    margin-right: .2rem;
}
.page-of-air .mark-bulletin p {
    text-align: center;
}

.page-of-air .mark-bulletin .level {
    width: .72rem;
    font-size: .16rem;
    font-weight: bold;
    color: #FFFFFF !important;
    line-height: .28rem;
    background: #71B546;
    border-radius: .04rem;
}
.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)
}


/* 公共样式 */
.reserve-container .list .subtitle,
.bio-diversity-list li .info-state,
.ecological-zone .conservation-area,
.important-ecological li .info {
    margin-left: .3rem;
}

/* 国家公园 */
.reserve-container {
    /*background: #D9F4F5;*/
}
.reserve-container .list {
    /*margin-bottom: .75rem;*/
    padding: 0 .2rem;
    display: none;
}
.reserve-container .list .title {
    font-weight: bold;
    font-size: .18rem;
    line-height: .2rem;
    color: #333333;
    margin-bottom: .24rem;
}
.reserve-container .list li {
    padding: .2rem 0 .17rem;
    border-bottom: 1px solid #F2FCFC;
}
.reserve-container .list li:last-of-type {
    border-bottom: none;
}
.reserve-container .list li b {
    display: block;
    width: .24rem;
    height: .27rem;
    margin-right: .06rem;
}
.reserve-container .list li b.icon{
    width: .28rem;
    height: .28rem;
}
.reserve-container .list li b.icon img {
    width: 100%;
    height: 100%;
}
.reserve-container .list li h2 {
    font-size: .16rem;
    font-weight: bold;
    color: #007156;
    line-height: .26rem;
    width: calc(100% - .3rem);
}
.reserve-container .list li .info-state {
    display: none;
}

.reserve-container .list h3 {
    font-size: .12rem;
    color: #333333;
    line-height: .2rem;
}
.reserve-container .list h3 .icon-triangle {
    position: relative;
    height: 0;
    width: 0;
    border-top: .04rem solid transparent;
    border-left: .05rem solid black;
    border-bottom: .04rem solid transparent;
    display: block;
    line-height: 0;
    margin-right: .06rem;
}

.reserve-container .list .subtitle {
    margin-top: .1rem;
    margin-bottom: .15rem;
}
.reserve-container .list .subtitle .unfold-stow-btn {
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: .12rem;
    line-height: .2rem;
    background: #00A88B;
    border-radius: .1rem;
    padding: 0 .05rem;
}

.reserve-container .list.selectBlock {
    display: block;
}

.reserve-container .table-con {
    margin-top: .2rem;
    /*background: #EDFAFA;*/
}
.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,
.page-of-air .side-panel .side-wrap .table-main .table-column table td{
    height: auto;
    line-height: .19rem;
    padding: .1rem .02rem;
}
.page-of-air .side-panel .side-wrap .table-main .table-column table thead th {
    background: rgba(42,175,166, .2);
    padding: .12rem .02rem;
}
.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: #D9F4F5;
    /*background: rgba(42,175,166,.17);*/
}
.reserve-container .list .table-con .table-main .view-info {
    overflow: initial;
    white-space: normal;
    text-align: left;
    line-height: .2rem;
    color: #00A88B;
}

.reserve-container .no-data {
    font-size: .16rem;
    font-weight: 400;
    color: #F32323;
    background: #F7F7F7;
    text-align: center;
    padding: .28rem .15rem;
}

.reserve-container .list li .icon-arrow-bottom,
.brand-info .reserve-data li .icon-arrow-bottom {
    display: block;
    width: .16rem;
    height: .16rem;
    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: -.2rem;*/
}

/* 生物多样性优先保护区 */
.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: .1rem;
}
.bio-diversity-list li .info-state p {
    font-size: .14rem;
    color: #333333;
    line-height: .32rem;
}
.bio-diversity-list li .info-state p:last-of-type {
    margin-bottom: .3rem;
}
.bio-diversity-list li .info-state span {
    display: block;
    line-height: .26rem;
    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: .2rem 0 0!important;
}

/* 国家级自然保护区 */
.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: .22rem !important;
}
.reserve-container .national-zr .table-con {
    margin-top: -.26rem;
}
.national-zr .typeSwiper .checkbox p{
    min-height: .36rem;
}

/* 侧边栏详情 */
.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: .1rem;
}
.hj-bulletin .info h4 {
    font-size: .16rem;
    font-weight: bold;
    color: #333333;
}
.hj-bulletin .info p {
    font-size: .14rem;
    color: #333333;
    line-height: .24rem;
    text-indent: 2em;
    margin-top: .15rem;
    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: .07rem .17rem;
    background: #EDFAFA;
    margin-top: .12rem;
}
.ecological-zone .conservation-area p {
    font-size: .14rem;
    color: #333333;
    line-height: .24rem;
    /*display: flex;*/
    /*align-items: center;*/
    cursor: pointer;
    position: relative;
    padding-left: .16rem;
    margin-top: .08rem;
}
.ecological-zone .conservation-area p:first-of-type{
    margin-top: 0;
}
.ecological-zone .conservation-area p:before {
    content: '';
    width: .06rem;
    height: .06rem;
    background: #454545;
    border-radius: 50%;
    position: absolute;
    top: .09rem;
    left: 0;
}

/* 中国重要生态功能区划 */
.important-ecological .condition-wrap .brand-map-option > dl {
    margin-bottom: 0;
}

.important-ecological .flex{
    align-items: normal;
}
.important-ecological li h2 {
    cursor: pointer;
}
.important-ecological li .info:first-of-type {
    margin-top: .1rem;
}
.important-ecological li .info .flex{
    align-items: center;
}
.important-ecological li .info p {
    font-size: .14rem;
    color: #333333;
    line-height: .3rem;
}
.important-ecological li .info span {
    position: relative;
    font-weight: bold;
    cursor: pointer;
}
.important-ecological li .info strong {
    font-size: .12rem;
    line-height: .24rem;
    color: #FB7C00;
    padding: 0 .08rem;
    background: #F8F5ED;
    border-radius: .12rem;
    position: absolute;
    left: .26rem;
    bottom: .04rem;
    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: .14rem;
    color: #333333;
    line-height: .24rem;
    display: none;
    text-indent: 2em;
    margin-bottom: .1rem;
}

/* 下载样例数据 */
.download-sample-data {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: .10rem 0;
    background: #EEFCFE;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.download-sample-data .download-btn, .search-box .filter-btn{
    display: block;
    /*width: 2.12rem;*/
    line-height: .34rem;
    background: #00A88B;
    border-radius: .17rem;
    font-weight: 500;
    font-size: .14rem;
    color: #FFFFFF;
    text-align: center;
    padding: 0 .2rem;
    height: auto;
    min-width: auto;
}

/* 分页 */
.page-of-air .side-panel .side-wrap .pager-wrap {
    width: auto;
    margin-top: .1rem;
    background: transparent;
}
.pagination-wrap .pagination-tip {
    font-size: .14rem!important;
}
.pagination-wrap .pagination .pagers .pager-info {
    padding: 0 .12rem!important;
    font-size: .14rem!important;
}

.select-small {
    width: .60rem!important;
    padding: .04rem .1rem!important;
    font-size: .14rem!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: .6rem!important;
    height: .28rem!important;
    line-height: .28rem!important;
    font-size: .14rem!important;
}

.page-of-air .side-panel .side-wrap .pager-wrap .pagination-wrap .pagination .pagers {
    line-height: .28rem!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: 1.59rem;
    height: .55rem;
    background-size: 100%;
}
.mark-park .mark-icon {
    float: left;
    margin-right: .05rem;
    width: .3rem;
}
.mark-park .mark-title h4 {
    line-height: .32rem;
}
