html,
body {
    margin: 0;
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    background: #232323;
}

/* chrome 和 safari */
::-webkit-scrollbar {
    display: none;
}

/* firefox */
@-moz-document url-prefix() {
    /* Disable scrollbar Firefox */
    html {
        scrollbar-width: none;
    }
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(../img/main/game_frame_small.png) url(../img/paypage/fb_facelift_quick_buy_bg_small.png) url(../img/main/fb_game_frame_small.png);
} */

a:hover {
    text-decoration: none;
}

input[type='button'],
input[type='submit'] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
    font-family: 'Neuron';
    margin: 0;
    padding: 0;
}

h3.special-h3 {
    margin: 0;
}

p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

img {
    border: 0;
    width: 100%;
}

/*-- login screen  --*/
.game_page {
    left: 0px;
    top: 0px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.game_page::-webkit-scrollbar {
    width: 0;
}

#panel {
    z-index: 9992;
    position: absolute;
    display: none;
}
.loading_max {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2147483647;
    display: none;
}
.spinner_max {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#login_screen {
    display: none;
    height: 100%;
    background: #000000;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-image: url('https://storage.googleapis.com/jackpot-cdn/static/login/fts_bg.png');
}
.top_bar {
    width: 100%;
    height: 6rem;
    background-image: url(https://jackpot-cdn.akamaized.net/static/dialog/img/bar_top.png);
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 9999;
    .logo {
        width: 5.875rem;
        height: 5.4375rem;
        background: url(https://jackpot-cdn.akamaized.net/static/dialog/img/gamelogo.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        margin-top: 0.1rem;
        margin-left: 6rem;
        float: left;
    }
    .add_to_book_mark {
        width: 17rem;
        height: 3rem;
        background: url(https://jackpot-cdn.akamaized.net/static/dialog/img/btn_bookmark2_over.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        float: left;
        margin-top: 1.5rem;
        margin-left: 8rem;
        cursor: pointer;
        position: relative;
        z-index: 1000;
    }
    .download_btn {
        width: 15.625rem;
        height: 5rem;
        margin-top: 0.375rem;
        background: url(https://jackpot-cdn.akamaized.net/static/dialog/img/btn_download2_over.png) no-repeat center/cover;
        float: right;
        margin-right: 2.5rem;
        cursor: pointer;
        position: relative;
        z-index: 10;
        display: none;
    }
}
.bottom_bar {
    width: 100%;
    height: 4rem;
    background-image: url(https://jackpot-cdn.akamaized.net/static/dialog/img/bar_bottom.png);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
    .bottom_wenli {
        width: 100%;
        height: 100%;
        background-image: url(https://jackpot-cdn.akamaized.net/static/dialog/img/bottom_wenli1.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
    }
    .ftr-menu {
        position: relative;
        color: #fff;
        z-index: 10;
        overflow: hidden;
        height: 6rem;
        > ul {
            margin: 0 auto;
            width: fit-content;
            overflow: hidden;
            margin-top: 1rem;
            > li {
                padding-left: 1rem;
                padding-right: 1rem;
                color: #fff;
                float: left;
                list-style: none;
                .scroll {
                    color: #fff;
                    text-decoration: none;
                    font-size: 1.25rem;
                }
            }
        }
        #btn_helpshift {
            position: absolute !important;
            width: 3rem !important;
            height: 3rem !important;
            top: 0.5rem !important;
            border-radius: 50% !important;
            cursor: pointer !important;
            box-sizing: border-box !important;
            padding: 0.75rem 0.16rem 0.5rem 0.5rem !important;
            border: none !important;
            outline-offset: -4px !important;
            outline: rgba(0, 103, 244, 0.4) solid 0px !important;
            background: rgb(255, 255, 255);
            right: 4rem;
        }
        #btn_helpshift_span {
            background: rgb(233, 75, 75) !important;
            border-radius: 50% !important;
            color: rgb(255, 255, 255) !important;
            width: 1.25rem !important;
            height: 1.25rem !important;
            line-height: 1.25rem !important;
            text-align: center !important;
            font-size: 0.75rem !important;
            font-family: sans-serif !important;
            left: auto !important;
            display: none;
        }
    }
}

/*-- footer --*/

#footer_line {
    z-index: 9990;
}

.footer {
    height: 50px;
    background: #232323;
    text-align: center;
    /* padding: 1em 0em 2em; */
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: auto;
}

.logo-fo h2 a {
    font-size: 1.2em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.w3ls-social-icons-2 {
    padding: 2em 0;
}

.ftr-menu ul li a {
    font-size: 1em;
    color: #fff;
    margin: 0 10px;
    letter-spacing: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    display: block;
    text-decoration: none;
}

.ftr-menu ul li a:hover {
    color: #ffc576;
}

/*-- //game_info --*/

#game_screen {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0px;
}

.game_cantainer {
    left: 0px;
    top: 0px;

    position: relative;
    width: 100%;
    height: 100%;
}

.game_container::-webkit-scrollbar {
    display: none;
}

/*-- //game_info --*/

.line {
    left: 0px;
    /* top: 0px; */
    position: absolute;
    width: 100%;
    height: 1px;
    overflow: hidden;
    /* background: #ffc576; */
}

/*-- //game_info --*/
.copyrights {
    text-align: center;
    padding: 5px 0em;
    color: #fff;
    font-size: 0.5em;
    /* background: #1f1f1f; */
}

.copyrights p {
    color: #fff;
    letter-spacing: 2px;
    font-size: 0.3em;
}

.copyrights p a {
    color: #0de2f6;
}

.copyrights p a:hover {
    color: #fff;
}

/*-- //footer --*/

/*-- //reload_panel --*/
/* .reload_container {
    font-family: "Roboto", sans-serif;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9995;
    width: 100%;
    display: none;
} */

/*-- //webgl_panel --*/
#frame_dialog {
    font-family: 'Neuron';
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 9993;
}

/*-- //btn_helpshift --*/
#btn_helpshift {
    position: absolute;
    top: 1px;
    right: 6px;
    width: 48px;
    height: 48px;
    background: linear-gradient(131deg, rgba(69, 63, 185, 0.75), rgb(69, 63, 185) 122%);
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
    padding: 12px 10px 8px;
    border: none;
    outline-offset: -4px;
    outline: rgba(0, 103, 244, 0.4) solid 0px;
}

#btn_helpshift_span {
    background: rgb(233, 75, 75);
    border-radius: 50%;
    color: rgb(255, 255, 255);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-family: sans-serif;
    left: auto;
    display: none;
}
