body {
	background-color: #f9f9f9 !important;
}

.store-top {
	/* width: 1684px; */
	/* height: 800px; */
	width: 1053px;
	height: 330px;
	margin: 0 auto;
}
.store-top img {
	width: 100%;
	height: 100%;
}
.store-nav {
	margin-top: 60px;
	background-color: #fff;
}
.store-nav ul {
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.store-nav ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.store-nav ul li img {
	width: 150px;
	height: 150px;
	margin-bottom: 32px;
}
.store-nav ul li div {
	font-size: 22px;
	color: #666;
	display: flex;
	justify-content: center;
}

.store-rec {
	width: 1684px;
	margin: 0 auto;
}
.store-rec .title {
	height: 162px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #000;
}
.store-rec .body {
	width: 1684px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0 20px;
}
.store-rec .body::after {
	content: "";
	flex: auto;
}
.store-rec .body > li {
	width: 548px;
	height: 748px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 19px 24px;
	margin-bottom: 60px;
}
.store-rec .body > li a {
	display: block;
	width: 100%;
	height: 100%;
}
.store-rec .body > li .img {
	width: 500px;
	height: 500px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.store-rec .body > li .r1 {
	line-height: 34px;
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.store-rec .body > li .r2 {
	font-size: 24px;
	line-height: 34px;
	color: #999;
	margin-bottom: 20px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.store-rec .body > li .r3 {
	font-size: 24px;
	line-height: 34px;
	color: #83cbc5;
	margin-bottom: 20px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.box-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 94px auto 200px auto;
}
.box-empty img {
	width: 300px;
	height: 300px;
	margin-bottom: 40px;
}
.box-empty div {
	font-size: 24px;
	line-height: 34px;
	color: #999;
}
