/* 重置样式 */
/* .header {
	background: #FFFFFF;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
} */

.container {
	max-width: 1320px;
	margin: 0 auto;
	/* padding: 0 20px; */
}

.maxWidth {
	width: 100%;
	max-width: 1332px;
	margin: 0 auto;
}

/* 案例信息部分 */

.hero {
	padding: 100px 0 60px;

	/* background: #FFFFFF !important;
	height: auto !important;
	padding-bottom: 80px !important; */
}

.hero_info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.content_info {
	width: 577px;
	height: 298px;

}

.content_info .info_title {
	display: flex;
	align-items: center;
}

.title_info {
	margin-left: 22px;
}

.title_info h3 {
	font-size: 24px;
	text-align: left;
	font-style: normal;
}

.title_info .case-title {
	color: #0073FF;

}

.info_item {
	margin-top: 26px;
}

.info_items .info_item {
	display: flex;
	/* align-items: center; */
	/* padding: 12px 0; */
}

.info_item .item_right_info {
	margin-left: 10px;
	color: #676767;
	font-size: 16px;
	flex: 1;
	align-items: start;
}

.info_item .item_right_info p {
	font-size: 16px;
	color: #676767;

	/* 多行省略 */
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		line-clamp: 5;
		overflow: hidden;
}

.title_left_icon {
	/* width: 60px; */
	padding: 0 6px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #0073FF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
	color: #fff;
}

.left_image {
	width: 464px;
	height: 361px;
	margin-right: 32px;
}

.left_image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.right_qr_code {
	margin-left: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.right_qr_code img {
	width: 168px;
	height: 168px;
}

/* 侧边栏 */
.sidebar {
	display: flex;
	/* flex-direction: column; */
	gap: 32px;
}

.sidebar-section {
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.sidebar-section h3 {
	font-size: 24px;
	color: #333333;

	/* border-bottom: 2px solid #2196F3; */
}

.left_border_title {
	display: flex;
	align-items: center;
	margin-bottom: 32px;

}

.left_border {
	width: 11px;
	height: 24px;
	border-left: 11px solid #0073FF;
	margin-right: 12px;
}

/* 项目页面 */
.article-detail {
	margin-top: 32px;
}

.related-pages {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.page-item {
	/* aspect-ratio: 1; */

	/* height: 606px; */
	background: #f5f5f5;
	/* border-radius: 8px; */
	overflow: hidden;
	transition: transform 0.3s;
}

.page-item:hover {
	transform: scale(1.05);
}

.page-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 其他案例 */
.other-cases {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.case-item {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 15px;
	background: #f8f9fa;
	border-radius: 8px;
	transition: background 0.3s;
}

.case-item:hover {
	background: #e3f2fd;
}

.case-item img {
	width: 256px;
	height: 199px;
	object-fit: contain;
	border-radius: 6px;
}

.case-item p {
	flex: 1;
	font-size: 16px;
	color: #676767;
	line-height: 30px;
	margin: 0;
}

/* footer顶部 */
.features {
	display: grid;
	grid-template-columns: repeat(4, 1fr)
}

.feature {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 88px;
	font-size: 20px;
	color: #000000;
}

.feature-icon {
	width: 40px;
	height: 40px;
	margin-right: 16px;
}

.feature-icon img {
	width: 100%;
	height: 100%;
}

/* 响应式设计 */
@media (max-width: 1024px) {
	.article-detail .container {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.sidebar {
		order: -1;
		flex-direction: column;
	}

	.other-cases {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.related-pages {
		grid-template-columns: repeat(3, 1fr);
	}

	.features {
		gap: 40px;
	}
}

@media (max-width: 768px) {
	.container h3 {
		font-size: 20px;
	}

	.info_item {
		font-size: 14px;
	}

	.info_item .item_right_info {
		font-size: 14px;
	}

	.info_item .item_right_info p {
		font-size: 14px;
		
	}

	.container p {
		font-size: 14px;
	}

	.container span {
		font-size: 14px;
	}

	.right_qr_code {
		width: 100%;
	}

	.cases-grid {
		grid-template-columns: 1fr;
	}

	.sidebar {
		flex-direction: column;
	}

	.nav {
		gap: 20px;
		margin: 10px 0;
	}

	.hero {
		padding: 100px 0 60px;

	}

	.hero h1 {
		font-size: 32px;
	}

	.article-header {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.qr-code-section {
		order: -1;
	}

	.article-title {
		font-size: 24px;
	}

	.related-pages {
		grid-template-columns: repeat(2, 1fr);
	}

	.form-group {
		flex-direction: column;
		gap: 15px;
	}

	.features {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.footer-content {
		/* flex-direction: column; */
		gap: 40px;
	}

	.footer-links {
		/* flex-direction: column; */
		gap: 30px;
	}
}

@media (max-width: 480px) {
	.hero h1 {
		font-size: 24px;
	}

	/* .hero {
		height: auto !important;
	} */

	.content_info {
		height: auto;
	}

	.sidebar {
		flex-direction: column;
	}

	.right_qr_code {
		width: 100%;
	}

	.article-content {
		padding: 20px;
	}

	.sidebar-section {
		padding: 20px;
	}

	.cta-content h2 {
		font-size: 24px;
	}

	.other-cases {
		justify-content: center;
	}

	.features {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.related-pages {
		grid-template-columns: repeat(1, 1fr);
	}
}