.countdown{width:100%;height:100%;background:rgba(0,0,0,.5)}.countdown,.countdown .num{position:relative;display:flex;align-items:center;justify-content:center}.countdown .num{width:45.375rem;height:45.375rem;background-image:url(/static/game_assets/game1/images/bg4.png);background-size:100% 100%;background-repeat:no-repeat;transform:rotateX(0deg)}.countdown .num .img{width:19.5rem;height:19.5rem}.countdown .num.transform,.countdown .num.transform1{transform:scale(0);animation-name:num;animation-duration:1s;transition-timing-function:linear}.countdown .num.transform1{animation-delay:1s}.countdown .num.transform2{transform:scale(0);animation-name:num;animation-duration:1s;transition-timing-function:linear;animation-delay:2s}@keyframes num{0%{transform:scale(0)}35%{transform:scale(1)}50%{transform:scale(.8)}65%{transform:scale(1)}to{transform:scale(0)}}