.main[data-v-6b449452] {
  display: flex;
  flex-direction: column;
}
.main .table[data-v-6b449452] {
    flex: 1;
}
.card-panel[data-v-6b449452] {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 10px;
}
.form-imput[data-v-6b449452] {
  width: 300px;
}
.register-form .form-title[data-v-6b449452] {
  margin-bottom: 40px;
}
.register-form .mg-t[data-v-6b449452] {
  margin-top: 20px;
}
.register-form .el-row[data-v-6b449452] {
  margin-bottom: 12px;
}
.register-form .tips[data-v-6b449452] {
  font-size: 12px;
  color: #999;
  padding-bottom: 10px;
  margin-top: 10px;
}
.register-form .tips b[data-v-6b449452] {
    color: red;
}
.left[data-v-6b449452] {
  width: 70%;
}
@media (max-width: 1024px) {
.left[data-v-6b449452] {
    width: 50%;
}
}
.btn-back[data-v-6b449452] {
  background: white;
  display: flex;
  margin-left: 100px;
  border-bottom: #EFEFEF 1px solid;
  height: 60px;
  width: 450px;
  padding-left: 50px;
}
.title-text1[data-v-6b449452] {
  margin-left: 100px;
  text-align: center;
  height: 50px;
  font-size: 13px;
  font-weight: 500;
  height: 64px;
  cursor: pointer;
  font-size: 20px;
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #666666;
  line-height: 70px;
}
.isClick[data-v-6b449452] {
  color: #736efe;
  border-bottom: #736efe 5px solid;
}
.card-panel[data-v-6b449452] {
  background-color: #fff;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.card-panel .month-select[data-v-6b449452] {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.card-panel .month-select .month-item[data-v-6b449452] {
      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-6b449452] {
        background-color: var(--primaryColor);
        color: #fff;
        border: solid 1px var(--primaryColor);
}
.card-panel .month-select .month-item[data-v-6b449452]:hover {
        background-color: var(--primaryColor);
        color: #fff;
        border: solid 1px var(--primaryColor);
}
.form-title[data-v-6b449452] {
  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;
}
.card-panel[data-v-6b449452] {
  margin-bottom: 0px !important;
}
.foot-div[data-v-6b449452] {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.button-close[data-v-6b449452] {
  float: right;
  margin-right: 60px;
  margin-left: 0px !important;
  text-align: center;
}
.button-sure[data-v-6b449452] {
  float: right;
  margin-right: 100px;
  text-align: center;
}
.form-li[data-v-6b449452] {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
.form-li .li-check[data-v-6b449452] {
    width: 49%;
    margin-left: 1%;
    display: flex;
    background-color: #fff;
    height: 50px;
}
.form-li .li-check .li-check-item[data-v-6b449452] {
      padding-left: 30px;
      width: 50%;
      display: flex;
}
.form-li .li-check .li-check-item .item-check[data-v-6b449452] {
        width: 19px;
        height: 19px;
        border: 2px solid #EFEFEF;
        margin-top: 17px;
        cursor: pointer;
}
.form-li .li-check .li-check-item .check-text[data-v-6b449452] {
        padding-left: 20px;
        font-size: 18px;
        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-6b449452] {
        border: 2px solid #736efe;
}
.form-li .li-check .li-check-item .check-in[data-v-6b449452] {
        width: 11px;
        height: 11px;
        background: #736efe;
        margin-top: 2px;
        margin-left: 2px;
}
.form-li .li-check .li-check-item .check-disabled[data-v-6b449452] {
        background: #c6c6c6 !important;
}
.form-li .li-item[data-v-6b449452] {
    display: flex;
    width: 33%;
}
.form-li .li-item .item-check[data-v-6b449452] {
      width: 19px;
      height: 19px;
      border: 2px solid #EFEFEF;
      margin-top: 5px;
      cursor: pointer;
}
.form-li .li-item .active[data-v-6b449452] {
      border: 2px solid #736efe;
}
.form-li .li-item .active .check-in[data-v-6b449452] {
        width: 11px;
        height: 11px;
        background: #736efe;
        margin-top: 2px;
        margin-left: 2px;
}
.form-li .li-item .check-text[data-v-6b449452] {
      padding-left: 20px;
      font-size: 20px;
      font-family: Source Han Sans CN;
      font-weight: 500;
      color: #484848;
      letter-spacing: 1px;
}
.form-li .li-item .item-label[data-v-6b449452] {
      width: 100px;
      line-height: 40px;
      text-align: right;
      font-size: 20px;
      font-family: Source Han Sans CN;
      font-weight: 500;
      color: #484848;
      letter-spacing: 1px;
}
.form-li .li-item .item-text[data-v-6b449452] {
      width: 36%;
      padding-left: 10px;
}
.form-li .li-item .item-text input[data-v-6b449452] {
        border: 2px solid #EFEFEF;
}
.form-li .li-item .item-set[data-v-6b449452] {
      width: 73px;
      height: 36px;
      border: 2px solid #736efe;
      border-radius: 5px;
      margin-left: 20px;
      font-size: 20px;
      font-family: Source Han Sans CN;
      font-weight: 500;
      color: #736efe;
      text-align: center;
      line-height: 31px;
      cursor: pointer;
}
.form-li .li-item .license[data-v-6b449452] {
      line-height: 40px;
      font-size: 20px;
      font-family: Source Han Sans CN;
      font-weight: 500;
      color: #736efe;
}
.margin-top[data-v-6b449452] {
  margin-top: 20px;
}
.btn-container[data-v-6b449452] {
  margin-top: 0px;
}

