* {
    box-sizing: border-box;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
html {
    transition: all ease 0.25s;
}
body {
    font-size: 14px;
    line-height: 1.78;
    font-family: ProductSans, system-ui, -apple-system, BlinkMacSystemFont,
        Segoe UI, "Open Sans", "Helvetica Neue", sans-serif, serif;
    color: #000;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button:focus,
input:focus {
    outline: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
footer,
header,
main,
section {
    display: block;
}
a {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
a,
a:hover,
a:visited {
    outline: 0;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    transition: opacity ease 0.25s;
    opacity: 1;
    -webkit-transition: opacity ease 0.25s;
    -moz-transition: opacity ease 0.25s;
    -ms-transition: opacity ease 0.25s;
    -o-transition: opacity ease 0.25s;
}
img[data-webpsrc] {
    opacity: 0;
}
img[data-src] {
    opacity: 0;
}
button {
    border: none;
    background: 0 0;
}
::-webkit-input-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #ccc;
}
:-ms-input-placeholder {
    color: #ccc;
}
.coverlink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.wrapper{
    padding-left: 20px;
    padding-right: 20px;
}
.header .wrapper {
    width: 100%;
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
}
.download-link,
.header,
.section-item {
    display: flex;
}
.download-link,
.header,
.section-item {
    align-items: center;
}
.download-link {
    justify-content: center;
}
#searchmenu,
#topmenu,
.breadcrumb {
    display: none;
}
.header {
    background-color: #654ee0;
}
.swiperbg {
    position: relative;
    overflow: hidden;
}
.swiperbg::before {
    position: absolute;
    content: "";
    height: 340px;
    width: 200%;
    background-color: #654ee0;
    border-radius: 400%;
    right: -80%;
    top: -200px;
}
.opacitybg,
.opacitybg2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
}
.opacitybg2 {
    background-color: transparent;
    top: 48px;
}
.navfix {
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    left: -110%;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-right-width: 0;
    overflow-y: scroll;
}
.navfix-ls {
    border-top: 1px solid #e8e8e8;
    height: calc(100vh - 45px);
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 100px;
}
.navfix-item {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.3s ease 0.05s;
    line-height: 45px;
    padding: 0 16px;
}
.navfix-link {
    line-height: 45px;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.navfix-link .icon20 {
    margin-right: 8px;
    fill: #654ee0;
}
#topmenu:checked + .opacitybg {
    display: block;
}
#topmenu:checked ~ .navfix {
    left: 0;
}
#topmenu:checked ~ .navfix .navfix-item {
    opacity: 1;
    transform: translateX(0);
}
#topmenu:checked ~ .navfix .navfix-item:nth-child(1) {
    transition-delay: 0.1s;
}
#topmenu:checked ~ .navfix .navfix-item:nth-child(2) {
    transition-delay: 0.1s;
}
#topmenu:checked ~ .navfix .navfix-item:nth-child(3) {
    transition-delay: 0.15s;
}
#topmenu:checked ~ .navfix .navfix-item:nth-child(4) {
    transition-delay: 0.2s;
}
#topmenu:checked ~ .navfix .navfix-item:nth-child(5) {
    transition-delay: 0.25s;
}
#topmenu:checked ~ .navfix .navfix-item:nth-child(6) {
    transition-delay: 0.3s;
}
#topmenu:checked ~ .topmenu-box {
    position: fixed;
    left: 16px;
    top: 20px;
}
#topmenu:checked ~ .topmenu-box .menu-icon {
    background-color: #fff;
}
#topmenu:checked ~ .topmenu-box .menu-icon::before {
    transform: rotate(45deg);
    background-color: #654ee0;
}
#topmenu:checked ~ .topmenu-box .menu-icon::after {
    transform-origin: 1px -2px;
    transform: rotate(-45deg);
    width: 20px;
    background-color: #654ee0;
}
.searchbox {
    position: absolute;
    right: 16px;
    top: 10px;
    background-color: #fff;
    height: 36px;
    border-radius: 36px;
    transition: all ease 0.25s;
    width: 0;
    overflow: hidden;
}
.search-form {
    height: 100%;
    margin-left: 16px;
    margin-right: 48px;
}
.search-input {
    font-size: 14px;
    height: 100%;
    border: none;
    width: 100%;
    background: 0 0;
}
.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 48px;
}
#searchmenu:checked ~ .searchbox {
    width: calc(100vw - 66px);
}
#searchmenu:checked ~ .searchbox .search-icon {
    border-color: #654ee0;
    top: 9px;
    right: 16px;
}
#searchmenu:checked ~ .searchbox .search-icon::after {
    background-color: #654ee0;
}
#searchmenu:checked ~ .opacitybg2 {
    display: block;
}
.logo {
    position: relative;
    height: 48px;
    margin: 0 auto;
    display: block;
    width: 135px;
    background-image: url(../images/game_logo.png);
    background-size: 135px 26px;
    background-position: center;
    background-repeat: no-repeat;
}
.ftlogo {
    margin: 20px 0 0;
}
.navfix .logo {
    background-image: url(../images/game_logo_blue.png);
}
.topmenu-box {
    position: absolute;
    width: 20px;
    height: 16px;
    top: 20px;
    left: 20px;
    z-index: 1000;
}
.menu-icon,
.menu-icon::after,
.menu-icon::before {
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.menu-icon {
    display: block;
    position: relative;
    z-index: 1000;
    width: 14px;
}
.menu-icon::after,
.menu-icon::before {
    content: "";
    position: absolute;
    top: 7px;
    transition: all ease 0.25s;
    left: 0;
}
.menu-icon::before {
    width: 20px;
}
.menu-icon::after {
    top: 14px;
    width: 10px;
}
.topsearch-box {
    width: 30px;
    height: 48px;
    position: absolute;
    right: 2px;
    top: 4px;
}
.search-icon {
    right: 20px;
    top: 16px;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    display: block;
    border-radius: 100%;
    transform: rotate(-45deg);
}
.search-icon::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 9px;
    display: block;
    background-color: #fff;
    top: 10px;
    left: 50%;
}
#searchmenu:checked ~ .searchbox {
    width: calc(100vw - 66px);
}
#searchmenu:checked ~ .opacitybg2 {
    display: block;
}
.footer {
    min-height: 192px;
    position: relative;
    overflow: hidden;
    margin-top: 16px;
}
.footer::before {
    content: "";
    position: absolute;
    background-color: #654ee0;
    height: 200%;
    width: 200%;
    left: -96%;
    border-radius: 400%;
}
.footcon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px 30px 0;
    color: #fff;
}
.pagetitle{
    line-height: 1.2;
    font-size: 24px;
    margin: 12px 0;
}
.gamebg{
    background-color: #654ee0;
    min-height: 100vh;
}
.game-trend
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

    margin-top: 4px;
    margin-bottom: 16px;
    margin-left: -16px;
}
.game-trend-item
{
    width: 33.3333%;
    margin-top: 16px;
    padding-left: 16px;
}
.game-trend-link
{
    position: relative;

    display: block;
}
.game-applogo
{
    background-color: #fff;
    /* border: 1px solid #e8e8e8; */
    border-radius: 16px;
    box-shadow: 0px 1px 3px 0px #5d6b842e,
    0px 6px 6px 0px #5d6b8426,
    0px 13px 8px 0px #5d6b8417,
    0px 23px 9px 0px #5d6b8408;
}
.game-appname,.home-appname
{
    display: none;
}
.game-section
{
    margin-top: 16px;
    margin-bottom: 16px;
}
.sudoku-ad-content
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

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

    transition: all ease .25s;
    pointer-events: none;

    opacity: 0;
    background: rgba(52, 58, 65, .6);

    -webkit-backdrop-filter: blur(15px);

            backdrop-filter: blur(15px);
}
.sudoku-ad-close
{
    position: absolute;
    top: 0;
    right: 0;

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

    width: 40px;
    height: 40px;

    cursor: pointer;
}
.icon-close
{
    width: 30px;
    height: 30px;
}
.watermelon-cover
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.watermelon-cover-img
{
    position: absolute;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;
}
.watermelon-cover-content
{
    font-family: ProductSans, Arial, sans-serif, serif;

    position: absolute;

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

    width: 100%;
    height: 100%;
}
.watermelon-cover-btn
{
    font-size: 24px;
    line-height: 76px;
    width: 240px;
    cursor: pointer;
    text-align: center;
    color: #111;
    border-radius: 38px;
    background-color: #ffbc00;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .16);
    transition: all ease .25s;
}
.mine-content
{
    position: relative;

    padding-top: 160%;

    background-color: #fff;
}
.start-appname
{
    font-size: 32px;

    margin-top: 24px;
    margin-bottom: 44px;
}
.game-content
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.game-hot .game-trend-item,
.game-temp-ad,
.adpc
{
    display: none;
}
.pageright
{
    display: none;
}
.start-applogo
{
    width: 150px;
    height: 150px;
    margin-bottom: 48px;

    border: 5px solid #fff;
    border-radius: 16%;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .16);
}
.home-list{
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(90px,1fr));
    grid-gap: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.home-item:nth-child(4),.home-item:nth-child(11),
.home-item:nth-child(13),.home-item:nth-child(20),.home-item:nth-child(28), .home-item:nth-child(41){
    grid-column-start: span 2;
    grid-row-start: span 2;
}
.home-applogo{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px;
}

@media screen and (min-width: 768px)
{
    .game-section
    {
        display: block;
    }
    .mine-content
    {
        position: relative;

        height: 520px;
        margin-top: 0;
        padding-top: 0;
    }
    .game-trend-item{
        width: 20%;
    }
}
@media screen and (min-width: 1200px)

{
    .content{
        display: flex;
    }
    .pageleft {
        width: 728px;
        flex: 0 0 728px;
    }
    .pageright {
        flex: 1;
        padding-left: 32px;
    }
    .navfix,
    .topmenu-box,
    .topsearch-box {
        display: none;
    }
    .header .wrapper {
        padding-top: 0;
        padding-bottom: 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .searchbox {
        display: block;
        width: 236px;
        top: 14px;
        right: 0;
    }
    .searchbox .search-icon {
        border-color: #654ee0;
        top: 11px;
    }
    .searchbox .search-icon::after {
        background-color: #654ee0;
    }
    .logo {
        display: inline-block;
        width: 170px;
        margin: 0;
        background-size: 170px 35px;
        height: 64px;
        flex: 0 0 170px;
    }
    .ftlogo {
        margin-top: 32px;
    }
    .wrapper{
        max-width: 1100px;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }
    .pageright
    {
        display: block;

        margin-top: 0;
    }
    .home-item:nth-child(4),.home-item:nth-child(11),
    .home-item:nth-child(13),.home-item:nth-child(20),.home-item:nth-child(28), .home-item:nth-child(41){
        grid-column-start: span 1;
        grid-row-start: span 1;
    }
    .home-item:nth-child(3),.home-item:nth-child(18){
        grid-column-start: span 3;
        grid-row-start: span 3;
    }
     .home-item:nth-child(4), .home-item:nth-child(5), .home-item:nth-child(7), .home-item:nth-child(12),.home-item:nth-child(20),.home-item:nth-child(21), .home-item:nth-child(31), .home-item:nth-child(36), .home-item:nth-child(41), .home-item:nth-child(46){
        grid-column-start: span 2;
        grid-row-start: span 2;
    }
    .game-trend-item
    {
        width: 20%;
    }
    .pageright .game-trend-item{
        width: 50%;
    }
    .adpc
    {
        display: block;
    }
    .admob
    {
        display: none;
    }
    .game-hot
    {
        display: flex;
        align-items: center;

        margin-left: -6px;
    }
    .game-hot-ad,
    .game-temp-ad
    {
        flex: 0 0 728px;

        width: 728px;
        margin-left: 6px;
    }
    .game-temp-ad,
    .ame-temp-ad
    {
        display: block;

        margin-top: 20px;
        margin-left: 12px;
    }
    .game-hot .game-trend-item
    {
        display: block;

        width: 126px;
        margin-top: 0;
        padding-left: 6px;
    }
    .game-appname,.home-appname
    {
        font-weight: bold;
        line-height: 1.2;

        position: absolute;
        z-index: 6;
        right: 0;
        bottom: 0;
        left: 0;

        display: block;

        padding: 10px 6px;

        transition: transform .3s ease .1s, opacity .3s ease .1s;
        transform: translateY(8px);
        text-align: center;

        opacity: 0;
        color: #fff;
    }
    .game-applogo
    {
        transition: transform .6s ease;
    }
    .game-trend-link:after
    {
        position: absolute;
        z-index: 5;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        transition: opacity .3s ease;
        transform: scale(1.04) translateY(-4px);
        opacity: 0;
        background: linear-gradient(#0000 25%,#0000004d);
        border-radius: 16px;
        contain: strict;
        will-change: opacity;
    }
    .game-trend-link:hover:after
    {
        opacity: 1;
    }
    .game-trend-link:hover .game-applogo
    {
        transition-duration: .3s;
        transform: scale(1.04) translateY(-4px);
    }
    .game-trend-link:hover .game-appname
    {
        transform: translate(0);

        opacity: 1;
    }
    .watermelon-cover-btn:hover{
        transform: scale(1.05);
    }
}
