@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Microsoft YaHei", 微软雅黑, 宋体, Verdana, Arial;
  color: #333333;
  font-size: 16px;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}

/* a:hover {
  color: #496fb0;
} */

em,
i {
  font-style: normal;
}

input,
select,
textarea,
button {
  outline: none;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  font-family: "Microsoft YaHei";
}

img {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix,
.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}