* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "PingFang SC", "Microsoft YaHei", sans-serif; background: #f5f0ea; color: #333; }
.site-hd { background: #2d2018; }
.hd-wrap { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }
.logo-zone { display: flex; align-items: center; gap: 8px; padding: 12px 0; }
.logo-em { font-size: 1.4em; }
.logo-txt { font-size: 1.4em; color: #c4a265; font-weight: bold; }
.top-nav { display: flex; gap: 20px; }
.top-nav a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.9em; padding: 20px 0; }
.top-nav a:hover, .top-nav a.on { color: #c4a265; }
.cover { background: linear-gradient(135deg, #2d2018 0%, #3d2b1f 40%, #4a3828 70%, #3d6b35 100%); padding: 90px 20px; text-align: center; }
.cover-inner { max-width: 800px; margin: 0 auto; }
.cover-tag { display: inline-block; background: rgba(196,162,101,0.2); color: #c4a265; padding: 5px 15px; border-radius: 15px; font-size: 0.85em; margin-bottom: 15px; border: 1px solid rgba(196,162,101,0.3); }
.cover-content h1 { font-size: 2.8em; color: #fff; margin-bottom: 12px; }
.cover-content p { font-size: 1.05em; color: rgba(255,255,255,0.8); margin-bottom: 25px; }
.cover-btns { display: flex; justify-content: center; gap: 12px; }
.cover-btn { background: #c4a265; color: #2d2018; padding: 12px 28px; border-radius: 25px; text-decoration: none; font-weight: bold; }
.cover-btn-ghost { background: rgba(255,255,255,0.1); color: #c4a265; padding: 12px 28px; border-radius: 25px; text-decoration: none; border: 1px solid rgba(196,162,101,0.5); }
.info-strip { background: #3d6b35; display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; padding: 18px 20px; }
.strip-item { color: rgba(255,255,255,0.9); font-size: 0.95em; }
.container { max-width: 1100px; margin: 0 auto; padding: 50px 20px; }
.s-title { text-align: center; font-size: 1.8em; color: #3d2b1f; margin-bottom: 35px; }
.product-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; margin-bottom: 50px; }
.p-box { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 3px 15px rgba(45,32,24,0.08); }
.p-img { height: 150px; display: flex; align-items: center; justify-content: center; font-size: 3em; color: rgba(255,255,255,0.7); }
.p-box h3 { padding: 15px 15px 5px; color: #3d2b1f; }
.p-box p { padding: 0 15px; color: #999; font-size: 0.9em; margin-bottom: 8px; }
.p-box strong { display: block; padding: 8px 15px 15px; color: #c0392b; font-weight: bold; }
.info-area { }
.info-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.info-col { background: #fff; border-radius: 12px; padding: 25px; border-top: 3px solid #3d6b35; }
.info-col h3 { color: #3d6b35; margin-bottom: 10px; }
.info-col p { color: #777; line-height: 1.7; font-size: 0.9em; }
.site-ft { background: #2d2018; color: rgba(255,255,255,0.7); text-align: center; padding: 40px 20px; }
.site-ft p { font-size: 0.9em; margin-bottom: 5px; }
.copy { font-size: 0.8em; color: rgba(255,255,255,0.4); margin-top: 10px; }
@media (max-width: 768px) { .cover-content h1 { font-size: 2em; } .info-strip { gap: 15px; } }