.flex-box[data-v-b4be236a] {
  flex: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}
.flex-box .item[data-v-b4be236a] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  color: #666;
}
.flex-box .item .number[data-v-b4be236a] {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
.flex-box .item .number.orange[data-v-b4be236a] {
  color: #f79a07;
}
.flex-box .item .number.red[data-v-b4be236a] {
  color: #ea2727;
}
.flex-box .n-divider.n-divider--vertical[data-v-b4be236a] {
  height: 100%;
}

.count-wrapper[data-v-839ddf8c] {
  margin-top: 10px;
  display: flex;
}
.count-wrapper .count-left[data-v-839ddf8c] {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 10px;
}
.count-wrapper .count-left__top[data-v-839ddf8c] {
  display: flex;
}

