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

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

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

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

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

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

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

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

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

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

.nav-menu li {position: relative}

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

.nav-menu a::after {height: 2px;left: 0;background: var(--accent-color);bottom: 0;content: '';position: absolute;transition: width 0.3s ease;width: 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 {height: 2px;background: var(--white);width: 20px;transition: all 0.3s ease}

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

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

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

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

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

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

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

/* 按钮样式 */
.hero-buttons .btn {margin: 0;background-size: cover;padding: 0;border: none;cursor: pointer;background-repeat: no-repeat;text-decoration: none;background-position: center;width: 145px;display: block;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 {background-size: cover;background-color: #1a1a1a;background-position: center;padding: 5rem 0;overflow: hidden;background-image: url('../images/news-bg.jpg');position: relative;background-repeat: no-repeat}

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

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

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

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

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

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

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

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

.news-content {padding: 1.5rem}

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

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

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

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

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

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

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

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

.app-image-item {width: 200px;scroll-snap-align: start;height: 400px;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);overflow: hidden;border-radius: 20px;flex: 0 0 auto;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%;object-fit: cover;height: 100%;display: block}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-body {text-align: left}

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

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

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

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

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

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

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

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

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

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

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

.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));display: grid;margin-top: 3rem}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-form textarea {resize: vertical}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .nav-menu.active {left: 0}

    .divider {top: 68px}

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

    .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 {width: 172px;height: 60px;align-items: center;padding: 0;font-size: 1.2rem;margin: 0;display: flex;text-align: left;justify-content: flex-start}

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

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

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

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


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

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

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

    .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 {scroll-snap-type: x proximity;padding: 0 15px;justify-content: flex-start;gap: 1rem}

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

    .app-preview {padding: 3rem 0}

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

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

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

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

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

    .banner-section {height: 356px}

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

    .banner-content {padding: 0 15px}

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

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

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

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

    .article-content {padding: 0 15px}

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

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

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

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

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

    .article-keywords {gap: 0.5rem;margin-top: 2rem;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 {transform: translateY(30px);from {
        opacity: 0}
    to {transform: translateY(0);opacity: 1}
}

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


._cekz1853u{}

._czqvn237g{}

._c4xr4vp17{}
