.audioplayer {
	color: #fff;
	position: absolute;
	z-index: 63;
}

.bgMuImg {
	top: 42%;
	left: 50%;
}

.audioplayer-mini {
	width: 2.5em; /* 40 */
	margin: 0 auto;
}

.audioplayer>div {
	position: fixed;
}

.audioplayer-playpause {
	width: 100%; /* 40 */
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 3;
	top: 50%;
	left: 0;
}

.audioplayer:not  (.audioplayer-mini  ) .audioplayer-playpause {
	border-right: 1px solid #555;
	border-right-color: rgba(255, 255, 255, .1);
}

.audioplayer-mini .audioplayer-playpause {
	width: 100%;
}

.audioplayer-playpause:hover,.audioplayer-playpause:focus {
	
}

.audioplayer-playpause a {
	display: block;
}

.audioplayer-playpause a {
	display: none;
	width: 62px;
	height: 62px;
	background-size: 62px 62px;
	background-image: url(../img/play.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -31px 0 0 -31px;
}

.audioplayer:not  (.audioplayer-playing  ) .audioplayer-playpause a {
	display: block;
	width: 62px;
	height: 62px;
	background-size: 62px 62px;
	background-image: url(../img/play.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -31px 0 0 -31px;
}

.audioplayer-playing .audioplayer-playpause a {
	display: block;
	width: 62px;
	height: 62px;
	background-size: 62px 62px;
	background-image: url(../img/pause.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -31px 0 0 -31px;
}

.audioplayer-playing .audioplayer-playpause a:before,.audioplayer-playing .audioplayer-playpause a:after
	{
	
}

.audioplayer-playing .audioplayer-playpause a:before {
	left: 0;
}

.audioplayer-playing .audioplayer-playpause a:after {
	right: 0;
}

.audioplayer-time {
	width: 67px; /* 70 */
	height: 40px;
	line-height: 2.375em; /* 38 */
	text-align: center;
	z-index: 2;
	bottom: 21%;
}

.audioplayer-time-current {
	border-left-color: rgba(0, 0, 0, .25);
}

.audioplayer-time-duration {
	border-right-color: rgba(255, 255, 255, .1);
	right: 5px;
}

.audioplayer-novolume .audioplayer-time-duration {
	border-right: 0;
	right: 0;
}

.audioplayer-bar {
	height: 2px;
	width: 92%;
	cursor: pointer;
	z-index: 1;
	bottom: 20%;
	left: 4%; /* 110 */
	margin-top: -0.438em;
	background: #585858;
}

.audioplayer-novolume .audioplayer-bar {
	right: 4.375em; /* 70 */
}

.audioplayer-bar div {
	width: 0;
	height: 6px;
	position: absolute;
	padding-top: 5px;
	left: 0;
	top: 0;
}

.audioplayer-bar-loaded {
	border-top: 2px solid #867c7c;
	z-index: 1;
}

.audioplayer-bar-played {
	border-top: 2px solid #f5322e;
	position: fixed;
	z-index: 2;
}

.audioplayer-volume {
	width: 5px; /* 40 */
	height: 5px;
	border-left: 1px solid #111;
	border-left-color: rgba(0, 0, 0, .25);
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	right: 0;
}

.audioplayer-volume:hover,.audioplayer-volume:focus {
	background-color: #222;
}

.audioplayer-volume-button {
	background: none
}

.audioplayer-volume-button a {
	background: none
}

.audioplayer-volume-button a:before,.audioplayer-volume-button a:after {
	content: '';
	position: absolute;
}

.audioplayer-volume-button a:before {
	background: none
}

.audioplayer:not  (.audioplayer-mute  ) .audioplayer-volume-button a:after
	{
	
}

.audioplayer-volume-adjust {
	height: 6.25em; /* 100 */
	cursor: default;
	position: absolute;
	left: 0;
	right: -1px;
	top: -9999px;
	background: #222;
}

.audioplayer-volume:not  (:hover  ) .audioplayer-volume-adjust {
	opacity: 0;
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
	top: auto;
	bottom: 100%;
}

.audioplayer-volume-adjust>div {
	width: 40%;
	height: 80%;
	background-color: #222;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin: 30% auto 0;
}

.audioplayer-volume-adjust div div {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #007fd1;
}

.audioplayer-novolume .audioplayer-volume {
	display: none;
}

.audioplayer-play,.audioplayer-pause,.audioplayer-volume a {
	
}

.audioplayer-bar,.audioplayer-bar div,.audioplayer-volume-adjust div {
	
}

.audioplayer-bar,.audioplayer-volume-adjust>div {
	
}

.audioplayer-volume-adjust div div,.audioplayer-bar-played {
	
}

.audioplayer-volume-adjust {
	
}

.audioplayer *,.audioplayer *:before,.audioplayer *:after {
	color: #979090
}
/* .loading{
	display: block;
width: 80px;
height: 20px;
text-indent: 0px;
position: absolute;
left: 50%;
top: 50%;
margin: -10px 0 0 -40px;
color: #FFF;
} */
/* .loading{
	display: block;
width: 62px;
height: 62px;
background-size: 62px 62px;
background-image:url("../img/loading.png");
background-repeat: no-repeat;
position: absolute;
left: 50%;
top: 50%;
margin: -31px 0 0 -31px;

} */
/*loading音乐转圈样式*/
.loading {
	display: block;
width: 180px;
height: 180px;
text-indent: 0px;
position: absolute;
left: 50%;
top: 50%;
margin: -90px 0 0 -90px;
	BACKGROUND: rgba(0, 0, 0, 0.72);
}
.spinner{
	width: 80px;
height: 20px;
	left: 50%;
top: 50%;
position: absolute;
margin: -10px 0 0 -32px;
}

.spinner > div {
  height: 100%; float:left;
  display: inline-block;
  color: #FFF;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.spinner .rect6 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

@-webkit-keyframes stretchdelay {
      0%, 40%, 100% { -webkit-transform: translateY(-10px) }  
      20% { -webkit-transform: translateY(-20px) }
    }

@keyframes stretchdelay {
      0%, 40%, 100% { 
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
      } 20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
      }
    }
/*loading音乐转圈样式*/