*{
	margin: 0;
	padding: 0;
	font-family: yahei;
}
html{
	height: 99.6%
}
body{
	height: 97%;
}
li{
	list-style: none;
}

/*video主体部分*/
.g-video-div{
	z-index: 2;
    position: fixed;
    top: 120px;
    display: none;
	width: 100%;
	height: 100%;
	padding-top:5px;
	background: rgba(34,34,34,.8);
	color:#fff;
}
.g-video-top{
	width: 980px;
	margin: 0 auto;
	margin-top: 60px;
    background: rgba(20,20,20,.6);
}
.g-video-top video{
	width: 100%;
}

/*video标签样式修改*/
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}
video::-webkit-media-controls-panel{
	background: rgba(0,0,0,0.5);
}

video::-webkit-media-controls-play-button,
video::-webkit-media-controls-mute-button,
video::-webkit-media-controls-fullscreen-button
{
	cursor: pointer;
}

/*video下部工具栏*/
.g-video-tools{
	width: 90%;
	height: 40px;
	margin-left: 30px;
}
.g-video-tools>*{
	float: left;
}
.g-video-name{
	width: 60%;
	display: block;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.g-video-name span{
	font-size: 26px;
	color:#fff;
	line-height: 30px;
}
.g-video-frequency{
	line-height: 40px;
	font-size: 16px;
	color: #999;
	float: right;
}
.g-video-download{
	width: 20px;
	margin-left: 30px;
}
.g-video-download .download-img{
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 9px;
	cursor: pointer;
	background: url(../image/17bim/xz.png);
}
.g-video-download .download-img:hover{
	background: url(../image/17bim/xz_hover.png);
}


/*底边栏推荐视频*/
.g-video-bottom{
    width: 93%;
    height: 210px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    bottom: 154px;
    left: 4%;
}
.g-aside-title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.g-aside-title .g-aside-img{
	display: block;
	margin-top: 15px;
	width: 20px;
	height: 20px;
	background:url(../image/17bim/tuijian.png);
}
.g-aside-title span{
	font-size: 22px;
	color:#fff;
	margin-left: 10px;
}
.g-aside-title>*{
	float: left;
}

/*推荐视频部分*/
.g-aside-content{
	width: 100%;
	margin-left: 20px;
}
.g-aside-content li{
	width: 200px;
	height: 156px;
	display: block;
	margin-right: 20px;
	cursor: pointer;
	float: left;
	/*background: blue;*/
}
.g-aside-content::-webkit-scrollbar{
	width: 8px;
	height: 8px;
}
.g-aside-content::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: rgba(34,34,34,.6);
}
.g-aside-content::-webkit-scrollbar-thumb{
    width: 8px;
    height: 8px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

/*推荐视频细节*/
.g-aside-article{
	width: 100%;
	height: 100%;
	color: #ccc;
	overflow: hidden;
}
.g-aside-article:hover{
	color: #ff6428;
}
.g-aside-article .m-article-img{
	width: 200px;
	height: 110px;
	background:red;
	/*margin-right: 10px;*/
	float: left;
}
.g-aside-article .m-article-explane{
	float: left;
	height: 100%;
	width: 200px;
}
.g-explane-title{
	font-size: 14px;
}



/*关闭视频*/
.u-close-video{
    position: absolute;
    right: 270px;
    top: 0px;
	width: 48px;
	height: 48px;
	margin: 25px 0 0 50px;
    cursor: pointer;
}
.u-close-video b{
	width: 100%;
	height: 100%;
	display: block;
	background: url(../image/17bim/cha.png);
}

.u-close-video:hover b{
	background: url(../image/17bim/cha1.png);
};


