/* 设备功能拆分 */
.function-split-container {
	overflow: hidden;
}

.function-split-content {
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: content-box;
}

.function-split-content .flex .content .title {
	font-weight: bold;
	color: #222222;
	line-height: 1.5;
	margin: 0;
}

.function-split-content .flex .content .label {
	color: #888888;
	margin: 0;
}

@media screen and (max-width: 1023px) {
	.function-split-content {
		padding: 80px 0 100px;
	}

	.function-split-content .flex {
		display: flex;
	}

	.function-split-content .flex+.flex {
		margin-top: 80px;
	}

	.function-split-content .flex:nth-child(even) {
		flex-direction: row-reverse;
	}

	.function-split-content .flex .content {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 6vw;
	}

	.function-split-content .flex .banner {
		flex-shrink: 0;
		width: 55.8%;
		padding: 0;
	}

	.function-split-content .flex .banner .img,
	.function-split-content .flex .banner .video {
		display: block;
		width: 100%;
	}

	.function-split-content .flex .content .title {
		font-size: 24px;
	}

	.function-split-content .flex .content .label {
		font-size: 16px;
		margin: 10px 0 0 0;
	}

	.function-split-content .flex .content .text {
		margin-top: 10px;
	}

	.function-split-content .flex .content .text+.text {
		margin-top: 0;
	}
}

@media screen and (max-width: 600px) {
	.function-split-content {
		padding: 20px 0 60px;
	}

	.function-split-content .flex {
		display: block;
	}

	.function-split-content .flex+.flex {
		margin-top: 40px;
	}

	.function-split-content .flex .content {
		padding-left: 10px;
	}

	.function-split-content .flex .banner {
		width: 100%;
		padding: 20px 10px 0;
	}

	.function-split-content .flex .content .title {
		font-size: 20px;
		margin: 0;
	}

	.function-split-content .flex .content .label {
		font-size: 14px;
		margin: 6px 0 0 0;
	}
}

@media screen and (min-width: 1024px) {
	.function-split-content {
		padding: 120px 0 120px;
	}

	.function-split-content .flex {
		display: flex;
	}

	.function-split-content .flex+.flex {
		margin-top: 120px;
	}

	.function-split-content .flex:nth-child(even) {
		flex-direction: row-reverse;
	}

	.function-split-content .flex .content {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 40px 0 60px;
	}

	.function-split-content .flex .banner {
		flex-shrink: 0;
		width: 55.8%;
	}

	.function-split-content .flex .banner .img,
	.function-split-content .flex .banner .video {
		display: block;
		width: 100%;
	}

	.function-split-content .flex .content .title {
		font-size: 32px;
	}

	.function-split-content .flex .content .label {
		font-size: 16px;
		margin: 10px 0 0 0;
	}

	.function-split-content .flex .content .text {
		margin-top: 10px;
	}

	.function-split-content .flex .content .text+.text {
		margin-top: 40px;
	}
}