.page-of-air .side-panel .side-wrap .side-search .form-filed{
    margin-bottom: 0;
}

.condition-wrap .condition-con{
    padding: 0;
}
.page-of-air.page-of-water .side-panel .side-wrap .side-search .form-filed .select{
    margin-bottom: 0;
}
.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-right: 0;
}
.condition-wrap .brand-map-option  > dl > dd .radio .text{
    width: 84px;
    margin-left: 4px;
}

.brand-map-option .country h6{
    padding-bottom: 6px;
    color: #262e3d;
}
.page-of-air.page-of-water .side-panel .side-wrap .side-search .form-filed .select{
    line-height: 29px;
}
.condition-wrap .brand-map-option  > .screen-btn{
    margin-bottom: 0;
}

.map-sidebar-right .select-parent{
    width: 140px;
}

/* 模糊搜索 */
.side-search{
    position: relative;
}
.BrandNameList{
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(61,110,255,0.3);
}
.BrandNameList li{
    font-size: 14px;
    line-height: 27px;
    color: #262e3d;
    padding: 0 20px;
}
.BrandNameList li:first-of-type{
    padding-top: 15px;
}
.BrandNameList li:last-of-type{
    padding-bottom: 15px;
}
.BrandNameList li:hover{
    color: #005596;
}


/* 行业样式 */
.icon-checkbox{
    width: 13px;
    height: 13px;
    border: 1px solid #E6E6E6;
    background: #fff;
    border-radius: 50%;
}
.icon-checkbox-checked {
    background-position: -1px -268px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.condition-wrap .brand-map-option > .industry-search dt{
    display: flex;
    align-items: center;
    line-height: 27px;
}
.condition-wrap .brand-map-option > .industry-search dt .checkbox{
    margin-left: 20px;
}
.condition-wrap .brand-map-option > .industry-search dt .text_other{
    margin-left: 4px;
}
.condition-wrap .brand-map-option > .industry-search > dd{
    padding: 0 14px;
}
.condition-wrap .brand-map-option > .industry-search dd .checkbox{
    text-align: center;
    margin: 17px 0;
    width: 23%;
}
.condition-wrap .brand-map-option > .industry-search dd .logo-box{
    position: relative;
    width: 63px;
    height: 63px;
    /*background: #FFFFFF;*/
    /*box-shadow: 0 4px 10px 0 rgba(153, 153, 153, 0.21);*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.condition-wrap .brand-map-option > .industry-search dd .logo-box .pos{
    position: absolute;
    right: 8px;
    top: 1px;
}
.condition-wrap .brand-map-option > .industry-search dd .logo-box .logo{
    width: 100%;
    height: 100%;
}
.condition-wrap .brand-map-option .industry-search  > dd .checkbox .text{
    margin-top: 16px;
    width: auto;
    margin-left: 0;
    font-size: 12px;
    line-height: 14px;
    color: #262E3D;
}

/*.page-of-air .side-panel .side-wrap*/

/* 关联企业表现 */
.table-main .table-column.table-fixed {
    width: 380px;
    position: fixed;
    top: 54px;
    left: 17px;
    z-index: 99;
}
.table-related-ent .table-list table thead th{

}
.table-related-ent .table-column table thead th{
    color: #333!important;
    height: auto!important;
    line-height: 60px!important;
    background: #F6F8FC;
    padding: 0;
    text-align: center;
}
.table-related-ent .table-list tr td{
    font-size: 14px!important;
    height: auto!important;
    line-height: 16px!important;
    color: #333;
    padding: 18px 0;
    text-align: center;
    border-bottom: 1px solid #ECE9EC;
}
.operation-status{
    font-size: 12px;
    line-height: 14px;
    color: #005596;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    margin-right: 12px;
}
.operation-status .icon-arrow{
    margin-left: 6px;
    display: block;
    width: 5px;
    height: 5px;
    border: #005596 solid;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    margin-top: -3px;
}
.operation-status .arrowOpen{
    transform: rotate(-45deg);
    margin-top: 4px;
}

.table-related-ent{
    margin: 20px 0 40px;
}
.table-related-ent .table-list .zk-table-tr{
    display: none;
}
.table-related-ent .table-list .zk-table-tr td{
    padding: 0;
    border-bottom: none;
}

.table-related-ent .zk-table-box .table-list tr th,
.table-related-ent .zk-table-box .table-list tr td{
    font-size: 12px!important;
    line-height: 18px!important;
    font-weight: normal;
}
.table-related-ent .zk-table-box .table-list tr th{
    padding: 10px 0;
    background: #F5F8FE;
}
.table-related-ent .zk-table-box .table-list tr td{
    padding: 10px 0;
    border-bottom: 1px solid #ECE9EC;
}

.table-related-ent .zk-table-box .table-list tr .no-content{
    background: transparent;
    border-bottom: none;
}
.table-related-ent .zk-table-box .table-list tbody tr:last-of-type .no-content{
    /*border-bottom: 1px solid #ECE9EC;*/
}
.zk-table-box .mask-container a{
    display: block;
    color: #005596;
    font-size: 12px;
    text-align: right;
    margin-top: 10px;
}
/*.table-related-ent .zk-table-box .pager-wrap{*/
    /*padding-left: 76px;*/
    /*padding-bottom: 18px;*/
    /*border-bottom: 1px solid #ECE9EC;*/
/*}*/

.page-of-air .section{
    position: initial;
}

/* 图例 */
.dot-box{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
}
.dot-box .bg{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.dot-box p{
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
}
.dot-box.green{background: rgba(67,187,98,.4);}
.dot-box.green .bg{background: #43BB62;}
.dot-box.blue{background: rgba(90,145,255,.4);}
.dot-box.blue .bg{background: #5A91FF;}
.dot-box.orange{background: rgba(249,146,55,.4);}
.dot-box.orange .bg{background: #F99237;}

.page-of-air .map-level-common{
    z-index: 2;
    padding: 15px 12px 12px 14px;
    cursor: pointer;
}
.global-legend h3, .statistics-btn h3{
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #333333;
}
.global-legend .map-level-list{
    margin-top: 14px;
}
.global-legend .map-level-list li{
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.global-legend .map-level-list li:last-of-type{
    margin-right: 0;
}
.global-legend .map-level-list li img{
    width: 18px;
}
.global-legend .map-level-list li p{
    font-size: 13px;
    color: #333333;
    line-height: 15px;
    margin-left: 10px;
}

.brand-mask{
    position: absolute;
    left: 550px;
    bottom: 20px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 42px 50px 18px 40px;
    width: 650px;
}
.brand-mask .icon-tips{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
    background: url(/MapGZBD/images/fy/icon-data.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.brand-mask .icon-close{
    position: absolute;
    right: 20px;
    top: 6px;
    color: #999;
    transform: rotateX(30deg);
    font-size: 24px;
    cursor: pointer;
}
.brand-mask .number-list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}
.brand-mask .number-list li{
    text-align: center;
}
.brand-mask .number-list li strong{
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #D34F2E;
}
.brand-mask .number-list li span{
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    margin-top: 20px;
}
.brand-mask p{
    font-size: 12px;
    color: #666666;
    line-height: 22px;
}

.page-of-air .statistics-btn{
    bottom: 74px;
}

/* 数据来源 */
.data-sources-alert{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
.data-sources-alert .data-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.data-sources-alert b{
    width: 28px;
    height: 28px;
    background: url(/MapGZBD/images/fy/icon-close.png) no-repeat;
    background-size: 100%;
    float: right;
    margin-bottom: 9.5px;
    margin-right: -20px;
    cursor: pointer;
}
.data-sources-alert .data-sources-content{
    width: 500px;
    /*height: 378px;*/
    padding: 22px 0 29.5px 24px;
    background: #fff;
    border-radius: 5px;
    text-align: left;
}
.data-sources-alert .data-sources-content .content {
    height: 100%;
    overflow-y: auto;
    padding-right: 24px;
}
.data-sources-alert .data-sources-content h3 {
    font-size: 16px;
    color: #080808;
    margin-bottom: 14px;
    font-weight: normal;
}
.data-sources-alert .data-sources-content p {
    font-size: 11.5px;
    color: #080808;
    margin-top: 0;
    line-height: 20px;
    text-align: justify;
}

@media screen and (max-width: 1290px) {
    .brand-mask{
        padding: 30px 30px 18px 30px;
        left: 450px;
    }
    .brand-mask .icon-tips{
        top: 12px;
    }
    .brand-mask .icon-close{
        top: 0;
    }
    .brand-mask .number-list{
        margin-bottom: 35px;
    }
    .brand-mask .number-list li strong{
        font-size: 30px;
        line-height: 30px;
    }
    .brand-mask .number-list li span{
        margin-top: 15px;
    }
}


/* 品牌详情 */
.page-of-green-supply #container{
    margin-top: 30px;
}
.brand-container .brand-info{
    position: relative;
    box-shadow: 0 3px 7px 0 rgba(0,85,150,.1);
}
.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;*/
    display: block;
    text-align: center;
    margin: -70px auto 0;
    /*position: absolute;*/
    /*top: 94px;*/
    /*left: 50%;*/
    /*transform: translate(-50%, 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: 80px;
    max-height: 80px;
    /*border-radius: 50%;*/
}
.brand-info .brand-logo span{
    display: block;
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    color: #333333;
    margin-top: 20px;
}
.brand-info .brand-logo:hover{
    /*top: 90px;*/
    margin: -74px auto 0;
}
.brand-info .brand-logo:hover .img{
    width: 128px;
    height: 128px;
    /*background: #F8F8F8;*/
    box-shadow: 0 3px 10px 0 rgba(18, 135, 245, 0.21);
}
.brand-info .brand-logo:hover img{
    max-width: 84px;
    max-height: 84px;
}
.brand-info .brand-logo:hover span{
    color: #1287F5;
    margin-top: 16px;
}

.brand-info .outstanding-brand{
    text-align: center;
    margin-top: 28px;
}
.brand-info .outstanding-brand .scti-citi{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}
.brand-info .outstanding-brand .scti-citi a{
    display: block;
    width: 151px;
    height: 92px;
    margin: 0 20px;
}
.brand-info .outstanding-brand img{
    width: 100%;
    height: 100%;
}
.brand-info .outstanding-brand h6{
    color: #EF9901;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 16px;
}

.brand-info .fraction{
    padding: 0 0 22px;
    margin-top: 35px;
    /*margin-top: 138px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand-info .fraction a,.brand-info .outstanding-brand .scti-citi .orange{
    width: 140px;
    box-shadow: 0 3px 7px 0 rgba(0, 85, 150, 0.16);
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.brand-info .fraction a{
    float: none;
}
.brand-info .outstanding-brand .scti-citi .orange{
    height: auto;
}
.brand-info .fraction span,.scti-citi a span{
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 64px;
    height: 60px;
    text-align: center;
    opacity: 0.7;
    border-radius: 4px 0 0 4px;
}
.brand-info .fraction strong,.scti-citi a strong{
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}
.brand-info .fraction strong.bold,.scti-citi a strong.bold{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1px;
}
.brand-info .fraction .number,.scti-citi a .number{
    display: block;
    text-align: center;
    width: 76px;
    font-size: 26px;
    font-weight: bold;
    line-height: 60px;
}
.brand-info .green span{
    background: rgba(66, 202, 154, .7);
}
.brand-info .green .number{
    color: #43CB9A;
}
.brand-info .orange span,.scti-citi .orange span{
    background: rgba(255, 191, 26, 1);
}
.brand-info .orange .number,.scti-citi .orange .number{
    color: #FFBF1A;
}

.brand-info .link-btn{
    position: absolute;
    top: 164px;
    right: 0;
}
.brand-info .link-btn a{
    width: 88px;
    display: block;
    font-size: 12px;
    color: #fff;
    box-shadow: 0 3px 7px 0 rgba(0, 85, 150, 0.16);
    border-radius: 14px 0 0 14px;
    line-height: 28px;
    text-align: center;
}
.brand-info .link-btn a:first-of-type{
    background: linear-gradient(90deg, #FF9C01, #FB7213);
}
.brand-info .link-btn a:last-of-type{
    background: #00AE66;
    margin-top: 9px;
}


.brand-container .brand-emission{
    margin-top: 36px;
    padding: 0 17px;
}
.brand-emission .ets-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.brand-emission .ets-title h3{

    font-size: 16px;
    color: #005596;
    font-weight: bold;
}
.brand-emission .ets-title span{
    font-size: 12px;
    color: #333333;
    display: flex;
    align-items: center;
    float: left;
    margin-left: 19px;
}
.brand-emission .ets-title span:first-of-type{
    margin-left: 0;
}
.brand-emission .ets-title b{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    margin-right: 6px;
}
.brand-emission .ets-title .blue{
    background: #1287F5;
}
.brand-emission .ets-title .cyan{
    background: #14C3E3;
}

.brand-emission .ets-list{
    background: #FCFCFC;
    padding: 25px 11px 20px 8px;
    margin-top: 20px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
}
.brand-emission .ets-list li{
    width: 96px;
    text-align: center;
    float: left;
    margin: 10px 38px 0;
}
.brand-emission .ets-list li .ets{
    width: 100%;
    height: 96px;
}
.brand-emission .ets-list li .content{
    margin-top: 20px;
}
.brand-emission .ets-list li h6{
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 6px;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
    cursor: pointer;
}
.brand-emission .ets-list li h6 span{
    display: none;
    position: absolute;
    bottom: -30px;
    left: 0;
    font-weight: normal;
    text-align: center;
    background: #fff;
    padding: 5px 0;
}
.brand-emission .ets-list li h6:hover span{
    display: block;
}
.brand-emission .ets-list li p{
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    padding-top: 7px;
}
.brand-emission .ets-list li .zht{
    position: relative;
}
.brand-emission .ets-list li .zht h3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    font-weight: bold;
    color: #009650;
}
.brand-emission .ets-list li .zht img{
    width: 96px;
}

.brand-container .history-trends{
    margin-top: 31px;
    position: relative;
}
.history-trends .title{
    padding: 0 17px;
    border-bottom: 2px solid rgba(0, 85, 150, .12);
}
.history-trends .title h4{
    width: 104px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 16px;
    text-align: center;
    margin-right: 30px;
    cursor: pointer;
}
.history-trends .title h4:last-of-type{
    margin-right: 0;
}
.history-trends .title b{
    margin-top: 19px;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 2px;
}
.history-trends .title .active{
    color: #005596;
}
.history-trends .title .active b{
    background: #005596;
}

.history-trends .list{
    padding: 0 17px 21px 17px;
    display: none;
}
.history-trends .list a, .jumpDetailall{
    color: #005596;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 0;
}
.history-trends .list a{
    right: 17px;
    top: -4px;
}
.history-trends li{
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.history-trends li .f20,
.history-trends li .f26{
    color: #333333;
    font-size: 14px;
    line-height: 34px;
    font-family: Microsoft YaHei;
    margin-bottom: 10px;
}
.history-trends li .f14{
    padding: 22px 27px 22px 22px;
    background: rgba(0, 85, 150, .05);
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}
.history-trends li .tags{
    position: relative;
    padding: 14px 0 11px 9px;
    border-bottom: 1px solid rgba(0,85,149,.12);

}
.history-trends li .tags .f14{
    vertical-align: middle;
    display: inline-block;
    background: url(/public/static/images/icons/icon-address.png) left center no-repeat;
    line-height: 18px;
    font-size: 12px;
    color: #656565;
    padding: 0 10px 0 20px;
    text-align: left;
}
.page-of-green-supply #container .tooltip,
.page-of-green-supply #allContainer .tooltip{
    display: none;
    position: absolute;
    text-align: left;
    z-index: 1;
    width: 200px!important;
    padding: 10px!important;
    /*margin-top: 21px;*/
    font-size: 14px;
    left: 0!important;
    background-color: #fff;
    -webkit-box-shadow: 3px 5px 20px rgba(0, 0, 0, 0);
    -moz-box-shadow: 3px 5px 20px rgba(0, 0, 0, 0);
    box-shadow: 3px 5px 20px rgba(0, 0, 0, 0);
    -webkit-filter: drop-shadow(3px 5px 20px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(3px 5px 20px rgba(0, 0, 0, 0.2));
    color: #656565;
    line-height: 25px;
    bottom: 22px;
}
.page-of-green-supply #container .tooltip:before,
.page-of-green-supply #allContainer .tooltip:before{
    display: none;
}
.history-trends li .date{
    color: #656565;
    position: absolute;
    right: 0;
    bottom: 14px;
    background: transparent;
    padding: 0;
    line-height: 18px;
    font-size: 12px;
}
.history-trends .list li .img{
    border-radius: 2px;
    max-width: 30px;
    margin-right: 10px;
}
.page-of-green-supply #allContainer li table{
    float: left;
}
.page-of-green-supply #allContainer li table td{
    position: relative;
    width: 30px;
    height: 30px;
}

.page-of-green-supply #allContainer .water:hover .tooltip,
.page-of-green-supply #allContainer .gas:hover .tooltip,
.page-of-green-supply #allContainer .solid:hover .tooltip,
.page-of-green-supply #allContainer .weifa:hover .tooltip,
.page-of-green-supply #allContainer .zaosheng:hover .tooltip,
.page-of-green-supply #allContainer .hefushe:hover .tooltip,
.page-of-green-supply #allContainer .zhongjinshu:hover .tooltip,
.page-of-green-supply #allContainer .weiqi:hover .tooltip,
.page-of-green-supply #allContainer .shujushishi:hover .tooltip,
.page-of-green-supply #allContainer .weifei:hover .tooltip,
.page-of-green-supply #allContainer .jiancha:hover .tooltip,
.page-of-green-supply #allContainer .tanjiaoyi:hover .tooltip,
.page-of-green-supply #allContainer .jinrongzhengce:hover .tooltip,
.page-of-green-supply #allContainer .g-info:hover .tooltip,
.page-of-green-supply #allContainer .g-check:hover .tooltip,
.page-of-green-supply #allContainer .g-prtr:hover .tooltip,
.page-of-green-supply #allContainer .change:hover .tooltip {
    display: block;
}

/* 分页 */
.page-of-air .side-panel .side-wrap .pager-wrap{
    width: auto!important;
    margin-top: 10px!important;
}
.pagination-wrap .pagination-tip{
    font-size: 14px!important;
    text-align: left;
}
.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;
}
