@charset "utf-8";
/**
 * 软件详情页 article_soft.htm（须先加载 public.css）
 * 作用域：.kx-article-soft；浮动导航/返回顶：.down-detailPage
 * 保留 #id 选择器仅限 JS 钩子（down.js / comment.js / soft_report.js）
 */

.kx-article-soft{padding-bottom:15px}
.bluea a,.bluea a:link,.bluea a:visited{color:#0984c5}
.bluea a:hover{text-decoration:none;color:#ff5800;cursor:pointer}
.bluea a:active{color:#666}

#param .param-hd{
    display:flex;
    align-items:flex-start;
    gap:16px;
    width:auto;
    height:auto;
    line-height:normal;
    padding:0 0 18px;
    margin-bottom:18px;
    border-bottom:1px solid #f0f0f0;
    position:relative
}
#param .param-hd img.ico{
    float:none;
    display:block;
    width:80px;
    height:80px;
    margin:0;
    padding:2px;
    border:1px solid #eee;
    border-radius:12px;
    flex-shrink:0;
    object-fit:cover;
    background:#fff
}
#param .param-intro{
    flex:1;
    min-width:0
}
#param .param-title-row{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px 14px
}
#param #softTit,
#param .param-hd h1,
#param #softTit h1{
    float:none;
    margin:0;
    padding:0;
    height:auto;
    line-height:1.35;
    max-width:none;
    font:700 24px/1.35 "Microsoft YaHei",sans-serif;
    color:#222;
    white-space:normal;
    overflow:visible;
    text-overflow:clip
}
#param .param-cmt-badge{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:4px 12px;
    font-size:12px;
    font-weight:400;
    line-height:1.5;
    color:#4a90e2;
    background:#eef6ff;
    border-radius:20px;
    text-decoration:none;
    white-space:nowrap
}
#param .param-cmt-badge[hidden]{
    display:none!important
}
#param .param-cmt-badge::before{
    content:"";
    width:14px;
    height:14px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234a90e2'%3E%3Cpath d='M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4l4 4 4-4h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z'/%3E%3C/svg%3E") center/contain no-repeat
}
#param .param-cmt-badge:hover{
    color:#3a7fd0;
    background:#e3f0ff;
    text-decoration:none
}
#param .param-quick{
    display:flex;
    flex-wrap:wrap;
    gap:6px 28px;
    margin:12px 0 0;
    padding:0;
    list-style:none;
    font-size:13px;
    line-height:1.6;
    color:#666
}
#param .param-quick em{
    font-style:normal;
    color:#999
}
#param .param-quick span{color:#444}
#param .param-body{
    display:flex;
    align-items:flex-start;
    gap:20px;
    width:auto;
    height:auto;
    overflow:visible;
    position:relative
}
#param .param-main{
    flex:1;
    min-width:0;
    float:none;
    width:auto
}
#param .param-ul{
    display:flex;
    flex-wrap:wrap;
    gap:0;
    padding:0;
    margin:0 0 18px
}
#param .param-ul li{
    width:50%;
    box-sizing:border-box;
    float:none;
    line-height:30px;
    height:auto;
    min-height:30px;
    padding:0 16px 0 0;
    color:#999;
    font-size:13px
}
#param .param-ul li.fullsize{width:100%}
#param .param-ul li span{
    color:#444;
    max-width:none
}
#param .param-ul .fullsize span{
    display:inline;
    max-width:none;
    white-space:normal;
    vertical-align:baseline
}
#param .bluea a,
#param .bluea a:link,
#param .bluea a:visited{color:#4a90e2}
#param .bluea a:hover{color:#fd3939;text-decoration:none}
#param .param-side{
    flex-shrink:0;
    width:200px;
    padding-left:16px;
    border-left:1px solid #f0f0f0
}
#param .param-ctrl{
    float:none;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:14px;
    width:100%;
    height:auto;
    padding:0;
    margin:0
}
#param .param-score{
    display:block;
    width:100%;
    text-align:center
}
#param .score-badge{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px
}
#param .score-hex{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:78px;
    height:88px;
    background:linear-gradient(180deg,#ffd54f 0%,#ffb300 100%);
    clip-path:polygon(50% 0%,95% 25%,95% 75%,50% 100%,5% 75%,5% 25%);
    box-shadow:0 2px 8px rgba(255,179,0,.35)
}
#param .score-hex::before,
#param .score-hex::after{
    content:"";
    position:absolute;
    top:50%;
    width:18px;
    height:28px;
    margin-top:-14px;
    opacity:.45;
    background:linear-gradient(135deg,#e6a800,#ffc940);
    clip-path:polygon(50% 0%,100% 35%,100% 100%,0 100%,0 35%)
}
#param .score-hex::before{left:-22px;transform:scaleX(-1)}
#param .score-hex::after{right:-22px}
#param #decimal_unm{
    font:700 28px/1 Arial,sans-serif;
    color:#fff;
    text-shadow:0 1px 2px rgba(0,0,0,.12)
}
#param .param-score .star_r{display:none}
#param .score-stars img{
    display:block;
    height:18px;
    width:auto;
    margin:0 auto
}
#param .param-vote{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    width:100%;
    position:static;
    font-size:12px
}
#param .param-vote a{
    display:flex;
    align-items:center;
    flex:1;
    min-width:0;
    float:none;
    height:auto;
    line-height:1;
    padding:0;
    gap:5px
}
#param .param-vote-ding,
#param .param-vote-cai{
    flex:1
}
#param .param-vote a:hover{text-decoration:none}
#param .param-vote .dcico{
    float:none;
    flex-shrink:0;
    width:26px;
    height:27px;
    margin:0;
    background:url(/static/images/softspr.png) -289px -162px no-repeat
}
#param .param-vote-cai .dcico{background-position:-289px -197px}
#param .param-vote .vote-track,
#param .param-vote .bfk{
    float:none;
    flex:1;
    min-width:36px;
    height:10px;
    margin:0;
    background:#e8e8e8;
    border-radius:5px;
    overflow:hidden
}
#param .param-vote .vote-track span,
#param .param-vote .bfk span{
    display:block;
    height:100%;
    border-radius:5px;
    min-width:2px
}
#param #ding_1{background:#ff7673}
#param #cai_1{background:#c5ced4}
#param .param-vote em{
    position:static;
    left:auto;
    top:auto;
    margin:0;
    font-style:normal;
    white-space:nowrap;
    font-size:12px;
    flex-shrink:0;
    min-width:32px;
    text-align:right
}
#param #ding_2{color:#ff7673}
#param #cai_2{color:#999}
#param .dl-btn{
    flex-shrink:0;
    padding-left:2px
}
#param .dl-btn .bendown{
    float:left;
    display:inline-block;
    width:182px;
    height:75px;
    line-height:72px;
    padding-left:68px;
    font-size:26px;
    font-weight:700;
    color:#fff;
    background:url(/static/images/softspr.png) 0 0 no-repeat;
    margin-right:15px;
    position:relative;
    cursor:pointer;
    border-radius:0;
    box-shadow:none;
    min-width:0
}
#param .dl-btn .bendown:hover{
    background-position:-24px -168px;
    text-decoration:none
}
#param .dl-btn .bendown b,
#param .dl-btn .bendown i{
    font-weight:400;
    position:absolute;
    display:block;
    height:30px;
    line-height:30px;
    top:12px
}
#param .dl-btn .bendown i{
    font-style:normal;
    font-size:14px;
    top:38px;
    color:#fff
}
/* 顶部「安全下载」360 推广（down.js 插入 .downnow） */
#param .dl-btn .downnow{
    float:left;
    display:inline-block;
    width:182px;
    height:75px;
    line-height:72px;
    padding-left:68px;
    font-size:26px;
    font-weight:700;
    color:#fff;
    background:url(/static/images/softspr.png) 0 -84px no-repeat;
    margin-right:15px;
    position:relative;
    cursor:pointer;
    text-decoration:none;
    border-radius:0;
    box-shadow:none
}
#param .dl-btn .downnow:hover{
    background-position:-24px -252px;
    text-decoration:none
}
#param .dl-btn .downnow b,
#param .dl-btn .downnow i{
    font-weight:400;
    position:absolute;
    display:block;
    height:30px;
    line-height:30px;
    top:12px;
    left:68px;
    color:#fff
}
#param .dl-btn .downnow i{
    font-style:normal;
    font-size:14px;
    top:38px
}
#param .param-hd .gozt{margin:0;float:none;display:inline-block}

/* ---------- 详情页各区块分块卡片（主栏 + 侧栏） ---------- */
.kx-article-soft .section-panel{
    margin:0 0 15px;
    padding:18px 20px;
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:4px;
    box-shadow:0 1px 4px rgba(0,0,0,.06)
}
.kx-article-soft #param.content-box.section-panel{margin-bottom:15px}
.kx-article-soft .section-hd,
.kx-article-soft .section-panel>.title.section-hd,
.kx-article-soft .cbox.section-panel>.section-hd{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:8px 12px;
    height:auto;
    line-height:1.4;
    padding:0 0 12px;
    margin:0 0 14px;
    border-bottom:1px solid #f0f0f0
}
.kx-article-soft .section-hd h2,
.kx-article-soft .section-hd h3,
.kx-article-soft .section-panel>.title h2,
.kx-article-soft .section-panel>.title h3{
    margin:0;
    padding:0;
    font-size:16px;
    font-weight:700;
    color:#333;
    float:none;
    line-height:1.4;
    height:auto;
    border:0
}
.kx-article-soft .section-hd h2 b,
.kx-article-soft .section-hd h3 b,
.kx-article-soft .section-panel .title b{
    display:inline-block;
    padding:0 0 0 10px;
    border-left:4px solid #47b751;
    border-bottom:0;
    color:#333;
    font-weight:700;
    font-size:16px;
    position:static;
    bottom:auto
}
.kx-article-soft .section-hd .company-more,
.kx-article-soft .section-hd a{
    font-size:13px;
    font-weight:400;
    color:#999;
    text-decoration:none
}
.kx-article-soft .section-hd .company-more:hover{color:#fd3939}
/* ---------- 软件介绍 #soft-info / #soft-intro ---------- */
.kx-article-soft #soft-info.section-panel{
    overflow:visible;
    border-top:none;
    margin-top:0
}
.kx-article-soft #soft-info .main-info{
    padding:4px 0 0
}
.kx-article-soft #soft-intro{
    font-size:14px;
    line-height:1.75;
    color:#444;
    word-break:break-word
}
.kx-article-soft #soft-intro h3{
    position:relative;
    border-left:4px solid #47b751;
    border-bottom:1px solid #e8e8e8;
    font-size:16px;
    font-weight:700;
    padding:8px 0 8px 12px;
    margin:20px 0 14px;
    line-height:1.4;
    color:#333
}
.kx-article-soft #soft-intro h3:first-child{
    margin-top:0
}
.kx-article-soft #soft-intro h3 span{
    font-weight:700
}
.kx-article-soft #soft-intro h3 i{
    position:absolute;
    top:0;
    left:0;
    font-style:normal;
    display:block;
    width:25px;
    height:24px;
    line-height:24px;
    font-size:16px;
    background:#47b751;
    color:#fff;
    text-align:center;
    border-radius:0 2px 2px 0
}
.kx-article-soft #soft-intro h3 b,
.kx-article-soft #soft-intro h3 strong{
    font-weight:700
}
.kx-article-soft #soft-intro h4{
    margin:14px 0 8px;
    font-size:15px;
    font-weight:700;
    color:#333
}
.kx-article-soft #soft-intro p{
    margin:8px 0 10px;
    line-height:1.75;
    color:#555
}
.kx-article-soft #soft-intro ol,
.kx-article-soft #soft-intro ul{
    margin:8px 0 12px;
    padding-left:1.6em;
    line-height:1.75;
    color:#555;
    list-style-position:outside
}
.kx-article-soft #soft-intro ol{
    list-style:decimal
}
.kx-article-soft #soft-intro ul{
    list-style:disc
}
.kx-article-soft #soft-intro li{
    margin:4px 0;
    list-style:inherit
}
.kx-article-soft #soft-intro a{
    color:#4a90e2
}
.kx-article-soft #soft-intro a:hover{
    color:#fd3939;
    text-decoration:none
}
.kx-article-soft #soft-intro p img,
.kx-article-soft #soft-intro img{
    display:block;
    max-width:100%;
    width:auto;
    height:auto;
    margin:12px auto 16px;
    border-radius:4px
}
.kx-article-soft #soft-intro table{
    width:100%;
    max-width:100%;
    margin:12px 0;
    border-collapse:collapse;
    font-size:13px;
    line-height:1.6
}
.kx-article-soft #soft-intro table td,
.kx-article-soft #soft-intro table th{
    padding:6px 10px;
    border:1px solid #e8e8e8
}
.kx-article-soft #soft-intro blockquote{
    word-break:break-word;
    margin:12px 0;
    padding:34px 12px 10px;
    border:1px solid #f60;
    background:#fdfddf url(/static/images/detail1.gif) no-repeat -80px -322px;
    color:#333;
    line-height:1.8;
    font-size:14px
}
.kx-article-soft #soft-intro .blockquote a{color:#0984c5}
.kx-article-soft #soft-intro .blockquote a:hover{color:#f60}
.kx-article-soft #soft-intro .rtdownload dd p.r_name{
    height:auto;
    line-height:1.4;
    overflow:hidden;
    font-size:18px;
    color:#333;
    margin:0 0 6px
}
.kx-article-soft #soft-intro .rtdownload dd p.r_name a{
    color:#333;
    text-decoration:none
}
.kx-article-soft #soft-intro .rtdownload dd p.r_name a:hover{color:#f00}
.kx-article-soft #soft-intro dd p{margin:0}
.kx-article-soft #soft-intro .rtdownload .dbtns a,
.kx-article-soft #soft-intro .dbtns a{
    display:block;
    width:120px;
    height:39px;
    line-height:39px;
    font-size:16px;
    text-align:center;
    color:#fff!important;
    background:#47b751;
    border-radius:4px;
    text-decoration:none
}
.kx-article-soft #soft-intro .rtdownload .dbtns a:hover,
.kx-article-soft #soft-intro .dbtns a:hover{
    background:#3da346;
    opacity:.95
}
/* 下载地址 */
.kx-article-soft #download.section-panel{
    position:relative;
    margin:0 0 15px
}
.kx-article-soft #download .dl-section-hd{
    justify-content:space-between;
    align-items:flex-start
}
.kx-article-soft #download .dl-platform{
    display:flex;
    align-items:flex-start;
    gap:6px;
    padding-bottom:14px;
    font-size:13px;
    color:#999;
    line-height:20px
}
.kx-article-soft #download .dl-platform .sep{
    color:#ddd;
    line-height:20px;
    user-select:none
}
.kx-article-soft #download .dl-platform [data-tab]{
    display:inline-block;
    position:relative;
    height:20px;
    line-height:20px;
    padding:0;
    color:#666;
    font-weight:400;
    cursor:pointer;
    user-select:none;
    white-space:nowrap
}
.kx-article-soft #download .dl-platform [data-tab]:hover{color:#4a90e2}
.kx-article-soft #download .dl-platform .cur{
    color:#47b751;
    font-weight:600
}
.kx-article-soft #download .dl-platform .cur::after{
    content:"";
    position:absolute;
    left:50%;
    top:100%;
    margin-top:1px;
    transform:translateX(-50%);
    width:12px;
    height:10px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1 1.5 6 5.5 11 1.5' fill='none' stroke='%2347b751' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.5 6 8.5 11 4.5' fill='none' stroke='%2347b751' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
    pointer-events:none
}
.kx-article-soft #download .dl-down-body{
    display:block;
    height:auto;
    overflow:visible
}
.kx-article-soft #download .dl-down-layout{
    display:flex;
    align-items:stretch;
    gap:18px;
    min-height:0;
    height:auto;
    overflow:visible
}
.kx-article-soft #download .dlServer{
    flex:0 0 390px;
    width:390px;
    max-width:390px;
    min-width:390px;
    height:auto;
    min-height:0;
    margin:0;
    overflow:visible;
    position:static;
    box-sizing:border-box
}
.kx-article-soft #download .dl-ad-side{
    flex:1 1 auto;
    min-width:0;
    width:auto;
    height:auto;
    min-height:0;
    overflow:visible;
    align-self:stretch;
    box-sizing:border-box
}
.kx-article-soft #download .dl-ad-grid{
    min-height:0;
    height:auto;
    overflow:visible
}
.kx-article-soft #download .dl-param-ad{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:8px 6px;
    width:100%;
    height:auto;
    min-height:0;
    overflow:visible
}
.kx-article-soft #download .dl-param-ad a{
    display:block;
    text-align:center;
    font-size:12px;
    line-height:1.4;
    color:#666;
    text-decoration:none
}
.kx-article-soft #download .dl-param-ad a:hover{color:#4a90e2}
.kx-article-soft #download .dl-param-ad img{
    display:block;
    width:100%;
    height:auto;
    max-height:none;
    object-fit:contain;
    margin:0 auto 4px;
    border-radius:4px;
    background:#f5f5f5
}
.kx-article-soft #download .dl-ad-grid:empty,
.kx-article-soft #download .dl-param-ad:empty{
    min-height:0
}
.kx-article-soft #download .dl-panels{
    position:relative;
    min-height:0;
    height:auto;
    overflow:visible
}
.kx-article-soft #download .dl-panel{
    display:none
}
.kx-article-soft #download .dl-panel.on{
    display:block
}
.kx-article-soft #download .dl-panel.is-empty{
    display:none!important
}
.kx-article-soft #download .dl-platform .is-hidden{
    display:none!important
}
.kx-article-soft #download .dl-soft-title{
    width:auto;
    margin:0 0 12px;
    padding:8px 12px;
    font-size:15px;
    font-weight:700;
    color:#4a90e2;
    line-height:1.45;
    background:linear-gradient(90deg,#f0f7ff 0%,#fafcff 100%);

    border-radius:0 4px 4px 0;
    box-sizing:border-box
}
.kx-article-soft #download .dl-channel-label{
    margin:0 0 8px;
    padding:0;
    font-size:12px;
    color:#888;
    line-height:1.5
}
/* 本地下载：图标 + 链接（卡片行，两列） */
.kx-article-soft #download .dl-channel-local .dl-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px 10px;
    width:100%;
    max-width:100%;
    margin:0 0 4px;
    padding:0;
    list-style:none;
    overflow:visible
}
.kx-article-soft #download .dl-channel-local .dl-list li{
    display:flex;
    align-items:center;
    float:none!important;
    width:auto!important;
    min-height:34px;
    height:auto;
    line-height:1.35;
    margin:0!important;
    padding:6px 10px 6px 34px!important;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    box-sizing:border-box;
    background-color:#f8fafc;
    background-repeat:no-repeat;
    background-position:10px center;
    background-size:18px 18px;
    background-image:url(/static/images/download-icon/down-icon.png);
    border:1px solid #e8eef4;
    border-radius:4px;
    list-style:none;
    transition:background-color .2s,border-color .2s,box-shadow .2s
}
.kx-article-soft #download .dl-channel-local .dl-list li:hover{
    background-color:#eef5fc;
    border-color:#c5dff5;
    box-shadow:0 1px 4px rgba(74,144,226,.08)
}
.kx-article-soft #download .dl-channel-local .dl-list .ico-down{
    background-image:url(/static/images/download-icon/down-icon.png)
}
.kx-article-soft #download .dl-channel-local .dl-list .ico-baidu{
    background-image:url(/static/images/download-icon/ico-baidupan.jpg)
}
.kx-article-soft #download .dl-channel-local .dl-list .ico-weiyun{
    background-image:url(/static/images/download-icon/ico-weiyun.jpg)
}
.kx-article-soft #download .dl-channel-local .dl-list .ico-beiyong{
    background-image:url(/static/images/download-icon/ico-beiyong.png);
    background-color:#f5f9ff;
    border-color:#dbeafe
}
.kx-article-soft #download .dl-channel-local .dl-list .ico-beiyong:hover{
    background-color:#eaf3ff;
    border-color:#b8d4f5
}
.kx-article-soft #download .dl-channel-local .dl-list .ico-guanfang{
    background-image:url(/static/images/download-icon/ico-guanfang.jpg)
}
.kx-article-soft #download .dl-channel-local .dl-list .ico-yiyang{
    background-image:url(/static/images/download-icon/ico-yiyang.png)
}
.kx-article-soft #download .dl-channel-local .dl-list .ico-123pan{
    background-image:url(/static/images/download-icon/ico-123pan.png)
}
.kx-article-soft #download .dl-channel-local .dl-list .ico-lanzou{
    background-image:url(/static/images/download-icon/ico-lanzou.jpg)
}
.kx-article-soft #download .dl-channel-local .dl-list .ico-xunlei{
    background-image:url(/static/images/download-icon/down-icon.png)
}
.kx-article-soft #download .dl-channel-local .dl-list li a{
    display:block;
    flex:1;
    min-width:0;
    height:auto;
    padding:0;
    font-size:13px;
    font-weight:400;
    color:#0984c5!important;
    text-decoration:none;
    background:none!important;
    border-radius:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    transition:color .2s
}
.kx-article-soft #download .dl-channel-local .dl-list li a::before{
    display:none
}
.kx-article-soft #download .dl-channel-local .dl-list li a:hover{
    color:#4a90e2!important;
    text-decoration:none;
    background:none!important
}
.kx-article-soft #download .dl-channel-local .dl-list li[style*="italic"]{
    grid-column:1/-1;
    padding:8px 10px!important;
    min-height:0;
    height:auto;
    line-height:1.6;
    background:#fafafa;
    border-style:dashed;
    border-color:#e0e0e0;
    box-shadow:none
}
.kx-article-soft #download .dl-channel-local .dl-list li[style*="italic"] a{
    color:#999!important;
    white-space:normal
}
.kx-article-soft #download .dl-soft-title-bar{
    margin:0 0 12px;
    padding:7px 10px;
    background:#eef5fc;
    border-radius:3px
}
.kx-article-soft #download .dl-channel-android .dl-android-download{
    margin:0 0 4px
}
.kx-article-soft #download .dl-android-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-width:180px;
    height:38px;
    padding:0 18px;
    font-size:13px;
    font-weight:400;
    color:#fff!important;
    text-decoration:none;
    background:#47b751;
    border-radius:4px
}
.kx-article-soft #download .dl-android-btn::before{
    content:"";
    flex-shrink:0;
    width:18px;
    height:18px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M6 18c0 .55.45 1 1 1h1v3.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V19h2v3.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V19h1c.55 0 1-.45 1-1V8H6v10zM3.5 8C2.67 8 2 8.67 2 9.5v7c0 .83.67 1.5 1.5 1.5S5 17.33 5 16.5v-7C5 8.67 4.33 8 3.5 8zm17 0c-.83 0-1.5.67-1.5 1.5v7c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5v-7c0-.83-.67-1.5-1.5-1.5zm-4.97-5.41a.996.996 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83a.996.996 0 0 0 0-1.41l-2.34-2.34zM13 3.5 9.75 6.75 13.5 10.5 16.75 7.25 13 3.5z'/%3E%3C/svg%3E") center/contain no-repeat
}
.kx-article-soft #download .dl-android-btn:hover{
    background:#3da845;
    color:#fff!important;
    text-decoration:none
}
.kx-article-soft #download .dl-qr-label{
    margin:12px 0 8px;
    font-size:12px;
    color:#666;
    line-height:1.5
}
.kx-article-soft #download .dl-qrcode img{
    display:block;
    width:110px;
    height:110px;
    padding:4px;
    border:1px solid #e8e8e8;
    border-radius:4px;
    background:#fff
}
.kx-article-soft #download .dl-channel-360,
.kx-article-soft #download .dl-channel-local{
    margin-bottom:16px
}
.kx-article-soft #download #dl-channel-360-slot{
    display:none
}
.kx-article-soft #download #dl-channel-360-slot:not(:empty){
    display:block
}
.kx-article-soft #download .dl-channel-360 .dl-btn-grid li::before,
.kx-article-soft #download .dl-channel-ad .dl-btn-grid li::before{
    display:none
}
.kx-article-soft #download .dl-channel-360 .dl-btn-grid li a,
.kx-article-soft #download .dl-channel-ad .dl-btn-grid li a{
    width:100%
}
/* 360 广告下载：橙色按钮网格 */
.kx-article-soft #download .dl-channel-ad .dl-btn-grid,
.kx-article-soft #download .downloader.dl-btn-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    width:auto;
    max-width:100%;
    margin:0;
    padding:0;
    list-style:none;
    overflow:visible;
    border-radius:0;
    background:transparent
}
.kx-article-soft #download .dl-channel-ad .dl-btn-grid li,
.kx-article-soft #download .downloader.dl-btn-grid li{
    display:flex;
    align-items:center;
    gap:6px;
    float:none!important;
    width:auto!important;
    height:auto!important;
    min-height:0;
    margin:0!important;
    padding:0!important;
    line-height:normal;
    background:none!important;
    list-style:none
}
.kx-article-soft #download .dl-channel-ad .dl-btn-grid li::before,
.kx-article-soft #download .downloader.dl-btn-grid li::before{
    display:none
}
.kx-article-soft #download .dl-channel-ad .dl-btn-grid li a,
.kx-article-soft #download .downloader.dl-btn-grid li a{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    flex:1;
    min-width:0;
    box-sizing:border-box;
    height:44px;
    padding:0 12px;
    font-size:14px;
    font-weight:400;
    color:#fff!important;
    text-decoration:none;
    background:#ff9500;
    border-radius:4px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis
}
.kx-article-soft #download .dl-channel-ad .dl-btn-grid li a::before,
.kx-article-soft #download .downloader.dl-btn-grid li a::before{
    content:"";
    flex-shrink:0;
    width:20px;
    height:20px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M19.35 10.04A7.49 7.49 0 0 0 12 4C9.11 4 6.6 5.64 5.35 8.04A5.994 5.994 0 0 0 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM17 13l-5 5-5-5h3V9h4v4h3z'/%3E%3C/svg%3E") center/contain no-repeat
}
.kx-article-soft #download .dl-channel-ad .dl-btn-grid li a:hover,
.kx-article-soft #download .downloader.dl-btn-grid li a:hover{
    background:#ff8000;
    color:#fff!important;
    text-decoration:none
}
.kx-article-soft #download .dl-channel-ad .dl-btn-grid .ico-baidu a,
.kx-article-soft #download .dl-channel-ad .dl-btn-grid .ico-xunlei a,
.kx-article-soft #download .downloader.dl-btn-grid .ico-baidu a,
.kx-article-soft #download .downloader.dl-btn-grid .ico-xunlei a,
.kx-article-soft #download .dl-channel-ad .dl-btn-grid li a[href*="thunder://"],
.kx-article-soft #download .dl-channel-ad .dl-btn-grid li a[href*="xunlei"],
.kx-article-soft #download .downloader.dl-btn-grid li a[href*="thunder://"],
.kx-article-soft #download .downloader.dl-btn-grid li a[href*="xunlei"]{
    background:#4a90e2
}
.kx-article-soft #download .dl-channel-ad .dl-btn-grid .ico-baidu a:hover,
.kx-article-soft #download .dl-channel-ad .dl-btn-grid .ico-xunlei a:hover,
.kx-article-soft #download .downloader.dl-btn-grid .ico-baidu a:hover,
.kx-article-soft #download .downloader.dl-btn-grid .ico-xunlei a:hover,
.kx-article-soft #download .dl-channel-ad .dl-btn-grid li a[href*="thunder://"]:hover,
.kx-article-soft #download .dl-channel-ad .dl-btn-grid li a[href*="xunlei"]:hover,
.kx-article-soft #download .downloader.dl-btn-grid li a[href*="thunder://"]:hover,
.kx-article-soft #download .downloader.dl-btn-grid li a[href*="xunlei"]:hover{
    background:#3a7fd0
}
.kx-article-soft #download .dl-channel-ad .dl-btn-grid .ico-baidu a::before,
.kx-article-soft #download .dl-channel-ad .dl-btn-grid .ico-xunlei a::before,
.kx-article-soft #download .downloader.dl-btn-grid .ico-baidu a::before,
.kx-article-soft #download .downloader.dl-btn-grid .ico-xunlei a::before{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 14H9V8h2v8zm4 0h-2V8h2v8z'/%3E%3C/svg%3E")
}
.kx-article-soft #download .dl-channel-ad .dl-btn-grid li[style*="italic"],
.kx-article-soft #download .downloader.dl-btn-grid li[style*="italic"]{
    grid-column:1/-1
}
.kx-article-soft #download .dl-channel-ad .dl-btn-grid li[style*="italic"] a,
.kx-article-soft #download .downloader.dl-btn-grid li[style*="italic"] a{
    background:transparent;
    color:#999!important;
    justify-content:flex-start;
    height:auto;
    padding:4px 0
}
.kx-article-soft #download .dl-channel-ad .dl-btn-grid li[style*="italic"] a::before,
.kx-article-soft #download .downloader.dl-btn-grid li[style*="italic"] a::before{display:none}
.kx-article-soft #download .sendErr-wrap.dl-notice{
    width:100%;
    box-sizing:border-box;
    max-width:none;
    margin:18px 0 0;
    padding:14px 16px 14px 44px;
    color:#bbb;
    font-size:13px;
    line-height:1.8;
    border:1px solid #6b7788;
    border-radius:4px;
    background:#4a5568;
    position:relative
}
.kx-article-soft #download .sendErr-wrap.dl-notice::before{
    content:"“";
    position:absolute;
    left:14px;
    top:8px;
    font-size:32px;
    line-height:1;
    color:#8a95a8;
    font-family:Georgia,serif
}
.kx-article-soft #download .dl-notice-main,
.kx-article-soft #download .dl-notice-sub{
    margin:0
}
.kx-article-soft #download .dl-notice-main .soft-report-open,
.kx-article-soft #download .sendErr-wrap .feedback1{
    color:#ffd54f;
    cursor:pointer
}
.kx-article-soft #download .sendErr-wrap .feedback1:hover,
.kx-article-soft #download .dl-notice-main .soft-report-open:hover{
    color:#ffe082;
    text-decoration:none
}
.kx-article-soft #download .dl-notice-sub{
    margin-top:4px;
    color:#999;
    font-size:12px
}
@media (max-width:900px){
    .kx-article-soft #download .dl-down-layout{flex-direction:column}
    .kx-article-soft #download .dlServer{
        flex:1 1 auto;
        width:100%!important;
        max-width:100%!important;
        min-width:0!important
    }
    .kx-article-soft #download .dl-ad-side{width:100%}
}
/* ---------- 05 右侧悬浮锚点导航 #autotab ---------- */
.down-detailPage #autotab{
    z-index:99;
    display:none;
    position:fixed;
    top:280px;
    left:50%;
    margin:0 0 0 calc(var(--kx-page-width, 1300px) / 2 + 18px);
    padding:4px 0;
    list-style:none;
    cursor:default
}
.down-detailPage #autotab::before{
    content:"";
    position:absolute;
    left:5px;
    top:18px;
    bottom:18px;
    width:1px;
    background:#e0e0e0
}
.down-detailPage #autotab li{
    position:relative;
    margin:0;
    padding:7px 0 7px 22px;
    line-height:18px;
    font-size:13px;
    color:#999;
    white-space:nowrap;
    cursor:pointer;
    background:none
}
.down-detailPage #autotab li::before{
    content:"";
    position:absolute;
    left:1px;
    top:50%;
    width:9px;
    height:9px;
    margin-top:-5px;
    border:1px solid #d0d0d0;
    border-radius:50%;
    background:#fff;
    box-sizing:border-box;
    z-index:1
}
.down-detailPage #autotab li.cur{
    color:#47b751;
    font-weight:600
}
.down-detailPage #autotab li.cur::before{
    background:#47b751;
    border-color:#47b751
}
.down-detailPage #autotab li:hover{
    color:#47b751
}
.down-detailPage #autotab li.nota{
    margin-top:4px
}
@media (max-width:1350px){
    .down-detailPage #autotab{display:none!important}
}

/* ---------- 详情页侧栏返回顶 #gotoBox（与 public.css 首页样式隔离） ---------- */
.down-detailPage #gotoBox{
    display:none;
    position:fixed;
    top:310px;
    left:50%;
    bottom:auto;
    margin:0 0 0 calc(var(--kx-page-width, 1300px) / 2 + 18px);
    width:22px;
    height:auto;
    cursor:pointer;
    background:none;
    z-index:98
}
.down-detailPage #gotoBox i,
.down-detailPage #gotoBox s,
.down-detailPage #gotoBox u{
    display:block;
    width:22px;
    height:75px;
    padding:0;
    margin:0;
    border:0;
    line-height:0;
    font-size:0;
    background:url(/static/images/top1.jpg) 0 0 no-repeat
}
.down-detailPage #gotoBox.gpl i{
    background:url(/static/images/top1.jpg) 0 0 no-repeat
}
.down-detailPage #gotoBox.gpl u{
    background:url(/static/images/toppl.png) 0 0 no-repeat
}
@media (max-width:1350px){
    .down-detailPage #gotoBox{display:none!important}
}

/* 其他版本（经典绿色风格，对齐原 down.css） */
.kx-article-soft #xgb.section-panel{
    padding:18px 20px 8px
}
.kx-article-soft #xgb .section-hd.title{
    display:block;
    height:42px;
    line-height:42px;
    padding:0;
    margin:0 0 10px;
    border-bottom:1px solid #ddd;
    gap:0
}
.kx-article-soft #xgb .section-hd.title h2{
    margin:0;
    padding:0;
    height:42px;
    line-height:42px;
    font-size:16px;
    font-weight:400;
    color:inherit;
    float:none
}
.kx-article-soft #xgb .section-hd.title h2 b{
    display:inline-block;
    position:relative;
    bottom:2px;
    padding:0 15px;
    border-left:0;
    border-bottom:3px solid #47b751;
    color:#47b751;
    font-weight:700;
    font-size:16px
}
.kx-article-soft #xgb ul{
    width:100%;
    margin:10px 0 0
}
.kx-article-soft #xgb li{
    display:flex;
    align-items:center;
    height:36px;
    line-height:36px;
    margin:0 0 7px;
    padding:0;
    background:#f7f7f7;
    border-radius:0;
    overflow:hidden
}
.kx-article-soft #xgb li a:not(.seem){
    float:none;
    flex:0 1 300px;
    max-width:36%;
    min-width:0;
    height:36px;
    line-height:36px;
    overflow:hidden;
    padding:0 10px 0 15px;
    font-size:14px;
    color:#333;
    text-decoration:none;
    white-space:nowrap;
    text-overflow:ellipsis;
    box-sizing:border-box
}
.kx-article-soft #xgb li a:not(.seem):hover{
    color:#47b751
}
.kx-article-soft #xgb li > span[class^="star"],
.kx-article-soft #xgb li > span[class*=" star"]{
    float:none;
    flex:0 0 84px;
    width:84px;
    height:13px;
    margin:0 8px 0 0;
    overflow:hidden;
    line-height:0;
    font-size:0;
    vertical-align:middle;
    background-repeat:no-repeat
}
.kx-article-soft #xgb li i,
.kx-article-soft #xgb li s{
    float:none;
    flex:0 0 105px;
    width:105px;
    min-width:0;
    height:36px;
    line-height:36px;
	font-size:12px;
    font-style:normal;
    color:#666;
    text-align:left;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    box-sizing:border-box
}
.kx-article-soft #xgb li .seem{
    float:none;
    flex:0 0 74px;
    width:74px;
    height:36px;
    line-height:36px;
    margin:0 0 0 auto;
    padding:0;
    text-align:center;
    background:#47b751;
    border-radius:0;
    color:#fff;
    font-size:13px;
    text-decoration:none
}
.kx-article-soft #xgb li .seem:hover{
    background:#90c45c;
    text-decoration:none
}
/* 厂商 / 相关软件 */
.kx-article-soft #company.section-panel,
.kx-article-soft #xgd.section-panel{
    position:relative;
    padding-bottom:18px
}
.kx-article-soft #company dl{margin-top:0}
.kx-article-soft #company dt{
    position:static;
    width:auto;
    font-size:14px
}
.kx-article-soft #company ul,
.kx-article-soft #xgd ul:not(.kx-az-same-grid){
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:10px;
    overflow:visible
}
.kx-article-soft #company ul::before,
.kx-article-soft #company ul::after,
.kx-article-soft #xgd ul:not(.kx-az-same-grid)::before,
.kx-article-soft #xgd ul:not(.kx-az-same-grid)::after{
    content:none;
    display:none
}
.kx-article-soft #company li,
.kx-article-soft #xgd ul:not(.kx-az-same-grid) li{
    float:none;
    display:flex;
    align-items:center;
    gap:8px;
    width:auto;
    min-width:0;
    max-width:none;
    height:auto;
    min-height:56px;
    margin:0;
    padding:8px;
    background:#f9f9f9;
    border-radius:4px;
    box-sizing:border-box;
    overflow:visible;
    position:static
}
.kx-article-soft #company dd li img,
.kx-article-soft #xgd ul:not(.kx-az-same-grid) li img{
    width:40px;
    height:40px;
    border-radius:8px;
    display:block
}
.kx-article-soft #company dd li .img,
.kx-article-soft #xgd ul:not(.kx-az-same-grid) li .img,
.kx-article-soft #company li>a:first-child,
.kx-article-soft #xgd ul:not(.kx-az-same-grid) li>a:first-child{
    float:none;
    flex:0 0 40px;
    width:40px;
    margin:0
}
.kx-article-soft #company dd li p,
.kx-article-soft #xgd ul:not(.kx-az-same-grid) li p{
    float:none;
    flex:1;
    min-width:0;
    width:auto;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:2px;
    overflow:hidden;
    margin:0
}
.kx-article-soft #company dd li p > a,
.kx-article-soft #xgd ul:not(.kx-az-same-grid) li p > a{
    display:block;
    font-weight:400;
    font-size:13px;
    height:auto;
    line-height:1.35;
    color:#333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.kx-article-soft #company dd li p > a:hover,
.kx-article-soft #xgd ul:not(.kx-az-same-grid) li p > a:hover{
    color:#47b751
}
.kx-article-soft #company dd li p > i,
.kx-article-soft #xgd ul:not(.kx-az-same-grid) li p > i{
    display:block;
    font-size:12px;
    line-height:1.35;
    font-style:normal;
    color:#999;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.kx-article-soft #company dd li p > i s,
.kx-article-soft #xgd ul:not(.kx-az-same-grid) li p > i s{
    margin:0 3px;
    color:#ccc
}

/* 相关专题（软件详情页） */
.kx-spec-related-wrap.section-panel{
    padding-bottom:18px
}
.kx-spec-related-wrap .kx-spec-related-tabs{
    display:flex;
    flex-wrap:wrap;
    gap:0 6px;
    border-bottom:1px solid #eee;
    margin:0 0 12px;
    padding:0
}
.kx-spec-related-wrap .kx-spec-related-tab{
    position:relative;
    display:inline-block;
    padding:0 16px;
    height:38px;
    line-height:38px;
    font-size:14px;
    color:#333;
    cursor:pointer;
    white-space:nowrap;
    max-width:220px;
    overflow:hidden;
    text-overflow:ellipsis
}
.kx-spec-related-wrap .kx-spec-related-tab.cur{
    color:#47b751;
    font-weight:700
}
.kx-spec-related-wrap .kx-spec-related-tab.cur:after{
    content:'';
    position:absolute;
    left:50%;
    bottom:0;
    margin-left:-6px;
    border:6px solid transparent;
    border-bottom-color:#47b751
}
.kx-spec-related-wrap .kx-spec-related-panel{
    display:none
}
.kx-spec-related-wrap .kx-spec-related-panel.on{
    display:block
}
.kx-spec-related-wrap .kx-spec-related-hd{
    display:flex;
    gap:16px;
    align-items:flex-start;
    padding:4px 0 14px;
    border-bottom:1px solid #f5f5f5;
    margin-bottom:14px
}
.kx-spec-related-wrap .kx-spec-related-cover{
    flex-shrink:0;
    display:block;
    line-height:0
}
.kx-spec-related-wrap .kx-spec-related-cover img{
    width:200px;
    height:100px;
    object-fit:cover;
    border-radius:4px;
    display:block
}
.kx-spec-related-wrap .kx-spec-related-intro{
    flex:1;
    min-width:0
}
.kx-spec-related-wrap .kx-spec-related-intro h3{
    margin:0 0 8px;
    font-size:18px;
    line-height:1.35;
    font-weight:700
}
.kx-spec-related-wrap .kx-spec-related-intro h3 a{
    color:#333;
    text-decoration:none
}
.kx-spec-related-wrap .kx-spec-related-intro h3 a:hover{
    color:#47b751
}
.kx-spec-related-wrap .kx-spec-related-desc{
    margin:0;
    font-size:13px;
    line-height:1.7;
    color:#888;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
    overflow:hidden
}
.kx-spec-related-wrap .kx-spec-related-grid{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin:0;
    padding:0;
    list-style:none
}
.kx-spec-related-wrap .kx-spec-soft-card{
    display:flex;
    gap:10px;
    align-items:flex-start;
    width:calc(33.333% - 8px);
    box-sizing:border-box;
    padding:10px;
    border:1px solid #f0f0f0;
    border-radius:4px;
    background:#fff
}
.kx-spec-related-wrap .kx-spec-soft-thumb{
    flex-shrink:0;
    display:block;
    line-height:0
}
.kx-spec-related-wrap .kx-spec-soft-thumb img{
    width:48px;
    height:48px;
    border-radius:10px;
    object-fit:cover;
    display:block
}
.kx-spec-related-wrap .kx-spec-soft-body{
    flex:1;
    min-width:0
}
.kx-spec-related-wrap .kx-spec-soft-title{
    display:block;
    font-size:13px;
    line-height:1.4;
    color:#333;
    text-decoration:none;
    margin-bottom:4px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.kx-spec-related-wrap .kx-spec-soft-title:hover{
    color:#47b751
}
.kx-spec-related-wrap .kx-spec-soft-meta{
    display:block;
    font-size:12px;
    line-height:1.4;
    color:#999;
    margin-bottom:4px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.kx-spec-related-wrap .kx-spec-soft-stars{
    vertical-align:middle
}

/* 类似软件 / 同类软件（与 android_side、android_grid 布局共用） */
.kx-article-soft #samesoft .kx-az-similar-list,
.kx-article-soft .kx-az-similar-list{
    margin:0;
    padding:0;
    list-style:none
}
.kx-article-soft #samesoft .kx-az-similar-list li,
.kx-article-soft .kx-az-similar-list li{
    height:auto;
    min-height:0;
    line-height:normal;
    padding:0;
    margin:0;
    overflow:visible;
    border-bottom:1px solid #f5f5f5;
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 0
}
.kx-article-soft #samesoft .kx-az-similar-list .kx-az-sim-thumb,
.kx-article-soft .kx-az-similar-list .kx-az-sim-thumb{
    flex-shrink:0;
    display:block;
    line-height:0
}
.kx-article-soft #samesoft .kx-az-similar-list .kx-az-sim-title,
.kx-article-soft .kx-az-similar-list .kx-az-sim-title{
    display:block;
    color:#333;
    text-decoration:none
}
.kx-article-soft #samesoft .kx-az-similar-list .kx-az-sim-title:hover,
.kx-article-soft .kx-az-similar-list .kx-az-sim-title:hover{
    color:#4a90e2
}
.kx-article-soft #samesoft .kx-az-similar-list .kx-az-sim-sub,
.kx-article-soft .kx-az-similar-list .kx-az-sim-sub{
    display:block;
    font-size:12px;
    color:#999;
    line-height:1.4
}
.kx-article-soft #samesoft .kx-az-similar-list .kx-az-sim-sub s,
.kx-article-soft .kx-az-similar-list .kx-az-sim-sub s{
    text-decoration:none;
    padding:0 2px;
    color:#ccc
}
.kx-article-soft #samesoft .kx-az-similar-list .kx-az-sim-cat,
.kx-article-soft .kx-az-similar-list .kx-az-sim-cat{
    color:#999;
    text-decoration:none
}
.kx-article-soft #samesoft .kx-az-similar-list .kx-az-sim-cat:hover,
.kx-article-soft .kx-az-similar-list .kx-az-sim-cat:hover{
    color:#4a90e2
}
.kx-article-soft #samesoft .kx-az-similar-list img,
.kx-article-soft .kx-az-similar-list img{
    float:none;
    display:block;
    flex-shrink:0;
    width:48px;
    height:48px;
    margin:0;
    border-radius:10px;
    object-fit:cover
}
.kx-article-soft #samesoft .kx-az-similar-list li:last-child,
.kx-article-soft .kx-az-similar-list li:last-child{
    border-bottom:0
}
.kx-article-soft #samesoft .kx-az-sim-info,
.kx-article-soft .kx-az-sim-info{
    flex:1;
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:2px
}
.kx-article-soft #samesoft .kx-az-sim-info strong,
.kx-article-soft .kx-az-sim-info strong{
    display:block;
    font-size:14px;
    font-weight:400;
    line-height:1.4;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;

}
.kx-article-soft #samesoft .kx-az-sim-info em,
.kx-article-soft .kx-az-sim-info em{
    display:none
}
.kx-article-soft #samesoft .kx-az-sim-meta,
.kx-article-soft .kx-az-sim-meta{
    display:none
}
/* 同类软件：缩略图左、文字右、卡片背景 */
.kx-article-soft #xgd ul.kx-az-same-grid{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin:0;
    padding:4px 0 0;
    list-style:none
}
.kx-article-soft #xgd ul.kx-az-same-grid li{
    float:none;
    display:block;
    width:calc(33.333% - 8px);
    min-width:0;
    flex:0 0 calc(33.333% - 8px);
    max-width:calc(33.333% - 8px);
    margin:0;
    padding:0;
    background:#f5f8fc;
    border:1px solid #e8eef5;
    border-radius:8px;
    box-sizing:border-box;
    transition:background .2s,border-color .2s,box-shadow .2s
}
.kx-article-soft #xgd ul.kx-az-same-grid li:hover{
    background:#eef4fb;
    border-color:#d4e3f3;
    box-shadow:0 2px 8px rgba(74,144,226,.08)
}
.kx-article-soft #xgd ul.kx-az-same-grid li > a{
    display:grid;
    grid-template-columns:56px 1fr;
    grid-template-rows:auto auto;
    gap:4px 12px;
    align-items:center;
    width:100%;
    min-height:72px;
    margin:0;
    padding:10px 12px;
    color:#333;
    text-decoration:none;
    text-align:left;
    box-sizing:border-box
}
.kx-article-soft #xgd ul.kx-az-same-grid li > a:hover{
    color:#4a90e2
}
.kx-article-soft #xgd ul.kx-az-same-grid li > a > img{
    grid-column:1;
    grid-row:1 / span 2;
    width:56px;
    height:56px;
    margin:0;
    border-radius:10px;
    object-fit:cover;
    display:block;
    align-self:center
}
.kx-article-soft #xgd ul.kx-az-same-grid li > a > span{
    grid-column:2;
    grid-row:1;
    display:block;
    max-height:2.8em;
    overflow:hidden;
    font-size:14px;
    line-height:1.45;
    font-weight:500;
    color:#333;
    white-space:normal;
    word-break:break-word
}
.kx-article-soft #xgd ul.kx-az-same-grid li > a:hover > span{
    color:#4a90e2
}
.kx-article-soft #xgd ul.kx-az-same-grid li > a > p{
    grid-column:2;
    grid-row:2;
    display:block;
    margin:0;
    font-size:12px;
    line-height:1.4;
    color:#888;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.kx-article-soft #xgd ul.kx-az-same-grid li > a > p em{
    margin:0 2px;
    color:#ccc;
    font-style:normal
}
@media (max-width:960px){
    .kx-article-soft #xgd ul.kx-az-same-grid li{
        width:calc(50% - 6px);
        flex:0 0 calc(50% - 6px);
        max-width:calc(50% - 6px)
    }
}
@media (max-width:600px){
    .kx-article-soft #xgd ul.kx-az-same-grid li{
        width:100%;
        flex:0 0 100%;
        max-width:100%
    }
}

/* 相关文章 */
.kx-article-soft #xgw.section-panel{padding-bottom:16px}
.kx-article-soft #xgw ul{
    margin:0;
    display:flex;
    flex-wrap:wrap;
    gap:0
}
.kx-article-soft #xgw li{
    float:none;
    width:50%;
    box-sizing:border-box;
    padding:0 12px 0 14px;
    margin:0;
    height:36px;
    line-height:36px;
    font-size:14px;
    background:url(/static/images/softspr.png) -293px -229px no-repeat;
    border-bottom:1px solid #f8f8f8
}
/* ---------- 04 主栏/侧栏布局 ---------- */
.kx-article-soft .wrap1200{
    display:flex;
    flex-direction:column;
    gap:0
}
.kx-article-soft .kx-body-layout{
    display:flex;
    align-items:stretch;
    gap:12px
}
.kx-article-soft .kx-main{
    flex:1 1 auto;
    min-width:0;
    float:none;
    width:auto;
    overflow:visible
}
.kx-article-soft .kx-sidebar{
    flex:0 0 300px;
    width:300px;
    float:none;
    display:flex;
    flex-direction:column;
    align-self:stretch
}
/* 侧栏分块 */
.kx-article-soft .kx-sidebar .side-panel{
    width:100%;
    box-sizing:border-box;
    overflow:hidden
}
.kx-article-soft .kx-sidebar .section-hd.tit{
    display:flex;
    padding:0 0 10px;
    margin-bottom:10px
}
.kx-article-soft .kx-sidebar .section-hd.tit span{
    flex:1;
    text-align:center;
    padding:0 4px 8px;
    margin-bottom:-1px;
    border-bottom:2px solid transparent;
    font-size:14px;
    color:#666;
    cursor:pointer;
    width:auto;
    height:auto;
    line-height:1.4;
    float:none;
    display:block
}
.kx-article-soft .kx-sidebar .section-hd.tit .cur{
    color:#4a90e2;
    border-bottom-color:#4a90e2;
    height:auto
}
.kx-article-soft .kx-sidebar .pub-mod.section-panel{border-bottom:0}
.kx-article-soft .listPage-catalog{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    margin:0;
    padding-top:4px;
    list-style:none
}
.kx-article-soft .listPage-catalog li{
    float:none!important;
    width:auto!important;
    margin:0!important;
    height:auto;
    min-height:34px;
    line-height:1.35;
    overflow:hidden;
    text-align:center
}
.kx-article-soft .listPage-catalog a{
    display:flex;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
    min-height:32px;
    height:100%;
    padding:4px 3px;
    font-size:12px;
    line-height:1.35;
    color:#666;
    border-radius:4px;
    border:1px solid #e8e8e8;
    background:#fff;
    transition:all .2s
}
.kx-article-soft .listPage-catalog a:hover,
.kx-article-soft .listPage-catalog li a.cur{
    color:#fff;
    background:#47b751;
    border-color:#47b751;
    text-decoration:none
}
.kx-article-soft #samesoft.section-panel{width:100%}
.kx-article-soft #samesoft .section-hd.rg_title{
    border-bottom:1px solid #f0f0f0;
    padding-bottom:12px;
    margin-bottom:10px;
    line-height:1.4;
    height:auto
}

/* ---------- 侧栏：本类更新 #todaym / #jrgx ---------- */
.kx-article-soft #todaym{
    overflow:hidden
}
.kx-article-soft #jrgx{
    margin:0;
    padding:0;
    list-style:none;
    overflow:hidden
}
.kx-article-soft #jrgx li{
    margin:10px 0 0;
    padding:0;
    border:0
}
.kx-article-soft #jrgx p{
    display:flex;
    align-items:center;
    gap:8px;
    width:100%;
    height:48px;
    margin:0;
    overflow:hidden
}
.kx-article-soft #jrgx .img{
    flex:0 0 48px;
    width:48px;
    padding-right:0
}
.kx-article-soft #jrgx img{
    display:block;
    width:48px;
    height:48px;
    border-radius:8px
}
.kx-article-soft #jrgx span{
    flex:1;
    min-width:0;
    overflow:hidden
}
.kx-article-soft #jrgx span a{
    display:block;
    height:24px;
    line-height:24px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    color:#333
}
.kx-article-soft #jrgx span a:hover{color:#4a90e2}
.kx-article-soft #jrgx span i{
    display:block;
    font-size:12px;
    color:#999;
    font-style:normal;
    line-height:24px
}

/* ---------- 侧栏：下载排行 #rank（滚动时固定） ---------- */
.kx-article-soft #rank.section-panel{
    position:sticky;
    top:12px;
    z-index:5;
    margin-top:0;
    overflow:visible;
    align-self:flex-start;
    width:100%
}
.kx-article-soft #rank.section-panel.side-panel{
    overflow:visible
}
.kx-article-soft #rank ul{
    display:none;
    margin:0;
    padding:0;
    list-style:none
}
.kx-article-soft #rank ul.on{display:block}
.kx-article-soft #rank li{
    padding-left:30px;
    position:relative;
    height:30px;
    line-height:30px;
    overflow:hidden;
    margin-bottom:3px
}
.kx-article-soft #rank li p{display:none}
.kx-article-soft #rank li.now p{display:block}
.kx-article-soft #rank li.now{height:90px}
.kx-article-soft #rank li .num{
    font-style:normal;
    width:20px;
    height:20px;
    background:#879299;
    color:#fff;
    font-size:14px;
    text-align:center;
    line-height:20px;
    position:absolute;
    left:0;
    top:12px
}
.kx-article-soft #rank li .r1{background:#fa4e57}
.kx-article-soft #rank li .r2{background:#fa7a53}
.kx-article-soft #rank li .r3{background:#fbc258}
.kx-article-soft #rank li .txt{
    display:block;
    overflow:hidden;
    height:30px;
    line-height:30px;
    margin-top:7px;
    white-space:nowrap;
    text-overflow:ellipsis;
    color:#333
}
.kx-article-soft #rank li .txt:hover{color:#4a90e2;text-decoration:none}
.kx-article-soft #rank li p{
    height:48px;
    margin:5px 0 0;
    overflow:hidden
}
.kx-article-soft #rank li .img,
.kx-article-soft #rank li .img img{
    width:48px;
    height:48px
}
.kx-article-soft #rank li .img{
    float:left;
    padding-right:8px
}
.kx-article-soft #rank li .img img{
    display:block;
    border-radius:8px
}
.kx-article-soft #rank li span{
    float:left;
    width:calc(100% - 56px);
    position:relative;
    top:-6px
}
.kx-article-soft #rank li span i{
    display:block;
    font-style:normal;
    color:#999;
    font-size:12px;
    line-height:22px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.kx-article-soft #rank li span i s{margin-left:5px}
.kx-article-soft #rank li span a{
    display:block;
    width:60px;
    height:24px;
    line-height:24px;
    text-align:center;
    border:1px solid #4a90e2;
    border-radius:3px;
    color:#4a90e2;
    margin-top:-2px;
    font-size:12px;
    text-decoration:none
}
.kx-article-soft #rank li span a:hover{
    background:#4a90e2;
    color:#fff;
    text-decoration:none
}

.kx-article-soft #recomc.section-panel{margin-top:0}
.kx-article-soft #recomc ul{
    display:flex;
    flex-wrap:wrap;
    gap:8px 12px;
    padding:4px 0 0
}
.kx-article-soft #recomc li{
    float:none;
    width:72px;
    height:auto;
    margin:0;
    text-align:center
}
.kx-article-soft #recomc li img{
    width:48px;
    height:48px;
    border-radius:10px
}
.kx-article-soft #recomc li span,
.kx-article-soft #recomc li a span{
    display:block;
    font-size:12px;
    line-height:1.3;
    color:#666;
    margin-top:4px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
    }
	
/* ========== 挑错/纠错模块 ========== */
/* 软件投诉或纠错弹窗 */
.sr-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 10080;
}
.sr-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 560px;
    max-width: 94vw;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    z-index: 10081;
    font-size: 14px;
    color: #333;
}
.sr-modal-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #f0f0f0;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 4px 4px 0 0;
}
.sr-modal-hd h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.sr-modal-close {
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    color: #666;
    cursor: pointer;
    padding: 0;
}
.sr-modal-close:hover {
    color: #000;
}
.sr-modal-bd {
    padding: 16px 20px 20px;
}
.sr-row {
    margin-bottom: 14px;
}
.sr-row label.sr-label {
    display: inline-block;
    width: 48px;
    font-weight: 700;
    vertical-align: top;
    line-height: 28px;
}
.sr-problems {
    display: inline-block;
    width: calc(100% - 56px);
    vertical-align: top;
}
.sr-problems label {
    display: inline-block;
    margin: 0 14px 8px 0;
    cursor: pointer;
    font-weight: normal;
    white-space: nowrap;
}
.sr-problems input {
    margin-right: 4px;
    vertical-align: -2px;
}
.sr-textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    min-height: 120px;
    margin-top: 6px;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    resize: vertical;
    font-size: 14px;
    line-height: 1.5;
}
.sr-textarea:focus {
    border-color: #7ab8ff;
    outline: none;
}
.sr-note {
    margin: 6px 0 0;
    font-size: 12px;
    color: #888;
    line-height: 1.6;
}
.sr-note a {
    color: #0984c5;
    text-decoration: none;
}
.sr-note a:hover {
    text-decoration: underline;
}
.sr-email {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 36px;
    margin-top: 6px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
}
.sr-email:focus {
    border-color: #7ab8ff;
    outline: none;
}
.sr-submit-wrap {
    text-align: center;
    margin-top: 18px;
}
.sr-submit {
    min-width: 200px;
    height: 40px;
    padding: 0 32px;
    border: none;
    border-radius: 3px;
    background: #ff8a00;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.sr-submit:hover {
    background: #f07800;
}
.sr-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}
.sendErr-wrap .soft-report-open,
.sendErr-wrap .feedback {
    color: #0984c5;
    cursor: pointer;
}
.sendErr-wrap .soft-report-open:hover,
.sendErr-wrap .feedback:hover {
    text-decoration: underline;
}

/* ========== 网友评论模块 ========== */
/* 网友评论 - 盖楼样式 */
.kx-comment {
    margin-top: 0;
    background: #fff;
}
.kx-article-soft .kx-comment.section-panel{
    margin-top:0
}
.kx-comment .kx-cmt-hd,
.kx-comment .section-hd.kx-cmt-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 12px;
    margin: 0 0 12px;
    border-bottom: 1px solid #f0f0f0;
}
.kx-comment .kx-cmt-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}
.kx-comment .kx-cmt-title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #4a90e2;
    border-radius: 1px;
}
.kx-comment .kx-cmt-title .ico-cmt {
    display: none;
}
.kx-comment .kx-cmt-stats {
    font-size: 13px;
    color: #999;
}
.kx-comment .kx-cmt-bd {
    padding: 12px 0 16px;
}
.kx-cmt-list {
    margin-bottom: 16px;
}
.kx-cmt-seo-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.kx-cmt-seo-item {
    margin: 0;
    padding: 0;
}
.kx-cmt-seo .kx-cmt-empty {
    margin: 0;
}
.kx-cmt-seo .kx-cmt-replies {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.kx-cmt-seo .kx-cmt-reply-item {
    display: block;
}
.kx-cmt-floor-hd time.kx-cmt-floor-time,
.kx-cmt-reply-hd time.kx-cmt-floor-time {
    color: #999;
    font-size: 12px;
    font-style: normal;
}
.kx-cmt-empty {
    text-align: center;
    color: #bbb;
    padding: 20px 0;
    font-size: 13px;
}
.kx-cmt-empty.kx-cmt-empty-error {
    color: #c0392b;
}
.kx-cmt-floor {
    background: #f3f8fc;
    border: 1px solid #e8f0f6;
    border-radius: 4px;
    padding: 12px 14px;
    margin-bottom: 10px;
}
.kx-cmt-floor-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 13px;
}
.kx-cmt-floor-user {
    color: #1a7ad9;
    font-weight: 700;
}
.kx-cmt-floor-user .floor-num {
    margin-right: 4px;
}
.kx-cmt-floor-time {
    color: #999;
    font-size: 12px;
}
.kx-cmt-floor-body {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    word-break: break-word;
}
.kx-cmt-floor-ft {
    margin-top: 10px;
    text-align: right;
    font-size: 12px;
    color: #888;
}
.kx-cmt-floor-ft a {
    color: #1a7ad9;
    text-decoration: none;
    margin-left: 12px;
    cursor: pointer;
}
.kx-cmt-floor-ft a:hover {
    text-decoration: underline;
}
.kx-cmt-user-text {
    line-height: 1.6;
}
.kx-cmt-admin-reply {
    margin-top: 10px;
    padding: 10px 12px;
    background: #fff8f8;
    border-left: 3px solid #dc3545;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}
.kx-cmt-admin-label {
    color: #dc3545;
    font-weight: 600;
}
.kx-cmt-replies {
    margin-top: 12px;
    margin-left: 4px;
    padding: 10px 0 4px 14px;
    border-left: 3px solid #7eb8e8;
    background: linear-gradient(90deg, rgba(255,255,255,0.65) 0%, transparent 100%);
    border-radius: 0 4px 4px 0;
}
.kx-cmt-replies-hd {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 600;
}
.kx-cmt-replies-hd em {
    color: #1a7ad9;
    font-style: normal;
    margin: 0 2px;
}
.kx-cmt-replies-icon::before {
    content: '↳ ';
    color: #1a7ad9;
}
.kx-cmt-reply-ladder {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.kx-cmt-reply-item {
    display: flex;
    gap: 6px;
    align-items: flex-start;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #dce8f2;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(26, 122, 217, 0.06);
}
.kx-cmt-reply-mark {
    flex-shrink: 0;
    width: 16px;
    color: #1a7ad9;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}
.kx-cmt-reply-main {
    flex: 1;
    min-width: 0;
}
.kx-cmt-reply-hd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    font-size: 12px;
    margin-bottom: 6px;
}
.kx-cmt-reply-badge {
    display: inline-block;
    padding: 0 6px;
    line-height: 18px;
    background: #e8f4fc;
    color: #1a7ad9;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 700;
}
.kx-cmt-reply-user {
    color: #1a7ad9;
    font-weight: 700;
    font-size: 13px;
}
.kx-cmt-reply-to {
    color: #888;
    font-size: 12px;
}
.kx-cmt-reply-hd .kx-cmt-floor-time {
    margin-left: auto;
    flex-shrink: 0;
}
.kx-cmt-reply-body {
    font-size: 13px;
    line-height: 1.65;
    color: #444;
    padding-left: 2px;
}
.kx-cmt-reply-box {
    margin-top: 10px;
    display: none;
}
.kx-cmt-reply-box.on {
    display: block;
}
.kx-cmt-reply-box textarea {
    width: 100%;
    box-sizing: border-box;
    min-height: 60px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 6px 8px;
    font-size: 13px;
    resize: vertical;
}
.kx-cmt-reply-actions {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}
.kx-cmt-reply-vcode {
    display: none;
    align-items: center;
    gap: 6px;
    flex: 1 1 auto;
    justify-content: flex-end;
}
.kx-cmt-reply-box.on .kx-cmt-reply-vcode {
    display: flex;
}
.kx-cmt-reply-vcode .iptReplyValidate {
    width: 88px;
    height: 30px;
    padding: 4px 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    box-sizing: border-box;
}
.kx-cmt-reply-vcode .kx-reply-validate-img {
    height: 30px;
    width: 90px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 3px;
    vertical-align: middle;
}
.kx-cmt-reply-actions .btnReplySend {
    flex-shrink: 0;
    background: #47b751;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 6px 16px;
    font-size: 13px;
    cursor: pointer;
}
.kx-cmt-reply-actions .btnReplySend:hover {
    background: #3da346;
}
.kx-cmt-form textarea#saytext {
    width: 100%;
    box-sizing: border-box;
    min-height: 100px;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    resize: vertical;
    color: #333;
}
.kx-cmt-form textarea#saytext::placeholder {
    color: #bbb;
}
.kx-cmt-form textarea#saytext:focus {
    border-color: #7ab8ff;
    outline: none;
}
.kx-cmt-extra {
    margin-top: 10px;
}
.kx-cmt-vcode {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}
.kx-cmt-vcode input {
    width: 120px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 8px;
    font-size: 13px;
}
.kx-cmt-vcode img {
    height: 32px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.kx-cmt-tip {
    font-size: 12px;
    color: #e74c3c;
}
.kx-cmt-submit {
    display: inline-block;
    min-width: 120px;
    height: 36px;
    padding: 0 24px;
    border: none;
    border-radius: 4px;
    background: #4a90e2;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}
.kx-cmt-submit:hover {
    background: #3a7fd0;
}
.kx-cmt-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
#feedback-alert .alert {
    margin: 8px 0;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 13px;
}
#feedback-alert .alert-success { background: #d4edda; color: #155724; }
#feedback-alert .alert-danger { background: #f8d7da; color: #721c24; }
#feedback-alert .alert-warning { background: #fff3cd; color: #856404; }
