.Voices{
    height: 35px;
}
.Voices img{
    width: 35px;
    height: 35px;
}
.blackBoxSpeak{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 60px;
    padding: 10px;
    border-radius:10px ;
    background: #72727280;
    z-index: 99;
    display: flex;
    align-items: center;
}
.blackBoxSpeak img{
    width: 35px;
    height: 35px;
}

/*播放语音时的动画*/
@keyframes yuying{
    0%{
        height: 0%;
    }
    20%{
        height: 50%;
    }
    50%{
        height: 90%;
    }
    80%{
        height: 50%;
    }
    100%{
        height: 0%;
    }
}    

.dialog-container{
    width: 40px;
    height: 40px;
    /* border: 2px solid #0094de; */
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.dialog-container .audio-animation{
    width: 20px;
    height: 20px;
}
.audioPlay #one{
    animation:yuying 1s infinite 0.15s;
   -webkit-animation:yuying 1s infinite 0.15s;
}
.audioPlay #two{
    animation:yuying 1s infinite 0.3s;
   -webkit-animation:yuying 1s infinite 0.3s;
}
.audioPlay #three{
    animation:yuying 1s infinite 0.45s;
   -webkit-animation:yuying 1s infinite 0.45s;
}
.audioPlay #four{
    animation:yuying 1s infinite 0.6s;
   -webkit-animation:yuying s infinite 0.6s;
}

#one,#two,#three,#four{
    width:2px;
    border-radius: 50px;
    background-color: #fafafa;
    vertical-align: middle;
    display: inline-block;
}
#one{
    margin-left: 1px;
    height: 50%;
}
#two{
    height: 90%;
}
#three{
    height: 70%;
}
#four{
    height: 40%;
}
#Voiceconfirmation{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-color: #30303085;
    width: 100%;
    height: 100%;
    z-index: 88;
}
.Voiceconfirmation{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF8F2 80%, #FFDFD9 100%);
    width: 180px;
    padding: 10px;
    border-radius: 10px;
}
.Voiceconfirmation h3{
margin: 0;
padding: 0;
font-size: 16px;
text-align: center;

}
.Voiceconfirmation .Controls{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.VoiceCancel{

    border-radius:10px ;
    border:1px solid #a9a9a9 ;
    padding: 5px 10px;
    font-size: 14px;
}
.Voiceverify{
    border-radius:10px ;
    border:1px solid #CD0600 ;
    background-color: #CD0600;
    color: #FFFFFF;
    padding: 5px 10px;
    font-size: 14px;
}

#bt_recoding {
    width: 100%;
    height: 35px;
    border: 0px solid #000;
    border-radius: 10px;
}
/* 简历 */
.avtie{

    background: -webkit-linear-gradient(left top, #8897A7, #2D394C);
    box-shadow: 0 2px 4px #204260, 0 0 6px #204260;
    border-radius: 5px;
}