/* AppCMS PC 与 zhann 模板集成覆盖 */
.warp,
.warp-top,
.pc-top-880,
.pc-header-880,
.pc-container,
.navbar-bg {
    all: unset;
    display: block;
}

body.pc-index-body,
body.pc-inner-body {
    background: #fff !important;
    min-width: 1200px;
}

.pc-inner-page {
    background: #f2f2f2;
    padding: 0 0 40px;
    min-height: 600px;
}

.pc-inner-page .pc-main-wrap,
.pc-inner-page .ye1200-inner {
    width: 1200px;
    margin: 0 auto;
}

.pc-inner-page .pc-page-head {
    display: none;
}

.pc-inner-page .pc-inner-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-top: 20px;
}

.pc-inner-page .pc-inner-main {
    flex: 1;
    min-width: 0;
    background: #fff;
    border-radius: 10px;
    padding: 20px 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.pc-inner-page .pc-inner-side {
    width: 314px;
    flex-shrink: 0;
}

.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 img {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    border: 2px solid #ffba25;
}

.pc-inner-page .pc-app-item .pc-app-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.pc-inner-page .pc-app-item .pc-app-title:hover {
    color: #ffba25;
}

.pc-inner-page .pc-app-item .pc-app-desc {
    font-size: 13px;
    color: #999;
    margin-top: 6px;
    line-height: 1.5;
}

.pc-inner-page .pc-app-item .pc-app-meta {
    font-size: 12px;
    color: #999;
    margin-top: 6px;
}

.pc-inner-page .pc-app-item .pc-app-down {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(-90deg, #fed100, #feb900);
    color: #fff !important;
    border-radius: 20px;
    font-size: 14px;
}

.pc-inner-page .pc-breadcrumb a {
    display: inline-block;
    padding: 6px 16px;
    margin: 0 8px 8px 0;
    background: #fffaf9;
    border-radius: 3px;
    color: #666;
    font-size: 14px;
}

.pc-inner-page .pc-breadcrumb a.pc-cur,
.pc-inner-page .pc-breadcrumb a:hover {
    background: url('../zhann/images/listcur.png') center center no-repeat;
    color: #fff;
}

.pc-inner-page .pc-section-side {
    background: #fff;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.pc-inner-page .pc-section-side h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.pc-inner-page .pc-rank-list li {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px 0;
}

.pc-inner-page .pc-rank-list .pc-rank-num {
    width: 24px;
    color: #ffae45;
    font-weight: 600;
    font-size: 16px;
}

.pc-inner-page .pc-rank-list img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.pc-inner-page .pagebar {
    margin-top: 20px;
    text-align: center;
}

.pc-inner-page .pagebar a,
.pc-inner-page .pagebar span {
    display: inline-block;
    padding: 6px 12px;
    margin: 2px;
    border-radius: 4px;
    background: #f7f7f7;
    color: #666;
}

.pc-inner-page .pagebar a:hover,
.pc-inner-page .pagebar span.current {
    background: #ffba25;
    color: #fff;
}

.pc-topic-item {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.pc-topic-thumb img {
    width: 180px;
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
}

.pc-topic-body h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.pc-topic-body h3 a:hover {
    color: #ffba25;
}

.pc-back-top {
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 99;
}

.pc-back-top-btn {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffba25;
    color: #fff !important;
    border-radius: 50%;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(255, 186, 37, 0.4);
}

/* 头部 Logo + 搜索区域优化 */
header .ye1200 {
    position: relative;
    height: 132px;
    overflow: visible;
}

header .ye1200::after {
    content: "";
    display: table;
    clear: both;
}

header .logo {
    float: left;
    margin: 18px 0 0 30px;
    width: auto;
    height: auto;
    max-width: 160px;
}

header .logo img {
    display: block;
    max-height: 48px;
    max-width: 160px;
    width: auto;
    height: auto;
}

header ul {
    float: left;
    margin-left: 40px;
}

header ul li {
    margin-right: 24px;
}

header ul li:nth-child(6) {
    margin-right: 0;
}

header .setbox {
    float: right;
    width: 230px;
    height: auto;
    margin: 24px 10px 0 0;
    position: relative;
    z-index: 20;
}

header .setbox .info {
    margin: 0 !important;
    height: auto !important;
    line-height: normal !important;
    width: 100%;
}

header .pc-header-search-form {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 48px;
    margin: 0;
    float: none;
    position: relative;
}

header .pc-header-search-input,
header .setbox input#seach-txt {
    flex: 1;
    min-width: 0;
    width: auto !important;
    height: 48px !important;
    line-height: 48px !important;
    margin: 0 !important;
    float: none !important;
    padding: 0 14px;
    border: 1px solid #e8e8e8;
    border-right: 0;
    border-radius: 20px 0 0 20px;
    font-size: 14px;
    color: #333;
    background: #fff;
    box-sizing: border-box;
    outline: none;
}

header .pc-header-search-input:focus {
    border-color: #ffba25;
}

header .pc-header-search-btn {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

header .pc-header-search-btn span {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    float: none !important;
    background: #252429;
    border-radius: 0 20px 20px 0;
}

header .pc-header-search-btn span i {
    width: 18px;
    height: 18px;
    margin: 0 !important;
    float: none !important;
    background: url('../zhann/images/icon.png') -245px 0 / 800px 800px no-repeat;
}

header .pc-header-search-btn:hover span {
    background: #ffba25;
}

header .pc-header-search-hot {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
    max-width: 230px;
    line-height: 1.2;
}

header .pc-header-search-hot a {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

header .pc-header-search-hot a:hover {
    color: #ffba25;
}

#searchLayer {
    z-index: 9999 !important;
}

.indexRecL li .text {
    display: block;
}

.topgame .lrsub .leftsub,
.topgame .lrsub .rightsub {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 70px;
    cursor: pointer;
    background: url('../zhann/images/icon.png') no-repeat;
    background-size: 800px 800px;
}

.topgame .lrsub .leftsub {
    left: 0;
    background-position: -310px -454px;
}

.topgame .lrsub .rightsub {
    right: 200px;
    background-position: -358px -454px;
}

.topgame .lrsub {
    position: absolute;
    right: 30px;
    top: 166px;
    height: 30px;
    z-index: 5;
}

/* 首页顶部区域优化 */
body.pc-index-body {
    padding-top: 0;
}

body.pc-index-body header {
    margin-bottom: 0;
}

.pc-index-hero {
    position: relative;
    overflow: hidden;
}

body.pc-index-body .indexbg {
    height: 500px;
    margin: 0;
    background-color: #2a2a32;
    background-image: url('../zhann/images/indexbg.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

body.pc-index-body .topgame {
    margin-top: -500px;
    padding-top: 0;
}

body.pc-index-body .topgame .list {
    margin-top: 16px;
}

body.pc-index-body .topgame .topzt {
    margin-top: 20px;
}

body.pc-index-body .topgame .bannerbox {
    margin-top: 0;
}

.pc-inner-page .pc-side-list li a {
    display: block;
    width: 100%;
    height: 38px;
    background: #f7f7f7;
    border-radius: 20px;
    border: 1px solid #f7f7f7;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 12px;
    margin-bottom: 8px;
}

.pc-inner-page .pc-side-list li a:hover {
    border-color: rgba(255, 186, 37, 0.5);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    color: #ffba25;
}

.pc-inner-page .pc-side-list .num {
    font-size: 18px;
    color: #ffae45;
    font-weight: 600;
    margin-right: 8px;
}

.pc-inner-page .gamebox {
    background: none;
    height: auto;
    position: static;
    padding: 0;
}

.pc-inner-page .gamelnav {
    margin-bottom: 10px;
}

.pc-inner-page .gamelnav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
}

.pc-inner-page .gamelnav ul li {
    float: none;
    width: auto;
    min-width: 120px;
    height: auto;
    margin: 0;
}

.pc-inner-page .gamelnav ul li a {
    display: block;
    padding: 8px 16px;
}

.pc-inner-page .gamelnav ul li.current,
.pc-inner-page .gamelnav ul li:hover {
    height: auto;
    padding: 8px 16px;
}

.hide {
    display: none !important;
}

/* 应用列表 app/anzhuo app/jingxuan */
.pc-list-app-page .gamelnav {
    background: #fff;
    border-radius: 10px;
    padding: 12px 16px 4px;
    margin-bottom: 18px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.pc-list-app-page .gamelnav ul {
    display: block;
    padding: 0;
}

.pc-list-app-page .gamelnav ul li {
    float: left;
}

.pc-list-app-page .pc-inner-main.pc-list-main {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.pc-list-app-page .gamebox {
    background: #f2f2f2;
    padding-bottom: 10px;
}

.pc-list-app-page .gamebox ul li {
    margin-bottom: 20px;
}

/* 应用列表图标网格（左侧主区域 3 列 x 15 个） */
.pc-list-app-page .pc-app-grid-wrap {
    background: #f2f2f2;
    padding: 8px 0 16px;
}

.pc-list-app-page .pc-app-grid {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pc-list-app-page .pc-app-grid .pc-app-card {
    float: left;
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 18px;
    box-sizing: border-box;
}

.pc-list-app-page .pc-app-grid .pc-app-card:nth-child(3n) {
    margin-right: 0;
}

.pc-list-app-page .pc-app-card > a {
    display: block;
    background: #fff;
    border-radius: 12px;
    padding: 22px 16px 48px;
    min-height: 248px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    position: relative;
    overflow: hidden;
}

.pc-list-app-page .pc-app-card > a:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 186, 37, 0.45);
    box-shadow: 0 8px 20px rgba(255, 186, 37, 0.18);
}

.pc-list-app-page .pc-app-icon-wrap {
    width: 96px;
    height: 96px;
    margin: 0 auto 14px;
    padding: 3px;
    border-radius: 24px;
    background: linear-gradient(135deg, #ffe8b8, #ffba25);
    box-shadow: 0 4px 14px rgba(255, 186, 37, 0.25);
}

.pc-list-app-page .pc-app-icon {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 21px;
    object-fit: cover;
    background: #fff;
    border: 2px solid #fff;
}

.pc-list-app-page .pc-app-name {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 1.35;
    height: 40px;
    margin: 0 8px 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pc-list-app-page .pc-app-card > a:hover .pc-app-name {
    color: #ff9400;
}

.pc-list-app-page .pc-app-meta {
    font-size: 12px;
    color: #999;
    line-height: 1.4;
    margin: 0 8px 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc-list-app-page .pc-app-desc {
    font-size: 12px;
    color: #b0b0b0;
    line-height: 1.4;
    height: 34px;
    margin: 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pc-list-app-page .pc-app-card .pc-app-down {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 600;
    color: #ff9400 !important;
    background: #fafafa;
    border-top: 1px solid #eee;
    border-radius: 0 0 12px 12px;
    z-index: 2;
}

.pc-list-app-page .pc-app-card > a:hover .pc-app-down {
    color: #fff !important;
    background: linear-gradient(-90deg, #fed100, #feb900);
    border-top-color: transparent;
}

.pc-list-app-page .pc-empty-tip {
    width: 100%;
    text-align: center;
    padding: 48px 0;
    color: #999;
    background: #fff;
    border-radius: 10px;
}

.gamelist .gtop .location,
.applist .gtop .location,
.newlist .gtop .location,
.rankTop .gtop .location {
    position: absolute;
    top: 200px;
    left: 30px;
    text-indent: 0;
    height: auto;
    line-height: 1.5;
}

/* 列表页横幅分类描述 */
.gamelist .gtop .pc-banner-desc,
.applist .gtop .pc-banner-desc,
.newlist .gtop .pc-banner-desc {
    position: absolute;
    top: 136px;
    left: 30px;
    right: 30px;
    max-width: 900px;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.78);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.gamelist .gtop h1,
.applist .gtop h1 {
    position: absolute;
    top: 82px;
    left: 30px;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin: 0;
}

.gamelist .gtop .location a,
.applist .gtop .location a,
.newlist .gtop .location a,
.rankTop .gtop .location a {
    color: rgba(255, 255, 255, 0.85) !important;
}

/* 资讯列表 info/jingyan */
.newlist .gtop h1,
.newlist .gtop .pc-banner-desc {
    color: #fff;
}

.newlist .gtop h1 {
    position: absolute;
    top: 82px;
    left: 30px;
    font-size: 34px;
    margin: 0;
}

.newlist .gtop .pc-banner-desc {
    top: 136px;
    left: 30px;
    right: 30px;
    max-width: 900px;
    font-size: 15px;
    line-height: 1.65;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.newlbox {
    padding-bottom: 40px;
}

.newlbox .pagebar {
    margin: 10px 0 30px;
    text-align: center;
}

.newlbox .pagebar a,
.newlbox .pagebar span {
    display: inline-block;
    padding: 6px 12px;
    margin: 2px;
    border-radius: 4px;
    background: #fff;
    color: #666;
}

.newlbox .pagebar a:hover,
.newlbox .pagebar span.current {
    background: #ffba25;
    color: #fff;
}

/* 排行榜 list_pai */
.rankTop {
    height: 257px;
    background: url('../zhann/images/rankbg.jpg') center center / cover no-repeat;
}

.rankTop .gtop h1 {
    position: absolute;
    top: 88px;
    left: 30px;
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    line-height: 38px;
}

.rankTop .gtop p {
    position: absolute;
    top: 140px;
    left: 30px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.7);
}

.rankMid .rank-tab-panel.hide {
    display: none;
}

.rankMid .pagebar {
    text-align: center;
    padding-bottom: 20px;
}

.pc-inner-page .pagebar a,
.pc-inner-page .pagebar span,
.rankMid .pagebar a,
.rankMid .pagebar span {
    display: inline-block;
    padding: 6px 12px;
    margin: 2px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    color: #666;
}

.pc-inner-page .pagebar a:hover,
.pc-inner-page .pagebar span.current,
.rankMid .pagebar a:hover,
.rankMid .pagebar span.current {
    background: #ffba25;
    color: #fff;
}

/* ========== 应用详情页 app/xxx.html ========== */
.pc-app-detail-page {
    background: #f2f2f2;
    padding-bottom: 40px;
}

.pc-app-detail-top {
    background: #303037;
    padding: 24px 0 32px;
    margin-bottom: 20px;
}

.pc-app-detail-crumb {
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 24px;
    line-height: 1.6;
    padding-left: 24px;
}

.pc-app-detail-crumb a {
    color: rgba(255, 255, 255, 0.75);
}

.pc-app-detail-crumb a:hover {
    color: #ffba25;
}

.pc-app-detail-crumb span {
    color: rgba(255, 255, 255, 0.9);
}

.pc-app-detail-hero {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.pc-app-detail-icon {
    flex-shrink: 0;
    width: 160px;
    height: 160px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.pc-app-detail-icon img {
    display: block;
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.pc-app-detail-main {
    flex: 1;
    min-width: 0;
    padding-top: 6px;
}

.pc-app-detail-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
    line-height: 1.3;
}

.pc-app-detail-rate {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.pc-app-detail-page ul.level {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 7px;
    overflow: hidden;
    vertical-align: middle;
}

.pc-app-detail-page ul.level li {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    background: linear-gradient(-90deg, #fed100, #feb900);
    border-radius: 7px;
}

.pc-app-detail-page ul.level li.l1 { width: 20%; }
.pc-app-detail-page ul.level li.l2 { width: 40%; }
.pc-app-detail-page ul.level li.l3 { width: 60%; }
.pc-app-detail-page ul.level li.l4 { width: 80%; }
.pc-app-detail-page ul.level li.l5 { width: 100%; }

.pc-app-detail-rate-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.pc-app-detail-stats {
    display: flex;
    gap: 24px;
    margin-bottom: 14px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
}

.pc-app-detail-stats em {
    color: #ff9400;
    font-style: normal;
    font-weight: 600;
}

.pc-app-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.pc-app-detail-tags span {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 14px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    background: rgba(67, 67, 72, 0.9);
    border-radius: 4px;
}

.pc-app-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 10px;
}

.pc-app-detail-btn {
    display: inline-block;
    min-width: 140px;
    height: 46px;
    line-height: 46px;
    padding: 0 28px;
    border-radius: 23px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    transition: opacity 0.2s ease, transform 0.2s ease;
    box-sizing: border-box;
}

.pc-app-detail-btn:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

.pc-app-detail-btn-primary {
    background: linear-gradient(to right, #34d475, #14ee9e);
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(52, 212, 117, 0.35);
}

.pc-app-detail-btn-outline {
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.pc-app-detail-btn-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.5);
}

.pc-app-detail-tip {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    margin: 0;
}

.pc-app-detail-tip a {
    color: #ff9400;
}

.pc-app-detail-qr {
    flex-shrink: 0;
    width: 150px;
    text-align: center;
    padding: 16px 12px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.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;
    overflow: hidden;
}

.pc-app-detail-qr-img img,
.pc-app-detail-qr .pc-qrcode-img {
    display: block;
    width: 120px;
    height: 120px;
}

.pc-app-detail-qr-title {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 4px;
}

.pc-app-detail-qr-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    margin: 0;
}

.pc-app-detail-body {
    padding: 0;
    background: transparent;
}

.pc-app-detail-body .pc-inner-row {
    margin-top: 0;
}

.pc-app-detail-content.pc-inner-main {
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}

.pc-app-detail-block {
    background: #fff;
    border-radius: 12px;
    padding: 24px 28px;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.pc-app-detail-block .pc-section-head h2 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px;
    padding-left: 14px;
    border-left: 4px solid #ffba25;
    line-height: 1.2;
}

.pc-app-version-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pc-app-version-item {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 62px;
    padding: 0 18px;
    background: #f7f7f7;
    border-radius: 8px;
    transition: background 0.2s ease, box-shadow 0.2s ease;
    color: inherit;
}

.pc-app-version-item:hover {
    background: #fff4e5;
    box-shadow: 0 2px 10px rgba(254, 200, 12, 0.15);
}

.pc-app-version-name {
    flex: 0 0 120px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-app-version-size,
.pc-app-version-date,
.pc-app-version-sys {
    flex: 1;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-app-version-down {
    flex-shrink: 0;
    width: 88px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #ff9400;
    background: #f8edde;
    border-radius: 18px;
    transition: all 0.2s ease;
}

.pc-app-version-item:hover .pc-app-version-down {
    color: #fff;
    background: linear-gradient(to right, #feba00, #fed000);
    box-shadow: 0 2px 10px rgba(254, 200, 12, 0.4);
}

.pc-app-detail-desc {
    font-size: 15px;
    color: #444;
    line-height: 1.9;
}

.pc-app-detail-desc p {
    margin: 0 0 12px;
    text-indent: 2em;
}

.pc-app-detail-desc img {
    display: block;
    max-width: 90%;
    height: auto;
    margin: 12px auto;
    border-radius: 8px;
}

.pc-app-detail-shots {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    padding: 8px 0;
}

.pc-app-detail-shots img {
    max-width: 260px;
    height: auto;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.pc-app-detail-shots img:hover {
    transform: translateY(-2px);
    border-color: #ffba25;
}

.pc-app-detail-comment {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.pc-app-detail-page .pc-inner-side {
    margin-top: 0;
}

/* ========== 资讯详情页 info/xxx.html ========== */
.pc-info-detail-page {
    background: #f2f2f2;
    padding-bottom: 40px;
}

.pc-info-detail-banner.newlist {
    margin-bottom: 0;
}

.pc-info-detail-banner .gtop h1,
.pc-info-detail-banner .gtop p {
    color: #fff;
}

.pc-info-detail-banner .location span {
    color: rgba(255, 255, 255, 0.85);
}

.pc-info-detail-body {
    padding: 24px 0 0;
}

.pc-info-detail-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.pc-info-detail-main {
    flex: 1;
    min-width: 0;
    background: #fff;
    border-radius: 12px;
    padding: 32px 36px 28px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.pc-info-detail-head {
    text-align: center;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid #f0f0f0;
}

.pc-info-detail-head h1 {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    line-height: 1.45;
    margin: 0 0 20px;
}

.pc-info-detail-meta {
    font-size: 14px;
    color: #999;
    line-height: 1.6;
}

.pc-info-detail-meta em {
    margin: 0 14px;
    color: #ddd;
    font-style: normal;
}

.pc-info-detail-content {
    font-size: 16px;
    color: #444;
    line-height: 1.9;
    word-break: break-word;
}

.pc-info-detail-content p {
    margin: 0 0 16px;
    text-indent: 2em;
}

.pc-info-detail-content img {
    display: block;
    max-width: 90%;
    height: auto;
    margin: 16px auto;
    border-radius: 8px;
}

.pc-info-detail-content h2,
.pc-info-detail-content h3,
.pc-info-detail-content h4 {
    margin: 24px 0 14px;
    font-weight: 700;
    color: #333;
    text-indent: 0;
}

.pc-info-detail-content h3 {
    font-size: 18px;
    color: #ffba25;
}

.pc-info-detail-content a {
    color: #009ad6;
    text-decoration: underline;
}

.pc-info-detail-content a:hover {
    color: #ff9400;
}

.pc-info-detail-content table {
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
}

.pc-info-detail-content td,
.pc-info-detail-content th {
    border: 1px solid #eee;
    padding: 8px 12px;
    text-align: center;
}

.pc-info-detail-content iframe {
    display: block;
    max-width: 100%;
    margin: 16px auto;
    border: none;
    border-radius: 8px;
}

.pc-info-detail-block {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #f0f0f0;
}

.pc-info-detail-block .pc-section-head h2 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 16px;
    padding-left: 14px;
    border-left: 4px solid #ffba25;
}

.pc-info-detail-comment {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.pc-info-detail-nav {
    display: flex;
    gap: 16px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px dashed #e8e8e8;
}

.pc-info-nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 120px;
    padding: 18px 20px 18px 150px;
    background: #fbfbfb;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    position: relative;
    color: inherit;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.pc-info-nav-item:hover {
    background: #fff4e5;
    border-color: rgba(255, 186, 37, 0.4);
}

.pc-info-nav-item img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 110px;
    height: 72px;
    border-radius: 6px;
    object-fit: cover;
}

.pc-info-nav-label {
    font-size: 13px;
    color: #999;
    margin-bottom: 8px;
}

.pc-info-nav-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pc-info-nav-item:hover p {
    color: #e9443e;
}

.pc-info-nav-empty {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    background: #fbfbfb;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    font-size: 14px;
    color: #bbb;
}

.pc-info-detail-side {
    width: 314px;
    flex-shrink: 0;
}

.pc-info-side-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pc-info-side-list li {
    margin-bottom: 14px;
}

.pc-info-side-list li:last-child {
    margin-bottom: 0;
}

.pc-info-side-list a {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #444;
}

.pc-info-side-list a:hover span {
    color: #ff9400;
}

.pc-info-side-list img {
    width: 96px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}

.pc-info-side-list span {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pc-info-side-empty {
    font-size: 14px;
    color: #999;
    text-align: center;
    padding: 12px 0;
}

.pc-info-back-list {
    margin: 0;
}

.pc-info-back-list a {
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    color: #ff9400;
    background: #fff8eb;
    border: 1px solid #ffe8b8;
    border-radius: 21px;
    transition: all 0.2s ease;
}

.pc-info-back-list a:hover {
    color: #fff;
    background: linear-gradient(-90deg, #fed100, #feb900);
    border-color: transparent;
}

/* ========== 专题详情页 special/xxx.html ========== */
.pc-special-detail-page {
    background: #f2f2f2;
    padding-bottom: 40px;
}

.pc-special-banner.ztTop {
    height: 220px;
    background: url('../zhann/images/ztbg2.jpg') center center / cover no-repeat;
    position: relative;
}

.pc-special-crumb.location {
    position: absolute;
    top: 18px;
    left: 30px;
    right: 30px;
    text-indent: 25px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    height: auto;
    line-height: 1.6;
}

.pc-special-crumb a {
    color: rgba(255, 255, 255, 0.75);
}

.pc-special-crumb a:hover {
    color: #ffba25;
}

.pc-special-crumb span {
    color: rgba(255, 255, 255, 0.9);
}

.pc-special-banner-tag {
    position: relative;
    width: 166px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin: 56px auto 0;
}

.pc-special-banner-sub {
    height: 38px;
    line-height: 38px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    text-align: center;
    margin: 8px 0 0;
}

.pc-special-body.ztBody {
    padding: 0 0 30px;
}

.pc-special-intro.ztDetailTop {
    overflow: hidden;
    min-height: 286px;
    border-radius: 12px;
    background: #fff;
    margin-top: -36px;
    position: relative;
    z-index: 2;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.pc-special-intro.ztDetailTop::after {
    content: "";
    display: table;
    clear: both;
}

.pc-special-intro.ztDetailTop > img {
    float: left;
    width: 460px;
    height: 260px;
    border-radius: 10px;
    margin: 24px 24px 24px 24px;
    object-fit: cover;
}

.pc-special-intro .right {
    float: left;
    width: calc(100% - 532px);
    min-width: 0;
    padding: 24px 24px 24px 0;
    overflow: hidden;
}

.pc-special-intro .right > h1 {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
    margin: 0 0 12px;
}

.pc-special-intro .right > p {
    font-size: 13px;
    color: #999;
    line-height: 1.6;
    margin: 0 0 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.pc-special-intro .right > p span:last-child {
    color: #ee3e31;
    font-size: 18px;
    font-weight: 700;
}

.pc-special-intro .right > div {
    border-radius: 8px;
    background: #f7f7f7;
    padding: 18px 16px;
    position: relative;
}

.pc-special-intro .right > div p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.pc-special-section-head {
    margin: 28px 0 20px;
}

.pc-special-section-head h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0;
    padding-left: 14px;
    border-left: 4px solid #ffba25;
}

.pc-special-app-grid.ztDetailMid {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pc-special-app-grid.ztDetailMid li {
    float: left;
    width: 282px;
    height: 230px;
    margin: 0 23px 20px 0;
    border-radius: 10px;
    background: url('../zhann/images/ztbg1.jpg') center center / cover no-repeat;
    position: relative;
    overflow: hidden;
}

.pc-special-app-grid.ztDetailMid li:nth-child(4n) {
    margin-right: 0;
}

.pc-special-app-grid.ztDetailMid li > a {
    display: block;
    height: 100%;
    color: inherit;
}

.pc-special-app-grid .top {
    overflow: hidden;
    padding: 18px 0 12px;
}

.pc-special-app-grid .top img {
    float: left;
    width: 88px;
    height: 88px;
    border-radius: 18px;
    margin: 0 14px 0 16px;
    object-fit: cover;
}

.pc-special-app-grid .top > div {
    float: left;
    width: 150px;
    overflow: hidden;
    font-size: 13px;
    color: #999;
}

.pc-special-app-grid .top .name {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.pc-special-app-grid .top p {
    height: 22px;
    line-height: 22px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc-special-app-grid .top p:last-child i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: -32px -400px;
    vertical-align: top;
    margin: 3px 6px 0 0;
}

.pc-special-app-grid .mid {
    line-height: 20px;
    color: #999;
    font-size: 13px;
    margin: 0 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 40px;
}

.pc-special-app-grid .bottom {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border-top: 1px solid #e4e4e4;
    background: #fff;
    border-radius: 0 0 10px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: background 0.2s ease, color 0.2s ease;
}

.pc-special-app-grid li.down:hover .bottom {
    background: #ff9400;
    color: #fff;
}

.pc-special-app-grid li.down:hover .name {
    color: #ff9400;
}

.pc-special-info-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.pc-special-info-grid li {
    width: calc(50% - 10px);
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pc-special-info-grid li:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.pc-special-info-grid a {
    display: flex;
    gap: 16px;
    padding: 16px;
    color: inherit;
}

.pc-special-info-grid img {
    width: 140px;
    height: 90px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.pc-special-info-grid .info {
    flex: 1;
    min-width: 0;
}

.pc-special-info-grid h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pc-special-info-grid li:hover h3 {
    color: #ff9400;
}

.pc-special-info-grid p {
    font-size: 13px;
    color: #999;
    line-height: 1.6;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pc-special-info-grid span {
    font-size: 12px;
    color: #bbb;
}

.pc-special-empty {
    background: #fff;
    border-radius: 12px;
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 15px;
    margin-top: 20px;
}
