.bossgoo-index-product-trending8 .titlebox {
  text-align: center;
}

.bossgoo-index-product-trending8 .titlebox .maintitle {
  color: var(--themeColor);
  position: relative;
  display: inline-block;
}

.bossgoo-index-product-trending8 .titlebox .maintitle:before,
.bossgoo-index-product-trending8 .titlebox .maintitle:after {
  position: absolute;
  content: " ";
  display: block;
  width: 50px;
  height: 2px;
  background: var(--themeColor);
  right: 110%;
  top: calc(50% - 2px);
}

.bossgoo-index-product-trending8 .titlebox .maintitle:after {
  left: 110%;
  right: auto;
}

.bossgoo-index-product-trending8 .productswiper {
  padding: 10px 0;
}

.bossgoo-index-product-trending8 .productswiper .swiper-button-next,
.bossgoo-index-product-trending8 .productswiper .swiper-button-prev {
  background: none;
}

.bossgoo-index-product-trending8 .productswiper .swiper-button-next span,
.bossgoo-index-product-trending8 .productswiper .swiper-button-prev span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 40px;
  color: var(--themeColor);
}

.bossgoo-index-product-trending8 .productswiper .swiper-button-next span:hover,
.bossgoo-index-product-trending8 .productswiper .swiper-button-prev span:hover {
  color: #fff;
  background: var(--themeColor);
}

.bossgoo-index-product-trending8 .productswiper .swiper-button-next {
  right: 20px;
}

.bossgoo-index-product-trending8 .productswiper .probox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  position: relative;
}

.bossgoo-index-product-trending8 .productswiper .probox .imgbox {
  width: 100%;
  background: white;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  transition: all 0.3s;
}

.bossgoo-index-product-trending8 .productswiper .probox .imgbox a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bossgoo-index-product-trending8 .productswiper .probox:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.bossgoo-index-product-trending8 .productswiper .probox:hover .pro_name {
  color: var(--themeColor);
}

.bossgoo-index-product-trending8 .productswiper .probox:hover .imgbox {
  transform: scale(0.95);
}

.bossgoo-index-product-trending8 .productswiper .probox:hover .buy {
  display: none;
}

.bossgoo-index-product-trending8 .productswiper .probox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bossgoo-index-product-trending8 .productswiper .probox .pro_name {
  font-size: 16px;
  padding: 10px 20px;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}

.bossgoo-index-product-trending8 .productswiper .probox .buy {
  display: none;
  position: absolute;
  bottom: 70px;
  width: 60%;
  height: 45px;
  line-height: 45px;
  border-radius: 25px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 0 20px;
  background: #fff;
  font-size: 20px;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-product-trending8 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .bossgoo-index-product-trending8 .titlebox .maintitle:before,
  .bossgoo-index-product-trending8 .titlebox .maintitle:after {
    width: 0.6rem;
    height: 0.04rem;
    top: calc(50% - 0.02rem);
  }
  .bossgoo-index-product-trending8 .productswiper .swiper-button-next span,
  .bossgoo-index-product-trending8 .productswiper .swiper-button-prev span {
    font-size: 0.6rem;
  }
  .bossgoo-index-product-trending8 .productswiper .swiper-button-next span:hover,
  .bossgoo-index-product-trending8 .productswiper .swiper-button-prev span:hover {
    color: var(--themeColor);
    background: #fff;
  }
  .bossgoo-index-product-trending8 .productswiper .swiper-button-next {
    right: 0.3rem;
  }
  .bossgoo-index-product-trending8 .productswiper .probox .pro_name {
    font-size: 0.28rem;
    padding: 0.1rem 0.1rem;
  }
  .bossgoo-index-product-trending8 .productswiper .probox:hover {
    box-shadow: none;
  }
  .bossgoo-index-product-trending8 .productswiper .probox:hover .pro_name {
    color: #666;
  }
  .bossgoo-index-product-trending8 .productswiper .probox:hover .imgbox {
    transform: scale(1);
  }
  .bossgoo-index-product-trending8 .productswiper .probox:hover .buy {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-product-trending8 .titlebox .maintitle:before,
  .bossgoo-index-product-trending8 .titlebox .maintitle:after {
    width: 0.4rem;
  }
  .bossgoo-index-product-trending8 .productswiper .swiper-button-next span,
  .bossgoo-index-product-trending8 .productswiper .swiper-button-prev span {
    font-size: 0.4rem;
  }
  .bossgoo-index-product-trending8 .productswiper .swiper-button-next {
    right: 0.1rem;
  }
  .bossgoo-index-product-trending8 .productswiper .probox .pro_name {
    padding: 0.1rem 0.1rem;
  }
  .bossgoo-index-news8 .newslist .newsbox .textbox .title {
    font-size: .28rem;
  }
}