$font-family-S:"PingFangSC-Regular", "Microsoft YaHei";
.chart-header-wrap {
    width: 100%;
    height: 33px;
    .chart-header {
        width: 100%;
        height: 100%;
        text-align: left;
        background: '#f90';
        .icon {
            display: inline-block;
            border-radius: 2px;
            width: 18px;
            height: 18px;
            text-align: center;
            line-height: 18px;
            margin-right: 5px;
            margin-bottom: 3px;
            font-size: 18px;
            vertical-align: middle;
        }
        .title {
            display: inline-block;
            height: 30px;
            color: #0a1319;
            width: 100%;
            font-family: $font-family-S;
            font-size: 14px;
            line-height: 30px;
            text-align: left;
            .first-title{
                display: inline-block;
                max-width: calc( 100% - 40px );
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                vertical-align: middle;
            }
            .second-title{
                display: inline-block;
                margin-left: 10px;
            }
        }
    }
}
