.ctx-box {
  width: 75rem;
  margin: 0 auto;
  padding: 2.4rem 0;
}

/* 分类轮播 */
.cate-box {
  width: 100%;
  min-height: 9.31rem;
  position: relative;
  display: flex;
  align-items: center;
}
.cate-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #0fccb1 0%, #007ed1 100%);
  border-radius: 0rem 0rem 0rem 0rem;
  opacity: 0.58;
}

.cate-inner {
  width: 75rem;
  margin: 0 auto;
  position: relative;
}
.swiper-slide {

}

.swiper-slide-active,
.swiper-slide-duplicate-active {
  /* transform: scale(1); */
}

.swiper-next,
.swiper-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}

.swiper-next {
  right: -4rem;
}
.swiper-prev {
  left: -4rem;
}

.cate-item {
  width: 100%;
  height: 100%;
  height: 9.31rem;
  display: flex;
  align-items: center;
}

.cate-item-inner {
  width: 100%;
  height: 100%;
  /* width: 18rem; */
  height: 7.69rem;
  padding: 1.8rem 1.1rem 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  /*background: url("../imgs/cate-bg.png") no-repeat;*/
  background-size: cover;
  background-position: center;
  transition: .3s ease;
  cursor: pointer;
  
}
.swiper-slide-active .cate-item-inner {
  height: 9.31rem;
}

.cate-title {
  font-size: 1.25rem;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  
  /*display: none;*/
}
.cate-title.hidden {
    display: none;
}



.cate-poster {
  width: 5rem;
  height: 4.25rem;
  object-fit: contain;
}

/* 数据项 */
.row-items {
  display: flex;
  justify-content: space-between;
}
.title-items {
  height: 2.44rem;
  background: linear-gradient(90deg, #0fccb1 0%, #007ed1 100%);
  font-size: 0.88rem;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.data-items {
  height: 2.81rem;
  background: #ffffff;
}

.row-items .data-item:nth-child(3) {
  display: none;
}

.data-items:nth-child(2n) {
  background: #f9f9f9;
}
.data-item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.data-item:first-child {
    flex: 2;
    flex: 1;
}

/* 筛选 */
.filter-box {
  min-height: 17.63rem;
  background: #f8f8f8;
  padding: 2.4rem 0 1.6rem;
}

.filter-items {
  width: 75rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.filter-item {
  width: 24.13rem;
  margin-right: 1.3rem;
  margin-top: 1.5rem;
}
.filter-item:nth-child(3n) {
  margin-right: 0;
}
.filter-item:nth-child(-n + 3) {
  margin-top: 0;
}

.filter-label {
  font-size: 0.88rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #717171;
}
.filter-val {
  margin-top: 0.65rem;
  border: 1px solid #d2d2d2;
}

/* 分页 */
.pagination-box {
  margin-top: 3.25rem;
}

.filter-btn {
  display: block;
  margin: 0 auto;
  margin-top: 1.3rem;
  width: 8.88rem;
  height: 2.31rem;
  background: #ffffff;
  font-size: 0.88rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #717171;
  border: 1px solid;
  border-image: linear-gradient(to right, #0fccb1, #007ed1) 1;
}



.product-link:hover {
    color: #007ed1;
}







.w-empty {
    padding: 50px 0 0;
    display: flex;
    justify-content: center;
}


