body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif;
    background: #1a3e11
}

dl,
dt,
dd,
ul,
li,
h1,
h2,
form,
input,
textarea,
p,
td,
h4,
h3 {
    padding: 0;
    margin: 0
}

ul,
dl {
    list-style: none
}

img {
    vertical-align: top;
    border: 0
}

.clear {
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

a {
    text-decoration: none
}

div.header {
    height: 50px;
    padding-top: 3px;
    background: url(/images/blue/top-bar_bg.png) repeat-x;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    min-width: 260px;
    overflow: hidden;
    font-size: 24px
}

div.header_left {
    float: left;
    width: 40px;
    padding-left: 10px;
    cursor: pointer
}

div.header_right {
    float: right;
    width: 40px;
    padding-right: 10px;
    cursor: pointer
}

#PopMenuDiv {
    position: absolute;
    width: 160px;
    left: 0;
    top: 45px;
    z-index: 1000;
    text-align: left;
    display: none
}

#PopMeneUL li {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    border-bottom: #2676A2 1px solid;
    background: #056194;
    padding: 5px 0 5px 10px;
    color: #fff
}

#PopMeneUL li.selected {
    background: #00547c
}

#PopMeneUL a {
    text-decoration: none
}

#PopMeneUL a li {
    color: #fff
}

#searchDiv {
    width: 100%;
    height: 30px;
    padding: 2px 0 0 0;
    position: relative;
    display: none;
    clear: both;
    margin-top: -10px
}

#searchForm #keywordsDiv {
    height: 30px;
    float: left;
    width: 100%
}

#searchForm #keywordsInput {
    width: 100%;
    height: 30px;
    padding-left: 5px;
    padding-right: 60px;
    border: 0
}

#searchForm #submitDiv {
    width: 60px;
    height: 30px;
    float: right;
    position: absolute;
    right: 0
}

#searchForm #submitInput {
    width: 100%;
    height: 30px;
    border: 0;
    background-color: #056194;
    color: #FFF;
    font-weight: 700
}

div.HeaderMenuPC {
    float: left;
    width: 700px;
    font-size: 16px;
    line-height: 44px
}

div.HeaderMenuPC a {
    padding: 0 10px 0 5px;
    color: #fff
}

div.HeaderMenuPC a:hover {
    color: #ffd14d
}

div.allgames {
    margin-left: auto;
    margin-right: auto;
    clear: both
}

div.thumb {
    float: left;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 10px
}

div.thumb {
    --margin: 5px;
    --allWidth: calc(100% - 20px);
    --width: calc((100% - 20px)/2);
    margin: var(--margin);
    width: var(--width);
    height: var(--width)
}

.tag-featured {
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    height: 58px;
    background: url(/images/blue/tag-featured2.png) 0 0 no-repeat;
    display: none
}

@media only screen and (min-width:300px) {
    div.thumb {
        --margin: 5px;
        --allWidth: calc(100% - 30px);
        --width: calc((100% - 30px)/3);
        margin: var(--margin);
        width: var(--width);
        height: var(--width)
    }
    .tag-featured {
        display: none
    }
}

@media only screen and (min-width:450px) {
    .tag-featured {
        display: block
    }
}

@media only screen and (min-width:600px) {
    div.thumb {
        --margin: 5px;
        --allWidth: calc(100% - 40px);
        --width: calc((100% - 40px)/4);
        margin: var(--margin);
        width: var(--width);
        height: var(--width)
    }
    .tag-featured {
        display: block
    }
}

@media only screen and (min-width:1000px) {
    div.thumb {
        --margin: 5px;
        --allWidth: calc(100% - 60px);
        --width: calc((100% - 60px)/6);
        margin: var(--margin);
        width: var(--width);
        height: var(--width)
    }
    .tag-featured {
        display: block
    }
}

@media only screen and (min-width:1400px) {
    div.thumb {
        --margin: 5px;
        --allWidth: calc(100% - 80px);
        --width: calc((100% - 80px)/8);
        margin: var(--margin);
        width: var(--width);
        height: var(--width)
    }
    .tag-featured {
        display: block
    }
}

@media only screen and (min-width:1600px) {
    div.thumb {
        --margin: 5px;
        --allWidth: calc(100% - 100px);
        --width: calc((100% - 100px)/10);
        margin: var(--margin);
        width: var(--width);
        height: var(--width)
    }
    .tag-featured {
        display: block
    }
}

div.thumb a img {
    border: 2px solid #F2F6F8;
    width: 100%;
    height: 100%;
    border-radius: 100px
}

div.thumb a {
    color: #f5f500;
    text-decoration: none
}

div.thumb span.GameName {
    position: absolute;
    bottom: 1px;
    left: 1px;
    width: 100%;
    height: auto;
    display: none;
    color: #FEC501;
    background-color: #3F3F3F;
    padding: 5px 0 5px 0;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

div.thumb-hot span.GameName {
    width: 100%
}

#loadingmoregames {
    width: 100%;
    text-align: center;
    clear: both
}

.foot {
    height: 30px;
    width: 100%;
    line-height: 30px;
    color: #fff;
    clear: both;
    margin: 20px 0 0 0;
    text-align: center;
    background: #00547c
}

.foot a {
    color: #fff;
    text-decoration: none
}

#footad {
    position: fixed;
    width: 100%;
    height: 50px;
    text-align: center;
    bottom: 0;
    background: #fff;
    padding-top: 5px
}

#backToTop {
    width: 60px;
    height: 50px;
    position: fixed;
    bottom: 90px;
    right: 10px;
    display: none;
    z-index: 1000
}


@media screen and (max-width:640px) {
p {
line-height:150%;
}
}

