(function(k, e) {
    var A = k.WBActivity.resize = function() {
			e(".Panel.Top").css({
                top: 0
            });
            e(".Panel.Bottom").css({
                bottom: 0
            });
    };
	function n(B) {
                B.call()
    }
    var c = k.WBActivity.start = function() {
        n(function() {
			bingkjj();
            k.WBActivity.hideLoading();
            e(".Panel.Top").css({
                top: 0
            });
            e(".Panel.Bottom").css({
                bottom: 0
            });
            $('.screen_show').css('opacity','1');
			$(".left_userlist").show();
            if(over==1){
				$("#start").hide();
				setTimeout(function() {
					$(".screen_show,.left_userlist").hide();
					layer.msg("摇大奖轮次全部完成，直接显示中奖记录。");
					showScore();
					$(".frame-dialog .closebutton").hide()
					
				},
				1000);
			}
           
        })
    }
})(window, jQuery);