.jp-audio .jp-interface {
    height: 0.49rem;
}
.jp-audio, .jp-audio-stream, .jp-video {
    font-size: 0.12rem;
    font-family: Verdana, Arial, sans-serif;
    line-height: 0.49rem;
    color: #666;
    border: none;
    background-color: #eef4ff;
    padding: 0 0.1rem 0 0.1rem;
    border-radius: 5px;
}
.jp-controls button {
    display: block;
    float: left;
    overflow: hidden;
    margin: 0.08rem 0 0 0.06rem;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}
.jp-play {
    border-radius: 0.49rem;
    width: 0.33rem;
    height: 0.33rem;
}
.jp-audio .jp-type-single .jp-progress {
    width: calc(100% - 0.5rem) !important;
}
.jp-audio .jp-type-single .jp-progress {
    left: 0.49rem;
    width: 1.7rem;
}
.jp-seek-bar {
    background-color: rgba(120,143,186,0.4);
    width: 100%;
    height: 0.04rem;
    margin-top: 0.16rem;
    cursor: pointer;
}

.jp-play-bar i {
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: -3.5px;
    margin-left: -6px;
}
.jp-audio .jp-type-single .jp-time-holder {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: unset;
    height: 0.49rem;
    position: absolute;
    right: 0;
    bottom: -.25rem;
    line-height: 0.18rem;
    color: #8E92A5;
    margin-right: 0rem;
}
.jp-current-time, .jp-duration {
    color: #8e92a5;
    font-size: 0.12rem;
}
.jp-audio .jp-progress {
    position: absolute;
    top: 0%;
    height: 0.49rem;
    border-radius: 0.05rem;
}
