* {
    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;
}
.B72sa {
    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;
}
.C43fd {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.D8k2p {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    color: var(--text-secondary);
}
.D8k2p img {
    height: 24px;
}
.E9l3q {
    display: flex;
    gap: 24px;
    color: var(--text-secondary);
}
.E9l3q .material-icons {
    cursor: pointer;
}
.F2m4n {
    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;
}
.G5o6p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    flex: 1;
    min-width: 80px;
    text-decoration: none;
    color: var(--text-secondary);
    font-size: 12px;
}
.G5o6p span {
    display: block;
}
.G5o6p .material-icons {
    font-size: 24px;
    margin-bottom: 4px;
}
.G5o6p.ativo {
    color: var(--primary-color);
}
.H7p8q {
    margin-top: 56px;
    padding: 16px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.I9r0s {
    background-color: var(--background-light);
    padding: 24px 16px;
    margin-bottom: 16px;
    max-width: 1024px;
    margin: 0 auto;
}
.J1t2u {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    margin-bottom: 20px;
    align-items: flex-start;
}
.K3v4w {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    object-fit: cover;
    background-color: #fff;
}
.L5x6y {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.M7z8a {
    font-size: 22px;
    line-height: 1.3;
    color: var(--text-primary);
    font-weight: 400;
    margin: 0;
}
.N9b0c {
    font-size: 13px;
    color: var(--primary-color);
    margin: 0;
    cursor: pointer;
    font-weight: 400;
}
.O1d2e {
    font-size: 12px;
    color: var(--text-secondary);
    margin: 0;
    font-weight: 400;
}
.P3f4g {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 16px 0;
    padding: 0;
    border: none;
}
.Q5h6i, .T1n2o, .W7t8u {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.R7j8k, .U3p4q, .X9v0w {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 4px;
}
.S9l0m, .V5r6s, .Y1x2y {
    font-size: 12px;
    color: var(--text-secondary);
    font-weight: 400;
}
.Z3a4b {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 16px 0;
    max-width: 400px;
}
.A5c6d {
    width: 100%;
    height: 36px;
    background-color: #01875f;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}
.A5c6d:hover {
    background-color: #017453;
}
.B7e8f {
    width: 100%;
    height: 36px;
    background-color: #fff;
    color: #01875f;
    border: 1px solid #01875f;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}
.B7e8f:hover {
    background-color: var(--secondary-color);
}
.C9g0h {
    display: flex;
    gap: 12px;
    margin: 12px 0;
}
.D1i2j, .E3k4l {
    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;
}
.D1i2j:hover, .E3k4l:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
}
.F5m6n {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0;
    color: var(--text-secondary);
    font-size: 13px;
}
.G7o8p {
    font-size: 20px;
}
.H9q0r {
    font-size: 13px;
}
.I1s2t {
    margin: 32px 0;
    overflow-x: auto;
}
.J3u4v {
    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;
}
.J3u4v::-webkit-scrollbar {
    height: 8px;
}
.J3u4v::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}
.J3u4v::-webkit-scrollbar-track {
    background: #f5f5f5;
}
.K5w6x {
    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;
}
.K5w6x:hover {
    transform: scale(1.04);
    box-shadow: 0 8px 32px rgba(0,0,0,0.16);
}
@media (max-width: 900px) {
    .K5w6x {
        flex: 0 0 38vw;
        width: 38vw;
        height: 64vw;
        min-width: 120px;
        min-height: 180px;
        max-width: 180px;
        max-height: 500px;
    }
    .J3u4v {
        gap: 10px;
    }
}
.L7y8z {
    margin: 24px 0;
}
.M9a0b {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.M9a0b h2 {
    font-size: 18px;
    color: var(--primary-color);
    margin: 0;
}
.N1c2d {
    font-size: 15px;
    color: var(--text-secondary);
}
.O3e4f {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 12px;
}
.P5g6h {
    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;
}
.Q7i8j h3 {
    font-size: 15px;
    color: var(--primary-color);
    margin: 0 0 2px 0;
}
.Q7i8j p {
    font-size: 13px;
    color: var(--text-secondary);
    margin: 0;
}
.R9k0l {
    color: var(--primary-color);
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}
/* 评分与评论区整体容器 */
.S3m4n {
    margin: 40px 0 0 0;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 0 0;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    border: none;
}
/* 评分区主布局 */
.U7q8r {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    margin-bottom: 32px;
    padding: 32px 0 0 0;
    justify-content: flex-start;
}
/* 左侧评分数字和星星 */
.U7q8r-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    flex-shrink: 0;
}
.W1u2v {
    font-size: 56px;
    color: #01875f;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.1;
    letter-spacing: -1px;
    text-align: center;
    min-width: 80px;
}
.X3w4x {
    display: flex;
    gap: 0;
    color: #01875f;
    font-size: 22px;
    margin-bottom: 2px;
    margin-left: 0;
    justify-content: center;
}
.Y5y6z {
    font-size: 14px;
    color: #757575;
    margin-bottom: 0;
    margin-left: 0;
    text-align: center;
}
/* 右侧进度条区 */
.U7q8r-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 180px;
    max-width: 220px;
    width: 220px;
}
.Z1a2b {
    width: 100%;
    margin: 0;
    margin-top: 2px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.A3c4d {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}
.B5e6f {
    font-size: 13px;
    color: #01875f;
    width: 16px;
    text-align: right;
    font-weight: 500;
    flex-shrink: 0;
}
.C7g8h {
    background: #e0e0e0;
    border-radius: 4px;
    width: 140px;
    height: 6px;
    overflow: hidden;
    flex: none;
    margin-left: 6px;
    position: relative;
}
.D9i0j {
    background: #01875f;
    height: 100%;
    border-radius: 4px;
}
/* 评论区整体 */
.E1f2g {
    margin-top: 0;
    padding: 0 0 0 0;
}
/* 评论卡片 */
.F3h4i {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 32px 0;
    margin-bottom: 0;
    border: none;
    max-width: 100%;
    display: block;
    position: relative;
}
/* 头像区 */
.G5j6k {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
}
.H7l8m {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #ffb199 0%, #ff0844 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    box-shadow: none;
}
.F3h4i:nth-child(2) .H7l8m {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}
/* 用户名和日期 */
.J1p2q {
    font-size: 16px;
    color: #222;
    font-weight: 700;
    margin-bottom: 0;
}
.K3r4s {
    font-size: 13px;
    color: #757575;
    margin-bottom: 0;
}
.L5t6u {
    margin-left: auto;
    color: #757575;
    cursor: pointer;
    font-size: 20px;
}
/* 星星和日期一行 */
.M7v8w {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #01875f;
    font-size: 18px;
    margin: 8px 0 0 0;
}
/* 评论内容 */
.N9x0y {
    font-size: 15px;
    color: #222;
    margin: 8px 0 0 0;
    line-height: 1.7;
    padding-left: 0;
    text-align: left;
}
/* 评论底部操作区 */
.O1z2a {
    display: none;
}
/* 开发者回复区隐藏 */
.S9h0i {
    display: none;
}
/* 响应式优化 */
@media (max-width: 600px) {
  .U7q8r {
    gap: 12px;
    padding: 18px 0 0 0;
    align-items: stretch;
  }
  .U7q8r-left {
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    min-width: 0;
    margin-bottom: 8px;
  }
  .U7q8r-right {
    min-width: 0;
    max-width: 100vw;
    width: 100%;
  }
  .Z1a2b {
    width: 100%;
    max-width: 100vw;
  }
  .H7l8m {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
} 
/* Footer整体 */
.T3u4v {
    background: #f7faf9;
    padding: 40px 0 0 0;
    margin-top: 48px;
    text-align: center;
    border-top: 1px solid #e0f2ea;
}
/* 分组横排 */
.U5w6x, .V7y8z {
    display: inline-block;
    vertical-align: top;
    min-width: 180px;
    text-align: left;
    margin: 0 40px 0 0;
}
.U5w6x:last-child, .V7y8z:last-child {
    margin-right: 0;
}
/* 标题 */
.U5w6x h3, .V7y8z h3 {
    font-size: 17px;
    color: var(--primary-color);
    margin-bottom: 16px;
    font-weight: 800;
}
/* 列表 */
.U5w6x ul, .V7y8z ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.U5w6x li, .V7y8z li {
    margin-bottom: 10px;
}
.U5w6x a, .V7y8z a {
    color: #5f6368;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}
.U5w6x a:hover, .V7y8z a:hover {
    color: var(--primary-color);
}
/* 条款链接横排 */
.W9a0b {
    margin: 24px 0 0 0;
    display: flex;
    gap: 32px;
    justify-content: center;
    border-top: 1px solid #e0f2ea;
    padding: 18px 0 0 0;
    flex-wrap: wrap;
}
.W9a0b a {
    color: var(--primary-color);
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
    transition: text-decoration 0.2s;
}
.W9a0b a:hover {
    text-decoration: underline;
}
/* 右下角链接 */
.X1c2d {
    margin: 18px 0 0 0;
    display: flex;
    gap: 24px;
    justify-content: center;
    font-size: 14px;
    color: #5f6368;
}
.Y3e4f, .Z5g6h {
    color: #5f6368;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s;
}
.Y3e4f:hover, .Z5g6h:hover {
    color: var(--primary-color);
}
@media (max-width: 900px) {
    .U5w6x, .V7y8z {
        min-width: 0;
        width: 100%;
        text-align: center;
        margin: 0 0 24px 0;
        display: block;
    }
    .W9a0b {
        gap: 14px;
        flex-wrap: wrap;
        font-size: 14px;
    }
    .X1c2d {
        gap: 10px;
        font-size: 13px;
    }
} 

/* 弹窗样式 */
.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 ... */