/* 团购行业解决方案 - 页面样式 */

:root {
	--tghy-primary: #ff6b35;
	--tghy-secondary: #f7931e;
	--tghy-gradient: linear-gradient(135deg, #ff6b35, #f7931e);
	--tghy-light: #FFF1EA;
}

/* ------------------ banner ------------------ */

.wzck_dsls_banner {
	width: 100%;
	height: 480px;
	background-image: url(imgs/banner.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin-top: 70px;
	background-color: #fc5d27;
}

.wzck_dsls_banner_cen {
	width: 1200px;
	height: 480px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wzck_dsls_banner_title {
	font-size: 50px;
	color: #FFFFFF;
	font-weight: bold;
}

.wzck_dsls_banner_text {
	font-size: 32px;
	color: #FFFFFF;
	margin-top: 16px;
}

.wzck_dsls_banner_desc {
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 12px;
	opacity: 0.95;
}

.wzck_dsls_banner_btn {
	position: relative;
	width: 190px;
	height: 47px;
	background: #ffffff;
	border-radius: 24px;
	margin-top: 40px;
	text-align: center;
	line-height: 47px;
	font-size: 22px;
	color: #ff6b35;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

/* ---------------- 数据横条 ---------------- */

.wzck_tghy_data_bar {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 36px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #F0F0F0;
}

.wzck_tghy_data_item {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 0 20px;
	border-right: 1px solid #EEEEEE;
}

.wzck_tghy_data_item:last-child {
	border-right: none;
}

.wzck_tghy_data_icon {
	width: 48px;
	height: 48px;
	background: var(--tghy-light);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	flex-shrink: 0;
}

.wzck_tghy_data_label {
	font-size: 13px;
	color: #999999;
}

.wzck_tghy_data_num {
	font-size: 28px;
	color: #333333;
	font-weight: bold;
	margin-top: 2px;
}

.wzck_tghy_data_num span {
	color: var(--tghy-primary);
}

/* ---------------- 通用咨询按钮 ---------------- */

.wzck_tghy_contact_btn {
	width: 190px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background: var(--tghy-primary);
	border-radius: 24px;
	margin: 40px auto 0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.wzck_tghy_contact_btn:hover {
	background: #e85a25;
}

/* ---------------- 行业现状 ---------------- */

.wzck_tghy_box1 {
	width: 1200px;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.wzck_tghy_box1_item {
	width: 280px;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	border-radius: 10px;
	padding: 36px 24px;
	box-sizing: border-box;
	text-align: center;
	transition: all 0.3s ease;
}

.wzck_tghy_box1_item:hover {
	box-shadow: 0 8px 24px rgba(255, 107, 53, 0.1);
	transform: translateY(-6px);
}

.wzck_tghy_box1_icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
}

.wzck_tghy_box1_title {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-top: 20px;
}

.wzck_tghy_box1_text {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 12px;
}

/* ---------------- 解决方案 ---------------- */

.wzck_tghy_box2 {
	width: 1200px;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.wzck_tghy_box2_item {
	width: 580px;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	border-radius: 10px;
	padding: 32px 28px;
	margin-bottom: 26px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	gap: 18px;
	transition: all 0.3s ease;
}

.wzck_tghy_box2_item:hover {
	box-shadow: 0 8px 24px rgba(255, 107, 53, 0.1);
	transform: translateY(-6px);
}

.wzck_tghy_box2_icon {
	width: 56px;
	height: 56px;
	min-width: 56px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
}

.wzck_tghy_box2_title {
	font-size: 19px;
	color: #333333;
	font-weight: bold;
	line-height: 28px;
}

.wzck_tghy_box2_content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.wzck_tghy_box2_text {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 10px;
}

/* ---------------- 核心模式展示（图文交替） ---------------- */

.wzck_tghy_box3_item {
	width: 1200px;
	margin: 50px auto 0;
	display: flex;
	align-items: center;
	gap: 60px;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	border-radius: 16px;
	padding: 50px;
	box-sizing: border-box;
	transition: all 0.3s ease;
}

.wzck_tghy_box3_item:hover {
	box-shadow: 0 12px 36px rgba(255, 107, 53, 0.1);
}

.wzck_tghy_box3_reverse {
	flex-direction: row-reverse;
}

.wzck_tghy_box3_img {
	flex: 1;
	min-width: 400px;
	background: linear-gradient(135deg, rgba(255,107,53,0.12), rgba(247,147,30,0.02));
	background-color: #F5F5F5;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 100px;
}

.wzck_tghy_box3_text {
	flex: 1;
}

.wzck_tghy_box3_title {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	line-height: 36px;
}

.wzck_tghy_box3_desc {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 14px;
}

.wzck_tghy_box3_list {
	margin: 18px 0 24px;
	padding: 0;
	list-style: none;
}

.wzck_tghy_box3_list li {
	font-size: 14px;
	color: #666666;
	line-height: 32px;
	padding-left: 22px;
	position: relative;
}

.wzck_tghy_box3_list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 12px;
	height: 12px;
	background: var(--tghy-gradient);
	border-radius: 50%;
}

.wzck_tghy_box3_btn {
	width: 150px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background: var(--tghy-primary);
	border-radius: 21px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-block;
}

.wzck_tghy_box3_btn:hover {
	background: #e85a25;
}

/* ---------------- 适用场景 ---------------- */

.wzck_tghy_box4 {
	width: 1200px;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.wzck_tghy_box4_item {
	width: 280px;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	border-radius: 10px;
	padding: 28px 22px;
	margin-bottom: 26px;
	box-sizing: border-box;
	text-align: center;
	transition: all 0.3s ease;
}

.wzck_tghy_box4_item:hover {
	box-shadow: 0 8px 24px rgba(255, 107, 53, 0.1);
	transform: translateY(-6px);
}

.wzck_tghy_box4_icon {
	width: 64px;
	height: 64px;
	margin: 0 auto;
	background: var(--tghy-light);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
}

.wzck_tghy_box4_title {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-top: 16px;
}

.wzck_tghy_box4_text {
	font-size: 13px;
	color: #666666;
	line-height: 22px;
	margin-top: 10px;
}

/* ---------------- 客户案例 ---------------- */

.wzck_tghy_box5 {
	width: 1200px;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.wzck_tghy_box5_item {
	width: 380px;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	border-radius: 10px;
	padding: 28px;
	margin-bottom: 26px;
	box-sizing: border-box;
	transition: all 0.3s ease;
}

.wzck_tghy_box5_item:hover {
	box-shadow: 0 8px 24px rgba(255, 107, 53, 0.1);
	transform: translateY(-6px);
}

.wzck_tghy_box5_tag {
	display: inline-block;
	font-size: 12px;
	color: var(--tghy-primary);
	background: var(--tghy-light);
	padding: 4px 12px;
	border-radius: 4px;
	margin-bottom: 16px;
}

.wzck_tghy_box5_header {
	display: flex;
	align-items: center;
}

.wzck_tghy_box5_logo {
	width: 56px;
	height: 56px;
	background: var(--tghy-light);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	flex-shrink: 0;
	margin-right: 12px;
}

.wzck_tghy_box5_name {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.wzck_tghy_box5_meta {
	font-size: 13px;
	color: #999999;
	margin-top: 6px;
}

.wzck_tghy_box5_text {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 18px;
}

.wzck_tghy_box5_stats {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #F0F0F0;
}

.wzck_tghy_box5_stat {
	text-align: center;
}

.wzck_tghy_box5_stat strong {
	display: block;
	font-size: 20px;
	color: var(--tghy-primary);
	font-weight: bold;
}

.wzck_tghy_box5_stat span {
	font-size: 12px;
	color: #999999;
	margin-top: 4px;
	display: block;
}

/* ---------------- 底部 CTA ---------------- */

.wzck_tghy_cta {
	background: var(--tghy-gradient);
	text-align: center;
}

.wzck_tghy_cta_text {
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
}

.wzck_tghy_cta .wzck_tghy_contact_btn {
	background: #FFFFFF;
	color: var(--tghy-primary);
	margin-top: 28px;
}

.wzck_tghy_cta .wzck_tghy_contact_btn:hover {
	background: #F0F0F0;
}

/* ---------------- 响应式适配 ---------------- */

@media screen and (max-width: 1250px) {
	.wzck_dsls_banner_cen,
	.wzck_tghy_data_bar,
	.wzck_tghy_box1,
	.wzck_tghy_box2,
	.wzck_tghy_box3_item,
	.wzck_tghy_box4,
	.wzck_tghy_box5 {
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
		box-sizing: border-box;
	}

	.wzck_tghy_box3_item,
	.wzck_tghy_box3_reverse {
		padding: 40px;
		gap: 40px;
	}

	.wzck_tghy_box1,
	.wzck_tghy_box4 {
		flex-wrap: wrap;
		justify-content: center;
	}

	.wzck_tghy_box1_item,
	.wzck_tghy_box4_item {
		width: 46%;
		margin: 0 2% 20px 0;
	}

	.wzck_tghy_box1_item:nth-child(2n),
	.wzck_tghy_box4_item:nth-child(2n) {
		margin-right: 0;
	}

	.wzck_tghy_box2 {
		justify-content: center;
	}

	.wzck_tghy_box2_item {
		width: 47%;
		margin: 0 1.5% 20px 0;
	}

	.wzck_tghy_box2_item:nth-child(2n) {
		margin-right: 0;
	}

	.wzck_tghy_box5 {
		justify-content: center;
	}

	.wzck_tghy_box5_item {
		width: 47%;
		margin: 0 1.5% 20px 0;
	}

	.wzck_tghy_box5_item:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	body {
		min-width: auto;
	}

	.wzck_dsls_banner {
		height: 360px;
		margin-top: 0;
	}

	.wzck_dsls_banner_cen {
		width: 92%;
		height: 360px;
		text-align: center;
		align-items: center;
	}

	.wzck_dsls_banner_title {
		font-size: 28px;
	}

	.wzck_dsls_banner_text {
		font-size: 20px;
		margin-top: 12px;
	}

	.wzck_dsls_banner_desc {
		font-size: 14px;
		margin-top: 10px;
	}

	.wzck_dsls_banner_btn {
		width: 150px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		margin-top: 24px;
	}

	.wzck_title {
		font-size: 24px;
		padding: 0 10px;
	}

	.wzck_text {
		font-size: 14px;
		padding: 0 10px;
	}

	.wzck_tghy_data_bar,
	.wzck_tghy_box1,
	.wzck_tghy_box2,
	.wzck_tghy_box3_item,
	.wzck_tghy_box4,
	.wzck_tghy_box5 {
		width: 92%;
		padding-left: 0;
		padding-right: 0;
	}

	.wzck_tghy_data_bar {
		flex-wrap: wrap;
		gap: 20px;
		padding: 30px 0;
	}

	.wzck_tghy_data_item {
		width: 45%;
		border-right: none;
		padding: 0;
	}

	.wzck_tghy_data_num {
		font-size: 22px;
	}

	.wzck_tghy_box1_item,
	.wzck_tghy_box2_item,
	.wzck_tghy_box3_item,
	.wzck_tghy_box3_reverse,
	.wzck_tghy_box4_item,
	.wzck_tghy_box5_item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
	}

	.wzck_tghy_box3_item,
	.wzck_tghy_box3_reverse {
		flex-direction: column;
		padding: 30px 20px;
		gap: 24px;
	}

	.wzck_tghy_box3_img {
		width: 100%;
		height: 200px;
		font-size: 80px;
	}

	.wzck_tghy_box3_title {
		font-size: 20px;
	}

	.wzck_tghy_box5_stats {
		flex-wrap: wrap;
		gap: 12px;
	}

	.wzck_tghy_box5_stat {
		width: 30%;
	}

	.wzck_tghy_cta_text {
		font-size: 20px;
		padding: 0 10px;
	}
}