.jp-audio :focus, .jp-audio-stream :focus, .jp-video :focus {
    outline: 0
}

.jp-audio button::-moz-focus-inner, .jp-audio-stream button::-moz-focus-inner, .jp-video button::-moz-focus-inner {
    border: 0
}

.jp-audio-stream, .jp-video {
    width: 100%;
    height: 100% !important;
    color: #fff;
	left: 0 !important;
}

.jp-controls-holder {
    width: 440px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    position: absolute;
    left: 82px;
    top: 25px
}
.jp-next, .jp-previous, .jp-stop {
    width: 28px;
    height: 28px;
    margin-top: 6px
}

.jp-stop {
    background: url(../images/player.png) 0 -83px no-repeat;
    margin-left: 10px
}

.jp-stop:hover {
    background: url(../images/player.png) -29px -83px no-repeat
}
.jp-progress {
    background-color: #ddd;border-radius: 5px;
	
}

.jp-audio .jp-progress {
    position: absolute;
    top: 32px;
    height: 15px
}

.jp-audio .jp-type-single .jp-progress {
    left: 110px;
    width: 186px
}

.jp-audio .jp-type-playlist .jp-progress {
    left: 166px;
    width: 130px
}



.jp-seek-bar {
    background: url(../images/player.png) 0 -202px repeat-x;
    width: 0;
    height: 100%;
    cursor: pointer;
	
}
.jp-play-bar{overflow: inherit !important;position: relative;}
.jp-play-bar::before{width: 26px;height: 26px; 
border: 4px solid #D3AC4F;background-color: #fff;border-radius: 50%;position: absolute;
left: 50% !important;top: 50%;
transform: translate(-50%,-50%);content: "";display: block;}
.jp-play-bar {
	border-radius: 6px;
    background-color: #D3AC4F;
    width: 0;
    height: 100%
}

.jp-seeking-bg {
    background: url(../images/player.seeking.gif)
}
.jp-mute, .jp-volume-max {
    width: 18px;
    height: 15px
}

.jp-volume-max {
    left: 74px
}

.jp-mute {
    background: url(../images/player.png) 0 -170px no-repeat
}

.jp-mute:hover {
    background: url(../images/player.png) -19px -170px no-repeat
}

.jp-state-muted .jp-mute {
    background: url(../images/player.png) -60px -170px no-repeat
}

.jp-state-muted .jp-mute:hover {
    background: url(../images/player.png) -79px -170px no-repeat
}

.jp-volume-max {
    background: url(../images/player.png) 0 -186px no-repeat
}

.jp-volume-max:hover {
    background: url(../images/player.png) -19px -186px no-repeat
}



.jp-audio .jp-time-holder {
    position: absolute;
    top: 50px
}

.jp-audio .jp-type-single .jp-time-holder {
    left: 110px;
    width: 186px
}

.jp-audio .jp-type-playlist .jp-time-holder {
    left: 166px;
    width: 130px
}


.jp-current-time {
    float: left;
    display: inline;
    cursor: default
}

.jp-duration {
    float: right;
    display: inline;
    text-align: right;
    cursor: pointer
}




.jp-details {
    font-weight: 700;
    text-align: center;
    cursor: default
}

.jp-details, .jp-playlist {
    width: 100%;
    background-color: #ccc
}

.jp-type-playlist .jp-details, .jp-type-single .jp-details {
    border-top: 0;
}

.jp-details .jp-title {
    margin: 0;
    padding: 5px 20px;
    font-size: .72em;
    font-weight: 700
}

.jp-playlist-box {
    width: 483px;height: 0;
    position: absolute;
    right: 80px;
    top: -450px;
    overflow: hidden;
		  background: #333;

}

.jp-playlist ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    background: #333;
    width: 100%;
    height: 200px;
  
    font-family: 宋体
}
.jp-playlist .top{display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;background-color: #222;
		height: 60px;padding: 0 30px;}
.jp-playlist .nn{flex:1;}
.jp-playlist .del{width: 20px;height: 20px;background: url(../images/icon_del.png)no-repeat;}
.jp-playlist li {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;font-size: 14px;
    list-style-type: decimal;
    list-style-position: inside
}

.jp-playlist li div {
    display: inline
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
    background: rgba(109, 109, 109, 0.3)
}

div.jp-type-playlist div.jp-playlist a {
    color: #c2bcbf;

    text-decoration: none
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current, div.jp-type-playlist div.jp-playlist a:hover, div.jp-type-playlist div.jp-playlist li.jp-playlist-current span.jp-artist, div.jp-type-playlist div.jp-playlist a:hover span {
    color: #D3AC4F;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
    float: right;
    display: inline;
    text-align: right;
    margin-right: 0;
    color: #efefef;
		height: 20px;margin-top: 15px;
		width: 20px;background: url(../images/icon_del.png) no-repeat center center;
		
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
    color: #D3AC4F;
}

span.jp-artist {
    font-size: 14px
}

.jp-video .jp-toggles {
    width: 100px;
    position: absolute;
    right: 27px;
    margin: 10px 0 0
}

.jp-toggles button {
    display: block;
    float: left;
    width: 25px;
    height: 18px;
    text-indent: -9999px;
    line-height: 100%;
    border: 0;
    cursor: pointer
}



.jp-video .scrollBar {
    width: 4px;
    height: 80px;
    background: #3a3b3b;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    display: none
}

.jp-video .scrollBar .bar {
    width: 4px;
    height: 25px;
    background: #6646a1;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    cursor: pointer
}

.jp-video .folded_bt {
    width: 20px;
    height: 80px;
    display: block;
    position: absolute;
    right: -20px;
    top: 5px;
    border: 0;
    background: #111;
    cursor: pointer;
    padding: 0;
    margin: 0
}

.jp-video .folded_bt span {
    width: 20px;
    height: 30px;
    display: block;
    background: url(../images/player.png) no-repeat -90px -6px
}

.jp-video .folded_bt:hover span {
    background-position: -116px -6px
}

#listRemove {
    width: 20px;
    height: 20px;
    display: none;
    position: absolute;
    right: 5px;
    bottom: 2px;
    cursor: pointer;
    background: url(../images/player.png) no-repeat -93px -53px
}

#listRemove:hover {
    background-position: -119px -53px
}



/* #listClose:hover {
    background-position: -115px -85px
} */

/** 小屏自动隐藏播放器 */
@media (max-width: 768px) {
    /* #jp_container_N {
        display: none;
    } */
		.jp-playlist-box{width: 100%;right: 0;top: -428px;}
}
