/*-------------------------播放器样式---------------------*/
.audioPlayer{
    background: linear-gradient(to right,var(--the-main), var(--drak));
    width: 4cm;
    height: 0.9cm;
    border-radius: 15px;
    display: flex;
    align-items: baseline;
    padding-left: 11px;
    cursor: pointer;
    padding-top: 2.8px;
}
.audioPlayer > .sheets{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 12px;
    margin-right: 17px;
    height: 20px;
}
.audioPlayer .s{
    width: 3px;
    background-color: white;
    animation: audioPlayer_ht 0.6s infinite alternate;
    animation-play-state: paused;
}
.audioPlayer .s3{
    animation-delay: 0.1s;
}
.audioPlayer .s2{
    animation-delay: 0.26s;
}
.audioPlayer .s1{
    animation-delay: 0.51s;
}
@keyframes audioPlayer_ht{
    from{
        height: 0px;
    }
    to{
        height: 12px;
    }
}
.audioPlayer > .secs{
    color: white;
}
/*----------------------------------播放器样式------------------------------*/
.btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #eee;
}

.btn input {
    width: 100%;
    height: 100%;
    font: 20px 'microsoft yahei';
}

.blackBoxSpeak {
    width: 176px;
    height: 176px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("/m/img/ico/speaker/ic_record@2x.png") no-repeat 28px 16px/65px 104px,
    url("/m/img/ico/speaker/ic_record_ripple@2x-9.png") no-repeat 111.2px 32px/28.8px 88px;

    background: rgba(0, 0, 0, .7);
    display: none;
    border-radius: 12px;
}

.blackBoxSpeakConent {
    font: 14.4px '微软雅黑 Light';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    display: block;
    text-align: center;
    width: 90%;
    padding: 8px 0;
    margin: auto;
    color: #ffffff;
    font-weight: 200;
    border-radius: 4px;
}

.blackBoxPause {
    width: 176px;
    height: 176px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("/m/img/ico/speaker/ic_record@2x.png") no-repeat 28px 16px/65px 104px,
    url("/m/img/ico/speaker/ic_record_ripple@2x-9.png") no-repeat 111.2px 32px/28.8px 88px;

    background: rgba(0, 0, 0, .7);
    display: none;
    border-radius: 12px;
}

.blackBoxPauseContent {
    font: 14.4px '微软雅黑 Light';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    display: block;
    text-align: center;
    width: 90%;
    padding: 8px 0;
    margin: auto;
    color: #ffffff;
    font-weight: 200;
    border-radius: 4px;
}