/* 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-d76d1b5c] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-d76d1b5c] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-d76d1b5c]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-d76d1b5c]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-d76d1b5c]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-d76d1b5c]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-d76d1b5c] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-d76d1b5c] {
  pointer-events: none;
}
#nprogress .bar[data-v-d76d1b5c] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-d76d1b5c] {
  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-d76d1b5c] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-d76d1b5c] {
  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-d76d1b5c 400ms linear infinite;
  animation: nprogress-spinner-d76d1b5c 400ms linear infinite;
}
.nprogress-custom-parent[data-v-d76d1b5c] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-d76d1b5c],
.nprogress-custom-parent #nprogress .bar[data-v-d76d1b5c] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-d76d1b5c {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-d76d1b5c {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.title[data-v-d76d1b5c] {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  border-left: 2px solid #1890ff;
  padding-left: 10px;
}
.view .view-top[data-v-d76d1b5c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.view .view-top .view-img[data-v-d76d1b5c] {
  width: 240px;
  height: 320px;
  position: relative;
}
.view .view-top .git-infomation[data-v-d76d1b5c] {
  margin-bottom: 0;
  padding: 0 0 0 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.view .view-top .git-infomation .git-infomation-title[data-v-d76d1b5c] {
  text-align: left;
}
.view .view-top .git-infomation .git-infomation-content[data-v-d76d1b5c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.view .view-top .git-infomation .git-infomation-content .price[data-v-d76d1b5c] {
  color: #f00;
  font-weight: 600;
}
.view .view-top .git-infomation .git-infomation-content .col[data-v-d76d1b5c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.view .view-top .git-infomation .git-infomation-content .col span[data-v-d76d1b5c]:nth-child(1) {
  width: 120px;
  display: inline-block;
  text-align: left;
  padding-left: 20px;
}
.view .view-top .git-infomation .git-infomation-content .col span[data-v-d76d1b5c]:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  display: inline-block;
}
.view .info-lass .item-info-lass[data-v-d76d1b5c] {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.view .info-lass .item-info-lass .info-lass-lable[data-v-d76d1b5c] {
  width: 120px;
}
.view .info-lass .lable-room[data-v-d76d1b5c] {
  margin-bottom: 20px;
  margin-left: 20px;
}
.view .info-lass .standard-table[data-v-d76d1b5c] {
  padding: 24px;
}
.view .info-lass .standard-table[data-v-d76d1b5c] .ant-table-thead > tr > th {
  padding: 10px !important;
}
.view .info-lass .standard-table[data-v-d76d1b5c] .ant-table-tbody > tr > td {
  padding: 10px;
}

/* 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-f5fc8788] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-f5fc8788] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-f5fc8788]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-f5fc8788]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-f5fc8788]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-f5fc8788]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-f5fc8788] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-f5fc8788] {
  pointer-events: none;
}
#nprogress .bar[data-v-f5fc8788] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-f5fc8788] {
  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-f5fc8788] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-f5fc8788] {
  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-f5fc8788 400ms linear infinite;
  animation: nprogress-spinner-f5fc8788 400ms linear infinite;
}
.nprogress-custom-parent[data-v-f5fc8788] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-f5fc8788],
.nprogress-custom-parent #nprogress .bar[data-v-f5fc8788] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-f5fc8788 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-f5fc8788 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.title[data-v-f5fc8788] {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  border-left: 2px solid #1890ff;
  padding-left: 10px;
}
.submit-btn[data-v-f5fc8788] {
  background-color: #1890ff;
  color: #fff;
}
.view .view-top[data-v-f5fc8788] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.view .view-top .view-img[data-v-f5fc8788] {
  width: 240px;
  height: 320px;
  position: relative;
}
.view .view-top .git-infomation[data-v-f5fc8788] {
  margin-bottom: 0;
  padding: 0 0 0 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.view .view-top .git-infomation .git-infomation-title[data-v-f5fc8788] {
  text-align: left;
}
.view .view-top .git-infomation .git-infomation-content[data-v-f5fc8788] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.view .view-top .git-infomation .git-infomation-content .price[data-v-f5fc8788] {
  color: #f00;
  font-weight: 600;
}
.view .view-top .git-infomation .git-infomation-content .col[data-v-f5fc8788] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.view .view-top .git-infomation .git-infomation-content .col span[data-v-f5fc8788]:nth-child(1) {
  width: 120px;
  display: inline-block;
  text-align: left;
  padding-left: 20px;
}
.view .view-top .git-infomation .git-infomation-content .col span[data-v-f5fc8788]:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  display: inline-block;
}
.view .info-lass .item-info-lass[data-v-f5fc8788] {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.view .info-lass .item-info-lass .info-lass-lable[data-v-f5fc8788] {
  width: 120px;
}
.view .info-lass .item-info-lass .required[data-v-f5fc8788]::before {
  display: inline-block;
  content: "*";
  color: #f00;
}
.view .info-lass .lable-room[data-v-f5fc8788] {
  margin-bottom: 20px;
  margin-left: 20px;
}
.view .info-lass .standard-table[data-v-f5fc8788] {
  padding: 24px;
}
.view .info-lass .standard-table[data-v-f5fc8788] .ant-table-thead > tr > th {
  padding: 10px !important;
}
.view .info-lass .standard-table[data-v-f5fc8788] .ant-table-tbody > tr > td {
  padding: 10px;
}

/* 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-34383c12] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-34383c12] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-34383c12]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-34383c12]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-34383c12]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-34383c12]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-34383c12] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-34383c12] {
  pointer-events: none;
}
#nprogress .bar[data-v-34383c12] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-34383c12] {
  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-34383c12] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-34383c12] {
  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-34383c12 400ms linear infinite;
  animation: nprogress-spinner-34383c12 400ms linear infinite;
}
.nprogress-custom-parent[data-v-34383c12] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-34383c12],
.nprogress-custom-parent #nprogress .bar[data-v-34383c12] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-34383c12 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-34383c12 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.search[data-v-34383c12] {
  margin-bottom: 54px;
}
.fold[data-v-34383c12] {
  width: calc(100% - 216px);
  display: inline-block;
}
.goods-main[data-v-34383c12] {
  min-height: 500px;
}
.goods-main .goods-pic[data-v-34383c12] {
  display: inline-block;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.goods-main .model-goods-pic[data-v-34383c12] {
  width: 100%;
}
.goods-main .action-btn[data-v-34383c12] {
  color: #F56C6C;
}
.floor[data-v-34383c12] {
  text-align: 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-220a1c4a] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-220a1c4a] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-220a1c4a]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-220a1c4a]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-220a1c4a]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-220a1c4a]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-220a1c4a] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-220a1c4a] {
  pointer-events: none;
}
#nprogress .bar[data-v-220a1c4a] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-220a1c4a] {
  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-220a1c4a] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-220a1c4a] {
  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-220a1c4a 400ms linear infinite;
  animation: nprogress-spinner-220a1c4a 400ms linear infinite;
}
.nprogress-custom-parent[data-v-220a1c4a] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-220a1c4a],
.nprogress-custom-parent #nprogress .bar[data-v-220a1c4a] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-220a1c4a {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-220a1c4a {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.title[data-v-220a1c4a] {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  border-left: 2px solid #1890ff;
  padding-left: 10px;
}
.modal .footer-btn1[data-v-220a1c4a] {
  color: #fff;
  background-color: #67C23A;
}
.modal .footer-btn2[data-v-220a1c4a] {
  color: #fff;
  background-color: #F56C6C;
}
.view .view-top[data-v-220a1c4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.view .view-top .view-img[data-v-220a1c4a] {
  width: 240px;
  height: 320px;
  position: relative;
}
.view .view-top .view-img .goods-state[data-v-220a1c4a] {
  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;
  z-index: 10;
}
.view .view-top .view-img .style-1[data-v-220a1c4a] {
  background-color: #E6A23C;
}
.view .view-top .view-img .style-2[data-v-220a1c4a] {
  background-color: #F56C6C;
}
.view .view-top .view-img .style-3[data-v-220a1c4a] {
  background-color: #67C23A;
}
.view .view-top .git-infomation[data-v-220a1c4a] {
  margin-bottom: 0;
  padding: 0 0 0 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.view .view-top .git-infomation .git-infomation-title[data-v-220a1c4a] {
  text-align: left;
}
.view .view-top .git-infomation .git-infomation-content[data-v-220a1c4a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.view .view-top .git-infomation .git-infomation-content .price[data-v-220a1c4a] {
  color: #f00;
  font-weight: 600;
}
.view .view-top .git-infomation .git-infomation-content .col[data-v-220a1c4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.view .view-top .git-infomation .git-infomation-content .col span[data-v-220a1c4a]:nth-child(1) {
  width: 120px;
  display: inline-block;
  text-align: left;
  padding-left: 20px;
}
.view .view-top .git-infomation .git-infomation-content .col span[data-v-220a1c4a]:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  display: inline-block;
}
.view .info-lass .item-info-lass[data-v-220a1c4a] {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.view .info-lass .item-info-lass .info-lass-lable[data-v-220a1c4a] {
  width: 120px;
}
.view .info-lass .lable-room[data-v-220a1c4a] {
  margin-bottom: 20px;
  margin-left: 20px;
}
.view .info-lass .standard-table[data-v-220a1c4a] {
  padding: 24px;
}
.view .info-lass .standard-table[data-v-220a1c4a] .ant-table-thead > tr > th {
  padding: 10px !important;
}
.view .info-lass .standard-table[data-v-220a1c4a] .ant-table-tbody > tr > td {
  padding: 10px;
}

/* 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-025061c0] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-025061c0] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-025061c0]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-025061c0]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-025061c0]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-025061c0]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-025061c0] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-025061c0] {
  pointer-events: none;
}
#nprogress .bar[data-v-025061c0] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-025061c0] {
  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-025061c0] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-025061c0] {
  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-025061c0 400ms linear infinite;
  animation: nprogress-spinner-025061c0 400ms linear infinite;
}
.nprogress-custom-parent[data-v-025061c0] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-025061c0],
.nprogress-custom-parent #nprogress .bar[data-v-025061c0] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-025061c0 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-025061c0 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.search[data-v-025061c0] {
  margin-bottom: 54px;
}
.fold[data-v-025061c0] {
  width: calc(100% - 216px);
  display: inline-block;
}
.operator[data-v-025061c0] {
  margin-bottom: 18px;
  position: relative;
  width: 100%;
}
.serach-reset[data-v-025061c0] {
  float: right;
  margin-top: 3px;
}
.serach-reset .reset-btn[data-v-025061c0] {
  margin-left: 8px;
}
.main[data-v-025061c0] {
  min-height: 500px;
}
.main .slot-img[data-v-025061c0] {
  display: inline-block;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .reset-btn[data-v-025061c0] {
  color: #67C23A;
}
.main .staus-btn1[data-v-025061c0] {
  color: #E6A23C;
}
.main .staus-btn2[data-v-025061c0] {
  color: #F56C6C;
}
.main .staus-btn3[data-v-025061c0] {
  color: #67C23A;
}

/* 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-0248a23f] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-0248a23f] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-0248a23f]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-0248a23f]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-0248a23f]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-0248a23f]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-0248a23f] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-0248a23f] {
  pointer-events: none;
}
#nprogress .bar[data-v-0248a23f] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-0248a23f] {
  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-0248a23f] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-0248a23f] {
  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-0248a23f 400ms linear infinite;
  animation: nprogress-spinner-0248a23f 400ms linear infinite;
}
.nprogress-custom-parent[data-v-0248a23f] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-0248a23f],
.nprogress-custom-parent #nprogress .bar[data-v-0248a23f] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-0248a23f {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-0248a23f {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.title[data-v-0248a23f] {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  border-left: 2px solid #1890ff;
  padding-left: 10px;
}
.modal .footer-btn1[data-v-0248a23f] {
  color: #fff;
  background-color: #67C23A;
}
.modal .footer-btn2[data-v-0248a23f] {
  color: #fff;
  background-color: #F56C6C;
}
.view .view-top[data-v-0248a23f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.view .view-top .view-img[data-v-0248a23f] {
  width: 240px;
  height: 320px;
  position: relative;
}
.view .view-top .view-img .goods-state[data-v-0248a23f] {
  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;
  z-index: 10;
}
.view .view-top .view-img .style-1[data-v-0248a23f] {
  background-color: #E6A23C;
}
.view .view-top .view-img .style-2[data-v-0248a23f] {
  background-color: #F56C6C;
}
.view .view-top .view-img .style-3[data-v-0248a23f] {
  background-color: #67C23A;
}
.view .view-top .git-infomation[data-v-0248a23f] {
  margin-bottom: 0;
  padding: 0 0 0 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.view .view-top .git-infomation .git-infomation-title[data-v-0248a23f] {
  text-align: left;
}
.view .view-top .git-infomation .git-infomation-content[data-v-0248a23f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.view .view-top .git-infomation .git-infomation-content .price[data-v-0248a23f] {
  color: #f00;
  font-weight: 600;
}
.view .view-top .git-infomation .git-infomation-content .col[data-v-0248a23f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.view .view-top .git-infomation .git-infomation-content .col span[data-v-0248a23f]:nth-child(1) {
  width: 120px;
  display: inline-block;
  text-align: left;
  padding-left: 20px;
}
.view .view-top .git-infomation .git-infomation-content .col span[data-v-0248a23f]:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  display: inline-block;
}
.view .info-lass .item-info-lass[data-v-0248a23f] {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.view .info-lass .item-info-lass .info-lass-lable[data-v-0248a23f] {
  width: 120px;
}
.view .info-lass .lable-room[data-v-0248a23f] {
  margin-bottom: 20px;
  margin-left: 20px;
}
.view .info-lass .standard-table[data-v-0248a23f] {
  padding: 24px;
}
.view .info-lass .standard-table[data-v-0248a23f] .ant-table-thead > tr > th {
  padding: 10px !important;
}
.view .info-lass .standard-table[data-v-0248a23f] .ant-table-tbody > tr > td {
  padding: 10px;
}

/* 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-649e2324] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-649e2324] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-649e2324]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-649e2324]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-649e2324]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-649e2324]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-649e2324] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-649e2324] {
  pointer-events: none;
}
#nprogress .bar[data-v-649e2324] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-649e2324] {
  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-649e2324] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-649e2324] {
  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-649e2324 400ms linear infinite;
  animation: nprogress-spinner-649e2324 400ms linear infinite;
}
.nprogress-custom-parent[data-v-649e2324] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-649e2324],
.nprogress-custom-parent #nprogress .bar[data-v-649e2324] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-649e2324 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-649e2324 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.search[data-v-649e2324] {
  margin-bottom: 54px;
}
.fold[data-v-649e2324] {
  width: calc(100% - 216px);
  display: inline-block;
}
.operator[data-v-649e2324] {
  margin-bottom: 18px;
  position: relative;
  width: 100%;
}
.serach-reset[data-v-649e2324] {
  float: right;
  margin-top: 3px;
}
.serach-reset .reset-btn[data-v-649e2324] {
  margin-left: 8px;
}
.main[data-v-649e2324] {
  min-height: 500px;
}
.main .slot-img[data-v-649e2324] {
  display: inline-block;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .reset-btn[data-v-649e2324] {
  color: #67C23A;
}
.main .staus-btn1[data-v-649e2324] {
  color: #E6A23C;
}
.main .staus-btn2[data-v-649e2324] {
  color: #F56C6C;
}
.main .staus-btn3[data-v-649e2324] {
  color: #67C23A;
}

/* 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-e74d7788] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-e74d7788] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-e74d7788]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-e74d7788]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-e74d7788]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-e74d7788]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-e74d7788] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-e74d7788] {
  pointer-events: none;
}
#nprogress .bar[data-v-e74d7788] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-e74d7788] {
  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-e74d7788] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-e74d7788] {
  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-e74d7788 400ms linear infinite;
  animation: nprogress-spinner-e74d7788 400ms linear infinite;
}
.nprogress-custom-parent[data-v-e74d7788] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-e74d7788],
.nprogress-custom-parent #nprogress .bar[data-v-e74d7788] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-e74d7788 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-e74d7788 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.title[data-v-e74d7788] {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  border-left: 2px solid #1890ff;
  padding-left: 10px;
}
.view .view-top[data-v-e74d7788] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.view .view-top .view-img[data-v-e74d7788] {
  width: 240px;
  height: 320px;
  position: relative;
}
.view .view-top .info[data-v-e74d7788] {
  margin-bottom: 0;
  padding: 0 0 0 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.view .view-top .info .info-title[data-v-e74d7788] {
  text-align: left;
}
.view .view-top .info .info-content[data-v-e74d7788] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.view .view-top .info .info-content .price[data-v-e74d7788] {
  color: #f00;
  font-weight: 600;
}
.view .view-top .info .info-content .col[data-v-e74d7788] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.view .view-top .info .info-content .col span[data-v-e74d7788]:nth-child(1) {
  width: 120px;
  display: inline-block;
  text-align: left;
  padding-left: 20px;
}
.view .view-top .info .info-content .col span[data-v-e74d7788]:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  display: inline-block;
}
.view .info-lass .item-info-lass[data-v-e74d7788] {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.view .info-lass .item-info-lass .info-lass-lable[data-v-e74d7788] {
  width: 120px;
}
.view .info-lass .lable-room[data-v-e74d7788] {
  margin-bottom: 20px;
  margin-left: 20px;
}
.view .info-lass .standard-table[data-v-e74d7788] {
  padding: 24px;
}
.view .info-lass .standard-table[data-v-e74d7788] .ant-table-thead > tr > th {
  padding: 10px !important;
}
.view .info-lass .standard-table[data-v-e74d7788] .ant-table-tbody > tr > td {
  padding: 10px;
}
.view .row[data-v-e74d7788] {
  margin: 24px;
}
.view .row .col[data-v-e74d7788] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.view .row .col .col-lable[data-v-e74d7788] {
  display: inline-block;
  width: 120px;
}
.view .row .col .width[data-v-e74d7788] {
  width: 300px;
}

/* 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-e227b0dc] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-e227b0dc] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-e227b0dc]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-e227b0dc]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-e227b0dc]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-e227b0dc]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-e227b0dc] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-e227b0dc] {
  pointer-events: none;
}
#nprogress .bar[data-v-e227b0dc] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-e227b0dc] {
  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-e227b0dc] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-e227b0dc] {
  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-e227b0dc 400ms linear infinite;
  animation: nprogress-spinner-e227b0dc 400ms linear infinite;
}
.nprogress-custom-parent[data-v-e227b0dc] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-e227b0dc],
.nprogress-custom-parent #nprogress .bar[data-v-e227b0dc] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-e227b0dc {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-e227b0dc {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.title[data-v-e227b0dc] {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  border-left: 2px solid #1890ff;
  padding-left: 10px;
}
.submit-btn[data-v-e227b0dc] {
  background-color: #1890ff;
  color: #fff;
}
.view .view-top[data-v-e227b0dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.view .view-top .view-img[data-v-e227b0dc] {
  width: 240px;
  height: 320px;
  position: relative;
}
.view .view-top .git-infomation[data-v-e227b0dc] {
  margin-bottom: 0;
  padding: 0 0 0 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.view .view-top .git-infomation .git-infomation-title[data-v-e227b0dc] {
  text-align: left;
}
.view .view-top .git-infomation .git-infomation-content[data-v-e227b0dc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.view .view-top .git-infomation .git-infomation-content .price[data-v-e227b0dc] {
  color: #f00;
  font-weight: 600;
}
.view .view-top .git-infomation .git-infomation-content .col[data-v-e227b0dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.view .view-top .git-infomation .git-infomation-content .col span[data-v-e227b0dc]:nth-child(1) {
  width: 120px;
  display: inline-block;
  text-align: left;
  padding-left: 20px;
}
.view .view-top .git-infomation .git-infomation-content .col span[data-v-e227b0dc]:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  display: inline-block;
}
.view .info-lass .item-info-lass[data-v-e227b0dc] {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.view .info-lass .item-info-lass .info-lass-lable[data-v-e227b0dc] {
  width: 120px;
}
.view .info-lass .item-info-lass .required[data-v-e227b0dc]::before {
  display: inline-block;
  content: "*";
  color: #f00;
}
.view .info-lass .lable-room[data-v-e227b0dc] {
  margin-bottom: 20px;
  margin-left: 20px;
}
.view .info-lass .standard-table[data-v-e227b0dc] {
  padding: 24px;
}
.view .info-lass .standard-table[data-v-e227b0dc] .ant-table-thead > tr > th {
  padding: 10px !important;
}
.view .info-lass .standard-table[data-v-e227b0dc] .ant-table-tbody > tr > td {
  padding: 10px;
}
.view .row[data-v-e227b0dc] {
  margin: 24px;
}
.view .row .col[data-v-e227b0dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.view .row .col .col-lable[data-v-e227b0dc] {
  display: inline-block;
  width: 120px;
}
.view .row .col .width[data-v-e227b0dc] {
  width: 300px;
}

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

/* 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-95b2b376] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-95b2b376] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-95b2b376]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-95b2b376]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-95b2b376]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-95b2b376]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-95b2b376] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-95b2b376] {
  pointer-events: none;
}
#nprogress .bar[data-v-95b2b376] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-95b2b376] {
  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-95b2b376] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-95b2b376] {
  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-95b2b376 400ms linear infinite;
  animation: nprogress-spinner-95b2b376 400ms linear infinite;
}
.nprogress-custom-parent[data-v-95b2b376] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-95b2b376],
.nprogress-custom-parent #nprogress .bar[data-v-95b2b376] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-95b2b376 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-95b2b376 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.title[data-v-95b2b376] {
  font-size: 16px;
  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-07e58b3e] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-07e58b3e] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-07e58b3e]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-07e58b3e]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-07e58b3e]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-07e58b3e]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-07e58b3e] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-07e58b3e] {
  pointer-events: none;
}
#nprogress .bar[data-v-07e58b3e] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-07e58b3e] {
  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-07e58b3e] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-07e58b3e] {
  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-07e58b3e 400ms linear infinite;
  animation: nprogress-spinner-07e58b3e 400ms linear infinite;
}
.nprogress-custom-parent[data-v-07e58b3e] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-07e58b3e],
.nprogress-custom-parent #nprogress .bar[data-v-07e58b3e] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-07e58b3e {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-07e58b3e {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.search[data-v-07e58b3e] {
  margin-bottom: 54px;
}
.fold[data-v-07e58b3e] {
  width: calc(100% - 216px);
  display: inline-block;
}
.operator[data-v-07e58b3e] {
  margin-bottom: 18px;
  position: relative;
  width: 100%;
}
.goods-main[data-v-07e58b3e] {
  min-height: 500px;
}
.goods-main .goods-pic[data-v-07e58b3e] {
  display: inline-block;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.goods-main .model-goods-pic[data-v-07e58b3e] {
  width: 100%;
}
.goods-main .action-btn[data-v-07e58b3e] {
  color: #F56C6C;
}
.floor[data-v-07e58b3e] {
  text-align: 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-134b3078] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-134b3078] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-134b3078]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-134b3078]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-134b3078]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-134b3078]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-134b3078] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-134b3078] {
  pointer-events: none;
}
#nprogress .bar[data-v-134b3078] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-134b3078] {
  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-134b3078] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-134b3078] {
  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-134b3078 400ms linear infinite;
  animation: nprogress-spinner-134b3078 400ms linear infinite;
}
.nprogress-custom-parent[data-v-134b3078] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-134b3078],
.nprogress-custom-parent #nprogress .bar[data-v-134b3078] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-134b3078 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-134b3078 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.goods-pic[data-v-134b3078] {
  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-0d951ffe] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-0d951ffe] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-0d951ffe]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-0d951ffe]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-0d951ffe]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-0d951ffe]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-0d951ffe] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-0d951ffe] {
  pointer-events: none;
}
#nprogress .bar[data-v-0d951ffe] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-0d951ffe] {
  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-0d951ffe] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-0d951ffe] {
  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-0d951ffe 400ms linear infinite;
  animation: nprogress-spinner-0d951ffe 400ms linear infinite;
}
.nprogress-custom-parent[data-v-0d951ffe] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-0d951ffe],
.nprogress-custom-parent #nprogress .bar[data-v-0d951ffe] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-0d951ffe {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-0d951ffe {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.search[data-v-0d951ffe] {
  margin-bottom: 54px;
}
.fold[data-v-0d951ffe] {
  width: calc(100% - 216px);
  display: inline-block;
}
.main[data-v-0d951ffe] {
  min-height: 500px;
}
.main .grid-table[data-v-0d951ffe] {
  width: 600px;
}
.main .goods-pic[data-v-0d951ffe] {
  display: inline-block;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .point[data-v-0d951ffe] {
  color: #409eff;
}
.main .point[data-v-0d951ffe]:hover {
  cursor: pointer;
  color: #409eff;
  text-decoration: underline;
}
.main .flag[data-v-0d951ffe] {
  color: #f00;
}
.main .status1[data-v-0d951ffe] {
  color: #909399;
}
.main .status2[data-v-0d951ffe] {
  color: #cd7a4a;
}
.main .status3[data-v-0d951ffe] {
  color: #845EC2;
}
.main .status4[data-v-0d951ffe] {
  color: #31c19e;
}
.main .status5[data-v-0d951ffe] {
  color: #409eff;
}
.icon-ziying[data-v-0d951ffe] {
  color: #59b383;
}
[data-v-0d951ffe] .vxe-table--footer {
  background-color: #f5f5f5 !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-055b8100] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-055b8100] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-055b8100]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-055b8100]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-055b8100]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-055b8100]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-055b8100] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-055b8100] {
  pointer-events: none;
}
#nprogress .bar[data-v-055b8100] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-055b8100] {
  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-055b8100] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-055b8100] {
  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-055b8100 400ms linear infinite;
  animation: nprogress-spinner-055b8100 400ms linear infinite;
}
.nprogress-custom-parent[data-v-055b8100] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-055b8100],
.nprogress-custom-parent #nprogress .bar[data-v-055b8100] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-055b8100 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-055b8100 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.setting-wrap[data-v-055b8100] {
  padding: 24px;
}
.setting-wrap .setting-menu[data-v-055b8100] {
  padding: 24px;
  background-color: #fff;
  min-height: 100vh;
}
.setting-wrap .setting-menu .tab-list[data-v-055b8100] {
  padding: 10px 24px;
  margin-bottom: 8px;
  width: 224px;
  font-weight: 600;
}
.setting-wrap .setting-menu .active[data-v-055b8100] {
  background-color: #e6f7ff;
  color: #1890ff;
  border-right: 2px solid #1890ff;
}
.setting-wrap .main[data-v-055b8100] {
  border: 1px solid #ccc;
  width: 100%;
  padding: 24px;
}
.setting-wrap .main .main-title[data-v-055b8100] {
  color: rgba(0, 0, 0, 0.85);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 44px;
}

