/* 弹窗样式 */
.modal-box-diy {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-qrcode {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    max-width: 600px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.wxqrcode {
    width: 100%;
    height: auto;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    transition: color 0.3s;
}

.modal-close:hover {
    color: #F97316;
}

/*
* 乘云 AI 陪伴硬件底座方案能力
*/
.drawer-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .drawer-image-container img {
    width: 100%;
    height: 250px;
} */
