@charset "UTF-8";
/* CSS Document */
.vdoBr{
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display:block;
    z-index: 0;
    position: absolute; 
    outline: transparent; 
    -ant-user-input: disabled; 
    -ant-highlight-colour: transparent;
	opacity: 0;
}
.bannerContainer{ 
    position: absolute;
    width:100%;
    height:21.22vw;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.72) 40%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.72) 40%,rgba(0,0,0,0.9) 100%);
    
    text-align: center;
    bottom:0;
    z-index: 100000;
    opacity:0;


}
.banTitleContainer{
    position: relative;
    width:100%;
    height:4.25vw;
    font-size: 3.38vw;
    color: #fff;
    text-align: center;
    margin-top: 0vw;
    text-overflow: ellipsis;
    overflow: hidden;
        
}
.banChanContainer{
    position: relative;
    width:100%;
    height:3.25vw;
    font-size: 2vw;
    color: #fff;
    text-align: center;
    margin-top: 0.5vw;
    margin-Bottom: 1vw;
        
}
.banScrubHolder{position: relative;
    width: 100%;
    height: 1.56vw;
    margin-left: auto;
    margin-right: auto;
    
}
.banScrubContainer{
    position: relative;
    width: 70%;
    background: rgba(212,212,212,1.00);
    height: 0.52vw;
    display: inline-block;
   overflow: hidden;
    
}
.bannerTimeL{
    position: relative;
    display: inline-block;
    height:1.56vw;
    line-height: 1.56vw;
    font-size: 1.14vw;
    color:#fff;
    text-align: right;
    margin-right: 0.52vw;

    
}
.bannerTimeR{
    position: relative;
    height:1.56vw;
    line-height: 1.56vw;
    font-size: 1.14vw;
    color:#fff;
    text-align: left;
    margin-left: 0.52vw;
    display: inline-block;
    
}
.banInnerScrub{
    position: relative;
    height:100%;
    background:rgba(255,255,255,1.00);
    width:50%;
    text-align: left;
}
.banInnerScrubSelect{
    position: relative;
    height:100%;
    background:rgba(17,213,69,1.00);
    width:50%;
    text-align: left;
}
.vPlayerHbbtv{
    position: absolute;
    width:100%;
    height:100%;
    z-index: 1;
    transform: translate3d(0,0,0);
    top:0;
    left:0;
    display: block !important;
}
.bannerButContainer{
	position: relative;
	width: 100%;
	height:30vw;
	top:0;
	left:0;
	margin-top: 2vw;
	z-index: 0;
}
.bannerButton{
	position: relative;
	display: inline-block;
	margin-left: 2vw;
	margin-right: 2vw;
	width:3vw;
	height:3vw;
	border-radius: 50%;
	border: 2px solid rgba(58, 245, 177,0);
	z-index: 0;
}
.bannerInnerbut{
	z-index: 0;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
}
.bannerInnerbutHL{
	z-index: 1;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
}
.bannerButHL{
	border: 2px solid rgba(58, 245, 177,1);
	transform: perspective(10vw) translate3d(0, 0,1.5vw);
}
.scrubPos{
	position: absolute;
    width: 1px;
    height: 1px;
    top: -1vw;
    z-index: 10;
    border: 0.8vw solid rgba(152,147,147,0);
    border-top: 0.8vw solid rgba(152,147,147,1.00);
	opacity: 0 ;
}
.vjs-loading-spinner {
    border: none;
}
.spinner-logo {
    position: absolute;
    width: 200px;
    height: 100px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}