/* 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-65d6700e] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-65d6700e] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-65d6700e]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-65d6700e]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-65d6700e]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-65d6700e]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-65d6700e] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-65d6700e] {
  pointer-events: none;
}
#nprogress .bar[data-v-65d6700e] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-65d6700e] {
  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-65d6700e] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-65d6700e] {
  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-65d6700e 400ms linear infinite;
  animation: nprogress-spinner-65d6700e 400ms linear infinite;
}
.nprogress-custom-parent[data-v-65d6700e] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-65d6700e],
.nprogress-custom-parent #nprogress .bar[data-v-65d6700e] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-65d6700e {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-65d6700e {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.modal[data-v-65d6700e] .ant-modal-body {
  padding: 0;
}
.form-card[data-v-65d6700e] .ant-card-body {
  padding: 24px 32px;
}
.form-group[data-v-65d6700e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.form-label[data-v-65d6700e] {
  white-space: nowrap;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.required[data-v-65d6700e] {
  color: #ff4d4f;
  margin-right: 4px;
}
[data-v-65d6700e] .remark-input {
  width: 150px;
}

/* 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-9ea165c4] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-9ea165c4] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-9ea165c4]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-9ea165c4]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-9ea165c4]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-9ea165c4]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-9ea165c4] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-9ea165c4] {
  pointer-events: none;
}
#nprogress .bar[data-v-9ea165c4] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-9ea165c4] {
  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-9ea165c4] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-9ea165c4] {
  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-9ea165c4 400ms linear infinite;
  animation: nprogress-spinner-9ea165c4 400ms linear infinite;
}
.nprogress-custom-parent[data-v-9ea165c4] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-9ea165c4],
.nprogress-custom-parent #nprogress .bar[data-v-9ea165c4] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-9ea165c4 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-9ea165c4 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.modal[data-v-9ea165c4] .ant-modal-body {
  padding: 0;
}
.rule[data-v-9ea165c4] {
  background: #f6f6f6;
  padding: 12px 16px;
  border-left: 4px solid #1890ff;
  margin-bottom: 16px;
}
.rule .font[data-v-9ea165c4] {
  color: #1890ff;
  font-weight: bold;
}
.temp-input[data-v-9ea165c4] {
  width: 80px;
}
[data-v-9ea165c4] .remark-input {
  width: 150px;
}
.unit-btn[data-v-9ea165c4] {
  width: 50px;
}
.unit-btn[data-v-9ea165c4] .ant-btn {
  border-color: #d9d9d9;
}
.form-group[data-v-9ea165c4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.form-label[data-v-9ea165c4] {
  white-space: nowrap;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.required[data-v-9ea165c4] {
  color: #ff4d4f;
  margin-right: 4px;
}
.temp-item-row[data-v-9ea165c4] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.temp-item-row[data-v-9ea165c4]:last-of-type {
  margin-bottom: 24px;
}
.delete-col[data-v-9ea165c4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button-row[data-v-9ea165c4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.add-button-row[data-v-9ea165c4] {
  margin-bottom: 24px;
}
.add-button-row[data-v-9ea165c4] .ant-btn {
  font-size: 12px;
}
.button-col[data-v-9ea165c4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-col[data-v-9ea165c4] .ant-btn {
  width: 120px;
  height: 36px;
  font-size: 14px;
}
.delete-btn[data-v-9ea165c4] {
  color: #ff4d4f;
}
.add-btn[data-v-9ea165c4] {
  background-color: #52c41a;
  border-color: #52c41a;
}
.add-btn[data-v-9ea165c4]:hover {
  background-color: #5cdbd3;
  border-color: #5cdbd3;
}

/* 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-e0c0f2a2] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-e0c0f2a2] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-e0c0f2a2]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-e0c0f2a2]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-e0c0f2a2]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-e0c0f2a2]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-e0c0f2a2] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-e0c0f2a2] {
  pointer-events: none;
}
#nprogress .bar[data-v-e0c0f2a2] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-e0c0f2a2] {
  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-e0c0f2a2] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-e0c0f2a2] {
  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-e0c0f2a2 400ms linear infinite;
  animation: nprogress-spinner-e0c0f2a2 400ms linear infinite;
}
.nprogress-custom-parent[data-v-e0c0f2a2] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-e0c0f2a2],
.nprogress-custom-parent #nprogress .bar[data-v-e0c0f2a2] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-e0c0f2a2 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-e0c0f2a2 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.modal[data-v-e0c0f2a2] .ant-modal-body {
  padding: 0;
}
.form-card[data-v-e0c0f2a2] .ant-card-body {
  padding: 24px 0;
}
.required[data-v-e0c0f2a2] {
  color: #f5222f;
  margin-right: 8px;
}
[data-v-e0c0f2a2] .costRate-input {
  width: 110px;
}
.temp-item-row[data-v-e0c0f2a2] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.temp-item-row[data-v-e0c0f2a2]:last-of-type {
  margin-bottom: 24px;
}
.temp-item-row .form-group[data-v-e0c0f2a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.temp-item-row .form-group .form-label[data-v-e0c0f2a2] {
  white-space: nowrap;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.temp-item-row .delete-col[data-v-e0c0f2a2] {
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.temp-item-row .delete-col .delete-btn[data-v-e0c0f2a2] {
  color: #f5222f;
}
.button-row[data-v-e0c0f2a2] {
  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;
  margin-top: 24px;
}
.button-row .button-col[data-v-e0c0f2a2] {
  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;
}
.button-row .button-col[data-v-e0c0f2a2] .ant-btn {
  width: 120px;
  height: 36px;
  font-size: 14px;
}
.button-row .button-col .add-btn[data-v-e0c0f2a2] {
  background-color: #52c41a;
  border-color: #52c41a;
}
.button-row .button-col .add-btn[data-v-e0c0f2a2]:hover {
  background-color: #5cdbd3;
  border-color: #5cdbd3;
}
.note[data-v-e0c0f2a2] {
  padding: 8px 24px;
  color: #f5222f;
  font-size: 12px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-3fb1a7fa] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-3fb1a7fa] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-3fb1a7fa]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-3fb1a7fa]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-3fb1a7fa]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-3fb1a7fa]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-3fb1a7fa] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-3fb1a7fa] {
  pointer-events: none;
}
#nprogress .bar[data-v-3fb1a7fa] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-3fb1a7fa] {
  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-3fb1a7fa] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-3fb1a7fa] {
  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-3fb1a7fa 400ms linear infinite;
  animation: nprogress-spinner-3fb1a7fa 400ms linear infinite;
}
.nprogress-custom-parent[data-v-3fb1a7fa] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-3fb1a7fa],
.nprogress-custom-parent #nprogress .bar[data-v-3fb1a7fa] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-3fb1a7fa {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-3fb1a7fa {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.store-icon[data-v-3fb1a7fa] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.search[data-v-3fb1a7fa] {
  margin-bottom: 54px;
}
.fold[data-v-3fb1a7fa] {
  width: calc(100% - 216px);
  display: inline-block;
}
.search-actions[data-v-3fb1a7fa] {
  float: right;
  margin-top: 3px;
}
.search-actions .reset-btn[data-v-3fb1a7fa] {
  margin-left: 8px;
}
.operator[data-v-3fb1a7fa] {
  margin-bottom: 18px;
}
.action-btn[data-v-3fb1a7fa] {
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.action-btn[data-v-3fb1a7fa]:hover {
  opacity: 0.85;
}
.action-btn.edit-btn[data-v-3fb1a7fa] {
  color: #e6a23c;
}
.action-btn.delete-btn[data-v-3fb1a7fa] {
  color: #ff4d4f;
}
.action-btn.assign-btn[data-v-3fb1a7fa] {
  color: #52c41a;
}
.action-btn[data-v-3fb1a7fa]:last-child {
  margin-right: 0;
}

