@import "logo.css";

.table-con{
    margin-top: .25rem;
}

#sate_llite{
    display: flex!important;
}

.amap-info-close {
    background: url(/public/static/images/pages/map/icon-white-close.png) no-repeat center center!important;
}
.icon-close {
    width: .2rem;
    background: url(/public/static/images/pages/map/close.png) no-repeat center center!important;
}
.icon-dot{
    width: .25rem;
    height: .25rem;
    background-size: 100%!important;
}

.mark-detail-table{
    padding: .22rem .22rem .10rem;
    width: calc(100% - .44rem);
}
.mark-detail-table table tbody td{
    line-height: .30rem;
}
.mark-detail-table table tbody td .info-link{
    margin-top: 0;
    line-height: .20rem;
}

.common-popup {
    text-align: center;
}
.common-popup .popup-title {
    font-size: .20rem;
    color: #333333;
    font-weight: bold;
    padding-bottom: .15rem;
    line-height: .26rem;
}
.common-popup span{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e66560;
    border-radius: .06rem;
    color: #fff;
    font-size: .20rem;
    line-height: .42rem;
}
.common-popup span strong{
    display: block;
    font-weight: bold;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.common-popup h5 {
    font-size: .14rem;
    line-height: .28rem;
    color: #333;
}

/* 区域排放 */
.lowCarbon-city-popup{}

/* 企业模块 */
.GHG-btnBox{
    position: absolute;
    left: -1.4rem;
    bottom: 0;
}
.GHG-btnBox .btn{
    width: max-content;
    font-size: .14rem;
    line-height: .4rem;
    color: #333333;
    background: #FFFFFF;
    box-shadow: 0 .02rem .10rem 0 rgba(0, 0, 15, 0.3);
    border-radius: .02rem;
    display: flex;
    align-items: center;
    padding: 0 .12rem;
}
.GHG-btnBox .btn:before{
    content: "";
    width: .24rem;
    height: .24rem;
    background: url("../images/qy-iconGHG.png") no-repeat;
    background-size: 100%;
    margin-right: .05rem;
}
.GHG-btnBox .btn:hover{
    color: #5F95FE;
    /*background: #3E6EFF;*/
}

/* 打点 */
.pieDiv{
    width: .79rem;
    height: .82rem;
}
.icon-blue1, .icon-carbonblue1, .icon-shangshiblue1{
    width: .35rem;
    height: .35rem;
}
.icon-blue2, .icon-carbonblue2, .icon-carbonred, .icon-shangshiblue2, .icon-grey{
    width: .64rem;
    height: .64rem;
}
.icon-blue3, .icon-carbonblue3, .icon-shangshiblue3{
    width: .79rem;
    height: .82rem;
}


.lowCarbon-enterprise-popup{
    margin: -.22rem;
}
.lowCarbon-enterprise-popup .popup-content{
    padding: .02rem .2rem .08rem;
}
.lowCarbon-enterprise-popup span {
    border-radius: .5rem;
    font-weight: bold;
}
.common-popup .bg{
    width: 100%;
    display: block;
}
.common-popup .popup-like{
    width: 100%;
    position: absolute;
    top: .18rem;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.common-popup .popup-like p{
    font-size: .14rem;
    color: #fff;
}
.common-popup .popup-like p:nth-child(1){
    font-weight: bold;
    font-size: .21rem;
    margin-top: .16rem;
    margin-bottom: .07rem;
}
.common-popup .popup-like b{
    display: block;
    width: .38rem;
    height: .58rem;
    background: url(../images/qy-iconLike.png) no-repeat;
    background-size: 100%;
    margin-right: .13rem;
}
.common-popup .see-detail-btn{
    border-top: 1px solid #f5f6fa;
    color: #3b3b3b;
    font-size: .14rem;
    line-height: .34rem;
    display: block;
}


.map-legendBoxs{
    padding: .1rem .2rem .07rem .15rem;
}

