/* 基础样式重置 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
@font-face {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: normal; /* 字体粗细（常规体对应 normal） */
  font-style: normal; /* 字体样式（常规体对应 normal） */
}
body {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #333;
  background-color: #f9f9f9;
  line-height: 1.5;
  height: auto;
}
.healthbody-footer-bg {
  margin: 0 auto;
  width: 100%;
  background-color: #030f41;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /*height: 260px;*/
}
.healthbody-footer-bg .healthbody-footer-content {
  margin: 0 auto;
  max-width: 90rem;
  min-height: 16.125rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  padding-top: 3.75rem;
  padding-left: 4.6875rem;
  padding-right: 8.4375rem;
}
.healthbody-footer-content .footer-logo {
  width: 14rem;
  height: 3.75rem;
  margin-right: 5rem;
}
.healthbody-footer-content .footer-nav {
  display: flex;
  color: #ffffff;
  justify-content: space-between;
}
.footer-nav .footer-nav-item {
  display: flex;
  flex-direction: column;
  margin-right: 2.5rem;
  gap: 0.625rem;
}
.footer-nav .footer-nav-item a {
  color: #fff;
}
/* .footer-nav .footer-nav-item:first-of-type {
  margin-right: 5rem;
} */
.footer-nav .footer-nav-item:last-of-type {
  margin-right: 0;
}
.footer-nav .footer-nav-item .footerNav-title {
  font-weight: bold;
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 1.125rem;
  text-align: left;
  font-style: normal;
  margin-bottom: 0.625rem;
}
.footer-nav .footer-nav-item:nth-child(n + 3) {
  padding-top: 2.375rem;
}
.healthbody-footer-content .footer-code {
  display: flex;
  margin-left: 6.25rem;
  color: #fff;
}
.footer-code .footerCode-item:first-of-type {
  margin-right: 5rem;
}
.footer-code .footerCode-item img {
  width: 4.625rem;
  height: 4.625rem;
}
.footer-code .footerCodeItem-text {
  margin-top: 1.25rem;
  text-align: center;
}
.healthbody-footer-copyright {
  width: 100%;
  min-height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255,255,255,0.1);
  white-space: nowrap;
  color: #cccccc;
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 1100px) {
  .healthbody-footer-bg .healthbody-footer-content {
    padding-left: 0;
    padding-right: 90px;
  }
  .healthbody-footer-content .footer-logo {
    margin-right: 2.5rem;
  }
  .healthbody-footer-content .footer-code {
    margin-left: 2.5rem;
  }
  .footer-nav .footer-nav-item:first-of-type {
    margin-right: 2.5rem;
  }
  .footer-code .footerCode-item:first-of-type {
    margin-right: 2.5rem;
  }
}
@media (max-width: 946px) {
  .healthbody-footer-bg .healthbody-footer-content {
    padding-left: 50px;
    padding-right: 20px;
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
  .healthbody-footer-content .footer-logo {
    width: 100%;
    margin-bottom: 3.125rem;
  }
  .healthbody-footer-content .footer-logo img {
    width: 25%;
    min-width: 168px;
  }
}
@media (max-width: 768px) {
  .healthbody-footer-bg .healthbody-footer-content {
    padding-right: 50px;
  }
}
@media (max-width: 660px) {
  .healthbody-footer-copyright {
    flex-direction: column;
  }
  .healthbody-footer-content .footer-code {
    margin-top: 30px;
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .healthbody-footer-bg .healthbody-footer-content {
    flex-wrap: wrap;
    padding: 20px;
  }
  .healthbody-footer-content .footer-logo {
    margin-bottom: 0;
  }
  .healthbody-footer-copyright {
    white-space: wrap;
  }
  .healthbody-footer-content .footer-nav {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .footer-nav .footer-nav-item:first-child {
    flex: 100%;
    margin-bottom: 30px;
  }
  .footer-nav .footer-nav-item:not(:first-child) {
    flex: 1;
    min-width: fit-content;
    margin-right: 20px;
  }
  .footer-nav .footer-nav-item:last-child {
    margin-right: 0;
  }
  .healthbody-footer-content .footer-code {
    margin-top: 30px;
    margin-left: 0;
    color: #fff;
  }
  .footer-code .footerCode-item:first-of-type {
    margin-right: 44px;
  }
  .healthbody-footer-copyright {
    width: 100%;
    /*min-height: 3.3125rem;*/
    display: flex;
    flex-direction: column;
    white-space: wrap;
    color: #cccccc;
    font-size: 11px;
    line-height: 16px;
    padding: 10px 16px;
  }
}
