.translateY1 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.e-block .e-bg {
  background-position: top center;
}
h2 {
  position: relative;
  font-size: 46px;
  line-height: 1.3;
  color: #282828;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
@media (max-width: 1920px) {
  h2 {
    font-size: 46rem;
    padding-bottom: 10rem;
    margin-bottom: 35rem;
  }
}
@media (max-width: 1024px) {
  h2 {
    padding-bottom: 10px;
  }
}
@media (max-width: 992px) {
  h2 {
    font-size: 32px;
    padding-bottom: 7px;
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  h2 {
    font-size: 24px;
  }
}
h2:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c7000b;
  width: 86px;
  display: inline-block;
  bottom: 0;
}
@media (max-width: 1920px) {
  h2:after {
    width: 86rem;
  }
}
@media (max-width: 992px) {
  h2:after {
    height: 1px;
    width: 148rem;
  }
}
@media (max-width: 750px) {
  h2:after {
    width: 45rem;
  }
}
.bz-header {
  position: fixed;
  top: 50px;
  z-index: 111;
  border-bottom: 1px solid #ddd;
  background: #fff;
  width: 100%;
}
@media (max-width: 1920px) {
  .bz-header {
    top: 50rem;
  }
}
.bz-header.fix {
  top: 0 !important;
}
@media (max-width: 1024px) {
  .bz-header {
    position: fixed;
  }
}
.bz-header .main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  max-width: 100%;
  height: 64px;
}
@media (max-width: 1920px) {
  .bz-header .main-header {
    padding: 0 40rem;
    height: 64rem;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header {
    margin: 0;
    padding: 0 40px;
    height: 55px;
  }
}
@media (max-width: 750px) {
  .bz-header .main-header {
    padding: 0 20px;
  }
}
.bz-header .main-header .logo {
  font-size: 0;
  line-height: 1;
}
.bz-header .main-header .logo img {
  width: 133px;
}
@media (max-width: 1920px) {
  .bz-header .main-header .logo img {
    width: 133rem;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header .logo img {
    width: 109px;
  }
}
.bz-header .main-header .nav-new {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.bz-header .main-header .nav-new .ul {
  display: flex;
  height: 100%;
}
.bz-header .main-header .nav-new .ul li {
  padding: 0 40px;
}
@media (max-width: 1920px) {
  .bz-header .main-header .nav-new .ul li {
    padding: 0 40rem;
  }
}
.bz-header .main-header .nav-new .ul li.active a {
  color: #c7000b;
}
.bz-header .main-header .nav-new .ul li a {
  display: block;
  position: relative;
  height: 100%;
  color: #666;
  font-size: 16px;
  line-height: 64px;
}
@media (max-width: 1920px) {
  .bz-header .main-header .nav-new .ul li a {
    font-size: 16rem;
    line-height: 64rem;
  }
}
@media (max-width: 1024px) {
  .bz-header .main-header .nav-new .ul li a {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header .nav-new .ul li a {
    font-size: 16px;
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header .nav-new {
    display: block;
    position: fixed;
    top: 55px;
    left: 0;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.2s;
    background-color: #fff;
    width: 100%;
    height: 100%;
  }
}
.bz-header .main-header .guide {
  margin-left: 60px;
}
@media (max-width: 1920px) {
  .bz-header .main-header .guide {
    margin-left: 60rem;
  }
}
.bz-header .main-header .guide a {
  display: block;
  position: relative;
  z-index: 1;
  transition: color 0.3s linear;
  border-radius: 50px;
  background-color: #282828;
  padding: 5px 25px;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 1920px) {
  .bz-header .main-header .guide a {
    border-radius: 50rem;
    padding: 5rem 25rem;
    font-size: 16rem;
  }
}
.bz-header .main-header .guide a::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: -1;
  transition: transform 0.3s ease-in, background-color 0.3s linear;
  border-radius: 40px;
  background-color: #c7000b;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}
.bz-header .main-header .guide a .iconfont {
  padding-left: 5px;
  font-size: 14px;
}
@media (max-width: 1600px) {
  .bz-header .main-header .guide a {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .bz-header .main-header .guide a {
    font-size: 12px;
  }
  .bz-header .main-header .guide a .iconfont {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .bz-header .main-header .guide a {
    background-color: #c7000b;
    font-size: 14px;
  }
  .bz-header .main-header .guide a .iconfont {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header .guide a {
    margin-left: 0;
    background-color: transparent;
    color: #282828;
    font-weight: bold;
  }
  .bz-header .main-header .guide a .iconfont {
    font-size: 18px;
  }
  .bz-header .main-header .guide a span {
    display: none;
  }
  .bz-header .main-header .guide a::before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .bz-header .main-header .guide a:hover {
    transition: background-color 0s linear 300ms;
    background-color: #c7000b;
  }
  .bz-header .main-header .guide a:hover::before {
    transform: translateX(0);
    z-index: -1;
    transition: transform 0.3s ease-out, background-color 0.3s linear;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header .guide {
    position: absolute;
    right: 60px;
    z-index: 2;
  }
}
@media (max-width: 750px) {
  .bz-header .main-header .guide {
    right: 40px;
  }
}
.bz-header .main-header #mob-menubtn {
  display: none;
  color: #333;
}
@media (max-width: 992px) {
  .bz-header .main-header #mob-menubtn {
    display: block;
  }
}
.bz-header .main-header #mob-menubtn .icon-menu {
  font-size: 20px;
  line-height: 55px;
}
.bz-header .main-header #close-menubtn {
  display: none;
}
.bz-header .main-header #close-menubtn .iconfont {
  color: #333;
  font-size: 20px;
}
.bz-header .main-header.open {
  background-color: #fff;
}
@media (max-width: 992px) {
  .bz-header .main-header.open {
    border-bottom: 1px solid #ddd;
  }
}
.bz-header .main-header.open .nav-new {
  transform: translateX(0%);
  opacity: 1;
}
.bz-header .main-header.open .nav-new ul {
  display: block;
  padding-top: 30px;
}
.bz-header .main-header.open .nav-new ul li a {
  color: #333;
  line-height: 50px;
  text-align: center;
}
.bz-header .main-header.open .nav-new ul li.active a,
.bz-header .main-header.open .nav-new ul li:hover a {
  color: #c7000b;
}
.bz-header .main-header.open .nav-new ul li.active a::after,
.bz-header .main-header.open .nav-new ul li:hover a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #c7000b;
  width: 100%;
  height: 0px;
  content: "";
}
.bz-header .main-header.open .guide {
  display: block;
  transform: translate(-50%, 0);
  opacity: 1;
}
.bz-header .main-header.open .qiehuan {
  bottom: 80px;
  opacity: 1;
}
.bz-header .main-header .qiehuan {
  position: relative;
  font-size: 14px;
  line-height: 1.95;
  display: block;
  margin-left: 30px;
  border: 1px solid #666;
  border-radius: 20px;
  padding: 2px 10px;
  padding: 2px 12px 2px 10px;
  overflow: hidden;
  color: #666;
  white-space: nowrap;
}
.LANG-cn .bz-header .main-header .qiehuan {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .bz-header .main-header .qiehuan {
    padding: 2px 14px 2px 10px;
    line-height: 1.55 !important;
  }
}
@media (max-width: 1280px) {
  .bz-header .main-header .qiehuan {
    font-size: 12px;
    line-height: 1.667;
    padding: 2px 9px 2px 7px;
    line-height: 1.55 !important;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header .qiehuan {
    position: fixed;
    bottom: -800px;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    z-index: 1;
    transition: all 1s;
    margin-left: 0;
    padding: 7px 30px 7px 30px;
  }
}
.bz-header .main-header .qiehuan::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-105%);
  z-index: -1;
  transition: transform 0.3s ease-in, background-color 0.3s linear;
  border-radius: 40px;
  background-color: #c7000b;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}
.bz-header .main-header .qiehuan:hover {
  transition: background-color 0s linear 300ms;
  border-color: #c7000b;
  background-color: #c7000b;
  color: #fff;
}
.bz-header .main-header .qiehuan:hover::before {
  transform: translateX(0);
  z-index: -1;
  transition: transform 0.3s ease-out, background-color 0.3s linear;
}
.bz-header.fix {
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.e-module-202403261417 {
  margin-top: 64px;
}
@media (max-width: 1920px) {
  .e-module-202403261417 {
    margin-top: 64rem;
  }
}
@media (max-width: 992px) {
  .e-module-202403261417 {
    margin-top: 55px;
  }
}
.e-module-202403261417.animate-v2 .text-box .text {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}
.e-module-202403261417 .e-lazy::after {
  padding-top: 39.0625%;
}
@media (max-width: 992px) {
  .e-module-202403261417 .e-lazy::after {
    padding-top: 160%;
  }
}
.e-module-202403261417 .e-lazy video {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
}
@media (max-width: 992px) {
  .e-module-202403261417 .e-cistern-l {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 750px) {
  .e-module-202403261417 .e-cistern-l {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.e-module-202403261417 .img1 {
  position: absolute;
  right: 40px;
  top: 80px;
  width: 220px;
}
@media (max-width: 1920px) {
  .e-module-202403261417 .img1 {
    right: 40rem;
    top: 80rem;
    width: 220rem;
  }
}
@media (max-width: 992px) {
  .e-module-202403261417 .img1 {
    width: 300rem;
  }
}
@media (max-width: 750px) {
  .e-module-202403261417 .img1 {
    width: 110rem;
    right: 20rem;
    top: 30rem;
  }
}
.e-module-202403261417 .text-box {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
}
@media (max-width: 992px) {
  .e-module-202403261417 .text-box {
    top: auto;
    bottom: 0;
    height: auto;
  }
}
.e-module-202403261417 .text-box .text {
  transform: translateX(0) !important;
  opacity: 1 !important;
  transition: all 0.3s ease-out 0s;
  padding-top: 16%;
  padding-left: 44%;
  max-width: 96%;
}
@media (max-width: 1024px) {
  .e-module-202403261417 .text-box .text {
    transform: translateX(0) !important;
    opacity: 1 !important;
    padding-top: 12%;
    padding-left: 43%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .e-module-202403261417 .text-box .text {
    padding: 0 0 39% 4%;
    padding-top: 8%;
  }
}
@media (max-width: 750px) {
  .e-module-202403261417 .text-box .text {
    padding: 0 0 100px 0;
  }
}
.e-module-202403261417 .text-box h1 {
  color: #282828;
  font-size: 54px;
  line-height: 1.07407407;
}
@media (max-width: 1920px) {
  .e-module-202403261417 .text-box h1 {
    font-size: 54rem;
  }
}
@media (max-width: 1024px) {
  .e-module-202403261417 .text-box h1 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .e-module-202403261417 .text-box h1 {
    margin-top: 5px;
    font-size: 48px;
  }
}
@media (max-width: 750px) {
  .e-module-202403261417 .text-box h1 {
    font-size: 28px;
    margin-top: 0;
  }
}
.e-module-202403261417 .text-box .int {
  margin-top: 15px;
  color: #333;
  font-size: 26px;
}
@media (max-width: 1920px) {
  .e-module-202403261417 .text-box .int {
    margin-top: 15rem;
    font-size: 26rem;
  }
}
@media (max-width: 992px) {
  .e-module-202403261417 .text-box .int {
    margin-top: 10px;
    max-width: 540px;
    font-size: 32px;
    line-height: 1.5;
  }
}
@media (max-width: 750px) {
  .e-module-202403261417 .text-box .int {
    margin-top: 15px;
    max-width: 240px;
    line-height: 1.25;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .e-module-202403261417 .text-box ul {
    font-size: 0;
  }
}
@media (max-width: 992px) {
  .e-module-202403261417 .text-box ul {
    margin-top: 0;
  }
}
.e-module-202403261417 .text-box ul li {
  display: inline-block;
}
.e-module-202403261417 .text-box ul li p {
  color: #666;
  font-size: 22px;
  line-height: 1.7;
}
@media (max-width: 1920px) {
  .e-module-202403261417 .text-box ul li p {
    font-size: 22rem;
  }
}
@media (max-width: 992px) {
  .e-module-202403261417 .text-box ul li p {
    display: inline-block;
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .e-module-202403261417 .text-box ul li p {
    display: inline-block;
    font-size: 14px;
  }
}
.e-module-202403261417 .text-box ul li:nth-child(1) p {
  color: #c7000b;
}
@media (max-width: 1024px) {
  .e-module-202403261417 .text-box ul li:nth-child(1) p {
    margin-right: 5px;
  }
}
.e-module-202312191038 {
  padding-top: 85px;
  padding-bottom: 100px;
  min-height: 700px;
}
@media (max-width: 1920px) {
  .e-module-202312191038 {
    padding-top: 85rem;
    padding-bottom: 100rem;
    min-height: 700rem;
  }
}
@media (max-width: 1024px) {
  .e-module-202312191038 {
    min-height: 450px;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 {
    padding-top: 35px;
    padding-bottom: 40px;
    min-height: auto;
  }
}
.e-module-202312191038 h2:after {
  left: 0;
  transform: translateX(0);
}
.e-module-202312191038 .e-bg {
  display: none;
  background-position: center 40%;
}
@media (max-width: 1600px) {
  .e-module-202312191038 .e-bg {
    background-position: center 50%;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191038 .e-bg {
    background-position: center 40%;
  }
}
@media (max-width: 1024px) {
  .e-module-202312191038 .e-bg {
    background-position: center 70%;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-bg {
    display: block;
    background-position: center 35%;
  }
}
@media (max-width: 750px) {
  .e-module-202312191038 .e-bg {
    background-position: center -29%;
  }
}
.e-module-202312191038 .e-cistern-l .invit {
  display: flex;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit {
    flex-direction: column-reverse;
  }
}
.e-module-202312191038 .e-cistern-l .invit .invit-tx {
  position: absolute;
  top: 0;
  width: 592px;
}
@media (max-width: 1920px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx {
    width: 592rem;
  }
}
@media (max-width: 1024px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx {
    width: 350px;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx {
    position: relative;
    top: auto;
    margin: 20px auto 0;
    width: 440px;
  }
}
@media (max-width: 750px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx {
    margin-top: 30px;
    width: 100%;
  }
}
.e-module-202312191038 .e-cistern-l .invit .invit-tx .e-lazy::after {
  padding-top: 104%;
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .e-lazy::after {
    padding-top: 86%;
  }
}
.e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job {
  position: absolute;
  bottom: 160px;
  left: 40px;
  width: 38%;
}
@media (max-width: 1600px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job {
    bottom: 125px;
    left: 20px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job {
    bottom: 105px;
    left: 10px;
  }
}
@media (max-width: 1024px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job {
    bottom: 80px;
    left: 15px;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job {
    bottom: 110px;
    left: 58%;
    width: 44%;
  }
  .LANG-cn .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job {
    bottom: 118px;
  }
}
@media (max-width: 750px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job {
    left: 58%;
    width: 44%;
    bottom: 80px;
  }
}
.e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job h3 {
  padding-bottom: 10px;
  color: #333333;
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 1600px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job h3 {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job h3 {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job h3 {
    padding-bottom: 7px;
    font-size: 16px;
  }
}
.e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job p {
  color: #333333;
  font-size: 16px;
  line-height: 1.45;
}
@media (max-width: 1600px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job p {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job p {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job p {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job p {
    font-size: 12px;
  }
  .LANG-en .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job p {
    font-size: 10px;
  }
}
.e-module-202312191038 .e-cistern-l .invit .invit-why {
  margin-left: 50%;
  width: 50%;
}
@media (max-width: 1024px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-why {
    margin-left: 48%;
    width: 56%;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-why {
    margin-left: 0;
    width: 100%;
  }
}
.e-module-202312191038 .e-cistern-l .invit .invit-why .invit-join p {
  font-size: 18px;
  line-height: 1.889;
  padding-bottom: 10px;
  color: #666;
}
@media (max-width: 1920px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-join p {
    font-size: 18rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 1024px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-join p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-join p {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.89 !important;
  }
}
@media (max-width: 750px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-join p {
    font-size: 14px;
  }
}
.e-module-202312191038 .e-cistern-l .invit .invit-why .invit-join p:last-child {
  padding-bottom: 0;
}
.e-module-202312191038 .e-cistern-l .invit-video-btn {
  margin-top: 40px;
}
@media (max-width: 1920px) {
  .e-module-202312191038 .e-cistern-l .invit-video-btn {
    margin-top: 40rem;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit-video-btn {
    margin-top: 16px;
    margin-top: 40px;
    text-align: center;
  }
}
.e-module-202312191038 .e-cistern-l .invit-video-btn.pc {
  display: block;
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit-video-btn.pc {
    display: none;
  }
}
.e-module-202312191038 .e-cistern-l .invit-video-btn.wap {
  display: none;
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit-video-btn.wap {
    display: block;
  }
}
.e-module-202312191038 .e-cistern-l .invit-video-btn a {
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: color 0.3s linear;
  border: 2px solid #c7000b;
  border-radius: 50px;
  background-color: transparent;
  padding: 7px 30px;
  overflow: hidden;
  color: #c7000b;
  font-size: 18px;
  white-space: nowrap;
}
.e-module-202312191038 .e-cistern-l .invit-video-btn a::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: -1;
  transition: transform 0.3s ease-in, background-color 0.3s linear;
  border-radius: 40px;
  background-color: #c7000b;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}
.e-module-202312191038 .e-cistern-l .invit-video-btn a span {
  vertical-align: middle;
}
.e-module-202312191038 .e-cistern-l .invit-video-btn a .e-lazy {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 19px;
}
.e-module-202312191038 .e-cistern-l .invit-video-btn a .e-lazy::after {
  padding-top: 100%;
}
.e-module-202312191038 .e-cistern-l .invit-video-btn a .e-lazy .icon-btn1 {
  display: block;
}
.e-module-202312191038 .e-cistern-l .invit-video-btn a .e-lazy .icon-btn2 {
  display: none;
}
@media (max-width: 1600px) {
  .e-module-202312191038 .e-cistern-l .invit-video-btn a {
    padding: 5px 25px;
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191038 .e-cistern-l .invit-video-btn a {
    font-size: 12px;
  }
  .e-module-202312191038 .e-cistern-l .invit-video-btn a .iconfont {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .e-module-202312191038 .e-cistern-l .invit-video-btn a {
    font-size: 14px;
  }
  .e-module-202312191038 .e-cistern-l .invit-video-btn a .iconfont {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit-video-btn a {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .e-module-202312191038 .e-cistern-l .invit-video-btn a .iconfont {
    font-size: 14px;
  }
  .e-module-202312191038 .e-cistern-l .invit-video-btn a::before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .e-module-202312191038 .e-cistern-l .invit-video-btn a:hover {
    transition: background-color 0s linear 300ms;
    background-color: #c7000b;
    color: #fff;
  }
  .e-module-202312191038 .e-cistern-l .invit-video-btn a:hover::before {
    transform: translateX(0);
    z-index: -1;
    transition: transform 0.3s ease-out, background-color 0.3s linear;
  }
  .e-module-202312191038 .e-cistern-l .invit-video-btn a:hover .e-lazy .icon-btn1 {
    display: none;
  }
  .e-module-202312191038 .e-cistern-l .invit-video-btn a:hover .e-lazy .icon-btn2 {
    display: block;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit-video-btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038.about-invit {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038.about-invit .e-cistern-l .invit {
    margin-bottom: 130px;
  }
}
.e-module-202505261426.style1 li .box .number {
  color: #f36e21;
}
.e-module-202505261426.style2 li .box .number {
  color: #67b645;
}
.e-module-202505261426.style3 li .box .number {
  color: #28b7c3;
}
.e-module-202505261426.style4 li .box .number {
  color: #c7000b;
}
.e-module-202505261426.style5 li .box .number {
  color: #666666;
}
.e-module-202505261426.quantity6 ul,
.e-module-202505261426.quantity7 ul,
.e-module-202505261426.quantity8 ul,
.e-module-202505261426.quantity9 ul,
.e-module-202505261426.quantity10 ul {
  justify-content: flex-start;
}
.e-module-202505261426 ul {
  justify-content: center;
}
@media (max-width: 992px) {
  .e-module-202505261426 ul {
    justify-content: flex-start;
  }
}
.e-module-202505261426 ul li {
  text-align: left;
  padding: 0 60px !important;
}
@media (max-width: 1920px) {
  .e-module-202505261426 ul li {
    padding: 0 60rem !important;
  }
}
@media (max-width: 1024px) {
  .e-module-202505261426 ul li {
    padding: 0 20px !important;
  }
}
@media (max-width: 992px) {
  .e-module-202505261426 ul li {
    padding: 0 30px !important;
  }
  .LANG-cn .e-module-202505261426 ul li {
    padding: 0 15px !important;
  }
}
@media (max-width: 750px) {
  .e-module-202505261426 ul li {
    margin-top: 30px !important;
  }
}
@media (max-width: 750px) {
  .e-module-202505261426 ul li:nth-child(1) {
    margin-top: 20px !important;
  }
}
.e-module-202505261426 ul li .box .number {
  font-size: 24px;
}
@media (max-width: 1920px) {
  .e-module-202505261426 ul li .box .number {
    font-size: 24rem;
  }
}
@media (max-width: 992px) {
  .e-module-202505261426 ul li .box .number {
    font-size: 14px;
  }
}
.e-module-202505261426 ul li .box .number span,
.e-module-202505261426 ul li .box .number em {
  font-size: 54px;
  line-height: 1;
  font-style: normal;
}
@media (max-width: 1920px) {
  .e-module-202505261426 ul li .box .number span,
  .e-module-202505261426 ul li .box .number em {
    font-size: 54rem;
  }
}
@media (max-width: 750px) {
  .e-module-202505261426 ul li .box .number span,
  .e-module-202505261426 ul li .box .number em {
    font-size: 22px;
  }
}
.e-module-202505261426 ul li .box p {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1920px) {
  .e-module-202505261426 ul li .box p {
    margin-top: 5rem;
    font-size: 18rem;
  }
}
@media (max-width: 1024px) {
  .e-module-202505261426 ul li .box p {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .e-module-202505261426 ul li .box p {
    margin-top: 0;
  }
}
.e-module-202511041026 .agenda-top ul li {
  display: inline-block;
  margin-right: 60px;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
  padding: 0 20px;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-top ul li {
    margin-right: 60rem;
    padding: 0 20rem;
  }
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-top ul li {
    margin-right: 0;
  }
}
.e-module-202511041026 .agenda-top ul li p {
  font-size: 36px;
  color: #666;
  line-height: 1;
  position: relative;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-top ul li p {
    font-size: 36rem;
  }
}
@media (max-width: 992px) {
  .e-module-202511041026 .agenda-top ul li p {
    font-size: 18px;
  }
}
.e-module-202511041026 .agenda-top ul li p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 50%;
  position: absolute;
  transition: 0.4s;
  border-radius: 20px;
  box-shadow: 0px 4px 40px 0px rgba(43, 76, 74, 0.1);
  backdrop-filter: blur(30px);
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-top ul li p::after {
    bottom: -10rem;
    border-radius: 20rem;
    box-shadow: 0 4rem 40rem 0 rgba(43, 76, 74, 0.1);
    backdrop-filter: blur(30rem);
  }
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-top ul li p::after {
    bottom: -5rem;
  }
}
.e-module-202511041026 .agenda-top ul li span {
  position: absolute;
  left: 20px;
  top: -18px;
  width: 100%;
  font-size: 20px;
  text-align: left;
  background: linear-gradient(180deg, #999999, rgba(153, 153, 153, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transition: 0.4s;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-top ul li span {
    left: 20rem;
    top: -18rem;
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-top ul li span {
    left: 20rem;
    top: -14rem;
    font-size: 11px;
  }
}
.e-module-202511041026 .agenda-top ul li.active {
  transform: translateY(-10px);
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-top ul li.active {
    transform: translateY(-10rem);
  }
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-top ul li.active {
    transform: translateY(-4px);
  }
}
.e-module-202511041026 .agenda-top ul li.active span {
  font-size: 28px;
  top: -30px;
  text-align: center;
  font-family: "e-font-bold", Arial;
  left: 0;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-top ul li.active span {
    font-size: 28rem;
    top: -30rem;
  }
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-top ul li.active span {
    font-size: 14px;
    top: -15px;
  }
}
.e-module-202511041026 .agenda-top ul li.active p {
  color: #333;
  font-family: "e-font-bold", Arial;
}
.e-module-202511041026 .agenda-top ul li.active p::after {
  height: 6px;
  left: 0;
  width: 100%;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-top ul li.active p::after {
    height: 6rem;
  }
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-top ul li.active p::after {
    height: 3px;
  }
}
.e-module-202511041026 .agenda-top ul li:nth-child(1).active p::after {
  background: linear-gradient(90deg, rgba(240, 80, 66, 0.8), rgba(255, 171, 163, 0.7) 100%);
}
.e-module-202511041026 .agenda-top ul li:nth-child(1).active span {
  background: linear-gradient(180deg, rgba(240, 80, 66, 0.3), rgba(240, 80, 66, 0.1), rgba(240, 80, 66, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.e-module-202511041026 .agenda-top ul li:nth-child(2).active p::after {
  background: linear-gradient(90deg, rgba(1, 151, 208, 0.8), rgba(121, 223, 246, 0.7) 100%);
}
.e-module-202511041026 .agenda-top ul li:nth-child(2).active span {
  background: linear-gradient(180deg, rgba(1, 151, 208, 0.3), rgba(1, 151, 208, 0.1), rgba(1, 151, 208, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.e-module-202511041026 .agenda-top ul li:nth-child(3).active p::after {
  background: linear-gradient(90deg, rgba(255, 151, 29, 0.8), rgba(252, 176, 20, 0.7) 100%);
}
.e-module-202511041026 .agenda-top ul li:nth-child(3).active span {
  background: linear-gradient(180deg, rgba(255, 151, 29, 0.3), rgba(255, 151, 29, 0.1), rgba(255, 151, 29, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.e-module-202511041026 .agenda-bottom {
  margin-top: 30px;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-bottom {
    margin-top: 30rem;
  }
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-bottom {
    margin-top: 10px;
  }
}
.e-module-202511041026 .agenda-bottom .style1 .age-tit {
  background: linear-gradient(180deg, rgba(240, 80, 66, 0.75), rgba(255, 171, 163, 0.75) 100%);
}
.e-module-202511041026 .agenda-bottom .style1 .time:after {
  border: 2px solid #f05042;
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-bottom .style1 .time:after {
    border: 1px solid #f05042;
  }
}
.e-module-202511041026 .agenda-bottom .style1 .topic-detail:after {
  background-color: #f05042;
}
.e-module-202511041026 .agenda-bottom .style1 .topic-detail li:after {
  background: linear-gradient(90deg, rgba(240, 80, 66, 0), rgba(240, 80, 66, 0.3), rgba(240, 80, 66, 0));
}
.e-module-202511041026 .agenda-bottom .style2 .age-tit {
  background: linear-gradient(180deg, rgba(1, 151, 208, 0.8), rgba(121, 223, 246, 0.7) 100%);
}
.e-module-202511041026 .agenda-bottom .style2 .time:after {
  border: 2px solid #0197d0;
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-bottom .style2 .time:after {
    border: 1px solid #0197d0;
  }
}
.e-module-202511041026 .agenda-bottom .style2 .topic-detail:after {
  background-color: #0197d0;
}
.e-module-202511041026 .agenda-bottom .style2 .topic-detail li:after {
  background: linear-gradient(90deg, rgba(1, 151, 208, 0), rgba(1, 151, 208, 0.3), rgba(1, 151, 208, 0));
}
.e-module-202511041026 .agenda-bottom .style3 .age-tit {
  background: linear-gradient(180deg, rgba(255, 151, 29, 0.7), rgba(252, 176, 20, 0.4) 100%);
}
.e-module-202511041026 .agenda-bottom .style3 .time:after {
  border: 2px solid #ff971d;
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-bottom .style3 .time:after {
    border: 1px solid #ff971d;
  }
}
.e-module-202511041026 .agenda-bottom .style3 .topic-detail:after {
  background-color: #ff971d;
}
.e-module-202511041026 .agenda-bottom .style3 .topic-detail li:after {
  background: linear-gradient(90deg, rgba(255, 151, 29, 0), rgba(255, 151, 29, 0.3), rgba(255, 151, 29, 0));
}
.e-module-202511041026 .agenda-bottom .agenda-box {
  border-radius: 20px;
  box-shadow: 0px 4px 40px 0px rgba(43, 76, 74, 0.1);
  backdrop-filter: blur(30px);
  background: #ffffff;
  margin-bottom: 25px;
  display: none;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-bottom .agenda-box {
    border-radius: 20rem;
    box-shadow: 0px 4rem 40rem 0px rgba(43, 76, 74, 0.1);
    backdrop-filter: blur(30rem);
    margin-bottom: 25rem;
  }
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-bottom .agenda-box {
    border-radius: 10rem;
    margin-bottom: 15px;
  }
}
.e-module-202511041026 .agenda-bottom .agenda-box.active {
  display: block;
}
.e-module-202511041026 .agenda-bottom .agenda-box:nth-last-child(1) {
  margin-bottom: 0;
}
.e-module-202511041026 .agenda-bottom .agenda-box .age-tit {
  border-radius: 20px 20px 0px 0px;
  color: #fff;
  display: flex;
  position: relative;
  align-items: center;
  padding: 11px 25px;
  font-size: 24px;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-bottom .agenda-box .age-tit {
    border-radius: 20rem 20rem 0rem 0rem;
    padding: 11rem 25rem;
    font-size: 24rem;
  }
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-bottom .agenda-box .age-tit {
    border-radius: 10rem 10rem 0rem 0rem;
    font-size: 16px;
    padding: 9rem 12px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.e-module-202511041026 .agenda-bottom .agenda-box .age-tit .title {
  background-image: url("https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/apac/sg-fintech-festival-2025/img/agenda/icon-1.png");
  background-repeat: no-repeat;
  background-position: 0 12px;
  padding-left: 35px;
  background-size: 24px;
  width: 280px;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-bottom .agenda-box .age-tit .title {
    background-position: 0 12rem;
    padding-left: 35rem;
    background-size: 24rem;
    width: 280rem;
  }
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-bottom .agenda-box .age-tit .title {
    background-position: 0 8px;
    padding-left: 25px;
    background-size: 16px;
    width: 100%;
  }
}
.e-module-202511041026 .agenda-bottom .agenda-box .age-tit .title.lengthen {
  width: 383px;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-bottom .agenda-box .age-tit .title.lengthen {
    width: 383rem;
  }
}
.e-module-202511041026 .agenda-bottom .agenda-box .age-tit .title.lengthen-1 {
  width: 570px;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-bottom .agenda-box .age-tit .title.lengthen-1 {
    width: 570rem;
  }
}
.e-module-202511041026 .agenda-bottom .agenda-box .age-tit .address {
  color: #ffffff;
  font-size: 18px;
  line-height: 19px;
  background-image: url("https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/apac/sg-fintech-festival-2025/img/agenda/icon-2.png");
  background-repeat: no-repeat;
  background-position: 0 -1px;
  padding-left: 30px;
  background-size: 20px;
  flex: 1;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-bottom .agenda-box .age-tit .address {
    font-size: 18rem;
    line-height: 19rem;
    background-position: 0 -1rem;
    padding-left: 30rem;
    background-size: 20rem;
  }
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-bottom .agenda-box .age-tit .address {
    font-size: 12px;
    line-height: 19rem;
    background-position: 0 1rem;
    padding-left: 26px;
    background-size: 16px;
  }
}
.e-module-202511041026 .agenda-bottom .topic-detail {
  position: relative;
  overflow: hidden;
}
.e-module-202511041026 .agenda-bottom .topic-detail:after {
  content: "";
  position: absolute;
  left: 33px;
  top: 36px;
  width: 1px;
  height: 100%;
  display: block;
  border-radius: 100%;
  z-index: -1;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-bottom .topic-detail:after {
    left: 33rem;
    top: 36rem;
  }
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-bottom .topic-detail:after {
    left: 13px;
    top: 22px;
  }
}
.e-module-202511041026 .agenda-bottom .topic-detail li {
  position: relative;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 26px 30px;
  min-height: 86px;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li {
    padding: 26rem 30rem;
    min-height: 86rem;
  }
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li {
    flex-direction: column;
    padding: 15px 10px;
  }
}
.e-module-202511041026 .agenda-bottom .topic-detail li:nth-last-child(1):after {
  display: none;
}
.e-module-202511041026 .agenda-bottom .topic-detail li:nth-last-child(1):before {
  content: "";
  position: absolute;
  left: 30px;
  top: 36px;
  width: 10px;
  height: 100%;
  display: block;
  background-color: #fff;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li:nth-last-child(1):before {
    left: 30rem;
    top: 36rem;
    width: 10rem;
  }
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li:nth-last-child(1):before {
    left: 10rem;
    top: 29px;
    width: 6rem;
  }
}
.e-module-202511041026 .agenda-bottom .topic-detail li:after {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 90%;
  height: 1px;
  display: block;
  background-color: #999;
}
.e-module-202511041026 .agenda-bottom .topic-detail li .time {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  width: 280px;
  padding-left: 35px;
  position: relative;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li .time {
    font-size: 18rem;
    width: 280rem;
    padding-left: 35rem;
  }
}
@media (max-width: 1024px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li .time {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li .time {
    font-size: 12px;
    padding-left: 15px;
  }
}
.e-module-202511041026 .agenda-bottom .topic-detail li .time:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 5px;
  width: 20px;
  height: 20px;
  display: block;
  border: 10px solid #fff;
  border-radius: 100%;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li .time:before {
    left: -6rem;
    top: 5rem;
    width: 20rem;
    height: 20rem;
  }
}
@media (max-width: 1024px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li .time:before {
    top: 1rem;
  }
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li .time:before {
    width: 10px;
    height: 11px;
    border: 5px solid #fff;
    top: 5px;
    left: -2px;
  }
}
.e-module-202511041026 .agenda-bottom .topic-detail li .time:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 100%;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li .time:after {
    top: 10rem;
    width: 9rem;
    height: 9rem;
  }
}
@media (max-width: 1024px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li .time:after {
    top: 16rem;
  }
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li .time:after {
    width: 7px;
    height: 7px;
    top: 7px;
  }
}
.e-module-202511041026 .agenda-bottom .topic-detail li .topic {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  flex: 1;
  padding-right: 40px;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li .topic {
    font-size: 18rem;
    padding-right: 40rem;
  }
}
@media (max-width: 1024px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li .topic {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li .topic {
    padding-left: 15px;
    line-height: 1.2;
    margin-top: 10px;
    padding-right: 0;
  }
}
.e-module-202511041026 .agenda-bottom .topic-detail li .speak {
  width: 650px;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li .speak {
    width: 650rem;
  }
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li .speak {
    width: 100%;
    font-size: 0;
  }
}
.e-module-202511041026 .agenda-bottom .topic-detail li .speak .name {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li .speak .name {
    font-size: 18rem;
    margin-right: 20rem;
  }
}
@media (max-width: 1024px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li .speak .name {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li .speak .name {
    padding-left: 15px;
    display: block;
    margin-top: 10px;
  }
}
.e-module-202511041026 .agenda-bottom .topic-detail li .speak .job {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
}
@media (max-width: 1920px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li .speak .job {
    font-size: 16rem;
  }
}
@media (max-width: 1024px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li .speak .job {
    font-size: 12px;
  }
}
@media (max-width: 750px) {
  .e-module-202511041026 .agenda-bottom .topic-detail li .speak .job {
    padding-left: 15px;
    line-height: 1.2;
    margin-top: 3px;
  }
}
.e-module-202511041519 h2 {
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .e-module-202511041519 h2 {
    margin-bottom: 20rem;
  }
}
@media (max-width: 750px) {
  .e-module-202511041519 h2 {
    margin-bottom: 10px;
  }
}
.e-module-202511041519 .e-description {
  margin-top: 0;
}
.e-module-202511041519 .e-con {
  box-sizing: border-box;
  border: 2px solid #ffffff;
  border-radius: 20px;
  box-shadow: 0px 4px 20px 0px rgba(43, 76, 74, 0.1);
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.23);
}
@media (max-width: 1920px) {
  .e-module-202511041519 .e-con {
    border-radius: 20rem;
    box-shadow: 0px 4rem 20rem 0px rgba(43, 76, 74, 0.1);
    backdrop-filter: blur(30rem);
  }
}
@media (max-width: 992px) {
  .e-module-202511041519 .e-con {
    backdrop-filter: initial;
    background: #ffffff;
  }
}
@media (max-width: 750px) {
  .e-module-202511041519 .e-con {
    border-radius: 10px;
  }
}
.e-module-202511041519 .archite-container .row {
  margin: -40px 0 0;
}
@media (max-width: 1024px) {
  .e-module-202511041519 .archite-container .row {
    margin: -20px -10px 0;
  }
}
@media (max-width: 992px) {
  .e-module-202511041519 .archite-container .row {
    margin: -20px 0px 0;
  }
}
.e-module-202511041519 .archite-container .arch-img {
  position: relative;
  padding: 0;
}
@media (max-width: 750px) {
  .e-module-202511041519 .archite-container .arch-img {
    margin-top: 0px;
  }
}
.e-module-202511041519 .archite-container .arch-img .pic {
  position: relative;
  margin: 0 auto;
}
.e-module-202511041519 .archite-container .arch-img .e-lazy:after {
  display: none;
}
.e-module-202511041519 .archite-container .arch-img .e-lazy img {
  top: 0;
  border-radius: 10px;
  width: 100% !important;
}
.e-module-202511041519 .archite-container .arch-img .full-img {
  width: 36px;
  height: 36px;
  background-color: #333;
  border-radius: 5px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  display: none;
}
@media (max-width: 992px) {
  .e-module-202511041519 .archite-container .arch-img .full-img {
    display: block;
  }
}
@media (max-width: 750px) {
  .e-module-202511041519 .archite-container .arch-img .full-img {
    display: block;
    width: 24px;
    height: 24px;
    bottom: 5px;
    right: 5px;
  }
}
.e-module-202511041519 .archite-container .arch-img .full-img .icon-quanping {
  font-size: 30px;
  color: #fff;
  width: 36px;
  margin-left: 3px;
  text-align: center;
  line-height: 36px;
}
@media (max-width: 750px) {
  .e-module-202511041519 .archite-container .arch-img .full-img .icon-quanping {
    font-size: 20px;
    width: 24px;
    margin-left: 2px;
    line-height: 25px;
    display: flex;
  }
}
.e-module-202511041519 .archite-container .arch-img .logo {
  position: absolute;
  bottom: 28%;
  right: 17%;
  animation: upDownMove 2s ease-in-out infinite;
}
@media (max-width: 992px) {
  .e-module-202511041519 .archite-container .arch-img .logo {
    display: none;
  }
}
.e-module-202511041519 .archite-container .arch-img .logo img {
  width: 84px !important;
}
@media (max-width: 1920px) {
  .e-module-202511041519 .archite-container .arch-img .logo img {
    width: 84rem !important;
  }
}
.e-module-202511041519 .archite-container .arch-img .logo p {
  color: #e53935;
  font-size: 14px;
  background-image: url("https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/apac/sg-fintech-festival-2025/img/exhibition/huawei-logo-bg-1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 5px;
  width: 108px;
  position: absolute;
  left: 100%;
  top: 60%;
}
@media (max-width: 1920px) {
  .e-module-202511041519 .archite-container .arch-img .logo p {
    font-size: 14rem;
    padding: 0 5rem;
    width: 108rem;
  }
}
.e-module-202511041519 .archite-container .arch-left .e-lazy img {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 1024px) {
  .e-module-202511041519 .archite-container .arch-left .e-lazy img {
    border-radius: 10px 10px 0 0;
  }
}
.e-module-202511041519 .archite-container .arch-right {
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  padding: 50px 0;
}
@media (max-width: 1920px) {
  .e-module-202511041519 .archite-container .arch-right {
    border-radius: 0 10rem 10rem 0;
    padding: 50rem 0;
  }
}
@media (max-width: 1024px) {
  .e-module-202511041519 .archite-container .arch-right {
    padding: 30px 0;
    margin-top: 0;
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202511041519 .archite-container .arch-right {
    padding: 25px 0;
  }
}
.e-module-202511041519 .archite-container .arch-right .arch-r-con {
  padding: 0 50px;
  overflow: auto;
}
@media (max-width: 1920px) {
  .e-module-202511041519 .archite-container .arch-right .arch-r-con {
    padding: 0 50rem;
  }
}
@media (max-width: 1024px) {
  .e-module-202511041519 .archite-container .arch-right .arch-r-con {
    padding: 0 30px;
  }
}
.e-module-202511041519 .archite-container .arch-right .arch-r-con .arch-desc {
  margin-bottom: 35px;
}
@media (max-width: 1920px) {
  .e-module-202511041519 .archite-container .arch-right .arch-r-con .arch-desc {
    margin-bottom: 35rem;
  }
}
@media (max-width: 1024px) {
  .e-module-202511041519 .archite-container .arch-right .arch-r-con .arch-desc {
    margin-bottom: 20px;
  }
}
.e-module-202511041519 .archite-container .arch-right .arch-r-con .arch-desc:last-child {
  margin-bottom: 0;
}
.e-module-202511041519 .archite-container .arch-right .arch-r-con .arch-desc h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #333;
}
.LANG-cn .e-module-202511041519 .archite-container .arch-right .arch-r-con .arch-desc h3 {
  line-height: 1.583;
}
@media (max-width: 1600px) {
  .e-module-202511041519 .archite-container .arch-right .arch-r-con .arch-desc h3 {
    font-size: 22px;
    line-height: 1.545;
  }
  .LANG-cn .e-module-202511041519 .archite-container .arch-right .arch-r-con .arch-desc h3 {
    line-height: 1.636;
  }
}
@media (max-width: 1280px) {
  .e-module-202511041519 .archite-container .arch-right .arch-r-con .arch-desc h3 {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202511041519 .archite-container .arch-right .arch-r-con .arch-desc h3 {
    line-height: 1.95;
  }
}
@media (max-width: 1024px) {
  .e-module-202511041519 .archite-container .arch-right .arch-r-con .arch-desc h3 {
    font-size: 18px;
    line-height: 1.889;
  }
}
.e-module-202511041519 .archite-container .arch-right .arch-r-con .arch-desc .ptxt {
  font-size: 16px;
  line-height: 1.95;
  color: #666;
  margin-top: 10px;
}
.LANG-cn .e-module-202511041519 .archite-container .arch-right .arch-r-con .arch-desc .ptxt {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202511041519 .archite-container .arch-right .arch-r-con .arch-desc .ptxt {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202511041519 .archite-container .arch-right .arch-r-con .arch-desc .ptxt {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202511041519 .archite-container .arch-right .arch-r-con .arch-desc .ptxt {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 1024px) {
  .e-module-202511041519 .archite-container .arch-right .arch-r-con .arch-desc .ptxt {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202511041519 .archite-container .arch-right .arch-r-con .arch-desc .ptxt {
    line-height: 1.95;
  }
}
.e-module-202511041519 .archite-container .view-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.e-module-202511041519 .archite-container .view-box .z_close {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.e-module-202511041519 .archite-container .view-box img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0%;
  left: 0;
  margin: auto;
  max-width: 1400px;
  padding: 80px 20px;
  width: 100%;
  z-index: 2;
}
.e-module-202511041519 .archite-container .view-box .icon-close {
  position: fixed;
  right: 30px;
  top: 30px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 9;
}
.e-module-202511041606 .list1 {
  margin-top: 0;
}
.e-module-202511041606 .list1 .e-lazy:after {
  padding-top: 65%;
}
@media (max-width: 750px) {
  .e-module-202511041606 .list1 .e-lazy:after {
    padding-top: 48.11594203%;
  }
}
.e-module-202511041606 .list2 {
  margin-top: 0;
}
.e-module-202511041606 .list2 .e-lazy:after {
  padding-top: 42.21635884%;
}
@media (max-width: 750px) {
  .e-module-202511041606 .list2 .e-lazy:after {
    padding-top: 48.11594203%;
  }
}
.e-module-202511041606 .lists {
  overflow: hidden;
  margin-top: 0;
}
@media (max-width: 750px) {
  .e-module-202511041606 .lists .e-lazy:after {
    padding-top: 48.11594203%;
  }
}
.e-module-202511041606 .box {
  overflow: hidden;
}
.e-module-202511041606 .box:hover .link-icon {
  right: 25px;
}
@media (max-width: 1920px) {
  .e-module-202511041606 .box:hover .link-icon {
    right: 25rem;
  }
}
.e-module-202511041606 .box a {
  overflow: hidden;
  display: block;
  border-radius: 20px;
}
@media (max-width: 1920px) {
  .e-module-202511041606 .box a {
    border-radius: 20rem;
  }
}
@media (max-width: 750px) {
  .e-module-202511041606 .box a {
    border-radius: 10px;
  }
}
.e-module-202511041606 .box .swiper-con {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0px 0px 20px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.6) 100%);
  padding: 25px 95px 25px 25px;
}
@media (max-width: 1920px) {
  .e-module-202511041606 .box .swiper-con {
    border-radius: 0px 0px 20rem 20rem;
    padding: 25rem 95rem 25rem 25rem;
  }
}
@media (max-width: 750px) {
  .e-module-202511041606 .box .swiper-con {
    border-radius: 0px 0px 10px 10px;
    padding: 13px 15px;
  }
}
.e-module-202511041606 .box .swiper-con h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1920px) {
  .e-module-202511041606 .box .swiper-con h3 {
    font-size: 24rem;
  }
}
@media (max-width: 1024px) {
  .e-module-202511041606 .box .swiper-con h3 {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .e-module-202511041606 .box .swiper-con h3 {
    font-size: 13px;
  }
}
.e-module-202511041606 .box .swiper-con .ptxt2 {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  transition: 0.4s;
}
@media (max-width: 1920px) {
  .e-module-202511041606 .box .swiper-con .ptxt2 {
    font-size: 16rem;
  }
}
@media (max-width: 1024px) {
  .e-module-202511041606 .box .swiper-con .ptxt2 {
    font-size: 12px;
  }
}
@media (max-width: 750px) {
  .e-module-202511041606 .box .swiper-con .ptxt2 {
    font-size: 11px;
    margin-top: 5px;
  }
}
.e-module-202511041606 .box .link-icon {
  position: absolute;
  right: -100px;
  bottom: 25px;
  width: 40px;
  height: 40px;
  transition: 0.4s;
  background-image: url("https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/apac/sg-fintech-festival-2025/img/hot-topics/link-icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1920px) {
  .e-module-202511041606 .box .link-icon {
    bottom: 25rem;
    width: 40rem;
    height: 40rem;
  }
}
@media (max-width: 1024px) {
  .e-module-202511041606 .box .link-icon {
    display: none;
  }
}
.e-module-202511041606 .lunbo {
  position: relative;
}
.e-module-202511041606 .lunbo .swiper {
  overflow: hidden;
}
.e-module-202511041606 .swiper-button {
  top: 44%;
  transition: 0.4s;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  background-color: #c7000b;
  padding: 30px;
  overflow: hidden;
  color: #fff;
  font-size: 30px;
}
@media (max-width: 1920px) {
  .e-module-202511041606 .swiper-button {
    box-shadow: 0px 10rem 30rem 0px rgba(0, 0, 0, 0.15);
    padding: 30rem;
    font-size: 30rem;
  }
}
@media (max-width: 1280px) {
  .e-module-202511041606 .swiper-button {
    padding: 26rem;
    width: 20rem;
    height: 20rem;
  }
}
@media (max-width: 1024px) {
  .e-module-202511041606 .swiper-button {
    display: none;
  }
}
.e-module-202511041606 .swiper-button::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background-image: url("https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/events/branding/2025mwc/img/index/11-points/button-moren.png");
  background-position: center;
  background-size: 34px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  content: "";
}
@media (max-width: 1920px) {
  .e-module-202511041606 .swiper-button::after {
    background-size: 34rem;
  }
}
.e-module-202511041606 .swiper-button::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-102%);
  z-index: -1;
  transition: transform 0.3s ease-in, background-color 0.3s linear;
  border-radius: 100%;
  background-color: #d84c54;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}
.e-module-202511041606 .swiper-button:hover {
  transition: background-color 0s linear 300ms;
  background-color: #c7000b;
  color: #fff;
}
.e-module-202511041606 .swiper-button:hover::before {
  transform: translateX(0);
  z-index: -1;
  transition: transform 0.3sease out, background-color 0.3slinear;
}
.e-module-202511041606 .swiper-button.swiper-button-prev {
  left: -80px;
  transform: rotate(180deg);
  box-shadow: 0px -10px 30px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1920px) {
  .e-module-202511041606 .swiper-button.swiper-button-prev {
    left: -80rem;
  }
}
.e-module-202511041606 .swiper-button.swiper-button-next {
  right: -80px;
}
@media (max-width: 1920px) {
  .e-module-202511041606 .swiper-button.swiper-button-next {
    right: -80rem;
  }
}
.e-module-202511041606 .swiper-button.swiper-button-disabled {
  opacity: 1;
  background-color: #f5f5f5;
}
.e-module-202511041606 .swiper-button.swiper-button-disabled::after {
  background-image: url("https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/events/branding/2025mwc/img/index/11-points/button-expiration.png");
}
.e-module-202511041606 .swiper-pagination {
  margin-top: 20px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .e-module-202511041606 .swiper-pagination {
    margin-top: 0;
    padding-top: 10px;
    position: relative;
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .e-module-202511041606 .swiper-pagination {
    padding-top: 0;
  }
}
.e-module-202511041606 .swiper-pagination .swiper-pagination-bullet {
  margin-right: 50px;
  width: 8px;
  height: 8px;
}
@media (max-width: 1600px) {
  .e-module-202511041606 .swiper-pagination .swiper-pagination-bullet {
    margin-right: 40px;
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 1024px) {
  .e-module-202511041606 .swiper-pagination .swiper-pagination-bullet {
    margin-right: 20px;
    width: 4px;
    height: 4px;
  }
}
.e-module-202511041606 .swiper-pagination .swiper-pagination-bullet:nth-last-child(1) {
  margin-right: 0;
}
.e-module-202511041606 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #c7000b;
  position: relative;
}
.e-module-202511041606 .swiper-pagination span.swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 26px;
  border-radius: 13px;
  border: 1px solid #c7000b;
  left: 50%;
  margin-left: -17px;
  top: 50%;
  margin-top: -13px;
}
@media (max-width: 1600px) {
  .e-module-202511041606 .swiper-pagination span.swiper-pagination-bullet-active::before {
    width: 28px;
    height: 21px;
    margin-left: -14px;
    margin-top: -10px;
    border-radius: 12px;
  }
}
@media (max-width: 1024px) {
  .e-module-202511041606 .swiper-pagination span.swiper-pagination-bullet-active::before {
    width: 26px;
    height: 18px;
    margin-left: -13px;
    margin-top: -9px;
  }
}
.footer {
  background: #eee;
  font-size: 14px;
  line-height: 1.375;
}
.footer .e-cistern-l {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: right;
}
@media (max-width: 1024px) {
  .footer .e-cistern-l {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .footer .e-cistern-l {
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
  }
}
.footer .e-cistern-l .footer-con {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .footer .e-cistern-l .footer-con {
    flex-direction: column;
  }
}
.footer .e-cistern-l .footer-con .left {
  display: inline-block;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .footer .e-cistern-l .footer-con .left {
    flex-direction: column;
  }
}
.footer .e-cistern-l .footer-con .left > p {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  color: #666;
  font-size: 16px;
}
@media (max-width: 1600px) {
  .footer .e-cistern-l .footer-con .left > p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .footer .e-cistern-l .footer-con .left > p {
    padding-right: 10px;
    text-align: center;
  }
}
.footer .e-cistern-l .footer-con .left ul {
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 992px) {
  .footer .e-cistern-l .footer-con .left ul {
    margin-top: 10px;
  }
}
.footer .e-cistern-l .footer-con .left ul li {
  margin-left: 10px;
}
@media (max-width: 992px) {
  .footer .e-cistern-l .footer-con .left ul li {
    margin-left: 0;
    margin-right: 10px;
    margin-top: 10px;
  }
}
.footer .e-cistern-l .footer-con .left ul li a {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  line-height: 1.375;
  text-align: center;
  background-color: #8e8e8e;
  border-radius: 100%;
  width: 34px;
  height: 34px;
}
.footer .e-cistern-l .footer-con .left ul li a:hover {
  background-color: #000;
}
.footer .e-cistern-l .footer-con .left ul li a:hover .pic {
  display: block;
}
.footer .e-cistern-l .footer-con .left ul li a em {
  color: #fff;
  line-height: 1 !important;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-weixin2 {
  font-size: 22px;
  line-height: 1.545;
  position: absolute;
  left: 6px;
  top: 7px;
}
.LANG-cn .footer .e-cistern-l .footer-con .left ul li a em.icon-weixin2 {
  line-height: 1.636;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-toutiao1 {
  font-size: 28px;
  line-height: 1.5;
  position: absolute;
  left: 3px;
  top: 3px;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-weibo {
  font-size: 28px;
  line-height: 1.5;
  position: absolute;
  left: 3px;
  top: 3px;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-ximalayadiantai {
  font-size: 21px;
  position: absolute;
  left: 6px;
  top: 7px;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-f {
  font-size: 27px;
  position: absolute;
  left: 3px;
  top: 3px;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-linkin {
  font-size: 28px;
  position: absolute;
  left: 4px;
  top: 3px;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-t1 {
  font-size: 28px;
  position: absolute;
  left: 3px;
  top: 3px;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-share-twitter {
  font-size: 28px;
  position: absolute;
  left: 3px;
  top: 3px;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-youtube3 {
  font-size: 26px;
  position: absolute;
  left: 4px;
  top: 3px;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-vk1 {
  font-size: 22px;
  position: absolute;
  left: 6px;
  top: 6px;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-mewe {
  font-size: 28px;
  position: absolute;
  left: 4px;
  top: 3px;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-instagram {
  font-size: 22px;
  position: absolute;
  left: 6px;
  top: 6px;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-xing {
  font-size: 18px;
  position: absolute;
  left: 8px;
  top: 8px;
}
.footer .e-cistern-l .footer-con .left ul li .pic {
  display: none;
  width: 81px;
  height: 81px;
  position: absolute;
  right: -25px;
  top: -92px;
}
.footer .e-cistern-l .footer-con .left ul li .pic img {
  width: 100%;
  display: block;
}
.footer .e-cistern-l .footer-con .right {
  display: inline-block;
  text-align: left;
}
@media (max-width: 992px) {
  .footer .e-cistern-l .footer-con .right {
    margin-top: 30px;
    text-align: center;
  }
}
.footer .e-cistern-l .footer-con .right .contact a {
  color: #666;
  font-size: 16px;
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .footer .e-cistern-l .footer-con .right .contact a {
    font-size: 14px;
  }
}
.footer .e-cistern-l .footer-con .right > span {
  color: #666;
  font-size: 16px;
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .footer .e-cistern-l .footer-con .right > span {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .footer .e-cistern-l .footer-con .right > span {
    font-size: 12px;
  }
}
@keyframes upDownMove {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.moving-element {
  animation: upDownMove 2s ease-in-out infinite;
}
