﻿/* 视频video.js样式修改 */
video#my-video{
	width:915px;
	height:1;
}
.vjs-poster{
	background-color: transparent;
}
.my-video-dimensions{
	width:9.15rem;
	height:5.15rem;
}
.video-js .vjs-big-play-button{
    width:100%;
    height:100%;
    text-align:center;
    color:#fff;
    background:url(/Public/img/zhibo/1.png) no-repeat center center;
    background-size:0.68rem;
    background-color:rgba(0,0,0,0.6);
    position:absolute;
    top:0;
    left:0;
    border:0;
    border-radius:0;
    transition:opacity 0.3s;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder{
    display:none;
}
.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{
    transition:opacity 1s;
    background-color:transparent;
    background:none;
}
.video-js .vjs-big-play-button:after{
	pointer-events: none;
	position: absolute;
	width: 100%;
	height:40px;
    line-height:40px;
    font-size:16px;
    background:rgba(0,0,0,0.5);
	border-radius:0;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
	bottom: -50px;
	left: 0;
	padding: 0;
    opacity:0;
	box-shadow: 0 0 0 0 #fff;
	-webkit-transition:bottom 0.2s, opacity 0.2s;
	-moz-transition: bottom 0.2s, opacity 0.2s;
	transition: bottom 0.2s, opacity 0.2s;
}
.video-js .vjs-control-bar{
    height:6em;
}
.vjs-button>.vjs-icon-placeholder:before{
    font-size:2.8em;
    line-height:2.6;
}
.video-js .vjs-control{
    width:6em;
}
.video-js .vjs-time-control{
    font-size:1.6em;
    line-height:4.4em;
    padding:0 0.5em;
}
.vjs-volume-bar.vjs-slider-horizontal{
    width:4.5em;
    height: .3em;
}
.video-js .vjs-volume-bar{
    margin: 2.8em -1.4em;
}
.gyfirstvideo{
    position:relative;
    overflow:hidden;
	padding:0.09rem;
	background:#fff;
	box-shadow:3px 10px 15px #bebebe;
	width:6.96rem;
	padding-bottom:0;
	border-radius:0.02rem;
	margin:0.18rem auto;
}
.gyfirstvideo .videobox{
	width:6.8rem;
	height:3.8rem;
}
.gyfirstvideo .videotext{
	line-height:0.47rem;
	font-size:0.16rem;
	padding-left:0.05rem;
	color:#353535;
}
/*  */
.zblistmain{
	width:3.66rem;
	height:100%;
	display:block;
	padding:0.08rem;
	padding-bottom:0;
	box-shadow:3px 5px 8px #bababa;
	color:#282828;
	border-radius:0.02rem;
	margin-top:0.1rem;
	margin-bottom:0.2rem;
}
.zblistmain .zbimgbox{
	position:relative;
	width:3.5rem;
	height:4.75rem;
}
.zblistmain .zbimgbox .zbceng{
	opacity:1;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(/Public/img/zhibo/1.png) no-repeat center center;
	background-color:rgba(0,0,0,0.6);
	transition:opacity 0.5s;
}
.zblistmain .zbimgbox img{
	width:100%;
}
.zblistmain .zbtextbox{
	line-height:0.43rem;
	font-size:0.14rem;
	color:#353535;
}

.videoCengbox{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:9999;
	display:none;
}
.videoCeng{
	background:rgba(0,0,0,0.6);
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
}
.videoCengbox video{
	position:absolute;
	top:5%;
	left:50%;
	margin-left:-150px;
}
.gytextbox{
	text-align:left;
	padding-top:30px;
	padding-bottom:40px;
	font-size:18px;
	color:#1e1e1e;
	line-height:150%;
	margin:0 auto;
	max-width:1096px;
	width:100%;
	*width:1100px;
}