@charset "utf-8";
/* 592下载站 PC 首页样式 v4 */

/* ============ 热门推荐（图标网格 + tab） ============ */
.i-hot { padding: 8px 20px 14px; float: none; }
.i-hot .hot-tabs {
    height: 54px; line-height: 54px; border-bottom: 1px solid #f0f0f0;
}
.i-hot .hot-tabs span {
    display: inline-block; padding: 0 18px; font-size: 16px; color: #666;
    cursor: pointer; position: relative;
}
.i-hot .hot-tabs span.cur { color: #1fbd7a; }
.i-hot .hot-tabs span.cur:after {
    content: ''; position: absolute; left: 18px; right: 18px; bottom: 0;
    height: 2px; background: #1fbd7a;
}
.i-hot .hot-pane { display: none; }
.i-hot .hot-pane.on { display: block; }

/* 热门推荐：单行横向轮播 */
.hot-slide { position: relative; padding: 0 38px; }
.hot-slide .hot-track {
    overflow: hidden; position: relative;
}
.hot-slide .hot-track .xz-icons {
    overflow-x: auto; overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    white-space: nowrap;
    margin-left: 0; float: none;
}
.hot-slide .hot-track .xz-icons::-webkit-scrollbar { display: none; }
.hot-slide .hot-track .xz-icons li {
    display: inline-block; vertical-align: top; float: none;
    margin: 12px 14px 4px 0;
}
.hot-arrow {
    position: absolute; top: 50%; margin-top: -20px;
    width: 36px; height: 40px; line-height: 36px; text-align: center;
    background: #fff; border: 1px solid #e8e8e8; border-radius: 6px;
    color: #999; font-size: 20px; font-family: Arial, sans-serif;
    text-decoration: none; z-index: 2; transition: all .2s;
    box-shadow: 0 1px 4px rgba(0,0,0,.06);
}
.hot-arrow:hover {
    color: #1fbd7a; border-color: #1fbd7a; box-shadow: 0 2px 8px rgba(31,189,122,.15);
}
.hot-prev { left: 0; }
.hot-next { right: 0; }

/* ============ 首页两栏主区（幻灯 + 最新更新） ============ */
.i-cols {
    display: flex;
    gap: 16px;
    padding: 4px 20px 0;
}
.i-slide {
    flex: 0 0 480px;
    width: 480px;
}
.i-update {
    flex: 1;
    min-width: 0;
}

/* —— 轮播 —— */
.i-slide .slide-box {
    width: 480px; height: 340px; position: relative; overflow: hidden;
    border-radius: 10px; background: #2f3b45;
}
.i-slide .slide-box li {
    position: absolute; left: 0; top: 0; width: 480px; height: 340px;
    display: none;
}
.i-slide .slide-box li.on { display: block; z-index: 1; }
.i-slide .slide-box li > a { display: block; width: 100%; height: 100%; }
.i-slide .slide-bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; }
.i-slide .slide-bg img {
    width: 100%; height: 100%; object-fit: cover;
    filter: blur(28px) saturate(1.3); transform: scale(1.35);
}
.i-slide .slide-bg .slide-mask {
    position: absolute; left: 0; top: 0; width: 100%; height: 100%;
    background: linear-gradient(180deg, rgba(20, 32, 28, .5) 0%, rgba(16, 26, 22, .9) 100%);
}
.i-slide .slide-txt {
    position: absolute; left: 0; bottom: 0; width: 100%; padding: 24px 22px 58px;
    box-sizing: border-box; overflow: hidden;
}
.i-slide .st-ico {
    float: left; width: 100px; height: 100px; border-radius: 22px; overflow: hidden;
    margin-right: 18px; background: rgba(255, 255, 255, .12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .3);
    border: 2px solid rgba(255,255,255,.15);
}
.i-slide .st-ico img { width: 100px; height: 100px; }
.i-slide .st-info { overflow: hidden; padding-top: 4px; }
.i-slide .st-info h3 {
    font-size: 22px; line-height: 30px; color: #fff; font-weight: bold;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.i-slide .st-info .st-meta {
    font-size: 13px; color: rgba(255, 255, 255, .65); line-height: 22px;
    margin-top: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.i-slide .st-info .st-btn {
    display: inline-block; height: 34px; line-height: 34px; padding: 0 24px;
    background: #1fbd7a; color: #fff; border-radius: 4px; font-size: 14px;
    margin-top: 12px; transition: background .2s;
}
.i-slide .slide-box li:hover .st-btn { background: #25c88a; }
.i-slide .slide-box .cap {
    position: absolute; left: 0; right: 0; bottom: 0; padding: 0 22px;
    height: 42px; line-height: 42px; background: rgba(0, 0, 0, .4);
    color: #f9f9f9; font-size: 13px; overflow: hidden; text-overflow: ellipsis;
    white-space: nowrap;
}
.i-slide .slide-dot {
    position: absolute; right: 14px; bottom: 12px; z-index: 5;
}
.i-slide .slide-dot i {
    display: inline-block; width: 8px; height: 8px; border-radius: 50%;
    background: rgba(255,255,255,.4); margin: 0 3px; cursor: pointer;
    transition: background .2s;
}
.i-slide .slide-dot i.on { background: #1fbd7a; }
.i-slide .slide-thumb { width: 480px; height: 72px; margin-top: 10px; overflow: hidden; }
.i-slide .slide-thumb li {
    float: left; width: 114px; height: 70px; margin-right: 6px;
    border: 2px solid transparent; box-sizing: border-box; cursor: pointer;
    opacity: .75; border-radius: 6px; overflow: hidden; transition: all .2s;
}
.i-slide .slide-thumb li:last-child { margin-right: 0; }
.i-slide .slide-thumb li.on { border-color: #1fbd7a; opacity: 1; }
.i-slide .slide-thumb img { width: 110px; height: 66px; object-fit: cover; }

/* —— 最新更新（tab 列表，无标题） —— */
.i-update { padding: 4px 20px 20px; }
.i-update .u-tabs {
    height: 44px; line-height: 43px; border-bottom: 1px solid #f0f0f0;
    background: #fafbfc; border-radius: 8px 8px 0 0;
}
.i-update .u-tabs span {
    float: left; width: 33.33%; text-align: center; font-size: 14px;
    color: #888; cursor: pointer; border-bottom: 2px solid transparent;
    height: 42px; transition: color .2s, border-color .2s;
}
.i-update .u-tabs span.cur { color: #1fbd7a; border-bottom-color: #1fbd7a; font-weight: 500; }
.i-update .u-tabs span:hover { color: #1fbd7a; }
.i-update .u-pane { display: none; }
.i-update .u-pane.on { display: block; }
.i-update .u-pane ul { padding: 8px 0 0; }
.i-update .u-pane li {
    height: 44px; line-height: 44px; border-bottom: 1px dashed #f5f5f5;
    overflow: hidden; font-size: 14px; transition: background .15s;
}
.i-update .u-pane li:hover { background: #fafbfc; }
.i-update .u-pane li:last-child { border-bottom: none; }
.i-update .u-pane .ty {
    float: left; width: 70px; color: #999; font-size: 13px;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.i-update .u-pane .ti {
    float: left; overflow: hidden; text-overflow: ellipsis;
    white-space: nowrap; max-width: calc(100% - 140px);
    color: #333; transition: color .15s;
}
.i-update .u-pane .ti:hover { color: #1fbd7a; }
.i-update .u-pane .ti .t-ico {
    display: inline-block; width: 24px; height: 24px; vertical-align: -5px;
    margin-right: 6px; border-radius: 6px; object-fit: cover;
}
.i-update .u-pane .ti a { color: #333; }
.i-update .u-pane .ti:hover a { color: #1fbd7a; }
.i-update .u-pane .ti .ver {
    font-style: normal; color: #aaa; font-size: 12px; margin-left: 8px;
}
.i-update .u-pane .dt { float: right; width: 90px; text-align: right; color: #bbb; font-size: 13px; }

/* ============ 下载排行（三栏并列 TOP10 排行榜） ============ */
.i-rank { padding: 4px 20px 26px; }
.i-rank .r-head {
    height: 52px; line-height: 52px; padding: 0 4px; border-bottom: 1px solid #f0f0f0;
}
.i-rank .r-head h2 {
    float: left; font-size: 18px; font-weight: 600; color: #333;
}
.i-rank .r-head h2:before {
    content: ''; float: left; width: 4px; height: 20px; background: #1fbd7a;
    border-radius: 2px; margin: 16px 10px 0 0;
}
.i-rank .r-head .r-sub { float: right; font-size: 13px; color: #bbb; }
.i-rank .r-cols { display: flex; gap: 30px; padding-top: 14px; }
.i-rank .r-col { flex: 1; min-width: 0; }
.i-rank .r-col-tit {
    display: flex; align-items: center; height: 32px; line-height: 32px;
    font-size: 15px; font-weight: 600; color: #333;
    padding-bottom: 6px; margin-bottom: 4px; border-bottom: 2px solid #eef5f1;
}
.i-rank .r-col-tit .r-dot {
    width: 8px; height: 8px; border-radius: 50%; background: #1fbd7a; margin-right: 8px;
}
.i-rank .r-list { overflow: hidden; }
.i-rank .r-list li {
    display: flex; align-items: center; padding: 9px 6px;
    border-bottom: 1px dashed #f3f3f3; transition: background .15s;
}
.i-rank .r-list li:hover { background: #fafbfc; }
.i-rank .r-list li:last-child { border-bottom: none; }
.i-rank .r-list .n {
    flex: 0 0 26px; text-align: center; font-style: italic; font-weight: 700;
    font-size: 15px; color: #c4cad4;
}
.i-rank .r-list li:nth-child(1) .n { color: #ff4d4f; }
.i-rank .r-list li:nth-child(2) .n { color: #ff9a2e; }
.i-rank .r-list li:nth-child(3) .n { color: #1fbd7a; }
.i-rank .r-list .im {
    flex: 0 0 40px; width: 40px; height: 40px; border-radius: 10px;
    overflow: hidden; margin: 0 11px; background: #f0f0f0;
}
.i-rank .r-list .im img { width: 40px; height: 40px; object-fit: cover; }
.i-rank .r-list .tx { flex: 1; min-width: 0; overflow: hidden; }
.i-rank .r-list .tx p {
    height: 20px; line-height: 20px; overflow: hidden;
    text-overflow: ellipsis; white-space: nowrap;
}
.i-rank .r-list .tx p a { color: #333; font-size: 14px; }
.i-rank .r-list .tx p a:hover { color: #1fbd7a; }
.i-rank .r-list .tx span {
    display: block; color: #aaa; font-size: 12px; line-height: 18px;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
/* ============ 区块通用标题 ============ */
.xz-tit {
    height: 52px; line-height: 52px; padding: 0 4px;
    border-bottom: 1px solid #f0f0f0;
}
.xz-tit h2 { float: left; font-size: 18px; font-weight: 600; color: #333; }
.xz-tit h2:before {
    content: ''; float: left; width: 4px; height: 20px; background: #1fbd7a;
    border-radius: 2px; margin: 16px 10px 0 0;
}
.xz-tit .more { float: right; font-size: 13px; color: #a8a8a8; margin-left: 16px; }
.xz-tit .more:hover { color: #1fbd7a; }
.xz-tit .tab { float: right; height: 52px; line-height: 52px; }
.xz-tit .tab span {
    display: inline-block; padding: 0 14px; font-size: 14px; color: #888;
    cursor: pointer; height: 52px; line-height: 50px; box-sizing: border-box;
    border-bottom: 2px solid transparent; transition: color .2s, border-color .2s;
}
.xz-tit .tab span.cur { color: #1fbd7a; border-bottom-color: #1fbd7a; font-weight: 500; }
.xz-tit .tab span:hover { color: #1fbd7a; }

/* ============ 分类应用卡片网格 ============ */
.i-grid { padding: 4px 20px 20px; }
.i-grid .g-pane { display: none; overflow: hidden; margin-left: -16px; padding-top: 18px; }
.i-grid .g-pane.on { display: block; }
.i-grid .g-card {
    float: left; width: 224px; margin: 0 0 18px 16px; border: 1px solid #f0f0f0;
    border-radius: 8px; padding: 16px 12px; box-sizing: border-box;
    text-align: center; transition: all .25s; background: #fff;
}
.i-grid .g-card:hover {
    box-shadow: 0 4px 16px 0 rgba(47, 47, 47, .1);
    border-color: #e2f3ec; transform: translateY(-2px);
}
.i-grid .g-card .pic {
    width: 88px; height: 88px; margin: 0 auto 10px; border-radius: 18px;
    overflow: hidden;
}
.i-grid .g-card .pic img { width: 88px; height: 88px; transition: transform .3s; }
.i-grid .g-card:hover .pic img { transform: scale(1.08); }
.i-grid .g-card h4 {
    font-size: 15px; height: 22px; line-height: 22px; overflow: hidden;
    text-overflow: ellipsis; white-space: nowrap; font-weight: normal;
}
.i-grid .g-card h4 a { color: #333; }
.i-grid .g-card:hover h4 a { color: #1fbd7a; }
.i-grid .g-card .meta {
    font-size: 12px; color: #a8a8a8; height: 20px; line-height: 20px;
    margin-top: 4px; overflow: hidden;
}
.i-grid .g-card .meta span { margin: 0 4px; }
.i-grid .g-card .go {
    display: block; height: 32px; line-height: 32px; margin-top: 10px;
    border-radius: 4px; background: #f2faf6; color: #1fbd7a; font-size: 14px;
    transition: all .2s;
}
.i-grid .g-card .go:hover { background: #1fbd7a; color: #fff; }

/* ============ 资讯区 ============ */
/* ============ 资讯攻略（图文卡片网格） ============ */
.i-news { padding: 4px 20px 24px; }
.i-news .n-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.i-news .n-card {
    display: block; border-radius: 10px; overflow: hidden;
    background: #fff; border: 1px solid #f0f0f0;
    transition: transform .25s, box-shadow .25s, border-color .25s;
}
.i-news .n-card:hover {
    transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.08);
    border-color: #1fbd7a33;
}
.i-news .n-img {
    width: 100%; height: 150px; overflow: hidden;
    background: #f5f5f5; position: relative;
}
.i-news .n-img img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .4s;
}
.i-news .n-card:hover .n-img img { transform: scale(1.06); }
.i-news .n-info { padding: 12px 14px 14px; }
.i-news .n-info h4 {
    font-size: 15px; line-height: 22px; height: 44px; overflow: hidden;
    color: #333; font-weight: 500;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    transition: color .2s;
}
.i-news .n-card:hover .n-info h4 { color: #1fbd7a; }
.i-news .n-info .nd {
    display: block; font-size: 12px; color: #bbb; margin-top: 8px;
}

/* ============ 友情链接 ============ */
.i-links { padding: 16px 20px 22px; overflow: hidden; }
.i-links a {
    display: inline-block; margin: 0 16px 10px 0; color: #888; font-size: 13px;
    line-height: 24px;
}
.i-links a:hover { color: #1fbd7a; }
