/* base.css - 基础样式重置 */
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #333; line-height: 1.5; }
body { margin: 0; background: #f5f5f5; }
h1, h2, h3, h4, p, ul, ol { margin: 0; padding: 0; }
li { list-style: none; }
a { text-decoration: none; color: #317cf7; }
a:hover { color: #629dff; }
img { max-width: 100%; }
input, button { font-size: inherit; }
