.box-mapTitle{
    height: 1.82rem;
    background: url("../images/banner.png") no-repeat;
    background-size: cover;
}

/* checkbox */
.icon-radio,
.icon-checkbox{
    width: .13rem;
    height: .13rem;
    border: 1px solid #E6E6E6;
    background: #fff;
    border-radius: 50%;
}
.icon-radio-checked,
.icon-checkbox-checked {
    width: .15rem;
    height: .15rem;
    border-radius: 50%;
}

.industry-search{
    padding: .30rem 0 .15rem;
    background: #F6F7F8;
    border-radius: .06rem;
    display: flex;
    flex-wrap: wrap;
}
.industry-search .radio,
.industry-search .checkbox{
    text-align: center;
    margin-right: 0;
    margin-bottom: .15rem;
    width: 33%;
}

.industry-search .logo-box{
    position: relative;
    width: .72rem;
    height: .72rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.industry-search .logo-box .pos{
    position: absolute;
    right: .08rem;
    top: .01rem;
}
.industry-search .logo-box .logo{
    width: 100%;
    height: 100%;
}

.industry-search .radio .text,
.industry-search .checkbox .text{
    width: auto;
    font-size: .12rem;
    line-height: .18rem;
    color: #3D3D3D;
    margin-top: .06rem;
    margin-left: 0;
}

/* 图例 */
.map-legendBoxs{
    padding: .1rem .2rem .07rem .15rem;
}

/* 区域排放-全球  */
.tdt-infowindow-content{
    padding: .15rem;
}

.mark-detail-country h4{
    font-size: .22rem;
    font-weight: bold;
    color: #000000;
    text-align: center;
    line-height: .22rem;
}
.mark-detail-country .country-content{
    display: flex;
    align-items: center;
    margin-top: .10rem;
}
.mark-detail-country .country-content .target-year{
    position: relative;
    height: .36rem;
    border: 1px solid #DBDEE2;
    border-radius: .04rem;
    text-align: center;
    margin-right: .10rem;
}
.mark-detail-country .country-content .target-year b{
    width: .23rem;
    height: .22rem;
    background: url(/MapLowCarbon/images/icon_global.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: -.10rem;
    top: .06rem;
}
.mark-detail-country .country-content .target-year span{
    font-size: .20rem;
    font-weight: bold;
    color: #000000;
    line-height: .36rem;
    margin-left: .08rem;
    display: block;
    width: max-content;
    padding: 0 .10rem;
}
.mark-detail-country .country-content .target-text p,
.mark-detail-city .city-content p{
    font-size: .12rem;
    color: #000000;
    line-height: .18rem;
    margin: 0;
}

.mark-detail-city .city-title{
    display: flex;
    align-items: flex-end;
    padding-bottom: .10rem;
    border-bottom: 1px solid #DBDEE2;
}
.mark-detail-city .city-title h4{
    font-size: .22rem;
    line-height: .24rem;
    font-weight: bold;
    color: #000000;
    margin-right: .10rem;
}
.mark-detail-city .city-title span{
    font-size: .16rem;
    line-height: .18rem;
    font-weight: bold;
    color: #000000;
}
.mark-detail-city .city-content{
    margin-top: .10rem;
    text-align: center;
}
.mark-detail-city .city-content .btn{
    font-size: .14rem;
    line-height: .16rem;
    color: #000;
    padding: .10rem .13rem .08rem;
    background: #FA9C38;
    border-radius: .04rem;
    font-weight: bold;
    margin-bottom: .10rem;
    display: inline-block;
}
.mark-detail-city .city-content .btn strong{
    font-size: .18rem;
    margin-right: .05rem;
}

.map-tab-btn{
    width: max-content;
    position: absolute;
    right: .16rem;
    bottom: 2.44rem;
}
.map-tab-btn li{
    display: flex;
    align-items: center;
    float: left;
    padding: .11rem .18rem;
    background: #FFFFFF;
    box-shadow: 0 .01rem .08rem 0 rgba(0, 0, 0, 0.14);
    border-radius: .17rem;
    font-size: .14rem;
    line-height: .16rem;
    color: #999999;
    margin-right: .2rem;
    cursor: pointer;
}
.map-tab-btn li:last-of-type{
    margin-right: 0;
}
.map-tab-btn li b{
    display: block;
    width: .16rem;
    height: .19rem;
    background: url(/MapLowCarbon/images/icon_global_no.png) no-repeat;
    background-size: 100%;
    margin-right: .06rem;
}
.map-tab-btn li.active{
    color: #000000;
}
.map-tab-btn li.active b{
    background: url(/MapLowCarbon/images/icon_global_yes.png) no-repeat;
    background-size: 100%;
}