* {
	margin: 0;
	padding: 0;
}

.aaxx {
	color: #f00 !important;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #fff;
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	background-color: #336666;
	/* color: #fff; */
	overflow-x: hidden;
}

#container {
	text-align: left;
}

img {
	vertical-align: top;
}

#main {
	padding-bottom: 20px;
}

#main .wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header {
	left: 0;
	/* position: fixed; */
	top: 0;
	width: 100%;
	z-index: 999;
}

#header .hSection {
	background-color: #1C1C1C;
	z-index: 1;
}

#header .hBox {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 8px;
}

#header h1 {
	float: left;
}

#header .hInfo {
	width: 685px;
	margin-top: 10px;
	float: right;
}

#header .hBox .hLink {
	margin: 13px 0 0;
	float: left;
}

#header .hLink li {
	margin-right: 20px;
	display: inline;
	color: #636363;
}

#header .hLink li a {
	color: #797979;
	transition: all 0.4s;
}

#header .hLink .li01 a {
	color: #f39700;
}

#header .hLink .li01 a.color1 {
	color: #FF0;
}

#header .hLink .li02 a {
	color: #fff;
}

#header .hLink .li02 a.color2 {
	color: #f00;
}

#header .hLink .li03 a {
	color: #fff;
}

#header .hLink .li03 a.color3 {
	color: #F90;
}

#header .hLink .li04 a {
	color: #bfbfbf;
}

#header .hLink .li04 a.color4 {
	color: #7ecef4;
}

#header .hLink .li05 a {
	color: #fa1728;
}

#header .hLink .li05 a.color5 {
	color: #FFF;
}

#header .hLink li a:hover {
	color: #e7ae40;
}

#header .rLink {
	margin-top: 5px;
	float: right;
}

#header .rLink li {
	margin-left: 12px;
	float: left;
}

#header .rLink .pai a {
	margin-top: 8px;
	display: inline-block;
	color: #f00;
	font-weight: 900;
}

#header .rLink .pai a img {
	margin: -2px 5px 0 0;
	vertical-align: top;
}

/*------------slect模拟-------------------------*/
.select {
	width: 104px;
	border: 2px solid #343434;
	height: 28px;
	font-size: 12px;
	line-height: 1.5;
	text-indent: 10px;
	cursor: pointer;
	color: #959595;
	position: relative;
	z-index: 998;
	border-radius: 5px;
	behavior: url(js/pie.htc);
	background-color: #202020;
}

.select input {
	border: 0 none;
	font-size: 12px;
	margin: 0;
}

.select .selectVal {
	height: 26px;
	padding: 1px 0;
	font-size: 12px;
	line-height: 24px;
	background: url(../images/icon03.png) no-repeat 90px center;
}


.select .selectVal img {
	vertical-align: middle;
	margin-right: 5px;
}

.select ul {
	display: none;
	border: 1px solid #343434;
	left: -1px;
	top: 25px;
	position: absolute;
	text-align: center;
	width: 104px;
	z-index: 998;
	background-color: #191919;
}

.select ul li {
	margin-left: 0 !important;
	float: none !important;
	display: block !important;
	text-align: left;
}

.select ul li img {
	vertical-align: middle;
	margin-right: 5px;
}

.select li:hover {
	background-color: #2E6AC4;
}

.pzx {
	overflow: hidden;
	position: absolute;
	top: 14px;
	left: 0px;
	z-index: -1;
	opacity: 0;
	height: 0px;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-webkit-transition: .8s;
}

.pai:hover .pzx {
	opacity: 1;
	height: 233px;
	z-index: 999;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-webkit-transition: .8s;
}

.pai {
	position: relative;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-webkit-transition: .8s;
}

.pzx:hover {
	opacity: 1;
	height: 233px;
	display: block;
	z-index: 999;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-webkit-transition: .8s;
}


#header .hInner {
	padding: 12px 0 0;
	background-color: #336666;
}



#header #gNavi {
	margin-right: -16px;
	width: 750px;
	float: right;
}

#header #gNavi li {
	margin-right: 8px;
	width: 68px;
	float: left;
	font-size: 13px;
	text-align: center;
	position: relative;
}

#header #gNavi li a {
	padding: 30px 0 26px;
	display: block;
}

#header #gNavi li a span {
	margin-top: 10px;
	display: block;
	font-size: 9px;
	color: #959595;
}

#header #gNavi .now a span,
#header #gNavi li a:hover span {
	color: #F1EB4D;
}

#header #gNavi li .hot {
	position: absolute;
	top: 18px;
	right: -10px;
}

#header #gNavi li .subNavi li .hot {
	position: absolute;
	top: 5px;
	right: -3px;
}

#header #gNavi .navi09 {
	margin-right: 0;
}

#header #gNavi .navi06 a,
#header #gNavi .navi06 span {
	color: #ffd053;
}

#header #gNavi .navi07 a,
#header #gNavi .navi07 span {
	color: #4bfe00;
}

#header #gNavi .navi05 a,
#header #gNavi .navi05 span {
	color: #e60012;
}

#header #gNavi .navi08 a,
#header #gNavi .navi08 span {
	color: #e60012;
}

#header #gNavi li a:hover {
	color: #ffd053;
	padding: 30px 0 23px;
	border-bottom: 3px solid #FBD040;
}

#header #gNavi li a.actives {
	padding: 30px 0 23px;
	border-bottom: 3px solid #FBD040;
}

#header #gNavi li.actives {
	color: #ffd053;
	height: 88px;
	border-bottom: 3px solid #FBD040;
}

#header #gNavi li a:hover span {
	color: #ffd053;
}

#header #gNavi .navi01 {
	width: 60px;
}

#header #gNavi .naviBox {
	display: none;
	position: absolute;
	top: 88px;
	padding-top: 30px;
	left: -29px;
	z-index: 998;
	/* background-color:#000; */
}

#header #gNavi .subNavi {
	margin: 1px 17px;
	width: 106px;
	border: 2px solid #FFD053;
	background-color: #000;
	position: relative;
}

#header #gNavi .subNavi li ul {
	font-size: 13px;
	background-color: #000;
	position: absolute;
	width: 100px;
	margin-left: 108px;
	margin-top: -37px;
	border: 2px solid #FFD053;
}

#header #gNavi .subNavi li {
	float: none;
	height: auto;
	margin-right: 0;
	width: auto;
	font-size: 13px;
	border-bottom: 1px dotted #3C3C3C;
}

#header #gNavi .subNavi li a {
	padding: 0px;
	height: 36px;
	line-height: 36px;
}

#header #gNavi .navi02 .subNavi li a,
#header #gNavi .navi03 .subNavi li a,
#header #gNavi .navi04 .subNavi li a {
	color: #FFF;
}

#header #gNavi .subNavi li a:hover {
	border-bottom: none;
	background: none;
	color: #ffd954;
}

#header #gNavi .subNavi li .arrow {
	position: absolute;
	top: -8px;
	left: 46px;
}

/*-------footer-----start--------------*/
.footer {
	padding: 20px 0 25px;
	background-color: #111111;
}

#index .footer {
	background-color: #336666;
}

.footer .fBox {
	width: 1000px;
	margin: 0 auto;
}

.footer .fBox .fContact {
	padding: 0 0 25px;
	margin-bottom: 22px;
	border-bottom: 1px dotted #232323;
	list-style: none;
}

.footer .fBox .fContact li {
	/* margin-right: 10px; */
	width: 255px;
	float: left;
	cursor: pointer;
	color: #969696;
	line-height: 36px;
	font-size: 15px;
}

.footer .fBox .fContact li:hover span,
.footer .fBox .fContact li:hover {
	color: #ffd053;
}

.footer .fBox .fContact .li02 {
	width: 220px;
}

.footer .fBox .fContact .li03 {
	width: 332px;
}

.footer .fBox .fContact .li04 {
	width: 190px;
	margin-right: 0;
	background: none;
}

.footer .fBox .fContact .li04 span {
	color: #ffd053;
	font-size: 16px;
}

.footer .fBox .fContact li p {
	padding: 0 0 0 50px;
	line-height: 36px;
	transition: all 0.4s;
}

.footer .fBox .fContact .li01 p {
	background: url(../images/f_contact.png) no-repeat left top;
}

.footer .fBox .fContact .li01:hover p {
	background: url(../images/f_contact.png) no-repeat left -36px;
}

.footer .fBox .fContact .li02 p {
	background: url(../images/f_contact.png) no-repeat -280px top;
}

.footer .fBox .fContact .li02:hover p {
	background: url(../images/f_contact.png) no-repeat -280px -36px;
}

.footer .fBox .fContact .li03 p {
	padding-left: 60px;
	background: url(../images/f_contact.png) no-repeat -490px top;
}

.footer .fBox .fContact .li03:hover p {
	background: url(../images/f_contact.png) no-repeat -490px -36px;
}

.footer .fBox .fContact .li04 p {
	background: url(../images/f_contact.png) no-repeat -810px top;
}

.footer .fBox .fContact .li04:hover p {
	background: url(../images/f_contact.png) no-repeat -810px -36px;
}

.footer .fBox .fContact li span {
	font-size: 16px;
	color: #ffd053;
}

.footer .fImg {
	margin-bottom: 30px;
}

.footer .fNavi {
	margin: 0 0 8px;
	text-align: center;
}

.footer .fNavi li {
	display: inline;
	color: #FFd053;
}

.footer .fNavi a {
	margin: 0 10px;
	color: #FFd053;
}

.footer .fNavi a:hover {
	color: #FFd053;
	transition: all 0.4s;
}

.footer .copyright {
	text-align: center;
	color: #FFd053;
	line-height: 25px;
}

/*-------首页大图登录-----start--------------*/
.logSection {
	margin: 0 auto;
	width: 1000px;
	/* 	height: 10px; */
	position: relative;
	z-index: 1;
}

.login {
	padding: 10px 10px 10px;
	margin: 0 auto;
	background: url(../images/login_bg02.png) no-repeat;
	width: 259px;
	height: 298px;
	overflow: hidden;
	position: absolute;
	top: -330px;
	right: 0;
}

.login02 {
	padding: 30px 20px 20px;
	width: 240px;
	height: 321px;
	background: url(../images/login_bg.png) no-repeat center top;
}

.login .button {
	background: url(../images/buttonbtn.png) top center no-repeat;
	width: 259px;
	height: 46px;
	display: block;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	margin: 0 auto 40px;
}

.login .button a {
	font-size: 18px;
	color: #fff;
	display: block;
	width: 129px;
	float: left;
	height: 46px;
	line-height: 44px;
	text-align: center;
}

.login .button a.freeplay {
	width: 129px;
	text-align: center;
}

.login .button a:hover {
	color: #fefba6
}

.login p {
	height: 45px;
	line-height: 45px;
	position: relative;
	border-bottom: 1px solid #FFF;
}

.login p.last {
	border-bottom: none;
}

.login .ttl {
	margin-bottom: 7px;
	font-size: 18px;
}

.login .ttl span {
	font-size: 14px;
}

.login .img {
	position: absolute;
	top: 10px;
	left: 10px;
}

.login .p02 .forget {
	display: block;
	position: absolute;
	color: #a0a0a0;
	right: 10px;
	top: 2px;
}

.login .p02 .forget:hover {
	text-decoration: underline;
}

.login .p03 {
	margin-bottom: 22px;
}

.login .p03 input[type=text] {
	width: 103px;
}

.login .p03 .test {
	top: 10px;
	right: 24px;
	position: absolute;
}

.login .p04 {
	margin-bottom: 0;
	height: auto;
	line-height: inherit;
	overflow: hidden;
	zoom: 1;
}

.login .p04 input {
	width: 210px;
	height: 40px;
	float: left;
	margin: 0 10px 0 0;
	border: none;
	cursor: pointer;
	background: url(../images/btn01.png) no-repeat center top;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.login .p04 input:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.login .p05 {
	height: auto;
	line-height: inherit;
	margin: 10px 0 0;
}

.login .p05 .reg {
	margin-right: 8px;
}

.login .p05 a img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.login .p05 a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
}

.login p input {
	width: 238px;
	height: 37px;
	line-height: 45px;
	background: none;
	border: none;
	color: #fff;
	font-size: 15px;
	display: block;
	float: left;
	padding-left: 30px;
	box-sizing: border-box;
}

.login p .nameImg {
	top: 15px;
	left: 10px;
	position: absolute;
}

.login p .forgetImg {
	top: 15px;
	left: 10px;
	position: absolute;
}

.login p .test {
	top: 15px;
	left: 10px;
	position: absolute;
}

.login p .testImg {
	top: 8px;
	right: 8px;
	position: absolute;
}

.login p .forget {
	padding: 2px 5px;
	display: block;
	text-decoration: none;
	line-height: 20px;
	color: #E5E5E5;
	position: absolute;
	top: 8px;
	right: 10px;
	border: 1px solid #E5E5E5;
}

.login p .forget:hover {
	text-decoration: underline;
}

.login .subbtn {
	cursor: pointer;
}

.login .subbtn:hover {
	background-position: bottom center
}

.login .submitBox {}

.login .submitBox .lBtn {
	margin: 13px 0 0 5px;
	border-bottom: none;
	height: auto;
	line-height: inherit;

}

.login .submitBox .rBtn {
	margin: 13px -5px 0 0;
	float: right;
}

.login .submitBox p {
	float: none;
	display: inline;
}

.login .submitBox p input {
	width: auto;
	float: none;
	padding: 0;
	height: auto;
	line-height: inherit;
	border: none;
}

.logSection .loginInner {
	padding: 20px 10px;
}

.logSection .loginInner p {
	font-size: 14px;
	text-align: left;
	color: #FFF;
	height: 35px;
	line-height: 35px;
	border-bottom: none;
}

.logSection .loginInner p span {
	color: #ffd053;
}

.logSection .loginInner p a {
	font-size: 14px;
}

.logSection .loginInner .subLink {
	width: 120px;
	margin: 30px auto 0;
}

.logSection .loginInner .subLink a {
	padding: 10px;
	display: block;
	color: #472900;
	font-size: 16px;
	text-align: center;
	background-color: #FFE469;
	border-radius: 5px;
	behavior: url(js/pie.htc);
	position: relative;
}


/*-------首页大图登录-----end--------------*/

/*-------下级页面头部登录---start----------------*/
.headbottom .subLogin {
	width: 1000px;
	margin: 0 auto;
}

.headbottom .subLogin .title {
	float: left;
}

.headbottom .subLogin ul {
	margin-top: 10px;
	float: right;
}

.headbottom .subLogin li {
	display: inline;
	color: #FFF;
}

.headbottom .subLogin li span {
	color: #fff100;
}

.headbottom .subLogin li a img {
	margin-left: 10px;
}

.headbottom .subLogin .li01,
.headbottom .subLogin .li02 {
	margin-right: 30px;
}

.headbottom .subLogin .li03 {
	margin-right: 20px;
}

.headbottom .subLogin .li03 a {
	margin: 0 10px;
}

.headbottom .subLogin .li04 {
	margin-right: 0;
	width: 60px;
}

.headbottom .subLogin .li04 a {
	margin-top: -5px;
	width: 60px;
	padding: 6px 0;
	display: inline-block;
	background-color: #FAD44D;
	text-align: center;
	color: #2e2502;
}

.headbottom .subLogin .li05 img {
	display: inline-block;
	margin: -8px 0 0 20px;
}

.login_home {
	display: none;
}

.headlogin {
	height: 33px;
	padding: 9px 0 11px;
	background-color: #111111;
	overflow: hidden;
	border-bottom: 1px solid #292929;
	border-top: 1px solid #292929;
}

.headlogin .wz {
	float: left;
	margin: 2px 22px 0 0;
}

.headlogin input {
	border: 1px solid #464646;
	width: 101px;
	height: 32px;
	line-height: 32px;
	background-color: #000;
	color: #fff;
	padding-left: 30px;
	float: left;
	font-size: 14px;
}

.headlogin input placeholder {
	color: #FFF;
}

.headlogin .list03 input {
	padding-left: 10px;
	width: 121px;
}

.headlogin .formUl li {
	float: left;
	margin-right: 10px;
	position: relative;
}

.headlogin .formUl .list04 {
	margin-right: 10px;
}

.headlogin .yzmimg {
	position: absolute;
	right: 10px;
	top: 6px;
}

.headlogin .subbtn {
	padding: 0;
	width: 90px;
	height: 34px;
	cursor: pointer;
	margin-right: 8px;
	border: none;
	background: url(../images/btn04.png) no-repeat center top;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.headlogin .subbtn:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.headlogin .regbtn {
	display: block;
	width: 90px;
	height: 34px;
	float: left;
	text-indent: -9999px;
	background: url(../images/btn05.png) no-repeat center top;
	filter: alpha(opacity=80);
	opacity: 0.8;
}




.headlogin .regbtn:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.headlogin .formUl .list00 {
	margin: 2px 28px 0 0;
}

.headlogin .formUl .list05 {
	margin: 10px 0 0;
}

.headlogin .formUl .list05 a {
	margin: 2px 12px 0 0;
	color: #bfbfbf;
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	vertical-align: top;
}

.headlogin .formUl .list05 img {
	vertical-align: top;
}

.headlogin .formUl .list05 a:hover {
	text-decoration: underline;
}

.headlogin .formUl li .img01 {
	position: absolute;
	top: 10px;
	left: 10px;
}

.headlogin .formUl li .img02 {
	position: absolute;
	top: 10px;
	left: 10px;
}

.headlogin .formUl li .img03 {
	position: absolute;
	top: 3px;
	right: 2px;
}

/*-------下级页面头部登录-end----------------*/


/*-------二级导航-start----------------*/
.menu .box {
	position: absolute;
	left: 0px;
	top: 200px;
	width: 100%;
	overflow: hidden;
	height: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	background: url(../images/menubox.png) top center repeat-x;
	z-index: 998;
	border-bottom: 1px solid #2c2c2c;
	height: 150px;
}

.menu .cont {
	position: relative;
	height: 150px;
	width: 1000px;
	margin: 0 auto;
}

.menu .cont a {
	display: block;
	position: absolute;
	bottom: 0px;
	height: 43px;
	line-height: 43px;
	color: #dcdcdc;
	font-size: 12px;
}

.menu .cont a:hover {
	color: #fff100
}

.menu .cont a.img {
	display: block;
	position: absolute;
	top: 15px;
	height: 80px;
}

.menulive {
	background: url(../images/menulive.png) no-repeat;
}

.menuslots {
	background: url(../images/menuslots.png) no-repeat;
}

.menusports {
	background: url(../images/menusports.png) no-repeat;
}

.menufish {
	background: url(../images/menufish.png) no-repeat;
}

.menulottery {
	background: url(../images/menulottery.png) no-repeat center -1px;
}

/*-------二级导航-end----------------*/

/*最新消息*/
/* .news-bg{position: absolute;z-index:0;bottom:0px;width: 100%;background:url(../../../../images/CN/yiFaBuYeCheng/pc/news-bj.png) repeat-x; height:40px;}
.news-wrap{width:1000px; height:40px; line-height:40px; margin:0 auto;}
.new-title{background:url(../../../../images/CN/yiFaBuYeCheng/pc/new.png) left center no-repeat; width:40px; float:left; height:40px; padding-left:25px; color:#fff; font-family: "微软雅黑";}
.new-contion{width:930px; float:right;font-family: "微软雅黑";cursor:pointer;} */
/*------公告-----------------------*/
.newSection {
	/* margin-top: 196px; */
	height: 40px;
	z-index: 9;
	position: relative;
	background-color: #121212;
	border-bottom: 1px solid #252525;
}

.newSection .newsBox {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.newSection dt {
	padding-left: 26px;
	color: #ffd053;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	float: left;
	background: url(../images/new_bg.png) no-repeat left center;
}

.newSection dd {
	height: 40px;
	padding: 0 60px 0 100px;
}

#index .newSection dd li a {
	color: #FFF;
}

.newSection dd a:hover {
	text-decoration: underline;
}

.newSection dd li {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 12px;
	color: #ffd053;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newSection dd li a {
	color: #fff;
}

.newSection .yuming {
	position: absolute;
	right: 0;
	top: 8px;
}

.newSection .hd {
	padding: 0;
	height: 5px;
	position: absolute;
	top: 18px;
	right: 0;
}

.newSection .hd .prev {
	margin-right: 18px;
}

.newSection .hd span {
	display: block;
}

.newSection .hd a {
	cursor: pointer;
	margin-right: 2px;
	display: block;
	float: left;
}

.newSection .hd a:hover img {
	visibility: hidden;
}

.newSection .hd .prev:hover {
	background: url(../images/icon01_over.png) no-repeat;
}

.newSection .hd .next:hover {
	background: url(../images/icon02_over.png) no-repeat;
}

/*------index-----------------------*/
#index .mainImg {
	/* margin: 142px 0 0; */
	height: 400px;
	position: relative;
	text-align: center;
}

#index .mainImg .prev {
	position: absolute;
	top: 200px;
	left: 50px;
	width: 76px;
	height: 76px;
}

#index .mainImg .prev img {
	width: 76px;
	height: 76px;
	border-radius: 50px;
}

/*
#index .mainImg .prev a:hover{
	width:78px;
	height:78px;
	
}
#index .mainImg a:hover{
	background: url(../images/next1.png) no-repeat;
}
#index .mainImg a:hover{
	background: url(../images/next1.png) no-repeat;
} */
#index .mainImg .next {
	position: absolute;
	top: 200px;
	right: 50px;
	width: 76px;
	height: 76px;
}

#index .mainImg .next img {
	width: 76px;
	height: 76px;
	border-radius: 50px;
}

#index .mainImg .foo {
	height: 400px;
}

/* #index .mainImg li {
	width: 1920px;
	margin: 0 auto;
	float: left;
	text-align: center;
}
#index .mainImg li img {
	text-align: center;
} */
#index .mainImg .foopage {
	margin-top: -30px;
	text-align: center;
	z-index: 99;
	position: relative;
}

#index .mainImg .foopage a {
	margin: 0 5px;
	display: inline-block;
	background: url(../images/icon06.png) no-repeat;
	width: 12px;
	height: 12px;
}

#index .mainImg .foopage a.selected {
	background: url(../images/icon07.png) no-repeat;
}

#index .mainImg .foopage a span {
	display: none;
}

#index .newSection {
	margin-top: 0;
	z-index: 555;
	height: 40px;
	border-top: 1px solid #252525;
}

#index .newSection dt {
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}

#index .newSection dd li a {
	line-height: 40px;
}

#index .newSection dd li span {
	color: #505050;
}

#index .headbottom {
	/* display: none; */
	display: block;
}

#index #main {
	padding-bottom: 0;
}

#index #main .section01 {
	padding: 20px 0 0;
}

#index #main .section01 .flowBox {
	margin-bottom: 22px;
}

#index #main .section01 .flowBox .img {
	float: left;
	margin-right: 30px;
}

#index #main .section01 .flowBox .ulFlow {
	float: left;
	background: url(../images/flow_bg.png) no-repeat 30px 20px;
}

#index #main .section01 .flowBox li {
	margin-right: 90px;
	padding: 18px 0 0;
	float: left;
	text-align: center;
	width: 72px;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/text_bg.png) no-repeat center top;
	cursor: pointer;
	color: #ffd053;
}

#index #main .section01 .flowBox .li05 {
	margin-right: 85px;
}

#index #main .section01 .flowBox .li06 {
	margin-right: -10px;
}

#index #main .section01 .flowBox li span {
	margin-top: 25px;
	font-weight: normal;
	display: block;
	color: #ffd053;
	font-size: 12px;
}

#index #main .section01 .flowBox li:hover,
#index #main .section01 .flowBox li:hover span {
	color: #ffd053;
}

#index #main .section01 .tabSection .tabUl {
	float: left;
	width: 250px;
}

#index #main .section01 .tabSection .tabUl li {
	margin-bottom: 10px;
}

#index #main .section01 .tabSection .tabUl li a {
	display: block;
	padding: 2px;
	border: 1px solid #fed154;
	background-color: #1F1F1F;
	height: 100px;
	font-size: 30px;
	text-align: center;
	line-height: 100px;
	color: #fed154;
}

/* #index #main .section01 .tabSection .tabUl li.on a img,
#index #main .section01 .tabSection .tabUl li a:hover img {
	visibility: hidden;
} */

#index #main .section01 .tabSection .tabUl li.on a,
#index #main .section01 .tabSection .tabUl li a:hover {
	padding: 0;
	border: 3px solid #FED154;
}

/* #index #main .section01 .tabSection .tabUl .li01.on a,
#index #main .section01 .tabSection .tabUl .li01 a:hover {
	background: url(../images/link01_over.png) no-repeat;
}

#index #main .section01 .tabSection .tabUl .li02.on a,
#index #main .section01 .tabSection .tabUl .li02 a:hover {
	background: url(../images/link02_over.png) no-repeat;
}

#index #main .section01 .tabSection .tabUl .li03.on a,
#index #main .section01 .tabSection .tabUl .li03 a:hover {
	background: url(../images/link03_over.png) no-repeat;
} */

#index #main .section01 .tabSection .tabBox {
	float: right;
}

#index #main .section01 .tabSection .tabBox .imgUl li {
	float: left;
	width: 184px;
	text-align: center;
	border-right: 1px solid #282828;
	border-bottom: 1px solid #282828;
}

#index #main .section01 .tabSection .tabBox .imgUl {
	width: 740px;
	border-left: 1px solid #282828;
	border-top: 1px solid #282828;
}

#index #main .section01 .tabSection .tabBox .imgUl li a {
	padding: 12px 12px 13px;
	display: block;
	color: #959595;
	font-size: 14px;
	background-color: #1F1F1F;
}

#index #main .section01 .tabSection .tabBox .imgUl li span {
	margin-top: 3px;
	display: block;
}

#index #main .section01 .tabSection .tabBox .imgUl li a:hover {
	background-color: #313131;
}

#index #main .section01 .text {
	clear: both;
	margin: 25px 40px;
	color: #707070;
	font-size: 13px;
	line-height: 1.8;
}

#index #main .section02 {
	padding: 30px 0 30px;
	background-color: #111;
}

#index #main .section02 .inner .lBox {
	width: 295px;
	float: left;
	background: url(../images/text_bg02.jpg) no-repeat 240px 20px;
}

#index #main .section02 .inner .cImg {
	margin: 10px 0 0 90px;
	float: left;
}

#index #main .section02 .inner .rBox {
	width: 266px;
	float: right;
	background: url(../images/text_bg03.png) no-repeat 25px 20px;
}

#index #main .section02 .inner .lBox li {
	margin-bottom: 45px;
	overflow: hidden;
	zoom: 1;
}

#index #main .section02 .inner .lBox .li02 {
	margin: 0 10px 55px 0;
}

#index #main .section02 .inner .lBox .li02 p {
	width: 202px;
}

#index #main .section02 .inner .lBox li img {
	margin-left: 10px;
	float: left;
}

#index #main .section02 .inner .lBox li p {
	width: 230px;
	text-align: right;
	float: left;
}

#index #main .section02 .inner p {
	margin-top: 10px;
	color: #7d7d7d;
	font-weight: bold;
	font-size: 16px;
}

#index #main .section02 .inner p span {
	margin-top: 8px;
	display: block;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: normal;
}

#index #main .section02 .inner .rBox li {
	margin-bottom: 45px;
	overflow: hidden;
	zoom: 1;
}

#index #main .section02 .inner .rBox li p {
	width: 180px;
	float: left;
}

#index #main .section02 .inner .rBox li img {
	margin-right: 10px;
	float: left;
}

#index #main .section02 .inner .rBox .li05 {
	margin: 0 0 55px 30px;
}

#index #main .section02 .inner .rBox .li05 p {
	width: 170px;
}

#index #main .section02 .inner .li03,
#index #main .section02 .inner .li06 {
	margin-bottom: 0 !important;
}

/*------lottery-----------------------*/
#lottery .banner {
	height: 180px;
	background: url(../images/lottery/lottery_banner01.jpg) no-repeat center top;
}

#lottery #main {
	padding: 20px 0 0;
}

#lottery .pages {
	width: 1000px;
	margin: 0 auto;
}

.lotteryog ul {
	width: 1023px;
}

.lotteryog ul li {
	width: 290px;
	height: 134px;
	padding: 8px 5px 8px 17px;
	border: 3px solid #353535;
	float: left;
	overflow: hidden;
	zoom: 1;
	text-align: center;
	position: relative;
	margin-right: 23px;
	transition: all 0.3s;
	margin-bottom: 20px;
	background: #1E1E1E;
}

.lotteryog ul li a {
	display: block;
}

.lotteryog ul li img {
	display: block;
	float: left;
}

.lotteryog ul li .info {
	float: right;
	width: 146px;
	text-align: center;
}

.lotteryog ul li h2 {
	margin: 19px 0 10px;
	height: 20px;
	line-height: 18px;
	color: #fff;
	font-size: 22px;
	font-family: "Microsoft Yahei"
}

.lotteryog ul li span {
	color: #959595;
	font-size: 12px;
	font-family: Arial;
	line-height: 30px;
	display: block;
	text-align: center;
	height: 30px;
}

.lotteryog ul li .info a {
	font-size: 13px;
	padding: 5px 0;
	display: block;
	width: 100px;
	margin: 0 auto 8px;
	color: #898989;
	border: 2px solid #898989;
	border-radius: 20px;
	transition: all 0.3s
}

.lotteryog ul li .info a:hover {
	color: #ffd053;
	border: 2px solid #ffd053;
}

.lotteryog ul li:hover {
	border: 3px solid #ffd053;
}

.lotteryog ul .last img {
	margin: 0;
}

#lottery02 .banner {
	height: 180px;
	background: url(../images/lottery02/lottery_banner02.jpg) no-repeat center top;
}

#lottery02 #main {
	padding: 20px 0 0;
}

#lottery02 .pages {
	width: 1000px;
	margin: 0 auto;
}

#lottery03 .banner {
	height: 180px;
	background: url(../images/lottery_banner03.jpg) no-repeat center top;
}

#lottery03 #main {
	padding: 20px 0 0;
}

#lottery03 .pages {
	width: 1000px;
	margin: 0 auto;
}

/*------slots-----------------------*/
#slots #main {
	padding-top: 13px;
}

#slots .pages {
	width: 1000px;
	margin: 0 auto;
}

.game-banner {
	height: 180px;
	background: url(../images/slots_banner.jpg) no-repeat center top;
}

.mb0 {
	margin-bottom: 0 !important;
}

#slots #main .slotsBox .bd ul {
	display: none;
}

#slots .slotstab .hd {
	height: 75px;
	position: relative;
	overflow: hidden;
	background: #252525;
}

#slots .slotstab .hd ul {
	float: left;
	width: 996px;
	border: 2px solid #393939;
}

#slots .slotstab .hd ul .img01 {
	width: 146px;
	height: 76px;
	background: url(../images/link01.png) no-repeat left top;
}

#slots .slotstab .hd ul li.on .img01 {
	background: url(../images/link01_over.png) no-repeat left top;
}

#slots .slotstab .hd ul .img02 {
	width: 136px;
	height: 76px;
	background: url(../images/link01.png) no-repeat -146px top;
}

#slots .slotstab .hd ul li.on .img02 {
	background: url(../images/link01_over.png) no-repeat -146px top;
}

#slots .slotstab .hd ul .img03 {
	width: 136px;
	height: 76px;
	background: url(../images/link01.png) no-repeat -282px top;
}

#slots .slotstab .hd ul li.on .img03 {
	background: url(../images/link01_over.png) no-repeat -282px top;
}

#slots .slotstab .hd ul .img04 {
	width: 154px;
	height: 76px;
	background: url(../images/link01.png) no-repeat -418px top;
}

#slots .slotstab .hd ul li.on .img04 {
	background: url(../images/link01_over.png) no-repeat -418px top;
}

#slots .slotstab .hd ul .img05 {
	width: 145px;
	height: 76px;
	background: url(../images/link01.png) no-repeat -572px top;
}

#slots .slotstab .hd ul li.on .img05 {
	background: url(../images/link01_over.png) no-repeat -572px top;
}

#slots .slotstab .hd ul .img06 {
	width: 136px;
	height: 76px;
	background: url(../images/link01.png) no-repeat -717px top;
}

#slots .slotstab .hd ul li.on .img06 {
	background: url(../images/link01_over.png) no-repeat -717px top;
}

#slots .slotstab .hd ul .img07 {
	width: 136px;
	height: 76px;
	background: url(../images/link01.png) no-repeat -853px top;
}

#slots .slotstab .hd ul li.on .img07 {
	background: url(../images/link01_over.png) no-repeat -853px top;
}


.slotstab .hd ul li {
	float: left;
	cursor: pointer;
	height: 50px;
	width: 166px;
	color: #f4dada;
	font-size: 14px;
	line-height: 15px;
	position: relative;
	margin: 11px 0 10px;
	background: url(../images/list-bg-r.jpg) right center no-repeat;
	font-weight: bold;
}

.slotstab .hd ul li:last-child {
	background: none;
}

.slotstab .hd ul .last {
	background: none;
}

.slotstab .hd ul li.no-ri {
	background: inherit
}

.slotstab .hd ul li .img {
	display: block;
	float: left;
	height: 60px;
	width: 63px;
	padding-top: 0;
	padding-left: 0px;
	margin: 0 0 0 15px;
	text-align: center;
	line-height: 45px;
}

.slotstab .hd ul li .img03 {
	width: 65px;
}

.slotstab .hd ul li .img img {
	vertical-align: middle;
}

.slotstab .hd ul li p {
	font-size: 12px;
	padding: 2px 5px 0 0;
	font-weight: normal;
	color: #fff;
	transition: all 0.4s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.slotstab .hd ul li b {
	display: block;
	margin-top: 10px;
	color: #FFF;
}

.slotstab .hd ul li span {
	display: block;
	position: absolute;
	left: 0px;
	top: 2px;
	width: 166px;
	height: 60px;
	background: url(../images/gl.png) no-repeat bottom center;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: all 0.4s
}

.slotstab .hd ul li.ico01 {
	background-position: 0 0
}

.slotstab .hd ul li.ico02 {
	background-position: -200px 0
}

.slotstab .hd ul li.ico03 {
	background-position: -400px 0
}

.slotstab .hd ul li.ico04 {
	background-position: -600px 0
}

.slotstab .hd ul li.ico05 {
	background-position: -800px 0;
	border: none;
}

.slotstab .hd ul li.on span {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slotstab .hd ul li.on b,
.slotstab .hd ul li.on p {
	color: #f8d169;
}

.slotstab .hd ul li.on {
	color: #b19a9a
}

.slotstab .hd ul li b {
	color: #fff;
	font-size: 14px;
}

.slotstab .hd ul li p {
	color: #fff;
	font-size: 10px;
}

.slotstab .bd ul {
	zoom: 1;
	padding: 20px 0;
}

.slotatab_data {
	border: 1px #212121 solid;
	height: 70px;
	margin-bottom: 20px;
	position: relative;
}

.slotatab_data .border {
	width: 10px;
	height: 10px;
	border: 1px #c49547 solid;
	position: absolute;
}

.slotatab_data .border_01 {
	border-width: 1px 0px 0px 1px;
}

.slotatab_data .border_02 {
	border-width: 1px 1px 0px 0px;
	right: 0px;
}

.slotatab_data .border_03 {
	border-width: 0px 0px 1px 1px;
	bottom: 0px;
}

.slotatab_data .border_04 {
	border-width: 0px 1px 1px 0px;
	bottom: 0px;
	right: 0px;
}

.slotatab_data li {
	width: 198px;
	height: 70px;
	border-right: 1px #212121 solid;
	float: left;
	text-align: center;
	color: #cfcfcf;
	font-size: 12px;
	line-height: 24px;
}

.slotatab_data li p {
	color: #ffe469;
}

.slotatab_data li h3 {
	margin-top: 12px;
}

#eg-box {
	margin: 0px auto;
	width: 950px;
	overflow: hidden;
	zoom: 1;
}

#eg-box li {
	float: left;
	margin: 9px 6px;
}

#ag-box li {
	float: left;
}

#ag-box {
	margin: 0px auto;
	width: 960px;
	overflow: hidden;
	zoom: 1;
}


#pt-box {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #121212;
	padding-bottom: 20px;
}

#pt-box>li {
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 13px 5px 13px 10px;
	width: 316px;
	height: 183px;
	background: url('../images/pt/bg.jpg') no-repeat;
	text-align: center;
}

#pt-box>li img {
	margin-top: 6px;
	width: 303px;
	height: 160px;
}

#pt-box>li:hover .hover {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 305px;
	height: 162px;
	display: block;
	background: url('../images/pt/list_hover.png') no-repeat;
}

#pt-box>li .game-title {
	margin-top: 3px;
	height: 23px;
	background: url('../images/pt/title.png') center;
	color: #fffad4;
	font-size: 13px;
	line-height: 23px;
	text-shadow: 1px 1px 1px #190f05;
}

#mg-box {
	background-color: #121212;
	margin: 5px auto 0;
	min-height: 620px;
	padding: 0 20px;
	position: relative;
	text-align: left;
	width: 878px;
}

#mg-box li {
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 161px;
	height: 188px;
	margin: 7px;
	padding: 0 10px;
	background: url("../images/mg/slot_gamebg.png") no-repeat 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

#mg-box li .game_text {
	width: 140px;
	height: 20px;
	margin: 10px auto;
	font-size: 14px;
	color: #24e12b;
	text-align: center;
	line-height: 20px;
}

#mg-box li .game_logo {
	position: relative;
	display: inline-block;
	width: 140px;
	height: 136px;
	margin: 0 auto;
	overflow: hidden;
}

#mg-box li .game_logo img {
	position: absolute;
	left: 0;
	top: 0;
	width: 280px;
	height: 136px;
}

#mg-box li:hover .game_logo img {
	left: -140px;
}

#bbin-box {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 20px;
	background: #121212;
}

#bbin-box li {
	float: left;
	margin: 0 7px 10px 12px
}

#ag-box {
	padding: 0;
	padding-top: 20px;
	background: #121212;
	padding-bottom: 20px;
}

#eg-box {
	padding: 0;
	padding-top: 20px;
	background: #121212;
	padding-bottom: 20px;
}

.sousuo-slots {
	padding: 30px 0 5px;
	width: 100%;
	margin: auto;
}

.fl-1 {
	float: left;
}

.fl-2 {
	float: right;
	width: 405px;
	height: 45px;
	line-height: 45px;
	margin-top: 15px;
	background: url(../images/sousuo.png) center center no-repeat;
}

.fl-2 p,
.fl-2 input[type="text"],
.fl-2 input[type="submit"],
.fl-3 p,
.fl-3 dl {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}

.fl-2 p {
	font-size: 14px;
	color: #d3d3d3;
	margin-left: 20px;
}

.fl-2 input[type="text"] {
	width: 145px;
	height: 26px;
	margin-left: 15px;
	font-size: 14px;
	color: #333;
}

.fl-2 input[type="submit"] {
	width: 39px;
	height: 30px;
	font-size: 14px;
	margin-left: 10px;
	color: #d3d3d3;
	cursor: pointer;
	background: url(../images/sousou.png) center center no-repeat;
	border: none;
}

.fl-3 {
	width: 860px;
	height: 35px;
	line-height: 33px;
	margin: auto;
	margin-top: 10px;
	background: url(../images/biankp.png) center center no-repeat;
}

.fl-3 p {
	font-size: 12px;
	color: #d3d3d3;
	margin-left: 50px;
	width: 85px;
}

.fl-3 dl {}

.fl-3 dl dt {
	float: left;
	margin: 0 15px;
}

.fl-3 dl dt a {
	font-size: 12px;
	color: #fff;
}

.fl-3 dl dt a.b {
	color: #4381a8;
}

.fl-3 dl dt a:hover {
	text-decoration: underline;
}

.height-d {
	height: 68px;
}

.si-bg {
	width: 1000px;
}

#slots .slotsBox .bd {
	background-color: #121212;
	padding-bottom: 20px;
}

.elenew-layout-subjp .elenew-game-layout {
	height: 240px;
}

#winnerContent li:nth-child(2n+1),
#winnerContent3d li:nth-child(2n+1) {
	border-right: 1px solid rgb(231, 231, 231);
}

.game .elenew-game-wrap {
	margin: 15px auto 30px;
	width: 1000px;
}

.elenew-game-layout {
	margin: 6px 10px 14px;
	width: 180px;
	border: 1px solid rgb(209, 209, 209);
	background-color: rgb(251, 251, 251);
	box-sizing: border-box;
}

.elenew-view-block .elenew-game-layout {
	border: 0px none;
	background: transparent none repeat scroll 0px center;
}

.elenew-view-block .elenew-img-wrap {
	position: relative;
	background-color: rgb(251, 251, 251);
	box-shadow: 1px 1px 3px 1px rgb(204, 204, 205);
}

.elenew-game-ctl-wrap,
.elenew-game-ctl-tools,
.elenew-game-ctl-links {
	width: 100%;
}

.elenew-game-img,
.elenew-game-ctl-wrap {
	bottom: 0px;
}

.elenew-game-link {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}

.elenew-view-block .elenew-game-ctl-links a.ctl-btn-enter,
.elenew-view-block .elenew-html5-layout a.ctl-btn-lite {
	width: 140px;
	height: 40px;
	line-height: 40px;
	margin: 55px auto 0px;
	background: transparent none repeat scroll 0% 0%;
	color: rgb(223, 223, 223);
	border: 1px solid rgb(223, 223, 223);
}

.elenew-view-block .elenew-game-ctl-links a.ctl-btn-enter:hover,
.elenew-view-block .elenew-html5-layout a.ctl-btn-lite:hover {
	color: rgb(255, 255, 255);
	background: rgb(189, 32, 4) none repeat scroll 0% 0%;
	border: 1px solid rgb(230, 57, 31);
}

.elenew-game-wrap {
	clear: both;
	min-height: 480px;
}

.elenew-game-layout {
	position: relative;
	float: left;
}

.elenew-game-name {
	display: none;
	position: relative;
}

.elenew-img-innerwrap h3 {
	height: 34px;
	line-height: 34px;
	padding-left: 5px;
}

.elenew-img-innerwrap h3 .img-innerwrap-name {
	float: left;
	width: 146px;
	text-indent: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 15px;
	color: rgb(68, 68, 68);
	font-weight: bold;
}

.elenew-game-img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0px auto;
	width: 145px;
	height: 136px;
}

.elenew-game-img img {
	display: block;
	position: absolute;
	top: 0px;
	width: 146px;
}

.elenew-hall-icon {
	float: left;
	width: 34px;
	height: 34px;
	background: transparent url('game_title_icon.png') no-repeat scroll 50% 50%;
}

.elenew-view-block.gamenew-hall-28 .elenew-hall-icon,
.elenew-view-block.gamenew-hall-23 .elenew-hall-icon {
	display: none;
}

.elenew-game-status {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 73px;
	height: 61px;
}

.elenew-view-block .elenew-game-status {
	top: 0px;
	left: 0px;
}

.status-New {
	background: transparent url('new.png') no-repeat scroll left top;
}

.elenew-game-ctl-wrap {
	position: absolute;
	height: 0px;
	overflow: hidden;
}

.elenew-game-ctl-links {
	display: none;
}

.elenew-innerwrap .elenew-game-sub-jp .minorJP {
	display: none;
	border-top: 1px solid rgb(239, 239, 239);
	height: 34px;
	width: 100%;
	background: transparent url('minor.png') no-repeat scroll 10px 0px;
	padding: 0px 10px 0px 85px;
	margin: 0px;
	box-sizing: border-box;
	text-align: right;
	font: bold 18px/34px "Palatino", "Palatino Linotype", "Georgia", serif;
	color: rgb(181, 39, 29);
}

.elenew-game-layout {
	transform: scale(1, 1);
	z-index: 1;
	transition: transform 0.5s ease 0s, top 0.5s ease 0s, left 0.5s ease 0s;
}

.elenew-game-ctl-wrap {
	top: 0px;
	display: none;
	width: 100%;
	height: 100%;
	background: url(../images/game_layout_bg.png) fixed;
}

.elenew-game-ctl-links {
	display: block;
	margin: 20px auto 0px;
	text-align: center;
}

.elenew-game-ctl-links a {
	position: relative;
	display: block;
	text-align: center;
	width: 50px;
	height: 50px;
	font-size: 13px;
	color: rgb(255, 255, 255);
	box-sizing: border-box;
}

.elenew-view-block .elenew-game-ctl-links a span {
	display: none;
}

.elenew-view-block .elenew-html5-layout a.ctl-btn-lite span,
.elenew-view-block .elenew-game-ctl-links a.ctl-btn-enter span {
	display: block;
}

.elenew-block-title {
	display: none;
}

.elenew-view-block .elenew-block-title {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.elenew-game-content {
	display: none;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.elenew-view-block .elenew-hall-icon {
	margin-left: 4px;
}

.elenew-view-mini .elenew-img-innerwrap::before {
	content: "";
	display: block;
	position: absolute;
	top: -24px;
	left: 0px;
	background: transparent url('game_mini_hover_top.png') no-repeat scroll 0px 0px;
	width: 250px;
	height: 24px;
}

.elenew-view-mini .elenew-img-innerwrap::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0px;
	background: transparent url('game_mini_hover_bot.png') no-repeat scroll 0px 0px;
	width: 250px;
	height: 10px;
}

.elenew-view-mini .trans-over .elenew-img-innerwrap::before {
	top: -10px;
	height: 10px;
	background: transparent url('game_mini_hover_bot_tr.png') no-repeat scroll 0px 0px;
}

.elenew-view-mini .trans-over .elenew-img-innerwrap::after {
	bottom: -24px;
	height: 24px;
	background: transparent url('game_mini_hover_top_tr.png') no-repeat scroll 0px 0px;
}

.mini-status {
	display: none;
	width: 25px;
	height: 17px;
}

.mini-status-New {
	background: transparent url('new_sm_icon.png') no-repeat scroll 50% 50%;
}

.game-login-wrap {
	position: fixed;
	z-index: 99999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: transparent url('login_area_bg.png') repeat scroll 0% 0%;
}

.game-login-wrap .game-login-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 723px;
	height: 450px;
	margin: -225px 0px 0px -362px;
	background: transparent url('login_bg01.png') repeat scroll 0% 0%;
}

.game-login-wrap .game-login-bg form {
	width: 100%;
	height: 100%;
	padding-left: 380px;
	padding-top: 85px;
	box-sizing: border-box;
	background: transparent url('login_bg02.png') no-repeat scroll 50% 50%;
}

.game-login-wrap form p {
	position: relative ! important;
	display: block ! important;
	float: none ! important;
}

.game-login-wrap .glogin-title {
	background: transparent url('login_top_icon.png') no-repeat scroll 0px 0px;
	width: 250px;
	height: 30px;
	line-height: 30px;
	color: rgb(52, 202, 174);
	font-size: 14px;
	text-indent: 39px;
	margin-bottom: 13px;
	text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.game-login-wrap .login-unit {
	width: 248px ! important;
	height: 28px ! important;
	margin: 0px 0px 12px ! important;
	padding: 0px ! important;
	background: rgb(255, 255, 255) url('logininput_icon.png') no-repeat scroll 0% 0% ! important;
	border-radius: 3px;
	border: 1px solid rgb(204, 204, 204) ! important;
}

.game-login-wrap .login-unit.login-unit-pwd {
	background-position: 0px -28px ! important;
}

.game-login-wrap .login-unit.login-unit-chk {
	background-position: 0px -56px ! important;
}

.game-login-wrap .login-input {
	float: left ! important;
	position: static ! important;
	width: 248px ! important;
	height: 28px ! important;
	padding: 6px 12px 6px 30px ! important;
	margin: 0px ! important;
	font-size: 13px ! important;
	color: rgb(85, 85, 85) ! important;
	border: medium none ! important;
	outline: medium none ! important;
	background: transparent none repeat scroll 0% 0% ! important;
	line-height: 16px ! important;
	box-sizing: border-box ! important;
}

.game-login-wrap .login-input.login-acc {
	padding: 6px 48px 6px 30px ! important;
}

.game-login-wrap .acc-unicode {
	position: absolute;
	right: 9px;
	top: 0px;
	line-height: 27px;
	color: rgb(85, 85, 85);
	font-size: 14px;
	font-family: arial;
}

#vPic-game {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	visibility: hidden;
}

.game-login-wrap .login-submit {
	float: none ! important;
	position: static ! important;
	background: transparent none repeat scroll 0% 0% ! important;
	width: 250px ! important;
	height: 30px ! important;
	line-height: normal ! important;
	margin: 0px 0px 11px ! important;
	padding: 0px ! important;
	font-size: 13px ! important;
	border-radius: 3px;
	border: 1px solid rgb(255, 255, 255) ! important;
	box-sizing: border-box ! important;
	color: rgb(255, 255, 255) ! important;
	cursor: pointer ! important;
}

.game-login-wrap .glogin-forget a {
	display: block;
	margin-bottom: 11px;
	width: 250px;
	height: 28px;
	line-height: 28px;
	color: rgb(204, 204, 204);
	text-align: center;
}

.game-login-wrap .glogin-joinmem a {
	display: block;
	width: 250px;
	height: 32px;
	color: rgb(255, 255, 255);
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}

.game-login-wrap .glogin-joinmem .gjoin-btn {
	background: transparent url('login_btn.png') no-repeat scroll 0% 0%;
}

.game-login-wrap .glogin-joinmem a:hover {
	background-position: 0px 100%;
}

.game-login-wrap .glogin-close {
	background: transparent url('login_close.png') no-repeat scroll 0% 0%;
	position: absolute;
	width: 28px;
	height: 28px;
	top: 55px;
	right: 55px;
	cursor: pointer;
}

.elenew-view-block .mask-wrap {
	position: relative;
	padding-top: 4px;
}

.elenew-view-block .mask-wrap:hover .elenew-game-ctl-wrap.inner-one {
	display: block;
	z-index: 2;
}

.mask-wrap .gamerule-btn-wrap {
	position: absolute;
	clear: both;
	float: right;
	bottom: 5px;
	right: 5px;
}

/*------sports-----------------------*/
#sports #main {
	padding: 20px 0;
}

#sports .banner {
	height: 180px;
	background: url(../images/sports_banner.jpg) no-repeat center top;
}

#sports .pages {
	width: 1000px;
	margin: 0 auto;
}

/*------promotion-----------------------*/
#promotion .banner {
	height: 180px;
	background: url(../images/promotion_banner.jpg) no-repeat center top;
}

#promotion #main {
	padding-top: 20px;
}

#promotion .pages {
	width: 960px;
	margin: 0 auto;
	padding: 19px 19px 10px;
	border: 1px solid #252525;
	background-color: #1E1E1E;
}

#promotion .pages .img {
	margin: 340px 0 340px;
	text-align: center;
}

#promotion #main .linkList {
	margin-bottom: 30px;
}

#promotion #main .linkList li {
	margin-right: 2px;
	width: 102px;
	float: left;
	text-align: center;
}

#promotion #main .linkList li a {
	padding: 6px;
	display: block;
	font-size: 14px;
}

#promotion #main .linkList .on a,
#promotion #main .linkList li a:hover {
	color: #241e01;
	background-color: #E3C95B;
	border-radius: 25px;
	behavior: url(js/pie.htc);
	position: relative;
}

#promotion #main .bannerUl li {
	margin-bottom: 10px;
}

#promotion #main .bannerUl li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*--------------live-----------------*/
#live #main {
	padding: 20px 0 0;
}

#live .banner {
	height: 180px;
	background: url(../images/live_banner.jpg) no-repeat center top;
}

#live .pages {
	width: 1000px;
	margin: 0 auto;
}

#live .pages .photoUl {
	width: 1020px;
	margin-right: -20px;
}

#live .pages .photoUl li {
	margin: 0 20px 20px 0;
	float: left;
	border: 2px solid #434343;
	transition: all 0.4s;
}

#live .pages .photoUl li:hover {
	border: 2px solid #ffd053;
}

#live .pages .photoUl li a {
	display: block;
	position: relative;
}

#live .pages .photoUl li span {
	width: 82px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	font-size: 14px;
	position: absolute;
	right: 50px;
	bottom: 50px;
	color: #FFF;
	transition: all 0.4s;
	border: 1px solid #FFF;
}

#live .pages .photoUl li a:hover span {
	border: 1px solid #ffd053;
	color: #ffd053;
}

#live .pages .photoUl li.spe {
	border: none;
}

.ele-live-menu {
	height: 50px;
	background: #181818;
	width: 980px;
	margin: 0 auto;
}

.ele-live-menu ul li {
	float: left;
	position: relative;
	cursor: pointer;
	transition: all 1s linear;
}

.ele-live-menu ul li a {
	display: block;
	width: 108px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	margin-right: 1px;
	float: left;
	transition: all 1s linear;
}

.menu-hover {
	width: 140px;
	height: 50px;
	display: none;
	position: absolute;
	top: 0;
	transition: all 1s linear;
	background: #336666;
}

.ele-live-menu ul li:hover .menu-hover {
	display: block;
	transition: all 1s linear;
}

/* 視訊直播 - hover樣式 */

.ele-live-wrap {
	max-width: 1000px;
	padding: 20px 0 20px;
	margin: 0 auto;
}

.ele-icon {
	width: 52px;
	height: 40px;
	background: url(../images/livecasino_icon.png) no-repeat;
	margin: 13px auto;
}

.icon01 {
	background-position: 0px 0px;
}

.icon02 {
	background-position: -52px 0px;
}

.icon03 {
	background-position: -104px 0px;
}

.icon04 {
	background-position: -156px 0px;
}

.icon05 {
	background-position: -208px 0px;
}

.ele-live-content {
	background-color: #111111;
	padding-top: 10px;
}

.bbin-livehall {
	display: inline-block;
	width: 100px;
	height: 100px;
	color: #9F9F9F;
	text-align: center;
	text-decoration: none;
	background: url(../images/live-b.png) center no-repeat;
	margin: 8px 22px 8px 0;
}

.bbin-livehall:hover {
	color: #FFF;
	background: url(../images/live-b-hover.png) center no-repeat;
}

.ele-icon-bbin {
	width: 52px;
	height: 40px;
	background: url("../images/livecasino_icon.png") no-repeat;
	margin: 13px auto;
}

.ele-btn-play {
	position: absolute;
	bottom: 28px;
	right: 20px;
	z-index: 2;
	display: block;
	width: 142px;
	height: 38px;
	border: 1px #edc580 solid;
	text-align: center;
	line-height: 38px;
	color: #edc580;
	text-decoration: none;
	cursor: pointer;
}


.ele-rule-line {
	margin: 0 18px;
}





.ele-live-ctrol-wrap {
	position: absolute;
	bottom: 3px;
	right: 3px;
}

.js-ele-live-ctrol {
	width: auto;
	line-height: 28px;
	background-position: 0 50%;
	padding: 0 6px;
}

.js-ele-live-ctrol li {
	display: inline-block;
	margin: 0 5px;
}

.js-ele-live-ctrol .ele-live-nav {
	display: block;
	width: 8px;
	height: 8px;
	cursor: pointer;
	background: url("../images/slider_nav_circle.png") no-repeat;
}

.livehall-playnow {
	position: relative;
	display: block;
	margin: 0 2px;
}

@media screen and (min-width:768px) {
	.live-type-0 .ele-live-main-wrap {
		margin-bottom: 0;
	}

	.ele-img-default {
		position: relative;
		z-index: 1;
	}

	.ele-img-active {
		position: absolute;
		top: 0;
		left: 0;
	}

	.ele-live-drop:after,
	.ele-live-item:after {
		opacity: 0;
	}

	.ele-live-bbin-wrap {
		position: relative;
		width: 980px;
		height: 376px;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.ele-live-bbin-inner {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: all .3s;
	}

	.ele-live-bbin-wrap:hover .ele-live-bbin-inner {
		opacity: 1;
	}

	.ele-bbin-links-wrap {
		position: absolute;
		top: 26px;
		left: 278px;
		z-index: 2;
		width: 380px;
	}
}

.ele-lmg-btn {
	position: absolute;
	bottom: 28px;
	right: 20px;
	z-index: 2;
	width: 142px;
	height: 38px;
	border: 1px #edc580 solid;
	text-align: center;
	line-height: 38px;
	color: #edc580;
	text-decoration: none;
	cursor: pointer;
}

.ele-lmg-btn:hover {
	background: #edc580;
	color: #000;
}

/*各大真人*/

.ele-live-default-wrap {
	width: 1000px;
	margin: 0 auto;
}

.ele-live-page {
	width: 188px;
	height: 240px;
	float: left;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	background: #000;
	margin-bottom: 10px;
	margin-left: 10px;
}




.ele-live-level {
	width: 188px;
	height: 240px;

}


.ele-live-page dl dt,
dd {
	text-align: center;
	color: #dfdfdf;
}

.ele-live-hover {
	display: none;
	position: absolute;
	width: 188px;
	height: 240px;
	background: #000;
	top: 0px;
	left: 0px;
}

.ele-live-hover a {
	display: block;
	width: 188px;
	height: 240px;
}

.ele-live-hover a:hover {
	background: #740000;
}

.ele-live-page:hover .ele-live-hover {
	display: block;
}

/*------about-----------------------*/
#about #main {
	padding-top: 20px;
}

#about .banner {
	height: 180px;
	background: url(../images/about_banner.jpg) no-repeat center top;
}

#about .pages {
	width: 1000px;
	margin: 0 auto;
}

#main #sideBar {
	padding-top: 8px;
	width: 230px;
	min-height: 690px;
	float: left;
	border: 1px solid #242424;
	background-color: #1E1E1E;
}

#main #sideBar .topImg {
	text-align: left;
	margin: 0 0 17px 18px;
}

#main #sideBar .sNavi {
	margin: 0 15px 30px 15px;
	width: auto;
}

#main #sideBar .sNavi li {
	padding-left: 10px;
	border-bottom: 1px dotted #414141;
}

#main #sideBar .sNavi li a {
	color: #b4b4b4;
	padding: 16px 0;
	display: block;
	border: none;
	background: url(../images/icon01.png) no-repeat right center;
}

#main #sideBar .sNavi .navi07 {
	border-bottom: none;
}

#main #sideBar .sNavi li a:hover {
	color: #d2bd83;
	padding: 16px 0 !important;
	background: url(../images/icon02.png) no-repeat right center;
}

#main #sideBar .sNavi li a.active {
	color: #d2bd83;
	padding: 16px 0 !important;
	background: url(../images/icon02.png) no-repeat right center;
}

#main #sideBar .sNavi li span:active {
	color: #d2bd83;
	padding: 16px 0 !important;
	background: url(../images/icon02.png) no-repeat right center;
}

#main #sideBar .sNavi li span {
	margin: 0;
	font-size: 14px;
	padding-left: 15px;
	display: block;
	background: url(../images/icon03.png) no-repeat left center;
}

#main #sideBar .sNavi li a:hover {
	border-bottom: none;
	padding-bottom: 15px;
}

#main #sideBar .img01 {
	text-align: center;
}

#main #conts {
	width: 690px;
	min-height: 690px;
	padding: 20px 20px 0 35px;
	float: right;
	border: 1px solid #242424;
	background-color: #1E1E1E;
}

#about #main #conts p {
	margin-bottom: 26px;
	line-height: 2.3;
	color: #999999;
}

/* #about #main #conts p a {
	color: #F00;
}
#about #main #conts p span {
	color: #F00;
} */
#about #main #conts p .color01 {
	color: #ffd053;
}

#about #main #conts p .color02 {
	color: #fff;
}

/*------register-----------------------*/
#register #main {
	padding-top: 20px;
}

#register .banner {
	height: 180px;
	background: url(../images/register_banner.jpg) no-repeat center top;
}

#register .pages {
	width: 1000px;
	margin: 0 auto;
}

#register #conts {
	width: 700px;
	padding: 20px 25px 30px 20px;
}

#register #conts h3 {
	margin-bottom: 15px;
	text-align: center;
}

#register #main #sideBar {
	min-height: 964px;
}

#register #main #sideBar .sTtl {
	text-align: left;
	margin: 15px 0 15px 18px;
}

#register #main #conts .shuoming a {
	color: #e60012;
}

#register #main #conts .shuoming a:hover {
	text-decoration: underline;
}

#register #main #conts .shuoming .color01 {
	color: #00a0e9;
}

#register #main #conts .shuoming .color02 {
	color: #fff100;
}

#register #main #conts .shuoming .color03 {
	color: #7ecef4;
}

.aboutright .num {
	margin: 0 0 40px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.aboutright .num span {
	color: #fff100;
}

#register #conts .textImg {
	text-align: center;
	margin: 45px 0 20px;
}

#register #conts .textUl03 {
	margin: 0 -10px 15px -30px;
	width: 690px;
	border-top: 1px solid #434343;
	border-left: 1px solid #434343;
}

#register #conts .textUl03 li {
	width: 117px;
	padding: 10px 10px;
	float: left;
	color: #e5e5e5;
	text-align: center;
	font-size: 14px;
	border-right: 1px solid #434343;
	border-bottom: 1px solid #434343;
}

#register #conts .btm {
	text-align: center;
	clear: both;
	color: #fff032;
	font-size: 14px;
}

#register #main #sideBar .sNavi02 {
	width: 243px;
	margin: 0 0 30px 20px;
	z-index: 99;
	position: relative;
}

#register #main #sideBar .sNavi02 li a {
	display: block;
	padding: 15px 0 20px 110px;
	box-sizing: border-box;
	color: #dcdcdc;
	font-size: 10px;
	border-bottom: 1px solid #232323;
}

#register #main #sideBar .sNavi02 li span {
	margin-bottom: 5px;
	display: block;
	margin-right: 11px;
	font-size: 16px;
}

#register #main #sideBar .sNavi02 li a:hover {
	color: #ffd053;
}

#register #main #sideBar .sNavi02 .navi01 a {
	background: url(../images/register/s_img01.png) no-repeat 50px 13px;
}

#register #main #sideBar .sNavi02 .navi02 a {
	background: url(../images/register/s_img01.png) no-repeat 50px -52px;
}

#register #main #sideBar .sNavi02 .navi03 a {
	background: url(../images/register/s_img01.png) no-repeat 50px -120px;
}

#register #main #sideBar .sNavi02 .navi04 a {
	background: url(../images/register/s_img01.png) no-repeat 50px -190px;
}

#register #main #sideBar .sNavi02 .navi05 a {
	background: url(../images/register/s_img01.png) no-repeat 50px -252px;
}

#register #main #sideBar .sNavi02 .navi06 a {
	background: url(../images/register/s_img01.png) no-repeat 50px -322px;
}

#register #main #sideBar .sNavi02 .navi07 a {
	background: url(../images/register/s_img01.png) no-repeat 50px -387px;
}

#register #main #sideBar .sNavi02 .navi08 a {
	background: url(../images/register/s_img01.png) no-repeat 50px -452px;
}

#register #main #sideBar .sNavi02 .navi09 a {
	border-bottom: none;
	background: url(../images/register/s_img01.png) no-repeat 50px -517px;
}


.aboutright .title {
	height: 80px;
	color: #fdf8a3;
	font-size: 18px;
	text-align: center;
	line-height: 75px;
	margin-top: 15px;
}

.aboutright .content {
	color: #cbc5c7;
	line-height: 34px;
	margin-bottom: 20px;
}

.regmain {
	width: 650px;
	padding: 5px 0 0 30px;
	background: url(../images/regbg.png) no-repeat 20px top;
}

.aboutright .shuoming {
	text-align: left;
	color: #eee;
	line-height: 1.6;
	margin: 0 0 20px 30px;
	font-size: 12px;
}

.aboutright .shuoming a {
	color: #d33024;
}

.aboutright .shuoming span {
	color: #00ff00;
}

.regmain input {
	width: 232px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #d9d7d7;
	color: #707070;
	font-size: 13px;
	padding-left: 5px;
	cursor: pointer;
}

.regmain .table1 {
	width: 620px;
	margin: 0 0 140px 10px;
}

.regmain .table2 {
	width: 620px;
	margin: 0 0 30px 10px;
}

.regmain table tr td {
	height: 45px;
	color: #fff;
	font-size: 13px;
	vertical-align: middle
}

.regmain table tr td .more {
	color: #ece087;
	margin-right: 295px;
	float: right;
}

.regmain span {
	margin-right: 5px;
	color: #e60012;
	font-size: 13px;
}

.regmain .span2 {
	color: #a0a0a0
}

.regmain .note {
	color: #a0a0a0;
	margin-left: 10px;
}

.regmain .submitUl input {
	width: auto;
	height: auto;
	margin: 0;
	border: none;
	text-align: center;
	padding: 0;
	cursor: pointer;
}

.regmain .spe {
	position: relative;
}

.regmain .spe input {
	width: 108px;
}

.regmain .agree {
	text-align: center;
	margin: 0 20px 15px 0;
	z-index: 998;
	position: relative;
}

.regmain .agree input {
	width: auto;
	vertical-align: middle;
	margin-right: 5px;
}

.regmain .spe .test {
	position: absolute;
	top: 12px;
	right: 350px;
}

.regmain .submitUl {
	text-align: center;
	z-index: 998;
	position: relative;
	top: 25px;
}

.regmain .submitUl li {
	display: inline;
	margin: 0 10px;
}

.regmain .ts td {
	height: 20px;
	color: #a0a0a0;
	line-height: 20px;
}

.regmain a {
	color: #a0a0a0
}

.regmain p {
	color: #a0a0a0;
	line-height: 21px;
}

#login {
	padding: 50px 50px 20px;
	background-color: #020202;
	overflow: hidden !important;
}

#login .logo {
	margin-bottom: 20px;
	text-align: center;
}

#login .inner {
	width: 680px;
	margin: 0 auto;
}

#login .inner .title {
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: bold;
	color: #fff100;
}

#login .inner .text {
	margin-bottom: 35px;
	font-size: 14px;
	color: #bfbfbf;
}

#login .inner .loginUl li {
	margin: 0 10px 10px 0;
	position: relative;
	float: left;
}

#login .inner .loginUl li img {
	top: 18px;
	left: 10px;
	position: absolute;
}

#login .inner .loginUl li input {
	width: 330px;
	height: 48px;
	color: #000;
	font-size: 16px;
	background-color: #C4C4C4;
	border: none;
	border-radius: 5px;
	behavior: url(js/pie.htc);
}

#login .inner .loginUl .list01 input,
#login .inner .loginUl .list02 input {
	padding-left: 35px;
	width: 295px;
}

#login .inner .loginUl .list03 input {
	width: 230px;
	padding: 0 90px 0 10px;
}

#login .inner .loginUl .list03 .test {
	position: absolute;
	top: 16px;
	left: inherit;
	right: 20px;
}

#login .inner .passP {
	margin-bottom: 50px;
}

#login .inner .passP a {
	font-size: 16px;
	color: #FFF;
}

#login .inner .lBox {
	float: left;
	width: 380px;
}

#login .inner .rLink {
	margin-top: 5px;
	float: left;
}

/*-------------about-----------------*/
\
#about .bTtl {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}

#about .partnerLink {
	margin-bottom: 40px;
}

#about .partnerLink li {
	width: 100px;
	float: left;
	text-align: center;
	margin: 0 5px;
	font-size: 14px;
}

#about .partnerLink li a {
	padding: 6px;
	display: block;
	font-size: 14px;
	color: #000;
	background-color: #cfcf2f;
	border-radius: 25px;
	behavior: url(js/pie.htc);
}

#about .partnerLink li .on a,
#about .partnerLink li a:hover {
	color: #fff;
	position: relative;
}

#about .partnerLink li .on a,
#about .partnerLink li a.agth {
	color: #fff;
	position: relative;
	background-color: #cf0303;
}

#about .partnerTable {
	margin-bottom: 30px;
	width: 100%;
	border-collapse: collapse;
}

#about .partnerTable th {
	padding: 10px;
	color: #fff;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #999;
	background-color: #810000;
}

#about .partnerTable td {
	padding: 10px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #999;
}

#about .partnerTable td span {
	color: #F00;
}

#about .headLine02 {
	font-size: 16px;
	line-height: 2.0 !important;
	color: #ffd053 !important;
	margin-bottom: 0 !important;
}

#about .agreeP {
	text-align: center;
}

#about .agreeP input {
	margin-right: 3px;
	vertical-align: -2px;
}

#about .aboutSubmit {
	text-align: center;
}

#about .aboutSubmit li {
	margin: 0 5px;
	display: block;
	height: 100%;
	width: 104px;
	float: left;
}

.regPartner {
	margin: 0 auto;
	height: auto;
	overflow: inherit;
	background: none;
	position: relative;
	margin-bottom: 40px;
}

.regPartner .h3Ttl {
	color: #fffeca;
	font-family: microsoft yahei;
	font-size: 14px;
	left: 40px;
	padding: 2px 8px;
	position: absolute;
	top: -11px;
	background-color: #9b836f;
	border-radius: 5px;
}

.regPartner table th span {
	margin-right: 5px;
}

.regPartner table th {
	width: 25%;
	border: none !important;
	text-align: right !important;
	background-color: inherit !important;
	color: #ffd053;
	padding: 0 10px;
	font-size: 14px;
}

.regPartner table td {
	border: none !important;
	text-align: left !important;
}

.regPartner table td input {
	height: 26px;
	line-height: 26px;
	width: 332px;
	padding-left: 5px;
	margin-top: -20px;
}

.regPartner table .wid01 {
	width: 70px;
	height: 30px;
}

.regPartner table .wid02 {
	width: 64px;
}

.regPartner table .yzm {
	margin-left: 5px;
}

.regPartner table {
	margin: 40px 0 40px 20px !important;
}


#paiBox {
	padding: 20px;
	text-align: center;
}

#paiBox span {
	margin-top: 20px;
	display: block;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #ffd053;
}



.con_wrap {
	margin: 0 auto;
	padding: 20px;
	width: 1000px;
	padding-top: 0px;
	margin-bottom: 30px;
}

.con {
	margin: 0 auto;
	width: 1000px;
}

.con .list4 {
	display: none;
	height: 518px;
	width: 1000px;
}

con .list4-con .list4-list {
	height: 518px;
	width: 1000px;
}


.a-main-info h4 {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	padding: 10px 0;
	padding-left: 20px;
}

.a-main-info ol li {
	color: #fff;
	line-height: 25px;
	padding: 8px 20px;
	padding-left: 55px;
}


.a-main-info p {
	line-height: 30px;
	font-size: 14px;
	padding: 10px 20px;
}

.a-main-info p b {
	color: #787878;
	display: block;
	padding-bottom: 10px;
}

/* .dddiv{
	margin-top: 198px;
} */



/* 
弹出注册
.pop-box {
    background:  url(../images/login-bj.png) no-repeat scroll 0 0;
    height: 466px;
    margin: 0;
    padding-left: 38px;
    padding-right: 38px;
    position: fixed;
    width: 266px;
    background-size:cover;
    z-index: 9999;
}


.login_password {
    border: medium none;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    margin-bottom: 12px;
    padding-left: 17px;
    width: 227px;
}

.pop-box_header {
    color: #fff;
    display: block;
    font-size: 12px;
    height: 40px;
    line-height: 30px;
    text-align: center;
}

.loginon_btn a {
    background: #cfcf2f none repeat scroll 0 0;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 47px;
    line-height: 47px;
    margin-bottom: 20px;
    text-align: center;
    width: 244px;
}


.hezi_left a {
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    padding-bottom: 28px;
    padding-top: 17px
}


.hezi_right a {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 16px;
    margin-right: 10px;
    padding-bottom: 28px;
    padding-top: 17px
}


.a-main-content ul li {
    margin-top: 0;
}

.a-main-content-nav li {
    float: left;
    padding: 10px 15px;
}

.c {
    background-color: #cecbc3;
}

.c a{
   color:#000;
}


.a-main-content h3 {
    border-bottom: 1px solid white;
    color: #decaa7;
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
    text-indent: 15px;
    width: 700px;
}	


.clear::after {
    clear: both;
    content: "";
    display: block;
}

.a-main-content ul {
    width: 700px;
}
.aboutus_right ul {
    margin: 0 auto;
    width: 700px;
}

.a-main-content-nav {
    border-bottom: 1px solid white;
    font-size: 14px;
    margin-bottom: 20px;
}


.mask {
    background:  url("../images/bgg8.png") repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}



.promotion_d { 
	height: 100%;
    margin: 10px auto;
    width: 1000px;
}
 */

/*index*/
.banner {
	height: 560px
}

.swiper {
	position: relative;
	width: 100%;
	left: 0 !important;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-webkit-perspective: 1000px;
	-webkit-backface-visibility: hidden;
	overflow: hidden
}

.swiper .slides {
	overflow: hidden;
	position: relative;
	height: 560px
}

.swiper .slides li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.swiper .slides li.active {
	z-index: 5
}

.swiper .slides li a,
.swiper .slides li img {
	display: block;
	width: 100%;
	height: 100%
}

.swiper .flex-control-nav {
	position: absolute;
	bottom: 10px;
	margin-left: -40px;
	left: 50%;
	background: #000;
	padding: 0 6px;
	border-radius: 15px;
	z-index: 5
}

.swiper .flex-control-nav:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.swiper .flex-control-nav li,
.swiper .flex-control-nav li a {
	display: inline-block;
	vertical-align: middle;
	margin: 3px;
	font-size: 12px;
	color: #fff;
	font-family: Arial;
	border-radius: 50%;
	background: #353535;
	margin-bottom: 3px;
	cursor: pointer;
	padding: 0
}

.swiper .flex-control-nav li a {
	margin: 0;
	padding: 1px 5px
}

.swiper .flex-control-nav a.flex-active {
	background: #f45b25
}

.swiper .icon-control a {
	position: absolute;
	z-index: 10;
	top: 375px;
	width: 64px;
	height: 64px;
	background-color: rgba(255, 255, 255, .4)
}

.swiper .icon-control a:hover {
	background-color: rgba(255, 255, 255, .8)
}

.flex-direction-nav li {
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 50%;
	margin-right: -500px;
	margin-top: -32px;
	width: 64px;
	height: 64px;
	cursor: pointer
}

.flex-direction-nav li:first-child {
	left: 50%;
	margin-left: -500px
}

.flex-direction-nav li a {
	display: block;
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	font-size: 24px;
	background-color: transparent !important;
	line-height: 66px;
	position: absolute;
	padding-right: 0;
	left: 14px;
	color: #fff
}

.swiper .flex-direction-nav li:hover a {
	color: #c6c6c6
}

.swiper .flex-direction-nav li a.flex-prev:before {
	/* content:"<"; */
	font-size: 80px;
	margin-left: 6px
}

.swiper .flex-direction-nav li a.flex-next {
	right: 0;
	left: auto;
	display: block;
	width: 100%;
	text-indent: 1em
}

.swiper .flex-direction-nav li a.flex-next:before {
	/* content:">"; */
	font-size: 80px;
	margin-left: 3px
}

/* .swiper .flex-direction-nav li a.flex-prev:before {
    content: "<";
    font-size: 80px;
    margin-left: 6px;
}


.swiper .flex-direction-nav li a.flex-next:before {
    content: ">";
    font-size: 80px;
    margin-left: 6px;
}
 */
.login-bt {
	background: url(../images/btn01.png) no-repeat scroll 0 0;
	margin-top: 0px;
	display: block;
	width: 100px;
	height: 28px;
	margin-left: 35px;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.subNavi li a span {
	display: inline !important;
	color: #fff;
}

#header #gNavi .erji .naviBox .subNavi a span {
	color: #fff;
}



#slots .banner {
	height: 180px;
	background: url(../images/slots_banner.jpg) no-repeat center top;
}

.promotlist {
	padding: 10px;
}


/*电子游艺*/
.game-main {
	min-height: 500px;
}

.byw-banner {
	height: 300px;
	position: relative;
}

.byw-new {
	position: absolute;
	height: 40px;
	background: #3ba5f0;
	width: 100%;
	bottom: 0;
	opacity: 0.8;
	line-height: 40px;
}

.byw-main {
	padding: 40px 0px;
}

.byw-main .byw-b dl {
	float: left;
}

.byw-main .byw-b dl dt {
	width: 320px;
	height: 320px;
	overflow: hidden;
}

.byw-main .byw-b dl dd {
	width: 320px;
	overflow: hidden;
	color: #000000;
	font-family: "微软雅黑";
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
}

.byw-main .byw-b dl:hover dd {
	color: #ffea55;
}

.byw-main .byw-b dl .ag-byw {
	background: url(../images/ag-by.png) top no-repeat;
}

.byw-main .byw-b dl:hover .ag-byw {
	background: url(../images/ag-by.png) bottom no-repeat;
	cursor: pointer;
}

.byw-main .byw-b dl .yy-byw {
	background: url(../images/yy-by.png) top no-repeat;
}

.byw-main .byw-b dl:hover .yy-byw {
	background: url(../images/yy-by.png) bottom no-repeat;
	cursor: pointer;
}

.byw-main .byw-b dl .gg-byw {
	background: url(../images/gg-by.png) top no-repeat;
}

.byw-main .byw-b dl:hover .gg-byw {
	background: url(../images/gg-by.png) bottom no-repeat;
	cursor: pointer;
}

.byw-main .byw-b {
	padding: 30px 0px;
	width: 1000px;
	margin: 0 auto;
	height: 350px;
}

/*捕鱼游戏*/
.fish-banner {
	background: url(../images/fish-banner.jpg) top center no-repeat;
	height: 180px;
}

.fish-main {
	overflow: hidden;
	padding: 90px 0px;
}

.fish-main li {
	float: left;
	margin: 0px;
}

.casino-game ul li a {
	display: block;
	width: 100px;
	height: 30px;
	float: left;
	background: #b22323;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
}

.casino-game ul li a:hover {
	background: #ffe10a;
	color: #000;
}

/* effect-5 css */
.port-5 {
	float: left;
	position: relative;
	overflow: hidden;
	text-align: center;
	border: 4px solid #f7d547;
	overflow: visible;
	width: 300px;
	height: 317px;
	cursor: pointer;
	background: #fdfdff;
}

.image-box {
	width: 300px;
	height: 156px;
	*border: 4px #fff solid;
}

.text01 {
	position: absolute;
	top: 10px;
	left: 88px;
	width: 220px;
}

.text02 {
	position: absolute;
	top: 10px;
	left: 13px;
	width: 290px;
	height: 45px;
}

.text03 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 230px;
}

.text01 a {
	margin: 5px 0px 0px 50px;
}

.text01 p {
	font-size: 14px;
	color: #2d3246;
	line-height: 24px;
	width: 200px;
}

.text01 h3 {
	font-size: 20px;
	color: #2d3246;
	line-height: 30px;
	width: 200px;
	text-align: center;
	margin: 0px;
}

.text02 a {
	margin: 10px 0px 0px 88px;
}

.text02 p {
	font-size: 14px;
	color: #2d3246;
	line-height: 24px;
	width: 270px;
}

.text02 h3 {
	font-size: 20px;
	color: #2d3246;
	line-height: 30px;
	width: 270px;
	text-align: center;
	margin: 0px;
}

.text03 a {
	margin-left: 70px;
	margin-top: 5px;
}

.text03 p {
	font-size: 14px;
	color: #2d3246;
	line-height: 24px;
	width: 210px;
}

.text03 h3 {
	font-size: 20px;
	color: #2d3246;
	line-height: 30px;
	width: 200px;
	text-align: center;
	margin: 0px;
}

.text-desc {
	*display: none;
}

.port-5.effect-1 {
	z-index: 9;
}

.port-5.effect-1 img {
	transition: 0.5s;
}

.port-5.effect-1:hover img {
	transform: scale(0.5) translateX(-100%);
	position: relative;
	z-index: 9;
	border: 6px solid #f7d547;
}

.port-5.effect-1 .text-desc {
	transform: translateX(100%);
	opacity: 0;
	transition: 0.5s;
	*display: none;
}

.port-5.effect-1:hover .text-desc {
	transform: translateX(0px);
	opacity: 1;
}

.port-5.effect-2 {
	z-index: 10;
}

.port-5.effect-2 img {
	transition: 0.5s;
	transform: none);
}

.port-5.effect-2:hover img {
	transform: scale(0.5) translateY(100%);
	position: relative;
	z-index: 9;
	border: 6px solid #f7d547;
}

.port-5.effect-2 .text-desc {
	transform: translateY(-100%);
	opacity: 0;
	transition: 0.5s;
}

.port-5.effect-2:hover .text-desc {
	transform: translateY(0px);
	opacity: 1;
}

.port-5.effect-3 img {
	transition: 0.5s;
}

.port-5.effect-3:hover img {
	transform: scale(0.5) translateX(100%);
	position: relative;
	z-index: 9;
	border: 6px solid #f7d547;
}

.port-5.effect-3 .text-desc {
	transform: translateX(-100%);
	opacity: 0;
	transition: 0.5s;
}

.port-5.effect-3:hover .text-desc {
	transform: translateX(0px);
	opacity: 1;
}

/* effect-5 css end */





/* 在线客服QQ样式 */
.you_QQ {
	width: 144px;
	position: relative;
}

.zuofudong {
	cursor: pointer;
	position: absolute;
	width: 144px;
	height: 20px;
	color: #d6bf57;
	font-size: 18px;
	top: 40px;
	left: 0px;
	line-height: 20px;
	text-align: center;
}


/* 开元棋牌 */
.game_main1 {
	width: 1000px;
	margin: 0 auto;
}

.chess_banner {
	background: url(../images/chess-banner.jpg) top center no-repeat;
	height: 180px;
}

.chess_main {
	padding: 40px 0px;
}


/* 棋牌类游戏 */
.chess_content {
	padding: 30px;
}

.chess_box {
	width: 980px;
	margin: 0 auto;
	background: #4c4c4c;
	height: auto;
	overflow: hidden;
	padding: 10px;
}

.chess_box .chess_menu {
	overflow: hidden;
}

.chess_menu li {
	width: 107px;
	background: #336666;
	height: 50px;
	line-height: 50px;
	float: left;
	position: relative;
}

.chess_menu li p {
	width: 107px;
	background: #336666;
	color: #fff;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
	position: relative;
}

.chess_menu li a {
	display: none;
	width: 107px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/menu-hover-live.png) center no-repeat;
}

.chess_menu li:hover a {
	display: block;
}

.chess_menu li:hover p {
	display: none;
}

.mr1 {
	margin-right: 1px;
}

.mr10 {
	margin-right: 11px;
}

.chess_cont {
	background: #336666;
	padding: 10px 9px 10px 10px;
	margin-top: 10px;
	overflow: hidden;
}


.chess_cont_banner {
	width: 961px;
	height: 300px;
	position: relative;
}


/*FULL WIDTH BANNER*/
.chess_cont_banner {
	position: relative;
	overflow: hidden;
	z-index: 0;
	*z-index: -1;
	float: left;
}

.chess_cont_banner .slides {
	position: absolute;
	width: 20000em;
	margin: 0px;
	padding: 0px;
}

.chess_cont_banner .slides .item {
	float: left;
	width: 961px;
	height: 300px;
}

.chess_cont_banner .slides .item a {
	display: block;
	height: 300px;
}


/*轮播图片小按钮*/
.row {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.navi {
	position: absolute;
	top: 270px;
	left: 40px;
	z-index: 999;
}

.navi a {
	width: 10px;
	height: 10px;
	float: left;
	margin: 5px;
	display: block;
	background: url(../images/icon_dot.png) no-repeat left top;
}

.navi a:hover,
.navi a.active {
	background: url(../images/icon_dot.png) no-repeat left bottom;
	height: 10px;
	cursor: pointer;
}


.chess_cont_banner p {
	position: absolute;
	bottom: 0px;
	right: 80px;
	height: 50px;
	width: 120px;
	/*background: url(../images/chess_banner_bto.png) bottom no-repeat;*/
	z-index: 900;
}

.chess_cont_banner p span {
	display: inline-block;
	width: 115px;
	height: 32px;
	border: 1px #fff66c solid;
	color: #fff;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}

.chess_cont_banner p span:hover {
	background: #FFF66C;
	color: #000;
}

.chess_cont .chess_cont_parts {
	/*overflow: hidden;*/

}

.chess_cont_parts dl {
	width: 232px;
	height: 270px;
	position: relative;
	float: left;
	margin-top: 10px;
	cursor: pointer;

}


.chess_cont_parts dl.chess01 {
	background: url(../images/chess_bj01.jpg) left no-repeat;
}

.chess_cont_parts dl.chess02 {
	background: url(../images/chess_bj02.jpg) left no-repeat;
}

.chess_cont_parts dl.chess03 {
	background: url(../images/chess_bj03.jpg) left no-repeat;
}

.chess_cont_parts dl.chess04 {
	background: url(../images/chess_bj04.jpg) left no-repeat;
}

.chess_cont_parts dl.chess05 {
	background: url(../images/chess_bj05.jpg) left no-repeat;
}

.chess_cont_parts dl.chess06 {
	background: url(../images/chess_bj06.jpg) left no-repeat;
}

.chess_cont_parts dl.chess07 {
	background: url(../images/chess_bj07.jpg) left no-repeat;
}

.chess_cont_parts dl.chess08 {
	background: url(../images/chess_bj08.jpg) left no-repeat;
}

.chess_cont_parts dl.chess09 {
	background: url(../images/chess_bj09.jpg) left no-repeat;
}

.chess_cont_parts dl.chess_more {
	background: url(../images/chess_more.jpg) left no-repeat;
}


.chess_cont_parts dl:hover {
	background-position: -232px 0px;
}

.chess_cont_parts dl.chess_more:hover {
	background-position: 0px 0px;
}

/*border*/

.chess_cont_parts dl span {
	position: absolute;
	display: block;
	background-color: #ffe419;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s
}

.chess_cont_parts dl .top-line {
	top: 0;
	left: 0;
	width: 0;
	height: 1px
}

.chess_cont_parts dl:hover .top-line {
	width: 100%
}

.chess_cont_parts dl .right-line {
	top: 0;
	right: 0;
	width: 1px;
	height: 0
}

.chess_cont_parts dl:hover .right-line {
	height: 100%
}

.chess_cont_parts dl .bottom-line {
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px
}

.chess_cont_parts dl:hover .bottom-line {
	width: 100%
}

.chess_cont_parts dl .left-line {
	left: 0;
	bottom: 0;
	width: 1px;
	height: 0
}

.chess_cont_parts dl:hover .left-line {
	height: 100%
}



/* 体育 */
.sports-content {
	padding: 25px 0px;
	overflow: hidden;
}

.sports-t {
	width: 480px;
	height: 395px;
	float: left;
	background: #2a2a2a;
	margin: 20px 0px;
	overflow: hidden;
}

.sports-r {
	float: right !important;
}

.sports-t dl dt {
	width: 460px;
	height: 266px;
	margin: 10px;
	background: #000;
}

.sports-t dl dd {
	height: 108px;
}

.sports-t dl dd .sports-logo {
	float: left;
	font-size: 28px;
	font-weight: bold;
	line-height: 98px;
	margin-left: 10px;
	color: #fff;
}

.sports-t dl dd .sports-logo img {
	padding-top: 30px;
}

.sports-t dl dd .sports-btn {
	float: right;
}

.sports-t dl dd .sports-btn a {
	display: block;
	width: 160px;
	height: 40px;
	border-radius: 20px;
	background: #a21515;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin-top: 8px;
	margin-right: 20px;
	font-size: 18px
}

.sports-t:hover {
	background: #333;
	cursor: pointer;
}

.sports-t dl dd .sports-btn a:hover {
	background: #ffe419;
	color: #000;
}

#overlay {
	z-index: 9999 !important;
}


.web-titles {
	overflow: hidden;
	height: 30px;
	/* background: #e71a42; */
	margin-top: 3px;
	border-radius: 3px;
	width: 187px;
	line-height: 30px;
	text-align: center;
	float: left;
	color: #fff;
}

.web-titles span {
	display: block;
	width: 65px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
}

.web-titles span.tg2 {
	color: #cf0303;
}

.web-titles span.color2 {
	color: #ff0;
	!important
}

.web-titles div ul li .yuming {
	color: red;
}

.web-titles div ul li {
	float: left;
	color: #ff0;
	font-size: 16px;
}

.xfqq {
	width: 194px;
	display: block;
	position: relative;
}

.you_QQ1 {
	background: url(../images/xf3.png) no-repeat;
	height: 61px;
}

.you_QQ2 {
	background: url(../images/xf4.png) no-repeat;
	height: 64px;
}

.you_QQ3 {
	background: url(../images/xf5.png) no-repeat;
	height: 67px;
}

.xfqq span {
	cursor: pointer;
	position: absolute;
	width: 194px;
	height: 20px;
	color: #d6bf57;
	font-size: 18px;
	top: 40px;
	left: 0px;
	line-height: 20px;
	text-align: center;
}


/* 四个角图轮播 */
.Carousel_Lowerleft {
	overflow: hidden;
	position: fixed;
	left: 0px;
	bottom: 0px;
}

.Carousel_Bottomright {
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	right: 0px;
}

.Carousel_Topleft {
	overflow: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
}

.Carousel_Topright {
	overflow: hidden;
	position: fixed;
	top: 0px;
	right: 0px;
}

.Carousel_Lowerleft a,
.Carousel_Bottomright a,
.Carousel_Topleft a,
.Carousel_Topright a {
	display: block;
}

.close_Lowerlefts {
	position: absolute;
	font-size: 22px;
	color: #000;
	right: 0px;
	visibility: hidden;
	cursor: pointer;
}

.close_Lowerleft {
	position: absolute;
	font-size: 22px;
	color: #000;
	right: 0px;
	height: 35px;
	width: 35px;
	cursor: pointer;
}

.close_Bottomrights {
	position: absolute;
	font-size: 22px;
	color: #000;
	left: 0px;
	visibility: hidden;
	cursor: pointer;
}

.close_Bottomright {
	position: absolute;
	font-size: 22px;
	color: #000;
	left: 0px;
	height: 35px;
	width: 35px;
	cursor: pointer;
}

.close_Toplefts {
	position: absolute;
	font-size: 22px;
	color: #000;
	right: 0px;
	visibility: hidden;
	cursor: pointer;
}

.close_Topleft {
	position: absolute;
	font-size: 22px;
	color: #000;
	right: 0px;
	height: 35px;
	width: 35px;
	cursor: pointer;
}

.close_Toprights {
	position: absolute;
	font-size: 22px;
	color: #000;
	right: 0px;
	visibility: hidden;
	cursor: pointer;
}

.close_Topright {
	position: absolute;
	font-size: 22px;
	color: #000;
	right: 0px;
	height: 35px;
	width: 35px;
	cursor: pointer;
}

/* 四角上传结束 */


.QQ1 {
	width: 194px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	margin-top: -23px;
	color: #f0ee15;
	font-size: 16px;
	font-weight: 900;
}

.QQ2 {
	width: 150px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	margin-top: -23px;
	color: #f0ee15;
	font-size: 16px;
	font-weight: 900;
}