html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, figcaption, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } *, *::before, *::after { box-sizing: border-box; } body { font-family: 'Arial', sans-serif; color: #F3F8FF; background-color: #08162B; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; } a { text-decoration: none; color: inherit; } :root { --header-offset: 122px; } body { padding-top: var(--header-offset); } .site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background-color: #08162B; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); } .header-top { box-sizing: border-box; min-height: 68px; height: 68px; display: flex; align-items: center; overflow: hidden; background-color: #113B7A; width: 100%; } .header-container { box-sizing: border-box; width: 100%; height: 100%; max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; } .logo { font-size: 24px; font-weight: bold; color: #F2C14E; text-transform: uppercase; display: block; } .desktop-nav-buttons { display: flex; gap: 12px; align-items: center; } .btn { display: inline-block; padding: 10px 20px; border-radius: 5px; font-size: 16px; font-weight: bold; text-align: center; cursor: pointer; transition: all 0.3s ease; background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%); color: #F3F8FF; border: none; text-decoration: none; white-space: nowrap; } .btn:hover { opacity: 0.9; transform: translateY(-1px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .mobile-nav-buttons { box-sizing: border-box; display: none; min-height: 48px; background-color: #1D5FD1; width: 100%; padding: 0 20px; } .main-nav { box-sizing: border-box; min-height: 52px; height: 52px; display: flex; align-items: center; overflow: hidden; background-color: #1D5FD1; width: 100%; } .nav-container { box-sizing: border-box; height: 100%; max-width: 1200px; margin: 0 auto; display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 0 20px; } .nav-link { padding: 10px 15px; color: #F3F8FF; font-weight: 600; font-size: 16px; transition: color 0.3s ease; white-space: nowrap; } .nav-link:hover { color: #F2C14E; } .hamburger-menu { display: none; width: 30px; height: 24px; cursor: pointer; flex-direction: column; justify-content: space-between; position: relative; z-index: 1001; } .hamburger-menu span { display: block; height: 3px; width: 100%; background-color: #F3F8FF; border-radius: 2px; transition: all 0.3s ease-in-out; } .hamburger-menu.active span:nth-child(1) { transform: translateY(10.5px) rotate(45deg); } .hamburger-menu.active span:nth-child(2) { opacity: 0; } .hamburger-menu.active span:nth-child(3) { transform: translateY(-10.5px) rotate(-45deg); } .overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); z-index: 999; } .site-footer { background-color: #10233F; padding: 40px 20px 20px; color: #AFC4E8; font-size: 14px; line-height: 1.6; } .footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; max-width: 1200px; margin: 0 auto 30px; } .footer-col { display: flex; flex-direction: column; } .footer-logo { font-size: 22px; font-weight: bold; color: #F2C14E; text-transform: uppercase; margin-bottom: 15px; display: block; } .footer-description { margin-bottom: 15px; word-wrap: break-word; overflow-wrap: break-word; } .footer-heading { font-size: 16px; font-weight: bold; color: #F3F8FF; margin-bottom: 15px; } .footer-nav li { margin-bottom: 8px; } .footer-nav a { color: #AFC4E8; transition: color 0.3s ease; } .footer-nav a:hover { color: #F2C14E; } .footer-bottom { border-top: 1px solid #1B3357; padding-top: 20px; text-align: center; max-width: 1200px; margin: 0 auto; } .footer-bottom p { margin: 0; } .footer-slot-anchor-inner { min-height: 10px; } @media (max-width: 768px) { :root { --header-offset: 110px; } body { overflow-x: hidden; } .header-top { min-height: 60px !important; height: 60px !important; } .header-container { width: 100%; max-width: none; padding: 0 15px; display: flex; justify-content: space-between; align-items: center; } .hamburger-menu { display: flex; order: 0; } .logo { order: 1; flex-grow: 1; text-align: center; font-size: 20px; } .desktop-nav-buttons { display: none !important; } .mobile-nav-buttons { display: flex !important; min-height: 48px; align-items: center; justify-content: center; width: 100%; max-width: 100%; box-sizing: border-box; padding: 0 15px; overflow: hidden; gap: 10px; flex-wrap: nowrap; background-color: #1D5FD1; } .mobile-nav-buttons .btn { flex: 1; min-width: 0; max-width: calc(50% - 5px); box-sizing: border-box; padding: 8px 12px; font-size: 13px; white-space: normal; word-wrap: break-word; overflow-wrap: break-word; } .main-nav { display: none; flex-direction: column; position: fixed; top: var(--header-offset); left: 0; width: 80%; max-width: 300px; height: calc(100% - var(--header-offset)); background-color: #10233F; overflow-y: auto; transform: translateX(-100%); transition: transform 0.3s ease-in-out; z-index: 1000; } .main-nav.active { display: flex; transform: translateX(0); } .nav-container { flex-direction: column; align-items: flex-start; padding: 20px; height: auto; width: 100%; max-width: none; } .nav-link { width: 100%; padding: 12px 0; border-bottom: 1px solid #1B3357; } .nav-link:last-child { border-bottom: none; } .overlay.active { display: block; } .footer-grid { grid-template-columns: 1fr; } .footer-col { margin-bottom: 20px; } .footer-col:last-child { margin-bottom: 0; } .page-content img { max-width: 100% !important; height: auto !important; display: block; } .page-content { overflow-x: hidden; max-width: 100%; } }
/* 移动端内容区防溢出（系统追加，请勿删除） */
@media (max-width: 768px) {
  .page-content img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
  }
  .page-content {
    overflow-x: hidden;
    max-width: 100%;
  }
  body {
    overflow-x: hidden;
  }
}
