.footer {
  background: #333333;
  color: #fff;
  opacity: 0.5;
  width: 100%;
  min-width: 1100px;
  height: 120px;
  line-height: 120px;
}
.footer .footer-info {
  margin-right: 20px;
  text-align: right;
}
.footer .footer-info a {
  color: #fff;
}
