.bossgoo-index-product-trending14 {
  width: 100%;
}

.bossgoo-index-product-trending14 .wrap .first-title {
  /* font-size: 32px; */
  /* text-transform: uppercase; */
  color: var(--themeColor);
}

.bossgoo-index-product-trending14 .wrap .trending14-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img .trending14-imgBox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img .trending14-imgBox a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img .trending14-imgBox a img {
  max-height: 100%;
  object-fit: contain;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img .trending14-imgBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all .5s;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img .trending14-imgBg .trending14-imgB {
  width: 100%;
  height: 100%;
  background-color: var(--themeColor);
  opacity: .6;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img .trending14-imgBg .trending14-imgBLi {
  padding: 10px 0;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  font-size: 16px;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img .trending14-imgBg .trending14-imgBLi i {
  margin-right: 10px;
  font-size: 22px;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img .trending14-imgBg .trending14-imgBLi:hover {
  color: var(--themeColor);
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img .trending14-imgBg .trending14-imgBLi:hover i {
  color: var(--themeColor);
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img:hover .trending14-imgBg {
  top: 0;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-text {
  padding-top: 20px;
  text-align: center;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-text p {
  font-size: 16px;
  height: 48px;
  line-height: 1.5;
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-text p a:hover {
  color: var(--themeColor);
}

.bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 1440px) {
  .bossgoo-index-product-trending14 {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1040px) {
  /* .bossgoo-index-product-trending14 .wrap .first-title {
    font-size: .56rem;
  } */
}

@media only screen and (max-width: 767px) {
  /* .bossgoo-index-product-trending14 .wrap .first-title {
    font-size: .48rem;
  } */
  .bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item {
    width: 49%;
  }
  .bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img .trending14-imgBg .trending14-imgBLi {
    width: 2.6rem;
    padding: .16rem 0;
    font-size: .28rem;
  }
  .bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-img:hover .trending14-imgBg {
    top: 100%;
  }
  .bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-text {
    padding-top: .2rem;
  }
  .bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item .trending14-text p {
    font-size: .28rem;
    height: .84rem;
  }
  .bossgoo-index-product-trending14 .wrap .trending14-box .trending14-item:nth-child(2n) {
    margin-right: 0;
  }
}
