@charset "UTF-8";.assistant-container{position:fixed;right:0;bottom:50px;display:flex;align-items:center;z-index:9999;cursor:pointer;transition:transform .3s ease;width:56px;height:88px;overflow:visible}.assistant-container .assistant-toggle-button{position:absolute;background-color:#0073e6;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1;transition:all .3s ease}.assistant-container .assistant-toggle-button .toggle-arrow:before{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px}.assistant-container.edge-left{left:0;right:auto;width:56px;height:fit-content}.assistant-container.edge-left .assistant-toggle-button{left:0;top:-16px;bottom:auto;transform:translateY(-50%);width:16px;height:32px;border-radius:0 4px 4px 0}.assistant-container.edge-left .assistant-toggle-button .toggle-arrow:before{border-right:2px solid white;border-bottom:2px solid white;transform:translate(-50%,-50%) rotate(135deg)}.assistant-container.edge-left .assistant-toggle-button .toggle-arrow.collapsed:before{transform:translate(-50%,-50%) rotate(-45deg)}.assistant-container.edge-right{right:0;left:auto;width:56px;height:fit-content}.assistant-container.edge-right .assistant-toggle-button{right:0;top:-16px;bottom:auto;transform:translateY(-50%);width:16px;height:32px;border-radius:4px 0 0 4px}.assistant-container.edge-right .assistant-toggle-button .toggle-arrow:before{border-right:2px solid white;border-bottom:2px solid white;transform:translate(-50%,-50%) rotate(-45deg)}.assistant-container.edge-right .assistant-toggle-button .toggle-arrow.collapsed:before{transform:translate(-50%,-50%) rotate(135deg)}.assistant-container.edge-top{top:0;bottom:auto;width:88px;height:56px}.assistant-container.edge-top .assistant-toggle-button{top:0;left:0;right:auto;transform:translate(-100%);width:32px;height:16px;border-radius:0 0 4px 4px}.assistant-container.edge-top .assistant-toggle-button .toggle-arrow:before{border-left:2px solid white;border-bottom:2px solid white;transform:translate(-50%,-50%) rotate(135deg)}.assistant-container.edge-top .assistant-toggle-button .toggle-arrow.collapsed:before{transform:translate(-50%,-50%) rotate(-45deg)}.assistant-container.edge-bottom{bottom:0;top:auto;width:88px;height:56px}.assistant-container.edge-bottom .assistant-toggle-button{bottom:0;left:0;right:auto;transform:translate(-100%);width:32px;height:16px;border-radius:4px 4px 0 0}.assistant-container.edge-bottom .assistant-toggle-button .toggle-arrow:before{border-left:2px solid white;border-bottom:2px solid white;transform:translate(-50%,-50%) rotate(-45deg)}.assistant-container.edge-bottom .assistant-toggle-button .toggle-arrow.collapsed:before{transform:translate(-50%,-50%) rotate(135deg)}.assistant-container.collapsed{cursor:default}.assistant-container.collapsed .assistant-icons{transform:translate(100%);opacity:0;pointer-events:none}.assistant-container.edge-left.collapsed{cursor:default}.assistant-container.edge-left.collapsed .assistant-icons{transform:translate(-100%);opacity:0;pointer-events:none}.assistant-container.edge-top.collapsed{cursor:default}.assistant-container.edge-top.collapsed .assistant-icons{transform:translateY(-100%);opacity:0;pointer-events:none}.assistant-container.edge-bottom.collapsed{cursor:default}.assistant-container.edge-bottom.collapsed .assistant-icons{transform:translateY(100%);opacity:0;pointer-events:none}.assistant-container .dragging{pointer-events:none}.assistant-container .assistant-icons{display:flex;padding:8px;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;border-radius:8px 0 0 8px;background:#fff;box-shadow:-4px 0 16px #00000014;transition:all .3s ease}.assistant-container .assistant-icons.collapsed{transform:translate(100%);opacity:0;pointer-events:none;display:none}.assistant-container .assistant-icons .icon-button{position:relative;height:40px;width:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.assistant-container .assistant-icons .icon-button.new-feature-icon{width:40px;height:40px;border-radius:50%;overflow:hidden;box-shadow:0 2px 8px #00000026}.assistant-container .assistant-icons .icon-button.new-feature-icon img{width:100%;height:100%;object-fit:cover}.assistant-container .assistant-icons .icon-button.ava-icon{width:40px;height:40px;border-radius:50%;overflow:hidden;box-shadow:0 2px 8px #00000026}.assistant-container .assistant-icons .icon-button.ava-icon img{width:100%;height:100%;object-fit:cover}.assistant-container .assistant-icons .icon-button.livechat-icon{width:40px;height:40px;border-radius:50%;box-shadow:0 2px 8px #00000026}.assistant-container .assistant-icons .icon-button.livechat-icon img{width:100%;height:100%;object-fit:cover;border-radius:50%}.assistant-container .assistant-icons .icon-button.livechat-icon .notify-new-message{position:absolute;top:0;right:0;height:8px;width:8px;border-radius:50%;background-color:#ff4d4f;border:1px solid #fff;z-index:30}.assistant-container .assistant-icons .icon-button.livechat-icon .notify-new-message.hide-new-message{display:none}.assistant-container .assistant-icons .icon-button .amis-support-icon-wrapper{position:relative;width:40px;height:40px;border-radius:50%;overflow:visible}.assistant-container .assistant-icons .icon-button .amis-support-icon-wrapper .amis-support-badge{position:absolute;top:-4px;right:-5px;width:16px;max-width:16px;height:16px;max-height:16px;border-radius:50%!important;background-color:#ff4d4f;color:#fff;font-size:9px;font-weight:700;border-radius:8px;display:flex;align-items:center;justify-content:center;border:1px solid #fff;font-size:10px;z-index:10;white-space:nowrap}.assistant-container .assistant-icons .icon-button .amis-support-icon-wrapper .amis-support-badge.font-size-small{font-size:8px}.assistant-container .assistant-icons .icon-button .amis-message-preview{position:absolute;bottom:100%;left:-80px;transform:translate(-50%);margin-bottom:8px;background:#fff;color:#000;padding:12px 14px;border-radius:12px;min-width:200px;max-width:280px;box-shadow:0 0 4px #0000001a;z-index:1000;cursor:text;animation:slideInUp .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.assistant-container .assistant-icons .icon-button .amis-message-preview:after{content:"";position:absolute;top:100%;right:10%;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid white;filter:drop-shadow(0 1px 0 #e0e0e0)}.assistant-container .assistant-icons .icon-button .amis-message-preview .sender-info{display:flex;align-items:center;gap:8px;margin-bottom:10px}.assistant-container .assistant-icons .icon-button .amis-message-preview .sender-info .sender-avatar{flex-shrink:0;width:20px;height:20px;border-radius:50%;overflow:hidden}.assistant-container .assistant-icons .icon-button .amis-message-preview .sender-info .sender-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.assistant-container .assistant-icons .icon-button .amis-message-preview .sender-info .sender-name{font-size:13px;font-weight:600;opacity:.9;flex:1;min-width:0}.assistant-container .assistant-icons .icon-button .amis-message-preview .message-content{font-size:13px;word-wrap:break-word;display:flex;align-items:flex-start;gap:6px;max-height:2.8em;overflow:hidden}.assistant-container .assistant-icons .icon-button .amis-message-preview .message-content .message-file-icon{flex-shrink:0;width:20px;height:16px;margin-top:1px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.5%206.66667H12.5083M2.5%2013.3333L6.66667%209.16666C7.44%208.4225%208.39333%208.4225%209.16667%209.16666L13.3333%2013.3333M11.6667%2011.6667L12.5%2010.8333C13.2733%2010.0892%2014.2267%2010.0892%2015%2010.8333L17.5%2013.3333M2.5%205C2.5%204.33696%202.76339%203.70107%203.23223%203.23223C3.70107%202.76339%204.33696%202.5%205%202.5H15C15.663%202.5%2016.2989%202.76339%2016.7678%203.23223C17.2366%203.70107%2017.5%204.33696%2017.5%205V15C17.5%2015.663%2017.2366%2016.2989%2016.7678%2016.7678C16.2989%2017.2366%2015.663%2017.5%2015%2017.5H5C4.33696%2017.5%203.70107%2017.2366%203.23223%2016.7678C2.76339%2016.2989%202.5%2015.663%202.5%2015V5Z'%20stroke='%235D5D5D'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center;background-repeat:no-repeat;background-size:contain}.assistant-container .assistant-icons .icon-button .amis-message-preview .message-content .message-file-icon.ic-image{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.5%206.66667H12.5083M2.5%2013.3333L6.66667%209.16666C7.44%208.4225%208.39333%208.4225%209.16667%209.16666L13.3333%2013.3333M11.6667%2011.6667L12.5%2010.8333C13.2733%2010.0892%2014.2267%2010.0892%2015%2010.8333L17.5%2013.3333M2.5%205C2.5%204.33696%202.76339%203.70107%203.23223%203.23223C3.70107%202.76339%204.33696%202.5%205%202.5H15C15.663%202.5%2016.2989%202.76339%2016.7678%203.23223C17.2366%203.70107%2017.5%204.33696%2017.5%205V15C17.5%2015.663%2017.2366%2016.2989%2016.7678%2016.7678C16.2989%2017.2366%2015.663%2017.5%2015%2017.5H5C4.33696%2017.5%203.70107%2017.2366%203.23223%2016.7678C2.76339%2016.2989%202.5%2015.663%202.5%2015V5Z'%20stroke='%235D5D5D'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center}.assistant-container .assistant-icons .icon-button .amis-message-preview .message-content .message-file-icon.ic-video{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.5%207.50008C2.5%206.61603%202.85119%205.76818%203.47631%205.14306C4.10143%204.51794%204.94928%204.16675%205.83333%204.16675H14.1667C15.0507%204.16675%2015.8986%204.51794%2016.5237%205.14306C17.1488%205.76818%2017.5%206.61603%2017.5%207.50008V12.5001C17.5%2013.3841%2017.1488%2014.232%2016.5237%2014.8571C15.8986%2015.4822%2015.0507%2015.8334%2014.1667%2015.8334H5.83333C4.94928%2015.8334%204.10143%2015.4822%203.47631%2014.8571C2.85119%2014.232%202.5%2013.3841%202.5%2012.5001V7.50008Z'%20stroke='%235D5D5D'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.33333%207.50008L12.5%2010.0001L8.33333%2012.5001V7.50008Z'%20stroke='%235D5D5D'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center}.assistant-container .assistant-icons .icon-button .amis-message-preview .message-content .message-file-icon.ic-file{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.5%205.83339L7.08333%2011.2501C6.75181%2011.5816%206.56556%2012.0312%206.56556%2012.5001C6.56556%2012.9689%206.75181%2013.4185%207.08333%2013.7501C7.41485%2014.0816%207.86449%2014.2678%208.33333%2014.2678C8.80217%2014.2678%209.25181%2014.0816%209.58333%2013.7501L15%208.33339C15.663%207.67034%2016.0355%206.77107%2016.0355%205.83339C16.0355%204.8957%2015.663%203.99643%2015%203.33339C14.337%202.67034%2013.4377%202.29785%2012.5%202.29785C11.5623%202.29785%2010.663%202.67034%2010%203.33339L4.58333%208.75005C3.58877%209.74461%203.03003%2011.0935%203.03003%2012.5001C3.03003%2013.9066%203.58877%2015.2555%204.58333%2016.2501C5.57789%2017.2446%206.92681%2017.8034%208.33333%2017.8034C9.73985%2017.8034%2011.0888%2017.2446%2012.0833%2016.2501L17.5%2010.8334'%20stroke='%235D5D5D'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center}.assistant-container .assistant-icons .icon-button .amis-message-preview .message-content .file-type-text{opacity:.6;font-style:italic;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;word-break:break-word}.assistant-container .assistant-icons .icon-button .amis-message-preview .message-content span:not(.file-type-text){display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.assistant-container .assistant-icons .icon-button .amis-message-preview .preview-close-button{position:absolute;top:-6px;right:-6px;width:18px;height:18px;background-color:#b0b0b0;border:1px solid rgba(0,0,0,.1);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1001;transition:all .2s ease}.assistant-container .assistant-icons .icon-button .amis-message-preview .preview-close-button span{font-size:12px;font-weight:700;color:#666;line-height:1}.assistant-container .assistant-icons .icon-button .amis-message-preview .preview-close-button:hover{transform:scale(1.05)}.assistant-container .assistant-icons .icon-button .amis-message-preview .i-close-x{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.2998%204.70022L4.70017%2011.2999M4.70017%204.70022L11.2998%2011.2999'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;width:16px;height:16px}.assistant-container.edge-left .assistant-icons{border-radius:0 8px 8px 0;box-shadow:4px 0 16px #00000014}.assistant-container.edge-left .assistant-icons .amis-message-preview{bottom:47px;left:115px;right:auto;margin-bottom:8px;margin-left:8px;margin-right:0}.assistant-container.edge-left .assistant-icons .amis-message-preview:after{top:100%;left:10%;right:auto}.assistant-container.edge-top .assistant-icons{flex-direction:row;border-radius:0 0 8px 8px;box-shadow:0 4px 16px #00000014}.assistant-container.edge-top .assistant-icons .amis-message-preview{top:100%;bottom:auto;left:50%;right:auto;transform:translate(-50%);margin-top:8px;margin-bottom:0;margin-right:0}.assistant-container.edge-top .assistant-icons .amis-message-preview:after{top:-8px;bottom:auto;left:50%;right:auto;transform:translate(-50%);border-top:none;border-bottom:8px solid white;border-left:8px solid transparent;border-right:8px solid transparent;filter:drop-shadow(0 -1px 0 #e0e0e0)}.assistant-container.edge-bottom .assistant-icons{flex-direction:row;border-radius:8px 8px 0 0;box-shadow:0 -4px 16px #00000014}.assistant-container.edge-bottom .assistant-icons .amis-message-preview{bottom:100%;top:auto;left:50%;right:auto;transform:translate(-50%);margin-bottom:8px;margin-top:0;margin-right:0}.assistant-container.edge-bottom .assistant-icons .amis-message-preview:after{top:100%;bottom:auto;left:50%;right:auto;transform:translate(-50%);border-top:8px solid white;border-bottom:none;border-left:8px solid transparent;border-right:8px solid transparent;filter:drop-shadow(0 1px 0 #e0e0e0)}#aibot{width:613px;position:fixed;right:0;top:0;z-index:100}.dynamic-tooltip{position:fixed;background-color:#333333f2;color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;white-space:nowrap;z-index:2147483647;pointer-events:none;opacity:0;transition:opacity .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:0 4px 12px #00000026}@keyframes slideInUp{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.global-report-loading-overlay{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#0a0e17;opacity:.8;display:flex;justify-content:center;align-items:center;z-index:10}.global-report-loading-content{display:flex;flex-direction:column;align-items:center;gap:16px}*{-webkit-box-sizing:border-box;box-sizing:border-box}* .qlch-import .content{height:100%!important}* .body-input .selected-item{height:24px!important}* .tooltip-content{white-space:normal!important}* .select-promotion-popup .detail-footer{height:56px!important}:root{--bg-left-menu: #FFF !important;--bg-menu-item-hover: #ecf4ff !important;--text-color-sidebar: #101828 !important;--text-color-sidebar-hover: #4155F5 !important}
