﻿.bossgoo-index-products5 .maintitle {
  text-transform: uppercase;
  color: var(--themeColor);
  position: relative;
}

.bossgoo-index-products5 .maintitle:after {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 5px;
  background-color: var(--themeColor);
  left: 50%;
  transform: translateX(-50%);
  top: 115%;
}

.bossgoo-index-products5 .productbar {
  margin-top: 110px;
}

.bossgoo-index-products5 .productbar .productslist {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.bossgoo-index-products5 .productbar .productslist>li {
  width: 24.4%;
  margin-right: 0.8%;
}

.bossgoo-index-products5 .productbar .productslist>li:nth-child(4n) {
  margin-right: 0;
}

.bossgoo-index-products5 .productbar .productslist>li .probox {
  position: relative;
  margin-bottom: 20px;
}

.bossgoo-index-products5 .productbar .productslist>li .probox .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 64%;
}

.bossgoo-index-products5 .productbar .productslist>li .probox .imgbox .innerbox {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bossgoo-index-products5 .productbar .productslist>li .probox .imgbox .innerbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-index-products5 .productbar .productslist>li .probox .name {
  text-align: center;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}

.bossgoo-index-products5 .btn {
  margin-top: 40px;
  text-align: center;
}

.bossgoo-index-products5 .btn .showmore {
  text-transform: uppercase;
  display: inline-block;
  background: var(--btnBgColor);
  color: var(--btnTextColor);
  width: 300px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-products5 {
    /* padding-bottom: 0.8rem; */
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .bossgoo-index-products5 .maintitle {
    line-height: 1.5;
  }
  .bossgoo-index-products5 .maintitle:after {
    display: none;
  }
  .bossgoo-index-products5 .productbar {
    margin-top: 1rem;
  }
  .bossgoo-index-products5 .productbar .productslist>li {
    width: 49.6%;
    margin-right: 0.8%;
  }
  .bossgoo-index-products5 .productbar .productslist>li:nth-child(2n) {
    margin-right: 0;
  }
  .bossgoo-index-products5 .productbar .productslist>li .probox {
    margin-bottom: 0.4rem;
  }
  .bossgoo-index-products5 .productbar .productslist>li .probox .name {
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.4rem;
  }
  .bossgoo-index-products5 .btn {
    margin-top: 0.8rem;
  }
  .bossgoo-index-products5 .btn .showmore {
    width: 3.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-products5 {
    /* padding-bottom: 0.4rem; */
  }
  .bossgoo-index-products5 .maintitle {
    line-height: 1.5;
  }
  .bossgoo-index-products5 .maintitle:after {
    display: none;
  }
  .bossgoo-index-products5 .productbar {
    margin-top: 0.4rem;
  }
  .bossgoo-index-products5 .productbar .productslist>li .probox {
    margin-bottom: 0.2rem;
  }
  .bossgoo-index-products5 .productbar .productslist>li .probox .name {
    height: 0.4rem;
    line-height: 0.4rem;
    padding: 0 0.2rem;
  }
  .bossgoo-index-products5 .btn {
    margin-top: 0.6rem;
  }
  .bossgoo-index-products5 .btn .showmore {
    width: 2.4rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
  }
}