@charset "utf-8";
html {
  margin: 0;
  padding: 0;
}
body {
  padding: 0px;
  margin: 0px;
  font-family: "Helvetica", "Arial", "微软雅黑", "Microsoft Yahei", "宋体", "simsun";
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
ul,
li,
ol,
dd,
dl,
dt,
p,
form {
  padding: 0px;
  margin: 0px;
  border: 0 none;
  list-style: none;
}
fieldset {
  border: none;
}
img {
  border: none;
}
li {
  list-style: none;
}
ol,
ul {
  list-style: none outside none;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
textarea {
  *overflow: auto;
  outline: none;
}
input,
button,
textarea,
select {
  *font-size: 100%;
  outline: none;
}
button {
  cursor: pointer;
  overflow: visible;
  outline: none;
}
input[type="reset"],
input[type="button"],
input[type="submit"] {
  cursor: pointer;
  overflow: visible;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
section,
header,
footer {
  display: block;
}
p {
  line-height: 22px;
}
* {
  font-style: normal;
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
}
a {
  color: #999;
  text-decoration: none;
}
a:hover {
  color: #dd2830;
}
