div.jp-audio, div.jp-audio-stream {
    font-size: 1.25em;
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.6;
    color: #666;
}

div.jp-audio {
    position: relative;
    margin-top: 0px
}

div.jp-interface {
    position: relative;
    background-color: #000000;
    border: 0px solid #000;
    color: #fff
}

div.jp-audio div.jp-type-single div.jp-interface {
    height: 80px;
    width: 530px;

}

div.jp-controls-holder {
    clear: both;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    top: -8px
}

div.jp-interface ul.jp-controls {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

div.jp-audio ul.jp-controls {
    padding-left: 2%;
    padding-top: 28px;

}

div.jp-video ul.jp-controls, div.jp-interface ul.jp-controls li {
    display: inline;
    float: left
}

div.jp-interface ul.jp-controls a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    outline: none;
}

a.jp-play, a.jp-stop, a.jp-pause {
    width: 50px;
    height: 50px;
    margin-left: 2px;
    margin-right: 5px;
    display: block;
    margin-top: -15px
}

a.jp-play {
    background: url(../images/playerbg.png) 0 0px no-repeat;
    background-size: 270px
}

a.jp-pause {
    background: url(../images/playerbg.png) 0 -61px no-repeat;
    background-size: 270px;
    display: none
}

a.jp-previous, a.jp-next {
    width: 27px;
    height: 27px;
    margin-top: 4px
}

a.jp-previous {
    background: url(../images/playerbg.png) 0px -103px no-repeat;
    background-size: 200px
}

a.jp-next {
    background: url(../images/playerbg.png) -1px -139px no-repeat;
    background-size: 200px
}

div.jp-progress {
    overflow: hidden;
    background-color: #d1d1d1
}

div.jp-audio div.jp-progress {
    position: absolute;
    top: 20px;
    height: 9px;
    overflow: hidden;

}

div.jp-progress {
    width: 440px;
    margin-left: 80px
}

div.jp-seek-bar {
    width: 0px;
    height: 100%;
    cursor: pointer
}

div.jp-play-bar {
    width: 0;
    background: #2a7efb;
    height: 100%;

}


div.jp-seeking-bg {
    background: url(../images/jplayer.blue.monday.seeking.gif)
}

div.jp-volume-bar-value span {
    width: 14px;
    height: 14px;
    background: #FF0000;
    border-radius: 50px;
    border: 3px solid #ffffff;
    box-shadow: inset 0 0 5px rgb(0, 0, 0, 0.5);
    overflow: hidden;
    position: absolute;
    right: -8px;
    top: -3px
}

div.jp-audio div.jp-time-holder {
    position: absolute;
    top: 45px;

}

div.jp-audio div.jp-type-single div.jp-time-holder {
    left: 30%
}

div.jp-current-time, .jp-current-time-split, div.jp-duration {
    font-size: 12px;
    margin-top: 3px;
    float: left;
    text-align: left;
    display: inline
}

div.jp-jplayer audio, div.jp-jplayer {
    width: 0px;
    height: 0px
}

div.jp-jplayer {
    background-color: #000
}

.jp-no-solution {
    padding: 5px;
    font-size: .8em;
    background-color: #eee;
    border: 2px solid #009be3;
    color: #000;
    display: none
}

.jp-no-solution a {
    color: #000
}

.jp-no-solution span {
    font-size: 1em;
    display: block;
    text-align: center;
    font-weight: bold
}

.jp-style {
    margin-top: -28px;
    margin-left: 82px
}

.jp-style img {
    height: 15px;
    margin-top: 13px;

}

.jp-style div {
    float: left
}

.jp-style #bfzt {
    font-size: 12px;
    margin-top: 13px;
    margin-left: 5px;

}

#jp-play-bt {
    width: 14px;
    height: 14px;
    position: absolute;
    margin-top: -63px;
    overflow: hidden;
    background: var(--primary-color);
    border-radius: 50px;
    border: 3px solid #ffffff;
    box-shadow: inset 0 0 5px rgb(0, 0, 0, 0.5);

}

#a_pre {
    background-color: #f1f1f1;
    font-size: 14px;
    line-height: 30px;
    color: #333
}

#a_next {
    background-color: #f1f1f1;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    border-left: 1px solid #fff
}

#bfztstop {
    display: none;
    float: left
}

#bfztplay {
    display: none;
    float: left
}

.jp-mutecon {
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 16px;
    right: 90px;
    bottom: 16px;
}

.jp-mutecon a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    outline: none;
    border: 0
}

.jp-mute, .jp-unmute {
    width: 25px;
    height: 16px;
    background: url(../images/playerbg.png) 0 -270px no-repeat;
    background-size: 300px
}

.jp-unmute {
    background-position: 0 -295px
}

.jp-volume-bar {
    position: absolute;
    background-color: #3f3f3f;
    top: 54px;
    right: 18px;
    width: 65px;
    height: 8px;
    cursor: pointer;

}

.jp-volume-bar-value {
    background-color: #2a7efb;
    position: relative;
    width: 0px;
    height: 8px
}

#musicbug {
    left: 53%;
    position: absolute;
    top: 34px;
    width: 80px;
    font-size: 12px;
    margin-top: 3px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}
#media {
    background: url("../js/player/ckplayer/playibg_new7.gif") 0px 0px no-repeat;
    overflow: hidden;
}

#media_playstyle {
    position: absolute;
    z-index: 9999;
    color: #666666;
    margin-top: -43px;
    margin-left: 150px;
}

#media_playstyle li {
    float: left;
    padding-left: 3px;
}

#media_nofls {
    position: absolute;
    z-index: 9999;
    color: #f70;
    margin-top: -45px;
    margin-left: 10px;
    text-align: center;
    line-height: 30px;
    background-color: #cc0000;
    border-radius: 5px;
    color: #fff;
    width: 410px;
}

#media_ie8err {
    position: absolute;
    z-index: 9999;
    color: #f70;
    margin-top: -45px;
    margin-left: 10px;
    text-align: center;
    line-height: 30px;
    background-color: #cc0000;
    border-radius: 5px;
    color: #DCDCDC;
    width: 410px;
}

.play_background2 {
    width: 430px;
    height: 248px;
    position: absolute;
    overflow: hidden;
}
