@charset "utf-8";
a:hover{
	text-decoration: none;
}
#willesPlay2{
	/*box-shadow: 0px 0px 15px #333333;*/
	position: relative;
	width: 100%;
	
}


#willesPlay2 .playContent2{
	position: relative;
	height: auto;
	overflow: hidden;
	background:#000;
	cursor: pointer;
	width: 100%
}
#willesPlay2 .playContent2 .turnoff2{
	position: absolute;
	z-index: 10;
	right: -40px;
	top: 50%;
}
#willesPlay2 .playContent2 .turnoff2 li a{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: rgba(0,0,0,.5);
}
#willesPlay2 .playContent2 .turnoff2 li a:hover{
	color: #666;
}
#willesPlay2 .playContent2 .playTip2{

    position: absolute;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font-size: 40px;
    border: 3px solid #FFF;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}
#willesPlay2 .playControll2{
	z-index: 2147483650;
	width: 100%;
	height: 34px;
	bottom: -48px;
	border-radius: 0px 0px 3px 3px;
	-moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;   
}
#willesPlay2 .fullControll2{
	background:rgba(0,0,0,.5);
}
#willesPlay2 .fullControll2 .timebar2 span{
	color: #FFFFFF;
}
#willesPlay2 .playControll2 .playPause2{
	float: left;
	width: 20px;
	height: 25px;
	background: url(/newcijd/images/special/control_01.png) 0px 0px no-repeat;
	margin: 4px;
	cursor: pointer;
}
#willesPlay2 .playControll2 .playIcon{
	background-position: 0px -32px;
}
/*进度条*/
#willesPlay2 .playControll2 .timebar2{
float: left;
width: calc(100% - 115px);
line-height: 30px;
overflow: hidden;
margin: 0 auto;
margin: 0px 0px 0px 10px;
}
#willesPlay2 .playControll2 .timebar2 .progress2{
	float: left;
	width: 68%;
	margin: 10px 10px 10px 25px;
	height: 10px;
	cursor: pointer;
}
#willesPlay2 .playControll2 .timebar2 span{
	float: left;
	width: 8%;
	text-align: center;
}
#willesPlay2 .otherControl2{
	float: right;
	position: relative;
}

#willesPlay2 .otherControl2 span{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	font-size: 20px;
	margin: 1px;
	/*background: url(../images/control_01.png) no-repeat;*/
	cursor: pointer;
}
#willesPlay2 .otherControl2 span:nth-child(1){
	font-size: 28px;
	color: #aace3b;
}
/*#willesPlay .otherControl span:nth-child(2){
	background-position: -171px 0px;
}*/
#willesPlay2 .otherControl2 span:nth-child(2){
	color: #919597;
}
/*音量*/
#willesPlay2 .otherControl2 .volumeBar2{
	display: none;
	position: absolute;
	top: -110px;
	left:4px;
	width: 26px;
	height: 100px;
	background:#f1f2f2;
	border-radius: 4px;
	cursor: pointer;
}
#willesPlay2 .otherControl2 .volumeBar2:after{
	content:"";
	display: block;
	position:absolute;
	bottom: -7px;
	left: 5px;
	width: 0;
    height: 0;
    border-left:8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f1f2f2;
}
#willesPlay2 .otherControl2 .volumeBar2 .volumewrap2{
	background: #a2a7aa;
	width: 8px;
	height: 80px;
	position: absolute;
	bottom: 10px;
	left: 9px;
	border-radius: 4px;
}

#willesPlay2 .otherControl2 .volumeBar2 .progress2{
	background: none;
}
#willesPlay2 .otherControl2 .volumeBar2 .progress-bar2{
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-radius: 4px;
}
video::-webkit-media-controls-enclosure {
    /*禁用播放器控制栏的样式*/
    display: none !important;
}
:-webkit-full-screen{}
@media (max-width: 710px){
	#willesPlay2 .playControll2 .timebar2{margin: 0px 0px 0px 5px;}
	#willesPlay2 .playControll2 .timebar2 .progress2{display: none;}
	.duration{display: none;}
	#willesPlay2 .playContent2 .playTip2{width: 50px;height: 50px;line-height: 45px;font-size: 1.3em;margin-left: -15px;margin-top: -28px;}
}