/* 世园特色商品 */
.goods_list{
	width: 100%;
	display: block;
	overflow: hidden;
	background-color: #DFDFDF;
	padding: 50px 0;
}
.goods_list .goods_ul{}
.goods_list .goods_ul li{
	width: 23%;
	float: left;
	display: inline-block;
	overflow: hidden;
	margin-right: 2.6%;
	margin-bottom: 25px;
}
.goods_list .goods_ul li:nth-child(4n){margin-right: 0;}
.goods_list .goods_ul li img{
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 100%;
    height: 305px;
}
.goods_list .goods_ul li .goods_info{
	background-image: url(../images/goods_icon01.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	padding: 5%;
	display: block;
}
.goods_list .goods_ul li .goods_info h6{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	text-align: left;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
}
.goods_list .goods_ul li .goods_info .buy_info{margin: 10px auto;display: block;}
.goods_list .goods_ul li .goods_info .buy_info span{
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ff7800;
}
.goods_list .goods_ul li .goods_info .buy_info button{
	background-color: transparent;
	border: solid 1px #f18b00;
	font-size: 14px;
	line-height: 25px;
	color: #f18b00;
	float: right;
	padding: 0 10px;
}
.on{
	background-color:#f18b00!important;
	color: #FFFFFF!important;
}
/* 弹窗+遮罩 */
.tc_buyimg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #0006;
	display: none;
}
.tcont_buyimg{
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -191px;
	background-color: #fff;
	padding: 50px;
}
.tcont_buyimg .close_by{
	background-color: #ffffff;
	background-image: url(../images/close_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	position: absolute;
	top: 2%;
	right: 2%;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.tcont_buyimg p{text-align: center;}
.tcont_buyimg img{
	width: 200px;
    height: 200px;
}

/* 餐饮 */
.goods_list .res_ul li{
	width: 49%;
	float: left;
	display: inline-block;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 25px;
}
.goods_list .res_ul li:nth-child(even){margin-right:0;}
.goods_list .res_ul li a{
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
}
.goods_list .res_ul li a img{width: 100%;}
.goods_list .res_ul li .res_info{
	background-color: #ffffff;
	padding: 20px;
	display: block;
	overflow: hidden;
}
.goods_list .res_ul li .res_info h6{padding-bottom: 10px;}
.goods_list .res_ul li .res_info h6 a{
	font-size: 16px;
	display: inline-block;
	overflow: hidden;
	max-width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.goods_list .res_ul li .res_info h6 span{
	float: right;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
}
.goods_list .res_ul li .res_info p{
	line-height: 24px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 48px;
}


