: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: #f3f3f3 !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;
  min-height: 800px;
  padding: 0rem 0;
  height: 800px;
}

/* 案件状态区加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;
}
.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;
  }

  .te-banner-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .te-banner-img {
    width: 100%;
    height: 100%;
    background: no-repeat right center/cover;
    /* border-radius: 0 0.5rem 0.5rem 0; */
  }

  .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;
  }



  .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;
  }

 


}