footer {
  width: 100%;
  height: 130px;
  background-color: #f9f9f9;
  position: absolute;
  bottom: 0;
}

footer .footer-box {
  height: 100%;
  flex-direction: row;
  padding-top: 22px;
  box-sizing: border-box;
  margin: 0 auto;
}

footer .footer-box .bottom-right {
  margin-left: 94px;
  color: #888;
}
footer .footer-box .bottom-right .bottom-info-text {
  line-height: 2;
}

footer .footer-box .link-btn {
  flex-direction: row;
  cursor: pointer;
  margin-top: 10px;
}
footer .footer-box .link-btn a {
  margin-right: 18px;
  font-weight: bold;
  font-size: 11px;
  text-decoration: underline;
  color:#888;
 
}
