.service-float{position:fixed;right:30px;bottom:200px;width:60px;height:60px;background:#1685fa;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 0 10px rgba(0,0,0,0.2);z-index:9998;animation:breath 2s ease-in-out infinite}@keyframes breath{0%{transform:scale(1);box-shadow:0 0 10px rgba(22,133,250,0.5)}50%{transform:scale(1.1);box-shadow:0 0 20px rgba(22,133,250,0.8)}100%{transform:scale(1);box-shadow:0 0 10px rgba(22,133,250,0.5)}}
.service-float i{display:inline-block;min-width:16px;line-height:16px;margin-left:3px;color:#fff;background:#f30;padding:0 4px;border-radius:20px;box-sizing:border-box}
.service-float > i{display:block;position:absolute;top:-5px;right:-5px;font-size:12px;padding:1px 5px;list-style:none;font-style:normal}
.monk-chat-popup{position:fixed;right:20px;bottom:90px;width:360px;background:#ffffff;border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,0.15);display:none;flex-direction:column;z-index:9999;overflow:hidden}
.monk-chat-popup .chat-header{padding:12px 15px;background:#1798fc no-repeat 10px;color:#fff;font-size:14px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd}
.monk-chat-popup .chat-header-info{display:flex;align-items:center;gap:10px}
.monk-chat-popup .chat-header-avatar{width:36px;height:36px;border-radius:50%;flex-shrink:0}
.monk-chat-popup .chat-header-text{display:flex;flex-direction:column}
.monk-chat-popup .chat-header-name{font-size:14px;font-weight:bold;line-height:1.3}
.monk-chat-popup .chat-header-title{font-size:12px;opacity:0.85;line-height:1.3}
.monk-chat-popup .close-btn{cursor:pointer;font-size:20px;color:#fff;margin-left:auto}
.monk-chat-popup .msg-area{max-height: 40vh;min-height: 30vh;padding: 20px 10px;box-sizing: border-box;overflow-y: auto;}
.monk-chat-popup .msg{margin:12px 0;display:flex}
.monk-chat-popup .msg-visitor{flex-direction:row-reverse}
.monk-chat-popup .msg-admin{flex-direction:row}
.monk-chat-popup .msg-avatar{width:36px;height:36px;border-radius:4px;flex-shrink:0}
.monk-chat-popup .msg-visitor .msg-avatar{margin-left:8px;background:#95ec69;color:#000;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:bold}
.monk-chat-popup .msg-admin .msg-avatar{margin-right:8px}
.monk-chat-popup .msg-avatar-text{height:36px;border-radius:4px;flex-shrink:0}
.monk-chat-popup .msg-visitor .msg-avatar-text{margin-left:8px}
.monk-chat-popup .msg-body{max-width:75%}
.monk-chat-popup .msg-visitor .msg-body{text-align:right}
.monk-chat-popup .msg-admin .msg-body{text-align:left}
.monk-chat-popup .msg-content{display:inline-block;padding:10px 14px;border-radius:8px;font-size:14px;line-height:1.5;word-break:break-all}
.monk-chat-popup .msg-visitor .msg-content{background:#95ec69;color:#000}
.monk-chat-popup .msg-admin .msg-content{background:rgb(239, 243, 246);color:#333}
.monk-chat-popup .msg-content img,.monk-chat-popup .msg-admin .msg-content{max-width: 220px;max-width:100%;height:auto;border-radius:8px;}
.monk-chat-popup .msg-time{font-size:11px;color:#999;margin-top:4px;text-align:center}
.monk-chat-popup .send-box{padding:10px;background:#ffffff;position: relative;}
.monk-chat-popup #msgInput{flex:1;padding:10px 12px;border:1px solid #ddd;border-radius:20px;outline:none;font-size:14px;background:#fff}
.monk-chat-popup #sendBtn{margin-left:8px;padding:7px 20px;background:#1685fa;color:#fff;border:none;border-radius:20px;cursor:pointer;font-size:14px}
.monk-chat-popup #sendBtn:hover{background:#1473e6}
.monk-chat-popup .time-divider{text-align:center;margin:15px 0}
.monk-chat-popup .time-divider span{display:inline-block;padding:4px 12px;font-size:12px;color:#fff;background:#bababa;border-radius:4px}
.monk-chat-popup .empty-tip{text-align:center;color:#999;padding-top:100px;font-size:14px}
.monk-chat-popup .monk-dialog-text{height:60px;line-height:20px;padding:0 0 0 10px;overflow-y:auto}
.monk-chat-popup .monk-dialog-form{border:#eee 1px solid;padding:6px 0 0;background:#fff;border-radius:8px;box-shadow:0 0 3px rgba(0,0,0,.15)}
.monk-chat-popup .monk-dialog-text:focus{outline:none}
.monk-chat-popup .monk-dialog-bar{position:relative;display:flex;justify-content:space-between;align-items:center;line-height:1;padding:3px 9px 9px}
.monk-chat-popup .monk-dialog-btn{color:#fff;background:#666;padding:2px 8px;border:0;border-radius:8px;cursor:pointer;opacity:.6}
.monk-chat-popup .monk-dialog-btn{color:#fff;background:#666;padding:2px 8px;border:0;border-radius:8px;cursor:pointer;opacity:.6}
.monk-chat-popup .monk-dialog-fun input,.ed-user-new-count,.ed-con-sys .ed-sys{display:none}
