.header .t{display:block;width:12.05rem;margin:1.25rem auto 1rem}.header{position:relative;padding:0 .75rem}.header .tip{width:17.1rem;height:1.3rem;box-sizing:border-box;text-align:center;margin:0 auto;border-radius:1rem;border:1px solid #F37447;background:rgba(111,27,0,.5)}.header .tip li{text-align:center;line-height:1.3rem;box-sizing:border-box;font-size:.6rem;color:#F5D585}.header .tip li span{color:#FFF}.header .tips{text-align:center;line-height:1rem;font-size:.6rem;color:#FFE57B;margin:0 auto .75rem}.header .tips span{color:#FFF}.container_box{position:relative;width:100%;background:#F2EBD6;border-top-left-radius:1rem;border-top-right-radius:1rem;box-shadow:0 0 .25rem .25rem #EDD5B5 inset;padding-bottom:2rem;min-height:7rem}.container_box .tab_box{width:100%;height:2.45rem;box-sizing:border-box;border-bottom:1px solid #D2C193;display:flex;justify-content:center;position:relative;margin-bottom:1rem}.container_box .tab_box a{display:block;font-size:.75rem;color:#401207;height:100%;line-height:2.45rem;width:6rem;box-sizing:border-box;margin:0 1rem;text-align:center;position:relative}.container_box .tab_box a:not(:first-child):before{content:"";position:absolute;width:.05rem;height:.6rem;background:#D2C193;left:-1rem;top:.925rem}.container_box .tab_box a.cur{border-bottom:.15rem solid #B1472D;color:#B1472D;font-weight:700}.container_box .type{display:none}.container_box .type.cur{display:block}.container_box .award_list{text-align:center}.container_box .award_list li{display:inline-block;margin-bottom:.75rem;width:4.25rem}.container_box .award_list.all_list li{width:5.25rem}.container_box .award_list .prop_box{display:flex;background:url(/hd/20211224/style/img/prop_bg_1.png?3b730939) no-repeat top center;background-size:100% 100%;width:2.75rem;height:2.75rem;margin:0 auto .25rem;align-items:center;justify-content:center}.container_box .award_list .prop_box img{display:block;width:2.55rem}.container_box .award_list .award_name{font-size:.55rem;color:#401207;white-space:nowrap}.lottery_box{position:relative;width:17rem;height:17rem;margin:1rem auto}.lottery_box .circle{display:block;width:100%}.lottery_box .lottery_btn{position:absolute;z-index:2;width:4.6rem;height:4.65rem;top:50%;margin-top:-2.325rem;left:50%;margin-left:-2.3rem}.lottery_box .lottery_btn.hide{display:none}.lottery_box .lottery_btn img{display:block;width:100%}.lottery_box .card_box{position:absolute;width:100%;height:100%;z-index:1;top:0;left:0}.lottery_box .card_box.cur{animation:Rotate 1.5s ease-in infinite}.lottery_box .card_box li{position:absolute;width:2.825rem;height:3.75rem;transition:.5s}.lottery_box .card_box li.hide{display:none}.lottery_box .card_box li.cur{animation:Rotate_1 1.5s ease-in infinite}.lottery_box .card_box li img{display:block;width:100%}.lottery_box .card_box li:nth-child(1){top:1.475rem;left:7.1rem}.lottery_box .card_box li:nth-child(2){top:2.65rem;left:10.45rem}.lottery_box .card_box li:nth-child(3){top:6.825rem;left:12.425rem}.lottery_box .card_box li:nth-child(4){top:10.975rem;left:10.45rem}.lottery_box .card_box li:nth-child(5){top:12.175rem;left:7.1rem}.lottery_box .card_box li:nth-child(6){top:10.975rem;left:3.75rem}.lottery_box .card_box li:nth-child(7){top:6.825rem;left:1.725rem}.lottery_box .card_box li:nth-child(8){top:2.65rem;left:3.75rem}.lottery_box .card_box li.he{top:6.825rem;left:7.1rem}.lottery_box .card{position:absolute;top:6.825rem;left:7.1rem;z-index:4;width:2.825rem;perspective:350px;display:none}.lottery_box .card.cur{animation:Scale 1s linear;animation-fill-mode:forwards;display:block}.lottery_box i{position:absolute;width:18.75rem;height:17.5rem;left:50%;margin-left:-9.375rem;top:50%;margin-top:-8.75rem;z-index:3;background-repeat:no-repeat;background-position:top center;background-size:100% 2200%;display:none}.lottery_box i.green{background-image:url(/hd/20211224/style/img/green.png?1a499ccc)}.lottery_box i.yellow{background-image:url(/hd/20211224/style/img/yellow.png?b15f8122)}.lottery_box i.pink{background-image:url(/hd/20211224/style/img/pink.png?6f845862)}.lottery_box i.shine{animation:Shine 1.5s steps(21) 1 forwards;display:block}.pop_award{text-align:center;top:9rem;text-shadow:0 0 .5rem #AA8747}.pop_award .h1{font-size:1.2rem;color:#FFF}.pop_award .award_box{display:flex;align-items:center;justify-content:center;background:url(/hd/20211224/style/img/award_box.png?bdbb0ce9) no-repeat top center;background-size:100% 100%;margin:0 auto;width:11.425rem;height:11.425rem}.pop_award .award_box img{display:block;width:3.75rem;height:3.75rem}.pop_award .award_name{font-size:.375rem;margin-top:-.5rem;color:#FFF}.pop_award .confirm{display:block;background:url(/hd/20211224/style/img/tab.png?8055c6d5) no-repeat top center;background-size:100% 100%;width:6.5rem;height:2.25rem;line-height:2.25rem;font-size:.75rem;color:#682717;margin:1rem auto 0}.pop.pop_award .card_box{transform:scale(.8);margin:-1rem auto -1.5rem}@keyframes Rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes Rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Rotate_1{from{transform:rotate(0)}to{transform:rotate(-360deg)}}@-webkit-keyframes Rotate_1{from{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes Scale{from{transform:scale(1) rotateY(0)}to{transform:scale(2) rotateY(360deg)}}@-webkit-keyframes Scale{from{transform:scale(1) rotateY(0)}to{transform:scale(2) rotateY(360deg)}}@-webkit-keyframes Shine{from{background-position-y:0}to{background-position-y:100%}}@keyframes Shine{from{background-position-y:0}to{background-position-y:100%}}