*{margin: 0;padding: 0;border: 0;list-style: none;text-decoration: none;color: inherit;font-weight: normal;font-family: "微软雅黑";box-sizing: border-box;font-style: normal;outline: none;-webkit-tap-highlight-color: transparent;}
body{width: 100%;overflow-x: hidden;background: url(../images/head-bg.png) top left no-repeat #2767e8;background-size: 100% 100%;color: #ac6003;}
img{vertical-align: middle;max-width: 100%;}
.container{width: 100%;padding: .3rem;
    height: 18rem;}
/* 大转盘 */
.lottery{
 /*   width: 100%;
    height: 21rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 8.14rem;
    margin-top: 1rem;
    background: url(../images/lottery_bg.png) 0 8.14rem no-repeat;
    background-size: 100%*/
    
    width: 100%;
    height: 23rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 8.14rem;
    margin-top: 1rem;
    background: url(../images/lottery_bg.png) 0 8.14rem no-repeat;
    background-size: 100% 100%;
}
}
    
    
.lottery .zhuanpan{
    position: relative;
    width: 5.3rem;
    height: 5.3rem;
    margin-top: 1.8rem;
    margin-left: 0.2rem;
    box-shadow: 0 0 .3rem rgba(251,40,30,.3);
    border-radius: 50%;
    z-index: 9;}
.lottery .zhuanpan .turn {
    width: 5.3rem;
    height: 5.3rem;
    margin-top: 3rem;
    /*background: url("../images/zhuanpan.png") no-repeat;background-size: 100% 100%;*/
}
.lottery .zhuanpan .turn img{
    width: 100%;
}
    /*width: 5.7rem;*/
    /*height: 5.7rem;*/
.zhuanpan{position:relative}
.lottery .zhuanpan .control{position: absolute;top:67%;left: 50%;transform: translate(-50%,-50%);width: 1.53rem;height: 1.84rem;}
.lottery .btn{width: 100%;padding: .45rem .32rem;padding-top: 1rem;}
.lottery .btn button{width: 100%;height: 1rem;line-height: 1rem;font-size: .3rem;color: #fff;background: #ffc924;border-radius: 1rem;box-shadow: 0 .1rem 0 #0013be;}
/* 面板卡片 */
.card{
    padding: 0 0.4rem;
    background-color: #f1ebcc;
    background-color: rgba(241,235,204,0.5);
    border-radius: .2rem;
    margin-bottom: .5rem;
}
.card .title{width: 100%;display: flex;justify-content: center;align-items: center;padding-bottom: .3rem;}
.card .title span{font-size: .3rem;padding: 0 .38rem;font-weight: bold;}
.card .title i{display: inline-block;width: .2rem;height: .2rem;background: #ffc924;transform: rotate(45deg);}
/* 获奖名单 */
.line{
    width: 6.05rem;
    margin: 0.2rem;
}
.hjmd{
    width: 6.05rem;
    /*margin-top: 1rem;*/
    padding-top: 0.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}
.hjmd .table{width: 100%;max-height: 3.88rem;overflow-y: auto;}
.hjmd table {width: 100%;color: #414141;}
.hjmd table th{font-size: .2rem;padding-bottom: .05rem;}
.hjmd .title{
    width: 6rem;
    height: 1.2rem;
    background: url(../images/hjmd.png) top left no-repeat;
    background-size: 100%;
    position: absolute;
    top: -0.5rem;
    left: 0;
}
.hjmd table th:nth-child(1),.hjmd table td:nth-child(1){width: 33%;text-align: left;}
.hjmd table th:nth-child(2),.hjmd table td:nth-child(2){width: 50%;text-align: left;}
.hjmd table th:nth-child(3),.hjmd table td:nth-child(3){width: 25%;text-align: left;}
.hjmd table td{font-size: .2rem;color: #333333;padding: .02rem 0;}
/* 礼物免费领 */
.lwmfl{
    height: 6rem;
    background: url(../images/przie-bg.png) top left no-repeat;
    background-size: 100%;
    /*font-size: .8rem;*/
    color: #2c845a;
}
.lwmfl ul{
    margin-top: 1.6rem;
    margin-left: 0.6rem;
}
.lwmfl li{
    margin-bottom: 0.4rem;
    font-size: 0.25rem;
    line-height: 0.39rem;
    overflow: hidden;
}
.lwmfl .subtitle{color:#ac6003;font-size: .28rem;text-align: center;padding-bottom: .35rem;}
/* 通用列表 */
.card .list ul li{display: flex;justify-content: space-between;align-items: center;font-size: .28rem;padding-left: .45rem;margin-bottom: .5rem;position: relative;}
.card .list ul li button{width: 1.6rem;height: .5rem;line-height: .5rem;border-radius: .5rem;background: #ffc924;color: #ac6003;font-size: .28rem;}
.card .list ul li::after{content: "";position: absolute;display: block;width: .18rem;height: .18rem;background: #cc901a;left: 0;top: 50%;transform: translateY(-50%);border-radius: 50%;}
.card .list ul li:last-child{margin-bottom: .3rem;}
/* 领取任务 */
.card.hdgz {
    padding: 0;
    width: 6.9rem;
}

#login,#over{
    display: none;
    background-color: #FFFFFF;
    width: 5.4rem;
    position: fixed;
    top:30%;
    left: 1rem;
    z-index: 999999999;
    border-radius: 0.2rem;
}
#login ul{
    width: 4.5rem;
    margin: 0.85rem auto;
    /*margin-top: 0.85rem;*/
}
#login li,#Marquee li,#fail li{
    margin-bottom: 0.1rem;
    text-align: center;
}
#login li input,#Marquee li input{
    font-size: 0.25rem;
    text-align: center;
    width: 4.5rem;
    border: 1px solid #c4c4c4;
    line-height: 0.65rem;
    border-radius: 0.2rem;
    color: #b4b4b4;
}
#draw,#win,#keep_on{
    width: 2.48rem;
    height: 0.61rem;
    display: inline-block;
    background: url("../images/btn.jpg") left top no-repeat;
    text-align: center;
    line-height: 0.61rem;
    color: #FFFFFF;
    font-size: .24rem;
}

#Marquee{
    display: none;
    position: fixed;
    top:0;
    left: 1rem;
    z-index: 999999999;
    width: 5.42rem;
    height: 8.88rem;
    background: url("../images/win_bg.png") left top no-repeat;
    background-size: 100% 100%;
}
.win{
    width: 4.5rem;
    margin: 0.85rem auto;
    margin-top: 4rem;

}
.win p{
    text-align: center;
    color: #ffe580;
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
}
#fail{
    display: none;
    position: fixed;
    top:20%;
    left: 1rem;
    z-index: 999999999;
    width: 5.42rem;
    height: 5.94rem;
    background: url("../images/fail_bg.png") left top no-repeat;
    background-size: 100% 100%;
}
#over{
    top: 50%;
    height: 1rem;
    font-size: .3rem;
}
#over ul{
    text-align: center;
    line-height: 1rem;
}