.tab-page[data-v-4cc2afe4] {
  background-color: #F5F6FA;
}
.panel[data-v-4cc2afe4] {
  background-color: #fff;
  margin: 0 10px;
  padding: 20px;
}
.board-title[data-v-4cc2afe4] {
  height: 47px;
}
.board-title .title-text[data-v-4cc2afe4] {
    border-left: 5px solid #736EFE;
    padding-left: 10px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 19px;
    color: #736EFE;
}
.num-text[data-v-4cc2afe4] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  line-height: 29px;
}
.chart-box[data-v-4cc2afe4] {
  width: 100%;
}
.flex-row[data-v-4cc2afe4] {
  display: flex;
  margin-top: 10px;
}
.flex-row .result-panel[data-v-4cc2afe4] {
    flex: 1;
    border: 1px solid #EEEEEE;
    border-radius: 16px;
    padding: 20px;
    margin-right: 20px;
}
.flex-row .result-panel .result-card-row[data-v-4cc2afe4] {
      display: flex;
      margin-top: 20px;
}
.flex-row .result-panel .result-card-row .result-card[data-v-4cc2afe4] {
        flex: 1;
        height: 110px;
        border-radius: 12px;
        background-color: #F4F3FF;
        text-align: center;
        padding-top: 20px;
        margin-right: 16px;
}
.flex-row .result-panel .result-card-row .result-card[data-v-4cc2afe4]:last-child {
          margin-right: 0;
}
.flex-row .result-panel .result-card-row .result-card .result-name[data-v-4cc2afe4] {
          font-size: 15px;
          color: #666666;
}
.flex-row .result-panel .result-card-row .result-card .result-num[data-v-4cc2afe4] {
          margin-top: 10px;
          font-weight: 600;
          font-size: 34px;
          color: #333333;
          line-height: 40px;
}
.flex-row .result-panel .result-card-row .rank-empty[data-v-4cc2afe4] {
        width: 100%;
        text-align: center;
        color: #999999;
        line-height: 110px;
}
.flex-row .spec-panel[data-v-4cc2afe4] {
    width: 26%;
    border: 1px solid #EEEEEE;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.flex-row .spec-panel .spec-num[data-v-4cc2afe4] {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 46px;
      color: #333333;
}

