@charset "utf-8";
/* base style */ 
* {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}
body, button, input, select, textarea, pre {
	font: 14px/1.62 '微软雅黑', Helvetica, Arial, Sans-serif;
	color: #222;
	vertical-align: middle;
	word-wrap: break-word;
	outline: none;
	background-color:#FFF;
	-webkit-text-size-adjust: none;
}
body {
	_margin: 0;
	_height: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
ul, li {
	list-style: none
}
a {
	color: #027fff;
	text-decoration: none;
	outline: none
}
a:hover {
	color: #009cff
}
a:active {
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
em {
	font-style: normal
}
legend {
	color: #000
}
fieldset, img {
	border: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
caption, th {
	text-align: left
}
th {
	text-align: inherit
}
img {
	vertical-align: top;
	border: 0 none
}
textarea {
	overflow: hidden;
	overflow-y: auto;
	resize: none;
	_zoom: 1
}
input {
	line-height: 1.2em;
	overflow: hidden;
	_zoom: 1
}
q:before, q:after {
	content: ''
}
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clear {
*zoom:1;
}
.red {
	color: red!important
}
.gray {
	color: gray!important
}
.red-border {
	border: 1px solid red!important
}
.noborder {
	border: 0 none!important
}
.field-error {
	background-color: #fdedd3!important;
	border: 1px solid red!important
}
.hidden {
	display: none
}/* CSS Document */

