/* 效果展示 */
.effect-container {
	background: #f3f3f3;
	overflow: hidden;
}

.effect-content {
	max-width: 1200px;
	margin: 0 auto;
}

.effect-content .img {
	display: block;
	width: 100%;
}

@media screen and (max-width: 1023px) {
	.effect-content {
		padding: 40px 10px 30px;
	}

	.effect-content .img {
		margin-top: 40px;
	}
}

@media screen and (min-width: 1024px) {
	.effect-content {
		padding: 160px 20px 70px;
	}

	.effect-content .img {
		margin-top: 70px;
	}
}