body {
	background-color: #f6f6f6;
}

.content {
	width: 1200px;
	display: flex;
	justify-content:center;
	flex-direction: column;
	margin: auto;
}

.productList {
	width: 100%;
	margin: 10px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.shopMessage {
	width: 20%;
}

.commodity {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 18.33%;
	background-color: #ffffff;
	border: 2px solid #eee;
	margin-top: 15px;
}
.commodity-img img{
	margin: 5px;
}

.commodity p {
	text-align: center;
}

.commodity-message {
	margin: 5px;
}

.commodity-message h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: unset;
	color: #FF0000;
}

.commodity-message h3 .commodity-span {
	font-size: 14px;
	color: #b9b9b9;
	font-weight: 200;
}

.commodity-message p {

	width: 100%;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 5px auto;
	font-size: 13px;
	color: #999999;
}

.commodity-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 5px;
	margin-bottom: 20px;
}

.commodity-bottom img {
	position: relative;
	top: 3px;
}

.bot-left span {
	font-size: 12px;
	color: b9b9b9;
}

.bott-right {
	width: 32px;
	height: 32px;
	background-color: #ff4b6d;
	border-radius: 32px;
	position: relative;
}

.bott-right img {
	position: absolute;
	left: 7px;
	top: 8px;
}

.shopMessage{
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 185px;
	text-align: center;
	margin-top: 20px;
	width: 100%;
}
.shopMessage-left-img{
	width: 7%;
}
.shopMessage-left-img img{
	border: 1px solid #cccccc;
}
.shopMessage-left-shopName{
	width: 93%;
}
.shopMessage-left{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shopMessage h3{
	text-align: left;
	margin-bottom: unset;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}
.shopMessage h3 span{
	font-size: 12px;
	color:#999999 ;
}
.shopMessage h3 span img{
	position: relative;
	top: 2px;
}
.shopMessage .p1{
	text-align: left;
	padding: 0 10px;
}
.shopMessage .p2{
	margin-left: 10px;
	text-align: left;
}
.shopMessage .p2 span{
	border: 1px solid #ececec;
	padding: 0 10px;
	padding: 3px;
}
.shopMessage p{
	font-size: 14px;
	color:#999999 ;
}
.shopMessage .address{
	margin-left: 10px;
	text-align: left;
}