@charset "utf-8";
body{
	background:#f4f3ef;
	font-family:"微软雅黑";
	text-align:justify;
	font-size: 0.12rem;
}
html,body,header,footer,img,article,input,h1,h2,h3,h4,p,form,textarea,ul,li,div,i{
	margin:0;
	padding:0;
	line-height: 1;
}
html{-webkit-text-size-adjust:none;}
img{
	border:0;
}
ul,li{
	list-style: none;
}
html,body{
	width:100%;
	height:100%;
	
}
input,textarea{
	outline:none;
	display:block;
	-webkit-appearance:none;
}
i{
	font-style: normal;
}
b{
	font-weight: 100;
}
@font-face {font-family: 'iconfont';
    src: url('../font/iconfont.eot'); /* IE9*/
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}