/* reset css 样式重置  */
 body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td ,section{
	margin:0;
	padding:0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}
body, input, textarea, select, button {
	text-rendering: optimizeLegibility;
	/* 1 */
	-webkit-font-smoothing: antialiased;
	/* 2 */
	-moz-osx-font-smoothing: grayscale;
	/* 3 Default: auto */
	-moz-font-feature-settings:"liga", "kern";
}

select{
            -webkit-appearance:none; /*去除系统默认的样式*/
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);   /* 点击高亮的颜色*/
}
select::-ms-expand { display: none; }
em {
	font-style: normal;
}
button, input, optgroup, select, textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
input[type=button], input[type=text] {
	-webkit-appearance:none;
	outline:none
}
h1, h2, h3, h4, h5 {
	font-weight:normal;
	margin:0px;
}
ul, li, dd, dl, dt, div, p {
	list-style:none;
	margin:0px;
	padding:0px;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: top;
}
table {
	border-collapse: collapse;
}
input, textarea {
	outline: none;
}
textarea {
	resize: none;
	overflow: auto;
}
body {
	font-family:"微软雅黑",sans-serif;
	/* width: 640px; */
	margin: 0 auto;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}