.step-view {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 20px;
  background: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.step-view .step-num {
  padding-bottom: 10px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ff9b00;
  line-height: 20px;
}
.step-view .step-num:last-child {
  padding-bottom: 0;
}
.step-view .step-num span {
  color: #ff9b00;
}
.step-view .condition {
  color: #b4b4b7;
}
.step-view .step-title {
  text-align: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.step-view .step-detail {
  text-align: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ff9b00;
  line-height: 20px;
  margin-bottom: 10px;
}
