.audio-player,
.audio-player div,
.audio-player h1,
.audio-player a,
.audio-player img,
.audio-player span,
.audio-player button{margin:0;padding:0;border:none;outline:none;}
div.audio-player{position:relative;width:990px;height:70px;overflow:hidden;margin:40px 0 0 0}
.mejs-container{width:990px !important}
.audio-player h1{position:absolute;top:37px;left:165px;font-family:Helvetica, Arial, sans-serif;font-weight:bold;font-size:14px;color:#ececec;text-shadow:1px 1px 1px rgba(0,0,0, .5);}
.audio-player .cover{position:absolute;top:0;left:0;}
.mejs-controls .mejs-button button{cursor:pointer;display:block;position:absolute;text-indent:-9999px;}
.mejs-controls .mejs-play button,
.mejs-controls .mejs-pause button{width:28px;height:28px;top:25px;left:0;background:transparent url(../img/play.png) center no-repeat;}
.mejs-controls .mejs-pause button{background:url(../img/pausa.png) center no-repeat;}
.mejs-controls .mejs-mute button,
.mejs-controls .mejs-unmute button{width:32px;height:32px;top:22px;left:45px;background:url(../img/volume.png) 0 0;}
.mejs-controls div.mejs-horizontal-volume-slider{position:absolute;top:28px;left:92px;cursor:pointer;}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{width:80px;height:20px;background:#7c8284;}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;width:0;height:20px;top:0;left:0;background:#ea0096;}
.mejs-controls div.mejs-time-rail{width:990px !important}
.mejs-controls .mejs-time-rail span{position:absolute;display:block;height:8px;left:0;top:0;cursor:pointer;}
.mejs-controls .mejs-time-rail .mejs-time-total{background:#cdcdcd;width:990px !important}
.mejs-controls .mejs-time-rail .mejs-time-loaded{width:0;background:#cccccc;}
.mejs-controls .mejs-time-rail .mejs-time-current{width:0;background:#ea0096;}
.mejs-controls .mejs-time-rail .mejs-time-handle,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{position:absolute;display:none;width:12px;height:14px;top:-4px;background:url(../img/handle.png) no-repeat;}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{top:-2px;}
.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;width:33px;height:23px;top:-26px;margin-left:-17px;background:url(../img/time-box.png);}
.mejs-controls .mejs-time-rail .mejs-time-float-current{width:33px;display:block;left:0;top:4px;font-family:Helvetica, Arial, sans-serif;font-size:10px;font-weight:bold;color:#666666;text-align:center;}
.player-collection{/* position:absolute; */ right:17px;width:450px;top:53px}
.player-collection .mejs-container, .player-collection .mejs-controls div.mejs-time-rail, .player-collection .mejs-controls .mejs-time-rail .mejs-time-total{width:450px !important}
.player-collection div.audio-player{width:450px}
.player-collection .mejs-controls .mejs-time-rail span{height:6px}
.player-collection .mejs-controls .mejs-play button, .player-collection .mejs-controls .mejs-pause button{width:18px;height:18px;background-size:100% auto;top:15px}
.player-collection .mejs-controls .mejs-mute button, .player-collection .mejs-controls .mejs-unmute button{background-size:100% auto;width:25px;height:25px;top:12px;left:34px}
.player-collection .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{height:16px;width:60px}
.player-collection .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{height:16px}
.player-collection .mejs-controls div.mejs-horizontal-volume-slider{top:16px;left:70px}