﻿.audio-wrapper {
    background-color: #fcfcfc;
    margin: 10px auto;
    max-width: 670px;
    height: 90px;
    border: 1px solid #e0e0e0;
}

.audio-left {
    float: left;
    text-align: center;
    width: 22%;
    height: 100%;
}

    .audio-left .playicon, .audio-left .pauseicon {
        width: 40px;
        position: relative;
        top: 25px;
        margin: 0;
        display: initial;
        cursor: pointer;
    }

    .audio-left .pauseicon {
        display: none;
    }

.audio-right {
    margin-right: 5%;
    float: right;
    width: 73%;
    height: 100%;
}

    .audio-right .audio-title {
        max-width: 243px;
        font-size: 15px;
        height: 35%;
        margin: 8px 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.progress-bar-bg {
    background-color: #d9d9d9;
    position: relative;
    height: 2px;
    cursor: pointer;
}

.progress-bar {
    background-color: #649fec;
    width: 0;
    height: 2px;
}

.progressBar {
    background-color: #649fec;
    width: 0;
    height: 2px;
}

.progress-bar-bg .progressDot {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #3e87e8;
    position: absolute;
    left: 0;
    top: -5px;
    margin-left: 0px;
    cursor: pointer;
}

.audio-time {
    overflow: hidden;
    margin-top: 1px;
}

    .audio-time .audioCurTime {
        float: left;
        margin-top: 10px;
        font-size: 12px;
        color: #969696
    }

    .audio-time .audioTotalTime {
        float: right;
        margin-top: 10px;
        font-size: 12px;
        color: #969696
    }
