body {
	background-color: #f6f6f6;
}

.content {
	width: 1200px;
	margin: auto;
}

.content .shop_list {
	display: flex;
	align-items: center;
	justify-content: start;
	background-color: #ffffff;
	height: 150px;
	margin: 10px 0;
}

.content .shop_list .shop_list_left {
	border: 1px solid #eee;
	margin-left: 15px;
	width: 150px;
	height: 150px;
	width: 17.88%;
}

.content .shop_list .shop_list_left img {
	width: 100%;
	height: 150px;
}

.content .shop_list .shop_list_right {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-left: 35px;
	width: 100%;
}

.content .shop_list .shop_list_right .r1 {
	display: flex;
	justify-content: flex-start;
	height: 30px;
	margin: unset;
	font-size: 15px;
}

.content .shop_list .shop_list_right .r1 h4 {	
	font-size: 15px;
}

.content .shop_list .shop_list_right .r1 h4,
p {
	margin: unset;
}

.content .shop_list .shop_list_right .r1 .attention {
	margin-left: 30px;
	border: 1px solid #ff0000;
	background-color: #ff0000;
	text-align: center;
	color: #fff;
	width: 44px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}

.content .shop_list .shop_list_right .r1 .address {
	margin-left: 30px;
	font-size: 14px;
}

.shop_list_right_bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.shop_list_right_bot_left {
	width: 90%;
}

.content .shop_list .shop_list_right .r2 p,
.r3 p,
.r4 p {
	font-size: 12px;
	color: #999999;
}

.content .shop_list .shop_list_right .r2 img {

	height: 15px;
}

.content .shop_list .shop_list_right .r3 p {
	margin: 10px 0;
}

.content .shop_list .shop_list_right .r4 p {
	margin: 10px 0;
}

.content .shop_list .shop_list_right .r5 p {
	font-weight: 600;
	font-size: 14px;
}

.content .shop_list .shop_list_right .r5 span {
	font-weight: 300;
	font-size: 13px;
	margin: 0 5px;
}

.content .shop_list .shop_list_right .r5 .score {
	color: #FF0000;
}

/* 右侧推荐是商品 */
.shop_list_right_bot_right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 30px;
}

.bot_right {
	display: flex;
	flex-direction: column;
	margin: 0  10px;
}

.bot_right .p2 {
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80px;
}

.bot_right_content {
	width: 80px;
	height: 80px;
	
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}

.bot_right_content p {
	position: absolute;
	bottom: 0;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	width: 100%;
}
