@charset "utf-8";
/*==图表=====================================================*/

.chartDiv{
    /*position:relative;*/
    position: absolute;
    left:0;
    top:0px;
    z-index: 1;
    width: 100%;
    height: auto;
}

.chartContainer{
    /*position: absolute;
    left:0;
    top:0;*/
    z-index: 0;
    width: 100%;
    /*margin-top: 10px;
    border: 2px solid #f00;*/
}
.chartDiv .chartIE8Div{
    position: absolute;
    left:0;
    top:0;
    z-index: -1;
    width: 100%;
    height: 320px;
}

.chartDiv .chartOthersContentDiv{
    position: relative;
}
.chartDiv .chartOthersContentDiv .chartTextLeft{
    text-align: left;
}
.chartDiv .chartOthersContentDiv .chartTextRight{
    text-align: right;
}
.chartDiv .chartOthersContentDiv .chartTextCenter{
    text-align: center;
}
.chart_title{
    display: none;
    text-align: left;
    /*margin: 20px 0 0 20px;*/
    margin: 0;
    height: auto;
    max-height: 50px;
    font-size: 16px;
    color:#333;

    animation:fadeInDown 0.5s ease-in-out forwards;
    -webkit-animation:fadeInDown 0.5s ease-in-out forwards;
    -moz-animation:fadeInDown 0.5s ease-in-out forwards;

}
.chartDiv .chartOthersContentDiv .chart_subTitle{

}

.chartDiv .pie_img{
    position: absolute;
    left:0;
    top:0;
    z-index: -1;
}

.chartDiv .pie_img img{
    max-width: 100%;
    border-radius: 100%;
}

.echarts-tooltip{
    position: absolute;
    z-index: 1000;
}

.chartDiv .footInfoContainer{
    width: 100%;
    /*position: absolute;
    top: 320px;*/

    z-index: 1;
}
.chartDiv .footInfoContainer p{
    margin-bottom: 0;
    color: #333;
    font-size: 14px;
}

@media only screen and (max-width : 767px){
    .chartDiv .chart_title{
        display: none;
        text-align:justify;
        margin:0 5% 0 5%  ;
        font-size: 16px;
        color: #fff;
    }
    .chartDiv .chartOthersContentDiv{

		height:auto;
		position: absolute;
		top:0;
    }
    .chartDiv .footInfoContainer{

    }
    .chartDiv .footInfoContainer p{
		width:100%;
        margin-left: 5%;
        /*margin-bottom: 0;*/
        color: #f1f1f1;
        font-size: 14px;
    }
}

/* 兼容iphone4/4s */
@media (device-height:480px) and (-webkit-min-device-pixel-ratio:2){

}
/* 兼容iphone5 */
@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){

}

/*  |xGv00|cae620648c6c8d363774af749ec84058 */