body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
[v-cloak] {
  display: none;
}
@media (max-width: 635px) {
  .footer-nav {
    display: none !important;
  }
  .footer-logo div {
    display: none !important;
  }
}
footer {
  padding: 0.2604rem 0 0.25rem 0;
  background-color: #fff;
  color: #333;
  width: 100%;
}
footer .footer {
  width: 6.25rem;
  margin: 0 auto;
}
footer .footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-logo img {
  width: 2.5rem;
  height: 0.25rem;
  min-width: 240px;
  min-height: 24px;
  margin: 0 20px;
}
footer .footer-logo div {
  width: 20%;
  height: 1px;
  background-color: #e5e5e5;
}
footer .footer-nav {
  width: 100%;
  margin: 0 auto;
}
footer .footer-nav .footer-main-nav {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 0;
  width: 5.8854rem;
  margin: 0 auto;
}
footer .footer-nav .footer-main-nav div a {
  text-decoration: none;
  font-size: 0.0885rem;
  color: #333;
}
footer .footer-nav .footer-main-nav div a:hover {
  color: #39456d;
}
footer .footer-copy {
  font-size: 0.0729rem;
  color: #6c6c6c;
  text-align: center;
  margin-top: 20px;
}
footer .footer-copy a {
  font-size: 0.0729rem;
  text-decoration: none;
  font-size: 0.0885rem;
  color: #6c6c6c;
}
footer .footer-copy a:hover {
  color: #39456d;
}
