.bossgoo-index-product-trending2 {
  width: 100%;
}

.bossgoo-index-product-trending2 .hot-pro2 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.bossgoo-index-product-trending2 .hot-pro2-box {
  width: 100%;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-index-product-trending2 .hot-pro2-box .hot-pro2-item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.bossgoo-index-product-trending2 .hot-pro2-box .hot-pro2-item .hot-pro2-it-box {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.bossgoo-index-product-trending2 .hot-pro2-box .hot-pro2-item .hot-pro2-it-box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}

.bossgoo-index-product-trending2 .hot-pro2-box .hot-pro2-item .hot-pro2-it-box a img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.bossgoo-index-product-trending2 .hot-pro2-box .hot-pro2-item .hot-pro2-it {
  width: 100%;
  padding: 15px 30px;
  box-sizing: border-box;
  text-align: center;
  background-color: var(--themeColor);
  transition: all .5s;
  position: absolute;
  bottom: -60px;
  display: none;
}

.bossgoo-index-product-trending2 .hot-pro2-box .hot-pro2-item .hot-pro2-it a {
  font-size: 18px;
  color: #fff;
  height: 54px;
}

.bossgoo-index-product-trending2 .hot-pro2-box .hot-pro2-item:nth-child(4n) {
  margin-right: 0;
}

.bossgoo-index-product-trending2 .hot-pro2-box .hot-pro2-item:hover {
  border: 1px solid var(--themeColor);
}

.bossgoo-index-product-trending2 .hot-pro2-box .hot-pro2-item:hover .hot-pro2-it {
  bottom: 0;
  display: block;
}

.bossgoo-index-product-trending2 .hot-pro2-link {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ebebeb;
  display: none;
}

.bossgoo-index-product-trending2 .hot-pro2-link a {
  display: block;
  width: 100%;
  height: 100%;
  color: #666;
  font-size: 14px;
}

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

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

@media only screen and (max-width: 1040px) {
  .bossgoo-index-product-trending2 .hot-pro2-box .hot-pro2-item .hot-pro2-it {
    padding: .3rem;
  }
  .bossgoo-index-product-trending2 .hot-pro2-box .hot-pro2-item .hot-pro2-it a {
    height: .72rem;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-product-trending2 .hot-pro2-box .hot-pro2-item {
    width: 49%;
  }
  .bossgoo-index-product-trending2 .hot-pro2-box .hot-pro2-item .hot-pro2-it {
    bottom: 0;
    display: block;
    padding: .3rem;
  }
  .bossgoo-index-product-trending2 .hot-pro2-box .hot-pro2-item .hot-pro2-it a {
    font-size: .28rem;
    height: .85rem;
  }
  .bossgoo-index-product-trending2 .hot-pro2-box .hot-pro2-item:nth-child(2n) {
    margin-right: 0;
  }
  .bossgoo-index-product-trending2 .hot-pro2-box .hot-pro2-item:nth-child(5),
  .bossgoo-index-product-trending2 .hot-pro2-box .hot-pro2-item:nth-child(6),
  .bossgoo-index-product-trending2 .hot-pro2-box .hot-pro2-item:nth-child(7),
  .bossgoo-index-product-trending2 .hot-pro2-box .hot-pro2-item:nth-child(8) {
    display: none;
  }
  .bossgoo-index-product-trending2 .hot-pro2-link {
    display: block;
  }
}
.bossgoo-index-product-trending2 .first-title {
  font-weight: bold;
  position: relative;
  color: var(--themeColor);
}
.bossgoo-index-product-trending2 .first-title::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #847c7a;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.bossgoo-index-product-trending2 .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-product-trending2 .first-title::before {
    bottom: -20px;
  }
  .bossgoo-index-product-trending2 .first-title::after {
    bottom: -22px;
  }
}
@media only screen and (max-width: 767px) {
  .bossgoo-index-product-trending2 .first-title::before {
    bottom: -0.36rem;
  }
  .bossgoo-index-product-trending2 .first-title::after {
    bottom: -0.4rem;
  }
}