.bossgoo-index-video27 .img-item {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 36%;
}

.bossgoo-index-video27 .img-item .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.bossgoo-index-video27 .img-item .img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.bossgoo-index-video27 .img-item .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.bossgoo-index-video27 .img-item .text .tit {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

.bossgoo-index-video27 .img-item .text .des {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 75px;
}

.bossgoo-index-video27 .img-item .text .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background:#666;
  cursor: pointer;
}

.bossgoo-index-video27 .img-item .text .icon .iconfont {
  font-size: 46px;
}

.video27-pop {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.video27-pop .close {
  position: absolute;
  right: 20%;
  top: 10%;
  font-size: 24px;
  color: #fff;
}

.video27-pop .video-mask {
  position: absolute;
  width: 50vw;
  height: 35vw;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.video27-pop .video {
  width: 100%;
  /* height: auto; */
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-video27 .img-item {
    padding-bottom: 72.5%;
  }
  .bossgoo-index-video27 .img-item .img-box img {
    width: 100%;
    height: 100%;
  }
  .bossgoo-index-video27 .img-item .text {
    width: 100%;
  }
  .bossgoo-index-video27 .img-item .text .tit {
    font-size: .44rem;
    margin-bottom: .1rem;
  }
  .bossgoo-index-video27 .img-item .text .des {
    font-size: .28rem;
    margin-bottom: .5rem;
  }
  .bossgoo-index-video27 .img-item .text .icon {
    width: 1.05rem;
    height: 1.05rem;
    line-height: 1.05rem;
  }
  .bossgoo-index-video27 .img-item .text .icon .iconfont {
    font-size: .6rem;
  }
  .video27-pop .video-mask {
    width: 90%;
  }
  .video27-pop .close {
    right: 10%;
  }
}
