@charset "utf-8";


#willesPlay {
	position: relative;
	padding-bottom: 45px;
}

#willesPlay .playHeader {
	width: 100%;
	height: 48px;
	background: url(../img/playheader.jpg) repeat-x;
	border-radius: 3px 3px 0 0
}

#willesPlay .playHeader .videoName {
	font-size: 16px;
	width: 400px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin: 0 auto;
	color: #7a7f82
}

#willesPlay .playContent {
	position: relative;
	height: auto;
	overflow: hidden;
	background: #000;
	cursor: pointer
}

#willesPlay .playContent .turnoff {
	position: absolute;
	z-index: 10;
	right: -40px;
	top: 50%;
	margin-top: -90px
}

#willesPlay .playContent .turnoff 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)
}

.progress-bar-danger {
	background: #ddd;
}
#willesPlay .playContent .turnoff li a:hover {
	color: #666
}

#willesPlay .playContent .playTip {
	position: absolute;
	width: 110px;
	height: 110px;
	text-align: center;
	line-height: 110px;
	top: 50%;
	left: 50%;
	margin-left: -55px;
	margin-top: -55px;
	background: url('../img/sanjr.png') no-repeat center rgba(255,255,255,.5);
	background-size: 70%;
	font-size: 0;
	border: 3px solid #fff;
	border-radius: 50%;
	color: #fff;
	cursor: pointer
}

#willesPlay .playControll {
	position: absolute;
	z-index: 2147483650;
	width: 100%;
	height: 48px;
	bottom: 0;
	background: url(../img/playheader.jpg) repeat-x;
	border-radius: 0 0 3px 3px;
	-moz-user-select: none;
	-webkit-user-select: none;
	z-index: 10;
	user-select: none
}

#willesPlay .fullControll {
	background: rgba(0,0,0,.5)
}

#willesPlay .fullControll .timebar span {
	color: #fff
}

#willesPlay .playControll .playPause {
	float: left;
	width: 20px;
	height: 25px;
	background: url(../img/control_01.png) 0 0 no-repeat;
	margin: 11px 0 0 12px;
	cursor: pointer
}

#willesPlay .playControll .playIcon {
	background-position: 0 -32px
}

#willesPlay .playControll .timebar {
	float: left;
	width: calc(100% - 145px);
	line-height: 48px;
	overflow: hidden;
	margin: 0 auto;
	margin: 0 0 0 20px
}

#willesPlay .playControll .timebar .progress {
	float: left;
	width: 80%;
	margin: 19px 5px;
	height: 10px;
	cursor: pointer
}

#willesPlay .playControll .timebar span {
	float: left;
	width: 8%;
	text-align: center
}

#willesPlay .otherControl {
	float: right;
	position: relative
}

#willesPlay .otherControl span {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	font-size: 20px;
	margin: 9px 7px;
	cursor: pointer
}

#willesPlay .otherControl span:nth-child(1) {
	background: url('../img/lric1.png') no-repeat center;
	background-size: 85%;
}

#willesPlay .otherControl span:nth-child(2) {
	background: url('../img/lric2.png') no-repeat center;
	background-size: 80%;
}

#willesPlay .otherControl .volumeBar {
	display: none;
	position: absolute;
	top: -110px;
	left: 4px;
	width: 26px;
	height: 100px;
	background: #f1f2f2;
	border-radius: 4px;
	cursor: pointer
}

#willesPlay .otherControl .volumeBar: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
}

#willesPlay .otherControl .volumeBar .volumewrap {
	background: #a2a7aa;
	width: 8px;
	height: 80px;
	position: absolute;
	bottom: 10px;
	left: 9px;
	border-radius: 4px
}

#willesPlay .otherControl .volumeBar .progress {
	background: 0 0
}

#willesPlay .otherControl .volumeBar .progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 4px
}

video::-webkit-media-controls-enclosure {
	display: none!important
}

:-webkit-full-screen {
}



@media screen and (max-width: 767px) {
	#willesPlay .playControll .timebar .progress {
		float: left;
		width: 50%;
		margin: 19px 5%;
		height: 10px;
		cursor: pointer;
	}

	#willesPlay .playControll .timebar span {
		float: left;
		width: 20%;
		text-align: center
	}
}