.bossgoo-index-case1 .first-title {
  color: var(--themeColor);
}

.bossgoo-index-case1 .swiper {
  overflow: hidden;
  position: relative;
}

.bossgoo-index-case1 .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 5px;
  border-radius: 3px;
}

.bossgoo-index-case1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFF;
}

.bossgoo-index-case1 .imgBox {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 129%;
}

.bossgoo-index-case1 .img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.bossgoo-index-case1 .imgBox img {
  max-width: 100%;
  max-height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
}

.bossgoo-index-case1 .swiper-slide .shade {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--themeColor);
  opacity: 0;
}

.bossgoo-index-case1 .swiper-slide:hover {
  transition: all .5s;
}

.bossgoo-index-case1 .swiper-slide:hover .shade {
  transition: all .5s;
  opacity: .35;
}

.bossgoo-index-case1 .swiper-slide:hover .content {
  transition: all .5s;
  opacity: 1;
}

.bossgoo-index-case1 .swiper-slide .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 50px;
  box-sizing: border-box;
  opacity: 0;
}

.bossgoo-index-case1 .swiper-slide .content p {
  width: 150px;
  text-align: center;
}

.bossgoo-index-case1 .swiper-slide .content .title {
  font-size: 24px;
  line-height: 20px;
}

.bossgoo-index-case1 .swiper-slide .content .text {
  font-size: 16px;
  line-height: 20px;
  color: var(--themeColor);
}

@media only screen and (max-width:1040px) {
  .bossgoo-index-case1 {
    padding: .6rem 0;
  }
  .bossgoo-index-case1 .swiper-slide .shade {
    opacity: .3;
  }
  .bossgoo-index-case1 .swiper-slide .content {
    opacity: 1;
  }
  .bossgoo-index-case1 .titleText {
    font-size: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .bossgoo-index-case1 .swiper-slide .content .title {
    font-size: .4rem;
    line-height: 1;
    margin-bottom: .1rem;
  }
  .bossgoo-index-case1 .swiper-slide .content .text {
    font-size: .3rem;
    line-height: 1;
  }
  .bossgoo-index-case1 .imgBox img {
    width: 100%;
  }
}

@media only screen and (max-width:767px) {
  .bossgoo-index-case1 {
    padding: .3rem 0;
  }
  .bossgoo-index-case1 .swiper-slide .content {
    padding: 0.3rem;
  }
  .bossgoo-index-case1 .swiper-slide .content p {
    width: 2.4rem;
  }
  .bossgoo-index-case1 .swiper-slide .content .title {
    font-size: .36rem;
    margin-bottom: .08rem;
  }
  .bossgoo-index-case1 .swiper-slide .content .text {
    font-size: .28rem;
  }
  .bossgoo-index-case1 .titleText {
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
  }
}