.bossgoo-index-product-category5 .categoryswiper .catebox {
  height: 100px;
  line-height: 100px;
  text-align: center;
}

.bossgoo-index-product-category5 .categoryswiper .catebox a {
  text-align: center;
  font-size: 24px;
  width: 100%;
  display: block;
  padding: 0 15px;
}

.bossgoo-index-product-category5 .categoryswiper .catebox:hover {
  background-color: var(--themeColor);
}

.bossgoo-index-product-category5 .categoryswiper .catebox:hover a {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .bossgoo-index-product-category5 .categoryswiper .catebox {
    height: 1rem;
    line-height: 1rem;
  }
  .bossgoo-index-product-category5 .categoryswiper .catebox a {
    font-size: 0.48rem;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-product-category5 .categoryswiper .catebox {
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .bossgoo-index-product-category5 .categoryswiper .catebox a {
    font-size: 0.36rem;
  }
}