html, body {
    max-width: 100vw;
    overflow-x: hidden;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    background: #f5f5f5;
}
#app{
    background: #f3f3f3;
}

.immigration-banner {
    width: 100%;
    height: 315px;
    position: relative;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-title {
    font-size: 72px;
    color: #002768;
    text-align: center;
}

/* Content Section Styles */
.content-section-list {
    max-width: 1200px;
    margin: 0 auto;
    /* padding-top: 60px; */
    margin-bottom: 160px;
}
/* 面包屑导航样式 */
.breadcrumb-nav {
   display: none;
 }


 /* 2025年全表格数据统计样式 */
.table-sections{
    background: #fff;
      border: 1px solid #e0e0e0;
      border-radius: 3px;
      margin-bottom: 20px;
      padding: 0px 5px;
      padding-bottom: 20px;
      margin-top: 110px;
  }
  .table-sections-title{
    height: 100px;
    
  }
  .table-sections-title-text{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 100px;
    padding-left: 25px;
  }
  .form-stats-search {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 48px 0;
  }
  .category-label{
    font-size: 14px;
    line-height: 34px;
    color: #333;
    font-weight: normal;
  }
  .category-input{
    width: 170px !important;
    height: 33px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 14px;
  }
  .category-input:focus{
    outline: none;
    border-color: #e0e0e0 !important;
  }
  .year-select,.quarter-select{
    width: 80px !important;
  }
  .stats-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    table-layout: fixed; /* 强制使用固定布局 */
  }
  .stats-table-container{
    border-top: 3px solid #be133d;
    
  }
  .stats-header-row{
    border-bottom: 2px solid #be133d;
  }
  .stats-header-row th{
    height: 50px;
    text-align: center;
    background: #be133d;
    font-size: 14px;
    color: #fff;
    position: relative;
  }

  .category-title-row td:nth-child(even),
  .data-stats-row td:nth-child(even){
    background: #f3f3f3 !important;
    
  }
  .category-title-row td:nth-child(odd),
  .data-stats-row td:nth-child(odd){
    background: #ededed !important;
  }

  .data-stats-row td:first-child{
    background: #002768 !important;
    color: #fff !important;
  }

  .category-title-row td::before,
  .data-stats-row td::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    height: 100%;
    width: 5px;
    background-color: #fff;
  }
  .category-title-row  td:first-child::before{
    height: 52px !important;
  }
  
  .category-title-row td:last-child::before,
  .data-stats-row td:last-child::before{
    display: none;
  }
  


  .category-title-row{
    height: 50px;
  }
  .category-title-row  td{
    position: relative !important;
    border-bottom: 1px solid #c0c0c0;
  }
  .category-title{
    font-size: 14px;
    color: #333;
    height: 50px;
    font-weight: bold;
    text-align: center;
   
    background: #f3f3f3;
  }
.data-stats-row{
  height: 50px;
  border-bottom: 1px solid #ccc;
}
.data-stats-row td{
  position: relative !important;
  font-size: 14px;
  color: #333;
  height: 50px;
}
.data-stats-row-first td{
  font-size: 14px;
    color: #333;
    height: 50px;
    font-weight: bold;
}




  /* 设置第一列（空列）的宽度 */
  .stats-header-row th:first-child {
    width: 100px;
  }
  
  /* 设置年份列的宽度 */
  .stats-header-row th:not(:first-child) {
    width: 80px;
    
  }
  
  /* 确保表格列宽度生效 */
  .stats-table td {
  
    text-align: center;
    vertical-align: middle;
  }
  
  /* 第一列（表单编号）的宽度 */
  .stats-table td:first-child {
    width: 100px;
    padding: 5px;
  }
  
  /* 数据列的宽度 */
  .stats-table td:not(:first-child) {
    width: 80px;
  }

/* ====== 移动端响应式适配 ====== */
@media (max-width: 1200px) {
  .loaded{
   height: 100vh;
  }
  .immigration-banner{
   display: none;
  }
  .breadcrumb-nav{
   display: block;
   width: 100vw;
   height: 4rem;
   line-height: 4rem;
  }
  .breadcrumb-nav .container{
   padding: 0;
  
  }
  .breadcrumb-row{
   display: flex;
   align-items: center;
   background: #fff;
   border-top: 1px solid #e0e0e0;
   padding: 0 1.333rem;
  }
  .breadcrumb-row .return-icon{
   width: auro;
   height: 1.7rem;
   display: block;
  }
  .breadcrumb-row span{
   flex: 1;
   text-align: center;
   display: inline-block;
  }

  /* 内容 */
  .content-section-list{
    width: 100vw;
    margin-bottom: 0;

  }
  .table-sections{
    margin-top: 20px;
    padding: 0;
    border: none;
    padding: 0 1.333rem;
  }
  .table-sections-title-text{
    font-size: 1.260rem;
    line-height: normal;
    padding:0;
    padding-top: 3.2rem;
    font-weight: normal;
  }
  .stats-table-container{
    width: 100%;
    overflow: auto;
    padding-bottom: 10px;
  }
}








