﻿.bossgoo-index-video59 {
  position: relative;
  padding: 100px 0 30px;
  background: #000;
}


.bossgoo-index-video59 .first-title{
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
  background: url(../images/titlebg.png) no-repeat center bottom;
  padding-bottom: 25px
}

.bossgoo-index-video59 .swiper-slide.swiper-slide-active {
  padding: 42px 40px 30px 45px;
  background: url(../images/videoitembg.png) no-repeat center;
  background-size: 100% 100%;
  margin-top: 0;
}


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

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

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

.bossgoo-index-video59 .blackcover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 1);
  z-index: 1000;
}

.bossgoo-index-video59 .swiper-container {
  margin: 0 20px;
  position: static;
}

.bossgoo-index-video59 .swiper-slide {
  width: 640px;
  height: 420px;
  /* background: #fff; */
  position: relative;
  overflow: hidden;
}

.bossgoo-index-video59 .swiper-button-next {
  background: url(../images/videobtnr.png) no-repeat center center / 80% 80%;
  right: 150px;
  left: auto;
  width: 90px;
  height: 90px;
}
.bossgoo-index-video59 .swiper-button-prev {
  background: url(../images/videobtnl.png) no-repeat center center / 80% 80%;
  left: 150px;
  right: auto;
  width: 90px;
  height: 90px;
}

.bossgoo-index-video59 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.bossgoo-index-video59 .swiper-slide .playbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 999p;;

}

.bossgoo-index-video59 .swiper-slide {
  cursor: pointer;
}

.bossgoo-index-video59 .cover {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  transition: all 0.5s;
  z-index: 10000;
}

.bossgoo-index-video59 .videobox {
  box-sizing: border-box;
  display: none;
  width: 80vw;
  height: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
  text-align: center;
  overflow: hidden;
}

.bossgoo-index-video59 .videobox .closebtn {
  color: #fff;
  position: absolute;
  font-size: 20px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;

  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #000;
}

.bossgoo-index-video59 .videobox video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 80vh;
}

.bossgoo-index-video59 .videobox.show,
.bossgoo-index-video59 .cover.show {
  display: block;
}



/* .bossgoo-index-video59 .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
}

.bossgoo-index-video59 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 4px;
  transition: all .4s;
} */

@media only screen and (max-width:1040px) {
  .bossgoo-index-video59 {
    padding: .6rem 0;
  }
  .bossgoo-index-video59 .exhibitionTitle {
    font-size: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .bossgoo-index-video59 .swiper-container {
    margin: 0 0.2rem;
  }
  .bossgoo-index-video59 .swiper-slide {
    width: 8.8rem;
    height: 5.6rem;
    background: #fff;
  }
  .bossgoo-index-video59 .swiper-pagination {
    width: 100%;
    bottom: 0.4rem;
  }
  .bossgoo-index-video59 .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 1;
  }
  .bossgoo-index-video59 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 0.6rem;
    border-radius: 0.16rem;
    transition: all .4s;
  }
}

@media only screen and (max-width:767px) {
  .bossgoo-index-video59 {
    padding: .3rem 0;
  }
  .bossgoo-index-video59 .swiper-button-next {
    right: .6rem;
    width: .96rem;
    height: .96rem;
  }
  .bossgoo-index-video59 .swiper-button-prev {
    left: .6rem;
    width: .96rem;
    height: .96rem;
  }
  .bossgoo-index-video59 .swiper-slide.swiper-slide-active {
    padding: .2rem;
  }
}

@media only screen and (max-width:540px) {
  .bossgoo-index-video59 .exhibitionTitle {
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
  }
  .bossgoo-index-video59 .swiper-container {
    margin: 0 0.2rem;
  }
  .bossgoo-index-video59 .swiper-slide {
    width: 4.4rem;
    height: 2.8rem;
    background: #fff;
  }
  .bossgoo-index-video59 .swiper-pagination {
    width: 100%;
    bottom: 0.2rem;
  }
  .bossgoo-index-video59 .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 1;
  }
  .bossgoo-index-video59 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 0.36rem;
    border-radius: 0.08rem;
    transition: all .4s;
  }
  .bossgoo-index-video59 .swiperbox {
    position: relative;
    padding: .6rem 0 .8rem;
  }


}