/* ===== 发现卡片主题 ===== */
.disc-body {
    --disc-bg: #f3f5f8;
    --disc-card: #fff;
    --disc-text: #1f2329;
    --disc-muted: #8a9199;
    --disc-blue: var(--theme-theme, #4c7dff);
    background: var(--disc-bg);
    color: var(--disc-text);
    min-height: 100vh;
    padding-bottom: 72px;
}

.disc-body.disc-dark {
    --disc-bg: #12141a;
    --disc-card: #1c1f28;
    --disc-text: #f2f3f5;
    --disc-muted: #9aa0a6;
}

.disc-body .headBg { display: none; }

.disc-home-body .sjp-header,
.disc-home-body .headerBox {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: auto;
    height: auto;
    z-index: 50;
    pointer-events: none;
}

.disc-home-body .sjp-header .bg,
.disc-home-body .sjp-header .logoBox,
.disc-home-body .sjp-header .search,
.disc-home-body .sjp-header .navs .item,
.disc-home-body .sjp-header .navs .btns,
.disc-home-body .headerKox {
    display: none !important;
}

.disc-home-body .sjp-menu-btn {
    pointer-events: auto;
    margin: 12px 14px 0 0;
    box-shadow: 0 4px 14px rgba(0,0,0,.08);
}

.disc-page {
    width: min(640px, 100%);
    margin: 0 auto;
    padding: 14px 14px 24px;
    box-sizing: border-box;
}

.disc-search-row {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-right: 48px;
}

.disc-search {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--disc-card);
    box-shadow: 0 4px 16px rgba(31,35,41,.06);
}

.disc-search .iconfont {
    color: var(--disc-muted);
    font-size: 18px;
}

.disc-search input {
    flex: 1;
    border: 0;
    background: transparent;
    font-size: 14px;
    color: var(--disc-text);
}

.disc-banner {
    position: relative;
    margin-top: 14px;
    border-radius: 18px;
    overflow: hidden;
    height: 160px;
    background: #dde3ee;
    box-shadow: 0 8px 24px rgba(31,35,41,.08);
}

.disc-banner-item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
}

.disc-banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.disc-banner-mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 16px 14px;
    background: linear-gradient(transparent, rgba(0,0,0,.55));
}

.disc-banner-mask h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
}

.disc-banner-mask p {
    margin: 4px 0 0;
    font-size: 12px;
    opacity: .9;
}

.disc-banner-dots {
    position: absolute;
    right: 12px;
    bottom: 10px;
    display: flex;
    gap: 5px;
}

.disc-banner-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,.45);
}

.disc-banner-dots span.on {
    background: #fff;
    width: 14px;
    border-radius: 6px;
}

.disc-notice {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    background: var(--disc-card);
    box-shadow: 0 2px 10px rgba(31,35,41,.04);
}

.disc-notice-tag {
    flex: none;
    font-size: 11px;
    color: #fff;
    background: var(--disc-blue);
    padding: 2px 8px;
    border-radius: 999px;
}

.disc-notice-text {
    flex: 1;
    min-width: 0;
    font-size: 12px;
    color: var(--disc-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.disc-notice-close {
    flex: none;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    color: var(--disc-muted);
    cursor: pointer;
    font-size: 18px;
}

.disc-cards {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 10px;
    min-height: 168px;
}

.disc-cards-2 {
    grid-template-columns: 1fr 1fr;
    min-height: 140px;
}

.disc-card-hist-full {
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.disc-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    text-decoration: none !important;
    display: block;
}

.disc-card-theme {
    min-height: 168px;
    background: linear-gradient(145deg, #5b8cff 0%, #7a6bff 55%, #9b6bff 100%);
    padding: 18px 16px;
}

.disc-card-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.disc-card-hist {
    flex: 1;
    background: linear-gradient(135deg, #ff9a4d, #ffc44d);
    padding: 14px 14px 12px;
}

.disc-card-app {
    flex: 1;
    background: linear-gradient(135deg, #6a8cff, #8b7bff);
    padding: 14px 14px 12px;
}

.disc-card-text h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
}

.disc-card-text p {
    margin: 4px 0 0;
    font-size: 12px;
    opacity: .9;
}

.disc-card-illu {
    position: absolute;
    right: 10px;
    bottom: 8px;
    font-size: 56px;
    opacity: .35;
    line-height: 1;
}

.disc-card-ico {
    position: absolute;
    right: 12px;
    bottom: 10px;
    font-size: 22px;
    opacity: .85;
}

.disc-cate {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.disc-cate-scroll {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    flex: 1;
}

.disc-cate-scroll::-webkit-scrollbar { display: none; }

.disc-cate-item {
    flex: none;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 13px;
    color: var(--disc-muted);
    background: transparent;
    cursor: pointer;
}

.disc-cate-item.active {
    background: var(--disc-blue);
    color: #fff;
    font-weight: 600;
}

.disc-hot {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.disc-hot-item {
    display: block;
    color: inherit;
    text-decoration: none !important;
}

.disc-hot-cover {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 3/4;
    background: #e8ecf3;
}

.disc-dark .disc-hot-cover {
    background: #2a2f3a;
}

.disc-hot-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.disc-hot-ph {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    color: #aab2bd;
}

.disc-hot-badge {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #ff5a4e, #ff8a3d);
    color: #fff;
    font-size: 10px;
    padding: 3px 7px;
    border-radius: 0 0 10px 0;
    font-weight: 700;
}

.disc-hot-title {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 1.4;
    height: 2.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.disc-empty {
    grid-column: 1 / -1;
    text-align: center;
    color: var(--disc-muted);
    padding: 40px 0;
}

.disc-tabbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 58px;
    background: var(--disc-card);
    border-top: 1px solid rgba(0,0,0,.05);
    display: flex;
    z-index: 40;
    box-shadow: 0 -4px 16px rgba(0,0,0,.04);
}

.disc-tabbar a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: var(--disc-muted);
    font-size: 11px;
    text-decoration: none !important;
}

.disc-tabbar a i {
    font-style: normal;
    font-size: 18px;
    line-height: 1;
}

.disc-tabbar a.on {
    color: var(--disc-blue);
    font-weight: 600;
}

.disc-history .item {
    padding: 10px 4px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.disc-history .empty {
    text-align: center;
    color: #999;
    padding: 24px 0;
}

.disc-history .clear {
    text-align: center;
    color: var(--disc-blue);
    padding: 14px 0 4px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .disc-banner { height: 42vw; border-radius: 4.2vw; }
    .disc-cards { min-height: 42vw; }
    .disc-card-theme { min-height: 42vw; }
    .disc-hot { grid-template-columns: repeat(3, 1fr); gap: 2.4vw; }
}

/* ===== 经典排行主题 ===== */
.classic-body {
    background: var(--theme-background, #f5f7fb);
    min-height: 100vh;
}

.classic-home {
    width: min(1100px, 100%);
    margin: 0 auto;
    padding: 24px 16px 40px;
    box-sizing: border-box;
}

.classic-hero {
    text-align: center;
    padding: 20px 0 10px;
}

.classic-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.classic-brand img { height: 48px; }

.classic-brand h1 {
    margin: 0;
    font-size: 34px;
    font-weight: 800;
    color: var(--theme-color, #1f2329);
}

.classic-sub {
    margin: 8px 0 0;
    color: #8a9199;
    font-size: 14px;
}

.classic-search {
    margin: 22px auto 0;
    max-width: 560px;
    height: 50px;
    display: flex;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(22,119,255,.08);
}

.classic-search input {
    flex: 1;
    border: 0;
    padding: 0 16px;
    font-size: 15px;
    background: transparent;
}

.classic-search button {
    width: 56px;
    border: 0;
    background: var(--theme-theme, #1677ff);
    color: #fff;
    cursor: pointer;
}

.classic-search button .iconfont {
    color: #fff;
    font-size: 20px;
}

.classic-notice {
    margin: 18px auto 0;
    max-width: 560px;
    padding: 10px 14px;
    border-radius: 10px;
    background: #fff7e6;
    color: #ad6800;
    font-size: 13px;
    text-align: center;
}

.classic-grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 14px;
}

.classic-block {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(31,35,41,.05);
    overflow: hidden;
}

.classic-block-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 14px 8px;
    border-bottom: 1px solid #f0f2f5;
}

.classic-block-hd h3 {
    margin: 0;
    font-size: 16px;
}

.classic-block-hd span {
    font-size: 12px;
    color: var(--theme-theme, #1677ff);
    background: #edf5ff;
    padding: 3px 10px;
    border-radius: 999px;
}

.classic-list {
    padding: 6px 8px 10px;
}

.classic-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 6px;
    border-bottom: 1px solid #f5f6f8;
    color: inherit;
    text-decoration: none !important;
}

.classic-item:last-child { border-bottom: 0; }

.classic-item .num {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #909399;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.classic-item .num.n1 { background: #ff4d4f; }
.classic-item .num.n2 { background: #fa8c16; }
.classic-item .num.n3 { background: #faad14; }

.classic-item .tit {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.classic-item .date {
    flex: none;
    font-size: 12px;
    color: #9aa3af;
}

@media screen and (max-width: 768px) {
    .classic-brand h1 { font-size: 8vw; }
    .classic-grid { grid-template-columns: 1fr; }
}

/* ===== 左上角昼夜切换（与右侧菜单对称） ===== */
.theme-mode-btn {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(31, 35, 41, .08);
    border-radius: 14px;
    background: #fff;
    color: #faad14;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(31, 35, 41, .08);
    transition: transform .15s, background .15s, color .15s;
    padding: 0;
    flex: none;
}
.theme-mode-btn:hover { transform: translateY(-1px); }
.theme-mode-btn:active { transform: scale(.96); }
.theme-mode-ico { display: block; width: 24px; height: 24px; }
body.theme-dark .theme-mode-btn {
    background: #1c1f28;
    border-color: #2a2f3a;
    color: #e8eaed;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .35);
}
body.theme-dark .sjp-menu-btn {
    background: #1c1f28;
    border: 1px solid #2a2f3a;
    color: #e8eaed !important;
}

@media screen and (max-width: 768px) {
    .theme-mode-btn,
    .sjp-menu-btn {
        width: 11vw;
        height: 11vw;
        border-radius: 3vw;
    }
    .theme-mode-btn .theme-mode-ico {
        width: 5.6vw;
        height: 5.6vw;
    }
    .sjp-menu-btn {
        font-size: 5.2vw !important;
        margin-left: 2vw;
    }
    .sjp-header-solid .logoBox .title {
        font-size: 4.6vw;
    }
}

/* ===== 热门搜索主题 ===== */
.hot-body {
    background: linear-gradient(180deg, #eef5ff 0%, #f5f7fb 40%, #f5f7fb 100%);
    min-height: 100vh;
    color: #1f2329;
}
.hot-home-body .sjp-header-home .search,
.hot-home-body .sjp-header-home .logoBox { opacity: 0 !important; pointer-events: none; }
.hot-home {
    max-width: 560px;
    margin: 0 auto;
    padding: 48px 18px 40px;
}
.hot-brand { text-align: center; margin-bottom: 22px; }
.hot-logo { width: 64px; height: 64px; border-radius: 16px; object-fit: cover; }
.hot-title { margin: 12px 0 6px; font-size: 28px; font-weight: 800; letter-spacing: .02em; }
.hot-sub { margin: 0; color: #86909c; font-size: 14px; }
.hot-search-card {
    position: relative;
    background: #fff;
    border: 1px solid #d6e4ff;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(22, 119, 255, .08);
    padding: 16px;
}
.hot-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #e5e6eb;
    border-radius: 12px;
    background: #fafbfc;
    color: #4e5969;
    font-size: 14px;
    cursor: pointer;
}
.hot-filter {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 62px;
    z-index: 20;
    background: #fff;
    border: 1px solid #e5e6eb;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    overflow: hidden;
}
.hot-filter a {
    display: block;
    padding: 12px 14px;
    color: #4e5969;
    text-decoration: none;
    border-bottom: 1px solid #f2f3f5;
}
.hot-filter a:last-child { border-bottom: 0; }
.hot-filter a.active { color: #1677ff; background: #f0f6ff; font-weight: 600; }
.hot-input {
    width: 100%;
    height: 44px;
    margin-top: 12px;
    padding: 0 14px;
    border: 1px solid #e5e6eb;
    border-radius: 12px;
    background: #fff;
    font-size: 15px;
    box-sizing: border-box;
    outline: none;
}
.hot-input:focus { border-color: #91caff; }
.hot-search-btn {
    width: 100%;
    margin-top: 14px;
    height: 46px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #3b8cff, #1677ff);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}
.hot-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
    align-items: center;
    justify-content: center;
}
.hot-tags-label {
    font-size: 13px;
    color: #86909c;
    font-weight: 600;
}
.hot-tag {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    color: #fff !important;
    font-size: 13px;
    text-decoration: none !important;
    max-width: 46%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-tag.c0 { background: #13c2c2; }
.hot-tag.c1 { background: #eb2f96; }
.hot-tag.c2 { background: #722ed1; }
.hot-tag.c3 { background: #faad14; }
.hot-tag.c4 { background: #52c41a; }
.hot-tag.c5 { background: #fa541c; }
.hot-tag.c6 { background: #2f54eb; }
.hot-tag.c7 { background: #08979c; }

body.theme-dark.hot-body { background: #12141a; }
body.theme-dark .hot-search-card { background: #1c1f28; border-color: #2a2f3a; }
body.theme-dark .hot-select,
body.theme-dark .hot-input,
body.theme-dark .hot-filter { background: #232733; border-color: #3a4050; color: #e8eaed; }
body.theme-dark .hot-title { color: #f2f3f5; }

/* ===== 搜索结果卡片（彩色标签） ===== */
.rs-page { padding-top: 8px; max-width: 960px; margin: 0 auto; }
.rs-page .sjp-pan-tabs { display: none !important; }
.rs-head { text-align: center; margin: 4px 0 16px; }
.rs-title { margin: 0; font-size: 22px; font-weight: 800; color: #1f2329; letter-spacing: .02em; }
.rs-sub { margin: 8px 0 0; font-size: 13px; color: #86909c; line-height: 1.5; }
.rs-cards { display: flex; flex-direction: column; gap: 12px; }
.rs-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid #eef0f3;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(31,35,41,.05);
    padding: 16px;
    transition: box-shadow .15s, border-color .15s;
}
.rs-card:hover {
    border-color: #d6e4ff;
    box-shadow: 0 8px 20px rgba(22,119,255,.08);
}
.rs-card-body { flex: 1; min-width: 0; cursor: pointer; }
.rs-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #1f2329;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rs-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    align-items: center;
}
.rs-pan-tag,
.rs-status-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    box-sizing: border-box;
}
.rs-pan-tag { color: #fff; }
.rs-pan-tag.pan-quark { background: #3D96E6; }
.rs-pan-tag.pan-baidu { background: #58B2DC; }
.rs-pan-tag.pan-xunlei { background: #FF5722; }
.rs-pan-tag.pan-uc { background: #9B59B6; }
.rs-pan-tag.pan-ali { background: #36CFC9; }
.rs-status-tag {
    background: #f2f3f5;
    color: #86909c;
}
.rs-status-tag.is-ok {
    background: #E8F5E9;
    color: #4CAF50;
}
.rs-status-tag.is-dead {
    background: #FFEBEE;
    color: #F44336;
}
.rs-status-tag.is-checking {
    background: #E3F2FD;
    color: #2196F3;
}
.rs-status-tag.is-unknown {
    background: #f2f3f5;
    color: #86909c;
}
.rs-ico { font-style: normal; font-weight: 800; font-size: 12px; }
.rs-spinner {
    width: 12px;
    height: 12px;
    border: 2px solid rgba(33,150,243,.25);
    border-top-color: #2196F3;
    border-radius: 50%;
    animation: sjpSpin .7s linear infinite;
    flex-shrink: 0;
}
.rs-card-time { margin-top: 8px; font-size: 12px; color: #a9aeb8; }
.rs-get-btn {
    flex: none;
    min-width: 86px;
    height: 38px;
    padding: 0 14px;
    border: 0;
    border-radius: 10px;
    background: #409EFF;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background .15s, opacity .15s;
}
.rs-get-btn:hover { background: #337ecc; }
.rs-get-btn.is-ok { background: #409EFF; color: #fff; }
.rs-get-btn.is-dead { background: #F44336; color: #fff; }
.rs-get-btn.is-checking,
.rs-get-btn:disabled {
    background: #C0C4CC;
    color: #fff;
    cursor: not-allowed;
    opacity: 1;
}
.rs-top {
    position: fixed;
    right: 18px;
    bottom: 28px;
    z-index: 40;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #409EFF;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 6px 16px rgba(64,158,255,.35);
    cursor: pointer;
}
@keyframes sjpSpin { to { transform: rotate(360deg); } }

body.theme-dark .rs-title { color: #f2f3f5; }
body.theme-dark .rs-card {
    background: #1c1f28;
    box-shadow: none;
    border-color: #2a2f3a;
}
body.theme-dark .rs-card:hover { border-color: #3a4050; }
body.theme-dark .rs-card-title { color: #e8eaed; }

@media screen and (min-width: 769px) {
    .rs-page { padding: 12px 24px 40px; }
    .rs-title { font-size: 24px; }
    .rs-card { padding: 18px 20px; gap: 20px; }
    .rs-card-title { font-size: 17px; -webkit-line-clamp: 1; }
    .rs-pan-tag,
    .rs-status-tag { min-height: 26px; padding: 0 12px; font-size: 13px; }
    .rs-get-btn { min-width: 96px; height: 40px; font-size: 14px; }
}

@media screen and (max-width: 768px) {
    .rs-page { padding-left: 3.5vw; padding-right: 3.5vw; }
    .rs-title { font-size: 5vw; }
    .rs-sub { font-size: 3.2vw; }
    .rs-card { padding: 3.5vw; gap: 2.5vw; border-radius: 3vw; }
    .rs-card-title { font-size: 3.9vw; }
    .rs-pan-tag,
    .rs-status-tag { min-height: 5.5vw; padding: 0 2.4vw; font-size: 3vw; }
    .rs-get-btn { min-width: 18vw; height: 9vw; font-size: 3.2vw; border-radius: 2.2vw; }
    .rs-top { right: 4vw; bottom: 6vw; width: 11vw; height: 11vw; }
}

/* ===== 获取资源弹窗（第三张图） ===== */
.getLinkDialog.el-dialog,
.getLinkDialog .el-dialog {
    border-radius: 16px !important;
    overflow: hidden;
}
.getLinkDialog .el-dialog__headerbtn {
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    background: #f2f3f5;
    border-radius: 50%;
}
.getLinkBox { text-align: left; }
.getLink-collect,
.getLink-success-only {
    text-align: center;
    padding: 36px 12px 28px;
}
.getLink-collect-spin {
    width: 42px;
    height: 42px;
    margin: 0 auto 14px;
    border: 3px solid #d6e4ff;
    border-top-color: #1677ff;
    border-radius: 50%;
    animation: sjpSpin .8s linear infinite;
}
.getLink-success-ico {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #e8ffea;
    color: #00b42a;
    font-size: 26px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}
.getLink-collect-title {
    font-size: 18px;
    font-weight: 800;
    color: #1f2329;
}
.getLink-collect-desc {
    margin-top: 8px;
    font-size: 13px;
    color: #86909c;
}
.getLink-ok-banner {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #e8ffea;
    color: #00b42a;
    font-size: 12px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .hot-home { padding: 10vw 4.5vw 8vw; }
    .hot-title { font-size: 7vw; }
    .rs-title { font-size: 5vw; }
    .rs-card { padding: 3.5vw; }
    .rs-card-title { font-size: 3.8vw; }
}
