/*共用版*/

/* 星號 */
.star {
    color: red;
}

/*會員
======*/
.min-wid{
    min-width: 430px;
}
.member{height: 100vh}
/* 已驗證/未驗證 使用*/
.text-red {
    color: #F00;
}
.text-red2 {
    color: #AA0000;
    font-weight:bold;
}
.text-green {
    color: #00e800;
}
.text-blue {
    color: #0000C6;
}
.text-white {
    color: #ffffff;
}
.ML-15{  margin-left: 15px;  }
.MT-15{  margin-top: 15px;  }
.table-bordered>thead>tr>th{
    background-image: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background-image: -o-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #fff 0, #f2f2f2 100%);

}
/*詳細資料-提示文字調整*/
.text-warp{
    font-size: .8rem;
    line-height: 1.2rem;
    display: block;
}
/*提示文字墜調整*/
.TextError {
    padding: 0 15px;
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 14px;
}
.CertificationError{
    color: white;
    margin: 15px 0 10px;
}
/*list-style 修正*/
/*優惠活動*/
#ActivitiesContent li{
    list-style: inherit;
}
#ActivitiesContent ul{
    list-style: disc;
}
#ActivitiesContent ol{
    list-style: decimal;
}
.activity-detail p:not(act-table){
    word-wrap: break-word;
}
.activity-wrap_zh-tw,
.activity-wrap_zh-cn{
    min-height: 245px;
}
.activity-wrap_en-us,
.activity-wrap_th,
.activity-wrap_my,
.activity-wrap_vi,
.activity-wrap_ms{
    min-height: 266px;
}
.thumbnail .caption{
    min-height: 55px;
}
/*廣告*/
#AdContent li{
    list-style: inherit;
}
#AdContent ul{
    list-style: disc;
}
#AdContent ol{
    list-style: decimal;
}
/*連絡我們*/
.tlt-c1{
    font-size: 11px;
    margin-bottom: 5px;
}
.ac-title{  font-size: 12px; width: 32%!important;}
.ac-txt{ width: 63%!important;font-size: 12px;}
/*必填项目*/
.req-item{
    text-align: right;
    color: red;
    font-size: 12px;
    margin-right: 14px;
}
.c-red {
    color: red;
}
.mb-5px{
    margin-bottom: 5px;
}
.text-gray-box{
    float: left;
    background-color: #ddd;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 0 5px;
}
/*填寫詳細資料*/
.choose_fill{
    width: 100%;
    height: fit-content;
    margin: 15px 0 10px;
}
.member .member-form input.memberdata-checkbotton{
    width: 10%;
    height: 25px;
    float: left;
    margin: 0px 10px 0 5px;
}
.memberdata-label{
    font-size: 16px;
    max-width: calc(90% - 15px);
}
/*最新遊戲標記*/
.new_flash {
    width: 32px;
    height: 15px;
    font-size: .8em;
    position: absolute;
    text-align: center;
    top: 5px;
    left: 72px;
    color: #fff;
    background: #1d80dd;
    padding: 1px;
    line-height: 14px;
    border-radius: 2px;
    -moz-animation: hot_game 0.5s infinite;
    -webkit-animation: hot_game 0.5s infinite;
    -o-animation: hot_game 0.5s infinite;
}
.new_flash.hot {
    background: #c03;
}
/*.new_flash:after {*/
    /*content: '';*/
    /*display: inline-block;*/
    /*width: 0px;*/
    /*height: 0;*/
    /*margin-bottom: 2px;*/
    /*margin-left: 2px;*/
    /*border-width: 5px 5px 0;*/
    /*border-style: solid;*/
    /*border-color: #c03 transparent transparent;*/
/*}*/
@keyframes hot_game{
    0% {top: 5px;}
    25% {top: 2px;}
    50% {top: 5px;}
    75% {top: 8px;}
    100%{top: 5px;}
}
/*驗證簡訊*/
#VerificationSMS .Verification-tip,
#VerificationEmail .Verification-tip {
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    color: #555;
}
#VerificationSMS .Verification-btn,
#VerificationEmail .Verification-btn,
#VerificationImage .Verification-btn{
    width: 49%;
    padding: 10px;
    margin: 0 auto;
}
#VerificationSMS .Verification-btn.my {
    white-space: normal;
    height: 60px;
}
.verification-email, .verification-phone {
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 2;
    padding: 7px 10px;
}
/*額度轉換彈跳視窗*/
.change-request-wrap{
    width: 100%;
    margin-top: -5px;
}
.change-request-wrap .TopGold_warp{
    position: relative;
    font-size: 1rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/*轉換資訊*/
.TopGold_warp .change-request-info {
    flex: 0 1 33.3333%;
    min-width: 0px;
    min-height: 100px;
    max-height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 5px;
}
.TopGold_warp .change-request-info h2, .TopGold_warp .change-request-info h3,
.TopGold_warp .change-request-info h5, .TopGold_warp .change-request-info>div{
    width: 100%;
}
.TopGold_warp .change-request-info i{
    font-size: 1.8rem;
    margin-bottom: .2rem;
}
.TopGold_warp .change-request-info h2{
    font-size: 1rem;
    margin-bottom: .2rem;
}
.TopGold_warp .change-request-info h5{
    font-size: .7rem;
    margin-bottom: .2rem;
}
.TopGold_warp .change-request-info h3{
    font-size: 1rem;
}
.TopGold_warp .TransferOutInfo{
    color: #3C763D;
}
.TopGold_warp .TransferInInfo{
    color: #A94442
}
.TopGold_warp .transfer-out{
    padding-top: 10px;
    color: #545454;
}
.TopGold_warp .transfer-out div div{
    margin: 5px 0;
    padding: 0 10px;
    background-color: #545454;
    display: inline-block;
    color: #fff;
    font-size: .8rem;
    border-radius: 50em;
}
.Gold_back{
    color: #fff;
    width: 100%;
    margin: 5px 0;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #E2198F;
    background: #fe4646; /* Old browsers */
    background: -moz-linear-gradient(top, #fe4646 0%, #ff1a8e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fe4646 0%,#ff1a8e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fe4646 0%,#ff1a8e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe4646', endColorstr='#ff1a8e',GradientType=0 ); /* IE6-9 */
}
.btn.Gold_reload{
    margin: 5px 0;
    background-color: #999;
    border-radius: 4px;
    color: #fff;
}
.TopGold_warp .Gold_back{
    float: right;
    top: 55px;
    right: 5px;
    min-width: fit-content;
    max-width: 100%;
    min-height: fit-content;
    max-height: 60px;
    color: #fff;
    letter-spacing: 2px;
    font-size: .8rem;
    padding: 0 5px;
    border-radius: 50em;
    padding: 5px 10px;
    margin: 0 auto;
    background: #3C763C;
    border: none;
}
.ChangeCreditForm {
    display: flex;
    flex-wrap: wrap;
}
.ChangeCreditForm>.form-group label{
    text-align: left;
    margin-bottom: 5px;
}
.ChangeCreditForm>.form-group{
    flex-wrap: wrap;
}
.ChangeCreditForm>.form-group>div{
    flex: 1;
    text-align: center;
    margin-right: 5px;
}
.change-request-wrap .form-group{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.change-request-wrap .form-group label{
    padding-right: 15px;
    padding-left: 3px;
}
.change-request-wrap .form-group label.download-label{
    min-width: 6rem;
}
.change-request-wrap .form-group input,
.change-request-wrap .form-group select,
.change-request-wrap .include-text{
    width: 80%;
    display: inline-block;
}
.change-request-wrap .include-text{
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 6px 12px;
    margin-right: 5px;
}
.change-request-wrap .form-group input.request-gold-input{
    margin-right: 5px;
    flex: 1;
}
.change-request-wrap .include-text label {
    font-weight: normal;
}
.change-btn-warp{
    padding: 0 5px;
    margin-top: 5px;
    flex: 1;
}
.change-btn-warp button{
    width: 100%;
    height: 40px;
    border-radius: 10px;
    color: #fff;
}
#WithdrawModal .modal-body{
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}
#WithdrawModal .panel .panel-body-title{
    text-align: center;
    font-size: 16px;
    color: #fffd00;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: -10px;
}
#WithdrawModal .panel>.panel-heading{
    color: #fff;
    padding: 6px 12px;
    text-align: center;
}
#WithdrawModal .panel>.panel-heading .panel-title a{
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .4);
}
#WithdrawModal .panel{background-color: transparent}
#WithdrawModal .panel-danger{border-color: transparent}
#WithdrawModal .panel-success{border-color: transparent}
#WithdrawModal .panel-primary{border-color: transparent}
#WithdrawModal .panel .panel-body{border: none}
#WithdrawModal .panel-danger .panel-body{background-color: #e24e4e}
#WithdrawModal .panel-success .panel-body{background-color: #e6921b}
#WithdrawModal .panel-primary .panel-body{background-color: #286090}
#WithdrawModal .bottom-hr{margin-top: 0;border-color: #808080}
#WithdrawModal .panel .control-label{color: #fff}
#WithdrawModal .panel .text-red{color: #fffd00}
#WithdrawModal .btn.submit-btn{
    width: calc(50% - 5px);
    float: left;
    margin-right: 10px;
}
#WithdrawModal .btn.submit-btn:last-child{margin-right: 0px;background-color: #dedede;}
#WithdrawModal .btn.btn-success{background-color: #ff8e8e; border-color: #ff8e8e;}
#WithdrawModal .btn.btn-warning{background-color: #b73636;border-color: #b73636;}
#WithdrawModal .panel-success>.panel-heading{background-color: #e6921b}
#WithdrawModal .panel-danger>.panel-heading{background-color: #e24e4e}
.change-btn-warp button.bank-btn{
    background: #ea6262;
}
.change-btn-warp button.bank-btn:hover{
    background: #b94646;
    color: #fff;
}
.change-btn-warp button.success-btn, #WithdrawModal .panel-primary>.panel-heading{
    background-color: #286090;
}
.change-btn-warp button.success-btn:hover{
    background-color: #2f74af;
    color: #fff;
}
.change-btn-warp button.entergame-btn{
    background-color: #099C59;
}
/*額度轉換彈窗的存送優惠/自助優惠*/
.change-request-OfferBox{
    width: 100%;
    margin-bottom: 10px;
}
.change-request-OfferBox hr{
    margin-top: 15px;
}
.change-request-OfferBox .nav-tabs>li>a{
    padding: 5px 10px;
}
.change-request-OfferBox .nav-tabs>li.active>a, .change-request-OfferBox .nav-tabs>li.active>a:hover,
.change-request-OfferBox .nav-tabs>li.active>a:focus{
    border: 1px solid #cacaca;
    background-color: #fff!important;
    border-bottom-color: transparent;
}
.change-request-OfferBox .nav-tabs{
    border-bottom: 1px solid #fff;
}
.change-request-OfferBox .form-group{
    margin-bottom: 5px;
}
.change-request-OfferBox #saveoffer{
    padding-top: 10px;
    background-color: #fff;
}
#saveoffer .saveoffer-body{
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px 0 10px;
    background-color: #fff;
}
#saveoffer .saveoffer-body .form-group{
    display: flex;
}
#saveoffer .saveoffer-body .form-group>label{
    flex: 0 1 6.5rem;
    text-align: left;
    font-weight: 100;
}
#saveoffer .saveoffer-body .form-group>div,
#saveoffer .saveoffer-body .form-group>select{
    display: flex;
    align-items: center;
    flex: 1;
}
#saveoffer .saveoffer-body .form-group>div .text-unit-box{
    white-space: nowrap;
    margin-left: 5px;
}
/*-----------------------*/
.change-request-OfferBox #selfhelp{
    padding: 10px;
    background-color: #fff;
    max-height: 215px;
    overflow-y: scroll;
}
#selfhelp .selfhelp-box{
    display: flex;
    height: 150px;
    flex-wrap: wrap;
    width: 100%;
}
#selfhelp .selfhelp-title{
    flex: 0 0 50%;
    max-width: 50%;
    background-color: #ad1313;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    height: 100px;
}
#selfhelp .selfhelp-title .selfhelp-title-content{
    width: 100%;
    height: 100%;
    border: 1px solid #e1696a;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}
#selfhelp .selfhelp-box.selfhelp-received .selfhelp-title{
    background-color: #555;
}
#selfhelp .selfhelp-box.selfhelp-received .selfhelp-title-content{
    border: 1px solid #a5a5a5;
}
#selfhelp .selfhelp-title .selfhelp-title-name{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    margin-top: auto;
    text-align: center
}
#selfhelp .selfhelp-title .selfhelp-title-content button{
    padding: 5px 15px;
    background-color: #fff;
    color: #ad1313;
    border: none;
    border-radius: 50em;
    font-size: 14px;
    margin-top: auto;
    margin-bottom: 10px;
}
#selfhelp .selfhelp-box.selfhelp-received .selfhelp-title-content p{
    padding: 5px 15px;
    background-color: #888;
    color: #ffffff;
    border: none;
    border-radius: 50em;
    font-size: 14px;
    margin-top: auto;
    margin-bottom: 10px;
}
#selfhelp .selfhelp-info{
    flex: 0 0 50%;
    max-width: 50%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}
#selfhelp .selfhelp-info .form-group{
    flex-wrap: wrap;
}
#selfhelp .selfhelp-info .form-group label{
    font-weight: 100;
    font-size: 15px;
    color: #525252;
}
#selfhelp .selfhelp-info .form-group label.mb-5px{
    width: 100%;
    text-align: left;
}
#selfhelp .selfhelp-info .form-group>div{
    flex: 1;
    margin: 0;
}
#selfhelp .selfhelp-info .text-gray-box{
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
}
/*按鈕*/
.change-request-btn-warp{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.APPLink {
    width: 100%;
    padding: 0 5px;
    margin-top: 5px;
}
.APPLink a {
    margin: 0 10px 5px 0;
    padding: 4px 8px;
    line-height: 30px;
    border-radius: 8px;
    width: 100%;
    color: #fff;
}
.APPLink .Ios-btn{
    background-color: #555;
}
.APPLink .Ios-btn:hover{
    background-color: #333;
    color: #fff;
}
.APPLink .Android-btn{
    background-color: #555;
}
.APPLink .Android-btn:hover{
    background-color: #333;
    color: #fff;
}
.hide-scroll{
    overflow: hidden!important;
}
/*自助優惠*/
.account .account-content>div.mem-coupon{
    margin-top: -30px;
    padding-bottom: 15px;
}
/*入款教學(OKVC)*/
.account .account-content .teach-box {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    box-sizing: border-box;
    align-items: center;
    padding: 12px 5px;
    height: auto;
    width: 100%;
}
.mem-coupon .head-reset{
    background: #f6f8f9;
    background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
    border: solid 1px #999;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #000;
}
.mem-coupon .head-reset a{
    display: block;
}
.mem-coupon #collapse2{
    text-align: right;
}
/*帳戶清單*/
.account .table-responsive .table>tbody>tr>td {
    white-space: normal;
}
/*存提款教學*/
.deposit_teach_box {
    text-align: left;
    padding: 10px 15px;
    font-size: 1rem;
    line-height: 1.5rem;
}
.deposit_box{
    border-radius: 10px;
    min-height: 50px;
    font-size: 1rem;
    padding: 5px;
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
}
.deposit_box>div:last-child{
    width: calc(100% - 5rem);
    text-align: left;
}
/*第三方支付*/
.VirtualCurrency-wrap,
.BankTransfer-wrap{
    padding: 15px 3px;
    border: 1px dashed #999;
    background: #eee;
    border-radius: 10px;
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
}
.VirtualCurrency-wrap h6,
.BankTransfer-wrap h6{
    position: absolute;
    font-size: 1rem;
    color: #333;
    top: -0.8rem;
    width: 100%;
    text-align: center;
}
.VirtualCurrency-wrap h6 span,
.BankTransfer-wrap h6 span{
    background-color: #f7f7f7;
    padding: 0 5px;
}
.VirtualCurrency-wrap ul,
.BankTransfer-wrap ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.VirtualCurrency-wrap ul li,
.BankTransfer-wrap ul li{
    margin-bottom: 0;
    list-style-type: none;
    position: relative;
}
.copytext {
    color: blue;
    border: 1px solid #ccc;
    background: #eee;
    padding: 3px 15px;
    cursor: pointer;
    border-radius: 5px;
}
.copytext_btn{
    line-height: 35px;
    margin-left: 15px;
    white-space: nowrap;
}
@media (min-width: 550px) {
    .banktransform{
        margin: 0 auto;
        width: 200px;
    }
}
/*彈跳視窗置中*/
#ChangeAccount .modal-dialog {
    margin-top: 27vh;
}
#ChangeAccount .btn{
    border-radius: 4px;
}
#ChangeAccount .btn.btn-default{
    background-color: #e6e6e6;
}
/*Loading*/
.loading {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99;
    top: 0;
}
.loading.lg-screen{
    top: 55px!important;
    height: calc(100% - 110px)!important;
}
.loading i{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.5em;
    margin-left: -.5em;
}
.loading img {
    margin: 0 auto;
    display: block;
    position: relative;
    top: 5rem;
}
/*表格*/
div.table{
    display: table;
    margin-top: 5px;
}
div.table .table-tr{
    display: table-row;
}
div.table .table-th{
    background-image: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background-image: -o-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #fff 0, #f2f2f2 100%);
}
div.table .table-td, div.table .table-th{
    display: table-cell;
    padding: 8px;
    line-height: 1.42857143;
}
div.table .table-th, div.table .table-td{
    border: solid 1px #dadada;
}
.cb-scroll.table-responsive div.table .table-td{
    border: 0px;
    border-top: solid 1px #dadada;
}
@media (min-width: 736px){
    .table-phone-show{
        display: none!important;
    }
}
@media (max-width: 736px) {
    .table-phone-hide {
        display: none !important;
    }

    div.table .hide-td {
        display: none !important;
    }

    div.table .table-tr.tr-only-hide {
        display: none;
    }

    div.table .table-tr {
        display: block;
        border: solid 1px #dadada;
        margin: 5px 0;
        padding: 5px 10px;
    }

    div.table .table-td {
        display: block;
        text-align: left;
        border: none !important;
        padding: 0px;
    }

    div.table .table-td:before {
        content: attr(title) " : ";
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
        margin-right: 10px;
        color: #D20B2A;
    }
    #saveoffer .saveoffer-title>div{
        width: 100%;
        padding: 5px 15px;
    }
    #selfhelp .selfhelp-title{
        flex: 0 0 100%;
        max-width: 100%;
    }
    #selfhelp .selfhelp-info{
        flex: 0 0 100%;
        max-width: 100%;
    }
    #selfhelp .selfhelp-box{
        height: auto;
    }
    .TopGold_warp .Gold_back{
        margin: 0 auto;
    }
    .change-request-OfferBox #selfhelp{
        max-height: 244px;
    }
}
/*取款按鈕*/
#WithdrawModal .btn{
    width: 100%;
    margin: 5px 0;
    border-radius: 4px;
}
/*廣告彈窗*/
#ad_detail .taleScrollX{
    width: 100%;
    overflow-x: auto;
}

/*DIDI支付用-載入畫面*/
.loading-dialog {
    position: relative;
    width: 100%;
    height: 150px;
    color:#fff;
}
.mem-point .dl-horizontal {
    font-size: 16px;
    margin-left: -85px;
}

/** 試玩遊戲 電子彩票棋牌用 **/
.demo-game .btn {
    margin-bottom: 10px;
    position:  relative;
    margin-right: auto;
    margin-left: auto;
    width: 85px;
    height: 30px;
    display: block;
    border-radius: 5px;
}
.demo-game .btn:first-child {
    margin-top: 20px;
}
.demo-game > li {
    position: relative;
}
.demo-game .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}
.demo-game .cover.active {
    background-color: rgba(0,0,0,0.66);
    display: block;
}

/** 試玩遊戲 捕魚真人用**/

.demo-game2 {
    position: relative;
}

.demo-game2 .btn {
    /*margin-bottom: 10px;*/
    position:  relative;
    margin-right: auto;
    margin-left: auto;
    width: 85px;
    height: 30px;
    display: block;
    border-radius: 5px;
}
.demo-game2 .btn:first-child {
    margin-top: 20px;
}
.demo-game2 > li {
    position: relative;
}
.demo-game2 .cover {
    position: absolute;
    padding-top: 50px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}
.demo-game2 .cover.active {
    background-color: rgba(0,0,0,0.66);
    display: block;
}

/** 試玩遊戲 電競體育用 **/
.demo-game3 {
    position: relative;
}
.demo-game3 .btn {
    position:  relative;
    margin-right: auto;
    margin-left: auto;
    width: 85px;
    height: 30px;
    display: block;
    border-radius: 5px;
}
.demo-game3 .btn:first-child {
    margin-top: 20px;
}
.demo-game3 .cover {
    position: absolute;
    padding-top: 30px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}
.demo-game3 .cover.active {
    background-color: rgba(0,0,0,0.66);
    display: block;
}

/** 銀行公告 */
#BankModal > .modal-dialog > .modal-content,#BankDepositModal > .modal-dialog > .modal-content {
    padding-bottom: 30px;
    margin-top: 40%;
}

/** 個人中心站內信 **/
ul.news-nav > li {
    position: relative;
}

ul.news-nav > li .prompt-circle {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    top: -3px;
    right: -3px;
    border-radius: 999em;
}
.prompt-circle {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    top: -3px;
    right: -3px;
    border-radius: 999em;
}
@keyframes PromptCircleFlicker {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
.prompt-circle-flicker {
    animation: PromptCircleFlicker 1s infinite;
}
/* 銀行列表上的tag -- START */
@keyframes hot{
    0% {top: -23px;}
    25% {top: -20px;}
    50% {top: -23px;}
    75% {top: -26px;}
    100%{top: -23px;}


}
.BankTransfer-wrap .markTag {
    height: 23px;
    font-size: .8em;
    position: absolute;
    text-align: center;
    top: -25px;
    right: 10px;
    color: #fff;
    background: #1d80dd;
    padding: 0 5px;
    line-height: 23px;
    border-radius: 3px;
    /*-moz-animation: hot 1.5s infinite;*/
    /*-webkit-animation: hot 1.5s infinite;*/
    /*-o-animation: hot 1.5s infinite;*/
}
.BankTransfer-wrap .markTag > span {
    white-space: nowrap;
}
.BankTransfer-wrap .markTag > .arrow_b{
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    right: 10px;
}
.BankTransfer-wrap .markTag.red {
    background: #bb3231;
    font-size: 12px;
}
.BankTransfer-wrap .markTag.red .arrow_b {
    border-color: #bb3231 transparent transparent transparent;
}
.MT25 {
    margin-top: 25px;
}
/* 銀行列表上的tag -- END */

.hint{
    font-size: 20px;
    font-weight: bold;
}

/**
 *  每月登入強制換密碼
 */

#changePassWD .modal-content {
    top:100px;
}

#changePassWD .form-group-controll {
    height: 150px;
}

#changePassWD .modal-content .form-group .form-control {
    width: 100%;
    position:relative;
    display:inline-block;
    text-indent: 20px;
}

#changePassWD .glyphicon-lock {
    background-color: #ffffff!important;
    color: gray!important;
    border: 0!important;
    position: absolute;
    top: 7px;
    margin: 5px;
    left: 20px;
    display: inline-block;
    z-index: 10;
}

#changePassWD .msg-alert {
    height: 80px;
}

#changePassWD .msg-alert > span {
    opacity: 0.8;
    color: gray;
}

.fix {
	min-height: 100vh;
}

/*　博霸免費開戶提示　*/
.register-hint {
    color: #ff4f4f;
    margin: 0 20px 5px 20px;
}

/* 取款 通道設定用 -- START */
.member-tabs　.bet-navi li {
    background-color: #e5e5e5;
    border-right: solid 1px #fff;
    font-size: 16px;
    float: left;
}

.member-tabs .bet-navi li.active>a {
    color: #fff;
    cursor: default;
    background-color: #c8a661;
    border-bottom-color: transparent;
    margin-right: 0;
}
.member-tabs .bet-navi li a {
    padding: 7px 15px;
    border-radius: 0;
    text-decoration: none;
    display: block;
}

/** 出款填寫設定用 */
#WithdrawChannelCreate2  li.active>a {
    background-color: #aec861;
}

#WithdrawChannelCreate2 li a {
    color: #fff;
}

#WithdrawChannelCreate2 {
    margin-bottom: 5%;
}

.select-channel .withdraw-channel {
    display: inline-block !important;
}

/* 取款 通道設定用 -- END */

/*下拉搜尋框用*/
.chose-hide {
    position: absolute!important;
    top: -999em !important;
}
.chose-container {
    border: none!important;
    float: left;
    margin-right: 40px;
    padding: 0!important;
    position: relative;
}
.chose-container .chose-single {
    padding: 6px 12px;
    color: #333;
    width: 100%;
    border: 1px solid #ccc;
    display: block;
    height: 35px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.chose-container .chose-single.focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.chose-container .chose-single::after {
    content: '';
    position: absolute;
    border-width: 6px 3px;
    border-style: solid;
    /* border-top-color: transparent; */
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    right: 8px;
    top: 12px;
}
.chose-container .chose-single i {
    width: 12px;
    float: right;
    right: 8px;
    font-size: 12px;
    height: 12px;
    background-color: #eee;
}
.chose-container .chose-single .j-view {
    width: 168px;
    overflow-x: hidden;
    white-space: nowrap;
    float: left;
}
.chose-container .chose-drop {
    width: 100%;
    position: absolute;
    border: 1px solid #757575;
    z-index: 1000;
    background-color: #fff;
}
.chose-container .chose-search input[type='text'] {
    margin: 0;
    padding-left: 12px;
    width: 100%;
    height: 30px;
    border: 1px solid #757575;
    float: none;
}
.chose-container .chose-search input[type='text']::-webkit-input-placeholder {
    color: #bbb;
}
.chose-container .chose-result {
    max-height: 370px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
}
.chose-container .chose-result li {
    padding: 5px 12px;
    list-style-type: none;
}
.chose-container .chose-result li:hover {
    background-color: #1F8FFF;
    color: #fff;
}


.form-group .fee-limit-set{
    color: red;
    font-size: 12px;
}

/** 手續費提示語 **/
@media (max-width: 768px) and (min-width: 468px)  {
    .form-group .fee-group > span{
        right: 35px;
        position: absolute;
    }
}

@media (min-width: 769px)  {
    .form-group .fee-group > span{
        right: 150px;
        position: absolute;
    }
}

/** 圖片驗證提示語 **/
.checkImage-alert {
    font-size: 12px;
    color: red;
}

/** 註冊手機驗證按鈕 **/
.register-verify-sms{
    width: 88px;
    height: 50px;
    border-radius: 50em;
    background-color: #c2a25d;
    position: absolute;
    right: 0;
    border: 0;
}
/**銀行圖示框線**/
.bankImg-border{
    border: 1px solid #a3a3a3;
}
.bankImg_div{
    width: 202px;
    height: 43px;
    font-size: x-large;
    text-align: center;
    line-height: 43px;
    display: block;
    color: #000;
    background: #fff;
}
#notificationModal .modal-dialog {
    margin-top: 25vh;
}

#notificationModal .text-danger {
    color: #ff0000;
}

#notificationModal .modal-body p {
    line-height: 30px;
}

#notificationModal .modal-body {
    padding: 0;
}

#notificationModal .tab-content {
    max-height: 33vh;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    text-align: center;
}

#notificationModal .news-nav {
    display: inline-block;
    width: 30%;
    background-color: #f8f8f8;
    border-radius: 4px;
}

#notificationModal .news-box {
    width: 100%;
    margin-top: 5px;
}
#notificationModal .news-date {
    color: #fff;
    background-color: #65a6ff;
    text-align: left;
    font-size: 14px;
    padding: 5px;
}
#notificationModal .news-info {
    background-color: #fff;
    color: #000;
    padding: 10px;
    border: solid 1px #ffffff;
    text-align: left;
}
#notificationModal .news-title {
    color: #0088fe;
}
#notificationModal .news-content {
    color: #333;
    font-size: 14px;
    line-height: 24px;
}

/*存取款公告*/
.FundsContent {color: #666;}
.FundsContent table{width: 100%!important;}
.FundsContent table tbody{border: 1px solid #8e8e8e;}
.FundsContent table td{border: 1px solid #8e8e8e;padding: 3px 8px;text-align: center;}
.FundsContent table tr:nth-child(1) {background-image: -webkit-linear-gradient(top, #fff 0, #afafaf 100%);background-image: -o-linear-gradient(top, #fff 0, #afafaf 100%);background-image: linear-gradient(to bottom, #fff 0, #afafaf 100%);}
.FundsContent table tr th{background-color: #202c48;text-align: center;font-weight: 700;font-size: 16px;border: 1px solid #8e8e8e;color: #eee;height: 30px;line-height: 25px;padding: 5px;}
.FundsContent h2{padding-top: 5px;padding-bottom: 10px;}
.FundsContent li{list-style: decimal;margin-left: 15px;padding: 5px 0;}