.label-box {
  padding: 5px 0;
  background: #fff;
}
.swiper-container {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  width: 79%;
}
.label-box h2 {
  display: inline-block;
  color: #333;
  font-size: 12px;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  background: #fff;
  width: 19%;
  text-indent: 5px;
}
.swiper-slide {
  padding: 0 10px;
  margin: 0;
  font-size: 12px;
}
.swiper-wrapper .select {
  color: #e95283;
}
.label3 {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  background: #fff;
}
.label-box .title3 {
  height: 84px;
}
.label3 h2 {
  line-height: 15px;
}
.label-box .label3 {
  padding-right: 12%;
  height: 84px;
  overflow: hidden;
  position: relative;
}
.label3 a {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  font-size: 12px;
}
.label3 .control {
  position: absolute;
  right: 15px;
  bottom: 10px;
  color: #e95283;
}
.label3 #control2 {
  display: none;
}
.video_box {
  background: #fdf4f7;
  padding-top: 10px;
}
.video_box .video_content {
  margin-bottom: 10px;
  background: #fff;
}
.video_box .video_content .left,
.video_box .video_content .right {
  display: inline-block;
  overflow-y: hidden;
  vertical-align: top;
}
.video_box .video_content .left {
  width: 43%;
  position: relative;
  margin-left: 2%;
}
.video_box .video_content .left img {
  width: 100%;
}
.video_box .video_content .left .video-mask {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  border-radius: 20px;
}
.video_box .video_content .left .video-mask img {
  margin-top: 20px;
  width: 30%;
  position: relative;
  border-radius: 20px;
}
.video_box .video_content .right {
  margin-left: 5px;
  width: 50%;
  font-size: 15px;
}
.video_box .video_content .right h2 {
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.video_box .video_content .right img {
  width: 20px;
  top: -2px;
  margin-right: 5px;
}
.video_box .video_content .right .star img {
  width: 15px;
  margin-right: 0;
}
