.main[data-v-de38be92] {
  display: flex;
  flex-direction: column;
}
.main .table[data-v-de38be92] {
    flex: 1;
}
.header-box-new[data-v-de38be92] {
  display: flex;
}
.left[data-v-de38be92] {
  width: 70%;
}
.btn-back[data-v-de38be92] {
  height: 38px;
  margin-top: 20px;
  display: flex;
  background: #F3F6F7;
  border-radius: 2px;
  float: left;
  margin-left: 20px;
  cursor: pointer;
}
.title-text[data-v-de38be92] {
  width: 60px;
  text-align: center;
  font-size: 13px;
  font-family: Source Han Sans CN;
  line-height: 38px;
  font-weight: 500;
  color: #98A4A9;
}
.item-check1[data-v-de38be92] {
  width: 19px;
  height: 19px;
  border: 2px solid #EFEFEF;
  margin-top: 17px;
  cursor: pointer;
  margin-right: 20px;
}
.active1[data-v-de38be92] {
  border: 2px solid #fff;
}
.active1 .check-in1[data-v-de38be92] {
    width: 9px;
    height: 9px;
    background: #fff;
    margin-top: 3px;
    margin-left: 3px;
}
.card-panel[data-v-de38be92] {
  background-color: #fff;
  margin-bottom: 10px;
}
.card-panel .month-select[data-v-de38be92] {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.card-panel .month-select .month-item[data-v-de38be92] {
      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-de38be92] {
        background-color: var(--primaryColor);
        color: #fff;
        border: solid 1px var(--primaryColor);
}
.card-panel .month-select .month-item[data-v-de38be92]:hover {
        background-color: var(--primaryColor);
        color: #fff;
        border: solid 1px var(--primaryColor);
}
.form-title[data-v-de38be92] {
  height: 52px;
  background: linear-gradient(90deg, #736efe, #736efe);
  box-shadow: 1px 1px 12px 0px rgba(197, 197, 197, 0.15);
  font-size: 23px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #fff;
  padding-left: 42px;
  line-height: 50px;
  margin-top: 20px;
  display: flex;
}
.card-panel[data-v-de38be92] {
  margin-bottom: 0px !important;
}
.foot-div[data-v-de38be92] {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.button-close[data-v-de38be92] {
  float: right;
  margin-right: 60px;
  margin-left: 0px !important;
  text-align: center;
}
.button-sure[data-v-de38be92] {
  float: right;
  margin-right: 100px;
  margin-top: 30px;
  text-align: center;
}
.form-li[data-v-de38be92] {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
.form-li .li-check[data-v-de38be92] {
    width: 99%;
    margin-left: 1%;
    display: flex;
    background-color: #fff;
    height: 50px;
}
.form-li .li-check .li-check-item[data-v-de38be92] {
      padding-left: 50px;
      width: 25%;
      display: flex;
}
.form-li .li-check .li-check-item .item-check[data-v-de38be92] {
        width: 19px;
        height: 19px;
        border: 2px solid #EFEFEF;
        margin-top: 17px;
        cursor: pointer;
}
.form-li .li-check .li-check-item .check-text[data-v-de38be92] {
        padding-left: 20px;
        font-size: 20px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #484848;
        letter-spacing: 1px;
        line-height: 50px;
}
.form-li .li-check .li-check-item .active[data-v-de38be92] {
        border: 2px solid #736efe;
}
.form-li .li-check .li-check-item .active .check-in[data-v-de38be92] {
          width: 11px;
          height: 11px;
          background: #736efe;
          margin-top: 2px;
          margin-left: 2px;
}
.margin-top[data-v-de38be92] {
  margin-top: 20px;
}
.btn-container[data-v-de38be92] {
  margin-top: 0px;
}

