
.audio-wrapper {
    width:100%;
    height:100%;
}

.handle {
    text-align: center;
    width: 100%;
    margin-bottom:25px;
}

.handle img {
    cursor: pointer;
    vertical-align: middle;
    margin:0 10px;
    zoom: 1.5;
}

.timebar {
    width: 100%;
    height: 100%;
}

.progress-bar-bg {
    background-color: #ececec;
    position: relative;
    height: 6px;
    cursor: pointer;
    border-radius: 6px;
}

.progress-bar {
    background-image: linear-gradient(to right, #998ee8 , #debadf);
    width: 0;
    height: 6px;
    border-radius: 6px;
}

.progress-bar-bg span {
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #fff;
    border:4px solid #8e97ff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    margin-left: -9px;
    cursor: pointer;
}

.audio-time {
    overflow: hidden;
    margin-top: 24px;
}

.audio-length-total {
    float: right;
    font-size: 24px;
    color: #494949;
}

.audio-length-current {
    float: left;
    font-size: 24px;
    color: #494949;
}