.footer {
  padding: 46px 0;
  height: 52px;
  background-color: #fafafa;
  box-shadow: inset 0px 1px 0px 0px #f1f1f1;
}
.footer .footer-text {
  line-height: 26px;
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.footer .footer-text a {
  text-decoration: none;
  color: #999999;
}
.footer .footer-text a:hover {
  color: #00ab67;
}

.agreement-footer .footer .footer-text a.agreement {
  color: #00ab67;
}

.feedback-footer .footer .footer-text a.feedback {
  color: #00ab67;
}

.help-footer .footer .footer-text a.help {
  color: #00ab67;
}

.privacy-footer .footer .footer-text a.privacy {
  color: #00ab67;
}