@charset "utf-8";
/* ===== 心影ERP · 产品详情页（detailv3 风格）===== */
body {
    background: #e8dcc4;
    background-image:
        repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(139, 111, 71, .08) 3px, rgba(139, 111, 71, .08) 4px),
        repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(139, 111, 71, .05) 3px, rgba(139, 111, 71, .05) 4px);
}

.erp-detail-page {
    width: 1080px;
    margin: 0 auto;
    padding: 100px 0 100px;
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif;
    color: #3a2a18;
    position: relative;
}

/* ===== 顶部 Banner ===== */
.erp-detail-page .top-banner { width: 100%; padding: 24px 60px 0; }
.erp-detail-page .top-banner img { width: 100%; display: block; border-radius: 18px; box-shadow: 0 6px 24px rgba(91, 58, 30, .12); }

.erp-detail-page .hero {
    margin: 12px 60px 0;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    min-height: 720px;
    background: linear-gradient(180deg, #1a2c52 0%, #0e1f3c 100%);
}

.erp-detail-page .hero-content { position: absolute; top: 15%; left: 0; right: 0; z-index: 2; text-align: center; padding: 0 40px; }

/* 中间深蓝色带：闭环流程链路 */
.erp-detail-page .hero-band {
    position: absolute;
    top: 62%;
    left: 0;
    right: 0;
    height: auto;
    z-index: 2;
    background: linear-gradient(180deg, #1a2c52 0%, #0e1f3c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 40px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 6px 20px rgba(0, 0, 0, .25);
}
.erp-detail-page .hero-band::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse at 50% 50%, rgba(91, 130, 180, .18), transparent 70%);
}
.erp-detail-page .hero-band .flow-chain { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.erp-detail-page .hero-band .flow-chain .node {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    white-space: nowrap;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 18px;
    padding: 8px 13px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .4);
}
.erp-detail-page .hero-band .flow-chain .arrow { color: #f5d97e; font-size: 12px; text-shadow: 0 1px 4px rgba(0, 0, 0, .4); }

.erp-detail-page .hero h1 {
    font-family: 'SimHei', 'Arial Black', '黑体', sans-serif;
    font-weight: 900;
    font-size: 68px;
    line-height: 1.12;
    color: #fff;
    letter-spacing: 6px;
    text-shadow: 0 6px 28px rgba(0, 0, 0, .6), 0 3px 10px rgba(0, 0, 0, .45);
    margin-bottom: 16px;
    text-align: center;
}
.erp-detail-page .hero h1 .gold {
    background: linear-gradient(135deg, #f5d97e 0%, #dbb96a 50%, #f5d97e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    padding: 0 4px;
}
.erp-detail-page .hero h1 .gold::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    width: 90%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #c9a84c 30%, #c9a84c 70%, transparent);
    border-radius: 2px;
}
.erp-detail-page .hero p {
    font-size: 19px;
    color: rgba(255, 255, 255, .95);
    line-height: 1.7;
    letter-spacing: 4px;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .55);
    text-align: center;
    white-space: nowrap;
    margin-bottom: 0;
}
.erp-detail-page .hero p .em { color: #f0d68a; font-weight: 700; }

.erp-detail-page .s-title { font-family: 'SimHei', serif; font-size: 22px; font-weight: 900; color: #5b3a1e; text-align: center; margin-bottom: 4px; letter-spacing: 2px; }
.erp-detail-page .s-sub { text-align: center; font-size: 28px; color: #3a2a18; margin-bottom: 28px; letter-spacing: 1px; margin-top: 16px; font-weight: bold; }
.erp-detail-page .s-sub::before, .erp-detail-page .s-sub::after { content: '✦'; color: #c9a84c; margin: 0 10px; font-size: 20px; vertical-align: middle; }

/* ===== 功能模块（图文卡片） ===== */
.erp-detail-page .mod-section { padding: 24px 60px; background: linear-gradient(180deg, rgba(139, 111, 71, .04), transparent); }
.erp-detail-page .mod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.erp-detail-page .mod-card {
    background: rgba(255, 255, 255, .55);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(240, 214, 138, .35);
    border-radius: 14px;
    padding: 18px 14px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(91, 58, 30, .06);
    position: relative;
    overflow: hidden;
}
.erp-detail-page .mod-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--mc, linear-gradient(90deg, #c9a84c, #8b6f47));
    border-radius: 14px 14px 0 0;
}
.erp-detail-page .mod-card .mi {
    width: 44px;
    height: 44px;
    margin: 0 auto 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: linear-gradient(135deg, rgba(240, 214, 138, .3), rgba(139, 111, 71, .12));
    border: 1.5px solid var(--mc, #c9a84c);
}
.erp-detail-page .mod-card .mn { font-size: 20px; font-weight: 700; color: #3a2a18; margin-bottom: 3px; margin-top: 10px; }
.erp-detail-page .mod-card .md { font-size: 16px; color: #6b4f2c; line-height: 1.4; opacity: .85; margin-top: 15px; }

.erp-detail-page .mod-card:nth-child(1) { --mc: #d2691e; }
.erp-detail-page .mod-card:nth-child(2) { --mc: #3a5a7a; }
.erp-detail-page .mod-card:nth-child(3) { --mc: #c9a84c; }
.erp-detail-page .mod-card:nth-child(4) { --mc: #b54424; }
.erp-detail-page .mod-card:nth-child(5) { --mc: #4a7ba6; }
.erp-detail-page .mod-card:nth-child(6) { --mc: #c19a3e; }
.erp-detail-page .mod-card:nth-child(7) { --mc: #7a6a5c; }
.erp-detail-page .mod-card:nth-child(8) { --mc: #b8856c; }
.erp-detail-page .mod-card:nth-child(9) { --mc: #d2691e; }
.erp-detail-page .mod-card:nth-child(10) { --mc: #3a5a7a; }
.erp-detail-page .mod-card:nth-child(11) { --mc: #c9a84c; }
.erp-detail-page .mod-card:nth-child(12) { --mc: #b54424; }

/* ===== 差异化亮点（图文混排） ===== */
.erp-detail-page .diff-section { padding: 24px 60px; }
.erp-detail-page .diff-grid { display: flex; flex-direction: column; gap: 24px; }
.erp-detail-page .diff-card {
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(240, 214, 138, .4);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(91, 58, 30, .08);
    position: relative;
    display: flex;
    align-items: center;
    min-height: 320px;
}
.erp-detail-page .diff-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    z-index: 2;
    background: var(--d, linear-gradient(90deg, #c9a84c, #8b6f47));
}
.erp-detail-page .diff-card:nth-child(1) { --d: linear-gradient(90deg, #d2691e, #a04817); }
.erp-detail-page .diff-card:nth-child(2) { --d: linear-gradient(90deg, #3a5a7a, #1f3a5a); }
.erp-detail-page .diff-card:nth-child(3) { --d: linear-gradient(90deg, #c19a3e, #8a6a1e); }
.erp-detail-page .diff-card:nth-child(even) { flex-direction: row-reverse; }
.erp-detail-page .diff-card img { width: 68%; height: auto; display: block; }
.erp-detail-page .diff-body { width: 32%; padding: 22px; display: flex; flex-direction: column; justify-content: center; }
.erp-detail-page .diff-card:nth-child(3) { flex-direction: column; align-items: center; }
.erp-detail-page .diff-card:nth-child(3) .diff-body { width: 100%; padding: 24px 30px 8px; text-align: center; }
.erp-detail-page .diff-card:nth-child(3) .diff-mobile { display: flex; width: 100%; padding: 0 0 30px; justify-content: space-evenly; align-items: flex-start; }
.erp-detail-page .diff-card:nth-child(3) .diff-mobile img { height: 540px; width: auto; display: block; filter: drop-shadow(0 6px 20px rgba(0, 0, 0, .18)); }
.erp-detail-page .diff-body h4 { font-size: 22px; font-weight: 700; color: #3a2a18; margin-bottom: 12px; letter-spacing: 1px; }
.erp-detail-page .diff-body p { font-size: 16px; color: #5b3a1e; line-height: 1.8; opacity: .9; }
.erp-detail-page .diff-body ul { padding-left: 20px; margin-top: 8px; }
.erp-detail-page .diff-body ul li { font-size: 15px; color: #5b3a1e; line-height: 1.9; opacity: .85; }

/* ===== 系统截图大展 ===== */
.erp-detail-page .scr-section { padding: 24px 60px 50px; background: linear-gradient(180deg, transparent, rgba(139, 111, 71, .06)); }

/* ===== 技术架构 ===== */
.erp-detail-page .tech-section { padding: 24px 60px 50px; }
.erp-detail-page .tech-title {
    font-family: 'SimHei', '黑体', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #3a2a18;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}
.erp-detail-page .tech-title::before { content: ''; width: 5px; height: 26px; border-radius: 3px; background: linear-gradient(180deg, #5b6ee1, #3a4ca8); }
.erp-detail-page .tech-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.erp-detail-page .tech-tag {
    background: rgba(255, 255, 255, .55);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(240, 214, 138, .35);
    border-radius: 12px;
    padding: 14px 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #3a2a18;
    box-shadow: 0 4px 14px rgba(91, 58, 30, .06);
    transition: all .25s;
}
.erp-detail-page .tech-tag:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(91, 58, 30, .12); background: rgba(255, 255, 255, .75); }
.erp-detail-page .scr-grid { display: grid; grid-template-columns: 1fr; gap: 16px; max-width: 860px; margin: 0 auto; }
.erp-detail-page .scr-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(240, 214, 138, .35);
    background: rgba(255, 255, 255, .6);
    backdrop-filter: blur(8px);
    box-shadow: 0 6px 20px rgba(91, 58, 30, .08);
    transition: all .3s;
}
.erp-detail-page .scr-item:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(91, 58, 30, .15); }
.erp-detail-page .scr-item:nth-child(odd) { transform: rotate(-0.3deg); }
.erp-detail-page .scr-item:nth-child(even) { transform: rotate(0.3deg); }
.erp-detail-page .scr-item:nth-child(odd):hover { transform: rotate(0deg) translateY(-3px); }
.erp-detail-page .scr-item:nth-child(even):hover { transform: rotate(0deg) translateY(-3px); }
.erp-detail-page .scr-item img { width: 100%; display: block; }
.erp-detail-page .scr-item .cap { padding: 12px 18px; display: flex; align-items: center; gap: 8px; border-top: 1px solid rgba(240, 214, 138, .2); }
.erp-detail-page .scr-item .cap i { width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg, #c9a84c, #8b6f47); flex-shrink: 0; }
.erp-detail-page .scr-item .cap span { font-size: 13px; color: #3a2a18; font-weight: 600; }
.erp-detail-page .scr-item .cap .sm { font-size: 11px; color: #8b6f47; margin-left: auto; font-weight: 400; }

/* ===== 底部标 ===== */
.erp-detail-page .erp-detail-foot { padding: 16px 60px 24px; text-align: center; }
.erp-detail-page .erp-detail-foot .tag { font-size: 11px; color: #8b6f47; display: inline-block; padding: 5px 14px; border: 1px solid rgba(139, 111, 71, .2); border-radius: 20px; letter-spacing: 1px; }

/* ===== 售后服务 ===== */
.erp-detail-page .aftersales-section { padding: 24px 60px 40px; }
.erp-detail-page .aftersales-sub {
    display: block;
    width: fit-content;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #c9a84c, #8b6f47);
    color: #fff;
    font-size: 16px;
    padding: 7px 24px;
    border-radius: 20px;
    letter-spacing: 1px;
}
.erp-detail-page .aftersales-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.erp-detail-page .aftersales-item {
    background: rgba(255, 255, 255, .55);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(240, 214, 138, .35);
    border-radius: 14px;
    padding: 28px 14px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(91, 58, 30, .06);
    transition: all .25s;
}
.erp-detail-page .aftersales-item:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(91, 58, 30, .12); background: rgba(255, 255, 255, .75); }
.erp-detail-page .aftersales-item .ai {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: linear-gradient(135deg, rgba(240, 214, 138, .3), rgba(139, 111, 71, .12));
    border: 1.5px solid #c9a84c;
}
.erp-detail-page .aftersales-item .at { font-size: 15px; font-weight: 700; color: #3a2a18; line-height: 1.5; }

/* ===== 用心做有用的软件 ===== */
.erp-detail-page .software-section { padding: 30px 60px 40px; text-align: center; }
.erp-detail-page .software-sub {
    display: block;
    width: fit-content;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, #c9a84c, #8b6f47);
    color: #fff;
    font-size: 16px;
    padding: 7px 24px;
    border-radius: 20px;
    letter-spacing: 1px;
}
.erp-detail-page .software-logo { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 20px 0 10px; }
.erp-detail-page .software-logo .erp-logo-mark {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, #c9a84c, #8b6f47);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.erp-detail-page .software-logo span { font-size: 22px; font-weight: 700; color: #3a2a18; letter-spacing: 2px; }
.erp-detail-page .software-desc { font-size: 15px; color: #3a2a18; margin-bottom: 4px; line-height: 1.6; }
.erp-detail-page .software-note { font-size: 14px; color: #5b3a1e; margin-bottom: 24px; }
.erp-detail-page .qr-grid { display: flex; justify-content: center; gap: 50px; margin-top: 20px; }
.erp-detail-page .qr-item { text-align: center; }
.erp-detail-page .qr-item img {
    width: 180px;
    height: 180px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(91, 58, 30, .12);
    display: block;
    background: #fff;
    padding: 8px;
}
.erp-detail-page .qr-item p { margin-top: 12px; font-size: 15px; color: #3a2a18; font-weight: 600; }

/* ===== 询盘表单（立即咨询） ===== */
.erp-detail-page .erp-inquiry-section { padding: 10px 60px 60px; text-align: center; }
.erp-detail-page .erp-inquiry-form {
    max-width: 620px;
    margin: 0 auto;
    background: rgba(255, 255, 255, .6);
    border: 1px solid rgba(240, 214, 138, .4);
    border-radius: 16px;
    padding: 30px 34px;
    box-shadow: 0 6px 20px rgba(91, 58, 30, .08);
    backdrop-filter: blur(8px);
}
.erp-detail-page .erp-inquiry-form .li { margin-bottom: 14px; text-align: left; }
.erp-detail-page .erp-inquiry-form input[type="text"],
.erp-detail-page .erp-inquiry-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(139, 111, 71, .25);
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    color: #3a2a18;
    background: #fff;
    outline: none;
    transition: border-color .25s;
}
.erp-detail-page .erp-inquiry-form input[type="text"]:focus,
.erp-detail-page .erp-inquiry-form textarea:focus { border-color: #c9a84c; }
.erp-detail-page .erp-inquiry-form textarea { height: 90px; resize: vertical; }
.erp-detail-page .erp-inquiry-btn {
    display: inline-block;
    width: 100%;
    border: 0;
    cursor: pointer;
    background: linear-gradient(135deg, #c9a84c, #8b6f47);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 12px 0;
    border-radius: 8px;
    transition: all .25s;
}
.erp-detail-page .erp-inquiry-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(139, 111, 71, .25); }
.erp-detail-page .erp-inquiry-tip { font-size: 12px; color: #8b6f47; margin-top: 12px; }
