
* {
  margin: 0;
  padding: 0;
  user-select: none;
}

img {
  vertical-align: middle;
}

ol,
ul,
li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input,
select,
textarea {
  font-size: 13px;
  font-family: inherit;
  margin: 0;
  outline: none;
  resize: none;
  border: none;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}

html {
  width: 100%;
  zoom: 1;
  overflow: -moz-scrollbars-vertical;
}
body {
  width: 100%;
  font-size: 12px;
  font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
}
a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}
:focus {
  outline: none;
}
.container {
  min-width: 1200px;
  overflow-x: hidden;
}
.width-1200 {
  width: 80%;
  margin: 0 auto;
}
