@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Roboto:wght@400;500;700&display=swap";.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100vw;flex-direction:column;background:#23242a;font-family:Poppins,sans-serif}.login-container *{margin:0;padding:0;box-sizing:border-box}.box{position:relative;width:380px;height:420px;background:#1c1c1c;border-radius:8px;overflow:hidden}.box:before{content:"";z-index:1;position:absolute;top:-50%;left:-50%;width:380px;height:420px;transform-origin:bottom right;background:linear-gradient(0deg,transparent,#45f3ff,#45f3ff);animation:animate 6s linear infinite}.box:after{content:"";z-index:1;position:absolute;top:-50%;left:-50%;width:380px;height:420px;transform-origin:bottom right;background:linear-gradient(0deg,transparent,#45f3ff,#45f3ff);animation:animate 6s linear infinite;animation-delay:-3s}@keyframes animate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-container form{position:absolute;inset:2px;background:#28292d;padding:50px 40px;border-radius:8px;z-index:2;display:flex;flex-direction:column}.login-container h2{color:#45f3ff;font-weight:500;text-align:center;letter-spacing:.1em}.inputBox{position:relative;width:300px;margin-top:35px}.inputBox input{position:relative;width:100%;padding:20px 10px 10px;background:transparent;outline:none;box-shadow:none;border:none;color:#23242a;font-size:1em;letter-spacing:.05em;transition:.5s;z-index:10}.inputBox span{position:absolute;left:0;padding:20px 0 10px;pointer-events:none;font-size:1em;color:#8f8f8f;letter-spacing:.05em;transition:.5s}.inputBox input:valid~span,.inputBox input:focus~span{color:#45f3ff;transform:translate(0) translateY(-34px);font-size:.75em}.inputBox i{position:absolute;left:0;bottom:0;width:100%;height:2px;background:#45f3ff;border-radius:4px;overflow:hidden;transition:.5s;pointer-events:none;z-index:9}.inputBox input:valid~i,.inputBox input:focus~i{height:44px}.links{display:flex;justify-content:space-between}.links a{margin:10px 0;font-size:.75em;color:#8f8f8f;-webkit-text-decoration:beige;text-decoration:beige}.links a:hover,.links a:nth-child(2){color:#45f3ff}.login-container input[type=submit]{border:none;outline:none;padding:11px 25px;background:#45f3ff;cursor:pointer;border-radius:4px;font-weight:600;width:100px;margin-top:10px}.login-container input[type=submit]:active{opacity:.8}.login{display:flex;justify-content:center;align-items:center;height:100vh;width:100%;overflow:hidden;position:relative;background-image:url(/assets/baseBackground.a7dc9a09.png);background-size:cover;background-position:center}.centerBackground{width:1074px;height:608px;background:url(/assets/login_bg.f121e3bf.png) no-repeat;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding-top:83px;z-index:99}.centerTopBox{width:601px;height:310px;background:rgba(10,87,201,1);margin:0 auto;position:relative}.logo{width:96px;height:100px;position:absolute;top:18px;left:50%;transform:translate(-50%)}.title{width:100%;text-align:center;height:36px;line-height:36px;color:#fff;position:absolute;top:135px;font-size:26px;font-weight:700}.centerLogonText{position:absolute;width:100%;height:47px;text-align:center;font-size:30px;color:#fff;bottom:30px}.login-form{width:380px;max-height:390px;padding:25px;position:relative;margin:119px auto 0 636px;background:rgba(255,255,255,.9);border-radius:8px}.loginInput{width:100%;height:48px;border:1px solid #e5e7eb;border-radius:8px;padding-left:55px;background:rgba(255,255,255,.96);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.loginInput:focus{border-color:#868d94;box-shadow:0 0 0 3px #93c5fd59}.userIcon,.passwordIcon,.anquanIcon{position:absolute;left:7px;top:8px;width:24px;height:24px}.login-tip{font-size:13px;text-align:center;color:#bfbfbf}.login-code{width:33%;height:38px;text-align:right;position:absolute;right:0;top:0}.login-code-img{height:38px;cursor:pointer;border-radius:6px}.el-login-footer{height:40px;line-height:40px;position:absolute;bottom:0;width:100%;text-align:center;color:#333;font-family:Arial;font-size:12px;letter-spacing:1px;z-index:9}@media (max-width: 1024px){.centerBackground{width:90vw;height:auto;padding-top:60px}.login-form{width:80%;margin-left:0;margin-top:24px}}@keyframes move1{0%{transform:translate(-100%)}to{transform:translate(100%)}}.night span:nth-child(2){top:0;right:0;width:2px;height:100%;transform:translateY(-100%);background-image:linear-gradient(to bottom,transparent,rgb(0,153,255));animation:move2 2s linear infinite;animation-delay:1s}@keyframes move2{to{transform:translateY(100%)}}.night span:nth-child(3){left:0;bottom:0;width:100%;height:2px;background-image:linear-gradient(to left,transparent,rgb(0,153,255));animation:move3 2s linear infinite}@keyframes move3{0%{transform:translate(100%)}to{transform:translate(-100%)}}.night span:nth-child(4){top:0;left:0;width:2px;height:100%;transform:translateY(100%);background-image:linear-gradient(to top,transparent,rgb(0,153,255));animation:move4 2s linear infinite;animation-delay:1s}@keyframes move4{to{transform:translateY(-100%)}}.easy-button-demo{font-family:Arial,sans-serif;background-color:#f5f5f5;display:flex;flex-direction:column;align-items:center;padding:30px}.easy-button-demo .container{max-width:800px;width:100%;background-color:#fff;border-radius:10px;padding:30px;box-shadow:0 5px 15px #0000001a}.easy-button-demo h1{color:#333;text-align:center;margin-bottom:30px}.easy-button-demo .button-section{margin-bottom:40px}.easy-button-demo h2{color:#555;border-bottom:2px solid #eee;padding-bottom:10px;margin-top:0}.btn{display:inline-block;padding:12px 24px;margin:8px;border:none;border-radius:50px;font-size:16px;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn-full-width{width:100%;display:block}.btn-primary{background-color:#4285f4;color:#fff}.btn-primary:hover:not(:disabled){background-color:#3367d6;transform:translateY(-2px);box-shadow:0 5px 15px #4285f466}.btn-primary:disabled{background-color:#94a3b8;color:#fff;opacity:.8;cursor:not-allowed}.btn-secondary{background-color:#f1f1f1;color:#333}.btn-secondary:hover:not(:disabled){background-color:#e0e0e0;transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.btn-secondary:disabled{background-color:#94a3b8;color:#fff;opacity:.8;cursor:not-allowed}.btn-success{background-color:#34a853;color:#fff}.btn-success:hover{background-color:#2d9248;transform:translateY(-2px);box-shadow:0 5px 15px #34a85366}.btn-danger{background-color:#ea4335;color:#fff}.btn-danger:hover{background-color:#d33426;transform:translateY(-2px);box-shadow:0 5px 15px #ea433566}.btn-warning{background-color:#fbbc05;color:#333}.btn-warning:hover{background-color:#e6ac04;transform:translateY(-2px);box-shadow:0 5px 15px #fbbc0566}.btn-rounded{border-radius:50px}.btn-outline{background-color:transparent;border:2px solid}.btn-outline-primary{color:#4285f4;border-color:#4285f4}.btn-outline-primary:disabled{color:#94a3b8;border-color:#94a3b8;background-color:transparent;opacity:.6;cursor:not-allowed}.btn-outline-primary:hover{background-color:#4285f4;color:#fff}.btn-outline-danger{color:#ea4335;border-color:#ea4335;background-color:transparent}.btn-outline-danger:disabled{color:#f2a199;border-color:#f2a199;opacity:.6;cursor:not-allowed}.btn-outline-danger:hover:not(:disabled){background-color:#ea4335;color:#fff}.btn-outline-secondary{color:#666;border-color:#666}.btn-outline-secondary:hover{background-color:#666;color:#fff}.btn-3d{box-shadow:0 5px #0003;transform:translateY(0)}.btn-3d:hover{transform:translateY(-2px);box-shadow:0 7px #0003}.btn-3d:active{transform:translateY(3px);box-shadow:0 2px #0003}.btn-animate{position:relative;overflow:hidden}.btn-animate:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:rgba(255,255,255,.5);opacity:0;border-radius:100%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.btn-animate:focus:not(:active):after{animation:ripple 1s ease-out}@keyframes ripple{0%{transform:scale(0);opacity:.5}to{transform:scale(20);opacity:0}}.btn-icon{display:inline-flex;align-items:center;justify-content:center}.btn-icon i{margin-right:8px;font-size:18px}.btn-facebook{background-color:#3b5998;color:#fff}.btn-twitter{background-color:#1da1f2;color:#fff}.btn-google{background-color:#db4437;color:#fff}.btn-linkedin{background-color:#0077b5;color:#fff}.btn-float{border-radius:50%;width:60px;height:60px;padding:0;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 15px #0000004d}.btn-float i{margin:0;font-size:24px}.btn-float:hover{transform:translateY(-5px) scale(1.05)}.btn-gradient{background:linear-gradient(45deg,#4285f4,#34a853);color:#fff;border:none}.btn-gradient:hover{background:linear-gradient(45deg,#3367d6,#2d9248);transform:translateY(-2px)}.btn-loading{position:relative;pointer-events:none}.btn-loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 600px){.btn{display:block;width:100%;margin:8px 0}}._FeedbackAnalysis_11peh_1{position:absolute;width:100%}._FeedbackAnalysis_11peh_1 ._uploadBtn_11peh_5{position:absolute;right:80px;top:20px}._dialogContainer_11peh_11{width:100%;height:700px;display:flex;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:8px;overflow:hidden}._dialogContainer_11peh_11 ._dialogLeft_11peh_19{width:31%;height:100%;border-right:1px solid #e2e8f0;background:#ffffff;padding:16px;box-sizing:border-box;overflow-y:auto}._dialogContainer_11peh_11 ._dialogLeft_11peh_19::-webkit-scrollbar{width:6px}._dialogContainer_11peh_11 ._dialogLeft_11peh_19::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._dialogContainer_11peh_11 ._dialogLeft_11peh_19::-webkit-scrollbar-thumb:hover{background:#94a3b8}._dialogContainer_11peh_11 ._dialogLeft_11peh_19::-webkit-scrollbar-track{background:#f1f5f9}._dialogContainer_11peh_11 ._dialogLeft_11peh_19 ._previewContainer_11peh_41{position:relative;height:280px;width:100%;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000f;background:#fff}._dialogContainer_11peh_11 ._dialogLeft_11peh_19 ._calcBtn_11peh_50{width:100%;font-weight:600;margin-top:12px;height:42px;border-radius:8px;font-size:15px;box-shadow:0 2px 4px #1890ff33}._dialogContainer_11peh_11 ._dialogLeft_11peh_19 ._calcBtn_11peh_50:hover{transform:translateY(-1px);box-shadow:0 4px 8px #1890ff4d}._dialogContainer_11peh_11 ._dialogLeft_11peh_19 ._calcResult_11peh_63{margin-top:20px;margin-bottom:12px;font-size:16px;font-weight:600;color:#1e293b;padding-left:4px}._dialogContainer_11peh_11 ._dialogLeft_11peh_19 ._calcResult_11peh_63:before{content:"";width:4px;height:18px;background:linear-gradient(180deg,#1890ff 0%,#40a9ff 100%);display:inline-block;border-radius:2px;position:relative;top:3px;margin-right:8px}._dialogContainer_11peh_11 ._dialogRight_11peh_82{width:69%;height:100%;background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);position:relative}@keyframes _spin_11peh_1{to{transform:rotate(360deg)}}._dialogContainer_11peh_11 ._red_11peh_93{color:#ef4444}._dialogContainer_11peh_11 ._uploadTipsText_11peh_96{margin-left:10px;font-size:12px;color:#64748b}._dialogContainer_11peh_11 ._previewBtn_11peh_101{margin-top:5px;border-radius:6px}._modulePreview_11peh_106{width:100%;height:100%;border:none;border-radius:8px;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%)}._tips_11peh_114{position:absolute;right:14%;top:60px;font-size:16px;font-weight:500;color:#475569}._tips_11peh_114:before{content:"";background:linear-gradient(135deg,#1890ff 0%,#7c3aed 100%);width:14px;height:14px;border-radius:50%;display:inline-block;margin-right:8px;box-shadow:0 2px 4px #1890ff4d}._calcResContainer_11peh_133{position:relative;width:100%;height:100%;min-height:500px}._calculatingOverlay_11peh_140{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:rgba(255,255,255,.85);z-index:100;backdrop-filter:blur(2px)}._calculatingContent_11peh_154{display:flex;flex-direction:column;align-items:center;gap:16px}._calculatingSpinner_11peh_161{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#1890ff;border-radius:50%;animation:_spin_11peh_1 1s linear infinite}._calculatingText_11peh_170{font-size:16px;font-weight:500;color:#475569}.lighting-button-container{position:relative;display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(to bottom,#5d326c,#350048);font-family:Roboto,sans-serif}.lighting-button-container body{background:transparent!important}.lighting-button-container *{margin:0;padding:0;box-sizing:border-box}.lighting-button-container .container{width:1000px;display:flex;flex-wrap:wrap;justify-content:space-around}.lighting-button-container .container .btn{position:relative;top:0;left:0;width:250px;height:50px;margin:0;display:flex;justify-content:center;align-items:center}.lighting-button-container .container .btn a{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:rgba(255,255,255,.05);box-shadow:0 15px 15px #0000004d;border-bottom:1px solid rgba(255,255,255,.1);border-top:1px solid rgba(255,255,255,.1);border-radius:30px;padding:10px;letter-spacing:1px;text-decoration:none;overflow:hidden;color:#fff;font-weight:400px;z-index:1;transition:.5s;backdrop-filter:blur(15px)}.lighting-button-container .container .btn:hover a{letter-spacing:3px}.lighting-button-container .container .btn a:before{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(to left,rgba(255,255,255,.15),transparent);transform:skew(45deg) translate(0);transition:.5s;filter:blur(0px)}.lighting-button-container .container .btn:hover a:before{transform:skew(45deg) translate(200px)}.lighting-button-container .container .btn:before{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:-5px;width:30px;height:10px;background:#f00;border-radius:10px;transition:.5s;transition-delay:.5}.lighting-button-container .container .btn:hover:before{bottom:0;height:50%;width:80%;border-radius:30px}.lighting-button-container .container .btn:after{content:"";position:absolute;left:50%;transform:translate(-50%);top:-5px;width:30px;height:10px;background:#f00;border-radius:10px;transition:.5s;transition-delay:.5}.lighting-button-container .container .btn:hover:after{top:0;height:50%;width:80%;border-radius:30px}.lighting-button-container .container .btn:nth-child(1):before,.lighting-button-container .container .btn:nth-child(1):after{background:#ff1f71;box-shadow:0 0 5px #ff1f71,0 0 15px #ff1f71,0 0 30px #ff1f71,0 0 60px #ff1f71}.lighting-button-container .container .btn:nth-child(2):before,.lighting-button-container .container .btn:nth-child(2):after{background:#2db2ff;box-shadow:0 0 5px #2db2ff,0 0 15px #2db2ff,0 0 30px #2db2ff,0 0 60px #2db2ff}.lighting-button-container .container .btn:nth-child(3):before,.lighting-button-container .container .btn:nth-child(3):after{background:#1eff45;box-shadow:0 0 5px #1eff45,0 0 15px #1eff45,0 0 30px #1eff45,0 0 60px #1eff45}input:where(.chip[type="checkbox"]){--color: #6c6;font-size:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;border:1px solid #0004;border-radius:100em;overflow:clip;margin:0;display:inline-block;box-sizing:border-box;padding:0;&:after{content:attr(value);white-space:pre;line-height:1;position:relative;padding:.5em 1em .5em 2em;display:block}&:before{content:"";display:inline-block;width:.75em;aspect-ratio:1;background:linear-gradient(currentcolor 0 0),linear-gradient(currentcolor 0 0);background-position:-200% -2em,2em -200%,50% 50%;background-size:1em .125em,.125em 1em;background-repeat:no-repeat;background-color:var(--color);border-radius:50%;position:absolute;top:50%;left:1.125em;translate:-50% -50%;rotate:45deg;transition:width .25s,background-position .5s}&.vertical{min-height:5em;min-width:2.5em;&:after{writing-mode:vertical-rl;text-orientation:mixed;padding:1.5em .3em .5em;letter-spacing:.2em;line-height:1.5}&:before{left:48%;top:.5em;translate:-50% 0}}&.grow,&.bounce{&:before{background-position:50% 50%,50% 50%,50% 50%;background-size:0 0,0 0;transition:width .25s,background-size .5s}}&.bounce{&:before{transition-timing-function:ease-in-out,cubic-bezier(.75,0,.5,2)}}&:checked{&:before{width:200%;background-position:50% 50%,50% 50%,50% 50%;background-size:1em .125em,.125em 1em}}&:disabled{--color: #eee !important;color:#6c6c6c;border-color:#0001}&:hover:not(:disabled){border-color:#000a;background-color:rgb(from var(--color) r g b / 10%);transition:.4s}}@media print{input:where(.chip[type="checkbox"]){&,&:before,&:after{-webkit-print-color-adjust:exact;print-color-adjust:exact}}}@media (prefers-reduced-motion){input:where(.chip[type="checkbox"]){&,&:before,&:after{transition:none!important}}}@media (prefers-contrast: more){input:where(.chip[type="checkbox"]){&:before{background:highlight}&:disabled{border-color:gray-text;&:before{background:graytext}&:after{color:graytext}}}}.easystyle-demo-container{margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;flex-direction:column;gap:3em;font-family:Roboto,Helvetica,Arial,sans-serif}fieldset{border-color:#0000;& legend{color:#666696;font-weight:500}}.aiblast-chat-assistant{position:fixed;z-index:10000;bottom:0;right:0}.chat-button{position:fixed;bottom:30px;right:30px;width:55px;height:55px;border-radius:50%;background:linear-gradient(135deg,#006d92,#005778);box-shadow:0 4px 15px #006d924d;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.6}.chat-button:hover,.chat-button:active{transform:scale(1.05);box-shadow:0 6px 18px #006d9266;opacity:1}.chat-button svg{width:24px;height:24px}.chat-container{position:fixed;bottom:100px;right:30px;width:350px;height:500px;background:#ffffff;border-radius:20px;box-shadow:0 8px 30px #0000001f;display:none;flex-direction:column;z-index:9999;overflow:hidden;border:1px solid #e0e6f5;resize:both;min-width:300px;min-height:400px}.draggable-header{padding:8px 15px;background:linear-gradient(135deg,#006d92,#005778,#004a66);color:#fff;border-radius:20px 20px 0 0;display:flex;justify-content:space-between;align-items:center;cursor:move}.draggable-header h3{margin:0;font-size:14px;font-weight:500}.header-actions{display:flex;gap:10px}.new-chat-button,.history-button,.close-button{background:rgba(255,255,255,.2);border:none;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}.history-button:hover,.close-button:hover,.new-chat-button:hover{background:rgba(255,255,255,.3)}.chat-messages{flex:1;overflow-y:auto;padding:12px;background-color:#f9faff}.message{margin-bottom:10px;display:flex;flex-direction:column}.message.user{align-items:flex-end}.message.assistant{align-items:flex-start}.message-content{max-width:90%;padding:8px 12px;border-radius:15px;font-size:12px;line-height:1.4;box-shadow:0 1px 2px #0000001a;white-space:normal;margin:0;word-break:break-word;contain:layout}.user .message-content{background:linear-gradient(135deg,#006d92,#005778);color:#fff;border-radius:15px 15px 0}.assistant .message-content{background:#e7f5fa;color:#333;border-radius:15px 15px 15px 0;max-width:95%}.chat-input{position:relative!important;padding:8px 10px!important;border-top:1px solid #e0e6f5;display:flex;gap:6px!important;background-color:#fff;align-items:center}#userInput{resize:none!important;overflow:hidden!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;height:28px!important;min-height:28px!important;max-height:80px;line-height:15px!important;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:11px;transition:border-color .2s;outline:none;box-sizing:border-box!important;width:calc(100% - 60px)!important;display:block!important;position:relative;z-index:1;margin:0;padding:6px 10px;border:1px solid #e0e6f5;border-radius:15px;background-color:#fff}#userInput:focus{border-color:#006d92;height:32px!important}#userInput.has-content{height:auto!important;min-height:32px!important}#sendButton{background:linear-gradient(135deg,#006d92,#005778);color:#fff;border:none;border-radius:15px;padding:0 10px;height:28px;min-width:35px;cursor:pointer;transition:all .3s;font-weight:500;font-size:11px;flex-shrink:0;margin-left:0!important}#sendButton:hover{background:linear-gradient(135deg,#005070,#004a66);box-shadow:0 4px 10px #006d9233}#sendButton:disabled{background:#ccc;cursor:not-allowed;box-shadow:none}#stopButton{background:#f2f2f2;color:#666;border:none;border-radius:15px;padding:0 10px;height:28px;min-width:35px;cursor:pointer;transition:all .3s;font-weight:500;font-size:11px;flex-shrink:0;margin-right:8px;display:none}#stopButton:hover{background:#e6e6e6;color:#333}#stopButton.visible{display:block}.image-upload-button{background:none;border:none;color:#006d92;cursor:pointer;padding:4px!important;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s;flex-shrink:0;width:28px!important;height:28px!important}.image-upload-button:hover{background-color:#e7f5fa}.image-preview-container{border:1px solid #e0e6f5;border-radius:8px;margin:6px 12px;overflow:hidden;background-color:#fff;max-width:calc(100% - 24px)}.image-preview-header{padding:4px 8px;background-color:#e7f5fa;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#333}.image-preview-header button{background:none;border:none;color:#999;cursor:pointer;font-size:16px}.image-preview-header button:hover{color:#ff4d4f}.image-preview-content{padding:6px;display:flex;justify-content:center}.image-preview-content img{max-width:100%;max-height:120px;border-radius:4px}.message-image-container{margin-bottom:10px;max-width:100%}.message-image{max-width:100%;max-height:100px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.user .message-image{border-radius:8px 8px 0}.message-text{margin-top:6px}.history-panel{position:absolute;top:0;right:-280px;width:280px;height:100%;background:white;border-left:1px solid #e0e6f5;z-index:10001;transition:right .3s ease;display:flex;flex-direction:column;box-shadow:-2px 0 8px #00000014}.history-panel.visible{right:0}.history-header{padding:7px 15px;background:linear-gradient(135deg,#006d92,#005778,#004a66);color:#fff;display:flex;justify-content:space-between;align-items:center;border-radius:0}.history-header h3{margin:0;font-size:14px}.history-close{background:none;border:none;color:#fff;cursor:pointer;font-size:20px}.history-item{padding:10px 12px;border-bottom:1px solid #e0e6f5;cursor:pointer;transition:all .2s ease;position:relative;margin:0 5px 5px;border-radius:8px}.history-item:hover{background-color:#f0f7fa;transform:translateY(-1px);box-shadow:0 2px 4px #006d921a}.history-item .title{font-size:12px;font-weight:500;color:#006d92;margin-bottom:5px;padding-right:25px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item .preview{font-size:11px;color:#666;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:25px;opacity:.85}.history-item .date{font-size:10px;color:#888;font-style:italic}.history-item .delete-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:#bbb;cursor:pointer;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;opacity:.7;font-size:14px;transition:all .2s}.history-item .delete-button:hover{background-color:#fee;color:#ff4d4f;opacity:1}.history-list{flex:1;overflow-y:auto;padding:8px 5px;background-color:#fafbfd}.history-item.empty{text-align:center;color:#999;padding:25px 15px;background:none;border:1px dashed #ddd;margin:20px 10px;font-style:italic}.history-item.active{background-color:#e7f5fa;border-left:3px solid #006d92}.message.thinking .message-content{background-color:#f0f4ff!important;border:1px dashed #91c4d6!important;color:#006d92!important;font-size:11px!important;box-shadow:none!important;border-radius:15px!important;padding:8px 12px!important}.thinking-header{font-weight:700!important;margin-bottom:4px!important;color:#006d92!important;font-size:11px!important}.fas{font-style:normal}.fa-history:before{content:"\21bb"}.fa-times:before{content:"\d7"}.fa-plus:before{content:"+"}.message-content pre{background-color:#f5f7fa;padding:8px;border-radius:6px;overflow-x:auto;margin:6px 0;border:1px solid #e0e6f5}.message-content code{font-family:Consolas,Monaco,Courier New,monospace;font-size:11px;background-color:#f0f2f7;padding:1px 3px;border-radius:3px}.message-content pre code{background-color:transparent;padding:0;border-radius:0;font-size:10px;line-height:1.5}.message-content table{border-collapse:collapse;width:100%;margin:10px 0;font-size:12px;border:1px solid #c0d8e2;background-color:#fff;display:table;table-layout:fixed;box-shadow:0 1px 4px #006d9214}.message-content th{background-color:#e7f0f7;padding:6px 10px;border:1px solid #c0d8e2;text-align:center;font-weight:600;color:#006d92;white-space:normal;word-break:break-word}.message-content td{padding:6px 10px;border:1px solid #d8e5ec;vertical-align:middle;white-space:normal;word-break:break-word}.message-content tr:nth-child(even){background-color:#f7fbff}.message-content tr:hover{background-color:#f0f7fc}.message-content .table-container{width:100%;overflow-x:auto;margin:12px 0;border-radius:3px}.custom-input{flex:1;border:1px solid #e0e6f5;border-radius:15px;padding:6px 10px;min-height:28px;max-height:80px;line-height:15px;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:11px;transition:border-color .2s;outline:none;overflow:hidden!important;box-sizing:border-box;width:calc(100% - 52px);background-color:#fff;margin-right:8px;position:relative;z-index:1;display:block;resize:none!important;-webkit-resize:none!important;-moz-resize:none!important}.custom-input:focus{border-color:#006d92}.custom-input:empty:before{content:attr(placeholder);color:#aaa;pointer-events:none;display:block;font-weight:300;opacity:.8;font-size:11px}.custom-input:after{content:"";position:absolute;right:0;bottom:0;width:16px!important;height:16px!important;background-color:#fff;z-index:2;pointer-events:none}.message-content hr{border:0;height:1px;background-image:linear-gradient(to right,rgba(0,109,146,.1),rgba(0,109,146,.5),rgba(0,109,146,.1));margin:15px 0}.message-content .math-output{display:inline-block;min-height:24px}.math-container{display:inline-block;min-height:1em;vertical-align:middle}.message-content .MathJax{transition:none!important;overflow-x:auto;max-width:100%;margin:6px 0}.MathJax[data-formula-rendered=true]{opacity:1!important;visibility:visible!important}.message-content mjx-container{font-weight:400!important}.message-content mjx-math{font-weight:400!important}.message-content .MathJax,.message-content .mjx-char{font-weight:400!important}.message-content mjx-container[jax=CHTML][display=true]{margin:1em 0!important;font-weight:400!important}.message-content .MathJax{transition:none!important;font-weight:400!important;overflow-x:auto;max-width:100%;margin:6px 0}.math-container{display:inline-block;vertical-align:middle}.message-content mjx-container,.message-content mjx-math,.message-content .mjx-char{font-weight:400!important}.special-marker{display:block;padding:5px;margin:10px 0;background-color:#f0f6ff;border-left:3px solid #006d92;font-weight:700}.triple-equal{display:inline;font-family:monospace}.message-content h1{font-size:1.8em;margin:1em 0 .6em;border-bottom:1px solid #eaecef;padding-bottom:.3em;color:#005070}.message-content h2{font-size:1.5em;margin:1em 0 .6em;border-bottom:1px solid #eaecef;padding-bottom:.3em;color:#005778}.message-content h3{font-size:1.3em;margin:1em 0 .6em;color:#006d92}.message-content h4{font-size:1.2em;margin:1em 0 .6em;color:#006d92}.message-content h5{font-size:1.1em;margin:1em 0 .6em;color:#006d92}.message-content h6{font-size:1em;margin:1em 0 .6em;color:#006d92;font-weight:500}.message-content ul.md-list li:before{content:"\25aa";position:absolute;left:-1em;color:#555;font-size:.75em;top:.4em}.message-content .arrow-marker{color:#ff4d4f;font-weight:700;margin-right:5px}.special-marker{display:block;padding:8px 12px;margin:15px 0;background-color:#f0f6ff;border-left:4px solid #006d92;font-weight:700;border-radius:0 4px 4px 0}.message-content mjx-container[jax=CHTML][display=true]{display:block!important;margin:1em 0!important;font-weight:400!important}.message-content .MathJax{transition:none!important;font-weight:400!important}.math-container{display:inline}.message-content mjx-container *{transition:none!important}.MathJax{outline:none!important}mjx-container:not([display="true"]){display:inline!important}mjx-container[display=true]{display:block!important;margin:1em 0!important}mjx-container{width:auto!important;max-width:100%!important;min-width:auto!important}.message-content mjx-container[jax=CHTML][display=true]{display:block!important;margin:1em 0!important;width:100%!important;overflow-x:auto}mjx-container:not([display="true"]){display:inline!important;max-width:none!important}.message-content .MathJax{width:auto!important;min-width:auto!important;max-width:none!important}.message-content mjx-math{max-width:none!important;min-width:auto!important}.math-container{display:inline!important;max-width:none!important;width:auto!important}.message-content .formula{display:inline-block;margin:0;padding:0}mjx-container[display=true]{overflow-x:auto;overflow-y:hidden;margin:1em 0!important;width:auto!important;min-width:0!important;padding:0!important}mjx-container:not([display="true"]){display:inline!important;margin:0!important;padding:0!important}.message-content mjx-container{font-weight:400!important;font-size:inherit!important;line-height:normal!important}.math-container,.MathJax{display:inline!important;width:auto!important;max-width:none!important;min-width:0!important;border:none!important;background:none!important}mjx-container:not([display="true"]){display:inline!important;margin:0 3px!important}mjx-container[display=true]{display:block!important;margin:1em 0!important;text-align:center!important}.message-content mjx-container{font-size:100%!important;font-weight:400!important;overflow-x:auto;overflow-y:hidden}mjx-container *{transition:none!important}.MathJax,.math-container{display:inline!important;background:none!important;border:none!important}mjx-container[data-processed=true]{visibility:visible!important;opacity:1!important}mjx-container{visibility:visible!important}.math-formula{display:inline-block;min-height:1em;font-family:inherit}.math-formula[data-formula-type=display]{display:block;width:100%;margin:1em 0;text-align:center}.MathJax{outline:none!important;font-weight:400!important}.message-content li:before{margin-right:0}.math-display,.math-inline{font-weight:400!important;line-height:normal!important;margin:0!important;padding:0!important;overflow-x:auto;overflow-y:hidden}.math-display{display:block;text-align:center;margin:1em 0!important;width:100%}.math-inline{display:inline-block;vertical-align:middle}mjx-container{overflow-x:auto;overflow-y:hidden;min-width:auto!important;outline:none!important}mjx-container[display=true]{display:block!important;text-align:center!important;margin:1em 0!important}mjx-container[display=true] mjx-math{min-width:auto!important}mjx-container:not([display="true"]){display:inline-block!important;margin:0!important;vertical-align:middle!important}.MathJax,mjx-math,mjx-container,mjx-container *{font-weight:400!important;transition:none!important}mjx-container[data-rendered=true]{display:inline-block!important;visibility:visible!important;opacity:1!important;pointer-events:none!important}mjx-container[data-rendered=true][display=true]{display:block!important;text-align:center!important;margin:1em 0!important;width:auto!important}.math-display[data-processed=true],.math-inline[data-processed=true]{contain:content!important;pointer-events:none!important}.math-display,.math-inline{transform:translateZ(0);backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;will-change:contents}.math-display,.math-inline{display:inline-block;min-height:1em;opacity:1!important;visibility:visible!important;transition:none!important}.math-display{display:block;width:100%;text-align:center;margin:.75em 0!important;overflow-x:auto}mjx-container{visibility:visible!important;opacity:1!important;min-height:1em;transition:none!important}.math-display .MathJax_Preview,.math-inline .MathJax_Preview{visibility:hidden;opacity:0;height:0;position:absolute}.math-display .tex-source,.math-inline .tex-source{display:none}.MathJax{visibility:visible!important;opacity:1!important}.message-content mjx-container,.message-content mjx-math,.message-content .MathJax,.message-content .math-display,.message-content .math-inline,.message-content .MathJax *,.message-content mjx-container *{transition:none!important;animation:none!important}.message-content .math-display,.message-content .math-inline{overflow:visible;line-height:1.5}.message-content .math-display{display:block;text-align:center;margin:.5em 0;padding:0}.message-content .math-inline{display:inline-block;vertical-align:middle;margin:0;padding:0}.message-content mjx-container{display:inline-block!important;margin:0!important;padding:0!important;min-width:auto!important}.message-content mjx-container[jax=CHTML][display=true]{display:block!important;text-align:center;margin:.5em 0!important;overflow-x:auto;overflow-y:hidden}.message-content mjx-math{white-space:nowrap!important}.message-content ul.md-list,.message-content ol.md-list{margin:.5em 0;padding-left:1.5em}.message-content ul.md-list{list-style-type:none}.message-content ul.md-list li{position:relative;padding-left:.5em;margin:.2em 0;line-height:1.5}.message-content ul.md-list li:before{content:"\2022";position:absolute;left:-1em;color:#666;font-size:.8em;top:.2em}.message-content ul.md-list li:before{content:"\25aa";font-size:.7em;color:#555}.message-content blockquote ul.md-list li:before{content:"\25ab"}.message-content br{display:block;margin:.5em 0;content:""}mjx-container[jax=CHTML][display=true]{display:block!important;margin:.5em auto!important;text-align:center!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important}mjx-container[jax=CHTML]:not([display="true"]){display:inline-block!important;line-height:normal!important;vertical-align:middle!important;padding:0 .2em!important}mjx-container mjx-math{font-size:115%!important;min-height:1em!important;line-height:1.5!important}mjx-container mjx-msub,mjx-container mjx-msup,mjx-container mjx-msubsup{line-height:normal!important;vertical-align:baseline!important}mjx-container mjx-frac{line-height:1!important}mjx-container mjx-frac>mjx-den{border-top:1px solid!important;padding-top:.1em!important}mjx-container mjx-frac>mjx-num{padding-bottom:.1em!important}mjx-container mjx-sqrt,mjx-container mjx-root{padding-top:2px!important}mjx-container mjx-mtable{vertical-align:middle!important;text-align:center!important;margin:0 auto!important}mjx-container .mjx-mrow{display:inline-block!important;white-space:nowrap!important}._analysisOfOver_erku9_2{height:100%;width:100%;display:flex;padding:16px;overflow:hidden}._analysisOfOver_erku9_2 ._treeBox_erku9_9{position:relative;border:1px solid #d5dee7}._analysisOfOver_erku9_2 ._treeBox_erku9_9 ._treeContainer_erku9_13{width:270px;height:100%;padding:16px}._analysisOfOver_erku9_2 ._treeBox_erku9_9 ._treeTitle_erku9_18{height:30px;line-height:30px}._analysisOfOver_erku9_2 ._treeBox_erku9_9 ._searchTools_erku9_22{height:30px;line-height:30px;margin-bottom:16px;display:flex}._analysisOfOver_erku9_2 ._treeBox_erku9_9 ._siteTreeSearchValue_erku9_28{color:#f50}._analysisOfOver_erku9_2 ._treeBox_erku9_9 ._slideBox_erku9_31{position:absolute;top:0;left:100%;height:100%;font-size:26px;width:12px;display:flex;justify-content:center;align-items:center;cursor:col-resize}._analysisOfOver_erku9_2 ._treeBox_erku9_9 ._slideBox_erku9_31 span{width:2px;background-color:#aaa;margin:0 1px;height:15px}._analysisOfOver_erku9_2 ._rightBox_erku9_49{flex:1;padding-left:16px;display:flex;flex-direction:column;height:calc(100vh - 80px);overflow-x:hidden;overflow-y:hidden;box-sizing:border-box}._analysisOfOver_erku9_2 ._rightBox_erku9_49 ._queryContainer_erku9_59{width:100%;border:1px solid #d5dee7;padding:16px 12px;margin-bottom:8px;overflow-x:hidden;box-sizing:border-box}._analysisOfOver_erku9_2 ._rightBox_erku9_49 ._queryContainer_erku9_59 ._btnActionBox_erku9_70{display:flex;justify-content:flex-end;align-items:center;width:100%;position:relative;color:#aaa}._analysisOfOver_erku9_2 ._rightBox_erku9_49 ._queryContainer_erku9_59 ._btnActionBox_erku9_70 ._resetBtn_erku9_78{margin-left:12px}._analysisOfOver_erku9_2 ._rightBox_erku9_49 ._queryContainer_erku9_59 ._btnActionBox_erku9_70._hide_erku9_81{height:6px}._analysisOfOver_erku9_2 ._rightBox_erku9_49 ._queryContainer_erku9_59 ._btnActionBox_erku9_70 ._btn-visible_erku9_84{position:absolute;right:0;font-size:20px;cursor:pointer}._analysisOfOver_erku9_2 ._rightBox_erku9_49 ._tableContainer_erku9_90{width:100%;border:1px solid #d5dee7;flex:1;padding:8px;overflow-x:hidden;box-sizing:border-box;position:relative;display:flex;flex-direction:column}._analysisOfOver_erku9_2 ._rightBox_erku9_49 ._tableContainer_erku9_90 .ant-table-wrapper,._analysisOfOver_erku9_2 ._rightBox_erku9_49 ._tableContainer_erku9_90 .ant-table-container,._analysisOfOver_erku9_2 ._rightBox_erku9_49 ._tableContainer_erku9_90 .ant-table-content{overflow-x:hidden}._analysisOfOver_erku9_2 ._rightBox_erku9_49 ._tableContainer_erku9_90 .ant-table-body{overflow-x:hidden!important}._analysisOfOver_erku9_2 ._rightBox_erku9_49 ._tableContainer_erku9_90 .ant-table{table-layout:fixed}._analysisOfOver_erku9_2 ._rightBox_erku9_49 ._tableContainer_erku9_90 ._tableTop_erku9_116{margin-bottom:8px;display:flex;justify-content:space-between}._analysisOfOver_erku9_2 ._rightBox_erku9_49 ._tableContainer_erku9_90 ._tableTop_erku9_116 ._btnWrapper_erku9_121{display:flex}._analysisOfOver_erku9_2 ._rightBox_erku9_49 ._tableContainer_erku9_90 ._tableFooter_erku9_124{display:flex;justify-content:flex-end;align-items:center;margin-top:8px}._analysisOfOver_erku9_2 ._rightBox_erku9_49 ._tableContainer_erku9_90 ._tableFooter_erku9_124 .ant-pagination{max-width:100%}._analysisOfOver_erku9_2 ._rightBox_erku9_49 ._tableCard_erku9_133{flex:1;overflow-y:auto;overflow-x:hidden;margin-bottom:12px;padding-bottom:12px}._analysisOfOver_erku9_2 ._rightBox_erku9_49 ._cardImageBox_erku9_143{width:100%;height:180px;position:relative;overflow:hidden;border-radius:6px}._analysisOfOver_erku9_2 ._rightBox_erku9_49 ._cardImage_erku9_143{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}._analysisOfOver_erku9_2 ._rightBox_erku9_49 ._cardImageOverlay_erku9_156{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;gap:12px;align-items:center;pointer-events:none}._analysisOfOver_erku9_2 ._rightBox_erku9_49 ._cardImageOverlay_erku9_156 svg{pointer-events:auto}._formDoubleRow_erku9_171{display:flex;gap:60px}._formSingleRow_erku9_176{display:block}._formDoubleItem_erku9_180{flex:1}._formFullWidthItem_erku9_185{width:100%;flex:none;margin-right:0}._formFullWidthItem_erku9_185 .ant-form-item-label{flex:0 0 15.6667%;max-width:16.6667%}._formFullWidthItem_erku9_185 .ant-form-item-control{flex:0 0 83.3333%;max-width:83.3333%}._formDoubleItem_erku9_180 .ant-form-item-label,._formFullWidthItem_erku9_185 .ant-form-item-label{flex:0 0 120px;max-width:120px}._formDoubleItem_erku9_180 .ant-form-item-control,._formFullWidthItem_erku9_185 .ant-form-item-control{flex:1 1 auto;max-width:none}._formLeftOnlyItem_erku9_214{flex:0 0 46.5%}._formSection_erku9_219{margin:24px 0 16px;font-weight:500;font-size:15px}._uploadContainer_erku9_226{padding:16px;border:none;border-radius:4px}._modalBtnBox_erku9_256{display:flex;justify-content:center;margin-top:32px}._ant-form-item-label_erku9_191>label{font-weight:500!important}._ant-form-item-label_erku9_191>label:before{content:"*";color:#ff4d4f;margin-right:4px}._ant-form-item-label_erku9_191>label:not([required]):before{content:"";margin-right:0}._workPointSection_erku9_281{border:1px solid #d9d9d9;border-radius:4px;padding:16px 16px 0 12px;position:relative}._formDoubleRow_erku9_171:last-child,._formSingleRow_erku9_176:last-child{margin-bottom:0}._workPointInfo_erku9_295{position:absolute;top:-10px;left:12px;font-weight:700;font-size:15px;background-color:#fff}._uploadContainer_erku9_226{padding:6px;border:none;border-radius:4px}._uploadTip_erku9_233{color:#ff4d4f;font-size:12px;margin:8px 0;line-height:1.5}._uploadList_erku9_241{margin-top:12px}._uploadItem_erku9_245{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#f5f5f5;border-radius:4px;margin-bottom:8px}._analysisOfOver_s9kt7_2{height:100%;width:100%;display:flex;padding:16px;overflow:hidden;box-sizing:border-box}._analysisOfOver_s9kt7_2 ._treeBox_s9kt7_10{position:relative;border:1px solid #d5dee7}._analysisOfOver_s9kt7_2 ._treeBox_s9kt7_10 ._treeContainer_s9kt7_14{width:270px;height:100%;padding:16px;overflow-y:auto;overflow-x:hidden}._analysisOfOver_s9kt7_2 ._treeBox_s9kt7_10 ._treeTitle_s9kt7_21{height:30px;line-height:30px}._analysisOfOver_s9kt7_2 ._treeBox_s9kt7_10 ._searchTools_s9kt7_25{height:30px;line-height:30px;margin-bottom:16px;display:flex}._analysisOfOver_s9kt7_2 ._treeBox_s9kt7_10 ._siteTreeSearchValue_s9kt7_31{color:#f50}._analysisOfOver_s9kt7_2 ._treeBox_s9kt7_10 ._slideBox_s9kt7_34{position:absolute;top:0;left:100%;height:100%;font-size:26px;width:12px;display:flex;justify-content:center;align-items:center;cursor:col-resize}._analysisOfOver_s9kt7_2 ._treeBox_s9kt7_10 ._slideBox_s9kt7_34 span{width:2px;background-color:#aaa;margin:0 1px;height:15px}._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52{flex:1;padding-left:16px;display:flex;flex-direction:column;height:100%;overflow:hidden}._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._queryContainer_s9kt7_60{width:100%;border:1px solid #d5dee7;padding:16px 12px;margin-bottom:8px;overflow:hidden}._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._queryContainer_s9kt7_60 ._btnActionBox_s9kt7_70{display:flex;justify-content:flex-end;align-items:center;width:100%;position:relative;color:#aaa;gap:12px}._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._queryContainer_s9kt7_60 ._btnActionBox_s9kt7_70 ._resetBtn_s9kt7_79{margin-left:12px}._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._queryContainer_s9kt7_60 ._btnActionBox_s9kt7_70._hide_s9kt7_82{height:6px}._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._queryContainer_s9kt7_60 ._btnActionBox_s9kt7_70 ._btn-visible_s9kt7_85{position:absolute;right:0;font-size:20px;cursor:pointer}._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._queryContainer_s9kt7_60 .ant-form-item{margin-right:16px;margin-bottom:12px}._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._queryContainer_s9kt7_60 .ant-input,._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._queryContainer_s9kt7_60 .ant-select-selector,._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._queryContainer_s9kt7_60 .ant-picker{height:32px}._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._queryContainer_s9kt7_60 .ant-input,._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._queryContainer_s9kt7_60 .ant-picker,._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._queryContainer_s9kt7_60 .ant-select-selector{padding:0 8px}._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._queryContainer_s9kt7_60 .ant-btn{height:32px;padding:0 16px}._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._tableContainer_s9kt7_113{width:100%;border:1px solid #d5dee7;flex:1;padding:8px;overflow:hidden;display:flex;flex-direction:column}._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._tableContainer_s9kt7_113 .ant-table-wrapper,._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._tableContainer_s9kt7_113 .ant-table-container,._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._tableContainer_s9kt7_113 .ant-table-content{overflow-x:hidden}._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._tableContainer_s9kt7_113 .ant-table-body{overflow-x:hidden!important}._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._tableContainer_s9kt7_113 .ant-table{table-layout:fixed}._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._tableContainer_s9kt7_113 ._tableTop_s9kt7_137{margin-bottom:8px;display:flex;justify-content:space-between}._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._tableContainer_s9kt7_113 ._tableTop_s9kt7_137 ._btnWrapper_s9kt7_142{display:flex;gap:12px}._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._tableContainer_s9kt7_113 ._tableTop_s9kt7_137 .ant-btn{height:32px;padding:0 12px}._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._tableContainer_s9kt7_113 ._tableCard_s9kt7_150{flex:1;overflow-y:auto;overflow-x:hidden}._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._tableContainer_s9kt7_113 ._tableFooter_s9kt7_155{display:flex;justify-content:flex-end;align-items:center;margin-top:8px}._analysisOfOver_s9kt7_2 ._rightBox_s9kt7_52 ._tableContainer_s9kt7_113 ._tableFooter_s9kt7_155 .ant-pagination{max-width:100%}._modalForm_s9kt7_166 .ant-input,._modalForm_s9kt7_166 .ant-select,._modalForm_s9kt7_166 .ant-picker{width:80%}._modalForm_s9kt7_166{overflow-x:hidden}._modalFooter_s9kt7_175{display:flex;justify-content:center;gap:12px;padding:16px 0 8px}._formDoubleRow_s9kt7_183{display:flex;gap:24px;height:45px}._formDoubleItem_s9kt7_189{flex:1}._formSingleRow_s9kt7_194{margin-bottom:16px}._formSection_s9kt7_199{margin:24px 0 16px;font-weight:500;font-size:15px}._uploadContainer_s9kt7_206{padding:16px;border:1px dashed #d9d9d9;border-radius:4px;margin-bottom:16px}._uploadTip_s9kt7_214{color:#ff4d4f;font-size:12px;margin:8px 0;line-height:1.5}._uploadList_s9kt7_222{margin-top:12px}._uploadItem_s9kt7_226{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#f5f5f5;border-radius:4px;margin-bottom:8px}._modalBtnBox_s9kt7_237{margin-right:48%;display:flex;justify-content:flex-end;margin-top:32px}._ant-form-item-label_s9kt7_245>label{font-weight:500!important}._ant-form-item-label_s9kt7_245>label:before{content:"*";color:#ff4d4f;margin-right:4px}._ant-form-item-label_s9kt7_245>label:not([required]):before{content:"";margin-right:0}._workPointSection_s9kt7_263{border:1px solid #d9d9d9;border-radius:4px;padding:16px;margin-bottom:24px;position:relative}._attachmentSection_s9kt7_272{border:1px solid #d9d9d9;border-radius:4px;padding:16px;position:relative}._formDoubleRow_s9kt7_183,._formSingleRow_s9kt7_194{margin-bottom:12px}._formDoubleRow_s9kt7_183:last-child,._formSingleRow_s9kt7_194:last-child{margin-bottom:0}._workPointInfo_s9kt7_288,._attachmentInfo_s9kt7_297{position:absolute;top:-10px;left:12px;font-weight:700;font-size:15px;background-color:#fff}._red_s9kt7_306{color:red}._uploadTipsText_s9kt7_310{margin-left:10px;font-size:12px;margin-top:10px}._modelManagement_rpu7b_1{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden}._modelManagement_rpu7b_1 ._rightBox_rpu7b_8{padding:16px;display:flex;flex-direction:column;flex:1;overflow:hidden}._modelManagement_rpu7b_1 ._rightBox_rpu7b_8 ._queryContainer_rpu7b_15{width:100%;border:1px solid #d5dee7;padding:16px 12px;margin-bottom:8px}._modelManagement_rpu7b_1 ._rightBox_rpu7b_8 ._queryContainer_rpu7b_15 ._btnActionBox_rpu7b_21{display:flex;justify-content:flex-end;align-items:center;width:100%;position:relative;color:#aaa}._modelManagement_rpu7b_1 ._rightBox_rpu7b_8 ._queryContainer_rpu7b_15 ._btnActionBox_rpu7b_21 ._resetBtn_rpu7b_29{margin-left:12px}._modelManagement_rpu7b_1 ._rightBox_rpu7b_8 ._queryContainer_rpu7b_15 ._btnActionBox_rpu7b_21._hide_rpu7b_32{height:6px}._modelManagement_rpu7b_1 ._rightBox_rpu7b_8 ._queryContainer_rpu7b_15 ._btnActionBox_rpu7b_21 ._btn-visible_rpu7b_35{position:absolute;right:0;font-size:20px;cursor:pointer}._modelManagement_rpu7b_1 ._rightBox_rpu7b_8 ._tableContainer_rpu7b_41{width:100%;border:1px solid #d5dee7;flex:1;padding:8px;display:flex;flex-direction:column;overflow:hidden}._modelManagement_rpu7b_1 ._rightBox_rpu7b_8 ._tableContainer_rpu7b_41 ._tableFooter_rpu7b_50{display:flex;justify-content:flex-end;align-items:center;margin-top:8px}._modelManagement_rpu7b_1 ._rightBox_rpu7b_8 ._tableContainer_rpu7b_41 ._tableFooter_rpu7b_50 .ant-pagination{max-width:100%}._modelManagement_rpu7b_1 ._rightBox_rpu7b_8 ._tableContainer_rpu7b_41 ._tableTop_rpu7b_59{margin-bottom:8px;display:flex;justify-content:space-between}._modelManagement_rpu7b_1 ._rightBox_rpu7b_8 ._tableContainer_rpu7b_41 ._tableTop_rpu7b_59 ._btnWrapper_rpu7b_64{display:flex}._modelManagement_rpu7b_1 ._rightBox_rpu7b_8 ._tableContainer_rpu7b_41 ._tableCard_rpu7b_67{flex:1;overflow-y:auto;overflow-x:hidden}._fullScreenModalContent_rpu7b_73{width:100%;height:calc(100vh - 168px);overflow-y:auto}._dtViewContainer_rpu7b_79{width:100%;height:100%}._formContainer_rpu7b_84{width:100%;height:100%;padding:0 50px}._formContainer_rpu7b_84 ._form_rpu7b_84{width:100%;height:100%}._formContainer_rpu7b_84 ._notAllow_rpu7b_93{color:#ff4949;margin-right:5px}._formContainer_rpu7b_84 ._ml12_rpu7b_97{margin-left:12px}._formContainer_rpu7b_84 ._lightWeightProjectName_rpu7b_100{color:#1890ff;cursor:pointer}._formContainer_rpu7b_84 ._lightWeightProjectName_rpu7b_100:hover{color:#1890ff}._formContainer_rpu7b_84 ._secondTitle_rpu7b_107{font-size:18px;font-weight:700;margin:10px 0}._red_rpu7b_113{color:red}._uploadTipsText_rpu7b_117{margin-left:10px;font-size:12px;margin-top:10px}._detailTitle_12s4r_1{border:1px solid #eee;border-top:0;margin-bottom:16px;margin-top:24px;position:relative}._detailTitle_12s4r_1 ._content_12s4r_8{padding:0 20px}._analysisOfOver_io2gk_1{height:calc(100% - 16px);width:100%;display:flex;overflow:hidden}._analysisOfOver_io2gk_1 ._treeBox_io2gk_7{position:relative;border:1px solid #d5dee7}._analysisOfOver_io2gk_1 ._treeBox_io2gk_7 ._treeContainer_io2gk_11{width:270px;height:100%;padding:16px}._analysisOfOver_io2gk_1 ._treeBox_io2gk_7 ._treeTitle_io2gk_16{height:30px;line-height:30px}._analysisOfOver_io2gk_1 ._treeBox_io2gk_7 ._searchTools_io2gk_20{height:30px;line-height:30px;margin-bottom:16px;display:flex}._analysisOfOver_io2gk_1 ._treeBox_io2gk_7 ._siteTreeSearchValue_io2gk_26{color:#f50}._analysisOfOver_io2gk_1 ._treeBox_io2gk_7 ._slideBox_io2gk_29{position:absolute;top:0;left:100%;height:100%;font-size:26px;width:12px;display:flex;justify-content:center;align-items:center;cursor:col-resize}._analysisOfOver_io2gk_1 ._treeBox_io2gk_7 ._slideBox_io2gk_29 span{width:2px;background-color:#aaa;margin:0 1px;height:15px}._analysisOfOver_io2gk_1 ._rightBox_io2gk_47{flex:1;padding-left:16px;padding-top:16px;display:flex;flex-direction:column}._analysisOfOver_io2gk_1 ._rightBox_io2gk_47 ._queryContainer_io2gk_54{width:99%;border:1px solid #d5dee7;padding:16px 12px;margin-bottom:8px}._analysisOfOver_io2gk_1 ._rightBox_io2gk_47 ._queryContainer_io2gk_54 ._btnActionBox_io2gk_63{display:flex;justify-content:flex-end;align-items:center;width:100%;position:relative;color:#aaa}._analysisOfOver_io2gk_1 ._rightBox_io2gk_47 ._queryContainer_io2gk_54 ._btnActionBox_io2gk_63 ._resetBtn_io2gk_71{margin-left:12px}._analysisOfOver_io2gk_1 ._rightBox_io2gk_47 ._queryContainer_io2gk_54 ._btnActionBox_io2gk_63._hide_io2gk_74{height:6px}._analysisOfOver_io2gk_1 ._rightBox_io2gk_47 ._queryContainer_io2gk_54 ._btnActionBox_io2gk_63 ._btn-visible_io2gk_77{position:absolute;right:0;font-size:20px;cursor:pointer}._analysisOfOver_io2gk_1 ._rightBox_io2gk_47 ._tableContainer_io2gk_83{width:99%;border:1px solid #d5dee7;flex:1;padding:8px}._analysisOfOver_io2gk_1 ._rightBox_io2gk_47 ._tableContainer_io2gk_83 ._tableTop_io2gk_89{margin-bottom:8px;display:flex;justify-content:space-between}._analysisOfOver_io2gk_1 ._rightBox_io2gk_47 ._tableContainer_io2gk_83 ._tableTop_io2gk_89 ._btnWrapper_io2gk_94{display:flex}._analysisOfOver_io2gk_1 ._formContainer_io2gk_97{width:100%;height:100%;padding:0 50px}._analysisOfOver_io2gk_1 ._formContainer_io2gk_97 ._form_io2gk_97{width:100%;height:100%}._analysisOfOver_io2gk_1 ._formContainer_io2gk_97 ._notAllow_io2gk_106{color:#ff4949;margin-right:5px}._analysisOfOver_io2gk_1 ._formContainer_io2gk_97 ._ml12_io2gk_110{margin-left:12px}._analysisOfOver_io2gk_1 ._formContainer_io2gk_97 ._lightWeightProjectName_io2gk_113{color:#1890ff;cursor:pointer}._analysisOfOver_io2gk_1 ._formContainer_io2gk_97 ._lightWeightProjectName_io2gk_113:hover{color:#1890ff}._analysisOfOver_io2gk_1 ._formContainer_io2gk_97 ._secondTitle_io2gk_120{font-size:18px;font-weight:700;margin:10px 0}._red_io2gk_126{color:red}._uploadTipsText_io2gk_130{margin-left:10px;font-size:12px;margin-top:10px}._uploadWrap_io2gk_136 .ant-upload-list-item-name{display:inline-block;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}._uploadWrap_io2gk_136 .ant-upload-list{margin-top:6px}._modelManagement_73as1_1{height:calc(100% - 150px);width:100%;padding:16px}._modelManagement_73as1_1 ._rightBox_73as1_6{padding-top:16px;padding-left:16px;display:flex;flex-direction:column}._modelManagement_73as1_1 ._rightBox_73as1_6 ._queryContainer_73as1_12{width:100%;border:1px solid #d5dee7;padding:16px 12px;margin-bottom:8px}._modelManagement_73as1_1 ._rightBox_73as1_6 ._queryContainer_73as1_12 ._btnActionBox_73as1_21{display:flex;justify-content:flex-end;align-items:center;width:100%;position:relative;color:#aaa}._modelManagement_73as1_1 ._rightBox_73as1_6 ._queryContainer_73as1_12 ._btnActionBox_73as1_21 ._resetBtn_73as1_29{margin-left:12px}._modelManagement_73as1_1 ._rightBox_73as1_6 ._queryContainer_73as1_12 ._btnActionBox_73as1_21._hide_73as1_32{height:6px}._modelManagement_73as1_1 ._rightBox_73as1_6 ._queryContainer_73as1_12 ._btnActionBox_73as1_21 ._btn-visible_73as1_35{position:absolute;right:0;font-size:20px;cursor:pointer}._modelManagement_73as1_1 ._rightBox_73as1_6 ._tableContainer_73as1_41{width:100%;border:1px solid #d5dee7;flex:1;padding:8px}._modelManagement_73as1_1 ._rightBox_73as1_6 ._tableContainer_73as1_41 ._tableTop_73as1_47{margin-bottom:8px;display:flex;justify-content:space-between}._modelManagement_73as1_1 ._rightBox_73as1_6 ._tableContainer_73as1_41 ._tableTop_73as1_47 ._btnWrapper_73as1_52{display:flex}._fullScreenModalContent_73as1_56{width:100%;height:calc(100vh - 168px);overflow-y:auto}._dtViewContainer_73as1_62{width:100%;height:100%}._formContainer_73as1_67{width:100%;height:100%;padding:0 50px}._formContainer_73as1_67 ._form_73as1_67{width:100%;height:100%}._formContainer_73as1_67 ._notAllow_73as1_76{color:#ff4949;margin-right:5px}._formContainer_73as1_67 ._ml12_73as1_80{margin-left:12px}._formContainer_73as1_67 ._lightWeightProjectName_73as1_83{color:#1890ff;cursor:pointer}._formContainer_73as1_67 ._lightWeightProjectName_73as1_83:hover{color:#1890ff}._formContainer_73as1_67 ._secondTitle_73as1_90{font-size:18px;font-weight:700;margin:10px 0}._red_73as1_96{color:red}._uploadTipsText_73as1_100{margin-left:10px;font-size:12px;margin-top:10px}._analysisOfOver_sm1s3_1{height:calc(100% - 16px);width:100%;display:flex;overflow:hidden}._analysisOfOver_sm1s3_1 ._treeBox_sm1s3_7{position:relative;border:1px solid #d5dee7}._analysisOfOver_sm1s3_1 ._treeBox_sm1s3_7 ._treeContainer_sm1s3_11{width:270px;height:100%;padding:16px}._analysisOfOver_sm1s3_1 ._treeBox_sm1s3_7 ._treeTitle_sm1s3_16{height:30px;line-height:30px}._analysisOfOver_sm1s3_1 ._treeBox_sm1s3_7 ._searchTools_sm1s3_20{height:30px;line-height:30px;margin-bottom:16px;display:flex}._analysisOfOver_sm1s3_1 ._treeBox_sm1s3_7 ._siteTreeSearchValue_sm1s3_26{color:#f50}._analysisOfOver_sm1s3_1 ._treeBox_sm1s3_7 ._slideBox_sm1s3_29{position:absolute;top:0;left:100%;height:100%;font-size:26px;width:12px;display:flex;justify-content:center;align-items:center;cursor:col-resize}._analysisOfOver_sm1s3_1 ._treeBox_sm1s3_7 ._slideBox_sm1s3_29 span{width:2px;background-color:#aaa;margin:0 1px;height:15px}._analysisOfOver_sm1s3_1 ._rightBox_sm1s3_47{flex:1;padding-left:16px;padding-top:16px;display:flex;flex-direction:column}._analysisOfOver_sm1s3_1 ._rightBox_sm1s3_47 ._queryContainer_sm1s3_54{width:99%;border:1px solid #d5dee7;padding:16px 12px;margin-bottom:8px}._analysisOfOver_sm1s3_1 ._rightBox_sm1s3_47 ._queryContainer_sm1s3_54 ._btnActionBox_sm1s3_63{display:flex;justify-content:flex-end;align-items:center;width:100%;position:relative;color:#aaa}._analysisOfOver_sm1s3_1 ._rightBox_sm1s3_47 ._queryContainer_sm1s3_54 ._btnActionBox_sm1s3_63 ._resetBtn_sm1s3_71{margin-left:12px}._analysisOfOver_sm1s3_1 ._rightBox_sm1s3_47 ._queryContainer_sm1s3_54 ._btnActionBox_sm1s3_63._hide_sm1s3_74{height:6px}._analysisOfOver_sm1s3_1 ._rightBox_sm1s3_47 ._queryContainer_sm1s3_54 ._btnActionBox_sm1s3_63 ._btn-visible_sm1s3_77{position:absolute;right:0;font-size:20px;cursor:pointer}._analysisOfOver_sm1s3_1 ._rightBox_sm1s3_47 ._tableContainer_sm1s3_83{width:99%;border:1px solid #d5dee7;flex:1;padding:8px}._analysisOfOver_sm1s3_1 ._rightBox_sm1s3_47 ._tableContainer_sm1s3_83 ._tableTop_sm1s3_89{margin-bottom:8px;display:flex;justify-content:space-between}._analysisOfOver_sm1s3_1 ._rightBox_sm1s3_47 ._tableContainer_sm1s3_83 ._tableTop_sm1s3_89 ._btnWrapper_sm1s3_94{display:flex}._analysisOfOver_sm1s3_1 ._formContainer_sm1s3_97{width:100%;height:100%;padding:0 50px}._analysisOfOver_sm1s3_1 ._formContainer_sm1s3_97 ._form_sm1s3_97{width:100%;height:100%}._analysisOfOver_sm1s3_1 ._formContainer_sm1s3_97 ._notAllow_sm1s3_106{color:#ff4949;margin-right:5px}._analysisOfOver_sm1s3_1 ._formContainer_sm1s3_97 ._ml12_sm1s3_110{margin-left:12px}._analysisOfOver_sm1s3_1 ._formContainer_sm1s3_97 ._lightWeightProjectName_sm1s3_113{color:#1890ff;cursor:pointer}._analysisOfOver_sm1s3_1 ._formContainer_sm1s3_97 ._lightWeightProjectName_sm1s3_113:hover{color:#1890ff}._analysisOfOver_sm1s3_1 ._formContainer_sm1s3_97 ._secondTitle_sm1s3_120{font-size:18px;font-weight:700;margin:10px 0}._red_sm1s3_126{color:red}._uploadTipsText_sm1s3_130{margin-left:10px;font-size:12px;margin-top:10px}._analysisOfOver_1oook_1{height:100%;width:100%;display:flex;padding:16px;overflow:hidden}._analysisOfOver_1oook_1 ._treeBox_1oook_8{position:relative;border:1px solid #d5dee7}._analysisOfOver_1oook_1 ._treeBox_1oook_8 ._treeContainer_1oook_12{width:270px;height:100%;padding:16px}._analysisOfOver_1oook_1 ._treeBox_1oook_8 ._treeTitle_1oook_17{height:30px;line-height:30px}._analysisOfOver_1oook_1 ._treeBox_1oook_8 ._searchTools_1oook_21{height:30px;line-height:30px;margin-bottom:16px;display:flex}._analysisOfOver_1oook_1 ._treeBox_1oook_8 ._siteTreeSearchValue_1oook_27{color:#f50}._analysisOfOver_1oook_1 ._treeBox_1oook_8 ._slideBox_1oook_30{position:absolute;top:0;left:100%;height:100%;font-size:26px;width:12px;display:flex;justify-content:center;align-items:center;cursor:col-resize}._analysisOfOver_1oook_1 ._treeBox_1oook_8 ._slideBox_1oook_30 span{width:2px;background-color:#aaa;margin:0 1px;height:15px}._analysisOfOver_1oook_1 ._rightBox_1oook_48{flex:1;padding-left:16px;display:flex;flex-direction:column}._analysisOfOver_1oook_1 ._rightBox_1oook_48 ._queryContainer_1oook_54{width:100%;border:1px solid #d5dee7;padding:16px 12px;margin-bottom:8px}._analysisOfOver_1oook_1 ._rightBox_1oook_48 ._queryContainer_1oook_54 ._btnActionBox_1oook_63{display:flex;justify-content:flex-end;align-items:center;width:100%;position:relative;color:#aaa}._analysisOfOver_1oook_1 ._rightBox_1oook_48 ._queryContainer_1oook_54 ._btnActionBox_1oook_63 ._resetBtn_1oook_71{margin-left:12px}._analysisOfOver_1oook_1 ._rightBox_1oook_48 ._queryContainer_1oook_54 ._btnActionBox_1oook_63._hide_1oook_74{height:6px}._analysisOfOver_1oook_1 ._rightBox_1oook_48 ._queryContainer_1oook_54 ._btnActionBox_1oook_63 ._btn-visible_1oook_77{position:absolute;right:0;font-size:20px;cursor:pointer}._analysisOfOver_1oook_1 ._rightBox_1oook_48 ._tableContainer_1oook_83{width:100%;border:1px solid #d5dee7;flex:1;padding:8px}._analysisOfOver_1oook_1 ._rightBox_1oook_48 ._tableContainer_1oook_83 ._tableTop_1oook_89{margin-bottom:8px;display:flex;justify-content:space-between}._analysisOfOver_1oook_1 ._rightBox_1oook_48 ._tableContainer_1oook_83 ._tableTop_1oook_89 ._btnWrapper_1oook_94{display:flex}._contentArea_1iz13_7{width:100%;height:calc(100% - 84px);display:flex;color:#fff;justify-content:space-between;padding:12px;position:absolute;top:84px}._contentArea_1iz13_7 ._antBtn_1iz13_17{background:rgba(0,151,255,.05);color:#fff;border:1px solid #3088c2}._contentArea_1iz13_7 ._left_content_1iz13_22{width:22%;height:100%;display:flex;flex-direction:column;justify-content:space-between}._contentArea_1iz13_7 ._left_content_1iz13_22 ._left_one_1iz13_29{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}._contentArea_1iz13_7 ._left_content_1iz13_22 ._left_one_1iz13_29 ._left_item_1iz13_36{background:linear-gradient(to right,rgb(15,66,105),transparent)}._contentArea_1iz13_7 ._left_content_1iz13_22 ._left_two_1iz13_39{width:100%;display:flex;flex-direction:column;height:100%}._contentArea_1iz13_7 ._left_content_1iz13_22 ._left_two_1iz13_39 ._two_content_1iz13_45{border:1px solid #3088c2;display:flex;height:48%;margin-top:4px}._contentArea_1iz13_7 ._left_content_1iz13_22 ._left_two_1iz13_39 ._two_content_1iz13_45 ._left_two_title_1iz13_51{width:25%;background:rgb(10,81,128);color:#fff;display:flex;justify-content:center;align-items:center}._contentArea_1iz13_7 ._left_content_1iz13_22 ._left_two_1iz13_39 ._two_content_1iz13_45 ._left_two_content_1iz13_59{width:75%;color:#59eeff;font-size:16px;font-weight:500;display:flex;justify-content:center;align-items:center;text-align:center}._contentArea_1iz13_7 ._left_content_1iz13_22 ._left_three_1iz13_69{width:100%;height:100%}._contentArea_1iz13_7 ._left_content_1iz13_22 ._left_three_1iz13_69 ._three_content_1iz13_73{display:flex;border:1px solid #3088c2;height:33%}._contentArea_1iz13_7 ._left_content_1iz13_22 ._left_three_1iz13_69 ._three_content_1iz13_73 ._left_three_title_1iz13_78{width:40%;border-right:1px solid #3088c2;display:flex;justify-content:center;align-items:center;font-weight:600}._contentArea_1iz13_7 ._left_content_1iz13_22 ._left_three_1iz13_69 ._three_content_1iz13_73 ._left_three_content_1iz13_86{width:60%;display:flex;justify-content:center;align-items:center}._contentArea_1iz13_7 ._left_content_1iz13_22 ._left_four_1iz13_92{height:100%;display:flex;flex-direction:column;justify-content:space-between}._contentArea_1iz13_7 ._left_content_1iz13_22 ._left_four_1iz13_92 ._four_content_1iz13_98{border-top:1px solid #3088c2;display:flex;padding:6px;height:15%;align-items:center;justify-content:center}._contentArea_1iz13_7 ._left_content_1iz13_22 ._left_four_1iz13_92 ._four_content_1iz13_98 ._left_four_title_1iz13_106{width:50%;display:flex;align-items:center;justify-content:space-between;font-size:18px;font-weight:600}._contentArea_1iz13_7 ._left_content_1iz13_22 ._left_four_1iz13_92 ._four_content_1iz13_98 ._left_four_content_1iz13_114{width:50%;display:flex;font-size:16px;align-items:center;justify-content:center}._contentArea_1iz13_7 ._center_content_1iz13_121{width:54%;height:100%;display:flex;flex-direction:column;justify-content:space-between;z-index:999}._contentArea_1iz13_7 ._center_content_1iz13_121 ._imgBox_1iz13_129{height:100%;width:100%;position:relative;display:flex;justify-content:center;align-items:center}._contentArea_1iz13_7 ._center_content_1iz13_121 ._imgBox_1iz13_129 ._left_1iz13_22{position:absolute;top:50%;left:30px;font-size:28px;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;background-color:#0009;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.8}._contentArea_1iz13_7 ._center_content_1iz13_121 ._imgBox_1iz13_129 ._right_1iz13_153{position:absolute;top:50%;right:30px;font-size:28px;transform:translate(50%,-50%);width:60px;height:60px;border-radius:50%;background-color:#0009;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.8}._contentArea_1iz13_7 ._center_content_1iz13_121 ._imgBoxLeft_1iz13_170{width:100%;height:100%;display:flex;justify-content:center;background:#fff}._contentArea_1iz13_7 ._center_content_1iz13_121 ._NoImgBoxLeft_1iz13_177{width:100%;height:100%;display:flex;justify-content:center;align-items:center}._contentArea_1iz13_7 ._right_content_1iz13_184{width:22%;height:100%;display:flex;flex-direction:column;justify-content:space-between}._contentArea_1iz13_7 ._right_content_1iz13_184 .ant-radio-button-wrapper{background:rgba(0,151,255,.05);color:#a3a3a3;border:1px solid #a3a3a3}._contentArea_1iz13_7 ._right_content_1iz13_184 .ant-radio-button-wrapper-checked{border:1px solid #3088c2;color:#fff}._contentArea_1iz13_7 ._right_content_1iz13_184 ._right_top_1iz13_200{display:flex;justify-content:space-around;font-size:16px}._contentArea_1iz13_7 ._right_content_1iz13_184 ._right_top_1iz13_200 ._top_1iz13_205{display:flex;justify-content:center;align-items:center}._contentArea_1iz13_7 ._right_content_1iz13_184 ._right_top_1iz13_200 ._top_1iz13_205 ._numericalValue_1iz13_210{margin-left:8px;font-size:18px}._contentArea_1iz13_7 ._right_content_1iz13_184 ._progressBar_1iz13_214{margin-top:6px;display:flex;flex-direction:column;font-size:12px}._contentArea_1iz13_7 ._right_content_1iz13_184 ._score_1iz13_220{display:flex;justify-content:center;align-items:center}.ant-message-notice-content{opacity:.8}._largeContent_1iz13_230{background-image:linear-gradient(270deg,rgb(5,23,38) 0%,rgba(10,32,51,.61) 10%,rgba(0,27,48,0) 22%),linear-gradient(90deg,rgb(5,23,38) 0%,rgba(10,32,51,.61) 10%,rgba(0,27,48,0) 22%),linear-gradient(180deg,rgba(10,32,51,.61) 0,rgba(0,27,48,0) 80px),url(/assets/center_background.d3f9c37f.png);background-size:cover;height:100%;width:100%;position:relative}._modelfullscreenspin_1iz13_238{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#00000080!important;z-index:9999!important}._ant-spin-fullscreen_1iz13_2{background-color:#000c!important;z-index:9999!important}._indicator_1iz13_253{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px}._icon_1iz13_261{font-size:28px!important;color:#fff!important}._text_1iz13_266{color:#fff!important;font-size:16px!important;font-weight:500!important;white-space:nowrap}._tips_1iz13_273{display:inline-block;padding:9px 12px;background:#ffffff;border-radius:8px;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;pointer-events:all;position:absolute;top:30%;left:50%;transform:translate(-50%);z-index:9999;font-size:14px;opacity:.6;display:flex;align-items:center}._dashboardHeader_2hoax_2{width:100vw;display:flex;justify-content:space-between;align-items:center;height:140px;background-image:url(./title.png);background-size:cover;color:#fff;padding:0 12px;font-family:Microsoft YaHei,Arial,sans-serif;position:relative}._dashboardHeader_2hoax_2 ._left_2hoax_15{width:300px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAAoCAYAAABU+4kLAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAVLSURBVHic7d1bbBR1GAXw883sbNml0lILmlKg4kZgRdAQjUSDNaCRchGMNWBiqIjgDYhAQHiRxEsggBoE00JiCDwAVsQLkUsQGqMBXzRBQ2sFLdJSKhdBetl2d+bvg64BpKWUnfm3nfN72ezu7Pedp5PNZHZWAAgAA0RE7lGXPKq2DuxuJPkYiYwLxmLnWbZE5LrqQK1COOygb18HZWUJ3XncJJc+iUTGpZ1Jrw3pCkNE/mPUpzlWuMmuGzw4htJSW3eeVJOrvGb0u29M70SsyfQ8DRH5mmkFHSPY3FB98GCT7iypcrWSBQAj8+78XkYa0j1NQ0QEwGpqaanLCp7rDqcSWitZAECf/Px062IgKwHH8ioQEdF/AlL/R8g+25XLts2SBQCMHGllh7Ozrbid6UEeIqLLJMSMGw2qtu7w3gbdWTri2iX7r5z8/GxpsXLdDENE1JqWoHXqdNmXp3TnuF7tLlkAiEYLgxcyz0dtlRZ0KxARUWtMaW4JZQTKj+7a1aw7S3tdV8km5TwwYQCAASnOQkR0TRKAHTPx+9n9O2t0Z2mPDpUsAOTlT85scVRUlM3raonIc7Yjp3pYNx+rKtsY052lLR0uWQDIHVUYgtUSgQjP1RKR9wRNypQfa77acVZ3lNbcUMkm5Yye2t8wnbvEsHmulog8Z5uoOLl3e4XuHFeTkpIFgJyJE8PS1ONhQHqmaiYRUbsppzFhhg7U7d3cqS71SlnJJuWOmTYcBoanei4R0bWIqLjhqMPH920r150lKeUlCwB98gvTQ2lpBY44N7kxn4ioLWLgl1hj/PvTZaX12rO4NThaWBisrw/fq8BvtUTkPTHURUdwoHrnJq2XerlWskkDx88cKmLf7yiV4fYuIqIrGQYOVX2x8ZCu/a6XLABExs3plTAaCxzhDxiIyHsG1F9GLLDl133rL3i925OSTbpt0nOjgcBoL3cSEf1DNSvB11Wfrf/Oy62eliwA5E0uyjQkNEMp9PZ6NxGRI/KDqOD+qk/fO+/FPs9LNmnQ4y+OhWk+oms/EfmYwp9xG5tOfL72pNurtJUsANw+Ze4wmJiiIFk6cxCRPzmi9lSVrtnt5g6tJQsAuYWvZllQ4wUYpTsLEfmPAOdiifi7NTvWuXL/A+0lmzToqYVjBWqSEgnrzkJE/iJwmqDMrcc+Wvlt6md3IndMW5CdUIGlApWtOwsR+ZAyvjGN+CeVW1afSdXITlWySZGpi56EmIW6cxCRDwlOJxy1qmrr8qrUjOukhkxdlmcH4ksUpK/uLETkP4bItsrNb2y90TmdtmQBYPgzC3s2IjwLCrzUi4g8JyJ1iUT8td+2vF3X4RmpDOSWyPRlj4rCdBG5RXcWIvIXBdWgHPng6ObX93Tk812iZAEgWrTsVlsCS5RS9+jOQkT+Y0B2Gwh+eGTjouv6W/IuU7JJQ599a6YjeF53DiLyIYVasWVRxaalle39SJcrWQAYPGNFDgxsAJCjOwsR+ZCg5OcNi4vbd2gXNnT2ysWOrabrzkFE/iMiNY5pFlUWz2/zpuBdumQBYMjsVU+IknkA+unOQkQ+o+SignqzYsOC7a0d0uVLNin6wpoZSjkzIcjVnYWI/EY+tix55/D7c6v/946OOG4Z9tLq/g6shVBSAKCX7jxE5CdyQim7qLx43k+XvaorjpsGzSrJCAUSBRB5GqIe1J2HiPxDASuOrH15efJ5tyzZS0XnlgwQGxNhqAkARgAqU3cmIuru5LjjJB4rX/fK8W5fsle6c07xCBjWQCj1kIjKUwoZACCCPCjJZAkTUYpcUJD5fwPFYXvMkGs8JQAAAABJRU5ErkJggg==);background-size:cover;display:flex;justify-content:center;align-items:center;position:absolute;top:32px}._dashboardHeader_2hoax_2 ._right_2hoax_46 ._back_2hoax_53 ._icon_2hoax_56{width:18px;height:18px;cursor:pointer;margin-left:8px;background-image:url(./back.png);background-size:cover}._bTitle_1n47g_11{width:100%;height:32px;background:url(data:image/png;base64,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) no-repeat center;background-size:100% 100%;display:flex;justify-content:space-between;align-items:center;z-index:10}.screen-switch-container{display:flex;justify-content:center;align-items:center;gap:20px;padding:20px;background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-position:center}._contentArea_1io41_2{height:100%;display:flex;color:#fff;justify-content:space-between;position:relative}._contentArea_1io41_2 .ant-radio-button-wrapper{background:rgba(0,151,255,.05);color:#a3a3a3;border:1px solid #a3a3a3}._contentArea_1io41_2 .ant-radio-button-wrapper-checked{border:1px solid #3088c2;color:#fff}._contentArea_1io41_2 .ant-radio-label{color:#fff}._contentArea_1io41_2 ._left_content_1io41_21{width:22%;height:calc(100% - 84px);display:flex;flex-direction:column;justify-content:space-between;position:absolute;top:84px;padding:12px;z-index:666}._contentArea_1io41_2 ._left_content_1io41_21:before{content:"";position:absolute;top:0;left:0px;width:100%;height:100%;background:linear-gradient(to right,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 10%,transparent 100%);z-index:666;pointer-events:none}._contentArea_1io41_2 ._left_content_1io41_21 ._project_title_1io41_44{display:flex;justify-content:center;align-items:center;width:100%;height:32px;border-radius:2px 2px 0 0;background:linear-gradient(to right,rgb(15,66,105),transparent);color:#fff}._contentArea_1io41_2 ._left_content_1io41_21 ._project_content_1io41_54{height:calc(100% - 32px);width:100%;display:flex;flex-direction:column}._contentArea_1io41_2 ._left_content_1io41_21 ._project_content_1io41_54 ._project_info_1io41_60{width:100%;height:45%;padding:12px;display:flex;flex-wrap:wrap;align-content:space-between}._contentArea_1io41_2 ._left_content_1io41_21 ._project_content_1io41_54 ._project_info_1io41_60 ._info_item_1io41_68{width:50%;height:30%;display:flex;align-items:center}._contentArea_1io41_2 ._left_content_1io41_21 ._project_content_1io41_54 ._project_info_1io41_60 ._info_item_1io41_68 ._item_right_1io41_74{margin-left:8px;display:flex;flex-direction:column}._contentArea_1io41_2 ._left_content_1io41_21 ._project_content_1io41_54 ._project_info_1io41_60 ._info_item_1io41_68 ._item_right_1io41_74 ._right_top_1io41_79{font-size:16px;color:#fff}._contentArea_1io41_2 ._left_content_1io41_21 ._project_content_1io41_54 ._project_info_1io41_60 ._info_item_1io41_68 ._item_right_1io41_74 ._right_bottom_1io41_83{font-size:16px;color:#90cffc}._contentArea_1io41_2 ._left_content_1io41_21 ._project_content_1io41_54 ._videoWrapper_1io41_87{position:relative;display:inline-block;width:100%;height:55%}._contentArea_1io41_2 ._left_content_1io41_21 ._project_content_1io41_54 ._videoWrapper_1io41_87 ._videoPlay_1io41_93{width:100%;height:100%!important;-o-object-fit:contain;object-fit:contain}._contentArea_1io41_2 ._left_content_1io41_21 ._project_content_1io41_54 ._videoWrapper_1io41_87 ._overlayButton_1io41_98{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;background-color:#0009;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.8;transition:opacity .3s}._contentArea_1io41_2 ._left_content_1io41_21 ._project_content_1io41_54 ._videoWrapper_1io41_87 ._overlayButton_1io41_98:hover{opacity:1}._contentArea_1io41_2 ._left_content_1io41_21 ._project_content_1io41_54 ._videoWrapper_1io41_87 ._playPauseIcon_1io41_117{color:#fff;font-size:24px}._contentArea_1io41_2 ._left_content_1io41_21 .ant-table-cell-scrollbar{display:none!important}._contentArea_1io41_2 ._left_content_1io41_21 .ant-table-cell:before{display:none!important}._contentArea_1io41_2 ._center_content_1io41_130{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}._contentArea_1io41_2 ._right_content_1io41_137{width:22%;height:calc(100% - 84px);display:flex;flex-direction:column;justify-content:space-between;padding:12px;position:absolute;top:84px;right:0;z-index:666}._contentArea_1io41_2 ._right_content_1io41_137:before{content:"";position:absolute;top:0;right:0px;width:100%;height:100%;background:linear-gradient(to left,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 10%,transparent 100%);z-index:1;pointer-events:none}._contentArea_1io41_2 ._right_content_1io41_137 .ant-radio-button-wrapper{background:rgba(0,151,255,.05);color:#a3a3a3;border:1px solid #a3a3a3}._contentArea_1io41_2 ._right_content_1io41_137 .ant-radio-button-wrapper-checked{border:1px solid #3088c2;color:#fff}._contentArea_1io41_2 ._right_content_1io41_137 .ant-radio-label{color:#fff}._largeContent_1io41_173{background-image:linear-gradient(270deg,rgb(5,23,38) 0%,rgba(10,32,51,.61) 10%,rgba(0,27,48,0) 22%),linear-gradient(90deg,rgb(5,23,38) 0%,rgba(10,32,51,.61) 10%,rgba(0,27,48,0) 22%),linear-gradient(180deg,rgba(10,32,51,.61) 0,rgba(0,27,48,0) 80px),url(/assets/center_background.0f22bbaf.png);background-size:cover;height:100%;width:100%;position:relative}.custom-table-container{height:100%;width:100%}.custom-table{background:transparent;border-radius:0}.custom-table .ant-table{background:transparent;overflow:hidden;border-radius:0}.custom-table .ant-table .ant-table-header{border-left:3px solid #50a8f1;border-radius:0}.custom-table .ant-table .ant-table-thead>tr>th{background:transparent!important;color:#fff!important;font-weight:700;font-size:16px;border:none!important;padding:12px 16px!important;position:relative;border-radius:0!important}.custom-table .ant-table .ant-table-thead{overflow:hidden;position:relative;border-radius:0!important}.custom-table .ant-table .ant-table-thead:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,rgba(89,233,255,.8) 0%,rgba(89,233,255,0) 100%)}.custom-table .ant-table .ant-table-cell{border-inline-end:none!important;border-radius:0!important}.custom-table .ant-table .ant-table-cell-row-hover{background:none!important}.custom-table .ant-table .ant-table-thead>tr>th:not(:last-child){border-right:none!important}.custom-table .ant-table-tbody>tr{position:relative;border-radius:0}.custom-table .ant-table-tbody>tr:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:8px;z-index:-1}.custom-table .ant-table-tbody>tr:last-child:after{display:none}.custom-table .ant-table-thead>tr{background:linear-gradient(90deg,rgb(27,116,148) 0%,rgba(17,66,84,0) 100%)!important}.custom-table .ant-table-tbody>tr{background:linear-gradient(90deg,rgba(22,78,115,.35) 0%,rgba(44,133,242,0) 100%);box-shadow:inset 0 0 5px #59e9ff40;margin:2px 0;transition:all .3s ease;cursor:pointer}.custom-table .ant-table-tbody>tr:hover{background:linear-gradient(90deg,rgba(27,116,148,.5) 0%,rgba(17,66,84,.3) 100%)!important;box-shadow:inset 0 0 10px #59e9ff66!important}.custom-table .ant-table-tbody>tr>td{color:#ffffffe6;padding:6px;transition:all .3s ease;border-bottom:6px solid rgba(255,255,255,.1)!important}.custom-table .ant-table-tbody>tr:nth-child(odd){background:linear-gradient(90deg,rgba(22,78,115,.35) 0%,rgba(44,133,242,0) 100%)}.custom-table .ant-table-tbody>tr:nth-child(even){background:linear-gradient(90deg,rgba(22,78,115,.25) 0%,rgba(44,133,242,0) 100%)}.ant-table-body{scrollbar-width:none;-ms-overflow-style:none}.ant-table-body::-webkit-scrollbar{display:none}._dashboardHeader_19frc_2{width:100vw;display:flex;justify-content:space-between;align-items:center;height:140px;background-image:url(/assets/title.0e7fc5dc.png);background-size:cover;color:#fff;padding:0 12px;font-family:Microsoft YaHei,Arial,sans-serif;position:relative}._dashboardHeader_19frc_2 ._left_19frc_15{width:300px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAAoCAYAAABU+4kLAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAVLSURBVHic7d1bbBR1GAXw883sbNml0lILmlKg4kZgRdAQjUSDNaCRchGMNWBiqIjgDYhAQHiRxEsggBoE00JiCDwAVsQLkUsQGqMBXzRBQ2sFLdJSKhdBetl2d+bvg64BpKWUnfm3nfN72ezu7Pedp5PNZHZWAAgAA0RE7lGXPKq2DuxuJPkYiYwLxmLnWbZE5LrqQK1COOygb18HZWUJ3XncJJc+iUTGpZ1Jrw3pCkNE/mPUpzlWuMmuGzw4htJSW3eeVJOrvGb0u29M70SsyfQ8DRH5mmkFHSPY3FB98GCT7iypcrWSBQAj8+78XkYa0j1NQ0QEwGpqaanLCp7rDqcSWitZAECf/Px062IgKwHH8ioQEdF/AlL/R8g+25XLts2SBQCMHGllh7Ozrbid6UEeIqLLJMSMGw2qtu7w3gbdWTri2iX7r5z8/GxpsXLdDENE1JqWoHXqdNmXp3TnuF7tLlkAiEYLgxcyz0dtlRZ0KxARUWtMaW4JZQTKj+7a1aw7S3tdV8km5TwwYQCAASnOQkR0TRKAHTPx+9n9O2t0Z2mPDpUsAOTlT85scVRUlM3raonIc7Yjp3pYNx+rKtsY052lLR0uWQDIHVUYgtUSgQjP1RKR9wRNypQfa77acVZ3lNbcUMkm5Yye2t8wnbvEsHmulog8Z5uoOLl3e4XuHFeTkpIFgJyJE8PS1ONhQHqmaiYRUbsppzFhhg7U7d3cqS71SlnJJuWOmTYcBoanei4R0bWIqLjhqMPH920r150lKeUlCwB98gvTQ2lpBY44N7kxn4ioLWLgl1hj/PvTZaX12rO4NThaWBisrw/fq8BvtUTkPTHURUdwoHrnJq2XerlWskkDx88cKmLf7yiV4fYuIqIrGQYOVX2x8ZCu/a6XLABExs3plTAaCxzhDxiIyHsG1F9GLLDl133rL3i925OSTbpt0nOjgcBoL3cSEf1DNSvB11Wfrf/Oy62eliwA5E0uyjQkNEMp9PZ6NxGRI/KDqOD+qk/fO+/FPs9LNmnQ4y+OhWk+oms/EfmYwp9xG5tOfL72pNurtJUsANw+Ze4wmJiiIFk6cxCRPzmi9lSVrtnt5g6tJQsAuYWvZllQ4wUYpTsLEfmPAOdiifi7NTvWuXL/A+0lmzToqYVjBWqSEgnrzkJE/iJwmqDMrcc+Wvlt6md3IndMW5CdUIGlApWtOwsR+ZAyvjGN+CeVW1afSdXITlWySZGpi56EmIW6cxCRDwlOJxy1qmrr8qrUjOukhkxdlmcH4ksUpK/uLETkP4bItsrNb2y90TmdtmQBYPgzC3s2IjwLCrzUi4g8JyJ1iUT8td+2vF3X4RmpDOSWyPRlj4rCdBG5RXcWIvIXBdWgHPng6ObX93Tk812iZAEgWrTsVlsCS5RS9+jOQkT+Y0B2Gwh+eGTjouv6W/IuU7JJQ599a6YjeF53DiLyIYVasWVRxaalle39SJcrWQAYPGNFDgxsAJCjOwsR+ZCg5OcNi4vbd2gXNnT2ysWOrabrzkFE/iMiNY5pFlUWz2/zpuBdumQBYMjsVU+IknkA+unOQkQ+o+SignqzYsOC7a0d0uVLNin6wpoZSjkzIcjVnYWI/EY+tix55/D7c6v/946OOG4Z9tLq/g6shVBSAKCX7jxE5CdyQim7qLx43k+XvaorjpsGzSrJCAUSBRB5GqIe1J2HiPxDASuOrH15efJ5tyzZS0XnlgwQGxNhqAkARgAqU3cmIuru5LjjJB4rX/fK8W5fsle6c07xCBjWQCj1kIjKUwoZACCCPCjJZAkTUYpcUJD5fwPFYXvMkGs8JQAAAABJRU5ErkJggg==);background-size:cover;display:flex;justify-content:center;align-items:center;position:absolute;top:32px;z-index:999}._dashboardHeader_19frc_2 ._left_19frc_15 .ant-select{width:75%!important}._dashboardHeader_19frc_2 ._left_19frc_15 .ant-select-selector{background:transparent;color:#fff;border:none}._dashboardHeader_19frc_2 ._left_19frc_15 .ant-select-arrow,._dashboardHeader_19frc_2 ._left_19frc_15 .ant-select-selection-item{color:#fff}._dashboardHeader_19frc_2 ._center_19frc_40{font-size:28px;font-weight:600;width:25%;position:absolute;top:50%;left:50%;transform:translate(-50%,-90%);text-align:center;word-wrap:break-word}._dashboardHeader_19frc_2 ._right_19frc_51{display:flex;flex-direction:column;position:absolute;top:16px;right:12px}._dashboardHeader_19frc_2 ._right_19frc_51 ._back_19frc_58{display:flex}._dashboardHeader_19frc_2 ._right_19frc_51 ._back_19frc_58 ._icon_19frc_61{width:18px;height:18px;cursor:pointer;margin-left:8px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAEXSURBVDiNrZU/SwNBEEffJJdCbVT0i+Sj+AfsFGIlCGnFXhEiBKxtbPw2VgbFxsraLkISeBa5yHqY4F7yg2OHHXgzs3O7g1qop+pAHZmnZ3WbVOqxOs4EpWqnvALolusH8AiM+b9eI+KpmuGwjNTPAM1VA1gr7eGqgNlSm+q9eln1FTUT2QSOgHV1C7iIiPEs2kxXmVnulec/UXupYyFQ3VZ35nznJVC1p7YWlqweAncsPuso1y7wXqsp1biJ3Vy25LOk5L7aWqYpB0lTbtWYObKB6m5yw67Vn17U/Q8/md77t4i4SR21gBExATp/+RrAV2lv1IFXVQAvQBvYV0fkP18Pv3bUE1f4wOJ0BHScjoBc8MDKCPgG/pD0RwrzZwQAAAAASUVORK5CYII=);background-size:cover}._bModule_j5dlp_1{display:flex;flex-direction:column;position:relative;background:rgba(15,66,105,.5);border-radius:3px;height:100%;width:100%}._bTitle_j5dlp_11{width:100%;height:32px;background:url(../../img/module_title.png) no-repeat center;background-size:100% 100%;display:flex;justify-content:space-between;align-items:center;z-index:10}._bTitle_j5dlp_11 ._titleContent_j5dlp_21{font-size:18px;font-weight:700;letter-spacing:0px;color:#b8d0d9;padding-left:40px}._bContent_j5dlp_28{flex:1;padding:16px;height:calc(100% - 32px);width:100%;background:rgba(15,66,105,.1);box-shadow:inset 0 0 10px 5px #42d9ff66;backdrop-filter:blur(1px)}#manual{position:absolute;bottom:5%;left:50%;transform:translate(-50%)}._mars3dContainer_urk92_1{width:100%;height:100%}._mars3dContainer_urk92_1 ._homeIcon_urk92_5{position:absolute;right:25%;bottom:6%;cursor:pointer;z-index:8}._mars3dContainer_urk92_1 ._lineLegend_urk92_12{position:absolute;width:110px;bottom:1%;left:23%;z-index:8;padding:8px;font-size:14px;border-radius:5px;background:rgba(13,58,89,.5)}._mars3dContainer_urk92_1 ._lineLegend_urk92_12 ._lineLegendItem_urk92_23{display:flex;align-items:center;margin:6px 0;justify-content:space-between}._mars3dContainer_urk92_1 ._lineLegend_urk92_12 ._lineLegendItem_urk92_23 ._startBar_urk92_29{width:40px;background:#EDBA11;height:12px;margin-right:8px}._mars3dContainer_urk92_1 ._lineLegend_urk92_12 ._lineLegendItem_urk92_23 ._noStartBar_urk92_35{width:40px;background:#50acf4;height:12px;margin-right:8px}._mars3dContainer_urk92_1 ._lineLegend_urk92_12 ._circleLegendItem_urk92_41{margin:6px 0;display:flex;align-items:center;justify-content:space-between}._mars3dContainer_urk92_1 ._lineLegend_urk92_12 ._circleLegendItem_urk92_41 ._startBar_urk92_29{width:15px;background:#4EC7C5;height:15px;margin-right:8px;border-radius:50%}._mars3dContainer_urk92_1 ._lineLegend_urk92_12 ._circleLegendItem_urk92_41 ._noStartBar_urk92_35{width:15px;background:#ED7D31;height:15px;margin-right:8px;border-radius:50%}.cesium-svgPath-svg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.cesium-button{display:inline-block;position:relative;background:#303336;border:1px solid #444;color:#edffff;fill:#edffff;border-radius:4px;padding:5px 12px;margin:2px 3px;cursor:pointer;overflow:hidden;-moz-user-select:none;-webkit-user-select:none;user-select:none}.cesium-button:focus{color:#fff;fill:#fff;border-color:#ea4;outline:none}.cesium-button:hover{color:#fff;fill:#fff;background:#48b;border-color:#aef;box-shadow:0 0 8px #fff}.cesium-button:active{color:#000;fill:#000;background:#adf;border-color:#fff;box-shadow:0 0 8px #fff}.cesium-button:disabled,.cesium-button-disabled,.cesium-button-disabled:focus,.cesium-button-disabled:hover,.cesium-button-disabled:active{background:#303336;border-color:#444;color:#646464;fill:#646464;box-shadow:none;cursor:default}.cesium-button option{background-color:#000;color:#eee}.cesium-button option:disabled{color:#777}.cesium-button input,.cesium-button label{cursor:pointer}.cesium-button input{vertical-align:sub}.cesium-toolbar-button{box-sizing:border-box;width:32px;height:32px;border-radius:14%;padding:0;vertical-align:middle;z-index:0}.cesium-performanceDisplay-defaultContainer{position:absolute;top:50px;right:10px;text-align:right}.cesium-performanceDisplay{background-color:#282828b3;padding:7px;border-radius:5px;border:1px solid #444;font:700 12px sans-serif}.cesium-performanceDisplay-fps{color:#e52}.cesium-performanceDisplay-throttled{color:#a42}.cesium-performanceDisplay-ms{color:#de3}.cesium-animation-theme{visibility:hidden;display:block;position:absolute;z-index:-100}.cesium-animation-themeNormal{color:#222}.cesium-animation-themeHover{color:#4488b0}.cesium-animation-themeSelect{color:#242}.cesium-animation-themeDisabled{color:#333}.cesium-animation-themeKnob{color:#222}.cesium-animation-themePointer{color:#2e2}.cesium-animation-themeSwoosh{color:#8ac}.cesium-animation-themeSwooshHover{color:#aef}.cesium-animation-svgText{fill:#edffff;font-family:Sans-Serif;font-size:15px;text-anchor:middle}.cesium-animation-blank{fill:#000;fill-opacity:.01;stroke:none}.cesium-animation-rectButton{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;user-select:none}.cesium-animation-rectButton .cesium-animation-buttonGlow{fill:#fff;stroke:none;display:none}.cesium-animation-rectButton:hover .cesium-animation-buttonGlow{display:block}.cesium-animation-rectButton .cesium-animation-buttonPath{fill:#edffff}.cesium-animation-rectButton .cesium-animation-buttonMain{stroke:#444;stroke-width:1.2}.cesium-animation-rectButton:hover .cesium-animation-buttonMain{stroke:#aef}.cesium-animation-rectButton:active .cesium-animation-buttonMain{fill:#abd6ff}.cesium-animation-buttonDisabled{-moz-user-select:none;-webkit-user-select:none;user-select:none}.cesium-animation-buttonDisabled .cesium-animation-buttonMain{stroke:#555}.cesium-animation-buttonDisabled .cesium-animation-buttonPath{fill:#818181}.cesium-animation-buttonDisabled .cesium-animation-buttonGlow{display:none}.cesium-animation-buttonToggled .cesium-animation-buttonGlow{display:block;fill:#2e2}.cesium-animation-buttonToggled .cesium-animation-buttonMain{stroke:#2e2}.cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow{fill:#fff}.cesium-animation-buttonToggled:hover .cesium-animation-buttonMain{stroke:#2e2}.cesium-animation-shuttleRingG,.cesium-animation-shuttleRingPointer,.cesium-animation-shuttleRingPausePointer{cursor:pointer}.cesium-animation-shuttleRingBack{fill:#181818;fill-opacity:.8;stroke:#333;stroke-width:1.2}.cesium-animation-shuttleRingSwoosh line{stroke:#8ac;stroke-width:3;stroke-opacity:.2;stroke-linecap:round}.cesium-animation-knobOuter{cursor:pointer;stroke:#444;stroke-width:1.2}.cesium-animation-knobInner{cursor:pointer}.cesium-baseLayerPicker-selected{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.cesium-baseLayerPicker-dropDown{display:block;position:absolute;box-sizing:content-box;top:auto;right:0;width:320px;max-height:500px;margin-top:5px;background-color:#262626bf;border:1px solid #444;padding:6px;overflow:auto;border-radius:10px;-moz-user-select:none;-webkit-user-select:none;user-select:none;transform:translateY(-20%);visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in,transform .2s ease-in}.cesium-baseLayerPicker-dropDown-visible{transform:translate(0);visibility:visible;opacity:1;transition:opacity .2s ease-out,transform .2s ease-out}.cesium-baseLayerPicker-sectionTitle{display:block;font-family:sans-serif;font-size:16pt;text-align:left;color:#edffff;margin-bottom:4px}.cesium-baseLayerPicker-choices{margin-bottom:5px}.cesium-baseLayerPicker-categoryTitle{color:#edffff;font-size:11pt}.cesium-baseLayerPicker-choices{display:block;border:1px solid #888;border-radius:5px;padding:5px 0}.cesium-baseLayerPicker-item{display:inline-block;vertical-align:top;margin:2px 5px;width:64px;text-align:center;cursor:pointer}.cesium-baseLayerPicker-itemLabel{display:block;font-family:sans-serif;font-size:8pt;text-align:center;vertical-align:middle;color:#edffff;cursor:pointer;word-wrap:break-word}.cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemLabel,.cesium-baseLayerPicker-item:focus .cesium-baseLayerPicker-itemLabel{text-decoration:underline}.cesium-baseLayerPicker-itemIcon{display:inline-block;position:relative;width:inherit;height:auto;background-size:100% 100%;border:solid 1px #444;border-radius:9px;color:#edffff;margin:0;padding:0;cursor:pointer;box-sizing:border-box}.cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemIcon{border-color:#fff;box-shadow:0 0 8px #fff,0 0 8px #fff}.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemLabel{color:#bdecf8}.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemIcon{border:double 4px rgb(189,236,248)}.cesium-widget{font-family:sans-serif;font-size:16px;overflow:hidden;display:block;position:relative;top:0;left:0;width:100%;height:100%}.cesium-widget,.cesium-widget canvas{width:100%;height:100%;touch-action:none}.cesium-widget-credits{display:block;position:absolute;bottom:0;left:0;color:#fff;font-size:10px;text-shadow:0px 0px 2px #000000;padding-right:5px}.cesium-widget-errorPanel{position:absolute;top:0;right:0;bottom:0;left:0;text-align:center;background:rgba(0,0,0,.7);z-index:99999}.cesium-widget-errorPanel:before{display:inline-block;vertical-align:middle;height:100%;content:""}.cesium-widget-errorPanel-content{width:75%;max-width:500px;display:inline-block;text-align:left;vertical-align:middle;border:1px solid #510c00;border-radius:7px;background-color:#f0d9d5;font-size:14px;color:#510c00}.cesium-widget-errorPanel-content.expanded{max-width:75%}.cesium-widget-errorPanel-header{font-size:18px;font-family:Open Sans,Verdana,Geneva,sans-serif;background:#d69d93;border-bottom:2px solid #510c00;border-radius:3px 3px 0 0;padding:15px}.cesium-widget-errorPanel-scroll{overflow:auto;font-family:Open Sans,Verdana,Geneva,sans-serif;white-space:pre-wrap;padding:0 15px;margin:10px 0 20px}.cesium-widget-errorPanel-buttonPanel{padding:0 15px;margin:10px 0 20px;text-align:right}.cesium-widget-errorPanel-buttonPanel button{border-color:#510c00;background:#d69d93;color:#202020;margin:0}.cesium-widget-errorPanel-buttonPanel button:focus{border-color:#510c00;background:#f0d9d5;color:#510c00}.cesium-widget-errorPanel-buttonPanel button:hover{border-color:#510c00;background:#f0d9d5;color:#510c00}.cesium-widget-errorPanel-buttonPanel button:active{border-color:#510c00;background:#b17b72;color:#510c00}.cesium-widget-errorPanel-more-details{text-decoration:underline;cursor:pointer}.cesium-widget-errorPanel-more-details:hover{color:#2b0700}.cesium-cesiumInspector{border-radius:5px;transition:width ease-in-out .25s;background:rgba(48,51,54,.8);border:1px solid #444;color:#edffff;display:inline-block;position:relative;padding:4px 12px;-moz-user-select:none;-webkit-user-select:none;user-select:none;overflow:hidden}.cesium-cesiumInspector-button{text-align:center;font-size:11pt}.cesium-cesiumInspector-visible .cesium-cesiumInspector-button{border-bottom:1px solid #aaa;padding-bottom:3px}.cesium-cesiumInspector input:enabled,.cesium-cesiumInspector-button{cursor:pointer}.cesium-cesiumInspector-visible{width:185px;height:auto}.cesium-cesiumInspector-hidden{width:122px;height:17px}.cesium-cesiumInspector-sectionContent{max-height:600px}.cesium-cesiumInspector-section-collapsed .cesium-cesiumInspector-sectionContent{max-height:0;padding:0!important;overflow:hidden}.cesium-cesiumInspector-dropDown{margin:5px 0;font-family:sans-serif;font-size:10pt;width:185px}.cesium-cesiumInspector-frustumStatistics{padding:5px;background-color:#505050bf}.cesium-cesiumInspector-pickButton{background-color:#0000004d;border:1px solid #444;color:#edffff;border-radius:5px;padding:3px 7px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;user-select:none;margin:0 auto}.cesium-cesiumInspector-pickButton:focus{outline:none}.cesium-cesiumInspector-pickButton:active,.cesium-cesiumInspector-pickButtonHighlight{color:#000;background:#adf;border-color:#fff;box-shadow:0 0 8px #fff}.cesium-cesiumInspector-center{text-align:center}.cesium-cesiumInspector-sectionHeader{font-weight:700;font-size:10pt;margin:0;cursor:pointer}.cesium-cesiumInspector-pickSection{border:1px solid #aaa;border-radius:5px;padding:3px;margin-bottom:5px}.cesium-cesiumInspector-sectionContent{margin-bottom:10px;transition:max-height .25s}.cesium-cesiumInspector-tileText{padding-bottom:10px;border-bottom:1px solid #aaa}.cesium-cesiumInspector-relativeText{padding-top:10px}.cesium-cesiumInspector-sectionHeader:before{margin-right:5px;content:"-";width:1ch;display:inline-block}.cesium-cesiumInspector-section-collapsed .cesium-cesiumInspector-sectionHeader:before{content:"+"}ul.cesium-cesiumInspector-statistics{margin:0;padding-top:3px;padding-bottom:3px}ul.cesium-cesiumInspector-statistics+ul.cesium-cesiumInspector-statistics{border-top:1px solid #aaa}.cesium-cesiumInspector-slider{margin-top:5px}.cesium-cesiumInspector-slider input[type=number]{text-align:left;background-color:#222;outline:none;border:1px solid #444;color:#edffff;width:100px;border-radius:3px;padding:1px;margin-left:10px;cursor:auto}.cesium-cesiumInspector-slider input[type=number]::-webkit-outer-spin-button,.cesium-cesiumInspector-slider input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cesium-cesiumInspector-slider input[type=range]{margin-left:5px;vertical-align:middle}.cesium-cesiumInspector-hide .cesium-cesiumInspector-styleEditor{display:none}.cesium-cesiumInspector-styleEditor{padding:10px;border-radius:5px;background:rgba(48,51,54,.8);border:1px solid #444}.cesium-cesiumInspector-styleEditor textarea{width:100%;height:300px;background:transparent;color:#edffff;border:none;padding:0;white-space:pre;overflow-wrap:normal;overflow-x:auto}.cesium-3DTilesInspector{width:300px;pointer-events:all}.cesium-3DTilesInspector-statistics{font-size:11px}.cesium-3DTilesInspector-disabledElementsInfo{margin:5px 0 0;padding:0 0 0 20px;color:#eed202}.cesium-3DTilesInspector div,.cesium-3DTilesInspector input[type=range]{width:100%;box-sizing:border-box}.cesium-cesiumInspector-error{color:#ff9e9e;overflow:auto}.cesium-3DTilesInspector .cesium-cesiumInspector-section{margin-top:3px}.cesium-3DTilesInspector .cesium-cesiumInspector-sectionHeader+.cesium-cesiumInspector-show{border-top:1px solid white}input.cesium-cesiumInspector-url{overflow:hidden;white-space:nowrap;overflow-x:scroll;background-color:transparent;color:#fff;outline:none;border:none;height:1em;width:100%}.cesium-cesiumInspector .field-group{display:table}.cesium-cesiumInspector .field-group>label{display:table-cell;font-weight:700}.cesium-cesiumInspector .field-group>.field{display:table-cell;width:100%}.cesium-VoxelInspector{width:300px;pointer-events:all}.cesium-VoxelInspector div,.cesium-VoxelInspector input[type=range]{width:100%;box-sizing:border-box}.cesium-VoxelInspector .cesium-cesiumInspector-section{margin-top:3px}.cesium-VoxelInspector .cesium-cesiumInspector-sectionHeader+.cesium-cesiumInspector-show{border-top:1px solid white}.cesium-button.cesium-fullscreenButton,.cesium-button.cesium-vrButton{display:block;width:100%;height:100%;margin:0;border-radius:0}.cesium-viewer-geocoderContainer .cesium-geocoder-input{border:solid 1px #444;background-color:#282828b3;color:#fff;display:inline-block;vertical-align:middle;width:0;height:32px;margin:0;padding:0 32px 0 0;border-radius:0;box-sizing:border-box;transition:width ease-in-out .25s,background-color .2s ease-in-out;-webkit-appearance:none}.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input{border-color:#aef;box-shadow:0 0 8px #fff}.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus{border-color:#ea4;background-color:#0f0f0fe6;box-shadow:none;outline:none}.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input,.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus,.cesium-viewer-geocoderContainer .cesium-geocoder-input-wide{padding-left:4px;width:250px}.cesium-viewer-geocoderContainer .search-results{position:absolute;background-color:#000;color:#eee;overflow-y:auto;opacity:.8;width:100%}.cesium-viewer-geocoderContainer .search-results ul{list-style-type:none;margin:0;padding:0}.cesium-viewer-geocoderContainer .search-results ul li{font-size:14px;padding:3px 10px}.cesium-viewer-geocoderContainer .search-results ul li:hover{cursor:pointer}.cesium-viewer-geocoderContainer .search-results ul li.active{background:#48b}.cesium-geocoder-searchButton{background-color:#303336;display:inline-block;position:absolute;cursor:pointer;width:32px;top:1px;right:1px;height:30px;vertical-align:middle;fill:#edffff}.cesium-geocoder-searchButton:hover{background-color:#48b}.cesium-infoBox{display:block;position:absolute;top:50px;right:0;width:40%;max-width:480px;background:rgba(38,38,38,.95);color:#edffff;border:1px solid #444;border-right:none;border-top-left-radius:7px;border-bottom-left-radius:7px;box-shadow:0 0 10px 1px #000;transform:translate(100%);visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in,transform .2s ease-in}.cesium-infoBox-visible{transform:translate(0);visibility:visible;opacity:1;transition:opacity .2s ease-out,transform .2s ease-out}.cesium-infoBox-title{display:block;height:20px;padding:5px 30px 5px 25px;background:rgba(84,84,84,1);border-top-left-radius:7px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;box-sizing:content-box}.cesium-infoBox-bodyless .cesium-infoBox-title{border-bottom-left-radius:7px}button.cesium-infoBox-camera{display:block;position:absolute;top:4px;left:4px;width:22px;height:22px;background:transparent;border-color:transparent;border-radius:3px;padding:0 5px;margin:0}button.cesium-infoBox-close{display:block;position:absolute;top:5px;right:5px;height:20px;background:transparent;border:none;border-radius:2px;font-weight:700;font-size:16px;padding:0 5px;margin:0;color:#edffff}button.cesium-infoBox-close:focus{background:rgba(238,136,0,.44);outline:none}button.cesium-infoBox-close:hover{background:#888;color:#000}button.cesium-infoBox-close:active{background:#a00;color:#000}.cesium-infoBox-bodyless .cesium-infoBox-iframe{display:none}.cesium-infoBox-iframe{border:none;width:100%;width:calc(100% - 2px)}span.cesium-sceneModePicker-wrapper{display:inline-block;position:relative;margin:0 3px}.cesium-sceneModePicker-visible{visibility:visible;opacity:1;transition:opacity .25s linear}.cesium-sceneModePicker-hidden{visibility:hidden;opacity:0;transition:visibility 0s .25s,opacity .25s linear}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-none{display:none}.cesium-sceneModePicker-slide-svg{transition:left 2s;top:0;left:0}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-dropDown-icon{box-sizing:border-box;padding:0;margin:3px 0}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D{margin:0 0 3px}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D .cesium-sceneModePicker-icon2D{left:100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D .cesium-sceneModePicker-iconColumbusView{left:200%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView .cesium-sceneModePicker-icon3D{left:-200%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView .cesium-sceneModePicker-icon2D,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D .cesium-sceneModePicker-icon3D{left:-100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D .cesium-sceneModePicker-iconColumbusView{left:100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-selected{border-color:#2e2;box-shadow:0 0 8px #fff,0 0 8px #fff}span.cesium-projectionPicker-wrapper{display:inline-block;position:relative;margin:0 3px}.cesium-projectionPicker-visible{visibility:visible;opacity:1;transition:opacity .25s linear}.cesium-projectionPicker-hidden{visibility:hidden;opacity:0;transition:visibility 0s .25s,opacity .25s linear}.cesium-projectionPicker-wrapper .cesium-projectionPicker-none{display:none}.cesium-projectionPicker-wrapper .cesium-projectionPicker-dropDown-icon{box-sizing:border-box;padding:0;margin:3px 0}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective,.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic{margin:0 0 3px}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective .cesium-projectionPicker-iconOrthographic{left:100%}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic .cesium-projectionPicker-iconPerspective{left:-100%}.cesium-projectionPicker-wrapper .cesium-projectionPicker-selected{border-color:#2e2;box-shadow:0 0 8px #fff,0 0 8px #fff}.cesium-performance-watchdog-message-area{position:relative;background-color:#ff0;color:#000;padding:10px}.cesium-performance-watchdog-message{margin-right:30px}.cesium-performance-watchdog-message-dismiss{position:absolute;right:0;margin:0 10px 0 0}.cesium-navigationHelpButton-wrapper{position:relative;display:inline-block}.cesium-navigation-help{visibility:hidden;position:absolute;top:38px;right:2px;width:250px;border-radius:10px;transform:scale(.01);transform-origin:234px -10px;transition:visibility 0s .25s,transform .25s ease-in}.cesium-navigation-help-visible{visibility:visible;transform:scale(1);transition:transform .25s ease-out}.cesium-navigation-help-instructions{border:1px solid #444;background-color:#262626bf;padding-bottom:5px;border-radius:0 0 10px 10px}.cesium-click-navigation-help{display:none}.cesium-touch-navigation-help{display:none;padding-top:5px}.cesium-click-navigation-help-visible,.cesium-touch-navigation-help-visible{display:block}.cesium-navigation-help-pan{color:#6cf;font-weight:700}.cesium-navigation-help-zoom{color:#65fd00;font-weight:700}.cesium-navigation-help-rotate{color:#ffd800;font-weight:700}.cesium-navigation-help-tilt{color:#d800d8;font-weight:700}.cesium-navigation-help-details{color:#fff}.cesium-navigation-button{color:#fff;background-color:transparent;border-bottom:none;border-top:1px solid #444;border-right:1px solid #444;margin:0;width:50%;cursor:pointer}.cesium-navigation-button-icon{vertical-align:middle;padding:5px 1px}.cesium-navigation-button:focus{outline:none}.cesium-navigation-button-left{border-radius:10px 0 0;border-left:1px solid #444}.cesium-navigation-button-right{border-radius:0 10px 0 0;border-left:none}.cesium-navigation-button-selected{background-color:#262626bf}.cesium-navigation-button-unselected{background-color:#000000bf}.cesium-navigation-button-unselected:hover{background-color:#4c4c4cbf}.cesium-selection-wrapper{position:absolute;width:160px;height:160px;pointer-events:none;visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in}.cesium-selection-wrapper-visible{visibility:visible;opacity:1;transition:opacity .2s ease-out}.cesium-selection-wrapper svg{fill:#2e2;stroke:#000;stroke-width:1.1px}.cesium-timeline-main{position:relative;left:0;bottom:0;overflow:hidden;border:solid 1px #888;-moz-user-select:none;-webkit-user-select:none;user-select:none}.cesium-timeline-trackContainer{width:100%;overflow:auto;border-top:solid 1px #888;position:relative;top:0;left:0}.cesium-timeline-tracks{position:absolute;top:0;left:0;width:100%}.cesium-timeline-needle{position:absolute;left:0;top:1.7em;bottom:0;width:1px;background:#f00}.cesium-timeline-bar{position:relative;left:0;top:0;overflow:hidden;cursor:pointer;width:100%;height:1.7em;background:linear-gradient(to bottom,rgba(116,117,119,.8) 0%,rgba(58,68,82,.8) 11%,rgba(46,50,56,.8) 46%,rgba(53,53,53,.8) 81%,rgba(53,53,53,.8) 100%)}.cesium-timeline-ruler{visibility:hidden;white-space:nowrap;font-size:80%;z-index:-200}.cesium-timeline-highlight{position:absolute;bottom:0;left:0;background:#08f}.cesium-timeline-ticLabel{position:absolute;top:0;left:0;white-space:nowrap;font-size:80%;color:#eee}.cesium-timeline-ticMain{position:absolute;bottom:0;left:0;width:1px;height:50%;background:#eee}.cesium-timeline-ticSub{position:absolute;bottom:0;left:0;width:1px;height:33%;background:#aaa}.cesium-timeline-ticTiny{position:absolute;bottom:0;left:0;width:1px;height:25%;background:#888}.cesium-timeline-icon16{display:block;position:absolute;width:16px;height:16px;background-image:url(data:text/plain;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sIDBITKIVzLEMAAAKNSURBVEjHxdXNSxRhHAfw7zzrqhuoWJnSkrippUVSEKsHI9BTUYdAJA/RoYMREV26rAdn6tAfUARi16hQqkOBQRgUEYFWEC3OwczMjdZd92VmdWfmeelgTjO7q7gb0VzmmZnn85vvPPPMM8B/3qTcE2PPpuTZKB1eWuUQACgXYACYwVFbCTTVeZXB/i55o4LFelcAZfStYD4vpAoPGAGo4GBcQEgSOAUMQyAezwK6iQfDPXnhS/FkHZ+/8VLMWxxqWkfH3gbMRNOYi2roavbja0zHQmoFPYf8ED4Ko4aivm9MOG/u9I8mwrafeK7a/tVrNc/bARYN5noadeq7q0342vXw9CIMU6BmW8rVP9cPBPe52uu+v3O/y9sB4gkTWs6Qsk0mj5ExXMelejvA8WafYmkmGPHanTijdtvif8rx5RiCjdWKs2Cp3jWRDl96KhrbqlBeJqBOLyLQXg0IgbkZDS0dO8EZxZfPSTA9jvDDK3mT0OmP1FXh3XwEEAKdTX5MRWLgjCK4pwH3xt/YnjgLHAv4lHTCAKMMu/wV+KZGob6PoKyMQ0+sgBpZVJZn0NterxQaVqef/DRn+/EXYds/mZx2eVeAW9d65dhCEsaKCb7K8HH0gqTevyh9GDkn0VULRiaLzJKGBu9swfdaiie5RVo9ESURN8E8BE0n7ggACJy8KzghSCzp6DmwWxkaCm24EBXr8wI8Hrkq06QBiRC0t24HALS11IBTCyJl4vb1AXmzpbVYTwoVOXN0h7L8Mwtm8bXPybIQ/5FCX3dA2cr6XowvGCA02CvztAnz9+JiZk1AMxG6fEreSoBiPNmoyNnuWiWVzAIAtISO08E6pZi/3N96AIDn4E3h3P8L/wshP+txtEs4JAAAAABJRU5ErkJggg==);background-repeat:no-repeat}.cesium-viewer{font-family:sans-serif;font-size:16px;overflow:hidden;display:block;position:relative;top:0;left:0;width:100%;height:100%}.cesium-viewer-cesiumWidgetContainer{width:100%;height:100%}.cesium-viewer-bottom{display:block;position:absolute;bottom:0;left:0;padding-right:5px}.cesium-viewer .cesium-widget-credits{display:inline;position:static;bottom:auto;left:auto;padding-right:0;color:#fff;font-size:10px;text-shadow:0 0 2px #000000}.cesium-viewer-timelineContainer{position:absolute;bottom:0;left:169px;right:29px;height:27px;padding:0;margin:0;overflow:hidden;font-size:14px}.cesium-viewer-animationContainer{position:absolute;bottom:0;left:0;padding:0;width:169px;height:112px}.cesium-viewer-fullscreenContainer,.cesium-viewer-vrContainer{position:absolute;bottom:0;right:0;padding:0;width:29px;height:29px;overflow:hidden}.cesium-viewer-toolbar{display:block;position:absolute;top:5px;right:5px}.cesium-viewer-cesiumInspectorContainer{display:block;position:absolute;top:50px;right:10px}.cesium-viewer-geocoderContainer{position:relative;display:inline-block;margin:0 3px}.cesium-viewer-cesium3DTilesInspectorContainer,.cesium-viewer-voxelInspectorContainer{display:block;position:absolute;top:50px;right:10px;max-height:calc(100% - 120px);box-sizing:border-box;overflow-y:auto;overflow-x:hidden}.cesium-viewer-i3s-explorer ul{list-style-type:none}.cesium-viewer-i3s-explorer .layersList{padding:0}.cesium-viewer-i3s-explorer input{margin:0 3px 0 0}.cesium-viewer-i3s-explorer .expandItem{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:20px}.cesium-viewer-i3s-explorer .nested,.cesium-viewer-i3s-explorer #bsl-wrapper{display:none}.cesium-viewer-i3s-explorer .active{display:block}.cesium-viewer-i3s-explorer .li-wrapper{display:flex;flex-direction:row;align-content:center}.mars3d-container{width:100%;height:100%;margin:0;padding:0;overflow:hidden;position:relative}.mars3d-container .cesium-widget-credits{display:none}.mars3d-container .mars3d-vrButton{right:auto!important}.mars3d-hideDiv{z-index:-99;top:0;left:0;margin:0;padding:0;pointer-events:none}.mars3d-contextmenu{position:absolute;padding:0;z-index:20170825;display:none}.mars3d-contextmenu-ul{background:rgba(43,44,47,.8);border:1px solid #2b2c2f;border-radius:2px;border-width:1px;min-width:80px;position:relative;list-style:none;margin:0;padding:0}.mars3d-contextmenu-ul .mars3d-contextmenu-icon{position:absolute;left:5px;width:20px;height:20px;text-align:center;overflow:hidden}.mars3d-contextmenu-ul .mars3d-contextmenu-arrow{position:absolute;right:0;width:20px;height:20px;text-align:center}.mars3d-contextmenu-ul li+li{margin:0;padding:0;position:relative}.mars3d-contextmenu-ul li+li:before{content:"";display:block;height:1px;width:100%;background:linear-gradient(to left,transparent,rgba(255,255,255,.2),transparent);position:absolute;top:0;left:0}.mars3d-contextmenu-ul .mars3d-contextmenu-item ::marker{content:""}.mars3d-contextmenu-ul .mars3d-contextmenu-line{position:absolute;left:2%;height:1px;width:96%;background:#597086;border-radius:2px;border-width:1px}.mars3d-contextmenu-ul>li>a{padding:6px 10px 6px 30px;transition:background-color .25s;display:block;clear:both;line-height:22px;color:#76838f;white-space:nowrap;color:#edffff;text-decoration:none}.mars3d-contextmenu-ul>li>a:hover,.mars3d-contextmenu-ul>li>a:focus,.mars3d-contextmenu-ul>li>.active{color:#fff;background-color:#444d59;text-decoration:none}.mars3d-contextmenu-ul>.active>a,.mars3d-contextmenu-ul>.active>a:hover,.mars3d-contextmenu-ul>.active>a:focus{color:#fff;background-color:var(--mars-hover-color, #3ea6ff);text-decoration:none}.mars3d-sub-menu{position:absolute;background-color:var(--mars-base-bg, rgba(63, 72, 84, .9));min-width:100px;display:none}.mars3d-sub-menu li{width:100%;box-sizing:border-box;font-size:14px;color:var(--mars-text-color, #ffffff);margin:0;padding:0}.mars3d-sub-menu li:hover{background-color:var(--mars-hover-color, #3ea6ff)}.mars3d-smallTooltip{display:block;position:absolute;max-width:200px;min-width:100px;padding:2px 5px;font-size:11px;z-index:20170825;opacity:.8;-khtml-opacity:.8;-moz-opacity:.8;filter:alpha(opacity=80);pointer-events:none}.mars3d-smallTooltip-inner{padding:3px 5px;background-color:#000c;color:#fff;text-align:left;max-width:200px;text-decoration:none;border-radius:4px}.mars3d-smallTooltip-inner p{margin:0}.mars3d-smallTooltip-arrow{position:absolute;width:0;height:0;top:50%}.mars3d-smallTooltip-leftArrow{right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000}.mars3d-smallTooltip-rightArrow{left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000000}.mars3d-clockAnimate{z-index:12;position:absolute;bottom:0;left:0;height:27px;background:linear-gradient(to bottom,rgba(116,117,119,.8) 0%,rgba(58,68,82,.8) 11%,rgba(46,50,56,.8) 46%,rgba(53,53,53,.8) 81%,rgba(53,53,53,.8) 100%)}.mars3d-clockAnimate .time{margin:0 4px;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mars3d-clockAnimate .mars3d-clockAnimate-btn{display:inline-block;vertical-align:middle;padding:1px 8px;border:solid 1px #888;color:var(--mars-text-color, #ffffff);background-color:#3f4854b3;border:none;cursor:pointer;width:24px}.mars3d-clockAnimate .mars3d-clockAnimate-btn svg{margin-top:1px}.mars3d-clockAnimate .mars3d-clockAnimate-speed{width:80px;height:24px;border:solid 1px rgba(136,136,136,.6);padding:0 3px;margin:0;color:var(--mars-text-color, #ffffff);background-color:#3f4854b3}.mars3d-clockAnimate .mars3d-clockAnimate-speed ::-webkit-outer-spin-button,.mars3d-clockAnimate .mars3d-clockAnimate-speed input::-webkit-inner-spin-button{-webkit-appearance:none!important;appearance:none!important;margin:0}.mars3d-compass{position:absolute;cursor:pointer;pointer-events:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:55px;height:55px}.mars3d-compass .mars3d-compass-outer{position:absolute;top:0;left:0;height:55px;width:55px;background-repeat:no-repeat;background-size:contain;fill:var(--mars-base-bg, rgba(63, 72, 84, .9));border-radius:50%}.mars3d-compass .mars3d-compass-outer svg{height:55px;width:55px}.mars3d-compass .mars3d-compass-inner{position:relative;top:50%;transform:translateY(-50%);height:25px;width:25px;border-radius:50%;display:block;margin:0 auto;padding:4px;box-sizing:border-box;background:var(--mars-base-bg, rgba(63, 72, 84, .9));fill:var(--mars-text-color, #ffffff)}.mars3d-compass .mars3d-compass-inner:hover{background:#3385ff}.mars3d-compass .mars3d-compass-rotation-arc{position:absolute;top:2px;left:2px;height:51px;width:51px;border-radius:50%;background-repeat:no-repeat;background-size:contain}.mars3d-cubeview{position:absolute;width:100px;height:100px}.mars3d-cubeview-cube{width:50%;height:50%;top:25%;transform-style:preserve-3d;margin:auto;position:relative;will-change:transform;font-family:monospace;font-weight:700}.mars3d-cubeview-cube>div{display:flex;justify-content:center;align-items:center;position:absolute;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;color:var(--mars-text-color, #ffffff);background-color:var(--mars-base-bg, rgba(63, 72, 84, .9));border:1px solid var(--mars-text-color, #ffffff)}.mars3d-cubeview-cube>div:hover{background:#3385ff}.mars3d-cubeview-side-t{transform:rotatex(90deg) translateZ(25px)}.mars3d-cubeview-side-w{transform:rotateY(-90deg) translateZ(25px);border-right:2px solid blue!important;border-bottom:2px solid green!important}.mars3d-cubeview-side-s{border-left:2px solid blue!important;border-bottom:2px solid red!important;transform:translateZ(25px)}.mars3d-cubeview-side-e{transform:rotateY(90deg) translateZ(25px)}.mars3d-cubeview-side-n{transform:rotateY(180deg) translateZ(25px)}.mars3d-cubeview-side-b{transform:rotateX(-90deg) translateZ(25px);border-top:2px solid red!important;border-left:2px solid green!important}.mars3d-distance-legend{z-index:11;position:absolute;width:125px;height:25px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mars3d-distance-legend .legend-label{font-size:13px;color:#fff;text-align:center;width:100%}.mars3d-distance-legend .legend-scale-bar{position:absolute;height:10px;top:10px;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff}.mars3d-locationbar{z-index:10;position:absolute;padding:3px 10px;font-size:13px;color:#e9e9e9;background-color:#0006;min-height:26px;pointer-events:none}.mars3d-locationbar-content{float:right}.mars3d-locationbar-content>div{float:left;margin-right:20px}.cesium-performanceDisplay-ms,.cesium-performanceDisplay-fps{min-width:65px}@media screen and (max-width: 1200px){.mars3d-locationbar-content>div{margin-right:15px}}@media screen and (max-width: 1000px){.cesium-performanceDisplay-ms,.cesium-performanceDisplay-fps,.mars3d-locationbar-content>.hide1000{display:none!important}.mars3d-locationbar-content>div{margin-right:10px}}@media screen and (max-width: 700px){.mars3d-locationbar-content>.hide700{display:none!important}}@media screen and (max-width: 600px){.mars3d-locationbar{display:none!important}}.mars3d-slider{position:absolute;left:50%;top:0px;background-color:#d3d3d3;width:3px;height:100%;z-index:9999}.mars3d-slider .slider-splitter{position:absolute;left:-15px;top:calc(50% - 15px);width:30px;height:30px;background:#f0eeee;border-radius:50%;text-align:center;line-height:40px;padding:2px;border:1px solid lightgrey;z-index:99999}.mars3d-slider .slider-splitter:hover{cursor:ew-resize}.mars3d-mapCompare{position:absolute;right:0px;top:0px;bottom:0px;width:50%;height:100%;margin:0;padding:0}.mars3d-mousedownview{position:absolute;top:0px;left:0px;width:40px;height:40px;margin-top:-23px;margin-left:-23px;pointer-events:none;visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in}.mars3d-mousedownview-img{width:36px;height:36px;background-image:url(/assets/cursor.540268ec.png);background-size:100% 100%}.mars3d-mousedownview-show{visibility:visible;opacity:1;transition:opacity .2s ease-out}.mars3d-overviewMap{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:200px;height:150px;overflow:hidden;border:1px solid orange;box-shadow:2px 2px 3px #2b2b2b}.mars3d-subtitles{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;padding:10px;font-size:30px;font-weight:700;letter-spacing:2px;text-align:center;z-index:999}.mar3d-toolButton img,.mar3d-toolButton svg,.mar3d-toolButton div{height:100%;text-align:center}.mars3d-divGraphic{position:absolute;left:0;top:0}.mars3d-divGraphic:hover{z-index:9999!important}.mars3d-divGraphic-edit{background-color:#fe57a11a;border:2px dashed rgba(172,85,59,.768);border-radius:2px;margin:-2px;box-sizing:content-box}.mars3d-divBoderLabel{position:absolute;left:0px;bottom:0px;cursor:pointer;--animation-name: mars3d-divBoderLabel-animation;--text-left-position: -75px}@keyframes mars3d-divBoderLabel-animation{0%,to{clip:rect(0px,var(--clip-width-1),2px,0px)}25%{clip:rect(0px,2px,var(--clip-height-1),0px)}50%{clip:rect(var(--clip-height-2),var(--clip-width-1),var(--clip-width-1),0px)}75%{clip:rect(0px,var(--clip-width-1),var(--clip-height-1),var(--clip-width-2))}}.mars3d-divBoderLabel-boder{width:var(--boder-width);height:var(--boder-height);margin:auto;color:var(--border-color);box-shadow:inset 0 0 0 1px var(--box-shadow-color)}.mars3d-divBoderLabel-text{color:var(--text-color);font-size:var(--text-font-size);display:flex;width:100%;height:100%;align-items:center;justify-content:center;font-weight:bolder;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.mars3d-divBoderLabel-boder,.mars3d-divBoderLabel-boder:before,.mars3d-divBoderLabel-boder:after{position:absolute;top:0;bottom:0;left:0;right:0}.mars3d-divBoderLabel-boder:before,.mars3d-divBoderLabel-boder:after{content:"";margin:-5%;box-shadow:inset 0 0 0 2px;animation:var(--animation-name) 8s linear infinite}.mars3d-divBoderLabel-boder:before{animation-delay:-4s}.mars3d-animation-point,.mars3d-animation-point:after,.mars3d-animation-point:before,.mars3d-animation-point p,.mars3d-animation-point p:after,.mars3d-animation-point p:before{margin:0;padding:0;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.mars3d-animation-point{width:10px;height:10px;border-radius:50%;border:1px solid hsla(0,0%,100%,.5);cursor:pointer;color:#0ff;background:currentColor;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 2em currentColor,0 0 .5em currentColor;position:absolute}.mars3d-animation-point .mars3d-animation-point-lbl{position:absolute;transform:translate(-50%,-120%);left:50%;font-size:16px;width:-moz-fit-content;width:fit-content;white-space:nowrap}.mars3d-animation-point p{position:absolute;left:50%;top:50%;width:0;height:0;border-radius:50%;transform:translate(-50%,-50%);animation:mars3d-animation-point-mapAni 2s ease infinite}.mars3d-animation-point .mapError{color:red}.mars3d-animation-point .mapWarn{color:#b5a603}.mars3d-animation-point .mapSuccess{color:#239233}.mars3d-animation-point .mapOrange{color:#8c4d34}.mars3d-animation-point:after,.mars3d-animation-point:before,.mars3d-animation-point p:after,.mars3d-animation-point p:before{content:"";position:absolute;width:100%;height:100%;left:50%;top:50%;border-radius:50%;transform:translate(-50%,-50%)}.mars3d-animation-point:after,.mars3d-animation-point:before{border:1px solid;animation:mars3d-animation-point-mapAni 1s ease infinite}.mars3d-animation-point p:before{border:1px solid}@keyframes mars3d-animation-point-mapAni{0%{width:0;height:0;opacity:1;filter:alpha(opacity=1)}25%{width:120%;height:120%;opacity:.7;filter:alpha(opacity=70)}50%{width:200%;height:200%;opacity:.5;filter:alpha(opacity=50)}75%{width:300%;height:300%;opacity:.2;filter:alpha(opacity=20)}to{width:400%;height:400%;opacity:0;filter:alpha(opacity=0)}}.mars3d-divUpLabel{text-align:center;background:transparent;color:#fff;display:block;box-sizing:border-box;animation-duration:1s;animation-fill-mode:both;animation-name:mars3d-divUpLabel-tinUpIn}.mars3d-divUpLabel-text{writing-mode:vertical-lr;font-size:16px;letter-spacing:4px}.mars3d-divUpLabel-line{display:block;height:100px;width:1.5px;margin-left:calc(50% - 1px);margin-top:3px;background-color:#fff}@keyframes mars3d-divUpLabel-tinUpIn{0%{opacity:0;transform:scale(1) translateY(-900%)}50%,70%,90%{opacity:1;transform:scale(1.1) translateY(0)}to,60%,80%{opacity:1;transform:scale(1) translateY(0)}}.mars3d-popup{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.mars3d-popup-close-button{position:absolute;top:0;right:0;padding:4px 4px 0 0;text-align:center;width:20px;height:20px;font:16px/14px Tahoma,Verdana,sans-serif;text-decoration:none;font-weight:700;background:transparent;z-index:20170825;cursor:pointer}.mars3d-popup-content-wrapper{text-align:center;box-shadow:0 3px 14px #0006;padding:1px;text-align:left;border-radius:3px}.mars3d-popup-content{margin:10px;font-size:13px;max-width:700px;min-width:50px;max-height:550px;overflow-y:auto}.mars3d-popup-tip-container{margin:0 auto;width:40px;height:17px;position:relative;overflow:hidden}.mars3d-popup-tip{box-shadow:0 3px 14px #0006;width:17px;height:17px;padding:1px;margin:-10px auto 0;transform:rotate(45deg)}.mars3d-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}.mars3d-popup-color{color:var(--mars-text-color, #ffffff)}.mars3d-popup-background{background:var(--mars-base-bg, rgba(63, 72, 84, .9))}.mars3d-popup-animation{animation-duration:.3s;animation-fill-mode:both;animation-name:mars3d-popup-swashIn}@keyframes mars3d-popup-swashIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(0)}90%{opacity:1;transform-origin:50% 50%;transform:scale(.9)}to{opacity:1;transform-origin:50% 50%;transform:scale(1)}}.mars3d-popup-btn{padding:3px 10px;border:1px solid #209ffd;background:#209ffd1c}.mars3d-template-title{height:33px;line-height:33px;padding:0 10px;font-size:16px;color:var(--mars-text-color, #ffffff);border-bottom:1px solid var(--mars-hover-color, #3ea6ff);overflow:hidden}.mars3d-template-title a{color:var(--mars-msg-title-color, #479be0);text-decoration:none}.mars3d-template-content{min-width:150px;margin-top:0;padding:10px;color:var(--mars-text-color, #ffffff);font-size:14px;max-height:490px;overflow-y:auto}.mars3d-template-content>div{margin-top:5px}.mars3d-template-content label{margin:0 10px;padding-right:6px;min-width:55px;float:left}.mars3d-template-content input{color:var(--mars-text-color, #ffffff);background-color:transparent;padding:4px 5px;border-width:1px;border-style:solid}.mars3d-template-content input::-moz-placeholder{color:#cdcdcd}.mars3d-template-content input::placeholder{color:#cdcdcd}.mars3d-template-content textarea{color:var(--mars-text-color, #ffffff);background-color:transparent;padding:4px 5px;border-width:1px;border-style:solid;height:60px;resize:none}.mars3d-template-content textarea::-moz-placeholder{color:#cdcdcd}.mars3d-template-content textarea::placeholder{color:#cdcdcd}.mars3d-popup-iframe{overflow:auto;margin:0}.mars3d-tooltip{padding:6px;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:0 1px 3px #0006;max-width:700px;min-width:50px;max-height:550px;color:var(--mars-text-color, #ffffff);background:var(--mars-base-bg, rgba(63, 72, 84, .9));border:1px solid var(--mars-base-bg, rgba(63, 72, 84, .9))}.mars3d-tooltip-top:before,.mars3d-tooltip-bottom:before,.mars3d-tooltip-left:before,.mars3d-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.mars3d-tooltip-top:before{border-top-color:var(--mars-base-bg, rgba(23, 49, 71, .8))}.mars3d-tooltip-bottom:before{border-bottom-color:var(--mars-base-bg, rgba(23, 49, 71, .8))}.mars3d-tooltip-left:before{border-left-color:var(--mars-base-bg, rgba(23, 49, 71, .8))}.mars3d-tooltip-right:before{border-right-color:var(--mars-base-bg, rgba(23, 49, 71, .8))}.mars3d-tooltip-bottom{margin-top:6px}.mars3d-tooltip-top{margin-top:-6px}.mars3d-tooltip-bottom:before,.mars3d-tooltip-top:before{left:50%;margin-left:-6px}.mars3d-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:var(--mars-base-bg, rgba(63, 72, 84, .9))}.mars3d-tooltip-bottom:before{top:0;margin-top:-6px;margin-left:-6px;border-bottom-color:var(--mars-base-bg, rgba(63, 72, 84, .9))}.mars3d-tooltip-left{margin-left:-6px}.mars3d-tooltip-right{margin-left:6px}.mars3d-tooltip-left:before,.mars3d-tooltip-right:before{top:50%;margin-top:-6px}.mars3d-tooltip-left:before{right:0;margin-right:-12px;border-left-color:var(--mars-base-bg, rgba(63, 72, 84, .9))}.mars3d-tooltip-right:before{left:0;margin-left:-6px;border-right-color:var(--mars-base-bg, rgba(63, 72, 84, .9))}.mars3d-divlayer-camera{backface-visibility:hidden}.cesium-infoBox{background:var(--mars-base-bg, rgba(63, 72, 84, .9))}.cesium-infoBox-title{background-color:#173147cc}.cesium-performanceDisplay-defaultContainer .cesium-performanceDisplay-ms,.cesium-performanceDisplay-defaultContainer .cesium-performanceDisplay-fps{color:#fff}.cesium-cesiumInspector{background-color:var(--mars-base-bg, rgba(63, 72, 84, .9))}.cesium-viewer-animationContainer{z-index:12}.cesium-viewer-toolbar .cesium-button{background-color:var(--mars-base-bg, rgba(63, 72, 84, .9));border-radius:2px;border-width:1px;color:var(--mars-text-color, #ffffff);fill:#e6e6e6;line-height:32px;text-align:center;cursor:pointer}.cesium-viewer-toolbar .cesium-button:hover{background-color:#3385ff;box-shadow:none;border:none}.cesium-viewer-toolbar .cesium-button img,.cesium-viewer-toolbar .cesium-button svg,.cesium-viewer-toolbar .cesium-button div,.cesium-viewer-toolbar .cesium-button .cesium-svgPath-svg{scale:.8;height:100%;max-width:100%;max-height:100%;text-align:center}.cesium-viewer-toolbar .cesium-button img:hover,.cesium-viewer-toolbar .cesium-button svg:hover,.cesium-viewer-toolbar .cesium-button div:hover,.cesium-viewer-toolbar .cesium-button .cesium-svgPath-svg:hover{scale:.9}.cesium-viewer-toolbar .cesium-baseLayerPicker-dropDown{background-color:var(--mars-base-bg, rgba(63, 72, 84, .9));max-height:700px;z-index:99}.cesium-viewer-toolbar .cesium-navigationHelpButton-wrapper .cesium-navigation-help-instructions,.cesium-viewer-toolbar .cesium-navigationHelpButton-wrapper .cesium-navigation-button{background:none}.cesium-viewer-toolbar .cesium-navigationHelpButton-wrapper .cesium-navigation-help,.cesium-viewer-toolbar .cesium-navigationHelpButton-wrapper .cesium-navigation-button-selected{background-color:var(--mars-base-bg, rgba(63, 72, 84, .9))}.cesium-viewer-toolbar .cesium-navigationHelpButton-wrapper .cesium-navigation-button-unselected{background-color:#696969bf}.cesium-viewer-toolbar .cesium-navigationHelpButton-wrapper .cesium-navigation-button-unselected:hover{background-color:var(--mars-base-bg, rgba(76, 76, 76, .75))}.cesium-viewer-toolbar .cesium-viewer-geocoderContainer .cesium-geocoder-input{background-color:#3f4854b3;border-width:1px}.cesium-viewer-toolbar .cesium-viewer-geocoderContainer .cesium-geocoder-input:focus{background-color:var(--mars-base-bg, rgba(63, 72, 84, .9))}.cesium-viewer-toolbar .cesium-viewer-geocoderContainer .search-results{z-index:99;background-color:#173147cc}.cesium-viewer-toolbar .cesium-viewer-geocoderContainer .cesium-geocoder-searchButton{background-color:var(--mars-base-bg, rgba(63, 72, 84, .9));border-radius:2px;border-width:1px;fill:#e6e6e6}.cesium-viewer-toolbar-top-left{top:10px;bottom:auto!important;left:10px;right:auto!important}.cesium-viewer-toolbar-top-left .cesium-navigationHelpButton-wrapper .cesium-navigation-help{left:40px;transform-origin:left top}.cesium-viewer-toolbar-top-left .cesium-baseLayerPicker-dropDown{left:10px}.cesium-viewer-toolbar-left-top{top:10px;bottom:auto!important;left:10px;right:auto!important}.cesium-viewer-toolbar-left-top>.cesium-toolbar-button,.cesium-viewer-toolbar-left-top .cesium-navigationHelpButton-wrapper,.cesium-viewer-toolbar-left-top .cesium-viewer-geocoderContainer{float:left;clear:both;margin-bottom:5px}.cesium-viewer-toolbar-left-top .cesium-baseLayerPicker-dropDown{left:40px;margin-bottom:5px}.cesium-viewer-toolbar-left-top .cesium-navigationHelpButton-wrapper .cesium-navigation-help{top:0px;left:40px;transform-origin:left top}.cesium-viewer-toolbar-left-top .cesium-sceneModePicker-wrapper{width:auto}.cesium-viewer-toolbar-left-top .cesium-sceneModePicker-wrapper .cesium-sceneModePicker-dropDown-icon{float:right;margin:0 3px}.cesium-viewer-toolbar-left-top .cesium-viewer-geocoderContainer .search-results{left:0;right:40px;width:auto}.cesium-viewer-toolbar-left-bottom{top:auto!important;bottom:60px;left:10px;right:auto!important}.cesium-viewer-toolbar-left-bottom>.cesium-toolbar-button,.cesium-viewer-toolbar-left-bottom .cesium-navigationHelpButton-wrapper,.cesium-viewer-toolbar-left-bottom .cesium-viewer-geocoderContainer{float:left;clear:both;margin-bottom:5px}.cesium-viewer-toolbar-left-bottom .cesium-baseLayerPicker-dropDown{bottom:0;left:40px;margin-bottom:5px}.cesium-viewer-toolbar-left-bottom .cesium-navigationHelpButton-wrapper .cesium-navigation-help{top:auto;bottom:0;left:40px;transform-origin:left bottom}.cesium-viewer-toolbar-left-bottom .cesium-sceneModePicker-wrapper{width:auto}.cesium-viewer-toolbar-left-bottom .cesium-sceneModePicker-wrapper .cesium-sceneModePicker-dropDown-icon{float:right;margin:0 3px}.cesium-viewer-toolbar-left-bottom .cesium-viewer-geocoderContainer .search-results{left:0;right:40px;width:auto}.cesium-viewer-toolbar-right-top{top:10px;bottom:auto!important;right:10px;left:auto!important}.cesium-viewer-toolbar-right-top>.cesium-toolbar-button,.cesium-viewer-toolbar-right-top .cesium-navigationHelpButton-wrapper,.cesium-viewer-toolbar-right-top .cesium-viewer-geocoderContainer{float:right;clear:both;margin-bottom:5px}.cesium-viewer-toolbar-right-top .cesium-baseLayerPicker-dropDown{right:40px;margin-bottom:5px}.cesium-viewer-toolbar-right-top .cesium-navigationHelpButton-wrapper .cesium-navigation-help{top:0;bottom:auto;right:40px;transform-origin:right top}.cesium-viewer-toolbar-right-top .cesium-sceneModePicker-wrapper{width:auto}.cesium-viewer-toolbar-right-top .cesium-sceneModePicker-wrapper .cesium-sceneModePicker-dropDown-icon{float:left;margin:0 3px}.cesium-viewer-toolbar-right-top .cesium-viewer-geocoderContainer .search-results{right:0;left:40px;width:auto}.cesium-viewer-toolbar-right-bottom{top:auto!important;bottom:60px;right:10px;left:auto!important}.cesium-viewer-toolbar-right-bottom>.cesium-toolbar-button,.cesium-viewer-toolbar-right-bottom .cesium-navigationHelpButton-wrapper,.cesium-viewer-toolbar-right-bottom .cesium-viewer-geocoderContainer{float:right;clear:both;margin-bottom:5px}.cesium-viewer-toolbar-right-bottom .cesium-baseLayerPicker-dropDown{bottom:0;right:40px;margin-bottom:5px}.cesium-viewer-toolbar-right-bottom .cesium-navigationHelpButton-wrapper .cesium-navigation-help{top:auto;bottom:0;right:40px;transform-origin:right bottom}.cesium-viewer-toolbar-right-bottom .cesium-sceneModePicker-wrapper{width:auto}.cesium-viewer-toolbar-right-bottom .cesium-sceneModePicker-wrapper .cesium-sceneModePicker-dropDown-icon{float:left;margin:0 3px}.cesium-viewer-toolbar-right-bottom .cesium-viewer-geocoderContainer .search-results{right:0;left:40px;width:auto}.marsBlackPanel{min-width:90px;min-height:35px;position:absolute;left:16px;bottom:31px;cursor:default;opacity:.96;border:1px solid #14171c;box-shadow:0 2px 21px #2122278c;border-radius:4px;box-sizing:border-box;background:linear-gradient(0deg,#1e202a 0%,#0d1013 100%)}.marsBlackPanel:before{content:"";width:calc(100% + 22px);height:39px;position:absolute;bottom:-39px;left:-22px;background:url(./blackPanel-bg.png) 0px 0px no-repeat;background-position:0px 0px}.marsBlackPanel-text{width:100%;height:100%;min-height:33px;text-align:center;padding:10px 5px 0;margin:0;font-size:14px;font-weight:400;color:#fff;border:1px solid #ffffff4f;box-sizing:border-box;white-space:nowrap}.marsBlackPanel-highlight{border:2px solid yellow}.marsBlueGradientPnl{text-align:center;padding:5px 30px;margin:0;color:#fff;background:linear-gradient(rgb(7 10 203 / 75%),rgb(16 238 220));border-radius:5px;max-height:130px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.marsBlueGradientPnl:after{content:"";position:absolute;bottom:-60px;left:calc(50% - 3px);display:block;width:3px;height:60px;border-right:3px solid #2bcdbb}.marsBlueGradientPnl-highlight{border:2px solid yellow}.marsBlueGradientPnl-highlight:after{border-right:3px solid yellow}.mars-spot{background-image:url(data:image/png;base64,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);position:absolute;background-repeat:no-repeat;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:100000;width:70px;height:44px;background-size:cover;bottom:-80px;left:-30px;cursor:default}.mars-spot-board{background-image:url(/assets/lbl-extent.930bd9a2.png);top:-165px;transform:translate(-30%);width:180px;height:52px;padding:15px 0;background-position:50%;background-size:contain;cursor:pointer;position:absolute;background-repeat:no-repeat}.mars-spot-line{position:absolute;top:-108px;left:35px;width:2px;height:140px;background:linear-gradient(180deg,#38c9ff,transparent)}.mars-spot-line:before{height:40%;left:6px;animation:rise 3s linear 2s infinite;-webkit-animation:rise 3s linear 2s infinite;content:"";display:block;width:1px;background:linear-gradient(180deg,#38c9ff,transparent);position:absolute;cursor:pointer}.mars-spot-line:after{content:"";display:block;width:1px;background:linear-gradient(180deg,#38c9ff,transparent);position:absolute;cursor:pointer;height:60%;left:-5px;animation:rise 3s linear infinite;-webkit-animation:rise 3s linear infinite}.mars-spot-board h5{width:100%;text-align:center;line-height:24px;color:#beedff;font-size:16px;margin:0}.marsGreenGradientPnl{width:100px;text-align:center;background-image:linear-gradient(to right,#565d39,#00ffc3);position:relative;left:-1px;bottom:29px;cursor:default;padding:5px;border:1px solid #9c9944e8}.marsGreenGradientPnl:hover{border:1px solid rgb(9,255,0)}.marsGreenGradientPnl:before{position:absolute;content:"";left:50%;bottom:-30px;height:30px;border-left:2px dashed #c5e22770}.marsGreenGradientPnl-highlight{border:2px solid yellow}.marsGreenGradientPnl-highlight:before{border-left:2px dashed yellow!important}.marsImgPanel1{position:relative;width:200px;height:134px;background:rgba(42,42,42,.8);border-radius:4px;background:url(./marsImgPanel1.png);background-size:100%;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;animation:mymove 5s infinite;animation-duration:5s;animation-timing-function:ease;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:mymove}.marsImgPanel1 .title{position:relative;top:20px;left:70px;font-size:15px;text-align:left;color:#fff;text-shadow:0px 0px 9px rgba(0,0,0,.75)}.marsImgPanel2{position:relative;width:200px;height:157px;background:rgba(42,42,42,.8);border-radius:4px;background:url(./marsImgPanel2.png);background-size:100%;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;animation:mymove 5s infinite;animation-duration:5s;animation-timing-function:ease;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:mymove}.marsImgPanel2 .title{position:inherit;top:22px;left:70px;font-size:14px;text-align:left;color:#fff;text-shadow:0px 0px 9px rgba(0,0,0,.75)}.marsImgPanel2 .content{position:inherit;font-size:14px;top:30px;left:50px;width:140px;height:auto;text-align:left;color:#fff;overflow:hidden}.marsTiltPanel-wrap{position:relative;padding:30px;overflow:hidden}.marsTiltPanel .area{position:relative;min-width:180px}.marsTiltPanel .b-t{position:absolute;top:0;left:44px;right:0;height:1px;z-index:10}.marsTiltPanel .b-r{position:absolute;top:0;right:0;bottom:44px;width:1px;z-index:10}.marsTiltPanel .b-b{position:absolute;left:0;right:44px;bottom:0;height:1px;z-index:10}.marsTiltPanel .b-l{position:absolute;top:44px;left:0;bottom:0;width:1px;z-index:10}.marsTiltPanel .b-t-l{position:absolute;top:0;left:0;width:1px;height:62px;transform:rotate(45deg) translate(52px,-22px);z-index:10}.marsTiltPanel .b-b-r{position:absolute;bottom:0;right:0;width:1px;height:62px;transform:rotate(45deg) translate(-52px,22px);z-index:10}.marsTiltPanel .label-wrap{padding-left:12px;color:#fff;font-size:16px;white-space:nowrap;overflow:hidden}.marsTiltPanel .title{margin-top:20px;padding:0 12px 0 30px;height:36px;line-height:36px;position:relative}.marsTiltPanel .title:before{content:"";position:absolute;bottom:-4px;left:0;right:0;z-index:10;height:2px}.marsTiltPanel .label-content{padding:15px 0}.marsTiltPanel .data-li{padding:4px 45px 4px 0}.marsTiltPanel .data-label,.data-value{display:inline-block}.marsTiltPanel .data-value{font-size:14px}.marsTiltPanel .label-num{margin-right:3px;color:#f09e28;font-weight:600}.marsTiltPanel .label-tag{display:inline-block;position:relative;margin-right:6px;padding:0 6px;font-weight:600;cursor:pointer;background-color:#909399;border-radius:4px}.marsTiltPanel .label-tag:after{content:attr(alt);display:inline-block;position:absolute;bottom:-22px;right:-35px;z-index:-1;padding:2px 4px;color:#fff;font-size:14px;background-color:#333;border-radius:3px;opacity:0;transition:all .3s ease-in}.marsTiltPanel .label-tag:hover:after{opacity:1;z-index:11}.marsTiltPanel .data-value-status-0{background-color:#f0285c}.marsTiltPanel .data-value-status-1{background-color:#35b15b}.marsTiltPanel .data-value-status-2{background-color:#f09e28}.marsTiltPanel .arrow{position:absolute;bottom:0;left:0;width:45px;height:2px;transform:rotate(-45deg) translate(5px,-15px)}.marsTiltPanel-theme-blue .b-t,.marsTiltPanel-theme-blue .b-r,.marsTiltPanel-theme-blue .b-b,.marsTiltPanel-theme-blue .b-l,.marsTiltPanel-theme-blue .b-t-l,.marsTiltPanel-theme-blue .b-b-r{background-color:#29baf1;box-shadow:0 0 10px 2px #29baf1}.marsTiltPanel-theme-blue .area{background-image:linear-gradient(135deg,transparent 30px,#28bbf06c 30px,#28bbf06c 50%,transparent 50%),linear-gradient(-45deg,transparent 30px,#28bbf06c 30px,#28bbf06c 50.1%,transparent 50%)}.marsTiltPanel-theme-blue .title{background-image:linear-gradient(135deg,transparent 25px,#29baf1 25px)}.marsTiltPanel-theme-blue .arrow,.marsTiltPanel-theme-blue .title:before{background-color:#28bbf0}.marsTiltPanel-theme-green .b-t,.marsTiltPanel-theme-green .b-r,.marsTiltPanel-theme-green .b-b,.marsTiltPanel-theme-green .b-l,.marsTiltPanel-theme-green .b-t-l,.marsTiltPanel-theme-green .b-b-r{background-color:#06e34a;box-shadow:0 0 10px 2px #06e34a}.marsTiltPanel-theme-green .area{background-image:linear-gradient(135deg,transparent 30px,#06e3486c 30px,#06e3486c 50%,transparent 50%),linear-gradient(-45deg,transparent 30px,#06e3486c 30px,#06e3486c 50.01%,transparent 50%)}.marsTiltPanel-theme-green .title{background-image:linear-gradient(135deg,transparent 25px,#06e34a 25px)}.marsTiltPanel-theme-green .arrow,.marsTiltPanel-theme-green .title:before{background-color:#06e34a}.marsTiltPanel-theme-red .b-t,.marsTiltPanel-theme-red .b-r,.marsTiltPanel-theme-red .b-b,.marsTiltPanel-theme-red .b-l,.marsTiltPanel-theme-red .b-t-l,.marsTiltPanel-theme-red .b-b-r{background-color:#e3064f;box-shadow:0 0 10px 2px #e3064f}.marsTiltPanel-theme-red .area{background-image:linear-gradient(135deg,transparent 30px,#e306506c 30px,#e306506c 50%,transparent 50%),linear-gradient(-45deg,transparent 30px,#e306506c 30px,#e306506c 50%,transparent 50%)}.marsTiltPanel-theme-red .title{background-image:linear-gradient(135deg,transparent 25px,#e3064f 25px)}.marsTiltPanel-theme-red .arrow,.marsTiltPanel-theme-red .title:before{background-color:#e3064f}.marsTiltPanel-theme-e9b709 .b-t,.marsTiltPanel-theme-e9b709 .b-r,.marsTiltPanel-theme-e9b709 .b-b,.marsTiltPanel-theme-e9b709 .b-l,.marsTiltPanel-theme-e9b709 .b-t-l,.marsTiltPanel-theme-e9b709 .b-b-r{background-color:#e9b709;box-shadow:0 0 10px 2px #e9b709}.marsTiltPanel-theme-e9b709 .area{background-image:linear-gradient(135deg,transparent 30px,#e9b9096c 30px,#e9b9096c 50%,transparent 50%),linear-gradient(-45deg,transparent 30px,#e9b9096c 30px,#e9b9096c 50%,transparent 50%)}.marsTiltPanel-theme-e9b709 .title{background-image:linear-gradient(135deg,transparent 25px,#e9b709 25px)}.marsTiltPanel-theme-e9b709 .arrow,.marsTiltPanel-theme-e9b709 .title:before{background-color:#e9b709}.animation-spaceInDown{animation-duration:1s;animation-fill-mode:both;animation-name:spaceInDown}@keyframes spaceInDown{0%{opacity:0;transform-origin:0% 100%;transform:scale(.2) translateY(200%)}to{opacity:1;transform-origin:0% 100%;transform:scale(1) translate(0)}}@keyframes rise{0%{opacity:.1;transform:translateY(100%)}5%{opacity:.3;transform:translateY(95%)}10%{opacity:.6;transform:translateY(90%)}15%{opacity:1;transform:translateY(85%)}75%{opacity:1;transform:translateY(25%)}80%{opacity:.7;transform:translateY(20%)}90%{opacity:.3;transform:translateY(10%)}95%{opacity:.2;transform:translateY(5%)}to{opacity:.1;transform:translate(0)}}.marsBlueBlack{width:150px;position:absolute;left:16px;bottom:31px;cursor:default;opacity:.96;border:1px solid #00b6ff;box-shadow:0 2px 21px #2122278c;box-sizing:border-box}.marsBlueBlack:before{content:"";width:calc(100% + 22px);height:39px;position:absolute;bottom:-39px;left:-22px;background:url(./blackPanel-bg.png) 0px 0px no-repeat;background-position:0px 0px}.marsBlueBlack .marsBlueBlack-top{background-color:#198eff;font-size:16px;padding:6px}.marsBlueBlack .marsBlueBlack-down{background-color:#000;font-size:12px;padding:3px}.mars3d-divCameraPoint-content{height:30px}.mars3d-divCameraPoint-img{width:30px;height:30px;animation:cameraMove 1s linear infinite alternate;-webkit-animation:cameraMove 1s linear infinite alternate}@keyframes cameraMove{0%{margin-top:20px}to{margin-top:0}}.mars3d-divCameraPoint-line{height:120px;width:5px;margin-top:20px;border-left:3px dashed #5b8fee;margin-left:calc(50% - 1px)}.mars3d-divCameraPoint-point{border-radius:50%;width:8px;height:8px;margin-left:calc(50% - 3px);background-color:#5b8fee}.screen-switch-container{display:flex;justify-content:center;align-items:center;gap:20px;padding:20px;background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-position:center;height:100%}._contentArea_wqbhp_2{height:calc(100% - 84px);width:100%;display:flex;color:#fff;justify-content:space-between;position:absolute;top:84px}._contentArea_wqbhp_2 ._left_content_wqbhp_11{width:22%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:12px}._contentArea_wqbhp_2 ._left_content_wqbhp_11 ._project_title_wqbhp_19{display:flex;justify-content:center;align-items:center;width:100%;height:32px;border-radius:2px 2px 0 0;background:linear-gradient(to right,rgb(15,66,105),transparent);color:#fff}._contentArea_wqbhp_2 ._left_content_wqbhp_11 ._project_content_wqbhp_29{height:calc(100% - 32px);width:100%;display:flex;flex-direction:column;padding:12px}._contentArea_wqbhp_2 ._left_content_wqbhp_11 ._project_content_wqbhp_29 ._project_info_wqbhp_36{width:100%;height:50%;display:flex;flex-wrap:wrap;overflow-y:auto}._contentArea_wqbhp_2 ._left_content_wqbhp_11 ._project_content_wqbhp_29 ._project_info_wqbhp_36 ._info_item_wqbhp_43{width:50%;height:30%;display:flex;align-items:center}._contentArea_wqbhp_2 ._left_content_wqbhp_11 ._project_content_wqbhp_29 ._project_info_wqbhp_36 ._info_item_wqbhp_43 ._item_right_wqbhp_49{margin-left:8px;display:flex;flex-direction:column;align-items:center}._contentArea_wqbhp_2 ._left_content_wqbhp_11 ._project_content_wqbhp_29 ._project_info_wqbhp_36 ._info_item_wqbhp_43 ._item_right_wqbhp_49 ._right_top_wqbhp_55{font-size:16px;color:#fff}._contentArea_wqbhp_2 ._left_content_wqbhp_11 ._project_content_wqbhp_29 ._project_info_wqbhp_36 ._info_item_wqbhp_43 ._item_right_wqbhp_49 ._right_bottom_wqbhp_59{font-size:16px;color:#90cffc}._contentArea_wqbhp_2 ._left_content_wqbhp_11 ._excavationMileage_wqbhp_63{height:23%;width:100%;display:flex;flex-direction:column;border-bottom:none;position:relative}._contentArea_wqbhp_2 ._left_content_wqbhp_11 ._excavationMileage_wqbhp_63 ._digitalCard_wqbhp_73{display:flex;justify-content:space-between;color:#fff;font-size:18px;font-weight:600;align-items:center}._contentArea_wqbhp_2 ._left_content_wqbhp_11 ._excavationMileage_wqbhp_63 ._digitalCard_wqbhp_73 ._bigNum_wqbhp_81{padding:0 4px;color:#fff;height:52px;line-height:52px;font-size:30px;font-weight:700;text-align:center;border-radius:5px;background:#2999c2;margin-left:8px;border:1px solid #63f7ff}._contentArea_wqbhp_2 ._left_content_wqbhp_11 ._excavationMileage_wqbhp_63 ._productionTime_wqbhp_94{width:45%}._contentArea_wqbhp_2 ._left_content_wqbhp_11 ._excavationMileage_wqbhp_63:after{content:"";position:absolute;bottom:0;left:3%;right:3%;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(1,201,255,.3) 10%,rgba(1,201,255,.7) 25%,rgb(1,255,255) 50%,rgba(1,201,255,.7) 75%,rgba(1,201,255,.3) 90%,transparent 100%);box-shadow:0 0 10px #01c9ff80}._contentArea_wqbhp_2 ._left_content_wqbhp_11 .ant-select-selector{background:transparent;color:#fff;border:1px solid;box-sizing:border-box;-o-border-image:linear-gradient(270deg,rgb(122,166,204) 0%,rgb(70,129,166) 100%) 1;border-image:linear-gradient(270deg,rgb(122,166,204) 0%,rgb(70,129,166) 100%) 1}._contentArea_wqbhp_2 ._left_content_wqbhp_11 .ant-select-arrow,._contentArea_wqbhp_2 ._left_content_wqbhp_11 .ant-select-selection-item{color:#fff}._contentArea_wqbhp_2 ._center_content_wqbhp_124{width:54%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:12px;z-index:99}._contentArea_wqbhp_2 ._center_content_wqbhp_124 ._center_top_wqbhp_133{height:70%;width:100%;box-shadow:inset 0 0 10px 5px #42d9ff;backdrop-filter:blur(4px);position:relative}._contentArea_wqbhp_2 ._center_content_wqbhp_124 ._center_top_wqbhp_133 ._tree_wqbhp_140{position:absolute;top:12px;left:12px;width:280px;z-index:9999}._contentArea_wqbhp_2 ._center_content_wqbhp_124 ._center_center_wqbhp_147{height:18%;width:100%;padding:12px;background:rgba(15,66,105,.5);box-shadow:inset 0 0 10px 5px #42d9ff;backdrop-filter:blur(4px)}._contentArea_wqbhp_2 ._center_content_wqbhp_124 ._center_bottom_wqbhp_155{height:86px;width:100%;display:flex;justify-content:center}._contentArea_wqbhp_2 ._right_content_wqbhp_161{width:22%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:12px}._contentArea_wqbhp_2 ._right_content_wqbhp_161 .ant-radio-button-wrapper{background:rgba(0,151,255,.05);color:#a3a3a3;border:1px solid #a3a3a3}._contentArea_wqbhp_2 ._right_content_wqbhp_161 .ant-radio-button-wrapper-checked{border:1px solid #3088c2;color:#fff}._contentArea_wqbhp_2 ._right_content_wqbhp_161 .ant-radio-label{color:#fff}._largeContent_wqbhp_182{background-image:linear-gradient(270deg,rgb(5,23,38) 0%,rgba(10,32,51,.61) 10%,rgba(0,27,48,0) 22%),linear-gradient(90deg,rgb(5,23,38) 0%,rgba(10,32,51,.61) 10%,rgba(0,27,48,0) 22%),linear-gradient(180deg,rgba(10,32,51,.61) 0,rgba(0,27,48,0) 80px),url(/assets/center_background.d3f9c37f.png);background-size:cover;height:100%;width:100%;position:relative}._dashboardHeader_2hoax_2{width:100vw;display:flex;justify-content:space-between;align-items:center;height:140px;background-image:url(/assets/title.0e7fc5dc.png);background-size:cover;color:#fff;padding:0 12px;font-family:Microsoft YaHei,Arial,sans-serif;position:relative}._dashboardHeader_2hoax_2 ._left_2hoax_15{width:300px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAAoCAYAAABU+4kLAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAVLSURBVHic7d1bbBR1GAXw883sbNml0lILmlKg4kZgRdAQjUSDNaCRchGMNWBiqIjgDYhAQHiRxEsggBoE00JiCDwAVsQLkUsQGqMBXzRBQ2sFLdJSKhdBetl2d+bvg64BpKWUnfm3nfN72ezu7Pedp5PNZHZWAAgAA0RE7lGXPKq2DuxuJPkYiYwLxmLnWbZE5LrqQK1COOygb18HZWUJ3XncJJc+iUTGpZ1Jrw3pCkNE/mPUpzlWuMmuGzw4htJSW3eeVJOrvGb0u29M70SsyfQ8DRH5mmkFHSPY3FB98GCT7iypcrWSBQAj8+78XkYa0j1NQ0QEwGpqaanLCp7rDqcSWitZAECf/Px062IgKwHH8ioQEdF/AlL/R8g+25XLts2SBQCMHGllh7Ozrbid6UEeIqLLJMSMGw2qtu7w3gbdWTri2iX7r5z8/GxpsXLdDENE1JqWoHXqdNmXp3TnuF7tLlkAiEYLgxcyz0dtlRZ0KxARUWtMaW4JZQTKj+7a1aw7S3tdV8km5TwwYQCAASnOQkR0TRKAHTPx+9n9O2t0Z2mPDpUsAOTlT85scVRUlM3raonIc7Yjp3pYNx+rKtsY052lLR0uWQDIHVUYgtUSgQjP1RKR9wRNypQfa77acVZ3lNbcUMkm5Yye2t8wnbvEsHmulog8Z5uoOLl3e4XuHFeTkpIFgJyJE8PS1ONhQHqmaiYRUbsppzFhhg7U7d3cqS71SlnJJuWOmTYcBoanei4R0bWIqLjhqMPH920r150lKeUlCwB98gvTQ2lpBY44N7kxn4ioLWLgl1hj/PvTZaX12rO4NThaWBisrw/fq8BvtUTkPTHURUdwoHrnJq2XerlWskkDx88cKmLf7yiV4fYuIqIrGQYOVX2x8ZCu/a6XLABExs3plTAaCxzhDxiIyHsG1F9GLLDl133rL3i925OSTbpt0nOjgcBoL3cSEf1DNSvB11Wfrf/Oy62eliwA5E0uyjQkNEMp9PZ6NxGRI/KDqOD+qk/fO+/FPs9LNmnQ4y+OhWk+oms/EfmYwp9xG5tOfL72pNurtJUsANw+Ze4wmJiiIFk6cxCRPzmi9lSVrtnt5g6tJQsAuYWvZllQ4wUYpTsLEfmPAOdiifi7NTvWuXL/A+0lmzToqYVjBWqSEgnrzkJE/iJwmqDMrcc+Wvlt6md3IndMW5CdUIGlApWtOwsR+ZAyvjGN+CeVW1afSdXITlWySZGpi56EmIW6cxCRDwlOJxy1qmrr8qrUjOukhkxdlmcH4ksUpK/uLETkP4bItsrNb2y90TmdtmQBYPgzC3s2IjwLCrzUi4g8JyJ1iUT8td+2vF3X4RmpDOSWyPRlj4rCdBG5RXcWIvIXBdWgHPng6ObX93Tk812iZAEgWrTsVlsCS5RS9+jOQkT+Y0B2Gwh+eGTjouv6W/IuU7JJQ599a6YjeF53DiLyIYVasWVRxaalle39SJcrWQAYPGNFDgxsAJCjOwsR+ZCg5OcNi4vbd2gXNnT2ysWOrabrzkFE/iMiNY5pFlUWz2/zpuBdumQBYMjsVU+IknkA+unOQkQ+o+SignqzYsOC7a0d0uVLNin6wpoZSjkzIcjVnYWI/EY+tix55/D7c6v/946OOG4Z9tLq/g6shVBSAKCX7jxE5CdyQim7qLx43k+XvaorjpsGzSrJCAUSBRB5GqIe1J2HiPxDASuOrH15efJ5tyzZS0XnlgwQGxNhqAkARgAqU3cmIuru5LjjJB4rX/fK8W5fsle6c07xCBjWQCj1kIjKUwoZACCCPCjJZAkTUYpcUJD5fwPFYXvMkGs8JQAAAABJRU5ErkJggg==);background-size:cover;display:flex;justify-content:center;align-items:center;position:absolute;top:32px}._dashboardHeader_2hoax_2 ._left_2hoax_15 .ant-input{width:75%!important;background-color:transparent;border:none;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._dashboardHeader_2hoax_2 ._center_2hoax_35{font-size:28px;font-weight:600;width:25%;position:absolute;top:50%;left:50%;transform:translate(-50%,-90%);text-align:center;word-wrap:break-word}._dashboardHeader_2hoax_2 ._right_2hoax_46{display:flex;flex-direction:column;position:absolute;top:16px;right:12px}._dashboardHeader_2hoax_2 ._right_2hoax_46 ._back_2hoax_53{display:flex}._dashboardHeader_2hoax_2 ._right_2hoax_46 ._back_2hoax_53 ._icon_2hoax_56{width:18px;height:18px;cursor:pointer;margin-left:8px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAEXSURBVDiNrZU/SwNBEEffJJdCbVT0i+Sj+AfsFGIlCGnFXhEiBKxtbPw2VgbFxsraLkISeBa5yHqY4F7yg2OHHXgzs3O7g1qop+pAHZmnZ3WbVOqxOs4EpWqnvALolusH8AiM+b9eI+KpmuGwjNTPAM1VA1gr7eGqgNlSm+q9eln1FTUT2QSOgHV1C7iIiPEs2kxXmVnulec/UXupYyFQ3VZ35nznJVC1p7YWlqweAncsPuso1y7wXqsp1biJ3Vy25LOk5L7aWqYpB0lTbtWYObKB6m5yw67Vn17U/Q8/md77t4i4SR21gBExATp/+RrAV2lv1IFXVQAvQBvYV0fkP18Pv3bUE1f4wOJ0BHScjoBc8MDKCPgG/pD0RwrzZwQAAAAASUVORK5CYII=);background-size:cover}._bModule_1n47g_1{display:flex;flex-direction:column;position:relative;background:rgba(15,66,105,.5);border-radius:3px;height:100%;width:100%}._bTitle_1n47g_11{width:100%;height:32px;background:url(data:image/png;base64,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) no-repeat center;background-size:100% 100%;display:flex;justify-content:space-between;align-items:center;z-index:10}._bTitle_1n47g_11 ._titleContent_1n47g_21{font-size:18px;font-weight:700;letter-spacing:0px;color:#b8d0d9;padding-left:40px}._bContent_1n47g_28{flex:1;padding:16px;height:calc(100% - 32px);width:100%;background:rgba(15,66,105,.1);box-shadow:inset 0 0 10px 5px #42d9ff66;backdrop-filter:blur(1px)}.tree-search-container{display:flex;flex-direction:column;height:100%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQEAAAF8CAYAAADPUA7iAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAz7SURBVHic7dxLj2VVGcbx513ndDWVtJE0F0G6AS8DjDh1ZEyMt7EGxwZD4sSv4jdQo3GIYeRIiTMnTCUxMaJ20xGBasVg0rH77PU62Jez9z77VFc1VQX4/H8JTdW512D991pr76pQ53u/ePPL2eS3MurTkXFZp5GnejSAsxCneGxKqfxvRLkZdfObl1/67GuTl3nhZzd+uLl372t33r99fXP3zsOZda3M7VtEMMyBj5vZGI4om/XB4XuHV67eWh9c+u2vfvDsTyQpvvPTG1/Jzb0f/fvdG8+/deuPt47+8ca7mc100FfdPwS1nv0PAWBZKfvv6wf/7CERq3j8ic899qlrX7j+yUeffv3S4UM/fvn7119bl9A3//P+7et/v/GHm0fv/OXoRB9gYcCTAOBiFGn5oNuHISIns4BOZpNvv/Wnd2oqDx66cm19+clvSHptHcprm7t3Hr59dPOvi++YkcPao3vjurQJ0H2mWCVLB+CcZBNR90wCSh+GUroQSIrdGPzr6G//fOqZLz2tzM9I0lqKdWZdZ93spiW7JUCt3RhPqXYDvUoq3VOqtpsUTAmAcxOhHI7BfQxqkYpU+8N1re1dpXQH8WkINpu7Ta2bdda8LGWsJWlp6jANwGjwR5U2akvTjEY+gx+4OEVS01cgpU1GFKVKUTaKWrqZwZ4QSBoO3OvFNxgHoOZ28DeRUkhZpcz2v9GzzuwHBHC8RiE17dcRkpTKIjWpiCpFUW0URfcJgZYisBSAWtvba+0HfqqOxvzwJfsBwPmLkLTdq1NKJaSmCUVIpaRqjViVPEkIphHo1/bdEmAxADWzXR1k7q4B6vCZAJyhydAt7QjrxllRaWcGoVRRqF0GbEOQimFpsLBsbyMQkeNrAWr/T4wDUNvHZGa7TVi7D9FtEgK4IN0yoEhSRI0qqWTJbpCXlKqiD4Fy1e8dLl7vs50JxHYZoH4W0AwzgFSVanZH/2y/kYbVAcd+4IJFE6Hoxl6pUUNSliw1og1BOyPozhb2M4Sd11neGJS6GES/BNgJwDD4d8Y/ZwqAM1eGfwbt4AtJEVEzVWqoC0E7I+gXEVXSau9Lz/YEur2AyFSjdsCrPy85DkB2t+XsyiVmBMC5qNKwDOhOB0jqj+yZalfv/Yyg5EqS2uVARHs10HhvYGR5JtDvD7SDfrsJ2M8AJgHYHfhMBICztx26ozFXa3Q7/+0FgjVTqzYDqgqtot/zi32/dbgcgVKlJka7/FXT04DTAAyDnlOFwDmJGMZZN5jbKGQOIZCyu6ZQNbr7+6FYqpSzJUGOX+dE+lnAQgDa23PpCiIAZ2E0vrI/TT+6b3sNT/fYk8/H9y8H5uf8a//is4ftOzvAmgA4G4uH6sx+dlAmt2ZGv2cwnsnX0PwXAXvrnQt7hguGpi+z3ywA44AA+OCG4VR2Rrwidlf605MB3d5Ad/tCULY3Db8pOLc0tcjJFUvTD0sAgPNRd/+OwLH7cCfbtN/pwv3/HsCeQU4AgIux96941T1ft/aN7ZNtDO79GyLjFyUAwIfhg468U5wdOOYdGf/Ah+8Bx+HpIwDg/woRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMEQHAHBEAzBEBwBwRAMwRAcAcEQDMnU0ESAnwsXX64Tt5RsSZfRIAD6TsfPGAz//gmA4AH0c7IzebhaP75Jay/EQaAFyQfYOtzL6ejuVsIpaeub2tlPabnUdF7N7Yvfg8F4USAOerTIfjMAb3Ls23t+8Znuvj3kuNQlIe/6EipNw+phSpHv8MAKe0OID3DPz+sTH7frh/esN652jeP6lpKzBkoEhqpgO+SKohKechWP45AJyVCC3O0ZfCUKSSew/n+2cCC28akZmK7mhfQ8ocQtBXaXijvM8MAsDJzAZ2992wfK8RKmX0sKUl/H7LEahFUo5WE0XbOX60c4NZCMYfsC59cAAPbO+Q7gOg0Hivbnh8Pwxr2d3D675fjkCRtMmQIlWk0ihqlFSpETXbQ3yOZwS99i5WA8B5Gh1g+wBEtxAo3SwgIlS6h0W2X59oOVCKSq2qqYiiVBapaULRfR1SG4Lh9XK2ydBnh81B4KwcdzVQtDOAIQBRVEbzgHZ8pjIjSr+Unznm7ECRmuyXF1GqVLPkNgTZ3RnKnfX/Slqd9icFcBrRbQ5KmgagnQXEdsJw/Nx8G4HMUES/1lc2iogqlZKqVepWA8qSNSStarTTgfaJHPmBCzRe9Ed7w04ASpEiI7Nsv1/QRiAzhv9HtDv+RVJ0a/5SUlWhklKVSq5UVVJRpX4JMBz5qQFwfnZO+re39KcGZwFQKVKOntWP9ZH16LW6B2m7N9AoYlVyG4IqlfbKgVIVw8ifnBZkWxA4XwtX7LabgDsB2NkLWBieu3sCkaFslwVFCyGQ2tnBKuaXAiSnBYELMbtuoL9woBvhfQCaiFJievuC5Y3BeQhSoVwpIiXVbj8wRgWoUl289hDAeZiv7zND0V7am1lCKZ0kAFIfgcmA1vZJfQhqVS395UMrxTq7PYJu/V+DswHARSrjY3CRVqHMfpkQ3dWE9wlA9xLrVG4iyibKumTdTHf1JjMCSbW9u6baHcmc7wl0T1txyTBwHoZf9R+PsO73e4pmywJpMQBR1qWU9UZF96TIdTTx5vrg8LlHHnv26tHbfz7aedfI9vRff/pQUqmzMwCzXxwcigTgbJVjtt7Hgz8z9j3w0ceffWR98NB7kXFTktb1Uvzu8BOPPPfp6198PqLE0dtvHGU2xx/J5+uRWjknAFykB/jbHRGreOzJzz/+xFPPXTu8cvX1ulq/KnW7jC/87OaLm3t3v33n/dvXN3fvPJxZp9cPLO0ZAPjoG43hiLJZHxy+d3jl6q1y+eDXr7z4zC+l0amG7/785lej5teV8VQoL913r58sAB8dJxivqbwXijdr6tVXXnrm9/1d/wOpItfGDmmCfQAAAABJRU5ErkJggg==)!important;background-size:cover!important;background-repeat:no-repeat!important;border-radius:8px;overflow:hidden;color:#fff}.tree-search-container .tree-search-header{display:flex;flex-direction:column;padding:16px;background-image:url(data:image/png;base64,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)!important;background-size:cover!important;background-repeat:no-repeat!important;border-bottom:1px solid #01c9ff;color:#fff}.tree-search-container .tree-search-header .tree-search-title{margin:0;font-size:16px;font-weight:600;color:#fff;display:flex;justify-content:space-between;align-items:center}.tree-search-container .tree-search-box{display:flex;width:100%;justify-content:center;align-items:center;margin-top:12px}.tree-search-container .tree-search-box .ant-input-affix-wrapper{background:transparent;border-color:#8aa2c2}.tree-search-container .tree-search-box .ant-input-affix-wrapper:hover,.tree-search-container .tree-search-box .ant-input-affix-wrapper:focus{border-color:#a8c2e0;box-shadow:0 0 0 2px #a8c2e033;color:#1890ff!important}.tree-search-container .tree-search-box .ant-input-affix-wrapper .ant-input{color:#fff;background-color:transparent}.tree-search-container .tree-search-box .ant-input-affix-wrapper .ant-input::-moz-placeholder{color:#fff9}.tree-search-container .tree-search-box .ant-input-affix-wrapper .ant-input::placeholder{color:#fff9}.tree-search-container .tree-search-box .ant-input-affix-wrapper .ant-input-prefix,.tree-search-container .tree-search-box .ant-input-affix-wrapper .ant-input-suffix{color:#fffc}.tree-search-container .tree-search-box .ant-input-affix-wrapper .ant-input-clear-icon{color:#fff9}.tree-search-container .tree-search-box .ant-input-affix-wrapper .ant-input-clear-icon:hover{color:#fff}.tree-search-container .tree-search-box .ant-input-search-button{background:transparent;border-color:#8aa2c2}.tree-search-container .tree-search-box .ant-input-search-button:hover,.tree-search-container .tree-search-box .ant-input-search-button:focus{border-color:#a8c2e0;background:transparent;box-shadow:0 0 0 2px #a8c2e033;color:#1890ff!important}.tree-search-container .tree-search-content{flex:1;overflow:hidden;padding:8px}.tree-search-container .tree-search-content .tree-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#ffffffb3}.tree-search-container .tree-search-content .tree-empty .empty-icon{font-size:32px;margin-bottom:12px}.tree-search-container .tree-search-content .tree-empty .empty-text{font-size:14px}.tree-search-container .tree-search-content .tree-wrapper{height:300px}.tree-search-container .tree-search-content .tree-wrapper .ant-tree{background-color:transparent;color:#fff}.tree-search-container .tree-search-content .tree-wrapper .ant-tree .ant-tree-treenode{padding:4px 0}.tree-search-container .tree-search-content .tree-wrapper .ant-tree .ant-tree-treenode:hover .tree-node-title{background-color:#ffffff1a;border-radius:4px}.tree-search-container .tree-search-content .tree-wrapper .ant-tree .ant-tree-treenode.ant-tree-treenode-selected .tree-node-title{background-color:#fff3;border-radius:4px}.tree-search-container .tree-search-content .tree-wrapper .ant-tree .ant-tree-treenode.ant-tree-treenode-selected .tree-node-title.selected{font-weight:500}.tree-search-container .tree-search-content .tree-wrapper .ant-tree .ant-tree-list-holder-inner>.ant-tree-treenode{margin-bottom:2px}.tree-search-container .tree-search-content .tree-wrapper .ant-tree .ant-tree-list-holder-inner>.ant-tree-treenode .tree-node-title{padding:8px 12px;border-radius:6px;transition:all .2s}.tree-search-container .tree-search-content .tree-wrapper .ant-tree .ant-tree-treenode-switcher-open .ant-tree-treenode .tree-node-title,.tree-search-container .tree-search-content .tree-wrapper .ant-tree .ant-tree-treenode-switcher-close .ant-tree-treenode .tree-node-title{background-color:#3d5f79;padding:6px 12px 6px 24px;margin-left:24px;border-radius:4px}.tree-search-container .tree-search-content .tree-wrapper .ant-tree .ant-tree-treenode-switcher-open .ant-tree-treenode .ant-tree-treenode-leaf .tree-node-title,.tree-search-container .tree-search-content .tree-wrapper .ant-tree .ant-tree-treenode-switcher-close .ant-tree-treenode .ant-tree-treenode-leaf .tree-node-title{background-color:#3d5f79;padding:4px 12px 4px 48px;margin-left:24px;border-radius:4px}.tree-search-container .tree-search-content .tree-wrapper .ant-tree .ant-tree-treenode-switcher-open .ant-tree-treenode .ant-tree-treenode-leaf .tree-node-title.leaf-node,.tree-search-container .tree-search-content .tree-wrapper .ant-tree .ant-tree-treenode-switcher-close .ant-tree-treenode .ant-tree-treenode-leaf .tree-node-title.leaf-node{font-style:italic}.tree-search-container .tree-search-content .tree-wrapper .ant-tree .tree-node-title{display:flex;align-items:center;justify-content:space-between;transition:all .2s}.tree-search-container .tree-search-content .tree-wrapper .ant-tree .tree-node-title .node-text{flex:1;color:#fff;font-size:14px}.tree-search-container .tree-search-content .tree-wrapper .ant-tree .tree-node-title .selected-indicator{color:#52c41a;font-weight:700;margin-left:8px}.tree-search-container .tree-search-content .tree-wrapper .ant-tree .tree-node-title.selected{color:#fff;font-weight:500}.tree-search-container .tree-search-content .tree-wrapper .ant-tree .ant-tree-switcher{color:#fff9}.tree-search-container .tree-search-content .tree-wrapper .ant-tree .ant-tree-switcher:hover{color:#fff}.tree-search-container .tree-search-content .tree-wrapper .ant-tree .ant-tree-node-selected{background-color:transparent!important}.tree-search-container .tree-search-content .tree-wrapper .ant-tree .ant-tree-indent-unit:before{border-color:#fff3}.tree-wrapper::-webkit-scrollbar{width:6px}.tree-wrapper::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:3px}.tree-wrapper::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:3px}.tree-wrapper::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.4);color:#3d5f79}.ant-tree .ant-tree-treenode{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAO0AAAAXCAYAAADnRMjwAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAP8SURBVHic7ZyxjhxFEIa/qp7ZvfP5jA/Jlo0c4NQIAiekFu9AQMw7kGIHiIAHQYJn4A0gQAIHRGQ2Fraxz+fdm5nun6B7bs/ZER0j1aeT5qarurtqpJI2+gzgk+9+vbku5UvgruCGGUImKGAuk4QhAITMJOQtbjIQtDjIzAQSUo2Lc/slMxcmUYSZCSFZu09tvyEEGO1+lxmi1DsxVK9H85mFArKax/wsIK81v7Onxsv5eOth7m+3v+W2ns0kkwuXyGBe+7P2zeZcM4my68Hcz+oppvpd2n0mhLsgY3IVYxef+3dEzhRzmWjnZUzUbyqpUDB3USTzJHLGXCqWztWQsVL3l/mOorruNS97khfJXK0GZC7lkgQTriTzujZNYC7NazCRS5K7xDRhKckKKp5kSWKsa1465aR6XpHMO3mSxpH6niRPnRhHcpKs1DgD5CR5J3nuBQNeek1J8q6IATxJU5FS6ut7J02d5LkIIGVp7FZKWYItaVpp6KXUr8VmQ9cXDXmt1Nf+u6loWBV1077ghG4sOl3vqxuz+vWB4JjteKB+r2g1ZL0CVqdZ8A+H6U55wXPWB9e1t806PpzEX7B/bdTByaCXR7cFf3J4fEdPbw06erkRwAdPjvX7vQf66DF6+DXCTADeBvYbGZ/KuEkQBP87Hj56ZCAD8F7lCxHDGgRLwU36+LKLCILg4jjxkzgIFoVfdgFBEPw3YmiDYGHE0AbBwoihDYKFEUMbBAsjhjYIFkYMbRAsjBjaIFgYMbRBsDBiaINgYcTQBsHCiKENgoURQxsECyOGNggWhiOeXXYRQRBcHMf46bKLCILg4vjPX93/HvHbZRcSBMHFsPmf+9/+8pm73TXxYYs042KzEwJ4MyMCmItS2JkV4czeaH5mMZzthNVKaLuY00yG1TRIgULB1M4D3jmf2aLYbILu50yILnKuW7yZCZvV8KyX+Sz3Zij0c2e2+yhUi+LOclhz6jvuO0NiaTV5OttvzThpLuW5t/zuOkoCKHOPOeNdX6ohsZoOZyNirSmTPekspl0OZLyknTHRpWn+JlOrreV6kSbAUsstXY0VyVtebrVVo2I1GjLWPeadAHKRmMDnO5PkpdPIyGxOtLSzJs7neNdrGAY89WJsTwY895q6srsP8NJraDGoJsVqTYSxWwm2eHtPWUrdqsWK2AJs6a9cK2w2bIHUr5VyEWxI/Z42QJqKutWe4C07w+K+TjihW++LN9Cts97whm59Rf14IHhNP1zVa17R711VtS3C6kp9npy+J3jOenNd8DfHV48Ez9h7+772r40CeHkyCODg6FSHx3cE8PTWIB7D0e1qYfzjybFu3Hsg+LH+/fB5mU2MAP8CEBbji//jYCYAAAAASUVORK5CYII=)!important;background-size:cover!important;background-repeat:no-repeat!important}.ant-tree .ant-tree-treenode .tree-node-content.disabled-node{color:#fff}.ant-tree .ant-tree-treenode-leaf{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAO4AAAAYCAYAAAD9JcEmAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAGVSURBVHic7dw/T9tQFIbxc69v7MQGBwvxJwiGbpU6dW23LrRjh34RRqRKkZD6ZRjYqrKwMbIgMYIqFdGShqbBBhP72unQIrFQ2MyVnt96lnd51qPkn/XNL73SlmuVqKhW1hcAT4bntc4Tf+5sp/96ICKiRETWP+69+Plr8Cy7Ssd5XtzY2tbNzgRw12wQhp2ZMFxe6J3ubr05Uu/7+4snP76+HFwMh02PA/B/vcWl3kJ37kCPit8reXZ93fQgAA/LrtJxacs1XVXlUjohXMAFeV7cVKIi3fQQAI9na1vXyvqECziIcAEHES7gIMIFHES4gIMIF3AQ4QIOIlzAQYQLOIhwAQcRLuAgwgUcRLiAg7SemsJoQ8CAA4w2Wk9NoZVRo07Hbzc9CMDDoo4fKaNGOu52j5M4mQ38VqvpUQDuZ7TRyXwSJDPBNyUi8q7/eTXNiuej8aVXlZNJbaVqeiSAv7QRL2iHQRhFEgftw91Pb7+r2+OH/pF/2bqYt1mWVGrKe1bgifCmqoiD7tDEKt3eeJWLiPwBMi1zF05co5kAAAAASUVORK5CYII=)!important;background-size:cover!important;background-repeat:no-repeat!important}._wy_circle_zckpg_1{display:flex;height:32px;line-height:32px;margin-left:24px;align-items:center}._wy_circle_zckpg_1 ._circle5_zckpg_8{width:13px;height:13px;border-radius:50%;background-color:#00c465;margin-left:4px}._wy_circle_zckpg_1 ._circle6_zckpg_15{margin-left:4px;width:13px;height:13px;border-radius:50%;background-color:#00cfcb}._wy_circle_zckpg_1 ._circle7_zckpg_22{margin-left:4px;width:13px;height:13px;border-radius:50%;background-color:#9ac400}._wy_circle_zckpg_1 ._circle8_zckpg_29{margin-left:4px;width:13px;height:13px;border-radius:50%;background-color:#eba857}._wy_circle_zckpg_1 ._circle9_zckpg_36{margin-left:4px;width:13px;height:13px;border-radius:50%;background-color:#b86500}._wy_circle_zckpg_1 ._circle10_zckpg_43{margin-left:4px;width:13px;height:13px;border-radius:50%;background-color:#c40000}.screen-switch-container{display:flex;justify-content:center;align-items:center;gap:20px;padding:20px;background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-position:center}.screen-switch-tab{display:flex;align-items:center;justify-content:center;width:120px}.screen-switch-icon{width:28px;height:28px;transition:transform .3s ease}.screen-switch-tab.active .screen-switch-icon{transform:scale(1.1)}.screen-switch-label{font-size:18px;font-weight:500;text-align:center;transition:color .3s ease;margin-left:8px}.screen-switch-tab.active .screen-switch-label{color:#71deff;font-weight:600}#manual{position:absolute;bottom:5%;left:50%;transform:translate(-50%);opacity:.5}: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, .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, .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(to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,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:translate(-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:translate(-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-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.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__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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-inline-end: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--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{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:hover,.Toastify__close-button:focus{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:initial;transform-origin:right;border-bottom-left-radius:initial}.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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type="button"]),input:where([type="reset"]),input:where([type="submit"]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden="until-found"])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.\!fixed{position:fixed!important}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-20{margin-top:5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-row{display:table-row}.grid{display:grid}.hidden{display:none}.h-64{height:16rem}.h-80{height:20rem}.h-\[40px\]{height:40px}.w-full{width:100%}.min-w-full{min-width:100%}.shrink{flex-shrink:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-t{border-top-width:1px}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tracking-wider{letter-spacing:.05em}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.\!outline{outline-style:solid!important}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.sepia{--tw-sepia: sepia(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}*{-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-colorful__saturation-pointer{width:20px!important;height:20px!important;border-radius:0!important}.react-colorful__hue{height:20px!important;margin-top:.5rem;border-radius:0!important}.react-colorful__pointer .react-colorful__hue-pointer,.react-colorful__hue .react-colorful__hue-pointer{width:20px;height:20px;border-radius:0!important}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.ant-message{z-index:5000!important}.react-player video{max-height:740px}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-400:disabled{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}@media (min-width: 768px){.md\:col-span-2{grid-column:span 2 / span 2}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.ant-message{z-index:200000!important}.calcFormItem{margin-top:20px}.calcFormItem .ant-col{width:calc(100% - 80px)}.feedStep .ant-steps-item-tail:after{background-color:#ccc!important}.modelManagement #manual{position:fixed;bottom:120px;left:50%;transform:translate(-50%)}
