/* skin/css/download.css */

.info-header { padding: 25px; text-align: center; }
.ih-top { display: flex; flex-direction: column; align-items: center; margin-bottom: 20px; }
.ih-icon { width: 80px; height: 80px; border-radius: 22px; margin-bottom: 15px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
.ih-txt h1 { font-size: 20px; font-weight: 800; margin-bottom: 5px; }
.ih-txt p { font-size: 13px; color: #999; margin-bottom: 10px; }
.ih-tags span { background: #f0f0f0; padding: 3px 8px; font-size: 10px; border-radius: 6px; margin: 0 4px; color: #666; }

.btn-main-dl {
    width: 100%; padding: 12px 0;
    background: var(--primary-color); color: #fff;
    border: none; border-radius: 25px;
    font-size: 16px; font-weight: bold;
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
    cursor: pointer;
}

.swiper-slide { width: auto; height: auto; border-radius: 12px; overflow: hidden; }
.video-slide video, .swiper-slide img { width: auto; height: auto; max-width: 600px; max-height: 560px; object-fit: cover; }
.video-slide video { background: #000; }

.intro-box { padding: 20px; font-size: 14px; line-height: 1.6; color: #555; }
.intro-box h3 { font-size: 16px; color: #333; margin: 20px 0 10px; font-weight: bold; }
/* skin/css/download.css */

/* 顶部信息卡 */
.info-header { padding: 25px; text-align: center; }
.ih-top { display: flex; flex-direction: column; align-items: center; margin-bottom: 20px; }
.ih-icon { width: 80px; height: 80px; border-radius: 22px; margin-bottom: 15px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
.ih-txt h1 { font-size: 20px; font-weight: 800; margin-bottom: 5px; }
.ih-txt p { font-size: 13px; color: #999; margin-bottom: 10px; }
.ih-tags span { background: #f0f0f0; padding: 3px 8px; font-size: 10px; border-radius: 6px; margin: 0 4px; color: #666; }

/* 页面内大下载按钮 */
.btn-main-dl {
    width: 100%; padding: 12px 0;
    background: var(--primary-color); color: #fff;
    border: none; border-radius: 25px;
    font-size: 16px; font-weight: bold;
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
    cursor: pointer;
    display: block;
    text-align: center;
}

/* --- 修复部分：补全“猜你喜欢”丢失的样式 --- */
.app-icon-col {
    flex: 0 0 64px; 
    text-align: center;
}
.app-icon-col a {
    display: block;
}
.app-icon-col img {
    width: 60px; 
    height: 60px; 
    border-radius: 18px; 
    margin: 0 auto 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.app-icon-col span { 
    font-size: 12px; 
    color: var(--text-main); 
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}