/* 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-4e918c9f] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-4e918c9f] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-4e918c9f] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-4e918c9f] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-4e918c9f]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-4e918c9f]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-4e918c9f]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-4e918c9f]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-4e918c9f] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-4e918c9f] {
  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-4e918c9f],
.ant-input[disabled][data-v-4e918c9f],
.ant-input-number-disabled[data-v-4e918c9f],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-4e918c9f],
.ant-cascader-picker-disabled[data-v-4e918c9f],
.ant-input-disabled[data-v-4e918c9f],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-4e918c9f],
.ant-checkbox-disabled + span[data-v-4e918c9f],
.ant-radio-disabled + span[data-v-4e918c9f] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-4e918c9f] {
  pointer-events: none;
}
#nprogress .bar[data-v-4e918c9f] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-4e918c9f] {
  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-4e918c9f] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-4e918c9f] {
  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-4e918c9f 400ms linear infinite;
  animation: nprogress-spinner-data-v-4e918c9f 400ms linear infinite;
}
.nprogress-custom-parent[data-v-4e918c9f] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-4e918c9f],
.nprogress-custom-parent #nprogress .bar[data-v-4e918c9f] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-4e918c9f {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-4e918c9f {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
[data-v-4e918c9f] .ant-modal-title {
  text-align: center;
}
.error_class[data-v-4e918c9f] {
  color: red;
}
.successTip[data-v-4e918c9f] {
  width: 100%;
  min-height: 20px;
  background: #f5fcf6;
  border: solid 1px #7fdc96;
  border-radius: 3px;
  padding: 8px;
}
.successTip p[data-v-4e918c9f] {
  font-weight: bold;
}
.errorTip[data-v-4e918c9f] {
  margin-bottom: 5px;
  width: 100%;
  min-height: 20px;
  background: #fff5f4;
  border: solid 1px #feb7b3;
  border-radius: 3px;
  padding: 8px;
}
.errorTip p[data-v-4e918c9f] {
  font-weight: bold;
}
.close_class[data-v-4e918c9f] {
  border-top: solid 1px #F2F2F2;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

/* 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-24bc4107] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-24bc4107] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-24bc4107] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-24bc4107] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-24bc4107]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-24bc4107]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-24bc4107]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-24bc4107]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-24bc4107] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-24bc4107] {
  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-24bc4107],
.ant-input[disabled][data-v-24bc4107],
.ant-input-number-disabled[data-v-24bc4107],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-24bc4107],
.ant-cascader-picker-disabled[data-v-24bc4107],
.ant-input-disabled[data-v-24bc4107],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-24bc4107],
.ant-checkbox-disabled + span[data-v-24bc4107],
.ant-radio-disabled + span[data-v-24bc4107] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-24bc4107] {
  pointer-events: none;
}
#nprogress .bar[data-v-24bc4107] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-24bc4107] {
  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-24bc4107] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-24bc4107] {
  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-24bc4107 400ms linear infinite;
  animation: nprogress-spinner-data-v-24bc4107 400ms linear infinite;
}
.nprogress-custom-parent[data-v-24bc4107] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-24bc4107],
.nprogress-custom-parent #nprogress .bar[data-v-24bc4107] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-24bc4107 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-24bc4107 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.aaa[data-v-24bc4107] {
  margin-bottom: 10px !important;
}
.aaa[data-v-24bc4107] svg {
  font-size: 40px;
}
[data-v-24bc4107] .ant-modal-title {
  text-align: center;
}
.number_class[data-v-24bc4107] {
  display: inline-block;
  margin-left: 12px;
  color: #cccccc;
}
.error_class[data-v-24bc4107] {
  color: red;
}
.successTip[data-v-24bc4107] {
  width: 100%;
  min-height: 20px;
  background: #f5fcf6;
  border: solid 1px #7fdc96;
  border-radius: 3px;
  padding: 8px;
}
.successTip p[data-v-24bc4107] {
  font-weight: bold;
}
.errorTip[data-v-24bc4107] {
  margin-bottom: 5px;
  width: 100%;
  min-height: 20px;
  background: #fff5f4;
  border: solid 1px #feb7b3;
  border-radius: 3px;
  padding: 8px;
}
.errorTip p[data-v-24bc4107] {
  font-weight: bold;
}
.close_class[data-v-24bc4107] {
  border-top: solid 1px #F2F2F2;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

/* 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-65d9ad56] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-65d9ad56] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-65d9ad56] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-65d9ad56] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-65d9ad56]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-65d9ad56]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-65d9ad56]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-65d9ad56]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-65d9ad56] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-65d9ad56] {
  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-65d9ad56],
.ant-input[disabled][data-v-65d9ad56],
.ant-input-number-disabled[data-v-65d9ad56],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-65d9ad56],
.ant-cascader-picker-disabled[data-v-65d9ad56],
.ant-input-disabled[data-v-65d9ad56],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-65d9ad56],
.ant-checkbox-disabled + span[data-v-65d9ad56],
.ant-radio-disabled + span[data-v-65d9ad56] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-65d9ad56] {
  pointer-events: none;
}
#nprogress .bar[data-v-65d9ad56] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-65d9ad56] {
  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-65d9ad56] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-65d9ad56] {
  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-65d9ad56 400ms linear infinite;
  animation: nprogress-spinner-data-v-65d9ad56 400ms linear infinite;
}
.nprogress-custom-parent[data-v-65d9ad56] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-65d9ad56],
.nprogress-custom-parent #nprogress .bar[data-v-65d9ad56] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-65d9ad56 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-65d9ad56 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.footerItem_class[data-v-65d9ad56] {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-v-65d9ad56] .ant-modal-title {
  text-align: center;
  font-weight: bold;
  font-size: 16px !important;
  color: black;
  letter-spacing: 1px;
}
[data-v-65d9ad56] .ant-modal-body {
  padding-top: 12px;
  font-weight: bold;
}
[data-v-65d9ad56] .ant-modal-header {
  border-bottom: solid 2px #cecece;
  border-radius: 10px 10px 0 0;
}
[data-v-65d9ad56] .ant-modal-content {
  border-radius: 10px;
}
.model_class[data-v-65d9ad56] {
  z-index: 9999;
}
.p[data-v-65d9ad56] {
  padding-top: 15px;
  width: 85%;
  line-height: 20px;
  text-align: left;
  letter-spacing: 1px;
  margin: 0 auto;
}

/* 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-ec67f49e] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-ec67f49e] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-ec67f49e] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-ec67f49e] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-ec67f49e]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-ec67f49e]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-ec67f49e]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-ec67f49e]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-ec67f49e] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-ec67f49e] {
  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-ec67f49e],
.ant-input[disabled][data-v-ec67f49e],
.ant-input-number-disabled[data-v-ec67f49e],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-ec67f49e],
.ant-cascader-picker-disabled[data-v-ec67f49e],
.ant-input-disabled[data-v-ec67f49e],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-ec67f49e],
.ant-checkbox-disabled + span[data-v-ec67f49e],
.ant-radio-disabled + span[data-v-ec67f49e] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-ec67f49e] {
  pointer-events: none;
}
#nprogress .bar[data-v-ec67f49e] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-ec67f49e] {
  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-ec67f49e] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-ec67f49e] {
  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-ec67f49e 400ms linear infinite;
  animation: nprogress-spinner-data-v-ec67f49e 400ms linear infinite;
}
.nprogress-custom-parent[data-v-ec67f49e] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-ec67f49e],
.nprogress-custom-parent #nprogress .bar[data-v-ec67f49e] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-ec67f49e {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-ec67f49e {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
/*.content{*/
.span[data-v-ec67f49e] {
  line-height: 30px;
  height: 30px;
  cursor: pointer;
}
.span[data-v-ec67f49e]:hover {
  color: #13c2c2;
}
/*}*/

/* 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-386522ef] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-386522ef] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-386522ef] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-386522ef] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-386522ef]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-386522ef]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-386522ef]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-386522ef]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-386522ef] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-386522ef] {
  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-386522ef],
.ant-input[disabled][data-v-386522ef],
.ant-input-number-disabled[data-v-386522ef],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-386522ef],
.ant-cascader-picker-disabled[data-v-386522ef],
.ant-input-disabled[data-v-386522ef],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-386522ef],
.ant-checkbox-disabled + span[data-v-386522ef],
.ant-radio-disabled + span[data-v-386522ef] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-386522ef] {
  pointer-events: none;
}
#nprogress .bar[data-v-386522ef] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-386522ef] {
  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-386522ef] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-386522ef] {
  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-386522ef 400ms linear infinite;
  animation: nprogress-spinner-data-v-386522ef 400ms linear infinite;
}
.nprogress-custom-parent[data-v-386522ef] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-386522ef],
.nprogress-custom-parent #nprogress .bar[data-v-386522ef] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-386522ef {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-386522ef {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.content[data-v-386522ef] {
  overflow: hidden;
  position: relative;
}
.more[data-v-386522ef] {
  /*width: 25%;*/
  position: absolute;
  right: 10px;
  top: 18px;
}
.put[data-v-386522ef] {
  float: right;
}

/* 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-cffed5aa] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-cffed5aa] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-cffed5aa] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-cffed5aa] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-cffed5aa]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-cffed5aa]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-cffed5aa]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-cffed5aa]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-cffed5aa] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-cffed5aa] {
  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-cffed5aa],
.ant-input[disabled][data-v-cffed5aa],
.ant-input-number-disabled[data-v-cffed5aa],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-cffed5aa],
.ant-cascader-picker-disabled[data-v-cffed5aa],
.ant-input-disabled[data-v-cffed5aa],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-cffed5aa],
.ant-checkbox-disabled + span[data-v-cffed5aa],
.ant-radio-disabled + span[data-v-cffed5aa] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-cffed5aa] {
  pointer-events: none;
}
#nprogress .bar[data-v-cffed5aa] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-cffed5aa] {
  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-cffed5aa] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-cffed5aa] {
  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-cffed5aa 400ms linear infinite;
  animation: nprogress-spinner-data-v-cffed5aa 400ms linear infinite;
}
.nprogress-custom-parent[data-v-cffed5aa] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-cffed5aa],
.nprogress-custom-parent #nprogress .bar[data-v-cffed5aa] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-cffed5aa {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-cffed5aa {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.footerItem_class[data-v-cffed5aa] {
  margin-top: 30px;
  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-cffed5aa]:first-child {
  margin-right: 20px;
}
.confirm-pq[data-v-cffed5aa] {
  margin-top: 10px;
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
}
.confirm-pq span[data-v-cffed5aa] {
  font-size: 15px;
  font-weight: bold;
}
.confirm-text[data-v-cffed5aa] {
  margin-top: 10px;
  width: 100%;
  height: 100%;
  color: red;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}

/* 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-931c6938] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-931c6938] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-931c6938] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-931c6938] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-931c6938]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-931c6938]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-931c6938]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-931c6938]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-931c6938] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-931c6938] {
  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-931c6938],
.ant-input[disabled][data-v-931c6938],
.ant-input-number-disabled[data-v-931c6938],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-931c6938],
.ant-cascader-picker-disabled[data-v-931c6938],
.ant-input-disabled[data-v-931c6938],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-931c6938],
.ant-checkbox-disabled + span[data-v-931c6938],
.ant-radio-disabled + span[data-v-931c6938] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-931c6938] {
  pointer-events: none;
}
#nprogress .bar[data-v-931c6938] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-931c6938] {
  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-931c6938] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-931c6938] {
  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-931c6938 400ms linear infinite;
  animation: nprogress-spinner-data-v-931c6938 400ms linear infinite;
}
.nprogress-custom-parent[data-v-931c6938] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-931c6938],
.nprogress-custom-parent #nprogress .bar[data-v-931c6938] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-931c6938 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-931c6938 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-931c6938] {
  margin: 16px 0;
}
.table-operations *[data-v-931c6938] {
  margin-right: 10px;
}
.table-operations *[data-v-931c6938]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-931c6938] {
  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-931c6938]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-931c6938] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-931c6938]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-931c6938]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-931c6938] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-931c6938]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-931c6938]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-931c6938] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-931c6938]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-931c6938]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-931c6938] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-931c6938]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-931c6938]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-931c6938] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-931c6938] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-931c6938] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-931c6938] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-931c6938] {
  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-931c6938] .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-931c6938] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-931c6938] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-931c6938]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-931c6938] {
    padding-left: 0;
}
}
.footer_class[data-v-931c6938] {
  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-931c6938] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-931c6938] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-931c6938] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-931c6938] .ant-input-number,
.msgForm[data-v-931c6938] .ant-calendar-picker {
  width: 100%;
}
[data-v-931c6938] .ant-modal-title {
  text-align: center;
}
[data-v-931c6938] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-931c6938] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-931c6938] {
  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-931c6938] .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-931c6938] {
  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-931c6938] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-931c6938] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-931c6938] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-931c6938] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-931c6938] {
  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-931c6938] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-931c6938] .ant-input-number,
.config_class[data-v-931c6938] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-931c6938] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-931c6938] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-931c6938] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-931c6938] {
  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-931c6938] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-931c6938] .ant-input-number,
.config_class1[data-v-931c6938] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-931c6938] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-931c6938] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-931c6938] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-931c6938] {
  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-931c6938]:not(:first-child) {
  margin-left: 24px;
}
[data-v-931c6938] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-931c6938] {
  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-931c6938] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-931c6938] .ant-input-number,
.config_class_repair[data-v-931c6938] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-931c6938] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-931c6938] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-931c6938] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-931c6938] .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-dac9bdcc] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-dac9bdcc] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-dac9bdcc] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-dac9bdcc] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-dac9bdcc]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-dac9bdcc]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-dac9bdcc]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-dac9bdcc]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-dac9bdcc] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-dac9bdcc] {
  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-dac9bdcc],
.ant-input[disabled][data-v-dac9bdcc],
.ant-input-number-disabled[data-v-dac9bdcc],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-dac9bdcc],
.ant-cascader-picker-disabled[data-v-dac9bdcc],
.ant-input-disabled[data-v-dac9bdcc],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-dac9bdcc],
.ant-checkbox-disabled + span[data-v-dac9bdcc],
.ant-radio-disabled + span[data-v-dac9bdcc] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-dac9bdcc] {
  pointer-events: none;
}
#nprogress .bar[data-v-dac9bdcc] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-dac9bdcc] {
  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-dac9bdcc] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-dac9bdcc] {
  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-dac9bdcc 400ms linear infinite;
  animation: nprogress-spinner-data-v-dac9bdcc 400ms linear infinite;
}
.nprogress-custom-parent[data-v-dac9bdcc] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-dac9bdcc],
.nprogress-custom-parent #nprogress .bar[data-v-dac9bdcc] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-dac9bdcc {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-dac9bdcc {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-dac9bdcc] {
  margin: 16px 0;
}
.table-operations *[data-v-dac9bdcc] {
  margin-right: 10px;
}
.table-operations *[data-v-dac9bdcc]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-dac9bdcc] {
  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-dac9bdcc]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-dac9bdcc] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-dac9bdcc]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-dac9bdcc]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-dac9bdcc] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-dac9bdcc]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-dac9bdcc]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-dac9bdcc] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-dac9bdcc]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-dac9bdcc]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-dac9bdcc] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-dac9bdcc]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-dac9bdcc]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-dac9bdcc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-dac9bdcc] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-dac9bdcc] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-dac9bdcc] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-dac9bdcc] {
  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-dac9bdcc] .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-dac9bdcc] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-dac9bdcc] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-dac9bdcc]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-dac9bdcc] {
    padding-left: 0;
}
}
.footer_class[data-v-dac9bdcc] {
  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-dac9bdcc] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-dac9bdcc] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-dac9bdcc] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-dac9bdcc] .ant-input-number,
.msgForm[data-v-dac9bdcc] .ant-calendar-picker {
  width: 100%;
}
[data-v-dac9bdcc] .ant-modal-title {
  text-align: center;
}
[data-v-dac9bdcc] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-dac9bdcc] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-dac9bdcc] {
  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-dac9bdcc] .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-dac9bdcc] {
  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-dac9bdcc] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-dac9bdcc] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-dac9bdcc] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-dac9bdcc] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-dac9bdcc] {
  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-dac9bdcc] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-dac9bdcc] .ant-input-number,
.config_class[data-v-dac9bdcc] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-dac9bdcc] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-dac9bdcc] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-dac9bdcc] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-dac9bdcc] {
  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-dac9bdcc] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-dac9bdcc] .ant-input-number,
.config_class1[data-v-dac9bdcc] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-dac9bdcc] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-dac9bdcc] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-dac9bdcc] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-dac9bdcc] {
  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-dac9bdcc]:not(:first-child) {
  margin-left: 24px;
}
[data-v-dac9bdcc] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-dac9bdcc] {
  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-dac9bdcc] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-dac9bdcc] .ant-input-number,
.config_class_repair[data-v-dac9bdcc] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-dac9bdcc] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-dac9bdcc] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-dac9bdcc] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-dac9bdcc] .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-9d49f992] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-9d49f992] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-9d49f992] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-9d49f992] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-9d49f992]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-9d49f992]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-9d49f992]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-9d49f992]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-9d49f992] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-9d49f992] {
  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-9d49f992],
.ant-input[disabled][data-v-9d49f992],
.ant-input-number-disabled[data-v-9d49f992],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-9d49f992],
.ant-cascader-picker-disabled[data-v-9d49f992],
.ant-input-disabled[data-v-9d49f992],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-9d49f992],
.ant-checkbox-disabled + span[data-v-9d49f992],
.ant-radio-disabled + span[data-v-9d49f992] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-9d49f992] {
  pointer-events: none;
}
#nprogress .bar[data-v-9d49f992] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-9d49f992] {
  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-9d49f992] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-9d49f992] {
  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-9d49f992 400ms linear infinite;
  animation: nprogress-spinner-data-v-9d49f992 400ms linear infinite;
}
.nprogress-custom-parent[data-v-9d49f992] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-9d49f992],
.nprogress-custom-parent #nprogress .bar[data-v-9d49f992] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-9d49f992 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-9d49f992 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.selectCity[data-v-9d49f992] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
}

/* 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-4e2c13e5] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-4e2c13e5] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-4e2c13e5] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-4e2c13e5] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-4e2c13e5]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-4e2c13e5]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-4e2c13e5]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-4e2c13e5]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-4e2c13e5] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-4e2c13e5] {
  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-4e2c13e5],
.ant-input[disabled][data-v-4e2c13e5],
.ant-input-number-disabled[data-v-4e2c13e5],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-4e2c13e5],
.ant-cascader-picker-disabled[data-v-4e2c13e5],
.ant-input-disabled[data-v-4e2c13e5],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-4e2c13e5],
.ant-checkbox-disabled + span[data-v-4e2c13e5],
.ant-radio-disabled + span[data-v-4e2c13e5] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-4e2c13e5] {
  pointer-events: none;
}
#nprogress .bar[data-v-4e2c13e5] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-4e2c13e5] {
  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-4e2c13e5] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-4e2c13e5] {
  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-4e2c13e5 400ms linear infinite;
  animation: nprogress-spinner-data-v-4e2c13e5 400ms linear infinite;
}
.nprogress-custom-parent[data-v-4e2c13e5] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-4e2c13e5],
.nprogress-custom-parent #nprogress .bar[data-v-4e2c13e5] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-4e2c13e5 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-4e2c13e5 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-4e2c13e5] {
  margin: 16px 0;
}
.table-operations *[data-v-4e2c13e5] {
  margin-right: 10px;
}
.table-operations *[data-v-4e2c13e5]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-4e2c13e5] {
  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-4e2c13e5]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-4e2c13e5] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-4e2c13e5]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-4e2c13e5]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-4e2c13e5] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-4e2c13e5]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-4e2c13e5]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-4e2c13e5] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-4e2c13e5]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-4e2c13e5]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-4e2c13e5] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-4e2c13e5]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-4e2c13e5]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-4e2c13e5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-4e2c13e5] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-4e2c13e5] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-4e2c13e5] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-4e2c13e5] {
  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-4e2c13e5] .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-4e2c13e5] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-4e2c13e5] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-4e2c13e5]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-4e2c13e5] {
    padding-left: 0;
}
}
.footer_class[data-v-4e2c13e5] {
  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-4e2c13e5] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-4e2c13e5] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-4e2c13e5] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-4e2c13e5] .ant-input-number,
.msgForm[data-v-4e2c13e5] .ant-calendar-picker {
  width: 100%;
}
[data-v-4e2c13e5] .ant-modal-title {
  text-align: center;
}
[data-v-4e2c13e5] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-4e2c13e5] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-4e2c13e5] {
  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-4e2c13e5] .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-4e2c13e5] {
  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-4e2c13e5] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-4e2c13e5] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-4e2c13e5] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-4e2c13e5] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-4e2c13e5] {
  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-4e2c13e5] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-4e2c13e5] .ant-input-number,
.config_class[data-v-4e2c13e5] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-4e2c13e5] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-4e2c13e5] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-4e2c13e5] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-4e2c13e5] {
  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-4e2c13e5] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-4e2c13e5] .ant-input-number,
.config_class1[data-v-4e2c13e5] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-4e2c13e5] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-4e2c13e5] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-4e2c13e5] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-4e2c13e5] {
  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-4e2c13e5]:not(:first-child) {
  margin-left: 24px;
}
[data-v-4e2c13e5] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-4e2c13e5] {
  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-4e2c13e5] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-4e2c13e5] .ant-input-number,
.config_class_repair[data-v-4e2c13e5] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-4e2c13e5] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-4e2c13e5] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-4e2c13e5] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-4e2c13e5] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
.config_class[data-v-4e2c13e5] {
  width: 100%;
  padding: 0;
  grid-column-gap: 0px !important;
  grid-template-columns: repeat(4, 25%) !important;
}
.config_class .tip_span[data-v-4e2c13e5] {
  font-size: 8px !important;
  color: #cccccc;
}
.config_class[data-v-4e2c13e5] .ant-btn {
  margin-top: 0 !important;
}
[data-v-4e2c13e5] .ant-form-item-label {
  width: 115px !important;
}
[data-v-4e2c13e5] .ant-form-item-control-wrapper {
  width: calc(100% - 115px) !important;
}
[data-v-4e2c13e5] .ant-upload-list-picture {
  width: 100% !important;
}
[data-v-4e2c13e5] .ant-upload-list {
  width: 100px;
}
.zzzx .span1[data-v-4e2c13e5] {
  color: #f5222d;
}
.image-upload-form-item[data-v-4e2c13e5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.image-upload-form-item-label[data-v-4e2c13e5] {
  min-width: 115px;
  max-width: 115px;
  text-align: right;
  font-weight: 600;
}
.image-upload-form-item-tips[data-v-4e2c13e5] {
  text-align: right;
  padding-right: 26px;
  line-height: 20px;
  margin-top: -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-53dd1b14] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-53dd1b14] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-53dd1b14] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-53dd1b14] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-53dd1b14]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-53dd1b14]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-53dd1b14]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-53dd1b14]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-53dd1b14] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-53dd1b14] {
  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-53dd1b14],
.ant-input[disabled][data-v-53dd1b14],
.ant-input-number-disabled[data-v-53dd1b14],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-53dd1b14],
.ant-cascader-picker-disabled[data-v-53dd1b14],
.ant-input-disabled[data-v-53dd1b14],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-53dd1b14],
.ant-checkbox-disabled + span[data-v-53dd1b14],
.ant-radio-disabled + span[data-v-53dd1b14] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-53dd1b14] {
  pointer-events: none;
}
#nprogress .bar[data-v-53dd1b14] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-53dd1b14] {
  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-53dd1b14] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-53dd1b14] {
  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-53dd1b14 400ms linear infinite;
  animation: nprogress-spinner-data-v-53dd1b14 400ms linear infinite;
}
.nprogress-custom-parent[data-v-53dd1b14] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-53dd1b14],
.nprogress-custom-parent #nprogress .bar[data-v-53dd1b14] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-53dd1b14 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-53dd1b14 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-53dd1b14] {
  margin: 16px 0;
}
.table-operations *[data-v-53dd1b14] {
  margin-right: 10px;
}
.table-operations *[data-v-53dd1b14]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-53dd1b14] {
  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-53dd1b14]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-53dd1b14] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-53dd1b14]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-53dd1b14]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-53dd1b14] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-53dd1b14]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-53dd1b14]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-53dd1b14] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-53dd1b14]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-53dd1b14]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-53dd1b14] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-53dd1b14]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-53dd1b14]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-53dd1b14] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-53dd1b14] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-53dd1b14] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-53dd1b14] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-53dd1b14] {
  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-53dd1b14] .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-53dd1b14] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-53dd1b14] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-53dd1b14]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-53dd1b14] {
    padding-left: 0;
}
}
.footer_class[data-v-53dd1b14] {
  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-53dd1b14] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-53dd1b14] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-53dd1b14] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-53dd1b14] .ant-input-number,
.msgForm[data-v-53dd1b14] .ant-calendar-picker {
  width: 100%;
}
[data-v-53dd1b14] .ant-modal-title {
  text-align: center;
}
[data-v-53dd1b14] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-53dd1b14] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-53dd1b14] {
  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-53dd1b14] .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-53dd1b14] {
  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-53dd1b14] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-53dd1b14] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-53dd1b14] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-53dd1b14] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-53dd1b14] {
  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-53dd1b14] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-53dd1b14] .ant-input-number,
.config_class[data-v-53dd1b14] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-53dd1b14] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-53dd1b14] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-53dd1b14] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-53dd1b14] {
  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-53dd1b14] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-53dd1b14] .ant-input-number,
.config_class1[data-v-53dd1b14] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-53dd1b14] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-53dd1b14] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-53dd1b14] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-53dd1b14] {
  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-53dd1b14]:not(:first-child) {
  margin-left: 24px;
}
[data-v-53dd1b14] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-53dd1b14] {
  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-53dd1b14] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-53dd1b14] .ant-input-number,
.config_class_repair[data-v-53dd1b14] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-53dd1b14] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-53dd1b14] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-53dd1b14] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-53dd1b14] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
.desc_class[data-v-53dd1b14] {
  width: 600px;
}
.desc_class[data-v-53dd1b14] .ant-input {
  width: 100%;
}
.config_class .tip_span[data-v-53dd1b14] {
  font-size: 8px !important ;
  color: #cccccc;
}
.zzzx .span1[data-v-53dd1b14] {
  color: #f5222d;
}

/* 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-6d3e016f] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-6d3e016f] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-6d3e016f] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-6d3e016f] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-6d3e016f]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-6d3e016f]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-6d3e016f]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-6d3e016f]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-6d3e016f] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-6d3e016f] {
  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-6d3e016f],
.ant-input[disabled][data-v-6d3e016f],
.ant-input-number-disabled[data-v-6d3e016f],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-6d3e016f],
.ant-cascader-picker-disabled[data-v-6d3e016f],
.ant-input-disabled[data-v-6d3e016f],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-6d3e016f],
.ant-checkbox-disabled + span[data-v-6d3e016f],
.ant-radio-disabled + span[data-v-6d3e016f] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-6d3e016f] {
  pointer-events: none;
}
#nprogress .bar[data-v-6d3e016f] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-6d3e016f] {
  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-6d3e016f] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-6d3e016f] {
  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-6d3e016f 400ms linear infinite;
  animation: nprogress-spinner-data-v-6d3e016f 400ms linear infinite;
}
.nprogress-custom-parent[data-v-6d3e016f] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-6d3e016f],
.nprogress-custom-parent #nprogress .bar[data-v-6d3e016f] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-6d3e016f {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-6d3e016f {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-6d3e016f] {
  margin: 16px 0;
}
.table-operations *[data-v-6d3e016f] {
  margin-right: 10px;
}
.table-operations *[data-v-6d3e016f]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-6d3e016f] {
  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-6d3e016f]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-6d3e016f] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-6d3e016f]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-6d3e016f]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-6d3e016f] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-6d3e016f]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-6d3e016f]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-6d3e016f] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-6d3e016f]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-6d3e016f]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-6d3e016f] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-6d3e016f]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-6d3e016f]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-6d3e016f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-6d3e016f] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-6d3e016f] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-6d3e016f] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-6d3e016f] {
  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-6d3e016f] .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-6d3e016f] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-6d3e016f] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-6d3e016f]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-6d3e016f] {
    padding-left: 0;
}
}
.footer_class[data-v-6d3e016f] {
  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-6d3e016f] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-6d3e016f] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-6d3e016f] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-6d3e016f] .ant-input-number,
.msgForm[data-v-6d3e016f] .ant-calendar-picker {
  width: 100%;
}
[data-v-6d3e016f] .ant-modal-title {
  text-align: center;
}
[data-v-6d3e016f] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-6d3e016f] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-6d3e016f] {
  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-6d3e016f] .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-6d3e016f] {
  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-6d3e016f] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-6d3e016f] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-6d3e016f] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-6d3e016f] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-6d3e016f] {
  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-6d3e016f] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-6d3e016f] .ant-input-number,
.config_class[data-v-6d3e016f] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-6d3e016f] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-6d3e016f] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-6d3e016f] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-6d3e016f] {
  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-6d3e016f] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-6d3e016f] .ant-input-number,
.config_class1[data-v-6d3e016f] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-6d3e016f] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-6d3e016f] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-6d3e016f] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-6d3e016f] {
  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-6d3e016f]:not(:first-child) {
  margin-left: 24px;
}
[data-v-6d3e016f] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-6d3e016f] {
  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-6d3e016f] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-6d3e016f] .ant-input-number,
.config_class_repair[data-v-6d3e016f] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-6d3e016f] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-6d3e016f] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-6d3e016f] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-6d3e016f] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
.desc_class[data-v-6d3e016f] {
  width: 600px;
}
.desc_class[data-v-6d3e016f] .ant-input {
  width: 100%;
}
.config_class .tip_span[data-v-6d3e016f] {
  font-size: 8px !important ;
  color: #cccccc;
}
.zzzx .span1[data-v-6d3e016f] {
  color: #f5222d;
}

/* 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-611a34f6] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-611a34f6] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-611a34f6] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-611a34f6] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-611a34f6]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-611a34f6]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-611a34f6]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-611a34f6]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-611a34f6] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-611a34f6] {
  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-611a34f6],
.ant-input[disabled][data-v-611a34f6],
.ant-input-number-disabled[data-v-611a34f6],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-611a34f6],
.ant-cascader-picker-disabled[data-v-611a34f6],
.ant-input-disabled[data-v-611a34f6],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-611a34f6],
.ant-checkbox-disabled + span[data-v-611a34f6],
.ant-radio-disabled + span[data-v-611a34f6] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-611a34f6] {
  pointer-events: none;
}
#nprogress .bar[data-v-611a34f6] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-611a34f6] {
  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-611a34f6] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-611a34f6] {
  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-611a34f6 400ms linear infinite;
  animation: nprogress-spinner-data-v-611a34f6 400ms linear infinite;
}
.nprogress-custom-parent[data-v-611a34f6] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-611a34f6],
.nprogress-custom-parent #nprogress .bar[data-v-611a34f6] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-611a34f6 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-611a34f6 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.car-div[data-v-611a34f6] {
  padding-bottom: 100%;
  position: relative;
  cursor: pointer;
}
.car-img[data-v-611a34f6] {
  padding: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
}
.car-text[data-v-611a34f6] {
  text-align: center;
  cursor: default;
}
.image-title-warp[data-v-611a34f6] {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  font-weight: bolder;
}
.image-title-warp-1[data-v-611a34f6] {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  font-weight: bolder;
  color: #13C2C2;
}
.image-title-warp-left[data-v-611a34f6] {
  margin-right: 5px;
  width: 3px;
  height: 20px;
  background-color: #13C2C2;
}
.image-title-item[data-v-611a34f6] {
  padding-right: 15px;
  font-size: 14px;
  line-height: 20px;
}
.image-item-item-suffix[data-v-611a34f6] {
  margin: 15px 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
[data-v-611a34f6] .ant-card-body {
  padding: 10px 15px;
}
[data-v-611a34f6] .ant-card-extra {
  padding: 5px 0;
}
[data-v-611a34f6] .ant-card-head {
  min-height: 0;
  padding: 0 12px;
}

/* 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-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-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-38800fb6] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-38800fb6] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-38800fb6] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-38800fb6] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-38800fb6]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-38800fb6]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-38800fb6]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-38800fb6]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-38800fb6] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-38800fb6] {
  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-38800fb6],
.ant-input[disabled][data-v-38800fb6],
.ant-input-number-disabled[data-v-38800fb6],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-38800fb6],
.ant-cascader-picker-disabled[data-v-38800fb6],
.ant-input-disabled[data-v-38800fb6],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-38800fb6],
.ant-checkbox-disabled + span[data-v-38800fb6],
.ant-radio-disabled + span[data-v-38800fb6] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-38800fb6] {
  pointer-events: none;
}
#nprogress .bar[data-v-38800fb6] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-38800fb6] {
  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-38800fb6] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-38800fb6] {
  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-38800fb6 400ms linear infinite;
  animation: nprogress-spinner-data-v-38800fb6 400ms linear infinite;
}
.nprogress-custom-parent[data-v-38800fb6] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-38800fb6],
.nprogress-custom-parent #nprogress .bar[data-v-38800fb6] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-38800fb6 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-38800fb6 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.footerItem_class[data-v-38800fb6] {
  margin-top: 30px;
  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-38800fb6]:first-child {
  margin-right: 20px;
}
.fee-wrap[data-v-38800fb6] {
  text-indent: 110px;
  font-size: 22px;
}
.fee-wrap span[data-v-38800fb6] {
  font-size: 22px;
  color: red;
}

/* 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-2b4c5cde] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-2b4c5cde] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-2b4c5cde] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-2b4c5cde] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-2b4c5cde]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-2b4c5cde]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-2b4c5cde]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-2b4c5cde]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-2b4c5cde] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-2b4c5cde] {
  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-2b4c5cde],
.ant-input[disabled][data-v-2b4c5cde],
.ant-input-number-disabled[data-v-2b4c5cde],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-2b4c5cde],
.ant-cascader-picker-disabled[data-v-2b4c5cde],
.ant-input-disabled[data-v-2b4c5cde],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-2b4c5cde],
.ant-checkbox-disabled + span[data-v-2b4c5cde],
.ant-radio-disabled + span[data-v-2b4c5cde] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-2b4c5cde] {
  pointer-events: none;
}
#nprogress .bar[data-v-2b4c5cde] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-2b4c5cde] {
  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-2b4c5cde] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-2b4c5cde] {
  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-2b4c5cde 400ms linear infinite;
  animation: nprogress-spinner-data-v-2b4c5cde 400ms linear infinite;
}
.nprogress-custom-parent[data-v-2b4c5cde] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-2b4c5cde],
.nprogress-custom-parent #nprogress .bar[data-v-2b4c5cde] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-2b4c5cde {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-2b4c5cde {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-2b4c5cde] {
  margin: 16px 0;
}
.table-operations *[data-v-2b4c5cde] {
  margin-right: 10px;
}
.table-operations *[data-v-2b4c5cde]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-2b4c5cde] {
  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-2b4c5cde]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-2b4c5cde] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-2b4c5cde]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-2b4c5cde]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-2b4c5cde] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-2b4c5cde]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-2b4c5cde]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-2b4c5cde] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-2b4c5cde]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-2b4c5cde]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-2b4c5cde] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-2b4c5cde]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-2b4c5cde]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-2b4c5cde] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-2b4c5cde] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-2b4c5cde] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-2b4c5cde] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-2b4c5cde] {
  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-2b4c5cde] .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-2b4c5cde] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-2b4c5cde] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-2b4c5cde]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-2b4c5cde] {
    padding-left: 0;
}
}
.footer_class[data-v-2b4c5cde] {
  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-2b4c5cde] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-2b4c5cde] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-2b4c5cde] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-2b4c5cde] .ant-input-number,
.msgForm[data-v-2b4c5cde] .ant-calendar-picker {
  width: 100%;
}
[data-v-2b4c5cde] .ant-modal-title {
  text-align: center;
}
[data-v-2b4c5cde] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-2b4c5cde] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-2b4c5cde] {
  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-2b4c5cde] .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-2b4c5cde] {
  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-2b4c5cde] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-2b4c5cde] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-2b4c5cde] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-2b4c5cde] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-2b4c5cde] {
  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-2b4c5cde] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-2b4c5cde] .ant-input-number,
.config_class[data-v-2b4c5cde] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-2b4c5cde] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-2b4c5cde] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-2b4c5cde] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-2b4c5cde] {
  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-2b4c5cde] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-2b4c5cde] .ant-input-number,
.config_class1[data-v-2b4c5cde] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-2b4c5cde] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-2b4c5cde] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-2b4c5cde] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-2b4c5cde] {
  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-2b4c5cde]:not(:first-child) {
  margin-left: 24px;
}
[data-v-2b4c5cde] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-2b4c5cde] {
  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-2b4c5cde] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-2b4c5cde] .ant-input-number,
.config_class_repair[data-v-2b4c5cde] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-2b4c5cde] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-2b4c5cde] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-2b4c5cde] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-2b4c5cde] .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-17e47383] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-17e47383] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-17e47383] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-17e47383] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-17e47383]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-17e47383]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-17e47383]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-17e47383]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-17e47383] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-17e47383] {
  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-17e47383],
.ant-input[disabled][data-v-17e47383],
.ant-input-number-disabled[data-v-17e47383],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-17e47383],
.ant-cascader-picker-disabled[data-v-17e47383],
.ant-input-disabled[data-v-17e47383],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-17e47383],
.ant-checkbox-disabled + span[data-v-17e47383],
.ant-radio-disabled + span[data-v-17e47383] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-17e47383] {
  pointer-events: none;
}
#nprogress .bar[data-v-17e47383] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-17e47383] {
  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-17e47383] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-17e47383] {
  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-17e47383 400ms linear infinite;
  animation: nprogress-spinner-data-v-17e47383 400ms linear infinite;
}
.nprogress-custom-parent[data-v-17e47383] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-17e47383],
.nprogress-custom-parent #nprogress .bar[data-v-17e47383] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-17e47383 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-17e47383 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-17e47383] {
  margin: 16px 0;
}
.table-operations *[data-v-17e47383] {
  margin-right: 10px;
}
.table-operations *[data-v-17e47383]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-17e47383] {
  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-17e47383]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-17e47383] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-17e47383]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-17e47383]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-17e47383] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-17e47383]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-17e47383]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-17e47383] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-17e47383]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-17e47383]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-17e47383] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-17e47383]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-17e47383]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-17e47383] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-17e47383] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-17e47383] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-17e47383] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-17e47383] {
  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-17e47383] .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-17e47383] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-17e47383] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-17e47383]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-17e47383] {
    padding-left: 0;
}
}
.footer_class[data-v-17e47383] {
  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-17e47383] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-17e47383] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-17e47383] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-17e47383] .ant-input-number,
.msgForm[data-v-17e47383] .ant-calendar-picker {
  width: 100%;
}
[data-v-17e47383] .ant-modal-title {
  text-align: center;
}
[data-v-17e47383] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-17e47383] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-17e47383] {
  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-17e47383] .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-17e47383] {
  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-17e47383] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-17e47383] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-17e47383] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-17e47383] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-17e47383] {
  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-17e47383] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-17e47383] .ant-input-number,
.config_class[data-v-17e47383] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-17e47383] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-17e47383] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-17e47383] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-17e47383] {
  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-17e47383] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-17e47383] .ant-input-number,
.config_class1[data-v-17e47383] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-17e47383] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-17e47383] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-17e47383] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-17e47383] {
  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-17e47383]:not(:first-child) {
  margin-left: 24px;
}
[data-v-17e47383] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-17e47383] {
  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-17e47383] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-17e47383] .ant-input-number,
.config_class_repair[data-v-17e47383] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-17e47383] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-17e47383] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-17e47383] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-17e47383] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
.input-suffix[data-v-17e47383] {
  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;
  width: 100%;
}
[data-v-17e47383] .config_class .ant-btn {
  margin-top: 0px !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-3f45457e] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-3f45457e] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-3f45457e] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-3f45457e] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-3f45457e]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-3f45457e]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-3f45457e]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-3f45457e]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-3f45457e] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-3f45457e] {
  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-3f45457e],
.ant-input[disabled][data-v-3f45457e],
.ant-input-number-disabled[data-v-3f45457e],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-3f45457e],
.ant-cascader-picker-disabled[data-v-3f45457e],
.ant-input-disabled[data-v-3f45457e],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-3f45457e],
.ant-checkbox-disabled + span[data-v-3f45457e],
.ant-radio-disabled + span[data-v-3f45457e] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-3f45457e] {
  pointer-events: none;
}
#nprogress .bar[data-v-3f45457e] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-3f45457e] {
  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-3f45457e] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-3f45457e] {
  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-3f45457e 400ms linear infinite;
  animation: nprogress-spinner-data-v-3f45457e 400ms linear infinite;
}
.nprogress-custom-parent[data-v-3f45457e] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-3f45457e],
.nprogress-custom-parent #nprogress .bar[data-v-3f45457e] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-3f45457e {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-3f45457e {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-3f45457e] {
  margin: 16px 0;
}
.table-operations *[data-v-3f45457e] {
  margin-right: 10px;
}
.table-operations *[data-v-3f45457e]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-3f45457e] {
  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-3f45457e]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-3f45457e] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-3f45457e]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-3f45457e]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-3f45457e] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-3f45457e]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-3f45457e]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-3f45457e] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-3f45457e]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-3f45457e]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-3f45457e] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-3f45457e]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-3f45457e]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-3f45457e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-3f45457e] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-3f45457e] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-3f45457e] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-3f45457e] {
  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-3f45457e] .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-3f45457e] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-3f45457e] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-3f45457e]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-3f45457e] {
    padding-left: 0;
}
}
.footer_class[data-v-3f45457e] {
  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-3f45457e] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-3f45457e] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-3f45457e] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-3f45457e] .ant-input-number,
.msgForm[data-v-3f45457e] .ant-calendar-picker {
  width: 100%;
}
[data-v-3f45457e] .ant-modal-title {
  text-align: center;
}
[data-v-3f45457e] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-3f45457e] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-3f45457e] {
  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-3f45457e] .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-3f45457e] {
  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-3f45457e] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-3f45457e] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-3f45457e] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-3f45457e] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-3f45457e] {
  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-3f45457e] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-3f45457e] .ant-input-number,
.config_class[data-v-3f45457e] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-3f45457e] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-3f45457e] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-3f45457e] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-3f45457e] {
  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-3f45457e] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-3f45457e] .ant-input-number,
.config_class1[data-v-3f45457e] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-3f45457e] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-3f45457e] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-3f45457e] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-3f45457e] {
  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-3f45457e]:not(:first-child) {
  margin-left: 24px;
}
[data-v-3f45457e] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-3f45457e] {
  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-3f45457e] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-3f45457e] .ant-input-number,
.config_class_repair[data-v-3f45457e] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-3f45457e] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-3f45457e] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-3f45457e] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-3f45457e] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
[data-v-3f45457e] .config_class .ant-btn {
  margin-top: 0px !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-4df0220f] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-4df0220f] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-4df0220f] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-4df0220f] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-4df0220f]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-4df0220f]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-4df0220f]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-4df0220f]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-4df0220f] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-4df0220f] {
  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-4df0220f],
.ant-input[disabled][data-v-4df0220f],
.ant-input-number-disabled[data-v-4df0220f],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-4df0220f],
.ant-cascader-picker-disabled[data-v-4df0220f],
.ant-input-disabled[data-v-4df0220f],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-4df0220f],
.ant-checkbox-disabled + span[data-v-4df0220f],
.ant-radio-disabled + span[data-v-4df0220f] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-4df0220f] {
  pointer-events: none;
}
#nprogress .bar[data-v-4df0220f] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-4df0220f] {
  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-4df0220f] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-4df0220f] {
  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-4df0220f 400ms linear infinite;
  animation: nprogress-spinner-data-v-4df0220f 400ms linear infinite;
}
.nprogress-custom-parent[data-v-4df0220f] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-4df0220f],
.nprogress-custom-parent #nprogress .bar[data-v-4df0220f] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-4df0220f {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-4df0220f {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-4df0220f] {
  margin: 16px 0;
}
.table-operations *[data-v-4df0220f] {
  margin-right: 10px;
}
.table-operations *[data-v-4df0220f]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-4df0220f] {
  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-4df0220f]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-4df0220f] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-4df0220f]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-4df0220f]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-4df0220f] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-4df0220f]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-4df0220f]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-4df0220f] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-4df0220f]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-4df0220f]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-4df0220f] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-4df0220f]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-4df0220f]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-4df0220f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-4df0220f] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-4df0220f] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-4df0220f] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-4df0220f] {
  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-4df0220f] .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-4df0220f] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-4df0220f] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-4df0220f]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-4df0220f] {
    padding-left: 0;
}
}
.footer_class[data-v-4df0220f] {
  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-4df0220f] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-4df0220f] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-4df0220f] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-4df0220f] .ant-input-number,
.msgForm[data-v-4df0220f] .ant-calendar-picker {
  width: 100%;
}
[data-v-4df0220f] .ant-modal-title {
  text-align: center;
}
[data-v-4df0220f] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-4df0220f] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-4df0220f] {
  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-4df0220f] .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-4df0220f] {
  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-4df0220f] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-4df0220f] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-4df0220f] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-4df0220f] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-4df0220f] {
  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-4df0220f] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-4df0220f] .ant-input-number,
.config_class[data-v-4df0220f] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-4df0220f] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-4df0220f] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-4df0220f] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-4df0220f] {
  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-4df0220f] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-4df0220f] .ant-input-number,
.config_class1[data-v-4df0220f] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-4df0220f] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-4df0220f] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-4df0220f] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-4df0220f] {
  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-4df0220f]:not(:first-child) {
  margin-left: 24px;
}
[data-v-4df0220f] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-4df0220f] {
  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-4df0220f] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-4df0220f] .ant-input-number,
.config_class_repair[data-v-4df0220f] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-4df0220f] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-4df0220f] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-4df0220f] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-4df0220f] .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-692d2d9c] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-692d2d9c] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-692d2d9c] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-692d2d9c] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-692d2d9c]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-692d2d9c]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-692d2d9c]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-692d2d9c]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-692d2d9c] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-692d2d9c] {
  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-692d2d9c],
.ant-input[disabled][data-v-692d2d9c],
.ant-input-number-disabled[data-v-692d2d9c],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-692d2d9c],
.ant-cascader-picker-disabled[data-v-692d2d9c],
.ant-input-disabled[data-v-692d2d9c],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-692d2d9c],
.ant-checkbox-disabled + span[data-v-692d2d9c],
.ant-radio-disabled + span[data-v-692d2d9c] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-692d2d9c] {
  pointer-events: none;
}
#nprogress .bar[data-v-692d2d9c] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-692d2d9c] {
  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-692d2d9c] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-692d2d9c] {
  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-692d2d9c 400ms linear infinite;
  animation: nprogress-spinner-data-v-692d2d9c 400ms linear infinite;
}
.nprogress-custom-parent[data-v-692d2d9c] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-692d2d9c],
.nprogress-custom-parent #nprogress .bar[data-v-692d2d9c] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-692d2d9c {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-692d2d9c {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-692d2d9c] {
  margin: 16px 0;
}
.table-operations *[data-v-692d2d9c] {
  margin-right: 10px;
}
.table-operations *[data-v-692d2d9c]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-692d2d9c] {
  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-692d2d9c]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-692d2d9c] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-692d2d9c]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-692d2d9c]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-692d2d9c] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-692d2d9c]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-692d2d9c]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-692d2d9c] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-692d2d9c]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-692d2d9c]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-692d2d9c] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-692d2d9c]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-692d2d9c]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-692d2d9c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-692d2d9c] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-692d2d9c] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-692d2d9c] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-692d2d9c] {
  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-692d2d9c] .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-692d2d9c] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-692d2d9c] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-692d2d9c]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-692d2d9c] {
    padding-left: 0;
}
}
.footer_class[data-v-692d2d9c] {
  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-692d2d9c] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-692d2d9c] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-692d2d9c] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-692d2d9c] .ant-input-number,
.msgForm[data-v-692d2d9c] .ant-calendar-picker {
  width: 100%;
}
[data-v-692d2d9c] .ant-modal-title {
  text-align: center;
}
[data-v-692d2d9c] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-692d2d9c] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-692d2d9c] {
  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-692d2d9c] .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-692d2d9c] {
  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-692d2d9c] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-692d2d9c] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-692d2d9c] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-692d2d9c] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-692d2d9c] {
  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-692d2d9c] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-692d2d9c] .ant-input-number,
.config_class[data-v-692d2d9c] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-692d2d9c] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-692d2d9c] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-692d2d9c] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-692d2d9c] {
  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-692d2d9c] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-692d2d9c] .ant-input-number,
.config_class1[data-v-692d2d9c] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-692d2d9c] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-692d2d9c] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-692d2d9c] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-692d2d9c] {
  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-692d2d9c]:not(:first-child) {
  margin-left: 24px;
}
[data-v-692d2d9c] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-692d2d9c] {
  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-692d2d9c] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-692d2d9c] .ant-input-number,
.config_class_repair[data-v-692d2d9c] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-692d2d9c] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-692d2d9c] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-692d2d9c] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-692d2d9c] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
[data-v-692d2d9c] .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-d86ec048] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-d86ec048] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-d86ec048] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-d86ec048] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-d86ec048]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-d86ec048]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-d86ec048]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-d86ec048]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-d86ec048] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-d86ec048] {
  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-d86ec048],
.ant-input[disabled][data-v-d86ec048],
.ant-input-number-disabled[data-v-d86ec048],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-d86ec048],
.ant-cascader-picker-disabled[data-v-d86ec048],
.ant-input-disabled[data-v-d86ec048],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-d86ec048],
.ant-checkbox-disabled + span[data-v-d86ec048],
.ant-radio-disabled + span[data-v-d86ec048] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-d86ec048] {
  pointer-events: none;
}
#nprogress .bar[data-v-d86ec048] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-d86ec048] {
  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-d86ec048] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-d86ec048] {
  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-d86ec048 400ms linear infinite;
  animation: nprogress-spinner-data-v-d86ec048 400ms linear infinite;
}
.nprogress-custom-parent[data-v-d86ec048] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-d86ec048],
.nprogress-custom-parent #nprogress .bar[data-v-d86ec048] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-d86ec048 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-d86ec048 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-d86ec048] {
  margin: 16px 0;
}
.table-operations *[data-v-d86ec048] {
  margin-right: 10px;
}
.table-operations *[data-v-d86ec048]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-d86ec048] {
  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-d86ec048]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-d86ec048] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-d86ec048]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-d86ec048]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-d86ec048] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-d86ec048]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-d86ec048]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-d86ec048] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-d86ec048]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-d86ec048]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-d86ec048] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-d86ec048]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-d86ec048]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-d86ec048] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-d86ec048] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-d86ec048] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-d86ec048] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-d86ec048] {
  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-d86ec048] .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-d86ec048] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-d86ec048] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-d86ec048]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-d86ec048] {
    padding-left: 0;
}
}
.footer_class[data-v-d86ec048] {
  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-d86ec048] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-d86ec048] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-d86ec048] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-d86ec048] .ant-input-number,
.msgForm[data-v-d86ec048] .ant-calendar-picker {
  width: 100%;
}
[data-v-d86ec048] .ant-modal-title {
  text-align: center;
}
[data-v-d86ec048] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-d86ec048] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-d86ec048] {
  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-d86ec048] .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-d86ec048] {
  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-d86ec048] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-d86ec048] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-d86ec048] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-d86ec048] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-d86ec048] {
  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-d86ec048] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-d86ec048] .ant-input-number,
.config_class[data-v-d86ec048] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-d86ec048] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-d86ec048] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-d86ec048] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-d86ec048] {
  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-d86ec048] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-d86ec048] .ant-input-number,
.config_class1[data-v-d86ec048] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-d86ec048] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-d86ec048] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-d86ec048] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-d86ec048] {
  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-d86ec048]:not(:first-child) {
  margin-left: 24px;
}
[data-v-d86ec048] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-d86ec048] {
  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-d86ec048] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-d86ec048] .ant-input-number,
.config_class_repair[data-v-d86ec048] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-d86ec048] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-d86ec048] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-d86ec048] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-d86ec048] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
[data-v-d86ec048] .config_class .ant-btn {
  margin-top: 0px !important;
}
[data-v-d86ec048] .ant-form-item-label {
  width: 110px !important;
}
[data-v-d86ec048] .ant-form-item-control-wrapper {
  width: calc(100% - 110px) !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-43352a0e] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-43352a0e] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-43352a0e] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-43352a0e] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-43352a0e]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-43352a0e]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-43352a0e]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-43352a0e]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-43352a0e] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-43352a0e] {
  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-43352a0e],
.ant-input[disabled][data-v-43352a0e],
.ant-input-number-disabled[data-v-43352a0e],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-43352a0e],
.ant-cascader-picker-disabled[data-v-43352a0e],
.ant-input-disabled[data-v-43352a0e],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-43352a0e],
.ant-checkbox-disabled + span[data-v-43352a0e],
.ant-radio-disabled + span[data-v-43352a0e] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-43352a0e] {
  pointer-events: none;
}
#nprogress .bar[data-v-43352a0e] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-43352a0e] {
  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-43352a0e] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-43352a0e] {
  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-43352a0e 400ms linear infinite;
  animation: nprogress-spinner-data-v-43352a0e 400ms linear infinite;
}
.nprogress-custom-parent[data-v-43352a0e] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-43352a0e],
.nprogress-custom-parent #nprogress .bar[data-v-43352a0e] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-43352a0e {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-43352a0e {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-43352a0e] {
  margin: 16px 0;
}
.table-operations *[data-v-43352a0e] {
  margin-right: 10px;
}
.table-operations *[data-v-43352a0e]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-43352a0e] {
  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-43352a0e]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-43352a0e] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-43352a0e]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-43352a0e]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-43352a0e] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-43352a0e]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-43352a0e]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-43352a0e] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-43352a0e]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-43352a0e]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-43352a0e] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-43352a0e]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-43352a0e]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-43352a0e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-43352a0e] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-43352a0e] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-43352a0e] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-43352a0e] {
  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-43352a0e] .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-43352a0e] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-43352a0e] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-43352a0e]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-43352a0e] {
    padding-left: 0;
}
}
.footer_class[data-v-43352a0e] {
  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-43352a0e] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-43352a0e] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-43352a0e] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-43352a0e] .ant-input-number,
.msgForm[data-v-43352a0e] .ant-calendar-picker {
  width: 100%;
}
[data-v-43352a0e] .ant-modal-title {
  text-align: center;
}
[data-v-43352a0e] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-43352a0e] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-43352a0e] {
  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-43352a0e] .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-43352a0e] {
  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-43352a0e] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-43352a0e] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-43352a0e] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-43352a0e] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-43352a0e] {
  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-43352a0e] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-43352a0e] .ant-input-number,
.config_class[data-v-43352a0e] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-43352a0e] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-43352a0e] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-43352a0e] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-43352a0e] {
  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-43352a0e] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-43352a0e] .ant-input-number,
.config_class1[data-v-43352a0e] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-43352a0e] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-43352a0e] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-43352a0e] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-43352a0e] {
  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-43352a0e]:not(:first-child) {
  margin-left: 24px;
}
[data-v-43352a0e] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-43352a0e] {
  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-43352a0e] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-43352a0e] .ant-input-number,
.config_class_repair[data-v-43352a0e] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-43352a0e] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-43352a0e] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-43352a0e] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-43352a0e] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
.input-suffix[data-v-43352a0e] {
  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;
  width: 100%;
}
[data-v-43352a0e] .config_class .ant-btn {
  margin-top: 0px !important;
}
[data-v-43352a0e] .ant-form-item-label {
  width: 110px !important;
}
[data-v-43352a0e] .ant-form-item-control-wrapper {
  width: calc(100% - 110px) !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-42a823b4] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-42a823b4] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-42a823b4] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-42a823b4] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-42a823b4]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-42a823b4]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-42a823b4]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-42a823b4]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-42a823b4] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-42a823b4] {
  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-42a823b4],
.ant-input[disabled][data-v-42a823b4],
.ant-input-number-disabled[data-v-42a823b4],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-42a823b4],
.ant-cascader-picker-disabled[data-v-42a823b4],
.ant-input-disabled[data-v-42a823b4],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-42a823b4],
.ant-checkbox-disabled + span[data-v-42a823b4],
.ant-radio-disabled + span[data-v-42a823b4] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-42a823b4] {
  pointer-events: none;
}
#nprogress .bar[data-v-42a823b4] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-42a823b4] {
  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-42a823b4] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-42a823b4] {
  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-42a823b4 400ms linear infinite;
  animation: nprogress-spinner-data-v-42a823b4 400ms linear infinite;
}
.nprogress-custom-parent[data-v-42a823b4] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-42a823b4],
.nprogress-custom-parent #nprogress .bar[data-v-42a823b4] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-42a823b4 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-42a823b4 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-42a823b4] {
  margin: 16px 0;
}
.table-operations *[data-v-42a823b4] {
  margin-right: 10px;
}
.table-operations *[data-v-42a823b4]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-42a823b4] {
  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-42a823b4]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-42a823b4] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-42a823b4]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-42a823b4]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-42a823b4] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-42a823b4]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-42a823b4]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-42a823b4] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-42a823b4]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-42a823b4]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-42a823b4] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-42a823b4]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-42a823b4]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-42a823b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-42a823b4] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-42a823b4] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-42a823b4] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-42a823b4] {
  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-42a823b4] .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-42a823b4] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-42a823b4] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-42a823b4]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-42a823b4] {
    padding-left: 0;
}
}
.footer_class[data-v-42a823b4] {
  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-42a823b4] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-42a823b4] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-42a823b4] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-42a823b4] .ant-input-number,
.msgForm[data-v-42a823b4] .ant-calendar-picker {
  width: 100%;
}
[data-v-42a823b4] .ant-modal-title {
  text-align: center;
}
[data-v-42a823b4] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-42a823b4] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-42a823b4] {
  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-42a823b4] .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-42a823b4] {
  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-42a823b4] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-42a823b4] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-42a823b4] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-42a823b4] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-42a823b4] {
  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-42a823b4] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-42a823b4] .ant-input-number,
.config_class[data-v-42a823b4] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-42a823b4] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-42a823b4] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-42a823b4] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-42a823b4] {
  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-42a823b4] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-42a823b4] .ant-input-number,
.config_class1[data-v-42a823b4] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-42a823b4] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-42a823b4] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-42a823b4] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-42a823b4] {
  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-42a823b4]:not(:first-child) {
  margin-left: 24px;
}
[data-v-42a823b4] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-42a823b4] {
  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-42a823b4] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-42a823b4] .ant-input-number,
.config_class_repair[data-v-42a823b4] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-42a823b4] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-42a823b4] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-42a823b4] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-42a823b4] .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-047eeb57] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-047eeb57] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-047eeb57] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-047eeb57] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-047eeb57]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-047eeb57]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-047eeb57]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-047eeb57]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-047eeb57] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-047eeb57] {
  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-047eeb57],
.ant-input[disabled][data-v-047eeb57],
.ant-input-number-disabled[data-v-047eeb57],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-047eeb57],
.ant-cascader-picker-disabled[data-v-047eeb57],
.ant-input-disabled[data-v-047eeb57],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-047eeb57],
.ant-checkbox-disabled + span[data-v-047eeb57],
.ant-radio-disabled + span[data-v-047eeb57] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-047eeb57] {
  pointer-events: none;
}
#nprogress .bar[data-v-047eeb57] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-047eeb57] {
  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-047eeb57] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-047eeb57] {
  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-047eeb57 400ms linear infinite;
  animation: nprogress-spinner-data-v-047eeb57 400ms linear infinite;
}
.nprogress-custom-parent[data-v-047eeb57] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-047eeb57],
.nprogress-custom-parent #nprogress .bar[data-v-047eeb57] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-047eeb57 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-047eeb57 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-047eeb57] {
  margin: 16px 0;
}
.table-operations *[data-v-047eeb57] {
  margin-right: 10px;
}
.table-operations *[data-v-047eeb57]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-047eeb57] {
  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-047eeb57]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-047eeb57] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-047eeb57]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-047eeb57]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-047eeb57] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-047eeb57]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-047eeb57]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-047eeb57] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-047eeb57]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-047eeb57]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-047eeb57] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-047eeb57]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-047eeb57]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-047eeb57] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-047eeb57] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-047eeb57] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-047eeb57] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-047eeb57] {
  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-047eeb57] .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-047eeb57] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-047eeb57] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-047eeb57]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-047eeb57] {
    padding-left: 0;
}
}
.footer_class[data-v-047eeb57] {
  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-047eeb57] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-047eeb57] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-047eeb57] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-047eeb57] .ant-input-number,
.msgForm[data-v-047eeb57] .ant-calendar-picker {
  width: 100%;
}
[data-v-047eeb57] .ant-modal-title {
  text-align: center;
}
[data-v-047eeb57] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-047eeb57] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-047eeb57] {
  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-047eeb57] .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-047eeb57] {
  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-047eeb57] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-047eeb57] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-047eeb57] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-047eeb57] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-047eeb57] {
  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-047eeb57] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-047eeb57] .ant-input-number,
.config_class[data-v-047eeb57] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-047eeb57] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-047eeb57] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-047eeb57] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-047eeb57] {
  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-047eeb57] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-047eeb57] .ant-input-number,
.config_class1[data-v-047eeb57] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-047eeb57] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-047eeb57] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-047eeb57] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-047eeb57] {
  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-047eeb57]:not(:first-child) {
  margin-left: 24px;
}
[data-v-047eeb57] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-047eeb57] {
  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-047eeb57] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-047eeb57] .ant-input-number,
.config_class_repair[data-v-047eeb57] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-047eeb57] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-047eeb57] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-047eeb57] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-047eeb57] .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-fe291f3a] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-fe291f3a] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-fe291f3a] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-fe291f3a] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-fe291f3a]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-fe291f3a]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-fe291f3a]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-fe291f3a]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-fe291f3a] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-fe291f3a] {
  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-fe291f3a],
.ant-input[disabled][data-v-fe291f3a],
.ant-input-number-disabled[data-v-fe291f3a],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-fe291f3a],
.ant-cascader-picker-disabled[data-v-fe291f3a],
.ant-input-disabled[data-v-fe291f3a],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-fe291f3a],
.ant-checkbox-disabled + span[data-v-fe291f3a],
.ant-radio-disabled + span[data-v-fe291f3a] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-fe291f3a] {
  pointer-events: none;
}
#nprogress .bar[data-v-fe291f3a] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-fe291f3a] {
  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-fe291f3a] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-fe291f3a] {
  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-fe291f3a 400ms linear infinite;
  animation: nprogress-spinner-data-v-fe291f3a 400ms linear infinite;
}
.nprogress-custom-parent[data-v-fe291f3a] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-fe291f3a],
.nprogress-custom-parent #nprogress .bar[data-v-fe291f3a] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-fe291f3a {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-fe291f3a {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-fe291f3a] {
  margin: 16px 0;
}
.table-operations *[data-v-fe291f3a] {
  margin-right: 10px;
}
.table-operations *[data-v-fe291f3a]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-fe291f3a] {
  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-fe291f3a]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-fe291f3a] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-fe291f3a]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-fe291f3a]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-fe291f3a] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-fe291f3a]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-fe291f3a]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-fe291f3a] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-fe291f3a]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-fe291f3a]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-fe291f3a] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-fe291f3a]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-fe291f3a]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-fe291f3a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-fe291f3a] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-fe291f3a] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-fe291f3a] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-fe291f3a] {
  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-fe291f3a] .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-fe291f3a] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-fe291f3a] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-fe291f3a]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-fe291f3a] {
    padding-left: 0;
}
}
.footer_class[data-v-fe291f3a] {
  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-fe291f3a] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-fe291f3a] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-fe291f3a] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-fe291f3a] .ant-input-number,
.msgForm[data-v-fe291f3a] .ant-calendar-picker {
  width: 100%;
}
[data-v-fe291f3a] .ant-modal-title {
  text-align: center;
}
[data-v-fe291f3a] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-fe291f3a] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-fe291f3a] {
  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-fe291f3a] .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-fe291f3a] {
  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-fe291f3a] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-fe291f3a] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-fe291f3a] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-fe291f3a] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-fe291f3a] {
  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-fe291f3a] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-fe291f3a] .ant-input-number,
.config_class[data-v-fe291f3a] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-fe291f3a] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-fe291f3a] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-fe291f3a] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-fe291f3a] {
  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-fe291f3a] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-fe291f3a] .ant-input-number,
.config_class1[data-v-fe291f3a] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-fe291f3a] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-fe291f3a] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-fe291f3a] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-fe291f3a] {
  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-fe291f3a]:not(:first-child) {
  margin-left: 24px;
}
[data-v-fe291f3a] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-fe291f3a] {
  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-fe291f3a] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-fe291f3a] .ant-input-number,
.config_class_repair[data-v-fe291f3a] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-fe291f3a] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-fe291f3a] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-fe291f3a] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-fe291f3a] .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-62155296] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-62155296] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-62155296] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-62155296] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-62155296]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-62155296]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-62155296]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-62155296]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-62155296] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-62155296] {
  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-62155296],
.ant-input[disabled][data-v-62155296],
.ant-input-number-disabled[data-v-62155296],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-62155296],
.ant-cascader-picker-disabled[data-v-62155296],
.ant-input-disabled[data-v-62155296],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-62155296],
.ant-checkbox-disabled + span[data-v-62155296],
.ant-radio-disabled + span[data-v-62155296] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-62155296] {
  pointer-events: none;
}
#nprogress .bar[data-v-62155296] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-62155296] {
  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-62155296] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-62155296] {
  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-62155296 400ms linear infinite;
  animation: nprogress-spinner-data-v-62155296 400ms linear infinite;
}
.nprogress-custom-parent[data-v-62155296] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-62155296],
.nprogress-custom-parent #nprogress .bar[data-v-62155296] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-62155296 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-62155296 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-62155296] {
  margin: 16px 0;
}
.table-operations *[data-v-62155296] {
  margin-right: 10px;
}
.table-operations *[data-v-62155296]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-62155296] {
  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-62155296]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-62155296] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-62155296]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-62155296]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-62155296] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-62155296]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-62155296]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-62155296] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-62155296]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-62155296]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-62155296] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-62155296]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-62155296]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-62155296] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-62155296] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-62155296] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-62155296] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-62155296] {
  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-62155296] .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-62155296] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-62155296] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-62155296]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-62155296] {
    padding-left: 0;
}
}
.footer_class[data-v-62155296] {
  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-62155296] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-62155296] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-62155296] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-62155296] .ant-input-number,
.msgForm[data-v-62155296] .ant-calendar-picker {
  width: 100%;
}
[data-v-62155296] .ant-modal-title {
  text-align: center;
}
[data-v-62155296] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-62155296] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-62155296] {
  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-62155296] .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-62155296] {
  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-62155296] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-62155296] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-62155296] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-62155296] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-62155296] {
  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-62155296] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-62155296] .ant-input-number,
.config_class[data-v-62155296] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-62155296] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-62155296] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-62155296] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-62155296] {
  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-62155296] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-62155296] .ant-input-number,
.config_class1[data-v-62155296] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-62155296] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-62155296] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-62155296] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-62155296] {
  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-62155296]:not(:first-child) {
  margin-left: 24px;
}
[data-v-62155296] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-62155296] {
  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-62155296] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-62155296] .ant-input-number,
.config_class_repair[data-v-62155296] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-62155296] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-62155296] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-62155296] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-62155296] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
[data-v-62155296] .config_class .ant-btn {
  margin-top: 0px !important;
}
[data-v-62155296] .ant-form-item-label {
  width: 110px !important;
}
[data-v-62155296] .ant-form-item-control-wrapper {
  width: calc(100% - 110px) !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-49abb18d] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-49abb18d] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-49abb18d] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-49abb18d] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-49abb18d]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-49abb18d]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-49abb18d]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-49abb18d]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-49abb18d] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-49abb18d] {
  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-49abb18d],
.ant-input[disabled][data-v-49abb18d],
.ant-input-number-disabled[data-v-49abb18d],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-49abb18d],
.ant-cascader-picker-disabled[data-v-49abb18d],
.ant-input-disabled[data-v-49abb18d],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-49abb18d],
.ant-checkbox-disabled + span[data-v-49abb18d],
.ant-radio-disabled + span[data-v-49abb18d] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-49abb18d] {
  pointer-events: none;
}
#nprogress .bar[data-v-49abb18d] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-49abb18d] {
  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-49abb18d] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-49abb18d] {
  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-49abb18d 400ms linear infinite;
  animation: nprogress-spinner-data-v-49abb18d 400ms linear infinite;
}
.nprogress-custom-parent[data-v-49abb18d] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-49abb18d],
.nprogress-custom-parent #nprogress .bar[data-v-49abb18d] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-49abb18d {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-49abb18d {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-49abb18d] {
  margin: 16px 0;
}
.table-operations *[data-v-49abb18d] {
  margin-right: 10px;
}
.table-operations *[data-v-49abb18d]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-49abb18d] {
  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-49abb18d]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-49abb18d] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-49abb18d]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-49abb18d]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-49abb18d] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-49abb18d]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-49abb18d]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-49abb18d] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-49abb18d]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-49abb18d]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-49abb18d] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-49abb18d]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-49abb18d]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-49abb18d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-49abb18d] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-49abb18d] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-49abb18d] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-49abb18d] {
  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-49abb18d] .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-49abb18d] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-49abb18d] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-49abb18d]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-49abb18d] {
    padding-left: 0;
}
}
.footer_class[data-v-49abb18d] {
  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-49abb18d] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-49abb18d] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-49abb18d] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-49abb18d] .ant-input-number,
.msgForm[data-v-49abb18d] .ant-calendar-picker {
  width: 100%;
}
[data-v-49abb18d] .ant-modal-title {
  text-align: center;
}
[data-v-49abb18d] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-49abb18d] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-49abb18d] {
  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-49abb18d] .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-49abb18d] {
  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-49abb18d] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-49abb18d] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-49abb18d] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-49abb18d] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-49abb18d] {
  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-49abb18d] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-49abb18d] .ant-input-number,
.config_class[data-v-49abb18d] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-49abb18d] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-49abb18d] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-49abb18d] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-49abb18d] {
  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-49abb18d] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-49abb18d] .ant-input-number,
.config_class1[data-v-49abb18d] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-49abb18d] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-49abb18d] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-49abb18d] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-49abb18d] {
  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-49abb18d]:not(:first-child) {
  margin-left: 24px;
}
[data-v-49abb18d] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-49abb18d] {
  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-49abb18d] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-49abb18d] .ant-input-number,
.config_class_repair[data-v-49abb18d] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-49abb18d] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-49abb18d] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-49abb18d] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-49abb18d] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
.input-suffix[data-v-49abb18d] {
  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;
  width: 100%;
}
[data-v-49abb18d] .config_class .ant-btn {
  margin-top: 0px !important;
}
[data-v-49abb18d] .ant-form-item-label {
  width: 110px !important;
}
[data-v-49abb18d] .ant-form-item-control-wrapper {
  width: calc(100% - 110px) !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-00254c00] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-00254c00] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-00254c00] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-00254c00] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-00254c00]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-00254c00]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-00254c00]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-00254c00]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-00254c00] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-00254c00] {
  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-00254c00],
.ant-input[disabled][data-v-00254c00],
.ant-input-number-disabled[data-v-00254c00],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-00254c00],
.ant-cascader-picker-disabled[data-v-00254c00],
.ant-input-disabled[data-v-00254c00],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-00254c00],
.ant-checkbox-disabled + span[data-v-00254c00],
.ant-radio-disabled + span[data-v-00254c00] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-00254c00] {
  pointer-events: none;
}
#nprogress .bar[data-v-00254c00] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-00254c00] {
  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-00254c00] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-00254c00] {
  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-00254c00 400ms linear infinite;
  animation: nprogress-spinner-data-v-00254c00 400ms linear infinite;
}
.nprogress-custom-parent[data-v-00254c00] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-00254c00],
.nprogress-custom-parent #nprogress .bar[data-v-00254c00] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-00254c00 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-00254c00 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-00254c00] {
  margin: 16px 0;
}
.table-operations *[data-v-00254c00] {
  margin-right: 10px;
}
.table-operations *[data-v-00254c00]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-00254c00] {
  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-00254c00]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-00254c00] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-00254c00]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-00254c00]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-00254c00] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-00254c00]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-00254c00]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-00254c00] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-00254c00]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-00254c00]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-00254c00] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-00254c00]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-00254c00]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-00254c00] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-00254c00] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-00254c00] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-00254c00] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-00254c00] {
  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-00254c00] .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-00254c00] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-00254c00] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-00254c00]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-00254c00] {
    padding-left: 0;
}
}
.footer_class[data-v-00254c00] {
  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-00254c00] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-00254c00] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-00254c00] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-00254c00] .ant-input-number,
.msgForm[data-v-00254c00] .ant-calendar-picker {
  width: 100%;
}
[data-v-00254c00] .ant-modal-title {
  text-align: center;
}
[data-v-00254c00] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-00254c00] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-00254c00] {
  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-00254c00] .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-00254c00] {
  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-00254c00] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-00254c00] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-00254c00] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-00254c00] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-00254c00] {
  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-00254c00] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-00254c00] .ant-input-number,
.config_class[data-v-00254c00] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-00254c00] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-00254c00] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-00254c00] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-00254c00] {
  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-00254c00] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-00254c00] .ant-input-number,
.config_class1[data-v-00254c00] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-00254c00] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-00254c00] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-00254c00] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-00254c00] {
  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-00254c00]:not(:first-child) {
  margin-left: 24px;
}
[data-v-00254c00] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-00254c00] {
  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-00254c00] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-00254c00] .ant-input-number,
.config_class_repair[data-v-00254c00] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-00254c00] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-00254c00] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-00254c00] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-00254c00] .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-ecfbe2ba] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-ecfbe2ba] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-ecfbe2ba] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-ecfbe2ba] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-ecfbe2ba]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-ecfbe2ba]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-ecfbe2ba]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-ecfbe2ba]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-ecfbe2ba] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-ecfbe2ba] {
  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-ecfbe2ba],
.ant-input[disabled][data-v-ecfbe2ba],
.ant-input-number-disabled[data-v-ecfbe2ba],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-ecfbe2ba],
.ant-cascader-picker-disabled[data-v-ecfbe2ba],
.ant-input-disabled[data-v-ecfbe2ba],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-ecfbe2ba],
.ant-checkbox-disabled + span[data-v-ecfbe2ba],
.ant-radio-disabled + span[data-v-ecfbe2ba] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-ecfbe2ba] {
  pointer-events: none;
}
#nprogress .bar[data-v-ecfbe2ba] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-ecfbe2ba] {
  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-ecfbe2ba] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-ecfbe2ba] {
  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-ecfbe2ba 400ms linear infinite;
  animation: nprogress-spinner-data-v-ecfbe2ba 400ms linear infinite;
}
.nprogress-custom-parent[data-v-ecfbe2ba] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-ecfbe2ba],
.nprogress-custom-parent #nprogress .bar[data-v-ecfbe2ba] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-ecfbe2ba {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-ecfbe2ba {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-ecfbe2ba] {
  margin: 16px 0;
}
.table-operations *[data-v-ecfbe2ba] {
  margin-right: 10px;
}
.table-operations *[data-v-ecfbe2ba]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-ecfbe2ba] {
  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-ecfbe2ba]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-ecfbe2ba] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-ecfbe2ba]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-ecfbe2ba]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-ecfbe2ba] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-ecfbe2ba]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-ecfbe2ba]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-ecfbe2ba] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-ecfbe2ba]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-ecfbe2ba]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-ecfbe2ba] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-ecfbe2ba]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-ecfbe2ba]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-ecfbe2ba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-ecfbe2ba] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-ecfbe2ba] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-ecfbe2ba] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-ecfbe2ba] {
  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-ecfbe2ba] .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-ecfbe2ba] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-ecfbe2ba] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-ecfbe2ba]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-ecfbe2ba] {
    padding-left: 0;
}
}
.footer_class[data-v-ecfbe2ba] {
  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-ecfbe2ba] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-ecfbe2ba] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-ecfbe2ba] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-ecfbe2ba] .ant-input-number,
.msgForm[data-v-ecfbe2ba] .ant-calendar-picker {
  width: 100%;
}
[data-v-ecfbe2ba] .ant-modal-title {
  text-align: center;
}
[data-v-ecfbe2ba] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-ecfbe2ba] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-ecfbe2ba] {
  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-ecfbe2ba] .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-ecfbe2ba] {
  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-ecfbe2ba] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-ecfbe2ba] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-ecfbe2ba] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-ecfbe2ba] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-ecfbe2ba] {
  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-ecfbe2ba] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-ecfbe2ba] .ant-input-number,
.config_class[data-v-ecfbe2ba] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-ecfbe2ba] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-ecfbe2ba] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-ecfbe2ba] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-ecfbe2ba] {
  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-ecfbe2ba] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-ecfbe2ba] .ant-input-number,
.config_class1[data-v-ecfbe2ba] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-ecfbe2ba] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-ecfbe2ba] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-ecfbe2ba] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-ecfbe2ba] {
  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-ecfbe2ba]:not(:first-child) {
  margin-left: 24px;
}
[data-v-ecfbe2ba] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-ecfbe2ba] {
  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-ecfbe2ba] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-ecfbe2ba] .ant-input-number,
.config_class_repair[data-v-ecfbe2ba] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-ecfbe2ba] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-ecfbe2ba] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-ecfbe2ba] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-ecfbe2ba] .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-07be1d2d] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-07be1d2d] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-07be1d2d] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-07be1d2d] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-07be1d2d]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-07be1d2d]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-07be1d2d]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-07be1d2d]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-07be1d2d] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-07be1d2d] {
  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-07be1d2d],
.ant-input[disabled][data-v-07be1d2d],
.ant-input-number-disabled[data-v-07be1d2d],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-07be1d2d],
.ant-cascader-picker-disabled[data-v-07be1d2d],
.ant-input-disabled[data-v-07be1d2d],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-07be1d2d],
.ant-checkbox-disabled + span[data-v-07be1d2d],
.ant-radio-disabled + span[data-v-07be1d2d] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-07be1d2d] {
  pointer-events: none;
}
#nprogress .bar[data-v-07be1d2d] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-07be1d2d] {
  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-07be1d2d] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-07be1d2d] {
  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-07be1d2d 400ms linear infinite;
  animation: nprogress-spinner-data-v-07be1d2d 400ms linear infinite;
}
.nprogress-custom-parent[data-v-07be1d2d] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-07be1d2d],
.nprogress-custom-parent #nprogress .bar[data-v-07be1d2d] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-07be1d2d {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-07be1d2d {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-07be1d2d] {
  margin: 16px 0;
}
.table-operations *[data-v-07be1d2d] {
  margin-right: 10px;
}
.table-operations *[data-v-07be1d2d]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-07be1d2d] {
  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-07be1d2d]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-07be1d2d] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-07be1d2d]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-07be1d2d]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-07be1d2d] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-07be1d2d]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-07be1d2d]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-07be1d2d] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-07be1d2d]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-07be1d2d]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-07be1d2d] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-07be1d2d]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-07be1d2d]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-07be1d2d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-07be1d2d] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-07be1d2d] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-07be1d2d] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-07be1d2d] {
  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-07be1d2d] .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-07be1d2d] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-07be1d2d] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-07be1d2d]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-07be1d2d] {
    padding-left: 0;
}
}
.footer_class[data-v-07be1d2d] {
  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-07be1d2d] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-07be1d2d] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-07be1d2d] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-07be1d2d] .ant-input-number,
.msgForm[data-v-07be1d2d] .ant-calendar-picker {
  width: 100%;
}
[data-v-07be1d2d] .ant-modal-title {
  text-align: center;
}
[data-v-07be1d2d] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-07be1d2d] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-07be1d2d] {
  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-07be1d2d] .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-07be1d2d] {
  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-07be1d2d] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-07be1d2d] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-07be1d2d] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-07be1d2d] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-07be1d2d] {
  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-07be1d2d] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-07be1d2d] .ant-input-number,
.config_class[data-v-07be1d2d] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-07be1d2d] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-07be1d2d] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-07be1d2d] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-07be1d2d] {
  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-07be1d2d] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-07be1d2d] .ant-input-number,
.config_class1[data-v-07be1d2d] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-07be1d2d] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-07be1d2d] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-07be1d2d] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-07be1d2d] {
  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-07be1d2d]:not(:first-child) {
  margin-left: 24px;
}
[data-v-07be1d2d] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-07be1d2d] {
  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-07be1d2d] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-07be1d2d] .ant-input-number,
.config_class_repair[data-v-07be1d2d] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-07be1d2d] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-07be1d2d] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-07be1d2d] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-07be1d2d] .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-2dfe2f2f] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-2dfe2f2f] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-2dfe2f2f] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-2dfe2f2f] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-2dfe2f2f]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-2dfe2f2f]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-2dfe2f2f]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-2dfe2f2f]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-2dfe2f2f] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-2dfe2f2f] {
  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-2dfe2f2f],
.ant-input[disabled][data-v-2dfe2f2f],
.ant-input-number-disabled[data-v-2dfe2f2f],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-2dfe2f2f],
.ant-cascader-picker-disabled[data-v-2dfe2f2f],
.ant-input-disabled[data-v-2dfe2f2f],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-2dfe2f2f],
.ant-checkbox-disabled + span[data-v-2dfe2f2f],
.ant-radio-disabled + span[data-v-2dfe2f2f] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-2dfe2f2f] {
  pointer-events: none;
}
#nprogress .bar[data-v-2dfe2f2f] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-2dfe2f2f] {
  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-2dfe2f2f] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-2dfe2f2f] {
  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-2dfe2f2f 400ms linear infinite;
  animation: nprogress-spinner-data-v-2dfe2f2f 400ms linear infinite;
}
.nprogress-custom-parent[data-v-2dfe2f2f] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-2dfe2f2f],
.nprogress-custom-parent #nprogress .bar[data-v-2dfe2f2f] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-2dfe2f2f {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-2dfe2f2f {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-2dfe2f2f] {
  margin: 16px 0;
}
.table-operations *[data-v-2dfe2f2f] {
  margin-right: 10px;
}
.table-operations *[data-v-2dfe2f2f]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-2dfe2f2f] {
  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-2dfe2f2f]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-2dfe2f2f] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-2dfe2f2f]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-2dfe2f2f]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-2dfe2f2f] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-2dfe2f2f]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-2dfe2f2f]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-2dfe2f2f] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-2dfe2f2f]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-2dfe2f2f]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-2dfe2f2f] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-2dfe2f2f]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-2dfe2f2f]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-2dfe2f2f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-2dfe2f2f] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-2dfe2f2f] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-2dfe2f2f] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-2dfe2f2f] {
  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-2dfe2f2f] .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-2dfe2f2f] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-2dfe2f2f] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-2dfe2f2f]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-2dfe2f2f] {
    padding-left: 0;
}
}
.footer_class[data-v-2dfe2f2f] {
  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-2dfe2f2f] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-2dfe2f2f] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-2dfe2f2f] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-2dfe2f2f] .ant-input-number,
.msgForm[data-v-2dfe2f2f] .ant-calendar-picker {
  width: 100%;
}
[data-v-2dfe2f2f] .ant-modal-title {
  text-align: center;
}
[data-v-2dfe2f2f] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-2dfe2f2f] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-2dfe2f2f] {
  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-2dfe2f2f] .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-2dfe2f2f] {
  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-2dfe2f2f] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-2dfe2f2f] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-2dfe2f2f] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-2dfe2f2f] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-2dfe2f2f] {
  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-2dfe2f2f] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-2dfe2f2f] .ant-input-number,
.config_class[data-v-2dfe2f2f] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-2dfe2f2f] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-2dfe2f2f] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-2dfe2f2f] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-2dfe2f2f] {
  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-2dfe2f2f] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-2dfe2f2f] .ant-input-number,
.config_class1[data-v-2dfe2f2f] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-2dfe2f2f] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-2dfe2f2f] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-2dfe2f2f] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-2dfe2f2f] {
  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-2dfe2f2f]:not(:first-child) {
  margin-left: 24px;
}
[data-v-2dfe2f2f] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-2dfe2f2f] {
  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-2dfe2f2f] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-2dfe2f2f] .ant-input-number,
.config_class_repair[data-v-2dfe2f2f] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-2dfe2f2f] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-2dfe2f2f] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-2dfe2f2f] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-2dfe2f2f] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
[data-v-2dfe2f2f] .config_class .ant-btn {
  margin-top: 0px !important;
}
[data-v-2dfe2f2f] .ant-form-item-label {
  width: 110px !important;
}
[data-v-2dfe2f2f] .ant-form-item-control-wrapper {
  width: calc(100% - 110px) !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-4730fd4e] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-4730fd4e] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-4730fd4e] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-4730fd4e] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-4730fd4e]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-4730fd4e]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-4730fd4e]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-4730fd4e]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-4730fd4e] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-4730fd4e] {
  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-4730fd4e],
.ant-input[disabled][data-v-4730fd4e],
.ant-input-number-disabled[data-v-4730fd4e],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-4730fd4e],
.ant-cascader-picker-disabled[data-v-4730fd4e],
.ant-input-disabled[data-v-4730fd4e],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-4730fd4e],
.ant-checkbox-disabled + span[data-v-4730fd4e],
.ant-radio-disabled + span[data-v-4730fd4e] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-4730fd4e] {
  pointer-events: none;
}
#nprogress .bar[data-v-4730fd4e] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-4730fd4e] {
  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-4730fd4e] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-4730fd4e] {
  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-4730fd4e 400ms linear infinite;
  animation: nprogress-spinner-data-v-4730fd4e 400ms linear infinite;
}
.nprogress-custom-parent[data-v-4730fd4e] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-4730fd4e],
.nprogress-custom-parent #nprogress .bar[data-v-4730fd4e] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-4730fd4e {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-4730fd4e {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-4730fd4e] {
  margin: 16px 0;
}
.table-operations *[data-v-4730fd4e] {
  margin-right: 10px;
}
.table-operations *[data-v-4730fd4e]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-4730fd4e] {
  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-4730fd4e]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-4730fd4e] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-4730fd4e]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-4730fd4e]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-4730fd4e] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-4730fd4e]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-4730fd4e]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-4730fd4e] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-4730fd4e]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-4730fd4e]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-4730fd4e] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-4730fd4e]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-4730fd4e]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-4730fd4e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-4730fd4e] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-4730fd4e] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-4730fd4e] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-4730fd4e] {
  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-4730fd4e] .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-4730fd4e] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-4730fd4e] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-4730fd4e]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-4730fd4e] {
    padding-left: 0;
}
}
.footer_class[data-v-4730fd4e] {
  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-4730fd4e] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-4730fd4e] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-4730fd4e] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-4730fd4e] .ant-input-number,
.msgForm[data-v-4730fd4e] .ant-calendar-picker {
  width: 100%;
}
[data-v-4730fd4e] .ant-modal-title {
  text-align: center;
}
[data-v-4730fd4e] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-4730fd4e] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-4730fd4e] {
  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-4730fd4e] .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-4730fd4e] {
  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-4730fd4e] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-4730fd4e] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-4730fd4e] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-4730fd4e] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-4730fd4e] {
  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-4730fd4e] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-4730fd4e] .ant-input-number,
.config_class[data-v-4730fd4e] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-4730fd4e] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-4730fd4e] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-4730fd4e] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-4730fd4e] {
  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-4730fd4e] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-4730fd4e] .ant-input-number,
.config_class1[data-v-4730fd4e] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-4730fd4e] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-4730fd4e] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-4730fd4e] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-4730fd4e] {
  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-4730fd4e]:not(:first-child) {
  margin-left: 24px;
}
[data-v-4730fd4e] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-4730fd4e] {
  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-4730fd4e] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-4730fd4e] .ant-input-number,
.config_class_repair[data-v-4730fd4e] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-4730fd4e] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-4730fd4e] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-4730fd4e] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-4730fd4e] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
.input-suffix[data-v-4730fd4e] {
  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;
  width: 100%;
}
[data-v-4730fd4e] .config_class .ant-btn {
  margin-top: 0px !important;
}
[data-v-4730fd4e] .ant-form-item-label {
  width: 105px !important;
}
[data-v-4730fd4e] .ant-form-item-control-wrapper {
  width: calc(100% - 105px) !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-01b78571] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-01b78571] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-01b78571] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-01b78571] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-01b78571]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-01b78571]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-01b78571]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-01b78571]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-01b78571] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-01b78571] {
  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-01b78571],
.ant-input[disabled][data-v-01b78571],
.ant-input-number-disabled[data-v-01b78571],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-01b78571],
.ant-cascader-picker-disabled[data-v-01b78571],
.ant-input-disabled[data-v-01b78571],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-01b78571],
.ant-checkbox-disabled + span[data-v-01b78571],
.ant-radio-disabled + span[data-v-01b78571] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-01b78571] {
  pointer-events: none;
}
#nprogress .bar[data-v-01b78571] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-01b78571] {
  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-01b78571] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-01b78571] {
  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-01b78571 400ms linear infinite;
  animation: nprogress-spinner-data-v-01b78571 400ms linear infinite;
}
.nprogress-custom-parent[data-v-01b78571] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-01b78571],
.nprogress-custom-parent #nprogress .bar[data-v-01b78571] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-01b78571 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-01b78571 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-01b78571] {
  margin: 16px 0;
}
.table-operations *[data-v-01b78571] {
  margin-right: 10px;
}
.table-operations *[data-v-01b78571]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-01b78571] {
  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-01b78571]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-01b78571] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-01b78571]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-01b78571]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-01b78571] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-01b78571]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-01b78571]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-01b78571] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-01b78571]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-01b78571]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-01b78571] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-01b78571]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-01b78571]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-01b78571] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-01b78571] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-01b78571] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-01b78571] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-01b78571] {
  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-01b78571] .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-01b78571] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-01b78571] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-01b78571]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-01b78571] {
    padding-left: 0;
}
}
.footer_class[data-v-01b78571] {
  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-01b78571] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-01b78571] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-01b78571] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-01b78571] .ant-input-number,
.msgForm[data-v-01b78571] .ant-calendar-picker {
  width: 100%;
}
[data-v-01b78571] .ant-modal-title {
  text-align: center;
}
[data-v-01b78571] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-01b78571] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-01b78571] {
  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-01b78571] .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-01b78571] {
  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-01b78571] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-01b78571] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-01b78571] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-01b78571] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-01b78571] {
  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-01b78571] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-01b78571] .ant-input-number,
.config_class[data-v-01b78571] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-01b78571] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-01b78571] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-01b78571] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-01b78571] {
  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-01b78571] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-01b78571] .ant-input-number,
.config_class1[data-v-01b78571] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-01b78571] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-01b78571] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-01b78571] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-01b78571] {
  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-01b78571]:not(:first-child) {
  margin-left: 24px;
}
[data-v-01b78571] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-01b78571] {
  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-01b78571] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-01b78571] .ant-input-number,
.config_class_repair[data-v-01b78571] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-01b78571] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-01b78571] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-01b78571] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-01b78571] .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-7d3d3a6a] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-7d3d3a6a] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-7d3d3a6a] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-7d3d3a6a] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-7d3d3a6a]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-7d3d3a6a]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-7d3d3a6a]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-7d3d3a6a]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-7d3d3a6a] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-7d3d3a6a] {
  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-7d3d3a6a],
.ant-input[disabled][data-v-7d3d3a6a],
.ant-input-number-disabled[data-v-7d3d3a6a],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-7d3d3a6a],
.ant-cascader-picker-disabled[data-v-7d3d3a6a],
.ant-input-disabled[data-v-7d3d3a6a],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-7d3d3a6a],
.ant-checkbox-disabled + span[data-v-7d3d3a6a],
.ant-radio-disabled + span[data-v-7d3d3a6a] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-7d3d3a6a] {
  pointer-events: none;
}
#nprogress .bar[data-v-7d3d3a6a] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-7d3d3a6a] {
  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-7d3d3a6a] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-7d3d3a6a] {
  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-7d3d3a6a 400ms linear infinite;
  animation: nprogress-spinner-data-v-7d3d3a6a 400ms linear infinite;
}
.nprogress-custom-parent[data-v-7d3d3a6a] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-7d3d3a6a],
.nprogress-custom-parent #nprogress .bar[data-v-7d3d3a6a] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-7d3d3a6a {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-7d3d3a6a {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-7d3d3a6a] {
  margin: 16px 0;
}
.table-operations *[data-v-7d3d3a6a] {
  margin-right: 10px;
}
.table-operations *[data-v-7d3d3a6a]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-7d3d3a6a] {
  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-7d3d3a6a]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-7d3d3a6a] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-7d3d3a6a]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-7d3d3a6a]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-7d3d3a6a] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-7d3d3a6a]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-7d3d3a6a]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-7d3d3a6a] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-7d3d3a6a]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-7d3d3a6a]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-7d3d3a6a] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-7d3d3a6a]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-7d3d3a6a]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-7d3d3a6a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-7d3d3a6a] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-7d3d3a6a] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-7d3d3a6a] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-7d3d3a6a] {
  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-7d3d3a6a] .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-7d3d3a6a] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-7d3d3a6a] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-7d3d3a6a]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-7d3d3a6a] {
    padding-left: 0;
}
}
.footer_class[data-v-7d3d3a6a] {
  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-7d3d3a6a] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-7d3d3a6a] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-7d3d3a6a] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-7d3d3a6a] .ant-input-number,
.msgForm[data-v-7d3d3a6a] .ant-calendar-picker {
  width: 100%;
}
[data-v-7d3d3a6a] .ant-modal-title {
  text-align: center;
}
[data-v-7d3d3a6a] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-7d3d3a6a] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-7d3d3a6a] {
  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-7d3d3a6a] .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-7d3d3a6a] {
  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-7d3d3a6a] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-7d3d3a6a] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-7d3d3a6a] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-7d3d3a6a] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-7d3d3a6a] {
  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-7d3d3a6a] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-7d3d3a6a] .ant-input-number,
.config_class[data-v-7d3d3a6a] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-7d3d3a6a] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-7d3d3a6a] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-7d3d3a6a] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-7d3d3a6a] {
  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-7d3d3a6a] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-7d3d3a6a] .ant-input-number,
.config_class1[data-v-7d3d3a6a] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-7d3d3a6a] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-7d3d3a6a] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-7d3d3a6a] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-7d3d3a6a] {
  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-7d3d3a6a]:not(:first-child) {
  margin-left: 24px;
}
[data-v-7d3d3a6a] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-7d3d3a6a] {
  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-7d3d3a6a] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-7d3d3a6a] .ant-input-number,
.config_class_repair[data-v-7d3d3a6a] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-7d3d3a6a] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-7d3d3a6a] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-7d3d3a6a] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-7d3d3a6a] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
[data-v-7d3d3a6a] .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-68bbc98f] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-68bbc98f] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-68bbc98f] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-68bbc98f] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-68bbc98f]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-68bbc98f]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-68bbc98f]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-68bbc98f]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-68bbc98f] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-68bbc98f] {
  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-68bbc98f],
.ant-input[disabled][data-v-68bbc98f],
.ant-input-number-disabled[data-v-68bbc98f],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-68bbc98f],
.ant-cascader-picker-disabled[data-v-68bbc98f],
.ant-input-disabled[data-v-68bbc98f],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-68bbc98f],
.ant-checkbox-disabled + span[data-v-68bbc98f],
.ant-radio-disabled + span[data-v-68bbc98f] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-68bbc98f] {
  pointer-events: none;
}
#nprogress .bar[data-v-68bbc98f] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-68bbc98f] {
  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-68bbc98f] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-68bbc98f] {
  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-68bbc98f 400ms linear infinite;
  animation: nprogress-spinner-data-v-68bbc98f 400ms linear infinite;
}
.nprogress-custom-parent[data-v-68bbc98f] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-68bbc98f],
.nprogress-custom-parent #nprogress .bar[data-v-68bbc98f] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-68bbc98f {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-68bbc98f {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-68bbc98f] {
  margin: 16px 0;
}
.table-operations *[data-v-68bbc98f] {
  margin-right: 10px;
}
.table-operations *[data-v-68bbc98f]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-68bbc98f] {
  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-68bbc98f]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-68bbc98f] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-68bbc98f]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-68bbc98f]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-68bbc98f] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-68bbc98f]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-68bbc98f]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-68bbc98f] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-68bbc98f]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-68bbc98f]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-68bbc98f] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-68bbc98f]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-68bbc98f]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-68bbc98f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-68bbc98f] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-68bbc98f] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-68bbc98f] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-68bbc98f] {
  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-68bbc98f] .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-68bbc98f] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-68bbc98f] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-68bbc98f]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-68bbc98f] {
    padding-left: 0;
}
}
.footer_class[data-v-68bbc98f] {
  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-68bbc98f] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-68bbc98f] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-68bbc98f] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-68bbc98f] .ant-input-number,
.msgForm[data-v-68bbc98f] .ant-calendar-picker {
  width: 100%;
}
[data-v-68bbc98f] .ant-modal-title {
  text-align: center;
}
[data-v-68bbc98f] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-68bbc98f] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-68bbc98f] {
  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-68bbc98f] .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-68bbc98f] {
  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-68bbc98f] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-68bbc98f] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-68bbc98f] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-68bbc98f] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-68bbc98f] {
  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-68bbc98f] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-68bbc98f] .ant-input-number,
.config_class[data-v-68bbc98f] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-68bbc98f] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-68bbc98f] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-68bbc98f] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-68bbc98f] {
  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-68bbc98f] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-68bbc98f] .ant-input-number,
.config_class1[data-v-68bbc98f] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-68bbc98f] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-68bbc98f] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-68bbc98f] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-68bbc98f] {
  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-68bbc98f]:not(:first-child) {
  margin-left: 24px;
}
[data-v-68bbc98f] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-68bbc98f] {
  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-68bbc98f] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-68bbc98f] .ant-input-number,
.config_class_repair[data-v-68bbc98f] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-68bbc98f] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-68bbc98f] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-68bbc98f] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-68bbc98f] .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-cc103fca] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-cc103fca] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-cc103fca] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-cc103fca] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-cc103fca]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-cc103fca]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-cc103fca]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-cc103fca]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-cc103fca] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-cc103fca] {
  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-cc103fca],
.ant-input[disabled][data-v-cc103fca],
.ant-input-number-disabled[data-v-cc103fca],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-cc103fca],
.ant-cascader-picker-disabled[data-v-cc103fca],
.ant-input-disabled[data-v-cc103fca],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-cc103fca],
.ant-checkbox-disabled + span[data-v-cc103fca],
.ant-radio-disabled + span[data-v-cc103fca] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-cc103fca] {
  pointer-events: none;
}
#nprogress .bar[data-v-cc103fca] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-cc103fca] {
  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-cc103fca] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-cc103fca] {
  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-cc103fca 400ms linear infinite;
  animation: nprogress-spinner-data-v-cc103fca 400ms linear infinite;
}
.nprogress-custom-parent[data-v-cc103fca] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-cc103fca],
.nprogress-custom-parent #nprogress .bar[data-v-cc103fca] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-cc103fca {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-cc103fca {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-cc103fca] {
  margin: 16px 0;
}
.table-operations *[data-v-cc103fca] {
  margin-right: 10px;
}
.table-operations *[data-v-cc103fca]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-cc103fca] {
  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-cc103fca]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-cc103fca] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-cc103fca]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-cc103fca]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-cc103fca] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-cc103fca]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-cc103fca]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-cc103fca] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-cc103fca]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-cc103fca]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-cc103fca] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-cc103fca]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-cc103fca]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-cc103fca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-cc103fca] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-cc103fca] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-cc103fca] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-cc103fca] {
  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-cc103fca] .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-cc103fca] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-cc103fca] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-cc103fca]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-cc103fca] {
    padding-left: 0;
}
}
.footer_class[data-v-cc103fca] {
  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-cc103fca] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-cc103fca] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-cc103fca] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-cc103fca] .ant-input-number,
.msgForm[data-v-cc103fca] .ant-calendar-picker {
  width: 100%;
}
[data-v-cc103fca] .ant-modal-title {
  text-align: center;
}
[data-v-cc103fca] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-cc103fca] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-cc103fca] {
  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-cc103fca] .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-cc103fca] {
  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-cc103fca] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-cc103fca] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-cc103fca] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-cc103fca] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-cc103fca] {
  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-cc103fca] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-cc103fca] .ant-input-number,
.config_class[data-v-cc103fca] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-cc103fca] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-cc103fca] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-cc103fca] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-cc103fca] {
  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-cc103fca] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-cc103fca] .ant-input-number,
.config_class1[data-v-cc103fca] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-cc103fca] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-cc103fca] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-cc103fca] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-cc103fca] {
  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-cc103fca]:not(:first-child) {
  margin-left: 24px;
}
[data-v-cc103fca] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-cc103fca] {
  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-cc103fca] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-cc103fca] .ant-input-number,
.config_class_repair[data-v-cc103fca] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-cc103fca] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-cc103fca] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-cc103fca] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-cc103fca] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
[data-v-cc103fca] .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-1e884f64] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-1e884f64] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-1e884f64] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-1e884f64] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-1e884f64]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-1e884f64]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-1e884f64]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-1e884f64]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-1e884f64] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-1e884f64] {
  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-1e884f64],
.ant-input[disabled][data-v-1e884f64],
.ant-input-number-disabled[data-v-1e884f64],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-1e884f64],
.ant-cascader-picker-disabled[data-v-1e884f64],
.ant-input-disabled[data-v-1e884f64],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-1e884f64],
.ant-checkbox-disabled + span[data-v-1e884f64],
.ant-radio-disabled + span[data-v-1e884f64] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-1e884f64] {
  pointer-events: none;
}
#nprogress .bar[data-v-1e884f64] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-1e884f64] {
  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-1e884f64] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-1e884f64] {
  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-1e884f64 400ms linear infinite;
  animation: nprogress-spinner-data-v-1e884f64 400ms linear infinite;
}
.nprogress-custom-parent[data-v-1e884f64] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-1e884f64],
.nprogress-custom-parent #nprogress .bar[data-v-1e884f64] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-1e884f64 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-1e884f64 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-1e884f64] {
  margin: 16px 0;
}
.table-operations *[data-v-1e884f64] {
  margin-right: 10px;
}
.table-operations *[data-v-1e884f64]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-1e884f64] {
  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-1e884f64]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-1e884f64] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-1e884f64]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-1e884f64]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-1e884f64] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-1e884f64]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-1e884f64]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-1e884f64] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-1e884f64]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-1e884f64]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-1e884f64] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-1e884f64]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-1e884f64]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-1e884f64] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-1e884f64] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-1e884f64] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-1e884f64] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-1e884f64] {
  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-1e884f64] .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-1e884f64] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-1e884f64] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-1e884f64]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-1e884f64] {
    padding-left: 0;
}
}
.footer_class[data-v-1e884f64] {
  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-1e884f64] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-1e884f64] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-1e884f64] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-1e884f64] .ant-input-number,
.msgForm[data-v-1e884f64] .ant-calendar-picker {
  width: 100%;
}
[data-v-1e884f64] .ant-modal-title {
  text-align: center;
}
[data-v-1e884f64] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-1e884f64] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-1e884f64] {
  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-1e884f64] .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-1e884f64] {
  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-1e884f64] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-1e884f64] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-1e884f64] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-1e884f64] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-1e884f64] {
  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-1e884f64] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-1e884f64] .ant-input-number,
.config_class[data-v-1e884f64] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-1e884f64] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-1e884f64] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-1e884f64] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-1e884f64] {
  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-1e884f64] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-1e884f64] .ant-input-number,
.config_class1[data-v-1e884f64] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-1e884f64] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-1e884f64] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-1e884f64] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-1e884f64] {
  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-1e884f64]:not(:first-child) {
  margin-left: 24px;
}
[data-v-1e884f64] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-1e884f64] {
  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-1e884f64] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-1e884f64] .ant-input-number,
.config_class_repair[data-v-1e884f64] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-1e884f64] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-1e884f64] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-1e884f64] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-1e884f64] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
[data-v-1e884f64] .ant-form-item-label {
  width: 120px !important;
}
[data-v-1e884f64] .ant-form-item-control-wrapper {
  width: calc(100% - 120px) !important;
}
[data-v-1e884f64] .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-ec552b28] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-ec552b28] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-ec552b28] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-ec552b28] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-ec552b28]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-ec552b28]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-ec552b28]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-ec552b28]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-ec552b28] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-ec552b28] {
  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-ec552b28],
.ant-input[disabled][data-v-ec552b28],
.ant-input-number-disabled[data-v-ec552b28],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-ec552b28],
.ant-cascader-picker-disabled[data-v-ec552b28],
.ant-input-disabled[data-v-ec552b28],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-ec552b28],
.ant-checkbox-disabled + span[data-v-ec552b28],
.ant-radio-disabled + span[data-v-ec552b28] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-ec552b28] {
  pointer-events: none;
}
#nprogress .bar[data-v-ec552b28] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-ec552b28] {
  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-ec552b28] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-ec552b28] {
  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-ec552b28 400ms linear infinite;
  animation: nprogress-spinner-data-v-ec552b28 400ms linear infinite;
}
.nprogress-custom-parent[data-v-ec552b28] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-ec552b28],
.nprogress-custom-parent #nprogress .bar[data-v-ec552b28] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-ec552b28 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-ec552b28 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-ec552b28] {
  margin: 16px 0;
}
.table-operations *[data-v-ec552b28] {
  margin-right: 10px;
}
.table-operations *[data-v-ec552b28]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-ec552b28] {
  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-ec552b28]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-ec552b28] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-ec552b28]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-ec552b28]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-ec552b28] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-ec552b28]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-ec552b28]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-ec552b28] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-ec552b28]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-ec552b28]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-ec552b28] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-ec552b28]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-ec552b28]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-ec552b28] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-ec552b28] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-ec552b28] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-ec552b28] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-ec552b28] {
  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-ec552b28] .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-ec552b28] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-ec552b28] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-ec552b28]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-ec552b28] {
    padding-left: 0;
}
}
.footer_class[data-v-ec552b28] {
  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-ec552b28] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-ec552b28] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-ec552b28] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-ec552b28] .ant-input-number,
.msgForm[data-v-ec552b28] .ant-calendar-picker {
  width: 100%;
}
[data-v-ec552b28] .ant-modal-title {
  text-align: center;
}
[data-v-ec552b28] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-ec552b28] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-ec552b28] {
  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-ec552b28] .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-ec552b28] {
  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-ec552b28] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-ec552b28] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-ec552b28] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-ec552b28] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-ec552b28] {
  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-ec552b28] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-ec552b28] .ant-input-number,
.config_class[data-v-ec552b28] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-ec552b28] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-ec552b28] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-ec552b28] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-ec552b28] {
  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-ec552b28] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-ec552b28] .ant-input-number,
.config_class1[data-v-ec552b28] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-ec552b28] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-ec552b28] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-ec552b28] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-ec552b28] {
  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-ec552b28]:not(:first-child) {
  margin-left: 24px;
}
[data-v-ec552b28] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-ec552b28] {
  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-ec552b28] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-ec552b28] .ant-input-number,
.config_class_repair[data-v-ec552b28] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-ec552b28] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-ec552b28] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-ec552b28] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-ec552b28] .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-b486485e] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-b486485e] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-b486485e] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-b486485e] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-b486485e]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-b486485e]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-b486485e]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-b486485e]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-b486485e] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-b486485e] {
  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-b486485e],
.ant-input[disabled][data-v-b486485e],
.ant-input-number-disabled[data-v-b486485e],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-b486485e],
.ant-cascader-picker-disabled[data-v-b486485e],
.ant-input-disabled[data-v-b486485e],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-b486485e],
.ant-checkbox-disabled + span[data-v-b486485e],
.ant-radio-disabled + span[data-v-b486485e] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-b486485e] {
  pointer-events: none;
}
#nprogress .bar[data-v-b486485e] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-b486485e] {
  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-b486485e] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-b486485e] {
  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-b486485e 400ms linear infinite;
  animation: nprogress-spinner-data-v-b486485e 400ms linear infinite;
}
.nprogress-custom-parent[data-v-b486485e] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-b486485e],
.nprogress-custom-parent #nprogress .bar[data-v-b486485e] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-b486485e {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-b486485e {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-b486485e] {
  margin: 16px 0;
}
.table-operations *[data-v-b486485e] {
  margin-right: 10px;
}
.table-operations *[data-v-b486485e]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-b486485e] {
  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-b486485e]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-b486485e] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-b486485e]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-b486485e]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-b486485e] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-b486485e]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-b486485e]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-b486485e] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-b486485e]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-b486485e]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-b486485e] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-b486485e]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-b486485e]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-b486485e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-b486485e] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-b486485e] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-b486485e] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-b486485e] {
  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-b486485e] .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-b486485e] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-b486485e] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-b486485e]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-b486485e] {
    padding-left: 0;
}
}
.footer_class[data-v-b486485e] {
  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-b486485e] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-b486485e] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-b486485e] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-b486485e] .ant-input-number,
.msgForm[data-v-b486485e] .ant-calendar-picker {
  width: 100%;
}
[data-v-b486485e] .ant-modal-title {
  text-align: center;
}
[data-v-b486485e] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-b486485e] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-b486485e] {
  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-b486485e] .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-b486485e] {
  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-b486485e] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-b486485e] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-b486485e] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-b486485e] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-b486485e] {
  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-b486485e] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-b486485e] .ant-input-number,
.config_class[data-v-b486485e] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-b486485e] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-b486485e] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-b486485e] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-b486485e] {
  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-b486485e] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-b486485e] .ant-input-number,
.config_class1[data-v-b486485e] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-b486485e] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-b486485e] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-b486485e] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-b486485e] {
  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-b486485e]:not(:first-child) {
  margin-left: 24px;
}
[data-v-b486485e] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-b486485e] {
  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-b486485e] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-b486485e] .ant-input-number,
.config_class_repair[data-v-b486485e] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-b486485e] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-b486485e] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-b486485e] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-b486485e] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
[data-v-b486485e] .ant-form-item-label {
  width: 120px !important;
}
[data-v-b486485e] .ant-form-item-control-wrapper {
  width: calc(100% - 120px) !important;
}
.estimated-cost[data-v-b486485e] .ant-form-item-label > label::after {
  content: '';
  position: relative;
  top: 0;
  margin: 0;
}
[data-v-b486485e] .config_class .ant-btn {
  margin-top: 0px !important;
}
.d-f-c[data-v-b486485e] {
  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-b486485e] {
  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-706cab03] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-706cab03] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-706cab03] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-706cab03] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-706cab03]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-706cab03]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-706cab03]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-706cab03]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-706cab03] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-706cab03] {
  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-706cab03],
.ant-input[disabled][data-v-706cab03],
.ant-input-number-disabled[data-v-706cab03],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-706cab03],
.ant-cascader-picker-disabled[data-v-706cab03],
.ant-input-disabled[data-v-706cab03],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-706cab03],
.ant-checkbox-disabled + span[data-v-706cab03],
.ant-radio-disabled + span[data-v-706cab03] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-706cab03] {
  pointer-events: none;
}
#nprogress .bar[data-v-706cab03] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-706cab03] {
  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-706cab03] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-706cab03] {
  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-706cab03 400ms linear infinite;
  animation: nprogress-spinner-data-v-706cab03 400ms linear infinite;
}
.nprogress-custom-parent[data-v-706cab03] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-706cab03],
.nprogress-custom-parent #nprogress .bar[data-v-706cab03] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-706cab03 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-706cab03 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-706cab03] {
  margin: 16px 0;
}
.table-operations *[data-v-706cab03] {
  margin-right: 10px;
}
.table-operations *[data-v-706cab03]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-706cab03] {
  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-706cab03]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-706cab03] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-706cab03]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-706cab03]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-706cab03] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-706cab03]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-706cab03]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-706cab03] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-706cab03]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-706cab03]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-706cab03] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-706cab03]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-706cab03]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-706cab03] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-706cab03] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-706cab03] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-706cab03] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-706cab03] {
  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-706cab03] .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-706cab03] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-706cab03] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-706cab03]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-706cab03] {
    padding-left: 0;
}
}
.footer_class[data-v-706cab03] {
  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-706cab03] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-706cab03] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-706cab03] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-706cab03] .ant-input-number,
.msgForm[data-v-706cab03] .ant-calendar-picker {
  width: 100%;
}
[data-v-706cab03] .ant-modal-title {
  text-align: center;
}
[data-v-706cab03] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-706cab03] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-706cab03] {
  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-706cab03] .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-706cab03] {
  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-706cab03] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-706cab03] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-706cab03] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-706cab03] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-706cab03] {
  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-706cab03] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-706cab03] .ant-input-number,
.config_class[data-v-706cab03] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-706cab03] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-706cab03] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-706cab03] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-706cab03] {
  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-706cab03] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-706cab03] .ant-input-number,
.config_class1[data-v-706cab03] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-706cab03] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-706cab03] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-706cab03] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-706cab03] {
  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-706cab03]:not(:first-child) {
  margin-left: 24px;
}
[data-v-706cab03] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-706cab03] {
  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-706cab03] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-706cab03] .ant-input-number,
.config_class_repair[data-v-706cab03] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-706cab03] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-706cab03] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-706cab03] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-706cab03] .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-5811e4fa] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-5811e4fa] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-5811e4fa] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-5811e4fa] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-5811e4fa]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-5811e4fa]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-5811e4fa]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-5811e4fa]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-5811e4fa] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-5811e4fa] {
  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-5811e4fa],
.ant-input[disabled][data-v-5811e4fa],
.ant-input-number-disabled[data-v-5811e4fa],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-5811e4fa],
.ant-cascader-picker-disabled[data-v-5811e4fa],
.ant-input-disabled[data-v-5811e4fa],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-5811e4fa],
.ant-checkbox-disabled + span[data-v-5811e4fa],
.ant-radio-disabled + span[data-v-5811e4fa] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-5811e4fa] {
  pointer-events: none;
}
#nprogress .bar[data-v-5811e4fa] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-5811e4fa] {
  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-5811e4fa] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-5811e4fa] {
  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-5811e4fa 400ms linear infinite;
  animation: nprogress-spinner-data-v-5811e4fa 400ms linear infinite;
}
.nprogress-custom-parent[data-v-5811e4fa] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-5811e4fa],
.nprogress-custom-parent #nprogress .bar[data-v-5811e4fa] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-5811e4fa {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-5811e4fa {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-5811e4fa] {
  margin: 16px 0;
}
.table-operations *[data-v-5811e4fa] {
  margin-right: 10px;
}
.table-operations *[data-v-5811e4fa]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-5811e4fa] {
  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-5811e4fa]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-5811e4fa] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-5811e4fa]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-5811e4fa]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-5811e4fa] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-5811e4fa]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-5811e4fa]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-5811e4fa] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-5811e4fa]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-5811e4fa]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-5811e4fa] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-5811e4fa]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-5811e4fa]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-5811e4fa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-5811e4fa] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-5811e4fa] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-5811e4fa] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-5811e4fa] {
  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-5811e4fa] .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-5811e4fa] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-5811e4fa] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-5811e4fa]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-5811e4fa] {
    padding-left: 0;
}
}
.footer_class[data-v-5811e4fa] {
  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-5811e4fa] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-5811e4fa] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-5811e4fa] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-5811e4fa] .ant-input-number,
.msgForm[data-v-5811e4fa] .ant-calendar-picker {
  width: 100%;
}
[data-v-5811e4fa] .ant-modal-title {
  text-align: center;
}
[data-v-5811e4fa] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-5811e4fa] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-5811e4fa] {
  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-5811e4fa] .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-5811e4fa] {
  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-5811e4fa] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-5811e4fa] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-5811e4fa] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-5811e4fa] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-5811e4fa] {
  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-5811e4fa] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-5811e4fa] .ant-input-number,
.config_class[data-v-5811e4fa] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-5811e4fa] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-5811e4fa] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-5811e4fa] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-5811e4fa] {
  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-5811e4fa] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-5811e4fa] .ant-input-number,
.config_class1[data-v-5811e4fa] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-5811e4fa] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-5811e4fa] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-5811e4fa] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-5811e4fa] {
  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-5811e4fa]:not(:first-child) {
  margin-left: 24px;
}
[data-v-5811e4fa] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-5811e4fa] {
  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-5811e4fa] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-5811e4fa] .ant-input-number,
.config_class_repair[data-v-5811e4fa] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-5811e4fa] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-5811e4fa] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-5811e4fa] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-5811e4fa] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
.record-warp[data-v-5811e4fa] {
  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-5811e4fa] {
  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-cfe81764] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-cfe81764] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-cfe81764] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-cfe81764] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-cfe81764]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-cfe81764]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-cfe81764]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-cfe81764]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-cfe81764] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-cfe81764] {
  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-cfe81764],
.ant-input[disabled][data-v-cfe81764],
.ant-input-number-disabled[data-v-cfe81764],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-cfe81764],
.ant-cascader-picker-disabled[data-v-cfe81764],
.ant-input-disabled[data-v-cfe81764],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-cfe81764],
.ant-checkbox-disabled + span[data-v-cfe81764],
.ant-radio-disabled + span[data-v-cfe81764] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-cfe81764] {
  pointer-events: none;
}
#nprogress .bar[data-v-cfe81764] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-cfe81764] {
  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-cfe81764] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-cfe81764] {
  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-cfe81764 400ms linear infinite;
  animation: nprogress-spinner-data-v-cfe81764 400ms linear infinite;
}
.nprogress-custom-parent[data-v-cfe81764] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-cfe81764],
.nprogress-custom-parent #nprogress .bar[data-v-cfe81764] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-cfe81764 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-cfe81764 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-cfe81764] {
  margin: 16px 0;
}
.table-operations *[data-v-cfe81764] {
  margin-right: 10px;
}
.table-operations *[data-v-cfe81764]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-cfe81764] {
  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-cfe81764]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-cfe81764] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-cfe81764]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-cfe81764]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-cfe81764] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-cfe81764]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-cfe81764]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-cfe81764] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-cfe81764]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-cfe81764]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-cfe81764] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-cfe81764]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-cfe81764]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-cfe81764] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-cfe81764] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-cfe81764] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-cfe81764] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-cfe81764] {
  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-cfe81764] .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-cfe81764] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-cfe81764] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-cfe81764]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-cfe81764] {
    padding-left: 0;
}
}
.footer_class[data-v-cfe81764] {
  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-cfe81764] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-cfe81764] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-cfe81764] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-cfe81764] .ant-input-number,
.msgForm[data-v-cfe81764] .ant-calendar-picker {
  width: 100%;
}
[data-v-cfe81764] .ant-modal-title {
  text-align: center;
}
[data-v-cfe81764] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-cfe81764] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-cfe81764] {
  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-cfe81764] .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-cfe81764] {
  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-cfe81764] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-cfe81764] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-cfe81764] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-cfe81764] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-cfe81764] {
  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-cfe81764] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-cfe81764] .ant-input-number,
.config_class[data-v-cfe81764] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-cfe81764] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-cfe81764] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-cfe81764] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-cfe81764] {
  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-cfe81764] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-cfe81764] .ant-input-number,
.config_class1[data-v-cfe81764] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-cfe81764] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-cfe81764] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-cfe81764] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-cfe81764] {
  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-cfe81764]:not(:first-child) {
  margin-left: 24px;
}
[data-v-cfe81764] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-cfe81764] {
  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-cfe81764] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-cfe81764] .ant-input-number,
.config_class_repair[data-v-cfe81764] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-cfe81764] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-cfe81764] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-cfe81764] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-cfe81764] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
[data-v-cfe81764] .ant-form-item-label {
  width: 120px !important;
}
[data-v-cfe81764] .ant-form-item-control-wrapper {
  width: calc(100% - 120px) !important;
}
[data-v-cfe81764] .config_class .ant-btn {
  margin-top: 0 !important;
}
.d-f-c[data-v-cfe81764] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.d-f-c .ant-form-item[data-v-cfe81764] {
  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-7e0e6f45] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-7e0e6f45] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-7e0e6f45] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-7e0e6f45] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-7e0e6f45]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-7e0e6f45]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-7e0e6f45]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-7e0e6f45]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-7e0e6f45] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-7e0e6f45] {
  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-7e0e6f45],
.ant-input[disabled][data-v-7e0e6f45],
.ant-input-number-disabled[data-v-7e0e6f45],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-7e0e6f45],
.ant-cascader-picker-disabled[data-v-7e0e6f45],
.ant-input-disabled[data-v-7e0e6f45],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-7e0e6f45],
.ant-checkbox-disabled + span[data-v-7e0e6f45],
.ant-radio-disabled + span[data-v-7e0e6f45] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-7e0e6f45] {
  pointer-events: none;
}
#nprogress .bar[data-v-7e0e6f45] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-7e0e6f45] {
  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-7e0e6f45] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-7e0e6f45] {
  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-7e0e6f45 400ms linear infinite;
  animation: nprogress-spinner-data-v-7e0e6f45 400ms linear infinite;
}
.nprogress-custom-parent[data-v-7e0e6f45] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-7e0e6f45],
.nprogress-custom-parent #nprogress .bar[data-v-7e0e6f45] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-7e0e6f45 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-7e0e6f45 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.footerItem_class[data-v-7e0e6f45] {
  margin-top: 30px;
  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-7e0e6f45]:first-child {
  margin-right: 20px;
}
.confirm-pq[data-v-7e0e6f45] {
  margin-top: 10px;
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
}
.confirm-pq span[data-v-7e0e6f45] {
  font-size: 15px;
  font-weight: bold;
}
.confirm-text[data-v-7e0e6f45] {
  margin-top: 10px;
  width: 100%;
  height: 100%;
  color: red;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}

/* 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-ef4e2f7a] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-ef4e2f7a] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-ef4e2f7a] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-ef4e2f7a] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-ef4e2f7a]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-ef4e2f7a]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-ef4e2f7a]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-ef4e2f7a]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-ef4e2f7a] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-ef4e2f7a] {
  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-ef4e2f7a],
.ant-input[disabled][data-v-ef4e2f7a],
.ant-input-number-disabled[data-v-ef4e2f7a],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-ef4e2f7a],
.ant-cascader-picker-disabled[data-v-ef4e2f7a],
.ant-input-disabled[data-v-ef4e2f7a],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-ef4e2f7a],
.ant-checkbox-disabled + span[data-v-ef4e2f7a],
.ant-radio-disabled + span[data-v-ef4e2f7a] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-ef4e2f7a] {
  pointer-events: none;
}
#nprogress .bar[data-v-ef4e2f7a] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-ef4e2f7a] {
  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-ef4e2f7a] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-ef4e2f7a] {
  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-ef4e2f7a 400ms linear infinite;
  animation: nprogress-spinner-data-v-ef4e2f7a 400ms linear infinite;
}
.nprogress-custom-parent[data-v-ef4e2f7a] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-ef4e2f7a],
.nprogress-custom-parent #nprogress .bar[data-v-ef4e2f7a] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-ef4e2f7a {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-ef4e2f7a {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.footerItem_class[data-v-ef4e2f7a] {
  margin-top: 30px;
  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-ef4e2f7a]:first-child {
  margin-right: 20px;
}
.confirm-pq[data-v-ef4e2f7a] {
  margin-top: 10px;
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
}
.confirm-pq span[data-v-ef4e2f7a] {
  font-size: 15px;
  font-weight: bold;
}
.confirm-text[data-v-ef4e2f7a] {
  margin-top: 10px;
  width: 100%;
  height: 100%;
  color: red;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}

/* 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-0e52e37e] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-0e52e37e] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-0e52e37e] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-0e52e37e] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-0e52e37e]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-0e52e37e]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-0e52e37e]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-0e52e37e]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-0e52e37e] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-0e52e37e] {
  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-0e52e37e],
.ant-input[disabled][data-v-0e52e37e],
.ant-input-number-disabled[data-v-0e52e37e],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-0e52e37e],
.ant-cascader-picker-disabled[data-v-0e52e37e],
.ant-input-disabled[data-v-0e52e37e],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-0e52e37e],
.ant-checkbox-disabled + span[data-v-0e52e37e],
.ant-radio-disabled + span[data-v-0e52e37e] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-0e52e37e] {
  pointer-events: none;
}
#nprogress .bar[data-v-0e52e37e] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-0e52e37e] {
  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-0e52e37e] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-0e52e37e] {
  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-0e52e37e 400ms linear infinite;
  animation: nprogress-spinner-data-v-0e52e37e 400ms linear infinite;
}
.nprogress-custom-parent[data-v-0e52e37e] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-0e52e37e],
.nprogress-custom-parent #nprogress .bar[data-v-0e52e37e] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-0e52e37e {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-0e52e37e {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-0e52e37e] {
  margin: 16px 0;
}
.table-operations *[data-v-0e52e37e] {
  margin-right: 10px;
}
.table-operations *[data-v-0e52e37e]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-0e52e37e] {
  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-0e52e37e]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-0e52e37e] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-0e52e37e]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-0e52e37e]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-0e52e37e] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-0e52e37e]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-0e52e37e]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-0e52e37e] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-0e52e37e]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-0e52e37e]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-0e52e37e] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-0e52e37e]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-0e52e37e]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-0e52e37e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-0e52e37e] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-0e52e37e] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-0e52e37e] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-0e52e37e] {
  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-0e52e37e] .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-0e52e37e] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-0e52e37e] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-0e52e37e]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-0e52e37e] {
    padding-left: 0;
}
}
.footer_class[data-v-0e52e37e] {
  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-0e52e37e] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-0e52e37e] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-0e52e37e] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-0e52e37e] .ant-input-number,
.msgForm[data-v-0e52e37e] .ant-calendar-picker {
  width: 100%;
}
[data-v-0e52e37e] .ant-modal-title {
  text-align: center;
}
[data-v-0e52e37e] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-0e52e37e] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-0e52e37e] {
  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-0e52e37e] .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-0e52e37e] {
  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-0e52e37e] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-0e52e37e] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-0e52e37e] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-0e52e37e] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-0e52e37e] {
  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-0e52e37e] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-0e52e37e] .ant-input-number,
.config_class[data-v-0e52e37e] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-0e52e37e] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-0e52e37e] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-0e52e37e] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-0e52e37e] {
  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-0e52e37e] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-0e52e37e] .ant-input-number,
.config_class1[data-v-0e52e37e] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-0e52e37e] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-0e52e37e] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-0e52e37e] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-0e52e37e] {
  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-0e52e37e]:not(:first-child) {
  margin-left: 24px;
}
[data-v-0e52e37e] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-0e52e37e] {
  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-0e52e37e] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-0e52e37e] .ant-input-number,
.config_class_repair[data-v-0e52e37e] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-0e52e37e] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-0e52e37e] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-0e52e37e] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-0e52e37e] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}


.center {
  margin-top: 10px;
  margin-left: 7%;
  margin-right: 7%
}
.content-right .ant-descriptions-item-content {
  float: right;
}

/* 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-08810808] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-08810808] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-08810808] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-08810808] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-08810808]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-08810808]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-08810808]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-08810808]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-08810808] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-08810808] {
  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-08810808],
.ant-input[disabled][data-v-08810808],
.ant-input-number-disabled[data-v-08810808],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-08810808],
.ant-cascader-picker-disabled[data-v-08810808],
.ant-input-disabled[data-v-08810808],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-08810808],
.ant-checkbox-disabled + span[data-v-08810808],
.ant-radio-disabled + span[data-v-08810808] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-08810808] {
  pointer-events: none;
}
#nprogress .bar[data-v-08810808] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-08810808] {
  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-08810808] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-08810808] {
  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-08810808 400ms linear infinite;
  animation: nprogress-spinner-data-v-08810808 400ms linear infinite;
}
.nprogress-custom-parent[data-v-08810808] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-08810808],
.nprogress-custom-parent #nprogress .bar[data-v-08810808] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-08810808 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-08810808 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-08810808] {
  margin: 16px 0;
}
.table-operations *[data-v-08810808] {
  margin-right: 10px;
}
.table-operations *[data-v-08810808]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-08810808] {
  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-08810808]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-08810808] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-08810808]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-08810808]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-08810808] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-08810808]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-08810808]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-08810808] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-08810808]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-08810808]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-08810808] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-08810808]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-08810808]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-08810808] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-08810808] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-08810808] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-08810808] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-08810808] {
  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-08810808] .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-08810808] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-08810808] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-08810808]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-08810808] {
    padding-left: 0;
}
}
.footer_class[data-v-08810808] {
  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-08810808] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-08810808] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-08810808] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-08810808] .ant-input-number,
.msgForm[data-v-08810808] .ant-calendar-picker {
  width: 100%;
}
[data-v-08810808] .ant-modal-title {
  text-align: center;
}
[data-v-08810808] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-08810808] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-08810808] {
  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-08810808] .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-08810808] {
  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-08810808] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-08810808] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-08810808] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-08810808] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-08810808] {
  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-08810808] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-08810808] .ant-input-number,
.config_class[data-v-08810808] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-08810808] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-08810808] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-08810808] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-08810808] {
  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-08810808] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-08810808] .ant-input-number,
.config_class1[data-v-08810808] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-08810808] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-08810808] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-08810808] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-08810808] {
  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-08810808]:not(:first-child) {
  margin-left: 24px;
}
[data-v-08810808] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-08810808] {
  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-08810808] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-08810808] .ant-input-number,
.config_class_repair[data-v-08810808] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-08810808] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-08810808] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-08810808] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-08810808] .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-659308af] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-659308af] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-659308af] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-659308af] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-659308af]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-659308af]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-659308af]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-659308af]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-659308af] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-659308af] {
  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-659308af],
.ant-input[disabled][data-v-659308af],
.ant-input-number-disabled[data-v-659308af],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-659308af],
.ant-cascader-picker-disabled[data-v-659308af],
.ant-input-disabled[data-v-659308af],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-659308af],
.ant-checkbox-disabled + span[data-v-659308af],
.ant-radio-disabled + span[data-v-659308af] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-659308af] {
  pointer-events: none;
}
#nprogress .bar[data-v-659308af] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-659308af] {
  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-659308af] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-659308af] {
  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-659308af 400ms linear infinite;
  animation: nprogress-spinner-data-v-659308af 400ms linear infinite;
}
.nprogress-custom-parent[data-v-659308af] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-659308af],
.nprogress-custom-parent #nprogress .bar[data-v-659308af] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-659308af {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-659308af {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-659308af] {
  margin: 16px 0;
}
.table-operations *[data-v-659308af] {
  margin-right: 10px;
}
.table-operations *[data-v-659308af]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-659308af] {
  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-659308af]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-659308af] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-659308af]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-659308af]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-659308af] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-659308af]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-659308af]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-659308af] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-659308af]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-659308af]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-659308af] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-659308af]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-659308af]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-659308af] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-659308af] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-659308af] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-659308af] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-659308af] {
  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-659308af] .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-659308af] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-659308af] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-659308af]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-659308af] {
    padding-left: 0;
}
}
.footer_class[data-v-659308af] {
  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-659308af] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-659308af] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-659308af] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-659308af] .ant-input-number,
.msgForm[data-v-659308af] .ant-calendar-picker {
  width: 100%;
}
[data-v-659308af] .ant-modal-title {
  text-align: center;
}
[data-v-659308af] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-659308af] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-659308af] {
  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-659308af] .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-659308af] {
  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-659308af] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-659308af] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-659308af] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-659308af] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-659308af] {
  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-659308af] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-659308af] .ant-input-number,
.config_class[data-v-659308af] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-659308af] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-659308af] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-659308af] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-659308af] {
  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-659308af] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-659308af] .ant-input-number,
.config_class1[data-v-659308af] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-659308af] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-659308af] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-659308af] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-659308af] {
  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-659308af]:not(:first-child) {
  margin-left: 24px;
}
[data-v-659308af] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-659308af] {
  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-659308af] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-659308af] .ant-input-number,
.config_class_repair[data-v-659308af] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-659308af] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-659308af] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-659308af] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-659308af] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
.operation_class span[data-v-659308af] {
  margin-right: 8px;
}
.output[data-v-659308af] .ant-form-item-control-wrapper {
  width: 350px !important;
  padding-left: 100px;
}
.pinpai_class[data-v-659308af] .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
.CarOtherMsg[data-v-659308af] {
  margin-left: 10px;
}
.CarOtherMsg .CarOtherMsgItem[data-v-659308af] {
  margin-right: 20px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
}
.more[data-v-659308af] {
  width: 900px !important;
}

