body {
    overflow-x: hidden;
    background-color: #8f97f3;
    background-size: contain;
    background-repeat: no-repeat;
    height: initial;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
}

.grid > article img, .grid > div img, .grid > a img {
    aspect-ratio: 1.33;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

p {
    margin: 0 0 10px;
}

.brand {
    display: block;
    text-align: center;
    transform: translate(0px, -8px);
    max-width: 370px;
    height: 32px;
    margin: 0 auto;
    cursor: pointer;
}

.navigation {
    padding: 18px 15px;
}

.navigation .nav-search .form-control {
    border: 0;
    -webkit-box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.25);
    box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.25);
    border-radius: 0
}

.icon-block a {
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    color: #222;
    width: 10%;
    height: auto;
    margin: 4px;
    padding: 10px 5px;
    text-transform: uppercase;
    display: inline-block;
}

.icon-block a .ipo {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    background: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

span.ipo.ipo-flash {
    -webkit-text-fill-color: #ff0808;
}

.icon-block a:hover {
    color: #000;
    transform: scale(1.05);
    text-decoration: none;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3)
}

.icon-block a:hover .ipo {
    color: #fff
}

.page-title .title-section {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    text-align: center
}

.page-title {
    text-align: center
}

@media (min-width: 991px) {
    .page-title .title-section {
        margin: 0 20px 5px 0
    }
}

.page-title .title-section {
    margin: 20px
}

#copyright a {
    color: #7e4ed8
}

#copyright {
    padding: 10px 0;
    background: #fff;
    margin-bottom: -50px;
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 15px;
}

#copyright h4 {
    font-size: 16px;
    color: #808080;
    margin: 0;
    display: inline-block
}

#copyright .legal-menu {
    text-align: right
}

#copyright .legal-menu ul {
    padding: 0;
    list-style: none;
    margin: 0
}

#copyright .legal-menu ul li {
    display: inline
}

#copyright .legal-menu ul li a {
    display: inline-block;
    padding: 11px;
}

@media (max-width: 1000px) {
    #copyright .legal-menu, #copyright .legal-copy {
        text-align: center
    }
}

.page-title p {
    text-align: start;
    padding: 10px 10px
}

em {
    font-style: normal;
    color: #000
}

a.external {
    color: #555
}

h1 {
    line-height: 0;
    font-size: 24px;
    text-transform: uppercase;
    display: inline;
    font-weight: 600;
    margin: 10px auto;
    text-shadow: 2px 2px #fff;
    word-break: break-word;
}

h2 {
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    color: #222;
    font-size: 16px;
    text-shadow: 2px 2px #fff
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 12px;
    align-items: stretch;
    max-width: 1300px;
    margin: 5px auto;
    padding-right: 15px;
    padding-left: 15px;
}

.grid > article, .grid > div {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.text {
    padding: 0 20px 20px
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none
}

h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px
}

h3:hover, .gtitle:hover {
    color: #111;
}

button, input {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input, button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0
}

.form-control {
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group .form-control {
    height: 40px;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-btn, .input-group .form-control {
    display: table-cell
}

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.header {
    position: relative;
    min-height: 50px;
    width: 100%;
    background-color: #7064d2;
    background: #fe2401;
    box-shadow: 0px 6px 6px 0 rgba(0, 0, 0, 0.4);
}

.navigation .nav-search {
    width: auto;
}

.navigation .nav-search .form-control {
    border: 0;
    -webkit-box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.25);
    box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.25)
}

.navigation .btn {
    background: #e8e3ec;
    border-top: 1px solid #ffa000;
    border-right: 1px solid #ffa000;
    border-bottom: 1px solid #ffa000;
    outline: none;
    width: 50px;
    height: 40px;
}

@media (max-width: 540px) {
    .header {
        min-height: 92px
    }

    .brand {
        float: none;
        width: 230px;
        margin: 5px auto;
        height: 50px;
    }
}

a:visited, a:hover, a:active {
    cursor: pointer;
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.ipo {
    display: inline-block;
    font-family: 'ipo';
    font-size: inherit;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1;
    vertical-align: baseline;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ipo-home:before {
    content: "\f015"
}

.ipo-cat-action:before {
    content: "\e611"
}

.ipo-cat-animations:before {
    content: "\e612"
}

.ipo-cat-adventure:before {
    content: "\e613"
}

.ipo-cat-card:before {
    content: "\e614"
}

.ipo-cat-girl:before {
    content: "\e616"
}

.ipo-cat-car:before {
    content: "\e618"
}

.ipo-cat-sports:before {
    content: "\e619"
}

.ipo-cat-shooting:before {
    content: "\e61a"
}

.ipo-cat-strategy:before {
    content: "\e61b"
}

.ipo-cat-soccer:before {
    content: "\e61c"
}

.ipo-cat-war:before {
    content: "\e61d"
}

.ipo-cat-skill:before {
    content: "\e61e"
}

.ipo-cat-logic:before {
    content: "\e620"
}

.ipo-cat-fighting:before {
    content: "\e621"
}

.ipo-clock-o:before {
    content: "\f017"
}

.ipo-cat-motorcycle:before {
    content: "\e623"
}

.ipo-cat-multiplayer:before {
    content: "\e624"
}

.ipo-cat-music:before {
    content: "\e625"
}

.ipo-cat-spacecraft:before {
    content: "\e626"
}

.ipo-cat-arcade:before {
    content: "\e628"
}

.ipo-cat-puzzle:before {
    content: "\e629"
}

.ipo-flash:before {
    content: "\e604"
}

.ipo-heart:before {
    content: "\f004"
}

.ipo-star:before {
    content: "\f005"
}

.ipo-tag:before {
    content: "\f02b"
}

.ipo-html5:before {
    content: "\f13b"
}

.icon-block a:hover {
    color: #000;
    transform: scale(1.05)
}

.icon-block a:hover .ipo {
    color: #fff;
    text-decoration: none
}

@media (max-width: 767px) {
    .icon-block a {
        width: 28%;
        font-size: 16px;
    }
}

div.icon-block {
    margin: 20px auto;
    width: 100%;
    max-width: 1200px;
    text-align: center;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
@media print {
    a[href]:after {
        content: " (" attr(href) ")"
    }
}

a {
    color: #333;
    text-decoration: none
}

a:hover, a:focus {
    color: #000;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

.ul {
    margin-top: 0;
    margin-bottom: 10px
}

.container {
    width: 100%;
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #7e4ed8;
    content: "/\00a0"
}

.container:before, .container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.breadcrumb {
    padding: 5px 8px;
}

.breadcrumb {
    list-style: none;
    background-color: #fff;
    margin-bottom: 0;
    text-transform: uppercase
}

.breadcrumb a {
    color: #7e4ed8
}

.breadcrumb > li {
    display: inline
}

div.breadcrumb {
    white-space: nowrap;
    overflow: auto
}

.breadcrumb > li:last-child {
    padding-right: 25px;
    color: #555
}

ul.breadcrumb a {
    color: #7e4ed8
}

ul.breadcrumb a:hover {
    text-decoration: underline;
    color: #7e4ed8;
    text-decoration: none;
}

ul.breadcrumb {
    max-width: 1280px;
    margin: 0 auto;
}

.pagj {
    text-align: center;
    margin: 40px 15px
}

main.grid.maxi {
    max-width: 1170px
}

strong {
    font-weight: 700
}

small {
    font-size: 80%
}

img {
    border: 0
}

h2.page-subheading {
    word-break: break-word;
    display: inline;
    text-transform: uppercase
}

img {
    vertical-align: middle
}

small {
    font-size: 85%
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-7, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 1200px) {
    .col-lg-7, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-7 {
        width: 58.33333333%
    }
}

.row:before, .row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.game-info .play-now {
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 20px 0;
    white-space: nowrap
}

.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    height: 23px !important;
    overflow: hidden
}

.rateit .rateit-range {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(../png/star.png);
    height: 23px;
    outline: 0;
    overflow: hidden
}

.stgg {
    font-weight: bold !important
}

.rateit .rateit-range {
    display: block
}

.rateit .rateit-hover, .rateit .rateit-selected {
    position: absolute;
    left: 0
}

.rateit .rateit-hover {
    background: url(../png/star.png) left -48px
}

.rateit .rateit-selected {
    background: url(../png/star.png) left -48px
}

.rateit .rateit-preset {
    background: url(../png/star.png) left -72px
}

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus {
    background-position: 0 -16px
}

.rate-container ul {
    padding: 10px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    margin: 0 auto
}

.rate-container ul li {
    display: inline-block
}

.rate-container ul li small {
    display: block;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 2px
}

.rate-container ul li .stgg {
    display: block;
    text-align: center;
}

.rate-container ul li + li {
    margin-left: 20px
}

.rate-container .rateit {
    cursor: pointer
}

.main-box {
    background-color: #fff;
    padding: 8px;
    margin-bottom: 15px;
    height: auto;
}

.description-area {
    width: 100%;
    font-size: 18px;
    line-height: 1.75;
    padding: 10px;
    display: inline-block;
    background: #fff;
}

.description-area h2 {
    display: block;
    font-size: inherit
}

.mark {
    padding: 10px;
    margin: 25px 0 10px 0;
}

#more {
    display: none
}

.grid > article:hover, .grid > div:hover {
    color: #000;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3)
}

.ltags li {
    margin: 0 10px 10px 0;
    font-size: 16px;
    list-style-type: square
}

.ltags {
    padding: 0 0 20px 5px
}

h2.page-section {
    text-align: center;
    display: block;
    padding: 10px;
}

@media (max-width: 780px) {
    .c1 {
        margin: 0 0 15px 0;
        border: 1px solid #eee;
    }
}

.post {
    margin: 1px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #a1608c;
    background-color: #fcf1d3;
    padding: 8px;
    margin: 5px;
    text-align: center;
}

span.ipo.ipo-heart {
    color: #ff2c87;
}

.containerfull {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px 15px
}

.ipo-search:before {
    content: "\f002";
}

.gtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 0;
    margin-bottom: 10px
}

.cct {
    box-shadow: 0 3px 10px 0 rgb(51 51 51 / 34%);
    background-color: #fff;
    border: 1px solid #bbb;
    bottom: 20px;
    display: table;
    left: 50%;
    margin-left: -48%;
    padding: 10px;
    position: fixed;
    vertical-align: middle;
    width: 95%;
    max-width: 400px;
    z-index: 1;
    display: none
}

.infocq {
    color: #333;
    font-size: 14px;
    line-height: 15px;
    padding: 0 5px 10px;
    vertical-align: middle;
    text-align: center
}

.actcq {
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle
}

.actcq a, .actcq a:hover {
    text-decoration: none;
    color: #333
}

.vpcq {
    background: #e8e3ec;
    color: #333;
    cursor: pointer;
    display: block;
    font-weight: bold;
    letter-spacing: .4px;
    margin: 10px auto 0;
    padding: 5px 8px;
    width: 180px
}

@media (max-width: 700px) {
    a.space, .space {
        display: none;
    }
}

.fgp1 {
    box-shadow: 0 3px 10px 0 rgb(51 51 51 / 34%);
    background-color: #fff;
    border: 1px solid #bbb;
    bottom: 20px;
    display: table;
    left: 50%;
    margin-left: -48%;
    padding: 10px;
    position: fixed;
    vertical-align: middle;
    width: 95%;
    max-width: 400px;
    z-index: 1;
    display: none
}

.fgp2 {
    color: #333;
    font-size: 14px;
    line-height: 15px;
    padding: 0 5px 10px;
    vertical-align: middle;
    text-align: center
}

.fgp5 {
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle
}

.fgp5 a, .fgp5 a:hover {
    text-decoration: none;
    color: #333
}

.fgp6 {
    background: #e8e3ec;
    cursor: pointer;
    display: block;
    font-weight: bold;
    letter-spacing: .4px;
    margin: 10px auto 0;
    padding: 5px 8px;
    width: 180px
}

.player {
    outline: none;
    background: #e8e3ec;
    font-size: 18px;
    display: inline-block;
    padding: 12px 20px;
    color: #222;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    border-bottom: 1px solid #ffa001;
}

a:hover, a:focus, a:active {
    color: #333;
}

.main-box .ipo {
    color: #222;
    transform: translate(2px, -6px);
    position: absolute;
    display: block;
    font-size: 40px;
    width: 40px;
}

media
{
.main-box {
    margin: 0 -15px 20px;
}

}
.c1 {
    float: right;
    width: 35%;
    padding: 20px;
    display: inline-block;
    text-align: center
}

.ads {
    position: relative;
    display: inline-block;
    width: 65%;
    text-align: center;
    padding-top: 12px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .c1 {
        width: 100%
    }

    .ads {
        width: 100%;
        position: relative;
    }
}

button:active, .player:active {
    transform: translateY(1px);
}

#result {
    background-color: #735fd4;
    background: -webkit-linear-gradient(#725fd3, #6d2aea);
    overflow: hidden;
    margin: 0 auto;
    transform: translateY(0.4px);
}

#result a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px dotted #ccc;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

#result a:hover {
    background: #eee;
}

#result .item-thumb {
    padding: 0 4px 0 0;
    margin: -5px 0 0 -10px;
}

input[type=search]::-webkit-search-cancel-button {
    cursor: pointer;
}

.menu {
    padding: 0;
    transform: translatey(-20px);
    color: #fff;
    position: absolute;
    display: none;
    top: -500px;
    left: 0;
    width: 100%;
    height: auto;
    transition: top .3s cubic-bezier(.17, .04, .03, .94);
    overflow: hidden;
    box-sizing: border-box;
}

#toggle {
    position: relative;
    appearance: none;
    cursor: pointer;
    left: -100%;
    top: -100%
}

#toggle + label {
    padding: 6px;
    background: #ccc;
    color: #333;
    z-index: 2;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease;
    position: relative;
}

#toggle + label:after {
    content: url("data:image/svg+xml;utf8,<svg viewBox='0 0 20 14'  version='2.0' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='20px' height='14px'><path opacity='0.377' fill='black' d='m0 8h20v-2h-20v2z'></path><path opacity='0.377' fill='darkslategray' d='m0 14h20v-2h-20v2z'></path><path fill='white' d='m0 14h3.8136v-2h-3.8136v2z'></path><path fill='white' d='m0 8h7.0424v-2h-7.0424v2z'></path><path fill='white' d='m0 2h20v-2h-20v2z'></path></svg>")
}

#toggle:checked ~ .menu {
    top: 0;
    position: relative;
    display: block;
}

#toggle:checked + label:after {
    content: "\2716";
    padding: 3px;
}

.header {
    z-index: 1
}

.menuhead {
    margin-bottom: -35px;
    margin-left: 0;;
    transform: translate(0px, 5px);
}

.description-area a {
    font-weight: 600;
}

.hand img {
    margin: 0 auto;
    width: 120px;
    height: auto;
    top: 145px;
    left: 38%;
    z-index: 5;
    position: absolute;
    background: 0 0;
    animation: xhand 5s forwards;
    -webkit-filter: drop-shadow(1px 1px 0 #000) drop-shadow(-1px -1px 0 #fff);
    filter: drop-shadow(1px 1px 0 #000) drop-shadow(-1px -1px 0 #fff);
}

@keyframes xhand {
    0% {
        opacity: 0;
        transform: translateX(15px)
    }
    25% {
        opacity: 1;
        transform: translateX(-15px)
    }
    50% {
        opacity: .85;
        transform: translateX(15px)
    }
    100% {
        opacity: 1;
        transform: translateX(-1500px)
    }
}

@media only screen and (min-width: 1000px) {
    .hand {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .text {
        display: none;
    }
}

#toggle + label:hover {
    background: #e8e3ec;
}

@media only screen and (min-width: 768px) {
    .lside {
        float: left;
        width: 75%;
        padding: 10px 0;
        display: inline-block;
    }

    .rside {
        position: relative;
        top: 3px;
        display: inline-block;
        width: 25%;
        margin: 5px auto;
    }

    .rside2 {
        position: relative;
        top: 5px;
        margin-bottom: 400px;
    }
}

h1 {
    position: absolute;
}

.blink-bg {
    animation: blinkingBackground 2s infinite;
}

@keyframes blinkingBackground {
    0% {
        background-color: #e8e3ec;
    }
    25% {
        background-color: #4fd85a;
    }
    50% {
        background-color: #e8e3ec;
    }
    75% {
        background-color: #ccc;
    }
    100% {
        background-color: #e8e3ec;
    }
}

.wrap {
    max-width: 1300px;
    display: flow-root;
    margin: 0px auto;
}

.post:hover, .post a:hover {
    color: #222;
    background-color: #a1608c;
}

.popu {
    -webkit-line-clamp: 1;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
}

.htag {
    color: #222;
    background-color: #a1608c;
    font-weight: 500;
}

#gam {
    background-image: url(../png/crayonback.png);
}

#suggest {
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 200px;
    left: 20px;
    background-size: 125px;
    border: 5px solid #fccf2f;
    border-radius: 8px;
    box-shadow: -5px 6px 6px 0 rgb(0 0 0 / 40%);
    transition: .5s;
    transform: translate3d(0, 0, 0);
    animation-name: shakeMe;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: 1
}

.hide {
    display: none;
    opacity: 0
}

.show {
    opacity: 1
}

@keyframes shakeMe {
    10%, 14%, 18%, 2%, 6% {
        transform: translate3d(-8px, 0, 0)
    }
    12%, 16%, 4%, 8% {
        transform: translate3d(8px, 0, 0)
    }
    18.1% {
        transform: translate3d(0, 0, 0)
    }
}

.tag {
    margin: 20px 0;
    display: inline-block;
    padding: 12px;
}

@media (max-width: 767px) {
    #suggest {
        bottom: 20px;
    }
}

span.ribbon {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: rgb(255 255 255 / 50%);
    text-align: center;
    transform: translate(3px, 3px);
    margin-bottom: -25px;
}

button#loadmorebt {
    background: #e8e3ec;
    border: 1px solid #ffa000;
    display: block;
    margin: 20px auto 30px;
    font-size: medium;
    text-transform: uppercase;
    padding: 10px 20px;
}

.adsbygoogle {
    margin: 0 auto;
    text-align: center;
}

.main-box {
    max-width: 980px;
    margin: 0 auto;
}

.player:hover {
    background: #e8e3ec;
    border-bottom: 2px solid #ffa001;
}

h1 {
    position: absolute;
}

.player {
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #333
}

span.bcenter {
    transform: translate(-22px, 3px);
    position: absolute;
    font-weight: 600
}

.hide {
    opacity: 0;
}

.description-area a {
    color: #7e4ed8;
    font-weight: inherit;
}

.description-area a:hover {
    text-decoration: underline;
}

.game-tab {
    max-width: 980px;
    margin: 10px auto;
    padding-inline-start: 0;
}

.game-tab li {
    display: inline
}

.game-tab li a.active {
    background: #a1608c
}

.game-tab li a {
    display: inline-block;
    padding: 8px;
    background-color: #ddd;
    text-transform: uppercase;
    margin: 0 5px;
    font-size: 16px;
    color: #1c1217;
    border-radius: 4px;
    transform: translatex(5px);
    white-space: nowrap;

}

.game-tab li a:focus, .game-tab li a:hover {
    background: #a1608c;
}

.main-box h3 {
    font-size: 18px;
}

ul.breadcrumb a:hover {
    text-decoration: underline
}

.sidenav {
    border-bottom: 3px solid #555;
    width: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #a1608c;
    overflow-x: hidden;
    transition: .1s;
    padding: 20px 0 100px;
    height: 100vh;
    box-shadow: 3px 4px 6px 0 rgb(0 0 0 / 40%);
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    display: block;
    transition: .3s;
    min-width: 270px
}

.sidenav a:hover {
    color: #fff;
    background: #e8e3ec
}

span.closebtn {
    top: -20px;
    right: 0px;
    font-size: 36px;
    margin: 0;
    border: 0;
    position: absolute;
    background: #555;
    color: #fff;
    font-weight: 600;
    border-radius: 0 0 0 90px;
    cursor: pointer;
    padding: 10px 15px 5px 25px;
}

span.closebtn:hover {
    background: #e8e3ec
}

.open-icon {
    position: absolute;
    cursor: pointer;
    transform: translate(15px, 15px);
    width: 30px;
    height: 34px;
    background-size: 30px;
}

.open-icon:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 33px;
    height: 0.225em;
    border-top: 0.875em double #eee;
    border-bottom: 0.35em solid #fff;
}

.notication {
    background: #ff0808;
    z-index: 1;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50px;
    transform: translate(0px, 8px);
    font-size: x-small;
    font-weight: 500;
}

.logomenu {
    height: 96px;
    width: 96px;
    margin: 0px auto;
    text-align: center;
    background: #765fd2;
    transform: translate(80px, 40px);
    border-radius: 50%;
}

.closeside {
    position: sticky;
    top: 0px;
    transform: translatey(-20px);
}

#newlist, #popularlist {
    background-color: transparent;
    width: 1300px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    padding: 5px 10px;
    display: none;
}

span.ipo.ipo-cat-girl {
    color: #f400ff;
}

span.ipo.ipo-cat-arcade {
    color: #009eff;
}

span.ipo.ipo-cat-war {
    color: #109c03;
}

.closesug {
    background: #ddd;
    font-size: 30px;
    transform: translate(75px, -15px);
    position: absolute;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    line-height: 0.8;
}

.closesug:hover {
    background: #fff;
}