html,
body {
	font-family: "微软雅黑", "Arial", "宋体", "黑体";
	padding: 0;
	margin: 0 auto;
	width: 100%;
	background: #eeeff1;
}

div,
form,
ul,
ol,
li,
span,
p,
dl,
dt,
dd,
img,
section,
header,
footer,
input,
textarea,
a,
i,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	outline: none;
}

input::-webkit-input-placeholder {
	color: #ccc;
}

input:placeholder {
	color: #ccc;
}

img {
	width: 100%;
	display: block;
}

a {
	text-decoration: none;
}

input[type="tel"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

select {
	color: #8b8b8b;
	/* appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none; */
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
/* select::-ms-expand { 
  display: none; 
} */