<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer {
  width: 100%;
  background: url(/static/img/footer-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 20px;
}
.footer .left {
  width: 196px;
  margin-top: 80px;
}
.footer .left .footer-logo {
  width: 105px;
}
.footer .left .footer-tip {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 32px;
  margin-top: 30px;
}
.footer .left .footer-line {
  width: 153px;
  margin-top: 16px;
}
.footer .right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 92px;
  width: 490px;
}
.footer .right .right-r {
  border-left: 1px solid #595a5b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
}
.footer .right .link-brand-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  padding-left: 0;
  border-bottom: 1px solid #595a5b;
  width: 230px;
}
.footer .right .link-brand-box .brand {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 14px;
  line-height: 1;
}
.footer .right .link-brand-box .link {
  font-size: 11px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #b9b2b9;
  line-height: 2;
  cursor: pointer;
}
.footer .right .link-brand-box .brand-mt {
  margin-top: 30px;
}
.footer .right .no-border {
  border: none;
}
.footer .corp-info {
  margin-top: 58px;
}
.footer .corp-info .qrcode-box {
  margin-right: 26px;
}
.footer .corp-info .qrcode-box .qrcode {
  width: 101px;
}
.footer .corp-info .qrcode-box .qr-tip {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 16px;
  line-height: 1;
}
.footer .corp-info .corp-tel .tel-circle {
  width: 33px;
  height: 33px;
  margin-right: 5px;
}
.footer .corp-info .corp-tel .tel-tip {
  font-size: 11px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 9px;
}
.footer .corp-info .corp-tel .tel {
  font-size: 17px;
  font-family: Techna Sans;
  font-weight: bold;
  color: #fefefe;
  line-height: 1;
}
.footer .corp-info .address,
.footer .corp-info .friend-link {
  font-size: 11px;
  line-height: 1;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  margin-top: 12px;
}
.footer .corp-info .copyright {
  margin-top: 20px;
  font-size: 11px;
  line-height: 1.5;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.footer .corp-info .net {
  font-size: 11px;
  line-height: 1;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
}
.footer .corp-info .net a {
  text-decoration: none;
  font-size: 11px;
  line-height: 1;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
}
.m-footer {
  width: 100%;
  background: url(/static/img/footer-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}
.m-footer .logo-box {
  text-align: center;
}
.m-footer .logo-box .footer-logo {
  width: 150px;
  margin: 0 auto;
}
.m-footer .logo-box .footer-tip {
  margin-top: 20px;
  color: #fff;
}
.m-footer .logo-box .footer-line {
  margin-top: 20px;
}
.m-footer .brand,
.m-footer .link {
  color: #fff;
  line-height: 2;
}
.m-footer .brand {
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold;
}
.m-footer .link {
  font-size: 16px;
}
.m-footer .corp-info {
  margin-top: 30px;
}
.m-footer .corp-info p {
  color: #fff;
}
.m-footer .corp-info .corp-tel {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-footer .corp-info .tel-circle {
  width: 40px;
  margin-right: 10px;
}
.m-footer .corp-info .qrcode {
  width: 150px;
}
.m-footer .copyrihgt {
  font-size: 12px;
}
</pre></body></html>