* {}

html,
body {
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 0;
	background:#FFE6C6;
}

div {
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

img {
	width: 100%;
}

.item-goods {
	width: 6.9rem;
	margin: 0 auto;
	background: linear-gradient( 180deg, #FFDDB0 0%, #FFFFFF 20%, #FFFFFF 100%);
	box-shadow: 0px 3px 6px 1px rgba(255, 221, 176, 1);
	border-radius: 0.5rem;
	margin-top: 0.3rem;
}

.goods-title {
	width: 5rem;
	height: 0.8rem;
	box-sizing: border-box;
	padding-top: 0.4rem;
	margin: 0 auto;
	background: url('images/daodu.png');
	background-size: 100% 100%;
	font-weight: bold;
	font-size:0.36rem;
	color: #FFFFFF;
	/* text-shadow: 0px 3px 13px rgba(0,112,15,0.36); */
	text-align: center;
	margin-bottom: 10px;

	
}

.goods-list {
	overflow: hidden;
	padding-left: 0.2rem;
}

.prod-pic img {
	width: 2rem;
	height: 2rem;
	border-radius: 0.2rem;
}

.prod-title {
	line-height: 1.5;
	font-size: 0.24rem;
	margin-top: 0.2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 0.72rem;
	margin-bottom: 0.1rem;
}

.product {
	width: 2rem;
	float: left;
	margin-right: 0.2rem;
	margin-bottom: 0.5rem;
}
.prod-buy{
	font-weight: bold;
	font-size: 0.28rem;
	color: #FFFFFF;
	text-shadow: 0px 3px 13px rgba(246, 101, 48, 0.2);
	text-align: center;
	width: 1.86rem;
	height:0.66rem;
	line-height: 0.66rem;
	background: linear-gradient( 0deg,  #F4900A 0%, #F66530 100%);
	box-shadow: 0px 3px 13px 1px rgba(246, 101, 48, 0.2);
	border-radius:0.3rem;
}

.center-btn{
	margin: 0 auto;
	margin-top: 0.2rem;
		
}
.nav-menu-box{
	width: 6.9rem;
	margin: 0 auto;
	background: linear-gradient( 180deg, #FFDBAA 0%, #FFFFFF 20%, #FFFFFF 100%);
	box-shadow: 0px 3px 6px 1px rgba(0,90,62,0.31);
	border-radius:0.16rem;
	padding: 0.3rem;
	margin-top: 0.3rem;
	font-size:0.22rem;
	color: #3D3D3D;
	line-height: 1.5;
}
.nav-menu{
	display: flex;
	justify-content: space-around;

}
.nav-menu>div{
	width:1.5rem;
	text-align: center;
	font-size: 0.24rem;

}
.nav-menu>div>a>img{
	width: 1.1rem;
}

.search-box{
	width: 6.9rem;
	height:0.8rem;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 1rem;
	border: 1px solid #FCA853;
	/* box-shadow: 0px 3px 6px 1px #2AA29C; */
	display: flex;
	align-items: center;


}
.search-box input{
	width: 5.6rem;
	padding-left: 0.3rem;
	line-height: 0.6rem;
	border: none;
	background: none;
	outline: none;
}
.search-box button{
	width: 0.4rem;
	height: 0.4rem;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	
}
/* 列表页 */

.goods-list-l {
	overflow: hidden;
	padding:0 0.3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.5rem;
}

.prod-pic-l img {
	width: 3.3rem;
	height: 3.3rem;
}

.prod-title-l {
	line-height: 1.5;
	font-size: 0.28rem;
	margin-top: 0.2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 0.8rem;
	padding: 0 0.2rem;
	margin-bottom: 0.1rem;
}

.product-l {
	width: 3.3rem;
	background-color: #fff;
	margin-bottom: 0.5rem;
	box-shadow: 0px 3px 6px 1px rgba(255, 221, 176, 1);
	border-radius: 0.16rem;
	padding-bottom: 0.2rem;
	overflow: hidden;
}

.history-list{
	padding:0.3rem
}
.history-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.2rem;
}
.history-t-l{
	font-size: 0.32rem;
	color: #3E3836;
}
.history-t-r{
	width:0.4rem ;
}
.kw-list{
	display: flex;
	flex-wrap: wrap;
}
.kw-item{
	display: inline-block;
	margin: 0.15rem 0.1rem;
	font-size: 0.3rem;
	line-height: 1.5;
	color: #000000;
	text-align: center;
	background: #FFFFFF;
	border-radius:0.6rem;
	padding:0.1rem 0.2rem;
}
.blank{
	 width: 50%;
		margin: 0 auto;
		font-size:0.28rem;
		color: #343434;
		line-height:1.5;
		text-align: center;
}