.common-echarts-size{
    height: 306px;
    margin-bottom: 60px;
    /* 避免tooltip在容器外而导致的出现滚动条问题 */
    overflow: hidden;
}

.charts-remove-marginbottom{
    margin-bottom: 0;
}

/* 土地详情外添加该类，让echarts容器没有高度,没有margin-bottom */
.xz-detail-echarts-charts{
    height: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}



.xz-detail-echarts-title{
    display: none;
}






@media screen and (min-width: 1280px) {

}
@media screen and (min-width: 1024px) and (max-width: 1279px) {

}
@media screen and (min-width: 768px) and (max-width: 1023px) {

}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .common-echarts-size{
        height: 240px;
        margin-bottom: 40px;
    }
    .charts-remove-marginbottom{
        margin-bottom: 0;
    }
}

@media screen and  (max-width: 575px) {
    .common-echarts-size{
        height: 186px;
        margin-bottom: 40px;
    }
    .charts-remove-marginbottom{
        margin-bottom: 0;
    }
}
