.bossgoo-index-application18 .first-title {
  color: var(--themeColor);
}

.bossgoo-index-application18 .swiperbox {
  position: relative;
  padding: 0 0 60px;
}

.bossgoo-index-application18 .appswiper {
  position: static;
}

.bossgoo-index-application18 .appswiper .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 74.46%;
  position: relative;
}

.bossgoo-index-application18 .appswiper .imgbox:hover .innerbox .cover {
  display: flex;
}

.bossgoo-index-application18 .appswiper .imgbox .innerbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bossgoo-index-application18 .appswiper .imgbox .innerbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bossgoo-index-application18 .appswiper .imgbox .innerbox .cover {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.bossgoo-index-application18 .appswiper .imgbox .innerbox .cover:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--themeColor);
  opacity: 0.5;
  z-index: -2;
}

.bossgoo-index-application18 .appswiper .imgbox .innerbox .cover .nameapp {
  font-size: 24px;
  color: #fff;
}

.bossgoo-index-application18 .appswiper .swiper-pagination-bullet {
  background: #fff;
  width: 20px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid var(--themeColor);
  opacity: 1;
}

.bossgoo-index-application18 .appswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--themeColor);
}

@media only screen and (max-width:1040px) {
  .bossgoo-index-application18 .appswiper .imgbox .innerbox .cover:after {
    opacity: 0;
  }
  .bossgoo-index-application18 .appswiper .imgbox .innerbox .cover .nameapp {
    text-shadow: 0 0 .06rem rgba(0, 0, 0, .5);
  }
  .bossgoo-index-application18 .appswiper .imgbox .innerbox .cover {
    display: flex;
  }
}

@media only screen and (max-width:767px) {
  .bossgoo-index-application18 .swiperbox {
    position: relative;
    width: 65%;
    margin: 0 auto;
    padding: .6rem 0;
  }
  .bossgoo-index-application18 .appswiper {
    overflow: visible;
  }
  .bossgoo-index-application18 .appswiper .imgbox .innerbox .cover .nameapp {
    font-size: .36rem;
  }
}


@media only screen and (max-width:767px) {
  .bossgoo-index-application18{
      width: 100%;
      overflow: hidden;
  }
}