* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #f5f6f9; font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", sans-serif; color: #2c3e50; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.crisiswrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.crisistopbar { background: #fdfdfd; border-bottom: 1px solid #e1e8ed; font-size: 13px; line-height: 32px; height: 32px; color: #7f8c8d; }
.crisistopbar .crisiswrap { display: flex; justify-content: space-between; }
.crisissep { margin: 0 6px; color: #d1d8e0; }
.crisisheader { background: #2e7d32; padding: 18px 0; }
.crisisheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.crisislogo img { height: 42px; max-width: 200px; object-fit: contain; display: block; filter: brightness(0) invert(1); }
.crisissearchform { display: flex; flex: 1; max-width: 450px; border-radius: 20px; overflow: hidden; background: #ffffff; padding: 2px; }
.crisissearchinput { flex: 1; border: none; padding: 0 14px; height: 34px; outline: none; font-size: 13px; color: #333; }
.crisissearchbtn { background: #2e7d32; color: #ffffff; border: none; padding: 0 18px; height: 34px; cursor: pointer; font-size: 13px; font-weight: bold; border-radius: 17px; }
.crisisnavbar { background: #ffffff; height: 44px; border-bottom: 1px solid #e1e8ed; }
.crisisnavflex { display: flex; align-items: center; gap: 2px; overflow-x: auto; white-space: nowrap; }
.crisisnavitem { color: #333; padding: 0 16px; line-height: 44px; height: 44px; font-size: 14px; font-weight: bold; display: inline-block; transition: background 0.2s, color 0.2s; }
.crisisnavitem:hover, .crisisnavitem.active { background: #e8f5e9; color: #2e7d32; }
.crisismain { margin: 25px auto; }
.crisiscirclecats { display: flex; justify-content: space-between; gap: 10px; overflow-x: auto; padding: 15px 0; background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; margin-bottom: 25px; }
.crisiscircleitem { flex-shrink: 0; width: 68px; text-align: center; }
.crisiscircleicon { width: 44px; height: 44px; border-radius: 50%; background: #e8f5e9; display: flex; align-items: center; justify-content: center; margin: 0 auto 6px auto; border: 1px solid #c8e6c9; transition: transform 0.2s; }
.crisiscircleitem:hover .crisiscircleicon { transform: scale(1.08); }
.crisiscircleicon span { font-size: 11px; font-weight: bold; color: #2e7d32; }
.crisiscircleitem p { font-size: 11px; color: #666; font-weight: 500; }
.crisisherogrid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; margin-bottom: 25px; }
@media (max-width: 992px) { .crisisherogrid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .crisisherogrid { grid-template-columns: repeat(2, 1fr); } }
.crisisherocard { background: #ffffff; border: 1px solid #e1e8ed; border-radius: 6px; padding: 10px; text-align: center; display: flex; flex-direction: column; justify-content: space-between; position: relative; transition: transform 0.2s; }
.crisisherocard:hover { transform: translateY(-3px); border-color: #2e7d32; }
.crisisheroimgbox { width: 100%; height: 160px; overflow: hidden; background: #fafafa; border-radius: 4px; margin-bottom: 8px; }
.crisisheroimgbox img { width: 100%; height: 100%; object-fit: cover; }
.crisisherotitle { font-size: 12px; font-weight: bold; color: #2c3e50; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
.crisisheroprice { color: #ff5722; font-size: 13px; font-weight: bold; margin-top: 4px; display: block; }
.crisisherobadge { position: absolute; top: 6px; left: 6px; background: #ff5722; color: #fff; font-size: 10px; padding: 1px 4px; border-radius: 3px; }
.crisissec { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 18px; margin-bottom: 25px; display: grid; grid-template-columns: 1fr 280px; gap: 15px; }
@media (max-width: 992px) { .crisissec { grid-template-columns: 1fr; } }
.crisissecleft {}
.crisissectitle { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #2e7d32; padding-bottom: 8px; margin-bottom: 15px; }
.crisissectitle span { font-size: 15px; font-weight: bold; color: #2e7d32; }
.crisismore { font-size: 12px; color: #7f8c8d; }
.crisismore:hover { color: #2e7d32; }
.crisisgrid4x3 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
@media (max-width: 1024px) { .crisisgrid4x3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .crisisgrid4x3 { grid-template-columns: repeat(1, 1fr); } }
.crisiscard { display: flex; gap: 10px; align-items: center; background: #ffffff; border: 1px solid #f0f3f6; border-radius: 8px; padding: 10px; transition: transform 0.2s; }
.crisiscard:hover { transform: translateY(-3px); box-shadow: 0 4px 8px rgba(0,0,0,0.04); }
.crisisimgbox { width: 52px; height: 52px; overflow: hidden; background: #fafafa; border-radius: 12px; border: 1px solid #eee; flex-shrink: 0; }
.crisisimgbox img { width: 100%; height: 100%; object-fit: cover; }
.crisisinfo { flex: 1; overflow: hidden; }
.crisistitle { font-size: 12px; font-weight: bold; color: #2c3e50; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 4px; }
.crisisprice { color: #ff5722; font-size: 13px; font-weight: bold; }
.crisisrankbox { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 15px; }
.crisisranktitle { font-size: 14px; font-weight: bold; color: #2e7d32; border-bottom: 2px solid #2e7d32; padding-bottom: 8px; margin-bottom: 12px; }
.crisisranklist { list-style: none; }
.crisisrankitem { display: flex; align-items: center; justify-content: space-between; padding: 6px 0; border-bottom: 1px dashed #f0f3f6; font-size: 12px; }
.crisisranknum { width: 18px; height: 18px; background: #ccd6dd; color: #fff; text-align: center; line-height: 18px; border-radius: 3px; font-size: 10px; font-weight: bold; margin-right: 8px; flex-shrink: 0; }
.crisisrankitem:nth-child(-n+3) .crisisranknum { background: #2e7d32; }
.crisisrankname { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #4a5568; }
.crisissecflat { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 18px; margin-bottom: 25px; }
.crisisgrid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
@media (max-width: 768px) { .crisisgrid4 { grid-template-columns: repeat(2, 1fr); } }
.crisisflatcard { border-radius: 6px; overflow: hidden; border: 1px solid #eee; position: relative; height: 110px; }
.crisisflatcard img { width: 100%; height: 100%; object-fit: cover; }
.crisisflatinfo { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.7); color: #fff; padding: 6px 10px; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
.crisiscardbox { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 30px; max-width: 650px; margin: 0 auto; }
.crisisfooter { background: #2c3e50; color: #a0aec0; padding: 25px 0; text-align: center; font-size: 13px; margin-top: 40px; border-top: 2px solid #2e7d32; }
.crisisfooter a { color: #edf2f7; margin-bottom: 6px; display: inline-block; }
.crisisfooter p { color: #718096; font-size: 12px; margin-top: 4px; }
