.map-chart-icon {
    width: 50px;
    height: 50px;
    background: url("../../images/map/icon/icon_sts.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 20px;
}

.charts-box {
    width: 600px;
    position: absolute;
    height: 480px;
    top: 56px;
    left: 70px;
    bottom: 20px;
    /*height: auto;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*flex-wrap: wrap;*/
}

.chart-title {
    line-height: 34px;
    height: 34px;
    width: 100%;
    background: #4290fd;
    position: relative;
}

.chart-content {
    width: 600px;
    height: 480px;
    background: rgb(255, 255, 255);
}

.chart-content-top {
    width: 600px;
    height: 240px;
    border-bottom: 1px solid grey;
}

.chart-content-top .chart-left {
    width: 300px;
    height: 240px;
    float: left;
    border-right: 1px solid grey;
}

.chart-content-top .chart-right {
    width: 300px;
    height: 240px;
    float: left;

}

.chart-content-bottom {
    width: 100%;
    height: 240px;
}

.chart-content-bottom .chart-left {
    width: 300px;
    height: 240px;
    float: left;
    border-right: 1px solid grey;
}

.chart-content-bottom .chart-right {
    width: 300px;
    height: 240px;
    float: right;
}

.title-icon {
    width: 18px;
    height: 18px;
    background: url("../../images/map/icon/icon_zl.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.title-text {
    color: rgb(255, 255, 255);
    font-size: 16px;
    position: absolute;
    left: 34px;
}

/*设备占比*/
.device-rate {
    width: 100%;
    height: 240px;
    background: rgb(255, 255, 255);
    margin-left: 10px;
}

.device-chart {
    width: 300px;
    height: 180px;
    float: left;
    position: relative;
}

.device-chart-num {
    position: absolute;
    font-size: 16px;
    color: #212121;
    top: 88px;
    left: 47px;
}

.device-chart-text {
    position: absolute;
    font-size: 14px;
    color: #A1A1A1;
    top: 112px;
    left: 40px;
}

.legend-nums {
    position: absolute;
    right: 8px;
    top: 14px;
    height: 180px;
    width: 130px;
    overflow-y: auto;
}

.legend-nums-item {
    height: 24px;
    line-height: 24px;
}

.dvs-chart-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15px;
}


.chart-item-title {
    font-size: 10px;
    color: #212121;
    margin-left: 20px;
    margin-top: 20px;
    display: inline-block;

}

.char-box-common {
    width: 100%;
    height: 200px;
    background: rgb(255, 255, 255);
    margin-top: 10px;
    margin-left: 10px;
}

.device-error-chart {
    width: 100%;
    height: 240px;
}

.warning-trend-chart {
    width: 100%;
    height: 240px;
}

.working-order-chart {
    width: 100%;
    height: 240px;
}

