.pbs-audio .left {
	float: left;
}
.pbs-audio .right{
	float: right;
}
audio.pbs-audio {
	margin-bottom: 10px;
	display: none;
}
.pbs-audio h3.pbs-audio-listen {
	color: #666;
	font-size: 20px;
	font-weight: normal;
    line-height: 60px;
    display: block;
    margin-top: 0;
}
.pbs-audio.audio-player {
	width: 100%;
	height: 60px;
	overflow: hidden;
	background: #e7e6e6;
    position: relative;
}
.pbs-audio .audio-info {
	height: 60px;
	padding-left: 15px;
	box-sizing: border-box;
}
.pbs-audio .audio-time {
	position: absolute;
	bottom: 0;
	right: 113px;
	width: 62px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: #666;
	color: white;
	font-size: 10px;
}
.pbs-audio .play-button {
	width: 60px;
	height: 60px;
	position: relative;
	cursor: pointer;
}
.pbs-audio .play:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid white;
	position: absolute;
	top: 15px;
	left: 20px;
}
.pbs-audio .pause:before, .pause:after {
	content: "";
	width: 7px;
	height: 30px;
	background:  white;
	position: absolute;
	top: 15px;
	left: 21px;
}
.pbs-audio .pause:after {
	left: 32px;
}
.pbs-audio .audio-controls {
	background: #efefef;
	height: 60px;
	width: 113px;
	padding-top: 21px;
    box-sizing: border-box;
	-webkit-user-select: none;
}
.pbs-audio .audio-loading {
	height: 60px;
	position: absolute;
	left: 60px;
	top: 0;
}
.pbs-audio .audio-volume {
	width: 61px;
	height: 16px;
	border: 1px solid #a5a4a4;
	padding: 1px;
	box-sizing: content-box;
	margin-right: 10px;
	float: right;
	cursor: pointer;
}
.pbs-audio .volume-control {
	height: 16px;
	cursor: pointer;
}

.pbs-audio .volume-icon {
	position: relative;
	border: 1px solid transparent;
	display: inline-block;
	box-sizing: content-box;
	vertical-align: top;
	transition: all .4s;
	background-color: transparent;
	margin-top: -5px;
	overflow: hidden;
}
.pbs-audio .v-icon {
	width: 0;
	height: 0;
	border: 5px solid;
	border-left: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
	padding: 3px 2px;
	box-shadow: inset 4px 0;
	margin: 5px 15px 4px 8px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-style: normal;
	color: #989898;
	cursor: pointer;
}
.pbs-audio .v-icon * {
	box-sizing: border-box;
}
.pbs-audio .v-icon:after, .v-icon:before, .v-icon span {
	border: 2px solid;
}
.pbs-audio .v-icon:after, .v-icon:before, .v-icon span {
	content: '';
	pointer-events: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	height: 6px;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	left: 2px;
}
.pbs-audio .v-icon:before {
	left: 0px;
}
.pbs-audio .v-icon:after, .v-icon span  {
	width: 33px;
	height: 18px;
	left: -13px;
}
