@import "logo.css";

.map-level-common{
    padding: .12rem .14rem .07rem;
}
.map-level-common .map-level-list li{
    min-width: .70rem;
}

.amap-info-content{
    padding: 0;
    min-width: 3.1rem
}
.pieDiv {
    width: .79rem;
    height: .82rem;
}
.lowCarbon-city-popup .popup-content{
    padding: .40rem .24rem .20rem;
    margin-bottom: .20rem;
    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 .10rem 0;
    font-size: .22rem;
}
.lowCarbon-city-popup p{
    color: #000000;
    font-size: .14rem;
    line-height: .20rem;
}
.lowCarbon-city-popup .popup-content .type{
    font-weight: bold;
    font-size: .36rem;
    line-height: .36rem;
}
#chart{
    width: calc(100% - .44rem)!important;
    padding: 0 .22rem;
}

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

/*.icon-close {*/
    /*background: url(/public/static/images/pages/map/close.png) no-repeat center center;*/
/*}*/

/* 圆柱 */
.cylinder{
    width: .18rem;
    height:.14rem;
    transform: rotateX(60deg);/*css3新属性*/
    position: absolute;
}
.cylinder:before{
    content: '';
    display:inline-block;
    width: 100%;
    height: .14rem;
    position: absolute;
    top: 0;
    border-radius: .50rem;
    z-index: 1;
}
.cylinder:after{
    content: '';
    display:inline-block;
    width: 100%;
    height: 100%;
    position:absolute;
    top: .07rem;
    left: 0;
    border-bottom-left-radius: .50rem;/*css3新属性*/
    border-bottom-right-radius: .50rem;
    box-shadow: 0 .09rem .09rem 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: .18rem;
}
.tips-container,.lights-tips{
    width: max-content;
    background: rgba(0,0,0,.4);
    border-radius: .04rem;
    font-size: .14rem;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    line-height: .30rem;
    padding: 0 .06rem;
    text-align: center;
    transform: translate(-50%, 0);
    z-index: 99999;
}
.tips-container:before {
    content: '';
    border-left: .05rem solid transparent;
    border-right: .05rem solid transparent;
    border-top: .05rem solid rgba(0,0,0,.4);
    position: absolute;
    bottom: -.05rem;
    left: 50%;
    transform: translate(-50%, 0);
}
.box-city{
    width: .12rem;
}
.box-city .cylinder{
    width: .12rem;
}
.box-city .tips-container{
    font-size: .12rem;
    line-height: .26rem;
}

/* 弹窗 */
.peak-index,.peak-index .title{
    font-size: .18rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0C0E11;
    display: flex;
    justify-content: center;
}
.peak-index .icon{
    display: block;
    width: .18rem;
    height: .33rem;
    margin-top: .07rem;
    margin-right: .05rem;
}
.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: .16rem;
    color: #0C0E11;
    line-height: .20rem;
    padding: 0 0 .20rem;
    display: block;
    text-align: center;
}
.jump-detail:hover{
    color: #005596;
}

/* video-mask */
.v-interpret{
    background: #FCF9F2;
    border: .02rem solid #7189CD;
    box-shadow: 0 .02rem .08rem 0 rgba(77,126,187,0.92);
    border-radius: .24rem;
    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(-.10rem);
    }
    50% {
        transform: translateX(.10rem);
    }
    75% {
        transform: translateX(-.10rem);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes shake1 {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-.10rem);
    }
    50% {
        transform: translateX(.10rem);
    }
    75% {
        transform: translateX(-.10rem);
    }
    100% {
        transform: translateX(0);
    }
}

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

/* 视频 */
.v-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .08rem 0 .20rem;
}
.v-title h5{
    font-size: .16rem;
    line-height: .20rem;
    font-weight: bold;
    color: #005596;
}
.v-select{
    font-size: .16rem;
    line-height: .20rem;
    font-weight: bold;
    color: #333;
    background: transparent;
}

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


















