* {
  padding: 0;
  margin: 0;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
table,
th,
td,
form,
legend,
input,
button,
textarea {
  box-sizing: border-box;
  white-space: normal;
  word-break: break-all;
}
html {
  width: 100%;
  height: 100%;
}
input {
  background: none;
  outline: none;
  border: none;
}
input:focus {
  border: none;
}
body {
  margin-top: 80px;
  font: normal 14px/1.5 "Microsoft Yahei";
  background: #fff;
  color: #000000;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
a:focus,
a:active {
  outline: none;
}
a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
div:focus {
  outline: none;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.hide {
  display: none !important;
}
.wrap {
  display: block;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}