.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: #67014d;
    --white2: #f5f5f5;
    --white3: #f2f2f2;
    --black-rgba: rgba(0, 0, 0, .1);
    --black-rgba2: rgba(0, 0, 0, .2);
    --orange: #ff500e;
    --orange2: #FF9A46;
    --orange3: #ff4f00;
    --orange-rgba: rgba(255, 79, 0, .8);
    --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: 1430px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
}

@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{
    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: var(--orange);
    -webkit-box-shadow: 0 2px 8px 0 rgba(255, 79, 0, .6);
    box-shadow: 0 2px 8px 0 rgba(255, 79, 0, .6);
    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;
    padding-left: 150px
}

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;
    text-transform: capitalize;
}

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 {
    -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 {
    /* .search_games_box .games_list li:nth-child(n+8) { */
    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,
.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: var(--white2);
    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)/ 3.5);
    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)
}

.search_games_box,
.search_games_box .games_list {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.hot_games .container .hot_swiper .swiper-wrapper .swiper-slide a .item_info dl {
    /* width: calc(100% - 115px); */
    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: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px; */

    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 20px;
    grid-auto-rows: minmax(150px, auto);
    grid-auto-flow: dense;
}

.search_games_box .games_list li {
    /* width: calc((100% - 210px)/ 7); */
    /* width: calc((100% - 210px)/ 5); */
    /* margin-right: 35px */
}

/* .search_games_box .games_list li:nth-child(5n) {
    margin-right: 0
} */

.search_games_box .games_list li a .thum {
    width: 100%;
    height: 0;
    /* padding-bottom: 100%; */
    padding-bottom: 57%;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 10px
}

.search_games_box .games_list li a .thum img {
    position: absolute;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@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
}

.no_res,
.no_res .back,
.no_res .back a,
.search_games_box .pagination,
.search_games_box .search_title,
.top_game_info .crumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.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
    }

    .search_games_box .games_list li {
        /* width: calc((100% - 120px)/ 5); */
        /* width: calc((100% - 120px)/ 4); */
        /* margin-right: 30px */
    }

    /* .search_games_box .games_list li:nth-child(7n) {
        margin-right: 30px
    }

    .search_games_box .games_list li:nth-child(5n) {
        margin-right: 0
    }

    .search_games_box .games_list li:nth-child(n+6) {
        margin-top: 10px
    } */
}

.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;
    width: 100%;
    word-wrap: break-word;
}

.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);
    -webkit-box-shadow: 0 2px 4px 0 var(--black-rgba);
    box-shadow: 0 2px 4px 0 var(--black-rgba);
    position: relative;
}

.game-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
}

.top_game_info .crumbs {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    text-transform: capitalize
}

.top_game_info .crumbs a,
.top_game_info .info_detail {
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox
}

.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: calc(100% - 150px); */
    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 .thum img {
    width: 100%;
}

.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;
}

.is_home_fix {
    max-height: 520px;
    overflow-y: scroll;
}

.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_aside .rat_top,
.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
}

.detail_between .detail_aside .rat_top {
    width: 100%;
    box-shadow: 0 2px 4px 0 var(--black-rgba);
    padding: 15px;
    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
    }

    .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;
        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
    }

    header .container .menu_branch_search .search_trigger::before {
        /* content: "⌕";
        font-size: 26px; */
        content: "🔍";
        font-family: iconfont;
        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
    }

    .search_games_box .games_list li {
        /* width: calc((100% - 30px)/ 3); */
        /* width: 100%; */
        /* margin-right: 15px */
    }

    /* .search_games_box .games_list li:nth-child(5n),
    .search_games_box .games_list li:nth-child(7n) {
        margin-right: 15px
    }

    .search_games_box .games_list li:nth-child(3n) {
        margin-right: 0
    }

    .search_games_box .games_list li:nth-child(n+4) {
        margin-top: 15px
    } */

    .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 */
.game__content table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    /* background-color: #fff; */
}

.game__content th,
.game__content thead {
    background-color: #0077cc;
    color: white;
}

.game__content th,
.game__content thead th {
    padding: 12px;
    text-align: left;
    border: 1px solid #006bb3;
    color: #fff;
}

.game__content tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.game__content tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.game__content tbody tr:hover {
    background-color: #e6f3ff;
}

.game__content td {
    padding: 10px;
    border: 1px solid #ddd;
    color: #424242;
}

.game__content caption {
    padding: 8px;
    font-size: 1em;
    color: #555;
}

.game__content caption {
    padding: 10px;
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
}



.game__content {
    font-size: 16px;
    line-height: 1.5;
    color: var(--gray3);
    word-wrap: break-word;
    padding: 15px 0
}

.game__content * {
    line-height: 1.5;
    margin-top: 0;
}

.game__content ol,
.game__content ul {
    padding-left: 30px;
    margin-bottom: 15px;
    list-style: revert;
    list-style: revert-layer
}

.game__content li {
    padding-left: 6px;
    margin-bottom: 0;
    position: relative;
}

.game__content li:last-child {
    margin-bottom: 9px;
}

.game__content p {
    margin-bottom: 9px;
    letter-spacing: 0.4px;
}

.game__content a {
    font-style: italic;
    color: var(--link)
}

.game__content a:hover,
.game__content a:focus {
    color: var(--orange)
}

.game__content h1,
.game__content h2,
.game__content h3,
.game__content h4,
.game__content h5,
.game__content h6 {
    font-weight: bold;
    margin-bottom: 6px;
    color: var(--gray2)
}

.game__content img {
    max-width: 100%;
    height: auto;
}

.game__content iframe {
    max-width: 100%;
}

.game__content blockquote {
    display: block;
    position: relative;
    padding: 0 0 0 40px;
    margin-bottom: 15px;
}

.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;
}

.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 ul:last-child,
.game__content ol:last-child,
.game__content blockquote:last-child,
/* .game__content blockquote p, */
.game__content p:last-child {
    margin-bottom: 0;
}

.fix_title2 {
    font-size: 25px;
    color: var(--gray2);
    font-weight: 900;
    text-transform: capitalize
}

.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
}

.play-game {
    margin-top: 32px
}

.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>button {
    -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;
    background: transparent;
    -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>button>svg {
    width: 20px;
    height: 20px;
    fill: var(--gray2)
}

.header-game-extend>button: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 {
    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;
    gap: 9px;
    width: 100%
}

.pagination .btn_classic {
    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;
}

.pagination .active,
.pagination .btn_classic:hover {
    background: linear-gradient(180deg, var(--orange2) 0, var(--orange3) 100%);
    box-shadow: 0 2px 10px 0 var(--orange3);
    color: #fff
}

.pagination .btn_classic:hover {
    cursor: pointer;
    border: unset
}

.pagination .active {
    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;
}

.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%
}

/* ========================== multi-level MENU ================================ */
/* --- fix logic MENU old --- */
header .container {
    justify-content: space-between;
}

header .container .category_search nav {
    overflow: visible !important;
    overflow-y: visible !important;
    display: block !important;
}

header .container .category_search {
    padding-left: 15px;
}

header .container .category_search nav a span {
    padding-right: 15px;
}

.fix_text_overflow {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.menu-list>li {
    max-width: 186px;
}

.mask_category .menu-list>li {
    max-width: 100%;
}

/* --- Level 1 Menu --- */
.menu-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    height: 100%;
    margin: 0;
    padding: 0;
}

.menu-list>li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-list li a {
    padding: 0 5px;
    text-decoration: none;
}

/* --- Level 2 Menu (DROPDOWN) --- */
.sub-menu,
.sub-menu-3 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: var(--white);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 0;
    display: none;
    z-index: 999;
    flex-direction: column;
    padding: 8px;
}

.sub-menu li,
.sub-menu-3 li {
    width: 100%;
    height: auto;
    display: block;
}

.sub-menu li a,
.sub-menu-3 li a {
    height: 40px;
    padding: 0 20px;
    width: 100%;
}

.sub-menu li a span {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/* Hover show: Level 2 Menu */
.menu-list li:hover>.sub-menu {
    display: flex;
}

/* --- Level 3 Menu (HORIZONTAL): right --- */
.sub-menu-3 {
    top: 0;
    left: 100%;
    margin-left: 10px;
}

.sub-menu::after {
    content: '';
    position: absolute;
    top: -18px;
    width: 100%;
    height: 21px;
    background: transparent;
}

.sub-menu-3::after {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 15px;
    height: 100%;
    background: transparent;
}

/* Hover show: Level 3 Menu */
.sub-menu li:hover>.sub-menu-3 {
    display: flex;
}

.arrow-down,
.arrow-right {
    font-style: normal;
    font-size: 10px;
    margin-left: 5px;
    opacity: 0.5;
}

/* --- STYLE MOBILE (SIDEBAR .mask_category): vertical menu --- */
.mask_category .menu-list {
    flex-direction: column;
    width: 100%;
    height: auto;
}

.mask_category .menu-list>li {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    margin-bottom: 10px;
    text-transform: capitalize;
}

/* default: sub-menu hidden => fix */
.mask_category .sub-menu,
.mask_category .sub-menu-3 {
    position: static;
    width: 100%;
    box-shadow: none;
    padding-left: 20px;
    background: var(--white2);
    display: none;
}

/* Class 'open': Javascript click on mobile */
.mask_category li.open>.sub-menu,
.mask_category li.open>.sub-menu-3 {
    display: flex;
}

/* --- Desktop (screen > 992px) --- */
@media screen and (min-width: 992px) {

    .sub-menu,
    .sub-menu-3 {
        position: absolute;
        background: var(--white);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        border-radius: 12px;
        padding: 15px 0;
        z-index: 999;
        flex-direction: column;
        width: 220px;

        /* --- animation --- */
        display: flex;
        visibility: hidden;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    /* Level 2 Menu */
    .sub-menu {
        top: 100%;
        left: 0;
    }

    /* Level 3 Menu: right */
    .sub-menu-3 {
        top: 0;
        left: 100%;
        margin-left: 15px;
    }

    /* --- HOVER --- */
    .menu-list li:hover>.sub-menu,
    .sub-menu li:hover>.sub-menu-3 {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .sub-menu::before {
        content: "";
        position: absolute;
        top: -6px;
        left: 30px;
        width: 12px;
        height: 12px;
        background: var(--white);
        transform: rotate(45deg);
        box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.05);
    }
}

/* --- STYLE item: sub-menu --- */
.sub-menu,
.sub-menu-3 {
    padding: 8px;
}

.sub-menu li,
.sub-menu-3 li {
    display: block;
    width: 100%;
    margin-bottom: 2px;
}

.sub-menu li a,
.sub-menu-3 li a {
    height: auto;
    min-height: 40px;
    padding: 10px 15px;
    width: 100%;
    color: var(--gray2);
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease-in-out;
}

/* --- animation HOVER  --- */
.sub-menu li a:hover,
.sub-menu-3 li a:hover {
    color: var(--orange);
    background-color: var(--white2);
    transform: translateX(5px);
    font-weight: 600;
}

.sub-menu li:hover>a {
    color: var(--orange);
    background-color: var(--white2);
}

.arrow-down,
.arrow-right {
    font-style: normal;
    font-size: 10px;
    margin-left: 10px;
    opacity: 0.4;
    transition: 0.2s;
}

.sub-menu li a:hover .arrow-right,
.menu-list li:hover .arrow-down {
    opacity: 1;
    color: var(--orange);
}

/* ------------ fix: overflow menu  ------------ */
.menu-list>li:nth-child(n+6) {
    opacity: 0;
    pointer-events: none;
}

.mask_category .menu-list>li:nth-child(n+6) {
    opacity: 1;
    pointer-events: auto;
}

@media screen and (max-width: 1400px) {
    .menu-list>li:nth-child(n+5) {
        opacity: 0;
        pointer-events: none;
    }

    .mask_category .menu-list>li:nth-child(n+5) {
        opacity: 1;
        pointer-events: auto;
    }
}

@media screen and (max-width: 1238px) {
    .menu-list>li:nth-child(n+4) {
        opacity: 0;
        pointer-events: none;
    }

    .mask_category .menu-list>li:nth-child(n+4) {
        opacity: 1;
        pointer-events: auto;
    }
}

@media screen and (max-width: 1052px) {
    .menu-list>li:nth-child(n+3) {
        opacity: 0;
        pointer-events: none;
    }

    .mask_category .menu-list>li:nth-child(n+3) {
        opacity: 1;
        pointer-events: auto;
    }
}

@media screen and (max-width: 872px) {
    .menu-list>li:nth-child(n+2) {
        opacity: 0;
        pointer-events: none;
    }

    .mask_category .menu-list>li:nth-child(n+2) {
        opacity: 1;
        pointer-events: auto;
    }
}

/* ------------ fix sidebar ------------ */
.mask_category .sub-menu::before {
    display: none;
}

@media screen and (min-width: 992px) {

    .mask_category .has-sub-2::before,
    .mask_category .has-sub-2::after {
        content: '';
        position: absolute;
        bottom: 60px;
        width: 100%;
        height: 30px;
        background: transparent;
    }

    .mask_category .has-sub-2::before {
        bottom: 50px;
    }
}