/* DHC 试管流程 / 生殖技术栏目专用样式，2026-07-27 */
.dhc-guide-list {
    --dhc-navy: #003f60;
    --dhc-blue: #008fc4;
    --dhc-cyan: #eaf8fc;
    --dhc-gold: #c98d2b;
    --dhc-ink: #123f56;
    --dhc-muted: #617b89;
    --dhc-line: #d5e6ed;
    --dhc-paper: #ffffff;
    background: #f6fafc;
}

.dhc-guide-list .postion_top {
    padding-top: 18px;
}

.dhc-guide-list .list_news-body {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 30px;
    align-items: start;
}

.dhc-guide-list .list_news-l,
.dhc-guide-list .list_news-body > .w25 {
    width: auto !important;
    min-width: 0;
}

.dhc-process-overview {
    grid-column: 1 / -1;
    margin: 0 0 8px;
    color: var(--dhc-ink);
}

.dhc-process-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 42px;
    align-items: center;
    padding: 42px 46px;
    border: 1px solid #cce2eb;
    border-radius: 28px;
    background:
        radial-gradient(circle at 88% 10%, rgba(80, 190, 212, .18), transparent 32%),
        linear-gradient(135deg, #fff 0%, #f3fbfd 62%, #eef8f5 100%);
    box-shadow: 0 22px 55px rgba(16, 73, 98, .08);
}

.dhc-process-eyebrow,
.dhc-process-section-head span,
.dhc-process-choice > div > span {
    display: block;
    margin-bottom: 12px;
    color: var(--dhc-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .2em;
}

.dhc-process-intro h2 {
    margin: 0 0 16px;
    color: var(--dhc-navy);
    font-size: clamp(30px, 3vw, 48px);
    line-height: 1.15;
    font-weight: 500;
}

.dhc-process-intro p {
    max-width: 790px;
    margin: 0;
    color: #416577;
    font-size: 17px;
    line-height: 1.9;
}

.dhc-process-intro__note {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 20px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 16px 35px rgba(18, 76, 99, .09);
}

.dhc-process-intro__note::before {
    content: "✓";
    display: grid;
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--dhc-blue);
    font-weight: 800;
}

.dhc-process-intro__note strong,
.dhc-process-intro__note span {
    display: block;
}

.dhc-process-intro__note strong {
    margin-bottom: 8px;
    color: var(--dhc-navy);
    font-size: 18px;
}

.dhc-process-intro__note span {
    color: var(--dhc-muted);
    font-size: 14px;
    line-height: 1.75;
}

.dhc-process-paths {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 28px;
}

.dhc-process-card {
    overflow: hidden;
    border: 1px solid var(--dhc-line);
    border-radius: 24px;
    background: var(--dhc-paper);
    box-shadow: 0 18px 45px rgba(18, 66, 86, .07);
}

.dhc-process-card__head {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 24px;
    min-height: 174px;
    padding: 30px;
}

.dhc-process-card--standard .dhc-process-card__head {
    background: linear-gradient(135deg, #e9f8fc, #f7fcfd);
}

.dhc-process-card--integrated .dhc-process-card__head {
    background: linear-gradient(135deg, #fff7e9, #fffdfa);
}

.dhc-process-card__head > span {
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    border-radius: 18px;
    color: #fff;
    background: var(--dhc-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
}

.dhc-process-card--integrated .dhc-process-card__head > span {
    background: var(--dhc-gold);
}

.dhc-process-card__head h3 {
    margin: 0 0 10px;
    color: var(--dhc-navy);
    font-size: 25px;
}

.dhc-process-card__head p {
    margin: 0;
    color: #54717f;
    font-size: 14px;
    line-height: 1.75;
}

.dhc-process-steps {
    margin: 0;
    padding: 8px 30px 26px;
    list-style: none;
}

.dhc-process-steps li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 15px;
    padding: 18px 0;
    border-bottom: 1px solid #e5eef2;
}

.dhc-process-steps li:last-child {
    border-bottom: 0;
}

.dhc-process-steps li > b {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    color: var(--dhc-blue);
    background: var(--dhc-cyan);
    font-size: 12px;
}

.dhc-process-card--integrated .dhc-process-steps li > b {
    color: #a46608;
    background: #fff3dc;
}

.dhc-process-steps strong,
.dhc-process-steps span {
    display: block;
}

.dhc-process-steps strong {
    margin: 1px 0 6px;
    color: var(--dhc-navy);
    font-size: 16px;
}

.dhc-process-steps span {
    color: #617986;
    font-size: 13px;
    line-height: 1.7;
}

.dhc-process-compare {
    margin-top: 28px;
    padding: 38px;
    border: 1px solid #dae8ed;
    border-radius: 24px;
    background: #fff;
}

.dhc-process-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 28px;
}

.dhc-process-section-head h3 {
    margin: 0;
    color: var(--dhc-navy);
    font-size: 28px;
}

.dhc-process-section-head p {
    max-width: 420px;
    margin: 0;
    color: #6d828e;
    font-size: 13px;
    line-height: 1.65;
    text-align: right;
}

.dhc-process-routes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 28px;
}

.dhc-process-routes article {
    padding: 22px;
    border: 1px solid #dfe9ed;
    border-radius: 18px;
    background: #f8fafb;
}

.dhc-process-routes article.is-dhc-standard {
    border-color: #cce8f2;
    background: #f0fafc;
}

.dhc-process-routes article.is-dhc-integrated {
    border-color: #f0ddb8;
    background: #fffaf0;
}

.dhc-process-routes article > span {
    display: block;
    margin-bottom: 18px;
    color: var(--dhc-navy);
    font-size: 15px;
    font-weight: 800;
}

.dhc-process-routes article > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 5px;
    align-items: center;
}

.dhc-process-routes b {
    padding: 7px 9px;
    border-radius: 8px;
    color: #52707e;
    background: #fff;
    font-size: 11px;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(31, 76, 94, .06);
}

.dhc-process-routes i {
    color: #84a0ad;
    font-style: normal;
}

.dhc-process-table-wrap {
    overflow-x: auto;
    border: 1px solid #dce8ed;
    border-radius: 16px;
}

.dhc-process-table {
    width: 100%;
    min-width: 880px;
    border-collapse: collapse;
    table-layout: fixed;
}

.dhc-process-table th,
.dhc-process-table td {
    padding: 17px 18px;
    border-right: 1px solid #e2ebef;
    border-bottom: 1px solid #e2ebef;
    color: #536e7b;
    font-size: 13px;
    line-height: 1.65;
    text-align: left;
    vertical-align: top;
}

.dhc-process-table tr:last-child th,
.dhc-process-table tr:last-child td {
    border-bottom: 0;
}

.dhc-process-table th:last-child,
.dhc-process-table td:last-child {
    border-right: 0;
}

.dhc-process-table thead th {
    color: var(--dhc-navy);
    background: #f2f8fa;
    font-weight: 800;
}

.dhc-process-table thead th:nth-child(3) {
    background: #eaf8fc;
}

.dhc-process-table thead th:nth-child(4) {
    background: #fff5e3;
}

.dhc-process-table tbody th {
    width: 130px;
    color: var(--dhc-navy);
    background: #fafcfd;
    font-weight: 800;
}

.dhc-process-choice {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
    padding: 30px 34px;
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(120deg, #003f60, #006b8e);
}

.dhc-process-choice h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 23px;
}

.dhc-process-choice p {
    max-width: 800px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.7;
}

.dhc-process-choice > div > span {
    margin-bottom: 8px;
    color: #8ad9ec;
}

.dhc-process-choice a {
    flex: 0 0 auto;
    padding: 13px 24px;
    border-radius: 999px;
    color: var(--dhc-navy);
    background: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.dhc-process-disclaimer {
    margin: 16px 8px 0;
    color: #748995;
    font-size: 12px;
    line-height: 1.7;
}

.dhc-guide-article-heading {
    margin: 0 0 18px;
    padding: 22px 26px;
    border-left: 4px solid var(--dhc-blue);
    border-radius: 0 16px 16px 0;
    background: #fff;
}

.dhc-guide-article-heading span {
    color: var(--dhc-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
}

.dhc-guide-article-heading h2 {
    margin: 5px 0 5px;
    color: var(--dhc-navy);
    font-size: 24px;
}

.dhc-guide-article-heading p {
    margin: 0;
    color: #6c828d;
    font-size: 13px;
}

/* 两个专用栏目统一使用“完整 16:9 封面在上、文字在下”的卡片。 */
.dhc-guide-list .list_news-l > ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 0 !important;
}

.dhc-guide-list .list_news-l > ul > li,
body.dhc-column-guide .dhc-guide-list .dhc-column-card {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #d6e5eb !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 14px 34px rgba(22, 70, 90, .07);
}

.dhc-guide-list .list_news-l > ul > li .list_news-img,
body.dhc-column-guide .dhc-guide-list .dhc-column-card .list_news-img {
    position: relative !important;
    display: block !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 900 / 506;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #f3f8fa !important;
}

.dhc-guide-list .list_news-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.dhc-guide-list .list_news-img img,
body.dhc-column-guide .dhc-guide-list .dhc-column-card .list_news-img img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
}

.dhc-guide-list .list_news-title,
body.dhc-column-guide .dhc-guide-list .dhc-column-card .list_news-title {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    width: auto !important;
    min-width: 0;
    padding: 22px 24px 20px !important;
}

.dhc-guide-list .list_news-title > a {
    margin: 0 0 10px !important;
    color: var(--dhc-navy) !important;
    font-size: 19px !important;
    line-height: 1.55 !important;
    font-weight: 800 !important;
}

.dhc-guide-list .list_news-title > p {
    display: -webkit-box;
    margin: 0 0 18px !important;
    overflow: hidden;
    color: #6b7f89 !important;
    font-size: 13px !important;
    line-height: 1.75 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dhc-guide-list .list_news-title > span {
    margin-top: auto !important;
    color: #82939b !important;
    font-size: 12px !important;
}

.dhc-guide-list .page {
    margin-top: 28px;
}

/*
 * 兼容此前的栏目增强样式。这里增加专用容器选择器，确保旧版的
 * 180px 竖向裁切规则及移动端左右图文规则不会重新覆盖本页。
 */
body.dhc-column-guide .dhc-guide-list .list_news-body .list_news-l > ul > li.dhc-column-card {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    min-height: 100% !important;
}

body.dhc-column-guide .dhc-guide-list .list_news-body .list_news-l > ul > li.dhc-column-card .list_news-img {
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 900 / 506;
}

body.dhc-column-guide .dhc-guide-list .list_news-body .list_news-l > ul > li.dhc-column-card .list_news-img > a,
body.dhc-column-guide .dhc-guide-list .list_news-body .list_news-l > ul > li.dhc-column-card .list_news-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
}

body.dhc-column-guide .dhc-guide-list .list_news-body .list_news-l > ul > li.dhc-column-card .list_news-title {
    flex: 1 1 auto !important;
    width: auto !important;
    padding: 22px 24px 20px !important;
}

@media (max-width: 1100px) {
    .dhc-guide-list .list_news-body {
        grid-template-columns: minmax(0, 1fr) 290px;
        gap: 22px;
    }

    .dhc-process-intro {
        grid-template-columns: minmax(0, 1fr) 270px;
        padding: 34px;
    }

    .dhc-process-card__head {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 18px;
        padding: 25px;
    }
}

@media (max-width: 900px) {
    .dhc-guide-list .list_news-body {
        grid-template-columns: 1fr;
    }

    .dhc-process-intro {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .dhc-process-paths,
    .dhc-process-routes {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .dhc-guide-list .w1200 {
        width: auto !important;
        padding-right: 16px;
        padding-left: 16px;
    }

    .dhc-guide-list .postion_top {
        padding-top: 12px;
        font-size: 12px;
        line-height: 1.6;
    }

    .dhc-process-intro {
        gap: 20px;
        padding: 26px 22px;
        border-radius: 20px;
    }

    .dhc-process-intro h2 {
        font-size: 30px;
    }

    .dhc-process-intro p {
        font-size: 15px;
        line-height: 1.8;
    }

    .dhc-process-intro__note {
        padding: 20px;
    }

    .dhc-process-paths {
        gap: 18px;
        margin-top: 18px;
    }

    .dhc-process-card {
        border-radius: 20px;
    }

    .dhc-process-card__head {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 14px;
        min-height: 0;
        padding: 22px 18px;
    }

    .dhc-process-card__head > span {
        width: 50px;
        height: 50px;
        border-radius: 14px;
        font-size: 10px;
    }

    .dhc-process-card__head h3 {
        font-size: 21px;
    }

    .dhc-process-steps {
        padding: 4px 18px 18px;
    }

    .dhc-process-steps li {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 11px;
        padding: 15px 0;
    }

    .dhc-process-steps li > b {
        width: 32px;
        height: 32px;
    }

    .dhc-process-compare {
        margin-top: 18px;
        padding: 24px 18px;
        border-radius: 20px;
    }

    .dhc-process-section-head {
        display: block;
    }

    .dhc-process-section-head h3 {
        font-size: 24px;
    }

    .dhc-process-section-head p {
        margin-top: 12px;
        text-align: left;
    }

    .dhc-process-routes article {
        padding: 18px;
    }

    .dhc-process-table-wrap {
        margin-right: -18px;
        margin-left: -18px;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .dhc-process-choice {
        display: block;
        padding: 24px 22px;
        border-radius: 18px;
    }

    .dhc-process-choice a {
        display: inline-block;
        margin-top: 20px;
    }

    .dhc-guide-article-heading {
        padding: 18px 20px;
    }

    .dhc-guide-article-heading h2 {
        font-size: 21px;
    }

    .dhc-guide-list .list_news-l > ul {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .dhc-guide-list .list_news-l > ul > li,
    body.dhc-column-guide .dhc-guide-list .dhc-column-card {
        display: flex !important;
        flex-direction: column !important;
        border-radius: 18px !important;
    }

    .dhc-guide-list .list_news-l > ul > li .list_news-img,
    body.dhc-column-guide .dhc-guide-list .dhc-column-card .list_news-img {
        width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        aspect-ratio: 900 / 506;
    }

    .dhc-guide-list .list_news-title,
    body.dhc-column-guide .dhc-guide-list .dhc-column-card .list_news-title {
        padding: 18px 19px 17px !important;
    }

    body.dhc-column-guide .dhc-guide-list .list_news-body .list_news-l > ul > li.dhc-column-card {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: none !important;
        min-height: 0 !important;
    }

    body.dhc-column-guide .dhc-guide-list .list_news-body .list_news-l > ul > li.dhc-column-card .list_news-img {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 900 / 506;
    }

    body.dhc-column-guide .dhc-guide-list .list_news-body .list_news-l > ul > li.dhc-column-card .list_news-title {
        padding: 18px 19px 17px !important;
    }

    .dhc-guide-list .list_news-title > a {
        font-size: 18px !important;
        line-height: 1.5 !important;
    }
}
