* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 14px;
  background: #fff; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
sumary {
  margin: 0;
  padding: 0; }

i {
  font-style: normal; }

input,
select,
textarea {
  border: 0;
  -webkit-appearance: none; }

ol,
ul {
  list-style: none; }

a,
a:active,
a:hover {
  text-decoration: none; }

img {
  display: block; }
