* {
	padding: 0;
	margin: 0;
	font-family: PingFangSC-Medium, PingFang SC;
	color: #323232;
		line-height: 1.5;
}

div,
dl,
dt,
dd,
form,
h 1,
h 2,
h 3,
h 4,
h 5,
h 6,
img,
ol,
ul,
li,
table,
th,
td,
p,
span,
a {
	border: 0;
}

img,
input {
	border: none;
	vertical-align: middle;
	outline: none;
}

body {
	background: #FFF;
	/*overflow-x: inherit !important;*/
}

html {
	font-size: 14px;
}

ul,
ol {
	list-style-type: none;
}

th,
td,
input {
	font-size: 12px;
}

h 3 {
	font-size: 14px;
}

button {
	border: none;
	cursor: pointer;
	font-size: 12px;
	background-color: transparent;
}

select {
	border-width: 1px;
	_zoom: 1;
	border-style: solid;
	padding-top: 2px;
	font-size: 12px;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 0;
	visibility: hidden;
	line-height: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

a:link,
a:visited {
	text-decoration: none;
	color: #323232;
}

a:hover,
a:active {
	text-decoration: none;
}
