/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-1ce08b37] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-1ce08b37] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-1ce08b37] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-1ce08b37] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-1ce08b37]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-1ce08b37]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-1ce08b37]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-1ce08b37]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-1ce08b37] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-1ce08b37] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-select-disabled[data-v-1ce08b37],
.ant-input[disabled][data-v-1ce08b37],
.ant-input-number-disabled[data-v-1ce08b37],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-1ce08b37],
.ant-cascader-picker-disabled[data-v-1ce08b37],
.ant-input-disabled[data-v-1ce08b37],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-1ce08b37],
.ant-checkbox-disabled + span[data-v-1ce08b37],
.ant-radio-disabled + span[data-v-1ce08b37] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-1ce08b37] {
  pointer-events: none;
}
#nprogress .bar[data-v-1ce08b37] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-1ce08b37] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
          box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-1ce08b37] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-1ce08b37] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #13c2c2;
  border-left-color: #13c2c2;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-1ce08b37 400ms linear infinite;
  animation: nprogress-spinner-data-v-1ce08b37 400ms linear infinite;
}
.nprogress-custom-parent[data-v-1ce08b37] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-1ce08b37],
.nprogress-custom-parent #nprogress .bar[data-v-1ce08b37] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-1ce08b37 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-1ce08b37 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-1ce08b37] {
  margin: 16px 0;
}
.table-operations *[data-v-1ce08b37] {
  margin-right: 10px;
}
.table-operations *[data-v-1ce08b37]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-1ce08b37] {
  padding: 0 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.action-button[data-v-1ce08b37]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-1ce08b37] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-1ce08b37]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-1ce08b37]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-1ce08b37] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-1ce08b37]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-1ce08b37]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-1ce08b37] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-1ce08b37]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-1ce08b37]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-1ce08b37] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-1ce08b37]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-1ce08b37]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-1ce08b37] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-1ce08b37] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-1ce08b37] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-1ce08b37] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-1ce08b37] {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}
.search-form .search-form-submit-item[data-v-1ce08b37] .ant-form-item-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-form-submit-item[data-v-1ce08b37] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-1ce08b37] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-1ce08b37]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-1ce08b37] {
    padding-left: 0;
}
}
.footer_class[data-v-1ce08b37] {
  margin-top: 25px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.msgForm[data-v-1ce08b37] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-1ce08b37] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-1ce08b37] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-1ce08b37] .ant-input-number,
.msgForm[data-v-1ce08b37] .ant-calendar-picker {
  width: 100%;
}
[data-v-1ce08b37] .ant-modal-title {
  text-align: center;
}
[data-v-1ce08b37] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-1ce08b37] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-1ce08b37] {
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #bbb;
  color: gray;
  font-weight: bold;
}
/*
:labelCol="{span: 4}"
 :wrapperCol="{span: 14}"
 */
.single_column_layout[data-v-1ce08b37] .ant-form-item {
  margin: 0px 0px 8px 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.second_column_layout[data-v-1ce08b37] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(2, 31%);
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.second_column_layout[data-v-1ce08b37] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-1ce08b37] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-1ce08b37] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-1ce08b37] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-1ce08b37] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class[data-v-1ce08b37] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-1ce08b37] .ant-input-number,
.config_class[data-v-1ce08b37] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-1ce08b37] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-1ce08b37] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-1ce08b37] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-1ce08b37] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class1[data-v-1ce08b37] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-1ce08b37] .ant-input-number,
.config_class1[data-v-1ce08b37] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-1ce08b37] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-1ce08b37] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-1ce08b37] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-1ce08b37] {
  margin-top: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerItem_class > button[data-v-1ce08b37]:not(:first-child) {
  margin-left: 24px;
}
[data-v-1ce08b37] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-1ce08b37] {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-columns: repeat(3, 33%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class_repair[data-v-1ce08b37] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-1ce08b37] .ant-input-number,
.config_class_repair[data-v-1ce08b37] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-1ce08b37] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-1ce08b37] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-1ce08b37] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-1ce08b37] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-1ce08b37] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-1ce08b37] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-1ce08b37] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-1ce08b37] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-1ce08b37]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-1ce08b37]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-1ce08b37]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-1ce08b37]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-1ce08b37] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-1ce08b37] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-select-disabled[data-v-1ce08b37],
.ant-input[disabled][data-v-1ce08b37],
.ant-input-number-disabled[data-v-1ce08b37],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-1ce08b37],
.ant-cascader-picker-disabled[data-v-1ce08b37],
.ant-input-disabled[data-v-1ce08b37],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-1ce08b37],
.ant-checkbox-disabled + span[data-v-1ce08b37],
.ant-radio-disabled + span[data-v-1ce08b37] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-1ce08b37] {
  pointer-events: none;
}
#nprogress .bar[data-v-1ce08b37] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-1ce08b37] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
          box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-1ce08b37] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-1ce08b37] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #13c2c2;
  border-left-color: #13c2c2;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-1ce08b37 400ms linear infinite;
  animation: nprogress-spinner-data-v-1ce08b37 400ms linear infinite;
}
.nprogress-custom-parent[data-v-1ce08b37] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-1ce08b37],
.nprogress-custom-parent #nprogress .bar[data-v-1ce08b37] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-1ce08b37 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-1ce08b37 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.footer_class[data-v-1ce08b37] {
  margin-top: 25px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-13d69cde] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-13d69cde] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-13d69cde] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-13d69cde] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-13d69cde]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-13d69cde]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-13d69cde]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-13d69cde]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-13d69cde] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-13d69cde] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-select-disabled[data-v-13d69cde],
.ant-input[disabled][data-v-13d69cde],
.ant-input-number-disabled[data-v-13d69cde],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-13d69cde],
.ant-cascader-picker-disabled[data-v-13d69cde],
.ant-input-disabled[data-v-13d69cde],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-13d69cde],
.ant-checkbox-disabled + span[data-v-13d69cde],
.ant-radio-disabled + span[data-v-13d69cde] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-13d69cde] {
  pointer-events: none;
}
#nprogress .bar[data-v-13d69cde] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-13d69cde] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
          box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-13d69cde] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-13d69cde] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #13c2c2;
  border-left-color: #13c2c2;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-13d69cde 400ms linear infinite;
  animation: nprogress-spinner-data-v-13d69cde 400ms linear infinite;
}
.nprogress-custom-parent[data-v-13d69cde] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-13d69cde],
.nprogress-custom-parent #nprogress .bar[data-v-13d69cde] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-13d69cde {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-13d69cde {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-13d69cde] {
  margin: 16px 0;
}
.table-operations *[data-v-13d69cde] {
  margin-right: 10px;
}
.table-operations *[data-v-13d69cde]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-13d69cde] {
  padding: 0 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.action-button[data-v-13d69cde]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-13d69cde] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-13d69cde]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-13d69cde]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-13d69cde] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-13d69cde]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-13d69cde]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-13d69cde] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-13d69cde]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-13d69cde]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-13d69cde] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-13d69cde]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-13d69cde]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-13d69cde] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-13d69cde] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-13d69cde] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-13d69cde] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-13d69cde] {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}
.search-form .search-form-submit-item[data-v-13d69cde] .ant-form-item-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-form-submit-item[data-v-13d69cde] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-13d69cde] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-13d69cde]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-13d69cde] {
    padding-left: 0;
}
}
.footer_class[data-v-13d69cde] {
  margin-top: 25px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.msgForm[data-v-13d69cde] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-13d69cde] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-13d69cde] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-13d69cde] .ant-input-number,
.msgForm[data-v-13d69cde] .ant-calendar-picker {
  width: 100%;
}
[data-v-13d69cde] .ant-modal-title {
  text-align: center;
}
[data-v-13d69cde] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-13d69cde] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-13d69cde] {
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #bbb;
  color: gray;
  font-weight: bold;
}
/*
:labelCol="{span: 4}"
 :wrapperCol="{span: 14}"
 */
.single_column_layout[data-v-13d69cde] .ant-form-item {
  margin: 0px 0px 8px 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.second_column_layout[data-v-13d69cde] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(2, 31%);
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.second_column_layout[data-v-13d69cde] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-13d69cde] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-13d69cde] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-13d69cde] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-13d69cde] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class[data-v-13d69cde] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-13d69cde] .ant-input-number,
.config_class[data-v-13d69cde] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-13d69cde] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-13d69cde] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-13d69cde] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-13d69cde] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class1[data-v-13d69cde] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-13d69cde] .ant-input-number,
.config_class1[data-v-13d69cde] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-13d69cde] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-13d69cde] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-13d69cde] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-13d69cde] {
  margin-top: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerItem_class > button[data-v-13d69cde]:not(:first-child) {
  margin-left: 24px;
}
[data-v-13d69cde] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-13d69cde] {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-columns: repeat(3, 33%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class_repair[data-v-13d69cde] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-13d69cde] .ant-input-number,
.config_class_repair[data-v-13d69cde] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-13d69cde] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-13d69cde] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-13d69cde] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-13d69cde] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
[data-v-13d69cde] .ant-form-item-label {
  width: 120px !important;
}
[data-v-13d69cde] .ant-form-item-control-wrapper {
  width: calc(100% - 120px) !important;
}
[data-v-13d69cde] .selectCity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-171b22eb] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-171b22eb] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-171b22eb] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-171b22eb] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-171b22eb]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-171b22eb]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-171b22eb]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-171b22eb]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-171b22eb] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-171b22eb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-select-disabled[data-v-171b22eb],
.ant-input[disabled][data-v-171b22eb],
.ant-input-number-disabled[data-v-171b22eb],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-171b22eb],
.ant-cascader-picker-disabled[data-v-171b22eb],
.ant-input-disabled[data-v-171b22eb],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-171b22eb],
.ant-checkbox-disabled + span[data-v-171b22eb],
.ant-radio-disabled + span[data-v-171b22eb] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-171b22eb] {
  pointer-events: none;
}
#nprogress .bar[data-v-171b22eb] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-171b22eb] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
          box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-171b22eb] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-171b22eb] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #13c2c2;
  border-left-color: #13c2c2;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-171b22eb 400ms linear infinite;
  animation: nprogress-spinner-data-v-171b22eb 400ms linear infinite;
}
.nprogress-custom-parent[data-v-171b22eb] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-171b22eb],
.nprogress-custom-parent #nprogress .bar[data-v-171b22eb] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-171b22eb {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-171b22eb {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-171b22eb] {
  margin: 16px 0;
}
.table-operations *[data-v-171b22eb] {
  margin-right: 10px;
}
.table-operations *[data-v-171b22eb]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-171b22eb] {
  padding: 0 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.action-button[data-v-171b22eb]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-171b22eb] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-171b22eb]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-171b22eb]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-171b22eb] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-171b22eb]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-171b22eb]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-171b22eb] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-171b22eb]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-171b22eb]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-171b22eb] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-171b22eb]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-171b22eb]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-171b22eb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-171b22eb] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-171b22eb] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-171b22eb] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-171b22eb] {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}
.search-form .search-form-submit-item[data-v-171b22eb] .ant-form-item-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-form-submit-item[data-v-171b22eb] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-171b22eb] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-171b22eb]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-171b22eb] {
    padding-left: 0;
}
}
.footer_class[data-v-171b22eb] {
  margin-top: 25px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.msgForm[data-v-171b22eb] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-171b22eb] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-171b22eb] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-171b22eb] .ant-input-number,
.msgForm[data-v-171b22eb] .ant-calendar-picker {
  width: 100%;
}
[data-v-171b22eb] .ant-modal-title {
  text-align: center;
}
[data-v-171b22eb] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-171b22eb] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-171b22eb] {
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #bbb;
  color: gray;
  font-weight: bold;
}
/*
:labelCol="{span: 4}"
 :wrapperCol="{span: 14}"
 */
.single_column_layout[data-v-171b22eb] .ant-form-item {
  margin: 0px 0px 8px 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.second_column_layout[data-v-171b22eb] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(2, 31%);
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.second_column_layout[data-v-171b22eb] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-171b22eb] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-171b22eb] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-171b22eb] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-171b22eb] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class[data-v-171b22eb] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-171b22eb] .ant-input-number,
.config_class[data-v-171b22eb] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-171b22eb] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-171b22eb] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-171b22eb] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-171b22eb] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class1[data-v-171b22eb] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-171b22eb] .ant-input-number,
.config_class1[data-v-171b22eb] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-171b22eb] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-171b22eb] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-171b22eb] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-171b22eb] {
  margin-top: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerItem_class > button[data-v-171b22eb]:not(:first-child) {
  margin-left: 24px;
}
[data-v-171b22eb] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-171b22eb] {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-columns: repeat(3, 33%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class_repair[data-v-171b22eb] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-171b22eb] .ant-input-number,
.config_class_repair[data-v-171b22eb] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-171b22eb] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-171b22eb] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-171b22eb] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-171b22eb] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-1d1a879f] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-1d1a879f] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-1d1a879f] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-1d1a879f] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-1d1a879f]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-1d1a879f]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-1d1a879f]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-1d1a879f]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-1d1a879f] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-1d1a879f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-select-disabled[data-v-1d1a879f],
.ant-input[disabled][data-v-1d1a879f],
.ant-input-number-disabled[data-v-1d1a879f],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-1d1a879f],
.ant-cascader-picker-disabled[data-v-1d1a879f],
.ant-input-disabled[data-v-1d1a879f],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-1d1a879f],
.ant-checkbox-disabled + span[data-v-1d1a879f],
.ant-radio-disabled + span[data-v-1d1a879f] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-1d1a879f] {
  pointer-events: none;
}
#nprogress .bar[data-v-1d1a879f] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-1d1a879f] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
          box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-1d1a879f] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-1d1a879f] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #13c2c2;
  border-left-color: #13c2c2;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-1d1a879f 400ms linear infinite;
  animation: nprogress-spinner-data-v-1d1a879f 400ms linear infinite;
}
.nprogress-custom-parent[data-v-1d1a879f] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-1d1a879f],
.nprogress-custom-parent #nprogress .bar[data-v-1d1a879f] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-1d1a879f {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-1d1a879f {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-1d1a879f] {
  margin: 16px 0;
}
.table-operations *[data-v-1d1a879f] {
  margin-right: 10px;
}
.table-operations *[data-v-1d1a879f]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-1d1a879f] {
  padding: 0 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.action-button[data-v-1d1a879f]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-1d1a879f] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-1d1a879f]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-1d1a879f]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-1d1a879f] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-1d1a879f]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-1d1a879f]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-1d1a879f] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-1d1a879f]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-1d1a879f]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-1d1a879f] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-1d1a879f]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-1d1a879f]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-1d1a879f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-1d1a879f] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-1d1a879f] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-1d1a879f] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-1d1a879f] {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}
.search-form .search-form-submit-item[data-v-1d1a879f] .ant-form-item-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-form-submit-item[data-v-1d1a879f] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-1d1a879f] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-1d1a879f]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-1d1a879f] {
    padding-left: 0;
}
}
.footer_class[data-v-1d1a879f] {
  margin-top: 25px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.msgForm[data-v-1d1a879f] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-1d1a879f] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-1d1a879f] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-1d1a879f] .ant-input-number,
.msgForm[data-v-1d1a879f] .ant-calendar-picker {
  width: 100%;
}
[data-v-1d1a879f] .ant-modal-title {
  text-align: center;
}
[data-v-1d1a879f] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-1d1a879f] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-1d1a879f] {
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #bbb;
  color: gray;
  font-weight: bold;
}
/*
:labelCol="{span: 4}"
 :wrapperCol="{span: 14}"
 */
.single_column_layout[data-v-1d1a879f] .ant-form-item {
  margin: 0px 0px 8px 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.second_column_layout[data-v-1d1a879f] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(2, 31%);
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.second_column_layout[data-v-1d1a879f] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-1d1a879f] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-1d1a879f] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-1d1a879f] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-1d1a879f] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class[data-v-1d1a879f] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-1d1a879f] .ant-input-number,
.config_class[data-v-1d1a879f] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-1d1a879f] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-1d1a879f] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-1d1a879f] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-1d1a879f] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class1[data-v-1d1a879f] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-1d1a879f] .ant-input-number,
.config_class1[data-v-1d1a879f] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-1d1a879f] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-1d1a879f] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-1d1a879f] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-1d1a879f] {
  margin-top: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerItem_class > button[data-v-1d1a879f]:not(:first-child) {
  margin-left: 24px;
}
[data-v-1d1a879f] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-1d1a879f] {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-columns: repeat(3, 33%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class_repair[data-v-1d1a879f] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-1d1a879f] .ant-input-number,
.config_class_repair[data-v-1d1a879f] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-1d1a879f] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-1d1a879f] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-1d1a879f] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-1d1a879f] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
.record-warp[data-v-1d1a879f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
.record-bottom-left[data-v-1d1a879f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-228d0ae8] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-228d0ae8] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-228d0ae8] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-228d0ae8] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-228d0ae8]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-228d0ae8]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-228d0ae8]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-228d0ae8]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-228d0ae8] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-228d0ae8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-select-disabled[data-v-228d0ae8],
.ant-input[disabled][data-v-228d0ae8],
.ant-input-number-disabled[data-v-228d0ae8],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-228d0ae8],
.ant-cascader-picker-disabled[data-v-228d0ae8],
.ant-input-disabled[data-v-228d0ae8],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-228d0ae8],
.ant-checkbox-disabled + span[data-v-228d0ae8],
.ant-radio-disabled + span[data-v-228d0ae8] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-228d0ae8] {
  pointer-events: none;
}
#nprogress .bar[data-v-228d0ae8] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-228d0ae8] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
          box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-228d0ae8] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-228d0ae8] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #13c2c2;
  border-left-color: #13c2c2;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-228d0ae8 400ms linear infinite;
  animation: nprogress-spinner-data-v-228d0ae8 400ms linear infinite;
}
.nprogress-custom-parent[data-v-228d0ae8] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-228d0ae8],
.nprogress-custom-parent #nprogress .bar[data-v-228d0ae8] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-228d0ae8 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-228d0ae8 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-228d0ae8] {
  margin: 16px 0;
}
.table-operations *[data-v-228d0ae8] {
  margin-right: 10px;
}
.table-operations *[data-v-228d0ae8]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-228d0ae8] {
  padding: 0 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.action-button[data-v-228d0ae8]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-228d0ae8] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-228d0ae8]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-228d0ae8]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-228d0ae8] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-228d0ae8]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-228d0ae8]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-228d0ae8] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-228d0ae8]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-228d0ae8]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-228d0ae8] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-228d0ae8]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-228d0ae8]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-228d0ae8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-228d0ae8] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-228d0ae8] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-228d0ae8] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-228d0ae8] {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}
.search-form .search-form-submit-item[data-v-228d0ae8] .ant-form-item-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-form-submit-item[data-v-228d0ae8] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-228d0ae8] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-228d0ae8]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-228d0ae8] {
    padding-left: 0;
}
}
.footer_class[data-v-228d0ae8] {
  margin-top: 25px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.msgForm[data-v-228d0ae8] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-228d0ae8] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-228d0ae8] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-228d0ae8] .ant-input-number,
.msgForm[data-v-228d0ae8] .ant-calendar-picker {
  width: 100%;
}
[data-v-228d0ae8] .ant-modal-title {
  text-align: center;
}
[data-v-228d0ae8] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-228d0ae8] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-228d0ae8] {
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #bbb;
  color: gray;
  font-weight: bold;
}
/*
:labelCol="{span: 4}"
 :wrapperCol="{span: 14}"
 */
.single_column_layout[data-v-228d0ae8] .ant-form-item {
  margin: 0px 0px 8px 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.second_column_layout[data-v-228d0ae8] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(2, 31%);
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.second_column_layout[data-v-228d0ae8] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-228d0ae8] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-228d0ae8] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-228d0ae8] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-228d0ae8] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class[data-v-228d0ae8] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-228d0ae8] .ant-input-number,
.config_class[data-v-228d0ae8] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-228d0ae8] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-228d0ae8] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-228d0ae8] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-228d0ae8] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class1[data-v-228d0ae8] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-228d0ae8] .ant-input-number,
.config_class1[data-v-228d0ae8] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-228d0ae8] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-228d0ae8] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-228d0ae8] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-228d0ae8] {
  margin-top: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerItem_class > button[data-v-228d0ae8]:not(:first-child) {
  margin-left: 24px;
}
[data-v-228d0ae8] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-228d0ae8] {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-columns: repeat(3, 33%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class_repair[data-v-228d0ae8] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-228d0ae8] .ant-input-number,
.config_class_repair[data-v-228d0ae8] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-228d0ae8] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-228d0ae8] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-228d0ae8] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-228d0ae8] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
[data-v-228d0ae8] .ant-form-item-label {
  width: 120px !important;
}
[data-v-228d0ae8] .ant-form-item-control-wrapper {
  width: calc(100% - 120px) !important;
}
.estimated-cost[data-v-228d0ae8] .ant-form-item-label > label::after {
  content: '';
  position: relative;
  top: 0;
  margin: 0;
}
[data-v-228d0ae8] .config_class .ant-btn {
  margin-top: 0px !important;
}
.d-f-c[data-v-228d0ae8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-f-c .ant-form-item[data-v-228d0ae8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-9be5cc50] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-9be5cc50] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-9be5cc50] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-9be5cc50] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-9be5cc50]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-9be5cc50]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-9be5cc50]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-9be5cc50]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-9be5cc50] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-9be5cc50] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-select-disabled[data-v-9be5cc50],
.ant-input[disabled][data-v-9be5cc50],
.ant-input-number-disabled[data-v-9be5cc50],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-9be5cc50],
.ant-cascader-picker-disabled[data-v-9be5cc50],
.ant-input-disabled[data-v-9be5cc50],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-9be5cc50],
.ant-checkbox-disabled + span[data-v-9be5cc50],
.ant-radio-disabled + span[data-v-9be5cc50] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-9be5cc50] {
  pointer-events: none;
}
#nprogress .bar[data-v-9be5cc50] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-9be5cc50] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
          box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-9be5cc50] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-9be5cc50] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #13c2c2;
  border-left-color: #13c2c2;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-9be5cc50 400ms linear infinite;
  animation: nprogress-spinner-data-v-9be5cc50 400ms linear infinite;
}
.nprogress-custom-parent[data-v-9be5cc50] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-9be5cc50],
.nprogress-custom-parent #nprogress .bar[data-v-9be5cc50] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-9be5cc50 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-9be5cc50 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-9be5cc50] {
  margin: 16px 0;
}
.table-operations *[data-v-9be5cc50] {
  margin-right: 10px;
}
.table-operations *[data-v-9be5cc50]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-9be5cc50] {
  padding: 0 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.action-button[data-v-9be5cc50]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-9be5cc50] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-9be5cc50]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-9be5cc50]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-9be5cc50] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-9be5cc50]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-9be5cc50]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-9be5cc50] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-9be5cc50]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-9be5cc50]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-9be5cc50] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-9be5cc50]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-9be5cc50]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-9be5cc50] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-9be5cc50] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-9be5cc50] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-9be5cc50] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-9be5cc50] {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}
.search-form .search-form-submit-item[data-v-9be5cc50] .ant-form-item-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-form-submit-item[data-v-9be5cc50] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-9be5cc50] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-9be5cc50]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-9be5cc50] {
    padding-left: 0;
}
}
.footer_class[data-v-9be5cc50] {
  margin-top: 25px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.msgForm[data-v-9be5cc50] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-9be5cc50] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-9be5cc50] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-9be5cc50] .ant-input-number,
.msgForm[data-v-9be5cc50] .ant-calendar-picker {
  width: 100%;
}
[data-v-9be5cc50] .ant-modal-title {
  text-align: center;
}
[data-v-9be5cc50] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-9be5cc50] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-9be5cc50] {
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #bbb;
  color: gray;
  font-weight: bold;
}
/*
:labelCol="{span: 4}"
 :wrapperCol="{span: 14}"
 */
.single_column_layout[data-v-9be5cc50] .ant-form-item {
  margin: 0px 0px 8px 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.second_column_layout[data-v-9be5cc50] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(2, 31%);
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.second_column_layout[data-v-9be5cc50] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-9be5cc50] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-9be5cc50] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-9be5cc50] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-9be5cc50] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class[data-v-9be5cc50] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-9be5cc50] .ant-input-number,
.config_class[data-v-9be5cc50] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-9be5cc50] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-9be5cc50] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-9be5cc50] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-9be5cc50] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class1[data-v-9be5cc50] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-9be5cc50] .ant-input-number,
.config_class1[data-v-9be5cc50] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-9be5cc50] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-9be5cc50] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-9be5cc50] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-9be5cc50] {
  margin-top: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerItem_class > button[data-v-9be5cc50]:not(:first-child) {
  margin-left: 24px;
}
[data-v-9be5cc50] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-9be5cc50] {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-columns: repeat(3, 33%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class_repair[data-v-9be5cc50] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-9be5cc50] .ant-input-number,
.config_class_repair[data-v-9be5cc50] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-9be5cc50] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-9be5cc50] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-9be5cc50] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-9be5cc50] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-51b34302] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-51b34302] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-51b34302] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-51b34302] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-51b34302]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-51b34302]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-51b34302]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-51b34302]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-51b34302] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-51b34302] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-select-disabled[data-v-51b34302],
.ant-input[disabled][data-v-51b34302],
.ant-input-number-disabled[data-v-51b34302],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-51b34302],
.ant-cascader-picker-disabled[data-v-51b34302],
.ant-input-disabled[data-v-51b34302],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-51b34302],
.ant-checkbox-disabled + span[data-v-51b34302],
.ant-radio-disabled + span[data-v-51b34302] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-51b34302] {
  pointer-events: none;
}
#nprogress .bar[data-v-51b34302] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-51b34302] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
          box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-51b34302] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-51b34302] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #13c2c2;
  border-left-color: #13c2c2;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-51b34302 400ms linear infinite;
  animation: nprogress-spinner-data-v-51b34302 400ms linear infinite;
}
.nprogress-custom-parent[data-v-51b34302] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-51b34302],
.nprogress-custom-parent #nprogress .bar[data-v-51b34302] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-51b34302 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-51b34302 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-51b34302] {
  margin: 16px 0;
}
.table-operations *[data-v-51b34302] {
  margin-right: 10px;
}
.table-operations *[data-v-51b34302]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-51b34302] {
  padding: 0 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.action-button[data-v-51b34302]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-51b34302] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-51b34302]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-51b34302]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-51b34302] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-51b34302]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-51b34302]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-51b34302] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-51b34302]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-51b34302]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-51b34302] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-51b34302]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-51b34302]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-51b34302] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-51b34302] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-51b34302] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-51b34302] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-51b34302] {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}
.search-form .search-form-submit-item[data-v-51b34302] .ant-form-item-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-form-submit-item[data-v-51b34302] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-51b34302] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-51b34302]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-51b34302] {
    padding-left: 0;
}
}
.footer_class[data-v-51b34302] {
  margin-top: 25px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.msgForm[data-v-51b34302] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-51b34302] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-51b34302] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-51b34302] .ant-input-number,
.msgForm[data-v-51b34302] .ant-calendar-picker {
  width: 100%;
}
[data-v-51b34302] .ant-modal-title {
  text-align: center;
}
[data-v-51b34302] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-51b34302] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-51b34302] {
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #bbb;
  color: gray;
  font-weight: bold;
}
/*
:labelCol="{span: 4}"
 :wrapperCol="{span: 14}"
 */
.single_column_layout[data-v-51b34302] .ant-form-item {
  margin: 0px 0px 8px 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.second_column_layout[data-v-51b34302] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(2, 31%);
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.second_column_layout[data-v-51b34302] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-51b34302] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-51b34302] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-51b34302] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-51b34302] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class[data-v-51b34302] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-51b34302] .ant-input-number,
.config_class[data-v-51b34302] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-51b34302] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-51b34302] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-51b34302] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-51b34302] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class1[data-v-51b34302] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-51b34302] .ant-input-number,
.config_class1[data-v-51b34302] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-51b34302] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-51b34302] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-51b34302] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-51b34302] {
  margin-top: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerItem_class > button[data-v-51b34302]:not(:first-child) {
  margin-left: 24px;
}
[data-v-51b34302] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-51b34302] {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-columns: repeat(3, 33%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class_repair[data-v-51b34302] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-51b34302] .ant-input-number,
.config_class_repair[data-v-51b34302] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-51b34302] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-51b34302] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-51b34302] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-51b34302] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
.car_config_class[data-v-51b34302] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0;
  grid-column-gap: 15px;
  grid-template-columns: repeat(2, 50%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.car_config_class[data-v-51b34302] .ant-form-item {
  margin: 0 !important;
}
.car_config_class[data-v-51b34302] .ant-input-number,
.car_config_class[data-v-51b34302] .ant-calendar-picker {
  min-width: 100% !important;
}
.car_config_class[data-v-51b34302] .ant-form-item-label {
  width: 88px;
}
.car_config_class[data-v-51b34302] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.car_config_class[data-v-51b34302] .ant-btn {
  margin-top: 8px !important;
}
.content[data-v-51b34302] {
  position: relative;
}
[data-v-51b34302] .repairedFiles-item-icon {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 99;
}
.photoItem[data-v-51b34302] {
  width: 100%;
}
.photoItem[data-v-51b34302] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.photo_class[data-v-51b34302] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
}
.photo_class[data-v-51b34302] .ant-upload.ant-upload-select-picture-card {
  width: 80px;
  height: 80px;
}
.photo_class[data-v-51b34302] .ant-upload-list-picture-card-container {
  width: 80px;
  height: 80px;
}
.photo_class[data-v-51b34302] .ant-upload.ant-upload-select-picture {
  width: 80px;
  height: 80px;
}
.photo_class[data-v-51b34302] .ant-upload-list-picture-card .ant-upload-list-item {
  width: 80px;
  height: 80px;
}
.photo_class .photo_class .ant-row .ant-form-item[data-v-51b34302] {
  width: 100%;
}
.photo_class[data-v-51b34302] .ant-form-item-control-wrapper {
  width: 100%;
}
.desc_class[data-v-51b34302] {
  width: 600px;
}
.desc_class[data-v-51b34302] .ant-form-item-control-wrapper {
  width: 85%;
}
.span[data-v-51b34302] {
  color: #cccccc;
}
.repairedFiles[data-v-51b34302] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.repairedFiles img[data-v-51b34302] {
  width: 60px;
  height: 60px;
  margin: 10px 10px 0 0;
}
[data-v-51b34302] .ant-form-item-label {
  width: 120px !important;
}
[data-v-51b34302] .ant-form-item-control-wrapper {
  width: calc(100% - 120px) !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-1d2752fd] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-1d2752fd] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-1d2752fd] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-1d2752fd] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-1d2752fd]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-1d2752fd]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-1d2752fd]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-1d2752fd]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-1d2752fd] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-1d2752fd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-select-disabled[data-v-1d2752fd],
.ant-input[disabled][data-v-1d2752fd],
.ant-input-number-disabled[data-v-1d2752fd],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-1d2752fd],
.ant-cascader-picker-disabled[data-v-1d2752fd],
.ant-input-disabled[data-v-1d2752fd],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-1d2752fd],
.ant-checkbox-disabled + span[data-v-1d2752fd],
.ant-radio-disabled + span[data-v-1d2752fd] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-1d2752fd] {
  pointer-events: none;
}
#nprogress .bar[data-v-1d2752fd] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-1d2752fd] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
          box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-1d2752fd] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-1d2752fd] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #13c2c2;
  border-left-color: #13c2c2;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-1d2752fd 400ms linear infinite;
  animation: nprogress-spinner-data-v-1d2752fd 400ms linear infinite;
}
.nprogress-custom-parent[data-v-1d2752fd] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-1d2752fd],
.nprogress-custom-parent #nprogress .bar[data-v-1d2752fd] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-1d2752fd {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-1d2752fd {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.footer_class[data-v-1d2752fd] {
  margin-top: 25px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.panel {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
}
.bpmnContent {
  margin: 0 auto;
}
.containers {
  background-color: #ffffff;
  width: 100%;
  height: calc(72vh - 52px);
}
.canvas {
  width: 100%;
  height: 100%;
}
.panel {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
}
.nodeSuccess_run:not(.djs-connection) .djs-visual > :nth-child(1) {
  stroke: green !important;
  stroke-width: 3px;
  fill: yellow !important;
}
.nodeSuccess_end:not(.djs-connection) .djs-visual > :nth-child(1) {
  stroke: black !important;/* 边框颜色*/
  stroke-width: 3px;/* 边框大小*/
  fill: green !important;/* 填充颜色 */
}
.nodeSuccess_rejected:not(.djs-connection) .djs-visual > :nth-child(1) {
  stroke: green !important;
  stroke-width: 3px;
  fill: #f16506 !important;
}
.nodeSuccess_destroy:not(.djs-connection) .djs-visual > :nth-child(1) {
  stroke: green !important;
  stroke-width: 3px;
  fill: #d50b5c !important;
}
.bjs-powered-by {
  display: none;
}
.text_title{
   text-align: center;
    font-size: 20px;
    margin-top: 10%;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-18a5b87e] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-18a5b87e] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-18a5b87e] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-18a5b87e] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-18a5b87e]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-18a5b87e]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-18a5b87e]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-18a5b87e]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-18a5b87e] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-18a5b87e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-select-disabled[data-v-18a5b87e],
.ant-input[disabled][data-v-18a5b87e],
.ant-input-number-disabled[data-v-18a5b87e],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-18a5b87e],
.ant-cascader-picker-disabled[data-v-18a5b87e],
.ant-input-disabled[data-v-18a5b87e],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-18a5b87e],
.ant-checkbox-disabled + span[data-v-18a5b87e],
.ant-radio-disabled + span[data-v-18a5b87e] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-18a5b87e] {
  pointer-events: none;
}
#nprogress .bar[data-v-18a5b87e] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-18a5b87e] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
          box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-18a5b87e] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-18a5b87e] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #13c2c2;
  border-left-color: #13c2c2;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-18a5b87e 400ms linear infinite;
  animation: nprogress-spinner-data-v-18a5b87e 400ms linear infinite;
}
.nprogress-custom-parent[data-v-18a5b87e] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-18a5b87e],
.nprogress-custom-parent #nprogress .bar[data-v-18a5b87e] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-18a5b87e {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-18a5b87e {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-18a5b87e] {
  margin: 16px 0;
}
.table-operations *[data-v-18a5b87e] {
  margin-right: 10px;
}
.table-operations *[data-v-18a5b87e]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-18a5b87e] {
  padding: 0 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.action-button[data-v-18a5b87e]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-18a5b87e] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-18a5b87e]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-18a5b87e]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-18a5b87e] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-18a5b87e]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-18a5b87e]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-18a5b87e] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-18a5b87e]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-18a5b87e]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-18a5b87e] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-18a5b87e]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-18a5b87e]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-18a5b87e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-18a5b87e] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-18a5b87e] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-18a5b87e] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-18a5b87e] {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}
.search-form .search-form-submit-item[data-v-18a5b87e] .ant-form-item-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-form-submit-item[data-v-18a5b87e] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-18a5b87e] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-18a5b87e]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-18a5b87e] {
    padding-left: 0;
}
}
.footer_class[data-v-18a5b87e] {
  margin-top: 25px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.msgForm[data-v-18a5b87e] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-18a5b87e] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-18a5b87e] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-18a5b87e] .ant-input-number,
.msgForm[data-v-18a5b87e] .ant-calendar-picker {
  width: 100%;
}
[data-v-18a5b87e] .ant-modal-title {
  text-align: center;
}
[data-v-18a5b87e] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-18a5b87e] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-18a5b87e] {
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #bbb;
  color: gray;
  font-weight: bold;
}
/*
:labelCol="{span: 4}"
 :wrapperCol="{span: 14}"
 */
.single_column_layout[data-v-18a5b87e] .ant-form-item {
  margin: 0px 0px 8px 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.second_column_layout[data-v-18a5b87e] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(2, 31%);
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.second_column_layout[data-v-18a5b87e] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-18a5b87e] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-18a5b87e] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-18a5b87e] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-18a5b87e] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class[data-v-18a5b87e] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-18a5b87e] .ant-input-number,
.config_class[data-v-18a5b87e] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-18a5b87e] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-18a5b87e] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-18a5b87e] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-18a5b87e] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class1[data-v-18a5b87e] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-18a5b87e] .ant-input-number,
.config_class1[data-v-18a5b87e] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-18a5b87e] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-18a5b87e] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-18a5b87e] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-18a5b87e] {
  margin-top: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerItem_class > button[data-v-18a5b87e]:not(:first-child) {
  margin-left: 24px;
}
[data-v-18a5b87e] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-18a5b87e] {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-columns: repeat(3, 33%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class_repair[data-v-18a5b87e] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-18a5b87e] .ant-input-number,
.config_class_repair[data-v-18a5b87e] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-18a5b87e] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-18a5b87e] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-18a5b87e] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-18a5b87e] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-8fdaf42c] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-8fdaf42c] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-8fdaf42c] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-8fdaf42c] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-8fdaf42c]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-8fdaf42c]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-8fdaf42c]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-8fdaf42c]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-8fdaf42c] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-8fdaf42c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-select-disabled[data-v-8fdaf42c],
.ant-input[disabled][data-v-8fdaf42c],
.ant-input-number-disabled[data-v-8fdaf42c],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-8fdaf42c],
.ant-cascader-picker-disabled[data-v-8fdaf42c],
.ant-input-disabled[data-v-8fdaf42c],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-8fdaf42c],
.ant-checkbox-disabled + span[data-v-8fdaf42c],
.ant-radio-disabled + span[data-v-8fdaf42c] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-8fdaf42c] {
  pointer-events: none;
}
#nprogress .bar[data-v-8fdaf42c] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-8fdaf42c] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
          box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-8fdaf42c] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-8fdaf42c] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #13c2c2;
  border-left-color: #13c2c2;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-8fdaf42c 400ms linear infinite;
  animation: nprogress-spinner-data-v-8fdaf42c 400ms linear infinite;
}
.nprogress-custom-parent[data-v-8fdaf42c] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-8fdaf42c],
.nprogress-custom-parent #nprogress .bar[data-v-8fdaf42c] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-8fdaf42c {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-8fdaf42c {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-8fdaf42c] {
  margin: 16px 0;
}
.table-operations *[data-v-8fdaf42c] {
  margin-right: 10px;
}
.table-operations *[data-v-8fdaf42c]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-8fdaf42c] {
  padding: 0 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.action-button[data-v-8fdaf42c]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-8fdaf42c] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-8fdaf42c]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-8fdaf42c]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-8fdaf42c] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-8fdaf42c]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-8fdaf42c]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-8fdaf42c] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-8fdaf42c]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-8fdaf42c]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-8fdaf42c] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-8fdaf42c]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-8fdaf42c]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-8fdaf42c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-8fdaf42c] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-8fdaf42c] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-8fdaf42c] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-8fdaf42c] {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}
.search-form .search-form-submit-item[data-v-8fdaf42c] .ant-form-item-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-form-submit-item[data-v-8fdaf42c] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-8fdaf42c] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-8fdaf42c]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-8fdaf42c] {
    padding-left: 0;
}
}
.footer_class[data-v-8fdaf42c] {
  margin-top: 25px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.msgForm[data-v-8fdaf42c] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-8fdaf42c] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-8fdaf42c] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-8fdaf42c] .ant-input-number,
.msgForm[data-v-8fdaf42c] .ant-calendar-picker {
  width: 100%;
}
[data-v-8fdaf42c] .ant-modal-title {
  text-align: center;
}
[data-v-8fdaf42c] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-8fdaf42c] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-8fdaf42c] {
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #bbb;
  color: gray;
  font-weight: bold;
}
/*
:labelCol="{span: 4}"
 :wrapperCol="{span: 14}"
 */
.single_column_layout[data-v-8fdaf42c] .ant-form-item {
  margin: 0px 0px 8px 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.second_column_layout[data-v-8fdaf42c] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(2, 31%);
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.second_column_layout[data-v-8fdaf42c] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-8fdaf42c] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-8fdaf42c] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-8fdaf42c] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-8fdaf42c] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class[data-v-8fdaf42c] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-8fdaf42c] .ant-input-number,
.config_class[data-v-8fdaf42c] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-8fdaf42c] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-8fdaf42c] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-8fdaf42c] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-8fdaf42c] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class1[data-v-8fdaf42c] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-8fdaf42c] .ant-input-number,
.config_class1[data-v-8fdaf42c] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-8fdaf42c] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-8fdaf42c] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-8fdaf42c] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-8fdaf42c] {
  margin-top: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerItem_class > button[data-v-8fdaf42c]:not(:first-child) {
  margin-left: 24px;
}
[data-v-8fdaf42c] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-8fdaf42c] {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-columns: repeat(3, 33%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class_repair[data-v-8fdaf42c] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-8fdaf42c] .ant-input-number,
.config_class_repair[data-v-8fdaf42c] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-8fdaf42c] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-8fdaf42c] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-8fdaf42c] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-8fdaf42c] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
[data-v-8fdaf42c] .action-button {
  margin-bottom: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-411544b8] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-411544b8] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-411544b8] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-411544b8] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-411544b8]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-411544b8]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-411544b8]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-411544b8]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-411544b8] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-411544b8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-select-disabled[data-v-411544b8],
.ant-input[disabled][data-v-411544b8],
.ant-input-number-disabled[data-v-411544b8],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-411544b8],
.ant-cascader-picker-disabled[data-v-411544b8],
.ant-input-disabled[data-v-411544b8],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-411544b8],
.ant-checkbox-disabled + span[data-v-411544b8],
.ant-radio-disabled + span[data-v-411544b8] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-411544b8] {
  pointer-events: none;
}
#nprogress .bar[data-v-411544b8] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-411544b8] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
          box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-411544b8] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-411544b8] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #13c2c2;
  border-left-color: #13c2c2;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-411544b8 400ms linear infinite;
  animation: nprogress-spinner-data-v-411544b8 400ms linear infinite;
}
.nprogress-custom-parent[data-v-411544b8] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-411544b8],
.nprogress-custom-parent #nprogress .bar[data-v-411544b8] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-411544b8 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-411544b8 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-411544b8] {
  margin: 16px 0;
}
.table-operations *[data-v-411544b8] {
  margin-right: 10px;
}
.table-operations *[data-v-411544b8]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-411544b8] {
  padding: 0 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.action-button[data-v-411544b8]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-411544b8] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-411544b8]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-411544b8]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-411544b8] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-411544b8]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-411544b8]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-411544b8] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-411544b8]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-411544b8]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-411544b8] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-411544b8]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-411544b8]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-411544b8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-411544b8] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-411544b8] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-411544b8] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-411544b8] {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}
.search-form .search-form-submit-item[data-v-411544b8] .ant-form-item-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-form-submit-item[data-v-411544b8] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-411544b8] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-411544b8]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-411544b8] {
    padding-left: 0;
}
}
.footer_class[data-v-411544b8] {
  margin-top: 25px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.msgForm[data-v-411544b8] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-411544b8] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-411544b8] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-411544b8] .ant-input-number,
.msgForm[data-v-411544b8] .ant-calendar-picker {
  width: 100%;
}
[data-v-411544b8] .ant-modal-title {
  text-align: center;
}
[data-v-411544b8] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-411544b8] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-411544b8] {
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #bbb;
  color: gray;
  font-weight: bold;
}
/*
:labelCol="{span: 4}"
 :wrapperCol="{span: 14}"
 */
.single_column_layout[data-v-411544b8] .ant-form-item {
  margin: 0px 0px 8px 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.second_column_layout[data-v-411544b8] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(2, 31%);
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.second_column_layout[data-v-411544b8] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-411544b8] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-411544b8] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-411544b8] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-411544b8] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class[data-v-411544b8] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-411544b8] .ant-input-number,
.config_class[data-v-411544b8] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-411544b8] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-411544b8] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-411544b8] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-411544b8] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class1[data-v-411544b8] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-411544b8] .ant-input-number,
.config_class1[data-v-411544b8] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-411544b8] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-411544b8] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-411544b8] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-411544b8] {
  margin-top: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerItem_class > button[data-v-411544b8]:not(:first-child) {
  margin-left: 24px;
}
[data-v-411544b8] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-411544b8] {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-columns: repeat(3, 33%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class_repair[data-v-411544b8] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-411544b8] .ant-input-number,
.config_class_repair[data-v-411544b8] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-411544b8] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-411544b8] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-411544b8] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-411544b8] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
[data-v-411544b8] .action-button {
  margin-bottom: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-8cfcfd88] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-8cfcfd88] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-8cfcfd88] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-8cfcfd88] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-8cfcfd88]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-8cfcfd88]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-8cfcfd88]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-8cfcfd88]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-8cfcfd88] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-8cfcfd88] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-select-disabled[data-v-8cfcfd88],
.ant-input[disabled][data-v-8cfcfd88],
.ant-input-number-disabled[data-v-8cfcfd88],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-8cfcfd88],
.ant-cascader-picker-disabled[data-v-8cfcfd88],
.ant-input-disabled[data-v-8cfcfd88],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-8cfcfd88],
.ant-checkbox-disabled + span[data-v-8cfcfd88],
.ant-radio-disabled + span[data-v-8cfcfd88] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-8cfcfd88] {
  pointer-events: none;
}
#nprogress .bar[data-v-8cfcfd88] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-8cfcfd88] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
          box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-8cfcfd88] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-8cfcfd88] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #13c2c2;
  border-left-color: #13c2c2;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-8cfcfd88 400ms linear infinite;
  animation: nprogress-spinner-data-v-8cfcfd88 400ms linear infinite;
}
.nprogress-custom-parent[data-v-8cfcfd88] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-8cfcfd88],
.nprogress-custom-parent #nprogress .bar[data-v-8cfcfd88] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-8cfcfd88 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-8cfcfd88 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-8cfcfd88] {
  margin: 16px 0;
}
.table-operations *[data-v-8cfcfd88] {
  margin-right: 10px;
}
.table-operations *[data-v-8cfcfd88]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-8cfcfd88] {
  padding: 0 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.action-button[data-v-8cfcfd88]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-8cfcfd88] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-8cfcfd88]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-8cfcfd88]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-8cfcfd88] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-8cfcfd88]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-8cfcfd88]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-8cfcfd88] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-8cfcfd88]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-8cfcfd88]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-8cfcfd88] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-8cfcfd88]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-8cfcfd88]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-8cfcfd88] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-8cfcfd88] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-8cfcfd88] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-8cfcfd88] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-8cfcfd88] {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}
.search-form .search-form-submit-item[data-v-8cfcfd88] .ant-form-item-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-form-submit-item[data-v-8cfcfd88] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-8cfcfd88] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-8cfcfd88]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-8cfcfd88] {
    padding-left: 0;
}
}
.footer_class[data-v-8cfcfd88] {
  margin-top: 25px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.msgForm[data-v-8cfcfd88] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-8cfcfd88] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-8cfcfd88] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-8cfcfd88] .ant-input-number,
.msgForm[data-v-8cfcfd88] .ant-calendar-picker {
  width: 100%;
}
[data-v-8cfcfd88] .ant-modal-title {
  text-align: center;
}
[data-v-8cfcfd88] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-8cfcfd88] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-8cfcfd88] {
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #bbb;
  color: gray;
  font-weight: bold;
}
/*
:labelCol="{span: 4}"
 :wrapperCol="{span: 14}"
 */
.single_column_layout[data-v-8cfcfd88] .ant-form-item {
  margin: 0px 0px 8px 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.second_column_layout[data-v-8cfcfd88] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(2, 31%);
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.second_column_layout[data-v-8cfcfd88] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-8cfcfd88] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-8cfcfd88] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-8cfcfd88] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-8cfcfd88] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class[data-v-8cfcfd88] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-8cfcfd88] .ant-input-number,
.config_class[data-v-8cfcfd88] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-8cfcfd88] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-8cfcfd88] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-8cfcfd88] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-8cfcfd88] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class1[data-v-8cfcfd88] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-8cfcfd88] .ant-input-number,
.config_class1[data-v-8cfcfd88] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-8cfcfd88] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-8cfcfd88] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-8cfcfd88] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-8cfcfd88] {
  margin-top: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerItem_class > button[data-v-8cfcfd88]:not(:first-child) {
  margin-left: 24px;
}
[data-v-8cfcfd88] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-8cfcfd88] {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-columns: repeat(3, 33%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class_repair[data-v-8cfcfd88] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-8cfcfd88] .ant-input-number,
.config_class_repair[data-v-8cfcfd88] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-8cfcfd88] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-8cfcfd88] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-8cfcfd88] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-8cfcfd88] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
[data-v-8cfcfd88] .ant-form-item-label {
  width: 120px !important;
}
[data-v-8cfcfd88] .ant-form-item-control-wrapper {
  width: calc(100% - 120px) !important;
}
[data-v-8cfcfd88] .config_class .ant-btn {
  margin-top: 0 !important;
}
[data-v-8cfcfd88] .action-button {
  margin-bottom: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-1e47de0d] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-1e47de0d] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-1e47de0d] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-1e47de0d] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-1e47de0d]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-1e47de0d]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-1e47de0d]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-1e47de0d]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-1e47de0d] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-1e47de0d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-select-disabled[data-v-1e47de0d],
.ant-input[disabled][data-v-1e47de0d],
.ant-input-number-disabled[data-v-1e47de0d],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-1e47de0d],
.ant-cascader-picker-disabled[data-v-1e47de0d],
.ant-input-disabled[data-v-1e47de0d],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-1e47de0d],
.ant-checkbox-disabled + span[data-v-1e47de0d],
.ant-radio-disabled + span[data-v-1e47de0d] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-1e47de0d] {
  pointer-events: none;
}
#nprogress .bar[data-v-1e47de0d] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-1e47de0d] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
          box-shadow: 0 0 10px #13c2c2, 0 0 5px #13c2c2;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-1e47de0d] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-1e47de0d] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #13c2c2;
  border-left-color: #13c2c2;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-1e47de0d 400ms linear infinite;
  animation: nprogress-spinner-data-v-1e47de0d 400ms linear infinite;
}
.nprogress-custom-parent[data-v-1e47de0d] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-1e47de0d],
.nprogress-custom-parent #nprogress .bar[data-v-1e47de0d] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-1e47de0d {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-1e47de0d {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-1e47de0d] {
  margin: 16px 0;
}
.table-operations *[data-v-1e47de0d] {
  margin-right: 10px;
}
.table-operations *[data-v-1e47de0d]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-1e47de0d] {
  padding: 0 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.action-button[data-v-1e47de0d]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-1e47de0d] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-1e47de0d]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-1e47de0d]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-1e47de0d] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-1e47de0d]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-1e47de0d]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-1e47de0d] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-1e47de0d]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-1e47de0d]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-1e47de0d] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-1e47de0d]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-1e47de0d]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-1e47de0d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-1e47de0d] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-1e47de0d] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-1e47de0d] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-1e47de0d] {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}
.search-form .search-form-submit-item[data-v-1e47de0d] .ant-form-item-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-form-submit-item[data-v-1e47de0d] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-1e47de0d] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-1e47de0d]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-1e47de0d] {
    padding-left: 0;
}
}
.footer_class[data-v-1e47de0d] {
  margin-top: 25px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.msgForm[data-v-1e47de0d] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-1e47de0d] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-1e47de0d] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-1e47de0d] .ant-input-number,
.msgForm[data-v-1e47de0d] .ant-calendar-picker {
  width: 100%;
}
[data-v-1e47de0d] .ant-modal-title {
  text-align: center;
}
[data-v-1e47de0d] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-1e47de0d] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-1e47de0d] {
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #bbb;
  color: gray;
  font-weight: bold;
}
/*
:labelCol="{span: 4}"
 :wrapperCol="{span: 14}"
 */
.single_column_layout[data-v-1e47de0d] .ant-form-item {
  margin: 0px 0px 8px 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.second_column_layout[data-v-1e47de0d] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(2, 31%);
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.second_column_layout[data-v-1e47de0d] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-1e47de0d] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-1e47de0d] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-1e47de0d] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-1e47de0d] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class[data-v-1e47de0d] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-1e47de0d] .ant-input-number,
.config_class[data-v-1e47de0d] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-1e47de0d] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-1e47de0d] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-1e47de0d] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-1e47de0d] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 30%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class1[data-v-1e47de0d] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-1e47de0d] .ant-input-number,
.config_class1[data-v-1e47de0d] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-1e47de0d] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-1e47de0d] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-1e47de0d] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-1e47de0d] {
  margin-top: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerItem_class > button[data-v-1e47de0d]:not(:first-child) {
  margin-left: 24px;
}
[data-v-1e47de0d] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-1e47de0d] {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-columns: repeat(3, 33%);
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class_repair[data-v-1e47de0d] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-1e47de0d] .ant-input-number,
.config_class_repair[data-v-1e47de0d] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-1e47de0d] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-1e47de0d] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-1e47de0d] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-1e47de0d] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}

