* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #f8fafc; font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", sans-serif; color: #2c3e50; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.faintlywrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.faintlytopbar { background: #0f172a; color: #94a3b8; font-size: 13px; line-height: 34px; height: 34px; }
.faintlytopbar .faintlywrap { display: flex; justify-content: space-between; align-items: center; }
.faintlysep { margin: 0 8px; color: #334155; }
.faintlyheader { background: #1e293b; padding: 18px 0; border-bottom: 1px solid #334155; }
.faintlyheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.faintlylogo img { height: 42px; max-width: 200px; object-fit: contain; display: block; filter: brightness(0) invert(1); }
.faintlysearchform { display: flex; flex: 1; max-width: 450px; border: 2px solid #4caf50; border-radius: 4px; overflow: hidden; }
.faintlysearchinput { flex: 1; border: none; padding: 0 14px; height: 34px; outline: none; font-size: 13px; color: #333; }
.faintlysearchbtn { background: #4caf50; color: #ffffff; border: none; padding: 0 18px; height: 34px; cursor: pointer; font-size: 13px; font-weight: bold; }
.faintlynavbar { background: #0f172a; height: 46px; }
.faintlynavflex { display: flex; align-items: center; gap: 4px; overflow-x: auto; white-space: nowrap; }
.faintlynavitem { color: #cbd5e1; padding: 0 18px; line-height: 46px; height: 46px; font-size: 14px; font-weight: bold; display: inline-block; transition: background 0.2s, color 0.2s; }
.faintlynavitem:hover, .faintlynavitem.active { background: #1e293b; color: #4caf50; }
.faintlymain { margin: 25px auto; }
.faintlyherocard { display: block; position: relative; border-radius: 6px; overflow: hidden; border: 1px solid #334155; margin-bottom: 25px; height: 240px; background: #0f172a; }
.faintlyherocard img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }
.faintlyheroinfo { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(15,23,42,0.9)); color: #ffffff; padding: 20px; display: flex; justify-content: space-between; align-items: flex-end; }
.faintlyherotitle { font-size: 18px; font-weight: bold; }
.faintlyheroprice { color: #ffeb3b; font-size: 20px; font-weight: bold; }
.faintlysec { background: #ffffff; border-radius: 8px; border: 1px solid #e2e8f0; padding: 18px; margin-bottom: 25px; }
.faintlysectitle { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #4caf50; padding-bottom: 8px; margin-bottom: 15px; }
.faintlysectitle span { font-size: 15px; font-weight: bold; color: #1e293b; }
.faintlymore { font-size: 12px; color: #64748b; }
.faintlymore:hover { color: #4caf50; }
.faintlygrid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
@media (max-width: 992px) { .faintlygrid4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .faintlygrid4 { grid-template-columns: 1fr; } }
.faintlyfeaturecard { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 6px; padding: 15px; text-align: center; transition: transform 0.2s, border-color 0.2s; }
.faintlyfeaturecard:hover { transform: translateY(-3px); border-color: #4caf50; }
.faintlyfeatureicon { width: 44px; height: 44px; margin: 0 auto 8px auto; background: #e8f5e9; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 1px solid #c8e6c9; }
.faintlyfeatureicon span { font-size: 16px; color: #4caf50; }
.faintlyfeaturetitle { font-size: 13px; font-weight: bold; color: #1e293b; margin-bottom: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.faintlyfeatureprice { color: #e53e3e; font-size: 13px; font-weight: bold; }
.faintlydarkgrid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
@media (max-width: 992px) { .faintlydarkgrid3 { grid-template-columns: 1fr; } }
.faintlydarkcard { background: #0f172a; border-radius: 6px; overflow: hidden; border: 1px solid #334155; position: relative; height: 160px; display: block; }
.faintlydarkcard img { width: 100%; height: 100%; object-fit: cover; opacity: 0.8; }
.faintlydarkinfo { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(15,23,42,0.9)); color: #fff; padding: 12px; display: flex; justify-content: space-between; align-items: flex-end; }
.faintlydarktitle { font-size: 13px; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.faintlydarkprice { color: #ffeb3b; font-weight: bold; }
.faintlygrid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
@media (max-width: 992px) { .faintlygrid3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .faintlygrid3 { grid-template-columns: 1fr; } }
.faintlycard { background: #ffffff; border: 1px solid #e2e8f0; 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; }
.faintlycard:hover { transform: translateY(-3px); border-color: #4caf50; }
.faintlyimgbox { width: 100%; height: 110px; overflow: hidden; background: #f8fafc; border-radius: 4px; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; }
.faintlyimgbox img { max-width: 100%; max-height: 100px; object-fit: contain; }
.faintlytitle { font-size: 12px; font-weight: bold; color: #1e293b; margin-bottom: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.faintlyprice { color: #e53e3e; font-size: 13px; font-weight: bold; }
.faintlygrid2x3 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (max-width: 640px) { .faintlygrid2x3 { grid-template-columns: 1fr; } }
.faintlyhorizontalcard { display: flex; gap: 10px; align-items: center; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 6px; padding: 8px; }
.faintlyhorizontalimg { width: 48px; height: 48px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.faintlyhorizontalinfo { flex: 1; overflow: hidden; }
.faintlyhorizontaltitle { font-size: 12px; font-weight: bold; color: #1e293b; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 2px; }
.faintlyhorizontalprice { color: #e53e3e; font-size: 12px; font-weight: bold; }
.faintlygrid7 { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; }
@media (max-width: 1200px) { .faintlygrid7 { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 640px) { .faintlygrid7 { grid-template-columns: repeat(2, 1fr); } }
.faintlyminicard { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 6px; padding: 8px; text-align: center; display: flex; flex-direction: column; justify-content: space-between; }
.faintlyminiimgbox { width: 100%; height: 75px; overflow: hidden; background: #f8fafc; border-radius: 4px; margin-bottom: 6px; display: flex; align-items: center; justify-content: center; }
.faintlyminiimgbox img { max-width: 100%; max-height: 70px; object-fit: contain; }
.faintlyminititle { font-size: 11px; font-weight: bold; color: #1e293b; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 2px; }
.faintlyminiprice { color: #e53e3e; font-size: 12px; font-weight: bold; }
.faintlytextgrid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
@media (max-width: 768px) { .faintlytextgrid2 { grid-template-columns: 1fr; } }
.faintlyrowitem { display: flex; gap: 10px; align-items: center; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 6px; padding: 8px 12px; }
.faintlyrowimg { width: 36px; height: 36px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.faintlyrowinfo { flex: 1; overflow: hidden; }
.faintlyrowtitle { font-size: 12px; font-weight: bold; color: #1e293b; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 2px; }
.faintlyrowprice { color: #e53e3e; font-size: 12px; font-weight: bold; }
.faintlycardbox { background: #ffffff; border-radius: 8px; border: 1px solid #e2e8f0; padding: 30px; max-width: 650px; margin: 0 auto; }
.faintlyfooter { background: #0f172a; color: #94a3b8; padding: 25px 0; text-align: center; font-size: 13px; margin-top: 40px; border-top: 2px solid #4caf50; }
.faintlyfooter a { color: #ffffff; margin-bottom: 6px; display: inline-block; }
.faintlyfooter p { color: #64748b; font-size: 12px; margin-top: 4px; }
