/* 页面专用CSS */.page-94wim { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-94wim__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }.page-94wim__hero-section { background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d); color: #fff; text-align: center; padding: 10px 0 60px 0; position: relative; overflow: hidden; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; }.page-94wim__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; }.page-94wim__hero-content { position: relative; z-index: 1; padding: 20px; }.page-94wim__hero-title { font-size: 2.8em; margin-bottom: 15px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-94wim__hero-description { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-94wim__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-94wim__btn { display: inline-block; padding: 15px 30px; background-color: #ffcc00; color: #1a2a6c; text-decoration: none; border-radius: 30px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-94wim__btn:hover { background-color: #e6b800; transform: translateY(-3px); }.page-94wim__btn--secondary { background-color: #1a2a6c; color: #ffcc00; border: 2px solid #ffcc00; }.page-94wim__btn--secondary:hover { background-color: #0f1a4e; transform: translateY(-3px); }.page-94wim__section-title { font-size: 2.2em; color: #1a2a6c; text-align: center; margin-bottom: 40px; margin-top: 60px; font-weight: bold; position: relative; }.page-94wim__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #ffcc00; margin: 15px auto 0 auto; border-radius: 2px; }.page-94wim__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: #fff; border-radius: 20px; margin-top: -30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); }.page-94wim__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-94wim__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-94wim__intro-content { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 40px; padding: 40px 0; }.page-94wim__intro-text { flex: 1; min-width: 300px; max-width: 600px; text-align: left; }.page-94wim__intro-text h2 { font-size: 1.8em; color: #1a2a6c; margin-bottom: 20px; }.page-94wim__intro-text p { font-size: 1.1em; color: #555; margin-bottom: 15px; }.page-94wim__intro-image { flex: 0 0 auto; width: 400px; height: 300px; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); }.page-94wim__intro-image img { width: 100%; height: 100%; object-fit: cover; }.page-94wim__quick-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 25px; padding: 40px 0; }.page-94wim__quick-link-item { background-color: #fff; padding: 30px; border-radius: 15px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-94wim__quick-link-item:hover { transform: translateY(-5px); box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); }.page-94wim__quick-link-item h3 { font-size: 1.4em; color: #1a2a6c; margin-bottom: 20px; }.page-94wim__quick-link-item .page-94wim__btn { width: 100%; padding: 12px 20px; font-size: 1em; }.page-94wim__game-categories { padding: 40px 0; }.page-94wim__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-94wim__game-card { background-color: #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.3s ease; }.page-94wim__game-card:hover { transform: translateY(-5px); }.page-94wim__game-card-image { width: 100%; height: 200px; overflow: hidden; }.page-94wim__game-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }.page-94wim__game-card:hover .page-94wim__game-card-image img { transform: scale(1.05); }.page-94wim__game-card-content { padding: 25px; }.page-94wim__game-card-content h3 { font-size: 1.5em; color: #1a2a6c; margin-bottom: 15px; }.page-94wim__game-card-content p { font-size: 1em; color: #555; margin-bottom: 20px; }.page-94wim__game-card-content .page-94wim__btn { padding: 10px 25px; font-size: 0.95em; }.page-94wim__promotions { padding: 40px 0; background-color: #eef3f2; border-radius: 20px; margin-top: 60px; }.page-94wim__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-94wim__promo-card { background-color: #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.3s ease; }.page-94wim__promo-card:hover { transform: translateY(-5px); }.page-94wim__promo-card-image { width: 100%; height: 200px; overflow: hidden; }.page-94wim__promo-card-image img { width: 100%; height: 100%; object-fit: cover; }.page-94wim__promo-card-content { padding: 25px; }.page-94wim__promo-card-content h3 { font-size: 1.5em; color: #1a2a6c; margin-bottom: 15px; }.page-94wim__promo-card-content p { font-size: 1em; color: #555; margin-bottom: 20px; }.page-94wim__security-section { padding: 60px 0; text-align: center; }.page-94wim__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-94wim__security-item { background-color: #fff; padding: 30px; border-radius: 15px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); }.page-94wim__security-item img { width: 80px; height: 80px; margin-bottom: 20px; }.page-94wim__security-item h3 { font-size: 1.4em; color: #1a2a6c; margin-bottom: 10px; }.page-94wim__security-item p { font-size: 1em; color: #555; }.page-94wim__faq-section { padding: 60px 0; }.page-94wim__faq-list { max-width: 800px; margin: 0 auto; }.page-94wim__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 10px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); overflow: hidden; }.page-94wim__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #f9f9f9; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; }.page-94wim__faq-question:hover { background-color: #f0f0f0; }.page-94wim__faq-question h3 { margin: 0; font-size: 1.2em; color: #1a2a6c; pointer-events: none; }.page-94wim__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; }.page-94wim__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-94wim__faq-item.active .page-94wim__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-94wim__faq-item.active .page-94wim__faq-toggle { transform: rotate(45deg); }.page-94wim__faq-answer p { margin: 0; font-size: 1em; color: #555; }.page-94wim__blog-section { padding: 60px 0; background-color: #eef3f2; border-radius: 20px; margin-top: 60px; }.page-94wim__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-94wim__blog-card { background-color: #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; }.page-94wim__blog-card:hover { transform: translateY(-5px); }.page-94wim__blog-card-image { width: 100%; height: 200px; overflow: hidden; }.page-94wim__blog-card-image img { width: 100%; height: 100%; object-fit: cover; }.page-94wim__blog-card-content { padding: 25px; }.page-94wim__blog-card-content h3 { font-size: 1.4em; color: #1a2a6c; margin-bottom: 10px; }.page-94wim__blog-card-content p { font-size: 0.95em; color: #777; margin-bottom: 15px; }.page-94wim__blog-card-content a { color: #ffcc00; text-decoration: none; font-weight: bold; transition: color 0.3s ease; }.page-94wim__blog-card-content a:hover { color: #e6b800; }.page-94wim__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; }.page-94wim__floating-btn { background-color: #ffcc00; color: #1a2a6c; border-radius: 50%; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; font-size: 1.8em; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); text-decoration: none; transition: background-color 0.3s ease, transform 0.3s ease; }.page-94wim__floating-btn:hover { background-color: #e6b800; transform: scale(1.1); }.page-94wim__floating-btn--login { background-color: #1a2a6c; color: #ffcc00; }.page-94wim__floating-btn--login:hover { background-color: #0f1a4e; }.page-94wim__floating-btn span { display: none; position: absolute; right: 70px; background-color: #1a2a6c; color: #fff; padding: 8px 15px; border-radius: 8px; white-space: nowrap; font-size: 0.9em; opacity: 0; transition: opacity 0.3s ease; }.page-94wim__floating-btn:hover span { display: block; opacity: 1; }.page-94wim__list-item { box-sizing: border-box; }.page-94wim__intro-features { list-style: none; padding: 0; margin: 20px 0 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; }.page-94wim__intro-features li { background-color: #f0f5f4; padding: 15px 20px; border-radius: 10px; font-size: 1em; color: #333; display: flex; align-items: center; gap: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.03); }.page-94wim__intro-features li::before { content: '✓'; color: #ffcc00; font-weight: bold; font-size: 1.2em; }.page-94wim__list-item-content { font-size: 1em; color: #555; }.page-94wim__list-container { padding: 0; margin: 0; }.page-94wim__list-item-text { font-size: 1em; color: #555; }.page-94wim__game-card-list { list-style: none; padding: 0; margin: 0; }.page-94wim__promo-card-list { list-style: none; padding: 0; margin: 0; }.page-94wim__security-list { list-style: none; padding: 0; margin: 0; }.page-94wim__blog-list { list-style: none; padding: 0; margin: 0; }@media (max-width: 768px) { .page-94wim__container { padding: 10px; }.page-94wim__hero-title { font-size: 2em; }.page-94wim__hero-description { font-size: 1em; }.page-94wim__hero-buttons { flex-direction: column; gap: 10px; }.page-94wim__btn { padding: 12px 20px; font-size: 1em; }.page-94wim__section-title { font-size: 1.8em; margin-top: 40px; margin-bottom: 30px; }.page-94wim__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 10px; margin-top: -20px; }.page-94wim__payment-logo, .page-94wim__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-94wim__intro-content { flex-direction: column; gap: 20px; padding: 20px 0; }.page-94wim__intro-text { text-align: center; min-width: unset; max-width: 100%; }.page-94wim__intro-text h2 { font-size: 1.5em; }.page-94wim__intro-image { width: 100%; height: 250px; }.page-94wim__quick-links { grid-template-columns: 1fr; gap: 15px; padding: 20px 0; }.page-94wim__game-grid, .page-94wim__promo-grid, .page-94wim__security-grid, .page-94wim__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-94wim__game-card-image, .page-94wim__promo-card-image, .page-94wim__blog-card-image { height: 180px; }.page-94wim__promotions, .page-94wim__security-section, .page-94wim__faq-section, .page-94wim__blog-section { padding: 40px 0; margin-top: 40px; }.page-94wim__faq-question { padding: 15px 20px; }.page-94wim__faq-question h3 { font-size: 1.1em; }.page-94wim__faq-answer { padding: 0 20px; }.page-94wim__faq-item.active .page-94wim__faq-answer { padding: 15px 20px !important; }.page-94wim__floating-buttons { bottom: 15px; right: 15px; gap: 10px; }.page-94wim__floating-btn { width: 50px; height: 50px; font-size: 1.5em; }.page-94wim__floating-btn span { right: 65px; padding: 6px 10px; font-size: 0.8em; }.page-94wim__intro-features { grid-template-columns: 1fr; gap: 10px; margin-top: 15px; }.page-94wim__list-item { 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-94wim__list-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-94wim__intro-features li { padding: 12px 15px; }.page-94wim__intro-image img, .page-94wim__game-card-image img, .page-94wim__promo-card-image img, .page-94wim__blog-card-image img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }}