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

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

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

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

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

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

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

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

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

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

.nav-menu li {position: relative}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-color: #1a1a1a;background-size: cover;background-position: center;background-image: url('../images/news-bg.jpg');padding: 5rem 0;overflow: hidden;background-repeat: no-repeat;position: relative}

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

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

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

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

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

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

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

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

.news-content {padding: 1.5rem}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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);margin-bottom: 1rem;font-weight: 600;margin-top: 2.5rem;font-size: 1.8rem}

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

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

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

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

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

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

.article-body {text-align: left}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {border-radius: 5px;border: 1px solid #ddd;width: 100%;font-size: 1rem;margin-bottom: 1rem;font-family: inherit;padding: 0.75rem}

.contact-form textarea {resize: vertical}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .hamburger {display: flex}

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

    .nav-menu.active {left: 0}

    .divider {top: 68px}

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

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

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

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

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

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

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

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

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


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

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

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

    .news-banner {height: 180px}

    .news-content {padding: 1rem}

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

    .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 {font-size: 2rem;margin-bottom: 1rem}

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

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

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

    .app-preview {padding: 3rem 0}

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

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

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

    .app-preview-phones {padding: 0 15px;flex-direction: column;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 {margin-bottom: 1rem;font-size: 2rem}

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

    .article-content {padding: 0 15px}

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

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

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

    .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 {grid-template-columns: 1fr;gap: 2rem}

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

    .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 {opacity: 1;transform: translateY(0)}
}

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


._cjgzdyxnr{}

._cz36rp5sh{}

._cu8wteewi{}
