/**
 * Copyright 2024 Beijing Volcano Engine Technology Co., Ltd. All Rights Reserved.
 * SPDX-license-identifier: BSD-3-Clause
 */

@import url(./reset.css);
@import url(./header.css);
@import url(./player.css);
@import url(./control.css);
@import url(./pannel.css);
@import url(./modal.css); 
 
*{padding:0px; margin: 0px;}
body{overflow: hidden;} 


.subtitleRow{  display: table; position:absolute; bottom: 80px; left: 0px; margin:10px; }

.subtitleRow .bg{ position: absolute; background-color: #000; opacity: 0.5; width: 100%; height:100%;  display: table-cell; z-index:1; border-radius: 10px; }
.subtitleRow .subtitle{ position: relative;  left: 0px; top:0px; z-index: 2;display: table-cell;  padding:10px; color:#fff; font-size:14px; line-height: 21px;  } 

#offline{ position: absolute; left: 0px; top:0px;   width: 100%; height:100%; background:url(https://cpjlsign.oss-cn-beijing.aliyuncs.com/test/bingxin.jpg) center center no-repeat; background-size: cover;  z-index: 9;  }
#offline video{width: 100vw;   height: 100vh;   background:#000;    }   

video::-webkit-media-controls {
    display: none; /* Chrome, Safari, Opera */  
  }

  video::-moz-media-controls {
    display: none; /* Firefox */
  }

  video::-ms-media-controls {
    display: none; /* IE/Edge */
  } 