.page {
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	width: 100%;
	max-width: 1600px;
	overflow: hidden;
}
.small-screen-nav{
	display: flex;
	gap: 70px;
}
.box-broadcast {
	background-color: rgba(31, 39, 50, 1);
	width: 100%;
	height: 45px;
	padding: 0px 230px;
	font-size: 14px;
}

.text-box-broadcast-address {
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
	line-height: 12px;
}

.text-box-broadcast-email {
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
	line-height: 12px;
}

.box_nav {
	background-image: linear-gradient(180deg, #c8e4fc 0%, #7bacf8 100%);
	width: 100%;
	height: 109px;
	margin-top: -3px;
}

.box-nav-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 70px;
}

.box-nav-title {
	font-size: 20px;
}

.box-nav-cat {
	font-size: 16px;
}

.text-nav-title {
	width: 170px;
	height: 36px;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 26px;
	font-weight: NaN;
	text-align: left;
	white-space: nowrap;
	line-height: 26px;
	margin: 31px 0 0 225px;
}

.text-nav-cat {
	overflow-wrap: break-word;
	color: #333;
	font-size: 16px;
	text-align: left;
	white-space: nowrap;
	line-height: 16px;
}

.box-nav-contact-button button {
	width: 157px;
	height: 44px;
	background: #ff722e;
	border-radius: 0px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.box-banner img {
	width: 100%;
	object-fit: cover;
}

.text-box-contact-us {
	color: rgba(255, 255, 255, 1);
	overflow-wrap: break-word;
	white-space: nowrap;
	text-align: left;
}

.text-box-contact-us.title {
	font-size: 42px;
	line-height: 42px;
}

.text-box-contact-us.mail-address {
	font-size: 22px;
	line-height: 22px;
}

.text-box-contact-us.mail {
	font-size: 16px;
	line-height: 16px;
	margin: 19px 0 0 18px;
}

.text-box-contact-us.theme {
	font-size: 16px;
	line-height: 16px;
	margin: 19px 0 0 18px;
}

.text-box-contact-us.content {
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	text-align: left;
	white-space: nowrap;
	line-height: 16px;
	margin: 10px 0 0 18px;
}

.box-contact-us-submit {
	width: 102px;
	height: 52px;
	background: #4aa2ff;
	border-radius: 40px;
	color: #fff;
	margin-top: 38px;
}

.box-contact-us-submit span {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	overflow-wrap: break-word;
	line-height: 52px;
}

.box-contact-us-text-wrapper {
	height: 60px;
	border: 1px solid rgba(255, 255, 255, 1);
	width: 268px;
}

.page-footer {
	background-color: rgba(40, 46, 56, 1);
	width: 100%;
	height: 200px;
	gap: 500px;
	padding: 54px 230px 76px;
}

.footer-company-name {
	font-size: 26px;
	color: #ffffff;
}

.footer-company-address {
	font-size: 16px;
	color: #ffffff;
}

.page-footer-nav {
	gap: 16px;
	height: 20px;
}

.page-footer-nav-cat {
	font-size: 16px;
}

.text-page-footer-nav-cat {
	font-size: 16px;
	color: #fff8f4;
}

#privacy-policy-content {
	margin-top: 53px;
}

#privacy-policy-content-container {
	width: 1368px;
	padding: 0 152px 30px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	margin-bottom: 96px;
}

#privacy-policy-content h1,
#privacy-policy-content h2,
#privacy-policy-content h3,
#privacy-policy-content p {
	font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
	color: #333;
	text-align: left;
	font-style: normal;
	text-transform: none;
	font-weight: normal;
	text-transform: none;
}

#privacy-policy-content h1 {
	font-size: 46px;
	line-height: 54px;
	margin: 16px 0;
	font-weight: bold;
}

#privacy-policy-content h2 {
	font-size: 30px;
	line-height: 35px;
	margin: 20px 0 10px 21px;
	font-weight: bold;
}

#privacy-policy-content h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 0 42px;
}

#privacy-policy-content p {
	font-size: 16px;
	line-height: 19px;
}

/* 隐私政策列表样式 */
#privacy-policy-content-container li {
	font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	list-style: none;
}

/* 一级列表 */
#privacy-policy-content-container li.list-1 {
	margin-left: 0;
}

/* 二级列表 */
#privacy-policy-content-container li.list-2 {
	margin-left: 10px;
}

/* 三级列表 */
#privacy-policy-content-container li.list-3 {
	margin-left: 20px;
}

.box-contact-us {
	width: 100%;
	height: 580px;
	background: linear-gradient(180deg, #c8e4fc 0%, #7bacf8 100%);
	margin-top: 96px;
}

.box-contact-us-container {
	width: 570px;
	height: 438px;
}

.box-contact-us-submit {
	width: 102px;
	height: 52px;
	background: #4aa2ff;
	border-radius: 40px;
	color: #fff;
	margin-top: 38px;
}

.box-contact-us-submit span {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	overflow-wrap: break-word;
	line-height: 52px;
}

#footer-about-us {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
}

/* ========================================
   移动端适配 - 768px 及以下
   ======================================== */
@media screen and (max-width: 768px) {
	/* 页面容器 */
	.page {
		width: 100%;
		min-width: unset;
	}

	/* 顶部横幅 */
	.box-broadcast {
		height: auto;
		padding: 8px 16px;
		font-size: 12px;
	}

	.text-box-broadcast-email {
		font-size: 11px;
		white-space: normal;
		word-break: break-all;
	}

	/* 导航栏 */
	.box_nav {
		height: auto;
		padding: 12px 16px;
	}

	.box-nav-container {
		flex-direction: column;
		gap: 12px;
		align-items: flex-start;
	}

	.box-nav-title {
		/* margin-bottom: 8px; */
	}

	.text-nav-title {
		font-size: 20px;
		margin: 0;
		height: auto;
		width: auto;
		line-height: 1.2;
	}

	.box-nav-cat {
		font-size: 14px;
	}

	.text-nav-cat {
		font-size: 14px;
		white-space: normal;
	}

	/* 内容区域 */
	#privacy-policy-content {
		margin-top: 24px;
		padding: 0 16px;
	}

	#privacy-policy-content-container {
		width: 100%;
		padding: 16px;
		margin-bottom: 40px;
	}

	#privacy-policy-content h1 {
		font-size: 24px;
		line-height: 1.3;
		margin: 12px 0;
	}

	#privacy-policy-content h2 {
		font-size: 18px;
		line-height: 1.3;
		margin: 16px 0 8px 0;
	}

	#privacy-policy-content h3 {
		font-size: 14px;
		line-height: 1.3;
		margin: 12px 0 0 0;
	}

	#privacy-policy-content p {
		font-size: 13px;
		line-height: 1.6;
	}

	#privacy-policy-content-container li {
		font-size: 13px;
		line-height: 1.6;
		margin-left: 0;
	}

	/* 页脚 */
	.page-footer {
		height: auto;
		padding: 30px 16px;
		gap: 24px;
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-company-name {
		font-size: 18px;
	}

	.footer-company-address {
		font-size: 13px;
	}

	.page-footer-nav {
		flex-wrap: wrap;
		gap: 12px;
		height: auto;
	}

	.page-footer-nav-cat {
		font-size: 13px;
	}

	.text-page-footer-nav-cat {
		font-size: 13px;
	}
}

/* ========================================
   平板适配 - 769px 到 1024px
   ======================================== */
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.box-broadcast {
		padding: 0 60px;
	}

	.text-nav-title {
		margin-left: 60px;
	}

	#privacy-policy-content-container {
		width: 90%;
		padding: 0 40px 20px;
		margin: 0 auto 60px;
	}

	#privacy-policy-content h1 {
		font-size: 32px;
	}

	#privacy-policy-content h2 {
		font-size: 22px;
	}

	.page-footer {
		padding: 40px 60px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.box-broadcast {
		padding: 0 60px;
	}

	.text-nav-title {
		margin-left: 60px;
	}

	.carousel {
		height: 400px;
	}

	.box-mission {
		width: 90%;
		height: auto;
		padding: 30px;
	}

	.box-team-desc-title {
		font-size: 42px;
	}

	.box-cooperation-title {
		font-size: 60px;
	}

	.box-cooperation-subtitle {
		font-size: 28px;
	}

	.page-footer {
		padding: 40px 60px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.box-nav-container{
		display: block;

	}
	.small-screen-nav{
		margin-top: 10px;
	}

	/* 合作模式模块 - 移动端适配 */
	.box-cooperation-mode {
		width: 100%;
		margin-top: 30px;
		padding: 0;
	}

	.box-cooperation-mode .flex-row {
		flex-direction: column !important;
	}

	/* 代理合作 & 联运合作 - 统一布局 */
	.box-cooperation-mode.agent .flex-row,
	.box-cooperation-mode.joint .flex-row {
		flex-direction: column-reverse;
	}

	.box-cooperation-mode.joint .flex-row {
		flex-direction: column;
	}

	/* 内容区域 */
	.group_30,
	.box_58 {
		width: 100%;
		height: auto;
		margin-top: 0;
		padding: 16px;
		background: #fff;
		border-radius: 12px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	}

	.box_58 {
		margin-top: 0;
	}

	/* 标题样式 */
	.box-cooperation-mode-title {
		font-size: 20px;
		font-weight: bold;
		color: #333;
		margin-bottom: 16px;
		padding-bottom: 12px;
		border-bottom: 2px solid #1575dc;
		background: none;
	}

	/* 合作项目列表 */
	.image-text_27,
	.image-text_28,
	.image-text_29,
	.image-text_30,
	.image-text_31,
	.image-text_32,
	.image-text_33,
	.image-text_34 {
		width: 100%;
		height: auto;
		padding: 12px 0;
		margin: 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		gap: 12px;
		border-bottom: 1px solid #f0f0f0;
	}

	.image-text_27:last-child,
	.image-text_28:last-child,
	.image-text_29:last-child,
	.image-text_30:last-child,
	.image-text_31:last-child,
	.image-text_32:last-child,
	.image-text_33:last-child,
	.image-text_34:last-child {
		border-bottom: none;
	}

	/* 项目图标 */
	.box-cooperation-mode-content-mark {
		width: 24px;
		height: 24px;
		margin: 0;
		flex-shrink: 0;
	}

	.box-cooperation-mode-content {
		font-size: 14px;
		color: #555;
		line-height: 1.4;
		white-space: normal;
		word-break: break-word;
	}

	.box-cooperation-mode-pic {
		width: 100%;
		height: auto;
		margin-top: 20px;
		padding: 20px;
		background: linear-gradient(135deg, #f8f9ff 0%, #e8f4ff 100%);
		border-radius: 12px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}

	.box-cooperation-mode-pic img {
		height: auto;
		max-width: 200px;
		object-fit: contain;
	}

	.box-cooperation-mode-round {
		width: 40px;
		height: 10px;
		margin: 0;
	}

	.box-cooperation-mode {
		margin-bottom: 30px;
	}
}