.bossgoo-index-product-category6 {
  width: 100%;
  background-color: #efefef;
}

.bossgoo-index-product-category6 .wrap .first-title {
  color: var(--themeColor);
  font-weight: bold;
}

.bossgoo-index-product-category6 .wrap .category6-box {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}

.bossgoo-index-product-category6 .wrap .category6-box .category6-box-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow-x: auto;
}

.bossgoo-index-product-category6 .wrap .category6-box .category6-box-list a {
  display: inline-block;
  padding: 0 20px 10px;
  color: #666;
}

.bossgoo-index-product-category6 .wrap .category6-box .category6-box-list a:hover {
  color: var(--themeColor);
}

.bossgoo-index-product-category6 .wrap .category6-box .category6-box-list a.category6-box-list-active {
  color: var(--themeColor);
}

.bossgoo-index-product-category6 .wrap .category6-box .category6-swiper-box {
  width: 100%;
}

.bossgoo-index-product-category6 .wrap .category6-box .category6-swiper-box .category6-swiper-boxItem {
  width: 100%;
  display: none;
}

.bossgoo-index-product-category6 .wrap .category6-box .category6-swiper-box .category6-swiper-boxItem .category6-swiper {
  width: 100%;
  padding-top: 40px;
}

.bossgoo-index-product-category6 .wrap .category6-box .category6-swiper-box .category6-swiper-boxItem .category6-swiper .category6-swiper-item {
  width: 100%;
}

.bossgoo-index-product-category6 .wrap .category6-box .category6-swiper-box .category6-swiper-boxItem .category6-swiper .category6-swiper-item .category6-swiper-itemImg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  background-color: #fff;
}

.bossgoo-index-product-category6 .wrap .category6-box .category6-swiper-box .category6-swiper-boxItem .category6-swiper .category6-swiper-item .category6-swiper-itemImg a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}

.bossgoo-index-product-category6 .wrap .category6-box .category6-swiper-box .category6-swiper-boxItem .category6-swiper .category6-swiper-item .category6-swiper-itemImg a img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bossgoo-index-product-category6 .wrap .category6-box .category6-swiper-box .category6-swiper-boxItem .category6-swiper .category6-swiper-item .category6-swiper-itemText {
  text-align: center;
  padding-top: 20px;
}

.bossgoo-index-product-category6 .wrap .category6-box .category6-swiper-box .category6-swiper-boxItem .category6-swiper .category6-swiper-item .category6-swiper-itemText a {
  color: #333;
}

.bossgoo-index-product-category6 .wrap .category6-box .category6-swiper-box .category6-swiper-boxItem .category6-swiper .category6-swiper-item .category6-swiper-itemText a:hover {
  color: var(--themeColor);
}

.bossgoo-index-product-category6 .wrap .category6-box .category6-swiper-box .category6-swiper-boxItem .category6-box-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.bossgoo-index-product-category6 .wrap .category6-box .category6-swiper-box .category6-swiper-boxItem .category6-box-btn span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
}

.bossgoo-index-product-category6 .wrap .category6-box .category6-swiper-box .category6-swiper-boxItem .category6-box-btn span.cat6-btn-prev {
  margin-right: 10px;
}

.bossgoo-index-product-category6 .wrap .category6-box .category6-swiper-box .category6-swiper-boxItem .category6-box-btn span:hover {
  color: #fff;
  border-color: var(--themeColor);
  background-color: var(--themeColor);
}

.bossgoo-index-product-category6 .wrap .category6-box .category6-swiper-box .category6-swiper-boxItem.category6-boxItem-active {
  display: block;
}

@media only screen and (max-width: 1440px) {
  .bossgoo-index-product-category6 .wrap {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-product-category6 .wrap .category6-box {
    padding-bottom: .6rem;
  }
  .bossgoo-index-product-category6 .wrap .category6-box .category6-swiper-box .category6-swiper-boxItem .category6-swiper {
    padding-top: .3rem;
  }
  .bossgoo-index-product-category6 .wrap .category6-box .category6-swiper-box .category6-swiper-boxItem .category6-box-btn {
    padding-top: .3rem;
  }
}