@charset "utf-8";

html, body, div, span, applet, object,slide, 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;
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
	border-radius: 0px;
	background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.4);
}

::selection {
	background: #97EA88;
	color: #FFF;
}

::-moz-selection {
	background: #97EA88;
	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 ,body{
	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;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	-webkit-touch-callout: none;
	display: block;
}

html, body {
	-webkit-user-select: none;
	font-size: 62.5%;
	user-select: none;
}

body {
	width: 100%;
	-webkit-text-size-adjust: none;
	font-size: 1.2rem;
	font: 14px/1.8 'Microsoft Yahei',AppleGothic, Helvetica, STHeiTi, sans-serif;
	line-height: 160%;
	color: #444;
	background: #F2F2F2;
}

*:link, *:visited, *:hover, *:active, *:focus {
	transition: color .20s linear,background-color .20s linear,border-color .20s linear;
}

a {
	color: #363636;
	text-decoration: none;
	outline: 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;
}

a:hover {
	color: #EA5151;
	text-decoration: none;
}

