@charset "utf-8";


html,
body {
    width: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}


h2 {
    color: #000000;
}


a {
    text-decoration: none;
    color: rgb(0, 0, 24);
    cursor: pointer;
}


.adslot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    width: 100%;
}


.ad-container {
    margin: 16px auto;
}


.ad-container[data-ad-index="0"] {
    margin-top: 0;
}


.gptslot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    min-height: 250px;
    max-width: 300px;
    margin: 0 auto;
    /* background-color: #0000005a; */
}


.ad-label {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    position: relative;
    padding: 5px 0px 2px 0px;
    font-size: 14px;

    color: rgb(70, 70, 70);
}


.ion_top_box {
    width: 100%;
    height: 56px;
    background-color: #fff;
    position: relative;
}


.ion_top_box .tnode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    width: 60%;
    max-width: 1200px;
    height: 56px;
    margin: 0 auto;
}


.ion_top-menu {
    position: absolute;
    left: 0;
    bottom: -0px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;

    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.25s ease;
    transition: height 0.25s ease;
    z-index: 20;
}


.ion_top-menu.show {
    height: 56px;
}


.menu-ion-item {
    background: none;
    border: none;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}


.menu-ion-item:hover {
    color: #007aff;
}


.menu-ion-item.allgames {
    font-weight: 600;
}


.menu-close {
    font-size: 15px;
    padding: 2px 10px;
}


.ion_fav {
    width: 160px;
    height: 100%;
}


.ion_fav .rootbg {
    display: inline-block;
    width: 160px;
    height: 100%;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}


.ion_bottombox .ion_fav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}


.tnode .ion_left,
.tnode .ion_right {
    width: 25%;
}


.ion_left .logo {
    float: left;
    width: 38px;
    height: 38px;
    border-radius: 25px;
    margin: 9px 10px;
    background: url(../../images/menu-black.b6d0c3a.png) center/cover;
    cursor: pointer;
}


.ion_right .ion_search {
    float: right;
    width: 38px;
    height: 38px;
    border-radius: 25px;
    margin: 9px 10px 9px 0px;
    background: url(../../images/search.70b6f01.png) center/cover;
    cursor: pointer;

}


.ion_search-box {
    display: none;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 48px;
    margin: 3px 0;
    padding: 0 5px 0 0;
    border: 2px solid #ccc;
    border-radius: 7px;
    background-color: #fff;
    overflow: hidden;
}


.ion_search-btn,
.ion_search-close-btn {
    margin-left: 10px;
    width: 25px;
    aspect-ratio: 1;
    background-image: url(../../images/search.70b6f01.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    background-color: transparent;
}


.ion_search-btn {
    float: right;
    height: 48px;
    width: 35px;
    margin: 3px 0;
    background-image: url(../../images/search.70b6f01.png);
}


.ion_search-close-btn {
    position: absolute;
    right: 5px;
    top: 10px;
}


.myInput {
    height: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    margin: 8px 0;
    outline: 0;
    font-size: 1rem;
    border-radius: 6px;
    border: 0;
    color: #6a6f77;
    display: inline-block;
    padding: 0 1em;
    text-decoration: none;
}


.ion_bottombox {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
}


.ion_bottombox .ion_fav {
    width: 100%;
    height: 60px;
}


.ion_bottombox .ion_fav .rootbg {
    margin: auto;
    width: 200px;
    height: 100%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}


.ion_bottombox .ion_btxt {
    color: #ffffff;
    margin: auto;
    width: 100%;
    line-height: 25px;
    font-size: 13px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    max-width: 500px;

}


.ion_btxt div {
    font-size: 18px;
}


.ion_btxt a {
    color: #ffffff;
}


#awebsite {
    color: blue;
}


.inbox {
    width: 70%;

    min-height: 80vh;
    max-width: 1200px;
    margin: 10px auto;
}


.inbox .gamebox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 98%;
    margin: 0;
    margin: 0px auto 10px;
    border-radius: 15px;
    background-color: #fff;

}


.title-box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 40px;

    background-color: #ffffffe3;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
}


.title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 40px;
    padding-left: 10px;
    color: black;
    position: relative;
    --bar-bg: #000000be;
}


.title::before {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 6px;
    width: 28px;
    height: 3px;
    background-color: var(--bar-bg);
    border-radius: 2px;
}


.more {
    width: auto;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #0000007a;
    font-size: 0.9rem;
    color: white;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border: #6a6f77 1px solid;
}


.game-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 15px;
}


.game-img {
    width: 100%;
    aspect-ratio: 1;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    border-radius: 15px;
    height: 150px;
}


.game-name {
    width: 90%;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    height: 16px;
    white-space: nowrap;


    overflow: hidden;
    text-overflow: ellipsis;
}


@media screen and (max-width:900px) {
    .inbox {
        width: 100%;
        margin-top: 5px;
    }

    .ion_top_box .tnode {
        width: 90%;
    }

    .tnode .ion_left,
    .tnode .ion_right {
        width: -webkit-calc((100% - 170px)/2);
        width: calc((100% - 170px)/2);
    }
}


@media screen and (max-width:470px) {

    .ion_bottombox .ion_btxt {
        font-size: 12px;
    }

    .tnode .ion_right {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
                flex: 1;
    }

    .myInput {
        padding: 0 0.5em;
    }

    .game-name {
        font-size: 0.9rem;
        font-weight: bold;

    }
}
.game-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;

    
    background-color: #ffffffe3;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
}

.game-categoryion-item {
    width: -webkit-calc((100% - 5 * 10px) / 6);
    width: calc((100% - 5 * 10px) / 6);
    margin-bottom: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

@media screen and (max-width:900px) {
    .game-categoryion-item {
        width: -webkit-calc((100% - 2 * 10px) / 3);
        width: calc((100% - 2 * 10px) / 3);
        margin-bottom: 10px;
    }

    .more {
        margin: 5px;
        line-height: 20px;
    }
}

@media screen and (max-width:480px) {
    .game-categoryion-item {
        width: -webkit-calc((100% - 10px) / 2);
        width: calc((100% - 10px) / 2);
        margin-bottom: 10px;
    }
}

