.page_banner .img {
  opacity: 0.72;
}
.page_banner .head {
  padding-top: 1.8%;
}
.products_main {
  overflow: hidden;
  max-width: 256rem;
  margin: 0 auto;
  padding: 1.1rem 0 18rem;
}
.products_main .list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
  padding: 9.2rem 0 7rem;
}
.products_main .list li::after {
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #a3a8ac;
  left: 50%;
  bottom: 0;
  content: '';
  transform: translateX(-50%);
}
.products_main .list li:last-child::after {
  display: none;
}
.products_main .img {
  display: block;
  width: 50.11933174%;
  --h: 64.92063492%;
}
.products_main .info {
  flex: 1;
  width: 100%;
  max-width: 53.1rem;
  padding-bottom: 1.6%;
}
.products_main .info .title {
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 600;
  color: #121212;
}
.products_main .info .title::after {
  display: block;
  width: 4.1rem;
  height: 0.5rem;
  background-color: #333333;
  content: '';
  margin-top: 1.5rem;
}
.products_main .info .desc {
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--text);
  max-width: 47.8rem;
  hyphens: auto;
  margin-top: 3.7rem;
}
.products_main .info .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem;
  margin-top: 5.1rem;
}
.products_main .info .btns .btn {
  min-width: 15rem;
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .products_main .info .title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .products_main {
    padding: 30px 0;
  }
  .products_main .list li {
    padding: 30px 0;
    gap: 20px;
  }
  .products_main .info {
    padding: 0;
  }
  .products_main .info .title {
    font-size: 18px;
    line-height: 1.3;
  }
  .products_main .info .title::after {
    width: 30px;
    height: 3px;
    margin-top: 12px;
  }
  .products_main .info .title br {
    display: none;
  }
  .products_main .info .desc {
    line-height: 1.5;
    margin-top: 10px;
  }
  .products_main .info .btns {
    margin-top: 20px;
    gap: 12px;
  }
  .products_main .info .btns .btn,
  .products_main .info .btns .btn_line {
    padding: 0 14px;
    min-width: unset;
  }
}
@media screen and (max-width: 576px) {
  .products_main .img {
    width: 100%;
    order: -1;
  }
  .products_main .info .btns {
    display: grid;
  }
}
