* { box-sizing: border-box; margin: 0; padding: 0; }
body.suffer-body { background-color: #f4f6f9; color: #333333; font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif; overflow-x: hidden; width: 100%; }
a { color: inherit; text-decoration: none; }
.suffer-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; width: 100%; }
.suffer-header { background: #ffffff; border-bottom: 1px solid #e5e5e5; height: 70px; position: relative; z-index: 100; }
.suffer-nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.suffer-logo img { max-height: 45px; max-width: 180px; object-fit: contain; }
.suffer-nav { display: flex; list-style: none; align-items: center; height: 100%; }
.suffer-nav-item a { display: block; padding: 0 18px; height: 70px; line-height: 70px; font-size: 15px; color: #333333; font-weight: 500; transition: color 0.3s, background 0.3s; }
.suffer-nav-item a:hover { color: #0d3b66; background-color: #f0f4f8; }
.suffer-notice { background: #ffffff; border-left: 4px solid #0d3b66; 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; }
.suffer-sec-title { font-size: 20px; font-weight: 700; color: #111111; margin-bottom: 20px; position: relative; padding-left: 12px; }
.suffer-sec-title::before { content: ""; position: absolute; left: 0; top: 3px; bottom: 3px; width: 4px; background: #0d3b66; border-radius: 2px; }
.suffer-grid-six { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .suffer-grid-six { grid-template-columns: repeat(1, 1fr); } }
.suffer-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 8px; padding: 20px; transition: transform 0.3s, box-shadow 0.3s; display: flex; flex-direction: column; justify-content: space-between; }
.suffer-card:hover { transform: translateY(-4px); box-shadow: 0 10px 25px rgba(0,0,0,0.08); }
.suffer-card-top { display: flex; align-items: center; margin-bottom: 15px; }
.suffer-card-img { width: 40px; height: 40px; max-width: 40px; max-height: 40px; object-fit: contain; margin-right: 12px; flex-shrink: 0; }
.suffer-card-title { font-size: 15px; font-weight: 600; color: #222222; word-break: break-all; line-height: 1.4; }
.suffer-card-meta { display: flex; justify-content: space-between; align-items: center; margin-top: 15px; padding-top: 12px; border-top: 1px dashed #f0f0f0; }
.suffer-price { font-size: 18px; font-weight: 700; color: #e63946; }
.suffer-btn { background: #0d3b66; color: #ffffff; padding: 6px 16px; border-radius: 4px; font-size: 13px; font-weight: 500; display: inline-block; text-align: center; border: none; cursor: pointer; transition: background 0.3s; }
.suffer-btn:hover { background: #082542; }
.suffer-blue-sec { background: linear-gradient(135deg, #0d3b66 0%, #1d4e89 100%); border-radius: 12px; padding: 30px 20px; margin-bottom: 30px; color: #ffffff; }
.suffer-blue-sec .suffer-sec-title { color: #ffffff; }
.suffer-blue-sec .suffer-sec-title::before { background: #f4a261; }
.suffer-blue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 768px) { .suffer-blue-grid { grid-template-columns: repeat(1, 1fr); } }
.suffer-blue-card { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 8px; padding: 20px; backdrop-filter: blur(5px); }
.suffer-news-wrap { display: grid; grid-template-columns: 1fr 2fr; gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .suffer-news-wrap { grid-template-columns: 1fr; } }
.suffer-news-big { background: #ffffff; border-radius: 8px; border: 1px solid #eef2f6; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; }
.suffer-news-list { background: #ffffff; border-radius: 8px; border: 1px solid #eef2f6; padding: 10px 20px; }
.suffer-news-item { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border-bottom: 1px solid #f4f4f4; }
.suffer-news-item:last-child { border-bottom: none; }
.suffer-brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 30px; }
@media (max-width: 768px) { .suffer-brand-grid { grid-template-columns: repeat(2, 1fr); } }
.suffer-brand-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 15px; text-align: center; transition: all 0.3s; }
.suffer-brand-card:hover { border-color: #0d3b66; }
.suffer-action-wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .suffer-action-wrap { grid-template-columns: 1fr; } }
.suffer-action-card { background: #1d4e89; color: #ffffff; border-radius: 8px; padding: 25px; text-align: center; }
.suffer-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 8px; overflow: hidden; margin-bottom: 30px; box-shadow: 0 2px 8px rgba(0,0,0,0.03); }
.suffer-table th, .suffer-table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.suffer-table th { background: #f8fafc; color: #666666; font-weight: 600; }
.suffer-footer { background: #1e2229; color: #a0aab0; padding: 40px 0 20px; margin-top: 50px; text-align: center; font-size: 14px; }
.suffer-footer-links a { color: #d0d7de; margin: 0 10px; transition: color 0.3s; }
.suffer-footer-links a:hover { color: #ffffff; }
.suffer-footer-sep { color: #444d56; }
.suffer-copyright { margin-top: 20px; font-size: 13px; color: #768390; }
.suffer-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; font-weight: 500; }
.suffer-badge-auto { background: #e3f2fd; color: #1976d2; }
.suffer-badge-manual { background: #f5f5f5; color: #616161; }
.suffer-detail-wrap { background: #ffffff; border-radius: 8px; padding: 30px; margin: 30px auto; border: 1px solid #eef2f6; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
