.body_wrap{
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-color: #f8f8f8;
}
.search_wrap{
	width: 100%;
	height: auto;
	padding: .3rem .2rem;
}
.search_item{
	width: 100%;
	height: 0.8rem;
	padding: 0 .25rem 0 .64rem;
	background-color: #ffffff;
	border-radius: 0.1rem;
	border: solid 0.01rem #e95341;
	background-image: url(../img/search.png);
	background-size: .27rem .28rem;
	background-position: .25rem center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.search_val{
	width: 100%;
	height: 100%;
	font-size: .26rem;
	color: #878787;
}
.body_content{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-shadow: 0rem 0rem 0.08rem 0rem 
		rgba(0, 0, 0, 0.05);
	border-radius: 0.15rem 0.15rem 0rem 0rem;
}
.sort_container{
	width: 100%;
	height: auto;
	padding: .4rem .2rem .8rem;
	background-color: #fff;
}
.sotr_item{
	width: auto;
	padding: 0 .2rem;
	height: 0.64rem;
	line-height: .64rem;
	font-size: 0.24rem;
	text-align: center;
	color: #878787;
	margin-right: .2rem;
	background-color: #f1f1f1;
	border-radius: 0.1rem;
}
.sotr_item.active{
	color: #e95341;
}

.pro_list{
/* 	margin-top: -.4rem; */
	width: 100%;
	height: auto;
	padding: 0 .2rem 1rem ;
}
.pro_list_item{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: .1rem;
	background-color: #fff;
		margin-bottom: .15rem;
}
.pro_list_item .img{
	width: 7.1rem;
	height: 3.55rem;
	overflow: hidden;
}
.pro_list_item .title{
	height: .85rem;
	line-height: .85rem;
	font-size: 0.32rem;
	letter-spacing: 0.01rem;
	color: #1a1a1a;
	font-weight: bold;
}
.pro_list_item .title h1{
	font-size: 0.32rem;
}
.pro_list_item .title span{
	display: inline-block;
	color: #e95341;
	font-weight: 400;
}
.pro_list_item .caption{
	padding: 0 .2rem .2rem;
	height: auto;
}
.pro_list_item .info{
	font-size: 0.24rem;
	line-height: 0.36rem;
	letter-spacing: 0.01rem;
	color: #1a1a1a;
}