.jAudio--player {
	position: fixed;
	width: 100%; left: 0; right: 0; 
	height: 100%; margin: 0 auto;
	background: #A0A0A0;
}
.jAudio--player .jAudio--ui {
	position: relative;
	width: 100%;
}
.jAudio--player .jAudio--status-bar {
	width:1030px; margin: 0 auto;
	z-index: 1;
	padding-top: 24%;
}
.jAudio--player .jAudio--controls {
	position: fixed;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 10%;
	z-index: 999;
	width: 1020px;
}
.jAudio--player .jAudio--controls ul {
	margin: 0 auto;
	height: 60px;
	text-align: center;
	display: inline-block;
}
.jAudio--player .jAudio--controls li {
	display: inline-block;
}
.jAudio--player .jAudio--thumb {
	width: 500px;
	height: 500px;
	overflow: hidden;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 16px;
	background-color: #BCBCBC;
	z-index: 99;
	position: absolute;
	left: -36px;
	right: 0;
	top: 55px;
}
.jAudio--player .jAudio--time {
	display: table;
	width: 100%;
}
.jAudio--player .jAudio--time .jAudio--time-elapsed {
	text-align: left;
}
.jAudio--player .jAudio--time .jAudio--time-total {
	text-align: right;
}
.jAudio--player .jAudio--details p {
	width: 100%;
}
.jAudio--player .jAudio--details p span {
	display: block;
}
.jAudio--player .jAudio--progress-bar .jAudio--progress-bar-wrapper {
	width: 100%;
	position: relative;
	cursor: pointer;
	height: 10px;
	border-radius: 4px;
	background-color: #BCBCBC;
}
.jAudio--player .jAudio--progress-bar .jAudio--progress-bar-played {
	height: 10px;
	background: #FFF;
	position: relative;
	border-radius: 10px;
	margin-left: 0px;
}
.jAudio--player .jAudio--progress-bar .jAudio--progress-bar-pointer {
	height: 28px;
	width: 28px;
	margin-top: -14px;
	top: 50%;
	border-radius: 50%;
	position: absolute;
	right: 0;
	background: #fff;
}
.jAudio--player .jAudio--playlist {
	background: #fff;
}
.jAudio--player .jAudio--playlist .jAudio--playlist-item.active {
	background: #f55c5c;
	border-bottom-color: #f55c5c;
}
.jAudio--player .jAudio--playlist .jAudio--playlist-thumb {
	float: left;
	display: table;
}
.jAudio--player .jAudio--playlist .jAudio--playlist-thumb img {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	float: left;
	margin-right: 10px
}
.jAudio--player .jAudio--playlist .jAudio--playlist-meta-text h4 {
	color: #000;
}
.jAudio--player .jAudio--playlist .jAudio--playlist-meta-text p {
}
.jAudio--player .jAudio--controls ul li {
	width: 60px;
	height: 60px;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	margin-left: 170px;
}
.jAudio--player .jAudio--controls ul li:nth-child(1) {
	margin-left: 0px;
}
.btn:active {
	background: #f5f5f5;
}
.jAudio--details p {
	font-size: 55px;
	text-align: center; line-height: 80px;
	color: #FFF;
}
.jAudio--playlist {
	display: none;
}
button {
	border: none;
}
#btn-prev {
	width: 60px;
	height: 60px;
	background: url(../images/prev.png) center center;
	background-size: 100% 100%;
}
#btn-play {
	width: 60px;
	height: 60px;
	background: url(../images/play.png) center center;
	background-size: 100% 100%; position: relative;
}
#btn-pause {
	width: 60px;
	height: 60px;
	background: url(../images/pause.png) center center;
	background-size: 100% 100%; position: relative;
}
#btn-next {
	width: 60px;
	height: 60px;
	background: url(../images/next.png) center center;
	background-size: 100% 100%;
}

#btn-pause span, #btn-play span { border: 2px solid #FFFFFF; padding: 20px; border-radius: 50%; position: absolute; top: 0px; left: 0; width: 100%; height: 100%;    transform: translate(-25%,-25%); margin-left: 4px; margin-top: 2px;}

.jAudio--progress-bar{ margin-top: 16px;}
.audio_body_db {
	width: 100%;
	height: 587px;
	background: url(../images/huyanglin_08.png) center center no-repeat;
	margin-top: 220px;
	position: relative;
}
.time_1, .time_2 {
	position: absolute;
	color: #FFF;
	top: 0;
	width: 100px;
	font-size: 36px;
	height: 40px;
	line-height: 40px;
}
.time_1 {
	left: 0;
	text-align: left;
}
.time_2 {
	right: 0;
	text-align: right;
}
.jAudio_z {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 20%;
	width: 1020px;
	box-sizing: border-box;
	padding-left: 130px;
	padding-right: 130px;
	margin-top: 10px;
	height: 40px;
}
.jAudio--player .jAudio--thumb {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.jAudio--player .jAudio--progress-bar .jAudio--progress-bar-played {
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.jAudio--player .jAudio--playlist .jAudio--playlist-item {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.jAudio--player .jAudio--playlist .jAudio--playlist-item * {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
