
.chart-box[data-v-22e0623b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.chart-box .chart-bar-item[data-v-22e0623b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.chart-box .chart-bar-item .num[data-v-22e0623b] {
  color: #e41120;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 510;
  margin: 0.2rem auto 0.2rem;
}
.chart-box .chart-bar-item .bar[data-v-22e0623b] {
  width: 1.2rem;
  height: 7.2rem;
  margin-left: auto;
  margin-right: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e41120), color-stop(#e41120), to(#e7d5cb));
  background-image: linear-gradient(to bottom, #e41120, #e41120, #e7d5cb);
}
.chart-box .chart-bar-item .title[data-v-22e0623b] {
  height: 1.5rem;
  margin: 0.2rem auto 0;
  color: #000;
  font-size: 0.53rem;
  text-align: center;
}

