@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg)
	}
	
	100% {
		-moz-transform: rotate(359deg)
	}
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg)
	}
	
	100% {
		-webkit-transform: rotate(359deg)
	}
}
@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg)
	}
	
	100% {
		-o-transform: rotate(359deg)
	}
}
@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg)
	}
	
	100% {
		-ms-transform: rotate(359deg)
	}
}
@keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	
	100% {
		transform: rotate(359deg)
	}
}
.icon-c-loading:before {
  content: "\e983";
}
.icon-c-enlarge:before {
  content: "\e989";
}
.icon-c-shrink:before {
  content: "\e98a";
}
.icon-c-play:before {
  content: "\ea1c";
}
.icon-c-pause:before {
  content: "\ea1d";
}
.icon-c-previous:before {
  content: "\ea23";
}
.icon-c-next:before {
  content: "\ea24";
}
.icon-c-voice:before {
  content: "\ea27";
}
.icon-c-mute:before {
  content: "\ea2a";
}
.icon-c-refresh:before {
  content: "\ea2e";
}


.cool-play {
	width: 100%;
	height: 100%;
	position: relative;
}
.cool-play:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
.cool-play .cool-title {
	width: 100%;
	height: 3.333em;
	background-color: rgba(130, 129, 129, 0.8);
	position: relative;
	line-height: 3.333em;
	z-index: 2;
	color: #fff;
	opacity: 0;
	transition: opacity 0.8s;
	-webkit-transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-ms-transition: opacity 0.8s;
}
.cool-play .cool-title span {
	padding-left: 1.666em;
}
.cool-play .cool-video .icon-c-loading {
	color: #FF6600;
	top: 50%;
	left: 50%;
	position: absolute;
	font-size: 3.333em;
	margin-left: -1.666em;
	margin-top: -1.666em;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: none;
}
.cool-play .video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
}


.cool-module {
	width: 100%;
	background-color: rgba(130, 129, 129, 0.8);
	bottom: 0px;
	left: 0px;
	position: absolute;
	opacity: 1;
	
	
	color: #fff;
	transition: opacity 0.8s;
	-webkit-transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-ms-transition: opacity 0.8s;
}
.cool-module a {
	cursor: pointer;
}
.cool-btn {
	height: 3.166em;
}
.cool-play:hover .cool-title {
	opacity: 1;
}
.cool-play:hover .cool-module {
	opacity: 1;
}
.cool-btn .btn a {
	font-size: 2em;
	line-height: 1.7;
	padding-left: 0.833em;
	padding-right: 0.833em;
	display: inline-block;
}
.cool-btn .cool-btn-left {
	display: inline-block;
	padding-left: 0.833em;
	float: left;
}
.cool-btn .cool-btn-center {
	display: inline-block;
	line-height: 3.166em;
	float: left;
	font-size: 1em;
	color: #FFFFFF;
	margin-left: 1.666em;
}
.cool-btn .cool-btn-right {
	display: inline-block;
	float: right;
	padding-right: 0.833em;
}
.cool-btn a:hover {
	color: #ff5500;
}


.cool-module .cool-progress {
	width: 100%;
	height: 4px;
	background-color: #fff;
	display: block;
	position: relative;
}
.cool-module .cool-progress .cool-played {
	background-color: #ff6600;
	height: 100%;
	width: 0%;
	position: absolute;
	
}
.cool-module .cool-progress .cool-drag {
	height: 0.666em;
	width: 0.666em;
	border-radius: 100%;
	background-color: #fff;
	top: -2px;
	position: relative;
	margin-left: 0%;
	position: absolute;
	display: none;
}
.voice{
	position: relative;
}
.voice:hover .c-voice{
	display: block;
}
.c-voice{
  position: absolute;
  width: 3.333em;
  height: 10em;
  background-color: rgba(130, 129, 129, 0.8);
  bottom: 3.166em;
  left: 0;
  display: none;
}
.c-voice-triangle{
	  position: absolute;
    bottom: -6px;
    left: 1em;
    width: 0;
    height: 0;
    border-left: 0.666em solid transparent;
    border-right: 0.666em solid transparent;
    border-top: 6px solid rgba(130, 129, 129, 0.8);
}
.voice-bar{
  height: 8.333em;
  width: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  bottom: 0.833em;
}
.voice-bared{
  height: 6.666em;
  width: 2px;
  background-color: #f50;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  bottom: 0;
}
.voice-dot{
  position: absolute;
  width: 0.833em;
  height: 0.833em;
  background-color: #fff;
  border-radius: 100%;
  left: -4px;
  top: -5px;
}
.voice-mask{
  height: 8.333em;
  width: 1.666em;
  background-color: red;
  position: absolute;
  bottom: 0.833em;
  left: 50%;
  margin-left: -0.833em;
  opacity: 0;
}
