南宁门窗维修保修售后 - 简单到家专业服务 /* 重置与基础 */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; background: #f8faff; color: #1e293b; line-height: 1.7; padding: 0 20px; } .container { max-width: 960px; margin: 0 auto; padding: 24px 0 60px; } /* 头部 / 品牌 */ .brand-bar { display: flex; align-items: center; justify-content: space-between; padding: 16px 0 12px