/* Live Chat 欢迎语 */
.crs-msg-bubble__body:has(#imp1au-center){
    width:100% !important;
    max-width:100% !important;

    display:flex !important;
    justify-content:center !important;

    overflow-x:hidden !important;
    overflow-y:visible !important;

    height:auto !important;

    padding:0 !important;

    box-sizing:border-box !important;
}
.crs-msg-bubble__body:has(#imp1au-center) .message-wrapper{
    width:100% !important;

    display:flex !important;
    justify-content:center !important;

    margin:0 auto !important;

    overflow:hidden !important;

    box-sizing:border-box !important;
}
.crs-msg-bubble__body:has(#imp1au-center),
.crs-msg-bubble__body:has(#imp1au-center) *{
    max-width:100% !important;
    min-width:0 !important;
}
.crs-msg-bubble__body:has(#imp1au-center) #imp1au-center{
    width:calc(100vw - 20px) !important;
    margin:0 auto !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
}
.crs-msg-bubble__body:has(#imp1au-center) #imp1au-center .wrap{
    width:100% !important;

    overflow:hidden !important;

    word-break:break-word !important;
    overflow-wrap:break-word !important;
}
html,
body,
.crs-chat-room,
.crs-chat-room__content,
.crs-msg-list,
.crs-msg-list-item{
    overflow-x:hidden !important;
    max-width:100vw !important;
}