@charset "utf-8";
/* CSS Document */
body,
ul,
p,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
dl,
dt,
dd,
input,
span {
  margin: 0;
  padding: 0;
  font: 12px/21px, "", Arial, sans-serif;
  font-size: 12px;
}
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
dl,
dd,
dt,
input {
  margin: 0;
  padding: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
  resize: none;
}
ul,
li {
  list-style: none;
}
strong,
b,
u {
  font-weight: 100;
  font-family: inherit;
  text-decoration: none;
}
img {
  border: 0;
  display: block;
}

a,
u {
  text-decoration: none;
  color: #000;
}
em,
b,
i {
  font-style: inherit;
}
a:hover {
  transition: 0.35s;
}

.btn {
  width: 140px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  border: 0 !important;
  border-radius: 3px;
  font-weight: 400;
  display: block;
  font-size: 14px;
  cursor: pointer;
  margin: 0 auto;
}