.modal-Vx7Rmi{position:relative}.btns-EujOzt{display:flex;justify-content:flex-end;margin-top:16px}.edit_btn-0QuWmQ{display:flex;justify-content:center;align-items:center;width:24px;height:24px;border-radius:4px;cursor:pointer}.gradient_text-RypI\+-{color:transparent;background-image:linear-gradient(to right,#4453FF 0%,#A05AFF 100%);-webkit-background-clip:text;background-clip:text;--webkit-background-clip: text;--webkit-text-fill-color: transparent}.tip-F5PxPN{position:absolute;left:24px;bottom:24px}.b-ai-chat{background:#f8f9fb;width:100%;height:100vh;display:flex}.b-ai-chat .chat-history{display:flex;flex-direction:column;padding:16px;flex-shrink:0;height:100%}.b-ai-chat .chat-history .chat-history-box{flex:1;background-color:#fff;width:256px;padding:16px;border-radius:24px;height:100%;display:flex;flex-direction:column}.b-ai-chat .chat-history .chat-history-box .chat-new{height:38px;background:linear-gradient(to right,rgba(65,114,249,.1) 0%,rgba(185,157,255,.1) 100%);border-radius:8px;display:flex;align-items:center;padding:8px;gap:8px;color:var(--primary-color);cursor:pointer}.b-ai-chat .chat-history .chat-history-box .chat-conversation-list{display:flex;flex-direction:column;gap:8px;overflow-y:auto;height:100%;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:7px;scrollbar-gutter:stable}.b-ai-chat .chat-history .chat-history-box .chat-conversation-list .chat-conversation{height:32px;padding:0 8px;font-size:14px;color:#686d7d;border-radius:8px;display:flex;align-items:center;flex-shrink:0;justify-content:space-between}.b-ai-chat .chat-history .chat-history-box .chat-conversation-list .chat-conversation.title{font-size:12px}.b-ai-chat .chat-history .chat-history-box .chat-conversation-list .chat-conversation:not(.title):hover,.b-ai-chat .chat-history .chat-history-box .chat-conversation-list .chat-conversation.active{background:rgba(0,0,0,.05)}.b-ai-chat .chat-history .chat-history-box .chat-conversation-list .chat-conversation:not(.title){cursor:pointer}.b-ai-chat .chat-history .chat-history-box .chat-conversation-list .chat-conversation .txt{overflow:hidden;text-overflow:ellipsis;word-break:break-word;white-space:nowrap}.b-ai-chat .chat-history .chat-history-box .chat-conversation-list .chat-conversation .del{display:none}.b-ai-chat .chat-history .chat-history-box .chat-conversation-list .chat-conversation:hover .del{display:block;cursor:pointer;padding:4px;margin-right:-4px;display:flex;align-items:center;justify-content:center}.b-ai-chat .chat-history .chat-history-box .chat-conversation-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;font-size:14px;color:#686d7d}.b-ai-chat .chat-history .chat-history-box .chat-conversation-empty>img{width:120px;height:120px}.b-ai-chat .chat-history .chat-ai-point{width:100%;height:38px;display:flex;margin-top:16px;flex-shrink:0;justify-content:space-between;align-items:center;border:1px solid var(--primary-color);border-radius:8px;padding:0 16px;background:linear-gradient(to right,rgba(65,114,249,.1) 0%,rgba(185,157,255,.1) 100%)}.b-ai-chat .chat-body{display:flex;flex-direction:column;height:100%;width:100%}.b-ai-chat .chat-header{height:80px;width:100%;padding:24px;display:flex;align-items:center;justify-content:space-between;position:relative}.b-ai-chat .chat-header .chat-logo{font-weight:700;font-size:20px;line-height:28px;color:transparent;background:linear-gradient(to right,#4172f9 0%,#b99dff 100%);-webkit-background-clip:text;background-clip:text;z-index:1}.b-ai-chat .chat-header .chat-title{font-weight:700;font-size:14px;color:#1d243c;position:absolute;left:0;top:0;height:100%;width:100%;display:flex;align-items:center;justify-content:center;z-index:0}.b-ai-chat .chat-header .chat-title>div{max-width:500px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-word}.b-ai-chat .chat-header .chat-close{font-weight:400;font-size:14px;color:#9b9ea9;display:flex;align-items:center;cursor:pointer;gap:8px;z-index:1}.b-ai-chat .chat-header .chat-close:hover{color:var(--primary-color)}.b-ai-chat .chat-content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;overflow:hidden;gap:8px}.b-ai-chat .chat-content ::-webkit-scrollbar-thumb{background-color:#00000040!important}.b-ai-chat .chat-msg-list{height:100%;width:100%;overflow-y:auto;scrollbar-gutter:stable;flex:1}.b-ai-chat .chat-msg-list .chat-msg-list-container{padding:24px 0;display:flex;flex-direction:column;width:800px;margin:0 auto;gap:24px}.b-ai-chat .chat-footer{display:flex;align-items:center;justify-content:center;flex-direction:column;flex-shrink:0;padding-bottom:16px;width:800px;margin:0 auto}.b-ai-chat .chat-footer .chat-footer-opt{margin-bottom:16px;display:flex;justify-content:start;width:100%}.b-ai-chat .chat-footer .chat-footer-opt button{border-radius:20px;background-color:transparent}.b-ai-chat .chat-footer .chat-footer-opt .chat-footer-opt-item{background:#f2f3f4;border-radius:15px;padding:4px 16px;display:flex;align-items:center;gap:8px}.b-ai-chat .chat-footer .chat-sender{background:var(--primary-color-bg);padding:2px;border-radius:16px;width:100%;position:relative}.b-ai-chat .chat-footer .chat-sender .ant-sender{background-color:#fff;border-radius:14px;border:0}.b-ai-chat .chat-footer .chat-sender .ant-sender-content{flex-direction:column;padding:16px 20px 16px 52px}.b-ai-chat .chat-footer .chat-sender .ant-sender-prefix{position:absolute;left:20px}.b-ai-chat .chat-footer .chat-sender .chat-model{width:auto;padding:0 8px;display:flex;align-items:center;justify-content:center;line-height:1;gap:4px;font-size:12px;background:linear-gradient(to right,rgba(65,114,249,.1) 0%,rgba(185,157,255,.1) 100%);color:var(--primary-color);position:absolute;bottom:16px;left:20px;height:24px;border-radius:2000px;border:1px solid}.b-ai-chat .chat-footer .chat-footer-desc{font-weight:400;font-size:12px;color:#9b9ea9;margin-top:8px;display:flex;align-items:center;justify-content:center}.b-simple-loading{display:inline-block;width:16px;aspect-ratio:1.154;--_g1: no-repeat radial-gradient(farthest-side, #3c06e7 90%, rgba(0,0,0,0));--_g2: no-repeat radial-gradient(farthest-side, #3701e7 90%, rgba(0,0,0,0));--_g3: no-repeat radial-gradient(farthest-side, #f142e8 90%, rgba(0,0,0,0));background:var(--_g1) 50% 0,var(--_g2) 0 100%,var(--_g3) 100% 100%;background-size:35% 40.39%;animation:l16 .5s infinite;animation-timing-function:linear}@keyframes l16{90%,to{background-position:100% 100%,50% 0,0 100%}}.markdown-body{color-scheme:light;--color-prettylights-syntax-comment: #6e7781;--color-prettylights-syntax-constant: #0550ae;--color-prettylights-syntax-entity: #8250df;--color-prettylights-syntax-storage-modifier-import: #24292f;--color-prettylights-syntax-entity-tag: #116329;--color-prettylights-syntax-keyword: #cf222e;--color-prettylights-syntax-string: #0a3069;--color-prettylights-syntax-variable: #953800;--color-prettylights-syntax-brackethighlighter-unmatched: #82071e;--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;--color-prettylights-syntax-invalid-illegal-bg: #82071e;--color-prettylights-syntax-carriage-return-text: #f6f8fa;--color-prettylights-syntax-carriage-return-bg: #cf222e;--color-prettylights-syntax-string-regexp: #116329;--color-prettylights-syntax-markup-list: #3b2300;--color-prettylights-syntax-markup-heading: #0550ae;--color-prettylights-syntax-markup-italic: #24292f;--color-prettylights-syntax-markup-bold: #24292f;--color-prettylights-syntax-markup-deleted-text: #82071e;--color-prettylights-syntax-markup-deleted-bg: #ffebe9;--color-prettylights-syntax-markup-inserted-text: #116329;--color-prettylights-syntax-markup-inserted-bg: #dafbe1;--color-prettylights-syntax-markup-changed-text: #953800;--color-prettylights-syntax-markup-changed-bg: #ffd8b5;--color-prettylights-syntax-markup-ignored-text: #eaeef2;--color-prettylights-syntax-markup-ignored-bg: #0550ae;--color-prettylights-syntax-meta-diff-range: #8250df;--color-prettylights-syntax-brackethighlighter-angle: #57606a;--color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;--color-prettylights-syntax-constant-other-reference-link: #0a3069;--color-fg-default: #24292f;--color-fg-muted: #57606a;--color-fg-subtle: #6e7781;--color-canvas-default: #ffffff;--color-canvas-subtle: #f6f8fa;--color-border-default: #d0d7de;--color-border-muted: hsla(210, 18%, 87%, 1);--color-neutral-muted: rgba(175, 184, 193, .2);--color-accent-fg: #0969da;--color-accent-emphasis: #0969da;--color-attention-subtle: #fff8c5;--color-danger-fg: #cf222e}.markdown-body{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;margin:0;color:var(--color-fg-default);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px;line-height:1.5;word-wrap:break-word}.markdown-body .octicon{display:inline-block;fill:currentColor;vertical-align:text-bottom}.markdown-body h1:hover .anchor .octicon-link:before,.markdown-body h2:hover .anchor .octicon-link:before,.markdown-body h3:hover .anchor .octicon-link:before,.markdown-body h4:hover .anchor .octicon-link:before,.markdown-body h5:hover .anchor .octicon-link:before,.markdown-body h6:hover .anchor .octicon-link:before{width:16px;height:16px;content:" ";display:inline-block;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>")}.markdown-body details,.markdown-body figcaption,.markdown-body figure{display:block}.markdown-body summary{display:list-item}.markdown-body [hidden]{display:none!important}.markdown-body a{background-color:transparent;color:var(--color-accent-fg);text-decoration:none}.markdown-body abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted currentColor;text-decoration:underline dotted currentColor}.markdown-body b,.markdown-body strong{font-weight:600;font-weight:var(--base-text-weight-semibold, 600)}.markdown-body dfn{font-style:italic}.markdown-body h1{margin:.67em 0;font-weight:600;font-weight:var(--base-text-weight-semibold, 600);padding-bottom:.3em;font-size:2em;border-bottom:1px solid var(--color-border-muted)}.markdown-body mark{background-color:var(--color-attention-subtle);color:var(--color-fg-default)}.markdown-body small{font-size:90%}.markdown-body sub,.markdown-body sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.markdown-body sub{bottom:-.25em}.markdown-body sup{top:-.5em}.markdown-body img{border-style:none;max-width:100%;box-sizing:content-box;background-color:var(--color-canvas-default)}.markdown-body code,.markdown-body kbd,.markdown-body pre,.markdown-body samp{font-family:monospace;font-size:1em}.markdown-body figure{margin:1em 40px}.markdown-body hr{box-sizing:content-box;overflow:hidden;background:0 0;border-bottom:1px solid var(--color-border-muted);height:.25em;padding:0;margin:24px 0;background-color:var(--color-border-default);border:0}.markdown-body input{font:inherit;margin:0;overflow:visible;font-family:inherit;font-size:inherit;line-height:inherit}.markdown-body [type=button],.markdown-body [type=reset],.markdown-body [type=submit]{-webkit-appearance:button}.markdown-body [type=checkbox],.markdown-body [type=radio]{box-sizing:border-box;padding:0}.markdown-body [type=number]::-webkit-inner-spin-button,.markdown-body [type=number]::-webkit-outer-spin-button{height:auto}.markdown-body [type=search]::-webkit-search-cancel-button,.markdown-body [type=search]::-webkit-search-decoration{-webkit-appearance:none}.markdown-body ::-webkit-input-placeholder{color:inherit;opacity:.54}.markdown-body ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.markdown-body a:hover{text-decoration:underline}.markdown-body ::-moz-placeholder{color:var(--color-fg-subtle);opacity:1}.markdown-body ::placeholder{color:var(--color-fg-subtle);opacity:1}.markdown-body hr:before{display:table;content:""}.markdown-body hr:after{display:table;clear:both;content:""}.markdown-body table{border-spacing:0;border-collapse:collapse;display:block;width:-moz-max-content;width:max-content;max-width:100%;overflow:auto}.markdown-body td,.markdown-body th{padding:0}.markdown-body details summary{cursor:pointer}.markdown-body details:not([open])>:not(summary){display:none!important}.markdown-body [role=button]:focus,.markdown-body a:focus,.markdown-body input[type=checkbox]:focus,.markdown-body input[type=radio]:focus{outline:2px solid var(--color-accent-fg);outline-offset:-2px;box-shadow:none}.markdown-body [role=button]:focus:not(.focus-visible),.markdown-body a:focus:not(.focus-visible),.markdown-body input[type=checkbox]:focus:not(.focus-visible),.markdown-body input[type=radio]:focus:not(.focus-visible){outline:solid 1px transparent}.markdown-body [role=button]:focus:not(:focus-visible),.markdown-body a:focus:not(:focus-visible),.markdown-body input[type=checkbox]:focus:not(:focus-visible),.markdown-body input[type=radio]:focus:not(:focus-visible){outline:solid 1px transparent}.markdown-body [role=button].focus-visible,.markdown-body a.focus-visible,.markdown-body input[type=checkbox].focus-visible,.markdown-body input[type=radio].focus-visible{outline:2px solid var(--color-accent-fg);outline-offset:-2px;box-shadow:none}.markdown-body [role=button]:focus-visible,.markdown-body a:focus-visible,.markdown-body input[type=checkbox]:focus-visible,.markdown-body input[type=radio]:focus-visible{outline:2px solid var(--color-accent-fg);outline-offset:-2px;box-shadow:none}.markdown-body a:not([class]):focus,.markdown-body a:not([class]).focus-visible,.markdown-body input[type=checkbox]:focus,.markdown-body input[type=checkbox].focus-visible,.markdown-body input[type=radio]:focus,.markdown-body input[type=radio].focus-visible{outline-offset:0}.markdown-body a:not([class]):focus,.markdown-body a:not([class]):focus-visible,.markdown-body input[type=checkbox]:focus,.markdown-body input[type=checkbox]:focus-visible,.markdown-body input[type=radio]:focus,.markdown-body input[type=radio]:focus-visible{outline-offset:0}.markdown-body kbd{display:inline-block;padding:3px 5px;font:11px ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;line-height:10px;color:var(--color-fg-default);vertical-align:middle;background-color:var(--color-canvas-subtle);border:solid 1px var(--color-neutral-muted);border-bottom-color:var(--color-neutral-muted);border-radius:6px;box-shadow:inset 0 -1px 0 var(--color-neutral-muted)}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-top:24px;margin-bottom:16px;font-weight:600;font-weight:var(--base-text-weight-semibold, 600);line-height:1.25}.markdown-body h2{font-weight:600;font-weight:var(--base-text-weight-semibold, 600);padding-bottom:.3em;font-size:1.5em;border-bottom:1px solid var(--color-border-muted)}.markdown-body h3{font-weight:600;font-weight:var(--base-text-weight-semibold, 600);font-size:1.25em}.markdown-body h4{font-weight:600;font-weight:var(--base-text-weight-semibold, 600);font-size:1em}.markdown-body h5{font-weight:600;font-weight:var(--base-text-weight-semibold, 600);font-size:.875em}.markdown-body h6{font-weight:600;font-weight:var(--base-text-weight-semibold, 600);font-size:.85em;color:var(--color-fg-muted)}.markdown-body p{margin-top:0;margin-bottom:10px}.markdown-body blockquote{margin:0;padding:0 1em;color:var(--color-fg-muted);border-left:.25em solid var(--color-border-default)}.markdown-body ol,.markdown-body ul{margin-top:0;margin-bottom:0;padding-left:2em}.markdown-body ol ol,.markdown-body ul ol{list-style-type:lower-roman}.markdown-body ol ol ol,.markdown-body ol ul ol,.markdown-body ul ol ol,.markdown-body ul ul ol{list-style-type:lower-alpha}.markdown-body dd{margin-left:0}.markdown-body code,.markdown-body samp,.markdown-body tt{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:12px}.markdown-body pre{margin-top:0;margin-bottom:0;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:12px;word-wrap:normal}.markdown-body .octicon{overflow:visible!important}.markdown-body .octicon{display:inline-block;vertical-align:text-bottom;fill:currentColor}.markdown-body input::-webkit-inner-spin-button,.markdown-body input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.markdown-body:before{display:table;content:""}.markdown-body:after{display:table;clear:both;content:""}.markdown-body>:first-child{margin-top:0!important}.markdown-body>:last-child{margin-bottom:0!important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:var(--color-danger-fg)}.markdown-body .anchor{float:left;padding-right:4px;margin-left:-20px;line-height:1}.markdown-body .anchor:focus{outline:0}.markdown-body blockquote,.markdown-body details,.markdown-body dl,.markdown-body ol,.markdown-body p,.markdown-body pre,.markdown-body table,.markdown-body ul{margin-top:0;margin-bottom:16px}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{color:var(--color-fg-default);vertical-align:middle;visibility:hidden}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{visibility:visible}.markdown-body h1 code,.markdown-body h1 tt,.markdown-body h2 code,.markdown-body h2 tt,.markdown-body h3 code,.markdown-body h3 tt,.markdown-body h4 code,.markdown-body h4 tt,.markdown-body h5 code,.markdown-body h5 tt,.markdown-body h6 code,.markdown-body h6 tt{padding:0 .2em;font-size:inherit}.markdown-body summary h1,.markdown-body summary h2,.markdown-body summary h3,.markdown-body summary h4,.markdown-body summary h5,.markdown-body summary h6{display:inline-block}.markdown-body summary h1 .anchor,.markdown-body summary h2 .anchor,.markdown-body summary h3 .anchor,.markdown-body summary h4 .anchor,.markdown-body summary h5 .anchor,.markdown-body summary h6 .anchor{margin-left:-40px}.markdown-body summary h1,.markdown-body summary h2{padding-bottom:0;border-bottom:0}.markdown-body ol.no-list,.markdown-body ul.no-list{padding:0;list-style-type:none}.markdown-body ol[type=a]{list-style-type:lower-alpha}.markdown-body ol[type=A]{list-style-type:upper-alpha}.markdown-body ol[type=i]{list-style-type:lower-roman}.markdown-body ol[type=I]{list-style-type:upper-roman}.markdown-body ol[type="1"]{list-style-type:decimal}.markdown-body div>ol:not([type]){list-style-type:decimal}.markdown-body ol ol,.markdown-body ol ul,.markdown-body ul ol,.markdown-body ul ul{margin-top:0;margin-bottom:0}.markdown-body li>p{margin-top:16px}.markdown-body li+li{margin-top:.25em}.markdown-body dl{padding:0}.markdown-body dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:600;font-weight:var(--base-text-weight-semibold, 600)}.markdown-body dl dd{padding:0 16px;margin-bottom:16px}.markdown-body table th{font-weight:600;font-weight:var(--base-text-weight-semibold, 600)}.markdown-body table td,.markdown-body table th{padding:6px 13px;border:1px solid var(--color-border-default)}.markdown-body table tr{background-color:var(--color-canvas-default);border-top:1px solid var(--color-border-muted)}.markdown-body table tr:nth-child(2n){background-color:var(--color-canvas-subtle)}.markdown-body table img{background-color:transparent}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{max-width:none;vertical-align:text-top;background-color:transparent}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid var(--color-border-default)}.markdown-body span.frame span img{display:block;float:left}.markdown-body span.frame span span{display:block;padding:5px 0 0;clear:both;color:var(--color-fg-default)}.markdown-body span.align-center{display:block;overflow:hidden;clear:both}.markdown-body span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown-body span.align-center span img{margin:0 auto;text-align:center}.markdown-body span.align-right{display:block;overflow:hidden;clear:both}.markdown-body span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown-body span.align-right span img{margin:0;text-align:right}.markdown-body span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown-body span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown-body code,.markdown-body tt{padding:.2em .4em;margin:0;font-size:85%;white-space:break-spaces;background-color:var(--color-neutral-muted);border-radius:6px}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body samp{font-size:85%}.markdown-body pre code{font-size:100%}.markdown-body pre>code{padding:0;margin:0;word-break:normal;white-space:pre;background:0 0;border:0}.markdown-body .highlight{margin-bottom:16px}.markdown-body .highlight pre{margin-bottom:0;word-break:normal}.markdown-body .highlight pre,.markdown-body pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:var(--color-canvas-subtle);border-radius:6px}.markdown-body pre code,.markdown-body pre tt{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown-body .csv-data td,.markdown-body .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown-body .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:var(--color-canvas-default);border:0}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{font-weight:600;font-weight:var(--base-text-weight-semibold, 600);background:var(--color-canvas-subtle);border-top:0}.markdown-body [data-footnote-ref]:before{content:"["}.markdown-body [data-footnote-ref]:after{content:"]"}.markdown-body .footnotes{font-size:12px;color:var(--color-fg-muted);border-top:1px solid var(--color-border-default)}.markdown-body .footnotes ol{padding-left:16px}.markdown-body .footnotes ol ul{display:inline-block;padding-left:16px;margin-top:16px}.markdown-body .footnotes li{position:relative}.markdown-body .footnotes li:target:before{position:absolute;inset:-8px -8px -8px -24px;pointer-events:none;content:"";border:2px solid var(--color-accent-emphasis);border-radius:6px}.markdown-body .footnotes li:target{color:var(--color-fg-default)}.markdown-body .footnotes .data-footnote-backref g-emoji{font-family:monospace}.markdown-body .pl-c{color:var(--color-prettylights-syntax-comment)}.markdown-body .pl-c1,.markdown-body .pl-s .pl-v{color:var(--color-prettylights-syntax-constant)}.markdown-body .pl-e,.markdown-body .pl-en{color:var(--color-prettylights-syntax-entity)}.markdown-body .pl-s .pl-s1,.markdown-body .pl-smi{color:var(--color-prettylights-syntax-storage-modifier-import)}.markdown-body .pl-ent{color:var(--color-prettylights-syntax-entity-tag)}.markdown-body .pl-k{color:var(--color-prettylights-syntax-keyword)}.markdown-body .pl-pds,.markdown-body .pl-s,.markdown-body .pl-s .pl-pse .pl-s1,.markdown-body .pl-sr,.markdown-body .pl-sr .pl-cce,.markdown-body .pl-sr .pl-sra,.markdown-body .pl-sr .pl-sre{color:var(--color-prettylights-syntax-string)}.markdown-body .pl-smw,.markdown-body .pl-v{color:var(--color-prettylights-syntax-variable)}.markdown-body .pl-bu{color:var(--color-prettylights-syntax-brackethighlighter-unmatched)}.markdown-body .pl-ii{color:var(--color-prettylights-syntax-invalid-illegal-text);background-color:var(--color-prettylights-syntax-invalid-illegal-bg)}.markdown-body .pl-c2{color:var(--color-prettylights-syntax-carriage-return-text);background-color:var(--color-prettylights-syntax-carriage-return-bg)}.markdown-body .pl-sr .pl-cce{font-weight:700;color:var(--color-prettylights-syntax-string-regexp)}.markdown-body .pl-ml{color:var(--color-prettylights-syntax-markup-list)}.markdown-body .pl-mh,.markdown-body .pl-mh .pl-en,.markdown-body .pl-ms{font-weight:700;color:var(--color-prettylights-syntax-markup-heading)}.markdown-body .pl-mi{font-style:italic;color:var(--color-prettylights-syntax-markup-italic)}.markdown-body .pl-mb{font-weight:700;color:var(--color-prettylights-syntax-markup-bold)}.markdown-body .pl-md{color:var(--color-prettylights-syntax-markup-deleted-text);background-color:var(--color-prettylights-syntax-markup-deleted-bg)}.markdown-body .pl-mi1{color:var(--color-prettylights-syntax-markup-inserted-text);background-color:var(--color-prettylights-syntax-markup-inserted-bg)}.markdown-body .pl-mc{color:var(--color-prettylights-syntax-markup-changed-text);background-color:var(--color-prettylights-syntax-markup-changed-bg)}.markdown-body .pl-mi2{color:var(--color-prettylights-syntax-markup-ignored-text);background-color:var(--color-prettylights-syntax-markup-ignored-bg)}.markdown-body .pl-mdr{font-weight:700;color:var(--color-prettylights-syntax-meta-diff-range)}.markdown-body .pl-ba{color:var(--color-prettylights-syntax-brackethighlighter-angle)}.markdown-body .pl-sg{color:var(--color-prettylights-syntax-sublimelinter-gutter-mark)}.markdown-body .pl-corl{text-decoration:underline;color:var(--color-prettylights-syntax-constant-other-reference-link)}.markdown-body g-emoji{font-style:normal!important}.markdown-body g-emoji{display:inline-block;min-width:1ch;font-family:"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1em;font-weight:400;font-weight:var(--base-text-weight-normal, 400);line-height:1;vertical-align:-.075em}.markdown-body g-emoji img{width:1em;height:1em}.markdown-body .task-list-item{list-style-type:none}.markdown-body .task-list-item label{font-weight:400;font-weight:var(--base-text-weight-normal, 400)}.markdown-body .task-list-item.enabled label{cursor:pointer}.markdown-body .task-list-item+.task-list-item{margin-top:4px}.markdown-body .task-list-item .handle{display:none}.markdown-body .task-list-item-checkbox{margin:0 .2em .25em -1.4em;vertical-align:middle}[dir=rtl] .markdown-body .contains-task-list .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body .contains-task-list{position:relative}.markdown-body .contains-task-list[focus-within] .task-list-item-convert-container,.markdown-body .contains-task-list:hover .task-list-item-convert-container{display:block;width:auto;height:24px;overflow:visible;clip:auto}.markdown-body .contains-task-list:focus-within .task-list-item-convert-container,.markdown-body .contains-task-list:hover .task-list-item-convert-container{display:block;width:auto;height:24px;overflow:visible;clip:auto}.markdown-body ::-webkit-calendar-picker-indicator{filter:invert(50%)}.markdown-body:not([data-chat-item]){line-height:2}.markdown-body:not([data-chat-item]) p{margin-bottom:0}.markdown-body:not([data-chat-item]) ul{margin-bottom:0}.b-ai-chat .chat-item .ant-bubble-content{max-width:95%;border-radius:8px;background-color:#fff}.b-ai-chat .chat-item[data-type="0"].ant-bubble-start .ant-bubble-content{background:linear-gradient(to right,rgba(65,114,249,.1) 0%,rgba(185,157,255,.1) 100%)}.b-ai-chat .chat-item[data-type="0"].ant-bubble-end .ant-bubble-content{background:linear-gradient(to right,rgba(68,83,255,.15) 0%,rgba(160,90,255,.15) 100%)}.b-ai-chat .chat-item[data-type="1"].ant-bubble-start .ant-bubble-content{background:#fff}.b-ai-chat .chat-item[data-type="1"].ant-bubble-end .ant-bubble-content{background:linear-gradient(to right,rgba(68,83,255,.15) 0%,rgba(160,90,255,.15) 100%)}.b-ai-chat .chat-item[data-type="2"] .ant-bubble-content{width:108px;height:192px;background:#000;border-radius:10px;padding:0;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.b-ai-chat .chat-item[data-type="2"] .ant-bubble-content video,.b-ai-chat .chat-item[data-type="2"] .ant-bubble-content img{display:block!important}.b-ai-chat .chat-item[data-type="2"] .ant-bubble-content video,.b-ai-chat .chat-item[data-type="2"] .ant-bubble-content img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.b-ai-chat .chat-item[data-type="2"] .ant-bubble-content .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;line-height:44px;border-radius:50%;width:40px;height:40px;background:rgba(100,100,100,.6);z-index:9;cursor:pointer}.b-ai-chat .chat-item[data-type="3"] .ant-bubble-content,.b-ai-chat .chat-item[data-type="20"] .ant-bubble-content,.b-ai-chat .chat-item[data-type="21"] .ant-bubble-content,.b-ai-chat .chat-item[data-type="18"] .ant-bubble-content{width:345px;height:83px;background:linear-gradient(45deg,#f7e3f0 0%,#f6f5f8 30%,#f6eef8 60%,#cfdaf7 100%);border-radius:16px;border:1px solid #f2f2f2}.b-ai-chat .chat-item[data-type="3"] .ant-bubble-content .detail,.b-ai-chat .chat-item[data-type="20"] .ant-bubble-content .detail,.b-ai-chat .chat-item[data-type="21"] .ant-bubble-content .detail,.b-ai-chat .chat-item[data-type="18"] .ant-bubble-content .detail{display:flex;flex-direction:column;gap:5px;overflow:hidden}.b-ai-chat .chat-item[data-type="3"] .ant-bubble-content .detail .title,.b-ai-chat .chat-item[data-type="20"] .ant-bubble-content .detail .title,.b-ai-chat .chat-item[data-type="21"] .ant-bubble-content .detail .title,.b-ai-chat .chat-item[data-type="18"] .ant-bubble-content .detail .title{font-size:16px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.b-ai-chat .chat-item[data-type="3"] .ant-bubble-content .detail .desc,.b-ai-chat .chat-item[data-type="20"] .ant-bubble-content .detail .desc,.b-ai-chat .chat-item[data-type="21"] .ant-bubble-content .detail .desc,.b-ai-chat .chat-item[data-type="18"] .ant-bubble-content .detail .desc{display:flex;align-items:center}.b-ai-chat .chat-item[data-type="3"] .ant-bubble-content .detail .desc .d2,.b-ai-chat .chat-item[data-type="20"] .ant-bubble-content .detail .desc .d2,.b-ai-chat .chat-item[data-type="21"] .ant-bubble-content .detail .desc .d2,.b-ai-chat .chat-item[data-type="18"] .ant-bubble-content .detail .desc .d2{font-style:nm}.b-ai-chat .chat-item[data-type="3"] .ant-bubble-content .detail .desc .d3,.b-ai-chat .chat-item[data-type="20"] .ant-bubble-content .detail .desc .d3,.b-ai-chat .chat-item[data-type="21"] .ant-bubble-content .detail .desc .d3,.b-ai-chat .chat-item[data-type="18"] .ant-bubble-content .detail .desc .d3{color:#9b9ea9}.b-ai-chat .chat-item[data-type="15"] .ant-bubble-content,.b-ai-chat .chat-item[data-type="19"] .ant-bubble-content{width:345px;background:#ffffff;border-radius:16px;border:1px solid #f2f2f2}.b-ai-chat .chat-item[data-type="15"] .ant-bubble-content .cover,.b-ai-chat .chat-item[data-type="19"] .ant-bubble-content .cover{width:72px;height:72px;display:flex;align-items:center;justify-content:center;border-radius:4px;flex:0 0 auto}.b-ai-chat .chat-item[data-type="15"] .ant-bubble-content .detail,.b-ai-chat .chat-item[data-type="19"] .ant-bubble-content .detail{display:flex;flex-direction:column;gap:5px}.b-ai-chat .chat-item[data-type="15"] .ant-bubble-content .detail .title,.b-ai-chat .chat-item[data-type="19"] .ant-bubble-content .detail .title{font-size:14px;height:44px;color:#1d243c;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:break-word;font-weight:600}.b-ai-chat .chat-item[data-type="15"] .ant-bubble-content .detail .desc,.b-ai-chat .chat-item[data-type="19"] .ant-bubble-content .detail .desc{display:flex;align-items:center}.b-ai-chat .chat-item[data-type="15"] .ant-bubble-content .detail .desc .d2,.b-ai-chat .chat-item[data-type="19"] .ant-bubble-content .detail .desc .d2{font-style:14px;font-weight:600}.b-ai-chat .chat-item[data-type="15"] .ant-bubble-content .detail .desc .d3,.b-ai-chat .chat-item[data-type="19"] .ant-bubble-content .detail .desc .d3{color:#9b9ea9}.b-ai-chat .chat-item[role=agent-tip] .ant-bubble-content{background:linear-gradient(to right,rgba(65,114,249,.1) 0%,rgba(185,157,255,.1) 100%);cursor:pointer}.b-ai-chat .chat-item[role=agent-file] .ant-bubble-content{background-color:transparent;background-image:none;width:100%;padding:0}.b-ai-chat .chat-item[role=agent-file-loading] .ant-bubble-content{background-color:#fff;width:100%}.b-ai-chat .chat-item[role=agent-md] .ant-bubble-content{background-color:#fff}.b-ai-chat .chat-sub-text{color:#9b9ea9}.b-ai-chat .chat-card-loading{display:flex;border-radius:16px;gap:16px;width:340px;padding:16px;background:linear-gradient(45deg,#ffb8d8 0%,#ffd0e5 20%,#ffd6ea 50%,#b2cefd 100%);animation:file-loading1 2s infinite linear,file-loading2 1s infinite linear}.b-ai-chat .chat-card-loading .chat-card-loading-l{width:72px;height:72px;border-radius:8px;background:rgba(255,255,255,.5);flex-shrink:0;font-weight:700;font-size:24px;color:#fff;display:flex;align-items:center;justify-content:center}.b-ai-chat .chat-card-loading .chat-card-loading-r{width:100%}.b-ai-chat .chat-card-loading .chat-card-loading-r .chat-card-loading-r-1{background:rgba(255,255,255,.5);width:100%;height:16px;border-radius:4px}.b-ai-chat .chat-card-file{display:flex;gap:16px;width:340px;padding:16px;border-radius:16px;background-color:#fff;position:relative}.b-ai-chat .chat-card-file .chat-card-file-l{width:72px;height:72px;display:flex;align-items:center;justify-content:center}.b-ai-chat .chat-card-file .chat-card-file-r{width:100%}.b-ai-chat .chat-card-file .chat-card-file-r .chat-card-file-title{font-size:14px;height:44px;color:#1d243c;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.b-ai-chat .chat-card-file .chat-card-file-r .chat-card-file-desc{margin-top:8px;font-weight:400;font-size:12px;color:#9b9ea9}.b-ai-chat .chat-card-file .chat-card-file-download{position:absolute;right:-32px;bottom:4px;height:16px;width:16px;cursor:pointer;color:#686d7d}.b-ai-chat .chat-card-file .chat-card-file-download:hover{color:#17191d}.b-ai-chat .chat-top-info{background-color:#f8f9fb;padding:16px;gap:16px 16px;border-radius:16px;margin-top:16px}.b-ai-chat .chat-top-list{display:flex;flex-wrap:wrap;gap:16px 16px}.b-ai-chat .chat-top-list>div{background-color:#fff}.b-ai-chat .chat-video-file{display:flex;gap:16px;width:340px;padding:16px;border-radius:16px;background-color:#fff;position:relative;cursor:pointer}.b-ai-chat .chat-video-file .chat-video-file-l{width:72px;height:72px;display:flex;align-items:center;justify-content:center;background-color:#000;border-radius:4px;flex:0 0 auto}.b-ai-chat .chat-video-file .chat-video-file-r{flex:1}.b-ai-chat .chat-video-file .chat-video-file-r .chat-video-file-title{font-size:14px;height:44px;color:#1d243c;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.b-ai-chat .chat-video-file .chat-video-file-r .chat-video-file-desc{margin-top:8px;font-weight:400;font-size:12px;color:#9b9ea9;display:flex;align-items:center;gap:8px}.b-ai-chat .chat-video-file .chat-video-file-r .chat-video-file-desc>div{flex:1}.b-ai-chat .chat-video-file .chat-video-file-r .chat-video-file-desc strong{color:#000;margin-left:4px}.b-ai-chat .chat-msg-tools{height:20px;color:#686d7d;display:flex;align-items:center;gap:16px;margin-top:0}.b-ai-chat .chat-msg-tools svg{cursor:pointer}.b-ai-chat .chat-msg-tools svg:hover{color:#414551}.b-ai-chat .chat-page-size{position:absolute;top:0;left:0;width:100%;opacity:0}.b-ai-chat .chat-page-size :global .ant-select-selector{border:none!important;background:#fff!important;height:24px!important;font-size:12px!important;box-shadow:none!important}.b-ai-chat .chat-page-size :global .ant-select-selection-item{line-height:24px!important}.b-ai-chat .chat-page-size :global .ant-select-selection-placeholder{line-height:24px!important}.b-ai-chat .chat-page-size :global .ant-select-arrow>span{opacity:1!important}.b-ai-chat .chat-page-size :global .ant-select-arrow>span{font-size:10px;color:#646a73}.b-ai-chat .chat-page-size :global .ant-select-arrow:after{display:none!important}.b-ai-chat .chat-page-btn{width:24px;height:24px;border-radius:8px;border:1px solid #e5e5e5;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#ffffff}.b-ai-chat .chat-page-btn:hover{background:rgba(0,0,0,.05)}.b-ai-chat .chat-page-btn.disabled{cursor:not-allowed;pointer-events:none;background:#f2f3f4}.b-ai-chat .chat-hiht-word{height:38px;background:linear-gradient(270deg,rgba(65,114,249,.1) 0%,rgba(185,157,255,.1) 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;max-width:-moz-max-content;max-width:max-content;padding-left:16px;padding-right:16px;cursor:pointer}@keyframes file-loading1{0%{filter:hue-rotate(0deg)}50%{filter:hue-rotate(180deg)}to{filter:hue-rotate(360deg)}}@keyframes file-loading2{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.b-file-type-video{width:300px;height:66px;padding:8px;background:#ffffff;border-radius:8px;border:1px solid #e5e5e5;position:relative}.b-file-type-video:hover .b-file-type-video-remove{display:block}.b-file-type-video .b-file-type-video-r{flex:1;max-width:calc(100% - 48px)}.b-file-type-video .b-file-type-video-title{font-size:14px;color:#1d243c;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px}.b-file-type-video .b-file-type-video-divide{display:inline-block;width:18px;height:20px;position:relative}.b-file-type-video .b-file-type-video-divide:after{content:"";display:block;width:2px;height:2px;background:#9b9ea9;position:absolute;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.b-file-type-video .b-file-type-video-remove{position:absolute;top:-10px;right:-8px;cursor:pointer}.footer-BfNkBy{width:100%;color:#fff;background:#1d243c}.footer-BfNkBy .main-8odvlE{position:relative;width:100%;height:292px}.footer-BfNkBy .main-8odvlE .content-rzkkB4{display:flex;gap:100px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1200px}.footer-BfNkBy .main-8odvlE .content-rzkkB4 .info-BbIg4u{display:flex;flex-direction:column;width:320px}.footer-BfNkBy .main-8odvlE .content-rzkkB4 .info-BbIg4u .logo-kgg5zZ{display:flex;align-items:center;justify-content:center;width:164px;height:32px}.footer-BfNkBy .main-8odvlE .content-rzkkB4 .info-BbIg4u .logo-kgg5zZ img{width:100%}.footer-BfNkBy .main-8odvlE .content-rzkkB4 .other_info-aXyvLK{display:flex;flex-direction:column;gap:24px;width:120px;height:174px}.footer-BfNkBy .main-8odvlE .content-rzkkB4 .other_info-aXyvLK .link-G4m45O{cursor:pointer;transition:all .3 ease-in-out;opacity:.8}.footer-BfNkBy .main-8odvlE .content-rzkkB4 .other_info-aXyvLK .link-G4m45O:hover{opacity:.6}.footer-BfNkBy .main-8odvlE .content-rzkkB4 .other_info-aXyvLK>img{width:120px;height:120px}.footer-BfNkBy .record-qzOogQ{text-align:center;width:100%;height:38px;line-height:38px;font-size:14px;color:#9b9ea9;background:#f8f9fb}.footer-BfNkBy .platform-7tt\+3d{display:flex;align-items:center;gap:8px;margin-left:8px}.footer-BfNkBy .platform_item-\+iF1iA{width:20px;display:inline-block;margin-top:16px}.header-oXAqPS{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;height:72px;width:100%;background-color:transparent;z-index:100}.header-oXAqPS .container-llrkL4{height:100%;display:flex;align-items:center;justify-content:space-between;width:1200px}.header-oXAqPS .container-llrkL4 .logo-MDJGeo{width:163px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer}.header-oXAqPS .container-llrkL4 .logo-MDJGeo img{width:100%}.header-oXAqPS .container-llrkL4 .menu-EFutg6{display:flex;gap:40px}.header-oXAqPS .container-llrkL4 .menu_item-VCWnoj{display:flex;align-items:center;gap:4px;font-size:16px;font-weight:400;cursor:pointer}.header-oXAqPS .container-llrkL4 .menu_item-VCWnoj:hover{color:var(--primary-color)}.header-oXAqPS .container-llrkL4 .menu_actived_item-bRH69J{color:var(--primary-color);font-weight:700}.header-oXAqPS .menu_sub_item-vx0xNN{display:flex;align-items:center;padding:5px 8px;width:112px;height:32px;background:#FFFFFF;border-radius:4px}.header-oXAqPS .menu_sub_item-vx0xNN:hover,.header-oXAqPS .menu_actived_sub_item-FKf62Q{background:rgba(0,0,0,.05)}.header-oXAqPS .ant-dropdown-menu{display:flex;flex-direction:column;gap:4px}.header-oXAqPS .ant-dropdown-menu-item{padding:0!important}.header-oXAqPS .setting_item-FbY4RS{display:flex;align-items:center;height:38px;cursor:pointer;padding:0 8px;border-radius:8px;margin-bottom:4px}.header-oXAqPS .setting_item-FbY4RS:hover{background-color:#0000000f}.gradient_text-C8h\+AY{color:transparent;background:linear-gradient(to right,#4172F9 0%,#B99DFF 100%);-webkit-background-clip:text;background-clip:text;--webkit-background-clip: text;--webkit-text-fill-color: transparent}@font-face{font-display:swap;font-family:TCloudNumber;font-style:normal;font-weight:400;src:url(data:font/ttf;base64,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ATgAAwABBAkACAAqAWAAAwABBAkACwA0AYoAAwABBAkADQEgAb4AAwABBAkADgA0At4AAwABBAkAEAAaAI4AAwABBAkAEQAOAKhUQ2xvdWQgTnVtYmVyUmVndWxhclRDbG91ZCBOdW1iZXIgUmVndWxhclZlcnNpb24gMS4wMTBUQ2xvdWROdW1iZXItUmVndWxhcgBDAG8AcAB5AHIAaQBnAGgAdAAgACgAYwApACAAMgAwADIAMQAtAHAAcgBlAHMAZQBuAHQAIABUAEQAZQBzAGkAZwBuAFQAQwBsAG8AdQBkACAATgB1AG0AYgBlAHIAUgBlAGcAdQBsAGEAcgAxAC4AMAAxADAAOwBVAEsAVwBOADsAVABDAGwAbwB1AGQATgB1AG0AYgBlAHIALQBSAGUAZwB1AGwAYQByAFQAQwBsAG8AdQBkACAATgB1AG0AYgBlAHIAIABSAGUAZwB1AGwAYQByAFYAZQByAHMAaQBvAG4AIAAxAC4AMAAxADAAVABDAGwAbwB1AGQATgB1AG0AYgBlAHIALQBSAGUAZwB1AGwAYQByAFQAZQBuAGMAZQBuAHQAIABUAEQAZQBzAGkAZwBuACAATwB0AGUAYQBtAGgAdAB0AHAAOgAvAC8AdABkAGUAcwBpAGcAbgAuAHQAZQBuAGMAZQBuAHQALgBjAG8AbQBUAGgAaQBzACAARgBvAG4AdAAgAFMAbwBmAHQAdwBhAHIAZQAgAGkAcwAgAGwAaQBjAGUAbgBzAGUAZAAgAHUAbgBkAGUAcgAgAHQAaABlACAAUwBJAEwAIABPAHAAZQBuACAARgBvAG4AdAAgAEwAaQBjAGUAbgBzAGUALAAgAFYAZQByAHMAaQBvAG4AIAAxAC4AMQAuACAAVABoAGkAcwAgAGwAaQBjAGUAbgBzAGUAIABpAHMAIABhAHYAYQBpAGwAYQBiAGwAZQAgAHcAaQB0AGgAIABhACAARgBBAFEAIABhAHQAOgAgAGgAdAB0AHAAOgAvAC8AcwBjAHIAaQBwAHQAcwAuAHMAaQBsAC4AbwByAGcALwBPAEYATABoAHQAdABwADoALwAvAHMAYwByAGkAcAB0AHMALgBzAGkAbAAuAG8AcgBnAC8ATwBGAEwAAgAAAAAAAP+cADIAAAAAAAAAAAAAAAAAAAAAAAAAAABJAAAAAwATABQAFQAWABcAGAAZABoAGwAcABEADwAdAB4AqwAEAKMAIgCiAMMAhwANAAYAEgA/ABAAQgALAAwAXgBgAD4AQADEAMUAtAC1ALYAtwCpAKoAvgC/AAUACgAjAAkAXwAOAO8A8AC4ACAAjwAhAB8AlQCUAJMApwBhAKQAQQCSAJwAmgCZAKUAmAAIAMYAAAABAAAAAA==)}:root{--color-text: #1D243C;--primary-color: #4d53e8;--primary-color-bg: linear-gradient(to right, #4172f9 0%, #b99dff 100%);--border-color: #d9d9d9}*{outline:none!important}.ant-modal-wrap{text-align:center}.ant-modal-wrap:before{display:inline-block;width:0;height:100%;vertical-align:middle;content:""}.ant-modal-wrap .ant-modal{text-align:left!important}.ant-modal-wrap .ant-modal{top:0;display:inline-block;padding-bottom:0;vertical-align:middle}.ant-modal .ant-modal-header{margin-bottom:24px}.ant-modal .ant-modal-confirm-content{padding:12px 0}.ant-alert:not(.ant-alert-with-description){align-items:flex-start}.ant-alert:not(.ant-alert-with-description)>.anticon{height:1.5em}.ant-alert:not(.ant-alert-with-description)>.ant-alert-close-icon{height:1.5em}.ant-alert.ant-alert-info{color:#4d53e8;color:var(--primary-color)}.ant-select .ant-select-arrow .anticon-down{transform:scale(.9,.6)}.ant-drawer .ant-drawer-header-title{flex-direction:row-reverse}.ant-drawer .ant-drawer-header-title .ant-drawer-close{margin-right:0}.ant-drawer .ant-drawer-footer>div{justify-content:start!important}.ant-drawer .ant-drawer-footer>div>div{flex-direction:row-reverse!important}.ant-form .ant-form-item-extra{font-size:12px;margin-top:4px;min-height:16px}.ant-tree .ant-tree-treenode-selected{background-color:linear-gradient(to right,#4172f9 0%,#b99dff 100%);background-color:var(--primary-color-bg);color:#4d53e8;color:var(--primary-color);border-radius:8px}.ant-tree .ant-tree-treenode:hover{background-color:#f5f6f7;border-radius:8px}.ant-select-tree-list .ant-select-tree-treenode{padding-top:4px!important}.ant-select-tree-list .ant-select-tree-treenode-selected{background-color:#f5f6f7;border-radius:8px}.ant-select-tree-list .ant-select-tree-node-content-wrapper{background-color:transparent!important;outline:none!important}.ant-tag-checkable{border-color:#d9d9d9;border-color:var(--border-color)}.ant-tag-checkable.ant-tag-checkable-checked{border-color:transparent!important}.ant-dropdown .ant-dropdown-menu-item-icon{font-size:14px!important}.ant-tabs:not(.ant-tabs-card) .ant-tabs-tab-active{font-weight:600}.ant-picker .ant-picker-range-separator .ant-picker-separator{display:flex;align-items:center}.ant-picker .ant-picker-range-separator .ant-picker-separator:before{content:"";display:block;width:100%;height:1px;background:#9b9ea9}.ant-picker .ant-picker-range-separator .ant-picker-separator .anticon-swap-right{display:none}.ant-btn-primary:not(.ant-btn-dangerous):not(.ant-btn-background-ghost){background:linear-gradient(to right,#4172f9 0%,#b99dff 100%);background:var(--primary-color-bg);border:0;color:#fff}.ant-btn-primary:not(.ant-btn-dangerous):not(.ant-btn-background-ghost):hover{background:linear-gradient(to right,#4172f9 0%,#b99dff 100%)!important;background:var(--primary-color-bg)!important}.ant-btn-primary:not(.ant-btn-dangerous):not(.ant-btn-background-ghost):hover{color:#fff}.ant-btn-primary:not(.ant-btn-dangerous):not(.ant-btn-background-ghost):disabled{opacity:.5}.ant-btn-primary.ant-btn-background-ghost{position:relative}.ant-btn-primary.ant-btn-background-ghost:before{background:linear-gradient(to right,#4172f9 0%,#b99dff 100%)!important;background:var(--primary-color-bg)!important}.ant-btn-primary.ant-btn-background-ghost:before{content:"";position:absolute;inset:-1px;padding:1px;border-radius:inherit;-webkit-mask:linear-gradient(#fff 0,#fff 0) content-box,linear-gradient(#fff 0,#fff 0);mask:linear-gradient(#fff 0,#fff 0) content-box,linear-gradient(#fff 0,#fff 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:destination-out;z-index:1}@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))){.ant-btn-primary.ant-btn-background-ghost{border-color:transparent}}body{margin:0;padding:0;overflow-x:auto;-webkit-font-smoothing:antialiased}*{box-sizing:border-box;outline:none;-webkit-tap-highlight-color:transparent}.btn-primary{border:1px solid #1d243c!important;background:#1d243c!important;background-color:#1d243c!important;color:#fff!important}.btn-primary{border-radius:200px;font-size:14px}.btn-gost{border:1px solid #1d243c!important}.btn-gost{border-radius:200px;font-size:14px}@media screen and (max-width: 1024px){body{display:flex}}
