:root {
  --head: 5.208vw;
  --color: #54baa3;
  --cc-z-index: 10040;
}

html {
  scrollbar-gutter: stable;
}

body.has-custom-cursor,
body.has-custom-cursor * {
  cursor: none !important;
}

.custom-cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20000;
  width: 2.396vw;
  height: 2.396vw;
  pointer-events: none;
  transition: opacity .2s ease;
}

.custom-cursor.is-hide {
  opacity: 0;
}

.custom-cursor .cur-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 2.396vw;
  height: 2.396vw;
  pointer-events: none;
  will-change: transform;
  transform: translate3d(-100px, -100px, 0);
}

.custom-cursor .cur-arrow-layer {
  z-index: 2;
}

.custom-cursor .cur-bird-layer {
  z-index: 1;
}

.custom-cursor .cur-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.custom-cursor .cur-bird,
.custom-cursor .cur-deco {
  transform-box: fill-box;
  transform-origin: 50% 50%;
}

.custom-cursor .cur-bird {
  transition: opacity .4s ease;
}

.custom-cursor .cur-deco {
  transition: opacity .28s ease, transform .28s cubic-bezier(.2,.8,.2,1);
}

.custom-cursor .bird1,
.custom-cursor .deco1 {
  opacity: 1;
}

.custom-cursor .deco1 {
  transform: scale(1);
}

.custom-cursor .bird2,
.custom-cursor .deco2,
.custom-cursor .deco-sparks {
  opacity: 0;
}

.custom-cursor .deco2,
.custom-cursor .deco-sparks {
  transform: scale(0.6);
}

.custom-cursor.is-pointer .bird1,
.custom-cursor.is-pointer .deco1 {
  opacity: 0;
}

.custom-cursor.is-pointer .deco1 {
  transform: scale(0.6);
}

.custom-cursor.is-pointer .bird2,
.custom-cursor.is-pointer .deco2,
.custom-cursor.is-pointer .deco-sparks {
  opacity: 1;
}

.custom-cursor.is-pointer .deco2,
.custom-cursor.is-pointer .deco-sparks {
  transform: scale(1);
}

html.splashing,
html:has(body.splashing),
body.splashing {
  overflow: hidden !important;
  height: 100%;
  overscroll-behavior: none;
}

.splash {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 56.25vw;
  z-index: 9999;
  
  overflow: hidden;
  pointer-events: none;
  transition: opacity .5s ease 1s, visibility 0s 1.5s;
}

.splash.play {
  opacity: 0;
  visibility: hidden;
}

.splash .loding {
  position: absolute;
  width: 184.115vw;
  height: auto;
  max-width: none;
  will-change: transform;
  transition: transform 1.5s cubic-bezier(.65, 0, .35, 1);
}

.splash .loding1 {
  right: 1.979vw;
  bottom: 2.396vw;
}

.splash .loding2 {
  left: 26.406vw;
  top: 5.677vw;
}

.splash.play .loding1 {
  transform: translate3d(-100%, -100%, 0);
}

.splash.play .loding2 {
  transform: translate3d(100%, 100%, 0);
}

.head1 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  width: 100%;
  height: var(--head);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(2.435vw);
  -webkit-backdrop-filter: blur(2.435vw);
  transition: all ease 0.6s;
}

body.splashing:not(.nav-ready) .head1 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%);
}

body.nav-ready .head1 {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 1s ease, transform 1s ease, visibility 0s, background .6s ease, backdrop-filter .6s ease;
}

body.isback .head1 {
  transform: translateY(0);
}

body.scroll.isback .head1 {
  transform: translateY(-100%);
}

/* 案例页保持导航常驻，避免吸附回弹时闪现 */
body.case-page.scroll.isback .head1 {
  transform: translateY(0);
}

body.scroll .head1 {
  background: rgba(255, 255, 255, 0.9);
}

body.scroll .head1 .menu .link > a,
body.scroll .head1 .lang {
  color: #333;
}

body.scroll .head1 .menu .link.on > a,
body.scroll .head1 .menu .link:hover > a {
  color: var(--color);
}

body.scroll .head1 .lang .arrow img {
  filter: brightness(0);
}

.head1 .logo {
  position: absolute;
  left: 4.167vw;
  top: 50%;
  transform: translateY(-50%);
  width: 12.76vw;
  height: 4.167vw;
  display: flex;
  align-items: center;
}

.head1 .logo img {
  width: 100%;
  height: auto;
  display: block;
}

.head1 .menu {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  flex-wrap: nowrap;
  gap: 3.125vw;
  white-space: nowrap;
}

.head1 .menu .link a {
  display: inline-block;
  color: #fff;
  line-height: 1.2;
  text-transform: capitalize;
  transition: color .3s ease;
}

.head1 .menu .link.on > a,
.head1 .menu .link:hover > a {
  color: var(--color);
}

.head1 .menu .link.has-sub {
  position: relative;
}

.head1 .menu .link .down {
  position: absolute;
  left: 50%;
  top: calc(100% + 0.625vw);
  transform: translateX(-50%) translateY(0.417vw);
  min-width: 11.458vw;
  padding: 0.833vw 0;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 0.625vw;
  box-shadow: 0 0.521vw 1.563vw rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  z-index: 20;
}

.head1 .menu .link .down::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 0.833vw;
}

.head1 .menu .link.has-sub:hover .down {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.head1 .menu .link .down a {
  display: block;
  padding: 0.625vw 1.25vw;
  color: #333;
  white-space: nowrap;
  line-height: 1.4;
}

.head1 .menu .link .down a:hover,
.head1 .menu .link .down a.on {
  color: var(--color);
  background: rgba(84, 186, 163, 0.08);
}

.head1 .right {
  position: absolute;
  right: 4.167vw;
  top: 50%;
  transform: translateY(-50%);
  gap: 1.563vw;
  flex-wrap: nowrap;
}

.head1 .lang {
  gap: 0.417vw;
  color: #fff;
  cursor: pointer;
  flex-wrap: nowrap;
  line-height: 1;
}

.head1 .lang .arrow {
  width: 0.521vw;
  height: 0.313vw;
  display: block;
}

.head1 .lang .arrow img {
  width: 100%;
  height: 100%;
  display: block;
  transition: filter .3s ease;
}

.head1 .contact-btn {
  padding: 0.833vw 2.188vw;
  background: var(--color);
  color: #fff;
  border-radius: 5.156vw;
  line-height: 1.2;
  transition: all .3s ease;
  white-space: nowrap;
}

.head1 .contact-btn:hover {
  background: #45a08c;
  transform: translateY(-0.104vw);
  box-shadow: 0 0.417vw 1.042vw rgba(84, 186, 163, 0.3);
}

.C-wrap {
  width: 83.333vw;
  margin: 0 auto;
}

.home1 {
  position: relative;
  width: 100%;
  height: 56.25vw;
  
  overflow: hidden;
  
}

.home1 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home1 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home1 .cloud-front {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.home1 .cloud-front .cf {
  position: absolute;
  display: block;
  max-width: none;
}

.home1 .ribbon-front {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.home1 .ribbon-front .rb {
  position: absolute;
  display: block;
  max-width: none;
}

.home1 .rb1 {
  left: 0;
  top: 0;
  z-index: 88;
  width: 100%;
}

.home1 .rb2 {
  left: 0;
  top: 0;
  z-index: 88;
  width: 100%;
}

.home1 .island-front {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.home1 .mask-front {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.home1 .mask-front .mk {
  position: absolute;
  opacity: 0;
  z-index: 66;
  transition: opacity 2s ease;
}

.home1 .mk1 {
  background: url('/img/index/mask1.webp') no-repeat center / 100% 100%;
  width: 84.115vw;
  height: 100%;
  left: 0;
  top: 0;
}

.home1 .mk2 {
  background: url('/img/index/mask2.webp') no-repeat center / 100% 100%;
  right: -1.823vw;
  top: -1.927vw;
  width: 98.125vw;
  height: 60.156vw;
}

.home1.hover-left .mk2 {
  opacity: 1;
}

.home1.hover-right .mk1 {
  opacity: 1;
}

.home1 .side-left,
.home1 .side-right {
  filter: blur(0);
  transition: filter 2s ease, opacity 2s ease;
}

.home1 .is3,
.home1 .is4,
.home1 .is6,
.home1 .is8,
.home1 .is9 {
  opacity: 0;
}

.home1 .is5,
.home1 .is7 {
  opacity: 1;
}

.home1.hover-left .side-left.is3,
.home1.hover-left .side-left.is4,
.home1.hover-left .side-left.is5,
.home1.hover-left .side-left.is6,
.home1.hover-left .side-left.is7,
.home1.hover-left .side-left.is8,
.home1.hover-left .side-left.is9,
.home1.hover-right .side-right.is3,
.home1.hover-right .side-right.is4,
.home1.hover-right .side-right.is5,
.home1.hover-right .side-right.is6,
.home1.hover-right .side-right.is7,
.home1.hover-right .side-right.is8,
.home1.hover-right .side-right.is9 {
  opacity: 1;
}

.home1.hover-left .side-right:not(.is3):not(.is4):not(.is5):not(.is6):not(.is7):not(.is8):not(.is9) {
  filter: blur(0.417vw);
  opacity: .55;
}

.home1.hover-right .side-left:not(.is3):not(.is4):not(.is5):not(.is6):not(.is7):not(.is8):not(.is9) {
  filter: blur(0.417vw);
  opacity: .55;
}

.home1 .island-front .is {
  position: absolute;
  display: block;
  max-width: none;
  transition: transform 2s ease, filter 2s ease, opacity 2s ease;
}

.home1 .island-front .is1,
.home1 .island-front .is2 {
  pointer-events: auto;
  cursor: pointer;
  transform-origin: center center;
  transition: filter 2s ease, opacity 2s ease;
}

.home1 .is1 {
  left: 0;
  top: 15.104vw;
  height: auto;
  width: 49.4271vw;
  z-index: 3;
}

.home1 .is2 {
  right: 9.427vw;
  top: 17.031vw;
  height: auto;
  z-index: 3;
  width: 26.6667vw;
}

.home1 .is2-hit {
  position: absolute;
  right: 0;
  top: 6vw;
  width: 44vw;
  height: 46vw;
  z-index: 4;
  pointer-events: auto;
  cursor: pointer;
}

.home1 .is3 {
  left: 0;
  top: 38.021vw;
  width: 11.6667vw;
  height: auto;
  z-index: 1;
  transform: translateX(-5.208vw) rotate(-60deg);
}
.home1.hover-left .is3 {
  transform: translateX(0) rotate(0);
}
.home1 .is4 {
  right: 33.125vw;
  bottom: 0;
  width: 9.7917vw;
  height: auto;
  z-index: 1;
  transform: translateY(5.208vw) rotate(70deg);
}
.home1.hover-right .is4 {
  transform: translateY(0) rotate(0);
}
.home1 .is5 {
  right: 32.031vw;
  top: 27.604vw;
  width: 10.8333vw;
  height: auto;
  z-index: 7;
}
.home1.hover-right .is5 {
  transform: none;
}

.home1 .is6 {
  left: 0.833vw;
  top: 18.75vw;
  width: 7.344vw;
  height: auto;
  z-index: 2;
  transform: translateY(1.042vw);
}

.home1.hover-left .is6 {
  transform: translateY(0);
}

.home1 .is7 {
  left: 20.833vw;
  top: 12.5vw;
  width: 5.625vw;
  height: auto;
  z-index: 1;
}
.home1.hover-left .is7 {
  transform: none;
}
.home1 .is8 {
  right: 16.406vw;
  top: 11.927vw;
  height: auto;
  width: 15.2083vw;
  z-index: 1;
  transform: translateY(-3.125vw);
}
.home1.hover-right .is8 {
  transform: translateY(0);
}
.home1 .is9 {
  right: 0;
  bottom: 11.458vw;
  width: 5vw;
  height: auto;
  z-index: 6;
  transform: translate(2.083vw , 1.042vw) rotate(75deg);
}
.home1.hover-right .is9 {
  transform: translate(0 , 0) rotate(0);
}

.home1 .y1 {
  left: 0;
  top: 11.458vw;
  width: 16.4583vw;
  z-index: 1;
}

.home1 .y2 {
  left: 0;
  top: 13.594vw;
  width: 16.4063vw;
  z-index: 3;
}

.home1 .y3 {
  left: 0;
  top: 26.563vw;
  width: 16.4583vw;
  z-index: 1;
}

.home1 .y4 {
  left: 0;
  top: 39.844vw;
  width: 15.1563vw;
  z-index: 5;
}

.home1 .y5 {
  left: 0;
  top: 39.844vw;
  width: 29.7917vw;
  z-index: 5;
}

.home1 .y6 {
  left: 0;
  top: 36.458vw;
  width: 51.667vw;
  z-index: 1;
}

.home1 .y7 {
  right: 0;
  bottom: 0;
  width: 63.229vw;
  z-index: 5;
}

.home1 .y8 {
  right: 0;
  bottom: 0;
  width: 37.292vw;
  z-index: 7;
}

.home1 .y9 {
  right: 0;
  bottom: 0;
  width: 20.625vw;
  z-index: 5;
}

.home1 .y10 {
  right: 18.958vw;
  top: 12.344vw;
  width: 23.854vw;
  z-index: 1;
}

.home1 .y11 {
  right: 18.958vw;
  top: 12.344vw;
  width: 23.854vw;
  z-index: 1;
}

.home1 .tit {
  position: absolute;
  left: 0;
  top: 10.469vw;
  width: 100%;
  z-index: 99;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.home1 .sub {
  position: absolute;
  left: 0;
  top: 15.208vw;
  width: 100%;
  z-index: 99;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.home1 .btn-tag {
  position: absolute;
  top: 43.906vw;
  width: 14.583vw;
  padding: 0.833vw 1.667vw;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  color: var(--color);
  border-radius: 5.156vw;
  box-shadow: 0.208vw 0.208vw 0.76vw 0 #cbd2e9;
  line-height: 1.2;
  z-index: 6;
  opacity: 1;
  transform: translateY(0);
  transition: transform 2s ease, opacity 2s ease, background .3s ease, box-shadow .3s ease, color .3s ease;
}

.home1 .btn-tag:hover {
  background: #fff;
  transform: translateY(0);
  box-shadow: 0.208vw 0.521vw 1.25vw 0 rgba(84, 186, 163, 0.35);
  color: #45a08c;
}

.home1.hover-left .btn-right,
.home1.hover-right .btn-left {
  transform: translateY(0.521vw);
  opacity: 0;
  pointer-events: none;
  transition: transform 2s ease, opacity 2s ease, background .3s ease, box-shadow .3s ease, color .3s ease;
}

.home1 .btn-left {
  left: 13.177vw;
}

.home1 .btn-right {
  left: 69.948vw;
}

.home2 {
  position: relative;
  width: 100%;
  padding: 6.25vw 0 10.625vw;
  background: #fff;
  overflow: hidden;
}

.home2 .cloud-decor {
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 1;
  will-change: transform;
}

.home2 .cloud-left {
  left: 0;
  bottom: 0;
  height: auto;
}

.home2 .cloud-right {
  right: -1.042vw;
  top: 0;
  width: 10.417vw;
  height: auto;
  opacity: .85;
}

.home2 .mascot {
  position: absolute;
  left: 0;
  bottom: -3.125vw;
  width: 10.677vw;
  height: auto;
  z-index: 4;
  pointer-events: none;
}

.home2 .helmet {
  position: absolute;
  left: 100%;
  top: -2.708vw;
  width: 10.417vw;
  height: auto;
  margin-left: 0.677vw;
  z-index: 3;
  pointer-events: none;
}

.home2 .C-wrap {
  position: relative;
  z-index: 2;
}

.home2 .head-txt {
  text-align: center;
  margin-bottom: 4.167vw;
}

.home2 .head-txt .tag {
  color: #952428;
  line-height: 1;
  margin-bottom: 1.042vw;
}

.home2 .head-txt .tit {
  color: var(--color);
  line-height: 1.1;
  margin-bottom: 2.188vw;
}

.home2 .head-txt .desc {
  color: #666;
  line-height: 1.5;
}

.home2 .case-board {
  position: relative;
  z-index: 2;
  align-items: stretch;
  padding: 0 4.323vw;
  gap: 4.635vw;
}

.home2 .case-left {
  position: relative;
  width: 55.833vw;
  flex-shrink: 0;
}

.home2 .tilt-card {
  position: relative;
  width: 55.833vw;
  height: 31.875vw;
  border-radius: 0.625vw;
  cursor: pointer;
  perspective: 62.5vw;
}

.home2 .tilt-card .tilt-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.625vw;
  box-shadow: 0 1.042vw 2.083vw rgba(0, 0, 0, .12);
  transform-style: preserve-3d;
  will-change: transform;
}

.home2 .pic-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home2 .pic-layer.is-current {
  z-index: 1;
}

.home2 .pic-layer.is-next {
  z-index: 2;
  opacity: 0;
}

.home2 .tilt-card .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: translateZ(0);
  border-radius: 0.625vw;
}

.home2 .tilt-card .logo {
  position: absolute;
  left: 2.083vw;
  top: 1.563vw;
  height: auto;
  max-width: 30%;
  display: block;
  transform: translateZ(2.604vw);
  pointer-events: none;
}

.home2 .thumbs {
  justify-content: flex-end;
  gap: 0.469vw;
  margin-top: 1.354vw;
}

.home2 .thumb {
  width: 5.885vw;
  height: 3.802vw;
  padding: 0;
  border: none;
  border-radius: 0.313vw;
  overflow: hidden;
  opacity: .4;
  cursor: pointer;
  background: transparent;
  transition: opacity .3s ease;
}

.home2 .thumb.is-on,
.home2 .thumb:hover {
  opacity: 1;
}

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

.home2 .case-right {
  position: relative;
  flex: 1;
  min-width: 0;
  padding-top: 0;
  display: flex;
  flex-direction: column;
}

.home2 .case-top {
  position: relative;
  width: 25.781vw;
  justify-content: flex-end;
  align-items: center;
  z-index: 3;
}

.home2 .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.094vw 3.333vw;
  flex-shrink: 0;
  background: var(--color);
  color: #fff;
  border-radius: 5.521vw;
  line-height: 1.2;
  white-space: nowrap;
  transition: background .3s ease, box-shadow .3s ease;
}

.home2 .more-btn:hover {
  background: #45a08c;
  box-shadow: 0 0.417vw 1.042vw rgba(84, 186, 163, .3);
}

.home2 .collab {
  margin: 3.073vw 0 1.8229vw;
  gap: 0.833vw;
}

.home2 .yeehe-logo {
  width: 10.365vw;
  height: 3.385vw;
  object-fit: contain;
  display: block;
}

.home2 .x-mark {
  width: 0.99vw;
  height: 1.042vw;
  flex-shrink: 0;
}

.home2 .partner-logo {
  width: 12.5vw;
  height: 7.292vw;
  overflow: hidden;
}

.home2 .partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.home2 .slash {
  display: block;
  width: 4.479vw;
  height: 0.104vw;
  margin: 1.042vw 0 1.563vw 1.146vw;
  background: var(--color);
  transform: rotate(-30deg);
  transform-origin: left center;
}

.home2 .case-txts {
  display: grid;
  width: 25.781vw;
}

.home2 .case-txt {
  grid-area: 1 / 1;
  visibility: hidden;
  width: 100%;
  overflow: hidden;
  color: #6b6b6b;
  line-height: 1.8;
}

.home2 .case-txt.on {
  visibility: visible;
}

.home2 .progress {
  margin-top: auto;
  width: 33.229vw;
}

.home2 .bar {
  position: relative;
  width: 28.49vw;
  height: 0.104vw;
  background: #d7d7d7;
}

.home2 .bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background: var(--color);
  transition: width .3s ease;
}

.home2 .next-pill {
  position: relative;
  width: 3.073vw;
  height: 1.563vw;
  overflow: hidden;
  border: 1.5px solid var(--color);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}

.home2 .next-pill::after {
  content: "";
  position: absolute;
  left: 0.521vw;
  top: 50%;
  width: 0.26vw;
  height: 0.104vw;
  background: var(--color);
  transform: translateY(-50%);
  animation: home2-pill-dot 1.2s ease-in-out infinite alternate;
}

@keyframes home2-pill-dot {
  from {
    transform: translate(0, -50%);
  }
  to {
    transform: translate(1.771vw, -50%);
  }
}

.home3 {
  position: relative;
  width: 100%;
  padding: 0 0 7.292vw;
  background: #fff;
  /* overflow: hidden; */
}

.home3 .deco-star {
  position: absolute;
  left: 13.698vw;
  top: -4.833vw;
  width: 6.563vw;
  height: 6.719vw;
  z-index: 3;
  pointer-events: none;
}

.home3 .deco-house {
  position: absolute;
  right: 0;
  top: -15.8854vw;
  width: 15.8854vw;
  /* height: 23.229vw; */
  z-index: 3;
  pointer-events: none;
}

.home3 .head-txt {
  text-align: center;
  margin-bottom: 4.167vw;
}

.home3 .head-txt .tag {
  color: #952428;
  line-height: 1;
  margin-bottom: 1.25vw;
}

.home3 .head-txt .tit {
  color: var(--color);
  line-height: 1.1;
}

.home3 .logo-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.home3 .marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: home3-marquee 30s linear infinite;
  will-change: transform;
}

.home3 .logo-marquee:hover .marquee-track {
  animation-play-state: paused;
}

.home3 .logo-item {
  flex-shrink: 0;
  
  
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.042vw;
}

.home3 .logo-item img {
  width: 12.5vw;
  height: 7.292vw;
  object-fit: contain;
  display: block;
}

@keyframes home3-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.home4 {
  position: relative;
  width: 100%;
  background: linear-gradient(156deg, #95EFD0 14.71%, #CCB8F9 109.3%);
  
  padding: 5.729vw 0 0;
}

.home4 .home4-trans {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4.688vw;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.home4 .home4-cloud {
  position: absolute;
  top: 1.042vw;
  right: 0;
  height: auto;
  width: 16.9792vw;
  z-index: 2;
  pointer-events: none;
  will-change: transform;
}

.home4 .home4-top {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 4.167vw;
  gap: 2.083vw;
}

.home4 .home4-left {
  max-width: 46.667vw;
  display: flex;
  flex-direction: column;
}

.home4 .tit {
  color: #fff;
  line-height: 1.1;
  margin-bottom: 3.229vw;
}

.home4 .info-block {
  color: #fff;
  margin-bottom: 3.333vw;
  display: grid;
  grid-template-columns: 1fr;
  transition: opacity .2s ease;
}

.home4 .info-block.is-switching {
  opacity: 0;
}

.home4 .info-block .year {
  grid-row: 1;
  color: #fff;
  line-height: 1;
  margin-bottom: 1.042vw;
}

.home4 .info-block .desc {
  grid-row: 2;
  grid-column: 1;
  visibility: hidden;
  color: #fff;
  line-height: 1.5;
}

.home4 .info-block .desc.on {
  visibility: visible;
}

.home4 .more-btn {
  margin-top: auto;
  width: fit-content;
  display: inline-block;
  padding: 1.042vw 3.125vw;
  background: #3bbc9e;
  color: #fff;
  border-radius: 5.156vw;
  line-height: 1.2;
  box-shadow: 0 0.417vw 1.042vw rgba(59, 188, 158, .3);
  transition: transform .3s ease, box-shadow .3s ease;
}

.home4 .more-btn:hover {
  transform: translateY(-0.156vw);
  box-shadow: 0 0.625vw 1.25vw rgba(59, 188, 158, .4);
}

.home4 .arrow-group {
  gap: 1.042vw;
  flex-shrink: 0;
  margin-top: 9.375vw;
}

.home4 .arr {
  width: 2.865vw;
  height: 2.76vw;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  position: relative;
  transition: transform .3s ease, background .3s ease;
}

.home4 .arr:hover {
  background: #eaf7f2;
  transform: translateY(-0.104vw);
}

.home4 .arr::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.625vw;
  height: 0.625vw;
  border-top: 0.156vw solid #54baa3;
  border-left: 0.156vw solid #54baa3;
  transform: translate(-40%, -50%) rotate(-45deg);
}

.home4 .arr-next::before {
  transform: translate(-60%, -50%) rotate(135deg);
}

.home4 .pillar-stage {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 7.292vw;
}

.home4 .pillar-mask {
  position: absolute;
  left: 0;
  bottom: -0.052vw;
  width: 100%;
  height: auto;
  z-index: 4;
  pointer-events: none;
}

.home4 .pillar-col {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  width: 13.646vw;
}

.home4 .pillar-stage > .pillar-col:nth-child(2) {
  width: 2.292vw;
}

.home4 .pillar-stage > .pillar-col:nth-child(9) {
  width: 12.5vw;
}

.home4 .pillar-stage > .pillar-col:nth-child(10) {
  width: 2.188vw;
}

.home4 .pillar {
  display: block;
  width: 100%;
  height: auto;
  max-height: 32.292vw;
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(14.583vw);
  will-change: transform, opacity;
}

.home4 .bird {
  height: auto;
  z-index: 5;
  position: absolute;
  max-width: none;
  width: 33.5938vw;
  bottom: 19.271vw;
  opacity: 0;
  transform: scale(0);
  transform-origin: 50% 100%;
  will-change: transform, opacity;
}

.home4 .coin {
  height: auto;
  z-index: 5;
  position: absolute;
  bottom: 27.083vw;
  width: 5.9375vw;
  opacity: 0;
  transform: scale(0);
  transform-origin: 50% 100%;
  will-change: transform, opacity;
}

.home4 .shadow {
  position: absolute;
  height: auto;
  pointer-events: none;
  z-index: 4;
  opacity: 0;
  will-change: transform, opacity;
}

.home4 .shadow-bird {
  bottom: 19.271vw;
  width: 7.5521vw;
  left: 50%;
}

.home4 .shadow-coin {
  bottom: 23.958vw;
  left: 50%;
  width: 3.9063vw;
}

.co-w {
  position: relative;
  width: 100%;
  
  background: transparent;
  overflow: hidden;
}

.foot1 {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 34.115vw;
  margin: 0 auto;
  background: #54baa3;
  border-radius: 2.188vw 2.188vw 0 0;
  overflow: hidden;
}

.foot1 img {
  max-width: none;
}

.foot1 .deco,
.foot1 .path-wrap,
.foot1 .nav,
.foot1 .mascot,
.foot1 .plane,
.foot1 .plane1,
.foot1 .foot-line {
  position: absolute;
}

.foot1 .foot-top {
  position: relative;
  padding: 4.167vw 4.167vw 0;
  z-index: 5;
}

.foot1 .logo {
  width: 13.385vw;
  height: 4.375vw;
  margin-top: 0.052vw;
  display: block;
  flex-shrink: 0;
}

.foot1 .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.foot1 .info {
  color: #fff;
  text-align: right;
}

.foot1 .info p {
  color: #fff;
  line-height: 1.458vw;
}

.foot1 .info .tags {
  line-height: 1.823vw;
  margin-top: 0.625vw;
}

.foot1 .path-wrap {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.foot1 .curve {
  position: absolute;
  left: 13.177vw;
  top: 14.74vw;
  width: 74.844vw;
  height: auto;
  display: block;
  pointer-events: none;
  overflow: visible;
}

.foot1 .curve path {
  stroke-dasharray: 6.18 6.18;
}

.foot1 .dot {
  position: absolute;
  width: 1.719vw;
  height: 1.719vw;
  display: block;
  pointer-events: none;
  z-index: 4;
}

.foot1 .d1 {
  left: 12.031vw;
  top: 16.458vw;
}

.foot1 .d2 {
  left: 22.552vw;
  top: 22.5vw;
}

.foot1 .d3 {
  left: 34.219vw;
  top: 14.167vw;
}

.foot1 .d4 {
  left: 44.323vw;
  top: 20.208vw;
}

.foot1 .d5 {
  left: 57.604vw;
  top: 16.094vw;
}

.foot1 .d6 {
  left: 70.156vw;
  top: 21.094vw;
}

.foot1 .d7 {
  left: 81.198vw;
  top: 17.813vw;
}

.foot1 .nav {
  position: absolute;
  color: #fff;
  white-space: nowrap;
  line-height: 1.2;
  z-index: 5;
  pointer-events: auto;
  transition: transform .3s ease, opacity .3s ease;
}



.foot1 .n1 {
  left: 11.563vw;
  top: 18.958vw;
}

.foot1 .n2 {
  left: 22.083vw;
  top: 24.896vw;
}

.foot1 .n3 {
  left: 33.75vw;
  top: 16.771vw;
}

.foot1 .n4 {
  left: 42.083vw;
  top: 23.073vw;
}

.foot1 .n5 {
  left: 55.833vw;
  top: 18.958vw;
}

.foot1 .n6 {
  left: 68.385vw;
  top: 23.438vw;
}

.foot1 .n7 {
  left: 79.167vw;
  top: 20.521vw;
}

.foot1 .deco {
  display: block;
  pointer-events: none;
  z-index: 2;
}

.foot1 .cloud {
  z-index: 1;
  will-change: transform;
}

.foot1 .c1 {
  right: 0;
  top: 18.958vw;
  width: 5.729vw;
}

.foot1 .c2 {
  left: 0;
  top: 16.719vw;
  width: 6.042vw;
}

.foot1 .c3 {
  left: 5.156vw;
  top: 13.594vw;
  width: 5.625vw;
}

.foot1 .star {
  width: 1.354vw;
  height: 1.354vw;
}

.foot1 .s1 {
  left: 16.458vw;
  top: 12.917vw;
  width: 1.198vw;
}

.foot1 .s2 {
  left: 52.917vw;
  top: 13.385vw;
}

.foot1 .s3 {
  left: 70.052vw;
  top: 12.031vw;
}

.foot1 .flag {
  left: 10.781vw;
  top: 15.26vw;
  width: 1.25vw;
  height: 1.458vw;
  z-index: 4;
}

.foot1 .book {
  left: 83.958vw;
  top: 24.479vw;
  width: 2.344vw;
  z-index: 5;
}

.foot1 .mascot {
  display: block;
  z-index: 6;
  pointer-events: none;
}

.foot1 .mascot-left {
  left: 0;
  top: 18.542vw;
  width: 13.698vw;
}

.foot1 .mascot-right {
  right: 2.344vw;
  bottom: 1.771vw;
  width: 12.76vw;
  height: 12.812vw;
}

.foot1 .plane {
  left: 86.719vw;
  top: 11.354vw;
  width: 11.094vw;
  z-index: 5;
  display: block;
}
.foot1 .plane1 {
  left: 87.865vw;
  top: 15.469vw;
  width: 2.188vw;
}
.foot1 .foot-line {
  left: 0;
  bottom: 0;
  width: 104.01vw;
  height: 3.646vw;
  z-index: 3;
  display: block;
  pointer-events: none;
}

.foot1 .foot-wx {
  position: absolute;
  left: 50%;
  bottom: 2.75vw;
  transform: translateX(-50%);
  z-index: 8;
  gap: 1.042vw;
  align-items: flex-end;
}

.foot1 .wx-item {
  position: relative;
}

.foot1 .wx-qr {
  width: 4.688vw;
  padding: 0.313vw 0.313vw 0.208vw;
  background: #fff;
  border-radius: 0.313vw;
  box-sizing: border-box;
}

.foot1 .wx-qr img {
  width: 100%;
  height: auto;
  display: block;
}

.foot1 .wx-txt {
  margin-top: 0.208vw;
  color: #000;
  text-align: center;
  line-height: 1.3;
}

.side-dock {
  position: fixed;
  right: 1.25vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9000;
}

.side-dock .dock-line {
  display: block;
  width: 0.104vw;
  height: 3.125vw;
  margin: 0 auto 0.729vw;
  background: #54baa3;
  border-radius: 0.104vw;
}

.side-dock .dock-list {
  gap: 0.521vw;
}

.side-dock .dock-item {
  position: relative;
}

.side-dock .dock-btn {
  width: 2.708vw;
  height: 2.708vw;
  padding: 0;
  border: none;
  border-radius: 0.521vw;
  background: #54baa3;
  box-shadow: 0 0.208vw 0.833vw rgba(84, 186, 163, 0.28);
  cursor: pointer;
  transition: transform 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.side-dock .dock-btn img {
  width: 1.354vw;
  height: 1.354vw;
  display: block;
  object-fit: contain;
}

.side-dock .dock-item:first-child .dock-btn img {
  filter: brightness(0) invert(1);
}

.side-dock .dock-item:hover .dock-btn,
.side-dock .dock-item.is-open .dock-btn {
  background: #3fa892;
  transform: scale(1.06);
  box-shadow: 0 0.313vw 1.042vw rgba(84, 186, 163, 0.4);
}

.side-dock .dock-pop {
  position: absolute;
  right: calc(100% + 0.729vw);
  top: 50%;
  padding: 0.729vw;
  background: #fff;
  border-radius: 0.625vw;
  box-shadow: 0 0.417vw 1.667vw rgba(32, 56, 50, 0.16);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-50%) translateX(0.417vw);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
  z-index: 2;
}

.side-dock .dock-item:hover .dock-pop,
.side-dock .dock-item.is-open .dock-pop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0);
}

.side-dock .dock-qrs {
  gap: 0.625vw;
  flex-wrap: nowrap;
}

.side-dock .dock-qr {
  width: 6.771vw;
}

.side-dock .dock-qr img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.208vw;
}

.side-dock .dock-qr .wx-txt {
  margin-top: 0.313vw;
  color: #54baa3;
  text-align: center;
  line-height: 1.3;
}

.side-dock .dock-pop-mail {
  width: 13.542vw;
  padding: 0.833vw 0.938vw;
}

.side-dock .dock-mail {
  display: block;
  padding: 0.417vw 0;
  color: #222;
  text-decoration: none;
}

.side-dock .dock-mail + .dock-mail {
  border-top: 0.052vw solid rgba(84, 186, 163, 0.22);
}

.side-dock .dock-mail .lab {
  display: block;
  color: #54baa3;
  line-height: 1.4;
}

.side-dock .dock-mail .val {
  display: block;
  margin-top: 0.156vw;
  color: #333;
  line-height: 1.4;
  word-break: break-all;
}

.side-dock .dock-mail:hover .val {
  color: #54baa3;
}

html[data-lang="en"] .side-dock,
body.en-page .side-dock {
  display: none;
}

.home5 {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.home5 .deco {
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
  pointer-events: none;
  will-change: transform;
}

.home5 .deco-box {
  left: 5.208vw;
  top: 11.198vw;
  width: 14.74vw;
}

.home5 .deco-pad {
  right: 2.396vw;
  top: 11.25vw;
  width: 17.552vw;
}

.home5 .deco-bird {
  left: 0;
  bottom: 0;
  width: 27.813vw;
  z-index: 5;
}

.home5 .deco-door {
  right: 0;
  bottom: 0;
  width: 24.896vw;
}

.home5-inner {
  position: relative;
  z-index: 2;
  width: 53.125vw;
  margin: 0 auto;
  padding: 6.25vw 0;
}

.home5 .head-txt {
  text-align: center;
  margin-bottom: 2.604vw;
}

.home5 .head-txt .tag {
  color: #952428;
  line-height: 1;
  margin-bottom: 1.25vw;
}

.home5 .head-txt .tit {
  color: var(--color);
  line-height: 1.1;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
}

.contact-form .form-row {
  display: flex;
  gap: 3.125vw;
}

.contact-form .form-item {
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.573vw;
}

.contact-form .field-tip {
  position: absolute;
  right: 0;
  top: 0;
  color: #952428;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.contact-form .field-tip.is-on {
  opacity: 1;
}

.contact-form .form-item.full {
  width: 100%;
}

.contact-form .label {
  color: var(--color);
  line-height: 1.2;
}

.contact-form .req {
  color: #952428;
  line-height: 1;
  vertical-align: top;
  font-style: normal;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  background: #fff;
  border: 0.052vw solid rgba(0, 0, 20, 0.4);
  border-radius: 0.521vw;
  padding: 0.938vw 1.094vw;
  transition: border-color .3s ease;
  outline: none;
  box-shadow: none;
}

.contact-form .input-box.is-error {
  border-color: #952428;
}

.contact-form .input-box input,
.contact-form .input-box textarea {
  width: 100%;
  border: none;
  background: transparent;
  color: #000;
  line-height: 1.4;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.contact-form .input-box input::-webkit-input-placeholder,
.contact-form .input-box textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 20, 0.6);
}

.contact-form .input-box input::placeholder,
.contact-form .input-box textarea::placeholder {
  color: rgba(0, 0, 20, 0.6);
}

.contact-form .input-box:focus,
.contact-form .input-box:focus-within,
.contact-form .input-box input:focus,
.contact-form .input-box textarea:focus,
.contact-form .input-box input:focus-visible,
.contact-form .input-box textarea:focus-visible,
.contact-form .select-box:focus,
.contact-form .select-box:focus-visible {
  outline: none;
  box-shadow: none;
  border-color: rgba(0, 0, 20, 0.4);
}

.contact-form .input-box.is-error:focus-within {
  border-color: #952428;
}

.contact-form .input-box input:-webkit-autofill,
.contact-form .input-box input:-webkit-autofill:hover,
.contact-form .input-box input:-webkit-autofill:focus,
.contact-form .input-box textarea:-webkit-autofill {
  -webkit-text-fill-color: #000;
  caret-color: #000;
  box-shadow: 0 0 0 1000px #fff inset;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  border: none;
  outline: none;
  transition: background-color 99999s ease-out;
}

.contact-form .textarea-box {
  height: 7.917vw;
}

.contact-form .textarea-box textarea {
  height: 100%;
  resize: none;
}

.contact-form .select-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  outline: none;
}

.contact-form .select-text {
  color: rgba(0, 0, 20, 0.6);
  line-height: 1.4;
}

.contact-form .select-text.filled {
  color: #000;
}

.contact-form .select-arrow {
  flex-shrink: 0;
  width: 0.417vw;
  height: 0.26vw;
  margin-left: 0.625vw;
  display: block;
  line-height: 0;
  transition: transform .3s ease;
}

.contact-form .select-arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-form .select-box.open .select-arrow {
  transform: rotate(180deg);
}

.contact-form .select-options {
  position: absolute;
  left: 0;
  top: calc(100% + 0.417vw);
  width: 100%;
  background: #fff;
  border: 0.052vw solid rgba(0, 0, 20, 0.2);
  border-radius: 0.521vw;
  box-shadow: 0 0.521vw 1.563vw rgba(0, 0, 20, 0.1);
  padding: 0.417vw 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.313vw);
  transition: all .25s ease;
  z-index: 5;
}

.contact-form .select-box.open .select-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.contact-form .option {
  display: flex;
  align-items: center;
  gap: 0.521vw;
  padding: 0.521vw 1.094vw;
  cursor: pointer;
  transition: background .2s ease;
}

.contact-form .option:hover {
  background: #f2faf8;
}

.contact-form .option input {
  width: 0.833vw;
  height: 0.833vw;
  flex-shrink: 0;
  accent-color: var(--color);
  cursor: pointer;
  -webkit-appearance: auto;
  appearance: auto;
  background: none;
}

.contact-form .option span {
  color: #333;
}

.contact-form .file-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625vw;
  cursor: pointer;
}

.contact-form .file-box input[type="file"] {
  display: none;
}

.contact-form .file-icon {
  position: relative;
  width: 1.667vw;
  height: 1.667vw;
  flex-shrink: 0;
}

.contact-form .file-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0.104vw;
  height: 100%;
  background: rgba(0, 0, 20, 0.5);
}

.contact-form .file-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0.104vw;
  background: rgba(0, 0, 20, 0.5);
}

.contact-form .file-text {
  color: rgba(0, 0, 20, 0.6);
}

.contact-form .file-box.has-file .file-text {
  color: #000;
}

.contact-form .submit-btn {
  align-self: center;
  margin-top: 1.458vw;
  padding: 0.833vw 2.188vw;
  background: var(--color);
  color: #fff;
  border: none;
  border-radius: 5.156vw;
  line-height: 1.2;
  cursor: pointer;
  transition: all .3s ease;
}

.contact-form .submit-btn:hover {
  background: #45a08c;
  transform: translateY(-0.104vw);
  box-shadow: 0 0.417vw 1.042vw rgba(84, 186, 163, 0.3);
}

.home6 {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.home6 .tag {
  color: #952428;
  line-height: 1;
  margin-bottom: 1.25vw;
}
.home6 .bg {
  display: block;
  width: 100%;
  height: auto;
}

.home6 .C-wrap {
  position: absolute;
  left: 50%;
  top: 6.25vw;
  transform: translateX(-50%);
  z-index: 2;
}

.home6 .tit {
  color: var(--color);
  line-height: 1.2;
  margin-bottom: 2.083vw;
  white-space: nowrap;
}

.home6 .more-btn {
  display: inline-block;
  padding: 1.042vw 3.125vw;
  background: var(--color);
  color: #fff;
  border-radius: 5.156vw;
  line-height: 1.2;
  transition: all .3s ease;
}

.home6 .more-btn:hover {
  background: #45a08c;
  transform: translateY(-0.104vw);
  box-shadow: 0 0.417vw 1.042vw rgba(84, 186, 163, .3);
}

.home7 {
  position: relative;
  width: 100%;
  padding: 6.25vw 0 7.292vw;
  background: #fff;
  overflow: hidden;
}

.home7 .head-txt {
  margin-bottom: 4.167vw;
}

.home7 .head-txt .tag {
  color: #952428;
  line-height: 1;
  margin-bottom: 1.042vw;
}

.home7 .head-txt .tit {
  color: var(--color);
  line-height: 1.1;
}

.home7 .tit-wrap {
  position: relative;
  display: inline-block;
}

.home7 .tit-deco {
  position: absolute;
  left: 100%;
  bottom: 0.521vw;
  width: 1.51vw;
  height: 1.771vw;
  margin-left: 0.938vw;
  pointer-events: none;
}

.home7 .more-btn {
  display: inline-block;
  padding: 0.833vw 2.188vw;
  background: var(--color);
  color: #fff;
  border-radius: 5.156vw;
  line-height: 1.2;
  transition: all .3s ease;
}

.home7 .more-btn:hover {
  background: #45a08c;
  transform: translateY(-0.104vw);
  box-shadow: 0 0.417vw 1.042vw rgba(84, 186, 163, .3);
}

.home7 .news-swiper {
  width: 100%;
  padding-left: calc((100% - 83.333vw) / 2);
  padding-bottom: 1.563vw;
  overflow: visible;
}

.home7 .swiper-slide {
  width: 21.875vw;
  height: auto;
}

.home7 .news-card {
  width: 100%;
  height: 21.406vw;
  background: transparent;
  border-radius: 1.25vw;
  transition: box-shadow .3s ease;
}

.home7 .news-card:hover {
  box-shadow: 0 0.521vw 1.563vw rgba(84, 186, 163, .35);
}

.home7 .news-pic {
  width: 100%;
}

.home7 .pic-box {
  width: 100%;
  height: 14.583vw;
  overflow: hidden;
  border-radius: 1.25vw 1.25vw 0 0;
}

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

.home7 .news-info {
  height: calc(100% - 14.583vw);
  padding: 1.042vw 1.042vw 1.25vw;
  background: #fff;
  border-left: 1px solid var(--color);
  border-right: 1px solid var(--color);
  border-bottom: 1px solid var(--color);
  border-radius: 0 0 1.25vw 1.25vw;
  transition: background .3s ease;
}

.home7 .news-card:hover .news-info {
  background: var(--color);
}

.home7 .news-card .date {
  color: #193264;
  line-height: 1.3;
  margin-bottom: 0.208vw;
  transition: color .3s ease;
}

.home7 .news-card .desc {
  color: #193264;
  line-height: 1.4;
  opacity: .8;
  transition: color .3s ease;
}

.home7 .news-card:hover .date,
.home7 .news-card:hover .desc {
  color: #fff;
}

.gloc .tit-font,
.gcs .tit-font,
.lqa .tit-font {
  font-family: var(--font-h1), "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.gloc1 {
  position: relative;
  width: 100%;
  height: 56.25vw;
  overflow: hidden;
}

.gloc1 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

.gloc1 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.gloc1 .content {
  position: absolute;
  left: 0;
  top: 22.8125vw;
  width: 100%;
  height: 100%;
  z-index: 2;
  justify-content: flex-start;
  gap: 1.563vw;
}

.gloc1 .tit {
  color: #fff;
  line-height: 1;
  text-align: center;
}

.gloc1 .sub {
  color: #fff;
  line-height: 0.99;
  text-align: center;
}

.gloc1 .scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 4.4792vw;
  transform: translateX(-50%);
  z-index: 3;
  gap: 0.417vw;
  color: #fff;
  align-items: center;
}

.gloc .gloc1 .scroll-hint {
  bottom: 11.5104vw;
}

.gloc1 .mouse {
  width: 1.823vw;
  height: 2.552vw;
  border: 0.104vw solid #fff;
  border-radius: 2.604vw;
  position: relative;
}

.gloc1 .mouse em {
  position: absolute;
  left: 50%;
  top: 0.469vw;
  transform: translateX(-50%);
  width: 0.26vw;
  height: 0.469vw;
  border-radius: 0.99vw;
  background: #fff;
  animation: gloc-mouse 1.6s ease-in-out infinite;
}

.gloc1 .scroll-hint .arrow {
  width: 1.875vw;
  height: auto;
  display: block;
  margin-top: 0.417vw;
}

.gloc1 .deco {
  position: absolute;
  bottom: 0;
  height: auto;
  pointer-events: none;
  z-index: 0;
}

.gloc1 .d1 {
  left: 0;
  width: 18.1771vw;
}

.gloc1 .d2 {
  right: 0;
  width: 38.0208vw;
  bottom: -3.125vw;
}

@keyframes gloc-mouse {
  0%, 100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 0.3;
    transform: translateX(-50%) translateY(0.521vw);
  }
}

.gloc2 {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 3.542vw 3.542vw 0 0;
  margin-top: -6.25vw;
  padding: 6.25vw 0 9.375vw;
  z-index: 4;
  text-align: center;
}

.gloc2 .deco {
  position: absolute;
  right: 0;
  top: 8.9583vw;
  width: 8.9583vw;
  height: auto;
  pointer-events: none;
}

.gloc2 .eyebrow {
  color: #952428;
  line-height: 1.25;
  margin-bottom: 0.625vw;
}

.gloc2 .tit {
  color: #54baa3;
  line-height: 1;
  margin-bottom: 2.5vw;
}

.gloc2 .cta-btn,
.gloc-cta .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.042vw 3.125vw;
  background: #3bbc9e;
  color: #fff;
  border-radius: 5.156vw;
  line-height: 1.2;
  transition: background .3s ease, transform .3s ease;
}

.gloc2 .cta-btn:hover,
.gloc-cta .cta-btn:hover {
  background: #32a88c;
  transform: translateY(-0.104vw);
}

.gloc2 .svc-panel {
  width: 91.354vw;
  margin: 3.385vw auto 0;
  background: #f0f0f0;
  border-radius: 0.938vw;
  padding: 0.833vw;
}

.gloc2 .svc-list {
  gap: 0.729vw;
  align-items: stretch;
  flex-wrap: nowrap;
}

.gloc2 .svc-card {
  background: #fff;
  border-radius: 1.146vw;
  position: relative;
  overflow: hidden;
  min-width: 0;
  height: 20.677vw;
  flex: 296 1 0;
  cursor: pointer;
  padding: 1.979vw 1.042vw 1.042vw;
  transition: flex .75s cubic-bezier(.4, 0, .2, 1), padding .75s cubic-bezier(.4, 0, .2, 1);
}

.gloc2 .svc-card.is-on {
  flex: 793 1 0;
  padding: 2.083vw 1.667vw 1.563vw;
}

.gloc2 .num {
  color: #952428;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.833vw;
  transition: text-align .3s ease, margin .75s ease;
}

.gloc2 .svc-card.is-on .num {
  text-align: left;
  margin-bottom: 3.8542vw;
}

.gloc2 .name {
  color: #54baa3;
  line-height: 1.25;
  white-space: nowrap;
}

.gloc2 .name-sm {
  position: absolute;
  left: 0;
  right: 0;
  top: 4.6vw;
  text-align: center;
  margin: 0;
  opacity: 1;
  transition: opacity .35s ease .05s;
  z-index: 2;
}

.gloc2 .svc-card.is-on .name-sm {
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.gloc2 .info-lg {
  position: absolute;
  left: 1.667vw;
  text-align: left;
  top: 7.6042vw;
  width: 17.344vw;
  opacity: 0;
  transform: translateY(1.5vw);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
  z-index: 2;
}

.gloc2 .svc-card.is-on .info-lg {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .65s ease .1s, transform .65s cubic-bezier(.22, 1, .36, 1) .1s;
}

.gloc2 .info-lg .name {
  margin-bottom: 1.042vw;
}

.gloc2 .desc {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.4;
}

.gloc2 .desc > div {
  margin-bottom: 0.521vw;
}

.gloc2 .pic-sm,
.gloc2 .pic-lg {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}

.gloc2 .pic-sm {
  left: 50%;
  bottom: 1.25vw;
  transform: translateX(-50%);
  width: 11.458vw;
  height: 11.25vw;
  max-width: calc(100% - 2vw);
  opacity: 1;
  transition: opacity .35s ease .05s;
  z-index: 1;
}

.gloc2 .svc-card.is-on .pic-sm {
  opacity: 0;
  transition: opacity .18s ease;
}

.gloc2 .pic-lg {
  right: 1.2vw;
  bottom: 1.2vw;
  width: 17.135vw;
  height: 10.938vw;
  opacity: 0;
  transform: translateX(1.5vw);
  transition: opacity .2s ease, transform .2s ease;
  z-index: 1;
}

.gloc2 .svc-card.is-on .pic-lg {
  opacity: 1;
  transform: translateX(0);
  transition: opacity .6s ease .08s, transform .6s cubic-bezier(.22, 1, .36, 1) .08s;
}

.gloc2 .svc-card:nth-child(2) .pic-sm,
.gloc2 .svc-card:nth-child(2) .pic-lg {
  width: 11.458vw;
  height: 11.25vw;
}

.gloc2 .svc-card:nth-child(3) .pic-sm,
.gloc2 .svc-card:nth-child(3) .pic-lg {
  width: 12.552vw;
  height: 10.885vw;
}

.gloc2 .svc-card:nth-child(4) .pic-sm,
.gloc2 .svc-card:nth-child(4) .pic-lg {
  width: 12.031vw;
  height: 12.031vw;
}

.gloc2 .svc-card:nth-child(1).is-on .pic-lg {
  width: 17.135vw;
  height: 10.938vw;
}

.gloc2 .pic-sm img,
.gloc2 .pic-lg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.gloc3 {
  position: relative;
  width: 100%;
  background: #3bbc9e url("/img/game-localization/gloc3-1.webp") center / cover no-repeat;
  padding: 1.667vw 0;
  overflow: visible;
}

.gloc3 .bg1,
.gloc3 .bg2 {
  position: absolute;
  top: 0;
  width: 37.396vw;
  height: auto;
  pointer-events: none;
  z-index: 0;
  display: block;
}

.gloc3 .bg1 {
  left: 0;
}

.gloc3 .bg2 {
  right: 0;
}

.gloc3 .bg3 {
  position: absolute;
  top: -9.4792vw;
  left: 0;
  width: 11.51vw;
  height: auto;
  pointer-events: none;
  z-index: 10;
  display: block;
}

.gloc3 .inner {
  position: relative;
  z-index: 1;
  width: 95.052vw;
  margin: 0 auto;
  min-height: 49.063vw;
  overflow: visible;
  border-radius: 1.25vw;
  padding: 4.5833vw 0 3.5vw;
}

.gloc3 .ai-track {
  position: absolute;
  left: 50%;
  top: 13.86vw;
  width: 100vw;
  height: 29.895vw;
  max-width: none;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
  display: block;
}

.gloc3 .tit {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 7.208vw;
}

.gloc3 .tit em {
  color: #54baa3;
  font-style: normal;
}

.gloc3 .ai-swiper-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 30.5vw;
  margin-top: -1vw;
}

.gloc3 .ai-pin {
  position: absolute;
  left: 50%;
  top: -1.1458vw;
  width: 2.031vw;
  height: 25.115vw;
  z-index: 6;
  pointer-events: none;
  transform: translateX(-50%);
}

.gloc3 .ai-pin .pin-top {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1.563vw;
  height: 4.01vw;
  margin-left: -0.781vw;
  max-width: none;
  display: block;
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
}

.gloc3 .ai-pin .pin-bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2.031vw;
  height: 1.146vw;
  margin-left: -1.016vw;
  max-width: none;
  display: block;
  transform: translateY(0);
  transition: transform 0.6s ease-in-out;
}

.gloc3 .ai-pin.is-switching .pin-top {
  transform: translateY(-0.521vw);
}

.gloc3 .ai-pin.is-switching .pin-bottom {
  transform: translateY(0.521vw);
}

.gloc3 .ai-swiper {
  position: relative;
  z-index: 2;
  overflow: visible;
  height: 100%;
  padding-top: 1.56vw;
}

.gloc3 .ai-swiper .swiper-wrapper {
  align-items: flex-start;
}

.gloc3 .ai-swiper .swiper-slide {
  width: 15.73vw;
  height: auto;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.gloc3 .ai-card {
  width: 15.73vw;
  height: 21.35vw;
  background: #13162b;
  border-radius: 0.906vw;
  padding: 1.98vw 1.15vw 1.15vw;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border: 0.151vw solid transparent;
  transform-origin: center bottom;
  will-change: transform, width, height;
  transition: color 0.45s ease, border-color 0.45s ease, box-shadow 0.45s ease;
}

.gloc3 .ai-card.is-active {
  color: #54baa3;
  border-color: #54baa3;
  box-shadow: 0 0 1.56vw rgba(84, 186, 163, 0.45);
  z-index: 3;
}

.gloc3 .ai-card::before,
.gloc3 .ai-card::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 12.76vw;
  height: 0.906vw;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(217, 217, 217, 0), rgba(166, 166, 166, 0.55), rgba(115, 115, 115, 0));
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.gloc3 .ai-card::before {
  top: 0;
}

.gloc3 .ai-card::after {
  bottom: 0;
}

.gloc3 .ai-card.is-active::before,
.gloc3 .ai-card.is-active::after {
  opacity: 1;
}

.gloc3 .ai-card .name {
  position: relative;
  z-index: 1;
  line-height: 1.25;
  margin-top: 1.042vw;
  margin-bottom: 0.6vw;
}

.gloc3 .ai-card .desc {
  position: relative;
  z-index: 1;
  line-height: 1.35;
  color: #54baa3;
  margin: 0 auto;
  max-width: 12.7vw;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(0.4vw);
}

.gloc3 .ai-card .pic {
  position: absolute;
  left: 50%;
  bottom: 1.2vw;
  transform: translateX(-50%);
  width: 12.2vw;
  height: 11.5vw;
  z-index: 1;
}

.gloc3 .ai-card .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.gloc3 .ai-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.2vw;
  z-index: 4;
  gap: 1.563vw;
}

.gloc3 .ai-prev,
.gloc3 .ai-next,
.gloc5 .news-prev,
.gloc5 .news-next {
  width: 2.083vw;
  height: 2.083vw;
  border-radius: 50%;
  border: 0.104vw solid rgba(255, 255, 255, 0.7);
  background: transparent;
  position: relative;
  cursor: pointer;
  transition: border-color .3s ease, background .3s ease;
}

.gloc3 .ai-prev::before,
.gloc3 .ai-next::before,
.gloc5 .news-prev::before,
.gloc5 .news-next::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.417vw;
  height: 0.417vw;
  border-top: 0.104vw solid #fff;
  border-right: 0.104vw solid #fff;
  transition: border-color .3s ease;
}

.gloc3 .ai-prev::before,
.gloc5 .news-prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.gloc3 .ai-next::before,
.gloc5 .news-next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.gloc3 .ai-prev:hover,
.gloc3 .ai-next:hover {
  border-color: #54baa3;
  background: transparent;
}

.gloc3 .ai-prev:hover::before,
.gloc3 .ai-next:hover::before {
  border-color: #54baa3;
}

.gloc4 .case-item {
  position: relative;
  width: 100%;
  height: 56.25vw;
  overflow: hidden;
}

.gloc4.gloc4-pin {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

.gloc4.gloc4-pin .case1 .case-bg,
.gloc4.gloc4-pin .case1 .case-mask,
.gloc4.gloc4-pin .case1 .case-logo {
  opacity: 1;
}

.gloc4.gloc4-pin .case-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.gloc4.gloc4-pin .case-item.case2 {
  z-index: 2;
}

.gloc4.gloc4-pin .case-item.case3 {
  z-index: 3;
}

.gloc4.gloc4-pin .case-item.case4 {
  z-index: 4;
}

.gloc4.gloc4-pin .case-item .case-next {
  display: none;
}

.gloc4.gloc4-pin .gloc4-progress {
  position: absolute;
  right: 4.167vw;
  bottom: 3.646vw;
  width: 3.698vw;
  height: 3.698vw;
  z-index: 8;
  display: block;
  cursor: pointer;
}

.gloc4 .case-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.gloc4 .case-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.08);
  filter: blur(0.26vw);
  will-change: auto;
}

.gloc4 .case-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.gloc4 .case-art {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  margin: 0 auto;
  width: 60vw;
  height: 40.5vw;
  z-index: 2;
  pointer-events: none;
  will-change: transform, opacity;
  opacity: 0;
}

.gloc4 .case-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}

.gloc4 .case-logo {
  position: absolute;
  left: 4.688vw;
  top: 7.292vw;
  width: 24.063vw;
  height: 13.333vw;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.042vw;
  box-sizing: border-box;
}

.gloc4 .case1 .case-logo {
  border-color: #ff0000;
}

.gloc4 .case2 .case-logo {
  border-color: #fecb00;
}

.gloc4 .case3 .case-logo,
.gloc4 .case4 .case-logo {
  border-color: #fd9f3b;
}

.gloc4 .case-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.gloc4 .case-info {
  position: absolute;
  left: 5.052vw;
  bottom: 6.6458vw;
  width: 100%;
  z-index: 4;
  color: #fff;
  opacity: 0;
}

.gloc4 .case-info .name {
  position: relative;
  display: inline-block;
  line-height: 1.25;
  margin-bottom: 0.521vw;
  max-width: 90%;
}

.gloc4 .case-info .name-wipe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  z-index: 2;
  pointer-events: none;
}

.gloc4 .case-info .name-txt {
  position: relative;
  display: inline-block;
  opacity: 0;
}

.gloc4 .case-info .tags {
  gap: 0.833vw;
  margin-bottom: 1.563vw;
}

.gloc4 .case-info .tag-ico {
  width: 1.52vw;
  height: 1.771vw;
  flex-shrink: 0;
  display: block;
}

.gloc4 .case-info .tag-txt {
  color: #54baa3;
  line-height: 1.6;
  display: flex;
  gap: 1.563vw;
}

.gloc4 .case-info .desc {
  line-height: 1.6;
}

.gloc4 .case-info .desc p + p {
  margin-top: 0;
}

.gloc4 .case-next {
  position: absolute;
  right: 4.167vw;
  bottom: 3.646vw;
  width: 3.698vw;
  height: 3.698vw;
  z-index: 5;
  display: block;
  cursor: pointer;
}

.gloc-cta {
  position: relative;
  width: 100%;
  padding: 3.125vw 0 8.3333vw;
  text-align: center;
  background: #fff;
  /* overflow: hidden; */
  margin-top: -2.604vw;
  z-index: 10;
}

.gloc-cta .deco {
  position: absolute;
  pointer-events: none;
}

.gloc-cta .d1 {
  left: 0;
  bottom: 4.4271vw;
  width: 18.0208vw;
  height: auto;
  z-index: 5;
}

.gloc-cta .d2 {
  right: 0;
  bottom: 8.9063vw;
  width: 6.3021vw;
  height: auto;
}

.gloc-cta .d3 {
  left: 0;
  bottom: 2.604vw;
  width: 9.74vw;
  height: auto;
}

.gloc5 {
  position: relative;
  width: 100%;
  height: 64.479vw;
  background: transparent;
  padding: 0;
  overflow: visible;
  z-index: 2;
}

.gloc5 .bubble-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.gloc5 .gloc5-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 59.063vw;
  padding: 6.25vw 0 0;
  box-sizing: border-box;
}

.gloc5 .head-row {
  width: 90.104vw;
  margin: 0 auto 4.1667vw;
  align-items: flex-end;
}

.gloc5 .eyebrow {
  color: #952428;
  line-height: 1.25;
  margin-bottom: 1.25vw;
}

.gloc5 .tit {
  color: #54baa3;
  line-height: 1;
}

.gloc5 .news-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.042vw 3.125vw;
  background: #3bbc9e;
  color: #fff;
  border-radius: 5.156vw;
  line-height: 1.2;
  transition: background .3s ease;
}

.gloc5 .news-btn:hover {
  background: #32a88c;
}

.gloc5 .news-list-wrap {
  width: 89.104vw;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.gloc5 .news-swiper {
  width: 100%;
  overflow: visible;
}

.gloc5 .news-swiper .swiper-slide {
  height: auto;
  overflow: visible;
}

.gloc5 .news-card {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  border-radius: 0.938vw;
  overflow: hidden;
  box-sizing: border-box;
  transition: background .4s ease, box-shadow .4s ease;
}

.gloc5 .news-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #54baa3;
  border-radius: inherit;
  pointer-events: none;
  z-index: 2;
}

.gloc5 .news-card:hover {
  background: #54baa3;
  box-shadow: 0 0.833vw 2.083vw rgba(84, 186, 163, 0.25);
  z-index: 3;
}

.gloc5 .news-card .pic {
  width: 100%;
  height: 17.188vw;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gloc5 .news-card .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.gloc5 .news-card .pic.is-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gloc5 .news-list-wrap .news-card:hover .pic img {
  transform: scale(1.05);
}

.gloc5 .news-card .info {
  padding: 2.7604vw 2.604vw 2.4479vw;
}

.gloc5 .news-card .name {
  color: #54baa3;
  width: 18.3333vw;
  line-height: 1.25;
  margin-bottom: 1.042vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .4s ease;
}

.gloc5 .news-card .desc {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.4;
  margin-bottom: 2.083vw;
  transition: color .4s ease;
}

.gloc5 .news-card .more {
  color: #54baa3;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.417vw;
  transition: color .4s ease;
}

.gloc5 .news-card .more img {
  width: 0.417vw;
  height: 0.677vw;
  display: block;
  transition: filter .4s ease;
}

.gloc5 .news-card:hover .name,
.gloc5 .news-card:hover .more {
  color: #fff;
}

.gloc5 .news-card:hover .desc {
  color: rgba(255, 255, 255, 0.6);
}

.gloc5 .news-card:hover .more img {
  filter: brightness(0) invert(1);
}

.gloc5 .news-nav {
  gap: 1.042vw;
  margin-top: 2.083vw;
}

.gloc5 .news-prev,
.gloc5 .news-next {
  border-color: #54baa3;
}

.gloc5 .news-prev::before,
.gloc5 .news-next::before {
  border-color: #54baa3;
}

.gloc5 .news-prev:hover,
.gloc5 .news-next:hover {
  background: #54baa3;
  border-color: #54baa3;
}

.gloc5 .news-prev:hover::before,
.gloc5 .news-next:hover::before {
  border-color: #fff;
}

.gcs2 {
  position: relative;
  width: 100%;
  background: #000;
}

.gcs2 .gcs2-box {
  position: relative;
  width: 100%;
}

.gcs2 .gcs2-item {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

.gcs2 .gcs2-visual {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  will-change: clip-path, transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.gcs2 .gcs2-visual img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 95.365vw;
  height: 52.083vw;
  max-width: none;
  object-fit: cover;
  display: block;
  will-change: transform;
}

.gcs2 .gcs2-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.37);
  z-index: 2;
  opacity: 1;
  pointer-events: none;
}

.gcs2 .gcs2-intro {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.gcs2 .gcs2-intro .intro-copy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  gap: 3.438vw;
  text-align: center;
  color: #fff;
  padding: 2.083vw 2.344vw;
  box-sizing: border-box;
  pointer-events: none;
  align-items: center;
  justify-content: center;
}

.gcs2 .gcs2-intro .intro-copy .tit {
  line-height: 1.6;
}

.gcs2 .gcs2-intro .intro-copy .desc {
  line-height: 1.6;
}

.gcs2 .scene-next {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  width: 3.698vw;
  height: auto;
  display: block;
  cursor: pointer;
  pointer-events: auto;
  will-change: transform;
}

.gcs2 .gcs2-copy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  gap: 1.563vw;
  text-align: center;
  color: #fff;
  padding: 2.083vw 2.344vw;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  align-items: center;
}

.gcs2 .gcs2-copy .tit {
  line-height: 1;
}

.gcs2 .gcs2-copy .desc {
  line-height: 1.6;
}

.gcs3 {
  position: relative;
  width: 100%;
  padding: 6.25vw 0 15.625vw;
  background: #fff;
  overflow: hidden;
  text-align: center;
}

.gcs3 .shapes {
  position: absolute;
  left: -0.156vw;
  top: 19.688vw;
  width: 96.823vw;
  height: auto;
  pointer-events: none;
  z-index: 0;
}

.gcs3 .eyebrow {
  position: relative;
  z-index: 2;
  color: #952428;
  margin-bottom: 0.625vw;
}

.gcs3 .tit {
  position: relative;
  z-index: 2;
  color: #54baa3;
  line-height: 1;
  margin-bottom: 8.0208vw;
}

.gcs3 .deco {
  position: absolute;
  pointer-events: none;
  height: auto;
  z-index: 1;
}

.gcs3 .d1 {
  right: 0;
  top: 6.25vw;
  width: 21.4063vw;
  z-index: 4;
}

.gcs3 .d2 {
  left: 1.9792vw;
  top: 41.667vw;
  width: 27.969vw;
}

.gcs3 .d3 {
  right: 0;
  top: 81.365vw;
  width: 32.4479vw;
}

.gcs3 .d4 {
  right: 0;
  top: 31.094vw;
  width: 15.625vw;
  z-index: 5;
}

.gcs3 .d5 {
  right: 0;
  top: 34.896vw;
  width: 20.208vw;
  z-index: 3;
}

.gcs3 .d6 {
  left: .4688vw;
  top: 19.6875vw;
  width: 3.4375vw;
}

.gcs3 .d7 {
  left: 1.4583vw;
  top: 72.9896vw;
  width: 4.9479vw;
}
.gcs3 .d8 {
  left: 0;
  bottom: 14.6875vw;
  width: 14.6875vw;
}
.gcs3 .d9 {
  width: 17.0833vw;
  bottom: 3.1771vw;
  right: 3.3333vw;
}
.gcs3 .adv-list {
  position: relative;
  z-index: 2;
  width: 100%;
}

.gcs3 .adv-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4.688vw;
}

.gcs3 .adv-item .num {
  color: #952428;
  line-height: 1;
  flex-shrink: 0;
  font-family: "MaokenAssortedSans", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.gcs3 .adv-item .line {
  width: 11.719vw;
  height: auto;
  flex-shrink: 0;
  margin-top: 3.125vw;
}

.gcs3 .adv-body {
  width: 27.969vw;
  padding-top: 1.563vw;
}

.gcs3 .adv-body .name {
  color: #54baa3;
  line-height: 1.25;
  margin-bottom: 1.25vw;
}

.gcs3 .adv-body .desc {
  color: #666;
  line-height: 1.6;
}

.gcs3 .adv-body .desc a {
  font-style: normal;
  color: #54baa3;
  text-decoration: none;
}

.gcs3 .adv-item.is-left {
  text-align: left;
}

.gcs3 .adv-item.is-left .line {
  margin-left: 1.4583vw;
  margin-right: 1.25vw;
}

.gcs3 .adv-item.is-right {
  justify-content: flex-end;
  text-align: right;
}

.gcs3 .adv-item.is-right .line {
  margin-right: 1.4583vw;
  margin-left: 1.25vw;
}

.gcs3 .adv-item.is-right .name {
  text-align: center;
}

.gcs3 .adv-item.n1 {
  padding-left: 11.302vw;
  margin-bottom: 5.2083vw;
}

.gcs3 .adv-item.n2 {
  padding-left: 24.479vw;
}

.gcs3 .adv-item.n3 {
  padding-left: 36.563vw;
  margin-bottom: 7.2917vw;
}

.gcs3 .adv-item.n4 {
  padding-right: 13.3854vw;
  margin-bottom: 6.1458vw;
}

.gcs3 .adv-item.n5 {
  padding-right: 27.604vw;
  margin-bottom: 6.3542vw;
}

.gcs3 .adv-item.n6 {
  padding-right: 38.6979vw;
  margin-bottom: 0;
}

.gcs4 {
  position: relative;
  width: 100%;
  height: 52.396vw;
  overflow: hidden;
  text-align: center;
  background: #54baa3;
}

.gcs4 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

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

.gcs4 .eyebrow {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 5.208vw;
  margin-bottom: 0.625vw;
}

.gcs4 .tit {
  position: relative;
  z-index: 1;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}

.gcs4 .flow-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 17.083vw;
  bottom: 0;
  z-index: 1;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
}

.gcs4 .flow-info {
  position: absolute;
  left: 9.792vw;
  top: 1.042vw;
  width: 22.917vw;
  z-index: 20;
}

.gcs4 .flow-info .star {
  width: 2.292vw;
  height: auto;
  display: block;
  margin-bottom: 0.417vw;
}

.gcs4 .flow-panels {
  position: relative;
  overflow: hidden;
  height: 16.5vw;
  margin-bottom: 0;
}

.gcs4 .flow-panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(1.25vw);
  transition: opacity 1s ease, transform 1s ease;
  pointer-events: none;
  z-index: 0;
}

.gcs4 .flow-panel.is-on {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 2;
}

.gcs4 .flow-panel.is-out {
  opacity: 0;
  transform: translateY(-1.25vw);
  z-index: 1;
}

.gcs4 .flow-tit {
  color: #54baa3;
  line-height: 1.2;
  margin-bottom: 0.521vw;
  white-space: nowrap;
}

.gcs4 .flow-info .uline {
  width: 4.531vw;
  height: auto;
  display: block;
  margin-bottom: 1.042vw;
}

.gcs4 .flow-desc {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  margin-bottom: 0;
}

.gcs4 .flow-desc p + p {
  margin-top: 0;
}

.gcs4 .flow-nav {
  gap: 0.833vw;
  margin-top: 3.125vw;
}

.gcs4 .flow-prev,
.gcs4 .flow-next {
  position: relative;
  width: 2.865vw;
  height: 2.865vw;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: block;
}

.gcs4 .flow-prev img,
.gcs4 .flow-next img {
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.2s ease;
}

.gcs4 .flow-prev .ico-on,
.gcs4 .flow-next .ico-on {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.gcs4 .flow-prev:hover .ico-on,
.gcs4 .flow-next:hover .ico-on {
  opacity: 1;
}

.gcs4 .flow-prev:hover .ico-off,
.gcs4 .flow-next:hover .ico-off {
  opacity: 0;
}

.gcs4 .flow-prev img {
  transform: scaleX(-1);
}

.gcs4 .flow-page {
  min-width: 2.083vw;
  text-align: center;
  line-height: 1.5;
}

.gcs4 .flow-page em {
  color: #54baa3;
  font-style: normal;
}

.gcs4 .flow-page span {
  color: #fff;
}

.gcs4 .flow-swiper-wrap {
  position: absolute;
  right: 7.474vw;
  top: -2.031vw;
  width: 57.4479vw;
}

.gcs4 .flow-pin {
  position: absolute;
  left: 50%;
  top: -0.2604vw;
  width: 19.948vw;
  height: 26.9125vw;
  z-index: 8;
  pointer-events: none;
  transform: translateX(-50%);
}

.gcs4 .flow-pin .pin-top {
  position: absolute;
  left: 50%;
  top: -0.313vw;
  width: 1.855vw;
  height: auto;
  margin-left: -0.927vw;
  display: block;
  z-index: 4;
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
}

.gcs4 .flow-pin .pin {
  position: absolute;
  left: 50%;
  top: 0.104vw;
  width: 0.419vw;
  height: auto;
  margin-left: -0.21vw;
  display: block;
  z-index: 4;
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
}

.gcs4 .flow-pin .pin-bot {
  position: absolute;
  left: 50%;
  bottom: -0.208vw;
  width: 2.396vw;
  height: auto;
  margin-left: -1.198vw;
  display: block;
  z-index: 4;
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
}

.gcs4 .flow-pin.is-switching .pin-top,
.gcs4 .flow-pin.is-switching .pin {
  transform: translateY(-0.521vw);
}

.gcs4 .flow-pin.is-switching .pin-bot {
  transform: translateY(0.521vw);
}

.gcs4 .flow-swiper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
  padding-top: 0.521vw;
  cursor: grab;
  perspective: 72vw;
}

.gcs4 .flow-swiper:active {
  cursor: grabbing;
}

.gcs4 .flow-swiper .swiper-wrapper {
  align-items: flex-start;
  transform-style: preserve-3d;
}

.gcs4 .flow-swiper .swiper-slide {
  width: 19.948vw;
  height: 25.3125vw;
  overflow: visible;
  transform-style: preserve-3d;
}

.gcs4 .flow-card {
  width: 100%;
  height: 100%;
  --frame-a: 0;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, rgba(84, 186, 163, var(--frame-a)), rgba(38, 84, 74, 0)) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 0.18vw solid transparent;
  border-radius: 1.077vw;
  box-shadow: 0 0.677vw 0.755vw rgba(32, 113, 95, calc(var(--frame-a) * 0.48));
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  transform-origin: center center;
}

.gcs4 .flow-card .frame-side {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  pointer-events: none;
  z-index: 4;
  opacity: 0;
}

.gcs4 .flow-card.is-side-l .frame-side {
  left: -0.521vw;
}

.gcs4 .flow-card.is-side-r .frame-side {
  left: 0.521vw;
  transform: scaleX(-1);
}

.gcs4 .flow-card::before,
.gcs4 .flow-card::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 15.156vw;
  height: 1.077vw;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(84, 186, 163, 0), rgba(84, 186, 163, 0.5), rgba(84, 186, 163, 0));
  pointer-events: none;
  opacity: var(--frame-a);
  z-index: 3;
}

.gcs4 .flow-card::before {
  top: -0.052vw;
}

.gcs4 .flow-card::after {
  bottom: -0.052vw;
}

.gcs4 .flow-card .num {
  position: absolute;
  left: 50%;
  top: 2.865vw;
  transform: translateX(-50%) rotate(-4deg);
  color: rgba(84, 186, 163, 0.57);
  line-height: 1;
  z-index: 2;
}

.gcs4 .flow-card .art {
  position: absolute;
  left: 50%;
  bottom: 3.2vw;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  max-height: 55%;
  object-fit: contain;
  display: block;
  z-index: 1;
}

.gcs .gloc4 .case-logo {
  border-color: #54baa3;
}

.lqa-stage {
  position: relative;
  width: 100%;
  height: 100vh;
}

.lqa-stage-pin {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #0a1628;
}

.lqa-stage .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

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

.lqa-stage .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.54);
  z-index: 1;
  pointer-events: none;
}

.lqa-stage .mask-blur {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4.95px);
  -webkit-backdrop-filter: blur(4.95px);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.lqa-stage .lqa1-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.563vw;
  will-change: opacity, transform;
}

.lqa-stage .lqa1-content .tit {
  line-height: 1;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}

.lqa-stage .lqa1-content .sub {
  line-height: 1.25;
  max-width: 60.417vw;
  margin: 0 auto;
  text-align: center;
}

.lqa-stage .scroll-hint {
  position: absolute;
  left: 0;
  bottom: 3.646vw;
  width: 100%;
  z-index: 3;
  color: #fff;
  gap: 0.521vw;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  will-change: opacity, transform;
}

.lqa-stage .mouse {
  width: 1.823vw;
  height: 2.552vw;
  border: 0.104vw solid #fff;
  border-radius: 2.604vw;
  position: relative;
  display: block;
}

.lqa-stage .mouse em {
  position: absolute;
  left: 50%;
  top: 0.469vw;
  width: 0.26vw;
  height: 0.469vw;
  margin-left: -0.13vw;
  background: #fff;
  border-radius: 0.99vw;
  animation: lqaMouse 1.4s ease-in-out infinite;
}

@keyframes lqaMouse {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0.833vw);
  }
}

.lqa-stage .scroll-hint .arrow {
  width: 1.875vw;
  height: auto;
  display: block;
}

.lqa2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.lqa2-white {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 22.188vw;
  background: rgba(240, 240, 240, 0.43);
  border-radius: 1.875vw 1.875vw 0 0;
  z-index: 1;
}

.lqa2-shade {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20.781vw;
  border-radius: 1.875vw 1.875vw 0 0;
  background: linear-gradient(180deg, rgba(240, 240, 240, 0) 0%, rgba(18, 18, 18, 0.43) 100%);
  z-index: 2;
}

.lqa2-copy {
  position: absolute;
  left: 0;
  top: 14.583vw;
  width: 100%;
  padding: 0 5vw;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  will-change: opacity, transform;
}

.lqa2-copy .tit {
  line-height: 1.23;
  margin-bottom: 1.25vw;
  width: 100%;
  text-align: center;
}

.lqa2-copy .desc {
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
  max-width: 52.448vw;
  margin: 0 auto;
  text-align: center;
}

.lqa2-cards {
  position: absolute;
  left: 50%;
  bottom: 4.167vw;
  transform: translateX(-50%);
  width: 91.146vw;
  gap: 1.042vw;
  z-index: 4;
  pointer-events: auto;
}

.lqa2-cards .card {
  width: 17.292vw;
  height: 20.26vw;
  background: #fff;
  border-radius: 0.938vw;
  box-shadow: 0 0.417vw 1.563vw rgba(0, 0, 0, 0.08);
  padding: 1.042vw 0.833vw 1.25vw;
  box-sizing: border-box;
  text-align: center;
  flex-shrink: 0;
}

.lqa2-cards .card .pic {
  width: 100%;
  height: 11.458vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.833vw;
}

.lqa2-cards .card .pic img {
  max-width: 90%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.lqa2-cards .card .name {
  color: #54baa3;
  line-height: 1.25;
}

.lqa3 {
  position: relative;
  width: 100%;
  background: #fcfcfc;
  padding: 6.25vw 0 9.2708vw;
  overflow: hidden;
}

.lqa3 .deco {
  position: absolute;
  right: 0;
  top: 2.9688vw;
  width: 8.4375vw;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.lqa3 .eyebrow {
  color: #952428;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 0.625vw;
  position: relative;
  z-index: 2;
}

.lqa3 .tit {
  color: #54baa3;
  text-align: center;
  line-height: 1;
  margin-bottom: 3.646vw;
  position: relative;
  z-index: 2;
}

.lqa3-body {
  width: 91.146vw;
  margin: 0 auto;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}

.lqa3 .visual {
  position: relative;
  width: 47.448vw;
  height: 28.646vw;
  flex-shrink: 0;
}

.lqa3 .visual .teal-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 11.771vw;
  background: #54baa3;
  z-index: 0;
}

.lqa3 .visual .art {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
  display: block;
  z-index: 1;
}

.lqa3 .flow-wrap {
  position: relative;
  width: 37.5vw;
  flex-shrink: 0;
}

.lqa3 .flow-list {
  width: 33.438vw;
  height: 27.292vw;
  display: flex;
  flex-direction: column;
  gap: 0.417vw;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding-bottom: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.lqa3 .flow-list::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.lqa3 .flow-mouse {
  position: absolute;
  right: 0;
  top: 17.708vw;
  width: 1.667vw;
  gap: 0.625vw;
  pointer-events: none;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lqa3 .flow-mouse .mouse {
  width: 1.667vw;
  height: 2.552vw;
  border: 0.052vw solid rgba(0, 0, 0, 0.5);
  border-radius: 2.604vw;
  position: relative;
  display: block;
  box-sizing: border-box;
  opacity: 0.5;
}

.lqa3 .flow-mouse .mouse em {
  position: absolute;
  left: 50%;
  top: 0.469vw;
  width: 0.26vw;
  height: 0.469vw;
  margin-left: -0.13vw;
  background: #fff;
  border: 0.052vw solid rgba(0, 0, 0, 0.5);
  border-radius: 0.99vw;
  box-sizing: border-box;
  animation: lqaFlowMouse 1.4s ease-in-out infinite;
}

@keyframes lqaFlowMouse {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0.833vw);
  }
}

.lqa3 .flow-mouse .track {
  width: 0.104vw;
  height: 3.594vw;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: relative;
  overflow: hidden;
}

.lqa3 .flow-mouse .track em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 14.3%;
  background: #54baa3;
  display: block;
  transition: height .3s ease;
}

.lqa3 .flow-mouse .page {
  color: #434749;
  line-height: 1.6;
  white-space: nowrap;
}

.lqa3 .flow-item {
  position: relative;
  width: 100%;
  height: 6.51vw;
  flex-shrink: 0;
  cursor: pointer;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 72.8%, 92.5% 100%, 0 100%);
}

.lqa3 .flow-item .panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0.208vw 0.625vw rgba(0, 0, 0, 0.06);
  z-index: 0;
  transition: background .3s ease;
}

.lqa3 .flow-item .head,
.lqa3 .flow-item .body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 1;
  transition: opacity .3s ease;
}

.lqa3 .flow-item .head {
  padding: 0 1.25vw 0 0;
  opacity: 1;
}

.lqa3 .flow-item .left {
  gap: 0.833vw;
  height: 100%;
}

.lqa3 .flow-item .bar {
  width: 0.156vw;
  height: 2.552vw;
  background: #54baa3;
  display: block;
  flex-shrink: 0;
}

.lqa3 .flow-item .name {
  color: #54baa3;
  line-height: 1.25;
  font-family: var(--font-h1), "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.lqa3 .flow-item .right {
  gap: 0.521vw;
  height: 100%;
}

.lqa3 .flow-item .arrows {
  width: 1.563vw;
  height: 0.677vw;
  position: relative;
  display: block;
  opacity: 0.45;
}

.lqa3 .flow-item .arrows::before,
.lqa3 .flow-item .arrows::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0.521vw;
  height: 0.677vw;
  border-top: 0.104vw solid rgba(0, 0, 0, 0.35);
  border-right: 0.104vw solid rgba(0, 0, 0, 0.35);
  transform: rotate(45deg);
}

.lqa3 .flow-item .arrows::before {
  left: 0;
}

.lqa3 .flow-item .arrows::after {
  left: 0.521vw;
}

.lqa3 .flow-item .num {
  color: rgba(0, 0, 0, 0.1);
  line-height: 1;
}

.lqa3 .flow-item .body {
  padding: 0 1.667vw 0 1.042vw;
  opacity: 0;
  pointer-events: none;
  color: #fff;
}

.lqa3 .flow-item .body p {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lqa3 .flow-item:not(.is-on) .panel {
  background: #fff;
}

.lqa3 .flow-item.is-on .panel {
  background: #54baa3;
}

.lqa3 .flow-item.is-on .head {
  opacity: 0;
  pointer-events: none;
}

.lqa3 .flow-item.is-on .body {
  opacity: 1;
}

.lqa .gloc4 .case1 .case-logo {
  border-color: #54baa3;
}

.lqa .gloc4 .case2 .case-logo {
  border-color: #fecb00;
}

.case1 {
  position: relative;
  width: 100%;
  height: 56.25vw;
  overflow: hidden;
}

.case1 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

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

.case1 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
  z-index: 1;
}

.case1 .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.563vw;
  text-align: center;
  color: #fff;
}

.case1 .tit {
  line-height: 1;
}

.case1 .sub {
  line-height: 1.25;
  max-width: 60vw;
}

.case1 .scroll-hint {
  position: absolute;
  left: 0;
  bottom: 4.1667vw;
  width: 100%;
  z-index: 3;
  color: #fff;
  gap: 0.521vw;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.case1 .mouse {
  width: 1.823vw;
  height: 2.552vw;
  border: 0.104vw solid #fff;
  border-radius: 2.604vw;
  position: relative;
  display: block;
}

.case1 .mouse em {
  position: absolute;
  left: 50%;
  top: 0.469vw;
  width: 0.26vw;
  height: 0.469vw;
  margin-left: -0.13vw;
  background: #fff;
  border-radius: 0.99vw;
  animation: caseMouse 1.4s ease-in-out infinite;
}

@keyframes caseMouse {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0.833vw);
  }
}

.case1 .scroll-hint .arrow {
  width: 1.875vw;
  height: auto;
  display: block;
}

.case2 {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 8.073vw 0 5.4167vw;
}

.case2 .deco {
  position: absolute;
  left: 0;
  top: 30.4688vw;
  width: 10.7813vw;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.case2-inner {
  
  padding: 0 5.2083vw 0 6.25vw;
  position: relative;
  z-index: 2;
  align-items: flex-start;
}

.case2 .left {
  width: 30.156vw;
  flex-shrink: 0;
  padding-top: 2.604vw;
}

.case2 .eyebrow {
  color: #952428;
  line-height: 1.25;
  margin-bottom: 0.625vw;
}

.case2 .tit {
  color: #54baa3;
  line-height: 1;
  margin-bottom: 2.083vw;
}

.case2 .desc {
  line-height: 1.6;
}

.case2 .right {
  width: 51.302vw;
  flex-shrink: 0;
}

.case2 .feat-swiper {
  width: 100%;
  height: 29.271vw;
  border-radius: 0.938vw;
  overflow: hidden;
  background: #dce2e6;
}

.case2 .feat-card {
  display: block;
  width: 100%;
  height: 29.271vw;
}

.case2 .feat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #dce2e6;
}

.case2 .feat-bars {
  margin-top: 1.563vw;
  gap: 0.521vw;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.case2 .feat-bars .bar {
  flex: 1;
  width: auto;
  min-width: 0;
  height: 0.26vw;
  background: rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: background .3s ease;
}

.case2 .feat-bars .bar.is-on {
  background: #54baa3;
}

.case3 {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 4.2188vw 0 5.208vw;
  overflow: hidden;
}

.case3 .deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.case3 .d1 {
  right: 0;
  top: 45.5938vw;
  width: 14.4792vw;
  z-index: 5;
  height: auto;
}

.case3 .d2 {
  left: 0;
  bottom: 0;
  width: 11.6667vw;
  height: auto;
  z-index: 5;
}

.case3-inner {
  width: 88.333vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.case3 .tabs {
  gap: 0;
  margin-bottom: 4.167vw;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.case3 .tabs .tab {
  border: none;
  background: transparent;
  color: rgba(0, 0, 0, 0.12);
  line-height: 1.28;
  cursor: pointer;
  padding: 0 1.0417vw;
  transition: color .3s ease;
  text-decoration: none;
  display: inline-block;
  font-family: var(--font-h1), "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.case3 .tabs .tab:first-child {
  padding-left: 0;
}

.case3 .tabs .tab.is-on,
.case3 .tabs .tab:hover {
  color: #54baa3;
}

.case3 .tabs .split {
  width: 0.078vw;
  height: 1.953vw;
  background: rgba(0, 0, 0, 0.15);
  display: block;
  flex-shrink: 0;
}

.case3 .case-grid {
  display: grid;
  grid-template-columns: repeat(2, 41.823vw);
  gap: 4.688vw;
}

.case3 .case-card {
  display: block;
  position: relative;
  width: 41.823vw;
  height: 39.792vw;
  border: 0.052vw solid rgba(0, 0, 0, 0.06);
  border-radius: 0.896vw;
  box-shadow: 0 0.199vw 0.583vw rgba(192, 192, 192, 0.14);
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}

.case3 .case-card.is-hide {
  display: none;
}

.case3 .case-card .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 24.01vw;
  overflow: hidden;
  background: #dce2e6;
  margin: 0;
  border-radius: 0;
}

.case3 .case-card .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.case3 .case-card:hover .pic img {
  transform: scale(1.04);
}

.case3 .case-card .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15.729vw;
  background: #fff;
  border-radius: 1.396vw 1.396vw 0 0;
  padding: 2.656vw 2.292vw 0;
  box-sizing: border-box;
  z-index: 2;
}

.case3 .case-card .brand {
  color: #952428;
  line-height: 1.28;
  margin-bottom: 0.521vw;
}

.case3 .case-card .name {
  color: #444;
  line-height: 1.27;
  margin-bottom: 1.042vw;
}

.case3 .case-card .desc {
  color: #666;
  line-height: 1.6;
  width: 35.208vw;
}

.case3 .pager {
  margin-top: 4.688vw;
  gap: 1.042vw;
}

.case3 .pager .page-num {
  border: none;
  background: transparent;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1;
  cursor: pointer;
  min-width: 1.25vw;
  padding: 0;
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.case3 .pager .page-num.is-on {
  color: #54baa3;
}

.case3 .pager .page-num.is-on::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.417vw;
  width: 0.417vw;
  height: 0.104vw;
  margin-left: -0.208vw;
  background: #54baa3;
}

.case3 .pager .page-btn {
  width: 2.083vw;
  height: 2.083vw;
  border-radius: 50%;
  border: 0.104vw solid #54baa3;
  background: transparent;
  position: relative;
  cursor: pointer;
  transition: background .3s ease, border-color .3s ease;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  flex-shrink: 0;
}

.case3 .pager .page-btn:hover {
  background: #54baa3;
  border-color: #54baa3;
}

.case3 .pager .page-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.417vw;
  height: 0.417vw;
  border-top: 0.104vw solid #54baa3;
  border-right: 0.104vw solid #54baa3;
  transition: border-color .3s ease;
}

.case3 .pager .prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.case3 .pager .next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.case3 .pager .page-btn:hover::before {
  border-color: #fff;
}

.about-top {
  position: relative;
}

.about1 {
  position: relative;
  width: 100%;
  height: 56.25vw;
  overflow: hidden;
  z-index: 1;
}

.about1 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

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

.about1 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 45vw;
  background: rgba(0, 0, 0, 0.26);
  z-index: 1;
  pointer-events: none;
}

.about1 .tit {
  position: absolute;
  left: 0;
  top: 13.125vw;
  width: 100%;
  z-index: 3;
  text-align: center;
  color: #fff;
  line-height: 1;
}

.about-deco-l {
  position: absolute;
  left: 2.031vw;
  top: 29.427vw;
  width: 17.188vw;
  height: auto;
  z-index: 4;
  pointer-events: none;
}

.about-bird {
  position: absolute;
  left: 50%;
  top: 19.48vw;
  width: 59.167vw;
  height: auto;
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: none;
}

.about-deco-r {
  position: absolute;
  right: 1.3542vw;
  top: 39.5833vw;
  width: 11.5625vw;
  height: auto;
  z-index: 4;
  pointer-events: none;
}

.about2 {
  position: relative;
  z-index: 2;
  margin-top: -12.917vw;
  background: #fafafa;
  border-radius: 2.5vw 2.5vw 0 0;
  padding: 6.146vw 0 0;
  min-height: 54.063vw;
  overflow: hidden;
}

.about2 .about2-inner {
  position: relative;
  z-index: 6;
  width: 100%;
}

.about2 .tit {
  text-align: center;
  color: #54baa3;
  line-height: 1;
}

.about2 .desc {
  margin: 2.708vw auto 0;
  width: 78.75vw;
  text-align: center;
  color: #666;
  line-height: 1.5;
}

.about2 .desc p + p {
  margin-top: 0;
}

.about2 .gallery-swiper {
  margin-top: 5.313vw;
  margin-left: -1.563vw;
  width: calc(100% + 1.563vw);
  overflow: visible;
}

.about2 .gallery-swiper .swiper-wrapper {
  align-items: stretch;
}

.about2 .gallery-swiper .swiper-slide {
  width: 27.604vw;
  height: 18.177vw;
}

.about2 .g-item {
  width: 100%;
  height: 100%;
  border-radius: 1.25vw;
  overflow: hidden;
  background: #e8f5f1;
}

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

.about2 .mascot-row {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

.about2 .mascot-row img {
  width: 42.083vw;
  height: auto;
  display: block;
}

.about3 {
  position: relative;
  width: 100%;
  padding: 3.9063vw 0 5.4688vw;
  background: #fff;
  overflow: hidden;
}

.about3 .head {
  margin-bottom: 3.6458vw;
  text-align: center;
}

.about3 .eyebrow {
  color: #952428;
  line-height: 1;
}

.about3 .tit {
  margin-top: 0.625vw;
  color: #54baa3;
  line-height: 1;
}

.about3 .data-cards {
  display: flex;
  width: 100%;
  padding: 0 13.698vw;
  box-sizing: border-box;
  gap: 0.833vw;
  height: 32.969vw;
}

.about3 .data-card {
  position: relative;
  flex: 2 1 0%;
  width: auto;
  min-width: 0;
  height: 100%;
  border: 0;
  padding: 0;
  border-radius: 1.25vw;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  transition: flex 0.55s ease;
}

.about3 .data-card.is-on {
  flex: 7 1 0%;
}

.about3 .data-card .pic {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  object-fit: cover;
  object-position: left center;
  display: block;
  pointer-events: none;
}

.about3 .data-card .shade {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14.323vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.71));
  z-index: 1;
  pointer-events: none;
}

.about3 .data-card .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 0 0.521vw 2.76vw;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  pointer-events: none;
}

.about3 .data-card .name-sm,
.about3 .data-card .name-lg {
  display: block;
  font-style: normal;
  line-height: 1.25;
  white-space: normal;
  word-break: keep-all;
  font-family: "MaokenAssortedSans", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.about3 .data-card .name-sm {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.about3 .data-card .detail {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 2.344vw 1.563vw;
  box-sizing: border-box;
  text-align: left;
  opacity: 0;
  transform: translateY(1.8vw);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.about3 .data-card .info {
  display: block;
  margin-top: 0.521vw;
  line-height: 1.6;
  max-width: 17.24vw;
  font-family: "TsangerYuMo", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.about3 .data-card.is-on .name-sm {
  opacity: 0;
  transform: translateY(0.6vw);
  transition-duration: 0.25s;
}

.about3 .data-card.is-on.is-show-txt .detail {
  opacity: 1;
  transform: translateY(0);
}

.about3 .data-card:not(.is-on) .detail {
  opacity: 0;
  transform: translateY(1.2vw);
  transition-duration: 0.25s;
}

.about3 .data-bar {
  position: relative;
  width: 43.49vw;
  margin: 2.917vw auto 0;
}

.about3 .data-bar .track {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0.833vw;
  border: 0.052vw solid #54baa3;
  border-radius: 1.354vw;
  box-sizing: border-box;
  background: transparent;
  overflow: visible;
}

.about3 .data-bar .fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  background: #54baa3;
  border-radius: 1.354vw;
  transition: width 0.55s ease;
  z-index: 1;
}

.about3 .data-bar .bar-line {
  position: absolute;
  left: -3%;
  top: 50%;
  width: 32.865vw;
  height: auto;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 3;
}

.about3 .data-bar .bar-bird {
  position: absolute;
  top: 50%;
  left: 20%;
  width: 2.396vw;
  height: auto;
  transform: translate(-50%, -70%);
  pointer-events: none;
  z-index: 5;
  transition: left 0.55s ease;
}

.about3 .data-bar .bar-bird img {
  width: 100%;
  height: auto;
  display: block;
}

.about3 .data-bar .knob {
  position: absolute;
  width: 3.438vw;
  pointer-events: none;
  z-index: 4;
}

.about3 .data-bar .knob img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.about3 .data-bar .knob-a {
  left: 18%;
  top: 0.8333vw;
}

.about3 .data-bar .knob-b {
  left: 42%;
  top: -2.8125vw;
}

.about4 {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 4.688vw 4.479vw 5.4167vw;
  background: linear-gradient(180deg, #fafafa 59.33%, rgba(255, 255, 255, 0) 100%);
  box-sizing: border-box;
  overflow: visible;
}
.about4 .head {
  text-align: center;
}

.about4 .eyebrow {
  color: #952428;
  line-height: 1;
}

.about4 .tit {
  margin-top: 0.625vw;
  color: #54baa3;
  line-height: 1;
}

.about4 .value-list {
  align-items: flex-end;
  gap: 1.927vw;
  padding-top: 4.8438vw;
}

.about4 .value-card {
  position: relative;
  flex: 1;
  background: #fff;
  border: 0.052vw solid rgba(0, 0, 0, 0.1);
  border-radius: 1.042vw;
  box-shadow: 0 0.313vw 0.245vw rgba(0, 0, 0, 0.02);
  padding: 2.5vw 2.292vw 2.083vw;
  box-sizing: border-box;
}

.about4 .value-card:nth-child(1) {
  min-height: 17.292vw;
  /* margin-bottom: 1.615vw; */
}

.about4 .value-card:nth-child(2) {
  min-height: 14.896vw;
  margin-bottom: 0;
}

.about4 .value-card:nth-child(3) {
  min-height: 18.906vw;
  /* margin-bottom: 2.396vw; */
}

.about4 .value-card .role {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  object-fit: contain;
}

.about4 .value-card:nth-child(1) .role {
  width: 9.479vw;
  top: -3.6458vw;
  left: 20.2604vw;
}

.about4 .value-card:nth-child(2) .role {
  width: 10.46vw;
  height: 10.253vw;
  top: -3.594vw;
  right: -2.925vw;
  transform: rotate(1.59deg);
}

.about4 .value-card:nth-child(3) .role {
  width: 8.802vw;
  height: 11.823vw;
  top: -4.583vw;
  right: -1.302vw;
}

.about4 .value-card .num {
  color: #952428;
  line-height: 1;
  font-family: "MaokenAssortedSans", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.about4 .value-card .name {
  margin-top: 2.083vw;
  color: #54baa3;
  line-height: 1.25;
  text-align: center;
}

.about4 .value-card .desc {
  margin-top: 1.563vw;
  color: #666;
  line-height: 1.6;
  text-align: center;
}

.about4 .value-card:nth-child(2) .name{
  margin-top: 2.604vw;
}
.about4 .value-card:nth-child(3) .name  {
  margin-top: 3.75vw;
}
.about4 .value-card:nth-child(2) .desc,
.about4 .value-card:nth-child(3) .desc {
  margin-top: 0.833vw;
}

.about5 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 0 0 4.167vw;
  overflow: visible;
}

.about5 .bg {
  position: absolute;
  left: 0;
  top: -16.719vw;
  width: 100%;
  height: 25.6771vw;
  z-index: 0;
  pointer-events: none;
}

.about5 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.about5 .logo-marquee {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.about5 .marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 1.354vw;
  animation: about5-marquee 28s linear infinite;
  will-change: transform;
}

.about5 .logo-marquee:hover .marquee-track {
  animation-play-state: paused;
}

.about5 .logo-item {
  flex-shrink: 0;
  width: 8.125vw;
  height: 4.74vw;
  border-radius: 0.625vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about5 .logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@keyframes about5-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.about6 {
  position: relative;
  width: 100%;
  padding: 5.9896vw 0 6.25vw;
  background: #fff;
  overflow: hidden;
}

.about6 .cta-deco {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.about6 .d-l {
  position: absolute;
  left: 0;
  bottom: 3.6458vw;
  width: 14.2708vw;
  height: auto;
}

.about6 .d-r {
  position: absolute;
  right: 0;
  top: -2.3438vw;
  width: 25.7292vw;
  height: auto;
}

.about6 .btns {
  position: relative;
  z-index: 1;
  gap: 8.333vw;
}

.about6 .cta-btn {
  width: 14.583vw;
  height: 4.583vw;
  border-radius: 5.156vw;
  background: #54baa3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.about6 .cta-btn:hover {
  background: #449e8a;
  transform: translateY(-0.208vw);
}


.biz1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.biz1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

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

.biz1 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.57);
  z-index: 1;
  pointer-events: none;
}

.biz1 .biz1-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8.1771vw 0 3.3333vw;
  box-sizing: border-box;
}

.biz1 .tit {
  color: #fff;
  line-height: 1;
  text-align: center;
}

.biz1 .sub {
  margin-top: 0.938vw;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.biz1 .form-card {
  width: 41.406vw;
  margin-top: 1.979vw;
  padding: 2.188vw 2.474vw 1.563vw;
  background: #fff;
  border-radius: 1.354vw;
  box-sizing: border-box;
}

.biz1 .form-card .tip {
  color: #666;
  line-height: 1.25;
  margin-bottom: 1.927vw;
}

.biz1 .contact-form {
  gap: 0.461vw;
}

.biz1 .contact-form .form-row {
  gap: 2.292vw;
}

.biz1 .contact-form .label {
  color: #54baa3;
}

.biz1 .contact-form .input-box {
  border-width: 0.038vw;
  border-radius: 0.384vw;
  padding: 0.691vw 0.807vw;
}

.biz1 .contact-form .textarea-box {
  height: 5.833vw;
}

.biz1 .contact-form .file-box {
  min-height: 2.65vw;
  justify-content: center;
}

.biz1 .contact-form .file-text {
  display: none;
}

.biz1 .contact-form .file-box.has-file .file-text {
  display: inline;
}

.biz1 .contact-form .file-hint {
  color: #999;
  line-height: 1.3;
}

.biz1 .contact-form .submit-btn {
  margin-top: 1.042vw;
  padding: 0.625vw 1.563vw;
}

.biz2 {
  position: relative;
  width: 100%;
  padding: 6.771vw 7.292vw 7.813vw;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 7.344vw;
}

.biz2 .deco-bird {
  position: absolute;
  right: 0;
  top: 2.969vw;
  width: 8.4375vw;
  height: auto;
  pointer-events: none;
  z-index: 5;
}

.biz2 .biz2-left {
  position: relative;
  z-index: 1;
  width: 31.042vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10.9896vw;
}

.biz2 .biz2-left .tit {
  color: #54baa3;
  line-height: 1;
}

.biz2 .side-pic {
  width: 31.042vw;
  height: 22.5vw;
  border-radius: 0.938vw;
  overflow: hidden;
  background: #f2f2f2;
  flex-shrink: 0;
}

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

.biz2 .qa-list {
  position: relative;
  z-index: 1;
  width: 47.031vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.938vw;
}

.biz2 .qa-item {
  background: #fff;
  border: 0.052vw solid #54baa3;
  border-radius: 0.781vw;
  overflow: hidden;
  transition: background 0.35s ease, border-color 0.35s ease;
}

.biz2 .qa-item.is-open {
  background: #54baa3;
  border-color: #54baa3;
}

.biz2 .qa-head {
  width: 100%;
  min-height: 4.792vw;
  padding: 1.25vw 1.563vw;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  box-sizing: border-box;
}

.biz2 .q-tit {
  color: #666;
  line-height: 1.532;
  flex: 1;
  min-width: 0;
  transition: color 0.35s ease;
}

.biz2 .qa-item.is-open .q-tit {
  color: #fff;
}

.biz2 .qa-icon {
  position: relative;
  flex-shrink: 0;
  width: 2.292vw;
  height: 2.292vw;
  border-radius: 50%;
  border: 0.052vw solid #54baa3;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.35s ease;
}

.biz2 .qa-icon img {
  width: 0.833vw;
  height: 0.833vw;
  display: block;
  transition: transform 0.35s ease;
}

.biz2 .qa-item.is-open .qa-icon {
  border-color: #fff;
}

.biz2 .qa-item.is-open .qa-icon img {
  transform: rotate(45deg);
  filter: brightness(0) invert(1);
}

.biz2 .qa-body {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.35s ease, opacity 0.35s ease;
}

.biz2 .qa-item.is-open .qa-body {
  grid-template-rows: 1fr;
  opacity: 1;
}

.biz2 .qa-body-inner {
  overflow: hidden;
  min-height: 0;
  padding: 0 1.563vw;
  transition: padding 0.35s ease;
}

.biz2 .qa-item.is-open .qa-body-inner {
  padding: 0 1.563vw 1.875vw;
}

.biz2 .a-txt {
  color: #fff;
  line-height: 1.532;
  width: 41.094vw;
}

.join1 {
  position: relative;
  width: 100%;
  height: 56.25vw;
  overflow: hidden;
}

.join1 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

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

.join1 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
  z-index: 1;
}

.join1 .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.563vw;
  text-align: center;
  color: #fff;
}

.join1 .tit {
  line-height: 1;
}

.join1 .sub {
  line-height: 1.25;
  max-width: 60vw;
}

.join1 .scroll-hint {
  position: absolute;
  left: 0;
  bottom: 4.1667vw;
  width: 100%;
  z-index: 3;
  color: #fff;
  gap: 0.521vw;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.join1 .mouse {
  width: 1.823vw;
  height: 2.552vw;
  border: 0.104vw solid #fff;
  border-radius: 2.604vw;
  position: relative;
  display: block;
}

.join1 .mouse em {
  position: absolute;
  left: 50%;
  top: 0.469vw;
  width: 0.26vw;
  height: 0.469vw;
  margin-left: -0.13vw;
  background: #fff;
  border-radius: 0.99vw;
  animation: joinMouse 1.4s ease-in-out infinite;
}

@keyframes joinMouse {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0.833vw);
  }
}

.join1 .scroll-hint .arrow {
  width: 1.875vw;
  height: auto;
  display: block;
}

.join2 {
  position: relative;
  width: 100%;
  padding: 8.438vw 5.2083vw 12.3958vw 10.4167vw;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.join2 .join2-inner {
  width: 100%;
  gap: 7.5vw;
  flex-wrap: nowrap;
}

.join2 .pic-wrap {
  width: 39.5313vw;
  flex-shrink: 0;
}

.join2 .pic-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.938vw;
  display: block;
  background: #f2f2f2;
}

.join2 .pic-role,
.join2 .pic-deco {
  position: absolute;
  pointer-events: none;
}

.join2 .pic-role {
  left: 0;
  top: 18.6979vw;
  width: 25.0521vw;
  height: auto;
  z-index: 5;
}

.join2 .pic-deco {
  left: 17.0833vw;
  top: 26.9792vw;
  width: 14.0104vw;
  height: auto;
  z-index: 5;
}

.join2 .txt-wrap {
  width: 37.292vw;
  flex-shrink: 0;
}

.join2 .tit {
  color: #54baa3;
  line-height: 1;
}

.join2 .desc {
  margin-top: 2.083vw;
  color: #666;
  line-height: 1.6;
}

.join2 .desc p + p {
  margin-top: 1.042vw;
}

.join3 {
  position: relative;
  width: 100%;
  padding: 6.146vw 8.385vw 10.4167vw;
  background: #fafafa;
  box-sizing: border-box;
  overflow: visible;
}

.join3 .deco-box {
  position: absolute;
  right: 0;
  top: .8333vw;
  width: 8.0729vw;
  height: auto;
  pointer-events: none;
  z-index: 0;
}

.join3 .head {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 4.792vw;
}

.join3 .head .tit {
  color: #54baa3;
  line-height: 1;
}

.join3 .head .sub {
  margin-top: 1.146vw;
  color: #666;
  line-height: 1.5;
}

.join3 .flow {
  position: relative;
  z-index: 1;
  width: 100%;
}

.join3 .flow-line {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2.562vw;
  height: 38.959vw;
  pointer-events: none;
  z-index: 0;
  --flow-p: 0%;
}

.join3 .flow-line .line-track {
  position: absolute;
  left: 50%;
  top: 0;
  width: 0.26vw;
  height: 100%;
  margin-left: -0.13vw;
  background: rgba(0, 0, 0, 0.04);
  display: block;
}

.join3 .flow-line .line-fill {
  position: absolute;
  left: 50%;
  top: 0;
  width: 0.26vw;
  height: var(--flow-p);
  margin-left: -0.13vw;
  background: #54baa3;
  display: block;
}

.join3 .flow-line .line-star {
  position: absolute;
  left: 50%;
  top: var(--flow-p);
  width: 2.562vw;
  height: 0.781vw;
  transform: translate(-50%, -50%);
  display: block;
  line-height: 0;
}

.join3 .flow-line .line-star svg {
  width: 100%;
  height: 100%;
  display: block;
}

.join3 .flow-cols {
  position: relative;
  z-index: 1;
  align-items: flex-start;
}

.join3 .flow-col {
  width: 30.417vw;
  display: flex;
  flex-direction: column;
  gap: 9.271vw;
}

.join3 .flow-right {
  padding-top: 10vw;
}

.join3 .step-card {
  position: relative;
  width: 100%;
  height: 10.729vw;
  padding: 2.448vw 1.563vw 0;
  background: #fff;
  border-radius: 0.938vw;
  box-sizing: border-box;
  overflow: hidden;
  transition: background 0.4s ease;
}

.join3 .step-card.is-active {
  background: #54baa3;
}

.join3 .step-card .num {
  position: absolute;
  right: 1.302vw;
  top: 1.302vw;
  color: #952428;
  line-height: 1.6;
  font-family: "MaokenAssortedSans", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  transition: color 0.4s ease;
}

.join3 .step-card .name {
  color: #54baa3;
  line-height: 1.25;
  transition: color 0.4s ease;
}

.join3 .step-card.is-active .name {
  color: #fff;
}

.join3 .step-card .desc {
  margin-top: 0.833vw;
  color: #666;
  line-height: 1.6;
  transition: color 0.4s ease;
}

.join3 .step-card.is-active .desc {
  color: #fff;
}

.join3 .info-card {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 0.938vw;
  box-sizing: border-box;
  overflow: hidden;
}

.join3 .info-card.talent {
  height: 21.406vw;
  padding: 1.302vw 2.083vw 0;
}

.join3 .info-card.persist {
  height: 15.521vw;
  padding: 2.448vw 7.708vw 0;
  text-align: center;
}

.join3 .info-card .name {
  color: #54baa3;
  line-height: 1.25;
  text-align: center;
}

.join3 .info-block {
  margin-top: 1.042vw;
}

.join3 .info-block:first-of-type {
  margin-top: 1.302vw;
}

.join3 .info-tit {
  color: #666;
  line-height: 1.6;
}

.join3 .info-desc {
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.6;
}

.join3 .persist-list {
  margin-top: 0.833vw;
  color: #666;
  line-height: 1.6;
}

.join3 .role {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  object-fit: contain;
  opacity: 0;
  transform: scale(0.2) translateY(2.5vw);
  transform-origin: 50% 85%;
  will-change: transform, opacity;
  transition: transform 0.35s ease, opacity 0.25s ease;
}

.join3 .role.is-pop {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.35s ease;
}

.join3 .role-1 {
  left: 27.4479vw;
  top: .8333vw;
  width: 13.229vw;
  height: auto;
}

.join3 .role-2 {
  right: 30.4167vw;
  top: 10.3125vw;
  width: 10.521vw;
  height: auto;
}

.join3 .role-3 {
  left: 28.2292vw;
  top: 18.073vw;
  width: 13.438vw;
  height: auto;
}

.join3 .role-4 {
  right: 26.6146vw;
  top: 32.188vw;
  width: 15.052vw;
  height: auto;
}

.join3 .role-5 {
  left: 26.25vw;
  bottom: 2.9167vw;
  width: 13.4375vw;
  height: auto;
}

.join3 .role-6 {
  right: 23.8542vw;
  bottom: .6771vw;
  width: 17.188vw;
  height: auto;
}

.join3 .flow-mouse {
  position: absolute;
  right: 3.333vw;
  top: 76.438vw;
  width: 1.823vw;
  gap: 0.573vw;
  pointer-events: none;
  z-index: 3;
  align-items: center;
}

.join3 .flow-mouse .mouse {
  width: 1.823vw;
  height: 2.552vw;
  background: #fff;
  border: 0.104vw solid rgba(0, 0, 0, 0.12);
  border-radius: 2.604vw;
  position: relative;
  display: block;
  box-sizing: border-box;
}

.join3 .flow-mouse .mouse em {
  position: absolute;
  left: 50%;
  top: 0.469vw;
  width: 0.26vw;
  height: 0.469vw;
  margin-left: -0.13vw;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 0.99vw;
  box-sizing: border-box;
  animation: join3-mouse 1.4s ease-in-out infinite;
}

@keyframes join3-mouse {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0.833vw);
  }
}

.join3 .flow-mouse .track {
  width: 0.104vw;
  height: 3.594vw;
  background: rgba(84, 186, 163, 0.25);
  display: block;
  position: relative;
  overflow: hidden;
}

.join3 .flow-mouse .track em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #54baa3;
  display: block;
  transform: scaleY(0);
  transform-origin: top center;
  will-change: transform;
}

.join4 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 3.906vw 5.104vw 4.6354vw;
  box-sizing: border-box;
  margin-bottom: -1.5625vw;
}

.join-page .foot1 {
  position: relative;
  z-index: 2;
}

.join4 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

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

.join4 .form-deco-l {
  position: absolute;
  right: 0;
  bottom: -2.4271vw;
  width: 20.0521vw;
  height: auto;
  z-index: 5;
  pointer-events: none;
}

.join4 .form-deco-r {
  position: absolute;
  right: 0;
  top: 23.8542vw;
  width: 8.4896vw;
  height: auto;
  z-index: 5;
  pointer-events: none;
}

.join4 .form-card {
  position: relative;
  margin-left: auto;
  width: 41.615vw;
  height: auto;
  padding: 2.344vw 2.24vw 1.563vw;
  background: #eaebfc;
  border: 0.26vw solid rgba(159, 177, 225, 0.45);
  border-radius: 1.354vw;
  box-sizing: border-box;
  z-index: 2;
  overflow: visible;
}

.join4 .form-tit {
  color: #333;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.927vw;
}

.join4 .join-form {
  display: flex;
  flex-direction: column;
  gap: 0.417vw;
}

.join4 .form-row {
  display: flex;
  gap: 1.979vw;
}

.join4 .form-row.three .form-item {
  flex: 1;
  min-width: 0;
}

.join4 .form-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.417vw;
}

.join4 .field-tip {
  position: absolute;
  right: 0;
  top: 0;
  color: #952428;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.join4 .field-tip.is-on {
  opacity: 1;
}

.join4 .form-item.full {
  width: 100%;
}

.join4 .label {
  color: #54baa3;
  line-height: 1.2;
}

.join4 .req {
  color: #952428;
  font-style: normal;
  margin-left: 0.104vw;
  font-size: 0.625vw;
  vertical-align: top;
}

.join4 .input-box {
  position: relative;
  width: 100%;
  background: #fff;
  border: 0.038vw solid rgba(0, 0, 20, 0.4);
  border-radius: 0.384vw;
  padding: 0.625vw 0.807vw;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  outline: none;
  box-shadow: none;
}

.join4 .input-box.is-error {
  border-color: #952428;
}

.join4 .input-box input,
.join4 .input-box textarea {
  width: 100%;
  border: none;
  background: transparent;
  color: #000;
  line-height: 1.4;
}

.join4 .input-box:focus,
.join4 .input-box:focus-within,
.join4 .input-box input:focus,
.join4 .input-box textarea:focus,
.join4 .input-box input:focus-visible,
.join4 .input-box textarea:focus-visible,
.join4 .select-box:focus,
.join4 .select-box:focus-visible {
  outline: none;
  box-shadow: none;
  border-color: rgba(0, 0, 20, 0.4);
}

.join4 .input-box.is-error:focus-within {
  border-color: #952428;
}

.join4 .input-box input:-webkit-autofill,
.join4 .input-box input:-webkit-autofill:hover,
.join4 .input-box input:-webkit-autofill:focus,
.join4 .input-box textarea:-webkit-autofill {
  -webkit-text-fill-color: #000;
  caret-color: #000;
  box-shadow: 0 0 0 1000px #fff inset;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  border: none;
  outline: none;
  transition: background-color 99999s ease-out;
}

.join4 .input-box input::placeholder,
.join4 .input-box textarea::placeholder {
  color: rgba(0, 0, 20, 0.6);
}

.join4 .textarea-box {
  height: 4.427vw;
}

.join4 .textarea-box textarea {
  height: 100%;
  resize: none;
}

.join4 .select-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  min-height: 2.188vw;
  outline: none;
  overflow: visible;
}

.join4 .select-text {
  color: rgba(0, 0, 20, 0.6);
  line-height: 1.4;
  flex: 1;
  min-width: 0;
}

.join4 .select-text.filled {
  color: #000;
}

.join4 .select-arrow {
  flex-shrink: 0;
  width: 0.417vw;
  height: 0.26vw;
  margin-left: 0.521vw;
  display: block;
  line-height: 0;
  transition: transform 0.3s ease;
}

.join4 .select-arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}

.join4 .select-box.open .select-arrow {
  transform: rotate(180deg);
}

.join4 .select-options {
  position: absolute;
  left: -1px;
  top: calc(100% + 0.208vw);
  width: 100%;
  background: #fff;
  border: 0.026vw solid #54baa3;
  border-radius: 0.521vw;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.208vw);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  z-index: 20;
}

.join4 .select-box.open .select-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.join4 .option {
  display: flex;
  align-items: center;
  height: 1.719vw;
  padding: 0 1.042vw;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 0.026vw solid rgba(84, 186, 163, 0.45);
  transition: background 0.2s ease;
}

.join4 .option:last-child {
  border-bottom: none;
}

.join4 .option span {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  transition: color 0.2s ease;
}

.join4 .option:hover,
.join4 .option:has(input:checked) {
  background: #54baa3;
}

.join4 .option:hover span,
.join4 .option:has(input:checked) span {
  color: #fff;
}

.join4 .option input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}

.join4 .job-box {
  min-height: 3.385vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625vw 1.042vw;
  padding: 0.521vw 0.807vw;
}

.join4 .job-opt {
  display: flex;
  align-items: center;
  gap: 0.313vw;
  cursor: pointer;
  color: #333;
}

.join4 .job-opt input {
  position: relative;
  width: 0.729vw;
  height: 0.729vw;
  flex-shrink: 0;
  border: 0.052vw solid rgba(0, 0, 20, 0.4);
  border-radius: 0.104vw;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.join4 .job-opt input:checked {
  background: #54baa3;
  border-color: #54baa3;
}

.join4 .job-opt input:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  width: 0.208vw;
  height: 0.417vw;
  border: solid #fff;
  border-width: 0 0.078vw 0.078vw 0;
  transform: translate(-50%, -58%) rotate(45deg);
}

.join4 .form-btns {
  margin-top: 1.563vw;
  gap: 2.083vw;
}

.join4 .btn-more,
.join4 .btn-submit {
  width: 5.677vw;
  height: 1.958vw;
  border-radius: 3.802vw;
  cursor: pointer;
  line-height: 1;
  transition: all 0.3s ease;
}

.join4 .btn-more {
  background: transparent;
  border: 0.052vw solid #54baa3;
  color: #54baa3;
}

.join4 .btn-submit {
  background: #54baa3;
  border: none;
  color: #fff;
}

.join4 .btn-more:hover {
  background: rgba(84, 186, 163, 0.08);
}

.join4 .btn-submit:hover {
  background: #449e8a;
}


.news1 {
  position: relative;
  width: 100%;
  height: 56.25vw;
  overflow: hidden;
}

.news1 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

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

.news1 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
  z-index: 1;
}

.news1 .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.563vw;
  text-align: center;
  color: #fff;
}

.news1 .tit {
  line-height: 1;
  font-family: "MaokenAssortedSans", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.news1 .sub {
  line-height: 1.25;
  max-width: 60vw;
}

.news1 .scroll-hint {
  position: absolute;
  left: 0;
  bottom: 3.9583vw;
  width: 100%;
  z-index: 3;
  color: #fff;
  gap: 0.521vw;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news1 .mouse {
  width: 1.823vw;
  height: 2.552vw;
  border: 0.104vw solid #fff;
  border-radius: 2.604vw;
  position: relative;
  display: block;
}

.news1 .mouse em {
  position: absolute;
  left: 50%;
  top: 0.469vw;
  width: 0.26vw;
  height: 0.469vw;
  margin-left: -0.13vw;
  background: #fff;
  border-radius: 0.99vw;
  animation: newsMouse 1.4s ease-in-out infinite;
}

@keyframes newsMouse {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0.833vw);
  }
}

.news1 .scroll-hint .arrow {
  width: 1.875vw;
  height: auto;
  display: block;
}

.news2,
.news3 {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.news2 {
  padding: 6.354vw 5.208vw 0;
  box-sizing: border-box;
}

.news3 {
  padding: 6.7708vw 0 5.208vw;
  box-sizing: border-box;
}

.news2 .deco {
  position: absolute;
  right: 0;
  top: 0.573vw;
  width: 11.1979vw;
  height: auto;
  pointer-events: none;
  z-index: 0;
}

.news2-inner,
.news3-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.news3-inner {
  padding: 0 5.208vw;
  box-sizing: border-box;
}

.news2 .sec-head {
  margin-bottom: 3.542vw;
}
.news3 .sec-head {
  margin-bottom: 5.2083vw;
}
.news2 .eyebrow,
.news3 .eyebrow {
  color: #952428;
  line-height: 1;
}

.news2 .tit-row,
.news3 .tit-row {
  margin-top: 1.25vw;
  gap: 0.938vw;
}

.news2 .tit,
.news3 .tit {
  color: #54baa3;
  line-height: 1;
  font-family: "MaokenAssortedSans", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.news2 .tit-deco,
.news3 .tit-deco {
  width: 1.52vw;
  height: auto;
  margin-top: 0.833vw;
}

.news2 .feat-row {
  gap: 3.125vw;
  align-items: stretch;
  flex-wrap: nowrap;
}

.news2 .feat-main {
  position: relative;
  width: 43.229vw;
  height: 26.146vw;
  flex-shrink: 0;
  border-radius: 1.563vw;
  overflow: hidden;
  background: #54baa3;
  text-decoration: none;
  color: #fff;
  display: block;
}

.news2 .feat-main .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 16.042vw;
  z-index: 0;
  overflow: hidden;
  -webkit-mask-image: url("/img/news/news2-1-mask.svg");
  mask-image: url("/img/news/news2-1-mask.svg");
  -webkit-mask-size: 47.031vw 20.156vw;
  mask-size: 47.031vw 20.156vw;
  -webkit-mask-position: -2.083vw -4.115vw;
  mask-position: -2.083vw -4.115vw;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.news2 .feat-main .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news2 .feat-main .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 0 2.396vw 1.823vw;
  box-sizing: border-box;
}

.news2 .feat-main .name {
  color: #fff;
  line-height: 1.3;
}

.news2 .feat-main .date {
  margin-top: 0.417vw;
  color: #fff;
  line-height: 1.3;
}

.news2 .feat-main .desc {
  margin-top: 0.417vw;
  color: #fff;
  opacity: 0.8;
  line-height: 1.6;
}

.news2 .feat-list {
  width: 43.229vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1.042vw;
}

.news2 .feat-item {
  width: 100%;
  height: 7.969vw;
  padding: 0.521vw 1.563vw 0.521vw 0.833vw;
  gap: 1.823vw;
  border: 0.052vw solid #54baa3;
  border-radius: 0.833vw;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}

.news2 .feat-item .pic {
  width: 13.333vw;
  height: 6.979vw;
  flex-shrink: 0;
  border-radius: 0.625vw;
  overflow: hidden;
  background: #f2f2f2;
}

.news2 .feat-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.news2 .feat-item:hover .pic img {
  transform: scale(1.05);
}

.news2 .feat-item .info {
  flex: 1;
  min-width: 0;
  padding-top: 0.417vw;
}

.news2 .feat-item .name {
  color: #475b83;
  line-height: 1.3;
}

.news2 .feat-item .date {
  color: #aaa;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.313vw;
  flex-shrink: 0;
}

.news2 .feat-item .date-ico {
  width: 0.729vw;
  height: 0.729vw;
  border: 0.052vw solid #aaa;
  border-radius: 0.156vw;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

.news2 .feat-item .date-ico::before {
  content: "";
  position: absolute;
  left: 0.104vw;
  right: 0.104vw;
  top: 0.208vw;
  height: 0.052vw;
  background: #aaa;
}

.news2 .feat-item .desc {
  margin-top: 0.833vw;
  color: #475b83;
  opacity: 0.8;
  line-height: 1.6;
}

.news2 .card-pages,
.news3 .card-pages {
  margin-top: 4.948vw;
}

.news2 .card-pages .card-grid,
.news3 .card-pages .card-grid {
  margin-top: 0;
  gap: 2.083vw;
  display: none;
}

.news2 .card-pages .card-grid.is-on,
.news3 .card-pages .card-grid.is-on {
  display: grid;
}

.news2 .news-card,
.news3 .news-card {
  display: block;
  height: 35.781vw;
  background: #fff;
  border: 0.052vw solid #54baa3;
  border-radius: 0.938vw;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  transition: background 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}

.news2 .card-grid .news-card:hover,
.news3 .card-grid .news-card:hover {
  background: #54baa3;
  box-shadow: 0 0.833vw 2.083vw rgba(84, 186, 163, 0.25);
}

.news2 .news-card .pic,
.news3 .news-card .pic {
  width: 100%;
  height: 17.188vw;
  overflow: hidden;
  background: #fff;
}

.news2 .news-card .pic img,
.news3 .news-card .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.news2 .card-grid .news-card:hover .pic img,
.news3 .card-grid .news-card:hover .pic img {
  transform: scale(1.05);
}

.news2 .news-card .body,
.news3 .news-card .body {
  padding: 2.292vw 2.604vw 2.604vw;
  box-sizing: border-box;
}

.news2 .news-card .name,
.news3 .news-card .name {
  color: #54baa3;
  line-height: 1.25;
  min-height: 4.167vw;
  transition: color 0.4s ease;
}

.news2 .news-card .date,
.news3 .news-card .date {
  margin-top: 0.469vw;
  color: #999;
  line-height: 1.45;
  transition: color 0.4s ease;
}

.news2 .news-card .desc,
.news3 .news-card .desc {
  margin-top: 0.469vw;
  color: #666;
  line-height: 1.55;
  transition: color 0.4s ease;
}

.news2 .news-card .more,
.news3 .news-card .more,
.news3 .ind-card .more {
  display: inline-flex;
  align-items: center;
  margin-top: 1.563vw;
  color: #54baa3;
  line-height: 1.25;
  transition: color 0.4s ease;
}

.news2 .news-card .more::after,
.news3 .news-card .more::after,
.news3 .ind-card .more::after {
  content: "";
  width: 0.313vw;
  height: 0.313vw;
  margin-left: 0.469vw;
  border-top: 0.104vw solid #54baa3;
  border-right: 0.104vw solid #54baa3;
  transform: rotate(45deg);
  transition: border-color 0.4s ease;
}

.news2 .card-grid .news-card:hover .name,
.news2 .card-grid .news-card:hover .more,
.news3 .card-grid .news-card:hover .name,
.news3 .card-grid .news-card:hover .more {
  color: #fff;
}

.news2 .card-grid .news-card:hover .date,
.news3 .card-grid .news-card:hover .date {
  color: rgba(255, 255, 255, 0.8);
}

.news2 .card-grid .news-card:hover .desc,
.news3 .card-grid .news-card:hover .desc {
  color: rgba(255, 255, 255, 0.6);
}

.news2 .card-grid .news-card:hover .more::after,
.news3 .card-grid .news-card:hover .more::after {
  border-color: #fff;
}

.news2 .pager,
.news3 .pager {
  margin-top: 3.646vw;
  gap: 1.042vw;
}

.news2 .pager-btn,
.news3 .pager-btn {
  width: 2.083vw;
  height: 2.083vw;
  border-radius: 50%;
  border: 0.104vw solid #54baa3;
  background: transparent;
  position: relative;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 0;
}

.news2 .pager-btn:hover,
.news3 .pager-btn:hover {
  background: #54baa3;
  border-color: #54baa3;
}

.news2 .pager-btn::before,
.news3 .pager-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.417vw;
  height: 0.417vw;
  border-top: 0.104vw solid #54baa3;
  border-right: 0.104vw solid #54baa3;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.news2 .pager-btn.prev::before,
.news3 .pager-btn.prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.news2 .pager-btn.next::before,
.news3 .pager-btn.next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.news2 .pager-btn:hover::before,
.news3 .pager-btn:hover::before {
  border-color: #fff;
}

.news2 .pager-num,
.news3 .pager-num {
  min-width: 1.25vw;
  border: none;
  background: transparent;
  color: #666;
  cursor: pointer;
  line-height: 1.4;
  position: relative;
  padding: 0;
  text-align: center;
}

.news2 .pager-num.is-on,
.news3 .pager-num.is-on {
  color: #54baa3;
}

.news2 .pager-num.is-on::after,
.news3 .pager-num.is-on::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.417vw;
  width: 0.417vw;
  height: 0.104vw;
  margin-left: -0.208vw;
  background: #54baa3;
}

.news3 .industry-swiper {
  width: 100vw;
  margin-left: -5.208vw;
  overflow: hidden;
  padding: 2.083vw 0;
}

.news3 .industry-swiper .swiper-wrapper {
  align-items: center;
}

.news3 .industry-swiper .swiper-slide {
  width: 39.427vw;
  height: 25.26vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.news3 .industry-swiper .swiper-slide-active {
  z-index: 2;
}

.news3 .ind-card {
  display: flex;
  align-items: stretch;
  width: 65.833vw;
  height: 25.26vw;
  flex-shrink: 0;
  background: #fefefe;
  border: 0.066vw solid #54baa3;
  border-radius: 1.977vw;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: none;
  box-sizing: border-box;
  transform: scale(0.599);
  transform-origin: center center;
  will-change: transform;
  transition: transform 0.9s cubic-bezier(0.33, 1, 0.68, 1), box-shadow 0.9s ease;
}

.news3 .industry-swiper .swiper-slide-active .ind-card {
  transform: scale(1);
  box-shadow: 0.329vw 0.856vw 1.443vw rgba(0, 0, 0, 0.09);
}

.news3 .ind-card .pic {
  width: 30.052vw;
  height: 100%;
  flex-shrink: 0;
  background: #f2f2f2;
  overflow: hidden;
}

.news3 .ind-card .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.news3 .ind-card:hover .pic img {
  transform: scale(1.05);
}

.news3 .ind-card .info {
  flex: 1;
  min-width: 0;
  height: 100%;
  align-self: stretch;
  padding: 3.958vw 3.125vw 4.635vw 3.885vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.news3 .ind-card .name {
  color: #475b83;
  line-height: 1.3;
  font-size: 1.479vw;
}

.news3 .ind-card .date {
  color: #193264;
  opacity: 0;
  visibility: hidden;
  line-height: 1.6;
  flex-shrink: 0;
  font-size: 0.938vw;
  font-weight: 300;
  transition: opacity 0.9s ease, visibility 0.9s ease;
}

.news3 .industry-swiper .swiper-slide-active .ind-card .date {
  opacity: 0.8;
  visibility: visible;
}

.news3 .ind-card .desc {
  margin-top: 1.51vw;
  color: #193264;
  opacity: 0.8;
  line-height: 1.4;
  flex: 1;
  font-size: 1.581vw;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.news3 .ind-card .more {
  margin-top: auto;
  color: #54baa3;
  font-size: 1.318vw;
}

.news-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10020;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2.083vw;
  box-sizing: border-box;
}

.news-modal.is-open {
  display: flex;
}

.news-modal .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

.news-modal .panel {
  position: relative;
  z-index: 1;
  width: 50.885vw;
  padding-top: 2.604vw;
  overflow: visible;
}

.news-modal .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.823vw;
  height: 1.823vw;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  z-index: 3;
  overflow: visible;
}

.news-modal .close svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.news-modal .close .close-bg {
  fill: #d9d9d9;
  transition: fill 0.35s ease;
}

.news-modal .close .close-x {
  fill: #000;
  transition: fill 0.35s ease;
}

.news-modal .close:hover .close-bg {
  fill: #54baa3;
}

.news-modal .close:hover .close-x {
  fill: #fff;
}

.news-modal .close img {
  width: 100%;
  height: 100%;
  display: block;
}

.news-modal .box {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 29.271vw;
  padding: 3.385vw 3.021vw 2.604vw;
  background: #fff;
  border: 0.052vw solid #54baa3;
  border-radius: 0.833vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.news-modal .main {
  display: flex;
  align-items: flex-start;
  gap: 2.083vw;
  flex: 1;
  min-height: 0;
}

.news-modal .pic {
  width: 13.333vw;
  height: 6.979vw;
  border-radius: 0.625vw;
  overflow: hidden;
  flex-shrink: 0;
}

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

.news-modal .content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 20.625vw;
}

.news-modal .head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.042vw;
}

.news-modal .name {
  color: #475b83;
  line-height: 1.3;
  flex: 1;
  min-width: 0;
}

.news-modal .date {
  color: #193264;
  opacity: 0.8;
  line-height: 1.6;
  flex-shrink: 0;
  white-space: nowrap;
}

.news-modal .body {
  margin-top: 1.563vw;
  flex: 1;
  min-height: 0;
  overflow: auto;
  color: #193264;
  opacity: 0.8;
  line-height: 1.6;
}

.news-modal .body p + p {
  margin-top: 1.042vw;
}

.news-modal .foot {
  margin-top: 1.563vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-modal .nav-btn {
  border: none;
  background: transparent;
  color: #193264;
  opacity: 0.8;
  line-height: 1.6;
  cursor: pointer;
  padding: 0;
}

.news-modal .nav-btn:hover {
  color: #54baa3;
  opacity: 1;
}

.news-modal .nav-btn.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.C-Alert {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 20, 0.35);
}

.C-Alert .alertPop {
  position: relative;
  width: 28.125vw;
  padding: 2.708vw 2.083vw 2.083vw;
  border-radius: 1.042vw;
  background: #fff;
  box-shadow: 0 0.833vw 2.5vw rgba(0, 0, 20, 0.12);
}

.C-Alert .alertPop .close {
  position: absolute;
  top: 1.042vw;
  right: 1.042vw;
  width: 1.25vw;
  height: 1.25vw;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.C-Alert .alertPop .close::before,
.C-Alert .alertPop .close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.833vw;
  height: 0.078vw;
  background: #666672;
}

.C-Alert .alertPop .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.C-Alert .alertPop .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.C-Alert .alertPop .close:hover::before,
.C-Alert .alertPop .close:hover::after {
  background: var(--color);
}

.C-Alert .alertPop .tips {
  color: #000;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1.667vw;
}

.C-Alert .alertPop .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 10.417vw;
  padding: 0.833vw 2.083vw;
  border: none;
  background: var(--color);
  color: #fff;
  border-radius: 5.156vw;
  line-height: 1.2;
  cursor: pointer;
  transition: background .3s ease, box-shadow .3s ease;
}

.C-Alert .alertPop .btn:hover {
  background: #45a08c;
  box-shadow: 0 0.417vw 1.042vw rgba(84, 186, 163, 0.3);
}

.C-Alert .alertPop .btn.hide {
  display: none;
}
