﻿.bossgoo-index-product-trending60 {
  padding-bottom: 60px;
  background: url(../images/hot_bg.png) no-repeat right top;
}

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

.bossgoo-index-product-trending60 ul {
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-index-product-trending60 li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.bossgoo-index-product-trending60 li:nth-child(4n) {
  margin-right: 0;
}

.bossgoo-index-product-trending60 .img-item {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.bossgoo-index-product-trending60 .img-item .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bossgoo-index-product-trending60 .img-item .img-box:hover img {
  transform: scale(1.1);
}

.bossgoo-index-product-trending60 .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.bossgoo-index-product-trending60 .des {
  height: 100px;
  background: #eeeded;
  padding: 15px 20px;
}

.bossgoo-index-product-trending60 .des a {
  color: #666;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-product-trending60 {
    background: none;
    padding-bottom: .4rem;
  }
  .bossgoo-index-product-trending60 li {
    width: 49%;
    margin-right: 2%;
  }
  .bossgoo-index-product-trending60 li:nth-child(2n) {
    margin-right: 0;
  }
  .bossgoo-index-product-trending60 .des {
    height: 1.6rem;
    padding: .2rem;
    line-height: 1.5;
  }
}
