@charset "utf-8";
/* CSS Document */

html {
	font-size:62.5%;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,   /* structural elements 锟结构元锟斤拷 */ dl, dt, dd, ul, ol, li, /* list elements 锟叫憋拷元锟斤拷 */ pre, /* text formatting elements 锟侥憋拷锟斤拷式元锟斤拷 */ form, fieldset, legend, button, input, textarea, /* form elements 锟斤拷锟皆拷锟?*/ th, td, /* table elements 锟斤拷锟皆拷锟?*/ img {
	border:medium none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body, button, input, select, textarea{
	font: 12px/1.5 '微软雅黑', tahoma, Srial, helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
em {
	font-style:normal;
}
ul, ol, {
list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	border:0px;
}
body, .ui-overlay-h {
	margin:0 auto;
	position:relative;
	background:#fff;
}
body, html {
	margin:0 auto;
}
img {
	border:none;
	vertical-align:top;
}
.content {
	max-width: 640px;
	width: 100%;
	margin:0 auto;
}
* {
	margin:0;
	padding:0;
	text-shadow:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.blank {
	height:8px;
	clear:both;
}
.blank20 {
	height:20px;
	clear:both;
}
.clearf {
	clear:both;
}
.clearfix:after, .clear:before {
	display:table;
	content:'';
}
.clearfix:after {
	clear:both;
	overflow:hidden;
}
.clearfix {
	zoom:1;
}
body {
	min-width:320px;
	overflow-x:hidden;
}
