[v-cloak] {
    display: none !important;
}
body{
    padding: 0;
    margin: 0;
    background-color: #000000;
}

.preRegDiv{
    width: 100%;
    overflow: hidden;
}


/* section_top */
.preRegDiv .section_top {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 130%;
    background-position: bottom;
    background-image: url(../img/bg_top.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 6;
}
.preRegDiv .section_top .top_content{
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
}
.preRegDiv .section_top .top_content .top_title1 {
    position: absolute;
    width: 80%;
    margin: 6% auto 0 10%;
}
.preRegDiv .section_top .top_content .top_title1 img{width: 100%;}
.preRegDiv .section_top .top_content .top_title2 {
    position: absolute;
    width: 80%;
    margin: 66% 10% 0 10%;
}
.preRegDiv .section_top .top_content .top_title2 img{width: 100%;}


.preRegDiv .section_pre {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 0;
    padding-bottom: 165%;
    background-position: center;
    background-image: url(../img/bg_pre.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -30%;
}
.preRegDiv .section_pre .pre_content{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.preRegDiv .section_pre .pre_content::-webkit-scrollbar {
    display: none;
}
.preRegDiv .section_pre .pre_content .pre_plat_bg{
    background-image: url(../img/download-bg-ios.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 95%;
    height: 0;
    padding-bottom: 70%;
    margin: 5% auto 0 auto;
    position: relative;
    animation: heartbeat 2.5s infinite;
}
.preRegDiv .section_pre .pre_content .platDiv{
    width: 95%;
    margin-left: 2.3%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.preRegDiv .section_pre .pre_content .platDiv .pre_plat_btn{
    display: inline-block;
    margin-top: 43%;
}
.preRegDiv .section_pre .pre_content .platDiv .pre_plat_btn.apple_btn {
    width: 43%;
    margin-right: 0;
    margin-left: 47%;
    margin-top: 53.5%;
}
.preRegDiv .section_pre .pre_content .platDiv .pre_plat_btn.apple_btn img{width: 100%;}
.preRegDiv .section_pre .pre_content .platDiv .pre_plat_btn.google_btn{
    width: 71%;
}
.preRegDiv .section_pre .pre_content .platDiv .pre_plat_btn.google_btn img{width: 100%;}

.preRegDiv .section_pre .pre_content .discordDiv {
    width: 95%;
    margin: 4% auto 0 auto;
}
.preRegDiv .section_pre .pre_content .discordDiv img{width: 100%;}
.preRegDiv .section_pre .pre_content .discordDiv a div:nth-child(1){
    animation: heartbeat 2.5s infinite;
}
.preRegDiv .section_pre .pre_content .discordDiv a div:nth-child(2){
    margin-top: -6%;
}
.preRegDiv .section_pre .pre_content .giftDiv{
    width: 95%;
    margin: 0 auto;
}
.preRegDiv .section_pre .pre_content .giftDiv img{width: 100%;}



.preRegDiv .footerDiv{
    position: relative;
    z-index: 10;
}
.preRegDiv .footerDiv .footerDivBox {
    width: 95%;
}
.preRegDiv .footerDiv .footerTopDiv {
    width: 90%;
    margin: 2% auto;
}
.preRegDiv .footerDiv .footerMiddleDiv .footerIntro {
    padding-bottom: 25%;
}
.preRegDiv .footerDiv .footerMiddleDiv {
    width: 95%;
    margin: 4% auto 3% auto;
}
.preRegDiv .footerDiv .footerADiv a {
    margin: 0 2%;
    font-size: 4vw;
}
/*.preRegDiv .footerDiv .footerADiv a:nth-child(2)::before {*/
/*    top: 0;*/
/*}*/
/*.preRegDiv .footerDiv .footerADiv a:nth-child(3)::before {*/
/*    top: 0;*/
/*}*/
.preRegDiv .footerDiv .footerBottopreRegDiv {
    font-size: .6rem;
    margin: 1% 0 0 0;
}




@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}




.preRegDiv .section_pre .gameSwiperBox{
    width: 100%;
    margin: 18% auto 10% auto;
}
.preRegDiv .section_pre .game-swiper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    transform: scale(1.4);
    transform-origin: center center;
    padding-bottom: 10%;
}
.preRegDiv .section_pre .game-swiper .swiper-wrapper {
    overflow: visible;
    display: flex;
    align-items: center;
}
.preRegDiv .section_pre .game-swiper .swiper-wrapper .swiper-slide{
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    will-change: transform;
    transition: transform 0.3s ease, z-index 0.3s ease;
}
.preRegDiv .section_pre .game-swiper .swiper-wrapper .swiper-slide img {
    width: 88%;
    margin: 14.5% 0 12% 0;
    object-fit: cover;
    display: block;
    pointer-events: none;
    user-select: none;
    border: 4px solid #FFFFFF;
}
.preRegDiv .section_pre .game-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    background-image: url(/skin/images/intro_frame.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    transform: scale(1.5);
    z-index: 10;
    box-shadow: unset;
    padding: 0 2% 0 0;
}
.preRegDiv .section_pre .game-swiper .swiper-wrapper .swiper-slide.swiper-slide-active img {
    border: unset;
    position: relative;
}
.preRegDiv .section_pre .game-swiper .swiper-button-prev, .swiper-rtl .swiper-button-prev ,
.preRegDiv .section_pre .game-swiper .swiper-button-next, .swiper-rtl .swiper-button-next {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.preRegDiv .section_pre .game-swiper .swiper-button-prev{
    left: 16%;
    top: 42%;
    width: 3vw;
    background-image: url(/skin/images/news_banner_arrow.png);
    transform: scaleX(-1);
}
.preRegDiv .section_pre .game-swiper .swiper-button-prev:hover{
    background-image: url(/skin/images/arrow_white.png);
    transform: scaleX(-1);
}
.preRegDiv .section_pre .game-swiper .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}
.preRegDiv .section_pre .game-swiper .swiper-button-next {
    right: 16%;
    top: 42%;
    width: 3vw;
    background-image: url(/skin/images/news_banner_arrow.png);
}
.preRegDiv .section_pre .game-swiper .swiper-button-next:hover {
    background-image: url(/skin/images/arrow_white.png);
}
.preRegDiv .section_pre .game-swiper .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}
.preRegDiv .section_pre .game-swiper .swiper-pagination {
    position: absolute;
    width: 100%;
    bottom: 1%;
}
.preRegDiv .section_pre .game-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .5%;
    width: 3vw;
    height: 3vw;
    opacity: 1;
    background-color: unset;
    background-image: url(/skin/images/dot_defult.png);
    background-size: contain;
    transform: scale(.7);
}
.preRegDiv .section_pre .game-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-image: url(/skin/images/dot.png);
    transform: scale(1.1);
}




@media screen and (min-width: 720px){
    .preRegDiv {
        width: 40%;
        margin: 0 auto;
    }

    .preRegDiv .footerDiv .footerADiv a {
        font-size: 1.5vw;
    }
    .preRegDiv .footerDiv .footerADiv a:nth-child(2):before ,
    .preRegDiv .footerDiv .footerADiv a:nth-child(3):before {
        top: -12%;
    }

    .preRegDiv .section_pre .game-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 1.5vw;
        height: 1.5vw;
    }
}