.chart-container {
    font-size: .16rem;
}

.chart-inner-container {
    box-sizing: border-box;
}

.container-chart {
    margin: .14rem .13rem 0 .13rem;
    background-color: #fff;
    border-radius: .08rem;
    padding-bottom: .13rem;
}

.btn-group {
    display: flex;
}

.chart-single-content {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.setting {
    margin: .14rem .13rem 0 .13rem;
    background-color: #fff;
    border-radius: .08rem;
}

.item-title {
    font-size: .15rem;
    color: #333;
    font-weight: 700;
}

.tab {
    display: block;
    padding: .17rem;
    border-radius: .08rem .08rem 0 0;
    background-color: #fff;
}