.solutions-detail {
  padding-top: 30px;
}

.solutions-detail .title {
  margin-bottom: 9px;
}

.solutions-detail .sub-info {
  line-height: 1.8;
  text-align: center;
  margin-bottom: 15px;
  color: var(--style-color);
}

.solutions-detail .info {
  line-height: 1.8;
}

.solutions-detail .info>*:not(:last-child, h2, h3) {
  margin-bottom: 1.8em;
}

.solutions-detail .info h2 {
  font-size: 20px;
  margin-bottom: 14px;
  text-align: left;
}

.solutions-detail .info h3 {
  font-size: 18px;
  margin-bottom: 14px;
  text-align: left;
}

.solutions-detail .info .row>div:first-child {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .solutions-detail .info .row>div:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .solutions-detail {
    padding-top: 53px;
  }

  .solutions-detail .sub-info {
    margin-bottom: 25px;
  }

  .solutions-detail .info h2 {
    font-size: 24px;
  }

  .solutions-detail .info h3 {
    font-size: 20px;
  }

  .solutions-detail .info .row {
    margin-left: -25px;
    margin-right: -25px;
  }

  .solutions-detail .info .row>div {
    padding: 0 25px;
  }
}

@media (min-width: 1440px) {
  .solutions-detail .info h2 {
    font-size: 30px;
  }

  .solutions-detail .info h3 {
    font-size: 24px;
  }

  .solutions-detail .info .row {
    margin-left: -42px;
    margin-right: -42px;
  }

  .solutions-detail .info .row>div {
    padding: 0 42px;
  }
}


/* recommend */
.recommend {
  padding: 34px 0 30px;
}

.recommend .title {
  text-align: left;
  margin-bottom: 10px;
}

.recommend .sub-info {
  margin-bottom: 20px;
}

.recommend .swiper-slide img {
  width: 100%;
  aspect-ratio: 1 / 1;
}

@media (min-width: 768px) {
  .recommend .swiper-wrap {
    position: relative;
  }

  .recommend .prev-btn, .recommend .next-btn {
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    background: var(--style-color);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .recommend .prev-btn {
    transform: translate(-50%, -50%);
  }

  .recommend .next-btn {
    transform: translate(50%, -50%);
  }
}

@media (min-width: 1200px) {
  .recommend {
    padding-bottom: 60px;
  }

  .recommend .title {
    margin-bottom: 19px;
  }

  .recommend .sub-info {
    margin-bottom: 40px;
  }

  .recommend .prev-btn, .recommend .next-btn {
    width: 55px;
    height: 55px;
    font-size: 30px;
  }
}

@media (min-width: 1440px) {
  .recommend {
    padding-bottom: 104px;
  }

  .recommend .sub-info {
    margin-bottom: 49px;
  }
}

@media (min-width: 1640px) {
  .recommend .prev-btn, .recommend .next-btn {
    width: 70px;
    height: 70px;
    font-size: 36px;
  }
}