/* 国产 - 原创品牌主题样式表 */
/* 百度SEO EEAT优化版 */

:root {
    --primary-color: #FF6B6B;
    --secondary-color: #FF9F43;
    --text-dark: #333333;
    --text-light: #666666;
    --bg-light: #F8F9FA;
    --white: #FFFFFF;
    --border-color: #EEEEEE;
    --transition: all 0.3s ease;
}

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

body {
    font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--bg-light);
}

a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }

/* 头部导航 */
header {
    background-color: var(--white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.rovl4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.w2zpq43h { display: flex; align-items: center; gap: 10px; }
.w2zpq43h img { height: 50px; }
.w2zpq43h h1, .w2zpq43h .nkhht {
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

nav ul { display: flex; gap: 25px; }
nav a { font-size: 15px; font-weight: 500; padding: 10px 0; position: relative; }
nav a:hover, nav a.active { color: var(--primary-color); }
nav a::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition);
}
nav a:hover::after, nav a.active::after { width: 100%; }

.zicb5y3 {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: var(--text-dark);
}

/* 搜索框 */
.duld6h {
    background-color: var(--bg-light);
    padding: 15px 0;
    border-bottom: 1px solid var(--border-color);
    display: none;
}
.duld6h.active { display: block; }
.hdr4zy { display: flex; justify-content: center; }
.j1toxjmh {
    width: 60%;
    padding: 12px 20px;
    border: 1px solid var(--border-color);
    border-radius: 30px 0 0 30px;
    outline: none;
    font-size: 16px;
}
.wv6dm3j {
    padding: 12px 30px;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    color: var(--white);
    border: none;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

/* 英雄横幅 */
.we0ck5 {
    position: relative;
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
}
.we0ck5::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}
.we0ck5 img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}
.sjjec5u {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}
.we0ck5 h1, .we0ck5 h2 {
    font-size: 48px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.we0ck5 p {
    font-size: 20px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.qhfwp5b0 {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    color: var(--white);
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
}
.qhfwp5b0:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.6);
    color: var(--white);
}

/* 面包屑 */
.ezwqfx9b { padding: 20px 0; font-size: 14px; color: var(--text-light); }
.ezwqfx9b a { color: var(--text-dark); }
.ezwqfx9b a:hover { color: var(--primary-color); }

/* 今日更新提示 */
.wjvlx {
    background: linear-gradient(135deg, #fff5f5, #fff0e6);
    border: 1px solid #ffe0d0;
    border-radius: 8px;
    padding: 12px 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}
.is42mg {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    color: var(--white);
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

/* 模块通用样式 */
.xha5b { padding: 60px 0; background-color: var(--white); }
.xha5b.hvflrtxw { background-color: var(--bg-light); }
.ftlnfny { text-align: center; margin-bottom: 40px; }
.ftlnfny h2 {
    font-size: 32px;
    color: var(--text-dark);
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
.ftlnfny h2::after {
    content: '';
    position: absolute;
    bottom: -10px; left: 50%;
    transform: translateX(-50%);
    width: 60px; height: 3px;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}
.ftlnfny p { color: var(--text-light); font-size: 16px; margin-top: 20px; }

/* 视频卡片网格 */
.vo046 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}
.bqv43 {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: var(--transition);
    position: relative;
    cursor: pointer;
}
.bqv43:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.fcb9ti1 {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    background-color: #000;
}
.fcb9ti1 img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.bqv43:hover .fcb9ti1 img { transform: scale(1.05); }
.hha2yqu {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 60px; height: 60px;
    background: rgba(255, 107, 107, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
    z-index: 2;
}
.hha2yqu::after {
    content: '';
    width: 0; height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent var(--white);
    margin-left: 4px;
}
.bqv43:hover .hha2yqu { opacity: 1; }
.mkudfz {
    position: absolute;
    bottom: 10px; right: 10px;
    background: rgba(0,0,0,0.7);
    color: var(--white);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 2;
}
.ih5spy9u { padding: 20px; }
.qop9lf {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.j8mpt5aw {
    font-size: 12px;
    color: #999;
    margin-bottom: 8px;
}
.ynrna6d {
    display: flex;
    justify-content: space-between;
    color: var(--text-light);
    font-size: 13px;
    margin-bottom: 10px;
}
.i5kxy { display: flex; gap: 8px; flex-wrap: wrap; }
.b9dtrh8 {
    background: var(--bg-light);
    color: var(--primary-color);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
}

/* 卡片图标 */
.scpfj3a { font-size: 48px; margin-bottom: 15px; }

/* 专家团队 */
.vl9imjam {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}
.l9yqwr {
    background: var(--white);
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: var(--transition);
}
.l9yqwr:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.oei48uv5 {
    width: 120px; height: 120px;
    border-radius: 50%;
    margin: 0 auto 20px;
    overflow: hidden;
    border: 3px solid var(--primary-color);
}
.oei48uv5 img { width: 100%; height: 100%; object-fit: cover; }
.rt3xct { font-size: 20px; font-weight: bold; margin-bottom: 5px; }
.g8f7r { color: var(--primary-color); font-size: 14px; margin-bottom: 15px; }
.a5l2k { color: var(--text-light); font-size: 14px; margin-bottom: 10px; }
.fzi240 {
    font-size: 12px;
    color: #999;
    margin-bottom: 15px;
    padding: 5px 10px;
    background: var(--bg-light);
    border-radius: 4px;
    display: inline-block;
}
.c7ftlt7 { display: flex; justify-content: center; gap: 10px; }
.c7ftlt7 a {
    padding: 5px 15px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 20px;
    font-size: 13px;
}
.c7ftlt7 a:hover { background: var(--primary-color); color: var(--white); }

/* 合作伙伴 */
.he79at {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}
.kl2gjba {
    font-size: 22px;
    font-weight: bold;
    color: #bbb;
    padding: 15px 25px;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: var(--transition);
}
.kl2gjba:hover { color: var(--primary-color); border-color: var(--primary-color); }

/* 步骤卡片 */
.gnek0k {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.j67e22ux {
    background: var(--white);
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: var(--transition);
}
.j67e22ux:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.e3huv {
    font-size: 48px;
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 15px;
}

/* FAQ手风琴 */
.nf0p7kh { max-width: 800px; margin: 0 auto; }
.y41z8 {
    background: var(--white);
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    overflow: hidden;
}
.k6gmm {
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.k6gmm::after {
    content: '+';
    font-size: 24px;
    color: var(--primary-color);
    transition: var(--transition);
}
.y41z8.active .k6gmm::after { content: '-'; transform: rotate(180deg); }
.kzm81 {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    color: var(--text-light);
}
.y41z8.active .kzm81 { padding: 0 20px 20px; max-height: 500px; }

/* 用户评论 */
.tsinfx14 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}
.opvdi {
    background: var(--white);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
}
.opvdi::before {
    content: '"';
    position: absolute;
    top: 10px; right: 20px;
    font-size: 60px;
    color: var(--bg-light);
    font-family: serif;
    line-height: 1;
}
.zu82hn { font-size: 15px; color: var(--text-light); margin-bottom: 20px; position: relative; z-index: 1; }
.k00pqo { display: flex; align-items: center; gap: 15px; }
.g2ir83 {
    width: 50px; height: 50px;
    border-radius: 50%;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    flex-shrink: 0;
}
.uc98v h4 { font-size: 16px; margin-bottom: 5px; }
.z9t4zkr { color: #FFD700; font-size: 14px; }

/* H5 视频播放器弹窗 */
.rx66my {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.rx66my.active { display: flex; }
.gcwsbytr {
    position: relative;
    width: 90%;
    max-width: 800px;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}
.v5fom98g {
    position: absolute;
    top: 10px; right: 15px;
    background: none;
    border: none;
    color: var(--white);
    font-size: 32px;
    cursor: pointer;
    z-index: 10;
    line-height: 1;
}
.w6xc37zb { position: relative; padding-top: 56.25%; }
.w6xc37zb video {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #000;
}
.hj9s4h {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    z-index: 5;
    cursor: pointer;
}
.ee6z80 {
    width: 80px; height: 80px;
    background: rgba(255, 107, 107, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
}
.ee6z80::after {
    content: '';
    width: 0; height: 0;
    border-style: solid;
    border-width: 14px 0 14px 22px;
    border-color: transparent transparent transparent var(--white);
    margin-left: 5px;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-40%, -50%);
}
.y0w7b { color: #ccc; font-size: 14px; }

/* 底部 */
footer {
    background-color: #222;
    color: #ccc;
    padding: 60px 0 20px;
}
.xnl6y8 { margin-bottom: 5px; }
.eiwax8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}
.q6exv4s h3 {
    color: var(--white);
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}
.q6exv4s h3::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 40px; height: 2px;
    background-color: var(--primary-color);
}
.q6exv4s ul li { margin-bottom: 10px; }
.q6exv4s ul li a:hover { color: var(--primary-color); padding-left: 5px; }
.ri23lq4a li { display: flex; margin-bottom: 15px; gap: 10px; }
.zs7dhkva { display: flex; gap: 20px; }
.f76v1vg { text-align: center; }
.f76v1vg img { width: 100px; height: 100px; border-radius: 5px; margin-bottom: 10px; }
.twm0b9bp {
    border-top: 1px solid #444;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.rtttkdc { display: flex; gap: 15px; }
.rtttkdc a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px; height: 36px;
    background-color: #333;
    border-radius: 50%;
    color: var(--white);
}
.rtttkdc a:hover { background-color: var(--primary-color); transform: translateY(-3px); }

/* 响应式 - 平板 */
@media (max-width: 1024px) {
    nav ul { gap: 15px; }
    nav a { font-size: 14px; }
    .gnek0k { grid-template-columns: repeat(2, 1fr); }
}

/* 响应式 - 手机 */
@media (max-width: 768px) {
    .rovl4 {
        height: 60px;
    }
    .zicb5y3 { display: block; }
    nav { display: none; position: absolute; top: 60px; left: 0; width: 100%; background: var(--white); box-shadow: 0 5px 15px rgba(0,0,0,0.1); z-index: 999; }
    nav.active { display: block; }
    nav ul { flex-direction: column; gap: 0; padding: 10px 0; }
    nav ul li { border-bottom: 1px solid var(--border-color); }
    nav a { display: block; padding: 15px 20px; font-size: 16px; }
    .we0ck5 { height: 350px; }
    .we0ck5 h1, .we0ck5 h2 { font-size: 28px; }
    .we0ck5 p { font-size: 15px; }
    .xha5b { padding: 40px 0; }
    .ftlnfny h2 { font-size: 24px; }
    .vo046 { grid-template-columns: 1fr; gap: 20px; }
    .vl9imjam { grid-template-columns: 1fr; }
    .gnek0k { grid-template-columns: 1fr; }
    .tsinfx14 { grid-template-columns: 1fr; }
    .j1toxjmh { width: 70%; }
    .twm0b9bp { flex-direction: column; text-align: center; }
    .he79at { gap: 15px; }
    .kl2gjba { font-size: 16px; padding: 10px 15px; }
    .wjvlx { flex-direction: column; text-align: center; gap: 8px; }
    .gcwsbytr { width: 95%; }
}

/* 响应式 - 小手机 */
@media (max-width: 480px) {
    .p0ul7k { padding: 0 15px; }
    .we0ck5 { height: 280px; }
    .we0ck5 h1, .we0ck5 h2 { font-size: 22px; }
    .qhfwp5b0 { font-size: 15px; padding: 10px 24px; }
    .qop9lf { font-size: 16px; }
    .zs7dhkva { flex-direction: column; align-items: center; }
}
