function validate(e,t){var n={form:{},error:!1,errorMsg:"",errorFields:[]};for(var i in t){switch(t[i].type=t[i].type||"uint",t[i].required=t[i].required||!1,t[i].maxLength=t[i].maxLength||0,null==e.selector?(t[i].value=e[t[i].name],"bit"==t[i].type&&1!=t[i].value&&(t[i].value=0)):(t[i].value=e.find(" [name='"+t[i].name+"']").val(),"checkbox"==e.find("[name='"+t[i].name+"']").attr("type")&&""==t[i].value&&(t[i].value=0)),t[i].required&&""==t[i].value&&(n.errorMsg+="
"+t[i].name+" is required. ",n.errorFields.push(t[i].name)),t[i].type){case"uint":$.isNumeric(t[i].value)||""==t[i].value?$.isNumeric(t[i].value)&&(t[i].value>4294967295?(n.errorMsg+=""+t[i].name+" is too large. ",n.errorFields.push(t[i].name)):t[i].value<0&&(n.errorMsg+=""+t[i].name+" is too low. ",n.errorFields.push(t[i].name))):(n.errorMsg+=""+t[i].name+" is invalid. ",n.errorFields.push(t[i].name));break;case"int":$.isNumeric(t[i].value)||""==t[i].value?$.isNumeric(t[i].value)&&(t[i].value>2147483647?(n.errorMsg+=""+t[i].name+" is too large. ",n.errorFields.push(t[i].name)):t[i].value<-2147483648&&(n.errorMsg+=""+t[i].name+" is too low. ",n.errorFields.push(t[i].name))):(n.errorMsg+=""+t[i].name+" is invalid. ",n.errorFields.push(t[i].name));break;case"tinyint":$.isNumeric(t[i].value)||""==t[i].value?$.isNumeric(t[i].value)&&(t[i].value>255?(n.errorMsg+=""+t[i].name+" is too large. ",n.errorFields.push(t[i].name)):t[i].value<0&&(n.errorMsg+=""+t[i].name+" is too low. ",n.errorFields.push(t[i].name))):(n.errorMsg+=""+t[i].name+" is invalid. ",n.errorFields.push(t[i].name));break;case"bit":0!=t[i].value&&1!=t[i].value&&(n.errorMsg+=""+t[i].name+" is invalid. ",n.errorFields.push(t[i].name));break;case"string":t[i].value.length>=t[i].maxLength&&(n.errorMsg+=""+t[i].name+" must be "+t[i].maxLength+" characters or less. It is currently "+t[i].value.length+" characters long. ",n.errorFields.push(t[i].name));break;case"percent":t[i].value.length>=t[i].maxLength?(n.errorMsg+=""+t[i].name+" must be "+t[i].maxLength+" characters or less. It is currently "+t[i].value.length+" characters long. ",n.errorFields.push(t[i].name)):-1==t[i].value.search(/^[0-9]+(\.[0-9]+)?%$/)&&(n.errorMsg+=""+t[i].name+" is an invalid percentage. ",n.errorFields.push(t[i].name));break;case"decimal":t[i].value.length>=t[i].maxLength?(n.errorMsg+=""+t[i].name+" must be "+t[i].maxLength+" characters or less. It is currently "+t[i].value.length+" characters long. ",n.errorFields.push(t[i].name)):-1==t[i].value.search(/^[0-9]+(\.[0-9]+)?$/)&&(n.errorMsg+=""+t[i].name+" is an invalid decimal. ",n.errorFields.push(t[i].name))}n.form[t[i].name]=t[i].value}return n.error=""!=n.errorMsg,n}function int(e){return parseInt(e)||0}!function(e,t){"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){function n(e){var t=!!e&&"length"in e&&e.length,n=ft.type(e);return"function"===n||ft.isWindow(e)?!1:"array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e}function i(e,t,n){if(ft.isFunction(t))return ft.grep(e,function(e,i){return!!t.call(e,i,e)!==n});if(t.nodeType)return ft.grep(e,function(e){return e===t!==n});if("string"==typeof t){if(At.test(t))return ft.filter(t,e,n);t=ft.filter(t,e)}return ft.grep(e,function(e){return ft.inArray(e,t)>-1!==n})}function r(e,t){do e=e[t];while(e&&1!==e.nodeType);return e}function o(e){var t={};return ft.each(e.match(Tt)||[],function(e,n){t[n]=!0}),t}function s(){it.addEventListener?(it.removeEventListener("DOMContentLoaded",a),e.removeEventListener("load",a)):(it.detachEvent("onreadystatechange",a),e.detachEvent("onload",a))}function a(){(it.addEventListener||"load"===e.event.type||"complete"===it.readyState)&&(s(),ft.ready())}function u(e,t,n){if(void 0===n&&1===e.nodeType){var i="data-"+t.replace(Vt,"-$1").toLowerCase();if(n=e.getAttribute(i),"string"==typeof n){try{n="true"===n?!0:"false"===n?!1:"null"===n?null:+n+""===n?+n:Rt.test(n)?ft.parseJSON(n):n}catch(r){}ft.data(e,t,n)}else n=void 0}return n}function l(e){var t;for(t in e)if(("data"!==t||!ft.isEmptyObject(e[t]))&&"toJSON"!==t)return!1;return!0}function c(e,t,n,i){if(Nt(e)){var r,o,s=ft.expando,a=e.nodeType,u=a?ft.cache:e,l=a?e[s]:e[s]&&s;if(l&&u[l]&&(i||u[l].data)||void 0!==n||"string"!=typeof t)return l||(l=a?e[s]=nt.pop()||ft.guid++:s),u[l]||(u[l]=a?{}:{toJSON:ft.noop}),"object"!=typeof t&&"function"!=typeof t||(i?u[l]=ft.extend(u[l],t):u[l].data=ft.extend(u[l].data,t)),o=u[l],i||(o.data||(o.data={}),o=o.data),void 0!==n&&(o[ft.camelCase(t)]=n),"string"==typeof t?(r=o[t],null==r&&(r=o[ft.camelCase(t)])):r=o,r}}function d(e,t,n){if(Nt(e)){var i,r,o=e.nodeType,s=o?ft.cache:e,a=o?e[ft.expando]:ft.expando;if(s[a]){if(t&&(i=n?s[a]:s[a].data)){ft.isArray(t)?t=t.concat(ft.map(t,ft.camelCase)):t in i?t=[t]:(t=ft.camelCase(t),t=t in i?[t]:t.split(" ")),r=t.length;for(;r--;)delete i[t[r]];if(n?!l(i):!ft.isEmptyObject(i))return}(n||(delete s[a].data,l(s[a])))&&(o?ft.cleanData([e],!0):dt.deleteExpando||s!=s.window?delete s[a]:s[a]=void 0)}}}function h(e,t,n,i){var r,o=1,s=20,a=i?function(){return i.cur()}:function(){return ft.css(e,t,"")},u=a(),l=n&&n[3]||(ft.cssNumber[t]?"":"px"),c=(ft.cssNumber[t]||"px"!==l&&+u)&&Bt.exec(ft.css(e,t));if(c&&c[3]!==l){l=l||c[3],n=n||[],c=+u||1;do o=o||".5",c/=o,ft.style(e,t,c+l);while(o!==(o=a()/u)&&1!==o&&--s)}return n&&(c=+c||+u||0,r=n[1]?c+(n[1]+1)*n[2]:+n[2],i&&(i.unit=l,i.start=c,i.end=r)),r}function f(e){var t=zt.split("|"),n=e.createDocumentFragment();if(n.createElement)for(;t.length;)n.createElement(t.pop());return n}function g(e,t){var n,i,r=0,o="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):void 0;if(!o)for(o=[],n=e.childNodes||e;null!=(i=n[r]);r++)!t||ft.nodeName(i,t)?o.push(i):ft.merge(o,g(i,t));return void 0===t||t&&ft.nodeName(e,t)?ft.merge([e],o):o}function p(e,t){for(var n,i=0;null!=(n=e[i]);i++)ft._data(n,"globalEval",!t||ft._data(t[i],"globalEval"))}function v(e){jt.test(e.type)&&(e.defaultChecked=e.checked)}function m(e,t,n,i,r){for(var o,s,a,u,l,c,d,h=e.length,m=f(t),y=[],b=0;h>b;b++)if(s=e[b],s||0===s)if("object"===ft.type(s))ft.merge(y,s.nodeType?[s]:s);else if(Wt.test(s)){for(u=u||m.appendChild(t.createElement("div")),l=(Ft.exec(s)||["",""])[1].toLowerCase(),d=Ut[l]||Ut._default,u.innerHTML=d[1]+ft.htmlPrefilter(s)+d[2],o=d[0];o--;)u=u.lastChild;if(!dt.leadingWhitespace&&Ht.test(s)&&y.push(t.createTextNode(Ht.exec(s)[0])),!dt.tbody)for(s="table"!==l||Xt.test(s)?""!==d[1]||Xt.test(s)?0:u:u.firstChild,o=s&&s.childNodes.length;o--;)ft.nodeName(c=s.childNodes[o],"tbody")&&!c.childNodes.length&&s.removeChild(c);for(ft.merge(y,u.childNodes),u.textContent="";u.firstChild;)u.removeChild(u.firstChild);u=m.lastChild}else y.push(t.createTextNode(s));for(u&&m.removeChild(u),dt.appendChecked||ft.grep(g(y,"input"),v),b=0;s=y[b++];)if(i&&ft.inArray(s,i)>-1)r&&r.push(s);else if(a=ft.contains(s.ownerDocument,s),u=g(m.appendChild(s),"script"),a&&p(u),n)for(o=0;s=u[o++];)Lt.test(s.type||"")&&n.push(s);return u=null,m}function y(){return!0}function b(){return!1}function x(){try{return it.activeElement}catch(e){}}function w(e,t,n,i,r,o){var s,a;if("object"==typeof t){"string"!=typeof n&&(i=i||n,n=void 0);for(a in t)w(e,a,n,i,t[a],o);return e}if(null==i&&null==r?(r=n,i=n=void 0):null==r&&("string"==typeof n?(r=i,i=void 0):(r=i,i=n,n=void 0)),r===!1)r=b;else if(!r)return e;return 1===o&&(s=r,r=function(e){return ft().off(e),s.apply(this,arguments)},r.guid=s.guid||(s.guid=ft.guid++)),e.each(function(){ft.event.add(this,t,r,i,n)})}function _(e,t){return ft.nodeName(e,"table")&&ft.nodeName(11!==t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function A(e){return e.type=(null!==ft.find.attr(e,"type"))+"/"+e.type,e}function C(e){var t=on.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function E(e,t){if(1===t.nodeType&&ft.hasData(e)){var n,i,r,o=ft._data(e),s=ft._data(t,o),a=o.events;if(a){delete s.handle,s.events={};for(n in a)for(i=0,r=a[n].length;r>i;i++)ft.event.add(t,n,a[n][i])}s.data&&(s.data=ft.extend({},s.data))}}function k(e,t){var n,i,r;if(1===t.nodeType){if(n=t.nodeName.toLowerCase(),!dt.noCloneEvent&&t[ft.expando]){r=ft._data(t);for(i in r.events)ft.removeEvent(t,i,r.handle);t.removeAttribute(ft.expando)}"script"===n&&t.text!==e.text?(A(t).text=e.text,C(t)):"object"===n?(t.parentNode&&(t.outerHTML=e.outerHTML),dt.html5Clone&&e.innerHTML&&!ft.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):"input"===n&&jt.test(e.type)?(t.defaultChecked=t.checked=e.checked,t.value!==e.value&&(t.value=e.value)):"option"===n?t.defaultSelected=t.selected=e.defaultSelected:"input"!==n&&"textarea"!==n||(t.defaultValue=e.defaultValue)}}function I(e,t,n,i){t=ot.apply([],t);var r,o,s,a,u,l,c=0,d=e.length,h=d-1,f=t[0],p=ft.isFunction(f);if(p||d>1&&"string"==typeof f&&!dt.checkClone&&rn.test(f))return e.each(function(r){var o=e.eq(r);p&&(t[0]=f.call(this,r,o.html())),I(o,t,n,i)});if(d&&(l=m(t,e[0].ownerDocument,!1,e,i),r=l.firstChild,1===l.childNodes.length&&(l=r),r||i)){for(a=ft.map(g(l,"script"),A),s=a.length;d>c;c++)o=l,c!==h&&(o=ft.clone(o,!0,!0),s&&ft.merge(a,g(o,"script"))),n.call(e[c],o,c);if(s)for(u=a[a.length-1].ownerDocument,ft.map(a,C),c=0;s>c;c++)o=a[c],Lt.test(o.type||"")&&!ft._data(o,"globalEval")&&ft.contains(u,o)&&(o.src?ft._evalUrl&&ft._evalUrl(o.src):ft.globalEval((o.text||o.textContent||o.innerHTML||"").replace(sn,"")));l=r=null}return e}function D(e,t,n){for(var i,r=t?ft.filter(t,e):e,o=0;null!=(i=r[o]);o++)n||1!==i.nodeType||ft.cleanData(g(i)),i.parentNode&&(n&&ft.contains(i.ownerDocument,i)&&p(g(i,"script")),i.parentNode.removeChild(i));return e}function T(e,t){var n=ft(t.createElement(e)).appendTo(t.body),i=ft.css(n[0],"display");return n.detach(),i}function M(e){var t=it,n=cn[e];return n||(n=T(e,t),"none"!==n&&n||(ln=(ln||ft("")).appendTo(t.documentElement),t=(ln[0].contentWindow||ln[0].contentDocument).document,t.write(),t.close(),n=T(e,t),ln.detach()),cn[e]=n),n}function S(e,t){return{get:function(){return e()?void delete this.get:(this.get=t).apply(this,arguments)}}}function N(e){if(e in En)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=Cn.length;n--;)if(e=Cn[n]+t,e in En)return e}function R(e,t){for(var n,i,r,o=[],s=0,a=e.length;a>s;s++)i=e[s],i.style&&(o[s]=ft._data(i,"olddisplay"),n=i.style.display,t?(o[s]||"none"!==n||(i.style.display=""),""===i.style.display&&qt(i)&&(o[s]=ft._data(i,"olddisplay",M(i.nodeName)))):(r=qt(i),(n&&"none"!==n||!r)&&ft._data(i,"olddisplay",r?n:ft.css(i,"display"))));for(s=0;a>s;s++)i=e[s],i.style&&(t&&"none"!==i.style.display&&""!==i.style.display||(i.style.display=t?o[s]||"":"none"));return e}function V(e,t,n){var i=wn.exec(t);return i?Math.max(0,i[1]-(n||0))+(i[2]||"px"):t}function O(e,t,n,i,r){for(var o=n===(i?"border":"content")?4:"width"===t?1:0,s=0;4>o;o+=2)"margin"===n&&(s+=ft.css(e,n+$t[o],!0,r)),i?("content"===n&&(s-=ft.css(e,"padding"+$t[o],!0,r)),"margin"!==n&&(s-=ft.css(e,"border"+$t[o]+"Width",!0,r))):(s+=ft.css(e,"padding"+$t[o],!0,r),"padding"!==n&&(s+=ft.css(e,"border"+$t[o]+"Width",!0,r)));return s}function B(e,t,n){var i=!0,r="width"===t?e.offsetWidth:e.offsetHeight,o=pn(e),s=dt.boxSizing&&"border-box"===ft.css(e,"boxSizing",!1,o);if(0>=r||null==r){if(r=vn(e,t,o),(0>r||null==r)&&(r=e.style[t]),hn.test(r))return r;i=s&&(dt.boxSizingReliable()||r===e.style[t]),r=parseFloat(r)||0}return r+O(e,t,n||(s?"border":"content"),i,o)+"px"}function $(e,t,n,i,r){return new $.prototype.init(e,t,n,i,r)}function q(){return e.setTimeout(function(){kn=void 0}),kn=ft.now()}function P(e,t){var n,i={height:e},r=0;for(t=t?1:0;4>r;r+=2-t)n=$t[r],i["margin"+n]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function j(e,t,n){for(var i,r=(H.tweeners[t]||[]).concat(H.tweeners["*"]),o=0,s=r.length;s>o;o++)if(i=r[o].call(n,t,e))return i}function F(e,t,n){var i,r,o,s,a,u,l,c,d=this,h={},f=e.style,g=e.nodeType&&qt(e),p=ft._data(e,"fxshow");n.queue||(a=ft._queueHooks(e,"fx"),null==a.unqueued&&(a.unqueued=0,u=a.empty.fire,a.empty.fire=function(){a.unqueued||u()}),a.unqueued++,d.always(function(){d.always(function(){a.unqueued--,ft.queue(e,"fx").length||a.empty.fire()})})),1===e.nodeType&&("height"in t||"width"in t)&&(n.overflow=[f.overflow,f.overflowX,f.overflowY],l=ft.css(e,"display"),c="none"===l?ft._data(e,"olddisplay")||M(e.nodeName):l,"inline"===c&&"none"===ft.css(e,"float")&&(dt.inlineBlockNeedsLayout&&"inline"!==M(e.nodeName)?f.zoom=1:f.display="inline-block")),n.overflow&&(f.overflow="hidden",dt.shrinkWrapBlocks()||d.always(function(){f.overflow=n.overflow[0],f.overflowX=n.overflow[1],f.overflowY=n.overflow[2]}));for(i in t)if(r=t[i],Dn.exec(r)){if(delete t[i],o=o||"toggle"===r,r===(g?"hide":"show")){if("show"!==r||!p||void 0===p[i])continue;g=!0}h[i]=p&&p[i]||ft.style(e,i)}else l=void 0;if(ft.isEmptyObject(h))"inline"===("none"===l?M(e.nodeName):l)&&(f.display=l);else{p?"hidden"in p&&(g=p.hidden):p=ft._data(e,"fxshow",{}),o&&(p.hidden=!g),g?ft(e).show():d.done(function(){ft(e).hide()}),d.done(function(){var t;ft._removeData(e,"fxshow");for(t in h)ft.style(e,t,h[t])});for(i in h)s=j(g?p[i]:0,i,d),i in p||(p[i]=s.start,g&&(s.end=s.start,s.start="width"===i||"height"===i?1:0))}}function L(e,t){var n,i,r,o,s;for(n in e)if(i=ft.camelCase(n),r=t[i],o=e[n],ft.isArray(o)&&(r=o[1],o=e[n]=o[0]),n!==i&&(e[i]=o,delete e[n]),s=ft.cssHooks[i],s&&"expand"in s){o=s.expand(o),delete e[i];for(n in o)n in e||(e[n]=o[n],t[n]=r)}else t[i]=r}function H(e,t,n){var i,r,o=0,s=H.prefilters.length,a=ft.Deferred().always(function(){delete u.elem}),u=function(){if(r)return!1;for(var t=kn||q(),n=Math.max(0,l.startTime+l.duration-t),i=n/l.duration||0,o=1-i,s=0,u=l.tweens.length;u>s;s++)l.tweens[s].run(o);return a.notifyWith(e,[l,o,n]),1>o&&u?n:(a.resolveWith(e,[l]),!1)},l=a.promise({elem:e,props:ft.extend({},t),opts:ft.extend(!0,{specialEasing:{},easing:ft.easing._default},n),originalProperties:t,originalOptions:n,startTime:kn||q(),duration:n.duration,tweens:[],createTween:function(t,n){var i=ft.Tween(e,l.opts,t,n,l.opts.specialEasing[t]||l.opts.easing);return l.tweens.push(i),i},stop:function(t){var n=0,i=t?l.tweens.length:0;if(r)return this;for(r=!0;i>n;n++)l.tweens[n].run(1);return t?(a.notifyWith(e,[l,1,0]),a.resolveWith(e,[l,t])):a.rejectWith(e,[l,t]),this}}),c=l.props;for(L(c,l.opts.specialEasing);s>o;o++)if(i=H.prefilters[o].call(l,e,c,l.opts))return ft.isFunction(i.stop)&&(ft._queueHooks(l.elem,l.opts.queue).stop=ft.proxy(i.stop,i)),i;return ft.map(c,j,l),ft.isFunction(l.opts.start)&&l.opts.start.call(e,l),ft.fx.timer(ft.extend(u,{elem:e,anim:l,queue:l.opts.queue})),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always)}function z(e){return ft.attr(e,"class")||""}function U(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var i,r=0,o=t.toLowerCase().match(Tt)||[];if(ft.isFunction(n))for(;i=o[r++];)"+"===i.charAt(0)?(i=i.slice(1)||"*",(e[i]=e[i]||[]).unshift(n)):(e[i]=e[i]||[]).push(n)}}function W(e,t,n,i){function r(a){var u;return o[a]=!0,ft.each(e[a]||[],function(e,a){var l=a(t,n,i);return"string"!=typeof l||s||o[l]?s?!(u=l):void 0:(t.dataTypes.unshift(l),r(l),!1)}),u}var o={},s=e===Zn;return r(t.dataTypes[0])||!o["*"]&&r("*")}function X(e,t){var n,i,r=ft.ajaxSettings.flatOptions||{};for(i in t)void 0!==t[i]&&((r[i]?e:n||(n={}))[i]=t[i]);return n&&ft.extend(!0,e,n),e}function J(e,t,n){for(var i,r,o,s,a=e.contents,u=e.dataTypes;"*"===u[0];)u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(s in a)if(a[s]&&a[s].test(r)){u.unshift(s);break}if(u[0]in n)o=u[0];else{for(s in n){if(!u[0]||e.converters[s+" "+u[0]]){o=s;break}i||(i=s)}o=o||i}return o?(o!==u[0]&&u.unshift(o),n[o]):void 0}function K(e,t,n,i){var r,o,s,a,u,l={},c=e.dataTypes.slice();if(c[1])for(s in e.converters)l[s.toLowerCase()]=e.converters[s];for(o=c.shift();o;)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&i&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(s=l[u+" "+o]||l["* "+o],!s)for(r in l)if(a=r.split(" "),a[1]===o&&(s=l[u+" "+a[0]]||l["* "+a[0]])){s===!0?s=l[r]:l[r]!==!0&&(o=a[0],c.unshift(a[1]));break}if(s!==!0)if(s&&e["throws"])t=s(t);else try{t=s(t)}catch(d){return{state:"parsererror",error:s?d:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}function Y(e){return e.style&&e.style.display||ft.css(e,"display")}function G(e){if(!ft.contains(e.ownerDocument||it,e))return!0;for(;e&&1===e.nodeType;){if("none"===Y(e)||"hidden"===e.type)return!0;e=e.parentNode}return!1}function Q(e,t,n,i){var r;if(ft.isArray(t))ft.each(t,function(t,r){n||ri.test(e)?i(e,r):Q(e+"["+("object"==typeof r&&null!=r?t:"")+"]",r,n,i)});else if(n||"object"!==ft.type(t))i(e,t);else for(r in t)Q(e+"["+r+"]",t[r],n,i)}function Z(){try{return new e.XMLHttpRequest}catch(t){}}function et(){try{return new e.ActiveXObject("Microsoft.XMLHTTP")}catch(t){}}function tt(e){return ft.isWindow(e)?e:9===e.nodeType?e.defaultView||e.parentWindow:!1}var nt=[],it=e.document,rt=nt.slice,ot=nt.concat,st=nt.push,at=nt.indexOf,ut={},lt=ut.toString,ct=ut.hasOwnProperty,dt={},ht="1.12.4",ft=function(e,t){return new ft.fn.init(e,t)},gt=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,pt=/^-ms-/,vt=/-([\da-z])/gi,mt=function(e,t){return t.toUpperCase()};ft.fn=ft.prototype={jquery:ht,constructor:ft,selector:"",length:0,toArray:function(){return rt.call(this)},get:function(e){return null!=e?0>e?this[e+this.length]:this[e]:rt.call(this)},pushStack:function(e){var t=ft.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e){return ft.each(this,e)},map:function(e){return this.pushStack(ft.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(rt.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(0>e?t:0);return this.pushStack(n>=0&&t>n?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:st,sort:nt.sort,splice:nt.splice},ft.extend=ft.fn.extend=function(){var e,t,n,i,r,o,s=arguments[0]||{},a=1,u=arguments.length,l=!1;for("boolean"==typeof s&&(l=s,s=arguments[a]||{},a++),"object"==typeof s||ft.isFunction(s)||(s={}),a===u&&(s=this,a--);u>a;a++)if(null!=(r=arguments[a]))for(i in r)e=s[i],n=r[i],s!==n&&(l&&n&&(ft.isPlainObject(n)||(t=ft.isArray(n)))?(t?(t=!1,o=e&&ft.isArray(e)?e:[]):o=e&&ft.isPlainObject(e)?e:{},s[i]=ft.extend(l,o,n)):void 0!==n&&(s[i]=n));return s},ft.extend({expando:"jQuery"+(ht+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isFunction:function(e){return"function"===ft.type(e)},isArray:Array.isArray||function(e){return"array"===ft.type(e)},isWindow:function(e){return null!=e&&e==e.window},isNumeric:function(e){var t=e&&e.toString();return!ft.isArray(e)&&t-parseFloat(t)+1>=0},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},isPlainObject:function(e){var t;if(!e||"object"!==ft.type(e)||e.nodeType||ft.isWindow(e))return!1;try{if(e.constructor&&!ct.call(e,"constructor")&&!ct.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(n){return!1}if(!dt.ownFirst)for(t in e)return ct.call(e,t);for(t in e);return void 0===t||ct.call(e,t)},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?ut[lt.call(e)]||"object":typeof e},globalEval:function(t){t&&ft.trim(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(pt,"ms-").replace(vt,mt)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t){var i,r=0;if(n(e))for(i=e.length;i>r&&t.call(e[r],r,e[r])!==!1;r++);else for(r in e)if(t.call(e[r],r,e[r])===!1)break;return e},trim:function(e){return null==e?"":(e+"").replace(gt,"")},makeArray:function(e,t){var i=t||[];return null!=e&&(n(Object(e))?ft.merge(i,"string"==typeof e?[e]:e):st.call(i,e)),i},inArray:function(e,t,n){var i;if(t){if(at)return at.call(t,e,n);for(i=t.length,n=n?0>n?Math.max(0,i+n):n:0;i>n;n++)if(n in t&&t[n]===e)return n}return-1},merge:function(e,t){for(var n=+t.length,i=0,r=e.length;n>i;)e[r++]=t[i++];if(n!==n)for(;void 0!==t[i];)e[r++]=t[i++];return e.length=r,e},grep:function(e,t,n){for(var i,r=[],o=0,s=e.length,a=!n;s>o;o++)i=!t(e[o],o),i!==a&&r.push(e[o]);return r},map:function(e,t,i){var r,o,s=0,a=[];if(n(e))for(r=e.length;r>s;s++)o=t(e[s],s,i),null!=o&&a.push(o);else for(s in e)o=t(e[s],s,i),null!=o&&a.push(o);return ot.apply([],a)},guid:1,proxy:function(e,t){var n,i,r;return"string"==typeof t&&(r=e[t],t=e,e=r),ft.isFunction(e)?(n=rt.call(arguments,2),i=function(){return e.apply(t||this,n.concat(rt.call(arguments)))},i.guid=e.guid=e.guid||ft.guid++,i):void 0},now:function(){return+new Date},support:dt}),"function"==typeof Symbol&&(ft.fn[Symbol.iterator]=nt[Symbol.iterator]),ft.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){ut["[object "+t+"]"]=t.toLowerCase()});var yt=function(e){function t(e,t,n,i){var r,o,s,a,u,l,d,f,g=t&&t.ownerDocument,p=t?t.nodeType:9;if(n=n||[],"string"!=typeof e||!e||1!==p&&9!==p&&11!==p)return n;if(!i&&((t?t.ownerDocument||t:j)!==N&&S(t),t=t||N,V)){if(11!==p&&(l=mt.exec(e)))if(r=l[1]){if(9===p){if(!(s=t.getElementById(r)))return n;if(s.id===r)return n.push(s),n}else if(g&&(s=g.getElementById(r))&&q(t,s)&&s.id===r)return n.push(s),n}else{if(l[2])return Q.apply(n,t.getElementsByTagName(e)),n;if((r=l[3])&&w.getElementsByClassName&&t.getElementsByClassName)return Q.apply(n,t.getElementsByClassName(r)),n}if(!(!w.qsa||U[e+" "]||O&&O.test(e))){if(1!==p)g=t,f=e;else if("object"!==t.nodeName.toLowerCase()){for((a=t.getAttribute("id"))?a=a.replace(bt,"\\$&"):t.setAttribute("id",a=P),d=E(e),o=d.length,u=ht.test(a)?"#"+a:"[id='"+a+"']";o--;)d[o]=u+" "+h(d[o]);f=d.join(","),g=yt.test(e)&&c(t.parentNode)||t}if(f)try{return Q.apply(n,g.querySelectorAll(f)),n}catch(v){}finally{a===P&&t.removeAttribute("id")}}}return I(e.replace(at,"$1"),t,n,i)}function n(){function e(n,i){return t.push(n+" ")>_.cacheLength&&delete e[t.shift()],e[n+" "]=i}var t=[];return e}function i(e){return e[P]=!0,e}function r(e){var t=N.createElement("div");try{return!!e(t)}catch(n){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function o(e,t){for(var n=e.split("|"),i=n.length;i--;)_.attrHandle[n[i]]=t}function s(e,t){var n=t&&e,i=n&&1===e.nodeType&&1===t.nodeType&&(~t.sourceIndex||X)-(~e.sourceIndex||X);if(i)return i;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function a(e){return function(t){var n=t.nodeName.toLowerCase();return"input"===n&&t.type===e}}function u(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function l(e){return i(function(t){return t=+t,i(function(n,i){for(var r,o=e([],n.length,t),s=o.length;s--;)n[r=o[s]]&&(n[r]=!(i[r]=n[r]))})})}function c(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function d(){}function h(e){for(var t=0,n=e.length,i="";n>t;t++)i+=e[t].value;return i}function f(e,t,n){var i=t.dir,r=n&&"parentNode"===i,o=L++;return t.first?function(t,n,o){for(;t=t[i];)if(1===t.nodeType||r)return e(t,n,o)}:function(t,n,s){var a,u,l,c=[F,o];if(s){for(;t=t[i];)if((1===t.nodeType||r)&&e(t,n,s))return!0}else for(;t=t[i];)if(1===t.nodeType||r){if(l=t[P]||(t[P]={}),u=l[t.uniqueID]||(l[t.uniqueID]={}),(a=u[i])&&a[0]===F&&a[1]===o)return c[2]=a[2];if(u[i]=c,c[2]=e(t,n,s))return!0}}}function g(e){return e.length>1?function(t,n,i){for(var r=e.length;r--;)if(!e[r](t,n,i))return!1;return!0}:e[0]}function p(e,n,i){for(var r=0,o=n.length;o>r;r++)t(e,n[r],i);return i}function v(e,t,n,i,r){for(var o,s=[],a=0,u=e.length,l=null!=t;u>a;a++)(o=e[a])&&(n&&!n(o,i,r)||(s.push(o),l&&t.push(a)));return s}function m(e,t,n,r,o,s){return r&&!r[P]&&(r=m(r)),o&&!o[P]&&(o=m(o,s)),i(function(i,s,a,u){var l,c,d,h=[],f=[],g=s.length,m=i||p(t||"*",a.nodeType?[a]:a,[]),y=!e||!i&&t?m:v(m,h,e,a,u),b=n?o||(i?e:g||r)?[]:s:y;if(n&&n(y,b,a,u),r)for(l=v(b,f),r(l,[],a,u),c=l.length;c--;)(d=l[c])&&(b[f[c]]=!(y[f[c]]=d));if(i){if(o||e){if(o){for(l=[],c=b.length;c--;)(d=b[c])&&l.push(y[c]=d);o(null,b=[],l,u)}for(c=b.length;c--;)(d=b[c])&&(l=o?et(i,d):h[c])>-1&&(i[l]=!(s[l]=d))}}else b=v(b===s?b.splice(g,b.length):b),o?o(null,s,b,u):Q.apply(s,b)})}function y(e){for(var t,n,i,r=e.length,o=_.relative[e[0].type],s=o||_.relative[" "],a=o?1:0,u=f(function(e){return e===t},s,!0),l=f(function(e){return et(t,e)>-1},s,!0),c=[function(e,n,i){var r=!o&&(i||n!==D)||((t=n).nodeType?u(e,n,i):l(e,n,i));return t=null,r}];r>a;a++)if(n=_.relative[e[a].type])c=[f(g(c),n)];else{if(n=_.filter[e[a].type].apply(null,e[a].matches),n[P]){for(i=++a;r>i&&!_.relative[e[i].type];i++);return m(a>1&&g(c),a>1&&h(e.slice(0,a-1).concat({value:" "===e[a-2].type?"*":""})).replace(at,"$1"),n,i>a&&y(e.slice(a,i)),r>i&&y(e=e.slice(i)),r>i&&h(e))}c.push(n)}return g(c)}function b(e,n){var r=n.length>0,o=e.length>0,s=function(i,s,a,u,l){var c,d,h,f=0,g="0",p=i&&[],m=[],y=D,b=i||o&&_.find.TAG("*",l),x=F+=null==y?1:Math.random()||.1,w=b.length;for(l&&(D=s===N||s||l);g!==w&&null!=(c=b[g]);g++){if(o&&c){for(d=0,s||c.ownerDocument===N||(S(c),a=!V);h=e[d++];)if(h(c,s||N,a)){u.push(c);break}l&&(F=x)}r&&((c=!h&&c)&&f--,i&&p.push(c))}if(f+=g,r&&g!==f){for(d=0;h=n[d++];)h(p,m,s,a);if(i){if(f>0)for(;g--;)p[g]||m[g]||(m[g]=Y.call(u));m=v(m)}Q.apply(u,m),l&&!i&&m.length>0&&f+n.length>1&&t.uniqueSort(u)}return l&&(F=x,D=y),p};return r?i(s):s}var x,w,_,A,C,E,k,I,D,T,M,S,N,R,V,O,B,$,q,P="sizzle"+1*new Date,j=e.document,F=0,L=0,H=n(),z=n(),U=n(),W=function(e,t){return e===t&&(M=!0),0},X=1<<31,J={}.hasOwnProperty,K=[],Y=K.pop,G=K.push,Q=K.push,Z=K.slice,et=function(e,t){for(var n=0,i=e.length;i>n;n++)if(e[n]===t)return n;return-1},tt="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",nt="[\\x20\\t\\r\\n\\f]",it="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",rt="\\["+nt+"*("+it+")(?:"+nt+"*([*^$|!~]?=)"+nt+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+it+"))|)"+nt+"*\\]",ot=":("+it+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+rt+")*)|.*)\\)|)",st=new RegExp(nt+"+","g"),at=new RegExp("^"+nt+"+|((?:^|[^\\\\])(?:\\\\.)*)"+nt+"+$","g"),ut=new RegExp("^"+nt+"*,"+nt+"*"),lt=new RegExp("^"+nt+"*([>+~]|"+nt+")"+nt+"*"),ct=new RegExp("="+nt+"*([^\\]'\"]*?)"+nt+"*\\]","g"),dt=new RegExp(ot),ht=new RegExp("^"+it+"$"),ft={ID:new RegExp("^#("+it+")"),CLASS:new RegExp("^\\.("+it+")"),TAG:new RegExp("^("+it+"|[*])"),ATTR:new RegExp("^"+rt),PSEUDO:new RegExp("^"+ot),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+nt+"*(even|odd|(([+-]|)(\\d*)n|)"+nt+"*(?:([+-]|)"+nt+"*(\\d+)|))"+nt+"*\\)|)","i"),bool:new RegExp("^(?:"+tt+")$","i"),needsContext:new RegExp("^"+nt+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+nt+"*((?:-\\d)?\\d*)"+nt+"*\\)|)(?=[^-]|$)","i")},gt=/^(?:input|select|textarea|button)$/i,pt=/^h\d$/i,vt=/^[^{]+\{\s*\[native \w/,mt=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,yt=/[+~]/,bt=/'|\\/g,xt=new RegExp("\\\\([\\da-f]{1,6}"+nt+"?|("+nt+")|.)","ig"),wt=function(e,t,n){var i="0x"+t-65536;return i!==i||n?t:0>i?String.fromCharCode(i+65536):String.fromCharCode(i>>10|55296,1023&i|56320)},_t=function(){S()};try{Q.apply(K=Z.call(j.childNodes),j.childNodes),K[j.childNodes.length].nodeType}catch(At){Q={apply:K.length?function(e,t){G.apply(e,Z.call(t))}:function(e,t){for(var n=e.length,i=0;e[n++]=t[i++];);e.length=n-1}}}w=t.support={},C=t.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?"HTML"!==t.nodeName:!1},S=t.setDocument=function(e){var t,n,i=e?e.ownerDocument||e:j;return i!==N&&9===i.nodeType&&i.documentElement?(N=i,R=N.documentElement,V=!C(N),(n=N.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",_t,!1):n.attachEvent&&n.attachEvent("onunload",_t)),w.attributes=r(function(e){return e.className="i",!e.getAttribute("className")}),w.getElementsByTagName=r(function(e){return e.appendChild(N.createComment("")),!e.getElementsByTagName("*").length}),w.getElementsByClassName=vt.test(N.getElementsByClassName),w.getById=r(function(e){return R.appendChild(e).id=P,!N.getElementsByName||!N.getElementsByName(P).length}),w.getById?(_.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&V){var n=t.getElementById(e);return n?[n]:[]}},_.filter.ID=function(e){var t=e.replace(xt,wt);return function(e){return e.getAttribute("id")===t}}):(delete _.find.ID,_.filter.ID=function(e){var t=e.replace(xt,wt);return function(e){var n="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}}),_.find.TAG=w.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):w.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,i=[],r=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[r++];)1===n.nodeType&&i.push(n);return i}return o},_.find.CLASS=w.getElementsByClassName&&function(e,t){return"undefined"!=typeof t.getElementsByClassName&&V?t.getElementsByClassName(e):void 0},B=[],O=[],(w.qsa=vt.test(N.querySelectorAll))&&(r(function(e){R.appendChild(e).innerHTML=" ",e.querySelectorAll("[msallowcapture^='']").length&&O.push("[*^$]="+nt+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||O.push("\\["+nt+"*(?:value|"+tt+")"),e.querySelectorAll("[id~="+P+"-]").length||O.push("~="),e.querySelectorAll(":checked").length||O.push(":checked"),e.querySelectorAll("a#"+P+"+*").length||O.push(".#.+[+~]")}),r(function(e){var t=N.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&O.push("name"+nt+"*[*^$|!~]?="),e.querySelectorAll(":enabled").length||O.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),O.push(",.*:")})),(w.matchesSelector=vt.test($=R.matches||R.webkitMatchesSelector||R.mozMatchesSelector||R.oMatchesSelector||R.msMatchesSelector))&&r(function(e){w.disconnectedMatch=$.call(e,"div"),$.call(e,"[s!='']:x"),B.push("!=",ot)}),O=O.length&&new RegExp(O.join("|")),B=B.length&&new RegExp(B.join("|")),t=vt.test(R.compareDocumentPosition),q=t||vt.test(R.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,i=t&&t.parentNode;return e===i||!(!i||1!==i.nodeType||!(n.contains?n.contains(i):e.compareDocumentPosition&&16&e.compareDocumentPosition(i)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},W=t?function(e,t){if(e===t)return M=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n?n:(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1,1&n||!w.sortDetached&&t.compareDocumentPosition(e)===n?e===N||e.ownerDocument===j&&q(j,e)?-1:t===N||t.ownerDocument===j&&q(j,t)?1:T?et(T,e)-et(T,t):0:4&n?-1:1)}:function(e,t){if(e===t)return M=!0,0;var n,i=0,r=e.parentNode,o=t.parentNode,a=[e],u=[t];if(!r||!o)return e===N?-1:t===N?1:r?-1:o?1:T?et(T,e)-et(T,t):0;if(r===o)return s(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)u.unshift(n);for(;a[i]===u[i];)i++;return i?s(a[i],u[i]):a[i]===j?-1:u[i]===j?1:0},N):N},t.matches=function(e,n){return t(e,null,null,n)},t.matchesSelector=function(e,n){if((e.ownerDocument||e)!==N&&S(e),n=n.replace(ct,"='$1']"),!(!w.matchesSelector||!V||U[n+" "]||B&&B.test(n)||O&&O.test(n)))try{var i=$.call(e,n);if(i||w.disconnectedMatch||e.document&&11!==e.document.nodeType)return i}catch(r){}return t(n,N,null,[e]).length>0},t.contains=function(e,t){return(e.ownerDocument||e)!==N&&S(e),q(e,t)},t.attr=function(e,t){(e.ownerDocument||e)!==N&&S(e);
var n=_.attrHandle[t.toLowerCase()],i=n&&J.call(_.attrHandle,t.toLowerCase())?n(e,t,!V):void 0;return void 0!==i?i:w.attributes||!V?e.getAttribute(t):(i=e.getAttributeNode(t))&&i.specified?i.value:null},t.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},t.uniqueSort=function(e){var t,n=[],i=0,r=0;if(M=!w.detectDuplicates,T=!w.sortStable&&e.slice(0),e.sort(W),M){for(;t=e[r++];)t===e[r]&&(i=n.push(r));for(;i--;)e.splice(n[i],1)}return T=null,e},A=t.getText=function(e){var t,n="",i=0,r=e.nodeType;if(r){if(1===r||9===r||11===r){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=A(e)}else if(3===r||4===r)return e.nodeValue}else for(;t=e[i++];)n+=A(t);return n},_=t.selectors={cacheLength:50,createPseudo:i,match:ft,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(xt,wt),e[3]=(e[3]||e[4]||e[5]||"").replace(xt,wt),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||t.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&t.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return ft.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&dt.test(n)&&(t=E(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(xt,wt).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=H[e+" "];return t||(t=new RegExp("(^|"+nt+")"+e+"("+nt+"|$)"))&&H(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,n,i){return function(r){var o=t.attr(r,e);return null==o?"!="===n:n?(o+="","="===n?o===i:"!="===n?o!==i:"^="===n?i&&0===o.indexOf(i):"*="===n?i&&o.indexOf(i)>-1:"$="===n?i&&o.slice(-i.length)===i:"~="===n?(" "+o.replace(st," ")+" ").indexOf(i)>-1:"|="===n?o===i||o.slice(0,i.length+1)===i+"-":!1):!0}},CHILD:function(e,t,n,i,r){var o="nth"!==e.slice(0,3),s="last"!==e.slice(-4),a="of-type"===t;return 1===i&&0===r?function(e){return!!e.parentNode}:function(t,n,u){var l,c,d,h,f,g,p=o!==s?"nextSibling":"previousSibling",v=t.parentNode,m=a&&t.nodeName.toLowerCase(),y=!u&&!a,b=!1;if(v){if(o){for(;p;){for(h=t;h=h[p];)if(a?h.nodeName.toLowerCase()===m:1===h.nodeType)return!1;g=p="only"===e&&!g&&"nextSibling"}return!0}if(g=[s?v.firstChild:v.lastChild],s&&y){for(h=v,d=h[P]||(h[P]={}),c=d[h.uniqueID]||(d[h.uniqueID]={}),l=c[e]||[],f=l[0]===F&&l[1],b=f&&l[2],h=f&&v.childNodes[f];h=++f&&h&&h[p]||(b=f=0)||g.pop();)if(1===h.nodeType&&++b&&h===t){c[e]=[F,f,b];break}}else if(y&&(h=t,d=h[P]||(h[P]={}),c=d[h.uniqueID]||(d[h.uniqueID]={}),l=c[e]||[],f=l[0]===F&&l[1],b=f),b===!1)for(;(h=++f&&h&&h[p]||(b=f=0)||g.pop())&&((a?h.nodeName.toLowerCase()!==m:1!==h.nodeType)||!++b||(y&&(d=h[P]||(h[P]={}),c=d[h.uniqueID]||(d[h.uniqueID]={}),c[e]=[F,b]),h!==t)););return b-=r,b===i||b%i===0&&b/i>=0}}},PSEUDO:function(e,n){var r,o=_.pseudos[e]||_.setFilters[e.toLowerCase()]||t.error("unsupported pseudo: "+e);return o[P]?o(n):o.length>1?(r=[e,e,"",n],_.setFilters.hasOwnProperty(e.toLowerCase())?i(function(e,t){for(var i,r=o(e,n),s=r.length;s--;)i=et(e,r[s]),e[i]=!(t[i]=r[s])}):function(e){return o(e,0,r)}):o}},pseudos:{not:i(function(e){var t=[],n=[],r=k(e.replace(at,"$1"));return r[P]?i(function(e,t,n,i){for(var o,s=r(e,null,i,[]),a=e.length;a--;)(o=s[a])&&(e[a]=!(t[a]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}}),has:i(function(e){return function(n){return t(e,n).length>0}}),contains:i(function(e){return e=e.replace(xt,wt),function(t){return(t.textContent||t.innerText||A(t)).indexOf(e)>-1}}),lang:i(function(e){return ht.test(e||"")||t.error("unsupported lang: "+e),e=e.replace(xt,wt).toLowerCase(),function(t){var n;do if(n=V?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return n=n.toLowerCase(),n===e||0===n.indexOf(e+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===R},focus:function(e){return e===N.activeElement&&(!N.hasFocus||N.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!_.pseudos.empty(e)},header:function(e){return pt.test(e.nodeName)},input:function(e){return gt.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:l(function(){return[0]}),last:l(function(e,t){return[t-1]}),eq:l(function(e,t,n){return[0>n?n+t:n]}),even:l(function(e,t){for(var n=0;t>n;n+=2)e.push(n);return e}),odd:l(function(e,t){for(var n=1;t>n;n+=2)e.push(n);return e}),lt:l(function(e,t,n){for(var i=0>n?n+t:n;--i>=0;)e.push(i);return e}),gt:l(function(e,t,n){for(var i=0>n?n+t:n;++i2&&"ID"===(s=o[0]).type&&w.getById&&9===t.nodeType&&V&&_.relative[o[1].type]){if(t=(_.find.ID(s.matches[0].replace(xt,wt),t)||[])[0],!t)return n;l&&(t=t.parentNode),e=e.slice(o.shift().value.length)}for(r=ft.needsContext.test(e)?0:o.length;r--&&(s=o[r],!_.relative[a=s.type]);)if((u=_.find[a])&&(i=u(s.matches[0].replace(xt,wt),yt.test(o[0].type)&&c(t.parentNode)||t))){if(o.splice(r,1),e=i.length&&h(o),!e)return Q.apply(n,i),n;break}}return(l||k(e,d))(i,t,!V,n,!t||yt.test(e)&&c(t.parentNode)||t),n},w.sortStable=P.split("").sort(W).join("")===P,w.detectDuplicates=!!M,S(),w.sortDetached=r(function(e){return 1&e.compareDocumentPosition(N.createElement("div"))}),r(function(e){return e.innerHTML=" ","#"===e.firstChild.getAttribute("href")})||o("type|href|height|width",function(e,t,n){return n?void 0:e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),w.attributes&&r(function(e){return e.innerHTML=" ",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||o("value",function(e,t,n){return n||"input"!==e.nodeName.toLowerCase()?void 0:e.defaultValue}),r(function(e){return null==e.getAttribute("disabled")})||o(tt,function(e,t,n){var i;return n?void 0:e[t]===!0?t.toLowerCase():(i=e.getAttributeNode(t))&&i.specified?i.value:null}),t}(e);ft.find=yt,ft.expr=yt.selectors,ft.expr[":"]=ft.expr.pseudos,ft.uniqueSort=ft.unique=yt.uniqueSort,ft.text=yt.getText,ft.isXMLDoc=yt.isXML,ft.contains=yt.contains;var bt=function(e,t,n){for(var i=[],r=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(r&&ft(e).is(n))break;i.push(e)}return i},xt=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},wt=ft.expr.match.needsContext,_t=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,At=/^.[^:#\[\.,]*$/;ft.filter=function(e,t,n){var i=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===i.nodeType?ft.find.matchesSelector(i,e)?[i]:[]:ft.find.matches(e,ft.grep(t,function(e){return 1===e.nodeType}))},ft.fn.extend({find:function(e){var t,n=[],i=this,r=i.length;if("string"!=typeof e)return this.pushStack(ft(e).filter(function(){for(t=0;r>t;t++)if(ft.contains(i[t],this))return!0}));for(t=0;r>t;t++)ft.find(e,i[t],n);return n=this.pushStack(r>1?ft.unique(n):n),n.selector=this.selector?this.selector+" "+e:e,n},filter:function(e){return this.pushStack(i(this,e||[],!1))},not:function(e){return this.pushStack(i(this,e||[],!0))},is:function(e){return!!i(this,"string"==typeof e&&wt.test(e)?ft(e):e||[],!1).length}});var Ct,Et=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,kt=ft.fn.init=function(e,t,n){var i,r;if(!e)return this;if(n=n||Ct,"string"==typeof e){if(i="<"===e.charAt(0)&&">"===e.charAt(e.length-1)&&e.length>=3?[null,e,null]:Et.exec(e),!i||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(i[1]){if(t=t instanceof ft?t[0]:t,ft.merge(this,ft.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:it,!0)),_t.test(i[1])&&ft.isPlainObject(t))for(i in t)ft.isFunction(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}if(r=it.getElementById(i[2]),r&&r.parentNode){if(r.id!==i[2])return Ct.find(e);this.length=1,this[0]=r}return this.context=it,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):ft.isFunction(e)?"undefined"!=typeof n.ready?n.ready(e):e(ft):(void 0!==e.selector&&(this.selector=e.selector,this.context=e.context),ft.makeArray(e,this))};kt.prototype=ft.fn,Ct=ft(it);var It=/^(?:parents|prev(?:Until|All))/,Dt={children:!0,contents:!0,next:!0,prev:!0};ft.fn.extend({has:function(e){var t,n=ft(e,this),i=n.length;return this.filter(function(){for(t=0;i>t;t++)if(ft.contains(this,n[t]))return!0})},closest:function(e,t){for(var n,i=0,r=this.length,o=[],s=wt.test(e)||"string"!=typeof e?ft(e,t||this.context):0;r>i;i++)for(n=this[i];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(s?s.index(n)>-1:1===n.nodeType&&ft.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?ft.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?ft.inArray(this[0],ft(e)):ft.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(ft.uniqueSort(ft.merge(this.get(),ft(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),ft.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return bt(e,"parentNode")},parentsUntil:function(e,t,n){return bt(e,"parentNode",n)},next:function(e){return r(e,"nextSibling")},prev:function(e){return r(e,"previousSibling")},nextAll:function(e){return bt(e,"nextSibling")},prevAll:function(e){return bt(e,"previousSibling")},nextUntil:function(e,t,n){return bt(e,"nextSibling",n)},prevUntil:function(e,t,n){return bt(e,"previousSibling",n)},siblings:function(e){return xt((e.parentNode||{}).firstChild,e)},children:function(e){return xt(e.firstChild)},contents:function(e){return ft.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:ft.merge([],e.childNodes)}},function(e,t){ft.fn[e]=function(n,i){var r=ft.map(this,t,n);return"Until"!==e.slice(-5)&&(i=n),i&&"string"==typeof i&&(r=ft.filter(i,r)),this.length>1&&(Dt[e]||(r=ft.uniqueSort(r)),It.test(e)&&(r=r.reverse())),this.pushStack(r)}});var Tt=/\S+/g;ft.Callbacks=function(e){e="string"==typeof e?o(e):ft.extend({},e);var t,n,i,r,s=[],a=[],u=-1,l=function(){for(r=e.once,i=t=!0;a.length;u=-1)for(n=a.shift();++u-1;)s.splice(n,1),u>=n&&u--}),this},has:function(e){return e?ft.inArray(e,s)>-1:s.length>0},empty:function(){return s&&(s=[]),this},disable:function(){return r=a=[],s=n="",this},disabled:function(){return!s},lock:function(){return r=!0,n||c.disable(),this},locked:function(){return!!r},fireWith:function(e,n){return r||(n=n||[],n=[e,n.slice?n.slice():n],a.push(n),t||l()),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!i}};return c},ft.extend({Deferred:function(e){var t=[["resolve","done",ft.Callbacks("once memory"),"resolved"],["reject","fail",ft.Callbacks("once memory"),"rejected"],["notify","progress",ft.Callbacks("memory")]],n="pending",i={state:function(){return n},always:function(){return r.done(arguments).fail(arguments),this},then:function(){var e=arguments;return ft.Deferred(function(n){ft.each(t,function(t,o){var s=ft.isFunction(e[t])&&e[t];r[o[1]](function(){var e=s&&s.apply(this,arguments);e&&ft.isFunction(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[o[0]+"With"](this===i?n.promise():this,s?[e]:arguments)})}),e=null}).promise()},promise:function(e){return null!=e?ft.extend(e,i):i}},r={};return i.pipe=i.then,ft.each(t,function(e,o){var s=o[2],a=o[3];i[o[1]]=s.add,a&&s.add(function(){n=a},t[1^e][2].disable,t[2][2].lock),r[o[0]]=function(){return r[o[0]+"With"](this===r?i:this,arguments),this},r[o[0]+"With"]=s.fireWith}),i.promise(r),e&&e.call(r,r),r},when:function(e){var t,n,i,r=0,o=rt.call(arguments),s=o.length,a=1!==s||e&&ft.isFunction(e.promise)?s:0,u=1===a?e:ft.Deferred(),l=function(e,n,i){return function(r){n[e]=this,i[e]=arguments.length>1?rt.call(arguments):r,i===t?u.notifyWith(n,i):--a||u.resolveWith(n,i)}};if(s>1)for(t=new Array(s),n=new Array(s),i=new Array(s);s>r;r++)o[r]&&ft.isFunction(o[r].promise)?o[r].promise().progress(l(r,n,t)).done(l(r,i,o)).fail(u.reject):--a;return a||u.resolveWith(i,o),u.promise()}});var Mt;ft.fn.ready=function(e){return ft.ready.promise().done(e),this},ft.extend({isReady:!1,readyWait:1,holdReady:function(e){e?ft.readyWait++:ft.ready(!0)},ready:function(e){(e===!0?--ft.readyWait:ft.isReady)||(ft.isReady=!0,e!==!0&&--ft.readyWait>0||(Mt.resolveWith(it,[ft]),ft.fn.triggerHandler&&(ft(it).triggerHandler("ready"),ft(it).off("ready"))))}}),ft.ready.promise=function(t){if(!Mt)if(Mt=ft.Deferred(),"complete"===it.readyState||"loading"!==it.readyState&&!it.documentElement.doScroll)e.setTimeout(ft.ready);else if(it.addEventListener)it.addEventListener("DOMContentLoaded",a),e.addEventListener("load",a);else{it.attachEvent("onreadystatechange",a),e.attachEvent("onload",a);var n=!1;try{n=null==e.frameElement&&it.documentElement}catch(i){}n&&n.doScroll&&!function r(){if(!ft.isReady){try{n.doScroll("left")}catch(t){return e.setTimeout(r,50)}s(),ft.ready()}}()}return Mt.promise(t)},ft.ready.promise();var St;for(St in ft(dt))break;dt.ownFirst="0"===St,dt.inlineBlockNeedsLayout=!1,ft(function(){var e,t,n,i;n=it.getElementsByTagName("body")[0],n&&n.style&&(t=it.createElement("div"),i=it.createElement("div"),i.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",n.appendChild(i).appendChild(t),"undefined"!=typeof t.style.zoom&&(t.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",dt.inlineBlockNeedsLayout=e=3===t.offsetWidth,e&&(n.style.zoom=1)),n.removeChild(i))}),function(){var e=it.createElement("div");dt.deleteExpando=!0;try{delete e.test}catch(t){dt.deleteExpando=!1}e=null}();var Nt=function(e){var t=ft.noData[(e.nodeName+" ").toLowerCase()],n=+e.nodeType||1;return 1!==n&&9!==n?!1:!t||t!==!0&&e.getAttribute("classid")===t},Rt=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Vt=/([A-Z])/g;ft.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(e){return e=e.nodeType?ft.cache[e[ft.expando]]:e[ft.expando],!!e&&!l(e)},data:function(e,t,n){return c(e,t,n)},removeData:function(e,t){return d(e,t)},_data:function(e,t,n){return c(e,t,n,!0)},_removeData:function(e,t){return d(e,t,!0)}}),ft.fn.extend({data:function(e,t){var n,i,r,o=this[0],s=o&&o.attributes;if(void 0===e){if(this.length&&(r=ft.data(o),1===o.nodeType&&!ft._data(o,"parsedAttrs"))){for(n=s.length;n--;)s[n]&&(i=s[n].name,0===i.indexOf("data-")&&(i=ft.camelCase(i.slice(5)),u(o,i,r[i])));ft._data(o,"parsedAttrs",!0)}return r}return"object"==typeof e?this.each(function(){ft.data(this,e)}):arguments.length>1?this.each(function(){ft.data(this,e,t)}):o?u(o,e,ft.data(o,e)):void 0},removeData:function(e){return this.each(function(){ft.removeData(this,e)})}}),ft.extend({queue:function(e,t,n){var i;return e?(t=(t||"fx")+"queue",i=ft._data(e,t),n&&(!i||ft.isArray(n)?i=ft._data(e,t,ft.makeArray(n)):i.push(n)),i||[]):void 0},dequeue:function(e,t){t=t||"fx";var n=ft.queue(e,t),i=n.length,r=n.shift(),o=ft._queueHooks(e,t),s=function(){ft.dequeue(e,t)};"inprogress"===r&&(r=n.shift(),i--),r&&("fx"===t&&n.unshift("inprogress"),delete o.stop,r.call(e,s,o)),!i&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return ft._data(e,n)||ft._data(e,n,{empty:ft.Callbacks("once memory").add(function(){ft._removeData(e,t+"queue"),ft._removeData(e,n)})})}}),ft.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.lengtha;a++)t(e[a],n,s?i:i.call(e[a],a,t(e[a],n)));return r?e:l?t.call(e):u?t(e[0],n):o},jt=/^(?:checkbox|radio)$/i,Ft=/<([\w:-]+)/,Lt=/^$|\/(?:java|ecma)script/i,Ht=/^\s+/,zt="abbr|article|aside|audio|bdi|canvas|data|datalist|details|dialog|figcaption|figure|footer|header|hgroup|main|mark|meter|nav|output|picture|progress|section|summary|template|time|video";!function(){var e=it.createElement("div"),t=it.createDocumentFragment(),n=it.createElement("input");e.innerHTML=" a ",dt.leadingWhitespace=3===e.firstChild.nodeType,dt.tbody=!e.getElementsByTagName("tbody").length,dt.htmlSerialize=!!e.getElementsByTagName("link").length,dt.html5Clone="<:nav>"!==it.createElement("nav").cloneNode(!0).outerHTML,n.type="checkbox",n.checked=!0,t.appendChild(n),dt.appendChecked=n.checked,e.innerHTML="",dt.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue,t.appendChild(e),n=it.createElement("input"),n.setAttribute("type","radio"),n.setAttribute("checked","checked"),n.setAttribute("name","t"),e.appendChild(n),dt.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,dt.noCloneEvent=!!e.addEventListener,e[ft.expando]=1,dt.attributes=!e.getAttribute(ft.expando)}();var Ut={option:[1,""," "],legend:[1,""," "],area:[1,""," "],param:[1,""," "],thead:[1,""],tr:[2,""],col:[2,""],td:[3,""],_default:dt.htmlSerialize?[0,"",""]:[1,"X","
"]};Ut.optgroup=Ut.option,Ut.tbody=Ut.tfoot=Ut.colgroup=Ut.caption=Ut.thead,Ut.th=Ut.td;var Wt=/<|?\w+;/,Xt=/-1&&(g=f.split("."),f=g.shift(),g.sort()),s=f.indexOf(":")<0&&"on"+f,t=t[ft.expando]?t:new ft.Event(f,"object"==typeof t&&t),t.isTrigger=r?2:3,t.namespace=g.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=i),n=null==n?[t]:ft.makeArray(n,[t]),l=ft.event.special[f]||{},r||!l.trigger||l.trigger.apply(i,n)!==!1)){if(!r&&!l.noBubble&&!ft.isWindow(i)){for(u=l.delegateType||f,Gt.test(u+f)||(a=a.parentNode);a;a=a.parentNode)h.push(a),c=a;c===(i.ownerDocument||it)&&h.push(c.defaultView||c.parentWindow||e)}for(d=0;(a=h[d++])&&!t.isPropagationStopped();)t.type=d>1?u:l.bindType||f,o=(ft._data(a,"events")||{})[t.type]&&ft._data(a,"handle"),o&&o.apply(a,n),o=s&&a[s],o&&o.apply&&Nt(a)&&(t.result=o.apply(a,n),t.result===!1&&t.preventDefault());if(t.type=f,!r&&!t.isDefaultPrevented()&&(!l._default||l._default.apply(h.pop(),n)===!1)&&Nt(i)&&s&&i[f]&&!ft.isWindow(i)){c=i[s],c&&(i[s]=null),ft.event.triggered=f;try{i[f]()}catch(p){}ft.event.triggered=void 0,c&&(i[s]=c)}return t.result}},dispatch:function(e){e=ft.event.fix(e);var t,n,i,r,o,s=[],a=rt.call(arguments),u=(ft._data(this,"events")||{})[e.type]||[],l=ft.event.special[e.type]||{};if(a[0]=e,e.delegateTarget=this,!l.preDispatch||l.preDispatch.call(this,e)!==!1){for(s=ft.event.handlers.call(this,e,u),t=0;(r=s[t++])&&!e.isPropagationStopped();)for(e.currentTarget=r.elem,n=0;(o=r.handlers[n++])&&!e.isImmediatePropagationStopped();)e.rnamespace&&!e.rnamespace.test(o.namespace)||(e.handleObj=o,e.data=o.data,i=((ft.event.special[o.origType]||{}).handle||o.handler).apply(r.elem,a),void 0!==i&&(e.result=i)===!1&&(e.preventDefault(),e.stopPropagation()));return l.postDispatch&&l.postDispatch.call(this,e),e.result}},handlers:function(e,t){var n,i,r,o,s=[],a=t.delegateCount,u=e.target;if(a&&u.nodeType&&("click"!==e.type||isNaN(e.button)||e.button<1))for(;u!=this;u=u.parentNode||this)if(1===u.nodeType&&(u.disabled!==!0||"click"!==e.type)){for(i=[],n=0;a>n;n++)o=t[n],r=o.selector+" ",void 0===i[r]&&(i[r]=o.needsContext?ft(r,this).index(u)>-1:ft.find(r,this,null,[u]).length),i[r]&&i.push(o);i.length&&s.push({elem:u,handlers:i})}return a ]","i"),tn=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,nn=/