.e-module-202602281428 {
  padding-bottom: 90px;
  padding-top: 120px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 {
    padding-bottom: 90rem;
    padding-top: 120rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 {
    padding-bottom: 0;
    padding-top: 70px;
  }
}
.e-module-202602281428 .title-h2 {
  text-align: center;
}
.e-module-202602281428 .title-h2 h2:after {
  width: 80px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .title-h2 h2:after {
    width: 80rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .title-h2 h2:after {
    width: 40px;
  }
}
.e-module-202602281428 .tab-btn {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-btn {
    display: none;
  }
}
.e-module-202602281428 .tab-btn ul {
  display: flex;
  border: 2px solid #ffffff;
  border-radius: 30rem;
  background: rgba(255, 255, 255, 0.6);
  align-items: center;
  position: relative;
  box-shadow: 0rem 4rem 40rem 0rem #e0daf3;
  padding: 6rem;
  box-shadow: 0rem 4rem 40rem 0rem rgba(221, 221, 221, 0.8);
}
.e-module-202602281428 .tab-btn ul li {
  text-align: center;
  border-radius: 30rem;
  color: #666666;
  line-height: calc(19 / 16);
  cursor: pointer;
  z-index: 2;
  transition: 0.4s;
  font-size: 16rem;
  padding: 13rem 30rem;
}
@media (max-width: 1280px) {
  .e-module-202602281428 .tab-btn ul li {
    font-size: 18rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602281428 .tab-btn ul li {
    font-size: 14px;
    padding: 7px 20px 8px 20px;
  }
}
.e-module-202602281428 .tab-btn ul li.active {
  color: #ffffff;
}
.e-module-202602281428 .tab-btn ul .bg {
  background: linear-gradient(90deg, rgba(199, 0, 11, 0.48), #c7000b 100%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: 0.4s;
  border-radius: 30rem;
}
.e-module-202602281428 .tab-con {
  margin-top: 40rem;
  height: 658px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con {
    height: 658rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602281428 .tab-con {
    height: 380px;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con {
    height: auto;
    margin-top: 0;
  }
}
.e-module-202602281428 .tab-con .list {
  display: none;
  height: 100%;
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list {
    display: block;
    border-bottom: 1px solid #d5d5d5;
  }
  .e-module-202602281428 .tab-con .list:nth-child(1) {
    border-top: 1px solid #d5d5d5;
  }
}
.e-module-202602281428 .tab-con .list.active {
  display: block;
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list.active {
    padding: 0 0 20px;
  }
  .e-module-202602281428 .tab-con .list.active.show-all .box {
    display: block !important;
  }
  .e-module-202602281428 .tab-con .list.active.show-all .click-down {
    display: none;
  }
  .e-module-202602281428 .tab-con .list.active.show-all .click-up {
    display: flex;
  }
  .e-module-202602281428 .tab-con .list.active .max-box {
    display: block;
  }
  .e-module-202602281428 .tab-con .list.active .max-box .box {
    display: none;
  }
  .e-module-202602281428 .tab-con .list.active .max-box .box.wap-block {
    display: block;
  }
  .e-module-202602281428 .tab-con .list.active .e-nav-title {
    color: #fff;
    background: #c7000b;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 40px;
    border-radius: 40px;
  }
  .e-module-202602281428 .tab-con .list.active .e-nav-title .iconfont {
    font-size: 16px;
  }
  .e-module-202602281428 .tab-con .list.active .e-nav-title .iconfont.icon-xiala1 {
    display: none;
  }
  .e-module-202602281428 .tab-con .list.active .e-nav-title .iconfont.icon-xiala2 {
    display: block;
  }
}
.e-module-202602281428 .tab-con .list .max-box {
  height: 100%;
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list .max-box {
    display: none;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list .max-box .swiper-wrapper {
    margin-top: -20px;
  }
}
.e-module-202602281428 .tab-con .list ul {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul {
    flex-direction: column;
    flex-shrink: initial;
    width: 100% !important;
    margin: 0;
  }
}
.e-module-202602281428 .tab-con .list ul li {
  cursor: pointer;
  height: 100%;
  width: 33.333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li {
    width: 100% !important;
  }
}
.e-module-202602281428 .tab-con .list ul li .box {
  border-radius: 20px;
  position: relative;
  display: block;
  height: 310px;
  margin: 0 20px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .box {
    border-radius: 20rem;
    height: 310rem;
    margin: 0 20rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602281428 .tab-con .list ul li .box {
    height: 180px;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .box {
    height: auto;
    margin: 20px 0 0;
  }
}
.e-module-202602281428 .tab-con .list ul li .box .img-box {
  position: relative;
  overflow: hidden;
  height: 100% !important;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .box .img-box {
    border-radius: 20rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .box .img-box {
    padding-top: 75%;
    border-radius: 10px;
  }
}
.e-module-202602281428 .tab-con .list ul li .box .img-box .e-bg {
  transition: transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1);
}
.e-module-202602281428 .tab-con .list ul li .style1 {
  height: 100% !important;
}
.e-module-202602281428 .tab-con .list ul li .style1 .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0, #000000 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 20px;
  padding: 100px 30px 30px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style1 .text {
    border-radius: 20rem;
    padding: 100rem 30rem 30rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style1 .text {
    border-radius: 10px;
    padding: 50px 20px 20px;
    background: linear-gradient(0, #000000 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.e-module-202602281428 .tab-con .list ul li .style1 .text h3 {
  color: #ffffff;
  line-height: calc(28 / 20);
  font-size: 20px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style1 .text h3 {
    font-size: 20rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602281428 .tab-con .list ul li .style1 .text h3 {
    font-size: 14px;
    line-height: calc(20 / 14);
  }
}
.e-module-202602281428 .tab-con .list ul li .style1 .new-label {
  color: #ffffff;
  line-height: calc(24/14);
  margin-bottom: 10px;
  font-size: 14px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style1 .new-label {
    font-size: 14rem;
    margin-bottom: 10rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602281428 .tab-con .list ul li .style1 .new-label {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style1:hover .e-bg {
    transform: scale(1.1);
  }
}
.e-module-202602281428 .tab-con .list ul li .style2 .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 20px;
  padding: 100px 30px 30px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style2 .text {
    border-radius: 20rem;
    padding: 100rem 30rem 30rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style2 .text {
    border-radius: 10px;
    padding: 50px 20px 20px;
    background: linear-gradient(0, #000000 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.e-module-202602281428 .tab-con .list ul li .style2 .text h3 {
  color: #ffffff;
  line-height: calc(24 / 18);
  font-size: 18px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style2 .text h3 {
    font-size: 18rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602281428 .tab-con .list ul li .style2 .text h3 {
    font-size: 14px;
    line-height: calc(20 / 14);
  }
}
.e-module-202602281428 .tab-con .list ul li .style2 .new-label {
  color: #ffffff;
  line-height: calc(24/14);
  margin-bottom: 10rem;
  font-size: 14px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style2 .new-label {
    font-size: 14rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602281428 .tab-con .list ul li .style2 .new-label {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style2:hover .e-bg {
    transform: scale(1.1);
  }
}
.e-module-202602281428 .tab-con .list ul li .style3 {
  position: relative;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 4px 40px 0px rgba(221, 221, 221, 0.8);
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style3 {
    border: 2px solid #ffffff;
    box-shadow: 0px 4px 40px 0px rgba(221, 221, 221, 0.8);
    backdrop-filter: blur(30rem);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20rem;
    padding: 30rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style3 {
    padding: 20px;
    border-radius: 10px;
  }
}
.e-module-202602281428 .tab-con .list ul li .style3:hover::before {
  opacity: 1;
}
.e-module-202602281428 .tab-con .list ul li .style3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
  background-image: url("https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/events/branding/mwc/2026/img/highlights2/background.png");
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: bottom;
  opacity: 0;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style3::before {
    border-radius: 20rem;
  }
}
.e-module-202602281428 .tab-con .list ul li .style3 .text {
  height: 100%;
  position: relative;
  z-index: 2;
}
.e-module-202602281428 .tab-con .list ul li .style3 .text img {
  width: 30px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style3 .text img {
    width: 30rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style3 .text img {
    width: 20px;
  }
}
.e-module-202602281428 .tab-con .list ul li .style3 .text h3 {
  line-height: calc(30 / 18);
  color: #333333;
  font-size: 18px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style3 .text h3 {
    font-size: 18rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602281428 .tab-con .list ul li .style3 .text h3 {
    font-size: 14px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style3 .text h3 {
    font-size: 14px !important;
    line-height: calc(20 / 14) !important;
    -webkit-line-clamp: inherit;
  }
}
.e-module-202602281428 .tab-con .list ul li .style3 .text .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style3 .text .bottom {
    position: static;
    padding: 15px 0 0 0;
  }
}
.e-module-202602281428 .tab-con .list ul li .style3 .text .bottom > p {
  display: flex;
  align-items: center;
}
.e-module-202602281428 .tab-con .list ul li .style3 .text .new-label {
  color: #999999;
  line-height: calc(24/14);
  font-size: 14px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style3 .text .new-label {
    font-size: 14rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602281428 .tab-con .list ul li .style3 .text .new-label {
    font-size: 12px;
  }
}
.e-module-202602281428 .tab-con .list ul li .style3 .text .more-img {
  max-width: 24px;
  max-height: 14px;
  overflow: hidden;
  display: inline-block;
  font-size: 0;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style3 .text .more-img {
    max-width: 24rem;
    max-height: 14rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style3 .text .more-img {
    max-width: 32rem;
    max-height: 22rem;
  }
}
@media (max-width: 750px) {
  .e-module-202602281428 .tab-con .list ul li .style3 .text .more-img {
    max-width: 24px;
    max-height: 14px;
  }
}
.e-module-202602281428 .tab-con .list ul li .style3 .text .more-img img {
  transform: translate(calc(0% + -34px), 0);
  transform-origin: right top;
  transition: transform 0.3s ease-out;
  width: 58px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style3 .text .more-img img {
    transform: translate(calc(0% + -34rem), 0);
    width: 58rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style3 .text .more-img img {
    width: 64rem;
  }
}
@media (max-width: 750px) {
  .e-module-202602281428 .tab-con .list ul li .style3 .text .more-img img {
    width: 42px;
    transform: translate(calc(0% + -24px), 0);
  }
}
.e-module-202602281428 .tab-con .list ul li .style3 .text .txt {
  transition: transform 0.3s ease-in-out;
  color: #c7000b;
  line-height: 1;
  display: inline-block;
  background-repeat: no-repeat;
  font-size: 16px;
  background-position: right 3px;
  padding-right: 10px;
  background-size: 20px;
  padding-bottom: 1px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style3 .text .txt {
    font-size: 16rem;
    background-position: right 3rem;
    padding-right: 10rem;
    background-size: 20rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602281428 .tab-con .list ul li .style3 .text .txt {
    font-size: 14px;
    background-size: 14px;
    padding-right: 5px;
    background-position: right 4px;
    transform: translateX(0);
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style3 .text .txt {
    font-size: 12px;
    padding-right: 5px;
  }
}
@media (min-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style3 .text:hover .more-img img {
    transform: translate(calc(-100% + 58rem), 0);
    transition: transform 0.3s ease-out;
  }
}
.e-module-202602281428 .tab-con .list ul li .style4 {
  height: 100% !important;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style4 {
    border-radius: 20rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style4 {
    border-radius: 10px !important;
  }
}
.e-module-202602281428 .tab-con .list ul li .style4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.6s ease;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 238rem;
  background-position: right bottom;
  opacity: 0;
  overflow: hidden;
  border-radius: 20px;
}
.e-module-202602281428 .tab-con .list ul li .style4:hover::before {
  opacity: 1 !important;
}
.e-module-202602281428 .tab-con .list ul li .style4.bg-color1 {
  background: linear-gradient(-0.73deg, #7bb0f1, #4857a7 100%);
}
.e-module-202602281428 .tab-con .list ul li .style4.bg-color1::before {
  background-image: url("https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/events/industries/finance/finance-summit/2026/highlights/quotes-icon-2.png");
}
.e-module-202602281428 .tab-con .list ul li .style4.bg-color2 {
  background: linear-gradient(176.63deg, #e45a7d, #ed7b98 72%);
}
.e-module-202602281428 .tab-con .list ul li .style4.bg-color2::before {
  background-image: url("https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/events/industries/finance/finance-summit/2026/highlights/quotes-icon-3.png");
}
.e-module-202602281428 .tab-con .list ul li .style4.bg-color3 {
  background: linear-gradient(180deg, #2cb5ee 2%, #27b7bc 83%);
}
.e-module-202602281428 .tab-con .list ul li .style4.bg-color3::before {
  background-image: url("https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/events/industries/finance/finance-summit/2026/highlights/quotes-icon-1.png");
}
.e-module-202602281428 .tab-con .list ul li .style4 .text {
  box-sizing: border-box;
  border-radius: 20px;
  height: 100%;
  position: relative;
  padding: 40px 10px 40px 50px;
  color: #fff;
  z-index: 2;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style4 .text {
    border-radius: 20rem;
    padding: 40rem 10rem 40rem 50rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style4 .text {
    padding: 20px;
    border-radius: 10px !important;
  }
}
.e-module-202602281428 .tab-con .list ul li .style4 .text .icon1 {
  width: 50px;
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style4 .text .icon1 {
    width: 50rem;
    margin-bottom: 10rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style4 .text .icon1 {
    width: 40px;
  }
}
.e-module-202602281428 .tab-con .list ul li .style4 .text .new-label {
  line-height: calc(24/14);
  margin-bottom: 5px;
  font-size: 14px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style4 .text .new-label {
    font-size: 14rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602281428 .tab-con .list ul li .style4 .text .new-label {
    font-size: 12px;
  }
}
.e-module-202602281428 .tab-con .list ul li .style4 .text .des {
  max-height: 400px;
  overflow: auto;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style4 .text .des {
    max-height: 400rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style4 .text .des {
    max-height: none;
  }
}
.e-module-202602281428 .tab-con .list ul li .style4 .text .des.e-scroll-vrt-d1-1::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
}
.e-module-202602281428 .tab-con .list ul li .style4 .text .des.e-scroll-vrt-d1-1::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}
.e-module-202602281428 .tab-con .list ul li .style4 .text .des h3 {
  line-height: calc(28 / 16);
  padding-right: 30px;
  font-size: 16px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style4 .text .des h3 {
    padding-right: 30rem;
    font-size: 16rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602281428 .tab-con .list ul li .style4 .text .des h3 {
    font-size: 14px;
    line-height: calc(24 / 14);
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style4 .text .des h3 {
    padding-right: 0;
  }
}
.e-module-202602281428 .tab-con .list ul li .style4 .text .des h3 p {
  margin-bottom: 10px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style4 .text .des h3 p {
    margin-bottom: 10rem;
  }
}
.e-module-202602281428 .tab-con .list ul li .style4 .text .title-bottom {
  display: flex;
  position: absolute;
  right: 40px;
  bottom: 30px;
  left: 40px;
  align-items: center;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style4 .text .title-bottom {
    right: 40rem;
    bottom: 30rem;
    left: 40rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style4 .text .title-bottom {
    position: static;
    margin-top: 20px;
  }
}
.e-module-202602281428 .tab-con .list ul li .style4 .text .title-bottom .e-lazy {
  margin-right: 15px;
  width: 50px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style4 .text .title-bottom .e-lazy {
    margin-right: 15rem;
    width: 50rem;
  }
}
.e-module-202602281428 .tab-con .list ul li .style4 .text .title-bottom .e-lazy::after {
  padding-top: 100%;
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style4 .text .title-bottom .e-lazy {
    margin-right: 15px;
    width: 40px;
  }
}
.e-module-202602281428 .tab-con .list ul li .style4 .text .title-bottom .job-name {
  flex: 1;
}
.e-module-202602281428 .tab-con .list ul li .style4 .text .title-bottom .job-name .name {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style4 .text .title-bottom .job-name .name {
    font-size: 16rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602281428 .tab-con .list ul li .style4 .text .title-bottom .job-name .name {
    font-size: 12px;
  }
}
.e-module-202602281428 .tab-con .list ul li .style4 .text .title-bottom .job-name .job {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style4 .text .title-bottom .job-name .job {
    font-size: 14rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602281428 .tab-con .list ul li .style4 .text .title-bottom .job-name .job {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style4 .text:hover .more-img img {
    transform: translate(calc(-100% + 58px), 0);
    transition: transform 0.3s ease-out;
  }
}
.e-module-202602281428 .tab-con .list ul li .style5 {
  box-sizing: border-box;
  border: 2px solid #ffffff;
  border-radius: 20px;
  box-shadow: 0px 4px 40px 0px #dbe0f8;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style5 {
    border-radius: 20rem;
    box-shadow: 0rem 4rem 40rem 0rem #dbe0f8;
    backdrop-filter: blur(30rem);
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style5 {
    border-radius: 10px;
  }
}
.e-module-202602281428 .tab-con .list ul li .style5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
  background-image: url("https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/events/industries/finance/finance-summit/2026/highlights/expert-insight-icon-1.png");
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 238px;
  background-position: right bottom;
  opacity: 0;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style5::before {
    background-size: 238rem;
    border-radius: 20rem;
  }
}
.e-module-202602281428 .tab-con .list ul li .style5:hover::before {
  opacity: 1 !important;
}
.e-module-202602281428 .tab-con .list ul li .style5 .text {
  box-sizing: border-box;
  height: 100%;
  position: relative;
  padding: 25px;
  color: #fff;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style5 .text {
    padding: 25rem;
  }
}
.e-module-202602281428 .tab-con .list ul li .style5 .text .icon1 {
  width: 50px;
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style5 .text .icon1 {
    width: 50rem;
    margin-bottom: 10rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style5 .text .icon1 {
    width: 40px;
  }
}
.e-module-202602281428 .tab-con .list ul li .style5 .text .new-label {
  line-height: calc(24/14);
  margin-bottom: 5px;
  color: #999999;
  font-size: 14px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style5 .text .new-label {
    font-size: 14rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602281428 .tab-con .list ul li .style5 .text .new-label {
    font-size: 12px;
    margin-top: -10px;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style5 .text .new-label {
    margin-top: 0;
  }
}
.e-module-202602281428 .tab-con .list ul li .style5 .text .des h3 {
  line-height: calc(26 / 18);
  font-size: 18px;
  padding-right: 30px;
  color: #333333;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style5 .text .des h3 {
    font-size: 18rem;
    padding-right: 30rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602281428 .tab-con .list ul li .style5 .text .des h3 {
    font-size: 14px;
    line-height: calc(20 / 14);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style5 .text .des h3 {
    -webkit-line-clamp: inherit;
  }
}
.e-module-202602281428 .tab-con .list ul li .style5 .text .title-bottom {
  display: flex;
  position: absolute;
  right: 40px;
  bottom: 30px;
  left: 40px;
  align-items: center;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style5 .text .title-bottom {
    right: 40rem;
    bottom: 30rem;
    left: 40rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style5 .text .title-bottom {
    position: static;
    margin-top: 20px;
  }
}
.e-module-202602281428 .tab-con .list ul li .style5 .text .title-bottom .e-lazy {
  margin-right: 15px;
  width: 50px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style5 .text .title-bottom .e-lazy {
    margin-right: 15rem;
    width: 50rem;
  }
}
.e-module-202602281428 .tab-con .list ul li .style5 .text .title-bottom .e-lazy::after {
  padding-top: 100%;
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style5 .text .title-bottom .e-lazy {
    margin-right: 15px;
    width: 40px;
  }
}
.e-module-202602281428 .tab-con .list ul li .style5 .text .title-bottom .job-name {
  flex: 1;
}
.e-module-202602281428 .tab-con .list ul li .style5 .text .title-bottom .job-name .name {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style5 .text .title-bottom .job-name .name {
    font-size: 16rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602281428 .tab-con .list ul li .style5 .text .title-bottom .job-name .name {
    font-size: 12px;
  }
}
.e-module-202602281428 .tab-con .list ul li .style5 .text .title-bottom .job-name .job {
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style5 .text .title-bottom .job-name .job {
    font-size: 14rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602281428 .tab-con .list ul li .style5 .text .title-bottom .job-name .job {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style5 .text:hover .more-img img {
    transform: translate(calc(-100% + 58px), 0);
    transition: transform 0.3s ease-out;
  }
}
.e-module-202602281428 .tab-con .list ul li .style6 {
  height: 100% !important;
}
.e-module-202602281428 .tab-con .list ul li .style6 .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0, #000000 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 20px;
  padding: 100px 30px 30px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style6 .text {
    border-radius: 20rem;
    padding: 100rem 30rem 30rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style6 .text {
    border-radius: 10px;
    padding: 50px 20px 20px;
    background: linear-gradient(0, #000000 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.e-module-202602281428 .tab-con .list ul li .style6 .text h3 {
  color: #ffffff;
  line-height: calc(28 / 20);
  font-size: 20px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style6 .text h3 {
    font-size: 20rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602281428 .tab-con .list ul li .style6 .text h3 {
    font-size: 14px;
    line-height: calc(20 / 14);
  }
}
.e-module-202602281428 .tab-con .list ul li .style6 .new-label {
  color: #ffffff;
  line-height: calc(24/14);
  margin-bottom: 10px;
  font-size: 14px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list ul li .style6 .new-label {
    font-size: 14rem;
    margin-bottom: 10rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602281428 .tab-con .list ul li .style6 .new-label {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .e-module-202602281428 .tab-con .list ul li .style6:hover .e-bg {
    transform: scale(1.1);
  }
}
.e-module-202602281428 .tab-con .list .swiper {
  height: 100%;
  margin: 0 -20px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list .swiper {
    margin: 0 -20rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list .swiper {
    margin: 0;
  }
}
.e-module-202602281428 .tab-con .list .swiper-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list .swiper-wrapper {
    flex-direction: column;
  }
}
.e-module-202602281428 .tab-con .list .swiper-pagination {
  top: auto;
  bottom: -40px;
  height: 8px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #dddddd;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list .swiper-pagination {
    bottom: -40rem;
    height: 8rem;
    border-radius: 8rem;
  }
}
.e-module-202602281428 .tab-con .list .swiper-pagination .swiper-pagination-progressbar-fill {
  background: linear-gradient(90deg, #41AAEE, #8ADD95 100%);
}
.e-module-202602281428 .tab-con .list .e-nav-title {
  display: none;
  align-items: center;
  justify-content: space-between;
  color: #333333;
  height: 44px;
  border-radius: 44px;
  padding: 0 20px;
  font-size: 14px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list .e-nav-title {
    height: 44rem;
    border-radius: 44rem;
    padding: 0 20rem;
    font-size: 14rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list .e-nav-title {
    display: flex;
  }
}
.e-module-202602281428 .tab-con .list .e-nav-title .iconfont {
  font-size: 16px;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list .e-nav-title .iconfont {
    font-size: 16rem;
  }
}
.e-module-202602281428 .tab-con .list .e-nav-title .iconfont.icon-xiala1 {
  display: block;
}
.e-module-202602281428 .tab-con .list .e-nav-title .iconfont.icon-xiala2 {
  display: none;
}
.e-module-202602281428 .tab-con .list .learn-more {
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 0 0;
  line-height: 1;
}
@media (max-width: 1920px) {
  .e-module-202602281428 .tab-con .list .learn-more {
    padding: 20rem 0 0;
  }
}
@media (max-width: 992px) {
  .e-module-202602281428 .tab-con .list .learn-more {
    display: flex;
  }
}
.e-module-202602281428 .tab-con .list .learn-more.click-up {
  display: none;
}
.e-module-202602281428 .tab-con .list .learn-more.click-up .iconfont {
  transform: rotate(-90deg);
}
.e-module-202602281428 .tab-con .list .learn-more .text {
  font-size: 14px;
  color: #c7000b;
}
.e-module-202602281428 .tab-con .list .learn-more .iconfont {
  font-size: 18px;
  display: block;
  transform: rotate(90deg);
  margin-left: 5px;
  color: #c7000b;
}
