@charset "utf-8";
/* CSS Document */

html {
	font: 16px "microsoft yahei", "\9ed1\4f53", tahoma, arial;
	outline: none;
	-webkit-text-size-adjust: none;/*避免重力感应时文字随分辨率增大而增大*/
	-webkit-user-drag: none;
	word-break: break-all;
	word-wrap: break-word;
}
html {
	overflow: scroll;
	overflow-x: hidden;
	overflow-x: hidden !important;
}
body, div, span, h1, h2, h3, h4, h5, h6, hr, p, blockquote, strong, var, b, u, i, center, dl, dt, dd, ul, ol, li, prea, address, fieldset, form, fieldset, label, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;/*-webkit-tap-highlight-color:transparent;*/
}
body, button, input, select, textarea {
}
body {
	overflow-x: hidden;
	min-width: 320px;
}
ul, ol {
	list-style-type: none;
}
img{
	border:none;
}
select, input, img, select {
	vertical-align: middle;
}
*:focus {
	outline: none;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
button, input, select, textarea {
	font-size: 100%;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
	-webkit-appearance: none;
}
li {
	list-style-type: none;
	vertical-align: top;
}
img {
	vertical-align: middle;
	border: 0;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
address, cite, dfn, em, var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: 0;
}
del {
	text-decoration: line-through;
}
em {
	font-style: normal;
}
.vimg-align {
	vertical-align: middle;
}
legend {
	color: #222;
}
fieldset, img {
	border: 0;
}
a:link, a:visited {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
}
a:hover {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.pb{
	padding-bottom:1rem;
}
.oz {
	overflow: hidden;
	zoom: 1;
}
.oz li, .oz dt, .oz .item {
	float: left;
}
.clr, .clear {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.clearfloat:before, .clearfloat:after {
	content: "";
	display: table;
}
.w640 {
	background:#fff;
	margin: 0 auto;
	overflow: hidden;
	overflow-x: hidden;
	overflow-x: hidden !important;
}
.w600 {
	width: 93.75%;
	margin: 0 auto;
	overflow: hidden;
}
.w640 img {
	width: 100%;
	height: auto;
}
body {
	background: #fff;
	color:#333;
}
.bg_grey{
	background:#eee;
}
.main_box01,.main_box02{
	width:100%;
	background:#fff;
	box-shadow:0 0 2px 0 #e2e2e2;
	margin-bottom:0.625rem;
}
.main_box01{
	padding:1rem 0;
}