body {
	margin: 0;
	padding: 0;
	min-width: 950px;
	max-width: 100%;
	height: 100%;
	font-family: Arial;
	background: #000 url(img/background.jpg) no-repeat center top fixed;
}

#wrapper {
	width: 950px;
	height: 100%;
	margin: 0 auto;
}

#header {
	margin: 0 auto;
	width: 400px;
	height: 188px;
	text-align: center;
	background: url(img/logo.png) no-repeat;
}

#header img {
	width: 400px;
	height: 187px;
	padding: 10px 0 0 0;
}

#menu {
	height: 100px;
	background: url(img/menu_bg.png) no-repeat;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.nav-menu {
	width: 640px;
	float: left;
	height: 55px;
}

.nav-menu a {
	background: url(img/menu-hover.jpg) no-repeat;
	float: left;
	width: 155px;
	height: 55px;
	line-height: 56px;
	color: #630e00;
	text-align: center;
	font-size: 18px;
	margin-top: 2px;
	margin-left: 5px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	font-weight: bold;
	text-decoration: none;
}

.nav-menu a:hover {
	background: url(img/menu-hover.jpg) no-repeat;
	height: 52px;
	color: #bf0000;
	margin-top: 5px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

marquee {
	color: #fff;
	font-size: 18px;
	float: left;
	width: 700px;
	height: 30px;
	line-height: 30px;
	margin: -40px 0 0 2px;
	border-top-right-radius: 26px;
}

.home-main {
	height: 370px;
	margin: 15px 0 0 0;
}

.home-main .login {
	float: right;
	width: 202px;
	margin-left: 8px;
	height: 360px;
}

input {
	border: 0;
	width: 202px;
	height: 48px;
	color: #000;
	text-indent: 15px;
	font-size: 20px;
	background: url(img/input.png);
	margin: 0 0 12px 0px;
	border-radius: 20px;
}

.login-ipt img {
	cursor: pointer;
	float: right;
	margin: 1px 4px 0px 0px;
	width: 50px;
	height: 22px;
}

.login-ipt #vcode {
	width: 80px;
}

.login-btn {
	margin: 0 0 0 0;
}

#submitBtn {
	-moz-box-shadow: 2px 3px 0px 0px #feb200;
	-webkit-box-shadow: 2px 3px 0px 0px #feb200;
	box-shadow: 2px 3px 0px 0px #feb200;
	background-color: #ff5b00;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffb100), color-stop(0.49, #e9ff00), to(#ffc400));
	background: -moz-linear-gradient(top, #ffb100 0%, #e9ff00 51%, #ffb100 100%);
	background: -webkit-linear-gradient(top, #ffb100 0%, #e9ff00 51%, #ffb100 100%);
	background: -o-linear-gradient(top, #ffb100 0%, #e9ff00 51%, #ffb100 100%);
	background: -ms-linear-gradient(top, #ffb100 0%, #e9ff00 51%, #ffb100 100%);
	background: linear-gradient(to bottom, #ffb100 0%, #e9ff00 52%, #ffb100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb100', endColorstr='#e9ff00', GradientType=0);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: 700;
	padding: 7px 5px;
	margin-right: 3px;
	text-decoration: none;
}

#submitBtn:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), color-stop(0.49, #ff0000), to(#ffff00));
	background: -moz-linear-gradient(top, #ffff00 0%, #ff0000 51%, #ffff00 100%);
	background: -webkit-linear-gradient(top, #ffff00 0%, #ff0000 51%, #ffff00 100%);
	background: -o-linear-gradient(top, #ffff00 0%, #ff0000 51%, #ffff00 100%);
	background: -ms-linear-gradient(top, #ffff00 0%, #ff0000 51%, #ffff00 100%);
	background: linear-gradient(to bottom, #ffff00 0%, #ff0000 51%, #ffff00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#ff0000', GradientType=0);
	background-color: #ff5b00;
	color: #fff;
}

#submitBtn:active {
	position: relative;
	top: 1px;
}

#regBtn {
	-moz-box-shadow: 2px 3px 0px 0px #ff6c00;
	-webkit-box-shadow: 2px 3px 0px 0px #ff6c00;
	box-shadow: 2px 3px 0px 0px #ff6c00;
	background-color: #ff5b00;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.49, #ffff00), to(#ff0000));
	background: -moz-linear-gradient(top, #ff0000 -22%, #ffff00 53%, #ff0000 120%);
	background: -webkit-linear-gradient(top, #ff0000 -22%, #ffff00 53%, #ff0000 120%);
	background: -o-linear-gradient(top, #ff0000 -22%, #ffff00 53%, #ff0000 120%);
	background: -ms-linear-gradient(top, #ff0000 -22%, #ffff00 53%, #ff0000 120%);
	background: linear-gradient(to bottom, #ff0000 -22%, #ffff00 53%, #ff0000 120%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00', GradientType=0);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: 700;
	padding: 7px 5px;
	text-decoration: none;
}

#regBtn:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), color-stop(0.49, #ff0000), to(#ffff00));
	background: -moz-linear-gradient(top, #ffff00 0%, #ff0000 51%, #ffff00 100%);
	background: -webkit-linear-gradient(top, #ffff00 0%, #ff0000 51%, #ffff00 100%);
	background: -o-linear-gradient(top, #ffff00 0%, #ff0000 51%, #ffff00 100%);
	background: -ms-linear-gradient(top, #ffff00 0%, #ff0000 51%, #ffff00 100%);
	background: linear-gradient(to bottom, #ffff00 0%, #ff0000 51%, #ffff00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#ff0000', GradientType=0);
	background-color: #ff5b00;
	color: #fff;
}

#regBtn:active {
	position: relative;
	top: 1px;
}

#contact {
	margin-top: 14px;
	width: 202px;
	height: 171px;
	border-radius: 5px;
	background: rgb(255, 196, 0);
	background: -webkit-linear-gradient(top, rgb(255, 204, 36) 16%, rgb(254, 255, 30) 51%, rgb(255, 204, 36) 74%)
}

#contact ul {
	list-style: none;
	width: 149px;
}

#contact ul li {
	border-bottom: 2px #000;
	list-style: none;
	margin: 4px 0 0 0;
}

#contact ul a {
	color: #000;
	line-height: 25px;
	float: right;
	text-decoration: none;
	font-weight: 700;
}

#contact .telegram,
#contact .line,
#contact .skype,
#contact .wechat,
#contact .wa {
	width: 179px;
	height: 26px;
	float: right;
}

#contact .telegram {
	background: url(img/telegram.png) no-repeat;
	padding-top: 1px;
}

#contact .line {
	background: url(img/line.png) no-repeat;
	border-bottom: 2px solid #de2b2b;
	padding-top: 3px;
}

#contact .skype {
	background: url(img/skype.png) no-repeat;
	border-bottom: 2px solid #de2b2b;
	padding-top: 3px;
}

#contact .wechat {
	background: url(img/wechat.png) no-repeat;
	border-bottom: 2px solid #de2b2b;
	padding-top: 3px;
}

#contact .wa {
	background: url(img/wa.png) no-repeat;
	border-bottom: 2px solid #de2b2b;
	font-size: 17px;
}

.slides {
	height: 375px;
	width: 730px;
	float: left;
	margin-top: -22px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.slides ul {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

@-webkit-keyframes anim_slides {
	0% {
		opacity: 0;
	}
	6% {
		opacity: 1;
	}
	24% {
		opacity: 1;
	}
	30% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes anim_slides {
	0% {
		opacity: 0;
	}
	6% {
		opacity: 1;
	}
	24% {
		opacity: 1;
	}
	30% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.slides ul li {
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-animation-name: anim_slides;
	-webkit-animation-duration: 24.0s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-delay: 0;
	-webkit-animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: anim_slides;
	-moz-animation-duration: 24.0s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: normal;
	-moz-animation-delay: 0;
	-moz-animation-play-state: running;
	-moz-animation-fill-mode: forwards;
}

.slides ul li:nth-child(2),
.slides ul li:nth-child(2) div {
	-webkit-animation-delay: 6.0s;
	-moz-animation-delay: 6.0s;
}

.slides ul li:nth-child(3),
.slides ul li:nth-child(3) div {
	-webkit-animation-delay: 12.0s;
	-moz-animation-delay: 12.0s;
}

.slides ul li:nth-child(4),
.slides ul li:nth-child(4) div {
	-webkit-animation-delay: 18.0s;
	-moz-animation-delay: 18.0s;
}

.slides ul li img {
	display: block;
}

@-webkit-keyframes anim_titles {
	0% {
		left: 100%;
		opacity: 0;
	}
	5% {
		left: 10%;
		opacity: 1;
	}
	20% {
		left: 10%;
		opacity: 1;
	}
	25% {
		left: 100%;
		opacity: 0;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}

@-moz-keyframes anim_titles {
	0% {
		left: 100%;
		opacity: 0;
	}
	5% {
		left: 10%;
		opacity: 1;
	}
	20% {
		left: 10%;
		opacity: 1;
	}
	25% {
		left: 100%;
		opacity: 0;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}

#main-middle {
	margin: 0px auto;
	width: 948px;
	height: 239px;
	margin-top: 5px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top: none;
}

#main-middle table {
	margin-left: 22px;
	height: 192px;
	width: 223px;
}

#main-middle #depo {
	margin-left: 1px;
}

#main-middle #depo,
#wd {
	float: left;
	height: 235px;
	width: 252px;
	border-radius: 0 42px 0px 20px;
	border-top: 4px solid #ffd644;
	background: url(img/last.jpg) no-repeat;
	border-bottom: 3px solid #ffd644;
}

#main-middle #depo tbody tr {}

#main-middle #depo tr:first-child td,
#main-middle #wd tr:first-child td {
	padding-top: 22px;
}

#main-middle #depo td,
#wd td {
	font-size: 14px;
	line-height: 24px;
	padding: 3px 0px 3px 3px;
	height: 28px;
	color: #000;
}

#main-middle #depo span {
	color: #000000;
	padding: 6px 20px 5px 10px;
	background: #ffc400;
	font-size: 17px;
	font-weight: bold;
	border-radius: 0 0 26px 0;
	float: left;
	-webkit-box-shadow: 2px 3px 4px 0px rgb(0, 0, 0);
	-moz-box-shadow: 2px 3px 4px 0px rgb(0, 0, 0);
	box-shadow: 2px 3px 4px 0px rgb(0, 0, 0);
}

#main-middle #depo {
	border-left: 3px solid #ffd644;
}

#main-middle #wd {
	border-radius: 35px 0px 21px 0px;
	border-right: 3px solid #ffd644;
}

#main-middle #depo .td3,
#wd .td3 {
	text-align: right;
}

#main-middle #depo .date,
#wd .date {}

#main-middle #wd span {
	color: #000000;
	padding: 6px 10px 5px 20px;
	background: #ffc400;
	font-size: 17px;
	font-weight: bold;
	border-radius: 0 0 0px 26px;
	float: right;
	-webkit-box-shadow: -2px 3px 4px 0px rgb(0, 0, 0);
	-moz-box-shadow: -2px 3px 4px 0px rgb(0, 0, 0);
	box-shadow: -2px 3px 4px 0px rgb(0, 0, 0);
}

#main-middle #middle-banner {
	background: url(img/jackpot.jpg) no-repeat;
	float: left;
	width: 436px;
	height: 242px;
	margin-top: 0px;
}

#main-middle #middle-banner ul {
	padding: 0;
}

#main-middle #middle-banner li {
	float: left;
}

#main-middle .jackpot {
	width: 436px;
	height: 242px;
	text-align: center;
	margin-top: 54px;
	margin-left: 22px;
}

#main-middle .jackpot span {
	letter-spacing: 2px;
	font-size: 30px;
	line-height: 87px;
	color: #fff;
	font-weight: 700;
	font-family: DaiAtlas;
	text-shadow: #000 2px 3px 5px;
	;
}

.ui-footer {
	margin: 0px auto;
	width: 948px;
	height: auto;
	text-align: center;
}

p {
	color: #f4d22a;
}