.bread-crumb[data-v-2c546486] {
  background: #ffffff;
  padding: 16px 20px;
  margin: 0 -20px 20px -20px;
}
.bread-crumb[data-v-2c546486] .el-breadcrumb__separator {
  margin: 0 8px;
}

.filter-wrap[data-v-07393e1e] {
  width: 100%;
  padding: 20px 30px;
  background: #ffffff;
  border-radius: 4px;
}
.filter-wrap .digit[data-v-07393e1e] {
  font-family: DXM-DIGIT-Bold;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.filter-wrap .filter-btn[data-v-07393e1e] {
  font-family: PingFangSC-Regular;
  margin-bottom: 0px;
}
.filter-wrap[data-v-07393e1e] .el-form .el-form-item {
  display: flex;
  margin-right: 30px;
  margin-bottom: 20px;
}
.filter-wrap[data-v-07393e1e] .el-form .el-form-item .el-button {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding: 7px 23px;
  border-radius: 4px;
}
.filter-wrap[data-v-07393e1e] .el-form .el-form-item .el-form-item__content {
  margin-left: 0 !important;
}
.filter-wrap[data-v-07393e1e] .el-form .el-form-item .el-form-item__content .amount-range {
  width: 345px;
}
.filter-wrap[data-v-07393e1e] .el-form .el-form-item .el-form-item__content .el-button--primary {
  background: #335dfe;
}
.filter-wrap[data-v-07393e1e] .el-form .el-form-item .el-checkbox-group {
  height: 32px;
}
.filter-wrap[data-v-07393e1e] .el-form .el-checkbox-group .el-checkbox {
  padding: 0 16px;
  margin-right: 8px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}
.filter-wrap[data-v-07393e1e] .el-form .el-checkbox-group .el-checkbox.is-checked {
  background: #eef6ff;
  border: 1px solid #a3c2fd;
}
.filter-wrap[data-v-07393e1e] .el-form .el-checkbox-group .el-checkbox.is-checked .el-checkbox__label {
  color: #335dfe;
  font-weight: 600;
}
.filter-wrap[data-v-07393e1e] .el-form .el-checkbox-group .el-checkbox__input {
  display: none;
}
.filter-wrap[data-v-07393e1e] .el-form .el-checkbox-group .el-checkbox__label {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  font-weight: 400;
  padding-left: 0px;
}

.error-container[data-v-475ea050] {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
}
.error-container.no-img[data-v-475ea050] {
  margin-top: 20px;
}
.error-container.no-img .error[data-v-475ea050] {
  border: 1px solid #dae0ea;
  border-radius: 4px;
  height: 100%;
}
.error-container.no-img .error .text[data-v-475ea050] {
  height: 16px;
  color: #999999;
  font-weight: 400;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.error-container.no-img .err-no-border[data-v-475ea050] {
  border: none;
}
.error-container .error[data-v-475ea050] {
  width: 100%;
  /*height: 600px;*/
  position: relative;
}
.error-container .error img[data-v-475ea050] {
  margin: 0 auto;
  width: 600px;
  height: auto;
}
.error-container .error .text[data-v-475ea050] {
  position: absolute;
  bottom: 53px;
  left: 50%;
  transform: translateX(-50%);
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #868E9E;
  letter-spacing: 0;
  line-height: 16px;
}

.container[data-v-64a88dad] {
  position: relative;
  display: flex;
  padding: 20px 0;
}
.container .node[data-v-64a88dad] {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}
.container .node[data-v-64a88dad] .name {
  margin-top: 5px;
  font-family: PingFangSC-Medium;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17px;
  font-weight: 500;
}
.container .node[data-v-64a88dad] .time {
  margin-top: 2px;
  font-family: DXM-DIGIT-Bold;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 700;
  transform: scale(0.7, 0.7);
}
.container .node[data-v-64a88dad]:before {
  position: absolute;
  top: 11px;
  left: calc(-50% + 14px);
  content: "";
  width: calc(100% - 28px);
  height: 2px;
}
.container .node.status1[data-v-64a88dad] .name {
  color: #333333;
}
.container .node.status1[data-v-64a88dad]:before {
  background: #e3e8ff;
}
.container .node.status2[data-v-64a88dad] .name {
  color: #335dfe;
}
.container .node.status2[data-v-64a88dad]:before {
  background-image: linear-gradient(270deg, #335dfe 0%, #e3e8ff 99%);
}
.container .node.status3[data-v-64a88dad] .name {
  color: #666666;
}
.container .node.status3[data-v-64a88dad]:before {
  opacity: 0.36;
  background: #cfd4dd;
}
.container .node.status4[data-v-64a88dad] .name {
  color: #333333;
}
.container .node.status4[data-v-64a88dad]:before {
  background: #e3e8ff;
}
.container .node[data-v-64a88dad]:first-child:before {
  content: none;
}
.process-item[data-v-64a88dad] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.process-item .time[data-v-64a88dad] {
  white-space: nowrap;
}
.process-item img[data-v-64a88dad] {
  width: 24px;
}
.process-item .pickup-time[data-v-64a88dad] {
  position: absolute;
  top: -49px;
  padding: 8px 12px;
  transform: scaleX(-1) scaleY(-1) rotate(-180deg);
  background: #fff8ed;
  border: 1px solid #f8eee3;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #e58d53;
  text-align: left;
  line-height: 18px;
  font-weight: 400;
  white-space: nowrap;
}
.process-item .pickup-time[data-v-64a88dad]::after {
  clear: both;
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fff8ed;
  z-index: 2;
}
.process-item .pickup-time[data-v-64a88dad]::before {
  clear: both;
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f8eee3;
  z-index: 1;
}

.list-wrapper {
  padding: 5px 25px 15px;
}
.contract-item {
  background: #f8faff;
  border: 1px solid #ebf1fb;
  border-radius: 4px;
  padding: 30px 24px;
  margin: 0 30px 20px;
}
.contract-item:last-child {
  margin-bottom: 0;
}
.contract-item .number {
  display: flex;
}
.contract-item .number .item {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  font-weight: 400;
}
.contract-item .number .clickable {
  color: #335dfe;
  cursor: pointer;
  text-decoration: underline;
}
.contract-item .info {
  display: flex;
  margin: 10px 0 20px;
}
.contract-item .info .item {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  font-weight: 400;
}
.contract-item .info .item .label {
  color: #666666;
}
.contract-item .info .item .value {
  color: #333333;
}
.contract-item .digit {
  font-family: DXM-DIGIT-Bold;
  color: #333333;
  letter-spacing: 0;
  font-weight: 700;
}
.contract-item .process-line {
  background: rgba(220, 227, 255, 0.3);
  border: 1px solid #ebf1fb;
  border-radius: 4px;
}
.paging {
  display: flex;
  justify-content: right;
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: right;
}

.new-button[data-v-7f98990e] {
  font-size: 14px;
  color: #ffffff;
}
.el-tabs[data-v-7f98990e] {
  background-color: #fff;
  border-radius: 8px;
}
.el-tabs[data-v-7f98990e] .el-tabs__header {
  padding: 0 30px;
  margin: 20px 0 0 0;
}
.el-tabs[data-v-7f98990e] .el-tabs__item {
  height: 48px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 48px;
}
.el-tabs[data-v-7f98990e] .el-tabs__item.is-active {
  color: #335dfe;
  font-weight: 500;
}
.el-tabs[data-v-7f98990e] .el-tabs__active-bar {
  background: #335dfe;
  border-radius: 100px 100px 0px 0px;
  height: 3px;
}
.el-tabs[data-v-7f98990e] .el-tabs__nav-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  z-index: 1;
}
.el-tabs[data-v-7f98990e] .el-tabs__nav-scroll {
  border-bottom: 4px;
  border-color: #e8e8e8;
}

