.seal-open-bid .seal-open-bid-head {
  border-bottom: 1px solid #d1d3e2;
}
.seal-open-bid .seal-open-bid-body {
  display: flex;
}
.seal-open-bid .seal-open-bid-body .seal-open-bid-left {
  width: 14%;
  margin-top: 20px;
}
.seal-open-bid .seal-open-bid-body .seal-open-bid-right {
  flex: 1;
  overflow: hidden;
}
.el-step__title.is-process {
  background: #f6f6f6;
}
.el-step.is-vertical .el-step__title {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 18px;
  margin-right: 20px;
  border-radius: 7px;
}
.activity .el-step__title.is-finish {
  background: #ebf1fb;
}

.seller-open-bid .seller-open-bid-head {
  border-bottom: 1px solid #d1d3e2;
}
.seller-open-bid .seller-open-bid-body {
  display: flex;
}
.seller-open-bid .seller-open-bid-body .seller-open-bid-left {
  width: 18%;
  margin-top: 10px;
}
.seller-open-bid .seller-open-bid-body .seller-open-bid-right {
  flex: 1;
}

