function EmailValidate(n){if($.trim(n.val())=="")return GETAO.SuperShowMsg(n,"电子邮箱不能为空！"),!1;if(n.val()==""||!/([0-9a-zA-Z]+[-._+&])*[0-9a-zA-Z]+@([-0-9a-zA-Z]+[.])+[a-zA-Z]{2,6}$/.test(n.val()))return GETAO.SuperShowMsg(n,"请输入正确的电子邮箱！"),!1;try{var t=!1;return $.ajax({type:"post",async:!1,data:{Email:escape($.trim(n.val()))},dataType:"Json",url:"../../Handler/NBSHandler/UCenterHandler.ashx?action=ValidateEmail&rd="+Math.random(),success:function(i){i.ResponseCode!=0?(GETAO.SuperShowMsg(n,"电子邮箱已存在！"),t=!1):t=!0},error:function(n,i,r){GETAO.alertMessage("系统提示",r,null),t=!1}}),t}catch(i){}}function EmailNoUniqueValidate(n){return $.trim(n.val())==""?(GETAO.SuperShowMsg(n,"电子邮箱不能为空！"),!1):n.val()==""||!/([0-9a-zA-Z]+[-._+&])*[0-9a-zA-Z]+@([-0-9a-zA-Z]+[.])+[a-zA-Z]{2,6}$/.test(n.val())?(GETAO.SuperShowMsg(n,"请输入正确的电子邮箱！"),!1):!0}function UserCodeValidate(n){var t=$.trim(n.val()),r,i;if(t=="")return GETAO.SuperShowMsg(n,"云端账号不能为空！"),!1;if(t.length!=n.val().length)return GETAO.SuperShowMsg(n,"云端账号不能包含空格！"),!1;if(t.length<4||t.length>25)return GETAO.SuperShowMsg(n,"账号在4～25个字符之间！"),!1;if(r=/^[\a-\z\A-\Z0-9\u4E00-\u9FA5\@\.\_]+$/,!r.test(t))return GETAO.SuperShowMsg(n,"账号不可以包含特殊字符！"),!1;try{return i=!1,$.ajax({type:"post",async:!1,data:{UserCode:escape(t)},dataType:"Json",url:"../../Handler/NBSHandler/UCenterHandler.ashx?action=ValidateUserCode&rd="+Math.random(),success:function(n){n.ResponseCode!="0"?(GETAO.alertMessage("系统提示",unescape(n.ResponseMessage),null),i=!1):i=!0},error:function(n,t,r){GETAO.alertMessage("系统提示",r,null),i=!1}}),i}catch(u){return!1}}function PasswordValidate(n){return n.val()==""?(GETAO.SuperShowMsg(n,"密码不能为空！"),!1):n.val().length<6||n.val().length>18?(GETAO.SuperShowMsg(n,"密码为6～18位字符！"),!1):!0}function PasswordToSameValidate(n,t){return PasswordValidate(t)?n.val()!=t.val()?(GETAO.SuperShowMsg(t,"两次输入的密码不一样！"),!1):!0:!1}function PhoneValidate(n){var t,i;if($.trim(n.val()).length>0)if(t=$.trim(n.val()),t.length==11){if(i=/^[1][3456789]\d{9}$/,!i.test(t))return GETAO.SuperShowMsg(n,"请输入正确手机号码！"),!1}else if(i=/^([0-9]{3,4}-)?[0-9]{7,8}$/,!i.test(t))return GETAO.SuperShowMsg(n,"请输入正确的手机号码！"),!1;return!0}function AddressValidate(n){return $.trim(n.val()).length>0&&$.trim(n.val()).length>100?(GETAO.SuperShowMsg(n,"联系地址最多为100字！"),!1):!0}function QQValidate(n){return $.trim(n.val()).length>0&&$.trim(n.val()).length>12?(GETAO.SuperShowMsg(n,"QQ最多为12位！"),!1):!0}var GETAO=window.NameSpace||{},GETAO={Cookie:{Set:function(n,t,i,r,u){var f,s,e,o;try{f=new Date,f.setTime(f.getTime()+i*864e5),s="expires="+f.toUTCString(),e="",GETAO.isNullOrUndefinedOrEmpty(r)||(e="path="+r+";"),o="",GETAO.isNullOrUndefinedOrEmpty(u)||(o="domain="+u+";"),document.cookie=n+"="+t+"; "+e+o+s}catch(h){return}},Get:function(n){var i=document.cookie.split("; "),t,r;if(i)for(t=0;t<i.length;t++)if(r=i[t].split("="),r[0]==n)return r[1];return null},Delete:function(n){var t=new Date,i;t.setTime(t.getTime()-1),i=GETAO.Cookie.Get(n),i&&(document.cookie=n+"="+i+";expires="+t.toGMTString())},Insert:function(n,t,i,r,u){try{if(GETAO.isNullOrUndefinedOrEmpty(n))return;if(GETAO.isNullOrUndefinedOrEmpty(i))return;GETAO.isNullOrUndefinedOrEmpty(i)&&(i=7);var f=GETAO.Cookie.Get(n);f&&GETAO.Cookie.Delete(n),GETAO.Cookie.Set(n,t,i,r,u)}catch(e){}}},IsLAOWANG:function(n){return GETAO.isNullOrUndefinedOrEmpty(n)},isNullOrUndefinedOrEmpty:function(n){try{return n==null||n==undefined||typeof n=="string"&&n==""?!0:!1}catch(t){return!0}},SuperShowMsg:function(n,t){try{if(GETAO.isNullOrUndefinedOrEmpty(t)||n==undefined)return;if(/AppleWebKit.*Mobile/.test(navigator.userAgent)||/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOV|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/.test(navigator.userAgent))alert(t);else{var i=document.createElement("div");i.innerHTML="<em><\/em><i>"+t+"<\/i>",i.setAttribute("class","error_tip"),i.style.top=$(n).parent()[0].offsetHeight+"px",($(n).parent().find(".error_tip")==null||$(n).parent().find(".error_tip").length==0)&&($(n).parent().append(i),$(n).focus(function(){$(this).parent().find(".error_tip").remove()}))}}catch(r){alert(r)}},TextShowMsg:function(n,t){try{if(GETAO.isNullOrUndefinedOrEmpty(t)||n==undefined)return;if(/AppleWebKit.*Mobile/.test(navigator.userAgent)||/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOV|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/.test(navigator.userAgent))alert(t);else{var i=document.createElement("div");i.innerHTML="<em><\/em><i>"+t+"<\/i>",i.setAttribute("class","b-error-tip"),i.style.top=$(n).parent()[0].offsetHeight+"px",($(n).parent().find(".b-error-tip")==null||$(n).parent().find(".b-error-tip").length==0)&&($(n).parent().append(i),$(n).focus(function(){$(this).parent().find(".b-error-tip").remove()}))}}catch(r){alert(r)}},GetAdobeFlashVersion:function(){try{var n=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");if(n)return parseInt(n.GetVariable("$version").split(" ")[1].split(",")[0])}catch(t){return 0}},IsIE:function(){try{return navigator.userAgent.indexOf("MSIE")>=0&&navigator.userAgent.indexOf("Opera")<0?!0:!1}catch(n){return!1}},GetIEVersion:function(){try{if(GETAO.IsIE()){var n=function(n){if(n==9)return navigator.userAgent.indexOf("MSIE 9.0")>0?!0:!1;var t=document.createElement("b");return t.innerHTML="<!--[if IE "+n+" ]><i><\/i><![endif]-->",t.getElementsByTagName("i").length==1},t={ie6:n(6),ie7:n(7),ie8:n(8),ie9:n(9),ie10:n(10)};return t.ie6?6:t.ie7?7:t.ie8?8:t.ie9?9:t.ie10?10:99}return 99}catch(i){return-1}},NewGuid:function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(n){var t=Math.random()*16|0,i=n=="x"?t:t&3|8;return i.toString(16)})},IsMobile:function(){try{return/AppleWebKit.*Mobile/.test(navigator.userAgent)||/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOV|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/.test(navigator.userAgent)?!0:!1}catch(n){return!1}},CommonCurenTime:function(){var t=new Date,e=t.getFullYear(),i=t.getMonth()+1,r=t.getDate(),u=t.getHours(),f=t.getMinutes(),n=e+"-";return i<10&&(n+="0"),n+=i+"-",r<10&&(n+="0"),n+=r+" ",u<10&&(n+="0"),n+=u+":",f<10&&(n+="0"),n+=f},alertMessage:function(n,t,i,r){if(!GETAO.isNullOrUndefinedOrEmpty(n)&&!GETAO.isNullOrUndefinedOrEmpty(t))try{GETAO.IsMobile()?(alert(t),i!=null&&typeof i!="undefined"&&i()):($("#id_alert_title").html(n),$("#id_alert_msg").html(t),$(".bord").css("height",$(document).height()).show(),GETAO.showCenter("alertDiv",0),$("#alertDiv").fadeIn("fast"),$(".close,#alertConfirm").click(function(){$("#alertDiv").fadeOut("fast"),$(".bord").hide(),i!=null&&typeof i!="undefined"&&i(),$(".close,#alertConfirm").unbind("click"),r!=null&&typeof r!="undefined"&&($("#alertCancel").hide(),$("#alertCancel").unbind("click"))}),r!=null&&typeof r!="undefined"&&($("#alertCancel").click(function(){$("#alertDiv").fadeOut("fast"),$(".bord").hide(),r(),$("#alertCancel").hide(),$("#alertCancel").unbind("click"),i!=null&&typeof i!="undefined"&&$(".close,#alertConfirm").unbind("click")}),$("#alertCancel").show()))}catch(u){}},alertLight:function(n){var i,r,t;GETAO.isNullOrUndefinedOrEmpty(n)||($("#alertLight").html(n),i=($(window).height()-150)/2+$(window).scrollTop(),r=($(window).width()-$("#alertLight").width())/2,$("#alertLight").css({top:i+"px",left:r+"px"}),$("#alertLight").show(),setTimeout(function(){$("#alertLight").fadeOut(2e3)},2e3),t=function(n){n=n||window.event;var t=($(window).height()-150)/2+$(window).scrollTop(),i=($(window).width()-$("#alertLight").width())/2;$("#alertLight").css({top:t+"px",left:i+"px"})},document.addEventListener&&document.addEventListener("DOMMouseScroll",t,!1),window.onscroll=document.onscroll=t)},alertOrderBillOK:function(n,t,i,r,u){try{GETAO.IsMobile()?(alert(t+"订单编号"+i),u!=null&&typeof u!="undefined"&&u()):(n==1&&($("#alertOrderBill_title_ico").removeClass("fit_icon").addClass("draft_icon"),$("#alertOrderBillCodeTitle").html("草稿编号：&nbsp;"),$("#alertOrderBillTimeTitle").html("保存时间：&nbsp;"),$("#alertOrderBillOk_OrderBillCode").css("color","#5BE04D"),$("#alertOrderBillOk_Close").css("background","#5BE04D")),$("#alertOrderBillOk_Msg").html(t),$("#alertOrderBillOk_OrderBillCode").html(i),$("#alertOrderBillOk_FileCount").html(r+"个"),$("#alertOrderBillOk_Time").html(GETAO.CommonCurenTime()),$("#alertOrderBillOk").removeClass("none"),GETAO.showCenter("alertOrderBillOk",0),$("#OLDDUploaderbord").removeClass("none"),$("#alertOrderBillOk_Close").click(function(){$("#alertOrderBillOk").addClass("none"),$("#OLDDUploaderbord").addClass("none"),u!=null&&typeof u!="undefined"&&u()}))}catch(f){return}},alter4QuickBillOk:function(n,t,i,r){try{/AppleWebKit.*Mobile/.test(navigator.userAgent)||/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOV|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/.test(navigator.userAgent)?(alert(n+"订单编号"+t),r!=null&&typeof r!="undefined"&&r()):($("#alter4QuickBillOk_Msg").html(n),$("#alter4QuickBillOk_OrderBillCode").html(t),$("#alter4QuickBillOk_FileName").html(i),$("#alter4QuickBillOk").removeClass("none"),GETAO.showCenter("alter4QuickBillOk",0),$(".IndexUploaderbord").removeClass("none"),$("#alter4QuickBillOk_Close").click(function(){$("#alter4QuickBillOk").addClass("none"),$(".IndexUploaderbord").addClass("none"),r!=null&&typeof r!="undefined"&&r()}))}catch(u){return}},showCenter:function(n,t){var i=$("#"+n),f=$(window).scrollTop(),o=$(window).height(),s=$(window).width(),h=i.height(),c=i.width(),r=(o-h)/2+f,e=(s-c)/2,u;r+=t,i.css({top:r+"px",left:e+"px"}),u=function(){var t=r+($(window).scrollTop()-f);i.css({top:t+"px",left:e+"px"})},document.addEventListener&&document.addEventListener("DOMMouseScroll",u,!1),window.onscroll=document.onscroll=u},showCenterByTop:function(n){var t=$("#"+n),e=$(window).scrollTop(),o=$(window).height(),u=$(window).width(),s=t.height(),f=t.width(),r=(u-f)/2,i;t.css({top:document.body.scrollTop+20+"px",left:r+"px"}),i=function(){t.css({top:document.body.scrollTop+20+"px",left:r+"px"})},document.addEventListener&&document.addEventListener("DOMMouseScroll",i,!1),window.onscroll=document.onscroll=i},showCenterByAutoTop:function(n,t){var i=$("#"+n),o=$(window).scrollTop(),s=$(window).height(),f=$(window).width(),h=i.height(),e=i.width(),r,u;r=f<e?0:(f-e)/2,i.css({top:document.body.scrollTop+t+"px",left:r+"px"}),u=function(){i.css({top:document.body.scrollTop+t+"px",left:r+"px"})},document.addEventListener&&document.addEventListener("DOMMouseScroll",u,!1),window.onscroll=document.onscroll=u},IsHasSpace:function(n){try{return n.indexOf(" ")>=0||n.indexOf("　")>=0?!0:!1}catch(t){return!0}},IsMobileNumber:function(n){return(n=GETAO.TrimBySide(n),GETAO.isNullOrUndefinedOrEmpty(n))?!1:n.length>11?!1:/^[1][3456789]\d{9}$/.test(n)?!0:!1},TrimBySide:function(n){return GETAO.isNullOrUndefinedOrEmpty(n)?"":$.trim(n)},IsTelNumber:function(n){return(n=GETAO.TrimBySide(n),GETAO.isNullOrUndefinedOrEmpty(n))?!1:/^([0-9]{3,4}-)?[0-9]{7,8}$/.test(n)?!0:!1},IsEmail:function(n){return(n=GETAO.TrimBySide(n),GETAO.isNullOrUndefinedOrEmpty(n))?!1:/([0-9a-zA-Z]+[-._+&])*[0-9a-zA-Z]+@([-0-9a-zA-Z]+[.])+[a-zA-Z]{2,6}$/.test(n)?!0:!1},IsZipCode:function(n){return(n=GETAO.TrimBySide(n),GETAO.isNullOrUndefinedOrEmpty(n))?!1:/^[0-9]{6}$/.test(n)?!0:!1},ShowCenter4Fixed:function(n){var u=$(window).scrollTop(),t=$(window).width(),i=n.width(),r=(t-i)/2;n.css({left:r+"px"})},Show:function(n){var t,i;if(n!=null&&n!=undefined){if(t=null,typeof n=="string")t={Msg:n};else if(typeof n=="object")t={Title:n.title||"",Msg:n.msg||"",callback:typeof n.callback=="function"?n.callback:function(){},cancelCallback:n.cancelCallback};else return;$(".b-mask").show(),i=$(".b-msg-box"),t.Title&&t.Title!=""||(t.Title="系统消息"),i.find(".e-title").find(".m-title-text").html(t.Title),i.find(".m-message p").html(t.Msg),GETAO.ShowCenter4Fixed(i),i.show(),i.find(".e-oper-buts .e-msg-but-know").click(function(){t.callback&&typeof t.callback=="function"&&t.callback(),i.hide(),$(".b-mask").hide()}),t.cancelCallback?$("#b_msg_box").find(".e-oper-buts .e-msg-but-cancel").show().click(function(){t.cancelCallback(),$("#b_msg_box,.b-mask").hide()}):$("#b_msg_box").find(".e-oper-buts .e-msg-but-cancel").hide()}},HashAdd:function(n,t){try{var i=function(n,t){var u=location.hash,f,r,o,s,e,i;if(u&&u.length!=0){for(u=u.substr(1,u.length-1),f=u.split("&"),r=[],i=0;i<f.length;i++)f[i]&&(o={Key:f[i].split("=")[0]||"",Value:f[i].split("=")[1]||""},o.Key.length>0&&r.push(o));for(s=!1,i=0;i<r.length;i++)if(r[i].Key==n){r[i].Value=encodeURI(t),s=!0;break}for(s||r.push({Key:n,Value:encodeURI(t)}),e="#",i=0;i<r.length;i++)e+=r[i].Key+"="+r[i].Value+"&";return e.substr(0,e.length-1)}return"#"+n+"="+encodeURI(t)};location.hash=i(n,t)}catch(r){}},HashGet:function(n){var i,r,f,t,u;try{if(location.hash&&location.hash.length>0)for(i=location.hash,i=i.substr(1,i.length-1),r=i.split("&"),f=[],t=0;t<r.length;t++)if(r[t]&&(u={Key:r[t].split("=")[0]||"",Value:r[t].split("=")[1]||""},u.Key.length>0&&u.Key==n))return decodeURI(u.Value);return""}catch(e){}},Analytics:{CreateAnalytics:function(){$.ajax({url:"/NBSAPI/System/SourceRecordInsert",type:"POST",data:{referrer:encodeURI(document.referrer)},dataType:"json",success:function(n){if(n.ResponseCode=="0"){var t=n.ResponseData.TimeId;window.onbeforeunload=function(){GETAO.Analytics.AJAX("/NBSAPI/System/SourceRecordUpdate?TimeId="+t,"POST",null)}}}})},AJAX:function(n,t,i){$.ajax({url:n,type:t,data:i})}},YinteEncode:function(n){return n?n.replace("?","gpar1").replace(/&/g,"gparn"):""},YinteDecode:function(n){return n?n.replace("gpar1","?").replace(/gparn/g,"&"):""}},GetaoMap;$(function(){$(".close").click(function(){$(this.parentElement.parentElement).fadeOut("fast"),$(".bord").hide()}),$(".superText").focus(function(){var n,t;try{n=$(this).attr("data-Prompt"),GETAO.isNullOrUndefinedOrEmpty(n)||(t=$(this).val(),GETAO.isNullOrUndefinedOrEmpty(t)||t==n&&($(this).val(""),$(this).css("color","#000")))}catch(i){return}}),$(".superText").blur(function(){var n,t;try{n=$(this).attr("data-Prompt"),GETAO.isNullOrUndefinedOrEmpty(n)||(t=$(this).val(),GETAO.isNullOrUndefinedOrEmpty(t)&&($(this).val(n),$(this).css("color","#999")))}catch(i){return}}),$(".superText").blur(),$(".getao-closs").click(function(){try{var n=$(this).attr("close-element-id"),t=$(this).attr("mask-element-id");n&&$(n).hide(),t&&$(t).hide()}catch(i){}}),$(".getao-enter").keyup(function(event){if(event.keyCode==13){var str=$(this).attr("event-enter");str&&str!=undefined&&str.length>0&&eval(str)}}),$(".model_in .modelin_top .top .link a").click(function(){$(this).find("label").addClass("arrow").siblings().find("label").removeClass("arrow")}),$(".getao-tab .getao-tab-title").click(function(){$(this).addClass("curr").siblings().removeClass("curr");var n=$(this).attr("data-action");n&&$.each($(".getao-tab-panel"),function(t,i){$(i).attr("data-action")==n?$(i).show():$(i).hide()})});$(document).on("keyup",".getao-keyup-number",function(n){var t,i;try{n.keyCode!=9&&(t=$(this),/[^\d]/.test(t.val)&&(i=t.val().replace(/[^\d]/g,""),$(this).val(i),$(this).focus()))}catch(r){}});$(document).on("keyup",".getao-keyup-surplusnum",function(){try{var t=$(this).attr("data-planid"),n=$(this).attr("data-maxlength");if(t&&n&&(n=parseInt(n,0),n-$(this).val().length>=0?$(t).text(n-$(this).val().length+"/"+n):($(t).text("0/"+n),$(this).val($(this).val().substr(0,n))),$(this).val().length>=n))return}catch(i){alert(i.message)}})});$(document).on("click",".e-select-box",function(n){n.stopPropagation(),$(this).find(".m-select-option").toggle(),$(this).siblings().find(".m-select-option").hide()});$(document).on("mouseover",".m-select-option li",function(){$(this).css("backgroundColor","#e8e8e8")});$(document).on("mouseout",".m-select-option li",function(){$(this).css("backgroundColor","#fff")});$(document).click(function(n){var t=$(n.target);$(".e-select-box").is(":visible")&&t.attr("class")!="m-select-option"&&!t.parent(".m-select-option").length&&$(".m-select-option").hide()}),$.request=function(){function t(t){var i={};return n[t]?n[t]:(i.queryString=function(){var i={},n,u=function(n){return decodeURIComponent(n.replace(/\+/g," "))},f=t.substring(t.indexOf("?")+1);for(r=/([^&=]+)=?([^&]*)/g;n=r.exec(f);)i[u(n[1])]=u(n[2]);return i}(),i.queryPar=function(n){var i=new RegExp("(^|&)"+n.toLocaleLowerCase()+"=([^&]*)(&|$)","i"),t=window.location.search.substr(1).match(i);return t!=null?unescape(t[2]):""},i.removeParams=function(n){var i=t,u,r,s;try{var e=i.substr(i.indexOf("?")+1),h=i.substr(0,i.indexOf("?")),o="",f=[];if(e!=""){for(u=e.split("&"),r=0;r<u.length;r++)s=u[r].split("="),s[0]!=n&&f.push(u[r]);f.length>0&&(o="?"+f.join("&")),i=h+o}}catch(c){console.error(c)}return i},i.geturl=function(){var n=t.substring(0,t.indexOf("?")+1),r;for(r in i.queryString)n+=r+"="+i.queryString[r]+"&";return n.lastIndexOf("&")==n.length-1?n.substring(0,n.lastIndexOf("&")):n},n[t]=i,i)}var n={};return $.extend(t,t(window.location.href)),t}(),Array.prototype.indexOf=function(n){for(var t=0;t<this.length;t++)if(this[t]==n)return t;return-1},Array.prototype.remove=function(n){var t=this.indexOf(n);t>-1&&this.splice(t,1)},GetaoMap=function(){this.Keys=[],this.Datas=[],this.Add=function(n,t){try{return this.ContainsKey(n)?!0:(this.Keys.push(n),this.Datas[n]=t,!0)}catch(i){return!1}},this.Set=function(n,t){try{return this.ContainsKey(n)&&this.Remove(n),this.Keys.push(n),this.Datas[n]=t,!0}catch(i){return!1}},this.ContainsKey=function(n){try{return this.Datas[n]==null?!1:!0}catch(t){return!1}},this.Remove=function(n){try{return this.ContainsKey(n)&&(this.Keys.remove(n),this.Datas[n]=null),!0}catch(t){return!1}},this.Get=function(n){try{return this.ContainsKey(n)?this.Datas[n]:null}catch(t){return null}},this.Init=function(n){try{if(n)return this.Keys=n.Keys,this.Datas=n.Datas,this}catch(t){return null}},this.Count=function(){return this.Keys.length}},Date.prototype.Format=function(n){var t,i,r;try{t="",i={"y+":this.getFullYear(),"M+":this.getMonth()+1,"d+":this.getDate(),"h+":this.getHours(),"m+":this.getMinutes(),"s+":this.getSeconds(),"q+":Math.floor((this.getMonth()+3)/3),"S+":this.getMilliseconds()},t=/(y+)/.test(n)?n.replace(RegExp.$1,(this.getFullYear()+"").substr(4-RegExp.$1.length)):n.replace(RegExp.$1,(this.getFullYear()+"").substr(4-RegExp.$1.length));for(r in i)new RegExp("("+r+")").test(n)&&(t=t.replace(RegExp.$1,RegExp.$1.length==1?i[r]:("00"+i[r]).substr((""+i[r]).length)));return t}catch(u){return undefined}},Number.prototype.oldToFixed=Number.prototype.toFixed,Number.prototype.toFixed=function(n){var t;return t=this>=0?(parseInt(this*Math.pow(10,n)+.5)/Math.pow(10,n)).toString():(parseInt(this*Math.pow(10,n)-.5)/Math.pow(10,n)).toString(),parseFloat(t).oldToFixed(n)},console.log("%c《云端印刷-A》","font-size:30px;")