.bossgoo-index-product-trending61 {
  background: #f0f0f0;
}

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

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

.bossgoo-index-product-trending61 li {
  position: relative;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 75px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, white);
}

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

.bossgoo-index-product-trending61 li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: var(--themeColor);
  transition: all .3s;
}

.bossgoo-index-product-trending61 li:hover::after {
  width: 100%;
}

.bossgoo-index-product-trending61 li:hover img {
  transform: scale(1.05);
}

.bossgoo-index-product-trending61 .img-item {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 82.3%;
  margin-bottom: 10px;
}

.bossgoo-index-product-trending61 .img-item .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

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

.bossgoo-index-product-trending61 .title {
  padding: 0 20px;
  text-align: center;
}

.bossgoo-index-product-trending61 .title a {
  font-size: 26px;
  font-weight: bold;
  color: #333;
}

.bossgoo-index-product-trending61 .more-btn{
  margin: 15px 0 40px;
  text-align: center;
}

.bossgoo-index-product-trending61 .more {
  display: inline-block;
  min-width: 144px;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid #d2d2d2;
  transition: all .3s;
}

.bossgoo-index-product-trending61 .more .iconfont {
  margin-left: 5px;
}

.bossgoo-index-product-trending61 .more:hover {
  background: var(--themeColor);
  color: #fff;
}

@media only screen and (max-width: 1400px) {
  .bossgoo-index-product-trending61 .title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-product-trending61 .max1920 {
    padding: 0 .2rem .6rem;
  }
  .bossgoo-index-product-trending61 .first-title {
    line-height: 1.3;
  }
  .bossgoo-index-product-trending61 li {
    width: 48.5%;
    margin-right: 3%;
    padding-top: .2rem;
    margin-bottom: .3rem;
    background: #fff;
  }
  .bossgoo-index-product-trending61 li:nth-child(3n) {
    margin-right: 3%;
  }
  .bossgoo-index-product-trending61 li:nth-child(2n) {
    margin-right: 0;
  }
  .bossgoo-index-product-trending61 .title a{
    font-size: .3rem;
    line-height: 1.3;
  }
  .bossgoo-index-product-trending61 .more {
    width: 4rem;
    padding: 0 .3rem;
    height: .7rem;
    line-height: .7rem;
    margin: .2rem auto .4rem;
    border-radius: .35rem;
  }
  .bossgoo-index-product-trending61 li:hover::after {
    width: 0;
  }
  .bossgoo-index-product-trending61 li:hover img {
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .bossgoo-index-product-trending61 .more {
    width: 2.8rem;
  }
}
