@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

    vertical-align: baseline;
}
input:focus {
    outline: none;
}
body {
    font-family: "Roboto", sans-serif, Roboto, Opensans, Arial, Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4375;
    color: #111;
    -webkit-font-smoothing: antialiased;
}
img {
    width: 100%;
    max-width: 100%;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
}
button {
    border: 0;
    background: 0
}

li {
    list-style: none;
}

a {

    cursor: pointer;
    text-decoration: none;
    color: #000;
}

body {

}

.wrapper {
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 16px;
}
@media (min-width: 1210px) {
    .wrapper { padding: 0; }
}


.detail-page {
    padding: 10px;
}


.page-left {
    background: white;
    overflow: hidden;
    flex-grow: 1;
}

.detail-right {

    flex-grow: 1;
    flex-shrink: 0;
}

.detail-info .info {
    flex-shrink: 0;
}

.box-ad {
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.box-ad ins.adsbygoogle {
    display: block;
    width: 100%;
    height: 280px;
}

/* ---- Fixed-size ad slot system ----
   All page ad slots render inside .ad-box so Google responsive ads
   can never blow out the column width/height. Mirrors apkpac layout. */
.ad-box {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 16px 0;
    overflow: hidden;
    background: transparent;
    padding: 6px 0 8px;
    box-sizing: border-box;
}
.ad-box .ads-tips {
    color: #999;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
    text-align: left;
}
.ad-box ins.adsbygoogle {
    display: block !important;
    width: 100% !important;
    max-width: 100%;
    height: 250px;
    overflow: hidden;
}
@media (min-width: 336px) {
    .ad-box ins.adsbygoogle { height: 280px; }
}
/* Inline content ad — full-width 280 tall */
.ad-box-inline ins.adsbygoogle { height: 280px; }
/* Square-ish banner used next to the app header */
.ad-box-header {
    max-width: 336px;
    margin: 0;
}
.ad-box-header ins.adsbygoogle {
    height: 280px;
}

/* Reorderable top region: on wide screens meta stays left, ad right;
   on narrow screens the ad renders above the meta box. */
.top-box {
    display: flex;
    flex-direction: column;
}
.top-1 { order: 0; }
.top-2 { order: -1; }

.header-title {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.app-title {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.app-title .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.app-title .developer {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
}

.app-header {
    display: flex;
}

.app-header .app-title {
    margin-left: 10px;
}

.app-header .app-icon {
    width: 80px;
    height: 80px;
    border-radius: 20%;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
    flex-shrink: 0;
}

.app-icon {
    aspect-ratio: 1;
    width: 100%;
}

.app-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s-icon {
    width: 10px;
    height: 10px;
}
.s-icon-2 {
    width: 15px;
    height: 15px;
}

.app-metas {

    margin-top:20px;
}
.app-metas ul li {
    display: flex;
    margin-top: 10px;
}
.app-metas ul li p{
    width: 140px;
}
.app-metas ul li small{
    text-align: right;
    width: calc(100% - 150px);
    color: #70554f;
    font-weight: 600;
}
.leftbtn,
.rightbtn
{
    position: absolute;
    top: 50%;
    display: block;
    /*display: none;
    */
    width: 36px;
    height: 36px;
    margin-top: -18px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 18px;
}

.leftbtn::after,
.rightbtn::after
{
    position: absolute;
    top: 12px;
    left: 10px;

    display: block;

    width: 8px;
    height: 8px;

    content: '';
    transform: rotate(-45deg);

    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
}

.leftbtn::after
{
    left: 14px;

    transform: rotate(135deg);
}
.leftbtn
{
    left: -12px;
}

.rightbtn
{
    right: -12px;
}

.app-thumbs {
    position: relative;
    width: 100%;
    padding-bottom: 12px;
}
.maxpic-slides {
    height: 100%;
}
.thumb-slides {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    scrollbar-width: none;
}


.slide {
    flex-shrink: 0;
    margin-right: 16px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-pic {
    max-height: 250px;
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
    display: block;
    border-radius: 8px;
}

section h5 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

section h5 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

section h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 90px;
    height: 6px;
    background-color: #555;
}

.page-left section h5 {
    margin: 15px 0;
}

.page-left section {
    margin: 15px 0;
}

.game-item {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.game-item .game-icon  {
    aspect-ratio: 1;
}

.game-item .game-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.game-item .game-title  {
    color: #fff;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .25rem;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    --bezier: cubic-bezier(0.25,0.1,0.25,1);
    transition: transform 0.3s var(--bezier) 0.1s, opacity 0.3s var(--bezier) 0.1s;
    transform: translate3d(0px, 8px, 0px);
    font-weight: 700;
}
.game-item:hover {
    background: #f2f9f7;
}
.game-item:hover .game-title {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

.page-left .game-list {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-gap: 10px;
}

.ads-tips {
    color: #999;
    font-size: 12px;

}

.ads {
    margin: 20px 0;
    overflow: hidden;
}
.ads ins.adsbygoogle {
    display: block;
    width: 100%;
    height: 280px;
    max-height: 280px;
    overflow: hidden;
}




.btn {
    width: 100%;
    border-radius: 4px;
    height: 60px;
    overflow: hidden;
    background-color: rgba(0, 201, 169, .05);
    border: 1px solid #00a890;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: .3;
    cursor: none;
    pointer-events: none;
    text-decoration: none;
    padding: .5rem 0;
}

.btn-down {
    margin: 10px;
    background: #2296F5;
    border: 0;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    height: 45px;
    line-height: 45px;
    height: 50px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-down .cta {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.btn-down .tips {
    font-size: 12px;
    color: #999;
}
.btn.enable {
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

.download-btns .btn-gp {

}

.download-btns .btn-ios {

}

.download-btns .btn {
    font-size: 0.6rem;
    color: gray;
    margin-top: .3rem;
}

.download-btns .btn span {
    font-size: 0.6rem;
    color: gray;
    margin-top: .3rem;
}

.show-md {
    display: none;
}

.score span{
    font-size: 12px;
    line-height: 16px;
    color: #666;
}

@media screen and (max-width: 767px) {
    .download-btns .btn:not(:first-child) {
        margin-top: 15px;
    }
}

@media screen and (min-width: 768px) {
    .detail-info {
        display: flex;
    }

    .detail-info .info{
        width: 380px;
    }

    .detail-right {
        display: block;
        margin-left: 10px;
        width: 336px;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .app-header .app-icon {
        width: 106px;
        height: 106px;
    }

    .hide-md {
        display: none;
    }
    .show-md {
        display: block;
    }

    .download-btns {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(2,minmax(0,1fr));
        margin: 15px 0;
    }

    .page-left .game-list {
        display: grid;
        grid-template-columns: repeat(5,minmax(0,1fr));
        grid-gap: 10px;
    }
    .right-list {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-gap: 10px;
    }
}
@media screen and (min-width: 820px) {
    .detail-info .info{
        width: 380px;
    }

}
@media screen and (min-width: 1024px ) and (max-width: 1279px) {
    .detail-info .info{
        width: 380px;
    }
    .page-left .game-list {
        display: grid;
        grid-template-columns: repeat(6,minmax(0,1fr));
        grid-gap: 10px;
    }

    .right-list {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-gap: 10px;
    }
}

@media screen and (min-width: 1210px) {
    .detail-page {
        margin:0 auto;
        display: flex;
        padding-top: 10px;
    }
    .page-right {
        margin-left: 60px;
        flex: 1;
        min-width: 0;
    }

    .page-left {
        width: 728px;
        min-width: 0;
        flex-shrink: 0;
        flex-grow: 0;
    }

    .right-list {
        display: grid;
        grid-template-columns: repeat(1,minmax(0,1fr));
        grid-gap: 10px;
    }
}

/***home**/
.item-1 {
    grid-area: 1/2/3/4
}

.item-2 {
    grid-area: 6/1/8/3
}


@media (min-width: 500px) {
    .item-1 {
        grid-area:1/2/3/4
    }
    .item-2 {
        grid-area:4/3/6/5
    }


}

@media (min-width: 640px) {
    .item-1 {
        grid-area:1/1/3/3
    }
    .item-2 {
        grid-area:3/3/5/5
    }

}

@media (min-width: 768px) {
    .item-1 {
        grid-area:1/2/3/4
    }
    .item-2 {
        grid-area:3/4/5/6
    }


}

@media (min-width: 1024px) {
    .item-1 {
        grid-area:1/2/3/4
    }

    .item-2 {
        grid-area:3/4/5/6
    }


}

@media (min-width: 1280px) {
    .item-1 {
        grid-area:1/2/3/4
    }
    .item-2 {
        grid-area:2/5/4/7
    }


}

@media (min-width: 1536px) {
    .item-1 {
        grid-area:1/3/3/5
    }

    .item-2 {
        grid-area:2/6/4/8
    }
}


.game-list-2 {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3,minmax(0,1fr))
}


@media (min-width:104px) and (max-width:543px) {
    .game-list-2 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }
}

@media (min-width:544px) and (max-width:763px) {
    .game-list-2 {
        grid-template-columns: repeat(5,minmax(0,1fr))
    }
}

@media (min-width:764px) and (max-width:1204px) {
    .game-list-2 {
        grid-template-columns: repeat(7,minmax(0,1fr))
    }
}

@media (min-width:1204px) and (max-width:1313px) {
    .game-list-2 {
        grid-template-columns: repeat(11,minmax(0,1fr))
    }
}

@media (min-width:1314px) and (max-width:1533px) {
    .game-list-2 {
        grid-template-columns: repeat(12,minmax(0,1fr))
    }
}

@media (min-width:1534px) and (max-width:1863px) {
    .game-list-2 {
        grid-template-columns: repeat(14,minmax(0,1fr))
    }
}

@media (min-width:1864px) {
    .game-list-2 {
        grid-template-columns: repeat(17,minmax(0,1fr))
    }
}

/*******/
.game-home-layout {
    width: 100%;
    padding: 10px;
    margin: auto;
    background: #0073dd;
}


/***entry***/

.entry h1 {
    margin: 25px 0;
    line-height: 30px
}

.entry h2 {
    margin: 20px 0
}

.entry h3 {
    margin: 18px 0
}

.entry h4 {
    margin: 16px 0
}

.entry h5 {
    margin: 15px 0
}

.entry {
    font-weight: 400;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 25px
}

.entry p:first-of-type {
    margin-top: 0
}

.entry .aligncenter,.section a.more {
    display: block;
    margin: auto;
    text-align: center
}

.entry blockquote {
    border-left: 4px solid #f2f2f2;
    padding: 0 15px;
    font-style: italic
}

.entry .alignright {
    float: right;
    margin: 0 0 15px 15px
}



.entry ol,.entry ul {
    margin: 0 0 20px 15px
}

.entry li {
    margin: 0 0 5px
}

.entry ol li {
    list-style: decimal
}

.entry ul li {
    list-style: disc
}

.entry iframe {
    max-width: 100%
}
.entry p {
    margin: 0 0 15px;
}

.entry h1 {
    margin: 25px 0;
    line-height: 30px
}

.entry h2 {
    margin: 20px 0
}

.entry h3 {
    margin: 18px 0
}

.entry h4 {
    margin: 16px 0
}

.entry h5 {
    margin: 15px 0
}

.entry {
    font-weight: 400;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 25px
}

.entry p:first-of-type {
    margin-top: 0
}

.entry .aligncenter,.section a.more {
    display: block;
    margin: auto;
    text-align: center
}

.entry blockquote {
    border-left: 4px solid #f2f2f2;
    padding: 0 15px;
    font-style: italic
}

.entry .alignright {
    float: right;
    margin: 0 0 15px 15px
}



.entry ol,.entry ul {
    margin: 0 0 20px 15px
}

.entry li {
    margin: 0 0 5px
}

.entry ol li {
    list-style: decimal
}

.entry ul li {
    list-style: disc
}

.entry iframe {
    max-width: 100%
}
.entry p {
    margin: 0 0 15px;
}
.game-list-3 {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    padding-bottom: 10px;
    scroll-behavior: smooth;
}

.game-list-3::-webkit-scrollbar {
    height: 8px;
}

.game-list-3::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}
.game-list-3 .game-item {
    width: 120px;
    height: 120px;
    flex: 0 0 auto;
}



.game-item-column {
    background-color: #fff;
    display: flex;
    border-radius: 10px;
    transition: transform .3s ease;
    padding:10px;
}

.game-item-column .app-icon {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
}

.game-item-column:hover{
    transform:scale(1.06);
    z-index:6000;
    background: #edeff4;
}

.game-item-column .right-info {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: calc(100% - 90px);
}
.game-item-column .right-info h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.game-item-column .right-info .cate {
    font-size: 14px;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #999;
    position: relative;
    z-index: 2;
}

.game-item-column .download-icon {
    display: flex;
    align-items: center;
}

/***article***/
.article-wrapper {
    position: relative;
    overflow: hidden;
    max-height: 100px;
    transition: max-height 0.5s ease;
}

.article-wrapper.expanded {
    max-height: none;
}

.article-content {
    padding-bottom: 60px; /* 为按钮留位置 */
}

.fade-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    display: flex;
    justify-content: center;
    align-items: flex-end;
    pointer-events: none;
}

.toggle-button {
    background: white;
    border: 1px solid #1a73e8;
    color: #1a73e8;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    pointer-events: auto;
    margin-bottom: 10px;
    z-index: 2;
    transition: all 0.2s ease;
}

.fade-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    display: flex;
    justify-content: center;
    align-items: flex-end;
    pointer-events: none;
}

.toggle-button {
    background: white;
    border: 1px solid #1a73e8;
    color: #1a73e8;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    pointer-events: auto;
    margin-bottom: 10px;
    z-index: 2;
    transition: all 0.2s ease;
}



/**** detail loading box ***/
.overlay,.loading-box {
    position: relative;
}

.overlay:before,.loading-box:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}

.overlay:before,.loading-box:before {
    border: 1rem solid hsla(0,0%,100%,.25);
    border-top-color: #6dd829;
    border-radius: 50%;
    animation: turnAround .6s linear infinite;
    width: 5.25rem;
    height: 5.25rem;
}

@keyframes turnAround {
    0% {
        transform: translate(-50%,-50%) rotate(0)
    }

    to {
        transform: translate(-50%,-50%) rotate(359deg)
    }
}

.desc-play .loading {
    background: #b9bcb9;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 10000;
}


/***footer***/

footer {
    background-color: #fff;
    position: relative;
    height: 100px;
    border-top: 1px solid #eee;
    margin-top:20px;
}

.footer-content {
    padding-top: 22px;
    position: relative;
    width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .links {
    text-align: center;
    margin: auto 0 auto 40px;
}

footer .links a {
    color: #9c9c9c;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.introduce {
    color: #9c9c9c;
    display: block;
    text-align: center;
    position: relative;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
}

/* ============================================================
  
   ============================================================ */
.pdbox { padding-left: 24px; padding-right: 24px; }
@media (max-width: 767px) { .pdbox { padding-left: 16px; padding-right: 16px; } }

.h2tit {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 40px;
    color: #111;
}

/* layout */
.doublebox {
    max-width: 1210px;
    margin: 28px auto 0;
}
.rightbox,
.leftbox { max-width: 728px; }
@media screen and (min-width: 1025px) {
    .doublebox { display: flex; gap: 60px; }
    .leftbox { width: 728px; flex-shrink: 0; }
    .rightbox { flex: 1; min-width: 0; }
    .rightbox .app-item { width: 100%; }
}

/* banner */
.banner {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.banner-img {
    width: 106px;
    height: 106px;
    flex-shrink: 0;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.2), 0 1px 3px 1px rgba(60,64,67,.1);
    border-radius: 20%;
    object-fit: cover;
}
.banner-info {
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 96px;
    flex: 1;
    min-width: 0;
}
.banner-title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #111;
    word-break: break-word;
}
.banner-other {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 24px;
    margin-top: 12px;
}
.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;
    color: #111;
}
.banner-info-line {
    height: 24px;
    width: 1px;
    background-color: rgba(0,0,0,.1);
}
.banner-info-main {
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    fill: #FFAF14;
}
.banner-info-main svg { width: 14px; height: 14px; }
.banner-info-des {
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 12px;
}

/* infolist */
.infolist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
    margin-bottom: 20px;
}
.infolist-item {
    width: 100%;
    display: flex;
    border: 1px solid #e5e7eb;
    border-bottom: 0;
    font-size: 14px;
}
.infolist-item:last-child { border-bottom: 1px solid #e5e7eb; }
.infolist-item-tit,
.infolist-item-des {
    font-weight: 700;
    padding: 8px 12px;
    flex: 1;
    width: 50%;
}
.infolist-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: #666;
}
.infolist-item-tit {
    max-width: 230px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #111;
}
.infolist-item-des {
    border-left: 1px solid #e5e7eb;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* btnbox */
.btnbox {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
}
.btnbox-download,
.btnbox-goplay,
.btnbox-apple {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #01875f;
    border-radius: 10px;
    fill: #fff;
    color: #fff;
    height: 72px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.btnbox-download { background-color: #2fc0b7; }
.btnbox-apple { background-color: rgba(0,0,0,.85); }
.btnbox-goplay:hover { background-color: #056449; }
.btnbox-download:hover { background-color: #2cb3ab; }
.btnbox-apple:hover { background-color: #000; }
.btnbox-disabled {
    background-color: #ccc !important;
    color: #999 !important;
    fill: #999 !important;
    cursor: not-allowed;
    pointer-events: none;
}
.btnbox svg { width: 26px; height: 26px; }

/* picbox */
.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,.16);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #888;
    user-select: none;
}
.pic-left { left: -20px; }
.pic-right { right: -20px; }
@media (max-width: 767px) {
    .pic-left, .pic-right { display: none; }
}
.slides {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 16px;
    height: 220px;
    align-items: center;
    padding: 2px;
}
.slides::-webkit-scrollbar { display: none; }
.slides-item {
    border-radius: 12px;
    height: 200px;
    width: auto;
    flex-shrink: 0;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.2), 0 1px 3px 1px rgba(60,64,67,.1);
    object-fit: cover;
}

/* article (apkpac-scoped; uses .art-apk to avoid collisions) */
.art-apk {
    font-family: Helvetica, Arial, system-ui, sans-serif;
    margin-bottom: 30px;
    color: #111;
    line-height: 1.6;
}
.art-apk h3 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 28px;
    margin-bottom: 12px;
    font-weight: 700;
}
.art-apk h4 {
    padding-top: 12px;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
}
.art-apk p { padding-bottom: 12px; }
.art-apk ul, .art-apk ol { padding-left: 20px; margin: 8px 0 16px; }
.art-apk li { margin: 6px 0; }
.art-apk img { max-width: 100%; height: auto; border-radius: 8px; }

/* ratings */
.ratings {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
}
.ratings-left {
    padding-right: 24px;
    box-sizing: border-box;
    width: 25%;
    min-width: 120px;
}
.ratings-me {
    display: flex;
    justify-content: center;
    gap: 2px;
    margin: 8px 0;
    fill: #FFAF14;
}
.ratings-me svg { width: 18px; height: 18px; }
.ratings-left-grade {
    line-height: 56px;
    font-size: 48px;
    text-align: center;
    font-weight: 700;
    color: #111;
}
.ratings-left-vot {
    font-size: 14px;
    text-align: center;
    color: #666;
}
.ratings-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px;
    flex: 1 1 0%;
}
.ratings-right-item {
    display: flex;
    align-items: center;
}
.right-item-grade {
    width: 8px;
    font-size: 14px;
    color: #111;
}
.right-item-peo {
    height: 10px;
    background-color: #efeff4;
    margin-left: 16px;
    flex: 1 1 0%;
    border-radius: 16px;
    overflow: hidden;
}
.peo-num {
    height: 100%;
    background-color: #2fc0b7;
    border-radius: 24px;
}

/* apps grid / top-apps sidebar */
.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;
    text-decoration: none;
    color: inherit;
}
.app-item:hover { background-color: #f5f5f5; }
@media (max-width: 600px) {
    .apps { width: 100%; margin-left: 0; }
    .app-item { width: 100%; padding: 10px 0; }
}
.app-img {
    height: 72px;
    width: 72px;
    min-width: 72px;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.2), 0 1px 3px 1px rgba(60,64,67,.1);
    flex-shrink: 0;
    object-fit: cover;
}
.app-info { min-width: 0; flex: 1; }
.app-tit {
    font-size: 16px;
    line-height: 22px;
    color: #111;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.app-cat {
    line-height: 22px;
    font-size: 14px;
    color: #666;
}
.app-score {
    color: #666;
    fill: #FFAF14;
    line-height: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.app-score svg { width: 12px; height: 12px; }

/* apkpac ad slots */
.adslot_box { margin: 24px 0; }
.adslot_1, .adslot_2, .adslot_3 {
    display: block;
    width: 100%;
    height: 250px;
    background: transparent;
}
@media (min-width: 336px) {
    .adslot_1, .adslot_2, .adslot_3 { height: 280px; }
}
