:root { --header-offset: 120px; } @media (max-width: 768px) { :root { --header-offset: 110px; } } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; } .site-header { position: fixed; top: 0; width: 100%; z-index: 1000; box-shadow: 0 2px 5px rgba(0,0,0,0.2); } .header-top { background-color: #1A1A1A; padding: 15px 0; min-height: 70px; display: flex; align-items: center; } .header-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; width: 100%; } .logo { font-family: 'Arial', sans-serif; font-size: 28px; font-weight: bold; color: #FFD700; text-decoration: none; white-space: nowrap; } .desktop-nav-buttons { display: flex; gap: 10px; margin-left: auto; } .btn { padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, color 0.3s ease; white-space: nowrap; text-align: center; cursor: pointer; border: none; } .btn-primary { background-color: #FFD700; color: #1A1A1A; } .btn-primary:hover { background-color: #e6c200; } .btn-secondary { background-color: #1A1A1A; color: #FFD700; border: 1px solid #FFD700; } .btn-secondary:hover { background-color: #333; } .hamburger-menu { display: none; cursor: pointer; width: 30px; height: 25px; position: relative; z-index: 1001; } .hamburger-menu span { display: block; height: 3px; width: 100%; background-color: #FFD700; position: absolute; left: 0; transition: all 0.3s ease; } .hamburger-menu span:nth-child(1) { top: 0; } .hamburger-menu span:nth-child(2) { top: 11px; } .hamburger-menu span:nth-child(3) { top: 22px; } .main-nav { background-color: #FFD700; padding: 10px 0; min-height: 50px; display: flex; flex-direction: row; align-items: center; } .nav-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: center; align-items: center; padding: 0 20px; flex-wrap: wrap; width: 100%; } .nav-link { color: #1A1A1A; text-decoration: none; padding: 8px 15px; font-weight: bold; transition: color 0.3s ease, background-color 0.3s ease; white-space: nowrap; } .nav-link:hover { background-color: rgba(26, 26, 26, 0.1); border-radius: 4px; } .mobile-nav-buttons { display: none; } .mobile-menu-overlay { display: none; } .site-footer { background-color: #1A1A1A; color: #fff; padding: 40px 0; font-size: 14px; } .footer-container { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 20px; } .footer-col { flex: 1; min-width: 250px; margin-bottom: 20px; } .footer-logo { font-family: 'Arial', sans-serif; font-size: 24px; font-weight: bold; color: #FFD700; text-decoration: none; display: block; margin-bottom: 10px; } .site-footer p { line-height: 1.6; color: #ccc; } .site-footer h3 { color: #FFD700; font-size: 18px; margin-bottom: 15px; } .footer-nav ul { list-style: none; padding: 0; margin: 0; } .footer-nav ul li a { color: #fff; text-decoration: none; display: block; padding: 5px 0; transition: color 0.3s ease; } .footer-nav ul li a:hover { color: #FFD700; } @media (max-width: 768px) { .header-container, .nav-container, .footer-container { width: 100%; max-width: none; padding-left: 15px; padding-right: 15px; } .header-top .header-container { display: flex; justify-content: space-between; align-items: center; position: relative; } .logo { flex: 1; text-align: center; font-size: 24px; padding-left: 0; padding-right: 0; } .desktop-nav-buttons { display: none; } .hamburger-menu { display: block; order: -1; position: relative; z-index: 1001; } .hamburger-menu.active span:nth-child(1) { top: 11px; transform: rotate(45deg); } .hamburger-menu.active span:nth-child(2) { opacity: 0; } .hamburger-menu.active span:nth-child(3) { top: 11px; transform: rotate(-45deg); } .mobile-nav-buttons { display: flex !important; width: 100%; max-width: 100%; box-sizing: border-box; padding: 10px 15px; overflow: hidden; gap: 10px; flex-wrap: nowrap; background-color: #1A1A1A; } .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%; height: calc(100% - var(--header-offset)); background-color: #FFD700; transform: translateX(-100%); transition: transform 0.3s ease-in-out; box-shadow: 2px 0 5px rgba(0,0,0,0.2); overflow-y: auto; z-index: 999; padding: 20px 0; } .main-nav.active { display: flex; transform: translateX(0); } .nav-container { flex-direction: column; align-items: flex-start; padding: 0; } .nav-link { width: 100%; padding: 12px 20px; border-bottom: 1px solid rgba(26, 26, 26, 0.1); } .nav-link:last-child { border-bottom: none; } .mobile-menu-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 998; } .mobile-menu-overlay.active { display: block; } .footer-col { min-width: 100%; } .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; } }
/* Payment Methods 图标容器样式 */
.payment-icons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  gap: 5px;
}

.payment-icons img,
.payment-icon {
  max-height: 50px;
  height: auto;
  width: auto;
  display: block;
}

/* Game Providers 图标容器样式 */
.game-providers-icons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.game-providers-icons img,
.game-provider-icon {
  max-height: 50px;
  height: auto;
  width: auto;
  display: block;
}

/* Social Media 图标容器样式 */
.social-media-icons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.social-media-icons img,
.social-media-icon {
  max-height: 50px;
  height: auto;
  width: auto;
  display: block;
}
/* 移动端内容区防溢出（系统追加，请勿删除） */
@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;
  }
}
