*{
	margin: 0;
	padding: 0;
}
dl,ol,ul{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	border: none;
}
a{
	text-decoration: none;
}
html{
	font-size: 62.5%;
}
input{
	outline: none;
	border: none;
}
input::-webkit-input-placeholder{
	color: #d1d1d1;
}
textarea{
	resize: both;
	outline: none;
}
textarea::-webkit-input-placeholder{
	color: #d1d1d1;
}
 .clearfriex:after {
 	clear:both;
 	content:'.';
 	display:block;
 	height: 0;
 	visibility:hidden;
 }   
 body{
	background: #f2f1f0;
	font-family: "微软雅黑";
}
/*iconfont使用的样式*/
@font-face {font-family: "iconfont";
  src: url('../font/iconfont.eot?t=1500516394718'); /* IE9*/
  src: url('../font/iconfont.eot?t=1500516394718#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/iconfont.woff?t=1500516394718') format('woff'), /* chrome, firefox */
  url('../font/iconfont.ttf?t=1500516394718') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font/iconfont.svg?t=1500516394718#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
