﻿body {
    margin:0;
    padding:0;
}
.content{
    width:100%;
    background:url('/Images/LuckDrew/bg.png') no-repeat;
    background-size:cover;
    padding-bottom:100px;
}
.main{
    width:60%;
    background-color:#fff;
    margin: -110px auto 0;
    padding:110px 0px;
    position:relative;
}
.head {
    width: 60%;
    margin:auto;
    position:relative;
}
.head>img{
    width:100%;
}
.head-show{
    position:absolute;
    top:55px;
    right:0;
    width:270px;
    height:100px;
    display:flex;
}
.star {
    height: 21px;
}
.head-text{
    font-size:12px;
    color:#fff;
    display:block;
}
.lucky-list{
    width:100%;
}
.lucky-list-title{
    width:50%;
    height:58px;
    color:#fff;
    margin:0px auto 20px;
    font-size:30px;
    position:relative;
}
.lucky-list-title>img{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}
.lucky-list-title >span{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%)
}
.lucky-list-list{
    width:80%;
    height:250px;
    margin: 20px auto 0px;
    display:flex;
    justify-content:space-between;
    font-size:12px;
}
.list{
    flex:1;
    padding-left:5px;
}
.list-head {
    border-bottom: 1px solid rgb(249,193,170);
    padding-bottom: 5px;
    display:flex;
}
.username {
    display: inline-block;
    flex:1;
}
.level {
    display: inline-block;
    flex:1;
}
.gift {
    display: inline-block;
    flex:2.6;
}
.list-body{
    width:100%;
    list-style:none;
    padding:0;
    margin:0;
}
.list-body>li{
    padding:10px 0px;
    border-bottom:1px solid rgb(249,193,170);
    display:flex;
}
.luck-action{
    width:100%;
    margin-top:50px;
}
.luck-action-text {
    width: 50%;
    margin: auto;
    text-align: center;
    font-size: 12px;
    color: rgb(212,44,44);
}
.action{
    width:60%;
    height:300px;
    margin:50px auto 0px;
    display:flex;
    justify-content:space-between;
}
.action-button{
    font-size:20px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.check-list{
    background-color:rgb(209,9,9);
    color:#fff;
    border:none;
    height:30px;
    width:100px;
    border-radius:5px;
    cursor:pointer;
    margin-top:30px;
}
.times{
    color:red;
}
.action-img{
    width:300px;
    position:relative;
}
.zhuan{
    width:300px;
    position:absolute;
    transition:all 5s;
}
.zheng{
    position:absolute;
    width:80px;
    top:50%;
    left:50%;
    transform:translate(-50%,-60%);
    cursor:pointer;
    z-index:1002;
}
.gitf-list {
    width: 100%;
    margin-top: 50px;
}
.gitf-list-list{
    width:95%;
    margin: 20px auto 0px;
    display:flex;
    flex-wrap:wrap;
}
.gift-item{
    width:33%;
    margin-top:20px;
}
.item-box {
    width: 200px;
    height: 200px;
    margin:auto;
    border:1px solid rgb(204,204,204);
    display:flex;
    justify-content:center;
    align-items:center;
}
.item-text {
    width: 200px;
    margin:10px auto 0px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align:center;
}
.rule{
    width:100%;
    margin-top:30px;
    height:270px;
    background-color:rgb(255,245,241);
    padding:20px;
    box-sizing:border-box;
    font-size:12px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.activeity{
    width:80px;
    height:80px;
    position:absolute;
    right:-80px;
    top:40px;
    background-color:rgb(58,173,169);
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
}
.activeity>span{
    display:inline-block;
    width:35px;
    font-size:16px;
    color:#fff;
}
.dialog-result > p {
    text-align: center;
}
.dialog-result {
    width: 600px;
    height: 200px;
    background-color: white;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    border: 1px solid red;
}
.dialog-back-result {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1005
}
.dialog-my > p {
    text-align: center;
}

.dialog-my {
    width: 700px;
    height: 400px;
    background-color: rgb(255,245,241);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    border: 1px solid red;
    font-size:12px;
}

.dialog-back-my {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1005
}
.dialog-loading > p {
    text-align: center;
}

.dialog-loading {
    width: 300px;
    height: 100px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    z-index: 99
}
.dialog-back-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1005;
}
.my-head {
    border-bottom: 1px solid rgb(223,46,0);
    padding-bottom:10px;
    display:flex;
}
.my-head>span{
    display:inline-block;
    flex:1;
    text-align:center;
}
.my-body {
    padding: 0;
    list-style: none;
    margin: 0;
    height:250px;
    overflow:auto;
}
.my-body>li{
    border-bottom: 1px solid rgb(223,46,0);
    padding:10px 0px;
    display:flex;
    justify-content:space-around;
}
    .my-body > li>span{
        flex:1;
        text-align:center;
    }
.bottom{
    height:50px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
    font-size:12px;
}
.reset {
    width: 200px;
    height: 250px;
    border: 1px solid red;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    box-shadow: 0px 1px 4px red;
    list-style:none;
    margin:0;
    padding:0;
    display:none;
}
.reset>li{
    width:80%;
    margin:auto;
    text-align:center;
    border-bottom:1px solid #E5E5E5;
    padding:10px 0px;
}
.reset>li:hover{
    color:red;
    cursor:pointer;
}
.light-one {
    width: 300px;
    height: 300px;
    z-index: 1001;
    position: absolute;
}
.light-two {
    width: 300px;
    height: 300px;
    z-index: 1001;
    position: absolute;
}
.disable-click{
    pointer-events:none;
}
.frams-one {
    animation: 400ms disapper 5,1s disapper 5;
}
.frams-two {
    animation: 400ms taking 5,1s taking 5;
}
@keyframes taking{
    0% {
        opacity: 1
    }
    25% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    75% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes disapper{
    0% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.dialog-error > p {
    text-align: center;
}
.dialog-error>button{
    text-align:center;
    position:absolute;
    right:20px;
    bottom:10px;
    border:none;
    background-color:#0094ff;
    color:#fff;
    width:60px;
    height:30px;
    line-height:30px;
    cursor:pointer;
}
.dialog-error {
    width: 300px;
    height: 150px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    z-index: 99
}

.dialog-back-error {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1010;
}