.header{
    height:1080px;
    position: relative;
    background: url('../images/header.jpg') top center no-repeat;
}
.light{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../images/light.png) no-repeat center top;
    animation: fadeInOut 2s linear infinite;
    -webkit-animation: fadeInOut 2s linear infinite;
    -moz-animation: fadeInOut 2s linear infinite;
    -o-animation: fadeInOut 2s linear infinite;
}

@keyframes fadeInOut {
    0% {
        opacity: 0.6;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0.6;
    }
}
.header .main-btn {
    position: absolute;
    z-index: 10;
    top: 14px;
    right: 60px;
}
.header .main-btn a {
    display: block;
    float: left;
    width: 236px;
    height: 52px;
}
.header .main-btn .enter-game {
    margin-right: 20px;
    background: url(../images/download.png) no-repeat 0 0;
}
.header .main-btn .download-game {
    background: url(../images/enter-game.png) no-repeat 0 0;
}
.logo{
    position: absolute;
    top: 14px;
    left: 100px;
    width: 160px;
    height: 115px;
    z-index: 10;
    background: url('../images/logo.png') no-repeat;
}
.time{
    position: absolute;
    top: 998px;
    left: 50%;
    margin-left: -221px;
    width: 435px;
    text-align: center;
    color: #00eaff;
    font-size: 20px;
    z-index: 9;
}
.login-mess{
    position: absolute;
    top:1000px;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
}
.login-mess a{
    color: #ff3e79;
}
.step1{
	height: 2230px;
	position: relative;
	background: url('../images/step1.jpg') top center no-repeat;
}
.step2{
    height: 2860px;
    position: relative;
    background: url('../images/step2.jpg') top center no-repeat;
}
.tips{
    position: absolute;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    text-align: center;
    font-size: 28px;
    top: 1275px;
    line-height: 180%;
    color: #ffe466;
}
.rule{
    position: absolute;
    left: 50%;
    width: 960px;
    margin-left: -480px;
    top: 1600px;
    color: #fff;
    font-size: 24px;
    line-height: 150%;
}
.rule,.rule>li{
    list-style: auto;
}
.rule>li ol,.rule>li ol li{
    list-style: square;
}
.buy-btn{
    position: absolute;
    left: 50%;
    width: 315px;
    height: 70px;
    top: 1173px;
    margin-left: -162px;
}
.receive-num a{
    position: absolute;
    width: 178px;
    height: 43px;
    left: 50%;
    margin-left: 299px;
}
.receive-num1{
    top:171px;
}
.receive-num2{
    top:311px;
}
.receive-num3{
    top:447px;
}
.receive-num4{
    top:600px;
}
.my-num{
    position: absolute;
    width: 400px;
    height: 38px;
    top: 780px;
    left: 50%;
    margin-left: -200px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.my-num span{
    color: #df0024;
}
.btn{
    position: absolute;
    left: 50%;
    width: 1140px;
    top: 1490px;
    margin-left: -567px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.btn li{
    float: left;
    width: 223px;
    margin-right: 82px;
    margin-bottom: 480px;
}
.btn li:nth-child(4n){
    margin-right: 0;
}
.btn li:nth-child(n+9){
    margin-bottom: 0;
}
.btn li p{
    text-shadow: 0 0 10px #dec56d;
}
.vote-btn{
    margin:0 auto;
    display: block;
    width: 191px;
    height: 57px;
    background: url('../images/vote.png') no-repeat;
}
.footer {
    height: 120px;
    line-height: 120px;
    color: #7a7879;
    text-align: center;
    background: #1a1a1a;
}
/*弹窗*/
.model-box {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    z-index: 1000;
}
.buy-content {
    position: absolute;
    color: #393939;
    background: #fff;
    width: 394px;
    top: 20%;
    left: 50%;
    margin-left: -197px;
    text-align: center;
}
.close-btn1 {
    position: absolute;
    width: 38px;
    height: 38px;
    background: url('../images/close-btn1.png') no-repeat;
    top: 0;
    right: -38px;
}
.model-box h3 {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.choose-li {
    text-align: left;
    font-size: 16px;
    margin: 8px 0 8px 110px;
    font-weight: 600;
    max-height: 300px;
}
.choose-li li.active {
    background: url('../images/view1-round1.png') left center no-repeat;
}
.choose-li li {
    padding-left: 24px;
    cursor: pointer;
    overflow: hidden;
    height: 21px;
    margin-bottom: 10px;
    background: url('../images/view1-round.png') left center no-repeat;
}
.choose-y {
    width: 280px;
    margin: 20px auto 0;
    overflow: hidden;
}
.choose-y span {
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-top: 4px;
}
.choose-y input {
    float: right;
    width: 196px;
    height: 26px;
    outline: none;
    border: 1px solid #393939;
    border-radius: 5px;
    padding-left: 10px;
}
.sure {
    display: block;
    width: 83px;
    height: 42px;
    background: url('../images/sure.png') no-repeat;
    margin: 15px auto;
}
.top-btn{
    position: fixed;
    bottom: 120px;
    left: 50%;
    margin-left: 570px;
    width: 95px;
    height: 95px;
    display: none;
    z-index: 20;
    background: url('../images/top.png') 0 0 no-repeat;
    background-size: 100% 100%;
}