﻿h2.service-title {
	font-family: 'Microsoft JhengHei', 'PingFang TC', sans-serif;
	font-size: 2.2rem;
	color: #8B4513; /* 褐色 */
	line-height: 1.3;
	margin: 1.8rem 0;
	padding-bottom: 0.8rem;
	border-bottom: 3px solid #FFA726; /* 强调色-活力橙 */
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	font-weight: bold
}
/* 子标题样式 - 问题分类 */
h3.problem-type {
	font-size: 21px; /* 增大字体 */
	color: #8B4513; /* 褐色 */
	margin: 1.5rem 0 1rem;
	position: relative;
	padding-left: 1.2rem;
	font-weight: bold
}
h3.problem-type::before {
	content: "▶";
	color: #8B4513; /* 褐色 */
	position: absolute;
	left: 0;
	font-size: 0.9em;
	top: 0.1em;
}
/* 段落样式 - 解决方案描述 */
p.solution-desc {
	font-size: 20px; /* 增大字体 */
	line-height: 1.8;
	color: #444;
	margin: 0.8rem 0 1.5rem;
	padding: 1rem;
	background: #F8F9FA;
	border-left: 4px solid #8B4513; /* 褐色 */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
/* 强调段落 - 服务承诺 */
p.service-promise {
	background: #F5F5DC;
	border-color: #8B4513; /* 褐色 */
	font-weight: 500;
}
/* 地理位置强调 */
.location-highlight {
	color: #D32F2F;
	font-weight: bold;
	text-decoration: underline wavy #FFA726;
}

    /* 移动端适配 */
    @media (max-width: 768px) {
h2.service-title {
	font-size: 1.8rem;
	margin: 1.2rem 0;
}
h3.problem-type {
	font-size: 1.6rem; /* 增大字体 */
}
p.solution-desc {
	font-size: 16px; /* 增大字体 */
	padding: 0.8rem;
}
}
