<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer {
  height: 256px;
  background-color: #791f20;
  color: #fff;
  position: relative;
  background-image: url(../images/bg-footer.png);
  background-size: cover;
  min-width: 1600px;
}

.footer-info {
  display: flex;
  padding-top: 56px;
}

.footer-logo-box {
  display: flex;
  align-items: center;
}

.footer-info img.footer-logo {
  width:335px;
}

.footer-logo-block {
  width: 2px;
  height: 40px;
  opacity: 0.6;
  background: #ffffff;
}

.footer-logo-text {
  font-size: 34px;
  line-height: 48px;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.85);
  font-family: PingFangSC, PingFangSC-Regular;
}

.footer-info-us {
  padding-left: 234px;
}

.footer-info-us h4 {
  font-size: 28px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  margin-bottom: 16px;
}

.footer-info-us div {
  width: 510px;
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 32px;
  letter-spacing: 1px;
}

.footer-info-us-contact {
  display: flex;
  justify-content: space-between;
}

.platform {
  display: flex;
  gap: 32px;
}

.platform-item {
  text-align: center;
}

.platform-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 8px;
}

.platform-item span {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
  letter-spacing: 1px;
}

.copyright {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  line-height: 56px;
  background: #721516;
  text-align: center;
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}</pre></body></html>