@charset "utf-8";
/*
    Theme Name: 电子魅魔AI官网
    Theme URI: 
    Author: 阿叶
    Author URI: 
    Description:
    Version: 0.0.1
*/


*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
    color: #374151;
    background: #ffffff;
    line-height: 1.7;
    overflow-x: hidden;
}

.dzmm-qt {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

img {
    max-width: 100%;
    display: block;
}

.dzmm-fd-sj {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.dzmm-fd-sj.visible {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 { transition-delay: 0.15s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.45s; }

.dzmm-dhl {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dzmm-dhl.scrolled {
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.08), 0 2px 4px -2px rgba(0,0,0,0.05);
}

.dzmm-dhl-qt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}

.dzmm-dhl-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #e6577a;
}
.dzmm-dhl-logo img {
    width: 42px;
}

.dzmm-logo-tb {
    width: 36px;
    height: 36px;
}

.dzmm-dhl-lj {
    flex: 1;
    display: flex;
    gap: 32px;
    justify-content: center;
}

.dzmm-dhl-lj a {
    font-size: 0.95rem;
    font-weight: 500;
    color: #4b5563;
    position: relative;
    padding: 4px 0;
}

.dzmm-dhl-lj a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff92ad, #e6577a);
    border-radius: 1px;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dzmm-dhl-lj a:hover {
    color: #e6577a;
}

.dzmm-dhl-lj a:hover::after {
    width: 100%;
}

.dzmm-dhl-cta {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    background: linear-gradient(135deg, #ff92ad, #e6577a);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 50px;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 10px rgba(255, 114, 149, 0.3);
}

.dzmm-dhl-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(255, 114, 149, 0.4);
}

.dzmm-dhl-dk {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.dzmm-dhl-dk span {
    width: 24px;
    height: 2px;
    background: #374151;
    border-radius: 2px;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dzmm-hero {
    position: relative;
    background: linear-gradient(160deg, #fff0f3 0%, #fff5f9 40%, #ffffff 100%);
    padding: 108px 0 60px;
    overflow: hidden;
}

.dzmm-hero::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffd4de 0%, transparent 70%);
    top: -180px;
    right: -120px;
    pointer-events: none;
}

.dzmm-hero-wg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.dzmm-hero-zt {
    position: relative;
    z-index: 1;
}

.dzmm-hero-bq {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: #ffe1e9;
    color: #e6577a;
    font-size: 0.82rem;
    font-weight: 600;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 1px solid #ffb5c8;
}

.dzmm-hero-bq i {
    font-size: 0.75rem;
}

.dzmm-hero-bt {
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 800;
    color: #111827;
    line-height: 1.25;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.dzmm-hero-gj {
    background: linear-gradient(135deg, #ff92ad, #e6577a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dzmm-hero-fj {
    font-size: 1rem;
    color: #6b7280;
    max-width: 480px;
    margin-bottom: 28px;
    line-height: 1.8;
}

.dzmm-hero-ann {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
}



.dzmm-cj-wt-hs {
    font-weight: bold;;
    border-radius: 50px;
    padding: 13px 30px;
    background: linear-gradient(135deg, #ff92ad, #e6577a);
    color: #ffffff;
    box-shadow: 0 4px 18px rgba(255, 114, 149, 0.3);
}

.dzmm-cj-wt-hs:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(255, 114, 149, 0.4);
}

.dzmm-cj-wt-kx {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 30px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 50px;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: none;
    color: #4b5563;
    border: 2px solid #e5e7eb;
}

.dzmm-cj-wt-kx:hover {
    color: #e6577a;
    border-color: #ff92ad;
}

.dzmm-cj-wt-kx i {
    font-size: 0.7rem;
    transition: transform 0.3s ease;
}

.dzmm-cj-wt-kx:hover i {
    transform: translateY(3px);
}

.dzmm-cj-wt-bai {
    background: #ffffff;
    color: #e6577a;
    box-shadow: 0 10px 25px -3px rgba(0,0,0,0.08), 0 4px 6px -4px rgba(0,0,0,0.05);
}

.dzmm-cj-wt-bai:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 50px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.05);
}

.dzmm-cj-wt-d {
    padding: 18px 42px;
    font-size: 1.05rem;
}

.dzmm-hero-yt {
    position: relative;
    display: flex;
    justify-content: center;
}

.dzmm-hero-mk {
    width: 100%;
    max-width: 400px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.dzmm-mk-tb {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: linear-gradient(135deg, #ff92ad, #e6577a);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
}

.dzmm-mk-dt {
    display: flex;
    gap: 5px;
}

.dzmm-mk-dt i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

.dzmm-mk-dt i:first-child { background: rgba(255, 255, 255, 0.7); }

.dzmm-mk-nt {
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 220px;
}

.dzmm-hl-msg {
    display: flex;
    gap: 8px;
    align-items: flex-end;
}

.dzmm-hl-ai {
    align-self: flex-start;
}

.dzmm-hl-yh {
    align-self: flex-end;
    flex-direction: row-reverse;
}

.dzmm-hl-tx {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffb1c4, #ff7295);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.7rem;
    flex-shrink: 0;
}

.dzmm-hl-fq {
    padding: 10px 14px;
    border-radius: 16px;
    font-size: 0.82rem;
    line-height: 1.6;
    max-width: 260px;
}

.dzmm-hl-ai .dzmm-hl-fq {
    background: #f9fafb;
    color: #374151;
    border-bottom-left-radius: 4px;
}

.dzmm-hl-yh .dzmm-hl-fq {
    background: linear-gradient(135deg, #ff92ad, #ff7295);
    color: #ffffff;
    border-bottom-right-radius: 4px;
}

.dzmm-sr-dt {
    display: flex;
    gap: 4px;
    padding: 4px 0;
}

.dzmm-sr-dt i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d1d5db;
    animation: blink 1.4s infinite both;
}

.dzmm-sr-dt i:nth-child(2) { animation-delay: 0.2s; }
.dzmm-sr-dt i:nth-child(3) { animation-delay: 0.4s; }

@keyframes blink {
    0%, 80%, 100% { opacity: 0.3; transform: scale(0.8); }
    40% { opacity: 1; transform: scale(1); }
}

.dzmm-mk-db {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-top: 1px solid #f3f4f6;
}

.dzmm-mk-sr {
    flex: 1;
    padding: 9px 14px;
    background: #f9fafb;
    border-radius: 50px;
    font-size: 0.8rem;
    color: #d1d5db;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dzmm-mk-fs {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff92ad, #e6577a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.dzmm-hero-fk {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    font-size: 0.8rem;
    font-weight: 600;
    color: #374151;
    animation: floatCard 6s ease-in-out infinite;
    z-index: 2;
}

.dzmm-hero-fk i {
    color: #ff7295;
}

.dzmm-fk-1 {
    top: 10%;
    right: -10px;
    animation-delay: 0s;
}

.dzmm-fk-2 {
    bottom: 12%;
    left: -10px;
    animation-delay: 3s;
}

@keyframes floatCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.dzmm-mk {
    padding: 100px 0;
    position: relative;
}

.dzmm-mk-bt {
    text-align: center;
    margin-bottom: 60px;
}

.dzmm-mk-bq {
    display: inline-block;
    padding: 6px 18px;
    background: #fff0f3;
    color: #e6577a;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 50px;
    margin-bottom: 16px;
}

.dzmm-mk-bt {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #111827;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.dzmm-mk-ms {
    font-size: 1.05rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.dzmm-hx-gn {
    background: #f9fafb;
}

.dzmm-hx-wg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.dzmm-hx-kp {
    background: #ffffff;
    border: 1px solid #f3f4f6;
    border-radius: 16px;
    padding: 36px 28px;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.dzmm-hx-kp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ffb1c4, #e6577a);
    opacity: 0;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dzmm-hx-kp:hover {
    border-color: #ffd4de;
    box-shadow: 0 10px 25px -3px rgba(0,0,0,0.08), 0 4px 6px -4px rgba(0,0,0,0.05);
    transform: translateY(-4px);
}

.dzmm-hx-kp:hover::before {
    opacity: 1;
}

.dzmm-hx-tb {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fff0f3, #ffd4de);
    border-radius: 14px;
    margin-bottom: 20px;
    color: #e6577a;
}

.dzmm-hx-tb svg {
    width: 26px;
    height: 26px;
}

.dzmm-hx-kp h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.dzmm-hx-kp p {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.7;
}

.dzmm-app-zs {
    background: #ffffff;
}

.dzmm-app-wg {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.dzmm-app-kp {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.06);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dzmm-app-kp:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -3px rgba(0,0,0,0.08), 0 4px 6px -4px rgba(0,0,0,0.05);
}

.dzmm-app-kp img {
    width: 100%;
    height: auto;
    display: block;
}

.dzmm-yh-pj {
    background: #ffffff;
}

.dzmm-pj-sl {
    font-size: 0.9rem;
    color: #6b7280;
}

.dzmm-pj-wg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.dzmm-pj-kp {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.06);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dzmm-pj-kp:hover {
    box-shadow: 0 10px 25px -3px rgba(0,0,0,0.08), 0 4px 6px -4px rgba(0,0,0,0.05);
    transform: translateY(-3px);
}

.dzmm-pj-bt {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.dzmm-pj-tx {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.dzmm-pj-mc {
    font-weight: 700;
    color: #111827;
    font-size: 0.95rem;
}

.dzmm-pj-bq {
    font-size: 0.75rem;
    color: #ff7295;
    font-weight: 500;
}

.dzmm-pj-kp p {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.7;
    font-style: italic;
}

.dzmm-cta {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #ff92ad 0%, #e6577a 50%, #cc3d60 100%);
    overflow: hidden;
}

.dzmm-cta-bg {
    position: absolute;
    inset: 0;
}

.dzmm-cta-yq {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.3;
}

.dzmm-cta-yq-1 {
    width: 400px;
    height: 400px;
    background: #ffd4de;
    top: -100px;
    left: -100px;
}

.dzmm-cta-yq-2 {
    width: 300px;
    height: 300px;
    background: #cc3d60;
    bottom: -80px;
    right: -80px;
}

.dzmm-cta-nr {
    position: relative;
    text-align: center;
    z-index: 1;
}

.dzmm-cta-nr h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
}

.dzmm-cta-nr p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 36px;
}

.dzmm-db {
    background: #111827;
    color: #d1d5db;
    padding: 30px 0;
}

.dzmm-db-nr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.dzmm-db-zb {
    flex: 1;
}

.dzmm-db-zb .dzmm-dhl-logo span {
    color: #ffffff;
}

.dzmm-db-zb p {
    margin-top: 16px;
    font-size: 0.9rem;
    line-height: 1.8;
    color: #6b7280;
    max-width: 400px;
}

.dzmm-db-yb {
    flex-shrink: 0;
}

.dzmm-db-yb p {
    font-size: 0.85rem;
    color: #fff;
}

@media (max-width: 1024px) {
    .dzmm-hx-wg {
        grid-template-columns: repeat(2, 1fr);
    }

    .dzmm-js-wg {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .dzmm-dhl-lj {
        display: none;
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        padding: 20px 24px;
        gap: 16px;
        box-shadow: 0 10px 25px -3px rgba(0,0,0,0.08), 0 4px 6px -4px rgba(0,0,0,0.05);
        border-top: 1px solid #f3f4f6;
    }

    .dzmm-dhl-lj.active {
        display: flex;
    }

    .dzmm-dhl-cta {
        padding: 7px 16px;
        font-size: 0.8rem;
        margin-left: auto;
        margin-right: 12px;
    }

    .dzmm-dhl-dk {
        display: flex;
    }

    .dzmm-dhl-dk.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .dzmm-dhl-dk.active span:nth-child(2) {
        opacity: 0;
    }

    .dzmm-dhl-dk.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .dzmm-hero {
        padding: 96px 0 48px;
    }

    .dzmm-hero-wg {
        grid-template-columns: 1fr;
        gap: 36px;
        text-align: center;
    }

    .dzmm-hero-ft {
        margin-left: auto;
        margin-right: auto;
    }

    .dzmm-hero-ann {
        justify-content: center;
    }

    .dzmm-hero-tj {
        justify-content: center;
    }

    .dzmm-hero-yb {
        display: none;
    }

    .dzmm-hero-mn {
        max-width: 340px;
    }

    .dzmm-hero-fk {
        display: none;
    }

    .dzmm-mk {
        padding: 70px 0;
    }

    .dzmm-hx-wg {
        grid-template-columns: 1fr;
    }

    .dzmm-app-wg {
        grid-template-columns: repeat(2, 1fr);
    }

    .dzmm-pj-wg {
        grid-template-columns: 1fr;
    }

    .dzmm-pj-zj {
        flex-wrap: wrap;
    }

    .dzmm-db-nr {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }

    .dzmm-db-zb p {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .dzmm-hero-bt {
        font-size: 1.75rem;
    }

    .dzmm-hero-tj-item {
        padding: 0 16px;
    }

    .dzmm-hero-tj-item strong {
        font-size: 1.1rem;
    }

    .dzmm-js-wg {
        grid-template-columns: 1fr;
    }

    .dzmm-tl-kp {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .dzmm-page-hero h1 {
        font-size: 1.8rem;
    }

    .dzmm-page-nr {
        padding: 48px 0 60px;
    }

    .dzmm-fl-wd h2 {
        font-size: 1.15rem;
    }

    .dzmm-zn-ml {
        position: static;
        width: 100%;
    }

    .dzmm-zn-bj {
        grid-template-columns: 1fr;
    }

    .dzmm-yk-wg {
        grid-template-columns: 1fr;
    }

    .dzmm-zc-wg {
        grid-template-columns: 1fr;
    }
}

.dzmm-fh-db {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff92ad, #e6577a);
    color: #ffffff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(255, 114, 149, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
}

.dzmm-fh-db.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dzmm-fh-db:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(255, 114, 149, 0.4);
}

.dzmm-page-hero {
    background: linear-gradient(160deg, #fff0f3 0%, #fff5f9 60%, #ffffff 100%);
    padding: 120px 0 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.dzmm-page-hero::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffd4de 0%, transparent 70%);
    top: -150px;
    right: -100px;
    pointer-events: none;
}

.dzmm-page-hero h1 {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #111827;
    margin-bottom: 12px;
    position: relative;
}

.dzmm-page-hero p {
    font-size: 1rem;
    color: #6b7280;
    max-width: 560px;
    margin: 0 auto;
    position: relative;
}

.dzmm-page-hero .dzmm-mld {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #d1d5db;
    margin-bottom: 16px;
    position: relative;
}

.dzmm-page-hero .dzmm-mld a {
    color: #ff7295;
}

.dzmm-page-hero .dzmm-mld a:hover {
    color: #e6577a;
}

.dzmm-page-nr {
    padding: 60px 0 80px;
}

.dzmm-fl-wd {
    max-width: 800px;
    margin: 0 auto;
}

.dzmm-fl-wd .dzmm-zx-gx {
    font-size: 0.85rem;
    color: #d1d5db;
    margin-bottom: 36px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f4f6;
}

.dzmm-fl-wd h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1f2937;
    margin: 24px 0 10px;
}

.dzmm-fl-wd p,
.dzmm-fl-wd li {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 12px;
}

.dzmm-fl-wd ul {
    padding-left: 24px;
    margin-bottom: 16px;
}

.dzmm-fl-wd ul li {
    margin-bottom: 6px;
}

.dzmm-zn-bj {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.dzmm-zn-ml {
    position: sticky;
    top: 92px;
    align-self: start;
}

.dzmm-zn-ml h3 {
    font-size: 0.85rem;
    font-weight: 700;
    color: #d1d5db;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
}

.dzmm-zn-ml ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dzmm-zn-ml a {
    display: block;
    padding: 8px 14px;
    font-size: 0.88rem;
    color: #4b5563;
    border-radius: 8px;
    font-weight: 500;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dzmm-zn-ml a:hover,
.dzmm-zn-ml a.active {
    background: #fff0f3;
    color: #e6577a;
}

.dzmm-zn-nt h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #111827;
    margin: 40px 0 14px;
    padding-top: 20px;
    border-top: 1px solid #f3f4f6;
}

.dzmm-zn-nt h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.dzmm-zn-nt p {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 12px;
}

.dzmm-zn-nt ol,
.dzmm-zn-nt ul {
    padding-left: 24px;
    margin-bottom: 16px;
}

.dzmm-zn-nt li {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 6px;
}

.dzmm-zn-bz {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
    background: #f9fafb;
    border-radius: 10px;
    margin-bottom: 12px;
}

.dzmm-zn-bz p {
    margin: 0;
}

.dzmm-zc-wg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto 48px;
}

.dzmm-zc-kp {
    background: #ffffff;
    border: 1px solid #f3f4f6;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dzmm-zc-kp:hover {
    border-color: #ffd4de;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.08), 0 2px 4px -2px rgba(0,0,0,0.05);
    transform: translateY(-3px);
}

.dzmm-zc-kp-tb {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    background: linear-gradient(135deg, #fff0f3, #ffd4de);
    border-radius: 16px;
    color: #e6577a;
    font-size: 1.3rem;
}

.dzmm-zc-kp h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.dzmm-zc-kp p {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.7;
}

.dzmm-zc-kp a {
    color: #e6577a;
}

.dzmm-zc-kp a:hover {
    color: #ff7295;
}

.dzmm-yk-wg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    max-width: 900px;
    margin: 0 auto;
}

.dzmm-yk-bd {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.dzmm-bd-z label {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.dzmm-bd-z input,
.dzmm-bd-z select,
.dzmm-bd-z textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 0.92rem;
    font-family: inherit;
    color: #374151;
    background: #ffffff;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
}

.dzmm-bd-z input:focus,
.dzmm-bd-z select:focus,
.dzmm-bd-z textarea:focus {
    border-color: #ff92ad;
    box-shadow: 0 0 0 3px rgba(255, 114, 149, 0.1);
}

.dzmm-bd-z textarea {
    resize: vertical;
    min-height: 120px;
}

.dzmm-cj-wt-tj {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #ff92ad, #e6577a);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(255, 114, 149, 0.3);
}

.dzmm-cj-wt-tj:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 114, 149, 0.4);
}

.dzmm-yk-xx h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 16px;
}

.dzmm-yk-xx p {
    font-size: 0.92rem;
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 24px;
}

.dzmm-yk-lx-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #f3f4f6;
}

.dzmm-yk-lx-item i {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff0f3;
    color: #e6577a;
    border-radius: 10px;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.dzmm-yk-lx-item span {
    font-size: 0.92rem;
    color: #4b5563;
}

.article-container {
    max-width: 800px;
    margin: 0 auto;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f4f6;
}

.article-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #d1d5db;
}

.article-meta-item i {
    font-size: 0.8rem;
    color: #ff92ad;
}

.article-tag {
    display: inline-block;
    padding: 3px 12px;
    background: #fff0f3;
    color: #e6577a;
    font-size: 0.78rem;
    font-weight: 600;
    border-radius: 50px;
}

.article-body h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #111827;
    margin: 32px 0 14px;
}

.article-body h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    margin: 24px 0 10px;
}

.article-body p {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.9;
    margin-bottom: 14px;
}

.article-body ul,
.article-body ol {
    padding-left: 24px;
    margin-bottom: 16px;
}

.article-body li {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 6px;
}

.article-body blockquote {
    margin: 24px 0;
    padding: 16px 24px;
    background: #f9fafb;
    border-left: 4px solid #ff92ad;
    border-radius: 0 10px 10px 0;
}

.article-body blockquote p {
    margin: 0;
    color: #374151;
    font-style: italic;
}

.article-highlight-box {
    background: linear-gradient(135deg, #fff5f7, #fff0f3);
    border-radius: 16px;
    padding: 24px 28px;
    margin: 28px 0;
}

.article-highlight-box h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #e6577a;
    margin-bottom: 10px;
}

.article-highlight-box ul {
    padding-left: 20px;
    margin: 0;
}

.article-highlight-box li {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.8;
}

.article-nav {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid #f3f4f6;
}

.article-nav a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6b7280;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.article-nav a:hover {
    color: #e6577a;
}

.article-nav a i {
    font-size: 0.75rem;
}
