html {
  height: 100%;
  min-height: 100%;
}
html body {
  position: relative !important;
  height: auto !important;
  min-height: 100%;
  padding-bottom: 350px !important;
}
.sci-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 120px;
  background: #2e3130;
  padding-top: 30px;
}
.sci-footer-cont {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 48px;
  box-sizing: border-box;
}
.sci-footer-top {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sci-footer-left {
  flex: 1;
  margin-top: 0;
}
.sci-footer-left h1,
.sci-footer-left h2 {
  line-height: 1.4;
  margin: 0 0 16px;
  font-size: 24px;
  color: #fff !important;
  font-weight: bold;
  text-align: left;
}
.sci-footer-left > p {
  line-height: 24px;
  margin-top: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.sci-footer-left > ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  padding: 0;
}
.sci-footer-left > ul li {
  position: relative;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  padding-right: 10px;
}
.sci-footer-left > ul li:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: auto;
}
.sci-footer-left > ul li:last-child::after {
  opacity: 0;
}
.sci-footer-left > ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.sci-footer-left > ul li a:hover {
  color: #059669;
}
.sci-footer-right {
  display: flex;
  gap: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-left: auto;
  padding-top: 8px;
}
.footer-qrcode {
  text-align: center;
}
.footer-qrcode > img {
  width: 110px;
  height: 110px;
  border-radius: 6px;
  display: block;
  margin: 0 auto;
}
.footer-qrcode > p {
  line-height: 20px;
  margin: 10px 0 2px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
}
.footer-qrcode > span {
  display: block;
  line-height: 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
}

/* 底部版权栏 */
.sci-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 48px;
  box-sizing: border-box;
  min-height: 56px;
  line-height: 56px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.sci-footer-bottom p {
  min-height: 56px;
  line-height: 56px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.sci-footer-bottom .left-box {
  display: flex;
  align-items: center;
}
.sci-footer-bottom a {
  color: inherit;
}
.sci-footer-bottom a:hover {
  color: #059669;
  text-decoration: underline;
}
