
.navigate-logo {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
body.no-scroll {
  overflow: hidden;
}
/* public */
.scroll-fade-left,
.scroll-fade-right,
.scroll-fade-up {
  transform: translate(0rem);
  visibility: hidden;
}
.section2-scroll-fade-up {
  transform: translateY(-50rem);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.56, 0.22, 0.42, 0.94),
    opacity 0.8s cubic-bezier(0.56, 0.22, 0.42, 0.94) !important;
}
.in-view2 {
  transform: translateY(-130rem);
  opacity: 1;
}

.scroll-fade-up.in-view {
  animation: scroll-fade-up 0.8s cubic-bezier(0.56, 0.22, 0.42, 0.94) forwards;
}

.scroll-fade-left.in-view {
  animation: scroll-fade-left 0.8s cubic-bezier(0.56, 0.22, 0.42, 0.94) forwards;
}
.scroll-fade-right.in-view {
  animation: scroll-fade-right 0.8s cubic-bezier(0.56, 0.22, 0.42, 0.94)
    forwards;
}
@keyframes scroll-fade-up {
  0% {
    visibility: visible;
    opacity: 0;
    transform: translateY(80rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
    visibility: visible;
  }
}
@keyframes scroll-fade-left {
  0% {
    visibility: visible;
    opacity: 0;
    transform: translateX(-80rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0rem);
    visibility: visible;
  }
}
@keyframes scroll-fade-right {
  0% {
    visibility: visible;
    opacity: 0;
    transform: translateX(80rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0rem);
    visibility: visible;
  }
}
@media (max-height: 850px) and (min-width: 996px) {
  .section1 {
    height: 900rem !important;
  }
  .section1-bg,
  .section1-bg2 {
    height: 800rem !important;
  }
  .section1-bg .topBg {
    height: 100% !important;
  }
  .section1 .section1-container-top {
    padding: 220rem 0 50rem !important;
  }
  .ug .section1 .section1-container-top,
  .vi .section1 .section1-container-top {
    align-items: flex-start !important;
  }
  .sticky-box {
    top: 0rem !important;
  }
  #scene h2 {
    margin-bottom: 10rem !important;
  }
  #scene h3 {
    margin: 5rem 0 30rem !important;
  }
  .section1-container-bottom {
    transform: translateX(-50%) scale(0.7) !important;
  }
  .section1-2 {
    margin-top: -45rem;
  }
  .section1-container-top .container-left .btn,
  .section1-container-top .container-left .btn1 {
    margin-top: 70rem !important;
  }
  .section1-container-top .container-left:nth-child(3) .btn {
    margin-top: 40rem !important;
  }
}

#pageOverLay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.section1 {
  height: 1100rem;
  position: relative;
  margin-top: -44rem;
}
.showSection1Bg {
  display: block !important;
}
.section1-bg {
  display: none;
  position: absolute;
  z-index: 0;
  inset: 0;
  height: 100%;
}
.section1-bg .topBg {
  width: 100%;
  height: 980rem;
  background: url("/ebc-static/image/newHome/section1Bgw.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.section1-bg .bottomBg {
  width: 100%;
  height: calc(100% - 980rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  transform: translateY(-100%);
}
.section1-bg2 {
  display: none;
  position: absolute;
  z-index: 0;
  inset: 0;
  height: 980rem;
  overflow: hidden;
  background: url("/ebc-static/image/newHome/section1Bgb.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  /* filter: blur(20px); */
}
.section1-bg2::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -50px;
  right: -20px;
  bottom: -5px;
  filter: blur(20px);
  background: url("/ebc-static/image/newHome/section1Bgb.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.section1BgForBottom {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-size: 100% 100%;
}

.vi .section1 .section1-container-top {
  padding: 150rem 0 150rem;
}

.section1 .section1-container-top {
  padding: 300rem 0 100rem;
  margin: 0 auto;
  max-width: 1200rem;
  height: 100%;
  box-sizing: border-box;
}
.th .section1 .section1-container-top,
.ug .section1 .section1-container-top,
.mn .section1 .section1-container-top {
  padding: 200rem 0;
}

.section1-container-top .container-left {
  max-width: 660rem;
  position: relative;
  z-index: 1;
}
.section1-container-top .container-left .super_large-80_bold {
  color: var(--ebc-text-primary);
}

.section1-container-top .container-left .starLogo {
  font-size: 20rem;
  display: inline-block;
  height: 20px;
  transform: translateY(-30rem);
  font-weight: 400;
  opacity: 0.6;
  padding-right: 10rem;
}
.section1-container-top .container-left .super_large-80_bold,
.section1-container-top .container-left h1 {
  font-size: 72rem;
  line-height: 80rem;
  margin: 0;
}
.en .section1-container-top .container-left .super_large-80_bold,
.en .section1-container-top .container-left h1 {
  font-size: 64rem;
  line-height: 68rem;
  margin: 0;
}
.pt .section1-container-top .container-left .super_large-80_bold,
.pt .section1-container-top .container-left h1,
.vi .section1-container-top .container-left .super_large-80_bold,
.vi .section1-container-top .container-left h1,
.mn .section1-container-top .container-left .super_large-80_bold,
.mn .section1-container-top .container-left h1 {
  font-size: 54rem;
  line-height: 60rem;
}
.ja .section1-container-top .container-left .super_large-80_bold,
.ja .section1-container-top .container-left h1 {
  font-size: 54rem;
  line-height: 60rem;
}
.kr .section1-container-top .container-left .super_large-80_bold,
.kr .section1-container-top .container-left h1 {
  font-size: 56rem;
  line-height: 60rem;
}
@media screen and (min-width: 996px) and (max-width: 1440px) {
  .en .section1-container-top .container-left h1 {
    font-size: 56rem;
    line-height: 64rem;
  }
  .ug .section1-container-top .container-left h1,
  .mn .section1-container-top .container-left h1 {
    font-size: 48rem;
    line-height: 54rem;
  }
  .mn .section1-container-top {
    align-items: flex-start !important;
  }
  .en .section1 .section1-container-top {
    max-width: 1200rem;
  }
}
.section1-container-top .container-left h2 {
  color: var(--ebc-text-secondary);
  margin: 24rem 0 48rem;
}

.section1-container-top .container-left h2 span {
  color: var(--ebc-text-primary);
}
.section1-container-top .whiteTitle h1 {
  color: var(--ebc-text-primary_white) !important;
}
.section1-container-top .whiteTitle h2 {
  color: var(--ebc-text-secondary_white);
}
.section1-container-top .whiteTitle h2 span {
  color: var(--ebc-text-primary_white);
}
.section1-container-top .container-left .dataList {
  gap: 56rem;
}
.section1-container-top .container-left .dataList .data {
  color: var(--ebc-text-primary_white);
  text-align: center;
}
.section1-container-top .container-left .dataList .desc {
  color: var(--ebc-text-secondary_white);
  /* margin-top: 8rem; */
}
.section1-container-top .container-left .tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 16rem;
  row-gap: 5rem;
  color: var(--ebc-text-primary);
  margin-top: 40rem;
}
.section1-container-top .container-left .tagList div {
  padding: 8rem 20rem;
  border-radius: 8rem;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4rem);
  -webkit-backdrop-filter: blur(4rem);
  font-size: 16rem;
}
.ar .section1-container-top .container-left .btn {
  margin-left: 24rem;
}
.section1-container-top .container-left .btn {
  background-color: var(--ebc-functional-active-normal);
  color: var(--ebc-basecolor-white-100);
  padding: 0 24rem;
  width: fit-content;
  height: 48rem;
  margin-top: 96rem;
  border-radius: var(--ebc-corner-radius-full);
  cursor: pointer;
  box-sizing: border-box;
  gap: 8rem;
}
.animateBtn img:first-child {
  width: 0rem;
}
.animateBtn:hover img:first-child {
  width: 20rem;
}
.animateBtn:hover img:nth-of-type(2) {
  width: 0rem;
}

.animateBtn img {
  width: 20rem;
  height: 20rem;
  transition: all 0.5s ease;
}
.section1-container-top .container-left .btn1 {
  margin: 96rem 0 0 24rem;
  color: var(--ebc-text-primary_white);
  border-radius: var(--ebc-corner-radius-full);
  border: 1rem solid #fff;
  min-width: 160rem;
  padding: 0 24rem;
  box-sizing: border-box;
  height: 48rem;
  cursor: pointer;
}
.section1-container-top .container-left .btn1:hover {
  background: var(--ebc-basecolor-white-12);
}
.section1-container-top {
  overflow: hidden;
}
.showContainerLeft {
  display: block !important;
}
.section1-container-top .container-left {
  display: none;
}
.section1-container-top .container-right {
  max-width: 620rem;
  /* overflow: hidden; */
}
.section1-swiper {
  pointer-events: none;
  /* overflow: hidden; */
}

.section1-swiper .swiper-slide {
  width: 1%;
  height: 1%;
  transform: scale(0.01) !important;
  opacity: 0;
  transform-origin: 50% 50%;
  text-align: center;
}
.section1-swiper .swiper-slide-active {
  width: 100%;
  height: 100%;
  transform: scale(1) !important;
  transition: transform 0.8s, opacity 0.2s;
  opacity: 1;
}
.section1-swiper .swiper-slide img {
  height: auto;
}
.section1-swiper .slide-1 img {
  width: 560rem;
  margin-top: -20rem;
}
.section1-swiper .slide-2 img {
  width: 520rem;
  margin-top: -30rem;
}
.section1-swiper .slide-3 img {
  width: 520rem;
  margin-top: -30rem;
}
.section1-swiper .slide-4 img {
  width: 520rem;
  margin-top: -50rem;
}
.section1-container-bottom-mobile {
  display: none;
}
.section1-container-bottom {
  gap: 16rem;
  height: 160rem;
  position: absolute;
  bottom: 25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.section1-container-bottom div {
  width: 150rem;
  height: 120rem;
  border-radius: var(--ebc-corner-radius-rc12);
  border: 0.75rem solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(
    97deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
  box-shadow: 0 6px 18px -3px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(9rem);
  -webkit-backdrop-filter: blur(9rem);

  cursor: pointer;
  overflow: hidden;
}
.section1-container-bottom div,
.section1-container-bottom div img {
  transition: all 0.8s ease;
}
.section1-container-bottom div:nth-child(1) img {
  width: 114rem;
  height: auto;
}
.section1-container-bottom div:nth-child(3) img {
  width: 102rem;
  height: auto;
}
.section1-container-bottom div:nth-child(4) img {
  width: 120rem;
  height: auto;
}
.section1-container-bottom div:nth-child(2) img {
  width: 97rem;
  height: auto;
}

.section1-container-bottom .active {
  width: 200rem;
  height: 160rem;
  position: relative;
}
.section1-container-bottom .active img {
  transform: scale(1.25);
}
.section1-container-bottom .active::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ebc-brand-primary-burgundy);
  transform: scaleX(0);
  transform-origin: left;
  animation: slideFill 5s linear forwards;
  opacity: 0.05;
}

@keyframes slideFill {
  to {
    transform: scaleX(1);
  }
}
.section1-2 {
  padding: 35rem 0;
  position: relative;
  overflow: hidden;
}

.section1-2::before,
.section1-2::after {
  position: absolute;
  top: 0;
  content: "";
  height: 100%;
  width: 180rem;
  z-index: 999;
}
.section1-2::before {
  left: 0;
  background: linear-gradient(
    to right,
    /* 0% 透明度 */ rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0.8) 60%,
    rgba(255, 255, 255, 0.7) 70%,
    rgba(255, 255, 255, 0.5) 80%,
    rgba(255, 255, 255, 0.3) 100%
  );
}

.section1-2::after {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0.8) 60%,
    rgba(255, 255, 255, 0.7) 70%,
    rgba(255, 255, 255, 0.5) 80%,
    rgba(255, 255, 255, 0.3) 100%
  );
}
.section1-2Swiper .item {
  padding-inline: 16px;
}
.section1-2 .swiperList .item .text1 {
  color: #9f734c;
  text-align: center;
  font-size: 20rem;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}
.section1-2 .swiperList .item .text2 {
  color: rgba(0, 0, 0, 0.48);
  text-align: center;
  font-size: 14rem;
  font-weight: 400;
  line-height: normal;
  /* margin-top: 12rem; */
  white-space: nowrap;
}
.section1-2 .swiperList .item {
  display: flex;
  align-items: center;
  width: fit-content;
}
.section1-2 .swiperList img {
  width: 45px;
  height: 45px;
  /* cursor: pointer; */
}
/* .section1-2 .swiperList .item .center {
  cursor: pointer;
} */
#scene {
  padding: 160rem 0;
}

@media screen and (max-width: 996px) {
 
  .section1-container-top .container-left .super_large-80_bold,
  .section1-container-top .container-left h1 {
    font-size: 64rem;
    line-height: 80rem;
  }
  .section1-container-top .container-left .starLogo {
    transform: translateY(-24rem);
  }
  .animateBtn:hover img:first-child {
    width: 0;
  }
  .animateBtn:hover img:nth-child(2) {
    width: 40rem;
  }
  body {
    max-width: 100vw;
  }
  .en .section1 {
    height: 1300rem;
  }
  .super_large-80_bold,
  h1 {
    white-space: normal !important;
  }
  /* .en .section1-swiper .slide-1 img{
    margin-top: -50rem;
  } */
  .vi .section1-swiper .slide-1 img {
    margin-top: 0;
  }
  .en .section1-container-top .container-left:nth-child(1) .btnList a {
    display: block;
    max-width: calc(50% - 16rem);
  }
  .en .section1-container-top .container-left:nth-child(1) .btnList a > div {
    max-width: 100%;
  }
  .en .section1-container-top .container-left:nth-child(1) .btnList .btn {
    white-space: nowrap;
  }
  .en .section1-container-top .container-left:nth-child(1) .btnList .btn img {
    display: none;
  }
  .en .section1-swiper .slide-2 img {
    margin-top: 40rem;
  }
  .en .section1-container-top .container-left h1 {
    font-size: 52rem;
    line-height: 60rem;
  }
  .section1 {
    height: 1180rem;
    padding: 0 32rem 212rem;
    /* box-sizing: border-box; */
    margin-top: -88rem;
    overflow: hidden;
  }
  .section1-bg,
  .section1-bg2 {
    height: 100%;
  }
  .section1-container-bottom {
    display: none !important;
  }
  .section1-container-top .container-left .tagList {
    justify-content: center;
  }
  .en .section1-container-top .container-left .tagList {
    margin-top: 40rem;
  }
  .section1-container-top {
    flex-direction: column;
  }
  .section1 .section1-container-top {
    padding: 152rem 0 0 !important;
    align-items: center !important;
    position: relative;
    z-index: 10;
    overflow: visible;
  }
  .ug .section1 .section1-container-top {
    padding: 200rem 0 0 !important;
  }
  .section1-container-top .container-left {
    text-align: center;
    max-width: 100%;
  }
  .section1-container-top .container-left .btn,
  .section1-container-top .container-left .btn1 {
    height: 96rem;
    line-height: 56rem;
    font-size: 32rem;
  }
  .id .section1-container-top .container-left .btn,
  .id .section1-container-top .container-left .btn1,
  .ru .section1-container-top .container-left .btn,
  .ru .section1-container-top .container-left .btn1,
  .mn .section1-container-top .container-left .btn,
  .mn .section1-container-top .container-left .btn1 {
    font-size: 28rem;
  }
  .animateBtn img {
    width: 40rem;
    height: 40rem;
  }
  .section1-container-top .container-left h2 {
    margin: 16rem 0 48rem;
  }
  .section1-container-top .container-left .dataList {
    justify-content: space-between;
    gap: 0;
    max-width: 1300rem;
    width: 90vw;
    box-sizing: border-box;
  }
  .section1-container-top .container-left .dataList .dataBox {
    flex: 1;
  }
  .section1-container-top .container-right {
    width: 95%;
    margin: auto;
  }
  .section1-swiper .slide-1 img {
    width: 686rem;
    margin: 0;
  }

  .section1-swiper .slide-2 img {
    width: 620rem;
  }

  .section1-swiper .slide-3 img {
    width: 630rem;
    margin-top: 20rem;
  }

  .section1-swiper .slide-4 img {
    width: 620rem;
  }
  .section1-swiper .swiper-slide {
    /* align-items: center; */
    display: flex;
    justify-content: center;
  }
  .btnList {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 90%);
    bottom: 0;
    gap: 32rem;
    width: calc(100% - 64rem);
    z-index: 999;
  }
  .section1-container-top .container-left .btnList > a,
  .section1-container-top .container-left .btnList .btn,
  .section1-container-top .container-left .btnList .btn1 {
    flex: 1;
    margin: 0;
  }

  .section1-container-top .container-left .btn {
    width: 100%;
    margin-top: 0;
  }
  .section1-container-top .container-left .tagList div {
    padding: 8rem 32rem;
    font-size: 28rem;
    border-radius: 16rem;
  }
  /* .section1-container-top .container-left .btn1 {
    margin: 16rem 0 0;
  } */
  .section1-container-top .container-left {
    position: static;
  }
  .section1-container-top .container-left:nth-child(1) .btnList .btn1 {
    width: 100%;
  }
  .section1-container-top .container-left:nth-child(1) .btnList a:nth-child(1) {
    order: 2;
  }
  .section1-container-bottom-mobile {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 48rem;
    width: calc(100% - 64rem);
    display: flex;
    justify-content: center;
    gap: 16rem;
  }
  .section1-container-bottom-mobile div {
    border-radius: var(--ebc-corner-radius-full);
    width: 6%;
    height: 4rem;
    max-height: 10rem;
    background-color: var(--ebc-functional-active-bg);
    opacity: 0.5;
  }
  .section1-container-bottom-mobile .active {
    opacity: 1;
    width: 12%;
    background-color: var(--ebc-functional-active-normal);
  }
  .section1-swiper {
    pointer-events: initial;
  }

  .section1-2::before,
  .section1-2::after {
    all: unset !important;
  }
  .section1-2 {
    padding: 30rem 0 60rem;
  }
  .section1-2 .swiperList {
    margin-top: 32rem;
    /* transition: transform 0.3s linear; */
  }
  .section1-2 .swiperList .item {
    padding: 0 16px;
  }
  .section1-2 .swiperList .item .text1 {
    color: #9f734c;
    text-align: center;
    font-size: 32rem;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    line-height: 48rem;
  }
  .section1-2 .swiperList .item .text2 {
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
    font-size: 24rem;
    font-weight: 400;
    line-height: 40rem;
    margin-top: -8rem;
  }

  .section1-2 .swiperList img {
    width: 64rem;
    height: 64rem;
  }
}
@media (min-width: 700px) and (max-width: 996px) {
  .section1-swiper .slide-1 img,
  .section1-swiper .slide-2 img,
  .section1-swiper .slide-4 img {
    margin-top: 5vw !important;
  }
}

.section2 h2 {
  text-align: center;
  color: var(--ebc-text-primary);
}
.section2 h3 {
  text-align: center;
  color: var(--ebc-text-secondary);
  margin: 12rem 0 84rem;
}

.scene {
  position: relative;
  padding: 160rem 0;
}

.section2 .contentBoxInner .tabList {
  width: 800rem;
  height: 62rem;
  padding: 5rem;
  gap: 5rem;
  border-radius: var(--ebc-corner-radius-full);
  background: var(--ebc-neutral-bg_b);
  color: var(--ebc-text-secondary);
  font-size: 16rem;
  font-weight: var(--ebc-fontweights-2);
  margin-bottom: 30rem;
}
.section2 .contentBoxInner .tabList div {
  flex: 1 1 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.section2 .contentBoxInner .tabList .active {
  color: var(--ebc-text-primary);
  font-weight: var(--ebc-fontweights-1);
  background: var(--ebc-basecolor-white-100);
  position: relative;
  border-radius: var(--ebc-corner-radius-full);
  overflow: hidden;
  clip-path: inset(0); /* 添加 clip-path */
}
/* .section2 .contentBoxInner .tabList .active:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ebc-brand-primary-burgundy);
  transform: scaleX(0);
  transform-origin: left;
  animation: slideFill 20s ease forwards;
  opacity: 0.1;
} */
.section2 .contentBoxInner .tabList .pausedanimated::before {
  animation-play-state: paused;
}
.section2 .index-section1-list-tr {
  width: 800rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 25rem 0;
}
.section2 .index-section1-list-tr:last-child {
  border: 0;
}
.section2 .index-section1-list-th {
  font-size: 16rem;
  font-weight: var(--ebc-fontweights-2);
  color: var(--ebc-text-secondary);
}
.section2 .index-section1-list-td img {
  width: 40rem;
  height: 40rem;
  /* margin-left: 69rem; */
}
.section2 .index-section1-list-td {
  font-size: 20rem;
  font-weight: var(--ebc-fontweights-1);
  color: var(--ebc-text-primary);
  text-align: center;
}
.section2 .index-section1-list-td:nth-child(1) span {
  font-size: 20rem;
}
.section2 .index-section1-list-td span {
  font-size: 12rem;
  font-weight: var(--ebc-fontweights-1);
}
.section2 .index-section1-list-td.green {
  color: #00ac47;
}
.section2 .index-section1-list-td.red {
  color: #e60004;
}
.section2 .index-section1-list-td:first-child {
  gap: 16rem;
  text-indent: 0rem !important;
}

.section2 .index-section1-list-th:first-child,
.section2 .index-section1-list-td:first-child {
  flex: 10;
  /* text-indent: 69rem; */
}
.section2 .index-section1-list-td:nth-child(2),
.section2 .index-section1-list-td:nth-child(3),
.section2 .index-section1-list-td:nth-child(5),
.section2 .index-section1-list-th:nth-child(2),
.section2 .index-section1-list-th:nth-child(3),
.section2 .index-section1-list-th:nth-child(5) {
  flex: 5;
}
.section2 .index-section1-list-td:nth-child(4),
.section2 .index-section1-list-th:nth-child(4) {
  flex: 3;
}
.contentBox {
  padding: 17rem 137rem 45rem;
}

.contentBg {
  background: url("/ebc-static/image/newHome/computerBg.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;

  transform-origin: 50% 0;
  position: relative;
  /* overflow: hidden; */
  /* will-change: transform; 
  transition: transform 250ms ease-out ; */
  /* transform: scale(0.7, 0.6); */
}
.contentBg .contentBoxInner:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 100%;
  background: url("/ebc-static/image/newHome/chromeAddress.png") no-repeat;
  background-size: 100% 100%;
  top: 0;
}
.contentBoxInner {
  background: var(--ebc-basecolor-white-100);
  padding: 55rem 103rem 40rem;
  position: relative;
  border-radius: var(--ebc-corner-radius-rc12);
}
.contentBoxInner {
  position: relative;
  overflow: hidden;
}
#locationEle #section2PointPC:hover .locationHoverBox {
  display: flex;
}
.pointCanvasContainer .locationX,
.pointCanvasContainer .locationY {
  color: var(--ebc-basecolor-white-100);
}
#locationEle #section2PointPC {
  position: absolute;
  right: 28%;
  top: 26%;
  z-index: 999;
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.5s;
}
.showSection2PointPC {
  opacity: 1 !important;
}
#locationEle #section2PointPC .ring {
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;

  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: scaleRing 2s ease-in-out infinite;
  transform-origin: 50% 50%;
}

#locationEle #section2PointPC .dot {
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  object-fit: cover;
  background-color: #fff;
}
@keyframes scaleRing {
  0% {
    transform: translate(-50%, -50%) scale(1.8);
  }
  50% {
    transform: translate(-50%, -50%) scale(2.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
  }
}

.pointCanvasContainer .locationY {
  position: absolute;
  top: 50rem;
  left: 140rem;
}
.pointCanvasContainer .locationX {
  position: absolute;
  right: 14%;
  bottom: 14%;
}
.pointCanvasContainer .canvasLegend {
  position: absolute;
  bottom: 40rem;
  gap: 20rem;
  left: 50%;
  transform: translateX(-50%);
}
.pointCanvasContainer .canvasLegend > div .desc {
  font-size: 14rem;
  font-weight: 400;
  line-height: normal;
  color: var(--ebc-basecolor-white-100);
}
.ar .pointCanvasContainer .canvasLegend > div .point {
  margin-left: 8rem;
}
.pointCanvasContainer .canvasLegend > div .point {
  width: 12rem;
  height: 12rem;
  margin-right: 8rem;
  border-radius: 50%;
}
.pointCanvasContainer .canvasLegend > div:first-child .point {
  background: var(--ebc-brand-accent-coral);
}
.pointCanvasContainer .canvasLegend > div:nth-child(2) .point {
  background: var(--ebc-neutral-lignt_gold);
}

/* .contentBoxInner .locationHoverBox .animateBtn svg {
  width: 0rem;
  height: 20rem;
}
.contentBoxInner .locationHoverBox .animateBtn:hover svg {
  width: 20rem;
  margin-right: 5rem;
} */
/* .contentBoxInner .location {
  position: absolute;
  transition: transform .25s ;
  will-change: transform;
  width: 100%;
  height: 100%;
  transform: translateY(110%);
  z-index: 2;
  background:#2c2c2c;
} */

.scene2 {
  padding: 160rem 0 300rem;
  position: sticky;
  top: 0;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.scene2 .scene2Container {
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.scene2 h2 {
  margin-bottom: 12rem;
}
.scene2 h3 {
  margin-bottom: 84rem;
}
.scene2 h2,
.scene2 h3 {
  text-align: center;
}
.scene2 #locationEle {
  width: 1050rem;
  height: 600rem;
  margin: 0 -40rem;
  padding: 16rem 120rem 40rem;
  background: url("/ebc-static/image/newHome/computerBg.png") no-repeat;
  background-size: 100% 100%;
}
.scene2 #locationEle .locationContainer {
  width: 100%;
  height: 100%;
  position: relative;
  background: #2c2c2c;
}
.scene2 #locationEle .locationContainer img {
  width: 563rem;
  height: 390rem;
  position: absolute;
  left: 145rem;
  top: 77rem;
}
.scene2 #locationEle canvas {
  position: absolute;
  left: 210rem;
  bottom: 110rem;
  width: 48%;
  height: auto;
}
.scene2 .locationHoverBox {
  display: none;
  width: 280rem;
  min-height: 150rem;
  color: var(--ebc-text-primary);
  padding: 24rem 20rem;
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22rem;
  border-radius: var(--ebc-corner-radius-rc12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    143deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
  box-shadow: 0 8rem 20rem 0 rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10rem);
  -webkit-backdrop-filter: blur(10rem);

  /* position: absolute; */
  z-index: 99999999;
  transform: translate(-5%, -50%);
}
.scene2 .locationHoverBox .animateBtn {
  background: var(--ebc-basecolor-active-500);
  border-radius: var(--ebc-corner-radius-full);
  width: fit-content;
  padding: 0 24rem;
  height: 32rem;
  color: var(--ebc-text-primary_white);
  margin-top: 10rem;
}
.scene2 .locationHoverBox .animateBtn:hover {
  background: var(--ebc-basecolor-active-400);
}
.scene2 > div {
  position: relative;
  max-width: 1100rem;
  margin-inline: auto;
}
.scene2 .leftPart {
  position: absolute;
  left: 50rem;
  transform: translateX(-100%);
}
.scene2 .rightPart {
  position: absolute;
  right: 50rem;
  transform: translateX(100%);
}
.scene2 a {
  width: fit-content;
  margin: 90rem auto 0;
  display: block;
}
.scene2 .locationHoverBox a {
  margin-top: 0;
}
.scene .bottomPart {
  /* transform:scale(1.667) tran */
  color: var(--ebc-basecolor-white-100);
}
.contentBoxStep2 {
  margin-bottom: 85rem;
}
.contentBoxStep2 div:nth-child(2) {
  color: var(--ebc-text-secondary);
  margin-top: 5rem;
}
.contentBoxStep2 div:nth-child(1) {
  color: #2c2c2c;
  font-size: 52rem;
  font-weight: var(--ebc-fontweights-0);
}

.section-animateBtn {
  padding: 12rem 38rem;
  gap: 4rem;
  color: var(--ebc-basecolor-white-100);
  background: var(--ebc-basecolor-active-500);
  transition: width 0.6s ease;
  border-radius: var(--ebc-corner-radius-full);
  line-height: initial;
  cursor: pointer;
  box-sizing: border-box;
}
.section-animateBtn:hover {
  background: var(--ebc-basecolor-active-400);
}
.section-animateBtn svg:first-child {
  width: 0rem;
  height: 20rem;
}
.section-animateBtn svg:nth-child(2) {
  width: 20rem;
  height: 20rem;
}

/* .section-animateBtn svg {
  transition: width 0.6s ease;
} */
/* .section-animateBtn:hover {
  background: var(--ebc-basecolor-active-300);
} */
/* .section-animateBtn:hover svg:first-child {
  width: 20rem;
}
.section-animateBtn:hover svg:nth-child(2) {
  width: 0rem;
}
 */

@media screen and (max-width: 996px) {
  .sticky-box {
    display: none;
  }
  .section2 .contentBox {
    display: none;
    max-width: 99vw;
  }
  .section2 {
    padding: 80rem 0 160rem;
  }
  section2 h2 {
    color: var(--ebc-text-primary);
    margin-bottom: 16rem;
  }
  .section2 h3 {
    color: var(--ebc-text-secondary);
    margin-bottom: 80rem;
  }
  .section2 .tab-wrapper {
    width: 100%; /* 可视宽度 */
    overflow-x: auto; /* 横滑 */
    scroll-behavior: smooth; /* 平滑 */
    -webkit-overflow-scrolling: touch; /* iOS 弹性 */
  }
  .section2 .tab-wrapper::-webkit-scrollbar {
    display: none;
  }
  .section2 .tab-scroll {
    display: inline-flex; /* 一行 tab，不换行 */
    gap: 16rem;
    white-space: nowrap;
    min-width: 100%;
    margin-bottom: 48rem;
    padding-inline: 32rem;
  }
  /* .section2 .tab:first-child {
    margin-left: 16rem;
  } */
  .section2 .tab {
    flex: 0 0 auto;
    padding: 8px 16px;
    color: var(--ebc-text-secondary);
    background: var(--ebc-neutral-bg_b);
    border-radius: var(--ebc-corner-radius-full);
    font-weight: 400;
  }
  .section2 .tab.active {
    background: var(--ebc-basecolor-active-500);
    color: var(--ebc-text-primary_white);
    font-weight: 500;
  }
  .section2 .tableData {
    width: calc(100% - 64rem);
    margin: 0 auto 32rem;
  }
  .section2 .table-tr {
    margin-bottom: 32rem;
    padding: 0 32rem;
    border-radius: var(--ebc-corner-radius-rc16);
    background: var(--ebc-neutral-bg_b);
  }
  .section2 .table-tr .top {
    padding: 32rem 0;
    border-bottom: 0.5px solid var(--ebc-neutral-divider_medium);
  }
  .section2 .table-tr .top img {
    width: 48rem;
    height: 48rem;
    margin-right: 16rem;
  }
  .section2 .table-tr .bottom {
    padding: 32rem 0;
  }
  .section2 .table-tr .bottom div {
    flex: 1;
  }
  .section2 .table-tr .value {
    color: var(--ebc-text-primary);
  }
  .section2 .table-tr .value span {
    font-size: 24rem;
    line-height: 24rem;
  }
  .section2 .table-tr .green {
    color: #00ac47;
  }
  .section2 .table-tr .red {
    color: #e60004;
  }
  .section2 .bottomBtn {
    margin: 80rem auto 0;
  }
  .section2-2 {
    background: #2c2c2c;
    padding: 160rem 32rem 320rem;
    position: sticky;
  }
  .section2-2 h2 {
    color: var(--ebc-text-primary_white);
    margin-bottom: 16rem;
  }
  .section2-2 h3 {
    color: var(--ebc-text-secondary_white);
    margin-bottom: 80rem;
  }

  .section2-2 .location {
    position: relative;
    width: 100%;
    aspect-ratio: 1.5;
  }
  .section2-2 .location #section2Point {
    position: absolute;
    right: 24%;
    top: 26%;
    z-index: 999;
    width: 50rem;
    height: 50rem;
    border-radius: 50%;
  }
  .section2-2 .section2ConfirmPopover {
    display: none;
    border-radius: var(--ebc-corner-radius-rc24);
    background: #fff;
    box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
    width: 622rem;
    padding: 110rem 32rem 32rem;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999999;
    transform: translate(-50%, -50%);
  }
  .section2-2 .section2ConfirmPopover svg {
    position: absolute;
    top: 32rem;
    right: 32rem;
    width: 48rem;
    height: 48rem;
  }
  .showConfirmPopover {
    display: block !important;
    animation: popoverShow 0.3s ease-in-out;
  }

  @keyframes popoverShow {
    0% {
      transform: translate(-50%, -50%) scale(1.1);
    }
    100% {
      transform: translate(-50%, -50%) scale(1);
    }
  }
  .section2-2 .section2ConfirmPopover .word {
    margin-bottom: 64rem;
    color: var(--ebc-text-secondary);
  }
  .section2-2 .section2ConfirmPopover .btn img {
    width: 32rem;
    height: 32rem;
  }
  .ring {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16rem;
    height: 16rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: scaleRing 2s ease-in-out infinite;
    transform-origin: 50% 50%;
  }

  .dot {
    position: absolute;
    width: 16rem;
    height: 16rem;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    background-color: #fff;
  }

  @keyframes scaleRing {
    0% {
      transform: translate(-50%, -50%) scale(1.8);
    }
    50% {
      transform: translate(-50%, -50%) scale(2.2);
    }
    100% {
      transform: translate(-50%, -50%) scale(1.8);
    }
  }

  .section2-2 .location canvas {
    position: absolute;
    left: 16%;
    top: 25%;
    width: 62%;
    height: 61%;
  }
  .section2-2 .location .topWord {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section2-2 .location .rightWord {
    color: #fff;
    position: absolute;
    bottom: 0rem;
    right: 0;
  }
  .section2-2 .locationBottom {
    gap: 48rem;
    margin: 48rem 0 16rem;
  }
  .section2-2 .locationBottom div {
    color: #fff;
  }
  .ar .section2-2 .locationBottom div .spot {
    margin-left: 16rem;
  }
  .section2-2 .locationBottom div .spot {
    width: 24rem;
    height: 24rem;
    border-radius: var(--ebc-corner-radius-full);
    margin-right: 16rem;
  }
  .section2-2 .locationBottom div:nth-child(1) .spot {
    background-color: var(--ebc-brand-accent-coral);
  }
  .section2-2 .locationBottom div:nth-child(2) .spot {
    background-color: var(--ebc-neutral-lignt_gold);
  }
  .section2-2 .location img {
    width: 100%;
    height: 100%;
  }
  .section2-2 .dataList {
    margin: 0rem 0 80rem;
  }
  .section2-2 .dataList .dataItem {
    flex: 0 0 336rem;
    margin-top: 48rem;
  }
  .section2-2 .dataList .dataItem .topNum {
    margin-bottom: 6rem;
    color: var(--ebc-text-primary_white);
  }
  .section2-2 .dataList .dataItem .bottomDesc {
    color: var(--ebc-text-secondary_white);
  }
  .section3 .btn,
  .section4 .btn,
  .section5 .btn,
  .section2 .bottomBtn,
  .section2-2 .btn {
    color: var(--ebc-text-primary_white);
    min-width: 330rem;
    padding: 0 24rem;
    width: fit-content;
    height: 80rem;
    margin-inline: auto;
    border-radius: var(--ebc-corner-radius-full);
    background: var(--ebc-basecolor-active-500);
    gap: 8rem;
  }
}

.en .section3 .cardBox .left {
  height: 800rem;
}
.en .section3 .cardBox .right {
  height: 800rem;
}
.ru .section3 .cardBox .left {
  height: 850rem;
}
.ru .section3 .cardBox .right {
  height: 850rem;
}
.en .section3 .card h4 {
  max-width: 85%;
}
.section3 {
  padding: 160rem 0;
  /* position: sticky; */
  /* top: -500rem; */
  /* z-index: 0; */
  overflow: hidden;
  transform-origin: 50% 100%;
  background: var(--ebc-neutral-bg_b);
  /* perspective: 1000px; */
}
.section3Container {
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.section3 h2 {
  color: var(--ebc-text-primary);
}
.scene2 h3,
.section3 h3 {
  margin: 12rem 0 84rem;
  color: var(--ebc-text-secondary);
}
.section3 .cardBox {
  gap: 24rem;
}
.section3 .cardBox .left {
  width: 588rem;
  height: 704rem;
  gap: 24rem;
}
.section3 .cardBox .right {
  width: 588rem;
  height: 704rem;
  gap: 24rem;
}

.section3 .cardBox .left .card,
.section3 .cardBox .right .card {
  border-radius: var(--ebc-corner-radius-rc16);
  /* background: var(--ebc-neutral-bg_a); */
  position: relative;
  flex: 1;
  /* overflow: hidden; */
}
.ar .section3 .cardBox .left .card .rightIcon,
.ar .section3 .cardBox .right .card .rightIcon {
  left: 24rem !important;
  right: unset;
}
.section3 .cardBox .left .card .rightIcon,
.section3 .cardBox .right .card .rightIcon {
  position: absolute;
  top: 24rem;
  right: 24rem;
  width: 40rem;
  height: 40rem;
  z-index: 0;
  opacity: 1;
  filter: grayscale(0%);
}

.section3 .card1 .logoList {
  margin-top: 4rem;
}
.section3 .card1 .logoList .item {
  width: 49%;
  height: 110rem;
}
.section3 .card1 .logoList .item:nth-child(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.section3 .card1 .logoList .item:nth-child(4) {
  border-left: 1px solid rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}
.section3 .card1 .logoList .item:nth-child(1) img {
  width: 201rem;
  height: auto;
}
.section3 .card1 .logoList .item:nth-child(2) img {
  width: 193rem;
  height: auto;
  opacity: 1;
}
.section3 .card1 .logoList .item:nth-child(3) img {
  width: 117rem;
  height: auto;
}
.section3 .card1 .logoList .item:nth-child(4) img {
  width: 160rem;
  height: auto;
  opacity: 1;
}

.section3 .flip-box {
  perspective: 1000px;
}
.section3 .flipper {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease-in-out;
  transform-style: preserve-3d;
}
.section3 .front,
.section3 .back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding: 30rem;
  border-radius: var(--ebc-corner-radius-rc24);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.section3 .front .jgList,
.section3 .front .logoList {
  margin: auto 0;
}

.section3 .front {
  background: var(--ebc-neutral-bg_a);
}
.section3 .front .rightTopBg {
  position: absolute;
  width: 581.778rem;
  height: 374.264rem;
  transform: rotate(-8deg);
  right: -75rem;
  top: 0;
  pointer-events: none;
}
.section3 .back {
  /* background: var(--ebc-brand-primary-burgundy); */
  background-color: #fff;
  transform: rotateY(180deg);
}
.section3 .back h4 {
  color: var(--ebc-text-primary_white);
  margin-bottom: 32rem;
}
.section3 .back article {
  color: var(--ebc-text-secondary);
  margin-top: 30rem;
}

.section3 .back h4 {
  margin-bottom: 0rem;
  color: var(--ebc-brand-primary-burgundy);
}

.section3 .back img {
  width: 40rem;
  height: 40rem;
  position: absolute;
  right: 24rem;
  bottom: 24rem;
}
.section3 .card2 img,
.section3 .card1 img {
  filter: grayscale(100%);
  opacity: 0.6;
}
.section3 .card1 .card1Logo4 img {
  filter: brightness(0.6) contrast(0) saturate(0);
}

.section3 .card1 img:hover,
.section3 .card2 .brandListLine div:hover img {
  filter: grayscale(0%) !important;
  opacity: 1 !important;
}

.section3 .flip-box.flipped {
  z-index: 999999999;
}
.section3 .flip-box.flipped .flipper {
  transform: rotateY(180deg);
  position: relative;
  z-index: 3;
}
.section3 .flip-box.flipped .back .rightIcon {
  transform: rotateZ(45deg);
}
.section3 .card2 .brandList.pc {
  transform: scale(1.2) translateX(15rem);
}
.ar .section3 .card2 .brandList.pc {
  transform: scale(1.3) translateX(-15rem);
}

.section3 .card2 .brandListLine {
  gap: 15rem;
}

.section3 .card2 .front h4 {
  padding-left: 30rem;
  padding-right: 30rem;
  margin-bottom: 40rem;
}
.en .section3 .card2 .front h4 {
  margin-bottom: 60rem;
}
.section3 .card3 .front h4 {
  margin-bottom: 60rem;
}
.en .section3 .card3 .front h4 {
  margin-bottom: 80rem;
}
.section3 .card2 .front {
  padding-inline: 0;
}
.section3 .card2 .brandListLine div {
  width: 80rem;
  height: 100rem;
  background: url(/ebc-static/image/newHome/section3Card2BrandIconBg.svg);
  background-size: 100% 100%;
  flex-shrink: 0;
  transition: transform 0.5s;
}
.section3 .card2 .brandListLine a {
  text-align: center;
}
.section3 .card2 .brandListLine:nth-child(2) {
  margin-left: -45rem;
  margin-top: -20rem;
}
.ar .section3 .card2 .brandListLine:nth-child(2) {
  margin-right: 45rem;
}
.section3 .card2 .brandListLine div:hover {
  background: url(/ebc-static/image/newHome/section3Card2BrandIconBgA.svg);
  background-size: 100% 100%;
  /* opacity: 0.8; */
  filter: drop-shadow(0 10px 32px rgba(0, 0, 0, 0.4));
  transform: scale(1.2);
}
.section3 .card2 .brandListLine div img {
  max-width: 80%;
  max-height: 80%;
  height: auto;
}
.section3 .card2 .brandListLine:nth-child(1) div:nth-child(3) img {
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}

.section3 .card2 .brandListLine:nth-child(2) div:nth-child(4) img {
  max-width: 55%;
  max-height: 55%;
  height: auto;
}
@media (max-width: 1440px) {
  .section3 .card2 .brandListLine div img {
    max-width: 80%;
    max-height: 80%;
    height: auto;
  }
  .section3 .card2 .brandListLine:nth-child(1) div:nth-child(3) img {
    max-width: 85%;
    max-height: 85%;
  }
  .section3 .card2 .brandListLine:nth-child(2) div:nth-child(2) img,
  .section3 .card2 .brandListLine:nth-child(2) div:nth-child(4) img {
    max-width: 60%;
    max-height: 60%;
    height: auto;
  }
}
.es .section3 .card3 .jgItem {
  padding-left: 15rem;
}
.section3 .card3 .jgItem {
  gap: 32rem;
  margin-bottom: 72rem;
  padding-left: 32rem;
}

.section3 .card3 .jgItem .title {
  color: var(--ebc-text-primary);
  margin-bottom: 8rem;
}
.section3 .card3 .jgItem .title:hover {
  color: var(--ebc-basecolor-active-500);
}
.section3 .card3 .jgItem .title:hover svg path {
  stroke: var(--ebc-basecolor-active-500);
}
.ja .section3 .card3 .jgItem .title {
  margin-bottom: 24rem;
}
.section3 .card3 .jgItem .title svg {
  width: 16rem;
  height: 16rem;
  transform: translateY(1rem);
}
.ja .section3 .card3 .jgItem .title svg {
  width: 24rem;
  height: 24rem;
  margin-left: 4rem;
  transform: translateY(2rem);
}

.section3 .card3 .jgItem .desc {
  color: var(--ebc-text-secondary);
  margin-bottom: 3rem;
}
.ja .section3 .card3 .jgItem .desc {
  margin-bottom: 8rem;
}

.section3 .card3 .jgItem img {
  width: 80rem;
  height: 80rem;
}
.ja .section3 .card3 .jgList img {
  width: 180rem;
  height: 180rem;
}
.section3 .section3Container > a {
  margin: 80rem auto 0;
  width: fit-content;
  display: block;
}

@media (max-width: 996px) {
  .section2 h2,
  .section2 h3,
  .section3 h2,
  .section3 h3,
  .scene2 h2,
  .scene2 h3,
  .section4 h2,
  .section4 h3,
  .section5 h2,
  .section5 h3 {
    padding: 0 32rem;
  }
  .section2 .btn img,
  .section2 .bottomBtn img,
  .section4 .btn img,
  .section5 .btn img,
  .section2-2 .btn img,
  .section3 .btn img {
    display: none;
  }
  .en .section3 .cardBox .right {
    height: 1400rem;
  }
  .en .section3 .cardBox .left {
    height: 1600rem;
  }
  .en .section3 .cardBox .left .logoList {
    height: calc(100% - 80rem);
    align-items: center;
  }
  .mn .section3 .cardBox .left,
  .es .section3 .cardBox .left,
  .pt .section3 .cardBox .left {
    height: 1900rem;
  }
  .ru .section3 .cardBox .left {
    height: 2100rem;
  }
  .section3 {
    padding: 160rem 0;
    top: -2200rem;
  }
  .section3 h3 {
    margin: 16rem 0 80rem;
  }
  .section3 .cardBox {
    flex-direction: column;
    gap: 32rem;
  }
  .section3 .cardBox .left {
    gap: 32rem;
  }
  .section3 .cardBox .left,
  .section3 .cardBox .right {
    width: 686rem;
    height: initial;
  }
  .section3 .cardBox .left {
    order: 2;
  }
  .ja .section3 .cardBox .right {
    height: 900rem;
  }
  .section3 .cardBox .card1 .flipper {
    height: 715rem;
  }
  .section3 .cardBox .card2 .flipper {
    height: 710rem;
  }
  .section3 .cardBox .card3 .flipper {
    height: 1200rem;
  }
  .en .section3 .cardBox .card1 .flipper,
  .en .section3 .cardBox .card2 .flipper,
  .en .section3 .cardBox .card3 .flipper {
    height: 100%;
  }
  .section3 .card1 .logoList .item:nth-child(4) {
    border: 0;
  }
  .section3 .card1 .logoList .item:nth-child(1),
  .section3 .card1 .logoList .item:nth-child(2),
  .section3 .card1 .logoList .item:nth-child(3) {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }
  /* .section3 .card3 h4,
  .section3 .card2 h4,
  .section3 .card1 h4 {
    text-align: center;
  } */
  .section3 .card1 .logoList .item:nth-child(1) {
    order: 1;
  }
  .section3 .card1 .logoList .item:nth-child(3) {
    order: 2;
  }
  .section3 .card1 .logoList .item:nth-child(2) {
    order: 3;
  }
  .section3 .card1 .logoList .item:nth-child(4) {
    order: 4;
  }
  .section3 .card1 .logoList .item:nth-child(1) img {
    width: 306rem;
  }
  .section3 .card1 .logoList .item:nth-child(3) img {
    width: 190rem;
  }
  .section3 .card1 .logoList .item:nth-child(2) img {
    width: 298rem;
  }
  .section3 .card1 .logoList .item:nth-child(4) img {
    width: 182rem;
  }
  .section3 .card1 .logoList .item {
    width: 100%;
    height: auto;
    padding: 40rem 0;
  }
  .section3 .card1 img,
  .section3 .card2 img {
    filter: grayscale(0%) !important;
    opacity: 1;
  }
  .section3 .front,
  .section3 .back {
    padding: 40rem 32rem 32rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .section3 .front .jgList,
  .section3 .front .logoList {
    margin: auto 0;
  }
  .ar .section3 .cardBox .left .card .rightIcon,
  .ar .section3 .cardBox .right .card .rightIcon {
    left: 32rem !important;
    right: unset;
  }
  .section3 .cardBox .left .card .rightIcon,
  .section3 .cardBox .right .card .rightIcon {
    position: absolute;
    width: 70rem;
    height: 70rem;
    top: 24rem;
    right: 32rem;
    z-index: 0;
  }
  .section3 .card2 .brandList {
    transform: translateX(-25px);
  }
  .ar .section3 .card2 .brandList {
    transform: translateX(22px);
  }
  .section3 .card2 .brandListLine {
    gap: 8rem;
    margin: 5rem 0 0;
  }
  .section3 .card2 .brandListLine div {
    width: 175rem;
    height: 175rem;
  }
  .section3 .card2 .brandListLine div:hover {
    background: url("/ebc-static/image/newHome/section3Card2BrandIconBg.svg");
    background-size: 100% 100%;
    filter: none;
  }
  .section3 .card2 .brandListLine:nth-child(1),
  .section3 .card2 .brandListLine:nth-child(3) {
    margin-left: -150rem;
  }
  .section3 .card2 .brandListLine:nth-child(2),
  .section3 .card2 .brandListLine:nth-child(3) {
    margin-top: 0rem;
  }
  .section3 .card2 .brandListLine:nth-child(2) {
    margin-left: -65rem;
  }
  .ar .section3 .card2 .brandListLine:nth-child(1),
  .ar .section3 .card2 .brandListLine:nth-child(3) {
    margin-right: -150rem;
  }
  .ar .section3 .card2 .brandListLine:nth-child(2) {
    margin-right: -65rem;
  }

  .section3 .card2 .brandListLine:nth-child(2) div:nth-child(3) {
    background: url(/ebc-static/image/newHome/section3Card2BrandIconBgA.svg);
    background-size: 100% 100%;
    filter: drop-shadow(0 10px 32px rgba(0, 0, 0, 0.4));
  }
  .section3 .card2 .brandListLine div img {
    max-width: 75%;
    max-height: 75%;
    height: auto;
  }
  .section3 .card2 .brandListLine:nth-child(2) div:nth-child(2) img {
    max-width: 75%;
    max-height: 75%;
  }
  .section3 .card2 .brandListLine:nth-child(1) div:nth-child(3) img {
    max-width: 85%;
    max-height: 85%;
  }
  .section3 .card2 .brandListLine:nth-child(2) div:nth-child(3) img {
    max-width: 50%;
    max-height: 50%;
  }
  .section3 .card2 .brandListLine:nth-child(2) div:nth-child(4) img {
    max-width: 80%;
    max-height: 80%;
  }

  .section3 .front .rightTopBg {
    width: 672rem;
    height: 432rem;
  }

  .section3 .card3 .jgItem {
    gap: 16rem;
    padding-left: 0;
    margin-bottom: 64rem;
    flex-direction: column;
    align-items: flex-start !important;
  }
  .ja .section3 .card3 .jgItem {
    align-items: center !important;
  }

  .section3 .card3 .jgItem img {
    width: 80rem;
    height: 80rem;
  }
  .ja .section3 .card3 .jgItem .title svg,
  .section3 .card3 .jgItem .title svg {
    width: 24rem;
    height: 24rem;
    margin-left: 4rem;
    transform: translateY(2rem);
  }

  .section3 .btn {
    margin-top: 80rem;
  }
  .section3 .card .front h4 {
    max-width: 85%;
  }
  .section3 .card2 .front h4 {
    padding-left: 32rem;
  }
  .section3 .card3 .front h4 {
    margin-bottom: 48rem;
  }
}

.section4 {
  padding: 160rem 0 30rem;
  background: url("/ebc-static/image/newHome/earthBg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: var(--ebc-corner-radius-rc24);
  overflow: hidden;
  position: relative;
  /* z-index:10 */
}
.section4 h2 {
  margin-bottom: 12rem;
  color: var(--ebc-text-primary_white);
}
.section4 h3 {
  color: var(--ebc-text-secondary_white);
}

.section4 .container {
  position: relative;
  width: 1050px;
  height: 1050px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20rem auto 0;
}
@media screen and (max-width: 1440px) {
  .section4 .container {
    width: 700px;
    height: 700px;
  }
}
.section4 #earth-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.section4 #earth-container canvas {
  margin: 0 auto;
}
.section4 #overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.section4 .marker-dot-left .transparentDot {
  order: 2;
}
.section4 .marker-dot {
  position: absolute;
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
  /* transform: translate(-50%, -50%); */
  width: fit-content;
  height: auto;
  text-align: left;
  line-height: 15px;
  z-index: 100;
}
.section4 .marker-dot .wordPart {
  padding: 2px 5px 5px;
  transform: scale(0);
  transition: transform 0.2s linear;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background: rgba(88, 87, 87, 0.2);
  border-radius: var(--ebc-corner-radius-rc12);
}
.section4 .marker-dot .transparentDot {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
}
.section4 .marker-dot:hover .wordPart {
  transform: scale(1);
}
.section4 .inCenter .wordPart {
  transform: scale(1);
}
.section4 .marker-dot .text1 {
  color: var(--ebc-text-primary_white);
  font-size: 18px;
  font-weight: 500;
}
.section4 .marker-dot .text2 {
  color: var(--ebc-basecolor-white-85);
  font-size: 16px;
  font-weight: 400;
  margin-top: 9px;
}

.section4 .section4Bottom {
  margin-top: 80rem;
  gap: 80rem;
  margin-inline: 88rem;
}
.section4 .section4Bottom .top {
  color: #fff;
  margin-bottom: 8rem;
}
.section4 .section4Bottom .bottom {
  color: var(--ebc-text-secondary_white);
}
.section4 .danwei {
  font-size: 42rem;
}
.formPopup {
  border-radius: var(--ebc-corner-radius-rc24);
  background: var(--ebc-basecolor-white-100);
  box-shadow: 20px 40px 60px 0 rgba(0, 0, 0, 0.1);
  width: 560rem;
  height: fit-content;
  padding: 32rem 48rem;
  position: fixed;
  z-index: 9999999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
  bottom: -600rem;
  transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  transform-origin: bottom center;
}
.showFormPopup {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  bottom: 0;
}
.ar .formPopup svg {
  right: unset;
  left: 32rem;
}
.formPopup svg {
  position: absolute;
  top: 32rem;
  right: 32rem;
  width: 32rem;
  height: 32rem;
}
.formPopup h3 {
  color: var(--ebc-text-primary);
}
.formPopup h4 {
  margin: 16rem 0 32rem;
  color: var(--ebc-text-secondary);
}
.formPopup input {
  border-radius: var(--ebc-corner-radius-rc16);
  background: var(--ebc-neutral-bg_b);
  margin-bottom: 16rem;
  padding: 13rem 20rem;
  width: 100%;
  color: var(--ebc-text-primary);
  height: 48rem;
}
.formPopup input::placeholder {
  color: rgba(0, 0, 0, 0.48);
}
.formPopup .verify {
  gap: 12rem;
}
.formPopup .verify input {
  width: 300rem;
  margin: 0;
  flex: 1;
}
.formPopup .btn {
  margin-top: 32rem;
  width: 100%;
  padding: 16rem 0;
  background: var(--ebc-brand-secondary-red);
  border-radius: var(--ebc-corner-radius-full);
  color: var(--ebc-text-primary_white);
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 996px) {
  .section4 {
    padding: 160rem 0;
  }
  .section4 .container {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .section4 .danwei {
    font-size: 44rem;
  }
  .section4 #earth-container {
    min-height: 800rem;
  }
  .section4 .container canvas {
    /* width: 400rem !important; */
    /* height: 400rem !important; */
    margin-inline: auto;
  }
  .section4 .marker-dot .wordPart {
    display: block;
    background: none;
    padding: 0;
    border-radius: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .section4 #section4ContactUs svg {
    margin-left: 8rem;
  }
  .section4 .marker-dot .wordPart div:nth-child(2) {
    font-size: 20rem;
  }
  .section4 .marker-dot .transparentDot {
    display: none;
  }
  .section4 .section4Bottom {
    flex-wrap: wrap;
    gap: 0;
    margin-top: 80rem;
    /* position: relative; */
    /* z-index: 99999; */
  }
  .section4 .section4Bottom > div {
    flex: 1 0 50%;
  }
  .section4 .section4Bottom > div:nth-child(n + 3) {
    margin-top: 48rem;
  }
  .en .section4 .section4Bottom .bottom {
    max-width: 340rem;
  }
  .section4 .section4Bottom .bottom {
    max-width: 280rem;
    margin-inline: auto;
  }
  .section4 .mobile .btn {
    /* margin-top: 50rem; */
  }
  .section4 .formPopup {
    width: 100%;
    height: 896rem;
    border-radius: 48rem 48rem 0 0;
    padding: 64rem 32rem 96rem;
    left: 0;
    transform: none;
    top: unset;
    transform-origin: bottom center;
    z-index: -1;
  }
  .section4 .formPopup h3 {
    text-align: left !important;
    padding: 0;
  }
  .section4 .formPopup .verify {
    gap: 24rem;
  }
  .section4 .formPopup .verify img {
    width: 280rem !important;
    border-radius: 16rem !important;
  }
  .section4 .formPopup svg {
    width: 48rem;
    height: 48rem;
  }
  .section4 .formPopup h4 {
    margin: 16rem 0 40rem;
  }
  .section4 .formPopup input {
    width: 100%;
    height: 96rem;
    padding: 28rem 32rem;
  }
  .showFormPopup {
    bottom: 0rem;
    z-index: 99999 !important;
  }
  .formPopup .btn {
    height: 96rem;
    margin-top: 48rem;
  }
}

.section5 {
  background-color: #fff;
  padding: 160rem 0;
  position: relative;
  overflow: hidden;
}

.section5 .pc a {
  margin: 80rem auto 0;
  width: fit-content;
  display: block;
}
.section5 .section5NewList a {
  margin: 0;
}
.section5 .bottomPart {
}
.section5 h2 {
  color: var(--ebc-text-primary);
}
.section5 h3 {
  color: var(--ebc-text-secondary);
  margin: 12rem 0 80rem;
}

.section5 .news-list {
  transition: transform;
}
.section5 .news-list .news-li {
  margin-inline: 16px;
}
.section5 .news-list img {
  width: 368px;
  height: auto;
  margin-bottom: 8rem;
  border-radius: var(--ebc-corner-radius-rc04);
  cursor: pointer;
}
.section5 .news-list h3 {
  padding-inline: 4px;
  color: var(--ebc-text-primary);
  margin: 0;
  cursor: pointer;
}

@media screen and (max-width: 996px) {
  .section5 {
    padding: 160rem 0;
    overflow: hidden;
  }
  .section5 h2,
  .section5 h3 {
    padding: 0 32rem;
  }
  .section5 h3 {
    margin: 16rem 0 80rem;
  }
  .section5 .news-listm {
    width: 686rem;
    margin-inline: auto;
  }
  .section5 .news-listm img {
    width: 100%;
    height: auto;
    margin-bottom: 16rem;
    border-radius: var(--ebc-corner-radius-rc16);
  }
  .section5 .news-listm h3 {
    margin: 0 0 36rem;
    padding: 0;
    text-align: left !important;
    color: var(--ebc-text-primary);
  }
  .section5 .news-listm .news-li:nth-child(n + 4) {
    display: none;
  }
  .section5 .btn {
    margin-top: 80rem;
    justify-content: center;
  }
}

.safeTim {
  color: rgba(0, 0, 0, 0.24);
  text-align: center;
  /* margin-bottom: 24rem; */
  position: relative;
  background-color: #fff;
  padding-bottom: 24rem;
  margin-top: -50rem;
}

@media screen and (max-width: 996px) {
  h2,
  h3 {
    max-width: 95vw;
    margin-inline: auto !important;
    text-align: center !important;
  }
  .safeTim {
    padding: 0 2vw 30rem;
  }
}
