@charset "utf-8";

/*--------slide start-------------------------------------------------------*/
.wrapper {
	width: 100%;
	min-width: 1200px;
	position: absolute;
	z-index: 1;
	height: auto;
	background-color: #eeeeee;
}
#slideBlock {
	position: relative;
	top: 0px;
	width: 100%;
	min-width: 1200px;
	height: 500px;
	overflow: hidden;
	text-align: center;
	z-index: -9999;
}
.ck-slide {
	max-width: 100%;
	height: 500px;
	margin: 0 auto;
}
.ck-slide {
	position: relative;
	overflow: hidden;
}
.ck-slide ul.ck-slide-wrapper {
	width: 100%;
	height: 500px;
}
.ck-slide ul.ck-slide-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}
.ck-slide ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ck-slide-wrapper .banner01 {
	height: 500px;
	width: 100%;
	position: absolute;
	background-image: url(../img/slide/banner_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.ck-slide-wrapper .banner02 {
	height: 500px;
	width: 100%;
	position: absolute;
	background-image: url(../img/slide/banner_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.ck-slide-wrapper .banner03 {
	height: 500px;
	width: 100%;
	position: absolute;
	background-image: url(../img/slide/banner_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.ck-slide .ck-prev {
	left: 50px;
	background-image: url(../img/arrow-left.png);
	background-repeat: no-repeat;
	background-position: 50%;
}
.ck-slide .ck-next {
	right: 50px;
	background: url(../img/arrow-right.png);
	background-repeat: no-repeat;
	background-position: 50%;
}
.ck-slide .ck-prev, .ck-slide .ck-next {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 35px;
	height: 70px;
	margin-top: -35px;
	border-radius: 3px;
	opacity: .15;
	text-indent: -9999px;
	background-repeat: no-repeat;
	transition: opacity .2s linear 0s;
}
.ck-slidebox {
	position: absolute;
	left: 50%;
	bottom: 5px;
	z-index: 30;
}
.ck-slidebox ul {
	height: 20px;
	padding: 0 8px;
	border-radius: 8px;
}
.ck-slidebox ul li {
	float: left;
	height: 12px;
	margin: 4px 4px;
	list-style-type: none;
}
.ck-slidebox ul li em {
	display: block;
	width: 30px;
	height: 10px;
	background-color: #da773e;
	text-indent: -9999px;
	cursor: pointer;
}
.ck-slidebox ul li.current em {
	background-color: #ffb311;
}
/*--------slide end-------------------------------------------------------*/


/*--------------tabs gamebox-----------------------------------------------------------*/
.wrapper .content {
	width: 100%;
	height: auto;
}
.wrapper .content .contentmain {
	background-image: url(../img/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 2350px;
}
.game_box {
	width: 1200px;
	height: 630px;
	margin: 0px auto;
	padding-top: 360px;
}
.game_box .lotto {
	background-image: url(../img/game_box_lotto.png);
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	left: 0;
	height: 321px;
	width: 685px;
	animation: lottoMove 2s; /*IE*/
	-moz-animation: lottoMove 2s; /*FireFox*/
	-webkit-animation: lottoMove 2s; /*Chrome, Safari*/
}
 @keyframes lottoMove {
 from {
left: -40%;
top: -40%;
}
to {
	left: 0%;
	top: 0%;
}
}
@-moz-keyframes lottoMove {
 from {
left: -40%;
top: -40%;
}
to {
	left: 0%;
	top: 0%;
}
}
@-webkit-keyframes lottoMove {
 from {
left: -40%;
top: -40%;
}
to {
	left: 0%;
	top: 0%;
}
}
.game_box .casino {
	background-image: url(../img/game_box_casino.png);
	background-repeat: no-repeat;
	position: relative;
	top: -321px;
	right: -604px;
	height: 395px;
	width: 595px;
	animation: casinoMove 2s; /*IE*/
	-moz-animation: casinoMove 2s; /*FireFox*/
	-webkit-animation: casinoMove 2s; /*Chrome, Safari*/
}
 @keyframes casinoMove {
 from {
right:-1000px;
top:-450px;
}
to {
	right: -604px;
	top: -321px;
}
}
@-moz-keyframes casinoMove {
 from {
right:-1000px;
top:-450px;
}
to {
	right: -604px;
	top: -321px;
}
}
@-webkit-keyframes casinoMove {
 from {
right:-1000px;
top:-450px;
}
to {
	right: -604px;
	top: -321px;
}
}
.game_box .slot {
	background-image: url(../img/game_box_slot.png);
	background-repeat: no-repeat;
	position: relative;
	top: -471px;
	left: 0;
	height: 384px;
	width: 606px;
	animation: slotMove 2s; /*IE*/
	-moz-animation: slotMove 2s; /*FireFox*/
	-webkit-animation: slotMove 2s; /*Chrome, Safari*/
}
 @keyframes slotMove {
 from {
left:-40%;
}
to {
	left: 0%;
}
}
@-moz-keyframes slotMove {
 from {
left:-40%;
}
to {
	left: 0%;
}
}
@-webkit-keyframes slotMove {
 from {
left:-40%;
}
to {
	left: 0%;
}
}
.game_box .sport {
	background-image: url(../img/game_box_sport.png);
	background-repeat: no-repeat;
	position: relative;
	top: -781px;
	right: -526px;
	height: 310px;
	width: 674px;
	animation: sportMove 2s; /*IE*/
	-moz-animation: sportMove 2s; /*FireFox*/
	-webkit-animation: sportMove 2s; /*Chrome, Safari*/
}
 @keyframes sportMove {
 from {
right:-1000px;
}
to {
	right: -526px;
}
}
@-moz-keyframes sportMove {
 from {
right:-1000px;
}
to {
	right: -526px;
}
}
@-webkit-keyframes sportMove {
 from {
right:-1000px;
}
to {
	right: -526px;
}
}
.content .game_Vendor {
	background-image: url(../img/bg_middle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 558px;
	width: 100%;
	margin-bottom: 0px;
}

/*--------------table----------------------------------------------------------*/

.clr {
	clear: both;
}
.event_box {
	font-family: Microsoft YaHei, Arial;
	width: 1200px;
	padding: 80px 20px 0;
	margin: 0 auto;
}
.event_box .banner {
	color: #ffda34;
	font-size: 36px;
	background-color: #ccc;
	width: 850px;
	height: 300px;
	/* margin: 20px auto; */
	float: left;
	background-image: url(../images/banner.jpg);
}

.text_top{
	font-size: 20px;
	line-height: 30px;
	padding: 20px 80px 20px 80px;
	color: #47361b;
	text-align: center;
	font-weight: bold;
}

.text1 {
	width: 700px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 24px;
	padding: 20px 80px 20px 80px;
}


.text1 .tt {
    display: block;
    width: 90%;
    text-align: center;
    font-size: 18px;
	color: #FF9800;
    margin: 0 auto;
    font-weight: bold;
}


.text2 {
	width: 600px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 24px;
	color: #949494;
	background-color: #f6f6f6;
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 20px;
}

.text2 .tt{
	display: block;
	width: 90%;
	text-align: center;
	font-size: 18px;
	color: #FF9800;
	margin: 0 auto;
	font-weight: bold;
}

.text2 span{
	color: #f1b70d;
}

.event_box ul{
	margin:20px;
}

.event_box ul li{
	text-align:center;
	color: #271f5b;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 12px;
}

.event_box ol {
	margin: 20px;
	list-style: decimal;
}
.event_box ol li {
	color: #271f5b;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 12px;
}

.event_box .text2 ol li {
	color: #271f5b;
	font-size:18px;
	line-height: 20px;
	margin-bottom: 12px;
}

.table_s1{
	width: 900px;
	font-size: 14px;
	background-color: #f6f6f6;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 2px solid #ff9800;
}

.table_sl table{
	
}

.table_s1 tr{
	border: 1px solid #f5dec5;
}

.table_s1 td{
	color: #522998;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
}

.msg{
	
color: #f00;
}

.msg2{
	
padding: 20px;
	
text-align: center;
	
color: #271f5b;
	
font-size: 15px;
}


/*--------------footer----------------------------------------------------------*/


/*.footer {
	position: relative;
	top: 0px;
	width: 100%;
	min-width: 100%;
	height: 667px;
	float: left;
	text-align: center;
	background-image: url(../img/bg_foot_200415.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}*/
.wrapper .footer .qr {
	background-image: url(../img/qr.gif);
	background-repeat: no-repeat;
	height: 192px;
	width: 196px;
	margin: 300px auto 0px auto;
}
