
.aa-service * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}
.aa-service {
    background-color: #f8fafc;
    color: #333;
    line-height: 1.6;
}
.aa-container {
    max-width: 100%;
    margin: 0 auto;
    background: white;
}
.aa-basic-info {
    padding: 20px 16px;
    position: relative;
    text-shadow: 
        -1px -1px 0 rgba(0, 0, 0, 0.5),
        1px -1px 0 rgba(0, 0, 0, 0.5),
        -1px 1px 0 rgba(0, 0, 0, 0.5),
        1px 1px 0 rgba(0, 0, 0, 0.5),
        0 0 4px rgba(0, 0, 0, 0.6);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('https://images.unsplash.com/photo-1581094794329-c8112a89af12?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1200&q=80');
}
.aa-office-name {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 3px;
    color: #fff;
}
.aa-info-line {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #fff;
}
.aa-info-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    margin-top: 3px;
}
.aa-tag {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1px 2px;
    border-radius: 20px;
    font-size: 13px;
    color: #0188FB;
    font-weight: 600;
    text-shadow: none;
}
.aa-tabs {
    display: flex;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    overflow-x: auto;
    padding: 0 10px;
}
.aa-tab {
    padding: 14px 0;
    margin-right: 24px;
    font-size: 15px;
    color: #666;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.3s;
}
.aa-tab:hover {
    color: #0188FB;
}
.aa-tab.aa-active {
    color: #0188FB;
    font-weight: 500;
}
.aa-tab.aa-active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0188FB;
    border-radius: 3px 3px 0 0;
}
.aa-content {
    padding: 8px 10px;
    background-color: #fff;
    min-height: 300px;
}
.aa-tab-content {
    display: none;
}
.aa-tab-content.aa-active {
    display: block;
}
.aa-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 20px 0 15px 0;
    padding-left: 12px;
    border-left: 4px solid #0188FB;
}
.aa-intro {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}
.aa-contact-btn {
    display: block;
    background: linear-gradient(to right, #0188FB, #0188FB);
    color: white;
    text-align: center;
    padding: 16px;
    border-radius: 8px;
    margin: 25px 0 20px 0;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}
.aa-process-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 25px 0;
}
.aa-step {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.aa-step-number {
    background: #0188FB;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-weight: 600;
}
.aa-step-content {
    flex: 1;
}
.aa-step-title {
    font-weight: 600;
    margin-bottom: 5px;
    color: #0188FB;
}














.ab-container {
    max-width: 1200px;
    margin: 0 auto;
}
        
.ab-header {
    text-align: center;
    padding: 12px 0 8px;
    margin-bottom: 8px;
}

.ab-title {
    font-size: 20px;
    font-weight: 600;
    color: #1976D2;
    margin-bottom: 4px;
}

.ab-subtitle {
    font-size: 13px;
    color: #666;
}

.ab-section {
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 12px;
    overflow: hidden;
}

.ab-head {
    padding: 10px 12px;
    background: linear-gradient(90deg, #1976D2, #2196F3);
    color: white;
    display: flex;
    align-items: center;
}

.ab-hk-head {
    background: linear-gradient(90deg, #8A2BE2, #9B59B6);
}

.ab-head i {
    margin-right: 8px;
    font-size: 16px;
}

.ab-name {
    font-size: 16px;
    font-weight: 500;
}

.ab-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.ab-item {
    background: white;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    min-height: 40px;
    border-bottom: 1px solid #eaeaea;
    transition: all 0.2s;
    cursor: pointer;
}

.ab-item:nth-child(odd) {
    border-right: 1px solid #eaeaea;
}

.ab-text {
    font-size: 13.5px;
    color: #333;
    margin-left: 8px;
}

.ab-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

/* 不同版块的颜色 */
.ab-gov .ab-icon { color: #1976D2; }
.ab-hk .ab-icon { color: #8A2BE2; }
.ab-life .ab-icon { color: #4CAF50; }
.ab-edu .ab-icon { color: #FF9800; }
.ab-tra .ab-icon { color: #9C27B0; }

.ab-item:hover {
    background-color: #f8f9fa;
}

.ab-item:active {
    background-color: #f0f4ff;
}

.ab-footer {
    text-align: center;
    color: #888;
    font-size: 11px;
    padding: 12px 0;
    margin-top: 8px;
}

/* 电脑版样式 - 一行4个 */
@media (min-width: 768px) {
    .ab-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    
    .ab-item:nth-child(odd) {
        border-right: 1px solid #eaeaea;
    }
    
    .ab-item:nth-child(4n) {
        border-right: none;
    }
    
    .ab-item {
        padding: 12px 14px;
        min-height: 44px;
    }
    
    .ab-text {
        font-size: 14px;
    }
    
    .ab-icon {
        width: 22px;
        height: 22px;
        font-size: 16px;
    }
    
    .ab-title {
        font-size: 24px;
    }
    
    .ab-subtitle {
        font-size: 14px;
    }
    
    .ab-head {
        padding: 12px 16px;
    }
    
    .ab-name {
        font-size: 18px;
    }
}

/* 手机版响应式设计 */
@media (max-width: 360px) {
    .ab-text {
        font-size: 12.5px;
    }
    
    .ab-item {
        padding: 8px 10px;
        min-height: 36px;
    }
    
    .ab-icon {
        font-size: 14px;
        width: 18px;
        height: 18px;
    }
    
    .ab-head {
        padding: 8px 10px;
    }
    
    .ab-title {
        font-size: 18px;
    }
    
    .ab-name {
        font-size: 15px;
    }
}
