﻿

/* 會員中心-css設定 */
@import url(gs_member.css);

/* 儲值中心-css設定 */
@import url(gs_deposit.css);

/* 客服中心-css設定 */
@import url(gs_service.css);

/* 遊戲中心-css設定 */
@import url(gs_games.css);

/* VIP專區-css設定 */
@import url(gs_vip.css);

/* 綜合遊戲公告-css設定 */
@import url(gs_anc.css);

/* 服務條款-css設定 */
@import url(gs_archivemb.css);

/* 隱私政策-css設定 */
@import url(gs_privacymb.css);

/* Gamer專區-css設定 */
@import url(gs_gamer.css);



body {
    margin          : 0;
    font-family     : -apple-system, BlinkMacSystemFont, "Microsoft JhengHei", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size       : 1rem;
    font-weight     : 400;
    line-height     : 1.5;
    color           : #212529;
    text-align      : left;
    background-color: #fff;
}


p {
    margin : 0;
    padding: 0;
}

.h1 {
    font-weight:bold;
}

a {
    color: #ec9000;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #e64d02;
    text-decoration: none;
    /* text-decoration: underline; */
}


.logo_white{
    position: absolute;
    top:5px;
    right:150px;
    z-index : 99999;
}



.bnt_Back {
    position: absolute;
    top     : 18px;
    right   : 15px;
    cursor  : pointer;
    z-index : 999;
}

.con_height{
    min-height: 460px;
}

/* footer copyright */
.footer_bg {
    height          : 200px;
    width           : 100%;
    background-color: #ec9000;
    text-align      : center;
    padding-top     : 3px;
    z-index         : 0;
    /* position        : absolute; */
    bottom: 0;
    position: relative;
}



.go_top {
    margin-bottom: 10px;

}

.footer_ul {
    list-style-type: none;
    line-height    : 35px;
}

.footer_txt {
    font-size: 1.2rem;
    color    : #fff;
}

.footer_txt a {
    font-size: 1.2rem;
    color    : #fff;
}

.footer_txt a:hover,
.footer_txt a.focus {
    font-size      : 1.2rem;
    color          : #fff;
    text-decoration: none;
}

.copyright_txt {
    font-size: .8rem;
    color    : #fff;
    line-height: 1.2rem;
}

/* Navbar 關閉叉叉icon位置 */
.xx{
    margin: 10px 0px .25rem 0px !important;
}

.clear {
    clear: both;
}

.title_line{
    border-bottom:1px #98999b solid;
    width: 100%;
}

/* 自適應寬設定 */
@media (min-width: 1200px) {

    #navBottom {
        display: none;
    }

    .con_height{
        min-height: 650px;
    }





    /* footer copyright */
    .footer_bg {
        height          : 150px;
        width           : 100%;
        background-color: #79c4eb;
        text-align      : center;
        padding-top     : 3px;
        z-index         : 0;
        position: relative;
        /* position        : absolute; */
        bottom: 0;
        position: relative;
    }




}

@media (min-width: 992px) {

    #navBottom {
        display: none;
    }

    .con_height{
        min-height: 650px;
    }

    /* footer copyright */
    .footer_bg {
        height          : 150px;
        width           : 100%;
        background-color: #e99600;
        text-align      : center;
        padding-top     : 3px;
        z-index         : 0;
        /* position        : absolute; */
        bottom: 0;
        position: relative;
    }


}

@media (min-width: 768px) {

    #navBottom {
        display: none;
    }

    .con_height{
        min-height: 650px;
    }


    /* footer copyright */
    .footer_bg {
        height          : 150px;
        width           : 100%;
        background-color: #e99600;
        text-align      : center;
        padding-top     : 3px;
        z-index         : 0;
        /* position        : absolute; */
        bottom: 0;
        position: relative;
    }


}

@media (min-width: 576px) {

    #navBottom {
        display: none;
    }
    .con_height{
        min-height: 680px;
    }


}

@media (max-width: 375px) {

    .copyright_txt {
        font-size: .6rem;
        color    : #fff;
        line-height: 1rem;
    }
}

@media (min-width: 375px) {

    .regd-number {
        position : absolute;
        top      : 18px;
        right    : 95px;
        color    : #54a4e9 !important;
        cursor   : pointer;
        z-index  : 999;
        font-size: 1rem;
    }
}


.tips{color: white;font-size: 16px;font-weight: bold;border-radius: 4px;padding: 10px;display: inline;
    margin: auto;line-height: 40px;height: 40px;text-align: center;min-width: 400px}
.tips.success{background: #68b359eb;min-width: 400px;}
.tips.error{background: #f5172ce8;min-width: 400px;}

.game-img {
    margin: 0 auto;
    position: relative;
    width: 99%;
    z-index: 0;
}
.game-container {
    margin: 0 auto;
    width: 70%;
}
.game-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f7f8fc;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
    padding: 10px;
}
.game-box img {
    padding-bottom: 10px;
    display: block;
    width: 98%;
}
.game-img .next, .game-img .prev {
    position: absolute;
    top: 45%;
    outline: none;
    width: 40px;
    height: 40px;
}
.game-img .next {
    right: 0%;
    background: url(../image/center_btn_right.png) no-repeat;
    background-size: cover;
}
.game-img .prev {
    left: 0%;
    background: url(../image/center_btn_left.png) no-repeat;
    background-size: cover;
}
.game-img .prev:after, .swiper-container-rtl .game-img .next:after {
    content: ''
}
.game-img .next:after, .swiper-container-rtl .game-img .prev:after {
    content: ''
}
