div.maudio .audio{height:0;overflow:hidden;display:none;}
div.maudio .audio-control{
  overflow:hidden;
  margin-top:4px;
  font-size: 12px;
  font-weight: normal;
}
div.maudio .audio-control a,
div.maudio .audio-control div{ 
  float:left;
  margin:0 5px;
  cursor:pointer;
}
div.maudio .audio-control a{
  display:block;
  background:url(../img/audio_icon.png) no-repeat 0 0;
  width:30px;
  height:30px;
  text-align:center;
  text-decoration:none;
  overflow:hidden; 
}
div.maudio .audio-control a.play{
  border-radius:50%;
  background-color:#3e8042 !important; width:40px; height:40px;
        background: url(../images/play_border.svg) no-repeat 15px center;
    background-size: auto 18px;
}
div.maudio.playing .audio-control a.play{
  background: url(../images/pause_border.svg) no-repeat center center; background-size: auto 18px;
}

div.maudio .audio-control a.fast-next, div.maudio .audio-control a.fast-prev{ margin-top: 5px;  border-radius:50%;  background-color:#aaaaaa !important; background: url(../images/pre_play.svg) no-repeat 8px center;  background-size: auto 14px; transition:all 0.175s ease;  }
	
div.maudio .audio-control a.fast-next{  background: url(../images/next_play.svg) no-repeat 11px center;  background-size: auto 14px; }
div.maudio .audio-control a.fast-next:hover, div.maudio .audio-control a.fast-prev:hover{ background-color:#3e8042 !important; }

div.maudio .audio-control a.fast-reverse,
div.maudio .audio-control a.fast-forward{
  width:17px;
  height:17px;
  margin-top:7px;
  background-position:-50px 1px;
}
div.maudio .audio-control a.fast-reverse{
  background-position:-50px -59px;

}
div.maudio .audio-control a.fast-forward:hover{
  background-position:-50px -29px;
}
div.maudio .audio-control a.fast-reverse:hover{
  background-position:-50px -89px;
}

div.maudio .audio-control .progress-bar{
 
  height:8px;
  margin:16px 5px;
  border-radius:0px;
  background:#f3f3f3;
  overflow:hidden; width: calc(100% - 270px); min-width:100px; 
}
div.maudio .audio-control .progress-pass{
  width:0;
  height:8px;
  margin:0;
  border-radius:0px;
  background:#3d7e41; 
}
div.maudio .audio-control .time-keep{
  height:30px;
  line-height:30px;
  color:#45556c;
  cursor:default; padding-top:5px;
}
div.maudio .audio-control .mute{
  width:21px;
  height:17px;
  margin-top:7px;
  background-position:0 -60px; display:none;
}
div.maudio .audio-control .mute.muted{
  background-position:0 -90px;
}
div.maudio .audio-control .volume-bar{
  width:50px;
  height:5px;
  margin-top:13px;
  border-radius:2px;
  background:#afafaf; display:none;
}
div.maudio .audio-control .volume-pass{
  width:100%;
  height:5px;
  margin:0;
  border-radius:2px;
  background:#e6183f;
}