html { scroll-behavior: smooth; } body { margin: 0; font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #FFFFFF; padding-top: var(--header-offset); } a { text-decoration: none; color: inherit; } ul { list-style: none; padding: 0; margin: 0; } :root { --primary-color: #017439; --secondary-color: #FFFFFF; --register-color: #C30808; --login-color: #C30808; --bg-color: #FFFFFF; --reg-log-font-color: #FFFF00; --neon-base-dark: #0a0a0a; --neon-header-top-bg: linear-gradient(135deg, #0a0a0a, #1a1a2e, #16213e); --neon-main-nav-bg: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460); --neon-primary-glow: #00FF00; --neon-secondary-glow: #FFFF00; --neon-accent-glow: #FF00FF; --marquee-height-desktop: 45px; --header-top-height-desktop: 60px; --main-nav-height-desktop: 50px; --header-offset: calc(var(--marquee-height-desktop) + var(--header-top-height-desktop) + var(--main-nav-height-desktop)); } @media (max-width: 768px) { :root { --marquee-height-mobile: 30px; --header-top-height-mobile: 50px; --mobile-nav-buttons-height-mobile: 50px; --header-offset: calc(var(--marquee-height-mobile) + var(--header-top-height-mobile) + var(--mobile-nav-buttons-height-mobile)); } } @keyframes theme-colors-glow { 0%, 100% { box-shadow: 0 0 10px var(--neon-primary-glow), 0 0 20px var(--neon-primary-glow), inset 0 0 10px rgba(0, 255, 0, 0.3); border-color: var(--neon-primary-glow); } 33% { box-shadow: 0 0 10px var(--neon-secondary-glow), 0 0 20px var(--neon-secondary-glow), inset 0 0 10px rgba(255, 255, 0, 0.3); border-color: var(--neon-secondary-glow); } 66% { box-shadow: 0 0 10px var(--neon-accent-glow), 0 0 20px var(--neon-accent-glow), inset 0 0 10px rgba(255, 0, 255, 0.3); border-color: var(--neon-accent-glow); } } @keyframes text-glow-flow { 0% { text-shadow: 0 0 5px var(--neon-primary-glow), 0 0 10px var(--neon-primary-glow), 0 0 15px var(--neon-primary-glow); color: var(--secondary-color); } 50% { text-shadow: 0 0 5px var(--neon-secondary-glow), 0 0 10px var(--neon-secondary-glow), 0 0 15px var(--neon-secondary-glow); color: var(--secondary-color); } 100% { text-shadow: 0 0 5px var(--neon-accent-glow), 0 0 10px var(--neon-accent-glow), 0 0 15px var(--neon-accent-glow); color: var(--secondary-color); } } .marquee-section { position: fixed; top: 0; left: 0; width: 100%; background: var(--neon-header-top-bg); color: var(--secondary-color); overflow: hidden; border-bottom: 2px solid; animation: theme-colors-glow 4s ease-in-out infinite; z-index: 1001; height: var(--marquee-height-desktop); display: flex; align-items: center; } .marquee-container { width: 100%; max-width: 100%; margin: 0 auto; overflow: hidden; display: flex; align-items: center; gap: 15px; padding: 0 20px; } .marquee-icon { flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; position: relative; } .marquee-icon-emoji { font-size: 24px; display: inline-block; animation: marquee-pulse 2s ease-in-out infinite, text-glow-flow 3s ease-in-out infinite alternate; text-shadow: 0 0 5px var(--neon-primary-glow), 0 0 10px var(--neon-primary-glow), 0 0 15px var(--neon-primary-glow); filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2)); } @keyframes marquee-pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.15); opacity: 0.9; } } .marquee-wrapper { flex: 1; overflow: hidden; position: relative; } .marquee-content { display: inline-flex; align-items: center; white-space: nowrap; animation: marquee-scroll 30s linear infinite; gap: 30px; padding-right: 30px; } .marquee-text { font-size: 16px; font-weight: 600; color: var(--secondary-color); text-decoration: none; text-shadow: 0 0 5px var(--neon-primary-glow), 0 0 10px var(--neon-primary-glow), 0 0 15px var(--neon-primary-glow); line-height: 1.5; display: inline-block; vertical-align: middle; animation: text-glow-flow 3s ease-in-out infinite alternate; cursor: pointer; transition: all 0.3s ease; } .marquee-text:hover { text-shadow: 0 0 10px var(--neon-primary-glow), 0 0 20px var(--neon-primary-glow), 0 0 30px var(--neon-primary-glow), 0 0 40px var(--neon-primary-glow); transform: scale(1.05); color: var(--secondary-color); } .marquee-separator { font-size: 16px; color: rgba(255, 255, 255, 0.6); margin: 0 15px; text-shadow: 0 0 3px var(--neon-primary-glow), 0 0 6px var(--neon-primary-glow); } @keyframes marquee-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } .site-header { position: fixed; top: var(--marquee-height-desktop); left: 0; width: 100%; z-index: 1000; background-color: transparent; } .header-top { background: var(--neon-header-top-bg); border-bottom: 2px solid; animation: theme-colors-glow 4s ease-in-out infinite; height: var(--header-top-height-desktop); display: flex; align-items: center; } .header-container { max-width: 1200px; margin: 0 auto; width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; box-sizing: border-box; } .logo { font-size: 24px; font-weight: bold; color: var(--secondary-color); text-decoration: none; } .logo img { display: block; max-width: 100%; height: auto; max-height: 40px; } .desktop-nav-buttons { display: flex; gap: 10px; } .mobile-nav-buttons { display: none; } .main-nav { background: var(--neon-main-nav-bg); border-top: 2px solid; border-bottom: 2px solid; animation: theme-colors-glow 4s ease-in-out infinite reverse; height: var(--main-nav-height-desktop); display: flex; align-items: center; width: 100%; } .nav-container { max-width: 1200px; margin: 0 auto; width: 100%; display: flex; justify-content: center; align-items: center; padding: 0 20px; box-sizing: border-box; } .nav-link { color: var(--secondary-color); font-size: 16px; padding: 10px 15px; transition: color 0.3s ease, background-color 0.3s ease; white-space: nowrap; } .nav-link:hover { color: var(--neon-primary-glow); background-color: rgba(255, 255, 255, 0.1); } .hamburger-menu { display: none; background: none; border: none; cursor: pointer; padding: 10px; position: relative; z-index: 1002; } .hamburger-menu span { display: block; width: 25px; height: 3px; background-color: var(--secondary-color); margin-bottom: 5px; position: relative; border-radius: 3px; z-index: 1002; transition: transform 0.3s ease, opacity 0.3s ease; box-shadow: 0 0 5px var(--neon-primary-glow), 0 0 10px var(--neon-primary-glow); } .hamburger-menu span:last-child { margin-bottom: 0; } .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-color: rgba(0, 0, 0, 0.7); z-index: 999; opacity: 0; transition: opacity 0.3s ease; } .mobile-menu-overlay.visible { display: block; opacity: 1; } .btn { position: relative; padding: 12px 20px; color: var(--reg-log-font-color); text-decoration: none; border-radius: 5px; border: 2px solid; background: var(--register-color); font-weight: bold; cursor: pointer; transition: all 0.3s ease; display: inline-flex; justify-content: center; align-items: center; text-align: center; animation: theme-colors-glow 4s ease-in-out infinite; text-shadow: 0 0 5px var(--reg-log-font-color), 0 0 10px var(--reg-log-font-color); } .btn:hover { animation-duration: 2s; transform: translateY(-2px); text-shadow: 0 0 10px var(--reg-log-font-color), 0 0 20px var(--reg-log-font-color), 0 0 30px var(--reg-log-font-color); } .site-footer { background: var(--neon-base-dark); color: rgba(255, 255, 255, 0.7); padding: 40px 20px; font-size: 14px; } .footer-top-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1200px; margin: 0 auto 30px auto; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .footer-col h4 { color: var(--secondary-color); font-size: 16px; margin-bottom: 15px; } .footer-logo { font-size: 24px; font-weight: bold; color: var(--secondary-color); display: block; margin-bottom: 15px; } .footer-description { line-height: 1.6; word-wrap: break-word; overflow-wrap: break-word; } .footer-col ul li { margin-bottom: 8px; } .footer-col ul li a { color: rgba(255, 255, 255, 0.7); transition: color 0.3s ease; } .footer-col ul li a:hover { color: var(--primary-color); } .payment-icons, .game-providers-icons, .social-media-icons { display: flex; flex-wrap: wrap; flex-direction: row; align-items: flex-start; gap: 8px; width: 100%; } .payment-icons img, .game-providers-icons img, .social-media-icons img { max-height: 50px; height: auto; width: auto; } .footer-middle-sections { max-width: 1200px; margin: 0 auto 30px auto; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .game-providers-section, .social-media-section { margin-bottom: 20px; } .game-providers-section:last-child, .social-media-section:last-child { margin-bottom: 0; } .footer-bottom { text-align: center; max-width: 1200px; margin: 0 auto; padding-top: 20px; } .footer-bottom p { margin: 0; color: rgba(255, 255, 255, 0.5); } @media (max-width: 768px) { .marquee-section { height: var(--marquee-height-mobile); } .marquee-container { gap: 10px; padding: 0 10px; } .marquee-icon { width: 25px; height: 25px; } .marquee-icon-emoji { font-size: 16px; } .marquee-text { font-size: 14px; } .marquee-separator { font-size: 14px; margin: 0 8px; } .marquee-content { gap: 20px; animation: marquee-scroll 25s linear infinite; padding-right: 20px; } .site-header { top: var(--marquee-height-mobile); } .header-container { padding: 0 15px; justify-content: space-between; } .header-top { height: var(--header-top-height-mobile); } .hamburger-menu { display: block; order: 0; flex-shrink: 0; } .logo { order: 1 !important; flex: 1 !important; display: flex !important; justify-content: center !important; align-items: center !important; font-size: 20px; } .logo img { max-height: 35px; } .desktop-nav-buttons { display: none; } .mobile-nav-buttons { display: flex !important; width: 100%; max-width: 100%; box-sizing: border-box; padding: 8px 15px; gap: 10px; justify-content: center; background: var(--neon-header-top-bg); border-bottom: 2px solid; animation: theme-colors-glow 4s ease-in-out infinite; height: var(--mobile-nav-buttons-height-mobile); align-items: center; flex-wrap: nowrap; } .mobile-nav-buttons .btn { flex: 1; min-width: 0; max-width: calc(50% - 5px); padding: 8px 12px; font-size: 13px; white-space: normal; word-wrap: break-word; overflow-wrap: break-word; line-height: 1.2; } .main-nav { display: none; flex-direction: column; position: fixed; top: calc(var(--marquee-height-mobile) + var(--header-top-height-mobile) + var(--mobile-nav-buttons-height-mobile)); left: 0; width: 70%; height: calc(100% - var(--marquee-height-mobile) - var(--header-top-height-mobile) - var(--mobile-nav-buttons-height-mobile)); background: var(--neon-main-nav-bg); border-right: 2px solid; animation: theme-colors-glow 4s ease-in-out infinite reverse; transform: translateX(-100%); transition: transform 0.3s ease; z-index: 1000; overflow-y: auto; } .main-nav.active { display: flex; transform: translateX(0); } .nav-container { flex-direction: column; padding: 20px 15px; align-items: flex-start; width: 100%; max-width: none; } .nav-link { width: 100%; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .nav-link:last-child { border-bottom: none; } .site-footer { padding: 30px 15px; } .footer-top-grid { grid-template-columns: 1fr; margin-bottom: 20px; padding-bottom: 15px; } .footer-col { margin-bottom: 20px; } .footer-col:last-child { margin-bottom: 0; } .footer-middle-sections { padding-top: 15px; padding-bottom: 15px; margin-bottom: 20px; } .game-providers-section, .social-media-section { margin-bottom: 15px; } .footer-bottom { padding-top: 15px; } .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.no-scroll { overflow: 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;
  }
}
