.chart-wrapper[data-v-b9f4d43c] {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.chart-wrapper .chart-wrapper__chart[data-v-b9f4d43c] {
  position: relative;
  width: 100%;
}
.chart-wrapper .chart-wrapper__chart .tips[data-v-b9f4d43c] {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
  text-align: center;
}
.chart-wrapper .chart-wrapper__chart .tips .tips-count[data-v-b9f4d43c] {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 24px;
  line-height: 1.2;
  white-space: nowrap;
}
.chart-wrapper .chart-wrapper__chart .tips .tips-count .tips-unit[data-v-b9f4d43c] {
  font-size: 14px;
}
.chart-wrapper .chart-wrapper__chart .tips .tips-desc[data-v-b9f4d43c] {
  font-size: 12px;
  color: #999;
}
.chart-wrapper .label-wrap[data-v-b9f4d43c] {
  flex: 1;
  max-width: 320px;
}
.chart-wrapper .label-wrap .label-item[data-v-b9f4d43c] {
  display: flex;
  font-size: 12px;
  margin-bottom: 8px;
}
.chart-wrapper .label-wrap .label-item .name[data-v-b9f4d43c] {
  flex: 5;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.chart-wrapper .label-wrap .label-item .name .dot[data-v-b9f4d43c] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.chart-wrapper .label-wrap .label-item .count[data-v-b9f4d43c],
.chart-wrapper .label-wrap .label-item .percent[data-v-b9f4d43c] {
  flex: 2;
  min-width: 40px;
  max-width: 80px;
  white-space: nowrap;
}
.chart-wrapper .label-wrap .label-item .divide[data-v-b9f4d43c] {
  margin: 0 10px;
  color: #ccc;
}

