﻿.home-page {
  overflow: hidden;
}

.module-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.module-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-copy {
  position: absolute;
  z-index: 2;
  color: #fff;
}

.eyebrow {
  margin-bottom: 1.33333rem;
  color: #e27327;
  font-size: 1rem;
  line-height: 1;
}

.module-copy h1, .module-copy h2 {
  max-width: 45.55556rem;
  font-family: 'alimamashuheiti-bold', 'Microsoft YaHei', sans-serif;
  font-size: 2.55556rem;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0;
}

.module-copy h3 {
  margin-top: 3rem;
  font-size: 1.33333rem;
  line-height: 1.5;
}

.module-copy p {
  max-width: 34.44444rem;
  margin-top: 1.33333rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.9;
}

.more-btn {
  margin-top: 2.33333rem;
}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-swiper, .hero-swiper .swiper-wrapper, .hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.hero-swiper.bannerOrange .banner-more {
  margin-top: 3.88889rem;

}
.hero-swiper.bannerOrange .banner-text {
  margin-top: -2.77778rem;
}
.hero-swiper.bannerOrange .swiper-slide-active .banner-more {
  border: 0.05556rem solid #f08321;
}
.hero-swiper.bannerOrange .swiper-slide-active .banner-more span {
  color: #f08321;
}
.hero-swiper.bannerOrange .swiper-slide-active .banner-more em {
  background: url(../images/index/icon-2.webp) center no-repeat;
  background-size: 100% auto;
}
.hero-swiper.bannerOrange .swiper-slide-active .banner-more:hover span {
  color: #fff;
}
.hero-swiper.bannerOrange .swiper-slide-active .banner-more:hover em {
  background: url(../images/index/icon-1.webp) center no-repeat;
  background-size: 100% auto;
}

.hero-swiper .slide-inner, .hero-swiper .bacBox, .hero-swiper .bac, .hero-swiper .bacImg {
  width: 100%;
  height: 100%;
}

.hero-swiper .slide-inner {
  position: relative;
}

.hero-swiper .bacBox {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.hero-swiper .bacImg {
  display: block;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center;
  transition: transform 5s;
}
.bacText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.bacText i {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@keyframes bgBoxAn {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.03);
    }
}

@keyframes fadeInUp50 {
    0% {
        opacity: 0;
        transform: translate3d(0, 2.77778rem, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.hero-swiper .bac {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.banner-text {
  display: flex;
  align-items: center;
}

.banner-text .w1600 {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banner-text-info {
  margin-top: 5rem;
  opacity: 0;
  visibility: hidden;
}
.banner-text-info .title {
  font-size: 3.11111rem;
  background: linear-gradient(90deg, #f08405 0%, #efce79 50%, #f7b970 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
  color: transparent;
}
.banner-text-info .desc {
  font-size: 1.77778rem;
  margin-top: 1.94444rem;
}

.banner-text-info .feature {
  font-size: 1.33333rem;
  margin-top: 2.22222rem;
}
.hero-swiper .swiper-slide-active .banner-text-info {
  visibility: visible;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
.hero-swiper .hero-slide-current .bacImg, .hero-swiper .hero-slide-leaving .bacImg {
  transform: scale(1.03);
}

.hero-swiper .hero-slide-reset .bacImg {
  transition: none;
}

.banner-kicker {
  color: #f08321;
  font-family: 'alimamashuheiti-bold', 'Microsoft YaHei', sans-serif;
  font-size: 3.66667rem;
  line-height: 1;
  font-weight: 700;
}

.banner-text h1 {
  margin-top: 2.33333rem;
  color: #252525;
  font-size: 2.22222rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.5rem;
}

.banner-desc {
  margin-top: 2.33333rem;
  color: #444;
  font-size: 1.55556rem;
  line-height: 1;
  letter-spacing: 0.11111rem;
}

.more {
  width: 8.33333rem;
  height: 2.77778rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.77778rem;
  color: #222;
  font-size: 0.88889rem;
  position: relative;
  border: 0.05556rem solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.5s;
}
.more span {
  position: relative;
  color: #fff;
  z-index: 2;
}
.more em {
  background: url(../images/index/icon-1.webp) center no-repeat;
  background-size: 100% auto;
  width: 0.33333rem;
  height: 0.72222rem;
  margin-left: 0.55556rem;
  z-index: 2;
  position: relative;
}
.more::after {
  content: '';
  position: absolute;
  left: -120%;
  width: 120%;
  height: 120%;
  background: #ff6508;
  transition: all 0.5s;
}

.more:hover {
  border: 0.05556rem solid #ff6508;
}
.more:hover::after {
  left: -10%;
}
.banner-more {
  position: relative;
  margin-top: 6.94444rem;
  opacity: 0;
  visibility: hidden;
}
.hero-swiper .swiper-slide-active .banner-more {
  visibility: visible;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}

.hero-swiper .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-fraction {
  position: absolute;
  right: 6.7%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 1.55556rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  color: #666666;
  font-family: 'din';
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
}

.hero-dots {
  position: initial;
  width: 1.55556rem;
  padding: 1.66667rem 0;
}

.hero-dots .swiper-pagination-bullet {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0!important;
  display: block;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
  margin-top: 1.11111rem!important;
}
.hero-dots .swiper-pagination-bullet:first-child {
  margin-top: 0!important;
}

.hero-dots .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0.72222rem;
  height: 0.11111rem;
  background: #1f1f1f;
  border-radius: 0;
  transition: width 0.25s, opacity 0.25s;
}

.hero-dots .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-dots .swiper-pagination-bullet-active:before {
  width: 1.33333rem;
  background: #f4721a;
}

.scroll {
  display: grid;
  grid-template-columns: repeat(3, 2PX);
  column-gap: 22PX;
  align-items: end;
  position: absolute;
  z-index: 10;
  bottom: 2.22222rem;
  left: 50%;
  margin-left: -25PX;
  width: 50PX;
}
.scroll div {
  position: relative;
  width: 2PX;
  height: 3.88889rem;
  background-color: #fefefe;
  overflow: hidden;
}
.scroll div.d {
  height: 2.77778rem;
}
.scroll div.d i {
  animation: scroll-icon2 4s ease-in-out infinite;
}
.scroll div i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.83333rem;
  background: #f49910;
  animation: scroll-icon1 4s ease-in-out infinite;
}
@keyframes scaleBanner {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.06);
    }
}
@keyframes scrolls {
    from {
        bottom: 4.5vh;
    }
    50% {
        bottom: 6.5vh;
    }
    100% {
        bottom: 4.5vh;
    }
}
@keyframes scroll-icon1 {
    0% {
        top: -4.44444rem;
        opacity: 0;
    }
    0.1% {
        top: -4.44444rem;
        opacity: 1;
    }

    99.9% {
        top: 4.44444rem;
        opacity: 1;
    }
    100% {
        top: 4.44444rem;
        opacity: 0;
    }
}
@keyframes scroll-icon2 {
    0% {
        top: -5rem;
        opacity: 0;
    }
    0.1% {
        top: -5rem;
        opacity: 1;
    }

    99.9% {
        top: 2.77778rem;
        opacity: 1;
    }
    100% {
        top: 2.77778rem;
        opacity: 0;
    }
}

@keyframes scroll-icon3 {
    0% {
        top: -1.4rem;
        opacity: 0;
    }
    0.1% {
        top: -1.4rem;
        opacity: 1;
    }

    99.9% {
        top: 1.4rem;
        opacity: 1;
    }
    100% {
        top: 1.4rem;
        opacity: 0;
    }
}
@keyframes scroll-icon4 {
    0% {
        top: -1.8rem;
        opacity: 0;
    }
    0.1% {
        top: -1.8rem;
        opacity: 1;
    }

    99.9% {
        top: 1rem;
        opacity: 1;
    }
    100% {
        top: 1rem;
        opacity: 0;
    }
}

.section-block {
  position: relative;
  padding: 6.94444rem 0 0;
}

.section-head {
  margin-bottom: 3.88889rem;
  text-align: center;
}

.section-head.left {
  width: 83.333%;
  max-width: 88.88889rem;
  margin: 0 auto 3.22222rem;
  text-align: left;
}

.section-head p {
  margin-bottom: 1.38889rem;
  color: #ff6508;
  font-size: 1rem;
}

.section-head h2 {
  color: #161616;
  font-size: 2.22222rem;
}

.products {
  padding-bottom: 6.22222rem;
  background: #fff;
}

.product-layout {
  width: 83.333%;
  max-width: 88.88889rem;
  margin: 0 auto;
}

.product-top {
  display: flex;
  align-items: stretch;
}

.product-top .product-feature {
  flex: 1;
  height: auto;
  aspect-ratio: 1046.66667 / 710;
}

.product-side {
  width: calc((100% - 1.875%) / 3);
  display: flex;
  flex-direction: column;
  margin-left: 1.875%;
}

.product-side .product-card-small {
  height: auto;
  margin-top: 5.73248%;
  aspect-ratio: 523.33333 / 340;
}
.product-side .product-card-small:first-child {
  margin-top: 0;
}

.product-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-bottom .product-card {
  width: calc((100% - 1.875%) / 2);
  height: auto;
  margin-top: 1.875%;
  aspect-ratio: 785 / 440;
}

.product-feature, .product-card {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 0.55556rem;
}

.product-feature {
  min-width: 0;
  width: 100%;
  height: 100%;
}

.product-feature-swiper, .product-feature .swiper-wrapper, .product-feature .swiper-slide {
  width: 100%;
  height: 100%;
}
.product-feature .swiper-slide {
  overflow: hidden;
}

.product-feature img, .product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s;
}

.product-card:hover img, .product-feature:hover img {
  transform: scale(1.035);
}

.product-card-text {
  position: absolute;
  left: 3.5rem;
  top: 3.44444rem;
  z-index: 2;
  color: #333333;
}

.feature-text {
  left: 4.11111rem;
  top: 4.83333rem;
}
.product-btn-more {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
  color: #fa802d;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.55556rem);
  transition: opacity 0.35s, visibility 0.35s, transform 0.35s;
}
.product-btn-more:hover .arrow {
  transform: translateX(0.55556rem);
}
.product-btn-more .arrow {
  margin-left: 0.55556rem;
  width: 0.33333rem;
  transition: all 0.5s;
}
.product-btn-more .arrow img {
  width: 100%;
}

.product-feature:hover .product-btn-more, .product-card:hover .product-btn-more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.product-top .product-card-text h3 {
  font-size: 2rem;
  display: flex;
  align-items: center;
}
.product-top .product-card-text h3 img {
  width: 1.66667rem;
  margin-left: 0.66667rem;
}
.product-card-text h3 {
  font-size: 1.66667rem;
}

.feature-text h3 {
  font-size: 2rem;
}

.feature-text h3 span {
  margin-left: 0.77778rem;
  color: #f08321;
}

.product-feature .product-card-text p {
  font-size: 1rem;
}
.product-card-text p {
  margin-top: 1.94444rem;
  font-size: 0.88889rem;
  line-height: 1.44444rem;
}

.product-card-small .product-card-text {
  left: 3.05556rem;
  top: 3.22222rem;
}

.product-card-small .product-card-text h3 {
  font-size: 1.33333rem;
}

.product-feature .product-feature-dots.swiper-pagination {
  position: absolute;
  left: 4.38889rem;
  bottom: 2.88889rem;
  top: auto;
  z-index: 4;
  display: flex;
  width: auto;
}

.product-feature-dots .swiper-pagination-bullet {
  width: 4rem;
  height: 0.33333rem;
  display: block;
  margin: 0 !important;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.48);
  opacity: 1;
  cursor: pointer;
  transition: background 0.25s;
}

.product-feature-dots .swiper-pagination-bullet-active {
  background: #f08321;
}

.product-more {
  margin: 3.61111rem auto 0;
  border: 0.05556rem solid #f08321;
}
.product-more span {
  color: #f08321;
}
.product-more em {
  background: url(../images/index/icon-2.webp) center no-repeat;
  background-size: cover;
}

.product-more:hover span {
  color: #fff;
}
.product-more:hover em {
  background: url(../images/index/icon-1.webp) center no-repeat;
  background-size: cover;
}

.solution {
  position: relative;
  height: 100vh;
  min-height: 42.22222rem;
  overflow: hidden;
}
.solution-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.solution-swiper, .solution-swiper .swiper-wrapper, .solution-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.solution-swiper .swiper-slide {
  position: relative;
}

.solution-swiper .swiper-slide > .w1600 {
  position: relative;
  z-index: 1;
}

.solutionBgStage {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.solution-bg {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transform-origin: center;
  transition: transform 5s;
}

.solution-swiper .swiper-slide-active .solution-bg {
  transform: scale(1.1);
}

.solution-head {
  margin-top: 7.77778rem;
  z-index: 2;
  color: #fff;
  position: relative;
}

.solution-head h2 {
  max-width: 45.55556rem;
  color: #fff;
  font-size: 2.22222rem;
  line-height: 1;
}

.solution-count {
  position: relative;
  margin-top: 3.61111rem;
  z-index: 3;
  color: #fa6d0e;
  font-family: 'din';
  font-size: 1rem;
  line-height: 1;
  display: block;
}

.solution-copy {
  z-index: 2;
  color: #fff;
  margin-top: 19.72222rem;
}

.solution-copy h3 {
  color: #fff;
  font-size: 1.33333rem;
  line-height: 1.3;
}

.solution-copy p {
  max-width: 31.94444rem;
  margin-top: 1.55556rem;
  color: #fff;
  font-size: 0.88889rem;
  line-height: 1.66667rem;
}

.solution-copy .more-btn {
  margin-top: 2.88889rem;
}
.solution-swiper .swiper-slide-active h3, .solution-swiper .swiper-slide-active p, .solution-swiper .swiper-slide-active a {
  visibility: visible;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: both;
  animation-name: fadeInUp50;
}
.solution-swiper .swiper-slide-active p {
  animation-delay: 0.4s;
}
.solution-swiper .swiper-slide-active a {
  animation-delay: 0.5s;
}

.solution-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: flex;
  align-items: flex-end;
}

.solution-tabs {
  width: 100%;
  position: absolute;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: end;
  bottom: 6.11111rem;
}
.solution-btn .w1600 {
  position: relative;
}

.solution-tabs button, .solution-tabs a {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  cursor: pointer;
  transition: color 0.25s, transform 0.25s;
  box-sizing: border-box;
  padding: 0 5.55556rem;
}

.solution-tabs button span, .solution-tabs a span {
  white-space: nowrap;
}

.solution-tabs button i, .solution-tabs a i {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.77778rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all 0.25s;
  filter: brightness(0) invert(1);
}

.solution-tabs button img, .solution-tabs a img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: 2.5rem;
  max-height: 2.5rem;
  object-fit: contain;
  transition: all .25s;
}

.solution-tabs button .active-img, .solution-tabs a .active-img {
  opacity: 0;
}

.solution-tabs button.active .normal, .solution-tabs button:hover .normal, .solution-tabs a.active .normal, .solution-tabs a:hover .normal {
  opacity: 0;
}

.solution-tabs button.active .active-img, .solution-tabs button:hover .active-img, .solution-tabs a.active .active-img, .solution-tabs a:hover .active-img {
  opacity: 1;
}

.solution-tabs button.active, .solution-tabs button:hover, .solution-tabs a.active, .solution-tabs a:hover {
  color: #fa6d0e;
}
.solution-tabs button.active i, .solution-tabs button:hover i, .solution-tabs a.active i, .solution-tabs a:hover i {
  filter: none;
}

.cases {
  padding-bottom: 6rem;
  background: url(../images//index/section-block-bg.webp) center no-repeat;
  background-size: cover;
}

.case-stage {
  position: relative;
  width: 83.333%;
  max-width: 88.88889rem;
  margin: 0 auto;
  padding-top: 0;
  overflow: visible;
}

.case-decor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.9;
}

.case-decor-left {
  left: -55.55556rem;
  top: 7rem;
  width: 77.05556rem;
  height: 39.88889rem;
}

.case-decor-right {
  right: -40.55556rem;
  top: -14.22222rem;
  width: 77.05556rem;
  height: 39.88889rem;
}

.case-cards {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 1.88889rem;
  align-items: start;
}

.case-card {
  position: relative;
  flex: 1;
  min-width: 0;
  overflow: visible;
  display: block;
  transition: transform .55s ease;
  color: #333333;
  cursor: pointer;
}

.case-card:hover {
  transform: translateY(-1.88889rem);
}

.case-card .case-img-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s;
}

.case-card:hover .case-img-bg {
  transform: scale(1.035);
}
.case-card-info {
  position: relative;
  z-index: 2;
  height: 18.88889rem;
  overflow: hidden;
  border-radius: 0.55556rem;
}
.case-card-info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-card-pos {
  position: absolute;
  bottom: 0;
  height: 4.44444rem;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1.11111rem);
  padding: 0 1.66667rem;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case-card-pos h3 {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 4.77778rem);
  font-size: 1.11111rem;
}
.case-icon {
  width: 2.77778rem;
}
.case-icon img {
  width: 100%;
}

.case-card-body {
  position: relative;
  z-index: 2;
  max-height: 0;
  padding: 0 1.94444rem;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-0.55556rem);
  transition: max-height .55s ease, padding .55s ease, opacity .45s ease, transform .55s ease;
}

.case-card-body h3 {
  font-size: 1.27778rem;
  line-height: 1.35;
}

.case-card-body p {
  margin-top: 1.33333rem;
  font-size: 0.88889rem;
  line-height: 1.66667rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case-card:hover .case-card-body {
  max-height: 9.44444rem;
  padding-top: 1.33333rem;
  padding-bottom: 0.22222rem;
  opacity: 1;
  transform: translateY(0);
}

.case-more {
  margin-top: 1.11111rem;
  display: flex;
  align-items: center;
  color: #f08321;
  font-size: 0.88889rem;
}

.case-more .arrow {
  width: 0.33333rem;
  margin-left: 0.66667rem;
}

.case-more .arrow img {
  width: 100%;
}

.caseModal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s;

}
.caseModal.active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;

}
.caseModal.active .caseModalBox {
  transform: translateY(0);
}

.caseModalMask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.caseModalBox {
  width: 70%;
  max-width: calc(100% - 4.44444rem);
  position: relative;
  z-index: 1;
  transform: translateY(1.33333rem);
  transition: transform 0.3s;
}

.caseModalSurface {
  box-sizing: border-box;
  width: 100%;
  min-height: 28.55556rem;
  max-height: calc(100vh - 4.44444rem);
  padding: 5.27778rem 5.55556rem 3.55556rem;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  background: #fff url(../images/page/surfaceBg.webp) top center no-repeat;
  background-size: cover;

}
.caseModalSurface .surfaceList {
  display: none;
  max-height: 60vh;
  overflow-y: auto;

}
.caseModalSurface .surfaceList.curr {
  display: block;
}

.caseModalSurface h2 {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  color: #ff6508;
  font-size: 1.33333rem;
  font-weight: bold;
  line-height: 1.88889rem;
  text-align: center;
}

.caseModalLogo {
  width: 4.77778rem;
  height: 4.77778rem;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: -1.61111rem;
  border-radius: 50%;
  overflow: hidden;
  transform: translateX(-50%);

}
.caseModalLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.caseModalClose {
  width: 1.38889rem;
  height: 1.38889rem;
  position: absolute;
  z-index: 3;
  right: 1.66667rem;
  top: 1.72222rem;
  cursor: pointer;
  outline: none;
  transition: transform 0.3s;

}
.caseModalClose img {
  width: 100%;
}

.caseModalClose:hover, .caseModalClose:focus-visible {
  transform: rotate(90deg);
}

.caseModalScroll {
  margin-top: 2.83333rem;
  position: relative;
  z-index: 1;
}

.caseModalRichText {
  color: #666;
  font-size: 0.88889rem;
  line-height: 1.66667rem;

}
.caseModalRichText p {
  margin-top: 1.44444rem;

}
.caseModalRichText p:first-child {
  margin-top: 0;
}

.caseModalOpen {
  overflow: hidden;
}

.mobileMain .caseModalBox {
  width: 92%;
  max-width: 100%;

}
.mobileMain .caseModalBox .caseModalLogo {
  width: 2rem;
  height: 2rem;
  top: -1rem;
}

.mobileMain .caseModalBox .caseModalSurface {
  border-radius: 0.4rem;
  padding: 1.9rem 0.85rem 2.1rem 0.85rem;
  min-height: initial;
  max-height: initial;
  background: #ffffff url(../images/mobile/page/surfaceBg.webp) top center no-repeat;
  background-size: cover;

}
.mobileMain .caseModalBox .caseModalSurface h2 {
  width: 100%;
  margin: 0 auto;
  font-size: 0.72rem;
  line-height: 1rem;
  text-align: center;
}

.mobileMain .caseModalBox .caseModalSurface .caseModalScroll {
  margin-top: 1rem;

}
.mobileMain .caseModalBox .caseModalSurface .caseModalScroll .caseModalRichText {
  color: #666666;
  font-size: 0.56rem;
  line-height: 0.9rem;

}
.mobileMain .caseModalBox .caseModalSurface .caseModalScroll .caseModalRichText p {
  margin-top: 1rem;

}
.mobileMain .caseModalBox .caseModalSurface .caseModalScroll .caseModalRichText p:first-child {
  margin-top: 0;
}

.mobileMain .caseModalBox .caseModalClose {
  width: 0.5rem;
  height: 0.5rem;
  top: 0.6rem;
  right: 0.6rem;
}

.partnerContInfo {
  display: flex;
  align-items: center;
}
.partnerList {
  margin-left: 4.72222rem;
  display: inline-block;
}
.partnerList img {
  max-height: 2.22222rem;
  filter: grayscale(100%);
  opacity: 0.3;
  transition: all 0.5s;
  max-width: initial;
  width: auto;
}
.partnerList:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.partnerListCon, .partnerListBtn {
  margin-top: 2.77778rem;
}

.case-card-body.compact {
  bottom: 2.22222rem;
}

.case-logo {
  position: absolute;
  right: 2.33333rem;
  bottom: 3rem;
  z-index: 2;
  min-width: 3.88889rem;
  height: 3.88889rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #1f2935;
  font-size: 0.66667rem;
  background: rgba(255, 255, 255, 0.95);
}

.case-logo-wall {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 5.55556rem;
}
.case-more {
  display: flex;
  align-items: center;
  margin-top: 1.11111rem;
  color: #fa802d;
}
.case-more .arrow {
  margin-left: 0.55556rem;
  width: 0.33333rem;
}
.case-more .arrow img {
  width: 100%;
}

.about {
  padding: 9.44444rem 0;
  position: relative;
  overflow: hidden;
  background: #111820 url('../images/index/about-bg.webp') center no-repeat;
  background-size: cover;
}
.about-content {
  display: flex;
  align-items: center;
}

.about-copy {
  z-index: 2;
  margin-left: 2.5rem;
}

.about-copy h2 {
  font-size: 2.22222rem;
  line-height: 3.11111rem;
}
.about-copy h3 {
  font-size: 2rem;
  line-height: 3.11111rem;
}
.about-copy > p:not(.eyebrow) {
  max-width: 42.22222rem;
  margin-top: 2rem;
  font-size: 0.88889rem;
  line-height: 1.9;
}

.about-year {
  z-index: 2;
  width: 18.33333rem;
}
.about-year img {
  width: 100%;
}

.about-stats {
  z-index: 3;
  display: flex;
  margin-top: 5rem;
}

.about-stats strong {
  display: block;
  font-family: 'din';
  font-size: 2rem;
  line-height: 1;
  color: #fa802d;
  display: flex;
  align-items: flex-start;
}
.about-stats strong .numUnit {
  font-size: 3.11111rem;
}
.about-stats strong span {
  font-size: 3.11111rem;
}

.about-stats span {
  display: inline-block;
}
.numDesc {
  margin-top: 1.11111rem;
  color: #333333;
  font-size: 0.88889rem;
}
.about-stats li {
  margin-left: 7.5rem;
}
.about-stats li:first-child {
  margin-left: 0;
}
.about-more {
  border: 0.05556rem solid #f08321;
  margin-top: 5.27778rem;
}
.about-more span {
  color: #f08321;
}
.about-more em {
  background: url(../images/index/icon-2.webp) center no-repeat;
  background-size: cover;
}

.about-more:hover span {
  color: #fff;
}
.about-more:hover em {
  background: url(../images/index/icon-1.webp) center no-repeat;
  background-size: cover;
}

.news {
  padding: 6.66667rem 0;
  background: url(../images/index/news-bg.webp) center no-repeat;
  background-size: cover;
}

.news-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 1.38889rem;
}

.news-title {
  margin-bottom: 1.22222rem;
  color: #f08321;
  font-size: 1rem;
}

.news-head h2 {
  color: #161616;
  font-size: 2.66667rem;
  line-height: 1;
}

.news-panels {
  margin: 4.44444rem auto 0;
}

.news-layout {
  display: none;
  align-items: start;
}

.news-layout:not(.active) {
  display: none;
}

.news-layout.active {
  display: flex;
}

.news-layout.news-animate {
  animation: newsFadeUp .7s ease both;
}

@keyframes newsFadeUp {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.news-main-card, .news-item {
  position: relative;
  display: block;
}

.news-main-card {
  width: 47.5%;
  height: 27.77778rem;
  border-radius: 0.55556rem;
  overflow: hidden;
  position: relative;
}
.news-main-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 1;
}
.news-main-card i {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s;
}
.news-main-card:hover i {
  transform: scale(1.05);
}
.news-side {
  width: calc(100% - 47.5% - 1.94444rem);
  margin-left: 1.94444rem;
  padding: 2.77778rem 0 1.66667rem 0;
  box-sizing: border-box;
  border-top: 0.05556rem solid #e5e5e5;
  border-bottom: 0.05556rem solid #e5e5e5;
  box-sizing: border-box;
}

.news-main-card img, .news-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.news-main-card:hover img, .news-item:hover img {
  transform: scale(1.035);
}

.news-main-info {
  position: absolute;
  left: 2.33333rem;
  right: 2.33333rem;
  bottom: 2.11111rem;
  z-index: 2;
  color: #fff;
}

.news-main-info .time, .news-item .time {
  display: block;
  font-family: 'din';
  font-size: 0.88889rem;
  line-height: 1;
}

.news-main-info h3 {
  margin-top: 1.22222rem;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 500;
}

.news-tabs {
  display: flex;
}

.news-tabs button {
  color: #333;
  font-size: 1.11111rem;
  cursor: pointer;
  font-weight: bold;
  margin-left: 2.77778rem;
}
.news-tabs button:first-child {
  margin-left: 0;
}

.news-tabs button.active, .news-tabs button:hover {
  color: #f08321;
}

.news-list {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-item {
  overflow: visible;
  width: calc((100% - 2.5rem) / 2);
}

.news-item .news-item-img {
  height: 14.44444rem;
  border-radius: 0.55556rem;
  overflow: hidden;
}

.news-item .time {
  margin-top: 1.38889rem;
  color: #999999;
  font-size: 0.88889rem;
  font-family: 'din';
}

.news-item h3 {
  margin-top: 0.83333rem;
  color: #222;
  font-size: 1rem;
  font-weight: normal;
  height: 2.77778rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-more {
  display: flex;
  align-items: center;
  margin-top: 1.38889rem;
  color: #fa802d;
}
.news-more:hover .arrow {
  transform: translateX(0.55556rem);
}
.news-more .arrow {
  margin-left: 0.55556rem;
  width: 0.33333rem;
  transition: all 0.5s;
}
.news-more .arrow img {
  width: 100%;
}

.support {
  padding-top: 6.66667rem;
}

.support-inner {
  position: relative;
}

.support-inner > img {
  width: 100%;
  height: auto;
}

.support-grid {
  display: flex;
  justify-content: space-between;
}

.support-grid a {
  text-align: center;
}
.support-grid a:hover .support-icon {
  transform: rotateY(360deg);
}
.support-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.44444rem;
  transition: all 0.5s;
}
.support-icon img {
  margin: 0 auto;
  max-width: 3.88889rem;
  max-height: 3.88889rem;
}

.support-grid strong {
  display: block;
  color: #333333;
  font-size: 1.11111rem;
  margin-top: 1.66667rem;
}

.support-grid .support-desc {
  margin: 1.11111rem auto 0;
  color: #999999;
  font-size: 0.88889rem;
  line-height: 1.65;
}
.support-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.66667rem;
  color: #fa802d;
}
.support-more .arrow {
  margin-left: 0.55556rem;
  width: 0.33333rem;
  transition: all 0.5s;
}
.support-more .arrow img {
  width: 100%;
}
.support-more:hover .arrow {
  transform: translateX(0.55556rem);
}

@media screen and (min-width: 1200px) and (max-height: 760px) {
.solution-copy {
  margin-top: 19.44444rem;
}

.solution-copy p {
  margin-top: 1.11111rem;
}

.solution-copy .more-btn {
  margin-top: 1.33333rem;
}

.solution-tabs {
  bottom: 3.05556rem;
}
}

.mobileMain .more {
  width: 2.85rem;
  height: 0.95rem;
  border: 0.05556rem solid #f3b38e;
  font-size: 0.54rem;
}
.mobileMain .more span {
  color: #666666;
}
.mobileMain .more em {
  width: 0.25rem;
  height: 0.46rem;
  margin-left: 0.22rem;
  background: url(../images/mobile/icon/icon-10.webp) center no-repeat;
  background-size: cover;
}
.mobileMain .more:hover span {
  color: #666666;
}
.mobileMain .more:hover::after {
  left: -120%;
}
.mobileMain .home-page {
  padding-top: 0;
}

.mobileMain .module-visual > img {
  height: auto;
  object-fit: contain;
}

.mobileMain .module-copy {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  padding: 1.55556rem 4%;
  color: #1c2733;
  background: #fff;
}

.mobileMain .eyebrow {
  margin-bottom: 0.66667rem;
  font-size: 0.77778rem;
}

.mobileMain .module-copy h1, .mobileMain .module-copy h2, .mobileMain .module-copy h3 {
  max-width: none;
  color: #161616;
  font-size: 1.55556rem;
}

.mobileMain .module-copy p {
  max-width: none;
  margin-top: 0.77778rem;
  color: #56616f;
  font-size: 0.83333rem;
  line-height: 1.75;
}

.mobileMain .more-btn {
  margin-top: 1.22222rem;
  width: 7.11111rem;
  height: 2.33333rem;
  border-color: #f08321;
  color: #f08321;
  font-size: 0.77778rem;
}

.mobileMain .hero {
  overflow: hidden;
}

.mobileMain .hero-swiper, .mobileMain .hero-swiper .swiper-wrapper, .mobileMain .hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.mobileMain .hero-fraction {
  right: 0.6rem;
  font-size: 0.42rem;
}
.mobileMain .hero-dots {
  padding: 0.5rem 0;
}
.mobileMain .hero-dots .swiper-pagination-bullet {
  margin-top: 0.5rem!important;
}
.mobileMain .hero-dots .swiper-pagination-bullet:before {
  width: 0.32rem;
  height: 0.06rem;
}
.mobileMain .hero-dots .swiper-pagination-bullet-active:before {
  width: 0.6rem;
}
.mobileMain .scroll {
  bottom: 1.65rem;
  width: 1.3rem;
}
.mobileMain .scroll .c {
  height: 1.8rem;
  width: 0.06rem;
}
.mobileMain .scroll .d {
  height: 1.3rem;
  width: 0.06rem;
}
.mobileMain .banner-text .w1600 {
  justify-content: flex-start;
}

.mobileMain .banner-text-info {
  margin-top: 7rem;
}
.mobileMain .bannerOrange .banner-text {
  margin-top: 0;
}
.mobileMain .bannerOrange .banner-text-info {
  margin-top: 4.5rem;
}
.mobileMain .bannerOrange .banner-more {
  margin-top: 1.5rem;
}
.mobileMain .banner-text-info .title {
  font-size: 1.26rem;
}
.mobileMain .banner-text-info .desc {
  font-size: 0.72rem;
  margin-top: 0.7rem;
}
.mobileMain .banner-text-info .feature {
  font-size: 0.56rem;
  margin-top: 0.55rem;
}
.mobileMain .banner-more {
  margin-top: 1.1rem;
  width: 3.82rem;
  height: 1.42rem;
  font-size: 0.54rem;
  border: 0.01rem solid #ff6508;
}
.mobileMain .banner-more span {
  color: #fa802d;
}
.mobileMain .banner-more em {
  background: url(../images/index/icon-2.webp) center no-repeat!important;
  background-size: 100% auto;
  width: 0.25rem;
  height: 0.46rem;
  margin-left: 0.22rem;
}
.mobileMain .banner-more:hover span {
  color: #ff6508!important;
}

.mobileMain .hero-swiper .bacImg {
  background-position: center 60% !important;
  background-size: cover !important;
}
.mobileMain .section-block {
  padding: 1.8rem 0 0;
}
.mobileMain .section-head p {
  font-size: 0.56rem;
  margin-bottom: 0.75rem;
}
.mobileMain .section-head h2 {
  font-size: 0.68rem;
}

.mobileMain .products {
  padding-bottom: 0;
  background: #fff;
}

.mobileMain .products .section-head {
  width: 13.9rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.mobileMain .product-layout.mobileShow {
  max-width: none;
  overflow: hidden;
}

.mobileMain .mobile-product-swiper {
  width: 100%;
  padding-bottom: 1.1rem;
  overflow: hidden;
}

.mobileMain .mobile-product-swiper .swiper-slide {
  width: 100%;
  height: auto;
}

.mobileMain .product-mobile-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.79rem;
}

.mobileMain .product-mobile-card {
  position: relative;
  width: 100%;
  height: 9.16rem;
  overflow: hidden;
  border-radius: 0.12rem;
}

.mobileMain .product-mobile-card i {
  display: block;
  width: 100%;
  height: 9.16rem;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.mobileMain .product-mobile-text {
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 1.17rem;
  z-index: 2;
  color: #333;
}

.mobileMain .product-mobile-card:nth-child(2) .product-mobile-text {
  top: 1.44rem;
}

.mobileMain .product-mobile-text h3 {
  font-size: 0.79rem;
  line-height: 1;
  font-weight: 700;
}

.mobileMain .product-mobile-text p {
  margin-top: 0.62rem;
  font-size: 0.48rem;
  line-height: 1.65;
}

.mobileMain .mobile-product-swiper .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
}

.mobileMain .mobile-product-swiper .swiper-pagination-bullet {
  width: 0.71rem;
  height: 0.08rem;
  margin: 0 !important;
  border-radius: 0;
  background: #cfd0d2;
  opacity: 1;
  transition: background .25s;
}

.mobileMain .mobile-product-swiper .swiper-pagination-bullet-active {
  background: #ff6508;
}

.mobileMain .product-more {
  width: 3.82rem;
  height: 1.42rem;
  margin: 1.15rem auto 0;
  border-radius: 5.5rem;
  border: 0.05556rem solid #fa802d;
}
.mobileMain .product-more span {
  color: #fa802d;
}
.mobileMain .product-more em {
  background: url(../images/index/icon-2.webp) center no-repeat;
  background-size: 100% 100%;
  width: 0.25rem;
  height: 0.46rem;
  margin-left: 0.22rem;
}
.mobileMain .product-more:hover span {
  color: #fa802d;
}

.mobileMain .solution {
  height: auto;
  min-height: 0;
  overflow: hidden;
  background: #fff;
}

.mobileMain .solution > .w1600, .mobileMain .solution > .solution-swiper, .mobileMain .solution > .solution-btn {
  display: none;
}

.mobileMain .solution-mobile {
  display: block;
  padding-top: 1.8rem;
  background: #fff;
}

.mobileMain .solution-mobile .section-head {
  width: 13.9rem;
  margin: 0 auto 1.35rem;
  text-align: center;
}

.mobileMain .solution-mobile .section-head h2 {
  font-size: 0.72rem;
  line-height: 1.45;
}

.mobileMain .mobile-solution-tabs {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 0.6rem 1.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  cursor: grab;
  scrollbar-width: none;
}

.mobileMain .mobile-solution-tabs::-webkit-scrollbar {
  display: none;
}

.mobileMain .mobile-solution-tabs.is-dragging {
  cursor: grabbing;
}

.mobileMain .mobile-solution-tabs button, .mobileMain .mobile-solution-tabs a {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  color: #2b2b2b;
  font-size: 0.52rem;
  line-height: 1;
  font-weight: 400;
  margin-left: 0.9rem;
  white-space: nowrap;
}
.mobileMain .mobile-solution-tabs button:first-child, .mobileMain .mobile-solution-tabs a:first-child {
  margin-left: 0;
}
.mobileMain .mobile-solution-tabs button:last-child em, .mobileMain .mobile-solution-tabs a:last-child em {
  display: none;
}
.mobileMain .mobile-solution-tabs button em, .mobileMain .mobile-solution-tabs a em {
  width: 1.03rem;
  height: 0.05rem;
  background: #e0e0e0;
  margin-left: 0.45rem;
  margin-bottom: 0.3rem;
}

.mobileMain .mobile-solution-tabs button em, .mobileMain .mobile-solution-tabs a em {
  display: none;
}

.mobileMain .mobile-solution-tabs button i, .mobileMain .mobile-solution-tabs a i {
  position: relative;
  width: 1.22rem;
  height: 1.18rem;
  margin: 0 auto;
  margin-bottom: 0.56rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.mobileMain .mobile-solution-tabs button img, .mobileMain .mobile-solution-tabs a img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: 1.22rem;
  max-height: 1.18rem;
  object-fit: contain;
  transition: opacity .25s;
}

.mobileMain .mobile-solution-tabs button .active-img, .mobileMain .mobile-solution-tabs a .active-img {
  opacity: 0;
}

.mobileMain .mobile-solution-tabs button.active .normal, .mobileMain .mobile-solution-tabs a.active .normal {
  opacity: 0;
}

.mobileMain .mobile-solution-tabs button.active .active-img, .mobileMain .mobile-solution-tabs a.active .active-img {
  opacity: 1;
}

.mobileMain .mobile-solution-tabs button.active, .mobileMain .mobile-solution-tabs a.active {
  color: #e7813a;
}

.mobileMain .mobile-solution-swiper, .mobileMain .mobile-solution-swiper .swiper-wrapper, .mobileMain .mobile-solution-swiper .swiper-slide {
  width: 100%;
}

.mobileMain .mobile-solution-swiper {
  position: relative;
}

.mobileMain .mobile-solution-card {
  position: relative;
  width: 100%;
  height: 20.02rem;
  overflow: hidden;
  background: #8fa7b4;
}

.mobileMain .mobile-solution-card i {
  display: block;
  width: 100%;
  height: 20.02rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mobileMain .mobile-solution-copy {
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  top: 3.25rem;
  z-index: 2;
  color: #fff;
}

.mobileMain .mobile-solution-fraction, .mobileMain .mobile-solution-copy > span {
  display: block;
  position: absolute;
  left: 0.62rem;
  top: 2.18rem;
  z-index: 3;
  color: #ff6508;
  font-family: "poppins", Arial, sans-serif;
  font-size: 0.49rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}

.mobileMain .mobile-solution-copy h3 {
  margin-top: 0;
  color: #fff;
  font-size: 0.71rem;
  line-height: 1.2;
  font-weight: 700;
}

.mobileMain .mobile-solution-copy p {
  margin-top: 0.62rem;
  color: rgba(255, 255, 255, .92);
  font-size: 0.52rem;
  line-height: 1.74;
}

.mobileMain .cases {
  padding: 1.8rem 0 0;
  background: url(../images/mobile/index/cases-bg.webp) center no-repeat;
  background-size: cover;
}

.mobileMain .cases .section-head {
  width: 13.9rem;
  margin: 0 auto 1.52rem;
  text-align: center;
}

.mobileMain .cases .section-head p {
  margin-bottom: 0.72rem;
}

.mobileMain .cases .section-head h2 {
  font-size: 0.68rem;
  line-height: 1.35;
}

.mobileMain .case-stage {
  width: 92%;
  max-width: none;
  overflow: hidden;
}

.mobileMain .case-decor {
  display: none;
}

.mobileMain .case-mobile-cards {
  display: block;
  width: 100%;
}

.mobileMain .mobile-case-swiper {
  width: 100%;
  padding-bottom: 0.98rem;
  overflow: hidden;
}

.mobileMain .mobile-case-swiper .swiper-wrapper {
  width: 100%;
}

.mobileMain .mobile-case-swiper .swiper-slide {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.mobileMain .mobile-case-card {
  display: block;
  width: 100%;
  flex: none;
  color: #333;
}

.mobileMain .mobile-case-card:hover {
  transform: none;
}

.mobileMain .mobile-case-card .case-card-info {
  height: 9.25rem;
  border-radius: 0.12rem;
}

.mobileMain .mobile-case-card:hover .case-img-bg {
  transform: none;
}

.mobileMain .mobile-case-card .case-card-pos {
  height: 2rem;
  padding: 0 1.08rem;
}

.mobileMain .mobile-case-card .case-card-pos h3 {
  width: calc(100% - 2rem);
  font-size: 0.55rem;
}

.mobileMain .mobile-case-card .case-icon {
  width: 1.25rem;
}

.mobileMain .mobile-case-card .case-card-body, .mobileMain .mobile-case-card:hover .case-card-body {
  max-height: none;
  padding-top: 0.92rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  opacity: 1;
  transform: none;
}

.mobileMain .mobile-case-card .case-card-body p {
  margin-top: 0;
  color: #333;
  font-size: 0.52rem;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mobileMain .mobile-case-card .case-more {
  margin-top: 0.78rem;
  color: #ff6508;
  font-size: 0.52rem;
  line-height: 1;
}

.mobileMain .mobile-case-card .case-more .arrow {
  width: 0.25rem;
  margin-left: 0.28rem;
}

.mobileMain .mobile-case-more {
  margin-top: 0.78rem;
  display: flex;
  align-items: center;
  color: #ff6508;
  font-size: 0.52rem;
  line-height: 1;
}

.mobileMain .mobile-case-more em {
  width: 0.25rem;
  height: 0.46rem;
  margin-left: 0.28rem;
  background: url(../images/index/icon-2.webp) center no-repeat;
  background-size: cover;
}

.mobileMain .mobile-case-swiper .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
}

.mobileMain .mobile-case-swiper .swiper-pagination-bullet {
  width: 0.71rem;
  height: 0.08rem;
  margin: 0 !important;
  border-radius: 0;
  background: #cfd0d2;
  opacity: 1;
  transition: background .25s;
}

.mobileMain .mobile-case-swiper .swiper-pagination-bullet-active {
  background: #ff6508;
}

.mobileMain .case-logo-wall {
  width: 100%;
  margin-top: 1.5rem;
  overflow: hidden;
}

.mobileMain .case-logo-wall .partnerContInfo {
  height: 1rem;
  display: flex;
  align-items: center;
}

.mobileMain .case-logo-wall .partnerListBtn {
  margin-top: 1.06rem;
}

.mobileMain .case-logo-wall .partnerList {
  margin-left: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobileMain .case-logo-wall .partnerList img {
  width: auto;
  max-width: initial;
  max-height: initial;
  height: 1rem;
  filter: grayscale(100%);
  opacity: .28;
}

.mobileMain .about {
  padding: 0;
  background: url(../images/mobile/index/about-bg.webp) center no-repeat;
  background-size: cover;
  margin-top: 1.8rem;
  padding: 1.8rem 0 8.35rem 0;
}
.mobileMain .about-year {
  width: 5rem;
}
.mobileMain .about-copy h2 {
  font-size: 0.74rem;
  line-height: 1rem;
}
.mobileMain .about-copy h3 {
  font-size: 0.56rem;
  line-height: 0.72rem;
  margin-top: 0.3rem;
}
.mobileMain .about-copy > p:not(.eyebrow) {
  font-size: 0.56rem;
}
.mobileMain .mobile-about-text {
  font-size: 0.56rem;
  color: #333333;
  line-height: 0.9rem;
  margin-top: 1.4rem;
}
.mobileMain .about-stats {
  flex-wrap: wrap;
  margin-top: 0;
}
.mobileMain .about-stats li {
  width: 50%;
  margin-left: 0;
  margin-top: 1.45rem;
}
.mobileMain .about-stats strong {
  font-size: 0.56rem;
  display: flex;
  align-items: flex-start;
}
.mobileMain .about-stats strong .numUnit {
  font-size: 1.5rem;
}
.mobileMain .about-stats strong span {
  font-size: 1.5rem;
}
.mobileMain .about-more {
  margin-top: 2rem;
  width: 3.82rem;
  height: 1.42rem;
}
.mobileMain .about-more span {
  color: #fa802d;
}
.mobileMain .about-more em {
  width: 0.25rem;
  height: 0.46rem;
  margin-left: 0.22rem;
  background: url(../images/index/icon-2.webp) center no-repeat;
  background-size: cover;
  background-size: 100% 100%;
}
.mobileMain .about-more:hover span {
  color: #ff6508!important;
}
.mobileMain .numDesc {
  font-size: 0.56rem;
  margin-top: 0.5rem;
}

.mobileMain .news {
  padding: 1.8rem 0 0;
  background: #fff;
}

.mobileMain .news > .w1600 {
  width: 13.84rem;
}

.mobileMain .news-title {
  margin-bottom: 0;
  color: #ff6508;
  font-size: 0.56rem;
  line-height: 1;
}

.mobileMain .news-head {
  display: block;
  margin-top: 0.67rem;
}

.mobileMain .news-head h2 {
  color: #333;
  font-size: 0.68rem;
  line-height: 1.4;
  font-weight: 700;
}

.mobileMain .news-tabs {
  margin-top: 1.22rem;
  display: flex;
  align-items: center;
}

.mobileMain .news-tabs button {
  margin-left: 0.95rem;
  padding: 0;
  color: #333;
  font-size: 0.56rem;
  line-height: 1;
  font-weight: 700;
}
.mobileMain .news-tabs button:first-child {
  margin-left: 0;
}

.mobileMain .news-tabs button.active, .mobileMain .news-tabs button:hover {
  color: #ff6508;
}

.mobileMain .news-panels {
  margin: 1rem auto 0;
}

.mobileMain .news-layout.active {
  display: block;
}

.mobileMain .news-main-card {
  width: 100%;
  height: 9.11rem;
  border-radius: 0.12rem;
}

.mobileMain .news-main-card i {
  width: 100%;
  height: 9.11rem;
  background-position: center !important;
  background-size: cover !important;
}

.mobileMain .news-main-info {
  left: 0.71rem;
  right: 0.71rem;
  bottom: 0.73rem;
}

.mobileMain .news-main-info .time {
  color: #fff;
  font-size: 0.56rem;
  line-height: 1;
}

.mobileMain .news-main-info h3 {
  margin-top: 0.55rem;
  color: #fff;
  font-size: 0.56rem;
  line-height: 1.35;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobileMain .news-side {
  width: 100%;
  margin-left: 0;
  padding: 0;
  border: 0;
}

.mobileMain .news-list {
  display: block;
}

.mobileMain .news-item {
  width: 100%;
  padding-bottom: 0.93rem;
  border-bottom: 0.06rem solid #e9e9e9;
  color: #333;
}

.mobileMain .news-item .news-item-img, .mobileMain .news-more {
  display: none;
}

.mobileMain .news-item .time {
  margin-top: 1.04rem;
  color: #999;
  font-size: 0.56rem;
  line-height: 1;
}

.mobileMain .news-item h3 {
  height: auto;
  margin-top: 0.56rem;
  color: #333;
  font-size: 0.56rem;
  line-height: 1.35;
  font-weight: 400;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobileMain .support {
  padding: 1.8rem 0;
}

.mobileMain .support-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.5rem;
}

.mobileMain .support-grid a {
  width: calc((100% - 1.12rem) / 2);
  min-width: 0;
  text-align: center;
}
.mobileMain .support-grid a:nth-child(2) .support-icon img {
  width: ;
}

.mobileMain .support-icon {
  height: 1.42rem;
}

.mobileMain .support-icon img {
  max-width: 1.42rem;
  max-height: 1.42rem;
}

.mobileMain .support-grid strong {
  margin-top: 0.77rem;
  color: #333;
  font-size: 0.69rem;
  line-height: 1;
  font-weight: 700;
}

.mobileMain .support-grid .support-desc {
  min-height: 1.52rem;
  margin: 0.65rem auto 0;
  color: #999;
  font-size: 0.52rem;
  line-height: 1.45;
}

.mobileMain .support-more {
  margin-top: 0.62rem;
  color: #ff6508;
  font-size: 0.52rem;
  line-height: 1;
}
.mobileMain .support-more:hover .arrow {
  transform: translateX(0);
}

.mobileMain .support-more .arrow {
  width: 0.25rem;
  height: 0.46rem;
  margin-left: 0.28rem;
}
.mobileMain .support-more .arrow img {
  height: 100%;
  object-fit: cover;
}

