.header{
	height:1350px;
	position: relative;
	background: url('../images/header.jpg') top center no-repeat;
}
.time{
    position: absolute;
    top: 944px;
    font-size: 20px;
    left: 50%;
    margin-left: -282px;
    width: 564px;
    color: #291d4c;
    text-align: center;
}
.login{
    position: absolute;
    top:1068px;
    left: 0;
    width: 100%;
    text-align: center;
}
.login span{
    color: #ff3e79;
}
.progress-inner {
    position: absolute;
    top: 1235px;
    left: 50%;
    margin-left: -405px;
    width: 818px;
    height: 50px;
    border-radius: 30px;
}
.progress{
    display: block;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
}
.progressbar {
    position: relative;
    display: block;
    width: 795px;
    height: 100%;
}
.bar {
    position: absolute;
    display: block;
    width: 0px;
    height: 100%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background: rgb(52,255,89);
    background: -moz-linear-gradient(left, rgba(255,114,252 ,1) 0%, rgba(252,45,246,1) 100%);
    background: -webkit-gradient(linear, left left, left right, color-stop(0%,rgba(255,114,252 ,1)), color-stop(100%,rgba(252,45,246,1)));
    background: -webkit-linear-gradient(left, rgba(255,114,252 ,1) 0%,rgba(252,45,246,1) 100%);
    background: -o-linear-gradient(left, rgba(255,114,252 ,1) 0%,rgba(252,45,246,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,114,252 ,1) 0%,rgba(252,45,246,1) 100%);
    background: linear-gradient(to right, rgba(255,114,252 ,1) 0%,rgba(252,45,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF72FC', endColorstr='#DD2DF6',GradientType=0 );
}
.bar::after{
    content: '';
    opacity: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-animation: animate-shine 2s ease-out infinite;
    -moz-animation: animate-shine 2s ease-out infinite;
}
@keyframes animate-shine {
    0% {opacity: 0; width: 0;}
    50% {opacity: .3;}
    100% {opacity: .2; width: 100%;}
}
@-webkit-keyframes animate-shine {
    0% {opacity: 0; width: 0;}
    50% {opacity: .3;}
    100% {opacity: .2; width: 100%;}
}
.bar-hr li{
    position: absolute;
    top: 0;
    z-index: 10;
}
.bar-hr li p b{
    font-weight: normal;
}
.bar-hr li span{
    display: block;
    width: 14px;
    height: 50px;
    background: url('../images/bar-hr.png') no-repeat;
}
.bar-hr li p{
    margin-top: 12px;
    font-size: 24px;
    width: 120px;
    margin-left: -53px;
    text-align: center;
}
.bar-hr1 {
    left: 33px;
}
.bar-hr2 {
    left: 192px;
}
.bar-hr3 {
    left: 391px;
}
.bar-hr4 {
    left: 788px;
}
.player-number{
    position: absolute;
    top: 1205px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.content{
	height: 3360px;
	position: relative;
	font-size: 16px;
	color: #8254a3;
	background: url('../images/content.jpg') top center no-repeat;
}
.receive{
	position: absolute;
    width: 165px;
    height: 38px;
    left: 50%;
    background: url('../images/receive1.png') no-repeat;
}
.receive.active{
    background: url('../images/receive2.png') no-repeat;
}
.receive.over{
    background: url('../images/receive3.png') no-repeat;
}
.receive1{
    top: 666px;
    margin-left: -274px;
}
.receive2{
    top: 666px;
    margin-left: 110px;
}
.receive3{
    top: 937px;
    margin-left: -274px;
}
.receive4{
    top: 937px;
    margin-left: 110px;
}
.link-inner li{
    position: absolute;
    left: 50%;
    width: 425px;
    color: #4f40c0;
    text-align: center;
}
.link-inner li a{
    position: absolute;
    top:0;
    width: 105px;
    height: 105px;
    background: url('../images/enter.png') no-repeat;
}
.link-inner li a:hover{
    background: url('../images/enter-hv.png') no-repeat;
}
.leftInner a{
    right: -10px;
}
.rightInner a{
    left: -10px;
}
.link-time{
    padding-top: 105px;
    font-size: 18px;
    color: #d9efff;
}
.link-txt{
    margin-top: 20px;
}
.link1{
    top:1210px;
    margin-left: -430px;
}
.link2{
    top:1450px;
    margin-left: 0px;
}
.link3{
    top:1688px;
    margin-left: -430px;
}
.link4{
    top:1925px;
    margin-left: 0px;
}
.link5{
    top:2160px;
    margin-left: -430px;
}
.link6{
    top:2400px;
    margin-left: 0px;
}
.link7{
    top:2752px;
    margin-left: -430px;
}
.link8{
    top:2988px;
    margin-left: 0px;
}
.gif1{
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -322px;
    width: 170px;
}
.gif2{
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -123px;
    width: 170px;
}
.gif3{
    position: absolute;
    top: 133px;
    left: 50%;
    margin-left: 75px;
    width: 248px;
}
.action{
	position: absolute;
    left: 50%;
    margin-left: -335px;
    text-align: left;
    top: 3220px;
}
.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;
}