/* 重置样式 */


.container {
	max-width: 1320px;
	margin: 0 auto;
	/* padding: 0 20px; */
}

/* 统计数据区域 */
.stats {
	background: #fff;
	/* padding: 60px 0; */
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	text-align: center;
}

.stat-item {
	display: flex;
	align-items: center;
	padding: 20px;
}

.stat-item img {
	width: 44px;
	height: 44px;
	margin-right: 12px;
}

.stat-number {
	font-weight: bold;
	font-size: 24px;
	color: #262626;
	margin-bottom: 10px;
	text-align: left;
}

.stat-label {
	font-weight: normal;
	font-size: 16px;
	color: #4B596A;
	text-align: left;
}

/* 解决方案对比 */
.solution-comparison {
	background: #f8f9fa;
	padding: 80px 0;
}

.solution-comparison h2 {
	text-align: center;
	font-size: 40px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	font-family: "AT-85";
	margin-bottom: 10px;
}

.solution-comparison>.container>p {
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-bottom: 60px;
}

.comparison-table {
	display: grid;
	grid-template-columns: 1fr 2fr 2fr;
	/* gap: 30px; */
	position: relative;
	align-items: start;
	background: #F3F5F8;
}

.comparison-left h3,
.comparison-middle h3,
.comparison-right h3 {
	font-size: "AT-85";
	font-weight: normal;
	font-size: 24px;
	color: #4D4D4D;
	background: #EBEFF5;
	text-align: center;
	font-style: normal;
	text-transform: none;
	line-height: 70px;
}

.comparison-left .comparison-left-title {
	font-weight: normal;
	font-size: 20px;
	color: #4D4D4D;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.comparison-right {
	background: linear-gradient(180deg, #0073FF 0%, #009FFF 100%);
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: center;
}

.comparison-middle {
	display: flex;
	height: 100%;
	flex-direction: column;
	background: #EBEFF5;
	align-items: center;
}

.comparison-middle h3 {
	background: #EBEFF5;

}

.comparison-right h3 {
	background: #EBEFF5;
	width: 100%;
	/* color: #2e7d32; */
}

.comparison-items,
.traditional-items,
.our-items {
	display: grid;
	flex-direction: column;

	/* gap: 20px; */
}

.traditional-item {
	width: 358px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);

}

.our-item {
	width: 358px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.comparison-item {
	display: flex;
	align-items: center;
	/* gap: 15px; */
	padding: 20px 50px;
	background: #EBEFF5;
	/* border-radius: 8px; */
	/* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
}

.comparison-item span {
	font-weight: normal;
	font-size: 16px;
	color: #333333;
}

.item-icon {
	/* width: 40px;
	height: 40px; */
	/* background: #2196F3; */
	/* border-radius: 50%; */
	display: flex;
	align-items: center;
	/* justify-content: center; */

}

.item-icon img {
	width: 24px;
	height: 24px;
	margin-right: 12px;
	/* filter: brightness(0) invert(1); */
}

.traditional-item,
.our-item {
	/* background: #EBEFF5; */
	/* padding: 15px; */
	/* border-radius: 8px; */
	font-size: 14px;
	/* line-height: 1.5; */
}

.traditional-item {
	background: #EBEFF5;
	padding: 20px 0 19px;

}

.our-item {

	padding: 20px 0 19px;
	color: #FFFFFF;
	/* border-left: 4px solid #2e7d32; */
}

.traditional-item img,
.our-item img {
	width: 20px;
	height: 20px;
	margin-right: 12px;
}

.traditional-item span,
.our-item span {
	
	display: flex;
	align-items: center;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;

}
.our-item span{
	font-family: "AT-65";
}
.vs-divider {
	/* display: flex;
	align-items: center;
	justify-content: center; */
	/* height: 100%; */
	position: absolute;
	bottom: 30%;
	right: 35%;
	width: 126px;
	height: 126px;
	border-radius: 50%;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 2px rgba(1, 117, 255, 0.11);
	display: flex;
	justify-content: center;
	align-items: center;
}

.vs-circle {
	width: 99px;
	height: 99px;
	background: linear-gradient(270deg, #0073FF 0%, #009FFF 100%);
	font-weight: 900;
	font-size: 48px;
	color: #FFFFFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;

	font-weight: bold;
}

/* 全局视角统一协同 */
.global-view {
	/* background: url('../img/service/bg2.png'); */
	/* background-size: 100% 100%; */
	/* padding: 80px 0; */
	margin: 0 auto;
	width: 1920px;
	height: 905px;
	/* opacity: 0; */
}

.global-view h2 {
	text-align: center;
	font-size: 36px;
	color: #333;
	margin-bottom: 10px;
}

.global-view>.container>p {
	text-align: center;
	font-size: 18px;
	color: #666;
	margin-bottom: 60px;
}

.workflow-diagram {
	position: relative;
	background: #fff;
	padding: 40px;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.workflow-step {
	display: inline-block;
	vertical-align: top;
}

.step-box {
	background: #f8f9fa;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	width: 150px;
	border: 2px solid #e0e0e0;
	transition: all 0.3s;
}

.step-box.active {
	background: #2196F3;
	color: white;
	border-color: #2196F3;
}

.step-box h4 {
	font-size: 14px;
	margin-bottom: 10px;
}

.step-box p {
	font-size: 12px;
	line-height: 1.4;
}

.workflow-arrow {
	display: inline-block;
	font-size: 24px;
	color: #2196F3;
	margin: 0 20px;
	vertical-align: middle;
}

.workflow-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	padding-top: 30px;
	border-top: 2px dashed #e0e0e0;
}

.bottom-step {
	text-align: center;
	flex: 1;
}

.step-circle {
	width: 80px;
	height: 80px;
	background: #2196F3;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	font-size: 12px;
	font-weight: bold;
}

.bottom-step p {
	font-size: 12px;
	color: #666;
	line-height: 1.4;
}

.workflow-note {
	text-align: center;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #e0e0e0;
}

.workflow-note p {
	color: #666;
	font-style: italic;
}

/* 合作伙伴 */
.partners {
	background: #fff;
	padding: 80px 0;
}

.partners h2 {
	font-weight: normal;
	font-family: "AT-85";
	font-size: 40px;
	color: #333333;
	text-align: center;
	margin-bottom: 60px;
}

.partners-grid {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	height: 350px;
	/* display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
	align-items: center; */
}

.partner-item4,
.partner-item {
	width: 188px;
	height: 107px;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	transition: transform 0.3s;
}

.partner-item3,
.partner-item2 {
	margin-top: 20px;
	width: 188px;
	height: 107px;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	transition: transform 0.3s;
}

.partner-item3 {
	display: none;
}

.partner-item4:hover,
.partner-item3:hover,
.partner-item2:hover,
.partner-item:hover {
	transform: translateY(-5px);
}

.partner-item4 img,
.partner-item3 img,
.partner-item2 img,
.partner-item img {
	/* max-width: 100%; */
	max-width: 125px;
	height: 60px;
	object-fit: contain;
	/* filter: grayscale(100%); */
	transition: filter 0.3s;
}

.partner-item4:hover img,
.partner-item3:hover img,
.partner-item2:hover img,
.partner-item:hover img {
	/* filter: grayscale(0%); */
}


.cta-content {
	/* text-align: center; */
	margin-bottom: 40px;
}

.cta-content h2 {
	font-weight: normal;
	font-size: 40px;
	color: #333333;
	font-family: "AT-65";
	margin-bottom: 20px;
}

.cta-content p {
	font-weight: normal;
	font-size: 24px;
	color: #666666;
	font-family: "AT-55";
	margin-bottom: 30px;
}







/* 响应式设计 */
@media (max-width: 1024px) {
	.stats-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.comparison-items {
		grid-template-columns: repeat(2, 1fr);
	}

	.partner-item3 {
		display: block;
	}

	.partner-item4,
	.partner-item2 {
		display: none;
	}

	.comparison-table {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.vs-divider {
		display: none;
	}

	.vs-divider {
		order: 2;
	}

	.comparison-left {
		order: 1;
	}

	.comparison-middle {
		order: 3;
	}

	.comparison-right {
		order: 4;
	}

	.partners-grid {
		height: 540px;
	}

	.workflow-step {
		display: block;
		margin-bottom: 20px;
	}

	.workflow-arrow {
		display: block;
		text-align: center;
		margin: 10px 0;
		transform: rotate(90deg);
	}

	.workflow-bottom {
		flex-direction: column;
		gap: 30px;
	}
}

@media (max-width: 768px) {
	.header .container {
		
	}

	.nav {
		gap: 20px;
		margin: 10px 0;
	}

	.hero {
		padding: 100px 0 60px;
	}

	.hero h1 {
		font-size: 32px;
	}

	.comparison-items {
		grid-template-columns: repeat(2, 1fr);
	}

	.stats-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.solution-comparison h2,
	.global-view h2,
	.partners h2 {
		font-size: 28px;
	}

	.comparison-left h3,
	.comparison-middle h3,
	.comparison-right h3 {
		font-size: 20px;
	}

	.partners-grid {
		height: 540px;
	}

	.partner-item,
	.partner-item2,
	.partner-item3,
	.partner-item4 {
		padding: 20px 0;
		width: auto;
	}




}

@media (max-width: 480px) {

	.comparison-items {
		grid-template-columns: repeat(2, 1fr);
	}

	.comparison-item {
		padding: 10px 40px;
	}



	.solution-comparison h2,
	.global-view h2,
	.partners h2 {
		font-size: 24px;
	}

	.stat-number {
		font-size: 18px;
	}

	.stat-label {
		font-size: 12px;
	}

	.stats-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 0;
	}
}

@media (max-width:375px) {
	.partners-grid {
		height: 800px;
	}

	.partner-item3 {
		display: none;
	}

	.partner-item4,
	.partner-item2 {
		display: block;
	}
}