@charset "utf-8";
/* 592下载站 PC 首页样式 */

/* ============ 热门推荐（图标网格 + tab） ============ */
.i-hot { padding: 6px 20px 12px; }
.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; }

/* ============ 首页三栏主区 ============ */
.i-cols { overflow: hidden; }
.i-slide { float: left; width: 460px; overflow: hidden; }
.i-update { float: left; width: 460px; margin-left: 20px; }
.i-rank { float: right; width: 280px; }

/* —— 轮播（无横幅图资源，用图标做模糊背景 + 信息卡） —— */
.i-slide .slide-box {
    width: 460px; height: 330px; position: relative; overflow: hidden;
    border-radius: 6px; background: #2f3b45;
}
.i-slide .slide-box li {
    position: absolute; left: 0; top: 0; width: 460px; height: 330px;
    display: none;
}
.i-slide .slide-box li.on { display: block; }
.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(26px) 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, .55) 0%, rgba(16, 26, 22, .88) 100%);
}
.i-slide .slide-txt {
    position: absolute; left: 0; bottom: 0; width: 100%; padding: 24px 22px 62px;
    box-sizing: border-box; overflow: hidden;
}
.i-slide .st-ico {
    float: left; width: 108px; height: 108px; border-radius: 22px; overflow: hidden;
    margin-right: 20px; background: rgba(255, 255, 255, .12);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
}
.i-slide .st-ico img { width: 108px; height: 108px; }
.i-slide .st-info { overflow: hidden; padding-top: 6px; }
.i-slide .st-info h3 {
    font-size: 24px; line-height: 32px; color: #fff; font-weight: bold;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    max-height: 64px;
}
.i-slide .st-info .st-meta {
    font-size: 13px; color: rgba(255, 255, 255, .72); line-height: 22px;
    margin-top: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.i-slide .st-info .st-btn {
    display: inline-block; height: 36px; line-height: 36px; padding: 0 26px;
    background: #1fbd7a; color: #fff; border-radius: 4px; font-size: 15px;
    margin-top: 14px;
}
.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: 44px; line-height: 44px; background: rgba(0, 0, 0, .35);
    color: #f9f9f9; font-size: 14px; overflow: hidden; text-overflow: ellipsis;
    white-space: nowrap;
}
.i-slide .slide-dot {
    position: absolute; right: 14px; bottom: 14px; z-index: 5;
}
.i-slide .slide-dot i {
    display: inline-block; width: 10px; height: 10px; border-radius: 50%;
    background: #e2e7df; margin: 0 3px; cursor: pointer;
}
.i-slide .slide-dot i.on { background: #1fbd7a; }
.i-slide .slide-thumb { width: 460px; height: 70px; margin-top: 12px; overflow: hidden; }
.i-slide .slide-thumb li {
    float: left; width: 110px; height: 68px; margin-right: 6px;
    border: 2px solid #fff; box-sizing: border-box; cursor: pointer; opacity: .85;
}
.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: 106px; height: 64px; object-fit: cover; }

/* —— 最新更新（tab 列表） —— */
.i-update .u-tabs {
    height: 54px; line-height: 54px; border-bottom: 1px solid #f0f0f0;
}
.i-update .u-tabs span {
    float: left; width: 33.33%; text-align: center; font-size: 16px;
    color: #666; cursor: pointer; border-bottom: 2px solid transparent;
    height: 52px;
}
.i-update .u-tabs span.cur { color: #1fbd7a; border-bottom-color: #1fbd7a; }
.i-update .u-pane { display: none; }
.i-update .u-pane.on { display: block; }
.i-update .u-pane ul { padding: 6px 0 0; }
.i-update .u-pane li {
    height: 40px; line-height: 40px; border-bottom: 1px dashed #f5f5f5;
    overflow: hidden; font-size: 14px;
}
.i-update .u-pane li:last-child { border-bottom: none; }
.i-update .u-pane .ty {
    float: left; width: 64px; color: #a8a8a8; font-size: 13px;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.i-update .u-pane .ti {
    float: left; width: 268px; overflow: hidden; text-overflow: ellipsis;
    white-space: nowrap;
}
.i-update .u-pane .ti:hover { color: #1fbd7a; }
.i-update .u-pane .dt { float: right; width: 48px; text-align: right; color: #a8a8a8; font-size: 13px; }
.i-update .u-pane .dl {
    float: right; width: 52px; text-align: center; color: #1fbd7a; font-size: 13px;
    margin-left: 14px;
}

/* —— 排行 —— */
.i-rank .r-tit {
    height: 54px; line-height: 54px; font-size: 20px; font-weight: bold;
    color: #1fbd7a; border-bottom: 1px solid #f0f0f0; padding: 0 4px;
}
.i-rank .r-tit:before {
    content: ''; float: left; width: 5px; height: 27px; background: #1fbd7a;
    margin: 14px 12px 0 0;
}
.i-rank .r-tabs { padding: 10px 4px 0; height: 34px; }
.i-rank .r-tabs span {
    display: inline-block; height: 24px; line-height: 22px; padding: 0 12px;
    border: 1px solid #eee; border-radius: 20px; font-size: 12px;
    color: #444; margin-right: 6px; cursor: pointer; box-sizing: border-box;
}
.i-rank .r-tabs span.cur, .i-rank .r-tabs span:hover {
    background: #1fbd7a; border-color: #1fbd7a; color: #fff;
}
.i-rank .r-pane { display: none; padding: 6px 4px 10px; }
.i-rank .r-pane.on { display: block; }

/* ============ 分类应用卡片网格 ============ */
.i-grid { padding: 4px 20px 20px; }
.i-grid .g-tabs {
    height: 52px; line-height: 52px; border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}
.i-grid .g-tabs span {
    float: left; padding: 0 16px; font-size: 15px; color: #666; cursor: pointer;
}
.i-grid .g-tabs span.cur { color: #1fbd7a; }
.i-grid .g-tabs .g-more { float: right; font-size: 13px; color: #a8a8a8; padding: 0; }
.i-grid .g-tabs .g-more:hover { color: #1fbd7a; }
.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: 6px; padding: 16px 12px; box-sizing: border-box;
    text-align: center; transition: all .25s; background: #fff;
}
.i-grid .g-card:hover {
    box-shadow: 0 4px 14px 0 rgba(47, 47, 47, .12);
    border-color: #e2f3ec; transform: translateY(-2px);
}
.i-grid .g-card .pic {
    width: 88px; height: 88px; margin: 0 auto 10px; border-radius: 16px;
    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 { overflow: hidden; padding: 4px 20px 20px; }
.i-news .n-list { float: left; width: 720px; }
.i-news .n-list li {
    padding: 14px 0; border-bottom: 1px dashed #f0f0f0; overflow: hidden;
}
.i-news .n-list li:last-child { border-bottom: none; }
.i-news .n-list .np { float: left; width: 160px; height: 100px; margin-right: 16px; overflow: hidden; border-radius: 6px; }
.i-news .n-list .np img { width: 160px; height: 100px; object-fit: cover; transition: transform .3s; }
.i-news .n-list li:hover .np img { transform: scale(1.06); }
.i-news .n-list .nt { overflow: hidden; }
.i-news .n-list .nt h4 {
    font-size: 16px; line-height: 26px; height: 26px; overflow: hidden;
    text-overflow: ellipsis; white-space: nowrap;
}
.i-news .n-list .nt h4 a { color: #333; }
.i-news .n-list li:hover .nt h4 a { color: #1fbd7a; }
.i-news .n-list .nt p {
    font-size: 13px; color: #a8a8a8; line-height: 22px; height: 44px;
    overflow: hidden; margin-top: 6px;
}
.i-news .n-list .nt .nd { font-size: 12px; color: #bbb; margin-top: 8px; }
.i-news .n-side { float: right; width: 420px; padding-left: 20px; box-sizing: border-box; }
.i-news .n-side .nsh {
    font-size: 16px; color: #333; height: 40px; line-height: 40px;
    border-bottom: 1px solid #f0f0f0; margin-bottom: 6px;
}
.i-news .n-side .nsh:before {
    content: ''; float: left; width: 4px; height: 16px; background: #1fbd7a;
    margin: 12px 8px 0 0;
}
.i-news .n-side li {
    height: 34px; line-height: 34px; font-size: 14px; overflow: hidden;
    text-overflow: ellipsis; white-space: nowrap;
}
.i-news .n-side li i {
    display: inline-block; width: 5px; height: 5px; border-radius: 50%;
    background: #dcdcdc; margin-right: 8px; vertical-align: middle;
}
.i-news .n-side li:hover i { background: #1fbd7a; }

/* ============ 友情链接 ============ */
.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; }
