
.footer-bottom {
  background: #f5f7fa;
}
.footer-bottom-left>span,
.footer-bottom-left>span>a {
  font-size: 14px;
  color: #999;
  text-decoration: none;
}

.footer-bottom-right>a {
  vertical-align: middle;
  color: #999;
  font-size: 14px;
  text-decoration: none;
}

.footer-bottom-right>span {
  color: #999;
  font-size: 14px;
}

@media (max-width:1023px) {

  .footer-bottom {
    margin-top: -15px;
    text-align: center;
    padding: 30px 0;
    line-height: 2;
  }


  .footer-bottom-left>span {
    text-align: center;
    margin-bottom: 10px;
  }
}

@media (min-width:1024px) {
  .footer-bottom {
    padding-top: 14px;
    padding-bottom: 15px;
    line-height: 80px;
  }

  .footer-bottom-left {
    float: left;
  }

  .footer-bottom-right {
    float: right;
  }

  .footer-bottom-left>span,
  .footer-bottom-left>span>a,
  .footer-bottom-right>a,
  .footer-bottom-right>span {
    font-size: 13px;
  }

}

@media (min-width:1350px) {
  .footer-bottom-left>span,
  .footer-bottom-left>span>a,
  .footer-bottom-right>a,
  .footer-bottom-right>span {
    font-size: 14px;
  }
}