.player{background:#252525;padding-top:10px;}
.player-progress-bg{position: relative;margin: 0px 10px 10px;background:#666;height: 8px;border-radius: 5px}
.player-progress{width: 0%;background: #ddb413;height: 100%;border-radius: 5px;}
.player-bar{display: inline-block;width: 16px;height: 16px;position: absolute;left: 0%;margin-left: -8px;top: -4px;background: #fafafa;opacity: 1;border-radius: 50px;box-shadow: #fafafa 0 0 5px;}
.player-btn a,.player-btn span{display: inline-block;}
.player-btn{padding-bottom:0px}
.player-up{margin-left: 10px;width: 32px;height: 32px;background: url(../images/palyer-pre.png) no-repeat;background-size: 100%;}
.player-down{width: 32px;height: 32px;background: url(../images/palyer-next.png) no-repeat;background-size: 100%;}
.player-play{width:40px;height: 40px;background: url(../images/player-play.png) no-repeat;background-size: 100%;position: relative;top: 3px}
.player-pause{width:40px;height: 40px;background: url(../images/player-pause.png) no-repeat;background-size: 100%;position: relative;top: 3px}
.player-btn .otherb{line-height: 45px;float: right;margin-right: 10px;color: #ccc}
.palyer-tips{margin-right: 10px}