").append(x.parseHTML(e)).find(i):e)}).complete(r&&function(e,t){s.each(r,o||[e.responseText,t,e])}),this},x.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){x.fn[t]=function(e){return this.on(t,e)}}),x.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:yn,type:"GET",isLocal:Cn.test(mn[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Dn,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":x.parseJSON,"text xml":x.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?_n(_n(e,x.ajaxSettings),t):_n(x.ajaxSettings,e)},ajaxPrefilter:Hn(An),ajaxTransport:Hn(jn),ajax:function(e,n){"object"==typeof e&&(n=e,e=t),n=n||{};var r,i,o,a,s,l,u,c,p=x.ajaxSetup({},n),f=p.context||p,d=p.context&&(f.nodeType||f.jquery)?x(f):x.event,h=x.Deferred(),g=x.Callbacks("once memory"),m=p.statusCode||{},y={},v={},b=0,w="canceled",C={readyState:0,getResponseHeader:function(e){var t;if(2===b){if(!c){c={};while(t=Tn.exec(a))c[t[1].toLowerCase()]=t[2]}t=c[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return 2===b?a:null},setRequestHeader:function(e,t){var n=e.toLowerCase();return b||(e=v[n]=v[n]||e,y[e]=t),this},overrideMimeType:function(e){return b||(p.mimeType=e),this},statusCode:function(e){var t;if(e)if(2>b)for(t in e)m[t]=[m[t],e[t]];else C.always(e[C.status]);return this},abort:function(e){var t=e||w;return u&&u.abort(t),k(0,t),this}};if(h.promise(C).complete=g.add,C.success=C.done,C.error=C.fail,p.url=((e||p.url||yn)+"").replace(xn,"").replace(kn,mn[1]+"//"),p.type=n.method||n.type||p.method||p.type,p.dataTypes=x.trim(p.dataType||"*").toLowerCase().match(T)||[""],null==p.crossDomain&&(r=En.exec(p.url.toLowerCase()),p.crossDomain=!(!r||r[1]===mn[1]&&r[2]===mn[2]&&(r[3]||("http:"===r[1]?"80":"443"))===(mn[3]||("http:"===mn[1]?"80":"443")))),p.data&&p.processData&&"string"!=typeof p.data&&(p.data=x.param(p.data,p.traditional)),qn(An,p,n,C),2===b)return C;l=p.global,l&&0===x.active++&&x.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!Nn.test(p.type),o=p.url,p.hasContent||(p.data&&(o=p.url+=(bn.test(o)?"&":"?")+p.data,delete p.data),p.cache===!1&&(p.url=wn.test(o)?o.replace(wn,"$1_="+vn++):o+(bn.test(o)?"&":"?")+"_="+vn++)),p.ifModified&&(x.lastModified[o]&&C.setRequestHeader("If-Modified-Since",x.lastModified[o]),x.etag[o]&&C.setRequestHeader("If-None-Match",x.etag[o])),(p.data&&p.hasContent&&p.contentType!==!1||n.contentType)&&C.setRequestHeader("Content-Type",p.contentType),C.setRequestHeader("Accept",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+("*"!==p.dataTypes[0]?", "+Dn+"; q=0.01":""):p.accepts["*"]);for(i in p.headers)C.setRequestHeader(i,p.headers[i]);if(p.beforeSend&&(p.beforeSend.call(f,C,p)===!1||2===b))return C.abort();w="abort";for(i in{success:1,error:1,complete:1})C[i](p[i]);if(u=qn(jn,p,n,C)){C.readyState=1,l&&d.trigger("ajaxSend",[C,p]),p.async&&p.timeout>0&&(s=setTimeout(function(){C.abort("timeout")},p.timeout));try{b=1,u.send(y,k)}catch(N){if(!(2>b))throw N;k(-1,N)}}else k(-1,"No Transport");function k(e,n,r,i){var c,y,v,w,T,N=n;2!==b&&(b=2,s&&clearTimeout(s),u=t,a=i||"",C.readyState=e>0?4:0,c=e>=200&&300>e||304===e,r&&(w=Mn(p,C,r)),w=On(p,w,C,c),c?(p.ifModified&&(T=C.getResponseHeader("Last-Modified"),T&&(x.lastModified[o]=T),T=C.getResponseHeader("etag"),T&&(x.etag[o]=T)),204===e||"HEAD"===p.type?N="nocontent":304===e?N="notmodified":(N=w.state,y=w.data,v=w.error,c=!v)):(v=N,(e||!N)&&(N="error",0>e&&(e=0))),C.status=e,C.statusText=(n||N)+"",c?h.resolveWith(f,[y,N,C]):h.rejectWith(f,[C,N,v]),C.statusCode(m),m=t,l&&d.trigger(c?"ajaxSuccess":"ajaxError",[C,p,c?y:v]),g.fireWith(f,[C,N]),l&&(d.trigger("ajaxComplete",[C,p]),--x.active||x.event.trigger("ajaxStop")))}return C},getJSON:function(e,t,n){return x.get(e,t,n,"json")},getScript:function(e,n){return x.get(e,t,n,"script")}}),x.each(["get","post"],function(e,n){x[n]=function(e,r,i,o){return x.isFunction(r)&&(o=o||i,i=r,r=t),x.ajax({url:e,type:n,dataType:o,data:r,success:i})}});function Mn(e,n,r){var i,o,a,s,l=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),o===t&&(o=e.mimeType||n.getResponseHeader("Content-Type"));if(o)for(s in l)if(l[s]&&l[s].test(o)){u.unshift(s);break}if(u[0]in r)a=u[0];else{for(s in r){if(!u[0]||e.converters[s+" "+u[0]]){a=s;break}i||(i=s)}a=a||i}return a?(a!==u[0]&&u.unshift(a),r[a]):t}function On(e,t,n,r){var i,o,a,s,l,u={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)u[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!l&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=o,o=c.shift())if("*"===o)o=l;else if("*"!==l&&l!==o){if(a=u[l+" "+o]||u["* "+o],!a)for(i in u)if(s=i.split(" "),s[1]===o&&(a=u[l+" "+s[0]]||u["* "+s[0]])){a===!0?a=u[i]:u[i]!==!0&&(o=s[0],c.unshift(s[1]));break}if(a!==!0)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(p){return{state:"parsererror",error:a?p:"No conversion from "+l+" to "+o}}}return{state:"success",data:t}}x.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(e){return x.globalEval(e),e}}}),x.ajaxPrefilter("script",function(e){e.cache===t&&(e.cache=!1),e.crossDomain&&(e.type="GET",e.global=!1)}),x.ajaxTransport("script",function(e){if(e.crossDomain){var n,r=a.head||x("head")[0]||a.documentElement;return{send:function(t,i){n=a.createElement("script"),n.async=!0,e.scriptCharset&&(n.charset=e.scriptCharset),n.src=e.url,n.onload=n.onreadystatechange=function(e,t){(t||!n.readyState||/loaded|complete/.test(n.readyState))&&(n.onload=n.onreadystatechange=null,n.parentNode&&n.parentNode.removeChild(n),n=null,t||i(200,"success"))},r.insertBefore(n,r.firstChild)},abort:function(){n&&n.onload(t,!0)}}}});var Fn=[],Bn=/(=)\?(?=&|$)|\?\?/;x.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Fn.pop()||x.expando+"_"+vn++;return this[e]=!0,e}}),x.ajaxPrefilter("json jsonp",function(n,r,i){var o,a,s,l=n.jsonp!==!1&&(Bn.test(n.url)?"url":"string"==typeof n.data&&!(n.contentType||"").indexOf("application/x-www-form-urlencoded")&&Bn.test(n.data)&&"data");return l||"jsonp"===n.dataTypes[0]?(o=n.jsonpCallback=x.isFunction(n.jsonpCallback)?n.jsonpCallback():n.jsonpCallback,l?n[l]=n[l].replace(Bn,"$1"+o):n.jsonp!==!1&&(n.url+=(bn.test(n.url)?"&":"?")+n.jsonp+"="+o),n.converters["script json"]=function(){return s||x.error(o+" was not called"),s[0]},n.dataTypes[0]="json",a=e[o],e[o]=function(){s=arguments},i.always(function(){e[o]=a,n[o]&&(n.jsonpCallback=r.jsonpCallback,Fn.push(o)),s&&x.isFunction(a)&&a(s[0]),s=a=t}),"script"):t});var Pn,Rn,Wn=0,$n=e.ActiveXObject&&function(){var e;for(e in Pn)Pn[e](t,!0)};function In(){try{return new e.XMLHttpRequest}catch(t){}}function zn(){try{return new e.ActiveXObject("Microsoft.XMLHTTP")}catch(t){}}x.ajaxSettings.xhr=e.ActiveXObject?function(){return!this.isLocal&&In()||zn()}:In,Rn=x.ajaxSettings.xhr(),x.support.cors=!!Rn&&"withCredentials"in Rn,Rn=x.support.ajax=!!Rn,Rn&&x.ajaxTransport(function(n){if(!n.crossDomain||x.support.cors){var r;return{send:function(i,o){var a,s,l=n.xhr();if(n.username?l.open(n.type,n.url,n.async,n.username,n.password):l.open(n.type,n.url,n.async),n.xhrFields)for(s in n.xhrFields)l[s]=n.xhrFields[s];n.mimeType&&l.overrideMimeType&&l.overrideMimeType(n.mimeType),n.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");try{for(s in i)l.setRequestHeader(s,i[s])}catch(u){}l.send(n.hasContent&&n.data||null),r=function(e,i){var s,u,c,p;try{if(r&&(i||4===l.readyState))if(r=t,a&&(l.onreadystatechange=x.noop,$n&&delete Pn[a]),i)4!==l.readyState&&l.abort();else{p={},s=l.status,u=l.getAllResponseHeaders(),"string"==typeof l.responseText&&(p.text=l.responseText);try{c=l.statusText}catch(f){c=""}s||!n.isLocal||n.crossDomain?1223===s&&(s=204):s=p.text?200:404}}catch(d){i||o(-1,d)}p&&o(s,c,p,u)},n.async?4===l.readyState?setTimeout(r):(a=++Wn,$n&&(Pn||(Pn={},x(e).unload($n)),Pn[a]=r),l.onreadystatechange=r):r()},abort:function(){r&&r(t,!0)}}}});var Xn,Un,Vn=/^(?:toggle|show|hide)$/,Yn=RegExp("^(?:([+-])=|)("+w+")([a-z%]*)$","i"),Jn=/queueHooks$/,Gn=[nr],Qn={"*":[function(e,t){var n=this.createTween(e,t),r=n.cur(),i=Yn.exec(t),o=i&&i[3]||(x.cssNumber[e]?"":"px"),a=(x.cssNumber[e]||"px"!==o&&+r)&&Yn.exec(x.css(n.elem,e)),s=1,l=20;if(a&&a[3]!==o){o=o||a[3],i=i||[],a=+r||1;do s=s||".5",a/=s,x.style(n.elem,e,a+o);while(s!==(s=n.cur()/r)&&1!==s&&--l)}return i&&(a=n.start=+a||+r||0,n.unit=o,n.end=i[1]?a+(i[1]+1)*i[2]:+i[2]),n}]};function Kn(){return setTimeout(function(){Xn=t}),Xn=x.now()}function Zn(e,t,n){var r,i=(Qn[t]||[]).concat(Qn["*"]),o=0,a=i.length;for(;a>o;o++)if(r=i[o].call(n,t,e))return r}function er(e,t,n){var r,i,o=0,a=Gn.length,s=x.Deferred().always(function(){delete l.elem}),l=function(){if(i)return!1;var t=Xn||Kn(),n=Math.max(0,u.startTime+u.duration-t),r=n/u.duration||0,o=1-r,a=0,l=u.tweens.length;for(;l>a;a++)u.tweens[a].run(o);return s.notifyWith(e,[u,o,n]),1>o&&l?n:(s.resolveWith(e,[u]),!1)},u=s.promise({elem:e,props:x.extend({},t),opts:x.extend(!0,{specialEasing:{}},n),originalProperties:t,originalOptions:n,startTime:Xn||Kn(),duration:n.duration,tweens:[],createTween:function(t,n){var r=x.Tween(e,u.opts,t,n,u.opts.specialEasing[t]||u.opts.easing);return u.tweens.push(r),r},stop:function(t){var n=0,r=t?u.tweens.length:0;if(i)return this;for(i=!0;r>n;n++)u.tweens[n].run(1);return t?s.resolveWith(e,[u,t]):s.rejectWith(e,[u,t]),this}}),c=u.props;for(tr(c,u.opts.specialEasing);a>o;o++)if(r=Gn[o].call(u,e,c,u.opts))return r;return x.map(c,Zn,u),x.isFunction(u.opts.start)&&u.opts.start.call(e,u),x.fx.timer(x.extend(l,{elem:e,anim:u,queue:u.opts.queue})),u.progress(u.opts.progress).done(u.opts.done,u.opts.complete).fail(u.opts.fail).always(u.opts.always)}function tr(e,t){var n,r,i,o,a;for(n in e)if(r=x.camelCase(n),i=t[r],o=e[n],x.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),a=x.cssHooks[r],a&&"expand"in a){o=a.expand(o),delete e[r];for(n in o)n in e||(e[n]=o[n],t[n]=i)}else t[r]=i}x.Animation=x.extend(er,{tweener:function(e,t){x.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");var n,r=0,i=e.length;for(;i>r;r++)n=e[r],Qn[n]=Qn[n]||[],Qn[n].unshift(t)},prefilter:function(e,t){t?Gn.unshift(e):Gn.push(e)}});function nr(e,t,n){var r,i,o,a,s,l,u=this,c={},p=e.style,f=e.nodeType&&nn(e),d=x._data(e,"fxshow");n.queue||(s=x._queueHooks(e,"fx"),null==s.unqueued&&(s.unqueued=0,l=s.empty.fire,s.empty.fire=function(){s.unqueued||l()}),s.unqueued++,u.always(function(){u.always(function(){s.unqueued--,x.queue(e,"fx").length||s.empty.fire()})})),1===e.nodeType&&("height"in t||"width"in t)&&(n.overflow=[p.overflow,p.overflowX,p.overflowY],"inline"===x.css(e,"display")&&"none"===x.css(e,"float")&&(x.support.inlineBlockNeedsLayout&&"inline"!==ln(e.nodeName)?p.zoom=1:p.display="inline-block")),n.overflow&&(p.overflow="hidden",x.support.shrinkWrapBlocks||u.always(function(){p.overflow=n.overflow[0],p.overflowX=n.overflow[1],p.overflowY=n.overflow[2]}));for(r in t)if(i=t[r],Vn.exec(i)){if(delete t[r],o=o||"toggle"===i,i===(f?"hide":"show"))continue;c[r]=d&&d[r]||x.style(e,r)}if(!x.isEmptyObject(c)){d?"hidden"in d&&(f=d.hidden):d=x._data(e,"fxshow",{}),o&&(d.hidden=!f),f?x(e).show():u.done(function(){x(e).hide()}),u.done(function(){var t;x._removeData(e,"fxshow");for(t in c)x.style(e,t,c[t])});for(r in c)a=Zn(f?d[r]:0,r,u),r in d||(d[r]=a.start,f&&(a.end=a.start,a.start="width"===r||"height"===r?1:0))}}function rr(e,t,n,r,i){return new rr.prototype.init(e,t,n,r,i)}x.Tween=rr,rr.prototype={constructor:rr,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||"swing",this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(x.cssNumber[n]?"":"px")},cur:function(){var e=rr.propHooks[this.prop];return e&&e.get?e.get(this):rr.propHooks._default.get(this)},run:function(e){var t,n=rr.propHooks[this.prop];return this.pos=t=this.options.duration?x.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):rr.propHooks._default.set(this),this}},rr.prototype.init.prototype=rr.prototype,rr.propHooks={_default:{get:function(e){var t;return null==e.elem[e.prop]||e.elem.style&&null!=e.elem.style[e.prop]?(t=x.css(e.elem,e.prop,""),t&&"auto"!==t?t:0):e.elem[e.prop]},set:function(e){x.fx.step[e.prop]?x.fx.step[e.prop](e):e.elem.style&&(null!=e.elem.style[x.cssProps[e.prop]]||x.cssHooks[e.prop])?x.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},rr.propHooks.scrollTop=rr.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},x.each(["toggle","show","hide"],function(e,t){var n=x.fn[t];x.fn[t]=function(e,r,i){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(ir(t,!0),e,r,i)}}),x.fn.extend({fadeTo:function(e,t,n,r){return this.filter(nn).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=x.isEmptyObject(e),o=x.speed(t,n,r),a=function(){var t=er(this,x.extend({},e),o);(i||x._data(this,"finish"))&&t.stop(!0)};return a.finish=a,i||o.queue===!1?this.each(a):this.queue(o.queue,a)},stop:function(e,n,r){var i=function(e){var t=e.stop;delete e.stop,t(r)};return"string"!=typeof e&&(r=n,n=e,e=t),n&&e!==!1&&this.queue(e||"fx",[]),this.each(function(){var t=!0,n=null!=e&&e+"queueHooks",o=x.timers,a=x._data(this);if(n)a[n]&&a[n].stop&&i(a[n]);else for(n in a)a[n]&&a[n].stop&&Jn.test(n)&&i(a[n]);for(n=o.length;n--;)o[n].elem!==this||null!=e&&o[n].queue!==e||(o[n].anim.stop(r),t=!1,o.splice(n,1));(t||!r)&&x.dequeue(this,e)})},finish:function(e){return e!==!1&&(e=e||"fx"),this.each(function(){var t,n=x._data(this),r=n[e+"queue"],i=n[e+"queueHooks"],o=x.timers,a=r?r.length:0;for(n.finish=!0,x.queue(this,e,[]),i&&i.stop&&i.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;a>t;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish})}});function ir(e,t){var n,r={height:e},i=0;for(t=t?1:0;4>i;i+=2-t)n=Zt[i],r["margin"+n]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}x.each({slideDown:ir("show"),slideUp:ir("hide"),slideToggle:ir("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){x.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),x.speed=function(e,t,n){var r=e&&"object"==typeof e?x.extend({},e):{complete:n||!n&&t||x.isFunction(e)&&e,duration:e,easing:n&&t||t&&!x.isFunction(t)&&t};return r.duration=x.fx.off?0:"number"==typeof r.duration?r.duration:r.duration in x.fx.speeds?x.fx.speeds[r.duration]:x.fx.speeds._default,(null==r.queue||r.queue===!0)&&(r.queue="fx"),r.old=r.complete,r.complete=function(){x.isFunction(r.old)&&r.old.call(this),r.queue&&x.dequeue(this,r.queue)},r},x.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2}},x.timers=[],x.fx=rr.prototype.init,x.fx.tick=function(){var e,n=x.timers,r=0;for(Xn=x.now();n.length>r;r++)e=n[r],e()||n[r]!==e||n.splice(r--,1);n.length||x.fx.stop(),Xn=t},x.fx.timer=function(e){e()&&x.timers.push(e)&&x.fx.start()},x.fx.interval=13,x.fx.start=function(){Un||(Un=setInterval(x.fx.tick,x.fx.interval))},x.fx.stop=function(){clearInterval(Un),Un=null},x.fx.speeds={slow:600,fast:200,_default:400},x.fx.step={},x.expr&&x.expr.filters&&(x.expr.filters.animated=function(e){return x.grep(x.timers,function(t){return e===t.elem}).length}),x.fn.offset=function(e){if(arguments.length)return e===t?this:this.each(function(t){x.offset.setOffset(this,e,t)});var n,r,o={top:0,left:0},a=this[0],s=a&&a.ownerDocument;if(s)return n=s.documentElement,x.contains(n,a)?(typeof a.getBoundingClientRect!==i&&(o=a.getBoundingClientRect()),r=or(s),{top:o.top+(r.pageYOffset||n.scrollTop)-(n.clientTop||0),left:o.left+(r.pageXOffset||n.scrollLeft)-(n.clientLeft||0)}):o},x.offset={setOffset:function(e,t,n){var r=x.css(e,"position");"static"===r&&(e.style.position="relative");var i=x(e),o=i.offset(),a=x.css(e,"top"),s=x.css(e,"left"),l=("absolute"===r||"fixed"===r)&&x.inArray("auto",[a,s])>-1,u={},c={},p,f;l?(c=i.position(),p=c.top,f=c.left):(p=parseFloat(a)||0,f=parseFloat(s)||0),x.isFunction(t)&&(t=t.call(e,n,o)),null!=t.top&&(u.top=t.top-o.top+p),null!=t.left&&(u.left=t.left-o.left+f),"using"in t?t.using.call(e,u):i.css(u)}},x.fn.extend({position:function(){if(this[0]){var e,t,n={top:0,left:0},r=this[0];return"fixed"===x.css(r,"position")?t=r.getBoundingClientRect():(e=this.offsetParent(),t=this.offset(),x.nodeName(e[0],"html")||(n=e.offset()),n.top+=x.css(e[0],"borderTopWidth",!0),n.left+=x.css(e[0],"borderLeftWidth",!0)),{top:t.top-n.top-x.css(r,"marginTop",!0),left:t.left-n.left-x.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||s;while(e&&!x.nodeName(e,"html")&&"static"===x.css(e,"position"))e=e.offsetParent;return e||s})}}),x.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,n){var r=/Y/.test(n);x.fn[e]=function(i){return x.access(this,function(e,i,o){var a=or(e);return o===t?a?n in a?a[n]:a.document.documentElement[i]:e[i]:(a?a.scrollTo(r?x(a).scrollLeft():o,r?o:x(a).scrollTop()):e[i]=o,t)},e,i,arguments.length,null)}});function or(e){return x.isWindow(e)?e:9===e.nodeType?e.defaultView||e.parentWindow:!1}x.each({Height:"height",Width:"width"},function(e,n){x.each({padding:"inner"+e,content:n,"":"outer"+e},function(r,i){x.fn[i]=function(i,o){var a=arguments.length&&(r||"boolean"!=typeof i),s=r||(i===!0||o===!0?"margin":"border");return x.access(this,function(n,r,i){var o;return x.isWindow(n)?n.document.documentElement["client"+e]:9===n.nodeType?(o=n.documentElement,Math.max(n.body["scroll"+e],o["scroll"+e],n.body["offset"+e],o["offset"+e],o["client"+e])):i===t?x.css(n,r,s):x.style(n,r,i,s)},n,a?i:t,a,null)}})}),x.fn.size=function(){return this.length},x.fn.andSelf=x.fn.addBack,"object"==typeof module&&module&&"object"==typeof module.exports?module.exports=x:(e.jQuery=e.$=x,"function"==typeof define&&define.amd&&define("jquery",[],function(){return x}))})(window);
/*! jQuery Mobile v1.4.5 | Copyright 2010, 2014 jQuery Foundation, Inc. | jquery.org/license */
(function(e,t,n){typeof define=="function"&&define.amd?define(["jquery"],function(r){return n(r,e,t),r.mobile}):n(e.jQuery,e,t)})(this,document,function(e,t,n,r){(function(e,t,n,r){function T(e){while(e&&typeof e.originalEvent!="undefined")e=e.originalEvent;return e}function N(t,n){var i=t.type,s,o,a,l,c,h,p,d,v;t=e.Event(t),t.type=n,s=t.originalEvent,o=e.event.props,i.search(/^(mouse|click)/)>-1&&(o=f);if(s)for(p=o.length,l;p;)l=o[--p],t[l]=s[l];i.search(/mouse(down|up)|click/)>-1&&!t.which&&(t.which=1);if(i.search(/^touch/)!==-1){a=T(s),i=a.touches,c=a.changedTouches,h=i&&i.length?i[0]:c&&c.length?c[0]:r;if(h)for(d=0,v=u.length;d
i||Math.abs(n.pageY-p)>i,d&&!r&&P("vmousecancel",t,s),P("vmousemove",t,s),_()}function I(e){if(g)return;A();var t=C(e.target),n,r;P("vmouseup",e,t),d||(n=P("vclick",e,t),n&&n.isDefaultPrevented()&&(r=T(e).changedTouches[0],v.push({touchID:E,x:r.clientX,y:r.clientY}),m=!0)),P("vmouseout",e,t),d=!1,_()}function q(t){var n=e.data(t,i),r;if(n)for(r in n)if(n[r])return!0;return!1}function R(){}function U(t){var n=t.substr(1);return{setup:function(){q(this)||e.data(this,i,{});var r=e.data(this,i);r[t]=!0,l[t]=(l[t]||0)+1,l[t]===1&&b.bind(n,H),e(this).bind(n,R),y&&(l.touchstart=(l.touchstart||0)+1,l.touchstart===1&&b.bind("touchstart",B).bind("touchend",I).bind("touchmove",F).bind("scroll",j))},teardown:function(){--l[t],l[t]||b.unbind(n,H),y&&(--l.touchstart,l.touchstart||b.unbind("touchstart",B).unbind("touchmove",F).unbind("touchend",I).unbind("scroll",j));var r=e(this),s=e.data(this,i);s&&(s[t]=!1),r.unbind(n,R),q(this)||r.removeData(i)}}}var i="virtualMouseBindings",s="virtualTouchID",o="vmouseover vmousedown vmousemove vmouseup vclick vmouseout vmousecancel".split(" "),u="clientX clientY pageX pageY screenX screenY".split(" "),a=e.event.mouseHooks?e.event.mouseHooks.props:[],f=e.event.props.concat(a),l={},c=0,h=0,p=0,d=!1,v=[],m=!1,g=!1,y="addEventListener"in n,b=e(n),w=1,E=0,S,x;e.vmouse={moveDistanceThreshold:10,clickDistanceThreshold:10,resetTimerDuration:1500};for(x=0;xMath.floor(e.pageY)||e.pageX===0&&Math.floor(i)>Math.floor(e.pageX))i-=n,s-=r;else if(se.event.special.swipe.horizontalDistanceThreshold&&Math.abs(t.coords[1]-n.coords[1])n.coords[0]?"swipeleft":"swiperight";return l(r,"swipe",e.Event("swipe",{target:i,swipestart:t,swipestop:n}),!0),l(r,s,e.Event(s,{target:i,swipestart:t,swipestop:n}),!0),!0}return!1},eventInProgress:!1,setup:function(){var t,n=this,r=e(n),s={};t=e.data(this,"mobile-events"),t||(t={length:0},e.data(this,"mobile-events",t)),t.length++,t.swipe=s,s.start=function(t){if(e.event.special.swipe.eventInProgress)return;e.event.special.swipe.eventInProgress=!0;var r,o=e.event.special.swipe.start(t),u=t.target,l=!1;s.move=function(t){if(!o||t.isDefaultPrevented())return;r=e.event.special.swipe.stop(t),l||(l=e.event.special.swipe.handleSwipe(o,r,n,u),l&&(e.event.special.swipe.eventInProgress=!1)),Math.abs(o.coords[0]-r.coords[0])>e.event.special.swipe.scrollSupressionThreshold&&t.preventDefault()},s.stop=function(){l=!0,e.event.special.swipe.eventInProgress=!1,i.off(f,s.move),s.move=null},i.on(f,s.move).one(a,s.stop)},r.on(u,s.start)},teardown:function(){var t,n;t=e.data(this,"mobile-events"),t&&(n=t.swipe,delete t.swipe,t.length--,t.length===0&&e.removeData(this,"mobile-events")),n&&(n.start&&e(this).off(u,n.start),n.move&&i.off(f,n.move),n.stop&&i.off(a,n.stop))}},e.each({scrollstop:"scrollstart",taphold:"tap",swipeleft:"swipe.left",swiperight:"swipe.right"},function(t,n){e.event.special[t]={setup:function(){e(this).bind(n,e.noop)},teardown:function(){e(this).unbind(n)}}})}(e,this)});(function (u) { var k = function (a, c) { var h, g, k, m; k = a & 2147483648; m = c & 2147483648; h = a & 1073741824; g = c & 1073741824; a = (a & 1073741823) + (c & 1073741823); return h & g ? a ^ 2147483648 ^ k ^ m : h | g ? a & 1073741824 ? a ^ 3221225472 ^ k ^ m : a ^ 1073741824 ^ k ^ m : a ^ k ^ m }, l = function (a, c, h, g, l, m, b) { a = k(a, k(k(c & h | ~c & g, l), b)); return k(a << m | a >>> 32 - m, c) }, n = function (a, c, h, g, l, m, b) { a = k(a, k(k(c & g | h & ~g, l), b)); return k(a << m | a >>> 32 - m, c) }, p = function (a, c, h, g, l, m, b) { a = k(a, k(k(c ^ h ^ g, l), b)); return k(a << m | a >>> 32 - m, c) }, q = function (a, c, h, g, l, m, b) { a = k(a, k(k(h ^ (c | ~g), l), b)); return k(a << m | a >>> 32 - m, c) }, t = function (a) { var c = "", h, g; for (g = 0; 3 >= g; g++) h = a >>> 8 * g & 255, h = "0" + h.toString(16), c += h.substr(h.length - 2, 2); return c }; u.extend({ md5: function (a) { var c, h, g, r, m, b, d, e, f; a = a.replace(/\x0d\x0a/g, "\n"); c = ""; for (h = 0; h < a.length; h++) g = a.charCodeAt(h), 128 > g ? c += String.fromCharCode(g) : (127 < g && 2048 > g ? c += String.fromCharCode(g >> 6 | 192) : (c += String.fromCharCode(g >> 12 | 224), c += String.fromCharCode(g >> 6 & 63 | 128)), c += String.fromCharCode(g & 63 | 128)); h = c.length; a = h + 8; r = 16 * ((a - a % 64) / 64 + 1); a = Array(r - 1); for (b = 0; b < h;) g = (b - b % 4) / 4, m = b % 4 * 8, a[g] |= c.charCodeAt(b) << m, b++; g = (b - b % 4) / 4; a[g] |= 128 << b % 4 * 8; a[r - 2] = h << 3; a[r - 1] = h >>> 29; b = 1732584193; d = 4023233417; e = 2562383102; f = 271733878; for (c = 0; c < a.length; c += 16) h = b, g = d, r = e, m = f, b = l(b, d, e, f, a[c + 0], 7, 3614090360), f = l(f, b, d, e, a[c + 1], 12, 3905402710), e = l(e, f, b, d, a[c + 2], 17, 606105819), d = l(d, e, f, b, a[c + 3], 22, 3250441966), b = l(b, d, e, f, a[c + 4], 7, 4118548399), f = l(f, b, d, e, a[c + 5], 12, 1200080426), e = l(e, f, b, d, a[c + 6], 17, 2821735955), d = l(d, e, f, b, a[c + 7], 22, 4249261313), b = l(b, d, e, f, a[c + 8], 7, 1770035416), f = l(f, b, d, e, a[c + 9], 12, 2336552879), e = l(e, f, b, d, a[c + 10], 17, 4294925233), d = l(d, e, f, b, a[c + 11], 22, 2304563134), b = l(b, d, e, f, a[c + 12], 7, 1804603682), f = l(f, b, d, e, a[c + 13], 12, 4254626195), e = l(e, f, b, d, a[c + 14], 17, 2792965006), d = l(d, e, f, b, a[c + 15], 22, 1236535329), b = n(b, d, e, f, a[c + 1], 5, 4129170786), f = n(f, b, d, e, a[c + 6], 9, 3225465664), e = n(e, f, b, d, a[c + 11], 14, 643717713), d = n(d, e, f, b, a[c + 0], 20, 3921069994), b = n(b, d, e, f, a[c + 5], 5, 3593408605), f = n(f, b, d, e, a[c + 10], 9, 38016083), e = n(e, f, b, d, a[c + 15], 14, 3634488961), d = n(d, e, f, b, a[c + 4], 20, 3889429448), b = n(b, d, e, f, a[c + 9], 5, 568446438), f = n(f, b, d, e, a[c + 14], 9, 3275163606), e = n(e, f, b, d, a[c + 3], 14, 4107603335), d = n(d, e, f, b, a[c + 8], 20, 1163531501), b = n(b, d, e, f, a[c + 13], 5, 2850285829), f = n(f, b, d, e, a[c + 2], 9, 4243563512), e = n(e, f, b, d, a[c + 7], 14, 1735328473), d = n(d, e, f, b, a[c + 12], 20, 2368359562), b = p(b, d, e, f, a[c + 5], 4, 4294588738), f = p(f, b, d, e, a[c + 8], 11, 2272392833), e = p(e, f, b, d, a[c + 11], 16, 1839030562), d = p(d, e, f, b, a[c + 14], 23, 4259657740), b = p(b, d, e, f, a[c + 1], 4, 2763975236), f = p(f, b, d, e, a[c + 4], 11, 1272893353), e = p(e, f, b, d, a[c + 7], 16, 4139469664), d = p(d, e, f, b, a[c + 10], 23, 3200236656), b = p(b, d, e, f, a[c + 13], 4, 681279174), f = p(f, b, d, e, a[c + 0], 11, 3936430074), e = p(e, f, b, d, a[c + 3], 16, 3572445317), d = p(d, e, f, b, a[c + 6], 23, 76029189), b = p(b, d, e, f, a[c + 9], 4, 3654602809), f = p(f, b, d, e, a[c + 12], 11, 3873151461), e = p(e, f, b, d, a[c + 15], 16, 530742520), d = p(d, e, f, b, a[c + 2], 23, 3299628645), b = q(b, d, e, f, a[c + 0], 6, 4096336452), f = q(f, b, d, e, a[c + 7], 10, 1126891415), e = q(e, f, b, d, a[c + 14], 15, 2878612391), d = q(d, e, f, b, a[c + 5], 21, 4237533241), b = q(b, d, e, f, a[c + 12], 6, 1700485571), f = q(f, b, d, e, a[c + 3], 10, 2399980690), e = q(e, f, b, d, a[c + 10], 15, 4293915773), d = q(d, e, f, b, a[c + 1], 21, 2240044497), b = q(b, d, e, f, a[c + 8], 6, 1873313359), f = q(f, b, d, e, a[c + 15], 10, 4264355552), e = q(e, f, b, d, a[c + 6], 15, 2734768916), d = q(d, e, f, b, a[c + 13], 21, 1309151649), b = q(b, d, e, f, a[c + 4], 6, 4149444226), f = q(f, b, d, e, a[c + 11], 10, 3174756917), e = q(e, f, b, d, a[c + 2], 15, 718787259), d = q(d, e, f, b, a[c + 9], 21, 3951481745), b = k(b, h), d = k(d, g), e = k(e, r), f = k(f, m); return (t(b) + t(d) + t(e) + t(f)).toLowerCase() } }) })(jQuery);/*!
* =====================================================
*Fui v1.0.1
* =====================================================
*/
(function(a,g){Date.prototype.DateAdd=function(j,i){var h=this;switch(j){case"s":return new Date(Date.parse(h)+(1000*i));case"n":return new Date(Date.parse(h)+(60000*i));case"h":return new Date(Date.parse(h)+(3600000*i));case"d":return new Date(Date.parse(h)+(86400000*i));case"w":return new Date(Date.parse(h)+((86400000*7)*i));case"q":return new Date(h.getFullYear(),(h.getMonth())+i*3,h.getDate(),h.getHours(),h.getMinutes(),h.getSeconds());case"m":return new Date(h.getFullYear(),(h.getMonth())+i,h.getDate(),h.getHours(),h.getMinutes(),h.getSeconds());case"y":return new Date((h.getFullYear()+i),h.getMonth(),h.getDate(),h.getHours(),h.getMinutes(),h.getSeconds())}};Date.prototype.DateDiff=function(j,h){var i=this;if(typeof h=="string"){h=fui.date.parse(h)}switch(j){case"s":return parseInt((h-i)/1000);case"n":return parseInt((h-i)/60000);case"h":return parseInt((h-i)/3600000);case"d":return parseInt((h-i)/86400000);case"w":return parseInt((h-i)/(86400000*7));case"m":return(h.getMonth()+1)+((h.getFullYear()-i.getFullYear())*12)-(i.getMonth()+1);case"y":return h.getFullYear()-i.getFullYear()}};Date.prototype.MaxDayOfDate=function(){var k=this;var h=k.toArray();var i=(new Date(h[0],h[1]+1,1));var j=i.DateAdd("m",1);var l=dateDiff(i.Format("yyyy-MM-dd"),j.Format("yyyy-MM-dd"));return l};Date.prototype.isLeapYear=function(){return(0==this.getYear()%4&&((this.getYear()%100!=0)||(this.getYear()%400==0)))};var d;var c;a("body").on("tap",function(h){var j=g.fui.now();var i=h.target||h.srcElement;if(d&&d===i){if(c&&(j-c)<300){var k={center:{x:h.pageX,y:h.pageY}};g.fui.trigger(i,"doubletap",k)}}c=g.fui.now();d=i;return false});var f=/matrix(3d)?\((.+?)\)/;var b={};a.each(["Boolean","Number","String","Function","Array","Date","RegExp","Object","Error"],function(h,j){b["[object "+j+"]"]=j.toLowerCase()});var e=a.mobile.support.touch;g.fui=g.fui||{};g.fui={event:{supportTouch:e,start:e?"touchstart":"mousedown",end:e?"touchend":"mouseup",move:e?"touchmove":"mousemove",cancel:"touchcancel"},options:{gestureConfig:{tap:true,doubletap:false,longtap:false,hold:false,flick:true,swipe:true,drag:true,pinch:false}},now:Date.now||function(){return +new Date()},slice:[].slice,pageid:function(){if(!fui.nav){return"no"}var h=fui.nav.page.data[fui.nav.page.activeid]||{};return(h.op||{}).pageid||"no"},guid:function(l){l=l||"_";var h="";for(var j=1;j<=32;j++){var k=Math.floor(Math.random()*16).toString(16);h+=k;if((j==8)||(j==12)||(j==16)||(j==20)){h+=l}}return h},date:{isLeapYear:function(h){return(h%4==0&&h%100!=0)||(h%400==0)},parse:function(i){var h=i;if(typeof i==="string"){if(i.indexOf("/Date(")>-1){h=new Date(parseInt(i.replace("/Date(","").replace(")/",""),10))}else{h=new Date(Date.parse(i.replace(/-/g,"/").replace("T"," ").split(".")[0]))}}return h},format:function(m,i){if(!m){return""}var h=g.fui.date.parse(m);var l={"M+":h.getMonth()+1,"d+":h.getDate(),"h+":h.getHours(),"m+":h.getMinutes(),"s+":h.getSeconds(),"q+":Math.floor((h.getMonth()+3)/3),S:h.getMilliseconds()};if(/(y+)/.test(i)){i=i.replace(RegExp.$1,(h.getFullYear()+"").substr(4-RegExp.$1.length))}for(var j in l){if(new RegExp("("+j+")").test(i)){i=i.replace(RegExp.$1,RegExp.$1.length==1?l[j]:("00"+l[j]).substr((""+l[j]).length))}}return i},get:function(h,l,j){var i=new Date();if(!!l){i=i.DateAdd(l,j)}var k=g.fui.date.format(i,h);return k}},isArray:Array.isArray||function(h){return h instanceof Array},later:function(l,p,h,j){p=p||0;var n=l;var i=j;var k;var o;if(typeof l==="string"){n=h[l]}k=function(){n.apply(h,fui.isArray(i)?i:[i])};o=setTimeout(k,p);return{id:o,cancel:function(){clearTimeout(o)}}},createMask:function(){if(a(".f-backdrop").length==0){var h='';a("body").append(h);a(".f-backdrop").on("tap",function(){a(this).fadeOut();a(".f-pop.active").removeClass("active");return false})}},showMask:function(){a(".f-backdrop").fadeIn()},hideMask:function(){a(".f-backdrop").fadeOut()},getStyles:function(h,i){var j=h.ownerDocument.defaultView.getComputedStyle(h,null);if(i){return j.getPropertyValue(i)||j[i]}return j},parseTranslateMatrix:function(l,j){var i=l.match(f);var h=i&&i[1];if(i){i=i[2].split(",");if(h==="3d"){i=i.slice(12,15)}else{i.push(0);i=i.slice(4,7)}}else{i=[0,0,0]}var k={x:parseFloat(i[0]),y:parseFloat(i[1]),z:parseFloat(i[2])};if(j&&k.hasOwnProperty(j)){return k[j]}return k},type:function(h){return h==null?String(h):b[{}.toString.call(h)]||"object"},isFunction:function(h){return fui.type(h)==="function"},trigger:function(h,j,i){if(h){h.dispatchEvent(new CustomEvent(j,{detail:i,bubbles:true,cancelable:true}))}return this},hooks:{},addAction:function(j,h){var i=fui.hooks[j];if(!i){i=[]}h.index=h.index||1000;i.push(h);i.sort(function(k,l){return k.index-l.index});fui.hooks[j]=i;return fui.hooks[j]},doAction:function(i,h){if(fui.isFunction(h)){a.each(fui.hooks[i],h)}else{a.each(fui.hooks[i],function(k,j){return !j.handle()})}},offset:function(i){var h={top:0,left:0};if(typeof i.getBoundingClientRect!==undefined){h=i.getBoundingClientRect()}return{top:h.top+g.pageYOffset-i.clientTop,left:h.left+g.pageXOffset-i.clientLeft}},includeJs:function(j){var h=document.getElementsByTagName("HEAD").item(0);var i=document.createElement("script");i.language="javascript";i.type="text/javascript";i.text=j;h.appendChild(i)},includeCss:function(j){var i=document.getElementsByTagName("head").item(0);var k=document.createElement("style");k.type="text/css";try{k.appendChild(document.createTextNode(j))}catch(h){k.style.cssText=j}i.appendChild(k)},data:{}}})(window.jQuery,this);(function(c){var d=false,b=/xyz/.test(function(){xyz})?/\b_super\b/:/.*/;var a=function(){};a.extend=function(h){var e=this.prototype;d=true;var i=new this();d=false;for(var g in h){i[g]=typeof h[g]=="function"&&typeof e[g]=="function"&&b.test(h[g])?(function(k,j){return function(){var m=this._super;this._super=e[k];var l=j.apply(this,arguments);this._super=m;return l}})(g,h[g]):h[g]}function f(){if(!d&&this.init){this.init.apply(this,arguments)}}f.prototype=i;f.prototype.constructor=f;f.extend=arguments.callee;return f};c.Class=a})(window.fui);(function(b){if(!b.requestAnimationFrame){var a=0;b.requestAnimationFrame=b.webkitRequestAnimationFrame||function(c,e){var d=new Date().getTime();var g=Math.max(0,16.7-(d-a));var f=b.setTimeout(function(){c(d+g)},g);a=d+g;return f};b.cancelAnimationFrame=b.webkitCancelAnimationFrame||b.webkitCancelRequestAnimationFrame||function(c){clearTimeout(c)}}}(window));(function(a,b){b.validator={validReg:function(d,e,c){var f={code:true,msg:""};if(!e.test(d)){f.code=false;f.msg=c}return f},validRegOrNull:function(d,e,c){var f={code:true,msg:""};if(d==null||d==undefined||d.length==0){return f}if(!e.test(d)){f.code=false;f.msg=c}return f},isNotNull:function(c){var d={code:true,msg:""};c=a.trim(c);if(c==null||c==undefined||c.length==0){d.code=false;d.msg="不能为空"}return d},isNum:function(c){return b.validator.validReg(c,/^[-+]?\d+$/,"必须为数字")},isNumOrNull:function(c){return b.validator.validRegOrNull(c,/^[-+]?\d+$/,"数字或空")},isEmail:function(c){return b.validator.validReg(c,/^\w{3,}@\w+(\.\w+)+$/,"必须为E-mail格式")},isEmailOrNull:function(c){return b.validator.validRegOrNull(c,/^\w{3,}@\w+(\.\w+)+$/,"必须为E-mail格式或空")},isEnglishStr:function(c){return b.validator.validReg(c,/^[a-z,A-Z]+$/,"必须为英文字符串")},isEnglishStrOrNull:function(c){return b.validator.validRegOrNull(c,/^[a-z,A-Z]+$/,"必须为英文字符串或空")},isTelephone:function(c){return b.validator.validReg(c,/^(\d{3,4}\-)?[1-9]\d{6,7}$/,"必须为电话格式")},isTelephoneOrNull:function(c){return b.validator.validRegOrNull(c,/^(\d{3,4}\-)?[1-9]\d{6,7}$/,"必须为电话格式或空")},isMobile:function(c){return b.validator.validReg(c,/^(\+\d{2,3}\-)?\d{11}$/,"必须为手机格式")},isMobileOrnull:function(c){return b.validator.validRegOrNull(c,/^(\+\d{2,3}\-)?\d{11}$/,"必须为手机格式或空")},isMobileOrPhone:function(c){var d={code:true,msg:""};if(!b.validator.isTelephone(c).code&&!b.validator.isMobile(c).code){d.code=false;d.msg="为电话格式或手机格式"}return d},isMobileOrPhoneOrNull:function(c){var d={code:true,msg:""};if(b.validator.isNotNull(c).code&&!b.validator.isTelephone(c).code&&!b.validator.isMobile(c).code){d.code=false;d.msg="为电话格式或手机格式或空"}return d},isUri:function(c){return b.validator.validReg(c,/^http:\/\/[a-zA-Z0-9]+\.[a-zA-Z0-9]+[\/=\?%\-&_~`@[\]\':+!]*([^<>\"\"])*$/,"必须为网址格式")},isUriOrNull:function(c){return b.validator.validRegOrNull(c,/^http:\/\/[a-zA-Z0-9]+\.[a-zA-Z0-9]+[\/=\?%\-&_~`@[\]\':+!]*([^<>\"\"])*$/,"必须为网址格式或空")},isDate:function(c){return b.validator.validReg(c,/^(\d{1,4})(-|\/)(\d{1,2})\2(\d{1,2})$/,"必须为日期格式")},isDateOrNull:function(c){return b.validator.validRegOrNull(c,/^(\d{1,4})(-|\/)(\d{1,2})\2(\d{1,2})$/,"必须为日期格式或空")},isDateTime:function(c){return b.validator.validReg(c,/^(\d{1,4})(-|\/)(\d{1,2})\2(\d{1,2}) (\d{1,2}):(\d{1,2}):(\d{1,2})$/,"必须为日期时间格式")},isDateTimeOrNull:function(c){return b.validator.validRegOrNull(c,/^(\d{1,4})(-|\/)(\d{1,2})\2(\d{1,2}) (\d{1,2}):(\d{1,2}):(\d{1,2})$/,"必须为日期时间格式")},isTime:function(c){return b.validator.validReg(c,/^((20|21|22|23|[0-1]\d)\:[0-5][0-9])(\:[0-5][0-9])?$/,"必须为时间格式")},isTimeOrNull:function(c){return b.validator.validRegOrNull(c,/^((20|21|22|23|[0-1]\d)\:[0-5][0-9])(\:[0-5][0-9])?$/,"必须为时间格式或空")},isChinese:function(c){return b.validator.validReg(c,/^[\u0391-\uFFE5]+$/,"必须为中文")},isChineseOrNull:function(c){return b.validator.validRegOrNull(c,/^[\u0391-\uFFE5]+$/,"必须为中文或空")},isZip:function(c){return b.validator.validReg(c,/^\d{6}$/,"必须为邮编格式")},isZipOrNull:function(c){return b.validator.validRegOrNull(c,/^\d{6}$/,"必须为邮编格式或空")},isDouble:function(c){return b.validator.validReg(c,/^[-\+]?\d+(\.\d+)?$/,"必须为小数")},isDoubleOrNull:function(c){return b.validator.validRegOrNull(c,/^[-\+]?\d+(\.\d+)?$/,"必须为小数或空")},isIDCard:function(c){return b.validator.validReg(c,/^\d{15}(\d{2}[A-Za-z0-9;])?$/,"必须为身份证格式")},isIDCardOrNull:function(c){return b.validator.validRegOrNull(c,/^\d{15}(\d{2}[A-Za-z0-9;])?$/,"必须为身份证格式或空")},isIP:function(d){var f={code:true,msg:""};var e=/^(\d+)\.(\d+)\.(\d+)\.(\d+)$/g;var c=false;if(e.test(d)){if(RegExp.$1<256&&RegExp.$2<256&&RegExp.$3<256&&RegExp.$4<256){c=true}}if(!c){f.code=false;f.msg="必须为IP格式"}return f},isIPOrNull:function(c){var d={code:true,msg:""};if(b.validator.isNotNull(c)&&!b.validator.isIP(c).code){d.code=false;d.msg="必须为IP格式或空"}return d},isLenNum:function(d,c){var f={code:true,msg:""};var e=/^[0-9]+$/;d=a.trim(d);if(d.length>c||!e.test(d)){f.code=false;f.msg="必须为"+c+"位数字"}return f},isLenNumOrNull:function(d,c){var e={code:true,msg:""};if(b.validator.isNotNull(d).code&&!b.validator.isLenNum(d)){e.code=false;e.msg="必须为"+c+"位数字或空"}return e},isLenStr:function(d,c){var e={code:true,msg:""};d=a.trim(d);if(!b.validator.isNotNull(d).code||d.length>c){e.code=false;e.msg="必须小于等于"+c+"位字符"}return e},isLenStrOrNull:function(d,c){var e={code:true,msg:""};d=a.trim(d);if(b.validator.isNotNull(d).code&&d.length>c){e.code=false;e.msg="必须小于等于"+c+"位字符或空"}return e}}})(window.jQuery,window.fui);(function(k,B){k.gestures={session:{}};k.preventDefault=function(C){C.preventDefault()};k.stopPropagation=function(C){C.stopPropagation()};k.addGesture=function(C){return k.addAction("gestures",C)};var w=Math.round;var a=Math.abs;var y=Math.sqrt;var b=Math.atan;var c=Math.atan2;var n=function(C,D,E){if(!E){E=["x","y"]}var F=D[E[0]]-C[E[0]];var G=D[E[1]]-C[E[1]];return y((F*F)+(G*G))};var q=function(E,C){if(E.length>=2&&C.length>=2){var D=["pageX","pageY"];return n(C[1],C[0],D)/n(E[1],E[0],D)}return 1};var l=function(C,D,E){if(!E){E=["x","y"]}var F=D[E[0]]-C[E[0]];var G=D[E[1]]-C[E[1]];return c(G,F)*180/Math.PI};var m=function(C,D){if(C===D){return""}if(a(C)>=a(D)){return C>0?"left":"right"}return D>0?"up":"down"};var p=function(E,C){var D=["pageX","pageY"];return l(C[1],C[0],D)-l(E[1],E[0],D)};var s=function(C,D,E){return{x:D/C||0,y:E/C||0}};var j=function(C,D){if(k.gestures.stoped){return}k.doAction("gestures",function(F,E){if(!k.gestures.stoped){if(k.options.gestureConfig[E.name]!==false){E.handle(C,D)}}})};var u=function(C,D){while(C){if(C==D){return true}C=C.parentNode}return false};var A=function(H,D,F){var E=[];var J=[];var C=0;while(CL[D]})}}return E};var o=function(D){var E=D.length;if(E===1){return{x:w(D[0].pageX),y:w(D[0].pageY)}}var F=0;var G=0;var C=0;while(C1&&!G.firstMultiTouch){G.firstMultiTouch=i(H)}else{if(J===1){G.firstMultiTouch=false}}var E=G.firstTouch;var D=G.firstMultiTouch;var F=D?D.center:E.center;var C=H.center=o(I);H.timestamp=k.now();H.deltaTime=H.timestamp-E.timestamp;H.angle=l(F,C);H.distance=n(F,C);e(H);H.offsetDirection=m(H.deltaX,H.deltaY);H.scale=D?q(D.touches,I):1;H.rotation=D?p(D.touches,I):0;f(H)};var d=25;var f=function(I){var H=k.gestures.session;var G=H.lastInterval||I;var C=I.timestamp-G.timestamp;var K;var L;var M;var F;if(I.gesture.type!=k.event.cancel&&(C>d||G.velocity===undefined)){var D=G.deltaX-I.deltaX;var E=G.deltaY-I.deltaY;var J=s(C,D,E);L=J.x;M=J.y;K=(a(J.x)>a(J.y))?J.x:J.y;F=m(D,E)||G.direction;H.lastInterval=I}else{K=G.velocity;L=G.velocityX;M=G.velocityY;F=G.direction}I.velocity=K;I.velocityX=L;I.velocityY=M;I.direction=F};var z={};var h=function(D){for(var C=0;C300){a=f;h.flickStart=i.center}break;case b.event.end:case b.event.cancel:i.flick=false;if(h.flickStart&&g.flickMaxTime>(f-a)&&i.distance>g.flickMinDistince){i.flick=true;i.flickTime=f-a;i.flickDistanceX=i.center.x-h.flickStart.x;i.flickDistanceY=i.center.y-h.flickStart.y;b.trigger(h.target,d,i);b.trigger(h.target,d+i.direction,i)}break}};b.addGesture({name:d,index:5,handle:c,options:{flickMaxTime:200,flickMinDistince:10}})})(fui,"flick");(function(a,c){var d;var b=function(e,h){var g=a.gestures.session;var f=this.options;switch(e.type){case a.event.start:if(a.options.gestureConfig.hold){d&&clearTimeout(d);d=setTimeout(function(){h.hold=true;a.trigger(g.target,c,h)},f.holdTimeout)}break;case a.event.move:break;case a.event.end:case a.evetn.cancel:if(d){clearTimeout(d)&&(d=null);a.trigger(g.target,"release",h)}break}};a.addGesture({name:c,index:10,handle:b,options:{fingers:1,holdTimeout:0}})})(fui,"hold");(function(a,c){var b=function(d,k){var f=this.options;var j=a.gestures.session;switch(d.type){case a.event.start:break;case a.event.move:if(a.options.gestureConfig.pinch){if(k.touches.length<2){return}if(!j.pinch){j.pinch=true;a.trigger(j.target,c+"start",k)}a.trigger(j.target,c,k);var h=k.scale;var g=k.rotation;var e=typeof k.lastScale==="undefined"?1:k.lastScale;var i=1e-12;if(h>e){e=h-i;a.trigger(j.target,c+"out",k)}else{if(hf.minRotationAngle){a.trigger(j.target,"rotate",k)}}break;case a.event.end:case a.event.cancel:if(a.options.gestureConfig.pinch&&j.pinch&&k.touches.length===2){j.pinch=false;a.trigger(j.target,c+"end",k)}break}};a.addGesture({name:c,index:10,handle:b,options:{minRotationAngle:0}})})(fui,"pinch");(function(a,c){var b=function(d,g){var f=a.gestures.session;if(d.type===a.event.end||d.type===a.event.cancel){var e=this.options;g.swipe=false;if(g.direction&&e.swipeMaxTime>g.deltaTime&&g.distance>e.swipeMinDistince){g.swipe=true;a.trigger(f.target,c,g);a.trigger(f.target,c+g.direction,g)}}};a.addGesture({name:c,index:10,handle:b,options:{swipeMaxTime:300,swipeMinDistince:18}})})(fui,"fswipe");(function(l,t,o){var m=l([]),q=l.resize=l.extend(l.resize,{}),u,w="setTimeout",v="resize",p=v+"-special-event",n="delay",r="throttleWindow";q[n]=250;q[r]=true;l.event.special[v]={setup:function(){if(!q[r]&&this[w]){return false}var a=l(this);m=m.add(a);l.data(this,p,{w:a.width(),h:a.height()});if(m.length===1){s()}},teardown:function(){if(!q[r]&&this[w]){return false}var a=l(this);m=m.not(a);a.removeData(p);if(!m.length){clearTimeout(u)}},add:function(a){if(!q[r]&&this[w]){return false}var c;function b(h,d,e){var f=l(this),g=l.data(this,p);g.w=d!==o?d:f.width();g.h=e!==o?e:f.height();c.apply(this,arguments)}if(l.isFunction(a)){c=a;return b}else{c=a.handler;a.handler=b}}};function s(){u=t[w](function(){m.each(function(){var c=l(this),b=c.width(),a=c.height(),d=l.data(this,p);if(b!==d.w||a!==d.h){c.trigger(v,[d.w=b,d.h=a])}});s()},q[n])}})(jQuery,this);(function(a,d){var g={};var f=0;var e=0;var c=false;var b={doQueue:function(){if(!c){c=true;var h=g[e];if(h){b[h.type](h.op,function(){delete g[e];e++;c=false;if(e';i+='";i+='';i+=" ";a("body").append(i);l={$page:a("#"+k.pageid),preid:d.nav.page.activeid||"",op:k,load:false};d.nav.page.data[k.id]=l;d.nav.page.count++;b.bindEvent(l.$page)}d.nav.page.activeid=k.id;k.start&&k.start(l);switch(k.type){case"right":l.$page.animate({left:"0px"},200,function(){b.addPage(l);j()});break;case"bottom":l.$page.animate({top:"0px"},200,function(){b.addPage(l);j()});break;default:l.$page.fadeIn(function(){b.addPage(l);j()});break}},close:function(k,i){var j=k.op;if(j.bfdestroy){if(!j.bfdestroy(k,"backbtn")){i()}}d.nav.page.activeid="";if(k.preid){var h=d.nav.page.data[k.preid];h.load=false;h.$page.show();d.nav.page.activeid=k.preid;h=null}k.$page.css({"z-index":3});switch(j.type){case"right":k.$page.animate({left:"100%"},200,function(){b.removePage(k);i()});break;case"bottom":k.$page.animate({top:"100%"},200,function(){b.removePage(k);i()});break;default:k.$page.fadeOut(function(){b.removePage(k);i()});break}},bindEvent:function(h){h.find(".f-page-backbtn").on("tap",function(){var i=d.nav.page.activeid;var j=d.nav.page.data[i];if(!j.load){return false}g[f]={type:"close",op:j};f++;b.doQueue();return false})},addPage:function(i){if(i.preid!=""){var h=d.nav.page.data[i.preid];h.$page.hide()}i.$page.css({"z-index":1});i.op.end&&i.op.end(i);i.load=true},removePage:function(i){i.$page.remove();i.$page=null;a('[data-page="'+i.op.pageid+'"]').remove();i.op.destroy&&i.op.destroy(i);if(i.preid){var h=d.nav.page.data[i.preid];if(h.op.end){h.hasLoad=true;h.op.end(h)}h.load=true}d.nav.page.count--;d.nav.page.data[i.op.id]=null},remove:function(h){var i=d.nav.page.data[h];if(i!=null){i.$page.remove();i.$page=null;a('[data-page="'+i.op.pageid+'"]').remove();d.nav.page.count--;d.nav.page.data[i.op.id]=null;i=null}}};d.nav={page:{data:{},count:0,activeid:""},go:function(i){var h={id:"",title:"",type:"",backbtn:'