﻿.bossgoo-index-product-category10 {
  background: #f2f2f2;
  padding-bottom: 100px;
}

.bossgoo-index-product-category10 .titlebox {
  text-align: center;
  margin-bottom: 50px;
}

.bossgoo-index-product-category10 .titlebox .maintitle {
  color: var(--themeColor);
}

.bossgoo-index-product-category10 .procatelist {
  padding: 0 30px 30px;
}

.bossgoo-index-product-category10 .procatelist ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}

.bossgoo-index-product-category10 .procatelist ul li {
  background: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.bossgoo-index-product-category10 .procatelist ul li.active {
  background: var(--themeColor);
  color: #fff;
}

.bossgoo-index-product-category10 .procatelist ul li .more {
  color: var(--themeColor);
}

.bossgoo-index-product-category10 .prolist {
  display: none;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.bossgoo-index-product-category10 .prolist.pl1 {
  display: flex;
}

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

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

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

.bossgoo-index-product-category10 .prolist .probox .imgbox .innerbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}

.bossgoo-index-product-category10 .prolist .probox .imgbox .innerbox img:hover {
  transform: scale(1.05);
}

.bossgoo-index-product-category10 .prolist .probox .name {
  display: block;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #f2f2f2;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

@media only screen and (max-width: 1040px) {
  .bossgoo-index-product-category10 {
    padding-bottom: 0.6rem;
  }
  .bossgoo-index-product-category10 .titlebox {
    margin-bottom: 0.3rem;
  }
  .bossgoo-index-product-category10 .procatelist {
    padding: 0 0.6rem 0.4rem;
  }
  .bossgoo-index-product-category10 .procatelist ul li {
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .bossgoo-index-product-category10 .procatelist ul li a {
    padding: 0.1rem 0.4rem;
  }
  .bossgoo-index-product-category10 .procatelist ul li:nth-child(n + 3) {
    display: none;
  }
  .bossgoo-index-product-category10 .procatelist ul li:last-child {
    display: block;
  }
  .bossgoo-index-product-category10 .prolist {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-bottom: 0.4rem;
  }
  .bossgoo-index-product-category10 .prolist .probox {
    margin-right: 0.8%;
    margin-bottom: 0.4rem;
  }
  .bossgoo-index-product-category10 .prolist .probox .name {
    padding: 0 0.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
  }
  .bossgoo-index-product-category10 .prolist .probox .contact {
    display: none;
  }
  .bossgoo-index-product-category10 .prolist .probox:hover {
    box-shadow: none;
  }
  .bossgoo-index-product-category10 .prolist .probox:hover .contact {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-product-category10 {
    padding-bottom: 0.6rem;
  }
  .bossgoo-index-product-category10 .titlebox {
    margin-bottom: 0.3rem;
  }
  .bossgoo-index-product-category10 .procatelist {
    padding: 0 0.2rem 0.2rem;
  }
  .bossgoo-index-product-category10 .procatelist ul li {
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .bossgoo-index-product-category10 .procatelist ul li a {
    padding: 0.1rem 0.2rem;
  }
  .bossgoo-index-product-category10 .prolist {
    padding-bottom: 0.5rem;
  }
  .bossgoo-index-product-category10 .prolist .probox {
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 0.2rem;
  }
  .bossgoo-index-product-category10 .prolist .probox .name {
    padding: 0 0.3rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }
  .bossgoo-index-product-category10 .prolist .probox:nth-child(5n) {
    margin-right: 1%;
  }
  .bossgoo-index-product-category10 .prolist .probox:nth-child(2n) {
    margin-right: 0%;
  }
  .bossgoo-index-product-category10 .prolist .probox:nth-child(n + 5) {
    margin-bottom: 0.2rem;
  }
  .bossgoo-index-product-category10 .prolist .probox:nth-child(n + 9) {
    margin-bottom: 0;
  }
}