.min-h500{
  min-height:500px;	
}
.bg-f6f6f6{
	background:#f6f6f6;
}
.ui-slider {
    position: relative;
    text-align: left;
    height: 5px;
    border-radius: 5px;
    background-color: #464647
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
    background-color: #b82525;
    border-radius: .3em;
}

.ui-slider .ui-slider-handle {
    height: 20px;
    position: absolute;
    width: 20px;
    z-index: 2;
    top: -8px;
    margin-left: -4px;
    background-color: #b82525;
    border: 4px solid #f6f6f6;
    border-radius: 50%;
    cursor: pointer;
}


@keyframes disc { from {
    transform: rotate(0deg); }
    to {
        transform: rotate(360deg); }
}


.track-header .header-title {
    font-size: 15px;
    border-left: 0;
}

.play-content {
    position: relative;
    padding-top: 10px;
}

.play-content .track-waves {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 100%;
    z-index: 1;
}

.play-content .jp-audio {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 100%;
    z-index: 2;
    padding: 10px 15px;
}

.player-left {
    width: 100px;
    height: 100px;
    margin-right:10px;
    float: left;
}

.player-left .player-cover {
	background-image: url("../images/music_default.png");
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
}

.player-left .player-cover.active {
    animation: disc 5s linear 0s infinite;
}

.player-left .player-cover img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 50%;
}

.jp-interface {
    display: block;
    padding: 0 5px;

    overflow:hidden
}

.player-progress {
    padding: 20px 0;
}

.jp-controls-holder {
    display: block;
    height: 42px;
    line-height: 40px;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}

.jp-controls-holder .jp-controls {
    float: left;
}

.jp-controls-holder .jp-right {
    float: right;
}

.jp-controls-holder .jp-right .toggle-model {
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url("../images/music_icon.png") -174px 0 no-repeat;
    vertical-align: middle;
    margin-right: 20px;
}

.jp-controls-holder .jp-right .repeat {
    background-position:  -358px 0;
}

.jp-controls-holder .jp-right .shuffle {
    background-position:  -297px 0;
}

.jp-controls-holder .jp-right .time {
    display: inline-block;
}

.jp-controls a {
    display: inline-block;
    overflow: hidden;
}

.jp-controls a svg {
    display: inline-block;
    vertical-align: middle;
}

.jp-pause,
.jp-state-playing .jp-play{
    display: none;
}

.jp-state-playing .jp-pause{
    display: block;
}

.track-jump .btn-jump {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding: 5px;
}

.track-info {
    display: block;
    background-color: rgba(0,0,0, .2);
    padding: 5px;
}

.track-info .info-item {
    display: block;
    padding: 5px 0;
}

.track-action-wrap .btn:hover {
    color: #fff;
}

