.stat-grid[data-v-6c15dd09] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stat-grid .item[data-v-6c15dd09] {
  width: 33.3%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stat-grid .item .count[data-v-6c15dd09] {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
.stat-grid .item .tip[data-v-6c15dd09] {
  font-size: 12px;
  color: #555;
}

.wrap[data-v-29e76f66] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrap .block[data-v-29e76f66] {
  width: 49%;
  margin: 8px 0;
  background: #fff;
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrap .block .soon-bg[data-v-29e76f66] {
  width: 150px;
  height: 150px;
}
.wrap .block .detail[data-v-29e76f66] {
  cursor: pointer;
}
.wrap .block .detail[data-v-29e76f66]:hover {
  color: #409eff;
}
.wrap .block .content[data-v-29e76f66] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 16px 16px;
}
.wrap .block .pie[data-v-29e76f66] {
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrap .block .pie > [class$="pie"][data-v-29e76f66] {
  width: 50%;
  height: 100%;
}
.wrap .block .recharge-bar[data-v-29e76f66] {
  height: 320px;
}
.wrap .block .consume-bar[data-v-29e76f66] {
  height: 320px;
}

