@charset "UTF-8";.container_newsList {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 120px
}

.container_news {
    min-height: 100vh
}

@media (max-width: 1299px) {
    .container_news {
        padding-top:45px!important
    }
}

.container_news__box {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.container_news__box .breadcrumb {
    margin-bottom: 15px
}

@media (max-width: 1299px) {
    .container_news__box {
        align-items:flex-start;
        display: flex;
        flex-direction: column;
        justify-content: flex-end
    }
}

.container_newsTop {
    padding-top: 15px;
    width: 100%
}

@media (max-width: 1299px) {
    .container_newsTop {
        padding-top:20px
    }
}

.news__checkBox {
    font-size: 15px;
    margin: 6px 0 12px;
    min-height: 20px;
    position: relative
}

@media (max-width: 1299px) {
    .news__checkBox {
        padding:12px 10px 18px!important
    }
}

.news__checkBox label {
    left: 22px;
    position: relative;
    top: 0
}

@media (max-width: 1299px) {
    .news__checkBox label {
        left:0;
        padding: 0
    }
}

.news__checkBox label:before {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    content: "";
    height: 13px;
    left: -22px;
    position: absolute;
    top: 3px;
    width: 13px
}

@media (max-width: 1299px) {
    .news__checkBox label:before {
        display:none
    }
}

.news__checkBox label:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    height: 7px;
    left: -17px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: rotate(45deg);
    width: 3px
}

@media (max-width: 1299px) {
    .news__checkBox label:after {
        display:none
    }
}

.news__checkBox input {
    cursor: pointer;
    height: 20px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

@media (max-width: 1299px) {
    .news__checkBox input:checked~label {
        color:#eb4da2
    }
}

.news__checkBox input:checked~label:before {
    background-color: #eb4da2;
    border-color: #eb4da2
}

.news__checkBox input:checked~label:after {
    opacity: 1
}

.news__tagsSection {
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 50px;
    padding: 25px
}

.news__tagsSection h2 {
    border-bottom: 2px solid #333b44;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 15px
}

.news__tagsSection .news__tag {
    cursor: pointer;
    display: inline-block;
    margin: 2px 10px 2px 0
}

@media screen and (max-width: 1299px) {
    .news__tagsSection .news__tag {
        display:block
    }
}

.news__tagsSection .news__tag a {
    color: inherit
}

.news__tagsSection .news__tag--important {
    position: relative;
    transition: all .1s ease-in-out
}

.news__tagsSection .news__tag--important:after,.news__tagsSection .news__tag--important:before {
    background-color: #eb4da2;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    margin: 5px 0 0;
    opacity: 0;
    position: absolute;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    width: 0
}

.news__tagsSection .news__tag--important:hover:after,.news__tagsSection .news__tag--important:hover:before {
    opacity: 1;
    width: 100%
}

.news__tagsSection .news__tag--announcement {
    position: relative;
    transition: all .1s ease-in-out
}

.news__tagsSection .news__tag--announcement:after,.news__tagsSection .news__tag--announcement:before {
    background-color: #a3c338;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    margin: 5px 0 0;
    opacity: 0;
    position: absolute;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    width: 0
}

.news__tagsSection .news__tag--announcement:hover:after,.news__tagsSection .news__tag--announcement:hover:before {
    opacity: 1;
    width: 100%
}

.news__tagsSection .news__tag--publish {
    position: relative;
    transition: all .1s ease-in-out
}

.news__tagsSection .news__tag--publish:after,.news__tagsSection .news__tag--publish:before {
    background-color: #9568f5;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    margin: 5px 0 0;
    opacity: 0;
    position: absolute;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    width: 0
}

.news__tagsSection .news__tag--publish:hover:after,.news__tagsSection .news__tag--publish:hover:before {
    opacity: 1;
    width: 100%
}

.news__tagsSection .news__tag--free {
    position: relative;
    transition: all .1s ease-in-out
}

.news__tagsSection .news__tag--free:after,.news__tagsSection .news__tag--free:before {
    background-color: #9ae1ff;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    margin: 5px 0 0;
    opacity: 0;
    position: absolute;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    width: 0
}

.news__tagsSection .news__tag--free:hover:after,.news__tagsSection .news__tag--free:hover:before {
    opacity: 1;
    width: 100%
}

.news__tagsSection .news__tag--others {
    position: relative;
    transition: all .1s ease-in-out
}

.news__tagsSection .news__tag--others:after,.news__tagsSection .news__tag--others:before {
    background-color: #bdbdbd;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    margin: 5px 0 0;
    opacity: 0;
    position: absolute;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    width: 0
}

.news__tagsSection .news__tag--others:hover:after,.news__tagsSection .news__tag--others:hover:before {
    opacity: 1;
    width: 100%
}

@media screen and (max-width: 1299px) {
    .news__tagsSection .news__tag--gameName {
        display:inline-block
    }

    .news__tagsSection .news__tag--gameName:first-child {
        margin-top: 20px
    }
}

.news__eventBox {
    margin: 50px 50px 0 0;
    width: 270px
}

.news__rightPanel {
    color: #fff;
    position: relative;
    width: calc(100% - 320px)
}

@media (max-width: 1299px) {
    .news__rightPanel {
        width:100%
    }
}

#newsList__list {
    text-align: center
}

#newsList__list .breadcrumb {
    text-align: left
}

#news-list-more {
    margin-top: 40px
}

.newsList__block {
    border-color: hsla(0,0%,100%,.4);
    display: block;
    margin-bottom: 15px;
    padding: 20px 32px 20px 28px;
    text-align: left
}

.newsList__block:hover {
    border-color: #fff
}

.newsList__blockTime {
    color: #eb4da2;
    font-size: 12px
}

.news__tags .news__tag {
    font-size: 14px;
    margin-right: 10px
}

.news__tag--important {
    color: #eb4da2
}

.news__tag--announcement {
    color: #a3c338
}

.news__tag--publish {
    color: #9568f5
}

.news__tag--free {
    color: #9ae1ff
}

.news__tag--others {
    color: #bdbdbd
}

.news__tag--xl {
    font-size: 1.5em
}

.news__tag--lg {
    font-size: 1.3em
}

.news__tag--md {
    font-size: 1.1em
}

.news__tag--sm {
    font-size: 1em
}

.news__tag--xs {
    font-size: .8em
}

.news__header {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.news__author,.news__datetime {
    color: #eb4da2;
    font-size: 12px
}

.news__datetime {
    margin-right: 20px
}

.news__headerTags {
    font-size: 14px
}

.news__headerTags .news__tag {
    margin-left: 10px
}

#news-content h1 {
    color: #fff;
    font-size: 18px;
    margin: 10px 0 30px
}

.news__share {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: -8px
}

.news__share>* {
    margin: 0 10px 8px 0
}

.news__share .fb-share-button.fb_iframe_widget {
    margin-top: -2px
}

.news__paragraph {
    margin-top: 45px
}

.news__paragraph h1,.news__paragraph h2,.news__paragraph h3,.news__paragraph h4,.news__paragraph h5,.news__paragraph h6 {
    color: #000
}

.news__paragraph li,.news__paragraph p {
    color: #bdbdbd;
    font-size: 14px;
    line-height: 22px
}

.news__paragraph ol,.news__paragraph ul {
    list-style: none;
    padding: 0
}

.news__paragraph li {
    margin: 8px 0
}

.news__paragraph a {
    color: #eb4da2;
    position: relative;
    transition: all .1s ease-in-out
}

.news__paragraph a:after,.news__paragraph a:before {
    background-color: #eb4da2;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    margin: 5px 0 0;
    opacity: 0;
    position: absolute;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    width: 0
}

.news__paragraph a:hover:after,.news__paragraph a:hover:before {
    opacity: 1;
    width: 100%
}

.news__subtitle {
    font-size: 16px;
    font-weight: 400
}

.news__subtitle--border {
    border-bottom: 1px solid #3f464e;
    padding-bottom: 15px
}

.news__img {
    margin: 40px auto 20px;
    text-align: center
}

.news__imgDesc {
    color: #bdbdbd;
    font-size: 12px;
    margin: 10px auto
}

@media screen and (max-width: 1299px) {
    .container_newsList {
        display:block;
        padding-top: 120px
    }

    .container_newsList main {
        padding-top: 15px
    }

    .dropdown__panel--news {
        margin-bottom: 0;
        padding: 18px 20px
    }

    .news__rightPanel {
        width: 100%
    }

    #news-list-more {
        margin: 30px auto
    }

    .newsList__block {
        padding: 15px
    }

    .newsList__blockTitle h2 {
        font-size: 16px;
        margin: 10px auto 3px
    }

    .news__header {
        align-items: flex-start;
        flex-direction: column-reverse;
        justify-content: flex-start;
        margin-top: 8px
    }

    .news__headerTags .news__tag {
        font-size: 12px;
        margin: 0 6px 0 0
    }

    #news-content h1 {
        font-size: 16px;
        margin: 10px 0
    }

    .news__share {
        margin: 20px 0 -10px
    }

    .news__subtitle {
        font-size: 14px
    }

    .news__paragraph {
        margin-top: 30px
    }

    .news__paragraph p {
        font-size: 13px
    }

    .news__img {
        margin: 20px 0;
        width: 100%
    }

    .news__img img {
        max-width: 100%
    }

    #news #game__summary {
        border: 0;
        padding: 0
    }
}

#news #game__summary {
    padding: 15px
}

@media screen and (max-width: 767px) {
    .mobile-md {
        display:none!important
    }
}

@media screen and (max-width: 1299px) and (min-width:768px) {
    .mobile-md-hide {
        display:none!important
    }
}

@media screen and (min-width: 768px) {
    .mobile-only {
        display:none!important
    }
}

#game__summary {
    margin: 15px 0 30px
}

@media (max-width: 1299px) {
    #game__summary {
        margin-bottom:20px
    }
}

#game__summary h1 {
    color: #fff
}

#game__summary .game_topIcon {
    background: #293243;
    border-radius: 12px;
    height: 100%;
    height: 200px;
    width: 100%;
    width: 200px
}

#game__summary .game_topIcon,#game__summary .game_topIcon img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

#game__summary .game_topIcon img {
    display: block;
    height: 100%;
    width: 100%
}

@media (max-width: 1299px) {
    #game__summary .game_topIcon {
        height:100px;
        width: 100px
    }
}

.game_topMainBox {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 100%
}

.allBtnBox {
    cursor: pointer;
    position: relative;
    width: 100%
}

.game_topInfo {
    border-bottom: 1px solid #54585d;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 10px;
    width: 100%
}

@media (max-width: 1299px) {
    .game_topInfo {
        padding-bottom:0
    }

    .game_titleBox {
        display: inline-block;
        width: calc(100% - 38px)
    }
}

.game_buttonMenu {
    border-bottom: 1px solid #54585d;
    padding: 10px 0;
    width: 100%
}

.game_btnBox {
    grid-column-gap: 10px;
    display: grid;
    grid-template: repeat(1,1fr)/repeat(5,1fr);
    margin: 10px 0
}

@media (max-width: 1299px) {
    .game_btnBox {
        grid-template:repeat(1,1fr)/repeat(4,1fr)
    }
}

@media (max-width: 1024px) {
    .game_btnBox {
        grid-template:repeat(1,1fr)/repeat(3,1fr)
    }
}

@media (max-width: 767px) {
    .game_btnBox {
        grid-template:repeat(1,1fr)/repeat(1,1fr)
    }
}

.game_btnTitle {
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.game_iconBox {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.icon_btn {
    background-color: #bdbdbd;
    height: 34px;
    width: 34px
}

.icon {
    display: inline-block;
    height: 30px;
    width: 30px
}

@media (max-width: 1299px) {
    .icon {
        transform:scale(.8)
    }
}

.icon .icon_img {
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.game_downBtnBox {
    align-items: center;
    background-color: #eb4da2!important;
    border-color: #eb4da2!important;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    color: #1d2630!important;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    margin: 0 0 10px;
    padding: 5px 15px
}

@media (max-width: 1299px) {
    .game_downBtnBox {
        height:40px
    }
}

.game_downBtnBox:hover {
    background-color: #d7398e!important;
    border-color: #d7398e!important;
    color: #1d2630!important
}

.game_downBtnBox .icon_gameBtn {
    background-color: #1d2630
}

.game_buyBtnBox {
    align-items: center;
    background-color: #eb4da2!important;
    border-color: #eb4da2!important;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    color: #1d2630!important;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    margin: 0 0 10px;
    padding: 5px 15px
}

@media (max-width: 1299px) {
    .game_buyBtnBox {
        height:40px
    }
}

.game_buyBtnBox:hover {
    background-color: #d7398e!important;
    border-color: #d7398e!important;
    color: #1d2630!important
}

.game_buyBtnBox .icon_gameBtn {
    background-color: unset
}

.game_playNowBtnBox {
    align-items: center;
    background-color: #1d2630!important;
    border-color: #eb4da2!important;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    color: #eb4da2!important;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    margin: 0 0 10px;
    padding: 5px 15px
}

@media (max-width: 1299px) {
    .game_playNowBtnBox {
        height:40px
    }
}

.game_playNowBtnBox:hover {
    background-color: #1f2a37!important;
    border-color: #eb4da2!important;
    color: #eb4da2!important
}

.game_playNowBtnBox .icon_gameBtn {
    background-color: #eb4da2
}

.game_demoBtnBox {
    align-items: center;
    background-color: unset!important;
    border-color: #bdbdbd!important;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    color: #fff!important;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    margin: 0 0 10px;
    padding: 5px 15px
}

@media (max-width: 1299px) {
    .game_demoBtnBox {
        height:40px
    }
}

.game_demoBtnBox:hover {
    background-color: #1f2a37!important
}

.game_demoBtnBox .icon_gameBtn {
    background-color: #fff
}

.game_forumBtnBox {
    align-items: center;
    background-color: #1f2a37!important;
    border-color: #1f2a37!important;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    color: #bdbdbd!important;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    justify-content: center;
    margin-left: 17px;
    padding: 5px 17px
}

.game_forumBtnBox:hover {
    background-color: #151d25!important;
    border-color: #151d25!important;
    color: #bdbdbd!important
}

@media (max-width: 1299px) {
    .game_forumBtnBox {
        margin-left:10px
    }
}

.game_forumBtnBox .icon_forumBtn {
    background-color: #bdbdbd;
    height: 22px;
    margin: 0 12px 0 0;
    width: 22px
}

.game_moreBtnBox {
    align-items: center;
    background-color: #1f2a37!important;
    border-color: #1f2a37!important;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    color: #eb4da2!important;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-style: 14px!important;
    font-weight: 700;
    justify-content: center;
    margin: 0 0 10px;
    padding: 5px 15px
}

.game_moreBtnBox:hover {
    background-color: #151d25!important;
    border-color: #1f2a37!important;
    color: #d7398e!important
}

@media (max-width: 1299px) {
    .game_moreBtnBox {
        height:40px
    }
}

.game_moreBtnBox span:after {
    content: "＋";
    margin-left: 5px
}

.game_moreBtnBox[data-expanded=true] span:after {
    content: "—"
}

.game_btnBoxBuying {
    grid-column-gap: 10px;
    display: grid;
    margin: 10px 0;
    width: 100%
}

.game_btnBoxBuying .game_buyBtnBox {
    margin: 0;
    width: 232px
}

@media (max-width: 1299px) {
    .game_btnBoxBuying .game_buyBtnBox {
        width:auto
    }

    .game_btnBoxBuying {
        grid-template: repeat(1,1fr)/repeat(4,1fr)
    }
}

@media (max-width: 1024px) {
    .game_btnBoxBuying {
        grid-template:repeat(1,1fr)/repeat(3,1fr)
    }
}

@media (max-width: 767px) {
    .game_btnBoxBuying {
        grid-template:repeat(1,1fr)/repeat(1,1fr)
    }
}

.game_cloudBtnBox .temporary_mainBox {
    display: flex;
    justify-content: flex-end
}

.game_buyingBox {
    align-items: flex-end;
    display: flex;
    flex-direction: row
}

@media (max-width: 1299px) {
    .game_buyingBox {
        align-items:flex-end;
        flex-direction: column
    }

    .game_buyingBox #gameBuying {
        width: 100%
    }
}

.game_price {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end
}

.game_price,.game_price .tag_focus {
    margin: 0 0 0 10px
}

@media (max-width: 1299px) {
    .game_price {
        margin:10px 0 0;
        row-gap: 5px
    }
}

.game_price .game_priceBox {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end
}

.game_price .ecoin_saleIcon {
    width: 15px
}

.game_price .game__originalPrice {
    color: #bdbdbd;
    margin-left: 6px;
    text-decoration: line-through
}

.game_price img {
    display: flex;
    max-width: 20px;
    width: 100%
}

.demo_text {
    font-size: 14px;
    margin-left: 5px
}

.icon_gameBtn {
    height: 22px;
    margin: 0 5px;
    width: 22px
}

.icon_gameBtn.icon_mac {
    height: 26px;
    width: 26px
}

.game_basicInfoMargin {
    margin: 0 0 6px
}

.game_basicInfo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0 5px 40px;
    position: relative;
    width: 100%
}

@media (max-width: 1299px) {
    .game_basicInfo {
        flex:auto;
        height: auto;
        padding: 3px 0 3px 20px;
        width: calc(100% - 100px)
    }
}

.game_basicInfo .game_title {
    font-size: 28px
}

@media (max-width: 1299px) {
    .game_basicInfo .game_title {
        font-size:16px
    }
}

.game_basicInfo p {
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #bdbdbd;
    display: -webkit-box;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
    margin-top: 0;
    max-height: 96px;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 1299px) {
    .game_basicInfo p {
        font-size:12px;
        line-height: 18px;
        margin-bottom: 12px
    }

    .game_basicInfo p br {
        display: none
    }
}

.game_basicInfo p a {
    color: #9ae1ff;
    position: relative;
    transition: all .1s ease-in-out
}

.game_basicInfo p a:after,.game_basicInfo p a:before {
    background-color: #9ae1ff;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    margin: 5px 0 0;
    opacity: 0;
    position: absolute;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    width: 0
}

.game_basicInfo p a:hover:after,.game_basicInfo p a:hover:before {
    opacity: 1;
    width: 100%
}

.game_basicInfo .game_developerBox {
    margin-bottom: 0
}

@media (max-width: 1299px) {
    .game_basicInfo .game_developerBox {
        margin:0
    }
}

.game_infoBtnBox {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start
}

.game_infoBtnBox .game_tagBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0;
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow: overlay
}

.game_infoBtnBox .game_tagBox::-webkit-scrollbar {
    height: 4px;
    width: 6px
}

.game_infoBtnBox .game_tagBox::-webkit-scrollbar-thumb {
    background: hsla(0,0%,100%,.1);
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px transparent
}

.game_infoBtnBox .game_tagBox::-webkit-scrollbar-track {
    background: #1b202b;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.055)
}

.game_infoBtnBox .game_tagBox::-webkit-scrollbar-thumb:hover {
    background: hsla(0,0%,100%,.1);
    background-clip: padding-box;
    border: 1px solid transparent;
    cursor: pointer
}

.game_snsBtn {
    display: inline-block;
    margin: 0 24px 0 0;
    text-align: center
}

@media (max-width: 1299px) {
    .game_snsBtn:first-of-type {
        margin:0 19px 0 0
    }
}

.game_snsBtn:last-of-type {
    margin: 0!important
}

.game_snsBtn i {
    font-size: 18px;
    line-height: 45px
}

@media (max-width: 1299px) {
    .game_snsBtn i {
        font-size:22px;
        line-height: 39px
    }

    .game_snsBtn {
        height: 38px;
        margin: 0 19px 0 0;
        width: 38px
    }
}

.game_snsBtn.snsBtn_last {
    margin: 0 19px 0 0!important
}

.game_shareBox.un_snsBtn .game_forumBtnBox {
    margin-left: 0!important
}

.shareBanner {
    max-width: 280px;
    position: fixed;
    right: 0;
    top: 400px;
    transform: translateX(100%);
    transition: transform .3s ease-out;
    width: 100%;
    z-index: 29
}

@media (max-width: 1299px) {
    .shareBanner {
        bottom:calc(env(safe-area-inset-bottom)/3*2 + 65px);
        max-width: none;
        top: auto;
        transform: translateY(100%)
    }
}

.shareBanner_wrapper {
    background: #1f2a37;
    border-radius: 12px 0 0 12px;
    display: flex;
    flex-direction: column;
    padding: 40px 15px;
    width: 100%
}

@media (max-width: 1299px) {
    .shareBanner_wrapper {
        align-items:center;
        border-radius: 0;
        flex-direction: row;
        justify-content: space-evenly;
        padding: 15px 10px
    }
}

.shareBanner_content {
    line-height: 22px;
    margin: 0 0 20px;
    text-align: center
}

@media (max-width: 1299px) {
    .shareBanner_content {
        line-height:16px;
        margin: 0;
        width: 40%
    }
}

.shareBanner_title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 9px
}

@media (max-width: 1299px) {
    .shareBanner_title {
        font-size:12px;
        margin-bottom: 5px
    }
}

.shareBanner_link {
    color: #9ae1ff;
    font-size: 15px;
    margin-top: 10px;
    position: relative;
    transition: all .1s ease-in-out
}

.shareBanner_link:after,.shareBanner_link:before {
    background-color: #9ae1ff;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    margin: 5px 0 0;
    opacity: 0;
    position: absolute;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    width: 0
}

.shareBanner_link:hover:after,.shareBanner_link:hover:before {
    opacity: 1;
    width: 100%
}

@media (max-width: 1299px) {
    .shareBanner_link {
        font-size:12px;
        margin-top: 5px
    }
}

.shareBanner_buttonBox {
    line-height: 22px;
    width: 100%
}

@media (max-width: 1299px) {
    .shareBanner_buttonBox {
        line-height:18px;
        width: 50%
    }
}

.shareBanner_button {
    font-size: 18px;
    margin: auto 0;
    padding: 12px 0;
    white-space: wrap;
    width: 100%
}

@media (max-width: 1299px) {
    .shareBanner_button {
        font-size:14px;
        min-height: 40px;
        padding: 6px 14px
    }
}

.share_showRight {
    transform: translateX(0)
}

.share_showBottom,.share_showRight {
    transition: transform .3s ease-in-out
}

.share_showBottom {
    transform: translateY(0)
}

.game_promotionCode {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: wrap;
    width: 100%
}

.game_promotionCode::-webkit-scrollbar {
    display: block;
    height: 0
}

.game_promotionCode::-webkit-scrollbar-thumb {
    background: hsla(0,0%,100%,.1);
    background-clip: padding-box;
    border: 3px solid transparent;
    border-radius: 1rem;
    visibility: visible
}

.game_informationBox {
    margin-top: 20px
}

.game_informationBox .hr_line {
    border-top: none;
    margin: 26px 0
}

.game_intorTitleBox {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

.game_intorTitleBox .game_intorTitle {
    cursor: pointer
}

@media (max-width: 1299px) {
    .game_intorTitleBox {
        justify-content:space-between
    }
}

.game_intorTitle {
    font-size: 16px;
    margin-bottom: 10px
}

.game_intorCont {
    color: #bdbdbd;
    line-height: 1.8;
    margin-bottom: 36px
}

.game_intorCont .game__tag {
    font-size: 15px!important
}

.game_introMainBox {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%
}

@media (max-width: 1299px) {
    .game_introMainBox {
        align-items:flex-start;
        flex-direction: column
    }
}

.game_introMain {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60%
}

@media (max-width: 1299px) {
    .game_introMain {
        width:100%
    }
}

.game_shareBox {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 40%
}

@media (max-width: 1299px) {
    .game_shareBox {
        justify-content:flex-start;
        margin: 28px 0 -10px;
        width: 100%
    }
}

.game_inforMain {
    background-color: #1f2a37;
    border-radius: 12px;
    padding: 10px 15px
}

.game_aboutList {
    margin-bottom: 20px
}

.game_abouText {
    margin-left: 9px
}

.infoRemark {
    color: #fff;
    font-size: 14px;
    margin-top: 5px
}

.infoRemark .moreLink {
    font-size: 14px;
    margin: 0 2px 0 0
}

.game_toggleBtn {
    background-color: #fff;
    cursor: pointer;
    height: 30px;
    margin-bottom: 10px;
    width: 30px
}

.gameNewsTitle {
    border-top: 1px solid #54585d;
    padding-top: 26px
}

.gameCountDown {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: center;
    line-height: 1.5;
    margin-left: 10px
}

.gameCountDownTxt {
    color: #bdbdbd;
    white-space: nowrap
}

.gameCountdownTime {
    align-items: center;
    color: #f03434;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 0 0 4px
}

.separator {
    padding: 0 4px
}

@media screen and (max-width: 1299px) and (max-width:359px) {
    .game__downloadBtn span:first-of-type {
        font-size:13px!important;
        top: auto
    }
}

.news__paragraph img {
    max-width: 100%
}

.newsList__blockTitle {
    margin: 0
}

.newsList__blockTitle h2 {
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    flex: 1;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

@media (max-width: 1299px) {
    .newsList__blockTitle h2 {
        align-items:flex-start;
        flex-direction: column-reverse;
        justify-content: flex-start
    }
}

.newsList__blockTitle .newsList__blockTime {
    color: #bdbdbd;
    margin: 0;
    width: 140px
}

@media (max-width: 1299px) {
    .newsList__blockTitle .newsList__blockTime {
        width:auto
    }
}

.news {
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #fff;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.news__list {
    margin-right: 0;
    width: auto
}

@media (max-width: 1299px) {
    .news__list {
        margin-bottom:15px;
        padding: 0
    }
}

@media (max-width: 767px) {
    .news__list {
        margin-bottom:10px
    }
}

.news__list a {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

.news__list a:hover img {
    transform: scale(1.1);
    transition: transform 1.5s cubic-bezier(.19,1,.22,1) 0s
}

.news__pic {
    border-radius: 16px;
    height: 135px;
    overflow: hidden;
    width: 270px
}

@media (max-width: 1299px) {
    .news__pic {
        border-radius:16px;
        height: 15.2vw;
        width: 30.4vw
    }
}

@media (max-width: 767px) {
    .news__pic {
        border-radius:6px;
        height: 15.2vw;
        min-height: 57px;
        width: 30.4vw
    }
}

.news__content {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 0 0 0 20px;
    text-align: left;
    width: calc(100% - 270px)
}

@media (max-width: 1299px) {
    .news__content {
        padding:0 0 0 20px;
        right: 10px;
        width: calc(100% - 30.4vw)
    }
}

@media (max-width: 767px) {
    .news__content {
        height:17.0666666667vw;
        min-height: 57px;
        padding: 0 0 0 10px;
        width: 61%
    }
}

@media (max-width: 1299px) {
    .news__content h2 {
        font-size:18px
    }
}

@media (max-width: 767px) {
    .news__content h2 {
        line-clamp:2;
        -webkit-line-clamp:2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 14px;
        line-height: 18px;
        white-space: normal;
        word-break: break-all
    }
}

.news__content p {
    line-clamp: 3;
    -webkit-line-clamp: 3;
    color: #bdbdbd;
    display: -webkit-box;
    font-size: 14px;
    height: 77.994px;
    line-height: 1.857;
    margin: 4px 0;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 1299px) {
    .news__content p {
        line-clamp:3;
        -webkit-line-clamp:3;
        font-size: 14px
    }
}

@media (max-width: 768px) {
    .news__content p {
        line-clamp:2;
        -webkit-line-clamp:2;
        height: 51.996px
    }
}

@media (max-width: 767px) {
    .news__content p {
        font-size:12px;
        margin: 0
    }
}

.news__content .footer {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%
}

@media (max-width: 1299px) {
    .news__content .footer {
        padding:0
    }
}

@media (max-width: 767px) {
    .news__content .footer {
        align-items:inherit;
        flex-direction: row
    }
}

.news__content .news__tags {
    overflow: hidden
}

@media (max-width: 767px) {
    .news__content .news__tags {
        height:auto;
        line-height: normal;
        margin-left: -5px
    }
}

.news__content .news__tag {
    display: inline-block;
    flex: 1
}

@media (max-width: 767px) {
    .news__content .news__tag {
        transform:scale(.9)
    }
}

.news__content .newsList__blockTime {
    padding: 0;
    text-align: right;
    width: 30%
}

@media (max-width: 1299px) {
    .news__content .newsList__blockTime {
        font-size:14px;
        white-space: nowrap;
        width: auto
    }
}

@media (max-width: 767px) {
    .news__content .newsList__blockTime {
        font-size:12px;
        margin: 0;
        transform: scale(.9)
    }
}

.news__tagsBlock {
    margin: 0 0 40px;
    padding: 0
}

@media screen and (max-width: 1299px) {
    .news__tagsBlock {
        margin:17px 0
    }
}

.news__tagsBlock .news__tag--gameName {
    background-color: #9568f5;
    color: #fff;
    max-width: 100%;
    width: auto
}

.newsList__image {
    border-radius: 16px
}

.newsList__image,.newsList__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.newsList__image img {
    display: block
}

@media (max-width: 767px) {
    .newsList__image {
        border-radius:0;
        width: 100%
    }
}

.news__tag--gameName {
    background-color: #9568f5;
    border-color: #9568f5;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
    padding: 1px 6px;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 767px) {
    .news__tag--gameName {
        font-size:12px;
        transform: scale(.9)
    }
}

.hot__newsBox {
    grid-row-gap: 25px;
    grid-column-gap: 28px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin: 20px auto;
    text-align: left;
    width: 100%
}

@media (max-width: 767px) {
    .hot__newsBox {
        grid-row-gap:15px;
        grid-column-gap: 0;
        grid-template-columns: repeat(1,1fr);
        margin: 10px auto
    }
}

.hot__newsBox a:hover .hot__newsBlock {
    border-color: #fff
}

.hot__newsBlock {
    border-color: hsla(0,0%,100%,.702);
    height: 315px
}

@media (max-width: 1299px) {
    .hot__newsBlock {
        height:auto
    }
}

@media (max-width: 767px) {
    .hot__newsBlock {
        align-items:stretch;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        width: 100%
    }

    .hot__newsBlock picture {
        height: 100%;
        width: 44%
    }
}

.hot__newsContent {
    padding: 6px 16px
}

@media (max-width: 767px) {
    .hot__newsContent {
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0 10px
    }
}

.hot__newsContent--newsListPage {
    width: 100%
}

@media (max-width: 767px) {
    .hot__newsContent--newsListPage {
        width:55%
    }
}

.hot__newsContent--homeNewsTopList {
    width: 100%
}

@media (max-width: 767px) {
    .hot__newsContent--homeNewsTopList {
        width:calc(100% - 30.4vw)
    }
}

.hot__newsContent h2 {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

@media (max-width: 767px) {
    .hot__newsContent h2 {
        font-size:14px
    }
}

.hot__newsContent h5 {
    color: #eb4da2;
    font-size: 11px;
    font-weight: 400;
    margin: 8px 0 3px
}

@media (max-width: 767px) {
    .hot__newsContent h5 {
        bottom:6px;
        font-size: 10px
    }
}

.hot__newsContent p {
    color: #bdbdbd;
    font-size: 12px;
    margin: 0
}

@media (max-width: 767px) {
    .hot__newsContent p {
        display:none
    }
}

.hot__newsContent .news__tag--gameName {
    margin: 8px 0 3px
}

@media (max-width: 767px) {
    .hot__newsContent .news__tag--gameName {
        margin:0
    }
}

@media (max-width: 1299px) {
    .hot__newsBoxList {
        background-color:#54585d;
        border-radius: 20px;
        padding: 5px
    }

    .hot__newsBoxList .white-round-border {
        border: none
    }
}

@media (max-width: 767px) {
    .hot__newsBoxList {
        border-radius:10px
    }
}

.hot__newsBoxList:hover img {
    transform: scale(1.1);
    transition: transform 1.5s cubic-bezier(.19,1,.22,1) 0s
}

.hot__newsPic {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    overflow: hidden
}

@media (max-width: 767px) {
    .hot__newsPic {
        border-radius:7px
    }
}

.hot__newsPic img,.hot__newsPic img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.hot__newsPic img img {
    display: block
}

.hot__newsPic--newsListPage {
    max-height: 180px
}

@media (max-width: 1299px) {
    .hot__newsPic--newsListPage {
        height:15.2vw
    }
}

@media (max-width: 767px) {
    .hot__newsPic--newsListPage {
        height:22vw;
        width: 45%
    }
}

.hot__newsPic--homeNewsTopList {
    max-height: 140px
}

@media (max-width: 1299px) {
    .hot__newsPic--homeNewsTopList {
        height:15.2vw
    }
}

@media (max-width: 767px) {
    .hot__newsPic--homeNewsTopList {
        width:30.4vw
    }
}

.hot__newsTagBox {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.news__leftPanel {
    width: 270px
}

#home__preRegisterGames,#home__topGames,#home__topGames_1 {
    width: 856px
}

#home__events,#home__newsList {
    width: 100%
}

#home__events,#home__topGames,#home__topGames_1 {
    margin: 15px 0
}

#home__topGames,#home__topGames_1 {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.home__topGameCountdownBox {
    align-items: center;
    background-color: rgba(16,21,26,.85);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    position: absolute;
    text-align: center;
    transition: all .55s cubic-bezier(.175,.885,.47,1.26);
    width: 100%
}

.home__topGameCountdownBox:hover {
    box-shadow: inset 0 0 15px 2px hsla(0,4%,5%,.745)
}

.countdownText {
    line-height: 1.5;
    margin-bottom: 8px
}

.countdownTime {
    color: #eb4da2;
    font-size: 22px
}

.home__topGameRank {
    background-image: url(../images/home/rank_sprites.png);
    background-position: -10px -960px;
    background-repeat: no-repeat;
    background-size: 41px auto;
    display: inline-block;
    height: 20px;
    left: 120px;
    position: absolute;
    top: 5px;
    width: 28px;
}

.home__topGameRank--1 {
    background-position: -6px -6px
}

.home__topGameRank--2 {
    background-position: -6px -39px
}

.home__topGameRank--3 {
    background-position: -6px -72px
}

.home__topGameRank--4 {
    background-position: -6px -104px
}

.home__topGameRank--5 {
    background-position: -6px -137px
}

.home__topGameRank--6 {
    background-position: -6px -170px
}

.home__topGameRank--7 {
    background-position: -6px -203px
}

.home__topGameRank--8 {
    background-position: -6px -236px
}

.home__topGameRank--9 {
    background-position: -6px -269px
}

.home__topGameRank--10 {
    background-position: -6px -302px
}

.home__topGameRank--11 {
    background-position: -6px -335px
}

.home__topGameRank--12 {
    background-position: -6px -368px
}

.home__topGameRank--13 {
    background-position: -6px -401px
}

.home__topGameRank--14 {
    background-position: -6px -434px
}

.home__topGameRank--15 {
    background-position: -6px -467px
}

.home__topGameRank--16 {
    background-position: -6px -500px
}

.home__topGameRank--17 {
    background-position: -6px -533px
}

.home__topGameRank--18 {
    background-position: -6px -566px
}

.home__topGameRank--19 {
    background-position: -6px -599px
}

@media (max-width: 1299px) {
    .home__topGameRank {
        width: 43px;
        height: 30px;
        background-size: auto;
        flex: 0 0 auto;
    }
    .home__topGameRank--1{
        background-position: -10px -10px
    }
    .home__topGameRank--2{
        background-position: -10px -60px
    }
    .home__topGameRank--3{
        background-position: -10px -110px
    }
    .home__topGameRank--4{
        background-position: -10px -160px
    }
    .home__topGameRank--5{
        background-position: -10px -210px
    }
    .home__topGameRank--6{
        background-position: -10px -260px
    }
    .home__topGameRank--7{
        background-position: -10px -310px
    }
    .home__topGameRank--8{
        background-position: -10px -360px
    }
    .home__topGameRank--9{
        background-position: -10px -410px
    }
    .home__topGameRank--10{
        background-position: -10px -460px
    }
    .home__topGameRank--11{
        background-position: -10px -510px
    }
    .home__topGameRank--12{
        background-position: -10px -560px
    }
    .home__topGameRank--13{
        background-position: -10px -610px
    }
    .home__topGameRank--14{
        background-position: -10px -660px
    }
    .home__topGameRank--15{
        background-position: -10px -710px
    }
    .home__topGameRank--16{
        background-position: -10px -760px
    }
    .home__topGameRank--17{
        background-position: -10px -810px
    }
    .home__topGameRank--18{
        background-position: -10px -860px
    }
    .home__topGameRank--19{
        background-position: -10px -910px
    }
}

#home__preRegisterGames {
    text-align: center
}

.home__preRegisterGame {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 400px
}

.home__preRegisterGame img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media (max-width: 1299px) {
    .home__preRegisterGame img {
        margin:0 auto;
        max-width: 450px
    }
}

.home__preRegisterGame section {
    bottom: 0;
    padding: 20px 16px;
    position: absolute;
    width: 100%
}

.home__preRegisterGame h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    transition: all .1s ease-in-out;
    white-space: nowrap;
    width: 100%
}

.home__preRegisterGame h3:after,.home__preRegisterGame h3:before {
    background-color: #fff;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    margin: 5px 0 0;
    opacity: 0;
    position: absolute;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    width: 0
}

.home__preRegisterGame h3:hover:after,.home__preRegisterGame h3:hover:before {
    opacity: 1;
    width: 100%
}

.home__preRegisterGame p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.home__preRegisterGame .btn {
    border: 1px solid #eb4da2;
    border-radius: 20px;
    color: #eb4da2;
    float: right;
    padding: 0 16px;
    transition: all .3s ease-in
}

.home__preRegisterGame .btn:hover {
    background-color: #d7398e;
    color: #fff
}

.home__preRegister {
    bottom: 16px;
    font-size: 14px;
    left: 0;
    line-height: 30px;
    padding: 0 24px;
    position: absolute;
    width: 100%
}

.home__preRegister span {
    color: #737373
}

.home__preRegister a {
    border: 1px solid #eb4da2;
    border-radius: 20px;
    color: #eb4da2;
    float: right;
    padding: 0 16px
}

.home__preRegister a:hover {
    background-color: #d7398e;
    color: #fff
}

.home__appStore {
    position: relative
}

.home__appStore--android {
    background-color: transparent;
    background-image: url(../images/common_sprites.png);
    background-position: 0 -117px;
    background-repeat: no-repeat;
    height: 27px;
    right: 24px;
    top: 18px;
    width: 23px
}

.home__appStore--apple i:before {
    color: #65d1ff;
    font-size: 30px
}

.flex-list-wrapper {
    display: flex;
    width: -moz-fit-content;
    width: fit-content
}

.overflowX-scroll {
    overflow-x: scroll;
    overflow: overlay;
    overflow-y: hidden;
    position: relative;
    width: 100%
}

.overflowX-scroll::-webkit-scrollbar {
    height: 4px;
    width: auto
}

.overflowX-scroll::-webkit-scrollbar-thumb {
    background: hsla(0,0%,100%,.1);
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px transparent
}

.overflowX-scroll::-webkit-scrollbar-track {
    background: #1b202b;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.055)
}

.overflowX-scroll::-webkit-scrollbar-thumb:hover {
    background: hsla(0,0%,100%,.1);
    background-clip: padding-box;
    border: 1px solid transparent;
    cursor: pointer
}

#home__featuredGames{
    justify-content: center;
}

@media screen and (max-width: 1299px) {
    .home__mainBlock,.home__subBlock {
        overflow:hidden;
        width: 100%
    }

    .home__subBlock {
        display: flex;
        flex-direction: column
    }

    #home .display-flex {
        flex-direction: column-reverse
    }

    #home__banner,.home__banner a {
        height: 48vw
    }

    .home__banner .slick-dots {
        bottom: -5px;
        padding-left: 0
    }

    .home__banner .slick-dots li {
        margin: 0 3px
    }

    .home__banner .slick-dots li button {
        height: 11px;
        width: 11px
    }

    .home__banner .slick-dots li button:after {
        border-width: 2px;
        height: 8px;
        width: 8px
    }

    #home__featuredGames,#home__topGames,#home__topGames_1 {
        overflow-x: scroll;
        overflow-y: hidden;
        position: relative;
        width: 100%
    }

    #home__events,#home__preRegisterGames {
        position: relative;
        width: 100%
    }
}

@media screen and (max-width: 1299px) and (min-width:660px) {
    #home__events,#home__featuredGames,#home__newsList,#home__preRegisterGames,#home__topGames,#home__topGames_1 {
        overflow-x:hidden
    }
}

@media screen and (max-width: 1299px) and (min-width:1200px) {
    #home__events,#home__featuredGames,#home__newsList,#home__preRegisterGames,#home__topGames,#home__topGames_1 {
        width:1180px
    }
}

@media screen and (max-width: 1299px) {
    #home__featuredGames {
        height:130px;
        margin: 0;
        position: relative
    }

    #home__featuredGames--main {
        left: 0;
        margin-left: 0;
        width: 290px
    }

    #home__featuredGames--sub {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: calc(100% - 15px);
        justify-content: space-between;
        position: absolute;
        right: 0;
        top: 0;
        width: 27%
    }

    #home__featuredGames--sub .home__featuredGameImg {
        height: 100%
    }

    #home__featuredGames--main .home__featuredGameImg,.home__featuredGameImg {
        height: 100%;
        width: 290px
    }

    #home__events {
        margin: 10px 0
    }

    #home__topGames,#home__topGames_1 {
        justify-content: flex-start;
        margin: 10px 0 0
    }

    #home__topGames,#home__topGames_1 .home__moreLink {
        right: 0;
        top: 5px
    }

    .home__topGameRank {
        left: 65px;
        top: 1px;
        transform: scale(.65)
    }

    #home__preRegisterGames {
        margin: 10px 0 0
    }

    #home__preRegisterGames .sectionHeader {
        text-align: left
    }

    #home__preRegisterGames .home__moreLink {
        position: absolute;
        right: 0;
        top: 5px
    }

    .home__preRegisterGame {
        flex-direction: column;
        margin-right: 0
    }

    .home__preRegisterGame img {
        margin-top: 0;
        width: 100%
    }

    .home__preRegisterGame section {
        padding: 22px 16px;
        position: absolute
    }

    .home__preRegisterGame section h3 {
        font-size: 20px
    }

    .home__preRegister {
        bottom: 4px;
        padding: 0 15px 0 63px
    }

    .home__preRegister span {
        font-size: 10px
    }

    .home__preRegister a {
        font-size: 11px;
        line-height: 23px;
        padding: 0 12px
    }

    .home__appStore {
        top: auto
    }

    .home__appStore--apple {
        bottom: 8px;
        left: 14px;
        right: auto
    }

    .home__appStore--apple i:before {
        font-size: 18px
    }

    .home__appStore--android {
        bottom: 6px;
        left: 34px;
        right: auto;
        transform: scale(.65)
    }
}

.container_oneGame {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 100px
}

.container_oneGame .home__topGame--future {
    color: #4b535c;
    cursor: default;
    display: block!important
}

.container_oneGame .home__topGame--future:hover h4:after,.container_oneGame .home__topGame--future:hover h4:before {
    display: none
}

.container_oneGame .home__topGameRank--future {
    background-position: -10px -310px
}

.container_oneGame .home__topGamePreview {
    background-color: #171f27;
    border-radius: 16px;
    color: #2d3136;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    margin-right: 20px;
    padding-top: 30px;
    text-align: center;
    width: 100px
}

.container_oneGame #home__sectionPre {
    width: 285px
}

.container_oneGame #home__newsList {
    min-height: auto
}

@media screen and (max-width: 1299px) {
    .container_oneGame {
        display:block
    }

    .container_oneGame #home__sectionPre,.container_oneGame #home__sectionTop {
        width: 100%
    }

    .container_oneGame .home__topGamePreview {
        font-size: 10px;
        height: 62px;
        margin-right: 10px;
        padding-top: 18px;
        width: 62px
    }

    .container_oneGame .home__topGame--future:nth-of-type(odd) {
        display: none!important
    }

    .container_oneGame #home__newsList {
        margin-top: 0
    }
}

.safe-mode .container_oneGame .home__topGamePreview {
    background-color: #cfd2d5;
    color: #bdbdbd
}

.safe-mode .container_oneGame .home__topGame--future h4 {
    color: #cfd2d5
}

.home__banner {
    height: 420px;
    margin-bottom: 35px;
    position: relative;
    width: 100%
}

@media (max-width: 1299px) {
    .home__banner {
        height:auto;
        margin-bottom: 0
    }
}

.home__banner main {
    margin: 0 auto;
    width: 856px
}

@media (max-width: 1299px) {
    .home__banner main {
        width:100%
    }
}

.home__banner a {
    height: 420px;
    width: 100%
}

@media (max-width: 1299px) {
    .home__banner a {
        height:auto
    }
}

.home__banner .slick-arrow {
    display: none!important
}

.home__banner .slick-dots {
    align-items: center;
    bottom: -5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    opacity: .3;
    position: absolute;
    transition: all .3s ease-in-out;
    width: 100%
}

.home__banner .slick-dots li {
    margin: 0 5px
}

.home__banner .slick-dots li button {
    background-color: transparent;
    font-size: 0;
    height: 14px;
    position: relative;
    width: 14px
}

.home__banner .slick-dots li button:after {
    border: 2.5px solid;
    border-radius: 100%;
    box-shadow: 0 0 8px #000;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px
}

.home__banner .slick-dots li:nth-child(3n-2) button:after {
    border-color: #eb4da2
}

.home__banner .slick-dots li:nth-child(3n-1) button:after {
    border-color: #9ae1ff
}

.home__banner .slick-dots li:nth-child(3n) button:after {
    border-color: #9568f5
}

.home__banner .slick-dots li.slick-active:nth-child(3n-2) button:after {
    background-color: #eb4da2
}

.home__banner .slick-dots li.slick-active:nth-child(3n-1) button:after {
    background-color: #9ae1ff
}

.home__banner .slick-dots li.slick-active:nth-child(3n) button:after {
    background-color: #9568f5
}

.home__bannerImg,.home__bannerImg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.home__bannerImg img {
    display: block
}

#home__featuredGames:hover .slick-dots {
    opacity: 1
}

#home__featuredGames--sub {
    width: 27%
}

#home__featuredGames--sub .home__featuredGameImg {
    height: 200px
}

@media (max-width: 1299px) {
    #home__featuredGames--sub .home__featuredGameImg {
        height:auto;
        margin-bottom: 0
    }

    #home__featuredGames--sub .home__featuredGameImg picture {
        display: block;
        height: 0;
        margin: 0;
        overflow: hidden;
        padding: 61.7283950617% 0 0;
        position: relative;
        width: 100%
    }

    #home__featuredGames--sub .home__featuredGameImg img {
        display: block;
        height: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%
    }

    #home__featuredGames--sub .home__featuredGameImg img img {
        display: block;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        width: 100%
    }
}

#home__featuredGames--main {
    /* margin-right: 20px; */
    width: 100%
}

@media (max-width: 1299px) {
    #home__featuredGames--main {
        height:100%;
        position: relative
    }
}

#home__featuredGames--main .home__featuredGameImg {
    height: 420px
}

@media (max-width: 1299px) {
    #home__featuredGames--main .home__featuredGameImg {
        height:auto
    }
}

.home__featuredGameImg {
    border-radius: 16px;
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%
}

@media (max-width: 1299px) {
    .home__featuredGameImg {
        width:100%
    }
}

.home__featuredGameImg img,.home__featuredGameImg img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.home__featuredGameImg img img {
    display: block
}

.manual-carousel {
    color: var(--color);
    margin: 0 auto 20px;
    padding-bottom: 20px;
    position: relative
}

@media (max-width: 1299px) {
    .manual-carousel {
        margin-bottom: 20px;
    }
}

.manual-carousel__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width: 1299px) {
    .manual-carousel__title {
        font-size:16px;
        margin-bottom: 15px;
        padding: 0 10px
    }
}

.manual-carousel__item {
    display: block;
    font-weight: 700;
    text-align: center
}

.manual-carousel__image-wrapper {
    border-radius: 15px;
    margin-bottom: 12px;
    overflow: hidden
}

.manual-carousel__image {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

#home__banner--mobile {
    border: 0;
    margin-top: 40px;
    /* max-width: 300px; */
    padding: 0;
}

@media (max-width: 1299px) {
    #home__banner--mobile {
        margin-top:0;
        width: 100%;
        /* max-width: 393px; */
        min-height: 500px;
        padding-right: 20px;
        margin-bottom: 35px;
    }

    #home__banner--mobile .slick-dots {
        align-items: center;
        bottom: -40px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        opacity: 1;
        padding: 0;
        position: absolute;
        transition: all .3s ease-in-out;
        width: 100%
    }

    #home__banner--mobile .slick-dots li {
        margin: 0 4px
    }

    #home__banner--mobile .slick-dots li button {
        background-color: transparent;
        font-size: 0;
        height: 14px;
        position: relative;
        width: 14px
    }

    #home__banner--mobile .slick-dots li button:after {
        border-radius: 30%;
        box-shadow: 0 0 8px #000;
        content: "";
        height: 4px;
        left: 0;
        opacity: .2;
        position: absolute;
        top: 0;
        width: 16px
    }

    #home__banner--mobile .slick-dots li:nth-child(3n) button:after,#home__banner--mobile .slick-dots li:nth-child(3n-1) button:after,#home__banner--mobile .slick-dots li:nth-child(3n-2) button:after {
        background-color: #fff
    }

    #home__banner--mobile .slick-dots li.slick-active:nth-child(3n-2) button:after {
        background-color: #eb4da2;
        opacity: 1
    }

    #home__banner--mobile .slick-dots li.slick-active:nth-child(3n-1) button:after {
        background-color: #9ae1ff;
        opacity: 1
    }

    #home__banner--mobile .slick-dots li.slick-active:nth-child(3n) button:after {
        background-color: #9568f5;
        opacity: 1
    }
}

@media (max-width: 767px) {
    #home__banner--mobile {
        max-width:100%;
        padding: 0;
        width: 100%;
        margin-bottom: 0;
    }
}

@media (max-width: 360px) {
    #home__banner--mobile {
        min-height:auto
    }
}

#home__banner--event {
    border: 0;
    margin: 0;
    padding: 0;
    width: 878px
}

@media (max-width: 1299px) {
    #home__featuredGames {
        height:100%;
        width: 100%
    }
}

#home__newsList {
    margin-right: 20px;
    min-height: 640px;
    width: 880px
}

@media (max-width: 1299px) {
    #home__newsList {
        min-height:330px;
        padding: 0 15px;
        width: 100%
    }
}

#home__newsList .sectionHeader {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.container--home {
    max-width: 856px;
    padding: 80px 0 30px;
    border-bottom: 0;
}

@media (max-width: 1299px) {
    .container--home {
        max-width:992px;
        padding: 58px 0 30px;
        position: relative;
        border-bottom: 1px solid #3f464e;
    }
}
.container--oneGame {
    max-width: 856px;
    border-bottom: 0;
}

@media (max-width: 1299px) {
    .container--oneGame {
        max-width:992px;
        padding: 20px 15px 30px;
    }
}

.gameListContainer{
    width: 100%;
}

.container--event {
    border: 0;
    min-height: 230px;
    padding: 0 20px 0 0;
    width: 100%
}

@media (max-width: 1299px) {
    .container--event {
        min-height:220px;
        padding: 0 15px
    }
}

.container--event .sectionHeader {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

#home__sectionTop .home__mainBlock {
    margin: 15px 0;
    width: auto
}

.home__mainBlock {
    margin-right: 0
}

.home__mainBlock .home__hotHoards {
    border-color: hsla(0,0%,100%,.1);
    margin-bottom: 20px
}

@media (max-width: 1299px) {
    .home__subBlock {
        display:flex;
        flex-direction: row
    }
}

@media (max-width: 767px) {
    .home__subBlock {
        display:flex;
        flex-direction: column
    }
}

.home__hotHoards {
    border-color: hsla(0,0%,100%,.1);
    padding: 16px 16px 12px;
    width: 300px
}

@media (max-width: 1299px) {
    .home__hotHoards {
        height:480px;
        max-width: calc(100% - 40px);
        order: 2;
        width: 100%
    }
}

@media (max-width: 767px) {
    .home__hotHoards {
        border-radius:16px 0 0 16px;
        border-right: 0;
        height: auto;
        margin-left: 20px;
        max-width: calc(100% - 20px);
        padding: 16px 0 20px 16px;
        width: 100%
    }
}

.home__hotHoards .fa-play--up {
    color: #eb4da2;
    font-size: 16px;
    transform: rotate(-90deg)
}

.home__hotHoards .fa-play--bottom {
    color: #9ae1ff;
    font-size: 16px;
    transform: rotate(90deg)
}

.home__hotHoards .moreLink {
    white-space: nowrap
}

.home__topGames {
    margin-top: 20px;
}

@media (max-width: 1299px) {
    .home__topGames {
        padding:0 15px;
        width: 100%
    }
}

.home__topGames .game__playBtn {
    min-width: 60px
}

.home__commontab {
    align-items: center;
    border-bottom: 1px solid #54585d;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    overflow-x: auto;
    overflow-y: unset
}

@media (max-width: 1299px) {
    .home__commontab {
        padding:0
    }
}

.home__commontabGameListMod{
    margin-bottom: 20px;
}

.home__commontab ul {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    overflow: overlay;
    padding: 0 0 5px 0;
    position: relative;
    white-space: nowrap
}

.home__commontab ul::-webkit-scrollbar {
    height: 2px;
    width: auto
}

.home__commontab ul::-webkit-scrollbar-thumb {
    background: hsla(0,0%,100%,.1);
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px transparent
}

.home__commontab ul::-webkit-scrollbar-track {
    background: #1b202b;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.055)
}

.home__commontab ul::-webkit-scrollbar-thumb:hover {
    background: hsla(0,0%,100%,.1);
    background-clip: padding-box;
    border: 1px solid transparent;
    cursor: pointer
}

.home__commontab li {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    margin: 8px 12px;
}

.home__commontab a {
    display: inline-block;
    height: 100%
}

#home__hotHoards--mobile nav ul::-webkit-scrollbar {
    display: none
}

.home__hotHoards.mobile-md .home__commontab li a {
    margin-bottom: -4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home__hotHoards.mobile-only .home__commontab {
    overflow-x: unset
}

.home__hotHoards.mobile-only .home__commontab ul {
    margin-right: 10px;
    overflow-x: scroll
}

.home__commontab-isjs {
    position: relative
}

.home__commontab-isjs.active,.home__commontab-isjs.active a {
    color: #eb4da2
}

.home__commontab-isjs.active:after {
    display: block
}

.home__commontab-isjs:after {
    background: #eb4da2;
    content: "";
    display: none;
    height: 3px;
    margin-top: 10px;
    position: absolute;
    transition: all .3s ease;
    width: 100%
}

.topGames__list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 8px 0
}

@media (max-width: 1299px) {
    .topGames__list {
        padding: 20px 0
    }
    .topGames__list ul {
        width:auto
    }
}

@media (max-width: 767px) {
    .topGames__list ul {
        width:100%
    }
}

.topGames__list .home_topGameLists {
    display: flex;
    padding: 0 10px;
    width: 50%
}

@media (max-width: 767px) {
    .topGames__list .home_topGameLists {
        width: 100%
    }
}

.topGames__list .home_topGameLists picture {
    height: 100%;
    margin-right: 14px;
    min-width: 96px;
    width: 96px
}
@media (max-width: 1299px) {
    .topGames__list .home_topGameLists picture {
        margin-right: 8px;
    }
}

.topGames__list .home_topGameLists:hover .game__playBtn {
    background-color: #d7398e;
    color: #fff
}

.topGames__list .home__topGameRank {
    left: auto;
    position: relative;
    top: auto
}

.topGames__list .home__topGameH4 {
    font-size: 12px;
    left: auto;
    max-width: 190px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 1299px) {
    .topGames__list .home__topGameH4 {
        max-width: calc( 50vw - 282px );
        padding:0;
        top: auto
    }

    .home__topGameName{
        width: 100%;
    }

    .home_topGameNameBox{
        width: calc(100% - 43px);
    }
}

@media (max-width: 767px) {
    .topGames__list .home__topGameH4 {
        width: 100%;
        max-width: 24vw;
        max-width: calc( 100vw - 282px);
    }
}

.topGames__list .game__playBtn {
    align-items: center;
    background-color: #1d2630!important;
    border-color: #eb4da2!important;
    border: 1px solid #eb4da2;
    border-radius: 12px;
    color: #eb4da2!important;
    color: #eb4da2;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    letter-spacing: .5px;
    line-height: 48px;
    margin: 0;
    padding: 10px;
    text-align: center;
    transition: .3s;
    white-space: nowrap
}

.topGames__list .game__playBtn:hover {
    background-color: #1f2a37!important;
    border-color: #eb4da2!important;
    color: #eb4da2!important
}

.topGames__list .game__playBtn span {
    left: 0;
    position: relative
}

.topGames__list .game__codeBtn {
    align-items: center;
    background-color: #1d2630!important;
    border-color: #9568F5!important;
    border: 1px solid #9568F5;
    border-radius: 12px;
    color: #9568F5!important;
    color: #9568F5;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 4px;
    font-size: 14px;
    font-weight: 700;
    min-width: 85px;
    height: 38px;
    justify-content: center;
    letter-spacing: .5px;
    line-height: 48px;
    margin: 0;
    padding: 10px;
    text-align: center;
    transition: .3s;
    white-space: nowrap
}

.topGames__list .game__codeBtn:hover {
    background-color: #1f2a37!important;
    border-color: #9568F5!important;
    color: #9568F5!important
}

.topGames__list .game__codeBtn span {
    left: 0;
    position: relative
}
.topGames__list .game__codeBtn .game__codeIcon {
    width: 15px;
    height: 15px;
}

.topGames__list .home__topGameContent {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    min-width: 48%
}
@media (max-width: 1299px) {
    .topGames__list .home__topGameContent {
        min-width: 40%
    }
}

.topGames__list .home__topGameName {
    align-items: center;
    display: inline-flex;
    overflow: hidden
}

.topGames__list .home__topGame:hover h4 {
    position: relative
}

.topGames__list .ranking-porducts-tag {
    color: #bdbdbd;
    font-size: 14px;
    margin: 0;
    padding: 0
}

.topGames__list .games__tags {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.topGames__list .game__tag {
    border: none;
    color: #bdbdbd;
    font-size: 12px;
    margin: 0;
    padding: 0 0 0 10px;
    position: relative
}

.topGames__list .game__tag+.game__tag:before {
    content: "|";
    font-weight: 100;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.topGames__list .game__tag:first-child {
    padding: 0
}

.home__topGame {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 96px;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    width: 100%
}

.home__topGame img {
    background: #293243;
    border-radius: 16px
}

.home__topGame img,.home__topGame img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.home__topGame img img {
    display: block
}

.round-border-btn {
    height: 38px;
    margin: 12px auto;
    padding: 4px 20px;
    transition: all .3s ease-in;
    width: 100%
}

.hotHoards_footer {
    padding-top: 8px;
    text-align: right
}

@media (max-width: 767px) {
    .hotHoards_footer {
        margin-right:15px
    }
}

.hotHoards__list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0
}

@media (max-width: 1299px) {
    .hotHoards__list {
        flex-direction:row
    }
}

.hotHoards__list ul {
    margin: 0;
    padding: 0;
    width: 100%
}

.hotHoards__list li {
    border-bottom: 1px solid #54585d;
    font-size: 14px;
    padding: 4px;
    width: 100%
}

.hotHoards__list li a {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%
}

.hotHoards__list li a .hotHoards__title {
    transition: all .1s ease-in-out
}

.hotHoards__list li a:hover .hotHoards__gameName {
    border-color: #fff
}

.hotHoards__list li a:hover .hotHoards__title,.hotHoards__list li a:hover .hotHoards__views {
    color: #d7398e
}

.hotHoards__list li:first-child {
    border-bottom: none
}

.hotHoards__list li:first-child a {
    color: #bdbdbd
}

.hotHoards__list li:first-child .hotHoards__listTitle {
    width: 50%
}

.hotHoards__list i {
    font-size: 20px;
    margin-right: 8px;
    text-align: center;
    width: 25px
}

.hotHoards__list .rank {
    align-items: center;
    background-color: #eb4da2;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    height: 25px;
    justify-content: center;
    margin-right: 8px;
    min-width: 25px;
    text-align: center
}

.hotHoards__list .rank__4to10 {
    background-color: #343947
}

.hotHoards__list .hotHoards__listTitle {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%
}

.hotHoards__list .hotHoards__gameName,.hotHoards__list .hotHoards__title {
    border-bottom: 1px solid;
    border-color: hsla(0,0%,100%,0);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hotHoards__list .hotHoards__title {
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

.hotHoards__list .hotHoards__content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hotHoards__list .hotHoards__titleSub {
    color: #bdbdbd;
    font-size: 12px;
    line-height: 17px
}

@media screen and (max-width: 1299px) and (min-width:768px) {
    .hotHoards__list .hotHoards__titleSub {
        display:none
    }
}

@media (max-width: 767px) {
    .hotHoards__list .overflowX-scroll {
        padding-bottom:20px
    }
}

.hotHoards__list .overflowX-scroll ul {
    min-width: calc(100% - 10px);
    padding-right: 20px
}

.hotHoards__list .overflowX-scroll ul:last-child {
    min-width: 100%
}

.button--arrow-next,.button--arrow-prev {
    overflow: hidden;
    padding: 0;
    text-indent: 102%;
    white-space: nowrap
}

.button--arrow-next {
    background-position: 0 -256px
}

.button--arrow-next,.button--arrow-prev {
    background-color: transparent;
    background-image: url(../images/common_sprites.png);
    background-repeat: no-repeat;
    height: 54px;
    width: 54px
}

.button--arrow-prev {
    background-position: 0 -192px
}

.manual-carousel__items {
    margin: 0 auto;
    padding: 0;
    width: 878px
}

@media (max-width: 1299px) {
    .manual-carousel__items {
        width:100%
    }
}

.manual-carousel__items--preRegisterGame {
    width: auto
}

.manual-carousel__item {
    padding: 0 8px
}

.home__preRegisterGame .footer {
    bottom: 16px;
    position: absolute
}

.home__preRegisterGame.white-round-border {
    border: none
}

.home__preRegisterGame section {
    background: #000;
    background: linear-gradient(90deg,rgba(0,0,0,.78),transparent 80%);
    bottom: 10px;
    padding: 10px 16px
}

@media (max-width: 767px) {
    .home__preRegisterGame section h3 {
        font-size:5.8666666667vw
    }

    .home__preRegisterGame section p {
        font-size: 3.7333333333vw
    }
}

@media (max-width: 1299px) {
    .home__preRegisterGame img {
        height: 550px
    }
}

@media (max-width: 767px) {
    .home__preRegisterGame img {
        height:100%
    }
}

.slick-track {
    margin: 0
}

.sectionHeader {
    border-bottom: 1px solid #54585d
}

.sectionHeader .moreLink {
    margin-right: 20px;
    position: absolute;
    right: 0;
    top: 6px
}

.home__moreLink {
    cursor: pointer;
    font-size: 12px;
    position: relative;
    transition: all .1s ease-in-out
}

.home__moreLink:after,.home__moreLink:before {
    background-color: #9ae1ff;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    margin: 5px 0 0;
    opacity: 0;
    position: absolute;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    width: 0
}

.home__moreLink:hover:after,.home__moreLink:hover:before {
    opacity: 1;
    width: 100%
}

.home__moreLink i:before {
    margin-left: 6px
}

.home__moreLink,.home__moreLink>i:before {
    color: #9ae1ff
}

.topGames__list--sm {
    min-height: 370px
}
.topGames__list--sm ul{
    display: flex;
    flex-direction: row; 
    align-content: flex-start;
    flex-wrap: wrap;
}

.topGames__list--XL {
    min-height: 330px
}

@media (max-width: 1299px) {
    .topGames__list--XL {
        width:calc(100% - 15px)
    }
}

.topGames__list--XL ul {
    display: flex;
    padding-top: 20px;
    width: 100%
}

.topGames__list--XL .home_topGameLists {
    display: block;
    padding: 0 8px;
    width: 220px
}

@media (max-width: 767px) {
    .topGames__list--XL .home_topGameLists {
        width:auto
    }
}

.topGames__list--XL .home_topGameLists picture {
    aspect-ratio: 188/229;
    margin: 0 0 8px;
    width: 100%
}

@media (max-width: 1299px) {
    .topGames__list--XL .home_topGameLists picture {
        width:100%
    }
}

.topGames__list--XL .home_topGameLists img {
    aspect-ratio: 188/229;
    height: auto;
    margin-right: 0;
    width: 100%
}

@media (max-width: 767px) {
    .topGames__list--XL .home_topGameLists a {
        width:206px
    }
}

.topGames__list--XL .slick-track {
    margin: 20px 10px 10px
}

.topGames__list--XL .home__topGameContentBox {
    display: flex;
    height: 58px;
    width: 100%
}

@media (max-width: 1299px) {
    .topGames__list--XL .home__topGameContentBox {
        justify-content:space-between
    }
}

@media (max-width: 767px) {
    .topGames__list--XL .home__topGameContentBox {
        flex-direction:column;
        height: auto
    }
}

.topGames__list--XL .comingSoon {
    color: #bdbdbd
}

.topGames__list--XL a {
    align-items: center;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    margin-bottom: 10px;
    padding: 0 8px;
    transition: all .55s cubic-bezier(.175,.885,.47,1.26);
    width: 100%
}

.topGames__list--XL a:hover {
    background: #424b56;
    transform: scale(1.1);
    z-index: 10
}

.topGames__list--XL .home__topGameRank {
    left: auto;
    position: relative;
    top: auto
}

.topGames__list--XL h4 {
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    left: auto;
    margin: 0;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 1299px) {
    .topGames__list--XL h4 {
        padding:0;
        top: auto
    }
}

.topGames__list--XL .game__playBtn {
    align-items: center;
    background-color: #1d2630!important;
    border-color: #eb4da2!important;
    border-radius: 12px;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    color: #eb4da2!important;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-weight: 700;
    height: 28px;
    justify-content: center;
    letter-spacing: .5px;
    margin: 10px 0;
    transition: .3s;
    width: auto
}

.topGames__list--XL .game__playBtn:hover {
    background-color: #1f2a37!important;
    border-color: #eb4da2!important;
    color: #eb4da2!important
}

@media (max-width: 767px) {
    .topGames__list--XL .game__playBtn {
        margin:10px 0;
        width: 100%
    }
}

.topGames__list--XL .game__playBtn span {
    left: 0;
    position: relative
}

.topGames__list--XL .game__playBtn_preregList {
    width: 100%
}

.topGames__list--XL .game__playBtn:hover {
    background-color: #d7398e;
    color: #fff
}

.topGames__list--XL .home__topGameContent {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

@media (max-width: 767px) {
    .topGames__list--XL .home__topGameContent {
        width:100%
    }
}

.topGames__list--XL .home__topGameName {
    align-items: center;
    display: inline-flex;
    overflow-x: hidden;
    width: 190px
}

.topGames__list--XL .home__topGame:hover h4 {
    position: relative
}

.topGames__list--XL .ranking-porducts-tag {
    color: #bdbdbd;
    font-size: 14px;
    margin: 0;
    padding: 0
}

.topGames__list--XL .games__tags {
    display: flex;
    height: 17px;
    overflow: hidden;
    padding: 4px 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 1299px) {
    .topGames__list--XL .games__tags {
        padding:0
    }
}

.topGames__list--XL .game__tag {
    border: none;
    color: #bdbdbd;
    font-size: 12px;
    margin: 0;
    padding: 0 0 0 10px;
    position: relative
}

.topGames__list--XL .game__tag+.game__tag:before {
    content: "|";
    font-weight: 100;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.topGames__list--XL .game__tag:first-child {
    padding: 0
}

.topGames__list--XL .home_topGameNameBox {
    margin-top: 0;
    width: 100%
}

.home_topGameLists .home__topGame--XL picture {
    width: 220px
}

.home_topGameTxt{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 6px;
}

.listHide {
    display: none
}

.home_topNewsList {
    margin-right: 20px;
    min-height: 340px;
    width: 880px
}

@media (max-width: 1299px) {
    .home_topNewsList {
        min-height:350px;
        padding: 0 15px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .home_topNewsList {
        min-height:320px
    }
}

.home_newsBlock {
    border-color: hsla(0,0%,100%,.702);
    height: 265px
}

@media (max-width: 1299px) {
    .home_newsBlock {
        height:auto
    }
}

@media (max-width: 767px) {
    .home_newsBlock {
        align-items:stretch;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        width: 100%
    }

    .home_newsBlock picture {
        height: 100%;
        width: 44%
    }
}

.home_newsTagBox {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

@media (max-width: 767px) {
    .home_newsTagBox {
        align-items:baseline;
        flex-direction: row-reverse;
        justify-content: space-between
    }
}

.topGamePicBox_tagPosition {
    font-size: 8px;
    left: -5px;
    position: absolute;
    top: 10px
}

.home_topGameTagBox {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
    margin-left: 10px
}

@media (max-width: 1299px) {
    .home_topGameTagBox {
        margin-left:0
    }
}
.home_topGameTagBoxM0Mod {
    margin-left: 0px
}

.graded_tag {
    align-items: center;
    background-color: #343947;
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    font-size: 11px;
    font-weight: 500;
    justify-content: center;
    margin: 4px 0 0;
    max-height: 15px;
    padding: 0 4px;
    white-space: nowrap
}

.graded_r18 {
    color: #ff6161
}

.graded_r {
    color: #ffa361
}

.graded_n {
    color: #61adff
}

.home__topGamesList{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 27px;
    justify-content: flex-start
}

@media (max-width: 767px) {
    .home__topGamesList {
        display: grid;              
        grid-template-columns: repeat(5, 96px); 
        align-items: flex-start; 
        justify-content: space-between;
    }
}
@media (max-width: 640px) {
    .home__topGamesList {
        display: grid;              
        grid-template-columns: repeat(4, 96px); 
        align-items: flex-start; 
        justify-content: space-between;
    }
}
@media (max-width: 480px) {
    .home__topGamesList {
        display: grid;              
        grid-template-columns: repeat(3, 96px); 
        align-items: flex-start; 
        justify-content: space-between;
        gap: inherit;
    }
}

.home__topGamesList .link-block {
    display: inline-block;
}

.home__topGamesList .home__topGame {
    width: 96px;
    height: 135px;
    margin-bottom: 0px;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
}
@media (max-width: 767px) {
    .home__topGamesList .home__topGame {
        width: 100%;
        max-width: 96px;
    }
}


.home__topGamesList .home__topGame picture {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
}

.home__topGamesList .home__topGame img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    margin-right: 0px;
}

.home__topGamesList .home__topGame h4 {
    /* position: absolute; */
    left: 0;
    bottom: 0;
    margin: 0 0px 0 0;
    font-size: 12px;
    word-break: break-word;
    width: fit-content;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: wrap;
    flex: 1;
}

.home__topGamesList .home__topGame:hover h4 {
    transition: all .1s ease-in-out;
    /* position: relative; */
    /* position: absolute */
}

.home__topGamesList .home__topGame:hover h4:after,
.home__topGamesList .home__topGame:hover h4:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #fff
}

.home__topGamesList .home__topGame:hover h4:hover:after,
.home__topGamesList .home__topGame:hover h4:hover:before {
    width: 100%;
    opacity: 1
}

.home__topGamesList .home__topGameRank{
    display: none;
}

@media screen and (max-width:1299px) {
    .home__topGamesList .home__topGame {
        /* width: calc(50% - 10px); */
        height: auto;
        min-height: 90px;
        margin-bottom: 18px
    }

    .home__topGamesList .home__topGame img {
        width: 96px;
        height: 96px;
        margin-right: 10px
    }

    .home__topGamesList .home__topGame h4 {
        width: calc(100% - 72px);
        font-size: 12px;
        left: 72px;
        bottom: auto;
        top: 32px;
        padding-right: 12px;
        margin: 0
    }
}

.jc-start {
    justify-content: flex-start;
}
.items-center {
    align-items: center;
}