* {
  padding: 0;
  margin: 0;
}

.video-container {
  position: relative;
  width: 666px;
}

.video-container .label {
  position: relative;
  height: 128px;
  background-color: #f4f6fb;
  cursor: pointer;
}

.video-container .label:hover {
  background-color: #bfd3fa;
}

.video-container .label .img {
  position: absolute;
  width: 160px;
  height: 90px;
  left: 17px;
  top: 20px;
}

.video-container .label .img .video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-container .label .img .play {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.video-container .label .title {
  position: absolute;
  left: 200px;
  top: 20px;
  font-size: 16px;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-container .label .msg {
  position: absolute;
  left: 200px;
  top: 66px;
  color: #666;
  font-size: 12px;
}

.video-container .label .tag {
  position: absolute;
  width: 41px;
  height: 40px;
  right: 0;
  top: 0;
  padding-right: 3px;
  text-align: right;
  color: #fff;
  font-size: 12px;
  background-image: url("../images/video-tag-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.video-container .video {
  position: relative;
}

.video-container .video .title {
  position: relative;
  margin-top: 10px;
  font-size: 16px;
  width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-container .video .container {
  position: relative;
  width: 664px;
  height: 428px;
  margin-top: 10px;
}

.msg-text {
  position: relative;
  padding: 5px 8px;
  margin-top: 3px;
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.8);
}

.image-div .image .msg-text {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 5px 8px;
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.9);
}

.ahvp__video__poster {
  background-size: cover !important;
}
