.wrapper {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    overflow: hidden;
}

.container {
    width: 100%;
    padding: 0 25px;
    margin: 0 auto;
    overflow: hidden;
}

.top-cont-left {
    overflow: hidden;
    width: calc(100% - 24px - 142px);
}

.top-cont-left .app-name-img {
    overflow: hidden;
    display: flex;
    justify-content: start;
    align-items: start;
    margin-bottom: 28px;
}

.app-name-img .app-logo {
    overflow: hidden;
    width: 76px;
    height: 76px;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
    position: relative;
}

.app-name-img .app-logo .logo-img {
    border-radius: 12px;
    object-fit: contain;
    width: 100%;
    box-shadow: 1px 1px 8px #dad9d9;
}

.app-name-img .app-name-intro {
    margin-left: 25px;
    overflow: hidden;
}

.top-cont-left .app-information {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
}

.app-information .information-item {
    position: relative;
    width: 34%;
    text-align: center;
}

.app-information .information-item .num {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.app-information .information-item:nth-child(3) .num {
    border: 1px solid #000000;
    width: fit-content;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    padding: 0 4px;
}

.app-information .information-item .xingsvg {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-left: 2px;
}

.app-information .information-item .info {
    font-size: 12px;
    margin-top: 6px;
    color: #4b4b4b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-information .information-item:not(:last-child):after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -12px;
    right: 0;
    width: 1px;
    height: 25px;
    background-color: #D4D3D1;
}

.information-item .start-img .age-num {
    border: 1px solid #000;
    padding: 0 3px;
    border-radius: 2px;
    color: #5f6368;
    font-size: 12px;
    font-weight: 700;
    min-width: 20px;
    text-align: center;
}

.information-item:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 22px;
    position: absolute;
    background: #dad9d9;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.app-name-intro .header__info-title {
    align-items: center;
    display: flex;
    margin-bottom: 2px;
    overflow-wrap: anywhere;
    word-break: keep-all;
}

.app-name-intro .header__info-title .name {
    color: #111;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 34px;
    margin: 0;
}

.app-name-intro .header__info-title .header__info-title-tag {
    flex: 0 0 20px;
    height: 20px;
    vertical-align: baseline;
    width: 20px;
    margin-left: 3px;
}

.app-name-intro .intro {
    font-size: 16px;
    color: var(--theme-color, #028760);
    font-weight: bold;
    letter-spacing: -0.03rem;
    margin-bottom: 5px;
    line-height: 20px;
}

/* 标签样式（参考 upbag 的 description-label）*/
.description .btngroup {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 0;
    margin-right: -16px; /* 抵消最后一个标签的 margin-right */
}

.description .btngroup .govbtn {
    align-items: center;
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 15px;
    color: #5f6368;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    justify-content: center;
    padding: 0 12px;
    width: fit-content;
    margin-right: 16px;
    margin-bottom: 8px;
}

/* 视频截图样式 */
.screenshot-video-wrapper {
    display: inline-block;
    vertical-align: top;
}

.screenshot-video-wrapper video {
    display: block;
    max-width: 100%;
    height: auto;
}

.app-name-intro .header__info-play {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 10px;
    font-weight: 400;
    height: 24px;
    margin: 0;
    padding: 0;
}

.app-name-intro .header__info-play .ic_dun {
    width: 10px;
    margin-right: 4px;
}

/* .install-btn {
    background-color: #3d855f;
    overflow: hidden;
    border-radius: 8px;
    padding: 10px 8px;
    margin-top: 8px;
    height: 56px;
    color: #fff;
}

.install-btn:hover {
    background-color: #01533b;
    cursor: pointer;
}

.install-btn .install-txt {
    overflow: hidden;
    font-size: 16px;
}

.install-btn .install-txt img {
    width: 12px;
    margin-right: 6px;
} */

.program-btn {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.btn.program-cancel {
    border: 0px solid #a6a5a5;
    margin-right: 0;
    width: 0px;
    padding: 0;
    overflow: hidden;
    background: #fff;
}

.program-btn.click .btn.program-cancel {
    border: 1px solid #cecece;
    margin-right: 10px;
    width: calc((100% - 10px) / 2);
    padding: 0 20px;
    overflow: hidden;
    background: #fff;
}

.program-install,
.program-open {
    transition: all 0.5s ease;
    cursor: pointer;
}

.program-btn.click .btn.program-install,
.program-btn.click .btn.program-open {
    width: calc((100% - 10px) / 2);
    padding: 0 20px;
    background: #e3e3e3;
}

/* 截图滚动区域 - 同步 upbag img-scroll 样式 */
.screenshot-view {
    margin-bottom: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    padding: 0 25px;
}

.screenshot-view::-webkit-scrollbar {
    display: none;
}

.screenshot-view .screenshot {
    display: flex;
    flex-wrap: nowrap;
    height: 224px;
    width: -moz-max-content;
    width: max-content;
}

.screenshot-view .screenshot {
    padding-left: 0;
}

.screenshot-view .screenshot a {
    border-radius: 8px;
    height: 224px;
    overflow: hidden;
    margin-right: 11px;
    margin-left: 0;
    display: block;
}

.screenshot-view .screenshot a:first-child {
    margin-left: 0;
}

.screenshot-view .screenshot a:last-child {
    margin-right: 0;
}

.screenshot-view .screenshot img {
    display: block;
    height: 100%;
    width: auto;
}

/* 简介 */
.description {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0 25px;
}

.description .arrowsvg {
    position: absolute;
    top: 0;
    right: 25px;
    width: 23px;
    height: 23px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
    z-index: 1;
    transition: opacity 0.2s ease;
}

.description .arrowsvg:hover {
    opacity: 0.7;
}

.description .title {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

.description .intro {
    font-size: 12px;
    color: #4b4b4b;
    word-break: break-all;
    line-height: 20px;
}

/* 评论列表 */
.comment-list {
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0 25px;
}

.comment-list .arrowsvg {
    position: absolute;
    top: 0;
    right: 25px;
    width: 23px;
    height: 23px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
    z-index: 1;
    transition: opacity 0.2s ease;
}

.comment-list .arrowsvg:hover {
    opacity: 0.7;
}

.comment-list .p-title {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

.comment-list .intro {
    color: #444;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.comment-list .scorewrap {
    display: flex;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}

.comment-list .scorewrap .left {
    text-align: left;
}

.comment-list .scorewrap .left .num {
    font-size: 58px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
    line-height: 1;
}

.comment-list .scorewrap .left .amount {
    margin-top: 6px;
    color: #444;
    font-size: 12px;
}

.comment-list .scorewrap .left .comments__list-stars {
    margin-bottom: 6px;
}

.comment-list .scorewrap .left .comments__list-stars .star {
    width: 14px;
    height: 14px;
    margin-right: 2px;
    display: inline-block;
}

.comment-list .scorewrap .right {
    flex: 1;
    max-width: 180px;
    margin-left: 10px;
}

.comment-list .scorewrap .right .item {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    font-size: 11px;
    color: #444;
}

.comment-list .scorewrap .right .item .progress {
    background-color: #e3e3e3;
    border-radius: 5px;
    flex: 1;
    height: 9px;
    max-width: 166px;
    overflow: hidden;
    width: 100%;
    margin-left: 14.5px;
    margin-right: 0;
}

.comment-list .scorewrap .right .item .progress .progress-bar {
    background: var(--theme-color, #028760);
    border-radius: 5px;
    height: 100%;
}

/* 评论列表样式（使用 evaluate 结构） */
.comment-list .evaluate {
    margin-top: 30px;
}

.comment-list .evaluate .item:not(:last-child) {
    margin-bottom: 40px;
}

.comment-list .evaluate .item .topwrap {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
}

.comment-list .evaluate .item .topwrap .headimg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.comment-list .evaluate .item .topwrap .name {
    font-size: 16px;
    margin-left: 10px;
}

.comment-list .evaluate .item .topwrap .lve {
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 30px;
    height: 30px;
    right: 0px;
    top: 6px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.comment-list .evaluate .item .topwrap .lve:hover {
    opacity: 0.7;
}

.comment-list .evaluate .item .grade {
    display: flex;
    align-items: center;
    margin: 20px 0 16px;
}

.comment-list .evaluate .item .grade .date {
    font-size: 14px;
    margin-left: 10px;
}

.comment-list .evaluate .item .comment {
    line-height: 23px;
    margin-bottom: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.comment-list .evaluate .item .comment:hover {
    opacity: 0.7;
}

.comment-list .evaluate .item .feedback {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment-list .evaluate .item .feedback .ishelp {
    color: #626260;
    font-size: 14px;
}

.comment-list .evaluate .item .feedback .groupbtn {
    display: flex;
}

.comment-list .evaluate .item .feedback .groupbtn .isbtn {
    border: 1px solid #838184;
    margin-right: 12px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 5px;
    color: #000;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.comment-list .evaluate .item .feedback .groupbtn .isbtn:hover {
    background-color: #f0f0f0;
}

.comment-list .evaluate .item .feedback .groupbtn .isbtn.active {
    background-color: #C1E7FF;
    border-color: #C1E7FF;
}

.list-view .review-wrapper {
    padding: 13px 16px 16px;
    background-color: #f8f8f8;
    border-radius: 6px;
    align-self: start;
    margin-bottom: 0;
    background-color: #f0f0f0;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

@media screen and (max-width: 560px) {
    .top-content {
        flex-direction: column;
    }

    .top-cont-left {
        width: 100%;
    }
}

@media screen and (min-width: 600px) {
    .install-btn {
        width: 250px;
    }
}

.app-del-centered-container {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 100%;
    height: 50px;
    transform: translate(-50%, -50%);
    /* 将元素中心点移动到屏幕中心 */
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: black;
    font-weight: bold;
}

.true-install {
    background: #3d855f;
}

.is_disabled.true-install,
.is_loading.true-install {
    background: #e3e3e3;
}

@media screen and (min-width: 600px) {
    .true-install {
        width: 250px;
    }
}

.is_disabled .pr-install,
.is_loading .pr-install {
    color: #898989;
}

.is_loading .btn-loading {
    display: block;
}

.is_disabled.btn img,
.is_loading.btn img {
    filter: hue-rotate(0deg) saturate(200%) brightness(50%);
}

@keyframes spin2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pr-install {
    display: flex;
    align-items: center;
}

.btn img {
    width: 12px;
    margin-right: 6px;
}

.pr-open {
    display: none;
}

.program-btn.click .pr-open {
    display: flex;
    justify-content: center;
    width: 100%;
}

.program-btn.click .pr-install {
    display: none;
}

#open-chrome {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

#open-chrome .bd {
    width: 90%;
    max-width: 600px;
    padding: 35px 35px 35px 50px;
    text-align: left;
    word-wrap: break-word;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

#open-chrome .bd .closed-btn {
    position: absolute;
    top: -1px;
    right: 9px;
    width: 30px;
    transform: translateY(-35px);
    cursor: pointer;
}

#open-chrome .bd p {
    color: #1f2024;
    text-indent: -1.5em;
    line-height: 1.8rem;
}

#open-chrome .bd strong {
    font-weight: bold;
}

#open-chrome .bd .btn {
    margin-top: 12px;
    text-align: center;
    background: #01875f;
    color: #fff;
}

.btn.btn-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

#open-chrome .bd p:nth-of-type(2) {
    margin: 30px 0 12px;
}

#open-chrome .bd p {
    color: #1f2024;
    text-indent: -1.5em;
}

#open-chrome .bd .url-show {
    display: block;
    width: 100%;
    padding: 10px 8px;
    border: #e0e0e0 1px solid;
    border-radius: 8px;
    color: #5f6268;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}

#overlay {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}

#overlay img {
    max-width: 80%;
    max-height: 80%;
    transition: transform 0.5s;
}

#overlay.show {
    opacity: 1;
    visibility: visible;
}

#overlay.show img {
    transform: scale(1.05);
}

.header__container {
    display: flex;
    align-items: center;
    padding: 17px 0 18px;
    margin: 0 10px;
}

.btn:hover {
    cursor: pointer;
    opacity: .8;
}

.program-info-instal {
    display: flex;
    flex-direction: column;
    display: none;
}

.program-info-instal.open {
    display: flex;
}

figure.rating-stars {
    margin-bottom: 3px;
    display: inline-block;
}

.review-text-content {
    word-break: break-all;
    word-wrap: break-word;
}

span.star-container,
span.star-filled {
    display: inline-block;
    height: 9.5px;
    background-image: url(https://static.pwago.com/images/stars-lg.svg);
    background-size: 10px 19px;
}

span.star-container {
    width: 100px;
    background-position: 0 22px;
    height: 21px;
    background-size: 20px 43px;
}

span.star-filled {
    height: 21px;
    background-size: 20px 43px;
}

span.star-filled.stars1 {
    width: 20px;
}

span.star-filled.stars2 {
    width: 40px;
}

span.star-filled.stars3 {
    width: 60px;
}

span.star-filled.stars4 {
    width: 80px;
}

span.star-filled.stars5 {
    width: 100px;
}

span.reviewer-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

time.review-date {
    flex-shrink: 0;
    white-space: nowrap;
}

.review-meta {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
    color: #636366;
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 5px;
}

blockquote.review-text {
    height: 72px;
    mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 18.0001px, rgb(0, 0, 0) 18.0001px), linear-gradient(270deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 16.4px, rgb(0, 0, 0) 52.4002px);
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 400;
}

.collumn {
    flex-direction: column;
}

.collumn .top-cont-left {
    width: 100%;
}

.collumn .program-btn {
    width: 100%;
}

.primary-text {
    color: #0b57cf !important;
}

.star-num {
    font-weight: bold;
}

.subscribe-btn {
    background-color: #00875f;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.subscribe-btn:hover {
    background-color: #005f43;
    color: #fff;
}


.modal-content {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    gap: 20px;
    border-radius: 20px;
    background-color: #fefefe;
    margin: auto;
    padding: 55px 20px 30px;
    border: 1px solid #888;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.modal-text {
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
}


.iframe-box {
    width: 100%;
    height: 100%;
    overflow: auto;
    border: none;
}

.showbox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 76px;
}

.loader::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.circular {
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.circular.animation {
    animation: rotate 2s linear infinite;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke: #0b57cf;
    stroke-linecap: round;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 899, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes color {
    100% {
        stroke: #00875f;
    }

    0% {
        stroke: #00875f;
    }

    40% {
        stroke: #00875f;
    }

    66% {
        stroke: #00875f;
    }

    80% {
        stroke: #00875f;
    }

    90% {
        stroke: #00875f;
    }
}
.close-button{
    width: 26px;
    height: 26px;
    cursor:pointer;
    position: absolute;
    top:10px;
    right:10px;
    border: 2px solid #7f7f7f;
    border-radius: 50%;
  }
  .close-button::before, .close-button::after{
    contain: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: #515151;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  
.close-button::before{
    transform: translateX(-50%) rotate(45deg);
  }
  
  .close-button::after{
    transform: translateX(-50%) rotate(-45deg);
  }
  
  .close-button {
    /* 设置按钮样式 */
    cursor: pointer;
  }
  
  .close-button::before,
  .close-button::after {
    /* 设置 X 形状的两个线条 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 3px;
    transform: translate(-50%, -50%);
  }
  
  .close-button::before {
    /* 设置水平线条 */
    transform: translate(-50%, -50%) rotate(45deg);
  }
  
  .close-button::after {
    /* 设置垂直线条 */
    transform: translate(-50%, -50%) rotate(-45deg);
  }

/* About App 模块样式 */
.aboutapp {
    position: relative;
    margin-top: 30px;
    padding: 0 25px;
}

.aboutapp .arrowsvg {
    position: absolute;
    top: 0;
    right: 25px;
    width: 23px;
    height: 23px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
    z-index: 1;
    transition: opacity 0.2s ease;
}

.aboutapp .arrowsvg:hover {
    opacity: 0.7;
}

.aboutapp .title {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    padding-right: 30px;
}

.aboutapp .intro {
    color: #4E4E4E;
    line-height: 22px;
    font-size: 15px;
}

.aboutapp .btngroup {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 0;
    margin-right: -16px; /* 抵消最后一个标签的 margin-right */
}

.aboutapp .btngroup .govbtn {
    align-items: center;
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 15px;
    color: #5f6368;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    justify-content: center;
    padding: 0 12px;
    width: fit-content;
    margin-right: 16px;
}

.aboutapp .btngroup .lottbtn {
    font-size: 16px;
    padding: 6px 12px;
    border: 1px solid #323232;
    border-radius: 8px;
    margin-left: 0;
    line-height: inherit;
}

.aboutapp .intro .tipsvg {
    width: 17px;
    height: 17px;
    vertical-align: text-bottom;
    margin-left: 4px;
}

/* Other 模块样式 */
.other {
    padding: 10px 0;
    margin: 17px 25px 0;
    border: 1px solid #DFDEDC;
    border-radius: 8px;
}

.other .otherli {
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding: 0 30px;
}

.other .otherli:first-child {
    margin-top: 0;
}

.other .otherli .iconimg {
    display: block;
    width: 25px;
    height: 23px;
}

.other .otherli .otherdt {
    margin-left: 15px;
    flex: 1;
    line-height: 21px;
}

.other .otherdd {
    font-size: 12px;
    margin-left: 41px;
    margin-top: 8px;
}

.other .otherlink {
    display: block;
    color: var(--theme-color);
    font-weight: 600;
    font-size: 17px;
    margin: 20px 0;
    padding: 0 30px;
    text-decoration: none;
}

/* H5 移动端兼容样式 */
@media screen and (max-width: 600px) {
    .description {
        padding: 0 15px;
    }

    .description .arrowsvg {
        right: 15px;
        top: 10px;
    }

    .comment-list {
        padding: 0 15px;
    }

    .comment-list .arrowsvg {
        right: 15px;
    }

    .comment-list .scorewrap {
        flex-direction: row;
        align-items: center;
    }

    .comment-list .scorewrap .right {
        max-width: 180px;
        margin-left: 10px;
        margin-top: 0;
        width: auto;
    }

    .aboutapp {
        margin-top: 20px;
        padding: 0 15px;
    }

    .aboutapp .arrowsvg {
        right: 15px;
    }

    .screenshot-view {
        padding: 0 15px;
    }

    .other {
        margin: 15px 15px 0;
    }

    .aboutapp .title {
        color: #000;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 15px;
        padding-right: 25px;
    }

    .aboutapp .intro {
        font-size: 14px;
        line-height: 20px;
    }

    .aboutapp .arrowsvg {
        width: 20px;
        height: 20px;
    }

    .other {
        padding: 10px 0;
        margin: 15px 15px 0;
        border-radius: 6px;
    }

    .other .otherli {
        margin-top: 12px;
        padding: 0 15px;
    }

    .other .otherlink {
        padding: 0 15px;
    }

    .other .otherli .iconimg {
        width: 22px;
        height: 20px;
        flex-shrink: 0;
    }

    .other .otherli .otherdt {
        margin-left: 12px;
        font-size: 14px;
        line-height: 20px;
    }

    .other .otherlink {
        font-size: 15px;
        margin: 15px 0;
    }
}

@media screen and (max-width: 480px) {
    .description {
        padding: 0 10px;
    }

    .description .arrowsvg {
        right: 10px;
    }

    .comment-list {
        padding: 0 10px;
    }

    .comment-list .arrowsvg {
        right: 10px;
    }

    .comment-list .scorewrap {
        flex-direction: row;
        align-items: center;
    }

    .comment-list .scorewrap .right {
        max-width: 150px;
        margin-left: 10px;
        margin-top: 0;
        width: auto;
    }

    .aboutapp {
        margin-top: 15px;
        padding: 0 10px;
    }

    .aboutapp .arrowsvg {
        right: 10px;
    }

    .screenshot-view {
        padding: 0 10px;
    }

    .aboutapp .title {
        color: #000;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 15px;
        padding-right: 20px;
    }

    .aboutapp .intro {
        font-size: 13px;
        line-height: 18px;
    }

    .aboutapp .arrowsvg {
        width: 18px;
        height: 18px;
    }

    .other {
        padding: 8px 0;
        margin: 12px 10px 0;
    }

    .other .otherli {
        margin-top: 10px;
        padding: 0 12px;
    }

    .other .otherlink {
        padding: 0 12px;
    }

    .other .otherli .iconimg {
        width: 20px;
        height: 18px;
    }

    .other .otherli .otherdt {
        margin-left: 10px;
        font-size: 15px;
        line-height: 18px;
    }

    .other .otherlink {
        font-size: 14px;
        margin: 12px 0;
    }
}

/* 底部菜单 (H5模式) */
.rb-menus {
    display: none; /* 默认隐藏，桌面端不显示 */
}

.rb-menus .menus__placeholder {
    height: 54px;
    width: 100%;
    display: none; /* 默认隐藏，只在 H5 模式下显示 */
}

.rb-menus .menus__body {
    background-color: #fff;
    border-top: 1px solid #dadce0;
    bottom: 0;
    display: flex;
    left: 0;
    margin: 0 auto;
    max-width: 750px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 11; /* 比 topbar 的 z-index: 10 高一点 */
}

.rb-menus .menus__item {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 54px;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.rb-menus .menus__item:hover {
    opacity: 0.7;
}

.rb-menus .menus__item > img {
    display: block;
    height: 24px;
    width: 24px;
}

.rb-menus .menus__item > .title {
    color: #5f6368;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 2px;
}

.rb-menus .menus__item.active > .title {
    color: #028760;
}

/* H5 模式下显示底部菜单（PWA 模式除外）*/
@media screen and (max-width: 768px) {
    .rb-menus {
        display: block;
    }
    
    .rb-menus .menus__placeholder {
        display: block; /* H5 模式下显示占位符 */
    }
    
    /* 为底部菜单预留空间，防止内容被遮挡 */
    body.has-bottom-menu {
        padding-bottom: 54px;
    }
}

/* PWA 模式下强制隐藏底部菜单 */
@media (display-mode: standalone) {
    .rb-menus {
        display: none !important;
    }
    
    .rb-menus .menus__placeholder {
        display: none !important;
    }
    
    body.has-bottom-menu {
        padding-bottom: 0 !important;
    }
}