* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #faf6f0; font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", sans-serif; color: #3e2723; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.modernwrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.moderntopbar { background: #2c1a16; color: #ebdcb9; font-size: 13px; line-height: 34px; height: 34px; }
.moderntopbar .modernwrap { display: flex; justify-content: space-between; align-items: center; }
.modernsep { margin: 0 8px; color: #5d4037; }
.modernheader { background: #ffffff; padding: 18px 0; border-bottom: 1px solid #ebdcb9; }
.modernheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.modernlogo img { height: 42px; max-width: 200px; object-fit: contain; display: block; }
.modernsearchform { display: flex; flex: 1; max-width: 450px; border: 2px solid #b71c1c; border-radius: 4px; overflow: hidden; }
.modernsearchinput { flex: 1; border: none; padding: 0 14px; height: 34px; outline: none; font-size: 13px; color: #3e2723; }
.modernsearchbtn { background: #b71c1c; color: #ffffff; border: none; padding: 0 18px; height: 34px; cursor: pointer; font-size: 13px; font-weight: bold; }
.modernnavbar { background: #b71c1c; height: 46px; }
.modernnavflex { display: flex; align-items: center; gap: 4px; overflow-x: auto; white-space: nowrap; }
.modernnavitem { color: #ffffff; padding: 0 18px; line-height: 46px; height: 46px; font-size: 14px; font-weight: bold; display: inline-block; transition: background 0.2s; }
.modernnavitem:hover, .modernnavitem.active { background: #7f0000; }
.modernmain { margin: 25px auto; }
.modernherocard { display: block; position: relative; border-radius: 6px; overflow: hidden; border: 1px solid #ebdcb9; margin-bottom: 25px; height: 240px; background: #2c1a16; }
.modernherocard img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }
.modernheroinfo { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,0,0,0.85)); color: #ffffff; padding: 20px; display: flex; justify-content: space-between; align-items: flex-end; }
.modernherotitle { font-size: 18px; font-weight: bold; }
.modernheroprice { color: #ffeb3b; font-size: 20px; font-weight: bold; }
.modernsec { background: #ffffff; border-radius: 8px; border: 1px solid #ebdcb9; padding: 18px; margin-bottom: 25px; }
.modernsectitle { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #b71c1c; padding-bottom: 8px; margin-bottom: 15px; }
.modernsectitle span { font-size: 15px; font-weight: bold; color: #b71c1c; }
.modernmore { font-size: 12px; color: #8d6e63; }
.modernmore:hover { color: #b71c1c; }
.modernsplit2 { display: grid; grid-template-columns: 280px 1fr; gap: 15px; }
@media (max-width: 992px) { .modernsplit2 { grid-template-columns: 1fr; } }
.moderntallcard { background: #faf6f0; border: 1px solid #ebdcb9; border-radius: 6px; padding: 10px; display: flex; flex-direction: column; justify-content: space-between; text-align: center; }
.moderntallcard img { width: 100%; height: 160px; object-fit: cover; border-radius: 4px; margin-bottom: 8px; }
.moderntalltitle { font-size: 13px; font-weight: bold; color: #3e2723; margin-bottom: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.moderntallprice { color: #b71c1c; font-size: 14px; font-weight: bold; }
.moderngrid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 640px) { .moderngrid3 { grid-template-columns: 1fr; } }
.moderncard { background: #ffffff; border: 1px solid #ebdcb9; border-radius: 6px; padding: 10px; text-align: center; transition: transform 0.2s, border-color 0.2s; display: flex; flex-direction: column; justify-content: space-between; }
.moderncard:hover { transform: translateY(-3px); border-color: #b71c1c; }
.modernimgbox { width: 100%; height: 110px; overflow: hidden; background: #faf8f5; border-radius: 4px; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; border: 1px solid #ebdcb9; }
.modernimgbox img { max-width: 100%; max-height: 100px; object-fit: contain; }
.moderntitle { font-size: 12px; font-weight: bold; color: #3e2723; margin-bottom: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.modernprice { color: #b71c1c; font-size: 13px; font-weight: bold; }
.moderngrid2x2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (max-width: 640px) { .moderngrid2x2 { grid-template-columns: 1fr; } }
.modernhorizontalcard { display: flex; gap: 10px; align-items: center; background: #faf8f5; border: 1px solid #ebdcb9; border-radius: 6px; padding: 8px; }
.modernhorizontalimg { width: 48px; height: 48px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.modernhorizontalinfo { flex: 1; overflow: hidden; }
.modernhorizontaltitle { font-size: 12px; font-weight: bold; color: #3e2723; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 2px; }
.modernhorizontalprice { color: #b71c1c; font-size: 12px; font-weight: bold; }
.modernsec2col { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 768px) { .modernsec2col { grid-template-columns: 1fr; } }
.modernbulletlist { list-style: none; }
.modernbulletitem { font-size: 12px; color: #5d4037; padding: 6px 0; border-bottom: 1px dashed #ebdcb9; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.modernbulletitem a:hover { color: #b71c1c; text-decoration: underline; }
.moderngrid7 { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; }
@media (max-width: 1200px) { .moderngrid7 { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 640px) { .moderngrid7 { grid-template-columns: repeat(2, 1fr); } }
.modernminicard { background: #ffffff; border: 1px solid #ebdcb9; border-radius: 6px; padding: 8px; text-align: center; display: flex; flex-direction: column; justify-content: space-between; }
.modernminiimgbox { width: 100%; height: 75px; overflow: hidden; background: #faf8f5; border-radius: 4px; margin-bottom: 6px; display: flex; align-items: center; justify-content: center; }
.modernminiimgbox img { max-width: 100%; max-height: 70px; object-fit: contain; }
.modernminititle { font-size: 11px; font-weight: bold; color: #3e2723; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 2px; }
.modernminiprice { color: #b71c1c; font-size: 12px; font-weight: bold; }
.moderntextgrid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
@media (max-width: 768px) { .moderntextgrid2 { grid-template-columns: 1fr; } }
.modernrowitem { display: flex; gap: 10px; align-items: center; background: #faf8f5; border: 1px solid #ebdcb9; border-radius: 6px; padding: 8px 12px; }
.modernrowimg { width: 36px; height: 36px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.modernrowinfo { flex: 1; overflow: hidden; }
.modernrowtitle { font-size: 12px; font-weight: bold; color: #3e2723; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 2px; }
.modernrowprice { color: #b71c1c; font-size: 12px; font-weight: bold; }
.moderncardbox { background: #ffffff; border-radius: 8px; border: 1px solid #ebdcb9; padding: 30px; max-width: 650px; margin: 0 auto; }
.modernfooter { background: #2c1a16; color: #ebdcb9; padding: 25px 0; text-align: center; font-size: 13px; margin-top: 40px; border-top: 2px solid #b71c1c; }
.modernfooter a { color: #ffffff; margin-bottom: 6px; display: inline-block; }
.modernfooter p { color: #8d6e63; font-size: 12px; margin-top: 4px; }
