.lemei-hot-goods {
  padding: 80px 0;
  position: relative;
  z-index: 10;
}

.lemei-hot-goods .tit {
  text-align: center;
  position: relative;
  z-index: 10;
}
.lemei-hot-goods .tit h2 {
  font-size:clamp(24px, 2.5vw, 48px);text-transform:uppercase;line-height:1;
}
.lemei-hot-goods .list {
  margin: 55px 0 0;
  position: relative;
  z-index: 10;
}

.lemei-hot-goods .swiper-slide {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-evenly;
  background: #F8F8F8;
  border-radius: 20px;
  padding: 94px 0;
}
.lemei-hot-goods .swiper-slide .pic {
  width: 30%;
}
.lemei-hot-goods .swiper-slide .pic img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
}
.lemei-hot-goods .swiper-slide .txt {
 width: 55%;
}
.lemei-hot-goods .swiper-slide .txt h5 {
  position: relative;
  font-size: 26px;
  line-height: 32px;
  color: var(--title-text-color);
}
.lemei-hot-goods .swiper-slide .txt h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 107px;
  height: 5px;
  background: linear-gradient(to right, var(--color-primary), var(--color-second));
  border-radius: 3px;
}
.lemei-hot-goods .swiper-slide .txt h5 a {
  font-size: 26px;
  line-height: 32px;
}
.lemei-hot-goods .swiper-slide .txt .t {
  margin: 34px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 30px;
}
.lemei-hot-goods .swiper-button-prev,
.lemei-hot-goods .swiper-button-next {
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 0;
  margin-top: -12px;
  text-align: center;
}

.lemei-hot-goods .swiper-button-prev i,
.lemei-hot-goods .swiper-button-next i {
  color: #000;
  font-size: 24px;
  line-height: 24px
}

.lemei-hot-goods .swiper-button-prev,
.lemei-hot-goods .swiper-container-rtl .swiper-button-next {
  left: -33px;
  right: auto
}

.lemei-hot-goods .swiper-button-next,
.lemei-hot-goods .swiper-container-rtl .swiper-button-prev {
  right: -33px;
  left: auto
}

.lemei-hot-goods .swiper-button-prev::after,
.lemei-hot-goods .swiper-button-next::after {
  display: none;
}

.lemei-hot-goods .swiper-slide .txt .theme-btn-icon-mobile {
  display: none;
}

.lemei-hot-goods .swiper-pagination-bullets.swiper-pagination-horizontal{display:none;position:static;width:100%;text-align:center;font-size:0;margin-top:20px;}
.lemei-hot-goods .swiper-pagination-bullet{width:8px;height:8px;margin:0 5px;background:rgba(217, 217, 217, 1);border-radius:50%;opacity:1;}
.lemei-hot-goods .swiper-pagination-bullet-active{background:rgba(75, 193, 149, 1);}


/*@media screen and (max-width: 1281px) {*/
/*  .lemei-hot-goods .swiper-slide .pic {*/
/*    width: 40%;*/
/*  }*/
/*  .lemei-hot-goods .swiper-slide .txt {*/
/*    padding: 0 20px 0 40px;*/
/*  }*/
  /*.lemei-hot-goods .swiper-slide .txt h5 {*/
  /*  font-size: 30px;*/
  /*}*/
/*}*/

@media screen and (max-width:1200px) {
  .lemei-hot-goods .swiper-slide .pic {
    width: 40%;
  }
  .lemei-hot-goods .swiper-slide .txt {
    padding: 0 20px 0 40px;
  }
  .lemei-hot-goods .swiper-slide .txt h5,
  .lemei-hot-goods .swiper-slide .txt h5 a {
    font-size: 24px;
    line-height: 30px;
  }
  .lemei-hot-goods .swiper-slide {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 767px) {
  .lemei-hot-goods {
    padding: 30px 0;
    margin-top: 0;
  }
  
  .lemei-hot-goods .tit {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .lemei-hot-goods .tit p {
    font-size: 17px;
    margin: 15px 0 0;
  }
  .lemei-hot-goods .tit .more {
    font-size: 17px;
    width: auto;
    text-align: center;
    margin: 15px 0 0;
  }

  .lemei-hot-goods .list{margin:25px 0 0;}
  .lemei-hot-goods .swiper-slide {
    display: block;
    padding: 18px;
  }
  .lemei-hot-goods .swiper-slide .pic {
    width: 60%;
    margin: 0 auto;
  }
  .lemei-hot-goods .swiper-slide .txt {
    padding: 0;
    margin-top: 20px;
    width: 100%;
  }
  .lemei-hot-goods .swiper-slide .txt h5,
  .lemei-hot-goods .swiper-slide .txt h5 a {
    font-size: 22px;
    line-height: 28px;
  }
  /*.lemei-hot-goods .swiper-slide .txt .t {*/
  /*  margin: 20px 0 0;*/
  /*}*/
  
  .lemei-hot-goods .swiper-button-prev, .lemei-hot-goods .swiper-button-next {display:none;}
.lemei-hot-goods .swiper-pagination-bullets.swiper-pagination-horizontal{display:block;}
  
  
}

@media screen and (max-width: 578px) {
  .lemei-hot-goods .swiper-button-prev,
  .lemei-hot-goods .swiper-container-rtl .swiper-button-next {
    left: 50%;
    bottom: 16px;
    top: auto;
    transform: translate(-100%, 100%);
  }
  
  .lemei-hot-goods .swiper-button-next,
  .lemei-hot-goods .swiper-container-rtl .swiper-button-prev {
    right: 50%;
    bottom: 16px;
    top: auto;
    transform: translate(100%, 100%);
  }
  
  /*
  .lemei-hot-goods .swiper-slide .txt .theme-btn {
    width: fit-content;
    background: none;
    border: none;
    box-shadow: initial;
    border-radius: initial;
    color: #73CB5A;
    padding: 0;
    height: 20px;
    text-shadow: none;
    font-size: 14px;
  }
  .lemei-hot-goods .swiper-slide .txt .theme-btn-icon-pc {
    display: none;
  }*/
  
  .lemei-hot-goods .swiper-slide .txt .theme-btn-icon-mobile {
    display: inline-block;
    font-size: 16px;
    background: linear-gradient(0deg, var(--color-primary) 0%, var(--color-second) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .lemei-hot-goods .swiper-slide .txt .t {
    margin: 19px 0 8px;
  }
  .lemei-hot-goods .swiper-slide .txt h5::after {
    bottom: -8px;
  }
  .lemei-hot-goods .swiper-slide .txt h5,
  .lemei-hot-goods .swiper-slide .txt h5 a {
    font-size: 16px;
    line-height: 20px;
  }
  
.lemei-hot-goods .swiper-slide .txt h5::after{width:60px;height:3px;} 

  
}

@media screen and (max-width: 480px) {
  .lemei-hot-goods .swiper-slide .pic {
    width: 100%;
  }
  
  .lemei-hot-goods .swiper-slide .txt .t{font-size:15px;line-height:22px;}
}
