@charset "UTF-8";

:root {
  --head: 3.8542vw;
  --color: #5ba5b2;
}

.co-w {
  color: #fff;
}

.co-m {
  color: var(--color);
}

.co-h {
  color: #c5c5c9;
}

.head-zhanwei {
  height: var(--head);
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.C-wrap {
  width: 75vw;
  margin: 0 auto;
  transition: all 0.5s;
}

.C-btn {
  min-width: 8.333vw;
  height: 2.447vw;
  padding: 0 1.041vw 0 1.25vw;
  gap: 0.416vw;
  border: 0.052vw solid #5ba5b2;
  border-radius: 0.625vw;
  color: #5ba5b2;
  transition: all 0.3s ease;
  display: inline-flex;
}

.C-btn.size2 {
  min-width: 0;
}

.C-btn:hover {
  background: #5ba5b2;
  color: #fff;
}

.C-btn .icon {
  width: 0.625vw;
}

.C-btn .icon.size2 {
  width: 0.885vw;
}

.C-btn2 {
  height: 2.447vw;
  padding: 0 1.041vw 0 1.25vw;
  gap: 0.416vw;
  border: 0.052vw solid #ffffff;
  border-radius: 0.625vw;
  color: #ffffff;
  transition: all 0.3s ease;
}

.C-btn2:hover {
  background: #fff;
  color: #5ba5b2;
}

.C-btn2 .icon {
  width: 0.625vw;
}

.ff2 {
  font-family: "Inter";
}

/* -----------------------------------------head,foot-------------------------------------- */
.head1 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  transition: all linear 0.3s;
  height: var(--head);
  background: #fafeff;
}

.isback .head1 {
  transform: translateY(-100%);
  pointer-events: none;
}

.head1 .logo {
  width: 4.1667vw;
}

.head1 .menu {
  gap: 3.02vw;
  height: 100%;
}

.head1 .link {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.head1 .link>a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: all ease 0.1s;
}

.head1 .link .down-jt {
  width: 0.52vw;
  height: 0.52vw;
  margin-left: 0.885vw;
  background: url("/img/icon-navdown.svg") no-repeat center/contain;
  transition: all ease 0.3s;
}

.head1 .down {
  position: absolute;
  left: -2.083vw;
  top: 100%;
  width: -moz-max-content;
  width: max-content;
  padding: 0.52vw 1.041vw 1.145vw;
  display: flex;
  flex-direction: column;
  gap: 0.833vw;
  background: #fff;
  opacity: 0;
  box-shadow: 0 0 0.26vw #d1d1d1;
  pointer-events: none;
  transition: all ease 0.3s;
}
.head1 .link.pc .down {
  left: 50%;
  transform: translateX(-50%);
}
.head1 .down a:hover {
  color: #5BA5B2;
  text-decoration: underline;
}

.head1 .link:hover .down {
  opacity: 1;
  pointer-events: visible;
}

.head1 .link:hover .down-jt {
  transform: rotate(180deg);
}

.nav-btn {
  line-height: 1;
  color: #fff;
  /* padding: 0.625vw 1.875vw 0.625vw; */
  padding: 0 1.875vw 0;
  margin-left: 1.406vw;
  border-radius: 0 0 0.625vw 0.625vw;
  background: #5ba5b2;
  /* height: 2.916vw; */
  height: 100%;
  display: flex;
  justify-content: center;
  /* align-items: flex-end; */
  align-items: center;
}

.g-footer {
  width: 100%;
  padding: 7.031vw 12.5vw 1.5625vw;
}

.g-footer-wrap {
  position: relative;
  max-width: 75vw;
  margin: 0 auto;
}

.g-footer-nav {
  gap: 6.25vw;
  margin-bottom: 6.77vw;
}

.g-footer-col {
  /* width: 5.208vw; */
}

.g-footer-col-title {
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5;
  margin-bottom: 1.633vw;
  text-transform: uppercase;
}

.g-footer-link {
  display: block;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5;
  margin-bottom: 0.833vw;
  transition: color 0.3s ease;
}

.g-footer-link:hover {
  color: var(--about-primary);
}

.g-footer-line {
  width: 100%;
  height: 0.052vw;
  background: #d9d9d9;
  margin-bottom: 1.5625vw;
}

.g-footer-bottom {
  padding-top: 0;
}

.g-footer-copyright {
  color: var(--about-dark);
  opacity: 0.5;
  line-height: 1.5;
}

.g-footer-legal {
  gap: 1.562vw;
  opacity: 0.5;
}

.g-footer-legal-link {
  color: var(--about-dark);
  line-height: 1.5;
  transition: opacity 0.3s ease;
}

.g-footer-legal-link:hover {
  opacity: 0.8;
}

.foot-shares {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}

.foot-shares .left {
  display: flex;
  gap: 0.625vw;
}

.foot-shares .left p {
  color: #000;
  font-weight: 100;
  line-height: 150%;
}

.foot-shares .left .pic {
  width: 0.9375vw;
  height: 1.25vw;
}

.foot-shares .icon {
  width: 2.708vw;
}

.join-cta {
  position: relative;
  width: 75vw;
  height: 27.812vw;
  margin: 0 auto;
  border-radius: 2.083vw;
  overflow: hidden;
}

.join-cta-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.join-cta-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.join-cta-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

.join-cta-title {
  color: #070707;
  line-height: 1.5;
  padding: 0 8%;
}

.join-cta-desc {
  padding: 0 5%;
  margin: 1.718vw 0 2.708vw;
  min-height: 1em;
}

.wxgzh {
  margin-left: 12px;
  width: 30px;
  position: relative;
}

.wxgzh .qr {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
  width: 102px;
  padding: 5px;
  border-radius: 5px;
  background: #5ba5b2;
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.3s;
}

.wxgzh:hover .qr {
  opacity: 1;
  pointer-events: visible;
}

.wxgzh .qr::before {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  position: absolute;
  right: 97%;
  top: 50%;
  transform: translateY(-50%);
  background: url("/img/cta-icon2.svg") no-repeat center/contain;
}

.wxgzh .qr img {
  width: 100%;
}

.foot-shares a {
  position: relative;
}

.foot-shares a .qr {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  margin-bottom: 10px;
  width: 102px;
  padding: 5px;
  border-radius: 5px;
  background: #5ba5b2;
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.3s;
}

.foot-shares a:hover .qr {
  opacity: 1;
  pointer-events: visible;
}

.foot-shares a .qr::before {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  position: absolute;
  right: 50%;
  top: 92%;
  transform: translateX(50%) rotate(270deg);
  background: url("/img/cta-icon2.svg") no-repeat center/contain;
}

.foot-shares a .qr img {
  width: 100%;
}

.foot-shares a:nth-child(1) .qr {
  width: -moz-fit-content;
  width: fit-content;
}

.foot-shares a:nth-child(1) .qr p {
  color: #fff;
  font-weight: 100;
  line-height: 150%;
}

.foot-shares a:nth-child(1) .qr::before {
  top: 75%;
}

/* ------------------------------------------------------------------------------- */
body {
  background: #faffff;
}

#page-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fff;
}

#page-loading .pic {
  width: 240px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#page-loading .pic img:nth-child(1) {
  opacity: 0.1;
}

#page-loading .pic img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#page-loading .load_num {
  color: #808080;
  width: 120px;
  height: 60px;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translate(-50%, 0);
  font-weight: bold;
}

#zPath {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

.about1 {
  position: relative;
  width: 100%;
  padding: 0 12.5vw 11.562vw;
  overflow: hidden;
}

.about1-bg {
  /* width: 58.125vw; */
  width: 100%;
  height: 42.447vw;
  margin-left: auto;
  position: relative;
}

.about1-bg::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 30%, #FAFFFF 85%); */
}

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

.about1-content {
  position: absolute;
  left: 12.343vw;
  top: 19.375vw;
  z-index: 2;
}

.about1-title {
  color: #5ba5b2;
  line-height: 1.5;
  margin-bottom: 3.125vw;
}

.about1-desc {
  width: 31.77vw;
  color: #000;
  line-height: 1.5;
  text-align: justify;
}

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

.about2-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about2-title {
  position: absolute;
  top: 4.062vw;
  left: 50%;
  max-width: 100%;
  transform: translateX(-50%);
  color: #fff;
  line-height: 2;
  letter-spacing: 0.2em;
}

.about3 {
  padding: 6.77vw 12.447vw 5.208vw;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), #f5feff);
}

.about3 .C-title {
  margin-bottom: 5.468vw;
}

.C-title .k1 {
  color: #000;
  opacity: 0.75;
  line-height: 1.5;
  margin-bottom: 0.729vw;
}

.C-title-line {
  width: 100%;
  height: 0.052vw;
  background: #d9d9d9;
}

.about3-values {
  gap: 1.25vw;
  flex-wrap: nowrap;
}

.value-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 25vw;
  border-radius: 1.041vw;
  padding: 2.656vw 2.187vw;
  position: relative;
  overflow: hidden;
  border: 0.052vw solid rgba(255, 255, 255, 0.4);
  box-shadow: 0vw 0.416vw 1.666vw 0vw rgba(31, 38, 135, 0.05);
  backdrop-filter: blur(1.25vw);
  -webkit-backdrop-filter: blur(1.25vw);
  transition: all ease 0.6s;
}

.value-card--white {
  background: rgba(255, 255, 255, 0.45);
}

.value-card--blue {
  background: #edfbff;
}

.value-card--cyan {
  background: rgba(170, 209, 216, 0.2);
}

.value-icon {
  width: 5.468vw;
  margin-bottom: 3.489vw;
  margin-left: -1.041vw;
}

.value-card:hover {
  transform: scale(1.08);
}

.value-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.value-title {
  color: #1e293b;
  line-height: 1.71;
  margin-bottom: 0.52vw;
}

.value-desc {
  color: #64748b;
  line-height: 1.42;
}

.about4 {
  padding: 5.208vw 12.447vw 10.416vw;
  background: linear-gradient(180deg, #f5feff, rgba(255, 255, 255, 0.5));
}

.about4 .C-title {
  margin-bottom: 3.177vw;
}

/* #brand-waterfall {
  position: relative;
  height: 50vh;
  opacity: 0;
  cursor: progress;
}

#brand-waterfall.loaded {
  height: auto;
  opacity: 1;
  cursor: default;
}

#brand-waterfall .item {
  position: absolute;
}

.about4 .main .item {
  width: 22.5vw;
  border-radius: 0.625vw;
  overflow: hidden;
} */
.about4 .list {
  gap: 3.75vw;
}

.about4 .list .col {
  gap: 4.114vw;
}

.about4 .list .col-1 {
  padding-top: 5.208vw;
}

.about4 .list .col-3 {
  padding-top: 5.208vw;
}

.about4 .list .item {
  border-radius: 0.625vw;
  overflow: hidden;
}

.pd2 {
  padding: 0 0 9.895vw;
}

.pd2 .list {
  margin-top: 3.125vw;
}

.pd2 .item {
  padding: 0 5vw;
}

.pd2 .item:nth-last-child(n+2) {
  margin-bottom: 8.333vw;
}

.pd2 .item:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.pd2 .item .zuo {
  width: 29.791vw;
  padding: 5.572vw 2.604vw;
  border-radius: 1.822vw;
  border: 0.052vw solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0.416vw 1.666vw 0 rgba(31, 38, 135, 0.05);
}

.pd2 .item .zuo .t1 {
  color: #0f172a;
}

.pd2 .item .zuo .t2 {
  color: #0e7490;
  margin-top: 0.677vw;
}

.pd2 .item .zuo .t3 {
  color: #0f172a;
  margin-top: 2.968vw;
  line-height: 1;
  letter-spacing: -0.098vw;
}

.pd2 .item .zuo .t4 {
  color: rgba(71, 85, 105, 0.6);
  letter-spacing: 0.015vw;
}

.pd2 .item .zuo .line {
  width: 100%;
  height: 0.052vw;
  margin: 1.822vw 0;
  background: rgba(15, 23, 42, 0.05);
}

.pd2 .item .zuo .ul {
  gap: 1.5625vw;
}

.pd2 .item .zuo .t5 {
  color: #0a9396;
}

.pd2 .item .zuo .t6 {
  color: rgba(71, 85, 105, 0.6);
  letter-spacing: 0.013vw;
}

.hero-block {
  position: relative;
  /* width: 24.531vw;
  height: 18.567vw; */
  width: 28.531vw;
  height: 20.567vw;
}

.hero-block [hero-block-wrapper] {
  width: 100%;
  height: 100%;
}

.hero-block [hero-block-top] {
  width: 100%;
  height: 100%;
}

.hero-block .pic1 {
  position: absolute;
  left: 4%;
  top: 2%;
  width: 100%;
  height: 104%;
  z-index: 1;
  background: linear-gradient(112deg, #e3f8f3 12.79%, #5fa7b4 92.24%), #5ba5b2;
  clip-path: polygon(19% 0%, 86% 0%, 100% 12%, 99% 84%, 88% 96%, 0% 86%, 1% 21%);
}

.hero-block .pic2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  clip-path: polygon(19% 0%, 86% 0%, 100% 12%, 99% 84%, 88% 96%, 0% 86%, 1% 21%);
  transition: clip-path 0.6s ease-in-out;
}

.pd2 .item:nth-of-type(2n) .you .pic1 {
  left: -4%;
  clip-path: polygon(80% 0, 100% 15%, 100% 88%, 16% 98%, 3% 90%, 0 0);
}

.pd2 .item:nth-of-type(2n) .you .pic2 {
  clip-path: polygon(80% 0, 100% 15%, 100% 88%, 16% 98%, 3% 90%, 0 0);
}

.aniClipPicList.reverse .item:nth-of-type(2n-1) .pic1 {
  left: -4%;
  clip-path: polygon(80% 0, 100% 15%, 100% 88%, 16% 98%, 3% 90%, 0 0);
}

.aniClipPicList.reverse .item:nth-of-type(2n-1) .pic2 {
  clip-path: polygon(80% 0, 100% 15%, 100% 88%, 16% 98%, 3% 90%, 0 0);
}

.aniClipPicList:not(.reverse) .item:nth-of-type(2n-1) {
  flex-direction: row-reverse;
}

/* 抖动动画 keyframes - 底层元素（幅度小） */
@keyframes heroShakeBottom {

  0%,
  100% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(-1.3%, 1.2%);
  }

  50% {
    transform: translate(1.2%, -1.3%);
  }

  75% {
    transform: translate(-1.2%, 1.3%);
  }
}

/* 抖动动画 keyframes - 顶层元素（幅度大） */
@keyframes heroShakeTop {

  0%,
  100% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(0.4%, -0.3%);
  }

  40% {
    transform: translate(-0.3%, 0.4%);
  }

  60% {
    transform: translate(0.3%, 0.2%);
  }

  80% {
    transform: translate(-0.4%, -0.2%);
  }
}

/* 激活状态下的动画 */
.hero-block.is-active [hero-block-bottom] {
  animation: heroShakeBottom 6s ease-in-out infinite;
}

.hero-block.is-active [hero-block-top] {
  /* animation: heroShakeTop 1.5s ease-in-out infinite; */
}

.pd3 .main {
  padding: 3.229vw 0 7.291vw;
}

.pd3 .zuo {
  width: 31.666vw;
}

.pd3 .zuo .t1 {
  color: #475569;
}

.pd3 .zuo .ul {
  margin-top: 1.354vw;
}

.pd3 .zuo .li {
  display: flex;
  flex-wrap: wrap;
  padding: 0.833vw 0;
  border-bottom: 0.052vw solid rgba(148, 163, 184, 0.2);
}

.pd3 .zuo .li:nth-last-child(n+2) {
  margin-bottom: 0.833vw;
}

.pd3 .zuo .li .icon {
  margin-right: 0.625vw;
  width: 1.041vw;
}

.pd3 .zuo .li .txt {
  flex: 1;
  min-width: 0;
}

.pd3 .zuo .li .txt .t2 {
  color: #1e293b;
  line-height: 1.041vw;
}

.pd3 .zuo .li .txt .t3 {
  color: #64748b;
  margin-top: 0.416vw;
}

.pd3 .you {
  margin-right: 5.937vw;
  position: relative;
}

.pd3 .you .pic {
  width: 16.666vw;
  animation: pd3Float 3s ease-in-out infinite;
}

.pd3 .you .icon {
  width: 17.708vw;
  margin-left: -0.52vw;
  animation: pd3Shadow 3s ease-in-out infinite;
}

@keyframes pd3Float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.833vw);
  }
}

@keyframes pd3Shadow {

  0%,
  100% {
    transform: scaleX(1.2);
    opacity: 1;
  }

  50% {
    transform: scaleX(0.85);
    opacity: 0.6;
  }
}

.pd4 .list {
  padding: 6.093vw 0 4.687vw;
  position: relative;
}

.pd4 .item {
  position: sticky;
  left: 0;
  --diff: 0px;
  top: calc(var(--head) + var(--diff));
  margin-bottom: 2.604vw;
  padding: 4.947vw 7.604vw;
  border-radius: 0.833vw;
  background: linear-gradient(0deg, #eff6ff 0%, #eff6ff 100%);
  box-shadow: 0 0.416vw 1.666vw 0 rgba(31, 38, 135, 0.05);
}

.pd4 .item:nth-child(2) {
  background: linear-gradient(0deg, #edfbff 0%, #edfbff 100%), linear-gradient(135deg, rgba(239, 246, 255, 0.5) 0%, rgba(238, 242, 255, 0.5) 100%), #faffff;
}

.pd4 .item:nth-child(3) {
  background: linear-gradient(0deg, #daedef 0%, #daedef 100%), linear-gradient(135deg, rgba(240, 238, 255, 0.5) 0%, rgba(250, 245, 255, 0.5) 100%), #faffff;
}

.pd4 .item .zuo {
  width: 28.75vw;
}

.pd4 .item .t1 {
  color: #1e293b;
}

.pd4 .item .t2 {
  margin: 3.802vw 0;
  color: #64748b;
}

.pd4 .item .ul {
  gap: 0.833vw;
}

.pd4 .item .ul .li {
  padding: 0.833vw 0.625vw;
  border-radius: 0.625vw;
  border: 0.052vw solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(0.26vw);
  backdrop-filter: blur(0.26vw);
}

.pd4 .item .ul .li .t3 {
  color: #1e293b;
}

.pd4 .item .ul .li .t4 {
  margin-top: 0.208vw;
  color: #475569;
}

.pd4 .item .you {
  position: absolute;
  right: 14.427vw;
  top: 50%;
  transform: translateY(-50%);
  /* width: 15.625vw; */
  width: 16.625vw;
}

.home1 {
  width: 100%;
  position: relative;
  height: 150vh;
}

.home1 .pin {
  position: sticky;
  left: 0;
  top: 0;
  height: 100vh;
}

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

/* 1. 底层容器：放置星空图片 (将被揭示的内容) */
#media-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

/* 2. 中间层：SVG 遮罩层 */
#mask-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.anim-circle {
  transform-origin: center;
  fill: none;
}

.home2 {
  padding: 3.562vw 0 9.375vw;
}

.home2 .C-title .k1 {
  margin-bottom: 0;
}

.home2 .C-title .k2 {
  margin: 0.5208vw 0 1.562vw;
  color: #000;
  opacity: 0.75;
}

.yearSwiper {
  width: 100%;
  border-bottom: 0.052vw solid #d9d9d9;
}

.yearSwiper .swiper-slide {
  width: auto;
  padding: 1.562vw 0;
  opacity: 0.25;
  cursor: pointer;
}

.yearSwiper .swiper-slide.on {
  opacity: 1;
}

.home2 .picSwiper {
  width: 57.291vw;
  padding: 5vw 0 1.979vw;
  overflow: visible;
}

.home2 .picSwiper .swiper-slide {
  width: 21.875vw;
  opacity: 0;
  transition: all ease 0.3s;
}

.home2 .picSwiper .swiper-slide-prev {
  opacity: 0.5;
}

.home2 .picSwiper .swiper-slide-active {
  opacity: 1;
}

.home2 .picSwiper .swiper-slide-next {
  opacity: 0.5;
}

.home2 .picSwiper .swiper-slide img {
  transform: scale(0.6);
  filter: blur(0.104vw);
  transition: all ease 0.3s;
}

.home2 .picSwiper .swiper-slide-prev img {
  transform-origin: left;
}

.home2 .picSwiper .swiper-slide-next img {
  transform-origin: right;
}

.home2 .picSwiper .swiper-slide-active img {
  filter: blur(0);
  transform: scale(1);
}

.home2 .infoSwiper {
  /* width: 58.541vw; */
  width: 100%;
}

.home2 .infoSwiper .swiper-slide {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}
.home2 .infoSwiper .zuo {
  /*width: 24.895vw;*/
  width: 31.895vw;
}

.home2 .infoSwiper .zuo .li {
  margin-top: 0.781vw;
}

.home2 .infoSwiper .you {
  padding-top: 5.468vw;
}
.home2 .infoSwiper .you .ul {
  display: flex;
}
.home2 .infoSwiper .you .li {
  padding: 0 1.041vw;
  min-width: 4.531vw;
  display: flex;
}

.home2 .infoSwiper .you .li:nth-last-child(n+2) {
  border-right: 0.052vw solid #d9d9d9;
}

.home2 .infoSwiper .you .li .t4 {
  margin-top: 0.312vw;
}

.sbtn1 {
  width: 2.187vw;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
  z-index: 5;
  transition: all ease 0.3s;
  background: url("/img/home2-2.svg") no-repeat center/contain;
}

.sbtn1:hover {
  background: url("/img/home2-2-h.svg") no-repeat center/contain;
}

.sbtn1.next {
  transform: rotateY(180deg);
  left: auto;
  right: 0;
}

.home3 .swiper {
  height: 50vw;
  background: #000 url("/img/home3-bg.png") no-repeat center/cover;
  border-radius: 2.083vw;
  color: #fff;
}

.home3 .swiper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 11.666vw;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.home3 .swiper-slide {
  position: relative;
}

.home3 .swiper .intr {
  position: absolute;
  left: 0;
  /* top: 0; */
  top: -10%;
  width: 100%;
  height: 100%;
  padding: 0 5.885vw 11.666vw;
  align-items: flex-start;
}

.home3 .swiper .t2 {
  margin: 0.468vw 0 0.937vw;
}

.home3 .swiper .t3 {
  width: 28.906vw;
  line-height: 2;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home3 .swiper .C-btn2 {
  margin-top: 1.666vw;
}

.home3 .swiper .pic {
  width: 28.385vw;
  position: absolute;
  right: 5.677vw;
  /* bottom: 0; */
  bottom: 18%;
  max-height: 100%;
}

.home3 .swiper-pagination {
  top: 3.333vw;
  bottom: auto;
  --swiper-pagination-bullet-size: 0.416vw;
  --swiper-pagination-bullet-inactive-color: #555;
  --swiper-pagination-bullet-horizontal-gap: 0.208vw;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #ffffff;
}

.home4 {
  padding: 10.26vw 0 7.291vw;
}

.home4 .news-list {
  margin-top: 2.604vw;
  gap: 0.52vw;
}

.home4 .news-list .item {
  border-radius: 1.562vw;
  background: #e2f7f2;
  transition: all ease 0.3s;
  position: relative;
  overflow: hidden;
}

.home4 .news-list .item:hover {
  color: #fff;
}

.home4 .news-list .item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #5ba5b2;
  transform: scaleY(0.5);
  transform-origin: top;
  transition: all ease-out 0.3s;
}

.home4 .news-list .item:hover::after {
  transform: scaleY(1);
}

.home4 .news-list .item .bg {
  border-radius: 1.562vw;
  overflow: hidden;
  height: 14.375vw;
  position: relative;
  z-index: 2;
  transition: all ease 0.2s;
}

.home4 .news-list .item:hover .bg {
  border-radius: 1.562vw 1.562vw 0 0;
}

.home4 .news-list .item .bg::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(91, 165, 178, 0) 49.52%, #5ba5b2 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 35.38%, rgba(0, 0, 0, 0.4) 88.12%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.home4 .news-list .item .intr {
  position: relative;
  z-index: 5;
  padding: 1.458vw 1.041vw 3.854vw;
}

.home4 .news-list .item .intr .t2 {
  margin-top: 0.52vw;
}

/* -----------------------------------------注释-------------------------------------- */
.about1 .C-mbx {
  position: absolute;
  left: 11.666vw;
  top: 1.041vw;
  z-index: 5;
}

.C-mbx {
  gap: 0.625vw;
}

.C-mbx .icon {
  width: 0.937vw;
}

.pdsp2 {
  padding: 0 0 13.802vw;
}

.pdsp2 .list {
  margin-top: 3.125vw;
}

.pdsp2 .list .item {
  padding: 0 2.604vw;
}

.pdsp2 .list .item .you {
  border-radius: 1.822vw;
  border: 0.052vw solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0.416vw 1.666vw 0 rgba(31, 38, 135, 0.05);
  -webkit-backdrop-filter: blur(0.625vw);
  backdrop-filter: blur(0.625vw);
  padding: 2.343vw 2.239vw 2.343vw 1.041vw;
  width: 33.593vw;
}

.pdsp2 .list .item .you .ul {
  margin-top: 2.604vw;
}

.pdsp2 .list .item .you .li {
  display: flex;
  flex-wrap: wrap;
  padding: 1.562vw 0;
  border-bottom: 0.052vw solid rgba(15, 23, 42, 0.05);
}

.pdsp2 .list .item .you .li .txt {
  padding-left: 4.322vw;
  flex: 1;
  min-width: 0;
}

.pdsp2 .list .item .you .li .t4 {
  color: rgba(71, 85, 105, 0.6);
}

.pdsp3 {
  padding: 0 0 13.177vw;
}

.pdsp3 .swiper {
  padding: 4.947vw 0 0;
  margin: 0 1.041vw;
}

.pdsp3 .swiper .swiper-slide {
  width: 35.416vw;
  height: auto;
  background: #edfbff;
  padding: 0.468vw 2.187vw 6.093vw 1.458vw;
  color: rgba(71, 85, 105, 0.6);
}

.pdsp3 .swiper .swiper-slide .zuo {
  width: 13.593vw;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pdsp3 .swiper .swiper-slide .t1 {
  color: #000;
  font-weight: 300;
}

.pdsp3 .swiper .swiper-slide .t2 {
  color: #0f172a;
  height: 3em;
}

.pdsp3 .swiper .swiper-slide .t3 {
  margin: 1.875vw 0 2.604vw;
}

.pdsp3 .swiper .swiper-slide .t4 {
  margin: auto 0 0;
}

.pdsp3 .swiper .swiper-slide .you {
  width: 15vw;
}

.pdsp3 .sbtn1.prev {
  right: 100%;
  left: auto;
  margin: 0 1.354vw;
}

.pdsp3 .sbtn1.next {
  right: auto;
  left: 100%;
  margin: 0 1.354vw;
}

.pdlz2 {
  padding: 0 0 13.802vw;
}

.pdlz2 .list {
  margin-top: 3.645vw;
}

.pdlz2 .list .item {
  padding: 0 2.604vw;
}

.pdlz2 .list .item .you {
  border-radius: 1.822vw;
  border: 0.052vw solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0.416vw 1.666vw 0 rgba(31, 38, 135, 0.05);
  -webkit-backdrop-filter: blur(0.625vw);
  backdrop-filter: blur(0.625vw);
  padding: 2.343vw 2.604vw;
  width: 33.593vw;
}

.pdlz2 .list .item .you .ul {
  margin-top: 2.604vw;
}

.pdlz2 .list .item .you .li {
  padding: 1.562vw 0;
  border-bottom: 0.052vw solid rgba(15, 23, 42, 0.05);
}

.pdlz2 .list .item .you .li .t4 {
  color: rgba(71, 85, 105, 0.6);
  margin-top: 0.625vw;
}

.pdlz3 {
  padding: 0 0 11.562vw;
}

.pdlz3 .sec1 {
  padding: 1.145vw 0 0.885vw;
  line-height: 2.1;
  gap: 7.187vw;
  border-bottom: 0.052vw solid #d9d9d9;
}

.pdlz3 .sec1 .tab {
  opacity: 0.5;
  cursor: pointer;
}

.pdlz3 .sec1 .tab.on {
  opacity: 1;
}

.pdlz3 .sec2 {
  padding: 2.604vw 5.677vw 0;
}

.pdlz3 .sec2 .zuo {
  width: 29.479vw;
  border-radius: 1.041vw;
  overflow: hidden;
  filter: drop-shadow(0 0.208vw 0.208vw rgba(0, 0, 0, 0.25));
}

.pdlz3 .sec2 .you {
  width: 29.739vw;
}

.pdlz3 .sec2 .you .li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 0.052vw solid #d9d9d9;
  line-height: 2.6;
}

.pdlz3 .sec2 .item {
  display: none;
  align-items: flex-start;
}

.pdlz3 .sec2 .item.on {
  display: flex;
  animation: fadeInUp 1s forwards;
}

.news1 {
  padding: 1.562vw 0 5.208vw;
}

.news1 .main {
  margin-top: 5.208vw;
}

.news1 .bg {
  width: 36.458vw;
  height: 22.656vw;
  border-radius: 1.041vw;
  overflow: hidden;
}

.news1 .intr {
  width: 36.25vw;
}

.news1 .intr .t2 {
  margin-top: 2.864vw;
}

.news1 .intr .t3 {
  margin: 1.145vw 0 2.395vw;
}

.C-btn4 {
  color: #fff;
  padding: 0.572vw 1.77vw;
  border-radius: 0.625vw;
  border: 0.052vw solid #5ba5b2;
  background: #5ba5b2;
}

.C-btn4.theme2 {
  background: transparent;
  color: #5ba5b2;
}

.C-search {
  position: relative;
}

.C-search input {
  width: 15.625vw;
  height: 2.5vw;
  border-radius: 0.416vw;
  border: 0.052vw solid #5ba5b2;
  background: none;
  padding: 0 1.041vw;
}

.C-search .icon {
  width: 1.562vw;
  position: absolute;
  right: 0.52vw;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.C-select {
  position: relative;
  display: inline-flex;
  min-width: 5.885vw;
}

.C-select .simulate {
  width: 100%;
  position: relative;
  z-index: 20;
  padding: 0.416vw 0.52vw 0.416vw 0.781vw;
  border-radius: 0.416vw;
  border: 0.052vw solid #5ba5b2;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  transition: all ease 0.3s;
}

.C-select .simulate::after {
  content: "";
  display: block;
  width: 1.041vw;
  height: 1.041vw;
  margin-left: 0.625vw;
  background: url("/img/news2-i1.svg") no-repeat center/contain;
  transition: all ease 0.3s;
}

.C-select.on .simulate::after {
  transform: rotate(-180deg);
}

.C-select input {
  display: none;
}

.C-select .placeholder {
  display: none;
  flex: 1;
}

.C-select .name {
  flex: 1;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.C-select .name:empty {
  display: none;
}

.C-select .name:empty+.placeholder {
  display: block;
}

.C-select .options {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #000;
  max-height: 15.625vw;
  padding: 0.416vw;
  z-index: 5;
  border-radius: 0.416vw;
  background: rgba(237, 251, 255, 0.95);
  -webkit-backdrop-filter: blur(0.104vw);
  backdrop-filter: blur(0.104vw);
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.3s;
  margin-top: 0.52vw;
  gap: 0.416vw;
}

.C-select .simulate::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.625vw;
  position: absolute;
  top: 100%;
  left: 0;
}

.C-select.on .options {
  opacity: 1;
  pointer-events: visible;
}

.C-select .option {
  width: 100%;
  cursor: pointer;
  padding: 0.416vw 0.833vw;
  border-radius: 0.416vw;
}

.C-select .option:hover {
  background: rgba(91, 165, 178, 0.24);
}

.C-select .option.on {
  font-weight: 700;
  background: rgba(91, 165, 178, 0.24);
}

.news2 {
  padding: 0 0 5.989vw;
}

.news2 .C-select {
  margin: 0.729vw 0;
}

.news2 .news-list .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news2 .news-list .item:nth-last-child(n+2) {
  border-bottom: 0.052vw solid #d9d9d9;
  margin-bottom: 3.125vw;
  padding-bottom: 3.958vw;
}

.news2 .news-list .item .bg {
  width: 24.895vw;
  height: 22.916vw;
  border-radius: 1.041vw;
  overflow: hidden;
}

.news2 .news-list .item .intr {
  flex: 1;
  min-width: 0;
  margin-left: 4.01vw;
}

.news2 .news-list .item .intr .t1 {
  margin-top: 2.083vw;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news2 .news-list .item .intr .t2 {
  margin: 2.083vw 0 auto;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news2 .news-list .item .intr .C-btn {
  margin-top: 2.083vw;
}

.news2 .C-pagination {
  margin-top: 3.75vw;
}

.C-pagination {
  gap: 1.302vw;
}

.C-btn3 {
  padding: 0.677vw 1.25vw;
  border-radius: 0.625vw;
  border: 0.052vw solid #5ba5b2;
  color: #5ba5b2;
  gap: 0.416vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.C-btn3:hover {
  background: var(--color);
  color: #fff;
}

.C-btn3 img {
  width: 0.625vw;
  transition: all ease 0.3s;
}

.C-btn3:hover img {
  filter: brightness(0) invert(1);
}

.C-pagination .pages {
  gap: 0.781vw;
  color: #64748b;
}

.C-pagination .pages .page.on {
  color: #5ba5b2;
}

.news5 {
  padding: 1.562vw 0 7.812vw;
}

.news5 .title {
  width: 46.875vw;
  margin: 3.645vw auto 0;
}

.news5 .t2 {
  margin: 2.083vw 0 2.166vw;
}

.news5 .t2 .icon {
  width: 1.25vw;
  margin-left: 3.125vw;
}

.news5 .empty {
  width: 46.875vw;
  margin: 0 auto;
}

.news5 .empty * {
  max-width: 100%;
  white-space: normal !important;
}

.news5 .empty img {
  max-width: 100%;
  width: 100%;
  margin: 2.343vw 0;
}

.news5 .page-switch {
  gap: 1.666vw;
  margin-top: 3.854vw;
}

.news6 {
  padding: 0 0 9.166vw;
}

.news6 .list {
  margin-top: 2.76vw;
  gap: 4.791vw;
}

.news6 .list .item {
  display: flex;
  flex-wrap: wrap;
}

.news6 .list .item .bg {
  width: 16.041vw;
  height: 14.791vw;
  border-radius: 0.26vw;
  overflow: hidden;
}

.news6 .list .item .intr {
  flex: 1;
  min-width: 0;
  align-items: flex-start;
  padding-left: 2.083vw;
}

.news6 .list .item .intr .t2 {
  margin: 0.833vw 0;
}

.news6 .list .item .intr .C-btn {
  margin-top: auto;
}

.join1 {
  padding: 12.76vw 0 12.093vw;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.join1 .main .t2 {
  margin: 2.604vw 0 4.166vw;
}

.join1 .main .btn-group {
  gap: 1.77vw;
}

.join1 .main .xflist .icon {
  position: absolute;
}

.join1 .main .xflist .icon:nth-of-type(1) {
  width: 5.104vw;
  left: 17.604vw;
  top: 9.375vw;
}

.join1 .main .xflist .icon:nth-of-type(2) {
  width: 5.208vw;
  left: 69.218vw;
  top: 13.229vw;
}

.join1 .main .xflist .icon:nth-of-type(3) {
  width: 4.218vw;
  left: 23.02vw;
  top: 27.916vw;
}

.join1 .main .xflist .icon:nth-of-type(4) {
  width: 6.51vw;
  left: 76.718vw;
  top: 27.916vw;
}

.join1 .main .xflist .icon:nth-of-type(5) {
  width: 1.666vw;
  left: 58.229vw;
  top: 38.02vw;
}

.join2 {
  padding: 0 0 6.25vw;
}

.join2 .swiper-slide .intr {
  width: 39.322vw;
}

.join2 .swiper-slide .intr .icon {
  width: 50px;
}

.join2 .swiper-slide .intr .t2 {
  margin-top: 1.822vw;
}

.join2 .swiper-slide .intr .t2 p {
  margin-bottom: 1.822vw;
}

.join2 .swiper-slide .intr .t2 p:last-child {
  margin-bottom: 0;
}

.join2 .swiper-slide .pic {
  width: 31.25vw;
  border-radius: 1.041vw;
  overflow: hidden;
}

.join2 .sbtn1.prev {
  right: 100%;
  left: auto;
  margin: 0 1.354vw;
}

.join2 .sbtn1.next {
  right: auto;
  left: 100%;
  margin: 0 1.354vw;
}

.join-cta .btn-group {
  gap: 1.77vw;
}

.join3 {
  padding: 0 0 6.145vw;
}

.join3 .btn-group {
  gap: 0.625vw;
}

.join3 .btn-group .C-btn4 {
  cursor: pointer;
}

.join3 .sec1 {
  padding: 0.729vw 0;
  gap: 1.041vw;
}

.join3 .Ecollapse {
  width: 77vw;
  margin: 0 auto;
  max-height: 43.75vw;
  padding: 0 1vw 1.041vw;
}

.join3 .Ecollapse-item {
  border-radius: 1.041vw;
  border: 0.052vw solid rgba(255, 255, 255, 0.4);
  background: #fff;
  box-shadow: 0 0.416vw 1.666vw 0 rgba(31, 38, 135, 0.05);
  padding: 1.145vw 2.604vw;
  position: relative;
  transition: all ease 0.3s;
}

.join3 .Ecollapse-item .C-btn span:nth-child(2) {
  display: none;
}

.join3 .Ecollapse-item .C-btn img {
  transition: opacity ease 0.3s, transform none;
}

.join3 .Ecollapse-item:nth-last-child(n+2) {
  margin-bottom: 1.354vw;
}

.join3 .Ecollapse-item .Ecollapse-name {
  cursor: pointer;
}
.join3 .Ecollapse-item .Ecollapse-name .item{
  display: flex;
  gap: 20px;
}
.join3 .Ecollapse-item .Ecollapse-name .t2 {
  color: #64748b;
  margin-top: 0.729vw;
}

.join3 .Ecollapse-content {
  padding: 1.041vw 0 0;
  color: #64748b;
}

.join3 .Ecollapse-content .hide-txt {
  display: none;
}

.join3 .Ecollapse-item.on {
  background: #edfbff;
}

.join3 .Ecollapse-item.on .C-btn {
  background: #5ba5b2;
  color: #fff;
}

.join3 .Ecollapse-item.on .C-btn span:nth-child(1) {
  display: none;
}

.join3 .Ecollapse-item.on .C-btn span:nth-child(2) {
  display: block;
}

.join3 .Ecollapse-item.on .C-btn img:nth-child(1) {
  opacity: 0;
}

.join3 .Ecollapse-item.on .C-btn img:nth-child(2) {
  opacity: 1;
  transform: rotateX(180deg);
}

.pdypt1 {
  padding: 1.562vw 0 0;
}

.pdypt1 .sec1 {
  padding: 0.677vw 1.041vw 1.458vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1.562vw;
}

.pdypt1 .sec1 .tab {
  width: 2.343vw;
  opacity: 0.5;
  cursor: pointer;
}

.pdypt1 .sec1 .tab.on {
  opacity: 1;
}

.pdypt1 .C-title {
  margin-top: 6.25vw;
}

.pdypt1 .sec2 {
  padding: 0 2.083vw;
  gap: 3.125vw;
}

.pdypt1 .sec2 .card .dt {
  background: #5ba5b2;
  padding: 0.729vw 0.833vw 0.52vw;
  color: #fff;
}

.pdypt1 .sec2 .card .dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.52vw 0.729vw;
  border-bottom: 0.052vw solid #d9d9d9;
}

.pdypt1 .sec3 .table-search {
  background: #fff;
  padding: 0 0.52vw;
  border-left: 0.052vw solid #d9d9d9;
}

.pdypt1 .sec3 .table-search .icon {
  width: 0.833vw;
  margin-right: 0.833vw;
}

.pdypt1 .sec3 .table-search input {
  flex: 1;
  min-width: 0;
  height: 2.083vw;
}

.pdypt1 .sec3 .table-search input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.pdypt1 .sec3 .table-search input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.pdypt1 .sec3 .gdt {
  width: 100%;
  padding-bottom: 0.208vw;
}

.pdypt1 .sec3 table {
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
}

.pdypt1 .sec3 table thead {
  background: #e0e0e0;
}

.pdypt1 .sec3 table tbody td {
  border-bottom: 0.052vw solid rgba(0, 0, 0, 0.5);
  background: #fff;
}

.pdypt1 .sec3 table td {
  padding: 0.937vw 0;
}

.pdypt1 .sec3 table td:nth-child(1) {
  padding-left: 2.239vw;
}

.pdypt1 .sec3 table td:last-child {
  padding-right: 2.239vw;
}

.pdypt1 .tab-content {
  display: none;
}

.pdypt1 .tab-content.on {
  display: grid;
  animation: fadeInUp 1s forwards;
}

.pdypt1 .sbtn1.prev {
  right: 100%;
  left: auto;
  margin: 0 1.354vw;
}

.pdypt1 .sbtn1.next {
  right: auto;
  left: 100%;
  margin: 0 1.354vw;
}

.pdypt2 {
  padding: 6.25vw 0;
}

.pdypt2 .main {
  gap: 1.562vw;
}

.pdypt2 .main .zuo {
  padding: 2.864vw 1.562vw 1.354vw;
  background: url("/img/pdypt2-1.jpg") no-repeat center/cover;
}

.pdypt2 .main .zuo .sec1 {
  padding: 1.354vw 1.197vw;
  background: #fff;
}

.pdypt2 .main .zuo .sec1 .t1 {
  color: rgba(0, 0, 0, 0.5);
}

.pdypt2 .main .zuo .sec1 .t2 {
  margin-top: 0.416vw;
}

.pdypt2 .main .zuo .t3 {
  color: #fff;
  margin-top: 2.239vw;
}

.pdypt2 .main .you {
  position: relative;
}

.pdypt2 .main .you .intr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1.354vw 1.458vw;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}

.pdypt3 {
  padding: 0 0 6.25vw;
}

.pdypt3 .list {
  margin-top: 2.083vw;
  gap: 1.562vw;
}

.pdypt3 .list .item {
  padding: 2.916vw 1.458vw;
  border-radius: 0.52vw;
  border: 0.052vw solid rgba(255, 255, 255, 0.4);
  background: #edfbff;
  box-shadow: 0 0.416vw 1.666vw 0 rgba(31, 38, 135, 0.05);
  -webkit-backdrop-filter: blur(0.625vw);
  backdrop-filter: blur(0.625vw);
  display: flex;
  flex-direction: column;
  transition: all ease 1s;
}

.pdypt3 .list .item:nth-child(2n) {
  background: #fff;
}

.pdypt3 .list .item:hover {
  transform: scale(1.04);
}

.pdypt3 .list .item .t1 {
  color: #1e293b;
  margin-bottom: 0.208vw;
}

.pdypt3 .list .item .t2 {
  width: 12.604vw;
  color: #64748b;
  margin-bottom: 4.895vw;
}

.pdypt3 .list .item .t3 {
  margin-top: auto;
  text-align: right;
}

.pdypt3 .list .item .item-btn {
  border-radius: 0.625vw;
  border: 0.052vw solid #5ba5b2;
  background: #5ba5b2;
  padding: 0.364vw 2.604vw;
  line-height: 1;
  color: #fff;
  margin-top: 0.52vw;
}

.pdypt3 .list .item .item-btn:hover {
  background: #fff;
  color: var(--color);
}

.pdypt4 {
  padding: 0 0 7.291vw;
}

.pdypt4 .list {
  margin-top: 3.958vw;
  gap: 4.166vw;
}

.pdypt4 .list .item .bg {
  width: 22.291vw;
  height: 16.51vw;
}

.pdypt4 .list .item .intr .t1 {
  margin-top: 1.041vw;
}

.pdypt4 .list .item .intr .t2 {
  margin: 1.041vw 0 0.937vw;
  opacity: 0.6;
}

.pdypt4 .list .item .intr .t3 {
  opacity: 0.6;
  margin-top: auto;
}

/* ================================================================
   Job Detail Page (job-detail.php) — PC Styles
   ================================================================ */

.job-detail {
  padding: 4.166vw 0 7.291vw;
  min-height: 60vh;
  background: #faffff;
}

/* Back link */
.jd-back {
  margin-bottom: 2.604vw;
}

.jd-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.416vw;
  color: #5ba5b2;
  text-decoration: none;
  transition: color 0.2s ease;
}

.jd-back-link:hover {
  color: #3a8fa0;
}

.jd-back-link svg {
  flex-shrink: 0;
}

/* Title area */
.jd-hero {
  margin-bottom: 2.604vw;
}

.jd-title {
  color: #0f172a;
  margin-bottom: 1.041vw;
  line-height: 1.25;
}

.jd-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625vw;
  margin-bottom: 1.562vw;
}

.jd-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.312vw;
  padding: 0.312vw 0.833vw;
  border-radius: 2em;
  background: rgba(91, 165, 178, 0.1);
  border: 0.052vw solid rgba(91, 165, 178, 0.2);
  color: #3a8fa0;
}

.jd-tag-type {
  background: rgba(91, 165, 178, 0.2);
  border-color: rgba(91, 165, 178, 0.35);
  font-weight: 600;
}

.jd-divider {
  height: 0.156vw;
  background: linear-gradient(90deg, #5ba5b2 0%, transparent 100%);
  border-radius: 1em;
}

/* Content card */
.jd-content-wrap {
  margin-bottom: 3.125vw;
}

.jd-content-card {
  background: #fff;
  border-radius: 1.041vw;
  box-shadow: 0 0.208vw 1.041vw rgba(15, 23, 42, 0.06);
  padding: 2.604vw 3.125vw;
}

.jd-content {
  color: #334155;
  line-height: 1.8;
}

.jd-content p,
.jd-content > div > div[data-line] {
  margin-bottom: 0.5vw;
}

.jd-content [style*="white-space-collapse"] {
  white-space-collapse: collapse !important;
}

.jd-content .jd-section-heading {
  font-size: 1.15em;
  font-weight: 700;
  color: #5ba5b2;
  margin-top: 1.8vw;
  margin-bottom: 0.6vw;
  padding-left: 0.833vw;
  border-left: 0.26vw solid #5ba5b2;
  line-height: 1.5;
}
.jd-content .jd-section-heading:first-child,
.jd-content > div > .jd-section-heading:first-child {
  margin-top: 0;
}

.jd-content .jd-sub-heading {
  font-weight: 600;
  color: #1e293b;
  margin-top: 1.2vw;
  margin-bottom: 0.3vw;
  font-size: 1.05em;
}

.jd-content .jd-list-item {
  padding-left: 1.562vw;
  position: relative;
  margin-bottom: 0.416vw;
}
.jd-content .jd-list-item::before {
  content: "▸";
  color: #5ba5b2;
  position: absolute;
  left: 0;
  font-size: 0.9em;
  line-height: inherit;
}

.jd-content ul {
  padding-left: 2em;
  margin: 0.3vw 0 0.8vw;
  list-style-type: disc;
}
.jd-content ul li {
  margin-bottom: 0.35vw;
  padding-left: 0.3em;
  color: #334155;
  line-height: 1.8;
}
.jd-content ul li::marker {
  color: #5ba5b2;
  font-size: 1.1em;
}

.jd-content p:empty,
.jd-content p:has(> br:only-child) {
  margin-bottom: 0.4vw;
}

/* Apply card */
.jd-apply {
  margin-bottom: 4.166vw;
}

.jd-apply-card {
  background: #fff;
  border-radius: 1.041vw;
  box-shadow: 0 0.208vw 1.041vw rgba(15, 23, 42, 0.06);
  padding: 2.604vw 3.125vw;
}

.jd-apply-header {
  gap: 0.625vw;
  margin-bottom: 0.52vw;
}

.jd-apply-icon {
  width: 2.604vw;
  height: 2.604vw;
  border-radius: 50%;
  background: rgba(91, 165, 178, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5ba5b2;
  flex-shrink: 0;
}

.jd-apply-title {
  color: #0f172a;
}

.jd-apply-desc {
  color: #64748b;
  margin-bottom: 2.083vw;
}

/* Form */
.jd-form-row {
  display: flex;
  gap: 1.562vw;
  margin-bottom: 1.354vw;
}

.jd-form-group {
  flex: 1;
  min-width: 0;
}

.jd-form-full {
  margin-bottom: 1.354vw;
}

.jd-label {
  display: block;
  color: #475569;
  margin-bottom: 0.416vw;
  font-weight: 500;
}

.jd-required {
  color: #ef4444;
}

.jd-optional {
  color: #94a3b8;
  font-weight: 400;
}

.jd-input {
  width: 100%;
  height: 2.604vw;
  padding: 0 0.833vw;
  border: 0.052vw solid #d1d5db;
  border-radius: 0.417vw;
  background: #fafafa;
  color: #0f172a;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.jd-input:focus {
  outline: none;
  border-color: #5ba5b2;
  box-shadow: 0 0 0 0.156vw rgba(91, 165, 178, 0.2);
  background: #fff;
}

.jd-input::-moz-placeholder {
  color: #94a3b8;
}

.jd-input::placeholder {
  color: #94a3b8;
}

/* File hidden */
.jd-file-input {
  display: none;
}

/* Dropzone */
.jd-dropzone {
  border: 0.104vw dashed #cbd5e1;
  border-radius: 0.625vw;
  padding: 2.083vw 1.562vw;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
  background: #f8fafc;
  max-width: 28.125vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jd-dropzone:hover,
.jd-dropzone.drag-over {
  border-color: #5ba5b2;
  background: #edfbff;
}

.jd-dropzone-icon {
  color: #94a3b8;
  margin-bottom: 0.625vw;
  display: flex;
  justify-content: center;
}

.jd-dropzone-icon svg {
  width: 2.083vw;
  height: 2.083vw;
}

.jd-dropzone:hover .jd-dropzone-icon,
.jd-dropzone.drag-over .jd-dropzone-icon {
  color: #5ba5b2;
}

.jd-dropzone-text {
  color: #475569;
  margin-bottom: 0.208vw;
}

.jd-dropzone-hint {
  color: #94a3b8;
}

/* Selected file info */
.jd-file-info {
  margin-top: 0.625vw;
  max-width: 28.125vw;
  margin-left: auto;
  margin-right: auto;
}

.jd-file-info-inner {
  padding: 0.729vw 1.041vw;
  background: #edfbff;
  border: 0.052vw solid rgba(91, 165, 178, 0.25);
  border-radius: 0.417vw;
  color: #475569;
  gap: 0.625vw;
}

.jd-file-info-inner svg {
  color: #5ba5b2;
  flex-shrink: 0;
  margin-right: 0.416vw;
  width: 1.041vw;
  height: 1.041vw;
}

.jd-file-remove svg {
  width: 0.833vw;
  height: 0.833vw;
}

.jd-file-remove {
  background: none;
  border: none;
  cursor: pointer;
  color: #94a3b8;
  padding: 0.2vw;
  border-radius: 0.208vw;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
}

.jd-file-remove:hover {
  color: #ef4444;
}

/* Submit button */
.jd-submit-wrap {
  margin-top: 1.562vw;
}

.jd-submit-btn {
  min-width: 12.5vw;
  cursor: pointer;
}

.jd-submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* Messages */
.jd-message {
  margin-top: 1.041vw;
}

.jd-message-success,
.jd-message-error {
  display: flex;
  align-items: center;
  gap: 0.52vw;
  padding: 0.833vw 1.041vw;
  border-radius: 0.417vw;
  font-size: 0.938vw;
}

.jd-message-success {
  background: #dcfce7;
  color: #166534;
  border: 0.052vw solid #bbf7d0;
}

.jd-message-error {
  background: #fee2e2;
  color: #991b1b;
  border: 0.052vw solid #fecaca;
}

.jd-message-success svg,
.jd-message-error svg {
  width: 1.041vw;
  height: 1.041vw;
  flex-shrink: 0;
}