/* banner  */

.banner-section {
  background-image: url(http://mt-5jbkbki51590029596.img.hyxmt.cn/images/productDescription/订货系统/订货系统banner.png?source=1);
  background-size: cover;
  padding-top: 0.57rem;
  padding-bottom: 0.62rem;
  padding-left: 10%;
}

.banner-section .title {
  font-size: 23px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 32px;
}

.banner-section .sub-title {
  width: 50%;
  font-size: 10px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 14px;
}

.banner-section-content-btn {
  width: 120px;
  height: 40px;
  border: 0px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 2px;
  margin-top: 32px;
  font-size: 10px;
  font-weight: 500;
  color: rgba(70, 106, 247, 1);
  line-height: 14px;
}

/* 简介 */
.description-section {
  padding: 0.6rem 0;
}

.description-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.description-info h5 {
  width: 80%;
  margin: auto;
  font-size: 10px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 17px;
  z-index: 99;
}

/* 订货流程 */
.order-process-section {
  padding: 1.2rem 15px;
}

/* 解决方案 */
.solution-section {
  padding: 0.8rem 0 1.2rem 0;
}
.solution-content {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 0.5rem;
  height: 350px;
  margin: 0.2rem 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.solution-content img {
  width: 50px;
  height: 50px;
  margin: 0 auto 0.36rem auto;
}

.solution-content p {
  color: #666666;
  font-size: 14px;
  text-align: left;
}

/* 多种形式可选 */
.multiple-options-section {
  padding: 1.2rem 0;
}
.multiple-options-content {
  display: flex;
  flex-direction: row;
  margin: 35px 10px;
}
.serial-number {
  background-color: #409eff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.multiple-options-text {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.multiple-options-text p {
  line-height: 20px;
  color: #666666;
  font-size: 14px;
  margin-top: 10px;
}

/* 订单管理 */
.order-management-section {
  padding: 0.7rem 0;
}
.order-management-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.order-management-info-text {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

/* 椭圆 */
.big-oval {
  width: 1.55rem;
  height: 1.55rem;
  background: rgba(229, 242, 255, 0.8);
  border-radius: 50%;
  margin-left: -0.5rem;
  margin-top: -0.8rem;
  z-index: 98;
}

.small-oval {
  width: 0.46rem;
  height: 0.46rem;
  background: rgba(229, 242, 255, 0.8);
  border-radius: 50%;
  margin-left: 50%;
  margin-top: -0.69rem;
  z-index: 98;
}

.productDescription-subtitle {
  font-size: 11px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 16px;
}

/* 大屏幕 */
@media screen and (min-width: 800px) {
  /* 订货流程 */

  .order-process-steps {
    display: flex;
    justify-content: center;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    width: auto;
    height: 0.8rem;
  }
  .order-process-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .order-process-steps p {
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin: auto;
    height: auto;
    padding: 0 0.2rem;
  }
  .arrow {
    background-image: url(http://mt-5jbkbki51590029596.img.hyxmt.cn/images/productDescription/订货系统/箭头.png);
    background-size: 24px 18px;
    width: 24px;
    height: 18px;
    margin: 10px;
  }
}
/* 小屏幕 */
@media screen and (max-width: 800px) {
  /* 订货流程 */

  .order-process-steps {
    display: flex;
    justify-content: center;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    width: 100%;
    height: 60px;
  }
  .order-process-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 10px;
  }
  .order-process-steps p {
    font-size: 16px;
    color: #333333;
    text-align: center;
    width: 100%;
    margin: auto;
    padding: 0 0.2rem;
  }
  .arrow {
    background-image: url(http://mt-5jbkbki51590029596.img.hyxmt.cn/images/productDescription/订货系统/向下箭头.png);
    background-size: 24px 18px;
    width: 24px;
    height: 18px;
    margin: 10px;
  }
}
<!--0.00016093254089355-->