@charset "utf-8";


body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333333;
	font-family: "微软雅黑";
	font-weight: normal;
	background: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-family: "微软雅黑"\9;

}

button {
	cursor: pointer;
}

form {
	display: inline;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
button,
textarea,
p,
th,
td {
	margin: 0px;
	padding: 0px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.z {
	clear: both;
}

input,
select {
	font-size: 12px;
	line-height: 16px;
	font-family: "微软雅黑"\9;
}

img {
	border: 0;
}

ul,
li {
	list-style-type: none;
}

:focus {
	outline: 0;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover {
	color: #333333;
	text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
input[type="text"] {
	-webkit-appearance: none;
}

