.player-audio{
    background: #e5e5e5;
    height: 24px;
    width: 290px;
    border-radius: 5px;
    position: absolute;
    right: 5px;
    margin-top: 6px;
    display: none;
    overflow: hidden;
}
.play-icon {
    width: 41px;
    height: 24px;
    display: block;
    background: transparent url('/i/back-play.png') 0 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.icon-play{
    width: 10px;
    height: 14px;
    background: transparent url('/i/play.png') 50% 50% no-repeat;
    position: absolute;
    top: 5px;
    right: 12px;

}
.playing .icon-play{
    background: transparent url('/i/pause.png') 50% 50% no-repeat;
}
.player-audio .track-container{
    position: absolute;
    top: 2px;
    left: 50px;
    height: 20px;
    width: 195px;
    box-sizing: border-box;
    z-index: 9;
    background: rgba(255,255,255,.1);
}
.track-position{
    background: rgba(85,120,175,.3);
    height: 20px;
    width: 0;
}
.br-duration{
    display: none;
}
.volume{
    position: absolute;
    top: 0;
    left: 0;
    width: 47px;
    height: 24px;
    background: transparent url('/i/volume.png') 0 0 no-repeat;
    z-index: 3;
}

.vol-inner{
    height: 24px;
    width: 34px;
    margin-left: 5px;
    position: relative;
}
.vol-position{
    background: #666;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 24px;


}
.vol-position:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 24px;
    width: 34px;
    background: transparent url('/i/volume.png') 50% 50% no-repeat;

}

.player-audio .info{
    position: absolute;
    top: 2px;
    left: 50px;
    height: 20px;
    background: #fff;
    border: 1px solid #ccc;
    width: 195px;
    box-sizing: border-box;
    padding: 0 3px;
    font: 12px/18px Arial, sans-serif;
    color: #666;
    cursor: default;
    z-index:1;
}
.player-audio .info .current-time{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 3px 0 12px;
    background: #fff;
 }

ul.linked-items li .player-audio{
    margin-top: 24px;
    left: -44px;
    right: auto;
    position: relative;
}