.tab-anchor {
  padding-top: 4.6rem;
  margin-top: -4.6rem;
}

.flow_step {
  position: relative;
  flex-wrap: nowrap;
}
.flow_step li {
  position: relative;
  margin-top: 0 !important;
  padding: 0 0.1rem;
}
.flow_step li:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: -0.2rem;
  top: 25%;
  width: 0.3rem;
  height: 0.3rem;
  background: url("../fonts/arrow.svg") 0 0 no-repeat;
  background-size: cover;
  z-index: 10;
}
.flow_step_item {
  flex-basis: 15%;
  flex-grow: 1;
}
.flow_step_item img {
  width: 50%;
  display: block;
  margin-bottom: 0.4rem;
}
.flow_step_item .cter {
  width: 100%;
  text-align: center;
}
.flow_step_item p:first-of-type {
  font-size: 0.35rem;
  color: #ababab;
  line-height: 0.35rem;
  margin-bottom: 0.2rem;
}
.flow_step_item p:nth-of-type(2) {
  font-size: 0.4rem;
  color: #2a2a2a;
  line-height: 0.5rem;
  margin-bottom: 0.2rem;
}
.flow_step_item p:nth-of-type(3) {
  font-size: 0.35rem;
  color: #979797;
  line-height: 0.4rem;
}
.default .line {
  width: 14px;
  height: 2px;
  margin-top: 12px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  left: 10px;
}

.lower .icon-dsr {
  background: #0cc467;
}

.default .icon-dsr {
  background: #d2d2d2;
}

@media (min-width: 992px) {
  .flow_step {
    padding: 1rem 0.6rem;
    box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.1);
  }
  .flow_step_item p:first-of-type {
    font-size: 0.45rem;
    color: #ababab;
    line-height: 0.45rem;
    margin-bottom: 0.4rem;
  }
  .flow_step_item p:nth-of-type(2) {
    font-size: 0.5rem;
    color: #2a2a2a;
    line-height: 0.5rem;
    margin-bottom: 0.3rem;
  }
  .flow_step_item p:nth-of-type(3) {
    font-size: 0.35rem;
    color: #979797;
    line-height: 0.35rem;
  }
}
