html {
  font-size: 37.5px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.page {
  width: 100%;
  background-color: #f5f7fb;
}

/* Hero */
.hero {
  position: relative;
  width: 100%;
  height: 17.6rem;
  background-image: url(img/79c98b1ed87c49878b5a172a1210485d_mergeImage.png);
  background-size: cover;
  background-position: center;
  padding-top: 2.667rem;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 61, 114, 0.24);
}

.hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 2.667rem;
}

.hero__title {
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.32);
  color: #fff;
  font-size: 1.706rem;
  font-family: AlibabaPuHuiTi-Bold, sans-serif;
  font-weight: 700;
  margin: 0;
  margin-top: -2.4rem;
}

.hero__subtitle {
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.32);
  color: #fff;
  font-size: 0.85333rem;
  font-family: AlibabaPuHuiTi-Regular, sans-serif;
  margin: 0.854rem 0;
}

.hero__btn {
  display: flex;
  align-items: center;
  gap: 0.267rem;
  padding: 0.427rem 1.067rem;
  background: #FFFFFF;
  border: none;
  border-radius: 50px;
  color: #003D72;
  font-size: 0.64rem;
  font-family: AlibabaPuHuiTi-Medium, sans-serif;
  cursor: pointer;
  transition: transform 0.3s;
}
.hero__btn a{
  color: #003D72;
  text-decoration: none;
}

.hero__btn:hover {
  transform: translateY(-2px);
}

.hero__btn img {
  width: 0.64rem;
  height: 0.64rem;
}

/* Intro */
.intro {
  width: 100%;
  margin: 0 auto;
  padding: 3.2rem 3.2rem;
  text-align: center;
  background-image: url('img/2905356a94704031b84b906adc0ab1b7_mergeImage.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.intro__text {
  color: #5a5a5a;
  font-size: 0.64rem;
  font-family: AlibabaPuHuiTi-Regular, sans-serif;
  line-height: 1.8;
  margin: 0 0 4rem 0;
}

.intro__section {
  margin-bottom: 2.667rem;
}

.intro__title {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-family: AlibabaPuHuiTi-Bold, sans-serif;
  font-weight: 700;
  margin: 0 0 1.067rem 0;
}

.intro__desc {
  color: #5a5a5a;
  font-size: 0.64rem;
  font-family: AlibabaPuHuiTi-Regular, sans-serif;
  line-height: 1.8;
  margin: 0 0 2.667rem 0;
}
.organization{
  background-image: url('img/organization-bj.png');
  background-repeat: no-repeat;
  background-size: 100% 7.09rem;
  background-position: top;
}
.process{
  width: 100%;
  padding: 0 3.733rem 3.067rem;
  margin: 0 0 2.667rem;
  background-color: #fff;
}
.process .process-title{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3.093rem 0;
  color: #1A1A1A;
  font-weight: bold;
  font-size: 1.493rem;
  font-family: AlibabaPuHuiTi-Bold, sans-serif;
}
.process .img-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 45.333rem;
  margin: 0 auto;
}
.process img{
  width: 80%;
  height: auto;
  object-fit: contain;
}

/* Challenges */
.challenges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.067rem;
  margin-top: 2.134rem;
}

.challenge-item {
  background: #fff;
  border-radius: 16px;
  padding: 1.07rem 0.93rem;
  text-align: left;
  transition: transform 0.3s, box-shadow 0.3s;
  width: 10.53rem;
  height: 5.07rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.08);
}

.challenge-item:hover {
  transform: translateY(-8px);
}

.challenge-item h3 {
  color: #1A1A1A;
  font-size: 0.48rem;
  font-family: AlibabaPuHuiTi-Medium, sans-serif;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.challenge-item img {
  width: 1.067rem;
  height: 1.067rem;
  margin-bottom: 0.59rem;
}

/* Workflow */
.workflow {
  max-width: 45.333rem;
  margin: 4rem auto;
  padding: 3.2rem 0;
  text-align: center;
}

.workflow__title {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-family: AlibabaPuHuiTi-Bold, sans-serif;
  font-weight: 700;
  margin: 0 0 4rem 0;
}

.workflow__diagram {
  position: relative;
  width: 32rem;
  height: 32rem;
  margin: 0 auto;
}

.workflow__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.333rem;
  height: 9.333rem;
  background: linear-gradient(180deg, #0070AB 0%, #003D72 100%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.067rem;
  font-family: AlibabaPuHuiTi-Bold, sans-serif;
  font-weight: 700;
  z-index: 2;
  box-shadow: 0 0 0 0.267rem rgba(0, 112, 171, 0.2);
}

.workflow__item {
  position: absolute;
  width: 10rem;
  background: #fff;
  border-radius: 16px;
  padding: 1.333rem;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  z-index: 3;
}

.workflow__item::before {
  content: '';
  position: absolute;
  background: transparent;
  border: 1px dashed #d0d0d0;
  z-index: -1;
}

.workflow__item::after {
  content: '';
  position: absolute;
  width: 0.533rem;
  height: 0.533rem;
  background: #0066b3;
  border-radius: 50%;
  z-index: 1;
}

.workflow__item--1::before { width: 2px; height: 5.6rem; bottom: 100%; left: 50%; }
.workflow__item--1::after { bottom: 100%; left: 50%; transform: translateX(-50%); }

.workflow__item--2::before { width: 6.4rem; height: 2px; right: 100%; top: 50%; }
.workflow__item--2::after { right: 100%; top: 50%; transform: translateY(-50%); }

.workflow__item--3::before { width: 6.4rem; height: 2px; right: 100%; top: 50%; }
.workflow__item--3::after { right: 100%; top: 50%; transform: translateY(-50%); }

.workflow__item--4::before { width: 2px; height: 5.6rem; top: 100%; left: 50%; }
.workflow__item--4::after { top: 100%; left: 50%; transform: translateX(-50%); }

.workflow__item--5::before { width: 6.4rem; height: 2px; left: 100%; top: 50%; }
.workflow__item--5::after { left: 100%; top: 50%; transform: translateY(-50%); }

.workflow__item--6::before { width: 6.4rem; height: 2px; left: 100%; top: 50%; }
.workflow__item--6::after { left: 100%; top: 50%; transform: translateY(-50%); }

.workflow__item img {
  width: 2.133rem;
  height: 2.133rem;
  margin-bottom: 0.533rem;
}

.workflow__item h3 {
  color: #1a1a1a;
  font-size: 0.64rem;
  font-family: AlibabaPuHuiTi-Bold, sans-serif;
  font-weight: 700;
  margin: 0 0 0.267rem 0;
}

.workflow__item p {
  color: #5a5a5a;
  font-size: 0.48rem;
  font-family: AlibabaPuHuiTi-Regular, sans-serif;
  line-height: 1.6;
  margin: 0;
}

.workflow__item--1 { top: 0; left: 50%; transform: translateX(-50%); }
.workflow__item--2 { top: 25%; right: 0; }
.workflow__item--3 { bottom: 25%; right: 0; }
.workflow__item--4 { bottom: 0; left: 50%; transform: translateX(-50%); }
.workflow__item--5 { bottom: 25%; left: 0; }
.workflow__item--6 { top: 25%; left: 0; }

/* Survey Methods */
.survey-methods {
  /* width: 45.333rem; */
  margin: 0 auto;
  padding: 0.2rem 0 2rem;
  text-align: center;
  background-color: #F5F7FB;
}

.survey-methods__title {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-family: AlibabaPuHuiTi-Bold, sans-serif;
  font-weight: 700;
  margin: 0 0 2.134rem 0;
}

.survey-methods__tabs {
  display: inline-flex;
  gap: 0;
  margin-bottom: 1.6rem;
  width: 7.573rem;
  height: 1.707rem;
  background: #fff;
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.08);
  border-radius: 0.853rem;
  padding: 0.213rem;
}

.survey-methods__tab {
  flex: 1;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0.853rem;
  color: #1A1A1A;
  font-size: 0.587rem;
  font-family: AlibabaPuHuiTi-Medium, sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
}

.survey-methods__tab--active {
  background: linear-gradient(180deg, #0070AB 0%, #003D72 100%);
  color: #fff;
}

.survey-methods__desc {
  width: 31.613rem;
  height: 2.133rem;
  color: #5A5A5A;
  font-size: 0.587rem;
  font-family: AlibabaPuHuiTi-Regular, sans-serif;
  line-height: 1.6;
  margin: 0 auto 1.6rem;
}

.survey-methods__images {
  display: flex;
  gap: 1.067rem;
  justify-content: center;
}

.survey-methods__images img {
  width: 40.107rem;
  height: 17.067rem;
}
.survey-methods-web img{
  width: 31.107rem;
  height: 14.067rem;
  object-fit: contain;
}

.survey-methods__content {
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Services */
.services {
  width: 100%;
  padding: 3.413rem 2.933rem;
  text-align: center;
  background-image: url('img/2905356a94704031b84b906adc0ab1b7_mergeImage.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.services-content {
  display: flex;
  gap: 1.067rem;
  width: 100%;
}
.content-left{
  width: 50%;
  height: 19.52rem;
  padding: 0;
}
.content-left img{
  width: 100%;
  height: 16.053rem;
}
.content-right{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.067rem;
}
.services-content .card{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.64rem;
  box-sizing: border-box;
  border-radius: 0.427rem;
  box-shadow: 0px 2px 8px 2px rgba(0, 61, 114, 0.08);
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(231, 242, 251, 1)) 2 2;
  background: linear-gradient(135deg, #FFFFFF 0%, #F1F7FD 29.73%, #FFFFFF 100%);
}
.services-content .card p{
  color: #003D72;
  font-size: 0.693rem;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.content-right .img-wrap{
  display: flex;
  width: 100%;
  gap: 0.64rem;
  box-sizing: border-box;
}
.content-right .img-wrap img{
  width: 48%;
}
.survey-card,
.implement-card{
  width: 100%;
  height: 9.227rem;
}

.services__title {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-family: AlibabaPuHuiTi-Bold, sans-serif;
  font-weight: 700;
  margin: 0 0 2.134rem 0;
}

.services__layout {
  display: flex;
  gap: 1.067rem;
  justify-content: center;
}

.service-item--left {
  width: 22.133rem;
  height: 19.52rem;
  background: #fff;
  border-radius: 16px;
  padding: 0;
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); */
}

.service-item--left .service-item__images {
  width: 100%;
  height: 100%;
  margin: 0;
}

.service-item--left .service-item__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.services__right {
  display: flex;
  flex-direction: column;
  gap: 1.067rem;
}

.service-item {
  width: 21.333rem;
  height: auto;
  background: linear-gradient(135deg, #FFFFFF 0%, #F1F7FD 29.73%, #FFFFFF 100%);
  border-radius: 0.427rem;
  padding: 1.333rem;
  text-align: center;
  box-shadow: 0px 2px 8px 2px rgba(0, 61, 114, 0.08);
  box-sizing: border-box;
  border: 2px solid transparent;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(231, 242, 251, 1)) 2 2;
}

.service-item__images {
  display: flex;
  gap: 0.64rem;
  margin-bottom: 0.533rem;
}

.service-item__images img {
  flex: 1;
  height: auto;
  max-height: 6.827rem;
  border-radius: 8px;
  display: block;
  object-fit: cover;
}

.service-item img {
  width: 50%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 0.533rem;
}

.service-item__icon {
  width: 100%;
  height: 10.667rem;
  background: #f5f7fb;
  border-radius: 8px;
  margin-bottom: 0.533rem;
}

.service-item h3 {
  color: #1a1a1a;
  font-size: 0.96rem;
  font-family: AlibabaPuHuiTi-Bold, sans-serif;
  font-weight: 700;
  margin: 0;
}

/* Advantages */
.advantages {
  margin: 0 auto;
  padding: 2rem 0;
  background-color: #fff;
}

.advantages__title {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-family: AlibabaPuHuiTi-Bold, sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 2.134rem 0;
}

.advantages__layout {
  display: flex;
  width: 45.333rem;
  height: 18.133rem;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.advantages__left {
  flex: 1;
  background-image: url('img/1745cc8fab314ce8b88982f07aa7ccb7_mergeImage.png');
  background-size: cover;
  padding: 3.84rem 0 3.84rem 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.067rem;
  border-radius: 0.5rem 0 0 0.5rem;
}

.advantages__center {
  position: absolute;
  left: calc(100% - 17.067rem - 5.333rem);
  top: 50%;
  transform: translateY(-50%);
  width: 10.667rem;
  height: 10.667rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  z-index: 10;
}

.advantages__circle {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
}

.advantages__circle--large {
  width: 4.267rem;
  height: 4.267rem;
  transform: translate(-50%, -50%);
  background: #0761B0;
  position: relative;
  z-index: 1;
  --rotation: 0deg;
}

.advantages__circle--large::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  padding: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transform: rotate(var(--rotation));
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.advantages__circle--small {
  width: 2.667rem;
  height: 2.667rem;
  transform: translate(-50%, -50%);
  background: #055397;
  position: absolute;
  z-index: 2;
  --rotation: 0deg;
}

.advantages__circle--small::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  padding: 1px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transform: rotate(var(--rotation));
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.advantages__nav-item {
  position: absolute;
  color: #fff;
  font-size: 0.64rem;
  font-family: AlibabaPuHuiTi-Regular, sans-serif;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}

.advantages__nav-item:nth-child(1) {
  left: -30%;
  top: 15%;
}

.advantages__nav-item:nth-child(2) {
  left: -35%;
  top: 35%;
}

.advantages__nav-item:nth-child(3) {
  left: -35%;
  top: 55%;
}

.advantages__nav-item:nth-child(4) {
  left: -30%;
  top: 75%;
}

.advantages__nav-item--active {
  color: #fff;
  font-weight: 700;
  font-family: AlibabaPuHuiTi-Bold, sans-serif;
  font-size: 0.8rem;
}

.advantages__nav-item--active::after {
  content: '';
  position: absolute;
  width: 0.64rem;
  height: 0.64rem;
  background: #0761B0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.advantages__nav-item:nth-child(1).advantages__nav-item--active::after {
  left: calc(50% + 2.5rem);
  top: calc(50% + 0.12rem);
  transform: translate(-50%, -50%);
}

.advantages__nav-item:nth-child(2).advantages__nav-item--active::after {
  left: calc(50% + 2.2rem);
  top: calc(50% + 0.1rem);
  transform: translate(-50%, -50%);
}

.advantages__nav-item:nth-child(3).advantages__nav-item--active::after {
  left: calc(50% + 2.3rem);
  top: calc(50% + 0.1rem);
  transform: translate(-50%, -50%);
}

.advantages__nav-item:nth-child(4).advantages__nav-item--active::after {
  left: calc(50% + 2.7rem);
  top: 50%;
  transform: translate(-50%, -50%);
}

.advantages__nav-item--active::before {
  content: '';
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.advantages__nav-item:nth-child(1).advantages__nav-item--active::before {
  left: calc(50% + 2.5rem);
  top: calc(50% + 0.12rem);
  transform: translate(-50%, -50%);
}

.advantages__nav-item:nth-child(2).advantages__nav-item--active::before {
  left: calc(50% + 2.2rem);
  top: calc(50% + 0.1rem);
  transform: translate(-50%, -50%);
}

.advantages__nav-item:nth-child(3).advantages__nav-item--active::before {
  left: calc(50% + 2.3rem);
  top: calc(50% + 0.1rem);
  transform: translate(-50%, -50%);
}

.advantages__nav-item:nth-child(4).advantages__nav-item--active::before {
  left: calc(50% + 2.7rem);
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes rotate-border {
  0% { background: conic-gradient(from 0deg, #fff 0deg, transparent 0deg), #0761B0; }
  5% { background: conic-gradient(from 0deg, #fff 18deg, rgba(255,255,255,0.7) 9deg, transparent 0deg), #0761B0; }
  10% { background: conic-gradient(from 0deg, #fff 36deg, rgba(255,255,255,0.7) 27deg, rgba(255,255,255,0.4) 18deg, transparent 0deg), #0761B0; }
  15% { background: conic-gradient(from 0deg, #fff 54deg, rgba(255,255,255,0.7) 45deg, rgba(255,255,255,0.4) 36deg, rgba(255,255,255,0.2) 27deg, transparent 0deg), #0761B0; }
  20% { background: conic-gradient(from 0deg, #fff 72deg, rgba(255,255,255,0.7) 63deg, rgba(255,255,255,0.4) 54deg, rgba(255,255,255,0.2) 45deg, transparent 0deg), #0761B0; }
  25% { background: conic-gradient(from 0deg, #fff 90deg, rgba(255,255,255,0.7) 81deg, rgba(255,255,255,0.4) 72deg, rgba(255,255,255,0.2) 63deg, transparent 0deg), #0761B0; }
  30% { background: conic-gradient(from 0deg, #fff 108deg, rgba(255,255,255,0.7) 99deg, rgba(255,255,255,0.4) 90deg, rgba(255,255,255,0.2) 81deg, transparent 0deg), #0761B0; }
  35% { background: conic-gradient(from 0deg, #fff 126deg, rgba(255,255,255,0.7) 117deg, rgba(255,255,255,0.4) 108deg, rgba(255,255,255,0.2) 99deg, transparent 0deg), #0761B0; }
  40% { background: conic-gradient(from 0deg, #fff 144deg, rgba(255,255,255,0.7) 135deg, rgba(255,255,255,0.4) 126deg, rgba(255,255,255,0.2) 117deg, transparent 0deg), #0761B0; }
  45% { background: conic-gradient(from 0deg, #fff 162deg, rgba(255,255,255,0.7) 153deg, rgba(255,255,255,0.4) 144deg, rgba(255,255,255,0.2) 135deg, transparent 0deg), #0761B0; }
  50% { background: conic-gradient(from 0deg, #fff 180deg, rgba(255,255,255,0.7) 171deg, rgba(255,255,255,0.4) 162deg, rgba(255,255,255,0.2) 153deg, transparent 0deg), #0761B0; }
  55% { background: conic-gradient(from 0deg, #fff 198deg, rgba(255,255,255,0.7) 189deg, rgba(255,255,255,0.4) 180deg, rgba(255,255,255,0.2) 171deg, transparent 0deg), #0761B0; }
  60% { background: conic-gradient(from 0deg, #fff 216deg, rgba(255,255,255,0.7) 207deg, rgba(255,255,255,0.4) 198deg, rgba(255,255,255,0.2) 189deg, transparent 0deg), #0761B0; }
  65% { background: conic-gradient(from 0deg, #fff 234deg, rgba(255,255,255,0.7) 225deg, rgba(255,255,255,0.4) 216deg, rgba(255,255,255,0.2) 207deg, transparent 0deg), #0761B0; }
  70% { background: conic-gradient(from 0deg, #fff 252deg, rgba(255,255,255,0.7) 243deg, rgba(255,255,255,0.4) 234deg, rgba(255,255,255,0.2) 225deg, transparent 0deg), #0761B0; }
  75% { background: conic-gradient(from 0deg, #fff 270deg, rgba(255,255,255,0.7) 261deg, rgba(255,255,255,0.4) 252deg, rgba(255,255,255,0.2) 243deg, transparent 0deg), #0761B0; }
  80% { background: conic-gradient(from 0deg, #fff 288deg, rgba(255,255,255,0.7) 279deg, rgba(255,255,255,0.4) 270deg, rgba(255,255,255,0.2) 261deg, transparent 0deg), #0761B0; }
  85% { background: conic-gradient(from 0deg, #fff 306deg, rgba(255,255,255,0.7) 297deg, rgba(255,255,255,0.4) 288deg, rgba(255,255,255,0.2) 279deg, transparent 0deg), #0761B0; }
  90% { background: conic-gradient(from 0deg, #fff 324deg, rgba(255,255,255,0.7) 315deg, rgba(255,255,255,0.4) 306deg, rgba(255,255,255,0.2) 297deg, transparent 0deg), #0761B0; }
  95% { background: conic-gradient(from 0deg, #fff 342deg, rgba(255,255,255,0.7) 333deg, rgba(255,255,255,0.4) 324deg, rgba(255,255,255,0.2) 315deg, transparent 0deg), #0761B0; }
  100% { background: conic-gradient(from 0deg, #fff 360deg, rgba(255,255,255,0.7) 351deg, rgba(255,255,255,0.4) 342deg, rgba(255,255,255,0.2) 333deg, transparent 0deg), #0761B0; }
}

.advantages__nav-item--active::after {
  background: conic-gradient(from 0deg, #fff 0deg, rgba(255,255,255,0.8) 30deg, rgba(255,255,255,0.4) 60deg, transparent 90deg, transparent 360deg), #0761B0;
  animation: rotate-border 3s linear infinite;
  -webkit-mask: radial-gradient(circle, transparent 0.267rem, black 0.267rem);
  mask: radial-gradient(circle, transparent 0.267rem, black 0.267rem);
}

.advantages__nav-arrows {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  z-index: 3;
}

.advantages__arrow {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.advantages__arrow:hover {
  color: #0070AB;
}

.advantages__right {
  width: 17.067rem;
  height: 18.133rem;
}

.advantages__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advantage-item {
  color: #fff;
  padding: 0;
  margin-bottom: 0;
  background: transparent;
  width: 12.8rem;
  text-align: left;
}

.advantage-item__header {
  gap: 0.533rem;
  margin-bottom: 0.8rem;
}

.advantage-item__number {
  color: #fff;
  font-size: 1.6rem;
  font-family: AlibabaPuHuiTi-Bold, sans-serif;
  font-weight: 700;
}

.advantage-item h3 {
  color: #fff;
  font-size: 0.96rem;
  font-family: AlibabaPuHuiTi-Bold, sans-serif;
  font-weight: 700;
  margin: 0;
}

.advantage-item p {
  color: #fff;
  font-size: 0.587rem;
  font-family: AlibabaPuHuiTi-Regular, sans-serif;
  line-height: 1.8;
  margin: 0 0 0.533rem 0;
  position: relative;
}

.advantage-item h3 {
  font-size: 0.853rem;
  font-family: AlibabaPuHuiTi-Bold, sans-serif;
  font-weight: 700;
  margin: 0;
}

.advantage-item p {
  font-size: 0.64rem;
  font-family: AlibabaPuHuiTi-Regular, sans-serif;
  line-height: 1.8;
  margin: 0.533rem 0;
}

/* Experience */
.experience {
  max-width: 45.333rem;
  margin: 0 auto;
  padding: 2.667rem 0;
}

.experience__title {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-family: AlibabaPuHuiTi-Bold, sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 2.134rem 0;
}

.experience__cards {
  display: flex;
  flex-direction: column;
  gap: 1.067rem;
  
}

.experience__card {
  display: flex;
  width: 45.333rem;
  height: 11.733rem;
  background: #fff;
  border-radius: 0.427rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background-image: url('img/04a3a6e5e44e49e09afb4e879c8e36f4_mergeImage.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.experience__content {
  flex: 1;
  padding: 1.333rem;
  display: flex;
  color: #5A5A5A;
  flex-direction: column;
}

.experience__content h3 {
  color: #1a1a1a;
  font-size: 0.96rem;
  font-family: AlibabaPuHuiTi-Bold, sans-serif;
  font-weight: 700;
  margin: 0 0 0.533rem 0;
}

.experience__content p {
  color: #5a5a5a;
  font-size: 0.487rem;
  font-family: AlibabaPuHuiTi-Regular, sans-serif;
  line-height: 1.8;
  margin: 0;
}

.experience__image {
  width: 50%;
  display: flex;
  gap: 0.8rem;
  height: 100%;
  padding: 1.333rem;
}
.experience__image .img-wrap{
  width: 48%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.experience__image .img-wrap p{
  text-align: center;
  margin: 0;
  color: #5A5A5A;
  font-size: 0.487rem;
  margin-top: 0.3rem;
}

.experience__image img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
