body, div, p, a, img, ul, li, span, form, input, label, select, option, button, h1, h2, h3, h4, h5, h6, header, article, section, footer, nav {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-size: 16px;
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

input, button, select {
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.hidden {
  opacity: 0;
}

.hide {
  display: none;
}

body {
  min-width: 1200px;
}

@media screen and (max-width: 1200px) {
  body {
    width: 1200px;
  }
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}

body {
  background: #F5F5F5;
  font-family: 'Microsoft YaHei', Arial;
}

.huhu-pc {
  width: 100%;
}
.huhu-pc .pc-img {
  width: 100%;
  font-size: 0;
}
.huhu-pc .pc-img img {
  display: inline-block;
  width: 100%;
  background-size: 100%;
}

footer {
  background: #484f5c;
  padding: 20px 0;
}
footer .foot-text {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
footer .foot-text span, footer .foot-text a {
  padding: 0 15px;
  border-right: 1px solid #fff;
}
footer .foot-text span:last-child, footer .foot-text a:last-child {
  border-right: 0;
}

/*# sourceMappingURL=huhu.css.map */
