
.box-con{
    width: 100%;
}
.chart-bg{
    width: 100%;
    height: 400px;
}
.chart-bg1{
    width: 100%;
    height: 400px;
}
.line-bg{
    display: flex;
    border-right: 1px solid #ccc;
}
.line-item{
    padding: 0 20px;
    border: 1px solid #ccc;
    border-right: none;
    height: 44px;
    cursor: pointer;
}
.active-item{
    border: 1px solid #17B3A3;
    color: #17B3A3;
}

