.pagenav{
	background: #E1251B;
}
.pagenav .container{
	height: 88px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pagelogo{
	width: 105px;
	height: 45px;
}
.shopsearch{
	width: 360px;
	display: flex;
	align-items: center;
	background: #fff;
	margin-right: 24px;
}
.shopsearch input{
	width: 310px;
	padding: 0 15px;
	border: none;
	outline: none;
	border:1px solid #C8CED5;
	height:32px;
}
.shopsearch input::-webkit-input-placeholder{
	color:#999;
}
.shopsearch button{
	width:50px;
	height:32px;
	background:#FFA200;
	border: none;
	outline: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shopsearch button img{
	width: 17px;
}
.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;
}
















