@charset "utf-8";


body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #333;
  /* font: 14px/1.5 Arial, "Microsoft Yahei"; */
  text-align: center;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

input,
button,
select,
textarea,
ul,
img,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Microsoft YaHei", "微软雅黑";
}

img {
  border: none;
  vertical-align: middle;
}

input {
  border: none;
  outline: none;
}

a {
  color: #ffd200;
  text-decoration: none;
}

ol,
ul,
li,
dl,
dd {
  padding: 0;
  list-style-type: none;
}

i,
em {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Clear Fix*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
  font-size: 0px;
  height: 0px;
  overflow: hidden;
}
