﻿.main_honor_picture .box .button_grow div {
  overflow: hidden;
  isolation: isolate;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.button,
.main_honor_picture .tabbar div,
.main_honor_list .button_grow div,
.banner .fontGrow .icon{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}


.button::before,
.main_honor_picture .tabbar div::before,
.main_honor_picture .box .button_grow div::before,
.main_honor_list .button_grow div::before,
.banner .fontGrow .icon::before {
  content: "";
  position: absolute;
  top: -35%;
  left: -85%;
  width: 55%;
  height: 170%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.15) 35%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.15) 65%, transparent 100%);
  transform: skewX(-25deg);
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.button:hover,
.main_honor_picture .tabbar div:hover,
.main_honor_picture .box .button_grow div:hover,
.main_honor_list .button_grow div:hover,
.banner .fontGrow .icon:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 .02rem .04rem rgba(0,0,0,.2);
}

.button:hover::before,
.main_honor_picture .tabbar div:hover::before,
.main_honor_picture .box .button_grow div:hover::before,
.main_honor_list .button_grow div:hover::before,
.banner .fontGrow .icon:hover::before {
  opacity: 1;
  animation: button-glow-slide .9s ease forwards;
}

.button a {
  position: relative;
  z-index: 1;
}

@keyframes button-glow-slide {
  from {
    left: -85%;
  }
  to {
    left: 135%;
  }
}
.openscreen {
  --openscreen-reveal: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  background: #F5F5F5;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, transparent var(--openscreen-reveal), #000 calc(var(--openscreen-reveal) + 1px));
  mask-image: radial-gradient(circle at 50% 50%, transparent var(--openscreen-reveal), #000 calc(var(--openscreen-reveal) + 1px));
}

.openscreen.is-hidden {
  pointer-events: none;
}
.is-hidden{
	top: -1.4rem !important;
}
.openscreen__stage {
  position: relative;
  width: 4.8rem;
  height: 1.9rem;
  opacity: 0;
}

.openscreen__logo {
  width: 4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  overflow: hidden;
  z-index: 4;
}

.openscreen__logo img {
  width: 100%;
  display: block;
}

.openscreen__symbol {
  width: 2.05rem;
  height: 2.05rem;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 5;
}

.openscreen__circleSvg,
.openscreen__icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.openscreen__circle {
  fill: #D7192A;
  fill-opacity: 0;
  stroke: #D7192A;
  stroke-width: 11;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-box: fill-box;
  transform-origin: center;
}

.openscreen__icon {
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
}

.openscreen__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.openscreen__reveal {
  display: none;
}
.main_home_business {
  height: 260vh;
  min-height: 260vh;
  overflow: hidden;
  background: #F5F5F5;
  position: relative;
}

.business-pin {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 9.6rem;
  overflow: hidden;
  perspective: 1200px;
}

.main_home_business .business-pin .midden {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  pointer-events: none;
}
.main_home_business .business-pin .midden .public_head {
  position: relative;
  z-index: 18;
  opacity: 0;
  visibility: hidden;
}

.main_home_business .business-pin .fot {
  width: min(6.2rem, 86vw);
  position: absolute;
  left: 50%;
  top: auto;
  bottom: clamp(1rem, 6vh, 2.2rem);
  z-index: 14;
  text-align: center;
  transform: translate(-50%, 0);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.main_home_business .business-pin .fot .button,
.main_home_business .business-pin .fot .button a {
  pointer-events: auto;
}

.business-ring-wrap {
  position: absolute;
  left: 50%;
  top: 51%;
  z-index: 5;
  width: min(80vw, 80vh);
  height: min(80vw, 80vh);
  cursor: grab;
  perspective: 1200px;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  touch-action: none;
  user-select: none;
  opacity: 1;
  visibility: visible;
}

.business-ring-wrap.is-dragging {
  cursor: grabbing;
}

.business-ring-tilt,
.business-ring {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  will-change: transform;
}

.business-ring-item {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(88px, 11.6vmin, 150px);
  aspect-ratio: 0.78;
  margin: 0;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

.business-photo-card {
  --shine-opacity: 0.58;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.96);
  border-radius: 8px;
  background: #d9dde4;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  will-change: transform;
}

.business-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,.34), transparent 34%), linear-gradient(315deg, rgba(15,21,31,.24), transparent 48%);
  opacity: var(--shine-opacity);
  pointer-events: none;
}

.business-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  pointer-events: none;
}

.business-center-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 15;
  width: .46rem;
  height: .46rem;
  border-radius: 50%;
  background: #040404;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.main_home_business:not(.business-ring-started) .business-ring-wrap,
.main_home_business:not(.business-ring-started) .business-center-dot,
.main_home_business:not(.business-ring-started) .business-wheel-copy {
  opacity: 0;
  visibility: hidden;
}

.main_home_business.business-ring-started .business-ring-wrap,
.main_home_business.business-ring-started .business-center-dot,
.main_home_business.business-ring-started .business-wheel-copy {
  visibility: visible;
}

html.scroll-locked,
body.scroll-locked {
  overflow: hidden;
  overscroll-behavior: none;
}

body.scroll-locked {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}














.main_home_enter.enter-motion {
  background: #f5f5f5;
}

.main_home_enter.enter-motion .box {
  --enter-fg: #171717;
  --enter-muted: rgba(23, 23, 23, 0.68);
  --enter-accent: #d7192a;
  --enter-card-bg: rgba(255, 255, 255, 0.82);
  --enter-card-border: rgba(0, 0, 0, 0.1);
  --enter-overlay: 0;
  background: #f5f5f5;
  background-image: none;
  isolation: isolate;
  overflow: hidden;
}

.main_home_enter.enter-motion .box::after {
  z-index: 2;
  opacity: var(--enter-overlay);
  pointer-events: none;
}

.enter-animated-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: url(../images/homebanner.png);
  background-size: cover;
  background-position: center center;
  clip-path: inset(44% 49.4% 44% 49.4% round 24px);
  transform: scale(1.12);
  opacity: 0;
  will-change: clip-path, transform, opacity;
}

.main_home_enter.enter-motion .box .public_head,
.main_home_enter.enter-motion .box ul {
  z-index: 3;
}

.main_home_enter.enter-motion .box .public_head .title span,
.main_home_enter.enter-motion .box .public_head p,
.main_home_enter.enter-motion .box .public_head em,
.main_home_enter.enter-motion .box .public_head .more a,
.main_home_enter.enter-motion .box ul li p,
.main_home_enter.enter-motion .box ul li em {
  color: var(--enter-fg);
}

.main_home_enter.enter-motion .box .public_head p,
.main_home_enter.enter-motion .box .public_head em,
.main_home_enter.enter-motion .box ul li em {
  color: var(--enter-muted);
}

.main_home_enter.enter-motion .box ul li {
  background: var(--enter-card-bg);
  border-color: var(--enter-card-border);
  backdrop-filter: blur(8px);
  transform-origin: 50% 100%;
}

.main_home_enter.enter-motion .box ul li p span {
  color: var(--enter-accent);
}
.main_home_enter.enter-motion {
  height: 100vh;
  min-height: 7.2rem;
  overflow: hidden;
  background: #f5f5f5;
}

.main_home_enter.enter-motion .box {
  --enter-fg: #171717;
  --enter-muted: rgba(23, 23, 23, 0.66);
  --enter-accent: #d7192a;
  --enter-card-bg: rgba(255, 255, 255, 0.18);
  --enter-card-border: rgba(255, 255, 255, 0.26);
  height: 100%;
  padding: 0;
  background: #f5f5f5;
  background-image: none;
  isolation: isolate;
  overflow: hidden;
}

.main_home_enter.enter-motion .box::after,
.main_home_enter.enter-motion .enter-animated-bg {
  display: none;
}

.enter-expand-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url(../images/homebanner.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}

.enter-red-line {
  width: .055rem;
  height: .055rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  border-radius: 999px;
  background-color: #d7192a;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform-origin: 50% 50%;
  will-change: transform, border-radius, background-image;
}

.enter-side {
  width: min(4.5rem, 34vw);
  position: absolute;
  top: 50%;
  z-index: 4;
  color: #171717;
  will-change: transform, opacity, filter;
}

.enter-side-left {
  right: calc(50% + .72rem);
  text-align: right;
}

.enter-side-right {
  left: calc(50% + .72rem);
  text-align: left;
}

.enter-side .title {
  display: flex;
  align-items: center;
  gap: .06rem;
  margin-bottom: .16rem;
}

.enter-side-left .title {
  justify-content: flex-end;
}

.enter-side-right .title {
  justify-content: flex-start;
}

.enter-side .title img {
  width: .08rem;
}

.enter-side .title span {
  font-size: .18rem;
  font-weight: 700;
  color: #d7192a;
}

.enter-side p {
  font-size: .34rem;
  line-height: 1.35;
  font-weight: 700;
  color: #171717;
}

.enter-side em {
  display: block;
  font-size: .15rem;
  line-height: 2;
  color: rgba(23, 23, 23, 0.68);
}

.enter-side .more {
  width: 1.44rem;
  height: .5rem;
  margin-top: .34rem;
  background-image: url(../images/icon14.png);
  background-size: 100% 100%;
}

.enter-side-right .more {
  margin-left: 0;
}

.enter-side .more a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .16rem;
  color: #171717;
}

.main_home_enter.enter-motion .box .public_head,
.main_home_enter.enter-motion .box ul {
  z-index: 5;
}

.main_home_enter.enter-motion .box .public_head {
  position: relative;
  padding-top: 2rem;
}

.main_home_enter.enter-motion .box .public_head .title span,
.main_home_enter.enter-motion .box .public_head p,
.main_home_enter.enter-motion .box .public_head em,
.main_home_enter.enter-motion .box .public_head .more a,
.main_home_enter.enter-motion .box ul li p,
.main_home_enter.enter-motion .box ul li em {
  color: var(--enter-fg);
}

.main_home_enter.enter-motion .box .public_head em,
.main_home_enter.enter-motion .box ul li em {
  color: var(--enter-muted);
}

.main_home_enter.enter-motion .box ul li {
  background: var(--enter-card-bg);
  border-color: var(--enter-card-border);
  backdrop-filter: blur(12px);
}

.main_home_enter.enter-motion .box ul li p span {
  color: var(--enter-fg);
}
.enter-red-line {
  width: .045rem;
  height: .045rem;
  border-radius: 0;
}

.enter-side strong,
.enter-side span {
  display: block;
  color: #171717;
  letter-spacing: 0;
}

.enter-side strong {
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(.46rem, 4.8vw, .82rem);
  line-height: 1;
  font-weight: 500;
}

.enter-side span {
  margin-top: .12rem;
  font-size: clamp(.2rem, 1.6vw, .3rem);
  line-height: 1.2;
  font-weight: 700;
}
.enter-side-left {
  top: 35%;
}

.enter-side-right {
  top: 65%;
}










.banner .cover {
  transform-origin: 50% 50%;
  animation: banner-cover-slow-zoom 9s ease-out forwards;
  will-change: transform;
}

@keyframes banner-cover-slow-zoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .banner .cover {
    animation: none;
  }
}

.main_team_list .team_active .item.show,
.main_team_list .team_active .item[style*="display: flex"] {
  animation: team-active-item-fade .62s cubic-bezier(.22, 1, .36, 1) both;
}

.main_team_list .team_active .item.show .picture,
.main_team_list .team_active .item[style*="display: flex"] .picture {
  animation: team-active-picture-fade .68s cubic-bezier(.22, 1, .36, 1) both;
}

.main_team_list .team_active .item.show .picture img,
.main_team_list .team_active .item[style*="display: flex"] .picture img {
  animation: team-active-image-zoom .86s cubic-bezier(.22, 1, .36, 1) both;
}

.main_team_list .team_active .item.show .desc p,
.main_team_list .team_active .item.show .name,
.main_team_list .team_active .item[style*="display: flex"] .desc p,
.main_team_list .team_active .item[style*="display: flex"] .name {
  animation: team-active-text-fade .54s cubic-bezier(.22, 1, .36, 1) both;
}

.main_team_list .team_active .item.show .desc p:nth-child(2),
.main_team_list .team_active .item[style*="display: flex"] .desc p:nth-child(2) {
  animation-delay: .07s;
}

.main_team_list .team_active .item.show .name,
.main_team_list .team_active .item[style*="display: flex"] .name {
  animation-delay: .14s;
}

@keyframes team-active-item-fade {
  from {
    opacity: 0;
    transform: translateY(.46rem) scale(.965);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes team-active-picture-fade {
  from {
    opacity: 0;
    transform: translateX(-.58rem) scale(.96);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes team-active-image-zoom {
  from {
    transform: scale(1.12);
  }

  to {
    transform: scale(1);
  }
}

@keyframes team-active-text-fade {
  from {
    opacity: 0;
    transform: translate(.34rem, .22rem);
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .main_team_list .team_active .item.show,
  .main_team_list .team_active .item[style*="display: flex"],
  .main_team_list .team_active .item.show .picture,
  .main_team_list .team_active .item[style*="display: flex"] .picture,
  .main_team_list .team_active .item.show .picture img,
  .main_team_list .team_active .item[style*="display: flex"] .picture img,
  .main_team_list .team_active .item.show .desc p,
  .main_team_list .team_active .item.show .name,
  .main_team_list .team_active .item[style*="display: flex"] .desc p,
  .main_team_list .team_active .item[style*="display: flex"] .name {
    animation: none;
  }
}

.main_team_map .box .dot::before {
  width: .42rem;
  height: .42rem;
  top: .46rem;
  background: rgba(221, 34, 33, .28);
  opacity: 0;
  box-shadow: 0 0 0 .16rem rgba(221, 34, 33, .18), 0 0 .24rem rgba(221, 34, 33, .2);
  transform: translate(-50%, -50%) scale(.35);
  transform-origin: 50% 50%;
  animation: team-map-ripple var(--team-ripple-duration, 2.2s) cubic-bezier(.22, .61, .36, 1) var(--team-ripple-delay, 0s) infinite;
  will-change: transform, opacity;
}

.main_team_map .box .dot.dotln::before {
  --team-ripple-delay: -.28s;
  --team-ripple-duration: 2.35s;
}

.main_team_map .box .dot.dotsd::before {
  --team-ripple-delay: -1.08s;
  --team-ripple-duration: 2.05s;
}

.main_team_map .box .dot.dotsc::before {
  --team-ripple-delay: -.64s;
  --team-ripple-duration: 2.48s;
}

.main_team_map .box .dot.dotcq::before {
  --team-ripple-delay: -1.42s;
  --team-ripple-duration: 2.18s;
}

.main_team_map .box .dot.dothb::before {
  --team-ripple-delay: -.92s;
  --team-ripple-duration: 2.7s;
}

.main_team_map .box .dot.dotgz::before {
  --team-ripple-delay: -1.76s;
  --team-ripple-duration: 2.28s;
}

.main_team_map .box .dot.dothn::before {
  --team-ripple-delay: -.18s;
  --team-ripple-duration: 2.58s;
}

.main_team_map .box .dot.dotgx::before {
  --team-ripple-delay: -1.24s;
  --team-ripple-duration: 2.38s;
}

.main_team_map .box .dot.dotgd::before {
  --team-ripple-delay: -.74s;
  --team-ripple-duration: 2.12s;
}

.main_team_map .box .dot.dothan::before {
  --team-ripple-delay: -1.58s;
  --team-ripple-duration: 2.62s;
}
@keyframes team-map-ripple {
  0% {
    opacity: .72;
    transform: translate(-50%, -50%) scale(.35);
  }

  72% {
    opacity: .08;
    transform: translate(-50%, -50%) scale(4.6);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(5.2);
  }
}

.main_team_map .box .dot::after {
  animation: team-map-dot-pulse var(--team-ripple-duration, 2.2s) ease-in-out var(--team-ripple-delay, 0s) infinite;
  transform-origin: 50% 50%;
  will-change: transform, opacity, box-shadow;
}

@keyframes team-map-dot-pulse {
  0%, 100% {
    opacity: .5;
    transform: translateX(-50%) scale(.92);
    box-shadow: 0 0 0 0 rgba(221, 34, 33, .22);
  }

  42% {
    opacity: .82;
    transform: translateX(-50%) scale(1.08);
    box-shadow: 0 0 .16rem .04rem rgba(221, 34, 33, .24);
  }

  68% {
    opacity: .62;
    transform: translateX(-50%) scale(.98);
    box-shadow: 0 0 .08rem .02rem rgba(221, 34, 33, .14);
  }
}
@media (prefers-reduced-motion: reduce) {
  .main_team_map .box .dot::before {
    animation: none;
    opacity: .16;
    transform: translate(-50%, -50%) scale(3.2);
  }

  .main_team_map .box .dot::after {
    animation: none;
    opacity: .6;
    transform: translateX(-50%) scale(1);
    box-shadow: none;
  }
}
.recruit-modal-open {
  overflow: hidden;
}

.recruit_form_list .item_info .btn {
  cursor: pointer;
}

.recruit-apply-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .36rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, visibility .28s ease;
}

.recruit-apply-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.recruit-apply-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .42);
  backdrop-filter: blur(6px);
}

.recruit-apply-panel {
  position: relative;
  z-index: 1;
  width: min(5.6rem, 92vw);
  padding: .44rem .46rem .5rem;
  border-radius: .08rem;
  background: #fff;
  box-shadow: 0 .24rem .72rem rgba(0, 0, 0, .18);
  transform: translateY(.28rem) scale(.96);
  opacity: 0;
  transition: transform .36s cubic-bezier(.22, 1, .36, 1), opacity .28s ease;
}

.recruit-apply-modal.is-open .recruit-apply-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.recruit-apply-close {
  position: absolute;
  top: .18rem;
  right: .18rem;
  width: .34rem;
  height: .34rem;
  border: 0;
  border-radius: 50%;
  background: #f3f3f3;
  cursor: pointer;
}

.recruit-apply-close::before,
.recruit-apply-close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: .15rem;
  height: .02rem;
  background: #333;
  transform-origin: center;
}

.recruit-apply-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.recruit-apply-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.recruit-apply-head span {
  display: block;
  margin-bottom: .08rem;
  font-size: .15rem;
  line-height: 1;
  color: #DD2221;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.recruit-apply-head p {
  font-size: .28rem;
  line-height: 1.2;
  color: #111;
  font-weight: 700;
}

.recruit-apply-form {
  margin-top: .3rem;
}

.recruit-apply-form label {
  display: block;
  margin-bottom: .18rem;
}

.recruit-apply-form label span {
  display: block;
  margin-bottom: .08rem;
  font-size: .15rem;
  line-height: 1.4;
  color: #333;
}

.recruit-apply-form input {
  width: 100%;
  height: .5rem;
  padding: 0 .16rem;
  border: 1px solid #e5e5e5;
  border-radius: .04rem;
  background: #fafafa;
  color: #111;
  font-size: .15rem;
  outline: none;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
  box-sizing: border-box;
}

.recruit-apply-form input:focus {
  border-color: #DD2221;
  background: #fff;
  box-shadow: 0 0 0 .04rem rgba(221, 34, 33, .08);
}

.recruit-apply-form button {
  width: 100%;
  height: .5rem;
  margin-top: .06rem;
  border: 0;
  border-radius: .25rem;
  background: #DD2221;
  color: #fff;
  font-size: .16rem;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 768px) {
  .recruit-apply-panel {
    width: min(6.4rem, 92vw);
    padding: .42rem .28rem .38rem;
  }
}
header .tools > div:first-child,
header .tools > div:last-child {
  position: relative;
}

header .tools .header-lang-trigger {
  overflow: visible;
}

header .tools .header-lang-menu {
  display: block;
  width: auto;
  height: auto;
  cursor: default;
  position: absolute;
  left: 50%;
  top: calc(100% + .14rem);
  min-width: 1.52rem;
  padding: .1rem;
  border-radius: .08rem;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 .14rem .32rem rgba(0, 0, 0, .12);
  transform: translateX(-50%) translateY(.08rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  z-index: 30;
}

header .tools .header-lang-menu:hover {
  background: rgba(255, 255, 255, .98);
}

header .tools .header-lang-menu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -.16rem;
  height: .16rem;
}
header .tools .header-lang-trigger:hover .header-lang-menu,
header .tools .header-lang-trigger.is-open .header-lang-menu,
header .tools .header-lang-trigger:focus-within .header-lang-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

header .tools .header-lang-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: .38rem;
  margin: .02rem 0;
  border-radius: .05rem;
  color: #222;
  font-size: .14rem;
  line-height: 1;
  transition: background .2s ease, color .2s ease;
}

header .tools .header-lang-menu a:hover {
  background: rgba(221, 34, 33, .08);
  color: #DD2221;
}

.header-search-open {
  overflow: hidden;
}

.header-search-modal {
  position: fixed;
  inset: 0;
  z-index: 10030;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .36rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .24s ease, visibility .24s ease;
}

.header-search-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-search-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .44);
  backdrop-filter: blur(6px);
}

.header-search-panel {
  position: relative;
  z-index: 1;
  width: min(6.8rem, 92vw);
  padding: .42rem .46rem .44rem;
  border-radius: .08rem;
  background: #fff;
  box-shadow: 0 .24rem .72rem rgba(0, 0, 0, .18);
  transform: translateY(.24rem) scale(.96);
  opacity: 0;
  transition: transform .34s cubic-bezier(.22, 1, .36, 1), opacity .24s ease;
}

.header-search-modal.is-open .header-search-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.header-search-close {
  position: absolute;
  top: .16rem;
  right: .16rem;
  width: .34rem;
  height: .34rem;
  border: 0;
  border-radius: 50%;
  background: #f2f2f2;
  cursor: pointer;
}

.header-search-close::before,
.header-search-close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: .15rem;
  height: .02rem;
  background: #333;
  transform-origin: center;
}

.header-search-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.header-search-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header-search-head span {
  display: block;
  margin-bottom: .08rem;
  color: #DD2221;
  font-size: .15rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.header-search-head p {
  color: #111;
  font-size: .28rem;
  line-height: 1.2;
  font-weight: 700;
}

.header-search-form {
  display: flex;
  gap: .12rem;
  margin-top: .28rem;
}

.header-search-form input {
  flex: 1;
  height: .54rem;
  padding: 0 .16rem;
  border: 1px solid #e6e6e6;
  border-radius: .04rem;
  background: #fafafa;
  font-size: .15rem;
  color: #111;
  outline: none;
  box-sizing: border-box;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.header-search-form input:focus {
  border-color: #DD2221;
  background: #fff;
  box-shadow: 0 0 0 .04rem rgba(221, 34, 33, .08);
}

.header-search-form button {
  width: 1.08rem;
  height: .54rem;
  border: 0;
  border-radius: .04rem;
  background: #DD2221;
  color: #fff;
  font-size: .16rem;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 768px) {
  header .tools .header-lang-menu {
  display: block;
  width: auto;
  height: auto;
  cursor: default;
    min-width: 1.34rem;
  }

  .header-search-panel {
    width: min(6.4rem, 92vw);
    padding: .38rem .28rem .34rem;
  }

  .header-search-form {
    flex-direction: column;
  }

  .header-search-form button {
    width: 100%;
  }
}


