@charset"utf-8";
/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display:block
}
blockquote, q {
    quotes:none
}
a, ins, :link, :visited {
    text-decoration:none
}
/*purpose To enable resizing for IE (branch For IE6-Win, IE7-Win) */
input, button, textarea, select {
    *font-size:100%
}
ol, ul, li {
    list-style:none
}
blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none
}
/******* 分隔線 *******/
:link, :visited, :hover, :active, :focus {
    -o-transition:color .25s linear, background-color .25s linear, border-color .25s linear;
    -webkit-transition:color .25s linear, background-color .25s linear, border-color .25s linear;
    -moz-transition:color .25s linear, background-color .25s linear, border-color .25s linear;
    transition:color .25s linear, background-color .25s linear, border-color .25s linear
}
#wrapper, .header {
    width:100%;
    margin:0 auto
}
body {
    background:url(../../images/index_icon/index_bg.jpg?2019062801) repeat-y top left #444;
    background-size:cover;
    font-family:Arial, 微軟正黑體, microsoft jhenghei, 新細明體, pmingliu, Georgia, times new roman, Times, serif
}
/* 幫助中心(Title、LOGO、選項列)*/
.boxs_help {
    min-width:320px;
    max-width:1000px;
    height:703px;
    overflow-y:hidden;
    box-shadow:2px 0 12px 0 rgba(0, 0, 0, .5)
}
@media(max-width:320px) {
    .boxs_help {
        width:100%
    }
}
.help_top {
    background:#fff;
    background:-moz-linear-gradient(top, #ccc 0%, #fff 100%);
    background:-webkit-linear-gradient(top, #ccc 0%, #fff 100%);
    background:linear-gradient(to bottom, #ccc 0%, #fff 80%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#fff', GradientType=0);
    border-bottom:1px solid #888;
    height:75px;
    line-height:73px
}
.help_logo {
    background:url(../../images/index_icon/header_logo.png?2021071401) no-repeat;
    width:191px;
    height:60px;
    display:inline-block;
    vertical-align:middle;
    margin-left:10px;
    background-size:100% auto
}
.help_title {
    display:inline-block;
    vertical-align:middle;
    margin:5px 0 0 10px;
    font-size:26px;
    font-weight:700;
    color:#444
}
.help_subMenu {
    background:#777;
    border-top:1px solid #ccc;
    padding:0 2px;
    overflow:hidden
}
.btn_subMenu { /*標籤按紐*/
    float:left;
    width:130px;
    height:35px;
    line-height:35px;
    margin:10px 3px 0;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    color:#fff;
    font-size:15px;
    font-weight:700;
    transition:none;
    text-align:center;
    text-decoration:none
}
@media(max-width:320px) {
    .btn_subMenu {
        width:110px
    }
}
.subSelected, .btn_subMenu:hover {
    background:#fff;
    color:#222
}
.subSelected {
    font-weight:700
}
.online_service_button { /*客服按紐*/
    background:#ff6d6d;
    background:-moz-linear-gradient(top, #ffd5d5 0%, #cc4747 50%, #921a1a 51%, #d47272 100%);
    background:-webkit-linear-gradient(top, #ffd5d5 0%, #cc4747 50%, #921a1a 51%, #d47272 100%);
    background:linear-gradient(to bottom, #ffd5d5 0%, #cc4747 50%, #921a1a 51%, #d47272 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd5d5', endColorstr='#d47272', GradientType=0);
    box-shadow:0 0 5px 0 rgba(0, 0, 0, .5);
    float:right;
    padding:5px 10px;
    margin:7px 7px 0 0;
    color:#fff;
    text-shadow:#000 1px 1px 3px;
    border:1px solid #777;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    cursor:pointer
}
.online_service_button:hover {
    background:#0ea2f9;
    background:-moz-linear-gradient(top, #ddf6ff 0%, #3482a7 50%, #3b64a0 51%, #5da3cc 100%);
    background:-webkit-linear-gradient(top, #ddf6ff 0%, #3482a7 50%, #3b64a0 51%, #5da3cc 100%);
    background:linear-gradient(to bottom, #ddf6ff 0%, #3482a7 50%, #3b64a0 51%, #5da3cc 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5da3cc', endColorstr='#3b64a0', GradientType=0)
}
.help_subMain {
    clear:both;
    height:546px;
    overflow:auto;
    padding:15px 0 20px;
    background-color:#fff
}
.help_subMain1 {
    clear:both;
    height:350px;
    overflow:auto;
    padding:15px 0 20px;
    background-color:#666
}
.help_text_red {
    color:red
}
.sports_box50, .lottery_box50, .live_box50, .slot_box50, .poker_box50, .fish_box50 {
    display:inline-block;
    *display:inline;
    width:48%;
    border:1px solid #d4d4d4;
    background:#fff;
    margin:10px 5px;
    vertical-align:top
}
.top_title {
    width:100%;
    line-height:34px;
    background:#777;
    text-align:center;
    font-size:18px;
    font-weight:700;
    color:#fff
}
.sports_img, .lottery_img, .live_img, .slot_img, .poker_img, .fish_img {
    width:100%;
    text-align:center;
    margin:15px auto
}
.sports_winner, .sports_pinnacle, .sports_maja {
    display:inline-block;
    *display:inline;
    width:370px;
    height:220px
}
.sports_winner {
    background:url(../../images/help_icon/sports_winner.jpg?20200807) no-repeat;
    background-size:auto 100%
}
.sports_pinnacle {
    background:url(../../images/help_icon/sports_pinnacle.jpg?20200807) no-repeat;
    background-size:auto 100%
}
.sports_maja {
    background:url(../../images/help_icon/sports_maja.jpg?20200807) no-repeat;
    background-size:auto 100%
}
/*儲值、託售、演示教程*/
.help_border {
    background-color:#efefef;
    border-top:1px solid #fff;
    border-bottom:1px solid #d4d4d4;
    height:30px;
    line-height:28px
}
.help_border a {
    margin:0 10px;
    color:#ca0000;
    transition:none
}
.help_border a:hover {
    color:#083776;
    text-decoration:underline
}
.help_contant {
    background-color:#fff;
    overflow:hidden;
    zoom:1;
    margin:10px 21px;
    line-height:20px;
    color:#444;
    border:1px solid #d4d4d4
}
.help_contant_spec {
    padding:0 15px 15px
}
.help_contant dt {
    color:#005fab;
    margin-bottom:5px;
    margin-top:20px;
    font-size:16px;
    font-weight:700
}
.help_contant dd, .help_contant li {
    font-size:14px
}
.help_contant ol {
    list-style-position:outside;
    margin-bottom:5px;
    font-size:14px
}
.help_contant li {
    list-style-type:decimal;
    margin:7px 0 0 20px
}
.help_subMenu p {
    text-align:center;
    padding:10px;
    color:#fff;
    font-size:18px;
    font-weight:700
}
.TeamViewer1 {
    background:url(../../images/help_icon/teamviewer_icon.jpg) no-repeat;
    background-size:100% auto;
    width:54px;
    height:72px;
    display:inline-block;
    *display:inline
}
.TeamViewer2 {
    background:url(../../images/help_icon/teamviewer.jpg) no-repeat;
    background-size:100% auto;
    width:550px;
    height:378px
}
/*線上客服*/
.serviceList1 {
    float:left;
    width:60%;
    margin:20px 10px 10px 5px;
    background:#ebebeb;
    border:1px solid #d4d4d4;
    border-top:none
}
.serviceList2 {
    float:left;
    width:37%;
    margin:20px 0 10px;
    background:#ebebeb;
    border:1px solid #d4d4d4;
    border-top:none
}
.TitleSet, .bg_subTitle {
    width:100%
}
.bg_subTitle, .TitleSet {
    background:#fff;
    background:-moz-linear-gradient(top, #fff 0%, #e5e5e5 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e5e5e5));
    background:-webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%);
    background:-o-linear-gradient(top, #fff 0%, #e5e5e5 100%);
    background:-ms-linear-gradient(top, #fff 0%, #e5e5e5 100%);
    background:linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
    background-repeat:repeat-x;
    height:25px;
    text-align:center;
    padding-top:5px;
    border-bottom:1px solid #d4d4d4;
    border-top:1px solid #d4d4d4;
    overflow:hidden
}
.picSet {
    height:200px;
    margin:50px auto 0;
    text-align:center
}
.service1 {
    display:inline-block;
    *display:inline
}
.marginR {
    margin-right:7%
}
.service1 .pic_01 {
    background:url(../../images/help_icon/pic_ptzt1.jpg) no-repeat;
    background-size:100% auto;
    width:100px;
    height:115px;
    display:inline-block;
    *display:inline
}
.service1 .pic_02 {
    background:url(../../images/help_icon/pic_ptzt2.jpg) no-repeat;
    background-size:100% auto;
    width:100px;
    height:115px;
    display:inline-block;
    *display:inline
}
.service1 .pic_03 {
    background:url(../../images/help_icon/pic_ptzt3.jpg) no-repeat;
    background-size:100% auto;
    width:100px;
    height:115px;
    display:inline-block;
    *display:inline
}
.service2 {
    background:url(../../images/cs/QRcode_line.jpg) no-repeat;
    background-size:100% auto;
    width:120px;
    height:120px;
    display:inline-block;
    *display:inline
}
.picSet .text {
    color:#1c8f91;
    font-size:14px;
    font-weight:700
}
/*遊戲介紹*/
.game_subMain {
    clear:both;
    height:565px;
    overflow:auto;
    padding:15px 0 20px;
    background-color:#ebebeb
}
.lottery_Title {
    background:#fff;
    background:-moz-linear-gradient(top, #fff 0%, #e5e5e5 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e5e5e5));
    background:-webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%);
    background:-o-linear-gradient(top, #fff 0%, #e5e5e5 100%);
    background:-ms-linear-gradient(top, #fff 0%, #e5e5e5 100%);
    background:linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
    background-repeat:repeat-x;
    height:25px;
    width:100%;
    text-align:center;
    padding-top:5px;
    border-bottom:1px solid #d4d4d4;
    border-top:1px solid #d4d4d4;
    overflow:hidden
}
.gameSet {
    background-color:#fff;
    overflow:hidden;
    zoom:1;
    margin:10px 21px;
    line-height:20px;
    color:#4d4d4d;
    border:1px solid #d4d4d4;
    border-top:none
}
/*體彩介紹*/
.big_box1 {
    width:98%;
    padding:25px 0 5px 25px
}
.big_box2 {
    width:98%;
    padding:25px 0 25px 25px
}
.big_box3 {
    width:95%;
    margin:25px auto;
    text-align:center
}
.small_box1 {
    display:inline-block;
    *display:inline;
    width:47%;
    margin:0 2% 2% 0
}
.small_box2 {
    display:inline-block;
    *display:inline;
    width:100%;
    margin:0 0 2%
}
.small_box3 {
    display:inline-block;
    *display:inline;
    margin-top:2%;
    text-align:left
}
.big_box1 dd {
    display:inline-block;
    *display:inline;
    width:75%;
    margin-left:10px;
    vertical-align:top;
    font-size:14px;
    text-align:justify
}
.big_box2 dd {
    display:inline-block;
    *display:inline;
    width:84%;
    margin-left:10px;
    vertical-align:top;
    font-size:14px;
    text-align:justify
}
.sports_nba, .sports_cba, .sports_bj, .sports_kbl, .sports_sbl, .sports_el, .sports_mlb, .sports_npb, .sports_kbo, .sports_cpbl, .sports_nhl, .sports_nfl {
    display:inline-block;
    *display:inline;
    width:87px;
    height:87px
}
.sports_nba {
    background:url(../../images/help_icon/sports_nba.jpg?20200709) no-repeat;
    background-size:100% auto
}
.sports_cba {
    background:url(../../images/help_icon/sports_cba.jpg?20200709) no-repeat;
    background-size:100% auto
}
.sports_bj {
    background:url(../../images/help_icon/sports_bj.jpg?20200709) no-repeat;
    background-size:100% auto
}
.sports_kbl {
    background:url(../../images/help_icon/sports_kbl.jpg?20200709) no-repeat;
    background-size:100% auto
}
.sports_sbl {
    background:url(../../images/help_icon/sports_sbl.jpg?20200709) no-repeat;
    background-size:100% auto
}
.sports_el {
    background:url(../../images/help_icon/sports_el.jpg?20200709) no-repeat;
    background-size:100% auto
}
.sports_mlb {
    background:url(../../images/help_icon/sports_mlb.jpg?20200709) no-repeat;
    background-size:100% auto
}
.sports_npb {
    background:url(../../images/help_icon/sports_npb.jpg?20200709) no-repeat;
    background-size:100% auto
}
.sports_kbo {
    background:url(../../images/help_icon/sports_kbo.jpg?20200709) no-repeat;
    background-size:100% auto
}
.sports_cpbl {
    background:url(../../images/help_icon/sports_cpbl.jpg?20200709) no-repeat;
    background-size:100% auto
}
.sports_nhl {
    background:url(../../images/help_icon/sports_nhl.jpg?20200709) no-repeat;
    background-size:100% auto
}
.sports_nfl {
    background:url(../../images/help_icon/sports_nfl.jpg?20200709) no-repeat;
    background-size:100% auto
}
.sports_football {
    background:url(../../images/help_icon/sports_football.jpg?20200709) no-repeat;
    background-size:100% auto;
    display:inline-block;
    *display:inline;
    width:750px;
    height:120px
}
.sports_tennis {
    background:url(../../images/help_icon/sports_tennis.jpg?20200709) no-repeat;
    background-size:100% auto;
    display:inline-block;
    *display:inline;
    width:750px;
    height:120px
}
/*彩球介紹*/
.lottery_Title, .live_Title, .game_Title, .poker_Title {
    display:inline-block;
    *display:inline;
    width:49%;
    text-align:center
}
.lottery_box {
    width:100%
}
.lottery_box dl {
    display:inline-block;
    *display:inline;
    width:44%;
    margin:15px 25px;
    vertical-align:top
}
.lottery_box dd {
    display:inline-block;
    *display:inline;
    width:96%;
    font-size:15px;
    margin:10px 0 0 10px;
    text-align:justify
}
.lottery_01, .lottery_02, .lottery_03 {
    display:inline-block;
    *display:inline;
    width:420px;
    height:305px
}
.lottery_win01, .lottery_win02, .lottery_amg01, .lottery_amg02, .lottery_04 {
    display:inline-block;
    *display:inline;
    width:420px;
    height:235px;
    margin:15px
}
.lottery_win01 {
    background:url(../../images/help_icon/lottery_win01.jpg?20200807) no-repeat;
    background-size:100% auto
}
.lottery_win02 {
    background:url(../../images/help_icon/lottery_win02.jpg?20200807) no-repeat;
    background-size:100% auto
}
.lottery_amg01 {
    background:url(../../images/help_icon/lottery_amg01.jpg?20200807) no-repeat;
    background-size:100% auto
}
.lottery_04 {
	background: url(../images/help_icon/lottery_04.jpg) no-repeat;
	background-size: 100% auto;
}
.lottery_text {
    padding:10px 20px 0;
    font-size:15px;
    text-align:justify
}
/*真人視訊介紹*/
.live_box, .game_box, .poker_box {
    width:100%;
    text-align:center
}
.live_sa01, .live_sa02, .live_Opera01, .live_Opera02, .live_OG01, .live_OG02, .live_dg01, .live_dg02, .live_wm01, .live_wm02, .live_nine01, .live_nine02, .game_av01, .game_av02, .game_wn01, .game_wn02, .game_cg01, .game_cg02, .game_boongo01, .game_boongo02, .game_fg01, .game_fg02, .game_ka01, .game_ka02, .game_rtg01, .game_rtg02, .fishing_rtg01, .fishing_rtg02, .fishing_fg01, .fishing_fg02, .poker_vg01, .poker_vg02, .poker_fg01, .poker_fg02, .poker_bole01, .poker_bole02 {
    display:inline-block;
    *display:inline;
    width:420px;
    height:235px;
    margin:15px
}
.live_sa01 {
    background:url(../../images/help_icon/live_sa01.jpg?20200807) no-repeat;
    background-size:100% auto
}
.live_sa02 {
    background:url(../../images/help_icon/live_sa02.jpg?20200807) no-repeat;
    background-size:100% auto
}
.live_Opera01 {
    background:url(../../images/help_icon/live_Opera01.jpg?20200807) no-repeat;
    background-size:100% auto
}
.live_Opera02 {
    background:url(../../images/help_icon/live_Opera02.jpg?20200807) no-repeat;
    background-size:100% auto
}
.live_OG01 {
    background:url(../../images/help_icon/live_OG01.jpg?20200807) no-repeat;
    background-size:100% auto
}
.live_OG02 {
    background:url(../../images/help_icon/live_OG02.jpg?20200807) no-repeat;
    background-size:100% auto
}
.live_dg01 {
    background:url(../../images/help_icon/live_dg01.jpg?20200807) no-repeat;
    background-size:100% auto
}
.live_dg02 {
    background:url(../../images/help_icon/live_dg02.jpg?20200807) no-repeat;
    background-size:100% auto
}
.live_wm01 {
    background:url(../../images/help_icon/live_wm01.jpg?20200807) no-repeat;
    background-size:100% auto
}
.live_wm02 {
    background:url(../../images/help_icon/live_wm02.jpg?20200807) no-repeat;
    background-size:100% auto
}
.live_nine01 {
    background:url(../../images/help_icon/live_nine01.jpg?20200807) no-repeat;
    background-size:100% auto
}
.live_nine02 {
    background:url(../../images/help_icon/live_nine02.jpg?20200807) no-repeat;
    background-size:100% auto
}
/*遊戲介紹*/
.game_av01 {
    background:url(../../images/help_icon/game_av01.jpg?20200807) no-repeat;
    background-size:100% auto
}
.game_av02 {
    background:url(../../images/help_icon/game_av02.jpg?20200807) no-repeat;
    background-size:100% auto
}
.game_wn01 {
    background:url(../../images/help_icon/game_wn01.jpg?20200807) no-repeat;
    background-size:100% auto
}
.game_wn02 {
    background:url(../../images/help_icon/game_wn02.jpg?20200807) no-repeat;
    background-size:100% auto
}
.game_hb01 {
	background: url(../images/help_icon/game_hb01.jpg) no-repeat;
	background-size: 100% auto;
}
.game_hb02 {
	background: url(../images/help_icon/game_hb02.jpg) no-repeat;
	background-size: 100% auto;
}
.game_fish01 {
	background: url(../images/help_icon/game_fish01.jpg) no-repeat;
	background-size: 100% auto;
}
.game_fish02 {
	background: url(../images/help_icon/game_fish02.jpg) no-repeat;
	background-size: 100% auto;
}
.game_cg01 {
    background:url(../../images/help_icon/game_cg01.jpg?20200807) no-repeat;
    background-size:100% auto
}
.game_cg02 {
    background:url(../../images/help_icon/game_cg02.jpg?20200807) no-repeat;
    background-size:100% auto
}
.game_boongo01 {
    background:url(../../images/help_icon/game_boongo01.jpg?20200807) no-repeat;
    background-size:100% auto
}
.game_boongo02 {
    background:url(../../images/help_icon/game_boongo02.jpg?20200807) no-repeat;
    background-size:100% auto
}
.game_fg01 {
    background:url(../../images/help_icon/game_fg01.jpg?20200807) no-repeat;
    background-size:100% auto
}
.game_fg02 {
    background:url(../../images/help_icon/game_fg02.jpg?20200807) no-repeat;
    background-size:100% auto
}
.game_ka01 {
    background:url(../../images/help_icon/game_ka01.jpg?20200807) no-repeat;
    background-size:100% auto
}
.game_ka02 {
    background:url(../../images/help_icon/game_ka02.jpg?20200807) no-repeat;
    background-size:100% auto
}
.game_rtg01 {
    background:url(../../images/help_icon/game_rtg01.jpg?20200807) no-repeat;
    background-size:100% auto
}
.game_rtg02 {
    background:url(../../images/help_icon/game_rtg02.jpg?20200807) no-repeat;
    background-size:100% auto
}
.game_sa01 {
	background: url(../images/help_icon/game_sa01.jpg) no-repeat;
	background-size: 100% auto;
}
.game_sa02 {
	background: url(../images/help_icon/game_sa02.jpg) no-repeat;
	background-size: 100% auto;
}
/*棋牌介紹*/
.poker_vg01 {
    background:url(../../images/help_icon/poker_vg01.jpg?20200807) no-repeat;
    background-size:100% auto
}
.poker_vg02 {
    background:url(../../images/help_icon/poker_vg02.jpg?20200807) no-repeat;
    background-size:100% auto
}
.poker_bole01 {
    background:url(../../images/help_icon/poker_bole01.jpg?20200807) no-repeat;
    background-size:100% auto
}
.poker_bole02 {
    background:url(../../images/help_icon/poker_bole02.jpg?20200807) no-repeat;
    background-size:100% auto
}
.poker_fg01 {
    background:url(../../images/help_icon/poker_fg01.jpg?20200807) no-repeat;
    background-size:100% auto
}
.poker_fg02 {
    background:url(../../images/help_icon/poker_fg02.jpg?20200807) no-repeat;
    background-size:100% auto
}
/*捕魚介紹*/
.fishing_rtg01 {
    background:url(../../images/help_icon/fishing_rtg01.jpg?20200807) no-repeat;
    background-size:100% auto
}
.fishing_rtg02 {
    background:url(../../images/help_icon/fishing_rtg02.jpg?20200807) no-repeat;
    background-size:100% auto
}
.fishing_fg01 {
    background:url(../../images/help_icon/fishing_fg01.jpg?20200807) no-repeat;
    background-size:100% auto
}
.fishing_fg02 {
    background:url(../../images/help_icon/fishing_fg02.jpg?20200807) no-repeat;
    background-size:100% auto
}