/* 下载页面图片独立样式 */
.download-img-container {
    flex: 1;
    min-width: 300px;
    max-width: 350px;
    position: relative;
}

.download-app-img {
    max-width: 100%;
    height: auto;
    transition: none;
    transform: none;
}

.download-qrcode-img {
    width: 200px;
    height: 200px;
    border: none;
    padding: 10px;
    background: white;
    margin-bottom: 1rem;
}