.main{
	height: 1080px;
	background: url('../images/main.jpg') top center no-repeat;
	position: relative;
}
.login-mess{
	position: absolute;
	top: 235px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fffeff;
}
.login-mess a{
	margin-left: 5px;
	color: #31e9ff;
}
.rule{
	position: absolute;
	top: 280px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fffeff;
}
.show-badge{
	position: absolute;
	top: 330px;
	left: 50%;
	margin-left: -226px;
}
.show-badge img{
	float: left;
	margin-right: 28px;
}
.show-badge img:last-child{
	margin-right: 0;
}
.mun{
	position: absolute;
    top: 310px;
    left: 50%;
    margin-left: 323px;
    width: 180px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #fffeff;
}
.mun p{
	width: 170px;
	margin: 0 auto;
	text-align: center;
}
.mun p span{
	color: #ff6363;
}
.reward{
	position: absolute;
	top:385px;
	left: 50%;
	margin-left: -383px;
	width: 796px;
}
.reward ul{
	overflow: hidden;
	width: 100%
}
.reward ul li{
	float: left;
	margin-right: 76px;
	text-align: center;
	margin-bottom: 48px;
}
.reward ul li:nth-child(4n){
	margin-right: 0;
}
.list-top{
	width: 118px;
	height: 208px;
	margin: 0 auto;
	position: relative;
	background: url('../images/model.png');
}
.list-top .prop-num{
	bottom: 7px;
    left: 0;
    right: 0;
    position: absolute;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 14px;
}
.prop{
	width: 32px;
	height: 32px;
	margin: 0 auto;
	padding-top: 62px;
}
.prop img{
	display: block;
	width: 100%;
	height: 100%;
}
.place{
	color: #FFF8CC;
	font-size: 14px;
	margin: 10px auto 5px;
}
.prop-name{
	margin-top: 8px;
}
.reward ul li a{
	display: block;
	margin: 14px auto 0;
	width: 142px;
	height: 38px;
	background: url('../images/exchange.png');
}
.reward ul li a.not-enough{
	background: url('../images/exchanged.png');
}