.bossgoo-index-product-featured24 {
  padding-bottom: 50px;
}

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

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

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

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

.bossgoo-index-product-featured24 li .img-item {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 15px;
}

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

.bossgoo-index-product-featured24 li .img-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.bossgoo-index-product-featured24 li .title {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
}

.bossgoo-index-product-featured24 li .btn {
  text-align: center;
}

.bossgoo-index-product-featured24 li .btn a {
  text-decoration: underline;
}

.bossgoo-index-product-featured24 li .btn a:hover {
  color: var(--themeColor);
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-product-featured24 {
    padding-bottom: .7rem;
  }
  .bossgoo-index-product-featured24 .wrap {
    padding: 0 .2rem;
  }
  .bossgoo-index-product-featured24 ul {
    justify-content: space-between;
  }
  .bossgoo-index-product-featured24 li {
    width: 48%;
    margin-right: 0;
    margin-bottom: .4rem;
  }
  .bossgoo-index-product-featured24 li .title {
    font-size: .3rem;
    margin-bottom: .2rem;
  }
}
