* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #01875f;
    --primary-hover: #017453;
    --secondary-color: #e8f5e9;
    --text-primary: #202124;
    --text-secondary: #5f6368;
    --border-color: #dadce0;
    --background-light: #fff;
    --rating-color: #018786;
}

body {
    font-family: "Google Sans", "Roboto", Arial, sans-serif;
    line-height: 1.6;
    background-color: var(--background-light);
    color: var(--text-primary);
    padding-bottom: 56px;
}

#Bs6a7b8{
    display: none;
}
/* Header */
.A7b2k9s {
    background-color: var(--background-light);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    height: 56px;
}
.B8c3l0q {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.C9d4m1r {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    color: var(--text-secondary);
}
.C9d4m1r img {
    height: 24px;
}
.D0e5n2s {
    display: flex;
    gap: 24px;
    color: var(--text-secondary);
}
.D0e5n2s .material-icons {
    cursor: pointer;
}

/* Bottom Navigation */
.E1f6o3t {
    display: flex;
    background-color: var(--background-light);
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 56px;
    box-shadow: 0 -1px 3px rgba(0,0,0,0.1);
    z-index: 999;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: center;
}
.F2g7p4u {
    flex: 1 1 0;
    max-width: 33.33%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    text-decoration: none;
    color: var(--text-secondary);
    font-size: 13px;
    transition: color 0.2s;
}
.F2g7p4u span {
    display: block;
}
.F2g7p4u .material-icons {
    font-size: 24px;
    margin-bottom: 4px;
}
.F2g7p4u.ativo {
    color: var(--primary-color);
}

/* Main Content */
.G3h8q5v {
    margin-top: 56px;
    padding: 16px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* App Container */
.H4i9r6w {
    background-color: var(--background-light);
    padding: 24px 16px;
    margin-bottom: 16px;
    max-width: 1024px;
    margin: 0 auto;
}

/* App Header */
.I5j0s7x {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    margin-bottom: 20px;
    align-items: flex-start;
}
.J6k1t8y {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    object-fit: cover;
    background-color: #fff;
}
.K7l2u9z {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.L8m3v0a {
    font-size: 22px;
    line-height: 1.3;
    color: var(--text-primary);
    font-weight: 400;
    margin: 0;
}
.M9n4w1b {
    font-size: 13px;
    color: var(--primary-color);
    margin: 0;
    cursor: pointer;
    font-weight: 400;
}
.N0o5x2c {
    font-size: 12px;
    color: var(--text-secondary);
    margin: 0;
    font-weight: 400;
}

/* App Stats */
.O1p6y3d {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 16px 0;
    padding: 0;
    border: none;
}
.P2q7z4e, .S5t0c7h, .V8w3f0k {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.Q3r8a5f, .T6u1d8i, .W9x4g1l {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 4px;
}
.R4s9b6g, .U7v2e9j, .X0y5h2m {
    font-size: 12px;
    color: var(--text-secondary);
    font-weight: 400;
}

/* Action Buttons */
.Y1z6i3n {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 16px 0;
    max-width: 400px;
}
.Z2a7j4o {
    width: 100%;
    height: 46px;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}
.Z2a7j4o:hover {
    background-color: var(--primary-hover);
}
.A3b8k5p {
    width: 100%;
    height: 36px;
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}
.A3b8k5p:hover {
    background-color: var(--secondary-color);
}

/* Share & Wishlist */
.B4c9l6q {
    display: flex;
    gap: 12px;
    margin: 12px 0;
}
.C5d0m7r, .D6e1n8s {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 6px 16px;
    color: var(--text-secondary);
    font-size: 13px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.C5d0m7r:hover, .D6e1n8s:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
}

/* Device Check */
.E7f2o9t {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0;
    color: var(--text-secondary);
    font-size: 13px;
}
.F8g3p0u {
    font-size: 20px;
}
.G9h4q1v {
    font-size: 13px;
}

/* Screenshots */
/* 横向滑动截图区 */
.H0i5r2w {
    margin: 32px 0;
    overflow-x: auto;
}
.I1j6s3x {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 8px;
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f5f5f5;
}
.I1j6s3x::-webkit-scrollbar {
    height: 8px;
}
.I1j6s3x::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}
.I1j6s3x::-webkit-scrollbar-track {
    background: #f5f5f5;
}
.J2k7t4y {
    flex: 0 0 180px;
    width: 180px;
    height: 500px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    background: #fff;
    transition: transform 0.2s, box-shadow 0.2s;
}
.J2k7t4y:hover {
    transform: scale(1.04);
    box-shadow: 0 8px 32px rgba(0,0,0,0.16);
}
@media (max-width: 900px) {
    .J2k7t4y {
        flex: 0 0 38vw;
        width: 38vw;
        height: 64vw;
        min-width: 120px;
        min-height: 180px;
        max-width: 180px;
        max-height: 500px;
    }
    .I1j6s3x {
        gap: 10px;
    }
}

/* About Section */
.K3l8u5z {
    margin: 24px 0;
}
.L4m9v6a {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.L4m9v6a h2 {
    font-size: 18px;
    color: var(--text-primary);
    margin: 0;
}
.M5n0w7b {
    font-size: 15px;
    color: var(--text-secondary);
}
.N6o1x8c span {
    display: inline-block;
    margin-bottom: 2px;
}
.O7p2y9d {
    margin: 12px 0 0 0;
}
.O7p2y9d h3 {
    font-size: 14px;
    color: var(--text-primary);
    margin: 0 0 2px 0;
}
.O7p2y9d p {
    font-size: 13px;
    color: var(--text-secondary);
    margin: 0;
}
.P8q3z0e {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}
.Q9r4a1f {
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 12px;
    padding: 2px 10px;
    font-size: 12px;
}

/* Data Safety Section */
.R1s2t3u {
    margin: 32px 0 0 0;
}
.S2t3u4v {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.S2t3u4v h2 {
    font-size: 18px;
    color: var(--primary-color);
    margin: 0;
}
.T3u4v5w {
    font-size: 15px;
    color: var(--text-secondary);
}
.U4v5w6x {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 12px;
}
.V5w6x7y {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: var(--secondary-color);
    border-radius: 10px;
    padding: 10px 16px;
    min-width: 220px;
    flex: 1 1 220px;
}
.W6x7y8z h3 {
    font-size: 15px;
    color: var(--primary-color);
    margin: 0 0 2px 0;
}
.W6x7y8z p {
    font-size: 13px;
    color: var(--text-secondary);
    margin: 0;
}
.X7y8z9a {
    color: var(--primary-color);
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}

/* 优化评分与评论区样式 */
.Y2z3a4b {
    margin: 40px 0 0 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 32px 24px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.Z3a4b5c {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}
.Z3a4b5c h2 {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 700;
    margin: 0;
}
.A4b5c6d {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.B5c6d7e {
    min-width: 120px;
    text-align: center;
}
.C6d7e8f {
    font-size: 40px;
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 4px;
}
.D7e8f9g {
    display: flex;
    justify-content: center;
    gap: 2px;
    color: var(--primary-color);
    font-size: 22px;
}
.E8f9g0h {
    font-size: 14px;
    color: var(--text-secondary);
    margin-top: 2px;
}
.F9g0h1i {
    margin-top: 12px;
}
.G0h1i2j {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
}
.H1i2j3k {
    font-size: 12px;
    color: var(--text-secondary);
    width: 16px;
}
.I2j3k4l {
    background: var(--secondary-color);
    border-radius: 6px;
    width: 80px;
    height: 8px;
    overflow: hidden;
}
.J3k4l5m {
    background: var(--primary-color);
    height: 100%;
    border-radius: 6px;
}

/* 评论卡片优化 */
.K5l6m7n {
    margin-top: 24px;
}
.L6m7n8o {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 20px 18px 16px 18px;
    margin-bottom: 22px;
    border: 1px solid #f0f0f0;
    transition: box-shadow 0.2s;
}
.L6m7n8o:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    border-color: #e0e0e0;
}
.M7n8o9p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}
.N8o9p0q {
    width: 36px;
    height: 36px;
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.O9p0q1r {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.P0q1r2s {
    font-size: 15px;
    color: var(--text-primary);
    font-weight: 600;
}
.Q1r2s3t {
    font-size: 12px;
    color: var(--text-secondary);
}
.R2s3t4u {
    margin-left: auto;
    color: var(--text-secondary);
    cursor: pointer;
    font-size: 20px;
}
.S3t4u5v {
    display: flex;
    gap: 1px;
    color: var(--primary-color);
    margin: 6px 0 2px 0;
    font-size: 18px;
}
.T4u5v6w {
    font-size: 15px;
    color: var(--text-primary);
    margin: 8px 0 0 0;
    line-height: 1.7;
}
.U5v6w7x {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 0 0 0;
}
.V6w7x8y {
    font-size: 12px;
    color: var(--text-secondary);
}
.W7x8y9z {
    display: flex;
    gap: 8px;
    align-items: center;
}
.X8y9z0a {
    background: var(--secondary-color);
    color: var(--primary-color);
    border: none;
    border-radius: 8px;
    padding: 2px 16px;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
}
.X8y9z0a:hover {
    background: var(--primary-hover);
    color: #fff;
}
.Y9z0a1b {
    margin-top: 14px;
    background: var(--secondary-color);
    border-radius: 8px;
    padding: 10px 14px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}
.Z0a1b2c {
    display: flex;
    align-items: center;
    gap: 8px;
}
.A1b2c3d {
    font-size: 13px;
    color: var(--primary-color);
    font-weight: 600;
}
.B2c3d4e {
    font-size: 12px;
    color: var(--text-secondary);
}
.C3d4e5f {
    font-size: 13px;
    color: var(--text-primary);
    margin-top: 4px;
    line-height: 1.6;
}

/* Footer 分组与条款优化 */
.D4e5f6g {
    background: var(--secondary-color);
    padding: 48px 0 0 0;
    margin-top: 48px;
    text-align: center;
}
.footer-sections {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.E5f6g7h, .F6g7h8i {
    min-width: 220px;
    text-align: left;
}
.E5f6g7h h3, .F6g7h8i h3 {
    font-size: 17px;
    color: var(--primary-color);
    margin-bottom: 16px;
    font-weight: 700;
}
.F6g7h8i h3 {
    margin-top: 32px;
}
.E5f6g7h ul, .F6g7h8i ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.E5f6g7h li, .F6g7h8i li {
    margin-bottom: 10px;
}
.E5f6g7h a, .F6g7h8i a {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 15px;
}
.E5f6g7h a:hover, .F6g7h8i a:hover {
    color: var(--primary-color);
}
.G7h8i9j {
    margin: 0 0 0 0;
    display: flex;
    gap: 40px;
    justify-content: center;
    border-top: 1px solid #d6e6de;
    padding: 24px 0 0 0;
}
.G7h8i9j a {
    color: var(--primary-color);
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
}
.G7h8i9j a:hover {
    text-decoration: underline;
}
.H8i9j0k {
    margin: 18px 0 0 0;
    display: flex;
    gap: 24px;
    justify-content: center;
    font-size: 14px;
    color: var(--text-secondary);
}
.I9j0k1l, .J0k1l2m {
    color: var(--text-secondary);
    font-size: 14px;
    text-decoration: none;
}
.I9j0k1l:hover, .J0k1l2m:hover {
    color: var(--primary-color);
}
@media (max-width: 900px) {
    .footer-sections {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
    .E5f6g7h, .F6g7h8i {
        min-width: 0;
        width: 100%;
        text-align: center;
    }
    .G7h8i9j {
        gap: 18px;
        flex-wrap: wrap;
        font-size: 14px;
    }
}

/* 响应式优化评分与评论区 */
@media (max-width: 600px) {
    .Y2z3a4b {
        padding: 18px 4vw;
        max-width: 100vw;
        box-sizing: border-box;
    }
    .A4b5c6d {
        flex-direction: column;
        gap: 18px;
        margin-bottom: 18px;
    }
    .B5c6d7e {
        min-width: 0;
        width: 100%;
    }
    .F9g0h1i {
        margin-top: 8px;
    }
    .K5l6m7n {
        margin-top: 16px;
    }
    .L6m7n8o {
        padding: 14px 8px 12px 8px;
        margin-bottom: 14px;
    }
    .M7n8o9p {
        gap: 8px;
    }
    .T4u5v6w {
        font-size: 14px;
        word-break: break-word;
    }
    .Y9z0a1b {
        padding: 8px 6px;
    }
}

/* 评论区宽度与留白优化 */
.Y2z3a4b {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.A4b5c6d {
    gap: 48px;
    margin-bottom: 32px;
}
.L6m7n8o {
    padding: 32px 36px 24px 36px;
    margin-bottom: 32px;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    border: none;
    background: #fff;
    max-width: 98%;
}
.M7n8o9p {
    gap: 16px;
}
.T4u5v6w {
    font-size: 16px;
}
.Y9z0a1b {
    padding: 14px 18px;
}

@media (max-width: 900px) {
    .Y2z3a4b {
        max-width: 98vw;
    }
    .A4b5c6d {
        gap: 18px;
        margin-bottom: 18px;
    }
    .L6m7n8o {
        padding: 16px 4vw 12px 4vw;
        margin-bottom: 16px;
        max-width: 100vw;
    }
}

/* 保证所有进度条、按钮等不溢出 */
.A4b5c6d, .F9g0h1i, .G0h1i2j, .I2j3k4l {
    min-width: 0;
    box-sizing: border-box;
}
.W7x8y9z {
    flex-wrap: wrap;
}
.X8y9z0a {
    min-width: 48px;
    margin-bottom: 2px;
}

/* 评分区美化 */
.A4b5c6d {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-bottom: 32px;
}
.B5c6d7e {
    min-width: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}
.C6d7e8f {
    font-size: 48px;
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 2px;
}
.D7e8f9g {
    display: flex;
    justify-content: center;
    gap: 2px;
    color: var(--primary-color);
    font-size: 26px;
    margin-bottom: 2px;
}
.E8f9g0h {
    font-size: 15px;
    color: var(--text-secondary);
    margin-bottom: 8px;
}
.F9g0h1i {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    margin-top: 8px;
}
.G0h1i2j {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}
.H1i2j3k {
    font-size: 13px;
    color: var(--text-secondary);
    width: 16px;
    text-align: right;
}
.I2j3k4l {
    background: var(--secondary-color);
    border-radius: 6px;
    width: 100px;
    height: 8px;
    overflow: hidden;
    flex: 1;
}
.J3k4l5m {
    background: var(--primary-color);
    height: 100%;
    border-radius: 6px;
}

@media (max-width: 900px) {
    .A4b5c6d {
        gap: 10px;
        margin-bottom: 18px;
    }
    .F9g0h1i {
        max-width: 98vw;
    }
}

/* 弹窗样式 */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    backdrop-filter: blur(2px);
    opacity: 0;
    /* animation: overlayFadeIn 0.3s ease-out forwards; */
}

.popup-overlay.show {
    animation: overlayFadeIn 0.3s ease-out forwards;
}

.popup-overlay > div {
    position: relative;
}

.popup-content {
    position: relative;
    background-color: white;
    border-radius: 12px;
    width: 80vw;
    max-width: 90vw;
    max-height: 90vh;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: popupFadeIn 0.3s ease-out forwards;
    opacity: 0;
    overflow: auto;
}

.popup-close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: all 0.2s ease;
    z-index: 1;
}

.popup-close:hover {
    /* background-color: #f0f0f0; */
    /* color: #333; */
}

.popup-close .material-icons {
    font-size: 24px;
}

.popup-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes overlayFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* 移动端适配 */
@media (max-width: 600px) {
    .popup-content {
        margin: 20px;
        /* padding: 15px; */
    }
    
    /* .popup-close {
        top: 5px;
        right: 5px;
        padding: 6px;
    } */
    
    .popup-close .material-icons {
        font-size: 20px;
    }
}

.Bhs8ad{
    color: #FFD700;
}

.Bhs7sa{
    font-size: 12px;
}

.loading{
    opacity: .5;
}

/* ... existing code ... */
/* 加载动画样式 */
.loading-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loading-spinner .spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-left-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.loading-spinner .text {
  margin-top: 16px;
  color: #333;
  font-size: 14px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* 半透明遮罩层 */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9998;
}
/* ... existing code ... */