/* 相关推荐统一样式 (2026-09-01 全站四类详情页交叉关联) */
.rel-rec{margin-top:28px;background:#fff;border:1px solid #f0f0f0;border-radius:10px;padding:22px 24px;box-shadow:0 2px 12px rgba(0,0,0,.05);}
.rel-rec-title{font-size:20px;font-weight:700;color:#c7000b;padding-left:12px;border-left:4px solid #c7000b;line-height:1.2;margin-bottom:16px;}
.rel-rec-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.rel-rec-col{background:#faf9f9;border-radius:8px;padding:13px 16px;transition:box-shadow .2s;}
.rel-rec-col:hover{box-shadow:0 2px 10px rgba(199,0,11,.08);}
.rel-rec-head{font-size:15px;font-weight:600;color:#c7000b;margin-bottom:8px;position:relative;padding-left:12px;}
.rel-rec-head::before{content:"";position:absolute;left:0;top:3px;bottom:3px;width:3px;border-radius:2px;background:#c7000b;}
.rel-rec-list{list-style:none;margin:0;padding:0;}
.rel-rec-list li{padding:7px 0;border-bottom:1px dashed #e8e6e6;line-height:1.6;}
.rel-rec-list li:last-child{border-bottom:none;}
.rel-rec-list a{color:#444;font-size:14px;text-decoration:none;transition:color .2s;}
.rel-rec-list a:hover{color:#c7000b;}
@media(max-width:768px){.rel-rec-grid{grid-template-columns:1fr;}.rel-rec{padding:15px 16px;}}

/* 详情页底部咨询 CTA */
.cta-consult{margin-top:24px;padding:18px 22px;background:linear-gradient(90deg,#fff6f6,#fff);border:1px solid #f0d5d7;border-left:4px solid #c7000b;border-radius:8px;}
.cta-consult-text{margin:0;font-size:15px;line-height:1.9;color:#444;}
.cta-consult-tel{color:#c7000b;font-weight:700;font-size:16px;text-decoration:none;}
.cta-consult-tel:hover{text-decoration:underline;}
