.voice-draw {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);z-index:99999;
    }

    .voice-div {
        padding: 20px;
        box-sizing: border-box;
        width: 680px;
        height: 389px;
        background: #FFFFFF;
        border-radius: 10px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .voice-head {
        text-align: right;
        margin-bottom: 30px;
    }

    .voice-head .voice-close {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(/images/voice-close.png) no-repeat;
        background-size: 100% 100%;
        cursor: pointer;
    }

    .voice-con {
        height: 200px;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }

    .voice-tips-time {
        color: #CCCCCC;
    }

    .identify-txt {
        max-height: 160px;
        overflow-y: scroll;
    }

    .identify-txt::-webkit-scrollbar {
        display: none;
    }

    .voice-button {
        text-align: center;
    }

    .voice-button-png {
        display: inline-block;
        width: 100px;
        height: 100px;
        background: url(/images/voice-button-png.png) no-repeat;
        background-size: 100% 100%;
        cursor: pointer;
    }

    .voice-button-gif {
        display: inline-block;
        width: 100px;
        height: 100px;
        background: url(/images/voice-button-gif.gif) no-repeat;
        background-size: 100% 100%;
        cursor: pointer;
    }

    .noIdentify-txt, .voice-button-png {
        display: none;
    }

    .inp {
        display: flex;
        align-items: center;
        position: relative;
        width: fit-content;
    }


    .voiceBtn {
        position: absolute;
        width: 12px;
        height: 20px;
        background: url(/images/voice-red.png) no-repeat;
        background-size: 100% 100%;
        right: 50px;
        cursor: pointer;
top:12px;
    }
.search_index .search,.search{position:relative;}
.part1_l{z-index:0;}
@media screen and (max-width:768px) {
 .voiceBtn {   right:80px;top:25px;width:27px;height:44px;}
}