.hot_games .container .hot_swiper .swiper-wrapper .swiper-slide a .item_info dl dt, .popular_games .container .popular_swiper .swiper-wrapper .swiper-slide > a dl dt, .search_games_box .games_list li a p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize
}

.detail_between .detail_aside .rat_top .rating_wrap, .detail_between .detail_main .desc_ad .ad, .item_game, .mask_category .mask_main, .no_res, .popular_games .container .popular_swiper .swiper-wrapper .swiper-slide > a, .search_games_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.featured_games .container .featured_banner, .hot_games .container .hot_swiper, .popular_games .container .popular_swiper, body {
    overflow-x: hidden
}

.mask_category .mask_main, body {
    background-color: var(--white2)
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    width: 100%;
    height: 100%
}

body {
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    width: 100%;
    min-height: 100%
}

body.mobile_mask {
    overflow-y: hidden
}

:root {
    --white: #fff;
    --link: #115f32;
    --white2: #f5f5f5;
    --white3: #f2f2f2;
    --black-rgba: rgba(0, 0, 0, .1);
    --black-rgba2: rgba(0, 0, 0, .2);
    --orange: #00ff00;
    --orange2: #115f32;
    --orange3: #228c22;
    --orange-rgba: #115f32;
    --gray: #999;
    --gray2: #333;
    --gray3: #666;
    --gray4: #ccc;
    --gray-rgba: rgba(102, 102, 102, .6)
}

a {
    text-decoration: none
}

ol, ul {
    list-style: none
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

button {
    border: none;
    outline: 0
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top:1.5em;
}

@media screen and (max-width: 1430px) {
    .container {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-left: 10px;
        padding-right: 10px
    }
}

.mask_category.active, img {
    display: block
}

header .container .category_search nav a small, header .container .category_search.index .search_form, header .container .menu_branch_search .menu_trigger, header .container .menu_branch_search .search_trigger, header .mask_b {
    display: none
}

header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 70px
}

header .container .menu_branch_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

header .container .menu_branch_search .branch {
    width: 130px;
    height: 60px;
    background: #115f32;;
    border-radius: 0 0 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -10px
}

header .container .menu_branch_search .branch img {
    height: auto;
    padding: 10px
}

header .container .category_search .more, header .container .category_search nav a span {
    -webkit-box-shadow: 0 2px 4px 0 var(--black-rgba);
    display: -webkit-box;
    display: -ms-flexbox;
    height: 40px;
    border-radius: 20px
}

header .container .category_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width:75%;
}

header .container .category_search nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: hidden
}

header .container .category_search nav a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.featured_games .container .featured_title .actions a + a, .hot_games .container .hot_title .actions a + a, .popular_games .container .popular_swiper .swiper-wrapper .swiper-slide > a dl dd:nth-child(3) .iconfont + .iconfont, .popular_games .container .popular_title .actions a + a, header .container .category_search nav a + a {
    margin-left: 10px
}

header .container .category_search nav a span {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    font-size: 14px;
    color: var(--gray);
    background-color: var(--white);
    font-weight: 600;
    box-shadow: 0 2px 4px 0 var(--black-rgba);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

header .container .category_search nav a span img {
    height: 14px;
    margin-right: 5px
}

header .container .category_search nav a:hover span {
    color: var(--orange);
    -webkit-box-shadow: 0 4px 4px 0 var(--black-rgba2);
    box-shadow: 0 4px 4px 0 var(--black-rgba2)
}

header .container .category_search .more {
    width: 40px;
    background: var(--white);
    box-shadow: 0 2px 4px 0 var(--black-rgba);
    margin-left: 10px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

header .container .category_search .more .iconfont {
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
    color: var(--gray2)
}

header .container .category_search .search_form {
    position: relative;
    margin-left: 10px
}

header .container .category_search .search_form input {
    width: 250px;
    height: 40px;
    background: var(--white);
    -webkit-box-shadow: 0 2px 4px 0 var(--black-rgba);
    box-shadow: 0 2px 4px 0 var(--black-rgba);
    border-radius: 20px;
    border: none;
    outline: 0;
    text-indent: 1em
}

header .container .category_search .search_form button {
    width: 40px;
    height: 34px;
    background: var(--orange);
    border-radius: 17px;
    border: none;
    outline: 0;
    position: absolute;
    top: 3px;
    right: 3px
}

header .container .category_search .search_form button .iconfont {
    font-size: 14px;
    color: var(--white);
    cursor: pointer
}

@media screen and (max-width: 900px) {
    header .container .menu_branch_search .menu_trigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background: var(--white);
        -webkit-box-shadow: 0 2px 4px 0 var(--black-rgba);
        box-shadow: 0 2px 4px 0 var(--black-rgba);
        border-radius: 20px;
        margin-right: 20px
    }

    header .container .menu_branch_search .menu_trigger .iconfont {
        font-size: 24px;
        font-weight: 600;
        line-height: 2;
        color: #5f5e5e
    }

    header .container .category_search .more, header .container .category_search nav {
        display: none
    }

    header .container .category_search.index .search_form {
        display: block
    }

    header .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.mask_category .mask_main, .mask_category .mask_main nav a, .top_game_info .crumbs a, .top_game_info .info_detail {
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox
}

.mask_category {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.mask_category .mask_main {
    position: absolute;
    width: 260px;
    height: 100%;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px
}

.fix_title, .mask_category .mask_main h2 {
    font-size: 20px;
    color: var(--gray2);
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 18px
}

.mask_category .mask_main nav {
    width: 100%;
    overflow-y: scroll
}

.mask_category .mask_main nav::-webkit-scrollbar {
    display: none
}

.mask_category .mask_main nav a {
    width: 100%;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--white);
    -webkit-box-shadow: 0 2px 4px 0 var(--black-rgba);
    box-shadow: 0 2px 4px 0 var(--black-rgba);
    border-radius: 25px;
    height: 50px;
    padding: 0 20px
}

.featured_games .container .featured_banner .swiper-wrapper .swiper-slide .item_info dl dt, .swiper-slide2 .item_info dl dt {
    height: 31px;
    margin-bottom: 4px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize
}

.hot_games .container .hot_swiper .swiper-wrapper .swiper-slide a + a, .mask_category .mask_main nav a + a, .popular_games .container .popular_swiper .swiper-wrapper .swiper-slide > a + a {
    margin-top: 10px
}

.mask_category .mask_main nav a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: var(--gray);
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.mask_category .mask_main nav a span img {
    height: 18px;
    margin-right: 5px
}

.mask_category .mask_main nav a small {
    font-size: 14px;
    color: var(--gray)
}

.featured_games .container .featured_banner .swiper-wrapper .swiper-slide:hover .item_info dl dt, .hot_games .container .hot_swiper .swiper-wrapper .swiper-slide a:hover .item_info dl dt, .item_game:hover dl dt, .mask_category .mask_main nav a:hover span, .popular_games .container .popular_swiper .swiper-wrapper .swiper-slide > a:hover dl dt, .search_games_box .games_list li a:hover p, .swiper-slide2:hover .item_info dl dt, .top_game_info .info_detail .left dl dd a:hover, footer .container nav a:hover {
    color: var(--orange)
}

.search_games_box .games_list li a p {
    color: var(--gray3);
    font-weight: 600;
    -o-text-overflow: ellipsis;
    text-align: center;
    font-size: 14px;
    height: 33px;
    padding: 0 6px;
    display: -webkit-box
}

.mask_category .mask_main .close {
    position: absolute;
    left: 100%;
    top: 12px;
    width: 36px;
    height: 36px;
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
    color: var(--gray2);
    font-size: 17px;
    font-weight: 700
}

.featured_games, .popular_games, .rating-element {
    margin-top: 20px
}

.featured_games .container .featured_title, .hot_games .container .hot_title, .popular_games .container .popular_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.featured_games .container .featured_title h2 {
    font-size: 21px;
    font-weight: 900;
    color: var(--gray2)
}

.detail_between .detail_main .reviews .layui-rate, .featured_games .container .featured_title .actions, .hot_games .container .hot_title .actions, .popular_games .container .popular_swiper .swiper-wrapper .swiper-slide > a dl dd:nth-child(3), .popular_games .container .popular_title .actions, .top_game_info .info_detail .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.featured_games .container .featured_title .actions a, .hot_games .container .hot_title .actions a, .popular_games .container .popular_title .actions a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 30px;
    background: var(--white);
    -webkit-box-shadow: 0 2px 4px 0 var(--black-rgba);
    box-shadow: 0 2px 4px 0 var(--black-rgba);
    border-radius: 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.featured_games .container .featured_title .actions a:hover, .hot_games .container .hot_title .actions a:hover, .no_res .back a:hover, .popular_games .container .popular_title .actions a:hover {
    opacity: .8
}

.featured_games .container .featured_title .actions a .iconfont, .hot_games .container .hot_title .actions a .iconfont, .popular_games .container .popular_title .actions a .iconfont {
    font-size: 15px;
    font-weight: 700;
    color: var(--gray2)
}

.featured_games .container .featured_banner .swiper-wrapper, .hot_games .container .hot_swiper .swiper-wrapper, .popular_games .container .popular_swiper .swiper-wrapper {
    padding-bottom: 10px
}

.featured_games .container .featured_banner .swiper-wrapper .swiper-slide {
    width: calc((100% - 30px) / 4);
    background: var(--white);
    -webkit-box-shadow: 0 2px 4px 0 var(--black-rgba);
    box-shadow: 0 2px 4px 0 var(--black-rgba);
    border-radius: 20px
}

.featured_games .container .featured_banner .swiper-wrapper .swiper-slide .thum, .swiper-slide2 .thum {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    position: relative;
    border-radius: 18px;
    overflow: hidden
}

.featured_games .container .featured_banner .swiper-wrapper .swiper-slide .thum img, .search_games_box .games_list li a .thum img, .swiper-slide2 .thum img {
    position: absolute;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.featured_games .container .featured_banner .swiper-wrapper .swiper-slide .item_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px
}

.featured_games .container .featured_banner .swiper-wrapper .swiper-slide .item_info dl {
    width: calc(100% - 90px)
}

.featured_games .container .featured_banner .swiper-wrapper .swiper-slide .item_info dl dt {
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    font-size: 14px;
    color: var(--gray2)
}

.featured_games .container .featured_banner .swiper-wrapper .swiper-slide .item_info dl dd, .hot_games .container .hot_swiper .swiper-wrapper .swiper-slide a .item_info dl dd, .item_game dl dd, .swiper-slide2 .item_info dl dd {
    font-size: 13px;
    color: var(--gray);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.featured_games .container .featured_banner .swiper-wrapper .swiper-slide .item_info dl dd .iconfont, .hot_games .container .hot_swiper .swiper-wrapper .swiper-slide a .item_info dl dd .iconfont, .popular_games .container .popular_swiper .swiper-wrapper .swiper-slide > a dl dd:nth-child(2) .iconfont, .swiper-slide2 .item_info dl dd .iconfont {
    font-size: 12px;
    color: var(--black-rgba2);
    margin-right: 4px
}

.featured_games .container .featured_banner .swiper-wrapper .swiper-slide .item_info > span, .hot_games .container .hot_swiper .swiper-wrapper .swiper-slide a .item_info > span, .swiper-slide2 .item_info > span {
    width: 70px;
    height: 30px;
    background: #000;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: var(--orange);
    font-weight: 600;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.featured_games .container .featured_banner .swiper-wrapper .swiper-slide .item_info > span:hover, .hot_games .container .hot_swiper .swiper-wrapper .swiper-slide a .item_info > span:hover, .swiper-slide2 .item_info > span:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--orange2)), to(var(--orange3)));
    background: -o-linear-gradient(top, var(--orange2) 0, var(--orange3) 100%);
    background: linear-gradient(180deg, var(--orange2) 0, var(--orange3) 100%);
    -webkit-box-shadow: 0 2px 10px 0 var(--orange3);
    box-shadow: 0 2px 10px 0 var(--orange3);
    color: var(--white)
}

.featured_games .container .featured_banner .swiper-wrapper .swiper-slide:hover, .hot_games .container .hot_swiper .swiper-wrapper .swiper-slide a:hover, .popular_games .container .popular_swiper .swiper-wrapper .swiper-slide > a:hover, .swiper-slide2:hover {
    -webkit-box-shadow: 0 4px 4px 0 var(--black-rgba2);
    box-shadow: 0 4px 4px 0 var(--black-rgba2)
}

.hot_games .container .hot_swiper .swiper-wrapper .swiper-slide a, .popular_games .container .popular_swiper .swiper-wrapper .swiper-slide > a, .swiper-slide2 {
    -webkit-box-shadow: 0 2px 4px 0 var(--black-rgba);
    background: var(--white);
    border-radius: 20px
}

.featured_games .container .featured_banner .swiper-wrapper .swiper-slide:hover .thum img, .hot_games .container .hot_swiper .swiper-wrapper .swiper-slide a:hover .thum img, .item_game:hover .thum img, .popular_games .container .popular_swiper .swiper-wrapper .swiper-slide > a:hover .thum img, .search_games_box .games_list li a:hover .thum img, .swiper-slide2:hover .thum img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.swiper-slide2 {
    width: calc((100% - 30px) / 4);
    box-shadow: 0 2px 4px 0 var(--black-rgba)
}

.swiper-slide2 .item_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 12px
}

.swiper-slide2 .item_info dl {
    width: calc(100% - 70px)
}

.swiper-slide2 .item_info dl dt {
    color: var(--gray2);
    font-size: 14px;
    display: -webkit-box
}

.hot_games .container .hot_title h2, .popular_games .container .popular_title h2 {
    font-size: 24px;
    font-weight: 900;
    color: var(--gray2)
}

.popular_games .container .popular_swiper .swiper-wrapper .swiper-slide {
    width: calc((100% - 50px) / 6)
}

@media screen and (max-width: 1260px) {
    .popular_games .container .popular_swiper .swiper-wrapper .swiper-slide {
        width: calc((100% - 40px) / 5)
    }
}

@media screen and (max-width: 960px) {
    .popular_games .container .popular_swiper .swiper-wrapper .swiper-slide {
        width: calc((100% - 30px) / 4)
    }
}

@media screen and (max-width: 800px) {
    .popular_games .container .popular_swiper .swiper-wrapper .swiper-slide {
        width: 180px
    }
}

.popular_games .container .popular_swiper .swiper-wrapper .swiper-slide > a {
    box-shadow: 0 2px 4px 0 var(--black-rgba);
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.popular_games .container .popular_swiper .swiper-wrapper .swiper-slide > a .thum {
    width: 160px;
    height: 160px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 10px
}

.hot_games .container .hot_swiper .swiper-wrapper .swiper-slide a .thum img, .popular_games .container .popular_swiper .swiper-wrapper .swiper-slide > a .thum img {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.popular_games .container .popular_swiper .swiper-wrapper .swiper-slide > a dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.popular_games .container .popular_swiper .swiper-wrapper .swiper-slide > a dl dt {
    width: 100%;
    height: 32px;
    font-size: 14px;
    color: var(--gray2);
    text-align: center;
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    -o-text-overflow: ellipsis
}

.popular_games .container .popular_swiper .swiper-wrapper .swiper-slide > a dl dd:nth-child(2) {
    font-size: 12px;
    color: var(--gray);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1px 0 14px
}

.popular_games .container .popular_swiper .swiper-wrapper .swiper-slide > a dl dd:nth-child(3) .iconfont {
    width: 30px;
    height: 30px;
    background-color: var(--white2);
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: var(--gray4);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.detail_between .detail_aside .rat_top nav a:hover, .popular_games .container .popular_swiper .swiper-wrapper .swiper-slide > a dl dd:nth-child(3) .iconfont:hover {
    background-color: var(--orange);
    color: var(--white)
}

.detail_between .detail_aside .featured_games ul li + li, .fix_game_hot li, .hot_games, footer {
    margin-top: 15px
}

.hot_games .container .hot_swiper .swiper-wrapper .swiper-slide {
    width: calc((100% - 30px) / 4)
}

.hot_games .container .hot_swiper .swiper-wrapper .swiper-slide a {
    box-shadow: 0 2px 4px 0 var(--black-rgba);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 18px
}

.hot_games .container .hot_swiper .swiper-wrapper .swiper-slide a .thum {
    width: 100px;
    height: 63px;
    border-radius: 12px;
    overflow: hidden
}

.hot_games .container .hot_swiper .swiper-wrapper .swiper-slide a .item_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 115px)
}

.no_res, .no_res .back, .no_res .back a, .search_games_box, .search_games_box .games_list, .search_games_box .pagination, .search_games_box .search_title, .top_game_info .crumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.hot_games .container .hot_swiper .swiper-wrapper .swiper-slide a .item_info dl, .top_game_info .info_detail .left .thum img {
    width: 100%
}

.hot_games .container .hot_swiper .swiper-wrapper .swiper-slide a .item_info dl dt {
    font-size: 14px;
    color: var(--gray2);
    font-weight: 600;
    margin-bottom: 10px;
    word-wrap: break-word;
    display: -webkit-box;
    -o-text-overflow: ellipsis
}

.no_res, .primary_main, .search_games_box {
    -webkit-box-shadow: 0 2px 4px 0 var(--black-rgba);
    background: var(--white);
    box-shadow: 0 2px 4px 0 var(--black-rgba)
}

.search_games_box .games_list {
    width: 100%;
    padding: 0 30px;
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(190px, 1fr));
    grid-gap: 20px;
    grid-auto-rows: minmax(150px, auto);
    grid-auto-flow: dense
}

.search_games_box .games_list li a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 57%;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 10px
}

@media screen and (max-width: 1080px) {
    .featured_games .container .featured_banner .swiper-wrapper .swiper-slide, .hot_games .container .hot_swiper .swiper-wrapper .swiper-slide {
        width: calc((100% - 20px) / 3)
    }

    .swiper-slide2 {
        width: calc((100% - 20px) / 3.3)
    }
}

.search_games_box {
    border-radius: 20px;
    display: flex;
    padding: 20px;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.search_games_box .search_title {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid var(--white2);
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    color: var(--gray2);
    font-weight: 600
}

.search_games_box .pagination {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

@media screen and (max-width: 840px) {
    .featured_games .container .featured_banner .swiper-wrapper .swiper-slide, .hot_games .container .hot_swiper .swiper-wrapper .swiper-slide {
        width: calc(50% - 5px)
    }

    .swiper-slide2 {
        width: calc((100% - 5px) / 3.3)
    }

    .search_games_box .games_list {
        padding: 0 15px
    }
}

.no_res, .primary_main, .top_game_info {
    border-radius: 20px;
    padding: 20px
}

.no_res {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.no_res .back, .no_res .back a {
    -ms-flex-align: center;
    display: flex
}

.no_res h1 {
    font-size: 20px;
    color: var(--gray2);
    font-weight: 600;
    margin: 20px 0
}

.no_res p {
    font-size: 16px;
    color: var(--gray3)
}

.primary_main h1, .primary_main h2 {
    color: var(--gray2);
    margin-bottom: 10px
}

.no_res .back {
    margin-top: 15px;
    align-items: center;
    font-size: 16px;
    color: var(--gray)
}

.no_res .back a {
    width: 100px;
    height: 40px;
    margin-left: 10px;
    background: var(--orange);
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: var(--white);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 20px
}

.primary_main {
    min-height: calc(100vh - 150px)
}

.primary_main h1 {
    font-size: 18px;
    font-weight: 900
}

.primary_main h2 {
    font-size: 16px;
    font-weight: 800
}

.primary_main p, footer .container nav a, footer .container p {
    font-size: 14px;
    color: var(--gray3)
}

.top_game_info {
    overflow: hidden;
    background-color: var(--white);
    /*background-image: url(../imgs/lazyload/detail_top_bj.png);*/
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    -webkit-box-shadow: 0 2px 4px 0 var(--black-rgba);
    box-shadow: 0 2px 4px 0 var(--black-rgba)
}

.top_game_info .crumbs {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    text-transform: capitalize
}

.top_game_info .crumbs a {
    font-size: 14px;
    color: var(--orange-rgba);
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600
}

.top_game_info .crumbs a:hover {
    opacity: .6
}

.top_game_info .crumbs a .iconfont {
    font-size: 14px;
    font-weight: 400;
    margin-right: 2px
}

.top_game_info .crumbs a::after {
    content: "/";
    padding: 0 10px
}

.top_game_info .crumbs p {
    font-size: 14px;
    font-weight: 600;
    color: var(--orange-rgba)
}

.top_game_info .info_detail {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px
}

.top_game_info .info_detail .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top_game_info .info_detail .left .thum {
    width: 114px;
    height: 100%;
    border: 2px solid var(--white);
    border-radius: 12px;
    overflow: hidden
}

.top_game_info .info_detail .left dl {
    width: calc(100% - 130px);
    margin-left: 15px;
    text-transform: capitalize
}

.top_game_info .info_detail .left dl dt {
    font-size: 24px;
    font-weight: 600;
    color: var(--gray2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.top_game_info .info_detail .left dl dt::after {
    content: "" !important;
    width: 18px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAMAAAChHKjRAAAAz1BMVEUAAAAa0pFh4LMr1pqE7MM+2aKG7cWO/8Yl1JYy15xw5Lt25r4h05Q72KFC2qRF26ZS3axf4LJ+6MGI7so32J5K26hO3KpV3q5X369l4bV05Lx15bx45b6S/9tb37Bq4rdu5Lpx47t95sN96cMJzoj///8Mz4oP0IwV0Y7W9+yU6syx8Npv47pA2qPv/Pjo+/Tg+fDL9ebA8+GJ6MeB5sI22J4r1Zkq1Zj1/frn+/TQ9unO9ujK9ea+8uCz8dul7dSk7dOj7dOE58Rg4LJP3Kr2durnAAAAJHRSTlMA/q74G+wTCfr0elv+7ujk0rc9DvDe2MvHo2xkUge+lYJ1My8FQTxtAAABXElEQVQ4y83T53qCMBiG4ZewwW3d2hmCe2v37vkfU4MpGJTxt/cP/ZTnyhUw4kSvqJT6yHblU0r9DjJoTSqU75DC6BRoaEg0xJjmQKs5pDmksmGDODVtYJrgbnVGs7BiDdBpniLAciMG0Hz/J/oZPe3yom/P88Zh5Cc3U948zA6jDyiJzZY3c9FQBbDCRyYtyca8WeyoYAGqmGaL+TRqPnmz3Icf1ei32/Dvt2L0J3weHY+NDlTEdP8Y3A0LzsiaTytpqxWA0L9qya+9M6qs+PtaPlsEcMK5MOJX3/bB6yT2XBxAi86K8uIJH0xumAbAPp7Y1yAJdiazwbWCSbqvLxrXBufKS2+ep/SEi4BKs6g4qGZGRESGktEoBvKXItH/20rfUR2hblrDejhqp0SXkJUSmzJiDD2hKdURVy+fNQ0TZ6oslvgESVxbai76SHFth8kNMnQrFlNbLuJ+AVX3lq2lOcDrAAAAAElFTkSuQmCC) 0 0/cover no-repeat !important;
    margin-left: 8px;
    margin-top: 1px
}

.top_game_info .info_detail .left dl dt.free::after {
    content: "Free";
    background: 0 0
}

.top_game_info .info_detail .left dl dt.paid::after {
    content: "Paid";
    background: 0 0
}

.top_game_info .info_detail .left dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    height: 20px
}

.top_game_info .info_detail .left dl dd > * {
    height: 20px;
    margin-bottom: 5px
}

.top_game_info .info_detail .left dl dd span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: var(--gray-rgba)
}

.top_game_info .info_detail .left dl dd span .iconfont {
    font-size: 14px;
    margin-right: 4px;
    color: var(--orange)
}

.top_game_info .info_detail .left dl dd span::after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 3px;
    margin: 3px 8px 0
}

.top_game_info .info_detail .left dl dd a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 14px;
    color: var(--gray-rgba)
}

.top_game_info .info_detail .left dl dd a + a::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: var(--gray-rgba);
    border-radius: 3px;
    margin: 3px 8px 0
}

.detail_between .detail_main .desc_ad .desc > a, .hidden, .hidden-load {
    display: none
}

.detail_between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
    position: relative
}

.detail_between .detail_main {
    width: calc(100% - 345px)
}

.detail_between .detail_main .desc_ad {
    background: var(--white);
    -webkit-box-shadow: 0 2px 4px 0 var(--black-rgba);
    box-shadow: 0 2px 4px 0 var(--black-rgba);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 15px
}

.detail_between .detail_main .desc_ad::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px var(--black-rgba);
    border-radius: 10px;
    background-color: var(--white2)
}

.detail_between .detail_main .desc_ad::-webkit-scrollbar {
    width: 12px;
    background-color: var(--white2)
}

.detail_between .detail_main .desc_ad::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px var(--black-rgba);
    background-color: rgba(0, 0, 0, .05)
}

.detail_between .detail_main .desc_ad .desc {
    padding-left: 14px
}

.detail_between .detail_main .desc_ad .desc h2, .detail_between .detail_main .reviews h2 {
    font-size: 24px;
    color: var(--gray2);
    font-weight: 600;
    margin-bottom: 10px
}

.detail_between .detail_main .desc_ad .desc .desc_box {
    margin-bottom: 10px;
    padding-right: 10px
}

.detail_between .detail_main .desc_ad .desc .desc_box p {
    font-family: futura_book !important;
    font-size: 14px !important;
    color: var(--gray3) !important;
    margin-bottom: 10px !important;
    line-height: 1.4em !important
}

.detail_between .detail_main .desc_ad .ad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    float: left;
    width: 336px;
    margin-right: 15px
}

.detail_between .detail_main .walkthrough {
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 15px
}

.detail_between .detail_main .walkthrough .walkthrough_box {
    position: relative
}

.detail_between .detail_main .walkthrough .walkthrough_box .swiper-scrollbar {
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: var(--white2);
    -webkit-box-shadow: inset 0 0 6px 0 var(--black-rgba2);
    box-shadow: inset 0 0 6px 0 var(--black-rgba2);
    bottom: -15px;
    left: 0
}

.detail_between .detail_main .reviews {
    -webkit-box-shadow: 0 2px 4px 0 var(--black-rgba);
    border-radius: 20px;
    background: var(--white)
}

.detail_between .detail_main .walkthrough .walkthrough_box .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #7a7a7a;
    cursor: pointer
}

.detail_between .detail_main .walkthrough > a {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .6);
    border-radius: 10px;
    position: absolute;
    top: calc(50% - 25px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99
}

.detail_between .detail_main .walkthrough > a.whlk_prev {
    left: 10px
}

.detail_between .detail_main .walkthrough > a.whlk_next {
    right: 10px
}

.detail_between .detail_main .walkthrough > a .iconfont {
    font-size: 30px;
    color: var(--white)
}

.detail_between .detail_main .reviews {
    box-shadow: 0 2px 4px 0 var(--black-rgba);
    padding: 20px;
    margin-bottom: 10px;
    margin-top: 15px
}

.detail_between .detail_main .reviews .layui-rate > li {
    margin-right: 0;
    margin-bottom: 0
}

.detail_between .detail_main .reviews .layui-rate > li i.layui-icon {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

.detail_between .detail_main .reviews .layui-rate > li i.layui-icon::before {
    content: "";
    font-family: iconfont;
    font-size: 14px;
    color: var(--white)
}

.detail_between .detail_main .reviews .layui-rate > li i.layui-icon.layui-icon-rate-solid {
    background-color: var(--orange)
}

.detail_between .detail_main .reviews .layui-rate > li i.layui-icon.layui-icon-rate {
    background-color: #ddd
}

.detail_between .detail_aside {
    width: 330px;
    box-shadow: 0 2px 4px 0 var(--black-rgba);
    margin-bottom: 15px
}

@media (min-width: 1201px) {
    .detail_between .detail_aside .rat_top {
        width: 330px
    }
}

.detail_between .detail_aside .rat_top .rating_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border: 5px solid var(--white2);
    padding: 30px 0;
    border-radius: 20px
}

.detail_between .detail_aside .rat_top h2 {
    font-size: 18px;
    font-weight: 600;
    color: var(--gray2);
    padding: 15px 0 5px
}

.detail_between .detail_aside .rat_top nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.detail_between .detail_aside .rat_top nav a {
    height: 33px;
    line-height: 33px;
    padding: 0 12px;
    background-color: var(--white3);
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--gray2);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: capitalize
}

.detail_between .detail_aside .featured_games {
    background: var(--white);
    -webkit-box-shadow: 0 2px 4px 0 var(--black-rgba);
    box-shadow: 0 2px 4px 0 var(--black-rgba);
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 10px;
    position: sticky;
    top: 20px
}

.detail_between .detail_aside .featured_games h2 {
    font-size: 18px;
    color: var(--gray2);
    font-weight: 600;
    margin-bottom: 15px
}

.swiper_slide_fix {
    width: auto;
    height: 225px;
    overflow: hidden
}

.swiper_slide_fix img {
    height: 100%
}

@media (max-width: 1200px) {
    .detail_between .detail_aside .featured_games {
        display: none
    }
}

.fix_game_hot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px
}

.item_game, .item_game dl, footer .container, footer .container nav {
    display: -webkit-box;
    display: -ms-flexbox
}

.swiper-slide .item_game dl {
    margin: 5px 6px 0
}

.item_game {
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: column;
    flex-direction: column
}

.item_game dl, footer .container {
    -webkit-box-align: center;
    display: flex
}

.item_game .thum {
    width: 100%;
    border-radius: 20px;
    overflow: hidden
}

.item_game .thum img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%
}

.item_game dl {
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px
}

.item_game dl dt {
    max-width: calc(100% - 30px);
    font-size: 14px;
    color: var(--gray2);
    text-transform: capitalize;
    text-align: left;
    font-weight: 600;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-right: 20px
}

.item_game dl dd .iconfont {
    font-size: 12px;
    color: var(--black-rgba2);
    margin-right: 3px
}

@media screen and (max-width: 1200px) {
    header .container .category_search {
        padding-left: 40px
    }

    .detail_between .detail_main {
        width: 100%
    }

    .detail_between {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .detail_between .detail_aside {
        width: 100%;
        margin: 20px 0;
        min-height:200px;
    }

    .fix_ads_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        gap: 12px
    }
}

@media screen and (max-width: 700px) {
    header .container .menu_branch_search {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    header .container .menu_branch_search .menu_trigger {
        margin-right: 0
    }

    header .container .menu_branch_search .search_trigger, header.mobile_active .container .menu_branch_search .search_trigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 36px;
        height: 36px;
    }

    header .container .menu_branch_search .search_trigger::before {
        font-family: iconfont;
        font-size: 24px;
        line-height: 3;
        font-weight: 600;
        color: var(--gray2)
    }

    header .container .menu_branch_search .search_trigger.active::before {
        content: "✕";
        font-size: 15px
    }

    .featured_games .container .featured_title, header .container .category_search {
        display: none
    }

    header.mobile_active {
        position: relative
    }

    header.mobile_active .mask_b {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        z-index: 99
    }

    header.mobile_active .container {
        position: relative;
        z-index: 100;
        background-color: var(--white2);
        padding-bottom: 30px;
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    header.mobile_active .container .menu_branch_search {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding-top: 15px
    }

    header.mobile_active .container .menu_branch_search .search_trigger .iconfont {
        font-size: 12px;
        color: var(--gray2)
    }

    header.mobile_active .container .category_search {
        width: 100%;
        padding-left: 0;
        display: block
    }

    header.mobile_active .container .category_search .search_form {
        margin-top: 20px;
        margin-left: 0;
        width: 100%
    }

    header.mobile_active .container .category_search .search_form input {
        width: 100%
    }

    .featured_games {
        position: relative;
        margin-top: 0
    }

    .featured_games .container {
        padding-top: 15px
    }

    .fix_ads_right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .detail_between .detail_main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .detail_between .detail_main .desc_ad {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        margin-bottom: 0;
        max-height: initial;
        overflow-y: hidden
    }

    .detail_between .detail_main .desc_ad .desc {
        width: 100%;
        padding: 20px 15px;
        margin-bottom: 15px;
        background: var(--white);
        -webkit-box-shadow: 0 2px 4px 0 var(--black-rgba);
        box-shadow: 0 2px 4px 0 var(--black-rgba);
        border-radius: 20px
    }

    .detail_between .detail_main .desc_ad .desc .desc_box {
        margin-bottom: 0;
        max-height: 410px;
        overflow-y: hidden;
        padding-right: 0
    }

    .detail_between .detail_main .desc_ad .desc .desc_box.active {
        max-height: initial
    }

    .detail_between .detail_main .desc_ad .desc > a {
        display: block;
        text-align: center;
        color: var(--orange);
        margin-top: 15px
    }

    .detail_between .detail_main .desc_ad .desc > a::before {
        content: "Show More"
    }

    .detail_between .detail_main .desc_ad .desc > a.active::before {
        content: "Show Less"
    }

    .detail_between .detail_main .desc_ad .ad {
        width: 100%;
        margin-bottom: 5px;
        margin-top: 20px;
        margin-right: 0
    }

    .detail_between .detail_main .walkthrough {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .detail_between .detail_main .reviews {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
        padding: 15px
    }
}

footer .container {
    border-top: 1px solid #e5e5e5;
    height: 60px;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .container nav {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

footer .container nav a + a {
    margin-left: 20px
}

@media screen and (max-width: 600px) {
    footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        height: auto;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 0
    }

    .featured_games .container .featured_banner .swiper-wrapper .swiper-slide, .hot_games .container .hot_swiper .swiper-wrapper .swiper-slide {
        width: 340px
    }

    .swiper-slide2 {
        width: calc((100% - 5px) / 1.3)
    }

    .top_game_info .info_detail .left {
        width: 100%
    }

    .popular_games {
        margin-top: 10px
    }

    .popular_games .container .popular_title, footer .container p {
        margin-bottom: 10px
    }

    .popular_games .container .popular_title h2 {
        font-size: 20px
    }

    .hot_games .container .hot_title .actions, .popular_games .container .popular_title .actions, .top_game_info .info_detail .left dl dd span, .top_game_info .info_detail .right {
        display: none
    }

    .hot_games {
        position: relative;
        margin-top: 0
    }

    .hot_games .container {
        padding-top: 5px
    }

    .search_games_box, .top_game_info {
        padding: 15px
    }

    .search_games_box .games_list {
        padding: 0
    }

    .top_game_info .info_detail .left .thum {
        width: 60px;
        height: 60px
    }

    .top_game_info .info_detail .left dl {
        width: calc(100% - 70px)
    }

    .top_game_info .info_detail .left dl dt {
        font-size: 20px;
        margin-bottom: 5px
    }

    footer .container nav {
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    footer .container nav a + a {
        margin-left: 0
    }
}

.game__content blockquote p, .game__content blockquote:last-child, .game__content h1:last-child, .game__content h2:last-child, .game__content h3:last-child, .game__content h4:last-child, .game__content h5:last-child, .game__content h6:last-child, .game__content ol:last-child, .game__content ul:last-child {
    margin-bottom: 0
}

.fix_title2 {
    font-size: 25px;
    color: var(--gray2);
    font-weight: 900;
    text-transform: capitalize
}

.game__content {
    font-size: 16px;
    line-height: 1.5;
    color: var(--gray3);
    word-wrap: break-word;
    padding: 15px 0
}

.game__content ol, .game__content ul {
    padding-left: 30px;
    margin-bottom: 26px;
    list-style: revert;
    list-style: revert-layer
}

.game__content li {
    line-height: 26px;
    padding-left: 6px;
    position: relative
}

.game__content p {
    line-height: 26px;
    margin-bottom: 26px;
    letter-spacing: .4px
}

.game__content a {
    font-style: italic;
    color: var(--link)
}

.game__content a:focus, .game__content a:hover {
    color: var(--orange)
}

.game__content h1, .game__content h2, .game__content h3, .game__content h4, .game__content h5, .game__content h6 {
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--gray2)
}

.game__content iframe, .game__content img {
    max-width: 100%
}

.game__content blockquote {
    display: block;
    position: relative;
    padding: 0 0 0 40px;
    line-height: 30px;
    margin-bottom: 26px
}

.game__content blockquote:before {
    content: '';
    position: absolute;
    display: block;
    top: 2px;
    bottom: 2px;
    left: 16px;
    width: 3px;
    background-color: var(--orange);
    -webkit-box-shadow: 0 0 13px 0 var(--orange);
    box-shadow: 0 0 13px 0 var(--orange);
    border-radius: 4px
}

.iframe_wrap {
    background: var(--white);
    -webkit-box-shadow: 0 2px 4px 0 var(--black-rgba);
    box-shadow: 0 2px 4px 0 var(--black-rgba);
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 15px
}

#default-demo {
    width: 178px !important
}

.game-full-rate {
    padding-left: 10px
}

#append-rate .rating img {
    display: unset;
    margin-bottom: 0;
    width: 24px;
    height: 24px
}

.font-rate {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: .5;
    color: var(--gray2)
}

.box-header, .header-game {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100%
}

.rate_numbers, .rate_votes {
    font-weight: 600;
    color: var(--gray2)
}

#iframehtml5 {
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.margin-left {
    margin-left: -10px
}

.rate_numbers {
    line-height: 24px;
    font-size: 56px
}

.rate_votes {
    margin-top: 15px;
    font-size: 18px
}

.header-game {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 62px;
    height: auto;
    overflow: hidden;
    color: var(--gray2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 10px;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, .125);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.box-header {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.box-header h1 {
    font-size: 20px;
    white-space: nowrap;
    text-transform: uppercase
}

.header-game-extend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-game-extend > span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 44px;
    min-height: 44px;
    margin-left: 5px;
    cursor: pointer;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 18px;
    -webkit-transition: cubic-bezier(.32, 1.2, .54, 1.17);
    -o-transition: cubic-bezier(.32, 1.2, .54, 1.17);
    transition: cubic-bezier(.32, 1.2, .54, 1.17);
    fill: var(--gray2)
}

.expand {
    margin-right: -5px
}

.header-game-extend > span > svg {
    width: 20px;
    height: 20px;
    fill: var(--gray2)
}

.header-game-extend > span:hover {
    background-color: var(--orange);
    color: var(--white);
    fill: var(--white);
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

.comment-btn:hover > svg, .expand-btn:hover > svg, .share-btn:hover > svg, .theatemode:hover > svg {
    fill: var(--white)
}

.exit-fullscreen {
    width: 36px;
    height: 36px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 100000;
    padding: 6px;
    background-color: rgba(0, 0, 0, .65);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

#expand, .force_full_screen {
    cursor: pointer !important
}

.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    top: 0 !important;
    border: 0 !important;
    left: 0 !important;
    right: 0 !important
}

@media (max-width: 576px) {
    .header-game {
        max-height: unset
    }

    .box-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-game-extend {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .game-full-rate {
        margin: 10px 0
    }
}

.pagination, .pagination .btn_classic,.pagination, .pagination a {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center
}

.pagination {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.pagination a {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 44px;
    padding: 12px;
    border-radius: 50%;
    border: 1px solid #bec0c7;
    background-color: transparent;
    background: var(--white);
    font-size: 16px;
    font-weight: 700;
    margin: 0 6px
}

.pagination .active,.pagination .current, .pagination a:hover {
    background: linear-gradient(180deg, var(--orange2) 0, var(--orange3) 100%);
    box-shadow: 0 2px 10px 0 var(--orange3);
    color: #fff
}

.pagination a:hover {
    cursor: pointer;
    border: unset
}

.pagination .active,.pagination .current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 44px;
    padding: 12px;
    border-radius: 50%;
    font-size: 16px;
    cursor: default;
    font-weight: 700;
    margin: 0 5px
}

.pagination > span:first-child {
    margin-left: 0
}

.loading_mask {
    background: rgba(0, 0, 0, .7);
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.loading_mask > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.action .loading_mask > svg {
    left: 50%
}

.desc_ad .ad_nav{
    border-bottom:3px solid rgb(234,234,234);
    display:block;
    width: 100%;
    height:50px;
}
.desc_ad .ad_nav>ul>li {
    width: 150px;
    height:50px;
    line-height: 50px;
    font-size: 1.5em;
    text-align: center;
    float:left;
    margin-left: 5px;
    background: rgb(234,234,234);
}
.game_video .game__content {
    display:none;
}
.desc_ad .ative{
    display: block;
}
.desc_ad .current {
    color:red;
    font-weight: bold;
}
.footer {background: rgb(31,41,55); margin:0.5em 0.5em;}
.footer .footer_langua {position: center;padding: 1em; text-align: center;margin: 0 auto;color:white;font-size:1.1em;}
.footer .footer_langua div {display: grid; justify-content: center;grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center;  }
.footer .footer_langua div a {color:white; float:left;display: block;margin: 0 0.5em;text-align: center;height:2em;}
@media (min-width: 900px) {
    .footer .footer_langua div {grid-template-columns: repeat(8, minmax(0, 1fr));}
}

.footer .wcategort {

    display:block;padding:0.5em;text-align: center;color:white;font-size:1.3em;line-height: 1.3em;
}
.footer .wcategort .wright{
    backgroup:rgb(34,34,34);
    text-align: right;
    display: block;
    border-bottom: 3px solid white;
}
.footer .wcategort .wright a{
    width:10em;
    color:rgb(170,170,170);
    height:1.3em;
    margin-left: 2em;
    padding-left: 8px;
    font-size: 0.9em;
    line-height: 1.3em;
}