<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* line 1, ../../sass/tmqy2/mobile_footer.scss */
footer.tm2-footer {
  background-color: black;
  border-top: 10px #C08815 solid;
}
/* line 5, ../../sass/tmqy2/mobile_footer.scss */
footer.tm2-footer .menu a {
  color: #ffffff;
  font-size: 1.2rem;
}
/* line 10, ../../sass/tmqy2/mobile_footer.scss */
footer.tm2-footer .icon {
  color: white;
  font-size: 0.6rem;
}
/* line 14, ../../sass/tmqy2/mobile_footer.scss */
footer.tm2-footer .copy-right {
  font-size: 10px;
  color: white;
}
/* line 18, ../../sass/tmqy2/mobile_footer.scss */
footer.tm2-footer img {
  width: 100%;
  max-width: initial;
}

/* line 24, ../../sass/tmqy2/mobile_footer.scss */
.rank {
  width: fit-content;
  font-size: 10px;
}
/* line 27, ../../sass/tmqy2/mobile_footer.scss */
.rank .rank-img {
  min-width: 60px;
  max-width: 100px;
  padding-bottom: 10px;
}
/* line 31, ../../sass/tmqy2/mobile_footer.scss */
.rank .rank-img img {
  height: auto;
}
/* line 35, ../../sass/tmqy2/mobile_footer.scss */
.rank .rank-txt {
  font-size: 0.25rem;
  color: white;
}

@media (max-width: 767.98px) {
  /* line 43, ../../sass/tmqy2/mobile_footer.scss */
  footer .menu {
    background-color: #3D3C42;
  }
  /* line 45, ../../sass/tmqy2/mobile_footer.scss */
  footer .menu a {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.2rem;
  }
  /* line 49, ../../sass/tmqy2/mobile_footer.scss */
  footer .menu a:not(:last-child) {
    border-bottom: 1px #C08815 solid;
  }
}
</pre></body></html>