* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #f4f7f9; font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", sans-serif; color: #2c3e50; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.avoidwrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.avoidtopbar { background: #fdfdfd; border-bottom: 1px solid #e1e8ed; font-size: 13px; line-height: 34px; height: 34px; color: #7f8c8d; }
.avoidtopbar .avoidwrap { display: flex; justify-content: space-between; align-items: center; }
.avoidsep { margin: 0 8px; color: #ccd6dd; }
.avoidheader { background: #ffffff; padding: 18px 0; border-bottom: 1px solid #e1e8ed; }
.avoidheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.avoidlogo img { height: 42px; max-width: 200px; object-fit: contain; display: block; }
.avoidsearchform { display: flex; flex: 1; max-width: 450px; border: 2px solid #0288d1; border-radius: 4px; overflow: hidden; }
.avoidsearchinput { flex: 1; border: none; padding: 0 14px; height: 34px; outline: none; font-size: 13px; color: #333; }
.avoidsearchbtn { background: #0288d1; color: #ffffff; border: none; padding: 0 18px; height: 34px; cursor: pointer; font-size: 13px; font-weight: bold; }
.avoidnavbar { background: #0288d1; height: 46px; }
.avoidnavflex { display: flex; align-items: center; gap: 4px; overflow-x: auto; white-space: nowrap; }
.avoidnavitem { color: #ffffff; padding: 0 18px; line-height: 46px; height: 46px; font-size: 14px; font-weight: bold; display: inline-block; transition: background 0.2s; }
.avoidnavitem:hover, .avoidnavitem.active { background: #01579b; }
.avoidmain { margin: 25px auto; }
.avoidherocard { display: block; position: relative; border-radius: 6px; overflow: hidden; border: 1px solid #e1e8ed; margin-bottom: 25px; height: 240px; background: #01579b; }
.avoidherocard img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }
.avoidheroinfo { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(1,87,155,0.9)); color: #ffffff; padding: 20px; display: flex; justify-content: space-between; align-items: flex-end; }
.avoidherotitle { font-size: 18px; font-weight: bold; }
.avoidheroprice { color: #ffeb3b; font-size: 20px; font-weight: bold; }
.avoidsec { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 18px; margin-bottom: 25px; }
.avoidsectitle { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #0288d1; padding-bottom: 8px; margin-bottom: 15px; }
.avoidsectitle span { font-size: 15px; font-weight: bold; color: #0288d1; }
.avoidmore { font-size: 12px; color: #7f8c8d; }
.avoidmore:hover { color: #0288d1; }
.avoidsplit2 { display: grid; grid-template-columns: 320px 1fr; gap: 20px; }
@media (max-width: 992px) { .avoidsplit2 { grid-template-columns: 1fr; } }
.avoidfeaturedleft { border: 1px solid #e1e8ed; border-radius: 6px; overflow: hidden; position: relative; height: 100%; min-height: 220px; display: block; background: #f0f7ff; }
.avoidfeaturedleft img { width: 100%; height: 100%; object-fit: cover; }
.avoidfeaturedinfo { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.75); color: #fff; padding: 10px; text-align: center; }
.avoidrowlist { display: flex; flex-direction: column; gap: 10px; }
.avoidrowitem { display: flex; gap: 12px; align-items: center; background: #fafbfc; border: 1px solid #eef2f5; border-radius: 6px; padding: 8px 12px; }
.avoidrowimg { width: 48px; height: 48px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.avoidrowinfo { flex: 1; overflow: hidden; }
.avoidrowtitle { font-size: 13px; font-weight: bold; color: #2c3e50; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 4px; }
.avoidrowprice { color: #e53e3e; font-size: 13px; font-weight: bold; }
.avoidgrid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
@media (max-width: 1024px) { .avoidgrid4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .avoidgrid4 { grid-template-columns: repeat(1, 1fr); } }
.avoidcard { background: #ffffff; border: 1px solid #e1e8ed; 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; }
.avoidcard:hover { transform: translateY(-3px); border-color: #0288d1; }
.avoidimgbox { width: 100%; height: 110px; overflow: hidden; background: #fafafa; border-radius: 4px; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; }
.avoidimgbox img { max-width: 100%; max-height: 100px; object-fit: contain; }
.avoidtitle { font-size: 13px; font-weight: bold; color: #2c3e50; margin-bottom: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.avoidprice { color: #e53e3e; font-size: 14px; font-weight: bold; }
.avoidwidebanner { display: block; border-radius: 6px; overflow: hidden; border: 1px solid #e1e8ed; margin-bottom: 25px; height: 100px; position: relative; background: linear-gradient(to right, #0288d1, #00a896); }
.avoidwidebanner img { width: 100%; height: 100%; object-fit: cover; opacity: 0.6; }
.avoidwideinfo { position: absolute; inset: 0; display: flex; justify-content: space-between; align-items: center; padding: 0 25px; color: #fff; }
.avoidcol3grid { display: grid; grid-template-columns: 1fr 1fr 280px; gap: 15px; margin-bottom: 25px; }
@media (max-width: 992px) { .avoidcol3grid { grid-template-columns: 1fr; } }
.avoidcolumnbox { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 15px; }
.avoidcolhead { font-size: 14px; font-weight: bold; color: #0288d1; border-bottom: 2px solid #0288d1; padding-bottom: 8px; margin-bottom: 12px; }
.avoidbulletlist { list-style: none; margin-top: 10px; }
.avoidbulletitem { font-size: 12px; color: #4a5568; padding: 6px 0; border-bottom: 1px dashed #f0f3f6; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.avoidbulletitem a:hover { color: #0288d1; text-decoration: underline; }
.avoidgrid6 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
@media (max-width: 1024px) { .avoidgrid6 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .avoidgrid6 { grid-template-columns: repeat(2, 1fr); } }
.avoidtextgrid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
@media (max-width: 768px) { .avoidtextgrid2 { grid-template-columns: 1fr; } }
.avoidcardbox { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 30px; max-width: 650px; margin: 0 auto; }
.avoidfooter { background: #01579b; color: #e1f5fe; padding: 25px 0; text-align: center; font-size: 13px; margin-top: 40px; border-top: 2px solid #0288d1; }
.avoidfooter a { color: #ffffff; margin-bottom: 6px; display: inline-block; }
.avoidfooter p { color: #81d4fa; font-size: 12px; margin-top: 4px; }
