.wbp-cbm {
    clear: both;
    margin: 24px auto 16px;
    padding: 18px 12px 12px;
    text-align: center;
    border-top: 1px solid rgba(125, 135, 145, .18);
}

.dwqr-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.wb-btn-dwqr {
    width: 64px;
    height: 64px;
    display: inline-flex;
    flex: 0 0 64px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #2977ad;
    border: 1px solid rgba(41, 119, 173, .45);
    border-radius: 50%;
    background: rgba(41, 119, 173, .055);
    text-decoration: none !important;
    cursor: pointer;
    transition: color .18s ease, background .18s ease, transform .18s ease;
}

.wb-btn-dwqr:hover,
.wb-btn-dwqr:focus {
    color: #fff;
    background: #2977ad;
    box-shadow: 0 7px 18px rgba(41, 119, 173, .2);
    transform: translateY(-2px);
}

.wb-btn-dwqr i { font-size: 18px; line-height: 1; }
.wb-btn-dwqr span { font-size: 12px; line-height: 1.2; white-space: nowrap; }
.wb-btn-like.is-liked { color: #f1404b; }
.wb-btn-like.is-liked:not(:hover) {
    border-color: rgba(241, 64, 75, .45);
    background: rgba(241, 64, 75, .055);
}

.snc-dwqr-modal {
    position: fixed;
    z-index: 10060;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.snc-dwqr-modal[hidden] { display: none !important; }
.snc-sponsor-frame-modal {
    padding: 0;
    background: transparent;
}
.snc-sponsor-frame {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
}
.wbui-dialog-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .52);
}
.wbui-dialog {
    position: relative;
    width: min(420px, 92vw);
    overflow: hidden;
    color: #2c3035;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .28);
}
.wbui-dialog-close {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    padding: 0;
    color: #858b92;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.wbui-dialog-hd {
    padding: 21px 52px 17px;
    font-size: 19px;
    text-align: center;
    border-bottom: 1px solid #edf0f2;
}
.snc-donate-body { padding: 30px; text-align: center; }
.snc-donate-body > i { color: #f15b6c; font-size: 40px; }
.snc-donate-body p { margin: 14px 0 22px; color: #737980; }
.snc-donate-go {
    display: inline-flex;
    min-width: 150px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: #2876ad;
    border-radius: 4px;
}

.snc-poster-dialog { width: min(390px, 92vw); padding: 18px; }
.snc-poster-card { padding: 12px; background: #fff; }
.snc-poster-cover { display: block; width: 100%; max-height: 360px; object-fit: cover; border-radius: 5px; }
.snc-poster-card h3 { margin: 18px 0; font-size: 20px; line-height: 1.5; }
.snc-poster-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; }
.snc-poster-foot strong, .snc-poster-foot small { display: block; }
.snc-poster-foot small { margin-top: 5px; color: #92989e; }
.snc-poster-qr { width: 92px; height: 92px; flex: 0 0 92px; }

.wb-share-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 28px 22px 30px; }
.share-logo { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 8px; color: #555 !important; text-align: center; text-decoration: none !important; }
.share-logo::before,
.share-logo::after { display: none !important; content: none !important; }
.share-logo i { width: 48px; height: 48px; display: inline-flex; flex: 0 0 48px; align-items: center; justify-content: center; color: #fff; font-size: 21px; line-height: 48px; background: #45b97c; border-radius: 50%; }
.share-logo.icon-weibo i { background: #e94f4f; }
.share-logo.icon-qzone i { background: #f5a623; }
.share-logo.icon-system i { background: #4688e5; }
.share-logo span { min-height: 20px; font-size: 13px; line-height: 20px; white-space: nowrap; }

.snc-download-dialog { width: min(460px, 94vw); }
.snc-download-heading {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 22px 52px 18px 22px;
    background: #fff;
    border-bottom: 1px solid #eef0f2;
}
.snc-download-heading-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19px;
    background: #181a1d;
    border-radius: 8px;
}
.snc-download-heading strong { display: block; font-size: 18px; line-height: 1.35; }
.snc-download-heading p { margin: 3px 0 0; color: #8a9097; font-size: 12px; }
.snc-download-platforms {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 18px 20px 14px;
}
.snc-download-platform {
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 11px;
    color: #30353a !important;
    background: #fff;
    border: 1px solid #e6e9ed;
    border-radius: 8px;
    text-decoration: none !important;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.snc-download-platform:hover {
    background: #fafbfc;
    border-color: #bfc5cc;
    box-shadow: 0 6px 18px rgba(37, 48, 61, .07);
    transform: translateY(-1px);
}
.snc-platform-mark {
    width: 48px;
    height: 48px;
    display: inline-flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    background: #1672dc;
    border-radius: 8px;
    letter-spacing: 0;
}
.platform-macos .snc-platform-mark { background: #272a2e; }
.platform-android .snc-platform-mark { background: #1f9d63; }
.platform-ios .snc-platform-mark { background: #675bd7; }
.snc-platform-copy { min-width: 0; display: block; flex: 1 1 auto; }
.snc-platform-copy strong { display: block; color: #262a2f; font-size: 15px; line-height: 1.35; }
.snc-platform-copy small { display: block; margin-top: 3px; color: #92989f; font-size: 12px; line-height: 1.35; }
.snc-platform-action {
    min-width: 66px;
    height: 34px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    background: #181a1d;
    border-radius: 6px;
}
.snc-platform-action i { margin-left: 3px; font-size: 10px; }
.snc-download-note {
    margin: 0 20px 18px;
    padding: 12px 10px 0;
    color: #92989f;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #edf0f2;
}
.snc-download-note i { margin-right: 5px; }

.io-black-mode .wbui-dialog { color: #eee; background: #282b30; }

@media (max-width: 575.98px) {
    .wbp-cbm { margin-top: 20px; padding: 16px 0 10px; }
    .dwqr-inner { gap: 9px; }
    .wb-btn-dwqr { width: 56px; height: 56px; flex-basis: 56px; }
    .wb-btn-dwqr i { font-size: 16px; }
    .wb-btn-dwqr span { font-size: 11px; }
    .wb-share-list { gap: 8px; padding-inline: 12px; }
    .snc-download-heading { padding: 19px 46px 16px 17px; }
    .snc-download-platforms { padding: 14px; }
    .snc-download-note { margin: 0 16px 16px; }
    .snc-platform-action { min-width: 58px; }
}
