@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 0.25s linear, background-color 0.25s linear, border-color 0.25s linear;
	-webkit-transition: color 0.25s linear, background-color 0.25s linear, border-color 0.25s linear;
	-moz-transition: color 0.25s linear, background-color 0.25s linear, border-color 0.25s linear;
	transition: color 0.25s linear, background-color 0.25s linear, border-color 0.25s linear;
}
#wrapper, .header {
	width: 100%;
	margin: 0 auto;
}
body {
	background: url(../images/new_index/index_bg8ccf.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 0px 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/help_icon/help_logo7235.png?20190411) no-repeat;
	width: 191px;
	height: 60px;
	display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.help_title {
	display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0 10px;
	font-size: 26px;
	font-weight: bold;
	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: bold;
	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: bold;
}
.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 0px 20px 0px;
	background-color: #fff;
}
.help_subMain1 {
	clear: both;
	height: 350px;
	overflow: auto;
	padding: 15px 0px 20px 0px;
	background-color: #666;
}
/*新*/
.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: bold;
    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_avia, .sports_pinnacle {
    display: inline-block;
    *display: inline;
    width: 370px;
    height: 220px;
}
.sports_winner {
    background: url(../images/help_icon/sports_winner.jpg) no-repeat;
    background-size: auto 100%;
}
.sports_avia {
    background: url(../images/help_icon/sports_avia.jpg) no-repeat;
    background-size: auto 100%;
}
.sports_pinnacle {
    background: url(../images/help_icon/sports_pinnacle.jpg) 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: 0px 15px 15px 15px;
}
.help_contant dt {
	color: #005fab;
	margin-bottom: 5px;
	margin-top: 20px;
	font-size: 16px;
    font-weight: bold;
}
.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: bold;
}
.TeamViewer1 {
	background: url(../images/help_icon/TeamViewer_01.jpg) no-repeat;
	background-size: 100% auto;
	width: 54px;
	height: 52px;
	display: inline-block;
	*display: inline;
}
.TeamViewer2 {
	background: url(../images/help_icon/TeamViewer_02.jpg) no-repeat;
	background-size: 100% auto;
	width: 274px;
	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 0;
    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: bold;
}
/*遊戲介紹*/
.game_subMain {
	clear: both;
	height: 565px;
	overflow: auto;
	padding: 15px 0px 20px 0px;
	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% 0;
}
.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) no-repeat;
	background-size: 100% auto;
}
.sports_cba {
	background: url(../images/help_icon/sports_cba.jpg) no-repeat;
	background-size: 100% auto;
}
.sports_bj {
	background: url(../images/help_icon/sports_bj.jpg) no-repeat;
	background-size: 100% auto;
}
.sports_kbl {
	background: url(../images/help_icon/sports_kbl.jpg) no-repeat;
	background-size: 100% auto;
}
.sports_sbl {
	background: url(../images/help_icon/sports_sbl.jpg) no-repeat;
	background-size: 100% auto;
}
.sports_el {
	background: url(../images/help_icon/sports_el.jpg) no-repeat;
	background-size: 100% auto;
}
.sports_mlb {
	background: url(../images/help_icon/sports_mlb.jpg) no-repeat;
	background-size: 100% auto;
}
.sports_npb {
	background: url(../images/help_icon/sports_npb.jpg) no-repeat;
	background-size: 100% auto;
}
.sports_kbo {
	background: url(../images/help_icon/sports_kbo.jpg) no-repeat;
	background-size: 100% auto;
}
.sports_cpbl {
	background: url(../images/help_icon/sports_cpbl.jpg) no-repeat;
	background-size: 100% auto;
}
.sports_nhl {
	background: url(../images/help_icon/sports_nhl.jpg) no-repeat;
	background-size: 100% auto;
}
.sports_nfl {
	background: url(../images/help_icon/sports_nfl.jpg) no-repeat;
	background-size: 100% auto;
}
.sports_football {
	background: url(../images/help_icon/sports_football.jpg) 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) 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, .lottery_04 {
	display: inline-block;
	*display: inline;
	width: 420px;
	height: 305px;
}
.lottery_01 {
	background: url(../images/help_icon/lottery_01.jpg) no-repeat;
	background-size: 100% auto;
}
.lottery_02 {
	background: url(../images/help_icon/lottery_02.jpg) no-repeat;
	background-size: 100% auto;
}
.lottery_03 {
	background: url(../images/help_icon/lottery_03.jpg) no-repeat;
	background-size: 100% auto;
}
.lottery_04 {
	background: url(../images/help_icon/lottery_04.jpg) no-repeat;
	background-size: 100% auto;
}
.lottery_win01, .lottery_win02, .lottery_win03, .lottery_win04 {
	display: inline-block;
	*display: inline;
	width: 420px;
	height: 225px;
}
.lottery_win01 {
	background: url(../images/help_icon/lottery_win01.jpg) no-repeat;
	background-size: 100% auto;
}
.lottery_win02 {
	background: url(../images/help_icon/lottery_win02.jpg) no-repeat;
	background-size: 100% auto;
}
.lottery_win03 {
	background: url(../images/help_icon/lottery_win03.jpg) no-repeat;
	background-size: 100% auto;
}
.lottery_win04 {
	background: url(../images/help_icon/lottery_win04.jpg) no-repeat;
	background-size: 100% auto;
}
.lottery_text {
    padding: 10px 20px 0 20px;
    font-size: 15px;
    text-align: justify;
}
/*真人視訊介紹*/
.live_box, .game_box, .poker_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, 
.live_dg01, .live_dg02, .live_wm01, .live_wm02, 
.game_av01, .game_av02, .game_wn01, .game_wn02, 
.game_hb01, .game_hb02, .game_fish01, .game_fish02, 
.game_sa01, .game_sa02, .game_boongo01, .game_boongo02, 
.game_allbet01, .game_allbet02, .poker_tf01, .poker_tf02 {
	display: inline-block;
	*display: inline;
	width: 420px;
	height: 235px;
	margin: 15px;
}
.live_sa01 {
	background: url(../images/help_icon/live_sa01.jpg) no-repeat;
	background-size: 100% auto;
}
.live_sa02 {
	background: url(../images/help_icon/live_sa02.jpg) no-repeat;
	background-size: 100% auto;
}
.live_sa03 {
	background: url(../images/help_icon/live_sa03.jpg) no-repeat;
	background-size: 100% auto;
}
.live_sa04 {
	background: url(../images/help_icon/live_sa04.jpg) no-repeat;
	background-size: 100% auto;
}
.live_ebet01 {
	background: url(../images/help_icon/live_ebet01.jpg) no-repeat;
	background-size: 100% auto;
}
.live_ebet02 {
	background: url(../images/help_icon/live_ebet02.jpg) no-repeat;
	background-size: 100% auto;
}
.live_ebet03 {
	background: url(../images/help_icon/live_ebet03.jpg) no-repeat;
	background-size: 100% auto;
}
.live_ebet04 {
	background: url(../images/help_icon/live_ebet04.jpg) no-repeat;
	background-size: 100% auto;
}
.live_Opera01 {
	background: url(../images/help_icon/live_Opera01.jpg) no-repeat;
	background-size: 100% auto;
}
.live_Opera02 {
	background: url(../images/help_icon/live_Opera02.jpg) no-repeat;
	background-size: 100% auto;
}
.live_Opera03 {
	background: url(../images/help_icon/live_Opera03.jpg) no-repeat;
	background-size: 100% auto;
}
.live_Opera04 {
	background: url(../images/help_icon/live_Opera04.jpg) no-repeat;
	background-size: 100% auto;
}
.live_OG01 {
	background: url(../images/help_icon/live_OG01.jpg) no-repeat;
	background-size: 100% auto;
}
.live_OG02 {
	background: url(../images/help_icon/live_OG02.jpg) no-repeat;
	background-size: 100% auto;
}
.live_OG03 {
	background: url(../images/help_icon/live_OG03.jpg) no-repeat;
	background-size: 100% auto;
}
.live_OG04 {
	background: url(../images/help_icon/live_OG04.jpg) no-repeat;
	background-size: 100% auto;
}
.live_royal01 {
	background: url(../images/help_icon/live_royal01.jpg) no-repeat;
	background-size: 100% auto;
}
.live_royal02 {
	background: url(../images/help_icon/live_royal02.jpg) no-repeat;
	background-size: 100% auto;
}
.live_royal03 {
	background: url(../images/help_icon/live_royal03.jpg) no-repeat;
	background-size: 100% auto;
}
.live_royal04 {
	background: url(../images/help_icon/live_royal04.jpg) no-repeat;
	background-size: 100% auto;
}
.live_dg01 {
	background: url(../images/help_icon/live_dg01.jpg) no-repeat;
	background-size: 100% auto;
}
.live_dg02 {
	background: url(../images/help_icon/live_dg02.jpg) no-repeat;
	background-size: 100% auto;
}
.live_wm01 {
	background: url(../images/help_icon/live_wm01.jpg) no-repeat;
	background-size: 100% auto;
}
.live_wm02 {
	background: url(../images/help_icon/live_wm02.jpg) no-repeat;
	background-size: 100% auto;
}
/*遊戲介紹*/
.game_av01 {
	background: url(../images/help_icon/game_av01.jpg) no-repeat;
	background-size: 100% auto;
}
.game_av02 {
	background: url(../images/help_icon/game_av02.jpg) no-repeat;
	background-size: 100% auto;
}
.game_wn01 {
	background: url(../images/help_icon/game_wn01.jpg) no-repeat;
	background-size: 100% auto;
}
.game_wn02 {
	background: url(../images/help_icon/game_wn02.jpg) 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_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;
}
.game_allbet01 {
	background: url(../images/help_icon/game_allbet01.jpg) no-repeat;
	background-size: 100% auto;
}
.game_allbet02 {
	background: url(../images/help_icon/game_allbet02.jpg) no-repeat;
	background-size: 100% auto;
}
.game_boongo01 {
	background: url(../images/help_icon/game_boongo01.jpg) no-repeat;
	background-size: 100% auto;
}
.game_boongo02 {
	background: url(../images/help_icon/game_boongo02.jpg) no-repeat;
	background-size: 100% auto;
}
/*棋牌介紹*/
.poker_tf01 {
	background: url(../images/help_icon/boardpoker_tf01.jpg) no-repeat;
	background-size: 100% auto;
}
.poker_tf02 {
	background: url(../images/help_icon/boardpoker_tf02.jpg) no-repeat;
	background-size: 100% auto;
}