.mixin-center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.footer {
  border-top: 5px solid #bd0608;
  padding: 1.5rem 0;
  margin-top: 3rem;
  background-color: #f4f4f4;
}
.footer .bg-box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.footer .bg-box .logo {
  width: 27%;
  float: left;
}
.footer .bg-box .content {
  width: 60%;
  float: left;
  padding-left: 3rem;
}
.footer .bg-box .content ul li {
  float: left;
  padding-right: 0.4rem;
}
.footer .bg-box .content ul li a:active,
.footer .bg-box .content ul li a:hover {
  color: #d61b1b;
}
.footer .bg-box .content .copy {
  padding: 1rem 0;
  font-size: 0.8rem;
}
.footer .bg-box .content .copy .company {
  padding-right: 1.5rem;
}
.footer .bg-box .content .support {
  font-size: 0.8rem;
}
.footer .bg-box .qrcode {
  width: 10%;
  float: left;
  position: relative;
}
.footer .bg-box .qrcode img {
  width: 90%;
  float: left;
  padding-right: 0.5rem;
}
.footer .bg-box .qrcode .text {
  width: 10%;
  float: left;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.2rem;
  line-height: 0.9rem;
}
.footer .button {
  display: none;
}
/*# sourceMappingURL=footer_pc.css.map */