.tab-page[data-v-2c7a85e6] {
  background-color: #F5F6FA;
}
.panel[data-v-2c7a85e6] {
  background-color: #fff;
  margin: 0 10px;
  padding: 20px;
}
.board-title[data-v-2c7a85e6] {
  height: 47px;
}
.board-title .title-text[data-v-2c7a85e6] {
    border-left: 5px solid #736EFE;
    padding-left: 10px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 19px;
    color: #736EFE;
}
.card-row[data-v-2c7a85e6] {
  display: flex;
  margin-top: 10px;
}
.card-row .stat-card[data-v-2c7a85e6] {
    flex: 1;
    height: 140px;
    border-radius: 16px;
    border: 1px solid #EEEEEE;
    padding: 16px;
    margin-right: 20px;
}
.card-row .stat-card[data-v-2c7a85e6]:last-child {
      margin-right: 0;
}
.card-row .stat-card .stat-label[data-v-2c7a85e6] {
      font-family: PingFang SC, PingFang SC;
      font-weight: 600;
      font-size: 19px;
      color: #666666;
      line-height: 29px;
}
.card-row .stat-card .stat-value[data-v-2c7a85e6] {
      margin-top: 20px;
      font-family: PingFang SC, PingFang SC;
      font-weight: 600;
      font-size: 48px;
      color: #333333;
      line-height: 59px;
}
.card-row .stat-card .stat-value .stat-unit[data-v-2c7a85e6] {
        margin-left: 10px;
        font-weight: 400;
        font-size: 19px;
        color: #999999;
}
.num-text[data-v-2c7a85e6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  line-height: 29px;
}
.flex-row[data-v-2c7a85e6] {
  display: flex;
  margin-top: 30px;
}
.flex-row .flex-left[data-v-2c7a85e6] {
    width: 34%;
    padding-right: 20px;
}
.flex-row .flex-right[data-v-2c7a85e6] {
    width: 66%;
}
.chart-box[data-v-2c7a85e6] {
  width: 100%;
}
.rank-list[data-v-2c7a85e6] {
  margin-top: 10px;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  overflow: hidden;
}
.rank-list .rank-head[data-v-2c7a85e6] {
    display: flex;
    background: #F3F2FF;
    height: 48px;
    line-height: 48px;
    font-weight: 600;
    font-size: 15px;
    color: #736EFE;
}
.rank-list .rank-body[data-v-2c7a85e6] {
    max-height: 380px;
    overflow-y: auto;
}
.rank-list .rank-row[data-v-2c7a85e6] {
    display: flex;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #666666;
}
.rank-list .rank-row[data-v-2c7a85e6]:nth-child(even) {
      background: #FAFAFA;
}
.rank-list .col-rank[data-v-2c7a85e6] {
    width: 60px;
    text-align: center;
    flex: none;
}
.rank-list .col-name[data-v-2c7a85e6] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rank-list .col-cnt[data-v-2c7a85e6] {
    width: 90px;
    text-align: center;
    flex: none;
}
.rank-list .rank-empty[data-v-2c7a85e6] {
    text-align: center;
    color: #999999;
    line-height: 80px;
}

