.relative{position:relative}.absolute{position:absolute}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.f-wrap{flex-wrap:wrap}.flex{display:flex}.text-center{text-align:center}.flex-row{display:flex;flex-direction:row}.flex-col{display:flex;flex-direction:column}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-baseline{align-self:baseline}.self-stretch{align-self:stretch}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.grow{flex-grow:1}.grow-0{flex-grow:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.line-under{text-decoration:underline}.line-del{text-decoration:line-through}.border0{border:none}.fff{color:#fff}.c-666{color:#666}.c-888{color:#888}.c-999{color:#999}.c-ccc{color:#ccc}.red{color:red}.blue{color:#00f}.orange{color:orange}.purple{color:purple}.pink{color:pink}.brown{color:brown}.gray{color:gray}.black{color:#000}.yellow{color:#ff0}.green{color:green}.mt5{margin-top:.3125rem}.mt10{margin-top:.625rem}.mt15{margin-top:.9375rem}.mt20{margin-top:1.25rem}.ml5{margin-left:.3125rem}.ml10{margin-left:.625rem}.ml15{margin-left:.9375rem}.ml20{margin-left:1.25rem}.mr5{margin-right:.3125rem}.mr10{margin-right:.625rem}.mr15{margin-right:.9375rem}.mr20{margin-right:1.25rem}.mb5{margin-bottom:.3125rem}.mb10{margin-bottom:.625rem}.mb15{margin-bottom:.9375rem}.mb20{margin-bottom:1.25rem}.fs5{font-size:.3125rem}.fs8{font-size:.5rem}.fs10{font-size:.625rem}.fs12{font-size:.75rem}.fs14{font-size:.875rem}.fs16{font-size:1rem}.fs18{font-size:1.125rem}.fs20{font-size:1.25rem}.fs22{font-size:1.375rem}.fs24{font-size:1.5rem}.fs26{font-size:1.625rem}.fs28{font-size:1.75rem}.fs30{font-size:1.875rem}.fs32{font-size:2rem}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-size:16px}@media screen and (max-width:768px){html{font-size:14px}}@media screen and (max-width:480px){html{font-size:12px}}#app{min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;z-index:1}.bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background-color:#f1f1f1}.bg.bg-image{background-image:url(/bg.png);background-position:center;background-repeat:no-repeat;background-size:cover;opacity:.9}html[data-theme=dark] .bg{background-color:#222530}html[data-theme=dark] .bg.bg-image{opacity:.7}html[data-theme=dark] .bg.bg-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#2a2d3ab3;z-index:0}.footer[data-v-48c1ec69]{position:relative;padding:10px 20px 0;text-align:center;background:transparent;color:#0009;overflow:visible;margin:0 16px;min-height:30px;display:flex;flex-direction:column;justify-content:flex-end}.footer .footer-content[data-v-48c1ec69]{margin-top:auto;position:relative;z-index:1}.footer .footer-content .copyright[data-v-48c1ec69]{margin:0;line-height:1.5;font-size:14px;opacity:.8}.footer .ghost-container[data-v-48c1ec69]{position:fixed;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:100}.footer .ghost-container .ghost[data-v-48c1ec69]{opacity:.9;filter:drop-shadow(0 2px 8px rgba(255,255,255,.2));transition:all .3s ease;pointer-events:auto;cursor:default}.footer .ghost-container .ghost.is-following[data-v-48c1ec69]{pointer-events:none}.footer .ghost-container .ghost.is-following[data-v-48c1ec69]:hover{opacity:.9;filter:drop-shadow(0 2px 8px rgba(255,255,255,.2))}.footer .ghost-container .ghost.is-following:hover .body[data-v-48c1ec69]{fill:#ffffffeb}.footer .ghost-container .ghost.is-following:hover .eye[data-v-48c1ec69]{transform:none}.footer .ghost-container .ghost[data-v-48c1ec69]:not(.is-following){pointer-events:auto}.footer .ghost-container .ghost[data-v-48c1ec69]:not(.is-following):hover{opacity:1;filter:drop-shadow(0 4px 12px rgba(255,255,255,.4))}.footer .ghost-container .ghost:not(.is-following):hover .body[data-v-48c1ec69]{fill:#fff}.footer .ghost-container .ghost:not(.is-following):hover .eye[data-v-48c1ec69]{transform:scale(1.1)}.footer .ghost-container .ghost .body[data-v-48c1ec69]{transform-origin:center center;transform-box:fill-box}.footer .ghost-container .ghost .eye[data-v-48c1ec69]{transition:transform .3s ease}.header[data-v-4366e7cc]{z-index:100;height:60px;background:#ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 20px #00000014;border-bottom-left-radius:16px;border-bottom-right-radius:16px;margin:0 16px;overflow:hidden;opacity:.9;transition:opacity .3s ease}.header[data-v-4366e7cc]:hover{opacity:1}.header .header-content[data-v-4366e7cc]{max-width:1200px;margin:0 auto;padding:0 20px;height:100%;display:flex;align-items:center}.header .header-content .logo[data-v-4366e7cc]{margin-right:40px;height:32px;display:flex;align-items:center}.header .header-content .logo img[data-v-4366e7cc]{height:100%;width:auto}.header .header-content .el-menu[data-v-4366e7cc]{flex:1;border-bottom:none;background:transparent}.header .header-content .el-menu[data-v-4366e7cc] .el-menu-item{color:#666;font-size:16px;border-radius:8px;margin:0 4px}.header .header-content .el-menu[data-v-4366e7cc] .el-menu-item:hover,.header .header-content .el-menu[data-v-4366e7cc] .el-menu-item.is-active{color:var(--el-color-primary);background:#ffffff4d}.header .header-content .user-info[data-v-4366e7cc]{margin-left:auto;padding-left:20px}.header .header-content .user-info .user-dropdown[data-v-4366e7cc]{display:flex;align-items:center;cursor:pointer}.header .header-content .user-info .user-dropdown .el-avatar[data-v-4366e7cc]{border:2px solid rgba(255,255,255,.8);box-shadow:0 2px 8px #0000001a;border-radius:50%;transition:all .3s ease}.header .header-content .user-info .user-dropdown .el-avatar[data-v-4366e7cc]:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026;border-color:#fff}.header .header-content .user-info .user-dropdown .username[data-v-4366e7cc]{margin-left:8px;font-size:14px;color:#666}.header .header-content .user-info .user-dropdown[data-v-4366e7cc]:focus{outline:none}.header .header-content .user-info[data-v-4366e7cc] .el-dropdown{outline:none!important}.header .header-content .user-info[data-v-4366e7cc] .el-dropdown:focus{outline:none!important}.header .header-content .user-info .bg-switch[data-v-4366e7cc]{margin-right:10px}@media screen and (max-width:768px){.header .header-content[data-v-4366e7cc]{padding:0 15px}.header .header-content .logo[data-v-4366e7cc]{margin-right:20px}.header .header-content .user-info .username[data-v-4366e7cc]{display:none}}.avatar-container[data-v-4366e7cc]{cursor:pointer}.avatar-container .avatar[data-v-4366e7cc]{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.2);transition:all .3s}.avatar-container .avatar[data-v-4366e7cc]:hover{border-color:#fff}.layout[data-v-bedb5d0d]{min-height:100vh;display:flex;flex-direction:column}.layout .main-content[data-v-bedb5d0d]{flex:1;padding:20px 0 0;max-width:1200px;margin:0 auto;width:100%}html[data-theme=light],html:not([data-theme=dark]){--bg-color: #f5f7fa;--bg-color-secondary: #ffffff;--bg-color-tertiary: #f0f2f5;--text-color-primary: #303133;--text-color-regular: #606266;--text-color-secondary: #909399;--text-color-placeholder: #c0c4cc;--border-color-base: #dcdfe6;--border-color-light: #e4e7ed;--border-color-lighter: #ebeef5;--box-shadow-base: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);--box-shadow-light: 0 2px 12px 0 rgba(0, 0, 0, .1);--hover-color: #f5f7fa;--active-color: #e6f7ff;--tab-bg: #fff;--tab-active-bg: #ffffff;--card-bg: #ffffff;--card-header-bg: #fafafa;--input-bg: #ffffff;--input-hover-bg: #f5f7fa;--el-bg-color: var(--bg-color-secondary);--el-text-color-primary: var(--text-color-primary);--el-border-color: var(--border-color-base)}html[data-theme=dark]{--bg-color: #222530;--bg-color-secondary: #2a2d3a;--bg-color-tertiary: #363847;--text-color-primary: #f0f4fa;--text-color-regular: #dadfe9;--text-color-secondary: #b0b6c1;--text-color-placeholder: #979ca7;--border-color-base: #4a4e5c;--border-color-light: #454a5b;--border-color-lighter: #3b404d;--box-shadow-base: 0 2px 4px rgba(0, 0, 0, .25), 0 0 6px rgba(0, 0, 0, .15);--box-shadow-light: 0 2px 12px 0 rgba(0, 0, 0, .25);--hover-color: #3a3e50;--active-color: #2b3349;--tab-bg: #2a2d3a;--tab-active-bg: #30354a;--card-bg: #2d3142;--card-header-bg: #353a4d;--input-bg: #3a3f52;--input-hover-bg: #444a5e;--el-bg-color: var(--bg-color-secondary);--el-text-color-primary: var(--text-color-primary);--el-border-color: var(--border-color-base);--el-bg-color-overlay: var(--bg-color-secondary);--el-fill-color-blank: var(--bg-color-secondary);--el-fill-color: var(--bg-color-tertiary);--el-fill-color-light: var(--bg-color-tertiary);--el-border-color-light: var(--border-color-light);--el-text-color-regular: var(--text-color-regular);--el-text-color-secondary: var(--text-color-secondary);--el-text-color-placeholder: var(--text-color-placeholder);--el-mask-color: rgba(0, 0, 0, .6);--el-box-shadow: var(--box-shadow-base);--el-box-shadow-light: var(--box-shadow-light);--el-color-primary-light-3: #5896dd;--el-color-primary-light-5: #73a6e0;--el-color-primary-light-7: #8eb6e3;--el-color-primary-light-9: #c6d9f1}html[data-theme=light] body,html:not([data-theme=dark]) body{background-color:var(--bg-color);color:var(--text-color-primary)}html[data-theme=light] .layout,html:not([data-theme=dark]) .layout,html[data-theme=light] .el-container,html:not([data-theme=dark]) .el-container{background-color:transparent}html[data-theme=light] .el-header,html:not([data-theme=dark]) .el-header,html[data-theme=light] .el-footer,html:not([data-theme=dark]) .el-footer,html[data-theme=light] .el-aside,html:not([data-theme=dark]) .el-aside{background-color:var(--bg-color-secondary);border-color:var(--border-color-lighter)}html[data-theme=light] .el-card,html:not([data-theme=dark]) .el-card{background-color:var(--card-bg);border-color:var(--border-color-lighter);box-shadow:var(--box-shadow-light)}html[data-theme=light] .el-card__header,html:not([data-theme=dark]) .el-card__header{background-color:var(--card-header-bg);border-bottom:1px solid var(--border-color-lighter)}html[data-theme=light] .el-table,html:not([data-theme=dark]) .el-table{background-color:var(--bg-color-secondary)}html[data-theme=light] .el-table th.el-table__cell,html:not([data-theme=dark]) .el-table th.el-table__cell{background-color:var(--bg-color-tertiary)}html[data-theme=light] .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell,html:not([data-theme=dark]) .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{background-color:var(--bg-color-tertiary)}html[data-theme=light] .el-input__wrapper,html:not([data-theme=dark]) .el-input__wrapper{background-color:var(--input-bg)}html[data-theme=light] .el-input__wrapper:hover,html:not([data-theme=dark]) .el-input__wrapper:hover{background-color:var(--input-hover-bg)}html[data-theme=light] .el-tabs__nav-wrap:after,html:not([data-theme=dark]) .el-tabs__nav-wrap:after{background-color:var(--border-color-light)}html[data-theme=light] .el-tabs__item,html:not([data-theme=dark]) .el-tabs__item{color:var(--text-color-regular)}html[data-theme=light] .el-tabs__item.is-active,html:not([data-theme=dark]) .el-tabs__item.is-active{color:var(--el-color-primary)}html[data-theme=light] .profile-container,html:not([data-theme=dark]) .profile-container,html[data-theme=light] .settings-container,html:not([data-theme=dark]) .settings-container{background-color:var(--card-bg);box-shadow:var(--box-shadow-light)}html[data-theme=dark] body{background-color:var(--bg-color);color:var(--text-color-primary)}html[data-theme=dark] .layout,html[data-theme=dark] .el-container{background-color:transparent}html[data-theme=dark] .el-header,html[data-theme=dark] .el-footer,html[data-theme=dark] .el-aside{background-color:var(--bg-color-secondary);border-color:var(--border-color-base)}html[data-theme=dark] .el-card{background-color:var(--card-bg);border-color:var(--border-color-base);color:var(--text-color-primary);box-shadow:var(--box-shadow-base)}html[data-theme=dark] .el-card__header{background-color:var(--card-header-bg);border-bottom:1px solid var(--border-color-base)}html[data-theme=dark] .el-button--default{background-color:var(--bg-color-tertiary);border-color:var(--border-color-light);color:var(--text-color-primary)}html[data-theme=dark] .el-table{background-color:var(--bg-color-secondary);color:var(--text-color-primary)}html[data-theme=dark] .el-table th.el-table__cell{background-color:var(--bg-color-tertiary);color:var(--text-color-primary)}html[data-theme=dark] .el-table tr{background-color:var(--bg-color-secondary)}html[data-theme=dark] .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{background-color:var(--bg-color-tertiary)}html[data-theme=dark] .el-table td.el-table__cell,html[data-theme=dark] .el-table th.el-table__cell.is-leaf{border-bottom:1px solid var(--border-color-base)}html[data-theme=dark] .el-table__inner-wrapper:before{background-color:var(--border-color-light)}html[data-theme=dark] .el-input__wrapper{background-color:var(--input-bg)}html[data-theme=dark] .el-input__wrapper:hover{background-color:var(--input-hover-bg)}html[data-theme=dark] .el-input__inner{color:var(--text-color-primary)}html[data-theme=dark] .el-tabs__item{color:var(--text-color-primary)!important}html[data-theme=dark] .el-tabs__item.is-active{color:var(--el-color-primary)!important}html[data-theme=dark] .profile-container,html[data-theme=dark] .settings-container{background-color:var(--card-bg);box-shadow:var(--box-shadow-base)}html[data-theme=dark] .placeholder-content,html[data-theme=dark] .setting-label,html[data-theme=dark] .theme-label,html[data-theme=dark] .el-form-item__content{color:var(--text-color-primary)}html[data-theme=dark] .el-dropdown-menu{background-color:var(--bg-color-secondary);border-color:var(--border-color-base)}html[data-theme=dark] .el-dropdown-menu__item{color:var(--text-color-primary)}html[data-theme=dark] .el-dropdown-menu__item:hover,html[data-theme=dark] .el-dropdown-menu__item:focus{background-color:var(--hover-color)}html[data-theme=dark] .el-dialog{background-color:var(--bg-color-secondary);border-color:var(--border-color-base)}html[data-theme=dark] .el-dialog__title{color:var(--text-color-primary)}html[data-theme=dark] .el-dialog__body{color:var(--text-color-regular)}html[data-theme=dark] .earth-container{background:radial-gradient(ellipse at bottom,#1b2735,#090a0f)}html[data-theme=dark] .city-label{color:#4fc3f7!important;text-shadow:0 0 3px rgba(0,0,0,.8),0 0 5px rgba(0,0,0,.5)!important}html[data-theme=dark] .el-menu{background-color:var(--bg-color-secondary);border-color:var(--border-color-base)}html[data-theme=dark] .el-menu-item{color:var(--text-color-regular)}html[data-theme=dark] .el-menu-item:hover,html[data-theme=dark] .el-menu-item:focus{background-color:var(--hover-color)}html[data-theme=dark] .el-menu-item.is-active{color:var(--el-color-primary);background-color:var(--hover-color)}html[data-theme=dark] .el-button--primary{background-color:#409eff;border-color:#409eff;color:#fff}html[data-theme=dark] .el-button--primary:hover,html[data-theme=dark] .el-button--primary:focus{background-color:#5aacff;border-color:#5aacff}html[data-theme=dark] ::-webkit-scrollbar{width:8px;height:8px}html[data-theme=dark] ::-webkit-scrollbar-track{background:var(--bg-color-secondary)}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:#5c6273;border-radius:4px}html[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#6c7283}html[data-theme=dark] .el-tabs__header{border-bottom-color:var(--border-color-base)}html[data-theme=dark] .el-tabs__nav-wrap:after{background-color:var(--border-color-base)}html[data-theme=dark] .el-tabs__item{color:var(--text-color-primary)}html[data-theme=dark] .el-tabs__item.is-active{color:var(--el-color-primary)}html[data-theme=dark] .el-tabs__item:hover{color:var(--el-color-primary-light-3)}html[data-theme=dark] .el-tabs__content{color:var(--text-color-primary)}html[data-theme=dark] .el-form-item__label{color:var(--text-color-primary)!important}html[data-theme=dark] .el-form-item__content{color:var(--text-color-primary)}html[data-theme=dark] .el-input__wrapper{background-color:var(--input-bg)!important}html[data-theme=dark] .el-input__wrapper.is-focus{box-shadow:0 0 0 1px var(--el-color-primary)!important}html[data-theme=dark] .el-input__inner{color:var(--text-color-primary)!important;background-color:transparent!important}html[data-theme=dark] .el-input__inner::placeholder{color:var(--text-color-placeholder)!important}html[data-theme=dark] .el-input.is-disabled .el-input__wrapper{background-color:var(--bg-color-tertiary)!important}html[data-theme=dark] .el-input.is-disabled .el-input__wrapper .el-input__inner{color:var(--text-color-secondary)!important}html[data-theme=dark] .el-switch__core .el-switch__inner{color:var(--text-color-primary)!important}html[data-theme=dark] .el-icon{color:var(--text-color-primary)}html[data-theme=dark] .el-upload-dragger{background-color:var(--bg-color-tertiary);border-color:var(--border-color-base)}html[data-theme=dark] .el-upload-dragger:hover{border-color:var(--el-color-primary)}html[data-theme=dark] .placeholder-content,html[data-theme=dark] .setting-label,html[data-theme=dark] .theme-label{color:var(--text-color-primary)!important}.theme-transition{transition:color .3s ease,border-color .3s ease,box-shadow .3s ease}body,.layout,.el-container,.el-header,.el-footer,.el-aside,.el-main,.el-card,.el-card__header,.el-table,.el-table th.el-table__cell,.el-table td.el-table__cell,.el-input__wrapper,.el-input__inner,.el-button,.profile-container,.placeholder-content,.el-tabs__item,.el-form-item__label,.el-tabs__nav-wrap:after{transition:color .3s ease,border-color .3s ease,box-shadow .3s ease}
