
.wx-audio-content {
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 300px;
    padding: 6px 10px 6px 15px;
    border: 1px solid rgba(33, 44, 55, 0.3);
    height: 40px;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.wx-audio-content .wx-audio-info {
    display: none;
}

.wx-audio-content .wx-audio-left {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    padding: 4px;
    border-radius: 50%;
}

.wx-audio-content .wx-audio-left .wx-audio-state {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.wx-audio-content .wx-audio-right {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: calc(100% - 36px);
    font-size: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}

.wx-audio-content .wx-audio-right .wx-audio-title {
    display: none;
    padding-bottom: 6px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.wx-audio-content .wx-audio-right .wx-audio-disc {
    display: none;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-bottom: 10px;
    font-size: 12px;
    color: #8c8c8c;
}

.wx-audio-content .wx-audio-right .wx-audio-progrees {
    height: 4px;
    width: calc(100% - 4px);
    position: relative;
}

.wx-audio-content .wx-audio-right .wx-audio-progrees .wx-progrees-detail {
    height: 100%;
    width: 100%;
    background: #ebebeb;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.wx-audio-content .wx-audio-right .wx-audio-progrees .wx-progrees-detail .wx-voice-p {
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #a1a2a3;
    z-index: 2;
}

.wx-audio-content .wx-audio-right .wx-audio-progrees .wx-progrees-detail .wx-buffer-p {
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #d9d9d9;
    z-index: 1;
}

.wx-audio-content .wx-audio-right .wx-audio-progrees .wx-progrees-detail .wx-loading {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.wx-audio-content .wx-audio-right .wx-audio-progrees .wx-progrees-detail .wx-loading .wx-loading-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -moz-animation: slidein 6s linear infinite normal;
    -webkit-animation: slidein 6s linear infinite normal;
    animation: slidein 6s linear infinite normal;
    width: 200%;
    max-width: none !important;
    background-image: -moz-repeating-linear-gradient(-15deg, #d9d9d9, #d9d9d9 2px, #ebebeb 2px, #ebebeb 4px);
    background-image: -webkit-repeating-linear-gradient(-15deg, #d9d9d9, #d9d9d9 2px, #ebebeb 2px, #ebebeb 4px);
    background-image: repeating-linear-gradient(-15deg, #d9d9d9, #d9d9d9 2px, #ebebeb 2px, #ebebeb 4px);
}

.wx-audio-content .wx-audio-right .wx-audio-progrees .wx-audio-origin {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #444;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
}

.wx-audio-content .wx-audio-right .wx-audio-progrees .wx-audio-origin:before {
    content: " ";
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: ;
    background: -moz-radial-gradient(rgba(126, 130, 125, 0.3) 20%, rgba(0, 0, 0, 0) 40%);
    background: -webkit-radial-gradient(rgba(126, 130, 125, 0.3) 20%, rgba(0, 0, 0, 0) 40%);
    background: radial-gradient(rgba(126, 130, 125, 0.3) 20%, rgba(0, 0, 0, 0) 40%);
    top: 50%;
    margin-top: -20px;
    margin-left: -14px;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

.wx-audio-content .wx-audio-right .wx-audio-time {
    width: 100%;
    padding-top: 6px;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
}

.wx-audio-content .wx-audio-right .wx-audio-time span {
    font-size: 12px;
    color: #8c8c8c;
}

.wx-audio-content .wx-audio-right .wx-audio-time .duration-t{
    float: right;
}

#content_txt_video .wx-audio-content {
    height: 100%;
    max-height: 60px;
    border-radius: 2px;
}

#content_txt_video .wx-audio-content .wx-audio-right .wx-audio-title {
    display: block;
    padding-bottom: 6px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 16px;
    line-height: 16px;
}

#content_txt_video .wx-audio-content .wx-audio-right {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 36px);
    font-size: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}

#content_txt_video .wx-audio-content .wx-audio-right .wx-audio-time {
    height: 14px;
    line-height: 14px;
}