
.bossgoo-index-video17.bossgoo-com-item{
  padding-top: 0;
}

.bossgoo-index-video17 .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-video17 .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-video17 .videobox .closebtn {
  color: #fff;
  position: absolute;
  font-size: 25px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #000;
}

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

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

.bossgoo-index-video17 .imgbox {
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
}

.bossgoo-index-video17 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 800px;
}

.bossgoo-index-video17 .imgbox .playicon {
  display: block;
  background: url("../images/playicon.png") no-repeat left center / 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-video17 .videobox {
    width: 90vw;
  }

  .bossgoo-index-video17 .videobox .closebtn {
    font-size: .36rem;
    top: 0.06rem;
    right: 0.12rem;
  }

  .bossgoo-index-video17 .imgbox img {
    max-height: 12rem;
  }

  .bossgoo-index-video17 .imgbox .playicon {
    width: 1rem;
    height: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-video17 .videobox .closebtn {
    font-size: 0.28rem;
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
  }

  .bossgoo-index-video17 .imgbox .playicon {
    width: 0.8rem;
    height: 0.8rem;
  }
}