.footer {
  width: 1200px;
  height: 155px;
  background-image: url(../img/footer_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 auto;
  margin-top: -155px;
}
.footer .detail {
  text-align: center;
  height: 25px;
}
.footer .detail a {
  display: inline-block;
  margin: 0 8px;
  height: 25px;
  line-height: 25px;
  color: #663200;
  font-size: 12px;
}
.footer .detail a:hover {
  font-weight: 600;
}
.footer .detail p {
  color: #663200;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
}
.footer .detail a img {
  vertical-align: top;
  margin-top: 3px;
}
