.style6{
}
.style6 > * {
    margin: 20px;
}
.style6 .top{
    padding: 20px;
    padding-bottom: 12px;
    margin: 0;
    justify-content: flex-start;
    align-items: center;
}
.style6 .top .logo{
    width: 88px;
    height: 88px;
    margin-right: 16px;
    border-radius: 19px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}
.style6 .top .logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.style6 .top .desc h1{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0;
    margin-bottom: 2px;
    line-height: 1.3;
    letter-spacing: -0.3px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
}
.style6 .top .desc{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.style6 .top .desc p{
    margin-top: 4px;
    font-size: 12px;
    color: #86868b;
    line-height: 1.4;
    letter-spacing: -0.08px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
}
.style6 .btn{
    display: block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #005EFE;
    border-radius: 3px;
    margin-top: 8px !important;
}
.style6 .slogan{
    display: block;
    height: 1px;
    background-color: #e4e4e4;
    border: none;
}
.style6 .covers{
    justify-content: flex-start;
    overflow: hidden;
    overflow-x: auto;
    margin: 0;
    margin-top: 10px;
    padding-bottom: 20px;
}
.style6 .covers img{
    margin-left: 10px;
    border-radius: 22px;
    width: 62.3%;
    border: 1px solid #e4e4e4;
}

.style6 .covers img:first-child{
    margin-left: 20px;
}

/* 隐藏横向滚动条 */
.style6 .covers::-webkit-scrollbar {
    display: none;
}

.style6 .covers {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* APP截图浏览标题样式 */
.covers-header {
    margin: 20px;
    margin-top: 15px;
    margin-bottom: 8px;
}

.covers-header .covers-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
    letter-spacing: -0.4px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
}

/* 版本历史记录模块样式 */
.version-history-section {
    margin: 20px;
    margin-top: -5px;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5ea;
}

.version-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.version-left .version-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
    margin-bottom: 4px;
    letter-spacing: -0.4px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
}

.version-left .version-number {
    font-size: 13px;
    color: #8e8e93;
    margin: 0;
    font-weight: 400;
    letter-spacing: -0.08px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
}

.version-right {
    text-align: right;
}

.version-right .version-history-link {
    font-size: 15px;
    color: #007aff;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: -0.24px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
    display: inline-block;
    margin-bottom: 4px;
}

.version-right .update-time {
    font-size: 13px;
    color: #8e8e93;
    margin: 0;
    font-weight: 400;
    letter-spacing: -0.08px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
}

.version-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.version-description {
    font-size: 15px;
    color: #3c3c43;
    line-height: 1.47;
    letter-spacing: -0.24px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
    flex: 1;
    padding-right: 12px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-word;
}

.version-description p {
    margin: 0;
    margin-bottom: 4px;
}

.version-description p:last-child {
    margin-bottom: 0;
}

.version-description .more-text {
    display: none;
}

.version-description.expanded .more-text {
    display: block;
}

.version-description .more-text p {
    margin-bottom: 4px;
}

.version-description .more-text p:last-child {
    margin-bottom: 0;
}

.show-more {
    display: inline-block;
    font-size: 15px;
    color: #007aff !important;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: -0.24px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
    cursor: pointer;
    flex-shrink: 0;
    align-self: flex-end;
    white-space: nowrap;
}

.show-more.hidden {
    display: none;
}

.show-more:hover {
    color: #0051d5 !important;
    text-decoration: none;
}

/* 版本历史记录弹出框样式 */
.version-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
}

.version-modal.active {
    display: block;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    animation: fadeIn 0.25s ease;
}

.modal-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 16px 16px 0 0;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    animation: slideUp 0.3s ease;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.12);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    padding-bottom: 16px;
    flex-shrink: 0;
    position: relative;
}

.modal-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
    letter-spacing: -0.4px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
}

.modal-close {
    background: none;
    border: none;
    font-size: 32px;
    color: #8e8e93;
    cursor: pointer;
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 1;
    font-weight: 300;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover {
    color: #636366;
}

.modal-body {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    padding-top: 16px;
    -webkit-overflow-scrolling: touch;
}

.version-item {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5ea;
}

.version-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.version-item-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
}

.version-item-header h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
    letter-spacing: -0.32px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
}

.version-date {
    font-size: 13px;
    color: #8e8e93;
    letter-spacing: -0.08px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
}

.version-item-content {
    font-size: 15px;
    color: #3c3c43;
    line-height: 1.47;
    letter-spacing: -0.24px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
}

.version-item-content p {
    margin: 0;
    margin-bottom: 4px;
}

.version-item-content p:last-child {
    margin-bottom: 0;
}

/* 动画效果 */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translate3d(0, 100%, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

/* 隐藏modal body滚动条 */
.modal-body::-webkit-scrollbar {
    display: none;
}

.modal-body {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* 照片查看器样式 */
.photo-viewer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20000;
    display: none;
    background-color: rgba(0, 0, 0, 0.95);
    animation: fadeIn 0.25s ease;
}

.photo-viewer.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-viewer img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 0;
    border: none;
}

/* 应用简介模块样式 */
.app-intro-section {
    margin: 20px;
    margin-top: -5px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e5e5ea;
}

.intro-header {
    margin-bottom: 12px;
}

.intro-header .intro-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
    margin-bottom: 12px;
    letter-spacing: -0.4px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
}

.intro-content {
    font-size: 15px;
    color: #3c3c43;
    line-height: 1.47;
    letter-spacing: -0.24px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.intro-content p {
    margin: 0;
    line-height: 1.6;
    word-wrap: break-word;
    word-break: break-word;
}

.intro-footer {
    margin-top: 12px;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

.developer-link {
    display: inline-block;
    font-size: 15px;
    color: #007aff !important;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: -0.24px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
    cursor: pointer;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    max-width: 100%;
}

/* iOS下载教程弹窗样式 */
.install-guide-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.install-guide-modal.active {
    display: flex;
}

.guide-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.3s ease;
}

.guide-modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 500px;
    padding: 24px 24px 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    animation: scaleIn 0.3s ease;
    z-index: 1;
}

.guide-modal-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    min-height: 36px;
}

.guide-modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0;
    letter-spacing: -0.4px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
    line-height: 36px;
}

.guide-slider-container {
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px;
}

.guide-slider {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.guide-slide {
    min-width: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.guide-slide.active {
    opacity: 1;
}

.guide-slide-content {
    padding: 0;
}

.guide-step-title {
    font-size: 18px;
    font-weight: 500;
    color: #1d1d1f;
    text-align: center;
    margin: 0 0 16px 0;
    letter-spacing: -0.3px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
}

.guide-step-title .highlight {
    color: #005EFE;
    font-weight: 600;
}

.guide-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.guide-tutorial-image {
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border: 1px solid #e5e5ea;
    object-fit: contain;
}

.guide-indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

.guide-indicators .indicator {
    width: 6px;
    height: 6px;
    background-color: #d1d1d6;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.guide-indicators .indicator.active {
    width: 6px;
    height: 6px;
    background-color: #007aff;
}

.guide-continue-btn {
    width: 100%;
    height: 40px;
    background-color: #005EFE;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
    letter-spacing: -0.3px;
}

.guide-continue-btn:active {
    background-color: #0051d5;
}

.guide-close-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: none;
    color: #8e8e93;
    font-size: 32px;
    font-weight: 300;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
}

.guide-close-btn:active {
    color: #636366;
}

@keyframes scaleIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

