/* 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-c66f275c] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-c66f275c] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-c66f275c]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-c66f275c]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-c66f275c]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-c66f275c]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-c66f275c] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-c66f275c] {
  pointer-events: none;
}
#nprogress .bar[data-v-c66f275c] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-c66f275c] {
  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-c66f275c] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-c66f275c] {
  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-c66f275c 400ms linear infinite;
  animation: nprogress-spinner-c66f275c 400ms linear infinite;
}
.nprogress-custom-parent[data-v-c66f275c] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-c66f275c],
.nprogress-custom-parent #nprogress .bar[data-v-c66f275c] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-c66f275c {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-c66f275c {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.goods-task[data-v-c66f275c] {
  min-height: 409px;
  width: 260px;
  margin: 15px;
  position: relative;
}
.goods-task .goods-item[data-v-c66f275c] {
  width: 100%;
  -webkit-box-shadow: 2px 2px 5px #3f503b;
          box-shadow: 2px 2px 5px #3f503b;
  background-color: #fff;
  padding: 15px;
  position: relative;
}
.goods-task .goods-item .goods-state[data-v-c66f275c] {
  position: absolute;
  left: 0;
  top: 10px;
  width: 30%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  opacity: 0.7;
  border-radius: 0 10px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.goods-task .goods-item .state-1[data-v-c66f275c] {
  background-color: #31c19e;
  display: block;
}
.goods-task .goods-item .state-2[data-v-c66f275c] {
  background-color: #f00;
  display: block;
}
.goods-task .goods-item .state-3[data-v-c66f275c] {
  background-color: #fa742b;
  display: block;
}
.goods-task .goods-item .state-4[data-v-c66f275c] {
  background-color: #00e4ff;
  display: block;
}
.goods-task .goods-item .goods-item-pic[data-v-c66f275c] {
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.goods-task .goods-item .goods-item-price[data-v-c66f275c] {
  color: #f00;
  font-size: 20px;
  font-weight: 600;
}
.goods-task .goods-item .goods-item-member[data-v-c66f275c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.goods-task .goods-item .goods-item-member .goods-item-title[data-v-c66f275c] {
  display: inline-block;
  min-width: 80px;
}
.goods-task .goods-item .goods-item-member .goods-item-labels[data-v-c66f275c] {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  background-color: #31c19e;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}
.goods-task .goods-item .hover-container[data-v-c66f275c] {
  display: none;
}
.goods-task .goods-item .goods-item-operate[data-v-c66f275c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
}
.goods-task .goods-item .goods-item-operate span[data-v-c66f275c] {
  margin-right: 10px;
  font-weight: 600;
}
.goods-task .goods-item .goods-item-operate .operate_t[data-v-c66f275c] {
  color: #00e4ff;
}
.goods-task .goods-item .goods-item-operate .operate_c[data-v-c66f275c] {
  color: #c32bac;
}
.goods-task .goods-item .goods-item-operate .operate_d[data-v-c66f275c] {
  color: #fa742b;
}
.goods-task:hover .goods-item[data-v-c66f275c] {
  position: absolute;
  left: 0;
  z-index: 100;
}
.goods-task:hover .hover-container[data-v-c66f275c] {
  display: block;
}
.goods-task:hover .reason[data-v-c66f275c] {
  -webkit-line-clamp: inherit;
}

/* 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-9be63b9a] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-9be63b9a] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-9be63b9a]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-9be63b9a]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-9be63b9a]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-9be63b9a]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-9be63b9a] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-9be63b9a] {
  pointer-events: none;
}
#nprogress .bar[data-v-9be63b9a] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-9be63b9a] {
  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-9be63b9a] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-9be63b9a] {
  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-9be63b9a 400ms linear infinite;
  animation: nprogress-spinner-9be63b9a 400ms linear infinite;
}
.nprogress-custom-parent[data-v-9be63b9a] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-9be63b9a],
.nprogress-custom-parent #nprogress .bar[data-v-9be63b9a] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-9be63b9a {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-9be63b9a {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
[data-v-9be63b9a] .ant-checkbox-wrapper {
  margin-left: 0 !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-6f262fe4] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-6f262fe4] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-6f262fe4]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-6f262fe4]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-6f262fe4]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-6f262fe4]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-6f262fe4] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-6f262fe4] {
  pointer-events: none;
}
#nprogress .bar[data-v-6f262fe4] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-6f262fe4] {
  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-6f262fe4] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-6f262fe4] {
  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-6f262fe4 400ms linear infinite;
  animation: nprogress-spinner-6f262fe4 400ms linear infinite;
}
.nprogress-custom-parent[data-v-6f262fe4] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-6f262fe4],
.nprogress-custom-parent #nprogress .bar[data-v-6f262fe4] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-6f262fe4 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-6f262fe4 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.op-color[data-v-6f262fe4] {
  display: inline-block !important;
  margin-right: 10px;
  width: 23px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #1890ff;
  color: #fff;
}
[data-v-6f262fe4] .ant-checkbox-wrapper {
  margin-left: 0 !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-22b462ea] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-22b462ea] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-22b462ea]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-22b462ea]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-22b462ea]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-22b462ea]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-22b462ea] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-22b462ea] {
  pointer-events: none;
}
#nprogress .bar[data-v-22b462ea] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-22b462ea] {
  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-22b462ea] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-22b462ea] {
  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-22b462ea 400ms linear infinite;
  animation: nprogress-spinner-22b462ea 400ms linear infinite;
}
.nprogress-custom-parent[data-v-22b462ea] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-22b462ea],
.nprogress-custom-parent #nprogress .bar[data-v-22b462ea] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-22b462ea {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-22b462ea {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.op-color[data-v-22b462ea] {
  display: inline-block !important;
  margin-right: 10px;
  width: 23px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #1890ff;
  color: #fff;
}
[data-v-22b462ea] .ant-checkbox-wrapper {
  margin-left: 0 !important;
}
.lable[data-v-22b462ea] {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  text-align: left;
  margin-right: 30px;
}
.col-pic[data-v-22b462ea] {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin: 0 20px 20px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.model-goods-pic[data-v-22b462ea] {
  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-46db37ac] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-46db37ac] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-46db37ac]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-46db37ac]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-46db37ac]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-46db37ac]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-46db37ac] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-46db37ac] {
  pointer-events: none;
}
#nprogress .bar[data-v-46db37ac] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-46db37ac] {
  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-46db37ac] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-46db37ac] {
  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-46db37ac 400ms linear infinite;
  animation: nprogress-spinner-46db37ac 400ms linear infinite;
}
.nprogress-custom-parent[data-v-46db37ac] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-46db37ac],
.nprogress-custom-parent #nprogress .bar[data-v-46db37ac] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-46db37ac {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-46db37ac {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.model-goods-pic[data-v-46db37ac] {
  width: 100%;
}
.goods-pic[data-v-46db37ac] {
  display: inline-block;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 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-111629ba] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-111629ba] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-111629ba]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-111629ba]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-111629ba]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-111629ba]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-111629ba] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-111629ba] {
  pointer-events: none;
}
#nprogress .bar[data-v-111629ba] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-111629ba] {
  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-111629ba] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-111629ba] {
  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-111629ba 400ms linear infinite;
  animation: nprogress-spinner-111629ba 400ms linear infinite;
}
.nprogress-custom-parent[data-v-111629ba] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-111629ba],
.nprogress-custom-parent #nprogress .bar[data-v-111629ba] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-111629ba {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-111629ba {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.search[data-v-111629ba] {
  margin-bottom: 54px;
}
.fold[data-v-111629ba] {
  width: calc(100% - 216px);
  display: inline-block;
}
.operator[data-v-111629ba] {
  margin-bottom: 18px;
  position: relative;
  width: 100%;
}
.operator .tab-nav[data-v-111629ba] {
  position: absolute;
  right: 0;
  height: 34px;
  top: 0;
}
.operator .tab-nav span[data-v-111629ba] {
  display: inline-block;
  line-height: 34px;
  text-align: center;
  margin-left: 10px;
}
.operator .tab-nav .tab-active[data-v-111629ba] {
  color: #1890ff;
}
.goods-main[data-v-111629ba] {
  min-height: 500px;
}
.goods-main .goods-main-sk[data-v-111629ba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.goods-main .goods-main-sk .btn[data-v-111629ba] {
  color: #fff;
  margin-left: 10px;
  border: none;
}
.goods-main .goods-main-sk .btn1[data-v-111629ba] {
  background: #ff8066;
}
.goods-main .goods-main-sk .btn2[data-v-111629ba] {
  background: #008e9b;
}
.goods-pic[data-v-111629ba] {
  display: inline-block;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.model-goods-pic[data-v-111629ba] {
  width: 100%;
}
.floor[data-v-111629ba] {
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-text-decoration: double;
          text-decoration: double;
}
.inventory[data-v-111629ba] {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*CSS伪类用法*/
.floor[data-v-111629ba]:after,
.floor[data-v-111629ba]:before {
  background: #999999;
  content: "";
  height: 0.5px;
  width: 10%;
}
.floor_text[data-v-111629ba] {
  margin: 0 10px;
}
.state-1[data-v-111629ba] {
  color: #fa742b;
  display: block;
}
.state-2[data-v-111629ba] {
  color: #31c19e;
  display: block;
}

