@charset "UTF-8";:root{--brand: #fc4141;--brand-dark: #e63333;--text: #303133;--text-light: #909399;--bg: #f5f5f5;--border: #ebeef5}*{box-sizing:border-box}html,body,#app{margin:0;padding:0;min-height:100%}body{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}.container{width:1200px;margin:0 auto}.price{color:var(--brand);font-weight:600}.price:before{content:"¥";font-size:.8em}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis-2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.section-title{font-size:22px;font-weight:600;margin:28px 0 16px}
