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;
}


/* 面包屑导航样式 */
.breadcrumb-nav {
    width: 1200px;
    margin: 0 auto;
    height: 120px;
    padding-top: 35px;
 }
 
 .breadcrumb-nav .list-inline {
     margin: 0;
     padding: 0;
 }
 
 .breadcrumb-nav .list-inline-item {
     font-size: 14px;
     color: #6c757d;
 }
 
 .breadcrumb-nav .list-inline-item a {
     color: #002768;
     text-decoration: none;
     transition: color 0.3s ease;
 }
 
 .breadcrumb-nav .list-inline-item a:hover {
     color: #002768;
     text-decoration: none;
 }
 
 .breadcrumb-nav .list-inline-item:not(:last-child) {
     margin-right: 8px;
 }
 
 .breadcrumb-nav .list-inline-item:not(:last-child)::after {
     content: "<";
     margin-left: 8px;
     color: #002768;
     font-weight: bold;
 }
 
/* Content Section Styles */
.content-section-list {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
    margin-bottom: 160px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
}


/* Decision Header Styles */
.decision-header {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    border-bottom: 1px solid #e0e0e0;
    padding: 100px 45px 30px 45px;
    
}

.decision-title {
    flex: 1;
}

.decision-text {
    font-size: 18px;
    color: #002768;
}

.decision-date {
    display: flex;
    align-items: center;
    gap: 10px;
}

.date-label,.date-value {
    font-size: 18px;
    color: #002768;
}


/* Case Subject Styles */
.case-subject {
    margin-top: 65px;
    padding: 0 30px;
}

.subject-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.subject-label,.case-number {
    font-size: 22px;
    color: #002768;
}


.application-type {
   
}

.application-text {
    font-size: 22px;
    color: #002768;
}

/* Case Content Styles */
.case-content {
    margin-top: 30px;
    padding: 0 30px;
    line-height: 1.8;
}

.content-paragraph {
    margin-bottom: 25px;
}

.paragraph-text {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    text-align: justify;
    margin: 0;
}

.pdf-page-wrapper{
    text-align: center;
}
.container-phone{
    display: block;
}
.container-phone{
    display: none;
}
/* ====== 移动端响应式适配 ====== */
@media (max-width: 1200px) {
    .loaded{
     height: 100vh;
    }
    .immigration-banner,.breadcrumb-nav .container{
     display: none;
    }

    .breadcrumb-nav{
     display: block;
     width: 100vw;
     height: 4rem;
     line-height: 4rem;
     padding-top: 0;
    }
    .container-phone{
        display: block;
    }
    .breadcrumb-nav .container-phone{
     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-top: 20px;
        border: none;
        padding: 0 1.333rem;
        border-radius: 0;
        box-shadow: none;
    }
    .pdf-page-canvas{
        width: 100%;
    }
    
    .decision-header{
        padding: 0;
        padding: 3.2rem 0;
        align-items: center;
    }
    .decision-title .decision-text{
        font-size: 1.120rem;
        color: #002768;
    }
    .paragraph-text li{
        color: #333;
        font-size: 0.960rem;
    }
    .content-paragraph{
        padding-bottom:25px ;
        margin: 0;
    }
 }