*{
    margin: 0;
    padding: 0;
}
body{
    text-align: center;
}


.widget {
  position: relative;
}

.prestore_container{
    margin-top: -80px;
    
    padding-bottom: 150px;
    z-index: 1;
}

.prestore_container:before {
	content: '';
	position: absolute;
	left: 0;
	top: 80px;
	bottom: 0;
	width: 100%;
	background: url(../images/1-deep.png);
	z-index: -1;
}

.prestore_container:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/12-Activity.png);
    background-position: top center;
    background-repeat: no-repeat;
    z-index: -1;
}

.sign_container{
    margin-top: -80px;
    padding-bottom: 50px;
    z-index: 2;
}

.sign_container:before {
	content: '';
	position: absolute;
	left: 0;
	top: 80px;
	bottom: 0;
	width: 100%;
	background: url(../images/2-Light.png);
	z-index: -1;
}

.sign_container:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/22-Activity.png);
    background-position: top center;
    background-repeat: no-repeat;
    z-index: -1;
}

.rules{
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    line-height: 3ex;
    margin: 30px 0;
}
.rules>p+p{
    text-align: left;
}
.rules>p>span{
    display: block;
    text-indent: 2.5em;
}
table{
    border-collapse:collapse;
    margin: 0 auto;
}
tr, td, th{
    border-collapse:collapse;
    border-spacing: 0;
}
.btn_groups{
    margin: 50px 0;
}
button.prestore, button.sign, button.reward{
    font-weight: bold;
    font-size: 28px;
    border: none;
    height: 72px;
    width: 280px;
    line-height: 72px;
    -webkit-border-radius:36px;
    -moz-border-radius:36px;
    border-radius: 36px;
    margin: 0 50px;
}
button.cash_prize{
    position: absolute;
    bottom: 30px;
    left: 110px;
    font-weight: bold;
    font-size: 22px;
    border: none;
    height: 54px;
    width: 180px;
    line-height: 54px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
  }

button.reward, button.prestore{
    color: #FFF000;
    background-color: #1B84E6;
    border-bottom: 2px solid #0F162E;
}
button.reward:hover, button.prestore:hover{
    background-color: #72B9FB;
    cursor: pointer;
}
button.sign, button.cash_prize{
    color: #0F162E;
    background-color: #fff000;
    border-bottom: 2px solid #F5B200;
}
button.sign:hover, button.cash_prize:hover{
    background-color: #FCF57E;
    cursor: pointer;
}


.lotteryTurntable{
    margin: 200px auto 0;
    background: url("../images/lotteryTurntable.png") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    padding: 50px;
    width: 558px;
    height: 558px;
}
.lotteryTurntable table{
    border-collapse: separate;
    border-spacing: 10px;
}
.lotteryTurntable table td{
    width: 138px;
    height: 138px;
    line-height:0;
    background-color: #fff;
    border-radius: 9px;
    border: 6px solid #fff;
}
.lotteryTurntable table td.on{
    border: 6px solid #fff000;
}
.lotteryTurntable table td.award_go{
    background-color: #fff000;
    border: 6px solid #6f6d1c;
    cursor: pointer;
}
.lotteryTurntable table td.award_go.disable{
    background-color: rgb(245,245,126);
    border: 6px solid rgb(245,242,150);
    pointer-events: none;
}
.lotteryTurntable table td.award_go:hover{
    background-color: rgb(245,245,126);
    border: 6px solid rgb(245,242,150);
}
.lotteryTurntable table td img{
    width:100%;
    height: 100%;
}

.calendar{
    width: 590px;
    margin: 200px auto 0;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius: 20px;
    display: inline-block;
}
.calendar .calendar_head{
    height: 96px;
    line-height: 96px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
}
.calendar .calendar_head p{
    font-size: 35px;
    height: 4ex;
    line-height: 4ex;
}

.calendar .calendar_head span.pre{
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    background: url(../images/2-LastN.png) no-repeat center;
    background-size: 50%;
}
.calendar .calendar_head span.pre:hover{
    background-image: url("../images/2-LastP.png");
}
.calendar .calendar_head span.next{
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 10px;
    background: url(../images/2-NextN.png) no-repeat center;
    background-size: 50%;
}
.calendar .calendar_head span.next:hover{
    background-image: url("../images/2-NextP.png");
}
.calendar .calendar_body{
    background-color: #ffffff;
    border-bottom: 2px solid #e0e0e0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow: 0 1px 0 #c6c6c6;
    -moz-box-shadow: 0 1px 0 #c6c6c6;
    box-shadow: 0 1px 0 #c6c6c6;
    padding: 0 20px;
    padding-bottom: 20px;
}
.calendar .calendar_body .sign_days_container p{
    background: url(../images/calendar-signdays.png) center no-repeat;
    height: 40px;
    line-height: 40px;
}
.calendar .calendar_body .sign_days_container{
    color: #1b84e6;
}
.sign_days_container p{
    font-size: 20px;
}
.calendar .calendar_body .week_title{
    background-color: #E8F2FC;
    margin: 1ex 0;
}

.calendar .calendar_body td{
    width: 78.57px;
    height: 72.12px;
    font-size: 20px;
}
.calendar .calendar_body td.disable{
    color: #cccccc;
}
.calendar .calendar_body td.signed, .calendar .calendar_body td.today{
    background: center center no-repeat;
    -webkit-background-size: 80%;
    background-size: 80%;
}

.calendar .calendar_body td.today{
    background-image: url(../images/star_today.png);
}
.calendar .calendar_body td.signed{
    background-image: url(../images/star_signed.png);
}
.calendar .week_title span{
    display: inline-block;
    width: 78.57px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.tips{
    width: 1150px;
    margin: 0 auto;
    padding: 50px 0;
}
.tips .tips_main{
    margin: 50px;
    margin-bottom: 0;
    color: #fff000;
    background-color: rgba(255, 255, 255, 0.1);
}
.tips .tips_main *{
    background-color: transparent;
}
.corners .corner{
    display: inline-block;
    width: 50px;
    height: 50px;
    border: none;
}
.corners .top_left{
    float: left;
    border-top: 5px solid #00b0ff;
    border-left: 5px solid #00b0ff;
}
.corners .top_right{
    float: right;
    border-top: 5px solid #00b0ff;
    border-right: 5px solid #00b0ff;
}
.corners .bottom_left{
    float: left;
    border-bottom: 5px solid #00b0ff;
    border-left: 5px solid #00b0ff;
}
.corners .bottom_right{
    float: right;
    border-bottom: 5px solid #00b0ff;
    border-right: 5px solid #00b0ff;
}
.tips_main .title {
    font-size: 28px;
    padding: 1ex 0;
}
.tips_main p{
    font-size: 26px;
    text-align: left;
    padding: 0 1.5em 2ex;
}
.winning{
    width: 100%;

}
.winning .close{
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/close.png) no-repeat center;
    position: absolute;
    top: 40px;
    right: 20px;
    cursor: pointer;
}
.winning .awardInfor {
    font-size: 40px;
    color: #fe4034;
    padding-top: 100px;
}
.winning_content {
    width: 400px;
    height: 285px;
    margin: 0 auto;
    background: url("../images/cash-a-prize-bg.png") no-repeat center;
    /*position: relative;*/

    position: fixed;
    opacity: 1;
    z-index: 11000;
    left: 50%;
    margin-left: -200px;
    top: 100px;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .9;
    filter: alpha(opacity=90);
}

.new-customers-entrance {
	position: absolute;
  top: 0;
  right: 10%;
  z-index: 1000;
}
