/* 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-11462eb4] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-11462eb4] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-11462eb4] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-11462eb4] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-11462eb4]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-11462eb4]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-11462eb4]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-11462eb4]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-11462eb4] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-11462eb4] {
  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-11462eb4],
.ant-input[disabled][data-v-11462eb4],
.ant-input-number-disabled[data-v-11462eb4],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-11462eb4],
.ant-cascader-picker-disabled[data-v-11462eb4],
.ant-input-disabled[data-v-11462eb4],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-11462eb4],
.ant-checkbox-disabled + span[data-v-11462eb4],
.ant-radio-disabled + span[data-v-11462eb4] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-11462eb4] {
  pointer-events: none;
}
#nprogress .bar[data-v-11462eb4] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-11462eb4] {
  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-11462eb4] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-11462eb4] {
  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-11462eb4 400ms linear infinite;
  animation: nprogress-spinner-data-v-11462eb4 400ms linear infinite;
}
.nprogress-custom-parent[data-v-11462eb4] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-11462eb4],
.nprogress-custom-parent #nprogress .bar[data-v-11462eb4] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-11462eb4 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-11462eb4 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.tip-layout[data-v-11462eb4] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: fixed;
  right: 0;
  z-index: 100;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 600px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.tip-layout.close[data-v-11462eb4] {
  -webkit-transform: translateX(calc(100% - 40px));
          transform: translateX(calc(100% - 40px));
}
.tip-layout[data-v-11462eb4]::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 40px;
  background: white;
  content: " ";
  display: block;
}
.tip-layout .tip-layout-control[data-v-11462eb4] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 5px 0 0 5px;
  background: #13c2c2;
  color: #fff;
  -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  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;
  font-size: 22px;
}
.tip-layout .tip-layout-wrapper[data-v-11462eb4] {
  background: white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px dashed #13c2c2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: rgba(19, 194, 194, 0.1);
  padding: 10px;
  font-size: 12px;
  z-index: 101;
}
.tip-layout .tip-layout-wrapper-title[data-v-11462eb4] {
  color: #13c2c2;
  font-weight: bold;
  margin-bottom: 4px;
}

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

/* 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-57afab0c] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-57afab0c] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-57afab0c] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-57afab0c] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-57afab0c]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-57afab0c]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-57afab0c]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-57afab0c]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-57afab0c] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-57afab0c] {
  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-57afab0c],
.ant-input[disabled][data-v-57afab0c],
.ant-input-number-disabled[data-v-57afab0c],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-57afab0c],
.ant-cascader-picker-disabled[data-v-57afab0c],
.ant-input-disabled[data-v-57afab0c],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-57afab0c],
.ant-checkbox-disabled + span[data-v-57afab0c],
.ant-radio-disabled + span[data-v-57afab0c] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-57afab0c] {
  pointer-events: none;
}
#nprogress .bar[data-v-57afab0c] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-57afab0c] {
  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-57afab0c] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-57afab0c] {
  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-57afab0c 400ms linear infinite;
  animation: nprogress-spinner-data-v-57afab0c 400ms linear infinite;
}
.nprogress-custom-parent[data-v-57afab0c] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-57afab0c],
.nprogress-custom-parent #nprogress .bar[data-v-57afab0c] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-57afab0c {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-57afab0c {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
/*@import url("../../../theme/custom");*/
.flex[data-v-57afab0c] .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
}
.search-form[data-v-57afab0c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form[data-v-57afab0c] .ant-form-item {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form[data-v-57afab0c] .ant-form-item-label {
  width: 100px;
}
.search-form[data-v-57afab0c] .ant-form-item-control-wrapper {
  width: 100%;
}
[data-v-57afab0c] .ant-modal-title {
  text-align: 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-33099568] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-33099568] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-33099568] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-33099568] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-33099568]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-33099568]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-33099568]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-33099568]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-33099568] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-33099568] {
  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-33099568],
.ant-input[disabled][data-v-33099568],
.ant-input-number-disabled[data-v-33099568],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-33099568],
.ant-cascader-picker-disabled[data-v-33099568],
.ant-input-disabled[data-v-33099568],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-33099568],
.ant-checkbox-disabled + span[data-v-33099568],
.ant-radio-disabled + span[data-v-33099568] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-33099568] {
  pointer-events: none;
}
#nprogress .bar[data-v-33099568] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-33099568] {
  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-33099568] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-33099568] {
  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-33099568 400ms linear infinite;
  animation: nprogress-spinner-data-v-33099568 400ms linear infinite;
}
.nprogress-custom-parent[data-v-33099568] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-33099568],
.nprogress-custom-parent #nprogress .bar[data-v-33099568] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-33099568 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-33099568 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-33099568] {
  margin: 16px 0;
}
.table-operations *[data-v-33099568] {
  margin-right: 10px;
}
.table-operations *[data-v-33099568]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-33099568] {
  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-33099568]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-33099568] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-33099568]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-33099568]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-33099568] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-33099568]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-33099568]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-33099568] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-33099568]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-33099568]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-33099568] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-33099568]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-33099568]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-33099568] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-33099568] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-33099568] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-33099568] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-33099568] {
  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-33099568] .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-33099568] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-33099568] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-33099568]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-33099568] {
    padding-left: 0;
}
}
.footer_class[data-v-33099568] {
  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-33099568] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-33099568] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-33099568] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-33099568] .ant-input-number,
.msgForm[data-v-33099568] .ant-calendar-picker {
  width: 100%;
}
[data-v-33099568] .ant-modal-title {
  text-align: center;
}
[data-v-33099568] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-33099568] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-33099568] {
  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-33099568] .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-33099568] {
  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-33099568] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-33099568] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-33099568] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-33099568] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-33099568] {
  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-33099568] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-33099568] .ant-input-number,
.config_class[data-v-33099568] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-33099568] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-33099568] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-33099568] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-33099568] {
  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-33099568] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-33099568] .ant-input-number,
.config_class1[data-v-33099568] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-33099568] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-33099568] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-33099568] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-33099568] {
  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-33099568]:not(:first-child) {
  margin-left: 24px;
}
[data-v-33099568] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-33099568] {
  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-33099568] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-33099568] .ant-input-number,
.config_class_repair[data-v-33099568] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-33099568] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-33099568] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-33099568] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-33099568] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
.iconClass[data-v-33099568] svg {
  font-size: 14px !important;
}
.photoItem[data-v-33099568] {
  width: 100%;
}
.photoItem[data-v-33099568] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.photo_class[data-v-33099568] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
}
.photo_class[data-v-33099568] .ant-upload.ant-upload-select-picture-card {
  width: 80px;
  height: 80px;
}
.photo_class[data-v-33099568] .ant-upload-list-picture-card-container {
  width: 80px;
  height: 80px;
}
.photo_class[data-v-33099568] .ant-upload.ant-upload-select-picture {
  width: 80px;
  height: 80px;
}
.photo_class[data-v-33099568] .ant-upload-list-picture-card .ant-upload-list-item {
  width: 80px;
  height: 80px;
}
.photo_class .photo_class .ant-row .ant-form-item[data-v-33099568] {
  width: 100%;
}
.photo_class[data-v-33099568] .ant-form-item-control-wrapper {
  width: 100%;
}
.feiyong[data-v-33099568] .ant-form-item-control-wrapper {
  width: calc(100% - 100px) !important;
}
.feiyong[data-v-33099568] .ant-form-item-children {
  width: calc(100% - 100px) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feiyong[data-v-33099568] .ant-form-item-children .ant-input-number {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.feiyong[data-v-33099568] .ant-form-item-children .ant-input {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.config_class2[data-v-33099568] {
  width: 98%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 15px;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.config_class2[data-v-33099568] .ant-form-item {
  margin: 0px !important;
}
.config_class2[data-v-33099568] .ant-form-item-label {
  width: 85px;
}
.config_class2[data-v-33099568] .ant-form-item-control-wrapper {
  width: 300px;
}
.config_class2[data-v-33099568] .ant-btn {
  margin-top: 8px !important;
}
.desc_class[data-v-33099568] {
  width: 600px;
}
.desc_class[data-v-33099568] .ant-form-item-control-wrapper {
  width: 85%;
}
.config_class1[data-v-33099568] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-33099568] .ant-form-item-control-wrapper {
  width: 250px;
}
.config_class1[data-v-33099568] .ant-radio-wrapper {
  margin-right: 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-33099568] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-33099568] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-33099568] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-33099568] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-33099568]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-33099568]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-33099568]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-33099568]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-33099568] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-33099568] {
  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-33099568],
.ant-input[disabled][data-v-33099568],
.ant-input-number-disabled[data-v-33099568],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-33099568],
.ant-cascader-picker-disabled[data-v-33099568],
.ant-input-disabled[data-v-33099568],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-33099568],
.ant-checkbox-disabled + span[data-v-33099568],
.ant-radio-disabled + span[data-v-33099568] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-33099568] {
  pointer-events: none;
}
#nprogress .bar[data-v-33099568] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-33099568] {
  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-33099568] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-33099568] {
  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-33099568 400ms linear infinite;
  animation: nprogress-spinner-data-v-33099568 400ms linear infinite;
}
.nprogress-custom-parent[data-v-33099568] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-33099568],
.nprogress-custom-parent #nprogress .bar[data-v-33099568] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-33099568 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-33099568 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-33099568] {
  margin: 16px 0;
}
.table-operations *[data-v-33099568] {
  margin-right: 10px;
}
.table-operations *[data-v-33099568]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-33099568] {
  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-33099568]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-33099568] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-33099568]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-33099568]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-33099568] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-33099568]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-33099568]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-33099568] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-33099568]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-33099568]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-33099568] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-33099568]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-33099568]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-33099568] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-33099568] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-33099568] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-33099568] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-33099568] {
  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-33099568] .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-33099568] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-33099568] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-33099568]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-33099568] {
    padding-left: 0;
}
}
.footer_class[data-v-33099568] {
  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-33099568] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-33099568] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-33099568] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-33099568] .ant-input-number,
.msgForm[data-v-33099568] .ant-calendar-picker {
  width: 100%;
}
[data-v-33099568] .ant-modal-title {
  text-align: center;
}
[data-v-33099568] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-33099568] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-33099568] {
  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-33099568] .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-33099568] {
  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-33099568] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-33099568] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-33099568] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-33099568] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-33099568] {
  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-33099568] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-33099568] .ant-input-number,
.config_class[data-v-33099568] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-33099568] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-33099568] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-33099568] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-33099568] {
  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-33099568] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-33099568] .ant-input-number,
.config_class1[data-v-33099568] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-33099568] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-33099568] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-33099568] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-33099568] {
  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-33099568]:not(:first-child) {
  margin-left: 24px;
}
[data-v-33099568] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-33099568] {
  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-33099568] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-33099568] .ant-input-number,
.config_class_repair[data-v-33099568] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-33099568] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-33099568] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-33099568] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-33099568] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
.imgUrl_class[data-v-33099568] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  /* width: 80px; */
}
.car_config_class[data-v-33099568] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  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-33099568] .ant-form-item {
  margin: 0px !important;
}
.car_config_class[data-v-33099568] .ant-input-number,
.car_config_class[data-v-33099568] .ant-calendar-picker {
  min-width: 100% !important;
}
.car_config_class[data-v-33099568] .ant-form-item-label {
  width: 88px;
}
.car_config_class[data-v-33099568] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.car_config_class[data-v-33099568] .ant-btn {
  margin-top: 8px !important;
}
/* .img {
  border: solid 1px red;
  flex-shrink: 1;
} */
.d-f-c[data-v-33099568] {
  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-33099568] {
  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-eb6f8602] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-eb6f8602] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-eb6f8602] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-eb6f8602] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-eb6f8602]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-eb6f8602]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-eb6f8602]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-eb6f8602]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-eb6f8602] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-eb6f8602] {
  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-eb6f8602],
.ant-input[disabled][data-v-eb6f8602],
.ant-input-number-disabled[data-v-eb6f8602],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-eb6f8602],
.ant-cascader-picker-disabled[data-v-eb6f8602],
.ant-input-disabled[data-v-eb6f8602],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-eb6f8602],
.ant-checkbox-disabled + span[data-v-eb6f8602],
.ant-radio-disabled + span[data-v-eb6f8602] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-eb6f8602] {
  pointer-events: none;
}
#nprogress .bar[data-v-eb6f8602] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-eb6f8602] {
  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-eb6f8602] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-eb6f8602] {
  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-eb6f8602 400ms linear infinite;
  animation: nprogress-spinner-data-v-eb6f8602 400ms linear infinite;
}
.nprogress-custom-parent[data-v-eb6f8602] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-eb6f8602],
.nprogress-custom-parent #nprogress .bar[data-v-eb6f8602] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-eb6f8602 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-eb6f8602 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-eb6f8602] {
  margin: 16px 0;
}
.table-operations *[data-v-eb6f8602] {
  margin-right: 10px;
}
.table-operations *[data-v-eb6f8602]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-eb6f8602] {
  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-eb6f8602]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-eb6f8602] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-eb6f8602]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-eb6f8602]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-eb6f8602] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-eb6f8602]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-eb6f8602]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-eb6f8602] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-eb6f8602]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-eb6f8602]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-eb6f8602] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-eb6f8602]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-eb6f8602]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-eb6f8602] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-eb6f8602] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-eb6f8602] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-eb6f8602] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-eb6f8602] {
  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-eb6f8602] .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-eb6f8602] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-eb6f8602] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-eb6f8602]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-eb6f8602] {
    padding-left: 0;
}
}
.footer_class[data-v-eb6f8602] {
  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-eb6f8602] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-eb6f8602] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-eb6f8602] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-eb6f8602] .ant-input-number,
.msgForm[data-v-eb6f8602] .ant-calendar-picker {
  width: 100%;
}
[data-v-eb6f8602] .ant-modal-title {
  text-align: center;
}
[data-v-eb6f8602] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-eb6f8602] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-eb6f8602] {
  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-eb6f8602] .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-eb6f8602] {
  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-eb6f8602] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-eb6f8602] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-eb6f8602] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-eb6f8602] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-eb6f8602] {
  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-eb6f8602] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-eb6f8602] .ant-input-number,
.config_class[data-v-eb6f8602] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-eb6f8602] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-eb6f8602] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-eb6f8602] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-eb6f8602] {
  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-eb6f8602] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-eb6f8602] .ant-input-number,
.config_class1[data-v-eb6f8602] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-eb6f8602] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-eb6f8602] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-eb6f8602] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-eb6f8602] {
  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-eb6f8602]:not(:first-child) {
  margin-left: 24px;
}
[data-v-eb6f8602] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-eb6f8602] {
  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-eb6f8602] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-eb6f8602] .ant-input-number,
.config_class_repair[data-v-eb6f8602] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-eb6f8602] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-eb6f8602] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-eb6f8602] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-eb6f8602] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
.footer_class[data-v-eb6f8602] {
  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;
}
.formContent[data-v-eb6f8602] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.formitem[data-v-eb6f8602] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
[data-v-eb6f8602] .formitem .ant-form-item {
  width: 60%;
}
[data-v-eb6f8602] .formitem .ant-form-item-label {
  width: 125px;
}
[data-v-eb6f8602] .formitem .ant-form-item-control-wrapper {
  width: calc(100% - 145px);
}
[data-v-eb6f8602] .btnconfig .ant-form-item-control-wrapper {
  margin-right: 25px;
  width: 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-bb07721a] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-bb07721a] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-bb07721a] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-bb07721a] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-bb07721a]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-bb07721a]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-bb07721a]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-bb07721a]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-bb07721a] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-bb07721a] {
  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-bb07721a],
.ant-input[disabled][data-v-bb07721a],
.ant-input-number-disabled[data-v-bb07721a],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-bb07721a],
.ant-cascader-picker-disabled[data-v-bb07721a],
.ant-input-disabled[data-v-bb07721a],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-bb07721a],
.ant-checkbox-disabled + span[data-v-bb07721a],
.ant-radio-disabled + span[data-v-bb07721a] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-bb07721a] {
  pointer-events: none;
}
#nprogress .bar[data-v-bb07721a] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-bb07721a] {
  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-bb07721a] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-bb07721a] {
  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-bb07721a 400ms linear infinite;
  animation: nprogress-spinner-data-v-bb07721a 400ms linear infinite;
}
.nprogress-custom-parent[data-v-bb07721a] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-bb07721a],
.nprogress-custom-parent #nprogress .bar[data-v-bb07721a] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-bb07721a {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-bb07721a {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.selectCity[data-v-bb07721a] {
  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-74bb4799] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-74bb4799] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-74bb4799] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-74bb4799] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-74bb4799]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-74bb4799]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-74bb4799]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-74bb4799]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-74bb4799] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-74bb4799] {
  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-74bb4799],
.ant-input[disabled][data-v-74bb4799],
.ant-input-number-disabled[data-v-74bb4799],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-74bb4799],
.ant-cascader-picker-disabled[data-v-74bb4799],
.ant-input-disabled[data-v-74bb4799],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-74bb4799],
.ant-checkbox-disabled + span[data-v-74bb4799],
.ant-radio-disabled + span[data-v-74bb4799] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-74bb4799] {
  pointer-events: none;
}
#nprogress .bar[data-v-74bb4799] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-74bb4799] {
  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-74bb4799] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-74bb4799] {
  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-74bb4799 400ms linear infinite;
  animation: nprogress-spinner-data-v-74bb4799 400ms linear infinite;
}
.nprogress-custom-parent[data-v-74bb4799] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-74bb4799],
.nprogress-custom-parent #nprogress .bar[data-v-74bb4799] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-74bb4799 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-74bb4799 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-74bb4799] {
  margin: 16px 0;
}
.table-operations *[data-v-74bb4799] {
  margin-right: 10px;
}
.table-operations *[data-v-74bb4799]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-74bb4799] {
  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-74bb4799]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-74bb4799] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-74bb4799]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-74bb4799]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-74bb4799] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-74bb4799]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-74bb4799]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-74bb4799] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-74bb4799]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-74bb4799]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-74bb4799] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-74bb4799]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-74bb4799]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-74bb4799] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-74bb4799] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-74bb4799] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-74bb4799] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-74bb4799] {
  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-74bb4799] .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-74bb4799] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-74bb4799] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-74bb4799]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-74bb4799] {
    padding-left: 0;
}
}
.footer_class[data-v-74bb4799] {
  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-74bb4799] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-74bb4799] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-74bb4799] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-74bb4799] .ant-input-number,
.msgForm[data-v-74bb4799] .ant-calendar-picker {
  width: 100%;
}
[data-v-74bb4799] .ant-modal-title {
  text-align: center;
}
[data-v-74bb4799] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-74bb4799] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-74bb4799] {
  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-74bb4799] .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-74bb4799] {
  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-74bb4799] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-74bb4799] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-74bb4799] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-74bb4799] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-74bb4799] {
  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-74bb4799] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-74bb4799] .ant-input-number,
.config_class[data-v-74bb4799] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-74bb4799] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-74bb4799] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-74bb4799] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-74bb4799] {
  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-74bb4799] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-74bb4799] .ant-input-number,
.config_class1[data-v-74bb4799] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-74bb4799] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-74bb4799] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-74bb4799] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-74bb4799] {
  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-74bb4799]:not(:first-child) {
  margin-left: 24px;
}
[data-v-74bb4799] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-74bb4799] {
  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-74bb4799] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-74bb4799] .ant-input-number,
.config_class_repair[data-v-74bb4799] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-74bb4799] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-74bb4799] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-74bb4799] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-74bb4799] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
.car_config_class[data-v-74bb4799] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  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-74bb4799] .ant-form-item {
  margin: 0px !important;
}
.car_config_class[data-v-74bb4799] .ant-input-number,
.car_config_class[data-v-74bb4799] .ant-calendar-picker {
  min-width: 100% !important;
}
.car_config_class[data-v-74bb4799] .ant-form-item-label {
  width: 88px;
}
.car_config_class[data-v-74bb4799] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.car_config_class[data-v-74bb4799] .ant-btn {
  margin-top: 8px !important;
}
.content[data-v-74bb4799] {
  position: relative;
}
[data-v-74bb4799] .repairedFiles-item-icon {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 99;
}
.msgForm[data-v-74bb4799] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-74bb4799] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-74bb4799] .ant-radio-group {
  white-space: nowrap;
  padding-top: 12px;
}
.msgForm[data-v-74bb4799] .ant-radio-group span.ant-radio + * {
  padding: 0 !important;
}
.msgForm .flexClass[data-v-74bb4799] .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 8px;
}
.noteForm[data-v-74bb4799] {
  margin-top: 10px;
}
.noteForm[data-v-74bb4799] .ant-form-item-label {
  width: 100px;
}
.noteForm[data-v-74bb4799] .ant-form-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.noteForm[data-v-74bb4799] .ant-form-item-control-wrapper {
  width: 100%;
}
.addDetails[data-v-74bb4799] {
  color: #36cfc9;
}
.tips[data-v-74bb4799] {
  color: #d9d9d9;
}
.actionMenu[data-v-74bb4799] {
  cursor: pointer;
}
.tableDetail[data-v-74bb4799] .ant-select {
  width: 100%;
}
.carStatement-content[data-v-74bb4799] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.carStatement-content .carStatement-right[data-v-74bb4799] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal !important;
}
.carStatement-content .carStatement-right[data-v-74bb4799] button {
  margin: 8px 10px 0;
}
.carStatement-content .carStatement-right .carStatement-msg[data-v-74bb4799] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
}
.citySelect[data-v-74bb4799] .ant-cascader-picker-disabled {
  color: rgba(0, 0, 0, 0.65) !important;
  background: #fff !important;
  cursor: text;
}
.citySelect[data-v-74bb4799] .ant-input {
  border: none;
  padding: 0 !important;
}
.citySelect[data-v-74bb4799] .anticon-down {
  display: none;
}
.citySelect[data-v-74bb4799] .ant-cascader-picker-label {
  padding: 0 !important;
}
.repairedFiles[data-v-74bb4799] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.repairedFiles img[data-v-74bb4799] {
  width: 60px;
  height: 60px;
  margin: 10px 10px 0 0;
}
.d-f-c[data-v-74bb4799] {
  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-74bb4799] {
  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-3c145c32] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-3c145c32] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-3c145c32] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-3c145c32] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-3c145c32]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-3c145c32]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-3c145c32]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-3c145c32]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-3c145c32] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-3c145c32] {
  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-3c145c32],
.ant-input[disabled][data-v-3c145c32],
.ant-input-number-disabled[data-v-3c145c32],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-3c145c32],
.ant-cascader-picker-disabled[data-v-3c145c32],
.ant-input-disabled[data-v-3c145c32],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-3c145c32],
.ant-checkbox-disabled + span[data-v-3c145c32],
.ant-radio-disabled + span[data-v-3c145c32] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-3c145c32] {
  pointer-events: none;
}
#nprogress .bar[data-v-3c145c32] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-3c145c32] {
  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-3c145c32] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-3c145c32] {
  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-3c145c32 400ms linear infinite;
  animation: nprogress-spinner-data-v-3c145c32 400ms linear infinite;
}
.nprogress-custom-parent[data-v-3c145c32] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-3c145c32],
.nprogress-custom-parent #nprogress .bar[data-v-3c145c32] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-3c145c32 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-3c145c32 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.table-operations[data-v-3c145c32] {
  margin: 16px 0;
}
.table-operations *[data-v-3c145c32] {
  margin-right: 10px;
}
.table-operations *[data-v-3c145c32]:last-of-type {
  margin-right: 0;
}
.action-button[data-v-3c145c32] {
  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-3c145c32]:last-of-type {
  margin-right: 0;
}
.action-button.blue[data-v-3c145c32] {
  background: #1890ff;
  border-color: #1890ff;
}
.action-button.blue[data-v-3c145c32]:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}
.action-button.blue[data-v-3c145c32]:active {
  background: #096dd9;
  border-color: #096dd9;
}
.action-button.green[data-v-3c145c32] {
  background: #55ca7d;
  border-color: #55ca7d;
}
.action-button.green[data-v-3c145c32]:hover {
  background: #7cd699;
  border-color: #7cd699;
}
.action-button.green[data-v-3c145c32]:active {
  background: #3ca364;
  border-color: #3ca364;
}
.action-button.gray[data-v-3c145c32] {
  background: #8aa4af;
  border-color: #8aa4af;
}
.action-button.gray[data-v-3c145c32]:hover {
  background: #b1babd;
  border-color: #b1babd;
}
.action-button.gray[data-v-3c145c32]:active {
  background: #667e8a;
  border-color: #667e8a;
}
.action-button.orange[data-v-3c145c32] {
  background: #ff7a45;
  border-color: #ff7a45;
}
.action-button.orange[data-v-3c145c32]:hover {
  background: #ff9c6e;
  border-color: #ff9c6e;
}
.action-button.orange[data-v-3c145c32]:active {
  background: #d95a30;
  border-color: #d95a30;
}
.search-form[data-v-3c145c32] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form[data-v-3c145c32] .ant-form-item-label {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-3c145c32] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-form[data-v-3c145c32] .ant-form-item {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-form-submit-item[data-v-3c145c32] {
  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-3c145c32] .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-3c145c32] {
  padding-left: 100px;
}
.search-form-submit-item-button[data-v-3c145c32] {
  margin-left: 10px;
}
.search-form-submit-item-button[data-v-3c145c32]:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 345px) {
.search-form-submit-item[data-v-3c145c32] {
    padding-left: 0;
}
}
.footer_class[data-v-3c145c32] {
  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-3c145c32] .ant-radio-group {
  white-space: nowrap;
  padding-top: 8px;
}
.msgForm[data-v-3c145c32] .ant-form-item-label {
  width: 100px;
}
.msgForm[data-v-3c145c32] .ant-form-item-control-wrapper {
  width: 160px;
}
.msgForm[data-v-3c145c32] .ant-input-number,
.msgForm[data-v-3c145c32] .ant-calendar-picker {
  width: 100%;
}
[data-v-3c145c32] .ant-modal-title {
  text-align: center;
}
[data-v-3c145c32] .ant-modal-header {
  border-bottom: solid 1px grey !important;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
          box-shadow: 0px 0px 5px #cccccc;
}
[data-v-3c145c32] .ant-modal-body {
  padding: 30px 40px 40px 40px;
}
.msgTitle[data-v-3c145c32] {
  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-3c145c32] .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-3c145c32] {
  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-3c145c32] .ant-form-item {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second_column_layout[data-v-3c145c32] .ant-form-item-label {
  width: 85px;
}
.second_column_layout[data-v-3c145c32] .ant-form-item-control-wrapper {
  width: calc(100% - 100px);
}
.second_column_layout[data-v-3c145c32] .ant-btn {
  margin-top: 8px !important;
}
.config_class[data-v-3c145c32] {
  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-3c145c32] .ant-form-item {
  margin: 0px !important;
}
.config_class[data-v-3c145c32] .ant-input-number,
.config_class[data-v-3c145c32] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class[data-v-3c145c32] .ant-form-item-label {
  width: 88px;
}
.config_class[data-v-3c145c32] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.config_class[data-v-3c145c32] .ant-btn {
  margin-top: 8px !important;
}
.config_class1[data-v-3c145c32] {
  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-3c145c32] .ant-form-item {
  margin: 0px !important;
}
.config_class1[data-v-3c145c32] .ant-input-number,
.config_class1[data-v-3c145c32] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class1[data-v-3c145c32] .ant-form-item-label {
  width: 100px;
}
.config_class1[data-v-3c145c32] .ant-form-item-control-wrapper {
  width: calc(100% - 117px);
}
.config_class1[data-v-3c145c32] .ant-btn {
  margin-top: 8px !important;
}
.footerItem_class[data-v-3c145c32] {
  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-3c145c32]:not(:first-child) {
  margin-left: 24px;
}
[data-v-3c145c32] .ant-modal-wrap {
  min-width: 1200px;
}
.config_class_repair[data-v-3c145c32] {
  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-3c145c32] .ant-form-item {
  margin: 0px !important;
}
.config_class_repair[data-v-3c145c32] .ant-input-number,
.config_class_repair[data-v-3c145c32] .ant-calendar-picker {
  min-width: 100% !important;
}
.config_class_repair[data-v-3c145c32] .ant-form-item-label {
  width: 120px;
}
.config_class_repair[data-v-3c145c32] .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
.config_class_repair[data-v-3c145c32] .ant-btn {
  margin-top: 0px !important;
}
.config_class_repair[data-v-3c145c32] .ant-select-dropdown-menu-item {
  white-space: normal;
  word-break: break-all;
}
.flexClass[data-v-3c145c32] .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 8px;
}
.flexClass[data-v-3c145c32] .ant-select {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 66px !important;
}
.flexClass[data-v-3c145c32] button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25px;
}
.flexClass[data-v-3c145c32] .selectCity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.flexClass .iconBtn[data-v-3c145c32] {
  margin-top: 0px !important;
}
.iconClass[data-v-3c145c32] svg {
  font-size: 14px !important;
}
.noteForm[data-v-3c145c32] {
  margin-top: 10px;
}
.noteForm[data-v-3c145c32] .ant-form-item-label {
  width: 100px;
}
.noteForm[data-v-3c145c32] .ant-form-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.noteForm[data-v-3c145c32] .ant-form-item-control-wrapper {
  width: 100%;
}
.addDetails[data-v-3c145c32] {
  color: #36cfc9;
}
.tips[data-v-3c145c32] {
  color: #d9d9d9;
}
.discountAmountClass[data-v-3c145c32] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discountAmountClass[data-v-3c145c32] .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.actionMenu[data-v-3c145c32] {
  cursor: pointer;
}
.tableDetail[data-v-3c145c32] .ant-select {
  width: 100%;
}
[data-v-3c145c32] .ant-radio-wrapper span {
  padding: 0 !important;
}
.carStatement-content[data-v-3c145c32] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #bbb;
}
.carStatement-content .msgTitle[data-v-3c145c32] {
  border: none !important;
  margin-bottom: 0 !important;
}
.carStatement-content .carStatement-right[data-v-3c145c32] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal !important;
  height: 40px;
  margin-top: 12px;
  line-height: 40px;
}
.carStatement-content .carStatement-right[data-v-3c145c32] button {
  margin: 8px 10px 0;
}
.carStatement-content .carStatement-right .carStatement-msg[data-v-3c145c32] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*margin-right: 50px;*/
}
.inputClass[data-v-3c145c32] .ant-radio-wrapper {
  margin-right: 5px !important;
}
.note_class[data-v-3c145c32] {
  width: 100%;
}
.note_class[data-v-3c145c32] .ant-form-item-control-wrapper {
  width: 70%;
  margin: 10px 0px;
}
.fileList[data-v-3c145c32] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  padding: 0 20px 0 5px;
  border-radius: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.fileList span[data-v-3c145c32],
.fileList i[data-v-3c145c32] {
  cursor: pointer;
}
.fileList .del-icon[data-v-3c145c32] {
  float: right;
  line-height: 30px;
  display: none;
  position: absolute;
  right: 5px;
  z-index: 9;
}
.fileList[data-v-3c145c32]:hover {
  background: #e6fffb;
}
.fileList:hover i[data-v-3c145c32] {
  display: inline-block;
}
.repairedFiles[data-v-3c145c32] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.repairedFiles .repairedFiles-item[data-v-3c145c32] {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px dashed #eee;
  border-radius: 4px;
  position: relative;
}
.repairedFiles .repairedFiles-item img[data-v-3c145c32] {
  width: 60px;
  height: 60px;
}
.repairedFiles .repairedFiles-item .repairedFiles-item-icon[data-v-3c145c32] {
  position: absolute;
  font-size: 18px;
  right: -9px;
  top: -9px;
  cursor: pointer;
}
.car_config_class[data-v-3c145c32] {
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-row-gap: 0px;
  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-3c145c32] .ant-form-item {
  margin: 0px !important;
}
.car_config_class[data-v-3c145c32] .ant-input-number,
.car_config_class[data-v-3c145c32] .ant-calendar-picker {
  min-width: 100% !important;
}
.car_config_class[data-v-3c145c32] .ant-form-item-label {
  width: 88px;
}
.car_config_class[data-v-3c145c32] .ant-form-item-control-wrapper {
  width: calc(100% - 105px);
}
.car_config_class[data-v-3c145c32] .ant-btn {
  margin-top: 8px !important;
}
.content[data-v-3c145c32] {
  position: relative;
}
.repairedFiles[data-v-3c145c32] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.repairedFiles img[data-v-3c145c32] {
  width: 60px;
  height: 60px;
  margin: 10px 10px 0 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-4838bc98] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-4838bc98] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-4838bc98] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-4838bc98] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-4838bc98]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-4838bc98]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-4838bc98]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-4838bc98]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-4838bc98] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-4838bc98] {
  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-4838bc98],
.ant-input[disabled][data-v-4838bc98],
.ant-input-number-disabled[data-v-4838bc98],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-4838bc98],
.ant-cascader-picker-disabled[data-v-4838bc98],
.ant-input-disabled[data-v-4838bc98],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-4838bc98],
.ant-checkbox-disabled + span[data-v-4838bc98],
.ant-radio-disabled + span[data-v-4838bc98] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-4838bc98] {
  pointer-events: none;
}
#nprogress .bar[data-v-4838bc98] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-4838bc98] {
  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-4838bc98] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-4838bc98] {
  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-4838bc98 400ms linear infinite;
  animation: nprogress-spinner-data-v-4838bc98 400ms linear infinite;
}
.nprogress-custom-parent[data-v-4838bc98] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-4838bc98],
.nprogress-custom-parent #nprogress .bar[data-v-4838bc98] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-4838bc98 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-4838bc98 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
[data-v-4838bc98] .ant-modal-title {
  text-align: 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-6bce54a8] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-6bce54a8] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-6bce54a8] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-6bce54a8] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-6bce54a8]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-6bce54a8]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-6bce54a8]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-6bce54a8]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-6bce54a8] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-6bce54a8] {
  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-6bce54a8],
.ant-input[disabled][data-v-6bce54a8],
.ant-input-number-disabled[data-v-6bce54a8],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-6bce54a8],
.ant-cascader-picker-disabled[data-v-6bce54a8],
.ant-input-disabled[data-v-6bce54a8],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-6bce54a8],
.ant-checkbox-disabled + span[data-v-6bce54a8],
.ant-radio-disabled + span[data-v-6bce54a8] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-6bce54a8] {
  pointer-events: none;
}
#nprogress .bar[data-v-6bce54a8] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-6bce54a8] {
  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-6bce54a8] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-6bce54a8] {
  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-6bce54a8 400ms linear infinite;
  animation: nprogress-spinner-data-v-6bce54a8 400ms linear infinite;
}
.nprogress-custom-parent[data-v-6bce54a8] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-6bce54a8],
.nprogress-custom-parent #nprogress .bar[data-v-6bce54a8] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-6bce54a8 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-6bce54a8 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
[data-v-6bce54a8] .ant-modal-title {
  text-align: center;
}
.error_class[data-v-6bce54a8] {
  color: red;
}
.successTip[data-v-6bce54a8] {
  width: 100%;
  min-height: 20px;
  background: #f5fcf6;
  border: solid 1px #7fdc96;
  border-radius: 3px;
  padding: 8px;
}
.successTip p[data-v-6bce54a8] {
  font-weight: bold;
}
.errorTip[data-v-6bce54a8] {
  margin-bottom: 5px;
  width: 100%;
  min-height: 20px;
  background: #fff5f4;
  border: solid 1px #feb7b3;
  border-radius: 3px;
  padding: 8px;
}
.errorTip p[data-v-6bce54a8] {
  font-weight: bold;
}
.close_class[data-v-6bce54a8] {
  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-576784de] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.a-button-ellipsis[data-v-576784de] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-button-ellipsis span[data-v-576784de] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.beauty-scroll[data-v-576784de] {
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-576784de]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-576784de]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #13c2c2;
}
.beauty-scroll[data-v-576784de]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #87e8de;
}
.split-right[data-v-576784de]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-576784de] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.flex-center[data-v-576784de] {
  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-576784de],
.ant-input[disabled][data-v-576784de],
.ant-input-number-disabled[data-v-576784de],
.ant-select-auto-complete.ant-select .ant-input[disabled][data-v-576784de],
.ant-cascader-picker-disabled[data-v-576784de],
.ant-input-disabled[data-v-576784de],
.ant-input-disabled .ant-calendar-range-picker-separator[data-v-576784de],
.ant-checkbox-disabled + span[data-v-576784de],
.ant-radio-disabled + span[data-v-576784de] {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* Make clicks pass-through */
#nprogress[data-v-576784de] {
  pointer-events: none;
}
#nprogress .bar[data-v-576784de] {
  background: #13c2c2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-576784de] {
  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-576784de] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-576784de] {
  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-576784de 400ms linear infinite;
  animation: nprogress-spinner-data-v-576784de 400ms linear infinite;
}
.nprogress-custom-parent[data-v-576784de] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-576784de],
.nprogress-custom-parent #nprogress .bar[data-v-576784de] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-576784de {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-576784de {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.footerItem_class[data-v-576784de] {
  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;
}

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

