/* 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-a73389be] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-a73389be] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-a73389be]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-a73389be]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-a73389be]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-a73389be]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-a73389be] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-a73389be] {
  pointer-events: none;
}
#nprogress .bar[data-v-a73389be] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-a73389be] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-a73389be] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-a73389be] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-a73389be 400ms linear infinite;
  animation: nprogress-spinner-a73389be 400ms linear infinite;
}
.nprogress-custom-parent[data-v-a73389be] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-a73389be],
.nprogress-custom-parent #nprogress .bar[data-v-a73389be] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-a73389be {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-a73389be {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.modal .steps-style[data-v-a73389be] {
  padding: 20px 100px;
  margin-bottom: 20px;
  background-color: #f3f3f5;
}
.modal .card-nav .card-nav-top[data-v-a73389be] {
  height: 370px;
  margin-bottom: 20px;
}
.modal .card-nav .card-nav-top .lable-name-style[data-v-a73389be] {
  width: 120px !important;
}
.modal .card-nav .card-nav-top[data-v-a73389be] .ant-radio-wrapper {
  width: 48%;
  margin-bottom: 20px;
}
.modal .card-nav .card-nav-top .download[data-v-a73389be] {
  display: inline-block;
  margin-left: 15px;
}
.modal .card-nav .card-nav-top .loading-name[data-v-a73389be] {
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
}
.advanced[data-v-a73389be] {
  position: absolute;
  top: 0;
  right: 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-e24614b6] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-e24614b6] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-e24614b6]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-e24614b6]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-e24614b6]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-e24614b6]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-e24614b6] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-e24614b6] {
  pointer-events: none;
}
#nprogress .bar[data-v-e24614b6] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-e24614b6] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-e24614b6] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-e24614b6] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-e24614b6 400ms linear infinite;
  animation: nprogress-spinner-e24614b6 400ms linear infinite;
}
.nprogress-custom-parent[data-v-e24614b6] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-e24614b6],
.nprogress-custom-parent #nprogress .bar[data-v-e24614b6] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-e24614b6 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-e24614b6 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.modal .form-color[data-v-e24614b6] {
  width: 100%;
}
.modal .form-color .item[data-v-e24614b6] {
  width: 35px;
  height: 35px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal .form-color .item .check-icon[data-v-e24614b6] {
  color: #fff;
  font-size: 20px;
  display: none;
}
.modal .form-color .item-active[data-v-e24614b6] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.modal .form-color .item-active .check-icon[data-v-e24614b6] {
  display: block;
  border: 2px solid #fff;
  padding: 2px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 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-29678fa1] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-29678fa1] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-29678fa1]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-29678fa1]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-29678fa1]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-29678fa1]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-29678fa1] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-29678fa1] {
  pointer-events: none;
}
#nprogress .bar[data-v-29678fa1] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-29678fa1] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-29678fa1] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-29678fa1] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-29678fa1 400ms linear infinite;
  animation: nprogress-spinner-29678fa1 400ms linear infinite;
}
.nprogress-custom-parent[data-v-29678fa1] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-29678fa1],
.nprogress-custom-parent #nprogress .bar[data-v-29678fa1] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-29678fa1 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-29678fa1 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.modal .form-color[data-v-29678fa1] {
  width: 100%;
}
.modal .form-color .item[data-v-29678fa1] {
  width: 35px;
  height: 35px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal .form-color .item .check-icon[data-v-29678fa1] {
  color: #fff;
  font-size: 20px;
  display: none;
}
.modal .form-color .item-active[data-v-29678fa1] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.modal .form-color .item-active .check-icon[data-v-29678fa1] {
  display: block;
  border: 2px solid #fff;
  padding: 2px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal .radio-type[data-v-29678fa1] .ant-form-item-control-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
  width: 70%;
}
.modal .radio-type[data-v-29678fa1] .ant-form-item-control-wrapper .ant-radio-wrapper > :nth-child(2) {
  display: inline-block;
  width: 103px;
  font-size: 13px;
}

/* 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-0d7c09a8] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-0d7c09a8] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-0d7c09a8]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-0d7c09a8]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-0d7c09a8]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-0d7c09a8]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-0d7c09a8] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-0d7c09a8] {
  pointer-events: none;
}
#nprogress .bar[data-v-0d7c09a8] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-0d7c09a8] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-0d7c09a8] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-0d7c09a8] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-0d7c09a8 400ms linear infinite;
  animation: nprogress-spinner-0d7c09a8 400ms linear infinite;
}
.nprogress-custom-parent[data-v-0d7c09a8] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-0d7c09a8],
.nprogress-custom-parent #nprogress .bar[data-v-0d7c09a8] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-0d7c09a8 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-0d7c09a8 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.modal .container[data-v-0d7c09a8] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modal .container .col[data-v-0d7c09a8] {
  width: 20%;
  margin-bottom: 16px;
}

/* 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-a5bd275c] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-a5bd275c] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-a5bd275c]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-a5bd275c]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-a5bd275c]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-a5bd275c]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-a5bd275c] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-a5bd275c] {
  pointer-events: none;
}
#nprogress .bar[data-v-a5bd275c] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-a5bd275c] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-a5bd275c] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-a5bd275c] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-a5bd275c 400ms linear infinite;
  animation: nprogress-spinner-a5bd275c 400ms linear infinite;
}
.nprogress-custom-parent[data-v-a5bd275c] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-a5bd275c],
.nprogress-custom-parent #nprogress .bar[data-v-a5bd275c] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-a5bd275c {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-a5bd275c {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.modal .form-color[data-v-a5bd275c] {
  width: 100%;
}
.modal .form-color .item[data-v-a5bd275c] {
  width: 35px;
  height: 35px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal .form-color .item .check-icon[data-v-a5bd275c] {
  color: #fff;
  font-size: 20px;
  display: none;
}
.modal .form-color .item-active[data-v-a5bd275c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.modal .form-color .item-active .check-icon[data-v-a5bd275c] {
  display: block;
  border: 2px solid #fff;
  padding: 2px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 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-4677f383] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-4677f383] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-4677f383]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-4677f383]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-4677f383]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-4677f383]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-4677f383] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-4677f383] {
  pointer-events: none;
}
#nprogress .bar[data-v-4677f383] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-4677f383] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-4677f383] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-4677f383] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-4677f383 400ms linear infinite;
  animation: nprogress-spinner-4677f383 400ms linear infinite;
}
.nprogress-custom-parent[data-v-4677f383] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-4677f383],
.nprogress-custom-parent #nprogress .bar[data-v-4677f383] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-4677f383 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-4677f383 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.modal .standard-table[data-v-4677f383] {
  padding: 24px 10px;
}
.modal .standard-table[data-v-4677f383] .ant-table-thead > tr > th {
  padding: 10px;
}
.modal .standard-table[data-v-4677f383] .ant-table-tbody > tr > td {
  padding: 10px;
}
.a-collapse[data-v-4677f383] {
  background-color: #fff;
  margin: 10px 0 10px 24px;
}

/* 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-c7ea37fc] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-c7ea37fc] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-c7ea37fc]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-c7ea37fc]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-c7ea37fc]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-c7ea37fc]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-c7ea37fc] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-c7ea37fc] {
  pointer-events: none;
}
#nprogress .bar[data-v-c7ea37fc] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-c7ea37fc] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-c7ea37fc] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-c7ea37fc] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-c7ea37fc 400ms linear infinite;
  animation: nprogress-spinner-c7ea37fc 400ms linear infinite;
}
.nprogress-custom-parent[data-v-c7ea37fc] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-c7ea37fc],
.nprogress-custom-parent #nprogress .bar[data-v-c7ea37fc] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-c7ea37fc {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-c7ea37fc {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.modal .standard-table[data-v-c7ea37fc] {
  padding: 24px 10px;
}
.modal .standard-table[data-v-c7ea37fc] .ant-table-thead > tr > th {
  padding: 10px;
}
.modal .standard-table[data-v-c7ea37fc] .ant-table-tbody > tr > td {
  padding: 10px;
}
.a-collapse[data-v-c7ea37fc] {
  background-color: #fff;
  margin: 10px 0 10px 24px;
}

/* 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-7777f09e] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-7777f09e] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-7777f09e]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-7777f09e]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-7777f09e]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-7777f09e]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-7777f09e] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-7777f09e] {
  pointer-events: none;
}
#nprogress .bar[data-v-7777f09e] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-7777f09e] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-7777f09e] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-7777f09e] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-7777f09e 400ms linear infinite;
  animation: nprogress-spinner-7777f09e 400ms linear infinite;
}
.nprogress-custom-parent[data-v-7777f09e] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-7777f09e],
.nprogress-custom-parent #nprogress .bar[data-v-7777f09e] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-7777f09e {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-7777f09e {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.bar[data-v-7777f09e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.bar .progress-nav[data-v-7777f09e] {
  height: 16px;
  position: relative;
}
.bar .progress-nav[data-v-7777f09e] .ant-progress-bg {
  height: 14px !important;
}
.bar .progress-nav .progress-empty[data-v-7777f09e] {
  line-height: 1.5;
  display: inline-block;
  height: 14px;
  width: 100%;
  background-color: #f5f5f5;
  margin-top: 6px;
  border-radius: 7px;
}
.bar .progress-nav .num[data-v-7777f09e] {
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 12px;
  color: cadetblue;
  color: #333333;
  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-3a0f4680] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-3a0f4680] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-3a0f4680]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-3a0f4680]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-3a0f4680]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-3a0f4680]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-3a0f4680] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-3a0f4680] {
  pointer-events: none;
}
#nprogress .bar[data-v-3a0f4680] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-3a0f4680] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-3a0f4680] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-3a0f4680] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-3a0f4680 400ms linear infinite;
  animation: nprogress-spinner-3a0f4680 400ms linear infinite;
}
.nprogress-custom-parent[data-v-3a0f4680] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-3a0f4680],
.nprogress-custom-parent #nprogress .bar[data-v-3a0f4680] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-3a0f4680 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-3a0f4680 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.container[data-v-3a0f4680] {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.container .warning-pic[data-v-3a0f4680] {
  display: block;
  opacity: 0.8;
  position: absolute;
}
.container .warning-pic-1[data-v-3a0f4680] {
  top: 0;
  left: 0%;
  z-index: 5;
  width: 90px;
}
.container .warning-pic-2[data-v-3a0f4680] {
  width: 80px;
  height: 80px;
  top: -1%;
  right: -10%;
  z-index: 1;
}
.container .container-pic[data-v-3a0f4680] {
  position: relative;
}
.container .container-pic .pic-style[data-v-3a0f4680] {
  display: inline-block;
  width: 80px;
  height: 112px;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .container-pic .icon[data-v-3a0f4680] {
  position: absolute;
  top: 0;
  left: 0;
}
.container .container-message[data-v-3a0f4680] {
  height: 100%;
  padding-left: 10px;
  font-size: 13px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.container .container-message .action-tips[data-v-3a0f4680] {
  position: absolute;
  right: 1%;
  font-size: 12px;
}
.container .container-message .action-tips .anticon-sound[data-v-3a0f4680] {
  color: #ff6f91;
}
.container .container-message .action-tips .warning-tips[data-v-3a0f4680] {
  margin-left: 2px;
  color: rgba(24, 144, 255, 0.8);
  font-weight: 600;
}
.container .container-message .cm-li[data-v-3a0f4680] {
  font-weight: 600;
  text-align: left;
  line-height: 16px;
}
.container .container-message .cm-li .operationsManager[data-v-3a0f4680] {
  color: #999999;
  position: absolute;
  right: 20%;
}
.container .container-message .cm-li .cm-li-content[data-v-3a0f4680] {
  color: #999999;
}
.container .container-message .cm-li .cm-li-content-season[data-v-3a0f4680] {
  float: right;
  color: #f00;
}
.container .container-message .cm-li .point[data-v-3a0f4680]:hover {
  cursor: pointer;
  color: #f00;
  text-decoration: underline;
}

/* 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-a7cc8974] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-a7cc8974] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-a7cc8974]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-a7cc8974]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-a7cc8974]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-a7cc8974]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-a7cc8974] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-a7cc8974] {
  pointer-events: none;
}
#nprogress .bar[data-v-a7cc8974] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-a7cc8974] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-a7cc8974] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-a7cc8974] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-a7cc8974 400ms linear infinite;
  animation: nprogress-spinner-a7cc8974 400ms linear infinite;
}
.nprogress-custom-parent[data-v-a7cc8974] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-a7cc8974],
.nprogress-custom-parent #nprogress .bar[data-v-a7cc8974] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-a7cc8974 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-a7cc8974 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.bar[data-v-a7cc8974] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.bar .progress-nav[data-v-a7cc8974] {
  height: 16px;
  position: relative;
}
.bar .progress-nav[data-v-a7cc8974] .ant-progress-bg {
  height: 14px !important;
}
.bar .progress-nav .num[data-v-a7cc8974] {
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 12px;
  color: #f00;
  font-weight: 600;
}

/* 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-60923e17] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-60923e17] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-60923e17]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-60923e17]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-60923e17]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-60923e17]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-60923e17] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-60923e17] {
  pointer-events: none;
}
#nprogress .bar[data-v-60923e17] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-60923e17] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-60923e17] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-60923e17] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-60923e17 400ms linear infinite;
  animation: nprogress-spinner-60923e17 400ms linear infinite;
}
.nprogress-custom-parent[data-v-60923e17] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-60923e17],
.nprogress-custom-parent #nprogress .bar[data-v-60923e17] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-60923e17 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-60923e17 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.page[data-v-60923e17] {
  /*滚动条整体部分*/
  /*滚动条的轨道*/
  /*滚动条里面的小方块，能向上向下移动*/
  /*边角，即两个滚动条的交汇处*/
}
.page .mytable[data-v-60923e17] ::-webkit-scrollbar {
  background-color: #f00;
  width: 15px;
  height: 15px;
}
.page .mytable[data-v-60923e17] ::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.page .mytable[data-v-60923e17] ::-webkit-scrollbar-thumb {
  background-color: #bfbfbf;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  bottom: 0;
}
.page .mytable[data-v-60923e17] ::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}
.page .mytable[data-v-60923e17] ::-webkit-scrollbar-thumb:active {
  background-color: #787878;
}
.page .mytable[data-v-60923e17] ::-webkit-scrollbar-corner {
  background-color: #ffffff;
}
.page .sortable-column .vxe-header--row .vxe-header--column.sortable-ghost[data-v-60923e17],
.page .sortable-column .vxe-header--row .vxe-header--column.sortable-chosen[data-v-60923e17] {
  background-color: #dfecfb;
}
.page .sortable-column .vxe-header--row .vxe-header--column.col--fixed[data-v-60923e17] {
  cursor: no-drop;
}
.page[data-v-60923e17] .vxe-table--render-default .vxe-cell {
  padding: 0;
  font-size: 12px;
}
.page[data-v-60923e17] .vxe-body--column {
  vertical-align: top;
}
.page[data-v-60923e17] .vxe-header--column:not(.col--ellipsis) {
  padding: 5px 0;
}
.page[data-v-60923e17] .vxe-header--row th:nth-child(1),
.page[data-v-60923e17] .vxe-body--row td:nth-child(1) {
  font-size: 13px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page[data-v-60923e17] .vxe-header--row th:nth-child(1) .vxe-checkbox--icon,
.page[data-v-60923e17] .vxe-body--row td:nth-child(1) .vxe-checkbox--icon {
  background-color: #fff;
}
.page[data-v-60923e17] .vxe-header--row th:nth-child(n + 1):nth-child(-n + 3) {
  background-color: #fff9ce;
  text-align: center;
}
.page[data-v-60923e17] .vxe-header--row th:nth-child(n + 4):nth-child(-n + 13) {
  color: #ffc480;
}
.page[data-v-60923e17] .vxe-body--column.col--ellipsis:not(.col--actived) > .vxe-cell {
  overflow: inherit;
}
.page[data-v-60923e17] .vxe-table--body-wrapper {
  min-height: 155px;
}
[data-v-60923e17] .sign-row {
  background-color: rgba(245, 108, 108, 0.3) !important;
}
[data-v-60923e17] .th-bgc {
  background-color: #fff9ce !important;
}
.text-danger[data-v-60923e17] {
  color: #f00;
}

/* 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-4d6790b9] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-4d6790b9] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-4d6790b9]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-4d6790b9]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-4d6790b9]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-4d6790b9]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-4d6790b9] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-4d6790b9] {
  pointer-events: none;
}
#nprogress .bar[data-v-4d6790b9] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-4d6790b9] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  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-4d6790b9] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-4d6790b9] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-4d6790b9 400ms linear infinite;
  animation: nprogress-spinner-4d6790b9 400ms linear infinite;
}
.nprogress-custom-parent[data-v-4d6790b9] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-4d6790b9],
.nprogress-custom-parent #nprogress .bar[data-v-4d6790b9] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-4d6790b9 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-4d6790b9 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.fold[data-v-4d6790b9] {
  width: calc(100% - 216px);
  display: inline-block;
}
.operator[data-v-4d6790b9] {
  position: relative;
  width: 100%;
}
.search[data-v-4d6790b9] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0 !important;
}
.search .mg-r[data-v-4d6790b9] {
  margin-right: 1%;
}
.search .search-form-item[data-v-4d6790b9] {
  display: inline-block;
  margin-bottom: 15px;
}
.search .search-form-item .fw-600[data-v-4d6790b9] {
  font-weight: 600;
  width: 127px;
  display: inline-block;
}
.search .search-form-item span[data-v-4d6790b9] {
  padding-right: 15px;
}
.search .search-form-item .filt-row-subject[data-v-4d6790b9] {
  width: 190px;
}
[data-v-4d6790b9] .ant-cascader-picker-arrow {
  right: 20px;
}
[data-v-4d6790b9] .ant-input {
  vertical-align: top;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 24px !important;
}

