.bossgoo-index-hots2 {
  width: 100%;
}

.bossgoo-index-hots2 .max1920 {
  background: url(https://bsg-s.nbxc.com/site_themes/common/modular_modules/css/bossgoo-index/images/hots2-bg.jpg) no-repeat center center;
}

.bossgoo-index-hots2 .max1920 .pro-cate2 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.bossgoo-index-hots2 .max1920 .pro-cate2-box {
  padding-top: 40px;
}

.bossgoo-index-hots2 .max1920 .pro-cate2-box .pro-cate2-swiper {
  width: 100%;
}

.bossgoo-index-hots2 .max1920 .pro-cate2-box .pro-cate2-swiper .swiper-slide {
  position: relative;
  transition: all .5s;
  transform: scale(0.9);
}

.bossgoo-index-hots2 .max1920 .pro-cate2-box .pro-cate2-swiper .swiper-slide .pro-cate2-sw {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.bossgoo-index-hots2 .max1920 .pro-cate2-box .pro-cate2-swiper .swiper-slide .pro-cate2-sw .pro-cate2-s {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.bossgoo-index-hots2 .max1920 .pro-cate2-box .pro-cate2-swiper .swiper-slide .pro-cate2-sw .pro-cate2-s a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bossgoo-index-hots2 .max1920 .pro-cate2-box .pro-cate2-swiper .swiper-slide .pro-cate2-sw .pro-cate2-s a img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bossgoo-index-hots2 .max1920 .pro-cate2-box .pro-cate2-swiper .swiper-slide .pro-cate2-sw .pro-cate2-s .pro-cate2-swiper-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.bossgoo-index-hots2 .max1920 .pro-cate2-box .pro-cate2-swiper .swiper-slide .pro-cate2-sw .pro-cate2-s .pro-cate2-swiper-box .pro-cate2-swiper-b {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.4);
}

.bossgoo-index-hots2 .max1920 .pro-cate2-box .pro-cate2-swiper .swiper-slide .pro-cate2-sw .pro-cate2-s .pro-cate2-swiper-box .pro-cate2-swiper-b a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  height: initial;
  display: -webkit-box;
  line-height: 1.5;
}

.bossgoo-index-hots2 .max1920 .pro-cate2-box .pro-cate2-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.bossgoo-index-hots2 .max1920 .pro-cate2-box .pro-cate2-swiper .swiper-slide.swiper-slide-active .pro-cate2-sw .pro-cate2-s .pro-cate2-swiper-box {
  display: block;
}

/*.bossgoo-index-hots2 .first-title {
  color: var(--themeColor);
}

.bossgoo-index-hots2 .first-title {
  font-weight: bold;
  position: relative;
}

.bossgoo-index-hots2 .first-title::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #847c7a;
  position: absolute;
  left: 0;
  bottom: -30px;
}

.bossgoo-index-hots2 .first-title::after {
  content: '';
  width: 60px;
  height: 6px;
  background-color: var(--themeColor);
  position: absolute;
  left: 50%;
  bottom: -32px;
  margin-left: -30px;
}*/

@media only screen and (max-width: 1440px) {
  .bossgoo-index-hots2 .max1920 .wrap {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .bossgoo-index-hots2 .max1920 .wrap .pro-cate2-swiper .swiper-slide .pro-cate2-sw .pro-cate2-s .pro-cate2-swiper-box .pro-cate2-swiper-b a {
    font-size: 20px;
  }
/*  .bossgoo-index-hots2 .first-title::before {
    bottom: -20px;
  }
  .bossgoo-index-hots2 .first-title::after {
    bottom: -22px;
  }*/
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-hots2 .max1920 .pro-cate2-box .pro-cate2-swiper .swiper-slide .pro-cate2-sw .pro-cate2-s .pro-cate2-swiper-box .pro-cate2-swiper-b a {
    font-size: .32rem;
  }
/*  .bossgoo-index-hots2 .first-title::before {
    bottom: -0.36rem;
  }
  .bossgoo-index-hots2 .first-title::after {
    bottom: -0.4rem;
  }*/
}

.bossgoo-index-hots2 .first-title {
  font-weight: bold;
  position: relative;
  color: var(--themeColor);
}
.bossgoo-index-hots2 .first-title::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #847c7a;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.bossgoo-index-hots2 .first-title::after {
  content: '';
  width: 60px;
  height: 6px;
  background-color: var(--themeColor);
  position: absolute;
  left: 50%;
  bottom: -32px;
  margin-left: -30px;
}
@media only screen and (max-width: 1440px) {
  .bossgoo-index-hots2 .first-title::before {
    bottom: -20px;
  }
  .bossgoo-index-hots2 .first-title::after {
    bottom: -22px;
  }
}
@media only screen and (max-width: 767px) {
  .bossgoo-index-hots2 .first-title::before {
    bottom: -0.36rem;
  }
  .bossgoo-index-hots2 .first-title::after {
    bottom: -0.4rem;
  }
}


.bossgoo-index-hots2{
  padding-bottom: 50px;
}
@media only screen and (max-width: 1040px) {
  .bossgoo-index-hots2{
    padding-bottom: .6rem;
  }
}