@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	outline: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing:border-box;
	color:#666;
	font-size:12px;
}
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
	display: block
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,.35);
	cursor:pointer;
}
html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;

}
body {
	background-color: #f7f7f6;
	margin: 0;
	padding: 0;
	font-family: 'Microsoft Yahei', Tahoma, Helvetica, Arial, sans-serif;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: stretch;

}
img{/*display:block;*/ border:0;}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;                                                                                                           
}
th, td, caption {
	vertical-align: middle;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight:normal;
	
}


.fixclear{ clear:both;}