html,
body {
	padding: 0;
	margin: 0;
}

.title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 1.05vw;
}

.title_sub {
	background-image: url('../images/select.png');
	background-repeat: no-repeat;
	font-size: 0.6vw;
	color: white;
	text-align: center;
	width: 88%;
	background-position: center;
	background-size: contain;
	padding: 0.1vw 0 0.2vw;
}

.goods_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.goods_list_item {
	margin-bottom: 2vw;
}

.goods_list_item img {
	width: 20vw;
}

.goods_list_item_title {
	color: #3D4257;
	width: 20vw;
}

#el-login-footer {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	color: #7F798D;
	text-align: center;
	font-size: 0.6vw;
	margin-bottom: 1vw;
	display: flex;
	justify-content: center;
	justify-items: center;
}