@charset "utf-8";
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
        }

        body {
            background: #F5F7FA;
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(180deg, #004DCB 0%, #0073E6 100%);
            padding: 40px 20px;
            text-align: center;
        }

        .hero-title {
            color: #FFFFFF;
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 30px;
            line-height: 1.4;
        }

        .alipay-badge {
            display: inline-flex;
            align-items: center;
            background: #FFFFFF;
            border-radius: 20px;
            padding: 8px 12px 8px 8px;
            margin-bottom: 35px;
        }

        .alipay-logo {
            width: 36px;
            height: 36px;
            background: #1677FF;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 20px;
            font-weight: bold;
            margin-right: 8px;
        }

        .alipay-text {
            color: #1677FF;
            font-size: 14px;
            font-weight: bold;
            white-space: nowrap;
        }

        .badge-plus {
            color: #333;
            font-size: 14px;
            margin-left: 4px;
        }

        .badge-main {
            color: #333;
            font-size: 13px;
            margin-left: 4px;
        }

        .feature-cards {
            display: flex;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 30px;
        }

        .feature-card {
            flex: 1;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 20px 10px;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .feature-icon {
            width: 48px;
            height: 48px;
            margin: 0 auto 10px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            color: #FFFFFF;
        }

        .feature-text {
            color: #FFFFFF;
            font-size: 13px;
            line-height: 1.6;
        }

        .service-tags {
            display: flex;
            justify-content: center;
            gap: 15px;
        }

        .service-tag {
            display: flex;
            align-items: center;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 20px;
            padding: 8px 16px;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .tag-icon {
            color: #FFFFFF;
            font-size: 14px;
            margin-right: 6px;
        }

        .tag-text {
            color: #FFFFFF;
            font-size: 13px;
        }

        /* Platform Section */
        .platform-section {
            padding: 30px 20px;
            background: #F5F7FA;
        }

        .section-title {
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            
            margin-bottom: 10px;
        }

        .section-subtitle {
            text-align: center;
            font-size: 14px;
            
            margin-bottom: 30px;
        }

        /* 好大夫在线 Card */
        .haodafu-card {
            background: #FFFFFF;
            border-radius: 16px;
            padding: 25px;
            margin-bottom: 20px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }

        .card-header {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
        }

        .card-logo {
            width: 40px;
            height: 40px;
            margin-right: 10px;
        }

        .card-logo img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .card-title {
            font-size: 20px;
            font-weight: bold;
            
        }

        .card-tag {
            background: #E6F4FF;
            color: #0066FF;
            font-size: 13px;
            padding: 6px 20px;
            border-radius: 20px;
            text-align: center;
            margin-bottom: 20px;
            font-weight: 500;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 8px;
            margin-bottom: 15px;
        }

        .stat-item {
            font-size: 14px;
            
            line-height: 1.6;
        }

        .highlight-bar {
            background: #0066FF;
            color: #FFFFFF;
            font-size: 16px;
            font-weight: bold;
            padding: 12px;
            border-radius: 8px;
            text-align: center;
            margin-bottom: 15px;
        }

        .tools-text {
            font-size: 13px;
            
            line-height: 1.8;
        }

        /* 支付宝 Card */
        .alipay-card {
            background: #FFFFFF;
            border-radius: 16px;
            padding: 25px;
            margin-bottom: 20px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }

        .alipay-icon {
            width: 40px;
            height: 40px;
            background: #1677FF;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 22px;
            font-weight: bold;
            margin-right: 10px;
        }

        .entrance-section {
            background: #F8FBFF;
            border-radius: 12px;
            padding: 20px 15px;
            margin-top: 20px;
        }

        .entrance-title {
            text-align: center;
            color: #0066FF;
            font-size: 15px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .entrance-icons {
            display: flex;
            justify-content: space-between;
        }

        .entrance-item {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .entrance-icon {
            width: 48px;
            height: 48px;
            background: #0066FF;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: #FFFFFF;
            margin-bottom: 10px;
        }

        .entrance-text {
            font-size: 12px;
            
        }

        /* 蚂蚁阿福 Card */
        .afu-card {
            background: #FFFFFF;
            border-radius: 16px;
            padding: 25px;
            margin-bottom: 20px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }

        .afu-logo {
            width: 40px;
            height: 40px;
            margin-right: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .afu-logo img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .afu-desc {
            font-size: 14px;
            
            line-height: 1.8;
            margin-bottom: 25px;
        }

        .feature-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
        }

        .feature-box {
            border: 1px solid #0066FF;
            border-radius: 12px;
            padding: 12px;
            background: #EEF5FF;
        }

        .feature-box-text {
            color: #0066FF;
            font-size: 13px;
            font-weight: 500;
            line-height: 1.5;
        }

        /* 全链路工具 */
        .full-link-section {
            padding: 30px 20px;
            background: #F5F7FA;
        }

        .full-link-header {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
        }

        .full-link-alipay {
            width: 50px;
            height: 50px;
            background: #1677FF;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 26px;
            font-weight: bold;
            margin-right: 15px;
        }

        .full-link-title {
            font-size: 20px;
            font-weight: bold;
            color: #0066FF;
        }

        .flow-container {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .flow-row {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .flow-box {
            flex: 1;
            background: #0066FF;
            color: #FFFFFF;
            font-size: 14px;
            font-weight: 500;
            padding: 15px;
            border-radius: 12px;
            text-align: center;
            line-height: 1.6;
        }

        .flow-arrow {
            font-size: 20px;
            color: #0066FF;
            font-weight: bold;
        }

        .vertical-arrow {
            text-align: right;
            font-size: 20px;
            color: #0066FF;
            font-weight: bold;
            margin: 5px 75px;
        }

        .vertical-arrow2 {
            text-align: left;
            font-size: 20px;
            color: #0066FF;
            font-weight: bold;
            margin: 5px 70px;
        }

        /* 独家官方服务权限 */
        .service-permission-section {
            padding: 30px 20px;
            background: #FFFFFF;
        }

        .permission-title {
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            
            margin-bottom: 10px;
        }

        .permission-subtitle {
            text-align: center;
            font-size: 14px;
            
            margin-bottom: 30px;
        }

        .permission-cards {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .permission-card {
            background: #FFFFFF;
            border-radius: 16px;
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

        .permission-icon {
            width: 50px;
            height: 50px;
            background: #E6F4FF;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .permission-icon svg {
            width: 26px;
            height: 26px;
            color: #0066FF;
        }

        .permission-content {
            flex: 1;
        }

        .permission-card-title {
            font-size: 16px;
            font-weight: bold;
            
            margin-bottom: 10px;
        }

        .permission-card-text {
            font-size: 13px;
            
            line-height: 1.8;
        }

        .view-cert-btn {
            display: block;
            width: 80%;
            margin: 30px auto;
            padding: 15px;
            background: linear-gradient(135deg, #004DCB 0%, #0066FF 100%);
            color: #FFFFFF;
            border: 2px solid #004DCB;
            border-radius: 30px;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            cursor: pointer;
        }

        /* 五大核心收益 */
        .benefits-section {
            padding: 30px 20px;
            background: #F5F9FF;
        }

        .benefits-title {
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            
            margin-bottom: 10px;
        }

        .benefits-subtitle {
            text-align: center;
            font-size: 14px;
            
            margin-bottom: 30px;
        }

        .benefits-icons {
            display: flex;
            justify-content: space-between;
            margin-bottom: 30px;
        }

        .benefits-icon-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 1;
        }

        .benefits-icon-circle {
            width: 56px;
            height: 56px;
            background: #B3D4FF;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
        }

        .benefits-icon-circle svg {
            width: 28px;
            height: 28px;
            color: #0055DD;
        }

        .benefits-icon-title {
            font-size: 13px;
            font-weight: bold;
            
            margin-bottom: 4px;
        }

        .benefits-icon-desc {
            font-size: 11px;
            
            text-align: center;
        }

        .benefits-list {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .benefits-item {
            display: flex;
            align-items: center;
            background: #E6F4FF;
            border-radius: 12px;
            padding: 2px;
        }

        .benefits-item-label {
            background: #004DCB;
            color: #FFFFFF;
            font-size: 14px;
            font-weight: bold;
            padding: 12px 20px;
            border-radius: 10px;
            flex-shrink: 0;
            white-space: nowrap;
        }

        .benefits-item-desc {
            flex: 1;
            padding: 12px 15px;
            font-size: 14px;
            
        }

        /* 一站式落地服务流程 */
        .process-section {
            padding: 30px 20px;
            background: #FFFFFF;
        }

        .process-title {
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            
            margin-bottom: 30px;
        }

        .process-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
        }

        .process-card {
            background: #FFFFFF;
            border-radius: 12px;
            padding: 20px 10px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .process-icon-circle {
            width: 48px;
            height: 48px;
            border: 2px solid #0066FF;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
        }

        .process-icon-circle svg {
            width: 22px;
            height: 22px;
            color: #0066FF;
        }

        .process-card-title {
            font-size: 13px;
            font-weight: bold;
            
            line-height: 1.5;
        }

        /* 合作对接 */
        .cooperation-section {
            padding: 30px 20px;
            background: linear-gradient(180deg, #E6F4FF 0%, #FFFFFF 100%);
        }

        .cooperation-title {
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            
            margin-bottom: 10px;
        }

        .cooperation-subtitle {
            text-align: center;
            font-size: 14px;
            
            margin-bottom: 30px;
        }

        .cooperation-card {
            background: #FFFFFF;
            border-radius: 16px;
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            display: flex;
            gap: 20px;
        }

        .cooperation-qrcode {
            width: 140px;
            height: 140px;
            flex-shrink: 0;
            background: white;
            border-radius: 8px;
            padding: 8px;
        }

        .cooperation-qrcode img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .cooperation-info {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .cooperation-info-title {
            font-size: 16px;
            font-weight: bold;
            
            margin-bottom: 15px;
        }

        .cooperation-contact {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
        }

        .contact-icon {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
        }

        .contact-icon.blue {
            background: #1677FF;
            color: white;
        }

        .contact-icon.green {
            background: #07C160;
            color: white;
        }

        .contact-text {
            font-size: 14px;
            
        }

        .cooperation-btn {
            margin-top: 15px;
            padding: 12px;
            background: #004DCB;
            color: #FFFFFF;
            border: none;
            border-radius: 20px;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            cursor: pointer;
        }

        /* 案例展示 */
        .cases-section {
            padding: 40px 20px;
            background: #FFFFFF;
            text-align: center;
        }

        .cases-header {
            margin-bottom: 30px;
        }

        .cases-title {
            font-size: 24px;
            font-weight: bold;
            
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }

        .cases-title::before,
        .cases-title::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 60px;
            height: 2px;
            background: linear-gradient(90deg, #0066FF, transparent);
            transform: translateY(-50%);
        }

        .cases-title::before {
            right: 100%;
            margin-right: 15px;
        }

        .cases-title::after {
            left: 100%;
            margin-left: 15px;
            background: linear-gradient(-90deg, #0066FF, transparent);
        }

        .cases-highlight {
            font-size: 20px;
            font-weight: bold;
            color: #0955C9;
            margin-bottom: 10px;
            line-height: 1.6;
        }

        .cases-desc {
            font-size: 15px;
            
            margin-bottom: 35px;
        }

        .cases-services {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-bottom: 40px;
        }

        .cases-service-item {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .cases-service-icon {
            width: 56px;
            height: 56px;
            border: 2px solid #0066FF;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 12px;
        }

        .cases-service-icon svg {
            width: 28px;
            height: 28px;
            color: #0066FF;
        }

        .cases-service-text {
            font-size: 14px;
            font-weight: bold;
            
        }

        .cases-divider {
            width: 1px;
            height: 40px;
            background: #E0E0E0;
            margin-top: 8px;
        }

        .cases-showcase-title {
            font-size: 24px;
            font-weight: bold;
            
            margin-bottom: 25px;
        }

        .cases-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            margin-bottom: 35px;
        }

        .cases-item {
            background: #F8FAFC;
            border-radius: 8px;
            padding: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 80px;
        }

        .cases-item img {
            max-width: 100%;
            max-height: 50px;
            object-fit: contain;
        }

        .cases-btn {
            display: block;
            width: 80%;
            margin: 0 auto;
            padding: 15px;
            background: linear-gradient(135deg, #004DCB 0%, #0055DD 100%);
            color: #FFFFFF;
            border: none;
            border-radius: 30px;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            cursor: pointer;
        }

        /* Footer */
        .footer {
            background: #232323;
            padding: 30px 20px;
            text-align: center;
        }

        .footer-title {
            color: #FFFFFF;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .footer-en {
            color: #FFFFFF;
            font-size: 12px;
            margin-bottom: 20px;
        }

        .footer-item {
            color: #FFFFFF;
            font-size: 15px;
            margin-bottom: 20px;
        }

        .footer-qrcode {
            width: 120px;
            height: 120px;
            margin: 0 auto 10px;
            background: #FFFFFF;
            border-radius: 8px;
            padding: 8px;
        }

        .footer-qrcode img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .footer-qrcode-text {
            color: #FFFFFF;
            font-size: 14px;
            margin-bottom: 20px;
        }

        .copyright {
            background: #000000;
            color: #FFFFFF;
            font-size: 12px;
            padding: 15px;
            text-align: center;
        }

        .copyright a {
            color: inherit;
            text-decoration: none;
        }