@import "logo.css";

body{
    min-width: calc(100% - 230px);
}
/*.page-of-air .amap-info-close {*/
    /*background: url(/public/static/images/pages/map/icon-white-close.png) no-repeat center center!important;*/
/*}*/
.page-of-air .icon-close {
    background: url(/public/static/images/pages/map/close.png) no-repeat center center;
}
.pieDiv {
    width: 79px;
    height: 82px;
}
.map-level-common .map-level-list li{
    min-width: 70px;
}
.page-of-air .amap-info-content{
    padding: 0!important;
}
.lowCarbon-city-popup{
    /*background: #22a444;*/
    border-radius: 0;
}
.lowCarbon-city-popup .popup-content{
    padding: 40px 24px 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DEDEDE;
}
.lowCarbon-city-popup .popup-content .title{
    text-align: left;
}
.lowCarbon-city-popup .popup-title{
    color: #000000;
    padding: 0 0 10px 0;
    font-size: 22px;
}
.lowCarbon-city-popup p{
    color: #000000;
    font-size: 14px;
    line-height: 20px;
}
.lowCarbon-city-popup .popup-content .type{
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
}
#chart{
    padding: 0 22px;
}
.page-of-air .map-level-common{
    padding: 10px 14px 7px!important;
}

.page-of-air .map-type .map-type-bg.maptype-tab a{
    float: none;
    border-right: none;
}

/* 圆柱 */
.cylinder{
    /*margin-left: 100px;*/
    width:18px;
    height:14px;
    transform: rotateX(60deg);/*css3新属性*/
    position: absolute;
    /*top: -30px;*/
}
.cylinder:before{
    content: '';
    display:inline-block;
    width: 100%;
    height: 14px;
    position: absolute;
    top: 0;
    border-radius: 50px;
    z-index: 1;
}
.cylinder:after{
    content: '';
    display:inline-block;
    width: 100%;
    height: 100%;
    position:absolute;
    top: 7px;
    left: 0;
    border-bottom-left-radius: 50px;/*css3新属性*/
    border-bottom-right-radius: 50px;
    box-shadow: 0 9px 9px rgba(0,0,0,.4);
}
.vanguard:before{
    background: #3ED478;
}
.vanguard:after{
    background: #1AAF54;
}
.leading:before{
    background: #64A7F4;
}
.leading:after{
    background: #308AF0;
}
.flat:before{
    background: #FDE4A5;
}
.flat:after{
    background: #F9D067;
}
.potential:before{
    background: #F9A675;
}
.potential:after{
    background: #EB7D3C;
}
.following:before{
    background: #E74852;
}
.following:after{
    background: #BE0712;
}
.chasing:before{
    background: #9945BC;
}
.chasing:after{
    background: #681F86;
}

.box{
    position: relative;
    width: 18px;
}
.tips-container,.lights-tips{
    width: max-content;
    background: rgba(0,0,0,.4);
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    line-height: 30px;
    padding: 0 6px;
    text-align: center;
    transform: translate(-50%, 0);
    z-index: 99999;
}
.tips-container:before {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0,0,0,.4);
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 0);
}
.box-city{
    width: 12px;
}
.box-city .cylinder{
    width: 12px;
}
.box-city .tips-container{
    font-size: 12px;
    line-height: 26px;
}
/*.tips-container:after {*/
    /*content: '';*/
    /*border-top: 7px solid transparent;*/
    /*border-bottom: 7px solid transparent;*/
    /*border-left: 10px solid #FFFFFF; !*箭头背景颜色，覆盖前面的#eee颜色，使其颜色与整体颜色一致*!*/
    /*position: absolute;*/
    /*top: 10px;*/
    /*right: -7px;*/
/*}*/

/* 红绿灯 */
.traffic-lights-box,.map-level-lights .lights-border{
    position: relative;
}
.traffic-lights-box .lights,.map-level-lights .lights-grade,.map-level-lights .lights-grade .early-warn{
    display: flex;
    align-items: center;
}
.traffic-lights-box .lights ul,.map-level-lights .lights-border ul{
    padding: 2px 2px 0;
    background: #FFFFFF;
    /*box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);*/
    border-radius: 4px;
    margin-right: 2px;
}
.traffic-lights-box .lights ul:last-of-type,.map-level-lights li:last-of-type{
    margin-right: 0!important;
}
.traffic-lights-box .lights li,.map-level-lights li,.lights-grade .early-warn b{
    width: 15px;
    height: 15px;
    background: #bec1c4;
    box-shadow: inset 0 4px 0 0 rgba(58, 58, 58, 0.2);
    border-radius: 50%;
    transform: rotate(35deg);
    margin-bottom: 2px;
}
.traffic-lights-box .lights-tips{
    left: 50px;
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
}
.traffic-lights-box .lights-tips:before{
    content: ' ';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgba(0,0,0,.4);
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translate(0,-50%);
}
/* 红绿灯图例 */
.page-of-air .level-lights-btn{
    padding: 0!important;
    border-radius: 2px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.14);
    z-index: 3;
}
.level-lights-btn .big-title{
    color: #000;
    line-height: 14px;
    cursor: pointer;
    padding: 11px 4px;
}
.page-of-air .map-level-lights{
    right: 46px;
    position: absolute;
    bottom: 0;
    background: #FFFDFD;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 10px 14px 7px!important;
    z-index: 1;
    display: none;
}
.map-level-lights li,.lights-grade .early-warn b{
    width: 18px;
    height: 18px;
    display: block;
}
.map-level-lights .lights-grade{
    justify-content: space-between;
    margin-top: 10px;
}
.map-level-lights .lights-border{
    top: 0;
    width: max-content;
}
.map-level-lights .lights-border ul{
    padding: 5px 3px 3px;
    box-shadow: 0 1px 4px 0 rgba(81, 125, 253, 0.3);
}
.map-level-lights .lights-border ul:last-of-type{
    margin-top: 20px;
    margin-left: 2px;
}
.map-level-lights .lights-border .lights-text{
    position: absolute;
    line-height: 12px;
    font-size: 12px;
    color: #7C7D7E;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-left: 10px;
    width: max-content;
}
.map-level-lights .lights-border .lights-text-left{
    top: 0;
    left: 24px;
}
.map-level-lights .lights-border .lights-text-right{
    bottom: 0;
    left: 51px;
}
.map-level-lights .lights-grade .lights{
    margin-left: 100px;
}
.map-level-lights .lights-grade .early-warn{
    width: max-content;
    font-size: 12px;
    color: #7C7D7E;
    margin-bottom: 14px;
}
.map-level-lights .lights-grade .early-warn:last-of-type{
    margin-bottom: 0;
}
.map-level-lights .lights-grade .early-warn b{
    margin-right: 10px;
}

/* 弹窗 */
.peak-index,.peak-index .title{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0C0E11;
    display: flex;
    justify-content: center;
}
.peak-index .icon{
    display: block;
    width: 18px;
    height: 33px;
    margin-top: 7px;
    margin-right: 5px;
}
.peak-index .vanguard{
    background: url(../images/icon1.png) no-repeat;
}
.peak-index .leading{
    background: url(../images/icon2.png) no-repeat;
}
.peak-index .flat{
    background: url(../images/icon3.png) no-repeat;
}
.peak-index .potential{
    background: url(../images/icon4.png) no-repeat;
}
.peak-index .following{
    background: url(../images/icon5.png) no-repeat;
}
.peak-index .chasing{
    background: url(../images/icon6.png) no-repeat;
}

.jump-detail{
    font-size: 16px;
    color: #0C0E11;
    line-height: 20px;
    padding: 10px 0 20px;
    display: block;
}

/* video-mask */
.v-interpret{
    background: #FCF9F2;
    border: 2px solid #7189CD;
    box-shadow: 0 2px 8px 0 rgba(77,126,187,0.92);
    border-radius: 24px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15%;
    -webkit-animation: shake .8s .3s 1;
    -o-animation:shake .8s .3s 1 ;
    animation: shake .8s .3s 1;
    z-index: 1;
}
.v-interpret:hover{
    background: #E8EEFF;
    -webkit-animation: shake1 .8s 1;
    -o-animation:shake1 .8s 1 ;
    animation: shake1 .8s 1;
}
@keyframes shake {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(10px);
    }
    75% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes shake1 {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(10px);
    }
    75% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}

.v-interpret .icon-close{
    width: 13px;
    height: 13px;
    background: url("/MapLowCarbon/images/icon-close.png");
    position: absolute;
    top: 14px;
    right: 16px;
    cursor: pointer;
}
.video-content{
    padding: 16px 16px 19px 8px;
    display: flex;
    align-items: center;
}
.icon-video{
    display: block;
    width: 65px;
    height: 63px;
    background: url("/MapLowCarbon/images/icon-video.png");
}
.video-text p{
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #4560C9;
    display: flex;
    align-items: center;
}
.video-text strong{
    color: #F79A3D;
}
.video-text .go-see{
    margin-left: 20px;
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF;
    padding: 3px 9px 5px 6px;
    background: #627AD8;
    border-radius: 10px;
}

/* 视频 */
.page-of-air .side-panel .side-wrap .table-main .table-column table thead th{
    line-height: 100%;
    height: auto;
    padding: 18px 0;
}
.page-of-air .side-panel .side-wrap .table-main .table-list tr td{
    line-height: 20px;
    height: auto;
    padding: 10px 0;
}
.page-of-air .table-con .table-main .table-list tr{
    /*cursor: pointer;*/
}
.page-of-air .side-panel .side-wrap .side-search .form-filed{
    margin: 4px 0 20px;
}

.v-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0 20px;
}
.v-title h5{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #005596;
}
.v-select{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
}

.v-list{
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 22px;
}
.v-list li{
    margin: 24px 0;
}
.v-list li a{
    display: flex;
    align-items: center;
}
.v-list li .icon{
    display: block;
    width: 24px;
    height: 24px;
    background: url("/MapLowCarbon/images/icon-3d.png") no-repeat;
    background-size: 100%;
    margin-right: 12px;
}
.v-list li p{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #333333;
}



















