:root{--primary-color: #1677ff;--success-color: #00b578;--warning-color: #ff8f1f;--danger-color: #ff4d4f;--text-color: #333333;--text-secondary: #666666;--text-tertiary: #999999;--border-color: #eeeeee;--bg-color: #f5f5f5;--bg-white: #ffffff;--tabbar-height: 13.33333vw;--safe-area-bottom: env(safe-area-inset-bottom)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:4.26667vw;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#333;background-color:#f5f5f5;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.global-loading{display:flex;align-items:center;justify-content:center;min-height:100vh}.layout-container{display:flex;flex-direction:column;min-height:100vh}.layout-container .layout-main{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.layout-container .layout-tabbar{position:fixed;bottom:0;left:0;right:0;z-index:100;background:#fff;border-top:1px solid #eeeeee;padding-bottom:var(--safe-area-bottom)}.error-boundary-page,.notfound-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6.4vw}.error-boundary-page .error-boundary-actions,.notfound-page .error-boundary-actions{margin-top:6.4vw;width:53.33333vw}.text-primary{color:#1677ff}.text-success{color:#00b578}.text-warning{color:#ff8f1f}.text-danger{color:#ff4d4f}.text-center{text-align:center}.text-right{text-align:right}.mt-8{margin-top:2.13333vw}.mt-16{margin-top:4.26667vw}.mb-8{margin-bottom:2.13333vw}.mb-16{margin-bottom:4.26667vw}.p-16{padding:4.26667vw}.p-24{padding:6.4vw}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}
