.bossgoo-index-hots26 .titleBox {
  height: 400px;
  width: 100%;
  background-color: var(--themeColor);
}
.bossgoo-index-hots26 .titleBox .titleDes {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-family: var(--fontRegular);
  padding: 50px 0 20px;
}
.bossgoo-index-hots26 .titleBox .first-title {
  margin-bottom: 0;
  color: #fff;
}
.bossgoo-index-hots26 .proCategoryList {
  margin-top: -210px;
  display: grid;
  grid-template-columns: repeat(3, minmax(330px, 1fr));
}
.bossgoo-index-hots26 .proCategoryList .categorybox {
  width: 100%;
  height: 0;
  padding-bottom: 70.83%;
  position: relative;
}
.bossgoo-index-hots26 .proCategoryList .categorybox .innerbox {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.bossgoo-index-hots26 .proCategoryList .categorybox .innerbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bossgoo-index-hots26 .proCategoryList .categorybox .categoryName {
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  height: 54px;
  line-height: 54px;
  bottom: 0;
  background-color: var(--themeColor);
  transition: all 0.8s;
}
.bossgoo-index-hots26 .proCategoryList .categorybox:hover .categoryName {
  opacity: 1;
}

@media only screen and (max-width:1040px) {
  .bossgoo-index-hots26 .proCategoryList {
    display: grid;
    grid-template-columns: repeat(1, minmax(330px, 1fr));
  }
  .bossgoo-index-hots26 .proCategoryList {
    width: calc(100% - .4rem);
    margin: 0 .2rem;
    margin-top: -1rem;
  }
  .bossgoo-index-hots26 .proCategoryList .categorybox{
    margin-bottom: .2rem;
  }

  .bossgoo-index-hots26 .titleBox{
   height: 4rem;
  }
  .bossgoo-index-hots26 .proCategoryList .categorybox .categoryName {
    opacity: 1;
    font-size: .28rem;
    height: 0.7rem;
    line-height: .7rem;
  }
  .bossgoo-index-hots26 .titleBox .titleDes {
    display: none;
  }
  .bossgoo-index-hots26 .titleBox .first-title{
    padding-top: 1.5rem;

  }
}
