html, body {
	margin: 0;
	padding: 0
}
#ac-globalnav {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	display: block;
	margin: 0;
	width: 100%;
	min-width: 1024px;
	height: 80px;
	max-height: 80px;
	background: #333;
	background: rgba(0,0,0,0.8);
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
#ac-gn-curtain {
	background: rgba(0,0,0,0.2);
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9998
}

#ac-globalnav .ac-gn-content {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 22px;
	position: relative;
	z-index: 2
}
#ac-globalnav .ac-gn-header {
	display: none;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 48px;
	overflow: hidden
}
#ac-globalnav .ac-gn-header .ac-gn-apple {
	position: absolute;
	width: 48px;
	top: 0;
	left: 50%;
	margin-left: -24px;
	text-align: center;
	z-index: 1
}
#ac-globalnav .ac-gn-list {
	cursor: default;
	text-align: justify;
	width: auto;
	height: 120px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
	margin-top: 0;
	margin-right: -10px;
	margin-bottom: 0;
	margin-left: -10px;
}
#ac-globalnav .ac-gn-list:after {
	content: '';
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0
}

#ac-globalnav .ac-gn-item {
	display: inline-block;
	position: relative;
	height: 44px;
	z-index: 1;
	vertical-align: top
}

#ac-globalnav .ac-gn-link {
	font-size: 16px;
	line-height: 2.75;
	font-weight: 400;
	letter-spacing: normal;
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
	filter: alpha(opacity=100);
	color: #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 10px;
	height: 44px;
	background: no-repeat;
	text-decoration: none;
	white-space: nowrap;
	-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-tap-highlight-color: transparent;
	outline-offset: -7px;
	outline:none;
	font-family:微软雅黑;
}
#ac-globalnav .ac-gn-link:hover{color:#999;}
#ac-globalnav .ac-gn-link-text {
	position:relative;
	top: 0;
	left: 0;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);

	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0
}
#ac-globalnav .ac-gn-link-starbus {
	background-repeat: no-repeat;
	background-image: url("../images/logo.png");
	background-position: center center;
	width: 66px
}

#ac-globalnav .ac-gn-link-bag {
	background-repeat: no-repeat;
	background-image: url(../images/facebook.png);
	background-position: center center;
	width: 34px
}
