.head_right {
  display: flex;
  align-items: center;
}

.nav_wrap .head_nav > li.nav-home-process,
.nav_wrap .head_nav > li.nav-home-about,
.nav_wrap .head_nav > li.nav-home-inquiry,
.nav_wrap .head_nav > li.nav-cn-home-process,
.nav_wrap .head_nav > li.nav-cn-home-about,
.nav_wrap .head_nav > li.nav-cn-home-inquiry {
  display: none;
}

.nav_wrap .head_nav > li > ul:empty {
  display: none;
}

.nav_wrap .head_nav > li:not(.has-subnav) > ul {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.lang_switch {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 18px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(7, 19, 34, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.lang_switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 68px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .04em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.lang_switch a:hover,
.lang_switch a.is-active {
  background: linear-gradient(135deg, #ffffff 0%, #ffe2a8 100%);
  border-color: rgba(255, 214, 132, 0.9);
  box-shadow: 0 10px 24px rgba(10, 20, 38, 0.22);
  color: #111;
  transform: translateY(-1px);
}

.lang-flag,
.lang-label {
  pointer-events: none;
}

.lang-flag {
  display: block;
  width: 18px;
  height: 12px;
  line-height: 1;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.lang-label {
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .head_right {
    gap: 8px;
  }

  .lang_switch {
    margin-right: 6px;
    gap: 6px;
    padding: 4px;
  }

  .lang_switch a {
    min-width: 60px;
    height: 30px;
    padding: 0 10px;
    gap: 6px;
  }
}

.page_bar {
  height: auto;
  line-height: normal;
  margin: 32px 0 0;
}

.page_bar .pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.page_bar .pages > span,
.page_bar .pages > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

.page_bar .pages > span > a,
.page_bar .pages > a,
.page_bar .pages > span.current,
.page_bar .pages > span.current2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #d8dde5;
  border-radius: 8px;
  background: #fff;
  color: #162536;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.page_bar .pages > span > a:hover,
.page_bar .pages > a:hover {
  border-color: #0f5f95;
  color: #0f5f95;
  background: #fff;
}

.page_bar .pages > span.current,
.page_bar .pages > span.current2,
.page_bar .pages > a.current {
  border-color: #0f5f95;
  background: #0f5f95;
  color: #fff;
}

.info_prev_next {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #e6ebf1;
}

.info_prev_next span {
  display: inline-block;
  min-width: 86px;
  color: #7a8796;
  font-size: 14px;
}

.info_prev_next a {
  display: inline-block;
  max-width: calc(100% - 96px);
  color: #162536;
  font-size: 15px;
  line-height: 1.7;
  text-decoration: none;
  vertical-align: top;
}

.info_prev_next a:hover {
  color: #0f5f95;
}

@media (max-width: 768px) {
  .page_bar .pages {
    gap: 8px;
  }

  .page_bar .pages > span > a,
  .page_bar .pages > a,
  .page_bar .pages > span.current,
  .page_bar .pages > span.current2 {
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  .info_prev_next span {
    min-width: 74px;
  }

  .info_prev_next a {
    max-width: calc(100% - 82px);
    font-size: 14px;
  }
}
