/** mixins **/

.footer {
  width: 100%;
  height: 3.09rem;
  background-color: #000;
  position: relative;
  z-index: 2;
  font-size: 0.22rem;
  color: #797878;
  pointer-events: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.6rem;
  border: 0.01rem solid rgba(167, 152, 94, 0.15);
  font-family: sans-serif;
}

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

.footer a:hover {
  text-decoration: underline;
}

.footer__logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.footer__logo,
.footer__logo1 {
  display: inline-block;
  height: 0.59rem;
  margin: 0 0.15rem;
}

.footer__logo img,
.footer__logo1 img {
  width: auto;
  height: 100%;
}

.footer__copyright {
  width: 5rem;
  line-height: 0.3rem;
  text-align: center;
  margin: 0 auto;
}

.footer__copyright .terms {
  margin-right: 0.1rem;
}
