﻿@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    overflow-y:scroll;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */

html,body {
	-webkit-text-size-adjust: none;
	width: 100%;
    height:100%;
    font-family: Arial, "微軟正黑體" !important;
}

a{text-decoration: none;}

img{vertical-align:middle}

.child_hyperlink{
    cursor: pointer;
}
.child_hyperlink span{
    text-decoration:underline;
    cursor: pointer;
}

.bodyBox {
	width: 1000px;
	margin: 0 auto;
	z-index: 99;
	position: relative;
}
header {
    width: 1000px;
    height: 80px;
    background-color: #30679f;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.titleLogo {
    display: block;
    position: absolute;
    width:50px;
    height:50px;
    top:15px;
    background-repeat: no-repeat;
}
.titleLogo.ku {
    width:67px;
    height:50px;
    top:20px;    
    background-image: url(/images/graph/site/logo.svg);
    background-size: 67px;
}

.titleName {
	display: block;
	position: relative;
	left: 70px;
	top: 30px; 
    background-repeat:no-repeat;
    width:200px;
    height:80px;           
}
.titleName.ku {
	left: 85px;
}
    .titleName.th_title {
        width:212px;
        top: 22px;
    }
.tw_title{
    background-image:url(/images/40/tw_title_text.png);
}
.cn_title{
    background-image:url(/images/40/cn_title_text.png);
}
.vn_title {
    background-image:url(/images/40/vn_title_text.png);
}
.th_title{
    background-image:url(/images/40/th_title_text.png);
}
.id_title {
	background-image: url(/images/40/id_title_text.png);
}

.Vn_Name {
	width: 280px;
	background-position: bottom left;
}

.black_t{
    color:#000000;
}
.reportBody {
    background-color: #e8ecf0;
    width: 1050px;
    height: 100%;
    margin: 0 auto;
}

a.caption {
	display: block;
	height: 19px;
	position: absolute;
	top: 32px;
	color: #b7cbe2;
	font-size: 12px;
	padding-left: 25px;
	line-height: 19px;
	left: 185px;
	background: url('/report/images/icon_caption.png') 0px 0px no-repeat;
}

a.caption.vn {
	left: 275px;
}

a.caption.th {
	left: 285px;
	top: 35px;
}

a.caption:hover {
	filter:alpha(opacity=80); opacity:0.8;
}

.qst_BOX {
    font-size: 12px;
    position: absolute;
    padding-left: 8px;
    display: none;
    background: url('/report/images/iconBg.png') left center no-repeat;
    left: 255px;
    top: 18px;
}

.qst_BOX.vn {
    left: 365px;
    top: 8px;
}

.qst_BOX.th {
    left: 365px;
    top: 13px;
}

.qst_BOX.ku {
    left: 285px;
}

.qst_BOX.ku.vn {
    left: 310px;
}

.qst_BOX.ku.th {
    left: 325px;
}

.qst_BOX span{
	width: 340px;
	display: block;
	line-height: 1.5;
	padding: 5px 8px;
	text-indent: -11px;
	padding-left: 22px;
	/*color: #707070;*/
    color: #FF0004;
	border-radius: 5px;
	background: #fff;
}

.service {
	width: 68px;
	display: block;
	height: 77px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background: url('/report/images/title_LOGO.png') center right no-repeat;
}

/*-- 選單 --*/
.searchItem {
    width: 1025px;
    height: 40px;
    background-color: #d4dae1;
    position: relative;
    position: sticky;
    top: 0;
    padding-left: 25px;
    z-index: 101;
}

.searchItem ul {
	margin-left: 12px;
}
.searchItem li {
	float: left;
	line-height: 30px;
}
.searchItem li a {
	color: #2a4a74;
	display: block;
	width: 110px;
	text-align: center;
	font-size: 14px;
	background-color: #fff;
	margin-right: 5px;
	border-radius: 3px;
	margin-top: 4px;
	border: 1px solid #9eb2c1;
}
.searchItem li a:hover {
	background-color: #4a779f;
	color: #fff;
	border: 1px solid #4a779f;
}
.searchItem li a.onSearch {
	background-color: #4a779f;
	width: 110px;
	color: #fff;
	border: 1px solid #4a779f;
}

/*-- 子選單 --*/
.subSearchItem {
    width: 100%;
    height: 40px;
    position: sticky;
    top: 40px;
    z-index: 100;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #d4dae1;
}
.subSearchItem li {
	line-height: 30px;
    color: #2a4a74;
	display: inline-block;
	width: 140px;
	text-align: center;
	font-size: 14px;
	background-color: #fff;
	margin-right: 5px;
	border-radius: 3px;
	margin-top: 4px;
	border: 1px solid #9eb2c1;
    cursor: pointer;
}
.subSearchItem li:hover {
	background-color: #4a779f;
	color: #fff;
	border: 1px solid #4a779f;
}
.subSearchItem li.onSearch {
	background-color: #4a779f;
	color: #fff;
	border: 1px solid #4a779f;
}


.NavBox {
	right: 0;
	height: 40px;
	position: absolute;
}

.NavBoxA {
	width: 925px;
	left: 0;
}

.navBetStatus ul, .NavBoxA ul {
	border: 1px solid #85a4c0;
	border-radius: 3px;
	height: 26px;
	display: inline-block;
	background-color: #fff;
	margin-top: 6px;
	margin-right: 10px;
	float: right;
}
.navBetStatus li, .NavBoxA li {
	float: left;
	color: #6c8298;
	padding: 0 15px;
	font-size: 12px;
	line-height: 26px;
	border-right: 1px solid #e0e9ef;
	cursor: pointer;
}

.navBetStatus li:hover,.NavBoxA li:hover {
	background-color: #5081b3;
	color: #fff;
}

li.onNav {
	background-color: #5081b3;
	color: #fff;
}

.divRefresh {
    float: right;
}

.replace {
	margin-top: 7px;
	border: 0;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	padding: 0 20px;
	background-color: #5081b3;
	color: #fff;
	border-radius: 3px;
	float: right;
	margin-right: 15px;
	cursor: pointer;
}
.goBack {
    border: 1px solid #9eb2c1;
    line-height: 0px;
    padding: 0 14px 1px 24px;
    color: #6c8298;
    background: url('/report/images/icon_goBack.png') no-repeat 13px 6px #fff;
}
.comment {
    display: inline-block;
	float: left;
	margin-left: 15px;
	margin-top: 7px;
	/*margin-right: 40px;*/
	height: 26px;
	line-height: 26px;
}

.pageCountSet {
    position:relative;
    display: inline-block;
    float: right;
    line-height: 26px;
	height: 26px;
    margin-right: 15px;
    margin-top: 7px;
}

.displayTable{
    display:table
}

.displayTableCell{
    display: table-cell;
}

.NavBox_lastPage {
    position: absolute;
    top: 3px;
    left: -18%;
    display: block;
    height: 19px;
    width: 24px;
    background: url(../images/icon_arrowL.png) no-repeat 4px center;
    background-size: 61%;
    border: 1px solid #767676;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
}

.NavBox_nextPage {
    position: absolute;
    top: 3px;
    left: 51%;
    display: block;
    height: 19px;
    width: 24px;
    background: url(../images/icon_arrowR.png) no-repeat 5px center;
    background-size: 61%;
    border: 1px solid #767676;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
}

.NavBox_nextPage.vn, .NavBox_nextPage.th {
    left: 45%;
}

.NavBox_lastPage.vn, .NavBox_lastPage.th {
    left: -15%;
}

    .NavBox_lastPage:hover, .NavBox_nextPage:hover {
        background-color: #f9f9f9;
    }

.verticalAlignMiddle{
    vertical-align: middle;
}

.btnBox {
	float: right;
	width: 275px;
}
.w158 {
	width:158px;
}
.w80 {
	width: 80px;
}

.navBetStatus{
    float:left;
}
.btnBox font {
	float: left;
	font-size: 12px;
	color: #718296;
	margin-right: 5px;
	line-height: 26px;
	height: 26px;
	margin-top: 7px;
}
.InquireInput{
	width: 65px;
	color: #6c8298;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	padding-left: 10px;
	background:  #FFF;
	float:right;
	margin: 7px 4px;
}
    .InquireInput.th {
        width: 77px;
    }

.InputA{
	width: 40px;
	color: #6c8298;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	padding-left: 10px;
	background:  #FFF;
	float: left;
	margin: 7px 5px;
}

.InputSelectPageSize{
    display:inline-block;
	width: 65px;
	color: #6c8298;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	padding-left: 10px;
	background:  #FFF;
	/*float: left;*/
	margin: 0px 5px;
}

.btnBox font {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.itemSelect {
	background: url('/report/images/icon_DownS.png') no-repeat center right #FFF;
	cursor: pointer;
    width: 65px;
}
    .InquireInput.th .itemSelect {  
        width: 77px;
    }


.InquireInput::-webkit-input-placeholder { color: #abb6cf;}/* Chrome/Opera/Safari */
.InquireInput::-moz-placeholder { color: #abb6cf;} /* Firefox 19+ */
.InquireInput:-ms-input-placeholder { color: #abb6cf;} /* IE 10+ */
.InquireInput:-moz-placeholder { color: #abb6cf;} /* Firefox 18- */

.InquireInput ul li {
    display: block;
    width: 65px;
    height: 25px;
	background-color: #fff;
    padding-left: 10px;
	z-index:99;
    float: left;
	border-left: 1px solid #b4c6d2;
	border-right: 1px solid #b4c6d2;
    position: relative;
    left: -11px;
	top:0px;
	color:#495d71;
}
    .InquireInput.th ul li {
        width: 75px;
    }

.InquireInput ul {
    margin-left: 0px;
}

.InquireInput ul li:nth-child(1) {
    border-top: 1px solid #b4c6d2;
}

.InquireInput ul li:last-child {
    border-bottom: 1px solid #b4c6d2;
}

.InquireInput ul li:hover {
	background-color: #5081b3;
	color: #fff;
    cursor: pointer;
}

.BoxW110 {
	width: 110px;
}
	
.BoxW110 div span {
	width: 110px;
}
	
.BoxW40 {
	width: 40px;
}
	
.BoxW40 div span {
	width: 40px;
}
.gameBox {
	float: right;
	position: relative;
}
a.gameBtn {
	float: left;
	height: 26px;
	font-size: 12px;
	display: block;
	background-color: #85a4c0;
	color: #fff;
	line-height: 26px;
	margin-top: 7px;
	padding: 0 13px;
	margin: 7px 5px 7px 20px;
	border-radius: 3px;
}
.gameType_ball {
	border: 3px solid #1f4b81;
	position: absolute;
	width: 580px;
	height: auto;
	right: 15px;
	top: 50px;
	background-color: #f8f7f7;
	z-index:99;
}
	
.gameTiTle {
	display: block;
	width: 93%;
	font-weight:bold;
	font-size: 16px;
	color: #4f5965;
	height: 53px;
	line-height: 53px;
	padding-left: 7%;
	border-bottom: 1px solid #cfd3d6;
	margin-bottom: 10px;
	background-color: #fff;
}
.gameall {
	position: absolute;
	right: 70px;
	top: 0px;
	height: 53px;
	line-height: 53px;
	font-size: 14px;
	/*width: 80px;*/
	color: #4f5965;	

}

.CL_btn_gameall {
    padding-left: 25px;
}

.CL_btn_click {
    background-image: url('/report/images/icon_yes.png');
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
}

.CL_btn_unclick {
    background-image: url('/report/images/icon_no.png');
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
}

.gametypes_warp {
    color: #4f5965;
	/*font-size: 13px;*/
    padding-top: 0px;
    padding-left: 30px;
}

.CL_btn_Lottery{
    width: 125px;
    line-height: 40px;
    display: inline-block;
    padding-left: 25px;
}

.gameall input[type="checkbox"] {display: none;}
.gameall input[type="checkbox"]:checked + label {
	display: inline-block;
	background-image: url(../images/icon_no.png);
	cursor: pointer;
	width: 19px;
	height: 19px;
	margin-right: 25px;
	position: absolute;
	top: 16px;
	right: 25px;
}
.gameall input[type="checkbox"]:checked + label{
	background-image: url(../images/icon_yes.png);
}
	
.close{
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 29px;
	height: 29px;
	background: url(/report/images/icon_close.png);
}
.close:hover{
    cursor:pointer;
}
/*--- --------投注紀錄-------- ---*/

.program {
	font-size: 13px;
	width: 976px;
	color: #495d71;
	padding: 0 12px 0 12px;
	background-color: #e8ecf0;
}
.program:after {
  display: block;
  content: "";
  clear: left;
}
.programB {
	font-size: 13px;
	width: 925px;
	color: #495d71;
	padding: 0px;
	background-color: #e8ecf0;
}
.programB td{
	border-radius: 0 !important;
}
.programB table {
  border-collapse: separate;
  border-spacing: 0px;
}

table {
  border-collapse: separate;
  border-spacing: 0px 3px;
}
table td{
  vertical-align: middle;
}
td:last-child{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*底部固定*/
.tableBox_total {
    width: 925px;
    position: sticky;
    bottom: 0;
    border-spacing: 0 !important;
}

.table_Top {
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: #e8ecf0;
	border-right: 1px solid #d4dae1;

}
	.table_Top td{
		border-right: 1px solid #d4dae1;
	}
	
.table_TopB td{
	background-color: #d6dce1;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-right: 1px solid #bbc2c8;
}

.table_two {
	height: 10px;
}

.black {
    color: black;
}
.green {
	color: #20b715;
}
.blue {
	color: #4254b0;
}
.red {
	color: #ff0000;
	text-decoration: none;
}
.lightred{
    color: #ff6666;
}
.gray {
	color: #878787;
}
.table_item td{
	border-right: 1px solid #b9c2c8;
	padding-right: 5px;
	background-color: #d6dce1;
	height: 51px;
	line-height: 51px;
	text-align: right;
	/*border-bottom: 3px solid #e8ecf0;*/
}

td.item_nameBall {
	font-size: 16px;
	padding-left: 0px;
	text-align: left;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	letter-spacing: 0.2em;
 }

td.item_nameBall a{
	display: block;
	width: 19px;
	height: 19px;
	margin: 16px 15px 0 20px;
	float: left;
}
	td.nameOpen a{
		background-position: 0px 0px;
	}
	.btnClose {
	background: url(../images/icon.png) 0px 0px no-repeat #d6dce1;
	}
	.btnOpen {
	background: url(../images/icon.png) 0px -19px no-repeat #d6dce1;
	} 
.table_condition {
	text-align: right;
}
.conditionOld td:nth-child(1) {
    text-align: center;
    padding: 0;
}
.conditionOld td:nth-child(2),.conditionOld td:nth-child(3),.conditionOld td:nth-child(4),.conditionOld td:nth-child(5){
	height: 40px;
	padding-right: 25px;
}
table td:last-child {
	border-right: 0px;
}
table td.item_cont:last-child {
	border-right: 1px solid #e4e5e6;
}

.table_condition a, .table_total a {
	text-decoration:underline;
}

td.item_cont a {
	color: blue;
	cursor: pointer;
}
	
.table_period td{
	border-right: 1px solid #e4e5e6;
	background-color: #f8f9fb;
	height: 37px;
	line-height: 37px;
	text-align: right;
    padding-right: 5px;
}
	.table_period td:nth-child(1){
		text-align: left;
		padding: 0;
		padding-left: 55px;
		font-size: 14px;
		font-weight: bold;
	}

.table_condition td{
	border-right: 1px solid #e4e5e6;
	background-color: #fff;
    padding-right: 5px;
}
	.table_condition td:nth-child(1){
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

    .table_condition.border_top td{
		border-top: 1px solid #e4e5e6;
		white-space: nowrap;
	}

td.item_factor {
    font-size: 12px;
    padding: 10px 0px 10px 18px;
    text-align: left;
    vertical-align: top;
}

	td.item_factor.id {
		letter-spacing: -0.5px;
		padding-left: 10px;
	}

td.item_factor_middle {
    padding: 10px 0px 10px 18px;
    text-align: left;
    vertical-align: middle;
    font-size: 13px;
}

.timeA{
	line-height: 20px;
}

.item_factor font{
	margin-left: 5px;
}

td.item_game {
	text-align: center;
	font-size: 13px;
	line-height: 20px;
}


.boxL{
	float: left;
	line-height: 20px;
}
.boxR{
	float: left;
	line-height: 20px;
	width: 128px;
	margin-left: 3px;
}
	.type_b1, .type_b2, .type_b3 {
		width: 120px;
		display: block;
	}
	.type_b2 a{
		text-decoration:underline;
		color: #0078ff;
	}
	.type_b3 {
		color: #ff0000;
	}


td.item_cont {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	padding: 10px 12px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-radius: 0;
}

td.item_betinfo {
    position: relative;
    font-size: 13px;
    padding: 10px 0px 0px 0px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-radius: 0;
}

td.betMoney {
	font-size: 16px;
    font-weight: bold;
}

.item_result{
	font-size: 13px;
	padding: 15px 0px 15px 17px;
	text-align: left;
	line-height: 1.6;
	color: #353535;
}

/*賽馬過關和足球串關 子單投注內容表格需占滿TD*/
td.no_padding{ 
    padding: 0px !important;
}
	
td.itemNo {
	font-size: 13px;
	padding: 0px 5px;
	width: 10px;
}
	
td.itemNoA {
	font-size: 13px;
	padding: 0px 8px;
	font-weight: bold;
}
.item_numb {
	font-size: 13px;
	text-align: center;
	padding: 0px 8px;
	font-weight: bold;
	color: #575757;
}
.NameA {
	color: #000;
	font-weight: bold;
	position: relative;
}
.NameA1 {
	color: #000;
	font-weight: bold;
	width: 340px;
	position: relative;
}
.NameB {
	font-weight: bold;
	position: absolute;
	right: 0px;
}
.NameC {
	color: #878787;
}
/*.NameC p{
	float: left;
	margin: 0 5px;

}*/
.Name_result {
	color: green;
	letter-spacing: 1px;
}
.Name_resultA {
    color: #20b715; /*green*/
	font-size: 15px;
	letter-spacing: 1px;
}

    .Name_resultA span {
        color: #ff0000;
    }

    .Name_resultA img {
        width: 20px;
        height: auto;
        vertical-align: middle;
    }
/*.NameC span{
	width: 40px;
	height: 18px;
	text-align: center;
	float: left;
	background-color: #4a779f;
	display: block;
	line-height: 18px;
	font-size: 13px;
	border-radius: 9px;
	color: #fff;
}*/
.NameD {
	color: #000;
}
.NameRed {
	color: #f87878;
}
.Details {
	color: #0078ff;
}

.table_totalBox {
    width: 976px;
    position: sticky;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 50px;
}   

.table_total td{
    border-right: 1px solid #aab2ba;
    padding: 0 5px;
    background-color: #c4ccd3;
    height: 40px;
    text-align: right;
    width: 70px;
    font-size: 13px;
    color: #495d71;
}

    .table_total td:first-child {
        width: 460px;
    }

    .table_total td:nth-child(2) {
        font-size: 16px;
    }

.table_total.AnchorGift td:first-child {
    width: 595px;
    box-sizing: border-box;
}

.table_total.AnchorGift td:nth-child(2) {
    font-size: 13px;
    width: 74px;
    box-sizing: border-box;
}

.table_total.AnchorGift td:nth-child(3) {
    width: 64px;
}

.item_total {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.table_total td:nth-child(1){
	text-align: right;
	padding-right: 25px;
}

.table_totalB td{
	border-right: 1px solid #e4e5e6;
    border-top: 1px solid #e4e5e6;
	padding-right: 5px;
	background-color: #f8f9fb;
	height: 42px;
	text-align: right;
}

.table_totalB.border_top td{
    border-top: 1px solid #e4e5e6;
}

.table_totalB td:nth-child(1){
	text-align: right;
	padding-right: 15px;
}

/*投注數字*/
.numberSet {
    display: inline-block;
    vertical-align: top;
}


/* ----------------------分頁_數字按鈕設定------------------- */
.pageBox {
    width: 975px;
    text-align: center;
    background-color: #e8ecf0;
    position: sticky;
    bottom: 0;
}

.blog-pager {
	padding: 20px 0;
	margin: 0 auto;
	display: inline-block;
}

.blog-pager ul {
    display: inline-block;
	height: 24px;
	line-height: 24px;
}

.blog-pager ul li {
    display: inline-block;
}

.blog-pager .pageList{
    display: inline-block;
    height: 24px;
    vertical-align: top;
}
.blog-pager .pageNum{
	display: inline-block;
	color: #4f5965;
	font-size: 15px;
	border: 1px solid #a3aeb9;
	height: 24px;
	width: 24px;
	line-height: 24px;
	border-radius: 2px;
	background-color: #fff;
    margin:0px 2px;
}
.pageList li.pagePoint{
	background-color: #c4ccd3;
	color: #FFF;
}
.pageList li.pageNum:hover{
	background-color: #c4ccd3;
	color: #FFF;
    cursor: pointer;
}

.blog-pager .upPage {

    display: inline-block;
	background: url('/report/images/icon_arrow.png') 0px 0px no-repeat #fff;
    height:24px;
    width:24px;
    border: 1px solid #a3aeb9;
}
.blog-pager .upPage:hover {
	background-color: #495d71;
	background-position: -23px 0px;
    cursor: pointer;
}
.downPage {
    display: inline-block;
    height:24px;
    width:24px;
    border: 1px solid #a3aeb9;
	background: url('/report/images/icon_arrow.png') 0px -72px no-repeat #fff;
}
.downPage:hover {
	background-color: #495d71;
	background-position: -25px -72px;
    cursor: pointer;
}
	
.lastPage {
     display: inline-block;
	background: url('/report/images/icon_arrow.png') 0px -24px no-repeat #fff;
	margin-right: 6px;
    height:24px;
    width:24px;
    border: 1px solid #a3aeb9;
}
.lastPage:hover {
	background-color: #495d71;
	background-position: -23px -24px;
    cursor: pointer;
}

.nextPage {
    display: inline-block;
	margin-left: 6px;
	background: url('/report/images/icon_arrow.png') 0px -48px no-repeat #fff;
    height:24px;
    width:24px;
    border: 1px solid #a3aeb9;

}
.nextPage:hover {
	background-color: #495d71;
	background-position: -25px -48px;
    cursor: pointer;
}

.gotoPage {
	display: inline-block;
	margin-left: 20px;
}
.pageInput {
	width: 20px;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	float: left;
	border: 1px solid #a3aeb9;
	display: block;
	border-radius: 2px;
}
.GoPage{
	float: left;
	margin-left: 5px;
	background: url('/report/images/icon_arrow.png') 0px -96px no-repeat #fff;
    height: 24px;
    width: 24px;
    border: 1px solid #a3aeb9;
}

.GoPage:hover {
	background-color: #495d71;
	background-position: -24px -96px;
    cursor: pointer;
}

.GoTop {
    float: right;
    margin-left: 5px;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: url('/report/images/btn_toTopPC.png') no-repeat center;
    display: none;
}

.GoTop:hover {
    cursor: pointer;
	opacity:0.8;
}

.GameTitleAndPeriod{
    font-weight:bold;
    color: black;
}

a.a_bump{
    color: blue;
}

.bg_top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 80px; /*同會員端其它頁面*/
    background-color: #30679f;
    width: 1050px;
    border-bottom: 40px solid #d4dae1;
    z-index: 1;
}

.dataload_location:hover {
    cursor: pointer;
}

.noRecord {
    height: 30px;
}

.tdResult span{
    cursor: pointer;
}

.game_item{
    cursor: pointer;
}

.more_detail_height{
    height: 35px;
}

.week{
    text-align:center;
}

form {
    background-color: #e8ecf0;
}

.table_Dynamic_head {
    width: 976px;
    position: sticky;
    z-index: 100;
    top: 40px;
    margin-left: 37px;
    background-color: #e8ecf0;
    display: table;
    font-size: 13px;
    color: #495d71;
}

.table_Dynamic_head.show {
    display: block;
}

/*無注單*/
.noList {
    width: 976px;
    background-color: #fff;
    height: 426px;
    position:relative;    
    margin:3px 0 3px;
    
}

    .noList.AnchorGift_ht {
        height:400px;
    }

.noListBox, .noListBoxL {
    width: 75px;
    height: 88px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.noListBoxL {
    width: 200px;
    text-align: center;
}

    .noListBox img, .noListBoxL img {
        display: block;
        width: 75px;
        margin: auto;
    }

    .spn-page-text-space{
        padding-right: 35px;
        padding-left: 3px;
    }

/*投注紀錄-猜拳*/
.Name_resultA.Mora:after {
    display: block;
    content: "";
    clear: left;
}

.Name_resultA.Mora span {
    position:relative;
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-radius: 50%;
    padding: 2px;
}

.Name_resultA.Mora span img {
    display: block;
    width: 75%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.Name_resultA.Mora .bd_red {
    border: 2px solid #fc3824;
    color: #ff0000;

}

.Name_resultA.Mora .bd_blue {
    border: 2px solid #0482ff;
    color: #0201ff;
}

/*取消注單*/
.confirmBet_box {
	width: 286px;
	border-radius: 5px;
	position: fixed;
	background-color: #fff;
	box-shadow: rgb(0 0 0 / 50%) 0 0 15px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	display: none;
	top: 235px;
	z-index: 100;
	left: 455px;
	right: 0;
	margin: auto;
}

	.confirmBet_box.delete {
		left: 0;
	}

	.CB_T {
		background-color: #fd9324;
		color: #fff;
		padding: 5px 0px;
		line-height: 35px;
		text-align: center;
		border-radius: 5px 5px 0 0;
		font-size: 16px;
	}

.confirmBet_box.success .CB_T {
    background-color: #119c59;
}

.delete .CB_T {
	background-color: #3689e0;
}

.CB_in {
    border-radius: 0 0 5px 5px;
    font-size: 15px;
    background-color: #fff;
}

.CB_line {
    display: block;
    width: 236px;
    height: 1px;
    padding: 0 10px;
    background-color: #d5d5d5;
    margin: 0 auto;
}

.CB_betList_box {
    max-height: 185px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 0 5px 0;
    box-sizing: border-box;
}

	.CB_betList_box .text_content, .CB_betList_box .prompt {
		display: table;
		color: #ff0000;
		margin: 10px auto;
		text-align: center;
	}

		.CB_betList_box .text_content.vn, .CB_betList_box .text_content.th {
			margin: 5px auto;
			line-height: 20px;
		}

	.CB_betList_box .prompt {
		color: #30679f;
		line-height: 1.3;
	}

.success .content .text_content {
    color: #000000;
}

.delete .CB_betList_box .text_content {
	color: #666;
}

.CB_betInfo {
    position: relative;
    margin: 0;
    padding: 11px 20px;
    list-style: none;
    color: #666;
}

    .CB_betInfo.content {
        padding: 25px 20px 2px;
    }

    .CB_betInfo.Loading .Loading_box {
        width: 45%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

        .CB_betInfo.Loading .Loading_box.vn {
            width: 70%;
        }

		.CB_betInfo.Loading .Loading_box.th, .CB_betInfo.Loading .Loading_box.id {
			width: 65%;
		}

    .CB_betInfo.Loading .img_Loading {
        display: block;
        width: 30px;
        margin: 15px auto;
    }

.delete .CB_betInfo.content {
	padding: 25px 20px 3px;
}

.btn_CB, .btn_CB_noLine {
    color: #fff;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.btn_CB {
    padding: 15px 10px;
}

.btn_CB_cancel {
    background-color: #bbbbbb;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 3px;
    width: 125px;
    margin: 0 2px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

    .btn_CB_cancel:hover {
        background-color: #ccc;
    }

.btn_CB_confirm {
    background-color: #427fd0;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 3px;
    width: 125px;
    margin: 0 3px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

    .btn_CB_confirm:hover {
        background-color: #5998ea;
    }

    .btn_CB_confirm .second {
        color: #ffc800;
    }

.btn_ConfirmNone {
    background-color: gray;
}

    .btn_ConfirmNone:hover {
        background-color: gray;
    }

.btn_delete {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 10px;
	width: 26px;
	height: 26px;
	background: url(/report/images/icon_delete.svg)no-repeat center;
	background-size: 65%;
	cursor: pointer;
}

	.btn_delete:hover {
		opacity: 0.8;
	}

.btn_search {
	color: blue;
	cursor: pointer;
	margin-left: 5px;
}

.deleted .needDelLine {
	text-decoration: line-through;
}

/*彈窗新增*/
.maskAll {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	overflow-y: auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}

.Game_menu-close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	background-image: url('/report/images/icon_WinCombclose.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

	.Game_menu-close:hover {
		filter: brightness(.5);
		transition: all .3s ease-in-out;
	}

.Game_menu {
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 8px;
	z-index: 99;
}

	.Game_menu.betCombWin {
		width: 400px !important;
		padding: 0;
		font-size: 0.9em;
		top: 40px;
		box-shadow: 0 2px 14px 2px rgba(0,0,0,.3);
		z-index: 999;
	}

.Game_menu_title {
	text-align: center;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	font-size: 1.2em;
	color: #fff;
	background-color: #539c92;
	margin: 0 -5px;
	border-radius: 8px 8px 0 0;
}

.betCombWin .Game_menu_title {
	background-color: #e2a11f;
}

.Game_data_in {
	text-align: center;
	background-color: #fff;
	border-radius: 0 0 8px 8px;
	margin: 0 -5px;
}

.betCombWin .betListForm {
	display: flex;
	overflow-x: hidden;
	max-height: 540px;
}

.betCombWin .tableForm_betComb {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	color: #000;
	flex: 1;
}

	.betCombWin .tableForm_betComb tr {
		display: flex;
		background-color: #fff;
	}

		.betCombWin .tableForm_betComb tr td:first-child {
			width: 50px;
			color: #595959;
		}

.tableForm_betComb tr td {
	border-left: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: none;
	height: 35px;
	padding: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.betCombWin .tableForm_betComb tr td:last-child {
	flex: 1;
	letter-spacing: 1px;
}

.betComb_total {
	border-radius: 0 0 8px 8px;
	width: 100%;
}

.betCombWin .betComb_total {
	background-color: #e9c989;
}

	.betCombWin .betComb_total tr {
		display: flex;
	}

	.betCombWin .betComb_total td {
		display: flex;
		justify-content: center;
		align-items: center;
	}

		.betCombWin .betComb_total td:first-child {
			flex: 1;
			color: black;
		}

		.betCombWin .betComb_total td:last-child {
			width: 30%;
			justify-content: center;
			border-left: 1px solid #dfdfdf;
		}

.betCombWin .betComb_in {
	display: flex;
	margin: 0 auto;
	padding: 1% 8%;
	align-items: center;
	flex: 1;
}

.betCombWin .Prev_page,
.betCombWin .Next_page {
	position: relative;
	width: 9px;
	height: 18px;
	background-position: center;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: 100% 100%;
	filter: brightness(1.5);
	cursor: pointer;
}

	.betCombWin .Prev_page:before,
	.betCombWin .Next_page:before {
		content: '';
		position: absolute;
		width: 40px;
		height: 40px;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.betCombWin .Prev_page:hover,
	.betCombWin .Next_page:hover {
		filter: brightness(.5);
		transition: all .3s ease-in-out;
	}


.betCombWin .Prev_page {
	background-image: url('/report/images/btn_WinCombarrowL.png');
}

.betCombWin .Next_page {
	background-image: url('/report/images/btn_WinCombarrowR.png');
}

.betComb_data {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.betCombWin .selected_box {
	width: 48px;
	height: 32px;
	margin: 0 4px;
}

.betComb_in select {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	line-height: 1;
	height: 100%;
	padding-left: 8%;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	width: 100%;
	float: left;
	font-size: 0.9em;
	background-size: 18%;
}

.betCombWin .box.blue {
	color: #0000ff;
}

.betCombWin .box ~ .box {
	margin-left: 18%;
}

	.betCombWin .winbox ~ .winbox.vn,
	.betCombWin .winbox ~ .winbox.th {
		margin-left: 5%;
	}