.pagenav{
	background: #E1251B;
}
.pagenav .container{
	height: 88px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pagelogo{
	width: 105px;
	height: 45px;
}
.pagenav .boxfl{
	display: flex;
	align-items: center;
}
.pagenav .boxfl div{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	font-size: 20px;
	margin-left: 40px;
}
.pagenav .boxfl div a{
	width:94px;
	height:20px;
	border:1px solid #fff;
	border-radius:100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #fff;
	margin-top: 6px;
	opacity: .7;
}
.mycart{
	display: flex;
	width:160px;
	height:40px;
	background:#fff;
	justify-content: center;
	align-items: center;
	color: #E1251B;
}
.mycart img{
	width: 21px;
}














