@charset "UTF-8";
/*格式文档*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th
{
	margin: 0;
	padding: 0;
	outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section
{
	display: block;
}

::selection
{
	background: #FACE01;
	color: #FFF;
}

::-moz-selection
{
	background: #FACE01;
	color: #FFF;
}

*:after, *:before
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

audio, canvas, video
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls])
{
	display: none;
}

html
{
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:focus
{
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a:hover, a:active
{
	outline: 0;
}

ul, ol, li
{
	list-style: none;
}

img
{
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	-webkit-touch-callout: none;
}

html, body
{
	-webkit-user-select: none;
	font-size: 62.5%;
 /* 禁止选中文本（如无文本选中需求，此为必选项） */
	user-select: none;
}

body
{
	width: 100%;
	-webkit-text-size-adjust: none;
	font-size: 1.4rem;
	font: 14px/1.5 'Helvetica Neue','Microsoft Yahei',AppleGothic, Helvetica, STHeiTi, sans-serif;
	line-height: 160%;
	color: #2b2b2b;
	background: #FFFFFF; position:relative;
}

*:link, *:visited, *:hover, *:active, *:focus
{
	transition: color .20s linear,background-color .20s linear,border-color .20s linear;
}

a
{
	color: #333;
	text-decoration: none;
	outline: none;
	-webkit-touch-callout: none;
}

a:hover
{
	color: #999;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
input,select{font-family:microsoft yahei;}
.fl
{
	float: left
}

.fr
{
	float: right
}

.clear
{
	clear: both
}

.clear:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix
{
	zoom: 1
}

.wt
{
	width: 1000px;
}

@font-face
{
  font-family: 'global-nav__iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'),
  url('../fonts/iconfont.svg#uxiconfont') format('svg');
}