@charset "UTF-8";*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;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.5715;color:#000000d9;background-color:#f0f2f5}#root{width:100%;height:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px;transition:background .3s}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}a{color:#1890ff;text-decoration:none;transition:color .3s}a:hover{color:#40a9ff}a:active{color:#096dd9}button:disabled{cursor:not-allowed;opacity:.6}input,textarea,select{font-family:inherit;font-size:inherit}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}table{border-collapse:collapse;border-spacing:0}.clearfix:after{content:"";display:table;clear:both}.main-layout{min-height:100vh;background:#f0f2f5}.layout-header{background:#fff;padding:0;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #0000000f;position:fixed;top:0;left:0;right:0;z-index:100;height:64px}.logo{height:64px;width:256px;display:flex;align-items:center;padding:0 24px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff}.logo:hover{opacity:.8}.logo-content{height:40px;object-fit:contain}.header-right{display:flex;align-items:center;height:100%;padding-right:16px;gap:4px}.header-action{display:flex;align-items:center;justify-content:center;height:48px;width:48px;cursor:pointer;border-radius:4px;transition:all .2s}.header-action-icon{font-size:18px;color:#000000a6}.user-dropdown{display:flex;align-items:center;gap:10px;cursor:pointer;padding:8px 16px;height:48px;border-radius:4px;transition:all .2s}.user-dropdown:hover{background:#0000000a}.user-avatar{flex-shrink:0}.user-name{font-size:14px;color:#000000d9;font-weight:500;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layout-sider{background:#fff;position:fixed;left:0;top:64px;bottom:0;z-index:99;box-shadow:2px 0 8px #0000000a;overflow:hidden}.layout-sider .ant-layout-sider-children{display:flex;flex-direction:column;height:100%}.layout-sider .ant-menu{flex:1;overflow-y:auto;overflow-x:hidden;border-right:none;padding:8px 0}.layout-sider .ant-menu{scrollbar-width:none;-ms-overflow-style:none}.sider-trigger{height:48px;width:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#000000a6;border-top:1px solid #f0f0f0;font-size:16px;flex-shrink:0}.sider-trigger:hover{color:#1890ff;background:#e6f7ff}.layout-main{margin-left:256px;margin-top:64px;transition:margin-left .2s cubic-bezier(.4,0,.2,1);min-height:calc(100vh - 64px)}.layout-main.collapsed{margin-left:80px}.layout-content{padding:24px;min-height:calc(100vh - 112px)}.ant-menu-light .ant-menu-item,.ant-menu-light .ant-menu-submenu-title{margin:4px 8px;border-radius:6px;height:40px;line-height:40px}
