/* skin/css/download.css */

.app-detail-header {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color); /* DNA: 细灰边 */
}

.adh-top {
    display: flex;
    margin-bottom: 20px;
}

.d-icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 16px;
    margin-right: 15px;
    border: 1px solid #f5f5f5;
}

.d-info h1 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: bold;
}

.d-tags {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}
.d-tags li { margin-bottom: 4px; }

.beian {
    font-size: 12px;
    color: #999;
}

.main-down-btn {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    border-radius: var(--border-radius);
    font-size: 16px;
    font-weight: bold;
}

.screenshot-swiper {
    padding-bottom: 10px;
}
.screenshot-swiper .swiper-slide {
    width: auto; /* Show part of next slide */
    margin-right: 10px;
}
.screenshot-swiper .swiper-slide video,.screenshot-swiper .swiper-slide img{
    max-width: 450px;
    max-height: 460px;
}
.screenshot-img {
    width: auto;
    height: auto; /* Fixed height */
    object-fit: cover;
    border-radius: var(--border-radius);
    background: #000;
}

.app-intro {
    background: #fff;
    padding: 15px;
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
    font-size: 14px;
    color: #444;
    line-height: 1.8;
}
.app-intro img {
    margin: 10px 0;
    border-radius: var(--border-radius);
}