.kefu-modal{
    display:none;
    position:fixed !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    background:rgba(0,0,0,0.75);
    z-index:99999999 !important;
    align-items:center;
    justify-content:center;
    transform:none !important;
}
.modal-wrap{
    background:#ffffff;
    width:400px;
    height:400px;
    position:relative;
    text-align:center;
    border-radius:6px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    z-index:999999999 !important;
}
.close-btn{
    position:absolute;
    right:-16px;
    top:-16px;
    width:40px;
    height:40px;
    background:#333333;
    color:#fff;
    font-size:24px;
    line-height:40px;
    text-align:center;
    cursor:pointer;
    user-select:none;
    z-index:9999999999 !important;
    border-radius:50%;
    font-weight:normal;
    padding:0;
    box-sizing:border-box;
}
.qrcode-img{
    width:280px;
    height:280px;
    object-fit:cover;
    border-radius:4px;
    display:block;
}
.modal-text{
    font-size:26px;
    color:#0066ff;
    font-weight:bold;
    margin-top:14px;
}