* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #141117;
	display: flex;
	flex-direction: column;
	align-items: center;
	
}
.header {
	width: 100%;
	/* min-width: 1600px; */
	object-fit: cover
}
.main {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.main .title {
	color: #ffffff;
	font-size: 40px;
	line-height: 40px;
	font-weight: 500;
	text-align: center;
	
}
.main .goods {
	display: flex;
	width: 75%;
	justify-content: space-between;
	/* min-width: 1200px; */
}

.main .goods .goods-item {
	width: 18%;
}
.swiper-container {
	width: 85%;
	/* min-width: 1200px; */
	/* height: 270px; */
}
.swiper-slide {
	width: 30%;
}
.footer {
	width: 100%;
	/* min-width: 1600px; */
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (max-width: 440px) {
		.main .title {
			color: #ffffff;
			font-size: 16px;
			line-height: 16px;
			font-weight: 500;
			text-align: center;
			
		}
	}