.page_banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 30%;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);
}
.application_products {
  background-color: var(--bg);
  padding: 9.9rem 0 12.4rem;
  overflow: hidden;
}
.application_products .subtitle {
  margin-bottom: 2.8rem;
  padding: 0 1.6rem 0 1.3rem;
}
.application_products h2 {
  max-width: 68rem;
  letter-spacing: 2.25px;
}
.application_products .btn_i {
  margin-bottom: 0.4rem;
}
.application_products .swiper_box {
  max-width: 119rem;
  margin: 0 auto;
}
.application_products .application_products_swiper {
  width: 80.92%;
  margin: 6.2rem auto 0;
}
.application_products .application_products_swiper .swiper-slide-active .item::after {
  opacity: 1;
}
.application_products .application_products_swiper .swiper-slide-active .btn {
  background-color: var(--secondary);
  color: #fff;
}
.application_products .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  gap: 2rem;
  background-color: #fff;
  position: relative;
  border-radius: 3.2rem;
  padding: 5.5% 4.4% 5.5% 7.6%;
}
.application_products .item:hover img {
  transform: scale(1.02);
}
.application_products .item::after {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 0;
  top: 0;
  content: '';
  border-radius: 3.2rem;
  border: 2px solid var(--secondary);
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
}
.application_products .item .img {
  width: 49.53%;
  --h: 100%;
}
.application_products .item .info {
  flex: 1;
  width: 100%;
  max-width: 38.9rem;
  padding-bottom: 1px;
}
.application_products .item .info .cat {
  font-size: 1.4rem;
  color: #656575;
}
.application_products .item .info .title {
  font-size: 3rem;
  line-height: 1.333333;
  font-weight: 600;
  margin-top: 1.3rem;
  letter-spacing: 0.45px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.application_products .item .info .desc {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  max-width: 37.9rem;
  margin-top: 2.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.application_products .item .info .btn {
  margin-top: 2.9rem;
}
.application_products .swiper_btns {
  width: 100%;
  top: 49%;
}
.application_cases {
  padding: 13.7rem 0 7.9rem;
}
.application_cases .subtitle {
  margin-bottom: 1.5rem;
  padding: 0 1.6rem 0 1.3rem;
}
.application_cases .head {
  padding-bottom: 0.6rem;
}
.application_cases .application_cases_swiper {
  margin-top: 5.8rem;
  overflow: hidden;
  border-radius: 2.3rem 2.3rem 0 0;
}
.application_cases .application_cases_swiper .swiper-slide {
  max-width: 682px;
}
.application_cases .swiper_btns {
  top: 50.6%;
}
.resource_list .pic {
  border-radius: 2.3rem;
}
.resource_list .img {
  padding-bottom: 60.646%;
}
.resource_list .wrap {
  right: 11.2%;
  top: 5.9%;
}
.resource_list .con {
  padding: 8% 9.5% 6% 6.2%;
  hyphens: auto;
}
.resource_list .con::after {
  right: 5.96%;
}
.resource_list .info {
  margin-top: 3.5rem;
}
.resource_list .title {
  margin-top: 1.3rem;
}
.application_explore {
  padding: 6rem 0 17.8rem;
}
.application_explore .subtitle {
  margin-bottom: 2.7rem;
  padding: 0 1.6rem 0 1.3rem;
}
.application_explore h2 {
  letter-spacing: 2.25px;
}
.application_explore .head {
  padding-bottom: 1.3rem;
}
.application_explore .application_explore_swiper {
  border-radius: 1.8rem;
  overflow: hidden;
  margin-top: 6.2rem;
}
.application_explore .application_explore_swiper .swiper-slide {
  max-width: 456px;
}
.application_explore .swiper_btns {
  top: 56%;
}
div.feature_swiper .swiper-slide {
  max-width: 23.697917%;
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  div.feature_swiper .swiper-slide {
    max-width: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .application_products {
    padding: 50px 0;
  }
  .application_products .btn_i {
    margin-bottom: 0;
  }
  .application_products .application_products_swiper {
    margin-top: 30px;
  }
  .application_products .item {
    border-radius: 10px;
    padding: 20px;
  }
  .application_products .item::after {
    border-radius: 10px;
  }
  .application_products .item .info {
    max-width: unset;
    padding: 0;
  }
  .application_products .item .info .cat {
    font-size: 14px;
  }
  .application_products .item .info .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
    letter-spacing: unset;
  }
  .application_products .item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    max-width: unset;
    margin-top: 10px;
  }
  .application_products .item .info .btn {
    margin-top: 20px;
  }
  .application_cases {
    padding: 50px 0;
    overflow: hidden;
  }
  .application_cases .head {
    padding-bottom: 0;
  }
  .application_cases .application_cases_swiper {
    margin-top: 30px;
    overflow: unset;
  }
  .application_cases .swiper_btns.middle {
    position: static;
    width: 100%;
    padding: 0 30px;
    justify-content: flex-end;
    margin-top: 30px;
    transform: translateX(0);
  }
  .resource_list .pic {
    border-radius: 10px;
  }
  .resource_list .info {
    margin-top: 20px;
  }
  .application_explore {
    padding: 50px 0;
    overflow: hidden;
  }
  .application_explore .head {
    padding: 0;
  }
  .application_explore .application_explore_swiper {
    margin-top: 30px;
    overflow: unset;
  }
  .application_explore .application_explore_swiper .swiper-slide {
    max-width: 277px;
  }
  .application_explore .swiper_btns.middle {
    position: static;
    width: 100%;
    padding: 0 30px;
    justify-content: flex-end;
    margin-top: 30px;
    transform: translateX(0);
  }
  div.feature_swiper .swiper-slide {
    max-width: 270px;
  }
}
@media screen and (max-width: 576px) {
  .application_products .application_products_swiper {
    width: 100%;
  }
  .application_products .item .img {
    width: 100%;
    order: -1;
  }
  .application_products .swiper_btns.middle {
    position: static;
    width: 100%;
    justify-content: flex-end;
    margin-top: 30px;
    transform: translateX(0);
  }
  .application_cases .swiper_btns.middle {
    padding: 0 20px;
  }
  .application_explore .swiper_btns.middle {
    padding: 0 20px;
  }
}
