.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;
    }
  }
  ul {
    width: 90%;
    display: flex;
    justify-content: space-evenly;
    padding: 0;
    margin-bottom: 8px;
    li {
      list-style: none;
      font-size: 12px;
      color: #909399;
    }
  }
}
