* { box-sizing: border-box; margin: 0; padding: 0; }
body.win-body { background-color: #f5fcf6; color: #333333; font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif; overflow-x: hidden; width: 100%; }
a { color: inherit; text-decoration: none; }
.win-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; width: 100%; }
.win-topbar { background-color: #ffffff; color: #666666; font-size: 12px; height: 35px; line-height: 35px; border-bottom: 1px solid #f0f0f0; }
.win-topbar-wrap { display: flex; justify-content: space-between; }
.win-header { background: #ffffff; border-bottom: 2px solid #0088cc; }
.win-logo-bar { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; }
.win-logo img { max-height: 50px; max-width: 200px; object-fit: contain; }
.win-hotline { color: #0088cc; font-weight: bold; font-size: 18px; }
.win-navbar { background: #0088cc; height: 50px; }
.win-nav-wrap { display: flex; justify-content: center; align-items: center; height: 100%; }
.win-nav { display: flex; list-style: none; height: 50px; align-items: center; }
.win-nav-item a { display: block; padding: 0 20px; height: 50px; line-height: 50px; color: #ffffff; font-size: 15px; font-weight: bold; transition: all 0.3s; }
.win-nav-item a:hover { background: #006699; }
.win-nav-item.active a { background: #006699; }
.win-notice { background: #ffffff; border-left: 4px solid #0088cc; 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; }
.win-sec-title { text-align: center; font-size: 22px; font-weight: 700; color: #111111; margin: 35px 0 20px; position: relative; }
.win-sec-title::after { content: ""; display: block; width: 40px; height: 3px; background: #0088cc; margin: 8px auto 0; }
.win-grid-six { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .win-grid-six { grid-template-columns: repeat(2, 1fr); } }
.win-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 8px; padding: 15px; transition: all 0.3s; display: flex; flex-direction: column; justify-content: space-between; }
.win-card:hover { border-color: #0088cc; box-shadow: 0 4px 15px rgba(0,136,204,0.08); }
.win-card-img { width: 100%; height: 110px; object-fit: contain; margin-bottom: 10px; }
.win-about-overlay { background: #e8f5e9; padding: 60px 20px; border-radius: 8px; margin-bottom: 30px; text-align: center; position: relative; }
.win-about-card { background: #ffffff; border-radius: 8px; border: 1px solid #eef2f6; max-width: 600px; margin: 0 auto; padding: 30px; box-shadow: 0 6px 20px rgba(0,0,0,0.03); }
.win-news-grid { display: grid; grid-template-columns: 1.2fr 2fr; gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .win-news-grid { grid-template-columns: 1fr; } }
.win-news-big { background: #ffffff; border-radius: 8px; border: 1px solid #eef2f6; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; }
.win-news-list { background: #ffffff; border-radius: 8px; border: 1px solid #eef2f6; padding: 10px 20px; }
.win-news-item { display: flex; gap: 15px; align-items: center; padding: 15px 0; border-bottom: 1px dashed #eee; }
.win-news-item:last-child { border-bottom: none; }
.win-news-date { background: #4caf50; color: #ffffff; padding: 5px 10px; text-align: center; border-radius: 4px; font-size: 12px; font-weight: bold; flex-shrink: 0; line-height: 1.2; width: 60px; }
.win-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 6px; overflow: hidden; margin-bottom: 30px; }
.win-table th, .win-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.win-table th { background: #e0f2f1; color: #0088cc; font-weight: 600; }
.win-btn { background: #0088cc; 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; }
.win-btn:hover { background: #006699; }
.win-price { color: #d9232e; font-weight: bold; font-size: 18px; }
.win-footer { background: #212529; color: #ced4da; padding: 40px 0 20px; margin-top: 50px; text-align: center; font-size: 14px; }
.win-footer-links a { color: #f8f9fa; margin: 0 10px; }
.win-footer-sep { color: #495057; }
.win-copyright { margin-top: 20px; font-size: 13px; color: #6c757d; }
.win-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.win-badge-auto { background: #e0f2f1; color: #0088cc; }
.win-badge-manual { background: #f5f5f5; color: #616161; }
.win-detail-wrap { background: #ffffff; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #e9ecef; }
