.bossgoo-index-product-trending9 {
  background: #fff;
  margin-bottom: 50px;
}

.bossgoo-index-product-trending9 .maintitle {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  text-align: left;
  line-height: 1;
  color: #333;
}

.bossgoo-index-product-trending9 .maintitle a {
  display: block;
  float: left;
  font-size: 18px;
  line-height: 44px;
}

.bossgoo-index-product-trending9 .maintitle a:hover {
  color: #666;
}

.bossgoo-index-product-trending9 .prolist {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.bossgoo-index-product-trending9 .prolist .probox {
  width: 23.8%;
  height: auto;
  margin-right: 1.6%;
  position: relative;
  margin-bottom: 40px;
  background: #fff;
}

.bossgoo-index-product-trending9 .prolist .probox .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.bossgoo-index-product-trending9 .prolist .probox .imgbox .innerbox {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.bossgoo-index-product-trending9 .prolist .probox .imgbox .innerbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-index-product-trending9 .prolist .probox .name {
  display: block;
  padding: 0 20px;
  width: 100%;
  /* height: 50px;
  line-height: 20px;
  padding: 5px 0; */
  height: 58px;
  line-height: 1.5;
  padding: 5px;
  background-color: white;
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bossgoo-index-product-trending9 .prolist .probox:hover .contact {
  display: block;
}

.bossgoo-index-product-trending9 .prolist .probox:hover .name {
  background-color: #666;
  color: white;
}

.bossgoo-index-product-trending9 .prolist .probox:hover img {
  transition: all 0.5s;
  transform: scale(1.05);
}

.bossgoo-index-product-trending9 .prolist .probox:nth-child(4n) {
  margin-right: 0;
}

.bossgoo-index-product-trending9 .prolist .probox:nth-child(n + 5) {
  margin-bottom: 0;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-product-trending9 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    margin-bottom: .5rem;
  }
  .bossgoo-index-product-trending9 .maintitle {
    font-size: 0.6rem;
    margin-bottom: 0.3rem;
  }
  .bossgoo-index-product-trending9 .maintitle a {
    font-size: 0.32rem;
    line-height: 0.6rem;
  }
  .bossgoo-index-product-trending9 .prolist .probox {
    margin-bottom: 0.4rem;
  }
  .bossgoo-index-product-trending9 .prolist .probox .name {
    background-color: #fff;
    padding: 0 0.2rem;
    height: 0.8rem;
    line-height: 0.4rem;
    font-size: 0.28rem;
  }
  .bossgoo-index-product-trending9 .prolist .probox:hover {
    box-shadow: none;
  }
  .bossgoo-index-product-trending9 .prolist .probox:hover .contact {
    display: none;
  }
  .bossgoo-index-product-trending9 .prolist .probox:hover .name {
    background-color: #fff;
    color: #666;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-product-trending9 .maintitle {
    font-size: 0.44rem;
  }
  .bossgoo-index-product-trending9 .maintitle a {
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .bossgoo-index-product-trending9 .prolist .probox {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.3rem;
  }
  .bossgoo-index-product-trending9 .prolist .probox .name {
    padding: 0 0.3rem;
    height: 0.6rem;
    line-height: 0.3rem;
  }
  .bossgoo-index-product-trending9 .prolist .probox:nth-child(2n) {
    margin-right: 0%;
  }
  .bossgoo-index-product-trending9 .prolist .probox:nth-child(n + 5) {
    margin-bottom: 0.2rem;
  }
  .bossgoo-index-product-trending9 .prolist .probox:nth-last-child(- n + 2) {
    margin-bottom: 0;
  }
}