.chart-box {
    border: 1px solid #f6faff;
    margin-top: -20px;
}

.chart-box .chart-title {
    font-size: 15px;
    font-weight: 600;
    background: #f6faff;
    padding: 10px 0 10px 10px;
    padding-top: 10px;
}
.chart-box .chart-content {
    width: 1200px;
    height: 500px;
    padding: 10px;
}