/* 视频列表：一行 5 个，样式参考商品列表 common_pro_listcx */
.video-list-page .common_pro_listcx_outer {
  padding-top: 15px;
}

.video-list-page .common_pro_listcx_outer1 {
  padding-left: 10px;
  padding-right: 10px;
}

.video-list-page .common_pro_listcx {
  width: 100%;
  overflow: hidden;
}

.video-list-page .common_pro_listcx li.item {
  width: 18%;
  margin: 1%;
  float: left;
  border: 0;
  position: relative;
  box-sizing: border-box;
  list-style: none;
}

.video-list-page .common_pro_listcx li .pic {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
  aspect-ratio: 4 / 5;
}

.video-list-page .common_pro_listcx li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-list-page .common_pro_listcx li .pic .playVideoBtn1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 53px;
  height: 53px;
  background: url(../images/listPlayVideo1.png) no-repeat;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}

.video-list-page .common_pro_listcx .pro_content .name {
  line-height: 16px;
  margin-top: 6px;
  margin-bottom: 6px;
  height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}

.video-list-page .common_pro_listcx .orders-show {
  font-size: 12px;
  color: #666;
  line-height: 18px;
}

.video-list-page .video-list-empty {
  padding: 30px 15px;
  color: #999;
}

/* 视频详情页 */
.video-detail-page {
  overflow: hidden;
}

.video-detail-main {
  width: 79%;
  float: left;
}

.video-detail-sidebar {
  width: 20%;
  float: right;
}

.video-detail-player iframe,
.video-detail-player video {
  max-width: 100%;
  display: block;
  background: #000;
}

.video-detail-title {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin: 16px 0 10px;
  line-height: 1.4;
}

.video-detail-meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.video-detail-meta span {
  margin-right: 20px;
}

.video-detail-action {
  margin-bottom: 30px;
}

.video-detail-btn {
  display: inline-block;
  padding: 10px 24px;
  background: #da2566;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.video-detail-back {
  margin-bottom: 20px;
}

.video-hot-box {
  border: 1px solid #eee;
  padding: 12px;
}

.video-hot-hd {
  border-bottom: 3px solid #bbb;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.video-hot-title {
  font-size: 16px;
  color: #4d4c4d;
  font-weight: normal;
  margin: 0;
}

.video-hot-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.video-hot-item {
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ddd;
}

.video-hot-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.video-hot-pic {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f6f6f6;
  margin-bottom: 8px;
}

.video-hot-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-hot-pic .playVideoBtn1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: url(../images/listPlayVideo1.png) no-repeat;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}

.video-hot-name {
  display: block;
  font-size: 12px;
  line-height: 16px;
  height: 32px;
  overflow: hidden;
  color: #333;
  text-decoration: none;
}

.video-hot-views {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

.video-hot-empty {
  font-size: 12px;
  color: #999;
}
