:root {
  font-size: 16px;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}
p,h2{
  margin: 0;
  padding: 0 ;
  margin-bottom: 0 ;
}

body {
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  /* 移动端滚动性能优化 */
  -webkit-overflow-scrolling: touch;
  /* -webkit-transform: translateZ(0); */
  /* transform: translateZ(0); */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html {
  /* 移动端滚动性能优化 */
  -webkit-overflow-scrolling: touch;
  /* -webkit-transform: translateZ(0); */
  /* transform: translateZ(0); */
}

.te-main {
  /* display: none; */
  background: #ffffff !important;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  :root {
    font-size: 14px;
  }
}

.te-main {
  background: #f9f9f9;
}

/* .te-banner-bg { background: linear-gradient(90deg, #1a237e 60%, #e3eafc 100%); padding: 0; } */
.te-banner-inner {
  max-width: 100%;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 0rem 0;
  height: 520px;
}

/* 案件状态区加AI驱动*/
.case-status {
  width: 100%;
  position: relative;
  background-image:url("../img/bj1.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 80% 80%;
}
.case-status-inner{
  width: 1200px;
  margin: 0 auto;
  padding-top: 157px;
  padding-bottom: 170px;
}
.case-status-img{
  width: 1200px;
  height: auto;
  cursor: pointer;
}
.case-status-ai{
  width: 1200px;
  margin: 0 auto;
}

.case-status-ai .title{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding-bottom: 70px;
}
.case-status-ai .title .title-h2{
  font-size: 56px;
  font-weight: 700;
  color: #000000;
}
.case-status-ai .title .title-p{
  font-size: 50px;
  font-weight: 500;
  color: #06c3f5;
  margin-bottom: 0 !important;
}

.case-status-ai-img{
  width: 1200px;
  height: auto;
  cursor: pointer;
}

/* 案件状态查询弹框 */
.case-status-modal-mask{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.case-status-modal{
  /* width: 720px; */
  /* max-width: calc(100vw - 40px); */
  background: #ffffff;
  border-radius: 50px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.22);
  padding: 22px 52px 30px;
  min-height: 300px;
}

.case-status-modal-header{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 66px;
  margin-bottom: 16px;
}

.case-status-modal-title{
  font-size: 30px;
  font-weight: 700;
  color: #333333;
}

.case-status-modal-close{
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  font-size: 24px;
  display: flex;
  line-height: 32px;
  /* align-items: center; */
  justify-content: center;
  color: #b3b3b3;
  cursor: pointer;
}

.case-status-modal-body{
  padding-top: 0;
}

.case-status-modal-row{
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: 6px;
  flex-direction: column;
}

.case-status-modal-input-box{
  display: flex;
  align-items: center;
  gap: 10px;
}

.case-status-modal-input-wrap{
  position: relative;
  display: flex;
  align-items: center;
}

.case-status-modal-suggestions{
  position: absolute;
  left: 0;
  top: 100%;
  width: 400px;
  max-width: 90vw;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  z-index: 10000;
  overflow: hidden;
}

.case-status-modal-suggestion{
  padding: 10px 14px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.case-status-modal-suggestion:hover{
  background: #f2fbff;
  color: #06c3f5;
}

.case-status-modal-label{
  width: auto;
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
}

.case-status-modal-input{
  width: 400px;
  height: 32px;
  border: 1px solid #04c4f5;
  border-radius: 0;
  padding: 0 12px;
  font-size: 18px;
  outline: none;
}

.case-status-modal-input:focus{
  border-color: #04c4f5;
}

.case-status-modal-buttons{
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-top: 0;
  margin-left: auto;
}

.case-status-modal-btn{
  height: 32px;
  width: 58px;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #04c4f5;
  cursor: pointer;
  font-size: 16px;
  background: #ffffff;
  color: #06c3f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.case-status-modal-btn--primary{
  background-color: #06c3f5;
  color: #ffffff;
}

.case-status-modal-btn--reset{
  background-color: #ffffff;
  color: #06c3f5;
}

.case-status-modal-message{
  margin-top: 12px;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #f7f7f7;
  color: #333333;
}

.case-status-modal-message--error{
  background: #fff1f0;
  color: #ff4d4f;
}

.case-status-modal-message--success{
  background: #e6fffb;
  color: #06c3f5;
}

.case-status-modal-steps{
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-left: 14px;
  position: relative;
}

.case-status-modal-steps::before{
  content: "";
  position: absolute;
  left: 20px;
  top: 6px;
  bottom: 0;
  width: 2px;
  background: #d8d8d8;
}

.case-status-modal-step{
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}

.case-status-modal-step .case-status-modal-dot{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #d8d8d8;
  z-index: 1;
}

.case-status-modal-step-text{
  font-size: 16px;
  color: #333333;
}

.case-status-modal-step.active .case-status-modal-dot{
  background: #06c3f5;
  border-color: #06c3f5;
}

.case-status-modal-step.active .case-status-modal-step-text{
  color: #06c3f5;
  font-weight: 700;
}

.case-status-modal-result{
  margin-top: 42px;
}

.case-status-modal-result-row{
  margin-top: 0;
  display: flex;
  gap: 12px;
  align-items: baseline;
}

.case-status-modal-result-label{
  color: #333333;
  font-size: 16px;
}

.case-status-modal-result-value{
  color: #333333;
  font-size: 16px;
  word-break: break-all;
}

/* 数据看板 */
.data-board{
  width: 100%;
  position: relative;
  background-image:url("../img/bj2.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 59% 95%;
}

.data-board-inner{
  width: 1200px;
  margin: 0 auto;
  /* padding-top: 220px; */
  /* padding-bottom: 170px; */
}
.data-board-title{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding-bottom: 70px;
}
.data-board-title-1{
  padding-bottom: 35px;
}
.data-board-title .title-h2{
  font-size: 56px;
  font-weight: 700;
  color: #000000;
}
.data-board-title .title-p{
  font-size: 50px;
  font-weight: 500;
  color: #06c3f5;
  margin-bottom: 0 !important;
}

.data-board-img-box{
  position: relative;
  width: 100%;
  height: 100%;
}
.data-board-img{
  width: 1200px;
  height: auto;
}
.data-board-img-box-title{
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.data-board-img-box-title .title-h2{
  font-size: 40px;
  font-weight: 500;
  color: #fff;
}
.data-board-btn{
  padding-top: 33px;
  display: flex;
  justify-content: flex-end;
}
.data-board-btn-item-text{
  padding: 12px 46px;
  border: 3px solid #06c3f5;
  font-size: 24px;
  font-weight: 700;
  color: #06c3f5;
  cursor: pointer;
  border-radius: 50px;
}

/* Swiper 首页轮播（见设计稿：淡入 + 背景微缩放） */
.te-banner-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.te-banner-swiper .swiper-slide {
  height: 100%;
}

.te-banner-slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* 背景图微视差：当前帧由 1.0 缓慢放大至 1.05 */
.te-banner-swiper .te-banner-img {
  overflow: hidden;
  cursor: pointer;
}

.te-banner-swiper .te-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  /* transition: transform 6s ease-out; */
}

.te-banner-swiper .swiper-slide-active .te-banner-img img {
  /* transform: scale(1.05); */
}

/* 底部条状指示器：设计稿 #64FFDA，距底 20px */
.te-banner-swiper .te-banner-pagination.swiper-pagination-bullets {
  bottom: 20px;
}

.te-banner-swiper .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 2px;
  margin: 0 6px !important;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
  transition: width 0.25s ease, background 0.25s ease;
}

.te-banner-swiper .swiper-pagination-bullet-active {
  width: 36px;
  background: #64ffda;
}

/* 左右箭头：浅色半透明圆底（与设计稿一致）+ 亮青箭头；无上一张/下一张时 Swiper 会加 .swiper-button-disabled */
.te-banner-swiper .te-banner-nav-prev,
.te-banner-swiper .te-banner-nav-next {
  width: 83px;
  height: 83px;
  margin-top: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  color: #5cf0ff;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.te-banner-swiper .te-banner-nav-prev {
  left: 120px;
}

.te-banner-swiper .te-banner-nav-next {
  right: 120px;
}

.te-banner-swiper .te-banner-nav-prev::after,
.te-banner-swiper .te-banner-nav-next::after {
  font-size: 48px;
  font-weight: 500;
  color: inherit;
}

.te-banner-swiper .te-banner-nav-prev:hover:not(.swiper-button-disabled),
.te-banner-swiper .te-banner-nav-next:hover:not(.swiper-button-disabled) {
  background: rgba(255, 255, 255, 0.34);
  color: #7fffff;
}

.te-banner-swiper .te-banner-nav-prev.swiper-button-disabled,
.te-banner-swiper .te-banner-nav-next.swiper-button-disabled {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.35);
  cursor: not-allowed;
  opacity: 1;
}

.te-banner-swiper .te-banner-nav-prev.swiper-button-disabled::after,
.te-banner-swiper .te-banner-nav-next.swiper-button-disabled::after {
  color: rgba(255, 255, 255, 0.4);
}

.te-banner-title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 4px solid #fff;
  width: 80%;
  text-align: center;
  margin-bottom: 0.5rem;
}

.te-banner-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0.5rem 0 0.5rem;
  text-align: center;
}

.te-banner-desc {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.te-banner-tags {
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.2em;
}

.te-banner-img {
  width: 100%;
  height: 100%;
  min-height: 0;
  background: no-repeat right center/cover;
  /* border-radius: 0 0.5rem 0.5rem 0; */
}

.te-banner-img img {
  width: 100%;
  height: 100%;
}










.news-ui-page {
  display: inline-block;
  margin: 0 8px;
  /* padding: 0 12px; */
  border-radius: 50%;
  color: #333333;
  background: #fff;
  border: none;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  border: 1.5px solid transparent;
  box-sizing: border-box;
}

.news-ui-page.active {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #002768;
  font-weight: bold;
  border: 1.5px solid #002768;
  background: #fff;
}

.news-ui-page:hover {
  text-decoration: none;
}

.news-ui-page-ellipsis {
  display: inline-block;
  margin: 0 8px;
  color: #333;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  background: none;
  border: none;
  cursor: default;
}

/* 行业洞察 */
.te-industry-insight{
  /* padding-top: 105px; */
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  background-image:url("../img/x3.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 80% 50%;
}
.insight-content-title{
  padding-top: 105px;
}
.insight-content-title .title-h2{
  font-size: 56px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
.insight-cards{
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
}
@media (hover: hover) and (min-width: 1201px) {
  .insight-card:hover {
    box-shadow: 0 0 0 3px #06c3f5;
    padding: 40px 40px;
    width: 440px;
  }
  .insight-card:hover .insight-card__date {
    font-size: 22px;
  }
  .insight-card:hover .insight-card__btn {
    border: 1px solid #06c3f5;
    color: #06c3f5;
  }
}
.insight-card {
  width: 346px;
  padding: 40px 0;
  border-radius: 20px;
  /* height: 510px; */
}

.insight-card__text{
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  height: 180px;
  margin-bottom: 0;
   /* 超出6行省略号 */
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 5;
   -webkit-box-orient: vertical;
   line-height: 35px;
}

.insight-card__btn{
  border: none;
 padding: 6px 12px;
  border-radius: 50px;
  border: 1px solid #6b86a6;
  font-weight: 400;
  color: #6b86a6;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  margin-top: 90px;
}

.insight-card__date{
  margin-top: 64px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  color: #83b8d5;
}

.insight-more-wrap{
  text-align: center;
  margin-top: 100px;
  
}
.insight-btn-more{
  padding: 17px 51px;
  border-radius: 50px;
  font-weight: 700;
  color: #fff;
  background: #06c3f5;
  text-decoration: none;
}
.insight-btn-more:hover{
  color: #fff;
  text-decoration: none;
}












/* ====== 移动端响应式适配 ====== */
@media (max-width: 1200px) {

  /* 移动端滚动性能优化 */
  html,
  body {
    -webkit-overflow-scrolling: touch;
    /* -webkit-transform: translateZ(0); */
    /* transform: translateZ(0); */
  }

  .te-main {
    /* 启用硬件加速 */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  /* 优化所有可滚动区域 */
  [class*="scroll"],
  [class*="overflow"] {
    -webkit-overflow-scrolling: touch;
  }

  /* 轮播图（移动端高度用 rem，指示器距底约 30rpx 设计稿对应约 0.8rem） */
  .te-banner-inner {
    /* height: 21.333rem;
    min-height: 21.333rem; */
    height: 100%;
    min-height: 100%;
  }

  .te-banner-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .te-banner-img {
    width: 100%;
    height: 100%;
    background: no-repeat right center/cover;
  }

  .te-banner-swiper .te-banner-pagination.swiper-pagination-bullets {
    bottom: 0.8rem;
  }

  .te-banner-swiper .swiper-pagination-bullet {
    width: 0.533rem;
    height: 0.107rem;
    margin: 0 0.16rem !important;
  }

  .te-banner-swiper .swiper-pagination-bullet-active {
    width: 0.8rem;
  }

  .te-banner-swiper .te-banner-nav-prev,
  .te-banner-swiper .te-banner-nav-next {
    /* width: 1.173rem;
    height: 1.173rem; */
    display: none;
  }



  .news-ui-page {
    width: 0.960rem;
    height: 0.960rem;
    line-height: 0.960rem;
    font-size: 0.480rem;
  }

  .news-ui-page.active {
    width: 1.013rem;
    height: 1.013rem;
    line-height: 1.013rem;
    font-size: 0.480rem;
  }



  .news-ui-page {
    padding: 0;
  }

  /* 案件查询 */
  .case-status-inner{
    width: 100%;
 
    padding: 2.888rem 1.333rem 4.40rem 1.333rem;
  }
  .case-status-img{
    width: 100%;
  }
 
  /* 数据看板 */
  .data-board{
    background-size: 48% 105%;
  }
  .data-board-inner{
    width: 100%;
  }
  .data-board-title{
    padding-bottom: 10px;
  }
  .data-board-title .title-h2{
    font-size: 1.280rem;
    font-weight: bold;
    color: #333333;
  }
  .data-board-title .title-p{
    font-size: 1.120rem;
    color: #06c3f5;
  }
  .data-board-title{
    padding-bottom: 1.867rem;
  }
  .data-board-img-box{
    padding: 0 1.333rem;
   
  }
  .data-board-img{
    width: 100%;
  }
  .data-board-img-box-title{
    top: 20px;

  }
  .data-board-img-box-title .title-h2{
    font-size: 1.120rem;
  }
  .data-board-btn{
    padding: 20px 1.333rem 0 1.333rem;
  }
  .data-board-btn .data-board-btn-item-text{
    width: 2.667rem;
    height: auto;
  }
  .data-board-btn-item-text{
    padding: 0.567rem 1.8rem;
    font-size: 1.280rem;
  }

  /* 行业洞察 */
  .te-industry-insight{
    width: 100%;
    padding-top: 4.4rem;
    background-size: 85% 45%;
    background-color: #fff;
  }
  .insight-content-title{
    padding: 0;

  }
  .insight-content-title .title-h2{
    font-size: 1.280rem;
    font-weight: bold;
    color: #333333;
  }

  /* 行业洞察：移动端横向轮播 */
  /*
   * 左右留白做在 .insight-inner 上（不随横向滚动条卷走），侧卡不会贴死屏幕裁切；
   * 轨道内用略窄于 100% 的卡片宽度露出下一张边缘，整体更整齐。
   */
  .te-industry-insight .insight-inner {
    box-sizing: border-box;
    padding-left: max(3rem, calc(1rem + env(safe-area-inset-left, 0px)));
    padding-right: max(3rem, calc(1rem + env(safe-area-inset-right, 0px)));
    padding-bottom: 2rem;
    overflow-x: hidden;
  }
  .insight-cards.insight-cards--mobile-carousel {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 3rem;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 2.667rem 0 0;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0.4rem;
    scroll-padding-right: 0.4rem;
    scrollbar-width: none;
  }
  .insight-cards.insight-cards--mobile-carousel::-webkit-scrollbar {
    display: none;
  }
  .insight-cards.insight-cards--mobile-carousel .insight-card {
    flex: 0 0 auto;
    width: min(18.875rem, calc(100% - 2.133rem));
    box-sizing: border-box;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding: 1.067rem 1.067rem 1.333rem;
    margin: 0;
    border: 1px solid #06c3f5;
    background: #f5f6f8;
    border-radius: 0.533rem;
    box-shadow: 0 0.213rem 0.8rem rgba(6, 195, 245, 0.12);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    overflow: hidden;
  }
  .insight-cards.insight-cards--mobile-carousel .insight-card__text {
    flex: 1 1 auto;
    font-size: 1.067rem;
    font-weight: 400;
    color: #333333;
    line-height: 1.7;
    height: auto;
    min-height: 0;
    max-height: calc(1.067rem * 1.7 * 7);
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .insight-cards.insight-cards--mobile-carousel .insight-card__date {
    flex-shrink: 0;
    margin-top: auto;
    padding-top: 0.8rem;
    font-size: 3.733vw;
    color: #83b8d5;
    text-align: left;
  }
  .insight-cards.insight-cards--mobile-carousel .insight-card__btn {
    flex-shrink: 0;
    align-self: center;
    margin-top: 1.067rem;
    width: auto;
    min-width: 8.5rem;
    max-width: 100%;
    padding: 0.5rem 1.2rem;
    border-radius: 9999px;
    border: 1px solid #06c3f5;
    background: #ffffff;
    color: #06c3f5;
    font-size: 0.8rem;
    line-height: 1.2;
  }
  .insight-cards.insight-cards--mobile-carousel .insight-card__btn--muted,
  .insight-cards.insight-cards--mobile-carousel .insight-card__btn--primary {
    border-color: #06c3f5;
    color: #06c3f5;
    background: #ffffff;
    font-size: 0.8rem;
  }
  .insight-more-wrap {
    margin-top: 2.667rem;
    padding: 0 0 calc(1.333rem + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
  }
  .insight-more-wrap .insight-btn-more {
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0.8rem 1.733rem;
    font-size: 0.960rem;
  }

  .case-status-modal{
    width: 99%;
    padding: 1.333rem;
    border-radius: 20px;
  }
  .case-status-modal-header{
    height: 40px;
  }
  .case-status-modal-close{
    width: 20px;
    height: 20px;
    line-height: 12px;
    display: flex;
    font-size: 17px;
  }
  .case-status-modal-title{
    font-size: 1.280rem;
  }
  .case-status-modal-input{
    width: 100%;
  }
  .case-status-modal-input-box{
    flex-direction: column;
    width: 100%;
  }
  .case-status-modal-input-wrap{
    width: 100%;
  }
}