*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
	color: inherit;
	text-decoration: none !important;
	cursor: pointer;
}
a:hover{
	color: inherit;
	text-decoration: none;
}
a:active{
	color: inherit;
	text-decoration: none;
}
a:visited{
	color: inherit;
	text-decoration: none;
}
hr{
	height: 0;
	border: none;
	border-top: 1px solid #DEDEDE;
}
ul, ol{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
img{
	width: 100%;
	cursor: pointer;
}
.clearfix::after{
	content: '';
	display: block;
	clear: both;
}
