header{
	width: 100%;
	height: 80px;
	background-color: #8767e9;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search{
	width: 92%;
	margin: 0 auto;
	background-color: #ffffff;
	height: 50px;
	border-radius: 25px;
	display: flex;
	align-items: center;
}
.sicon{
	width: 30px;
	height: 30px;
	margin-left: 10px;
}
.proname{
	width: 83%;
	height: 30px;
	border: 0;
	padding-left: 15px;
	outline: none;
	font-size: 15px;
}

/* 商品列表 */
.shoplist ul li{
	width: 100%;
	height: 200px;
	background-color: #ffffff;
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shoplist ul li .centent{
	width: 90%;
	height: 150px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shoplist ul li .centent img{
	height: 100%;
}
.shoplist ul li .centent .prodatil{
	width: 60%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.shoplist ul li .centent .prodatil h1{
	font-size: 16px;
}

.shoplist ul li .centent .prodatil h5{
	margin-top: 5px;
	font-size: 12px;
	color: #787878;
}
.shoplist ul li .centent .prodatil h3{
	margin-top: 5px;
	font-size: 15px;
	color: #cd3232;
}
.shoplist ul li .centent .prodatil h6{
	margin-top: 5px;
	
}
.btn{
	width: 100px;
	height: 35px;
	background-color: #cd3232;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
}
