.bossgoo-index-product-category3 {
  background: #f5f4f4;
  padding-bottom: 60px;
}

.bossgoo-index-product-category3 .maintitle {
  text-transform: uppercase;
  text-align: left;
  position: relative;
  color: var(--themeColor);
}

.bossgoo-index-product-category3 .maintitle p {
  display: none;
  position: absolute;
  left: unset;
  right: 0;
  top: 0;
  width: 110px;
  height: auto;
}

.bossgoo-index-product-category3 .maintitle .swiperbtn {
  user-select: none;
  width: 50px;
  height: 45px;
  line-height: 45px;
  color: white;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  background: #999999;
  cursor: pointer;
}

.bossgoo-index-product-category3 .maintitle .swiperbtn:hover {
  background: var(--themeColor);
}

.bossgoo-index-product-category3 .maintitle .swiperbtn i {
  font-size: 24px;
}

.bossgoo-index-product-category3 .productswiper .probox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 420px;
}

.bossgoo-index-product-category3 .productswiper .probox .imgbox {
  width: 100%;
  background: white;
  height: 350px;
}

.bossgoo-index-product-category3 .productswiper .probox .imgbox a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bossgoo-index-product-category3 .productswiper .probox:hover .imgbox {
  /* background: var(--themeColor); */
  background-color: #fff;
}

.bossgoo-index-product-category3 .productswiper .probox:hover .pro_name {
  color: var(--themeColor);
}

.bossgoo-index-product-category3 .productswiper .probox img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.bossgoo-index-product-category3 .productswiper .probox .pro_name {
  padding: 10px 20px;
}

.bossgoo-index-product-category3 .productswiper .probox>a {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}

@media only screen and (min-width: 1680px) {
  .bossgoo-index-product-category3 .maintitle p {
    display: block;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-product-category3 {
    padding-bottom: 0.5rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .bossgoo-index-product-category3 .maintitle p {
    display: block;
    right: 0;
    left: auto;
    width: 1.8rem;
  }
  .bossgoo-index-product-category3 .maintitle .swiperbtn {
    width: 0.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.36rem;
  }
  .bossgoo-index-product-category3 .maintitle .swiperbtn:hover {
    background: #999;
  }
  .bossgoo-index-product-category3 .maintitle .swiperbtn i {
    font-size: 0.4rem;
  }
  .bossgoo-index-product-category3 .productswiper .probox {
    height: 4.4rem;
  }
  .bossgoo-index-product-category3 .productswiper .probox .imgbox {
    height: 3.8rem;
  }
  .bossgoo-index-product-category3 .productswiper .probox .pro_name {
    padding: 0.1rem 0.1rem;
  }
  .bossgoo-index-product-category3 .productswiper .probox:hover .imgbox {
    background: white;
  }
  .bossgoo-index-product-category3 .productswiper .probox:hover .pro_name {
    color: #666;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-product-category3 {
    padding-bottom: 0.2rem;
  }
  .bossgoo-index-product-category3 .maintitle p {
    display: block;
    right: 0;
    left: auto;
    width: 1.2rem;
  }
  .bossgoo-index-product-category3 .maintitle .swiperbtn {
    width: 0.55rem;
    height: 0.45rem;
    line-height: 0.45rem;
    font-size: 0.24rem;
  }
  .bossgoo-index-product-category3 .maintitle .swiperbtn:hover {
    background: #999;
  }
  .bossgoo-index-product-category3 .maintitle .swiperbtn i {
    font-size: 0.32rem;
  }
  .bossgoo-index-product-category3 .productswiper .probox {
    height: 2.4rem;
  }
  .bossgoo-index-product-category3 .productswiper .probox .imgbox {
    height: 1.8rem;
  }
  .bossgoo-index-product-category3 .productswiper .probox .pro_name {
    padding: 0.1rem 0.1rem;
  }
  .bossgoo-index-product-category3 .productswiper .probox:hover .imgbox {
    background: white;
  }
  .bossgoo-index-product-category3 .productswiper .probox:hover .pro_name {
    color: #666;
  }
}