

/*前端主要使用css*/
.hideData{display: none;}
.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:transparent;border-color:transparent}
.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:transparent}

.dropdown-menu{    background-color:#000;}
.nav > li.dropdown.open{position:static}
.nav > li.dropdown.open .dropdown-menu{
	width: auto;
	left: 0;
	right: 0;
	text-align: center;
	margin:0 -14.111%;
	border:0px;
	border-radius:0px;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.6);
	box-shadow: 0 5px 5px rgba(0,0,0,.6);
	background-color: #5C3C0A;
	padding:10px 14.111% 35px 18%;	 
	}
.popover{    color: #333;    background-color: #F9EED9;}
.popover.bottom>.arrow:after{border-bottom-color:#F9EED9;}

.modal-title{	color: #fff;	 letter-spacing: 3px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 5px 4px 5px rgba(0,0,0,0.9), 0px 18px 23px rgba(0,0,0,0.3);	}
.modal-body{    color: #333;}
.h4, h4{    font-size: 18px;}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{}
/*
.form-control::-moz-placeholder{color: #FC0;}
*/
.btn-warning {    background-color: #D37825;    border-color: #EB943D;}
.well-lg h2{    font-size: 27px;    line-height: 25px;}

.radio {    padding-left: 20px; }
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    line-height: 17px;
    min-height:25px
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline{
    margin-bottom: 0px;}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {    opacity: 0;    z-index: 1; }
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {    cursor: not-allowed; }
.radio.radio-inline {    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {    background-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::before {    border-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::after {    background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {    background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {    border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {    background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {    border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {    background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {    border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {    background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {    border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {    background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {    font-family: 'FontAwesome';    content: "\f00c"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {    color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {    color: #fff; }
	
.radio-group-box{ width:100%; border-bottom:1px solid #3c3c3c; padding-bottom:15px; margin-bottom:15px}
.radio-btn{
background-color: #25588c;
    display: inline-block;
    margin: 5px 3px;
    padding: 3px 9px;
    font-size: 19px;
    cursor: pointer;
    border-radius: 5px;
	line-height: 30px;
}	
.spantxt-no{	color: #999;	text-decoration: line-through;}
.txt_red{color:red;}
hr{border-color:#666;}

.save-pay-print{ margin:15px 0}
.save-pay-box{    background-color: #FFF;}

.save-print-box{
    width:65%;    margin:0 auto 20px;    text-align: center;    border: 1px solid #999;    padding-bottom:25px;}
.save-print-tb{
	width:80%;    margin:0 auto 20px;    padding:20px;    text-align: center;    border: 1px dashed #999;}
.code-box-line{
    border: 1px solid #999;    background-color: #FFF;    text-align: center;    padding:0 10px;
    margin:10px auto 25px;    width:80%}
.cutline{    margin:25px 0;    text-align: center;}
.close {    opacity: .9;    filter: alpha(opacity=90);    color: #FFF;    font-size: 35px;}
.modal-header {
    color: #FFF;
    /*background-image: url(/views/images/site/drt/logo.png);
    background-repeat: no-repeat;
    background-position: 25px center;*/
    height: 75px;
    background-color: #94691c;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.modal-header h4 {    line-height: 42px;    font-size: 22px;   }

/*--------------------------------------------------------------------------------------------*/

body{
   background-color: #ebebeb;
    font-size: 11pt;
    color: #333;
    overflow-y: scroll;
    font-family: tahoma, arial, "Microsoft JhengHei ", "Microsoft Yahei", Helvetica, sans-serif;
    margin: 0;
    padding: 0;}

a{    color: #900;    cursor: pointer;    text-decoration: none;    border: 0;}
a:hover, a:active, a:focus{    
-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;
	outline:none; color: #039;
	text-decoration: none;}

.top-box{
      background: linear-gradient(rgb(255, 220, 95) 0%, rgb(158, 106, 13) 18%, rgb(107, 69, 13) 34%, rgb(81, 48, 0) 50%, rgb(57, 34, 0) 64%, rgb(122, 79, 14) 93%, rgb(122, 79, 14) 96%, rgb(217, 156, 47) 100%);
	  
	box-sizing: border-box;
    min-width: 1260px;
    position: relative;

}
.mainarea{
	min-width: 1260px;overflow: hidden;
    background: url(/views/images/bg.jpg?11) top center fixed no-repeat;
    -moz-background-size: cover;
    background-size: cover;
	
	}

.main-980{    background-color: #e5cc87; margin-top:10px}
.top-980{			 width:78%;          margin-right: auto;          margin-left: auto;          padding: 0px;          position: relative;}
.logo-box{width: 190px;    position: absolute;    top: -18px;    left: -15px;	z-index:100}
.logo-box img{ width:100%}
.header-topbar{
    background-color: rgb(90, 58, 11);
    height: 40px;
    box-sizing: border-box;
    min-width: 1260px;
    border-bottom: 1px solid rgb(135, 100, 22);
}
.header-topbar-980{    width:980px;    margin:0 auto;	position:relative    }


.tool-l{float:left;vertical-align:middle;position:relative;padding-left: 25px; padding-top:10px; font-size:13px; color:#666}
.tool-l b{	color: #f9852f;	margin-left:8px;	letter-spacing: 1px;}
.tool-l h3{margin:0 5px 0 22px;padding:0;color:#ffd767;font-size:15px;line-height:39px;float:left;vertical-align:middle
}
.timeSet{ font-size:14px; color:#FFF; padding-top:10px}
.tool-line{    position:relative;    width:1px;    height:39px;    float:left;    margin:0 10px}

/*.tool-line:after {
    content:'';
    position:absolute;
    width:1px;
    height:15px;
    background-color:#2f4f76;
    display:block;
    top:0;
    bottom:0;
    left:0;
    margin:auto 0
}*/

.login-box{    float: right;    padding-top:8px;}


.free-icon{

    background-color: #db0000;
    height: 25px;
    border-radius:3px;
    border:0;
    line-height: 25px;
    font-size: 15px;
    color: #FFF;
    padding:0 8px;cursor: pointer; 
}
.free-icon i{ margin-right:5px}
.free-icon:hover{	background-color: #DFA800;}

.top-input{    position: relative;}
.top-input .form-group{ margin-bottom:0}
.top-input .form-control{
    border: 0px;
    height: 25px;
    background-color:#c79d27;
    width:115px;
    margin-bottom: 3px;
    color: #FFF;
    font-size: 13px;
	display:inline-block
}

.form-input::-webkit-input-placeholder { color: #f6d994;}
.form-input:-moz-placeholder {color: #f6d994;}
.form-input:-ms-input-placeholder {  color: #f6d994;}


.login-icon, .top-input, .free-icon, .logo-l{    display: inline-block;    vertical-align: top;}

.login-icon{
    height: 24px;
    margin-right: 5px;
    cursor: pointer;
    border-radius:4px;
    border: 0px;
    background-color: #a86500;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    line-height: 23px;
	padding:0 8px
}
.login-icon:hover{
    background-color: #3591ea;
}
.top-link{
    position: absolute;

    width: 25px;
    height: 25px;
    top: -2px;
    right: 0;
    display: block;
    cursor: pointer;
    color: #956217;
    font-size: 21px;

}
.top-link:hover{opacity:1}
.top-link:hover:after{
    content:attr(data-info);
    position:absolute;
    width:280%;
    line-height:20px;
    text-align:center;
    left:-15px;
    top:35px;
    border-radius: 5px;
    color: #fff;
    /*使用z-index，讓提示框不會被後方文字蓋到*/
    z-index: 999;
    font-size: 13px;
    background-color: #0a121c;

}


.logout-box{float: right;position: relative;    z-index: 25;}

.logout-info{
    margin-bottom: 8px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    height: 27px;
}

.toptxt-grade, .toptxt-id, .toptxt-ac, .toptxt-accinfo{    display: inline-block;}
.toptxt-grade{    color: #FC0;}
.toptxt-id{    color: #FFF;}


.toptxt-ac-game{
    padding: 3px 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    color: #333;
    margin: 5px 0;
    background-color: #FFF;
}

.toptxt-ac-game span{
    color: #900;
    display: block;
    float: right;
}
.toptxt-ac-span1{
    color: #1be941;
    display: inline-block;
    font-weight: bold;
    margin:0 5px;

}
.toptxt-ac-span2{
    display: inline-block;
    margin: 2px 8px 0 0;
    color: #FFF;
}

.logout-link{
    font-size: 14px;display: inline-block;
}
.logout-link li{
    display: inline-block;
    margin:0 1px;
    position: relative;
}
.logout-link li a:hover, .logout-link li a:active, .logout-link li a:focus{    text-decoration: none; outline: 0;}
.logout-linktxt a{
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
    font-size: 14px;
    line-height: 23px;
    display: block;
    text-align: center;
	 padding: 0 5px;

}
.logout-linktxt a:hover:after{content:attr(data-info);
    position:absolute;
    width:150%;
    line-height:20px;
    text-align:center;
    left:-15px;
    top:28px;
    border-radius: 5px;
    color: #fff;
    /*使用z-index，讓提示框不會被後方文字蓋到*/
    z-index: 999;
    font-size: 13px;
    background-color: #0a121c;}
.logout-linktxt a:hover{    border: 1px solid #EEE13E;    color: #EEE13E;}
.logout-linkicon-mem, .logout-linkicon-mail, .logout-linkicon-out{ top:7px;position: relative;}
.logout-linkicon-mem a, .logout-linkicon-mail a, .logout-linkicon-out a{
    display: block;
    height:26px;
    width: 24px;
    opacity: .6;

}
.logout-linkicon-mem a{	
    background-image: url(/views/images/header-icon-logout.png);
    background-repeat: no-repeat;
    background-position: 4px 4px;}
.logout-linkicon-mail a{
    background-image: url(/views/images/header-icon-logout.png);
    background-repeat: no-repeat;
    background-position: -29px 4px;
    display: block;

}
.logout-linkicon-out a{
    background-image: url(/views/images/header-icon-logout.png);
    background-repeat: no-repeat;
    background-position: -64px 4px;

}

.logout-linkicon-mem a:hover, .logout-linkicon-mail a:hover, .logout-linkicon-out a:hover{opacity: 1;}
.logout-linkicon-mem a:hover:after, .logout-linkicon-mail a:hover:after, .logout-linkicon-out a:hover:after
{
    content:attr(data-info);
    position:absolute;
    width:235%;
    line-height:20px;
    text-align:center;
    left:-15px;
    top:28px;
    border-radius: 5px;
    color: #fff;
    /*使用z-index，讓提示框不會被後方文字蓋到*/
    z-index: 999;
    font-size: 13px;
    background-color: #0a121c;


}

.logout-mailtxt{    font-size: 15pt;}
.logout-linkicon-mail span{
    font-size: 8px;
    background-color: #C00;
    padding:0 1px;
    position: absolute;
    left: 15px;
    top: -5px;
    color: #FFF;
    border-radius: 100%;
    display: block;
	    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
}
.game-TopBar a{ font-size:16px}

.header-nav{    margin:0;    color: #FFF;    position: relative;    font-weight: normal;     padding-left: 170px;	 border: 0px;    min-height:70px}
.header-nav_line {    position: relative;    width: 1px;    height: 73px;}
.header-nav_line:after{
    content:'';
    position:absolute;
    width:1px;
    background-color:#e5be49;
    display:block;
    top:0px;
    bottom:0;
    left:0;
    margin:auto 0}

.header-nav li{	display: inline-block;	margin:0;	font-size: 16px;	position: relative;	vertical-align:top;}
.header-nav li a{
    color: #FFF;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0 22px;
    line-height: 70px;
	text-shadow:rgba(0, 0, 0, 0.7) 0px -2px 1px, rgb(255, 59, 0) 0px 2px 5px;


}

.header-nav li a:hover{	text-decoration: none;	position:relative}
.header-nav li a:hover:after{	content:'';	position:absolute;	height:8px;	bottom:0px;
	left:0;	right:0;	background-color:#DEA74B	}
	
.header-nav .navbar-nav{ margin:0;    float: right;}
/*禁止符號修正
.header-nav-redtxt{
    font-size: 18pt;
    color: #FF4D00;
    margin-right: 3px;
    position: relative;
    margin-top: -5px;
    top: 3px;
}
*/
.header-nav-hone{    vertical-align: middle;    margin: -3px 7px 0 0;}
.header-nav li .t_yellow {    color: #ffd767;}
.header-nav-redtxt{    font-size: 21px;    color: #FF4D00;    position: relative;    margin-top: -5px;
    margin-right:2px;    top: 3px;}
.header-nav .select{
    background-image: url(/views/images/top-nav-hover.png);
    text-decoration: none;
    background-repeat: repeat-x;
    background-position: center bottom;
    background-color: transparent;
    border: 1px solid #b57800;
    border-radius:8px;
    color: #640000;
    height: 29px;
    text-align: center;
    display: block;
    margin-top: 8px;
    padding: 3px 25px 0 25px;

}


.header-nav .dropdown-menu li a{    background-image: none;    color: #FFF;    display: block;    border-radius:0px;}
.header-nav .dropdown-menu li a:hover:after{	height:0px;	}
.header-nav li .header-nav-warn{	color: #949494;}

.header-nav-warn i{	color: #ff3d00;    padding-right: 5px;}

.header-nav li .header-nav-warn:hover:after{
	content:attr(data-info);
	position:absolute;
	/*使用z-index，讓提示框不會被後方文字蓋到*/
     z-index: 999;
	top:63px;
	right:0;
	left:0;
	margin:auto;
	background-color: rgba(222,167,75,.5);
}

ul.ad-nav-btn-img1 , ul.ad-nav-btn-img2 , ul.ad-nav-btn-img3 , ul.ad-nav-btn-img4 , ul.ad-nav-btn-img5, ul.ad-nav-btn-img6 {
	margin: 0px;	padding: 0px;	list-style-type: none;}
.ad-nav-btn-img1 li, .ad-nav-btn-img2 li, .ad-nav-btn-img3 li, .ad-nav-btn-img4 li, .ad-nav-btn-img5 li, .ad-nav-btn-img6 li{
	float: left;    position: relative; padding: 0;   margin:0 0 -1px -1px;    display: block;    }	
.header-nav .ad-nav-btn-img2 li a, .header-nav .ad-nav-btn-img3 li a, 
.header-nav .ad-nav-btn-img4 li a, .header-nav .ad-nav-btn-img5 li a, 
.header-nav .ad-nav-btn-img6 li a, .header-nav .ad-nav-btn-img1 li a,
.coming{
	padding:0;    margin:0; opacity:1;background-color: #a46e14;    border: 1px solid #d9a634; display:block}	
	
.header-nav .ad-nav-btn-img2 li a p, .header-nav .ad-nav-btn-img3 li a p, 
.header-nav .ad-nav-btn-img4 li a p, .header-nav .ad-nav-btn-img5 li a p, 
.header-nav .ad-nav-btn-img6 li a p, .header-nav .ad-nav-btn-img1 li a p,
.coming p{
	line-height: 35px;    background-color: #c1692a; margin-bottom:0px	}
.header-nav .ad-nav-btn-img2 li a img, .header-nav .ad-nav-btn-img3 li a img, 
.header-nav .ad-nav-btn-img4 li a img, .header-nav .ad-nav-btn-img5 li a img, 
.header-nav .ad-nav-btn-img6 li a img, .header-nav .ad-nav-btn-img1 li a img,
.coming img{
	display: block;    margin-right: auto;    margin-left: auto; padding:15px	}
.header-nav .ad-nav-btn-img1 li a:hover, .header-nav .ad-nav-btn-img1 li a:focus,
.header-nav .ad-nav-btn-img2 li a:hover, .header-nav .ad-nav-btn-img2 li a:focus,
.header-nav .ad-nav-btn-img3 li a:hover, .header-nav .ad-nav-btn-img3 li a:focus, 
.header-nav .ad-nav-btn-img4 li a:hover, .header-nav .ad-nav-btn-img4 li a:focus, 
.header-nav .ad-nav-btn-img5 li a:hover, .header-nav .ad-nav-btn-img5 li a:focus, 
.header-nav .ad-nav-btn-img6 li a:hover, .header-nav .ad-nav-btn-img6 li a:focus{
 background-color:#5c3900; height:auto  	}	

.ad-nav-btn-img1 li {width:100%}
.ad-nav-btn-img2 li {width:473px;}
.ad-nav-btn-img3 li {width:315px;}
.ad-nav-btn-img4 li {width:236px;}
.ad-nav-btn-img5 li {width:19.87%;/*width:189px;*/}
.ad-nav-btn-img6 li {width:16.6;/*width:157px;*/}

.ad-nav-btn-img1 img, .ad-nav-btn-img2 img, .ad-nav-btn-img3 img{ width:100%}

.ad-nav-btn-237 li {    float: left;    position: relative;    width:191px;
    padding: 0;    margin:0 -1px 0 0;    display: block;}

.header-nav .dropdown-menu .ad-nav-btn-237 li a {    padding: 0;    margin:0;    opacity:0.75;}
.header-nav .dropdown-menu .ad-nav-btn-237 li a:hover, .header-nav .dropdown-menu .ad-nav-btn-237 li a:focus {
    padding: 0;    margin:0;    border: 1px solid transparent;    background-color:transparent;    opacity:1;}

.watermark-warn-img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    filter: grayscale(100%);

  /*  filter: gray;*/
}
.watermark-warn{
	position: absolute;
    left: 5%;
    top: 22%;
    right: 5%;
    margin:auto;

  
	}

.watermark-warn-people{    text-align: center;    position: absolute;    left: 5%;
    top: 50%;    right: 5%;}

.watermark-warn-460{    text-align: center;    position: absolute;    left: 120px;    top: 25px;}

.watermark-warn-220{    text-align: center;    position: absolute;    top: -50px;    right: 0;
    bottom: 0;    left: 0;    margin: auto;    height: 40px;    width: 185px;}
.watermark-warn-220 img{ width: 80%;    margin: 0 auto 5px;}
.watermark-warn-947{    text-align: center;    position: absolute;    left: 400px;    top: 150px;}
.watermark-time{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d6d6d+1,333333+48,6d6d6d+100&0+0,1+26,1+71,0+100 */
background: -moz-linear-gradient(left, rgba(109,109,109,0) 0%, rgba(109,109,109,0.04) 1%, rgba(78,78,78,1) 26%, rgba(51,51,51,1) 48%, rgba(77,77,77,1) 71%, rgba(109,109,109,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(109,109,109,0) 0%,rgba(109,109,109,0.04) 1%,rgba(78,78,78,1) 26%,rgba(51,51,51,1) 48%,rgba(77,77,77,1) 71%,rgba(109,109,109,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(109,109,109,0) 0%,rgba(109,109,109,0.04) 1%,rgba(78,78,78,1) 26%,rgba(51,51,51,1) 48%,rgba(77,77,77,1) 71%,rgba(109,109,109,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006d6d6d', endColorstr='#006d6d6d',GradientType=1 ); /* IE6-9 */
	color: #fff;	text-align: center;	padding:8px 5px 3px;	width: 100%;
	margin-top:-15px;	font-size:13px;	text-shadow: black 0.1em 0.1em 0.2em;


}

.game-img-style ul, .game-img-style li{    margin: 0px;    padding: 0px;    list-style-type: none;}
.game-img-style li{    display: inline-block;    cursor:pointer;}
.game-img-style li:hover {    background-color: #101D29;}
.will-up{background-color: #9D9D9D;border: 1px solid  #9D9D9D;         width:100%}
.will-up img{    width:100%}
	
.game-img-topioc{background-image: url(/views/images/game-topic-hot.png);}
.game-img-topioc2{background-image: url(/views/images/game-topic-top.png);}
.game-img-topioc, .game-img-topioc2{
	font-size: 19px;
	color: #a5ecf8;
	text-align: center;
	height: 55px;
	width: 400px;
	font-family: "Microsoft Yahei";
	line-height: 65px;
	letter-spacing: 3px;
	text-shadow: #000 0.1em 0.1em 0.2em;
	padding-left:25px;
}
.game-img-topioc:before, .game-img-topioc2:before{position: absolute;    z-index: -5;    left: 0;    bottom: 0;    width: 100%;    content: "";    height: 42px;    background-color: #ededed;}
.game-img-style .ad-nav-btn-175{
    background-color: #9D9D9D;
    width: 175px;
    border: 1px solid  #323232;
    text-align: center;
    margin: 8px 0px;
    position: relative;

}
.ad-nav-btn-220 ul, .ad-nav-btn-full ul, .ad-nav-btn-175 ul, .ad-nav-btn ul{	margin: 0px;	padding: 0px;	list-style-type: none;}
.game-img-style .ad-nav-btn-220{
    width: 215px;
    border: 1px solid  #323232;
    text-align: center;
    margin: 8px 6px;
    position: relative;
    padding: 6px; vertical-align:top

}
.ad-nav-btn-220 span, .ad-nav-btn span{    color: #FFF;    margin-top: 10px;    font-size: 14px;  line-height:14px;   display:none; word-wrap:break-word;}
.game-img-style .ad-nav-btn-full{
    background-color: #9D9D9D;
    width: 100%;
    border: 1px solid  #323232;
    text-align: center;
    margin: 0 auto;
    position: relative;

}
.ad-nav-btn-full img{ width:100%}
.game-img-style .ad-nav-btn{
    width: 49%;
    border: 1px solid #323232;
    text-align: center;
    margin: 3px;
    position: relative;
    padding: 6px;
}

.ad-nav-btn-title{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#453838+0,898686+100 */
    background: #203c5f; /* Old browsers */
    font-size: 13pt;
    color: #FFF;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 2px;
}
.ad-nav-btn-enter, .ad-nav-btn-free{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bc0003+0,6d0019+100 */
    background: #bc0003; /* Old browsers */
    background: -moz-linear-gradient(top,  #bc0003 0%, #6d0019 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #bc0003 0%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #bc0003 0%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc0003', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */


}
.ad-nav-btn-free, .ad-nav-btn-enter{
    cursor:pointer;
    border-radius:20px;
    margin:4px 0;
    padding:0 15px;
    color: #FFF;
    text-align: center;
    border: 1px solid #CCC;
    font-size: 12pt;
    line-height: 20pt;
    display: inline-block;
}

.dropdown-menu-full{    padding:8px 14px 25px;    width: 980px;    top: 63px;    left: -204px;}
.mega-dropdown{    position:static !important;}
.header-nav .dropdown-menu{    z-index: 501;}
.dropdown-menu-full .dropdown-menu{   margin-top: -10px;}

.main-box{    width: 980px;    margin: 0 auto 15px;    position: relative;background-color: #000;}

.top-marquee{ background-color: rgba(0,0,0,.8);    border-bottom: 1px solid #4d320a;height: 35px; width: 100%;	    min-width: 1260px;}
.marquee-box{       position: relative;     width: 980px;    margin:0 auto;}
.marqee-go {
display: inline-block;    width: 920px;    color: #FFF;    vertical-align: top;    font-size: 15px;
line-height: 35px; overflow: hidden;  position: relative;}
 
.marqee-go > ul {
 padding-left: 0;  display: flex;  list-style-type: none; animation: marqee 35s linear infinite;
 position: relative; z-index:15}
 
.marqee-go > ul > li { white-space: nowrap;  margin-right: 4em;  font-weight: bold;}
 .marqee-go > ul > li a{	color: #fff; 	display:block; 	text-decoration: none;}
.marqee-go > ul > li a:hover{ color:#FC0}
.marqee-go ul:hover{	a-webkit-animation-play-state: paused;
animation-play-state: paused; 	color:#fff; }

@keyframes marqee {
 0% {
  left: 100%;
  transform: translateX(0%);
 }
 
 100% {
  left: 0;
  transform: translateX(-100%);
 }
}


.marquee-txt{
    display: inline-block;
    width: 94%;
    color: #FFF;
    vertical-align: top;
    font-size: 15px;
    line-height: 35px;
}
.marquee-more{
      display: inline-block;
    background: url(/views/images/icon_runMsg.svg) no-repeat center;
    background-size: 21px 21px;
    width: 45px;
    height: 35px;
    opacity: .9;
    position: relative;
    z-index: 500;
}
.marquee-more a:hover, .marquee-more:hover{		text-decoration: none;	color:#FC0}
.marquee-news li{
    border-radius:5px;
    color: #333;
    margin: 5px 0;
    padding: 5px 15px;
    list-style-type: none;
    background-color: #eedfb7;
    font-size: 14px;
}
.marquee-news .topic{
    width: 87%;
    display: inline-block;
}
.marquee-news .badge{
    margin-right: 6px;
    vertical-align: top;
}


/*
.main-money-win{	width:100%;	padding-right:254px;	height:50px;	overflow: hidden;	font-size:15px;}
.main-money-win ul{	margin: 0px;	padding: 0px;	list-style-type: none;}
.main-money-win li{
	list-style-type: none;
	padding:5px 0;
	width:30%;
	display:inline-block;
	margin: 15px 8px 0;
	position: relative;
}
.main-money-win li:after{
	content: '';
    position: absolute;
	height:14px;
	border-right:1px solid #666;
	right:-8px;
	top:9px;

	}
.win-info {    display: inline-block;    width:44%;	color:#CCC}
.win-bonus {    color: #FF3;    display: inline-block;    width:23%;    text-align:right;}	
.win-name{    color: #F90;    display: inline-block;    width:28%}*/
.main-money-box{    width:250px;    float: right;	padding-top:30px;	padding-right:10px}
.main-r-index{ float: left;    padding:0 0 35px 10px;	width:67%;}
.index-game ul{	margin: 0px;	padding: 0px;	list-style-type: none;}
.index-game li{
	margin: 15px 2px;
	display: inline-block;
	width:32%;
	position: relative;
	-webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 1));
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 1))
	}

.index-game li:hover {
	-webkit-filter: drop-shadow(2px 2px 0px rgba(255, 255, 0, 1));
    filter: drop-shadow(2px 2px 0px rgba(255, 255, 0, 1))
 
}

.superCaijin {
    height: 102px;
    width: 100%;
	background-image: url(/views/images/jpbg.jpg?005);
	


}
/*.superCaijin:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 285px;
    border-style: solid;
    border-color: transparent transparent rgba(46,134,244,.3) transparent;
    border-width: 0 0 45px 13px;
}*/
.superCaijinNum {
	position: inherit;
    font-size: 40px;
    letter-spacing: 1px;
    color: #cf0002;
    text-align: center;
    width: 320px;
    padding-top: 16px;
    float: right;
    margin-right: 105px;
	text-shadow: 1px 1px #ffef7c;
	font-family: arial ;
	animation-name: pulse;
  animation-duration:1.2s;
  animation-iteration-count:infinite;
  animation-direction:alternate;

	}
	
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
  }
}
.picMenu_Sport {    background-position: left -184px;}
.picMenu_list {
    border: 1px solid #29394d;
    width: 317px;
    height: 184px;
    background-image: url(/views/images/pic_MenuTop.jpg?03);
    background-repeat: no-repeat;
	float: left;    margin-right: 4px;    line-height: 0;
}

/*底部大圖選單*/
.picMenu_top, .picMenu_btm {    display: table;	width: 98%;    margin: 0 auto;	padding:9px 0}
.picMenu_btm .picMenu_list {
    border: 1px solid #4a5164;
    margin-right: 5px;
    width: 188px;
    height: 174px;
    background-image: url(/views/images/pic_MenuBottom.jpg?01);
    background-repeat: no-repeat;
}
.picMenu_list:nth-last-child(1) {    margin-right: 0;}
.picMenu_Movie {    background-position: left -368px;}
.picMenu_help {    background-position: left -174px;}
.picMenu_service {    background-position: left top;}
.picMenu_activity {    background-position: left -348px;}
.picMenu_forum {    background-position: left -522px;}
.picMenu_complaint {    background-position: left -696px;}
.pic-Col{  width:32.5%; margin:8px 4px; float:left}
.pic-Col-title{     border-bottom: 2px solid #822828;    color: #900;; margin-bottom:5px; padding:5px 0;    font-size: 20px;
text-shadow: rgb(255, 255, 255) 0px -2px 1px, rgb(251, 255, 0) 0px -2px 8px

}
.pic-Col a img:hover{
	-webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.7));
	border:1px solid #FF3
	
	}
.pic-Col-icon a{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a57914+0,d8a93a+100 */
background: rgb(165,121,20); /* Old browsers */
background: -moz-linear-gradient(top, rgba(165,121,20,1) 0%, rgba(216,169,58,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(165,121,20,1) 0%,rgba(216,169,58,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(165,121,20,1) 0%,rgba(216,169,58,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a57914', endColorstr='#d8a93a',GradientType=0 ); /* IE6-9 */

	display:block; margin-bottom:2px; height:103px;
    line-height: 100px;    font-size: 18px;    border-bottom: 2px solid #916b15;    color: #fff;}
.pic-Col-icon a:hover, .pic-Col-icon a:focus{
	background:#684800;
	text-decoration: none;
}
.iconService,.iconHelp,.iconComplaint{
	background-image: url(/views/images/pic-icon.png);
	background-repeat: no-repeat; padding-left: 100px;
	 text-shadow:  0px 2px 3px rgba(0, 0, 0, .7);
}
.iconService{	background-position:5px 15px;}
.iconHelp{background-position: 5px -85px;}
.iconComplaint{background-position:0 -185px;}

.ad-220, .ad-220-bg{    border: 1px solid #9D7C68;    margin-bottom: 6px;}
.ad-220-btn{    background-image: url(/views/images/index-ad-220-3.jpg);    height: 110px;    width: 220px;}
.ad-big{    width: 100%;    position: relative;}
.ad-220{    float: right;}
.ad-220-bg{
    background-image: url(/views/images/index-ad-220-1-2.jpg);
    height: 110px;
    width: 222px;
    text-align: center;
    float: right;
}
.ad-220-bg-txt{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21pt;
    color: #900;
    padding: 50px 0 0;
    line-height: 12pt;
}
.ad-game{    padding: 10px 0 15px;}
.ad-310{
    display: inline-block;
    width: 310px;
    height: 177px;
    margin-top: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-left: 2px;
}
/*底部-快速選單*/

.fast-icon img{
    display: inline-block;
    margin:0 6px;
    height: 150px;
    width: 176px;
    border: 1px solid #986D47;
    border-radius:6px;
}
.main-footer{
    background-image: url(/views/images/content_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 65px;
    width: 947px;
    margin-right: auto;
    margin-left: auto;
}

/*頁尾*/
.footer-box{
    color: #fff;    font-size: 15px;    min-width: 1260px;	padding:10px 0;	background-color:#5c4b27;	text-align:center}
.footer-nav{    height: 40px;    border-bottom:1px solid #746436;	text-align:center}
.footer-nav-980{    font-size: 9pt;    padding-top: 10px;    color:#8d8145;    width: 980px;    margin:0 auto;}
.footer-nav-980-r{    float: left;    width: 100%;}
.footer-nav-980-l{    width:100%;}
.footer-nav-980-l a{    color: #d9c144;    font-size: 11pt;    display: inline-block;    height: 22px;    padding-right: 8px;    padding-left: 8px;}
.footer-nav-980-l a:hover,.footer-nav-980-l a:focus{	color: #FFF;	text-decoration: none;}

div {    display: block;}

.footerIn {    width: 980px;    margin: 0 auto;    display: table;        padding: 18px 0 10px;}
.footer {    height: 100px;    border-top: 2px solid #1d2d3a;    color: #646464;    font-size: 12px;}



/*浮動視窗*/

#abgne_float_ad
{
    display: none;
    position: absolute;
    z-index: 1010;
   /* background: url(/views/images/bg_customerServ.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
	border: 1px solid rgba(107,124,151,.8);
    width: 105px;border-radius: 3px; */
    font-size: 14px;
}
/*.r-bar-t{
    width: 90px;
    background-image: url(/views/images/r-float-service-ok.png);
    background-repeat: no-repeat;
    background-position: center 8px;
    margin:0 auto;
    padding-top: 100px;
    line-height:45px;
    border-bottom: 1px solid #3c5475;
}
.r-bar-t a{
    width: 90px;
    margin:0 auto;
    display: block;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}

.r-bar-m a{
    color: #fff;
    width: 90px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #3c5475;
    display: block;
    margin: 0 auto;
    text-decoration: none;

}

.r-bar-m a:hover, .r-bar-t a:hover{color:#93beff}*/
.r-bar-m-link a:hover{
    color: #FC0;
    text-decoration: none;
    background-color: #900;
}

.r-bar-m-link img{    margin-right: 5px;    margin-left: 9px;}
.r-bar-t span, .r-bar-m span{ display:block; }
.r-bar-t a, .r-bar-m a, .r-bar-app a{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffd9+1,e0ac54+100 */
background: rgb(255,255,217); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,217,1) 1%, rgba(224,172,84,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,217,1) 1%,rgba(224,172,84,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,217,1) 1%,rgba(224,172,84,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffd9', endColorstr='#e0ac54',GradientType=0 ); /* IE6-9 */

display:block;
margin-bottom:5px;
padding: 5px 8px;
text-align:center;
border-radius: 5px;

	}
.r-bar-t a:hover, .r-bar-m a:hover,.r-bar-t a:focus, .r-bar-m a:focus{	color:#930;	text-decoration: none;}

.r-bar-service{
	background-image: url(/views/images/r-bar-service.png);
    background-repeat: no-repeat;
	background-size:100%;
	width:45px; height:42px; margin:0 auto;
	}
/*.r-bar-line, .r-bar-service, .r-bar-help, .r-bar-wechat, .r-bar-app  {
    background-image: url(/views/images/icon_group.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin-top: 9px;
}

.r-bar-line {    background-position: -118px -138px;}
.r-bar-service {    background-position: -118px -107px;}
.r-bar-help{       background-position: -190px -107px;}
.r-bar-wechat {    background-position: -190px -137px;}
.r-bar-app{background-position: -220px -139px;}
.r-bar-help .bottom {    border-bottom: 0;}
.r-bar-m img{
    float: left;
    width: 25px;
    margin-top: 8px;
	margin-right: 8px;
}*/
/*側邊APP下載*/
.r-bar-app a{	background: #f9e2ce;
    background: -moz-linear-gradient(to bottom, #fff 10%,#f9e2ce 100%);
    background: -webkit-linear-gradient(to bottom, #fff 10%,#f9e2ce 100%);
    background: linear-gradient(to bottom, #fff 10%,#f9e2ce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f9e2ce',GradientType=0 );
	border: 1px solid #fec682;
	color: #0030b7; border-radius: 50px;
	-moz-box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 8px rgb(235 186 135);
	padding: 12px 10px;    width: 68px;
    height: 68px;}
.r-bar-app-img{
	background-image: url(/views/images/icon-android.png);
    background-repeat: no-repeat;
	background-size:100%;
	width:45px; height:42px; margin:0 auto;
	}
.appLoad-box{     background-image: url(/views/images/app-load-bg.jpg);
    background-repeat: no-repeat;    background-size: 100%; width:100%; min-height:459px}	
.appLoad-box-L img{
    box-shadow: 0px 0px 20px rgb(0 0 0 / 70%);
    margin-top: 125px;    width: 200px; margin-bottom:10px
	}
.appLoad-txt{ text-align:center; border-bottom: 0px; font-size:22px; color: #797979;padding-bottom: 35px;line-height: 25px;}
.appLoad-txt h1 {
	    text-shadow:0px 4px 3px rgb(255 255 255 / 40%), 4px 4px 5px rgb(255 255 255 / 90%), 0px 18px 23px rgb(255 255 255 / 30%);;
    color: #555;    font-size: 55px;      line-height: 60px;  letter-spacing: 1px;}
/*彈跳-APP download*/
.appLoad-box-R{ padding-top:20px}
/*.appLoad-txt{ 
	border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 25px;
    color: #4a4a4a;
    padding-bottom: 15px;}
.appLoad-txt h1{
	color: #006dca;
	font-size: 30px;
	font-weight: bold;
	line-height: 38px;
	letter-spacing: 1px;
}*/
.appLoad-qr{	text-align: center; width:173px; margin:30px auto}
.appLoad-qr p{ font-size:15px}
/*另開彈跳視窗*/
.pop-up-box{    background-color: #ebebeb;   }
.pop-up-box-xs{    background-color: #000;}
.pop-up-980{
    width: 975px;
    margin-right: auto;
    margin-left: auto;
    padding: 14px 12px 20px;
    position: relative;
}

.pop-title-box{    width: 100%;    height: 77px;    background-color: #765a0a;    position: relative;	min-width:975px}
.pop-title{

    font-size: 18pt;
    color: #FFF;
    letter-spacing: 2px;
    float: left;
    line-height: 50px;
    width: 40%;
}
.pop-title-font{
     font-family:tahoma, arial, "Microsoft JhengHei", "Microsoft Yahei", Helvetica, sans-serif;
    display: inline-block;
    margin-left: 6px;


}
/*彈跳選單*/
.pop-topnav-980{ 
    position: relative;
    width: 975px;
    margin:0 auto;
    padding: 5px 0px;}
.pop-topnav{
     font-family:tahoma, arial, "Microsoft JhengHei", "Microsoft Yahei", Helvetica, sans-serif;
    width: 100%;
    background-color: #edd9ad;
    font-size: 14px;
}

.pop-topnav .nav > li > a{

    position: relative;
    margin-right: 5px;
    padding: 5px 15px;
    background-color: #fff;

    color: #656565;
    border: 1px solid #b58549;
    text-decoration: none;
    text-align: center;

    display: block;
    min-width: 105px;


}
.nav-pills a {
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #6B433D;
}

.nav-pills a:hover {    color: #fff!important;    background-color: #765a0a!important;}

.nav-pills .active a:hover {    color: #fff;    background-color:#765a0a;}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{    color: #FFF;    background-color: #765a0a;}
.pop-topnav-sub{    padding:0 10px;    font-size: 10pt;    border-bottom:1px solid #dbdbdb;}
.datetimepicker-days .switch{    background-color: #e8edf3;    text-align: center;}
.datetimepicker-days .today{text-align: center;}
.datetimepicker-days .next{ text-align:right}
.datetimepicker-days .month{    padding: 0 5px;cursor: pointer; }
.pop-topnav-sub .dropdown-menu{ background:#fff}
.pop-topnav-sub ul{	margin: 0px;	padding: 0px;	list-style-type: none;}
.pop-topnav-sub li {    display: inline-block;    padding: 5px 10px;}

.pop-topnav-sub a{    color: #666;}

.pop-topnav-sub a:hover{    color: #062360;    text-decoration: none;}

.pop-topnav-sub .active>a, .pop-topnav-sub .active{	color: #039;}
.pop-form-box{    padding: 8px 0 0;}
.pop-form-float{    padding:0 5px 0 0;    float:left;}
.pop-form-box .col-md-4 {    width: 33.33333333%; float: left;}
.pop-form-box .col-md-6 {    width: 50%; float: left;}
.pop-form-box .col-md-2 {    width: 16.66666667%; float: left;}
.pop-form-box .col-md-7 {    width: 58.33333333%; float: left;}
.pop-form-box  .col-md-3 {    width: 25%; float: left;}
.form-custom{    display: inline-block;    padding: 6px 12px;    margin:0 5px;    height: 30px;}
.form-custom:focus{

    border-color:#d89443;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(223,200,100,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(223,200,100,.6)
}
.pop-form-box .btn{ padding:3px 12px;}
/*彈跳內容-客服icon*/
.pop-icon-service{
    position: relative;
    float: right;
    cursor:pointer;
    background-image: url(/views/images/pop-up-icon01.png);
    height: 43px;
    width: 47px;
    margin-top: 3px;
}
.pop-icon-service:hover{opacity:0.6}

/*彈跳內容*/
.HelpQADeposit_dl dt {    color: #1c8f91;    margin-top: 28px;}
.RulePrivate p {    margin-top: 27px;}
.pop-main-box .well{
    border: #d4d4d4 solid 1px;
    color: #262626;
    line-height: 22px;
    padding-bottom: 45px;
    border-radius: 0;
    background-color: #FFF;
    font-size:16px;
    min-height:500px;
}


/*彈跳-聯繫*/
.help-contact-box{    width: 820px;    margin:0 auto;}
.help-title{
    width: 100%;
    margin-bottom:20px;
    line-height:22px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    font-size:16px
}
.help-title span{ display:inline-block; width:90%;    vertical-align: middle;}
.help-title img{ margin-right:15px;}
.help-contact{    background-color: #f3f3f3;    display: table;    margin: 4px auto 10px;
    padding: 15px;    width: 90%;    border: 1px solid #d4d4d4;    vertical-align: bottom;    font-family: Arial, Helvetica, sans-serif;
    color: #333;    border-radius: 3px;    font-size: 17px;    text-align: center;}
.help-idIcon{ display:inline-block;   width: 30%;    text-align: center;    vertical-align: top;}
.help-idIconTxt{ display:block; text-align:center;    margin-top: 16px;}
.help-idIconTxt p{    color: #0078ff;    font-weight: bold;    text-decoration: underline;}
.help-idIcon-img{ padding:10px 0; font-size:16px;}
.help-idIcon-img p{margin-bottom: 0;     color: #3e74c9;    padding: 6px 0;    font-weight: bold;}
.help-idIcon-img p span{ margin:0 10px; color:#333;}
/*.help-whatapp-bg{    background-color:#00a500;}
.help-tele-bg{      background-color: #148ad8;}*/

.help-contact-l{width: 100%;    margin: 0 0 15px;    text-align: center;    padding-top: 15px; }
.help-contact-l img{background-size:100%;width:85px;}
.help-contact-r{      margin: 0px auto;    width: 100%;    text-align: center;   position: relative;	}
.help-contact-r p{color: #0078ff;    font-weight: bold;    text-decoration: underline;}
.help-contact a:hover img{-webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5))}
.help-contact span{color: #0078ff;}
.text-gold{    color: #c37f00;}
.help-contact-r img{    width:100px;    position: absolute;    top: -12px;    right: 0px;}

.callBack{ width:70%; margin: 20px auto 0}
.callBack .col-md-3, .callBack .col-md-9{ width:100%; padding:0}

/*免費註冊-遮幕內容*/
.free-login-box{    width: 80%;    margin-right: auto;    margin-left: auto;}
.free-login-box a{    display: inline-block;    margin-left: 10px;    color: #F60;}
.free-login-box a:hover{    color: #C00;}
.free-login-box .topic-txt{    font-size: 16px;    color: #333;   line-height: 2; }
.free-login-box .red{    color: #F00;    margin-left: 15px;}
.free-login-box .checkbox{    font-size: 16px;    padding: 15px;    color: #333;     text-align: left;}
.free-login-box .checkbox .btn{    padding:0 7px;    margin:0 7px;    font-size: 16px;}
.forget-box{    color: #333;    width: 80%;    margin-right: auto;    margin-left: auto;    font-size: 12pt;
line-height: 12pt;}
.free-login-box a.btn-primary{ color:#FFF}
.free-login-box .btn-primary{ background-color: #a1632e;    border-color: #af6e2b;}
.free-form-L{ width:25%; margin-right:1%; }
.free-form-R{ width:70%; margin-right:2% }
.free-form-L, .free-form-R{display:inline-block; vertical-align:top}
.free-form-note{ width:100%; text-align:right; font-size:13px; color:#2e66b4; padding-top:8px}
.free-login-box .btn-primary, .enterGame-box .btn-primary, .one-key .btn-primary {
    background: #ffd495;
    background: -moz-linear-gradient(top, #ffd495 0%, #f97f27 57%, #fb8e3c 100%);
    background: -webkit-linear-gradient(top, #ffd495 0%,#f97f27 57%,#fb8e3c 100%);
    background: linear-gradient(to bottom, #ffd495 0%,#f97f27 57%,#fb8e3c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd495', endColorstr='#fb8e3c',GradientType=0 );
    color: #fff;
    border-color: #f3c7a7;
    text-shadow: 0px 2px 5px rgb(163 73 0), 0px 2px 3px rgb(163 73 0);
}
.free-login-box .btn-primary:hover, .free-login-box .btn-primary:focus, .free-login-box .btn-primary:hover, .free-login-box .btn-primary:focus, .enterGame-box .btn-primary:hover, .enterGame-box .btn-primary:focus, .one-key .btn-primary:hover, .one-key .btn-primary:focus, .one-key .btn-warning:hover, .one-key .btn-warning:focus{
    border-color: #909090;
    text-shadow: 0px 2px 5px rgb(99 99 99), 0px 2px 3px rgb(124 107 93);
    background: #9f9f9f;	
	}
.one-key .btn{ display:inline-block; width:150px;}
.one-key .btn-warning{  
     background: #9456b1;
    background: -moz-linear-gradient(to bottom, #c0a1f6 0%,#9456b1 57%,#9c5fc6 100%);
    background: -webkit-linear-gradient(to bottom, #c0a1f6 0%,#9456b1 57%,#9c5fc6 100%);
    background: linear-gradient(to bottom, #c0a1f6 0%,#9456b1 57%,#9c5fc6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c5fc6', endColorstr='#9456b1',GradientType=0 );
    color: #fff;
    border-color: #a98cb4;
    text-shadow: 0px 2px 5px rgb(75 20 119), 0px 2px 3px rgb(82 37 104)}
/*form-BG*/
.formBg, .formBg2{    
    background: #eef1f4;
    background: -moz-linear-gradient(top, #ffffff 0%, #fdf0ce 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#fdf0ce 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#fdf0ce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdf0ce',GradientType=0 );
    border-bottom: 1px solid #e3d299;}
.free-login-box .formBg2{padding:15px; margin-bottom:10px; text-align:center}
.txt-red{	color:#F00}	

/*會員中心*/
.mem-l{    float: left;}
.mem-r{    width:33%;    float: right;    text-align: right;}
.my-point-tb {    width: 100px;}
.mem-tran-txt-focus{    color: #FF0;}
.point-tran-box{    background-color: #FFF;    margin-bottom:8px;}
.my-point-main{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666666+0,fff6ef+100 */
    background: rgb(102,102,102); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(255,246,239,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(255,246,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(255,246,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#fff6ef',GradientType=0 ); /* IE6-9 */

    font-weight: bold;
    margin-bottom:5px;

}

.my-point-main-title{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d6d6d+0,1e1e1e+100 */
    background: #6d6d6d; /* Old browsers */
    background: -moz-linear-gradient(top,  #6d6d6d 0%, #1e1e1e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #6d6d6d 0%,#1e1e1e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #6d6d6d 0%,#1e1e1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#1e1e1e',GradientType=0 ); /* IE6-9 */
    text-align:center;
    font-size:17px;
    font-family:Arial;
    color:#FF0;
    width:30%;
    line-height: 27pt;
    display: inline-block;
    margin-bottom:5px;
}
.my-point-total{
    font-size: 20px;
    line-height: 25px;
    background-color: #666;
    padding: 15px;
    border: 1px solid #999;
}
.my-point-total-info{
    color: #C00;
    background-color: #CCC;
    padding:2px;
    width:150px;
    margin-left:5px;
    border-radius:10px;
    text-align: center;
}
.my-point-box{    border:1px solid #BFBFBF;    background-color: #FFF;}
.my-point-note{
    border-top: 1px solid #999;    color: #fff;    font-size: 14px;    line-height: 18px;    margin-top:12px;    padding-top:10px;}

.my-point-box-l{
    display: inline-block;
    padding: 3px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d6d6d+0,1e1e1e+100 */
    background: #6d6d6d; /* Old browsers */
    background: -moz-linear-gradient(top,  #6d6d6d 0%, #1e1e1e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #6d6d6d 0%,#1e1e1e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #6d6d6d 0%,#1e1e1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#1e1e1e',GradientType=0 ); /* IE6-9 */
    text-align:center;
    font-size:15px;    font-family:Arial;    color:#ffffff;    width:30%;    line-height: 24pt;}
.my-point-box-r{    display: inline-block;    background-color: #FFF;    width:67%;    padding-right:4px;
    vertical-align: top;}
.my-point{
    color: #C09;    background-color: #F0F0F0;    font-size: 15px;    
	font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;    text-align: center;    margin-top:2px;}
.my-point-total-info label{    margin:0}
.my-point label{    padding-top:5px}
.my-point .btn{ line-height:2.1}
.enterGame-box{    width: 86%; margin:0 auto}
.enterGame-box .btn-primary{ background-color: #a1632e;    border-color: #af6e2b;}
.myPoint-mod{    
background: #eef1f4;
    background: -moz-linear-gradient(top, #ffffff 0%, #fdf0ce 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#fdf0ce 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#fdf0ce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdf0ce',GradientType=0 );
    border-bottom: 1px solid #e3d299;   padding: 18px ;      background-color: #eef1f4;}
.myPoint-mod-L, .myPoint-mod-R{display:inline-block ;text-align: center; font-size: 11pt;    line-height: 33px; vertical-align:top}
.myPoint-mod-L{
    background: #a56a54;
    background: -moz-linear-gradient(top, #572c0e 0%,#a56a54 100%);
    background: -webkit-linear-gradient(top, #572c0e 0%,#a56a54 100%);
    background: linear-gradient(to bottom, #572c0e 0%,#a56a54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#572c0e', endColorstr='#a56a54',GradientType=0 );
     width:43%;    color: #fff; margin:0 1% ; border-radius: 4px; text-shadow: 2px 2px 0px rgba(0,0,0,0.8);}
.myPoint-mod-R{ width:53%;font-size: 16px;}
.myPoint-mod-R .btn{  font-size: 16px;  padding: 5px 15px;}
.myPoint-mod-R  .form-control{font-size: 18px;    text-align: center; background-color: transparent;}
.myPoint-mod-okBtn{ width:40%; margin:15px auto 0;}
.one-key{ margin-bottom:10px;}

/*轉點拉桿*/
#slidecontainer{    margin: 10px 0;}
/*轉點備註文字顏色*/
.sup_ps{
	color: #884721;    font-size: 14px;    text-align: center;    padding: 18px;    border-bottom: 1px solid #d4d4d4;
    background-color: #f3e6dc;}
.sup_ps i{ margin-right:6px}
.bank-group{
	background: #eef1f4;
	background: -moz-linear-gradient(top, #ffffff 0%, #fdf0ce 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#fdf0ce 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#fdf0ce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdf0ce',GradientType=0 );
    border-bottom: 1px solid #e3d299;
    
	padding: 10px 20px;	margin: 0 20px;   }
.edit-bank-L, .edit-bank-R{ float:left; width:50%}
.edit-bank-L{ padding-right:3px}
.edit-bank-R{ padding-left:3px}
.bank-group .form-control{    color: #fff;    background-color: #a56a54;}
.bank-group .form-control[disabled], .bank-group.form-control[readonly], fieldset[disabled] .bank-group .form-control{
	background-color: #a56a54;}
.bank-group input::placeholder{ color:#f3d786}
.bank-group input::-moz-placeholder{ color:#f3d786}
.bank-group ::-webkit-input-placeholder{ color:#f3d786}
.bank-group:-ms-input-placeholder{ color:#f3d786}
.bank-group-btn{ width:100%; margin:10px 0}
.bank-group .txt-note{	color: #F60;}
.s_tab {    margin-bottom: 15px;}
.s_tab table{
    border:1px solid #BFBFBF;
    border-collapse: collapse;
    border-spacing: 0;
    margin:0px;
    padding:0px;
    width: 100%;
    background-color: #FFF;
    font-size: 10pt;
    color: #666;
}
.s_tab tr._mainbet:hover td{	background-color:#F5E0B8;}
.s_tab tr.big td{    background-color:#e5e5e5;}
.s_tab tr.big:hover td{    background-color:#ceb3b3;}
.s_tab .alt td {    background: #faf0ee;    color: #333;}
.s_tab .deep-tb td {    color: #FFF;    background-color:#e7e7e7;}
.s_tab td{
    vertical-align:middle;
    border:1px solid #BFBFBF;
    border-width:0px 1px 1px 0px;
    padding:5px;
    font-family:Arial;
    font-weight:normal;
    color:#000;
}
.s_tab caption{
    text-align: center;
    padding: 3px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d6d6d+0,1e1e1e+100 */
    background: #6d6d6d; /* Old browsers */
    background: -moz-linear-gradient(top,  #6d6d6d 0%, #1e1e1e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #6d6d6d 0%,#1e1e1e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #6d6d6d 0%,#1e1e1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#1e1e1e',GradientType=0 ); /* IE6-9 */

    border:0px solid #BFBFBF;

    border-width:1px 1px 0px 1px;
    font-size:16px;
    font-weight:bold;
    color:#FFE8E8;
}
.s_tab tr:last-child td{    border-width:0px 1px 0px 0px;}
.s_tab tr td:last-child{    border-width:0px 0px 1px 0px;}
.s_tab tr:last-child td:last-child{    border-width:0px 0px 0px 0px;}
.s_tab tfoot tr{    background: #faf0ee;    border-top: 1px solid #BFBFBF;} 
.s_tab tfoot td{text-align: left;}
.s_tab tfoot td div{    padding:0 15px;}

.s_tab th, .tab_head div{
	padding: 3px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d6d6d+0,1e1e1e+100 */
    background: #6d6d6d; /* Old browsers */
	background: -moz-linear-gradient(top,  #6d6d6d 0%, #1e1e1e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #6d6d6d 0%,#1e1e1e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #6d6d6d 0%,#1e1e1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#1e1e1e',GradientType=0 ); /* IE6-9 */
	border:0px solid #BFBFBF;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;

	color:#ffffff;
	font-weight: normal;
}
.s_tab-MainTh{ background:#6e2604!important;}
.s_tab tr:hover td{    background-color:#f5e7cf;}
.s_tab .btn{ padding:3px 12px}
/*
.s_tab tr:first-child th:first-child{
    border-width:0px 0px 1px 0px;
}
.s_tab tr:first-child th:last-child{
    border-width:0px 0px 1px 1px;
}
*/

/*變更資料*/
.mem-change-set1, .mem-change-set2, .mem-change-set3{ width:85%; margin: 0 auto; float:none}
.mem-change-set2, .mem-change-set3{ padding-top:10px; border-top:1px solid #777; position:relative;}
.mem-pop-box{    width: 60%;    margin-right: auto;    margin-left: auto;}
.txt-note{    color: #F90;}
.mem-change-r .txt-note{ margin-left:20px}
.mem-change-r span{ display:block; text-align:center}
.mem-change-set2 .txt-note{
	font-size:18px;	margin:0 auto 10px;text-align:center;	background-color: #F6F6F6;
	padding: 8px;	width: 95%;}

.mem-change-set3 a.btn-primary{   width: 20%; font-size:16px; position:absolute; top:20px; right:5%}
.btn-font-cus{    font-size: 15px;}
.mem-change-set1 .form-group .col-md-4, .mem-change-set2 .form-group .col-md-4, .mem-change-set3 .form-group .col-md-4{
	    width: 28%;    float: left;    padding-top: 7px;    margin-bottom: 0;    text-align: right;}
.mem-change-set1 .form-group .col-md-8, .mem-change-set2 .form-group .col-md-8, .mem-change-set3 .form-group .col-md-8{ width:72%; float:left}
@media (max-width: 991px){
.mem-change-set2 .col-md-6 {    width: 50%; float:left}
	}
@media (max-width: 767px){
.mem-change-set2 .form-inline .form-control{display: inline-block;    width: auto;    vertical-align: middle;}
	}

/*日曆*/
.input-append .add-on, .input-append .btn, .input-append .btn-group {    margin-left: -1px;}
.input-append .add-on, .input-prepend .add-on {
    display: table-cell;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius:0 4px 4px 0;

    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}
.input-append .add-on {    vertical-align: middle;    white-space: nowrap;    width: 1%;}
.align-l{    float: left;    margin-top: 5px;}
.focus-txt1{    color: #FF0;}
.focus-txt2{    color: #3FF;}
/*平台轉帳*/
.mem-tran-txt-focus{    color: #FF0;}
.mem-tran-txt-focus img{ background-size:60%;    width: 110px;}
.mem-tran-txt-main{	color: #FFF;}
.my-point-tb{    width: 130px;  vertical-align:middle}
.tran-gameName{
	line-height:15px;
	font-weight: bold; padding-bottom:3px;
	color: #244a95; width:100%; border-bottom:1px solid #dfdfdf}
.my-point-tb p{color:#244a95;}
.my-point{
    color: #C09;
    background-color: #F0F0F0;
    font-size: 15px;
    text-align: center;
}
.my-point-btn{    padding:0 4px;}
.ad-215{    text-align: center;}
.ad-215 li{
    display: inline-block;
    width: 215px;
    height: 123px;
    margin: 0 2px;
}
.ad-215 li img{width: 215px;               height: 123px;}

/*會員區標題焦點*/
.mem-note{    font-size: 19px;    color: #039;    text-align: center;    width: 100%;    line-height: 30px;    background-position: center;
    font-family: 'Microsoft Yahei';    border-bottom:1px solid #ccc;    margin-bottom:25px;}
ol.mem-noteInfo{ font-size: 16px;    line-height: 25px;list-style-type: decimal;    margin: 0 15px;}
.mem-washmoney-bg{        padding: 12px 50px;    border: solid 1px #8094b1;    border-radius: 15px;    background-color: #dceffd;    margin-bottom: 10px;}
.mem-washmoney-bg .col-md-8{padding-top: 8px;}
.mem-washmoney-bg .col-md-4 .btn{ font-size:17px;  }
.mem-washmoney-get{display: inline-block;    width: 85%;
    vertical-align: top;}
.mem-washmoney-get label{	display: inline-block;	padding: 2px 7px;	margin:2px;	white-space:nowrap;	background-color: #a8cff7;	border-radius: 3px;}	
.washmoney-note{	font-size: 13px;	color: #F00;	margin-top:8px;	padding:8px;	border-top:1px solid #b0c1da;}
.form-margin .form-group{     margin: 0 8px 12px; width:31%}
.drawForm{ text-align: left; width:95%; margin:0 auto}
.drawForm  .form-control{ width:100%}
.drawForm .form-group label{text-align: left; width:100%}
.mem-draw-info{ margin-top:15px; font-size:16px}
@media (max-width: 991px){
.drawbox-L .btn{ width:30%; margin-bottom:25px}
.drawbox-L hr{ border-top:0; margin-top:0; margin-bottom:0}
}
/*會員區-銀行公告*/
.mem-bank-box{    border: 1px solid #6D4125;    border-radius:6px;    background-color: #4F2E2B;}
.mem-bank-body{    height: 140px;    padding: 7px;    line-height: 17px;}
.mem-bank-body li{    margin: 8px 0;}
.mem-bank-panel{}
.mem-bank-header{    background-color: #41231F;    padding: 7px;    font-size: 17px;	}
.mem-save .mem-notice{    margin:0 auto;}
.mem-save .mem-notice .form-group{    margin-right:12px;}
.mem-save .panel{    background-color: transparent;}
.mem-save .panel-heading{    padding: 0px;}
.mem-save .s_tab td{}

.mem-token-qrImg{display:block; width:150px; }

/*第3方支付*/
.mem-save-kindSet .col-sm-4{ padding-left:5px; padding-right:5px}
.mem-save-payLine p{	color:#F00}
.mem-save-payLine{    border: 1px solid #ccc; padding:5px;border-radius: 10px; margin-bottom:8px}
.save-chips{ padding:0 20px 10px}
.save-chips .input-group-addon {
    border: 1px solid #c0850e;    background-color: #a77109;    color: #fff193;    padding: 10px;    font-size: 18px;}
.save-chips .btn-default {
    background: rgb(186,137,14);
    background: -moz-linear-gradient(top, rgba(186,137,14,1) 1%, rgba(135,72,0,1) 49%, rgba(104,48,0,1) 51%, rgba(104,48,0,1) 51%, rgba(147,109,34,1) 100%);
    background: -webkit-linear-gradient(top, rgba(186,137,14,1) 1%,rgba(135,72,0,1) 49%,rgba(104,48,0,1) 51%,rgba(104,48,0,1) 51%,rgba(147,109,34,1) 100%);
    background: linear-gradient(to bottom, rgba(186,137,14,1) 1%,rgba(135,72,0,1) 49%,rgba(104,48,0,1) 51%,rgba(104,48,0,1) 51%,rgba(147,109,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba890e', endColorstr='#936d22',GradientType=0 );
    color: #FFF193;
    border-color: #FC0;}
.save-chips .input-group .form-control{ font-size:16px}
.save-chips .btn-default:hover, .save-chips .btn-default:active{ color:#FF0}
.save-chips .btn{ font-size:18px; padding:10px}
.save-chips .input-group{    border: 1px solid #d26107;border-radius: 5px;width:100%}
.save-payBtn .col-sm-8{border-bottom: 1px solid #ccc; line-height:38px}
.save-payBtn .col-sm-4{ padding-right:0}
.save-btnClear{ position:absolute; line-height:20px;  right:30px; top:-8px;    border-radius: 50px; padding:5px 15px; display:block;cursor: pointer; border:1px solid #dfa36b; background-color:#fff0b2; z-index:5; font-size:15px;
-moz-box-shadow:2px 2px 2px rgba(44, 44, 44, 0.5);
-webkit-box-shadow:2px 2px 2px rgba(44, 44, 44, 0.5);
box-shadow:2px 2px 2px rgba(44, 44, 44, 0.5);}
.save-btnClear:hover{ color:#fff; background-color:#C30}

.panel-gold{border-color:#a9cde7}
.panel-gold>.panel-heading{color:#fff;background-color:#48698c;border-color:#48698c}
.panel-gold>.panel-heading img { width:100%}
.panel-gold>.panel-heading+.panel-collapse>.panel-body{border-top-color:#7f96ae}
.panel-gold>.panel-heading .badge{color:#48698c;background-color:#fff}
.panel-gold>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#48698c}


.complain-box{    width: 60%;    margin-right: auto;    margin-left: auto;}
.complain-box label, .complain-box .form-control{font-size: 12pt;}
.service-l, .service-r{
	display: inline-block;	height: 210px;	width: 45%;	margin:5px;    border:1px solid #8293a3;
	text-align: center;}

.service-r{    vertical-align: top;}
.service-toptitle{
	background-color:#8293a3;	line-height: 35px;	color: #FFF;	text-align: center;	width: 100%;	font-size: 17px;	margin-bottom:10px}
.service-r ul{	margin: 0px;	padding: 0px;	list-style-type: none;}
.service-r li{
    display: inline-block;
    color: #333;
    text-align: center;

    margin-top: 0;
    margin-right: 3px;
    margin-bottom: 0;
    margin-left: 3px;
}
.service-r li img{    height: 100px;    width: 100px;    border-radius:6px;}
/*優惠活動*/
.activity{}
.activity .panel-body{ padding:15px 25px}
.activity .panel{    background-color: transparent;}
.activity-ad-list-info{ padding-bottom:30px}
.activity .panel-heading{    padding: 0px;}
.activity-ad-list{ text-align:center; margin-bottom:10px}
.activity-ad-gift-icon{ width:60%; margin:10px auto 20px}

/*** PANEL WARNING ***/

.panel-warning{border-color: transparent;}
.activity .panel-warning > .panel-heading {    background-color: #C68C8C;    border-color: #916553;    color: #000;}
.with-nav-tabs.panel-warning .nav-tabs > li{ width:50%}

.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {   color: #C5A878;}

.with-nav-tabs.panel-warning .nav-tabs > li > a{    color: #FFF;    margin:0;}

.with-nav-tabs.panel-warning .nav-tabs > .open > a,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
    color: #8a6d3b;    background-color: #faebcc;    border-color: transparent;}
	
.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
    color: #FF0;    background-color: #7c4741;    border-color: #a8a8a8;    border-bottom-color: transparent;}
	
.with-nav-tabs.panel-warning .panel-body{    padding: 0px;}
.with-nav-tabs.panel-warning .nav-tabs{border-color: transparent;}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #F5CF87;    border-color: #916553;}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #8a6d3b; }
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #F1C76D;}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;    background-color: #8a6d3b;}

/*頁碼*/
.pagination-lg > li > a, .pagination-lg > li > span {  padding: 6px 16px;}
.pagination > li > a, .pagination > li > span {	background-color: #674B32;	border: 1px solid #916553;	color: #FC0;
                                                padding: 6px 12px;}
pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{
    color:#734F37;	background-color:#F4EADB;	border-color:#ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
    color:#fff;	background-color:#7C4741;	border-color:#916553}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{
    color:#D8CDC0;	background-color:#876D56;	border-color:#916553
}
.gameplay-box .col-md-2, .gameplay-box .col-md-10, .gameplay-box .col-xs-12{
    padding-right: 5px;    padding-left: 5px;}
.gameplay-nav{    margin:0 auto;    text-align: center;}
.gmaeplay-box-l{    background-color: #292929;    padding: 8px;}
.gameplay-nav-title{
    line-height: 45px;
    background-color: #535353;
    text-align: center;
    font-size: 20px;
}
.gameplay-nav li{
    height: 57px;
    list-style-type: none;
    line-height: 60px;
    background-image: url(/views/images/gameplay-nav.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 16px;
    margin-top:1px;

}
.gameplay-nav li a{
    background-image: url(/views/images/gameplay-nav.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    color: #E3E3E3;
    display: block;
    height: 57px;
    width: 100%;
}
.gameplay-nav li a:hover, .gameplay-nav li a:focus{
    background-image: url(/views/images/gameplay-nav2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    color: #FC0;
    text-decoration: none;
}
.gameplay-info-nav{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+29,e0e0e0+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 29%, rgba(224,224,224,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 29%,rgba(224,224,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 29%,rgba(224,224,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
    padding:0 15px;
    border-bottom:1px solid #C6C6C6;
    font-size: 16px;
}

.gameplay-info-nav li{    line-height: 45px;    display: inline-block;    list-style-type: none;    padding:0 8px;}
.gameplay-info-nav li a{    font-weight: bold;    color: #C00;    text-decoration: none;}
.gameplay-info-nav li a:hover{    color: #233476;}
.gameplay-info-maintitle{
    font-size: 18px;    line-height: 28px;    color: #FFF;    background-color: #765a0a;    text-align: center;}
.gameplay-info{ margin-bottom:35px}
.gameplay-info-title{
    font-size: 16px;    line-height: 28px;    color: #d47614;
    margin: 12px 0;
    border-bottom: 1px solid #d89b67;}
.gameplay-info-txt{    padding:5px;	font-size:15px}
.gameplay-info-leftimg{    float: left;    padding-top:8px;}
.gameplay-info-right{    width: 74%;    float: left;    font-size: 14px;    margin-bottom:10px;}
.gameplay-info-img-center{    width: 95%;    margin:8px auto 0;}
.gameplay-info-bigimg{ width:70%; margin:8px auto}

/*電子遊戲下拉*/
.ec-game ul{margin:10px 0;}
.ec-game .nav-tabs>li>a{
    border-bottom: 0px solid #203c5f;
    border-top: 1px solid #203c5f;
    border-left: 1px solid #203c5f;
    border-right: 1px solid #203c5f;
    border-radius: 4px 4px 0 0;
    width:140px;
    line-height:25px;
    height:inherit;}
.ec-game .nav-tabs>li:hover{visibility: visible;}
.ec-game .nav-tabs>li>a:hover{background-color:#30679f;}
.ec-game .nav-tabs>.active>a, .ec-game .nav-tabs>.active>a:focus, .ec-game .nav-tabs>.active>a:hover
{border: 1px solid #203c5f;}
.ec-game .nav-tabs>li.active>a, .ec-game .nav-tabs>li.active>a:focus, .ec-game .nav-tabs>li.active>a:hover
{
    border-bottom: 0px solid #203c5f;
    border-radius: 4px 4px 0 0;
    background-color:#30679f;
    line-height:25px;
    height:37px

}

.ec-game .nav-tabs {    border-bottom: 1px solid #203c5f;}
.help-img-box{
    margin-bottom:15px;
    padding-bottom:10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666;

}
.help-img{    background-color: #FFF;    padding: 8px;    border: 3px solid #999;}
/*彈跳-遊戲產品表*/
.GamePro-body{    background-color: #282828;    background-image: url(/views/images/gamepro-bg.jpg);}
.GamePro-top-box{
    width: 100%;
    height: 50px;
    text-align: center;
    position: relative;
    position: fixed;
    top: 0;
    overflow: hidden;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: rgba(0,0,0,.6);
    z-index: 120;
}
.GamePro-top-1000{    width: 975px;    padding:0 15px;    margin: 0 auto;}
.GamePro-top-logo{
    font-size: 24px;
    color: #cfa972;
    float: left;
    line-height: 50px;
    text-align: left;
    letter-spacing: 1px;
}
.GamePro-top-r{ margin-top:13px;}
.GamePro-top-r-txt a{	font-size: 16px;	color: #F60;}
a.GamePro-re{
    display: inline-block;
    width: 30px;
    font-size: 19px;
    margin-right: 15px;
	color:#FFF; position:relative
}

a:hover.GamePro-re{    color: #F90;}
a:hover.GamePro-re:after{
    content:attr(data-info);
    position:absolute;
    width:245%;
    line-height:20px;
    text-align:center;
    left:-15px;
    top:28px;
    border-radius: 5px;
    color: #fff;
    /*使用z-index，讓提示框不會被後方文字蓋到*/
    z-index: 999;
    font-size: 13px;
    background-color: #0a121c;


}
.GamePro-info-box{    width: 969px;    background-color: #0F0F0F;    margin: 65px auto 0;    padding:23px;
    border-radius: 5px;}
/*語系*/
.header-topbar-980 .dropdown{ float:right}
.header-topbar-980 .dropdown-menu{   
    background-color: #bb8c26;
    border: 1px solid #d1a638;
    padding: 2px 0;
    border-radius: 7px;
min-width: 70px; width:70px;      margin-left: 3px;}
.lanInfo{ 
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0 1px #b19819;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 1), 0 1px #b19819;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 1), 0 1px #b19819;
    padding: 1px 10px 4px;
    float: right;
    background-color: #6d460d;
    margin-left: 8px;
    margin-top: 7px;
    border-radius: 25px;
	color:#FC0;
	cursor: pointer;
	position:relative
    
	}

.lanInfo img, .lan-set-list img{ background-size:100%; display:inline-block; width: 25px;    margin-right: 5px; border:1px solid #ccc}

.lan-set-list{cursor: pointer; color:#FFF; font-size:13px;     padding: 5px 4px;}
.lan-set-list:hover{	background-color: #36180E;	border-radius: 4px;}
.lan-set-list span{ text-align:right}
.money_btn{ height:32px; line-height:32px}

#cgpay_save .col-xs-4, #cgpay_save .col-xs-7, #mppay_save .col-xs-4, #mppay_save .col-xs-7{ text-align:right}
#cgpay_save .form-group label, #mppay_save .form-group label{ margin-top:5px}
.pay-note{ background-color:#E7E7E7; padding:10px;border-radius: 10px; margin-bottom:25px}
.md10{ margin-bottom:10px}
.md15{ margin-bottom:15px}
.md20{ margin-bottom:20px}
.mt15{ margin-top:15px}

/*左區優惠活動*/
.l-function-box{ position:relative; margin-top:35px; border:1px solid #646B72; }
.l-function-title{
	background-image: url(/views/images/left-active-title.png);
	height: 68px;
	width: 100%;
	cursor:pointer;
	position: absolute;
	top:-23px;
	background-repeat: repeat-x;
	background-position: center;
	z-index: 5;
}
.l-function-title:hover{background-image: url(/views/images/left-active-title2.png);}
.l-function-info{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000a33+0,173b73+100 */
background: #000a33; /* Old browsers */
background: -moz-linear-gradient(top, #000a33 0%, #173b73 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #000a33 0%,#173b73 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #000a33 0%,#173b73 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    padding:10px 10px 25px;
    position: relative;

}
.l-function-content{    padding: 50px 0px 0px;    text-align: center;}
.l-function-txtlink li{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#34b0f9+0,136fad+26,0a2b5c+100 */
background: rgb(52,176,249); /* Old browsers */
background: -moz-linear-gradient(top, rgba(52,176,249,1) 0%, rgba(19,111,173,1) 26%, rgba(10,43,92,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(52,176,249,1) 0%,rgba(19,111,173,1) 26%,rgba(10,43,92,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(52,176,249,1) 0%,rgba(19,111,173,1) 26%,rgba(10,43,92,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34b0f9', endColorstr='#0a2b5c',GradientType=0 ); /* IE6-9 */

    font-size: 16px;
    border: 1px solid #5081a3;
    cursor:pointer;
    margin-bottom:12px;
    display: block;
    list-style-type: none;
	color:#FFF
	
}
.l-function-txtlink .nav>li>a{    padding:8px; color:#FFF}
.l-function-txtlink .nav>li>a:hover{	color: #FF0!important;	background: #3065BE;}
.video{ border:1px solid #646B72;cursor: pointer; background-image: url(/views/images/free-video.jpg); height:136px; width:100%;    background-size: 100%;    margin-top: 15px;}
.video:hover{background-image: url(/views/images/free-video-hov.jpg);}
.rightMenuVideo{    width: 100%;}

/*上下分成功框*/
body.bodyBox{	background-color: #333;}
.UpBox{ height:100% ;display: flex;}
.UpPoint{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f9ff+0,d3efff+100 */
background: rgb(244,249,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(244,249,255,1) 0%, rgba(180 231 255) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(244,249,255,1) 0%,rgba(180 231 255) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(244,249,255,1) 0%,rgba(180 231 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f9ff', endColorstr='#d3efff',GradientType=0 ); /* IE6-9 */

	
	box-shadow: 1px 1px 3px 3px rgb(81 81 81 / 50%) inset, 0px 0px 8px 5px rgb(24 109 215 / 90%);
    border: 3px #6fcaff solid;
	font-size:18px; color:#039; text-align:center; 
	margin: auto; position:relative;
	padding:4% 3%;     border-radius: 20px;
	 text-shadow: 0px 2px 0px #ffffff;
	 width:30%; 
	
	}
.closeBtn{cursor: pointer; border-radius: 50px; background-color:#ffd832; border:2px solid #1d7bcc; width:40px; line-height:40px; font-size:23px; position:absolute; bottom:-20px; left:0; right:0; margin:auto;   
box-shadow:0px -1px 8px 2px rgb(255 255 255 / 100%) inset, 0px 0px 8px 5px rgb(102 199 255 / 90%);
}
.closeBtn:hover{	background-color:#84D3FF}

.UpPoint-failed{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fffdf4+0,fff0d3+100 */
background: rgb(255,253,244); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,253,244,1) 0%, rgba(255,240,211,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,253,244,1) 0%,rgba(255,240,211,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,253,244,1) 0%,rgba(255,240,211,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdf4', endColorstr='#fff0d3',GradientType=0 ); /* IE6-9 */
color: #C00;
    border-color: #ffca00;
    box-shadow: 1px 1px 3px 3px rgb(81 81 81 / 50%) inset, 0px 0px 8px 5px rgb(255 36 36 / 90%);
	}
.UpPoint-failed .closeBtn{border-color: #ff6c00;
    box-shadow: 0px -1px 8px 2px rgb(255 255 255 / 100%) inset, 0px 0px 8px 5px rgb(255 243 40 / 90%);}
/*點數轉入等待畫面*/
.wait-load {    margin: 0px;       padding-top: 5%;    background-color: #1a212b;  }
.load-box{    position: absolute;    top: 50%;    left: 50%;    transform: translate(-50%, -50%); width:50%}
.load-gif{  
                -moz-box-shadow: inset 0 5px 5px rgb(255, 255, 255), 0 1px 5px #e1c32e;
                -webkit-box-shadow: inset 0 5px 5px rgb(255, 255, 255), 0 1px 5px #e1c32e;
                box-shadow: inset 0 5px 5px rgb(255, 255, 255), 0 1px 5px #e1c32e;

                width: 150px;    margin: 0 auto;    background-color: #ffeca5;    height: 150px;    text-align: center;
                border-radius: 50%;  }
.load-gif img{background-size:100%; width:110px }
.load-txt{       width: 90%;    margin:20px auto 0;   font-size: 27px;      color: #ffc800;    line-height: 35px;     text-align: center;    }
.api-error{      width: 100%;      position: relative;    background-color: #ebebeb;     min-height: calc(100vh - 0px); text-align:center}
.api-errorImg{ position:relative;        text-align: center;    
    padding: 50px 15px 15px;background-color: #fff;}
.api-errorImg img{ max-width:100%}
.api-errorTxt{position: relative;     padding: 40px; z-index:2; line-height:100px; box-shadow: 0px -5px 7px rgb(0 0 0 / 15%); border-top:1px solid #fff}
.api-errorTxt:before{ position:absolute; left:0;     top: 35px;    z-index: -1;    content: 'SORRY ';
    font-size: 120px;    color: #f3f3f3;    right: 0;    margin: auto;}
.waitingDiv{ 
    background: #ffd495;
    background: -moz-linear-gradient(top, #ffd495 0%, #f97f27 57%, #fb8e3c 100%);
    background: -webkit-linear-gradient(top, #ffd495 0%,#f97f27 57%,#fb8e3c 100%);
    background: linear-gradient(to bottom, #ffd495 0%,#f97f27 57%,#fb8e3c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd495', endColorstr='#fb8e3c',GradientType=0 );

    text-shadow: 0px 2px 5px rgb(163 73 0), 0px 2px 3px rgb(163 73 0);
	box-shadow: 0px 0px 12px rgb(255 255 255 / 40%);
	-moz-box-shadow: 0px 0px 12px rgb(255 255 255 / 40%);
    -webkit-box-shadow: 0px 0px 12px rgb(255 255 255 / 40%);
	border:1px solid #f3c7a7;
	margin:auto;	border-radius: 10px;     color: #fff;
	width:30%; font-size:15px; text-align:center; padding:30px 10px }
/*換膚色*/
.changeBg-box{ float:right;margin-left: 20px;    margin-top: 7px; position:relative }
.openBgColorList{ 
    -moz-box-shadow: inset 0 1px 1px rgb(255 255 255), 0 1px #a3a3a3;
    -webkit-box-shadow: inset 0 1px 1px rgb(255 255 255), 0 1px #a3a3a3;
    box-shadow: inset 0 1px 1px rgb(255 255 255), 0 1px #a3a3a3;
    background-color: #e9e9e9;border-radius: 10px;
	margin-left: 20px;    margin-top: 7px;    cursor: pointer; border: none; color: #f9822b;  padding: 2px 8px 3px;}
.openBgColorList i{ margin-left:3px}
	
.openBgColorList img, .changBg-set img {    background-size: 100%;    display: inline-block;    width: 25px;    margin: auto;}
.changBg-set{min-width: 52px!important; width:52px!important;     margin-left: 21px!important; padding:5px 0!important; background-color: #e9e9e9!important;}
.changBg-set a{    text-align: center;     padding: 3px 10px; width: 100%;    display: block;}
.changBg-set a:hover{ background-color:#fff}	

@media screen and (max-width:768px) {      .load-box{ width:90%}   }/********* views/pc/css/Home_service.css不存在***********/