* { box-sizing: border-box; margin: 0; padding: 0; }
body.late-body { background-color: #f5f8fa; color: #333333; font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif; overflow-x: hidden; width: 100%; }
a { color: inherit; text-decoration: none; }
.late-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; width: 100%; }
.late-topbar { background-color: #ffffff; color: #666666; font-size: 12px; height: 35px; line-height: 35px; border-bottom: 1px solid #f0f0f0; }
.late-topbar-wrap { display: flex; justify-content: space-between; }
.late-header { background: #ffffff; border-bottom: 2px solid #0088cc; }
.late-logo-bar { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; }
.late-logo img { max-height: 50px; max-width: 200px; object-fit: contain; }
.late-hotline { text-align: right; }
.late-hotline p { font-size: 12px; color: #888888; }
.late-hotline h4 { color: #f26522; font-size: 18px; font-weight: bold; margin-top: 2px; }
.late-navbar { background: #1c2331; height: 50px; }
.late-nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.late-nav { display: flex; list-style: none; height: 50px; align-items: center; }
.late-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; }
.late-nav-item a:hover, .late-nav-item.active a { color: #f26522; background-color: #111111; }
.late-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; }
.late-ticker { display: flex; justify-content: space-between; align-items: center; background: #ffffff; padding: 12px 20px; border-radius: 30px; margin-bottom: 25px; border: 1px solid #cce7ff; }
.late-ticker-title { display: flex; align-items: center; background: #0088cc; color: #ffffff; padding: 5px 15px; border-radius: 20px; font-size: 12px; font-weight: bold; }
.late-ticker-search { display: flex; align-items: center; background: #ffffff; border-radius: 4px; overflow: hidden; height: 32px; border: 1px solid #ddd; }
.late-search-input { border: none; padding: 0 10px; font-size: 12px; height: 100%; width: 220px; outline: none; }
.late-search-btn { background: #0088cc; border: none; color: #ffffff; width: 50px; height: 100%; cursor: pointer; font-size: 12px; font-weight: bold; }
.late-sec-title { font-size: 20px; font-weight: 700; color: #111111; margin: 30px 0 15px; padding-left: 12px; border-left: 4px solid #0088cc; }
.late-grid-four { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .late-grid-four { grid-template-columns: repeat(2, 1fr); } }
.late-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; }
.late-card:hover { border-color: #0088cc; box-shadow: 0 6px 16px rgba(0,136,204,0.06); }
.late-card-top { display: flex; align-items: center; margin-bottom: 10px; }
.late-card-img { width: 36px; height: 36px; max-width: 36px; max-height: 36px; object-fit: contain; margin-right: 10px; flex-shrink: 0; }
.late-card-title { font-size: 14px; font-weight: 600; color: #222222; word-break: break-all; }
.late-dual-panel { display: grid; grid-template-columns: 1.2fr 1fr; gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .late-dual-panel { grid-template-columns: 1fr; } }
.late-panel-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 20px; }
.late-news-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px dashed #eee; font-size: 13px; }
.late-news-item:last-child { border-bottom: none; }
.late-badge-round { width: 22px; height: 22px; border-radius: 50%; background: #f26522; color: #ffffff; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; margin-right: 10px; }
.late-sidebar { background: #ffffff; border: 1px solid #e0e0e0; padding: 15px; border-radius: 4px; }
.late-sidebar h3 { font-size: 15px; font-weight: bold; margin-bottom: 12px; color: #0088cc; border-bottom: 2px solid #0088cc; padding-bottom: 5px; }
.late-sidebar-list { list-style: none; line-height: 2.2; font-size: 14px; color: #555; }
.late-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 6px; overflow: hidden; margin-bottom: 30px; }
.late-table th, .late-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.late-table th { background: #f0f8ff; color: #0088cc; font-weight: 600; }
.late-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; }
.late-btn:hover { background: #006699; }
.late-price { color: #d9232e; font-weight: bold; font-size: 18px; }
.late-footer { background: #1c2331; color: #ced4da; padding: 40px 0 20px; margin-top: 50px; text-align: center; font-size: 14px; border-top: 2px solid #0088cc; }
.late-footer-links a { color: #f8f9fa; margin: 0 10px; font-weight: bold; }
.late-footer-links a:hover { color: #f26522; }
.late-copyright { margin-top: 20px; font-size: 13px; color: #6c757d; }
.late-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.late-badge-auto { background: #e3f2fd; color: #0088cc; }
.late-badge-manual { background: #f1f3f5; color: #495057; }
.late-detail-wrap { background: #ffffff; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #e9ecef; }
