/* 中国建行标准字GBK Regular 1.00字体定义 */
@font-face {
    font-family: 'CCB-Standard-GBK-Regular';
    src: url('../fonts/CCB-Standard-GBK-Regular-1.00.woff2') format('woff2'),
         url('../fonts/CCB-Standard-GBK-Regular-1.00.woff') format('woff'),
         url('../fonts/CCB-Standard-GBK-Regular-1.00.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* 全局样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 14px;
    scroll-behavior: smooth;
}

body {
    font-family: "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333333;
    background-color: #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 建行品牌色彩 */
:root {
    --ccb-primary: #2d5aa0;
    --ccb-secondary: #3a6bb8;
    --ccb-accent: #ffd700;
    --ccb-light: #f8f9fa;
    --ccb-dark: #1a1a1a;
    --ccb-gray: #6c757d;
    --ccb-border: #e0e0e0;
}

/* 顶部栏样式 */
.top-bar {
    background: var(--ccb-primary);
    color: white;
    font-size: 12px;
    z-index: 1001;
}

.top-bar-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    gap: 20px;
    flex-wrap: wrap;
}

.top-nav-left,
.top-nav-center,
.top-nav-right,
.top-accessibility {
    display: flex;
    gap: 15px;
    align-items: center;
}

.top-nav-separator {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.top-bar a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 4px 6px;
    border-radius: 3px;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-size: 13px;
}

.top-bar a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.top-bar .icon {
    font-size: 13px;
    margin-left: 4px;
    opacity: 0.8;
}

/* 大字版和无障碍链接样式 */
.top-accessibility .accessibility,
.top-accessibility .large-font {
    font-size: 13px;
    font-weight: 500;
}

/* 头部样式 */
.header {
    background: #ffffff;
    border-bottom: 1px solid var(--ccb-border);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Logo布局调整 - 按照图片样式 */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    height: 40px;
    width: auto;
    flex-shrink: 0;
}

.logo-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 120px;
    flex-shrink: 0;
    text-decoration: none;
}

.logo-chinese {
    font-family: "FZRuiZhengYuan", "SimHei", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "黑体", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    line-height: 1.1;
    text-decoration: none;
}

.logo-english {
    font-family: "FZRuiZhengYuan", "Arial", "Helvetica", sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    line-height: 1.1;
    text-decoration: none;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Logo链接样式 - 去掉下划线 */
.logo-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

.logo-link:hover {
    opacity: 0.8;
    text-decoration: none;
}

.logo-link img {
    height: 40px;
    width: auto;
    flex-shrink: 0;
}

.logo-link .logo-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 120px;
    flex-shrink: 0;
    text-decoration: none;
}

.logo-link .logo-chinese {
    font-family: "FZRuiZhengYuan", "SimHei", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "黑体", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    line-height: 1.1;
    text-decoration: none;
}

.logo-link .logo-english {
    font-family: "FZRuiZhengYuan", "Arial", "Helvetica", sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    line-height: 1.1;
    text-decoration: none;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 地区选择器位置调整 - 位于中国建设银行名字右边 */
.header-center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 10px;
}

.location-selector {
    position: relative;
    display: inline-block;
}

.location-dropdown {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    padding: 4px 25px 4px 8px;
    font-size: 12px;
    color: #333333;
    cursor: pointer;
    min-width: 80px;
    height: 28px;
    font-family: "SimHei", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "黑体", sans-serif;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 12px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    line-height: 1.2;
}

.location-dropdown:hover {
    border-color: #b0b0b0;
}

.location-dropdown:focus {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}

.location-dropdown option {
    padding: 6px 8px;
    font-size: 12px;
    color: #333333;
    background: white;
}

/* 头部布局调整 - 三项在一行 */
.header-main {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0;
    gap: 10px;
}

.header-right {
    margin-left: auto;
}

.product-services {
    display: flex;
    align-items: center;
    gap: 15px;
}

.services-links {
    display: flex;
    gap: 25px;
}

.service-link {
    color: var(--ccb-primary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
    padding: 8px 12px;
    border-radius: 4px;
}

.service-link:hover {
    color: var(--ccb-secondary);
    background: rgba(0, 61, 130, 0.1);
}

.business-links {
    display: flex;
    gap: 15px;
}

.business-link {
    color: var(--ccb-primary);
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.business-link:hover {
    background: var(--ccb-light);
    border-color: var(--ccb-primary);
    color: var(--ccb-primary);
}

.business-link.active {
    background: var(--ccb-primary);
    color: white;
}

.business-link.active:hover {
    background: var(--ccb-secondary);
}

.login-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: var(--ccb-primary);
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

.login-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(2px 2px at 20px 30px, #ffffff, transparent),
        radial-gradient(2px 2px at 40px 70px, #ffffff, transparent),
        radial-gradient(1px 1px at 90px 40px, #ffffff, transparent),
        radial-gradient(1px 1px at 130px 80px, #ffffff, transparent),
        radial-gradient(2px 2px at 160px 30px, #ffffff, transparent);
    background-repeat: repeat;
    background-size: 200px 100px;
    opacity: 0.1;
    animation: twinkle 4s ease-in-out infinite;
}

@keyframes twinkle {
    0%, 100% { opacity: 0.1; }
    50% { opacity: 0.3; }
}

.login-box {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 15px 20px;
    border: 2px solid white;
    border-radius: 6px;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    min-width: 400px;
}

.login-selector {
    position: relative;
}

.login-type-dropdown {
    border: none;
    background: transparent;
    color: var(--ccb-primary);
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    min-width: 140px;
    outline: none;
    font-weight: 500;
}

.login-type-dropdown:focus {
    outline: none;
}

.login-button {
    background: var(--ccb-secondary);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.login-button:hover {
    background: #0077cc;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.login-button:active {
    transform: translateY(0);
}

.lock-icon {
    font-size: 12px;
}

.login-text {
    font-size: 14px;
}

/* 功能链接样式 */
.login-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.feature-link {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 5px 10px;
    border-radius: 4px;
}

.feature-link:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.feature-link.active {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    font-weight: 600;
}

/* 底部链接样式 */
.login-bottom-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

.bottom-link {
    display: flex;
    align-items: center;
    gap: 5px;
    color: white;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.bottom-link:hover {
    color: var(--ccb-accent);
}

.link-icon {
    font-size: 14px;
}

.link-text {
    font-weight: 500;
}

.separator {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.hero-banner {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.banner-slider {
    height: 100%;
    position: relative;
}

.banner-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.banner-item.active {
    opacity: 1;
    z-index: 2;
}

.banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
}

.banner-content h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-content p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.banner-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 3;
}

.banner-controls button {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
}

.banner-controls button:hover {
    background: rgba(0, 0, 0, 0.7);
}

.banner-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: white;
    transform: scale(1.2);
}

.business-modules {
    padding: 60px 0;
    background: var(--ccb-light);
}

.business-modules h3 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 40px;
    color: var(--ccb-primary);
    position: relative;
}

.business-modules h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--ccb-accent);
}

.modules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.module-item {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.module-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--ccb-primary), var(--ccb-secondary));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.module-item:hover::before {
    transform: scaleX(1);
}

.module-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 61, 130, 0.15);
}

.module-item h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: var(--ccb-primary);
}

.module-item p {
    color: var(--ccb-gray);
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 0.9rem;
}

.module-link {
    color: var(--ccb-primary);
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.module-link:hover {
    color: var(--ccb-secondary);
    gap: 8px;
}

.announcements {
    padding: 60px 0;
    background: white;
}

.announcements-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.announcements-left h3,
.announcements-right h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: var(--ccb-primary);
    position: relative;
}

.announcements-left h3::after,
.announcements-right h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--ccb-accent);
}

.announcement-list {
    list-style: none;
    margin-bottom: 20px;
}

.announcement-list li {
    padding: 12px 0;
    border-bottom: 1px solid var(--ccb-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.announcement-list li:last-child {
    border-bottom: none;
}

.announcement-list a {
    color: var(--ccb-dark);
    text-decoration: none;
    flex: 1;
    transition: color 0.3s ease;
    font-size: 0.9rem;
}

.announcement-list a:hover {
    color: var(--ccb-primary);
}

.date {
    color: var(--ccb-gray);
    font-size: 0.8rem;
}

.more-link {
    color: var(--ccb-primary);
    text-decoration: none;
    font-weight: 500;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.info-item {
    background: var(--ccb-light);
    padding: 15px;
    border-radius: 6px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.info-item:hover {
    background: var(--ccb-primary);
    color: white;
    transform: translateY(-2px);
}

.info-title {
    font-weight: 500;
    font-size: 0.85rem;
}

.info-desc {
    font-size: 0.75rem;
    opacity: 0.8;
}

.footer {
    background: var(--ccb-dark);
    color: white;
    padding: 40px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.footer-section h4 {
    margin-bottom: 15px;
    color: var(--ccb-accent);
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: var(--ccb-accent);
}

.footer-bottom {
    border-top: 1px solid #444444;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.copyright p {
    margin-bottom: 5px;
    font-size: 0.8rem;
    color: #cccccc;
}

.footer-links {
    display: flex;
    gap: 20px;
}

.footer-links a {
    color: #cccccc;
    text-decoration: none;
    font-size: 0.8rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--ccb-accent);
}

@media (max-width: 992px) {
    .container {
        padding: 0 15px;
    }
    
    .top-bar-content {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
    
    .top-nav-left,
    .top-nav-center,
    .top-nav-right,
    .top-accessibility {
        gap: 10px;
    }
    
    .top-bar a {
        padding: 3px 6px;
        font-size: 13px;
    }
    
    .header-main {
        flex-direction: column;
        gap: 15px;
    }
    
    .logo {
        justify-content: center;
    }
    
    .logo-text {
        min-width: 110px;
        max-width: 130px;
    }
    
    .header-center {
        order: -1;
    }
    
    .header-right {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .login-section {
        order: -1;
    }
    
    .login-box {
        flex-direction: column;
        gap: 5px;
    }
    
    .business-links {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .business-link {
        font-size: 13px;
        padding: 6px 10px;
    }
    
    .logo-chinese {
        font-family: "SimHei", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "黑体", sans-serif;
        font-size: 15px;
        font-weight: bold;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .logo-english {
        font-family: "FZRuiZhengYuan", "Arial", "Helvetica", sans-serif;
        font-size: 8px;
        font-weight: bold;
        color: #333333;
        white-space: nowrap;
        letter-spacing: 0.8px;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .banner-content h2 {
        font-size: 2rem;
    }
    
    .banner-content p {
        font-size: 1rem;
    }
    
    .modules-grid {
        grid-template-columns: 1fr;
    }
    
    .announcements-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .top-bar {
        display: block;
    }
    
    .top-bar-content {
        flex-direction: column;
        gap: 8px;
        padding: 6px 0;
    }
    
    .top-nav-left,
    .top-nav-center,
    .top-nav-right,
    .top-accessibility {
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .top-nav-separator {
        display: none;
    }
    
    .top-bar a {
        padding: 2px 4px;
        font-size: 12px;
    }
    
    .header-main {
        flex-direction: column;
        gap: 10px;
        padding: 10px 0;
    }
    
    .logo {
        justify-content: center;
        gap: 10px;
    }
    
    .logo-text {
        min-width: 100px;
        max-width: 120px;
    }
    
    .header-center {
        order: -1;
        width: 100%;
    }
    
    .header-right {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .login-section {
        order: -1;
        width: 100%;
        justify-content: center;
    }
    
    .login-box {
        flex-direction: column;
        gap: 5px;
        width: 100%;
        max-width: 300px;
        min-width: auto;
    }
    
    .login-features {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .login-bottom-links {
        flex-direction: column;
        gap: 10px;
    }
    
    .separator {
        display: none;
    }
    
    .login-selector {
        width: 100%;
    }
    
    .login-button {
        width: 100%;
        justify-content: center;
    }
    
    .logo-chinese {
        font-family: "SimHei", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "黑体", sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .logo-english {
        font-family: "FZRuiZhengYuan", "Arial", "Helvetica", sans-serif;
        font-size: 7px;
        font-weight: bold;
        color: #333333;
        white-space: nowrap;
        letter-spacing: 0.6px;
        max-width: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .header-right {
        flex-direction: column;
        gap: 10px;
    }
    
    .business-links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .business-link {
        font-size: 11px;
        padding: 5px 8px;
    }
    
    .banner-content {
        padding: 0 20px;
    }
    
    .banner-content h2 {
        font-size: 1.4rem;
    }
    
    .banner-content p {
        font-size: 0.85rem;
    }
    
    .business-modules h3 {
        font-size: 1.4rem;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-links {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hero-banner {
        height: 300px;
    }
    
    .banner-content h2 {
        font-size: 1.2rem;
    }
    
    .banner-content p {
        font-size: 0.75rem;
    }
    
    .business-modules,
    .announcements {
        padding: 40px 0;
    }
    
    .module-item {
        padding: 20px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .banner-item {
        transition: none;
    }
}

@media (prefers-contrast: high) {
    .module-item,
    .info-item {
        border: 2px solid var(--ccb-primary);
    }
    
    .banner-content {
        background: rgba(0, 0, 0, 0.8);
        padding: 20px;
        border-radius: 8px;
    }
}

@media print {
    .header,
    .footer,
    .banner-controls,
    .banner-dots {
        display: none;
    }
    
    .container {
        max-width: none;
        padding: 0;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.4;
    }
}

/* 个人银行页面样式 */
.page-header {
    background: linear-gradient(135deg, var(--ccb-primary), var(--ccb-secondary));
    color: white;
    padding: 60px 0;
    text-align: center;
}

.page-header h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-header p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.personal-products {
    padding: 60px 0;
    background: var(--ccb-light);
}

.personal-products h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    color: var(--ccb-primary);
    position: relative;
}

.personal-products h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--ccb-accent);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.product-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--ccb-primary), var(--ccb-secondary));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.product-card:hover::before {
    transform: scaleX(1);
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 61, 130, 0.2);
}

.product-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: var(--ccb-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.product-card h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: var(--ccb-primary);
    text-align: center;
}

.product-card p {
    color: var(--ccb-gray);
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: center;
}

.product-card ul {
    list-style: none;
    margin-bottom: 25px;
}

.product-card ul li {
    padding: 8px 0;
    border-bottom: 1px solid var(--ccb-border);
    color: var(--ccb-gray);
    position: relative;
    padding-left: 20px;
}

.product-card ul li:last-child {
    border-bottom: none;
}

.product-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--ccb-primary);
    font-weight: bold;
}

.btn-primary {
    display: inline-block;
    background: var(--ccb-primary);
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
}

.btn-primary:hover {
    background: var(--ccb-secondary);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 61, 130, 0.3);
}

.financial-products {
    padding: 60px 0;
    background: white;
}

.financial-products h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    color: var(--ccb-primary);
    position: relative;
}

.financial-products h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--ccb-accent);
}

.products-tabs {
    max-width: 800px;
    margin: 0 auto;
}

.tab-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tab-btn {
    background: var(--ccb-light);
    border: 2px solid transparent;
    color: var(--ccb-gray);
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 14px;
}

.tab-btn:hover {
    background: var(--ccb-primary);
    color: white;
}

.tab-btn.active {
    background: var(--ccb-primary);
    color: white;
    border-color: var(--ccb-accent);
}

.tab-content {
    position: relative;
}

.tab-pane {
    display: none;
    animation: fadeIn 0.3s ease;
}

.tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.product-item {
    background: var(--ccb-light);
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid var(--ccb-primary);
    transition: all 0.3s ease;
}

.product-item:hover {
    background: white;
    box-shadow: 0 5px 15px rgba(0, 61, 130, 0.1);
    transform: translateY(-2px);
}

.product-item h4 {
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: var(--ccb-primary);
}

.product-item p {
    color: var(--ccb-gray);
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.rate {
    color: var(--ccb-secondary);
    font-weight: 500;
    font-size: 0.9rem;
}

.service-features {
    padding: 60px 0;
    background: var(--ccb-light);
}

.service-features h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    color: var(--ccb-primary);
    position: relative;
}

.service-features h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--ccb-accent);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.feature-item {
    background: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 61, 130, 0.15);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.feature-item h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--ccb-primary);
}

.feature-item p {
    color: var(--ccb-gray);
    line-height: 1.6;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .page-header h1 {
        font-size: 2rem;
    }
    
    .page-header p {
        font-size: 1rem;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    .product-card {
        padding: 20px;
    }
    
    .tab-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .tab-btn {
        width: 100%;
        max-width: 300px;
    }
    
    .product-list {
        grid-template-columns: 1fr;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
}

/* 动画效果 */
.animate-in {
    animation: slideInUp 0.6s ease forwards;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 高对比度模式 */
.high-contrast .product-card,
.high-contrast .feature-item,
.high-contrast .product-item {
    border: 2px solid var(--ccb-primary);
}

.high-contrast .btn-primary {
    border: 2px solid white;
}

/* 减少动画模式 */
.reduced-motion * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
}

/* 客户服务页面样式 */
.service-hotlines {
    padding: 60px 0;
    background: var(--ccb-light);
}

.service-hotlines h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    color: var(--ccb-primary);
    position: relative;
}

.service-hotlines h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--ccb-accent);
}

.hotlines-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.hotline-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hotline-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--ccb-primary), var(--ccb-secondary));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.hotline-card:hover::before {
    transform: scaleX(1);
}

.hotline-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 61, 130, 0.2);
}

.hotline-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.hotline-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--ccb-primary);
}

.hotline-number {
    font-size: 2rem;
    font-weight: bold;
    color: var(--ccb-secondary);
    margin-bottom: 10px;
}

.hotline-card p {
    color: var(--ccb-gray);
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.hotline-card ul {
    list-style: none;
    text-align: left;
}

.hotline-card ul li {
    padding: 5px 0;
    color: var(--ccb-gray);
    position: relative;
    padding-left: 20px;
}

.hotline-card ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--ccb-primary);
    font-weight: bold;
}

.service-guide {
    padding: 60px 0;
    background: white;
}

.service-guide h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    color: var(--ccb-primary);
    position: relative;
}

.service-guide h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--ccb-accent);
}

.guide-tabs {
    max-width: 800px;
    margin: 0 auto;
}

.guide-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.guide-item {
    background: var(--ccb-light);
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid var(--ccb-primary);
    transition: all 0.3s ease;
}

.guide-item:hover {
    background: white;
    box-shadow: 0 5px 15px rgba(0, 61, 130, 0.1);
    transform: translateY(-2px);
}

.guide-item h4 {
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: var(--ccb-primary);
}

.guide-item p {
    color: var(--ccb-gray);
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.guide-link {
    color: var(--ccb-primary);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.guide-link:hover {
    color: var(--ccb-secondary);
}

.faq-section {
    padding: 60px 0;
    background: var(--ccb-light);
}

.faq-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    color: var(--ccb-primary);
    position: relative;
}

.faq-section h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--ccb-accent);
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.faq-question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background: var(--ccb-light);
}

.faq-question h4 {
    font-size: 1.1rem;
    color: var(--ccb-primary);
    margin: 0;
}

.faq-toggle {
    font-size: 1.5rem;
    color: var(--ccb-primary);
    font-weight: bold;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
}

.faq-item.active .faq-answer {
    padding: 0 20px 20px;
}

.faq-answer p {
    color: var(--ccb-gray);
    margin-bottom: 15px;
    line-height: 1.6;
}

.faq-answer ol {
    color: var(--ccb-gray);
    padding-left: 20px;
}

.faq-answer ol li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.branch-query {
    padding: 60px 0;
    background: white;
}

.branch-query h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    color: var(--ccb-primary);
    position: relative;
}

.branch-query h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--ccb-accent);
}

.query-form {
    max-width: 600px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--ccb-primary);
}

.form-group select,
.form-group input {
    padding: 12px;
    border: 1px solid var(--ccb-border);
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.form-group select:focus,
.form-group input:focus {
    outline: none;
    border-color: var(--ccb-primary);
    box-shadow: 0 0 0 2px rgba(0, 61, 130, 0.1);
}

.form-group.error select,
.form-group.error input {
    border-color: #dc3545;
}

.query-form .btn-primary {
    grid-column: 1 / -1;
    margin-top: 20px;
}

.branch-results {
    max-width: 800px;
    margin: 0 auto;
}

.branch-item {
    background: var(--ccb-light);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    border-left: 4px solid var(--ccb-primary);
}

.branch-item h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--ccb-primary);
}

.branch-item p {
    color: var(--ccb-gray);
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.branch-services {
    margin-top: 15px;
}

.service-tag {
    display: inline-block;
    background: var(--ccb-primary);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 8px;
    margin-bottom: 5px;
}

.feedback-section {
    padding: 60px 0;
    background: var(--ccb-light);
}

.feedback-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    color: var(--ccb-primary);
    position: relative;
}

.feedback-section h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--ccb-accent);
}

.feedback-form {
    max-width: 600px;
    margin: 0 auto;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.feedback-form .form-group {
    margin-bottom: 20px;
}

.feedback-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--ccb-primary);
}

.feedback-form input,
.feedback-form select,
.feedback-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--ccb-border);
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.feedback-form input:focus,
.feedback-form select:focus,
.feedback-form textarea:focus {
    outline: none;
    border-color: var(--ccb-primary);
    box-shadow: 0 0 0 2px rgba(0, 61, 130, 0.1);
}

.feedback-form textarea {
    resize: vertical;
    min-height: 120px;
}

.feedback-form .btn-primary {
    width: 100%;
    margin-top: 20px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .hotlines-grid {
        grid-template-columns: 1fr;
    }
    
    .hotline-card {
        padding: 20px;
    }
    
    .guide-list {
        grid-template-columns: 1fr;
    }
    
    .query-form {
        grid-template-columns: 1fr;
    }
    
    .feedback-form {
        padding: 20px;
        margin: 0 20px;
    }
}

/* 动画效果 */
.faq-item,
.hotline-card,
.guide-item,
.branch-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.faq-item.animate-in,
.hotline-card.animate-in,
.guide-item.animate-in,
.branch-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* 高对比度模式 */
.high-contrast .hotline-card,
.high-contrast .guide-item,
.high-contrast .faq-item,
.high-contrast .branch-item {
    border: 2px solid var(--ccb-primary);
}

.high-contrast .faq-question:hover {
    background: var(--ccb-primary);
    color: white;
}

.high-contrast .faq-question:hover h4 {
    color: white;
}

/* 减少动画模式 */
.reduced-motion .faq-item,
.reduced-motion .hotline-card,
.reduced-motion .guide-item,
.reduced-motion .branch-item {
    transition: none;
}

.reduced-motion .faq-answer {
    transition: none;
}