.page-62wim { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-62wim__hero-section { background: linear-gradient(135deg, #1a2a6c, #b21f1f); color: #fff; padding: 10px 0 60px; text-align: center; position: relative; overflow: hidden; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; }.page-62wim__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.2; }.page-62wim__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 20px; }.page-62wim__hero-title { font-size: 3.5em; margin-bottom: 20px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); color: #ffe0b2; }.page-62wim__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; }.page-62wim__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-62wim__btn { display: inline-block; background-color: #ffc107; color: #1a2a6c; padding: 15px 30px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-62wim__btn:hover { background-color: #ff9800; transform: translateY(-3px); }.page-62wim__btn--secondary { background-color: #2196f3; color: #fff; }.page-62wim__btn--secondary:hover { background-color: #1976d2; }.page-62wim__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; }.page-62wim__floating-btn { background-color: #ffc107; color: #1a2a6c; padding: 12px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; }.page-62wim__floating-btn:hover { background-color: #ff9800; transform: translateY(-3px); }.page-62wim__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #e0e0e0; }.page-62wim__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-62wim__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-62wim__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; background-color: #fff; border-radius: 15px; margin-bottom: 30px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); }.page-62wim__section-title { font-size: 2.8em; color: #1a2a6c; margin-bottom: 30px; position: relative; padding-bottom: 15px; }.page-62wim__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #ffc107; margin: 10px auto 0; border-radius: 2px; }.page-62wim__text-content { font-size: 1.1em; color: #555; max-width: 800px; margin: 0 auto 30px; }.page-62wim__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-62wim__game-card { background-color: #f9f9f9; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: left; }.page-62wim__game-card:hover { transform: translateY(-10px); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15); }.page-62wim__game-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-62wim__game-info { padding: 25px; }.page-62wim__game-title { font-size: 1.8em; color: #1a2a6c; margin-bottom: 10px; }.page-62wim__game-description { font-size: 0.95em; color: #666; margin-bottom: 20px; }.page-62wim__game-btn { background-color: #ffc107; color: #1a2a6c; padding: 12px 25px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; }.page-62wim__game-btn:hover { background-color: #ff9800; }.page-62wim__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-62wim__promo-card { background-color: #f9f9f9; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: left; }.page-62wim__promo-card:hover { transform: translateY(-10px); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15); }.page-62wim__promo-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-62wim__promo-info { padding: 25px; }.page-62wim__promo-title { font-size: 1.8em; color: #1a2a6c; margin-bottom: 10px; }.page-62wim__promo-description { font-size: 0.95em; color: #666; margin-bottom: 20px; }.page-62wim__promo-btn { background-color: #2196f3; color: #fff; padding: 12px 25px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; }.page-62wim__promo-btn:hover { background-color: #1976d2; }.page-62wim__service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; }.page-62wim__service-item { background-color: #f0f8ff; border-radius: 15px; padding: 30px; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, background-color 0.3s ease; }.page-62wim__service-item:hover { transform: translateY(-8px); background-color: #e6f2ff; }.page-62wim__service-icon { width: 80px; height: 80px; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; }.page-62wim__service-title { font-size: 1.6em; color: #1a2a6c; margin-bottom: 15px; }.page-62wim__service-description { font-size: 0.95em; color: #555; }.page-62wim__faq-section { background-color: #fff; padding: 60px 20px; max-width: 900px; margin: 0 auto 30px; border-radius: 15px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); text-align: left; }.page-62wim__faq-title { font-size: 2.8em; color: #1a2a6c; margin-bottom: 30px; text-align: center; position: relative; padding-bottom: 15px; }.page-62wim__faq-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #ffc107; margin: 10px auto 0; border-radius: 2px; }.page-62wim__faq-item { border-bottom: 1px solid #eee; margin-bottom: 15px; }.page-62wim__faq-item:last-child { border-bottom: none; margin-bottom: 0; }.page-62wim__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-62wim__faq-question:hover { background-color: #f8f8f8; }.page-62wim__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; }.page-62wim__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffc107; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; }.page-62wim__faq-item.active .page-62wim__faq-toggle { transform: rotate(45deg); }.page-62wim__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-62wim__faq-item.active .page-62wim__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-62wim__faq-answer p { margin: 0; font-size: 0.95em; color: #666; }.page-62wim__blog-section { background-color: #f0f2f5; padding: 60px 20px; max-width: 1200px; margin: 0 auto; border-radius: 15px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); text-align: center; }.page-62wim__blog-title { font-size: 2.8em; color: #1a2a6c; margin-bottom: 30px; position: relative; padding-bottom: 15px; }.page-62wim__blog-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #ffc107; margin: 10px auto 0; border-radius: 2px; }.page-62wim__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-62wim__blog-card { background-color: #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: left; }.page-62wim__blog-card:hover { transform: translateY(-10px); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15); }.page-62wim__blog-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-62wim__blog-info { padding: 25px; }.page-62wim__blog-date { font-size: 0.85em; color: #999; margin-bottom: 10px; }.page-62wim__blog-card-title { font-size: 1.5em; color: #1a2a6c; margin-bottom: 15px; text-decoration: none; display: block; }.page-62wim__blog-card-title:hover { color: #2196f3; }.page-62wim__blog-excerpt { font-size: 0.95em; color: #666; line-height: 1.5; }.page-62wim__link-list { list-style: none; padding: 0; margin: 30px 0 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }.page-62wim__link-item { margin: 0; }.page-62wim__link-btn { background-color: #ff5722; color: #fff; padding: 12px 25px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; }.page-62wim__link-btn:hover { background-color: #e64a19; }.page-62wim__brand-keyword { text-align: center; margin: 20px 0; font-size: 2.5em; color: #1a2a6c; font-weight: bold; }.page-62wim__payment-providers-title { font-size: 2.2em; color: #1a2a6c; margin-bottom: 30px; text-align: center; }.page-62wim__payment-providers-title::after { content: ''; display: block; width: 60px; height: 3px; background-color: #ffc107; margin: 10px auto 0; border-radius: 2px; }@media (max-width: 768px) { .page-62wim__hero-section { padding: 10px 0 40px; }.page-62wim__hero-title { font-size: 2.5em; }.page-62wim__hero-subtitle { font-size: 1.2em; }.page-62wim__hero-buttons { flex-direction: column; gap: 15px; }.page-62wim__btn { padding: 12px 25px; font-size: 1em; }.page-62wim__floating-buttons { bottom: 15px; right: 15px; gap: 10px; }.page-62wim__floating-btn { padding: 10px 18px; font-size: 0.9em; }.page-62wim__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; }.page-62wim__payment-logo, .page-62wim__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-62wim__payment-providers-title { font-size: 2em; margin-bottom: 20px; }.page-62wim__section { padding: 40px 15px; margin-bottom: 20px; }.page-62wim__section-title { font-size: 2em; margin-bottom: 20px; }.page-62wim__text-content { font-size: 1em; }.page-62wim__game-grid, .page-62wim__promo-grid, .page-62wim__service-grid, .page-62wim__blog-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 20px; }.page-62wim__game-title, .page-62wim__promo-title { font-size: 1.5em; }.page-62wim__game-info, .page-62wim__promo-info, .page-62wim__service-item, .page-62wim__blog-info { padding: 20px; }.page-62wim__faq-section { padding: 40px 15px; margin-bottom: 20px; }.page-62wim__faq-title { font-size: 2em; margin-bottom: 20px; }.page-62wim__faq-question h3 { font-size: 1.1em; }.page-62wim__faq-toggle { font-size: 1.5em; }.page-62wim__faq-answer p { font-size: 0.9em; }.page-62wim__blog-title { font-size: 2em; margin-bottom: 20px; }.page-62wim__blog-card-title { font-size: 1.3em; }.page-62wim__link-list { flex-direction: column; gap: 10px; margin-top: 20px; }.page-62wim__link-btn { padding: 10px 20px; font-size: 0.9em; }.page-62wim__brand-keyword { font-size: 2em; margin: 15px 0; }/* 列表项移动端响应式 */.page-62wim__game-card, .page-62wim__promo-card, .page-62wim__service-item, .page-62wim__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-62wim__game-grid, .page-62wim__promo-grid, .page-62wim__service-grid, .page-62wim__blog-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-62wim__game-image, .page-62wim__promo-image, .page-62wim__service-icon, .page-62wim__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }}.page-62wim__header-brand { text-align: center; margin-bottom: 20px; }.page-62wim__header-brand a { color: #fff; text-decoration: none; font-size: 2.8em; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); display: block; padding: 10px 0; }.page-62wim__header-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 30px; }.page-62wim__nav-item a { color: #fff; text-decoration: none; padding: 8px 15px; border-radius: 20px; background-color: rgba(255, 255, 255, 0.2); transition: background-color 0.3s ease; }.page-62wim__nav-item a:hover { background-color: rgba(255, 255, 255, 0.4); }