/* PSD-based visual pass for the 1680px Zhiningyi layouts. */
:root {
  --design-green: #1f6f12;
  --design-gold: #9d6f3e;
  --design-brown: #8a5f36;
  --design-gray: #f1f3f4;
  --design-text: #333333;
}

body {
  min-width: 320px;
  color: var(--design-text);
  font-size: 14px;
  line-height: 1.72;
  background: #fff;
  -webkit-tap-highlight-color: rgba(157, 111, 62, .18);
}

.cursor-dot,
.cursor-ring,
.click-ripple {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  pointer-events: none;
  border-radius: 50%;
  backface-visibility: hidden;
  contain: layout paint style;
  will-change: transform;
}

.cursor-dot {
  width: 6px;
  height: 6px;
  background: #9d6f3e;
  opacity: .85;
  transform: translate(-50%, -50%);
}

.cursor-ring {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(157, 111, 62, .42);
  opacity: .9;
  transform: translate(-50%, -50%);
  transition: width .16s ease, height .16s ease, border-color .16s ease, opacity .16s ease;
}

.cursor-ring.is-active {
  width: 44px;
  height: 44px;
  border-color: rgba(255, 75, 11, .58);
}

.click-ripple {
  width: 8px;
  height: 8px;
  border: 1px solid rgba(255, 75, 11, .55);
  opacity: .72;
  animation: click-ripple .55s ease-out forwards;
  transform: translate(-50%, -50%);
}

@keyframes click-ripple {
  to {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}

a,
button,
input,
textarea,
.gender-field label {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease, opacity .18s ease;
}

.wrap {
  width: min(1202px, calc(100% - 40px));
}

.site-header {
  height: 77px;
  border-bottom: 1px solid #eeeeee;
  background: #ffffff;
}

.site-header,
.site-header * {
  transition: none !important;
}

.header-inner {
  max-width: 1202px;
}

.brand {
  width: 204px;
  height: 47px;
  overflow: hidden;
}

.brand img {
  display: block;
  width: 204px;
  height: 47px;
  object-fit: contain;
}

.brand-logo-mobile {
  display: none !important;
}

.brand-mark,
.brand span {
  display: none;
}

.nav {
  gap: 0;
  height: 77px;
  align-items: center;
}

.nav > a,
.nav-item > a {
  display: block;
  min-width: 134px;
  padding: 28px 0 24px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-weight: 500;
}

.nav-item {
  position: relative;
}

.nav-link.active,
.nav-item.active > a {
  color: var(--design-gold);
  border-bottom: 2px solid var(--design-gold);
}

.nav a:hover {
  color: var(--design-gold);
}

.nav > a:hover,
.nav-item:hover > a {
  transform: none;
}

.tabs a:active,
.knowledge-card:active,
.knowledge-item:active,
.counselor-row a:active,
.team-card a:active,
.inquiry-section button:active,
.floating-contact a:active,
.consult-modal a:active,
.consult-modal button:active {
  transform: translateY(1px) scale(.98);
}

.nav-submenu {
  position: absolute;
  top: 77px;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(3, 126px);
  gap: 18px 24px;
  width: 451px;
  padding: 25px 28px;
  background: rgba(245, 238, 227, .86);
  box-shadow: 0 8px 18px rgba(100, 75, 48, .08);
  pointer-events: none;
  visibility: hidden;
  opacity: 1;
  transform: translateX(-50%);
  transition: none;
  will-change: auto;
}

.nav-item:hover .nav-submenu,
.nav-item:focus-within .nav-submenu,
.nav-item.is-open .nav-submenu {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%);
}

.nav-submenu a {
  position: relative;
  min-width: 0;
  padding: 0 0 0 18px;
  color: #555;
  text-align: left;
  font-size: 17px;
  line-height: 28px;
}

.nav-submenu a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #6b6b6b;
}

.hero {
  height: 694px;
  background: var(--hero-image, url("images/hero-handshake.a1ff5a167b66.png")) center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(90deg, rgba(125, 88, 52, .22), rgba(255,255,255,.08) 55%, rgba(255,255,255,.18));
}

.hero-copy {
  display: block;
  padding-top: 190px;
}

.hero-copy p {
  font-size: 26px;
}

.hero-copy h1 {
  font-size: 48px;
}

.hero-copy h3 {
  font-size: 22px;
}

.mini-qr {
  display: block;
  width: 95px;
  height: 95px;
  border: 8px solid #fff;
  background: #fff;
  object-fit: cover;
}

.page-banner {
  position: relative;
  overflow: hidden;
  background: #f4f0e8;
}

.page-banner-track,
.page-banner-slide {
  position: absolute;
  inset: 0;
}

.page-banner-slide {
  opacity: 0;
  background: var(--banner-image) center / cover no-repeat;
  transition: opacity .75s ease;
}

.page-banner-slide.active {
  opacity: 1;
}

.page-banner-home {
  height: 694px;
}

.page-banner-inner {
  height: 484px;
}

.page-banner-inner.short {
  height: 484px;
}

.section {
  padding: 64px 0 70px;
}

.section h2,
.process-section h2,
.inquiry-section h2 {
  font-family: KaiTi, STKaiti, "Microsoft YaHei", sans-serif;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--design-brown);
  letter-spacing: 0;
}

.section-lead {
  margin: 10px 0 36px;
  color: #9a9a9a;
  font-size: 17px;
  line-height: 1.65;
}

.intro {
  padding-top: 67px;
  padding-bottom: 24px;
}

.intro .narrow {
  max-width: 1202px;
}

.intro p:not(.section-lead) {
  margin: 0 0 20px;
  color: #333;
  font-size: 16px;
  line-height: 2.1;
}

.intro p:not(.section-lead) strong {
  font-weight: 800;
  color: #1f1f1f;
}

.office-collage {
  display: block;
  width: 1202px;
  max-width: 100%;
  height: 474px;
  margin: 72px auto 0;
  background: url("images/design/office-collage.9fd520adbddd.jpg") center / 100% 100% no-repeat;
}

.office-collage div {
  display: none;
}

.team-band {
  padding-top: 30px;
  padding-bottom: 70px;
  min-height: 0;
  background: #f6f6f4 url("images/design/office-collage.9fd520adbddd.jpg") center / cover fixed;
  background-blend-mode: screen;
  transition: padding-bottom .25s ease;
}

.team-band h2 {
  margin-bottom: 8px;
}

.counselor-carousel {
  margin-top: 47px;
  padding: 0;
}

.carousel-viewport {
  width: 1202px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  transition: height .25s ease;
}

.carousel-track {
  align-items: flex-start;
}

.counselor-slide {
  grid-template-columns: repeat(4, 285px);
  justify-content: space-between;
  gap: 66px 20px;
}

.team-card {
  width: 285px;
}

.portrait {
  width: 285px;
  height: 347px;
  overflow: hidden;
  background: #fff;
}

.portrait::before,
.round-portrait::before,
.profile-photo::before {
  display: none;
}

.team-card h3 {
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color: #111;
}

.team-card p {
  margin-top: 4px;
  color: #555;
  font-size: 13px;
  line-height: 1.4;
}

.carousel-arrow {
  opacity: 0;
  pointer-events: auto;
  transition: opacity .2s ease;
}

.counselor-carousel:hover .carousel-arrow {
  opacity: .45;
}

.knowledge {
  padding-top: 76px;
  padding-bottom: 52px;
  min-height: 0;
  background: #ffffff;
}

.tabs {
  gap: 14px;
  margin: 29px 0 46px;
}

.tabs a {
  min-width: 110px;
  height: 30px;
  padding: 0 18px;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  background: #fff;
  color: #111;
  text-align: center;
  font-size: 13px;
  line-height: 28px;
}

.tabs a:hover,
.tabs .selected {
  border-color: #a77c45;
  background: #a77c45;
  color: #fff;
}

.home-tabs a:nth-child(2):not(.selected) {
  border-color: #e8e8e8;
  background: #fff;
  color: #111;
}

.tabs a:hover {
  box-shadow: 0 7px 18px rgba(139, 95, 54, .12);
  transform: translateY(-1px);
}

.knowledge-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: start;
}

.knowledge-column {
  min-width: 0;
}

.knowledge-card {
  display: grid;
  grid-template-columns: 173px 1fr;
  gap: 19px;
  min-height: 136px;
  border-radius: 2px;
  margin-bottom: 20px;
  color: inherit;
}

.knowledge-card img,
.knowledge-card i {
  display: block;
  width: 173px;
  height: 136px;
  border: 0;
  background: transparent;
  object-fit: cover;
  object-position: center;
}

.knowledge-card strong {
  display: block;
  margin-top: 2px;
  color: #111;
  font-size: 17px;
  line-height: 1.5;
}

.knowledge-card small {
  display: block;
  margin-top: 5px;
  color: #777;
  font-size: 13px;
  line-height: 1.7;
}

.knowledge-card em {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 13px;
  background: #eeeeee;
  color: #666;
  font-size: 12px;
  font-style: normal;
}

.knowledge-card:hover {
  transform: translateY(-3px);
}

.knowledge-card:hover img,
.knowledge-card:hover i {
  box-shadow: 0 10px 24px rgba(80, 62, 44, .16);
}

.knowledge-card:hover strong,
.knowledge-item:hover strong {
  color: #8a5f36;
}

.knowledge-card:hover em {
  background: #a77c45;
  color: #fff;
}

.home-tab-panel[hidden] {
  display: none;
}

.home-tab-panel.selected {
  animation: home-tab-fade .2s ease;
}

.knowledge-empty {
  grid-column: 1 / -1;
  padding: 30px 0 42px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  color: #888;
  text-align: center;
}

@keyframes home-tab-fade {
  from {
    opacity: .35;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.knowledge-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-content: start;
  min-height: 0;
}

.knowledge-item {
  display: grid;
  grid-template-columns: 1fr 90px;
  align-items: center;
  gap: 20px;
  height: 47px;
  padding: 0;
  border-bottom: 1px solid #ededed;
  color: #555;
}

.knowledge-item:hover {
  padding-left: 8px;
  background: linear-gradient(90deg, rgba(167, 124, 69, .07), rgba(255,255,255,0));
}

.knowledge-item strong {
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.knowledge-item strong::before {
  content: "›";
  margin-right: 8px;
  color: #777;
}

.knowledge-item time {
  color: #999;
  font-size: 13px;
  text-align: right;
}

.gray-banner {
  height: 484px;
  background: var(--list-banner-image, url("images/hero-handshake.a1ff5a167b66.png")) center / cover no-repeat;
}

.gray-banner.short {
  height: 260px;
}

.page-gray {
  background: #f1f3f4;
  padding: 43px 0 0;
}

.counselor-list {
  width: min(1202px, calc(100% - 40px));
  gap: 23px;
  padding-bottom: 80px;
}

.counselor-row {
  min-height: 349px;
  padding: 48px 36px;
  grid-template-columns: 254px 1fr;
  gap: 58px;
  background: #fff;
}

.round-portrait {
  width: 254px;
  height: 254px;
  border-radius: 50%;
  overflow: hidden;
  border: 0;
  outline: 0;
  background: #fff;
}

.counselor-row .round-portrait {
  display: block;
  padding: 0;
}

.portrait img,
.round-portrait img,
.profile-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.round-portrait img {
  transform: scale(1.18);
  transform-origin: center top;
}

.profile-photo img {
  transform: scale(1.08);
  transform-origin: center top;
}

.counselor-row h2 {
  margin: 0 0 12px;
  font-size: 31px;
  line-height: 1.15;
  color: #111;
  font-weight: 800;
}

.counselor-row h2 a {
  display: inline;
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #111;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.counselor-row h2 small {
  margin-left: 8px;
  color: #4d8b24;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
}

.counselor-row p {
  margin: 9px 0 8px;
  color: #555;
  font-size: 13px;
  line-height: 1.9;
}

.counselor-row h4 {
  margin: 13px 0 2px;
  color: #43851e;
  font-size: 15px;
}

.counselor-row .counselor-action {
  display: inline-block;
  min-width: 92px;
  height: 34px;
  margin-top: 10px;
  padding: 0 17px;
  background: #fb7116;
  text-align: center;
  font-size: 13px;
  line-height: 34px;
}

.counselor-row .counselor-action.green {
  background: #4d801e;
}

.article-page {
  min-height: 0 !important;
  padding-bottom: 0;
}

.article-page > .wrap {
  width: min(1202px, calc(100% - 40px));
}

.article-page .list-tabs,
.detail-page .list-tabs {
  margin: 0 0 41px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  justify-content: flex-start;
}

.article-page .list-tabs a,
.detail-page .list-tabs a {
  min-width: 110px;
  height: 30px;
  padding: 0 15px;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #111;
  line-height: 30px;
}

.article-page .list-tabs a:nth-child(2):not(.selected),
.detail-page .list-tabs a:nth-child(2):not(.selected) {
  border-color: #d8d8d8;
  background: #fff;
  color: #111;
}

.article-page .list-tabs a.selected,
.detail-page .list-tabs a.selected {
  border-color: #a77c45;
  background: #a77c45;
  color: #fff;
}

.article-thumb-link {
  display: block;
  width: 221px;
  height: 148px;
  overflow: hidden;
}

.article-layout {
  grid-template-columns: 748px 431px;
  gap: 23px;
  align-items: start;
}

.article-page .article-layout {
  align-items: stretch;
}

.article-list {
  padding: 19px 20px 28px;
  background: #fff;
}

.article-list article {
  display: grid;
  grid-template-columns: 221px 1fr;
  gap: 25px;
  min-height: 184px;
  padding: 19px 0 18px;
  border-bottom: 1px solid #eeeeee;
}

.article-thumb-link > img,
.article-thumb-link > i,
.article-list article > img,
.article-list article > i {
  display: block;
  width: 221px;
  height: 148px;
  object-fit: cover;
  filter: none;
  opacity: 1;
}

.article-list h3 {
  margin-top: 2px;
  font-size: 17px;
  line-height: 1.55;
  color: #222;
}

.article-list p {
  height: 67px;
  margin: 5px 0 8px;
  overflow: hidden;
  color: #666;
  font-size: 13px;
  line-height: 1.72;
}

.article-list small {
  display: flex;
  justify-content: space-between;
  color: #999;
  font-size: 12px;
}

.article-list small span {
  float: none;
}

.article-consult-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  height: 34px;
  margin-top: 12px;
  border: 0;
  border-radius: 17px;
  background: linear-gradient(180deg, #36bd45, #249f31);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(36, 159, 49, .18);
  transition: transform .18s ease, box-shadow .18s ease;
}

.article-consult-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(36, 159, 49, .24);
}

.article-consult-button.large {
  min-width: 180px;
  height: 46px;
  border-radius: 23px;
  font-size: 17px;
}

.article-consult-bar {
  padding: 28px 0 10px;
  text-align: center;
}

.article-layout aside {
  padding: 25px 27px;
  background: #fff;
}

.article-page .article-layout aside {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.article-layout aside h3 {
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #6c9b42;
  color: #333;
  font-size: 17px;
}

.article-layout aside a {
  padding: 10px 0;
  color: #555;
  font-size: 13px;
  line-height: 1.45;
}

.article-page .article-layout aside a {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  min-height: 38px;
}

.pagination {
  padding: 27px 0 0;
}

.pagination a,
.pagination b {
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  border: 1px solid #dddddd;
  background: #fff;
  color: #999;
  line-height: 22px;
}

.pagination b {
  background: #8d8d8d;
  color: #fff;
}

.inquiry-section {
  position: relative;
  height: auto;
  padding: 60px 0 54px;
  background: linear-gradient(rgba(255,255,255,.68), rgba(255,255,255,.74)), var(--inquiry-bg, url("images/design/office-collage.9fd520adbddd.jpg")) center / cover no-repeat;
}

.inquiry-inner {
  position: relative;
  width: min(1050px, calc(100% - 48px));
  max-width: 1050px;
  height: auto;
  padding: 28px 34px 30px;
  border: 1px solid rgba(151, 111, 68, .18);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 42px rgba(74, 56, 36, .12);
  backdrop-filter: blur(2px);
}

.inquiry-section h2,
.inquiry-section > .wrap > p {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  opacity: 1;
}

.inquiry-section form {
  margin: 0;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: stretch;
  gap: 34px;
  margin: 0 0 18px;
}

.form-row > label {
  display: block;
  padding-top: 0;
  color: #3d352d;
  font-size: 14px;
  font-weight: 700;
}

.gender-field legend {
  margin-bottom: 7px;
  color: #3d352d;
  font-size: 14px;
  font-weight: 700;
}

.form-row input {
  height: 42px;
  margin-top: 6px;
  border: 1px solid #cdbba6;
  background: #fff;
  color: #222;
  font-size: 15px;
  outline: none;
}

.gender-field {
  height: auto;
  padding: 0;
}

.gender-field label {
  display: inline-flex;
  height: 42px;
  margin: 0 24px 0 0;
  color: #332a22;
  font-size: 15px;
  line-height: 42px;
  cursor: pointer;
}

.gender-field input {
  width: 17px;
  height: 17px;
  margin: 13px 7px 0 0;
  accent-color: #a77c45;
}

.inquiry-section textarea {
  display: block;
  width: 100%;
  height: 176px;
  margin-top: 0;
  border: 1px solid #cdbba6;
  background: #fff;
  color: #222;
  font-size: 15px;
  outline: none;
}

.inquiry-section textarea::placeholder,
.form-row input::placeholder {
  color: #9e9e9e;
}

.form-row input:hover,
.inquiry-section textarea:hover {
  border-color: #aa8256;
}

.form-row input:focus,
.inquiry-section textarea:focus {
  border-color: #a77c45;
  box-shadow: 0 0 0 3px rgba(167, 124, 69, .16);
}

.inquiry-section button {
  width: 220px;
  height: 50px;
  margin-top: 26px;
  border: 0;
  border-radius: 25px;
  background: linear-gradient(135deg, #ff5b19, #e84508);
  box-shadow: 0 10px 22px rgba(232, 69, 8, .22);
  color: #fff;
  font-size: 19px;
  cursor: pointer;
}

.inquiry-section button:hover {
  background: linear-gradient(135deg, #ff6b2b, #f04b0c);
  box-shadow: 0 14px 28px rgba(232, 69, 8, .28);
  transform: translateY(-2px);
}

.team-card:hover .portrait,
.counselor-row:hover,
.article-list article:hover {
  box-shadow: 0 14px 30px rgba(60, 50, 40, .10);
  transform: translateY(-2px);
}

.portrait,
.counselor-row,
.article-list article,
.article-layout aside a,
.float-tools a {
  transition: box-shadow .2s ease, transform .2s ease, color .18s ease, background-color .18s ease;
}

.article-layout aside a:hover {
  color: #8a5f36;
  transform: translateX(4px);
}

.process-section {
  min-height: 0;
  padding: 62px 0 56px;
  background: #fff;
}

.process-section .section-lead {
  margin-bottom: 0;
}

.process-flow {
  margin-top: 44px;
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: 165px 36px 165px 36px 165px 36px 165px 36px 165px;
  justify-content: space-between;
  align-items: center;
  width: min(1202px, 100%);
  margin: 0 auto;
}

.process-step {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 165px;
  height: 165px;
  border: 1px solid #aaa;
  border-radius: 50%;
  background: #fff;
  color: #555;
  text-align: center;
  cursor: pointer;
}

.process-step::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1px;
  height: 62px;
  background: transparent;
  transform: translateX(-50%);
}

.process-step strong {
  display: block;
  margin-top: 0;
  color: inherit;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.process-step small {
  display: block;
  margin-top: 10px;
  color: inherit;
  font-size: 14px;
  line-height: 1.2;
  text-transform: none;
}

.process-step.active,
.process-step:hover,
.process-step:focus {
  border-color: #c29983;
  background: #c29983;
  color: #fff;
  outline: none;
}

.process-step.active::after,
.process-step:hover::after,
.process-step:focus::after {
  background: #c29983;
}

.steps b {
  color: #c29983;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}

.process-panels {
  position: relative;
  margin-top: 62px;
  padding-top: 30px;
  border-top: 1px solid #c29983;
}

.process-note {
  width: min(1125px, 100%);
  margin: 0 auto;
  padding: 0;
  border: 0;
  color: #5c5c5c;
  font-size: 16px;
  line-height: 1.75;
}

.process-note[hidden] {
  display: none;
}

.process-note strong {
  display: block;
  margin-bottom: 14px;
  color: #5d5d5d;
  font-size: 17px;
  font-weight: 500;
}

.process-note p {
  margin: 0;
}

.footer {
  background-color: #236d17;
  background-image:
    linear-gradient(90deg, rgba(13,50,8,.28), rgba(44,123,28,.16) 22%, rgba(39,116,25,.1) 55%, rgba(14,54,9,.3)),
    linear-gradient(180deg, #2a7b1e 0%, #236d17 52%, #1c6012 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.9 0 0 0 0 0.98 0 0 0 0 0.82 0 0 0 .16 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  background-size: 100% 100%, 100% 100%, 160px 160px;
  background-blend-mode: normal, normal, soft-light;
  box-shadow: none;
}

.footer-grid {
  width: min(1202px, calc(100% - 40px));
  grid-template-columns: 390px 1fr;
  gap: 60px;
  padding: 46px 0 41px;
}

.footer-grid > div:last-child {
  padding-top: 6px;
}

.footer-logo {
  width: 336px;
  height: 77px;
  font-size: 0;
  background: transparent;
}

.footer-logo img {
  display: block;
  width: 336px;
  height: 77px;
  object-fit: contain;
}

.qr-row {
  gap: 37px;
  margin-top: 17px;
}

.qr-row i {
  display: none;
}

.footer-qr-item {
  width: 141px;
  text-align: center;
}

.qr-row img,
.footer-qr-item img {
  display: block;
  width: 141px;
  height: 141px;
  background: #fff;
}

.footer-qr-item span {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  margin: 4px 0 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-size: 15px;
}

.footer-nav a {
  display: inline-block;
  padding: 4px 0;
  color: #fff;
}

.footer-nav a:hover {
  color: #ffde52;
  transform: translateY(-1px);
}

.footer h3 {
  position: relative;
  margin: 0 0 12px;
  padding-left: 38px;
  color: #ffde52;
  font-size: 20px;
}

.footer h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffdf1f;
  box-shadow: 0 2px 8px rgba(0,0,0,.16);
}

.footer h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url("images/design/footer-phone-icon.2e7fafab9558.svg") center/30px 30px no-repeat;
}

.footer p {
  margin: 7px 0;
  color: #fff;
  font-size: 14px;
}

.footer-hotline-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
}

.copyright {
  height: 52px;
  padding: 0;
  background: linear-gradient(180deg, #082306, #061d05);
  color: rgba(255,255,255,.64);
  font-size: 15px;
  line-height: 52px;
  letter-spacing: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.consult-modal[hidden] {
  display: none;
}

.consult-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.consult-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.consult-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .62);
}

.consult-modal-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 385px) 150px;
  gap: 38px;
  align-items: center;
  width: min(600px, calc(100vw - 40px));
  min-height: 198px;
  padding: 31px 25px 22px 37px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .26);
  transform: translateY(10px) scale(.98);
  transition: transform .18s ease;
}

.consult-modal.is-visible .consult-modal-card {
  transform: translateY(0) scale(1);
}

.consult-modal-close {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 26px;
  height: 26px;
  border: 0;
  background: transparent;
  color: #222;
  font-size: 32px;
  line-height: 24px;
  cursor: pointer;
}

.consult-modal-actions {
  display: grid;
  gap: 11px;
}

.consult-green-button {
  display: block;
  height: 36px;
  border-radius: 4px;
  background: #35ad39;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
}

.consult-green-button:hover {
  background: #2f9f33;
  color: #fff;
  box-shadow: 0 8px 18px rgba(53, 173, 57, .2);
  transform: translateY(-1px);
}

.consult-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  color: #222;
  font-size: 16px;
  line-height: 1.4;
}

.consult-number span {
  margin-right: 6px;
  font-size: 21px;
  line-height: 1;
}

.consult-phone-icon {
  color: #ff650f;
}

.consult-wechat-icon {
  color: #35ad39;
}

.consult-modal-qr {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.floating-contact {
  position: fixed;
  right: 24px;
  top: 50%;
  z-index: 70;
  width: 200px;
  padding: 11px 10px 13px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .18);
  transform: translateY(-50%);
}

.floating-contact-toggle {
  display: none;
}

.floating-contact .consult-green-button {
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}

.floating-contact .consult-number {
  min-height: 36px;
  font-size: 18px;
}

.floating-contact-qr {
  display: block;
  width: 146px;
  height: 146px;
  margin: 8px auto 0;
  object-fit: cover;
}

.detail-page,
.counselor-detail-page {
  padding-bottom: 70px;
}

.article-detail,
.counselor-profile {
  background: #fff;
}

@media (max-width: 1260px) {
  .nav a {
    min-width: 104px;
  }

  .counselor-slide {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .team-card,
  .portrait {
    width: 100%;
  }

  .portrait {
    height: auto;
    aspect-ratio: 285 / 347;
  }

  .article-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
  }
}

@media (max-width: 800px) {
  .cursor-dot,
  .cursor-ring {
    display: none;
  }

  body {
    min-width: 0;
  }

  .wrap {
    width: min(100% - 24px, 1202px);
  }

  .site-header {
    height: auto;
  }

  .header-inner {
    padding: 10px 0 0;
  }

  .brand {
    margin: 0 auto;
  }

  .brand-logo-default {
    display: none !important;
  }

  .brand-logo-mobile {
    display: block !important;
  }

  .nav {
    height: auto;
    margin-top: 8px;
  }

  .nav a {
    min-width: auto;
    padding: 7px 9px;
    font-size: 13px;
  }

  .nav-item > a {
    min-width: auto;
    padding: 7px 9px;
    font-size: 13px;
  }

  .nav-submenu {
    left: 50%;
    top: 34px;
    grid-template-columns: repeat(2, minmax(110px, 1fr));
    width: min(320px, calc(100vw - 28px));
    padding: 14px 16px;
    gap: 8px 10px;
  }

  .nav-submenu a {
    font-size: 14px;
    line-height: 26px;
  }

  .hero {
    height: 360px;
    background-position: 43% top;
  }

  .page-banner-home {
    height: 220px;
  }

  .page-banner-inner {
    height: 220px;
  }

  .page-banner-inner.short {
    height: 220px;
  }

  .section {
    padding: 36px 0;
  }

  .section h2,
  .process-section h2,
  .inquiry-section h2 {
    font-size: 28px;
  }

  .office-collage {
    aspect-ratio: 1202 / 474;
    height: auto;
    margin-top: 34px;
  }

  .intro {
    padding-bottom: 22px;
  }

  .office-collage div:nth-child(1),
  .office-collage div:nth-child(4),
  .office-collage div:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
  }

  .team-band {
    padding-top: 26px;
    padding-bottom: 40px;
    background-attachment: scroll;
  }

  .team-band .section-lead {
    margin-bottom: 22px;
  }

  .counselor-slide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 15px;
  }

  .team-card {
    width: auto;
  }

  .knowledge-columns {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .knowledge-grid {
    min-height: 0;
  }

  .knowledge {
    padding-bottom: 40px;
  }

  .knowledge-card {
    display: block;
    min-height: 0;
    margin-bottom: 14px;
    padding-left: 0;
    overflow: hidden;
    background: #fff;
  }

  .knowledge-card img,
  .knowledge-card i {
    float: left;
    width: 120px;
    height: 96px;
    min-height: 0;
    margin: 0 12px 8px 0;
    object-fit: cover;
  }

  .knowledge-card span {
    display: contents;
    min-height: 0;
    min-width: 0;
  }

  .knowledge-card strong {
    display: block;
    margin-left: 132px;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.42;
  }

  .knowledge-card small {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.62;
  }

  .knowledge-card em {
    display: flex;
    width: calc(100% - 132px);
    height: 26px;
    align-items: center;
    justify-content: center;
    margin: 7px 8px 0 132px;
    padding: 0 8px;
    background: #a77c45;
    color: #fff;
    box-sizing: border-box;
  }

  .gray-banner {
    height: 220px;
  }

  .page-banner-slide {
    background-image: var(--mobile-banner-image, var(--banner-image));
  }

  .counselor-list {
    width: min(100% - 24px, 1202px);
    gap: 14px;
    padding-bottom: 42px;
  }

  .counselor-row {
    grid-template-columns: 82px minmax(0, 1fr);
    min-height: 0;
    padding: 14px;
    gap: 13px;
    align-items: start;
    text-align: left;
  }

  .round-portrait {
    width: 78px;
    height: 78px;
    margin: 0;
    align-self: center;
    border-radius: 50%;
    background: transparent;
  }

  .counselor-row h2 {
    margin-bottom: 6px;
    font-size: 21px;
    line-height: 1.25;
  }

  .counselor-row h2 small {
    display: block;
    margin: 3px 0 0;
    font-size: 12px;
  }

  .counselor-row p {
    display: -webkit-box;
    margin: 5px 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.55;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .counselor-row h4 {
    margin: 6px 0 0;
    font-size: 13px;
  }

  .counselor-row .counselor-action {
    min-width: 72px;
    height: 28px;
    margin-top: 7px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 28px;
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-list {
    padding: 0 14px 22px;
  }

  .article-list article {
    grid-template-columns: 116px 1fr;
    min-height: 112px;
    gap: 13px;
  }

  .article-thumb-link,
  .article-thumb-link > img,
  .article-thumb-link > i,
  .article-list article > img,
  .article-list article > i {
    width: 116px;
    height: 78px;
  }

  .article-list h3 {
    font-size: 15px;
  }

  .article-list p {
    display: none;
  }

  .article-layout aside {
    display: none;
  }

  .article-page .list-tabs,
  .detail-page .list-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    overflow: visible;
    justify-content: stretch;
    margin: 0 0 24px;
  }

  .article-page .list-tabs a,
  .detail-page .list-tabs a {
    width: 100%;
    min-width: 0;
    height: 34px;
    padding: 0 8px;
    overflow: hidden;
    line-height: 32px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .inquiry-section {
    height: auto;
    min-height: 0;
    padding: 44px 0;
    background-size: cover;
  }

  .inquiry-inner {
    width: min(100% - 30px, 1045px);
    padding: 22px 18px 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 17px;
  }

  .form-row > label,
  .gender-field {
    padding-top: 0;
  }

  .form-row input,
  .gender-field {
    background: #fff;
  }

  .inquiry-section textarea {
    height: 160px;
    background: #fff;
  }

  .inquiry-section button {
    width: 260px;
    height: 56px;
    margin-top: 30px;
    background: #ff4b0b;
    color: #fff;
  }

  .process-section {
    padding: 42px 0 34px;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 12px;
    width: min(100% - 30px, 420px);
    margin: 28px auto 0;
  }

  .process-step {
    width: 100%;
    height: auto;
    min-height: 68px;
    padding: 12px 18px;
    border-radius: 10px;
    text-align: left;
  }

  .process-step::after {
    display: none;
  }

  .process-step strong {
    margin-top: 0;
    font-size: 17px;
  }

  .process-step small {
    margin-top: 4px;
    font-size: 12px;
  }

  .steps b {
    display: none;
  }

  .process-panels {
    width: min(100% - 30px, 420px);
    margin: 24px auto 0;
    padding-top: 18px;
  }

  .process-note {
    width: min(100% - 30px, 420px);
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
  }

  .footer-grid {
    width: min(100% - 30px, 1202px);
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px 0 34px;
  }

  .footer-logo {
    width: 260px;
    height: auto;
    background: transparent;
  }

  .footer-logo img {
    width: 260px;
    height: auto;
    padding: 0;
    background: transparent;
    mix-blend-mode: normal;
  }

  .qr-row {
    justify-content: space-between;
    gap: 14px;
  }

  .footer-nav {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: start;
    gap: 10px 24px;
    margin-bottom: 28px;
    padding-bottom: 18px;
  }

  .footer-nav a {
    padding: 0;
    font-size: 15px;
    line-height: 1.8;
  }

  .footer h3 {
    margin-top: 6px;
  }

  .footer p {
    display: block;
    line-height: 1.9;
  }

  .footer .footer-hotline-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .consult-modal {
    padding: 16px;
  }

  .consult-modal-card {
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(340px, calc(100vw - 32px));
    padding: 36px 18px 20px;
  }

  .consult-modal-qr {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }

  .floating-contact {
    right: 0;
    width: 44px;
    min-height: 112px;
    padding: 0;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
    transition: width .2s ease, padding .2s ease, background-color .2s ease, box-shadow .2s ease;
  }

  .floating-contact.is-expanded {
    right: 8px;
    width: 148px;
    padding: 8px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .18);
  }

  .floating-contact-toggle {
    display: flex;
    width: 44px;
    min-height: 112px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px 0 0 12px;
    background: #35ad39;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
    box-shadow: 0 8px 22px rgba(0,0,0,.18);
  }

  .floating-contact.is-expanded .floating-contact-toggle {
    min-height: 30px;
    width: 100%;
    margin-bottom: 6px;
    border-radius: 4px;
    writing-mode: horizontal-tb;
    letter-spacing: 0;
  }

  .floating-contact .consult-green-button {
    height: 28px;
    font-size: 13px;
    line-height: 28px;
  }

  .floating-contact:not(.is-expanded) .consult-green-button,
  .floating-contact:not(.is-expanded) .consult-number,
  .floating-contact:not(.is-expanded) .floating-contact-qr {
    display: none;
  }

  .floating-contact .consult-number {
    min-height: 31px;
    font-size: 14px;
  }

  .floating-contact-qr {
    width: 112px;
    height: 112px;
  }

  .article-consult-button {
    min-width: 92px;
    height: 30px;
    margin-top: 8px;
    font-size: 13px;
  }

  .copyright {
    height: auto;
    min-height: 58px;
    padding: 10px 18px calc(14px + env(safe-area-inset-bottom));
    line-height: 1.55;
    white-space: normal;
    word-break: break-word;
  }
}

.counselor-list .round-portrait {
  background: #d8d9da;
  box-shadow: none;
}

.counselor-list .round-portrait::before {
  display: none !important;
}

.counselor-list .round-portrait img {
  object-position: center 18%;
  transform: scale(1.34);
  transform-origin: center 18%;
}

@media (max-width: 800px) {
  .counselor-list .round-portrait {
    background: transparent;
    border-radius: 50%;
  }

  .counselor-list .round-portrait img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 24%;
    transform: scale(1.28);
    transform-origin: center 24%;
  }
}
