﻿.bossgoo-index-product-trending62 {
  padding-bottom: 80px;
}
.bossgoo-index-product-trending62 .wrap .first-title {
  color: var(--themeColor);
}

.bossgoo-index-product-trending62 .wrap .mainContent .productList  {
  display: grid; 
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; 

}
.bossgoo-index-product-trending62 .wrap .mainContent .productsBox {
  position: relative;
  overflow: hidden;
}
.bossgoo-index-product-trending62 .wrap .mainContent .productsBox .imgbox {
  user-select: none;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border: 1px solid #ddd;

}



.bossgoo-index-product-trending62 .wrap .mainContent .productsBox .imgbox .innerbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bossgoo-index-product-trending62 .wrap .mainContent .productsBox .imgbox .innerbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bossgoo-index-product-trending62 .wrap .mainContent .productsBox .proName {
  height: 48px;
  margin: 10px auto;
  text-align: center;
  padding: 0 10px;
}
.bossgoo-index-product-trending62 .wrap .mainContent .productsBox .nameBox {
  padding: 20px 10px;
  background: var(--themeColor);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  transition: all .5s;
  height: 0;
}
.bossgoo-index-product-trending62 .wrap .mainContent .productsBox:hover .nameBox {
  height: 130px;
  opacity: 1;
  z-index: 1;
}

.bossgoo-index-product-trending62 .wrap .mainContent .productsBox .nameBox .name {
  /* display: block; */
  color: #333;
  height: 48px;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}
.bossgoo-index-product-trending62 .wrap .mainContent .productsBox .nameBox .more {
  display: block;
  width: 120px;
  height: 32px;
  line-height: 32px;
  background: #f7b401;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}


@media only screen and (max-width:1040px) {
  .bossgoo-index-product-trending62{
    padding-bottom: .6rem;
    padding-left: .2rem;
    padding-right: .2rem;
  }
  .bossgoo-index-product-trending62 *{
    line-height: 1.4;
  }

  .bossgoo-index-product-trending62 .wrap .mainContent .productsBox .nameBox .name {
    height: .8rem;
  }
  
  .bossgoo-index-product-trending62 .wrap .mainContent .productsBox .nameBox {
    padding: .2rem .2rem;
  }

  .bossgoo-index-product-trending62 .wrap .mainContent .productsBox:hover .nameBox {
    opacity: 0;
    z-index: -1;
  }

  .bossgoo-index-product-trending62 .wrap .mainContent .productList  {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .bossgoo-index-product-trending62 .wrap .mainContent .productsBox .proName{
    height: .8rem;
    margin: .1rem auto;
  }

  
  
}

@media only screen and (max-width:767px) {
  .bossgoo-index-product-trending62 .wrap .mainContent .productList  {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
