#deepseek-chatbot-avatar{position:fixed;z-index:2147483000;bottom:20px;right:20px;display:flex;align-items:center}img.chatbot-avatar{display:block;width:50px;height:50px;border-radius:50%;box-shadow:rgba(0,0,0,.16) 0px 5px 20px;position:relative;z-index:2}#deepseek-chatbot-avatar .chatbot-wellcome-text{font-size:14px;color:#fff;padding:8px 10px;border-radius:3px;background:var(--chatbot-theme-color);margin-right:15px;box-shadow:0 4px 10px rgba(0,0,0,.1);transform:translateX(50px);transition:all ease .2s;position:relative;opacity:0;z-index:1}#deepseek-chatbot-avatar.active .chatbot-wellcome-text{opacity:1;transform:translateX(0)}#deepseek-chatbot-avatar .chatbot-wellcome-text:after{content:'';right:-5px;top:50%;margin-top:-10px;background:var(--chatbot-theme-color);-webkit-box-shadow:rgba(0,27,71,.12) 0px 0px 32px 0px;box-shadow:rgba(0,27,71,.12) 0px 0px 32px 0px;position:absolute;display:block;content:'';height:20px;width:20px;-webkit-box-shadow:none;box-shadow:none;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;z-index:50}#deepseek-chatbot{display:none;z-index:2147483000;position:fixed;bottom:20px;right:20px;transform-origin:right bottom;visibility:visible;border-radius:16px;height:min(704px, 100% - 40px);min-height:80px;width:400px;max-height:704px;overflow:hidden;box-shadow:rgba(0,0,0,.16) 0px 5px 40px;opacity:1;transition:width .2s,height .2s,max-height .2s,transform .3s cubic-bezier(0,1.2,1,1),opacity 83ms ease-out;pointer-events:all;background:#fff}#deepseek-chatbot.big-screen{max-height:calc(100% - 40px);top:20px;width:688px;height:calc(100% - 40px)}#deepseek-chatbot>iframe{top:0;left:0;width:100%;height:100%;position:absolute;visibility:visible;overflow:hidden}