body {
  margin: 0;
  padding: 0;
  font-family: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
}
body .header {
  width: 100%;
  height: auto;
}
body .header .box1 {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
}
body .header .box1 img {
  width: 90px;
  height: auto;
  display: block;
  transform: translateY(10px);
  float: left;
}
body .header .box1 .banner {
  width: 450px;
  height: 50px;
  line-height: 50px;
  float: right;
}
body .header .box1 .banner a {
  display: inline-block;
  float: right;
  width: 100px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 2px;
}
body .header .box2 {
  width: 100%;
  height: auto;
  background-color: rgba(51, 54, 101, 0.5);
}
body .header .box2 img {
  width: 1200px;
  display: block;
  height: auto;
  margin: 0 auto;
}
body .footer {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
body .footer p {
  text-align: center;
}
body .footer p span {
  color: #777;
}
body .footer p a {
  text-decoration: none;
}
/*# sourceMappingURL=base.css.map */