* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
html,
body {
  height: 100%;
}

em,
i {
  font-style: normal;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

li {
  list-style: none;
}

a,
del,
s,
u {
  text-decoration: none;
}

a {
  color: #000;
}

img {
  /*display: block;*/
  border: none;
}

body {
  font-size: 16px;
}

input {
  border: none;
  outline: none;
}

button {
  border: none;
  outline: none;
}

textarea {
  border: none;
  outline: none;
}

.clearFix:after {
  content: ".";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}


