@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 {
	width: 100%;
	background: url(../images/Index_icon/back_ground.jpg) top left repeat-x #1b3550;
	font-family: "Microsoft JhengHei", "微軟正黑體", "PMingLiU", "新細明體", Arial, Georgia, "Times New Roman", Times, serif;
}
/* 幫助中心(Title、LOGO、選項列)*/
.boxs_help {
	min-width: 320px;
	max-width: 980px;
	overflow-y: hidden;
	box-shadow: 2px 0 12px 0px rgba(20%,20%,20%,0.5);
}
@media (max-width: 320px) {
	.boxs_help {
		width: 100%;
	}
}
.help_top {
	background: #3283ae; /* Old browsers */
	background: -moz-linear-gradient(top, #3283ae 0%, #1f3f6e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3283ae 0%, #1f3f6e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3283ae 0%, #1f3f6e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3283ae', endColorstr='#1f3f6e', GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #000D13;
	height: 75px;
	line-height: 73px;
}
.help_logo {
	background: url(../images/help_icon/help_logoa113.png?1171) no-repeat;
	width: 230px;
	height: 64px;
	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: #ffe000;
	text-shadow: 2px 1px 3px #353535;
}
.help_subMenu {
	background: #1b3856;
	border-top: 1px solid #2c6e9a;
	padding: 0 2px;
	overflow: hidden;
}
.btn_subMenu { /*標籤按紐*/
	background: rgb(255,255,255); /* Old browsers */
	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%); /* FF3.6+ */
	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))); /* Chrome,Safari4+ */
	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%); /* Chrome10+,Safari5.1+ */
	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%); /* Opera 11.10+ */
	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%); /* IE10+ */
	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%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#919191', GradientType=0 ); /* IE6-9 */
	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;
}
@media (max-width: 320px) {
	.btn_subMenu {
		width: 110px;
	}
}
.subSelected, .btn_subMenu:hover {
	background: #ebebeb;
	color: #083776;
}
.subSelected {
	font-weight: bold;
}
.online_service_button { /*客服按紐*/
	background: rgb(191,210,85); /* Old browsers */
	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%); /* FF3.6-15 */
	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%); /* Chrome10-25,Safari5.1-6 */
	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%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ecb2d', endColorstr='#5a8800', GradientType=0 ); /* IE6-9 */
	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;
}
.online_service_button:hover {
	background: rgb(230,240,163); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 51%, rgba(219,240,67,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 51%, rgba(219,240,67,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 51%, rgba(219,240,67,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=0 ); /* IE6-9 */
}
.help_subMain {
	clear: both;
	height: 500px;
	overflow: auto;
	padding: 15px 0px 20px 0px;
	background-color: #ebebeb;
}
.help_subMain1 {
	clear: both;
	height: 350px;
	overflow: auto;
	padding: 15px 0px 20px 0px;
	background-color: #ebebeb;
}
/*儲值、託售、演示教程*/
.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;
}
.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: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
	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: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
	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 {
	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;
}
/*真人視訊介紹*/
.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;
	*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;
}
/*遊戲介紹*/
.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;
}