.crud-wrap .filter-wrap[data-v-41cb83e1] {
  padding: 10px 30px;
  background: #fff;
  padding-bottom: 0;
}
.crud-wrap .filter-wrap .filter-header[data-v-41cb83e1] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.crud-wrap .filter-wrap .filter-header .filter-title[data-v-41cb83e1] {
  font-size: 16px;
  color: #222222;
}
.crud-wrap .filter-wrap .filter-header .filter-title[data-v-41cb83e1]::before {
  width: 4px;
  height: 18px;
  content: "";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
  background: #0072ea;
  border-radius: 2px;
}
.crud-wrap .filter-wrap .filter-header .filter-collapse[data-v-41cb83e1] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 12px;
  color: #3f4352;
  cursor: pointer;
}
.crud-wrap .filter-wrap .no-Collapse[data-v-41cb83e1] {
  margin: 33px 0px 0px 10px;
}
.crud-wrap .filter-wrap .filter-content[data-v-41cb83e1] {
  padding-bottom: 30px;
}
.crud-wrap .filter-wrap .filter-content .filter-button[data-v-41cb83e1] {
  text-align: left;
}
.crud-wrap .filter-wrap .filter-content .filter-tips[data-v-41cb83e1] {
  margin-top: 10px;
  text-align: right;
  color: #606266;
  font-size: 14px;
}
.crud-wrap .table-wrap[data-v-41cb83e1] {
  margin-top: 10px;
  padding: 30px;
  padding-bottom: 20px;
  background: #fff;
}
.crud-wrap .table-wrap .page-table[data-v-41cb83e1] {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.crud-wrap .table-wrap[data-v-41cb83e1] .el-table .el-table__row.remind-row {
  background: #fdf5e6;
}
.crud-wrap .table-wrap[data-v-41cb83e1] .el-table th {
  border: 0;
  background-color: #F3F6FB !important;
}
.crud-wrap .confirm-dialog[data-v-41cb83e1] {
  text-align: left;
}

.choose-goods-area[data-v-6d979aca] .filter-wrap {
  padding: 20px 30px;
}
.choose-goods-area[data-v-6d979aca] .el-date-editor--daterange {
  width: 230px;
}
.choose-goods-area .button-area[data-v-6d979aca] {
  margin-top: 20px;
}
.choose-goods-area .button-area .nextBtn[data-v-6d979aca] {
  display: block;
  width: 102px;
  height: 38px;
  background: #335dfe;
  border-radius: 4px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  line-height: 1px;
}
.choose-goods-area .button-area .is-disabled[data-v-6d979aca] {
  background: #F5F7FA;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #C0C4CC;
  font-weight: 500;
}

.step-warp.el-steps[data-v-e1433026] {
  height: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.step-warp.el-steps--simple[data-v-e1433026] {
  padding-left: 0;
}
.step-warp[data-v-e1433026] .el-step .el-step__head {
  padding-right: 4px;
}
.step-warp[data-v-e1433026] .el-step .el-step__title {
  font-size: 12px;
  color: #335dfe;
  line-height: 17px;
  font-weight: bold;
}
.step-warp[data-v-e1433026] .el-step .el-step__title.is-fail {
  color: red;
}
.step-warp[data-v-e1433026] .el-step .icon {
  width: 100%;
  height: 100%;
}
.step-warp[data-v-e1433026] .el-step .description-slot-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.step-warp[data-v-e1433026] .el-step .description-slot-wrapper .init-des {
  min-width: 100px;
  height: 17px;
}
.step-warp[data-v-e1433026] .el-step .el-step__icon {
  border: none;
  width: 24px;
  height: 24px;
}
.step-warp[data-v-e1433026] .el-step .is-finish .icon {
  background: url(../../static/img/finished.5256c17d.png) no-repeat;
  background-size: contain;
}
.step-warp[data-v-e1433026] .el-step .is-process .icon {
  background: url(../../static/img/current.1d755f33.png) no-repeat;
  background-size: contain;
}
.step-warp[data-v-e1433026] .el-step .is-fail .icon {
  background: url(../../static/img/refused.3cf4aa8b.png) no-repeat;
  background-size: contain;
}
.step-warp[data-v-e1433026] .el-step .is-wait .icon {
  background: url(../../static/img/wait.66479fcc.png) no-repeat;
  background-size: contain;
}
.step-warp[data-v-e1433026] .el-step .el-step__main .el-step__arrow {
  margin: 0 1px;
}
.step-warp[data-v-e1433026] .el-step .el-step__main .is-wait {
  color: #666666;
}
.step-warp[data-v-e1433026] .is-simple {
  flex-basis: initial !important;
}
.step-warp[data-v-e1433026] .is-simple .el-step__arrow::before {
  content: none;
}
.step-warp[data-v-e1433026] .is-simple .el-step__arrow::after {
  content: none;
}
.step-warp[data-v-e1433026] .is-simple .el-step__main {
  display: flex;
  align-items: center;
}
.step-warp[data-v-e1433026] .is-simple .el-step__arrow {
  height: 2px;
  width: 90px;
  margin: 0 12px;
  flex-grow: initial;
  background: rgba(207, 212, 221, 0.36);
}
.step-warp[data-v-e1433026] .is-simple .el-step__main .is-finish + .el-step__arrow {
  background: #E3E8FF;
}
.step-warp[data-v-e1433026] .is-simple.tail--process .el-step__main .is-finish + .el-step__arrow {
  background-image: linear-gradient(270deg, #335DFE 0%, #E3E8FF 99%);
}
.step-warp.el-steps--horizontal[data-v-e1433026] {
  display: flex;
  align-items: center;
}
.step-warp[data-v-e1433026] .is-horizontal .el-step__line {
  top: 9px;
  background: rgba(207, 212, 221, 0.36);
}
.step-warp[data-v-e1433026] .is-horizontal .is-finish {
  border-color: #335dfe;
}
.step-warp[data-v-e1433026] .is-horizontal:not(.tail--disable) .is-finish .el-step__line {
  background: #E3E8FF;
}
.step-warp[data-v-e1433026] .is-horizontal.tail--process .is-finish .el-step__line {
  background-image: linear-gradient(270deg, #335DFE 0%, #E3E8FF 99%);
}
.step-warp[data-v-e1433026] .is-horizontal .el-step__icon {
  top: 3px;
}
.step-warp[data-v-e1433026] .is-horizontal .el-step__main {
  margin-top: 8px;
}

.tab-area[data-v-12780415] .el-tabs .el-tabs__active-bar {
  display: none;
}
.tab-area[data-v-12780415] .el-tabs .el-tabs__nav-wrap {
  overflow: visible;
}
.tab-area[data-v-12780415] .el-tabs .el-tabs__nav-scroll {
  overflow: visible;
}
.tab-area[data-v-12780415] .el-tabs .el-tabs__nav-wrap::after {
  display: none;
}
.tab-area[data-v-12780415] .el-tabs .el-tabs__nav {
  float: none;
}
.tab-area[data-v-12780415] .el-tabs .el-tabs__item {
  width: 440px;
  min-height: 109px;
  height: auto;
  border: 1px solid #dcdfe6;
  background: #fff;
  padding: 0px 0px;
  border-radius: 4px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  line-height: 50px;
  padding-left: 20px;
}
.tab-area[data-v-12780415] .el-tabs .is-active {
  background: #eef6ff;
  border: 1px solid #a3c2fd;
  position: relative;
}
.tab-area[data-v-12780415] .el-tabs .is-active::before {
  clear: both;
  content: "";
  display: block;
  position: absolute;
  bottom: -11px;
  left: 220px;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #a3c2fd;
  z-index: 999;
}
.tab-area[data-v-12780415] .el-tabs .is-active::after {
  clear: both;
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 220px;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #eef6ff;
  z-index: 999;
}
.tab-area[data-v-12780415] .el-tabs #tab-remitSituation {
  margin-right: 20px;
}
.tab-area[data-v-12780415] .el-tabs .el-tabs__content {
  background: #fff;
}
.tab-area[data-v-12780415] .el-tabs .titleArea {
  display: flex;
}
.tab-area[data-v-12780415] .el-tabs .tag-outer {
  white-space: nowrap;
  font-size: 10px;
  width: 58px;
  height: 16px;
  background: linear-gradient(270deg, #fd5945 5%, #fd5945 93%);
  border-radius: 8px 8px 8px 0px;
  margin-left: 8px;
}
.tab-area[data-v-12780415] .el-tabs .tag-outer .tag {
  font-family: PingFangSC-Medium;
  font-size: 12px;
  transform: scale(0.83);
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
}
.tab-area[data-v-12780415] .el-tabs .range {
  width: 400px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
}
.tab-area[data-v-12780415] .el-tabs .range span {
  line-height: 35px;
}
.tab-area[data-v-12780415] .el-progress-bar__outer {
  height: 10px !important;
  width: 400px !important;
}

.amount-range[data-v-0d2c8c16] {
  border: 1px solid #DCDFE6;
  border-radius: 4px;
}
.amount-range.active[data-v-0d2c8c16] {
  border-color: #409EFF;
}
.amount-range[data-v-0d2c8c16]:hover {
  border-color: #409EFF;
}
.amount-range[data-v-0d2c8c16] .el-input {
  width: 39%;
}
.amount-range[data-v-0d2c8c16] .el-input__inner {
  border: none;
  padding-right: 0;
}
.amount-range span[data-v-0d2c8c16] {
  display: inline-block;
  padding-left: 8px;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  width: 21px;
}

.remit-situation[data-v-e49520cc] {
  margin-top: 20px;
}
.remit-situation[data-v-e49520cc] .el-date-editor--daterange {
  width: 245px;
}
.remit-situation .amount-range[data-v-e49520cc] {
  width: 345px;
}
.remit-situation[data-v-e49520cc] .el-button--text {
  color: #335dfe;
  font-weight: 400;
}
.remit-situation[data-v-e49520cc] .el-col-9 {
  width: 49.5%;
}
.remit-situation .status[data-v-e49520cc] {
  position: relative;
}
.remit-situation .tagBg[data-v-e49520cc] {
  display: inline-block;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  font-size: 10px;
  width: 18px;
  height: 16px;
  background: linear-gradient(270deg, #fd5945 5%, #fd5945 93%);
  border-radius: 8px 8px 8px 0px;
  position: absolute;
  top: 5px;
}
.remit-situation .tagBg .tag[data-v-e49520cc] {
  font-family: PingFangSC-Medium;
  font-size: 12px;
  display: inline-block;
  transform: scale(0.83);
  color: #ffffff;
  font-weight: 500;
}

.pickup-situation[data-v-0d96f15c] {
  margin-top: 20px;
}
.pickup-situation[data-v-0d96f15c] .el-date-editor--daterange {
  width: 245px;
}
.pickup-situation .amount-range[data-v-0d96f15c] {
  width: 345px;
}
.pickup-situation .documents[data-v-0d96f15c] {
  color: #335dfe;
}
.pickup-situation .documents[data-v-0d96f15c]:hover {
  text-decoration: underline;
  cursor: pointer;
}
.pickup-situation[data-v-0d96f15c] .el-col-9 {
  width: 49.5%;
}
.pickup-situation[data-v-0d96f15c] .el-button--text {
  color: #335dfe;
  font-weight: 400;
}
.pickup-situation .status[data-v-0d96f15c] {
  position: relative;
}
.pickup-situation .tagBg[data-v-0d96f15c] {
  display: inline-block;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  font-size: 10px;
  width: 18px;
  height: 16px;
  background: linear-gradient(270deg, #fd5945 5%, #fd5945 93%);
  border-radius: 8px 8px 8px 0px;
  position: absolute;
  top: 5px;
}
.pickup-situation .tagBg .tag[data-v-0d96f15c] {
  font-family: PingFangSC-Medium;
  font-size: 12px;
  display: inline-block;
  transform: scale(0.83);
  color: #ffffff;
  font-weight: 500;
}

.result[data-v-3bf39921] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 52px 0 70px 0;
  box-sizing: border-box;
}
.result img[data-v-3bf39921] {
  width: 84px;
}
.result .text[data-v-3bf39921] {
  margin-top: 4px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #222222;
  text-align: center;
  line-height: 25px;
  font-weight: 500;
}

.halving-line[data-v-5f95c7b4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 20px;
}
.halving-line .left[data-v-5f95c7b4] {
  width: 10px;
  height: 20px;
  background-color: #f5f6fa;
  border-radius: 0 10px 10px 0;
  border: 1px solid #f0f1f4;
  border-left: none;
}
.halving-line .line[data-v-5f95c7b4] {
  width: calc(100% - 30px);
  border-top: 2px dotted #dae0ea;
}
.halving-line .right[data-v-5f95c7b4] {
  width: 10px;
  height: 20px;
  background-color: #f5f6fa;
  border-radius: 10px 0 0 10px;
  border: 1px solid #f0f1f4;
  border-right: none;
}

.operator-result[data-v-961726e2] {
  width: 100%;
  height: auto;
}
.operator-result .data-wrapper[data-v-961726e2] {
  background: #FFFFFF;
  border-radius: 8px;
}
.operator-result .goback[data-v-961726e2] {
  margin-top: 25px;
  padding: 15px 40px;
  background: #FFFFFF;
  border-radius: 8px;
}
.operator-result .goback .el-button[data-v-961726e2] {
  padding: 10px 20px;
  background: #335DFE;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 500;
}

.pickup-remit-area .base-card[data-v-d1fe5fd2] {
  margin-bottom: 30px;
}
.pickup-remit-area .base-card[data-v-d1fe5fd2] .description {
  margin-top: 20px;
}
.pickup-remit-area .base-card[data-v-d1fe5fd2] .description .el-descriptions-item__label {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
.pickup-remit-area .base-card[data-v-d1fe5fd2] .description .el-descriptions-item__content {
  font-family: DXM-DIGIT-Bold;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
}
.pickup-remit-area .base-card[data-v-d1fe5fd2] .description .el-descriptions-row .el-descriptions-item:nth-child(1) {
  width: 500px;
}
.pickup-remit-area .level-1-tab[data-v-d1fe5fd2] .progress-tab .el-tabs__nav-wrap {
  background: transparent;
}
.pickup-remit-area .level-1-tab[data-v-d1fe5fd2] .step {
  padding: 9px 0px 24px 0px;
}

