/*@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
body{ font-size:13px; font-family: Microsoft JhengHei,Arial, Helvetica,sans-serif,nsimsun; color:#333;background-color:#333; ; position:relative;}
a{ color:#333;  }
a:hover{ color:#488fde;}
*/
  
/*   html{
    overflow-y: hidden; 
    position:static;
} */

/*body{
    animation-name: fade-in;
    animation-duration:1s;
    animation-timing-function:ease-in;
}
@keyframes fade-in{
    0%{
        opacity:0;
    }
    100%{
        opacity: 1;
    }
}*/




/*------------------------------------------------------------*/

.bg_box{
    background-image: url(../img/bg.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    position: fixed;
    z-index: -1;

}

.all_box{
    margin: 0px auto;
    padding: 60px 0 100px 0;;
    width: 900px;
    /*max-width: 95%;*/
    text-align: center;
    background-image: url(../img/bg.jpg);
    width: 100%;
    /*height: 100vh;*/
    background-position: center;
    background-size: cover;
    /*position: fixed;*/
    z-index: -1;
   

}

.a_01_box{
    display: block;
}

.a_01{
    margin: 0 auto;
    text-align: center;
    display: block;
}

.a_01 img{
    margin: 0 auto;
    text-align: center;
    max-width: 95%;
}

.a_01.ma01{
    margin: 4% auto;
}


.a_01.ma02{
    margin: 20px auto;
    display: inline-block;
}

.a01_input{
    background-color: rgba(125,125,125,0.58);
    color: #FFFFFF;
    width: 400px;
    max-width: 95%;
    border-radius: 3px;
    display: block;
    margin: 30px auto;
    padding: 15px 0;
    font-size: 20px;
    text-align: center;
    transition: .3s;

}

.a01_input:hover{
    background-color: #993939;
    color: #fff;
}

.a01_f{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 1px #fff solid ;
}

.a01_f:hover{
    border-bottom: 0px #fff solid ;
    color: #fff;
}


.line{
    border-bottom: 3px #fff solid ;
    padding: 30px 0;
    width: 80%;
    margin: 0 auto 30px auto;
}

.ul_01 {
    width: 800px;
    margin: 0 auto;
    max-width: 95%;
}

.ul_01 li{
    display: inline-block;
     width: calc(50% - 30px);
     margin: 0 10px;
}

.ul_01 li a{
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 10px auto;
    padding: 15px 0;
    border-radius: 5px;
    background-color: rgba(252,0,0,0.561);
    color: #FFFFFF;
    transition: .3s;
    text-align: center;
}


.ul_01 li a:hover{
        background-color: rgba(255,255,255,0.102);
}


.video_box{
    width: 330px;
    display: inline-block;
    margin: 50px 30px;
}


.a_02{
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.a_02:hover{
    text-decoration:underline;
    color: #fff;
}



.a_03{
    display: block;
    background: linear-gradient(0deg, #44A0A3 0%, #7237BF 59%);
    background: -moz-linear-gradient(0deg, #44A0A3 0%, #7237BF 59%);
    background: -webkit-linear-gradient(0deg, #44A0A3 0%, #7237BF 59%);
    background: -o-linear-gradient(0deg, #44A0A3 0%, #7237BF 59%);
    color: #fff;
    padding: 50px 0;
    width: 300px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 50px auto;
    border-radius: 10px;
    transition: .3s;
}

.a_03:hover{
    transition: .3s;
    color: #fff;
    background: linear-gradient(0deg, #1EC3C9 0%, #A437BF 59%);
background: -moz-linear-gradient(0deg, #1EC3C9 0%, #A437BF 59%);
background: -webkit-linear-gradient(0deg, #1EC3C9 0%, #A437BF 59%);
background: -o-linear-gradient(0deg, #1EC3C9 0%, #A437BF 59%);
}





.i_box_1 {
    display: block;
    background: #0c1534;
    background: -moz-linear-gradient(0deg, #1a3550 0%, #4395c7 100%);
    background: -webkit-linear-gradient(0deg, #1a3550 0%,#4395c7 100%);
    background: linear-gradient(0deg, #1a3550 0%,#4395c7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1534', endColorstr='#4395c7',GradientType=1 );
    width: 100%;
    height: 100%;
    min-width: 1280px;
    height: 100vh;
    background-position: center;
    background-size: cover;
    position: fixed;
    z-index: -1;
}

.all_box_01{
    margin: 0px auto;
    padding: 0px 0 100px 0;;
    width: 1000px;
    max-width: 95%;
    text-align: center;
   

}

.logo_box{
    background: #3283ae;
    background: -moz-linear-gradient(top, #3283ae 0%, #1f3f6e 100%);
    background: -webkit-linear-gradient(top, #3283ae 0%, #1f3f6e 100%);
    background: linear-gradient(to bottom, #3283ae 0%, #1f3f6e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3283ae', endColorstr='#1f3f6e', GradientType=0 );
    border-bottom: 1px solid #000D13;
    
    /*line-height: 73px;*/
    padding: 20px 20px;
    text-align: left;
 
}

.logo_box img{
    display: inline-block;
    vertical-align: middle;
}

.logo_box h1{
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0 10px;
    font-size: 26px;
    font-weight: bold;
    color: #ffe000;
    text-shadow: 2px 1px 3px #353535;
}


.menu_box {
    background: #1b3856;
    border-top: 1px solid #2c6e9a;
    padding: 0 2px;
    overflow: hidden;
}

.menu_a {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 12%, rgba(181,181,181,1) 89%, rgba(145,145,145,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(12%, rgba(238,238,238,1)), color-stop(89%, rgba(181,181,181,1)), color-stop(100%, rgba(145,145,145,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 12%, rgba(181,181,181,1) 89%, rgba(145,145,145,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 12%, rgba(181,181,181,1) 89%, rgba(145,145,145,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 12%, rgba(181,181,181,1) 89%, rgba(145,145,145,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 12%, rgba(181,181,181,1) 89%, rgba(145,145,145,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#919191', GradientType=0 );
    float: left;
    width: 130px;
    height: 35px;
    line-height: 35px;
    margin: 10px 3px 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #323232;
    font-size: 15px;
    transition: none;
    text-align: center;
    text-decoration: none;
}

.menu_a.active{
    background: #ebebeb;
    color: #083776;
    font-weight: 700;
}


.menu_btn{
    background: -moz-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(90,136,0,1) 51%, rgba(158,203,45,1) 100%);
    background: -webkit-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(90,136,0,1) 51%, rgba(158,203,45,1) 100%);
    background: linear-gradient(to bottom, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(90,136,0,1) 51%, rgba(158,203,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ecb2d', endColorstr='#5a8800', GradientType=0 );
    float: right;
    width: 78px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #9EFF86;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    margin: 10px 2px 0 0;
}


.game_subMain {
    clear: both;
    /*height: 565px;*/
    overflow: auto;
    padding: 15px 0px 20px 0px;
    background-color: #ebebeb;
}

.gameSet{
    background-color: #FFF;
    overflow: hidden;
    zoom: 1;
    margin: 10px 21px;
    line-height: 20px;
    color: #4D4D4D;
    border: 1px solid #D4D4D4;
    border-top: none;
}

.bg_subTitle, .TitleSet {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(229,229,229,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0 );
    background-repeat: repeat-x;
    /*height: 25px;*/
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #D4D4D4;
    border-top: 1px solid #D4D4D4;
    overflow: hidden;
}



.lottery_Title {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(229,229,229,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0 );
    background-repeat: repeat-x;
    height: 30px;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #D4D4D4;
    border-top: 1px solid #D4D4D4;
    overflow: hidden;
}

.lottery_box {
    width: 100%;
}

.lottery_box dl {
    display: inline-block;
    width: 43%;
    margin: 15px 25px;
    vertical-align: top;
}

.lottery_box dd {
    display: inline-block;
    width: 96%;
    font-size: 15px;
    margin: 10px 0 0 10px;
    text-align: justify;
}



.lottery_01 {
    background: url(../img/lottery_01.jpg) no-repeat;
    background-size: 100% auto;
}

.lottery_02 {
    background: url(../img/lottery_02.jpg) no-repeat;
    background-size: 100% auto;
}

.lottery_03 {
    background: url(../img/lottery_03.jpg) no-repeat;
    background-size: 100% auto;
}

.lottery_04 {
    background: url(../img/lottery_04.jpg) no-repeat;
    background-size: 100% auto;
}

.lottery_Title, .live_Title, .game_Title {
    display: inline-block;
    width: 49%;
    text-align: center;
}


.lottery_01, .lottery_02, .lottery_03, .lottery_04 {
    display: inline-block;
    width: 420px;
    height: 305px;
    max-width: calc(100% - 20px);
}

.help_subMenu {
    background: #1b3856;
    border-top: 1px solid #2c6e9a;
    padding: 0 2px;
    overflow: hidden;
}

.help_subMenu p {
    text-align: center;
    padding: 10px;
    color: #fff;
}


.live_box, .game_box {
    width: 100%;
    text-align: center;
}
.live_sa01, .live_sa02, .live_sa03, .live_sa04, 
.live_ebet01, .live_ebet02, .live_ebet03, .live_ebet04, 
.live_Opera01, .live_Opera02, .live_Opera03, .live_Opera04, 
.live_OG01, .live_OG02, .live_OG03, .live_OG04, 
.live_royal01, .live_royal02, .live_royal03, .live_royal04, 
.game_av01, .game_av02, .game_wn01, .game_wn02, 
.game_hb01, .game_hb02, .game_fish01, .game_fish02, 
.game_sa01, .game_sa02 {
    display: inline-block;
    width: calc(50% - 40px);
    height: 250px;
    margin: 15px;
}


.live_sa01 {
    background: url(../img/live_sa01.jpg) no-repeat;
    background-size: 100% auto;
}
.live_sa02 {
    background: url(../img/live_sa02.jpg) no-repeat;
    background-size: 100% auto;
}
.live_sa03 {
    background: url(../img/live_sa03.jpg) no-repeat;
    background-size: 100% auto;
}
.live_sa04 {
    background: url(../img/live_sa04.jpg) no-repeat;
    background-size: 100% auto;
}
.live_ebet01 {
    background: url(../img/live_ebet01.jpg) no-repeat;
    background-size: 100% auto;
}
.live_ebet02 {
    background: url(../img/live_ebet02.jpg) no-repeat;
    background-size: 100% auto;
}
.live_ebet03 {
    background: url(../img/live_ebet03.jpg) no-repeat;
    background-size: 100% auto;
}
.live_ebet04 {
    background: url(../img/live_ebet04.jpg) no-repeat;
    background-size: 100% auto;
}
.live_Opera01 {
    background: url(../img/live_opera01.jpg) no-repeat;
    background-size: 100% auto;
}
.live_Opera02 {
    background: url(../img/live_opera02.jpg) no-repeat;
    background-size: 100% auto;
}
.live_Opera03 {
    background: url(../img/live_opera03.jpg) no-repeat;
    background-size: 100% auto;
}
.live_Opera04 {
    background: url(../img/live_opera04.jpg) no-repeat;
    background-size: 100% auto;
}
.live_OG01 {
    background: url(../img/live_og01.jpg) no-repeat;
    background-size: 100% auto;
}
.live_OG02 {
    background: url(../img/live_og02.jpg) no-repeat;
    background-size: 100% auto;
}
.live_OG03 {
    background: url(../img/live_og03.jpg) no-repeat;
    background-size: 100% auto;
}
.live_OG04 {
    background: url(../img/live_og04.jpg) no-repeat;
    background-size: 100% auto;
}
.live_royal01 {
    background: url(../img/live_royal01.jpg) no-repeat;
    background-size: 100% auto;
}
.live_royal02 {
    background: url(../img/live_royal02.jpg) no-repeat;
    background-size: 100% auto;
}
.live_royal03 {
    background: url(../img/live_royal03.jpg) no-repeat;
    background-size: 100% auto;
}
.live_royal04 {
    background: url(../img/live_royal04.jpg) no-repeat;
    background-size: 100% auto;
}





.game_av01 {
    background: url(../img/game_av01.jpg) no-repeat;
    background-size: 100% auto;
}
.game_av02 {
    background: url(../img/game_av02.jpg) no-repeat;
    background-size: 100% auto;
}
.game_wn01 {
    background: url(../img/game_wn01.jpg) no-repeat;
    background-size: 100% auto;
}
.game_wn02 {
    background: url(../img/game_wn02.jpg) no-repeat;
    background-size: 100% auto;
}
.game_hb01 {
    background: url(../img/game_hb01.jpg) no-repeat;
    background-size: 100% auto;
}
.game_hb02 {
    background: url(../img/game_hb02.jpg) no-repeat;
    background-size: 100% auto;
}
.game_fish01 {
    background: url(../img/game_fish01.jpg) no-repeat;
    background-size: 100% auto;
}
.game_fish02 {
    background: url(../img/game_fish02.jpg) no-repeat;
    background-size: 100% auto;
}
.game_sa01 {
    background: url(../img/game_sa01.jpg) no-repeat;
    background-size: 100% auto;
}
.game_sa02 {
    background: url(../img/game_sa02.jpg) no-repeat;
    background-size: 100% auto;
}



.join_btn{
    position: fixed;
    right: 20px;
    bottom: 10px;
}

.join_btn a{
    background: -moz-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(90,136,0,1) 51%, rgba(158,203,45,1) 100%);
    background: -webkit-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(90,136,0,1) 51%, rgba(158,203,45,1) 100%);
    background: linear-gradient(to bottom, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(90,136,0,1) 51%, rgba(158,203,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ecb2d', endColorstr='#5a8800', GradientType=0 );
    width: 78px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    /*display: inline-block;*/
    text-align: center;
    border: 1px solid #9EFF86;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    margin: 10px 2px 0 0;
    display: none;
}




.gameSet_ul{
    margin-top: 20px;
}

.gameSet_ul li{
    display: inline-block;
    width: calc(33% - 20px);
    vertical-align: top;
    border-radius: 5px;
    padding: 10px;

}

.gameSet_ul_01 li{
    display: inline-block;
    width: calc(50% - 20px);
    vertical-align: top;
    border-radius: 5px;
    padding: 10px;

}

.gameSet_ul_02 li{
    display: inline-block;
    width: calc(100% - 20px);
    vertical-align: top;
    border-radius: 5px;
    padding: 10px;

}

.gameSet_ul li img{
    text-align: center;
    margin: 0 auto 15px auto;
    max-width: 100%;
}

.gameSet_ul li h2{
    text-align: left;
    font-size: 14px;
}
































