*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#409eff;--success:#67c23a;--warning:#e6a23c;--danger:#f56c6c;--info:#909399;--sidebar-width:220px;--header-height:56px;--bg-color:#f5f7fa;--card-bg:#fff;--text-primary:#303133;--text-regular:#606266;--text-secondary:#909399}html,body{height:100%;color:var(--text-primary);background:var(--bg-color);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px}#app{height:100%}a{color:var(--primary);text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#c0c4cc;border-radius:3px}::-webkit-scrollbar-track{background:0 0}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.text-right{text-align:right}.mt-16{margin-top:16px}.mb-16{margin-bottom:16px}
