@font-face {
    font-family: ProductSans;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/ProductSans-Regular.woff2) format('woff2'), url(../fonts/ProductSans-Regular.woff) format("woff"), url(../fonts/ProductSans-Regular.ttf) format("truetype")
}

@font-face {
    font-family: ProductSans;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/ProductSans-Bold.woff2) format('woff2'), url(../fonts/ProductSans-Bold.woff) format("woff"), url(../fonts/ProductSans-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Helvetica'), local('Helvetica-Regular'), url(../fonts/Helvetica.woff2) format('woff2'), url(../fonts/Helvetica.woff) format("woff"), url(../fonts/Helvetica.ttf) format("truetype")
}

@font-face {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Helvetica Bold'), local('Helvetica-Bold'), url(../fonts/Helvetica-Bold.woff2) format('woff2'), url(../fonts/Helvetica-Bold.woff) format("woff"), url(../fonts/Helvetica-Bold.ttf) format("truetype")
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.5;
    scroll-behavior: smooth;
    color: #111;
}

a {
    text-decoration: none;
    display: block;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

body {
    font-family: ProductSans, Helvetica, Arial, system-ui, sans-serif, serif;
    -webkit-font-smoothing: antialiased;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.icon-wh12 {
    height: 12px;
    width: 12px;
}

.icon-wh14 {
    height: 14px;
    width: 14px;
}

.icon-wh18 {
    height: 18px;
    width: 18px;
}

.icon-wh20 {
    height: 20px;
    width: 20px;
}

.icon-wh30 {
    height: 30px;
    width: 30px;
}

.pdbox {
    padding-left: 24px;
    padding-right: 24px;
}

.h2tit {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 40px;
}

/* header */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    box-shadow: 0 5px 5px rgba(155, 153, 153, 0.2);
}

.header-main {
    max-width: 1210px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.logo,
.logo-img {
    width: 137px;
    height: 42px;
    object-fit: contain;
}

.icon-menu {
    width: 24px;
    height: 24px;
}

/* header-nav */
.header-nav {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 16px;
    margin-right: 16px;
    margin-left: 24px;
}

.header-nav-item {
    display: flex;
    align-items: center;
    position: relative;
}

.header-nav-item:hover {
    fill: #2fc0b7;
}

.header-nav-item:hover .header-nav-tit {
    color: #2fc0b7;
}

.header-nav-tit {
    display: none;
}

.header-nav-list {
    display: none;
}

.header-nav-list-item {
    width: 178px;
    margin: 12px 0;
}

.header-nav-list-item:hover {
    color: #2fc0b7;
}

div.header-nav-item:hover .header-nav-list {
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 8px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(155, 153, 153, 0.2);
    background-color: #fff;
    border-radius: 8px;
}

.header-nav-list::before {
    content: '';
    height: 40px;
    width: 100%;
    position: absolute;
    top: -40px;
    left: 0;
    background-color: transparent;
}

/* header-search */
.header-search {
    width: 40%;
    height: 40px;
    position: relative;
}

.header-searchicon {
    background-color: transparent;
    border: none;
    outline: 0;
    position: absolute;
    left: calc(100% - 36px);
    top: 8px;
    margin-left: 0;
    z-index: 9;
    width: 25px;
}

.header-searchtext {
    font-family: ProductSans, Helvetica, Arial, system-ui, sans-serif, serif;
    height: 100%;
    width: 100%;
    padding-left: 18px;
    padding-right: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 24px;
    background-color: #eeee;
    border: none;
    z-index: 8;
}

.icon-search {
    width: 22px;
    height: 22px;
}


#back-drop {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0/80%);
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none;
}

#back-drop img {
    width: 80px;
    position: absolute;
    top: -90px;
    transform: scaleX(-1) rotate(24deg);
}

#back-drop .inner {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    width: 500px;
    position: absolute;
    top: 240px;
    left: 24%;
}

#back-drop .inner-text {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
}

#back-drop .inner-text strong {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    vertical-align: baseline;
}


/* banner */
.banner {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.banner-img {
    width: 106px;
    height: 106px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
    border-radius: 20%;
    overflow: hidden;
    flex-shrink: 0;
}

.banner-info {
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 96px;
}

.banner-title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
}

.banner-cat {
    display: none;
}

.banner-other {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 24px;
}

.banner-info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    flex-wrap: wrap;
    line-height: 1;
}

.banner-info-line {
    height: 100%;
    width: 1px;
    background-color: #0000001a;
}

.banner-info-main {
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
}

.banner-info-des {
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 12px;
}

@media screen and (max-width: 600px) {
    .banner-img {
        width: 88px;
        height: 88px;
    }

    .banner-info {
        padding-left: 16px;
    }

    .banner-title {
        font-size: 22px;
        line-height: 28px;
    }

    .banner-info {
        height: auto;
        gap: 6px;
        justify-content: flex-start;
    }

    .banner-cat {
        display: inline-block;
        color: #666;
        font-size: 12px;
        line-height: 1.2;
        margin-top: -2px;
    }

    .banner-info-line-mobile-hide,
    .banner-info-des-votes,
    .banner-info-des-downloads {
        display: none;
    }

    .banner-other {
        gap: 12px;
    }

    .banner-other .banner-info-item:nth-child(3),
    .banner-other .banner-info-item:nth-child(5) {
        flex-direction: row;
        gap: 4px;
    }

    .banner-info-des-rating-inline {
        width: auto;
        font-size: 11px;
        line-height: 1;
    }
}

/* infolist - 卡片式信息面板 */
.infolist {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 28px;
    margin-bottom: 24px;
}

.infolist-title {
    grid-column: 1 / -1;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 6px;
    color: #1f2937;
}

.infolist-item-clickable {
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.infolist-item-clickable .infolist-item-des {
    color: #2563eb;
}

.infolist-item-clickable:hover {
    transform: translateY(-1px);
    border-color: #bfdbfe;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.12);
}

.infolist-item-clickable:hover .infolist-item-des {
    color: #1d4ed8;
}

.infolist-item-des a {
    color: #2563eb;
    text-decoration: none;
    cursor: pointer;
}

.infolist-item-des a:hover {
    text-decoration: underline;
    color: #1d4ed8;
}

.infolist-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    min-height: 86px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    padding: 12px 14px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    font-size: 14px;
}

.infolist-item-tit {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    color: #A1908C;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2;
}

.infolist-item-tit,
.infolist-item-des {
    width: 100%;
    padding: 0;
}

.infolist-item-des {
    color: #111827;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.35;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width: 900px) {
    .infolist {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 640px) {
    .infolist {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .infolist-item {
        min-height: 76px;
    }
}

/* article */
.article {
    font-family: Helvetica, Arial, system-ui, sans-serif, serif;
    margin-bottom: 30px;
}

.article h3 {
    font-family: ProductSans, Helvetica, Arial, system-ui, sans-serif, serif;
    font-size: 22px;
    line-height: 26px;
    margin-top: 28px;
    margin-bottom: 12px;
    width: 100%;
}

.article h4 {
    padding-top: 12px;
    margin-bottom: 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 2px;
}

.icon-features {
    width: 14px;
    height: 14px;
}

.article p {
    padding-bottom: 12px;
}

.article b {
    font-weight: 600;
}

.article ul {
    padding-left: 18px;
}

.article ol {
    padding-inline-start: 0;
    margin-block-start: 0;
    padding-left: 20px;
}

.article li:first-of-type {
    margin-top: 0;
}

.article li {
    margin: 8px 0;
}

.article ol li {
    list-style: auto;
    text-indent: 1px;
}

/* app intro / review sections */
.layout-art.review-intro {
    margin-bottom: 20px;
}

.review-intro-p {
    line-height: 1.6;
    color: #333;
}

.review-verdict {
    font-weight: 500;
    font-style: italic;
}

.review-audience {
    margin-bottom: 16px;
}

.review-audience:last-child {
    margin-bottom: 0;
}

.review-audience-tit {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.review-audience-list {
    padding-left: 20px;
    margin: 0 0 8px;
}

.review-user-exp {
    margin-bottom: 12px;
}

.review-user-exp:last-child {
    margin-bottom: 0;
}

.review-user-exp-tit {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

.review-pac {
    display: flex;
    flex-wrap: wrap;
}

.article .prco-pr,
.article .prco-co {
    width: 50%;
    padding-left: 0;
}

.prco-pr .prco-pr-li,
.prco-co .prco-co-li {
    list-style: none;
    margin-bottom: 12px;
    margin-top: 12px;
}

.prco-pr-li,
.prco-co-li {
    display: flex;
    align-items: center;
}

.icon-no,
.icon-yes {
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.review-faq-btn {
    margin-right: 2px;
    height: 20px;
    margin-right: 2px;
}

.icon-answer {
    height: 14px;
    width: 14px;
}

.review-faq-answer {
    display: none;
    margin-inline-start: 22px;
}

/* picbox */
.picbox-none {
    margin-bottom: 30px;
}

.picbox {
    position: relative;
    margin-top: 28px;
    margin-bottom: 30px;
}

.pic-left,
.pic-right {
    height: 40px;
    width: 40px;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.16);
}

.pic-left {
    left: -20px;
}

.pic-right {
    right: -20px;
}

.icon-picleft,
.icon-picright {
    width: 100%;
    height: 100%;
}

.icon-picright {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.slides {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 16px;
    height: 200px;
    align-items: center;
    padding-left: 2px;
}

.slides-item {
    border-radius: 12px;
    height: 196px;
    flex-shrink: 0;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
}

/* btnbox */
.btnbox {
    display: flex;
    gap: 12px;
}

.btnbox-download,
.btnbox-versions,
.btnbox-goplay,
.btnbox-apple {
    width: calc(50% - 6px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #01875f;
    border-radius: 10px;
    fill: #fff;
    color: #fff;
    height: 88px;
    font-size: 20px;
}

.btnbox-download {
    background-color: #2fc0b7;
}

.btnbox-apple {
    background-color: rgba(0, 0, 0, 0.8);
}

.btnbox-versions {
    background-color: transparent;
    border: 1px solid #2fc0b7;
    color: #2fc0b7;
}

div.btnbox-download,
div.btnbox-apple {
    background-color: #ddd;
}

.btnbox-goplay:hover {
    background-color: #056449;
}

.btnbox-versions:hover {
    background-color: #f0f8f8;
}

a.btnbox-apple:hover {
    background-color: rgba(0, 0, 0);
}

a.btnbox-download:hover {
    background-color: #2cb3ab;
}

.icon-goplay,
.icon-apple {
    width: 26px;
    height: 26px;
}

@media screen and (max-width: 600px) {
    .btnbox {
        flex-direction: column;
    }

    .btnbox-download,
    .btnbox-versions,
    .btnbox-goplay,
    .btnbox-apple {
        width: 100%;
    }
}

/* ratings */
.ratings {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.ratings-left {
    padding-right: 24px;
    box-sizing: border-box;
    width: 25%;
}

.ratings-me {
    display: flex;
    justify-content: center;
    margin: 8px 0;
}

.icon-mystar {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    fill: #efeff4;
}

.ratings-left-grade {
    line-height: 36px;
    font-size: 48px;
    text-align: center;
}

.ratings-left-vot {
    font-size: 14px;
    text-align: center;
    color: #666;
}

.ratings-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 0%;
}

.ratings-right-item {
    display: flex;
    align-items: center;
}

.right-item-grade {
    width: 8px;
    font-size: 14px;
}

.right-item-peo {
    height: 10px;
    background-color: #efeff4;
    margin-left: 16px;
    flex: 1 1 0%;
    border-radius: 16px;
}

.peo-num {
    height: 100%;
    background-color: #2fc0b7;
    border-radius: 24px;
}

/* apps */
.apps {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
    width: calc(100% + 24px);
    margin-left: -12px;
}

.app-item {
    width: 50%;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.app-item:hover {
    background-color: #f5f5f5;
}

.app-img {
    height: 72px;
    width: 72px;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
    flex-shrink: 0;
}

.app-tit {
    font-size: 16px;
    line-height: 22px;
}

.app-cat {
    line-height: 22px;
    font-size: 14px;
    color: #666;
}

.app-score {
    color: #666;
    fill: #666;
    line-height: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* footer */
.footer {
    max-width: 1210px;
    margin: 28px auto 0;
}

.footer-top {
    padding-top: 34px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px rgba(153, 153, 153, 0.4);
}

.footer-topbtn {
    padding: 0 18px;
    height: 42px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eeee;
    border-radius: 8px;
    gap: 8px;
}

.icon-top {
    width: 20px;
    height: 20px;
}

.footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
}

@media (max-width: 359px) {
    .footer-links {
        grid-template-columns: 1fr;
    }
}

.footer-item {
    padding-bottom: 16px;
    font-size: 16px;
}

.footer-des {
    margin-bottom: 34px;
    font-size: 16px;
    color: #666;
}

/* layout */
.doublebox {
    max-width: 1210px;
    margin: 74px auto 0;
}

.rightbox,
.leftbox {
    max-width: 728px;
}

@media screen and (min-width: 768px) {
    .header-search {
        width: 25%;
    }

    .header-nav-item {
        gap: 10px;
    }

    .header-nav-tit {
        display: block;
    }
}

@media screen and (min-width: 901px) {
    .header-nav {
        gap: 24px;
        margin-left: 48px;
    }
}

@media screen and (min-width: 1025px) {
    .doublebox {
        display: flex;
        gap: 60px;
    }

    .leftbox {
        width: 728px;
    }

    .rightbox {
        flex: 1;
    }

    .rightbox .app-item {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .apps-mobile-single {
        width: 100%;
        margin-left: 0;
    }

    .apps-mobile-single .app-item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .apps-mobile-single .app-item:nth-child(n + 9) {
        display: none;
    }
}

/* 统一站点导航头（与 fragments/header :: header 一致） */
#header-menu-btn {
    display: none;
}

.layout-minbox {
    max-width: 1210px;
    margin: auto;
    line-height: 100%;
}

.header {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #fff;
    box-sizing: border-box;
    height: 56px;
    transition: 0.5s;
    box-shadow: 0 5px 5px rgba(155, 153, 153, 0.2);
}

.header-all {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.header-a {
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 16px;
}

.header-app,
.header-game,
.header-topics {
    display: none;
    height: 100%;
    position: relative;
}

.header-app {
    margin-left: 8px;
}

.header-box {
    display: flex;
    align-items: center;
}

.header-icon {
    line-height: 1;
}

.header-text {
    display: none;
    position: relative;
    top: 2px;
    padding-bottom: 4px;
}

.header-logobox {
    float: left;
    width: 130px;
    height: 40px;
}

.header-logobox-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.icon-x {
    width: 24px;
    height: 24px;
}

.header-searchall .icon-x {
    width: 26px;
    height: 26px;
}

.icon-footer-games,
.icon-footer-apps,
.icon-footer-topics {
    width: 30px;
    height: 30px;
}

.header-searchall .icon-search {
    width: 22px;
    height: 22px;
}

.header-searchall {
    position: relative;
    display: none;
    right: 0;
    width: 100%;
    margin-left: 6%;
    height: 100%;
}

.header-searchall .header-search {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 7px;
    right: 0;
}

.header-searchall .header-searchicon {
    left: calc(100% - 10px);
    top: 8px;
    z-index: 10;
    width: 25px;
    margin-left: -24px;
}

.header-searchall .header-searchtext {
    position: absolute;
    left: 0;
    width: 100%;
}

.header-tool-list {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 8px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(155, 153, 153, 0.2);
    background-color: #fff;
    border-radius: 8px;
}

.header-tool-item {
    width: 178px;
    margin: 12px 0;
}

.header-tool:hover .header-tool-list,
.header-tool:focus .header-tool-list {
    display: block;
}

.header-tool-item:hover {
    color: #2fc0b7;
}

.mobpart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 12px;
    cursor: pointer;
}

.header-menu {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
    box-sizing: border-box;
}

#header-menu-btn:checked~.header-menu {
    width: 100%;
    max-width: 300px;
    z-index: 999999;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(155, 153, 153, 0.2);
    transition: width 0.3s;
    overflow: scroll;
    padding: 14px 24px 30px;
    display: flex;
    flex-direction: column;
}

.header-menu-closebox {
    height: 20px;
}

.header-menu-close {
    float: right;
    display: block;
    cursor: pointer;
}

.header-menu-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hmm-logo {
    width: 130px;
    height: 40px;
    margin-right: 20px;
}

.hmm-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.hmm-help-item {
    padding-bottom: 16px;
    font-size: 16px;
    color: #333;
}

.hmm-help {
    margin-top: 16px;
}

.hmm-des {
    color: #666;
    font-size: 16px;
    margin-top: 8px;
}

.header-menu-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.header-menu-item svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.header-menu-tool-item:hover,
.header-menu-item:hover,
.header-menu-item:hover div {
    color: #2fc0b7;
    fill: #2fc0b7;
}

.header-menu-tool-list {
    padding-left: 32px;
}

.header-menu-tool-item {
    margin-bottom: 20px;
}

.header-menu-triangle {
    position: absolute;
    right: 7px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #666;
}

@media screen and (min-width: 321px) {
    .header-all {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media screen and (min-width: 601px) {
    .banner-download-icon-mobile-only {
        display: none;
    }

    .header {
        height: 64px;
    }

    .header-logobox {
        width: 137px;
        height: 42px;
    }

    .header-app,
    .header-game,
    .header-topics {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-searchall {
        display: block;
        width: 40%;
        margin-left: 0;
    }

    .header-searchall .header-search {
        top: 12px;
    }

    .header-searchall .header-searchicon {
        left: calc(100% - 36px);
        top: 8px;
        margin-left: 0;
    }

    .header-app:hover,
    .header-game:hover,
    .header-topics:hover {
        fill: #2fc0b7;
    }

    .header-app:hover .header-text,
    .header-game:hover .header-text,
    .header-topics:hover .header-text {
        color: #2fc0b7;
    }

    .mobpart {
        display: none;
    }

    .doublebox {
        margin-top: 82px;
    }
}

@media screen and (min-width: 768px) {
    .header-text {
        display: block;
    }

    .header-searchall {
        width: 25%;
    }
}

@media screen and (min-width: 901px) {
    .header-a {
        gap: 24px;
    }

    .header-app {
        margin-left: 24px;
    }
}

/* 开发者信息弹窗 */
.developer-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.developer-modal.is-open {
    display: flex;
}

.developer-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.developer-modal-content {
    position: relative;
    background: #fff;
    border-radius: 12px;
    max-width: 580px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.developer-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: none;
    background: #f1f5f9;
    border-radius: 8px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: #64748b;
}

.developer-modal-close:hover {
    background: #e2e8f0;
    color: #1e293b;
}

.developer-modal-title {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 20px 12px;
    margin: 0;
}

.developer-modal-body {
    padding: 0 20px 20px;
}

.developer-modal-section {
    margin-bottom: 20px;
}

.developer-modal-section:last-child {
    margin-bottom: 0;
}

.developer-modal-section-title {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.developer-modal-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
}

.developer-modal-row:last-child {
    margin-bottom: 0;
}

.developer-modal-label {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

.developer-modal-value {
    font-size: 14px;
    color: #1e293b;
}

.developer-modal-link {
    color: #2563eb;
    text-decoration: none;
}

.developer-modal-link:hover {
    text-decoration: underline;
}

/* 更多应用 - ranking 风格列表 */
.developer-modal-apps {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-height: 320px;
    overflow-y: auto;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.developer-modal-app-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #f1f5f9;
    transition: background-color 0.15s;
}

.developer-modal-app-item:last-child {
    border-bottom: none;
}

.developer-modal-app-item:hover {
    background-color: #f8fafc;
}

.developer-modal-app-num {
    font-size: 14px;
    font-weight: 600;
    color: #94a3b8;
    width: 24px;
    flex-shrink: 0;
    margin-right: 12px;
}

.developer-modal-app-num span {
    display: inline-block;
    min-width: 18px;
    text-align: right;
}

.developer-modal-app-img {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    margin-right: 14px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.developer-modal-app-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.developer-modal-app-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 56px;
}

.developer-modal-app-tit {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.developer-modal-app-sort {
    font-size: 13px;
    color: #64748b;
}

.developer-modal-app-score {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #64748b;
}

.developer-modal-app-score .icon-star {
    fill: #fbbf24;
}

.developer-modal-app-other {
    display: grid;
    grid-template-columns: repeat(3, 72px);
    align-items: stretch;
    justify-content: end;
    gap: 0;
    flex-shrink: 0;
}

.developer-modal-app-other-item {
    text-align: center;
    font-size: 12px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.developer-modal-app-other-item:nth-child(2) {
    padding: 0 8px;
    border-left: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
}

.developer-modal-app-other-score {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.developer-modal-app-other-score .icon-star {
    fill: #fbbf24;
}

.developer-modal-app-other-bottom {
    font-size: 11px;
    color: #94a3b8;
    margin-top: 2px;
    white-space: nowrap;
}

.developer-modal-app-other-age {
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.developer-modal-app-other-age img {
    height: 14px;
    width: auto;
}

.developer-modal-app-other-age-bottom {
    font-size: 11px;
    color: #94a3b8;
    margin-top: 2px;
    white-space: nowrap;
}

/* 移动端隐藏右侧三项指标（Web 端保留展示） */
@media screen and (max-width: 900px) {
    .developer-modal-app-other {
        display: none;
    }

    .developer-modal-app-info {
        height: auto;
        gap: 4px;
        justify-content: center;
    }
}
