.aiReadPic_7ree {
    font-size: 14px;
    line-height: 1.6;
    /* height: 280px;
    padding: 5px; */
    overflow: hidden;
}



/* 图片信息图标容器样式 */
.img-info-icon-7ree {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 9999;
    pointer-events: auto;
    cursor: pointer;
}

/* 图片包装容器样式 */
.img-wrapper-7ree {
    position: relative;
    display: inline-block;
}

/* 弹窗内容样式 */
.popup-content-7ree {
    display: block;
    padding: 20px;
    font-size: 14px;
    line-height: 1.6;
}

.popup-content-7ree .title_7ree {
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

/* AI响应容器样式 */
.ai_response_7ree {
    /* padding: 15px;
    background: #f5f5f5; */
    border-radius: 5px;
    display: none;
}

/* AI响应内容样式 */
.response_content_7ree {
    height: 90%;
    overflow-y: auto;
    line-height: 1.6;
    word-wrap: break-word;
    padding: 10px;
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    background-color: #fff;
}