* {
  margin: 0;
  padding: 0;
  color: #000000;
}
html {
  font-family: helvetica;
}
img{
	width: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
a {
  text-decoration: none;
}
img,
input {
  border: 0 none;
  /*-webkit-appearance: none;*/
}
ul li {
  list-style: none;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}