* { box-sizing: border-box; margin: 0; padding: 0; }
body.shelter-body { background-color: #f8f9fa; color: #333333; font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif; overflow-x: hidden; width: 100%; }
a { color: inherit; text-decoration: none; }
.shelter-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; width: 100%; }
.shelter-topbar { background-color: #f1f3f5; color: #666666; font-size: 12px; height: 32px; line-height: 32px; border-bottom: 1px solid #e9ecef; }
.shelter-topbar-wrap { display: flex; justify-content: space-between; }
.shelter-logobar { background: #ffffff; padding: 15px 0; }
.shelter-logobar-wrap { display: flex; justify-content: space-between; align-items: center; }
.shelter-logo img { max-height: 50px; max-width: 200px; object-fit: contain; }
.shelter-hotline { text-align: right; }
.shelter-hotline p { font-size: 12px; color: #888888; }
.shelter-hotline h4 { color: #d9232e; font-size: 16px; font-weight: bold; margin-top: 2px; }
.shelter-navbar { background: #0066cc; height: 50px; }
.shelter-nav { display: flex; list-style: none; height: 50px; align-items: center; }
.shelter-nav-item a { display: block; padding: 0 20px; height: 50px; line-height: 50px; color: #ffffff; font-size: 15px; font-weight: bold; transition: background 0.3s; }
.shelter-nav-item a:hover { background: #0056b3; }
.shelter-notice { background: #ffffff; border-left: 4px solid #0066cc; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); margin: 20px auto; padding: 12px 20px; font-size: 14px; color: #555555; }
.shelter-sec-title { font-size: 20px; font-weight: 700; color: #111111; margin: 30px 0 15px; position: relative; padding-left: 12px; }
.shelter-sec-title::before { content: ""; position: absolute; left: 0; top: 3px; bottom: 3px; width: 4px; background: #0066cc; border-radius: 2px; }
.shelter-main-grid { display: grid; grid-template-columns: 280px 1fr; gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .shelter-main-grid { grid-template-columns: 1fr; } }
.shelter-sidebar-card { background: #ffffff; border: 1px solid #e9ecef; border-radius: 6px; padding: 20px; margin-bottom: 20px; }
.shelter-sidebar-list { list-style: none; line-height: 2.2; font-size: 14px; color: #495057; }
.shelter-sidebar-list a:hover { color: #0066cc; text-decoration: underline; }
.shelter-grid-six { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 768px) { .shelter-grid-six { grid-template-columns: repeat(1, 1fr); } }
.shelter-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 15px; transition: all 0.3s; display: flex; flex-direction: column; justify-content: space-between; }
.shelter-card:hover { border-color: #0066cc; box-shadow: 0 6px 15px rgba(0,102,204,0.08); }
.shelter-card-top { display: flex; align-items: center; margin-bottom: 10px; }
.shelter-card-img { width: 36px; height: 36px; max-width: 36px; max-height: 36px; object-fit: contain; margin-right: 10px; flex-shrink: 0; }
.shelter-card-title { font-size: 14px; font-weight: 600; color: #222222; word-break: break-all; }
.shelter-exp-banner { background: #eef1f6; border-radius: 6px; padding: 20px; text-align: center; font-size: 16px; font-weight: bold; color: #333333; margin-bottom: 30px; }
.shelter-adv-tabs { display: flex; justify-content: space-around; background: #ffffff; border: 1px solid #e0e0e0; border-radius: 4px; margin-bottom: 15px; list-style: none; }
.shelter-adv-tabs li { padding: 10px 15px; font-size: 14px; font-weight: bold; color: #666666; cursor: pointer; }
.shelter-adv-tabs li.active { color: #0066cc; border-bottom: 2px solid #0066cc; }
.shelter-featured-block { background: #ffffff; border: 1px solid #e0e0e0; border-radius: 6px; padding: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .shelter-featured-block { grid-template-columns: 1fr; } }
.shelter-dual-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .shelter-dual-panel { grid-template-columns: 1fr; } }
.shelter-panel-card { background: #ffffff; border: 1px solid #e0e0e0; border-radius: 6px; padding: 20px; }
.shelter-news-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px dashed #eee; }
.shelter-news-item:last-child { border-bottom: none; }
.shelter-badge-round { width: 20px; height: 20px; border-radius: 50%; background: #0066cc; color: #ffffff; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; margin-right: 8px; }
.shelter-about-grid { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .shelter-about-grid { grid-template-columns: 1fr; } }
.shelter-carousel-wrap { background: #ffffff; border: 1px solid #e0e0e0; border-radius: 6px; padding: 15px; margin-bottom: 30px; }
.shelter-carousel { display: flex; gap: 15px; overflow-x: auto; scrollbar-width: none; }
.shelter-carousel-card { background: #f8fafc; border-radius: 4px; padding: 10px; text-align: center; flex: 0 0 180px; }
.shelter-quick-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .shelter-quick-links { grid-template-columns: repeat(2, 1fr); } }
.shelter-quick-card { background: #ffffff; border: 1px solid #e0e0e0; border-radius: 6px; padding: 20px; text-align: center; }
.shelter-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 6px; overflow: hidden; margin-bottom: 30px; }
.shelter-table th, .shelter-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.shelter-table th { background: #f1f3f5; color: #495057; font-weight: 600; }
.shelter-btn { background: #0066cc; color: #ffffff; padding: 6px 16px; border-radius: 4px; font-size: 13px; font-weight: 500; display: inline-block; border: none; cursor: pointer; transition: background 0.3s; }
.shelter-btn:hover { background: #0056b3; }
.shelter-price { color: #d9232e; font-weight: bold; font-size: 18px; }
.shelter-footer { background: #212529; color: #ced4da; padding: 40px 0 20px; margin-top: 50px; text-align: center; font-size: 14px; }
.shelter-footer-links a { color: #f8f9fa; margin: 0 10px; }
.shelter-footer-sep { color: #495057; }
.shelter-copyright { margin-top: 20px; font-size: 13px; color: #6c757d; }
.shelter-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.shelter-badge-auto { background: #e8f5e9; color: #2e7d32; }
.shelter-badge-manual { background: #f1f3f5; color: #495057; }
.shelter-detail-wrap { background: #ffffff; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #e9ecef; }
