html, body, h1, h2, h3, h4, h5, h6, p, textarea, input, select, ul, ol, li, fieldset, figure {
  margin: 0;
  padding: 0;
  border: none; }

ul, li {
  list-style: none; }

html,
body {
  height: 100%; }

body.static {
  overflow: hidden;
  position: relative; }

body,
textarea,
input,
select {
  font-size: 14px;
  color: #222222;
  line-height: 1.75;
  font-weight: normal;
  font-family: 'Lato', 'Helvetica Neue', Arial, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none; }

a {
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  a img {
    border: none; 
}
