body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, iframe {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body, button, input, select, textarea {
	font-size: 14px;
	color: #444;
	background:#fff; 
	font-family: 微软雅黑, Arial, Helvetica, sans-serif !important;
	/*overflow:-Scroll; 
	overflow-x:hidden;*/
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: middle;
}
address, caption, cite, dfn, em, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	display: block;
	margin: 0;
	padding: 0;
}
code, kbd, pre, samp {
	font-family: courier new, courier, monospace
}
ol, ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #111;
}
a:hover,a:active {
	color: #064ec0;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, select, button {
	vertical-align: baseline;
    *vertical-align:middle;
	font-size: 100%;
	border: none;
	background: none;
}
input[type=checkbox], input[type=radio] {
	vertical-align: middle;
	margin: 0 5px;
}
input[type="text"], input[type="password"], textarea {
	outline-style: none;
	-webkit-appearance: none;
}
textarea {
	resize: none;
}
textarea {
	overflow: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type=button], input[type=submit], input[type=file], button {cursor: pointer;-webkit-appearance: none;}

::-webkit-scrollbar { width: 6px;  height: 4px;  background-color: #F5F5F5;} 
::-webkit-scrollbar-track {  background: rgba(0,0,0,.2) ;  }   
::-webkit-scrollbar-thumb {  border-radius: 3px;  background: #666;}  
::-webkit-scrollbar-thumb:hover {  background: #333; } 

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.clearfix{
	zoom: 1;
}
.fl{ float:left;}
.fr{ float:right;}
.blue{
	color: #064ec0;
}
.mt15{
	margin-top: 15px;
}
.mt2{
	margin-top: 2px;
}


