* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #f7f9fa; font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", sans-serif; color: #2c3e50; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.firewrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.firetopbar { background: #fdfdfd; border-bottom: 1px solid #e1e8ed; font-size: 13px; line-height: 34px; height: 34px; color: #7f8c8d; }
.firetopbar .firewrap { display: flex; justify-content: space-between; align-items: center; }
.firesep { margin: 0 8px; color: #ccd6dd; }
.fireheader { background: #ffffff; padding: 18px 0; border-bottom: 1px solid #e1e8ed; }
.fireheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.firelogo img { height: 42px; max-width: 200px; object-fit: contain; display: block; }
.firesearchform { display: flex; border: 1px solid #00897b; border-radius: 4px; overflow: hidden; background: #fff; }
.firesearchinput { border: none; padding: 0 12px; height: 32px; outline: none; font-size: 13px; width: 200px; }
.firesearchbtn { background: #00897b; color: #ffffff; border: none; padding: 0 16px; height: 32px; cursor: pointer; font-size: 13px; font-weight: bold; }
.firenavbar { background: #ffffff; height: 44px; border-bottom: 2px solid #00897b; }
.firenavflex { display: flex; align-items: center; gap: 4px; overflow-x: auto; white-space: nowrap; }
.firenavitem { color: #333; padding: 0 18px; line-height: 44px; height: 44px; font-size: 14px; font-weight: bold; display: inline-block; transition: color 0.2s, border-bottom 0.2s; border-bottom: 3px solid transparent; }
.firenavitem:hover, .firenavitem.active { color: #00897b; border-bottom-color: #00897b; }
.firemain { margin: 25px auto; }
.fireherocard { display: block; position: relative; border-radius: 6px; overflow: hidden; border: 1px solid #e1e8ed; margin-bottom: 25px; height: 240px; background: #004d40; }
.fireherocard img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }
.fireheroinfo { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,77,64,0.9)); color: #ffffff; padding: 20px; display: flex; justify-content: space-between; align-items: flex-end; }
.fireherotitle { font-size: 18px; font-weight: bold; }
.fireheroprice { color: #ffeb3b; font-size: 20px; font-weight: bold; }
.firesec { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 18px; margin-bottom: 25px; }
.firesectitle { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #00897b; padding-bottom: 8px; margin-bottom: 15px; }
.firesectitle span { font-size: 15px; font-weight: bold; color: #00897b; }
.firemore { font-size: 12px; color: #7f8c8d; }
.firemore:hover { color: #00897b; }
.firecol3grid { display: grid; grid-template-columns: 280px 1fr 260px; gap: 15px; }
@media (max-width: 992px) { .firecol3grid { grid-template-columns: 1fr; } }
.firetallcard { border: 1px solid #e1e8ed; border-radius: 6px; overflow: hidden; background: #fafafa; position: relative; height: 220px; display: block; }
.firetallcard img { width: 100%; height: 100%; object-fit: cover; }
.firetallinfo { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.75); color: #fff; padding: 8px 10px; font-size: 12px; text-align: center; }
.firerowlist { display: flex; flex-direction: column; gap: 8px; }
.firerowitem { display: flex; gap: 10px; align-items: center; background: #fafbfc; border: 1px solid #eef2f5; border-radius: 6px; padding: 8px; }
.firerowimg { width: 44px; height: 44px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.firerowinfo { flex: 1; overflow: hidden; }
.firerowtitle { font-size: 12px; font-weight: bold; color: #2c3e50; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 2px; }
.firerowprice { color: #e53e3e; font-size: 12px; font-weight: bold; }
.firebulletlist { list-style: none; }
.firebulletitem { font-size: 12px; color: #4a5568; padding: 5px 0; border-bottom: 1px dashed #f0f3f6; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.firebulletitem a:hover { color: #00897b; text-decoration: underline; }
.firegrid5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
@media (max-width: 1024px) { .firegrid5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .firegrid5 { grid-template-columns: repeat(2, 1fr); } }
.firecard { background: #ffffff; border: 1px solid #e1e8ed; border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.2s, border-color 0.2s; padding: 8px; text-align: center; }
.firecard:hover { transform: translateY(-3px); border-color: #00897b; }
.fireimgbox { width: 100%; height: 110px; overflow: hidden; background: #fafafa; border-radius: 4px; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; position: relative; }
.fireimgbox img { width: 100%; height: 100%; object-fit: cover; }
.firetagbadge { position: absolute; bottom: 4px; right: 4px; background: rgba(0,137,123,0.85); color: #fff; font-size: 9px; padding: 1px 4px; border-radius: 3px; }
.firetitle { font-size: 12px; font-weight: bold; color: #2c3e50; margin-bottom: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fireprice { color: #e53e3e; font-size: 13px; font-weight: bold; }
.firecolumnbox { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 15px; }
.firecolhead { font-size: 14px; font-weight: bold; color: #00897b; border-bottom: 2px solid #00897b; padding-bottom: 8px; margin-bottom: 12px; }
.fireweeklycard { background: #004d40; color: #ffffff; border-radius: 6px; padding: 15px; text-align: center; display: flex; flex-direction: column; justify-content: space-between; height: 100%; min-height: 180px; }
.fireweeklyimg { width: 100%; height: 110px; object-fit: cover; border-radius: 4px; margin-bottom: 10px; }
.fireweeklytitle { font-size: 13px; font-weight: bold; color: #fff; }
.fireweeklyprice { color: #ffeb3b; font-size: 14px; font-weight: bold; margin-top: 4px; }
.firetextgrid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
@media (max-width: 768px) { .firetextgrid2 { grid-template-columns: 1fr; } }
.firecardbox { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 30px; max-width: 650px; margin: 0 auto; }
.firefooter { background: #111111; color: #888888; padding: 25px 0; text-align: center; font-size: 13px; margin-top: 40px; border-top: 2px solid #00897b; }
.firefooter a { color: #edf2f7; margin-bottom: 6px; display: inline-block; }
.firefooter p { color: #718096; font-size: 12px; margin-top: 4px; }
