/* 聊天窗口样式 */
#iframe_company_mini_div {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 350px;
    height: 460px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.2);
    z-index: 1001;
    overflow: hidden;
    display: none;
}

.pc-visitor-header {
    background: #1798fc;
    color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: move;
}

.header-company {
    font-weight: bold;
}

.pc-title-btn {
    cursor: pointer;
    padding: 5px;
}

#chat_content {
    height: 292px;
    overflow-y: auto;
    padding: 10px;
    background: #f9f9f9;
}