@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?qg7xtb');
    src:    url('fonts/icomoon.eot?qg7xtb#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?qg7xtb') format('truetype'),
        url('fonts/icomoon.woff?qg7xtb') format('woff'),
        url('fonts/icomoon.svg?qg7xtb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon {
	font-family: 'control';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-pause:before {
    content: "\ea1d";
}
.icon-volume-mute:before {
    content: "\ea2a";
}
.icon-play:before {
    content: "\ea1c";
}
.icon-volume:before {
    content: "\ea27";
}
.icon-expand:before {
    content: "\e989";
}
.icon-contract:before {
    content: "\e98a";
}
.icon-stop:before {
	content: "\e606";
}
.icon-upload:before {
	content: "\e607";
}
/* End font style */
video::-webkit-media-controls {
	display:none !important;
}
body,
.pure-g [class *= "pure-u"],
.pure-g-r [class *= "pure-u"] {
	/* Set your content font stack here: */
	font-family: "微软雅黑", Arial, sans-serif;
}
body {
	background-color: #656765;
}
.wrapper {
	max-width: 600px;
	margin: 60px auto 0;
}
#player {
	background-color: #1b1b1b;
}
.player {
	position: relative;
	font-size: 0;
}
#controller {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}
.icon {
	font-size: 18px;
	line-height: 30px;
	color: #999;
}
.icon:hover {
	cursor: pointer;
}
.icon-play,
.icon-pause,
.icon-stop {
	float:left;
	padding-left: 5px;
}
.icon-expand,
.icon-contract {
	font-size: 16px;
	float: right;
	padding-right: 10px;
}
.icon-upload {
	float: right;
	padding-right: 10px;
}
#file {
	visibility: hidden;
}
#timer{
	float: left;
}
#volume {
	float: right;
	margin-right: 10px;
}
#timer {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #999;
	vertical-align: top;
	margin-right: 15px;
}

.controlBar {
	background: #999;
	height: 6px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.controlInner {
	height: 6px;
	background: #2187e7;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 6px 1px rgba(0,198,255,0.7);
	-webkit-transition: width 0.1s;
	transition: width 0.1s;
}

#progressBar {
	margin: 12px 20px 12px 5px;
}
#innerBar {
	width: 0%; /* 播放进度默认为0 */
}

#volume-control {
	float:left;
	width: 35%;
	margin: 12px 0 12px 3px;
}
#volume-inner {
	width: 100%; /* 音量默认100% */
}

/* fix bug in linux */
.overflow-h {
	overflow: hidden;
}