.fx-site-footer,
.fx-site-footer * {
  box-sizing: border-box;
}

html body footer#site_footer.fx-site-footer[id="site_footer"][data-fx-shared-footer="20260910"] {
  position: relative !important;
  inset: auto !important;
  z-index: 2;
  display: block !important;
  clear: both;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  color: #fff;
  background: #4c4297;
  font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
}

.fx-site-footer a {
  color: inherit;
  text-decoration: none;
}

.fx-site-footer a:hover,
.fx-site-footer a:focus-visible {
  color: #ffe500;
}

.fx-site-footer__shell {
  display: grid;
  grid-template-columns: 150px minmax(460px, 1fr) minmax(235px, 270px) 126px;
  gap: 26px 34px;
  align-items: start;
  width: min(1400px, calc(100% - 72px));
  margin: 0 auto;
  padding: 48px 0 22px;
}

.fx-site-footer__brand {
  display: block;
  width: 150px;
}

.fx-site-footer__brand img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 64px;
  object-fit: contain;
  object-position: left top;
}

.fx-site-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(94px, 1fr));
  gap: 18px 30px;
  min-width: 0;
}

.fx-site-footer__nav-group {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.fx-site-footer__nav-group strong {
  display: block;
  margin: 0 0 7px;
  color: #ffe500;
  font-size: 16px;
  font-weight: 700;
}

.fx-site-footer__nav-group > a {
  color: rgba(255, 255, 255, .86);
}

.fx-site-footer__service {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.fx-site-footer__service-label {
  color: rgba(255, 255, 255, .8);
}

.fx-site-footer__hotline {
  margin: 1px 0 5px;
  color: #ffe500 !important;
  font-size: clamp(23px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.fx-site-footer__company {
  display: block;
  margin-bottom: 14px;
  font-weight: 500;
}

.fx-site-footer__search {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  width: 100%;
  min-width: 0;
  height: 40px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 0;
  background: #fff;
}

.fx-site-footer__search input {
  display: block;
  width: 100%;
  min-width: 0;
  height: 38px;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0;
  color: #383447;
  background: #fff;
  box-shadow: none !important;
  font: inherit;
  line-height: 38px;
}

.fx-site-footer__search button {
  position: static !important;
  inset: auto !important;
  display: grid !important;
  width: 46px !important;
  min-width: 46px !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center;
  border: 0 !important;
  border-left: 1px solid #4c4297 !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: #4c4297 !important;
  box-shadow: none !important;
  cursor: pointer;
}

.fx-site-footer__search button:hover,
.fx-site-footer__search button:focus-visible {
  color: #4c4297 !important;
  background: #ffe500 !important;
}

.fx-site-footer__search svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.fx-site-footer__consultant {
  position: static !important;
  display: block;
  width: 100%;
  min-height: 24px;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  clear: both;
  color: rgba(255, 255, 255, .9);
  line-height: 24px;
}

.fx-site-footer__consultant a {
  color: #fff;
}

.fx-site-footer__wechat {
  width: 126px;
  margin: 0;
  text-align: center;
}

.fx-site-footer__wechat img {
  display: block;
  width: 112px;
  height: 112px;
  margin: 0 auto 8px;
  object-fit: cover;
  background: #fff;
}

.fx-site-footer__wechat figcaption {
  font-size: 12px;
  line-height: 1.45;
}

.fx-site-footer__bottom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: max-content minmax(260px, 1fr);
  gap: 4px 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
}

.fx-site-footer__bottom p {
  margin: 0;
}

.fx-site-footer__bottom p:nth-child(3) {
  grid-column: 1 / 3;
}

.fx-site-footer__bottom b {
  font-weight: 500;
}

.fx-site-footer__legal {
  display: flex;
  grid-column: 1 / 3;
  gap: 22px;
}

.fx-site-footer__sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1160px) {
  .fx-site-footer__shell {
    grid-template-columns: 130px minmax(390px, 1fr) minmax(220px, 250px);
    width: min(1040px, calc(100% - 48px));
    gap: 26px;
  }

  .fx-site-footer__brand {
    width: 130px;
  }

  .fx-site-footer__wechat {
    grid-column: 1;
    grid-row: 2;
    width: 120px;
  }

  .fx-site-footer__bottom {
    grid-column: 2 / 4;
    grid-row: 2;
    align-self: end;
  }
}

@media (max-width: 860px) {
  .fx-site-footer__shell {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 280px);
    width: min(760px, calc(100% - 40px));
    padding-top: 38px;
  }

  .fx-site-footer__brand {
    grid-column: 1 / 3;
    width: 138px;
  }

  .fx-site-footer__nav {
    grid-template-columns: repeat(2, minmax(110px, 1fr));
  }

  .fx-site-footer__service {
    grid-column: 2;
  }

  .fx-site-footer__wechat {
    grid-column: 2;
    grid-row: 3;
    justify-self: start;
  }

  .fx-site-footer__bottom {
    grid-column: 1 / 2;
    grid-row: 3;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .fx-site-footer__bottom p,
  .fx-site-footer__bottom p:nth-child(3),
  .fx-site-footer__legal {
    grid-column: 1;
  }
}

@media (max-width: 620px) {
  html body footer#site_footer.fx-site-footer[id="site_footer"][data-fx-shared-footer="20260910"] {
    font-size: 14px;
  }

  .fx-site-footer__shell {
    display: flex;
    width: calc(100% - 32px);
    flex-direction: column;
    gap: 26px;
    padding: 32px 0 24px;
  }

  .fx-site-footer__brand {
    width: 132px;
  }

  .fx-site-footer__nav {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
  }

  .fx-site-footer__nav-group strong {
    font-size: 15px;
  }

  .fx-site-footer__service {
    width: 100%;
  }

  .fx-site-footer__hotline {
    font-size: 27px;
  }

  .fx-site-footer__search {
    max-width: 360px;
  }

  .fx-site-footer__wechat {
    width: 120px;
  }

  .fx-site-footer__bottom {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 6px;
    padding-top: 18px;
    overflow-wrap: anywhere;
  }

  .fx-site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
  }
}

@media (max-width: 360px) {
  .fx-site-footer__shell {
    width: calc(100% - 24px);
  }

  .fx-site-footer__nav {
    grid-template-columns: 1fr;
  }

  .fx-site-footer__hotline {
    font-size: 24px;
  }
}

