.m_layout{
	
	padding-top:1.83rem; 
	padding-bottom:0; 
	
}
header{
	text-align:center;
	height: 0.95rem;
	line-height:0.95rem;
	background: #fff;
	overflow: hidden;
	white-space: nowrap;
}
header img{ 
	float: left; 
	width:0.5rem; 
	height: auto;
	margin-left:0.3rem;
	margin-top: 0.2rem;

}
header p{
	font-size: 0.34rem;
	margin-left: 27%;
}
header .iconfont{
	margin-right: 5%;
	font-size: 0.4rem;
	float:right;
	display:block;
}
header button{
	margin-left: 0.4rem;
	border:none;
	background: none;
	margin-top: 0.3rem;
	font-size: 0.3rem;
}


.nav{
	/*margin-top: 0.2rem;*/
	width:100%;
	height:0.88rem; 
	position:fixed;
	top:0.95rem; 
	z-index:100;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
    padding: 0 0.2rem;
    background: #fff;
}

.nav .on{
	border:1px solid #f8a120;
	box-sizing:border-box;
	color: #f8a120;
}
.nav a{
	flex: 1;
	border:1px solid #ccc; 
	height:0.88rem; 
	line-height:0.88rem;
	color: #333;
	font-size: 0.28rem;
	margin-left: 0.15rem;
	text-align: center;
	position: relative;
}
.nav a img{
	width: 0.2rem;
	position: absolute;
	top: 0.4rem;
	right: 5px;
}

/*like*/
.like{
	width: 100%;
	padding: 0 0.2rem;
	
}
.like h2{
	font-size: 0.3rem;
	margin-top: 0.3rem;
	padding-left: 0.2rem;
}

.like ul{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}

.like ul li{
	margin-top: 0.3rem;
	height: auto;
	width: 50%;
	float: left;
	background: #fff;
}
.like ul li a{

}
.like ul li a .pic{
	width: 100%;
	height: 3rem;
	margin:0 auto;
	padding: 0.3rem;
	overflow: hidden;
}
.like ul li a .pic img{
	width: 68%;
	height: 100%;
	margin:0 auto;
}
.like ul li a p{
	font-size: 0.24rem;
	color: #333;
	margin-top: 0.15rem;
	margin-left: 0.3rem;
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.like ul li a .e_name{
	font-weight: 800;
}
.like ul li a .price{
	font-weight: 800;
	font-size: 0.32rem;
}
.like ul li a .intro{
	color: #8d5a2d;
	margin-bottom: 0.2rem;
}
.like ul li a .intro span{
	color: #8d5a2d;
	position: relative;
	margin-right: 0.15rem;
	width: 0.6rem;
	display: inline-block;
	border-right:1px solid #f9af41;
}
.like ul li a .intro span:last-child{
	border:none;
}