@-webkit-keyframes opacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes bouncedelay {

    0%,
    80%,
    to {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {

    0%,
    80%,
    to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes shakeY {

    0%,
    15%,
    to {
        transform: translateY(0)
    }

    10%,
    5% {
        transform: translateY(-10px)
    }

    2%,
    7% {
        transform: translateY(10px)
    }
}

@keyframes rubberBand {

    0%,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    to {
        transform: rotate(360deg)
    }
}

a,
b,
big,
center,
details,
div,
em,
embed,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
ins,
label,
li,
menu,
object,
p,
q,
s,
small,
span,
sub,
time,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: Roboto, sans-serif;
    vertical-align: baseline
}

body,
img {
    margin: 0;
    padding: 0;
    border: 0
}

body {
    vertical-align: baseline;
    font-size: 12px;
    font-family: Myriad Set Pro, Arial, Helvetica, sans-serif;
    background: #39cab4;
    line-height: 1.5;
    min-width: 320px
}

img {
    font-size: 100%;
    font-family: Roboto, sans-serif
}

.FullLogo a img,
img {
    vertical-align: middle
}

details,
footer,
header,
main,
menu {
    display: block
}

ul {
    list-style: none
}

q {
    quotes: none
}

q:after,
q:before {
    content: ''
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body,
body a {
    color: #fff
}

body a:hover {
    color: #f29c76
}

body,
html {
    height: 100%
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    background: rgba(0, 0, 0, .3)
}

.row {
    display: flex;
    flex-flow: row nowrap
}

.row-fit {
    width: 100%
}

.column {
    flex-direction: column
}

.column-reverse {
    flex-direction: column-reverse
}

.column-bottom {
    align-items: flex-end
}

.column-top {
    align-items: flex-start
}

.column-fit {
    height: 100%
}

.list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    box-sizing: border-box
}

.list-column {
    flex-direction: column
}

.fit {
    flex: 1
}

.fill {
    flex-grow: 1
}

.row-center {
    justify-content: center
}

.row-reverse {
    flex-direction: row-reverse
}

.row-right {
    justify-content: flex-end
}

.row-left {
    justify-content: flex-start
}

.column-center {
    align-items: center
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.row-space {
    margin-right: 30px
}

.row-space-sm {
    margin-right: 15px
}

.row-space-lg {
    margin-right: 60px
}

.column-space {
    margin-bottom: 30px
}

.column-space-sm {
    margin-bottom: 15px
}

.column-space-lg {
    margin-bottom: 60px
}

#iframeGame,
#top {
    position: relative;
    z-index: 9
}

#top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ec943a;
    cursor: pointer;
    color: #fff;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    text-decoration: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.clear {
    clear: both
}

.container-fluid {
    width: 100%;
    margin: auto
}

#container-fluid {
    padding-top: 56px;
    padding-bottom: 20px
}

#container-fluid-detail {
    padding: 0
}

#container-fluid-detail .details-main {
    padding-top: 30px
}

.container {
    width: auto;
    margin: 0 auto;
    min-width: 320px
}

.container-box {
    max-width: 1024px;
    margin: 0 auto
}

.footer {
    text-align: center;
    padding: 8px 16px;
    line-height: 14px
}

.footer-main {
    padding: 10px;
    line-height: 24px
}

.footer p {
    padding-bottom: 10px
}

.footer .footer-container .menu li a,
.footer a,
.web_logo a {
    text-decoration: none
}

.footer .footer-container .menu li a:hover,
.footer a:hover {
    text-decoration: underline
}

.footer-tab {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.ad-box {
    margin: 10px auto;
    clear: both;
    text-align: center
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.ad-box img {
    max-width: 360px;
    max-height: 100%
}

#web_head {
    display: none;
    background: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    height: 56px;
    width: 100%
}

#head {
    height: 50px
}

#head,
#search_head,
.header_games {
    /* background: url('/images/pcbg.png')center center no-repeat; */
    background: #38CAB3;
    background-size: cover;
    box-shadow: 0 0 8px 0 #04AAF5;
    position: fixed;
    z-index: 99;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%
}

.header_games {
    height: 60px;
    justify-content: center
}

#search_head {
    height: 56px
}

.menu-icon {
    display: block;
    cursor: pointer
}

.menu-icon span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 11px;
    background-image: url(/images/menu.png);
    /* background-position: -5px -94px;
    background-size: 41px; */
    background-repeat: no-repeat
}

.menu-icon,
.return-icon {
    width: 48px;
    height: 56px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center
}

.return-icon img {
    width: 40px;
    height: 40px;
    margin-top: 8px
}

.web_logo {
    height: 56px;
    line-height: 50px;
    width: 50%;
    float: left
}

.web_logo a {
    display: inline-table;
    height: 100%;
    line-height: 50px;
    font-size: 26px;
    color: #fff
}

#web_search-form {
    width: auto;
    position: relative
}

.web_search {
    float: right;
    width: 50%;
    padding-top: 10px;
    overflow: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.web_search input {
    border: 1px solid;
    border-right-style: none;
    height: 36px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 16px;
    color: #ccc;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-size: 18px
}

.web_search button:focus,
.web_search input:focus {
    outline: 0
}

.web_search button {
    width: 56px;
    height: 36px;
    border: 0;
    position: absolute;
    right: -1px;
    top: 1px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAAA6CAMAAAD/YkWdAAAAXVBMVEVHcEzPmCr/uir2syq4iCzFkym9jCi5jCq/iSK0iSb+uSrcoirpqyv7tyr9uCrxsCv6tiv/uiv//////fj/5rP/yl7/0G//89r/vTX/+Or/7sv/wUH/3pr/14b/xU3rIZ0EAAAAEXRSTlMANPN5PxsSJQoE5Uxiv9KSp+KLjjgAAALaSURBVFjDrZjrtuIgDIWlF+i95dYbre//mBNqHR1NsNXZv86Ssz53SAjBywURr9q6KSJJKSqauq3Sy0GlcSOPqYmPQFknTyjq2AeeOMXb1IkQMI7keUVxTvF4Lb9TTWwnK+S3Khhmk0Xye0Vl/n+BGFIQIY+9GbRS07zYc4FneFG7BWh3DWu43NN/kHgZ9pNS82pHQNsF/h6uwcLMnoAl+i8GeBbiXpfrztd9CFllH2I2Sq/yarSahhtohK8IIYtH3DG2viht5aKH1b18Riu+m8yxPFvvx6jl9WumMWBS7CYrbHUA2PK2b+Pw+h2oSew492DGqhWxrsePFSSwtRloZiYWaCUZlZdRKyedQ1ZWNQeILc+JoK0a5GrQY6R0sK95YoQ6MXjQUk7KBRqGgLBTvBgXOaMeoQhCZ7HkxAn0xN4SxFCRV5yoRh81oSno0d+36BHsyYyOSo2hZFNERxZyD1UQIgqCCLtFdBkTPIYBIlXITge3cSNW+HZNuElDp+yWGUH1bzA5OWwXddCirATRKLaWMLwhLVxkswsRS8h1TlzUbni7qXqt9IR6/3sKE0+kph1A6ufO5eCaURY+DSBrxqlb5n5TTcvu05rNoPFtfLrSqfZERgfRD8rPE/Ps5wplrrCPYWTpe88lDw3JvZn2iWIz22/ImUI2ydYf8yo80Tjb93Z8ZDuAbNnWwy/8zOAYQhaJuF2GeSy/QTrE4n2qOGXyL3IlLX7eSQQJlfVGjNlj8Mm6s0j1fsC7h0UwmTankFc4oa+tqSj3RO8mfxzD4URXLH0eSfOs/HGyr55j3pD8J6QH8pfXAiB/eCEhQI9k377imhIDeqRov3pptglDgT49aXneZl0lkGXq+ZpxUdWneYJn9AMbbIqyPfyrQlsCjza42wQmK+OuDvzwIaOoqLu4TA7wbj55KgRLPokJkfIDvI0JUJ4CNqA05YDLL8eVgzJSfvUM7Tf9ASKA/Pm7YLNZAAAAAElFTkSuQmCC) center no-repeat;
    background-size: 100%;
    border-radius: 18px
}

.web_search button:hover {
    background-color: #fff
}

.logo {
    height: 100%;
    line-height: 100%;
    width: auto;
    margin: 0 48px;
    text-align: center
}

.logo a {
    display: inline-table;
    padding: 0 20px;
    line-height: 45px;
    font-size: 26px
}

.menu-ul-category {
    clear: both
}

.menu-ul-category li {
    float: left;
    width: 25%;
    margin: 8px 0
}

.menu-ul-category li a,
.menu-ul-category li a span {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.logo a,
.menu-ul-category li a {
    height: 100%;
    text-decoration: none;
    color: #fff
}

.menu-ul-category li a {
    display: block;
    margin-right: 20px;
    padding-top: 10px;
    line-height: 100%;
    font-size: 14px;
    position: relative;
    padding-left: 30px
}

.menu-ul-category li a:hover {
    color: #ed8a33
}

.menu-ul-category li a span {
    text-align: center;
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 5px
}

.menu-ul-category li a span svg {
    width: 20px;
    height: 20px
}

.menu-ul-category li a span.hot {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAARVBMVEVHcEz///////////////////////////////////////////////////////////////////////////////////////9X1DS3AAAAFnRSTlMAEY11B/yA+Bik5+DYK7VQlmxkxjrup+ziiAAAAP1JREFUKM910gmOhSAMANAiIBRwwaX3P+q0KDJ+tYmJ8YXaBYAWZt3gO8jqT/NE1H/hxkjLB3aCbnjHKEgjwPS0iY7YoHv+OZ04grb/z8r7chpZP1NQDccBVKhImV/ny5TTgJeRk+NX0ZpwoZ/AOtNAyf2i8wdmeotjVCa+It6ar7WcEY8+uHBeCBq3DuCRNsOBZAtyV52SNEHpvYMUk8ppJypoGY3WEzCTVbwb33PavWHOG8ySRKDgWjclaXtIRgeUEgoem5krOvRg5LvgOYTBkuUWyhNLL1JOd45vfhnBaupsx6f5tk99n7vrze3KYmOLjwuoFuS9uYS5ZfwDn7celNqTAFAAAAAASUVORK5CYII=) no-repeat center;
    background-size: 20px
}

.menu-ul-category li a span.stickman {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAOVBMVEVHcEz///////////////////////////////////////////////////////////////////////99PJZNAAAAEnRSTlMAqeqe05UIRvYD/VffxhcuuIGVmU/0AAAA2klEQVQoz7WS25qFIAiFAQ9oqbl5/4cdMt3m1N18QzfqH2uBCPDniOxs2II1HB9styKy6SeS9hV5I/dAf2d1YbLlGzVNckTQJU4/RY7DYKx7Gb5RayEfOw1arR6kLsyaWAGPRgMfCG6mno4ZDJ1UGSGgfF1bh0cxRpUZnCnllEgXbF7p0I6cfPR6Sm7tXBc1eqt0/oS1l+1n5iN6pn2F3dO9Qvz2+aK6zxu6DohoFJDGVEcqllI+fb0vU3l1bMK/5in1Pu24Vmz8+lB4dmv5+fzYZQqUHUOE/40ftPEYwl37VAgAAAAASUVORK5CYII=) no-repeat center;
    background-size: 20px
}

.menu-ul-category li a span.animal {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAASFBMVEVHcEz///////////////////////////////////////////////////////////////////////////////////////////8FevL4AAAAF3RSTlMAzqzDWugn9dkBkEyFGJ5DDjVwuwVhaImP/VAAAAD1SURBVCjPtVLbloQwCKvae2svurP8/58uoep6ZnwdHtQSIQlFqW/FWi0/QyrekfMlBT70HgRLjqgE7ekMr9tEtP8AlOxE95CUBujoOV4A52fMN4BtecLcOtSmx8pfwQLEuDnuR3aJM2QYUVtBAKdasA3O8X8FGLnOSg+QG2m2cm08fM6DHLqn8ckVy+FzGxl4d0IFCulBJ5huKsGPt+EOmLI15GdPrh8MDm9YWF4pcvtVWT6UpMG+q8uBRFb5bbbhupFSVb3QaShjsmPWm87ntZphXQXrPyZr+rknoeW3Sy3rfY/a9l9tsv3Ys54XXrAp1qC+HH+1Gx+cfq08LwAAAABJRU5ErkJggg==) no-repeat center;
    background-size: 20px
}

.menu-ul-category li a span.Tower {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAPFBMVEVHcEz///////////////////////////////////////////////////////////////////////////+PybD1AAAAE3RSTlMAfuAH+DEXvyCa8FUQ02hCxbSPJGUghgAAAKJJREFUKM/Nk9EOxRAQRLW0SlXV/P+/XhXRtSp9vfOwISN71gghvrVgTtVgSlVh/QcT1loFlSpeTCJmyo2KX9TpKtOlsJOujpuRmDs3Dygnb50A7+uAUEaz+coMOZXlBbBxDXCWpQd8h5RPHlfjrYCumxl2hMyIZYBkJ3OnisyMQLytneEORIwaxSZBNkJKMFIkwvNkOgAHRXaqCfoX03/+gx+JnA7LiYmN0gAAAABJRU5ErkJggg==) no-repeat center;
    background-size: 20px
}

.menu-ul-category li a span.Basketball {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAS1BMVEVHcEz////////////////////////////////////////////////////////////////////////////////////////////////ScsZwAAAAGHRSTlMAzhdr7NuyBPcJmDYrgSC/EFRdR6aP5HXIWNodAAABPElEQVQoz7VS26KEIAgk0/CaWlb8/5cewXa33ffDg9VMMAMIcAfuPidndL4U/ATOJxHFqx9kffni1onR7DRJGPfgwgDnbXB2h0fpaYAq3xx6vb70VJTMyVkhN7f0DxzkbMrOoJeTPC6iIVx3sYDnjMTg6eRBp6Syi6p6xdCkaBgGqDLJ0MSp0o/BfJPpbTV2vWIYijfnpazyvWRdiZDJ/RqKFaSZVNZDz47IManYmpldaJZJq4+IpWStWEClJQWsXVhI/n9C1Qem4tpHvm5NZmKY5JaXfp7haq2FlyFqMqD+ItB8CJSffRZLB7JcqyT/2ceE4FiQc0gXK7scixuzBYejNwoy8QU3+9kKlFGIjnstEKb3PgH2wWo3zByA6+OeRDN0bjPX9+1zSctKuC894+/ldFsztkJq1cE/xx+voCL9pKzowwAAAABJRU5ErkJggg==) no-repeat center;
    background-size: 20px
}

.menu-ul-category li a span.Bike {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAARVBMVEVHcEz///////////////////////////////////////////////////////////////////////////////////////9X1DS3AAAAFnRSTlMA+1igMNoH9xId5O9vlD6/zoRQda9iCI3NDwAAAQVJREFUKM+tktuShCAMRAG5I4Kg/f+fuolIbc2M87SbJ+MJpNNBiH+LPbnFfmEdFPkLrAzjF1gY1idiN7tJguqB+QoTdM7bMwPRx27e4BITvPfvswRmh8SI/VPmKtRN34ahg46UtOgo0voKtzTo53zB37Td4sKUpFlG7FYz1VTaqYU8NLOpoVgdWZMtI5fkk3YoWvjVYRELwwy3eqELpKYf9bq/QQaGQeJqbCtVx2lzxcnwnDtpSALQIznQGXYct06ATp7TBcVQwYxckU0ZxvP3Ced3WqV3o5r2kEVIMIq2KMlsu3d6YZC7DsogheEMxzL9WkaeLi9DjnCl/brZikPM4S8P/AfmzhKVSUzI/wAAAABJRU5ErkJggg==) no-repeat center;
    background-size: 20px
}

.menu-ul-category li a span.Kid_Action {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAQlBMVEVHcEz////////////////////////////////////////////////////////////////////////////////////1bZCPAAAAFXRSTlMA0fgxQasLvfx+aYmgWO4X4CxPyZhbRuzGAAAA10lEQVQoz61SSQKEIAyr7MiguPT/Xx2ggKLcZnLASATTtAC/Y7N6MUppu70krjFigTWumveaNUlDB3t6GHvXPmnrOGaAI3+En0tzeSMSJbHAVU3Q+77bgA2iiBMOMHUHn6CjZzaoNRlu7LxujUZnEiuje1miKlolsTKW3NMBD+CxZ7MCTVtMSvZkGooNNM1mY4aSGyNmKGxmoSUnA4UvWi2Gg881TR64uRKiiOQKsAqRVnnPlrqyuNxj7pauK1BdsRDYq59tEmoNdjRDpXg+nL7459H0/Rlf5YAduut614UAAAAASUVORK5CYII=) no-repeat center;
    background-size: 20px
}

.menu-ul-category li a span svg path {
    fill: #666
}

.menu-ul-category li a:hover span svg path {
    fill: #ed8a33
}

.menu-ul-category li a:hover span.hot {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAP1BMVEVHcEzm5ubm5ubl5eXl5eXl5eXl5eXk5OTl5eXh4eHm5ubm5ubl5eXl5eXl5eXk5OTl5eXm5ubl5eXl5eXl5eWDh5TUAAAAFHRSTlMAkehhoH1xFfkHrOCH2EkyxiXvu3lojAcAAADzSURBVCjPdZJbloQgDETDMwFFbM3+1zoBoWFarXP055KCpAIwFPYM72LyrwyZeX2Dm0A2L3AtkD7PcCmQTwDz4iraQLkbTA1GcHJgKpLPNMaEijUOeGZA3SF7udyOBqX5+GVM5fd9tGdr+Ee9NCyc6BcS9sInmV74pFjhfN3kvlQo71QSiA0keaLlHESWqY+0QtDojxXSktCng7lCsVLBuQ0EM6Nkg05sjyv/Ar3PoCp0De6zrYMUvLZwNnglYzukiBBK4gW2IeSrBSptLLWXpMcyqYcR7KHPNt7ZlKf/P3daw7wiHzsw2dsCoomSG6VohuMfL2wcN99BApoAAAAASUVORK5CYII=) no-repeat center;
    background-size: 20px
}

.menu-ul-category li a:hover span.stickman {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAANlBMVEVHcEzm5ubl5eXm5ubl5eXl5eXl5eXl5eXm5ubf39/m5ubm5ubl5eXl5eXm5ubl5eXm5ubl5eXQNiYRAAAAEXRSTlMA6lfep9GcRvYGF5PDtiuBNHouiuIAAADESURBVCjPtZLbEsMgCEQhonhLUv//Z4vGW2MeOtPpPhnOLAtGgN/FQdtkteEVbTo1qe0TOZNmkZvZnj4VJ5p9thMrRxp5UgncqOX83XNlFnSuUssuF1RtzFLagV6FWj4IwrDmxAiEmQpDAko9tWx4eEPSmcEY7zFve8GSpQ7ZKKRTonws4ResU+pYDLTXsd1wrpoyF6kx7Soae67a4NYXEdsA7Ya6lbz35834lEpf/s98N7OMuz2vsa3mp9cX0aIODP/WG6Z/F2qzrpo/AAAAAElFTkSuQmCC) no-repeat center;
    background-size: 20px
}

.menu-ul-category li a:hover span.animal {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAP1BMVEVHcEzm5ubm5ubl5eXl5eXm5ubl5eXl5eXl5eXl5eXl5eXl5eXl5eXm5ubm5ubn5+fl5eXl5eXn5+fm5ubl5eWFSsC0AAAAFHRSTlMAXayQ3Mkn89VG6G6FvVUY+Z4ONXx9HWYAAADgSURBVCjPtVJJAsMgCMQVNSbGyP/fWnFr0+ZaLkImA8MC8C+7vOXHZ3fSqbPnoJSOeSTKIDRN0+IyRHsDHX9w9GntR8Eg0rM1UD5j+mp69icM01D0yNxgKTqlmgmMkiwjLKLmTo/FSLUVav2qymtTAObq5qXKVSOr7PlZt+muGt55K47dPUbRpcx/qOT6/IYxRxvISU1YRgWcMnZxqKohga3q8iG4+g6rg2YR4tdswcywrtIv1HVltdiINxHnWtGOU7D6Z7KhvA8lfi01p9sdbe9bCNH+3FmJBgmN8vBvewGpHxtx28kE7AAAAABJRU5ErkJggg==) no-repeat center;
    background-size: 20px
}

.menu-ul-category li a:hover span.Tower {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAM1BMVEVHcEzm5ubl5eXk5OTj4+Pm5ubf39/m5ubl5eXh4eHm5ubk5OTm5ubm5ubm5ubl5eXl5eXnepzRAAAAEHRSTlMAfuAvFpkIwPQgVD9m07SNBhk2dQAAAJdJREFUKM/Nk8EOhCAMRAsLCAju/P/XLirRtki87js0kCGdaROI3vnAtuphWo1w/yAiNs7yIDKUGBJHD+qWCz9sIc+7En2ZmLVYEV3YWQHd1wFLjxaPkZWl6ccNUHE9sPZjAcpgGe59bBPLhkWcWQqL8S5enp3CswdRkhkqcD/d0xu5ykyzCHKDtrlwgMotBxKzHCiv/+AHuSEMtWjXDBwAAAAASUVORK5CYII=) no-repeat center;
    background-size: 20px
}

.menu-ul-category li a:hover span.Basketball {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAQlBMVEVHcEzl5eXm5ubl5eXl5eXl5eXm5ubn5+fm5ubl5eXk5OTl5eXl5eXk5OTl5eXl5eXm5ubl5eXl5eXl5eXl5eXl5eXV7VYmAAAAFXRSTlMA3jWjlPdYBxLqHdGwKWhIcsZ9vIQ61/iRAAABLUlEQVQoz7VSSYLEIAjEFTUazcL/vzoCZrqn+zweSKQslgKAdbD740aTr1Hg4+AwRNTGNBR8+oO1jb0HZpJj8A2z6tyjYqHDG3dTZ7r029Hn9mClCXPDoAGw8kWx3aTOTi+WPFT+DC00UwXHjFOLueVNFipXEdOMaIURLa3MDDJpA09UDibCscD7t9Q28yXW4X6ITsImz8EKETLYh8oQQVQ8U/F5xwUWfmp2tC4wGIJvmNKVEydI53VajDOxgEb6L1Ow1NiW6FQTBrmBOq2xp3PVNnoqEoHmj7iGF9cSmKJUG8gjN+dkKLaFN4XAV/RyZZlmeh3cvrYAtbelX4U4Hx3PyJIGeo3Fbvm1SP1Jcy0UytcO0b6KGR/bd2YZCfeVB3wtZ3QmRLhdRPjn8wOCqR3y5zjYAgAAAABJRU5ErkJggg==) no-repeat center;
    background-size: 20px
}

.menu-ul-category li a:hover span.Bike {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAARVBMVEVHcEzl5eXm5ubm5uby8vLl5eXj4+Pl5eXl5eXm5ubl5eXl5eXk5OTm5ubk5OTm5ubm5ubl5eXl5eXl5eXl5eXl5eXl5eX3QfVMAAAAFnRSTlMA2hP9BFQL93Ex7aAclEBfwOLOhK8nL4GJOgAAAQtJREFUKM+tkkl2xCAMRMVkZoOHrvsfNZKxXzode5VoBXyBSiWI/ivslnyeHmAAR32Aq8DlAXaB623BeZo9YNwN0ytUibXO9wxMb6tpJeWgXlrrz16KsN0cCTDbb5mB2kk/muGLnpW45CXCTyg9+DudU9FEMX1TXS5JcedLS7AHjWxFWHixR2FOPGENfRIaaBJpfGAa0cujR6uDR6YssMIHbWOXVzJWezwAUwQWg8Na2zk7wV3DagLbNROHREAcmx1BYMB+6gRoQbtccAId1Ng3tqlC6bH2egOc9iOb51CpJCjHUzTYaNqCpY1tj6UpJJ7enIbX2Z7fIY99OtwqdYHvb1/DdY+llr/88C+rAxKS76ep2wAAAABJRU5ErkJggg==) no-repeat center;
    background-size: 20px
}

.menu-ul-category li a:hover span.Kid_Action {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAP1BMVEVHcEzi4uLl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXm5ubm5ubo6Ojl5eXl5eXm5ubk5OTl5eXm5ubl5eXu/6KYAAAAFHRSTlMAC1WevHarMIb60e9BF+BlwUPJPRDt760AAADOSURBVCjPrVJbAoQgCETzRZa9uP9ZV0PTyv3anQ+dGJMBAfgd1q0ehVidfUuKIjzMcVUPWWPSyIFMG+pWG1Jo32NsPw/RUDV3BiIRhjJc0Sb+ltIFujBlcaQOxtuPT2zVDSlVopkN9dYFYGGtML7XJyqiVRYL88m9ZqvA9TdMC8ip0Bh8MgVIX4HZaxfR78ZJw9U5w33SW63Fgjz3UYJtOsQtMjPAfBxpNW1v+VU8j4B1/vYqpYOEIeDrPa9JKDXo3gzl4m13+mLm3vT9GR/AQRyqzeampwAAAABJRU5ErkJggg==) no-repeat center;
    background-size: 20px
}

.menu-ul-category li a img {
    width: 20px;
    height: 20px;
    margin-top: 2px
}

.menu-ul-category li a div {
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.menu-ul-category li a div:last-of-type {
    color: #fff;
    font-size: 10px
}

.menu-ul-category li a:hover div {
    color: #eee
}

.container-box,
.footer .footer-container,
.detail_bottom {
    max-width: 1500px;
    margin: 0 auto
}

.footer .footer-container {
    display: none;
    padding: 20px 16px 10px
}

.footer .footer-container .menu {
    width: 20%;
    float: left;
    text-align: left
}

.footer .footer-container .menu .title {
    font-size: 18px;
    padding-bottom: 24px;
    clear: both;
    color: #fff
}

.footer .footer-container .menu .social-follow li,
.footer .footer-container .menu li {
    padding-bottom: 12px;
    width: 100%;
    float: left;
    font-size: 13px;
    padding-right: 16px
}

.footer .footer-bottom {
    text-align: center;
    max-width: 1500px;
    margin: 0 auto;
    padding: 16px
}

.footer .footer-container .menu .social-follow li {
    width: 33.33%
}

.social-follows a {
    cursor: pointer;
    display: inline-table
}

.social-follows a:hover {
    opacity: .9
}

.social-follows a span {
    display: block;
    padding-top: 4px
}

.social-follows a span.icon {
    width: 75%;
    padding-top: 75%;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 33px;
    min-height: 33px;
    margin: 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.footer .footer-container .menu .social-follows .follow-fb .icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAMAAAC7faEHAAAAM1BMVEVHcEzo6eno6enp6uro6enq6uro6Ojo6eno6Ojo6uro6eno6enn5+fo6eno6uro6eno6emwacsOAAAAEHRSTlMAm3nY8x1BZArE6KkxTbjQ78zGqgAAATxJREFUOMuNlFmSwyAMRNnF4th9/9MO2IlHwkoKfrzUA1qtxRi+ItlSAdRiKZpv67VjrBDC+dxfKpWOjjTacn/PG7UOH+lBZQt4yvwPecBmiUWPQI/NFOCFzK2iaLpjQd3YZ0XLqujcUO8Dskf7akKD/xxhUfhpye6lFPs5pOD9mhC4NsLl3i0q4LLnAI80XyajsI3HmQV4kRTMnPEYmdnFcee1uwyehoiIIP66zk2J7VJih6Ung0sPb6ibwq/dUs8zXEpJWmBNAUtM//osx3f3qCqyyvG7M6pB4Er2mxNlETBx5AZpnXPmJ6fHOzipT+eGPhmvzo14pX86N/xbzYeW36Tkd64XhTvrZa4/hbvqb6rnJ/eu56k/HtzdH7LfqPcad/S/35b7d3UeLM+X5Xm1PP+W5+n6fP497/8A+VoUw5yeEQMAAAAASUVORK5CYII=);
    background-size: 90%
}

.footer .footer-container .menu .social-follows .follow-t .icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAMAAAC7faEHAAAAP1BMVEVHcEzo6eno6eno6enq6uro6enm5+fo6uro6uro6enp6urp6eno6enq6urp6eno6eno6enq6uro6eno6eno6emvcUVsAAAAFHRSTlMA1/D8Esgg5U+UX6CyBUW5fTA6cHww2ogAAAFoSURBVDjLjVSLEoMgDAOkFFDnK///rQNFQKc7erdzaC5t01Ah6tDeEXfomJzX4i3s1AFQLFmFZzfZR9RHAuys2Q/GOgbk5wele4CuBJaA/pbdSPBvGsuQpn6xKAxPdesBaqnYFNxLbw4qM2r5CotAeWbqMYj3GNAnQcD6D04zDnkkfjod7VbmYSGPBx3n8iWoFObiV7fuR9qJppOOaExsERYjqWwxhfQdJxYJOiTwCdbRdnzhToeXpyZhTGobdylSzFkbH35nF1v8xPM69gkmSycusJx6a0rpVMJR7iv8ZXWeiHCNor5ikdsoZd3Li42IUoVRN9yacRIVn1j5AuOx5iv1CePUc9pYX+l3V7CiK+aI/brKBaYGVuaI+vnao6PNSHfxqq/mGwn7J9g+3+wXM7tMpvzl2kW/FP/ldtld/X34r/bz4ufNL/dbnEbRej9a71vz/W3dB837pXlfNe+/5n3avp//7/svaWsdlzI8r3MAAAAASUVORK5CYII=);
    background-size: 90%
}

.footer .footer-container .menu .social-follows .follow-g .icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAMAAAC7faEHAAAAOVBMVEVHcEzo6uro6eno6Ojo6eno6enp6urp6enn6Ojo6uro6enp6eno6Ojp6uro6eno6enp6eno6eno6en2iZ6gAAAAEnRSTlMA2ugxy1OqnyZCcF4Z9A245YI4wx3aAAABZElEQVQ4y41UWZbEIAg0brjEmK77H3aIS8fOMk++EkQKqhAhRlsjaQlAaoqreDOTMVo2j1Fe89lOwSunfKCd/7S/RW3Efhr9vni23zC3ANZd7joLLD9OJZGeqjEJUg0X5eXeiCO/J9uC5Y2Flc96jYTkXslyCdQaA4x4NwNUGjSs+M8sdIvvqC6GYLYbcsXLX3xd5Ep07YmQuaEO//kKu19ScgOriNjLTzgiNBELE6/IO7uowqrEUYX6eAsrMRqhfp58dospiYalhazlpV7mGAf0AqUADjTFM1wktNUYI1juP+d2Kip73FIhc+uzfNBbzFcGWz7+WsY4W/MlW4byyHfWV+iNxhjG+9T65Fnf2S/1Ueo9GanPfjt/aEnEplsNv/x1PQ7ZdPD+I3Gj6NDjQd+rcEXfc15Ue+ZZPc3LOH/rMX/ry/zNzvP0+5h9b9Pvd3YfTO+X6X01vf+m9+n8fv5/3/8BnkQa5aSuTfUAAAAASUVORK5CYII=);
    background-size: 90%
}

.footer .footer-container .menu .social-follows .follow-y .icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAMAAAC7faEHAAAAqFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8j1z1tAAAAN3RSTlMAnvfx7cwHrYIm19ChakU/4MOzh2VRSvrk29S+r5iUjW4xt6WKe3VePCoaFA7oqn5ZNS0gVwMWs4xN5QAAAcNJREFUOMt9lNeCqjAQQEdARVRUwN5777v3/P+fXcpagsHzAAQOw8yERBQK18mpbJmW4y03e8mi5B95YeauWmubA+gWR7Ztj+ZlgFntU6sC1tB9jqcLB1iktSK0VwdRWNchv1Pyb4BXkjSHIVjvt/Ngi44LmK+IA1iJnhZ030qwJYsm5CRmB33JZgzuX6nGXr7QTb7875Fcc5hLsSxISA2ifi+w4uG0TBpzKRFl8mHrDIYSckfH+RY+CuAuU6glvdHRjmIUTAKZUJeInt6rJJV6YZz5Y0oS+kVeGHHvFjjiMFK8cFg1Ul6VjljYqjcQ+fVVr4UpBmfVK8ZNst69GkYU79O71JV4buh1GateRa5OKr+Ao8yoqJ5nf9Tr48iZXjI5X/pXoS8b2EpIAy2x12ElB/CTmnTM3eRXDUPNk4mLuvvBTCL6dMJjCX7iNbfMpRlvJBEuSWbHgnyhgRWfb1G22VRh/VwpP5naFhqP6x60RE/JpP1cZXsLmlrtZkLt7S0LfH1u6pfuPSinQ248MF1R+B0B/clBnqwHwGz3uZHkAbM4nrRcN/BPdaAT6Pcm9V9w1pntLwWnct00jE7Pm0yVJ/8BHAJzuf9L5zQAAAAASUVORK5CYII=);
    background-size: 90%
}

.g-container {
    position: relative;
    display: none;
    margin: 90px auto 60px
}

.ExitFull a svg {
    top: 0;
    position: absolute;
    height: 100%;
    width: 150px;
    display: none
}

.g-list {
    width: 103px;
    display: none
}

.g-list .tag {
    width: 48px;
    height: 48px
}

.g-list .list-item {
    width: 100% !important;
    float: none !important
}

.g-list .list-item+.list-item {
    margin-top: 18px !important
}

.NewPlayGames {
    width: 800px;
    height: 650px;
    margin: 0 auto;
    background: #444;
    position: relative
}

.FullScreenBox {
    position: initial;
    width: 100%;
    height: calc(100% - 50px);
    left: 0;
    top: 0;
    z-index: 9999999
}

.NewGameInfo,
.NewGameInfoText .icon {
    width: 100%;
    height: calc(100% - 50px);
    position: relative;
    overflow: hidden
}

.NewGameInfo img.ImgBg {
    width: 110%;
    height: 110%;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px)
}

.NewGameInfo:after {
    content: '';
    position: absolute;
    top: -100%;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(ellipse closest-side, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .5) 100%);
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.NewGameInfo img.ImgBg,
.NewGameInfoText,
.NewGameInfoText .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.NewGameInfoText {
    cursor: pointer;
    z-index: 10;
    text-align: center;
    width: 100%
}

.NewGameInfoText h1 {
    font-size: 18px;
    color: #fff;
    padding: 15px 0
}

.NewGameInfoText .icon {
    height: 120px;
    width: 160px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin: 0 auto;
    border: 2px solid #fff
}

.NewGameInfoText .icon img {
    min-width: 100%;
    min-height: 100%;
    background: #fff
}

.NewPlayGameBtn {
    display: inline-block;
    background: #ff5b0a;
    padding: 10px;
    border-radius: 10px;
    border: 3px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none
}

.detailDescription {
    display: none;
    background: #fff;
    padding: 12px;
    border-top: 1px solid #edf3f7;
    position: relative;
    height: 50px;
}

.pwa-btn {
    text-decoration: none;
    cursor: pointer;
    display: none;
}

.detailDescription h2 {
    padding: 0 300px 10px 0
}

.full-screen {
    background: #37393b
}

.FullHead {
    height: 56px;
    background: #fff;
    width: 100%;
    display: none
}

.FullLogo {
    float: left;
    height: 56px;
    padding: 0 20px
}

.FullLogo a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 56px
}

.ExitFull {
    float: right;
    height: 56px;
    line-height: 56px
}

.ExitFull a,
.GamesActions .GameBtn {
    display: inline-block;
    position: relative;
    text-decoration: none
}

.ExitFull a {
    color: #fff;
    height: 56px;
    padding-left: 25px;
    margin-right: 20px
}

.ExitFull a svg {
    display: inline-block;
    width: 20px;
    height: 16px;
    background: #fff;
    left: 0
}

.GamesActions {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 400px;
    text-align: right
}

.GamesActions .GameBtn {
    height: 20px;
    padding-left: 30px;
    padding-right: 10px;
    line-height: 20px;
    border-right: 1px solid #ddd;
    color: #666
}

.GamesActions .GameBtn:last-child {
    border: 0
}

.GamesActions .GameBtn svg {
    position: absolute;
    top: 3px;
    left: 10px
}

.GamesActions .RefreshGames svg {
    top: 2px
}

.GamesActions .GameBtn:hover,
.GamesActions .GamesShareBox .Sharebtn:hover {
    color: #333
}

.GamesActions .Maximize:hover svg path,
.GamesActions .RefreshGames:hover svg path {
    fill: #333
}

.GamesActions .GamesShareBox {
    position: relative
}

.GamesActions .GamesShareBox .Sharebtn {
    color: #666;
    text-decoration: none;
    display: inline-block;
    height: 100%;
    width: 100%
}

.GamesActions .GamesShareBox .box {
    z-index: 999;
    padding: 10px 20px;
    width: 140px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 20px;
    display: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #edf3f7
}

.GamesActions .GamesShareBox .box svg,
.share-button .box svg {
    position: static;
    top: auto;
    left: auto
}

.GamesShareBox {
    text-align: left
}

.GamesShareBox .social_share {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    color: #666
}

.GamesShareBox .icon,
.search-icon span {
    display: inline-block;
    background-repeat: no-repeat
}

.GamesShareBox .icon {
    background-position: center;
    position: absolute;
    left: 0;
    top: 5px;
    height: 20px;
    width: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.GamesShareBox .social_share:hover {
    opacity: .9
}

.share-reddit .icon {
    background-image: url(/images/rd-new.svg);
    background-size: 100%
}

.share-fb .icon,
.share-t .icon {
    background-image: url(/images/fb-new.svg);
    background-size: 100%
}

.share-t .icon {
    background-image: url(/images/tw-new.svg)
}

.search-icon {
    width: 48px;
    height: 56px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center
}

.search-icon a {
    display: block;
    width: 100%;
    height: 100%
}

.search-icon span {
    width: 30px;
    height: 30px;
    margin-top: 11px;
    background-image: url(/images/search.png);
    /* background-position: -15px -180px; */
    background-size: 27px
}

.search {
    margin-left: 48px;
    margin-right: 16px;
    margin-top: 8px;
    background: #fff;
    position: relative;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

#search-form,
.search {
    height: 40px;
    width: auto
}

.search input {
    border: 0;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 56px 0 16px;
    color: #999;
    border-radius: 6px
}

.search input:focus {
    border: 0;
    outline: 0
}

.search button {
    width: 33px;
    height: 26px;
    border: 0;
    position: absolute;
    right: 12px;
    top: 8px;
    background: #fff url(/images/search-icon.svg) center no-repeat;
    background-size: 100%
}

.search button:focus {
    outline: 0
}

.search button:hover {
    background-color: #fff
}

.search-title {
    padding: 16px;
    font-size: 16px;
    color: #666;
    position: relative;
    overflow: hidden
}

.search-title span {
    font-size: 20px;
    color: #333
}

.menubox {
    width: 210px;
    background: #fff;
    position: fixed;
    top: 48px;
    color: rgb(9, 9, 9);
    left: -260px;
    display: block;
    overflow-y: auto;
    z-index: 9
}

#backToTop,
.menubg {
    position: fixed;
    cursor: pointer
}

.menubg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3
}

.menu-ul li,
.menu-ul li a {
    height: 40px;
    line-height: 40px
}

.menu-ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: rgb(12, 12, 12);
    font-size: 14px
}

#backToTop span,
.menu-ul li a span {
    display: inline-block;
    background-repeat: no-repeat
}

.menu-ul li a span {
    width: 28px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 25px;
    background-image: url(/images/menu_all_icon.png);
    background-size: 60px
}

.menu-ul li a span.home {
    background-position: -29px 0
}

.menu-ul li a span.new-icon {
    background-position: -1px -27px
}

.menu-ul li a span.hot-icon {
    background-position: -1px 0
}

.menu-ul li a span.fighting-icon {
    background-position: -1px -167px
}

.menu-ul li a span.racing-icon {
    background-position: -1px -196px
}

.menu-ul li a span.shooting-icon {
    background-position: -1px -225px
}

.menu-ul li a span.war-icon {
    background: url(/images/home/war-icon.png) no-repeat center;
    background-size: 18px
}

.menu-ul li a span.sport-icon {
    background-position: -1px -253px
}

.menu-ul li a span.tower-icon {
    background: url(/images/home/tower-defense-icon.png) no-repeat center;
    background-size: 18px
}

.menu-ul li a span.boys-icon {
    background-position: 0 -57px
}

.menu-ul li a span.girls-icon {
    background-position: 0 -86px
}

.menu-ul li a span.kids-icon {
    background-position: 0 -113px
}

.menu-ul li a span.xmas-icon {
    background-position: 0 -139px
}

.menu-ul li a span.home-w {
    background-position: -29px -27px
}

.menu-ul li a span.new-icon-w {
    background: url(/images/home/new-game-icon-w.png) no-repeat center;
    background-size: 20px
}

.menu-ul li a span.hot-icon-w {
    background: url(/images/home/hot-games-icon-w.png) no-repeat center;
    background-size: 20px
}

.menu-ul li a span.fighting-icon-w {
    background: url(/images/home/fighting-icon-w.png) no-repeat center;
    background-size: 18px
}

.menu-ul li a span.racing-icon-w {
    background: url(/images/home/racing-icon-w.png) no-repeat center;
    background-size: 18px
}

.menu-ul li a span.shooting-icon-w {
    background: url(/images/home/shooting-w.png) no-repeat center;
    background-size: 18px
}

.menu-ul li a span.war-icon-w {
    background: url(/images/home/war-icon-w.png) no-repeat center;
    background-size: 18px
}

.menu-ul li a span.sport-icon-w {
    background: url(/images/home/sport-icon-w.png) no-repeat center;
    background-size: 18px
}

.menu-ul li a span.tower-icon-w {
    background: url(/images/home/tower-defense-icon-w.png) no-repeat center;
    background-size: 18px
}

.menu-ul li a span.icon img {
    vertical-align: baseline
}

.homeh1 {
    position: fixed;
    right: 100000px;
    top: 111px
}

#backToTop {
    padding: 3px 6px;
    bottom: 50px;
    right: 10px;
    display: none;
    background: #ff6004 center no-repeat;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .35);
    z-index: 12
}

#backToTop span {
    width: 40px;
    height: 40px;
    background-image: url(/images/home/tool_all_icon.png);
    background-position: -13px -264px;
    background-size: 64px
}

.no-white-box,
.white-box {
    clear: both;
    padding-bottom: 10px;
    border-radius: 5px
}

.white-box {
    background: #fff;
    margin: 10px 10px 0
}

.no-white-box {
    margin: 0 10px
}

.big-title,
.small-title {
    padding: 8px 16px 8px 14px;
    font-size: 18px;
    position: relative;
    overflow: hidden
}

.ActionDescribe h3,
.big-title h2 {
    padding-bottom: 10px;
    font-size: 14px
}

.big-title span {
    display: inline;
    line-height: 14px;
    font-size: 13px;
    font-family: cursive;
    color: #fff
}

.small-title {
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666
}

.big-title a,
.small-title a {
    position: absolute;
    top: 10px;
    right: 16px;
    font-size: 14px;
    text-decoration: none
}

.big-title .more:after {
    content: '';
    display: inline-block;
    font-family: cursive;
    color: #fff;
    width: 6px;
    height: 6px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(224deg)
}

.small-title a.more {
    padding-right: 8px;
    background: url(/images/more-icon.svg) no-repeat center right
}

.big-title a.all-tag,
.big-title a.tag,
.small-title a.all-tag,
.small-title a.tag {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin: 5px 5px 5px 0;
    border: 1px solid #dee3e7;
    padding: 0 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px
}

.big-title a.tag:hover,
.small-title a.tag:hover {
    border: 1px solid #ed8a33;
    color: #ed8a33
}

.big-title a.all-tag,
.small-title a.all-tag {
    border: 1px solid #edf3f7;
    background: #edf3f7
}

.big-title a.all-tag:hover,
.small-title a.all-tag:hover {
    border: 1px solid #ed8a33;
    background: 0;
    color: #ed8a33
}

.Category-Description,
.details-game-info .details-game-title h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.Category-Description {
    margin-bottom: 10px;
    line-height: 1.2rem;
    font-size: .8rem;
    clear: both;
    max-height: 40px;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.details-imgbg {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px);
    background-size: cover;
    background-position: center
}

.games-title {
    background: #fff;
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    position: relative
}

.games-title .title {
    font-size: 16px
}

.dropload-load,
.dropload-noData,
.dropload-refresh,
.dropload-update {
    height: 50px;
    line-height: 50px;
    text-align: center
}

.tt-menu {
    color: #fff;
    border-radius: 3px;
    background: #bd256b !important
}

.tt-menu .tt-suggestion {
    padding: 9px 12px
}

.tt-menu .tt-suggestion:hover {
    background: #971551
}

.content .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 3.125%;
    border-bottom: 1px solid #ddd;
    color: #333;
    text-decoration: none
}

.content .item img {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd
}

.content .item h3 {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-height: 40px;
    overflow: hidden;
    line-height: 20px;
    margin: 0 10px;
    font-size: 1.2rem
}

.content .item .date {
    display: block;
    height: 20px;
    line-height: 20px;
    color: #999
}

.details-return-icon:before,
.home-best-list .pic-box .hot,
.iscroll-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.iscroll-wrapper {
    z-index: 2;
    overflow: hidden;
    background: #4c072d
}

.iscroll-top {
    top: 50px;
    height: calc(100% - 50px)
}

.iscroll-top #container-fluid {
    padding-top: 0
}

.iScrollIndicator {
    border: 0 !important;
    background: rgba(0, 0, 0, .3) !important
}

.iscroll,
.iscroll-label {
    width: 100%;
    position: absolute
}

.iscroll-label {
    left: 0;
    bottom: -40px;
    text-align: center;
    color: #a05757;
    font-weight: 700;
    letter-spacing: .1em;
    text-shadow: 0 0 5px #a50000;
    font-family: Arial
}

.iscroll {
    background: #04AAF5;
    min-height: 101%;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none
}

.iscroll-bar {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-shadow: none;
    text-align: center;
    width: 100%;
    display: none
}

.home-best-list {
    padding: 6px;
    margin-top: 10px;
    overflow: hidden;
    position: relative
}

.home-best-list a,
.more-hot-games {
    text-decoration: none;
    display: block
}

.home-best-list .list-item,
.home-best-list ul li {
    float: left;
    width: 31.33333%;
    margin: 1%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.home-best-list .pic-box {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    background: #e9eff2;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .2)
}

.columns3 ul li .pic-box img,
.details-game-info .details-game-icon img,
.home-best-list .pic-box img {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home-best-list .pic-box .hot {
    display: block;
    width: 45px;
    height: 45px;
    background: url(/images/tag-hot.png) left top no-repeat;
    background-size: 45px;
    z-index: 9
}

.home-best-list .title {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgb(138 2 2/60%);
    display: none
}

#iframe,
#mainContainer {
    position: fixed;
    top: 0;
    left: 0
}

#iframe {
    border: 0;
    z-index: 99
}

#mainContainer {
    z-index: 99999;
    background: #444
}

.more-hot-games {
    background: #38CAB3;
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-weight: 700;
    border-radius: 6px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 0;
    display: none
}

.more-hot-games:active {
    background: #38CAB3
}

.ActionDescribe {
    padding: 16px
}

.ActionDescribe h3 {
    font-size: 20px
}

.ActionDescribe p {
    padding-bottom: 10px;
    line-height: 21px
}

.ActionDescribe a {
    text-decoration: none;
    font-weight: 700
}

.ActionDescribe a:hover {
    text-decoration: underline
}

.coll_content {
    height: 20px;
    overflow: hidden
}

.details-return-icon {
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
    left: 16px;
    top: 16px;
    cursor: pointer;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat
}

.details-return-icon:before {
    content: '';
    opacity: .3;
    background: #000;
    z-index: 1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.details-return-icon,
.details-return-icon img {
    position: relative;
    z-index: 9
}

.details-main {
    position: relative;
    padding: 16px
}

.details-game-info {
    position: relative;
    width: auto;
    padding-top: 60px
}

.details-game-inner {
    width: 100%;
    height: 200px;
    text-align: center;
    position: relative
}

.details-game-info .details-game-icon,
.share-button {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    text-align: center
}

.details-game-info .details-game-icon {
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .2)
}

.share-button {
    position: absolute;
    width: 50px;
    right: 3%;
    top: 3%;
    height: auto;
    padding: 5px;
    z-index: 1
}

.details-game-tag a,
.share-button .box {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.share-button .box {
    padding: 8px;
    width: 42px;
    margin-top: 10px;
    background: #fff;
    display: none;
    border: 1px solid #edf3f7
}

.share-button .box .GamesShareBox {
    position: relative
}

.share-button .box .GamesShareBox .icon {
    background-size: 100%;
    width: 25px;
    height: 25px;
    margin-top: 5px
}

.share-button .box .GamesShareBox .social_share {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 30px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    color: #666
}

.details-game-info .details-game-icon img {
    background: #e9eff2;
    height: 101%
}

.details-game-info .details-game-title {
    position: static;
    width: 100%;
    text-align: center
}

.details-game-info .details-game-title h1 {
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(125, 185, 232, 0) 100%)
}

.details-game-info .details-game-title .rating {
    color: #999;
    margin-top: 10px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.details-game-info .details-game-title .rating span {
    color: #14b21d
}

.details-game-share {
    height: 36px;
    width: 36px;
    position: absolute;
    top: 22px;
    right: 0;
    background-position: center;
    background-image: url(/images/details-game-share.svg);
    background-repeat: no-repeat
}

.btn-play {
    display: inline-block;
    background: #ff5b0a;
    margin: -20px 0 50px;
    padding: 10px;
    border-radius: 10px;
    border: 3px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.details-game-tag {
    padding-top: 10px;
    padding-bottom: 5px
}

.details-game-tag a {
    display: inline-block;
    background: #f1f2f3;
    margin-bottom: 5px;
    padding: 0 8px;
    margin-right: 2px;
    text-decoration: none;
    color: #666;
    font-size: 12px
}

.details-game-tag a:nth-of-type(1) {
    background: #e7f6ef
}

.details-game-tag a:nth-of-type(2) {
    background: #edf5e8
}

.details-game-tag a:nth-of-type(3) {
    background: #eaf2fc
}


.adsbygoogle {
    margin: 0 auto;
    background: #f5f5f5
}

.details-game-tag a:nth-of-type(4) {
    background: #edf5e8
}

.details-game-tag a:nth-of-type(5) {
    background: #f1f1f1
}

#NewOuter {
    top: 0;
    left: 0;
    overflow: auto
}

#NewOuter,
#NewRotate {
    width: 100%;
    height: 100%
}

#adContainer,
.NewGameMenu:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.NewGameMenu {
    position: fixed;
    left: 0;
    top: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    z-index: 99999
}

.NewGameMenu:before {
    position: fixed;
    z-index: 1;
    background-color: #000;
    opacity: .2
}

.NewGameMenuBtn,
.NewGameMenuBtn:before,
.NewGameMenuMain:before {
    -moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0
}

.NewGameMenuBtn {
    margin: 0px;
    text-align: center;
    position: relative;
    cursor: pointer
}

.NewGameMenu a,
.NewGameMenuContentA a {
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #bbb;
    text-decoration: none;
    display: block
}

.NewGameMenu a span,
.NewGameMenuContentA a span {
    display: block;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.NewGameMenu .GoToHome span {
    background: url(/images/to-home-icon.png) center no-repeat;
    background-size: 72%
}

.classify-item .moreContent,
.details #head,
.play-pc-visible,
.play-visible {
    display: none
}

.classify-item:hover .moreContent,
.play-hide,
.play-pc-hide {
    display: block
}

.NewGameMenuBtn:before,
.NewGameMenuMain:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    opacity: .4
}

.NewGameMenuMain {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    padding: 16px
}

.NewGameMenuMain:before {
    background: #000
}

.NewGameMenuContent,
.WithAdBlocker div {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    left: 50%
}

.NewGameMenuContent {
    top: 60px;
    transform: translateX(-50%);
    background: #04AAF5;
    width: 180px;
    max-height: 460px;
    height: auto;
    min-width: 270px;
    z-index: 999;
    padding: 15px 10px
}

.NewGameMenuContentA {
    position: relative;
    text-align: center;
    padding-bottom: 5px;
    opacity: unset;
    width: 160px
}

.NewGameMenuContentA a {
    width: 33.3%;
    float: left
}

.NewGameMenuContentA a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.NewGameMenuContentA a span {
    height: 36px;
    width: 36px;
    background: #fff
}

.category-title {
    padding: 1px 0 1px 1px;
    font-weight: 700
}

.category-title i {
    background: #f29c76;
    width: 3px;
    margin-right: 6px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px
}

.category-title img {
    background: #f29c76 no-repeat center;
    height: 20px;
    width: 4px
}

.details-game-description {
    padding: 3%
}

.details-game-description h2 {
    font-size: 16px;
    margin-bottom: 12px
}

.New-describe {
    line-height: 22px;
    max-height: none;
    overflow: auto;
    position: relative;
    margin-bottom: 8px
}

.New-describe a {
    color: #ed8a33;
    text-decoration: none
}

.describe-title {
    padding: 16px 16px 16px 14px;
    font-size: 12px;
    color: #999;
    line-height: 18px
}

.describe-title h1 {
    font-size: 18px;
    color: #fff
}

.describe-title a.tag:hover {
    background: #fff1de
}

.describe-title a.all-tag,
.describe-title a.tag {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    line-height: 24px;
    margin: 5px 5px 5px 0;
    border: 1px solid #f29a76;
    padding: 0 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px
}

.describe-title a.all-tag:hover {
    border: 1px solid #ed8a33;
    background: 0;
    color: #ed8a33
}

.describe-title .Category-Description a {
    color: #ed8a33;
    text-decoration: none
}

.describe-title .Category-Description a:hover {
    text-decoration: underline
}

.describe-title .Category-Description p {
    padding-bottom: 3px
}

.WithAdBlocker div {
    overflow: hidden;
    background: #fff;
    padding: 30px;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: 90%;
    z-index: 100;
    font-size: 14px;
    text-align: center
}

.WithAdBlocker div p:nth-child(2) {
    padding-bottom: 10px;
    font-size: 16px;
    color: #444
}

.WithAdBlocker div a {
    font-size: 14px;
    color: #999;
    margin-top: 10px
}

.WithAdBlocker:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 9;
    opacity: .7
}

#LeftAdDiv {
    margin-top: 20px;
    width: 160px;
    height: 616px;
    padding: 0 5px 10px;
    margin-right: 5px;
    float: left;
    line-height: 15px;
    background-color: #2e6d95
}

#LeftAdDiv,
#RightAdDiv,
.game_name {
    color: #fff;
    text-align: center
}

#RightAdDiv {
    margin-top: 20px;
    width: 160px;
    height: 616px;
    padding: 0 5px 10px;
    margin-left: 5px;
    float: right;
    line-height: 15px;
    background-color: #2e6d95
}

#homeTopAd {
    text-align: center;
    max-height: 110px;
    padding: 10px
}

.game_name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #29638b;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.grid {
    max-width: 1110px;
    margin: auto
}

.grid:after {
    content: '';
    display: block;
    clear: both
}

.grid-item {
    float: left;
    width: 150px;
    height: 150px;
    position: relative;
    background: #e9eff2;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .2);
    margin-bottom: 10px
}

.grid-item img {
    width: 150px;
    min-height: 150px
}

.grid-item--width2 {
    width: 310px
}

.grid-item--height2 {
    height: 310px
}

.header_games-warp {
    /* background: url('/images/pcbg.png')center center no-repeat; */
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: center
}

.logo_games {
    margin: 0 20px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color:#222222;
    font-weight: bold;
    text-decoration: none;
}

.logo_games img {
    width: 100%
}

.logo_a{
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 15px !important;
    color:#222222 !important;
    font-weight: bold;
    text-decoration: none;
}



.classify_games {
    flex: 1;
    display: flex
}

.classify-item {
    position: relative;
    color: #fff;
    display: block;
    font-weight: 400;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    padding: 0 12px;
    cursor: pointer;
    border-right: 1px solid #fff
}

.classify-item:last-child {
    border-right: 0
}

div.classify-item>div.moreContent {
    position: absolute;
    top: 22px;
    left: 0;
    width: 160px;
    background: #b51c7b;
    z-index: 200;
    display: none
}

div.classify-item>div.moreContent a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

div.classify-item>div.moreContent a:hover {
    color: #ffead0;
    background: #7f0557
}

div.walk_video {
    width: 990px;
    height: 470px;
    margin: auto;
    display: none;
    padding: 5px 0;
    background: #004060
}

div.video-content,
div.video_games {
    width: 820px;
    float: left;
    padding: 0 0 0 5px
}

div.video_games {
    width: 140px;
    height: 455px;
    margin: 0 0 0 10px;
    background-color: #004060
}

div.video_games div.thumb {
    float: left;
    margin: 3px 0 6px;
    border-radius: 10px;
    text-align: center;
    width: 100px;
    height: 100px;
    box-sizing: content-box
}

.columns3 ul li .pic-box,
div .thumb {
    position: relative;
    background: #e9eff2;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    overflow: hidden
}

div .thumb {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .2);
    margin-bottom: 10px
}

.details-game-nav a {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    color: #f6b79c;
    font-size: 12px
}

.details-game-nav img {
    width: 10px
}

.NewGameMenuContentA a.GoToHome span {
    background: #fff url(/images/new-details-home.svg) center no-repeat;
    background-size: 26px
}

.NewGameMenuContentA a.EndGame span {
    background: #fff url(/images/new-details-close.svg) center no-repeat;
    background-size: 16px
}

.NewGameMenuContentA a.RefreshGames span {
    background: #fff url(/images/new-details-refresh.svg) center no-repeat;
    background-size: 18px
}

.NewGameMenuContentA a.RotateScreen span {
    background: #fff url(/images/new-details-rotate.svg) center no-repeat;
    background-size: 30px
}

.NewGameMenuContentA a.AddScreen span,
.NewGameMenuContentA a.FullScreen span {
    background: #fff url(/images/new-details-full.svg) center no-repeat;
    background-size: 16px
}

.columns3 ul li {
    float: left;
    position: relative;
    width: 31.33333%;
    margin: 1%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.columns3 ul li a {
    text-decoration: none;
    color: #666
}

.columns3 ul li a span {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    margin-bottom: 16px
}

.columns3 ul li .pic-box {
    border: 1px solid #f29a76;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-size: 100px;
    border-radius: 10px
}

.columns3 ul li span {
    display: block;
    text-align: center;
    height: 30px;
    overflow: hidden
}

.animate__shakeY {
    animation: shakeY 8s ease infinite 2s
}

.article {
    padding: 15px;
    color: #fff;
    text-align: justify
}

.article h1 {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 12px
}

.article-title {
    font-size: 14px;
    color: #ff9b84
}

.menu-ul li a.active {
    background: #9a0a6b;
    color: #fff
}

.home-best-list ul>li .pic-box {
    animation: 1s ease rubberBand
}

.home-best-list ul>li:nth-child(1) .pic-box {
    animation-delay: .1s
}

.home-best-list ul>li:nth-child(2) .pic-box {
    animation-delay: .2s
}

.home-best-list ul>li:nth-child(3) .pic-box {
    animation-delay: .3s
}

.home-best-list ul>li:nth-child(4) .pic-box {
    animation-delay: .4s
}

.home-best-list ul>li:nth-child(5) .pic-box {
    animation-delay: .5s
}

.home-best-list ul>li:nth-child(6) .pic-box {
    animation-delay: .6s
}

.home-best-list ul>li:nth-child(7) .pic-box {
    animation-delay: .7s
}

.home-best-list ul>li:nth-child(8) .pic-box {
    animation-delay: .8s
}

.home-best-list ul>li:nth-child(9) .pic-box {
    animation-delay: .9s
}

.home-best-list ul>li:nth-child(10) .pic-box {
    animation-delay: .1s
}

.home-best-list ul>li:nth-child(11) .pic-box {
    animation-delay: .11s
}

.home-best-list ul>li:nth-child(12) .pic-box {
    animation-delay: .12s
}

.Search-tag {
    padding: 12px
}

.Search-tag a {
    display: inline-block;
    text-decoration: none;
    border-radius: 6px;
    background: #e83e8c;
    padding: 3px 6px;
    margin: 3px
}

.dropload-load .loading,
.iscroll-bar .loading,
.more-hot-games .loading {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 6px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate .75s linear infinite;
    animation: rotate .75s linear infinite
}

.tag {
    background-size: cover;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0
}

.tag-good,
.tag-hot,
.tag-new {
    background-image: url(/images/tag-hot.png)
}

.ads {
    clear: both;
    margin: 15px auto;
    position: relative;
    text-align: center
}

.ads-eventpoint {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

.ads-placeholder {
    background: #04aaf5
}

.ads-pin-container {
    position: relative
}

.ads-home-left {
    position: absolute;
    left: -200px;
    top: 120px;
    display: none
}

.search-header_games form {
    display: flex;
    align-items: center;
    position: relative
}

.search-header_games button {
    background: 0;
    border: 0;
    position: absolute;
    right: 20px
}

.search-header_games button img {
    width: 25px
}

.search-header_games a {
    display: inline-block;
    width: 40px;
    height: 40px
}

.search-header_games input {
    background: #fff;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    border: 0;
    padding: 0 30px 0 10px;
    font-size: 18px;
    margin-right: 15px;
    color: #252222;
    font-weight: 500
}

.ads-info {
    min-width: 300px;
    max-width: 900px;
    width: 100%;
    height: 300px
}

.ads-right,
.ads-left {
    display: none
}

.details #head {
    display: none
}

.NewPlayGameBtn {
    position: relative
}

.NewPlayGameBtn.loading:before,
.details-game-play-button.loading:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #ff5b0a
}

.NewPlayGameBtn.loading:before {
    background: #ff5b0a;
    border-radius: 10px
}

.NewPlayGameBtn.loading:after,
.details-game-play-button.loading:after {
    content: '';
    position: absolute;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    animation: rotate 1s ease infinite;
    vertical-align: middle;
    margin-right: 6px;
    left: calc(50% - 7px);
    top: calc(50% - 7px)
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media(min-width:480px) {
    .youtube-video-one {
        width: 448px;
        padding-top: 0;
        height: 240px
    }
}

@media(min-width:640px) {

    .home-best-list .list-item,
    .home-best-list ul li {
        width: 23%
    }

}

@media(min-width:720px) {

    .home-best-list .list-item,
    .home-best-list ul li {
        width: 14.6666%
    }

    .list-box ul li {
        width: 50%;
        float: left
    }
}

@media screen and (min-width:900px) {
    #NewOuter {
        display: none !important
    }

    .details #head {
        display: block
    }

    .container,
    .header_games {
        display: block !important
    }

    .logo {
        float: left;
        margin: 0
    }

    .Menu {
        overflow: hidden;
        margin: 0;
        display: block
    }

    .details-main,
    .footer .footer-main,
    .footer .footer-tab,
    .menu-icon,
    .search-icon,
    .share-button {
        display: none
    }

    #web_head,
    .footer .footer-container {
        display: block
    }

    .detailDescription {
        display: flex;
    }

    #head {
        background-size: cover
    }
}

@media only screen and (min-width:1024px) {
    .g-container {
        width: 800px
    }
}

@media(min-width:1200px) {
    .more-hot-games {
        display: block
    }

    .iscroll-bar {
        display: none !important
    }

    .home-best-list .list-item,
    .home-best-list ul li {
        width: 8%
    }

    .g-container {
        width: auto
    }

    .ads-right,
    .ads-left {
        display: block
    }
}

@media(min-width:1300px) {
    .g-list {
        display: block
    }
}

@media(min-width:1600px) {
    .ads-home-left {
        display: block !important
    }
}

@media(orientation:landscape) {
    .NewGameMenuContent {
        width: 450px
    }

    .columns3 ul li {
        width: 14.66666%
    }
}
.admob{
    /* min-height: 250px;
    min-width: 250px;  */
}
