.content-wrap img {
	width: 100%;
	vertical-align: middle;
}

.main-bg {
	height: auto;
	background: url('../../images/frontPage/article_bg.jpg') no-repeat scroll center top rgb(241, 241, 243);
	background-size: 100% 100%;
}

.content-wrap {
	padding: 0px 20px;
	position: relative;
	top: 135px;
	left: 0;
	border: 2px solid #fccf00;
	background: #FFFFFF;
	margin-bottom: 210px;
}

.location {
	color: #999;
	font: 12px/50px "Microsoft YaHei";
	height: 50px;
	padding-left: 0;
	position: relative;
}

.location em {
	color: #b69047;
}

.food-filter-wrap {
	margin-top: 30px;
}

.food-filter-type {
	display: flex;
	flex-direction: row;
	background: #DDDDDD;
	height: 44px;
}

.food-filter-type div {
	height: 100%;
	width: 12%;
	line-height: 44px;
	text-align: center;
	background: #DDDDDD;
}

.food-filter-type div a {
	display: block;
	height: 100%;
	width: 100%;
	font-size: 14px;
	color: #FFFFFF;
}

.food-filter-type div:hover,
.food-filter-type div.active {
	background: #F6C243;
}

.food-filter-item-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	border-bottom: 2px solid #DDDDDD;
}

.food-filter-item-wrap div img {
	width: 15px;
	height: 17px;
}

.food-filter-item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 90%;
	color: #333333;
	font-size: 13px;
}

.food-filter-item li{
	width: 18%;
}

.food-filter-item li.active a,.food-filter-item li a:hover {
	color: #F6C243;
}

.shop-list-wrap {
	font-size: 13px;
	color: #333333;
}

.shop-list-wrap .list {}

.shop-list-wrap .list dt,
.shop-list-wrap .list dd {
	display: flex;
	flex-direction: row;
	height: 60px;
	align-items: center;
}

.shop-list-wrap .list dt {
	color: #F6C243;
	border-bottom: 1px solid #F6C243;
}

.shop-list-wrap .list dd {
	border-top: 2px solid #F6C243;
	background: #FDF0D5;
}

.shop-list-wrap .list .odd {
	background: #F1F1F1;
}

.shop-list-wrap .list dt .p1,
.shop-list-wrap .list dd .p1 {
	padding-left: 10px;
	width: 20%;
}

.shop-list-wrap .list dt .p2,
.shop-list-wrap .list dd .p2 {
	width: 10%;
}

.shop-list-wrap .list dt .p2,
.shop-list-wrap .list dd .p2 {
	width: 18%;
}

.shop-list-wrap .list dt .p3,
.shop-list-wrap .list dd .p3 {
	width: 10%;
}

.shop-list-wrap .list dt .p4,
.shop-list-wrap .list dd .p4 {
	width: 20%;
}

.shop-list-wrap .list dt .p5,
.shop-list-wrap .list dd .p5 {
	width: 20%;
}

.shop-list-wrap .list dt .p6,
.shop-list-wrap .list dd .p6 {
	width: 10%;
}

.shop-list-wrap .list dd:hover {
	background: #F6C243;
	color: #FFFFFF;
}

.shop-list-page {
	height: 80px;
	line-height: 80px;
	text-align: right;
	font-size: 13px;
	color: #333333;
}

.shop-list-page a {
	margin: 0 2px;
}

.shop-list-page .pageNum {
	padding: 0 2px;
}

.shop-list-page a.active {
	padding: 0 5px;
	border: 1px solid #F6C243;
	color: #F6C243;
}

.arrow {
	display: inline-block;
	line-height: 16px;
	background: #d6d6d6 !important;
	width: 14px !important;
	height: 16px !important;
	text-align: center;
	color: white;
	font-size: 12px;
}

.swiper-button-next, .swiper-button-prev{
	position: relative !important;
	margin-top: 0px !important;
}
.swiper-button-prev{
	left: 0px !important;
}
.swiper-button-next{
	right: 0px !important;
}
@media only screen and (max-width: 700px) {
	.mian .container .content-wrap {
		padding: 0;
		border: none;
	}
	.mian .container .content-wrap .food-header .location {
		display: none;
	}
	.mian .container .content-wrap .food-filter-wrap .food-filter-type div {
		width: 33.3%;
	}
	.mian .container .content-wrap .food-filter-wrap .food-filter-item-wrap>a {
		display: none;
	}
	/*.mian .container .content-wrap .food-filter-wrap .food-filter-item-wrap ul li:not(:first-child) {
		display: none;
	}*/
	.mian .container .content-wrap .food-filter-wrap .food-filter-item-wrap ul li:first-child a{
		font-size: 12px;
		margin: 0px 10px 0px 5px;
		color: #333;
	}

	.mian .container .content-wrap .shop-list-wrap .list .p1,
	.mian .container .content-wrap .shop-list-wrap .list .p4 {
		width: 43%;
	}
	.mian .container .content-wrap .shop-list-wrap .list .p6 {
		width: 14%;
	}

	.mian .container .content-wrap .shop-list-wrap .list .p2,
	.mian .container .content-wrap .shop-list-wrap .list .p3,
	.mian .container .content-wrap .shop-list-wrap .list .p5 {
		display: none;
	}

  .food-filter-item li  {
		width: 22%;
		margin-left: 3px;
	}

	.shop-list-page{
		padding: 0px 10px;
	}
}

@media only screen and (max-width: 720px) {
	.content-wrap{
		top:0;
		border:0;
	}
	.location{
		display: none;
	}
}