/*语音打分*/
.score-bg{
    display: none;
    position: fixed;
    z-index: 10;
    right: 27px;
    bottom: 66px;
    width: 409px;
    min-height: 272px;
    background: rgba(20,24,46,.9);
    border-radius: 5px;
}
.score-tit{
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #ffffff;
}

.score-bg .close{
    cursor: pointer;
    background: url("../images/web1/close.png") no-repeat center;
    width: 29px;
    position: absolute;
    right: 11px;
    top: 11px;
    height: 29px;
    display: inline-block;
}
.score-container{
    border-radius: 30px;
    margin: 0 auto;
    padding: 0px 22px;
}
.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;
}
.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;
}
.audio-controller{
    position: relative;
    height: 95px;
    text-align: center;
}
.noactive .audio-noactive{
    background-image: url(../images/icon-no-audio.png);
}

.audio-animal{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}
.progress-voice{
    width: 61px;
    height: 61px;
    margin: 10px auto;
    display: none;
}
.audio-msg{
    font-size:18px;
    color:#FFFFFF;
    line-height:24px;
}
.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;
}
.original{
   color: #9B9B9B;
}
.content {
    color: #FFFFFF;
    font-size: 16px;
}
.content .des {
    margin-top: 3px;
    word-break: break-word;
    line-height: 1.5;
    height: 65px;
    overflow-y: auto;
}


/* 移动端 */
/* 语音打分 */
.is-mobile .score-bg{
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 70px;
    font-size: 14px;
    min-height: 232px;
}
.is-mobile .score-tit{
    text-align: center;
    height: 38px;
    line-height: 38px;
    color: #ffffff;
    font-size: 14px;
}
.is-mobile .score-bg .close{
    cursor: pointer;
    background: url("../images/web1/close.png") no-repeat center;
    width: 26px;
    position: absolute;
    right: 12px;
    top: 12px;
    height: 26px;
    display: inline-block;
}
.score-container{
    margin: 0 auto;
    padding: 0px 22px;
}
.is-mobile .content{
    font-size: 14px;
}
.is-mobile .audio-pic{
    width: 54px;
    height: 54px;
}
.is-mobile .audio-msg{
    font-size: 12px;
    line-height: 17px;
}
.is-mobile .noactive .audio-noactive{
    background-image: url(../images/icon-no-audio.png)
}
