/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com/
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://generatepress.com
 Template:     generatepress
 Version:      1.0.0
*/
/*商品页详情描述样式*/
/* 专属样式前缀idnwp- 彻底防冲突 全局样式重置 */
.idnwp-wrap {background:#ffffff;padding:15px;margin:0 auto;max-width:1200px;font-family:inherit;box-sizing:border-box;}
.idnwp-main-title {font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:#1e293b;margin:0 0 12px;padding:0;line-height:1.3;}
.idnwp-first-principle {border-left:3px solid #2563eb;padding-left:16px;color:#64748b;font-size:15px;line-height:1.6;margin-bottom:30px;}

/* ✅ 1. 增值价值+注册核心优势 双栏布局 置顶核心位置 */
.idnwp-bottom-grid {display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:35px;}
@media(min-width:768px){.idnwp-bottom-grid{grid-template-columns:1fr 1fr;gap:20px;}}
.idnwp-bottom-card {border-radius:12px;padding:22px;box-shadow:0 1px 4px rgba(0,0,0,0.06);transition:all .3s ease;height:100%;}
.idnwp-bottom-card:hover {transform:translateY(-2px);}
.idnwp-bottom-card.dark {background:#0f172a;color:#f1f5f9;}
.idnwp-bottom-card.white {background:#f8fafc;border:1px solid #e2e8f0;}
.idnwp-bottom-card h3 {font-size:1.2rem;font-weight:700;margin:0 0 16px;padding:0;}
.idnwp-bottom-card.dark h3 {color:#3b82f6;}
.idnwp-bottom-card.white h3 {color:#1e293b;}
.idnwp-bottom-card p {font-size:14px;line-height:1.7;margin:0;padding:0;}
.idnwp-bottom-card ul {margin:0;padding:0;list-style:none;}
.idnwp-bottom-card li {font-size:14px;line-height:1.7;margin:0 0 10px;padding:0;display:flex;align-items:flex-start;gap:8px;}
.idnwp-bottom-card.dark li {color:#e2e8f0;}
.idnwp-bottom-card.white li {color:#475569;}
.idnwp-bottom-card li::before {content:"•";color:#3b82f6;font-weight:bold;margin-top:3px;}

/* ✅ 2. 选对身份：您该注册哪种印尼公司？ 核心板块 */
.idnwp-identity-box {background:#f8fafc;padding:24px;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:35px;}
.idnwp-identity-box h3 {font-size:1.3rem;font-weight:700;color:#1e293b;margin:0 0 18px;padding:0;}
.idnwp-identity-grid {display:grid;grid-template-columns:1fr;gap:15px;}
@media(min-width:768px){.idnwp-identity-grid{grid-template-columns:repeat(3,1fr);gap:20px;}}
.idnwp-identity-card {background:#fff;padding:20px;border-radius:10px;border:1px solid #e2e8f0;}
.idnwp-identity-card h4 {font-size:15px;font-weight:700;color:#2563eb;margin:0 0 10px;padding:0;}
.idnwp-identity-card p {font-size:13px;color:#475569;line-height:1.6;margin:0 0 8px;padding:0;}
.idnwp-identity-card .risk {color:#dc2626;font-weight:700;font-size:13px;}

/* ✅ 3. 硬性门槛：PT PMA 核心合规要求 完整内容 */
.idnwp-rule-box {background:#fff;padding:24px;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:35px;}
.idnwp-rule-box h3 {font-size:1.3rem;font-weight:700;color:#1e293b;margin:0 0 18px;padding:0;}
.idnwp-rule-group {margin-bottom:15px;}
.idnwp-rule-group h4 {font-size:15px;font-weight:700;color:#1e40af;margin:0 0 8px;padding:0;display:flex;align-items:center;gap:6px;}
.idnwp-rule-group p {font-size:14px;color:#475569;line-height:1.7;margin:0 0 6px;padding:0;}
.idnwp-rule-group .red-point {background:#fee2e2;color:#dc2626;padding:8px 12px;border-radius:8px;font-size:13px;line-height:1.6;margin-top:8px;display:block;}

/* ✅ 4. 核心左右分栏布局：6步注册路线图 + 注册资料清单 核心结构 */
.idnwp-core-grid {display:grid;grid-template-columns:1fr;gap:30px;margin-bottom:35px;}
@media(min-width:768px){.idnwp-core-grid{grid-template-columns:1fr 1fr;}}

/* ✅ 左侧垂直时间轴（6步注册路线图）- 最终优化版 圆圈绝对居中+充足文字间距 无任何问题 */
.idnwp-timeline-section {padding:10px 0;}
.idnwp-timeline-title {font-size:1.3rem;font-weight:700;color:#1e293b;margin:0 0 20px;padding:0;display:flex;align-items:center;gap:8px;}
.idnwp-timeline-title i {color:#2563eb;font-size:18px;}
.idnwp-timeline {position:relative;padding-left:0;}
.idnwp-timeline::before {
    content:"";
    position:absolute;
    left:14px;
    top:0;
    width:2px;
    height:100%;
    background:#2563eb;
}
.idnwp-timeline-item {
    position:relative;
    margin-bottom:36px;
    padding-left:42px; /* 充足的文字与圆圈间距 */
    transition:all .3s ease;
    min-height: 60px;
}
.idnwp-timeline-item:hover {transform:translateX(4px);}
.idnwp-timeline-dot {
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%); /* 绝对垂直居中核心代码 */
    width:28px;
    height:28px;
    border-radius:50%;
    background:#2563eb;
    color:#fff;
    display:flex;align-items:center;justify-content:center;
    font-size:14px;font-weight:700;
    border:3px solid #ffffff;
    box-shadow:0 0 0 2px #2563eb;
    transition:all .3s ease;
}
.idnwp-timeline-item:hover .idnwp-timeline-dot {background:#1d4ed8;box-shadow:0 0 0 2px #1d4ed8;transform: translateY(-50%) scale(1.1);}
.idnwp-timeline-item.active .idnwp-timeline-dot {background:#1d4ed8;box-shadow:0 0 0 2px #1d4ed8;}
.idnwp-timeline-item h4 {font-size:16px;font-weight:700;color:#1e293b;margin:0 0 6px;padding:0;}
.idnwp-timeline-item p {font-size:14px;color:#64748b;line-height:1.6;margin:0;padding:0;}

/* ✅ 右侧：注册所需资料清单 - 分个人股东/企业股东 精准完整版 */
.idnwp-data-section {padding:10px 0;}
.idnwp-data-title {font-size:1.3rem;font-weight:700;color:#1e293b;margin:0 0 20px;padding:0;display:flex;align-items:center;gap:8px;}
.idnwp-data-title i {color:#10b981;font-size:18px;}
.idnwp-data-card {background:#f8fafc;padding:22px;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease;margin-bottom:18px;}
.idnwp-data-card:hover {transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,0.06);}
.idnwp-data-card h4 {font-size:15px;font-weight:700;color:#1e40af;margin:0 0 12px;padding:0;display:flex;align-items:center;gap:6px;}
.idnwp-data-card ul {margin:0;padding:0;list-style:none;}
.idnwp-data-card li {font-size:14px;color:#475569;line-height:1.7;margin:0 0 10px;padding:0;display:flex;align-items:flex-start;gap:8px;}
.idnwp-data-card li::before {content:"•";color:#2563eb;font-weight:bold;margin-top:3px;}

/* ✅ 资料补充合规说明 独立板块 */
.idnwp-note-box {background:#eff6ff;padding:20px;border-radius:12px;border:1px solid #bfdbfe;margin-bottom:35px;}
.idnwp-note-box h3 {font-size:1.1rem;font-weight:700;color:#1e40af;margin:0 0 12px;padding:0;display:flex;align-items:center;gap:8px;}
.idnwp-note-box p {color:#1e40af;font-size:14px;line-height:1.7;margin:0;padding:0;}

/* ✅ 税务合规：印尼经营的核心基石 最后一个板块 */
.idnwp-tax-box {background:#f8fafc;padding:24px;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:15px;}
.idnwp-tax-box h3 {font-size:1.3rem;font-weight:700;color:#1e293b;margin:0 0 18px;padding:0;}
.idnwp-tax-grid {display:grid;grid-template-columns:1fr;gap:15px;}
@media(min-width:768px){.idnwp-tax-grid{grid-template-columns:1fr 1fr;gap:20px;}}
.idnwp-tax-card {background:#fff;padding:20px;border-radius:10px;border:1px solid #e2e8f0;}
.idnwp-tax-card h4 {font-size:15px;font-weight:700;color:#1e40af;margin:0 0 10px;padding:0;}
.idnwp-tax-card p {font-size:13px;color:#475569;line-height:1.6;margin:0;padding:0;}
.idnwp-tax-card .tax-num {font-size:16px;font-weight:700;color:#2563eb;}

/* 滚动淡入动画 保留所有动态效果 */
.idnwp-fade {opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease;}
.idnwp-fade.active {opacity:1;transform:translateY(0);}
/* 全局盒模型兼容 */
* {box-sizing:border-box;}
/*商品详情页描述结束*/




/* ★★★ GeneratePress 列表页 左图右文+圆形图片+全部交互效果 ★★★ */
/* 适配后台修改版 无需任何文件夹 | 效果不变：图片逆时针25度+变暗+标题交互+移动端适配 */
.gp-list-item {
    margin-bottom: 30px !important;
    padding: 15px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    border: 1px solid #f5f5f5;
    overflow: hidden;
    width: 100%;
}
/* 核心布局：左图右文 弹性排列 */
.gp-list-box {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}
/* 左侧圆形图片 核心样式 */
.gp-list-img {
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%; /* 必写：图片变圆形 */
    overflow: hidden;
    transition: all 0.5s ease-in-out; /* 旋转+变暗的顺滑过渡 */
}
.gp-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 图片填满圆形 不变形 */
    display: block;
}
/* ✅ 你要求的核心交互：鼠标悬浮图片 → 逆时针旋转25度 + 图片变暗 */
.gp-list-img:hover {
    transform: rotate(-25deg); /* 精准逆时针25度旋转 */
    filter: brightness(0.75);   /* 图片变暗，数值越小越暗 */
}
/* 右侧内容区样式 */
.gp-list-content {
    flex: 1;
    padding: 5px 0;
}
/* 文章标题样式+悬浮交互 */
.gp-list-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 12px 0 !important;
}
.gp-list-title a {
    color: #2d3748;
    text-decoration: none;
    transition: all 0.3s ease;
}
.gp-list-title a:hover {
    color: #2271b1; /* 标题悬浮变色 */
    text-decoration: underline;
    text-underline-offset: 4px;
}
/* 80字文章内容样式 */
.gp-list-excerpt {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0 0 15px 0;
}
/* 发布日期+文章标签样式 */
.gp-list-meta {
    font-size: 13px;
    color: #94a3b8;
    display: flex;
    gap: 15px;
    align-items: center;
}
.gp-list-tags a {
    color: #2271b1;
    transition: color 0.3s ease;
}
.gp-list-tags a:hover {
    color: #165b8c;
}
/* 整体卡片悬浮效果：轻微上浮+加深阴影 */
.gp-list-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
/* ✅ 移动端自动适配：手机上图片在上，内容在下，不挤压变形 */
@media (max-width: 768px) {
    .gp-list-box {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    .gp-list-img {
        width: 160px;
        height: 160px;
        margin: 0 auto;
    }
    .gp-list-title {
        font-size: 18px;
    }
    .gp-list-meta {
        justify-content: center;
    }
}

/* ============ 注册服务-鼠标悬浮下方展示+置顶防遮挡 独立CSS (无冲突前缀: ind-hover-service) 全局生效 ============ */
/* 外层容器 - 横向排列 自适应换行 无gap 用margin实现间距 */
.ind-hover-service-box {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    justify-content: flex-start;
}
/* 单个服务项：蓝色边框 核心样式 间距合理 */
.ind-hover-service-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    background: #ffffff;
    border: 1px solid #2563eb;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 200px;
    box-sizing: border-box;
    margin: 0 15px 30px 0; /* 重点：底部留足30px间距，防止详情框和下方服务项重叠 */
}
/* 悬浮轻微背景高亮 保留交互效果 */
.ind-hover-service-item:hover {
    background-color: #f8fafc;
}
/* 服务图标样式 蓝色主色调 */
.ind-hover-service-icon {
    font-size: 16px;
    color: #2563eb;
    width: 20px;
    text-align: center;
}
/* 服务名称样式 清晰醒目 */
.ind-hover-service-title {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}
/* ============ 核心重点样式：下方展示 + 置顶防遮挡 永不被覆盖 ============ */
.ind-hover-service-desc {
    position: absolute;
    top: calc(100% + 8px); /* 固定在服务项正下方 */
    left: 0;
    width: 320px;
    padding: 14px 18px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* 重中之重：层级拉满 置顶显示 永远不会被任何元素遮挡 */
    z-index: 999999;
    display: none;
    box-sizing: border-box;
}
/* 核心交互：鼠标悬浮服务项，下方显示详情内容 */
.ind-hover-service-item:hover .ind-hover-service-desc {
    display: block;
}
/* 详情列表样式 蓝色圆点标记 */
.ind-hover-service-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ind-hover-service-list li {
    font-size: 14px;
    color: #333333;
    line-height: 1.7;
    margin: 0 0 5px 0;
    padding-left: 18px;
    position: relative;
}
/* 蓝色圆点替代列表符号 美观统一 */
.ind-hover-service-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #2563eb;
    font-size: 18px;
}
/* 最后一项取消下边距 无多余留白 */
.ind-hover-service-list li:last-child {
    margin-bottom: 0;
}
/* 移动端响应式适配 小屏友好 */
@media (max-width: 768px) {
    .ind-hover-service-item {
        min-width: 170px;
        padding: 10px 15px;
        margin: 0 10px 25px 0;
    }
    .ind-hover-service-desc {
        width: 280px;
        left: 50%;
        transform: translateX(-50%);
    }
}
/* 服务模块小标题：提供的服务 样式 */
.service-module-title {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 18px 0;
    padding: 0;
    line-height: 1;
}



/* 认证页面通用样式  */

/* 基础重置 & 通用样式 */
.bpom-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px;
    color: #333;
    line-height: 1.7;
    --primary-color: #1e40af; /* 主要配色 */
    --icon-color: #10b981;    /* 图标配色 */
    --light-gray: #e2e8f0;
    --text-color: #334155;
    --bg-light: #f8fafc;
}

/* 头部标题 */
.bpom-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--light-gray);
}

.bpom-header h2 {
    font-size: 24px;
    color: var(--primary-color);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.bpom-header h2 i {
    font-size: 26px;
    color: var(--icon-color);
}

.bpom-subtitle {
    color: #64748b;
    font-size: 15px;
    margin: 0;
}

/* 章节样式 */
.bpom-section {
    margin-bottom: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: all 0.3s ease;
	 padding:0
}

.bpom-section:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.bpom-section-header {
    background-color: var(--primary-color);
    color: #fff;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.bpom-section-icon {
    font-size: 20px;
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bpom-section-icon i {
    color: var(--icon-color);
}

.bpom-section-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.bpom-section-content {
    padding: 25px 20px;
}

/* 间距补充 */
.mt-40 {
    margin-top: 40px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

/* 左右分栏布局核心样式 */
.layout-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.process-column {
    flex: 1;
    min-width: 350px;
}

.docs-column {
    flex: 1;
    min-width: 300px;
}

.docs-column h4 {
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.docs-column h4 i {
    color: var(--icon-color);
}

/* 流程步骤样式（核心匹配参考图） */
.process-steps {
    position: relative;
    padding-left: 45px;
}

/* 竖线 */
.process-steps::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: var(--primary-color);
    z-index: 1;
}

.process-step {
    position: relative;
    margin-bottom: 20px;
    background: var(--bg-light);
    border-radius: 8px;
    padding: 15px 20px;
    transition: all 0.2s ease;
}

.process-step:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.process-step:last-child {
    margin-bottom: 0;
}

/* 圆形序号 */
.step-num {
    position: absolute;
    left: -45px;
    top: 15px;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    z-index: 2;
}

.step-content {
    position: relative;
}

.step-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.step-header h5 {
    margin: 0;
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 600;
}

/* 时效标签 */
.step-tag {
    background: rgba(30, 64, 175, 0.1);
    color: var(--primary-color);
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.step-content p {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

/* 核心基础资料卡片样式 */
.bpom-cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.bpom-info-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid var(--light-gray);
    overflow: hidden;
    transition: all 0.3s ease;
}

.bpom-info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
    border-color: var(--primary-color);
}

.bpom-card-header {
    background: var(--bg-light);
    padding: 12px 15px;
    border-bottom: 1px solid var(--light-gray);
    display: flex;
    align-items: center;
    gap: 10px;
}

.bpom-card-header i {
    color: var(--icon-color);
    font-size: 16px;
}

.bpom-card-header h5 {
    margin: 0;
    font-size: 15px;
    color: var(--text-color);
    font-weight: 600;
}

.bpom-card-list {
    padding: 12px 15px;
    margin: 0;
    list-style: none;
}

.bpom-card-list li {
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #64748b;
}

.bpom-card-list li:last-child {
    margin-bottom: 0;
}

.bpom-card-list li i {
    color: var(--icon-color);
    font-size: 12px;
    margin-top: 5px;
}

/* 产品注册专项资料样式（新模块） */
.product-reg-docs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.product-doc-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid var(--light-gray);
    overflow: hidden;
    transition: all 0.3s ease;
}

.product-doc-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
    border-color: var(--primary-color);
}

.product-doc-header {
    background: var(--bg-light);
    padding: 15px 20px;
    border-bottom: 1px solid var(--light-gray);
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-doc-header i {
    color: var(--icon-color);
    font-size: 18px;
}

.product-doc-header h5 {
    margin: 0;
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 600;
}

.product-doc-list {
    padding: 15px 20px;
    margin: 0;
    list-style: none;
}

.product-doc-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}

.product-doc-list li:last-child {
    margin-bottom: 0;
}

.product-doc-list li i {
    color: var(--icon-color);
    font-size: 14px;
    margin-top: 3px;
}

/* 标签要求双栏样式 */
.bpom-label-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.bpom-label-card {
    border-radius: 8px;
    border: 1px solid var(--light-gray);
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.primary-card {
    border-top: 4px solid var(--primary-color);
}

.primary-card h4 {
    color: var(--primary-color);
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.secondary-card {
    border-top: 4px solid var(--primary-color);
}

.secondary-card h4 {
    color: var(--primary-color);
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.label-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.label-list li {
    margin-bottom: 12px;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.label-list li:last-child {
    margin-bottom: 0;
}

.label-list li i {
    font-size: 14px;
    margin-top: 3px;
    color: var(--icon-color);
}

.label-list li span {
    font-weight: 600;
    color: inherit;
}

/* 子章节通用样式 */
.bpom-subsection {
    margin-bottom: 30px;
}

.bpom-subsection h4 {
    font-size: 16px;
    color: var(--primary-color);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.bpom-subsection h4 i {
    color: var(--icon-color);
}

/* 原有通用卡片/表格样式 */
.bpom-card {
    background: var(--bg-light);
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 15px;
    border-left: 4px solid var(--primary-color);
    transition: all 0.2s ease;
}

.bpom-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.bpom-table-wrapper {
    overflow-x: auto;
    margin: 15px 0;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.bpom-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
    background: #fff;
}

.bpom-table th {
    background-color: var(--primary-color);
    color: #fff;
    padding: 14px 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.bpom-table th i {
    margin-right: 6px;
    font-size: 12px;
    color: var(--icon-color);
}

.bpom-table td {
    padding: 14px 15px;
    border-bottom: 1px solid var(--light-gray);
    font-size: 14px;
    color: var(--text-color);
    transition: all 0.2s ease;
}

.bpom-table tr:hover td {
    background-color: var(--bg-light);
    color: var(--primary-color);
}

.bpom-note {
    background: #fef3c7;
    border-left: 4px solid #f59e0b;
    padding: 15px;
    border-radius: 6px;
    margin-top: 15px;
}

.bpom-note i {
    color: #f59e0b;
    margin-right: 8px;
}

.bpom-note ul {
    margin: 8px 0 0 0;
    padding-left: 25px;
}

.bpom-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bpom-detail-list li {
    margin-bottom: 15px;
}

.bpom-detail-list li strong {
    display: block;
    margin-bottom: 5px;
    color: var(--text-color);
}

.bpom-detail-list li strong i {
    margin-right: 6px;
    color: var(--icon-color);
}

.bpom-detail-list li p {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

/* 响应式适配 */
@media (max-width: 768px) {
    .bpom-container {
        padding: 10px;
    }

    .bpom-header h2 {
        font-size: 20px;
    }

    .bpom-section-header {
        padding: 15px 15px;
    }

    .bpom-section-content {
        padding: 20px 15px;
    }

    .layout-row {
        flex-direction: column;
        gap: 20px;
    }

    .process-column, .docs-column {
        min-width: 100%;
    }

    .process-steps {
        padding-left: 40px;
    }

    .step-num {
        width: 35px;
        height: 35px;
        left: -40px;
        font-size: 16px;
    }

    .product-reg-docs {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .bpom-label-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .bpom-table th, .bpom-table td {
        padding: 12px 10px;
        font-size: 13px;
    }
}

/* 平滑滚动 & 加载动画 */
html {
    scroll-behavior: smooth;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.bpom-section {
    animation: fadeIn 0.5s ease forwards;
}

.bpom-section:nth-child(1) { animation-delay: 0.1s; }
.bpom-section:nth-child(2) { animation-delay: 0.2s; }
.bpom-section:nth-child(3) { animation-delay: 0.3s; }


/*商标服务CSS样式*/
    /* 全局基础样式 */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Inter', system-ui, -apple-system, sans-serif;
    }

    body {
        color: #374151;
        line-height: 1.5;
    }

    /* 1. 表情图标间距修复 */
    img.wp-smiley, 
    img.emoji {
        margin-right: 0.5rem;
        vertical-align: middle;
    }

    /* 2. ✅图标与文字间距修复 */
    .check-icon {
        margin-right: 0.5rem; /* 图标与文字的间距 */
        color: #10B981;
    }

    /* 3. 核心修复：列表左侧margin清零，确保与标题对齐 */
    .info-list {
        margin: 0 0 1.5em 0 !important; /* 关键修改：移除左侧3em margin，保留底部1.5em */
        padding-left: 0 !important; /* 移除默认缩进 */
        list-style: none;
    }

    /* 自定义工具类 */
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 1rem;
    }

    @media (min-width: 640px) {
        .container {
            max-width: 640px;
            padding: 0 1.5rem;
        }
    }

    @media (min-width: 768px) {
        .container {
            max-width: 768px;
        }
    }

    @media (min-width: 1024px) {
        .container {
            max-width: 1024px;
            padding: 0 2rem;
        }
    }

    @media (min-width: 1280px) {
        .container {
            max-width: 1280px;
        }
    }

    .section-padding {
        padding: 2rem 0;
    }

    @media (min-width: 768px) {
        .section-padding {
            padding: clamp(2rem, 5vw, 4rem) 0;
        }
    }

    .text-center {
        text-align: center;
    }

    .mb-4 {
        margin-bottom: 1rem;
    }

    .mb-6 {
        margin-bottom: 1.5rem;
    }

    .mb-12 {
        margin-bottom: 3rem;
    }

    .mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .max-w-3xl {
        max-width: 48rem;
    }

    .max-w-4xl {
        max-width: 56rem;
    }

    .w-20 {
        width: 5rem;
    }

    .h-1 {
        height: 0.25rem;
    }

    .rounded-xl {
        border-radius: 0.75rem;
    }

    .p-6 {
        padding: 1.5rem;
    }

    .px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .pb-6 {
        padding-bottom: 1.5rem;
    }

    .mt-1 {
        margin-top: 0.25rem;
    }

    .mt-6 {
        margin-top: 1.5rem;
    }

    .ml-2 {
        margin-left: 0.5rem;
    }

    .space-y-3 > * + * {
        margin-top: 0.75rem;
    }

    .space-y-4 > * + * {
        margin-top: 1rem;
    }

    .space-y-8 > * + * {
        margin-top: 2rem;
    }

    .space-y-12 > * + * {
        margin-top: 3rem;
    }

    .flex {
        display: flex;
    }

    .items-center {
        align-items: center;
    }

    .items-start {
        align-items: flex-start;
    }

    .justify-center {
        justify-content: center;
    }

    .justify-between {
        justify-content: space-between;
    }

    .text-left {
        text-align: left;
    }

    .text-right {
        text-align: right;
    }

    .w-full {
        width: 100%;
    }

    /* 颜色样式 */
    .text-thailand-blue {
        color: #2E42A5;
    }

    .text-thailand-red {
        color: #A51931;
    }

    .text-gray-600 {
        color: #4B5563;
    }

    .text-green-500 {
        color: #10B981;
    }

    .bg-thailand-blue {
        background-color: #2E42A5;
    }

    .bg-thailand-red {
        background-color: #A51931;
    }

    .bg-thailand-blue-10 {
        background-color: rgba(46, 66, 165, 0.1);
    }

    .bg-thailand-red-10 {
        background-color: rgba(165, 25, 49, 0.1);
    }

    .bg-thailand-blue-20 {
        background-color: rgba(46, 66, 165, 0.2);
    }

    .text-white {
        color: #FFFFFF;
    }

    /* 文字大小 */
    .text-sm {
        font-size: 0.875rem;
    }

    .text-lg {
        font-size: 1.125rem;
    }

    .text-xl {
        font-size: 1.25rem;
    }

    .text-2xl {
        font-size: 1.5rem;
    }

    /* 响应式网格布局 */
    .grid {
        display: grid;
        gap: 2rem;
    }

    @media (min-width: 768px) {
        .md\:grid-cols-2 {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .md\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .md\:col-span-2 {
            grid-column: span 2 / span 2;
        }

        .lg\:flex {
            display: flex;
        }

        .lg\:space-y-0 > * + * {
            margin-top: 0;
        }

        .lg\:w-5\/12 {
            width: 41.666667%;
        }

        .lg\:w-2\/12 {
            width: 16.666667%;
        }

        .lg\:mb-0 {
            margin-bottom: 0;
        }

        .lg\:text-right {
            text-align: right;
        }

        .lg\:block {
            display: block;
        }

        .lg\:hidden {
            display: none;
        }
    }

    /* 字体样式 */
    .font-bold {
        font-weight: 700;
    }

    .font-semibold {
        font-weight: 600;
    }

    /* 交互样式 */
    .hover\:shadow-lg:hover {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    }

    .transition-shadow {
        transition: box-shadow 0.3s ease;
    }

    .transition-transform {
        transition: transform 0.3s ease;
    }

    .transition-all {
        transition: all 0.3s ease;
    }

    .overflow-hidden {
        overflow: hidden;
    }

    /* 流程步骤样式 */
    .process-wrapper {
        position: relative;
        min-height: 800px;
        overflow: hidden;
    }

    .process-step-circle {
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        font-weight: 700;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 10;
        background-color: #2E42A5;
    }

    .process-line {
        position: absolute;
        left: 50%;
        top: 60px;
        bottom: 60px;
        width: 0.25rem;
        transform: translateX(-50%);
        z-index: 1;
    }

    /* FAQ样式 */
    .faqContent {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    /* 自定义图标容器 */
    .icon-container {
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }

    /* 其他文件模块li标签顶部对齐修复 */
    .documents-other-list {
        align-items: start;
        grid-template-rows: auto;
    }
    .documents-other-list li {
        align-self: start;
        margin-top: 0 !important;
    }




/* 取消全局平滑滚动，避免与回到顶部JS冲突 */
html, body {
    scroll-behavior: auto !important;
}

/* 优化回到顶部按钮的过渡动画，仅保留必要的opacity过渡 */
.generate-back-to-top {
    transition: opacity 300ms ease-in-out !important; /* 移除transform的过渡，仅保留透明度 */
    transform: translateY(1000px);
    z-index: 9999 !important; /* 提高z-index，避免被遮挡 */
}
.generate-back-to-top__show {
    transform: translateY(0) !important;
}

/* 首页样式 */

        /* 根变量定义 - 核心色系统一管理 */
        :root {
            --rj-blue: #003399;
            --rj-green: #00C853;
            --rj-dark: #050c2c;
            --text-main: #333333;
            --text-light: #666666;
            --text-title: #111111;
            --text-black: #000000;
            --bg-card: #f9fafb;
            --border-main: #e5e7eb;
            --side-padding: 10%;
            --card-hover-shadow: 0 8px 24px rgba(0,200,83,0.08);
            --transition-base: all 0.3s ease;
            --customer-bg: #16213c; /* 修改：客户模块背景色改为#16213c */
        }

        /* 全局基础样式 规范化 移除冗余 */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: sans-serif;
            overflow-x: hidden; /* 防止全屏背景横向滚动 */
            width: 100%;
            color: var(--text-main);
        }
        
        #rj-official-site {
            width: 100%;
        }
        
        /* 通用工具类 */
        .text-green { color: var(--rj-green) !important; }
        .text-center { text-align: center; }
        .flex { display: flex; }
        .flex-col { flex-direction: column; }
        .flex-wrap { flex-wrap: wrap; }
        .justify-center { justify-content: center; }
        .items-center { align-items: center; }
        .gap-20 { gap: 20px; } /* 恢复间距样式，使卡片有20px间距 */
        /* .gap-30 { gap: 30px; } */

        /* 通用Section样式 - 统一管理 */
        section {
            padding: 40px var(--side-padding);
            margin-bottom: 30px;
            width: 100%;
            background-color: #ffffff;
        }
        
        section.rj-footer { margin-bottom: 0; }
        
        /* 修改1：Hero模块背景全屏，内容宽度不变 */
        section.sec-bg-hero {
            background-color: var(--rj-dark) !important;
            color: #ffffff;
            min-height: 85vh;
            display: flex;
            align-items: flex-end;
            gap: 40px;
            padding-top: 60px;
            margin-top:-30px;
            /* 核心修改：实现背景全屏 */
            width: 100vw;
            margin-left: calc(50% - 50vw);
        }

        /* 通用标题样式 - 精简冗余 */
        .section-header {
            width: 100%;
            text-align: center;
            margin-bottom: 50px;
        }
        
        .section-title {
            font-size: 2.8rem;
            font-weight: 800;
            margin-bottom: 15px;
            color: var(--text-title);
        }
        
        .section-desc {
            font-size: 20px;
            color: var(--text-light);
        }

        /* 通用卡片样式 - 提取公共样式 减少冗余 */
        .card-base {
            background: var(--bg-card);
            border: 1px solid var(--border-main);
            border-radius: 12px;
            transition: var(--transition-base);
        }
        
        .card-base:hover {
            border-color: var(--rj-green);
            transform: translateY(-8px);
            box-shadow: var(--card-hover-shadow);
        }

        /* ========== Hero模块 ========== */
        .hero-left { flex: 1.2; display: flex; flex-direction: column; gap: 25px; }
        .hero-right { flex: 0.8; display: flex; flex-direction: column; margin-top: 0;}
        
        .hero-title {
            font-size: 3.8rem;
            line-height: 1.1;
            margin-bottom: 0;
            font-weight: 900;
            color: white;
        }
        
        .hero-dynamic-text {
            padding: 20px;
            background: rgba(255,255,255,0.05);
            border-left: 4px solid var(--rj-blue);
            margin-bottom: 0;
            font-size: 1.1rem;
        }
        
        .bad-word {
            text-decoration: line-through;
            opacity: 0.5;
            margin-right: 8px;
        }
        
        /* 合规初筛器 */
        .compliance-calculator {
            padding: 25px;
            width: 100%;
            flex-shrink: 0;
        }
        
        .calc-header {
            color: var(--text-title);
            font-size: 1.2rem;
            font-weight: bold;
            margin-bottom: 20px;
        }
        
        .calc-inputs {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }
        
        .calc-inputs select {
            background: #ffffff;
            color: var(--text-main);
            border: 1px solid var(--border-main);
            padding: 10px;
            border-radius: 6px;
            flex: 1;
            height: 46px;
            width:50%
        }
        
        .calc-inputs button {
            background: var(--rj-green);
            color: #ffffff;
            border: none;
            padding: 10px 20px;
            border-radius: 6px;
            cursor: pointer;
            font-weight: bold;
            height: 46px;
        }
        
        #calc-result {
            color: var(--text-title);
            line-height: 1.6;
            padding-top: 10px;
            font-weight: 500;
            min-height: 60px;
        }

        /* 仪表盘 */
        .dashboard-mockup {
            padding: 25px;
            width: 100%;
            overflow-y: auto;
            scrollbar-width: thin;
            scrollbar-color: var(--rj-green) var(--border-main);
        }
        
        /* 滚动条样式优化 */
        .dashboard-mockup::-webkit-scrollbar { width: 6px; }
        .dashboard-mockup::-webkit-scrollbar-track {
            background: var(--border-main);
            border-radius: 3px;
        }
        .dashboard-mockup::-webkit-scrollbar-thumb {
            background-color: var(--rj-green);
            border-radius: 3px;
        }
        
        .dash-cert-title {
            font-size: 1rem;
            font-weight: 700;
            color: var(--text-black);
            margin-bottom: 18px;
            padding-bottom: 10px;
            border-bottom: 1px solid var(--border-main);
            line-height: 1.4;
        }
        
        .dash-cert-title .cert-name {
            color: var(--rj-green);
            font-weight: 800;
        }
        
        .dash-process-list {
            list-style: none;
            padding: 0;
            margin: 0 0 20px 0;
        }
        
        .dash-process-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            color: var(--text-black);
            font-size: 0.92rem;
            line-height: 1.6;
            margin-bottom: 12px;
            padding-left: 2px;
        }
        
        .process-num {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 22px;
            height: 22px;
            background: var(--rj-green);
            color: #fff !important;
            border-radius: 50%;
            font-size: 0.8rem;
            font-weight: 600;
            flex-shrink: 0;
        }
        
        .dash-line {
            color: var(--text-black) !important;
            font-weight: 500;
            margin-bottom: 8px;
            font-size: 0.9rem;
        }
        
        .progress-bar {
            background: var(--border-main);
            height: 8px;
            border-radius: 4px;
            margin-top: 8px;
            margin-bottom: 20px;
            overflow: hidden;
        }
        
        .progress-fill {
            background: var(--rj-green);
            height: 100%;
            border-radius: 4px;
        }
        
        .grid-box {
            color: var(--text-main);
            padding: 8px;
            border:1px solid var(--border-main);
            border-radius:6px;
            margin:0 5px;
            display:inline-block;
            font-size: 0.85rem;
        }

        /* ========== 价值卡片模块 ========== */
        .value-card {
            flex: 1;
            min-width: 300px;
            padding: 40px;
            border-radius: 15px;
        }
        
        .value-icon {
            font-size: 4rem;
            margin-bottom: 25px;
            display: block;
            transition: transform 0.3s ease;
            color: var(--rj-green);
        }
        
        .value-card h3 {
            color: var(--text-title) !important;
            font-size: 1.5rem;
            font-weight: 700;
            margin-top: 0;
            margin-bottom: 15px;
        }
        
        .value-card p {
            line-height: 1.6;
            font-size: 1rem;
        }

        /* ========== 核心修改：服务板块改为横向布局 ========== */
        .rj-services {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 40px;
        }
        
        .service-layer {
            flex: 1;
            min-width: 300px;
            position: relative;
            padding: 40px 30px;
            border-radius: 20px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
        }
        
        .layer-business {
            background-image: linear-gradient(to right, rgba(245,247,250,0.95), rgba(250,250,250,0.9)), url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1200&q=80');
            background-size: cover;
            background-position: center;
        }
        
        .layer-cert {
            background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
        }
        
        .layer-ip {
            background-image: linear-gradient(to right, rgba(245,247,250,0.95), rgba(250,250,250,0.9)), url('https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1200&q=80');
            background-size: cover;
            background-position: center;
        }
        
        .layer-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(0,200,83,0.08) 0%, transparent 60%);
            opacity: 0;
            transition: opacity 0.4s;
            pointer-events: none;
            z-index: 1;
        }
        
        .service-layer:hover .layer-overlay { opacity: 1; }
        
        .layer-content {
            position: relative;
            z-index: 2;
            transition: 0.5s;
        }
        
        .service-layer:hover .layer-content { transform: translateX(15px); }
        
        .layer-num {
            color: var(--rj-green);
            font-size: 1.2rem;
            font-weight: bold;
        }
        
        .layer-content h2 {
            color: var(--text-title) !important;
            font-weight: 800 !important;
            font-size: 1.8rem;
            margin-bottom: 10px;
            letter-spacing: 1px;
        }
        
        .layer-content p {
            font-size: 0.95rem;
            line-height: 1.6;
        }
        
        .badge {
            background: var(--rj-green);
            color: #ffffff !important;
            font-size: 0.8rem;
            padding: 4px 12px;
            border-radius: 50px;
            margin-left: 15px;
        }
        
        .layer-link { text-decoration: none; display: block; }
        
        .layer-explore {
            margin-top: 20px;
            font-weight: bold;
            color: var(--rj-green);
            display: flex;
            align-items: center;
            gap: 10px;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.4s ease;
        }
        
        .service-layer:hover .layer-explore { opacity: 1; transform: translateY(0); }
        
        .arrow { transition: transform 0.3s ease; }
        
        .service-layer:hover .arrow { transform: translateX(8px); }

        /* 认证类目卡片 */
        .cert-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 10px;
            margin: 20px 0;
        }
        
        .cert-item {
            background: #ffffff;
            border: 1px solid var(--border-main);
            border-radius: 8px;
            padding: 10px;
            text-align: center;
            font-weight: 600;
            font-size: 0.85rem;
            transition: var(--transition-base);
        }
        
        .cert-item:hover {
            background: var(--rj-green);
            color: #ffffff !important;
            transform: scale(1.05);
        }

        /* ========== 新增：全链路合规服务板块 ========== */
        .full-link-service {
            padding: 50px;
            border-radius: 20px;
            margin-top: 20px;
            text-align: center;
        }
        
        .full-link-title {
            font-size: 2rem;
            font-weight: 800;
            color: var(--text-title);
            margin-bottom: 20px;
        }
        
        .full-link-desc {
            font-size: 1.1rem;
            color: var(--text-light);
            line-height: 1.8;
            max-width: 800px;
            margin: 0 auto 30px;
        }
        
        .full-link-features {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            justify-content: center;
            margin-top: 20px;
        }
        
        .feature-tag {
            background: rgba(0,200,83,0.1);
            color: var(--rj-green);
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 600;
        }

        /* ========== 东南亚公司注册SOP流程 ========== */
        .flow-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: flex-start;
            gap: 25px;
            width: 100%;
            margin: 0 auto;
            position: relative;
        }
        
        .flow-item {
            flex: 0 0 calc(33.333% - 20px);
            max-width: calc(33.333% - 20px);
            padding: 18px 15px;
            text-align: center;
            z-index: 2;
        }
        
        .flow-icon {
            font-size: 1.8rem;
            margin-bottom: 10px;
            display: block;
            color: var(--rj-green);
        }
        
        .flow-num {
            width: 28px;
            height: 28px;
            line-height: 28px;
            background: #ffffff;
            border: 1px solid var(--rj-green);
            border-radius: 50%;
            display: inline-block;
            margin-bottom: 10px;
            font-size: 0.8rem;
            color: var(--rj-green);
        }
        
        .flow-item h3 {
            color: var(--text-title);
            font-size: 0.95rem;
            font-weight: 700;
            margin-bottom: 6px;
        }
        
        .flow-item p {
            color: var(--text-light);
            font-size: 0.8rem;
            line-height: 1.5;
            margin: 0;
        }

        /* ========== 产品认证引擎 ========== */
        .engine-pipeline-wrap {
            width: 100%;
            overflow-x: auto;
            margin-bottom: 40px;
            padding: 20px 0;
            -webkit-overflow-scrolling: touch;
        }
        
        .engine-pipeline-wrap::-webkit-scrollbar { display: none; }
        
        .engine-pipeline {
            display: flex;
            justify-content: space-between;
            position: relative;
            min-width: 800px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .pipeline-line {
            position: absolute;
            top: 25px;
            left: 40px;
            right: 40px;
            height: 2px;
            background: var(--border-main);
            z-index: 1;
        }
        
        .engine-node {
            position: relative;
            z-index: 2;
            cursor: pointer;
            flex: 1;
            text-align: center;
        }
        
        .node-circle {
            width: 50px;
            height: 50px;
            background: #ffffff;
            border: 2px solid var(--border-main);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s;
            margin: 0 auto 10px;
            color: var(--text-main);
            font-weight: bold;
        }
        
        .engine-node.active .node-circle {
            background: var(--rj-green);
            border-color: var(--rj-green);
            box-shadow: 0 0 15px rgba(0,200,83,0.2);
            color: #ffffff;
        }
        
        .node-label {
            font-size: 0.9rem;
            color: var(--text-main);
        }
        
        .engine-node.active .node-label {
            color: var(--text-title);
            font-weight: bold;
        }

        /* 认证引擎数据面板 */
        .engine-dashboard {
            /* max-width: 800px; */
            margin: 0 auto;
            padding: 40px;
            border-radius: 15px;
        }
        
        .dashboard-header {
            border-bottom: 1px solid var(--border-main);
            padding-bottom: 15px;
            margin-bottom: 25px;
            font-weight: bold;
            color: var(--text-title);
        }
        
        .status-dot {
            display: inline-block;
            width: 10px;
            height: 10px;
            background: var(--rj-green);
            border-radius: 50%;
            margin-right: 10px;
            box-shadow: 0 0 8px rgba(0,200,83,0.3);
        }
        
        .dashboard-body {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
        }
        
        .dashboard-info {
            flex: 1;
            min-width: 280px;
        }
        
        .dashboard-info h4 {
            color: var(--rj-green);
            margin-top: 0;
            font-size: 1.2rem;
        }
        
        .dashboard-info ul {
            padding-left: 20px;
            line-height: 1.8;
        }
        
        .dashboard-stats {
            flex: 0 0 300px;
            border-left: 1px solid var(--border-main);
            padding-left: 30px;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .stat-label { font-size: 0.9rem; color: var(--text-light); }
        
        .stat-value {
            font-size: 2rem;
            color: var(--rj-green);
            font-weight: 800;
            display: block;
        }

        /* ========== 地图板块 ========== */
        .map-container {
            display: flex;
            height: 500px;
            border-radius: 20px;
            overflow: hidden;
            border:1px solid var(--border-main);
            position: relative;
            max-width: 100%;
            margin: 0 auto;
        }
        
        .stylized-map {
            flex: 1;
            position: relative;
            background: url('http://106.53.76.89/wp-content/uploads/2026/01/fIh7Y7tUt-scaled.jpg') center/cover no-repeat;
            opacity: 0.98;
            width: 100%;
            height: 100%;
        }
        
        .hotspot {
            position: absolute;
            width: 18px;
            height: 18px;
            background: #FF3333;
            border: 2px solid #FFFFFF;
            border-radius: 50%;
            box-shadow: 0 0 18px #FF3333;
            animation: ripple 2s infinite;
            cursor: pointer;
            z-index: 2;
            transform: translate(-50%, -50%);
        }
        
        /* 热点定位 */
        .hotspot[data-country="越南"] { top: 19%; left: 34%; }
        .hotspot[data-country="泰国"] { top: 34%; left: 25%; }
        .hotspot[data-country="马来西亚"] { top: 63%; left: 26%; }
        .hotspot[data-country="菲律宾"] { top: 39%; left: 68%; }
        .hotspot[data-country="印尼"] { top: 89%; left: 37%; }
        
        @keyframes ripple {
            0% { box-shadow: 0 0 0 0 rgba(255,51,51,0.6); }
            100% { box-shadow: 0 0 0 22px rgba(255,51,51,0); }
        }
        
        .map-sidebar {
            flex: 1;
            background: #ffffff;
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 20px;
            border-left: 3px solid var(--rj-green);
        }
        
        .map-country-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
            transition: var(--transition-base);
        }
        
        .map-country-img:hover { transform: scale(1.02); }
        
        .map-country-name {
            font-size: 2rem;
            font-weight: 900;
            color: var(--rj-green);
            margin: 0;
            padding: 0;
        }
        
        .map-country-desc {
            font-size: 1rem;
            line-height: 1.7;
            text-align: center;
            margin: 0;
            padding: 0;
            width: 100%;
        }

        /* ========== 修改：我们服务的客户 ========== */
        .rj-customers {
            background-color: var(--customer-bg); /* 已修改为#16213c */
            padding: 60px var(--side-padding);
            margin-bottom: 30px;
            /* 修改2：客户模块背景全屏，内容宽度不变 */
            width: 100vw;
            margin-left: calc(50% - 50vw);
        }
        
        .rj-customers .section-header {
            margin-bottom: 40px;
        }
        
        .rj-customers .section-title {
            color: #ffffff;
        }
        
        .rj-customers .section-desc {
            color: #cccccc;
        }
        
        .customer-container {
            max-width: 100%;
            margin: 0 auto;
            padding: 20px 0;
            overflow: hidden;
            position: relative;
            height: 120px;
        }
        
        .customer-scroll-wrapper {
            display: flex;
            white-space: nowrap;
            animation: scroll 20s linear infinite;
            align-items: center;
            height: 100%;
        }
        
        .customer-container:hover .customer-scroll-wrapper {
            animation-play-state: paused;
        }
        
        /* 修改3：客户卡片样式 - 取消背景、修改文字颜色、放大加粗 */
        .customer-card {
            display: inline-block;
            width: auto;
            /*min-width: 220px;*/
            padding: 0 !important; /* 移除内边距 */
            margin: 0 20px !important; /* 调整间距 */
            background: none !important; /* 取消背景 */
            border: none !important; /* 取消边框 */
            border-radius: 0 !important; /* 取消圆角 */
            transition: none !important; /* 取消过渡效果 */
        }
        
        .customer-card:hover {
            background: none !important; /* 悬停也无背景 */
            transform: none !important; /* 取消悬停变形 */
            box-shadow: none !important; /* 取消阴影 */
        }
        
        .customer-logo {
            display: none; /* 隐藏logo，只显示文字 */
        }
        
        /* 修改3：客户文字样式 - 颜色#6a8ee7、放大、加粗 */
        .customer-name {
            color: #4c66a8 !important;
            font-weight: 900 !important; /* 极致加粗 */
            font-size: 3.8rem !important; /* 放大字体 */
            text-align: center;
            transition: color 0.3s ease !important;
			margin-bottom:0;
        }
        
        .customer-card:hover .customer-name {
            color: var(--rj-green) !important; /* 悬停仍保持绿色效果 */
            transform: scale(1.1) !important;
        }
        
        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-100%);
            }
        }

        /* ========== 修改：值得信赖的合作伙伴 ========== */
        .rj-partners {
            padding: 40px var(--side-padding);
        }
        
        .partner-container {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 15px;
            justify-items: center;
            align-items: center;
            max-width: 100%;
            margin: 0 auto;
        }
        
        .partner-card {
            padding:10px;
            width: 100%;
            background: var(--bg-card);
            border-radius: 12px;
            transition: var(--transition-base);
		       display: flex;
  				 flex-direction: column;
  				align-items: center; /* 核心：强制子元素水平居中，不受图片宽度影响 */
  				justify-content: center;
  				padding: 20px 15px;
  				min-height: 140px;
  				margin: 0;
  				box-sizing: border-box;
			    
        }
        
        .partner-logo {		
            border-radius: 100px;
            object-fit: contain;
            filter: grayscale(80%);
            transition: filter 0.3s ease;
            border: 2px solid transparent;
			    display: block;
			    margin: 0px auto 10px auto;
				 width: 60%;
			    max-width: 100%;
			margin-bottom:10px
			 
        }
        
        .partner-card:hover .partner-logo {
            filter: grayscale(0);
            border-color: var(--rj-green);
        }
        
        .partner-name {
            color: var(--text-title);
            font-weight: 600;
            font-size: 0.85rem;
            margin: 0;
            text-align: center;
            line-height: 1.4;
        }

        /* ========== 底部模块 ========== */
        .rj-footer {
            text-align: center;
        }
        
        .rj-footer h2 {
            color: var(--text-title);
            font-size: 1.8rem;
            font-weight: bold;
            margin-bottom: 30px;
        }
        
        .btn-large {
            background: var(--rj-green);
            color: #ffffff !important;
            padding: 22px 60px;
            font-size: 1rem;
            font-weight: bold;
            border: none;
            border-radius: 8px;
            cursor: pointer;
        }
        
        .company-info {
            color: var(--text-light);
            margin-top: 30px;
            font-size: 1rem;
        }

        /* ========== 移动端适配 ========== */
        @media (max-width: 768px) {
            :root { --side-padding: 5%; }
            
            .section-title { font-size: 2rem; }
            
            /* Hero模块 */
            .sec-bg-hero { 
                flex-direction: column; 
                min-height: auto; 
                align-items: center; 
                width: 100vw !important; /* 移动端保持全屏 */
                margin-left: calc(50% - 50vw) !important;
            }
            
            .hero-left, .hero-right { 
                flex: 1 1 100%; 
                width: 100%; 
            }
            
            .hero-right { margin-top: 20px; }
            
            /* 服务板块 */
            .rj-services { flex-direction: column; }
            
            .service-layer {
                min-width: 100%;
                margin-bottom: 20px;
            }
            
            .layer-content h2 { font-size: 1.5rem; }
            
            /* 流程模块 */
            .flow-item {
                flex: 0 0 100%;
                max-width: 100%;
                margin-bottom: 15px;
            }
            
            /* 认证引擎 */
            .engine-dashboard { padding: 25px; }
            
            .dashboard-stats {
                flex: 1 1 100%;
                border-left: none;
                border-top: 1px solid var(--border-main);
                padding-left: 0;
                padding-top: 25px;
                flex-direction: row;
                justify-content: space-between;
            }
            
            .stat-value { font-size: 1.6rem; }
            
            /* 地图模块 */
            .map-container { height: 400px; flex-direction: column; }
            
            .map-sidebar {
                flex: 1;
                border-left: none;
                border-top: 3px solid var(--rj-green);
                padding: 20px;
            }
            
            .map-country-name { font-size: 1.5rem; }
            
            .hotspot {
                width: 14px;
                height: 14px;
            }
            
            /* 客户模块 - 移动端适配 */
            .rj-customers {
                width: 100vw !important;
                margin-left: calc(50% - 50vw) !important;
            }
            
            .customer-container {
                height: 100px;
            }
            
            .customer-card {
                min-width: 180px;
                margin: 0 15px !important;
            }
            
            .customer-name {
                font-size: 1.4rem !important; /* 移动端适配字体大小 */
            }
            
            /* 合作伙伴模块 - 移动端适配 */
            .partner-container {
                grid-template-columns: repeat(2, 1fr);
                gap: 10px;
            }
            
            .partner-logo {
                width: 60px;
                height: 60px;
            }
            
            .partner-name {
                font-size: 0.75rem;
            }
            
            /* 全链路服务 */
            .full-link-service { padding: 30px 20px; }
            .full-link-title { font-size: 1.6rem; }
            .full-link-desc { font-size: 1rem; }
        }

/* 小工具样式 */

/* 1. 整体模块核心样式：背景色、固定高度、左右布局+垂直居中 */
#product_filters_bar.product-sort-bar {
    display: flex;
    align-items: center; /* 核心：子元素整体垂直居中 */
    justify-content: space-between;
    width: 100%;
    padding: 8px 10px !important; /* 少量内边距，保证垂直居中视觉效果 */
    box-sizing: border-box;
    flex-wrap: nowrap;
    background-color: #eeeeee !important; /* 模块背景色#eeeeee */
    height: 40px !important; /* 固定模块高度，便于垂直居中 */
    line-height: 40px !important; /* 行高与高度一致，辅助文字垂直居中 */
    margin: 0 !important;
    border: none !important;
}

/* 2. 隐藏不需要的过滤模块 */
#block-16, #block-17, #block-18, #block-19, #block-47 {
    display: none !important;
}

/* 3. 左侧滚动文字：放大字号、滚动效果+垂直居中 */
#block-51.filter-widget.widget_block.widget_text {
    width: 62% !important;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important; /* 继承父容器高度 */
    display: flex; /* 让p标签垂直居中 */
    align-items: center;
}

#block-51.widget_text p {
    margin: 0 !important;
    color: #333;
    font-size: 16px !important; /* 放大的文字大小 */
    animation: scroll-text 18s linear infinite;
    transform: translateX(100%);
    line-height: 1.2 !important; /* 取消行高继承，避免文字变形 */
    height: auto !important;
}

/* 滚动动画关键帧 */
@keyframes scroll-text {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* 4. 右侧搜索框区域：修正选择器 + 覆盖干扰margin + 垂直居中 */
#block-52.filter-widget.widget_block.product-search-widget {
    width: 33% !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important; /* 继承父容器高度 */
    display: flex; /* 让搜索容器垂直居中 */
    align-items: center;
    justify-content: flex-end; /* 搜索框右对齐 */
}

/* 核心修复：覆盖搜索框容器的干扰margin，彻底解决垂直居中问题 */
#block-52 .widget.product_search.search.widget_search {
    margin: 0 !important; /* 覆盖原有margin: 0 10px 10px 0 */
    padding: 0 !important;
    width: 100% !important;
    height: auto !important;
}

/* 搜索容器：布局+垂直居中 */
#block-52 .ic-search-container {
    display: flex;
    align-items: center; /* 输入框和按钮垂直居中 */
    width: 100%;
    height: 30px !important; /* 搜索框整体高度 */
    margin: 0 !important;
    padding: 0 !important;
}

/* 搜索输入框：优化宽度、圆角、高度+垂直居中 */
#block-52 .product-search-box {
    width: calc(100% - 30px) !important; /* 预留搜索按钮宽度 */
    border: 1px solid #ddd !important;
    border-radius: 15px 0 0 15px !important; /* 适配高度的圆角 */
    padding: 0 15px !important; /* 仅左右内边距，垂直无内边距 */
    outline: none !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    height: 30px !important; /* 固定高度 */
    line-height: 30px !important; /* 行高与高度一致，文字垂直居中 */
    border-right: none !important;
}

/* 搜索按钮：显示搜索图标、适配圆角和高度+垂直居中 */
#block-52 .product-search-submit {
    width: 30px !important;
    height: 30px !important; /* 与输入框同高 */
    border-radius: 0 15px 15px 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f5f5f5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center !important;
    border: 1px solid #ddd !important;
    border-left: none !important;
    cursor: pointer;
    line-height: 30px !important; /* 辅助垂直居中 */
}

/* 5. 移动端适配 */
@media (max-width: 768px) {
    #product_filters_bar.product-sort-bar {
        flex-direction: column;
        padding: 8px 10px !important;
        height: auto !important; /* 移动端取消固定高度 */
        line-height: 1.2 !important;
    }
    #block-51.filter-widget.widget_block.widget_text,
    #block-52.filter-widget.widget_block.product-search-widget {
        width: 100% !important;
        margin-bottom: 8px !important;
        height: auto !important;
    }
    #block-51.widget_text p {
        animation: none !important;
        white-space: normal !important;
        transform: none !important;
        font-size: 15px !important;
    }
    #block-52 .product-search-box {
        height: 32px !important;
        line-height: 32px !important;
    }
    #block-52 .product-search-submit {
        height: 32px !important;
        line-height: 32px !important;
    }
}




/* 报价管理系统 - 核心样式 */
/* 报价管理系统 - 核心样式 */
.pms-outer-container { max-width: 1200px; margin: 0 auto; width: 100%; }
.pms-filter-bar { 
    display: flex; 
    gap: 15px; 
    margin-bottom: 25px; 
    background: #f8fafc; 
    padding: 20px; 
    border-radius: 10px; 
    border: 1px solid #e2e8f0;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
}
/* 带复选框的下拉多选容器样式 */
.checkbox-select {
    flex: 1;
    min-width: 0;
    position: relative;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
}
.checkbox-select .select-trigger {
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkbox-select .select-trigger::after {
    content: "▼";
    font-size: 12px;
    color: #64748b;
}
.checkbox-select .select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #cbd5e1;
    border-top: none;
    border-radius: 0 0 6px 6px;
    z-index: 999;
    display: none;
    padding: 5px 0;
}
.checkbox-select.open .select-options {
    display: block;
}
.checkbox-select .option-item {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.checkbox-select .option-item:hover {
    background: #f1f5f9;
}
.checkbox-select .option-item input[type="checkbox"] {
    margin-right: 8px;
    cursor: pointer;
}
.checkbox-select .selected-tips {
    color: #64748b;
    font-size: 13px;
}

.pms-filter-bar button { 
    background: #2271b1; 
    color: #fff; 
    border: none; 
    padding: 10px 30px; 
    border-radius: 6px; 
    cursor: pointer;
    font-weight: bold;
    transition: background 0.2s;
}
.pms-filter-bar button#export-btn {
    background: #16a34a; /* 导出按钮绿色区分 */
}
.pms-filter-bar button#reset-btn {
    background: #64748b; /* 清空按钮灰色区分 */
}
.pms-filter-bar button:hover { background: #135e96; }
.pms-filter-bar button#export-btn:hover {
    background: #15803d;
}
.pms-filter-bar button#reset-btn:hover {
    background: #475569;
}
#pms-output { width: 100%; min-height: 100px; }
.pms-item-check { width: 20px; height: 20px; cursor: pointer; }
.pms-loading { text-align: center; padding: 20px; color: #64748b; display: none; }
.pms-no-more { text-align: center; padding: 20px; color: #94a3b8; }

/* 国家/类别标签样式 - 服务名称后展示 */
.pms-term-tag {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    margin-left: 8px;
    color: #fff;
    font-weight: normal;
}
.pms-country-tag { background: #2563eb; } /* 国家标签-蓝色 */
.pms-cat-tag { background: #f97316; } /* 类别标签-橙色 */

/* 详情展开样式优化 */
details summary {
    list-style: none; /* 移除默认箭头 */
    display: flex !important; /* 强制flex布局 */
    align-items: center !important; /* 垂直居中 */
    padding: 15px 20px !important;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}
/* 自定义箭头样式，与文字同行 */
details summary::before {
    content: "▶";
    display: inline-block;
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.2s;
}
details[open] summary::before {
    transform: rotate(90deg); /* 展开时箭头旋转 */
}
/* 隐藏默认箭头（兼容不同浏览器） */
details summary::-webkit-details-marker {
    display: none;
}

/* 详情hover提示 */
.pms-summary-wrap {
    cursor: pointer;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap; /* 强制一行显示 */
}
/* 未展开时的提示 */
.pms-summary-wrap:hover::after {
    content: "点击展开服务项目详情";
    position: absolute;
    top: 100%;
    left: 0;
    background: #333;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 999;
    pointer-events: none;
}
/* 展开后的提示 */
details[open] .pms-summary-wrap:hover::after {
    content: "关闭服务项目详情";
}

/* 表格列宽度定义 */
.pms-col-select { width: 40px !important; } /* 选择列 */
.pms-col-item { width: 150px !important; } /* 服务项目列 */
.pms-col-price { width: 100px !important; } /* 价格类列（原币/币种/成本/渠道价/直客价） */
.pms-col-mate { width: 450px !important; } /* 所需资料列 */
.pms-col-note { width: 250px !important; } /* 备注列（最宽） */

/* 后台录入表格样式 */
.pms-admin-scroll-container { 
    width: 100%; 
    overflow-x: auto; 
    margin-top: 10px;
    border: 1px solid #ccc;
}
.pms-admin-table { 
    width: 100%; 
    border-collapse: collapse; 
    font-size: 13px; 
    table-layout: auto;
    min-width: 1000px;
}
.pms-admin-table th, .pms-admin-table td { 
    border: 1px solid #ccc; 
    padding: 8px; 
    text-align: left; 
    vertical-align: middle; 
    white-space: nowrap;
}
.pms-admin-table th { background: #f0f0f0; }
.pms-admin-table input[type="text"], 
.pms-admin-table input[type="number"],
.pms-admin-table select,
.pms-admin-table textarea { 
    width: 100%; 
    box-sizing: border-box; 
    min-width: 80px;
}
.p_name { min-width: 150px !important; }
.p_mate, .p_note { min-width: 180px !important; }
.cost-cell-stack { display: flex; flex-direction: column; gap: 5px; min-width: 100px; }
.add-row-btn { margin-top: 10px; padding: 5px 15px; background: #2271b1; color: #fff; border: none; cursor: pointer; border-radius: 3px; }
.calc-loading { font-size: 11px; color: #2271b1; display: none; margin-top: 2px; }

/* 响应式适配 */
@media (max-width: 768px) {
    .pms-filter-bar { flex-direction: column; }
    .pms-filter-bar .checkbox-select, .pms-filter-bar button { width: 100%; margin-bottom: 10px; }
    .checkbox-select .select-options { max-height: 150px; }
}




/* 后台服务录入表格容器样式 - 核心修复溢出问题 */
.pms-admin-scroll-container {
    width: 100%;
    max-width: 100%;
    overflow-x: auto; /* 内容超宽时显示水平滚动条 */
    margin: 10px 0;
    border: 1px solid #e1e1e1;
}

/* 后台录入表格基础样式 */
.pms-admin-table {
    width: 100%;
    min-width: 1200px; /* 保证表格最小宽度，避免挤压缩小输入框 */
    border-collapse: collapse;
}

/* 表格单元格样式 */
.pms-admin-table th, 
.pms-admin-table td {
    padding: 8px 10px;
    border: 1px solid #e1e1e1;
    vertical-align: middle;
}

/* 所有输入框/下拉框/文本域统一宽度控制 */
.pms-admin-table input[type="text"],
.pms-admin-table input[type="number"],
.pms-admin-table select,
.pms-admin-table textarea {
    width: 100%;
    min-width: 100px; /* 输入框最小宽度，避免过窄 */
    max-width: 200px; /* 输入框最大宽度，防止过宽溢出 */
    padding: 4px 6px;
    box-sizing: border-box;
}

/* 成本(原币/币种)单元格特殊布局 */
.cost-cell-stack {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: nowrap;
}
.cost-cell-stack input[type="number"] {
    flex: 1;
    min-width: 80px;
}
.cost-cell-stack select {
    min-width: 80px;
    flex: 0 0 auto;
}
.calc-loading {
    font-size: 12px;
    color: #0073aa;
    display: none;
    margin-left: 5px;
}




/*文章列表页样式*/
/* 文本域样式优化（所需资料/备注列） */
.pms-admin-table textarea {
    min-height: 60px;
    resize: vertical; /* 仅允许垂直拉伸，避免水平拉伸溢出 */
}

/* 按钮样式优化 */
.add-row-btn {
    margin: 10px 0;
    padding: 6px 12px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.add-row-btn:hover {
    background: #006799;
}



/* 文章列表项卡片化 */
.blog .inside-article,
.archive .inside-article {
    padding: 20px; /* 内边距 */
    border: 1px solid #eee; /* 边框 */
    border-radius: 8px; /* 圆角 */
    box-shadow: 0 2px 4px rgba(0,0,0,0.05); /* 轻微阴影 */
    background: #fff; /* 背景色 */
}

/* 鼠标悬停时卡片效果 */
.blog article:hover .inside-article,
.archive article:hover .inside-article {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* 加深阴影 */
    transform: translateY(-2px); /* 轻微上移 */
    transition: all 0.3s ease; /* 过渡动画 */
}

/* 文章列表标题样式 */
.blog .entry-title,
.archive .entry-title {
    font-size: 1.5rem; /* 标题字号 */
    line-height: 1.4; /* 行高 */
    margin-bottom: 10px; /* 标题下方间距 */
}

/* 标题链接颜色 */
.blog .entry-title a,
.archive .entry-title a {
    color: #2d3748; /* 常规颜色 */
}

/* 标题 hover 颜色 */
.blog .entry-title a:hover,
.archive .entry-title a:hover {
    color: #4299e1; /* 悬停颜色（蓝色） */
    text-decoration: none; /* 取消下划线 */
}

/* 文章列表缩略图 */
.blog .post-image img,
.archive .post-image img {
    border-radius: 6px; /* 缩略图圆角 */
    object-fit: cover; /* 图片裁剪适配 */
    width: 100%; /* 宽度100% */
    height: 200px; /* 固定高度 */
}

/* 调整缩略图位置（比如居左，文字环绕） */
.blog .post-image-aligned-left .post-image,
.archive .post-image-aligned-left .post-image {
    margin-right: 20px; /* 右侧间距 */
    max-width: 300px; /* 最大宽度 */
}