<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: #791f20;
  color: #fff;
  position: relative;
  min-width: 1600px;
}

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


.footer-logo-box {
  width: 550px;
  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 {
  width: 496px;
  margin-left: 90px;
}

.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-contact {
  display: flex;
  justify-content: space-between;
}

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

.platform {
  display: flex;
  gap: 40px;
  padding-top: 16px;
  box-sizing: border-box;
  padding-left: 60px;
}

.platform-item {
  cursor: pointer;
}

.platform-item .icon {
  width: 80px;
  height: 80px;
}


.platform-item div {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding-top: 6px;
  color: rgba(255, 255, 255, 0.60);
}

.pl-30 {
  padding-left: 30px;
}

.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>