.container{
	width: 7.06rem;
	height: 10.79rem;
	margin: 0 auto;
	margin-left: 0.13rem;
	margin-top: 0.2rem;
	background: url('images/index.png')  no-repeat;
	background-size: 7.06rem 10.79rem;
	overflow: hidden;
}
.container .title{
	display: block;
	width: 5.18rem;
	height: 1.05rem;
	margin: 0 auto;
	margin-top: 3.8rem;
}
#lottery{
	width:5.32rem;
	height:5.33rem;
	line-height: 5.33rem;
	margin:0px auto;
	margin-top: 0.15rem;
	background: url('images/lotterybg.png') no-repeat;
	background-size: 5.32rem 5.33rem;
	overflow: hidden;
	
}
#lottery table{
	margin:auto;
	margin-top: 0.37rem;
}
#lottery table td{
	width:1.46rem;
	height:1.46rem;
	font-size: 0.3rem;
	background-size: 100%;
	background-repeat: no-repeat;
	border: 0.04rem solid transparent;
}
#lottery table td.active{
	border: 0.04rem solid #fecb43;
}
#btn{
	overflow: hidden;
}
#btn span{
	display: block;
	width: 2.4rem;
	height: 1.11rem;
	float: left;	
}
#btn .mygift{
	background: url('images/mygift-btn.png') no-repeat;
	background-size: 2.4rem 1.11rem;
	margin-left: 0.96rem;
}
#btn .share{
	background: url('images/share-btn.png') no-repeat;
	background-size: 2.4rem 1.11rem;
	margin-left: 0.8rem;
}
.rules{
	width:7.24rem;
	height: 9.99rem;
	margin: 0 auto;
	margin-top: 0.57rem;
	margin-bottom: 0.5rem;
	background: url('images/rules.png') no-repeat;
	background-size: 7.24rem 9.99rem; 
}
.tip-award-box{
	width: 5.87rem;
	position: fixed;
	top: 3rem;
	left: 50%;
	margin-left: -2.935rem;
	z-index: 100;
	display: none;
}
.tip-award-tit {
	width: 5.87rem;
	height: 0.87rem;
	background: url('images/award-tit.png') no-repeat;
	background-size: 100%;
}
.tip-award{
	width: 5.49rem;
	height: 5.12rem;	
	margin: 0 auto;
	/* background-image: url('images/award-flow.png'); */
	background-repeat:  no-repeat;
	background-size: 5.49rem 5.12rem;
	margin-top: 0.4rem;
	position: relative;
	
}
.tip-award .close-btn1{
	width: 0.8rem;
	height: 0.8rem;
	background: transparent;
	position: absolute;
	top: 4.3rem;
	right: 0.45rem;
}
.tip-noaward{
	width: 5.51rem;
	height:3.76rem;
	background: url('images/tryagain.png') no-repeat;
	background-size: 5.51rem 3.76rem;
	position: fixed;
	top: 3rem;
	left: 50%;
	margin-left: -2.745rem;
	z-index: 100;
	display: none;
}
.tip-noaward .close-btn2{
	width: 0.8rem;
	height: 0.8rem;
	background: transparent;
	position: absolute;
	top: 3rem;
	right: 0.45rem;
}
.tip-nochance{
	width: 5.51rem;
	height:3.76rem;
	background: url('images/nochance.png') no-repeat;
	background-size: 5.51rem 3.76rem;
	position: fixed;
	top: 3rem;
	left: 50%;
	margin-left: -2.745rem;
	z-index: 100;
	display: none;
}
.tip-nochance .close-btn3{
	width: 0.8rem;
	height: 0.8rem;
	background: transparent;
	position: absolute;
	top: 3rem;
	right: 0.45rem;
}
.myAward{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	display: none;
}
.recordlist{
    width: 6.19rem;
    height: 100%;
    margin: 0 auto;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    overflow: auto;
}
.recordlist li{
	margin-top: 1rem;
}
/* .listbox{
	height:2.37rem;
} */
.rewardbox{
    width: 6.19rem;
    height:2.37rem;
    /*background: url('styles/images/gift-flow.png');*/
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
.rewardbox img{
    display: block;
    width: 1.39rem;
    height: 0.41rem;
    position: absolute;
    top: 1.3rem;
    right: 0.2rem;
}