@import "../css/iconfont/iconfont.css";
.header{
	height: 58px;
	background: #262626;
}
.header_fixed{
	height: 58px;
	background: #262626;
	position: fixed;
	width: 100%;
	z-index: 99;
}
/* logo */
.logo{
	margin: 4px 10px 0 0;
}
/* 导航栏（菜单栏） */
.navigation{
	line-height: 58px;
}
.nav_list li{
	float: left;
	padding: 0 20px;
}
.nav_list li:last-child{
	margin-right: 0;
}
.nav_list li:hover{
	background:#383838;
}
.nav_list li a{
	color: #fff;
}
/* 搜索 */
.search{
	border-left: 1px solid #383838;
	line-height: 58px;
}
.search input{
	border-radius: 20px;
	border: 1px solid #494949;
	width: 130px;
	color: #6c6c6c;
	height: 26px;
	margin: 0 10px;
	box-sizing: border-box;
	padding :  0 15px 0 32px;
	font-size: 13px;
	background: url('../images/search.png') no-repeat;
	background-position: 10px;
}
/* 登录注册 */
.login{
	line-height: 58px;
	/* margin-top: 16px; */
}
.login a{
	color: #fff;
	font-size: 12px;
	margin: 0 8px;
}
.login img{
	vertical-align: sub;
}
.login_info .login_resg{
	padding: 0 10px;
}
.login_info img{
	vertical-align: -3px;
}
.login_info a:first-child{
	border-right: 1px solid #024bff;
}

