.charts {
    width: 100%;
    height: 200px;
    display: inline-block;
}
.date ul, .place ul{
    width:  160px;
    float: left;
    padding: 0 10px;
}
.date ul li, .place ul li {
    display: inline;
    height: 24px;
    line-height: 24px;
    padding: 0 6px 3px;
    cursor: pointer;
}
.date ul li[data-active='active'], .place ul li[data-active='active'] {
    color: #006fd8;
    border-bottom: 1px solid #006fd8;
}

.date .label, .place .label {
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #6e7f94;
    font-weight: 600;
}