﻿@charset "utf-8";
.audio-box {
    position: fixed;
    width: 100%;
    min-width: 338px;
    height: auto;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 1000;
    background: url(../img/playbg.png) no-repeat 0 9999px;
    background-position: 0 0;
    background-repeat: repeat-x;
    zoom: 1;
}

.audio-container {
    width: 100%;
    margin: auto;
}

.audio-view {
    float: right;
    width: calc(100% - 66px - 67px);
    height: 66px;
    margin-right:67px;
}

.audio-cover {
    float: left;
    margin: 5px;
    width: 56px;
    height: 56px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
    border-radius: 50%;
    -webkit-animation: rotating 9s linear infinite;
    animation: rotating 9s linear infinite;
}

.audio-cover img {
    display: block;
    height: 100%;
    margin: auto;
}

.audio-body {
    float: left;
    width: calc(100% - 168px);
    height: 38px;
    padding: 0 10px;
}

.audio-title {
    width: 100%;
    height: 28px;
    padding-left: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 38px;
    overflow: hidden;
    letter-spacing: 1.8px;
}

.audio-backs {
    position: relative;
    padding-left: 43px;
    padding-right: 43px;
    margin-top: 10px;
    height: 20px;
}

.audio-this-time,
.audio-count-time {
    position: absolute;
    top: 0;
    width: 38px;
    font-size: 13px;
    height: 22px;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.audio-this-time {
    left: 0;
}

.audio-count-time {
    right: 0;
    text-align: right;
}

.audio-setbacks {
    height: 8px;
    border-radius: 4px;
    background-color: #333;
}

.audio-setbacks {
    position: relative;
    top: 50%;
}

.audio-cache-setbacks,
.audio-this-setbacks {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
}

.audio-cache-setbacks {
    background-color: #535353;
    z-index: 1;
    cursor: pointer;
}

.audio-this-setbacks {
    background-color: rgba(187, 144, 35, .88);
    z-index: 2;
}

.audio-backs-btn {
    position: absolute;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    top: 50%;
    right: -15px;
    background-color: #BB9023;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 5px 1px #00000080;
}

.audio-btn {
    float: right;
    width: 148px;
    height: 38px;
}

.audio-select {
    margin-top: 12px;
}

.audio-select>div {
    margin-left: 14px;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    cursor: pointer;
}

.audio-prev {
    background-image: url('../img/prev.png');
}

.audio-next {
    background-image: url('../img/next.png');
}

.audio-play {
    background-image: url('../img/play.png');
}

.audio-stop {
    background-image: url('../img/pause.png');
}

.audio-menu {
    background-image: url('../img/menu.png');
}

.audio-volume {
    background-image: url('../img/volume.png');
}

.audio-select>div+div {
    margin-left: 10px;
}

.audio-list {
    position: absolute;
    right: 0;
    color: #000;
    background-color: #fff;
    bottom: 66px;
    border: 1px solid #ccc;
    width: 188px;
    border-radius: 5px 5px 0 0;
    padding-top: 10px;
    letter-spacing: 0.5px;
    display: none;
}

.audio-list-head {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.audio-list-head p {
    padding-left: 8px;
    font-size: 16px;
    color: #000;
}

.audio-list-head span {
    position: absolute;
    right: 6px;
    top: 0;
    font-size: 12px;
    display: block;
    width: 35px;
    line-height: 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    color: #f10b0b;
}

.audio-inline {
    height: 152px;
    overflow-y: scroll;
}


/*audio-inline滚动条样式开始*/

.audio-inline::-webkit-scrollbar {
    width: 3px;
    height: 0px;
    border-radius: 6px;
}

.audio-inline::-webkit-scrollbar-button {
    display: none;
}

.audio-inline::-webkit-scrollbar-track-piece {
    display: none;
}

.audio-inline::-webkit-scrollbar-thumb {
    background: #47a3da;
    border-radius: 20px;
}

.audio-inline::-webkit-scrollbar-thumb:hover {
    background: #45B6F7;
    border-radius: 6px;
}


/*audio-inline滚动条样式结束*/

.audio-inline li {
    font-size: 12px;
    line-height: 2.6;
    padding-left: 8px;
    padding-right: 8px;
    border-top: 1px solid #ccc;
}

.audio-inline li:first-child {
    border-top: 0px solid #ccc;
}

.audio-inline a {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    height: 30px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
}

.menu-show,
.audio-show-volume {
    display: block !important;
}

.audio-set-volume {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 66px;
    width: 26px;
    height: 118px;
    right: 0px;
    z-index: 999;
    display: none;
}

.volume-box {
    width: 2px;
    margin: auto;
    display: block;
    position: relative;
    background-color: #333;
    border-radius: 2.5px;
    height: 100px;
    bottom: -10px;
}

.volume-box span {
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    margin-left: -4px;
    margin-top: -4px;
    left: 50%;
    cursor: pointer;
}

.volume-box i {
    position: absolute;
    width: 100%;
    border-radius: 2.5px;
    background-color: #47a3da;
    height: 0;
    display: block;
    bottom: 0;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}