html {
  font-size: 12px;
  height: 100%;
}
body {
  margin : 0;
  padding: 0;
  height: 100%;
}
html,
body,
div,
form,
object,
iframe,
p,
table,
th,
td,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
span,
em,
s,
b,
u,
a,
img,
select,
header,
footer,
nav,
menu,
article,
aside,
main,
section,
time {
  margin : 0;
  padding: 0
}
input,
select,
label,
img {
  vertical-align: middle
}
img {
  border: none
}
s,
a,
u {
  text-decoration: none
}
em,
i {
  font-style: normal
}
a,
ul,
li {
  list-style: none
}
table {
  border-collapse: collapse;
  border-spacing : 0
}
.cle {
  zoom: 1
}
.cle:after {
  clear      : both;
  overflow   : hidden;
  height     : 0px;
  font-size  : 0;
  line-height: 0;
  content    : ".";
  display    : table;
  width      : 100%
}
.clear {
  zoom: 1
}
.clear:after {
  clear      : both;
  overflow   : hidden;
  height     : 0px;
  font-size  : 0;
  line-height: 0;
  content    : ".";
  display    : table;
  width      : 100%
}
.clearhidden {
  overflow: hidden;
  zoom    : 1;
}
.clearfix {
  zoom: 1
}
.clearfix:after {
  clear      : both;
  overflow   : hidden;
  height     : 0px;
  font-size  : 0;
  line-height: 0;
  content    : ".";
  display    : table;
  width      : 100%
}
.none {
  display: none
}
.block {
  display: block
}
.inline-block {
  display: inline-block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body a {
  color: #333;
  text-decoration: none;
  outline: none;
}
:focus {
  outline: none!important;
}