body {
	background: #fafafd;
	font-family: 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
}

.cooperate-banner {
	width: 100vw;
	min-width: 1200px;
	height: 220px;
	border-radius: 0 0 24px 24px;
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.cooperate-banner img {
	width: 100vw;
	min-width: 1200px;
	height: 100%;
	object-fit: cover;
	display: block;
}

.cooperate-title {
	font-size: 48px;
	color: #ff3c3c;
	font-weight: bold;
	margin: 48px auto 40px auto;
	text-align: left;
	letter-spacing: 2px;
	width: 1200px;
}

.cooperate-main {
	width: 1200px;
	margin: 0 auto;
	min-height: 800px;
}

.cooperate-logos {
	display: flex;
	flex-wrap: wrap;
	gap: 48px 0;
	justify-content: space-between;
	padding: 40px 0;
}

.cooperate-logo-item {
	width: 354px;
	height: 200px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	transition: box-shadow 0.2s;
}

.cooperate-logo-item img {
	max-width: 220px;
	max-height: 70px;
	object-fit: contain;
}

@media (max-width: 1300px) {
	.cooperate-main {
		width: 98vw;
		min-width: 320px;
	}

	.cooperate-title {
		width: 98vw;
		min-width: 320px;
	}

	.cooperate-banner,
	.cooperate-banner img {
		min-width: 320px;
	}
}