
.g-header .com-width {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.g-header .header-menu {
	height:62px;
	/*background:#fff;*/
	/*-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.05);*/
	/*box-shadow:0 0 10px 0 rgba(0,0,0,0.05)*/
}
.g-header .header-menu .logo {
	width:70px;
	height:35px;
	background:url(../images/logo/orange.png) no-repeat left center;
	background-size:auto 100%;
	display:block;
	margin-right:40px
}
.g-header .header-menu .main-nav {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1
}
.g-header .header-menu .sub-nav {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.g-header .header-menu .sub-nav .search-box {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:start;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	width:130px;
	height:30px;
	padding-left:10px;
	border-radius:15px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	background:#f5f5f5;
	cursor:pointer
}
.g-header .header-menu .sub-nav .search-box:before {
	content:'';
	cursor:pointer;
	width:28px;
	height:28px;
	background:url("../images/icon/icon_search@2x.png") no-repeat center center;
	background-size:60%;
	outline:none
}
.g-header .header-menu .sub-nav .search-box span {
	padding-right:12px;
	color:#999
}
.g-header .header-menu .sub-nav .qrcode-box {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	color:#666;
	font-size:14px;
	height:62px;
	padding:0 20px;
	cursor:pointer
}
.g-header .header-menu .sub-nav .qrcode-box:hover {
	color:#FF5814
}
.g-header .header-menu .sub-nav .auth-info .mm-a {
	padding:0 !important
}
.g-header .header-menu .sub-nav .auth-info .mm-a:hover {
	color:#FF5814 !important;
	background:none !important
}
.qrcode-matrix {
	position:fixed;
	top:-300px;
	left:0;
	right:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding:30px 0;
	background:#fff;
	opacity:0;
	/*-webkit-transition:all 0.3s;*/
	/*transition:all 0.3s;*/
	z-index:99
}
.qrcode-matrix.active {
	top:62px;
	opacity:1
}
.qrcode-matrix .item {
	padding:0 40px;
	text-align:center
}
.qrcode-matrix .item img {
	display:block;
	width:108px;
	margin:0 auto 8px
}
.qrcode-matrix .item .name {
	color:#000;
	font-size:14px
}
.qrcode-matrix .item .slogan {
	font-size:12px;
	color:#999;
	line-height:1.8
}
