.chart {
  position: relative;
  .title {
    margin: 0;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #343940;
    text-align: left;
    font-weight: 500;
    i {
      display: inline-block;
      width: 2px;
      height: 10px;
      margin-right: 8px;
      background: #3587e6;
      border-radius: 1px;
    }
  }
}
