.page{
	width:100%;
	background:#222;
}

.bg{
	padding:1253px 0 100px 0;
	width:100%;
	min-width:750px;
	background:url('../img/bg.jpg') top center no-repeat;
}

.bg .register-btn{
	display:block;
	margin:0 auto;
	width:261px;height:54px;
}

.bg .lottery-btn{
	display:block;
	margin:418px auto 0;
	width:266px;height:58px;
}

.bg .reward-info-area{
	margin:110px auto 0;
	width:640px;height:200px;
}

.bg .reward-info-area.no-reward-info-area .reward-info,
.bg .reward-info-area .no-reward-info{
	display:none;
}

.bg .reward-info-area.no-reward-info-area .no-reward-info{
	display:block;
	line-height:200px;
	font-size:20px;
	color:#fce2b1;
	text-align:center;
}

.bg .reward-info-area .reward-info{
	display:block;
	width:100%;height:200px;
	overflow:hidden;
}
.bg .reward-info-area .reward-info li{
	line-height:40px;
	font-size:20px;
	color:#fce2b1;
	text-align:center;
}

.bg .my-reward-info{
	margin:105px auto 0;
	width:700px;
	height:43px;line-height:43px;
	font-size:20px;
	color:#fce2b1;
	font-weight:700;
	text-align:center;
}

.bg .reward-btn{
	display:block;
	margin:35px auto 0;
	width:261px;height:54px;
	background:url('../img/btn.png') no-repeat;
}

.bg .rule-area{
	margin:50px 0 auto;
	width:690px;
}
.bg .rule-area p{
	line-height:35px;
	font-size:20px;
	color:#fce2b1;
}
.bg .rule-area p.hd{
	font-weight:700;
}

.tc{
	position:absolute;
	top:1000px;left:50%;
	margin-left:-343px;
	padding:65px 90px 65px 110px;
	width:686px;
	background:url('../img/tc.png') no-repeat;
	box-sizing:border-box;
	z-index:3;
}
.tc li{
	margin-bottom:9px;
	height:35px;line-height:35px;
}
.tc li p{
	float:left;
	height:35px;line-height:35px;
	font-size:20px;
	color:#ffceeb;
}
.tc li a{
	float:right;
	width:120px;height:35px;
	background:url('../img/tc-btn.png') no-repeat;
}

