/* _ciwbbi59q */
* {box-sizing: border-box;margin: 0;padding: 0}

:root {--text-light: #666;--text-color: #333;--shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.2);--accent-color: #ffd700;--bg-color: #f5f5f5;--shadow: 0 4px 6px rgba(0, 0, 0, 0.1);--primary-color: #c8102e;--secondary-color: #1a1a2e;--white: #ffffff}

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

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

/* 导航栏 */
.navbar {z-index: 1000;box-shadow: var(--shadow);width: 100%;height: 86px;background: #000000;transition: all 0.3s ease;position: fixed;top: 0}

/* 分割线 */
.divider {background-color: #1a1a1a;height: 20px;left: 0;position: fixed;top: 86px;z-index: 999;width: 100%}

.navbar .container {padding: 0 40px;justify-content: flex-start;max-width: 100%;height: 100%;align-items: center;display: flex;gap: 35rem}

.nav-brand {flex-shrink: 0;height: 100%;display: flex;align-items: center}

.logo {object-fit: contain;width: 432px;height: 53px}

.nav-menu {list-style: none;align-items: center;display: flex;gap: 2.5rem;margin-left: 0;padding: 0;margin: 0}

.nav-menu li {position: relative}

.nav-menu a {position: relative;color: var(--white);text-decoration: none;padding: 0.5rem 0;display: block;font-weight: 500;transition: all 0.3s ease;font-size: 1.1rem}

.nav-menu a::after {width: 0;transition: width 0.3s ease;position: absolute;height: 2px;content: '';bottom: 0;background: var(--accent-color);left: 0}

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

.nav-menu a:hover::after {width: 100%}

.hamburger {gap: 4px;display: none;cursor: pointer;flex-direction: column}

.hamburger span {width: 20px;height: 2px;background: var(--white);transition: all 0.3s ease}

/* Hero区域 */
.hero {background-image: url('../images/BN-4.jpg');background-size: cover;height: 500px;background-position: center;margin: 106px auto 0;width: 100%;background-repeat: no-repeat;background-color: #1a1a1a}

.hero-content {padding-left: 50px;justify-content: flex-start;height: 100%;align-items: center;display: flex}

.hero-text {justify-content: center;align-items: flex-start;gap: 30px;flex-direction: column;display: flex}

/* 标题样式 */
.hero-title {text-align: left;padding: 0;width: 500px;justify-content: flex-start;align-items: center;color: #ffffff;margin: 0;display: flex;height: 72px}

/* 文本区域样式 */
.hero-description-wrapper {padding: 0;height: 74px;justify-content: flex-start;width: 500px;margin: 0;display: flex;align-items: center}

.hero-description {text-align: left;margin: 0;padding: 0;color: #ffffff}

/* 按钮区域样式 */
.hero-buttons {width: 467px;align-items: center;margin: 0;gap: 16px;display: flex;justify-content: flex-start;padding: 0;height: 48px}

/* 按钮样式 */
.hero-buttons .btn {background-repeat: no-repeat;background-position: center;width: 145px;border: none;display: block;background-size: cover;cursor: pointer;padding: 0;margin: 0;text-decoration: none;height: 48px}

.btn-1 {background-image: url('../images/btn-1.png')}

.btn-2 {background-image: url('../images/btn-2.png')}

.btn-3 {background-image: url('../images/btn-3.png')}

/* 新闻资讯 */
.news {padding: 5rem 0;background-image: url('../images/news-bg.jpg');background-size: cover;background-repeat: no-repeat;position: relative;overflow: hidden;background-color: #1a1a1a;background-position: center}

.news::before {content: '';background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);height: 300px;width: 300px;right: 0;position: absolute;pointer-events: none;top: 0}

.news-title {font-weight: 700;color: #ffffff;font-size: 2.5rem;padding-left: 20px;line-height: 1.2;margin-bottom: 2rem}

.news-grid {gap: 2rem;display: grid;padding: 0 20px;grid-template-columns: repeat(3, 1fr)}

.news-card {background: #2a2a2a;cursor: pointer;transition: transform 0.3s ease, box-shadow 0.3s ease;border-radius: 15px;overflow: hidden}

.news-card:hover {transform: translateY(-5px);box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5)}

.news-banner {width: 100%;overflow: hidden;position: relative;height: 200px}

.news-banner img {transition: transform 0.3s ease;object-fit: cover;width: 100%;height: 100%}

.news-card:hover .news-banner img {transform: scale(1.05)}

.news-content {padding: 1.5rem}

.news-card-title {-webkit-line-clamp: 2;line-clamp: 2;line-height: 1.4;margin-bottom: 0.75rem;font-size: 1.1rem;-webkit-box-orient: vertical;font-weight: 600;overflow: hidden;color: #ffffff;display: -webkit-box}

.news-card-description {color: #999999;margin-bottom: 1rem;display: -webkit-box;line-height: 1.6;font-size: 0.9rem;-webkit-box-orient: vertical;-webkit-line-clamp: 3;line-clamp: 3;overflow: hidden}

.news-date {color: #c8102e;font-size: 0.85rem;font-weight: 500}

/* 手机App展示 */
.app-showcase {padding: 5rem 0;background: #1a1a1a}

.app-showcase-header {margin-bottom: 3rem;padding: 0 20px;text-align: center}

.app-showcase-title {font-size: 2.5rem;font-weight: 700;text-align: center;color: #ffffff;margin-bottom: 1.5rem}

.app-showcase-description {text-align: center;line-height: 1.8;color: rgba(255, 255, 255, 0.8);max-width: 800px;margin: 0 auto;font-size: 1.1rem}

.app-images-grid {align-items: center;flex-wrap: nowrap;display: flex;gap: 1.5rem;justify-content: center;scroll-snap-type: x proximity;overflow-x: auto;flex-direction: row;-webkit-overflow-scrolling: touch;padding: 0 20px}

.app-image-item {overflow: hidden;height: 400px;scroll-snap-align: start;flex: 0 0 auto;border-radius: 20px;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);width: 200px;transition: transform 0.3s ease, box-shadow 0.3s ease}

.app-image-item:hover {transform: translateY(-10px);box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3)}

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

/* 背景图片板块 */
.banner-section {position: relative;background-color: #1a1a1a;background-size: cover;background-image: url('../images/banner-section.jpg');background-position: center;width: 100%;display: flex;height: 900px;align-items: flex-start;justify-content: center;background-repeat: no-repeat}

.banner-section::before {left: 0;top: 0;height: 100%;z-index: 1;position: absolute;background: rgba(0, 0, 0, 0.4);content: '';width: 100%}

.banner-section .container {padding-top: 3rem;width: 100%;z-index: 2;position: relative}

.banner-content {max-width: 800px;text-align: center;padding: 0 20px;margin: 0 auto}

.banner-title {margin-bottom: 2rem;color: #ffffff;font-weight: 700;line-height: 1.2;font-size: 3.5rem;text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8)}

.banner-description {color: rgba(255, 255, 255, 0.95);text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);line-height: 1.8;font-size: 1.2rem}

/* 红龙官方APP新版 */
.app-preview {position: relative;background-size: cover;background-position: center;padding: 5rem 0;background-image: url('../images/app-preview-bg.jpg');overflow: hidden;background: #1a1a1a;background-repeat: no-repeat}

.app-preview::before {background: rgba(0, 0, 0, 0.6);top: 0;width: 100%;position: absolute;height: 100%;z-index: 1;content: '';left: 0}

.app-preview .container {position: relative;z-index: 2}

.app-preview-header {padding: 0 20px;margin-bottom: 4rem;text-align: center}

.app-preview-title {font-weight: 700;display: inline-block;margin-bottom: 1.5rem;border-radius: 10px;background: rgba(200, 16, 46, 0.1);color: #c8102e;border: 2px solid rgba(200, 16, 46, 0.3);font-size: 3rem;padding: 1rem 2rem}

.app-preview-desc {font-size: 1.1rem;color: rgba(255, 255, 255, 0.9);max-width: 800px;margin: 0 auto;line-height: 1.8}

.app-preview-phones {align-items: center;flex-wrap: wrap;gap: 2rem;padding: 0 20px;display: flex;justify-content: center}

.phone-item {border-radius: 30px;flex: 0 0 auto;max-width: 100%;height: auto;padding: 10px;background: #000;transition: transform 0.3s ease, box-shadow 0.3s ease;box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);overflow: hidden;width: 300px}

.phone-item:hover {box-shadow: 0 30px 80px rgba(200, 16, 46, 0.4);transform: translateY(-10px) scale(1.02)}

.phone-item img {width: 100%;display: block;height: auto;border-radius: 25px}

/* 文章正文 */
.article {padding: 5rem 0;background: var(--bg-color)}

.article-content {text-align: center;margin: 0 auto;max-width: 900px;padding: 0 20px}

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

.article-meta {padding-bottom: 1.5rem;gap: 1.5rem;margin-bottom: 2.5rem;display: flex;border-bottom: 1px solid #e0e0e0}

.article-date,
.article-author {font-size: 0.95rem;color: var(--text-light)}

.article-date::before {content: '📅 '}

.article-author::before {content: '✍️ '}

.article-body {line-height: 1.8;color: var(--text-color)}

.article-body p {margin-bottom: 1.5rem;font-size: 1.05rem}

.article-body h2 {font-size: 1.8rem;font-weight: 600;color: var(--secondary-color);margin-top: 2.5rem;margin-bottom: 1rem}

.article-body h3 {color: var(--secondary-color);font-size: 1.5rem;font-weight: 600;margin-bottom: 1rem;margin-top: 2rem}

.article-body ul,
.article-body ol {margin-bottom: 1.5rem;padding-left: 2rem}

.article-body li {font-size: 1.05rem;margin-bottom: 0.75rem}

.article-body strong {color: var(--secondary-color);font-weight: 600}

.article-body a {color: var(--primary-color);text-decoration: none;transition: color 0.3s ease}

.article-body a:hover {color: #a00d26;text-decoration: underline}

.article-body {text-align: left}

.article-keywords {display: flex;padding-top: 2rem;border-top: 1px solid #e0e0e0;gap: 0.75rem;justify-content: center;flex-wrap: wrap;margin-top: 3rem}

.keyword-tag {background: #f5f5f5;padding: 0.5rem 1rem;border-radius: 20px;transition: all 0.3s ease;color: var(--text-color);display: inline-block;border: 1px solid #e0e0e0;font-size: 0.9rem}

.keyword-tag:hover {border-color: var(--primary-color);transform: translateY(-2px);color: #ffffff;background: var(--primary-color);box-shadow: 0 4px 8px rgba(200, 16, 46, 0.2)}

/* 特色功能 */
.features {padding: 5rem 0;background: var(--bg-color)}

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

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

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

.feature-card {transition: all 0.3s ease;box-shadow: var(--shadow);text-align: center;border-radius: 15px;padding: 2rem;background: var(--white)}

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

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

.feature-card h3 {font-size: 1.5rem;color: var(--secondary-color);margin-bottom: 1rem}

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

/* 下载区域 */
.download {background: var(--white);padding: 5rem 0}

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

.download-card {box-shadow: var(--shadow);padding: 2.5rem;text-align: center;border-radius: 15px;transition: all 0.3s ease;color: var(--white);background: linear-gradient(135deg, var(--secondary-color) 0%, #16213e 100%)}

.download-card:hover {box-shadow: var(--shadow-lg);transform: translateY(-10px)}

.download-icon {margin-bottom: 1rem;font-size: 4rem}

.download-card h3 {margin-bottom: 0.5rem;font-size: 1.5rem}

.download-card p {margin-bottom: 1.5rem;opacity: 0.9}

/* 联系我们 */
.contact {padding: 5rem 0;background: var(--bg-color)}

.contact-content {gap: 3rem;margin-top: 3rem;grid-template-columns: 1fr 1fr;display: grid}

.contact-info {flex-direction: column;gap: 2rem;display: flex}

.contact-item {display: flex;align-items: flex-start;gap: 1.5rem}

.contact-icon {flex-shrink: 0;font-size: 2rem}

.contact-item h3 {margin-bottom: 0.5rem;color: var(--secondary-color)}

.contact-item p {color: var(--text-light)}

.contact-form {background: var(--white);padding: 2rem;border-radius: 15px;box-shadow: var(--shadow)}

.contact-form h3 {color: var(--secondary-color);margin-bottom: 1.5rem}

.contact-form input,
.contact-form textarea {font-family: inherit;width: 100%;border-radius: 5px;padding: 0.75rem;margin-bottom: 1rem;font-size: 1rem;border: 1px solid #ddd}

.contact-form textarea {resize: vertical}

/* 页脚 */
.footer {color: #ffffff;margin-top: 0;padding: 3rem 0 1.5rem;background: #1a1a1a}

.footer-content {grid-template-columns: 1fr 2fr;gap: 3rem;margin-bottom: 2rem;display: grid}

.footer-brand {gap: 1rem;flex-direction: column;display: flex}

.footer-logo {object-fit: contain;height: 50px;width: auto}

.footer-desc {line-height: 1.6;font-size: 0.9rem;color: rgba(255, 255, 255, 0.7)}

.footer-links {display: grid;grid-template-columns: repeat(3, 1fr);gap: 2rem}

.footer-column h4 {margin-bottom: 1rem;font-weight: 600;font-size: 1.1rem;color: #ffffff}

.footer-column ul {margin: 0;list-style: none;padding: 0}

.footer-column ul li {margin-bottom: 0.75rem}

.footer-column ul li a {color: rgba(255, 255, 255, 0.7);text-decoration: none;transition: color 0.3s ease;font-size: 0.9rem}

.footer-column ul li a:hover {color: #ff69b4}

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

.footer-bottom p {color: rgba(255, 255, 255, 0.7);font-size: 0.9rem;margin-bottom: 0.5rem}

.footer-disclaimer {font-size: 0.85rem;color: #ff69b4}

/* 响应式设计 */
@media (max-width: 768px) {.navbar {
        width: 100%;height: 68px}

    .logo {width: 200px;height: 32px}

    .hamburger {display: flex}

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

    .nav-menu.active {left: 0}

    .divider {top: 68px}

    .hero {background-size: cover;background-image: url('../images/mb-BN-h5.jpg');width: 100%;background-color: #1a1a1a;height: 214px;background-position: center;margin: 88px auto 0;background-repeat: no-repeat}

    .hero-content {padding-left: 30px}

    .hero-text {gap: 10px;align-items: flex-start}

    /* 移动端标题和文本区域容器 - 总高度134px */
    .hero-title,
    .hero-description-wrapper {width: 172px;margin-left: 0}

    /* 移动端标题样式 */
    .hero-title {height: 60px;align-items: center;display: flex;justify-content: flex-start;padding: 0;font-size: 1.2rem;width: 172px;text-align: left;margin: 0}

    /* 移动端文本区域样式 */
    .hero-description-wrapper {width: 172px;height: 64px;display: flex;justify-content: flex-start;margin: 0;align-items: center;padding: 0}

    .hero-description {margin: 0;padding: 0;line-height: 1.3;text-align: left;font-size: 0.75rem}

    /* 移动端按钮区域样式 */
    .hero-buttons {gap: 8px;min-height: 36px;display: flex;align-items: center;max-width: 280px;height: auto;margin: 0 auto;width: 100%;transform: translateX(15px);justify-content: center}

    /* 移动端按钮样式 */
    .hero-buttons .btn {width: 88px;height: 36px;background-size: contain}


    .news-title {font-size: 1.8rem;padding-left: 15px;line-height: 1.2;margin-bottom: 1.5rem}

    .news-grid {scroll-snap-type: x mandatory;gap: 1rem;-webkit-overflow-scrolling: touch;overflow-x: auto;scrollbar-width: thin;flex-direction: row;padding: 0 15px;display: flex}

    .news-card {scroll-snap-align: start;min-width: 280px;border-radius: 10px}

    .news-banner {height: 180px}

    .news-content {padding: 1rem}

    .news-card-title {margin-bottom: 0.5rem;font-size: 1rem}

    .news-card-description {margin-bottom: 0.75rem;font-size: 0.85rem}

    .news-date {font-size: 0.8rem}

    .app-showcase-header {padding: 0 15px;margin-bottom: 2rem}

    .app-showcase-title {margin-bottom: 1rem;font-size: 2rem}

    .app-showcase-description {line-height: 1.6;font-size: 0.9rem;padding: 0 15px}

    .app-images-grid {justify-content: flex-start;gap: 1rem;padding: 0 15px;scroll-snap-type: x proximity}

    .app-image-item {width: 160px;border-radius: 15px;scroll-snap-align: start;height: 320px;min-width: 160px}

    .app-preview {padding: 3rem 0}

    .app-preview-header {margin-bottom: 2.5rem;padding: 0 15px}

    .app-preview-title {font-size: 1.8rem;padding: 0.75rem 1.5rem}

    .app-preview-desc {font-size: 1rem;padding: 0 15px}

    .app-preview-phones {padding: 0 15px;gap: 1.5rem;flex-direction: column}

    .phone-item {width: 100%;max-width: 280px}

    .banner-section {height: 356px}

    .banner-section .container {padding-top: 1.5rem}

    .banner-content {padding: 0 15px}

    .banner-title {margin-bottom: 0.75rem;font-size: 1.3rem}

    .banner-description {font-size: 0.8rem;line-height: 1.5}

    .article-title {font-size: 2rem;margin-bottom: 1rem}

    .article-meta {flex-direction: column;padding-bottom: 1rem;gap: 0.75rem;margin-bottom: 2rem}

    .article-content {padding: 0 15px}

    .article-body p {margin-bottom: 1.25rem;font-size: 1rem}

    .article-body h2 {font-size: 1.5rem;margin-bottom: 0.75rem;margin-top: 2rem}

    .article-body h3 {margin-top: 1.5rem;margin-bottom: 0.75rem;font-size: 1.3rem}

    .article-body ul,
    .article-body ol {padding-left: 1.5rem}

    .article-body li {margin-bottom: 0.5rem;font-size: 1rem}

    .article-keywords {margin-top: 2rem;gap: 0.5rem;padding-top: 1.5rem}

    .keyword-tag {padding: 0.4rem 0.8rem;font-size: 0.8rem}

    .footer-content {gap: 2rem;grid-template-columns: 1fr}

    .footer-links {gap: 1.5rem;grid-template-columns: 1fr}

    .footer-column {margin-bottom: 1.5rem}

    .footer-logo {height: 40px}

    .footer-bottom {padding-top: 1.5rem}

    .footer-bottom p {font-size: 0.85rem}

    .footer-disclaimer {font-size: 0.8rem}

    .features-grid,
    .download-grid {grid-template-columns: 1fr}

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

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


/* 平滑滚动 */
html {scroll-behavior: smooth}

/* 动画效果 */
@keyframes fadeInUp {from {
        opacity: 0;transform: translateY(30px)}
    to {transform: translateY(0);opacity: 1}
}

.feature-card,
.download-card {animation: fadeInUp 0.6s ease-out}


._ces1ol95h{}

._c0f73jktc{}

._cszwic3iy{}
