/* *{
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
} */

html,body{
    width: 100%;
    height: 100%;
}

.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    content: "";
    zoom: 1;
}

.ledou-lottery{
    width: 100%;
    background: url(../img/redBg.png) 0 0 no-repeat #db1233; 
    background-position:top center;
    padding-top: 77px;
    position: relative;
    padding-bottom: 50px;
    background-size: 75%;
    object-fit: contain;
}

.ledou-lottery .lotteryContent{
    width: 1096px;
    margin: 0 auto;
    padding: 0;
}

.ledou-lottery .computer{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.ledou-lottery .computer .rockerUp{
    width: 42px;
    height: 114px;
    position: absolute;
    top: 290px;
    left: 814px;
    background: url(../img/rockerUp.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.ledou-lottery .computer .rockerDown{
    width: 42px;
    height: 114px;
    position: absolute;
    top: 330px;
    left: 814px;
    background: url(../img/rockerDown.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.ledou-lottery .computer .prizeBox{
    position: relative;
    width: 685px;
    height: 940px;
    margin: 0 auto;
}

.ledou-lottery .computer .bg1{  
    background: url(../img/computer1.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
}

.ledou-lottery .computer .bg2{  
    background: url(../img/computer2.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
}

.ledou-lottery .computer .bg3{  
    background: url(../img/computer3.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
}

.ledou-lottery .computer .prizeBox ul.prizeBoxUl{
    width: 387px;
    position: absolute;
    top: 296px;
    left: 48%;
    transform: translateX(-50%);
}

.ledou-lottery .computer .prizeBox .prizeBoxUl li{
    width: 118px;
    height: 104px;
    float: left;
    margin-right: 16px;
    margin-bottom: 5px;
    position: relative;
}

.ledou-lottery .computer .prizeBox .prizeBoxUl li.selected{
    background: url(../img/selectBg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    object-fit: contain;
}

.ledou-lottery .computer .prizeBox li.kuailaichai{
    background: url(../img/putld.png) 0 0 no-repeat;
    object-fit: contain;
    background-size: 87% 87%;
    cursor: pointer;
    background-position: center;
}

.ledou-lottery .computer .prizeBox li.clickStart{
    background: none;
    background:url(../img/clickStart.png) 0 0 no-repeat;
    object-fit: contain;
    background-size: 86% 86%;
    cursor: pointer;
    background-position: center;
}


.ledou-lottery .computer .prizeBox li:nth-child(3){
    margin-right: 0;
}
.ledou-lottery .computer .prizeBox li:nth-child(6){
    margin-right: 0;
}
.ledou-lottery .computer .prizeBox li:nth-child(7){
    margin-bottom: 0;
}
.ledou-lottery .computer .prizeBox li:nth-child(8){
    margin-bottom: 0;
}
.ledou-lottery .computer .prizeBox li:nth-child(9){
    margin-right: 0;
    margin-bottom: 0;
}

.ledou-lottery .computer .prizeBox li img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 60%;
    width: 90%;
    height: 89%;
}

.ledou-lottery .computer .prizeBox li.cur{
    background: url(../img/selected.png) 0 0 no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.ledou-lottery .computer .TBBtn{
    width: 278px;
    height: 127px;
    display: block;
    background: url(../img/toubiBtn.png) 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 616px;
    left: 50%;
    transform: translateX(-50%);
}

.ledou-lottery .computer .yitoubi {    
    background: url(../img/yitoubiBtn.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.ledou-lottery .computer .ledouNum{
    position: absolute;
    color: #fff;
    font-size: 14px;
    width: 186px;
    height: 20px;
    line-height: 18px;
    text-overflow: ellipsis;
    text-align: center;
    top: 688px;
    left: 97px;
}

.ledou-lottery .computer .zhuanledou{
    position: absolute;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    width: 186px;
    height: 63px;
    text-overflow: ellipsis;
    text-align: center;
    top: 660px;
    left: 374px;
}

.ledou-lottery .computer .prizeBox .cxscroll{
    width: 500px;
    height: 84px;
    background-size: 100% 100%;
    position: absolute;
    top: 830px;
    left: 76px;
    padding: 10px 20px;
    overflow: hidden;
    padding-top: 0;
}

.ledou-lottery .computer .prizeBox .cxscroll #lottery-histroy{
    height: 70px !important;
}

.ledou-lottery .computer .prizeBox .cxscroll .box{
    height:70px;overflow:hidden;
}

.ledou-lottery .computer .prizeBox .cxscroll .list li{
    width: 100%;
    height: 24px !important;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
}

.ledou-lottery .computer .prizeBox .cxscroll .list li span.prizeLeDounum{
    margin: 0 10px;
}

.ledou-lottery .computer .prizeBox .cxscroll .list li div{
    display: inline-block;
}

.ledou-lottery .computer .prizeRule{
    width: 100%;
    /* height: 350px; */
    /* border: 1px solid red; */
    padding: 5px 10px;
    margin-bottom: 50px;
}

.ledou-lottery .computer .prizeRule .ruleTitle{
    font-size: 27px;
    color: #fff;
    text-align: center;
}

.ledou-lottery .computer .prizeRule .ruleItem{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

.luck-list{
    width: 100%;
    height: 70px;
    overflow: hidden;
    font-size:14px;
}

.luck-list ul{
    width: 100%;
    /* height: 70px; */
    overflow: hidden;
}

.luck-list .box{
    overflow: hidden;
    top: 0;
    height: 100%;
}


.luck-list .list{
    margin: 0;
    height: 100%;
    background-color: transparent !important;
}

.luck-list li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.luck-list li span.prizeLeDounum{
    margin:0 10px;
}

.ledou-lottery .mask{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    z-index: 500;
    display: none;
}

.ledou-lottery .ledouDialog{
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}

.ledou-lottery .dialogContent{
    width: 350px;
    height: 370px;
    position: absolute;
    top: 196px;
    left: 52%;
    transform: translateX(-50%);
}

.ledou-lottery .dialogContent .prizeTitle{
    font-size: 32px;
    color: #fe1600;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 12px;
}

.ledou-lottery .dialogContent .warning{
    font-size: 24px;
    color: #9b6528;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 50px;
}

.ledou-lottery .dialogContent .prizeDetail{
    width: 390px;
    height: 154px;
    background: url(../img/blueBg.png) 0 0 no-repeat;
    object-fit: contain;
    padding: 26px 35px 0;
}

.ledou-lottery .dialogContent .prizeDetail .card{ 
    font-size: 21px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.ledou-lottery .dialogContent .prizeBox{
    width: 100%;
    height: 450px;
}

.ledou-lottery .dialogContent .prizeBox .ptiseInfo p{
    color: #fe1600;
    font-size: 20px;
    text-align: center;
    margin-bottom: 24px;
    font-weight: 600;
}

.ledou-lottery .dialogContent .prizeBox img{    
    margin: 0 auto;
    margin-bottom: 50px;
    display: block;
    width: 400px;
    height: 270px;
    object-fit: none;
}

.ledou-lottery .dialogContent .prizeBox .address{
    font-size: 20px;
    color: #9b6528;
    text-decoration: underline;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.ledou-lottery .dialogContent .prizeDetail .validityTime{ 
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 14px;
    line-height: 50px;
}

.ledou-lottery .insufficient{
    width: 522px;
    height:650px;
    /* position: fixed; */
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../img/buzuhei.png) 0 0 no-repeat;
}

.ledou-lottery .jihuiBuZu{
    width: 540px;
    height:630px;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../img/jihuibuzu.png) 0 0 no-repeat;
    position: absolute;
}

.ledou-lottery .jihuiBuZu .baogou{
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 182px;
    left: 100%;
    width: 180px;
    left: 45%;
    transform: translateX(-50%);
    text-decoration: underline;
}

.ledou-lottery .youku{
    width: 690px;
    height:1050px;
    background: url(../img/getPrize.png) 0 0 no-repeat;
}

.ledou-lottery .shiwu{
    width: 535px;
    height: 868px;
    margin: 0 auto;
    background: none;
    background: url(../img/bigPrizeBg.png) 0 0 no-repeat;
    object-fit: contain;
    display: none;
    top:40%;
}

.ledou-lottery .closeBtn{
    width: 64px;
    height: 64px;
    border: none;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/closeBtn.png) 0 0 no-repeat;
    object-fit: contain;
    cursor: pointer;
}

.ledou-lottery .insufficientClick{
    width: 522px;
    height: 550px;
    position: absolute;
    top: 0;
    left: 52%;
    transform: translateX(-50%);
    cursor: pointer;
}