* { box-sizing: border-box; margin: 0; padding: 0; }
body.sun-body { background-color: #ffffff; color: #333333; font-family: "Georgia", "PingFang SC", "Hiragino Sans GB", serif; overflow-x: hidden; width: 100%; }
a { color: inherit; text-decoration: none; }
.sun-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; width: 100%; }
.sun-topbar { background-color: #ffffff; color: #666666; font-size: 12px; height: 35px; line-height: 35px; border-bottom: 1px solid #f0f0f0; }
.sun-topbar-wrap { display: flex; justify-content: space-between; }
.sun-header { background: #ffffff; border-bottom: 1px solid #eeeeee; height: 85px; position: relative; z-index: 100; }
.sun-logo-bar { text-align: center; padding-top: 15px; }
.sun-logo img { max-height: 50px; max-width: 180px; object-fit: contain; }
.sun-navbar { background: #ffffff; border-top: 1px solid #f5f5f5; border-bottom: 1px solid #eeeeee; height: 50px; }
.sun-nav { display: flex; list-style: none; height: 50px; align-items: center; justify-content: center; }
.sun-nav-item a { display: block; padding: 0 20px; height: 50px; line-height: 50px; color: #666666; font-size: 14px; font-weight: bold; position: relative; transition: all 0.3s; }
.sun-nav-item a:hover, .sun-nav-item.active a { color: #8bc34a; }
.sun-notice { background: #ffffff; border-left: 4px solid #8bc34a; 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; }
.sun-sec-title { font-size: 18px; font-weight: bold; color: #111111; margin: 40px 0 20px; text-transform: uppercase; letter-spacing: 1px; display: flex; align-items: center; }
.sun-sec-title::before { content: ""; display: inline-block; width: 12px; height: 12px; background: #8bc34a; margin-right: 10px; border-radius: 2px; }
.sun-hero-sec { display: grid; grid-template-columns: 1.5fr 1fr; gap: 30px; margin-bottom: 30px; align-items: center; }
@media (max-width: 768px) { .sun-hero-sec { grid-template-columns: 1fr; } }
.sun-hero-left img { width: 100%; height: auto; border-radius: 6px; border: 1px solid #eee; }
.sun-hero-right { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 25px; }
.sun-main-split { display: grid; grid-template-columns: 2fr 1fr; gap: 30px; margin-bottom: 30px; }
@media (max-width: 768px) { .sun-main-split { grid-template-columns: 1fr; } }
.sun-list-col { display: flex; flex-direction: column; gap: 20px; }
.sun-list-row { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 15px; display: flex; gap: 15px; align-items: center; }
.sun-list-img { width: 80px; height: 80px; object-fit: contain; border-radius: 4px; border: 1px solid #eee; flex-shrink: 0; }
.sun-sidebar-col { display: flex; flex-direction: column; gap: 20px; }
.sun-sidebar-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 20px; text-align: center; }
.sun-green-banner { background: #8bc34a; color: #ffffff; padding: 25px; border-radius: 6px; text-align: center; }
.sun-grid-eight { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .sun-grid-eight { grid-template-columns: repeat(2, 1fr); } }
.sun-card { background: #ffffff; border: 1px solid #eeeeee; padding: 20px; transition: all 0.3s; display: flex; flex-direction: column; justify-content: space-between; text-align: center; border-radius: 6px; }
.sun-card:hover { border-color: #8bc34a; box-shadow: 0 8px 20px rgba(139,195,74,0.08); }
.sun-card-img { width: 100%; height: 110px; object-fit: contain; margin-bottom: 12px; }
.sun-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 6px; overflow: hidden; margin-bottom: 30px; border: 1px solid #eee; }
.sun-table th, .sun-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.sun-table th { background: #f9fbf7; color: #111111; font-weight: 600; }
.sun-btn { background: #111111; 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; }
.sun-btn:hover { background: #8bc34a; }
.sun-price { color: #d9232e; font-weight: bold; font-size: 18px; }
.sun-footer { background: #f8fafc; color: #666666; padding: 40px 0 20px; margin-top: 50px; border-top: 1px solid #e0e0e0; text-align: center; font-size: 14px; }
.sun-footer-links a { color: #111111; margin: 0 10px; font-weight: bold; }
.sun-footer-links a:hover { color: #8bc34a; }
.sun-footer-sep { color: #dddddd; }
.sun-copyright { margin-top: 20px; font-size: 13px; color: #999999; }
.sun-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.sun-badge-auto { background: #f1f8e9; color: #8bc34a; }
.sun-badge-manual { background: #f5f5f5; color: #777777; }
.sun-detail-wrap { background: #ffffff; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #e9ecef; }
