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

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


.ant-select-tree {
  height: 200px !important;
}

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


































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































/* ul > li.ant-tree-treenode-switcher-close {
  white-space: pre-wrap;
}
ul > li.ant-tree-treenode-switcher-open {
  background-color: #fff;
  white-space: pre-wrap;
  margin-bottom: 20px;
  padding-bottom: 10px;
} */
/*
ul > li > ul > li.ant-tree-treenode-switcher-close {
  display: inline-block;
  justify-content: space-between;
  padding: 10px 0 0;
  width: 150px;
} */
.ant-select-tree {
  /* border: solid 1px red; */
  height: 200px !important;
}

