/* ===== Container Banner (CTA区域) ===== */
.container-banner {
  width: 100%;
  height: 320px;
  background: url(../img/footer_bg2.png) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-inner {
  text-align: center;
}
.banner-title {
  font-size: 28px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 12px;
  line-height: 40px;
}
.banner-subtitle {
  font-size: 14px;
  color: rgba(13,13,13,.6);
  margin: 0 0 32px;
  line-height: 22px;
}
.banner-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 56px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0;
}
.banner-btn-outline {
  border-radius: 4px !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  background: #FFF !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 22px !important;
  color: rgba(13,13,13, 0.9) !important;
}
.banner-btn-outline:hover {
  border-color: #417ff9;
  color: #417ff9;
}
.banner-btn-primary {
  color: #fff !important;
  border-radius: 4px !important;
  background: #1F69E0 !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}
.banner-btn-primary:hover {
  background: #3570e0;
}

/* ===== Footer 主体 ===== */
.site-footer {
  background: url(https://qn.cache.wpscdn.cn/encs/plus/img/footer-bg.756ddf4.png) no-repeat top;
  background-size: cover;
  margin-top: auto;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: rgba(13,13,13,.9);
  font-size: 14px;
  line-height: 1.15;
}
.site-footer a {
  text-decoration: none;
  color: rgba(13,13,13,.9);
  font-size: 14px;
}
.site-footer *,
.site-footer *::before,
.site-footer *::after {
  box-sizing: border-box;
}

/* ===== 四列链接区 ===== */
.ft-content {
  padding-top: 48px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(13,13,13,.12);
}
.ft-content-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.ft-left-wrap {
  flex: 4;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ft-section .ft-title {
  color: rgba(13,13,13,.9);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 22px;
}
.ft-section .ft-sec-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}
.ft-section .ft-sec-body a {
  color: rgba(13,13,13,.66);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.ft-section .ft-sec-body a:hover {
  color: rgba(13,13,13,.9);
  text-decoration-line: underline;
}

/* ===== 产品定价列表 ===== */
.ft-pkg-list {
  display: flex;
}
.ft-pkg-cate {
  margin-right: 24px;
}
.ft-pkg-cate ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.ft-pkg-cate li {
  margin-bottom: 12px !important;
  white-space: nowrap;
  padding: 0 !important;
}
.ft-pkg-cate li::before {
  display: none !important;
}
.ft-pkg-cate li:last-child {
  margin-bottom: 0;
}
.ft-pkg-cate li a {
  color: rgba(13,13,13,.66);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.ft-pkg-cate li a:hover {
  color: rgba(13,13,13,.9);
  text-decoration-line: underline;
}

/* ===== 联系我们 ===== */
.ft-contact-sec {
  width: 245px;
  flex-shrink: 0;
}
.ft-contact-sec .ft-title {
  color: rgba(13,13,13,.9);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 22px;
}
.ft-contact-sec .ft-block {
  display: flex;
  align-items: flex-start;
  line-height: 21px;
}
.ft-contact-sec .ft-block:last-child {
  margin-bottom: 0;
}
.ft-contact-sec .ft-block-content {
  display: flex;
  flex-direction: column;
}
.ft-contact-sec .ft-tel {
  margin-top: 8px;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.ft-contact-sec .ft-qrcode {
  margin-top: 8px;
  margin-bottom: 12px;
}
.ft-contact-sec .ft-qrcode img {
  width: 120px;
  height: 120px;
  display: block;
}
.ft-section.ft-contact-sec .ft-sec-body a.ft-appointment {
  display: flex;
  width: 120px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: 1px solid #1e5fc7;
  background: #fff;
  color: #1e5fc7;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  cursor: pointer;
}
.ft-section.ft-contact-sec .ft-sec-body a.ft-appointment:hover {
  background: #f0f5ff;
  color: #1e5fc7;
}

/* ===== 版权栏 ===== */
.ft-copyright {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 24px;
  text-align: left;
  color: rgba(13,13,13,.46);
  display: flex;
}
.ft-copyright-inner {
  width: 100%;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.ft-copyright-item {
  margin-right: 47px;
  display: inline-block;
  font-size: 12px;
}
.ft-copyright-item a {
  font-size: inherit;
  color: inherit;
}
.ft-copyright-item a:hover {
  text-decoration-line: underline;
}
.ft-copyright-main {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.ft-copyright-records {
  display: flex;
  gap: 24px;
}
.ft-copyright-records a {
  color: inherit !important;
  text-decoration: none !important;
}
.ft-copyright-records a:hover {
  text-decoration: underline !important;
  color: inherit !important;
}
.ft-police-badge {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ft-police-badge .ft-police-badge-img {
  width: 14px;
  height: 14px;
  margin-bottom: 0 !important;
}
.ft-copyright-report {
  font-size: 12px;
  color: rgba(13,13,13,.46);
  margin-top: 0;
}

/* ===== 响应式 ===== */
@media screen and (max-width: 1280px) {
  .ft-content-wrap {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .ft-content {
    padding-top: 16px;
    padding-bottom: 22px;
  }
  .ft-contact-sec {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .ft-content-wrap {
    flex-direction: column;
  }
  .ft-left-wrap {
    flex-direction: column;
  }
}
