*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background: transparent;
}

html,
body,
dl,
dt,
dd,
pre,
form,
input,
textarea,
blockquote,
p {
  margin: 0;
  padding: 0;
}
body{
  margin: 0 auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
}

address,
caption,
cite,
code,
strong,
th {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  outline: none;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

select,
input,
button,
textarea {
  border: none;
  background: transparent;
  outline: none;
}

textarea {
  resize: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

.clear {
  clear: both;
}
.w1548{
  max-width: 1548px;
  margin: 0 auto;
}
tr {
    vertical-align: text-top;
}