.bossgoo-index-video9.bossgoo-com-item {
  padding-top: 0;
}
.bossgoo-index-video9 .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-video9 .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-video9 .videobox .closebtn {
  color: #666;
  position: absolute;
  font-size: 20px;
  top: 0px;
  right: 10px;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.bossgoo-index-video9 .videobox video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 80vh;
}
.bossgoo-index-video9 .videobox.show,
.bossgoo-index-video9 .cover.show {
  display: block;
}
.bossgoo-index-video9 .imgbox {
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
}
.bossgoo-index-video9 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 800px;
}
.bossgoo-index-video9 .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;
}
.bossgoo-index-video9 .imgbox .playicon11 {
  display: block;
  background: url("../images/11play.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-video9 .videobox {
    width: 90vw;
  }
  .bossgoo-index-video9 .videobox .closebtn {
    font-size: 0.32rem;
    top: 0.06rem;
    right: 0.12rem;
  }
  .bossgoo-index-video9 .imgbox img {
    max-height: 12rem;
  }
  .bossgoo-index-video9 .imgbox .playicon {
    width: 1rem;
    height: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .bossgoo-index-video9 .videobox .closebtn {
    font-size: 0.28rem;
  }
  .bossgoo-index-video9 .imgbox .playicon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .bossgoo-index-video9 .imgbox .playicon11 {
    width: 0.8rem;
    height: 0.8rem;
  }
}


.bossgoo-index-video9 .videobox .closebtn{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .8);
  font-size: 24px;
  color: #fff;
  top: 10px;
}

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