/* 协会品牌色覆盖 Open City 主色 */
:root {
  --primary-color: #0E6034;
  --brand: #0E6034;
  --brand-soft: #9AB6A7;
}
body {
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", var(--poppins), sans-serif;
}
.main-header .logo img,
.sticky-header .logo img,
.mobile-menu .nav-logo img,
.footer-logo img,
.search-popup .logo-box img,
.header-top-logo img {
  max-height: 72px;
  width: auto;
  max-width: 320px;
  object-fit: contain;
}

/* ========== 顶栏布局：信息 | Logo白底 | 办公时间 ========== */
.assn-header .header-top-one {
  margin-left: 0 !important;
}
.assn-header .header-top-one .container-fluid {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 15px;
}
.assn-header .header-top-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  min-height: 56px;
}
.assn-header .header-top-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 6px 12px;
  background: var(--primary-color);
  border-radius: 0 0 0 10px;
}
.assn-header .header-top-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 6px 18px;
  align-self: stretch;
  box-shadow: 0 2px 12px rgba(14, 96, 52, 0.12);
  z-index: 2;
}
.assn-header .header-top-logo-link {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 4px 8px;
  border-radius: 4px;
}
.assn-header .header-top-logo img {
  max-height: 52px;
  max-width: 280px;
  display: block;
  background: #fff;
}
.assn-header .open-schedule-time {
  flex: 0 0 auto;
  margin-left: 0;
  border-radius: 0 0 0 10px;
  background: #0E6034 !important; /* 与顶栏绿条同色，不再用黑色 */
  padding: 10px 28px;
}
.assn-header .open-schedule-time i,
.assn-header .open-schedule-time strong,
.assn-header .open-schedule-time span,
.assn-header .open-schedule-time p {
  color: #fff !important;
}
.logo--white-bg,
.logo--white-bg a {
  background: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-flex;
}

/* ========== 导航栏：字号加重 + 科技动感 ========== */
.assn-header .header-lower .container-fluid {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 15px;
}
.assn-header .header-outer-box--navonly {
  padding: 10px 0 14px;
  gap: 12px;
  justify-content: flex-end;
}
.assn-header .header-nav-group {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-left: 0;
}
.assn-header .menu-area.assn-nav-tech {
  flex: 1 1 auto;
  width: auto;
  max-width: 100%;
  padding: 0 6px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(14, 96, 52, 0.06), rgba(14, 96, 52, 0.02)),
    #f4f7f5;
  border: 1px solid rgba(14, 96, 52, 0.18);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.assn-header .menu-area.assn-nav-tech::before {
  content: "";
  position: absolute;
  left: -40%;
  top: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(14, 96, 52, 0.12), transparent);
  animation: assnNavScan 4.5s linear infinite;
  pointer-events: none;
}
@keyframes assnNavScan {
  0% { left: -40%; }
  100% { left: 120%; }
}
.assn-header .main-menu .navigation,
.sticky-header .main-menu .navigation {
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 4px !important;
  gap: 0;
  float: none;
  position: relative;
  z-index: 1;
}
.assn-header .main-menu .navigation > li,
.sticky-header .main-menu .navigation > li {
  flex: 1 1 auto;
  float: none !important;
  display: inline-flex;
  justify-content: center;
}
.assn-header .main-menu .navigation > li > a,
.sticky-header .main-menu .navigation > li > a {
  position: relative;
  padding: 12px 4px !important;
  margin: 0 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  line-height: 22px !important;
  white-space: nowrap;
  color: #1a1a1a !important;
  text-transform: uppercase;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}
.assn-header .main-menu .navigation > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #0E6034, transparent);
  transform: translateX(-50%);
  transition: width 0.28s ease;
  box-shadow: 0 0 8px rgba(14, 96, 52, 0.45);
}
.assn-header .main-menu .navigation > li:hover > a,
.assn-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
  color: #0E6034 !important;
  text-shadow: 0 0 12px rgba(14, 96, 52, 0.25);
}
.assn-header .main-menu .navigation > li:hover > a::after,
.assn-header .main-menu .navigation > li.current > a::after {
  width: 70%;
}
.assn-header .header-right {
  flex: 0 0 auto;
}
.assn-header .mobile-nav-toggler {
  display: none;
}
.sticky-header .logo--white-bg img {
  max-height: 48px;
  max-width: 220px;
  background: #fff;
}
.sticky-header .menu-area.assn-nav-tech {
  flex: 1 1 auto;
}
@media (max-width: 1400px) {
  .assn-header .main-menu .navigation > li > a,
  .sticky-header .main-menu .navigation > li > a {
    font-size: 13px !important;
    letter-spacing: 0.08em !important;
    padding: 11px 2px !important;
  }
  .assn-header .header-top-logo img {
    max-height: 44px;
    max-width: 220px;
  }
}
@media (max-width: 1100px) {
  .assn-header .header-top-info .header-top-single-info:first-child {
    display: none;
  }
  .assn-header .main-menu .navigation {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .assn-header .main-menu .navigation > li {
    flex: 0 0 auto;
  }
  .assn-header .main-menu .navigation > li > a {
    padding: 10px 8px !important;
  }
}
@media (max-width: 767px) {
  .assn-header .header-top-logo {
    order: -1;
    width: 100%;
    justify-content: flex-start;
  }
  .assn-header .header-top-inner {
    flex-wrap: wrap;
  }
  .assn-header .mobile-nav-toggler {
    display: inline-flex;
  }
  .assn-header .menu-area.assn-nav-tech {
    display: none;
  }
}
/* 首页 Elementor 版式区域 */
.home-page .site-main,
.home-page .entry-content {
  background: #fff;
}
.page-banner {
  /* 与头部 container-fluid 内容区同宽：max 1450、左右各 15px */
  max-width: 1420px;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 36px 30px;
  box-sizing: border-box;
  background: linear-gradient(135deg, #0E6034 0%, #147a44 100%);
  color: #fff;
  border-radius: 0 0 10px 10px;
}
.page-banner h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 767px) {
  .page-banner {
    width: calc(100% - 30px);
    max-width: none;
    margin: 0 15px;
    padding: 22px 16px;
    border-radius: 0 0 8px 8px;
  }
  .page-banner h1 {
    font-size: 20px;
  }
}
.site-wrap {
  /* 与上方 page-banner 左右外缘对齐 */
  max-width: 1420px;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 28px 0 48px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .site-wrap {
    width: calc(100% - 30px);
    max-width: none;
    margin: 0 15px;
    padding: 20px 0 36px;
  }
}
.list-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
}
.list-main { min-width: 0; }
.news-list { display: grid; gap: 12px; }
.news-item {
  background: #fff;
  border: 1px solid #d9e6dd;
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
}
.news-item__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  color: inherit;
  text-decoration: none;
}
.news-item__title {
  color: #222;
  font-size: 16px;
  line-height: 1.5;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-item__link:hover .news-item__title { color: #0E6034; }
.news-item__time {
  color: #686868;
  font-size: 13px;
  white-space: nowrap;
  flex: 0 0 auto;
}
.list-side { min-width: 0; }
.side-card {
  background: #fff;
  border: 1px solid #d9e6dd;
  border-radius: 8px;
  overflow: hidden;
  position: sticky;
  top: 88px;
}
.side-card__head {
  background: linear-gradient(135deg, #0E6034, #147a44);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 16px;
  letter-spacing: 0.08em;
}
.side-news { display: grid; gap: 0; padding: 4px 0; }
.side-news__item {
  display: flex;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px dashed #d9e6dd;
  text-decoration: none;
  color: inherit;
  align-items: center;
}
.side-news__item:last-child { border-bottom: 0; }
.side-news__item:hover { background: #f4f8f6; }
.side-news__thumb {
  flex: 0 0 96px;
  width: 96px;
  height: 68px;
  border-radius: 4px;
  overflow: hidden;
  background: #eef5f1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-news__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.side-news__thumb--logo {
  object-fit: contain !important;
  padding: 8px;
  background: #fff;
}
.side-news__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.side-news__title {
  font-size: 14px;
  line-height: 1.45;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.side-news__item:hover .side-news__title { color: #0E6034; }
.side-news__time { font-size: 12px; color: #888; }
.list-pager { margin-top: 22px; width: 100%; }
.pagination {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
  float: none !important;
  writing-mode: horizontal-tb;
}
.pagination:after,
.pagination:before {
  display: none !important;
  content: none !important;
}
.pagination ul {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination li {
  float: none !important;
  display: inline-flex;
}
.pagination a,
.pagination span,
.pagination li a,
.pagination li span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #d9e6dd;
  border-radius: 4px;
  background: #fff;
  color: #0E6034;
  line-height: 1;
  text-decoration: none;
  float: none !important;
  white-space: nowrap;
  writing-mode: horizontal-tb;
}
.pagination .active,
.pagination .active a,
.pagination li.active a,
.pagination li.active span,
.pagination a.on,
.pagination span.on,
.pagination .current {
  background: #0E6034 !important;
  color: #fff !important;
  border-color: #0E6034 !important;
}
@media (max-width: 960px) {
  .list-layout { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .news-item__title { white-space: normal; }
}
.learn-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.learn-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #d9e6dd;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow .2s ease, transform .2s ease;
}
.learn-card:hover {
  box-shadow: 0 8px 24px rgba(14, 96, 52, .12);
  transform: translateY(-2px);
}
.learn-card__cover {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  background: #eef5f1;
  overflow: hidden;
}
.learn-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.learn-card__cover--logo {
  object-fit: contain !important;
  padding: 28px;
  background: #fff;
}
.learn-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  border-radius: 50%;
  background: rgba(14, 96, 52, .88);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
  pointer-events: none;
}
.learn-card__play::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 15px;
  border-style: solid;
  border-width: 9px 0 9px 14px;
  border-color: transparent transparent transparent #fff;
}
.learn-card__title {
  display: block;
  padding: 12px 14px 14px;
  font-size: 15px;
  line-height: 1.45;
  color: #222;
  min-height: 3em;
}
.learn-card:hover .learn-card__title { color: #0E6034; }
.learn-player { margin: 0 0 20px; }
.learn-player__video {
  display: block;
  width: 100%;
  max-height: 70vh;
  background: #0b1a12;
  border-radius: 8px;
}
.learn-player--empty {
  padding: 28px;
  text-align: center;
  color: #686868;
  background: #f4f8f6;
  border: 1px dashed #9AB6A7;
  border-radius: 8px;
}
.learn-player__err {
  margin-top: 12px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #8a4b00;
  background: #fff8e8;
  border: 1px solid #f0d9a8;
  border-radius: 6px;
}
.learn-player__err a {
  display: inline-block;
  margin-left: 8px;
  color: #0E6034;
  font-weight: 600;
}
@media (max-width: 1100px) {
  .learn-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 800px) {
  .learn-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
}
@media (max-width: 520px) {
  .learn-grid { grid-template-columns: 1fr; }
}
.article-card {
  background: #fff;
  border: 1px solid #d9e6dd;
  border-radius: 8px;
  padding: 28px;
}
.article-card h1 {
  margin: 0 0 12px;
  font-size: 26px;
  color: #0E6034;
}
.article-meta {
  color: #686868;
  font-size: 13px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d9e6dd;
}
.article-body { font-size: 16px; line-height: 1.9; }
.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
  align-items: start;
}
.about-us-content {
  background: #fff;
  border: 1px solid #d9e6dd;
  border-radius: 8px;
  padding: 24px;
}
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
}

/* 联系我们 */
.contact-page__head {
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d9e6dd;
}
.contact-page__head h2 {
  margin: 0;
  font-size: 26px;
  color: #222;
  font-weight: 700;
}
.contact-page__head p {
  margin: 6px 0 0;
  font-size: 14px;
  color: #888;
  letter-spacing: .06em;
}
.contact-page__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.contact-panel {
  background: #f7f9f8;
  border-radius: 4px;
  padding: 8px 28px;
}
.contact-row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 22px 0;
  border-bottom: 1px solid #e4ebe7;
}
.contact-row:last-child { border-bottom: 0; }
.contact-row__label {
  flex: 0 0 auto;
  color: #888;
  font-size: 14px;
  line-height: 1.6;
}
.contact-row__value {
  flex: 1;
  min-width: 0;
  color: #222;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}
.contact-row__value a {
  color: #222;
  text-decoration: none;
}
.contact-row__value a:hover { color: #0E6034; }
.contact-map {
  background: #f7f9f8;
  border-radius: 4px;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}
.contact-map__inner {
  text-align: center;
  max-width: 360px;
}
.contact-map__logo {
  width: 88px;
  height: auto;
  margin: 0 auto 14px;
  display: block;
  background: #fff;
  padding: 8px;
  border-radius: 8px;
}
.contact-map__name {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #0E6034;
}
.contact-map__addr,
.contact-map__time {
  margin: 0 0 8px;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.contact-map__btn {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 22px;
  background: #0E6034;
  color: #fff !important;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
}
.contact-map__btn:hover { background: #147a44; }

/* 分支机构 */
.branch-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
}
.branch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  background: #f4f7f5;
  padding: 14px;
  border-radius: 4px;
}
.branch-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 14px 10px;
  background: #fff;
  border: 1px solid #e4ebe7;
  text-align: center;
  text-decoration: none;
  color: #222;
  font-size: 15px;
  line-height: 1.4;
  transition: border-color .2s, color .2s, box-shadow .2s;
}
.branch-card:hover {
  border-color: #0E6034;
  color: #0E6034;
  box-shadow: 0 4px 14px rgba(14, 96, 52, .1);
}
.branch-side-card {
  background: #fff;
  border: 1px solid #e4ebe7;
  border-radius: 4px;
  padding: 18px 16px;
  margin-bottom: 16px;
}
.branch-side-card__title {
  margin: 0 0 12px;
  font-size: 16px;
  color: #0E6034;
  font-weight: 700;
}
.branch-side-card__body {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
}
.branch-side-card__body p { margin: 0 0 10px; }
.branch-side-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4ebe7;
}
.branch-side-card__head h3 {
  margin: 0;
  font-size: 16px;
  color: #0E6034;
  font-weight: 700;
}
.branch-side-card__head a {
  font-size: 13px;
  color: #888;
  text-decoration: none;
}
.branch-side-card__head a:hover { color: #0E6034; }
.branch-dl-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.branch-dl-list li {
  margin: 0;
  padding: 8px 0 8px 14px;
  position: relative;
  border-bottom: 1px dashed #e4ebe7;
}
.branch-dl-list li:last-child { border-bottom: 0; }
.branch-dl-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #0E6034;
}
.branch-dl-list a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.45;
}
.branch-dl-list a:hover { color: #0E6034; }
@media (max-width: 960px) {
  .contact-page__grid,
  .branch-page { grid-template-columns: 1fr; }
  .branch-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .branch-grid { grid-template-columns: 1fr; }
  .contact-panel { padding: 8px 16px; }
}

/* ========== 页脚：与顶部配色一致 ========== */
.main-footer.assn-footer {
  background: transparent;
  color: #333;
}
.assn-footer__band {
  background: #0E6034;
  color: #fff;
  padding: 14px 0;
}
.assn-footer__band-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
}
.assn-footer__slogan {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  color: #fff;
}
.assn-footer__band-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}
.assn-footer__band-links a {
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  opacity: .95;
}
.assn-footer__band-links a:hover {
  opacity: 1;
  text-decoration: underline;
}
.assn-footer__body {
  background: #f4f7f5;
  border-top: 1px solid #d9e6dd;
  border-bottom: 1px solid #d9e6dd;
  padding: 42px 0 36px;
}
.assn-footer .footer-top {
  display: none;
}
.assn-footer .footer-middle {
  padding: 0;
  border: 0;
}
.assn-footer .footer-widget.about-widget,
.assn-footer .footer-widget.business-widget,
.assn-footer .footer-widget.office-widget {
  margin: 0 0 24px;
}
.assn-footer__logo {
  margin-bottom: 18px;
}
.assn-footer__logo img {
  max-height: 64px;
  width: auto;
  background: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(14, 96, 52, .08);
}
.assn-footer .widget-title {
  font-size: 20px !important;
  line-height: 1.4 !important;
  color: #0E6034 !important;
  font-family: inherit !important;
  margin-bottom: 16px !important;
  padding-bottom: 10px !important;
}
.assn-footer .widget-title:before {
  background-color: #0E6034 !important;
  width: 36px;
  height: 2px;
}
.assn-footer .footer-text,
.assn-footer .office-address {
  color: #555 !important;
  font-size: 14px;
  line-height: 1.75;
}
.assn-footer .business-info li a,
.assn-footer .office-info li a {
  color: #333 !important;
  font-size: 14px;
}
.assn-footer .business-info li a:hover,
.assn-footer .office-info li a:hover {
  color: #0E6034 !important;
}
.assn-footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.assn-footer .footer-link-btn a,
.assn-footer .button-style-four {
  background: #0E6034 !important;
  border-color: #0E6034 !important;
  color: #fff !important;
  border-radius: 4px;
}
.assn-footer .footer-link-btn a:hover,
.assn-footer .button-style-four:hover {
  background: #147a44 !important;
  border-color: #147a44 !important;
  color: #fff !important;
}
.assn-footer__hours {
  margin: 14px 0 0;
  padding: 10px 12px;
  background: #0E6034;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  display: inline-block;
}
.assn-footer__copy {
  background: #0E6034;
  padding: 18px 0;
}
.assn-footer__copy .copyright-text {
  color: rgba(255, 255, 255, .9) !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  margin: 0;
}
/* 页脚内容宽度与顶部 header container-fluid 一致 */
.assn-footer .container,
.assn-footer .container-fluid {
  max-width: 1450px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .assn-footer__band-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .assn-footer__nav {
    grid-template-columns: 1fr;
  }
}

/* ========== 全站手机端适配 ========== */
@media (max-width: 991px) {
  .assn-header .open-schedule-time {
    padding: 8px 14px;
  }
  .assn-header .open-schedule-time strong,
  .assn-header .open-schedule-time span {
    display: none;
  }
  .article-card {
    padding: 18px 14px;
  }
  .article-card h1 {
    font-size: 20px;
  }
  .learn-player__video {
    max-height: none;
  }
}
@media (max-width: 767px) {
  .assn-header .header-top-info {
    width: 100%;
    border-radius: 0;
    padding: 8px 12px;
  }
  .assn-header .header-top-info .header-top-single-info:not(:nth-child(2)):not(:nth-child(3)) {
    display: none;
  }
  .assn-header .header-top-logo {
    order: -1;
    width: 100%;
    justify-content: center;
    padding: 10px 12px;
  }
  .assn-header .open-schedule-time {
    width: 100%;
    border-radius: 0;
    justify-content: center;
    padding: 10px 12px;
  }
  .assn-header .header-lower .container-fluid {
    padding: 0 12px;
  }
  .assn-header .header-outer-box--navonly {
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;
  }
  .assn-header .mobile-nav-toggler {
    display: inline-flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    min-width: 96px;
    height: 44px;
    padding: 0 14px;
    border: none;
    border-radius: 8px;
    background: #0E6034 !important;
    box-shadow: 0 4px 14px rgba(14, 96, 52, .4);
    cursor: pointer;
    position: relative;
    z-index: 30;
  }
  .assn-header .mobile-nav-toggler .assn-burger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 18px;
  }
  .assn-header .mobile-nav-toggler .icon-bar {
    display: block !important;
    width: 18px !important;
    height: 2.5px !important;
    margin: 0 !important;
    background: #fff !important;
    border-radius: 2px;
  }
  .assn-header .mobile-nav-toggler .assn-burger-text {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1;
  }
  .assn-header .mobile-nav-toggler::after {
    content: none;
  }
  .assn-header .header-nav-group {
    flex: 1;
    justify-content: flex-end;
  }
  .assn-header .header-right {
    display: inline-flex !important;
  }
  .assn-header .search-box-outer {
    color: #0E6034 !important;
    font-size: 20px !important;
    margin: 0 0 0 10px !important;
    padding: 8px !important;
  }
  .page-banner {
    width: calc(100% - 24px);
    margin: 0 12px;
    padding: 20px 14px;
  }
  .page-banner h1 {
    font-size: 20px;
  }
  .site-wrap {
    width: calc(100% - 24px);
    margin: 0 12px;
    padding: 18px 0 32px;
  }
  .list-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .news-item__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 14px;
  }
  .news-item__title {
    white-space: normal;
  }
  .side-card {
    position: static;
  }
  .contact-page__grid,
  .branch-page,
  .about-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .branch-grid {
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    gap: 8px;
  }
  .branch-card {
    min-height: 56px;
    font-size: 13px;
    padding: 10px 6px;
  }
  .contact-panel {
    padding: 4px 14px;
  }
  .contact-row {
    flex-direction: column;
    gap: 4px;
    padding: 14px 0;
  }
  .assn-footer__body {
    padding: 28px 0 20px;
  }
  .assn-footer__band {
    padding: 12px 0;
  }
  .assn-footer__slogan {
    font-size: 13px;
    line-height: 1.5;
  }
  .assn-footer__copy {
    padding: 14px 10px;
  }
  .assn-footer__copy .copyright-text {
    font-size: 12px !important;
  }
  .scroll-top {
    right: 12px !important;
    bottom: 12px !important;
    width: 42px !important;
    height: 42px !important;
  }
}
@media (max-width: 480px) {
  .branch-grid {
    grid-template-columns: 1fr;
  }
  .learn-grid {
    grid-template-columns: 1fr;
  }
  .assn-header .header-top-info .header-top-single-info {
    font-size: 12px;
  }
}
