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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-title-3d {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);font-weight: 900;transform: perspective(300px) rotateX(5deg);margin-bottom: 20px;letter-spacing: 2px;color: #FFD700}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-primary:hover {background: #e8950f;box-shadow: var(--shadow-hover);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;color: var(--primary-color);border: 2px solid var(--primary-color)}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .nav-right {display: none}

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

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

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

    .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 {gap: 10px;padding: 0 20px}
    
    .tournament-carousel {max-width: 100%;width: calc(100% - 100px)}
    
    .tournament-banner-item {flex: 0 0 100%;width: 100%;min-width: 100%}
    
    .tournament-banner-item img {height: auto;width: 100%}
    
    .carousel-arrow {width: 40px;flex-shrink: 0;font-size: 1.5rem;height: 40px}
    
    /* 移动端：图片板块图片尺寸 */
    .image-banner-img {height: 94px;width: 280px}
    
    /* 移动端：下载按钮尺寸 */
    .banner-download-btn {font-size: 0.9rem;height: 40px;width: 150px}
    
    .hero {min-height: 300px;height: auto;width: 100%}

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

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

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

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

    .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) {.logo {
        gap: 0.3rem;margin-left: 0}

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

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

    .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}

._c798scvk8{}

._cw3emynup{}

._cpzfdsz6j{}
