.yspxsortlist {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	z-index: 6;
	margin-top: 5%;
	margin-bottom: 3%;
	/* position: absolute; */
	margin-left: 18.75%;
	margin-right: 18.75%;
	padding: 1.4% 5% 1.4% 8.3%;
	border-top: 1.25rem solid #788f85 !important;
	background-color: #f8f8f8 !important;
}

.zylist {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	box-sizing: border-box;
}

.zyitem {
	width: 16.3%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 3.7%;
	border-radius: 1.25rem;
	box-sizing: border-box;
	margin-bottom: 10%;
	cursor: pointer;
}

.zyitem img {
	width: 100%;
	height: auto;
}

.zyitem div {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
	color: #faf6f5;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.5rem;
}
