/* ,index-s5  */
.index-s5 {
  padding-bottom: 1rem;
}
.index-s5-title {
  text-align: center;
}
.index-s5-tag-list {
  margin: 0.5rem 0;
  display: flex;
  justify-content: center;
  gap: 0.2rem;
}
.index-s5-tag {
  padding: 0.18rem 0.34rem;
  color: #222;
  border-radius: max(0.3rem, 30px);
  background-color: #9dd1ff65;
  white-space: nowrap;
  font-size: max(0.16rem, 10px);
  font-family: var(--font-medium);
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
}
.index-s5-tag.active {
  background-color: var(--theme-color);
  color: #fff;
}
@media (min-width: 768px) {
  .index-s5-tag:hover {
    background-color: var(--theme-color);
    color: #fff;
  }
}
.index-s5-subtitle {
  text-align: center;
  font-size: var(--font-size-36);
  font-family: var(--font-medium);
  font-weight: 400;
}
.index-s5-subtitle-desc {
  margin-top: 0.34rem;
  text-align: center;
  color: #666;
}
.index-s5-item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0.4rem 0.37rem;
  background-color: #ffffff80;
  box-shadow: 3px 4px 20px 0px rgba(217, 217, 217, 0.2);
  border-radius: 5px;
  min-height: max(2.6rem, 160px);
  box-sizing: border-box;
}
.index-s5-item-title {
  font-size: var(--font-size-24);
  color: #383838;
  line-height: 1;
  font-family: var(--font-regular);
  font-weight: 400;
  margin-bottom: 0.2rem;
}
.index-s5-item-desc {
  color: #383838;
  display: inline-block;
  /* visibility: hidden; */
}
.index-s5-item-btn {
  border-radius: max(0.3rem, 30px);
  background-color: var(--theme-color);
  color: #fff;
  box-sizing: border-box;
  display: block;
  visibility: hidden;
}
@media (max-width: 768px) {
  .index-s5-item .index-s5-item-desc {
    visibility: visible;
  }
  .index-s5-item .index-s5-item-btn {
    visibility: visible;
  }
  .index-s5-item-btn {
    font-size: var(--font-size-14);
  }
}

.index-s5-content {
  padding-top: max(0.7rem, 70px);
  overflow: hidden;
}

.index-s5-swiper {
  width: 100%;
  position: relative;
}
.index-s5-swiper .swiper-wrapper {
  height: auto;
}
.index-s5-item-content {
  display: flex;
  flex-direction: column;
}
.index-s5-item-btn {
  margin-top: auto;
  padding: 0.16rem 0.2rem;
}
.index-s5-item-img {
  height: 1.7rem;
  position: relative;
  width: 2rem;
  align-self: flex-end;
}
.index-s5-item-img img {
  max-width: 100%;
  max-height: unset;
  position: absolute;
  bottom: 0;
  right: 0;
}
.index-s5-swiper .swiper-tools {
  width: 90%;
  top: 50%;
  left: 5%;
}
/* product-s1  */
.product-s1 {
  background-image: url(../images/product/product-s1-banner.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 1.7rem 0;
}
.product-s1-title {
  text-align: center;
  color: #fff;
  font-size: max(0.6rem, 30px);
  font-family: var(--font-medium);
  font-weight: 400;
  /*margin-top: 1rem;*/
  margin-bottom: 0.1rem;
}
.product-s1-subtitle {
  color: #fff;
  font-size: var(--font-size-24);
  margin-bottom: 0.28rem;
  text-align: center;
}
.product-s1-btn {
  background-color: var(--theme-color);
  color: #fff;
  width: fit-content;
  margin: auto;
  display: block;
  cursor: pointer;
  transition: 0.6s;
}
.product-s1-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

/* product-s2 */
.product-s2 {
  background-color: #f3f3f3;
  padding-bottom: 1rem;
}
.product-s2-title {
  text-align: center;
  margin-bottom: 0.52rem;
}
.product-s2-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.34rem;
}
.product-s2-item {
  box-sizing: border-box;
  padding: 0.26rem;
  padding-bottom: 0.6rem;
  background-color: #fff;
  border-radius: max(10px, 0.1rem);
  flex: 1;
  min-width: 300px;
}
.product-s2-item-img {
  overflow: hidden;
  border-radius: max(10px, 0.1rem);
}
.product-s2-item-img img {
  width: 100%;
  transition: 1s;
}
.product-s2-item:hover .product-s2-item-img img {
  transform: scale(1.02);
}
.product-s2-item-text {
  margin-top: 0.6rem;
}
.product-s2-item-title {
  font-size: var(--font-size-36);
  color: #222;
  font-family: var(--font-medium);
  font-weight: 400;
}
.product-s2-item-desc {
  margin-top: 0.2rem;
  color: #666;
  font-size: var(--font-size-24);
}

/* s8 application  */
.application .s2-swiper {
  box-sizing: border-box;
  padding: 0 1px;
}
.application .s2-swiper .swiper-slide {
  box-sizing: border-box;
}
.product .s3-section {
  background-color: #f3f3f3;
}

/* index s2  */
.index.s2 {
  padding-top: 0.5rem;
}
.s2-product-title {
  text-align: center;
}
.s2-product-desc {
  text-align: center;
  font-size: var(--font-size-24);
  margin-bottom: 0.54rem;
}
/* product-s3  */
.product .index.s2 .s3-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


.product-s1-content {
  visibility: hidden;
}