/** mixins **/

.footer {
  width: 100%;
  height: auto;
  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: 0.54rem 0;
  text-align: center;
  border: 0.01rem solid rgba(167, 152, 94, 0.15);
  font-family: sans-serif;
}

.footer p {
  margin: 0;
  line-height: 0.38rem;
}

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

.footer__logo2 {
  display: inline-block;
  height: 0.61rem;
  margin-bottom: 0.3rem;
  position: relative;
}

.footer__logo2 img {
  width: auto;
  height: 100%;
}

.footer__logo2 .logo-region {
  display: inline-block;
  position: absolute;
  height: 100%;
}

.footer__logo2 .logo-region.logo-global1 {
  width: 40%;
  left: 0;
}

.footer__logo2 .logo-region.logo-global2 {
  width: 49%;
  right: 0;
}
