.container {
	width: 94%;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 750px) {
	.list1 .item {
		width: calc(100% - 20px);
	}
	.list2 .item {
		width: calc(100% - 20px);
	}
	.list3 .item {
		width: calc(100% - 20px);
	}
}

@media screen and (max-width: 960px) and (min-width: 751px) {
	.list1 .item {
		width: calc(50% - 20px);
	}
	.list3 .item {
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 1407px) and (min-width: 961px) {
	.container {
		min-width:920px
	}
	/* .list1 .item {
		width: calc(50% - 20px);
	} */
	/* .swiper {
		height: 285.7px !important;
	} */
}
@media screen and (min-width: 1408px) {
	.container:not(.is-max-desktop):not(.is-max-widescreen) {
		max-width:1344px
	}
	.swiper {
		height: 400px !important;
	}
}

