.ai_dialog-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99998;
    height: 1360px;
    width: 100%;
    overflow: hidden;
    /*background: rgba(0, 0, 0, 0.3);*/
}

/*.ai-slides-container {*/
/*    position: relative;*/
/*    width: 400px; !* 根据需要调整宽度 *!*/
/*}*/

/*.ai-slides {*/
    /*display: none;*/
/*}*/

.ai-slides img {
    width: 100%;
}

/*.fade {*/
    /*animation: fade 1.5s;*/
/*}*/

/*@keyframes fade {*/
    /*from {*/
        /*opacity: .4*/
    /*}*/
    /*to {*/
        /*opacity: 1*/
    /*}*/
/*}*/

.opter-wrapper {
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 99999;
    width: 100%;
    display: flex;
    justify-content: center;
}

.opter-wrapper img {
    width: 90px;
    height: 90px;
    margin-right: 30px;
    margin-top: 15px;
}

.opter-wrapper textarea {
    width: 898px;
    height: 180px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    border: 1px solid #00C6FF;
    font-weight: 400;
    font-size: 32px;
    color: #071626;
    padding: 15px;
}

.ai-btn-on {
    position: absolute;
    left: 50%;
    margin-left: -45px;
    bottom: 50px;
    z-index: 99997;
}

.ai-icon-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99999;
    width: 40px;
    height: 40px;
    border: 1px solid #00C6FF;
    border-radius: 100%;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    color: #00C6FF;
}
