/* _cf48w87ud */
/* Reset and Base Styles */
* {padding: 0;box-sizing: border-box;margin: 0}

:root {--shadow-hover: 0 5px 20px rgba(0, 0, 0, 0.15);--text-dark: #333333;--secondary-color: #f5a623;--bg-white: #ffffff;--shadow: 0 2px 10px rgba(0, 0, 0, 0.1);--text-lighter: #999999;--bg-light: #f8f9fa;--border-color: #e0e0e0;--text-light: #666666;--primary-light: #2d7a47;--primary-dark: #0d4a20;--primary-color: #1a5f2f}

body {overflow-x: hidden;font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;line-height: 1.6;color: var(--text-dark)}

.container {margin: 0 auto;max-width: 1200px;padding: 0 20px}

/* Header Styles */
.header {background: #000000;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);top: 0;position: sticky;border-bottom: 0.5px solid #d2232c;width: 100%;height: 70px;z-index: 1000}

.nav {display: flex;padding: 0 40px;margin: 0 auto;width: 100%;justify-content: space-between;align-items: center;position: relative;max-width: 100%;height: 70px}

.logo {gap: 1rem;display: flex;margin-left: 300px;align-items: center}

.logo-img {width: 161px;display: block;object-fit: contain;height: 54px}

.nav-menu {gap: 1.5rem;display: flex;flex: 1;font-size: 0.95rem;justify-content: center;list-style: none}

.nav-menu a {color: #ffffff;transition: color 0.3s;text-decoration: none;font-weight: 500}

.nav-menu a:hover {color: var(--secondary-color)}

.nav-right {flex-shrink: 0;display: flex;align-items: center;justify-content: flex-end}

.nav-right-img {height: 60px;object-fit: contain;width: 338px;display: block;object-position: right}

.menu-toggle {background: none;display: none;flex-direction: column;gap: 5px;cursor: pointer;border: none}

.menu-toggle span {transition: all 0.3s;background: #ffffff;height: 3px;width: 25px}

/* Hero Section */
.hero {display: flex;width: 100%;justify-content: center;position: relative;height: 370px;margin: 0 auto;color: white;align-items: center;overflow: hidden}

.hero-slideshow {position: absolute;height: 100%;display: block;width: 100%;z-index: 1;left: 0;top: 0}

/* 移动端图片卡片容器 */
.hero-mobile-cards-wrapper {background: #000000;width: 100%;top: 0;justify-content: center;position: absolute;left: 0;display: none;height: 100%;flex-direction: column;align-items: center;z-index: 1}

/* 移动端图片卡片 */
.hero-mobile-cards {height: 100%;display: flex;flex-direction: row;padding: 20px;position: relative;width: 100%;overflow: hidden}

.mobile-card {top: 50%;justify-content: center;border: 1px solid #ffffff;z-index: 1;transform: translateX(100%) translateY(-50%);position: absolute;overflow: hidden;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);display: flex;width: 290px;background: white;border-radius: 12px;height: 190px;transition: transform 0.5s ease-in-out;left: 50%;align-items: center}

.mobile-card.active {z-index: 2;transform: translateX(-50%) translateY(-50%)}

.mobile-card.prev {transform: translateX(-150%) translateY(-50%)}

.mobile-card img {display: block;height: 100%;width: 100%;border-radius: 12px;object-fit: cover}

/* 圆点指示器 */
.mobile-card-indicators {padding: 15px 20px;align-items: center;display: flex;transform: translateX(-50%);justify-content: center;left: 50%;z-index: 10;gap: 8px;position: absolute;top: calc(50% + 95px + 10px)}

.mobile-card-indicators .indicator {border-radius: 50%;height: 8px;cursor: pointer;width: 8px;transition: all 0.3s ease;background: rgba(255, 255, 255, 0.5)}

.mobile-card-indicators .indicator.active {border-radius: 4px;background: rgba(255, 255, 255, 1);width: 20px}

.hero-slide {top: 0;background-size: 100% 100%;height: 100%;transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);width: 100%;image-rendering: crisp-edges;position: absolute;left: 0;backface-visibility: hidden;transform: translateX(100%) scale(1.1);z-index: 1;background-repeat: no-repeat;image-rendering: -webkit-optimize-contrast;opacity: 0;background-position: center}

.hero-slide.active {transform: translateX(0) scale(1);z-index: 2;opacity: 1}

.hero-slide.prev {opacity: 0;transform: translateX(-100%) scale(1.1);z-index: 1}

.hero-overlay {left: 0;background: rgba(0, 0, 0, 0.3);top: 0;height: 100%;z-index: 2;width: 100%;position: absolute}

.hero-content {width: 100%;align-items: center;padding: 20px 40px;position: relative;justify-content: space-between;z-index: 3;display: flex}

.hero-left {position: relative;z-index: 4;flex: 1;padding-left: 40px}

.hero-title-3d {transform: perspective(300px) rotateX(5deg);font-size: 4.5rem;text-shadow: 
        0 0 10px rgba(255, 215, 0, 0.8),
        0 0 20px rgba(255, 215, 0, 0.6),
        3px 3px 0px rgba(255, 215, 0, 0.3),
        6px 6px 10px rgba(0, 0, 0, 0.5);margin-bottom: 20px;font-weight: 900;letter-spacing: 2px;color: #FFD700}

.ticket-group {gap: 15px;display: flex;margin-bottom: 20px}

.ticket {font-size: 0.9rem;font-weight: 600;padding: 12px 24px;border-radius: 8px;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3)}

.purple-ticket {background: linear-gradient(135deg, #6a4c93 0%, #8b6fbe 100%);color: white}

.gray-ticket {color: white;background: linear-gradient(135deg, #4a4a4a 0%, #6a6a6a 100%)}

.hero-info {margin-top: 25px}

.gold-label {font-size: 0.95rem;box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);padding: 10px 20px;font-weight: 600;color: white;background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);border-radius: 20px;margin-bottom: 10px;display: inline-block}

.info-text {color: white;font-size: 0.95rem;opacity: 0.95;margin: 10px 0}

.green-ticket {font-weight: 600;box-shadow: 0 4px 10px rgba(40, 167, 69, 0.4);border-radius: 8px;font-size: 0.95rem;background: linear-gradient(135deg, #28a745 0%, #20c997 100%);padding: 12px 24px;margin-top: 10px;display: inline-block;color: white}

.hero-right {right: 0;align-items: center;z-index: 4;width: 777px;justify-content: center;box-shadow: -4px 0 20px rgba(0, 0, 0, 0.4);height: 370px;flex-shrink: 0;clip-path: polygon(30px 0%, 100% 0%, 100% 100%, 30px 100%, 0% 50%);display: flex;position: absolute;top: 0;background: rgba(0, 0, 0, 0.85)}

.hero-right-content {display: flex;align-items: center;width: 100%;padding-left: 50px;z-index: 1;padding-top: 40px;padding: 30px;flex-direction: column;height: 100%;justify-content: flex-start;position: relative}

.gg-logo-red {display: flex;gap: 5px;margin-bottom: 15px;align-items: baseline}

.gg-text {color: #dc3545;letter-spacing: -2px;font-weight: 900;font-size: 2.5rem}

.poker-text {font-size: 1.2rem;color: #dc3545;font-weight: 700}

.hero-right .hero-title {font-weight: 700;color: #dc3545;text-align: center;margin-bottom: 15px;margin-top: 0;line-height: 1.3;font-size: 1.8rem}

.hero-right .hero-subtitle {text-align: center;font-size: 0.95rem;line-height: 1.6;margin-bottom: 20px;color: rgba(255, 255, 255, 0.9);margin-top: 0}

.btn-red {font-weight: 600;text-decoration: none;width: 225px;height: 45px;font-size: 1.1rem;transition: background 0.3s;margin-bottom: 20px;border-radius: 6px;box-shadow: 0 4px 10px rgba(220, 53, 69, 0.3);display: inline-flex;color: white;padding: 0;background: #dc3545;justify-content: center;text-align: center;align-items: center}

.btn-red:hover {box-shadow: 0 6px 15px rgba(220, 53, 69, 0.4);background: #c82333}

.app-logo-container {justify-content: center;display: flex;align-items: center;margin-bottom: 30px}

.app-logo {height: auto;max-width: 120px;object-fit: contain}

.calendar-widget {background: #f8f9fa;margin-top: 20px;padding: 15px;border-radius: 8px;border: 2px solid #dee2e6}

.calendar-title {text-align: center;color: #dc3545;font-weight: 700;margin-bottom: 10px;font-size: 1.2rem}

.calendar-days {gap: 8px;justify-content: center;display: flex}

.calendar-days .day {width: 35px;display: flex;justify-content: center;color: #495057;background: white;font-weight: 600;border: 1px solid #dee2e6;border-radius: 4px;font-size: 0.85rem;height: 35px;align-items: center}

.hero-buttons {display: flex;flex-wrap: wrap;gap: 1rem}

.hero-image {align-items: center;display: flex;justify-content: center}

.phone-mockup {height: 560px;padding: 15px;border-radius: 40px;width: 280px;position: relative;box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);background: var(--bg-white)}

.screen {justify-content: center;width: 100%;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);align-items: center;border-radius: 30px;display: flex;overflow: hidden;height: 100%}

.app-preview {height: 90%;background: rgba(255, 255, 255, 0.1);border-radius: 20px;backdrop-filter: blur(10px);width: 90%}

/* Button Styles */
.btn {font-weight: 500;padding: 14px 32px;display: inline-block;border: none;cursor: pointer;transition: all 0.3s;border-radius: 8px;font-size: 1rem;text-decoration: none}

.btn-primary {color: white;background: var(--secondary-color)}

.btn-primary:hover {box-shadow: var(--shadow-hover);background: #e8950f;transform: translateY(-2px)}

.btn-secondary {color: white;border: 2px solid white;background: transparent}

.btn-secondary:hover {color: var(--primary-color);background: white}


.btn-outline {background: transparent;border: 2px solid var(--primary-color);color: var(--primary-color)}

.btn-outline:hover {color: white;background: var(--primary-color)}

/* Latest News Section */
.latest-news {height: 40px;background: #dc3545;border: 1px solid #999999;padding: 0;align-items: center;display: flex}

.latest-news-content {margin: 0 auto;display: flex;padding: 0;height: 100%;align-items: center;gap: 0;width: 100%}

.latest-news-label {font-weight: 600;align-items: center;flex-shrink: 0;display: flex;font-size: 1rem;height: 100%;white-space: nowrap;color: white;width: 150px;justify-content: center;padding: 0 15px;background: #dc3545;border-right: 1px solid #ffffff}

.latest-news-scroll {overflow: hidden;padding: 0 20px;position: relative;height: 100%;width: 100%;background: #999999;display: flex;align-items: center;flex: 1}

.news-item {display: flex;position: absolute;align-items: center;font-size: 0.9rem;white-space: nowrap;left: 20px;right: 20px;opacity: 0;color: white;transition: opacity 0.5s ease-in-out}

.news-item.active {opacity: 1;position: relative}

/* Promotion Cards Section */
.promotion-cards {padding: 40px 0;background: var(--bg-light)}

/* 面包屑导航 */
.breadcrumb-nav {padding-bottom: 15px;padding-left: 0;border-bottom: 2px solid #dc3545;display: flex;align-items: center;margin-bottom: 30px;gap: 10px}

.breadcrumb-item {color: var(--text-light);transition: color 0.3s;font-size: 1rem;padding: 5px 0;text-decoration: none}

.breadcrumb-item:hover {color: var(--primary-color)}

.breadcrumb-item.active {font-weight: 600;color: var(--primary-color)}

.breadcrumb-separator {font-size: 0.9rem;color: var(--text-lighter)}

/* 图片卡片 */
.promotion-image-cards {gap: 20px;display: grid;grid-template-columns: repeat(3, 1fr)}

.image-card {background: var(--bg-white);overflow: hidden;box-shadow: var(--shadow);aspect-ratio: 16/9;border-radius: 8px;transition: transform 0.3s, box-shadow 0.3s}

.image-card:hover {box-shadow: var(--shadow-hover);transform: translateY(-5px)}

.image-card img {object-fit: cover;height: 100%;display: block;width: 100%}

/* Section Styles */
section {padding: 80px 0}

.section-title {margin-bottom: 1rem;color: var(--text-dark);font-size: 2.5rem;text-align: center}

.section-subtitle {color: var(--text-light);text-align: center;margin-bottom: 3rem;font-size: 1.1rem}

/* Features Section */
.features {background: var(--bg-light)}

.features-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));margin-top: 3rem;gap: 2rem}

.feature-card {border-radius: 12px;text-align: center;box-shadow: var(--shadow);background: var(--bg-white);transition: transform 0.3s, box-shadow 0.3s;padding: 2.5rem}

.feature-card:hover {box-shadow: var(--shadow-hover);transform: translateY(-5px)}

.feature-icon {margin-bottom: 1rem;font-size: 3rem}

.feature-card h3 {margin-bottom: 1rem;font-size: 1.3rem;color: var(--text-dark)}

.feature-card p {line-height: 1.8;color: var(--text-light)}

/* Tournament Banner Section */
.tournament-banner {padding: 60px 0;background: var(--bg-light)}

.tournament-title {flex-direction: column;gap: 20px;text-align: center;margin-bottom: 40px;align-items: center;display: flex}

.tournament-icon {display: block;width: 152px;height: 154px;object-fit: contain}

.tournament-title h2 {margin: 0;color: var(--text-dark);font-size: 2.5rem;font-weight: 700}

.tournament-carousel-wrapper {align-items: center;gap: 20px;display: flex;justify-content: center;position: relative}

.tournament-carousel {overflow-y: hidden;/* Firefox */
    -ms-overflow-style: none;position: relative;overflow-x: auto;/* IE and Edge */;width: 100%;scroll-snap-type: x mandatory;display: flex;scrollbar-width: none;max-width: 1200px;gap: 20px;-webkit-overflow-scrolling: touch}

.tournament-carousel::-webkit-scrollbar {/* Chrome, Safari, Opera */;display: none}

.tournament-banner-item {min-width: calc(25% - 15px);transition: all 0.5s ease-in-out;flex: 0 0 calc(25% - 15px);display: block;scroll-snap-align: start;transform: scale(1);opacity: 1}

.tournament-banner-item.active {transform: scale(1.05);box-shadow: var(--shadow-hover)}

.tournament-banner-item img {border-radius: 12px;width: 100%;object-fit: cover;display: block;height: auto;box-shadow: var(--shadow);aspect-ratio: 16/9}

.carousel-arrow {height: 50px;color: white;transition: all 0.3s ease;width: 50px;border-radius: 50%;background: rgba(0, 0, 0, 0.6);align-items: center;border: none;cursor: pointer;z-index: 10;display: flex;justify-content: center;flex-shrink: 0;font-size: 2rem}

.carousel-arrow:hover {transform: scale(1.1);background: rgba(0, 0, 0, 0.8)}

.carousel-arrow:active {transform: scale(0.95)}

/* Image Banner Section */
.image-banner {background: var(--bg-white);padding: 60px 0}

.image-banner-content {display: flex;align-items: center;justify-content: center;width: 100%;flex-direction: column;gap: 30px}

.image-banner-img {height: 280px;width: 834px;background: transparent;display: block;object-fit: cover}

.image-banner-text {gap: 15px;flex-direction: column;display: flex;text-align: center;align-items: center}

.banner-title-cn {font-weight: 700;margin: 0;color: var(--text-dark);font-size: 2.5rem}

.banner-title-en {color: var(--text-light);font-size: 1.2rem;font-weight: 400;margin: 0}

.banner-download-btn {font-weight: 600;display: flex;margin: 10px auto 0;width: 225px;background: #dc3545;box-shadow: 0 4px 10px rgba(220, 53, 69, 0.3);align-items: center;text-align: center;transition: background 0.3s;height: 50px;color: white;border-radius: 6px;padding: 0;justify-content: center;font-size: 1.1rem;text-decoration: none}

.banner-download-btn:hover {background: #c82333;box-shadow: 0 6px 15px rgba(220, 53, 69, 0.4)}

.banner-note {margin-top: 5px;font-size: 0.9rem;color: var(--text-lighter);margin: 0}

/* Article Content Section */
.article-content {padding: 60px 0;background: var(--bg-white)}

.article-main {margin: 0 auto;max-width: 800px}

.article-title {margin-bottom: 20px;text-align: center;font-size: 2.5rem;color: var(--text-dark);font-weight: 700;line-height: 1.3}

.article-meta {justify-content: center;gap: 20px;display: flex;color: var(--text-lighter);border-bottom: 2px solid #dc3545;font-size: 0.9rem;padding-bottom: 20px;margin-bottom: 30px}

.article-date,
.article-author {display: flex;align-items: center}

.article-body {text-align: center;font-size: 1rem;line-height: 1.8;color: var(--text-dark)}

.article-body p {margin-bottom: 20px;color: var(--text-dark)}

.article-body h2 {margin-top: 40px;font-size: 1.8rem;margin-bottom: 20px;text-align: center;font-weight: 700;color: var(--text-dark)}

.article-body h2:first-of-type {margin-top: 0}

.article-tags {margin-top: 40px;display: flex;justify-content: center;border-top: 1px solid var(--border-color);padding-top: 30px;flex-wrap: wrap;gap: 10px}

.tag {font-size: 0.9rem;border-radius: 20px;display: inline-block;border: 1px solid var(--border-color);background: var(--bg-light);color: var(--text-dark);cursor: pointer;padding: 8px 16px;transition: all 0.3s ease}

.tag:hover {background: #dc3545;transform: translateY(-2px);border-color: #dc3545;color: white}

/* Footer */
.footer {padding: 50px 0 20px;background: var(--text-dark);color: white}

.footer-content {grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));gap: 3rem;margin-bottom: 2rem;display: grid}

.footer-logo {align-items: flex-start;gap: 15px;flex-direction: column;display: flex}

.footer-logo-img {height: 54px;object-fit: contain;width: 161px;display: block}

.footer-description {line-height: 1.6;color: rgba(255, 255, 255, 0.8);max-width: 300px;margin: 0;font-size: 0.9rem}

.footer-section h4 {margin-bottom: 1rem;font-size: 1.2rem}

.footer-section ul {list-style: none}

.footer-section ul li {margin-bottom: 0.5rem}

.footer-section a {color: rgba(255, 255, 255, 0.8);transition: color 0.3s;text-decoration: none}

.footer-section a:hover {color: white}

.social-links {gap: 1rem;display: flex;flex-wrap: wrap}

.social-links a {padding: 8px 16px;transition: background 0.3s;border-radius: 6px;background: rgba(255, 255, 255, 0.1)}

.social-links a:hover {background: rgba(255, 255, 255, 0.2)}

.footer-bottom {padding-top: 2rem;color: rgba(255, 255, 255, 0.6);text-align: center;font-size: 0.9rem;border-top: 1px solid rgba(255, 255, 255, 0.1)}

/* Responsive Design */
@media (max-width: 768px) {.menu-toggle {
        display: flex}

    .nav-right {display: none}

    .logo {gap: 0.5rem;margin-left: 0}

    .logo-img {width: 120px;height: 40px}

    .nav-menu {flex-direction: column;padding: 2rem 0;background: #000000;transition: 0.3s;text-align: center;width: 100%;position: fixed;box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);left: -100%;top: 70px}

    .nav-menu.active {left: 0}

    /* 移动端：隐藏轮播图，显示卡片 */
    .hero-slideshow {display: none !important}
    
    .hero-mobile-cards-wrapper {display: flex !important}
    
    /* 移动端：隐藏右侧内容区域 */
    .hero-right {display: none !important}
    
    /* 移动端：最新消息标题宽度 */
    .latest-news-label {width: 100px}
    
    /* 移动端：锦标赛轮播显示1张 */
    .tournament-carousel-wrapper {padding: 0 20px;gap: 10px}
    
    .tournament-carousel {max-width: 100%;width: calc(100% - 100px)}
    
    .tournament-banner-item {min-width: 100%;width: 100%;flex: 0 0 100%}
    
    .tournament-banner-item img {height: auto;width: 100%}
    
    .carousel-arrow {width: 40px;font-size: 1.5rem;flex-shrink: 0;height: 40px}
    
    /* 移动端：图片板块图片尺寸 */
    .image-banner-img {height: 94px;width: 280px}
    
    /* 移动端：下载按钮尺寸 */
    .banner-download-btn {width: 150px;height: 40px;font-size: 0.9rem}
    
    .hero {height: auto;width: 100%;min-height: 300px}

    .hero-content {flex-direction: column;padding: 20px}

    .hero-left {padding-left: 0;margin-bottom: 20px}

    .hero-title-3d {font-size: 3rem}

    .hero-right {max-width: 777px;width: 100%;height: auto;min-height: 300px;position: relative;margin: 0 auto}

    .hero-title {font-size: 2.5rem}

    .section-title {font-size: 2rem}

    .features-grid,
    .promotion-image-cards {grid-template-columns: repeat(2, 1fr)}
    
    .promotion-image-cards {gap: 15px}

    .footer-content {grid-template-columns: 1fr}
}

@media (max-width: 480px) {margin-left: 0;.logo {
        gap: 0.3rem}

    .logo-img {height: 34px;width: 100px}

    .hero {height: auto;min-height: 250px;width: 100%}

    .hero-title {font-size: 2rem}

    .hero-subtitle {font-size: 1.2rem}

    .section-title {font-size: 1.8rem}

    section {padding: 60px 0}
}

/* Smooth Scroll */
html {scroll-behavior: smooth}

._c1em8gyz0{}

._coj0639ax{}

._cqmz9ij6q{}
