/* reset 默认样式*/
body,p,dl,dd,ul,ol,dt,h1,h2,h3,h4,h5,h6,i,span,strong,input{
	margin:0;
	padding:0; 
	font-family:微软雅黑; 
	}
html{
	width: 100%;
}
body{
		width: 100%;
		background: #f7f7f7;
}
em{
	font-style:normal;
	}
li{
	list-style:none; 
	padding:0; 
	margin:0;
	}
a{ 
	padding:0; 
	margin:0;
	text-decoration:none;
	}
/*IE下点击a标签出现虚线框*/
a:focus {
	outline-style:none; 
	-moz-outline-style: none;
	}
input{
	border: none;
	outline: none;
}
img{
	padding:0; margin:0;
	border:none; 
	vertical-align: top;
	}
table{
	border-collapse:collapse;
	}
textarea{ 
	resize:none;overflow:auto;
	}
.clear:after{
	content:'';
	display:block; 
	clear:both;
	}
.clear{
	zoom:1;
	}
.fix{
	clear: both;
}
	/*input 默认字体属性颜色*/
	 input::-webkit-input-placeholder{
            color:#a9a9a9;
    }
    input::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#a9a9a9;
    }
    input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#a9a9a9;
    }
    input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#a9a9a9;
    }