@charset "UTF-8";
/* CSS Document */
#footer {
  margin-top:2rem;
  width: 100%;
  color: #fff;
  background: #8b919d;
  padding-top:1.3rem;
  padding-bottom:.8rem;
}
#footer ul {
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem
}
#footer ul li a, #footer p a {
  font-size: 0.7rem;
  color: #fff;
  text-decoration: none;
}
#footer ul li a:hover, #footer p a:hover{
	color:#FFCF21
}
#footer p {
  color: #fff;
  line-height: 1rem;
  font-size: 0.7rem;
  margin-bottom:.6rem;
}
#_span_jiucuo img {
  height: 40px;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 100%
  }
}
