/*#cbbfixed02, #pageTop{display: none;}*/

@charset "UTF-8";
html,
body {
    font-family: "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    position: relative;
    word-break: break-all!important;
    word-break: break-word!important;
}

html {
    -ms-overflow-style: scrollbar; /*修正IE Scrollbar蓋到旁邊問題*/
}

::selection{
    background: #d7a301;
    color: white;
}

.modal-backdrop {
    z-index: 31;
}

a:focus,
a:hover {
    color: initial;
    text-decoration: none;
}
.nowrap{
    white-space:nowrap;
}

/*全站Modal 基本預設*/

.modal-footer .btn+.btn {
    color: #fff
}

.modal-header {
    color: #ECCB04;
    background: #CE0E0E;
    padding: 7px 15px;
    border-radius: 5px;
}

.modal-footer {
    padding: 7px 15px;
    background: #DEDEDE;
    border-radius: inherit;
}

.modal-header .close {
    color: #ECCB04;
    opacity: 1;
}

.modal-body {
    padding: 20px;
}

img {
    border: 0;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: baseline;
}

.table>tbody>tr:hover {
    background: #FFFCF6
}

.container-fluid {
    padding: 0
}

.row {
    margin: 0;
}

.nav_login {
    line-height: 40px;
    height: 43px;
    background: rgba(177, 33, 33, 1);
    background: -moz-linear-gradient(top, rgba(177, 33, 33, 1) 0%, rgba(177, 33, 33, 1) 41%, rgba(151, 33, 33, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(177, 33, 33, 1)), color-stop(41%, rgba(177, 33, 33, 1)), color-stop(100%, rgba(151, 33, 33, 1)));
    background: -webkit-linear-gradient(top, rgba(177, 33, 33, 1) 0%, rgba(177, 33, 33, 1) 41%, rgba(151, 33, 33, 1) 100%);
    background: -o-linear-gradient(top, rgba(177, 33, 33, 1) 0%, rgba(177, 33, 33, 1) 41%, rgba(151, 33, 33, 1) 100%);
    background: -ms-linear-gradient(top, rgba(177, 33, 33, 1) 0%, rgba(177, 33, 33, 1) 41%, rgba(151, 33, 33, 1) 100%);
    background: linear-gradient(to bottom, rgba(177, 33, 33, 1) 0%, rgba(177, 33, 33, 1) 41%, rgba(151, 33, 33, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b12121', endColorstr='#972121', GradientType=0);
    width: 100%;
    z-index: 30;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #ad2321;
    min-height: 40px;
}

.navlogo {
    background: url(../images/logoTop.png) no-repeat;
    cursor: pointer;
    height: 91px;
    width: 93px;
    position: absolute;
    left: calc( 50% - 45px);
    z-index: 100;
    top: -27px;
}

.navlogo-aboutus {
    width: 135px;
    height: 131px;
    background: url(../images/actBao.png) no-repeat;
    margin: 0 34px 0 0;
    display: inline-block;
    float: left;
}

.navlogo-activty {
    width: 135px;
    height: 131px;
    background: url(../images/actCB.png) no-repeat;
    margin: 0 46px;
    float: left;
    display: inline-block;
}

.navAppQRcode{
    position: absolute;
    right: 10px;
    z-index: 100;
    top: 12px;
}
.QRcodeNote{
    display: none;
    position: absolute;
    right: 5px;
    width: 150px;
    height: 214px;
    border: solid 4px #FFF;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,0.2) 0 2px 3px;
    background: url(../images/CCBAO_QRcode.png) no-repeat top center;
    background-color: #FFF;
    padding: 130px 8px 0;
    box-shadow:0 0 7px 0px #999;
}
.QRcodeNote_hover {display: block;}

#loginWrap{
  margin-right: 10px;
}

.nav_login .fa-user{
    font-size: 16px;
    width: 10px;
    margin: 12px 10px 0 0;
}

.nav_login .fa-globe {
    font-size: 16px;
    width: 10px;
    margin: 12px 12px 0 0;
}

.nav_login .navbar-brand {
    position: absolute;
}

.loginPassCodeImg {
    height: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 7;
}

.welcome,
.dateAndTime{
    display:inline-block;
}

/* Language Menu
===============================================================*/
.icon-language{
    margin-right: 8px;
}
.language{
    display: inline-block;
    position: relative;
    padding: 0 5px;
}

#language-menu {
    color: #FBCB00;
    display: inline-block;
    width: auto;
    position: relative;
    top: 0;
    padding: 2px;
}

#language-menu.on + #menu {
    opacity: 1;
    visibility: visible;
}

/* menu appearance*/
#menu {
    position: absolute;
    color: #999;
    padding: 2px 10px;
    text-align: left;
    min-width: 100px;
    border-radius: 4px;
    background: rgba(175,33,33,0.9);

    /* just for this demo */
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
    top: 35px;
    left: 0;
    line-height: 30px;
}
#menu ul, li, li a {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
#menu li a {
    /* padding: 0; */
    color: #fff;
    text-decoration: none;
    transition: all .2s;
}
#menu li a:hover,
#menu li a:focus {
    color: #FFDA00;
}
/*===============================================================*/

/*會員登入*/

#logoutWrap {
    float: right;
    text-align: right;
    width: 100%;
}

#logoutWrap>span {
    margin: 0px;
}

#logoutWrap>span>a {
    color: #FFDA00;
    padding: 15px 3px;
    border-radius: 26px;
}

#logoutWrap>span>a:hover {
    color: #B10200;
    background: #FBCB00;
}

#logoutWrap>span>a>i {
    margin: 0 5px;
    font-size: 16px;
}

#logoutWrap>span>i {
    margin: 0 5px;
    font-size: 16px;
    color: #fff;
}

#logoutWrap .total-account {
    color: #FFDA00;
    border-radius: 4px;
    text-align: right;
    display: inline-block;
    padding: 0 5px 0 0;
}

#logoutWrap .total-account i{
    color: #FFDA00;
}

#logoutWrap .total-account>span{
    color: #ffffff;
}

#logoutWrap .viewContent {
    display: none;
    word-wrap: break-word;
    padding: 10px;
    background: rgba(175,33,33,0.9);
    border-radius: 4px;
    color: #ffda00;
    min-height: 60px;
    position: absolute;
    right: 47px;
    width: 180px;
    z-index: 10;
    top: 34px;
}

#logoutWrap .viewWrap:hover .viewContent {
    display: block;
}

#logoutWrap .table-discolor {
    width: 100%;
    line-height: 25pt;
}

#logoutWrap .total-color {
    color: #ffffff;
}

#logoutWrap .total-color:hover {
    color: #FFDA00;
}

#logoutWrap .totaltable {
    text-align: left;
}

#logoutWrap .totala-account>span {
    padding-left: 5px;
    color: #fff67f;
}

#logoutWrap .totala-account>span>a {
    color: #FFDA00;
}

#logoutWrap>button {
    padding: 6px 6px;
}

#logoutWrap .btn-logout {
    background: rgba(241, 231, 103, 1);
    background: -moz-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241, 231, 103, 1)), color-stop(100%, rgba(254, 182, 69, 1)));
    background: -webkit-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: -o-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: -ms-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: linear-gradient(to bottom, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0);
    color: #BD0000
}

#logoutWrap .btn-logout:hover {
    background: rgba(254, 182, 69, 1);
    background: -moz-linear-gradient(top, rgba(254, 182, 69, 1) 0%, rgba(241, 231, 103, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 182, 69, 1)), color-stop(100%, rgba(241, 231, 103, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 182, 69, 1) 0%, rgba(241, 231, 103, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 182, 69, 1) 0%, rgba(241, 231, 103, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 182, 69, 1) 0%, rgba(241, 231, 103, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 182, 69, 1) 0%, rgba(241, 231, 103, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#feb645', endColorstr='#f1e767', GradientType=0);
}

label .btnGhost{
    text-indent:0;
}
.btn-Coupon {
    border: 1px solid #06EEBE;
    color: #00DBAD;
    font-size: 16px;
    width: 190px;
}

.btn-Coupon:hover {
    color: #00DBAD;
    border: 2px solid #3EE6AE;
    color: #FFFFFF;
    background: rgba(84, 255, 192, 1);
    background: -moz-linear-gradient(top, rgba(84, 255, 192, 1) 0%, rgba(67, 230, 203, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(84, 255, 192, 1)), color-stop(100%, rgba(67, 230, 203, 1)));
    background: -webkit-linear-gradient(top, rgba(84, 255, 192, 1) 0%, rgba(67, 230, 203, 1) 100%);
    background: -o-linear-gradient(top, rgba(84, 255, 192, 1) 0%, rgba(67, 230, 203, 1) 100%);
    background: -ms-linear-gradient(top, rgba(84, 255, 192, 1) 0%, rgba(67, 230, 203, 1) 100%);
    background: linear-gradient(to bottom, rgba(84, 255, 192, 1) 0%, rgba(67, 230, 203, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#54ffc0', endColorstr='#43e6cb', GradientType=0);
}

main p.text-right {
    width: 190px;
    min-height: initial;
    margin-top: -23px;
    /*    position: relative;
        right: -391px;*/
}

.btn-more {
    border: 1px solid #d40e0e;
    color: #d00505;
    background: #fdd942;
    font-size: 16px;
    width: 190px;
    margin: 0px 0 0 0;
    left: 469px;
    top: -20px;
}

.btn-more:hover {
    color: #b02121;
    border: 1px solid #ff1212;
    color: #ff0000;
    background: rgb(176, 33, 33);
    background: -moz-linear-gradient(top, rgba(84, 255, 192, 1) 0%, rgba(67, 230, 203, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(84, 255, 192, 1)), color-stop(100%, rgba(67, 230, 203, 1)));
    background: linear-gradient(to bottom, rgb(255, 228, 143) 0%, rgb(252, 205, 0) 100%);
    background: -o-linear-gradient(top, rgba(84, 255, 192, 1) 0%, rgba(67, 230, 203, 1) 100%);
    background: -ms-linear-gradient(top, rgba(84, 255, 192, 1) 0%, rgba(67, 230, 203, 1) 100%);
    background: linear-gradient(to bottom, rgb(255, 228, 143) 0%, rgb(252, 205, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#54ffc0', endColorstr='#43e6cb', GradientType=0);
}

.btn-more:focus {
    color: #ff0000;
}

@media (min-width: 768px) and (max-width: 979px) {

    /*更多遊戲*/
    .btn-more {
        left: 380px;
    }

}
@media (min-width: 992px){
    /*更多遊戲*/
    .btn-more {
        left: 385px;
    }
    .productSlider .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        width: 1024px;
        margin: 0 auto;
    }


}
@media (min-width: 1200px){
    /*更多遊戲*/
    .btn-more {
        left: 469px;
    }

    .productSlider {
        width: 1170px;
    }
}

@media (max-width:768px) {
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #751210;
        background: #942221;
        margin: 0;
    }
}

/*mobile fixedbar*/
.fixedbar {
    position: fixed;
    left: 0px;
    bottom: -1px;
    height: 120px;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000000000;
    color: #fff;
    padding: 40px;
    font-size: 25px;
}
.fixedbar span{
    font-size: 30px;
    line-height: 40px;
}
.btn-radius {
    border-radius: 100px;
    border: 4px solid #ec1212;
    color: #ffffff;
    background: #c10000;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding: 10px 18px;
    margin: 0 15px;
}
.btn-radius:hover,.btn-radius:active {
    border: 5px solid #7f0505;
    background: #920303;
}
.btn-radius i{
    font-size: 30px;
    vertical-align: middle;
}
.btn-close {
    float: right;
    color: #868686;
    font-size: 26px;
    margin: 5px 10px;

}

/*Footer*/

.footerLogo {
    z-index: 10;
    width: 100px;
    height: 78px;
    text-align: center;
    background: url(../images/CCGroup.png) no-repeat center center;
    margin: 2% 10px 0px 68px;
    float: left;
}
.footerBigBlock-logo{
    font-size: 13pt;
    color: #5b5b5b;
    display: block;
    margin-top: 40px;
    margin-right: 10px;
    float:left;
}
.footerBigBlock-glc{
    display: block;
    margin-top: 30px;
     float:left;
}
.footer-deta .footerlogo-Description {
    font-size: 20px;
    width: 66%;
}

#footer .footer-deta p.footerCopy {
    font-size: 16px;
}
.footerBlock{
    display: table;
    margin: 0 auto;
    padding-bottom: 25px;
}
.footerBigBlock{
    display: inline-block;
    /* min-width: 550px!important; */
    vertical-align: bottom;
}
.footerMinBlock{
    display: inline-block;
    min-width: 275px!important;
}
#marqueeWrap {
    height: 40px;
    line-height: 40px;
    background: url(../images/maqBg.png) no-repeat center center;
    z-index: 1;
    position: relative;
}

.maqTitle {
    background: url(../images/default.png) -116px -60px;
    width: 133px;
    height: 40px;
    display: inline-block;
    color: #fff;
    padding: 0 0 0 32px;
}

.ProductFeatureBG {
    min-height: 400px;
}

.ProductFeature > div {
    padding: 0
}

.ProductFeature .thumbnail {
    width: 325px;
    height: 322px;
    background: url(../images/chinaBor.png) no-repeat center center;
    border: none;
    margin: 0 auto;
}

.ProductFeature i {
    width: 100px;
    height: 98px;
    margin: 20px 10px 4px 10px;
    display: inline-block;
}

.ProductFeature .LOTTERY {
    background: url(../images/chinaCB.png) no-repeat
}

.ProductFeature .EGAME {
    background: url(../images/chinaEG.png) no-repeat
}

.ProductFeature .FINANCE {
    background: url(../images/chinaFN.png) no-repeat
}

.ProductFeature .LIVE {
    background: url(../images/chinaLC.png) no-repeat
}

.ProductFeature .caption p {
    margin: 14px 0 20px 0;
}

.ProductFeature .btn {
    border: 1px solid #d2d2d2;
    color: #696969;
    background: #fff;
    padding: 6px 25px;
    text-shadow: none;
}

.ProductFeature .btn:hover {
    border: 1px solid #9C2121;
    color: #FFFFFF;
    background: #B12121;
    padding: 6px 40px;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    font-weight: bold;
    text-shadow: none;
}

.container {
    max-width: 1170px;
    padding: 0
}

main.container {
    min-height: 500px;
    margin: 20px auto 0 auto;
    -webkit-box-shadow: 0 0 23px -8px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 0 23px -8px rgba(0, 0, 0, 1);
    box-shadow: 0 0 23px -8px rgba(0, 0, 0, 1);
    background: #fff;
}

main.inner {
    padding: 30px;
    margin-top: 157px;
}


/*Footerlink*/

#footlink {
    min-height: 116px;
    background: #F9F9F9;
    border: 1px solid #d7d7d7;
    width: 100%;
    display: inline-block;
    margin: 0 0 -5px 0;
}

#footlink .nav>li>a {
    padding: 0;
    color: #737373;
    font-size: 14px;
    border-radius: initial;
    display: inline-block;
    width: 100%;
    height: 116px;
}

#footlink .nav>li>a:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

#footlink .nav>li>a:hover {
    padding: 0;
    background: #B02121;
    color: #fff;
}

#footlink .nav>li>a>i {
    display: block;
    margin: 18% auto 1% auto;
}

#footlink .nav>li>a>span {
    display: block;
}

#footlink .nav-justified>li {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    height: 116px;
    float: left;
    padding: 0;
    margin: 0px;
    border-collapse: collapse;
    width: 14.285%;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    position: relative;
    width: 100%;
    background-size: cover;
}


/*首頁導覽圈圈位置*/

#carousel-example-generic .carousel-indicators {
    position: absolute;
    right: 140px;
    z-index: 15;
    width: 50%;
    text-align: right;
    list-style: none;
    margin-left: auto;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding: 0
}

.aboutusBox p,
.hotActivity p {
    text-align: justify;
}

.aboutusBox p {
    margin: 0 28px 25px -5px;
    line-height: 23px;
    display: inline-block;
    float: right;
    width: 319px;
}

.homeIntro {
    background: url(../images/actBg_01.png) repeat-x;
    margin: 0;
    height: 455px;
    color: #fff;
}

.hotActivity {
    background: yellow url(../images/actBg_02.png) repeat-x;
    margin: 0;
    height: 455px;
}

.hotActivity h1 {
    font-size: 80px;
    color: #c04141;
    margin: -14px 0 0 0;
}

.hotActivity h2 {
    font-size: 20px;
    color: #826d1e;
    margin: 10px 0 0 0;
}

.hotActivity p {
    font-size: 14px;
    color: #ffffff;
    margin: -19px -35px 28px 26px;
}

.homeIntro .col-md-6 {
    width: 50%;
    position: 10% 20%;
    margin: 83px 0 0 0;
    color: #fff;
    float: left;
}

.homeIntro .aboutusBox {
    margin: 86px 0 0 0;
    width: 512px;
    float: right;
}

.hotActivity .aboutusBox {
    margin: 86px 0 0 0;
    width: 512px;
    float: left;
}

.homeIntro h4 {
    text-align: right;
    color: #fff;
    font-size: 22px;
    margin: 10px 0 40px 0;
}

.homeIntro .line {
    border-bottom: 1px solid #fff;
    width: 76%;
    height: 1px;
    display: inline-block;
    margin: 0 0 7px 12px;
}

.hotActivity h4 {
    text-align: right;
    color: #fff;
    font-size: 22px;
    margin: 10px 0 40px 0;
}

.hotActivity .line {
    border-bottom: 1px solid #fff;
    width: 80%;
    height: 4px;
    display: inline-block;
    margin: 10px 0 7px 0;
    float: left;
}

.aboutusBox .btn {
    border: 1px solid #fff;
    color: #fff;
    background: none;
    float: right;
    display: inline-block;
    border-radius: 17px;
    padding: 6px 15px;
    position: relative;
    top: 28px;
    left: 315px;
}

.aboutusBox .btn:hover {
    border: 1px solid #000;
    color: #000;
}

.aboutusBox .btn:active {
    border: 1px solid #000;
    color: #000;
    background: none;
}

.thumbnail {
    margin-bottom: 0
}

#footer {
    background: #FFFFFF;
    padding: 40px 0 0 0;
}

#footer p {
    font-size: 12px;
}

#footer .txt {
    margin: 10px 0 0 0;
    border-right: 1px solid #d7d7d7;
}

#footer .txt p {
    /* line-height: 30px; */
}

#footer .col-md-3 i {
    font-size: 30px;
    text-align: center;
}



/**客服區*/
#cbbfixed {
    z-index: 3;
    transition: bottom ease .3s;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#cbbfixed02 {
    transition: bottom ease .3s;
    z-index: 20;
}

.btn-OnlineService {
    width: 141px;
    height: 250px;
    background: url(../images/zh_TW/onlineService.png) no-repeat center center;
    border: 0;
}

.btn-OnlineService:hover {
    background: url(../images/zh_TW/onlineService.png) no-repeat center center;
}


/*客服側邊收合*/
.slider_scroll{
    top: 500px;
    right: 0;
    width: 141px;
    position: fixed;
    z-index: 98;
    transition: all 0.8s;
}
.slider_scroll.is-closed{
    right: -141px;
}

.slider_content{
    text-align: center;
    position: absolute;
    top: 0;
}

.close_tab {
    position:absolute;
    top: 7px;
    left: -36px;
    width: 39px;
    height: 158px;
    background: url('../images/zh_TW/close_tab.png') no-repeat;
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    text-align:center;
    padding: 14px 10px;
    cursor: pointer;
    font-size: 21px;
}
.close_tab span {
    display:block;
    padding: 1px 0;
    line-height: 12px;
    text-transform:uppercase;
    letter-spacing: 3px !important;
}
.close_tab .Collapse{
    letter-spacing: 15px !important;
    text-align: left;
}

.close_tab .label {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.close_tab .Message-open{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    position: absolute;
    top: 45px;
    right: 14px;
    letter-spacing: 14px !important;
}
.close_tab .Message-close{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    position: absolute;
    top: 34px;
    right: 14px;
}
.close_tab .Message-arrow{
    position: absolute;
    left: 12px;
    text-align: none;
}
.close_tab .Message-all{
    position: absolute;
    bottom: 8px;
}

.close_tab .label.is-closed {
    display: none;
}
.OnlineService-24h{
    position: absolute;
    bottom: 8px;
}
.btn-OnlineService:hover .OnlineService-24h{
    -webkit-filter: drop-shadow(0px 0px 3px rgb(255, 255, 255));
    filter: drop-shadow(0px 0px 3px rgba(255, 255, 255))
}

/* 客服訊息提示 */
.slider-Message{
    position: absolute;
    z-index: 99;
    left: 130px;
    width: 30px;
}
.Message-prompt-1{
    position: relative;
    color: #ffdd00;
    font-size: 22px;
    right: 1px;
    bottom: 3px;
}
.close_tab span .Message-Quantity-1{
    position: relative;
    left: -2px;
    bottom: 21px;
    font-size: 13px !important;
    color: #9d5500;
    font-weight: bold;
    letter-spacing: 0 !important;
}
.Message-prompt-2{
    position: absolute;
    color: #ffdd00;
    font-size: 32px;
    right: 24px;
    top: 20px;
}
.Message-Quantity-2{
    position: relative;
    font-size: 15px !important;
    color: #9d5500;
    font-weight: bold;
    right: 25px;
    top: 25px;
    z-index: 9999;
}

/* 快速充值側邊收合 */
.slider_scroll2{
    top: 500px;
    left: 0px;
    width: 70px;
    position: fixed;
    z-index: 98;
    transition: all 0.6s;
}
.slider_scroll2.is-closed2{
    left: -70px;
}

.close_tab2 {
    position:absolute;
    left: 65px;
    width: 39px;
    background: url('../images/zh_TW/close_tab2.png') no-repeat;
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    text-align:center;
    padding: 8px 10px 130px 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.close_tab2 span {
    display:block;
    height: 18px;
    padding: 1px 0;
    text-transform:uppercase;
}

.close_tab2.label2 {
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}
.close_tab2 .label2.is-closed2 {
    display: none;
}
.close_tab2 .Recharge{
    position: relative;
    line-height: 20px;
    top: 6px;
}
.FastButton{
    height: 172px !important;
    width: 70px;
    background: #b42222;
    border: solid 1px #ffdc00;
    border-radius: 5px;
}
.savemoney{
    border-bottom: solid 1px #fff;
    margin-top: 14px;
    padding-bottom: 10px;
    width: 56px;
    margin-left: 6px;
}
.savemoney span{
    color: #fff;
    padding-top: 6px;
    display: block;
}
.savemoney img:hover {
    -webkit-filter: drop-shadow(0px 0px 3px rgb(255, 255, 255));
    filter: drop-shadow(0px 0px 3px rgba(255, 255, 255))
}



/*Backtop jQuery Plugin */

#backTop {
    width: 35px;
    height: 35px;
    padding: 10px;
    border-radius: 28px;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 999999999;
    display: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#backTop.white {
    background: url(../images/uparr-48-b.png) no-repeat center center rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc;
}

#backTop.black {
    background: url(../images/uparr-48-w.png) no-repeat center center rgba(0, 0, 0, 0.8);
    border: 1px solid #ccc;
}

#backTop.red {
    background: url(../images/uparr-48-w.png) no-repeat center center rgba(185, 30, 9, 0.9);
    border: 1px solid #C90000;
}

#backTop.green {
    background: url(../images/uparr-48-b.png) no-repeat center center rgba(81, 217, 187, 0.9);
    border: 1px solid #fff;
}

.todown {
    height: 40px;
    width: 100%;
    background: #F7F7F7;
    display: block;
    line-height: 40px;
    color: #7E7E7E;
    border: solid 1px #E2E1E1;
    cursor: pointer;
}

.todown:hover {
    background: #E5E5E5;
}

#marquee {
    line-height: 40px;
    width: 86%;
    display: inline-block;
    padding-left: 10px;
    margin-bottom: -7px;
    color: #000;
}

#marquee a {
    color: #000
}

#marquee a:hover {
    text-decoration: underline;
}


/*å¤§å¹…å»£å‘Š*/

.bannerText {
    bottom: 5%;
    left: 42%
}

.bannerText h1 {
    color: #fff;
    font-size: 45px;
}

.bannerText p {
    font-size: 20px;
}

.language {
}

#menuInner {
    position: fixed;
    left: 0;
    top: 40px;
    height: 60px;
    width: 100%;
    background-color: rgba(3, 13, 24, 0.96);
    transition: height 0.3s;
    z-index: 2;
}


/* menuInner */

#menuInner ul li {
    margin: 0 35px;
}

.cd-introInner {
    margin-top: 100px;
}

.todownInner {
    z-index: 100;
    position: relative;
}


/*按鈕*/

.btn-outline {
    background: #FFFFFF;
    border-color: #b3b3b3;
    color: #737373;
    font-size: 12px;
}

.btn-outline:hover {
    border: 1px solid #404040;
    background: #FFFFFF;
    color: #000;
}
.btn-outline:active {
    border-color: #737373;
}

/*語言*/
.language {
    display: inline-block;
    width: auto;
}

.lang-line {
    background: url(../images/default.png) no-repeat -281px -25px;
    width: 2px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
}

.lang-txt {
    margin: 0 5px 0 0;
}

.lang,
.lang:focus {
    width: 28px;
    height: 28px;
    /*background: url(../images/default.png) no-repeat;*/
    display: inline-block;
    margin: 0 1px -10px 4px;
    color: #ffd568;
}

a.lang:active{
    color: #ffd662;
}
.lang:hover {
    color: #FFED00;
}

.zh-CN {
    background-position: -4px -3px;
}

.zh-TW {
    background-position: -40px -3px;
}

.en {
    background-position: -75px -3px;
}

.zh-CN:hover {
    background-position: -4px -67px;
}

.zh-TW:hover {
    background-position: -40px -67px;
}

.en:hover {
    background-position: -75px -67px;
}

.zh-CN:active {
    background-position: -4px -36px;
}

.zh-TW:active {
    background-position: -40px -36px;
}

.en:active {
    background-position: -75px -36px;
}

.icon-sys {
    width: 18px;
    height: 18px;
    background: url(../images/default.png) no-repeat;
    display: inline-block;
    margin: 0 0 -2px 0;
}

.icon-sys-acc {
    background-position: -158px -4px;
}

.icon-sys-number {
    background-position: -138px -4px;
}

.input-group-addon {
    background: #919191;
    border: 1px solid #5c5c5e;
}

.form-control {
    border: 1px solid #5c5c5e;
}


/*btn*/

button,
input,
select,
textarea {
    outline: none;
}

.btn:focus,
.btn:hover,
.btn:active,
.btn.active {
    /*color: inherit;*/
}

.btn-login {
    background-image: -webkit-linear-gradient(top, #9C9C9C 0%, #797979 100%);
    background-image: -o-linear-gradient(top, #9C9C9C 0%, #797979 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9C9C9C), to(#797979));
    background-image: linear-gradient(to bottom, #9C9C9C 0%, #797979 100%);
    border-color: #4C4C4C;
    color: #fff;
}

.btn-login:hover {
    background-image: -webkit-linear-gradient(top, #797979 0%, #9C9C9C 100%);
    background-image: -o-linear-gradient(top, #797979 0%, #9C9C9C 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#797979), to(#9C9C9C));
    background-image: linear-gradient(to bottom, #797979 0%, #9C9C9C 100%);
}

.btn-openAcc {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #16A6F5 0%, #007ad7 100%);
    background-image: -o-linear-gradient(top, #16A6F5 0%, #007ad7 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#16A6F5), to(#007ad7));
    background-image: linear-gradient(to bottom, #16A6F5 0%, #007ad7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #0a64bc;
}

.btn-openAcc:hover {
    background-image: -webkit-linear-gradient(top, #007ad7 0%, #16A6F5 100%);
    background-image: -o-linear-gradient(top, #007ad7 0%, #16A6F5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#007ad7), to(#16A6F5));
    background-image: linear-gradient(to bottom, #007ad7 0%, #16A6F5 100%);
}

.form-control {
    color: #000;
}

.form-group-sys {
    width: 190px;
}

.form-group-sys .forget {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    color: #EF2B2B;
    z-index: 7;
    margin: -4px -3px -15px -23px;
    font-size: 20px;
}

.form-group-sys .forget:hover {
    color: #D62A2A;
}

.form-group-sys .forget:active {
    color: #BC2121;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}


/*ICON*/

.bl {
    width: 37px;
    height: 37px;
    background: url(../images/footerlink.png) no-repeat;
}

.bl-aboutus {
    background-position: 2px 0;
}

.bl-agreement {
    background-position: -46px 0;
}

.bl-copration {
    background-position: -91px 0;
}

.bl-question {
    background-position: -136px 0;
}

.bl-deposit {
    background-position: -183px 0;
}

.bl-Withdrawal {
    background-position: -231px 0;
}

.bl-contactus {
    background-position: -278px 0;
}

.bl-responsibility {
    background-position: -325px 0;
}

#footlink .nav>li>a:hover .bl-aboutus {
    background-position: 2px -38px;
}

#footlink .nav>li>a:hover .bl-agreement {
    background-position: -46px -38px;
}

#footlink .nav>li>a:hover .bl-copration {
    background-position: -91px -38px;
}

#footlink .nav>li>a:hover .bl-question {
    background-position: -136px -38px;
}

#footlink .nav>li>a:hover .bl-deposit {
    background-position: -183px -37px;
}

#footlink .nav>li>a:hover .bl-Withdrawal {
    background-position: -231px -38px;
}

#footlink .nav>li>a:hover .bl-contactus {
    background-position: -278px -38px;
}

#footlink .nav>li>a:hover .bl-responsibility {
    background-position: -325px -38px;
}

/*.bbl {*/
    /*width: 85px;*/
    /*height: 84px;*/
    /*background: url(../images/bottomDeta.png) no-repeat;*/
    /*display: inline-block;*/
/*}*/

/*.bbl-email {*/
    /*background-position: -103px 0;*/
/*}*/

/*.bbl-line {*/
    /*background-position: 0 0;*/
/*}*/

/*.bbl-qq {*/
    /*background-position: -203px 0;*/
/*}*/

.bbl {
    width: 70px;
    height: 70px;
    display: inline-block;
    background-size: cover;
}

.bbl-email {
    background: url(../images/bottomDeta-mail.png) no-repeat;
}

.bbl-wechat{
    background: url(../images/bottomDeta-wechat.png) no-repeat;
}
.bbl-qq {
    background: url(../images/bottomDeta-qq.png) no-repeat;
}

.bbl-line {
    background-position: 0 0;
}

/*é¦–é åº•éƒ¨*/

.footer-deta>i {
    margin: -1% 3% 0 5%;
    float: left;
}

.footer-deta>p {
    display: inline-block;
}

.footer-deta>h1 {
    font-size: 16px;
    color: #5b5b5b;
    display: inline-block;
    margin: 5% 0 1% 0;
}

.footer-deta>h1>span {
    font-size: 12px;
    color: #bbbbbb;
    display: inline-block;
    margin: 0 0 0 8px;
}

.footer-deta>p {
    font-size: 16px;
    color: #000000;
    display: block;
}

#footer .line {
    border-left: 1px solid #d7d7d7;
}


.copyright{
    background: #b42222;
    text-align: center;
    color: #fff;
    padding: 30px 0 20px 0;
}


.navbar-default .navbar-toggle {
    border-color: #BD0707;
    background: #FCCE00;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #C72020;
}


/*@media only screen and (max-width: 1280px) {*/


/*.homeIntro .col-lg-7,*/


/*.hotActivity .col-lg-7 {*/


/*width: 100%;*/


/*}*/


/*}*/


/*@media only screen and (max-width: 768px) {*/


/*.navlogo {*/


/*display: none;*/


/*}*/


/*.navlogoRwd {*/


/*background: url(../images/logoRwd.png) no-repeat;*/


/*width: 128px;*/


/*height: 40px;*/


/*display: inline-block;*/


/*margin: 2px 0 0 19px;*/


/*}*/


/*.navlogo-aboutus,*/


/*.navlogo-activty {*/


/*display: none;*/


/*}*/


/*#footlink .nav>li>a>i {*/


/*margin-top: 7%;*/


/*}*/


/*.nav_login form.text-right {*/


/*text-align: -webkit-center;*/


/*}*/


/*}*/


/*Slider*/

.slider-wrap {
    position: relative;
    margin: 2% auto 2% auto;
    width: 1170px;
}
@media only screen and (max-width: 1170px) {
  .slider-wrap {
    width: 1170px;
  }
}
.ProductFeature-game{
    position: relative;
    float: left;
}
.ProductFeature-mobile{
    position: relative;
    float: left;
}


/*首頁遊戲區塊 START
===========================================*/
.game-common {
  position: relative;
  float: left;
  margin-right: 10px;
  color: #fff;
  width: 383px;
}
.game-common:nth-child(3){
  margin-right:0;
}
.game-common img{
  width: 100%;
}
.game-title {
  position: absolute;
  background: #b42222;
  text-align: center;
  font-size: 12pt;
  padding: 12px 0;
  width: 100%;
  z-index: 1;
  top: 0;
}
.game-common p{
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: 36px;
  right: 40px;
  z-index: 1;
}

.game-common p button{
    padding: 0.5em 1em ;
    border-radius: 50px 50px 50px 50px;
    background-color: #b42222;
    border:none;
    letter-spacing: 0.2rem;
    box-shadow: 5px 5px 8px -6px #242424;
    font-size: 16px;
}

.game-common p button:hover{
    box-shadow: 2px 2px 2px rgba(54, 54, 54, 0.6),4px 4px 6px rgba(56, 56, 56, 0.4),6px 6px 12px rgba(66, 66, 66, 0.4);

}

.game-common p button img{
    height: 16px;
    width: 16px;
    margin-right: 0.4em;
}

/*首頁遊戲區塊 END
===========================================*/

/*二階選單區-------------*/

.nav-drop {
    background-repeat: repeat-x;
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    top: 100%;
    border-bottom: 1px solid #c9c9ca;
}

.nav-drop .layout {
    width: 1280px;
    height: 200px;
}

/*CC寶行動版上線了*/
.ProductFeature-mobile{
    width: 420px;
    height: 290px;
    color: #fff;
}
.ProductFeature-mobile p{
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 420px;
    z-index: 1;
}
.ProductFeature-mobile figure {
    width: 420px;
    height: 290px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.ProductFeature-mobile figure:hover+span {
    bottom: -36px;
    opacity: 1;
}
.ProductFeature-mobile figure::before{
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.ProductFeature-mobile figure:hover::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}


/*CCGaming介紹*/

.CCGaming{
    background: url(../images/CCGroup_bg.jpg) no-repeat center 100%;
    margin-top: 15px;
    height: 222px;
    color: #fff;
}

.CCGaming span{
    display: block;
    font-size: 16pt;
    padding: 40px 0 20px 25px;
}
.CCGaming p{
    padding-left: 25px;
    font-size: 10pt;
}
.CCGaming button{
    color: #1a1a1a;
    border: none;
    background: #ffd005;
    font-size: 9pt;
    padding: 8px 45px;
    margin-left: 25px;
    -webkit-transition-duration: 0.4s;
    -moz--transition-duration: 0.4s;
    -o--transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.CCGaming button:hover{
    background: #b42222;
    color: #fff;
}





.slider-arrow,
.slider-arrow:focus {
    position: absolute;
    top: 150px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #acacac;
    border: 1px solid #9e9e9e;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.slider-arrow:hover {
    background: #8E8E8E;
    color: #fff;
}

.slider-arrow:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.slider-wrap .sa-left {
    left: -40px;
}

.slider-wrap .sa-right {
    right: -40px;
}


/*產品內頁*/
.productSlider .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    position: relative;
    width: 1170px;
     margin-bottom:-1px;
}
.productSlider #cd-intro{
    margin-top: 27px;
}
.ad {
    margin: 55px 0 0 0;
    max-height: 856px;
    position: relative;
}

.ad img {
    width: 100%;
    height: auto;
}

.gameTypeBG {
    background: url(../images/bg_productPattern.png) no-repeat center 100%;
    /*min-height: 1000px;*/
    /*金融會太高*/
}

.gameTypeBG_CB {
    background: url(../images/bg_productPattern_CB.png) no-repeat center 100%;
}

.gameTypeBG_EG {
    background: url(../images/bg_productPattern_EG.png) no-repeat center 100%;
}

.gameTypeBG_FN {
    background: url(../images/bg_productPattern_FN.png) no-repeat center 100%;
}

.gameTypeBG_LC {
    background: url(../images/bg_productPattern_LC.png) no-repeat center 100%;
}

.gameTitleBG_CB {
    background: url(../images/bg_product01.png) no-repeat 5% 21%;
}

.gameTitleBG_EG {
    background: url(../images/bg_product02.png) no-repeat 5% 21%;
}

.gameTitleBG_FN {
    background: url(../images/bg_product03.png) no-repeat 5% 21%;
}

/* .gameTitleBG_LC {
    background: url(../images/bg_product04.png) no-repeat 5% 21%;
} */

.gameType .head {
    background: url(../images/bg_productTitle.png) no-repeat center center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0px 0 46px 0;
    font-size: 16px;
}

.gameType .row {
    margin: 20px 0 50px 0;
}


/*inner-circle+4*/

.gameType .outer-circle {
    background: #ababab;
    border-radius: 50%;
    height: 210px;
    width: 210px;
    margin: 0 auto;
    position: relative;
}


/*img-circle+6*/

.gameType .inner-circle {
    position: absolute;
    background: #FFFFFF;
    border-radius: 50%;
    height: 206px;
    width: 206px;
    margin: 2px;
}


/*base*/

.gameType .img-circle {
    width: 200px;
    height: 200px;
    margin: 3px
}

.gameType .col-md-4 {
    margin: 0 auto;
    text-align: center;
}

.gameType .col-md-4:hover {
    webkit-box-shadow: 0 0 5px 1px rgb(181, 181, 181);
    -moz-box-shadow: 0 0 5px 1px rgb(181, 181, 181);
    box-shadow: 0 0 5px 1px rgb(255, 202, 202);
    background: #FFF0F0;
}

.gameType .icon-rank {
    width: 49px;
    height: 39px;
    background: url(../images/rankBG.png) no-repeat center center;
    display: inline-block;
    color: #fff;
    position: absolute;
    /*以*/
    left: 10px;
    top: 15px;
}

.gameType .icon-rank>h6 {
    font-family: Britannic;
    font-weight: bold;
    display: inline-block;
}

.gameType .icon-rank>h4 {
    font-family: Britannic;
    font-weight: bold;
    display: inline-block;
    margin: -10px 7px 0 0;
}

.gameType .icon-rankNEW>h6 {
    margin: 10px 4px 0 0;
}

.gameType .icon-rankHOT {
    background-position: 0 0;
}

.gameType .icon-rankNEW {
    background-position: 0 -43px;
}

.gameType h1,
.gameType p,
.gameType .btn-game {
    margin: 0 auto;
    width: 240px;
}

.gameType h1 {
    font-size: 20px;
    text-align: center;
    margin: 20px auto 10px auto;
}

.gameType p {
    font-size: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 20px;
    min-height: 66px;
}

.gameType .btn-game {
    border: 1px solid #b81919;
    color: #fff;
    background: #b02121;
    padding: 6px 35px;
    text-shadow: none;
    display: inline-block;
    width: initial;
    margin: 10px auto;
}

.gameType .btn-game:hover {
    border: 1px solid #C72020;
    color: #FFFFFF;
    background: #EC2D2D;
    font-weight: bold;
    text-shadow: none;
    padding: 6px 50px;
    -webkit-transition: padding 0.2s;
    -moz-transition: padding 0.2s;
    transition: padding 0.2s;
}

.pagination input {
    display: inline-block;
    width: 60px;
    height: 33px;
    float: left;
    text-align: center;
    background: #E8E8E8;
    border: 1px solid #BDBDBD;
}

.pagination .btn {
    background: rgba(241, 231, 103, 1);
    background: -moz-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241, 231, 103, 1)), color-stop(100%, rgba(254, 182, 69, 1)));
    background: -webkit-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: -o-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: -ms-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: linear-gradient(to bottom, rgb(239, 239, 239) 0%, rgb(193, 193, 193) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0);
    border-color: #C7C7C7;
    color: #807D7D;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #F5AC3C;
    border-color: #EAA234;
    color: #fff;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #949494;
    border-color: #9E9E9E;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #FFFFFF;
    background-color: #B7B7B7;
    border-color: #A0A0A0;
}

.pagination>li>a,
.pagination>li>span {
    color: #484848;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pageContentTitle h2 {
    font-size: 20px;
    margin: 0 0 30px 0;
}

.inline-day {
    display: inline-block;
    margin-right: 5px;
    white-space: nowrap;
}

.tb-Bulltin .btn {
    background: none;
    border: 1px solid #E0B4B4;
    padding: 3px 12px;
    color: #D67575;
}

.tb-Bulltin .btn:hover {
    color: #FFFFFF;
    background: #D67575;
    border-color: #BD6060;
}

.tb-Bulltin a {
    color: #1464AB;
}

.tb-Bulltin tr {
    cursor: pointer;
}

.tb-Bulltin a:hover {
    color: #197FDA;
}

table .hiddenRow {
    padding: 0 !important;
}

table .hiddenRow div {
    padding: 10px;
    text-align: justify;
}


/*底部連結*/

.accordion {
    position: relative;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #f1f4f3;
    border-bottom: 1px solid #f1f4f3;
    font-weight: 700;
    color: #74777b;
    vertical-align: middle;
}

.accordion .fa {
    position: relative;
    position: relative;
    float: right;
    font-size: 18px;
    font-weight: normal;
    color: #AFAFAF;
    margin: 4px 6px 0 0;
}

.accordion h4 {
    /*position: relative;*/
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}

.accordion a {
    position: relative;
    display: block;
    color: #74777b;
    padding: 10px 20px;
    text-decoration: none;
}

.accordion a.active {
    color: #dd1c30;
    background-color: #FFFBF2;
}

.accordion a:hover {
    text-decoration: none;
    color: #dd1c30;
    background-color: #FFFBF2;
    transition: 0.3s;
}

.accordion-desc {
    background-color: #f1f4f3;
    color: #74777b;
    z-index: 2;
}

.accordion-desc ul li {
    width: 100%;
}

.accordion-desc ul li a {
    padding: 8px 0 8px 83px;
    color: #000;
}

.accordion-desc ul li a:hover {
    color: #dd1c30
}

.accordion #rotating,
#rotating1 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accordion .rotated {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

#SideMenu {
    height: 100%;
}

.SideMenuWrap {
    width: 25%;
    float: left;
    min-height: 100vh;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
}

.SideContentWrap {
    min-height: 100vh;
    background: #ffffff;
    border-top: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    padding: 20px 30px;/*修正*/
    width: 75%;
    float: right;
    text-align: justify;
}
.SideContentWrap img{
    max-width: 100%!important;
}
.content img{
    max-width: 100%!important;
}

.DocTitle{
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
}

#SideMenu>ul>li {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(239, 238, 238, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(239, 238, 238, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(239, 238, 238, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(239, 238, 238, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(239, 238, 238, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(239, 238, 238, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efeeee', GradientType=0);
    border-bottom: 1px solid #d3d3d3;
    font-size: 15px;
}

#SideMenu>ul>li:hover {
    background: rgba(237, 237, 237, 1);
    background: -moz-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 237, 237, 1)), color-stop(53%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
}

.accordion .icon {
    width: 25px;
    height: 25px;
    margin: 0 20px -6px 20px;
    display: inline-block;
    background: url(../images/sideMenu.png) no-repeat;
}

.accordion .icon-aboutus {
    background-position: 0 0
}

.accordion .icon-rules {
    background-position: -34px 0
}

.accordion .icon-agentAbout {
    background-position: -68px 0
}

.accordion .icon-deposit {
    background-position: -99px 0
}

.accordion .icon-withdraw {
    background-position: -131px 0
}

.accordion .icon-FAQ {
    background-position: -164px 0
}

.accordion .icon-contact {
    background-position: -197px 0
}

.accordion .icon-responsible {
    background-position: -230px 0
}

.accordion .icon-goods {
    background-position: -260px 0
}

.accordion .icon-caret {
    background-position: -293px 0;
    float: right;
    margin-right: -2px;
}

.accordion .icon-caretDown {
    background-position: -315px 0;
    float: right;
    margin-right: -2px;
}

#SideMenu .navbar-nav li ul li a {
    padding: 7px 0 7px 73px;
}

main.bomPage {
    margin-top: 157px;
    background: #f7f7f7;
}

.bomPage>.container>.row>.col-md-3 {
    min-height: 100vh;
    background: #f7f7f7;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

.bomPage>.container>.row>.col-md-9 {
    min-height: 100vh;
    background: #ffffff;
    border-top: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    padding: 20px;
}

.bomPage .pageContentTitle h2 {
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
}

.bomPage .col-md-9 .content {
    padding: 0 20px;
}

.bomPage .col-md-9 .content p {
    line-height: 26px;
    text-align: justify;
}

.bg-center {
    background: url(../images/memberCenterBg.jpg) repeat;
}

#Modal-BulletinDetail>.modal-dialog {
    width: 900px;
}

body,
body.modal-open {
    /*overflow: inherit;*/
    padding-right: 0 !important;
}

/*忘記密碼*/
.forgetPasswordWrap  .passCodeImg {
    height: 24px;
    position: absolute;
    left: 127px;
    top: 11px;
    z-index: 4;
}

.forgetPasswordWrap  input,.forgetPasswordWrap  .custom-dropdown select {
    width: 182px;
}

.forgetPasswordWrap  .passCodeRefresh {
    position: absolute;
    top: 13px;
    right: -16px;
    z-index: 4;
}

#safeCode .form-horizontal .form-group {
    margin: 23px auto;
    width: 80%;
}

#safeCode .form-horizontal .control-label {
    display: inline-block;
    float: left;
    text-align: center;
}

.forgetPW .nav-justified>li>a {
    background: #D2D5D8;
    color: #2F6DA2;
}

.forgetPW .nav-justified>li.active>a {
    color: #fff;
    background-color: #337ab7;
}


/*.forgetPW .nav>li>a:focus, .nav>li>a:hover {
    background-color: #337AB7;
    color: #fff;
}*/

#header-menu {
    display: none;
}

@media (max-width:768px) {
    #header-menu {
        display: inline-block;
    }
}

@media (max-width:1024px) {
    #header-menu cd-secondary-nav-Product {
        display: inline-block;
    }
    #header-menu {
        text-align: center;
        margin: 36px 0;
        width: 100%;
    }
    #header-menu ul {
        text-align: center;
        list-style: none;
        width: 100%;
    }
    #header-menu ul li {
        width: 100%;
    }
    #header-menu ul li a {
        color: #fff;
        font-size: 20px;
    }
    #header-menu ul li a:hover {
        background: red;
        color: #FFDA00;
    }
    #header-menu li a span {
        position: absolute;
        width: 33px;
        height: 33px;
        left: 41%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        background-repeat: no-repeat;
        background-image: url(../images/cd-nav-icons.svg);
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }
    #header-menu li a .animate-placeholder-1 span {
        background-position: 0 -32px;
    }
    #header-menu li a .cb {
        background-position: 0 -32px;
    }
    #header-menu li a .eg {
        background-position: -40px -32px;
    }
    #header-menu li a .fn {
        background-position: -80px -32px;
    }
    #header-menu li a .lc {
        background-position: -120px -32px;
    }
    #header-menu li a .goods {
        background-position: -160px -32px;
    }
    #header-menu li a .mem {
        background-position: -200px -32px;
    }
    #header-menu li a .coop {
        background-position: -240px -32px;
    }
    #header-menu li a .os {
        background-position: -280px -32px;
    }
    #marqueeWrap .col-md-2 {
        width: 13%;
        display: inline-block;
        float: left;
    }
    #marqueeWrap .col-md-9 {
        width: 77%;
        display: inline-block;
        float: left;
    }
    #marqueeWrap .col-md-1 {
        width: 10%;
        display: inline-block;
        float: left;
    }
}


/*--------------------------------------------- MediaQuery For Login START --------------------------------------------- */


/* 1680px / 1440px / 1280px / 1024px */

@media only screen and (max-width: 1680px) {
    /* Login
    ------------------------------------*/
    #login .container-fluid {
        min-width: 990px;
    }
    /* Logo */
    #login .navbar>.container .navbar-brand,
    #login .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
    /* Login Left Area */
    #login #login .lang-line {
        margin: 0 12px 0 0;
    }
    /* Login Right Area */
    #login .form-group-sys {
        width: auto;
    }
    #login .input-group-addon {
        padding: 6px;
    }
    #loginWrap .form-inline .input-group>.form-control {
        width: 110px;
    }
    #login .loginPassCodeImg {
        width: 45px;
    }
    /* Button styles */
    #login .btn-login,
    #login .btn-openAcc {
        padding: 6px;
    }
}

@media only screen and (max-width: 1440px) {
    /* Login
    ------------------------------------*/
    /* Logo */
    #login .navbar>.container .navbar-brand,
    #login .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
    /* Login Left Area */
    #login .lang-line {
        margin: 0 10px;
    }
    /* Login Right Area */
    #login .form-group-sys {
        width: auto;
    }
    #login .input-group-addon {
        padding: 6px 4px;
    }
    #login .form-control {
        padding: 0;
        text-indent: 6px;
        font-size: 13px;
        line-height: 13px;
    }
    #loginWrap .form-inline .input-group>.form-control {
        width: 90px;
    }
    #loginWrap .form-inline .input-group>.form-control.loginPassCode {
        width: 100px;
    }
    #login .loginPassCodeImg {
        width: 45px;
    }
    /* Button styles */
    #login .btn-login,
    #login .btn-openAcc {
        padding: 6px;
    }

    /*字體縮小*/
    /*#logoutWrap{*/
    /*font-size: 9px;*/
    /*}*/
    /*.dateAndTime{*/
    /*font-size: 9px;*/
    /*}*/
    /*.language{*/
    /*font-size: px;*/
    /*}*/
    /*總額列寬度*/
    #logoutWrap .total-account{
    }
}

@media only screen and (max-width: 1280px) {
    /*登出按鈕*/
    #logoutWrap>button {
        padding: 4px 1px;
    }
    /*右上角功能列的間距*/
    #logoutWrap>span>a{
        padding: 5px 1px;
    }
    /*hover視窗位置*/
    #logoutWrap .viewContent{
        right: 40px;
    }
    /* 隱藏帳號密碼icon */
    .input-group-addon{
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    /* Login
    ------------------------------------*/
    /*header字級*/
    .navbar.navbar-default.nav_login{
        font-size: 12px;
    }

    /* Logo */
    #login #login .navbar>.container .navbar-brand,
    #login .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
    /* Login Left Area */
    #login .lang-line {
        margin: 0 5px;
    }
    /* Login Right Area */
    #login .form-group-sys {
        width: auto;
    }
    #login .input-group-addon {
        padding: 4px;
    }
    #login .form-control {
        padding: 0;
        text-indent: 6px;
        font-size: 13px;
        line-height: 13px;
    }
    #loginWrap .form-inline .input-group>.form-control {
        width: 75px;
    }
    #loginWrap .form-inline .input-group>.form-control.loginPassCode {
        width: 100px;
    }
    #login .loginPassCodeImg {
        width: 45px;
    }
    /* Button styles */
    #login .btn-login,
    #login .btn-openAcc {
        font-size: 12px;
        padding: 6px;
    }
    /* 已登入 */
    #logoutWrap>span {
        margin: 0;
    }
    #logoutWrap>span>a {
        padding: 15px 2px;
        border-radius: 12px;
    }
    /*登出按鈕*/
    #logoutWrap>button {
        padding: 4px 1px;
    }
    /*小圖隱藏*/
    /*
    #logoutWrap>span>a>i.fa-credit-card-alt,
    #logoutWrap>span>a>i.fa-cc,
    #logoutWrap>span>a>i.fa-refresh,
    #logoutWrap>span>i.fa-user,
    #logoutWrap>span>i.fa-usd{
        display: none;
    }
    */

    /*右上角功能列的間距*/
    #logoutWrap>span>a{
        padding: 5px 1px;
    }
    /*總額列寬度*/
    #logoutWrap .total-account{
        width: auto;
    }
}



/*--------------------------------------------- MediaQuery For Login END --------------------------------------------- */


/*--------------------------------------------- MediaQuery For Layout Start --------------------------------------------- */


/* 1440px / 1280px / 1024px / 強制容器寬度最小為1024px */

.container {
    min-width: 1024px;
}

@media only screen and (max-width: 1440px) {
    .navlogo {
        left: calc(50% - 43px);
    }
    /*Footer文字*/
    .footer-deta .footerlogo-Description {
        width: calc( 100% - 160px);
        font-size: 14px;
        line-height: 1.5em;
    }
    #footer .footer-deta p.footerCopy {
        width: 100%;
        font-size: 13px;
        line-height: 2em;
    }
    .footerBlock{
        /*width: 1024px;*/
    }
    .footerLogo{
        width: 100px;
        height: 62px;
        background-size: none;
    }
    .bbl{
        width: 50px;
        height: 50px;
        background-size: cover;
    }
    .footer-deta>h1{
        font-size: 15px;
    }
    .footerBigBlock{
        /* min-width: 380px!important; */
        vertical-align: bottom;
    }
    .footerMinBlock{
        min-width: 210px!important;
    }
}

#homeProduct .col-md-6 {
    width: 50%;
    display: inline-block;
    float: left;
}

/*
@media only screen and (max-width: 1024px) {
    /*線上客服*
    .btn-OnlineService,
    .btn-OnlineService:hover {
        width: 100px;
        background-size: contain;
    }
    #homeProduct {
        width: 1024px;
    }
    /*#homeProduct .col-md-6{ width: 512px;}*/
    /*Footer
    #footer p {
        font-size: 14px;
        line-height: 1.5em;
    }
    /*Home中間的Slider
    .slider-wrap {
        width: 930px;
    }
    .slider {
        width: 930px;
    }
    /*Home的關於我們/熱門活動寬 造成的右邊凸出
    .homeIntro .aboutusBox {
        width: 512px;
    }
    .hotActivity .aboutusBox {
        width: 480px;
    }
}
/

/*--------------------------------------------- MediaQuery For Layout END --------------------------------------------- */


/* --------------------------------
讓Bootstrap 的form-inline min-height:768px設定套用到全域
-------------------------------- */

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
}

.form-inline .form-control-static {
    display: inline-block
}

.form-inline .input-group {
    display: inline-table;
    vertical-align: middle
}

.form-inline .input-group .form-control,
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn {
    width: auto
}

.form-inline .input-group>.form-control {
    width: 100%
}

.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle
}

.form-inline .checkbox,
.form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
}

.form-inline .checkbox label,
.form-inline .radio label {
    padding-left: 0
}

.form-inline .checkbox input[type=checkbox],
.form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0
}

.form-inline .has-feedback .form-control-feedback {
    top: 0
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-left: 0;
    margin-right: 0;
}


/* --------------------------------
解除: 取消指定容器強制為1024px
-------------------------------- */

iframe .container-fluid,
iframe .container,
#elementContent .container-fluid,
#elementContent .container,
.forgetPW .container-fluid {
    min-width: 1px;
}


/* --------------------------------
鎖定: 設定容器最小寬為1280px
-------------------------------- */

.navbar-header,
.container-fluid,
.container {
    min-width: 1170px;
    width:100%;
}
.productSlider{
  width: 1170px;
}

/* --------------------------------
修正首頁 1024視覺
-------------------------------- */

.site-headerBar {
    width: 100%;
    position: relative;
}


/*checkBox*/

.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: auto;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    padding: 0 10px 0 0;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 30px;
    text-indent: 3.25em;/* IE 影響BTN莫名空白*/
    margin: 10px 0 0 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #F1F1F1;
}

.funkyradio input[type="radio"]:empty ~ label:hover,
.funkyradio input[type="checkbox"]:empty ~ label:hover {
    color: #000000;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 33px;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #000;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #FFFFFF;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #000;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #4DDC70;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.pageTop-padding {
    padding-top: 140px;
}


/* --------------------------------
修正會員註冊>服務協議的視窗寬度
-------------------------------- */
@media (min-width: 768px) {
    .modal-dialog.rules {
        width: 900px;
    }

    /* --------------------------------
    後台上稿用樣式
    -------------------------------- */
    h3.title {
        color: #fff;
        background: #C00000;
        font-weight: bold;
        font-size: 20px;
        padding: 7px 15px;
        border-radius: 5px;
    }

    ol.numList {
        list-style-position: outside;
        list-style-type: decimal;
        margin-left: -18px;
        line-height: 1.5;
    }

    ol.numList li {
        margin-bottom: 8px;
    }

    ul.alphaList {
        list-style-position: outside;
        list-style-type: upper-alpha;
        margin-left: -18px;
        line-height: 1.5;
    }

    ul.alphaList li {
        margin-bottom: 8px;
    }

}
    /* 財神 */
    #Godwealth {
        transition: bottom ease .3s;
        position: fixed;
        bottom: 114px;
        z-index: 20;
    }

    .btn-Godwealth {
        width: 205px;
        height: 212px;
        background: url(../images/zh_TW/onlineGodwealth.png) no-repeat center center;
        border: 0;
    }

/* =============開始遊戲視窗iframe相關CSS=============*/
.startGameHead{
    height: 38px;
    background: #000000;
    padding-top: 4px;
}
.startGameHead img{
    height: 30px;
    vertical-align: middle;
    padding-left: 5px;
}
.startGameHead input {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    color: #474747;
    height: 24px;
    text-indent: 5px;
    line-height: 1em;
    vertical-align: middle;
    font-size: 12px;
}
#btn-wallet{
    width: 203px;
}
.walletContent {
    position: absolute;
    padding: 2px 10px;
    border-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 203px;
    line-height: 30px;
    left: 98px;
    top: 32px;
    background: rgba(175,33,33,0.9);
    color: #ffffff;
}
.walletContentTable{
    width: 100%;
}
.walletContentTable>tfoot>tr>td>.centerBtnGroup{
    margin: 5px 0;
}
.fastTransferBlock{
    display: inline-block;
}
.fastTransferTilte{
    font-size: 12px;
    color: #ffffff;
    padding-left: 5px;
}
.txtAlignRight{
    text-align: right;
}
.txtRed{
    color: #ea0c2b;
}
.txtYellow{
    color: #ffd136;
}
.btn-yellow {
    font-size: 12px;
    padding: 2px 20px;
    background: rgba(241, 231, 103, 1);
    background: -moz-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: -o-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: -ms-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: linear-gradient(to bottom, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0);
    color: #000000
}
.btn-yellow:hover {
    background: rgba(254, 182, 69, 1);
    background: -moz-linear-gradient(top, rgba(254, 182, 69, 1) 0%, rgba(241, 231, 103, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(254, 182, 69, 1) 0%, rgba(241, 231, 103, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 182, 69, 1) 0%, rgba(241, 231, 103, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 182, 69, 1) 0%, rgba(241, 231, 103, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 182, 69, 1) 0%, rgba(241, 231, 103, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#feb645', endColorstr='#f1e767', GradientType=0);
    color: #000000
}
.btn-red {
    font-size: 12px;
    padding: 2px 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
}
.btn-red:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+0,5b0001+100 */
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 0%, #5b0001 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 0%,#5b0001 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a90329 0%,#8f0222 0%,#5b0001 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#5b0001',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
}
.btn-red:focus {
    color: #ffffff;
}
/* =============開始遊戲視窗iframe相關CSS END=============*/

/*首頁跑馬燈*/
.home-marqueeBox{
    width: 1170px;
    margin: 0 auto;
}
.home-marqueeBox .marqueeWrap-container{
    width: 1170px;
    max-width: 1170px;
}
.home-marqueeBox .col-maqTitle{
    width: 11%;
}
.home-marqueeBox .col-innerWrap{
    width: 946px;
}
.home-marqueeBox .col-btn-outline{
    width: 94px;
}
/*跑馬燈*/
.marqueeWrap-container{
    width: 1170px;
    max-width: 1170px;
}
.col-maqTitle{
    width: 11%;
}
.col-innerWrap{
    width: 946px;
}
.col-btn-outline{
    width: 94px;
}

@media only screen and (max-width: 1209px) {
    .marqueeWrap-container{
    width: 1024px;
    max-width: 1024px;
    }
    #marquee{
        padding-left: 30px;
    }
    .col-innerWrap{
        width: 814px;
    }
}


/*CC集團贊助消息刊登*/

#CC_group{
   z-index: 30;
   position: fixed;
   bottom: 0;
   right: 20px;
   cursor: pointer
}
.CC_group_close{
    color: #c30000;
    text-align: right;
    letter-spacing: 4px;
    position: relative;
    top:20px;
    z-index: 100;
}
/* 101 黃金*/
#CC_group .top{
  border: 4px solid #fff;
  margin-bottom: 10px;
  background: #fff;
}
#CC_group .bottom{
/*   border: 4px solid #fff; */
/*   background: #fff; */
}
#CC_group a{
  border: 0;
}


.fortuna{
   position: relative;
    width: 200px;
    height:250px;
}
.ccpk10{
    position: relative;
    width: 266px;
    height:359px;
    z-index: 99;
}
/*瘋狂猴子動動*/
.carzymonkeyBox{
    position: absolute;
    height: 0;
    top: 23px;
    left: 20px;
    z-index: 25!important;
}
.carzymonkey{
    display: inline-block;
}
.carzymonkeyBox .CC_group_close{
    position: absolute;
    top: 25px;
    left: 0;
    width: 10px;
}
.carzymonkey img{
    position: relative;
    width: 200px;
    height:280px;
}

/*-------公告列表 修正字圖太大 CCBAO線上-------*/
.Bulletin img{
    max-width: 100% !important;
    height: auto !important;
}

/*修正modal跳彈 body scroll問題*/
.modal-content,
.modal-dialog,
.modal-body {
    height: inherit;
    min-height: 100%;
}
.modal {
    min-height: 100%;
}


/* 真人娛樂改版 */
.gameTitleBG_LC .head{
    margin: -5px 0 -10px;
}
.gameTitleBG_LC .row{
    margin: 20px 20px 28px;
}

.Live_BG{
    background: url(../images/LiveCasino_BG.png) no-repeat center center;
    margin: 0 30px;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.Live_BG:hover{
    background: url(../images/LiveCasino_BG_2.png) no-repeat center center;
    cursor: pointer;
}

/*.Live_BG:hover立即遊戲hover效果*/
.Live_BG:active a.Live-button button {
    margin-top: -1px;
    margin-left: -1px
}
.Live_BG:hover a.Live-button,
.Live_BG:focus a.Live-button {
    opacity: 1
}
.Live_BG:hover a.Live-button:before,
.Live_BG:focus a.Live-button:before {
    width: 100%
}
.Live_BG:hover a.Live-button button,
.Live_BG:focus a.Live-button button {
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #fff
}
.Live_BG:hover a.Live-button button:before,
.Live_BG:focus a.Live-button button:before {
    width: 0;
}

.Live_content{
    background: url(../images/LiveCasino_BBIN_LOGO.png) no-repeat center center;
    width: 525px;
    height: 390px;
}
.Live_AG{
    background: url(../images/LiveCasino_AG_LOGO.png) no-repeat center center; 
}
.frame{
    position: absolute;
    top: 35px;
    right: 66px;
}
.girls{
    position: absolute;
    top: 20px;
    left: 100px;
}

.Live-inner{
    display: block;
    text-align: center;
    padding: 100px 0px 0 75px;
}
.Live-text{
    position: relative;
}
/* 立即遊戲按鈕 */
a.Live-button{
    position: relative;
    display: block;
    width: 118px;
    height: 36px;
    border: 1px solid #514048;
    left: 190px;
    top: 18px;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

a.Live-button:before{
    content: " ";
    background-color: #514048;
    width: 100%;
    height: 36px;
    left: 0;
    top: -1px;
    position: absolute;
    z-index: 0;
    width: 0;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
a.Live-button button{
    position:  absolute;
    font-weight:  bold;
    border: 1px solid #c32727;
    width: 100%;
    height: 36px;
    background: #514048;
    color:  #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 4px;
    opacity: 1;
    top: -7px;
    left: -7px;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

a.Live-button button:before {
    content: " ";
    background-color: #c32727;
    height: 36px;
    width: 100%;
    top: -1px;
    left: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    border-radius: 0;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

a.Live-button button span {
    position: absolute;
    width: 100%;
    top: -8px;
    left: 0;
    height: 36px;
    z-index: 2;
    line-height: 50px;
    -ms-transform: translateX(0px) translateY(2px);
    -webkit-transform: translateX(0px) translateY(2px);
    transform: translateX(0px) translateY(2px)
}

/* 系統維護中 */
.maintain {
    background: rgba(255, 255, 255, 0.60);
    width: 485px;
    height: 390px;
    position: absolute;
    z-index: 9;
    margin: 0 30px;
}
.maintain-font {
    text-align: center;
    color: #f8f8f8;
    font-size: 11pt;
    margin-top: 177px;
    background: rgb(195, 39, 39);
    padding: 8px;
    width: 160px;
    float: right;
    margin-right: 93px;
}

/* 聖誕節背景動態圖 */
/* .Bell{
    position: absolute;
    z-index: -99;
    top: 582px;
}
.Bell-left{
    position: relative;
    float: left;
    left: -366px;
}
.Bell-right{
    position: relative;
    float: right;
    right: -815px;
}
.Santa{
    position: absolute;
    bottom: -313px;
    z-index: -99;
    left: -384px;
}

/* lottery mobile safari 點擊遊戲不出現時的提示*/
.error-msg-links{
    background: #eefcff;
    color: #3087f5;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    display: block;
    border: 2px dotted;
    padding: 5px 10px;
    width: 50%;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 10px;
}
.error-msg-links:hover{
    background: #3087f5;
    color: #eefcff;
}

/* 帳號登入、按鈕區塊調整 */
.form-modify{
    padding: 6px 4px;
    border-radius: 3px !important;
}
.btn-modify{
    padding: 6px 10px;
}
.btn-Customer{
    color: #fff;
    border: none;
    background: #47ed86; /* Old browsers */
    background: -moz-linear-gradient(top, #47ed86 0%, #00aa74 82%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #47ed86 0%,#00aa74 82%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #47ed86 0%,#00aa74 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47ed86', endColorstr='#00aa74',GradientType=0 ); /* IE6-9 */
}
.btn-Customer:hover{
    background: #00c489; /* Old browsers */
    background: -moz-linear-gradient(top, #00c489 1%, #47ed86 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00c489 1%,#47ed86 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00c489 1%,#47ed86 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c489', endColorstr='#47ed86',GradientType=0 ); /* IE6-9 */
}
.btn-Customer-message{
    position: relative;
}
.btn-Customer-message-font{
    position: absolute;
    top: -2px;
    right: 0px;
    width: 20px;
}
.btn.btn-Customer.btn-modify .btn-Customer-message-font span{
    color: #000 !important; 
    position: relative;  
    font-size: 13px;
}
.btn.btn-Customer.btn-modify:hover .btn-Customer-message-font span,
.btn.btn-Customer.btn-modify:focus .btn-Customer-message-font span{
    color:#fff !important;
}
.btn-Customer-fa{
    font-size: 20px;
}

/* 在線客服視窗 */
.chatBox-Wrapper{
    padding: 15px 15px 0 15px;
}

.chatBox{
    text-align: left;
    line-height: 25px;
    /*margin:15px 15px 0 15px;*/
    position: relative;
    font-size: 15px;
}
.chatBox .chatBody{
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    margin-bottom:15px;
    padding:20px;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    position: relative;
    resize: vertical;
}
.chatBox .funtionArea{
    text-align: right;
}
.chatBox .funtionArea a{
    color: #b42222;
    text-decoration: none;
}
.chatBody {
    height: calc(100vh - 270px);
    min-height: 300px;
}
.chatBody .date{
  text-align: center;
  background: #b42222;
  border-radius: 4px;
  margin-bottom: 10px;
  color: #fff;
}
.chatBody .time{
  color: #c4c4c4;
  font-size: 12px;
}
.chatBody img{
  /*max-width: 100%;*/
  max-width: 10%;
}
.chatBodyLeft, .chatBodyRight{width: 80%;}
.chatBodyLeft{
  float:left;
  text-align: left;
  margin-left: 8px;
}
.chatBodyRight{
  float:right;
  text-align: right;
  margin-right: 8px;
}
.message-user {
    background: #5fa281;
    color: #fff;
    padding: 3px 0 3px 15px;
}

.chatUserID{
    color: #6f6f6f;
    font-weight: bold;
    text-align: right;
    font-family: Arial;
}
.chatUserMsg{
    color: #6f6f6f;
    font-size: 14px;
    text-align: right;
    font-family: 微軟正黑體;
}

.chatSerivceID{
    color: #b42222;
    font-weight: bold;
    text-align: left;
    font-family: Arial;
}
.chatSerivceMsg{
    color: #d06262!important;
    font-size: 14px;
    text-align: left;
    font-family: 微軟正黑體;
}

.breakline{
    word-break:break-all
}
.message-black{
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #eaeaea;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 2px 10px;
  position: absolute;
  bottom: 239px;
  left: 0;
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
  z-index: 10;
}

.font-blue {
    color: #27a1ab;

}
.font-red {
    color: #ed6b75;
}
.chatBox .replyArea .Message-form-control{
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  width: 100%;
  resize: none;
}
.Message-form-control{
    padding: 4px;
}
.Message-form-control img{
    height: 80px;
}
.MessageInputArea{
    height: 120px !important;
    min-height: 120px;
    overflow: auto;
    overflow-x: hidden; /*Edge fixed*/
    border: 0; /*Edge fixed*/
}
.MessageInputArea img{/*max-width: 100%;*/max-width: 10%;}

.btn-group-md{padding: 6px 0;}
.btn-group-md .btn{margin-right: 10px;}
.text-right{text-align: right;}

input[type="file"] {border: none;}
.uploadInput {
  position:absolute;
  clip:rect(0 0 0 0);
}

.btn-default {
    background: #b42222 !important;
    color: #fff !important;
    border: solid 1px #b42222 !important;
    text-shadow:  none !important;
}

.btn-default:hover {
    background-color: #921e1e !important;
}

.btn-default:active, .btn-default:focus {
    color: #fff;
}

.btn-convey{
    padding: 9px 18px;
    background: #da6622 !important;
    color: #fff !important;
    border: solid 1px #da6622 !important;
}
.btn-convey:hover{
    background: #bb571d !important;
}
.btn-test{
    padding: 6px 20px !important;
    border: 1px solid #c5c5c5 !important
}

.noticeCenterBox{
    display: block;
    text-align: center;
}
.notice-msg{
    display: inline-block;
    color: #ed6b75;
}

.full-width{
    width: 100%;
}
.outer-link{
    display: inline-block;
    width: 45%;
    line-height: 30px
}
.box a.btnGhost {
    text-decoration: none;
}

/**公告另跳**/
.BulletinListPop-table{
    width: 90%;
    margin: auto;
}

.bulletinlistpop-AD{
    width: 820px;
    margin: 20px auto;
}

.relative{
    position: relative;
}
.sub-nav{
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 0px;
    display: none;
    position: absolute;
    top: 48px;
    z-index: 99;
    overflow: hidden;
    -webkit-box-shadow: 0 0 23px -8px rgba(0, 0, 0, 0.3);
} 
.sub-nab-content{
    color: #000;
    display: none;
}

.ccbao-nav .sub-nav {
}

.live {
    display: inline-block;
    top:0px;
  }

.live:hover {
    background-image:linear-gradient(rgba(206, 206, 206, 0.5),white,white,white,white);

}


#LOTTERY-sub a{
    color: #000!important;
}

#LOTTERY-sub a:hover{
    color: rgb(195, 39, 39)!important;
}

.Lottery-hall {
    border-top: transparent;
    border-bottom: transparent;
    border-left: transparent;
    border-right: rgba(175, 175, 175,0.5);
    border-style: solid;
    border-width: 0.75px;
    display: inline-block;
    height: 200px;
}

.Lottery-hall img{
  padding: 22px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.Lottery-item {
    top: 0px;
    display: inline-block;
    height: 200px;
}

.Lottery-item img {
    padding: 26.5px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.Lottery-hall:hover{
    background-image:linear-gradient(rgba(206, 206, 206, 0.5),white,white,white,white);
    /*box-shadow: 0px 0px 8px rgba(54, 54, 54, 0.2); */
}

.Lottery-item:hover {
    background-image:linear-gradient(rgba(206, 206, 206, 0.5),white,white,white,white);
    /*box-shadow: 0px 0px 8px rgba(54, 54, 54, 0.2); */
}

#BOARD-sub a {
    color: #000!important;
}

#BOARD-sub a:hover {
    color: rgb(195, 39, 39)!important;
}

#EGAME-sub a {
    color: #000!important;
}

#EGAME-sub a:hover {
    color: rgb(195, 39, 39)!important;
}

#COUPON-sub a {
    color: #000!important;
}

#COUPON-sub a:hover {
    color: rgb(195, 39, 39)!important;
}




#PE-sub a {
    color: #000!important;
}

#PE-sub a:hover {
    color: rgb(195, 39, 39)!important;
} 

.AGENT_live {
    display: inline-block;
    top:0px;
}
.AGENT_live:hover {
    background-image:linear-gradient(rgba(206, 206, 206, 0.5),white,white,white,white);
}

 
/* 維護時加入.maintainance-cover*/
.maintainance-cover {
    position: relative;
}
.maintainance-cover img {
    opacity: 0.5;
} 
.maintainance-cover a p {
    opacity: 0.5;
}

/* 維護時才顯示資訊 */
.maintainance-cover .maintainance-sub {
    display: block;
}
.maintainance-sub {
    display: none;
    position: absolute;
    height: 120px;
    width: 200px;
    padding: 30px 15px;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    top:30px;
    left:calc(50% - 100px);
    z-index: 999;
}

/* 維護中出現block擋住滑鼠點擊 */
.maintainance-cover .maintainance-disabled-cover {
    display: block;
}
.maintainance-disabled-cover {
    display: none;
    width: 100%;
    height: 200px;
    background: transparent;
    position: absolute;
    z-index: 100;
}

.sub-nav ul {
    padding: 0px;
}

/*真人-系統維護中*/
#LIVE-sub .LIVE-sub__content {
    height: 200px;
    width: 300px;
    display: inline-block;
    position: relative;
}
#LIVE-sub .LIVE-sub__content .maintainance-sub{
    position: absolute;
    padding: 10px;
    height: 80px;
    width: 120px;
    top: 75px;
    left: 170px;
    display: block;
}
#LIVE-sub .maintainance-sub h4{
    font-size: 12px;
}

.vip-icon{
    overflow: hidden;
    margin-left: 15px;
    display: inline-block;
    color: #efbb03;
    font-size: 14px;
    font-weight: bold;
    font-family: "微軟正黑體";
    vertical-align: middle;
}

/* Details_Button 點擊詳情按鈕 */
.btn-details-dynamic img{ 
    display: inline-block;   
    width: 90px; 
    height: auto;
    padding: 6px 10px 6px 0px;
}