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

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

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

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

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

