@charset "utf-8";
/* 592下载站 PC 端公共样式 —— 参考 downbai 视觉规范
   主色 #1fbd7a / 顶栏 #3d3c3a / 容器 1300px */

/* ============ reset ============ */
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol,
form, input, textarea, th, td, select, span, a, em, i, b, section {
    margin: 0;
    padding: 0;
}
html, body { width: 100%; }
body {
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background: #f7f8fa;
    min-width: 1240px;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
ul, ol { list-style: none; }
img { border: none; vertical-align: middle; }
a { text-decoration: none; color: #232323; cursor: pointer; }
a:hover { color: #1fbd7a; }
em, i { font-style: normal; }
table { border-collapse: collapse; }
input, textarea { outline: none; border: none; font-family: inherit; }
textarea { resize: none; overflow: auto; }
button { background: none; border: none; cursor: pointer; font-family: inherit; }
.clearfix { zoom: 1; }
.clearfix:after {
    content: "."; display: block; width: 0; height: 0;
    visibility: hidden; clear: both; overflow: hidden;
}
.fl { float: left; }
.fr { float: right; }
.ell {
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

/* ============ 布局容器 ============ */
.xz-wrap { width: 1240px; margin: 0 auto; }
.xz-main { width: 100%; float: left; padding: 16px 0 0; }

/* ============ 顶部深色条 ============ */
.xz-topbar {
    width: 100%; height: 38px; line-height: 38px;
    background: #3d3c3a; color: #a8a8a8; font-size: 13px;
    min-width: 1240px;
}
.xz-topbar a { color: #a8a8a8; }
.xz-topbar a:hover { color: #fff; }
.xz-topbar .xz-wrap { overflow: hidden; }
.xz-topbar .t-left span { margin-right: 18px; }
.xz-topbar .t-right span { margin-left: 18px; }
.xz-topbar .t-right a { margin-left: 4px; }

/* ============ 头部 ============ */
.xz-header {
    width: 100%; background: #fff; min-width: 1240px;
    box-shadow: 0 5px 10px 0 rgba(233, 233, 233, 1);
    position: relative; z-index: 60;
}
.xz-hd-inner { padding: 24px 0 22px; overflow: hidden; }
.xz-logo { float: left; width: 240px; height: 62px; margin-right: 46px; }
.xz-logo a {
    display: block; width: 240px; height: 62px; line-height: 62px;
    font-size: 30px; font-weight: bold; color: #1fbd7a; letter-spacing: 1px;
}
.xz-logo a img { max-width: 240px; max-height: 62px; }
.xz-logo a span { color: #3d3c3a; }
.xz-logo a:hover { color: #1fbd7a; }

/* 搜索 */
.xz-search { float: left; width: 400px; margin-top: 8px; }
.xz-search .s-box {
    width: 400px; height: 40px; border: 2px solid #1fbd7a;
    background: #fff; box-sizing: border-box; overflow: hidden; position: relative;
}
.xz-search .s-inp {
    float: left; width: 306px; height: 26px; line-height: 26px;
    margin: 5px 0 0 12px; font-size: 14px; color: #333; background: transparent;
}
.xz-search .s-btn {
    position: absolute; right: 0; top: 0; width: 56px; height: 36px;
    background: #1fbd7a; color: #fff; font-size: 15px; text-align: center;
    line-height: 36px; cursor: pointer; border: none;
}
.xz-search .s-btn:hover { background: #3ba578; color: #fff; }
.xz-search .s-hot {
    height: 24px; line-height: 24px; margin-top: 6px;
    font-size: 12px; color: #a8a8a8; overflow: hidden;
}
.xz-search .s-hot a { color: #a8a8a8; margin-right: 10px; }
.xz-search .s-hot a:hover { color: #1fbd7a; }

/* 头部右侧快捷 */
.xz-hd-right { float: right; margin-top: 14px; text-align: right; }
.xz-hd-right .qr-tip { font-size: 13px; color: #a8a8a8; line-height: 22px; }
.xz-hd-right .qr-tip b { color: #1fbd7a; font-size: 15px; }

/* ============ 主导航 ============ */
.xz-nav { width: 100%; height: 46px; background: #1fbd7a; min-width: 1240px; }
.xz-nav ul { overflow: hidden; }
.xz-nav li { float: left; }
.xz-nav li a {
    display: block; padding: 0 38px; height: 46px; line-height: 46px;
    font-size: 16px; color: #fff; text-align: center;
}
.xz-nav li:hover, .xz-nav li.cur { background: #3ba578; }
.xz-nav li:hover a, .xz-nav li.cur a { color: #fff; }
/* 下拉 */
.xz-nav .has-sub { position: relative; }
.xz-subnav {
    display: none; position: absolute; left: 0; top: 46px; z-index: 70;
    background: rgba(0, 0, 0, .88); padding: 12px 16px 14px; min-width: 100%;
    box-sizing: border-box;
}
.xz-nav .has-sub:hover .xz-subnav { display: block; }
.xz-subnav a {
    display: inline-block; padding: 6px 12px; font-size: 13px;
    color: #cfcfcf; line-height: 20px; white-space: nowrap; height: auto;
}
.xz-subnav a:hover { color: #1fbd7a; background: none; }

/* ============ 面包屑 ============ */
.xz-crumb {
    width: 100%; height: 40px; line-height: 40px; background: #fff;
    color: #696969; font-size: 13px; box-sizing: border-box; padding: 0 16px;
    margin-bottom: 12px; overflow: hidden;
}
.xz-crumb a { color: #696969; }
.xz-crumb a:hover { color: #1fbd7a; }
.xz-crumb em { color: #1fbd7a; }

/* ============ 区块标题 ============ */
.xz-tit {
    width: 100%; overflow: hidden; padding: 0 20px; box-sizing: border-box;
    border-bottom: 1px solid #f0f0f0; background: #fff;
}
.xz-tit h2 {
    display: inline-block; height: 54px; line-height: 54px; position: relative;
    font-size: 20px; font-weight: bold; color: #1fbd7a;
}
.xz-tit h2:before {
    content: ''; float: left; display: block; width: 5px; height: 27px;
    background: #1fbd7a; margin: 14px 13px 0 0;
}
.xz-tit .tab { float: right; height: 54px; line-height: 54px; }
.xz-tit .tab span {
    display: inline-block; padding: 0 14px; font-size: 14px;
    color: #666; cursor: pointer;
}
.xz-tit .tab span.cur { color: #1fbd7a; }
.xz-tit .more {
    float: right; height: 54px; line-height: 54px; font-size: 13px;
    color: #a8a8a8; margin-left: 16px;
}
.xz-tit .more:hover { color: #1fbd7a; }

/* ============ 卡片盒子 ============ */
.xz-box {
    width: 100%; float: left; background: #fff; margin-bottom: 16px;
    box-sizing: border-box;
}
.xz-box .box-in { padding: 18px 20px 20px; }

/* ============ 图标网格（88 规格） ============ */
.xz-icons { overflow: hidden; margin-left: -26px; }
.xz-icons li {
    float: left; margin: 18px 0 4px 26px; width: 100px; text-align: center;
}
.xz-icons li a { display: block; width: 100px; }
.xz-icons li img {
    width: 88px; height: 88px; border-radius: 16px; display: block;
    margin: 0 auto 8px; transition: transform .3s;
}
.xz-icons li:hover img { transform: scale(1.08); }
.xz-icons li p {
    font-size: 13px; line-height: 20px; height: 20px; overflow: hidden;
    text-overflow: ellipsis; white-space: nowrap; color: #555;
}
.xz-icons li:hover p { color: #1fbd7a; }

/* ============ 应用列表行（列表页主力） ============ */
.xz-list { overflow: hidden; }
.xz-list li {
    width: 100%; padding: 16px 0; border-bottom: 1px dashed #f0f0f0;
    overflow: hidden; position: relative;
}
.xz-list li:last-child { border-bottom: none; }
.xz-list .l-ico {
    float: left; width: 80px; height: 80px; margin-right: 16px;
    border-radius: 14px; overflow: hidden;
}
.xz-list .l-ico img { width: 80px; height: 80px; transition: transform .3s; }
.xz-list li:hover .l-ico img { transform: scale(.92); }
.xz-list .l-info { float: left; width: 560px; }
.xz-list .l-info h3 {
    font-size: 17px; line-height: 26px; height: 26px; overflow: hidden;
    text-overflow: ellipsis; white-space: nowrap; font-weight: bold;
}
.xz-list .l-info h3 a { color: #333; }
.xz-list .l-info h3 a:hover { color: #1fbd7a; }
.xz-list .l-info .l-desc {
    font-size: 13px; color: #a8a8a8; line-height: 22px; height: 44px;
    overflow: hidden; margin-top: 4px;
}
.xz-list .l-info .l-meta {
    font-size: 13px; color: #a8a8a8; margin-top: 6px; height: 20px;
    overflow: hidden;
}
.xz-list .l-info .l-meta span { margin-right: 18px; }
.xz-list .l-info .l-meta .cat { color: #1fbd7a; }
.xz-list .l-act {
    position: absolute; right: 0; top: 50%; margin-top: -19px;
    text-align: right;
}
.xz-list .l-act .l-size { font-size: 12px; color: #a8a8a8; margin-top: 6px; }

/* 数字排名 */
.xz-ranknum {
    float: left; width: 22px; height: 22px; line-height: 22px; text-align: center;
    border-radius: 50%; background: #f0f0f0; color: #a8a8a8;
    font-size: 12px; margin: 29px 14px 0 0;
}
.xz-list li:nth-child(1) .xz-ranknum { background: #f0412a; color: #fff; }
.xz-list li:nth-child(2) .xz-ranknum { background: #ff7e61; color: #fff; }
.xz-list li:nth-child(3) .xz-ranknum { background: #f8b148; color: #fff; }

/* ============ 按钮 ============ */
.xz-btn {
    display: inline-block; height: 38px; line-height: 38px; padding: 0 30px;
    border-radius: 4px; font-size: 15px; color: #fff; text-align: center;
    transition: background .2s;
}
.xz-btn:hover { color: #fff; opacity: .92; }
.xz-btn.green { background: #25c88a; }
.xz-btn.blue { background: #5298ff; }
.xz-btn.orange { background: #fea342; }
.xz-btn.dark { background: #525252; }
.xz-btn.line {
    background: #fff; border: 1px solid #1fbd7a; color: #1fbd7a;
    line-height: 36px; height: 36px;
}
.xz-btn.line:hover { background: #1fbd7a; color: #fff; }
.xz-btn.sm { height: 30px; line-height: 30px; padding: 0 18px; font-size: 13px; }

/* ============ 侧栏小列表 ============ */
.xz-slist { overflow: hidden; }
.xz-slist li {
    width: 100%; overflow: hidden; padding: 12px 0;
    border-bottom: 1px dashed #f0f0f0;
}
.xz-slist li:last-child { border-bottom: none; }
.xz-slist .n {
    float: left; width: 20px; height: 20px; line-height: 20px; text-align: center;
    border-radius: 3px; background: #f0f0f0; color: #a8a8a8;
    font-size: 12px; margin: 6px 10px 0 0;
}
.xz-slist li:nth-child(1) .n { background: #f0412a; color: #fff; }
.xz-slist li:nth-child(2) .n { background: #ff7e61; color: #fff; }
.xz-slist li:nth-child(3) .n { background: #f8b148; color: #fff; }
.xz-slist .im { float: left; width: 48px; height: 48px; margin-right: 10px; }
.xz-slist .im img { width: 48px; height: 48px; border-radius: 10px; }
.xz-slist .tx { overflow: hidden; }
.xz-slist .tx p {
    font-size: 14px; line-height: 22px; height: 22px; overflow: hidden;
    text-overflow: ellipsis; white-space: nowrap;
}
.xz-slist .tx span { font-size: 12px; color: #a8a8a8; }

/* ============ 分页 ============ */
.xz-page {
    padding: 26px 0 10px; text-align: center; font-size: 14px; color: #666;
    clear: both;
}
.xz-page a, .xz-page span {
    display: inline-block; min-width: 32px; height: 34px; line-height: 34px;
    padding: 0 10px; margin: 0 3px; border: 1px solid #e6e6e6; background: #fff;
    color: #666; box-sizing: border-box;
}
.xz-page a:hover { border-color: #1fbd7a; color: #1fbd7a; }
.xz-page .cur { background: #1fbd7a; border-color: #1fbd7a; color: #fff; }
.xz-page .disabled { color: #ccc; background: #fafafa; }

/* ============ 空状态 ============ */
.xz-empty { padding: 60px 0; text-align: center; color: #a8a8a8; font-size: 15px; }

/* ============ 页脚 ============ */
.xz-footer {
    width: 100%; float: left; background: #3d3c3a; color: #a8a8a8;
    font-size: 13px; margin-top: 26px; min-width: 1240px;
}
.xz-footer .f-links { padding: 22px 0 14px; border-bottom: 1px solid #4c4b49; }
.xz-footer .f-links span { color: #6b6a68; margin-right: 12px; }
.xz-footer .f-links a { color: #a8a8a8; margin-right: 14px; line-height: 24px; }
.xz-footer .f-links a:hover { color: #fff; }
.xz-footer .f-copy { padding: 18px 0 26px; line-height: 24px; }
.xz-footer .f-copy a { color: #a8a8a8; }
.xz-footer .f-copy a:hover { color: #fff; }

/* ============ 回到顶部 ============ */
.xz-totop {
    position: fixed; right: 30px; bottom: 90px; width: 46px; height: 46px;
    background: rgba(61, 60, 58, .78); color: #fff; text-align: center;
    line-height: 20px; font-size: 12px; border-radius: 4px; cursor: pointer;
    display: none; z-index: 90; padding-top: 5px; box-sizing: border-box;
}
.xz-totop:hover { background: #1fbd7a; }
