.abouttabs-nav{position:sticky;top:70px;background:#fff;z-index:1;}
.abouttabs-nav .kche-t149-item{cursor:pointer;;}
article p{font-size:16px;color:#333;line-height:25.6px;}

/* ===========================================================
   2026-07-29 客户反馈第 7/10 条补充
   正文已按参考站的 kche 区块重排（见 wp 页面 42 的 post_content），
   下面只是几处参考站没覆盖到的收尾。
   =========================================================== */

/* 吸顶的锚点导航：参考站只写了 position:sticky，滚动起来会跟正文重叠。
   补一条下边框 + 少量内边距，把它和下面的内容分开。 */
.abouttabs-nav{
	padding-bottom:6px;
	box-shadow:0 6px 10px -8px rgba(0,0,0,.25);
}
.abouttabs-nav .kche-t149-item.active,
.abouttabs-nav .kche-t149-item:hover{
	border-color:var(--color);
	color:var(--color);
}

/* 段落大标题之间留出呼吸，参考站是靠一堆空 <p>&nbsp;</p> 撑的，我们不写那些垃圾节点 */
.about-us .kche-t5{margin-top:56px;margin-bottom:10px;}
.about-us .abouttabs-nav+.kche-wrap-width1 .kche-t5{margin-top:24px;}
.about-us .kche-t5 h2{font-size:32px;}
@media (max-width:768px){
	.about-us .kche-t5{margin-top:34px;}
	.about-us .kche-t5 h2{font-size:22px;}
}

/* Quality 那排 5 张体系证书：kche-flex-item5 是 19% 宽，证书是竖版，
   给个统一比例盒，免得 5 张图高度不齐 */
.about-us .kche-t42 .kche-item-img img{width:100%;height:auto;display:block;}

/* Certificates 卡片：证书是 3:4 竖版，t104 默认按原图高度排会参差不齐 */
.about-us .kche-t104 .kche-t104-item-img img{
	width:100%;
	aspect-ratio:3/4;
	object-fit:contain;
	background:#fff;
}

/* Service 编号清单是奇偶两列，奇数项右侧有分隔线。我们是 5 条，最后一条落在左列，
   右边没有内容，那根分隔线就成了一条断头线。 */
.about-us .kche-t141 .kche-t141-list .kche-t141-item:last-child{border-right:none;}

/* Global Market 的国家标签：借用 t149 的小方块样式，但它是 15% 定宽 +
   space-between，11 个国家最后一行会被拉散，这里改成按内容宽度排 */
.about-us .about-market-list .kche-t149-list{justify-content:flex-start;gap:10px;margin-top:20px;}
.about-us .about-market-list .kche-t149-item{width:auto;margin-top:0;padding:8px 16px;cursor:default;}
.about-us .about-market-list .kche-t149-item:hover{transform:none;border-color:var(--color);}

/* FAQ：手风琴由 assets/js/pages/about-us.js 控制展开，
   这里把问题行做成可点的样子 */
.about-us .kche-t55 .kche-faq-tit{cursor:pointer;}
.about-us .kche-t55 .kche-faq-tit.active>p{color:var(--color);}
.about-us .kche-t55 .kche-faq-item{border-radius:var(--borderradius);}
