/** mixins **/

@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-300.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-300.woff') format('woff');
  font-weight: 300;
}

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

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

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

.footer__content {
  height: 100%;
  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;
}

.footer__logo,
.footer__logo1 {
  display: inline-block;
  height: 0.61rem;
  cursor: default;
}

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

.footer__logo1 {
  margin-left: 0.5rem;
}

.footer__copyright {
  width: 2.8rem;
  margin: 0 0 0 0.5rem;
  line-height: 0.35rem;
  white-space: nowrap;
}

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