/* 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-7c559ec2] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-7c559ec2] {
  scrollbar-color: #067bef #abe0ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-7c559ec2]::-webkit-scrollbar {
  width: 12px;
  height: 1px;
}
.beauty-scroll[data-v-7c559ec2]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #067bef;
}
.beauty-scroll[data-v-7c559ec2]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #82cdff;
}
.split-right[data-v-7c559ec2]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-7c559ec2] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.85);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-7c559ec2] {
  pointer-events: none;
}
#nprogress .bar[data-v-7c559ec2] {
  background: #067bef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-7c559ec2] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #067bef, 0 0 5px #067bef;
          box-shadow: 0 0 10px #067bef, 0 0 5px #067bef;
  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-7c559ec2] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-7c559ec2] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #067bef;
  border-left-color: #067bef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-7c559ec2 400ms linear infinite;
  animation: nprogress-spinner-data-v-7c559ec2 400ms linear infinite;
}
.nprogress-custom-parent[data-v-7c559ec2] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-7c559ec2],
.nprogress-custom-parent #nprogress .bar[data-v-7c559ec2] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-7c559ec2 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-7c559ec2 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.detailModelTable[data-v-7c559ec2] {
  margin-bottom: 0px!important;
}
[data-v-7c559ec2] .detailModelTable .ant-table-tbody > tr > td {
  position: relative;
  min-width: 55px;
  margin: 0;
  padding: 0;
}
.tableCheckBox[data-v-7c559ec2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 8px;
  margin: 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* justify-content: center; */
}
.tdTxt[data-v-7c559ec2] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.itemBox[data-v-7c559ec2] {
  padding: 0px;
  margin-bottom: 15px;
}
.itemBox .itemPicBox[data-v-7c559ec2] {
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
[data-v-7c559ec2] .detailModelTable td[rowspan="3"].ant-table-row-cell-break-word {
  border-bottom: none;
}
[data-v-7c559ec2] .wupTable thead {
  display: none;
}
[data-v-7c559ec2] .wupTable tr td:not(:first-child) {
  text-align: center;
}
[data-v-7c559ec2] .wupTable .ant-table.ant-table-scroll-position-left.ant-table-bordered {
  border-top: none;
}
.logobz[data-v-7c559ec2] {
  margin-left: 8px;
  padding: 8px 0;
}
.rect-seal[data-v-7c559ec2] {
  width: 70px;
  height: 18px;
  opacity: 0.85;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-filter: drop-shadow(0 1px 2px rgba(200, 0, 0, 0.4));
          filter: drop-shadow(0 1px 2px rgba(200, 0, 0, 0.4));
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.seal-rect[data-v-7c559ec2] {
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid #e60000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.seal-line[data-v-7c559ec2] {
  color: #e60000;
  font-weight: bold;
  width: 100%;
  line-height: 1.3;
  font-size: 10px;
  letter-spacing: 4px;
  margin: 2px 0;
}
.rect-seal.grayed[data-v-7c559ec2] {
  -webkit-filter: grayscale(100%) opacity(0.7);
          filter: grayscale(100%) opacity(0.7);
}

