.at-wrap .el-dialog {
  width: 500px !important;
}
.at-wrap .el-dialog .el-dialog__body .card-panel {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 20px 30px 0;
}
.at-wrap .el-dialog .el-dialog__body .card-panel .form-title {
      margin-bottom: 20px;
}
.at-wrap .el-dialog .el-dialog__body .card-panel .month-select {
      width: 100%;
      height: auto;
      display: flex;
      flex-wrap: wrap;
      margin-top: 15px;
      text-align: center;
      line-height: 100px;
      margin: auto;
}
.at-wrap .el-dialog .el-dialog__body .card-panel .month-select .month-item {
        width: 150px;
        height: 40px;
        border: solid 1px #ddd;
        border-radius: 4px;
        color: #999;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 30px;
        margin-bottom: 20px;
        cursor: pointer;
        transition: all 0.3s;
}
.at-wrap .el-dialog .el-dialog__body .card-panel .month-select .month-item.active {
          background-color: var(--primaryColor);
          color: #fff;
          border: solid 1px var(--primaryColor);
}
.at-wrap .el-dialog .el-dialog__body .card-panel .month-select .month-item:hover {
          background-color: var(--primaryColor);
          color: #fff;
          border: solid 1px var(--primaryColor);
}

.nav-bread[data-v-45ec6700] {
  height: 72px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 24px;
  border-radius: 6px;
}
.Bread[data-v-45ec6700] {
  padding: 24px 0 24px 32px;
}
.common-title[data-v-45ec6700] {
  padding: 24px 0 24px 32px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.main[data-v-7be30595] {
  display: flex;
  flex-direction: column;
}
.main .table[data-v-7be30595] {
    flex: 1;
}
.setTeacherNum[data-v-7be30595] {
  width: 50px;
  color: rgba(0, 0, 0, 0.4);
  padding-left: 5px;
  margin-left: 30px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #DCDCDC;
}
.card-panel[data-v-7be30595] {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 10px;
}
.card-panel .month-select[data-v-7be30595] {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.card-panel .month-select .month-item[data-v-7be30595] {
      width: 150px;
      height: 40px;
      border: solid 1px #ddd;
      border-radius: 4px;
      color: #999;
      font-size: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 30px;
      margin-bottom: 20px;
      cursor: pointer;
      transition: all 0.3s;
}
.card-panel .month-select .month-item.active[data-v-7be30595] {
        background-color: var(--primaryColor);
        color: #fff;
        border: solid 1px var(--primaryColor);
}
.card-panel .month-select .month-item[data-v-7be30595]:hover {
        background-color: var(--primaryColor);
        color: #fff;
        border: solid 1px var(--primaryColor);
}
.form-title[data-v-7be30595] {
  height: 52px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 32px;
}
.card-panel[data-v-7be30595] {
  margin-bottom: 0px !important;
}
.foot-div[data-v-7be30595] {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.button-close[data-v-7be30595] {
  float: left;
  margin-right: 60px;
  margin-left: 48px !important;
  text-align: center;
}
.button-sure[data-v-7be30595] {
  float: left;
  margin-right: 100px;
  margin-left: 48px !important;
  text-align: center;
}
.form-li[data-v-7be30595] {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}
.form-li .form-li-item[data-v-7be30595] {
    display: flex;
    justify-content: space-between;
    width: 25%;
    margin-left: 32px;
    margin-bottom: 24px;
    margin-right: 250px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.form-li .form-li-item-left[data-v-7be30595] {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.margin-top[data-v-7be30595] {
  margin-top: 20px;
}
.time-open[data-v-7be30595] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #736EFE;
  text-align: center;
  font-style: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: none;
  margin-left: 16px;
}

