body * {
	box-sizing: border-box;
	flex-shrink: 0;
}

body {
	width: 100%;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Alibaba PuHuiTi', 'PingFang SC', 'Microsoft YaHei', Roboto, Arial, sans-serif;
}

a {
	text-decoration: none;
}

a:-webkit-any-link {
	text-decoration: none;
	color: inherit;
}

input {
	background-color: transparent;
	border: 0;
}

button {
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	outline: none;
	background-color: transparent;
}

button:active {
	opacity: 0.6;
}

.text {
	font-family: Helvetica, 'Microsoft YaHei', Arial, sans-serif;
	text-align: left;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.justify-start {
	display: flex;
	justify-content: flex-start;
}

.justify-center {
	display: flex;
	justify-content: center;
}

.justify-end {
	display: flex;
	justify-content: flex-end;
}

.justify-evenly {
	display: flex;
	justify-content: space-evenly;
}

.justify-around {
	display: flex;
	justify-content: space-around;
}

.justify-between {
	display: flex;
	justify-content: space-between;
}

.align-start {
	display: flex;
	align-items: flex-start;
}

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

.align-end {
	display: flex;
	align-items: flex-end;
}

#page-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	body {
		min-width: unset;
	}
	
	.justify-between {
		/* flex-wrap: wrap; */
	}
	
	.flex-row {
		/* flex-wrap: wrap; */
	}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.box-broadcast {
		padding: 0 60px;
	}

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

	.carousel {
	}

	.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;
		gap: 15px !important;
	}

	/* 合作模式模块 - 移动端适配 */
	.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;
		object-fit: contain;
	}
	.box-cooperation-mode-pic img.box-cooperation-mode-round-last {
		width: 100%;
	}
	.box-cooperation-mode-round {
		width: 40px;
		height: 10px;
		margin: 0;
	}

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