:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6,78%,57%);--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,0.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-right:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.CreditsInfoTips_noCredit__R8jZb{display:flex;align-items:center;justify-content:flex-start;min-height:40px;background:#f3f2ff;border-radius:8px;font-size:12px;padding:0 16px;color:var(--d-color)}.DocumentCard_summary-container__A1DeF{position:relative;width:326px;background:#fff;margin-bottom:40px;box-sizing:border-box}.DocumentCard_summaryCardTitle__dVb_y{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:16px;color:#313d4f;line-height:22px;margin-bottom:8px}.DocumentCard_summaryCardTitle__dVb_y .DocumentCard_right-action__XoNB1 img{width:24px;height:24px;margin-left:8px}.DocumentCard_date__i1w97{font-size:14px;color:#999fa8;margin-right:8px}.DocumentCard_overflow__5LZvw{overflow:auto;height:calc(100vh - 380px)}.DocumentCard_summaryCardItem__OjBA9{padding-top:20px;padding-bottom:20px;border-bottom:1px solid #e6eaf0}.DocumentCard_summaryCardItemTitle__UDZP7{font-weight:700;font-size:14px;color:#313d4f;margin-bottom:8px;display:flex;align-items:center}.DocumentCard_summaryCardItemTitleIndex__0ILcR{width:20px;height:20px;background:#f2f4f7;text-align:center;line-height:20px;border-radius:10px;margin-right:8px;font-size:14px}.DocumentCard_summaryCardItemTitleText__SCv4V{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.DocumentCard_summaryCardItemContent__yu4s7{font-size:14px;color:#313d4f;line-height:20px;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.DocumentCard_more-container__FtPJa{bottom:0;left:0;right:0;height:80px;padding-top:20px;box-sizing:border-box;background:linear-gradient(180deg,rgba(255,255,255,.39),rgba(255,255,255,.77) 26%,#ffffff)}.DocumentCard_more__3HFiM{width:286px;height:40px;border-radius:20px;font-size:14px;color:#313d4f;line-height:40px;text-align:center;background:#f2f4f7;font-weight:700;margin:0 auto;display:block}@media screen and (max-width:760px){.DocumentCard_summary-container__A1DeF{width:100%}.DocumentCard_overflow__5LZvw{height:auto}}.ImagesCard_summary-container___4xSU{width:326px;margin-bottom:40px;box-sizing:border-box}.ImagesCard_summary-container___4xSU .ImagesCard_imageCardTitle__JDs4G{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:16px;color:#313d4f;line-height:22px;margin-bottom:8px}.ImagesCard_summary-container___4xSU .ImagesCard_imageCardTitle__JDs4G .ImagesCard_right-action__Cvhti img{width:24px;height:24px;margin-left:8px}.ImagesCard_summary-container___4xSU .ImagesCard_action-button__Y5Ioh{margin-top:20px;height:40px;background:#f2f4f7;text-align:center;border-radius:20px}.ImagesCard_summary-container___4xSU .ImagesCard_action-button__Y5Ioh button{width:100%;line-height:40px;font-weight:700;font-size:14px;color:#313d4f}.ImagesCard_imageCardContent__1b42K{overflow:auto;display:flex;flex-wrap:wrap;justify-content:space-between}.ImagesCard_imageCardContent__1b42K .ant-image{margin-bottom:12px}.ImagesCard_imageCardItem__yWPK2{margin-bottom:12px;border-radius:8px;width:157px;height:88px;object-fit:cover;border:1px solid #e6eaf0;box-sizing:border-box}@media screen and (max-width:760px){.ImagesCard_summary-container___4xSU{width:100%}}.SendArea_chat-input-panel-inner__XJclm{display:flex;flex:1;border:1px solid #dfdee9;border-radius:26px;background-color:#fff;align-items:center}@--primary : #725cf9;.SendArea_chat-input__g7jM0{height:100%;width:100%;flex:1;background:#fff;border:none;background-color:var(--white);color:var(--black);font-family:inherit;padding:14px 20px 10px;box-sizing:border-box;resize:none;outline:none;min-height:50px;max-height:200px}.SendArea_sources__ZjRQN{display:inline-flex;align-items:center;height:40px;background-color:#f2f4f7;border-radius:20px;padding-left:4px;padding-right:4px;margin-left:6px}.SendArea_chat-input__g7jM0:focus{border:none;outline:none;box-shadow:none}.SendArea_chat-input-send__8xcH_{background-color:--primary;color:#fff;font-weight:bolder;font-size:18px;width:40px;height:40px;min-width:40px!important;margin-left:20px;margin-right:6px;margin-top:0;padding:0}.SendArea_chat-input-send__8xcH_ img{width:100%;height:100%}.SendArea_chat-input-send__8xcH_[disabled],.SendArea_chat-input__g7jM0[disabled]{cursor:not-allowed;opacity:.7}.SendArea_switch__X0bKt{margin-left:20px;padding-top:2px;color:--primary;font-size:12px;display:flex;align-items:center}.SendArea_switch__X0bKt .SendArea_text__ATJQl{margin-left:8px;line-height:20px}@media screen and (max-width:760px){.SendArea_text__ATJQl{display:none}.SendArea_chat-input-send__8xcH_{margin-left:8px;margin-top:0}.SendArea_switch__X0bKt{margin-left:8px}.SendArea_chat-input__g7jM0{max-height:50px;padding-right:0}}.NoData_text__mt_o8{font-size:14px;margin-top:20px;color:#999fa8;font-weight:400}.page_reportNav__nTFEh{padding-bottom:21px;border-bottom:1px solid #eceff3}.page_title__lHNPq{font-size:20px;font-weight:bolder;color:#313d4f;line-height:28px}.page_title__lHNPq .page_count__8NDmu{margin-left:12px;font-size:14px;font-weight:400;color:#999fa8;line-height:20px}.page_list__ExJ6k{margin-top:12px}.Chat_title__mHBr9{font-size:24px;font-weight:600;color:#313d4f;line-height:33px;font-weight:bolder;text-align:left;margin-bottom:20px}.Chat_title__mHBr9 .Chat_titleContent__NuKhu{display:inline;word-break:break-word;overflow:hidden;transition:all .3s ease}.Chat_title__mHBr9 .Chat_titleContent__NuKhu.Chat_collapsed__cbm_a{display:-webkit-box;-webkit-box-orient:vertical;line-clamp:2;-webkit-line-clamp:2;max-height:84px}.Chat_title__mHBr9 .Chat_titleToggle__FLsGT{color:#999fa8;cursor:pointer;display:inline-flex;vertical-align:middle;transition:color .2s ease}.Chat_title__mHBr9 .Chat_titleToggle__FLsGT:hover{color:#313d4f}.Chat_selfCard__sfyDq{display:flex;align-items:flex-end;margin-bottom:28px;flex-direction:row-reverse;flex-direction:column}.Chat_selfCard__sfyDq .Chat_self__jaP5c{background-color:#f3f2ff;color:#313d4f;padding:12px;border-radius:6px;display:inline-block;max-width:70%;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word}.Chat_reportCard__PywbU{max-width:45vw;background-color:#fafbfc;padding:20px;border-radius:6px;position:relative}.Chat_reportCard__PywbU .Chat_itemCopy__G2y4v{display:none;position:absolute;right:0;bottom:-20px;cursor:pointer}.Chat_reportCard__PywbU:hover .Chat_itemCopy__G2y4v{display:flex;color:#313d4f;font-size:12px;line-height:20px}.Chat_reportCard__PywbU .Chat_queItem__5_Lga{align-items:center;height:36px;display:flex;justify-content:space-between;border-bottom:1px solid #e5e8ed;font-size:14px;color:#313d4f}.Chat_reportCard__PywbU .Chat_queItem__5_Lga:last-child{border:none}.Chat_sendBottomArea__TxJG9{position:-webkit-sticky;position:sticky;bottom:0;padding-top:12px;padding-bottom:0;background:#fff;width:auto}.Chat_sendBottomArea__TxJG9 .Chat_sendBottomContainer__k56_y{background-color:#f6f7f8;border-radius:31px;padding:5px}.Chat_sendBottomArea__TxJG9 .Chat_noCredit__36LWy{display:flex;align-items:center;justify-content:flex-start;min-height:40px;background:#f3f2ff;border-radius:8px;font-size:12px;padding:0 16px;color:var(--d-color)}.Chat_sendBottomArea__TxJG9 .Chat_bottomTips__bv5Iy{font-size:12px;font-weight:400;color:#999fa8;line-height:17px;text-align:center;margin:0;padding:7px 24px 12px;background-color:#fff}.Chat_splitLine__fJHUR{margin-top:40px;border-bottom:1px solid #eceff3;margin-bottom:40px}.Chat_fadeIn___uCfC{animation:Chat_fadeIn___uCfC .3s ease-in}@keyframes Chat_fadeIn___uCfC{0%{opacity:0}to{opacity:1}}@media screen and (max-width:760px){.Chat_sendBottomArea__TxJG9{position:fixed;left:14px;right:14px;bottom:0}.Chat_container__Kd4pM{padding-bottom:100px}.Chat_reportCard__PywbU{max-width:80vw}}.Chat_summaryCardItem__s9VsW{padding-top:20px;padding-bottom:20px;border-bottom:1px solid #e6eaf0}.Chat_summaryCardItemTitle__aL4Wy{font-weight:700;font-size:14px;color:#313d4f;margin-bottom:8px;display:flex;align-items:center}.Chat_summaryCardItemTitleIndex__gGyuM{width:20px;height:20px;background:#f2f4f7;text-align:center;line-height:20px;border-radius:10px;margin-right:8px;font-size:14px}.Chat_summaryCardItemTitleText__KhIlK{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Chat_summaryCardItemContent__uNJ9Q{font-size:14px;color:#313d4f;line-height:20px;line-clamp:2;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.ReportCategory_reportTypes__A11M0{display:flex;overflow-x:auto;white-space:nowrap}.ReportCategory_reportTypes__A11M0 .ReportCategory_reportTypeItem__cI05X .ReportCategory_icon__DQgmp{width:24px;height:24px;margin-right:4px}.ReportCategory_reportTypes__A11M0 .ReportCategory_reportTypeItem__cI05X{font-size:14px;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;padding:0 16px;margin-right:12px;height:36px;border-radius:18px;background:#fff;border:1px solid #f2f4f7;color:#313d4f;flex:0 0 auto;line-height:20px}.ReportCategory_reportTypes__A11M0 .ReportCategory_reportTypeItem__cI05X.ReportCategory_active__7YigX{color:#725cf9;background:#f3f2ff;border:1px solid #f3f2ff;transition:all .2s}@media screen and (max-width:760px){.ReportCategory_reportTypes__A11M0{display:inline-flex;width:100%;overflow-x:auto;white-space:nowrap}}.ResultSourceCard_list__CA3Rf{margin-top:20px}.ResultSourceCard_list__CA3Rf .ResultSourceCard_result__BiLe2{padding:12px}.ResultSourceCard_list__CA3Rf .ResultSourceCard_desc__gJX1h{display:flex;align-items:center;cursor:pointer;color:#999fa8}.ResultSourceCard_list__CA3Rf .ResultSourceCard_resultItem__CWh_C{padding-bottom:20px;border-bottom:1px solid #eceff3;margin-bottom:20px}.ResultSourceCard_list__CA3Rf .ResultSourceCard_resultItem__CWh_C:last-child{border:none;margin-bottom:0}.ResultSourceCard_list__CA3Rf .ResultSourceCard_icon__xxriE{width:24px;height:24px;margin-right:8px}.ResultSourceCard_list__CA3Rf .ResultSourceCard_icon2__cv7JF{width:20px;height:20px;margin-right:8px}.ResultSourceCard_list__CA3Rf .ResultSourceCard_docItem__hl_rC{width:100%;box-sizing:border-box;padding:0 0 12px;display:flex;align-items:center;cursor:pointer}.ResultSourceCard_list__CA3Rf .ResultSourceCard_docItem__hl_rC .ResultSourceCard_title__bZzZ_{font-size:14px;font-weight:700;color:#313d4f;line-height:20px;overflow:hidden;white-space:normal;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.ResultSourceCard_list__CA3Rf .ResultSourceCard_content__CoMUT{position:relative;line-height:20px;font-size:12px;font-weight:400;overflow:hidden;height:auto}.ResultSourceCard_list__CA3Rf .ResultSourceCard_content__CoMUT pre{text-wrap:wrap}@keyframes ResultSourceCard_rotate__wgxDs{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.ResultSourceCard_loading__M8Cux{animation:ResultSourceCard_rotate__wgxDs .8s infinite}.ResultSourceCard_reportTypes__o4GE3{display:inline-flex;margin-top:20px;margin-bottom:12px}.ResultSourceCard_reportTypes__o4GE3 .ResultSourceCard_reportTypeItem___mHsw .ResultSourceCard_icon__xxriE{width:20px;height:20px;margin-right:4px}.ResultSourceCard_reportTypes__o4GE3 .ResultSourceCard_reportTypeItem___mHsw{font-size:14px;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;padding:0 16px;margin-right:12px;height:36px;border-radius:18px;background:#fff;border:1px solid #f2f4f7;color:#313d4f;line-height:20px}.ResultSourceCard_reportTypes__o4GE3 .ResultSourceCard_reportTypeItem___mHsw.ResultSourceCard_active__gI_Hh{color:#725cf9;background:#f3f2ff;border:1px solid #f3f2ff;transition:all .2s}.SourceCard_content__N1gpf{display:inline-block;height:28px;background:#f2f4f7;border-radius:4px;line-height:28px;padding:0 6px;font-size:12px;font-weight:400;color:#999fa8}.SourceCard_noMargin__EbB03{margin-bottom:8px}.SourceCard_titleSource__Vt2DM{position:relative}.SourceCard_titleSource__Vt2DM .SourceCard_viewSource__IHhdS{color:var(--d-color);position:absolute;right:0;cursor:pointer;bottom:0;right:12px;font-weight:400;font-size:14px}.SourceCard_list__2r_jQ{margin-top:8px;display:flex;flex-wrap:wrap}.SourceCard_list__2r_jQ .SourceCard_docItem___chzp{width:241.3px;height:84px;box-sizing:border-box;padding:16px;background:#fff;border-radius:12px;display:flex;margin-right:12px;margin-bottom:12px;border:1px solid #f2f4f7;cursor:pointer}.SourceCard_list__2r_jQ .SourceCard_docItem___chzp:last-child,.SourceCard_list__2r_jQ .SourceCard_docItem___chzp:nth-last-child(2),.SourceCard_list__2r_jQ .SourceCard_docItem___chzp:nth-last-child(3){margin-bottom:0}.SourceCard_list__2r_jQ .SourceCard_docItem___chzp .SourceCard_icon__xbS8z{width:24px;height:24px;margin-right:8px}.SourceCard_list__2r_jQ .SourceCard_docItem___chzp .SourceCard_title__Gyg_5{flex:1;height:40px;font-size:14px;font-weight:400;color:#222;line-height:20px;overflow:hidden;white-space:normal;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all}.SourceCard_list__2r_jQ .SourceCard_docItem___chzp .SourceCard_desc__lTeC4{font-size:12px;font-weight:400;color:#999fa8;line-height:20px}@media screen and (max-width:760px){.SourceCard_list__2r_jQ{width:100%;flex-wrap:nowrap;overflow-x:auto;margin-bottom:0;white-space:nowrap}.SourceCard_list__2r_jQ::-webkit-scrollbar{display:block}.SourceCard_list__2r_jQ .SourceCard_docItem___chzp{margin-bottom:0;min-width:240px}}.AgentStepCard_contaienr__1avaY{padding:0;border-radius:12px}.AgentStepCard_contaienr__1avaY .AgentStepCard_stepTile__9h0Fb{display:flex;cursor:pointer;align-items:center}.AgentStepCard_contaienr__1avaY .AgentStepCard_splitLine__aTIhr{border-bottom:1px solid #eceff3;margin-bottom:12px;margin-top:18px}.AgentStepCard_contaienr__1avaY .AgentStepCard_titleClass__FjVKa{padding:0}.AgentStepCard_contaienr__1avaY .AgentStepCard_itemTitle__N_J_D{display:flex;align-items:center}.AgentStepCard_contaienr__1avaY .AgentStepCard_itemTitle__N_J_D .AgentStepCard_icon__hvi_u{width:30px;height:30px}.AgentStepCard_contaienr__1avaY .AgentStepCard_itemTitle__N_J_D{font-size:16px;font-weight:700;color:#313d4f}.AgentStepCard_contaienr__1avaY .AgentStepCard_itemTitle__N_J_D .AgentStepCard_text__RAWGd{flex:1}.AgentStepCard_childrenContontainer__G9Rh5{padding:0 0 0 28px}.AgentStepCard_content__LDECr{display:inline-block;height:28px;background:#fff;border-radius:4px;line-height:28px;padding:0 6px;font-size:12px;font-weight:400;color:#313d4f}.AgentStepCard_msgItem__LkZgd .AgentStepCard_msgItemTitle__IpyNC{display:flex;align-items:center;height:28px;font-size:14px;font-weight:500;color:#313d4f}.AgentStepCard_msgItem__LkZgd .AgentStepCard_msgItemIcon__bsKDn{width:28px;height:28px}.AgentStepCard_msgItem__LkZgd .AgentStepCard_msgItemIcon__bsKDn .AgentStepCard_loader__111es{margin-left:10px;margin-top:10px;width:6px;aspect-ratio:1;border-radius:75%;background:var(--d-color);box-shadow:0 0 0 0 var(--d-color);animation:AgentStepCard_l1__U1yZZ 1s infinite}.AgentStepCard_msgItem__LkZgd .AgentStepCard_msgItemContent__2kEHJ{margin-left:13px;border-left:1px solid #eceff3;padding:8px 0 8px 14px;color:#888;font-size:12px;font-weight:400}.AgentStepCard_msgItem__LkZgd .AgentStepCard_msgItemContent__2kEHJ .markdown-body{font-size:12px!important;color:#888}.AgentStepCard_list__Sqj82{margin-top:8px;display:flex;flex-wrap:wrap}.AgentStepCard_list__Sqj82 .AgentStepCard_docItem__qSeum{width:246px;height:84px;box-sizing:border-box;padding:16px 18px;background:#f2f4f7;border-radius:16px;display:flex;margin-right:12px;margin-bottom:12px;cursor:pointer}.AgentStepCard_list__Sqj82 .AgentStepCard_docItem__qSeum .AgentStepCard_icon__hvi_u{width:24px;height:24px;margin-right:8px}.AgentStepCard_list__Sqj82 .AgentStepCard_docItem__qSeum .AgentStepCard_title__ClsMx{width:182px;height:40px;font-size:14px;font-weight:400;color:#222;line-height:20px;overflow:hidden;white-space:normal;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.AgentStepCard_list__Sqj82 .AgentStepCard_docItem__qSeum .AgentStepCard_desc__P7Yxl{font-size:12px;font-weight:400;color:#999fa8;line-height:20px}.AgentStepCard_subQuestion___1w7_{padding-bottom:8px;border-bottom:1px solid #e5e8ed;margin-bottom:20px}.AgentStepCard_subQuestion___1w7_:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}@keyframes AgentStepCard_l1__U1yZZ{to{box-shadow:0 0 0 10px rgba(114,92,249,.1)}}.AgentStepCard_loader-dot__0gDSh{margin-top:8px;width:26px;aspect-ratio:4;--_g:no-repeat radial-gradient(circle closest-side,var(--d-color) 90%,#0000);background:var(--_g) 0 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:33.3333333333% 100%;animation:AgentStepCard_l7__WD1Kn 1s linear infinite}@keyframes AgentStepCard_l7__WD1Kn{33%{background-size:33.3333333333% 0,33.3333333333% 100%,33.3333333333% 100%}50%{background-size:33.3333333333% 100%,33.3333333333% 0,33.3333333333% 100%}66%{background-size:33.3333333333% 100%,33.3333333333% 100%,33.3333333333% 0}}.CopilotCard_container__1gFpP{padding:20px;border:1px solid #f2f4f7;border-radius:10px;margin-bottom:20px}.CopilotCard_container__1gFpP .CopilotCard_title__5MwKd{display:flex;align-items:center}.CopilotCard_container__1gFpP .CopilotCard_title__5MwKd .CopilotCard_icon__nCXXE{width:30px;height:30px}.CopilotCard_container__1gFpP .CopilotCard_title__5MwKd{font-size:16px;font-weight:700;color:#313d4f}.CopilotCard_container__1gFpP .CopilotCard_title__5MwKd .CopilotCard_text__VC1sb{flex:1}.CopilotCard_container__1gFpP .CopilotCard_title__5MwKd{margin-bottom:24px}.CopilotCard_container__1gFpP .CopilotCard_input__hhT4Y{height:40px;background:#fff;border-radius:8px;border:1px solid #eceff3;width:360px}.CopilotCard_container__1gFpP .CopilotCard_subItem__X9CI9{margin-bottom:20px}.CopilotCard_container__1gFpP .CopilotCard_subTitle__8Iccv{font-size:14px;font-weight:500;color:#313d4f;line-height:20px;margin-bottom:8px}.CopilotCard_container__1gFpP .CopilotCard_btnContainer__IaVM3{margin-top:36px}.CopilotCard_containerLoading__b1XQP{animation:CopilotCard_fadeIn__b2yJn .3s ease-in both;animation-delay:.1s;opacity:0}@keyframes CopilotCard_rotate__SRBzb{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes CopilotCard_fadeIn__b2yJn{0%{opacity:0}to{opacity:1}}@keyframes CopilotCard_fadeOut__v0_0B{0%{opacity:1}to{opacity:0}}.CopilotCard_loading__EGhRu{animation:CopilotCard_rotate__SRBzb .8s linear infinite both}.QueryQuestionCard_content__W5_yu{display:inline-block;min-height:28px;background:#f2f4f7;border-radius:4px;line-height:20px;padding:4px 6px;font-size:12px;font-weight:400;color:#999fa8;margin-right:8px;margin-top:8px}.QueryQuestionCard_list__U0cKp{flex-wrap:wrap}.CopilotStepCard_contaienr___IfZw{background-color:#fafbfc;padding:18px 0;border-radius:12px}.CopilotStepCard_contaienr___IfZw.CopilotStepCard_bg-fff__u1NcP{background-color:#fff}.CopilotStepCard_contaienr___IfZw .CopilotStepCard_stepTile__qHMj4{display:flex;justify-content:space-between;cursor:pointer}.CopilotStepCard_contaienr___IfZw .CopilotStepCard_splitLine__JGA8t{border-bottom:1px solid #eceff3;margin-bottom:12px;margin-top:18px}.CopilotStepCard_contaienr___IfZw .CopilotStepCard_titleClass__eps1c{padding:0 20px}.CopilotStepCard_contaienr___IfZw .CopilotStepCard_itemTitle__YZmJE{display:flex;align-items:center}.CopilotStepCard_contaienr___IfZw .CopilotStepCard_itemTitle__YZmJE .CopilotStepCard_icon__elkaa{width:30px;height:30px}.CopilotStepCard_contaienr___IfZw .CopilotStepCard_itemTitle__YZmJE{font-size:16px;font-weight:700;color:#313d4f}.CopilotStepCard_contaienr___IfZw .CopilotStepCard_itemTitle__YZmJE .CopilotStepCard_text__CLk_Y{flex:1}.CopilotStepCard_childrenContontainer__TKquf{padding:0 20px}.CopilotStepCard_content__s1KUD{display:inline-block;height:28px;background:#fff;border-radius:4px;line-height:28px;padding:0 6px;font-size:12px;font-weight:400;color:#313d4f}.CopilotStepCard_list__EKghZ{margin-top:8px;display:flex;flex-wrap:wrap}.CopilotStepCard_list__EKghZ .CopilotStepCard_docItem__J4mh0{width:246px;height:84px;box-sizing:border-box;padding:16px 18px;background:#f2f4f7;border-radius:16px;display:flex;margin-right:12px;margin-bottom:12px;cursor:pointer}.CopilotStepCard_list__EKghZ .CopilotStepCard_docItem__J4mh0 .CopilotStepCard_icon__elkaa{width:24px;height:24px;margin-right:8px}.CopilotStepCard_list__EKghZ .CopilotStepCard_docItem__J4mh0 .CopilotStepCard_title__He_FY{width:182px;height:40px;font-size:14px;font-weight:400;color:#222;line-height:20px;overflow:hidden;white-space:normal;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.CopilotStepCard_list__EKghZ .CopilotStepCard_docItem__J4mh0 .CopilotStepCard_desc__uVcFO{font-size:12px;font-weight:400;color:#999fa8;line-height:20px}.CopilotStepCard_subQuestion__EsXZ7{padding-bottom:8px;border-bottom:1px solid #e5e8ed;margin-bottom:20px}.CopilotStepCard_subQuestion__EsXZ7:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.DetailSourceCard_content__aMpSQ{display:inline-block;height:28px;background:#f2f4f7;border-radius:4px;line-height:28px;padding:0 6px;font-size:12px;font-weight:400;color:#999fa8;margin-right:8px;margin-top:8px}.DetailSourceCard_msgItem__3uemx{display:flex;align-items:center;flex-wrap:wrap}.DetailSourceCard_noMargin__8dncN{margin-bottom:0}.ErrorCard_content__2zSX6{display:inline-block;min-height:28px;background:#f2f4f7;border-radius:4px;line-height:20px;padding:4px 6px;font-size:12px;font-weight:400;color:#999fa8;margin-right:8px;margin-top:8px}.ErrorCard_list__2QWDo .ErrorCard_retry__mC_fm{color:var(--d-color);cursor:pointer;display:inline-flex;align-items:center}.ErrorCard_list__2QWDo .ErrorCard_retry__mC_fm img{margin-left:4px}.StepCard_contaienr__mFxqo{background-color:#fafbfc;padding:18px 0;border-radius:12px}.StepCard_contaienr__mFxqo .StepCard_stepTile__XVfsC{display:flex;justify-content:space-between;cursor:pointer}.StepCard_contaienr__mFxqo .StepCard_splitLine__uJA7_{border-bottom:1px solid #e5e8ed;margin-bottom:12px;margin-top:18px}.StepCard_contaienr__mFxqo .StepCard_titleClass__J18ku{padding:0 20px}.StepCard_contaienr__mFxqo .StepCard_itemTitle__FHOP_{display:flex;align-items:center}.StepCard_contaienr__mFxqo .StepCard_itemTitle__FHOP_ .StepCard_icon__kLxws{width:30px;height:30px}.StepCard_contaienr__mFxqo .StepCard_itemTitle__FHOP_{font-size:16px;font-weight:700;color:#313d4f}.StepCard_contaienr__mFxqo .StepCard_itemTitle__FHOP_ .StepCard_text___7fC3{flex:1}.StepCard_childrenContontainer__HEzfP{padding:0 20px}.StepCard_content__gy63F{display:inline-block;height:28px;background:#fff;border-radius:4px;line-height:28px;padding:0 6px;font-size:12px;font-weight:400;color:#313d4f}.StepCard_list__g65lg{margin-top:8px;display:flex;flex-wrap:wrap}.StepCard_list__g65lg .StepCard_docItem__ckxH9{width:246px;height:84px;box-sizing:border-box;padding:16px 18px;background:#f2f4f7;border-radius:16px;display:flex;margin-right:12px;margin-bottom:12px;cursor:pointer}.StepCard_list__g65lg .StepCard_docItem__ckxH9 .StepCard_icon__kLxws{width:24px;height:24px;margin-right:8px}.StepCard_list__g65lg .StepCard_docItem__ckxH9 .StepCard_title__vLxs1{width:182px;height:40px;font-size:14px;font-weight:400;color:#222;line-height:20px;overflow:hidden;white-space:normal;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.StepCard_list__g65lg .StepCard_docItem__ckxH9 .StepCard_desc__ddzr3{font-size:12px;font-weight:400;color:#999fa8;line-height:20px}.StepCard_subQuestion__vGq9P{padding-bottom:8px;border-bottom:1px solid #e5e8ed;margin-bottom:20px}.StepCard_subQuestion__vGq9P:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.ThinkCard_content__IDsKr{margin-top:8px;color:#888!important;border-left:2px solid #e5e5e5;padding-left:12px}.ThinkCard_content__IDsKr .markdown-body img{margin:12px auto}.ThinkCard_content__IDsKr .markdown-body{color:#888}.TranslateCard_container__8ZE5I{background:#fafbfc;border-radius:12px;padding:12px 20px;margin-bottom:28px}.TranslateCard_container__8ZE5I .TranslateCard_title__HU0j4{display:flex;align-items:center}.TranslateCard_container__8ZE5I .TranslateCard_title__HU0j4 .TranslateCard_icon__VvXNq{width:30px;height:30px}.TranslateCard_container__8ZE5I .TranslateCard_title__HU0j4{font-size:16px;font-weight:700;color:#313d4f}.TranslateCard_container__8ZE5I .TranslateCard_title__HU0j4 .TranslateCard_text__q0CmP{flex:1}.TranslateCard_container__8ZE5I .TranslateCard_content__puiRG{margin-top:8px;color:#313d4f;line-height:22px;white-space:pre-wrap;word-break:break-all}@keyframes TranslateCard_rotate__QxXnZ{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.TranslateCard_loading__00OEb{animation:TranslateCard_rotate__QxXnZ .8s linear infinite both}.OutlineCard_summary-container__WRmrZ{width:326px;background:#fff;border:1px solid #e6eaf0;border-radius:10px;padding:20px;margin-bottom:40px;box-sizing:border-box}.OutlineCard_summary-container__WRmrZ .OutlineCard_outlineCardTitle__WBMIv{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:16px;color:#313d4f}.OutlineCard_summary-container__WRmrZ .OutlineCard_outlineCardTitle__WBMIv .OutlineCard_right-action__HmkCs img{width:24px;height:24px;margin-left:8px}.OutlineCard_summary-container__WRmrZ .OutlineCard_action-button__ZaQQZ{margin-top:20px;height:40px;background:#f2f4f7;text-align:center;border-radius:20px}.OutlineCard_summary-container__WRmrZ .OutlineCard_action-button__ZaQQZ button{width:100%;line-height:40px;font-weight:700;font-size:14px;color:#313d4f}.OutlineCard_summary-container__WRmrZ .OutlineCard_outlineCardContentTitle__ocvcB{font-weight:700;font-size:14px;color:#313d4f;line-height:20px;text-align:left;margin-top:8px;cursor:pointer}.OutlineCard_summary-container__WRmrZ .OutlineCard_outlineCardContentTitle__ocvcB:hover{color:var(--d-color)}.OutlineCard_summary-container__WRmrZ .OutlineCard_outlineCardContentContent__zHJDj{padding-left:30px}.OutlineCard_summary-container__WRmrZ .OutlineCard_outlineCardContentContentItem__fecgc{font-size:14px;color:#313d4f;line-height:20px;margin-top:8px;list-style:disc;cursor:pointer}.OutlineCard_summary-container__WRmrZ .OutlineCard_outlineCardContentContentItem__fecgc:hover{color:var(--d-color)}.page_title__tyXcm{font-size:20px;font-weight:bolder;color:#313d4f;line-height:28px}.page_title__tyXcm .page_count__T6rUz{margin-left:12px;font-size:14px;font-weight:400;color:#999fa8;line-height:20px}.page_folderItem__b3n6z{cursor:pointer;display:flex;margin-bottom:20px;height:60px;padding:10px 12px;background:#fff;border:1px solid #eceff3;align-items:center;border-radius:8px}.page_folderItem__b3n6z.page_active__Vzt_a{border:2px solid #725cf9}.page_folderItem__b3n6z .page_icon__zECzV{width:40px;height:40px;border-radius:10px;margin-right:8px;background:#f2f4f7;border:.5px #e4e4e4}.page_folderItem__b3n6z .page_folderTitle__UczXo{font-size:14px;font-weight:700;color:#313d4f;line-height:20px;max-height:20px;text-overflow:ellipsis;flex:1;overflow:hidden;white-space:nowrap;padding-right:4px}.page_fileContainer__yIA8o{margin:0 auto}