:root{--mx-menu-backgroud: #fff;--mx-menu-hover-backgroud: #f1f1f1;--mx-menu-active-backgroud: #dfdfdf;--mx-menu-open-backgroud: #f1f1f1;--mx-menu-open-hover-backgroud: #f1f1f1;--mx-menu-divider: #1e2f3e;--mx-menu-text: #2e2e2e;--mx-menu-hover-text: #2e2e2e;--mx-menu-active-text: #2e2e2e;--mx-menu-open-text: #2e2e2e;--mx-menu-open-hover-text: #2e2e2e;--mx-menu-disabled-text: #c9c8c8;--mx-menu-icon-size: 16px;--mx-menu-shadow-color: rgba(0, 0, 0, .1);--mx-menu-backgroud-radius: 2px;--mx-menu-shortcut-backgroud: #ebebeb;--mx-menu-shortcut-backgroud-hover: #ebebeb;--mx-menu-shortcut-backgroud-active: #ebebeb;--mx-menu-shortcut-backgroud-open: #ebebeb;--mx-menu-shortcut-backgroud-disabled: #fdfdfd;--mx-menu-shortcut-text: #424242;--mx-menu-shortcut-text-hover: #424242;--mx-menu-shortcut-text-active: #424242;--mx-menu-shortcut-text-open: #424242;--mx-menu-shortcut-text-disabled: #a5a5a5;--mx-menu-focus-color: #0085f1;--mx-menu-placeholder-width: 24px }.mx-context-menu{pointer-events:all;display:inline-block;overflow:visible;position:absolute;background-color:var(--mx-menu-backgroud);border-radius:var(--mx-menu-backgroud-radius);width:172px;box-shadow:0 10px 40px 10px var(--mx-menu-shadow-color);opacity:1;transition:opacity .2s ease-in-out;box-shadow:3px 3px 20px 1px #00000080;border-radius:2px}.mx-context-menu-items{position:relative;overflow:visible cu}.mx-context-menu-scroll{position:absolute;top:0;left:0;right:0;bottom:1px;pointer-events:none}.mx-context-menu-updown{pointer-events:all;position:absolute;left:0;right:0;height:15px;border-radius:10px;background-color:var(--mx-menu-backgroud);-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.mx-context-menu-updown:hover{background-color:var(--mx-menu-hover-backgroud)}.mx-context-menu-updown:active{background-color:var(--mx-menu-active-backgroud)}.mx-context-menu-updown.up{top:0}.mx-context-menu-updown.up .mx-right-arrow{transform:translate(-50%) rotate(270deg)}.mx-context-menu-updown.down{bottom:-1px}.mx-context-menu-updown.down .mx-right-arrow{transform:translate(-50%) rotate(90deg)}.mx-context-menu-updown .mx-right-arrow{display:inline-block;position:absolute;height:12px;left:50%;top:0;padding:0}.mx-context-menu-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative;padding:0 0 0 24px;height:36px;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:visible;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;font-size:14px;color:#c1d0db}.mx-context-menu-item .mx-checked-mark,.mx-context-menu-item .mx-right-arrow{fill:var(--mx-menu-text)}.mx-context-menu-item:hover{background-color:var(--mx-menu-hover-backgroud);color:var(--mx-menu-hover-text)}.mx-context-menu-item:hover .mx-checked-mark,.mx-context-menu-item:hover .mx-right-arrow{fill:var(--mx-menu-hover-text)}.mx-context-menu-item:hover .mx-shortcut{background-color:var(--mx-menu-shortcut-backgroud-hover);color:var(--mx-menu-shortcut-text-hover)}.mx-context-menu-item:active{background-color:var(--mx-menu-active-backgroud);color:var(--mx-menu-active-text)}.mx-context-menu-item:active .mx-checked-mark,.mx-context-menu-item:active .mx-right-arrow{fill:var(--mx-menu-active-text)}.mx-context-menu-item:active .mx-shortcut{background-color:var(--mx-menu-shortcut-backgroud-active);color:var(--mx-menu-shortcut-text-active)}.mx-context-menu-item.open{background-color:var(--mx-menu-open-backgroud);color:var(--mx-menu-open-text)}.mx-context-menu-item.open:hover{background-color:var(--mx-menu-open-hover-backgroud);color:var(--mx-menu-open-hover-text)}.mx-context-menu-item.open .mx-checked-mark,.mx-context-menu-item.open .mx-right-arrow{fill:var(--mx-menu-open-text)}.mx-context-menu-item.open .mx-shortcut{background-color:var(--mx-menu-shortcut-backgroud-open);color:var(--mx-menu-shortcut-text-open)}.mx-context-menu-item.keyboard-focus{background-color:var(--mx-menu-active-backgroud);outline:2px solid var(--mx-menu-focus-color)}.mx-context-menu-item.disabled{color:var(--mx-menu-disabled-text);cursor:not-allowed}.mx-context-menu-item.disabled:active,.mx-context-menu-item.disabled:hover{background-color:transparent}.mx-context-menu-item.disabled .mx-checked-mark,.mx-context-menu-item.disabled .mx-right-arrow{fill:var(--mx-menu-disabled-text)}.mx-context-menu-item.disabled .mx-shortcut{background-color:var(--mx-menu-shortcut-backgroud-disabled);color:var(--mx-menu-shortcut-text-second)}.mx-context-menu-item .mx-item-row{display:flex;flex-direction:row;align-items:center;max-width:100%}.mx-context-menu-item .mx-icon-placeholder{position:relative;display:flex;flex-direction:row;align-items:center;height:auto;overflow:hidden;display:none}.mx-context-menu-item .mx-icon-placeholder.preserve-width{width:var(--mx-menu-placeholder-width)}.mx-context-menu-item .icon{display:inline-block;font-size:var(--mx-menu-icon-size)}.mx-context-menu-item .icon.svg{width:var(--mx-menu-icon-size);height:var(--mx-menu-icon-size)}.mx-context-menu-item .label{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:16px}.mx-context-menu-item-wrapper{position:relative}.mx-context-menu-item-sperator{display:block;padding:5px 0;background-color:var(--mx-menu-backgroud)}.mx-context-menu-item-sperator:after{display:block;content:"";background-color:var(--mx-menu-divider);height:1px}.mx-right-arrow{width:14px;height:14px}.mx-checked-mark{width:var(--mx-menu-icon-size);height:var(--mx-menu-icon-size)}.mx-shortcut{position:relative;justify-self:flex-end;font-size:14px;padding:2px 4px;background-color:var(--mx-menu-shortcut-backgroud);color:var(--mx-menu-shortcut-text)}.mx-context-menu.dark,.mx-menu-bar.dark{--mx-menu-backgroud: #0a1926;--mx-menu-hover-backgroud: #07131d;--mx-menu-active-backgroud: #07131d;--mx-menu-open-backgroud: #636363;--mx-menu-open-hover-backgroud: #636363;--mx-menu-divider: #1e2f3e;--mx-menu-text: #c1d0db;--mx-menu-hover-text: #c1d0db;--mx-menu-active-text: #c1d0db;--mx-menu-open-text: #c1d0db;--mx-menu-open-hover-text: #c1d0db;--mx-menu-disabled-text: #9da9b3;--mx-menu-shadow-color: 3px 3px 20px 1px rgba(0, 0, 0, .2);--mx-menu-shortcut-backgroud: transparent;--mx-menu-shortcut-backgroud-hover: transparent;--mx-menu-shortcut-backgroud-active: transparent;--mx-menu-shortcut-backgroud-open: #9da9b3;--mx-menu-shortcut-backgroud-disabled: transparent;--mx-menu-shortcut-text: #c1d0db;--mx-menu-shortcut-text-hover: #c1d0db;--mx-menu-shortcut-text-active: #c1d0db;--mx-menu-shortcut-text-open: #c1d0db;--mx-menu-shortcut-text-disabled: transparent }.mx-context-menu.flat,.mx-menu-bar.flat{border-radius:0;padding:7px 0;box-shadow:0 1px 2px 1px var(--mx-menu-shadow-color)}.mx-context-menu.flat .mx-context-menu-item,.mx-menu-bar.flat .mx-context-menu-item{padding:3px 12px}.mx-menu-ghost-host{position:absolute;left:0;bottom:0;right:0;top:0;overflow:hidden;pointer-events:none}.mx-menu-ghost-host.fullscreen{position:fixed}.mx-menu-bar{flex:1;display:flex;flex-direction:row;align-items:center;background-color:var(--mx-menu-backgroud);padding:5px 0}.mx-menu-bar.mini{flex-grow:0}.mx-menu-bar .mx-menu-bar-content{display:flex;flex-direction:row;align-items:center}.mx-menu-bar .mx-menu-bar-item{padding:2px 8px;border-radius:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:var(--mx-menu-backgroud);color:var(--mx-menu-text)}.mx-menu-bar .mx-menu-bar-item:hover{background-color:var(--mx-menu-hover-backgroud);color:var(--mx-menu-hover-text)}.mx-menu-bar .mx-menu-bar-item:hover .mx-menu-bar-icon-menu{fill:var(--mx-menu-hover-text)}.mx-menu-bar .mx-menu-bar-item.active,.mx-menu-bar .mx-menu-bar-item:active{background-color:var(--mx-menu-active-backgroud);color:var(--mx-menu-active-text)}.mx-menu-bar .mx-menu-bar-item.active .mx-menu-bar-icon-menu,.mx-menu-bar .mx-menu-bar-item:active .mx-menu-bar-icon-menu{fill:var(--mx-menu-active-text)}.mx-menu-bar .mx-menu-bar-icon-menu{fill:var(--mx-menu-text);width:var(--mx-menu-icon-size);height:var(--mx-menu-icon-size)}.mx-menu-bar.flat .mx-menu-bar-item{border-radius:0}.cesiumBox{width:100%;height:100%}.mapModal[data-v-4ae9f3f4]{width:320px;display:flex;position:fixed;right:40px;z-index:30;pointer-events:none}.leftImg[data-v-4ae9f3f4]{width:40px;height:15px;pointer-events:auto}.rightTable[data-v-4ae9f3f4]{pointer-events:auto;width:320px;background:#07131d;border-radius:4px;padding:0 8px}.rightTable header[data-v-4ae9f3f4]{text-align:right;padding:5px}.rightTable header i[data-v-4ae9f3f4]{cursor:pointer;font-size:12px}.listBox[data-v-4ae9f3f4]{max-height:276px;overflow:auto}.listBox img[data-v-4ae9f3f4]{width:304px}.listBox li[data-v-4ae9f3f4]{padding:0 4px;display:flex;justify-content:space-between;margin-bottom:3px}.listBox li div[data-v-4ae9f3f4]{text-align:center;line-height:32px;width:155px;height:32px;background:rgba(48,64,78,.3);font-size:14px;color:#c1d0db;overflow:hidden;text-overflow:ellipsis}.listBox li div[data-v-4ae9f3f4]:nth-child(2){font-size:14px;color:#e6edf2;margin-left:3px}.listBox li:nth-child(2n-1) div[data-v-4ae9f3f4]{background:rgba(48,64,78,.5)}.listBox li:nth-child(2n-1) div[data-v-4ae9f3f4]:nth-child(2){font-size:14px;color:#e6edf2}.listBox[data-v-4ae9f3f4]::-webkit-scrollbar{width:4px!important}.listBox[data-v-4ae9f3f4]::-webkit-scrollbar-track{background-color:none}.listBox[data-v-4ae9f3f4]::-webkit-scrollbar-thumb{background-color:#9da9b3;border-radius:5px}.listBox[data-v-4ae9f3f4]::-webkit-scrollbar-thumb:hover{background-color:#555}.mapModal[data-v-1cc15835]{height:308px;width:360px;display:flex;position:fixed;bottom:40px;right:40px;z-index:30;pointer-events:none}.leftImg[data-v-1cc15835]{width:40px;height:15px;pointer-events:auto}.rightTable[data-v-1cc15835]{pointer-events:auto;width:320px;height:308px;background:#07131d;border-radius:4px}.rightTable header[data-v-1cc15835]{text-align:right;padding:5px}.rightTable header i[data-v-1cc15835]{cursor:pointer;font-size:12px}.listBox[data-v-1cc15835]{max-height:276px;overflow:auto}.listBox li[data-v-1cc15835]{padding:0 4px;display:flex;justify-content:space-between;margin-bottom:3px}.listBox li div[data-v-1cc15835]{text-align:center;line-height:32px;width:155px;height:32px;background:rgba(48,64,78,.3);font-size:14px;color:#c1d0db;overflow:hidden;text-overflow:ellipsis}.listBox li div[data-v-1cc15835]:nth-child(2){font-size:14px;color:#e6edf2;margin-left:3px}.listBox li:nth-child(2n-1) div[data-v-1cc15835]{background:rgba(48,64,78,.5)}.listBox li:nth-child(2n-1) div[data-v-1cc15835]:nth-child(2){font-size:14px;color:#e6edf2}.listBox[data-v-1cc15835]::-webkit-scrollbar{width:4px!important}.listBox[data-v-1cc15835]::-webkit-scrollbar-track{background-color:none}.listBox[data-v-1cc15835]::-webkit-scrollbar-thumb{background-color:#9da9b3;border-radius:5px}.listBox[data-v-1cc15835]::-webkit-scrollbar-thumb:hover{background-color:#555}.ant-pagination[data-v-36617be0]{justify-content:center!important;margin:32px 0 0}.ant-pagination-item-active[data-v-36617be0]{font-weight:500;background:transparent;border-color:#0f5eff}.ant-modal-header[data-v-36617be0],.ant-modal-body[data-v-36617be0]{background:#0a1926}.tooltipClass[data-v-36617be0]{width:343px!important;max-width:343px!important;overflow:hidden}body[data-v-36617be0]{height:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif}label[data-v-36617be0]{font-weight:700}html[data-v-36617be0]{height:100%;box-sizing:border-box}#app[data-v-36617be0]{height:100%}[data-v-36617be0],[data-v-36617be0]:before,[data-v-36617be0]:after{box-sizing:inherit}.no-padding[data-v-36617be0]{padding:0rem!important}.padding-content[data-v-36617be0]{padding:.25rem 0}a[data-v-36617be0]:focus,a[data-v-36617be0]:active{outline:none}a[data-v-36617be0],a[data-v-36617be0]:focus,a[data-v-36617be0]:hover{cursor:pointer;color:inherit;text-decoration:none}div[data-v-36617be0]:focus{outline:none}.fr[data-v-36617be0]{float:right}.fl[data-v-36617be0]{float:left}.pr-5[data-v-36617be0]{padding-right:.3125rem}.pl-5[data-v-36617be0]{padding-left:.3125rem}.block[data-v-36617be0]{display:block}.pointer[data-v-36617be0]{cursor:pointer}.inlineBlock[data-v-36617be0]{display:block}.clearfix[data-v-36617be0]:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}input[data-v-36617be0]::-webkit-outer-spin-button,input[data-v-36617be0]::-webkit-inner-spin-button{-webkit-appearance:none!important}[data-v-36617be0]::-webkit-scrollbar{width:0}.element[data-v-36617be0]{-ms-overflow-style:none}.element[data-v-36617be0]{overflow:-moz-scrollbars-none}.ant-select-selector[data-v-36617be0]{border:.0625rem solid #1e2f3e!important;background:#07131d!important}.ant-select-selector[data-v-36617be0]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3!important;box-shadow:none!important}.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector[data-v-36617be0]{border:1px solid #0f5eff!important;box-shadow:none!important}.ant-input-number[data-v-36617be0]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input-number[data-v-36617be0]:hover{border-color:#9da9b3;box-shadow:none!important;border-right-width:1px solid #9da9b3}.ant-input-number[data-v-36617be0]:focus,.ant-input-number-focused[data-v-36617be0]{border-color:#0f5eff!important;box-shadow:none!important;border-right-width:1px solid #0f5eff!important}.ant-input-number[data-v-36617be0]:focus{border-color:#0f5eff!important;box-shadow:none!important;border-right-width:1px solid #0f5eff!important}.ant-input[data-v-36617be0]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input[data-v-36617be0]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3!important}.ant-input[data-v-36617be0]:focus{background:#07131d!important;opacity:1!important;border:1px solid #0f5eff!important;box-shadow:none!important}.ant-picker[data-v-36617be0]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3}.ant-picker-focused[data-v-36617be0]{border:1px solid #0f5eff!important;box-shadow:none!important;outline:0}.ant-input-affix-wrapper[data-v-36617be0]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input-affix-wrapper[data-v-36617be0]:focus,.ant-input-affix-wrapper-focused[data-v-36617be0]{border:1px solid #0f5eff!important;box-shadow:none!important;border-right-width:1px!important;outline:0}.ant-input-affix-wrapper-focused[data-v-36617be0],.ant-input-affix-wrapper[data-v-36617be0]:focus{border:1px solid #0f5eff!important}.ant-input-affix-wrapper[data-v-36617be0]:hover{border:1px solid #9da9b3!important}.ant-input-affix-wrapper[data-v-36617be0]:focus{border:1px solid #0f5eff!important}.btn-onlyRead[data-v-36617be0]{pointer-events:none}.HighlightText[data-v-36617be0]{color:#e6edf2!important}.mainText[data-v-36617be0]{color:#c1d0db!important}.secondaryText[data-v-36617be0]{color:#9da9b3!important}.customScrolling-y[data-v-36617be0]::-webkit-scrollbar{overflow-y:auto;width:5px;background:#1e2f3e!important;border-radius:5px;opacity:1}.customScrolling-y[data-v-36617be0]::-webkit-scrollbar-thumb{border-radius:5px;background:#1e2f3e!important}.customScrolling-y[data-v-36617be0]::-webkit-scrollbar-track{-webkit-box-shadow:0;border-radius:0;background:#0a1926!important}.ant-table-body[data-v-36617be0]{width:101%;padding:0 10px 0 0}.ant-table-container table>thead>tr:first-child th[data-v-36617be0]:last-child{width:101%;padding:0 10px 0 0;border:0}.ant-table-body[data-v-36617be0]::-webkit-scrollbar{width:6px!important;height:6px!important;margin-left:5px}.ant-table-body[data-v-36617be0]::-webkit-scrollbar-track{background-color:none;margin-left:5px}.ant-table-body[data-v-36617be0]::-webkit-scrollbar-thumb{background-color:#1e2f3e;border-radius:5px;margin-left:5px}.ant-table-body[data-v-36617be0]::-webkit-scrollbar-thumb:hover{background-color:#1e2f3e;margin-left:5px}.ant-table-body[data-v-36617be0]::-webkit-scrollbar-corner{background-color:#0a1926;margin-left:5px}.ant-table-cell-scrollbar[data-v-36617be0]{box-shadow:0 0}.isrs_upload .ant-upload-list[data-v-36617be0]{display:none}.user_popover[data-v-36617be0]{position:fixed}.ant-popover-inner-content[data-v-36617be0]{background:#0a1926}.ant-popover-inner-content .user_name[data-v-36617be0]{width:88px;height:100%;cursor:default;margin-bottom:9px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.ant-popover-inner-content .user_name_border[data-v-36617be0]{position:absolute;width:calc(100% + 24px);height:1px;background:#1e2f3e;left:0}.success-class[data-v-36617be0]{display:flex;justify-content:center;align-items:center}.success-class .ant-message-notice-content[data-v-36617be0]{width:120px;height:40px;background:#002d1b;border-radius:2px;border:1px solid #11ba77;display:flex;justify-content:center;align-items:center}.success-class .ant-message-notice-content .anticon[data-v-36617be0]{color:#11ba77}.error-class[data-v-36617be0]{display:flex;justify-content:center;align-items:center}.error-class .ant-message-notice-content[data-v-36617be0]{width:120px;height:40px;background:#400100;border-radius:2px;border:1px solid #e65552;display:flex;justify-content:center;align-items:center}.error-class .ant-message-notice-content .anticon[data-v-36617be0]{color:#e65552}.omitInTheMiddle[data-v-36617be0]{position:relative;line-height:2;height:2em;padding:0 10px;overflow:hidden;margin:5px 0}.omitInTheMiddle .title[data-v-36617be0]{display:block;position:relative;background:inherit;text-align:justify;height:2em;overflow:hidden;top:-4em}.omitInTheMiddle .txt[data-v-36617be0]{display:block;max-height:4em}.omitInTheMiddle .title[data-v-36617be0]:before{content:attr(title);width:50%;float:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.ellipsisInTheMiddleOfTheText[data-v-36617be0]{position:relative;line-height:2;height:2em;overflow:hidden;background:#0a1926;margin:5px 0;width:auto}.ellipsisInTheMiddleOfTheText .txt[data-v-36617be0]{display:block;max-height:4em}.ellipsisInTheMiddleOfTheText .title[data-v-36617be0]{display:block;position:relative;background:inherit;text-align:justify;height:2em;overflow:hidden;top:-4em}.ellipsisInTheMiddleOfTheText .title[data-v-36617be0]:before{content:attr(title);width:50%;float:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.upload_class .ant-dropdown-content[data-v-36617be0]{width:148px}.upload_class .ant-dropdown-content ul[data-v-36617be0]{background-color:#07131d}.toolLayer[data-v-36617be0]{width:360px;height:336px;background:#0a1926;box-shadow:3px 3px 10px 1px #0003;border-radius:2px;opacity:1;position:absolute;right:45px;top:30px;margin:10px 10px 7px;padding:12px}.toolRightLayerdem[data-v-36617be0]{border-bottom:.0625rem solid #1e2c38;padding:.3125rem;width:100%;display:flex;align-items:center}.toolRightLayerdem .bottomRightName[data-v-36617be0]{width:233px;word-break:break-all;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;cursor:pointer;overflow:hidden}.toolRightLayerdem .bottomRightName>span[data-v-36617be0]:nth-child(1){margin-right:.375rem}.toolRightLayerdem .bottomRightTypeName[data-v-36617be0]{width:140px;display:flex;align-items:center;cursor:pointer;margin-left:.3125rem}.toolRightLayerdem .bottomRightTypeName>div[data-v-36617be0]:nth-child(1){margin-right:.65rem}.toolRightLayerdem .icon-icon_layer_dom[data-v-36617be0],.toolRightLayerdem .icon-icon_layer_dem[data-v-36617be0],.toolRightLayerdem .icon-icon_layer_text[data-v-36617be0]{font-size:1rem;width:1rem!important;height:1rem!important}[data-v-36617be0] .ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper{display:flex;justify-content:inherit;align-content:center}[data-v-36617be0] .ant-tree-switcher,[data-v-36617be0] .ant-tree-switcher-noop{display:none}[data-v-36617be0] .ant-tree-title{flex:1;display:flex;justify-content:space-between}.draggableTree[data-v-36617be0]{width:100%!important;display:flex;justify-content:space-between}.draggableTree .draggableTreeTitle[data-v-36617be0]{width:141px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.draggableTree .openx[data-v-36617be0]{width:60px;display:flex;justify-content:space-between;align-items:center;padding:0 6px}.footerBtn[data-v-36617be0]{margin:10px 0;display:flex;justify-content:space-evenly;position:absolute;bottom:20px;width:calc(100% - 24px)}.footerBtn[data-v-36617be0] .ant-btn{width:120px}.footerBtn div[data-v-36617be0]{cursor:pointer;width:120px;height:32px;text-align:center;line-height:32px;border:1px solid #0f5eff;border-radius:2px;background:rgba(15,94,255,.3)}.footerBtn div[data-v-36617be0]:hover{transition:transform .3s;box-shadow:0 0 1px 1px #3677fb}.footerBtn div[data-v-36617be0]:nth-child(2){background:#0f5eff;border-radius:2px;opacity:1;border:0px}[data-v-36617be0] .saveSceneModal .ant-modal-header{border:0}[data-v-36617be0] .saveSceneModal .sceneModalContent{display:flex;align-items:center;margin-bottom:40px}[data-v-36617be0] .saveSceneModal .sceneModalContent span{margin-right:10px;white-space:nowrap}[data-v-36617be0] .saveSceneModal .saveSceneBtn{display:flex;justify-content:right}[data-v-36617be0] .saveSceneModal .saveSceneBtn .defaultBtn{margin-left:20px}[data-v-36617be0] .draggable-tree{max-height:160px;overflow-y:auto}[data-v-36617be0] .icon-icon_tool_tiji:before{font-size:16px;color:#c1d0db}[data-v-36617be0] .ant-btn{border:1px solid #1e2f3e}[data-v-36617be0] .ant-btn-primary{color:#e6edf2;border-color:#0f5eff;background:#0f5eff}.ant-pagination[data-v-638f3bad]{justify-content:center!important;margin:32px 0 0}.ant-pagination-item-active[data-v-638f3bad]{font-weight:500;background:transparent;border-color:#0f5eff}.ant-modal-header[data-v-638f3bad],.ant-modal-body[data-v-638f3bad]{background:#0a1926}.tooltipClass[data-v-638f3bad]{width:343px!important;max-width:343px!important;overflow:hidden}body[data-v-638f3bad]{height:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif}label[data-v-638f3bad]{font-weight:700}html[data-v-638f3bad]{height:100%;box-sizing:border-box}#app[data-v-638f3bad]{height:100%}[data-v-638f3bad],[data-v-638f3bad]:before,[data-v-638f3bad]:after{box-sizing:inherit}.no-padding[data-v-638f3bad]{padding:0rem!important}.padding-content[data-v-638f3bad]{padding:.25rem 0}a[data-v-638f3bad]:focus,a[data-v-638f3bad]:active{outline:none}a[data-v-638f3bad],a[data-v-638f3bad]:focus,a[data-v-638f3bad]:hover{cursor:pointer;color:inherit;text-decoration:none}div[data-v-638f3bad]:focus{outline:none}.fr[data-v-638f3bad]{float:right}.fl[data-v-638f3bad]{float:left}.pr-5[data-v-638f3bad]{padding-right:.3125rem}.pl-5[data-v-638f3bad]{padding-left:.3125rem}.block[data-v-638f3bad]{display:block}.pointer[data-v-638f3bad]{cursor:pointer}.inlineBlock[data-v-638f3bad]{display:block}.clearfix[data-v-638f3bad]:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}input[data-v-638f3bad]::-webkit-outer-spin-button,input[data-v-638f3bad]::-webkit-inner-spin-button{-webkit-appearance:none!important}[data-v-638f3bad]::-webkit-scrollbar{width:0}.element[data-v-638f3bad]{-ms-overflow-style:none}.element[data-v-638f3bad]{overflow:-moz-scrollbars-none}.ant-select-selector[data-v-638f3bad]{border:.0625rem solid #1e2f3e!important;background:#07131d!important}.ant-select-selector[data-v-638f3bad]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3!important;box-shadow:none!important}.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector[data-v-638f3bad]{border:1px solid #0f5eff!important;box-shadow:none!important}.ant-input-number[data-v-638f3bad]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input-number[data-v-638f3bad]:hover{border-color:#9da9b3;box-shadow:none!important;border-right-width:1px solid #9da9b3}.ant-input-number[data-v-638f3bad]:focus,.ant-input-number-focused[data-v-638f3bad]{border-color:#0f5eff!important;box-shadow:none!important;border-right-width:1px solid #0f5eff!important}.ant-input-number[data-v-638f3bad]:focus{border-color:#0f5eff!important;box-shadow:none!important;border-right-width:1px solid #0f5eff!important}.ant-input[data-v-638f3bad]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input[data-v-638f3bad]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3!important}.ant-input[data-v-638f3bad]:focus{background:#07131d!important;opacity:1!important;border:1px solid #0f5eff!important;box-shadow:none!important}.ant-picker[data-v-638f3bad]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3}.ant-picker-focused[data-v-638f3bad]{border:1px solid #0f5eff!important;box-shadow:none!important;outline:0}.ant-input-affix-wrapper[data-v-638f3bad]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input-affix-wrapper[data-v-638f3bad]:focus,.ant-input-affix-wrapper-focused[data-v-638f3bad]{border:1px solid #0f5eff!important;box-shadow:none!important;border-right-width:1px!important;outline:0}.ant-input-affix-wrapper-focused[data-v-638f3bad],.ant-input-affix-wrapper[data-v-638f3bad]:focus{border:1px solid #0f5eff!important}.ant-input-affix-wrapper[data-v-638f3bad]:hover{border:1px solid #9da9b3!important}.ant-input-affix-wrapper[data-v-638f3bad]:focus{border:1px solid #0f5eff!important}.btn-onlyRead[data-v-638f3bad]{pointer-events:none}.HighlightText[data-v-638f3bad]{color:#e6edf2!important}.mainText[data-v-638f3bad]{color:#c1d0db!important}.secondaryText[data-v-638f3bad]{color:#9da9b3!important}.customScrolling-y[data-v-638f3bad]::-webkit-scrollbar{overflow-y:auto;width:5px;background:#1e2f3e!important;border-radius:5px;opacity:1}.customScrolling-y[data-v-638f3bad]::-webkit-scrollbar-thumb{border-radius:5px;background:#1e2f3e!important}.customScrolling-y[data-v-638f3bad]::-webkit-scrollbar-track{-webkit-box-shadow:0;border-radius:0;background:#0a1926!important}.ant-table-body[data-v-638f3bad]{width:101%;padding:0 10px 0 0}.ant-table-container table>thead>tr:first-child th[data-v-638f3bad]:last-child{width:101%;padding:0 10px 0 0;border:0}.ant-table-body[data-v-638f3bad]::-webkit-scrollbar{width:6px!important;height:6px!important;margin-left:5px}.ant-table-body[data-v-638f3bad]::-webkit-scrollbar-track{background-color:none;margin-left:5px}.ant-table-body[data-v-638f3bad]::-webkit-scrollbar-thumb{background-color:#1e2f3e;border-radius:5px;margin-left:5px}.ant-table-body[data-v-638f3bad]::-webkit-scrollbar-thumb:hover{background-color:#1e2f3e;margin-left:5px}.ant-table-body[data-v-638f3bad]::-webkit-scrollbar-corner{background-color:#0a1926;margin-left:5px}.ant-table-cell-scrollbar[data-v-638f3bad]{box-shadow:0 0}.isrs_upload .ant-upload-list[data-v-638f3bad]{display:none}.user_popover[data-v-638f3bad]{position:fixed}.ant-popover-inner-content[data-v-638f3bad]{background:#0a1926}.ant-popover-inner-content .user_name[data-v-638f3bad]{width:88px;height:100%;cursor:default;margin-bottom:9px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.ant-popover-inner-content .user_name_border[data-v-638f3bad]{position:absolute;width:calc(100% + 24px);height:1px;background:#1e2f3e;left:0}.success-class[data-v-638f3bad]{display:flex;justify-content:center;align-items:center}.success-class .ant-message-notice-content[data-v-638f3bad]{width:120px;height:40px;background:#002d1b;border-radius:2px;border:1px solid #11ba77;display:flex;justify-content:center;align-items:center}.success-class .ant-message-notice-content .anticon[data-v-638f3bad]{color:#11ba77}.error-class[data-v-638f3bad]{display:flex;justify-content:center;align-items:center}.error-class .ant-message-notice-content[data-v-638f3bad]{width:120px;height:40px;background:#400100;border-radius:2px;border:1px solid #e65552;display:flex;justify-content:center;align-items:center}.error-class .ant-message-notice-content .anticon[data-v-638f3bad]{color:#e65552}.omitInTheMiddle[data-v-638f3bad]{position:relative;line-height:2;height:2em;padding:0 10px;overflow:hidden;margin:5px 0}.omitInTheMiddle .title[data-v-638f3bad]{display:block;position:relative;background:inherit;text-align:justify;height:2em;overflow:hidden;top:-4em}.omitInTheMiddle .txt[data-v-638f3bad]{display:block;max-height:4em}.omitInTheMiddle .title[data-v-638f3bad]:before{content:attr(title);width:50%;float:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.ellipsisInTheMiddleOfTheText[data-v-638f3bad]{position:relative;line-height:2;height:2em;overflow:hidden;background:#0a1926;margin:5px 0;width:auto}.ellipsisInTheMiddleOfTheText .txt[data-v-638f3bad]{display:block;max-height:4em}.ellipsisInTheMiddleOfTheText .title[data-v-638f3bad]{display:block;position:relative;background:inherit;text-align:justify;height:2em;overflow:hidden;top:-4em}.ellipsisInTheMiddleOfTheText .title[data-v-638f3bad]:before{content:attr(title);width:50%;float:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.upload_class .ant-dropdown-content[data-v-638f3bad]{width:148px}.upload_class .ant-dropdown-content ul[data-v-638f3bad]{background-color:#07131d}.toolMeasure[data-v-638f3bad]{box-shadow:3px 3px 10px 1px #0003;position:absolute;right:45px;top:70px;list-style:none;width:128px;background:#0a1926;box-shadow:3px 3px 20px 1px #0003;border-radius:2px;opacity:1;padding:0;margin:0}.toolMeasure>li[data-v-638f3bad]{width:128px;height:36px;border-radius:0;padding:9px 16px;opacity:1;display:flex;align-items:center;font-size:14px;cursor:pointer}.toolMeasure>li .icon[data-v-638f3bad]:before{font-size:18px;margin-right:12px}.active[data-v-638f3bad]{background:#0f5eff}.active[data-v-638f3bad] *:before{color:#e6edf2}.ant-pagination[data-v-3e5fb934]{justify-content:center!important;margin:32px 0 0}.ant-pagination-item-active[data-v-3e5fb934]{font-weight:500;background:transparent;border-color:#0f5eff}.ant-modal-header[data-v-3e5fb934],.ant-modal-body[data-v-3e5fb934]{background:#0a1926}.tooltipClass[data-v-3e5fb934]{width:343px!important;max-width:343px!important;overflow:hidden}body[data-v-3e5fb934]{height:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif}label[data-v-3e5fb934]{font-weight:700}html[data-v-3e5fb934]{height:100%;box-sizing:border-box}#app[data-v-3e5fb934]{height:100%}[data-v-3e5fb934],[data-v-3e5fb934]:before,[data-v-3e5fb934]:after{box-sizing:inherit}.no-padding[data-v-3e5fb934]{padding:0rem!important}.padding-content[data-v-3e5fb934]{padding:.25rem 0}a[data-v-3e5fb934]:focus,a[data-v-3e5fb934]:active{outline:none}a[data-v-3e5fb934],a[data-v-3e5fb934]:focus,a[data-v-3e5fb934]:hover{cursor:pointer;color:inherit;text-decoration:none}div[data-v-3e5fb934]:focus{outline:none}.fr[data-v-3e5fb934]{float:right}.fl[data-v-3e5fb934]{float:left}.pr-5[data-v-3e5fb934]{padding-right:.3125rem}.pl-5[data-v-3e5fb934]{padding-left:.3125rem}.block[data-v-3e5fb934]{display:block}.pointer[data-v-3e5fb934]{cursor:pointer}.inlineBlock[data-v-3e5fb934]{display:block}.clearfix[data-v-3e5fb934]:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}input[data-v-3e5fb934]::-webkit-outer-spin-button,input[data-v-3e5fb934]::-webkit-inner-spin-button{-webkit-appearance:none!important}[data-v-3e5fb934]::-webkit-scrollbar{width:0}.element[data-v-3e5fb934]{-ms-overflow-style:none}.element[data-v-3e5fb934]{overflow:-moz-scrollbars-none}.ant-select-selector[data-v-3e5fb934]{border:.0625rem solid #1e2f3e!important;background:#07131d!important}.ant-select-selector[data-v-3e5fb934]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3!important;box-shadow:none!important}.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector[data-v-3e5fb934]{border:1px solid #0f5eff!important;box-shadow:none!important}.ant-input-number[data-v-3e5fb934]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input-number[data-v-3e5fb934]:hover{border-color:#9da9b3;box-shadow:none!important;border-right-width:1px solid #9da9b3}.ant-input-number[data-v-3e5fb934]:focus,.ant-input-number-focused[data-v-3e5fb934]{border-color:#0f5eff!important;box-shadow:none!important;border-right-width:1px solid #0f5eff!important}.ant-input-number[data-v-3e5fb934]:focus{border-color:#0f5eff!important;box-shadow:none!important;border-right-width:1px solid #0f5eff!important}.ant-input[data-v-3e5fb934]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input[data-v-3e5fb934]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3!important}.ant-input[data-v-3e5fb934]:focus{background:#07131d!important;opacity:1!important;border:1px solid #0f5eff!important;box-shadow:none!important}.ant-picker[data-v-3e5fb934]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3}.ant-picker-focused[data-v-3e5fb934]{border:1px solid #0f5eff!important;box-shadow:none!important;outline:0}.ant-input-affix-wrapper[data-v-3e5fb934]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input-affix-wrapper[data-v-3e5fb934]:focus,.ant-input-affix-wrapper-focused[data-v-3e5fb934]{border:1px solid #0f5eff!important;box-shadow:none!important;border-right-width:1px!important;outline:0}.ant-input-affix-wrapper-focused[data-v-3e5fb934],.ant-input-affix-wrapper[data-v-3e5fb934]:focus{border:1px solid #0f5eff!important}.ant-input-affix-wrapper[data-v-3e5fb934]:hover{border:1px solid #9da9b3!important}.ant-input-affix-wrapper[data-v-3e5fb934]:focus{border:1px solid #0f5eff!important}.btn-onlyRead[data-v-3e5fb934]{pointer-events:none}.HighlightText[data-v-3e5fb934]{color:#e6edf2!important}.mainText[data-v-3e5fb934]{color:#c1d0db!important}.secondaryText[data-v-3e5fb934]{color:#9da9b3!important}.customScrolling-y[data-v-3e5fb934]::-webkit-scrollbar{overflow-y:auto;width:5px;background:#1e2f3e!important;border-radius:5px;opacity:1}.customScrolling-y[data-v-3e5fb934]::-webkit-scrollbar-thumb{border-radius:5px;background:#1e2f3e!important}.customScrolling-y[data-v-3e5fb934]::-webkit-scrollbar-track{-webkit-box-shadow:0;border-radius:0;background:#0a1926!important}.ant-table-body[data-v-3e5fb934]{width:101%;padding:0 10px 0 0}.ant-table-container table>thead>tr:first-child th[data-v-3e5fb934]:last-child{width:101%;padding:0 10px 0 0;border:0}.ant-table-body[data-v-3e5fb934]::-webkit-scrollbar{width:6px!important;height:6px!important;margin-left:5px}.ant-table-body[data-v-3e5fb934]::-webkit-scrollbar-track{background-color:none;margin-left:5px}.ant-table-body[data-v-3e5fb934]::-webkit-scrollbar-thumb{background-color:#1e2f3e;border-radius:5px;margin-left:5px}.ant-table-body[data-v-3e5fb934]::-webkit-scrollbar-thumb:hover{background-color:#1e2f3e;margin-left:5px}.ant-table-body[data-v-3e5fb934]::-webkit-scrollbar-corner{background-color:#0a1926;margin-left:5px}.ant-table-cell-scrollbar[data-v-3e5fb934]{box-shadow:0 0}.isrs_upload .ant-upload-list[data-v-3e5fb934]{display:none}.user_popover[data-v-3e5fb934]{position:fixed}.ant-popover-inner-content[data-v-3e5fb934]{background:#0a1926}.ant-popover-inner-content .user_name[data-v-3e5fb934]{width:88px;height:100%;cursor:default;margin-bottom:9px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.ant-popover-inner-content .user_name_border[data-v-3e5fb934]{position:absolute;width:calc(100% + 24px);height:1px;background:#1e2f3e;left:0}.success-class[data-v-3e5fb934]{display:flex;justify-content:center;align-items:center}.success-class .ant-message-notice-content[data-v-3e5fb934]{width:120px;height:40px;background:#002d1b;border-radius:2px;border:1px solid #11ba77;display:flex;justify-content:center;align-items:center}.success-class .ant-message-notice-content .anticon[data-v-3e5fb934]{color:#11ba77}.error-class[data-v-3e5fb934]{display:flex;justify-content:center;align-items:center}.error-class .ant-message-notice-content[data-v-3e5fb934]{width:120px;height:40px;background:#400100;border-radius:2px;border:1px solid #e65552;display:flex;justify-content:center;align-items:center}.error-class .ant-message-notice-content .anticon[data-v-3e5fb934]{color:#e65552}.omitInTheMiddle[data-v-3e5fb934]{position:relative;line-height:2;height:2em;padding:0 10px;overflow:hidden;margin:5px 0}.omitInTheMiddle .title[data-v-3e5fb934]{display:block;position:relative;background:inherit;text-align:justify;height:2em;overflow:hidden;top:-4em}.omitInTheMiddle .txt[data-v-3e5fb934]{display:block;max-height:4em}.omitInTheMiddle .title[data-v-3e5fb934]:before{content:attr(title);width:50%;float:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.ellipsisInTheMiddleOfTheText[data-v-3e5fb934]{position:relative;line-height:2;height:2em;overflow:hidden;background:#0a1926;margin:5px 0;width:auto}.ellipsisInTheMiddleOfTheText .txt[data-v-3e5fb934]{display:block;max-height:4em}.ellipsisInTheMiddleOfTheText .title[data-v-3e5fb934]{display:block;position:relative;background:inherit;text-align:justify;height:2em;overflow:hidden;top:-4em}.ellipsisInTheMiddleOfTheText .title[data-v-3e5fb934]:before{content:attr(title);width:50%;float:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.upload_class .ant-dropdown-content[data-v-3e5fb934]{width:148px}.upload_class .ant-dropdown-content ul[data-v-3e5fb934]{background-color:#07131d}.toolView[data-v-3e5fb934]{width:201px;height:57px;background:#0a1926;box-shadow:3px 3px 10px 1px #0003;border-radius:2px;opacity:1;position:absolute;right:45px;top:110px;display:flex;margin:10px 10px 7px}.toolView>div[data-v-3e5fb934]{width:40px;height:100%;display:flex;flex-flow:column;justify-content:center;align-items:center;cursor:pointer}.toolView>div img[data-v-3e5fb934]{width:24px;height:24px}.timeline[data-v-76e53d94]{width:100%!important;height:100%;overflow:auto;position:relative}.timeline .timeline-item[data-v-76e53d94]{position:relative;padding:10px 12px;display:flex;align-items:center;border-radius:4px}.timeline .timeline-dot[data-v-76e53d94]{position:absolute;left:15px;width:8px;height:8px;background-color:#0a1926;border:1px solid #9da9b3;border-radius:50%;z-index:2}.timeline .timeline-dot-active[data-v-76e53d94]{background-color:#0f5eff;border:1px solid #0f5eff}.timeline .timeline-content[data-v-76e53d94]{width:100%;display:flex;justify-content:space-between;border-radius:5px;padding-left:32px}.timeline .timeline-line[data-v-76e53d94]{position:absolute;left:18px;top:14px;width:2px;height:40px;background-color:#1e2f3e;z-index:1}.timeline .time[data-v-76e53d94]{font-size:12px;color:#c1d0db}.timeline .time span[data-v-76e53d94]{padding:2px 4px;background:#0f5eff;border-radius:2px;font-size:12px;color:#e6edf2}.timeline .file[data-v-76e53d94]{font-size:12px;color:#c1d0db}.timeline-box .timeline-item[data-v-76e53d94]:hover{background:rgba(30,47,62,.2);cursor:pointer}.timeline-box .timeline-item-active[data-v-76e53d94]{background:rgba(15,94,255,.2)!important}.ant-pagination[data-v-223dffdc]{justify-content:center!important;margin:32px 0 0}.ant-pagination-item-active[data-v-223dffdc]{font-weight:500;background:transparent;border-color:#0f5eff}.ant-modal-header[data-v-223dffdc],.ant-modal-body[data-v-223dffdc]{background:#0a1926}.tooltipClass[data-v-223dffdc]{width:343px!important;max-width:343px!important;overflow:hidden}body[data-v-223dffdc]{height:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif}label[data-v-223dffdc]{font-weight:700}html[data-v-223dffdc]{height:100%;box-sizing:border-box}#app[data-v-223dffdc]{height:100%}[data-v-223dffdc],[data-v-223dffdc]:before,[data-v-223dffdc]:after{box-sizing:inherit}.no-padding[data-v-223dffdc]{padding:0rem!important}.padding-content[data-v-223dffdc]{padding:.25rem 0}a[data-v-223dffdc]:focus,a[data-v-223dffdc]:active{outline:none}a[data-v-223dffdc],a[data-v-223dffdc]:focus,a[data-v-223dffdc]:hover{cursor:pointer;color:inherit;text-decoration:none}div[data-v-223dffdc]:focus{outline:none}.fr[data-v-223dffdc]{float:right}.fl[data-v-223dffdc]{float:left}.pr-5[data-v-223dffdc]{padding-right:.3125rem}.pl-5[data-v-223dffdc]{padding-left:.3125rem}.block[data-v-223dffdc]{display:block}.pointer[data-v-223dffdc]{cursor:pointer}.inlineBlock[data-v-223dffdc]{display:block}.clearfix[data-v-223dffdc]:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}input[data-v-223dffdc]::-webkit-outer-spin-button,input[data-v-223dffdc]::-webkit-inner-spin-button{-webkit-appearance:none!important}[data-v-223dffdc]::-webkit-scrollbar{width:0}.element[data-v-223dffdc]{-ms-overflow-style:none}.element[data-v-223dffdc]{overflow:-moz-scrollbars-none}.ant-select-selector[data-v-223dffdc]{border:.0625rem solid #1e2f3e!important;background:#07131d!important}.ant-select-selector[data-v-223dffdc]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3!important;box-shadow:none!important}.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector[data-v-223dffdc]{border:1px solid #0f5eff!important;box-shadow:none!important}.ant-input-number[data-v-223dffdc]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input-number[data-v-223dffdc]:hover{border-color:#9da9b3;box-shadow:none!important;border-right-width:1px solid #9da9b3}.ant-input-number[data-v-223dffdc]:focus,.ant-input-number-focused[data-v-223dffdc]{border-color:#0f5eff!important;box-shadow:none!important;border-right-width:1px solid #0f5eff!important}.ant-input-number[data-v-223dffdc]:focus{border-color:#0f5eff!important;box-shadow:none!important;border-right-width:1px solid #0f5eff!important}.ant-input[data-v-223dffdc]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input[data-v-223dffdc]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3!important}.ant-input[data-v-223dffdc]:focus{background:#07131d!important;opacity:1!important;border:1px solid #0f5eff!important;box-shadow:none!important}.ant-picker[data-v-223dffdc]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3}.ant-picker-focused[data-v-223dffdc]{border:1px solid #0f5eff!important;box-shadow:none!important;outline:0}.ant-input-affix-wrapper[data-v-223dffdc]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input-affix-wrapper[data-v-223dffdc]:focus,.ant-input-affix-wrapper-focused[data-v-223dffdc]{border:1px solid #0f5eff!important;box-shadow:none!important;border-right-width:1px!important;outline:0}.ant-input-affix-wrapper-focused[data-v-223dffdc],.ant-input-affix-wrapper[data-v-223dffdc]:focus{border:1px solid #0f5eff!important}.ant-input-affix-wrapper[data-v-223dffdc]:hover{border:1px solid #9da9b3!important}.ant-input-affix-wrapper[data-v-223dffdc]:focus{border:1px solid #0f5eff!important}.btn-onlyRead[data-v-223dffdc]{pointer-events:none}.HighlightText[data-v-223dffdc]{color:#e6edf2!important}.mainText[data-v-223dffdc]{color:#c1d0db!important}.secondaryText[data-v-223dffdc]{color:#9da9b3!important}.customScrolling-y[data-v-223dffdc]::-webkit-scrollbar{overflow-y:auto;width:5px;background:#1e2f3e!important;border-radius:5px;opacity:1}.customScrolling-y[data-v-223dffdc]::-webkit-scrollbar-thumb{border-radius:5px;background:#1e2f3e!important}.customScrolling-y[data-v-223dffdc]::-webkit-scrollbar-track{-webkit-box-shadow:0;border-radius:0;background:#0a1926!important}.ant-table-body[data-v-223dffdc]{width:101%;padding:0 10px 0 0}.ant-table-container table>thead>tr:first-child th[data-v-223dffdc]:last-child{width:101%;padding:0 10px 0 0;border:0}.ant-table-body[data-v-223dffdc]::-webkit-scrollbar{width:6px!important;height:6px!important;margin-left:5px}.ant-table-body[data-v-223dffdc]::-webkit-scrollbar-track{background-color:none;margin-left:5px}.ant-table-body[data-v-223dffdc]::-webkit-scrollbar-thumb{background-color:#1e2f3e;border-radius:5px;margin-left:5px}.ant-table-body[data-v-223dffdc]::-webkit-scrollbar-thumb:hover{background-color:#1e2f3e;margin-left:5px}.ant-table-body[data-v-223dffdc]::-webkit-scrollbar-corner{background-color:#0a1926;margin-left:5px}.ant-table-cell-scrollbar[data-v-223dffdc]{box-shadow:0 0}.isrs_upload .ant-upload-list[data-v-223dffdc]{display:none}.user_popover[data-v-223dffdc]{position:fixed}.ant-popover-inner-content[data-v-223dffdc]{background:#0a1926}.ant-popover-inner-content .user_name[data-v-223dffdc]{width:88px;height:100%;cursor:default;margin-bottom:9px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.ant-popover-inner-content .user_name_border[data-v-223dffdc]{position:absolute;width:calc(100% + 24px);height:1px;background:#1e2f3e;left:0}.success-class[data-v-223dffdc]{display:flex;justify-content:center;align-items:center}.success-class .ant-message-notice-content[data-v-223dffdc]{width:120px;height:40px;background:#002d1b;border-radius:2px;border:1px solid #11ba77;display:flex;justify-content:center;align-items:center}.success-class .ant-message-notice-content .anticon[data-v-223dffdc]{color:#11ba77}.error-class[data-v-223dffdc]{display:flex;justify-content:center;align-items:center}.error-class .ant-message-notice-content[data-v-223dffdc]{width:120px;height:40px;background:#400100;border-radius:2px;border:1px solid #e65552;display:flex;justify-content:center;align-items:center}.error-class .ant-message-notice-content .anticon[data-v-223dffdc]{color:#e65552}.omitInTheMiddle[data-v-223dffdc]{position:relative;line-height:2;height:2em;padding:0 10px;overflow:hidden;margin:5px 0}.omitInTheMiddle .title[data-v-223dffdc]{display:block;position:relative;background:inherit;text-align:justify;height:2em;overflow:hidden;top:-4em}.omitInTheMiddle .txt[data-v-223dffdc]{display:block;max-height:4em}.omitInTheMiddle .title[data-v-223dffdc]:before{content:attr(title);width:50%;float:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.ellipsisInTheMiddleOfTheText[data-v-223dffdc]{position:relative;line-height:2;height:2em;overflow:hidden;background:#0a1926;margin:5px 0;width:auto}.ellipsisInTheMiddleOfTheText .txt[data-v-223dffdc]{display:block;max-height:4em}.ellipsisInTheMiddleOfTheText .title[data-v-223dffdc]{display:block;position:relative;background:inherit;text-align:justify;height:2em;overflow:hidden;top:-4em}.ellipsisInTheMiddleOfTheText .title[data-v-223dffdc]:before{content:attr(title);width:50%;float:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.upload_class .ant-dropdown-content[data-v-223dffdc]{width:148px}.upload_class .ant-dropdown-content ul[data-v-223dffdc]{background-color:#07131d}.tool-versions[data-v-223dffdc]{width:300px;max-height:400px;background:#0a1926;box-shadow:3px 3px 10px 1px #0003;border-radius:2px;opacity:1;position:absolute;right:45px;top:142px;margin:10px 10px 7px;padding:0 12px 12px}.tool-versions header[data-v-223dffdc]{margin:20px 0;font-size:16px;color:#c1d0db}.ant-pagination[data-v-65b7f5fc]{justify-content:center!important;margin:32px 0 0}.ant-pagination-item-active[data-v-65b7f5fc]{font-weight:500;background:transparent;border-color:#0f5eff}.ant-modal-header[data-v-65b7f5fc],.ant-modal-body[data-v-65b7f5fc]{background:#0a1926}.tooltipClass[data-v-65b7f5fc]{width:343px!important;max-width:343px!important;overflow:hidden}body[data-v-65b7f5fc]{height:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif}label[data-v-65b7f5fc]{font-weight:700}html[data-v-65b7f5fc]{height:100%;box-sizing:border-box}#app[data-v-65b7f5fc]{height:100%}[data-v-65b7f5fc],[data-v-65b7f5fc]:before,[data-v-65b7f5fc]:after{box-sizing:inherit}.no-padding[data-v-65b7f5fc]{padding:0rem!important}.padding-content[data-v-65b7f5fc]{padding:.25rem 0}a[data-v-65b7f5fc]:focus,a[data-v-65b7f5fc]:active{outline:none}a[data-v-65b7f5fc],a[data-v-65b7f5fc]:focus,a[data-v-65b7f5fc]:hover{cursor:pointer;color:inherit;text-decoration:none}div[data-v-65b7f5fc]:focus{outline:none}.fr[data-v-65b7f5fc]{float:right}.fl[data-v-65b7f5fc]{float:left}.pr-5[data-v-65b7f5fc]{padding-right:.3125rem}.pl-5[data-v-65b7f5fc]{padding-left:.3125rem}.block[data-v-65b7f5fc]{display:block}.pointer[data-v-65b7f5fc]{cursor:pointer}.inlineBlock[data-v-65b7f5fc]{display:block}.clearfix[data-v-65b7f5fc]:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}input[data-v-65b7f5fc]::-webkit-outer-spin-button,input[data-v-65b7f5fc]::-webkit-inner-spin-button{-webkit-appearance:none!important}[data-v-65b7f5fc]::-webkit-scrollbar{width:0}.element[data-v-65b7f5fc]{-ms-overflow-style:none}.element[data-v-65b7f5fc]{overflow:-moz-scrollbars-none}.ant-select-selector[data-v-65b7f5fc]{border:.0625rem solid #1e2f3e!important;background:#07131d!important}.ant-select-selector[data-v-65b7f5fc]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3!important;box-shadow:none!important}.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector[data-v-65b7f5fc]{border:1px solid #0f5eff!important;box-shadow:none!important}.ant-input-number[data-v-65b7f5fc]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input-number[data-v-65b7f5fc]:hover{border-color:#9da9b3;box-shadow:none!important;border-right-width:1px solid #9da9b3}.ant-input-number[data-v-65b7f5fc]:focus,.ant-input-number-focused[data-v-65b7f5fc]{border-color:#0f5eff!important;box-shadow:none!important;border-right-width:1px solid #0f5eff!important}.ant-input-number[data-v-65b7f5fc]:focus{border-color:#0f5eff!important;box-shadow:none!important;border-right-width:1px solid #0f5eff!important}.ant-input[data-v-65b7f5fc]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input[data-v-65b7f5fc]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3!important}.ant-input[data-v-65b7f5fc]:focus{background:#07131d!important;opacity:1!important;border:1px solid #0f5eff!important;box-shadow:none!important}.ant-picker[data-v-65b7f5fc]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3}.ant-picker-focused[data-v-65b7f5fc]{border:1px solid #0f5eff!important;box-shadow:none!important;outline:0}.ant-input-affix-wrapper[data-v-65b7f5fc]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input-affix-wrapper[data-v-65b7f5fc]:focus,.ant-input-affix-wrapper-focused[data-v-65b7f5fc]{border:1px solid #0f5eff!important;box-shadow:none!important;border-right-width:1px!important;outline:0}.ant-input-affix-wrapper-focused[data-v-65b7f5fc],.ant-input-affix-wrapper[data-v-65b7f5fc]:focus{border:1px solid #0f5eff!important}.ant-input-affix-wrapper[data-v-65b7f5fc]:hover{border:1px solid #9da9b3!important}.ant-input-affix-wrapper[data-v-65b7f5fc]:focus{border:1px solid #0f5eff!important}.btn-onlyRead[data-v-65b7f5fc]{pointer-events:none}.HighlightText[data-v-65b7f5fc]{color:#e6edf2!important}.mainText[data-v-65b7f5fc]{color:#c1d0db!important}.secondaryText[data-v-65b7f5fc]{color:#9da9b3!important}.customScrolling-y[data-v-65b7f5fc]::-webkit-scrollbar{overflow-y:auto;width:5px;background:#1e2f3e!important;border-radius:5px;opacity:1}.customScrolling-y[data-v-65b7f5fc]::-webkit-scrollbar-thumb{border-radius:5px;background:#1e2f3e!important}.customScrolling-y[data-v-65b7f5fc]::-webkit-scrollbar-track{-webkit-box-shadow:0;border-radius:0;background:#0a1926!important}.ant-table-body[data-v-65b7f5fc]{width:101%;padding:0 10px 0 0}.ant-table-container table>thead>tr:first-child th[data-v-65b7f5fc]:last-child{width:101%;padding:0 10px 0 0;border:0}.ant-table-body[data-v-65b7f5fc]::-webkit-scrollbar{width:6px!important;height:6px!important;margin-left:5px}.ant-table-body[data-v-65b7f5fc]::-webkit-scrollbar-track{background-color:none;margin-left:5px}.ant-table-body[data-v-65b7f5fc]::-webkit-scrollbar-thumb{background-color:#1e2f3e;border-radius:5px;margin-left:5px}.ant-table-body[data-v-65b7f5fc]::-webkit-scrollbar-thumb:hover{background-color:#1e2f3e;margin-left:5px}.ant-table-body[data-v-65b7f5fc]::-webkit-scrollbar-corner{background-color:#0a1926;margin-left:5px}.ant-table-cell-scrollbar[data-v-65b7f5fc]{box-shadow:0 0}.isrs_upload .ant-upload-list[data-v-65b7f5fc]{display:none}.user_popover[data-v-65b7f5fc]{position:fixed}.ant-popover-inner-content[data-v-65b7f5fc]{background:#0a1926}.ant-popover-inner-content .user_name[data-v-65b7f5fc]{width:88px;height:100%;cursor:default;margin-bottom:9px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.ant-popover-inner-content .user_name_border[data-v-65b7f5fc]{position:absolute;width:calc(100% + 24px);height:1px;background:#1e2f3e;left:0}.success-class[data-v-65b7f5fc]{display:flex;justify-content:center;align-items:center}.success-class .ant-message-notice-content[data-v-65b7f5fc]{width:120px;height:40px;background:#002d1b;border-radius:2px;border:1px solid #11ba77;display:flex;justify-content:center;align-items:center}.success-class .ant-message-notice-content .anticon[data-v-65b7f5fc]{color:#11ba77}.error-class[data-v-65b7f5fc]{display:flex;justify-content:center;align-items:center}.error-class .ant-message-notice-content[data-v-65b7f5fc]{width:120px;height:40px;background:#400100;border-radius:2px;border:1px solid #e65552;display:flex;justify-content:center;align-items:center}.error-class .ant-message-notice-content .anticon[data-v-65b7f5fc]{color:#e65552}.omitInTheMiddle[data-v-65b7f5fc]{position:relative;line-height:2;height:2em;padding:0 10px;overflow:hidden;margin:5px 0}.omitInTheMiddle .title[data-v-65b7f5fc]{display:block;position:relative;background:inherit;text-align:justify;height:2em;overflow:hidden;top:-4em}.omitInTheMiddle .txt[data-v-65b7f5fc]{display:block;max-height:4em}.omitInTheMiddle .title[data-v-65b7f5fc]:before{content:attr(title);width:50%;float:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.ellipsisInTheMiddleOfTheText[data-v-65b7f5fc]{position:relative;line-height:2;height:2em;overflow:hidden;background:#0a1926;margin:5px 0;width:auto}.ellipsisInTheMiddleOfTheText .txt[data-v-65b7f5fc]{display:block;max-height:4em}.ellipsisInTheMiddleOfTheText .title[data-v-65b7f5fc]{display:block;position:relative;background:inherit;text-align:justify;height:2em;overflow:hidden;top:-4em}.ellipsisInTheMiddleOfTheText .title[data-v-65b7f5fc]:before{content:attr(title);width:50%;float:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.upload_class .ant-dropdown-content[data-v-65b7f5fc]{width:148px}.upload_class .ant-dropdown-content ul[data-v-65b7f5fc]{background-color:#07131d}.mapSideOperations[data-v-65b7f5fc]{width:42px;margin:0 1.5rem 0 0;pointer-events:all;align-items:center;position:absolute;right:0;top:20px;display:flex;flex-flow:column;justify-content:space-between}.toolList[data-v-65b7f5fc]{width:42px;background:#0a1926;border-radius:4px;opacity:1;margin-bottom:6px}.toolList .boxIcon[data-v-65b7f5fc]{width:42px;height:35px;background:#0a1926;border-radius:4px;opacity:1;display:flex;justify-content:center;align-items:center;cursor:pointer}.toolList .boxIcon .icon[data-v-65b7f5fc]:before{font-size:18px}.active[data-v-65b7f5fc]{color:#e6edf2!important;background:#0f5eff!important}.active[data-v-65b7f5fc] *:before{color:#e6edf2!important}.disable[data-v-65b7f5fc]{cursor:not-allowed!important}.disable[data-v-65b7f5fc] *:before{color:#1e2f3e!important}.recoveryPrompt{width:423px;background:#0a1926;box-shadow:3px 3px 20px 1px #0003;border-radius:2px;opacity:1;text-align:left;color:#e6edf2;line-height:22PX;font-size:14px;font-family:PingFang SC-Regular,PingFang SC;font-weight:400;margin-right:20px;border:1px solid #0a1926;user-select:none}[data-v-5a8dd545] button{width:100%}[data-v-5a8dd545] button span{display:block;width:100%}.default[data-v-5a8dd545]{background-color:#0f5eff;border:0;border-radius:.125rem;font-family:PingFang SC;font-size:.875rem;font-weight:400;font-stretch:normal;line-height:1.25rem;letter-spacing:0rem;color:#e6edf2}.default[data-v-5a8dd545]:hover{background-color:#3677fb;border-radius:.125rem;font-family:PingFang SC;font-size:.875rem;font-weight:400;font-stretch:normal;line-height:1.25rem;letter-spacing:0rem;color:#e6edf2}[data-v-5a8dd545] .defaultIsdisabled{background-color:#518bff;border-radius:.125rem;font-family:PingFang SC;font-size:.875rem;font-weight:400;font-stretch:normal;line-height:1.25rem;letter-spacing:0rem;color:#e6edf2}[data-v-5a8dd545] .defaultIsdisabled span,[data-v-5a8dd545] .defaultIsdisabled .icon-icon_editor{opacity:.5}.secondary[data-v-5a8dd545]{background-color:#0f5eff4d;border-radius:.125rem;border:solid .0625rem #0f5eff;font-family:PingFang SC;font-size:.875rem;font-weight:400;font-stretch:normal;line-height:1.25rem;letter-spacing:0rem;color:#e6edf2}.secondary[data-v-5a8dd545]:hover{background-color:#0f5eff80;border-radius:.125rem;border:solid .0625rem #0f5eff;font-family:PingFang SC;font-size:.875rem;font-weight:400;font-stretch:normal;line-height:1.25rem;letter-spacing:0rem;color:#e6edf2}.secondaryIsdisabled[data-v-5a8dd545]{background-color:#3477ff4d;border-radius:.125rem;border:solid .0625rem #3477ff;font-family:PingFang SC;font-size:.875rem;font-weight:400;font-stretch:normal;line-height:1.25rem;letter-spacing:0rem;color:#e6edf2;opacity:.5}.ghost[data-v-5a8dd545]{background-color:#0a18244d;border-radius:.125rem;border:solid .0625rem #1e2f3e;font-family:PingFang SC;font-size:.875rem;font-weight:400;font-stretch:normal;line-height:1.25rem;letter-spacing:0rem;color:#85939e}.ghost[data-v-5a8dd545]:hover{background-color:#0a18244d;border-radius:.125rem;border:solid .0625rem #1e2c38;font-family:PingFang SC;font-size:.875rem;font-weight:400;font-stretch:normal;line-height:1.25rem;letter-spacing:0rem;color:#e6edf2}.ghostIsdisabled[data-v-5a8dd545]{background-color:#0a182499;border-radius:.125rem;border:solid .0625rem #1e2c38;font-family:PingFang SC;font-size:.875rem;font-weight:400;font-stretch:normal;line-height:1.25rem;letter-spacing:0rem;color:#485661}.danger[data-v-5a8dd545]{background-color:#e65552;border-radius:.125rem;font-family:PingFang SC;font-size:.875rem;font-weight:400;font-stretch:normal;line-height:1.25rem;letter-spacing:0rem;color:#fff}.danger[data-v-5a8dd545]:hover{background-color:#f56e6b;border-radius:.125rem;font-family:PingFang SC;font-size:.875rem;font-weight:400;font-stretch:normal;line-height:1.25rem;letter-spacing:0rem;color:#fff}.dangerIsdisabled[data-v-5a8dd545]{background-color:#fc9594;border-radius:.125rem;font-family:PingFang SC;font-size:.875rem;font-weight:400;font-stretch:normal;line-height:1.25rem;letter-spacing:0rem;color:#fff;opacity:.5}.University[data-v-5a8dd545]{line-height:2.25rem;height:2.25rem!important;padding-top:0;padding-bottom:0}.University[data-v-5a8dd545] span{font-size:.875rem}.ant-btn-loading[data-v-5a8dd545]{display:flex;justify-content:center;align-items:center}.ant-modal .ant-modal-header,.ant-modal .ant-modal-body,.ant-modal .ant-modal-footer,.ant-modal .ant-modal-content{background:#0a1926!important;border:0}.add-model .ant-modal-body{background:#07131d!important}.ant-modal{margin:20px auto 0!important;top:10%}.folderFooter[data-v-5e349ab6]{display:flex;width:100%;height:100%;justify-content:space-evenly;align-items:center;margin:20px 0 30px}.folderFooter span[data-v-5e349ab6]{width:35%;display:block;text-align:center}.ant-modal .ant-modal-header[data-v-5e349ab6],.ant-modal .ant-modal-body[data-v-5e349ab6],.ant-modal .ant-modal-footer[data-v-5e349ab6],.ant-modal .ant-modal-content[data-v-5e349ab6]{background:#0a1926!important;border:0}.ant-modal[data-v-5e349ab6]{margin:20px auto 0!important;top:10%}.ant-pagination[data-v-02dd9e00]{justify-content:center!important;margin:32px 0 0}.ant-pagination-item-active[data-v-02dd9e00]{font-weight:500;background:transparent;border-color:#0f5eff}.ant-modal-header[data-v-02dd9e00],.ant-modal-body[data-v-02dd9e00]{background:#0a1926}.tooltipClass[data-v-02dd9e00]{width:343px!important;max-width:343px!important;overflow:hidden}body[data-v-02dd9e00]{height:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif}label[data-v-02dd9e00]{font-weight:700}html[data-v-02dd9e00]{height:100%;box-sizing:border-box}#app[data-v-02dd9e00]{height:100%}[data-v-02dd9e00],[data-v-02dd9e00]:before,[data-v-02dd9e00]:after{box-sizing:inherit}.no-padding[data-v-02dd9e00]{padding:0rem!important}.padding-content[data-v-02dd9e00]{padding:.25rem 0}a[data-v-02dd9e00]:focus,a[data-v-02dd9e00]:active{outline:none}a[data-v-02dd9e00],a[data-v-02dd9e00]:focus,a[data-v-02dd9e00]:hover{cursor:pointer;color:inherit;text-decoration:none}div[data-v-02dd9e00]:focus{outline:none}.fr[data-v-02dd9e00]{float:right}.fl[data-v-02dd9e00]{float:left}.pr-5[data-v-02dd9e00]{padding-right:.3125rem}.pl-5[data-v-02dd9e00]{padding-left:.3125rem}.block[data-v-02dd9e00]{display:block}.pointer[data-v-02dd9e00]{cursor:pointer}.inlineBlock[data-v-02dd9e00]{display:block}.clearfix[data-v-02dd9e00]:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}input[data-v-02dd9e00]::-webkit-outer-spin-button,input[data-v-02dd9e00]::-webkit-inner-spin-button{-webkit-appearance:none!important}[data-v-02dd9e00]::-webkit-scrollbar{width:0}.element[data-v-02dd9e00]{-ms-overflow-style:none}.element[data-v-02dd9e00]{overflow:-moz-scrollbars-none}.ant-select-selector[data-v-02dd9e00]{border:.0625rem solid #1e2f3e!important;background:#07131d!important}.ant-select-selector[data-v-02dd9e00]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3!important;box-shadow:none!important}.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector[data-v-02dd9e00]{border:1px solid #0f5eff!important;box-shadow:none!important}.ant-input-number[data-v-02dd9e00]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input-number[data-v-02dd9e00]:hover{border-color:#9da9b3;box-shadow:none!important;border-right-width:1px solid #9da9b3}.ant-input-number[data-v-02dd9e00]:focus,.ant-input-number-focused[data-v-02dd9e00]{border-color:#0f5eff!important;box-shadow:none!important;border-right-width:1px solid #0f5eff!important}.ant-input-number[data-v-02dd9e00]:focus{border-color:#0f5eff!important;box-shadow:none!important;border-right-width:1px solid #0f5eff!important}.ant-input[data-v-02dd9e00]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input[data-v-02dd9e00]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3!important}.ant-input[data-v-02dd9e00]:focus{background:#07131d!important;opacity:1!important;border:1px solid #0f5eff!important;box-shadow:none!important}.ant-picker[data-v-02dd9e00]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3}.ant-picker-focused[data-v-02dd9e00]{border:1px solid #0f5eff!important;box-shadow:none!important;outline:0}.ant-input-affix-wrapper[data-v-02dd9e00]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input-affix-wrapper[data-v-02dd9e00]:focus,.ant-input-affix-wrapper-focused[data-v-02dd9e00]{border:1px solid #0f5eff!important;box-shadow:none!important;border-right-width:1px!important;outline:0}.ant-input-affix-wrapper-focused[data-v-02dd9e00],.ant-input-affix-wrapper[data-v-02dd9e00]:focus{border:1px solid #0f5eff!important}.ant-input-affix-wrapper[data-v-02dd9e00]:hover{border:1px solid #9da9b3!important}.ant-input-affix-wrapper[data-v-02dd9e00]:focus{border:1px solid #0f5eff!important}.btn-onlyRead[data-v-02dd9e00]{pointer-events:none}.HighlightText[data-v-02dd9e00]{color:#e6edf2!important}.mainText[data-v-02dd9e00]{color:#c1d0db!important}.secondaryText[data-v-02dd9e00]{color:#9da9b3!important}.customScrolling-y[data-v-02dd9e00]::-webkit-scrollbar{overflow-y:auto;width:5px;background:#1e2f3e!important;border-radius:5px;opacity:1}.customScrolling-y[data-v-02dd9e00]::-webkit-scrollbar-thumb{border-radius:5px;background:#1e2f3e!important}.customScrolling-y[data-v-02dd9e00]::-webkit-scrollbar-track{-webkit-box-shadow:0;border-radius:0;background:#0a1926!important}.ant-table-body[data-v-02dd9e00]{width:101%;padding:0 10px 0 0}.ant-table-container table>thead>tr:first-child th[data-v-02dd9e00]:last-child{width:101%;padding:0 10px 0 0;border:0}.ant-table-body[data-v-02dd9e00]::-webkit-scrollbar{width:6px!important;height:6px!important;margin-left:5px}.ant-table-body[data-v-02dd9e00]::-webkit-scrollbar-track{background-color:none;margin-left:5px}.ant-table-body[data-v-02dd9e00]::-webkit-scrollbar-thumb{background-color:#1e2f3e;border-radius:5px;margin-left:5px}.ant-table-body[data-v-02dd9e00]::-webkit-scrollbar-thumb:hover{background-color:#1e2f3e;margin-left:5px}.ant-table-body[data-v-02dd9e00]::-webkit-scrollbar-corner{background-color:#0a1926;margin-left:5px}.ant-table-cell-scrollbar[data-v-02dd9e00]{box-shadow:0 0}.isrs_upload .ant-upload-list[data-v-02dd9e00]{display:none}.user_popover[data-v-02dd9e00]{position:fixed}.ant-popover-inner-content[data-v-02dd9e00]{background:#0a1926}.ant-popover-inner-content .user_name[data-v-02dd9e00]{width:88px;height:100%;cursor:default;margin-bottom:9px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.ant-popover-inner-content .user_name_border[data-v-02dd9e00]{position:absolute;width:calc(100% + 24px);height:1px;background:#1e2f3e;left:0}.success-class[data-v-02dd9e00]{display:flex;justify-content:center;align-items:center}.success-class .ant-message-notice-content[data-v-02dd9e00]{width:120px;height:40px;background:#002d1b;border-radius:2px;border:1px solid #11ba77;display:flex;justify-content:center;align-items:center}.success-class .ant-message-notice-content .anticon[data-v-02dd9e00]{color:#11ba77}.error-class[data-v-02dd9e00]{display:flex;justify-content:center;align-items:center}.error-class .ant-message-notice-content[data-v-02dd9e00]{width:120px;height:40px;background:#400100;border-radius:2px;border:1px solid #e65552;display:flex;justify-content:center;align-items:center}.error-class .ant-message-notice-content .anticon[data-v-02dd9e00]{color:#e65552}.omitInTheMiddle[data-v-02dd9e00]{position:relative;line-height:2;height:2em;padding:0 10px;overflow:hidden;margin:5px 0}.omitInTheMiddle .title[data-v-02dd9e00]{display:block;position:relative;background:inherit;text-align:justify;height:2em;overflow:hidden;top:-4em}.omitInTheMiddle .txt[data-v-02dd9e00]{display:block;max-height:4em}.omitInTheMiddle .title[data-v-02dd9e00]:before{content:attr(title);width:50%;float:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.ellipsisInTheMiddleOfTheText[data-v-02dd9e00]{position:relative;line-height:2;height:2em;overflow:hidden;background:#0a1926;margin:5px 0;width:auto}.ellipsisInTheMiddleOfTheText .txt[data-v-02dd9e00]{display:block;max-height:4em}.ellipsisInTheMiddleOfTheText .title[data-v-02dd9e00]{display:block;position:relative;background:inherit;text-align:justify;height:2em;overflow:hidden;top:-4em}.ellipsisInTheMiddleOfTheText .title[data-v-02dd9e00]:before{content:attr(title);width:50%;float:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.upload_class .ant-dropdown-content[data-v-02dd9e00]{width:148px}.upload_class .ant-dropdown-content ul[data-v-02dd9e00]{background-color:#07131d}.mousePosition[data-v-02dd9e00]{flex:1;height:32px;display:flex;position:relative;align-items:center;color:#e6edf2;pointer-events:all}.mousePosition .mousePositionBg[data-v-02dd9e00]{width:100%;height:100%;background:#000000;opacity:.5}.mousePosition .mousePositionLeft[data-v-02dd9e00]{position:absolute;left:20px}.mousePosition .mousePositionRight[data-v-02dd9e00]{overflow:hidden;position:absolute;bottom:2px;right:20px}.mousePosition .mousePositionRight[data-v-02dd9e00] .ant-select-selector{background:rgba(3,3,3,.6)!important;border-radius:2px;opacity:1;border:1px solid rgba(255,255,255,.4)}.mousePosition .mousePositionRight[data-v-02dd9e00] .ant-select-selector .ant-select-selection-item{font-size:14px;display:flex}.mousePosition .mousePositionRight[data-v-02dd9e00] .ant-select-selector .ant-select-selection-search{height:0!important}.iconQuery[data-v-02dd9e00]{cursor:pointer}.iconQuery .icon-icon_query[data-v-02dd9e00]{margin-right:5px}.uploadListBox[data-v-0855f448]{width:100%}.uploadListBox .top[data-v-0855f448]{display:flex;justify-content:space-between;align-items:center;width:100%;height:52px;border-bottom:1px solid #1e2f3e;color:#e6edf2}.uploadListBox .top .top_right[data-v-0855f448]{color:#9da9b3;cursor:pointer}.uploadListBox .noData[data-v-0855f448]{height:320px;display:flex;align-items:center;justify-content:center;color:#9da9b3}.uploadListBox header[data-v-0855f448]{height:20px;line-height:20px;display:flex;justify-content:space-between;font-size:14px;font-family:PingFang SC-Regular,PingFang SC;font-weight:400;color:#e6edf2;margin-top:10px}.uploadListBox header .header_left[data-v-0855f448]{width:60%}.uploadListBox header .header_right[data-v-0855f448]{width:40%;display:flex;justify-content:space-between}.uploadListBox ul[data-v-0855f448]{padding:0;max-height:288px;overflow:auto;margin-bottom:0}.uploadListBox ul li[data-v-0855f448]{list-style:none;display:flex;justify-content:space-between;align-items:center;font-size:14px;font-family:PingFang SC-Regular,PingFang SC;font-weight:400;height:48px;color:#c1d0db}.uploadListBox ul li .li_left[data-v-0855f448]{width:60%;display:flex}.uploadListBox ul li .li_left .typeImg[data-v-0855f448]{display:flex;align-items:center}.uploadListBox ul li .li_left .typeImg img[data-v-0855f448]{margin-right:6px}.uploadListBox ul li .li_left span[data-v-0855f448]{display:inline-block;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uploadListBox ul li .li_right[data-v-0855f448]{width:40%;display:flex;justify-content:space-between;align-items:center}.uploadListBox ul li .li_right span[data-v-0855f448]:nth-child(1){width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uploadListBox ul li .li_right div[data-v-0855f448]{display:flex;white-space:nowrap;align-items:center}.uploadListBox ul li .li_right .state64[data-v-0855f448]{color:#11ba77;font-size:14px;font-family:PingFang SC-Regular,PingFang SC;font-weight:400}.uploadListBox ul li .li_right .state64 span[data-v-0855f448]{color:#11ba77;margin-right:4px}.uploadListBox ul li .li_right .state32[data-v-0855f448]{color:#e65552;font-size:14px;font-family:PingFang SC-Regular,PingFang SC;font-weight:400}.uploadListBox ul li .li_right .state32 span[data-v-0855f448]{color:#e65552}.userInfo[data-v-6d35152f]{display:flex;align-items:center}.userInfo .tool[data-v-6d35152f]{width:10rem;height:2rem;background-color:#0a1926;box-shadow:.1875rem .1875rem .625rem #0003;border-radius:.125rem;display:flex;justify-content:space-evenly;align-items:center}.userInfo .tool .leftIcon[data-v-6d35152f]{width:2rem;height:2rem;display:flex;justify-content:center;align-items:center}.userInfo .tool .leftIcon[data-v-6d35152f]:hover>*:before{color:#e6edf2}.userInfo .tool .active[data-v-6d35152f]>*:before{color:#e6edf2}.userInfo .tool .icon[data-v-6d35152f]{cursor:pointer;font-size:1.13rem}.userInfo .head_portrait[data-v-6d35152f]{display:flex;align-items:center}.userInfo .head_portrait .box[data-v-6d35152f]{cursor:pointer;margin-left:1rem;display:flex;justify-content:center;align-items:center;background:#0a1926;box-shadow:.1875rem .1875rem .625rem #0003;border-radius:.125rem;width:2rem;height:2rem}.userInfo .head_portrait .box .layer[data-v-6d35152f],.userInfo .head_portrait .box .message[data-v-6d35152f]{margin-left:0rem;cursor:pointer;font-size:1.13rem}.userInfo .head_portrait .icon-icon_query_box[data-v-6d35152f]:hover{background:#1e2f3e}.userInfo .head_portrait .icon-icon_query_box[data-v-6d35152f]:active{background:rgba(48,64,78,.5)}.userInfo .head_portrait .icon_tool_message_box[data-v-6d35152f]{background:none}.userInfo .head_portrait .icon_tool_message_box[data-v-6d35152f]:hover{background:#1e2f3e}.userInfo .head_portrait .box:hover>.icon-icon_tool_layer[data-v-6d35152f]:before{color:#e6edf2}.userInfo .head_portrait .box:hover>.icon-icon_tool_message[data-v-6d35152f]:before{color:#e6edf2}.userInfo .head_portrait .box:hover>.icon-icon_query[data-v-6d35152f]:before{color:#e6edf2}.news[data-v-6d35152f]{width:22.9375rem}.news .newsHeader[data-v-6d35152f]{height:3.25rem;line-height:3.25rem;border-bottom:.0625rem solid #1e2f3e}.news .newsMain[data-v-6d35152f]{max-height:26.75rem;overflow:auto}.news .newsMain_content[data-v-6d35152f]{cursor:pointer;margin-top:1.25rem;padding:.5rem 0 0 .25rem;display:flex;height:4.5625rem;justify-content:space-between}.news .newsMain_content .icon[data-v-6d35152f]{width:2.25rem;height:2.25rem;background:#1e2f3e;border-radius:50%;display:flex;justify-content:center;align-items:center}.news .newsMain_content .icon .anticon[data-v-6d35152f]{font-size:1.125rem;color:#c1d0db}.news .newsMain_content .text[data-v-6d35152f]{width:calc(100% - 3rem);color:#c1d0db;margin-left:.75rem;height:2.75rem;font-size:.875rem}.news .newsMain_content .text div[data-v-6d35152f]{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.news .newsMain_content .text span[data-v-6d35152f]{display:block;color:#9da9b3;font-size:.75rem}.news .newsMain_content[data-v-6d35152f]:nth-child(1){margin-top:.8125rem}.news .newsMain_content[data-v-6d35152f]:hover{background:#07131d}.news .newsBootm[data-v-6d35152f]{height:2rem;width:100%;text-align:center;line-height:2rem;cursor:pointer}[data-v-6d35152f] .ant-select-selector{background:#07131d!important;border-radius:2px;opacity:1;border:1px solid #1e2f3e}[data-v-6d35152f] .ant-select-selection-item{font-size:14px;font-family:PingFang SC-Regular,PingFang SC;font-weight:400;color:#c1d0db}.weChatBox[data-v-6d35152f]{height:18.125rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.weChatBox div[data-v-6d35152f]{width:14.375rem;text-align:center}.weChatBox div p[data-v-6d35152f]{margin:0;font-size:1rem;font-family:PingFang SC-Bold,PingFang SC;font-weight:700;color:#e6edf2}.weChatBox div span[data-v-6d35152f]{font-size:.75rem;font-family:PingFang SC-Regular,PingFang SC;font-weight:400;color:#c1d0db}.weChatBox div img[data-v-6d35152f]{margin-top:.625rem;width:12.5rem;height:12.5rem}.weChat[data-v-6d35152f]{font-size:1.13rem;margin-left:1.4375rem;text-align:center;line-height:2rem;width:2rem;height:2rem;border-radius:.125rem;cursor:pointer}.weChat[data-v-6d35152f]:hover{background:#1e2f3e}.uploadBox[data-v-6d35152f]{margin-left:1.1875rem;text-align:center;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.125rem;cursor:pointer}.uploadBox i[data-v-6d35152f]{font-size:1.13rem}.uploadBox[data-v-6d35152f] .ant-badge-status{line-height:normal}.uploadBox[data-v-6d35152f]:hover{background:#1e2f3e}.ant-pagination[data-v-0ab53a00]{justify-content:center!important;margin:32px 0 0}.ant-pagination-item-active[data-v-0ab53a00]{font-weight:500;background:transparent;border-color:#0f5eff}.ant-modal-header[data-v-0ab53a00],.ant-modal-body[data-v-0ab53a00]{background:#0a1926}.tooltipClass[data-v-0ab53a00]{width:343px!important;max-width:343px!important;overflow:hidden}body[data-v-0ab53a00]{height:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif}label[data-v-0ab53a00]{font-weight:700}html[data-v-0ab53a00]{height:100%;box-sizing:border-box}#app[data-v-0ab53a00]{height:100%}[data-v-0ab53a00],[data-v-0ab53a00]:before,[data-v-0ab53a00]:after{box-sizing:inherit}.no-padding[data-v-0ab53a00]{padding:0rem!important}.padding-content[data-v-0ab53a00]{padding:.25rem 0}a[data-v-0ab53a00]:focus,a[data-v-0ab53a00]:active{outline:none}a[data-v-0ab53a00],a[data-v-0ab53a00]:focus,a[data-v-0ab53a00]:hover{cursor:pointer;color:inherit;text-decoration:none}div[data-v-0ab53a00]:focus{outline:none}.fr[data-v-0ab53a00]{float:right}.fl[data-v-0ab53a00]{float:left}.pr-5[data-v-0ab53a00]{padding-right:.3125rem}.pl-5[data-v-0ab53a00]{padding-left:.3125rem}.block[data-v-0ab53a00]{display:block}.pointer[data-v-0ab53a00]{cursor:pointer}.inlineBlock[data-v-0ab53a00]{display:block}.clearfix[data-v-0ab53a00]:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}input[data-v-0ab53a00]::-webkit-outer-spin-button,input[data-v-0ab53a00]::-webkit-inner-spin-button{-webkit-appearance:none!important}[data-v-0ab53a00]::-webkit-scrollbar{width:0}.element[data-v-0ab53a00]{-ms-overflow-style:none}.element[data-v-0ab53a00]{overflow:-moz-scrollbars-none}.ant-select-selector[data-v-0ab53a00]{border:.0625rem solid #1e2f3e!important;background:#07131d!important}.ant-select-selector[data-v-0ab53a00]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3!important;box-shadow:none!important}.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector[data-v-0ab53a00]{border:1px solid #0f5eff!important;box-shadow:none!important}.ant-input-number[data-v-0ab53a00]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input-number[data-v-0ab53a00]:hover{border-color:#9da9b3;box-shadow:none!important;border-right-width:1px solid #9da9b3}.ant-input-number[data-v-0ab53a00]:focus,.ant-input-number-focused[data-v-0ab53a00]{border-color:#0f5eff!important;box-shadow:none!important;border-right-width:1px solid #0f5eff!important}.ant-input-number[data-v-0ab53a00]:focus{border-color:#0f5eff!important;box-shadow:none!important;border-right-width:1px solid #0f5eff!important}.ant-input[data-v-0ab53a00]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input[data-v-0ab53a00]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3!important}.ant-input[data-v-0ab53a00]:focus{background:#07131d!important;opacity:1!important;border:1px solid #0f5eff!important;box-shadow:none!important}.ant-picker[data-v-0ab53a00]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3}.ant-picker-focused[data-v-0ab53a00]{border:1px solid #0f5eff!important;box-shadow:none!important;outline:0}.ant-input-affix-wrapper[data-v-0ab53a00]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input-affix-wrapper[data-v-0ab53a00]:focus,.ant-input-affix-wrapper-focused[data-v-0ab53a00]{border:1px solid #0f5eff!important;box-shadow:none!important;border-right-width:1px!important;outline:0}.ant-input-affix-wrapper-focused[data-v-0ab53a00],.ant-input-affix-wrapper[data-v-0ab53a00]:focus{border:1px solid #0f5eff!important}.ant-input-affix-wrapper[data-v-0ab53a00]:hover{border:1px solid #9da9b3!important}.ant-input-affix-wrapper[data-v-0ab53a00]:focus{border:1px solid #0f5eff!important}.btn-onlyRead[data-v-0ab53a00]{pointer-events:none}.HighlightText[data-v-0ab53a00]{color:#e6edf2!important}.mainText[data-v-0ab53a00]{color:#c1d0db!important}.secondaryText[data-v-0ab53a00]{color:#9da9b3!important}.customScrolling-y[data-v-0ab53a00]::-webkit-scrollbar{overflow-y:auto;width:5px;background:#1e2f3e!important;border-radius:5px;opacity:1}.customScrolling-y[data-v-0ab53a00]::-webkit-scrollbar-thumb{border-radius:5px;background:#1e2f3e!important}.customScrolling-y[data-v-0ab53a00]::-webkit-scrollbar-track{-webkit-box-shadow:0;border-radius:0;background:#0a1926!important}.ant-table-body[data-v-0ab53a00]{width:101%;padding:0 10px 0 0}.ant-table-container table>thead>tr:first-child th[data-v-0ab53a00]:last-child{width:101%;padding:0 10px 0 0;border:0}.ant-table-body[data-v-0ab53a00]::-webkit-scrollbar{width:6px!important;height:6px!important;margin-left:5px}.ant-table-body[data-v-0ab53a00]::-webkit-scrollbar-track{background-color:none;margin-left:5px}.ant-table-body[data-v-0ab53a00]::-webkit-scrollbar-thumb{background-color:#1e2f3e;border-radius:5px;margin-left:5px}.ant-table-body[data-v-0ab53a00]::-webkit-scrollbar-thumb:hover{background-color:#1e2f3e;margin-left:5px}.ant-table-body[data-v-0ab53a00]::-webkit-scrollbar-corner{background-color:#0a1926;margin-left:5px}.ant-table-cell-scrollbar[data-v-0ab53a00]{box-shadow:0 0}.isrs_upload .ant-upload-list[data-v-0ab53a00]{display:none}.user_popover[data-v-0ab53a00]{position:fixed}.ant-popover-inner-content[data-v-0ab53a00]{background:#0a1926}.ant-popover-inner-content .user_name[data-v-0ab53a00]{width:88px;height:100%;cursor:default;margin-bottom:9px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.ant-popover-inner-content .user_name_border[data-v-0ab53a00]{position:absolute;width:calc(100% + 24px);height:1px;background:#1e2f3e;left:0}.success-class[data-v-0ab53a00]{display:flex;justify-content:center;align-items:center}.success-class .ant-message-notice-content[data-v-0ab53a00]{width:120px;height:40px;background:#002d1b;border-radius:2px;border:1px solid #11ba77;display:flex;justify-content:center;align-items:center}.success-class .ant-message-notice-content .anticon[data-v-0ab53a00]{color:#11ba77}.error-class[data-v-0ab53a00]{display:flex;justify-content:center;align-items:center}.error-class .ant-message-notice-content[data-v-0ab53a00]{width:120px;height:40px;background:#400100;border-radius:2px;border:1px solid #e65552;display:flex;justify-content:center;align-items:center}.error-class .ant-message-notice-content .anticon[data-v-0ab53a00]{color:#e65552}.omitInTheMiddle[data-v-0ab53a00]{position:relative;line-height:2;height:2em;padding:0 10px;overflow:hidden;margin:5px 0}.omitInTheMiddle .title[data-v-0ab53a00]{display:block;position:relative;background:inherit;text-align:justify;height:2em;overflow:hidden;top:-4em}.omitInTheMiddle .txt[data-v-0ab53a00]{display:block;max-height:4em}.omitInTheMiddle .title[data-v-0ab53a00]:before{content:attr(title);width:50%;float:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.ellipsisInTheMiddleOfTheText[data-v-0ab53a00]{position:relative;line-height:2;height:2em;overflow:hidden;background:#0a1926;margin:5px 0;width:auto}.ellipsisInTheMiddleOfTheText .txt[data-v-0ab53a00]{display:block;max-height:4em}.ellipsisInTheMiddleOfTheText .title[data-v-0ab53a00]{display:block;position:relative;background:inherit;text-align:justify;height:2em;overflow:hidden;top:-4em}.ellipsisInTheMiddleOfTheText .title[data-v-0ab53a00]:before{content:attr(title);width:50%;float:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.upload_class .ant-dropdown-content[data-v-0ab53a00]{width:148px}.upload_class .ant-dropdown-content ul[data-v-0ab53a00]{background-color:#07131d}.scrolling-text[data-v-0ab53a00]{width:229px;height:28px;line-height:28px;border-radius:0;opacity:1;margin-right:23px;overflow:hidden;white-space:nowrap;font-size:12px;font-family:PingFang SC,PingFang SC;font-weight:400;color:#c1d0db}.scrollingText[data-v-0ab53a00]{display:inline-block;animation:scroll-0ab53a00 13s linear infinite}@keyframes scroll-0ab53a00{0%{transform:translate(100%)}to{transform:translate(-100%)}}.upload_tip_box{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:99}.upload_tip_box .box_info{width:900px;height:532px;background:#0a1926;box-shadow:3px 3px 10px 1px #00000029;border-radius:2px;display:flex;flex-direction:column;padding:0 20px}.upload_tip_box .box_info header{width:100%;height:60px;display:flex;align-items:center;justify-content:space-between}.upload_tip_box .box_info header .header_title{font-family:PingFang SC,PingFang SC;font-weight:700;font-size:16px;color:#e6edf2;cursor:default}.upload_tip_box .box_info header .icon-icon_close3{cursor:pointer}.upload_tip_box .box_info header .icon-icon_close3:before{font-size:12px;color:#9da9b3}.upload_tip_box .box_info .box_content{width:100%}.upload_tip_box .box_info .box_content .content_top{width:100%;height:40px;background:linear-gradient(270deg,rgba(107,143,216,.1) 0%,rgba(106,116,255,.3) 100%);box-shadow:0 3px 12px 1px #00000029;border-radius:4px;line-height:40px;text-align:center;font-size:14px;color:#e6edf2;margin-bottom:24px;cursor:default}.upload_tip_box .box_info .box_content .content_center{width:100%;display:flex;justify-content:space-between}.upload_tip_box .box_info .box_content .content_center img{height:70px}.upload_tip_box .box_info .box_content .content_btm{margin-top:28px}.upload_tip_box .box_info .box_content .content_btm div{margin-bottom:14px;cursor:default;color:#c1d0db}.personal[data-v-58226152]{display:flex;justify-content:space-between;align-items:center;width:calc(100% - 264px);position:absolute;top:0rem;right:0rem;height:60px;background:red;text-align:right;background:linear-gradient(90deg,#123a80 0%,#0a1926 100%);border-bottom:.125rem solid #073b76;margin:0;padding:0 0 0 1.5rem}.personal .leftLogo[data-v-58226152]{cursor:pointer;width:140px;height:36px}.headerClass[data-v-58226152]{width:calc(100% - 4.875rem)}.textName[data-v-58226152]{font-size:16px;font-family:PingFang SC-Bold,PingFang SC;font-weight:700;color:#e6edf2;line-height:0px;display:flex;align-items:center}.textName .sck_text[data-v-58226152]{font-size:14px;color:#9da9b3;margin-left:8px}.textName .upload_tip[data-v-58226152]{width:80px;height:28px;background:linear-gradient(270deg,rgba(107,143,216,.1) 0%,rgba(106,116,255,.3) 100%);box-shadow:0 3px 12px 1px #00000029;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-left:12px;padding:6px 10px 6px 6px;font-size:12px;color:#e6edf2;cursor:pointer;pointer-events:all}.textName .upload_tip .icon-icon_query[data-v-58226152]{margin-right:3px}.textName .upload_tip .icon-icon_query[data-v-58226152]:before{color:#e6edf2;font-size:12px}.personal_right[data-v-58226152]{margin:0 1.5rem 0 0;pointer-events:all;display:flex;align-items:center;height:2.5rem}.personal_right .ContactUs span[data-v-58226152]{margin-left:.75rem;font-size:16px;color:#c1d0db}.personal_right .manageProgress[data-v-58226152]{display:flex;justify-content:center;align-items:center}.personal_right .manageProgress .ProgressBox[data-v-58226152]{width:220px}.personal_right .manageProgress .ProgressBox .ProgressText[data-v-58226152]{display:flex;justify-content:space-between;align-items:center}.personal_right .manageProgress .crown[data-v-58226152]{width:3.5rem;height:1.75rem;border-radius:.875rem;background:linear-gradient(90deg,#f8d9af 0%,#ccaa7a 100%);font-size:14px;font-family:PingFang SC-Bold,PingFang SC;font-weight:700;color:#07131d;margin:0 .125rem 0 .75rem;display:flex;justify-content:center;align-items:center;cursor:pointer}.personal_right .manageProgress .basic[data-v-58226152]{background:#1e2f3e;color:#e6edf2}.personal_right .manageProgress .accelerate[data-v-58226152]{background:#11ba77;color:#07131d}.personal_right .manageProgress .enterprise[data-v-58226152]{background:linear-gradient(270deg,#0f5eff 0%,#0fb5ff 100%);color:#e6edf2}.personal_right .manageProgress .flagship[data-v-58226152]{background:linear-gradient(90deg,#f8d9af 0%,#ccaa7a 100%);color:#07131d}.personal_right .userInfo[data-v-58226152]{display:flex;align-items:center}.personal_right .userInfo .login[data-v-58226152]{margin-left:1rem;font-family:PingFang SC;text-align:center;line-height:2.5rem;color:#e6edf2;width:3.75rem;height:2.5rem;background-color:#0f5eff4d;border-radius:.125rem;border:solid .0625rem #0f5eff;cursor:pointer}.personal_right .userInfo .head_portrait[data-v-58226152]{display:flex;align-items:center}.personal_right .userInfo .head_portrait .img[data-v-58226152]{cursor:pointer;margin-left:1rem;background:none;width:2.5rem;height:2.5rem;border-radius:50%}.personal_right .userInfo .head_portrait .img img[data-v-58226152]{border-radius:50%;width:2.5rem;height:2.5rem}[data-v-58226152] .ant-progress-bg{background-color:#0f5eff}section[data-v-397d6e69]{padding:0 16px;height:182px;width:232px;position:absolute;bottom:1px}section .right-top-close[data-v-397d6e69]{position:absolute;right:-8px;top:-8px;width:18px;height:18px;border-radius:50%;background:rgba(255,255,255,.3);z-index:2;display:flex;justify-content:center}section .right-top-close i[data-v-397d6e69]{color:#fff;cursor:pointer}section .right-top-close[data-v-397d6e69] .icon-icon_close2:before{color:#fff;font-size:10px}.BillboardRotation[data-v-397d6e69]{position:absolute;bottom:16px;width:232px;height:182px;border-radius:8px;opacity:1;z-index:2;user-select:none;display:flex;align-items:center}[data-v-397d6e69] .slick-slider,[data-v-397d6e69] .slick-slider .slick-list{width:100%;height:100%}[data-v-397d6e69] .slick-slider .slick-list .slick-track{height:100%}.showContent[data-v-397d6e69]{display:flex!important;align-items:center;height:182px;width:232px}.billboard-image[data-v-397d6e69]{position:relative;background-repeat:no-repeat;background-position:center center;background-size:cover;overflow:hidden;width:100%;height:100%;padding:0 16px;border-radius:8px}.billboard-image .billboard-title[data-v-397d6e69]{font-size:16px;font-family:PingFang SC,PingFang SC;font-weight:700;color:#fff;margin-top:29px}.billboard-image .billboard-content[data-v-397d6e69]{font-size:14px;font-family:PingFang SC,PingFang SC;font-weight:400;color:#e6edf2;line-height:20px;margin:8px 0 0}.billboard-image .billboard-button[data-v-397d6e69]{cursor:pointer;width:200px;height:36px;display:flex;justify-content:center;align-items:center;position:absolute;bottom:15px;border-radius:2px}[data-v-397d6e69] .ant-carousel .slick-dots{display:block!important;margin:0 0 0 16px}[data-v-397d6e69] .ant-carousel .slick-dots li,[data-v-397d6e69] .ant-carousel .slick-dots li button{width:4px;height:4px;border-radius:2px;background:rgba(255,255,255,.5)}[data-v-397d6e69] .ant-carousel .slick-dots .slick-active{width:12px;height:4px}[data-v-397d6e69] .ant-carousel .slick-dots .slick-active button{width:12px;height:4px;border-radius:2px;background:#fff}[data-v-de42cb6a] .icon-icon_side_upload:before{font-size:2rem}[data-v-b9b8c4fa] .site-layout .site-layout-background{background:#fff}[data-v-b9b8c4fa][data-theme=dark] .site-layout .site-layout-background,[data-v-b9b8c4fa] .ant-layout-sider{background:#07131d}[data-v-b9b8c4fa] .ant-menu,[data-v-b9b8c4fa] .ant-layout-sider-trigger,[data-v-b9b8c4fa] .ant-layout-sider-children{background-color:#0a1926!important;border-right:.125rem solid #07376c;position:relative}[data-v-b9b8c4fa] .ant-menu{border:0}[data-v-b9b8c4fa] .narrow{position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;width:100%!important}[data-v-b9b8c4fa] .narrow>.ant-menu-item{height:5rem}[data-v-b9b8c4fa] .ant-menu-item-selected,[data-v-b9b8c4fa] .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected{background:linear-gradient(90deg,#0f5eff 0%,rgba(15,94,255,0) 100%);border-top:.0625rem solid;border-bottom:.0625rem solid;border-image:linear-gradient(to right,#0888c1,#073b76) 1;padding:0}[data-v-b9b8c4fa] .narrow>.ant-menu-item{padding:0}[data-v-b9b8c4fa] .ant-menu-title-content{width:100%;height:100%;display:inline-block}[data-v-b9b8c4fa] .ant-menu-title-content>div:nth-child(1){display:flex;align-items:center;flex-wrap:wrap;width:100%;height:100%}[data-v-b9b8c4fa] .ant-menu-title-content>div:nth-child(1) span{width:100%;text-align:center}.ant-menu.ant-menu-inline-collapsed[data-v-b9b8c4fa]{position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;width:100%!important}.ant-menu.ant-menu-inline-collapsed .ant-menu-title-content[data-v-b9b8c4fa]{display:none}[data-v-b9b8c4fa] .ant-menu-dark.ant-menu-inline .ant-menu-item{padding:0}[data-v-b9b8c4fa] .ant-menu-inline-collapsed .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected{display:flex;justify-content:center}[data-v-b9b8c4fa] .ant-menu-inline-collapsed .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected .ant-menu-title-content{display:none}[data-v-b9b8c4fa] .ant-menu-submenu-title{padding:0}[data-v-b9b8c4fa] .ant-menu.ant-menu-inline-collapsed .ant-menu-item-icon,.ant-menu.ant-menu-inline-collapsed .anticon[data-v-b9b8c4fa]{line-height:100%}[data-v-13877386] .ant-layout{z-index:2}.logo[data-v-13877386]{margin:1.25rem auto;width:80%;height:2.5rem;background:#334454}.site-layout .site-layout-background[data-v-13877386]{background:#fff}.logoTrue[data-v-13877386]{width:100%;height:10rem;text-align:center;color:#c1d0db;font-family:PingFang SC;font-size:.875rem;font-weight:400;font-stretch:normal;line-height:1.0625rem;letter-spacing:0rem;margin:0 auto;padding-top:1.25rem}.logoTrue img[data-v-13877386]{cursor:pointer}.logoFalse[data-v-13877386]{width:12.5rem;height:2.5rem;text-align:center;display:flex;justify-content:center;align-items:center;color:#c1d0db;font-family:PingFang SC;font-size:.875rem;font-weight:400;font-stretch:normal;line-height:1.0625rem;letter-spacing:0rem;margin:0 auto;margin-top:1.25rem;margin-bottom:2.25rem}.logoFalse img[data-v-13877386]{cursor:pointer}.map[data-v-13877386]{width:100%;height:100%;display:flex;position:absolute}[data-v-13877386] .layout{position:absolute;width:100%;height:100%;z-index:2}#components-layout-demo-side .logo[data-v-13877386]{height:2rem;margin:1rem;background:#07131d}.site-layout .site-layout-background[data-v-13877386],[data-theme=dark] .site-layout .site-layout-background[data-v-13877386]{background:#0a1926}.uploadSee[data-v-13877386]{background-color:#0a1926;height:2.5rem;padding-left:1.5rem;line-height:2.5rem;position:fixed;bottom:0;font-family:PingFang SC;font-size:.875rem;font-weight:400;letter-spacing:0rem;color:#c1d0db;pointer-events:all;z-index:2}.uploadSee span[data-v-13877386]{font-family:PingFang SC;font-size:.875rem;font-weight:400;letter-spacing:0rem;color:#0f5eff;cursor:pointer}[data-v-13877386] .ant-layout-sider{width:264px!important;max-width:264px!important;pointer-events:all;background:#0a1926;z-index:2;border-right:.125rem solid #073b76}.content[data-v-13877386]{cursor:default;width:100%;height:100%;position:absolute;z-index:33;pointer-events:none}[data-v-13877386] .ant-menu-dark.ant-menu-inline,.ant-menu-dark.ant-menu-vertical[data-v-13877386],.ant-menu-dark.ant-menu-vertical-left[data-v-13877386],.ant-menu-dark.ant-menu-vertical-right[data-v-13877386]{background:#0a1926}[data-v-13877386] .ant-layout-sider-trigger{background:#0a1926;font-size:1rem;border-right:.125rem solid #073b76}[data-v-13877386] .icon-icon_side_data:before,[data-v-13877386] .icon-icon_side_details:before,[data-v-13877386] .icon-icon_side_members:before,[data-v-13877386] .icon-icon_side_upload:before,[data-v-13877386] .icon-icon_side_folder:before,[data-v-13877386] .icon-icon_side_material:before,[data-v-13877386] .icon-icon_side_sdk:before,[data-v-13877386] .icon-icon_side_scene:before,[data-v-13877386] .icon-icon_side_share:before{font-size:1.75rem;color:#0f67fe;background-image:-webkit-linear-gradient(top,#0f67fe,#0f67fe,rgba(88,137,235,.177));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}[data-v-13877386] .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected{background:linear-gradient(90deg,#0f5eff 0%,rgba(15,94,255,0) 100%);width:100%}[data-v-13877386] .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected .icon-icon_side_data:before,[data-v-13877386] .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected .icon-icon_side_details:before,[data-v-13877386] .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected .icon-icon_side_members:before,[data-v-13877386] .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected .icon-icon_side_upload:before,[data-v-13877386] .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected .icon-icon_side_folder:before,[data-v-13877386] .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected .icon-icon_side_material:before,[data-v-13877386] .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected .icon-icon_side_sdk:before,[data-v-13877386] .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected .icon-icon_side_scene:before,[data-v-13877386] .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected .icon-icon_side_share:before{font-size:1.75rem;color:#fff;background-image:-webkit-linear-gradient(top,#fff,#fff,rgba(88,137,235,.177));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}[data-v-13877386] .ant-menu-submenu-selected .icon-icon_side_upload:before{font-size:1.75rem;color:#fff;background-image:-webkit-linear-gradient(top,#fff,#fff,rgba(88,137,235,.177));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}[data-v-13877386] .ant-layout-sider-children{height:auto}[data-v-13877386] .ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed li{padding:0;height:5rem;text-align:center;margin:0}[data-v-13877386] .ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed li .ant-menu-title-content{display:block;width:auto;padding:0;height:auto;margin:0;opacity:1}[data-v-13877386] .ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed li .ant-menu-title-content div{display:inline-block;position:relative;bottom:.3125rem;line-height:1.1875rem}[data-v-13877386] .ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed .ant-menu-submenu-title{height:5rem;padding:0;text-align:center;margin:0}[data-v-13877386] .ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed .ant-menu-submenu-title .ant-menu-title-content{display:block;padding:0;height:auto;margin:0;opacity:1;position:relative;bottom:.3125rem}[data-v-13877386] .ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed .ant-menu-item-selected{height:5rem;padding:0;margin:0;text-align:center}[data-v-13877386] .ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed .ant-menu-item-selected .ant-menu-title-content{width:auto;display:block;padding:0;height:0;margin:0;opacity:1}[data-v-13877386] .ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed .ant-menu-item-selected .ant-menu-title-content div{display:inline;position:relative;bottom:.3125rem;line-height:1.1875rem}[data-v-13877386] .ant-menu.ant-menu-inline-collapsed .ant-menu-item-icon,.ant-menu.ant-menu-inline-collapsed .anticon[data-v-13877386]{line-height:1.75rem!important;height:1.75rem;position:relative;top:.9375rem}.dlayout[data-v-13877386]{display:flex;height:100%;background:transparent;padding:0;flex-wrap:wrap}.AllMask[data-v-13877386]{display:flex;justify-content:center;align-items:center;position:fixed;width:100%;height:100%;z-index:999;background:rgba(0,0,0,.6)}.example[data-v-13877386]{position:absolute;top:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;background:rgba(0,0,0)}.map-rightLoading[data-v-13877386]{position:fixed;z-index:32;width:calc(100% - 760px);right:0;height:100%;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.6)}.layoutContentClass50[data-v-13877386]{width:50%!important;max-width:52.5rem!important}.layoutContentClass100[data-v-13877386]{width:100%!important;max-width:100%!important}.layoutCcontent[data-v-13877386]{display:flex;flex-wrap:wrap-reverse}.routerView[data-v-13877386]{background-color:#07131d;width:100%;height:100%}.home{width:100%;height:100%}.compass{top:85%!important}.ant-pagination{justify-content:center!important;margin:32px 0 0}.ant-pagination-item-active{font-weight:500;background:transparent;border-color:#0f5eff}.ant-modal-header,.ant-modal-body{background:#0a1926}.tooltipClass{width:343px!important;max-width:343px!important;overflow:hidden}body{height:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif}label{font-weight:700}html{height:100%;box-sizing:border-box}#app{height:100%}*,*:before,*:after{box-sizing:inherit}.no-padding{padding:0rem!important}.padding-content{padding:.25rem 0}a:focus,a:active{outline:none}a,a:focus,a:hover{cursor:pointer;color:inherit;text-decoration:none}div:focus{outline:none}.fr{float:right}.fl{float:left}.pr-5{padding-right:.3125rem}.pl-5{padding-left:.3125rem}.block{display:block}.pointer{cursor:pointer}.inlineBlock{display:block}.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none!important}*::-webkit-scrollbar{width:0}.element{-ms-overflow-style:none}.element{overflow:-moz-scrollbars-none}.ant-select-selector{border:.0625rem solid #1e2f3e!important;background:#07131d!important}.ant-select-selector:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3!important;box-shadow:none!important}.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector{border:1px solid #0f5eff!important;box-shadow:none!important}.ant-input-number{border-color:#1e2f3e!important;background:#07131d!important}.ant-input-number:hover{border-color:#9da9b3;box-shadow:none!important;border-right-width:1px solid #9da9b3}.ant-input-number:focus,.ant-input-number-focused{border-color:#0f5eff!important;box-shadow:none!important;border-right-width:1px solid #0f5eff!important}.ant-input-number:focus{border-color:#0f5eff!important;box-shadow:none!important;border-right-width:1px solid #0f5eff!important}.ant-input{border-color:#1e2f3e!important;background:#07131d!important}.ant-input:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3!important}.ant-input:focus{background:#07131d!important;opacity:1!important;border:1px solid #0f5eff!important;box-shadow:none!important}.ant-picker:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3}.ant-picker-focused{border:1px solid #0f5eff!important;box-shadow:none!important;outline:0}.ant-input-affix-wrapper{border-color:#1e2f3e!important;background:#07131d!important}.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused{border:1px solid #0f5eff!important;box-shadow:none!important;border-right-width:1px!important;outline:0}.ant-input-affix-wrapper-focused,.ant-input-affix-wrapper:focus{border:1px solid #0f5eff!important}.ant-input-affix-wrapper:hover{border:1px solid #9da9b3!important}.ant-input-affix-wrapper:focus{border:1px solid #0f5eff!important}.btn-onlyRead{pointer-events:none}.HighlightText{color:#e6edf2!important}.mainText{color:#c1d0db!important}.secondaryText{color:#9da9b3!important}.customScrolling-y::-webkit-scrollbar{overflow-y:auto;width:5px;background:#1e2f3e!important;border-radius:5px;opacity:1}.customScrolling-y::-webkit-scrollbar-thumb{border-radius:5px;background:#1e2f3e!important}.customScrolling-y::-webkit-scrollbar-track{-webkit-box-shadow:0;border-radius:0;background:#0a1926!important}.ant-table-body{width:101%;padding:0 10px 0 0}.ant-table-container table>thead>tr:first-child th:last-child{width:101%;padding:0 10px 0 0;border:0}.ant-table-body::-webkit-scrollbar{width:6px!important;height:6px!important;margin-left:5px}.ant-table-body::-webkit-scrollbar-track{background-color:none;margin-left:5px}.ant-table-body::-webkit-scrollbar-thumb{background-color:#1e2f3e;border-radius:5px;margin-left:5px}.ant-table-body::-webkit-scrollbar-thumb:hover{background-color:#1e2f3e;margin-left:5px}.ant-table-body::-webkit-scrollbar-corner{background-color:#0a1926;margin-left:5px}.ant-table-cell-scrollbar{box-shadow:0 0}.isrs_upload .ant-upload-list{display:none}.user_popover{position:fixed}.ant-popover-inner-content{background:#0a1926}.ant-popover-inner-content .user_name{width:88px;height:100%;cursor:default;margin-bottom:9px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.ant-popover-inner-content .user_name_border{position:absolute;width:calc(100% + 24px);height:1px;background:#1e2f3e;left:0}.success-class{display:flex;justify-content:center;align-items:center}.success-class .ant-message-notice-content{width:120px;height:40px;background:#002d1b;border-radius:2px;border:1px solid #11ba77;display:flex;justify-content:center;align-items:center}.success-class .ant-message-notice-content .anticon{color:#11ba77}.error-class{display:flex;justify-content:center;align-items:center}.error-class .ant-message-notice-content{width:120px;height:40px;background:#400100;border-radius:2px;border:1px solid #e65552;display:flex;justify-content:center;align-items:center}.error-class .ant-message-notice-content .anticon{color:#e65552}.omitInTheMiddle{position:relative;line-height:2;height:2em;padding:0 10px;overflow:hidden;margin:5px 0}.omitInTheMiddle .title{display:block;position:relative;background:inherit;text-align:justify;height:2em;overflow:hidden;top:-4em}.omitInTheMiddle .txt{display:block;max-height:4em}.omitInTheMiddle .title:before{content:attr(title);width:50%;float:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.ellipsisInTheMiddleOfTheText{position:relative;line-height:2;height:2em;overflow:hidden;background:#0a1926;margin:5px 0;width:auto}.ellipsisInTheMiddleOfTheText .txt{display:block;max-height:4em}.ellipsisInTheMiddleOfTheText .title{display:block;position:relative;background:inherit;text-align:justify;height:2em;overflow:hidden;top:-4em}.ellipsisInTheMiddleOfTheText .title:before{content:attr(title);width:50%;float:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.upload_class .ant-dropdown-content{width:148px}.upload_class .ant-dropdown-content ul{background-color:#07131d}#app,.ant-spin-nested-loading,.ant-spin-container{width:100%;height:100%}.ant-spin{max-height:unset!important}.logOut[data-v-7ba5bd90]{top:0;position:absolute;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:99}.logOut .logOut_box[data-v-7ba5bd90]{width:360px;height:298px;background:#0a1926;box-shadow:3px 3px 20px 1px #0003;border-radius:2px;display:flex;align-items:center;justify-content:center;flex-direction:column}.logOut .logOut_box .icon-icon_warning1[data-v-7ba5bd90]{font-size:72px}.logOut .logOut_box .icon-icon_warning1[data-v-7ba5bd90]:before{color:#e65552}.logOut .logOut_box .logOut_text[data-v-7ba5bd90]{margin-top:24px;margin-bottom:32px;font-size:16px;color:#c1d0db;line-height:28px;text-align:center}.logOut[data-v-7ba5bd90] .ant-btn-primary{width:164px;height:40px;background:#0f5eff;border-radius:2px}.ant-spin[data-v-3c6db8f8]{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;display:none;color:#1890ff;text-align:center;vertical-align:middle;opacity:0;transition:transform .3s cubic-bezier(.78,.14,.15,.86);opacity:1}.ant-spin-spinning[data-v-3c6db8f8]{position:static;display:inline-block;opacity:1}.ant-spin-container[data-v-3c6db8f8]{position:relative;transition:opacity .3s}.ant-spin-container[data-v-3c6db8f8]:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:none;width:100%;height:100%;background:#fff;opacity:0;transition:all .3s;content:"";pointer-events:none}.ant-spin-blur[data-v-3c6db8f8]{clear:both;opacity:.5;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.ant-spin-blur[data-v-3c6db8f8]:after{opacity:.4;pointer-events:auto}.ant-spin-tip[data-v-3c6db8f8]{color:#00000073}.ant-spin-dot[data-v-3c6db8f8]{position:relative;display:inline-block;font-size:20px;width:1em;height:1em}.ant-spin-dot-item[data-v-3c6db8f8]{position:absolute;display:block;width:9px;height:9px;background-color:#1890ff;border-radius:100%;transform:scale(.75);transform-origin:50% 50%;opacity:.3;animation:antSpinMove-3c6db8f8 1s infinite linear alternate}.ant-spin-dot-item[data-v-3c6db8f8]:nth-child(1){top:0;left:0}.ant-spin-dot-item[data-v-3c6db8f8]:nth-child(2){top:0;right:0;animation-delay:.4s}.ant-spin-dot-item[data-v-3c6db8f8]:nth-child(3){right:0;bottom:0;animation-delay:.8s}.ant-spin-dot-item[data-v-3c6db8f8]:nth-child(4){bottom:0;left:0;animation-delay:1.2s}.ant-spin-dot-spin[data-v-3c6db8f8]{transform:rotate(45deg);animation:antRotate-3c6db8f8 1.2s infinite linear}.ant-spin-sm .ant-spin-dot[data-v-3c6db8f8]{font-size:14px}.ant-spin-sm .ant-spin-dot i[data-v-3c6db8f8]{width:6px;height:6px}.ant-spin-lg .ant-spin-dot[data-v-3c6db8f8]{font-size:32px}.ant-spin-lg .ant-spin-dot i[data-v-3c6db8f8]{width:14px;height:14px}.ant-spin.ant-spin-show-text .ant-spin-text[data-v-3c6db8f8]{display:block}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.ant-spin-blur[data-v-3c6db8f8]{background:#fff;opacity:.5}}.ant-spin-rtl[data-v-3c6db8f8]{direction:rtl}.ant-spin-rtl .ant-spin-dot-spin[data-v-3c6db8f8]{transform:rotate(-45deg);animation-name:antRotateRtl}@keyframes antSpinMove-3c6db8f8{to{opacity:1}}@keyframes antRotate-3c6db8f8{to{transform:rotate(405deg)}}.ant-pagination[data-v-0f829942]{justify-content:center!important;margin:32px 0 0}.ant-pagination-item-active[data-v-0f829942]{font-weight:500;background:transparent;border-color:#0f5eff}.ant-modal-header[data-v-0f829942],.ant-modal-body[data-v-0f829942]{background:#0a1926}.tooltipClass[data-v-0f829942]{width:343px!important;max-width:343px!important;overflow:hidden}body[data-v-0f829942]{height:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif}label[data-v-0f829942]{font-weight:700}html[data-v-0f829942]{height:100%;box-sizing:border-box}#app[data-v-0f829942]{height:100%}[data-v-0f829942],[data-v-0f829942]:before,[data-v-0f829942]:after{box-sizing:inherit}.no-padding[data-v-0f829942]{padding:0rem!important}.padding-content[data-v-0f829942]{padding:.25rem 0}a[data-v-0f829942]:focus,a[data-v-0f829942]:active{outline:none}a[data-v-0f829942],a[data-v-0f829942]:focus,a[data-v-0f829942]:hover{cursor:pointer;color:inherit;text-decoration:none}div[data-v-0f829942]:focus{outline:none}.fr[data-v-0f829942]{float:right}.fl[data-v-0f829942]{float:left}.pr-5[data-v-0f829942]{padding-right:.3125rem}.pl-5[data-v-0f829942]{padding-left:.3125rem}.block[data-v-0f829942]{display:block}.pointer[data-v-0f829942]{cursor:pointer}.inlineBlock[data-v-0f829942]{display:block}.clearfix[data-v-0f829942]:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}input[data-v-0f829942]::-webkit-outer-spin-button,input[data-v-0f829942]::-webkit-inner-spin-button{-webkit-appearance:none!important}[data-v-0f829942]::-webkit-scrollbar{width:0}.element[data-v-0f829942]{-ms-overflow-style:none}.element[data-v-0f829942]{overflow:-moz-scrollbars-none}.ant-select-selector[data-v-0f829942]{border:.0625rem solid #1e2f3e!important;background:#07131d!important}.ant-select-selector[data-v-0f829942]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3!important;box-shadow:none!important}.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector[data-v-0f829942]{border:1px solid #0f5eff!important;box-shadow:none!important}.ant-input-number[data-v-0f829942]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input-number[data-v-0f829942]:hover{border-color:#9da9b3;box-shadow:none!important;border-right-width:1px solid #9da9b3}.ant-input-number[data-v-0f829942]:focus,.ant-input-number-focused[data-v-0f829942]{border-color:#0f5eff!important;box-shadow:none!important;border-right-width:1px solid #0f5eff!important}.ant-input-number[data-v-0f829942]:focus{border-color:#0f5eff!important;box-shadow:none!important;border-right-width:1px solid #0f5eff!important}.ant-input[data-v-0f829942]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input[data-v-0f829942]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3!important}.ant-input[data-v-0f829942]:focus{background:#07131d!important;opacity:1!important;border:1px solid #0f5eff!important;box-shadow:none!important}.ant-picker[data-v-0f829942]:hover{background:#07131d!important;opacity:1!important;border:1px solid #9da9b3}.ant-picker-focused[data-v-0f829942]{border:1px solid #0f5eff!important;box-shadow:none!important;outline:0}.ant-input-affix-wrapper[data-v-0f829942]{border-color:#1e2f3e!important;background:#07131d!important}.ant-input-affix-wrapper[data-v-0f829942]:focus,.ant-input-affix-wrapper-focused[data-v-0f829942]{border:1px solid #0f5eff!important;box-shadow:none!important;border-right-width:1px!important;outline:0}.ant-input-affix-wrapper-focused[data-v-0f829942],.ant-input-affix-wrapper[data-v-0f829942]:focus{border:1px solid #0f5eff!important}.ant-input-affix-wrapper[data-v-0f829942]:hover{border:1px solid #9da9b3!important}.ant-input-affix-wrapper[data-v-0f829942]:focus{border:1px solid #0f5eff!important}.btn-onlyRead[data-v-0f829942]{pointer-events:none}.HighlightText[data-v-0f829942]{color:#e6edf2!important}.mainText[data-v-0f829942]{color:#c1d0db!important}.secondaryText[data-v-0f829942]{color:#9da9b3!important}.customScrolling-y[data-v-0f829942]::-webkit-scrollbar{overflow-y:auto;width:5px;background:#1e2f3e!important;border-radius:5px;opacity:1}.customScrolling-y[data-v-0f829942]::-webkit-scrollbar-thumb{border-radius:5px;background:#1e2f3e!important}.customScrolling-y[data-v-0f829942]::-webkit-scrollbar-track{-webkit-box-shadow:0;border-radius:0;background:#0a1926!important}.ant-table-body[data-v-0f829942]{width:101%;padding:0 10px 0 0}.ant-table-container table>thead>tr:first-child th[data-v-0f829942]:last-child{width:101%;padding:0 10px 0 0;border:0}.ant-table-body[data-v-0f829942]::-webkit-scrollbar{width:6px!important;height:6px!important;margin-left:5px}.ant-table-body[data-v-0f829942]::-webkit-scrollbar-track{background-color:none;margin-left:5px}.ant-table-body[data-v-0f829942]::-webkit-scrollbar-thumb{background-color:#1e2f3e;border-radius:5px;margin-left:5px}.ant-table-body[data-v-0f829942]::-webkit-scrollbar-thumb:hover{background-color:#1e2f3e;margin-left:5px}.ant-table-body[data-v-0f829942]::-webkit-scrollbar-corner{background-color:#0a1926;margin-left:5px}.ant-table-cell-scrollbar[data-v-0f829942]{box-shadow:0 0}.isrs_upload .ant-upload-list[data-v-0f829942]{display:none}.user_popover[data-v-0f829942]{position:fixed}.ant-popover-inner-content[data-v-0f829942]{background:#0a1926}.ant-popover-inner-content .user_name[data-v-0f829942]{width:88px;height:100%;cursor:default;margin-bottom:9px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.ant-popover-inner-content .user_name_border[data-v-0f829942]{position:absolute;width:calc(100% + 24px);height:1px;background:#1e2f3e;left:0}.success-class[data-v-0f829942]{display:flex;justify-content:center;align-items:center}.success-class .ant-message-notice-content[data-v-0f829942]{width:120px;height:40px;background:#002d1b;border-radius:2px;border:1px solid #11ba77;display:flex;justify-content:center;align-items:center}.success-class .ant-message-notice-content .anticon[data-v-0f829942]{color:#11ba77}.error-class[data-v-0f829942]{display:flex;justify-content:center;align-items:center}.error-class .ant-message-notice-content[data-v-0f829942]{width:120px;height:40px;background:#400100;border-radius:2px;border:1px solid #e65552;display:flex;justify-content:center;align-items:center}.error-class .ant-message-notice-content .anticon[data-v-0f829942]{color:#e65552}.omitInTheMiddle[data-v-0f829942]{position:relative;line-height:2;height:2em;padding:0 10px;overflow:hidden;margin:5px 0}.omitInTheMiddle .title[data-v-0f829942]{display:block;position:relative;background:inherit;text-align:justify;height:2em;overflow:hidden;top:-4em}.omitInTheMiddle .txt[data-v-0f829942]{display:block;max-height:4em}.omitInTheMiddle .title[data-v-0f829942]:before{content:attr(title);width:50%;float:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.ellipsisInTheMiddleOfTheText[data-v-0f829942]{position:relative;line-height:2;height:2em;overflow:hidden;background:#0a1926;margin:5px 0;width:auto}.ellipsisInTheMiddleOfTheText .txt[data-v-0f829942]{display:block;max-height:4em}.ellipsisInTheMiddleOfTheText .title[data-v-0f829942]{display:block;position:relative;background:inherit;text-align:justify;height:2em;overflow:hidden;top:-4em}.ellipsisInTheMiddleOfTheText .title[data-v-0f829942]:before{content:attr(title);width:50%;float:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.upload_class .ant-dropdown-content[data-v-0f829942]{width:148px}.upload_class .ant-dropdown-content ul[data-v-0f829942]{background-color:#07131d}.ant-spin[data-v-0f829942]{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;display:none;color:#1890ff;text-align:center;vertical-align:middle;opacity:0;transition:transform .3s cubic-bezier(.78,.14,.15,.86);opacity:1}.ant-spin-spinning[data-v-0f829942]{position:static;display:inline-block;opacity:1}.ant-spin-container[data-v-0f829942]{position:relative;transition:opacity .3s}.ant-spin-container[data-v-0f829942]:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:none;width:100%;height:100%;background:#fff;opacity:0;transition:all .3s;content:"";pointer-events:none}.ant-spin-blur[data-v-0f829942]{clear:both;opacity:.5;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.ant-spin-blur[data-v-0f829942]:after{opacity:.4;pointer-events:auto}.ant-spin-tip[data-v-0f829942]{color:#00000073}.ant-spin-dot[data-v-0f829942]{position:relative;display:inline-block;font-size:16px;width:1em;height:1em}.ant-spin-dot-item[data-v-0f829942]{position:absolute;display:block;width:7px;height:7px;background-color:#1e2f3e;border-radius:100%;transform:scale(.75);transform-origin:50% 50%;opacity:.3;animation:antSpinMove-0f829942 1s infinite linear alternate}.ant-spin-dot-item[data-v-0f829942]:nth-child(1){top:0;left:0}.ant-spin-dot-item[data-v-0f829942]:nth-child(2){top:0;right:0;animation-delay:.4s}.ant-spin-dot-item[data-v-0f829942]:nth-child(3){right:0;bottom:0;animation-delay:.8s}.ant-spin-dot-item[data-v-0f829942]:nth-child(4){bottom:0;left:0;animation-delay:1.2s}.ant-spin-dot-spin[data-v-0f829942]{transform:rotate(45deg);animation:antRotate-0f829942 1.2s infinite linear}.ant-spin-sm .ant-spin-dot[data-v-0f829942]{font-size:14px}.ant-spin-sm .ant-spin-dot i[data-v-0f829942]{width:6px;height:6px}.ant-spin-lg .ant-spin-dot[data-v-0f829942]{font-size:32px}.ant-spin-lg .ant-spin-dot i[data-v-0f829942]{width:14px;height:14px}.ant-spin.ant-spin-show-text .ant-spin-text[data-v-0f829942]{display:block}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.ant-spin-blur[data-v-0f829942]{background:#fff;opacity:.5}}.ant-spin-rtl[data-v-0f829942]{direction:rtl}.ant-spin-rtl .ant-spin-dot-spin[data-v-0f829942]{transform:rotate(-45deg);animation-name:antRotateRtl}@keyframes antSpinMove-0f829942{to{opacity:1}}@keyframes antRotate-0f829942{to{transform:rotate(405deg)}}.textColorBox{display:flex;align-items:center}.textColorBox ::v-deep .ant-input{padding:0;width:11.25rem;height:2rem;border:0}
