/* 架构图模块 */
.solution-architecture-section {
	padding: 60px 0;
	padding-top: 0;
	background-color: #FFFFFF;
}

.solution-architecture-container {
	margin: 0 auto;
}

.solution-architecture-title {
	font-weight: bold;
	color: #111827;
	margin-bottom: 12px;
}

.solution-architecture-subtitle {
	color: #6B7280;
}

.solution-architecture-image-wrap {
	margin-top: 32px;
	text-align: center;
}

.solution-architecture-image {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	border: 1px solid #E5E7EB;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* 响应式适配 */
@media screen and (max-width: 768px) {
	.solution-architecture-section {
		padding: 40px 0;
	}

	.solution-architecture-image-wrap {
		margin-top: 20px;
	}

	.solution-architecture-image {
		border-radius: 4px;
	}
}

/* 核心能力+架构图区域美化 */
.lccgy-img-box-text {
	width: 22%;
	flex-shrink: 0;
	padding-right: 24px;
}

.lccgy-img-box-text + div,
.lccgy-img-box-text ~ div {
	width: 78%;
	flex-shrink: 0;
	align-self: center;
}

.lccgy-img-box-text + div picture,
.lccgy-img-box-text ~ div picture {
	display: block;
	width: 100%;
}

.lccgy-img-box-text + div img,
.lccgy-img-box-text ~ div img {
	width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: contain;
	border-radius: 8px;
	border: 1px solid #E5E7EB;
	display: block;
}

.lccgy-img-box-text-item {
	padding: 16px 0;
	border-bottom: 1px dashed #D1D5DB;
}

.lccgy-img-box-text-item:first-child {
	padding-top: 0;
}

.lccgy-img-box-text-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.lccgy-img-box-text-item-title:first-child {
	font-size: 16px;
	font-weight: 600;
	color: #111827;
	margin-bottom: 6px;
	line-height: 1.5;
}

.lccgy-img-box-text-item-title:last-child {
	font-size: 13px;
	color: #4B5563;
	line-height: 1.6;
	text-align: justify;
	text-align-last: left;
}

/* 响应式适配 */
@media screen and (max-width: 768px) {
	.lccgy-img-box-text {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.lccgy-img-box-text + div,
	.lccgy-img-box-text ~ div {
		width: 100%;
	}

	.lccgy-img-box-text-item {
		padding: 14px 0;
	}

	.lccgy-img-box-text-item-title:first-child {
		font-size: 15px;
	}

	.lccgy-img-box-text-item-title:last-child {
		font-size: 13px;
	}

	.lccgy-img-box-text + div img,
	.lccgy-img-box-text ~ div img {
		max-height: 300px;
	}
}
