.flow-step {
  counter-reset: step;
}
.flow-step__item-icon-order {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  position: relative;
  z-index: 1;
  border: 0.14286rem solid #aacfff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.71429rem;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background-color: #aacfff;
}
.flow-step__item-icon-order::before {
  counter-increment: step;
  content: counter(step);
  font-size: 1.14286rem;
  color: #002da0;
  font-weight: 700;
}
.flow-step__item-content__header-title {
  align-items: flex-start;
}
.flow-step__item-content__header-title-revoke {
  color: #e34d59 !important;
  font-weight: 600 !important;
}
.flow-step__item-content__header-title .tea-tag span {
  word-break: keep-all;
}
.flow-step__item-content__header-title .wedatea2td-tag {
  margin-top: 0;
  height: 1.42857rem;
}
.flow-step__sub-item.is-label:after {
  background-color: #848484;
}
.flow-step__sub-item__header-status {
  flex-shrink: 0;
  flex-grow: 0;
  padding-left: 0.71429rem;
  display: flex;
  align-items: center;
}
.flow-step__sub-item__body-des-hidden {
  display: none;
}
.flow-step__sub-item__body-field-failed {
  color: #e34d59 !important;
}
