/* 重置样式 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font: 16px/1.8 \5FAE\8F6F\96C5\9ED1, Arial, \5b8b\4f53;
	color: #000;
	background: #F5F7F9;
	min-width: 1280px;
}

body,
ul,
li,
dl,
dt,
dd,
table,
td,
th,
form,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
em,
b,
label,
textarea,
ol,
p {
	margin: 0;
	padding: 0;
}

section,
article,
aside,
header,
footer,
nav,
dialog,
figure {
	display: block;
}

figure {
	margin: 0;
}

ul,
li {
	list-style: none;
}

i {
	font-style: normal;
}

u {
	text-decoration: none;
}

em {
	font-style: normal;
}

dfn,
i,
u,
em,
b {
	font-style: normal;
	font-weight: 100;
}

img {
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #333333;
}

/*浮动/清除浮动*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

* html .clearfix {
	height: 1%
}

*+html .clearfix {
	min-height: 1%
}

input {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

h2 {
	font-size: 38px;
	padding: 60px 0 56px 0;
	text-align: center;
	letter-spacing: 0.15em;
}

.text-unline {
	background: linear-gradient(90deg, #3651ff, #cb21ff 81.88%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

.text-unline:before {
	background: url('../images/text_unline.png') no-repeat 50%;
	background-size: 100% auto;
	bottom: -10px;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	width: 170px;
}

.width-container {
	width: 1280px;
	box-sizing: border-box;
	margin: 0 auto;
}

/* 头部导航 */
.header {
	box-sizing: border-box;
	background: #1677ff url('../images/banner_bg@1x.png') no-repeat top center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar {
	display: flex;
	align-items: center;
	margin: 0 auto;
	height: 80px;
	gap: 30px;
}

.logo {
	width: 145px;
	height: 30px;
}

.nav-links {
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
}

.nav-links a {
	display: inline-block;
	padding: 6px 24px;
	text-decoration: none;
	color: #fff;
	border-radius: 40px;
	margin: 0 2px;
	white-space: nowrap;
	transition: background-color 0.5s, color 0.5s;
}

.nav-links a:hover {
	color: #1677ff;
	background: #fff;
}

.login {
	position: relative;
	margin-right: 15px;
}

.login-btn {
	background: #fff;
	color: #1677ff;
	border: none;
	padding: 9px 24px;
	border-radius: 40px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.5s;
}

.login-btn:hover {
	background: #ffffffd0;
}

.login-box {
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 10;
	padding: 10px 0;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 10px 30px 0px rgba(53, 126, 255, 0.1);
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.login:hover .login-box {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.login-box a {
	display: block;
	width: 150px;
	padding: 6px 20px;
	color: #333;
	white-space: nowrap;
	transition: background-color 0.5s, color 0.5s;
}

.login-box a:hover {
	color: #1677ff;
}

/* 添加移动端菜单图标样式 */
.mobile-menu-icon {
	display: none;
	flex-direction: column;
	justify-content: space-around;
	width: 30px;
	height: 25px;
	cursor: pointer;
	z-index: 100;
}

.mobile-menu-icon span {
	width: 100%;
	height: 3px;
	background-color: #fff;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}

/* 主要轮播图区域 */
.banner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 580px;
	margin: 0 auto;
	box-sizing: border-box;
	color: #fff;
}

.banner-slogan {
	margin-bottom: 50px;
}

.banner-slogan h1 {
	font-size: 52px;
	margin-bottom: 30px;
	letter-spacing: 0.15em;
	line-height: 2;
}

.banner-slogan p {
	margin-bottom: 30px;
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #FFF200;
}

.banner-image {
	width: 516px;
	height: 405px;
	margin-bottom: 50px;
	transition: transform 0.5s;
}

.banner-image:hover {
	transform: scale(1.05);
}

/* 统计数字区域 */
.stats {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 150px;
	padding: 0px 60px;
	position: relative;
	top: -75px;
	z-index: 10;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(10px);
	box-shadow: 0px 10px 30px 0px rgba(53, 126, 255, 0.1);
}

.stat-item {
	width: 150px;
}

.stat-number {
	font-size: 18px;
}

.stat-number strong {
	font-size: 36px;
	font-weight: bold;
	color: #1677ff;
	font-family: 'D-DIN';
	margin: 0 5px 0 0;
}

.stat-text {
	color: #666;
}

/* 解决方案区域 */
.solutions {
	padding: 0 0 70px 0;
}

.solutions h2 {
	padding: 0px 0 56px 0;
}

.solution-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.solution-card {
	height: 280px;
	box-sizing: border-box;
	padding: 0 50px 50px 50px;
	border-radius: 8px;
	box-shadow: 0px 10px 30px 0px rgba(53, 126, 255, 0.07);
	text-align: left;
	transition: transform 0.5s, box-shadow 0.5s;
	background: #fff;
	margin-top: 60px;
}

.solution-card:hover {
	transform: translateY(-10px);
	box-shadow: 0px 10px 30px 0px rgba(53, 126, 255, 0.15);
}

.solution-card-item {
	position: relative;
	top: -60px;
}

.solution-card-item img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1677ff;
	font-size: 24px;
}

.solution-card h3 {
	font-size: 26px;
	font-weight: normal;
	margin: 20px 0;
	color: #283548;
	text-align: center;
}

.solution-card p {
	color: #666;
	line-height: 1.8;
}

/* 能做什么区域 */
.services {
	background: #fff;
	padding-bottom: 80px;
}

.service-grid {
	display: flex;
	justify-content: space-between;
	perspective: 1000px;
}

.service-main {
	transform-style: preserve-3d;
}

.service-card {
	flex-shrink: 0;
	width: 663px;
	height: 564px;
	padding: 70px 60px 60px 60px;
	box-sizing: border-box;
	transform-origin: right center;
	transition: transform 0.5s ease;
	border-radius: 20px;
}

.service-main:hover .service-blue {
	transform: rotateY(3deg);
}

.service-main:hover .service-yellow {
	transform: rotateY(-3deg);
}

.service-card h3 {
	font-size: 34px;
	font-weight: bold;
}

.service-card h4 {
	line-height: 1.8;
	font-size: 24px;
	font-weight: normal;
	margin: 30px 0;
}

.service-card ul {
	line-height: 2.2;
	width: 474px;
	box-sizing: border-box;
}

.service-card ul li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 14px;
}

.service-card ul li:before {
	content: "✓";
	position: absolute;
	left: 0;
	font-weight: bold;
}

.service-blue {
	margin-right: -46px;
	background: url('../images/service_bg1@1x.png') no-repeat center center;
	color: #fff;
}

.service-yellow {
	padding-left: 128px;
	background: url('../images/service_bg2@1x.png') no-repeat center center;
	color: #000;
	transform-origin: left center;
}

.service-btn {
	display: inline-block;
	padding: 8px 30px;
	margin: 20px 0 0 0;
	border-radius: 40px;
	text-decoration: none;
	color: #fff;
	transition: transform 0.5s, background-color 0.5s, box-shadow 0.5s;
	background: #0056b3;
}

.service-yellow .service-btn {
	background: #e08600;
}

.service-blue .service-btn:hover {
	background: #004a99;
	box-shadow: 0px 6px 20px 0px rgba(120, 255, 246, 0.3);
	transform: translateY(-10px);
}

.service-yellow .service-btn:hover {
	background: #c97800;
	box-shadow: 0px 6px 20px 0px rgba(255, 254, 177, 0.5);
	transform: translateY(-10px);
}

/* 五大平台区域 */
.platforms {
	background: url('../images/platforms_bg@1x.png') no-repeat center center;
	background-size: cover;
	padding-bottom: 80px;
}

.platform-container {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.platform-main {
	width: 560px;
	height: 520px;
	box-sizing: border-box;
	padding: 60px;
	color: #fff;
	border-radius: 10px;
	box-shadow: 0px 10px 30px 0px rgba(53, 126, 255, 0.1);
	background: url('../images/platforms_bg1@1x.png') no-repeat center center;
	background-size: cover;
	transition: transform 0.5s ease;
}

.platform-main:hover {
	transform: translateY(-10px);
}

.platform-main2 {
	background: url('../images/platforms_bg2@1x.png') no-repeat center center;
	background-size: cover;
}

.platform-main3 {
	background: url('../images/platforms_bg3@1x.png') no-repeat center center;
	background-size: cover;
}

.platform-main4 {
	background: url('../images/platforms_bg4@1x.png') no-repeat center center;
	background-size: cover;
}

.platform-main5 {
	background: url('../images/platforms_bg5@1x.png') no-repeat center center;
	background-size: cover;
}

.platform-main h3 {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

.platform-main h3 img {
	margin-right: 10px;
}

.platform-main h4 {
	margin: 45px 0;
	font-size: 26px;
	letter-spacing: 0.15em;
}

.platform-main ul {
	list-style: none;
}

.platform-main li {
	margin-bottom: 18px;
	position: relative;
	padding-left: 20px;
}

.platform-main li:before {
	content: "✓";
	color: #fff;
	position: absolute;
	left: 0;
}

.platform-item {
	width: 150px;
	height: 520px;
	background: #ffffff80;
	padding: 50px 0px;
	border-radius: 10px;
	backdrop-filter: blur(6px);
	box-shadow: 0px 10px 30px 0px rgba(53, 126, 255, 0.1);
	text-align: center;
	transition: background-color 0.5s;
}

.platform-item:hover {
	background: #fff;
}

.platform-item h4 {
	font-size: 20px;
	margin: 40px 0 60px 0px;
}

.platform-item ul {
	height: 186px;
	list-style: none;
	margin: 10px 0;
	color: #666;
}

.platform-item li {
	line-height: 2.5;
}

.platform-item .btn {
	display: inline-block;
	padding: 8px 24px;
	color: #1677ff;
	border: 1px solid #1677ff;
	border-radius: 40px;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	background: transparent;
}

/* 合作伙伴评价区域 */
.testimonials {
	padding-bottom: 80px;
	background: #fff;
	position: relative;
}

.testimonials h2 .text-unline:before {
	width: 126px;
}

.testimonial-container {
	display: flex;
	gap: 30px;
	justify-content: center;
}

.testimonial {
	width: 407px;
	height: 390px;
	box-sizing: border-box;
	background: #fff;
	padding: 0 50px 50px 50px;
	border-radius: 10px;
	box-shadow: 0px 10px 30px 0px rgba(53, 126, 255, 0.2);
	transition: transform 0.5s, box-shadow 0.5s;
	text-align: center;
	margin-top: 60px;
	opacity: 0.3;
	flex-shrink: 0;
	cursor: pointer;
}

.testimonial:hover {
	transform: translateY(-10px);
	box-shadow: 0px 10px 30px 0px rgba(53, 126, 255, 0.4);
}

.testimonial-active {
	opacity: 1;
}

.testimonial-main {
	position: relative;
	top: -60px;
}

.testimonial-main img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto;
}

.testimonial-main h3 {
	font-size: 26px;
	margin: 10px 0 10px 0;
	color: #283548;
}

.testimonial-main h4 {
	margin-bottom: 18px;
	font-weight: normal;
	color: #888;
}

.testimonial-main p {
	color: #333;
	line-height: 2;
	text-align: left;
}

/* 无缝连接区域 */
.ecosystem {
	padding-bottom: 80px;
}

.ecosystem-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
}

.ecosystem-item {
	width: 232px;
	height: 90px;
	border-radius: 10px;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
	transition: transform 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ecosystem-item:hover {
	transform: translateY(-10px);
}

.ecosystem-item img {
	max-width: 100%;
	height: auto;
}

.ecosystem-item h4 {
	color: #333;
}

/* 联系我们区域 */
.contact {
	background: #fff;
}

.contact-container {}

.about-info {
	display: flex;
	justify-content: space-between;
	padding: 90px 0;
}

.about-info-pic {
	border-radius: 10px;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
	transition: transform 0.5s ease;
	width: 586px;
	height: auto;
}

.about-info-pic:hover {
	transform: scale(1.05);
}

.about-info-text {
	width: 614px;
}

.about-info-text h3 {
	font-size: 32px;
	margin-bottom: 20px;
}

.about-info-text p {
	color: #333;
	line-height: 2;
}

.contact-info {
	display: flex;
	justify-content: space-between;
	padding-bottom: 70px;
}

.contact-main {
	width: 584px;
}

.contact-main h3 {
	font-size: 32px;
	margin-bottom: 30px;
}

.contact-item {
	margin-bottom: 15px;
}

.contact-item h4 {
	color: #333;
}

.contact-item p {
	color: #666;
}

.contact-map {
	flex: 1;
	transition: transform 0.5s ease;
}

.contact-map:hover {
	transform: scale(1.05);
}

.contact-map img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	transition: transform 0.5s ease;
}

.contact-map img:hover {
	transform: scale(1.05);
}

/* CTA区域 */
.cta {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 260px;
	text-align: center;
	background: url('../images/go_bg.png') no-repeat right center;
	background-size: cover;
	letter-spacing: 0.15em;
}

.cta h3 {
	font-size: 40px;
	color: #1677ff;
	margin-bottom: 20px;
}

.cta-btn {
	display: inline-block;
	padding: 10px 40px;
	background: #1677ff;
	border: none;
	border-radius: 40px;
	text-decoration: none;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	transition: background-color 0.5s, transform 0.5s ease;
}

.cta-btn:hover {
	background: #1677ffbb;
	transform: scale(1.1);
}

/* 底部区域 */
.footer {
	background: #1a1a1a;
	color: #fff;
	padding: 50px 0 40px 0px;
}

.footer .width-container dl {
	display: flex;
}

.footer .width-container dl dt {
	flex-grow: 1;
}

.footer .width-container dl dt img {
	margin-bottom: 20px;
}

.footer .width-container dl dt p {
	line-height: 2.2;
}

.footer .width-container dl dd {
	margin-left: 50px;
	line-height: 2.2;
	text-align: center;
}

.footer .width-container dl dd img {
	width: 130px;
	height: 130px;
	border-radius: 5px;
	object-fit: cover;
}

/* 返回顶部按钮 */
.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: #007bff;
	color: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s, transform 0.5s ease;
}

.back-to-top.show {
	opacity: 0.6;
	visibility: visible;
}

.back-to-top:hover {
	transform: translateY(-10px);
	opacity: 1;
}

.back-to-top::before {
	content: "↑";
	font-size: 24px;
	font-weight: bold;
}

/* 模态窗口样式 */
.modal {
	display: none;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	animation: fadeIn 0.3s ease;
}

.modal-content {
	position: relative;
	background-color: #fff;
	margin: 10% auto;
	padding: 0;
	border-radius: 10px;
	width: 600px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	animation: slideIn 0.3s ease;
}

/* 五大平台模态窗口样式 */
.platforms-modal {
	width: 600px;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes slideIn {
	from {
		transform: translateY(-50px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.modal-header {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
}

.modal-header h2 {
	flex-grow: 1;
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 18px;
	text-align: left;
	color: #333;
}

.close {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #aaa;
	font-size: 26px;
	font-weight: bold;
	cursor: pointer;
	transition: color 0.3s;
}

.close:hover {
	color: #333;
}

.modal-body {
	padding: 30px;
}

.qr-container {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

/* 五个二维码的布局 */
.qr-container.five-qr {
	flex-wrap: wrap;
}

.qr-container.five-qr .qr-item {
	flex: 1 1 20%;
	min-width: 150px;
}

.qr-item {
	text-align: center;
}

.qr-item img {
	width: 150px;
	height: 150px;
}

.qr-item p {
	margin: 0;
	padding: 0;
	color: #333;
}

@media screen and (max-width: 768px) {
	body {
		min-width: unset;
	}

	.width-container {
		width: 95%;
	}

	h2 {
		font-size: 28px;
		padding: 20px 0;
		text-align: center;
		letter-spacing: 0em;
	}

	h2 .text-unline:before {
		width: 112px;
	}

	.testimonials h2 .text-unline:before {
		width: 84px;
	}

	/* 调整头部导航 */
	.navbar {
		height: 60px;
		gap: 10px;
		position: relative;
		justify-content: space-between;
	}

	.logo {
		width: 120px;
		height: 25px;
		order: 1;
		flex-grow: 1;
	}

	.nav-links {
		order: 4;
	}

	.login {
		order: 2;
		margin-right: 0;
	}

	.login-btn {
		padding: 6px 15px;
	}

	.mobile-menu-icon {
		order: 3;
		display: flex;
		margin-left: 15px;
	}

	/* 隐藏桌面端导航 */
	.nav-links {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(22, 119, 255, 0.95);
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-end;
		gap: 20px;
		z-index: 99;
		padding: 20% 5% 0 0;
	}

	.nav-links a {
		font-size: 20px;
		padding: 10px 30px;
	}

	.nav-links.active {
		display: flex;
	}

	/* 显示移动端菜单图标 */
	.mobile-menu-icon {
		display: flex;
	}

	/* 菜单图标动画 */
	.mobile-menu-icon.active span:nth-child(1) {
		transform: translateY(11px) rotate(45deg);
	}

	.mobile-menu-icon.active span:nth-child(2) {
		opacity: 0;
	}

	.mobile-menu-icon.active span:nth-child(3) {
		transform: translateY(-11px) rotate(-45deg);
	}

	/* 调整主要轮播图区域 */
	.banner {
		height: auto;
		flex-direction: column;
		text-align: center;
		padding: 30px 0;
	}

	.banner-slogan {
		margin-bottom: 20px;
	}

	.banner-slogan h1 {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.banner-slogan p {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.banner-image {
		width: 84%;
		height: auto;
		max-width: 400px;
		margin-bottom: 20px;
	}

	/* 调整统计数字区域 */
	.stats {
		top: -30px;
		height: 120px;
		flex-wrap: wrap;
		height: auto;
		padding: 20px;
		gap: 20px;
	}

	.stat-item {
		width: auto;
	}

	.stat-number strong {
		font-size: 30px;
	}

	.stat-number {
		font-size: 14px;
	}

	/* 调整解决方案区域 */
	.solution-grid {
		gap: 20px;
	}

	.solution-card {
		height: auto;
		padding: 0 30px 10px 30px;
		margin-top: 40px;
	}

	.solution-card-item {
		top: -40px;
	}

	.solution-card-item img {
		width: 80px;
		height: 80px;
	}

	.solutions {
		padding: 0 0 30px 0;
	}

	.solutions h2 {
		padding: 0 0 20px 0;
	}

	.solution-card h3 {
		font-size: 20px;
	}

	/* 调整能做什么区域 */
	.services {
		padding-bottom: 20px;
	}

	.service-grid {
		flex-direction: column;
		align-items: center;
		gap: 15px;
		perspective: none;
	}

	.service-main {
		transform-style: flat;
		width: 100%;
	}

	.service-card {
		width: 100%;
		height: auto;
		padding: 40px 30px 30px 30px;
		transform: none !important;
		border-radius: 15px;
	}

	.service-blue {
		margin-right: 0;
		background: #1677ff;
	}

	.service-yellow {
		padding-left: 30px;
		background: #FFCC00;
	}

	.service-card h3 {
		font-size: 24px;
	}

	.service-card h4 {
		font-size: 18px;
	}

	.service-card ul {
		width: 100%;
	}

	.modal-content {
		width: 92%;
		max-height: 90vh;
	}

	/* 为所有模态窗口添加滚动样式 */
	.modal-body {
		max-height: 75vh;
		overflow-y: auto;
	}

	/* 隐藏滚动条 */
	.modal-body::-webkit-scrollbar {
		width: 0px;
	}

	.modal-body {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	/* 调整五大平台区域 */
	.platforms {
		padding-bottom: 20px;
	}

	.platform-container {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	.platform-main {
		width: 100%;
		height: auto;
		padding: 50px 20px 30px 20px;
		display: block !important;
		/* 在移动端始终显示 */
	}

	.platform-main h3 img {
		height: 36px;
	}

	.platform-main h4 {
		font-size: 22px;
		margin: 30px 0;
		letter-spacing：0;
	}

	.platform-main:hover {
		transform: none;
	}

	.platform-item {
		display: none !important;
		/* 在移动端隐藏platform-item */
		width: 100%;
		height: auto;
		padding: 20px 0;
	}

	/* 调整合作伙伴评价区域 */
	.testimonials {
		padding-bottom: 20px;
	}

	.testimonial-container {
		flex-direction: column;
		align-items: center;
	}

	.testimonial {
		width: 100%;
		height: auto;
		padding: 0 30px 30px 30px;
		margin-top: 40px;
		opacity: 1 !important;
		/* 移除透明度效果 */
		display: block !important;
		/* 在移动端始终显示 */
	}

	.testimonial-main {
		top: -40px;
	}

	.testimonial-main img {
		width: 80px;
		height: 80px;
	}

	.testimonial-main h3 {
		font-size: 20px;
	}

	/* 调整无缝连接区域 */
	.ecosystem {
		padding-bottom: 20px;
	}

	.ecosystem-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}

	.ecosystem-item {
		width: 100%;
		height: auto;
	}

	/* 调整联系我们区域 */
	.about-info {
		flex-direction: column;
		align-items: center;
		padding: 20px 0px;
		gap: 15px;
	}

	.about-info-text {
		width: 100%;
	}

	.about-info-text h3,
	.contact-main h3 {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.contact-info {
		flex-direction: column;
		gap: 0px;
		padding: 20px 0px;
	}

	.contact-main {
		width: 100%;
	}

	.contact-map img {
		width: 100%;
		height: auto;
	}

	.about-info-pic {
		width: 100%;
	}

	/* 调整CTA区域 */
	.cta {
		padding: 20px;
	}

	.cta h3 {
		font-size: 28px;
	}

	/* 调整底部区域 */
	.footer {
		padding: 30px 0;
	}

	.footer .width-container dl {
		align-items: center;
		justify-content: center;
		text-align: center;
		flex-wrap: wrap;
		gap: 0 20px;
	}

	.footer .width-container dl dt {
		width: 100%;
	}

	.footer .width-container dl dd {
		margin: 20px 0 0 0;
	}

	/* 调整返回顶部按钮 */
	.back-to-top {
		bottom: 20px;
		right: 20px;
	}
}

@media screen and (max-width: 600px) {
	.ecosystem-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.width-container {
		width: 92%;
	}

	/* 调整解决方案区域 */
	.solution-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

@media screen and (max-width: 480px) {
	.ecosystem-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.width-container {
		width: 92%;
	}
}