a {
  text-decoration: none !important;
}

#list-container {
  width: 1200px;
  overflow: hidden;
  white-space: nowrap;
}
.productSection {
  background-color: #fff;
  display: flex;
  justify-content: center;
  border-top: 1px solid #efefef;
}

.list-item {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  font-size: 1.6rem;
}

.list-item a:hover {
  color: #d60011;
}

.list-item::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 3.6rem;
  background-color: #efefef;
}

.list-item:last-child:before {
  background-color: transparent;
}

.swiperButtonLeft,
.swiperButtonRight {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiperButtonCard {
  height: 6.4rem;
  width: 4.4rem;
  background-color: #f8f8f8;
  text-align: center;
  line-height: 6.4rem;
  font-size: 2rem;
  border-radius: 4px;
}

#prev-btn,
#next-btn {
  padding: 10px;
  cursor: pointer;
}

.support-pagination .page-link {
  line-height: 9rem;
  color: #000;
  background-color: #fff;
  border: none;
}

.support-pagination .page-item.active .page-link {
  color: #d60110;
  background-color: transparent;
  border-color: transparent;
}

.support-pagination .page-item.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5.6rem;
  height: 2px;
  background-color: #d60110;
}

.support-pagination .page-link:focus {
  box-shadow: none;
}
.support-content .fade {
  display: none;
}

.support-content .active {
  display: block;
}

.productContent {
  width: 1200px;
  margin: 0 auto;
}

.productTitle {
  font-size: 3rem;
  margin-top: 6rem;
  margin-bottom: 4.2rem;
  line-height: 5.8rem;
  border-bottom: 1px solid #e4e4e4;
}
.productLink {
  text-decoration: none;
}

.productLink:hover .productGoodsTitle {
  color: #d60110;
  font-weight: 500;
}
.productLink:hover .productGoodsNotice {
  color: #000;
}

.productGoodsList {
  display: flex;
  flex-wrap: wrap;
}

.productGoods {
  padding: 6.5rem 3.5rem 0;
  width: calc(33.33% - 20px);
  height: 49rem;
  background-color: #fff;
  margin-right: 30px;
  margin-bottom: 30px;
}

.productGoods:nth-child(3n) {
  margin-right: 0;
}
.productGoods img {
  width: 100%;
 
}

.productGoodsTitle {
  margin: 3rem 0 1.4rem 0;
  line-height: 5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}

.productGoodsNotice {
  font-size: 1.6rem;
  display: -webkit-box; /* 使用旧版 WebKit 内核的浏览器（如 Safari） */
  display: -moz-box; /* 使用旧版 Gecko 内核的浏览器（如 Firefox） */
  display: box; /* 使用新版 Flexbox 内核的浏览器 */
  -webkit-line-clamp: 3; /* 设置显示的最大行数 */
  -webkit-box-orient: vertical; /* 设置垂直排列 */
  overflow: hidden; /* 当文本超出容器时进行隐藏 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
  white-space: normal; /* 允许换行 */
  text-align: center;/* 文字居中显示 */
  color: #808080;
}



.wap-list{display:none;}




@media all and (min-width: 769px) and (max-width: 1280px) {
  #list-container {
    width: 720px;
  }

  .productContent {
    width: 720px;
  }
}

@media all and (max-width: 768px) {
  /* .wap-list{display:block;}
  .pc-list{display:none;} */
  #list-container {
    width: 100%;
  }

  .productContent {
    width: 100%;
  }

  .productTitle {
    padding: 0 10px;
  }

  .productGoods:nth-child(3n) {
    margin-right: 0;
  }

  .productGoods {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-bottom: 20px;
    height: auto;
  }

  .productGoods:nth-child(odd) {
    margin-right: 20px;
  }

  .support-pagination .page-link {
    line-height: 60px;
    padding: 0 0.75rem;
  }

  .productList {
    height: 60px;
  }
  .list-item {
    padding: 0 10px;
  }
  /* .productGoods img {
    height: 100px;
  } */

  .productGoodsList {
    padding: 0 20px;
    margin-bottom: 14rem;
  }

  .productGoodsNotice {
    padding: 0 5px;
    margin-bottom: 16px;
  }
}
