.more-students[data-v-6fae179e] {
  width: 100%;
  height: auto;
  padding: 15px;
  color: #333;
}
.more-students .header[data-v-6fae179e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}
.more-students .header .symbol[data-v-6fae179e] {
      display: flex;
      align-items: center;
}
.more-students .header .symbol i[data-v-6fae179e] {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-right: 5px;
}
.more-students .header .symbol i.male[data-v-6fae179e] {
          background-color: #0528c0;
}
.more-students .header .symbol i.female[data-v-6fae179e] {
          background-color: #ff7e42;
}
.more-students .header .symbol .mg-r-20[data-v-6fae179e] {
        margin-right: 20px;
}
.more-students .item-box[data-v-6fae179e] {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.more-students .item-box .item[data-v-6fae179e] {
      padding: 0 15px;
      color: #fff;
      height: 35px;
      border-radius: 5px;
      background-color: red;
      margin-bottom: 15px;
      line-height: 35px;
      margin-right: 15px;
}
.more-students .item-box .item.male[data-v-6fae179e] {
        background-color: #0528c0;
}
.more-students .item-box .item.female[data-v-6fae179e] {
        background-color: #ff7e42;
}

@charset "UTF-8";
.table-box[data-v-d93b7bb2] {
  width: 90%;
  margin: 0 auto;
  height: auto;
}
.table-box table[data-v-d93b7bb2] {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}
.table-box table thead[data-v-d93b7bb2] {
      width: 100%;
      background-color: #f2f2f2;
}
.table-box table thead th[data-v-d93b7bb2] {
        border: solid 1px #ddd;
        padding: 12px;
        font-family: PingFang SC, PingFang SC;
        font-weight: 600;
        font-size: 10px;
        color: #FFFFFF;
        line-height: 13px;
        text-align: center;
        font-style: normal;
        text-transform: none;
}
.table-box table thead th .head-left[data-v-d93b7bb2] {
          float: left;
}
.table-box table thead th .head-right[data-v-d93b7bb2] {
          float: right;
}
.table-box table thead .thead-th-style[data-v-d93b7bb2] {
        width: 90px;
}
.table-box table thead .split[data-v-d93b7bb2] {
        border: solid 1px #ddd;
        background-color: #999999;
        width: 240px;
        font-family: PingFang SC, PingFang SC;
        font-weight: 600;
        font-size: 10px;
        color: #FFFFFF;
        line-height: 13px;
        text-align: center;
        font-style: normal;
        text-transform: none;
}
.table-box table tbody tr[data-v-d93b7bb2] {
      text-align: center;
      height: 76px;
}
.table-box table tbody tr[data-v-d93b7bb2]:nth-child(even) {
      background-color: #F3F2FF;
      /* 偶数行浅灰色 */
}
.table-box table tbody td[data-v-d93b7bb2] {
      font-size: 10px;
      border: solid 1px #ddd;
}
.table-box table tbody .label[data-v-d93b7bb2]:nth-child(1) {
      font-weight: bold;
      width: 300px;
}
.table-box table tbody .label[data-v-d93b7bb2]:nth-child(2) {
      font-weight: bold;
      width: 100px;
}

