* {
    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: ProductSans, Helvetica, Arial, system-ui, sans-serif, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4375;
    color: #111;
    -webkit-font-smoothing: antialiased;
}
button {
    border: 0;
    background: 0
}

li {
    list-style: none;
}

a {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
.header {
    width: 100%;
    -webkit-box-shadow: 0 1px 4px 0 hsla(0,0%,75%,.6);
    box-shadow: 0 1px 4px 0 hsla(0,0%,75%,.6);
    border-bottom: 1px solid #eee;
}



.header-con {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 54px;
    align-items: center;
}

.header-con .logo {

}

.search {
    position: absolute;
    overflow: hidden;
    height: 40px;
    transition: all ease .25s;
    background-color: #fff;
    width: 0;
}
.search-form {
    position: relative;
    overflow: hidden;
    height: 40px;
    border-radius: 8px;
    background-color: #f5f5f5;
}
.search-text {
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding: 0 12px;
    text-overflow: ellipsis;
    border: none;
    background-color: #f5f5f5;
}
.search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
}
.search-form .search-icon {
    position: absolute;
    top: 11px;
    right: 17px;
}
.search-icon {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    transform: rotate(-45deg);
    border: 2px solid #0d9f74;
    border-radius: 100%;
}
.search-icon::after {
    position: absolute;
    top: 11px;
    left: 50%;
    display: block;
    width: 2px;
    height: 8px;
    content: '';
    background-color: #0d9f74;
}
.header-icon {
    width: 24px;
    height: 24px;
}

.nav-text {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
    padding-right: 48px;
    text-align: right;
}

.nav-text .nav-item{
    margin-right:10px;
}

.menu-btn,.menu-search {
    display: none;
}

.search-layout {
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    padding:10px 20px;
    position: fixed;
    top:0;
    right: -110%;
    background: #fff;
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
}
.search-layout.open {
    right:0;
}
.search-layout .search {
    width: 100%;
}
.search-layout .header-bar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.search-layout .search {
    position: relative;
}

.section-margin {
    margin-top: 44px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
}
.section-title {
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px 0 0;
}
.keywords-ls {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
}
.keywords-item {
    border: 1px solid #ddd;
    padding: 5px 16px;
    border-radius: 20px;
    margin-top: 8px;
    margin-right: 8px;
    font-size: 16px;
}

.app-icon {
    aspect-ratio: 1;
    width: 100%;
}

.app-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rate-star {
    width: 15px;
    height: 15px;
}

.nav-layout {
    padding: 10px;
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    left: -110%;
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
}
.nav-layout.open {
    left: 0;
}
.nav-item {
    display: flex;
    margin: 5px 0;
    align-items: center;
    padding: 5px;
}
.nav-item span {
    margin-left: 10px;
}
.mask-bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10;
}

.wrapper {
    margin: 0 auto;
    padding: 0 16px;
}

.detail-layout {
    margin: 20px auto;
}
.app-header {
    display: flex;
}

.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%);
}

.app-header .app-icon img {
    width:100%;
    height: 100%;
    object-fit: cover;

}

.app-info {
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.app-name {
    font-size: 22px;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.app-detail {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.app-detail-item {
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
    margin-right: 16px;
}
.app-detail-item:nth-child(2) {
    padding: 0 16px;
    border-left: 1px solid rgb(0, 0, 0, 0.1);
    border-right: 1px solid rgb(0, 0, 0, 0.1);
}
.app-detail-item-desc {
    color: #666;
    font-size: 12px;
}

.s-icon {
    width: 10px;
    height: 10px;
}

.app-metas {
    margin:20px 0;
    width: 100%;
}

.app-meta-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.app-meta-item {
    width: 50%;
    font-size: 14px;
    line-height: 1.5;
}
.app-meta-item .item-h {
    font-weight: 700;
}
.app-meta-item .item-b {
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 24px;
    color: #666;
    font-weight: 400;
}

.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-top: 28px;
    padding-bottom: 12px;
}
.maxpic-slides {
    height: 100%;
}
.thumb-slides {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    scrollbar-width: none;
}


.slide {
    height: 100%;
    margin-right: 16px;
    border-radius: 24px;
}

.slide img {
    height: 198px;
}
.slide-pic {
    height: 198px;
    border-radius: 8px;
}

.download-btns {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
}

.download-btns .btn {
    width: 100%;
    height: 68px;
    font-size: 14px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.download-btns .btn-gp {
    background: #01875f;
}

.download-btns .btn-ios {
    background: rgba(0, 0, 0, 0.8);
}

.download-btns .btn-grey {
    background-color: #ddd;
}

.download-btns .btn span {
    margin-left: 10px;
    font-size: 20px;
}

.download-btns .btn:not(:first-child) {
    margin-top: 15px;
}

.btn-play {
    background: #488bea;
}

.related-app-list {
    display: grid;
    grid-template-columns: repeat(1,minmax(0,1fr));
}

.side-app-list {
    display: grid;
    grid-template-columns: repeat(1,minmax(0,1fr));
}

.related-game-list {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-gap: 10px;
}

.related-game-list .game-item{
    padding: 0px;
}
.related-game-list .game-item:hover{
    border: #0d9f74 1px solid;
}
.game-item {
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
}

.game-item .app-icon  {
    aspect-ratio: 1;
}

.game-item .app-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}


.app-item {
    padding: 12px;
    box-sizing: border-box;
    border-radius: 8px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.app-item .app-icon  {
    width: 72px;
    height: 72px;
}

.app-item .app-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
}

.app-item .app-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 64px;
}

.app-info .title, .game-item .title {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.app-info .cate, .game-item .cate {
    line-height: 22px;
    font-size: 14px;
    color: #666;
}

.app-info .score, .game-item .score {
    color: #666;
    fill: #666;
    line-height: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.app-item:hover, .game-item:hover {
    background: #f2f9f7;
}

/***  search-page ***/
.search-b {
    max-width: 600px;
    background-color: #f1f3f4;
    border-radius: 8px;
    margin-top: 24px;
    margin-bottom: 13px;

}

.search-b .search-form {
    display: flex;
    align-items: center;
    width: 100%;
    font-family: arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    height: 50px;
    padding: 10px;
}

.search-b .search-form .search-input {
    width: 100%;
    padding: 0;
    border: none;

    outline: none;
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    color: #202124;
    height: 40px;
    text-indent: 10px;
    font-size: 16px;
}

.search-form .delete-btn, .search-form .submit-btn {
    cursor: pointer;
}
.search-form .delete-btn {
    border-right: 1px solid #dadce0;
    padding-right: 10px;
}
.search-form .submit-btn {
    padding-left : 10px;
}

.result-text {
    color: #676767;
    font-size: 14px;
    border-bottom: 1px solid #e9e9e9;
    padding: 4px 16px 15px 0;
    text-align: left;
}

.noresult-tl {
    margin-top: 20px;
    margin-bottom: 18px;
}
.noresult-ls {
    margin: 15px 0;
}
.noresult-item {
    line-height: 20px;
    position: relative;
    padding-left: 3px;
}
.noresult-item::before {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 10px;
    content: '';
    vertical-align: middle;
    border-radius: 4px;
    background-color: #000;
}

.search-ls {

}
.search-item {
    position: relative;
    display: block;
    padding: 12px 0 9px;
    max-width: 600px;
}

.search-item .link {
    font-size: 12px;
    line-height: 16px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #202124;
}
.search-item .title a {
    font-size: 20px;
    line-height: 26px;
    overflow: hidden;
    padding-top: 11px;
    color: #1558d6;
}
.search-item .desc {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    color: #4d5156;
    -webkit-line-clamp: 3;
}
.space-dot {
    font-size: 14px;
    padding: 0 5px;
    font-weight: 700;
}

/**pager**/
.pager {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    background-color: #fff;
    max-width: 600px;
}
.pager li {
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
    -webkit-box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%),
    0 1px 3px 1px rgb(60 64 67 / 10%);
}
.pager li a {
    line-height: 40px;
    font-size: 16px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
.pager li.active {
    background-color: #2fc0b7;
    color: #fff;
    overflow: hidden;
}

.app-list {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.game-list {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.ad {
    margin-top: 20px;
    margin-bottom: 15px;
}

.ad-tips {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #666;
}

/***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;
}

@media screen and (max-width: 768px) {
    .menu-btn,.menu-search {
        display: block;
    }

    .nav-text {
        display: none;
    }

    .header-con .search {
        display: none;
    }
    .app-list {
        display: grid;
        grid-template-columns: repeat(1,minmax(0,1fr))
    }
    .game-list {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .expand-ad {
        width: calc(100% + 32px);
        margin-left: -16px;
    }

}

@media screen and (min-width: 768px) {
    .wrapper {
        width: 100%;
        max-width: 768px;
    }

    .search {
        position: relative;
        width: 200px;
    }

    .app-header .app-icon {
        width: 106px;
        height: 106px;
    }

    .app-name {

        font-size: 28px;
        line-height: 34px;
        position: relative;

        -webkit-line-clamp: 1;
    }

    .app-info {
        padding-left: 24px;
    }

    .app-detail-item {
        margin-right: 24px;
        font-size: 14px;
    }

    .app-detail-item:nth-child(2) {
        padding: 0 24px;
        border-left: 1px solid rgb(0, 0, 0, 0.1);
        border-right: 1px solid rgb(0, 0, 0, 0.1);
    }

    .app-meta-item {
        width: 25%;
    }

    .download-btns {
        display:flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .download-btns .btn-group {
        width: calc( 50% - 10px );
    }

    .download-btns .btn-group:not(:first-child) {
        margin-top: 0px;
    }

    .related-app-list {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .side-app-list {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .app-list {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .game-list {
        display: grid;
        grid-template-columns: repeat(6,minmax(0,1fr))
    }

    .related-game-list {
        display: grid;
        grid-template-columns: repeat(5,minmax(0,1fr));
    }
}

@media screen and (min-width: 1024px) {
    .wrapper {
        width: 100%;
        max-width: 1024px;
    }

    .search {
        position: relative;
        top: 0;
        right: 0;
        width: 300px;
    }

    .detail-layout {
        display: flex;
    }

    .page-left {
        width: 100%;
        max-width: 728px;
    }

    .page-right {
        margin-left:20px;
        flex-grow: 1;
    }

    .side-app-list {
        display: grid;
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .app-list {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .game-list {
        display: grid;
        grid-template-columns: repeat(9,minmax(0,1fr))
    }
}

@media screen and (min-width: 1200px) {
    .wrapper {
        max-width: 1162px;
    }

    .header-con {
        height: 64px;
    }
}


/***footer***/

footer {
    background-color: #fff;
    position: relative;
    height: 100px;
    box-sizing: border-box;
    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;
}


/****special***/
.app-item-big {
    padding: 20px 0;
}

.app-card-big {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0px 5px;
    /*padding: 20px 0;*/
    /*margin-bottom: 20px;*/
    /*border-bottom: 1px solid #E4E4E4;*/
}

.app-card-big .app-basic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.app-card-big .app-basic .info {
    display: flex;
    align-items: center;
}

.app-card-big .app-basic .info img {
    width: 72px;
    height: 72px;
    border-radius: 18%;
    border: 1px solid #E4E4E4;
    background: #FFF;
}
.app-card-big .app-basic .info .title{
    margin-left: 16px;
}

.app-card-big .app-basic .info .title p {
    margin-top: 0;
    margin-bottom: 12px;
}
.app-card-big .app-basic .info .title .name {
    color: #1A1A1A;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 137%;
}


.app-card-big .app-basic .info .title .cate {
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.app-card-big .app-basic .app-detail {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.app-card-big .app-cover  {
    height: 201px;
    border-radius: 8px;
    overflow: hidden;
    width: 50%;
}

.app-card-big .app-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-card-big .start {
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    border-radius: 16px;
    border: 5px solid #278627;
    background: radial-gradient(116.12% 61.84% at 1.28% 29.01%, rgba(108, 231, 108, 0.24) 99.74%, rgba(20, 164, 20, 0.8) 100%), linear-gradient(180deg, #24C224 2.55%, #169516 95.71%);
    background-blend-mode: lighten, normal;
    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.app-item-big .app-desc {
    margin-top:20px;
}

@media screen and (max-width: 600px) {
    .app-card-big {
        flex-direction: column;

    }

    .app-card-big .app-basic {
        width: 100%;
    }

    .app-card-big .app-cover  {
        width: 100%;
        margin-top:15px
    }
}


/**** 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;
}
