.page-99qh { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; padding-top: 10px; } .page-99qh__hero-section { position: relative; width: 100%; height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; } .page-99qh__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-99qh__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); z-index: 0; } .page-99qh__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; } .page-99qh__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #ffeb3b; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-99qh__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #e0e0e0; } .page-99qh__cta-button { display: inline-block; background-color: #f44336; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; margin: 0 10px; } .page-99qh__cta-button:hover { background-color: #d32f2f; } .page-99qh__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-99qh__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-99qh__section-title { font-size: 2.5em; color: #333; margin-bottom: 40px; } .page-99qh__section--dark .page-99qh__section-title { color: #fff; } .page-99qh__text-content { font-size: 1.1em; margin-bottom: 30px; text-align: left; } .page-99qh__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-99qh__feature-item { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-99qh__feature-item:hover { transform: translateY(-10px); } .page-99qh__feature-icon { width: 100px; height: 100px; margin-bottom: 20px; object-fit: contain; } .page-99qh__feature-title { font-size: 1.5em; color: #333; margin-bottom: 15px; } .page-99qh__feature-description { color: #666; font-size: 1em; } .page-99qh__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 40px; } .page-99qh__quick-access-item { background-color: #f44336; color: #fff; padding: 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; display: flex; align-items: center; justify-content: center; min-height: 80px; } .page-99qh__quick-access-item:hover { background-color: #d32f2f; } .page-99qh__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-99qh__game-category { background-color: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); text-align: center; width: calc(33% - 20px); min-width: 280px; box-sizing: border-box; } .page-99qh__game-category-image { width: 100%; height: 200px; object-fit: cover; border-radius: 5px; margin-bottom: 15px; } .page-99qh__game-category-title { font-size: 1.3em; color: #333; margin-bottom: 10px; } .page-99qh__game-category-description { color: #666; font-size: 0.95em; margin-bottom: 15px; } .page-99qh__promotion-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-99qh__promotion-card { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; transition: transform 0.3s ease; } .page-99qh__promotion-card:hover { transform: translateY(-8px); } .page-99qh__promotion-image { width: 100%; height: 220px; object-fit: cover; } .page-99qh__promotion-content { padding: 25px; } .page-99qh__promotion-title { font-size: 1.6em; color: #f44336; margin-bottom: 15px; } .page-99qh__promotion-description { color: #555; font-size: 1em; margin-bottom: 20px; } .page-99qh__support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; } .page-99qh__support-item { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; } .page-99qh__support-icon { width: 80px; height: 80px; margin-bottom: 20px; object-fit: contain; } .page-99qh__support-title { font-size: 1.4em; color: #333; margin-bottom: 10px; } .page-99qh__support-description { color: #666; font-size: 1em; } .page-99qh__faq-list { list-style: none; padding: 0; margin-top: 40px; } .page-99qh__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-99qh__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #f0f0f0; transition: background-color 0.3s ease; user-select: none; } .page-99qh__faq-question:hover { background-color: #e0e0e0; } .page-99qh__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; } .page-99qh__faq-toggle { font-size: 1.5em; font-weight: bold; color: #f44336; transition: transform 0.3s ease; pointer-events: none; } .page-99qh__faq-item.active .page-99qh__faq-toggle { transform: rotate(45deg); } .page-99qh__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; text-align: left; } .page-99qh__faq-item.active .page-99qh__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-99qh__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-99qh__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; transition: transform 0.3s ease; } .page-99qh__blog-card:hover { transform: translateY(-8px); } .page-99qh__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-99qh__blog-content { padding: 25px; } .page-99qh__blog-title { font-size: 1.4em; color: #333; margin-bottom: 10px; } .page-99qh__blog-title a { text-decoration: none; color: #333; transition: color 0.3s ease; } .page-99qh__blog-title a:hover { color: #f44336; } .page-99qh__blog-excerpt { color: #666; font-size: 0.95em; margin-bottom: 15px; } .page-99qh__blog-date { font-size: 0.85em; color: #999; } @media (max-width: 768px) { .page-99qh__hero-title { font-size: 2.5em; } .page-99qh__hero-subtitle { font-size: 1.2em; } .page-99qh__cta-button { padding: 12px 20px; font-size: 1em; margin: 0 5px; } .page-99qh__section { padding: 40px 15px; } .page-99qh__section-title { font-size: 2em; margin-bottom: 30px; } .page-99qh__text-content { font-size: 1em; } .page-99qh__features-grid, .page-99qh__quick-access-grid, .page-99qh__promotion-grid, .page-99qh__support-grid, .page-99qh__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-99qh__feature-item, .page-99qh__game-category, .page-99qh__promotion-card, .page-99qh__support-item, .page-99qh__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-99qh__game-categories { flex-direction: column; align-items: center; } .page-99qh__game-category { width: 90%; } .page-99qh__faq-question { padding: 15px 20px; } .page-99qh__faq-question h3 { font-size: 1em; } .page-99qh__faq-answer { padding: 0 20px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-99qh__faq-item.active .page-99qh__faq-answer { padding: 15px 20px !important; } .page-99qh__faq-list { padding: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-99qh__promotion-image, .page-99qh__blog-image { height: 180px; } }