﻿.bossgoo-index-equipment10 {
  position: relative;
  padding-bottom: 90px;
}

.bossgoo-index-equipment10 .first-title {
  /* color: #333; */
  color: var(--themeColor);
}

.bossgoo-index-equipment10 .swiper-container {
  position: static;
}

.bossgoo-index-equipment10 .outbox {
  position: relative;
  overflow: hidden;
}

.bossgoo-index-equipment10 .outbox .swiper-pagination {
  /* left: 50%;
  transform: translateX(-50%);
  bottom: -30px; */

  position: initial;
  left: 0;
  padding-top: 20px;
}

.bossgoo-index-equipment10 .outbox .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}

.bossgoo-index-equipment10 .outbox .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--themeColor);
}

.bossgoo-index-equipment10 .eqpswiper .swiper-slide {
  padding-bottom: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  height: 400px;
}

@media only screen and (max-width: 1280px) {
  .bossgoo-index-equipment10 .eqpswiper .swiper-slide {
    height: 320px;
  }
}

.bossgoo-index-equipment10 .eqpswiper .swiper-slide-active {
  transform: scale(1);
  z-index: 10;
}

.bossgoo-index-equipment10 .eqpswiper .swiper-slide-active .name {
  opacity: 1 !important;
}

.bossgoo-index-equipment10 .eqpswiper .swiper-slide-next,
.bossgoo-index-equipment10 .eqpswiper .swiper-slide-prev {
  transform: scale(0.9);
  z-index: 5;
}

.bossgoo-index-equipment10 .eqpswiper .imgbox {
  width: auto;
  position: relative;
}

.bossgoo-index-equipment10 .eqpswiper .imgbox img {
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  height: 360px;
}

@media only screen and (max-width: 1280px) {
  .bossgoo-index-equipment10 .eqpswiper .imgbox img {
    height: 280px;
  }
}

.bossgoo-index-equipment10 .eqpswiper .imgbox .name {
  opacity: 0;
  position: absolute;
  width: 80%;
  height: 60px;
  line-height: 60px;
  left: 10%;
  bottom: -30px;
  background: var(--themeColor);
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-equipment10 {
    padding-bottom: 0.8rem;
  }
  /* .bossgoo-index-equipment10 .outbox .swiper-pagination {
    bottom: 0;
  } */
  .bossgoo-index-equipment10 .outbox .swiper-pagination .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
  }
  .bossgoo-index-equipment10 .eqpswiper {
    overflow: visible;
    width: 50%;
    margin: 0 auto;
  }
  .bossgoo-index-equipment10 .eqpswiper .swiper-slide {
    padding-bottom: 1rem;
    height: 6rem;
  }
  .bossgoo-index-equipment10 .eqpswiper .imgbox img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    max-height: 5rem;
  }
  .bossgoo-index-equipment10 .eqpswiper .imgbox .name {
    height: 1rem;
    line-height: 1rem;
    bottom: -0.5rem;
    padding: 0 0.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-equipment10 {
    padding-bottom: 0.6rem;
  }
  .bossgoo-index-equipment10 .outbox .swiper-pagination .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
  }
  .bossgoo-index-equipment10 .eqpswiper {
    width: 50%;
  }
  .bossgoo-index-equipment10 .eqpswiper .swiper-slide {
    height: 3rem;
    padding-bottom: 0.4rem;
  }
  .bossgoo-index-equipment10 .eqpswiper .imgbox img {
    max-height: 3rem;
  }
  .bossgoo-index-equipment10 .eqpswiper .imgbox .name {
    font-size: 0.24rem;
    height: 0.6rem;
    line-height: 0.6rem;
    bottom: -0.3rem;
    padding: 0 0.2rem;
  }
}


@media only screen and (max-width: 1040px) {
  .bossgoo-index-equipment10 .outbox .swiper-pagination {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .bossgoo-index-equipment10 .outbox .swiper-pagination {
    padding-top: 0.4rem;
  }
}
@media only screen and (max-width: 480px) {
  .bossgoo-index-equipment10 .outbox .swiper-pagination {
    padding-top: 0;
  }
}

.bossgoo-index-equipment10 {
  padding-bottom: 50px;
}