/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.video[data-v-5754a11c] {
  width: 100%;
  height: 9rem;
  position: relative;
  background-color: #333;
  padding: 0!important;
  user-select: none;
}
.video .video_w[data-v-5754a11c] {
  position: relative;
  z-index: 5;
}
.video .video_w video[data-v-5754a11c] {
  position: relative;
  width: 100%;
  height: 9rem;
  background-color: #333;
}
.video .play[data-v-5754a11c] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  color: #fff;
}
.video .play i[data-v-5754a11c] {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1.75rem;
  line-height: 1.75rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.video .play .loading[data-v-5754a11c] {
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
}
.video .cover[data-v-5754a11c] {
  width: 100%;
  height: 9rem;
  left: 0;
  top: 0;
  position: absolute;
  pointer-events: none;
  z-index: 10;
  color: #fff;
  background-image: url(../static/img/video_mask.38a3d8d0.png);
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.video .cover h2[data-v-5754a11c] {
  font-size: 0.7rem;
  font-weight: normal;
  padding: 0.25rem 0.375rem 0;
  line-height: 1.15rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.video .cover .placeholder[data-v-5754a11c] {
  flex: 1;
  width: 100%;
}
.video .cover .info[data-v-5754a11c] {
  height: 1.5rem;
  width: 100%;
  font-size: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.375rem;
}
.video .cover .info p[data-v-5754a11c] {
  padding: 0 0.5rem;
  font-size: 0.45rem;
  height: 0.75rem;
  line-height: 0.75rem;
  border-radius: 0.375rem;
  background-color: rgba(0, 0, 0, 0.6);
}
.video .touch_bar[data-v-5754a11c] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
  color: #fff;
  z-index: 100;
}
.video .touch_bar span[data-v-5754a11c] {
  width: 2rem;
  text-align: center;
}
.video .touch_bar .touch_line[data-v-5754a11c] {
  width: 10.5rem;
  height: 0.1rem;
  margin: 0 0.25rem;
  background-color: #666;
  position: relative;
}
.video .touch_bar .touch_line .touch_line_innter[data-v-5754a11c] {
  height: 100%;
  background-color: #e9b001;
}
.video .touch_bar .touch_line .point[data-v-5754a11c] {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0%;
}
.video .touch_bar .touch_line .point[data-v-5754a11c]::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
}
.video .touch_bar .full_screen[data-v-5754a11c] {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video .touch_bar .full_screen i[data-v-5754a11c] {
  font-size: 0.65rem;
  line-height: 1.25rem;
}
.video .line[data-v-5754a11c] {
  width: 100%;
  height: 1PX;
  background-color: #333;
  position: absolute;
  bottom: 0;
  z-index: 9;
}
.video .line .inline[data-v-5754a11c] {
  width: 50%;
  height: 100%;
  background-color: orange;
}

