body{
   background: rgba(247, 248, 252, 1);;
}
.bannerSwipperBox{
    height: 285px;
}
.mainWrapper{
    min-height: 83vh;
}
.swiper{
    height: 100%;
}
.swiper-slide a{
    background-size: cover !important;
}
.floorBox{
    width: 100%;
    padding-top: 100px;
}

.container {
    width: 100%;
}
/* 桌面版 - 左侧楼层导航 */
.floor-nav {
    width: 100%;
    max-width: 1400px;
    padding: 0 20px;
    background-color: transparent;
    /* padding: 30px 15px; */
    display: flex;
    align-items: center;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 10;
    top:630px;
    position: fixed;
    /* margin-right: 20px; */
}




.floor-anchors {
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    width: 330px;
}
/* .floor-anchors::after {
    content: '';
    position: absolute;
    right: 0;
    top: 30px;
    bottom: 30px;
    width: 1px;
    background-color: rgba(229, 229, 229, 1);
} */
.floor-anchors a:hover{
    color: rgba(0, 0, 0, 1);
}
.floor-anchor {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-decoration: none;
    /** 文本1 */
   font-size: 24px;
   font-weight: 500;
   letter-spacing: 0px;
   line-height: 34px;
   color: rgba(0, 0, 0, 1);


}

/* .floor-anchor:hover {
    background-color: #e2e8f0;
    transform: translateY(-2px);
} */

.floor-anchor.active {
    background: linear-gradient(180deg, rgba(53, 109, 240, 1) 0%, rgba(26, 70, 214, 1) 100%);
    color: #FFFFFF;
    /* box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3); */
}
.floor-nav-blank{
    width: 70%;
}

.floor-content {
    flex: 1;
}

/* 移动端 - 标签切换 */
.mobile-tabs {
    display: none; /* 默认隐藏，在媒体查询中显示 */
    overflow-x: auto;
    white-space: nowrap;
    background: transparent;
    margin-bottom: 10px;
    padding: 0 20px;
    gap: 30px;
    /* position: sticky;
    top: 0;
    z-index: 100; */
}

.mobile-tabs::-webkit-scrollbar {
    display: none; /* 隐藏滚动条 */
}

.mobile-tab {
    display: inline-block;
    padding: 15px 0px 10px 0px;
    color: rgba(128, 128, 128, 1);
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
}

.mobile-tab.active {
    color: rgba(8, 111, 255, 1);
    border-bottom: 2px solid rgba(8, 111, 255, 1);
}

.floor-section {
   width: 100%;
}
.floor-section:nth-child(odd){
    background: rgba(247, 248, 252, 1);
}
.floor-section:nth-child(even){
    background: #FFFFFF;
    
}
.floor-section:last-child {
    margin-bottom: 0;
}


/* 图文卡片 */
.cards-box{
    max-width: 1400px;
    padding:0 20px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.cards-blank{
    width: 330px;
    height: auto;
    border-right:2px solid rgba(229, 229, 229, 1);
}
.cards-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 70%;
    flex-shrink: 0;
    padding-bottom: 60px;
}
.floor-section:not(:first-of-type) .cards-container {
    padding-top: 60px;
}
.card {
    display: flex;
    background: transparent;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease; */
    border: 1px solid rgba(199, 199, 199, 1);
}

/* .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
} */

.card-image {
    width: 438px;
    height: 261px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.card-content {
    flex: 1;
    padding: 35px 30px 35px 28px;
    display: flex;
    flex-direction: column;
}

.card-title {
margin-bottom: 20px;
font-size: 24px;
font-weight: 500;
letter-spacing: 0px;
line-height: 34.75px;
color: rgba(0, 0, 0, 1);
}

.card-text {
font-size: 20px;
font-weight: 400;
letter-spacing: 0px;
line-height: 28.96px;
color: rgba(0, 0, 0, 1);
flex-grow: 1;
}
/* 滚动指示器 */
.scroll-indicator {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    z-index: 100;
    background-size: contain;
    background-image: url(/images/back-top.png);
}

.scroll-indicator:hover {
    transform: scale(1.1);
}
.card-first-box{
    width: 100%;
}
.card-first-title{
font-size: 24px;
font-weight: bold;
letter-spacing: 0px;
line-height: 34px;
color: rgba(0, 0, 0, 1);
text-align: center;
}
.card-first-text{
font-size: 20px;
font-weight: 400;
letter-spacing: 0px;
line-height: 28px;
color: rgba(56, 56, 56, 1);
    }
.card-first-img{
    width: 100%;
    border-radius: 12px;
}
.card-second-title{
font-size: 24px;
font-weight: bold;
letter-spacing: 0px;
line-height: 27px;
color: rgba(0, 0, 0, 1);
position: relative;
padding-left: 15px; 
}
.card-second-text{
font-size: 20px;
font-weight: 400;
letter-spacing: 0px;
line-height: 32px;
color: rgba(56, 56, 56, 1);
}
.card-second-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 27px; 
    background: linear-gradient(180deg, rgba(53, 109, 240, 1) 0%, rgba(26, 70, 214, 1) 100%);
}
/* 响应式设计 */
@media (max-width: 1024px) {
    body{
        background: RGB(232,242,254);
    }
    .floorBox{
        padding-top: 0;
    }
    .floor-guide-wrapper {
        flex-direction: column;
    }
    
    /* 隐藏桌面版导航 */
    .floor-nav {
        display: none;
    }
    
    /* 调整内容区 */
    .floor-content {
        padding:10px 20px;
        margin-left: 0;
        margin-bottom: 20px
    }
    .cards-box{
        padding: 0;
    }
    /* 调整卡片布局 */
    .card {
        border-radius: 4px;
        background: #FFFFFF;
        border: none;
        padding: 12px;
        /* flex-direction: column; */
    }
    
    .card-image {
        width: 116px;
        height: 140px;
        border-radius: 4px;
    }
    .card-content{
      padding:0;
      margin-left: 12px;
    }
    .card-title{
font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
margin-bottom: 6px;
    }
    .card-text{
font-weight: 400;
font-size: 14px;
line-height: 22px;
letter-spacing: 0px;
    }
    .floor-guide-wrapper {
        flex-direction: column;
    }
    
    /* 隐藏桌面版导航 */
    .floor-nav {
        display: none !important;
    }
    
    /* 显示移动端标签 */
    .mobile-tabs {
        display: flex !important;
    }
    
    
   
    
    /* 移动端隐藏所有楼层，只显示当前激活的 */
    .floor-section {
        display: none !important;
    }
    
    .floor-section.active {
        display: block !important;
        background: transparent;
    }
    
    /* 移除空白区域 */
    .cards-blank {
        display: none;
    }
    
    .cards-container {
        width: 100%;
        gap: 15px;
        padding: 0;
    }
    
    .floor-section:not(:first-of-type) .cards-container {
        padding-top: 0;
    }
    .scroll-indicator{
        display: none !important;
    }
    .card-first-box{
        padding: 10px;
        border-radius: 4px;
        background: #FFFFFF;
    }
    .card-first-title{
       font-size: 16px;
    }
    .card-first-text{
        font-size: 14px;
        line-height: 26px;
    }
    .card-second-title{
        font-size: 16px;
        padding-left: 0;
    }
    .card-second-title::before{
        display: none;
    }
    .card-second-text{
        border-radius: 4px;
        padding: 10px;
        background: #FFFFFF;
        font-size: 14px;
        line-height: 26px;
    }
}

/* @media (max-width: 768px) {
    
    
    .card-content {
        padding: 20px;
    }
    
    .card-title {
        font-size: 20px;
    }
    
    .floor-title {
        font-size: 22px;
    }
    
    .floor-description {
        font-size: 14px;
    }
    
} */

