.pd-article-page { padding: 38px 0 62px; }
.pd-article-hero { position: relative; min-height: 170px; padding: 23px 0; overflow: hidden; }
.pd-article-hero h1 { margin: 0; color: #202b3a; font-size: 32px; letter-spacing: -1px; }
.pd-article-hero p { margin: 10px 0 0; color: #68727d; font-size: 14px; }
.pd-article-hero-art { position: absolute; right: 78px; top: 9px; width: 180px; height: 150px; border-radius: 50%; background: radial-gradient(circle at 50% 20%, #ffd79e, #fff5e8 48%, transparent 50%); }
.pd-article-hero-art:before {
    content: '';
    position: absolute;
    left: 70px;
    top: 25px;
    width: 40px;
    height: 72px;
    border-radius: 22px;
    background: #ff941f;
    box-shadow: 0 0 0 8px rgba(255, 148, 31, .1), -43px 29px 0 -18px #ffcb8b, 43px 29px 0 -18px #ffcb8b;
}
.pd-article-hero-art:after { content: ''; position: absolute; left: 89px; top: 99px; width: 4px; height: 28px; background: #df851d; box-shadow: -25px 27px 0 5px #df851d, 25px 27px 0 5px #df851d; }
.pd-article-feature { display: grid; grid-template-columns: 38% 1fr; gap: 24px; padding: 17px; border: 1px solid #edf0f2; border-radius: 12px; background: #fff; box-shadow: 0 8px 20px rgba(35,48,68,.04); }
.pd-article-feature-cover, .pd-article-card-cover { display: grid; place-items: center; overflow: hidden; background: #fff1e5; }
.pd-article-feature-cover { min-height: 210px; border-radius: 8px; }
.pd-article-feature-cover img, .pd-article-card-cover img { width: 100%; height: 100%; object-fit: cover; }
.pd-article-feature-cover b, .pd-article-card-cover b { color: #de7512; font-size: 20px; }
.pd-article-feature-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.pd-article-tag { display: inline-block; width: max-content; padding: 3px 7px; border-radius: 4px; background: #fff0e4; color: #ed7912; font-size: 10px; font-weight: 800; }
.pd-article-feature-copy h2 { margin: 12px 0 9px; color: #1f2a39; font-size: 23px; line-height: 1.35; }
.pd-article-feature-copy p { margin: 0; color: #68727e; font-size: 13px; line-height: 1.75; }
.pd-article-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 17px; color: #89919a; font-size: 11px; }
.pd-article-meta b { color: #4c5663; }
.pd-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 25px; margin-top: 28px; }
.pd-article-tabs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 17px; }
.pd-article-tabs a { padding: 8px 15px; border: 1px solid #edf0f2; border-radius: 18px; color: #65707b; font-size: 12px; font-weight: 700; }
.pd-article-tabs a.is-active, .pd-article-tabs a:hover { border-color: #ff7412; background: #ff7412; color: #fff; }
.pd-article-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.pd-article-card { overflow: hidden; border: 1px solid #edf0f2; border-radius: 10px; background: #fff; }
.pd-article-card-cover { height: 152px; }
.pd-article-card-body { padding: 13px 14px 15px; }
.pd-article-card h3 { margin: 8px 0 5px; color: #293445; font-size: 15px; line-height: 1.5; }
.pd-article-card p { display: -webkit-box; overflow: hidden; margin: 0; color: #7b848e; font-size: 11px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.pd-article-card .pd-article-meta { margin-top: 10px; font-size: 10px; }
.pd-article-side section { margin-bottom: 15px; padding: 16px; border: 1px solid #edf0f2; border-radius: 10px; background: #fff; }
.pd-article-side h2 { margin: 0 0 11px; color: #2b3544; font-size: 15px; }
.pd-article-side li { padding: 9px 0; border-bottom: 1px solid #f0f2f3; color: #5e6874; font-size: 12px; line-height: 1.45; }
.pd-article-side li:last-child { border-bottom: 0; }
.pd-article-detail { padding: 40px 0 70px; background: #f6f8fa; }
.pd-article-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 275px; gap: 24px; align-items: start; }
.pd-article-paper, .pd-article-related { border: 1px solid #ebeff2; border-radius: 11px; background: #fff; }
.pd-article-paper { padding: 40px 50px; }
.pd-article-paper h1 { margin: 12px 0; color: #202a38; font-size: 32px; line-height: 1.35; }
.pd-article-content { margin-top: 28px; padding-top: 25px; border-top: 1px solid #e8ecef; color: #384350; font-size: 16px; line-height: 2; }
.pd-article-content img { max-width: 100%; height: auto; }
.pd-article-related { padding: 16px; }
.pd-article-related h2 { margin: 0 0 9px; font-size: 15px; }
.pd-article-related a { display: block; padding: 11px 0; border-bottom: 1px solid #eff1f3; color: #66707a; font-size: 12px; line-height: 1.45; }
.pd-article-editor-page { padding: 36px 0 65px; background: #f6f8fa; }
.pd-article-editor { padding: 28px; border: 1px solid #e7ebee; border-radius: 11px; background: #fff; }
.pd-article-editor .pd-form { max-width: none; }
.pd-editor-label { display: block; margin-bottom: 8px; color: #2e3947; font-size: 13px; font-weight: 700; }
#txt-content { min-height: 420px; }
.pd-article-editor .wangEditor-container { min-height: 420px; border-color: #dfe4e8; border-radius: 7px; }
.pd-article-editor .wangEditor-txt { min-height: 360px; padding: 18px 20px; color: #34404d; font-size: 15px; line-height: 1.85; }

.pd-article-mine-page {
    padding: 42px 0 62px;
}

.pd-article-mine-list {
    overflow: hidden;
    border: 1px solid #e8ecef;
    border-radius: 10px;
    background: #fff;
}

.pd-article-mine-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #edf0f2;
}

.pd-article-mine-item:last-child {
    border-bottom: 0;
}

.pd-article-mine-copy {
    min-width: 0;
}

.pd-article-mine-title {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.pd-article-mine-title h2 {
    overflow: hidden;
    margin: 0;
    color: #273344;
    font-size: 17px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pd-article-mine-title .pd-status {
    flex: 0 0 auto;
}

.pd-article-mine-copy p {
    display: -webkit-box;
    overflow: hidden;
    margin: 7px 0 9px;
    color: #727c87;
    font-size: 13px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pd-article-mine-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: #969da5;
    font-size: 11px;
}

.pd-article-mine-actions {
    display: flex;
    gap: 8px;
}

.pd-article-mine-actions a {
    padding: 7px 11px;
    border: 1px solid #e1e6ea;
    border-radius: 6px;
    color: #536071;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.pd-article-mine-actions a:hover {
    border-color: #ffb47f;
    color: #ff7412;
}

.pd-article-reject-reason {
    margin-top: 10px;
    padding: 9px 11px;
    border-left: 3px solid #d95c5c;
    background: #fff3f3;
    color: #a64242;
    font-size: 12px;
    line-height: 1.6;
}

.pd-article-preview-banner {
    margin: -16px -24px 22px;
    padding: 10px 14px;
    border-radius: 7px;
    background: #fff4e8;
    color: #c86610;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.pd-article-commercial-label {
    display: inline-block;
    margin-left: 6px;
    padding: 3px 7px;
    border-radius: 4px;
    background: #fff6df;
    color: #9b6a13;
    font-size: 10px;
    font-weight: 800;
}

.pd-article-media {
    margin-top: 24px;
    padding: 16px;
    border: 1px solid #e8ecef;
    border-radius: 9px;
    background: #fafbfc;
}

.pd-article-media video,
.pd-article-media audio {
    display: block;
    width: 100%;
}

.pd-article-source {
    margin-top: 26px;
    padding-top: 16px;
    border-top: 1px solid #edf0f2;
    color: #8a929b;
    font-size: 11px;
}

.pd-article-source a {
    color: #5275a7;
    font-weight: 700;
}

.pd-article-products,
.pd-article-comments {
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid #edf0f2;
}

.pd-article-products h2,
.pd-article-comments h2 {
    margin: 0 0 14px;
    color: #273344;
    font-size: 19px;
}

.pd-article-products > a {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 11px;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid #f0f2f3;
}

.pd-article-products .pd-logo {
    width: 42px;
    height: 42px;
}

.pd-article-products span {
    min-width: 0;
}

.pd-article-products span b,
.pd-article-products span em {
    display: block;
}

.pd-article-products span em {
    overflow: hidden;
    margin-top: 2px;
    color: #858e98;
    font-size: 11px;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pd-article-products strong {
    color: #ff7412;
    font-size: 11px;
}

.pd-article-commercial-field {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5f6975;
    font-size: 12px;
}

.pd-article-commercial-field input {
    width: auto;
}

.pd-field-help {
    display: block;
    margin-top: 6px;
    color: #9299a1;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
}

.pd-article-editor select[multiple] {
    min-height: 112px;
}

.pd-article-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 16px;
}

.pd-article-category-list .pd-article-tag {
    margin: 0;
}

.pd-article-report {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid #edf0f2;
    color: #8a929b;
    font-size: 11px;
}

.pd-article-report details {
    width: min(100%, 360px);
}

.pd-article-report summary {
    cursor: pointer;
    text-align: right;
}

.pd-article-report form {
    margin-top: 12px;
    padding: 14px;
    border: 1px solid #e5e9ec;
    border-radius: 7px;
    background: #fafbfc;
}

.pd-article-report label {
    display: block;
    margin-bottom: 10px;
    color: #5b6570;
    font-size: 12px;
    font-weight: 700;
}

.pd-article-report select,
.pd-article-report textarea {
    box-sizing: border-box;
    width: 100%;
    margin-top: 6px;
    padding: 9px 10px;
    border: 1px solid #dfe4e8;
    border-radius: 6px;
    background: #fff;
    color: #34404d;
    font: inherit;
}

.pd-article-report textarea {
    min-height: 82px;
    resize: vertical;
}

.pd-article-toast {
    position: fixed;
    z-index: 1000;
    top: 24px;
    left: 50%;
    max-width: min(420px, calc(100vw - 32px));
    padding: 11px 18px;
    border: 1px solid transparent;
    border-radius: 7px;
    opacity: 0;
    box-shadow: 0 10px 30px rgba(31, 42, 57, .14);
    font-size: 13px;
    font-weight: 700;
    transform: translate(-50%, -12px);
    transition: opacity .18s ease, transform .18s ease;
}

.pd-article-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.pd-article-toast.is-success {
    border-color: #bfe6d0;
    background: #effaf4;
    color: #23734a;
}

.pd-article-toast.is-error {
    border-color: #f0c8c8;
    background: #fff3f3;
    color: #a64242;
}

.pd-comment-list article.is-reply {
    margin-left: 42px;
    padding-left: 14px;
    border-left: 2px solid #edf0f2;
}

.pd-comment-reply-action {
    padding: 0;
    border: 0;
    background: transparent;
    color: #7d8791;
    cursor: pointer;
    font-size: 11px;
}

.pd-comment-reply-action:hover {
    color: #ff7412;
}

.pd-comment-replying {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 7px 9px;
    border-radius: 5px;
    background: #fff5ed;
    color: #b85f15;
    font-size: 11px;
}

.pd-comment-replying[hidden] {
    display: none;
}

.pd-comment-replying button {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}

@media (max-width: 760px) {
    .pd-article-mine-page {
        padding: 26px 0 42px;
    }

    .pd-article-mine-item {
        grid-template-columns: 1fr;
        gap: 13px;
        padding: 16px;
    }

    .pd-article-mine-title {
        align-items: flex-start;
    }

    .pd-article-mine-title h2 {
        white-space: normal;
    }

    .pd-article-mine-actions {
        justify-content: flex-end;
    }

    .pd-comment-list article.is-reply {
        margin-left: 18px;
    }
}
@media (max-width: 760px) {
    .pd-article-hero-art,
    .pd-article-side {
        display: none;
    }

    .pd-article-feature,
    .pd-article-layout,
    .pd-article-detail-grid {
        grid-template-columns: 1fr;
    }

    .pd-article-feature-cover {
        min-height: 175px;
    }

    .pd-article-grid {
        grid-template-columns: 1fr;
    }

    .pd-article-paper {
        padding: 25px 20px;
    }

    .pd-article-paper h1 {
        font-size: 25px;
    }

    .pd-article-detail {
        padding: 22px 0 40px;
    }

    .pd-article-feature-copy h2 {
        font-size: 19px;
    }
}
