.bossgoo-index-product-trending7 .title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: var(--themeColor);
}

.bossgoo-index-product-trending7 .mian {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.bossgoo-index-product-trending7 {
  background-color: #f4f4f4;
}

.bossgoo-index-product-trending7 .mian li {
  width: 20%;
  position: relative;
}

.bossgoo-index-product-trending7 .mian li .hov {
  padding: 30px;
  background-color: #ffffff;
  border: solid 1px #ded2d2;
  border-right: 0;
  border-bottom: 0;
  position: relative;
  width: 100%;
}

.bossgoo-index-product-trending7 .mian li:nth-child(5n) .hov {
  border-right: solid 1px #ded2d2;
}

.bossgoo-index-product-trending7 .mian li:nth-child(n+5) .hov {
  border-bottom: solid 1px #ded2d2;
}

.bossgoo-index-product-trending7 .mian li .text {
  font-family: var(--fontRegular);
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 54px;
}

.bossgoo-index-product-trending7 .mian li .text a {
  font-family: var(--fontRegular);
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 54px;
}

.bossgoo-index-product-trending7 .mian li .num {
  font-family: var(--fontRegular);
  font-size: 16px;
  line-height: 35px;
  color: #666666;
  margin-bottom: 5px;
}

.bossgoo-index-product-trending7 .mian li .imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.bossgoo-index-product-trending7 .mian li .imgbox a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  position: absolute;
}

.bossgoo-index-product-trending7 .mian li .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-index-product-trending7 .mian li .contact {
  opacity: 0;
  display: none;
  z-index: 0;
  width: 100%;
  height: 38px;
  background-color: var(--themeColor);
  border-radius: 19px;
  text-align: center;
  line-height: 38px;
  color: #ffffff;
  cursor: pointer;
}

.bossgoo-index-product-trending7 .mian li .hov:hover {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  transition: all .5s;
  box-shadow: 0px 0px 24px 0px rgba(10, 18, 46, 0.1);
  border-radius: 6px;
  border: solid 2px #ded2d2;
}

.bossgoo-index-product-trending7 .mian li .hov:hover .contact {
  opacity: 1;
  display: block;
  z-index: 99;
  transition: all .5s;
}

.bossgoo-index-product-trending7 .moreBox {
  padding-bottom: 100px;
}

.bossgoo-index-product-trending7 .more {
  display: block;
  margin: 0 auto;
  width: 240px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background-color: var(--btnBgColor);
  color: var(--btnTextColor);
  border-radius: 26px;
}

@media only screen and (max-width:1040px) {
  .bossgoo-index-product-trending7 .mian li {
    width: 50%;
  }
  .bossgoo-index-product-trending7 .mian li .hov:hover {
    position: relative;
    border: none;
  }
  .bossgoo-index-product-trending7 .mian li .hov:hover .contact {
    opacity: 0;
    z-index: -1;
    display: none;
    box-shadow: none;
  }
  .bossgoo-index-product-trending7 .mian .hotphone {
    display: none;
  }
  .bossgoo-index-product-trending7 .title {
    font-size: .88rem;
  }
  .bossgoo-index-product-trending7 .mian {
    margin-top: 1.2rem;
    margin-bottom: auto;
    padding-bottom: 1.2rem;
  }
  .bossgoo-index-product-trending7 .moreBox {
    padding-bottom: 1.2rem;
  }
  .bossgoo-index-product-trending7 .mian li:nth-child(2n) .hov {
    border-right: solid 1px #ded2d2;
  }
  .bossgoo-index-product-trending7 .mian li:nth-child(n+3) .hov {
    border-bottom: solid 1px #ded2d2;
  }
  .bossgoo-index-product-trending7 .mian li .text {
    font-size: .56rem;
    line-height: 1.5;
  }
  .bossgoo-index-product-trending7 .mian li .num {
    font-size: .48rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width:767px) {
  .bossgoo-index-product-trending7 .title {
    font-size: .44rem;
  }
  .bossgoo-index-product-trending7 .mian {
    margin-top: 0.3rem;
  }
  .bossgoo-index-product-trending7 .mian li .hov {
    padding: .25rem;
  }
  .bossgoo-index-product-trending7 .mian li .text {
    font-size: .28rem;
  }
  .bossgoo-index-product-trending7 .mian li .num {
    font-size: .24rem;
    line-height: 1.5;
  }
  .bossgoo-index-product-trending7 .mian {
    padding-bottom: .6rem;
  }
  .bossgoo-index-product-trending7 .moreBox {
    padding-bottom: .6rem;
  }
  .bossgoo-index-product-trending7 .more {
    width: 60%;
    font-size: .36rem;
  }
}