body, html{ height:100%; width:100%}
body {
	background-color: #F1F1F1;
	font-size: 15px;
	font-family:tahoma, arial, "Microsoft JhengHei", "Microsoft Yahei", Helvetica, sans-serif;
	color: #121212;
	overflow-y: visible;
}



a {	color: #069;}
a:hover, a:active, a:focus {
	outline:0;
	color: #F00;
	text-decoration: none; 
  -webkit-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
  -moz-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
  -ms-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
  -o-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
  transition: color 0.2s, background-color 0.2s, opacity 0.2s;
}

.closeBtn{
	float: right;
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
	color: #F60;
	cursor: pointer;
	width:25px;
	height:25px;
	border-radius: 50px;
	border:1px solid #fff
	}
.closeBtn:hover{	color: #06C;	}
input:focus {	outline:0;}
.clear-txtline:hover, .clear-txtline:active, .clear-txtline:focus {	text-decoration: none;}
.clear-txtline a:hover, .clear-txtline a:active, .clear-txtline a:focus {	text-decoration: none;}
 /********模態框共用設定*********/
.modal-content{font-family:tahoma, arial, "Microsoft JhengHei", "Microsoft Yahei", Helvetica, sans-serif;}

p{    margin: 0 0 10px;}

.modal-header{ padding: 11px 15px;    background-color: #f6f4f4;    border-color: #d5d5d5;border-top-right-radius: 10px;border-top-left-radius: 10px;}
.modal-title{ font-size:20px}

.close{opacity: .4;}
.close:hover, .close:focus{opacity: 1;color: #06C;outline:0;}
.modal-header i{ margin-right:8px}
.modal-title a{ font-size:15px}
.modal-title a i{ margin-left:10px; margin-right:4px}
@media screen and (max-width: 1024px) {.modal-dialog{ width:auto}}
.pull-right{ float:right}
.autoW{ 
    width: 1465px;
    position: relative;
    margin: 0 auto;
	min-width:1465px}
.topW{    width: 1220px;	min-width:1220px}
/*登錄-用戶協議-共用*/
.agree-box{
	min-height: calc(100vh - 0px);
	background: #69e2fd url(../../images/agree-bg.jpg) center center fixed no-repeat;
    -moz-background-size: cover;
    background-size: cover;
	padding:5% 0
}
.agree-info{width:65%;margin: auto;position:relative;  display: flex;  flex-wrap: wrap;
  justify-content: center;  align-content: center;border-radius: 10px;}
/*.agree-info{ position:relative;width:65%;	margin: 0 auto;border-radius: 10px; font-size:15px; position: absolute;  top:50%;  left: 50%;  transform: translate(-50%, -50%);}*/
.agree-info-title{ font-size:22px; text-align:center;  margin:0 auto;border-top-left-radius:6px;border-top-right-radius:6px; padding:8px 0; background-color:#2b7dc3; border:3px solid #a9cfef; color:#FFF; width:100%}
.agree-info-title i{  margin-right:8px}
.agree-info-txt{
	border: 3px solid #A9CFEF;
	padding:15px;
	border-radius: 10px;
	background-color:#fff;
	margin-top:-6px
}
.agree-info-txt ol{	padding: 5px 8px 5px 20px;	list-style-type: none;}
.agree-info-txt li {	line-height: 21px;	margin-bottom: 8px;	color: #343434;	width:100%;	list-style-type: decimal;}
.agree-info-btn{ margin:15px;text-align: center;}	
.agree-info-btn .btn-set{
	display: inline-block;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	width: 100px;
	line-height: 32px;
	margin: 5px 20px 0 20px;
	background-color: #069;	

	font-size:18px;
	border:1px solid #888
	
	}
.agree-info-btn .btn-set:hover{ color:#000}
@media (min-width: 1600px){
	.agree-info-title{ font-size:27px}
	.agree-info-txt{ font-size:20px; line-height:22px; padding:25px}
	.agree-info-txt li{ line-height:28px}
	}
@media (max-width: 767px){
	.agree-info{ width:95%}
	.agree-info-title, .agree-info-txt{ border:1px solid #A9CFEF;}
	.agree-info-txt ol{	padding: 5px 5px 5px 12px;}
	
	}
	
.btn {
	font-size: 16px;
	display: inline-block;
	padding: 4px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.hotBtn {
	font-weight: bold;
	color: #fff;
	background: #f07700;
	background-image:-webkit-linear-gradient(to top, #e36600, #ff8800);
	background-image:linear-gradient(to top, #e36600, #ff8800);
	border-bottom: 1px solid #b74c00;


	text-shadow: 1px 1px 1px #444;
}
.hotBtn:hover {
	background: #ffd86b;
	background-image:-webkit-linear-gradient(to top, #ffaa42, #ffd86b);
	background-image:linear-gradient(to top, #ffaa42, #ffd86b);
}
.hotBtn:hover, .infoBtn:hover, .pushBtn:hover{	text-shadow: 1px 1px 1px #fff;	color:rgba(0,0,0,0.8)}
.infoBtn {
	font-weight: bold;
	color: #fff;
	background: #1362c5;
	background-image:-webkit-linear-gradient(to top, #1362c5, #5b93e8);
	background-image:linear-gradient(to top, #1362c5, #5b93e8);
	border-bottom: 1px solid #1362c5;
	text-shadow: 1px 1px 1px #444;
}
.infoBtn:hover {
	background: #dbe9ff;
	background-image:-webkit-linear-gradient(to top, #8cc9f6, #dbe9ff);
	background-image:linear-gradient(to top, #8cc9f6, #dbe9ff);

}
.pushBtn {
	font-weight: bold;
	color: #fff;
	background: #1a7d22;
	background-image:-webkit-linear-gradient(to top, #1a7d22, #57cf4f);
	background-image:linear-gradient(to top, #1a7d22, #57cf4f);
	border-bottom: 1px solid #0f6412;

}
.pushBtn:hover {
	background: #caf4c7;
	background-image:-webkit-linear-gradient(to top, #76d17e, #caf4c7);
	background-image:linear-gradient(to top, #76d17e, #caf4c7);

}
.grayBtn {
	font-weight: bold;
	color: #343434;
	background:#e6e6e6;
	background-image:-webkit-linear-gradient(to top, #878787, #e6e6e6);
	background-image:linear-gradient(to top, #878787, #e6e6e6);
	border-bottom: 1px solid #5a5a5a;
	text-shadow: 1px 1px 1px #fff;
}
.grayBtn:hover {
	background: #dbe9ff;
	background-image:-webkit-linear-gradient(to top, #8cc9f6, #dbe9ff);
	background-image:linear-gradient(to top, #8cc9f6, #dbe9ff);
}
.grayBtn1, .grayBtn1:hover {
	font-weight: bold;
	color: #898989;
	background: #d1d1d1;
	background-image:-webkit-linear-gradient(to top, #c4c4c4, #dcdcdc);
	background-image:linear-gradient(to top, #c4c4c4, #dcdcdc);
	border-bottom: 1px solid #a2a2a2;
	
}

.disableBtn, .disableBtn:hover {
	font-weight: bold;
	color: #202020;
	background:#e6e6e6;
	background-image:-webkit-linear-gradient(to top, #373737, #818181);
	background-image:linear-gradient(to top, #373737, #818181);
	border-bottom: 1px solid #373737;
	text-shadow:1px 1px 1px #8e8e8e;
}

.iconImg{
	background-image: url(../../images/icon50.svg);
	background-repeat: no-repeat;
	background-size:100%
}
.topBox{ 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2766aa+0,073463+100 */
background: rgb(5, 72, 141); /* Old browsers */
background: -moz-linear-gradient(top, rgba(75, 141, 211) 0%, rgba(5, 72, 141) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(75, 141, 211) 0%,rgba(5, 72, 141) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(75, 141, 211) 0%,rgba(5, 72, 141) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a8cd2', endColorstr='#0a4d92',GradientType=0 ); /* IE6-9 */

color:#FFF;
min-width: 1220px; position: fixed;    z-index: 999;    top: 0;    width: 100%;  }
.top-bar{ border-bottom:1px #1e5389 solid;   }
.top-time{ float:left; width:16%; font-size:14px;    padding-top: 8px;}
.top-time span{ margin-right:8px}
.top-news{float:left; width:60.5%; padding-left:30px; position:relative;    padding-top: 8px;}
.top-news a{ color:#FFF}
.top-news a:hover{	color:#84FFFF}
.top-news-icon{ position:absolute; width:25px; top:7px; bottom:0; left:0; margin:auto;cursor: pointer; }
.top-mem{ float:right; padding:7px 8px 5px; background-color:#1e5389; width:20%; text-align:center; height:37px}
.t-memLevel,.t-memId, .t-memPt, .t-memTrun{display:inline-block;  vertical-align: middle;}
.t-memLevel{
	background-color:#835C16;
	border-radius: 3px;
	padding:0 3px;

}
.t-memId{    width: 80px;    overflow: hidden; text-overflow:ellipsis;}
.t-memPt{	color: #FC0; padding: 0 5px}
.t-memTrun{ padding:0 3px}
.t-memBtn{	width:25px;	height:25px;	text-align:center;	line-height:23px;	border:1px solid #95c9ff;	color:#95c9ff;	display:inline-block;	margin:0 1px;	cursor: pointer;	border-radius: 50px;}
.t-memBtn-sp{	border: 1px solid #FC0;    background-color: #85610f;    color: #fff6e1;}	
.t-memBtn:hover{ background-color:#000}
.top-main{    padding: 5px 0;}
.t-logo{ float:left; width:170px; cursor: pointer; }
.t-logo img{ background-size:100%; width:170px}

/*語系選擇*/
.t-lan{ float:right;  margin-left:5px; background-color:#372c8f; padding:0 2px; cursor: pointer; text-align: center;
    width: 30px;    line-height: 37px;    font-size: 18px;color:#c5b8e6 }
#collapse-2{ position:absolute;     width: 90px;        right: -20px;    top: 38px;    z-index: 200;}
#collapse-2 .card{background-color: #372c8f;}
#collapse-2 .card-body{ padding:8px}

.t-lan-nav span{ display:block;  cursor: pointer; text-align: center; border-bottom: 1px solid #8b86df;padding: 5px 0; }
.t-lan-nav span:hover{ color:#FC0}
.t-lan-nav span:last-child{ border-bottom:0px}
.t-lan-nav span.select{ background-color:#596db5}

/*主選單*/
.t-nav { margin-left:15px ;float: right; margin-top:11px;width: 80%;}
.t-nav ul{
	margin:0;
	padding:0;
	list-style-type: none;
	text-align:center;
	border: 1px solid #7aa9df;
	background: #0b3d6f;
	background-image:-webkit-linear-gradient(to top, #0b3d6f, #46a2e4 );
	background-image:linear-gradient(to top, #0b3d6f, #46a2e4 );
	/*-webkit-box-shadow: 0px 1px 0px #7aa9df;
	-moz-box-shadow: 0px 1px 0px #7aa9df;*/
	
    border-radius: 3px;
    display: table;
    width: 100%;
}
.t-nav li{     display: table-cell;}
.t-nav a {	border-right: 1px solid #7aa9df;	color:#fff;	font-size: 15px;    
line-height: 28px;    height: 28px;	display: block;}
.t-nav a:hover {	background: #fdfeff;	background-image:-webkit-linear-gradient(to top, #d0dced, #fdfeff);
	background-image:linear-gradient(to top, #d0dced, #fdfeff);	color:#e64100;}
.t-nav i{ margin-right:5px}
/*城市選單區*/
.city-box{border-bottom: 2px #7aafff ridge;
    margin-bottom: 6px; padding:0px 8px 3px;
	background-image: -webkit-linear-gradient(to top, #b4e3ff, #f1f1f1  );
	background-image: linear-gradient(to top, #b4e3ff, #f1f1f1 );
	position:relative; z-index:160
}
.finalTime{ 
border-top-left-radius:5px;border-top-right-radius:5px;    text-align: center;
position:absolute; right:0; width:23%; padding:4px; background-color:#d12870; color:#FFF; bottom: 0;
box-shadow: 1px 2px 3px 2px rgb(16 16 16 / 50%) inset;
font-size:16px; height:30px
}
.timeTxt{ color:#FF0}
.timeBar span{ margin-right:3px}
/* Timer*/
.timer{
    width: 22px;
    height: 22px;
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 2px #fff;
    border-radius: 50%;
    position: relative;
	display:inline-block;
	margin-right:5px;
	vertical-align: top;
 }
.timer:after, .timer:before{
    position: absolute;
    content:"";
    background-color: #fff;
}
.timer:after{
    width: 8px;
    height: 2px;
    top: 9px;
    left: 9px;
    -webkit-transform-origin: 1px 1px;
       -moz-transform-origin: 1px 1px;
            transform-origin: 1px 1px;
    -webkit-animation: minhand 2s linear infinite;
       -moz-animation: minhand 2s linear infinite;
            animation: minhand 2s linear infinite;
}

.timer:before{
    width: 6px;
    height: 2px;
    top: 9px;
    left: 9px;
    -webkit-transform-origin: 1px 1px;
       -moz-transform-origin: 1px 1px;
            transform-origin: 1px 1px;
    -webkit-animation: hrhand 8s linear infinite;
       -moz-animation: hrhand 8s linear infinite;
            animation: hrhand 8s linear infinite;
}

@-webkit-keyframes minhand{
    0%{-webkit-transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes minhand{
    0%{-moz-transform:rotate(0deg)}
    100%{-moz-transform:rotate(360deg)}
}
@keyframes minhand{
    0%{transform:rotate(0deg)}
    100%{transform:rotate(360deg)}
}

@-webkit-keyframes hrhand{
    0%{-webkit-transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes hrhand{
    0%{-moz-transform:rotate(0deg)}
    100%{-moz-transform:rotate(360deg)}
}
@keyframes hrhand{
    0%{transform:rotate(0deg)}
    100%{transform:rotate(360deg)}
}



/*遊戲內容區************************/
.game-noOpen{ background-color:rgba(0, 0, 0, 0.6);    position: absolute;  top: 0;    right: 0;  bottom: 0;    left: 0;    z-index: 150;   overflow: hidden;    outline: 0;}
.gameBox {	margin-top:110px; position:relative; /*padding-bottom:15px*/}
.game-bbs{float: left;    width: 17%;    position: relative; margin:0 7px  }
.game-L{ float:left; width:65%;position:relative;   background-color: #2965a4;  border: 1px solid #084c91;}
.game-R{ float:left; width:16%;position:relative;    position: relative;    border: 1px solid #a5c0dd; background-color:#FFF; margin:0 7px}
.game-topic{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2961a5+1,0a3c6d+100 */
background: rgb(41,97,165); /* Old browsers */
background: -moz-linear-gradient(top, rgb(70, 161, 227) 1%,rgb(14, 57, 102) 100%%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(70, 161, 227) 1%,rgb(14, 57, 102) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(70, 161, 227) 1%,rgb(14, 57, 102) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2961a5', endColorstr='#0a3c6d',GradientType=0 ); /* IE6-9 */

width:100%;	  padding: 4px 8px;    border: 2px ridge #539de8; line-height:29px;}
.g-topic-L{ float:left;    font-size: 15px;    line-height: 29px;    font-weight: bold; color:#fff}
.g-topic-L span{ margin-right:5px; color:#fff042;font-size: 17px;}
.g-topic-R{ float:right}
.menu {
	position: relative;
	width: 240px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
	font-size:15px;
	cursor: pointer;
	z-index:10
}
.menuList-name{
	display: block;
	width: 100%;
	padding: 0 10px;
	line-height: 27px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	color: #0d2466;
	border: 1px solid #a6bbd5;
	background: #fff;
	background-image: -webkit-linear-gradient(to top, #e3eeff, #fff );
	background-image: linear-gradient(to top, #e3eeff, #fff );
	position:relative;
	font-weight: bold;	
	}
.menuList-name i{ position:absolute; top:4px; right:5px; color:#676767;    font-size: 19px;}
.menu ul{	margin: 0px;	padding: 0px;	list-style-type: none;border: 1px solid #a6bbd5; margin-top:-1px}

.menu a {
	display: block;
	width: 100%;
	padding:0 8px;
	line-height: 28px;
	position: relative;
	color:#333;
	border-bottom: 1px dotted #819fbe;
	background: #fff;
	background-image:-webkit-linear-gradient(to top, #e3eeff, #fff );
	background-image:linear-gradient(to top, #e3eeff, #fff );
}
.menu a:hover {	color: #FFF;	background: #488ad0;}
.menuList-L{ width:60%; display:inline-block}
.menuList-R{ text-align:right;    font-size: 13px; display:inline-block;  width:39%}

.spBtn {
	font-weight: bold;
	color: #fff;
	background: #a21f64;
	background-image:-webkit-linear-gradient(to top, #a21f64, #ee2d77);
	background-image: linear-gradient(to top, #a21f64, #ee2d77);

    border-bottom: 1px solid #72003b;
	padding: 1px 15px;
    line-height: 25px;
}
.spBtn:hover {
	background: #F07BBC;
	background-image:-webkit-linear-gradient(to top, #db105e, #810044);
	background-image: linear-gradient(to top, #db105e, #810044);
	color:#fff
}
.game-show{ margin:5px}
.showInfo{
    border: 1px solid #ffd358;
    border-top: none;
    background: #fff;
	width:100%;
	padding: 15px 15px 8px;
	margin-bottom:20px
	
	}
/*自訂頁籤*/
ul.showTab{	margin: 0px;	padding: 0px;	list-style-type: none;	border-bottom: 2px solid #ffad58;}
.showTab li{
	float: left;    margin-right: -1px; margin-bottom:-1px; 
	background: #e8f1ff;
    background-image: -webkit-linear-gradient(to top, #fff7ce, #ffffff);
    background-image: linear-gradient(to top, #fff7ce, #ffffff);
    border: 1px solid #ffad58;
}
.showTab li a{padding: 3px 50px;display: inline-block; color:#666; text-shadow: 1px 1px 0px #fff; font-weight:bold }
.showTab li:hover{	background-image:-webkit-linear-gradient(to top, #c4deff, #ffffff);
	background-image:linear-gradient(to top, #c4deff, #ffffff);
	color:#000;}
.showTab li.active, .showTab li a.active {
    border-bottom: none;
    background: #fffcad;
    background-image: -webkit-linear-gradient(to top, #ffaf37, #fffcad);
    background-image: linear-gradient(to top, #ffaf37, #fffcad);
	}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{}
.showTab li.active a {	color: #853d00;	font-weight: bold;}
/*ul.showTab{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: 2px solid #237ab7;
}
.showTab li{
	float: left;    margin-right: -1px; 
	background: #e8f1ff;
    background-image: -webkit-linear-gradient(to top, #e8f1ff, #ffffff);
    background-image: linear-gradient(to top, #e8f1ff, #ffffff);
    border-top: 1px solid #b5c7dc;
    border-left: 1px solid #b5c7dc;
    border-right: 1px solid #b5c7dc;}
.showTab li a{padding: 3px 50px;display: inline-block; }
.showTab li:hover{	background-image:-webkit-linear-gradient(to top, #c4deff, #ffffff);
	background-image:linear-gradient(to top, #c4deff, #ffffff);
	color:#000;}
.showTab li.active {
    color: #fff;
    border: 1px solid #247bb8;
    border-bottom: none;
    background: #237ab7;
    background-image: -webkit-linear-gradient(to top, #237ab7, #5aa6db);
    background-image: linear-gradient(to top, #237ab7, #5aa6db);
	}
.showTab li.active a {
	color: #fff;
	font-weight: bold;
}*/
/*.showTab li.showTab-note{ float:right; color:#ff0; background-image:none; border:0px; background:transparent; margin-right:5px}
.showTab-note{  color:#ff0; position:absolute;background-image:none; border:0px; background:transparent;top: -45px;    right:0;}*/
.showTab-note{
	color:#c4006c;
	display:inline-block;
	margin-left:15px;vertical-align: middle;
}
.showTab-note span{ margin:0 5px}	

/**下注btn***************************/
.betBtn, .unBtn{ margin-bottom:8px;position:relative}
.betBtn-title{
	display:inline-block; width:80px; margin-right:8px; text-align:center;    background-color: #45596e;
    padding: 3px; color:#fff;
    box-shadow: 1px 1px 2px #373737 inset;
	-webkit-box-shadow: 1px 1px 2px #373737 inset;
	-moz-box-shadow: 1px 1px 2px #373737 inset;
    border: 1px solid #999;vertical-align: top;}
.betBtn ul, .unBtn ul, .hotTop-btn{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display:inline-block
}
.betBtn li, .hotTop-btn li{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7fafc+0,d0d3dd+100 */
background: rgb(247,250,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(247,250,252,1) 0%, rgba(208,211,221,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(247,250,252,1) 0%,rgba(208,211,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(247,250,252,1) 0%,rgba(208,211,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fafc', endColorstr='#d0d3dd',GradientType=0 ); /* IE6-9 */

	display:inline-block;
	cursor: pointer;
	text-align:center;
	padding:3px;
	color:#003974;
	width:80px;
	border: 1px solid #cdcdcd;
	/*text-shadow: 1px 1px 0px #fff;*/
	font-weight:bold;
	margin:0 2px
	
	}
.hotTop-btn li{width: auto; padding:3px 7px; margin:2px}
.betBtn li.selectBtn, .betBtn li:hover, .hotTop-btn li.selectBtn, .hotTop-btn li:hover{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ea1300+0,ff731c+100 */
background: rgb(234,19,0); /* Old browsers */
background: -moz-linear-gradient(top, rgb(255, 178, 64) 0%,rgb(221, 50, 50) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(255, 178, 64) 0%,rgb(221, 50, 50) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(255, 178, 64) 0%,rgb(221, 50, 50) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea1300', endColorstr='#ff731c',GradientType=0 ); /* IE6-9 */

    border: 1px solid #ee4a4a;
	text-shadow:0px 0px 2px #000;
	color:#FFF

	}
	

.Btn-R{ float:right; position:relative}
.betBtn-rule{ display:inline-block;    vertical-align: -webkit-baseline-middle;    width: 480px;}
.betBtn .btn {    font-size: 15px;    padding: 3px 10px;	margin:0 1px}
.Btn-R i{ margin-right:5px}
.tooltip{ font-size:14px;    font-family: tahoma, arial, "Microsoft JhengHei", "Microsoft Yahei", Helvetica, sans-serif;}
.betBtn .tooltip-inner { max-width:  280px;  padding: 8px;  text-align:left; }
.tooltip-inner { max-width:  280px;  padding: 8px;  text-align:left; }
.bet-box .tooltip-inner { max-width:  140px;  padding: 8px;  text-align:left; }
.bet-box  .tooltip{ font-size:12px}
.bet-box .tbSet2-th, .bet-box .tbSet2-td{    white-space: normal;}
/*開獎直播*/
.playInfo li{width: 15%;    margin: 3px;    font-size: 16px;}

.spArea{ 
     background-color: #fff0d5;    border: 1px solid #ffbf4c;; padding:15px; margin:25px 0 0;
     box-shadow: 0px 0px 5px #a47836 inset;
	-webkit-box-shadow: 0px 0px 5px #a47836 inset;
	-moz-box-shadow: 0px 0px 5px #a47836 inset;
}
.spArea-L .btn{font-size: 15px;   padding: 4px;    line-height: 15px;}
.spArea-L .btn-default {    color: #333;    background-color: transparent;    border-color:  transparent ;}
.spArea-L{ display:inline-block;width:83%;padding: 0 5px;}
.spArea-R{display:inline-block; padding:0 3px; width:16%; vertical-align:top; text-align:center}
.spArea-R .inputInfo span{ margin:0 5px; color:#F30}
.spArea-R .btn{ margin-bottom:4px; display:block}
.spArea-note{	color:#F00;	margin-top:3px}
.popover{max-width: 350px; font-family: tahoma, arial, "Microsoft JhengHei", "Microsoft Yahei", Helvetica, sans-serif;}
.spArea-aTxt{ }
.unBtn-group{}
.unBtn-title{border: 1px solid #d5d5d5;border-radius: 5px;}

.unBtn-title{display:inline-block; width:80px; margin-right:8px; text-align:center;    background-color: #336897;
    padding: 3px; color:#fff;
    	}
.unBtn{ float:left}	
.unBtn li{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7fafc+0,d0d3dd+100 */
background: rgb(82, 72, 66); /* Old browsers */
background: -moz-linear-gradient(top, rgb(156, 143, 127) 0%,rgb(82, 72, 66) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(156, 143, 127) 0%,rgb(82, 72, 66) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(156, 143, 127) 0%,rgb(82, 72, 66) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b8e7e', endColorstr='#594e47',GradientType=0 ); /* IE6-9 */

    box-shadow: 1px 1px 2px #373737;
	-webkit-box-shadow: 1px 1px 2px #373737;
	-moz-box-shadow:1px 1px 2px #373737;
    border: 1px solid #d5d5d5;border-radius: 5px;
	
	display:inline-block;
	cursor: pointer;
	text-align:center;
	padding:4px 13px;
	color:#fff;
	text-shadow: 1px 1px 1px #333;
	font-weight:bold;
	font-size:16px;
	margin: 0 2px;
	
	}
.unBtn li.longW{padding:4px 30px;}
.unBtn li.odds-txt{
	background:transparent;
    background-image:none;
	box-shadow: 0px 0px 0px #373737;
	-webkit-box-shadow: 0px 0px 0px #373737;
	-moz-box-shadow:0px 0px 0px #373737;
	text-shadow: 0px 0px 0px #333;
    border: 0px solid #d5d5d5;
	border-radius: 0px;
	cursor:default ;
	color:#333;
	width: 70px;
    margin-right: 8px;
    text-align: left;
	padding:4px 5px;
	
	}
.unBtn li:hover.odds-txt{
	background:transparent;    background-image:none;border: 0px; text-shadow:0px 0px 0px #000;
	color:#333}
.unbtn-R{ float:right}
.unbtn-R li{
	border: 1px solid #7aa9df;
    background: #0a3b6e;
    background-image: -webkit-linear-gradient(to top, #0a3b6e, #2086cf  );
    background-image: linear-gradient(to top, #0a3b6e, #2086cf   );
	font-weight:normal
	
	}
.unBtn li.selectBtn, .unBtn li:hover, .unbtn-R li.selectBtn, .unBtn-R li:hover{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ea1300+0,ff731c+100 */
background: rgb(234,19,0); /* Old browsers */
background: -moz-linear-gradient(top, rgb(255, 178, 64) 0%,rgb(221, 50, 50) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(255, 178, 64) 0%,rgb(221, 50, 50) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(255, 178, 64) 0%,rgb(221, 50, 50) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea1300', endColorstr='#ff731c',GradientType=0 ); /* IE6-9 */

    border: 1px solid #ee4a4a;
	text-shadow:0px 0px 2px #000;
	color:#FFF

	}

/*捲軸顏色設定*/
.setBarColor::-webkit-scrollbar {    width: 10px;}
.setBarColor::-webkit-scrollbar-thumb {    background: #bdbdbd;    border-radius: 20px;}
.setBarColor::-webkit-scrollbar-track {    background: #e5e5e5;}
/*捲軸高度*/
.setBarColor{    overflow-y: scroll;   /* max-height: 213px;*/ max-height: 400px;}
.Bar-short{max-height: 150px;}

/*表格*/
.table-bordered{ background-color:#FFF}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th, .table-bordered caption
{ padding:5px 3px; text-align:center}
.table-bordered>tbody>tr>th{ text-align:center; background-color:#124f7b; color:#FFF}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{border: 1px solid #c9c9c9; vertical-align:middle}
.table-bordered caption{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+34,eaeaea+98 */
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 34%, rgba(234,234,234,1) 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 34%,rgba(234,234,234,1) 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(252,252,252,1) 34%,rgba(234,234,234,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	color:#039;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	border: 1px solid #c9c9c9;
}
.table-striped>tbody>tr:nth-of-type(odd){    background-color: transparent;}
.tbBg{	color: #fff;	background-color: #2875ac!important;}
.tbBg2{	background-color: #fff8d9!important;}
.tbBg3{	background-color: #a0d2f6!important;}
.table-hover>tbody>tr:hover{	background-color:#FFFDE1}

/*模態框 i */
#pop-bet___BV_modal_body_ a i{ margin-right:8px}

/*DIV表格*/
.tbSet, .tbSetSub{ display:table; width:100%;border-collapse: collapse; background-color:#f1f8ff; font-size:15px}
.tbSet-tr{ display:table-row;}
.tbSet-tr:nth-child(2n){background-color: #deeeff;}
.tbSet-tr:hover{background-color:#FFFDE1}
.tbSet-th, .tbSet-td{display:table-cell;    border: 1px solid #c9c9c9;    vertical-align: middle;padding:5px;  text-align: center; white-space:nowrap; position:relative }
.tbSet-th{  background-color: #2965a4;    color: #FFF;font-weight: bold;}
/*.tbSet-tdSub{  border: 1px solid #c9c9c9;    vertical-align: middle;padding: 5px 3px;  text-align: center;margin: 0 1px;}*/
.tbSet-title{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+34,eaeaea+98 */
    background: rgb(252,252,252); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 34%, rgba(234,234,234,1) 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 34%,rgba(234,234,234,1) 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(252,252,252,1) 34%,rgba(234,234,234,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    color:#039;    font-size: 18px; width:100%;
    font-weight: bold;    text-align: center;    border: 1px solid #c9c9c9; padding:3px 10px; margin-bottom:3px}


.tbSetSub-tr{border-bottom: 1px solid #c9c9c9;display:table-row;}
.tbSetSub-td{border-right: 1px solid #c9c9c9;vertical-align: middle;padding: 5px 3px;  text-align: center; white-space:nowrap; display:table-cell;}
.tbSetSub>.tbSetSub-tr>.tbSetSub-td:last-child{border-right: 0px}
.tbSetSub>.tbSetSub-tr:last-child{border-bottom: 0px}

/*灰白表格*/
.tbSet2, .tbSet2Sub{ display:table; width:100%;border-collapse: collapse; background-color:#fff; font-size:15px}
.tbSet2-caption{text-align: center;  padding: 5px;    color: #FFF;    background-color: #193656; display:table-caption;    border: 1px solid #c9c9c9;}
.tbSet2-group{display:table-row-group;}
.tbSet2-tr{ display:table-row;}
.tbSet2-tr:nth-child(2n){background-color: #eee;}
.tbSet2-tr:hover{background-color:#FFFDE1}
.tbSet2-th, .tbSet2-td{display:table-cell;    border: 1px solid #c9c9c9;    vertical-align: middle;padding:5px;  text-align: center; white-space:nowrap; }
.tbTxtSet .tbSet2-th, .tbTxtSet .tbSet2-td{white-space:normal;}
.tbSet2-th{  background-color: #194f87;    color: #FFF;font-weight: bold;}
.tbSet2-td span{ margin:0 6px}

.tbSet2-title{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+34,eaeaea+98 */
    background: rgb(252,252,252); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 34%, rgba(234,234,234,1) 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 34%,rgba(234,234,234,1) 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(252,252,252,1) 34%,rgba(234,234,234,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    color:#039;    font-size: 18px; width:100%;
    font-weight: bold;    text-align: center;    border: 1px solid #c9c9c9; padding:3px 10px; margin-bottom:3px}

.tbSet2Sub{background-color:transparent}

.tbSet2Sub>.tbSet2Sub-tr:last-child, .tbSet2Sub>.tbSet2Sub-td:last-child{border-bottom: 0px}
.tbSet2Sub-tr, .tbSet2Sub-td{border-bottom: 1px solid #c9c9c9;display:table-row;white-space:nowrap;}
.tbSet2 .text-right{ text-align:right}
.tbSet2 .blockLink{    text-decoration: underline;    cursor: pointer;     color: #008d0d;}

/*input*/
.formSet{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	color: #555;
	background-color: #fff;
	border: 1px solid #a6a6a6;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	text-align:center;
	color:#113962;
	 position: relative;
	}
.formSet:focus{	border:1px solid #F70}

.sendBar{ float:right; margin:12px 0}
.sendBar .btn{ margin:2px}
.sendNote{ float:left;    padding-top: 15px;}

/*熱門組合*/
.hotBox, .general-fast{ width:800px}
.hotAll{ border:1px solid #3370ac}
.hotTop{font-size:25px; position:relative; height:53px; background-color:#4d8fd1; padding:5px 10px; border-bottom:1px solid #99cae6}
.hotTop-L{ left:15px}
.hotTop-C{  color:#fff; text-align:center; padding-top:3px}
.hotTop-R{ right:15px;}
.hotTop-L, .hotTop-R{ position:absolute; padding:5px; border:1px solid #d6f0ff; top:7px; color:#d6f0ff; border-radius: 3px;cursor: pointer; font-size:18px;}
.hotTop-L:hover, .hotTop-R:hover{
	background-color: #236A9E;
	color:#FFF
}
.hotTop-btn{ text-align:center;background-color: #4d8fd1;    padding: 10px;    display: block;}
.hotTop-btn ul{ margin:0; padding:0}
.hotInfo{ padding:15px}
li.hotBtn-re{ width:40px; color:#ff5e00}

.noteTxt{	color:#F60; text-align:center; padding:20px; font-size:18px}
.noteTxt i{ margin-right:5px}


/*右區投注清單*/
.R-list-topic{ text-align:center; color:#FFF; font-size:16px; font-weight:bold}
.R-list-name{	color: #FFF;	background-color: #475c72; font-size:14px }
.R-list-name span{ margin:0 6px}
.beenTtxt{ color:#ffc41e; display:block; text-align:center}
.R-list-kind{	
    -moz-box-shadow: 0px 2px 5px #d6d6d6;
    -webkit-box-shadow: 0px 2px 5px #d6d6d6;
    box-shadow: 0px 2px 5px #d6d6d6;
	background-color: #F2F2F2;border-bottom: 1px solid #b9cbdf;
	}
.R-list-name, .R-list-kind{text-align:center; padding:5px;word-break: break-word;}
.R-select-Info{ padding:8px}
.R-select-Info h4{ margin-top:0; margin-bottom:3px;    font-size: 1.3rem;}
.R-selectNu{ padding:0 0px 5px; font-size:14px}
.R-selectNu span{	color:#FF3E3E;	margin: 1px 2px 1px 0;	border: 1px solid #c4c2c1;	padding: 0 2px;    
display: inline-block; line-height:17px }
.R-betInput{	padding: 8px 8px 15px;    background-color: #e4ebee;}
.R-betInput-col{  position:relative; font-size:15px}
ul.chip-Btn{
	margin:3px auto 5px;
	padding:0;
	list-style-type: none;
	width:151px;
	overflow:hidden;
}
.chip-Btn li{
	background-image: url(../../images/coin.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size:100%;
	width:50px;
	height:50px;
	float:left;
	cursor: pointer;
	position:relative
}

.R-betInput-col b{	font-size: 18px;	color: #039; margin:0 5px}
.txtCol-L, .txtCol-R{ float:left}
.txtCol-L{ width:80px}
.coin-1{}
.chip-Btn li.coin-5{background-position: center -50px;}
.chip-Btn li.coin-10{background-position: center -100px;}
.chip-Btn li.coin-20{background-position: center -150px;}
.chip-Btn li.coin-30{background-position: center -200px;}
.chip-Btn li.coin-40{background-position: center -250px;}
.chip-Btn li.coin-50{background-position: center -300px;}
.chip-Btn li.coin-100{background-position: center -350px;}
.chip-Btn li.coin-200{background-position: center -400px;}
.chip-Btn li.coin-500{background-position: center -450px;}
.chip-Btn li.coin-1k{background-position: center -500px;}
.chip-Btn li.coin-2k{background-position: center -550px;}
.chip-Btn li.coin-5k{background-position: center -600px;}
.chip-Btn li.coin-10k{background-position: center -650px;}
.chip-Btn li.coin-1000{background-position: center -500px;}
.chip-Btn li.coin-2000{background-position: center -550px;}
.chip-Btn li.coin-5000{background-position: center -600px;}
.chip-Btn li.coin-10000{background-position: center -650px;}
.chipSet-box{ position:relative}
.coin-L, .coin-R{top: 8px;   font-size: 20px;    line-height: 35px;    height: 38px;    width: 25px;
    border: 1px solid #9aa2aa;    text-align: center; border-radius: 5px;cursor: pointer;position:absolute; }
.coin-L{ left:0;}
.coin-R{ right:0;}
.coin-L:hover, .coin-R:hover{	background-color:#577084;	color:#FFF}
/*右區開獎結果*/
.R-result{}

/*普通快速彈跳框*/
.general-fast{}
.genF-all .unBtn{ float:none; padding-bottom:10px; border-bottom:1px solid #ccc; margin-bottom:18px}
.genF-info{}
.genF-info-L, .genF-info-R{ display:inline-block; vertical-align:top}
.genF-info-R{border: 1px solid #91b4db; font-size:17px; width:240px}
ul.genF-bet{margin: 0px;padding: 0px;list-style-type: none;}
.genF-bet li{   background-color: #d7ebff;  width: 100%;  border-top: 1px solid #ffffff;    border-bottom: 1px solid #91b4db;  padding:8px 10px }
ul.genF-btn{	margin: 0px;padding: 0px;list-style-type: none; width:430px; position:relative }
.genF-btn li{ text-align:center; vertical-align:middle;cursor: pointer; border:1px solid #bcbcbc; display:block; float:left; width:40px; line-height:40px; height:40px; margin:0 -1px -1px 0}
.genF-btn li.unIcon{ background-color:#fff;}
.genF-btn li.checkIcon, .genF-btn li.checkIcon-ok{	background-color:#eee;	background-image: url(../../images/icon-check.svg);	background-repeat: no-repeat;	background-position: center top;	background-size:100%}
.genF-btn li.checkIcon-ok{background-position: center -38px;}
.genF-btn li.unIcon:hover, .genF-btn li.unIcon-ok{ background-color:#fff8c7}
.genF-input-L{ width:30%; display:inline-block; margin-right:1px; }
.genF-input-R{ width:63%; display:inline-block; text-align:left}
.genF-input-R .form-control{ width:90px; display:inline-block;    height: 34px;    padding: 6px 12px;    font-size: 14px;    line-height: 1.42857143;}
.genF-info-R .R-betInput-col{ text-align:left}
.genF-info-R .R-betInput-col span{ color:#C00; margin-left:3px}
.genF-info-R .sendBar{ float:none; margin:6px 0}

.checkIcon-no, .checkIcon-ok,.checkIcon-ok-disabled{   width: 30px;    height: 22px;    background-image: url(../../images/icon-check.svg);
    background-repeat: no-repeat;        background-size: 139%;
    margin: 0 auto;    overflow: hidden;}
.checkIcon-no{background-position: center -10px;}
.checkIcon-ok{background-position: center -51px;}
.checkIcon-ok-disabled{cursor: not-allowed;background-position: center -43px; width:25px;  height: 19px;}
.limitInfo .checkIcon-no{background-position: center -8px; width:25px;  height: 19px;}

/*過關快速*/
.pass-fast ul.genF-btn{ width:390px}
.pass-fast .genF-info-R{ width:320px}
.passBet-topic .unBtn{padding-bottom: 5px;    border-bottom: 0px solid #ccc;    margin-bottom: 5px;}
.passBet-topic, .passBet-foot{	background-color: #d7ebff;    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #91b4db;    padding: 8px 10px 6px;}
.passBar{ height:238px;     max-height: 238px;}	
ul.passBet{	margin: 0px;	padding:5px 10px;	width: 100%;	list-style-type: none;}
.passBet li{	border-bottom: 1px solid #91b4db;	padding:10px 0;	color: #F00;}
.passBet-un, .passBet-odd, .passBet-input, .passBet-close{ display:inline-block; vertical-align:middle}
.passBet-un{ font-size:15px; width:110px; text-align:left;letter-spacing: -1px;}
.passBet-odd{ width:60px}
.passBet-odd span{ color:#333}
.passBet-input input{ width:60px}
.passBet-close{}
.passBet-foot .col-xs-4{width: 33.33333333%;float: left;    position: relative;    min-height: 1px;    padding-right: 7px;    padding-left: 7px;}
.passBet-foot .col-xs-8{width: 66.66666667%;float: left;    position: relative;    min-height: 1px;    padding-right: 7px;    padding-left: 7px;}
.genF-btn .tooltip-inner {    text-align:left; padding:8px}

/*彈跳框- 公告*/
/*.newsInfo .panel-heading{    background-color: #e6f2ff; font-size:16px; cursor: pointer;    padding: 8px 12px;
    border-bottom: 1px solid transparent;color: #333; border-color: #ddd; 
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
   }

.newsInfo .panel-group {    margin-bottom: 20px;}
.newsInfo .panel-heading:hover{	background-color: #FFFAE6}
.newsInfo .panel-heading i{ margin-right:5px}
.newsInfo .panel-heading span{	margin-right:5px;	font-size:14px;	color:#F30} */ 
.newsInfo .p-1{    background-color: #e6f2ff; font-size:16px; cursor: pointer;    
    color: #333; border-color: #c4c4c4; 
	padding: .5rem .8rem!important;
   }

.newsInfo .panel-group {    margin-bottom: 20px;}
.newsInfo .p-1:hover{	background-color: #FFFAE6}
.newsInfo .p-1 i{ margin-right:5px}
.newsInfo .panel-heading span{	margin-right:5px;	font-size:14px;	color:#F30}

.newsInfo .panel {
	background-color: #fff;
    margin-bottom: 7px;
    border: #d8d8d8 1px solid;    
	border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.09);
    box-shadow: 0 1px 1px rgba(0,0,0,.09);
	text-align:left
}



/*玩法規則*/	
.ruleBox{}
.ruleInfo ul{	margin:0px;	padding: 0px;	list-style-type: none; text-align:left }
.ruleInfo{ padding:10px}
.ruleInfo ul li{    list-style-type: decimal; margin: 5px 8px 5px 15px;}
.rule-tbCol{ width:32%; display:inline-block; margin:0 2px;vertical-align:top}
.ruleInfo h1{ margin:10px 0; font-size:17px;    color: #c81414;}
.ruleInfo p{	margin-bottom:5px;	font-weight:bold;	color:#1E56B5; text-align:left}
.rule-spTxt{	color: #2B9347;	display:block}

/*自訂籌碼*/

.chip-box{ width:620px}
.chipInfo ul.chip-Btn{width: 547px;	overflow: auto; }
.chipInfo-top{ border-bottom:1px solid #ccc; padding: 10px 3px;    line-height: 32px;    margin-bottom: 15px;    font-size: 17px;    color: #0242b6;}
.chipInfo-top .pull-right{ width:180px}
.chipInfo .chip-Btn li{ width:70px; height:70px; margin:2px 4px}
.chipInfo .chip-Btn li:hover{ margin-top:-2px}
.chipInfo .chip-Btn li.coin-5{background-position: center -70px;}
.chipInfo .chip-Btn li.coin-10{background-position: center -140px;}
.chipInfo .chip-Btn li.coin-20{background-position: center -210px;}
.chipInfo .chip-Btn li.coin-30{background-position: center -280px;}
.chipInfo .chip-Btn li.coin-40{background-position: center -350px;}
.chipInfo .chip-Btn li.coin-50{background-position: center -420px;}
.chipInfo .chip-Btn li.coin-100{background-position: center -490px;}
.chipInfo .chip-Btn li.coin-200{background-position: center -560px;}
.chipInfo .chip-Btn li.coin-500{background-position: center -630px;}
.chipInfo .chip-Btn li.coin-1k{background-position: center -700px;}
.chipInfo .chip-Btn li.coin-2k{background-position: center -770px;}
.chipInfo .chip-Btn li.coin-5k{background-position: center -840px;}
.chipInfo .chip-Btn li.coin-10k{background-position: center -910px;}
.chipInfo .chip-Btn li.coin-1000{background-position: center -700px;}
.chipInfo .chip-Btn li.coin-2000{background-position: center -770px;}
.chipInfo .chip-Btn li.coin-5000{background-position: center -840px;}
.chipInfo .chip-Btn li.coin-10000{background-position: center -910px;}
.chipNo{    opacity: 0.3;}

/*開獎結果*/
.openPage .pagination{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a6c2e1+0,ffffff+100 */
background: #a6c2e1; /* Old browsers */
background: -moz-linear-gradient(top,  #a6c2e1 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #a6c2e1 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #a6c2e1 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c2e1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
margin: 10px 0 2px;
    padding: 5px;
	justify-content: center;}
.openInfo-col-2, .openInfo-col-3, .openInfo-col-4{float:left;margin:4px}
.openInfo-col-2{width:49%; }
.openInfo-col-3{width:33%;}
.openInfo-col-4{ width:24%;}
.openInfo-topic, .limitInfo-topic, .odd-topic{
	background: rgb(247,250,252);
    background: -moz-linear-gradient(top, rgba(255, 255, 255,1) 0%, rgba(223, 239, 255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255,1) 0%,rgba(223, 239, 255,1) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgb(223, 239, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e1f0ff',GradientType=0 );
	
	moz-box-shadow: 1px 1px 0px #a0a0a0;;
    -webkit-box-shadow: 1px 1px 0px #a0a0a0;;
    box-shadow: 1px 1px 0px #a0a0a0;;
	
	padding: 6px 8px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    line-height: 30px;
	text-align:left;
	font-size:15px
	
	}
.tb-title{    text-align: center;    padding: 5px;    color: #FFF;    background-color: #193656;
     border: 1px solid #c9c9c9; width:100%}	
.openInfo-topic-L{ float:left}
.openInfo-topic-R{ float:right; width:68%}
.openInfo-topic select.form-control:not([size]):not([multiple]){ height:auto}
.openInfo-topic .form-control, .limitInfo-topic .form-control, .odd-topic .form-control{height: 34px;    padding: 6px;    font-size: 14px;    line-height: 1.42857143;}
.openInfo-topic label, .limitInfo-topic label, .odd-topic label{ margin-bottom:5px}

.search-tool{ text-align:right}
.search-tool .col-lg-3, .search-tool .col-lg-4{    padding-right: 3px;    padding-left: 2px; float:none; display:inline-block}
.open-box .btn{ padding:4px 8px}
.open-box .btn i{color: #fbff00;}
.openInfo-topic .btn{    margin-top: -3px; padding:3px 8px}

/*投注限額*/
.limitInfo-topic .formSet{ width:130px;}
.limitInfo .fixed-w-h{ width:151px}
.limitInfo .tbSet2{ margin:12px 0}
.limitInfo .fixed-w-h .w100{ width:100px}

/*彈跳框-參考賠率*/
.oddList{}
.odd-topic{ line-height:18px; font-size:15px;    padding: 6px 8px;}
/*開獎直播*/
.play-box .betBtn li{ width:19%; margin:2px; font-size:16px; padding:5px 0}

/*投注記錄*/
@media (min-width: 576px){.bet-box{ max-width:1100px}}
.bet-box{ width:1100px}
.betInfo{ position:relative}
.betInfo .showTab li a{ padding:5px 25px; font-size:16px}
.betShow{border: 1px solid #ffad58;    border-top: none;  width: 100%;    padding: 15px 8px 8px;   margin-bottom: 20px;}
.betInfo .Tab-R{ position:absolute; right:0; top:15px}
.betInfo .betBtn ul{ margin-right:20px}
.betInfo .betBtn li{ margin:0 -1px 0 0}
.betInfo .Tab-R .formSet{height: 29px;    line-height: 29px; margin-right:3px; width:80px}
.betInfo .betBtn li.selectBtn{
	background: rgb(234,19,0);
    background: -moz-linear-gradient(top, rgb(149, 149, 149) 0%,rgb(57, 57, 57) 100%);
    background: -webkit-linear-gradient(top, rgb(149, 149, 149) 0%,rgb(57, 57, 57) 100%);
    background: linear-gradient(to bottom, rgb(149, 149, 149) 0%,rgb(57, 57, 57) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#393939',GradientType=0 );
    border: 1px solid #979797;
	}
.betInfo .half-w{ display:inline-block; width:49%; margin:0 2px; vertical-align:top}

/*投注記錄-歷史帳務*/
.betInfo-topic{ border-bottom:1px solid #ffddbc;padding: 5px 10px; margin: -15px -8px 10px; background-color:#fffae0;}
.betInfo-topic .btn{     padding: 2px 20px;}
.betInfo-topic .betBtn li{width: auto;    padding: 4px 15px;}
.betInfo-topic .betBtn{ margin:5px 0; text-align:center}

.spArea-aTxt p{margin-bottom: 0.3rem;}
/*個人資料修改*/
.my-box{    width: 580px;}
.myInfo{    background-color: #e3edef;    padding: 20px;    margin: 20px; border-radius: 15px;}

@media (min-width: 576px){.form-inline .form-group{	}	}
.myInfo .form-group{ 
margin:5px 0; 
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content:center}
.myInfo .form-group .btn{ margin:5px}
.my-col-L{justify-content:center;     display: flex;    align-items: center; width:20%}
.my-col-R{ display: flex;    align-items: center; text-align:left; width:50%; margin-bottom: .5rem;}

/*頁碼區*/
.page-foot{  text-align:center;    background-color: #fff8d4;    margin: 20px -8px -8px; padding-top: 15px;}
.page-foot .pagination{ vertical-align:middle;}
.page-foot .formSet{ width:60px; height:32px; line-height:32px; margin-left:15px;     vertical-align: middle;    height: 35px;
    line-height: 35px;border: 1px solid #c1c3c4;}
.page-foot-L, .page-foot-R{ display:inline-block;vertical-align: top;}
.page-foot-R{display:inline-block}
.page-foot-L .page-link{font-size: 15px;    font-weight: 900;}

.txtBreak{word-break: break-word;}
/*傳統投注增加籌碼*/
ul.addCoin{ 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d1f4ff+0,ffffff+50,d1f7ff+100 */
background: #d1f4ff; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #d1f4ff 0%, #ffffff 50%, #d1f7ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #d1f4ff 0%,#ffffff 50%,#d1f7ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #d1f4ff 0%,#ffffff 50%,#d1f7ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1f4ff', endColorstr='#d1f7ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	
text-align:center; width:280px;padding:5px 0 0px; margin:-6px -10px; 
}
.addCoin li{ float:none; display:inline-block; margin:0 -1px}
.addCoin li:hover{
	-webkit-filter:contrast(2);
	filter:contrast(2);}
.popover{
	box-shadow: 1px 1px 3px #373737;
    -webkit-box-shadow: 1px 1px 3px #373737;
    -moz-box-shadow: 1px 1px 3px #373737;}
.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before{    border-bottom-color: rgba(0,0,0,.6);}
.tbSet-td input::-webkit-input-placeholder { /* WebKit, Blink, Edge */   
color : #94A5A9; font-size:12px;  font-weight:normal} 
.tbSet-td input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
   color :#94A5A9 ;font-size:12px; font-weight:normal} 
.tbSet-td input::-moz-placeholder{ /* Mozilla Firefox 19+ */ 
   color : #94A5A9 ;font-size:12px;  font-weight:normal} 
.tbSet-td input:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
   color : #94A5A9 ;font-size:12px; font-weight:normal}
.txtHide{ display:none}
.txtTotal{ text-align:right}
/*右區獎號資訊移到中區*/
.issueInfo-show .tbSet2-td span{ margin: 0}


/*共用標籤*/
.txt-orange { color:#e64100;}
.txt-green{ color:#008d0d}
.txt-blue{ color:#004eff}
.txt-red{	color:#C00}
.txt-gray-light{	color:#B2B2B2}
.txt-gray-drak{	color:#333}
.txt-yellow{	color: #FFD324;`}
.w30{ width:30px}
.w40{width:40px}
.w50{width:50px}
.w60{width:60px}
.w70{width:70px}
.w80{width:80px}
.w100{ width:100px}
.w120{ width:120px}
.mL5{ margin-left:5px}
.mL10{margin-left:10px}
.mt10{ margin-top:10px}
.mt20{margin-top:20px}
.txtBold{ font-weight:bold}




 /********分頁共用設定********/
.pagination-txt{
	font-size:14px;
	margin-right:15px;
	display: inline-block;
    vertical-align: top;
    padding-top: 10px;
}
.pagination-txt span{ padding:0 10px}


/*啊保聊天室-PC*/
#bbs{	height: 650px;	width: 100%; border:1px solid #bbbbbb}
.bbs-news{
	width: 249px;
    position: relative;
    border: 2px ridge #539de8;
    height: 600px;
    background-color: #4486cc;
    vertical-align: middle;
    color: #fff;
    display: table-cell;
    text-align: center;
	}
.bbs-news-txt{  color:#fff;     padding: 30px 20px; font-size:16px}
.chat-t-btn{ display:none}
.chat-box{    border-radius: 0;     border: 1px solid #185aa0; text-align: left}
.chat-wrap{ height:620px}
.chat-top{    padding: 11px;}
.chat-name{ color:#1f76bf}
.chat-img-list li{ width:16.3%}
.chat-img-list-gif li{ width: 19.5%; max-width: 19.5%; }
.chat-img-list-gif li img{ width: 36px; height: 36px}
.chat-content{ padding:8px 5px}


@-moz-keyframes dots-loader {
  0% {
    -moz-box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
  8.33% {
    -moz-box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
  16.67% {
    -moz-box-shadow: #f86 14px 14px 0 7px, #fc6 14px 14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    box-shadow: #f86 14px 14px 0 7px, #fc6 14px 14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
  25% {
    -moz-box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px 14px 0 7px, #4ae -14px 14px 0 7px;
    box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
  33.33% {
    -moz-box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae -14px -14px 0 7px;
    box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae -14px -14px 0 7px;
  }
  41.67% {
    -moz-box-shadow: #f86 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    box-shadow: #f86 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
  }
  50% {
    -moz-box-shadow: #f86 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    box-shadow: #f86 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
  }
  58.33% {
    -moz-box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
  }
  66.67% {
    -moz-box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
  }
  75% {
    -moz-box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px -14px 0 7px, #4ae 14px -14px 0 7px;
    box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px -14px 0 7px, #4ae 14px -14px 0 7px;
  }
  83.33% {
    -moz-box-shadow: #f86 14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae 14px 14px 0 7px;
    box-shadow: #f86 14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae 14px 14px 0 7px;
  }
  91.67% {
    -moz-box-shadow: #f86 -14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    box-shadow: #f86 -14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
  100% {
    -moz-box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
}
@-webkit-keyframes dots-loader {
  0% {
    -webkit-box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
  8.33% {
    -webkit-box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
  16.67% {
    -webkit-box-shadow: #f86 14px 14px 0 7px, #fc6 14px 14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    box-shadow: #f86 14px 14px 0 7px, #fc6 14px 14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
  25% {
    -webkit-box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px 14px 0 7px, #4ae -14px 14px 0 7px;
    box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
  33.33% {
    -webkit-box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae -14px -14px 0 7px;
    box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae -14px -14px 0 7px;
  }
  41.67% {
    -webkit-box-shadow: #f86 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    box-shadow: #f86 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
  }
  50% {
    -webkit-box-shadow: #f86 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    box-shadow: #f86 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
  }
  58.33% {
    -webkit-box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
  }
  66.67% {
    -webkit-box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
  }
  75% {
    -webkit-box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px -14px 0 7px, #4ae 14px -14px 0 7px;
    box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px -14px 0 7px, #4ae 14px -14px 0 7px;
  }
  83.33% {
    -webkit-box-shadow: #f86 14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae 14px 14px 0 7px;
    box-shadow: #f86 14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae 14px 14px 0 7px;
  }
  91.67% {
    -webkit-box-shadow: #f86 -14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    box-shadow: #f86 -14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
  100% {
    -webkit-box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
}
@keyframes dots-loader {
  0% {
    -moz-box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    -webkit-box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
  8.33% {
    -moz-box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    -webkit-box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
  16.67% {
    -moz-box-shadow: #f86 14px 14px 0 7px, #fc6 14px 14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    -webkit-box-shadow: #f86 14px 14px 0 7px, #fc6 14px 14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    box-shadow: #f86 14px 14px 0 7px, #fc6 14px 14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
  25% {
    -moz-box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px 14px 0 7px, #4ae -14px 14px 0 7px;
    -webkit-box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px 14px 0 7px, #4ae -14px 14px 0 7px;
    box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
  33.33% {
    -moz-box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae -14px -14px 0 7px;
    -webkit-box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae -14px -14px 0 7px;
    box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae -14px -14px 0 7px;
  }
  41.67% {
    -moz-box-shadow: #f86 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    -webkit-box-shadow: #f86 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    box-shadow: #f86 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
  }
  50% {
    -moz-box-shadow: #f86 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    -webkit-box-shadow: #f86 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    box-shadow: #f86 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
  }
  58.33% {
    -moz-box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    -webkit-box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
  }
  66.67% {
    -moz-box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    -webkit-box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
  }
  75% {
    -moz-box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px -14px 0 7px, #4ae 14px -14px 0 7px;
    -webkit-box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px -14px 0 7px, #4ae 14px -14px 0 7px;
    box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px -14px 0 7px, #4ae 14px -14px 0 7px;
  }
  83.33% {
    -moz-box-shadow: #f86 14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae 14px 14px 0 7px;
    -webkit-box-shadow: #f86 14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae 14px 14px 0 7px;
    box-shadow: #f86 14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae 14px 14px 0 7px;
  }
  91.67% {
    -moz-box-shadow: #f86 -14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    -webkit-box-shadow: #f86 -14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    box-shadow: #f86 -14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
  100% {
    -moz-box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    -webkit-box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  }
}
/* :not(:required) hides this rule from IE9 and below */
.dots-loader:not(:required) {
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: transparent;
  border-radius: 100%;
  -moz-box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  -webkit-box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  -moz-animation: dots-loader 5s infinite ease-in-out;
  -webkit-animation: dots-loader 5s infinite ease-in-out;
  animation: dots-loader 5s infinite ease-in-out;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/***未開獎動畫********************************************/
.move-img .shape.shape1, .move-img .shape.shape2, .move-img .shape.shape3, .move-img .shape.shape4{    
background: rgba(12, 187, 196,.15);}
.move-txt h1, .move-txt em span {    color: #113fa6;}
.move-wrap{        position: relative;    padding-bottom: 40px;    margin: -6px auto 0;}
.move-box{	margin: 0 auto;	width:880px;	display: flex;	overflow: hidden;	height:550px}

.move-img {  width: 450px;  height: 450px;  position: relative;}
.move-img.animation-1 {  -webkit-transform: rotate(45deg);          transform: rotate(45deg);}
.move-img .shape {  position: absolute;  width: 80%;  height: 80%;}
.move-img .shape.shape1 {  left: -10px;  top:-80px; }
.move-img .shape.shape2 {  left: 180px;  top:-250px;}
.move-img .shape.shape3 {  left: 80px;  top:-205px;}
.move-img .shape.shape4 {  top: -350px;    right: -115px;}

.animation-1 .shape1 {
  -webkit-animation: animation1shape1 4.5s ease 0s infinite alternate;
          animation: animation1shape1 4.5s ease 0s infinite alternate;
}

@-webkit-keyframes animation1shape1 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(120px, 120px);
            transform: translate(120px, 120px);
  }
}

@keyframes animation1shape1 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(120px, 120px);
            transform: translate(120px, 120px);
  }
}


.animation-1 .shape2 {
  -webkit-animation: animation1shape2 3.8s ease 0s infinite alternate-reverse;
          animation: animation1shape2 3.8s ease 0s infinite alternate-reverse;
  
}

@-webkit-keyframes animation1shape2 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(130px, 130px);
            transform: translate(130px, 130px);
  }
}

@keyframes animation1shape2 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(130px, 130px);
            transform: translate(130px, 130px);
  }
}

.animation-1 .shape3 {
  -webkit-animation: animation1shape3 3.5s ease 0s infinite alternate-reverse;
          animation: animation1shape3 3.5s ease 0s infinite alternate-reverse;
}

@-webkit-keyframes animation1shape3 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(100px, 100px);
            transform: translate(100px, 100px);
  }
}

@keyframes animation1shape3 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(100px, 100px);
            transform: translate(100px, 100px);
  }
}
.animation-1 .shape4 {
  -webkit-animation: animation1shape4 3.5s ease 0s infinite alternate;
          animation: animation1shape4 3.5s ease 0s infinite alternate;
}

@-webkit-keyframes animation1shape4 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(170px, 170px);
            transform: translate(170px, 170px);
  }
}

@keyframes animation1shape4 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(170px, 170px);
            transform: translate(170px, 170px);
  }
}


.move-txt{
	position: absolute;	z-index:1;	text-align:center;
	padding-top: 120px;    right:0;    left:0;    margin: 120px auto 0;}
.move-txt h1{	font-size:40px;	font-weight: bold;	text-shadow: 0px 1px 3px #ffffff;	margin: 10px auto;}

.move-txt p{    font-size: 30px;    text-shadow: 0px 1px 3px #ffffff;}
.move-txt em{	font-style: normal;}
.openBox{
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #d5ccce;
	overflow: hidden;
	zoom: 1;
	background: #fff;
	border-radius: 50px;
    vertical-align: top;
	width:600px;
	font-size:20px;
	margin:25px auto;
	-webkit-box-shadow:0px 0px 1px #fafafa;
	-moz-box-shadow: 0px 0px 1px #fafafa;
	box-shadow: 0px 1px 0px #fafafa;
}
.kjBtn11{ 
    padding:4px 10px;
	margin-left: 8px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 15px;
    display: inline-block;
	-webkit-box-shadow:0px 0px 1px #fafafa;
	-moz-box-shadow: 0px 0px 1px #fafafa;
	box-shadow: 0px 1px 0px #fafafa;
	
}
.move-grayBar{
	font-family: Verdana;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 4px 5px 4px 10px;
    background: #f2f2f2;
	text-align:center}
.move-grayBar-L{float: left;}
.move-grayBar-R{float: right;}
.move-grayBar-L .btn, .move-grayBar-R .btn{
    font-size: 14px;
    padding: 2px 8px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
	color: #8d8d8d;
	margin-top:3px
}
.move-grayBar .form-control{ width:150px; margin:0 auto}
/*@media (max-width: 768px){
 .move-box {    width: 100%;  }

 .move-img .shape.shape1 {    left: -60px;  }
 .move-img .shape.shape4 {    top: -310px;    right: -55px;}
 .move-img .shape.shape3{ left:30px}
.move-wrap{margin:0 auto;}	
.move-txt h1{ font-size:25px}
.move-txt p{ font-size:20px}
.move-txt{margin: 60px auto 0;}
	}
@media (max-width: 568px){
 .move-box { height:450px;  }
 .move-img {  width: 350px;  height: 350px;}
.move-img .shape.shape2{left: -150px;    top: 50px;}
.move-img .shape.shape3{ left:0}
.move-img .shape.shape4 {    left: -25px;    top: -180px;}
	}*/
	
/**遊戲送出等待動畫****************************/
.betWait-box{
position: fixed;    left: 0;    right: 0;  top: 0;    margin: auto;display: none;
    bottom: 0;    z-index: 1300;    background-color: rgb(8 26 62 / 88%);    width: 100%;    height: 100%;}
.betWait-info{width: 300px;    margin: 100px auto 0;    position: relative; text-align:center; color: #ffde5c;  font-size: 20px;
    font-weight: bold;}
.baeWait-movie{ display: block;    vertical-align: middle;    height: 150px;    text-align: center;    padding-top: 65px;}
.pulse-loader:not(:required) {
  display: inline-block;
  width: 50px;
  height: 50px;
  -moz-animation: pulse-loader 0.7s linear infinite alternate;
  -webkit-animation: pulse-loader 0.7s linear infinite alternate;
  animation: pulse-loader 0.7s linear infinite alternate;
  border: 2px solid #e67e22;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 50px;
}

@-moz-keyframes pulse-loader {
  0% {
    -moz-box-shadow: #e67e22 0 0 0px 20px;
    box-shadow: #e67e22 0 0 0px 20px;
  }
  40% {
    -moz-box-shadow: none;
    box-shadow: none;
  }
  100% {
    -moz-box-shadow: #e67e22 0 0 0px 25px inset;
    box-shadow: #e67e22 0 0 0px 25px inset;
  }
}
@-webkit-keyframes pulse-loader {
  0% {
    -webkit-box-shadow: #e67e22 0 0 0px 20px;
    box-shadow: #e67e22 0 0 0px 20px;
  }
  40% {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  100% {
    -webkit-box-shadow: #e67e22 0 0 0px 25px inset;
    box-shadow: #e67e22 0 0 0px 25px inset;
  }
}
@keyframes pulse-loader {
  0% {
    -moz-box-shadow: #e67e22 0 0 0px 20px;
    -webkit-box-shadow: #e67e22 0 0 0px 20px;
    box-shadow: #e67e22 0 0 0px 20px;
  }
  40% {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  100% {
    -moz-box-shadow: #e67e22 0 0 0px 25px inset;
    -webkit-box-shadow: #e67e22 0 0 0px 25px inset;
    box-shadow: #e67e22 0 0 0px 25px inset;
  }
}

/**/
@-moz-keyframes whirly-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes whirly-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes whirly-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.whirly-loader:not(:required) {
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: transparent;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: #e66 0px 26px 0 6px, #e66 0.90971px 26.05079px 0 5.93333px, #e66 1.82297px 26.06967px 0 5.86667px, #e66 2.73865px 26.05647px 0 5.8px, #e66 3.65561px 26.01104px 0 5.73333px, #e66 4.57274px 25.93327px 0 5.66667px, #e66 5.48887px 25.8231px 0 5.6px, #e66 6.40287px 25.68049px 0 5.53333px, #e66 7.31358px 25.50548px 0 5.46667px, #e66 8.21985px 25.2981px 0 5.4px, #e66 9.12054px 25.05847px 0 5.33333px, #e66 10.01448px 24.78672px 0 5.26667px, #e66 10.90054px 24.48302px 0 5.2px, #e66 11.77757px 24.1476px 0 5.13333px, #e66 12.64443px 23.78072px 0 5.06667px, #e66 13.5px 23.38269px 0 5px, #e66 14.34315px 22.95384px 0 4.93333px, #e66 15.17277px 22.49455px 0 4.86667px, #e66 15.98776px 22.00526px 0 4.8px, #e66 16.78704px 21.48643px 0 4.73333px, #e66 17.56953px 20.93855px 0 4.66667px, #e66 18.33418px 20.36217px 0 4.6px, #e66 19.07995px 19.75787px 0 4.53333px, #e66 19.80582px 19.12626px 0 4.46667px, #e66 20.5108px 18.468px 0 4.4px, #e66 21.1939px 17.78379px 0 4.33333px, #e66 21.85416px 17.07434px 0 4.26667px, #e66 22.49067px 16.34043px 0 4.2px, #e66 23.10251px 15.58284px 0 4.13333px, #e66 23.68881px 14.80241px 0 4.06667px, #e66 24.24871px 14px 0 4px, #e66 24.7814px 13.1765px 0 3.93333px, #e66 25.28607px 12.33284px 0 3.86667px, #e66 25.76198px 11.46997px 0 3.8px, #e66 26.2084px 10.58888px 0 3.73333px, #e66 26.62462px 9.69057px 0 3.66667px, #e66 27.01001px 8.77608px 0 3.6px, #e66 27.36392px 7.84648px 0 3.53333px, #e66 27.68577px 6.90284px 0 3.46667px, #e66 27.97502px 5.94627px 0 3.4px, #e66 28.23116px 4.97791px 0 3.33333px, #e66 28.4537px 3.99891px 0 3.26667px, #e66 28.64223px 3.01042px 0 3.2px, #e66 28.79635px 2.01364px 0 3.13333px, #e66 28.91571px 1.00976px 0 3.06667px, #e66 29px 0px 0 3px, #e66 29.04896px -1.01441px 0 2.93333px, #e66 29.06237px -2.03224px 0 2.86667px, #e66 29.04004px -3.05223px 0 2.8px, #e66 28.98185px -4.07313px 0 2.73333px, #e66 28.88769px -5.09368px 0 2.66667px, #e66 28.75754px -6.1126px 0 2.6px, #e66 28.59138px -7.12863px 0 2.53333px, #e66 28.38926px -8.14049px 0 2.46667px, #e66 28.15127px -9.1469px 0 2.4px, #e66 27.87755px -10.1466px 0 2.33333px, #e66 27.56827px -11.1383px 0 2.26667px, #e66 27.22365px -12.12075px 0 2.2px, #e66 26.84398px -13.09268px 0 2.13333px, #e66 26.42956px -14.05285px 0 2.06667px, #e66 25.98076px -15px 0 2px, #e66 25.49798px -15.93291px 0 1.93333px, #e66 24.98167px -16.85035px 0 1.86667px, #e66 24.43231px -17.75111px 0 1.8px, #e66 23.85046px -18.63402px 0 1.73333px, #e66 23.23668px -19.49789px 0 1.66667px, #e66 22.5916px -20.34157px 0 1.6px, #e66 21.91589px -21.16393px 0 1.53333px, #e66 21.21024px -21.96384px 0 1.46667px, #e66 20.4754px -22.74023px 0 1.4px, #e66 19.71215px -23.49203px 0 1.33333px, #e66 18.92133px -24.2182px 0 1.26667px, #e66 18.10379px -24.91772px 0 1.2px, #e66 17.26042px -25.58963px 0 1.13333px, #e66 16.39217px -26.23295px 0 1.06667px, #e66 15.5px -26.84679px 0 1px, #e66 14.58492px -27.43024px 0 0.93333px, #e66 13.64796px -27.98245px 0 0.86667px, #e66 12.69018px -28.50262px 0 0.8px, #e66 11.7127px -28.98995px 0 0.73333px, #e66 10.71663px -29.4437px 0 0.66667px, #e66 9.70313px -29.86317px 0 0.6px, #e66 8.67339px -30.2477px 0 0.53333px, #e66 7.6286px -30.59666px 0 0.46667px, #e66 6.57001px -30.90946px 0 0.4px, #e66 5.49886px -31.18558px 0 0.33333px, #e66 4.41643px -31.42451px 0 0.26667px, #e66 3.32401px -31.6258px 0 0.2px, #e66 2.22291px -31.78904px 0 0.13333px, #e66 1.11446px -31.91388px 0 0.06667px, #e66 0px -32px 0 0px, #e66 -1.11911px -32.04713px 0 -0.06667px, #e66 -2.24151px -32.05506px 0 -0.13333px, #e66 -3.36582px -32.02361px 0 -0.2px, #e66 -4.49065px -31.95265px 0 -0.26667px, #e66 -5.61462px -31.84212px 0 -0.33333px, #e66 -6.73634px -31.69198px 0 -0.4px, #e66 -7.8544px -31.50227px 0 -0.46667px, #e66 -8.9674px -31.27305px 0 -0.53333px, #e66 -10.07395px -31.00444px 0 -0.6px, #e66 -11.17266px -30.69663px 0 -0.66667px, #e66 -12.26212px -30.34982px 0 -0.73333px, #e66 -13.34096px -29.96429px 0 -0.8px, #e66 -14.4078px -29.54036px 0 -0.86667px, #e66 -15.46126px -29.07841px 0 -0.93333px, #e66 -16.5px -28.57884px 0 -1px, #e66 -17.52266px -28.04212px 0 -1.06667px, #e66 -18.52792px -27.46878px 0 -1.13333px, #e66 -19.51447px -26.85936px 0 -1.2px, #e66 -20.48101px -26.21449px 0 -1.26667px, #e66 -21.42625px -25.53481px 0 -1.33333px, #e66 -22.34896px -24.82104px 0 -1.4px, #e66 -23.2479px -24.07391px 0 -1.46667px, #e66 -24.12186px -23.29421px 0 -1.53333px, #e66 -24.96967px -22.48279px 0 -1.6px, #e66 -25.79016px -21.64052px 0 -1.66667px, #e66 -26.58223px -20.76831px 0 -1.73333px, #e66 -27.34477px -19.86714px 0 -1.8px, #e66 -28.07674px -18.938px 0 -1.86667px, #e66 -28.7771px -17.98193px 0 -1.93333px, #e66 -29.44486px -17px 0 -2px, #e66 -30.07908px -15.99333px 0 -2.06667px, #e66 -30.67884px -14.96307px 0 -2.13333px, #e66 -31.24325px -13.91039px 0 -2.2px, #e66 -31.7715px -12.83652px 0 -2.26667px, #e66 -32.26278px -11.74269px 0 -2.33333px, #e66 -32.71634px -10.63018px 0 -2.4px, #e66 -33.13149px -9.5003px 0 -2.46667px, #e66 -33.50755px -8.35437px 0 -2.53333px, #e66 -33.84391px -7.19374px 0 -2.6px, #e66 -34.14px -6.0198px 0 -2.66667px, #e66 -34.39531px -4.83395px 0 -2.73333px, #e66 -34.60936px -3.63759px 0 -2.8px, #e66 -34.78173px -2.43218px 0 -2.86667px, #e66 -34.91205px -1.21916px 0 -2.93333px, #e66 -35px 0px 0 -3px, #e66 -35.04531px 1.22381px 0 -3.06667px, #e66 -35.04775px 2.45078px 0 -3.13333px, #e66 -35.00717px 3.6794px 0 -3.2px, #e66 -34.92345px 4.90817px 0 -3.26667px, #e66 -34.79654px 6.13557px 0 -3.33333px, #e66 -34.62643px 7.36007px 0 -3.4px, #e66 -34.41316px 8.58016px 0 -3.46667px, #e66 -34.15683px 9.79431px 0 -3.53333px, #e66 -33.85761px 11.001px 0 -3.6px, #e66 -33.5157px 12.19872px 0 -3.66667px, #e66 -33.13137px 13.38594px 0 -3.73333px, #e66 -32.70493px 14.56117px 0 -3.8px, #e66 -32.23675px 15.72291px 0 -3.86667px, #e66 -31.72725px 16.86968px 0 -3.93333px, #e66 -31.17691px 18px 0 -4px, #e66 -30.58627px 19.11242px 0 -4.06667px, #e66 -29.95589px 20.2055px 0 -4.13333px, #e66 -29.28642px 21.27783px 0 -4.2px, #e66 -28.57852px 22.32799px 0 -4.26667px, #e66 -27.83295px 23.35462px 0 -4.33333px, #e66 -27.05047px 24.35635px 0 -4.4px, #e66 -26.23192px 25.33188px 0 -4.46667px, #e66 -25.37819px 26.27988px 0 -4.53333px, #e66 -24.49018px 27.1991px 0 -4.6px, #e66 -23.56888px 28.0883px 0 -4.66667px, #e66 -22.6153px 28.94626px 0 -4.73333px, #e66 -21.6305px 29.77183px 0 -4.8px, #e66 -20.61558px 30.56385px 0 -4.86667px, #e66 -19.57168px 31.32124px 0 -4.93333px, #e66 -18.5px 32.04294px 0 -5px, #e66 -17.40175px 32.72792px 0 -5.06667px, #e66 -16.27818px 33.37522px 0 -5.13333px, #e66 -15.1306px 33.98389px 0 -5.2px, #e66 -13.96034px 34.55305px 0 -5.26667px, #e66 -12.76875px 35.08186px 0 -5.33333px, #e66 -11.55724px 35.56951px 0 -5.4px, #e66 -10.32721px 36.01527px 0 -5.46667px, #e66 -9.08014px 36.41843px 0 -5.53333px, #e66 -7.81748px 36.77835px 0 -5.6px, #e66 -6.54075px 37.09443px 0 -5.66667px, #e66 -5.25147px 37.36612px 0 -5.73333px, #e66 -3.95118px 37.59293px 0 -5.8px, #e66 -2.64145px 37.77443px 0 -5.86667px, #e66 -1.32385px 37.91023px 0 -5.93333px;
  -webkit-box-shadow: #e66 0px 26px 0 6px, #e66 0.90971px 26.05079px 0 5.93333px, #e66 1.82297px 26.06967px 0 5.86667px, #e66 2.73865px 26.05647px 0 5.8px, #e66 3.65561px 26.01104px 0 5.73333px, #e66 4.57274px 25.93327px 0 5.66667px, #e66 5.48887px 25.8231px 0 5.6px, #e66 6.40287px 25.68049px 0 5.53333px, #e66 7.31358px 25.50548px 0 5.46667px, #e66 8.21985px 25.2981px 0 5.4px, #e66 9.12054px 25.05847px 0 5.33333px, #e66 10.01448px 24.78672px 0 5.26667px, #e66 10.90054px 24.48302px 0 5.2px, #e66 11.77757px 24.1476px 0 5.13333px, #e66 12.64443px 23.78072px 0 5.06667px, #e66 13.5px 23.38269px 0 5px, #e66 14.34315px 22.95384px 0 4.93333px, #e66 15.17277px 22.49455px 0 4.86667px, #e66 15.98776px 22.00526px 0 4.8px, #e66 16.78704px 21.48643px 0 4.73333px, #e66 17.56953px 20.93855px 0 4.66667px, #e66 18.33418px 20.36217px 0 4.6px, #e66 19.07995px 19.75787px 0 4.53333px, #e66 19.80582px 19.12626px 0 4.46667px, #e66 20.5108px 18.468px 0 4.4px, #e66 21.1939px 17.78379px 0 4.33333px, #e66 21.85416px 17.07434px 0 4.26667px, #e66 22.49067px 16.34043px 0 4.2px, #e66 23.10251px 15.58284px 0 4.13333px, #e66 23.68881px 14.80241px 0 4.06667px, #e66 24.24871px 14px 0 4px, #e66 24.7814px 13.1765px 0 3.93333px, #e66 25.28607px 12.33284px 0 3.86667px, #e66 25.76198px 11.46997px 0 3.8px, #e66 26.2084px 10.58888px 0 3.73333px, #e66 26.62462px 9.69057px 0 3.66667px, #e66 27.01001px 8.77608px 0 3.6px, #e66 27.36392px 7.84648px 0 3.53333px, #e66 27.68577px 6.90284px 0 3.46667px, #e66 27.97502px 5.94627px 0 3.4px, #e66 28.23116px 4.97791px 0 3.33333px, #e66 28.4537px 3.99891px 0 3.26667px, #e66 28.64223px 3.01042px 0 3.2px, #e66 28.79635px 2.01364px 0 3.13333px, #e66 28.91571px 1.00976px 0 3.06667px, #e66 29px 0px 0 3px, #e66 29.04896px -1.01441px 0 2.93333px, #e66 29.06237px -2.03224px 0 2.86667px, #e66 29.04004px -3.05223px 0 2.8px, #e66 28.98185px -4.07313px 0 2.73333px, #e66 28.88769px -5.09368px 0 2.66667px, #e66 28.75754px -6.1126px 0 2.6px, #e66 28.59138px -7.12863px 0 2.53333px, #e66 28.38926px -8.14049px 0 2.46667px, #e66 28.15127px -9.1469px 0 2.4px, #e66 27.87755px -10.1466px 0 2.33333px, #e66 27.56827px -11.1383px 0 2.26667px, #e66 27.22365px -12.12075px 0 2.2px, #e66 26.84398px -13.09268px 0 2.13333px, #e66 26.42956px -14.05285px 0 2.06667px, #e66 25.98076px -15px 0 2px, #e66 25.49798px -15.93291px 0 1.93333px, #e66 24.98167px -16.85035px 0 1.86667px, #e66 24.43231px -17.75111px 0 1.8px, #e66 23.85046px -18.63402px 0 1.73333px, #e66 23.23668px -19.49789px 0 1.66667px, #e66 22.5916px -20.34157px 0 1.6px, #e66 21.91589px -21.16393px 0 1.53333px, #e66 21.21024px -21.96384px 0 1.46667px, #e66 20.4754px -22.74023px 0 1.4px, #e66 19.71215px -23.49203px 0 1.33333px, #e66 18.92133px -24.2182px 0 1.26667px, #e66 18.10379px -24.91772px 0 1.2px, #e66 17.26042px -25.58963px 0 1.13333px, #e66 16.39217px -26.23295px 0 1.06667px, #e66 15.5px -26.84679px 0 1px, #e66 14.58492px -27.43024px 0 0.93333px, #e66 13.64796px -27.98245px 0 0.86667px, #e66 12.69018px -28.50262px 0 0.8px, #e66 11.7127px -28.98995px 0 0.73333px, #e66 10.71663px -29.4437px 0 0.66667px, #e66 9.70313px -29.86317px 0 0.6px, #e66 8.67339px -30.2477px 0 0.53333px, #e66 7.6286px -30.59666px 0 0.46667px, #e66 6.57001px -30.90946px 0 0.4px, #e66 5.49886px -31.18558px 0 0.33333px, #e66 4.41643px -31.42451px 0 0.26667px, #e66 3.32401px -31.6258px 0 0.2px, #e66 2.22291px -31.78904px 0 0.13333px, #e66 1.11446px -31.91388px 0 0.06667px, #e66 0px -32px 0 0px, #e66 -1.11911px -32.04713px 0 -0.06667px, #e66 -2.24151px -32.05506px 0 -0.13333px, #e66 -3.36582px -32.02361px 0 -0.2px, #e66 -4.49065px -31.95265px 0 -0.26667px, #e66 -5.61462px -31.84212px 0 -0.33333px, #e66 -6.73634px -31.69198px 0 -0.4px, #e66 -7.8544px -31.50227px 0 -0.46667px, #e66 -8.9674px -31.27305px 0 -0.53333px, #e66 -10.07395px -31.00444px 0 -0.6px, #e66 -11.17266px -30.69663px 0 -0.66667px, #e66 -12.26212px -30.34982px 0 -0.73333px, #e66 -13.34096px -29.96429px 0 -0.8px, #e66 -14.4078px -29.54036px 0 -0.86667px, #e66 -15.46126px -29.07841px 0 -0.93333px, #e66 -16.5px -28.57884px 0 -1px, #e66 -17.52266px -28.04212px 0 -1.06667px, #e66 -18.52792px -27.46878px 0 -1.13333px, #e66 -19.51447px -26.85936px 0 -1.2px, #e66 -20.48101px -26.21449px 0 -1.26667px, #e66 -21.42625px -25.53481px 0 -1.33333px, #e66 -22.34896px -24.82104px 0 -1.4px, #e66 -23.2479px -24.07391px 0 -1.46667px, #e66 -24.12186px -23.29421px 0 -1.53333px, #e66 -24.96967px -22.48279px 0 -1.6px, #e66 -25.79016px -21.64052px 0 -1.66667px, #e66 -26.58223px -20.76831px 0 -1.73333px, #e66 -27.34477px -19.86714px 0 -1.8px, #e66 -28.07674px -18.938px 0 -1.86667px, #e66 -28.7771px -17.98193px 0 -1.93333px, #e66 -29.44486px -17px 0 -2px, #e66 -30.07908px -15.99333px 0 -2.06667px, #e66 -30.67884px -14.96307px 0 -2.13333px, #e66 -31.24325px -13.91039px 0 -2.2px, #e66 -31.7715px -12.83652px 0 -2.26667px, #e66 -32.26278px -11.74269px 0 -2.33333px, #e66 -32.71634px -10.63018px 0 -2.4px, #e66 -33.13149px -9.5003px 0 -2.46667px, #e66 -33.50755px -8.35437px 0 -2.53333px, #e66 -33.84391px -7.19374px 0 -2.6px, #e66 -34.14px -6.0198px 0 -2.66667px, #e66 -34.39531px -4.83395px 0 -2.73333px, #e66 -34.60936px -3.63759px 0 -2.8px, #e66 -34.78173px -2.43218px 0 -2.86667px, #e66 -34.91205px -1.21916px 0 -2.93333px, #e66 -35px 0px 0 -3px, #e66 -35.04531px 1.22381px 0 -3.06667px, #e66 -35.04775px 2.45078px 0 -3.13333px, #e66 -35.00717px 3.6794px 0 -3.2px, #e66 -34.92345px 4.90817px 0 -3.26667px, #e66 -34.79654px 6.13557px 0 -3.33333px, #e66 -34.62643px 7.36007px 0 -3.4px, #e66 -34.41316px 8.58016px 0 -3.46667px, #e66 -34.15683px 9.79431px 0 -3.53333px, #e66 -33.85761px 11.001px 0 -3.6px, #e66 -33.5157px 12.19872px 0 -3.66667px, #e66 -33.13137px 13.38594px 0 -3.73333px, #e66 -32.70493px 14.56117px 0 -3.8px, #e66 -32.23675px 15.72291px 0 -3.86667px, #e66 -31.72725px 16.86968px 0 -3.93333px, #e66 -31.17691px 18px 0 -4px, #e66 -30.58627px 19.11242px 0 -4.06667px, #e66 -29.95589px 20.2055px 0 -4.13333px, #e66 -29.28642px 21.27783px 0 -4.2px, #e66 -28.57852px 22.32799px 0 -4.26667px, #e66 -27.83295px 23.35462px 0 -4.33333px, #e66 -27.05047px 24.35635px 0 -4.4px, #e66 -26.23192px 25.33188px 0 -4.46667px, #e66 -25.37819px 26.27988px 0 -4.53333px, #e66 -24.49018px 27.1991px 0 -4.6px, #e66 -23.56888px 28.0883px 0 -4.66667px, #e66 -22.6153px 28.94626px 0 -4.73333px, #e66 -21.6305px 29.77183px 0 -4.8px, #e66 -20.61558px 30.56385px 0 -4.86667px, #e66 -19.57168px 31.32124px 0 -4.93333px, #e66 -18.5px 32.04294px 0 -5px, #e66 -17.40175px 32.72792px 0 -5.06667px, #e66 -16.27818px 33.37522px 0 -5.13333px, #e66 -15.1306px 33.98389px 0 -5.2px, #e66 -13.96034px 34.55305px 0 -5.26667px, #e66 -12.76875px 35.08186px 0 -5.33333px, #e66 -11.55724px 35.56951px 0 -5.4px, #e66 -10.32721px 36.01527px 0 -5.46667px, #e66 -9.08014px 36.41843px 0 -5.53333px, #e66 -7.81748px 36.77835px 0 -5.6px, #e66 -6.54075px 37.09443px 0 -5.66667px, #e66 -5.25147px 37.36612px 0 -5.73333px, #e66 -3.95118px 37.59293px 0 -5.8px, #e66 -2.64145px 37.77443px 0 -5.86667px, #e66 -1.32385px 37.91023px 0 -5.93333px;
  box-shadow: #e66 0px 26px 0 6px, #e66 0.90971px 26.05079px 0 5.93333px, #e66 1.82297px 26.06967px 0 5.86667px, #e66 2.73865px 26.05647px 0 5.8px, #e66 3.65561px 26.01104px 0 5.73333px, #e66 4.57274px 25.93327px 0 5.66667px, #e66 5.48887px 25.8231px 0 5.6px, #e66 6.40287px 25.68049px 0 5.53333px, #e66 7.31358px 25.50548px 0 5.46667px, #e66 8.21985px 25.2981px 0 5.4px, #e66 9.12054px 25.05847px 0 5.33333px, #e66 10.01448px 24.78672px 0 5.26667px, #e66 10.90054px 24.48302px 0 5.2px, #e66 11.77757px 24.1476px 0 5.13333px, #e66 12.64443px 23.78072px 0 5.06667px, #e66 13.5px 23.38269px 0 5px, #e66 14.34315px 22.95384px 0 4.93333px, #e66 15.17277px 22.49455px 0 4.86667px, #e66 15.98776px 22.00526px 0 4.8px, #e66 16.78704px 21.48643px 0 4.73333px, #e66 17.56953px 20.93855px 0 4.66667px, #e66 18.33418px 20.36217px 0 4.6px, #e66 19.07995px 19.75787px 0 4.53333px, #e66 19.80582px 19.12626px 0 4.46667px, #e66 20.5108px 18.468px 0 4.4px, #e66 21.1939px 17.78379px 0 4.33333px, #e66 21.85416px 17.07434px 0 4.26667px, #e66 22.49067px 16.34043px 0 4.2px, #e66 23.10251px 15.58284px 0 4.13333px, #e66 23.68881px 14.80241px 0 4.06667px, #e66 24.24871px 14px 0 4px, #e66 24.7814px 13.1765px 0 3.93333px, #e66 25.28607px 12.33284px 0 3.86667px, #e66 25.76198px 11.46997px 0 3.8px, #e66 26.2084px 10.58888px 0 3.73333px, #e66 26.62462px 9.69057px 0 3.66667px, #e66 27.01001px 8.77608px 0 3.6px, #e66 27.36392px 7.84648px 0 3.53333px, #e66 27.68577px 6.90284px 0 3.46667px, #e66 27.97502px 5.94627px 0 3.4px, #e66 28.23116px 4.97791px 0 3.33333px, #e66 28.4537px 3.99891px 0 3.26667px, #e66 28.64223px 3.01042px 0 3.2px, #e66 28.79635px 2.01364px 0 3.13333px, #e66 28.91571px 1.00976px 0 3.06667px, #e66 29px 0px 0 3px, #e66 29.04896px -1.01441px 0 2.93333px, #e66 29.06237px -2.03224px 0 2.86667px, #e66 29.04004px -3.05223px 0 2.8px, #e66 28.98185px -4.07313px 0 2.73333px, #e66 28.88769px -5.09368px 0 2.66667px, #e66 28.75754px -6.1126px 0 2.6px, #e66 28.59138px -7.12863px 0 2.53333px, #e66 28.38926px -8.14049px 0 2.46667px, #e66 28.15127px -9.1469px 0 2.4px, #e66 27.87755px -10.1466px 0 2.33333px, #e66 27.56827px -11.1383px 0 2.26667px, #e66 27.22365px -12.12075px 0 2.2px, #e66 26.84398px -13.09268px 0 2.13333px, #e66 26.42956px -14.05285px 0 2.06667px, #e66 25.98076px -15px 0 2px, #e66 25.49798px -15.93291px 0 1.93333px, #e66 24.98167px -16.85035px 0 1.86667px, #e66 24.43231px -17.75111px 0 1.8px, #e66 23.85046px -18.63402px 0 1.73333px, #e66 23.23668px -19.49789px 0 1.66667px, #e66 22.5916px -20.34157px 0 1.6px, #e66 21.91589px -21.16393px 0 1.53333px, #e66 21.21024px -21.96384px 0 1.46667px, #e66 20.4754px -22.74023px 0 1.4px, #e66 19.71215px -23.49203px 0 1.33333px, #e66 18.92133px -24.2182px 0 1.26667px, #e66 18.10379px -24.91772px 0 1.2px, #e66 17.26042px -25.58963px 0 1.13333px, #e66 16.39217px -26.23295px 0 1.06667px, #e66 15.5px -26.84679px 0 1px, #e66 14.58492px -27.43024px 0 0.93333px, #e66 13.64796px -27.98245px 0 0.86667px, #e66 12.69018px -28.50262px 0 0.8px, #e66 11.7127px -28.98995px 0 0.73333px, #e66 10.71663px -29.4437px 0 0.66667px, #e66 9.70313px -29.86317px 0 0.6px, #e66 8.67339px -30.2477px 0 0.53333px, #e66 7.6286px -30.59666px 0 0.46667px, #e66 6.57001px -30.90946px 0 0.4px, #e66 5.49886px -31.18558px 0 0.33333px, #e66 4.41643px -31.42451px 0 0.26667px, #e66 3.32401px -31.6258px 0 0.2px, #e66 2.22291px -31.78904px 0 0.13333px, #e66 1.11446px -31.91388px 0 0.06667px, #e66 0px -32px 0 0px, #e66 -1.11911px -32.04713px 0 -0.06667px, #e66 -2.24151px -32.05506px 0 -0.13333px, #e66 -3.36582px -32.02361px 0 -0.2px, #e66 -4.49065px -31.95265px 0 -0.26667px, #e66 -5.61462px -31.84212px 0 -0.33333px, #e66 -6.73634px -31.69198px 0 -0.4px, #e66 -7.8544px -31.50227px 0 -0.46667px, #e66 -8.9674px -31.27305px 0 -0.53333px, #e66 -10.07395px -31.00444px 0 -0.6px, #e66 -11.17266px -30.69663px 0 -0.66667px, #e66 -12.26212px -30.34982px 0 -0.73333px, #e66 -13.34096px -29.96429px 0 -0.8px, #e66 -14.4078px -29.54036px 0 -0.86667px, #e66 -15.46126px -29.07841px 0 -0.93333px, #e66 -16.5px -28.57884px 0 -1px, #e66 -17.52266px -28.04212px 0 -1.06667px, #e66 -18.52792px -27.46878px 0 -1.13333px, #e66 -19.51447px -26.85936px 0 -1.2px, #e66 -20.48101px -26.21449px 0 -1.26667px, #e66 -21.42625px -25.53481px 0 -1.33333px, #e66 -22.34896px -24.82104px 0 -1.4px, #e66 -23.2479px -24.07391px 0 -1.46667px, #e66 -24.12186px -23.29421px 0 -1.53333px, #e66 -24.96967px -22.48279px 0 -1.6px, #e66 -25.79016px -21.64052px 0 -1.66667px, #e66 -26.58223px -20.76831px 0 -1.73333px, #e66 -27.34477px -19.86714px 0 -1.8px, #e66 -28.07674px -18.938px 0 -1.86667px, #e66 -28.7771px -17.98193px 0 -1.93333px, #e66 -29.44486px -17px 0 -2px, #e66 -30.07908px -15.99333px 0 -2.06667px, #e66 -30.67884px -14.96307px 0 -2.13333px, #e66 -31.24325px -13.91039px 0 -2.2px, #e66 -31.7715px -12.83652px 0 -2.26667px, #e66 -32.26278px -11.74269px 0 -2.33333px, #e66 -32.71634px -10.63018px 0 -2.4px, #e66 -33.13149px -9.5003px 0 -2.46667px, #e66 -33.50755px -8.35437px 0 -2.53333px, #e66 -33.84391px -7.19374px 0 -2.6px, #e66 -34.14px -6.0198px 0 -2.66667px, #e66 -34.39531px -4.83395px 0 -2.73333px, #e66 -34.60936px -3.63759px 0 -2.8px, #e66 -34.78173px -2.43218px 0 -2.86667px, #e66 -34.91205px -1.21916px 0 -2.93333px, #e66 -35px 0px 0 -3px, #e66 -35.04531px 1.22381px 0 -3.06667px, #e66 -35.04775px 2.45078px 0 -3.13333px, #e66 -35.00717px 3.6794px 0 -3.2px, #e66 -34.92345px 4.90817px 0 -3.26667px, #e66 -34.79654px 6.13557px 0 -3.33333px, #e66 -34.62643px 7.36007px 0 -3.4px, #e66 -34.41316px 8.58016px 0 -3.46667px, #e66 -34.15683px 9.79431px 0 -3.53333px, #e66 -33.85761px 11.001px 0 -3.6px, #e66 -33.5157px 12.19872px 0 -3.66667px, #e66 -33.13137px 13.38594px 0 -3.73333px, #e66 -32.70493px 14.56117px 0 -3.8px, #e66 -32.23675px 15.72291px 0 -3.86667px, #e66 -31.72725px 16.86968px 0 -3.93333px, #e66 -31.17691px 18px 0 -4px, #e66 -30.58627px 19.11242px 0 -4.06667px, #e66 -29.95589px 20.2055px 0 -4.13333px, #e66 -29.28642px 21.27783px 0 -4.2px, #e66 -28.57852px 22.32799px 0 -4.26667px, #e66 -27.83295px 23.35462px 0 -4.33333px, #e66 -27.05047px 24.35635px 0 -4.4px, #e66 -26.23192px 25.33188px 0 -4.46667px, #e66 -25.37819px 26.27988px 0 -4.53333px, #e66 -24.49018px 27.1991px 0 -4.6px, #e66 -23.56888px 28.0883px 0 -4.66667px, #e66 -22.6153px 28.94626px 0 -4.73333px, #e66 -21.6305px 29.77183px 0 -4.8px, #e66 -20.61558px 30.56385px 0 -4.86667px, #e66 -19.57168px 31.32124px 0 -4.93333px, #e66 -18.5px 32.04294px 0 -5px, #e66 -17.40175px 32.72792px 0 -5.06667px, #e66 -16.27818px 33.37522px 0 -5.13333px, #e66 -15.1306px 33.98389px 0 -5.2px, #e66 -13.96034px 34.55305px 0 -5.26667px, #e66 -12.76875px 35.08186px 0 -5.33333px, #e66 -11.55724px 35.56951px 0 -5.4px, #e66 -10.32721px 36.01527px 0 -5.46667px, #e66 -9.08014px 36.41843px 0 -5.53333px, #e66 -7.81748px 36.77835px 0 -5.6px, #e66 -6.54075px 37.09443px 0 -5.66667px, #e66 -5.25147px 37.36612px 0 -5.73333px, #e66 -3.95118px 37.59293px 0 -5.8px, #e66 -2.64145px 37.77443px 0 -5.86667px, #e66 -1.32385px 37.91023px 0 -5.93333px;
  -moz-animation: whirly-loader 1.25s infinite linear;
  -webkit-animation: whirly-loader 1.25s infinite linear;
  animation: whirly-loader 1.25s infinite linear;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media (min-width: 1280px){.table-responsive{    overflow-x: inherit;} }
