/* 去掉 vjs button slider 默认样式如阴影等 */
.video-js button{
  outline:none;
}
:focus{
  outline: none;
}
.video-js .vjs-tech{
  background: black;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar{
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}
.video-js .vjs-control:focus:before, 
.video-js .vjs-control:hover:before, 
.video-js .vjs-control:focus{
  text-shadow:none;
}

/* 默认的disable 透明度为0.5，与设计稿不同，因此sina player的透明度为1 */
.vjs-disabled {
  opacity: 1;
}

/* 播放器控制条基础样式设置 */
.video-js .vjs-control{
  width: auto;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-family: PingFangSC-Regular,Helvetica Neue,Helvetica,Roboto,Microsoft Yahei,Arial,sans-serif;
}

/* 播放器 - 控制条group */
.video-js .vjs-control-bar {
  font-size: 16px;
  height: 2.88em;
  background-color: #333333B2;
  /* z-index: 3; */
  z-index: 25;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* icon样式 */
.vjs-button > .vjs-icon-placeholder:before{
  font-family: 'v-icons' !important;
  line-height: 46px;
}

/* 
 * 播放器 - 暂停 & 播放btn 
 * 播放器未初始化完成时是 灰色
 * 加载完成后 给button添加 vjs-normal-play 的蓝色
 * 加载失败时 cursor 是 default
*/
.video-js .vjs-play-control {
  color: #838383;
  width: 56px;
  height: 46px;
}
.video-js .vjs-play-control.vjs-normal-play{
  color: #0087f3;
}
.video-js .vjs-play-control.vjs-normal-play:hover{
  color: #0097ff;
}
.video-js .vjs-play-control.vjs-disabled .vjs-icon-placeholder{
  cursor: default;
}

/* 
 * 播放器 - 全屏btn 
 * button位置靠右
*/
.video-js .vjs-fullscreen-control{
  color: #E8E8E8;
  width: 56px; 
  position: absolute;
  font-size: 18px;
  right: 0;
}
.video-js .vjs-fullscreen-control:hover{
  color: #009AFF;
}

/* 
 * 播放器 - 音量panel
 * 音量panel = 音量条 + 静音btn
 * 音量条容器的div是 vjs-volume-control vjs-volume-horizontal
 * 音量条真正的总长度是 vjs-volume-bar
 * 音量条已占有的长度是 vjs-volume-level
 * 音量条末端的小圆点是 vjs-volume-level:before
 * -----------------------------------------
 * 去掉音量条容器的默认margin-right，透明度默认为1，宽度为固定值
 * 调整音量条末端小圆点的大小
 * 调整音量条总长度、音量长度的高度
 * 调整音量长度的颜色：未滑过时底色是白色，滑过后是蓝色
 * 静音btn：button宽度和颜色
*/
.video-js .vjs-volume-panel{
  position: absolute;
  right: 60px;
}
.video-js .vjs-volume-panel .vjs-volume-control{
  margin-right: 0;
  opacity: 1;
}
.video-js .vjs-volume-level:before{
  font-size: 0.38em;
}
.video-js .vjs-volume-bar{
  margin: 1.35em 0em;
}
.vjs-volume-bar.vjs-slider-horizontal,
.vjs-volume-bar .vjs-volume-level{
  width: 95px;
  height: 0.13em;
}
.vjs-volume-bar .vjs-volume-level{
  background: #E8E8E8;
}
.vjs-volume-control:hover .vjs-volume-level{
  background: #009AFF;
  color: #009AFF;
}
.vjs-volume-panel .vjs-mute-control{
  width: 56px;
  color: #E8E8E8;
  font-size: 20px;
}
.video-js .vjs-mute-control:hover{
  color: #009AFF;
}
.video-js .vjs-volume-panel .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal:hover,
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal{
  width: 95px;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, 
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active{
   width: auto;
 }

/* 
 * 播放器 - 进度条
 * 进度条 组件 .vjs-progress-control 里面只有一个 进度条容器
 * 进度条容器的div是 vjs-progress-holder vjs-slider-horizontal
 * 进度条容器 = 加载条load-progress + 进度条上的时间tip + 播放条play-progress
 * 加载条load-progress: 有一条背景色，然后很多加载是断断续续的，就会有div来标志
 * 进度条上的时间tip：样式调整为带小三角
 * 播放条play-progress：默认是蓝色，但视频出错时就置灰，小圆点也置灰
 * 播放条末端的小圆点 .vjs-play-progress:before
 * -----------------------------------------
 * 进度条组件：因其原在时间组件旁边，现在调整到最上方，宽度与播放器等宽；而且组件高度与控制条不同，它只是进度条的高度
 * 进度条容器：移除容器div的margin,hover时，高度会变
 * 加载条load-progress：给加载条一个通用背景色，遮盖真正记录加载程度的div，将背景色置为透明
 * 播放条play-progress：已播放的背景色为蓝色，而且左对齐，总宽度减去小球的直径，右侧要用padding补上颜色
 * 播放条末端小圆点：hover时，小圆点也会变大
 * 时间tip：原本样式有点丑，改一下
*/
.video-js .vjs-progress-control {
  position: absolute;
  left:0px;
  height: 0.13em;
  width: 100%;
  bottom: 2.88em;
  z-index: 3;
}
/* 进度条容器 - 默认状态 */
.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0;
  height: 2px;
  background: rgba(51,51,51,0.30);
}
/* 进度条容器 - hover状态 */
.video-js .vjs-progress-holder:hover{
  height: 5px;
  margin-bottom: 0.13em;
}
/* 加载条 - 背景色 */
.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.75)
}
.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0)
}
/* 播放条 - 已播放部分 */
.video-js .vjs-play-progress {
  background-color: #0087F3;
  max-width:calc(100% - 0.3em);
}
.video-js .vjs-play-progress.vjs-slider-bar{
  padding-right: 0.3em;
}
/* 播放条 - 末端小圆点 */
.video-js .vjs-play-progress:before {
  color: #009AFF;
  font-size: 0.6em;
}
.video-js .vjs-progress-control:hover .vjs-play-progress:before {
  font-size: 0.61em;
}
/* 播放条 - 视频出错时，播放条和小圆点都置灰 */
.video-js .vjs-disabled .vjs-play-progress,
.video-js.vjs-error .vjs-play-progress{
  background-color:#838383 !important;
  pointer-events: none;
}
.video-js.vjs-error .vjs-play-progress:before,
.video-js .vjs-disabled .vjs-play-progress:before 
{
  color:#838383 !important;
  pointer-events: none;

}
/* 时间tip - 背景色、位置和小三角 */
.vjs-mouse-display .vjs-time-tooltip{
  border-radius: 2px;
  background: rgba(51,51,51,0.80);
  height: 1.8em;
  top: -2.5em;
  font-size: 12px;
  color: #E8E8E8;
  font-weight: 400;
}
.vjs-mouse-display .vjs-time-tooltip:before{
  content:"";
  border:0.2em solid rgba(51,51,51,0.80);
  border-left-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  width:0px;
  height:0px;
  position:absolute;
  left:50%;
  margin-left: -0.2em;
  top: 1.8em;
}

/* 入口文件中 - 视频请求hpi接口失败时的错误提示 */
.vjs-sina-error-wrapper {
  background: rgba(51,51,51,0.80);
  padding: 16px;
  border-radius: 2px;
}
.vjs-sina-error-wrapper span {
  font-weight: 100;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 14px;
}

/* 解决控制条icon与button图标不一直引起tip闪烁问题 */
.vjs-control-bar [class^="v-icon-"],
.vjs-control-bar [class*=" v-icon-"] {
  pointer-events: none;
}

/* --------  备用样式如下  -------- */

/* 设置按钮 */
.video-js .vjs-sina-setting {
  right: 12em;
  position: absolute;
}
/* 清晰度按钮 */
.video-js .vjs-sina-definition {
  /* right: 15em; */
  right: 12em;
  position: absolute;
}@font-face {
  font-family: 'v-icons';
  src:
    url('data:application/x-font-ttf;charset=utf-8;base64,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');
  /*
  //icon 替换 icons.woff base64编码
  http: //www.iconfont.cn/manage/index?spm=a313x.7781069.1998910419.11&manage_type=myprojects&projectId=715810
  base64编码地址： https: //www.motobit.com/util/base64-decoder-encoder.asp
  */
  /* IE9*/
  /* url('./fonts/icons.eot'),  */
  /* chrome, firefox */
  /* url('./fonts/icons.woff') format('woff'),  */
  /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  /* url('./fonts/icons.ttf') format('truetype'),  */
  /* iOS 4.1- */
  /* url('./fonts/icons.svg') format('svg');  */
  font-weight: normal;
  font-style: normal;
}

[class^="v-icon-"],
[class*=" v-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'v-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.v-icon-pause:before {
  content: "\E635";
}

.v-icon-volume-open:before {
  content: "\E632";
}

.v-icon-volume-close:before {
  content: "\E62F";
}

.v-icon-fullScreen:before {
  content: "\E630";
}

.v-icon-closeFullscreen:before {
  content: "\E62C";
}

.v-icon-screen75:before {
  content: "\E628";
}

.v-icon-screen100:before {
  content: "\E627";
}

.v-icon-screen50:before {
  content: "\E626";
}

.v-icon-close:before {
  content: "\E62B";
}

.v-icon-sina:before {
  content: "\E640";
}

.v-icon-acvideo-pause:before {
  content: "\E63C";
}

.v-icon-acvideo-play:before {
  content: "\E63D";
}

/* 暂停时button */
.vjs-icon-play:before, 
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, 
.video-js .vjs-play-control .vjs-icon-placeholder:before{
  content: "\E640";
  font-size: 22px;
}
/* 播放中button */
.vjs-icon-pause:before, 
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before{
  content: "\E635";
  font-size: 23px;
}
/* 重播button */
.vjs-icon-replay:before, 
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\E640"; 
  font-size: 22px;
}
/* 广告播放中显示暂停按钮 */
.video-js.vjs-ad-playing .vjs-play-control .vjs-icon-placeholder:before{
  content: "\E640";
  font-size: 23px;
}
/* 非全屏button */
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before{
  content: "\E630";
  font-size: 18px;
}
/* 全屏态button */
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before{
  content: "\E62C";
  font-size: 18px;
}

/* 非静音button */
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\E632";
  font-size: 20px;
}
/* 静音态button */
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\E62F";
  font-size: 20px;
}/*
 * videojs-contrib-ads
 * @version 6.3.0
 * @copyright 2018 Brightcove, Inc.
 * @license Apache-2.0
 */

/*
Styles for ad plugins.
*/
.vjs-ad-playing .vjs-progress-control {
  /* pointer-events: none; */
}

/* Make the progress bar yellow for ads */
.vjs-ad-playing .vjs-play-progress {
  /* background-color: #ffe400; */
}

/* Show the videojs loading spinner during ad loading */
.vjs-ad-loading .vjs-loading-spinner {
  display: block;
  visibility: visible;
}

/* Hide the captions button during ad playback */
.vjs-ad-playing .vjs-captions-button {
    display: none;
}

/* Hide the audio track button during ad playback */
.vjs-ad-playing .vjs-audio-button {
    display: none;
}

/* Following is copied from https://github.com/videojs/video.js/blob/master/src/css/components/_loading.scss
 this is needed to animate the spinner when ads, specifically VPAIDs, are loading.
 Long term solution is to add show/hide methods to the loading spinner component and move to displaying it via the methods rather than CSS.
*/
.vjs-ad-loading .vjs-loading-spinner:before,
.vjs-ad-loading .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-ad-loading .vjs-loading-spinner:after {
  animation-delay: 0.44s;
}

/* ad 播放中 控制条一直出现 */
.video-js.vjs-user-inactive.vjs-ad-playing .vjs-control-bar,
.video-js.vjs-ad-playing.vjs-user-inactive .vjs-control-bar{
  opacity: 1;
  visibility: visible;
}
/* ad 播放中 控制条一直出现 */
.vjs-ad-playing .vjs-progress-control,
.vjs-ad-playing .vjs-play-control,
.vjs-ad-playing .vjs-play-toggle{
  pointer-events: none;
  cursor: pointer;
}
.vjs-ad-playing .vjs-play-control.vjs-button .vjs-icon-placeholder{
  color: #838383;
}
.video-js.vjs-ad-playing .vjs-play-control.vjs-normal-play{
  cursor: default;
}
.vjs-ad-playing .vjs-load-progress,
.vjs-ad-playing .vjs-play-progress,
.vjs-ad-playing .vjs-play-progress:before,
.vjs-ad-playing .vjs-mouse-display .vjs-time-tooltip{
  opacity: 0;
}

/*
Hide BPB and poster while ad loading and resuming after an ad.
*/
.vjs-ad-loading .vjs-big-play-button,
.vjs-ad-loading .vjs-poster,
.vjs-ad-content-resuming .vjs-big-play-button,
.vjs-ad-content-resuming .vjs-poster {
  display: none;
}

/* loading样式调整 */
.vjs-loading-spinner {
  border-top-color: #0087F3;
  border: 3px solid rgba(43, 51, 63, 0.7);
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  border-top-color: #0087F3;
  margin: -3px;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #0087F3; 
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #0087F3;
}

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #0087F3;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}

.SM_acvideo {
  z-index:9;
  padding:5px; 
  background:#fff; 
  position:fixed; 
  width:300px; 
  height:169px; 
  _position:absolute; 
  overflow:hidden;
  cursor: default;
}
.SM_acvideo .myMovie-dimensions{
  z-index:8;
  padding:5px; 
  background:#fff; 
  width:300px; 
  height:169px;
  _position:absolute; 
  overflow:hidden;
}
.acvideo_cur{ 
  display:none;
  height: 30px;
  line-height:30px; 
  width:300px; 
  background: rgba(51,51,51,0.50);
  letter-spacing: 0;
  font-size: 14px;
  color:rgba(255,255,255,0.85);
  text-align:center; 
  position:absolute; 
  top:5px; 
  /* left:5px; */
  z-index: 9;
  cursor:move; 
}
.acvideo_cur span{
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 8px;
}
.acvideo_cur span:hover{
  color:#fff;
}
.acvideo_cur span::before{
  content: "\E62B";
}
.vjs-acVideo-toggleBtn {
  background: rgba(0,0,0,0.60);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  color: #009AFF;
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 20px;
  display: none;  
  cursor: pointer;
  z-index: 1;
}
.SM_acvideo:hover .acvideo_cur,
.SM_acvideo:hover .vjs-acVideo-toggleBtn,
.vjs-paused .vjs-acVideo-toggleBtn{ 
  display:block;
}

.vjs-acVideo-clickLayer {
  width: 300px;
  height:169px;
  position: absolute;
  left: 0;
  top: 0;
}

/* 皮肤样式 mode 为2 时 */
/* 控制条皮肤：控制条底色+播放button+音量button+全屏button+进度条 */
.video-js.vjs-sina-skin-mode2 .vjs-control-bar{
  background-color: #333333;
}
.video-js.vjs-sina-skin-mode2 .vjs-play-control{
  color: #cccccc;
}
.video-js.vjs-sina-skin-mode2 .vjs-play-control:hover{
  color: #FFFFFF;
}
.video-js.vjs-sina-skin-mode2 .vjs-mute-control:hover{
  color: #ef0000;
}
.video-js.vjs-sina-skin-mode2 .vjs-slider-horizontal .vjs-volume-level:hover{
  color: #ef0000;
  background: #ef0000;
}
.video-js.vjs-sina-skin-mode2 .vjs-volume-control:hover .vjs-volume-level{
  color: #ef0000;
  background: #ef0000;
}
.video-js.vjs-sina-skin-mode2 .vjs-fullscreen-control:hover{
  color: #ef0000;
}
.video-js.vjs-sina-skin-mode2 .vjs-play-progress{
  background-color:#ef0000;
}
.video-js.vjs-sina-skin-mode2 .vjs-play-progress:before{
  color:#ef0000;
}

/* 组件皮肤：调试信息hover+上次播放时长button+右上全屏占比hover+error时刷新button */
.video-js.vjs-sina-skin-mode2 .vjs-debug-report-wrapper ul>li:hover {
  color: #ef0000;
}
.video-js.vjs-sina-skin-mode2 .vjs-sina-playing-tips button{
  background: #ef0000;
}
.vjs-sina-skin-mode2 .vjs-sina-screentop-ratio input:hover+span,
.vjs-sina-skin-mode2 .vjs-sina-screentop-ratio input:checked+span {
  color: #ef0000;
}
.vjs-sina-skin-mode2 .vjs-sina-error-tips button {
  background: #ef3838;
}
.vjs-sina-skin-mode2 .vjs-sina-tips-container button:hover {
  background: #ef0000;
}

/* 插件皮肤：小窗toggle button */
.vjs-sina-skin-mode2 .vjs-acVideo-toggleBtn{
  color: #ef0000;
}

/* loading皮肤 */
.vjs-sina-skin-mode2.vjs-seeking .vjs-loading-spinner:before,
.vjs-sina-skin-mode2.vjs-seeking .vjs-loading-spinner:after,
.vjs-sina-skin-mode2.vjs-waiting .vjs-loading-spinner:before,
.vjs-sina-skin-mode2.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade-mode2 1.1s linear infinite;
}
.vjs-sina-skin-mode2.vjs-ad-loading .vjs-loading-spinner:before,
.vjs-sina-skin-mode2.vjs-ad-loading .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade-mode2 1.1s linear infinite;
}

.vjs-sina-skin-mode2.vjs-loading-spinner {
  border-top-color: #ef0000;
}
.vjs-sina-skin-mode2 .vjs-loading-spinner:before,
.vjs-sina-skin-mode2 .vjs-loading-spinner:after {
  border-top-color: #ef0000;
}

.vjs-sina-skin-mode2 .vjs-seeking .vjs-loading-spinner:before,
.vjs-sina-skin-mode2 .vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #ef0000; 
}

.vjs-sina-skin-mode2 .vjs-seeking .vjs-loading-spinner:after,
.vjs-sina-skin-mode2 .vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #ef0000;
}

  @keyframes vjs-spinner-fade-mode2 {
    0% {
      border-top-color: #b98b7eed;
    }
    20% {
      border-top-color: #b98b7eed;
    }
    35% {
      border-top-color: #ef0000;
    }
    60% {
      border-top-color: #b98b7eed;
    }
    100% {
      border-top-color: #b98b7eed;
    }
  }/* ------------业务组件样式表------------- */
.vjs-sina-logo {
  position: absolute;
  /* pointer-events: none; */
  margin: 30px 70px;
  right: 0px;
  top: 0px;
}

.vjs-sina-logo__shade {
  background-color: #e6e6e6;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  height: 65px;
  width: 135px;
}

.vjs-sina-logo__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
/* ------------功能组件样式表------------- */
/* 组件公共样式 */
.vjs-sina-conmponents-contation {
  cursor: pointer;
  -ms-flex: none;
      flex: none;
  padding-left: 2em;
  padding-right: 2em;
  /* padding-bottom: 3em; */
  line-height: 2.88em;
  /* width: 90px; */
}

.vjs-sina-conmponents-button:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  content: "\F110";
  font-size: 1.7em;
  line-height: 1.8em;
}

.vjs-sina-conmponents-button:hover {
  color: #ff7321;
}

.vjs-sina-conmponents-textbutton {
  padding: 10px 15px 15px;
}

.vjs-sina-conmponents-textbutton:hover {
  /* background-color: #ff7321; */
  color: #009AFF;
}

.vjs-sina-conmponents-panel {
  position: absolute;
  bottom: 48px;
  /* left: 50%; */
  /* transform: translate(-50%, 0); */
  z-index: 5;
}

.vjs-sina-conmponents-panel ul {
  background: rgba(46, 46, 46, 0.90);
  border-radius: 2px;
  width: 58px;
  list-style: none;
  padding: 7.5px 15px;
  line-height: 14px;
}

.vjs-sina-conmponents-panel ul li {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.vjs-sina-conmponents-panel ul>li:hover {
  /* color: chocolate; */
  color: #009AFF;
}

.vjs-sina-panel-hide {
  display: none;
}

/* 清晰度 */
.vjs-sina-definition {
  line-height: 3.2em;
  font-size: 14px;
}

.vjs-sina-definition-panel {}

.vjs-sina-definition-panel ul {}

/* 设置组件 */
.vjs-sina-setting {}

.vjs-sina-setting-content {}

.vjs-sina-setting-content:before {
  content: "\F110";
}

.vjs-sina-setting-panel {}

.vjs-sina-setting-panel {
  width: 165px;
  bottom: 60px;
  padding: 10px 15px 10px 20px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.8);
  list-style: none;
  margin-top: 10px;
}

.vjs-sina-checkbox__input {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}

.vjs-sina-checkbox__inner {
  display: inline-block;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background-color: #fff;
  z-index: 1;
  transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
}

.vjs-sina-checkbox__inner:after {
  content: "";
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 8px;
  left: 3.5px;
  position: absolute;
  top: 0px;
  transform: rotate(45deg) scaleY(0);
  width: 4px;
  transition: transform .15s cubic-bezier(.71, -.46, .88, .6) .05s;
  transform-origin: center
}

.vjs-sina-checkbox__inner.is-checked::after {
  transform: rotate(45deg) scaleY(1)
}

.vjs-sina-checkbox__original {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}

.is-checked {
  background-color: #409eff;
  border-color: #409eff;
}

.vjs-sina-setting-checkbox {
  font-weight: 500;
  /* font-size: 14px; */
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.vjs-sina-checkbox__label {
  display: inline-block;
  padding-left: 10px;
  line-height: 19px;
  font-size: 14px;
}

/* 时间组件 */
.vjs-sina-time {
  /* font-size: 12px; */
  cursor: default;
  width: 6em !important;
  line-height: 46.08px;
  color: rgba(232, 232, 232, 0.40);
  /* display: inline-block; */
}

.vjs-sina-time span,
.vjs-sina-time i {
  font-size: 12px;
}

.vjs-sina-time i {
  padding-left: 5px;
  padding-right: 5px;
}

.vjs-sina-time-white {
  color: white;
}

/* 收藏组件 */
.vjs-sina-collect {}

.vjs-sina-collect-icon {}


/** 遮罩层 **/
.vjs-clickContainer {
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: #409eff; */
  opacity: 0.5;
}
.vjs-ad-playing .vjs-clickContainer {
  
}


/* 信息提示组件 - sina-tool-tip */
.vjs-control.vjs-button .vjs-control-text,
.vjs-control .vjs-volume-control .vjs-control-text{
  background: rgba(51, 51, 51, 0.80);
  color: #E8E8E8;
  font-size: 12px;
  padding: 0.1em;
  overflow: hidden;
  z-index: 13;
  bottom: 3.1em;
  height: 20px;
  line-height: 20px;
  left: 0;
  clip: auto;
  opacity: 0;
  display: none;
  position: relative;
}
.vjs-play-control.vjs-control.vjs-button.vjs-normal-play:hover .vjs-control-text,
.vjs-mute-control.vjs-control.vjs-button:hover .vjs-control-text,
.vjs-fullscreen-control.vjs-control.vjs-button:hover .vjs-control-text{
  width: 56px;
  /* width: auto; */
  opacity: 1;
  visibility: visible;  
  display: inline-block;
  float: left;
}

.vjs-control .vjs-volume-horizontal:hover .vjs-control-text,
.vjs-control .vjs-volume-bar:hover .vjs-control-text {
  width: 95px;
  bottom: 3.8em;
  font-weight: 600;
  opacity: 1;
  visibility: visible;  
  display: inline-block;
  float: left;
}

.vjs-fullscreen-control.vjs-button:hover .vjs-control-text{
  right: 0;
  float: right;
}

.video-js .vjs-volume-panel .vjs-volume-control{
  height: auto;
}

/* 广告mode下 & eror下 ， playbtn 没有 tooltip */
.vjs-ad-playing .vjs-play-control.vjs-control.vjs-button:hover .vjs-control-text,
.vjs-error .vjs-play-control.vjs-control.vjs-button:hover .vjs-control-text{
  opacity: 0;
}
.video-js .vjs-play-control .vjs-icon-placeholder,
.video-js.vjs-error .vjs-play-control .vjs-icon-placeholder{
  cursor: default;
}
.video-js .vjs-play-control.vjs-normal-play .vjs-icon-placeholder{
  cursor: pointer;
}
.vjs-error .vjs-play-control.vjs-button .vjs-icon-placeholder{
  color: #838383;
  cursor: default;
}/* 信息提示组件 - 通用组件 */
.vjs-sina-tips-container {
  display: block;
  font-family: PingFangSC-Regular;
}

.vjs-sina-tips-container > div {
  background: rgba(51, 51, 51, .8);
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  z-index: 15;
}

.vjs-sina-tips-container button:hover {
  background: #009AFF;
}

/* 信息提示组件 - 播放中的提示 */
.vjs-sina-playing-tips {
  position: absolute;
  left: 0.71em;
  bottom: 4.16em;
  padding-left: 1.14em;
  padding-right: 1.71em;
  height: 3.29em;
  line-height: 3.29em;
  text-align: left;
}
.video-js.vjs-playing.vjs-user-inactive .vjs-sina-playing-tips{
  /* 移动属性 ，移动方向是在竖直方向上，*/  
  transition: all 1s;
  transform:translate(0,3.29em);
  -moz-transform: translate(0,3.29em);              
  -webkit-transform: translate(0,3.29em);
  -ms-transform: translate(0,3.29em);
  -o-transform: translate(0,3.29em);
}

.vjs-sina-playing-tips button {
  height: 1.71em;
  line-height: 1.71em;
  background: #0087F3;
  border-radius: 7.14em;
  position: relative;
  margin-left: 1.14em;
  padding-left: 1.14em;
  padding-right: 1.14em;
  cursor: pointer;
}

.vjs-sina-playing-time {
  color: #ff2b00;
  padding-left: 2px;
}

.vjs-sina-playing-close {
  height: 20px;
  line-height: 20px;
  top: 0;
  right: 4px;
  position: absolute;
  cursor: pointer;
  opacity: 0.5;
}

.vjs-sina-playing-close:hover {
  opacity: 1;
}

.vjs-sina-playing-close::before {
  content: '\D7'
}

/* 信息提示组件 - 错误提示 */
.vjs-sina-error-tips {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -128px;
  margin-top: -23px;
  padding: 16px;
  text-align: center;
}
.vjs-sina-error-tips-center {
  margin-left: -171px;
}
.video-js .vjs-sina-error-tips p {
  margin: 0;
  font-size: 14px;
  margin-bottom: 0;
}

.vjs-sina-error-tips button {
  font-size: 14px;
  padding: 7px 14px;
  text-align: center;
  background: #0087F3;
  border-radius: 10px;
  cursor: pointer;
}

/* 信息提示组件 - 调试信息 */
.vjs-sina-tips-container .vjs-debug-report-wrapper {
  width: 10em;
  overflow: hidden;
  position: absolute;
  z-index: 20;
}

.vjs-debug-report-wrapper ul {
  padding-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 140px;
  height:85px;
}

.vjs-debug-report-wrapper ul li {
  text-align: left;
  padding-left: 1.14em;
  height: 23px;
  line-height: 23px;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: PingFangSC-Regular;
  margin-bottom: 0;
  letter-spacing:0;
}

.vjs-debug-report-wrapper ul>li:hover {
  color: #0087F3;
}

.vjs-temp-clipboard {
  position: absolute;
  left: 0;
  top: 100%;
}

.vjs-debug-report-toast {
  width: 8em;
  height: 6em;
  color: #ffffff;
  background-color: rgba(51, 51, 51, 0.8);
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4em;
  margin-top: -3em;
  text-align: center;
  z-index: 30;
}

.vjs-debug-report-toast span {
  display: inline-block;
  margin-top: 45px;
}

.vjs-debug-report-toast-icon {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 2px solid #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 20%;
  margin-left: -12px;
}

.vjs-debug-report-toast-icon::before {
  content: '';
  width: 8px;
  height: 12px;
  color: #ffffff;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform-origin: center;
  transform: translate(-50%, -30%) rotate(45deg);
  -webkit-transform: translate(-50%, -30%) rotate(45deg);
  position: absolute;
  left: 50%;
  top: 30%;
}/* 广告容器 */
.vjs-sina-advert-container {
  position: absolute;
  /* pointer-events: none; */
  /* margin: 30px 70px; */
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.vjs-sina-inster-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.vjs-sina-inster-background {
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0; /* Safari 5.1 - 6.0 */ /* Opera 11.1 - 12.0 */ /* Firefox 3.6 - 15 */
  background: linear-gradient(0deg, rgba(72,72,72,0.00) 0%, rgba(60,60,60,0.28) 42%, rgba(0,0,0,0.50) 100%); /* 标准的语法 */
}

.vjs-sina-receptor-container {
  height: 100%;
  width: 100%;
}

.vjs-sina-common-container {
  position: absolute;
}

/* 倒计时 */
.vjs-sina-timerclock-container {
  float: left;
  height: 14px !important;
  width: 99px !important;
  margin-top: 6px;
  letter-spacing: 0px;
}
.vjs-sina-timerclock-cha {
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
}
.vjs-sina-timerclock-num {
  color: #e8441f;
  font-size: 14px;
  line-height: 14px;
  margin: 0 1px;
}

/* 了解详情 */
.vjs-sina-knowdetails-container {
  position: absolute !important;
  height: 25px !important;
  width: 206px !important;
  top: 5px;
  right: 5px;
  z-index: 1;
}
.vjs-sina-knowdetails-button {
  background: #0087F3;
  border-radius: 100px;
  width: 96px;
  height: 25px;
  margin-left: 10px;
  cursor: pointer;
  float: left;
}
.vjs-sina-knowdetails-button:before {
  line-height: 25px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  content: "\4E86\89E3\8BE6\60C5   >";
}

/* 前插片 */
.vjs-sina-common-img-vhead {
  height: 100%;
  width: 100%;
}

/* pause */
.vjs-sina-common-vpause {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
/* 播放中 & 播放完毕 是没有暂停广告的 */
.vjs-playing .vjs-sina-common-vpause,
.vjs-ended .vjs-sina-common-vpause {
  display: none;
}

/* banner */
.vjs-sina-common-vbanner {
  bottom: 48px;
  left: 50%;
  transform: translate(-50%);
}
.vjs-sina-common-img-vbanner {
  width: 468px;
  height: 60px;
}
.vjs-sina-common-vbanner .vjs-sina-timerclock-container {
  position: absolute;
  right: 14px;
  /* top: 5px; */
  margin-top: 3px;
}

/* corner */
.vjs-sina-common-vcorner {
  bottom: 48px;
  left: 0px;
}
.vjs-has-started.vjs-user-inactive .vjs-sina-common-vcorner{
  /* 移动属性 ，移动方向是在竖直方向上，*/  
  transition: all 1s;
  transform:translate(0,48px);
  -moz-transform: translate(0,48px);              
  -webkit-transform: translate(0,48px);
  -ms-transform: translate(0,48px);
  -o-transform: translate(0,48px);
}
/* 前插广告播放中 & 暂停播放 & 播放完毕时 是没有挂角广告的 */
.vjs-ad-playing .vjs-sina-common-vcorner,
.vjs-paused .vjs-sina-common-vcorner,
.vjs-ended .vjs-sina-common-vcorner {
  opacity: 0;
}
.vjs-sina-common-img-vcorner {
  width: 80px;
  height: 60px;
}

/* 公共样式 */
.vjs-sina-common-close-button {
  font-size: 10px;
  background-color: #33333380;
  color: #ffffff50;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px;
  opacity: 0;
  visibility: visible;
}
.vjs-sina-common-close-button-animate {
  opacity: 1;
  visibility: visible;
  transition: visibility 1s, opacity 1s;
}
.vjs-sina-common-close-button:hover{
  color: #fffefe9f;
}
.forbidden-events {
  pointer-events: none; 
}/* screen-top-display  */
.vjs-sina-screentop-display {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0.63em;
  padding-left: 0.63em;
  padding-right: 0.63em;
  height: 4.38em;
  width: 100%;
  color: #FFFFFF;
  font-size: 1.4em;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: linear-gradient(0deg, rgba(72, 72, 72, 0.00) 0%, rgba(60, 60, 60, 0.28) 42%, rgba(0, 0, 0, 0.50) 100%);
  /* 标准的语法 */
}

.vjs-sina-screentop-title {
  text-align: left;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
  display: inline-block;
  overflow: hidden;
  /*内容超出后隐藏*/
  text-overflow: ellipsis;
  /* 超出内容显示为省略号*/
  white-space: nowrap;
  /*文本不进行换行*/
  width: 80%;
  padding-top: 0.1em;
}

.vjs-sina-screentop-systime {
  opacity: 1;
  visibility: visible;
  float: right;
  right: 0.63em;
}

/* 全屏下占比 */
.vjs-sina-screentop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.vjs-sina-screentop-ratio {
  opacity: 1;
  visibility: visible;
  float: right;
  right: 4.5em;
}

.vjs-sina-screentop-ratio label {
  margin-right: 0.81em;
}

.vjs-sina-screentop-ratio input[type="radio"] {
  display: none
}

.vjs-sina-screentop-ratio input:hover+span,
.vjs-sina-screentop-ratio input:checked+span {
  color: #009AFF;
}

.vjs-sina-screentop-ratio-50 {
  width: 50%;
  height: 50%;
}

.vjs-sina-screentop-ratio-75 {
  width: 75%;
  height: 75%;
}

.vjs-sina-screentop-ratio-100 {
  width: 100%;
  height: 100%;
}

.video-js.vjs-user-active.vjs-has-started .vjs-sina-screentop-display{
  opacity: 1;
  visibility: visible;
  transition: visibility 1s, opacity 1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-sina-screentop-display{
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

/* 广告mode下，screen-top都隐藏 */
.video-js.vjs-ad-playing.vjs-user-active .vjs-sina-screentop-display,
.video-js.vjs-ad-playing.vjs-user-inactive .vjs-sina-screentop-display,
.video-js.vjs-ad-playing.vjs-sina-screentop-display{
  visibility: hidden;
  opacity: 0;
}.vjs-sina-background {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  top: 0px;
  bottom: 48px;
  left: 0px;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.vjs-sina-playlist-wrapper {
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.vjs-sina-playlist {
  width: 500px;
  /* height:290px; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* rowspace 10px linespace 9px */
.vjs-sina-playlist-item {
  position: relative;
  cursor: pointer;
  width: 160px;
  height: 90px;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  margin: 3px 3px;
  padding: 2px 2px;
  letter-spacing: 0;
}

.vjs-sina-playlist-item:hover {
  cursor: pointer;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}


.vjs-sina-playlist-img {
  pointer-events: none;
}

.vjs-sina-playlist-p {
  position: absolute;
  pointer-events: none;
  font-size: 12px;
  line-height: 16px;
  width: 144px;
  height: 32px;
  z-index: 2;
  left: 6px;
  top: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-shadow:#000 1px 1px 1px;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
   /* autoprefixer: off */
   -webkit-box-orient: vertical;
   /* autoprefixer: on */
}
