.arshine2-featured_products1 {
    padding: 100px 0;
    background: #ffffff;
  }
  
  .arshine2-featured_products1 .tit {
    text-align: center;
  }
  
  .arshine2-featured_products1 .tit h3 {
    color: #323232;
    font-size: 48px;
    line-height: 1;
  }
  
  .arshine2-featured_products1 .tit h3 span {
    color: var(--color-primary);
  }
  
  .arshine2-featured_products1 .tit a {
    font-size: 18px;
    color: #333;
    display: inline-block;
    margin: 7px 0 0;
  }
  
  /*.arshine2-featured_products1.swiper-slide {*/
    width: calc (33.33% - 10px); /* 每个产品占约三分之一宽度，减去一定间隔，可根据实际调整间隔值 */
  /*}*/
  /*.arshine2-featured_products1.swiper-slide:last-child {*/
    margin - right: 0; /* 最后一个产品不需要右间隔 */
  /*}*/
  
  
  .arshine2-featured_products1 .tit a:hover {
    color: var(--color-primary);
  }
  
  .arshine2-featured_products1 .list {
    position: relative;
    margin: 65px 0 0;
  }
  
  .arshine2-featured_products1 .swiper-slide .pic {
    width: 100%;
    display: block;

  }
  
  .arshine2-featured_products1 .swiper-slide .pic img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  
  .arshine2-featured_products1 .swiper-slide .txt {
    margin: 35px 0 0;
    text-align: center;
    text-transform: capitalize;
  }
  
  .arshine2-featured_products1 .swiper-slide .txt h5 {
    font-size: 24px;
    line-height: 1;
    color: #333;
  }
  
  .arshine2-featured_products1 .swiper-slide .txt p {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    margin: 15px 0 0;
  }
  
  .arshine2-featured_products1 .swiper-button-prev,
  .arshine2-featured_products1 .swiper-button-next {
    width: 68px;
    height: 170px;
    background: #C8C8C8;
    color: #fff;
    top: calc(((100% - 104px) / 2) - 85px);
    margin-top: 0;
    border-radius: 40px;
    text-align: center;
  }
  
  .arshine2-featured_products1 .swiper-button-prev::after,
  .arshine2-featured_products1 .swiper-button-next::after {
    display: none;
  }
  
  .arshine2-featured_products1 .swiper-button-prev i,
  .arshine2-featured_products1 .swiper-button-next i {
    font-size: 40px;
    line-height: 170px;
    color: inherit;
  }
  
  .arshine2-featured_products1 .swiper-button-prev,
  .arshine2-featured_products1 .swiper-container-rtl .swiper-button-next {
    left: -98px;
    right: auto;
  }
  
  .arshine2-featured_products1 .swiper-button-next,
  .arshine2-featured_products1 .swiper-container-rtl .swiper-button-prev {
    right: -98px;
    left: auto;
  }
  
  .arshine2-featured_products1 .swiper-button-prev:hover,
  .arshine2-featured_products1 .swiper-button-next:hover {
    background: var(--color-primary);
  }
  
  .arshine2-featured_products1 .swiper-pagination {
    position: static;
    width: 100%;
    margin-top: 25px;
    display: none;
    justify-content: center;
    align-items: center;
  }
  
  .arshine2-featured_products1 .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background: var(--color-primary);
    border-radius: 50%;
    opacity: 1;
    position: relative;
  }
  
  .arshine2-featured_products1 .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    border: 4px solid var(--color-primary);
    background: var(--bg-color);
  }
  
  @media screen and (max-width:1650px) {
    .arshine2-featured_products1 .tit h3 {
      font-size: 46px;
    }
  
    .arshine2-featured_products1 .swiper-button-prev,
    .arshine2-featured_products1 .swiper-button-next {
      width: 60px;
      height: 150px;
      top: calc(((100% - 104px) / 2) - 75px);
    }
  
    .arshine2-featured_products1 .swiper-button-prev i,
    .arshine2-featured_products1 .swiper-button-next i {
      font-size: 35px;
      line-height: 150px;
    }
  
    .arshine2-featured_products1 .swiper-button-prev,
    .arshine2-featured_products1 .swiper-container-rtl .swiper-button-next {
      left: -80px;
    }
  
    .arshine2-featured_products1 .swiper-button-next,
    .arshine2-featured_products1 .swiper-container-rtl .swiper-button-prev {
      right: -80px;
    }
  
  }
  
  @media screen and (max-width:1500px) {
    .arshine2-featured_products1 .tit h3 {
      font-size: 44px;
    }
  
    .arshine2-featured_products1 .swiper-slide .txt h5 {
      font-size: 23px;
    }
  
    .arshine2-featured_products1 {
      padding: 80px 0;
    }
  }
  
  @media screen and (max-width:1441px) {
    .arshine2-featured_products1 .tit h3 {
      font-size: 42px;
    }
  
    .arshine2-featured_products1 .swiper-slide .txt h5 {
      font-size: 22px;
    }
  }
  
  @media screen and (max-width:1367px) {
    .arshine2-featured_products1 .tit h3 {
      font-size: 40px;
    }
  
    .arshine2-featured_products1 .swiper-slide .txt p {
      line-height: 28px;
    }
  
    .arshine2-featured_products1 .swiper-slide .txt p {
      font-size: 17px;
    }
  
    .arshine2-featured_products1 .swiper-slide .txt h5 {
      font-size: 21px;
    }
  
    .arshine2-featured_products1 .swiper-button-prev,
    .arshine2-featured_products1 .swiper-button-next {
      width: 50px;
      height: 120px;
      top: calc(((100% - 104px) / 2) - 60px);
    }
  
    .arshine2-featured_products1 .swiper-button-prev i,
    .arshine2-featured_products1 .swiper-button-next i {
      font-size: 30px;
      line-height: 120px;
    }
  
    .arshine2-featured_products1 .swiper-button-prev,
    .arshine2-featured_products1 .swiper-container-rtl .swiper-button-next {
      left: -60px;
    }
  
    .arshine2-featured_products1 .swiper-button-next,
    .arshine2-featured_products1 .swiper-container-rtl .swiper-button-prev {
      right: -60px;
    }
  
    .arshine2-featured_products1 {
      padding: 70px 0;
    }
  }
  
  @media screen and (max-width:1281px) {
    .arshine2-featured_products1 .tit h3 {
      font-size: 38px;
    }
  
    .arshine2-featured_products1 .swiper-slide .txt h5 {
      font-size: 20px;
    }
  
    .arshine2-featured_products1 .swiper-button-prev,
    .arshine2-featured_products1 .swiper-button-next {
      display: none;
    }
  
    .arshine2-featured_products1 .swiper-pagination {
      display: flex;
    }
  }
  
  
  @media screen and (max-width:1171px) {
    .arshine2-featured_products1 .tit h3 {
      font-size: 36px;
    }
  
    .arshine2-featured_products1 .swiper-slide .txt h5 {
      font-size: 19px;
    }
  
    .arshine2-featured_products1 .swiper-slide .txt p {
      font-size: 16px;
    }
  }
  
  @media screen and (max-width:992px) {
    .arshine2-featured_products1 .tit h3 {
      font-size: 34px;
    }
  
    .arshine2-featured_products1 .swiper-slide .txt h5 {
      font-size: 18px;
    }
  }
  
  @media screen and (max-width:992px) {
    .arshine2-featured_products1 .tit h3 {
      font-size: 32px;
    }
  
    .arshine2-featured_products1 .swiper-slide .txt h5 {
      font-size: 17px;
    }
  
    .arshine2-featured_products1 {
      padding: 30px 0;
    }
  
    .arshine2-featured_products1 .tit a {
      font-size: 16px;
    }
  
    .arshine2-featured_products1 .list {
      margin: 30px 0 0;
    }
  
    .arshine2-featured_products1 .swiper-slide .txt {
      margin: 20px 0 0;
    }
  
    .arshine2-featured_products1 .swiper-slide .txt p {
      margin: 10px 0 0;
    }
  }
  
  @media screen and (max-width:600px) {
    .arshine2-featured_products1 .tit h3 {
      font-size: 28px;
    }
  
    .arshine2-featured_products1 .swiper-slide .txt p {
      font-size: 15px;
    }
  
    .arshine2-featured_products1 .swiper-slide .txt p {
      line-height: 24px;
    }
  }
  
  @media screen and (max-width:480px) {
    .arshine2-featured_products1 .tit h3 {
      font-size: 24px;
    }
  }
  
  @media screen and (max-width:430px) {
    .arshine2-featured_products1 .tit h3 {
      font-size: 26px;
    }
  }