.logo-icon {
    height: 100%;
    width: auto
}

.image-box {
    width: 100%;
    height: 0;
    padding-bottom: 52.375%;
    position: relative;
    background-color: #fafafa
}

.image-box picture {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.image-box picture img {
    width: 100%;
    height: 100%
}

.squar {
    padding-bottom: 100% !important
}

.thumb-long {
    width: 100%;
    padding-bottom: 100% !important;
    overflow: hidden
}

.thumb-long img {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.circle {
    padding-bottom: 100% !important;
    border-radius: 50% 50%
}

.normal {
    height: auto;
    padding-bottom: 0 !important
}

.normal picture {
    position: static !important;
    display: block
}

.base-height {
    height: 100%;
    width: auto;
    padding-bottom: 0 !important
}

.base-height picture {
    height: 100%;
    width: auto;
    position: static !important;
    display: block
}

.base-height picture img {
    height: 100%;
    width: auto;
    max-height: 290px
}

.card {
    width: 100%;
    display: block;
    text-decoration: none
}

.card .image-box {
    border-radius: 20%;
    box-shadow: 0 .2rem .4rem 0 rgba(0,0,0,.2470588235);
    overflow: hidden
}

.card .card-title,.card .card-desc,.card .grade {
    padding-left: .5rem;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.card .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    height: 2.1rem;
    margin-top: .8rem
}

.card .card-desc {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 1.9rem;
    font-size: 1.3rem;
    color: #666;
    font-weight: 300;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.card .grade {
    height: 2rem;
    display: flex;
    align-items: center
}

.card .grade .star {
    display: flex;
    align-items: center
}

.card .grade .grade-num {
    font-size: 1.3rem;
    font-weight: 300;
    color: #666;
    margin-left: 1rem
}

.mobile .image-box {
    box-shadow: none !important
}

.mobile .card-title {
    font-size: 1.4rem !important
}

.mobile .card-desc {
    display: none !important
}

.mobile .grade-num {
    font-size: 1.4rem
}

.star img {
    width: 12px;
    height: 12px
}

.half-star {
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    position: relative
}

.half-star img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    float: left
}

.land-card {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-decoration: none
}

.land-card .app-icon {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    flex: 0 0 auto;
    margin-right: 12px
}

.land-card .info {
    width: 0;
    min-width: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column
}

.land-card .info .title {
    font-size: 15px;
    font-weight: 600;
    color: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
    color: #000
}

.land-card .info .developer {
    font-size: 13px;
    font-weight: 300;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 19px
}

.land-card .info .grade {
    display: flex;
    align-items: center
}

.land-card .info .grade .star {
    display: flex;
    align-items: center
}

.land-card .info .grade .grade-num {
    font-size: 13px;
    font-weight: 300;
    color: #666;
    margin-left: 1rem
}

.half-star {
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    position: relative
}

.half-star img:last-child {
    position: absolute;
    left: 0;
    top: 0
}

body {
    background-color: #f2f5f9
}

.gpt,.ads-box {
    width: auto;
    text-align: center;
    padding: 0 0
}

.gpt p,.ads-box p {
    font-size: 10px;
    line-height: 18px;
    font-weight: 400;
    color: #a6a6a6;
    text-align: center;
    margin: 0 auto
}

header {
    width: 100%;
    height: 50px;
    background-color: #fff;
    position: relative;
    z-index: 999;
    padding: 0 max(max(min((100% - 1080px)/2,16.5rem),(100% - 1080px)/2),5rem);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center
}

header #menu {
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    z-index: 2;
    padding: 0px 4px;
    margin-right: 1.6rem
}

header #menu label {
    display: flex;
    width: 100%;
    height: 100%;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-evenly
}

header #menu label span {
    display: block;
    width: 100%;
    height: 2px;
    position: relative;
    background-color: #6b6c7e;
    transform-origin: 0 0;
    transition: transform .5s cubic-bezier(0.77, 0.2, 0.05, 1),background .5s cubic-bezier(0.77, 0.2, 0.05, 1)
}

header #menu label span:first-child {
    transform-origin: 0% 0
}

header #menu label span:nth-child(3) {
    transform-origin: 0% 100%
}

header .rtl {
    display: flex;
    height: 100%;
    align-items: center
}

header .rtl #logo {
    height: 80%
}

header .ltr {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 80px
}

header .ltr .field-container {
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
    width: 35%;
    height: 3.5rem;
    margin-left: 2rem
}

header .ltr .field-container .field {
    border: 0;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    background-color: #e6e6e6;
    border-radius: 2.8rem;
    box-shadow: 0px 8px 15px rgba(75,72,72,.1);
    transition: all .4s ease;
    box-sizing: border-box
}

header .ltr .field-container .field:focus {
    outline: none;
    box-shadow: 0px 9px 20px rgba(75,72,72,.3)
}

header .ltr .field-container .field:focus+.icons-container .icon-close {
    opacity: 1;
    transform: translateX(0)
}

header .ltr .field-container .field:focus+.icons-container .icon-search {
    opacity: 0;
    transform: translateX(200%)
}

header .ltr .field-container .icons-container {
    position: absolute;
    top: 11px;
    right: -25px;
    width: 35px;
    height: 35px;
    overflow: hidden
}

header .ltr #nav-link {
    display: flex;
    align-items: center
}

header .ltr #nav-link a {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none
}

header .ltr #nav-link a:first-child {
    margin-right: 8rem
}

header input:checked~.rtl #menu label span {
    opacity: 1;
    transform: rotate(45deg) translate(0px, 1.5px)
}

header input:checked~.rtl #menu label span:nth-last-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2)
}

header input:checked~.rtl #menu label span:nth-child(3) {
    transform: rotate(-45deg) translate(0, -1.5px)
}

footer {
    width: 100%;
    min-height: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    margin-top: 2rem
}

footer .info {
    width: 100%;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

footer .info a {
    text-decoration: none
}

footer .info .logo {
    width: 50%;
    max-width: 280px;
    margin-bottom: 2rem;
    display: block
}

footer .info .logo img {
    width: 100%
}

footer .info .info-group {
    display: grid;
    grid-template-columns:  1fr 1fr 1fr;
    column-gap: 1.2rem
}

footer .info .info-group a {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 2.8rem;
    color: #424242;
    text-align: center
}

footer .desc {
    width: 100%;
    box-sizing: border-box;
    padding: 1.5rem 1.5rem 2rem;
    background-color: #424242
}

footer .desc p {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.1rem;
    color: #fff
}

@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: rgba(0,0,0,0)
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev,.swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next {
    display: none !important
}

.swiper-button-prev svg,.swiper-button-next svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg {
    transform: rotate(180deg)
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-prev:after,.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.land-card {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-decoration: none
}

.land-card .app-icon {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    flex: 0 0 auto;
    margin-right: 12px
}

.land-card .info {
    width: 0;
    min-width: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column
}

.land-card .info .title {
    font-size: 15px;
    font-weight: 600;
    color: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
    color: #000
}

.land-card .info .developer {
    font-size: 13px;
    font-weight: 300;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 19px
}

.land-card .info .grade {
    display: flex;
    align-items: center
}

.land-card .info .grade .star {
    display: flex;
    align-items: center
}

.land-card .info .grade .grade-num {
    font-size: 13px;
    font-weight: 300;
    color: #666;
    margin-left: 1rem
}

.half-star {
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    position: relative
}

.half-star img:last-child {
    position: absolute;
    left: 0;
    top: 0
}

#questions {
    padding: 0 9px
}

#questions h5 {
    font-size: 1.8rem !important;
    margin-bottom: 8px
}

#questions .questions-wrap {
    list-style: none;
    margin: 0;
    padding: 0
}

#questions .questions-wrap .question-card {
    margin-bottom: 16px
}

#questions .questions-wrap .question-card .question-card-show {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
    color: #2898ff;
    cursor: pointer
}

#questions .questions-wrap .question-card .question-card-show .question-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

#questions .questions-wrap .question-card .question-card-show .question-info {
    display: flex;
    align-items: center;
    font-size: 16px
}

#questions .questions-wrap .question-card .question-card-show .question-info .question-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background-color: #f3f3f3;
    margin-right: 10px
}

#questions .questions-wrap .question-card .question-card-show .question-info .question-title {
    line-height: 1.2
}

#questions .questions-wrap .question-card .question-card-show .question-icon {
    position: relative;
    width: 26px;
    height: 26px
}

#questions .questions-wrap .question-card .question-card-show .question-icon::before,#questions .questions-wrap .question-card .question-card-show .question-icon.plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    background-color: #2898ff
}

#questions .questions-wrap .question-card .question-card-show .question-icon.plus::after {
    width: 2px;
    height: 14px;
    margin-top: -7px;
    margin-left: -1px
}

#questions .questions-wrap .question-card .question-card-show .question-icon::before {
    width: 14px;
    height: 2px;
    margin-top: -1px;
    margin-left: -7px
}

#questions .questions-wrap .question-card .question-card-content {
    border: 1px solid #eee;
    border-top: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transition: all ease .25s;
    background-color: #fff;
    height: 0;
    max-height: 600px;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 25px
}

#questions .questions-wrap .question-card .question-card-content .question-content {
    padding: 16px;
    font-size: 16px
}

#questions .questions-wrap .question-card .question-card-content.showQuestionContent {
    animation: showContent .2s ease-in-out forwards
}

#questions .questions-wrap .question-card .question-card-content.hideQuestionContent {
    animation: hideContent .2s ease-in-out forwards
}

.question-content p {
    margin-bottom: 4px
}

@keyframes showContent {
    0% {
        height: 0
    }

    100% {
        height: auto
    }
}

@keyframes hideContent {
    0% {
        height: auto
    }

    100% {
        height: 0
    }
}

@keyframes downloadBtnAni {
    0% {
        background-position: 0% 0%
    }

    100% {
        background-position: 105% 0%
    }
}

@keyframes downloadBtnZoomInAni {
    0% {
        background-position: 0% 0%
    }

    100% {
        background-position: 94% 0%
    }
}

@keyframes downloadBtnAniPC {
    0% {
        transform: scale(0.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 30px rgba(34,134,255,0)
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0px rgba(34,134,255,0)
    }
}

@keyframes downloadBtnZoomInAniPC {
    0% {
        transform: scale(0.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 30px rgba(34,134,255,0)
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0px rgba(34,134,255,0)
    }
}

@keyframes downloadBtnAniMobile {
    0% {
        transform: scale(0.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 30px rgba(34,134,255,0)
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0px rgba(34,134,255,0)
    }
}

body {
    background-color: #f0f0f1
}

header {
    box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.2470588235)
}

.ads-side-1 {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px
}

.ads-1 {
    margin-top: 20px
}

.main-ads-1 {
    margin-top: 10px
}

#container {
    width: 100%;
    padding: 15px max(max(min((100% - 1080px)/2,16.5rem),(100% - 1080px)/2),5rem) 20px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: calc(100% - 330px - 2.5rem) 330px;
    column-gap: 2.5rem;
    row-gap: 5px
}

#container .bread-crumb {
    width: 100%;
    height: 26px;
    grid-column: 1/3;
    display: flex;
    align-items: center
}

#container .bread-crumb .bread-home {
    height: 24px;
    margin-right: 4px
}

#container .bread-crumb .bread-home img {
    height: 100%
}

#container .bread-crumb a,#container .bread-crumb span {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    color: #a6a6a6
}

#container .bread-crumb svg {
    height: 8px;
    margin: 0 10px
}

#container article {
    width: 100%
}

#container article section {
    width: 100%;
    padding-bottom: 20px
}

#container article section:not(:first-of-type) {
    padding-top: 20px
}

#container article section:not(:first-of-type) h5 {
    font-size: 20px;
    font-weight: 500;
    color: #000
}

#container article #info-card {
    background-color: #fff;
    padding-bottom: 10px
}

#container article #info-card .info-card-container {
    width: 100%;
    height: 126px;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: center
}

#container article #info-card .info-card-container .app-icon {
    width: 106px;
    height: 106px;
    border-radius: 20%;
    overflow: hidden;
    flex: 0 0 auto;
    margin-right: 12px
}

#container article #info-card .info-card-container .app-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 5.5rem;
    flex: 1 1 auto
}

#container article #info-card .info-card-container .app-info .app-title {
    font-size: min(2.8rem,22px);
    font-weight: 500;
    line-height: 1.5
}

#container article #info-card .info-card-container .app-info .app-developer {
    font-size: 1.4rem;
    font-weight: 300;
    color: #666;
    line-height: 2.3rem
}

#container article #info-card .info-card-container .app-info .grade {
    height: 2rem;
    display: flex
}

#container article #info-card .info-card-container .app-info .grade .star {
    display: flex;
    align-items: center
}

#container article #info-card .info-card-container .app-info .grade .grade-num {
    font-size: 1.4rem;
    font-weight: 300;
    color: #666;
    margin-left: 1rem
}

#container article #info-card .info-card-container .app-info .app-description {
    margin-top: .9rem;
    font-size: 1.4rem;
    font-weight: 300;
    color: #666;
    line-height: 2.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden
}

#container article #info-card .info-card-container .download-btn {
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .8s;
    margin-bottom: 4px;
    padding: 0 35px;
    color: #fff;
    background: linear-gradient(236deg, #2286FF 0%, #38D9FF 100%);
    margin-bottom: 20px;
    animation: downloadBtnAni 2s ease-in-out infinite,downloadBtnAniPC 1.5s infinite;
    transition: all .3s cubic-bezier(0.2, 0.57, 0.36, 0.8);
    box-shadow: 0 0 0 0 rgba(34,134,255,.6);
    position: relative
}

#container article #info-card .info-card-container .download-btn:before {
    content: "Latest Apk";
    display: block;
    padding: 0px 5px;
    background-color: rgb(85,161.9230769231,255);
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    line-height: 1.2;
    border-radius: 0 0 0 5px
}

#container article #info-card .info-card-container .download-btn:hover {
    background: linear-gradient(236deg, rgb(8.5, 120.0384615385, 255) 0%, rgb(30.5, 212.1306532663, 255) 100%)
}

#container article #info-card .info-card-container .download-btn:active {
    background-color: rgb(110.3857142857,155.0571428571,240.6142857143);
    background-size: 100%;
    transition: background 0s
}

#container article #info-card .info-card-container .download-btn .icon {
    width: 2.4rem;
    height: 2.4rem
}

#container article #info-card .info-card-container .download-btn .icon img {
    width: 100%;
    height: auto
}

#container article #info-card .info-card-container .download-btn span {
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

#container article #info-card .info-card-container .download {
    width: 15rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto
}

#container article #info-card .info-card-container .download .download-box {
    width: 100%;
    position: relative;
    --bg: linear-gradient(to right, lighten(#407bec, 5%) 0%,transparent 0%, transparent 100%)
}

#container article #info-card .info-card-container .download .download-box .download-btn {
    width: 100%;
    height: 50px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,.2470588235);
    background-color: #407bec;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .8s;
    margin-bottom: 4px
}

#container article #info-card .info-card-container .download .download-box .download-btn:hover {
    background: rgb(87.1928571429,139.0285714286,238.3071428571) radial-gradient(circle, transparent 1%, rgb(87.1928571429, 139.0285714286, 238.3071428571) 1%) center/15000%
}

#container article #info-card .info-card-container .download .download-box .download-btn:active {
    background-color: rgb(110.3857142857,155.0571428571,240.6142857143);
    background-size: 100%;
    transition: background 0s
}

#container article #info-card .info-card-container .download .download-box .download-btn .icon {
    width: 2.4rem;
    height: 2.4rem
}

#container article #info-card .info-card-container .download .download-box .download-btn .icon img {
    width: 100%;
    height: auto
}

#container article #info-card .info-card-container .download .download-box .download-btn span {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff
}

#container article #info-card .info-card-container .download .download-box .loading {
    border: 1px solid #407bec;
    box-sizing: border-box;
    background: linear-gradient(to right, rgb(87.1928571429, 139.0285714286, 238.3071428571) 0%, rgb(87.1928571429, 139.0285714286, 238.3071428571) 0%, transparent 0%)
}

#container article #info-card .info-card-container .download .download-box .loading span {
    color: #4966f2 !important
}

#container article #info-card .info-card-container .download .install-total {
    font-size: 10px;
    color: #a6a6a6;
    font-weight: 300;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

#container article #info-card .info-card-container .download .install-total b {
    display: block;
    font-weight: 300;
    color: #666
}

#container article #about {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0
}

#container article #about h5 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 2.8rem
}

#container article #about ul {
    list-style: none;
    margin: 0 0;
    padding: 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #666
}

#container article #about ul li {
    border-bottom: 1px solid #666
}

#container article #about ul li .info-key {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 600;
    text-align: left;
    color: #000;
    padding: 10px 10px 0
}

#container article #about ul li .info-value {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
    color: #666;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#container article #about ul li:nth-child(odd) {
    border-right: 1px solid #666
}

#container article #about ul li:nth-last-child(2),#container article #about ul li:last-child {
    border-bottom: none
}

#container article #app-reviews {
    padding: 10px 0;
    font-size: 1.4rem;
    font-weight: 300;
    color: #666
}

#container article #app-reviews h5 {
    margin-bottom: 8px
}

#container article #app-reviews p {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.6rem;
    color: #666
}

#container article #app-reviews ul {
    padding: 0 0 0 2rem;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.6rem;
    color: #666
}

#container article #app-reviews ul li {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.6rem;
    color: #666
}

#container article #download {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 10px 0
}

#container article #download .download-group {
    width: 100%;
    margin-top: .8rem;
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 1.2rem) / 2));
    column-gap: 1.2rem;
    height: 50px
}

#container article #download .download-group a {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    background-color: rgba(64,123,236,.05);
    border: 1px solid #407bec;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .3;
    cursor: none;
    pointer-events: none
}

#container article #download .download-group a svg {
    height: 70%;
    width: auto
}

#container article #download .download-group a .right-icon {
    width: 0
}

#container article #download .download-group .enable {
    opacity: 1;
    cursor: pointer;
    pointer-events: all
}

#container article #download .download-group .enable .right-icon {
    visibility: visible;
    width: auto;
    height: 24px;
    margin-right: 1rem
}

#container article #download .download-group .disable {
    opacity: .3;
    cursor: none
}

#container article #rating {
    width: 100%;
    box-sizing: border-box
}

#container article #rating h5 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 2.8rem
}

#container article #rating .rating-container {
    width: 100%;
    display: flex;
    justify-content: space-between
}

#container article #rating .rating-container .rating-star {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0 5rem 0 2rem;
    box-sizing: border-box
}

#container article #rating .rating-container .rating-star .star-score {
    font-size: 3.4rem;
    font-weight: 500
}

#container article #rating .rating-container .rating-star .star {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

#container article #rating .rating-container .rating-star .star .half-star {
    width: 24px;
    height: 24px
}

#container article #rating .rating-container .rating-star .star .half-star img:first-child {
    width: 24px !important
}

#container article #rating .rating-container .rating-star span {
    font-size: 1.4rem;
    color: #666;
    margin-top: .8rem
}

#container article #rating .rating-container .rating-detail {
    width: 60%;
    list-style: none;
    margin: 0 0;
    padding: 0 0;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 5rem;
    box-sizing: border-box
}

#container article #rating .rating-container .rating-detail li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: .5rem;
    box-sizing: border-box
}

#container article #rating .rating-container .rating-detail li span {
    color: #666;
    display: inline-block;
    text-align: center
}

#container article #rating .rating-container .rating-detail li .score-progress {
    width: 90%;
    height: 1.2rem;
    border-radius: .6rem .6rem;
    overflow: hidden;
    background-color: #e6e6e6;
    position: relative
}

#container article #rating .rating-container .rating-detail li .score-progress b {
    display: block;
    background-color: #407bec;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: .6rem .6rem;
    overflow: hidden
}

#container article #screenshots h5 {
    margin-bottom: 8px
}

#container article #screenshots .screenshots-container {
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.01) calc(100% - 4rem), rgb(245, 245, 245) 100%);
    overflow: hidden
}

#container article #screenshots .screenshots-container .glide__slides {
    list-style: none;
    padding: 0 0;
    margin: 0 0;
    align-items: stretch
}

#container article #screenshots .screenshots-container .glide__slides li {
    height: 100%;
    max-height: 290px;
    border-radius: 8px;
    overflow: hidden;
    width: auto !important
}

#container article #screenshots .screenshots-container .glide__slides li a {
    display: block;
    height: 100%
}

#container article #screenshots .screenshots-container .glide__slides li a .preview-image {
    height: 100%
}

#container article #screenshots .screenshots-container button {
    width: 5.7rem;
    height: 5.7rem;
    background-color: #407bec;
    border-radius: 50%;
    border: none;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,.25);
    box-sizing: border-box
}

#container article #screenshots .screenshots-container button svg {
    height: 2rem;
    margin: auto auto
}

#container article #screenshots .screenshots-container button svg path {
    fill: #fff !important
}

#container article #screenshots .screenshots-container button::after {
    display: none
}

#container article #screenshots .screenshots-container .slide-prev {
    left: 2rem !important
}

#container article #screenshots .screenshots-container .slide-prev svg {
    transform: rotate(180deg)
}

#container article #screenshots .screenshots-container .slide-next {
    right: 2rem !important
}

#container article #recommends h5 {
    font-size: 1.8rem;
    margin-bottom: 8px
}

#container article #recommends .recommend-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, calc((100% - 20px) / 5));
    column-gap: 5px;
    row-gap: 18px;
    list-style: none;
    margin: 0 0;
    padding: 0 0
}

#container article #hots h5 {
    font-size: 1.8rem;
    margin-bottom: 8px
}

#container article #hots .hot-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, calc((100% - 20px) / 5));
    column-gap: 5px;
    row-gap: 18px;
    list-style: none;
    margin: 0 0;
    padding: 0 0
}

#container article #disclaimer .disclaimer-card {
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,.25)
}

#container article #disclaimer .disclaimer-card h5 {
    height: 5rem;
    font-size: 1.8rem;
    background-color: #fbfbfb;
    padding-left: 3rem;
    box-sizing: border-box;
    line-height: 5rem;
    border-bottom: 1px solid #e6e6e6
}

#container article #disclaimer .disclaimer-card .disclaimer-text {
    width: 100%;
    background-color: #fff;
    padding: 2rem 3rem;
    box-sizing: border-box
}

#container article #disclaimer .disclaimer-card .disclaimer-text p {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.1rem;
    color: #666
}

#container article #disclaimer .disclaimer-card .disclaimer-text p:not(:last-of-type) {
    padding-bottom: 8px
}

#container article #disclaimer .disclaimer-card .disclaimer-text p a {
    text-decoration: none;
    color: #00c9a9
}

#container aside {
    width: 100%
}

#container aside .like-container,#container aside .trending-container,#container aside .editor-choice-container {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px
}

#container aside .like-container .like-header,#container aside .trending-container .like-header,#container aside .editor-choice-container .like-header {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #666;
    line-height: 50px;
    text-indent: 12px
}

#container aside .like-container .header,#container aside .trending-container .header,#container aside .editor-choice-container .header {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 17px 0 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#container aside .like-container .header p,#container aside .trending-container .header p,#container aside .editor-choice-container .header p {
    font-size: 18px;
    font-weight: 500;
    color: #666
}

#container aside .like-container .header .more,#container aside .trending-container .header .more,#container aside .editor-choice-container .header .more {
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    color: #666
}

#container aside .like-container .like-list,#container aside .trending-container .like-list,#container aside .editor-choice-container .like-list {
    width: 100%;
    list-style: none;
    padding: 0 12px;
    margin: 0 0;
    box-sizing: border-box
}

#container aside .like-container .like-list li,#container aside .trending-container .like-list li,#container aside .editor-choice-container .like-list li {
    padding: 17px 0
}

.download-btns {
    width: 100%;
    padding: 0 9px
}

.download-btns .default-btn {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    text-align: center;
    color: #2898ff;
    border-radius: 25px;
    background-color: #e1f1ff;
    text-decoration: none;
    box-sizing: border-box
}

.download-btns .default-btn span {
    margin-left: 4px
}

.download-btns .download-btn {
    color: #fff;
    background: linear-gradient(236deg, #2286FF 0%, #38D9FF 100%);
    margin-bottom: 20px;
    animation: downloadBtnAni 2s ease-in-out infinite,downloadBtnAniPC 1.5s infinite;
    transition: all .3s cubic-bezier(0.2, 0.57, 0.36, 0.8);
    box-shadow: 0 0 0 0 rgba(34,134,255,.6)
}

/* Mobile Adaptation */
@media screen and (min-width: 769px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    /* Fix Font Scaling */
    html {
        font-size: 62.5% !important;
    }
    body {
        font-size: 1.6rem;
    }

    /* Header Adjustments */
    header {
        padding: 0 1.5rem;
    }
    header .ltr {
        gap: 0;
    }
    header .ltr #nav-link {
        display: none;
    }
    header .ltr .field-container{
        width:auto;
    }
    /* Top Banner Adjustments */
    #top {
        height: 20rem;
        background-size: cover;
    }
    #top .dynamic-area .field-container {
        width: 90%;
        height: 4rem;
    }
    #top .dynamic-area .site-name {
        font-size: 2.4rem;
        margin-bottom: 0.5rem;
    }
    #top .dynamic-area .desc {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }

    /* === Global Layout Refactor for Mobile === */
    /* Stack Container Content Vertically */
    #container {
        display: flex;
        flex-direction: column;
        padding: 1.5rem;
        gap: 2rem;
    }
    
    /* Force Article to Stack Children (Fixing Grid Squeeze on Detail Page) */
    #container article {
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
        grid-template-columns: none; /* Override PC Grid */
    }
    
    /* Move Sidebar to Bottom */
    #container aside {
        width: 100%;
        margin-top: 2rem;
        grid-row: auto;
        grid-column: auto;
    }

    /* === App Detail Page Specifics === */
    
    /* 1. Info Card Layout (Grid: Icon | Text \n Download) */
    #container article #info-card .info-card-container {
        display: grid;
        grid-template-columns: 80px 1fr;
        grid-template-rows: auto auto;
        gap: 1.5rem;
        padding: 1.5rem;
        height: auto;
    }
    
    #container article #info-card .info-card-container .app-icon {
        width: 80px;
        height: 80px;
        margin: 0;
        grid-row: 1;
        grid-column: 1;
    }
    
    #container article #info-card .info-card-container .app-info {
        margin: 0;
        width: auto;
        grid-row: 1;
        grid-column: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #container article #info-card .info-card-container .app-info .app-title {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }
    
    #container article #info-card .info-card-container .download-btn {
        grid-row: 2;
        grid-column: 1 / -1;
        width: 100%;
        margin: 0;
        padding: 0;
        height: 4.8rem;
    }

    /* 2. Version History Fix */
    .version-box, .version-box-content {
        width: 100% !important;
    }
    .version-item {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    /* 3. About / Details Fix */
    .app-detail-box-bottom {
        display: flex !important;
        flex-direction: column;
        gap: 1rem;
        grid-template-columns: none !important;
    }
    
    .app-detail-item {
        width: 100%;
    }

    /* 4. Screenshots Scroll Fix */
    #container article #screenshots .screenshots-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 8px;
    }
    
    #container article #screenshots .screenshots-container .swiper-wrapper {
        width: max-content;
        display: flex;
        padding-bottom: 10px;
        overflow: scroll;
    }
    
    #container article #screenshots .screenshots-container button {
        display: none !important;
    }

    /* 5. Recommendation Grids (Hot Apps / You May Like) */
    /* Change 5 columns to 3 columns for better fit */
 
    
    /* Hide descriptions in small grids to save space */
    #container article #hots .hot-list .card-desc,
    #container article #recommends .recommend-list .card-desc {
        display: none;
    }
    
    /* Ensure cards inside these grids display as block/flex properly */
    #container article #hots .hot-list .card,
    #container article #recommends .recommend-list .card {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
    }

    /* === Category Page / Search Results List View === */
    /* Target lists in the sidebar or category boxes */
    .category-container {
        padding: 0 1.5rem;
    }

    .category-container .category-box .category-list {
        display: flex;
        flex-direction: column;
        padding: 1.5rem;
        gap: 1.5rem;
    }
    
    /* Style Cards as horizontal rows in lists */
    /* Note: We use specific selectors to avoid affecting the hot/recommend grids */
    .category-container .category-box .category-list .card {
        display: grid;
        grid-template-columns: 7.2rem 1fr;
        grid-template-rows: auto auto auto;
        column-gap: 1.5rem;
        width: 100%;
        height: auto;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
        border-bottom: 1px solid #eee;
        align-items: center;
    }

    .category-container .category-box .category-list .card:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    /* Mobile Card Internals */
    .category-container .category-box .category-list .card .image-box {
        grid-row: 1 / 4;
        grid-column: 1;
        width: 100%;
        padding-bottom: 100% !important;
        height: 0;
        margin: 0;
        border-radius: 1.2rem;
    }

    .category-container .category-box .category-list .card .card-title {
        grid-row: 1;
        grid-column: 2;
        margin-top: 0;
        font-size: 1.6rem !important;
    }
    
    .category-container .category-box .category-list .card .card-desc {
        grid-row: 2;
        grid-column: 2;
        display: block !important;
        margin: 0;
    }
    
    .category-container .category-box .category-list .card .grade {
        grid-row: 3;
        grid-column: 2;
        padding: 0;
    }
    .glide.swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        overflow: scroll;
    }
    ul.swiper-wrapper.glide__slides {
        scrollbar-width: none;
    }
    /* Footer Adjustments */
    footer .info .info-group {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    footer .info .logo {
        width: 40%;
    }
}