﻿#site-footer-inner {
  background: #1d65a0;
  color: #ffffff;
}

.footer-main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 20px;
  display: flex;
  justify-content: space-between;
}

.footer-social {
  display: flex;
  align-items: center;
}

.footer-qrcode {
  text-align: center;
}

.footer-qrcode img {
  width: 140px;
}

.footer-qrcode-second {
  margin-left: 20px;
}

.footer-qrcode p {
  font-size: 14px;
  margin-top: 5px;
}

.footer-col ul {
  padding-left: 15px;
}

.footer-col li {
  list-style: square;
  margin-top: 18px;
  font-size: 14px;
}

.footer-col a {
  color: #ffffff;
  text-decoration: none;
}

.footer-col a:hover {
  color: #fd8008;
}

.footer-title {
  font-weight: 700;
  font-size: 14px;
}

.footer-contact li {
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-contact img {
  width: 20px;
  margin-right: 8px;
}

.footer-divider {
  border: none;
  height: 1px;
  background: rgba(255,255,255,0.4);
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  flex-wrap: wrap;
}

.footer-bottom a {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
  margin: 5px 10px;
}

.footer-bottom img {
  width: 22px;
  margin-right: 8px;
}

@media (max-width:900px) {

  .footer-main {
    display: none;
  }

  .footer-bottom {
    text-align: center;
  }

}