/* 特殊模板和Android模板样式 */
* {
    box-sizing: border-box;
}

body {
    background-color: #f5f5f5;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* 面包屑导航 */
.crumbs {
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 14px;
    color: #666;
}

.crumbs a {
    color: #666;
    text-decoration: none;
}

.crumbs a:hover {
    color: #10c55b;
}

/* 主容器 */
.main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.mb20 {
    margin-bottom: 20px;
}

.col-nar {
    width: 300px;
    padding-right: 15px;
}

.col-wide {
    width: 900px;
}

/* 软件信息 */
.wb-box {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-bottom: 20px;
}

.appIonfo-head {
    position: relative;
    padding: 20px;
    text-align: center;
}

.ico {
    display: block;
    margin: 0 auto 15px;
}

.ico img {
    width: 100px;
    height: 100px;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

h1.title {
    font-size: 24px;
    color: #333;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
    display: block;
    clear: both;
}

.os-list {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.download-btn {
    display: inline-block;
    text-decoration: none;
}

.download-btn .hd {
    font-size: 20px;
    color: #fff;
    padding: 15px 50px;
    background: linear-gradient(135deg, #ff9c00 0%, #ff7800 100%);
    border-radius: 30px;
    border: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(255,156,0,0.4);
}

.download-btn:hover .hd {
    background: linear-gradient(135deg, #ff7800 0%, #ff5500 100%);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255,156,0,0.5);
}

.download-btn .hd i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 50%;
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
}

.download-btn .hd i::after {
    content: '↓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}


.basePraise-mini {
    margin: 20px 0 25px 0;
    padding: 15px 0;
    list-style: none;
    text-align: center;
    border-top: 1px dashed #eee;
    border-bottom: 1px dashed #eee;
    display: flex;
    justify-content: center;
    align-items: center;
}

.basePraise-mini li {
    display: inline-block;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    padding: 6px 12px;
    margin: 0 10px;
    border-radius: 15px;
    transition: all 0.3s;
    vertical-align: middle;
}

.basePraise-mini li.good {
    background-color: #e8f5e9;
    border: 1px solid #10c55b;
}

.basePraise-mini li.good:hover {
    background-color: #c8e6c9;
}

.basePraise-mini li.bed {
    background-color: #ffebee;
    border: 1px solid #f44336;
}

.basePraise-mini li.bed:hover {
    background-color: #ffcdd2;
}

.basePraise-mini li .i-praiseMini,
.basePraise-mini li .i-stepMini {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    font-style: normal;
    vertical-align: middle;
}

.basePraise-mini li .bar {
    display: inline-block;
    width: 50px;
    height: 6px;
    background-color: #e0e0e0;
    margin: 0 5px;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 3px;
}

.basePraise-mini li.good .bar em {
    display: block;
    height: 100%;
    background-color: #10c55b;
    border-radius: 3px;
}

.basePraise-mini li.bed .bar em {
    display: block;
    height: 100%;
    background-color: #f44336;
    border-radius: 3px;
}

.basePraise-mini li .num {
    vertical-align: middle;
    font-weight: bold;
    font-size: 12px;
}

.basePraise-mini li.good .num {
    color: #10c55b;
}

.basePraise-mini li.bed .num {
    color: #f44336;
}

.att-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #666;
    width: 100%;
    box-sizing: border-box;
}

.att-list li {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.att-list li span {
    color: #999;
    /* margin-right: 10px; */
    min-width: 120px;
    width: calc(50% - 5px);
    flex-shrink: 1;
    flex-grow: 1;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    box-sizing: border-box;
}

.att-list li span:last-child {
    margin-right: 0;
}

.att-list li span em {
    color: #999;
    font-style: normal;
    /* min-width: 34px; */
    flex-shrink: 0;
}

.att-list li span a {
    color: #10c55b;
    text-decoration: none;
    /* flex: 1; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* max-width: calc(100% - 50px); */
}

.att-list li span a:hover {
    text-decoration: underline;
}

/* 处理单个信息项的情况 */
.att-list li:not(:has(span)) {
    min-width: 100%;
    color: #999;
}

.att-list li:not(:has(span)) i {
    color: #333;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 60px);
}

.typetitle {
    color: #999;
    margin-right: 10px;
    min-width: 50px;
    flex-shrink: 0;
}

.typename {
    color: #333;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 60px);
}

/* 排行榜样式 */
.panel-tab {
    margin-bottom: 15px;
    display: flex;
    border-bottom: 2px solid #e0e0e0;
}

.panel-tab li {
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    color: #666;
    border-bottom: 2px solid transparent;
    flex: 1;
    text-align: center;
    font-size: 14px;
    margin-bottom: -2px;
    transition: all 0.3s;
}

.panel-tab li:hover {
    color: #10c55b;
}

.panel-tab li.cur {
    color: #10c55b;
    border-bottom-color: #10c55b;
}

.baseTop-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.baseTop-list li {
    margin-bottom: 15px;
    overflow: hidden;
}

.baseTop-list li.hot {
    position: relative;
}

.baseTop-list li .n1,
.baseTop-list li .n2,
.baseTop-list li .n3 {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
    float: left;
}

.baseTop-list li .n1 {
    background-color: #ff4939;
}

.baseTop-list li .n2 {
    background-color: #ff9c00;
}

.baseTop-list li .n3 {
    background-color: #ffd700;
}

.baseTop-list li .n {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #f0f0f0;
    color: #999;
    margin-right: 10px;
    float: left;
}

.baseTop-list li .img {
    float: left;
    margin-right: 10px;
}

.baseTop-list li .img img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
}

.baseTop-list li a {
    display: block;
    overflow: hidden;
    color: #333;
    text-decoration: none;
}

.baseTop-list li .title {
    font-size: 14px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.baseTop-list li .size {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

/* 热门软件 */
.hot-soft-box {
    padding: 15px;
}

.hdSide-rows {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #10c55b;
    font-weight: bold;
}

.hot-soft-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 专题推荐（相关应用） */
.zjtj-hot-intro {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.zjtj-hot-intro li {
    width: calc(50% - 5px);
    position: relative;
    overflow: visible;
    z-index: 2;
}

.zjtj-hot-intro li a {
    display: block;
    text-decoration: none;
    color: #333;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    position: relative;
    z-index: 3;
}

.zjtj-hot-intro li a:hover {
    background-color: #f9fff9;
    border-color: #10c55b;
    box-shadow: 0 3px 10px rgba(16, 197, 91, 0.1);
    transform: translateY(-2px);
    z-index: 9999;
}

.zjtj-hot-intro li img {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    margin-bottom: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.zjtj-hot-intro li .tt {
    display: block;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.hot-soft-list .hot-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
    transition: all 0.3s;
}

.hot-soft-list .hot-item:last-child {
    border-bottom: none;
}

.hot-soft-list .hot-item:hover {
    background-color: #f9f9f9;
    margin: 0 -10px;
    padding: 10px;
    border-radius: 8px;
}

.hot-soft-list .hot-item .rank {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #999;
    background-color: #f0f0f0;
    margin-right: 10px;
    flex-shrink: 0;
}

.hot-soft-list .hot-item.hot .rank {
    background: linear-gradient(135deg, #ff9c00, #ff5500);
    color: #fff;
}

.hot-soft-list .hot-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    flex: 1;
    overflow: hidden;
}

.hot-soft-list .hot-item a:hover {
    color: #10c55b;
}

.hot-soft-list .hot-item img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin-right: 10px;
    flex-shrink: 0;
}

.hot-soft-list .hot-item .info {
    flex: 1;
    overflow: hidden;
}

.hot-soft-list .hot-item .name {
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 3px;
}

.hot-soft-list .hot-item .size {
    display: block;
    font-size: 12px;
    color: #999;
}

/* 软件详情选项卡 */
.softInfo-tab {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.softInfo-tab li {
    display: inline-block;
    padding: 15px 20px;
    cursor: pointer;
    color: #666;
    font-size: 16px;
    border-bottom: 2px solid transparent;
}

.softInfo-tab li.cur {
    color: #10c55b;
    border-bottom-color: #10c55b;
}

.softInfo-tab li.last {
    margin-right: 0;
}

/* 应用介绍 */
.articleContent {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.articleContent p {
    margin-bottom: 15px;
}

.articleContent h3 {
    color: #10c55b;
    font-size: 20px;
    margin: 25px 0 15px;
    font-weight: bold;
    border-left: 4px solid #10c55b;
    padding-left: 12px;
    background-color: #f9f9f9;
    display: inline-block;
    border-radius: 0 4px 4px 0;
}

.articleContent img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.show-toggle {
    margin: 20px 0;
    text-align: center;
}

.show-toggle .spread,
.show-toggle .shrink {
    color: #10c55b;
    cursor: pointer;
}

.prompt {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin: 20px 0;
}

.prompt .hd {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.tagsk {
    margin: 20px 0;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
}

.tagsk .i-tagsk {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #10c55b;
    margin-right: 10px;
    vertical-align: middle;
}

.tagsk span {
    color: #666;
    margin-right: 10px;
    vertical-align: middle;
}

.tagsk a {
    display: inline-block;
    padding: 3px 10px;
    margin: 0 5px 5px 0;
    background-color: #fff;
    color: #666;
    text-decoration: none;
    border-radius: 12px;
    font-size: 12px;
}

.tagsk a:hover {
    background-color: #10c55b;
    color: #fff;
}

/* 应用截图 */
.hd-mul {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.hd-mul .cur {
    color: #10c55b;
}

.showSlidePhotos-box {
    position: relative;
    overflow: hidden;
}

.showSlidePhotos-box .inner {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #10c55b #f0f0f0;
}

.showSlidePhotos-box .inner::-webkit-scrollbar {
    height: 6px;
}

.showSlidePhotos-box .inner::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 3px;
}

.showSlidePhotos-box .inner::-webkit-scrollbar-thumb {
    background: #10c55b;
    border-radius: 3px;
}

.showSlidePhotos-list {
    margin: 0;
    padding: 0 0 10px 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    width: max-content;
}

.showSlidePhotos-list li {
    width: 200px;
    flex-shrink: 0;
}

.showSlidePhotos-list li a {
    display: block;
}

.showSlidePhotos-list li img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.showSlidePhotos-list li img:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.i-prevSmall,
.i-nextSmall {
    display: none;
}

.prevStop {
    opacity: 0.5;
    cursor: default;
}

/* 下载地址 */
.softDownLoad-box {
    margin-top: 40px;
}

.downloader-box {
    margin-bottom: 20px;
}

.downloader-box .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.dt {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.downloader-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.downloader-list li {
    width: calc(50% - 5px);
    padding: 12px 15px;
    background-color: #f9f9f9;
    border-radius: 6px;
    transition: all 0.3s;
}

.downloader-list li .i-downCloud {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #10c55b;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
}

.downloader-list li .i-downCloud::after {
    content: '↓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.downloader-list li a {
    color: #333;
    text-decoration: none;
    vertical-align: middle;
    font-size: 14px;
}

.downloader-list li a:hover {
    color: #10c55b;
}

.downApp-tip {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}

.downApp-tip .feedback {
    color: #10c55b;
    cursor: pointer;
}

/* 相关应用 - 左右两栏布局 */
.showtRelnews-box {
    margin-top: 30px;
}

.showtRelnews-box .inner {
    overflow: hidden;
    display: flex;
    gap: 20px;
}

.showtRelnews-box .left,
.showtRelnews-box .right {
    flex: 1;
}

.lineNews-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lineNews-list li {
    height: 100px;
    padding: 12px;
    position: relative;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    margin: 15px 0;
    transition: all 0.3s;
    overflow: visible;
    background: #fff;
    z-index: 1000;
}

.lineNews-list li:hover {
    background-color: #f9fff9;
    border-color: #10c55b;
    box-shadow: 0 3px 10px rgba(16, 197, 91, 0.1);
    transform: translateY(-2px);
    z-index: 9999;
}

.lineNews-list li > a {
    color: #333;
    text-decoration: none;
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
}

.lineNews-list li > a:hover {
    color: #10c55b;
}

.lineNews-list li .title {
    font-size: 14px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.lineNews-list li .attshow {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}

.lineNews-list li .attshow .img {
    flex-shrink: 0;
    margin-right: 10px;
}

.lineNews-list li .attshow .img a {
    display: block;
}

.lineNews-list li .attshow .img img {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    transition: transform 0.3s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.lineNews-list li .attshow .img img:hover {
    transform: scale(1.05);
}

.lineNews-list li .attshow .text {
    flex: 1;
    overflow: hidden;
    font-size: 12px;
    color: #888;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 猜你喜欢 */
.showLike-box {
    margin-top: 30px;
    margin-bottom: 10px;
}

.showLike-list {
    margin: 0;
    padding: 20px 0 0 0;
    list-style: none;
    overflow: hidden;
}

.showLike-list li {
    float: left;
    width: 81px;
    margin-right: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.showLike-list li.last {
    margin-right: 0;
}

.showLike-list li a {
    display: block;
    text-decoration: none;
    color: #333;
}

.showLike-list li a:hover {
    color: #10c55b;
}

.showLike-list li img {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    margin-bottom: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.showLike-list li img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.showLike-list li .title {
    display: block;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 相关评论 */
#showDownlad-comment {
    margin-top: 30px;
}

/* 过渡动画 */
.tra3 {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* 星级评分 */
.i-star, .i-star1, .i-star2, .i-star3, .i-star4, .i-star5 {
    display: inline-block;
    width: 85px;
    height: 15px;
    line-height: 15px;
    background-repeat: no-repeat;
}

.i-star3 {
    background: linear-gradient(90deg, #ffc107 60%, #e0e0e0 60%);
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 85 15"><text y="12" font-size="14">★★★★★</text></svg>');
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 85 15"><text y="12" font-size="14">★★★★★</text></svg>');
}

/* 赞踩图标 */
.basePraise-mini .good .i-praiseMini {
    background-color: #10c55b;
}

.basePraise-mini .good .bar {
    border: solid #10c55b 1px;
}

.basePraise-mini .good .bar em {
    background: #10c55b;
}

.basePraise-mini .bed .i-stepMini {
    background-color: #ff6b6b;
}

.basePraise-mini .bed .bar {
    border: solid #ff6b6b 1px;
}

.basePraise-mini .bed .bar em {
    background: #ff6b6b;
}

/* mt和mb辅助类 */
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }

/* 隐藏类 */
.hide {
    display: none;
}

/* 软件信息内容区 */
.softInfo-inner {
    padding: 0 20px 20px;
}

/* 下载列表hover效果 */
.downloader-list li:hover {
    background-color: #e8f5e9;
}

.downloader-list li:hover a {
    color: #10c55b;
}

/* 底部 */
#fd {
    clear: both;
    height: 20px;
}

/* 响应式调整 */
@media (max-width: 1200px) {
    .wrapper,
    .main,
    .crumbs {
        width: 980px;
    }
    
    .col-nar {
        width: 250px;
        padding-right: 15px;
    }
    
    .col-wide {
        width: 730px;
    }
    
    
    .showSlidePhotos-list li img {
        width: 730px;
    }
}

@media (max-width: 980px) {
    .wrapper,
    .main,
    .crumbs {
        width: 750px;
    }
    
    .col-nar {
        width: 200px;
        padding-right: 15px;
    }
    
    .col-wide {
        width: 550px;
    }
    
    
    .showSlidePhotos-list li img {
        width: 550px;
    }
}

@media (max-width: 768px) {
    .wrapper,
    .main,
    .crumbs {
        width: 100%;
        padding: 0 10px;
    }
    
    .col-nar,
    .col-wide {
        float: none;
        width: 100%;
    }
    
    .col-nar {
        margin-bottom: 20px;
    }
    
    
    .showSlidePhotos-list li img {
        width: 100%;
    }
}
