/*语音打分*/
.open-speech{
    display: none;
    position: fixed;
    z-index: 10;
    right: 27px;
    bottom: 66px;
    width: 342px;
    min-height: 218px;
    background: rgba(20,24,46,.9);
    border-radius: 5px;
}
.open-speech .score-tit{
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #ffffff;
}
.open-speech .score-container{
    border-radius: 30px;
    margin: 0 auto;
    padding: 0px 22px;
}
.open-speech .audio-pic{
    margin: 10px auto;
    z-index: 10;
    width: 61px;
    height: 61px;
    background: url(../images/web1/icon_audio.png)  no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
    transition: linear .3s all;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.open-speech .audio-pic:active{
    margin: 10px auto;
    z-index: 10;
    width: 61px;
    height: 61px;
    background: url(../images/web1/icon_audio_checked.png)  no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
    transition: linear .3s all;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.open-speech .audio-controller{
    position: relative;
    height: 95px;
    text-align: center;
}
.open-speech .noactive .audio-noactive{
    background-image: url(../images/icon-no-audio.png);
}

.open-speech .audio-animal{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}
.open-speech .progress-voice{
    width: 61px;
    height: 61px;
    margin: 10px auto;
    display: none;
}
.open-speech .audio-msg{
    font-size:18px;
    color:#FFFFFF;
    line-height:24px;
}
.open-speech .sub-title{
    width: 70px;
    height: 30px;
    background: url(../images/web1/option_type.png) no-repeat;
    margin: 13px auto 0;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
}
.open-speech .original{
   color: #9B9B9B;
}
.open-speech .content {
    color: #FFFFFF;
    font-size: 16px;
}
.open-speech .content .des {
    margin-top: 3px;
    word-break: break-word;
    line-height: 1.5;
    height: 65px;
    overflow-y: auto;
}

/* 移动端 */
/* 语音打分 */
.is-mobile .open-speech{
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 70px;
    font-size: 14px;
    min-height: auto;
}
.is-mobile .open-speech .score-tit{
    text-align: center;
    height: 38px;
    line-height: 38px;
    color: #ffffff;
    font-size: 14px;
}
.is-mobile .open-speech .score-container{
    margin: 0 auto;
    padding: 0px 22px;
}
.is-mobile .open-speech .content{
    font-size: 14px;
}
.is-mobile .open-speech .audio-pic{
    width: 54px;
    height: 54px;
}
.is-mobile .open-speech .audio-msg{
    font-size: 12px;
    line-height: 17px;
}
.is-mobile .open-speech .noactive .audio-noactive{
    background-image: url(../images/icon-no-audio.png)
}
.is-mobile .voice-statistics .increased{
    width: 34px;
    height: 32px;
}
