html {
    background: linear-gradient(145deg, #eaf1fb, #f4f1fa 65%, #edf5fb);
    background-attachment: fixed
}

body {
    margin: 0;
    padding: 36px 18px
}

main {
    display: block
}

@media(max-width:650px) {
    body {
        padding: 0
    }
}

@media print {
    body {
        padding: 0
    }
}

.drmx-news {
    --ink: #172c4c;
    --muted: #526580;
    --blue: #285bb5;
    --line: #dfe7f2;
    max-width: 1120px;
    margin: 0 auto;
    color: var(--ink);
    background: #fff;
    font: 18px/1.85 Inter, "Segoe UI", Arial, sans-serif;
    text-align: left;
    border: 1px solid #e0e7f1;
    border-radius: 26px;
    box-shadow: 0 24px 90px #1e396718;
    overflow: clip;
    color-scheme: light
}

.drmx-news * {
    box-sizing: border-box
}

.drmx-news :where(h1, h2, h3, p, figure, ul, ol, dl) {
    margin: 0
}

.drmx-news a {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 4px
}

.drmx-news a:hover {
    color: #593ca2
}

.drmx-news a:focus-visible,
.drmx-news [tabindex]:focus-visible {
    outline: 3px solid #8156d8;
    outline-offset: 5px;
    border-radius: 4px
}

.drmx-news section {
    scroll-margin-top: 24px
}

.drmx-news .drmx-skip {
    position: absolute;
    left: -9999px
}

.drmx-news .drmx-skip:focus {
    position: fixed;
    left: 20px;
    top: 20px;
    padding: 10px 20px;
    background: white;
    z-index: 20
}

.drmx-news .drmx-masthead {
    padding: 16px 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid var(--line)
}

.drmx-news .drmx-brand {
    display: flex;
    gap: 16px;
    align-items: center;
    color: var(--ink);
    font-size: 25px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
    letter-spacing: -.025em
}

.drmx-news .drmx-brand img {
    object-fit: contain;
    width: 74px;
    height: 74px
}

.drmx-news .drmx-brand b {
    color: #346ec2
}

.drmx-news .drmx-brand-caption {
    display: block;
    font-size: 12px;
    letter-spacing: .045em;
    font-weight: 500;
    color: var(--muted);
    margin-top: 7px
}

.drmx-news .drmx-edition {
    font-size: 12px;
    font-weight: 650;
    letter-spacing: .1em;
    color: var(--muted)
}

.drmx-news .drmx-edition span {
    padding: 0 10px;
    color: #9ba9bc
}

.drmx-news .drmx-hero {
    padding: 56px 70px 35px;
    text-align: center;
    background: radial-gradient(ellipse at 95% 0, #ebe7fc, transparent 60%), radial-gradient(ellipse at 0 0, #e9f5ff, transparent 60%), #fff
}

.drmx-news .drmx-eyebrow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    letter-spacing: .14em;
    font-weight: 750;
    color: #3d639e;
    margin-bottom: 24px
}

.drmx-news .drmx-status-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #377c63;
    box-shadow: 0 0 0 5px #377c6310
}

.drmx-news h1 {
    font-size: clamp(37px, 5.5vw, 64px);
    font-weight: 750;
    line-height: 1.09;
    letter-spacing: -.05em;
    max-width: 920px;
    margin: auto
}

.drmx-news h1 span {
    color: #315fb2
}

.drmx-news .drmx-deck {
    font-size: clamp(21px, 2.4vw, 27px);
    line-height: 1.45;
    letter-spacing: -.02em;
    max-width: 830px;
    margin: 27px auto 14px;
    font-weight: 600
}

.drmx-news .drmx-hero-summary {
    font-size: 17px;
    color: var(--muted);
    max-width: 730px;
    line-height: 1.8;
    margin: 0 auto
}

.drmx-news .drmx-byline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: var(--muted);
    margin: 24px 0 5px
}

.drmx-news .drmx-byline a {
    font-weight: 650
}

.drmx-news .drmx-cover {
    margin: 0 36px;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #dce8f6;
    background: #eaf2ff;
    box-shadow: 0 16px 42px #284d8110
}

.drmx-news .drmx-cover img {
    width: 100%;
    height: auto;
    display: block
}

.drmx-news .drmx-ecosystem {
    margin: 42px 70px 0;
    text-align: center
}

.drmx-news .drmx-small-label {
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .11em;
    line-height: 1.6
}

.drmx-news .drmx-ecosystem>.drmx-small-label {
    color: #617694;
    margin-bottom: 24px
}

.drmx-news .drmx-provider-strip {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 32px
}

.drmx-news .drmx-provider-strip li {
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 1.4;
    position: relative;
    padding: 8px 12px
}

.drmx-news .drmx-provider-strip li+li {
    border-left: 1px solid #e8edf5
}

.drmx-news .drmx-provider-strip img {
    height: 48px;
    width: 128px;
    object-fit: contain;
    display: block;
    margin: 0 auto 15px
}

.drmx-news .drmx-provider-strip strong {
    font-size: 22px;
    letter-spacing: -.025em
}

.drmx-news .drmx-provider-strip li>span {
    font-size: 13px;
    color: #657690;
    margin-top: 5px
}

.drmx-news .drmx-layout {
    display: block;
    padding: 52px 80px 34px
}

.drmx-news .drmx-copy {
    min-width: 0;
    max-width: 960px;
    margin: auto
}

.drmx-news .drmx-copy>section {
    margin-bottom: 72px
}

.drmx-news .drmx-copy>section+section {
    padding-top: 8px
}

.drmx-news .drmx-section-kicker {
    font-size: 12px;
    letter-spacing: .13em;
    font-weight: 750;
    color: var(--blue);
    margin-bottom: 14px
}

.drmx-news h2 {
    font-size: clamp(29px, 3.5vw, 40px);
    line-height: 1.18;
    font-weight: 720;
    letter-spacing: -.035em;
    margin-bottom: 26px;
    text-wrap: balance
}

.drmx-news h3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -.02em;
    margin-bottom: 13px
}

.drmx-news .drmx-copy p {
    margin-bottom: 22px
}

.drmx-news .drmx-copy .drmx-section-kicker {
    margin-bottom: 14px
}

.drmx-news .drmx-copy .drmx-small-label {
    margin-bottom: 10px
}

.drmx-news .drmx-copy p:last-child {
    margin-bottom: 0
}

.drmx-news .drmx-copy strong {
    font-weight: 700
}

.drmx-news .drmx-lead {
    font-size: 21px;
    line-height: 1.8
}

.drmx-news .drmx-faith {
    background: linear-gradient(120deg, #f1f5fd, #f5f1fb);
    border: 1px solid #e4e4f2;
    border-left: 4px solid #7c61b9;
    padding: 29px 34px;
    margin: 35px 0;
    border-radius: 0 18px 18px 0
}

.drmx-news .drmx-faith .drmx-small-label {
    color: #66509d
}

.drmx-news .drmx-faith p:last-child {
    font-size: 19px;
    line-height: 1.85
}

.drmx-news .drmx-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 25px 0;
    margin-top: 30px;
    gap: 16px;
    border-bottom: 1px solid var(--line)
}

.drmx-news .drmx-facts dt {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 8px
}

.drmx-news .drmx-facts dd {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    letter-spacing: -.02em
}

.drmx-news .drmx-figure {
    margin: 34px 0;
    background: #f7faff;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden
}

.drmx-news .drmx-diagram {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch
}

.drmx-news .drmx-diagram svg {
    display: block;
    width: 100%;
    height: auto;
    min-width: 620px
}

.drmx-news figcaption {
    font-size: 14px;
    line-height: 1.7;
    color: var(--muted);
    border-top: 1px solid var(--line);
    padding: 19px 27px;
    background: #fff
}

.drmx-news figcaption span {
    display: block;
    color: var(--blue);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .12em;
    margin-bottom: 5px
}

.drmx-news .drmx-system-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 30px 0
}

.drmx-news .drmx-system-grid>div {
    padding: 28px;
    background: #f7f9fd;
    border: 1px solid #e4ebf5;
    border-radius: 16px
}

.drmx-news .drmx-system-grid .drmx-small-label {
    color: #6c7c95;
    font-size: 11px
}

.drmx-news .drmx-system-grid p {
    font-size: 16px;
    line-height: 1.8
}

.drmx-news .drmx-system-grid a {
    font-size: 14px;
    font-weight: 650
}

.drmx-news .drmx-policy-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 30px 0
}

.drmx-news .drmx-policy-pair>div {
    padding: 30px;
    background: #eef5ff;
    border-radius: 17px;
    border: 1px solid #dbe6f8
}

.drmx-news .drmx-policy-pair>div+div {
    background: #f5f2fc;
    border-color: #e6def3
}

.drmx-news .drmx-policy-pair .drmx-small-label {
    font-size: 11px;
    display: block;
    color: #465e8b;
    margin-bottom: 13px
}

.drmx-news .drmx-policy-pair h3 {
    font-size: 22px
}

.drmx-news .drmx-policy-pair p {
    font-size: 17px
}

.drmx-news .drmx-feature-list,
.drmx-news .drmx-step-list {
    padding-left: 25px;
    margin: 28px 0
}

.drmx-news .drmx-feature-list li,
.drmx-news .drmx-step-list li {
    padding-left: 7px;
    margin: 15px 0
}

.drmx-news .drmx-step-list li::marker {
    color: var(--blue);
    font-weight: 750
}

.drmx-news .drmx-note {
    font-size: 14px;
    line-height: 1.8;
    border-left: 3px solid #a7bade;
    background: #f5f8fc;
    padding: 22px 27px;
    margin-top: 28px
}

.drmx-news .drmx-cloud-logos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 30px 0
}

.drmx-news .drmx-cloud-logos a {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 28px 12px 23px;
    border: 1px solid var(--line);
    border-radius: 16px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    color: var(--ink);
    background: linear-gradient(#fff, #f8faff)
}

.drmx-news .drmx-cloud-logos img {
    height: 55px;
    max-width: 130px;
    object-fit: contain;
    margin-bottom: 20px
}

.drmx-news .drmx-cloud-logos strong {
    font-size: 18px
}

.drmx-news .drmx-cloud-logos span {
    font-size: 13px;
    color: var(--muted);
    margin-top: 7px
}

.drmx-news .drmx-section-logo {
    display: block;
    object-fit: contain;
    object-position: left;
    width: 85px;
    height: 52px;
    margin: 20px 0 22px
}

.drmx-news .drmx-aws-services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 34px 0;
    padding: 28px;
    background: #f7f8fc;
    border-radius: 18px;
    border: 1px solid #e6e9f2
}

.drmx-news .drmx-aws-services>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.4
}

.drmx-news .drmx-aws-services img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px
}

.drmx-news .drmx-aws-services span {
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 6px
}

.drmx-news .drmx-aws-services strong {
    font-size: 18px;
    letter-spacing: -.025em
}

.drmx-news .drmx-table-wrap {
    overflow-x: auto;
    margin: 30px 0;
    border: 1px solid var(--line);
    border-radius: 15px
}

.drmx-news table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.8;
    min-width: 450px
}

.drmx-news caption {
    text-align: left;
    padding: 19px 24px;
    background: #f3f7fc;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid var(--line)
}

.drmx-news th,
.drmx-news td {
    text-align: left;
    vertical-align: top;
    padding: 20px 24px;
    border-bottom: 1px solid var(--line)
}

.drmx-news thead {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #4e6486
}

.drmx-news th[scope="row"] {
    width: 27%;
    font-weight: 650
}

.drmx-news tr:last-child>td,
.drmx-news tbody tr:last-child>th {
    border-bottom: 0
}

.drmx-news .drmx-use-cases {
    padding: 32px;
    background: #f4f7fc;
    border-radius: 18px;
    margin-top: 34px
}

.drmx-news .drmx-use-cases p {
    font-size: 17px
}

.drmx-news .drmx-trial {
    padding: 45px;
    background: radial-gradient(ellipse at 100% 0, #6251a9, transparent 70%), linear-gradient(130deg, #183761, #344c8c);
    border-radius: 22px;
    color: #fff
}

.drmx-news .drmx-trial .drmx-small-label {
    color: #d5dffe
}

.drmx-news .drmx-trial h2 {
    color: #fff;
    margin: 18px 0 25px
}

.drmx-news .drmx-trial ol {
    padding-left: 22px;
    margin: 23px 0 30px
}

.drmx-news .drmx-trial li {
    margin: 9px 0
}

.drmx-news .drmx-actions {
    display: flex;
    gap: 13px;
    flex-wrap: wrap
}

.drmx-news .drmx-button {
    padding: 13px 20px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 48px;
    line-height: 1.5
}

.drmx-news .drmx-button-primary {
    background: white;
    color: #1f417d
}

.drmx-news .drmx-button-secondary {
    border: 1px solid #aebbe1;
    color: #fff
}

.drmx-news .drmx-button-primary:hover {
    background: #eaf0ff;
    color: #142d58
}

.drmx-news .drmx-button-secondary:hover {
    background: #ffffff12;
    color: #fff
}

.drmx-news .drmx-trial-note {
    font-size: 13px;
    line-height: 1.8;
    color: #e0e5f7;
    margin-top: 25px
}

.drmx-news .drmx-faq>div {
    padding: 26px 0;
    border-bottom: 1px solid var(--line)
}

.drmx-news .drmx-faq>div:first-of-type {
    padding-top: 6px
}

.drmx-news .drmx-faq h3 {
    font-size: 21px
}

.drmx-news .drmx-faq p {
    font-size: 17px;
    color: #41536d
}

.drmx-news .drmx-resources ul {
    padding-left: 21px;
    margin: 23px 0
}

.drmx-news .drmx-resources li {
    font-size: 16px;
    margin: 10px 0
}

.drmx-news .drmx-reference-note {
    font-size: 14px;
    color: var(--muted);
    padding-top: 16px
}

.drmx-news .drmx-article-footer {
    border-top: 1px solid var(--line);
    padding-top: 32px;
    font-size: 14px;
    color: var(--muted)
}

.drmx-news .drmx-topics {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 34px
}

.drmx-news .drmx-topics li {
    font-size: 12px;
    padding: 6px 12px;
    background: #f1f4fa;
    border: 1px solid #e2e8f2;
    border-radius: 7px;
    color: #476084
}

.drmx-news .drmx-footer-line {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 28px;
    padding: 23px 0 0;
    border-top: 1px solid var(--line);
    font-size: 13px
}

@media(max-width:900px) {
    .drmx-news .drmx-layout {
        padding: 40px 45px 28px
    }

    .drmx-news .drmx-hero {
        padding: 42px 40px 30px
    }

    .drmx-news .drmx-ecosystem {
        margin: 36px 45px 0
    }

    .drmx-news .drmx-cover {
        margin: 0 25px
    }

    .drmx-news .drmx-masthead {
        padding: 15px 35px
    }

    .drmx-news .drmx-facts dd {
        font-size: 20px
    }
}

@media(max-width:650px) {
    .drmx-news {
        font-size: 16px;
        border-radius: 0;
        border: 0;
        box-shadow: none
    }

    .drmx-news .drmx-masthead {
        padding: 12px 22px
    }

    .drmx-news .drmx-brand {
        font-size: 22px;
        gap: 10px
    }

    .drmx-news .drmx-brand img {
        width: 62px;
        height: 62px
    }

    .drmx-news .drmx-edition {
        display: none
    }

    .drmx-news .drmx-hero {
        padding: 30px 24px 26px
    }

    .drmx-news .drmx-eyebrow {
        font-size: 10px;
        letter-spacing: .08em;
        margin-bottom: 20px
    }

    .drmx-news h1 {
        font-size: 39px;
        letter-spacing: -.045em
    }

    .drmx-news .drmx-deck {
        font-size: 22px
    }

    .drmx-news .drmx-hero-summary {
        font-size: 16px
    }

    .drmx-news .drmx-byline {
        font-size: 12px;
        gap: 8px
    }

    .drmx-news .drmx-cover {
        margin: 0 12px;
        border-radius: 12px
    }

    .drmx-news .drmx-ecosystem {
        margin: 29px 24px 0
    }

    .drmx-news .drmx-ecosystem>.drmx-small-label {
        font-size: 10px;
        letter-spacing: .06em
    }

    .drmx-news .drmx-provider-strip {
        grid-template-columns: 1fr 1fr;
        gap: 22px 0;
        padding-bottom: 26px
    }

    .drmx-news .drmx-provider-strip li:nth-child(3) {
        border-left: 0
    }

    .drmx-news .drmx-provider-strip img {
        height: 39px;
        width: 110px
    }

    .drmx-news .drmx-provider-strip strong {
        font-size: 21px
    }

    .drmx-news .drmx-layout {
        padding: 34px 24px 25px
    }

    .drmx-news .drmx-copy>section {
        margin-bottom: 48px
    }

    .drmx-news h2 {
        font-size: 30px;
        line-height: 1.22
    }

    .drmx-news h2 br {
        display: none
    }

    .drmx-news .drmx-lead {
        font-size: 18px
    }

    .drmx-news .drmx-faith {
        padding: 24px
    }

    .drmx-news .drmx-faith p:last-child {
        font-size: 17px
    }

    .drmx-news .drmx-facts {
        grid-template-columns: 1fr 1fr;
        gap: 22px
    }

    .drmx-news .drmx-facts dd {
        font-size: 20px
    }

    .drmx-news .drmx-system-grid,
    .drmx-news .drmx-policy-pair {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .drmx-news .drmx-system-grid>div,
    .drmx-news .drmx-policy-pair>div {
        padding: 25px
    }

    .drmx-news .drmx-cloud-logos {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .drmx-news .drmx-cloud-logos a {
        display: grid;
        grid-template-columns: 110px 1fr;
        grid-template-rows: auto auto;
        column-gap: 15px;
        padding: 20px;
        text-align: left
    }

    .drmx-news .drmx-cloud-logos img {
        grid-row: 1/3;
        margin: 0;
        max-width: 98px;
        height: 44px;
        justify-self: center
    }

    .drmx-news .drmx-cloud-logos strong {
        font-size: 18px
    }

    .drmx-news .drmx-cloud-logos span {
        margin-top: 3px
    }

    .drmx-news .drmx-aws-services {
        padding: 20px 12px;
        gap: 10px
    }

    .drmx-news .drmx-aws-services img {
        width: 47px;
        height: 47px
    }

    .drmx-news .drmx-aws-services strong {
        font-size: 14px
    }

    .drmx-news .drmx-aws-services span {
        font-size: 11px
    }

    .drmx-news .drmx-diagram:after {
        content: "左右滑动，查看完整图解 →";
        display: block;
        padding: 6px 18px 14px;
        font-size: 12px;
        color: #526889
    }

    .drmx-news .drmx-trial {
        padding: 28px 24px
    }

    .drmx-news .drmx-actions {
        display: grid;
        grid-template-columns: 1fr
    }

    .drmx-news .drmx-button {
        width: 100%;
        text-align: center
    }

    .drmx-news .drmx-use-cases {
        padding: 24px
    }

    .drmx-news .drmx-copy p {
        overflow-wrap: anywhere
    }

    .drmx-news figcaption {
        padding: 17px 20px
    }
}

@media print {
    .drmx-news {
        max-width: none;
        border: 0;
        box-shadow: none;
        font-size: 11pt
    }

    .drmx-news .drmx-skip,
    .drmx-news .drmx-actions,
    .drmx-news .drmx-footer-line a {
        display: none
    }

    .drmx-news .drmx-layout {
        padding: 20px 0
    }

    .drmx-news .drmx-hero {
        padding: 15px 0;
        background: none
    }

    .drmx-news .drmx-masthead {
        padding: 10px 0
    }

    .drmx-news h1 {
        font-size: 30pt
    }

    .drmx-news h2 {
        font-size: 22pt
    }

    .drmx-news .drmx-cover {
        margin: 10px 0;
        box-shadow: none
    }

    .drmx-news .drmx-ecosystem {
        margin: 20px 0
    }

    .drmx-news .drmx-trial {
        background: #f1f4fa;
        color: #172c4c
    }

    .drmx-news .drmx-trial h2,
    .drmx-news .drmx-trial .drmx-small-label,
    .drmx-news .drmx-trial-note {
        color: #172c4c
    }

    .drmx-news .drmx-figure,
    .drmx-news .drmx-faith,
    .drmx-news .drmx-faq>div {
        break-inside: avoid
    }

    .drmx-news .drmx-diagram svg {
        min-width: 0
    }

    .drmx-news .drmx-diagram:after {
        display: none
    }

    .drmx-news .drmx-table-wrap {
        overflow: visible
    }

    .drmx-news h2,
    .drmx-news h3 {
        break-after: avoid
    }
}

.drmx-news {
    font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", "Segoe UI", sans-serif;
    line-height: 1.95
}

.drmx-news :where(h1, h2, h3, .drmx-deck, .drmx-facts dd) {
    letter-spacing: normal;
    line-height: 1.45;
    overflow-wrap: anywhere
}

.drmx-news h1 {
    font-size: clamp(32px, 4.6vw, 53px);
    line-height: 1.35
}

.drmx-news h2 {
    font-size: clamp(27px, 3.1vw, 35px)
}

.drmx-news :where(.drmx-eyebrow, .drmx-small-label, .drmx-section-kicker, .drmx-edition) {
    letter-spacing: .06em
}

.drmx-news .drmx-faith-subtle {
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 26px 0;
    color: #526580
}

.drmx-news .drmx-faith-subtle p:last-child {
    font-size: 1em;
    line-height: 1.95
}

.drmx-news .drmx-lead {
    font-size: 20px;
    line-height: 1.9
}

.drmx-news .drmx-diagram svg {
    font-kerning: normal
}

@media(max-width:650px) {
    .drmx-news h1 {
        font-size: clamp(28px, 7.6vw, 39px)
    }

    .drmx-news h2 {
        font-size: 27px;
        line-height: 1.5
    }

    .drmx-news .drmx-deck {
        font-size: 20px;
        line-height: 1.6
    }

    .drmx-news .drmx-lead {
        font-size: 18px
    }

    .drmx-news .drmx-faith-subtle {
        padding: 0
    }

    .drmx-news .drmx-diagram:after {
        content: "左右滑动，查看完整图解 →"
    }

    .drmx-news .drmx-aws-services strong {
        font-size: 12px;
        overflow-wrap: anywhere
    }

    .drmx-news .drmx-hero {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media print {
    .drmx-news h1 {
        font-size: 28pt
    }

    .drmx-news h2 {
        font-size: 21pt
    }

    .drmx-news .drmx-faith-subtle {
        padding: 0
    }
}