/* PC 首页现代化样式 */
.pc-index-page {
    background: #f4f6f9;
    padding: 24px 0 40px;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.pc-index-page .pc-main-wrap {
    width: 1200px;
    margin: 0 auto;
}

.pc-index-page .pc-hero-row {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    align-items: stretch;
    height: 300px;
}

.pc-index-page .pc-banner {
    flex: 1;
    min-width: 0;
    width: 0;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    background: #ddd;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
    position: relative;
}

.pc-index-page .pc-banner .body-top-poster,
.pc-index-page .pc-banner #index_top_left {
    width: 100% !important;
    height: 300px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.pc-index-page .pc-banner #index_top_left > ul {
    width: 100% !important;
    height: 300px !important;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.pc-index-page .pc-banner #index_top_left > ul > li {
    width: 100% !important;
    height: 300px !important;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.pc-index-page .pc-banner #index_top_left img,
.pc-index-page .pc-banner #index_top_left a,
.pc-index-page .pc-banner #index_top_left a img {
    display: block;
    width: 100% !important;
    height: 300px !important;
    object-fit: cover;
    border: 0;
}

.pc-index-page .pc-banner #btnList {
    bottom: 10px !important;
    right: 10px !important;
    left: auto !important;
}

.pc-index-page .pc-hero-side {
    width: 260px;
    flex-shrink: 0;
    height: 300px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pc-index-page .pc-feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
    border: 1px solid #f0f0f0;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.pc-index-page .pc-feature-card .pc-section-label {
    font-size: 12px;
    color: #f75c07;
    font-weight: 600;
    margin-bottom: 10px;
}

.pc-index-page .pc-feature-link {
    display: flex;
    gap: 12px;
    align-items: center;
    flex: 1;
    min-height: 0;
}

.pc-index-page .pc-feature-link img {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pc-index-page .pc-feature-link .pc-feature-info {
    flex: 1;
    min-width: 0;
}

.pc-index-page .pc-feature-link h3 {
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 6px;
    line-height: 1.3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc-index-page .pc-feature-link p {
    font-size: 12px;
    color: #9ca3af;
    margin: 0;
}

.pc-index-page .pc-feature-link:hover h3 {
    color: #f75c07;
}

.pc-index-page .pc-feature-card .pc-btn-download {
    display: block;
    margin-top: 10px;
    padding: 7px 0;
    text-align: center;
    background: #f75c07;
    color: #fff !important;
    border-radius: 18px;
    font-size: 13px;
}

.pc-index-page .pc-feature-card .pc-btn-download:hover {
    background: #ff690b;
}

.pc-index-page .pc-ad-slot {
    height: 72px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}

.pc-index-page .pc-ad-slot img {
    width: 100%;
    height: 72px;
    object-fit: cover;
}

.pc-index-page .pc-quick-nav {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    padding: 0 4px;
}

.pc-index-page .pc-quick-nav a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 56px;
    background: #fff;
    border-radius: 12px;
    color: #374151;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
    transition: all 0.25s ease;
}

.pc-index-page .pc-quick-nav a:hover {
    color: #f75c07;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(247, 92, 7, 0.15);
}

.pc-index-page .pc-quick-nav a em {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffb347, #f75c07);
    font-style: normal;
    color: #fff;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
}

.pc-index-page .pc-section {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

.pc-index-page .pc-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.pc-index-page .pc-section-head h2 {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 0;
    padding-left: 12px;
    border-left: 4px solid #f75c07;
    line-height: 1.2;
}

.pc-index-page .pc-section-head .pc-more {
    font-size: 13px;
    color: #9ca3af;
}

.pc-index-page .pc-section-head .pc-more:hover {
    color: #f75c07;
}

.pc-index-page .pc-app-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pc-index-page .pc-app-grid li {
    text-align: center;
    padding: 16px 10px;
    border-radius: 10px;
    transition: all 0.25s ease;
    border: 1px solid transparent;
}

.pc-index-page .pc-app-grid li:hover {
    background: #fff9f5;
    border-color: #ffe8d6;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(247, 92, 7, 0.1);
}

.pc-index-page .pc-app-grid .pc-app-icon {
    display: block;
    width: 72px;
    height: 72px;
    margin: 0 auto 10px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.pc-index-page .pc-app-grid .pc-app-icon img {
    width: 72px;
    height: 72px;
    border-radius: 16px;
}

.pc-index-page .pc-app-grid .pc-app-name {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #1f2937;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc-index-page .pc-app-grid .pc-app-name:hover {
    color: #f75c07;
}

.pc-index-page .pc-app-grid .pc-app-cate {
    font-size: 12px;
    color: #9ca3af;
}

.pc-index-page .pc-rank-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.pc-index-page .pc-rank-col {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

.pc-index-page .pc-rank-col h3 {
    font-size: 17px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f75c07;
    text-align: center;
}

.pc-index-page .pc-rank-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pc-index-page .pc-rank-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 8px;
    border-radius: 8px;
    transition: background 0.2s;
}

.pc-index-page .pc-rank-list li:hover {
    background: #fafafa;
}

.pc-index-page .pc-rank-list .pc-rank-num {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #d1d5db;
    flex-shrink: 0;
}

.pc-index-page .pc-rank-list li:nth-child(1) .pc-rank-num { background: #f75c07; }
.pc-index-page .pc-rank-list li:nth-child(2) .pc-rank-num { background: #ff9800; }
.pc-index-page .pc-rank-list li:nth-child(3) .pc-rank-num { background: #ffb74d; }

.pc-index-page .pc-rank-list .pc-rank-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.pc-index-page .pc-rank-list .pc-rank-icon img {
    width: 44px;
    height: 44px;
}

.pc-index-page .pc-rank-list .pc-rank-info {
    flex: 1;
    min-width: 0;
}

.pc-index-page .pc-rank-list .pc-rank-title {
    display: block;
    font-size: 13px;
    color: #374151;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}

.pc-index-page .pc-rank-list .pc-rank-title:hover {
    color: #f75c07;
}

.pc-index-page .pc-rank-list .pc-rank-down {
    font-size: 11px;
    color: #9ca3af;
}

.pc-index-page .pc-two-col {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.pc-index-page .pc-col-main {
    flex: 1;
    min-width: 0;
}

.pc-index-page .pc-col-side {
    width: 300px;
    flex-shrink: 0;
}

.pc-index-page .pc-news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pc-index-page .pc-news-list li {
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
}

.pc-index-page .pc-news-list li:last-child {
    border-bottom: 0;
}

.pc-index-page .pc-news-list a {
    display: block;
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc-index-page .pc-news-list a:hover {
    color: #f75c07;
}

.pc-index-page .pc-news-list a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #f75c07;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.pc-index-page .pc-section.pc-section-topic {
    overflow: hidden;
}

.pc-index-page .pc-topic-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    overflow: hidden;
}

.pc-index-page .pc-topic-hero {
    display: flex;
    gap: 20px;
    padding: 16px;
    background: linear-gradient(135deg, #fff9f5 0%, #fff 100%);
    border: 1px solid #ffe8d6;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.25s;
    color: inherit;
    text-decoration: none;
    box-sizing: border-box;
    width: 100%;
}

.pc-index-page .pc-topic-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.pc-index-page .pc-topic-cards li {
    list-style: none;
    min-width: 0;
}

.pc-index-page .pc-topic-cards li a {
    display: block;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.25s;
    height: 100%;
    box-sizing: border-box;
}

.pc-index-page .pc-topic-cards li img {
    width: 100%;
    height: 88px;
    object-fit: cover;
    display: block;
}

.pc-index-page .pc-topic-hero:hover {
    box-shadow: 0 6px 20px rgba(247, 92, 7, 0.12);
}

.pc-index-page .pc-topic-hero-img {
    width: 260px;
    height: 130px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
}

.pc-index-page .pc-topic-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc-index-page .pc-topic-hero-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pc-index-page .pc-topic-hero-tag {
    display: inline-block;
    padding: 2px 10px;
    margin-bottom: 8px;
    font-size: 12px;
    color: #f75c07;
    background: #fff3eb;
    border-radius: 10px;
    align-self: flex-start;
}

.pc-index-page .pc-topic-hero-body h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 8px;
    line-height: 1.4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc-index-page .pc-topic-hero-body p {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pc-index-page .pc-topic-cards li a:hover {
    border-color: #ffd6b3;
    box-shadow: 0 4px 14px rgba(247, 92, 7, 0.1);
}

.pc-index-page .pc-topic-cards li span {
    display: block;
    padding: 8px 10px;
    font-size: 12px;
    color: #374151;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* ========== PC 内页通用布局 ========== */
.pc-inner-page {
    background: #f4f6f9;
    padding: 24px 0 40px;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.pc-inner-page .pc-main-wrap {
    width: 1200px;
    margin: 0 auto;
}

.pc-inner-page .pc-page-head,
.pc-sub-page .pc-page-head {
    margin-bottom: 16px;
}

.pc-inner-page .pc-page-head h1,
.pc-sub-page .pc-page-head h1 {
    font-size: 22px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 10px;
    padding-left: 12px;
    border-left: 4px solid #f75c07;
}

.pc-inner-page .pc-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 16px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
}

.pc-inner-page .pc-breadcrumb a {
    display: inline-block;
    padding: 4px 12px;
    font-size: 13px;
    color: #6b7280;
    background: #f4f6f9;
    border-radius: 14px;
}

.pc-inner-page .pc-breadcrumb a:hover,
.pc-inner-page .pc-breadcrumb a.pc-cur {
    color: #fff;
    background: #f75c07;
}

.pc-inner-page .pc-inner-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.pc-inner-page .pc-inner-main {
    flex: 1;
    min-width: 0;
}

.pc-inner-page .pc-inner-side {
    width: 280px;
    flex-shrink: 0;
}

.pc-inner-page .pc-section {
    background: #fff;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 0;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

.pc-inner-page .pc-app-item {
    display: flex;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
}

.pc-inner-page .pc-app-item:last-child {
    border-bottom: 0;
}

.pc-inner-page .pc-app-item .pc-app-icon {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.pc-inner-page .pc-app-item .pc-app-icon img {
    width: 72px;
    height: 72px;
}

.pc-inner-page .pc-app-item .pc-app-body {
    flex: 1;
    min-width: 0;
}

.pc-inner-page .pc-app-item .pc-app-title {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 6px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc-inner-page .pc-app-item .pc-app-title:hover {
    color: #f75c07;
}

.pc-inner-page .pc-app-item .pc-app-desc {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pc-inner-page .pc-app-item .pc-app-meta {
    font-size: 12px;
    color: #9ca3af;
}

.pc-inner-page .pc-app-item .pc-app-meta em {
    color: #6b7280;
    font-style: normal;
}

.pc-inner-page .pc-app-item .pc-app-action {
    flex-shrink: 0;
    text-align: center;
}

.pc-inner-page .pc-app-item .pc-app-down {
    display: inline-block;
    padding: 8px 20px;
    background: #f75c07;
    color: #fff !important;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 6px;
}

.pc-inner-page .pc-app-item .pc-app-down:hover {
    background: #ff690b;
}

.pc-inner-page .pc-topic-item {
    display: flex;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.pc-inner-page .pc-topic-item:last-child {
    border-bottom: 0;
}

.pc-inner-page .pc-topic-item .pc-topic-thumb {
    width: 200px;
    height: 120px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
}

.pc-inner-page .pc-topic-item .pc-topic-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc-inner-page .pc-topic-item .pc-topic-body {
    flex: 1;
    min-width: 0;
}

.pc-inner-page .pc-topic-item h3 {
    font-size: 17px;
    margin: 0 0 8px;
}

.pc-inner-page .pc-topic-item h3 a {
    color: #111827;
}

.pc-inner-page .pc-topic-item h3 a:hover {
    color: #f75c07;
}

.pc-inner-page .pc-topic-item .pc-topic-desc {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pc-inner-page .pc-topic-apps {
    font-size: 12px;
    color: #9ca3af;
    margin-bottom: 8px;
}

.pc-inner-page .pc-topic-apps img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin-right: 6px;
    margin-top: 4px;
}

.pc-inner-page .pc-data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.pc-inner-page .pc-data-table th {
    background: #fafafa;
    color: #374151;
    font-weight: 600;
    padding: 12px 10px;
    border-bottom: 2px solid #f0f0f0;
    text-align: center;
}

.pc-inner-page .pc-data-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #f3f4f6;
    text-align: center;
    color: #4b5563;
}

.pc-inner-page .pc-data-table td:first-child {
    text-align: left;
}

.pc-inner-page .pc-data-table tr:hover td {
    background: #fff9f5;
}

.pc-inner-page .pc-data-table a {
    color: #111827;
}

.pc-inner-page .pc-data-table a:hover {
    color: #f75c07;
}

.pc-inner-page .pagebar,
.pc-inner-page .pagebar a,
.pc-index-page .pagebar a {
    text-align: center;
    padding: 16px 0 4px;
}

.pc-inner-page .pagebar a {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 3px;
    border-radius: 6px;
    color: #666;
    border: 1px solid #e5e7eb;
}

.pc-inner-page .pagebar a:hover,
.pc-inner-page .pagebar .current {
    background: #f75c07;
    color: #fff !important;
    border-color: #f75c07;
}

.pc-inner-page .pc-side-box {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.pc-inner-page .pc-side-box h3 {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f75c07;
}

.pc-inner-page .pc-side-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pc-inner-page .pc-side-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}

.pc-inner-page .pc-side-list li:last-child {
    border-bottom: 0;
}

.pc-inner-page .pc-side-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #374151;
    overflow: hidden;
}

.pc-inner-page .pc-side-list a:hover {
    color: #f75c07;
}

.pc-inner-page .pc-side-list .num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    background: #d1d5db;
    flex-shrink: 0;
}

.pc-inner-page .pc-side-list li:nth-child(1) .num { background: #f75c07; }
.pc-inner-page .pc-side-list li:nth-child(2) .num { background: #ff9800; }
.pc-inner-page .pc-side-list li:nth-child(3) .num { background: #ffb74d; }

.pc-inner-page .pc-empty {
    text-align: center;
    padding: 60px 0;
    color: #9ca3af;
    font-size: 14px;
}

body.pc-index-body .warp-content,
body.pc-index-body .marauto {
    width: auto !important;
    float: none !important;
}

body.pc-index-body .body-left,
body.pc-index-body .body-right {
    width: auto !important;
    float: none !important;
}

.pc-index-page .pc-update-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pc-index-page .pc-update-grid li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 8px;
    border-radius: 10px;
    transition: all 0.25s;
}

.pc-index-page .pc-update-grid li a:hover {
    background: #fff9f5;
}

.pc-index-page .pc-update-grid li img {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    margin-bottom: 8px;
}

.pc-index-page .pc-update-grid li span {
    font-size: 12px;
    color: #374151;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.pc-index-page + .line-t-10,
.pc-index-page ~ .line-t-10 {
    display: none;
}

body.pc-index-body {
    background: #f4f6f9 !important;
}

body.pc-index-body .warp {
    background: #f4f6f9 !important;
}

body.pc-index-body .warp-footer {
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.04);
    margin-top: 0;
    clear: both;
    float: none;
    width: 100%;
}

.pc-footer {
    padding: 0;
    overflow: hidden;
}

.pc-footer .pc-footer-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 28px 0 24px;
    box-sizing: border-box;
}

.pc-footer .pc-footer-links {
    margin-bottom: 20px;
}

.pc-footer .pc-footer-links h4 {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 14px;
    padding-left: 10px;
    border-left: 3px solid #f75c07;
}

.pc-footer .pc-footer-link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    line-height: 1.6;
}

.pc-footer .pc-footer-link-list a {
    display: inline-block;
    font-size: 13px;
    color: #6b7280;
    padding: 4px 0;
}

.pc-footer .pc-footer-link-list a:hover {
    color: #f75c07;
    text-decoration: none;
}

.pc-footer .pc-footer-link-list a.more-link {
    color: #f75c07;
}

.pc-footer .pc-footer-bottom {
    display: block;
    padding-top: 18px;
    border-top: 1px solid #f0f0f0;
}

.pc-footer .pc-footer-copy {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 10px;
}

.pc-footer .pc-footer-copy a {
    color: #6b7280;
}

.pc-footer .pc-footer-copy a:hover {
    color: #f75c07;
}

.pc-footer .pc-footer-meta {
    font-size: 12px;
    color: #9ca3af;
    line-height: 1.6;
    text-align: center;
}

.pc-back-top {
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 999;
}

.pc-back-top-btn {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #f75c07;
    color: #fff !important;
    font-size: 20px;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(247, 92, 7, 0.35);
    transition: background 0.2s, transform 0.2s;
}

.pc-back-top-btn:hover {
    background: #ff690b;
    transform: translateY(-2px);
}

body.pc-index-body .to-top {
    display: none !important;
}

body.pc-index-body .warp-footer .marauto,
body.pc-index-body .warp-footer .footer-left,
body.pc-index-body .warp-footer .footer-info {
    width: auto !important;
    float: none !important;
}

.pc-index-page .pc-empty-tip {
    text-align: center;
    color: #9ca3af;
    padding: 40px 0;
    font-size: 14px;
}

/* PC 内页通用（排行/必做） */
.pc-inner-page,
.pc-sub-page {
    background: #f4f6f9;
    padding: 24px 0 40px;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.pc-inner-page .pc-main-wrap,
.pc-sub-page .pc-main-wrap {
    width: 1200px;
    margin: 0 auto;
}

.pc-inner-page .pc-section,
.pc-sub-page .pc-section {
    background: #fff;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

.pc-inner-page .pc-section-head h2,
.pc-sub-page .pc-section-head h2 {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 20px;
    padding-left: 12px;
    border-left: 4px solid #f75c07;
}

.pc-inner-page .pc-rank-list,
.pc-sub-page .pc-rank-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pc-inner-page .pc-rank-list li,
.pc-sub-page .pc-rank-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 10px;
    border-bottom: 1px solid #f3f4f6;
    list-style: none;
}

.pc-inner-page .pc-rank-num,
.pc-sub-page .pc-rank-num {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #d1d5db;
    flex-shrink: 0;
}

.pc-inner-page .pc-rank-list li:nth-child(1) .pc-rank-num,
.pc-sub-page .pc-rank-list li:nth-child(1) .pc-rank-num { background: #f75c07; }
.pc-inner-page .pc-rank-list li:nth-child(2) .pc-rank-num,
.pc-sub-page .pc-rank-list li:nth-child(2) .pc-rank-num { background: #ff9800; }
.pc-inner-page .pc-rank-list li:nth-child(3) .pc-rank-num,
.pc-sub-page .pc-rank-list li:nth-child(3) .pc-rank-num { background: #ffb74d; }

.pc-inner-page .pc-rank-icon img,
.pc-sub-page .pc-rank-icon img {
    width: 52px;
    height: 52px;
    border-radius: 12px;
}

.pc-inner-page .pc-rank-info,
.pc-sub-page .pc-rank-info {
    flex: 1;
    min-width: 0;
}

.pc-inner-page .pc-rank-title,
.pc-sub-page .pc-rank-title {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #1f2937;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc-inner-page .pc-rank-title:hover,
.pc-sub-page .pc-rank-title:hover { color: #f75c07; }

.pc-inner-page .pc-rank-meta,
.pc-sub-page .pc-rank-meta { font-size: 12px; color: #9ca3af; }

.pc-inner-page .pc-rank-btn,
.pc-sub-page .pc-rank-btn {
    padding: 6px 16px;
    background: #f75c07;
    color: #fff !important;
    border-radius: 16px;
    font-size: 13px;
    flex-shrink: 0;
}

.pc-inner-page .pc-rank-btn:hover,
.pc-sub-page .pc-rank-btn:hover { background: #ff690b; }

.pc-inner-page .pc-section-head,
.pc-sub-page .pc-section-head { margin-bottom: 0; }

body.pc-index-body .pc-sub-page,
body.pc-index-body .pc-index-page {
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

/* ========== PC 专题详情页 ========== */
.pc-inner-page .pc-breadcrumb .pc-cur {
    display: inline-block;
    padding: 4px 12px;
    font-size: 13px;
    color: #fff;
    background: #f75c07;
    border-radius: 14px;
}

.pc-inner-page .pc-special-intro {
    margin-bottom: 16px;
}

.pc-inner-page .pc-special-intro-head {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.pc-inner-page .pc-special-intro-logo {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.pc-inner-page .pc-special-intro-logo img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.pc-inner-page .pc-special-intro-body {
    flex: 1;
    min-width: 0;
}

.pc-inner-page .pc-special-intro-body h2 {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 12px;
}

.pc-inner-page .pc-special-intro-desc {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.8;
}

.pc-inner-page .pc-special-app-item {
    display: flex;
    gap: 18px;
    padding: 24px 0;
    border-bottom: 1px solid #f0f0f0;
    align-items: flex-start;
}

.pc-inner-page .pc-special-app-item:last-child {
    border-bottom: 0;
}

.pc-inner-page .pc-special-app-icon {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.pc-inner-page .pc-special-app-icon img {
    width: 72px;
    height: 72px;
}

.pc-inner-page .pc-special-app-body {
    flex: 1;
    min-width: 0;
}

.pc-inner-page .pc-special-app-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.pc-inner-page .pc-special-app-head h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

.pc-inner-page .pc-special-app-head h3 a {
    color: #111827;
}

.pc-inner-page .pc-special-app-head h3 a:hover {
    color: #f75c07;
}

.pc-inner-page .pc-special-app-desc {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.8;
    margin: 10px 0;
}

.pc-inner-page .pc-special-app-shots {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 12px 0;
}

.pc-inner-page .pc-special-app-shots img {
    width: 120px;
    height: auto;
    max-height: 200px;
    border-radius: 8px;
    border: 1px solid #eee;
    object-fit: cover;
}

.pc-inner-page .pc-special-read-more {
    display: inline-block;
    font-size: 13px;
    color: #f75c07;
    margin-top: 4px;
}

.pc-inner-page .pc-special-read-more:hover {
    color: #ff690b;
    text-decoration: underline;
}

.pc-inner-page .pc-special-app-action {
    flex-shrink: 0;
    padding-top: 4px;
    align-self: center;
}

.pc-inner-page .pc-special-down-btn {
    display: inline-block;
    min-width: 108px;
    padding: 10px 26px;
    background: linear-gradient(135deg, #f75c07 0%, #ff690b 100%);
    color: #fff !important;
    border-radius: 22px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    box-shadow: 0 4px 14px rgba(247, 92, 7, 0.32);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    white-space: nowrap;
}

.pc-inner-page .pc-special-down-btn:hover {
    background: linear-gradient(135deg, #ff690b 0%, #ff7a1a 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(247, 92, 7, 0.38);
}

/* ========== PC 应用详情页 ========== */
.pc-inner-page .pc-app-detail-hero {
    display: flex;
    gap: 24px;
    padding-bottom: 28px;
    margin-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
    align-items: flex-start;
}

.pc-inner-page .pc-app-detail-icon {
    width: 96px;
    height: 96px;
    flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.pc-inner-page .pc-app-detail-icon img {
    width: 96px;
    height: 96px;
}

.pc-inner-page .pc-app-detail-main {
    flex: 1;
    min-width: 0;
}

.pc-inner-page .pc-app-detail-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}

.pc-inner-page .pc-app-detail-title a {
    color: #111827;
}

.pc-inner-page .pc-app-detail-title a:hover {
    color: #f75c07;
}

.pc-inner-page .pc-app-detail-stats {
    display: flex;
    gap: 20px;
    margin: 12px 0;
    font-size: 13px;
    color: #6b7280;
}

.pc-inner-page .pc-app-detail-stats em {
    color: #f75c07;
    font-style: normal;
    font-weight: 600;
}

.pc-inner-page .pc-app-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    margin: 12px 0 16px;
    font-size: 13px;
    color: #9ca3af;
}

.pc-inner-page .pc-app-detail-meta em {
    color: #4b5563;
    font-style: normal;
}

.pc-inner-page .pc-app-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 8px;
}

.pc-inner-page .pc-app-detail-btn {
    display: inline-block;
    padding: 10px 28px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

.pc-inner-page .pc-app-detail-btn-primary {
    background: #f75c07;
    color: #fff !important;
}

.pc-inner-page .pc-app-detail-btn-primary:hover {
    background: #ff690b;
}

.pc-inner-page .pc-app-detail-btn-outline {
    background: #fff;
    color: #f75c07 !important;
    border: 1px solid #f75c07;
}

.pc-inner-page .pc-app-detail-btn-outline:hover {
    background: #fff9f5;
}

.pc-inner-page .pc-app-detail-tip {
    font-size: 12px;
    color: #9ca3af;
    margin: 0;
}

.pc-inner-page .pc-app-detail-tip a {
    color: #f75c07;
}

.pc-inner-page .pc-app-detail-qr {
    width: 150px;
    flex-shrink: 0;
    text-align: center;
    padding: 16px 12px;
    background: #fafafa;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
}

.pc-inner-page .pc-app-detail-qr-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eee;
    overflow: hidden;
}

.pc-inner-page .pc-app-detail-qr-img img,
.pc-inner-page .pc-qrcode-img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 4px;
}

.pc-inner-page .pc-app-detail-qr-title {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin: 0 0 4px;
    line-height: 1.4;
}

.pc-inner-page .pc-app-detail-qr-sub {
    font-size: 12px;
    color: #6b7280;
    margin: 0 0 6px;
    line-height: 1.4;
}

.pc-inner-page .pc-app-detail-qr p {
    font-size: 12px;
    color: #6b7280;
    margin: 0 0 4px;
    line-height: 1.4;
}

.pc-inner-page .pc-app-detail-qr-tip a {
    color: #f75c07;
}

.pc-inner-page .pc-app-version-table {
    margin-bottom: 24px;
}

.pc-inner-page .pc-app-version-down {
    display: inline-block;
    padding: 4px 14px;
    background: #f75c07;
    color: #fff !important;
    border-radius: 14px;
    font-size: 12px;
}

.pc-inner-page .pc-app-version-down:hover {
    background: #ff690b;
}

.pc-inner-page .pc-app-detail-desc {
    font-size: 14px;
    color: #374151;
    line-height: 1.9;
    margin-bottom: 24px;
}

.pc-inner-page .pc-app-detail-desc p {
    margin: 0 0 10px;
}

.pc-inner-page .pc-app-detail-shots {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px;
    background: #fafafa;
    border-radius: 10px;
    margin-bottom: 24px;
    justify-content: center;
}

.pc-inner-page .pc-app-detail-shots img {
    max-width: 280px;
    height: auto;
    border-radius: 8px;
    border: 1px solid #eee;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.pc-inner-page .pc-app-detail-comment {
    margin-top: 8px;
}

.pc-inner-page .pc-section-head + .pc-section-head {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}
