:root {
  font-size: 16px;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
}
html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

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;
  /* align-items: center; */
  justify-content: space-between;
  min-height: 500px;
  padding: 0rem 0;
  height: 500px;
  /* background: #f00; */
}




.te-banner-desc {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.te-banner-img {}


.te-funcs {
  margin: 0 auto;
  /* padding: 0 32px; */
  width: 1200px;
  max-width: 1200px;
}

.te-funcs-row {
  display: flex;
  justify-content: space-between;
  /* gap: 2rem; */
  width: 1200px;
}

.te-func-btn {
  width: 388px;
  height: 66px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #e7e7e7;
  font-size: 22px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;

  /* flex: 1;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 1.2rem 0;
    text-align: center;
    color: #1a237e;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: box-shadow 0.2s;
    border: 1px solid #e3eafc; */
}

.te-func-btn:hover {
  text-decoration: none;
  font-size: 22px;
  color: #333333;
}

.te-func-btn i {
  /* font-size: 1.5rem; */
  /* margin-bottom: 0.5rem; */
  display: block;
  margin-right: 5px;
  color: #002768;
}


.te-stats {
  width: 1200px;
  margin: 0 auto;
  height: 670px;
  background: #ecfeff;
  border-radius: 3px;
  margin-top: 30px;
  padding: 0 35px;
}

.te-stats-title {
  padding-top: 45px;
  font-size: 22px;
  color: #002768;

}

.te-stats-chart {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #002768;
  /* padding-top: 40px; */
  margin-top: 40px;
  padding-bottom: 20px;
}

.te-stats-select {
  width: 109px;
  height: 33px;
  border-radius: 5px;
  margin-right: 20px;
}

.te-stats-select:focus {
  outline: none;
  box-shadow: none;
  border-color: initial;
  /* 或者你想要的颜色 */
}

.te-stats-btn {
  width: 55px;
  height: 27px;
  border-radius: 3px;
  border: none;
  background: #dfe5f3;
  margin-left: 20px;
  color: #002768;
  font-weight: bold;
  line-height: 25px;
}

.te-stats-btn.action {
  background: #002768;
  color: #fff;
}

/* 数据状态展示 */
.SumOfDataStates {
  width: 100%;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.SumOfDataStates-item {
  /* width: 130px; */
  height: 34px;
  background: #1aab5c;
  border-radius: 3px;
  color: #fff;
  display: flex;
  align-items: center;
}

.SumOfDataStates-item:nth-child(3) {
  background: #bf123f;
}

.SumOfDataStates-item:nth-child(2) {
  background: #f6882f;
}

.SumOfDataStates-item-title {
  width: 100%;
  display: flex;
  align-items: center;
}

.SumOfDataStates-item-name {
  flex: 1;
  text-align: center;
  display: block;
  padding: 0 10px;
}

.SumOfDataStates-item-value {
  width: 76px;
  height: 32px;
  background: #ffffff;
  border-radius: 3px;
  /* border: 1px solid #1aab5c; */
  color: #002768;
  display: block;
  text-align: center;
  margin-right: 1px;
  line-height: 32px;
  font-weight: bold;
}

.SumOfDataStates-item-value:nth-child(2) {
  /* border: 1px solid #bf123f; */
}

.SumOfDataStates-item-value:nth-child(3) {
  /* border: 1px solid #f6882f; */
}

/* 图标展示 */
.dataTable {
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.case-stats-chart-title {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  color: #002768;
  font-size: 14px;
  cursor: pointer;
}

.te-news-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a237e;
  margin: 2rem 0 1rem;
}

.te-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.te-news-item {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  padding: 1rem;
}

.te-news-date {
  width: 60px;
  text-align: center;
  margin-right: 1rem;
}

.te-news-day {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1976d2;
}

.te-news-year {
  display: block;
  font-size: 0.9rem;
  color: #888;
}

.te-news-content {
  flex: 1;
}

.te-news-title {
  font-size: 1rem;
  font-weight: 600;
  color: #222;
}

.te-news-desc {
  font-size: 0.95rem;
  color: #666;
  margin-top: 0.3rem;
}

.te-news-pagination {
  text-align: center;
  margin: 1.5rem 0;
}

.te-news-page {
  display: inline-block;
  margin: 0 0.3rem;
  padding: 0.3rem 0.8rem;
  border-radius: 0.3rem;
  color: #1976d2;
  background: #fff;
  border: 1px solid #e3eafc;
  text-decoration: none;
}

.te-news-page.active,
.te-news-page:hover {
  background: #1976d2;
  color: #fff;
}

.te-faq-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a237e;
  margin: 2rem 0 1rem;
}

.te-faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.te-faq-item {
  padding: 15px 25px;
  background: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 1rem;
  color: #222;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  width: 100%;
}

.te-faq-item-icon {
  margin-right: 20px;

}

.te-faq-item-title {
  font-size: 18px;
  color: #333333;
}

.te-banner-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
}

.te-banner-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 1;
  /* 硬件加速优化 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity;
}

.te-banner-slide.active {
  opacity: 1;
  z-index: 2;
  position: relative;
}

.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: 400px;
  background: no-repeat right center/cover;
  border-radius: 0 0.5rem 0.5rem 0;
}

.te-banner-img img {
  width: 100%;
  height: 100%;
}

.te-banner-dots {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  display: flex;
  gap: 18px;
  z-index: 10;
}

.te-banner-dot {
  width: 17px;
  height: 17px;
  background: #e7e7e7;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background 0.2s, border 0.2s;
}

.te-banner-dot.active {
  background: #fff;
  border: 2px solid #002768;
}




/* 新闻通知区 UI图风格重写 */
.te-news,
.te-faq {
  width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #e7e7e7;
  padding: 0 32px;
  margin-top: 30px;
}

.news-ui-title,
.te-faq-title {
  height: 82px;
  border-bottom: 1px solid #bfc3c6;
  font-size: 22px;
  color: #333333;
  line-height: 100px;
  font-weight: bold;
  /* font-weight: bold; */
  /* margin: 40px 0 24px 0; */
  /* letter-spacing: 1px; */
}

.news-ui-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-ui-item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0;
  height: 146px;
  border-bottom: 1px solid #e7e7e7;
  padding: 30px 25px;
  margin-bottom: 0;
  position: relative;
}

.news-ui-item:nth-child(n+5) {
  border-bottom: none;
}

.news-ui-date {
  /* width: 78px; */
  height: 90px;
  border: 1.5px solid #002768;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /* margin-left: 25px; */
  margin-right: 32px;
  margin-top: 0;
  margin-bottom: 0;
  background: #fff;
  padding-left: 12px;
  padding-right: 12px;
}

.news-ui-date-month {
  width: 25px;
  height: 3px;
  background: #002768;
  margin-top: 8px;
}

.news-ui-date-day {
  font-size: 18px;
  color: #002768;
  line-height: 1.1;
  font-weight: 600;

}

.news-ui-date-year {
  font-size: 16px;
  color: #566890;
  margin-top: 8px;
}

.news-ui-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 110%;
  min-width: 0;
}

.news-ui-content-title {
  font-size: 18px;
  color: #002768;
  font-weight: bold;
  /* margin-bottom: 10px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}

.news-ui-content-desc {
  font-size: 16px;
  color: #666666;
  /* margin-bottom: 10px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
}
.news-ui-content-desc span {
  font-size: 16px;
}

.news-ui-content-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0;
}

.news-ui-content-source {
  font-size: 12px;
  color: #c0c0c0;
  /* margin-right: 32px; */
}

.news-ui-content-more {
  font-size: 16px;
  color: #c0c0c0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.news-ui-content-arrow {
  /* font-size: 16px;
    color: #c0c0c0;
    margin-left: 2px; */
}

.news-ui-pagination {
  text-align: center;
  margin: 32px 0 0 0;
  font-size: 0;
  padding-bottom: 40px;
}

.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-contact-banner {
  width: 100%;
  background: #e9e9e9;

  height: 330px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  margin: 0 auto 0 auto;
  margin-top: 45px;
  position: relative;
}

.te-contact-inner {
  width: 1200px;
  display: flex;
  /* justify-content: space-between; */
  padding-top: 50px;
  /* align-items: flex-start; */
}

.te-contact-left {
  /* flex: 1.2; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
}

.te-contact-logo {
  /* height: 60px;
    margin-bottom: 10px; */
}

.te-contact-title {
  font-size: 28px;
  font-weight: bold;
  color: #002768;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
}

.te-contact-title-cn {
  font-size: 24px;
  color: #002768;
}

.te-contact-title-en {
  font-size: 20px;
  color: #e94e3c;
  letter-spacing: 2px;
}

.te-contact-qrcodes {
  display: flex;

  margin-top: 45px;
}

.te-contact-qrcode {
  margin-right: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .te-contact-qrcode img {
    width: 90px;
    height: 90px;
    border: 1px solid #ccc;
    background: #fff;
  } */
.te-contact-qrcode-label {
  font-size: 14px;
  color: #333333;
  margin-top: 6px;
}

.te-contact-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 14px;
  color: #333333;
  margin-top: 50px;
}

.te-contact-desc {
  font-size: 18px;
  color: #333333;
  margin-bottom: 18px;
}

.te-contact-info {
  line-height: 2.2;
  font-size: 14px;
  color: #002768;
}

.te-contact-info-main {
  font-size: 14px;
}

.AI-btn {
  position: absolute;
  bottom: -92px;
  z-index: 99;
  right: 65px;
  cursor: pointer;
  /* 硬件加速优化 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
/* AI聊天对话框样式 */
.ai-chat-modal {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 480px;
  height: 700px;
  background-color: #ffffff;
  border-radius: 30px 30px 0 0;
  box-shadow: 0 8px 18px rgba(0, 39, 104, 0.3);
  z-index: 9999;
  display: none; /* 初始隐藏，防止闪烁 */
  flex-direction: column;
  overflow: hidden;
  font-family: Arial, sans-serif;
  /* 硬件加速优化 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.ai-chat-header {
  height: 50px;
  background-color: #002768;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: white;
  flex-direction: row-reverse;
}

.ai-chat-controls {
  display: flex;
  gap: 10px;
}
.ai-chat-text-top{
  display: none;
}
.ai-chat-close {
  cursor: pointer;
  padding: 5px;
}


.ai-chat-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #ffffff;
  overflow-y: auto;
  margin-bottom: 10px;
  /* 移动端滚动优化 */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
   /* 自定义滚动条样式 */
   .ai-chat-body::-webkit-scrollbar,.ai-chat-input::-webkit-scrollbar {
    width: 6px;
  }
  .ai-chat-body::-webkit-scrollbar-track,.ai-chat-input::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
  }

  .ai-chat-body::-webkit-scrollbar-thumb,.ai-chat-input::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
    transition: background 0.3s ease;
  }

  .ai-chat-body::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }


.ai-chat-welcome {
  display: flex;
  flex-direction: column;
  background-color: #f8f9fa;
  border-radius: 10px;
}
.ai-chat-welcome-img{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.ai-chat-welcome-img-img{
  width: 35px;
  height: auto;
}
.ai-chat-welcome-text{
  font-size: 18px;
  color: #333333;
  margin-left: 10px;
}

.ai-chat-input-prompt {
  background: #f1f1f1;
  font-size: 14px;
  padding: 0 20px;
  color: #333 !important;
  border-radius: 20px;
  line-height: 25px;
}





.ai-chat-messages {
  height: 340px;
  /* flex: 1;
  margin-bottom: 40px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  max-height: 300px; */
}

.ai-chat-input-area {
  height: 120px;
  border-top: 1px solid #002768;
  /* padding-top: 15px; */
  display: flex;
  gap: 10px;
  align-items: flex-end;
  padding: 0 20px;
}

.ai-chat-input {
  flex: 1;
  border: none;
  border-radius: 8px;
  resize: none;
  font-size: 14px;
  font-family: inherit;
  height: 100%;
  padding-top: 10px;
}

.ai-chat-input:focus {
  outline: none;
  border-color: none;
}

.ai-chat-send {
  background-color: #fff;
  color: #002768;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

.ai-chat-send:hover {
  background-color: #fff;
}

/* 消息样式 */
.ai-chat-message {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.ai-chat-message.user {
  justify-content: flex-end;
}

.ai-chat-message-content {
  max-width: 80%;
  padding: 10px 15px;
  border-radius: 15px;
  word-wrap: break-word;
  font-size: 14px;
}

.ai-chat-message.user .ai-chat-message-content {
  background-color: #be133b;
  color: white;
}

.ai-chat-message.assistant .ai-chat-message-content {
  background-color: #f1f1f1;
  color: #333;
}

/* 头像样式 */
.ai-chat-message-avatar {
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 2px;
}

.ai-chat-message.user .ai-chat-message-avatar {
  order: 2;
  margin-right: 0;
  margin-left: 10px;
}

.ai-chat-avatar-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e0e0e0;
  background-color: #f8f9fa;
}

.ai-chat-message.user .ai-chat-avatar-img {
  /* border-color: #002768; */
}

.ai-chat-message.assistant .ai-chat-avatar-img {
  border-color: #f1f1f1;
}

/* 移动端头像适配 */
@media (max-width: 768px) {
  body{
    overflow: hidden;
  }
  .ai-chat-avatar-img {
    width: 32px;
    height: 32px;
  }
  
  .ai-chat-message-avatar {
    margin-right: 8px;
  }
  
  .ai-chat-message.user .ai-chat-message-avatar {
    margin-left: 8px;
  }

  .ai-chat-welcome-img-img{
    width: 32px;
  }

}

/* 提交资料按钮样式 */
.ai-submit-data-btn {
  background-color: #be133d;
  color: #ffffff;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  margin-top: 10px;
  transition: background-color 0.2s;
}

.ai-submit-data-btn:hover {
  background-color: #a01030;
}

    /* 输入指示器样式 */
    .typing-indicator {
      opacity: 0.8;
    }
    
    .typing-dots {
      display: flex;
      align-items: center;
      gap: 4px;
      padding: 8px 12px;
      background: #002768;
      border-radius: 18px;
      width: fit-content;
    }
    
    .typing-dots .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #ADD8E6;
      animation: typing-animation 1.4s infinite ease-in-out;
    }
    
    .typing-dots .dot:nth-child(1) {
      animation-delay: -0.32s;
    }
    
    .typing-dots .dot:nth-child(2) {
      animation-delay: -0.16s;
    }
    
    .typing-dots .dot:nth-child(3) {
      animation-delay: 0s;
    }
    
    @keyframes typing-animation {
      0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.5;
      }
      40% {
        transform: scale(1);
        opacity: 1;
      }
    }
    
    /* 确保输入框在发送时禁用 */
    .ai-chat-input:disabled {
      opacity: 0.6;
      cursor: not-allowed;
    }
    
    /* 发送按钮在发送时禁用 */
    .ai-chat-send:disabled {
      opacity: 0.6;
      cursor: not-allowed;
    }





/* ====== 移动端响应式适配 ====== */
@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;
  }

  /* 轮播图 */
  .te-banner-inner {
    height: 21.333rem;
    min-height: 21.333rem;
    /* background: #f00; */
  }

  .te-banner-slide {
    height: 18.960rem;
    /* display: none; */
    /* 移动端硬件加速优化 */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: opacity;
  }

  .te-banner-img {
    width: 100%;
    height: 100%;
    background: no-repeat right center/cover;
    border-radius: 0 0.5rem 0.5rem 0;
  }

  .te-banner-dots {
    bottom: 1.2rem;
  }
  .te-banner-dot{
    width: 0.453rem;
    height: 0.453rem;
  }

  /* <!-- 功能按钮区 --> */
  .te-funcs {
    width: 100%;
    max-width: 100%;
    padding: 0 1.280rem;
    /* padding: 0 0.853rem; */
  }

  .te-funcs-row {
    width: 100%;
    /* justify-content: space-around; */
    /* flex-direction: column; */
  }

  .te-func-btn {
    width: 8.560rem;
    height: 2.8rem;
    font-size: 0.60rem;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    border:  1px solid #dedede;
  }
  .te-func-btn:hover{
    font-size: 0.720rem;
  }

  /* 折线图 */
  .te-stats {
    width: calc(100% - 2.560rem);
    height: 100%;
    margin-top: 0.833rem;
    padding: 0 0.8rem;
    padding-bottom: 0.267rem;
  }

  .te-stats-title {
    padding-top: 0.733rem;
    font-size: 0.640rem;
  }

  .te-stats-chart {
    margin-top: 0.460rem;
    padding-bottom: 0.533rem;
  }

  .te-stats-select {
    width: 2.907rem;
    height: 0.880rem;
    border-radius: 0;
    font-size: 0.467rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('data:image/svg+xml;utf8,<svg fill="gray" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 2px center/0.680rem 0.680rem;
    /* ↑ 这里的 18px 18px 就是箭头的大小，可以改成你想要的 */
    /* padding-right: 1rem; */
    /* 给右侧留出空间 */
    margin-right: 0;
    text-align: center;
  }

  .te-stats-btn {
    width: 1.467rem;
    height: 0.720rem;
    font-size: 0.467rem;
    margin-left: 0.533rem;
    line-height: 0.72rem;
    padding: 0;
  }
  /* 数据状态展示 */
  .SumOfDataStates{
    margin-top: 1.2rem;
  }
  .SumOfDataStates-item{
    /* width: 3.467rem; */
    height: 0.907rem;
    font-size: 0.467rem;
  }
  .SumOfDataStates-item-value{
    width: 2.027rem;
    height: 0.90rem;
    line-height: 0.907rem;
  }
  /* 图标展示 */
  .dataTable{
    margin-top: 1.067rem;
  }
  #case-stats-chart{
    height: 8.826rem !important;
    /* padding-bottom: 0.533rem; */
  }
  .case-stats-chart-title{
    /* bottom: -17px; */
    font-size: 0.373rem;
  }

  /* 最新通知 */
  .te-news{
    margin-top: 1.435rem;
  }
  .news-ui-title,.te-faq-title{
    width: 100%;
    height: 1.943rem;
    line-height: 1.943rem;
    font-size: 0.640rem;
    font-weight: 600;
    margin: 0;
  }
  .news-ui-item{
    padding: 0.8rem 0.667rem;
    height: 3.467rem;
  }
  .news-ui-date{
    /* width: 1.867rem; */
    height: 2.080rem;
    font-size: 0.480rem;
    padding-left: 0.320rem;
    padding-right: 0.320rem;
  }
  .news-ui-date-day{
    font-size: 0.480rem;
    /* line-height: 0; */
  }
  
.news-ui-date-month{
  width: 0.667rem;
  height: 0.080rem;
  margin-top: 0.213rem;
  
}
.news-ui-date-year{
  font-size: 0.427rem;
  margin-top: 0.213rem;
}
.news-ui-content-title{
  font-size: 0.480rem;
}
.news-ui-content-desc{
  font-size: 0.427rem;
}
.news-ui-content-source{
   font-size: 0.320rem;
}
.news-ui-content-more{
  font-size: 0.427rem;
}
  .te-news,
  .te-faq{
    width: calc(100% - 2.560rem);
    padding: 0 0.720rem;
  }

  .news-ui-pagination{
    margin: 0.853rem 0 0 0 ;
  }
  .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;
  }
  .te-faq-item{
    padding: 0.4rem 0.667rem;
  }
  .te-faq-item-title{
    font-size: 0.480rem;
  }
  .news-ui-page{
    padding: 0;
  }

  /* AI问答区域 */
  .ai-chat-modal{
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 39, 104, 0.16);
    /* 移动端硬件加速优化 */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .ai-chat-body {
    /* 移动端滚动优化 */
    -webkit-overflow-scrolling: touch;
  }
  .ai-chat-header{
    height: 3.040rem;
  }
  .ai-chat-controls {
    /* gap: 10px; */
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
  .ai-chat-text-top{
    display: block;
    height: 1.787rem;
    width: auto;
  }
  .ai-chat-close{
    display: block;
  }
}