* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #555;
}

input {
	outline: none;
	border: none;
}

em,
i,
u {
	font-style: normal;
}

img {
	outline: none;
	border: none;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 0.2rem;
}