(function(n){n.fn.mask=function(){var i,r;this.unmask();var u={bgcolor:"#ccc",z:5100,opacity:.82},e={top:0,left:0},f=n("body"),t=n('
 
');return t.appendTo(f),i=n(document).width(),r=n(document).height(),t.css({width:i,height:r}),t.fadeIn("fast",function(){n(this).fadeTo("fast",u.opacity)}),t},n.fn.unmask=function(){var t=n("body");this[0]&&this[0]!==window.document&&(t=n(this[0])),t.find(".boxy-modal-blackout").fadeOut("fast",0,function(){n(this).remove()})}})(jQuery);var toast=function(n,t){t||(t={}),t.text=n,t.type=t.type||"success",t.position=t.position||"middle-center",t.stayTime=t.stayTime||2e3;return $().toastmessage("showToast",t)},regBox=null,showRegBox=function(){var t,n,r,i;$.fn.mask(),regBox||(regBox=$("#regBox")),t=$(window).height(),n=$(window).width(),t&&n&&(r=regBox.height(),i=regBox.width(),regBox.css({position:"absolute",left:(n-i)/2,top:(t-r)/2+$(window).scrollTop(),"z-index":1e3,margin:"auto"})),regBox.show(),$("#register_phone").focus()},closeRegBox=function(){$.fn.unmask(),regBox&®Box.hide()},reg=function(n){var r=$("#"+n),t=$.trim(r.val()),i;if(t==""||t.length!=11){toast("请输入正确的手机号码",{type:"error"}),r.focus();return}i=$("#regForm"),i.find("input").val(t),i.submit()},weixinBox=null,showWeixinBox=function(){var t,n,r,i;$.fn.mask(),weixinBox||(weixinBox=$("#weixin_qrcode")),t=$(window).height(),n=$(window).width(),t&&n&&(r=weixinBox.height(),i=weixinBox.width(),weixinBox.css({position:"absolute",left:(n-i)/2,top:(t-r)/2+$(window).scrollTop(),"z-index":1e3,margin:"auto"})),weixinBox.show()},closeWeixinBox=function(){$.fn.unmask(),weixinBox&&weixinBox.hide()}