.flow-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  counter-reset: flow;
}
.flow-list > li {
  background: #e5ecf5;
  position: relative;
}
.flow-list > li::before {
  content: "";
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #b2c6e0 transparent transparent;
}
.flow-list > li:last-child {
  display: block;
  background: #fff;
  border: 1px solid #333;
}
.flow-list > li:last-child::before,
.flow-list > li:last-child .flow-title:before {
  content: none;
}
.flow-list > li:last-child .flow-title {
  margin-bottom: 10px;
}
.flow-list p {
  margin-bottom: 0;
  text-align: justify;
}

.flow-image {
  position: relative;
}
.flow-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow-title {
  letter-spacing: 0.1em;
  position: relative;
}
.flow-title::before {
  counter-increment: flow;
  content: "0" counter(flow);
  position: absolute;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  font-family: "Oswald", sans-serif;
  color: #004097;
  opacity: 0;
  transition: opacity 0.26s;
}
.wf-active .flow-title::before {
  opacity: 1;
}

.phase-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.phase-title {
  color: #004097;
  border-bottom: 1px solid currentColor;
  letter-spacing: 0.1em;
}

@media print, (min-width: 768px) {
  .section-manufacture-flow .title-secondary {
    margin-bottom: 45px;
  }
  .flow-text {
    margin-bottom: 42px;
  }
  .flow-list > li {
    margin-bottom: 100px;
  }
  .flow-list > li::before {
    bottom: -65px;
    border-width: 30px 50px 0;
  }
  .flow-list > li:last-child {
    margin: 0;
    padding: 28px 30px 32px;
  }
  .flow-list > li:last-child .flow-title {
    padding-left: 0;
    margin: 0 0 -4px;
  }
  .flow-title {
    margin: 0 0 68px 15px;
    padding-left: 55px;
    font-size: 0.24rem;
  }
  .flow-title::before {
    top: 45%;
    font-size: 0.43rem;
  }
  .phase-list > li:not(:last-child) {
    margin-bottom: 32px;
  }
  .flow-image {
    width: 50%;
    transition: width 0.26s;
  }
  .phase-title {
    padding-bottom: 4px;
    margin-bottom: 14px;
    font-size: 0.2rem;
  }
}
@media print, (min-width: 1140.02px) and (max-width: 1500px) {
  .flow-image {
    width: 320px;
  }
}
@media print, (min-width: 1000.02px) {
  .flow-list > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    padding: 30px;
  }
  .flow-content {
    -ms-flex: 1;
        flex: 1;
    margin-right: 30px;
    padding: 10px 0 24px;
  }
}
@media print, (min-width: 768px) and (max-width: 1000px) {
  .flow-list > li {
    padding: 40px 20px;
  }
  .flow-image {
    margin-bottom: 40px;
    padding-top: 56.25%;
    width: auto;
  }
  .flow-title {
    margin-bottom: 30px;
  }
}
@media print, (min-width: 1000.02px) and (max-width: 1140px) {
  .flow-image {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .flow-image img {
    position: static;
  }
}
@media only screen and (max-width: 767.98px) {
  .flow-text {
    margin-bottom: 0.25rem;
  }
  .flow-list > li {
    margin-bottom: 1rem;
    padding: 0.3rem 0.2rem;
  }
  .flow-list > li::before {
    bottom: -0.65rem;
    border-width: 0.3rem 0.5rem 0;
  }
  .flow-list > li:last-child {
    margin: 0;
    padding: 0.2rem;
  }
  .flow-list > li:last-child .flow-title {
    padding-left: 0;
    margin: 0;
  }
  .flow-image {
    padding-top: 56.25%;
    margin-bottom: 0.25rem;
  }
  .flow-title {
    margin-bottom: 0.2rem;
    padding-left: 0.45rem;
    font-size: 0.19rem;
  }
  .flow-title::before {
    top: 45%;
    font-size: 0.35rem;
  }
  .phase-list > li:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .phase-title {
    padding-bottom: 0.04rem;
    margin-bottom: 0.14rem;
    font-size: 0.18rem;
  }
}
@media print {
  .flow-image {
    width: auto;
  }
}
/*# sourceMappingURL=oemodm_flow.css.map */