@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

#willesPlay {
	position: fixed;
	top: 50%;
	z-index: 23;
	left: 50%;
	width: 900px;
	height: 550px;
	margin-top: -280px;
	margin-left: -480px;
	display: none;
}

#willesPlay .close {
	position: absolute;
	top: 0px;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	right: -75px;
	font-size: 25px;
	color: #fff;
	cursor: pointer;
	background: url(../images/vi-close.png) no-repeat center center;
}


/*æ’­æ”¾å™¨å¤´éƒ¨*/

#willesPlay .playHeader {
	width: 100%;
	height: 48px;
	background: url(../images/playheader.jpg) repeat-x;
	border-radius: 3px 3px 0px 0px;
}

#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: 507px;
	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);
}

#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: #ef6a6c;
	font-size: 60px;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: none !important;
}

#willesPlay .playControll {
	position: absolute;
	z-index: 2147483650;
	width: 100%;
	height: 48px;
	bottom: -48px;
	background: url(../images/playheader.jpg) repeat-x;
	border-radius: 0px 0px 3px 3px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#willesPlay .fullControll {
	background: rgba(0, 0, 0, .5);
}

#willesPlay .fullControll .timebar span {
	color: #FFFFFF;
}

#willesPlay .playControll .playPause {
	float: left;
	width: 20px;
	height: 25px;
	background: url(../images/control_01.png) 15px 14px no-repeat;
	/* margin: 11px 0px 0px 12px; */
	cursor: pointer;
	width: 48px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#willesPlay .playControll .playIcon {
	background-position: 16px -23px;
}


/*è¿›åº¦æ¡*/

#willesPlay .playControll .timebar {
	line-height: 48px;
	overflow: hidden;
	margin: 0 auto;
	margin-left: 48px;
	margin-right: 99px;
	position: relative;
	padding-left: 64px;
	padding-right: 64px;
}

#willesPlay .playControll .timebar .progress {
	/* float: left; */
	/* width: 77%; */
	margin: 19px 0.5%;
	height: 10px;
	cursor: pointer;
}

#willesPlay .playControll .timebar span {
	float: left;
	width: 60px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 48px;
}

#willesPlay .playControll .timebar span.duration {
	left: auto;
	right: 0px;
}

#willesPlay .otherControl {
	float: right;
	position: relative;
	width: 93px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#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) {
	font-size: 28px;
	color: #ff9900;
}

#willesPlay .otherControl span:nth-child(2) {
	color: #919597;
}

#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: none;
}

#willesPlay .otherControl .volumeBar .progress-bar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-radius: 4px;
}

video::-webkit-media-controls-enclosure {
	display: none !important;
}

:-webkit-full-screen {}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-volume-down:before {
	content: "\e037";
}

.glyphicon-fullscreen:before {
	content: "\e140";
}

.glyphicon-volume-up:before {
	content: "\e038";
}

.glyphicon-volume-off:before {
	content: "\e036";
}

.progress-bar {
	height: 100%;
	background: #ff9900;
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

@media only screen and (min-width: 0px) and (max-width: 1280px) {
	#willesPlay {
		width: 700px;
		margin-left: -350px;
		height: 440px;
	}
	#willesPlay .playContent {
		height: 394px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
	#willesPlay {
		width: 600px;
		margin-left: -300px;
		height: 385px;
	}
	#willesPlay .playContent {
		height: 338px;
	}
	#willesPlay .playControll .timebar .progress,
	#willesPlay .playControll .timebar {
		display: none !important;
	}
}

@media only screen and (min-width: 0px) and (max-width:640px) {
	#willesPlay .playControll {
		display: none;
	}
	#willesPlay {
		width: 320px;
		margin-left: -160px;
		height: 228px;
		margin-top: -80px;
	}
	#willesPlay .playContent {
		height: 180px;
	}
}