/*@import "../../BiodiversitySnapshot/css/Head.css";*/
.side-con{
    padding-bottom: .44rem;
}

.form-filed .input-icon{
    border: .01rem solid #00A88B;
}
.form-filed .input-icon .icon-search{
    background: url(../images/map/c_search.png) no-repeat;
    background-size: 100%;
}
.form-filed .button{
    background: #00A88B;
}
.form-filed .input-icon .input::placeholder,
.map-form-filed .input-icon .input::placeholder {
    color: rgba(0,168,139,0.4);
}

/* tab */
.tab-province-city .active{
    background: #00A88B;
}

.reserveBox{
    background: #EDFAFA;
    border-radius: .2rem .2rem 0 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 {
    position: relative;
}
.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;
    border: 1px solid #007156;
    border-top: none;
    border-radius: 0 0 .2rem .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: fixed;
    right: 2.86rem;
    bottom: .16rem;
    /*width: 3.06rem;*/
    background: #fafcff;
    padding: .09rem .14rem;
    border-radius: .08rem;
}
.side-panel .data-sources p {
    font-size: .12rem;
    line-height: .22rem;
    color: #78797a;
}

.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, .icon-wetlandParkWd{
    display: block;
    width: .32rem;
    height: .36rem;
}
.icon-wetlandPark{
    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-wetlandParkWd{
    background: url(../images/map/icon-wetlandParkWD.png) no-repeat;
    background-size: 100%;
}
.icon-wetlandPark.imgBoxBig, .icon-naturalreserve.imgBoxBig {
    width: .42rem;
    height: .46rem;
}


/* 湿地/国家自然保护区弹窗 */
.closeWhite{
    right: .10rem!important;
    top: .12rem!important;
    background: url("/common/images/common/close-icon-white.png") no-repeat!important;
    background-size: 100%!important;
}
.box-mapMask {
    /*max-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;
}
.box-mapMask .ct p{
    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;
    line-height: inherit;
    color: #262e3d;
}
.box-mapMask .ct p .wuzhong-color{
    color: #59B22B;
}
.box-mapMask .ct .num{
    display: flex;
    align-items: center;
}
.box-mapMask .ct .num span{
    font-size: .3rem;
}

.box-mapMask .btn {
    display: block;
    font-size: 0.14rem;
    text-align: center;
    color: #00A88B;
    padding-top: 0.15rem;
    margin: 0 -.22rem -.07rem;
    border-top: 1px solid #f5f6fa;
    cursor: pointer;
}
.box-mapMask .btn .info-link{
    margin: 0;
    padding-top: 0;
    border-top: none;
    font-size: inherit;
    color: inherit;
}
.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;
}

.box-mapMaskPark h3{
    /*height: 60px;*/
    color: #fff;
    background: #00A88B;
    border-radius: .06rem .06rem 0 0;
    margin: -.22rem -.22rem 0;
    padding: .16rem .22rem;
}



/* 图例 */
.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;
}
.map-level-block {
    max-width: 3.9rem;
}

/* 弹框 */
.st-number {
    width: max-content;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 .02rem .1rem rgba(78, 151, 156, 0.66);
}
/*.amap-info-content{*/
    /*min-width: 2.68rem;*/
/*}*/
.mark-detail .mark-title {
    margin-bottom: .08rem;
}
.mark-title h4 {
    font-size: .2rem;
    font-weight: bold;
    color: #333333;
    line-height: .28rem;
}
.mark-detail .mark-content p {
    font-size: .14rem;
    line-height: .26rem;
    height: .26rem;
    color: #666;
}
.mark-detail .mark-content p span {
    font-size: inherit;
    font-weight: bold;
}
.mark-detail .mark-content .detail-btn{
    margin-top: .06rem;
}

.mark-bulletin {
    display: flex;
    align-items: center;
}
.mark-bulletin .mark-title {
    margin-bottom: 0;
    border-right: 1px solid #dedede;
    padding-right: .2rem;
}
.mark-bulletin .mark-content {
    margin-right: .2rem;
}
.mark-bulletin p {
    text-align: center;
}

.mark-bulletin .level {
    width: .72rem;
    font-size: .16rem;
    font-weight: bold;
    color: #FFFFFF !important;
    line-height: .28rem;
    background: #71B546;
    border-radius: .04rem;
}
.mark-bulletin .level1565 {
    background-color: rgb(81,105,57)
}
.mark-bulletin .level1566 {
    background-color: rgb(113,181,70)
}
.mark-bulletin .level1567 {
    background-color: rgb(198,222,174)
}
.mark-bulletin .level1568 {
    background-color: rgb(249,245,184);
    color: #999 !important;
}
.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 *{
    font-size: inherit;
}
.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;*/
}
.side-panel .side-wrap .table-main .table-list {
    border-left: 1px solid #D9E1EB;
    border-right: 1px solid #D9E1EB;
    border-bottom: 1px solid #D9E1EB;
}
.side-panel .side-wrap .table-main .table-list tr {
    border-top: 1px solid #D9E1EB;
}
.side-panel .side-wrap .table-main .table-column table thead th,
.side-panel .side-wrap .table-main .table-column table td{
    height: auto;
    line-height: .19rem;
    padding: .1rem .02rem;
}
.side-panel .side-wrap .table-main .table-column table thead th {
    background: rgba(42,175,166, .2);
    padding: .12rem .02rem;
}
.side-panel .side-wrap .table-main .table-list tr:last-of-type td {
    border-bottom: none;
}
.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 .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 .bg{
    background: #EDFAFA;
    padding: .12rem .16rem;
    border-radius: .24rem;
}
.hj-bulletin .radio{
    margin: .08rem .1rem .08rem 0;
}
.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;
}
.section-ext{
    width: 40%;
}

/* 中国生态功能区划 */
.ecological-zone h3 {
    cursor: pointer;
    align-items: center;
}
.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 .info:first-of-type {
    margin-top: .1rem;
}
.important-ecological .info .flex{
    align-items: center;
}
.important-ecological .info p {
    font-size: .14rem;
    color: #333333;
    line-height: .3rem;
}
.important-ecological .info span {
    position: relative;
    font-weight: bold;
    cursor: pointer;
}
.important-ecological .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 .info strong.two {}
.important-ecological .info span:hover strong {
    display: block;
}
.important-ecological .info .infoContent {
    font-size: .14rem;
    color: #333333;
    line-height: .24rem;
    display: none;
    text-indent: 2em;
    margin-bottom: .1rem;
}

/* 下载样例数据 */
.download-sample-data {
    width: 100%;
    padding: .10rem 0;
    background: rgba(255,255,255,0.5);
    border-radius: 0 0 .16rem .16rem;
    position: absolute;
    bottom: 0;
    left: 0;
    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;
}

/* 分页 */
.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;
}

/* 全球湿地地图 */
.float-world{}
.float-world .chosen-container{
    margin-bottom: .05rem;
}
.float-world .clearfix:before,
.float-world .clearfix:after{
    clear: none;
    content: none;
}
.float-world .select{
    margin-bottom: .10rem;
}
.float-world #province_chosen{
    margin-left: 0!important;
}
.float-world .form-filed .select:first-of-type,
.float-world #country_chosen, .float-world #city_chosen{
    float: right;
}

.box_lcs_wrap {
    display: flex;
    margin: .1rem 0 .24rem;
}
.lcs_switch.lcs_on{
    background: #00A88B;
}
.box_lcs_wrap.active p{
    color: #00A88B;
}
.map-level-wetlandColor .map-level-list li{
    margin-right: 0;
}

.box-letterList {
    position: absolute;
    left: 4.6rem;
    top: .66rem;
    display: flex;
    align-items: center;
}
.box-letterList li, #letterBar{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .42rem;
    height: .42rem;
    border: .02rem solid transparent;
    border-radius: 50% 0 50% 50%;
    font-weight: 500;
    font-size: .16rem;
    color: #FFFFFF;
    margin-left: .06rem;
    cursor: pointer;
    transition: .5s;
}
.box-letterList li:first-of-type {
    margin-left: 0;
}
.box-letterList .logo {
    width: .58rem;
    height: .58rem;
    margin-right: .14rem;
    background: #fff;
    border-radius: 50%;
}
.box-letterList .logo img {
    width: .35rem;
}
.box-letterList li.active {
    width: .58rem;
    height: .58rem;
    border: .02rem solid #fff;
    box-shadow: 0 .03rem .07rem 0 rgba(0,0,0,0.5);
}
.box-letterList li.logo.active {
    background: #fff;
}

#letterBar{
    width: .3rem;
    height: .3rem;
    font-size: .1rem;
    font-weight: bold;
    position: absolute;
    top: 0.12rem;
    right: .18rem;
    margin-left: 0;
}
#letterBar.active{
    border: .02rem solid #fff;
}

.iuco-bg1 {
    background: #000;
}
.iuco-bg2 {
    background: #512372;
}
.iuco-bg4 {
    background: #EB2F2D;
}
.iuco-bg8 {
    background: #EC823A;
}
.iuco-bg16 {
    background: #ecec1c;
}
.iuco-bg32 {
    background: #93CE58;
}
.iuco-bg64 {
    background: #1AAF55;
}
.iuco-bg128 {
    background: #666666;
}
.iuco-bg256 {
    background: #808080;
}

.iuco-color1 {
    color: #000;
}
.iuco-color2 {
    color: #512372;
}
.iuco-color4 {
    color: #EB2F2D;
}
.iuco-color8 {
    color: #EC823A;
}
.iuco-color16 {
    color: #ecec1c;
}
.iuco-color32 {
    color: #93CE58;
}
.iuco-color64 {
    color: #1AAF55;
}
.iuco-color128 {
    color: #666666;
}
.iuco-color256 {
    color: #808080;
}



















