﻿.bossgoo-index-products37 {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f5f5f7;
  padding-bottom: 60px;
  overflow: hidden;
}

.bossgoo-index-products37 .maintitle {
  color: var(--themeColor);
}

.bossgoo-index-products37 .productswiper {
  padding: 10px 0;
}

.bossgoo-index-products37 .productswiper .swiper-button-next,
.bossgoo-index-products37 .productswiper .swiper-button-prev {
  background: none;
}

.bossgoo-index-products37 .productswiper .swiper-button-next span,
.bossgoo-index-products37 .productswiper .swiper-button-prev span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 40px;
  color: var(--themeColor);
}

.bossgoo-index-products37 .productswiper .swiper-button-next span:hover,
.bossgoo-index-products37 .productswiper .swiper-button-prev span:hover {
  color: #fff;
  background: var(--themeColor);
}

.bossgoo-index-products37 .productswiper .swiper-button-next {
  right: 20px;
}

.bossgoo-index-products37 .probox {
  width: 100%;
  padding: 8px;
  border-radius: 4px;

  /* border: solid 1px #ebebeb; */
}
.bossgoo-index-products37 .probox:hover {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

.bossgoo-index-products37 .probox .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background: #f7f7f7;
}

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

.bossgoo-index-products37 .probox .imgbox .innerbox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bossgoo-index-products37 .probox .imgbox .contact {
  /* display: none; */
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  background-color: #fff;
  text-align: center;
  color: #333;
  width: 125px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  font-size: 16px;
  text-align: center;
  transition: all 0.5s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  font-weight: bold;
}

.bossgoo-index-products37 .probox .imgbox .contact.show {
  bottom: 20px;
  opacity: 1;
}

.bossgoo-index-products37 .probox .name {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0 10px;
  font-weight: bold;
  margin-top: 10px;
}
.bossgoo-index-products37 .probox .price {
  display: block;
  width: 100%;
  text-align: center;
  color: #c91a1a;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-products37 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-bottom: 0;
  }
  .bossgoo-index-products37 .titlebox .maintitle:before,
  .bossgoo-index-products37 .titlebox .maintitle:after {
    width: 0.6rem;
    height: 0.04rem;
    top: calc(50% - 0.02rem);
  }
  .bossgoo-index-products37 .productswiper .swiper-button-next,
  .bossgoo-index-products37 .productswiper .swiper-button-prev {
    display: none;
  }

  .bossgoo-index-products37 .productswiper .swiper-button-next {
    right: 0.3rem;
  }
  .bossgoo-index-products37 .productswiper .probox .pro_name {
    font-size: 0.28rem;
    padding: 0.1rem 0.1rem;
  }
  .bossgoo-index-products37 .productswiper .probox:hover {
    box-shadow: none;
  }
  .bossgoo-index-products37 .productswiper .probox:hover .pro_name {
    color: #666;
  }
  .bossgoo-index-products37 .productswiper .probox:hover .imgbox {
    transform: scale(1);
  }
  .bossgoo-index-products37 .productswiper .probox:hover .buy {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-products37 .titlebox .maintitle:before,
  .bossgoo-index-products37 .titlebox .maintitle:after {
    width: 0.4rem;
  }
  .bossgoo-index-products37 .productswiper {
    width: 70%;
    overflow: visible;
  }

  .bossgoo-index-products37 .productswiper .swiper-button-next {
    right: 0.1rem;
  }
  .bossgoo-index-products37 .productswiper .probox .pro_name {
    padding: 0.1rem 0.1rem;
  }
  .bossgoo-index-news8 .newslist .newsbox .textbox .title {
    font-size: 0.28rem;
  }
}
