/*
* @Author: Administrator
* @Date:   2017-12-30 15:49:55
* @Last Modified by:   Administrator
* @Last Modified time: 2018-03-26 11:49:06
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,input,textarea,p,th,td,hr {
	margin:0;
	padding:0;
    resize: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border: 0;
}
em,strong,i{
	font-weight: normal;
	font-style: normal;
}
ol,ul{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
input,textarea,select,button {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	*font-size:100%;
    outline:none;
    border:none;
    background:none;
    padding: 0;
}
hr{
    width: 100%;
    height: 1px;
    background-color: #f1f1f1;
    border: none;
}
a{
    color:inherit;
	text-decoration: none;
}
.clearfix:after{
    content: ".";
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
}
