body {
	font-family: Myriad Pro;
	background: url(../../bg.jpg) no-repeat top center;
	background-color: #002c8f;
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: DaiAtlas;
	src: url(..//font/Dai-Atlas.otf);
}

#wrapper {
	width: 920px;
	margin: 0 auto;
	height: 100%;
}

#header {
	width: 920px;
	height: 105px;
}

#header .logo {
	float: left;
	height: 100px;
}

#header .login {
	float: right;
	width: 420px;
	margin-top: 20px;
}

#header .login .userPwd {
	background: url(../../user_pwd.png) no-repeat;
	width: 140px;
	float: left;
	height: 61px;
}

#header .login input {
	border: 0;
	background: none;
	text-align: left;
	font-size: 14px;
	color: #000000;
	width: 115px;
	padding-left: 25px;
	height: 28px;
}

#header .login .btn-login input {
	width: 130px;
	height: 61px;
	background: url(../../btn-login.png) no-repeat;
	cursor: pointer;
	margin: 0 2px;
}

#header .btn-login input.register {
	width: 130px;
	height: 61px;
	background: url(../../btn-register.png) no-repeat top center;
}

#list-top {
	width: 920px;
	height: 40px;
	background: url(../../menu.png) no-repeat;
}

#list-top .menu ul {
	list-style: none;
	margin: 0;
}

#list-top .menu li {
	float: left;
	padding: 0 22px;
}

#list-top .menu li a {
	text-decoration: none;
	color: #ffffff;
	font-weight: 700;
	font-size: 15px;
	line-height: 45px;
	height: 45px;
	text-shadow: 0px 1px 0px #020202;
}

#list-top .running-text {
	float: right;
	width: 557px;
	height: 40px;
}

#list-top .running-text marquee {
	margin-right: 50px;
	font-size: 20px;
	line-height: 45px;
	height: 40px;
	color: #fff;
}

#slide {
	height: 300px;
	background: #000000;
	-webkit-box-shadow: 0px 8px 15px 2px rgba(0, 0, 0);
	-moz-box-shadow: 0px 8px 15px 2px rgba(0, 0, 0);
	box-shadow: 0px 8px 15px 2px rgb(0, 0, 0);
}

#slide #slide-warp {
	height: 295px;
	background: url(../../info.jpg);
	border-radius: 5px;
	position: relative;
	width: 908px;
	float: left;
	padding: 0 6px;
}

@keyframes slidy {
	0% {
		left: 0%;
	}
	20% {
		left: 0%;
	}
	25% {
		left: -100%;
	}
	45% {
		left: -100%;
	}
	50% {
		left: -200%;
	}
	70% {
		left: -200%;
	}
	75% {
		left: -300%;
	}
	95% {
		left: -300%;
	}
}

@keyframes glow {
	0% {}
	100% {
		opacity: 0.5;
		transform: scaleX(1) scaleY(1);
	}
}

#slide div#slider {
	overflow: hidden;
}

#slide div#slider figure span {
	width: 20%;
	float: left;
}

#slide div#slider figure {
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: 20s slidy infinite;
}

#slide div#slider figure .slide1 {
	background: url(https://semogaqq.space/slide/1.jpg) no-repeat;
	width: 908px;
	height: 300px;
}

#slide div#slider figure .slide2 {
	background: url(https://semogaqq.space/slide/2.jpg) no-repeat;
	width: 908px;
	height: 300px;
}

#slide div#slider figure .slide3 {
	background: url(https://semogaqq.space/slide/3.jpg) no-repeat;
	width: 908px;
	height: 300px;
}

#slide div#slider figure .slide4 {
	background: url(https://semogaqq.space/slide/4.jpg) no-repeat;
	width: 908px;
	height: 300px;
}

#list-middle {
	width: 920px;
	height: auto;
	margin: 10px 0px 3px 0;
	background: url(../../info.jpg) no-repeat;
}

#lastWiner {
	width: 920px;
	height: 218px;
	background: #002b6a url(../../last-winner.jpg) no-repeat top center;
	-webkit-box-shadow: 0px 8px 15px 2px rgba(0, 0, 0);
	-moz-box-shadow: 0px 8px 15px 2px rgba(0, 0, 0);
	box-shadow: 0px 8px 15px 2px rgb(0, 0, 0);
}

#lastWiner div {
	float: left;
	width: 286px;
}

#lastWiner table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
	margin-top: 54px;
}

#lastWiner table tr td {
	font-size: 15px;
	color: #cdebff;
	text-align: center;
	width: 33.333%;
	line-height: 30px;
}

#lastWiner .jackpot {
	margin-top: 69px;
	text-align: center;
	width: 342px;
}

#lastWiner .jackpot span {
	letter-spacing: 2px;
	font-size: 30px;
	line-height: 66px;
	color: #9bd8ff;
	font-weight: 700;
	font-family: DaiAtlas;
}

#lastWiner .name {
	padding-left: 50px;
	text-align: left;
}

#lastWiner .amt {
	text-align: right;
	padding-right: 15px;
}

#list-bottom .footer {
	width: 920px;
	height: 60px;
	background: url(../../footer.png) no-repeat;
	margin: 10px 0;
}

#list-bottom .cp {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	color: #9bd8ff;
	padding: 20px;
	font-size: 14px;
}

#list-bottom .footer-text {
	text-align: center;
	color: #9bd8ff;
	font-size: 14px;
	margin: 10px 0;
}

#list-bottom .footer-text h1,
h2,
h3 {
	font-size: 20px;
}

#Contact {
	position: fixed;
	z-index: 1000;
	left: 5px;
	width: 153px;
	top: 130px;
}

#Contact .Contact li {
	list-style: none;
}

#Contact .Contact .wa {
	background: url(..//contact/wa.gif) no-repeat;
	width: 152px;
	height: 34px;
}

#Contact .Contact .line {
	background: url(..//contact/line.gif) no-repeat;
	width: 152px;
	height: 34px;
}

#Contact .Contact .skype {
	background: url(..//contact/skype.gif) no-repeat;
	width: 152px;
	height: 34px;
}

#Contact .Contact .wechat {
	background: url(..//contact/wechat.gif) no-repeat;
	width: 152px;
	height: 34px;
}

#Contact .Contact .bbm {
	background: url(..//contact/bbm.gif) no-repeat;
	width: 152px;
	height: 34px;
}

#Contact .Contact .wa a,
.line a,
.skype a,
.wechat a,
.bbm a
 {
	text-decoration: none;
	line-height: 34px;
	color: #000000;
	font-size: 15px;
	float: right;
	margin-right: 12px;
	font-weight: 700;
}