:root { --header-offset: 164px; --primary: #F2C14E; --primary-dark: #D4A437; --secondary: #FFD36B; --btn-gradient: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); --bg-color: #0A0A0A; --card-bg: #111111; --text-main: #FFF6D6; --border-color: #3A2A12; --glow: #FFD36B; --font-main: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } * { margin: 0; padding: 0; box-sizing: border-box; font-family: var(--font-main); } body { background-color: var(--bg-color); color: var(--text-main); padding-top: var(--header-offset); overflow-x: hidden; } img { max-width: 100%; height: auto; } a { text-decoration: none; } .site-header { position: fixed; top: 0; left: 0; width: 100%; background: var(--card-bg); z-index: 1001; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), 0 0 1px var(--border-color); min-height: auto; } .header-top { background: linear-gradient(135deg, #0F0F0F 0%, #1A150A 100%); width: 100%; border-bottom: 1px solid var(--border-color); } .header-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 8px 24px; min-height: 52px; gap: 15px; } .logo { display: inline-block; font-size: 28px; font-weight: 700; color: var(--primary); text-decoration: none; letter-spacing: 1px; white-space: nowrap; line-height: 1.2; text-transform: uppercase; text-shadow: 0 0 12px rgba(242, 193, 78, 0.3); } .logo:hover { color: var(--secondary); } .desktop-nav-buttons { display: flex; align-items: center; gap: 12px; } .btn { display: inline-flex; align-items: center; justify-content: center; padding: 8px 18px; border-radius: 6px; font-size: 13px; font-weight: 700; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: all 0.3s ease; border: none; color: #0A0A0A; background: var(--btn-gradient); box-shadow: 0 2px 8px rgba(221, 161, 29, 0.3); } .btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(221, 161, 29, 0.5); filter: brightness(1.05); color: #0A0A0A; } .btn-login { background: var(--btn-gradient); color: #0A0A0A; } .btn-login:hover { color: #0A0A0A; } .main-nav { background: #101010; width: 100%; display: flex; min-height: 44px; border-bottom: 1px solid var(--border-color); } .nav-container { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 4px 20px; gap: 0; width: 100%; } .mobile-logo-wrap { display: none; } .nav-menu { display: flex; flex-direction: row; justify-content: center; align-items: center; list-style: none; padding: 0; margin: 0; gap: 0; } .nav-menu li { position: relative; } .nav-menu li a { display: block; padding: 10px 14px; color: var(--text-main); font-size: 14px; font-weight: 500; text-decoration: none; transition: all 0.3s ease; letter-spacing: 0.3px; white-space: nowrap; } .nav-menu li a:hover { color: var(--primary); background: rgba(242, 193, 78, 0.1); } .nav-menu li:first-child a { color: var(--primary); font-weight: 700; } .nav-menu li:first-child a:hover { color: var(--secondary); } .hamburger-menu { display: none; } .mobile-menu-overlay { display: none; } .mobile-nav-buttons { display: none; } .site-footer { background: linear-gradient(180deg, #0D0D0D 0%, #141414 100%); border-top: 3px solid var(--primary); padding-top: 40px; margin-top: 60px; color: #CCC; } .footer-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr; gap: 30px; } .footer-column { display: flex; flex-direction: column; } .footer-logo { font-size: 26px; font-weight: 700; color: var(--primary); text-decoration: none; display: inline-block; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 1px; } .footer-logo:hover { color: var(--secondary); } .footer-desc { font-size: 13px; color: #999; line-height: 1.6; text-align: justify; margin-bottom: 15px; } .footer-cert { margin-top: auto; } .footer-cert span { background: #222; border: 1px solid var(--primary); padding: 4px 10px; font-size: 11px; color: var(--primary); border-radius: 4px; display: inline-block; } .footer-title { font-size: 16px; color: var(--primary); margin-bottom: 15px; font-weight: 600; position: relative; padding-bottom: 8px; } .footer-title::after { content: ""; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background: var(--primary); } .footer-nav ul { list-style: none; padding: 0; margin: 0; } .footer-nav ul li { margin-bottom: 10px; } .footer-nav ul li a { color: #AAA; text-decoration: none; font-size: 13px; transition: all 0.3s ease; display: inline-block; padding: 2px 0; } .footer-nav ul li a:hover { color: var(--primary); padding-left: 5px; text-decoration: none; } .footer-bottom { border-top: 1px solid #2A2A2A; padding: 20px 24px; text-align: center; background: #0D0D0D; } .footer-bottom p { color: #777; font-size: 13px; margin: 0; } .page-content img { max-width: 100%; height: auto; display: block; } .page-content { overflow-x: hidden; max-width: 100%; } @media (max-width: 768px) { body { padding-top: var(--header-offset); overflow-x: hidden; } :root { --header-offset: 146px; } .site-header { position: fixed; } .header-top { background: linear-gradient(135deg, #0F0F0F 0%, #1A150A 100%); border-bottom: 1px solid var(--border-color); } .header-container { width: 100%; max-width: none; padding: 8px 16px; display: flex; justify-content: space-between; align-items: center; gap: 10px; min-height: 48px; } .logo { font-size: 24px; } .desktop-nav-buttons { display: none; } .main-nav { background: #101010; width: 100%; display: none; flex-direction: column; position: fixed; top: 0; left: 0; height: 100vh; height: 100dvh; overflow-y: auto; z-index: 1000; transform: translateX(-100%); transition: transform 0.3s ease; border-right: 1px solid var(--border-color); min-height: 100vh; } .main-nav.active { display: block; transform: translateX(0); } .nav-container { width: 100%; max-width: none; padding: 20px; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 0; margin-top: 60px; overflow-y: auto; } .nav-container .mobile-logo-wrap { display: block; width: 100%; padding: 0; margin-bottom: 20px; text-align: left; } .nav-container .mobile-logo-wrap .logo { font-size: 30px; } .nav-menu { display: flex; flex-direction: column; width: 100%; align-items: flex-start; margin-bottom: 20px; } .nav-menu li { width: 100%; border-bottom: 1px solid #222; } .nav-menu li a { padding: 12px 0; font-size: 14px; width: 100%; white-space: normal; } .mobile-nav-buttons { display: flex; flex-direction: column; width: 100%; gap: 10px; margin-top: 20px; } .mobile-nav-buttons .btn { width: 100%; box-sizing: border-box; } .hamburger-menu { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 44px; height: 44px; min-height: 44px; margin: 0; padding: 0; border: none; background: transparent; cursor: pointer; order: 1; z-index: 1001; position: relative; } .hamburger-menu span { display: block; width: 22px; height: 2px; background: var(--text-main); margin: 3px 0; transition: all 0.3s ease; border-radius: 2px; } .hamburger-menu.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); } .hamburger-menu.active span:nth-child(2) { opacity: 0; } .hamburger-menu.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); } .mobile-menu-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 999; backdrop-filter: blur(2px); } .mobile-menu-overlay.active { display: block; } .footer-container { grid-template-columns: 1fr; padding: 0 16px; gap: 25px; align-items: start; } .footer-column { text-align: left; } .footer-title { font-size: 15px; } .footer-desc { font-size: 13px; } .footer-nav ul li a { font-size: 13px; } .footer-bottom { padding: 15px 16px; } .page-content img { max-width: 100% !important; height: auto !important; display: block; } .page-content { overflow-x: hidden; max-width: 100%; } body { overflow-x: hidden; } }
/* 移动端内容区防溢出（系统追加，请勿删除） */
@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;
  }
}
/* 内容保护（系统追加，请勿删除） */
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input, textarea, select, [contenteditable="true"] {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
