#home__banner {
    margin-top: 80px;
    position: relative
}

#home__banner,
#home__banner a {
    width: 100%;
    height: 380px
}

#home__banner .slick-arrow {
    display: none!important
}

#home__banner .slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.3;
}

#home__banner:hover .slick-dots {
    opacity: 1;
}

@media screen and (max-width:1299px) {
    #home__banner .slick-dots {
        opacity: 1;
    }
}

#home__banner .slick-dots li {
    margin: 0 5px
}

#home__banner .slick-dots li button {
    width: 14px;
    height: 14px;
    background-color: transparent;
    font-size: 0;
    position: relative
}

#home__banner .slick-dots li button:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2.5px solid;
    border-radius: 100%;
    box-shadow: 0 0 8px #000;
    position: absolute;
    top: 0;
    left: 0
}

#home__banner .slick-dots li:nth-child(3n-2) button:after {
    border-color: #ff61b6
}

#home__banner .slick-dots li:nth-child(3n-1) button:after {
    border-color: #65d1ff
}

#home__banner .slick-dots li:nth-child(3n) button:after {
    border-color: #8260d2
}

#home__banner .slick-dots li.slick-active:nth-child(3n-2) button:after {
    background-color: #ff61b6
}

#home__banner .slick-dots li.slick-active:nth-child(3n-1) button:after {
    background-color: #65d1ff
}

#home__banner .slick-dots li.slick-active:nth-child(3n) button:after {
    background-color: #8260d2
}

.home__bannerImg,
.home__bannerImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

#home__featuredGames {
    margin-top: 20px
}

#home__featuredGames--sub {
    width: 32%
}

#home__featuredGames--sub .home__featuredGameImg {
    height: 170px
}

#home__featuredGames--main {
    width: calc(68% - 20px);
    margin-left: 20px
}

#home__featuredGames--main .home__featuredGameImg {
    height: 360px
}

.home__featuredGameImg {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 16px;
    overflow: hidden
}

.home__featuredGameImg img,
.home__featuredGameImg img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.home__moreLink {
    cursor: pointer;
    font-size: 12px;
    transition: all .1s ease-in-out;
    position: relative
}

.home__moreLink:after,
.home__moreLink: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: #ff61b6
}

.home__moreLink:hover:after,
.home__moreLink:hover:before {
    width: 100%;
    opacity: 1
}

.home__moreLink i:before {
    margin-left: 6px
}

.home__moreLink,
.home__moreLink>i:before {
    color: #ff61b6
}

#home__preRegisterGames,
#home__topGames,
#home__topGames_1 {
    width: 100%;
    /* width: 915px;原 */
}

#home__events,
#home__newsList {
    width: calc(100% - 915px)
}

#home__events,
#home__topGames,
#home__topGames_1 {
    margin: 15px 0
}

#home__topGames,
#home__topGames_1 {
    /*display: flex;*/
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.home__topGame {
    width: 300px;
    height: 100px;
    margin-bottom: 30px;
    position: relative
}

.home__topGame img {
    height: 100%;
    border-radius: 16px;
    margin-right: 20px
}

.home__topGame h4 {
    width: 165px;
    position: absolute;
    left: 120px;
    bottom: 0;
    margin: 0 20px 0 0;
    word-break: break-word
}

.home__topGame:hover h4 {
    transition: all .1s ease-in-out;
    position: relative;
    position: absolute
}

.home__topGame:hover h4:after,
.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__topGame:hover h4:hover:after,
.home__topGame:hover h4:hover:before {
    width: 100%;
    opacity: 1
}

.home__topGameRank {
    width: 43px;
    height: 30px;
    background-image: url(../images/home/rank_sprites.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 120px
}

.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__topGame--future {
    display: none
}

#home__preRegisterGames {
    text-align: center
}

#home__preRegisterGames .more-btn {
    margin-top: 5px
}

.home__preRegisterGame {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 860px;
    height: 200px;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: left
}

.home__preRegisterGame img {
    margin-top: 2px
}

.home__preRegisterGame img,
.home__preRegisterGame img img {
    width: 500px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.home__preRegisterGame section {
    width: calc(100% - 500px);
    height: 100%;
    padding: 16px 24px;
    position: relative
}

.home__preRegisterGame h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    font-size: 16px;
    margin: 0 auto 25px 0;
    transition: all .1s ease-in-out;
    position: relative
}

.home__preRegisterGame h3:after,
.home__preRegisterGame h3: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__preRegisterGame h3:hover:after,
.home__preRegisterGame h3:hover:before {
    width: 100%;
    opacity: 1
}

.home__preRegisterGame p {
    color: #9a9fa5;
    font-size: 14px
}

.home__preRegister {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    position: absolute;
    left: 0;
    bottom: 16px;
    padding: 0 24px
}

.home__preRegister span {
    color: #737373
}

.home__preRegister a {
    border-radius: 20px;
    border: 1px solid #ff61b6;
    color: #ff61b6;
    float: right;
    padding: 0 16px
}

.home__preRegister a:hover {
    background-color: #ff61b6;
    color: #fff
}

.home__appStore {
    position: absolute;
    top: 16px
}

.home__appStore--android {
    width: 23px;
    height: 27px;
    background-image: url(../images/common_sprites.png);
    background-position: -10px -124px;
    right: 24px;
    top: 18px
}

.home__appStore--apple {
    right: 62px
}

.home__appStore--apple i:before {
    color: #65d1ff;
    font-size: 30px
}

@media screen and (max-width:1299px) {
    .flex-list-wrapper {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: flex
    }
    #home .display-flex {
        flex-direction: column
    }
    #home__banner {
        margin-top: 58px
    }
    #home__banner,
    #home__banner a {
        height: 48vw;
        max-height: 43vh
    }
    #home__banner .slick-dots {
        padding-left: 0;
        bottom: -5px
    }
    #home__banner .slick-dots li {
        margin: 0 3px
    }
    #home__banner .slick-dots li button {
        width: 11px;
        height: 11px
    }
    #home__banner .slick-dots li button:after {
        width: 8px;
        height: 8px;
        border-width: 2px
    }
    #home__events,
    #home__featuredGames,
    #home__newsList,
    #home__preRegisterGames,
    #home__topGames,
    #home__topGames_1 {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        position: relative
    }
}

@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: 15px 0;
        position: relative
    }
    #home__featuredGames--main,
    #home__featuredGames--sub {
        height: 130px;
        position: absolute;
        top: 0
    }
    #home__featuredGames--main {
        width: 290px;
        left: 0;
        margin-left: 0
    }
    #home__featuredGames--sub {
        width: 645px;
        left: 290px;
        flex-direction: row
    }
    #home__featuredGames--sub .home__featuredGameImg {
        height: 100%;
        margin-left: 20px
    }
    #home__featuredGames--main .home__featuredGameImg,
    .home__featuredGameImg {
        width: 290px;
        height: 100%
    }
    #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 {
        /*position: absolute;*/
        top: 5px;
        right: 0
    }
    .home__topGame {
        width: calc(50% - 10px);
        height: auto;
        min-height: 90px;
        margin-bottom: 18px
    }
    .home__topGame img {
        width: 62px;
        height: 62px;
        margin-right: 10px
    }
    .home__topGame h4 {
        width: calc(100% - 72px);
        font-size: 12px;
        left: 72px;
        bottom: auto;
        top: 32px;
        padding-right: 12px;
        margin: 0
    }
    .home__topGameRank {
        top: 1px;
        left: 65px;
        transform: scale(.65)
    }
    #home__preRegisterGames {
        margin: 10px 0 0
    }
    #home__preRegisterGames .sectionHeader {
        text-align: left
    }
    #home__preRegisterGames .home__moreLink {
        position: absolute;
        top: 5px;
        right: 0
    }
    .home__preRegisterGame {
        width: 295px;
        height: 180px;
        margin-right: 20px;
        flex-direction: column
    }
    .home__preRegisterGame img {
        width: 100%;
        height: 120px;
        margin-top: 0
    }
    .home__preRegisterGame section {
        width: 100%;
        height: 60px;
        padding: 2px 12px 6px
    }
    .home__preRegisterGame section h3 {
        font-size: 13px
    }
    .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 {
        left: 14px;
        right: auto;
        bottom: 8px
    }
    .home__appStore--apple i:before {
        font-size: 18px
    }
    .home__appStore--android {
        left: 34px;
        right: auto;
        bottom: 6px;
        transform: scale(.65)
    }
}

.container--oneGame {
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 100px
}


/*
.container--oneGame #home-top-games-more,
.container--oneGame #home__events,
.container--oneGame #home__preRegisterGames,
.container--oneGame .home__topGame:not(:first-of-type) {
    display: none
}
*/

.container--oneGame .home__topGame--future {
    display: block!important;
    color: #4b535c;
    cursor: default
}

.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 {
    width: 100px;
    height: 100%;
    background-color: #171f27;
    border-radius: 16px;
    color: #2d3136;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding-top: 30px;
    margin-right: 20px
}


/*
.container--oneGame #home__sectionTop {
    width: 915px
}*/

.container--oneGame #home__sectionPre {
    width: 285px
}

.container--oneGame #home__newsList {
    /*width: 100%;*/
    min-height: auto;
    margin-top: 20px
}

.container--oneGame #home__newsList .home__moreLink,

/*
.container--oneGame #home__newsList .news:not(:first-of-type) {
    display: none
}
*/

@media screen and (max-width:1299px) {
    .container--oneGame {
        display: block
    }
    .container--oneGame #home__sectionPre,
    .container--oneGame #home__sectionTop {
        width: 100%
    }
    .container--oneGame .home__topGamePreview {
        width: 62px;
        height: 62px;
        margin-right: 10px;
        font-size: 10px;
        padding-top: 18px
    }
    .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: #9a9fa5
}

.safe-mode .container--oneGame .home__topGame--future h4 {
    color: #cfd2d5
}