body {
  -webkit-font-smoothing: antialiased;
}
body,div,h1,h2,h3,h4,h5,h6,hr,p,span,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,a,:after,:before{margin:0;padding:0;box-sizing: border-box;}
ul,ol,li{list-style:none;}
a{text-decoration: none;color: inherit;}
.auto{margin-left:auto;margin-right:auto;}
.l{float:left;}.r{float:right;}.tc{text-align: center;}.ti2{text-indent: 2em;}
.db{display:block;}.dn{display:none;}.dib{display: inline-block;}
.ovh{overflow:hidden;}.rel{position:relative;}.abs{position:absolute;}
.fix:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-flex:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-web:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-phone:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.img-responsive{max-width: 100%; height: auto; display: block;}
.ellipsis{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap;}
.ellipsis1{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: inline-block; white-space: nowrap;}
img {border:none;display: inline-block;height: auto;max-width: 100%;}
/*margin*/
.m0{margin: 0px;}
.m1{margin: 1px;}.ml1{margin-left: 1px;}.mt1{margin-top: 1px;}.mr1{margin-right: 1px;}.mb1{margin-bottom: 1px;}
.m2{margin: 2px;}.ml2{margin-left: 2px;}.mt2{margin-top: 2px;}.mr2{margin-right: 2px;}.mb2{margin-bottom: 2px;}
.m5{margin: 5px;}.ml5{margin-left: 5px;}.mt5{margin-top: 5px;}.mr5{margin-right: 5px;}.mb5{margin-bottom: 5px;}
.m10{margin: 10px;}.ml10{margin-left: 10px;}.mt10{margin-top: 10px;}.mr10{margin-right: 10px;}.mb10{margin-bottom: 10px;}
.m15{margin: 15px;}.ml15{margin-left: 15px;}.mt15{margin-top: 15px;}.mr15{margin-right: 15px;}.mb15{margin-bottom: 15px;}
.m20{margin: 20px;}.ml20{margin-left: 20px;}.mt20{margin-top: 20px;}.mr20{margin-right: 20px;}.mb20{margin-bottom: 20px;}
.mr25 {margin-right: 25px;}
/*padding*/
.p0{padding: 0px;}
.p1{padding: 1px;}.pl1{padding-left: 1px;}.pt1{padding-top: 1px;}.pr1{padding-right: 1px;}.pb1{padding-bottom: 1px;}
.p2{padding: 2px;}.pl2{padding-left: 2px;}.pt2{padding-top: 2px;}.pr2{padding-right: 2px;}.pb2{padding-bottom: 2px;}
.p5{padding: 5px;}.pl5{padding-left: 5px;}.pt5{padding-top: 5px;}.pr5{padding-right: 5px;}.pb5{padding-bottom: 5px;}
.p10{padding: 10px;}.pl10{padding-left: 10px;}.pt10{padding-top: 10px;}.pr10{padding-right: 10px;}.pb10{padding-bottom: 10px;}
.p15{padding: 15px;}.pl15{padding-left: 15px;}.pt15{padding-top: 15px;}.pr15{padding-right: 15px;}.pb15{padding-bottom: 15px;}
.p20{padding: 20px;}.pl20{padding-left: 20px;}.pt20{padding-top: 20px;}.pr20{padding-right: 20px;}.pb20{padding-bottom: 20px;}
.pv20 {padding-top: 20px;padding-bottom: 20px;}
.p30 {padding: 30px;}
.mt30 {margin-top: 30px;}
.mb25 {margin-bottom: 25px;}
.heigh100 {height: 100%;}

.icon-plus {display: inline-block;width: 20px;height: 20px;position: relative;cursor: pointer;}
.icon-plus::before,.icon-plus:after {content: "";display: block;width: 100%;height: 2px;background-color: #666666;border-radius: 4px;position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%;transition: transform .3s ease-in;border-radius: 4px;}
.icon-plus:after {transform: translate(-50%,-50%) rotate(90deg);}
.icon-plus.rotate:after {transform: translate(-50%,-50%) rotate(0);}

.icon-plus1 {display:inline-block}
.icon-plus1::before,.icon-plus1::after {background-color: #666666;}


.head-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
}

.normal-item {
  display: none;
}

.normal-item:first-child {
  display: block;
}

input[type="text"],input[type="password"],input[type="number"],textarea,button,input[type="email"],input[type="date"] {
  border: none;
  outline: none;
  background-color: transparent;
}
input.el-input-date{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
input.el-input-date::-webkit-calendar-picker-indicator{
  position: absolute;
  right: 0;
  padding-left: 100%;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: row-reverse;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.no {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}



.normal-table {width: 100%;border-collapse: collapse;}
.normal-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}


.hide-pc {display: none;}

.normal-place ::-webkit-input-placeholder{
  color: #999999;
}
.normal-place :-moz-placeholder{
  color: #999999;
}
.normal-place :-ms-input-placeholder{
  color: #999999;
}


.tr {text-align: right;}
.webkit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1; 
}
.line2 {
  -webkit-line-clamp: 2;
}
.line3 {
  -webkit-line-clamp: 3;
}
.line4 {
  -webkit-line-clamp: 4;
}
.line5 {
  -webkit-line-clamp: 5;
}
.line6 {
  -webkit-line-clamp: 6;
}

.col-000 {
  color: #000;
}
.col-333 {
  color: #333;
}
.col-666 {
  color: #666;
}
.col-999 {
  color: #999;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  
}
.col-fff {
  color: #fff;
}
.bgfff {
  background-color: #fff;
}
.theme {color: #1d2088;}
.block {
  display: block;
  width: 100%;
}


.map-iframe {
  width: 100%;
  height: 100%;
}


.underline {text-decoration: underline;}
.mt40 {margin-top: 40px;}
.mb40 {margin-bottom: 40px;}
.mt50 {margin-top: 50px;}
label {cursor: pointer;}
img[class*=avatar] {border-radius: 50%;}
.hover-a a:hover{color: #1d2088;}
.hover-under:hover {text-decoration: underline;}
.hover-tit a:hover [class*=tit] {color: #1d2088;}
._h-img {transition: transform .3s ease;}
.hover-img a:hover ._h-img {transform: scale(1.1);}
.bold {font-weight: 600;}
.tl {text-align: left;}
[class*=btn] {cursor: pointer;}
.col-red {color: #FF0000;}
input.upload-file {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  font-size:0
}

@-webkit-keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.lg_sfdh {
  animation: play_btn 0.5s infinite alternate;
}

@keyframes play_btn{
  0%{transform:scale(1.0)}
  100%{transform:scale(1.1)}
}

@keyframes hideIndex{
  0% {
    padding-top: 20px;
    opacity: 0;
  }
  100% {
      padding-top: 0px;
      opacity: 1;
  }
}


@media (min-width:993px) { 
  .swiper-index .swiper-slide,.swiper-index,.swiper-banner {
    height: 100vh;
  }
}



.normal-bj {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-word-en {
  font-size: 24px;
  text-transform: uppercase;
}

.banner-word-tit {
  /*渐变字体*/
  background: linear-gradient(to bottom, #18b4fc, #9ce0ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 85px;
  font-weight: 600;
  margin-top: 20px;
}

.banner-word {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.center-box {
  padding: 0 50px;
}

.banner-word-inner {
  background-color: rgba(0, 0, 0, .5);
  padding: 4.68vw 2.60vw;
  width: 954px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  max-width: 100%;
}

.banner-word-desc {
  font-size: 24px;
  margin-top: 20px;
}

.banner-word-btn {
  background-color: #c4131a;
  font-size: 34px;
  font-weight: 600;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  position: relative;
}

.banner-word-left-icon {
  width: 110px;
  position: relative;
  height: 10px;
  display: inline-flex;
  flex-direction: row-reverse;
}

.banner-word-right-icon {
  width: 110px;
  position: relative;
  height: 10px;
  display: inline-flex;
}

.banner-word-icon::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.banner-word-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  transform: translate(0,-50%);
}

.swiper-banner-pagination .swiper-pagination-bullet {
  width: 100px;
  height: 6px;
  border-radius: 999px;
  background-color: #fff;
}

#swiper-index .swiper-index-pagination .swiper-pagination-bullet {
  background-color: #8095fe;
  opacity: 1;
  position: relative;
  margin: 20px 0;
}

#swiper-index .swiper-index-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

#swiper-index .swiper-index-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
}
#swiper-index .swiper-index-pagination {
  right: 50px;
}

.menu-en {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #18b4fc;
}

.menu-tit {
  position: relative;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-top: 15px;
}

.menu-desc {
  margin-top: 20px;
  font-size: 16px;
  color: #909090;
  line-height: 1.875em;
}

.menu-tit::after {
  content: '';
  width: 145px;
  height: 8px;
  background-color: #a4a6a8;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 999px;
}

.menu-item-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent,rgba(0, 0, 0, 1));
}

.menu-mask {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 32, 136, 0.6);
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(100%);
}


.menu-mask-tit {
  writing-mode: vertical-rl;
  margin: 40px 0;
  letter-spacing: 1px;
}

.swiper-menu .swiper-slide:hover .menu-mask{
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.swiper-menu .swiper-slide:hover .menu-item-box {
  opacity: 0;
  visibility: hidden;
}

.normal-tit-en {
  font-size: 42px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
}

.normal-tit {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}

.normal-tit-wave {
  position: relative;
  top: 0.5em;
}



.index-normal-pt {
  padding-top: 170px;
}

.about-left {
  width: 50.54%;
}

.about-right {
  width: 40.65%;
}

.about-tit {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

.about-vice {
  font-size: 30px;
  color: #fff;
  margin-top: 30px;
}

.about-desc {
  font-size: 18px;
  color: #fff;
  line-height: 1.875em;
  margin-top: 20px;
}

/* 首页第三板块：无背景图，正文黑色 */
.index-section-about {
  background-image: none !important;
  background-color: #fff;
}

.index-section-about .normal-tit-en {
  color: rgba(0, 0, 0, 0.45);
}

.index-section-about .normal-tit,
.index-section-about .normal-tit a {
  color: #000;
}

.index-section-about .about-desc-wrap,
.index-section-about .about-desc-wrap .about-tit,
.index-section-about .about-desc-wrap .about-vice,
.index-section-about .about-desc-wrap .about-desc {
  color: #000;
}

.index-section-about .about-desc-wrap p,
.index-section-about .about-desc-wrap span {
  color: inherit;
}

.index-section-about .about-desc-wrap *:not(img):not(video):not(source) {
  color: #000 !important;
}

.index-section-about .normal-more {
  color: #000;
  border-color: #000;
}

.index-section-about .video-box {
  border-color: rgba(0, 0, 0, 0.12);
}

/* 首页第四板块（新闻）：无背景图，标题与正文黑色 */
.index-section-news {
  background-image: none !important;
  background-color: #fff;
}

.index-section-news .normal-tit-en {
  color: rgba(0, 0, 0, 0.45);
}

.index-section-news .normal-tit,
.index-section-news .normal-tit a {
  color: #000;
}

.index-section-news .news-left-bottom-tit,
.index-section-news .news-left-bottom-desc {
  color: #000;
}

.index-section-news .news-left-item a,
.index-section-news .news-right-item a {
  color: inherit;
  text-decoration: none;
}

.index-section-news .news-right-item:hover .news-left-bottom-tit,
.index-section-news .news-right-item:hover .news-left-bottom-desc,
.index-section-news .news-left-item:hover .news-left-bottom-tit,
.index-section-news .news-left-item:hover .news-left-bottom-desc {
  color: #fff;
}

/* 首页第五板块：技术中心，纯色底 */
.index-section-technology {
  background-image: none !important;
  background-color: #002E72;
}

/* 首页第六板块：工程案例，浅灰底 */
.index-section-engineering {
  background-image: none !important;
  background-color: #EEEEEE;
}

.index-section-engineering .normal-tit-en {
  color: rgba(0, 0, 0, 0.45);
}

.index-section-engineering .normal-tit,
.index-section-engineering .normal-tit a {
  color: #000;
}

.index-section-engineering .case-filter-ul>li a {
  color: #000;
}

.index-section-engineering .case-filter-ul>li.on a,
.index-section-engineering .case-filter-ul>li:hover a {
  color: #fff;
}

/* 首页第七板块：合作客户，纯色底 */
.index-section-partners {
  background-image: none !important;
  background-color: #0168B7;
}


.normal-more {
  display: inline-flex;
  width: 180px;
  height: 68px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-size: 18px;
  justify-content: center;
  align-items: center;
}

.normal-mt {
  margin-top: 60px;
}


.video-box {
  border: 30px solid rgba(255, 255, 255, .2);
  padding-top: 100%;
  position: relative;
}

.video-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}


.news-left {
  width: 55.49%;
}

.normal-pr {
  padding-right: 50px;
}

.news-left-ul>li,.news-left-item {
  background-color: #fff;
  width: 48.51%;
}

.news-left-bottom-tit {
  font-size: 18px;
}

.news-left-bottom-desc {
  font-size: 14px;
  line-height: 1.875em;
  margin-top: 10px;
}

.news-left-bottom {
  padding: 20px;
}



.news-right-ul>li,.news-right-item {
  background-color: #fff;
  flex: 1;
}

.news-right-item + .news-right-item {
  margin-top: 2.08vw;
}

.news-right {
  width: 43.13%;
}

.news-right-item:hover,.news-left-item:hover {
  background-color: #c4131a;
  color: #fff;
}


.swiper-technology .swiper-slide {
  height: auto;
  min-height: 300px;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  color: #fff;
  padding: 16px 14px 20px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.swiper-technology-link {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  min-height: 0;
  text-decoration: none;
  color: inherit;
  position: relative;
  border-radius: 12px;
}

.swiper-technology-img {
  display: block;
  width: 100%;
  max-width: none;
  height: 176px;
  margin: 0 0 14px;
  object-fit: contain;
  object-position: center top;
}

.swiper-technology-link > span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 6px;
  padding: 0 6px 4px;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}

.swiper-technology-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 18px 20px;
  background: linear-gradient(165deg, #c4131a 0%, #9e0f15 100%);
  color: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  transform: translateY(8px);
  transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-sizing: border-box;
}

.swiper-technology .swiper-slide:hover .swiper-technology-mask {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.swiper-technology-mask-tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.swiper-technology-mask-desc {
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.case-filter-ul>li.on a,.case-filter-ul>li:hover a {
  background-color: #c4131a;
  color: #fff;
}

.case-filter-ul>li {
  width: 160px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.case-filter-ul>li a {
  display: inline-flex;
  width: 100%;
  height: 60px;
  border: 1px solid #c4131a;
  border-radius: 999px;
  font-size: 16px;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.case-ul>li {
  width: 23.95%;
  margin-left: 1.39%;
  margin-top: 20px;
}

.case-ul>li:nth-child(4n+1) {
  margin-left: 0;
}

.partner-ul>li {
  width: 14.94%;
  margin-left: 2.05%;
  margin-top: 2.05%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 120px;
}

.partner-ul>li:nth-of-type(6n+1) {
  margin-left: 0;
}

.msg-box {
  background-color: #e6e6e6;
  padding: 2.60vw;
}

.msg-left-tit {
  font-size: 28px;
}

.msg-left-desc {
  font-size: 18px;
  margin-top: 20px;
}

.msg-left {
  width: 55.46%;
}

.msg-right {
  width: 31.97%;
}

.el-msg-width {
  width: 48%;
}

.el-msg-input-box,.el-msg-textarea-box {
  border-bottom: 1px solid #b8b8b9;
}

.el-msg-input,.el-msg-textarea {
  width: 100%;
}

.el-msg-input {
  height: 50px;
}

.el-msg-textarea {
  height: 110px;
  resize: none;
}

.el-msg-btn {
  display: inline-flex;
  width: 180px;
  height: 40px;
  background-color: #c4131a;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.msg-left-btn {
  display: inline-flex;
  width: 120px;
  height: 40px;
  background-color: #c4131a;
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}

.msg-left-contact {
  line-height: 2.2em;
  font-size: 14px;
}
.code-img {
  width: 110px;
}

.msg-code-item {
  font-size: 14px;
  color: #999999;
}



@media (min-width:1920px) {
  .news-right-item + .news-right-item {
    margin-top: 40px;
  }
  .banner-word-inner {
    padding: 90px 50px;
    max-width: 100%;
  }
  .msg-box {
    padding: 50px;
  }
}

/* ========== About Page Styles (from about.css) ========== */
.element {
  overflow-x: hidden;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
}

.element .div {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  align-items: flex-start;
  padding: 64px 0px 0px;
  position: relative;
  background-color: #ffffff;
}

.element.about-page .main-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 0;
  position: relative;
  background-color: #f9fafb;
}

/* Hero Section */
.element.about-page .hero-section {
  height: 400px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .element.about-page .hero-section {
    height: 300px;
  }
}

@media (max-width: 640px) {
  .element.about-page .hero-section {
    height: 250px;
  }
}

.element.about-page .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 57, 142, 0.4);
}

.element.about-page .hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 632px;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem 1rem;
  border: 4px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .element.about-page .hero-content {
    padding: 2rem 2rem 0.25rem;
    gap: 0.75rem;
  }
}

@media (max-width: 640px) {
  .element.about-page .hero-content {
    padding: 1.5rem 1.5rem 0.25rem;
    border-width: 2px;
  }
}

.element.about-page .hero-subtitle {
  width: 100%;
  text-align: center;
}

.element.about-page .text-wrapper {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.75rem;
}

.element.about-page .hero-title {
  position: relative;
  width: 100%;
  text-align: center;
}

.element.about-page .text-wrapper-2 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: clamp(1.75rem, 5vw, 3rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
}

.element.about-page .hero-description {
  width: 100%;
  text-align: center;
}

.element.about-page .text-wrapper-3 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.75rem;
}

/* Tabs Section */
.element.about-page .tabs-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 0 1rem;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.element.about-page .tabs-container {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem 0;
  width: 100%;
  max-width: 1280px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .element.about-page .tabs-container {
    gap: 0.5rem;
  }
}

.element.about-page .tab-button {
  all: unset;
  box-sizing: border-box;
  position: relative;
  min-width: 100px;
  height: 40px;
  padding: 0 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

@media (max-width: 640px) {
  .element.about-page .tab-button {
    min-width: 80px;
    padding: 0 1rem;
  }
}

.element.about-page .tab-button.active {
  background-color: #0092b8;
}

.element.about-page .tab-button:not(.active):hover {
  background-color: rgba(0, 146, 184, 0.1);
}

.element.about-page .text-wrapper-tab {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  font-size: clamp(0.875rem, 2vw, 1rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5rem;
  white-space: nowrap;
}

.element.about-page .tab-button.active .text-wrapper-tab {
  color: #ffffff;
}

.element.about-page .tab-button:not(.active) .text-wrapper-tab {
  color: #0a0a0a;
}

/* Content Section */
.element.about-page .content-section {
  width: 100%;
  padding: 4rem 1rem 3rem;
  max-width: 1520px;
  margin: 0 auto;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .element.about-page .content-section {
    padding: 2rem 1rem;
  }
}

.element.about-page .section-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .element.about-page .section-header {
    margin-bottom: 2rem;
  }
}

.element.about-page .section-title-wrapper {
  width: 100%;
  text-align: center;
}

.element.about-page .section-title {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #0092b8;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
}

.element.about-page .section-underline {
  width: 96px;
  height: 4px;
  background-color: #00b8db;
}

.element.about-page .company-image {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .element.about-page .company-image {
    height: 300px;
  }
}

@media (max-width: 640px) {
  .element.about-page .company-image {
    height: 250px;
  }
}

.element.about-page .company-description {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 1.5rem;
}


.partner-item-img {
    max-height: 100%;
    max-width: 100%;
}

.element.about-page .description-paragraph {
  width: 100%;
}

.element.about-page .description-text {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #364153;
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  line-height: 1.75;
  letter-spacing: 0;
}

.element.about-page .description-paragraph-extra {
  width: 100%;
  margin-top: 1rem;
}

/* Footer Styles */
.element footer.footer {
  position: relative;
  width: 100%;
  background-color: #101828;
  /* padding: 3rem 1rem; */
}

.element .footer-content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: 1280px;
  gap: 2rem;
  margin: 0 auto;
  position: relative;
  padding: 3rem 1rem;
}

.partners-ul>li {
  width: 18.11%;
  margin-left: 2.35%;
  border: 1.6px solid rgba(229, 231, 235, 1);
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.partners-ul>li:nth-of-type(5n+1) {
  margin-left: 0;
}

.partners-image {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1024px) {
  .element .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .element .footer-content {
    padding: 1rem 1rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.element .footer-column {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.element .img-wrapper {
  display: flex;
  min-height: 80px;
  align-items: center;
  position: relative;
  width: 100%;
}

.element .footer-logo {
  position: relative;
  width: 100%;
  max-width: 180px;
  height: auto;
  aspect-ratio: 179.84 / 112;
}

.element .footer-description {
  position: relative;
  width: 100%;
}

.element .footer-text {
  position: relative;
  width: 100%;
  max-width: 280px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #d1d5dc;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.6;
}

.element .social-icons {
  position: relative;
  gap: 10px;
}


.social-icons-links {
    width: 36px;
    height: 36px;
    background-color: rgba(30,40,60,1);
    text-align: center;
    line-height: 36px;
    color: #fff;
    border-radius: 4px;
}
.element .footer-heading {
  position: relative;
  width: 100%;
}

.element .footer-heading-text {
  position: relative;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.element .footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  position: relative;
  width: 100%;
}

.element .footer-link {
  position: relative;
  width: 100%;
}

.element .footer-link-text {
  position: relative;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #d1d5dc;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0;
}

.element .footer-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  position: relative;
  width: 100%;
}

.element .contact-item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.element .contact-icon {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.element .contact-info {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.element .contact-label {
  width: 100%;
  display: flex;
}

.element .contact-label-text {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.4;
}

.element .contact-value {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #d1d5dc;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.4;
  word-break: break-word;
}

.element .contact-email {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #d1d5dc;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
  word-break: break-all;
}

.element .footer-newsletter {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  padding: 2rem 1rem 0;
  position: relative;
  margin-top: 2rem;
  border-top: 1px solid #1e2939;
}

.element .newsletter-container {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 768px) {
  .element .newsletter-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.element .newsletter-info {
  display: flex;
  min-width: 186px;
  align-items: center;
  gap: 0.75rem;
  position: relative;
}

.element .newsletter-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.element .newsletter-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 1;
  gap: 0.25rem;
}

.element .newsletter-title {
  position: relative;
  width: 100%;
}

.element .newsletter-title-text {
  position: relative;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.element .newsletter-subtitle {
  position: relative;
  width: 100%;
}

.element .newsletter-subtitle-text {
  position: relative;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #99a1af;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0;
}

.element .newsletter-form {
  display: flex;
  width: 100%;
  max-width: 344px;
  min-height: 42px;
  align-items: flex-start;
  gap: 0.5rem;
  position: relative;
}

@media (max-width: 768px) {
  .element .newsletter-form {
    max-width: 100%;
  }
}

.element .newsletter-input {
  display: flex;
  min-height: 42px;
  align-items: center;
  padding: 0.5rem 1rem;
  position: relative;
  flex: 1;
  background-color: #1e2939;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #364153;
}

.element .input-placeholder {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #6a7282;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0;
}



.element .newsletter-button {
  position: relative;
  width: 80px;
  min-height: 42px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(0, 184, 219, 1) 0%, rgba(21, 93, 252, 1) 100%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.element .button-text {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5rem;
  letter-spacing: 0;
}

.element .footer-bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 53px;
  align-items: flex-start;
  padding: 1rem;
  position: relative;
  margin-top: 2rem;
  background-color: #030712;
  border-top: 1px solid #1e2939;
}

.element .footer-bottom-container {
  display: flex;
  min-height: 20px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 768px) {
  .element .footer-bottom-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.element .copyright-wrapper {
  position: relative;
  width: 100%;
  max-width: 454px;
}

.element .copyright-text {
  position: relative;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #99a1af;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0;
}

.element .footer-bottom-links {
  display: flex;
  width: auto;
  align-items: flex-start;
  gap: 1.5rem;
  position: relative;
  flex-wrap: wrap;
}

.element .footer-bottom-link {
  position: relative;
  cursor: pointer;
}

.element .footer-bottom-link-text {
  position: relative;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #99a1af;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0;
}

/* Header Styles */
.element header.header {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 64px;
  align-items: flex-start;
  padding: 0 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: linear-gradient(90deg, rgba(25, 60, 184, 1) 0%, rgba(20, 71, 230, 1) 50%, rgba(28, 57, 142, 1) 100%);
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.element .header-container {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}

.element .logo-link {
  display: flex;
  width: auto;
  max-width: 140px;
  min-height: 100px;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}

.element .logo {
  position: relative;
  width: 100%;
  height: 64px;
}

.element .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  flex-direction: column;
  gap: 5px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1001;
}

@media (max-width: 1024px) {
  .element .mobile-menu-toggle {
    display: flex;
  }
}

.element .hamburger-line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.element .mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.element .mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.element .mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.element .nav-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .element .nav-container {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(25, 60, 184, 0.98) 0%, rgba(20, 71, 230, 0.98) 50%, rgba(28, 57, 142, 0.98) 100%);
    padding: 1rem;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.4s ease;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }

  .element .nav-container.mobile-open {
    max-height: calc(100vh - 64px);
    opacity: 1;
    padding: 1rem;
    overflow-y: auto;
  }
}

.element .nav-link {
  position: relative;
  min-width: 72px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .element .nav-link {
    width: 100%;
    min-width: 100%;
    height: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .element .nav-link:last-child {
    border-bottom: none;
  }
}

.element .nav-link.active {
  min-width: 104px;
  flex-direction: column;
  gap: 0.5rem;
}

.element .nav-text {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}

.element .nav-text-bold {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}

.element .nav-underline {
  width: 60px;
  height: 2px;
  background-color: #ffffff;
}

/* ========== Contact Page Styles (from contact.css, excluding header/footer) ========== */
.element.contact-page .main-content {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 64px);
  background-color: #f9fafb;
  padding-bottom: 3rem;
}

.element.contact-page .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  max-width: 1280px;
  gap: 2rem;
  padding: 3rem 1rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1024px) {
  .element.contact-page .container {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem 1rem;
  }
}

@media (max-width: 640px) {
  .element.contact-page .container {
    padding: 1.5rem 1rem;
  }
}

.element.contact-page .container-2 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
}

@media (max-width: 640px) {
  .element.contact-page .container-2 {
    padding: 1.5rem 1rem;
  }
}

.element.contact-page .h {
  display: flex;
  align-items: flex-start;
  padding: 0px 0px 1rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #00b8db;
}

.element.contact-page .text-wrapper {
  position: relative;
  flex: 1;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #101828;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  letter-spacing: 0;
  line-height: 1.3;
}

.element.contact-page .form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element.contact-page .div-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element.contact-page .div-wrapper {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 24px;
}

.element.contact-page .p {
  position: absolute;
  top: -1px;
  left: 0;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: transparent;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}

.element.contact-page .span {
  color: #fb2c36;
}

.element.contact-page .text-wrapper-2 {
  color: #364153;
}

.element.contact-page .input {
  min-height: 3rem;
  padding: 0.75rem 1rem;
  align-self: stretch;
  width: 100%;
  border-color: #d1d5dc;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid;
  transition: border-color 0.2s ease;
}

.element.contact-page .input:focus-within {
  border-color: #00b8db;
  outline: none;
}

.element.contact-page .text-wrapper-3 {
  position: relative;
  /* width: fit-content; */
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #0a0a0a80;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: normal;
  /* white-space: nowrap; */
  width: 100%;
}

.element.contact-page .div-3 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-self: stretch;
  width: 100%;
}

@media (max-width: 640px) {
  .element.contact-page .div-3 {
    grid-template-columns: 1fr;
  }
}

.element.contact-page .container-3 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}




.element.contact-page .container-4 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.element.contact-page .div-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element.contact-page .textarea {
  display: flex;
  min-height: 10rem;
  align-items: flex-start;
  padding: 0.75rem 1rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid;
  border-color: #d1d5dc;
  transition: border-color 0.2s ease;
}

.element.contact-page .textarea:focus-within {
  border-color: #00b8db;
}

.element.contact-page .text-wrapper-4 {
  position: relative;
  /* width: fit-content; */
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #0a0a0a80;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
  /* white-space: nowrap; */
  height: 100%;
}


.element.contact-page .div-5 {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex-wrap: wrap;
}

.element.contact-page .input-2 {
  min-height: 3rem;
  padding: 0.75rem 1rem;
  flex: 1;
  min-width: 150px;
  border-color: #d1d5dc;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid;
  transition: border-color 0.2s ease;
}

.element.contact-page .input-2:focus-within {
  border-color: #00b8db;
}

.element.contact-page .span-wrapper {
  display: flex;
  width: 128px;
  height: 48px;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #e5e7eb;
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
}

.element.contact-page .span-2 {
  position: relative;
  width: 52px;
  height: 28px;
}

.element.contact-page .text-wrapper-5 {
  position: absolute;
  top: -1px;
  left: 0;
  font-family: "Consolas-Regular", "Courier New", monospace;
  font-weight: 400;
  color: #4a5565;
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 1.4;
  white-space: nowrap;
}

.element.contact-page .button {
  all: unset;
  box-sizing: border-box;
  align-self: stretch;
  width: 100%;
  height: 48px;
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
  background: linear-gradient(
    90deg,
    rgba(0, 146, 184, 1) 0%,
    rgba(20, 71, 230, 1) 100%
  );
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.element.contact-page .button:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 12px -4px #0000002a, 0px 12px 20px -3px #0000002a;
}

.element.contact-page .button:active {
  transform: translateY(0);
}

.element.contact-page .text-wrapper-6 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}

.element.contact-page .container-5 {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
  padding: 2rem;
}

@media (max-width: 640px) {
  .element.contact-page .container-5 {
    padding: 1.5rem 1rem;
  }
}

.element.contact-page .h-2 {
  display: flex;
  align-items: flex-start;
  padding: 0px 0px 1rem;
  margin-bottom: 1rem;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #00b8db;
}

.element.contact-page .p-2 {
  margin-bottom: 1.5rem;
  display: flex;
}

.element.contact-page .text-wrapper-7 {
  width: 100%;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #4a5565;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.6;
}

.element.contact-page .container-6 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 1.5rem;
}

.element.contact-page .h-3 {
  width: 100%;
}

.element.contact-page .text-wrapper-8 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #101828;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  letter-spacing: 0;
  line-height: 1.4;
}

.element.contact-page .container-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element.contact-page .container-8 {
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.element.contact-page .container-9 {
  position: relative;
  width: 80px;
  flex-shrink: 0;
}

.element.contact-page .text-wrapper-9 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #364153;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}

.element.contact-page .container-10 {
  position: relative;
  flex: 1;
  min-width: 0;
}

.element.contact-page .text-wrapper-10 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #1e2939;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
  word-break: break-word;
}

.element.contact-page .text-wrapper-11 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #0092b8;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
  word-break: break-word;
}

.element.contact-page .container-11 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1520px;
  align-items: flex-start;
  gap: 2rem;
  padding: 3rem 1rem;
  margin: 0 auto;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .element.contact-page .container-11 {
    padding: 2rem 1rem;
  }
}

.element.contact-page .container-11 .img {
  position: relative;
  align-self: stretch;
  width: 100%;
  text-align: center;
}

.element.contact-page .text-wrapper-12 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #101828;
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
}

.element.contact-page .container-12 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 500px;
  background-color: #f3f4f6;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
}

@media (max-width: 768px) {
  .element.contact-page .container-12 {
    height: 400px;
  }
}

@media (max-width: 640px) {
  .element.contact-page .container-12 {
    height: 300px;
  }
}

.element.contact-page .iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
}

.element.contact-page .container-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.element.contact-page .container-13 {
  position: relative;
  width: 270px;
  max-width: 90%;
  height: 140px;
}

.element.contact-page .svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
}

.element.contact-page .p-3 {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.element.contact-page .text-wrapper-13 {
  width: auto;
  max-width: 100%;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #4a5565;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}

.element.contact-page .p-4 {
  position: absolute;
  top: 116px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.element.contact-page .text-wrapper-14 {
  width: auto;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #6a7282;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}

.element.contact-page .container-14 {
  position: relative;
  width: 100%;
  height: 400px;
}

@media (max-width: 768px) {
  .element.contact-page .container-14 {
    height: 300px;
  }
}

@media (max-width: 640px) {
  .element.contact-page .container-14 {
    height: 240px;
  }
}

.element.contact-page .container-15 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(28, 57, 142, 0.6) 0%,
    rgba(16, 78, 100, 0.6) 100%
  );
}

.element.contact-page .h-4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  display: flex;
  justify-content: center;
}

.element.contact-page .text-wrapper-15 {
  width: 100%;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 3rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
}

.case-item-top {
    width: 100%;
    padding-top: 60%;
    position: relative;
}

.case-item-top .case-item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* ========== Engineering Case Detail Page Styles (from engineering-case-detail.css, excluding header/footer) ========== */
.element.engineering-case-detail-page .main-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #f9fafb;
  padding-bottom: 2rem;
}

.element.engineering-case-detail-page .container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 40px auto 0;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}


@media (max-width: 1024px) {
  /* .element.engineering-case-detail-page .container {
    margin-top: 400px;
  } */
}

@media (max-width: 768px) {
  .element.engineering-case-detail-page .container {
    /* margin-top: 320px; */
    gap: 2rem;
  }
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .container {
    /* margin-top: 280px; */
  }
}

.element.engineering-case-detail-page .container-wrapper {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
}

@media (max-width: 768px) {
  .element.engineering-case-detail-page .container-wrapper {
    padding: 1.5rem;
  }
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .container-wrapper {
    padding: 1rem;
  }
}

.element.engineering-case-detail-page .container-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  gap: 2rem;
}

@media (max-width: 1024px) {
  .element.engineering-case-detail-page .container-2 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.element.engineering-case-detail-page .container-3 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.element.engineering-case-detail-page .image-with-fallback {
  position: relative;
  width: 100%;
  /*height: 320px;*/
  border-radius: 10px;
}

@media (max-width: 768px) {
  .element.engineering-case-detail-page .image-with-fallback {
    /*height: 240px;*/
  }
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .image-with-fallback {
    /*height: 200px;*/
  }
}

.element.engineering-case-detail-page .container-4 {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.element.engineering-case-detail-page .image-with-fallback-2 {
  width: 100%;
  height: 96px;
  border-radius: 4px;
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .image-with-fallback-2 {
    height: 80px;
  }
}

.element.engineering-case-detail-page .image-with-fallback-3 {
  width: 100%;
  height: 96px;
  border-radius: 4px;
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .image-with-fallback-3 {
    height: 80px;
  }
}

.element.engineering-case-detail-page .container-5 {
  position: relative;
  width: 100%;
}

.element.engineering-case-detail-page .h {
  width: 100%;
  margin-bottom: 1.5rem;
}

.element.engineering-case-detail-page .text-wrapper {
  font-weight: 700;
  color: #0a0a0a;
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  line-height: 1.2;
  font-family: "Inter", Helvetica;
  letter-spacing: 0;
}

.element.engineering-case-detail-page .container-6 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}

.element.engineering-case-detail-page .container-7 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #0000001a;
}

.element.engineering-case-detail-page .span {
  width: 96px;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .span {
    width: 80px;
  }
}

.element.engineering-case-detail-page .text-wrapper-2 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #6a7282;
  font-size: clamp(0.875rem, 2vw, 1rem);
  letter-spacing: 0;
  line-height: 1.5;
}

.element.engineering-case-detail-page .div-wrapper {
  flex: 1;
}

.element.engineering-case-detail-page .text-wrapper-3 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #101828;
  font-size: clamp(0.875rem, 2vw, 1rem);
  letter-spacing: 0;
  line-height: 1.5;
}

.element.engineering-case-detail-page .span-2 {
  flex: 1;
}

.element.engineering-case-detail-page .span-3 {
  flex: 1;
}

.element.engineering-case-detail-page .container-8 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.element.engineering-case-detail-page .div-2 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.element.engineering-case-detail-page .div-3 {
  width: 4px;
  height: 24px;
  background-color: #0092b8;
  flex-shrink: 0;
}

.element.engineering-case-detail-page .text-wrapper-4 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #0a0a0a;
  font-size: clamp(1.125rem, 2.5vw, 1.25rem);
  letter-spacing: 0;
  line-height: 1.4;
}

.element.engineering-case-detail-page .p {
  width: 100%;
}

.element.engineering-case-detail-page .text-wrapper-5 {
  color: #364153;
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.625;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.element.engineering-case-detail-page .container-9 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 1rem;
}

.element.engineering-case-detail-page .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
}

.element.engineering-case-detail-page .span-4 {
  width: 7px;
  flex-shrink: 0;
  margin-top: 4px;
}

.element.engineering-case-detail-page .text-wrapper-6 {
  font-weight: 400;
  color: #0092b8;
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.5;
  font-family: "Inter", Helvetica;
  letter-spacing: 0;
}

.element.engineering-case-detail-page .span-5,
.element.engineering-case-detail-page .span-6,
.element.engineering-case-detail-page .span-7,
.element.engineering-case-detail-page .span-8 {
  flex: 1;
}

.element.engineering-case-detail-page .text-wrapper-7,
.element.engineering-case-detail-page .text-wrapper-8,
.element.engineering-case-detail-page .text-wrapper-9,
.element.engineering-case-detail-page .text-wrapper-10 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #364153;
  font-size: clamp(0.875rem, 2vw, 1rem);
  letter-spacing: 0;
  line-height: 1.5;
}

.element.engineering-case-detail-page .container-10 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
}

@media (max-width: 768px) {
  .element.engineering-case-detail-page .container-10 {
    gap: 2rem;
  }
}

.element.engineering-case-detail-page .container-11 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  text-align: center;
}

.element.engineering-case-detail-page .h-2 {
  width: 100%;
}

.element.engineering-case-detail-page .text-wrapper-11 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #101828;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
}

.element.engineering-case-detail-page .text-wrapper-12 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #4a5565;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
}

.element.engineering-case-detail-page .container-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
  width: 100%;
}

@media (max-width: 768px) {
  .element.engineering-case-detail-page .container-12 {
    gap: 2rem;
  }
}

.element.engineering-case-detail-page .container-13 {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

@media (max-width: 1024px) {
  .element.engineering-case-detail-page .container-13 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.element.engineering-case-detail-page .container-14,
.element.engineering-case-detail-page .container-17 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  order: 1;
}

@media (max-width: 1024px) {
  .element.engineering-case-detail-page .container-17 {
    order: 1;
  }
}

.element.engineering-case-detail-page .container-15 {
  display: flex;
  align-items: center;
  width: 100%;
}

.element.engineering-case-detail-page .container-16 {
  width: 96px;
}

.element.engineering-case-detail-page .text-wrapper-13 {
  font-weight: 500;
  color: #0092b8;
  font-size: clamp(0.875rem, 2vw, 0.875rem);
  line-height: 1.4;
  font-family: "Inter", Helvetica;
  letter-spacing: 0;
}

.element.engineering-case-detail-page .h-3 {
  display: flex;
  align-items: flex-start;
  margin-top: 0.5rem;
}

.element.engineering-case-detail-page .text-wrapper-14 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #101828;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  letter-spacing: 0;
  line-height: 1.3;
}

.element.engineering-case-detail-page .p-2 {
  width: 100%;
}

.element.engineering-case-detail-page .text-wrapper-15 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #364153;
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  letter-spacing: 0;
  line-height: 1.625;
}

.element.engineering-case-detail-page .img,
.element.engineering-case-detail-page .container-18 {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
  order: 2;
}

@media (max-width: 1024px) {
  .element.engineering-case-detail-page .img,
  .element.engineering-case-detail-page .container-18 {
    order: 2;
    max-height: 240px;
  }
}



.element.engineering-case-detail-page .container-20 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  text-align: center;
}

.element.engineering-case-detail-page .text-wrapper-16 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #101828;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
}

.element.engineering-case-detail-page .text-wrapper-17 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #4a5565;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
}

.element.engineering-case-detail-page .container-21 {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.TJ-ul {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
}

.TJ-ul>li {
  position: absolute;
  transform: translate(-50%,-50%);
}

/* .element.engineering-case-detail-page #TJ-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
} */

@media (max-width: 1024px) {
  .element.engineering-case-detail-page .container-21 {
    min-height: auto;
    gap: 1.5rem;
  }
  /* .element.engineering-case-detail-page #TJ-ul {
    gap: 1.5rem;
  } */
}

.element.engineering-case-detail-page .container-22,
.element.engineering-case-detail-page .container-27,
.element.engineering-case-detail-page .container-29,
.element.engineering-case-detail-page .container-31,
.element.engineering-case-detail-page .container-33,
.element.engineering-case-detail-page .container-34 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  z-index: 2;
}

.element.engineering-case-detail-page .container-23 {
  display: flex;
  width: 96px;
  height: 96px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 4px solid #cefafe;
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .container-23 {
    width: 80px;
    height: 80px;
  }
}

.element.engineering-case-detail-page .span-wrapper {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 211, 243, 1) 0%, rgba(43, 127, 255, 1) 100%);
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .span-wrapper {
    width: 52px;
    height: 52px;
  }
}

.element.engineering-case-detail-page .span-9 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.element.engineering-case-detail-page .text-wrapper-18,
.element.engineering-case-detail-page .text-wrapper-21 {
  font-weight: 700;
  color: #ffffff;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  text-align: center;
  line-height: 1.6;
  font-family: "Inter", Helvetica;
  letter-spacing: 0;
}

.element.engineering-case-detail-page .container-24,
.element.engineering-case-detail-page .container-28,
.element.engineering-case-detail-page .container-30,
.element.engineering-case-detail-page .container-32 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
  min-width: 116px;
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .container-24,
  .element.engineering-case-detail-page .container-28,
  .element.engineering-case-detail-page .container-30,
  .element.engineering-case-detail-page .container-32 {
    min-width: 100px;
    padding: 0.5rem 0.75rem;
  }
}

.element.engineering-case-detail-page .container-25 {
  width: 100%;
  text-align: center;
}

.element.engineering-case-detail-page .text-wrapper-19,
.element.engineering-case-detail-page .text-wrapper-22,
.element.engineering-case-detail-page .text-wrapper-23,
.element.engineering-case-detail-page .text-wrapper-24 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #101828;
  font-size: clamp(0.875rem, 2vw, 1rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
}

.element.engineering-case-detail-page .container-26 {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: center;
}

.element.engineering-case-detail-page .text-wrapper-20 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #6a7282;
  font-size: clamp(0.75rem, 1.5vw, 0.75rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.3;
}

.element.engineering-case-detail-page .container-35 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 192px;
  height: 192px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 211, 243, 1) 0%, rgba(21, 93, 252, 1) 100%);
  z-index: 1;
}

@media (max-width: 1024px) {
  .element.engineering-case-detail-page .container-35 {
    /* display: none; */
  }
}

.element.engineering-case-detail-page .container-36 {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 176px;
  height: 176px;
  background-color: #ffffff;
  border-radius: 50%;
}

.element.engineering-case-detail-page .image-with-fallback-wrapper {
  display: flex;
  width: 160px;
  height: 160px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(236, 254, 255, 1) 0%, rgba(239, 246, 255, 1) 100%);
}

.element.engineering-case-detail-page .image-with-fallback-4 {
  width: 128px;
  height: 128px;
  border-radius: 50%;
}

.element.engineering-case-detail-page .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 160px;
  height: 48px;
  margin: 0 auto;
  background-color: #0092b8;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.element.engineering-case-detail-page .link:hover {
  background-color: #007a9a;
}

.element.engineering-case-detail-page .text-wrapper-25 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
}

.element.engineering-case-detail-page .container-37 {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
}

@media (max-width: 1024px) {
  .element.engineering-case-detail-page .container-37 {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .element.engineering-case-detail-page .container-37 {
    height: 280px;
  }
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .container-37 {
    height: 240px;
  }
}

.element.engineering-case-detail-page .container-38 {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.element.engineering-case-detail-page .div-10 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  padding: 0 1rem;
  /* position: fixed; */
  top: 464px;
  left: 0;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
}

@media (max-width: 1024px) {
  .element.engineering-case-detail-page .div-10 {
    top: 384px;
  }
}

@media (max-width: 768px) {
  .element.engineering-case-detail-page .div-10 {
    top: 344px;
  }
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .div-10 {
    top: 304px;
  }
}

.element.engineering-case-detail-page .container-53 {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 2rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .element.engineering-case-detail-page .container-53 {
    gap: 1rem;
  }
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .container-53 {
    gap: 0.5rem;
  }
}

.element.engineering-case-detail-page .button-2 {
  all: unset;
  box-sizing: border-box;
  position: relative;
  min-width: 112px;
  height: 40px;
  background-color: #0092b8;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

.element.engineering-case-detail-page .text-wrapper-35 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .button-2 {
    min-width: 90px;
    height: 36px;
    padding: 0 0.75rem;
  }
}

.element.engineering-case-detail-page .button-3 {
  all: unset;
  box-sizing: border-box;
  position: relative;
  min-width: 112px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .button-3 {
    min-width: 90px;
    height: 36px;
    padding: 0 0.75rem;
  }
}

.element.engineering-case-detail-page .text-wrapper-36 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #0a0a0a;
  font-size: clamp(0.875rem, 2vw, 1rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .element.engineering-case-detail-page .container {
    /* margin-top: 320px; */
    gap: 2rem;
  }
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .container {
    /* margin-top: 280px; */
  }
}

.element.engineering-case-detail-page .container-wrapper {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
}

@media (max-width: 768px) {
  .element.engineering-case-detail-page .container-wrapper {
    padding: 1.5rem;
  }
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .container-wrapper {
    padding: 1rem;
  }
}

.element.engineering-case-detail-page .container-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  gap: 2rem;
}

@media (max-width: 1024px) {
  .element.engineering-case-detail-page .container-2 {
    display: block;
  }
}

.element.engineering-case-detail-page .container-3 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.element.engineering-case-detail-page .image-with-fallback {
  position: relative;
  width: 100%;
  /*height: 320px;*/
  border-radius: 10px;
}

@media (max-width: 768px) {
  .element.engineering-case-detail-page .image-with-fallback {
    height: 240px;
  }
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .image-with-fallback {
    height: 200px;
  }
}

.element.engineering-case-detail-page .container-4 {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.element.engineering-case-detail-page .image-with-fallback-2 {
  width: 100%;
  height: 96px;
  border-radius: 4px;
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .image-with-fallback-2 {
    height: 80px;
  }
}

.element.engineering-case-detail-page .image-with-fallback-3 {
  width: 100%;
  height: 96px;
  border-radius: 4px;
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .image-with-fallback-3 {
    height: 80px;
  }
}

.element.engineering-case-detail-page .container-5 {
  position: relative;
  width: 100%;
}

.element.engineering-case-detail-page .h {
  width: 100%;
  margin-bottom: 1.5rem;
}

.element.engineering-case-detail-page .text-wrapper {
  font-weight: 700;
  color: #0a0a0a;
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  line-height: 1.2;
  font-family: "Inter", Helvetica;
  letter-spacing: 0;
}

.element.engineering-case-detail-page .container-6 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}

.element.engineering-case-detail-page .container-7 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #0000001a;
}

.element.engineering-case-detail-page .span {
  width: 96px;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .span {
    width: 80px;
  }
}

.element.engineering-case-detail-page .text-wrapper-2 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #6a7282;
  font-size: clamp(0.875rem, 2vw, 1rem);
  letter-spacing: 0;
  line-height: 1.5;
}

.element.engineering-case-detail-page .div-wrapper {
  flex: 1;
}

.element.engineering-case-detail-page .text-wrapper-3 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #101828;
  font-size: clamp(0.875rem, 2vw, 1rem);
  letter-spacing: 0;
  line-height: 1.5;
}

.element.engineering-case-detail-page .span-2 {
  flex: 1;
}

.element.engineering-case-detail-page .span-3 {
  flex: 1;
}

.element.engineering-case-detail-page .container-8 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.element.engineering-case-detail-page .div-2 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.element.engineering-case-detail-page .div-3 {
  width: 4px;
  height: 24px;
  background-color: #0092b8;
  flex-shrink: 0;
}

.element.engineering-case-detail-page .text-wrapper-4 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #0a0a0a;
  font-size: clamp(1.125rem, 2.5vw, 1.25rem);
  letter-spacing: 0;
  line-height: 1.4;
}

.element.engineering-case-detail-page .p {
  width: 100%;
}

.element.engineering-case-detail-page .text-wrapper-5 {
  color: #364153;
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.625;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.element.engineering-case-detail-page .container-9 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 1rem;
}

.element.engineering-case-detail-page .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
}

.element.engineering-case-detail-page .span-4 {
  width: 7px;
  flex-shrink: 0;
  margin-top: 4px;
}

.element.engineering-case-detail-page .text-wrapper-6 {
  font-weight: 400;
  color: #0092b8;
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.5;
  font-family: "Inter", Helvetica;
  letter-spacing: 0;
}

.element.engineering-case-detail-page .span-5,
.element.engineering-case-detail-page .span-6,
.element.engineering-case-detail-page .span-7,
.element.engineering-case-detail-page .span-8 {
  flex: 1;
}

.element.engineering-case-detail-page .text-wrapper-7,
.element.engineering-case-detail-page .text-wrapper-8,
.element.engineering-case-detail-page .text-wrapper-9,
.element.engineering-case-detail-page .text-wrapper-10 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #364153;
  font-size: clamp(0.875rem, 2vw, 1rem);
  letter-spacing: 0;
  line-height: 1.5;
}

.element.engineering-case-detail-page .container-10 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
}

@media (max-width: 768px) {
  .element.engineering-case-detail-page .container-10 {
    gap: 2rem;
  }
}

.element.engineering-case-detail-page .container-11 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  text-align: center;
}

.element.engineering-case-detail-page .h-2 {
  width: 100%;
}

.element.engineering-case-detail-page .text-wrapper-11 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #101828;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
}

.element.engineering-case-detail-page .text-wrapper-12 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #4a5565;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
}

.element.engineering-case-detail-page .container-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
  width: 100%;
}

@media (max-width: 768px) {
  .element.engineering-case-detail-page .container-12 {
    gap: 2rem;
  }
}

.element.engineering-case-detail-page .container-13 {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

@media (max-width: 1024px) {
  .element.engineering-case-detail-page .container-13 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.element.engineering-case-detail-page .container-14,
.element.engineering-case-detail-page .container-17 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  order: 1;
}

@media (max-width: 1024px) {
  .element.engineering-case-detail-page .container-17 {
    order: 1;
  }
}

.element.engineering-case-detail-page .container-15 {
  display: flex;
  align-items: center;
  width: 100%;
}

.element.engineering-case-detail-page .container-16 {
  width: 96px;
}

.element.engineering-case-detail-page .text-wrapper-13 {
  font-weight: 500;
  color: #0092b8;
  font-size: clamp(0.875rem, 2vw, 0.875rem);
  line-height: 1.4;
  font-family: "Inter", Helvetica;
  letter-spacing: 0;
}

.element.engineering-case-detail-page .h-3 {
  display: flex;
  align-items: flex-start;
  margin-top: 0.5rem;
}

.element.engineering-case-detail-page .text-wrapper-14 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #101828;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  letter-spacing: 0;
  line-height: 1.3;
}

.element.engineering-case-detail-page .p-2 {
  width: 100%;
}

.element.engineering-case-detail-page .text-wrapper-15 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #364153;
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  letter-spacing: 0;
  line-height: 1.625;
}

.element.engineering-case-detail-page .img,
.element.engineering-case-detail-page .container-18 {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
  order: 2;
}

@media (max-width: 1024px) {
  .element.engineering-case-detail-page .img,
  .element.engineering-case-detail-page .container-18 {
    order: 2;
    max-height: 240px;
  }
}

.element.engineering-case-detail-page .container-19 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
  padding: 4rem 2rem 8rem;
}



#ten-manage-TJ {
  width: 450px;
  margin: 0 auto;
}


.element.engineering-case-detail-page .container-20 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  text-align: center;
}

.element.engineering-case-detail-page .text-wrapper-16 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #101828;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
}

.element.engineering-case-detail-page .text-wrapper-17 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #4a5565;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
}

.element.engineering-case-detail-page .container-21 {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}




.ten-manage-TJ-inner {
  width: 100%;
  padding-top: 100%;
}

/* .element.engineering-case-detail-page #TJ-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
} */

@media (max-width: 1024px) {
  .element.engineering-case-detail-page .container-21 {
    min-height: auto;
    gap: 1.5rem;
  }
  /* .element.engineering-case-detail-page #TJ-ul {
    gap: 1.5rem;
  } */
}

.element.engineering-case-detail-page .container-22,
.element.engineering-case-detail-page .container-27,
.element.engineering-case-detail-page .container-29,
.element.engineering-case-detail-page .container-31,
.element.engineering-case-detail-page .container-33,
.element.engineering-case-detail-page .container-34 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  z-index: 2;
}

.element.engineering-case-detail-page .container-23 {
  display: flex;
  width: 96px;
  height: 96px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 4px solid #cefafe;
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .container-23 {
    width: 80px;
    height: 80px;
  }
}

.element.engineering-case-detail-page .span-wrapper {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 211, 243, 1) 0%, rgba(43, 127, 255, 1) 100%);
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .span-wrapper {
    width: 52px;
    height: 52px;
  }
}

.element.engineering-case-detail-page .span-9 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.element.engineering-case-detail-page .text-wrapper-18,
.element.engineering-case-detail-page .text-wrapper-21 {
  font-weight: 700;
  color: #ffffff;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  text-align: center;
  line-height: 1.6;
  font-family: "Inter", Helvetica;
  letter-spacing: 0;
}

.element.engineering-case-detail-page .container-24,
.element.engineering-case-detail-page .container-28,
.element.engineering-case-detail-page .container-30,
.element.engineering-case-detail-page .container-32 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
  min-width: 116px;
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .container-24,
  .element.engineering-case-detail-page .container-28,
  .element.engineering-case-detail-page .container-30,
  .element.engineering-case-detail-page .container-32 {
    min-width: 100px;
    padding: 0.5rem 0.75rem;
  }
}

.element.engineering-case-detail-page .container-25 {
  width: 100%;
  text-align: center;
}

.element.engineering-case-detail-page .text-wrapper-19,
.element.engineering-case-detail-page .text-wrapper-22,
.element.engineering-case-detail-page .text-wrapper-23,
.element.engineering-case-detail-page .text-wrapper-24 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #101828;
  font-size: clamp(0.875rem, 2vw, 1rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
}

.element.engineering-case-detail-page .container-26 {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: center;
}

.element.engineering-case-detail-page .text-wrapper-20 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #6a7282;
  font-size: clamp(0.75rem, 1.5vw, 0.75rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.3;
}

.element.engineering-case-detail-page .container-35 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 192px;
  height: 192px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 211, 243, 1) 0%, rgba(21, 93, 252, 1) 100%);
  z-index: 1;
}

@media (max-width: 1024px) {
  .element.engineering-case-detail-page .container-35 {
    /* display: none; */
  }
}

.element.engineering-case-detail-page .container-36 {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 176px;
  height: 176px;
  background-color: #ffffff;
  border-radius: 50%;
}

.element.engineering-case-detail-page .image-with-fallback-wrapper {
  display: flex;
  width: 160px;
  height: 160px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(236, 254, 255, 1) 0%, rgba(239, 246, 255, 1) 100%);
}

.element.engineering-case-detail-page .image-with-fallback-4 {
  width: 128px;
  height: 128px;
  border-radius: 50%;
}

.element.engineering-case-detail-page .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 160px;
  height: 48px;
  margin: 0 auto;
  background-color: #0092b8;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.element.engineering-case-detail-page .link:hover {
  background-color: #007a9a;
}

.element.engineering-case-detail-page .text-wrapper-25 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
}

.element.engineering-case-detail-page .container-37 {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  height: 400px;
  display: flex;
}

@media (max-width: 1024px) {
  .element.engineering-case-detail-page .container-37 {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .element.engineering-case-detail-page .container-37 {
    height: 280px;
  }
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .container-37 {
    height: 240px;
  }
}

.element.engineering-case-detail-page .container-38 {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.element.engineering-case-detail-page .div-10 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  padding: 0 1rem;
  /* position: fixed; */
  /* top: 464px; */
  /* left: 0; */
  /* z-index: 100; */
  background-color: #ffffff;
  box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
}

@media (max-width: 1024px) {
  .element.engineering-case-detail-page .div-10 {
    top: 384px;
  }
}

@media (max-width: 768px) {
  .element.engineering-case-detail-page .div-10 {
    top: 344px;
  }
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .div-10 {
    top: 304px;
  }
}

.element.engineering-case-detail-page .container-53 {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 2rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .element.engineering-case-detail-page .container-53 {
    gap: 1rem;
  }
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .container-53 {
    gap: 0.5rem;
  }
}

.element.engineering-case-detail-page .button-2 {
  all: unset;
  box-sizing: border-box;
  position: relative;
  min-width: 112px;
  height: 40px;
  background-color: #0092b8;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .button-2 {
    min-width: 90px;
    height: 36px;
    padding: 0 0.75rem;
  }
}

.element.engineering-case-detail-page .button-3 {
  all: unset;
  box-sizing: border-box;
  position: relative;
  min-width: 112px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

@media (max-width: 640px) {
  .element.engineering-case-detail-page .button-3 {
    min-width: 90px;
    height: 36px;
    padding: 0 0.75rem;
  }
}

.element.engineering-case-detail-page .text-wrapper-36 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #0a0a0a;
  font-size: clamp(0.875rem, 2vw, 1rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
}
/* ========== Engineering Cases Page Styles (from engineering-cases.css, excluding header/footer) ========== */
.element.engineering-cases-page .main-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #f9fafb;
  padding-bottom: 2rem;
}

.element.engineering-cases-page .container {
  position: relative;
  width: 100%;
  max-width: 1520px;
  margin: 40px auto 0;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 1024px) {
  .element.engineering-cases-page .container {
    grid-template-columns: repeat(2, 1fr);
    /* margin-top: 500px; */
  }
}

@media (max-width: 640px) {
  .element.engineering-cases-page .container {
    grid-template-columns: 1fr;
    /* margin-top: 400px; */
    gap: 1rem;
  }
}

.element.engineering-cases-page .link,
.element.engineering-cases-page .link-2,
.element.engineering-cases-page .link-3,
.element.engineering-cases-page .link-4,
.element.engineering-cases-page .link-5,
.element.engineering-cases-page .link-6,
.element.engineering-cases-page .link-7,
.element.engineering-cases-page .link-8,
.element.engineering-cases-page .link-9,
.element.engineering-cases-page .link-10,
.element.engineering-cases-page .link-11,
.element.engineering-cases-page .link-12 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.element.engineering-cases-page .link:hover,
.element.engineering-cases-page .link-2:hover,
.element.engineering-cases-page .link-3:hover,
.element.engineering-cases-page .link-4:hover,
.element.engineering-cases-page .link-5:hover,
.element.engineering-cases-page .link-6:hover,
.element.engineering-cases-page .link-7:hover,
.element.engineering-cases-page .link-8:hover,
.element.engineering-cases-page .link-9:hover,
.element.engineering-cases-page .link-10:hover,
.element.engineering-cases-page .link-11:hover,
.element.engineering-cases-page .link-12:hover {
  transform: translateY(-4px);
  box-shadow: 0px 4px 8px -2px #0000001a, 0px 8px 12px -1px #0000001a;
}

.element.engineering-cases-page .div-2,
.element.engineering-cases-page .div-3,
.element.engineering-cases-page .div-4,
.element.engineering-cases-page .div-5,
.element.engineering-cases-page .div-6,
.element.engineering-cases-page .div-7,
.element.engineering-cases-page .div-8,
.element.engineering-cases-page .div-9 {
  position: relative;
  width: 100%;
  padding-top: 53.33%;
  background-size: cover;
  background-position: 50% 50%;
}

.element.engineering-cases-page .container-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}

.element.engineering-cases-page .container-3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 1.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.element.engineering-cases-page .div-wrapper {
  width: 100%;
}

.element.engineering-cases-page .text-wrapper {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.4;
  letter-spacing: 0;
  white-space: normal;
  word-wrap: break-word;
}

.element.engineering-cases-page .container-4 {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
}

.element.engineering-cases-page .span,
.element.engineering-cases-page .span-2,
.element.engineering-cases-page .span-3,
.element.engineering-cases-page .span-4 {
  position: relative;
}

.element.engineering-cases-page .text-wrapper-2 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffffe6;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
}

.element.engineering-cases-page .container-6 {
  display: flex;
  width: 100%;
  max-width: 1520px;
  margin: 2rem auto;
  padding: 0 1rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.element.engineering-cases-page .button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background-color: #0092b8;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.element.engineering-cases-page .button:hover {
  background-color: #007a9a;
}

.element.engineering-cases-page .button-2 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background-color: #e5e7eb;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.element.engineering-cases-page .button-2:hover {
  background-color: #d1d5db;
}

.element.engineering-cases-page .text-wrapper-3 {
  color: #ffffff;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}

.element.engineering-cases-page .text-wrapper-4 {
  color: #364153;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}

.element.engineering-cases-page .span-5 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.element.engineering-cases-page .text-wrapper-5 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}

.element.engineering-cases-page .container-7 {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  height: 500px;
  position: relative;
}

@media (max-width: 768px) {
  .element.engineering-cases-page .container-7 {
    height: 400px;
  }
}

@media (max-width: 640px) {
  .element.engineering-cases-page .container-7 {
    height: 320px;
  }
}

.element.engineering-cases-page .container-8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(28, 57, 142, 0.5) 0%,
    rgba(16, 78, 100, 0.5) 100%
  );
}

.element.engineering-cases-page .container-9 {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 796px;
  align-items: center;
  gap: 0.75rem;
  padding: 2rem 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid;
  border-color: #ffffff66;
}

@media (max-width: 640px) {
  .element.engineering-cases-page .container-9 {
    width: 95%;
    padding: 2rem 1rem 0.25rem;
    border-width: 2px;
  }
}

.element.engineering-cases-page .text-wrapper-6 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0;
  white-space: normal;
}

.element.engineering-cases-page .h {
  width: 100%;
  text-align: center;
}

.element.engineering-cases-page .text-wrapper-7 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 3.75rem);
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  white-space: normal;
}

.element.engineering-cases-page .p {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0;
  white-space: normal;
  margin: 0;
}

.element.engineering-cases-page .div-15 {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 90px;
  align-items: flex-start;
  padding: 0 1rem;
  /* position: absolute; */
  /* top: 564px; */
  /* left: 0; */
  background-color: #ffffff;
  box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
}

@media (max-width: 768px) {
  .element.engineering-cases-page .div-15 {
    top: 464px;
  }
}

@media (max-width: 640px) {
  .element.engineering-cases-page .div-15 {
    top: 384px;
    min-height: auto;
  }
}

.element.engineering-cases-page .container-25 {
  display: flex;
  min-height: 90px;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 1rem 0;
}

@media (max-width: 768px) {
  .element.engineering-cases-page .container-25 {
    gap: 1rem;
  }
}

@media (max-width: 640px) {
  .element.engineering-cases-page .container-25 {
    gap: 0.5rem;
    min-height: auto;
  }
}

.element.engineering-cases-page .button-4 {
  position: relative;
  min-width: 112px;
  height: 42px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #0092b8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 640px) {
  .element.engineering-cases-page .button-4 {
    min-width: 90px;
    height: 36px;
  }
}

.element.engineering-cases-page .text-wrapper-18 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #0092b8;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}

.element.engineering-cases-page .button-5 {
  all: unset;
  box-sizing: border-box;
  position: relative;
  min-width: 96px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 640px) {
  .element.engineering-cases-page .button-5 {
    min-width: 80px;
    height: 36px;
  }
}

.element.engineering-cases-page .text-wrapper-19 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #4a5565;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}

.element.engineering-cases-page .button-6 {
  all: unset;
  box-sizing: border-box;
  position: relative;
  min-width: 128px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 640px) {
  .element.engineering-cases-page .button-6 {
    min-width: 100px;
    height: 36px;
  }
}

.element.engineering-cases-page .text-wrapper-20 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #4a5565;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}

.element.engineering-cases-page .button-7 {
  all: unset;
  box-sizing: border-box;
  position: relative;
  min-width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 640px) {
  .element.engineering-cases-page .button-7 {
    min-width: 120px;
    height: 36px;
  }
}

.element.engineering-cases-page .text-wrapper-21 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #4a5565;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}

/* ========== Factory Page Styles (from factory.css, excluding header/footer) ========== */
.element.factory-page .main-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 0;
  position: relative;
  background-color: #f9fafb;
}

.element.factory-page .hero-section {
  height: 400px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .element.factory-page .hero-section {
    height: 300px;
  }
}

@media (max-width: 640px) {
  .element.factory-page .hero-section {
    height: 250px;
  }
}

.element.factory-page .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 57, 142, 0.4);
}

.element.factory-page .hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 632px;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem 1rem;
  border: 4px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .element.factory-page .hero-content {
    padding: 2rem 2rem 0.25rem;
    gap: 0.75rem;
  }
}

@media (max-width: 640px) {
  .element.factory-page .hero-content {
    padding: 1.5rem 1.5rem 0.25rem;
    border-width: 2px;
  }
}

.element.factory-page .hero-subtitle {
  width: 100%;
  text-align: center;
}

.element.factory-page .hero-section .text-wrapper {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.75rem;
}

.element.factory-page .hero-title {
  position: relative;
  width: 100%;
  text-align: center;
}

.element.factory-page .hero-section .text-wrapper-2 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: clamp(1.75rem, 5vw, 3rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
}

.element.factory-page .hero-description {
  width: 100%;
  text-align: center;
}

.element.factory-page .hero-section .text-wrapper-3 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.75rem;
}

.element.factory-page .tabs-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 0 1rem;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.element.factory-page .tabs-container {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem 0;
  width: 100%;
  max-width: 1280px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .element.factory-page .tabs-container {
    gap: 0.5rem;
  }
}

.element.factory-page .tab-button {
  all: unset;
  box-sizing: border-box;
  position: relative;
  min-width: 100px;
  height: 40px;
  padding: 0 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

@media (max-width: 640px) {
  .element.factory-page .tab-button {
    min-width: 80px;
    padding: 0 1rem;
  }
}

.element.factory-page .tab-button.active {
  background-color: #0092b8;
}

.element.factory-page .tab-button:not(.active):hover {
  background-color: rgba(0, 146, 184, 0.1);
}

.element.factory-page .text-wrapper-tab {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  font-size: clamp(0.875rem, 2vw, 1rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5rem;
  white-space: nowrap;
}

.element.factory-page .tab-button.active .text-wrapper-tab {
  color: #ffffff;
}

.element.factory-page .tab-button:not(.active) .text-wrapper-tab {
  color: #0a0a0a;
}

.element.factory-page .content-section {
  width: 100%;
  padding: 4rem 1rem 3rem;
  max-width: 1520px;
  margin: 0 auto;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .element.factory-page .content-section {
    padding: 2rem 1rem;
  }
}

.element.factory-page .section-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .element.factory-page .section-header {
    margin-bottom: 2rem;
  }
}

.element.factory-page .section-title-wrapper {
  width: 100%;
  text-align: center;
}

.element.factory-page .section-title {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #0092b8;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
}

.element.factory-page .section-underline {
  width: 96px;
  height: 4px;
  background-color: #00b8db;
}

.element.factory-page .section-description {
  width: 100%;
  text-align: center;
}

.element.factory-page .section-description-text {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #4a5565;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  text-align: center;
  line-height: 1.75rem;
  letter-spacing: 0;
}

.element.factory-page .factory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  width: 100%;
  margin-bottom: 3rem;
}

@media (max-width: 1024px) {
  .element.factory-page .factory-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .element.factory-page .factory-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.element.factory-page .factory-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.element.factory-page .factory-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.15), 0px 8px 12px -1px rgba(0, 0, 0, 0.15);
}

.element.factory-page .factory-image-wrapper {
  display: flex;
  width: 100%;
  padding-top: 100%;
  position: relative;
  background-color: #f3f4f6;
}

.element.factory-page .factory-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

.element.factory-page .factory-card-title {
  padding: 0 1rem 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.element.factory-page .factory-card-title-text {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #1e2939;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  text-align: center;
  line-height: 1.75rem;
  letter-spacing: 0;
}

.element.factory-page .pagination {
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}

.element.factory-page .pagination-button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.element.factory-page .pagination-button.active {
  background-color: #0092b8;
}

.element.factory-page .pagination-button:not(.active) {
  background-color: #e5e7eb;
}

.element.factory-page .pagination-button:not(.active):hover {
  background-color: #d1d5db;
}

.element.factory-page .pagination-text {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5rem;
}

.element.factory-page .pagination-button.active .pagination-text {
  color: #ffffff;
}

.element.factory-page .pagination-button:not(.active) .pagination-text {
  color: #364153;
}

/* ========== Product Page Styles (from product.css, excluding header/footer) ========== */
.element.product-page .main-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #f9fafb;
  padding-bottom: 2em;
}

.element.product-page .container {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 72px;
  align-items: flex-start;
  padding: 1rem;
  position: relative;
  /* margin-top: 268px; */
  background-color: #ffffff;
  box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
}

@media (max-width: 768px) {
  .element.product-page .container {
    /* margin-top: 200px; */
  }
}

.element.product-page .container-2 {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 1rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 640px) {
  .element.product-page .container-2 {
    gap: 0.5rem;
  }
}

.element.product-page .button {
  all: unset;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  flex: 1 1 auto;
  max-width: 128px;
  height: 40px;
  background-color: #0092b8;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.element.product-page .button:hover {
  background-color: #007a9e;
}

@media (max-width: 640px) {
  .element.product-page .button {
    min-width: 80px;
    max-width: 100px;
  }
}

.element.product-page .container .text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .element.product-page .container .text-wrapper {
    font-size: 0.875rem;
  }
}

.element.product-page .div-wrapper {
  all: unset;
  box-sizing: border-box;
  position: relative;
  min-width: 100px;
  flex: 1 1 auto;
  max-width: 128px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
}

@media (max-width: 640px) {
  .element.product-page .div-wrapper {
    min-width: 80px;
    max-width: 100px;
  }
}

.element.product-page .container .text-wrapper-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .element.product-page .container .text-wrapper-2 {
    font-size: 0.875rem;
  }
}

.element.product-page .button-2 {
  all: unset;
  box-sizing: border-box;
  position: relative;
  min-width: 90px;
  flex: 1 1 auto;
  max-width: 112px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
}

@media (max-width: 640px) {
  .element.product-page .button-2 {
    min-width: 70px;
    max-width: 90px;
  }
}

.element.product-page .container .text-wrapper-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #0a0a0a;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .element.product-page .container .text-wrapper-3 {
    font-size: 0.875rem;
  }
}

.element.product-page .container-3 {
  position: relative;
  margin-top: 2rem;
  padding: 0 1rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .element.product-page .container-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .element.product-page .container-3 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.element.product-page .link,
.element.product-page .link-2,
.element.product-page .link-3,
.element.product-page .link-4,
.element.product-page .link-5,
.element.product-page .link-6,
.element.product-page .link-7,
.element.product-page .link-8,
.element.product-page .link-9 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
}

.element.product-page .div-2,
.element.product-page .div-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
  background-color: #f3f4f6;
}

.element.product-page .img,
.element.product-page .img-2,
.element.product-page .img-3,
.element.product-page .img-4,
.element.product-page .img-5,
.element.product-page .img-6,
.element.product-page .img-7,
.element.product-page .img-8,
.element.product-page .img-9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

.element.product-page .container-4 {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.25rem 0.75rem;
  display: flex;
  align-items: center;
  background-color: #0092b8;
  border-radius: 4px;
}

.element.product-page .text-wrapper-4 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  white-space: nowrap;
}

.element.product-page .h,
.element.product-page .h-2 {
  padding: 0 1rem 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.element.product-page .text-wrapper-5 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #1e2939;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  /*white-space: nowrap;*/
}

.element.product-page .container-5 {
  position: relative;
  width: 100%;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .element.product-page .container-5 {
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .element.product-page .container-5 {
    min-height: 240px;
  }
}

.element.product-page .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(20, 30, 80, 0.75) 0%,
    rgba(30, 40, 100, 0.65) 50%,
    rgba(40, 50, 120, 0.55) 100%
  );
}

.element.product-page .banner-content {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 2rem 1rem;
  text-align: center;
}

@media (max-width: 768px) {
  .element.product-page .banner-content {
    gap: 1rem;
    padding: 1.5rem 1rem;
  }
}

.element.product-page .banner-title {
  font-family: "Noto Sans SC", "Inter", Helvetica, sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: clamp(2.5rem, 6vw, 4rem);
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin: 0;
}

.element.product-page .banner-subtitle {
  font-family: "Noto Sans SC", "Inter", Helvetica, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: clamp(1rem, 2.5vw, 1.375rem);
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0;
  max-width: 800px;
}

.element.product-page .banner-description {
  font-family: "Noto Sans SC", "Inter", Helvetica, sans-serif;
  font-weight: 300;
  color: #e0f2fe;
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin: 0;
  max-width: 900px;
}

/* ========== News Page Styles (from news.css, excluding header/footer) ========== */
.element.news-page .main-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 0;
  position: relative;
  background-color: #f9fafb;
}

.element.news-page .hero-section {
  height: 400px;
  background: linear-gradient(90deg, rgba(49, 65, 88, 1) 0%, rgba(29, 41, 61, 1) 100%);
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.element.news-page .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  pointer-events: none;
}

@media (max-width: 768px) {
  .element.news-page .hero-section {
    height: 300px;
  }
}

@media (max-width: 640px) {
  .element.news-page .hero-section {
    height: 250px;
  }
}

.element.news-page .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.element.news-page .hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 632px;
  align-items: flex-start;
  gap: 1rem;
  padding:2rem 1rem;
  border: 4px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .element.news-page .hero-content {
    /* padding: 2rem 2rem 0.25rem; */
    gap: 0.75rem;
  }
}

@media (max-width: 640px) {
  .element.news-page .hero-content {
    /* padding: 1.5rem 1.5rem 0.25rem; */
    border-width: 2px;
  }
}

.element.news-page .hero-subtitle {
  width: 100%;
  text-align: center;
}

.element.news-page .hero-section .text-wrapper {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.75rem;
}

.element.news-page .hero-title {
  position: relative;
  width: 100%;
  text-align: center;
}

.element.news-page .hero-section .text-wrapper-2 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: clamp(1.5rem, 4vw, 2rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
}

@media (max-width: 640px) {
  .element.news-page .hero-section .text-wrapper-2 {
    font-size: clamp(1.25rem, 4vw, 1.5rem);
  }
}

.element.news-page .hero-description {
  width: 100%;
  text-align: center;
}

.element.news-page .hero-section .text-wrapper-3 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.75rem;
}

.element.news-page .tabs-section,
.element.news-detail-page .tabs-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 0 1rem;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.element.news-page .tabs-container,
.element.news-detail-page .tabs-container {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem 0;
  width: 100%;
  max-width: 1280px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .element.news-page .tabs-container,
  .element.news-detail-page .tabs-container {
    gap: 0.5rem;
  }
}

.element.news-page .tab-button,
.element.news-detail-page .tab-button {
  all: unset;
  box-sizing: border-box;
  position: relative;
  min-width: 100px;
  height: 40px;
  padding: 0 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

@media (max-width: 640px) {
  .element.news-page .tab-button,
  .element.news-detail-page .tab-button {
    min-width: 80px;
    padding: 0 1rem;
  }
}

.element.news-page .tab-button.active,
.element.news-detail-page .tab-button.active {
  background-color: #0092b8;
}

.element.news-page .tab-button:not(.active):hover,
.element.news-detail-page .tab-button:not(.active):hover {
  background-color: rgba(0, 146, 184, 0.1);
}

.element.news-page .text-wrapper-tab,
.element.news-detail-page .text-wrapper-tab {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  font-size: clamp(0.875rem, 2vw, 1rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5rem;
  white-space: nowrap;
}

.element.news-page .tab-button.active .text-wrapper-tab,
.element.news-detail-page .tab-button.active .text-wrapper-tab {
  color: #ffffff;
}

.element.news-page .tab-button:not(.active) .text-wrapper-tab,
.element.news-detail-page .tab-button:not(.active) .text-wrapper-tab {
  color: #0a0a0a;
}

.element.news-page .content-section {
  width: 100%;
  padding: 3rem 1rem;
  max-width: 1520px;
  margin: 0 auto;
  background-color: #f9fafb;
}

@media (max-width: 768px) {
  .element.news-page .content-section {
    padding: 2rem 1rem;
  }
}

.element.news-page .news-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .element.news-page .news-grid {
    gap: 1rem;
    margin-bottom: 2rem;
  }
}

.element.news-page .news-card {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.element.news-page .news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.15), 0px 8px 12px -1px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .element.news-page .news-card {
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
  }
}

.element.news-page .news-image {
  position: relative;
  width: 256px;
  min-width: 256px;
  height: 192px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 10px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .element.news-page .news-image {
    width: 100%;
    min-width: 100%;
    height: 200px;
  }
}

@media (max-width: 640px) {
  .element.news-page .news-image {
    height: 180px;
  }
}

.element.news-page .news-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-height: 192px;
}

@media (max-width: 768px) {
  .element.news-page .news-content {
    min-height: auto;
  }
}

.element.news-page .news-header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.element.news-page .news-title-wrapper {
  width: 100%;
}

.element.news-page .news-title {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #1e2939;
  font-size: clamp(1.125rem, 2.5vw, 1.25rem);
  line-height: 1.4;
  letter-spacing: 0;
}

.element.news-page .news-excerpt {
  width: 100%;
}

.element.news-page .news-excerpt-text {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #4a5565;
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.625;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 768px) {
  .element.news-page .news-excerpt-text {
    -webkit-line-clamp: 3;
  }
}

.element.news-page .news-date {
  width: 100%;
}

.element.news-page .news-date-text {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #6a7282;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  letter-spacing: 0;
  line-height: 1.4;
}

.element.news-page .pagination,
.element.product-page .pagination {
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 2rem;
}

/* Bootstrap 分页 ul 样式覆盖 */
.element.news-page .pagination ul.pagination,
.element.product-page .pagination ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.element.news-page .pagination ul.pagination li,
.element.product-page .pagination ul.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.element.news-page .pagination ul.pagination li a,
.element.news-page .pagination ul.pagination li span,
.element.product-page .pagination ul.pagination li a,
.element.product-page .pagination ul.pagination li span {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  color: #364153;
  background-color: #e5e7eb;
  transition: background-color 0.3s ease;
}

.element.news-page .pagination ul.pagination li a:hover,
.element.product-page .pagination ul.pagination li a:hover {
  background-color: #d1d5db;
  color: #364153;
}

.element.news-page .pagination ul.pagination li.active span,
.element.product-page .pagination ul.pagination li.active span {
  background-color: #0092b8;
  color: #ffffff;
}

.element.news-page .pagination ul.pagination li.disabled span,
.element.product-page .pagination ul.pagination li.disabled span {
  background-color: #f3f4f6;
  color: #9ca3af;
  cursor: not-allowed;
}

.element.news-page .pagination-button,
.element.product-page .pagination-button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.element.news-page .pagination-button.active,
.element.product-page .pagination-button.active {
  background-color: #0092b8;
}

.element.news-page .pagination-button:not(.active),
.element.product-page .pagination-button:not(.active) {
  background-color: #e5e7eb;
}

.element.news-page .pagination-button:not(.active):hover,
.element.product-page .pagination-button:not(.active):hover {
  background-color: #d1d5db;
}

.element.news-page .pagination-text,
.element.product-page .pagination-text {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5rem;
}

.element.news-page .pagination-button.active .pagination-text,
.element.product-page .pagination-button.active .pagination-text {
  color: #ffffff;
}

.element.news-page .pagination-button:not(.active) .pagination-text,
.element.product-page .pagination-button:not(.active) .pagination-text {
  color: #364153;
}

.element.product-page .container.product-pagination-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 16px 32px;
  box-sizing: border-box;
}

/* ========== news-detail 页面样式（除 header/footer 外） ========== */
.element.news-detail-page {
  overflow-x: hidden;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
}

.element.news-detail-page .div {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  align-items: flex-start;
  padding: 64px 0px 0px;
  position: relative;
  background-color: #ffffff;
}

.element.news-detail-page .main-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #f9fafb;
  padding-bottom: 2rem;
}

.element.news-detail-page .container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1152px;
  align-items: flex-start;
  gap: clamp(2rem, 5vw, 3rem);
  /* padding: clamp(2rem, 5vw, 3rem) 1rem 0; */
  position: relative;
  margin: 40px auto 0;
}

@media (max-width: 1024px) {
  .element.news-detail-page .container {
    /* margin-top: 420px; */
  }
}

@media (max-width: 768px) {
  .element.news-detail-page .container {
    /* margin-top: 380px; */
  }
}

@media (max-width: 640px) {
  .element.news-detail-page .container {
    /* margin-top: 350px; */
  }
}

.element.news-detail-page .article {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 3rem);
}

.element.news-detail-page .article .header {
  width: 100%;
  gap: clamp(1rem, 3vw, 1.5rem);
  padding-bottom: clamp(1rem, 3vw, 1.5rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.element.news-detail-page .h {
  width: 100%;
  position: relative;
}

.element.news-detail-page .text-wrapper {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #1e2939;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.3;
  width: 100%;
}

.element.news-detail-page .div-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 3vw, 1.5rem);
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}

.element.news-detail-page .span {
  position: relative;
  display: flex;
  align-items: center;
}

.element.news-detail-page .text-wrapper-2 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #6a7282;
  font-size: clamp(0.75rem, 2vw, 0.875rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
  white-space: nowrap;
}

.element.news-detail-page .span-2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.element.news-detail-page .eye {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.element.news-detail-page .text-wrapper-3 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #6a7282;
  font-size: clamp(0.75rem, 2vw, 0.875rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
  white-space: nowrap;
}

.element.news-detail-page .div-3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: clamp(0.75rem, 2vw, 1rem);
  margin-top: clamp(1.5rem, 4vw, 2rem);
}

.element.news-detail-page .heading {
  width: 100%;
  position: relative;
}

.element.news-detail-page .text-wrapper-4 {
  font-weight: 500;
  color: #364153;
  font-size: clamp(1.125rem, 2.5vw, 1.25rem);
  line-height: 1.5;
  font-family: "Inter", Helvetica;
  letter-spacing: 0;
}

.element.news-detail-page .paragraph {
  position: relative;
  width: 100%;
}

.element.news-detail-page .text-wrapper-5,
.element.news-detail-page .text-wrapper-7,
.element.news-detail-page .text-wrapper-8,
.element.news-detail-page .text-wrapper-9,
.element.news-detail-page .text-wrapper-10 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #364153;
  font-size: clamp(0.875rem, 2vw, 1rem);
  letter-spacing: 0;
  line-height: 1.8;
  width: 100%;
}

.element.news-detail-page .div-wrapper {
  width: 100%;
  position: relative;
  margin-top: clamp(0.5rem, 2vw, 1rem);
}

.element.news-detail-page .text-wrapper-6 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #364153;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  letter-spacing: 0;
  line-height: 1.5;
}

.element.news-detail-page .link-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding-top: clamp(1.5rem, 4vw, 2rem);
  margin-top: clamp(1.5rem, 4vw, 2rem);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.element.news-detail-page .link {
  position: relative;
  width: 100%;
  max-width: 172px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(0, 184, 219, 1) 0%, rgba(21, 93, 252, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.element.news-detail-page .link:hover {
  transform: translateY(-2px);
  box-shadow: 0px 4px 8px rgba(0, 146, 184, 0.3);
}

.element.news-detail-page .svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.element.news-detail-page .text-wrapper-11 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: clamp(0.875rem, 2vw, 1rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}

.element.news-detail-page .container-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1rem, 3vw, 1.5rem);
  position: relative;
  width: 100%;
}

.element.news-detail-page .h-2 {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
}

.element.news-detail-page .text-wrapper-12 {
  position: relative;
  flex: 1;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #1e2939;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  letter-spacing: 0;
  line-height: 1.3;
}

.element.news-detail-page .container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: clamp(0.75rem, 2vw, 1rem);
}

@media (max-width: 1024px) {
  .element.news-detail-page .container-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .element.news-detail-page .container-3 {
    grid-template-columns: 1fr;
  }
}

.element.news-detail-page .link-2,
.element.news-detail-page .link-3,
.element.news-detail-page .link-4,
.element.news-detail-page .link-5 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.element.news-detail-page .link-2:hover,
.element.news-detail-page .link-3:hover,
.element.news-detail-page .link-4:hover,
.element.news-detail-page .link-5:hover {
  transform: translateY(-4px);
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.15), 0px 8px 12px -1px rgba(0, 0, 0, 0.15);
}

.element.news-detail-page .container-3 .img-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 1 / 0.6;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.element.news-detail-page .img,
.element.news-detail-page .img-2,
.element.news-detail-page .img-3,
.element.news-detail-page .img-4 {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

.element.news-detail-page .container-3 .div-4,
.element.news-detail-page .container-3 .div-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  position: relative;
  width: 100%;
}

.element.news-detail-page .container-3 .h-3 {
  width: 100%;
  position: relative;
  min-height: auto;
}

.element.news-detail-page .container-3 .text-wrapper-13,
.element.news-detail-page .container-3 .text-wrapper-15 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #1e2939;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  letter-spacing: 0;
  line-height: 1.5;
}

.element.news-detail-page .div-wrapper-2 {
  width: 100%;
  position: relative;
}

.element.news-detail-page .container-3 .text-wrapper-14 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #6a7282;
  font-size: clamp(0.65rem, 1.2vw, 0.75rem);
  letter-spacing: 0;
  line-height: 1.4;
  white-space: nowrap;
}

.element.news-detail-page .div-wrapper-3 {
  width: 100%;
  position: relative;
}

.element.news-detail-page .container-3 .text-wrapper-16 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #1e2939;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  letter-spacing: 0;
  line-height: 1.5;
}

.element.news-detail-page .container-4 {
  /* position: absolute; */
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(90deg, rgba(49, 65, 88, 1) 0%, rgba(29, 41, 61, 1) 100%);
}

@media (max-width: 768px) {
  .element.news-detail-page .container-4 {
    height: 350px;
  }
}

@media (max-width: 640px) {
  .element.news-detail-page .container-4 {
    height: 300px;
  }
}

.element.news-detail-page .container-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.element.news-detail-page .container-6 {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 632px;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: clamp(2px, 0.5vw, 4px) solid rgba(255, 255, 255, 0.3);
}

.element.news-detail-page .container-7 {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 32px;
}

.element.news-detail-page .text-wrapper-17,
.element.news-detail-page .text-wrapper-19 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.75;
  width: 100%;
}

.element.news-detail-page .h-4 {
  width: 100%;
  position: relative;
}

.element.news-detail-page .text-wrapper-18 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: clamp(1.5rem, 4vw, 2rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
  width: 100%;
}

.element.news-detail-page .div-11 {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 72px;
  align-items: flex-start;
  padding: 0 1rem;
  /* position: absolute; */
  /* top: 464px;
  left: 0; */
  background-color: #ffffff;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .element.news-detail-page .div-11 {
    top: 414px;
  }
}

@media (max-width: 640px) {
  .element.news-detail-page .div-11 {
    top: 384px;
  }
}

.element.news-detail-page .container-24 {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
  position: relative;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .element.news-detail-page .container-24 {
    gap: 0.5rem;
  }
}

.element.news-detail-page .link-6 {
  position: relative;
  min-width: 100px;
  height: 40px;
  background-color: #0092b8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  text-decoration: none;
}

@media (max-width: 640px) {
  .element.news-detail-page .link-6 {
    min-width: 80px;
    padding: 0 1rem;
  }
}

.element.news-detail-page .text-wrapper-30 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: clamp(0.875rem, 2vw, 1rem);
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}

.element.news-detail-page .link-7 {
  position: relative;
  min-width: 100px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  cursor: pointer;
}

@media (max-width: 640px) {
  .element.news-detail-page .link-7 {
    min-width: 80px;
    padding: 0 1rem;
  }
}

.element.news-detail-page .text-wrapper-31 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #0a0a0a;
  font-size: clamp(0.875rem, 2vw, 1rem);
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}

/* ========== partners 页面样式（除 header/footer 外） ========== */
.element.partners-page {
  overflow-x: hidden;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
}

.element.partners-page .div {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  align-items: flex-start;
  padding: 64px 0 0;
  position: relative;
  background-color: #ffffff;
}

.element.partners-page .main-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  background-color: #f9fafb;
}

.element.partners-page .hero-banner {
  position: relative;
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .element.partners-page .hero-banner {
    min-height: 400px;
  }
}

@media (max-width: 640px) {
  .element.partners-page .hero-banner {
    min-height: 350px;
  }
}

.element.partners-page .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(28, 57, 142, 0.5) 0%,
    rgba(16, 78, 100, 0.5) 100%
  );
}

.element.partners-page .banner-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 4rem 2rem;
  border: 4px solid rgba(255, 255, 255, 0.4);
  /* max-width: 600px; */
  margin: 0 1rem;
}

@media (max-width: 768px) {
  .element.partners-page .banner-content {
    padding: 3rem 1.5rem;
    gap: 10px;
    border-width: 3px;
  }
}

@media (max-width: 640px) {
  .element.partners-page .banner-content {
    padding: 2rem 1rem;
    gap: 8px;
    border-width: 2px;
  }
}

.element.partners-page .banner-subtitle {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0;
}

.element.partners-page .banner-title {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: clamp(2rem, 6vw, 3.75rem);
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
  margin: 0;
}

.element.partners-page .banner-description {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0;
}

.element.partners-page .partners-section {
  position: relative;
  width: 100%;
  padding: 4rem 1rem;
}

@media (max-width: 768px) {
  .element.partners-page .partners-section {
    padding: 3rem 1rem;
  }
}

@media (max-width: 640px) {
  .element.partners-page .partners-section {
    padding: 2rem 1rem;
  }
}

.element.partners-page .partners-section .section-header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto 3rem;
  text-align: center;
}

@media (max-width: 768px) {
  .element.partners-page .partners-section .section-header {
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
}

.element.partners-page .partners-section .section-title {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #0092b8;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}

.element.partners-page .partners-section .section-description {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #364153;
  font-size: clamp(0.875rem, 2vw, 1rem);
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

.element.partners-page .partners-grid {
  max-width: 1480px;
  margin: 0 auto;
  /* padding: 0 1rem; */
}

.element.partners-page .partners-image {
  /* width: 100%;
  height: auto;
  display: block; */
}

/* ========== product-detail 页面样式（除 header/footer 外） ========== */
.element.product-detail-page {
  overflow-x: hidden;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
}

.element.product-detail-page .div {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  align-items: flex-start;
  padding: 64px 0px 0px;
  position: relative;
  background-color: #ffffff;
}

.element.product-detail-page .main-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #f9fafb;
  padding-bottom: 2rem;
}

.element.product-detail-page .container {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 52px;
  align-items: flex-start;
  padding: 1rem;
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.element.product-detail-page .container-2 {
  display: flex;
  min-height: 20px;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex-wrap: wrap;
}

.element.product-detail-page .container-2 .link {
  position: relative;
  cursor: pointer;
}

.element.product-detail-page .container-2 .text-wrapper {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #4a5565;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.25rem;
  white-space: nowrap;
}

.element.product-detail-page .span {
  position: relative;
}

.element.product-detail-page .container-2 .div-wrapper {
  position: relative;
  cursor: pointer;
}

.element.product-detail-page .span-2 {
  position: relative;
}

.element.product-detail-page .text-wrapper-2 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #101828;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.25rem;
  white-space: nowrap;
}

.element.product-detail-page .container-3 {
  position: relative;
  width: 100%;
  padding: 1rem;
  max-width: 1520px;
  margin: 0 auto;
}

.element.product-detail-page .container-3 .button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
}

.element.product-detail-page .container-3 .img {
  width: 20px;
  height: 20px;
}

.element.product-detail-page .text-wrapper-3 {
  font-weight: 500;
  color: #0092b8;
  font-family: "Inter", Helvetica;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
}

.element.product-detail-page .container-4 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 0;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.element.product-detail-page .container-5 {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 2rem;
}

@media (max-width: 1024px) {
  .element.product-detail-page .container-5 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 640px) {
  .element.product-detail-page .container-5 {
    padding: 1rem;
  }

  .partners-ul>li {
    height: 120px;
  }


}

.element.product-detail-page .carousel-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.element.product-detail-page .carousel-wrapper {
  position: relative;
  width: 100%;
  padding-top: 75%;
  background-color: #f3f4f6;
  border-radius: 10px;
  overflow: hidden;
}

.element.product-detail-page .carousel-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.element.product-detail-page .carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.element.product-detail-page .carousel-slide.active {
  opacity: 1;
}

.element.product-detail-page .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit:contain;
}

.element.product-detail-page .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.element.product-detail-page .carousel-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.element.product-detail-page .carousel-btn.prev {
  left: 1rem;
}

.element.product-detail-page .carousel-btn.next {
  right: 1rem;
}

@media (max-width: 640px) {
  .element.product-detail-page .carousel-btn {
    width: 32px;
    height: 32px;
    font-size: 1.25rem;
  }

  .element.product-detail-page .carousel-btn.prev {
    left: 0.5rem;
  }

  .element.product-detail-page .carousel-btn.next {
    right: 0.5rem;
  }
}

.element.product-detail-page .carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.element.product-detail-page .indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #0092b8;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 0;
}

.element.product-detail-page .indicator.active {
  background-color: #0092b8;
}

.element.product-detail-page .indicator:hover {
  background-color: rgba(0, 146, 184, 0.5);
}

.element.product-detail-page .container-7 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.element.product-detail-page .container-8 {
  display: inline-flex;
  padding: 0.25rem 0.75rem;
  background-color: #0092b8;
  border-radius: 4px;
  width: fit-content;
}

.element.product-detail-page .text-wrapper-4 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.25rem;
}

.element.product-detail-page .h {
  width: 100%;
}

.element.product-detail-page .text-wrapper-5 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #0a0a0a;
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  letter-spacing: 0;
  line-height: 1.2;
}

.element.product-detail-page .p {
  width: 100%;
}

.element.product-detail-page .text-wrapper-6 {
  color: #4a5565;
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.625;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.element.product-detail-page .container-9 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.element.product-detail-page .h-2 {
  width: 100%;
}

.element.product-detail-page .text-wrapper-7 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #0a0a0a;
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  letter-spacing: 0;
  line-height: 1.4;
}

.element.product-detail-page .container-10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 1rem;
  width: 100%;
  background-color: #f9fafb;
  border-radius: 10px;
}

.element.product-detail-page .container-11,
.element.product-detail-page .container-12,
.element.product-detail-page .container-13 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.5rem 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.element.product-detail-page .container-13 {
  border-bottom: none;
}

.element.product-detail-page .span-3,
.element.product-detail-page .span-6,
.element.product-detail-page .span-9 {
  position: relative;
}

.element.product-detail-page .text-wrapper-8 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #4a5565;
  font-size: clamp(0.875rem, 2vw, 1rem);
  letter-spacing: 0;
  line-height: 1.5;
}

.element.product-detail-page .span-4,
.element.product-detail-page .span-5,
.element.product-detail-page .span-7,
.element.product-detail-page .span-8,
.element.product-detail-page .span-10 {
  position: relative;
}

.element.product-detail-page .text-wrapper-9 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #0a0a0a;
  font-size: clamp(0.875rem, 2vw, 1rem);
  letter-spacing: 0;
  line-height: 1.5;
}

.element.product-detail-page .container-14 {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.element.product-detail-page .link-2 {
  position: relative;
  flex: 1;
  min-width: 150px;
  min-height: 48px;
  background-color: #0092b8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.element.product-detail-page .link-2:hover {
  background-color: #007a9a;
}

.element.product-detail-page .text-wrapper-10 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5rem;
}

.element.product-detail-page .button-2 {
  position: relative;
  flex: 1;
  min-width: 150px;
  min-height: 48px;
  border-radius: 10px;
  border: 2px solid #0092b8;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.element.product-detail-page .button-2:hover {
  background-color: rgba(0, 146, 184, 0.1);
}

.element.product-detail-page .text-wrapper-11 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #0092b8;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5rem;
}

.element.product-detail-page .container-15 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 640px) {
  .element.product-detail-page .container-15 {
    padding: 1rem;
  }
}

.element.product-detail-page .h-3 {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.element.product-detail-page .text-wrapper-12 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #0a0a0a;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  letter-spacing: 0;
  line-height: 1.33;
}

.element.product-detail-page .container-16 {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (max-width: 768px) {
  .element.product-detail-page .container-16 {
    grid-template-columns: 1fr;
  }
}

.element.product-detail-page .container-17,
.element.product-detail-page .container-18,
.element.product-detail-page .container-19,
.element.product-detail-page .container-20,
.element.product-detail-page .container-21 {
  width: 100%;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.element.product-detail-page .span-11,
.element.product-detail-page .span-12,
.element.product-detail-page .span-13,
.element.product-detail-page .span-14 {
  flex: 1;
}

.element.product-detail-page .text-wrapper-13,
.element.product-detail-page .text-wrapper-14,
.element.product-detail-page .text-wrapper-15,
.element.product-detail-page .text-wrapper-16 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #364153;
  font-size: clamp(0.875rem, 2vw, 1rem);
  letter-spacing: 0;
  line-height: 1.5;
}

.element.product-detail-page .container-22 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  width: 100%;
  background-color: #f9fafb;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 640px) {
  .element.product-detail-page .container-22 {
    padding: 1rem;
  }
}

.element.product-detail-page .container-23 {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (max-width: 768px) {
  .element.product-detail-page .container-23 {
    grid-template-columns: 1fr;
  }
}

.element.product-detail-page .p-wrapper,
.element.product-detail-page .container-24,
.element.product-detail-page .container-25,
.element.product-detail-page .container-26 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}

.element.product-detail-page .div-wrapper-2 {
  position: relative;
  width: 100%;
}

.element.product-detail-page .text-wrapper-17 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #364153;
  font-size: clamp(0.875rem, 2vw, 1rem);
  letter-spacing: 0;
  line-height: 1.5;
}

.element.product-detail-page .container-27 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 1.5rem;
  margin-top: 2rem;
}

.element.product-detail-page .container-28 {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

@media (max-width: 1024px) {
  .element.product-detail-page .container-28 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .element.product-detail-page .container-28 {
    grid-template-columns: 1fr;
  }
}

.element.product-detail-page .link-3,
.element.product-detail-page .link-4,
.element.product-detail-page .link-5,
.element.product-detail-page .link-6 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.element.product-detail-page .link-3:hover,
.element.product-detail-page .link-4:hover,
.element.product-detail-page .link-5:hover,
.element.product-detail-page .link-6:hover {
  transform: translateY(-4px);
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.15), 0px 6px 12px rgba(0, 0, 0, 0.15);
}

.element.product-detail-page .img-2,
.element.product-detail-page .img-3,
.element.product-detail-page .img-4,
.element.product-detail-page .img-5 {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

.element.product-detail-page .h-4 {
  padding: 0 1rem 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.element.product-detail-page .text-wrapper-18,
.element.product-detail-page .text-wrapper-19 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #0a0a0a;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
}

/* ========== technical-center 页面样式（除 header/footer 外） ========== */
.element.technical-center-page {
  overflow-x: hidden;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
}

.element.technical-center-page .div {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  align-items: flex-start;
  padding: 64px 0px 0px;
  position: relative;
  background-color: #ffffff;
}

.element.technical-center-page .main-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #f9fafb;
}

.element.technical-center-page .container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  align-items: flex-start;
  gap: 4rem;
  padding: 2rem 1rem;
  position: relative;
  /* margin-top: 400px; */
}

@media (max-width: 1024px) {
  .element.technical-center-page .container {
    /* margin-top: 350px; */
    gap: 3rem;
  }
}

@media (max-width: 768px) {
  .element.technical-center-page .container {
    /* margin-top: 300px; */
    gap: 2rem;
  }
}

@media (max-width: 640px) {
  .element.technical-center-page .container {
    /* margin-top: 250px; */
    gap: 1.5rem;
  }
}

.element.technical-center-page .container-2 {
  display: flex;
  min-height: 320px;
  align-items: center;
  gap: 2rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
}

@media (max-width: 1024px) {
  .element.technical-center-page .container-2 {
    flex-direction: column;
    min-height: auto;
    gap: 0;
  }
}

.element.technical-center-page .image-with-fallback {
  position: relative;
  width: 50%;
  min-height: 320px;
  background-size: cover;
  background-position: 50% 50%;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .element.technical-center-page .image-with-fallback {
    width: 100%;
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .element.technical-center-page .image-with-fallback {
    min-height: 220px;
  }
}

.element.technical-center-page .container-3 {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  position: relative;
}

@media (max-width: 768px) {
  .element.technical-center-page .container-3 {
    padding: 1.5rem;
    gap: 1rem;
  }
}

@media (max-width: 640px) {
  .element.technical-center-page .container-3 {
    padding: 1rem;
  }
}

.element.technical-center-page .div-wrapper {
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element.technical-center-page .text-wrapper {
  position: relative;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #0092b8;
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}

.element.technical-center-page .p {
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element.technical-center-page .text-wrapper-2,
.element.technical-center-page .text-wrapper-3 {
  position: relative;
  width: 100%;
  color: #364153;
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  line-height: 1.6;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.element.technical-center-page .container-4 {
  display: flex;
  min-height: 320px;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
}

@media (max-width: 1024px) {
  .element.technical-center-page .container-4 {
    flex-direction: column-reverse;
    min-height: auto;
    gap: 0;
  }
}

.element.technical-center-page .image-with-fallback-2,
.element.technical-center-page .image-with-fallback-3,
.element.technical-center-page .image-with-fallback-4,
.element.technical-center-page .image-with-fallback-5,
.element.technical-center-page .image-with-fallback-6 {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 50%;
  min-height: 320px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .element.technical-center-page .image-with-fallback-2,
  .element.technical-center-page .image-with-fallback-3,
  .element.technical-center-page .image-with-fallback-4,
  .element.technical-center-page .image-with-fallback-5,
  .element.technical-center-page .image-with-fallback-6 {
    width: 100%;
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .element.technical-center-page .image-with-fallback-2,
  .element.technical-center-page .image-with-fallback-3,
  .element.technical-center-page .image-with-fallback-4,
  .element.technical-center-page .image-with-fallback-5,
  .element.technical-center-page .image-with-fallback-6 {
    min-height: 220px;
  }
}

.element.technical-center-page .container-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 352px;
  align-items: center;
  padding: 4rem 2rem;
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(21, 93, 252, 1) 0%,
    rgba(0, 146, 184, 1) 100%
  );
}

@media (max-width: 768px) {
  .element.technical-center-page .container-wrapper {
    padding: 3rem 1.5rem;
    min-height: 300px;
  }
}

@media (max-width: 640px) {
  .element.technical-center-page .container-wrapper {
    padding: 2rem 1rem;
    min-height: auto;
  }
}

.element.technical-center-page .container-5 {
  position: relative;
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (max-width: 768px) {
  .element.technical-center-page .container-5 {
    gap: 1.5rem;
  }
}

.element.technical-center-page .h {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.element.technical-center-page .text-wrapper-4 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: clamp(1.75rem, 5vw, 2.25rem);
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .element.technical-center-page .text-wrapper-4 {
    white-space: normal;
  }
}

.element.technical-center-page .p-2 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.element.technical-center-page .text-wrapper-5 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffffe6;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  max-width: 600px;
}

@media (max-width: 640px) {
  .element.technical-center-page .text-wrapper-5 {
    white-space: normal;
  }
}

.element.technical-center-page .container-6 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .element.technical-center-page .container-6 {
    gap: 0.75rem;
  }
}

.element.technical-center-page .container-7,
.element.technical-center-page .container-9,
.element.technical-center-page .container-10 {
  display: flex;
  min-width: 144px;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background-color: #ffffff1a;
  border-radius: 10px;
}

@media (max-width: 640px) {
  .element.technical-center-page .container-7,
  .element.technical-center-page .container-9,
  .element.technical-center-page .container-10 {
    min-width: 120px;
    padding: 0.75rem 1.5rem;
  }
}

.element.technical-center-page .text-wrapper-6,
.element.technical-center-page .text-wrapper-8,
.element.technical-center-page .text-wrapper-10 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}

.element.technical-center-page .container-8 {
  position: relative;
  width: 100%;
  text-align: center;
}

.element.technical-center-page .text-wrapper-7,
.element.technical-center-page .text-wrapper-9 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffffe6;
  font-size: clamp(0.875rem, 2vw, 1rem);
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}

.element.technical-center-page .container-11,
.element.product-page .container-11 {
  position: relative;
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  min-height: 400px;
}

@media (max-width: 768px) {
  .element.technical-center-page .container-11,
  .element.product-page .container-11 {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .element.technical-center-page .container-11,
  .element.product-page .container-11 {
    min-height: 280px;
  }
}

.element.technical-center-page .container-12,
.element.product-page .container-12 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(28, 57, 142, 0.6) 0%,
    rgba(16, 78, 100, 0.6) 100%
  );
}

.element.technical-center-page .container-13,
.element.product-page .container-13 {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* max-width: 752px; */
  align-items: center;
  gap: 1rem;
  padding: 0 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .element.technical-center-page .container-13,
  .element.product-page .container-13 {
    gap: 0.75rem;
  }
}

.element.technical-center-page .h-2,
.element.product-page .h-2 {
  position: relative;
  width: 100%;
  text-align: center;
}

.element.technical-center-page .text-wrapper-11,
.element.product-page .text-wrapper-11 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: clamp(2rem, 6vw, 3.75rem);
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
}

@media (max-width: 640px) {
  .element.technical-center-page .text-wrapper-11,
  .element.product-page .text-wrapper-11 {
    white-space: normal;
  }
}

.element.technical-center-page .p-3,
.element.product-page .p-3 {
  position: relative;
  width: 100%;
  text-align: center;
}

.element.technical-center-page .text-wrapper-12,
.element.product-page .text-wrapper-12 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffffe6;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
}


.news-left-top  {
    padding-top: 66%;
    position: relative;
}
.news-left-top-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 640px) {
  .element.technical-center-page .text-wrapper-12,
  .element.product-page .text-wrapper-12 {
    white-space: normal;
  }
}
