:root{--vt-c-white: #fff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, 29%);--vt-c-divider-light-2: rgba(60, 60, 60, 12%);--vt-c-divider-dark-1: rgba(84, 84, 84, 65%);--vt-c-divider-dark-2: rgba(84, 84, 84, 48%);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, 66%);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, 64%)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;line-height:1.6;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{outline:none;box-shadow:none!important}button:hover{background:var(--color--primary)}.ant-form .ant-input,.ant-form .ant-select.ant-select-in-form-item{width:183px}.ant-message{position:fixed;top:8px;left:50%!important;z-index:1010;box-sizing:border-box;width:100%;padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;line-height:1.5714285714285714;list-style:none;pointer-events:none;transform:translate(-50%)}.ant-message-notice{padding:8px;text-align:center}.ant-message-notice .ant-message-notice-content{display:inline-block;padding:9px 12px;color:var(--color-text-base);pointer-events:all;background:var(--color--bg-second);border-radius:2px;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d}.ant-message-notice .ant-message-info .anticon,.ant-message-notice .ant-message-loading .anticon{color:var(--color--primary)}.ant-message-notice .ant-message-success .anticon{color:#52c41a}.ant-message-notice .ant-message-error .anticon{color:var(--color--danger)}.ant-message-notice .ant-message-warning .anticon{color:#faad14}.ant-message-notice .anticon{margin-inline-end:8px;font-size:16px;vertical-align:-.125em}.ant-select-item{background-color:var(--color--bg-base)!important}.ant-select-item:hover,.ant-select-item-option-selected{background-color:var(--color--bg-second)!important}.ant-notification{position:fixed;z-index:1050;box-sizing:border-box;padding:0;margin:0;margin-inline-end:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;line-height:1.5714285714285714;list-style:none}.ant-notification-notice{position:relative;width:384px;max-width:calc(100vw - 48px);padding:20px 24px;margin-bottom:16px;margin-left:auto;overflow:hidden;line-height:1.5714285714285714;word-wrap:break-word;border-radius:2px}.ant-notification-notice .ant-notification-notice-icon-success.anticon{color:#52c41a}.ant-notification-notice .ant-notification-notice-icon-info.anticon{color:var(--color--primary)}.ant-notification-notice .ant-notification-notice-icon-warning.anticon{color:#faad14}.ant-notification-notice .ant-notification-notice-icon-error.anticon{color:var(--color--danger)}.ant-notification-notice .ant-notification-notice-icon{position:absolute;font-size:24px;line-height:0}.ant-notification-notice .ant-notification-notice-with-icon .ant-notification-notice-message{margin-bottom:8px;margin-left:36px;font-size:16px}.ant-notification-notice.ant-notification-notice-closable .ant-notification-notice-message{padding-right:24px}.ant-notification-notice .ant-notification-notice-message{line-height:1.5}.ant-notification-notice .ant-notification-notice-with-icon .ant-notification-notice-description{margin-left:36px;font-size:14px}.ant-notification-notice .ant-notification-notice-close{position:absolute;top:20px;right:24px;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:2px;outline:none;transition:background-color .2s,color .2s}html[theme=light] .ant-table-wrapper .ant-table-thead>tr>th,html[theme=light] .ant-table-wrapper .ant-table-thead>tr>td{background:#f2f3f5!important}#app{height:100%}*{scrollbar-color:#b4bbc5 #f5f5f5;scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{display:none;width:6px;height:6px}::-webkit-scrollbar-thumb{background-color:#b4bbc5;border-radius:10px;transition:all .2s ease-in-out}::-webkit-scrollbar-track{background-color:#f5f5f5;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#919191}html[theme=light] .ant-notification{color:#000000e0}html[theme=light] .ant-notification .ant-notification-notice{background:#fff;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d}html[theme=light] .ant-notification .ant-notification-notice .ant-notification-notice-message{color:#000000e0}html[theme=light] .ant-notification .ant-notification-notice .ant-notification-notice-close{color:#00000073}html[theme=dark] .ant-notification{color:#ffffffd9}html[theme=dark] .ant-notification .ant-notification-notice{background:#1f1f1f;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d}html[theme=dark] .ant-notification .ant-notification-notice .ant-notification-notice-message{color:#ffffffd9}html[theme=dark] .ant-notification .ant-notification-notice .ant-notification-notice-close{color:#ffffff73}.ant-modal .ant-modal-content{padding:0!important;border-radius:2px!important}.ant-modal .ant-modal-header{padding:16px 24px!important;margin-bottom:0!important;border-bottom:1px solid #f0f0f0!important}.ant-modal .ant-modal-body{padding:24px 20px!important}.ai-modal .ant-modal-body{padding:24px 28px 24px 24px!important}.ant-modal .ant-modal-footer{padding:10px 16px!important;margin-top:0!important;border-top:1px solid #f0f0f0!important;border-radius:0 0 4px 4px}.page-content{height:100%}.page-content .ant-card-body{display:flex;flex-direction:column;height:100%;padding:16px}.page-content .header{display:flex;flex-direction:column;width:100%}.page-content .main{flex:1 1 auto;margin-top:16px;overflow:hidden auto}.page-content .search-form .ant-form-item{margin-bottom:10px}.page-content .page-info{font-size:14px;font-weight:400;color:#4e5969}.page-content .ant-tabs-card .ant-tabs-nav .ant-tabs-tab{font-weight:400;color:#4e5969;background:#f7f8fa}.page-content .ant-tabs-card .ant-tabs-nav .ant-tabs-tab-active{background:#fff}.page-content .ant-tabs-card .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn{font-weight:500}.ant-table .ant-table-cell .ant-btn-link{padding:4px 6px 4px 0!important}.modal-form .ant-input,.modal-form .ant-select.ant-select-in-form-item{width:100%}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.modal-form .ant-form-item{margin-bottom:16px}.table-pre{margin-bottom:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-weight:400;color:#000c;word-wrap:reak-word;white-space:pre-wrap}.ant-picker{border-radius:2px}.setting-drawer-index-item[data-v-2ebe66d8]{margin-bottom:24px}.setting-drawer-index-item .setting-drawer-index-title[data-v-2ebe66d8]{margin-bottom:12px;font-size:14px;line-height:22px;color:#000000d9}.setting-drawer-theme-color-colorBlock[data-v-24a6c560]{float:left;width:20px;height:20px;padding-right:0;padding-left:0;margin-right:8px;font-weight:700;color:#fff;text-align:center;cursor:pointer;border-radius:2px}.setting-drawer-theme-color-colorBlock i[data-v-24a6c560]{font-size:14px}.setting-drawer-index-content[data-v-0c202e3a] .setting-drawer-index-blockChecbox{display:flex}.setting-drawer-index-content[data-v-0c202e3a] .setting-drawer-index-blockChecbox .setting-drawer-index-item{position:relative;margin-right:16px;cursor:pointer;border-radius:4px}.setting-drawer-index-content[data-v-0c202e3a] .setting-drawer-index-blockChecbox .setting-drawer-index-item img{width:48px}.setting-drawer-index-content[data-v-0c202e3a] .setting-drawer-index-blockChecbox .setting-drawer-index-item .setting-drawer-index-selectIcon{position:absolute;top:0;right:0;width:100%;height:100%;padding-top:15px;padding-left:24px;font-size:14px;font-weight:700;color:var(--color--primary)}.setting-drawer-index-handle[data-v-0c202e3a]{position:absolute;top:240px;right:320px;z-index:1001;display:flex;align-items:center;justify-content:center;width:48px;height:48px;font-size:16px;text-align:center;pointer-events:auto;cursor:pointer;background:var(--color--primary);border-radius:4px 0 0 4px}.setting-drawer-index-handle i[data-v-0c202e3a]{font-size:20px;color:#fff}.rightcontent[data-v-417ef0e0]{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;height:48px;padding-left:12px;line-height:48px}.left[data-v-417ef0e0]{display:flex;flex-direction:row;align-items:center}.menu[data-v-417ef0e0]{display:flex;align-items:center;justify-content:center;width:36px;height:48px;font-size:18px}.title[data-v-417ef0e0]{height:48px;font-family:PingFang SC;font-size:16px;font-weight:600;line-height:48px}.tip-content[data-v-417ef0e0]{display:flex;align-items:center;height:32px;padding:0 16px;margin-right:24px;cursor:pointer;border:1px solid #e5e6eb;border-radius:18px}.tip-content .tip-img[data-v-417ef0e0]{width:18px;height:18px;margin-right:8px}.tip-content .tip-count[data-v-417ef0e0]{display:flex;align-items:center;margin-left:8px}.tip-content[data-v-417ef0e0]:hover{box-shadow:1px 1px 5px #0000001a}.tabs[data-v-aae2c3bb]{-webkit-user-select:none;user-select:none}.asider .logo img[data-v-504cbcef]{width:50px;height:48px}.asider .logo .collapsed[data-v-504cbcef]{width:168px;height:48px}.drawer[data-v-504cbcef]{height:100%}.headerTop[class~=on][data-v-504cbcef]{display:inline-flex;flex:0 0 auto;flex-direction:row-reverse;justify-content:space-between}.headerTop[class~=off][data-v-504cbcef]{display:flex;flex:1 1 auto;flex-direction:row-reverse}.headerTop[class~=off][data-v-504cbcef] .rightcontent{width:100%}.topmenu[data-v-504cbcef]{z-index:10}.topmenu .logo[data-v-504cbcef]{width:168px;height:48px}.topmenu[data-v-504cbcef]{flex:1 1 auto}.layout[data-v-504cbcef]{position:absolute;top:0;right:0;bottom:0;left:0;height:100vh;overflow:hidden}.layout-r[data-v-504cbcef]{position:relative;overflow:hidden auto}.layout-content[data-v-504cbcef]{position:relative;padding:16px;overflow:hidden auto}.sticky[data-v-504cbcef]{position:sticky;top:0;right:0;z-index:10}.asider .ant-menu[data-v-504cbcef]{color:#86909c!important}.asider .menuList[data-v-504cbcef] .item{padding-left:12px!important}.asider .menuList[data-v-504cbcef] .item .ant-menu{color:#86909c!important}.asider .menuList[data-v-504cbcef] .item .ant-menu-submenu-title{padding-left:12px!important}.asider .menuList[data-v-504cbcef] .ant-menu-submenu.item{padding-left:0!important}.asider .menuList[data-v-504cbcef] .subitem{padding-left:20px!important}.asider .menuList[data-v-504cbcef] .ant-menu-title-content{display:flex;align-items:center}.asider .menuList[data-v-504cbcef]{overflow:-moz-scrollbars-none;overflow:hidden auto;scrollbar-width:none;-ms-overflow-style:none}.asider .menuList[data-v-504cbcef]::-webkit-scrollbar{display:none}.menuList-top[data-v-504cbcef]{flex:1 1 auto;width:400px}.icon[data-v-504cbcef]{width:16px;height:16px}html[theme=light]{color:#000;background:#fff}html[theme=dark]{color:#fff;background:#000}#app{box-sizing:border-box;height:100%}.page-enter-active,.page-leave-active{transition:all .2s ease-in-out}.page-enter-from{opacity:0}.page-enter-to{opacity:1}.page-leave-from{opacity:1;transform:translate(0)}.page-leave-to{opacity:0;transform:translate(-2em)}.spin{width:100vw!important;height:100vh!important;max-height:100vh!important}.spin .ant-spin-dot{top:calc(50% - 10px)!important;left:calc(50% - 10px)!important;margin:0!important}
