@font-face {
    font-family: "icons";
    font-display: block;
    font-style: normal;
    font-weight: normal;
    src: url('/css/game_62/fonts/icons.woff') format('woff')
}

html, body, span, object, iframe, h1, h2, h3, h4, p, a, img, b, i, ol, ul, li, input, form, label, embed, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0
}

html {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #555;
    background: #222
}

body {
    position: relative;
    background: #222
}

ol, ul, li {
    list-style: none
}

img {
    vertical-align: middle
}

svg {
    height: auto
}

button {
    cursor: pointer;
    user-select: none;
    outline: none;
    border: none;
    font-family: inherit;
    font-size: 100%;
    text-transform: none;
    background: none
}

textarea {
    box-sizing: border-box;
    outline: none
}

textarea, input, select {
    font-family: Roboto, Arial, sans-serif;
    box-sizing: border-box;
    outline: none;
    border-radius: 5px;
    color: #333;
    background: #fff
}

a {
    color: #49b;
    text-decoration: none
}

a:hover, a:active {
    color: #333;
    text-decoration: none
}

a:focus {
    outline: none
}

textarea::placeholder, input::placeholder {
    font-style: italic;
    font-size: 13px;
    color: #888
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
    font-style: italic !important;
    color: #888 !important
}

textarea:focus::placeholder, input:focus::placeholder {
    color: transparent
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 19px
}

html {
    scrollbar-width: thin;
    scrollbar-color: #aaa transparent
}

.color0 {
    background-color: #393939
}

.color-Action{
    background-color: #393939
}

.border0 {
    border-color: #777
}

.link0, .link0:hover {
    color: #49b
}


.link-Action, .link-Action:hover {
    color: #49b
}

.color1 {
    background-color: #49c
}

.color-Adventure{
    background-color: #49c
}

.link-Adventure, .link-Adventure:hover {
    color: #49b
}

.border1 {
    border-color: #49b
}

.link1, .link1:hover {
    color: #49b
}

.color2 {
    background-color: #7a3
}

.color-Sports {
    background-color: #7a3
}

.link-Sports, .link-Sports:hover {
    color: #7a3
}

.border2 {
    border-color: #7a3
}

.link2, .link2:hover {
    color: #7a3
}

.color3 {
    background-color: #b33
}

.color-Family {
    background-color: #b33
}

.link-Family, .link-Family:hover {
    color: #c55
}

.border3 {
    border-color: #b33
}

.link3, .link3:hover {
    color: #c55
}

.color4 {
    background-color: #d73
}

.color-Strategy {
    background-color: #d73
}
.link-Strategy, .link-Strategy:hover {
    color: #d73
}

.border4 {
    border-color: #d73
}

.link4, .link4:hover {
    color: #d73
}

.color5 {
    background-color: #76b
}

.color-Puzzle {
    background-color: #76b
}

.link-Puzzle, .link-Puzzle:hover {
    color: #96b
}

.border5 {
    border-color: #76b
}

.link5, .link5:hover {
    color: #96b
}

.color6 {
    background-color: #49c
}

.border6 {
    border-color: #777
}

.link6, .link6:hover {
    color: #48a
}

#header {
    position: fixed;
    z-index: 11000;
    top: 0;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    border-bottom: solid 1px #000;
    background-color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7)
}

.logo img {
    padding: 5px 5px 0 15px;
    width:160px;
    height:50px;
}

#menu {
    display: flex;
    justify-content: flex-start
}

#menu li {
    text-align: center;
    border-right: solid 1px #444;
    line-height: 26px
}

#menu li:last-child {
    border-right: 0
}

.nav-home a, .nav-over a {
    display: block;
    font-weight: bold;
    color: #ccc;
    margin: 4px 10px
}

#menu li a:hover, #menu li:hover {
    color: #fff;
    background: #222
}

.nav-home a {
    font-size: 18px;
    padding-top: 2px
}

.nav-over a {
    font-size: 15px;
    min-width: 80px;
    border-bottom-style: solid;
    border-width: 2px
}

.tags a {
    display: block;
    position: relative;
    padding: 5px 20px;
    width: 90px;
    white-space: nowrap;
    color: #555;
    font-weight: 500;
    border-radius: 15px;
    background-color: #fafafa;
    border: solid 1px #bbb;
    border-left: none;
    background: linear-gradient(#48a 100%, #fafafa 0%) no-repeat, #f9f9f9;
    background-size: 7px 100%
}

.tags a:hover {
    background: #48a;
    color: #fff;
    border-color: #eee
}

.tags li {
    position: relative
}

[class^="icon-"], [class^="log-"], [class^="thumb-"] {
    font-family: "icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none
}

[class^="log-"] {
    color: #888
}

.icon-home:before {
    content: "\e900"
}

.icon-search:before {
    content: "\e901"
}

.icon-new:before {
    content: "\e914"
}

.icon-arrow:before {
    content: "\e917"
}

.icon-home:hover {
    color: #eee
}

.icon-search {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 17px;
    color: #777
}

.icon-new {
    font-size: 17px;
    margin-bottom: 1px
}

#main {
    overflow: hidden;
    display: block;
    min-height: calc(100vh - 155px);
    padding-top: 60px;
    padding-bottom: 15px;
linear-gradient(to bottom, #2a7db3 704px, #2b7fb5 705px, #18a 100%);
    background: linear-gradient(to bottom, #2a7db3 704px, #2b7fb5 705px, #18a 100%);
}

.main {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 1440px;
    margin: auto;
}

.content {
    overflow: hidden;
    flex-grow: 1;
    background: #eee
}

.border {
    overflow: hidden;
    border-radius: 10px;
    margin: 15px 7px 0 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3)
}

.op {
    overflow: hidden;
    border-radius: 6px;
    color: #fff;
    margin: 15px 0 0;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3)
}

.right-side {
    min-width: 345px;
    max-width: 345px;
}

.right-side ul {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}


.game-list-new {
    height: 40px;
    font-size: 17px;
    padding-left: 10px;
    font-weight: 1000;
    margin-bottom: 1.5rem;
}

.game-list-new {
    line-height: 40px
}

.cap-sim {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.35)
}

.cap-sim img {
    transition: 0.2s ease
}

.cap-sim:hover img {
    filter: brightness(1.2)
}

.captions {
    display:grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap:1rem;
}

.caption {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    padding: 10px;
    background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%) no-repeat;
    border: solid 1px #d5d5d5;
    transition: 0.2s ease
}

.caption img {
    width: 100%;
    aspect-ratio: 4 / 2.25;
    height: auto;
    border-radius: 6px;
    transition: 0.2s ease
}

.cap-infos {
    padding: 7px 2px 0 2px;
    line-height: 18px
}

.cap-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
    font-weight: 1000;
}

.cap-cate {
    font-weight: bold;
    font-size: 12px
}

.caption:hover {
    border-color: #fff
}

.caption:hover img {
    filter: brightness(1.2);
    transform: scale(0.95)
}

.caption a {
    display: block
}

.cap-home {
    overflow: hidden;
    padding: 10px;
}


.home-cate-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    background-color: #fff
}

.more-link {
    display: flex;
    align-items: center;
    height: 40px;
    font-weight: 500
}

.home-cate-title {
    overflow: hidden;
    border: solid 1px #d3d3d3;
    border-radius: 8px;
    margin: 10px 10px 0 10px
}

.home-cate-title a {
    padding: 0 10px
}

.home-cate-title .icon-new {
    font-size: 14px
}

.more-link .icon-arrow {
    opacity: 0;
    margin-right: -1px
}

.more-cate {
    margin-left: 5px;
    transition: all 0.2s ease;
    font-weight:bold;
}

.more-link:hover .more-cate {
    margin-right: 8px
}

.more-link:hover .icon-arrow {
    opacity: 1
}

.home-title {
    color: #fff;
    padding: 0 100px 0 15px;
    font-size: 19px;
    font-weight: 700;
    line-height: 40px;
    white-space: nowrap;
    background-image: url("/image/game_62/title-bg.png");
    background-position: right center;
    background-repeat: no-repeat
}

.home-title:hover {
    color: #fff
}

#game-main {
    background-color: #000
}

#playGame {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    cursor: pointer;
    position:relative;
}

.preview .glow {
    width: 100%;
    height: auto;
    max-width: 900px;
    text-align: center;
    filter: blur(10px) brightness(1.5);
    opacity: 0.8
}

.preview .play {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.preview .play-img {
    overflow: hidden;
    width: 190px;
    margin:0 auto;
    border: solid 2px rgba(255, 255, 255, 0.4);
    border-radius: 20px
}

.playBT {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 60px;
    padding: 0 20px;
    margin: 20px auto 0;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    transition: all 400ms cubic-bezier(.47, 1.64, .41, .8)
}

.playBT span {
    margin: 0 10px;
    color: #f3f3f3;
    font-size: 23px;
    line-height: 19px;
    white-space: nowrap;
    font-weight: 700
}

.playBT .icon-arrow {
    font-size: 30px;
    transition: all 200ms ease
}

@keyframes flick {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0.5
    }
    100% {
        opacity: 1
    }
}

.playBT:hover {
    transform: scale(1.1)
}

.playBT:hover .icon-arrow {
    margin-left: 20px;
    animation: flick 0.7s infinite
}

.game-infos {
    position: relative;
    background-color: #eee
}

.game-infos h1 {
    color: #666
}

.game-info {
    padding: 15px;
    line-height: 20px;
    border-bottom: dotted 1px #bbb
}

.game-info a {
    font-weight: 500
}

.game-desc {
    overflow: hidden;
    margin-top: 10px;
    text-align: justify
}

.game-desc strong {
    display: block
}

.game-cate {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-top: 20px
}

.game-cate a {
    padding: 4px 20px;
    margin: 3px 5px;
    text-align: center;
    white-space: nowrap;
    color: #555;
    font-weight: bold;
    border-radius: 15px;
    border: solid 1px #bbb;
    border-left: none;
    background: linear-gradient(#48a 100%, #fafafa 0%) no-repeat, #f9f9f9;
    background-size: 7px 100%
}

.game-cate a:hover {
    background: #48a;
    color: #fff;
    border-color: #eee
}


#footer {
    display: flex;
    justify-content: flex-end;
    position: relative;
    height: 47px;
    white-space: nowrap;
    color: #aaa;
    border-top: solid 1px #111;
    background-color: #222
}

#footer a, #footer span, #footer button {
    color: #aaa
}

#footer a:hover, #footer button:hover {
    background-color: #111
}

#footer svg {
    width: 32px;
    height: 21px
}

.contact {
    padding: 0 30px;
    line-height: 46px;
    text-align: center;
    border-left: solid 1px #333;
    font-weight: bold;
}

#copyright {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 40px;
    font-weight: bold;
}

#copyright svg {
    width: 40px;
    height: 30px;
    margin: -3px 10px 0 0
}

#search {
    width: 300px;
    padding: 7px 40px 7px 15px;
    border: solid 1px #000;
    background-color: #333;
    font-size: 15px;
    color: #ddd
}

#search:focus {
    background-color: #000;
    border: solid 1px #444
}

#search::placeholder {
    color: #888
}

#search:focus::placeholder {
    color: transparent
}

.search {
    position: relative;
    margin-right:1rem;
}

.result img {
    float: left;
    margin: 0 8px 0 1px
}

.result a {
    display: block;
    padding: 6px;
    line-height: 16px;
    color: #fff;
    overflow: hidden;
    border-top: 1px solid #333;
    border-bottom: 1px solid #111;
    border-left: 1px solid #000
}

.result a:hover {
    background-color: #111
}

td, th {
    vertical-align: middle;
    border-bottom: solid 1px #ccc;
    padding: 5px
}

@media only screen and (max-width: 950px) {

    #main {
        padding-bottom: 0;
        min-height: calc(100vh - 140px)
    }

    .border {
        box-shadow: none
    }

    .captions {
        justify-content: center
    }

    .cap-home {
        overflow: hidden;
        padding-top: 10px
    }

    .content {
        background: #e5e5e5
    }

    .caption {
        padding: 0;
        border: solid 1px #c1c1c1;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.09)
    }

    .caption img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .cap-infos {
        padding: 5px 6px 8px 9px;
        line-height: 16px
    }
}

@media only screen and (max-height: 660px) {
    #header {
        position: relative
    }

    #main {
        margin-top: 0
    }

}

.game-item{
    position:relative;
}

.game-item img{
    width:100%;
    height:auto;
    aspect-ratio: 4/2.25;
}

.position-title{
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    color: #fff;
    padding: 5px 0;
    background: #2a2a2b99;
}


.head-info{
    display: flex;
    align-items: center;
    justify-content: end;
    flex: 1;
    margin-right: 15px;
}


@media screen and (max-width: 768px){
    .main{
        display:block!important;
        padding: 0 .5rem;
    }

    .right-side{
        width: 100%;
        max-width: 100%;
        margin-bottom:1rem;
    }
}

.type-list{
    grid-template-columns: repeat(6, minmax(0, 1fr))!important;
}

@media screen and (max-width: 1240px) and (min-width: 768px) {
    .cap-home{
        grid-template-columns: repeat(3, minmax(0, 1fr))!important;
    }
}

@media screen and (max-width: 768px) {
    .cap-home{
        grid-template-columns: repeat(2, minmax(0, 1fr))!important;
    }
}

@media screen and (max-width: 1240px) and (min-width: 960px) {
    .type-list{
        grid-template-columns: repeat(5, minmax(0, 1fr))!important;
    }
}

@media screen and (max-width: 960px) and (min-width: 768px) {
    .type-list{
        grid-template-columns: repeat(4, minmax(0, 1fr))!important;
    }
}


@media screen and (max-width: 768px) and (min-width: 568px){
    .type-list{
        grid-template-columns: repeat(3, minmax(0, 1fr))!important;
    }
}

@media screen and (max-width: 568px) {
    .type-list{
        grid-template-columns: repeat(2, minmax(0, 1fr))!important;
    }
}

@media screen and (max-width: 1150px){
    #menu{
        display:none;
    }

    .search{
        display:none!important;
    }

}

@media screen and (min-width: 1150px) {
    .menu-btn{
        display:none;
    }
}

.menu-btn{
    width:24px;
    height:24px;
}


#mb-menu{
    position: fixed;
    transform: translateX(100%);
    width:100%;
    height:100%;
    transition: .3s;
    z-index: 110170;
}

#menu-bg{
    width:100%;
    height:100%;
    background-color: rgba(26, 26, 26, 0.80);
}

.menu-info{
    width: 75%;
    position: absolute;
    right: 0;
    top: 0;
    background: #4489bf;
    height: 100%;
    padding: 1rem;
}

.position-relative{
    position:relative;
}

.mb-search {
    position: relative;
    margin-right:1rem;
    margin-bottom: 2rem;
}

#menu-close{
    margin-bottom: 1rem;
}

.cate-item{
    font-weight: bold;
    color: #fff;
    margin: 1rem 0;
    font-size: 1.5rem;
}

.cate-item a{
    color: #fff;
}

#back-to-top {
    position: fixed;
    right: 2rem;
    bottom: 3rem;
    height: 42px;
    width: 42px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding: 0;
    background: #fff;
    border: none;
}


.desc_btn{
    border: solid 1px #00add7;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 8px;
    background: #00add7;
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom:.5rem;
}

#description_view {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .desc_btn {
        display: none !important;
    }

    #description_view {
        -webkit-line-clamp: 100!important;
    }
}

@media screen and (max-width: 768px) {
    .desc_btn {
        display: block;
    }
}
