@charset "utf-8";

ol,ul {	list-style: none;}
* {outline: 0;margin: 0;	padding: 0; }
a {	text-decoration: none;	outline: none;	color: #666;}
a:hover {	color: #000;}
img {	border: 0;	max-width: 100%;}
a:focus {	outline: none;}
html {	overflow-x: hidden;	-webkit-text-size-adjust: none;}

@font-face {
	font-family: 'pmzd';
	src: url('../fonts/pmzd.eot');
	src: local('☺'),
		url('../fonts/pmzdd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/pmzd.woff') format('woff'),
		url('../fonts/pmzd.ttf') format('truetype'),
		url('../fonts/pmzd.otf') format('opentype'),
		url('../fonts/pmzd.svg#pmzd') format('svg');
	font-style: normal;
}

@font-face {
	font-family: 'SourceHanSansCNNormal';
	src: url('../fonts/SourceHanSansCN-Normal.eot');
	src: local('☺'),
		url('../fonts/SourceHanSansCN-Normald41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SourceHanSansCN-Normal.woff') format('woff'),
		url('../fonts/SourceHanSansCN-Normal.ttf') format('truetype'),
		url('../fonts/SourceHanSansCN-Normal.otf') format('opentype'),
		url('../fonts/SourceHanSansCN-Normal.svg#SourceHanSansCN-Normal') format('svg');
}


body {
	-webkit-font-smoothing: antialiased;
	font-family: "Arial", "micrsoft yahei";
	background: #fff;
	font-size: 14px;
	color: #666;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/*

table {	border-collapse: collapse;	width: 100%;}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {	cursor: pointer;	outline: none;	-webkit-appearance: none;}

input[type='checkbox'],
input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-appearance: none;
}





textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
	padding: 0px;
	color: #666;
	font-size: 12px;
	outline: none;
	font-family: "微软雅黑";
	-webkit-appearance: none;
}
*/


.f-l {	float: left;}
.f-r {	float: right;}
.clearfix {	clear: both;}
.clearfix:after {	clear: both;	height: 0;	content: "";	line-height: 0;	font-size: 0;	display: block;}


