.home-card .newHome-footer .footer-ul {
  display: flex;
  flex-wrap: wrap;
  padding: 45px 0 30px;
}

.footer-ul li {
  margin: 0 auto;
  width: auto !important;
}

.footer-ul li p {
  margin-top: 0;
}

.footer-ul li h1 {
  margin-bottom: 0;
}

/* 列表通用样式 */
.footer-ul .list-warpper {
  width: auto;
}

.footer-ul .list-warpper .title {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.footer-ul .list-warpper .list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 10px;
}

.footer-ul .list-warpper .list a {
  width: fit-content;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
}

.footer-ul .list-warpper .list a:hover {
  background: var(--2, linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* logo、二维码 */
.footer-ul .logo-warp {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}

.footer-ul .logo-warp p {
  margin-top: 6px;
}

.footer-ul .qr-code-wrapper {
  margin-top: 30px;
  display: flex;
  gap: 22px;
}

.footer-ul .qr-code-wrapper .qr-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-ul .qr-code-wrapper .qr-code span {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}

/* 联系我们 */
.footer-ul .contact-us {
  display: flex;
  flex-direction: column;
  gap: 26px;

  color: #FFF;
}

.footer-ul .contact-us .item .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.footer-ul .contact-us .item .info {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

/* 核心功能 */
.core-functions .function-list {
  max-height: 240px;
}


/* 案例中心 */

/* 关于我们 */



/* 版权 */
.footer-report {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

/* 固定屏幕按钮 客服、扫码、返回顶部 */
.fixed-system-right #xaxrszhaopin.box3 {
  background: #3986fc !important;
}