body {
    font-family: 微软雅黑, Helvetica, Arial, sans-serif;
    font-size: 14px;
	margin: 0;
    padding: 0;
}
*:focus{outline:none;}
b, strong{ font-weight:bold; }
ol, ul{	list-style:none;}
img{ border:0; border:none; border: transparent;}
a{	outline:none;}
table{ border-collapse:collapse; border-spacing:0; }
textarea{ overflow:auto; resize:none; }
input, textarea, button, select{
	margin:0;
	font-size:100%;
	line-height:normal;
	vertical-align:baseline;
	-webkit-border-radius:0px;
	outline:none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"]{
	cursor:pointer;
	-webkit-appearance:button;
}
input[type="checkbox"], input[type="radio"]{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display:block; }