﻿.bossgoo-index-product-trending5 {
    padding-bottom: 100px;
    background-color: #f9f9f9;
  }
  .bossgoo-index-product-trending5 .maintitle {
    text-transform: uppercase;
    color: var(--themeColor);
    position: relative;
  }
  .bossgoo-index-product-trending5 .maintitle:after {
    content: " ";
    display: block;
    position: absolute;
    width: 50px;
    height: 5px;
    background-color: var(--themeColor);
    left: 50%;
    transform: translateX(-50%);
    top: 115%;
  }
  .bossgoo-index-product-trending5 .productswiper {
    padding-top: 10px;
  }
  .bossgoo-index-product-trending5 .productswiper .probox {
    width: 100%;
    height: 360px;
  }
  .bossgoo-index-product-trending5 .productswiper .probox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .bossgoo-index-product-trending5 .productswiper .probox .coverLayer {
    display: none;
    width: 100%;
    height: 100%;
    background: var(--themeColor);
    opacity: 0.8;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  .bossgoo-index-product-trending5 .productswiper .probox .coverLayer .pro_name a {
    display: block;
    text-align: center;
    padding: 0 30px;
    font-size: 22px;
    margin-bottom: 30px;
    color: #fff;
    opacity: 1;
  }
  .bossgoo-index-product-trending5 .productswiper .probox .coverLayer .params li {
    text-align: center;
    color: #fff;
    font-size: 16px;
    opacity: 1;
  }
  .bossgoo-index-product-trending5 .productswiper .probox:hover .coverLayer {
    display: flex;
  }
  @media only screen and (max-width: 1040px) {
    .bossgoo-index-product-trending5 {
      padding-bottom: 0.6rem;
      padding-left: 0.2rem;
      padding-right: 0.2rem;
    }
    .bossgoo-index-product-trending5 .maintitle {
      line-height: 1.5;
    }
    .bossgoo-index-product-trending5 .maintitle:after {
      display: none;
    }
    .bossgoo-index-product-trending5 .productswiper {
      padding-top: 0;
    }
    .bossgoo-index-product-trending5 .productswiper .probox {
      height: 3rem;
    }
    .bossgoo-index-product-trending5 .productswiper .probox:hover .coverLayer {
      display: none;
    }
  }
  @media only screen and (max-width: 767px) {
    .bossgoo-index-product-trending5 {
      padding-bottom: 0.6rem;
      padding-left: 0.2rem;
      padding-right: 0.2rem;
    }
    .bossgoo-index-product-trending5 .productswiper .probox {
      height: 2.8rem;
    }
    .bossgoo-index-product-trending5 .productswiper .probox:hover .coverLayer {
      display: none;
    }
  }


.bossgoo-index-product-trending5 .productswiper .probox{
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.bossgoo-index-product-trending5 .productswiper .probox>a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}