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

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-426afba6] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-426afba6] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-426afba6]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-426afba6]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-426afba6]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-426afba6]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-426afba6] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-426afba6] {
  pointer-events: none;
}
#nprogress .bar[data-v-426afba6] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-426afba6] {
  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-426afba6] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-426afba6] {
  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-426afba6 400ms linear infinite;
  animation: nprogress-spinner-426afba6 400ms linear infinite;
}
.nprogress-custom-parent[data-v-426afba6] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-426afba6],
.nprogress-custom-parent #nprogress .bar[data-v-426afba6] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-426afba6 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-426afba6 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.modal .form-color[data-v-426afba6] {
  width: 100%;
}
.modal .form-color .item[data-v-426afba6] {
  width: 35px;
  height: 35px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal .form-color .item .check-icon[data-v-426afba6] {
  color: #fff;
  font-size: 20px;
  display: none;
}
.modal .form-color .item-active[data-v-426afba6] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.modal .form-color .item-active .check-icon[data-v-426afba6] {
  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-6183d966] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-6183d966] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-6183d966]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-6183d966]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-6183d966]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-6183d966]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-6183d966] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-6183d966] {
  pointer-events: none;
}
#nprogress .bar[data-v-6183d966] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-6183d966] {
  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-6183d966] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-6183d966] {
  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-6183d966 400ms linear infinite;
  animation: nprogress-spinner-6183d966 400ms linear infinite;
}
.nprogress-custom-parent[data-v-6183d966] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-6183d966],
.nprogress-custom-parent #nprogress .bar[data-v-6183d966] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-6183d966 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-6183d966 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.modal .result[data-v-6183d966] {
  color: #f00;
  font-size: 18px;
  font-weight: 600;
}
.modal .row[data-v-6183d966] {
  margin: 40px 0;
}
.modal .row .col[data-v-6183d966] {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal .row .col .col-input[data-v-6183d966] {
  width: 90px;
  margin-right: 5px;
}
.modal .formula[data-v-6183d966] {
  color: #666;
  margin-bottom: 18px;
  margin-top: 18px;
}

/* 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-260eb6c9] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-260eb6c9] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-260eb6c9]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-260eb6c9]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-260eb6c9]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-260eb6c9]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-260eb6c9] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-260eb6c9] {
  pointer-events: none;
}
#nprogress .bar[data-v-260eb6c9] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-260eb6c9] {
  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-260eb6c9] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-260eb6c9] {
  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-260eb6c9 400ms linear infinite;
  animation: nprogress-spinner-260eb6c9 400ms linear infinite;
}
.nprogress-custom-parent[data-v-260eb6c9] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-260eb6c9],
.nprogress-custom-parent #nprogress .bar[data-v-260eb6c9] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-260eb6c9 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-260eb6c9 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.date-range-picker[data-v-260eb6c9] {
  width: 220px !important;
}
.editable-text-danger[data-v-260eb6c9] {
  color: #f56c6c;
}
.activity-content[data-v-260eb6c9] {
  font-size: 12px;
}
.activity-content-default[data-v-260eb6c9] {
  color: #999999;
}
.text-area-display[data-v-260eb6c9] {
  text-align: left;
  display: inline-block;
  vertical-align: text-top;
}
.a-card[data-v-260eb6c9] {
  position: relative;
}
.container .display[data-v-260eb6c9] {
  padding: 2px 0 0 24px;
}
.container .display .span[data-v-260eb6c9] {
  display: inline-block;
  margin-right: 10px;
  width: 70px;
}
.container .display .total-style[data-v-260eb6c9] {
  min-width: 120px;
  margin-left: 16px;
  font-weight: 600;
}
.container .display .weight[data-v-260eb6c9] {
  font-weight: 600;
}
.container .display .derive[data-v-260eb6c9] {
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.container .display .note[data-v-260eb6c9] {
  display: inline-block;
  vertical-align: baseline;
  width: 150px;
  color: #999999;
}
.container .total-nav[data-v-260eb6c9] {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  border-left: 2px solid #1890ff;
  padding-left: 10px;
}
.container .summary[data-v-260eb6c9] {
  padding: 8px 24px;
  background-color: #f1f1f1;
}
.container .summary span[data-v-260eb6c9]:nth-of-type(1) {
  display: inline-block;
  font-size: 12px;
  min-width: 100px;
}
.container .summary span[data-v-260eb6c9]:nth-of-type(2) {
  font-size: 12px;
  color: #999999;
}
.container .standard-table[data-v-260eb6c9] {
  padding: 8px 0;
}
.container .standard-table[data-v-260eb6c9] .ant-table-thead > tr > th {
  padding: 0 1px !important;
}
.container .standard-table[data-v-260eb6c9] .ant-table-tbody > tr > td {
  padding: 0 1px;
}
.container[data-v-260eb6c9] .ant-select-sm .ant-select-selection--single {
  height: 25px;
}
.container[data-v-260eb6c9] .ant-upload-list-item {
  padding: 0;
}
.a-collapse[data-v-260eb6c9] {
  background-color: #fff;
  margin: 10px 0 10px 24px;
}
[data-v-260eb6c9] th:nth-child(n + 2):nth-child(-n + 8) .ant-table-column-title {
  color: #ffc57f;
}
[data-v-260eb6c9] .ant-table-tbody .ant-table-row-cell-break-word:nth-child(n + 13):nth-child(-n + 14) {
  font-size: 12px;
  line-height: 1.2em;
  text-align: left;
}
[data-v-260eb6c9] .ant-table-column-title {
  font-size: 12px;
  display: inline-block;
  line-height: 12px;
  vertical-align: top;
  padding: 3px 0;
}
[data-v-260eb6c9] .row-marksers {
  background-color: rgba(245, 108, 108, 0.2);
}
[data-v-260eb6c9] textarea.ant-input {
  vertical-align: middle;
}
.pointer[data-v-260eb6c9] {
  cursor: pointer;
}
.pointer[data-v-260eb6c9]:hover {
  cursor: pointer;
  color: #f00;
}
.available[data-v-260eb6c9] {
  cursor: pointer;
}
.available[data-v-260eb6c9]:hover {
  text-decoration: underline;
}
[data-v-260eb6c9] .ant-select {
  border: 1px solid #d9d9d9;
  height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-260eb6c9] .ant-calendar-picker-input {
  height: 34px;
}

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

/* 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-016eb25c] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-016eb25c] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-016eb25c]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-016eb25c]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-016eb25c]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-016eb25c]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-016eb25c] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-016eb25c] {
  pointer-events: none;
}
#nprogress .bar[data-v-016eb25c] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-016eb25c] {
  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-016eb25c] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-016eb25c] {
  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-016eb25c 400ms linear infinite;
  animation: nprogress-spinner-016eb25c 400ms linear infinite;
}
.nprogress-custom-parent[data-v-016eb25c] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-016eb25c],
.nprogress-custom-parent #nprogress .bar[data-v-016eb25c] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-016eb25c {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-016eb25c {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.detail-store-modal[data-v-016eb25c] .ant-modal-body {
  max-height: 600px;
  overflow-y: auto;
}
.detail-store-modal[data-v-016eb25c] .total-row {
  background-color: #d4edda !important;
  font-weight: 600;
}
.detail-store-modal[data-v-016eb25c] .total-row:hover > td {
  background-color: #c3e6cb !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-0120d9b6] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-0120d9b6] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-0120d9b6]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-0120d9b6]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-0120d9b6]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-0120d9b6]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-0120d9b6] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-0120d9b6] {
  pointer-events: none;
}
#nprogress .bar[data-v-0120d9b6] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-0120d9b6] {
  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-0120d9b6] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-0120d9b6] {
  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-0120d9b6 400ms linear infinite;
  animation: nprogress-spinner-0120d9b6 400ms linear infinite;
}
.nprogress-custom-parent[data-v-0120d9b6] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-0120d9b6],
.nprogress-custom-parent #nprogress .bar[data-v-0120d9b6] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-0120d9b6 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-0120d9b6 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.platform-jump-container[data-v-0120d9b6] {
  display: inline-block;
}
.platform-jump-container .platform-link[data-v-0120d9b6] {
  cursor: pointer;
  margin-right: 8px;
  color: #1890ff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.platform-jump-container .platform-link[data-v-0120d9b6]:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.platform-jump-container .platform-link[data-v-0120d9b6]:last-child {
  margin-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-4d69e235] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-4d69e235] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-4d69e235]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-4d69e235]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-4d69e235]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-4d69e235]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-4d69e235] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-4d69e235] {
  pointer-events: none;
}
#nprogress .bar[data-v-4d69e235] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-4d69e235] {
  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-4d69e235] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-4d69e235] {
  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-4d69e235 400ms linear infinite;
  animation: nprogress-spinner-4d69e235 400ms linear infinite;
}
.nprogress-custom-parent[data-v-4d69e235] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-4d69e235],
.nprogress-custom-parent #nprogress .bar[data-v-4d69e235] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-4d69e235 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-4d69e235 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.history-container[data-v-4d69e235] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  overflow: hidden;
}
.label-column[data-v-4d69e235] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  background-color: #fafafa;
  border-right: 1px solid #d9d9d9;
}
.label-column .label-cell[data-v-4d69e235] {
  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-weight: 500;
  color: #333;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.label-column .label-cell[data-v-4d69e235]:last-child {
  border-bottom: none;
}
.label-column .label-img[data-v-4d69e235] {
  height: 150px;
}
.label-column .label-time[data-v-4d69e235] {
  height: 50px;
}
.data-scroll-wrapper[data-v-4d69e235] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
}
.data-columns[data-v-4d69e235] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.data-column[data-v-4d69e235] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  border-right: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.data-column[data-v-4d69e235]:last-child {
  border-right: none;
}
.data-cell[data-v-4d69e235] {
  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;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.data-cell[data-v-4d69e235]:last-child {
  border-bottom: none;
}
.cell-img[data-v-4d69e235] {
  height: 150px;
  padding: 10px;
  border-bottom: none;
}
.cell-img .pic[data-v-4d69e235] {
  width: 90px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cell-img .pic[data-v-4d69e235]:hover {
  border-color: #1890ff;
}
.cell-time[data-v-4d69e235] {
  height: 50px;
  color: #666;
  font-size: 14px;
}

/* 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-c9878e06] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-c9878e06] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-c9878e06]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-c9878e06]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-c9878e06]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-c9878e06]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-c9878e06] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-c9878e06] {
  pointer-events: none;
}
#nprogress .bar[data-v-c9878e06] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-c9878e06] {
  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-c9878e06] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-c9878e06] {
  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-c9878e06 400ms linear infinite;
  animation: nprogress-spinner-c9878e06 400ms linear infinite;
}
.nprogress-custom-parent[data-v-c9878e06] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-c9878e06],
.nprogress-custom-parent #nprogress .bar[data-v-c9878e06] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-c9878e06 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-c9878e06 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.a-card[data-v-c9878e06] {
  position: relative;
}
.a-card .toggle .toggle-box[data-v-c9878e06] {
  position: fixed;
  top: 25%;
  z-index: 100;
}
.a-card .toggle .toggle-box .icon[data-v-c9878e06] {
  font-size: 60px;
}
.a-card .toggle .toggle-left[data-v-c9878e06] {
  left: 13%;
}
.a-card .toggle .toggle-right[data-v-c9878e06] {
  right: 1%;
}
.a-card .info-lass[data-v-c9878e06] {
  position: relative;
}
.a-card .info-lass .stock-info[data-v-c9878e06] {
  position: absolute;
  right: 10%;
  cursor: pointer;
}
.a-card .info-lass .item-info-lass[data-v-c9878e06] {
  width: 120px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  border-left: 2px solid #1890ff;
  padding-left: 10px;
}
.a-card .info-lass .top-layout[data-v-c9878e06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.a-card .info-lass .top-layout .top-layout-tool[data-v-c9878e06] {
  position: absolute;
  top: 137px;
  left: 25px;
  width: 90px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  color: #1890ff;
}
.a-card .info-lass .top-layout .top-layout-r[data-v-c9878e06] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 130px;
}
.a-card .info-lass .lass-top[data-v-c9878e06] {
  padding: 2px 0 0 24px;
}
.a-card .info-lass .lass-top .info-lss-img[data-v-c9878e06] {
  width: 90px;
  height: 130px;
  display: block;
  margin-right: 15px;
}
.a-card .info-lass .lass-top .marg10px[data-v-c9878e06] {
  margin-bottom: 8px;
}
.a-card .info-lass .lass-top span[data-v-c9878e06] {
  display: inline-block;
  margin-right: 10px;
  min-width: 80px;
}
.a-card .info-lass .lass-top .weight[data-v-c9878e06] {
  font-weight: 600;
}
.a-card .info-lass .lass-top .hover[data-v-c9878e06]:hover {
  cursor: pointer;
  color: #1890ff;
  text-decoration: underline;
}
.a-card .info-lass .lass-top .link[data-v-c9878e06] {
  margin-left: 1px;
  cursor: pointer;
  color: #1890ff;
  font-size: 12px;
}
.a-card .info-lass .lass-top .cost-style[data-v-c9878e06] {
  display: inline-block;
  border: 1px solid #c52821;
  border-radius: 50%;
  height: 14px;
  color: #c52821;
}
.a-card .info-lass .lass-top .long-content[data-v-c9878e06] {
  max-width: 75%;
}
.a-card .info-lass .lass-top .point[data-v-c9878e06]:hover {
  cursor: pointer;
  color: #f00;
  text-decoration: underline;
}
.a-card .info-lass .lass-top .input-content[data-v-c9878e06] {
  display: inline-block;
  font-size: 12px;
  width: 100%;
  height: 27px;
  border: 1px solid #b8b8b8;
  background-color: #f5f5f5;
  font-size: 13px !important;
  line-height: 1.5;
  border-radius: 4px;
  opacity: 1;
}
.a-card .info-lass .lass-top .danger-style[data-v-c9878e06] {
  color: #f00;
}
.a-card .info-lass .lass-top .handele-style[data-v-c9878e06] {
  background-color: #fff !important;
  border: 1px solid #1890ff;
}
.a-card .info-lass .lass-top .derive[data-v-c9878e06] {
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.a-card .info-lass .total-lable[data-v-c9878e06],
.a-card .info-lass .total-num[data-v-c9878e06] {
  display: inline-block;
  font-size: 12px;
}
.a-card .info-lass .total-lable[data-v-c9878e06] {
  min-width: 100px;
}
.a-card .info-lass .total-num[data-v-c9878e06] {
  color: #999999;
}
.a-card .info-lass .standard-table[data-v-c9878e06] {
  padding: 24px 0;
}
.a-card .info-lass .standard-table[data-v-c9878e06] .ant-table-thead > tr > th {
  padding: 0 1px !important;
}
.a-card .info-lass .standard-table[data-v-c9878e06] .ant-table-tbody > tr > td {
  padding: 0 1px;
}
.a-card .info-lass[data-v-c9878e06] .ant-select-sm .ant-select-selection--single {
  height: 25px;
}
.a-card .info-op-button-group[data-v-c9878e06] {
  position: relative;
}
.a-card .info-op-button-group .info-op-button[data-v-c9878e06] {
  position: absolute;
  right: 20px;
  top: 0;
}
.rate-nav[data-v-c9878e06] {
  padding: 6px 24px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  vertical-align: top;
}
.rate-nav .rate-label[data-v-c9878e06] {
  cursor: pointer;
  color: #1890ff;
  font-size: 12px;
  line-height: 23px;
  width: 90px;
  text-align: center;
  display: inline-block;
}
.rate-nav .rate-item[data-v-c9878e06] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 14px;
}
.rate-nav .rate-item .rate-value[data-v-c9878e06] {
  width: 16.6%;
}
.rate-nav .rate-item .label[data-v-c9878e06] {
  font-size: 13px;
}
.rate-nav .rate-item .danger[data-v-c9878e06] {
  cursor: pointer;
  color: #f00;
}
.rate-nav .rate-item .link[data-v-c9878e06]:hover {
  text-decoration: underline;
  color: #1890ff;
}
[data-v-c9878e06] .ant-select-selection {
  border: none !important;
}
[data-v-c9878e06] .ant-collapse-content > .ant-collapse-content-box {
  padding: 0;
}
.cost-price-img[data-v-c9878e06] {
  width: 25px;
  height: 25px;
}

