var PassMachine="undefined"==typeof window.PassMachine?{}:window.PassMachine;(function(){var e=null,t=null,n=void 0;!function(t,i){"object"==typeof n?module.exports=n=i():"function"==typeof e&&e.amd?e([],i):t.CryptoJS=i()}(this,function(){var e=e||function(e,t){var n=Object.create||function(){function e(){}return function(t){var n;return e.prototype=t,n=new e,e.prototype=null,n}}(),i={},o=i.lib={},r=o.Base=function(){return{extend:function(e){var t=n(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),s=o.WordArray=r.extend({init:function(e,n){e=this.words=e||[],this.sigBytes=n!=t?n:4*e.length},toString:function(e){return(e||c).stringify(this)},concat:function(e){var t=this.words,n=e.words,i=this.sigBytes,o=e.sigBytes;if(this.clamp(),i%4)for(var r=0;o>r;r++){var s=n[r>>>2]>>>24-r%4*8&255;t[i+r>>>2]|=s<<24-(i+r)%4*8}else for(var r=0;o>r;r+=4)t[i+r>>>2]=n[r>>>2];return this.sigBytes+=o,this},clamp:function(){var t=this.words,n=this.sigBytes;t[n>>>2]&=4294967295<<32-n%4*8,t.length=e.ceil(n/4)},clone:function(){var e=r.clone.call(this);return e.words=this.words.slice(0),e},random:function(t){for(var n,i=[],o=function(t){var t=t,n=987654321,i=4294967295;return function(){n=36969*(65535&n)+(n>>16)&i,t=18e3*(65535&t)+(t>>16)&i;var o=(n<<16)+t&i;return o/=4294967296,o+=.5,o*(e.random()>.5?1:-1)}},r=0;t>r;r+=4){var a=o(4294967296*(n||e.random()));n=987654071*a(),i.push(4294967296*a()|0)}return new s.init(i,t)}}),a=i.enc={},c=a.Hex={stringify:function(e){for(var t=e.words,n=e.sigBytes,i=[],o=0;n>o;o++){var r=t[o>>>2]>>>24-o%4*8&255;i.push((r>>>4).toString(16)),i.push((15&r).toString(16))}return i.join("")},parse:function(e){for(var t=e.length,n=[],i=0;t>i;i+=2)n[i>>>3]|=parseInt(e.substr(i,2),16)<<24-i%8*4;return new s.init(n,t/2)}},u=a.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,i=[],o=0;n>o;o++){var r=t[o>>>2]>>>24-o%4*8&255;i.push(String.fromCharCode(r))}return i.join("")},parse:function(e){for(var t=e.length,n=[],i=0;t>i;i++)n[i>>>2]|=(255&e.charCodeAt(i))<<24-i%4*8;return new s.init(n,t)}},l=a.Utf8={stringify:function(e){try{return decodeURIComponent(escape(u.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return u.parse(unescape(encodeURIComponent(e)))}},d=o.BufferedBlockAlgorithm=r.extend({reset:function(){this._data=new s.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=l.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n=this._data,i=n.words,o=n.sigBytes,r=this.blockSize,a=4*r,c=o/a;c=t?e.ceil(c):e.max((0|c)-this._minBufferSize,0);var u=c*r,l=e.min(4*u,o);if(u){for(var d=0;u>d;d+=r)this._doProcessBlock(i,d);var f=i.splice(0,u);n.sigBytes-=l}return new s.init(f,l)},clone:function(){var e=r.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0}),f=(o.Hasher=d.extend({cfg:r.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){d.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){e&&this._append(e);var t=this._doFinalize();return t},blockSize:16,_createHelper:function(e){return function(t,n){return new e.init(n).finalize(t)}},_createHmacHelper:function(e){return function(t,n){return new f.HMAC.init(e,n).finalize(t)}}}),i.algo={});return i}(Math);return e}),!function(i,o){"object"==typeof n?module.exports=n=o(t("./core.min"),t("./sha1.min"),t("./hmac.min")):"function"==typeof e&&e.amd?e(["./core.min","./sha1.min","./hmac.min"],o):o(i.CryptoJS)}(this,function(e){return function(){var t=e,n=t.lib,i=n.Base,o=n.WordArray,r=t.algo,s=r.MD5,a=r.EvpKDF=i.extend({cfg:i.extend({keySize:4,hasher:s,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var n=this.cfg,i=n.hasher.create(),r=o.create(),s=r.words,a=n.keySize,c=n.iterations;s.length<a;){u&&i.update(u);var u=i.update(e).finalize(t);i.reset();for(var l=1;c>l;l++)u=i.finalize(u),i.reset();r.concat(u)}return r.sigBytes=4*a,r}});t.EvpKDF=function(e,t,n){return a.create(n).compute(e,t)}}(),e.EvpKDF}),!function(i,o){"object"==typeof n?module.exports=n=o(t("./core.min")):"function"==typeof e&&e.amd?e(["./core.min"],o):o(i.CryptoJS)}(this,function(e){return function(){function t(e,t,n){for(var i=[],r=0,s=0;t>s;s++)if(s%4){var a=n[e.charCodeAt(s-1)]<<s%4*2,c=n[e.charCodeAt(s)]>>>6-s%4*2;i[r>>>2]|=(a|c)<<24-r%4*8,r++}return o.create(i,r)}var n=e,i=n.lib,o=i.WordArray,r=n.enc;r.Base64={stringify:function(e){var t=e.words,n=e.sigBytes,i=this._map;e.clamp();for(var o=[],r=0;n>r;r+=3)for(var s=t[r>>>2]>>>24-r%4*8&255,a=t[r+1>>>2]>>>24-(r+1)%4*8&255,c=t[r+2>>>2]>>>24-(r+2)%4*8&255,u=s<<16|a<<8|c,l=0;4>l&&n>r+.75*l;l++)o.push(i.charAt(u>>>6*(3-l)&63));var d=i.charAt(64);if(d)for(;o.length%4;)o.push(d);return o.join("")},parse:function(e){var n=e.length,i=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var r=0;r<i.length;r++)o[i.charCodeAt(r)]=r}var s=i.charAt(64);if(s){var a=e.indexOf(s);-1!==a&&(n=a)}return t(e,n,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),e.enc.Base64}),!function(i,o){"object"==typeof n?module.exports=n=o(t("./core.min"),t("./evpkdf.min")):"function"==typeof e&&e.amd?e(["./core.min","./evpkdf.min"],o):o(i.CryptoJS)}(this,function(e){e.lib.Cipher||function(t){var n=e,i=n.lib,o=i.Base,r=i.WordArray,s=i.BufferedBlockAlgorithm,a=n.enc,c=(a.Utf8,a.Base64),u=n.algo,l=u.EvpKDF,d=i.Cipher=s.extend({cfg:o.extend(),createEncryptor:function(e,t){return this.create(this._ENC_XFORM_MODE,e,t)},createDecryptor:function(e,t){return this.create(this._DEC_XFORM_MODE,e,t)},init:function(e,t,n){this.cfg=this.cfg.extend(n),this._xformMode=e,this._key=t,this.reset()},reset:function(){s.reset.call(this),this._doReset()},process:function(e){return this._append(e),this._process()},finalize:function(e){e&&this._append(e);var t=this._doFinalize();return t},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function e(e){return"string"==typeof e?C:x}return function(t){return{encrypt:function(n,i,o){return e(i).encrypt(t,n,i,o)},decrypt:function(n,i,o){return e(i).decrypt(t,n,i,o)}}}}()}),f=(i.StreamCipher=d.extend({_doFinalize:function(){var e=this._process(!0);return e},blockSize:1}),n.mode={}),p=i.BlockCipherMode=o.extend({createEncryptor:function(e,t){return this.Encryptor.create(e,t)},createDecryptor:function(e,t){return this.Decryptor.create(e,t)},init:function(e,t){this._cipher=e,this._iv=t}}),h=f.CBC=function(){function e(e,n,i){var o=this._iv;if(o){var r=o;this._iv=t}else var r=this._prevBlock;for(var s=0;i>s;s++)e[n+s]^=r[s]}var n=p.extend();return n.Encryptor=n.extend({processBlock:function(t,n){var i=this._cipher,o=i.blockSize;e.call(this,t,n,o),i.encryptBlock(t,n),this._prevBlock=t.slice(n,n+o)}}),n.Decryptor=n.extend({processBlock:function(t,n){var i=this._cipher,o=i.blockSize,r=t.slice(n,n+o);i.decryptBlock(t,n),e.call(this,t,n,o),this._prevBlock=r}}),n}(),m=n.pad={},v=m.Pkcs7={pad:function(e,t){for(var n=4*t,i=n-e.sigBytes%n,o=i<<24|i<<16|i<<8|i,s=[],a=0;i>a;a+=4)s.push(o);var c=r.create(s,i);e.concat(c)},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},g=(i.BlockCipher=d.extend({cfg:d.cfg.extend({mode:h,padding:v}),reset:function(){d.reset.call(this);var e=this.cfg,t=e.iv,n=e.mode;if(this._xformMode==this._ENC_XFORM_MODE)var i=n.createEncryptor;else{var i=n.createDecryptor;this._minBufferSize=1}this._mode&&this._mode.__creator==i?this._mode.init(this,t&&t.words):(this._mode=i.call(n,this,t&&t.words),this._mode.__creator=i)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e=this.cfg.padding;if(this._xformMode==this._ENC_XFORM_MODE){e.pad(this._data,this.blockSize);var t=this._process(!0)}else{var t=this._process(!0);e.unpad(t)}return t},blockSize:4}),i.CipherParams=o.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}})),y=n.format={},b=y.OpenSSL={stringify:function(e){var t=e.ciphertext,n=e.salt;if(n)var i=r.create([1398893684,1701076831]).concat(n).concat(t);else var i=t;return i.toString(c)},parse:function(e){var t=c.parse(e),n=t.words;if(1398893684==n[0]&&1701076831==n[1]){var i=r.create(n.slice(2,4));n.splice(0,4),t.sigBytes-=16}return g.create({ciphertext:t,salt:i})}},x=i.SerializableCipher=o.extend({cfg:o.extend({format:b}),encrypt:function(e,t,n,i){i=this.cfg.extend(i);var o=e.createEncryptor(n,i),r=o.finalize(t),s=o.cfg;return g.create({ciphertext:r,key:n,iv:s.iv,algorithm:e,mode:s.mode,padding:s.padding,blockSize:e.blockSize,formatter:i.format})},decrypt:function(e,t,n,i){i=this.cfg.extend(i),t=this._parse(t,i.format);var o=e.createDecryptor(n,i).finalize(t.ciphertext);return o},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}}),w=n.kdf={},T=w.OpenSSL={execute:function(e,t,n,i){i||(i=r.random(8));var o=l.create({keySize:t+n}).compute(e,i),s=r.create(o.words.slice(t),4*n);return o.sigBytes=4*t,g.create({key:o,iv:s,salt:i})}},C=i.PasswordBasedCipher=x.extend({cfg:x.cfg.extend({kdf:T}),encrypt:function(e,t,n,i){i=this.cfg.extend(i);var o=i.kdf.execute(n,e.keySize,e.ivSize);i.iv=o.iv;var r=x.encrypt.call(this,e,t,o.key,i);return r.mixIn(o),r},decrypt:function(e,t,n,i){i=this.cfg.extend(i),t=this._parse(t,i.format);var o=i.kdf.execute(n,e.keySize,e.ivSize,t.salt);i.iv=o.iv;var r=x.decrypt.call(this,e,t,o.key,i);return r}})}()}),!function(i,o){"object"==typeof n?module.exports=n=o(t("./core.min")):"function"==typeof e&&e.amd?e(["./core.min"],o):o(i.CryptoJS)}(this,function(e){!function(){var t=e,n=t.lib,i=n.Base,o=t.enc,r=o.Utf8,s=t.algo;s.HMAC=i.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=r.parse(t));var n=e.blockSize,i=4*n;t.sigBytes>i&&(t=e.finalize(t)),t.clamp();for(var o=this._oKey=t.clone(),s=this._iKey=t.clone(),a=o.words,c=s.words,u=0;n>u;u++)a[u]^=1549556828,c[u]^=909522486;o.sigBytes=s.sigBytes=i,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,n=t.finalize(e);t.reset();var i=t.finalize(this._oKey.clone().concat(n));return i}})}()}),!function(i,o){"object"==typeof n?module.exports=n=o(t("./core.min"),t("./cipher-core.min")):"function"==typeof e&&e.amd?e(["./core.min","./cipher-core.min"],o):o(i.CryptoJS)}(this,function(e){return e.mode.ECB=function(){var t=e.lib.BlockCipherMode.extend();return t.Encryptor=t.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),t.Decryptor=t.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),t}(),e.mode.ECB}),!function(i,o){"object"==typeof n?module.exports=n=o(t("./core.min"),t("./cipher-core.min")):"function"==typeof e&&e.amd?e(["./core.min","./cipher-core.min"],o):o(i.CryptoJS)}(this,function(e){return e.pad.Pkcs7}),!function(i,o){"object"==typeof n?module.exports=n=o(t("./core.min"),t("./enc-base64.min"),t("./md5.min"),t("./evpkdf.min"),t("./cipher-core.min")):"function"==typeof e&&e.amd?e(["./core.min","./enc-base64.min","./md5.min","./evpkdf.min","./cipher-core.min"],o):o(i.CryptoJS)}(this,function(e){return function(){var t=e,n=t.lib,i=n.BlockCipher,o=t.algo,r=[],s=[],a=[],c=[],u=[],l=[],d=[],f=[],p=[],h=[];!function(){for(var e=[],t=0;256>t;t++)e[t]=128>t?t<<1:t<<1^283;for(var n=0,i=0,t=0;256>t;t++){var o=i^i<<1^i<<2^i<<3^i<<4;o=o>>>8^255&o^99,r[n]=o,s[o]=n;var m=e[n],v=e[m],g=e[v],y=257*e[o]^16843008*o;a[n]=y<<24|y>>>8,c[n]=y<<16|y>>>16,u[n]=y<<8|y>>>24,l[n]=y;var y=16843009*g^65537*v^257*m^16843008*n;d[o]=y<<24|y>>>8,f[o]=y<<16|y>>>16,p[o]=y<<8|y>>>24,h[o]=y,n?(n=m^e[e[e[g^m]]],i^=e[e[i]]):n=i=1}}();var m=[0,1,2,4,8,16,32,64,128,27,54],v=o.AES=i.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,n=e.sigBytes/4,i=this._nRounds=n+6,o=4*(i+1),s=this._keySchedule=[],a=0;o>a;a++)if(n>a)s[a]=t[a];else{var c=s[a-1];a%n?n>6&&a%n==4&&(c=r[c>>>24]<<24|r[c>>>16&255]<<16|r[c>>>8&255]<<8|r[255&c]):(c=c<<8|c>>>24,c=r[c>>>24]<<24|r[c>>>16&255]<<16|r[c>>>8&255]<<8|r[255&c],c^=m[a/n|0]<<24),s[a]=s[a-n]^c}for(var u=this._invKeySchedule=[],l=0;o>l;l++){var a=o-l;if(l%4)var c=s[a];else var c=s[a-4];u[l]=4>l||4>=a?c:d[r[c>>>24]]^f[r[c>>>16&255]]^p[r[c>>>8&255]]^h[r[255&c]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,a,c,u,l,r)},decryptBlock:function(e,t){var n=e[t+1];e[t+1]=e[t+3],e[t+3]=n,this._doCryptBlock(e,t,this._invKeySchedule,d,f,p,h,s);var n=e[t+1];e[t+1]=e[t+3],e[t+3]=n},_doCryptBlock:function(e,t,n,i,o,r,s,a){for(var c=this._nRounds,u=e[t]^n[0],l=e[t+1]^n[1],d=e[t+2]^n[2],f=e[t+3]^n[3],p=4,h=1;c>h;h++){var m=i[u>>>24]^o[l>>>16&255]^r[d>>>8&255]^s[255&f]^n[p++],v=i[l>>>24]^o[d>>>16&255]^r[f>>>8&255]^s[255&u]^n[p++],g=i[d>>>24]^o[f>>>16&255]^r[u>>>8&255]^s[255&l]^n[p++],y=i[f>>>24]^o[u>>>16&255]^r[l>>>8&255]^s[255&d]^n[p++];u=m,l=v,d=g,f=y}var m=(a[u>>>24]<<24|a[l>>>16&255]<<16|a[d>>>8&255]<<8|a[255&f])^n[p++],v=(a[l>>>24]<<24|a[d>>>16&255]<<16|a[f>>>8&255]<<8|a[255&u])^n[p++],g=(a[d>>>24]<<24|a[f>>>16&255]<<16|a[u>>>8&255]<<8|a[255&l])^n[p++],y=(a[f>>>24]<<24|a[u>>>16&255]<<16|a[l>>>8&255]<<8|a[255&d])^n[p++];e[t]=m,e[t+1]=v,e[t+2]=g,e[t+3]=y},keySize:8});t.AES=i._createHelper(v)}(),e.AES}),!function(i,o){"object"==typeof n?module.exports=n=o(t("./core.min")):"function"==typeof e&&e.amd?e(["./core.min"],o):o(i.CryptoJS)}(this,function(e){return e.enc.Utf8})}).call(PassMachine);var PassMachine="undefined"==typeof window.PassMachine?{}:window.PassMachine;!function(e,t){function n(e){var t=e.length,n=lt.type(e);return lt.isWindow(e)?!1:1===e.nodeType&&t?!0:"array"===n||"function"!==n&&(0===t||"number"==typeof t&&t>0&&t-1 in e)}function i(e){var t=Et[e]={};return lt.each(e.match(ft)||[],function(e,n){t[n]=!0}),t}function o(e,n,i,o){if(lt.acceptData(e)){var r,s,a=lt.expando,c=e.nodeType,u=c?lt.cache:e,l=c?e[a]:e[a]&&a;if(l&&u[l]&&(o||u[l].data)||i!==t||"string"!=typeof n)return l||(l=c?e[a]=tt.pop()||lt.guid++:a),u[l]||(u[l]=c?{}:{toJSON:lt.noop}),("object"==typeof n||"function"==typeof n)&&(o?u[l]=lt.extend(u[l],n):u[l].data=lt.extend(u[l].data,n)),s=u[l],o||(s.data||(s.data={}),s=s.data),i!==t&&(s[lt.camelCase(n)]=i),"string"==typeof n?(r=s[n],null==r&&(r=s[lt.camelCase(n)])):r=s,r}}function r(e,t,n){if(lt.acceptData(e)){var i,o,r=e.nodeType,s=r?lt.cache:e,c=r?e[lt.expando]:lt.expando;if(s[c]){if(t&&(i=n?s[c]:s[c].data)){lt.isArray(t)?t=t.concat(lt.map(t,lt.camelCase)):t in i?t=[t]:(t=lt.camelCase(t),t=t in i?[t]:t.split(" ")),o=t.length;for(;o--;)delete i[t[o]];if(n?!a(i):!lt.isEmptyObject(i))return}(n||(delete s[c].data,a(s[c])))&&(r?lt.cleanData([e],!0):lt.support.deleteExpando||s!=s.window?delete s[c]:s[c]=null)}}}function s(e,n,i){if(i===t&&1===e.nodeType){var o="data-"+n.replace(Dt,"-$1").toLowerCase();if(i=e.getAttribute(o),"string"==typeof i){try{i="true"===i?!0:"false"===i?!1:"null"===i?null:+i+""===i?+i:St.test(i)?lt.parseJSON(i):i}catch(r){}lt.data(e,n,i)}else i=t}return i}function a(e){var t;for(t in e)if(("data"!==t||!lt.isEmptyObject(e[t]))&&"toJSON"!==t)return!1;return!0}function c(){return!0}function u(){return!1}function l(){try{return G.activeElement}catch(e){}}function d(e,t){do e=e[t];while(e&&1!==e.nodeType);return e}function f(e,t,n){if(lt.isFunction(t))return lt.grep(e,function(e,i){return!!t.call(e,i,e)!==n});if(t.nodeType)return lt.grep(e,function(e){return e===t!==n});if("string"==typeof t){if(zt.test(t))return lt.filter(t,e,n);t=lt.filter(t,e)}return lt.grep(e,function(e){return lt.inArray(e,t)>=0!==n})}function p(e){var t=Vt.split("|"),n=e.createDocumentFragment();if(n.createElement)for(;t.length;)n.createElement(t.pop());return n}function h(e,t){return lt.nodeName(e,"table")&&lt.nodeName(1===t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function m(e){return e.type=(null!==lt.find.attr(e,"type"))+"/"+e.type,e}function v(e){var t=rn.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function g(e,t){for(var n,i=0;null!=(n=e[i]);i++)lt._data(n,"globalEval",!t||lt._data(t[i],"globalEval"))}function y(e,t){if(1===t.nodeType&&lt.hasData(e)){var n,i,o,r=lt._data(e),s=lt._data(t,r),a=r.events;if(a){delete s.handle,s.events={};for(n in a)for(i=0,o=a[n].length;o>i;i++)lt.event.add(t,n,a[n][i])}s.data&&(s.data=lt.extend({},s.data))}}function b(e,t){var n,i,o;if(1===t.nodeType){if(n=t.nodeName.toLowerCase(),!lt.support.noCloneEvent&&t[lt.expando]){o=lt._data(t);for(i in o.events)lt.removeEvent(t,i,o.handle);t.removeAttribute(lt.expando)}"script"===n&&t.text!==e.text?(m(t).text=e.text,v(t)):"object"===n?(t.parentNode&&(t.outerHTML=e.outerHTML),lt.support.html5Clone&&e.innerHTML&&!lt.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):"input"===n&&tn.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 x(e,n){var i,o,r=0,s=typeof e.getElementsByTagName!==Y?e.getElementsByTagName(n||"*"):typeof e.querySelectorAll!==Y?e.querySelectorAll(n||"*"):t;if(!s)for(s=[],i=e.childNodes||e;null!=(o=i[r]);r++)!n||lt.nodeName(o,n)?s.push(o):lt.merge(s,x(o,n));return n===t||n&&lt.nodeName(e,n)?lt.merge([e],s):s}function w(e){tn.test(e.type)&&(e.defaultChecked=e.checked)}function T(e,t){if(t in e)return t;for(var n=t.charAt(0).toUpperCase()+t.slice(1),i=t,o=En.length;o--;)if(t=En[o]+n,t in e)return t;return i}function C(e,t){return e=t||e,"none"===lt.css(e,"display")||!lt.contains(e.ownerDocument,e)}function k(e,t){for(var n,i,o,r=[],s=0,a=e.length;a>s;s++)i=e[s],i.style&&(r[s]=lt._data(i,"olddisplay"),n=i.style.display,t?(r[s]||"none"!==n||(i.style.display=""),""===i.style.display&&C(i)&&(r[s]=lt._data(i,"olddisplay",A(i.nodeName)))):r[s]||(o=C(i),(n&&"none"!==n||!o)&&lt._data(i,"olddisplay",o?n:lt.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?r[s]||"":"none"));return e}function E(e,t,n){var i=yn.exec(t);return i?Math.max(0,i[1]-(n||0))+(i[2]||"px"):t}function S(e,t,n,i,o){for(var r=n===(i?"border":"content")?4:"width"===t?1:0,s=0;4>r;r+=2)"margin"===n&&(s+=lt.css(e,n+kn[r],!0,o)),i?("content"===n&&(s-=lt.css(e,"padding"+kn[r],!0,o)),"margin"!==n&&(s-=lt.css(e,"border"+kn[r]+"Width",!0,o))):(s+=lt.css(e,"padding"+kn[r],!0,o),"padding"!==n&&(s+=lt.css(e,"border"+kn[r]+"Width",!0,o)));return s}function D(e,t,n){var i=!0,o="width"===t?e.offsetWidth:e.offsetHeight,r=dn(e),s=lt.support.boxSizing&&"border-box"===lt.css(e,"boxSizing",!1,r);if(0>=o||null==o){if(o=fn(e,t,r),(0>o||null==o)&&(o=e.style[t]),bn.test(o))return o;i=s&&(lt.support.boxSizingReliable||o===e.style[t]),o=parseFloat(o)||0}return o+S(e,t,n||(s?"border":"content"),i,r)+"px"}function A(e){var t=G,n=wn[e];return n||(n=N(e,t),"none"!==n&&n||(ln=(ln||lt("<iframe frameborder='0' width='0' height='0'/>").css("cssText","display:block !important")).appendTo(t.documentElement),t=(ln[0].contentWindow||ln[0].contentDocument).document,t.write("<!doctype html><html><body>"),t.close(),n=N(e,t),ln.detach()),wn[e]=n),n}function N(e,t){var n=lt(t.createElement(e)).appendTo(t.body),i=lt.css(n[0],"display");return n.remove(),i}function B(e,t,n,i){var o;if(lt.isArray(t))lt.each(t,function(t,o){n||Dn.test(e)?i(e,o):B(e+"["+("object"==typeof o?t:"")+"]",o,n,i)});else if(n||"object"!==lt.type(t))i(e,t);else for(o in t)B(e+"["+o+"]",t[o],n,i)}function j(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var i,o=0,r=t.toLowerCase().match(ft)||[];if(lt.isFunction(n))for(;i=r[o++];)"+"===i[0]?(i=i.slice(1)||"*",(e[i]=e[i]||[]).unshift(n)):(e[i]=e[i]||[]).push(n)}}function M(e,n,i,o){function r(c){var u;return s[c]=!0,lt.each(e[c]||[],function(e,c){var l=c(n,i,o);return"string"!=typeof l||a||s[l]?a?!(u=l):t:(n.dataTypes.unshift(l),r(l),!1)}),u}var s={},a=e===Wn;return r(n.dataTypes[0])||!s["*"]&&r("*")}function I(e,n){var i,o,r=lt.ajaxSettings.flatOptions||{};for(o in n)n[o]!==t&&((r[o]?e:i||(i={}))[o]=n[o]);return i&&lt.extend(!0,e,i),e}function R(e,n,i){for(var o,r,s,a,c=e.contents,u=e.dataTypes;"*"===u[0];)u.shift(),r===t&&(r=e.mimeType||n.getResponseHeader("Content-Type"));if(r)for(a in c)if(c[a]&&c[a].test(r)){u.unshift(a);break}if(u[0]in i)s=u[0];else{for(a in i){if(!u[0]||e.converters[a+" "+u[0]]){s=a;break}o||(o=a)}s=s||o}return s?(s!==u[0]&&u.unshift(s),i[s]):t}function H(e,t,n,i){var o,r,s,a,c,u={},l=e.dataTypes.slice();if(l[1])for(s in e.converters)u[s.toLowerCase()]=e.converters[s];for(r=l.shift();r;)if(e.responseFields[r]&&(n[e.responseFields[r]]=t),!c&&i&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),c=r,r=l.shift())if("*"===r)r=c;else if("*"!==c&&c!==r){if(s=u[c+" "+r]||u["* "+r],!s)for(o in u)if(a=o.split(" "),a[1]===r&&(s=u[c+" "+a[0]]||u["* "+a[0]])){s===!0?s=u[o]:u[o]!==!0&&(r=a[0],l.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 "+c+" to "+r}}}return{state:"success",data:t}}function L(){try{return new e.XMLHttpRequest}catch(t){}}function q(){try{return new e.ActiveXObject("Microsoft.XMLHTTP")}catch(t){}}function O(){return setTimeout(function(){$n=t}),$n=lt.now()}function F(e,t,n){for(var i,o=(ri[t]||[]).concat(ri["*"]),r=0,s=o.length;s>r;r++)if(i=o[r].call(n,t,e))return i}function P(e,t,n){var i,o,r=0,s=oi.length,a=lt.Deferred().always(function(){delete c.elem}),c=function(){if(o)return!1;for(var t=$n||O(),n=Math.max(0,u.startTime+u.duration-t),i=n/u.duration||0,r=1-i,s=0,c=u.tweens.length;c>s;s++)u.tweens[s].run(r);return a.notifyWith(e,[u,r,n]),1>r&&c?n:(a.resolveWith(e,[u]),!1)},u=a.promise({elem:e,props:lt.extend({},t),opts:lt.extend(!0,{specialEasing:{}},n),originalProperties:t,originalOptions:n,startTime:$n||O(),duration:n.duration,tweens:[],createTween:function(t,n){var i=lt.Tween(e,u.opts,t,n,u.opts.specialEasing[t]||u.opts.easing);return u.tweens.push(i),i},stop:function(t){var n=0,i=t?u.tweens.length:0;if(o)return this;for(o=!0;i>n;n++)u.tweens[n].run(1);return t?a.resolveWith(e,[u,t]):a.rejectWith(e,[u,t]),this}}),l=u.props;for(_(l,u.opts.specialEasing);s>r;r++)if(i=oi[r].call(u,e,l,u.opts))return i;return lt.map(l,F,u),lt.isFunction(u.opts.start)&&u.opts.start.call(e,u),lt.fx.timer(lt.extend(c,{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 _(e,t){var n,i,o,r,s;for(n in e)if(i=lt.camelCase(n),o=t[i],r=e[n],lt.isArray(r)&&(o=r[1],r=e[n]=r[0]),n!==i&&(e[i]=r,delete e[n]),s=lt.cssHooks[i],s&&"expand"in s){r=s.expand(r),delete e[i];for(n in r)n in e||(e[n]=r[n],t[n]=o)}else t[i]=o}function z(e,t,n){var i,o,r,s,a,c,u=this,l={},d=e.style,f=e.nodeType&&C(e),p=lt._data(e,"fxshow");n.queue||(a=lt._queueHooks(e,"fx"),null==a.unqueued&&(a.unqueued=0,c=a.empty.fire,a.empty.fire=function(){a.unqueued||c()}),a.unqueued++,u.always(function(){u.always(function(){a.unqueued--,lt.queue(e,"fx").length||a.empty.fire()})})),1===e.nodeType&&("height"in t||"width"in t)&&(n.overflow=[d.overflow,d.overflowX,d.overflowY],"inline"===lt.css(e,"display")&&"none"===lt.css(e,"float")&&(lt.support.inlineBlockNeedsLayout&&"inline"!==A(e.nodeName)?d.zoom=1:d.display="inline-block")),n.overflow&&(d.overflow="hidden",lt.support.shrinkWrapBlocks||u.always(function(){d.overflow=n.overflow[0],d.overflowX=n.overflow[1],d.overflowY=n.overflow[2]}));for(i in t)if(o=t[i],ti.exec(o)){if(delete t[i],r=r||"toggle"===o,o===(f?"hide":"show"))continue;l[i]=p&&p[i]||lt.style(e,i)}if(!lt.isEmptyObject(l)){p?"hidden"in p&&(f=p.hidden):p=lt._data(e,"fxshow",{}),r&&(p.hidden=!f),f?lt(e).show():u.done(function(){lt(e).hide()}),u.done(function(){var t;lt._removeData(e,"fxshow");for(t in l)lt.style(e,t,l[t])});for(i in l)s=F(f?p[i]:0,i,u),i in p||(p[i]=s.start,f&&(s.end=s.start,s.start="width"===i||"height"===i?1:0))}}function U(e,t,n,i,o){return new U.prototype.init(e,t,n,i,o)}function W(e,t){var n,i={height:e},o=0;for(t=t?1:0;4>o;o+=2-t)n=kn[o],i["margin"+n]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function X(e){return lt.isWindow(e)?e:9===e.nodeType?e.defaultView||e.parentWindow:!1}var V,Q,Y=typeof t,J=e.location,G=e.document,K=G.documentElement,Z=e.jQuery,$=e.$,et={},tt=[],nt="1.10.2",it=tt.concat,ot=tt.push,rt=tt.slice,st=tt.indexOf,at=et.toString,ct=et.hasOwnProperty,ut=nt.trim,lt=function(e,t){return new lt.fn.init(e,t,Q)},dt=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ft=/\S+/g,pt=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,ht=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,mt=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,vt=/^[\],:{}\s]*$/,gt=/(?:^|:|,)(?:\s*\[)+/g,yt=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,bt=/"[^"\\\r\n]*"|true|false|null|-?(?:\d+\.|)\d+(?:[eE][+-]?\d+|)/g,xt=/^-ms-/,wt=/-([\da-z])/gi,Tt=function(e,t){return t.toUpperCase()},Ct=function(e){(G.addEventListener||"load"===e.type||"complete"===G.readyState)&&(kt(),lt.ready())},kt=function(){G.addEventListener?(G.removeEventListener("DOMContentLoaded",Ct,!1),e.removeEventListener("load",Ct,!1)):(G.detachEvent("onreadystatechange",Ct),e.detachEvent("onload",Ct))};lt.fn=lt.prototype={jquery:nt,constructor:lt,init:function(e,n,i){var o,r;if(!e)return this;if("string"==typeof e){if(o="<"===e.charAt(0)&&">"===e.charAt(e.length-1)&&e.length>=3?[null,e,null]:ht.exec(e),!o||!o[1]&&n)return!n||n.jquery?(n||i).find(e):this.constructor(n).find(e);if(o[1]){if(n=n instanceof lt?n[0]:n,lt.merge(this,lt.parseHTML(o[1],n&&n.nodeType?n.ownerDocument||n:G,!0)),mt.test(o[1])&&lt.isPlainObject(n))for(o in n)lt.isFunction(this[o])?this[o](n[o]):this.attr(o,n[o]);return this}if(r=G.getElementById(o[2]),r&&r.parentNode){if(r.id!==o[2])return i.find(e);this.length=1,this[0]=r}return this.context=G,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):lt.isFunction(e)?i.ready(e):(e.selector!==t&&(this.selector=e.selector,this.context=e.context),lt.makeArray(e,this))},selector:"",length:0,toArray:function(){return rt.call(this)},get:function(e){return null==e?this.toArray():0>e?this[this.length+e]:this[e]},pushStack:function(e){var t=lt.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e,t){return lt.each(this,e,t)},ready:function(e){return lt.ready.promise().done(e),this},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]]:[])},map:function(e){return this.pushStack(lt.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:ot,sort:[].sort,splice:[].splice},lt.fn.init.prototype=lt.fn,lt.extend=lt.fn.extend=function(){var e,n,i,o,r,s,a=arguments[0]||{},c=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[1]||{},c=2),"object"==typeof a||lt.isFunction(a)||(a={}),u===c&&(a=this,--c);u>c;c++)if(null!=(r=arguments[c]))for(o in r)e=a[o],i=r[o],a!==i&&(l&&i&&(lt.isPlainObject(i)||(n=lt.isArray(i)))?(n?(n=!1,s=e&&lt.isArray(e)?e:[]):s=e&&lt.isPlainObject(e)?e:{},a[o]=lt.extend(l,s,i)):i!==t&&(a[o]=i));return a},lt.extend({expando:"jQuery"+(nt+Math.random()).replace(/\D/g,""),noConflict:function(t){return e.$===lt&&(e.$=$),t&&e.jQuery===lt&&(e.jQuery=Z),lt},isReady:!1,readyWait:1,holdReady:function(e){e?lt.readyWait++:lt.ready(!0)},ready:function(e){if(e===!0?!--lt.readyWait:!lt.isReady){if(!G.body)return setTimeout(lt.ready);lt.isReady=!0,e!==!0&&--lt.readyWait>0||(V.resolveWith(G,[lt]),lt.fn.trigger&&lt(G).trigger("ready").off("ready"))}},isFunction:function(e){return"function"===lt.type(e)},isArray:Array.isArray||function(e){return"array"===lt.type(e)},isWindow:function(e){return null!=e&&e==e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?et[at.call(e)]||"object":typeof e},isPlainObject:function(e){var n;if(!e||"object"!==lt.type(e)||e.nodeType||lt.isWindow(e))return!1;try{if(e.constructor&&!ct.call(e,"constructor")&&!ct.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(i){return!1}if(lt.support.ownLast)for(n in e)return ct.call(e,n);for(n in e);return n===t||ct.call(e,n)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw Error(e)},parseHTML:function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||G;var i=mt.exec(e),o=!n&&[];return i?[t.createElement(i[1])]:(i=lt.buildFragment([e],t,o),o&&lt(o).remove(),lt.merge([],i.childNodes))},parseJSON:function(n){return e.JSON&&e.JSON.parse?e.JSON.parse(n):null===n?n:"string"==typeof n&&(n=lt.trim(n),n&&vt.test(n.replace(yt,"@").replace(bt,"]").replace(gt,"")))?Function("return "+n)():(lt.error("Invalid JSON: "+n),t)},parseXML:function(n){var i,o;if(!n||"string"!=typeof n)return null;try{e.DOMParser?(o=new DOMParser,i=o.parseFromString(n,"text/xml")):(i=new ActiveXObject("Microsoft.XMLDOM"),i.async="false",i.loadXML(n))}catch(r){i=t}return i&&i.documentElement&&!i.getElementsByTagName("parsererror").length||lt.error("Invalid XML: "+n),i},noop:function(){},globalEval:function(t){t&&lt.trim(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(xt,"ms-").replace(wt,Tt)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t,i){var o,r=0,s=e.length,a=n(e);if(i){if(a)for(;s>r&&(o=t.apply(e[r],i),o!==!1);r++);else for(r in e)if(o=t.apply(e[r],i),o===!1)break}else if(a)for(;s>r&&(o=t.call(e[r],r,e[r]),o!==!1);r++);else for(r in e)if(o=t.call(e[r],r,e[r]),o===!1)break;return e},trim:ut&&!ut.call(" ")?function(e){return null==e?"":ut.call(e)}:function(e){return null==e?"":(e+"").replace(pt,"")},makeArray:function(e,t){var i=t||[];return null!=e&&(n(Object(e))?lt.merge(i,"string"==typeof e?[e]:e):ot.call(i,e)),i},inArray:function(e,t,n){var i;if(t){if(st)return st.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,n){var i=n.length,o=e.length,r=0;if("number"==typeof i)for(;i>r;r++)e[o++]=n[r];else for(;n[r]!==t;)e[o++]=n[r++];return e.length=o,e},grep:function(e,t,n){var i,o=[],r=0,s=e.length;for(n=!!n;s>r;r++)i=!!t(e[r],r),n!==i&&o.push(e[r]);return o},map:function(e,t,i){var o,r=0,s=e.length,a=n(e),c=[];if(a)for(;s>r;r++)o=t(e[r],r,i),null!=o&&(c[c.length]=o);else for(r in e)o=t(e[r],r,i),null!=o&&(c[c.length]=o);return it.apply([],c)},guid:1,proxy:function(e,n){var i,o,r;return"string"==typeof n&&(r=e[n],n=e,e=r),lt.isFunction(e)?(i=rt.call(arguments,2),o=function(){return e.apply(n||this,i.concat(rt.call(arguments)))},o.guid=e.guid=e.guid||lt.guid++,o):t},access:function(e,n,i,o,r,s,a){var c=0,u=e.length,l=null==i;if("object"===lt.type(i)){r=!0;for(c in i)lt.access(e,n,c,i[c],!0,s,a)}else if(o!==t&&(r=!0,lt.isFunction(o)||(a=!0),l&&(a?(n.call(e,o),n=null):(l=n,n=function(e,t,n){return l.call(lt(e),n)})),n))for(;u>c;c++)n(e[c],i,a?o:o.call(e[c],c,n(e[c],i)));return r?e:l?n.call(e):u?n(e[0],i):s},now:function(){return(new Date).getTime()},swap:function(e,t,n,i){var o,r,s={};for(r in t)s[r]=e.style[r],e.style[r]=t[r];o=n.apply(e,i||[]);for(r in t)e.style[r]=s[r];return o}}),lt.ready.promise=function(t){if(!V)if(V=lt.Deferred(),"complete"===G.readyState)setTimeout(lt.ready);else if(G.addEventListener)G.addEventListener("DOMContentLoaded",Ct,!1),e.addEventListener("load",Ct,!1);else{G.attachEvent("onreadystatechange",Ct),e.attachEvent("onload",Ct);var n=!1;
try{n=null==e.frameElement&&G.documentElement}catch(i){}n&&n.doScroll&&function o(){if(!lt.isReady){try{n.doScroll("left")}catch(e){return setTimeout(o,50)}kt(),lt.ready()}}()}return V.promise(t)},lt.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(e,t){et["[object "+t+"]"]=t.toLowerCase()}),Q=lt(G),function(e,t){function n(e,t,n,i){var o,r,s,a,c,u,l,d,h,m;if((t?t.ownerDocument||t:P)!==M&&j(t),t=t||M,n=n||[],!e||"string"!=typeof e)return n;if(1!==(a=t.nodeType)&&9!==a)return[];if(R&&!i){if(o=bt.exec(e))if(s=o[1]){if(9===a){if(r=t.getElementById(s),!r||!r.parentNode)return n;if(r.id===s)return n.push(r),n}else if(t.ownerDocument&&(r=t.ownerDocument.getElementById(s))&&O(t,r)&&r.id===s)return n.push(r),n}else{if(o[2])return et.apply(n,t.getElementsByTagName(e)),n;if((s=o[3])&&C.getElementsByClassName&&t.getElementsByClassName)return et.apply(n,t.getElementsByClassName(s)),n}if(C.qsa&&(!H||!H.test(e))){if(d=l=F,h=t,m=9===a&&e,1===a&&"object"!==t.nodeName.toLowerCase()){for(u=f(e),(l=t.getAttribute("id"))?d=l.replace(Tt,"\\$&"):t.setAttribute("id",d),d="[id='"+d+"'] ",c=u.length;c--;)u[c]=d+p(u[c]);h=pt.test(e)&&t.parentNode||t,m=u.join(",")}if(m)try{return et.apply(n,h.querySelectorAll(m)),n}catch(v){}finally{l||t.removeAttribute("id")}}}return w(e.replace(ut,"$1"),t,n,i)}function i(){function e(n,i){return t.push(n+=" ")>E.cacheLength&&delete e[t.shift()],e[n]=i}var t=[];return e}function o(e){return e[F]=!0,e}function r(e){var t=M.createElement("div");try{return!!e(t)}catch(n){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function s(e,t){for(var n=e.split("|"),i=e.length;i--;)E.attrHandle[n[i]]=t}function a(e,t){var n=t&&e,i=n&&1===e.nodeType&&1===t.nodeType&&(~t.sourceIndex||J)-(~e.sourceIndex||J);if(i)return i;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function c(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 o(function(t){return t=+t,o(function(n,i){for(var o,r=e([],n.length,t),s=r.length;s--;)n[o=r[s]]&&(n[o]=!(i[o]=n[o]))})})}function d(){}function f(e,t){var i,o,r,s,a,c,u,l=W[e+" "];if(l)return t?0:l.slice(0);for(a=e,c=[],u=E.preFilter;a;){(!i||(o=dt.exec(a)))&&(o&&(a=a.slice(o[0].length)||a),c.push(r=[])),i=!1,(o=ft.exec(a))&&(i=o.shift(),r.push({value:i,type:o[0].replace(ut," ")}),a=a.slice(i.length));for(s in E.filter)!(o=gt[s].exec(a))||u[s]&&!(o=u[s](o))||(i=o.shift(),r.push({value:i,type:s,matches:o}),a=a.slice(i.length));if(!i)break}return t?a.length:a?n.error(e):W(e,c).slice(0)}function p(e){for(var t=0,n=e.length,i="";n>t;t++)i+=e[t].value;return i}function h(e,t,n){var i=t.dir,o=n&&"parentNode"===i,r=z++;return t.first?function(t,n,r){for(;t=t[i];)if(1===t.nodeType||o)return e(t,n,r)}:function(t,n,s){var a,c,u,l=_+" "+r;if(s){for(;t=t[i];)if((1===t.nodeType||o)&&e(t,n,s))return!0}else for(;t=t[i];)if(1===t.nodeType||o)if(u=t[F]||(t[F]={}),(c=u[i])&&c[0]===l){if((a=c[1])===!0||a===k)return a===!0}else if(c=u[i]=[l],c[1]=e(t,n,s)||k,c[1]===!0)return!0}}function m(e){return e.length>1?function(t,n,i){for(var o=e.length;o--;)if(!e[o](t,n,i))return!1;return!0}:e[0]}function v(e,t,n,i,o){for(var r,s=[],a=0,c=e.length,u=null!=t;c>a;a++)(r=e[a])&&(!n||n(r,i,o))&&(s.push(r),u&&t.push(a));return s}function g(e,t,n,i,r,s){return i&&!i[F]&&(i=g(i)),r&&!r[F]&&(r=g(r,s)),o(function(o,s,a,c){var u,l,d,f=[],p=[],h=s.length,m=o||x(t||"*",a.nodeType?[a]:a,[]),g=!e||!o&&t?m:v(m,f,e,a,c),y=n?r||(o?e:h||i)?[]:s:g;if(n&&n(g,y,a,c),i)for(u=v(y,p),i(u,[],a,c),l=u.length;l--;)(d=u[l])&&(y[p[l]]=!(g[p[l]]=d));if(o){if(r||e){if(r){for(u=[],l=y.length;l--;)(d=y[l])&&u.push(g[l]=d);r(null,y=[],u,c)}for(l=y.length;l--;)(d=y[l])&&(u=r?nt.call(o,d):f[l])>-1&&(o[u]=!(s[u]=d))}}else y=v(y===s?y.splice(h,y.length):y),r?r(null,s,y,c):et.apply(s,y)})}function y(e){for(var t,n,i,o=e.length,r=E.relative[e[0].type],s=r||E.relative[" "],a=r?1:0,c=h(function(e){return e===t},s,!0),u=h(function(e){return nt.call(t,e)>-1},s,!0),l=[function(e,n,i){return!r&&(i||n!==N)||((t=n).nodeType?c(e,n,i):u(e,n,i))}];o>a;a++)if(n=E.relative[e[a].type])l=[h(m(l),n)];else{if(n=E.filter[e[a].type].apply(null,e[a].matches),n[F]){for(i=++a;o>i&&!E.relative[e[i].type];i++);return g(a>1&&m(l),a>1&&p(e.slice(0,a-1).concat({value:" "===e[a-2].type?"*":""})).replace(ut,"$1"),n,i>a&&y(e.slice(a,i)),o>i&&y(e=e.slice(i)),o>i&&p(e))}l.push(n)}return m(l)}function b(e,t){var i=0,r=t.length>0,s=e.length>0,a=function(o,a,c,u,l){var d,f,p,h=[],m=0,g="0",y=o&&[],b=null!=l,x=N,w=o||s&&E.find.TAG("*",l&&a.parentNode||a),T=_+=null==x?1:Math.random()||.1;for(b&&(N=a!==M&&a,k=i);null!=(d=w[g]);g++){if(s&&d){for(f=0;p=e[f++];)if(p(d,a,c)){u.push(d);break}b&&(_=T,k=++i)}r&&((d=!p&&d)&&m--,o&&y.push(d))}if(m+=g,r&&g!==m){for(f=0;p=t[f++];)p(y,h,a,c);if(o){if(m>0)for(;g--;)y[g]||h[g]||(h[g]=Z.call(u));h=v(h)}et.apply(u,h),b&&!o&&h.length>0&&m+t.length>1&&n.uniqueSort(u)}return b&&(_=T,N=x),y};return r?o(a):a}function x(e,t,i){for(var o=0,r=t.length;r>o;o++)n(e,t[o],i);return i}function w(e,t,n,i){var o,r,s,a,c,u=f(e);if(!i&&1===u.length){if(r=u[0]=u[0].slice(0),r.length>2&&"ID"===(s=r[0]).type&&C.getById&&9===t.nodeType&&R&&E.relative[r[1].type]){if(t=(E.find.ID(s.matches[0].replace(Ct,kt),t)||[])[0],!t)return n;e=e.slice(r.shift().value.length)}for(o=gt.needsContext.test(e)?0:r.length;o--&&(s=r[o],!E.relative[a=s.type]);)if((c=E.find[a])&&(i=c(s.matches[0].replace(Ct,kt),pt.test(r[0].type)&&t.parentNode||t))){if(r.splice(o,1),e=i.length&&p(r),!e)return et.apply(n,i),n;break}}return A(e,u)(i,t,!R,n,pt.test(e)),n}var T,C,k,E,S,D,A,N,B,j,M,I,R,H,L,q,O,F="sizzle"+-new Date,P=e.document,_=0,z=0,U=i(),W=i(),X=i(),V=!1,Q=function(e,t){return e===t?(V=!0,0):0},Y=typeof t,J=1<<31,G={}.hasOwnProperty,K=[],Z=K.pop,$=K.push,et=K.push,tt=K.slice,nt=K.indexOf||function(e){for(var t=0,n=this.length;n>t;t++)if(this[t]===e)return t;return-1},it="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",ot="[\\x20\\t\\r\\n\\f]",rt="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",st=rt.replace("w","w#"),at="\\["+ot+"*("+rt+")"+ot+"*(?:([*^$|!~]?=)"+ot+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+st+")|)|)"+ot+"*\\]",ct=":("+rt+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+at.replace(3,8)+")*)|.*)\\)|)",ut=RegExp("^"+ot+"+|((?:^|[^\\\\])(?:\\\\.)*)"+ot+"+$","g"),dt=RegExp("^"+ot+"*,"+ot+"*"),ft=RegExp("^"+ot+"*([>+~]|"+ot+")"+ot+"*"),pt=RegExp(ot+"*[+~]"),ht=RegExp("="+ot+"*([^\\]'\"]*)"+ot+"*\\]","g"),mt=RegExp(ct),vt=RegExp("^"+st+"$"),gt={ID:RegExp("^#("+rt+")"),CLASS:RegExp("^\\.("+rt+")"),TAG:RegExp("^("+rt.replace("w","w*")+")"),ATTR:RegExp("^"+at),PSEUDO:RegExp("^"+ct),CHILD:RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ot+"*(even|odd|(([+-]|)(\\d*)n|)"+ot+"*(?:([+-]|)"+ot+"*(\\d+)|))"+ot+"*\\)|)","i"),bool:RegExp("^(?:"+it+")$","i"),needsContext:RegExp("^"+ot+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ot+"*((?:-\\d)?\\d*)"+ot+"*\\)|)(?=[^-]|$)","i")},yt=/^[^{]+\{\s*\[native \w/,bt=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,xt=/^(?:input|select|textarea|button)$/i,wt=/^h\d$/i,Tt=/'|\\/g,Ct=RegExp("\\\\([\\da-f]{1,6}"+ot+"?|("+ot+")|.)","ig"),kt=function(e,t,n){var i="0x"+t-65536;return i!==i||n?t:0>i?String.fromCharCode(i+65536):String.fromCharCode(55296|i>>10,56320|1023&i)};try{et.apply(K=tt.call(P.childNodes),P.childNodes),K[P.childNodes.length].nodeType}catch(Et){et={apply:K.length?function(e,t){$.apply(e,tt.call(t))}:function(e,t){for(var n=e.length,i=0;e[n++]=t[i++];);e.length=n-1}}}D=n.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?"HTML"!==t.nodeName:!1},C=n.support={},j=n.setDocument=function(e){var n=e?e.ownerDocument||e:P,i=n.defaultView;return n!==M&&9===n.nodeType&&n.documentElement?(M=n,I=n.documentElement,R=!D(n),i&&i.attachEvent&&i!==i.top&&i.attachEvent("onbeforeunload",function(){j()}),C.attributes=r(function(e){return e.className="i",!e.getAttribute("className")}),C.getElementsByTagName=r(function(e){return e.appendChild(n.createComment("")),!e.getElementsByTagName("*").length}),C.getElementsByClassName=r(function(e){return e.innerHTML="<div class='a'></div><div class='a i'></div>",e.firstChild.className="i",2===e.getElementsByClassName("i").length}),C.getById=r(function(e){return I.appendChild(e).id=F,!n.getElementsByName||!n.getElementsByName(F).length}),C.getById?(E.find.ID=function(e,t){if(typeof t.getElementById!==Y&&R){var n=t.getElementById(e);return n&&n.parentNode?[n]:[]}},E.filter.ID=function(e){var t=e.replace(Ct,kt);return function(e){return e.getAttribute("id")===t}}):(delete E.find.ID,E.filter.ID=function(e){var t=e.replace(Ct,kt);return function(e){var n=typeof e.getAttributeNode!==Y&&e.getAttributeNode("id");return n&&n.value===t}}),E.find.TAG=C.getElementsByTagName?function(e,n){return typeof n.getElementsByTagName!==Y?n.getElementsByTagName(e):t}:function(e,t){var n,i=[],o=0,r=t.getElementsByTagName(e);if("*"===e){for(;n=r[o++];)1===n.nodeType&&i.push(n);return i}return r},E.find.CLASS=C.getElementsByClassName&&function(e,n){return typeof n.getElementsByClassName!==Y&&R?n.getElementsByClassName(e):t},L=[],H=[],(C.qsa=yt.test(n.querySelectorAll))&&(r(function(e){e.innerHTML="<select><option selected=''></option></select>",e.querySelectorAll("[selected]").length||H.push("\\["+ot+"*(?:value|"+it+")"),e.querySelectorAll(":checked").length||H.push(":checked")}),r(function(e){var t=n.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("t",""),e.querySelectorAll("[t^='']").length&&H.push("[*^$]="+ot+"*(?:''|\"\")"),e.querySelectorAll(":enabled").length||H.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),H.push(",.*:")})),(C.matchesSelector=yt.test(q=I.webkitMatchesSelector||I.mozMatchesSelector||I.oMatchesSelector||I.msMatchesSelector))&&r(function(e){C.disconnectedMatch=q.call(e,"div"),q.call(e,"[s!='']:x"),L.push("!=",ct)}),H=H.length&&RegExp(H.join("|")),L=L.length&&RegExp(L.join("|")),O=yt.test(I.contains)||I.compareDocumentPosition?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},Q=I.compareDocumentPosition?function(e,t){if(e===t)return V=!0,0;var i=t.compareDocumentPosition&&e.compareDocumentPosition&&e.compareDocumentPosition(t);return i?1&i||!C.sortDetached&&t.compareDocumentPosition(e)===i?e===n||O(P,e)?-1:t===n||O(P,t)?1:B?nt.call(B,e)-nt.call(B,t):0:4&i?-1:1:e.compareDocumentPosition?-1:1}:function(e,t){var i,o=0,r=e.parentNode,s=t.parentNode,c=[e],u=[t];if(e===t)return V=!0,0;if(!r||!s)return e===n?-1:t===n?1:r?-1:s?1:B?nt.call(B,e)-nt.call(B,t):0;if(r===s)return a(e,t);for(i=e;i=i.parentNode;)c.unshift(i);for(i=t;i=i.parentNode;)u.unshift(i);for(;c[o]===u[o];)o++;return o?a(c[o],u[o]):c[o]===P?-1:u[o]===P?1:0},n):M},n.matches=function(e,t){return n(e,null,null,t)},n.matchesSelector=function(e,t){if((e.ownerDocument||e)!==M&&j(e),t=t.replace(ht,"='$1']"),!(!C.matchesSelector||!R||L&&L.test(t)||H&&H.test(t)))try{var i=q.call(e,t);if(i||C.disconnectedMatch||e.document&&11!==e.document.nodeType)return i}catch(o){}return n(t,M,null,[e]).length>0},n.contains=function(e,t){return(e.ownerDocument||e)!==M&&j(e),O(e,t)},n.attr=function(e,n){(e.ownerDocument||e)!==M&&j(e);var i=E.attrHandle[n.toLowerCase()],o=i&&G.call(E.attrHandle,n.toLowerCase())?i(e,n,!R):t;return o===t?C.attributes||!R?e.getAttribute(n):(o=e.getAttributeNode(n))&&o.specified?o.value:null:o},n.error=function(e){throw Error("Syntax error, unrecognized expression: "+e)},n.uniqueSort=function(e){var t,n=[],i=0,o=0;if(V=!C.detectDuplicates,B=!C.sortStable&&e.slice(0),e.sort(Q),V){for(;t=e[o++];)t===e[o]&&(i=n.push(o));for(;i--;)e.splice(n[i],1)}return e},S=n.getText=function(e){var t,n="",i=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=S(e)}else if(3===o||4===o)return e.nodeValue}else for(;t=e[i];i++)n+=S(t);return n},E=n.selectors={cacheLength:50,createPseudo:o,match:gt,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(Ct,kt),e[3]=(e[4]||e[5]||"").replace(Ct,kt),"~="===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]||n.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]&&n.error(e[0]),e},PSEUDO:function(e){var n,i=!e[5]&&e[2];return gt.CHILD.test(e[0])?null:(e[3]&&e[4]!==t?e[2]=e[4]:i&&mt.test(i)&&(n=f(i,!0))&&(n=i.indexOf(")",i.length-n)-i.length)&&(e[0]=e[0].slice(0,n),e[2]=i.slice(0,n)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Ct,kt).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=U[e+" "];return t||(t=RegExp("(^|"+ot+")"+e+"("+ot+"|$)"))&&U(e,function(e){return t.test("string"==typeof e.className&&e.className||typeof e.getAttribute!==Y&&e.getAttribute("class")||"")})},ATTR:function(e,t,i){return function(o){var r=n.attr(o,e);return null==r?"!="===t:t?(r+="","="===t?r===i:"!="===t?r!==i:"^="===t?i&&0===r.indexOf(i):"*="===t?i&&r.indexOf(i)>-1:"$="===t?i&&r.slice(-i.length)===i:"~="===t?(" "+r+" ").indexOf(i)>-1:"|="===t?r===i||r.slice(0,i.length+1)===i+"-":!1):!0}},CHILD:function(e,t,n,i,o){var r="nth"!==e.slice(0,3),s="last"!==e.slice(-4),a="of-type"===t;return 1===i&&0===o?function(e){return!!e.parentNode}:function(t,n,c){var u,l,d,f,p,h,m=r!==s?"nextSibling":"previousSibling",v=t.parentNode,g=a&&t.nodeName.toLowerCase(),y=!c&&!a;if(v){if(r){for(;m;){for(d=t;d=d[m];)if(a?d.nodeName.toLowerCase()===g:1===d.nodeType)return!1;h=m="only"===e&&!h&&"nextSibling"}return!0}if(h=[s?v.firstChild:v.lastChild],s&&y){for(l=v[F]||(v[F]={}),u=l[e]||[],p=u[0]===_&&u[1],f=u[0]===_&&u[2],d=p&&v.childNodes[p];d=++p&&d&&d[m]||(f=p=0)||h.pop();)if(1===d.nodeType&&++f&&d===t){l[e]=[_,p,f];break}}else if(y&&(u=(t[F]||(t[F]={}))[e])&&u[0]===_)f=u[1];else for(;(d=++p&&d&&d[m]||(f=p=0)||h.pop())&&((a?d.nodeName.toLowerCase()!==g:1!==d.nodeType)||!++f||(y&&((d[F]||(d[F]={}))[e]=[_,f]),d!==t)););return f-=o,f===i||0===f%i&&f/i>=0}}},PSEUDO:function(e,t){var i,r=E.pseudos[e]||E.setFilters[e.toLowerCase()]||n.error("unsupported pseudo: "+e);return r[F]?r(t):r.length>1?(i=[e,e,"",t],E.setFilters.hasOwnProperty(e.toLowerCase())?o(function(e,n){for(var i,o=r(e,t),s=o.length;s--;)i=nt.call(e,o[s]),e[i]=!(n[i]=o[s])}):function(e){return r(e,0,i)}):r}},pseudos:{not:o(function(e){var t=[],n=[],i=A(e.replace(ut,"$1"));return i[F]?o(function(e,t,n,o){for(var r,s=i(e,null,o,[]),a=e.length;a--;)(r=s[a])&&(e[a]=!(t[a]=r))}):function(e,o,r){return t[0]=e,i(t,null,r,n),!n.pop()}}),has:o(function(e){return function(t){return n(e,t).length>0}}),contains:o(function(e){return function(t){return(t.textContent||t.innerText||S(t)).indexOf(e)>-1}}),lang:o(function(e){return vt.test(e||"")||n.error("unsupported lang: "+e),e=e.replace(Ct,kt).toLowerCase(),function(t){var n;do if(n=R?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===I},focus:function(e){return e===M.activeElement&&(!M.hasFocus||M.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.nodeName>"@"||3===e.nodeType||4===e.nodeType)return!1;return!0},parent:function(e){return!E.pseudos.empty(e)},header:function(e){return wt.test(e.nodeName)},input:function(e){return xt.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"))||t.toLowerCase()===e.type)},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;t>++i;)e.push(i);return e})}},E.pseudos.nth=E.pseudos.eq;for(T in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})E.pseudos[T]=c(T);for(T in{submit:!0,reset:!0})E.pseudos[T]=u(T);d.prototype=E.filters=E.pseudos,E.setFilters=new d,A=n.compile=function(e,t){var n,i=[],o=[],r=X[e+" "];if(!r){for(t||(t=f(e)),n=t.length;n--;)r=y(t[n]),r[F]?i.push(r):o.push(r);r=X(e,b(o,i))}return r},C.sortStable=F.split("").sort(Q).join("")===F,C.detectDuplicates=V,j(),C.sortDetached=r(function(e){return 1&e.compareDocumentPosition(M.createElement("div"))}),r(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||s("type|href|height|width",function(e,n,i){return i?t:e.getAttribute(n,"type"===n.toLowerCase()?1:2)}),C.attributes&&r(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||s("value",function(e,n,i){return i||"input"!==e.nodeName.toLowerCase()?t:e.defaultValue}),r(function(e){return null==e.getAttribute("disabled")})||s(it,function(e,n,i){var o;return i?t:(o=e.getAttributeNode(n))&&o.specified?o.value:e[n]===!0?n.toLowerCase():null}),lt.find=n,lt.expr=n.selectors,lt.expr[":"]=lt.expr.pseudos,lt.unique=n.uniqueSort,lt.text=n.getText,lt.isXMLDoc=n.isXML,lt.contains=n.contains}(e);var Et={};lt.Callbacks=function(e){e="string"==typeof e?Et[e]||i(e):lt.extend({},e);var n,o,r,s,a,c,u=[],l=!e.once&&[],d=function(t){for(o=e.memory&&t,r=!0,a=c||0,c=0,s=u.length,n=!0;u&&s>a;a++)if(u[a].apply(t[0],t[1])===!1&&e.stopOnFalse){o=!1;break}n=!1,u&&(l?l.length&&d(l.shift()):o?u=[]:f.disable())},f={add:function(){if(u){var t=u.length;!function i(t){lt.each(t,function(t,n){var o=lt.type(n);"function"===o?e.unique&&f.has(n)||u.push(n):n&&n.length&&"string"!==o&&i(n)})}(arguments),n?s=u.length:o&&(c=t,d(o))}return this},remove:function(){return u&&lt.each(arguments,function(e,t){for(var i;(i=lt.inArray(t,u,i))>-1;)u.splice(i,1),n&&(s>=i&&s--,a>=i&&a--)}),this},has:function(e){return e?lt.inArray(e,u)>-1:!(!u||!u.length)},empty:function(){return u=[],s=0,this},disable:function(){return u=l=o=t,this},disabled:function(){return!u},lock:function(){return l=t,o||f.disable(),this},locked:function(){return!l},fireWith:function(e,t){return!u||r&&!l||(t=t||[],t=[e,t.slice?t.slice():t],n?l.push(t):d(t)),this},fire:function(){return f.fireWith(this,arguments),this},fired:function(){return!!r}};return f},lt.extend({Deferred:function(e){var t=[["resolve","done",lt.Callbacks("once memory"),"resolved"],["reject","fail",lt.Callbacks("once memory"),"rejected"],["notify","progress",lt.Callbacks("memory")]],n="pending",i={state:function(){return n},always:function(){return o.done(arguments).fail(arguments),this},then:function(){var e=arguments;return lt.Deferred(function(n){lt.each(t,function(t,r){var s=r[0],a=lt.isFunction(e[t])&&e[t];o[r[1]](function(){var e=a&&a.apply(this,arguments);e&&lt.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[s+"With"](this===i?n.promise():this,a?[e]:arguments)})}),e=null}).promise()},promise:function(e){return null!=e?lt.extend(e,i):i}},o={};return i.pipe=i.then,lt.each(t,function(e,r){var s=r[2],a=r[3];i[r[1]]=s.add,a&&s.add(function(){n=a},t[1^e][2].disable,t[2][2].lock),o[r[0]]=function(){return o[r[0]+"With"](this===o?i:this,arguments),this},o[r[0]+"With"]=s.fireWith}),i.promise(o),e&&e.call(o,o),o},when:function(e){var t,n,i,o=0,r=rt.call(arguments),s=r.length,a=1!==s||e&&lt.isFunction(e.promise)?s:0,c=1===a?e:lt.Deferred(),u=function(e,n,i){return function(o){n[e]=this,i[e]=arguments.length>1?rt.call(arguments):o,i===t?c.notifyWith(n,i):--a||c.resolveWith(n,i)}};if(s>1)for(t=Array(s),n=Array(s),i=Array(s);s>o;o++)r[o]&&lt.isFunction(r[o].promise)?r[o].promise().done(u(o,i,r)).fail(c.reject).progress(u(o,n,t)):--a;return a||c.resolveWith(i,r),c.promise()}}),lt.support=function(t){var n,i,o,r,s,a,c,u,l,d=G.createElement("div");if(d.setAttribute("className","t"),d.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",n=d.getElementsByTagName("*")||[],i=d.getElementsByTagName("a")[0],!i||!i.style||!n.length)return t;r=G.createElement("select"),a=r.appendChild(G.createElement("option")),o=d.getElementsByTagName("input")[0],i.style.cssText="top:1px;float:left;opacity:.5",t.getSetAttribute="t"!==d.className,t.leadingWhitespace=3===d.firstChild.nodeType,t.tbody=!d.getElementsByTagName("tbody").length,t.htmlSerialize=!!d.getElementsByTagName("link").length,t.style=/top/.test(i.getAttribute("style")),t.hrefNormalized="/a"===i.getAttribute("href"),t.opacity=/^0.5/.test(i.style.opacity),t.cssFloat=!!i.style.cssFloat,t.checkOn=!!o.value,t.optSelected=a.selected,t.enctype=!!G.createElement("form").enctype,t.html5Clone="<:nav></:nav>"!==G.createElement("nav").cloneNode(!0).outerHTML,t.inlineBlockNeedsLayout=!1,t.shrinkWrapBlocks=!1,t.pixelPosition=!1,t.deleteExpando=!0,t.noCloneEvent=!0,t.reliableMarginRight=!0,t.boxSizingReliable=!0,o.checked=!0,t.noCloneChecked=o.cloneNode(!0).checked,r.disabled=!0,t.optDisabled=!a.disabled;try{delete d.test}catch(f){t.deleteExpando=!1}o=G.createElement("input"),o.setAttribute("value",""),t.input=""===o.getAttribute("value"),o.value="t",o.setAttribute("type","radio"),t.radioValue="t"===o.value,o.setAttribute("checked","t"),o.setAttribute("name","t"),s=G.createDocumentFragment(),s.appendChild(o),t.appendChecked=o.checked,t.checkClone=s.cloneNode(!0).cloneNode(!0).lastChild.checked,d.attachEvent&&(d.attachEvent("onclick",function(){t.noCloneEvent=!1}),d.cloneNode(!0).click());for(l in{submit:!0,change:!0,focusin:!0})d.setAttribute(c="on"+l,"t"),t[l+"Bubbles"]=c in e||d.attributes[c].expando===!1;d.style.backgroundClip="content-box",d.cloneNode(!0).style.backgroundClip="",t.clearCloneStyle="content-box"===d.style.backgroundClip;for(l in lt(t))break;return t.ownLast="0"!==l,lt(function(){var n,i,o,r="padding:0;margin:0;border:0;display:block;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;",s=G.getElementsByTagName("body")[0];s&&(n=G.createElement("div"),n.style.cssText="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",s.appendChild(n).appendChild(d),d.innerHTML="<table><tr><td></td><td>t</td></tr></table>",o=d.getElementsByTagName("td"),o[0].style.cssText="padding:0;margin:0;border:0;display:none",u=0===o[0].offsetHeight,o[0].style.display="",o[1].style.display="none",t.reliableHiddenOffsets=u&&0===o[0].offsetHeight,d.innerHTML="",d.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",lt.swap(s,null!=s.style.zoom?{zoom:1}:{},function(){t.boxSizing=4===d.offsetWidth}),e.getComputedStyle&&(t.pixelPosition="1%"!==(e.getComputedStyle(d,null)||{}).top,t.boxSizingReliable="4px"===(e.getComputedStyle(d,null)||{width:"4px"}).width,i=d.appendChild(G.createElement("div")),i.style.cssText=d.style.cssText=r,i.style.marginRight=i.style.width="0",d.style.width="1px",t.reliableMarginRight=!parseFloat((e.getComputedStyle(i,null)||{}).marginRight)),typeof d.style.zoom!==Y&&(d.innerHTML="",d.style.cssText=r+"width:1px;padding:1px;display:inline;zoom:1",t.inlineBlockNeedsLayout=3===d.offsetWidth,d.style.display="block",d.innerHTML="<div></div>",d.firstChild.style.width="5px",t.shrinkWrapBlocks=3!==d.offsetWidth,t.inlineBlockNeedsLayout&&(s.style.zoom=1)),s.removeChild(n),n=d=o=i=null)}),n=r=s=a=i=o=null,t}({});var St=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,Dt=/([A-Z])/g;lt.extend({cache:{},noData:{applet:!0,embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(e){return e=e.nodeType?lt.cache[e[lt.expando]]:e[lt.expando],!!e&&!a(e)},data:function(e,t,n){return o(e,t,n)},removeData:function(e,t){return r(e,t)},_data:function(e,t,n){return o(e,t,n,!0)},_removeData:function(e,t){return r(e,t,!0)},acceptData:function(e){if(e.nodeType&&1!==e.nodeType&&9!==e.nodeType)return!1;var t=e.nodeName&&lt.noData[e.nodeName.toLowerCase()];return!t||t!==!0&&e.getAttribute("classid")===t}}),lt.fn.extend({data:function(e,n){var i,o,r=null,a=0,c=this[0];if(e===t){if(this.length&&(r=lt.data(c),1===c.nodeType&&!lt._data(c,"parsedAttrs"))){for(i=c.attributes;i.length>a;a++)o=i[a].name,0===o.indexOf("data-")&&(o=lt.camelCase(o.slice(5)),s(c,o,r[o]));lt._data(c,"parsedAttrs",!0)}return r}return"object"==typeof e?this.each(function(){lt.data(this,e)}):arguments.length>1?this.each(function(){lt.data(this,e,n)}):c?s(c,e,lt.data(c,e)):null},removeData:function(e){return this.each(function(){lt.removeData(this,e)})}}),lt.extend({queue:function(e,n,i){var o;return e?(n=(n||"fx")+"queue",o=lt._data(e,n),i&&(!o||lt.isArray(i)?o=lt._data(e,n,lt.makeArray(i)):o.push(i)),o||[]):t},dequeue:function(e,t){t=t||"fx";var n=lt.queue(e,t),i=n.length,o=n.shift(),r=lt._queueHooks(e,t),s=function(){lt.dequeue(e,t)};"inprogress"===o&&(o=n.shift(),i--),o&&("fx"===t&&n.unshift("inprogress"),delete r.stop,o.call(e,s,r)),!i&&r&&r.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return lt._data(e,n)||lt._data(e,n,{empty:lt.Callbacks("once memory").add(function(){lt._removeData(e,t+"queue"),lt._removeData(e,n)})})}}),lt.fn.extend({queue:function(e,n){var i=2;return"string"!=typeof e&&(n=e,e="fx",i--),i>arguments.length?lt.queue(this[0],e):n===t?this:this.each(function(){var t=lt.queue(this,e,n);lt._queueHooks(this,e),"fx"===e&&"inprogress"!==t[0]&&lt.dequeue(this,e)})},dequeue:function(e){return this.each(function(){lt.dequeue(this,e)})},delay:function(e,t){return e=lt.fx?lt.fx.speeds[e]||e:e,t=t||"fx",this.queue(t,function(t,n){var i=setTimeout(t,e);n.stop=function(){clearTimeout(i)}})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,n){var i,o=1,r=lt.Deferred(),s=this,a=this.length,c=function(){--o||r.resolveWith(s,[s])};for("string"!=typeof e&&(n=e,e=t),e=e||"fx";a--;)i=lt._data(s[a],e+"queueHooks"),i&&i.empty&&(o++,i.empty.add(c));return c(),r.promise(n)}});var At,Nt,Bt=/[\t\r\n\f]/g,jt=/\r/g,Mt=/^(?:input|select|textarea|button|object)$/i,It=/^(?:a|area)$/i,Rt=/^(?:checked|selected)$/i,Ht=lt.support.getSetAttribute,Lt=lt.support.input;lt.fn.extend({attr:function(e,t){return lt.access(this,lt.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){lt.removeAttr(this,e)})},prop:function(e,t){return lt.access(this,lt.prop,e,t,arguments.length>1)},removeProp:function(e){return e=lt.propFix[e]||e,this.each(function(){try{this[e]=t,delete this[e]}catch(n){}})},addClass:function(e){var t,n,i,o,r,s=0,a=this.length,c="string"==typeof e&&e;if(lt.isFunction(e))return this.each(function(t){lt(this).addClass(e.call(this,t,this.className))});if(c)for(t=(e||"").match(ft)||[];a>s;s++)if(n=this[s],i=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(Bt," "):" ")){for(r=0;o=t[r++];)0>i.indexOf(" "+o+" ")&&(i+=o+" ");n.className=lt.trim(i)}return this},removeClass:function(e){var t,n,i,o,r,s=0,a=this.length,c=0===arguments.length||"string"==typeof e&&e;if(lt.isFunction(e))return this.each(function(t){lt(this).removeClass(e.call(this,t,this.className))});if(c)for(t=(e||"").match(ft)||[];a>s;s++)if(n=this[s],i=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(Bt," "):"")){for(r=0;o=t[r++];)for(;i.indexOf(" "+o+" ")>=0;)i=i.replace(" "+o+" "," ");n.className=e?lt.trim(i):""}return this},toggleClass:function(e,t){var n=typeof e;return"boolean"==typeof t&&"string"===n?t?this.addClass(e):this.removeClass(e):this.each(lt.isFunction(e)?function(n){lt(this).toggleClass(e.call(this,n,this.className,t),t)}:function(){if("string"===n)for(var t,i=0,o=lt(this),r=e.match(ft)||[];t=r[i++];)o.hasClass(t)?o.removeClass(t):o.addClass(t);else(n===Y||"boolean"===n)&&(this.className&&lt._data(this,"__className__",this.className),this.className=this.className||e===!1?"":lt._data(this,"__className__")||"")})},hasClass:function(e){for(var t=" "+e+" ",n=0,i=this.length;i>n;n++)if(1===this[n].nodeType&&(" "+this[n].className+" ").replace(Bt," ").indexOf(t)>=0)return!0;return!1},val:function(e){var n,i,o,r=this[0];return arguments.length?(o=lt.isFunction(e),this.each(function(n){var r;1===this.nodeType&&(r=o?e.call(this,n,lt(this).val()):e,null==r?r="":"number"==typeof r?r+="":lt.isArray(r)&&(r=lt.map(r,function(e){return null==e?"":e+""})),i=lt.valHooks[this.type]||lt.valHooks[this.nodeName.toLowerCase()],i&&"set"in i&&i.set(this,r,"value")!==t||(this.value=r))})):r?(i=lt.valHooks[r.type]||lt.valHooks[r.nodeName.toLowerCase()],i&&"get"in i&&(n=i.get(r,"value"))!==t?n:(n=r.value,"string"==typeof n?n.replace(jt,""):null==n?"":n)):void 0}}),lt.extend({valHooks:{option:{get:function(e){var t=lt.find.attr(e,"value");return null!=t?t:e.text}},select:{get:function(e){for(var t,n,i=e.options,o=e.selectedIndex,r="select-one"===e.type||0>o,s=r?null:[],a=r?o+1:i.length,c=0>o?a:r?o:0;a>c;c++)if(n=i[c],!(!n.selected&&c!==o||(lt.support.optDisabled?n.disabled:null!==n.getAttribute("disabled"))||n.parentNode.disabled&&lt.nodeName(n.parentNode,"optgroup"))){if(t=lt(n).val(),r)return t;s.push(t)}return s},set:function(e,t){for(var n,i,o=e.options,r=lt.makeArray(t),s=o.length;s--;)i=o[s],(i.selected=lt.inArray(lt(i).val(),r)>=0)&&(n=!0);return n||(e.selectedIndex=-1),r}}},attr:function(e,n,i){var o,r,s=e.nodeType;return e&&3!==s&&8!==s&&2!==s?typeof e.getAttribute===Y?lt.prop(e,n,i):(1===s&&lt.isXMLDoc(e)||(n=n.toLowerCase(),o=lt.attrHooks[n]||(lt.expr.match.bool.test(n)?Nt:At)),i===t?o&&"get"in o&&null!==(r=o.get(e,n))?r:(r=lt.find.attr(e,n),null==r?t:r):null!==i?o&&"set"in o&&(r=o.set(e,i,n))!==t?r:(e.setAttribute(n,i+""),i):(lt.removeAttr(e,n),t)):void 0},removeAttr:function(e,t){var n,i,o=0,r=t&&t.match(ft);if(r&&1===e.nodeType)for(;n=r[o++];)i=lt.propFix[n]||n,lt.expr.match.bool.test(n)?Lt&&Ht||!Rt.test(n)?e[i]=!1:e[lt.camelCase("default-"+n)]=e[i]=!1:lt.attr(e,n,""),e.removeAttribute(Ht?n:i)},attrHooks:{type:{set:function(e,t){if(!lt.support.radioValue&&"radio"===t&&lt.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},propFix:{"for":"htmlFor","class":"className"},prop:function(e,n,i){var o,r,s,a=e.nodeType;return e&&3!==a&&8!==a&&2!==a?(s=1!==a||!lt.isXMLDoc(e),s&&(n=lt.propFix[n]||n,r=lt.propHooks[n]),i!==t?r&&"set"in r&&(o=r.set(e,i,n))!==t?o:e[n]=i:r&&"get"in r&&null!==(o=r.get(e,n))?o:e[n]):void 0},propHooks:{tabIndex:{get:function(e){var t=lt.find.attr(e,"tabindex");return t?parseInt(t,10):Mt.test(e.nodeName)||It.test(e.nodeName)&&e.href?0:-1}}}}),Nt={set:function(e,t,n){return t===!1?lt.removeAttr(e,n):Lt&&Ht||!Rt.test(n)?e.setAttribute(!Ht&&lt.propFix[n]||n,n):e[lt.camelCase("default-"+n)]=e[n]=!0,n}},lt.each(lt.expr.match.bool.source.match(/\w+/g),function(e,n){var i=lt.expr.attrHandle[n]||lt.find.attr;lt.expr.attrHandle[n]=Lt&&Ht||!Rt.test(n)?function(e,n,o){var r=lt.expr.attrHandle[n],s=o?t:(lt.expr.attrHandle[n]=t)!=i(e,n,o)?n.toLowerCase():null;return lt.expr.attrHandle[n]=r,s}:function(e,n,i){return i?t:e[lt.camelCase("default-"+n)]?n.toLowerCase():null}}),Lt&&Ht||(lt.attrHooks.value={set:function(e,n,i){return lt.nodeName(e,"input")?(e.defaultValue=n,t):At&&At.set(e,n,i)
}}),Ht||(At={set:function(e,n,i){var o=e.getAttributeNode(i);return o||e.setAttributeNode(o=e.ownerDocument.createAttribute(i)),o.value=n+="","value"===i||n===e.getAttribute(i)?n:t}},lt.expr.attrHandle.id=lt.expr.attrHandle.name=lt.expr.attrHandle.coords=function(e,n,i){var o;return i?t:(o=e.getAttributeNode(n))&&""!==o.value?o.value:null},lt.valHooks.button={get:function(e,n){var i=e.getAttributeNode(n);return i&&i.specified?i.value:t},set:At.set},lt.attrHooks.contenteditable={set:function(e,t,n){At.set(e,""===t?!1:t,n)}},lt.each(["width","height"],function(e,n){lt.attrHooks[n]={set:function(e,i){return""===i?(e.setAttribute(n,"auto"),i):t}}})),lt.support.hrefNormalized||lt.each(["href","src"],function(e,t){lt.propHooks[t]={get:function(e){return e.getAttribute(t,4)}}}),lt.support.style||(lt.attrHooks.style={get:function(e){return e.style.cssText||t},set:function(e,t){return e.style.cssText=t+""}}),lt.support.optSelected||(lt.propHooks.selected={get:function(e){var t=e.parentNode;return t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex),null}}),lt.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){lt.propFix[this.toLowerCase()]=this}),lt.support.enctype||(lt.propFix.enctype="encoding"),lt.each(["radio","checkbox"],function(){lt.valHooks[this]={set:function(e,n){return lt.isArray(n)?e.checked=lt.inArray(lt(e).val(),n)>=0:t}},lt.support.checkOn||(lt.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})});var qt=/^(?:input|select|textarea)$/i,Ot=/^key/,Ft=/^(?:mouse|contextmenu)|click/,Pt=/^(?:focusinfocus|focusoutblur)$/,_t=/^([^.]*)(?:\.(.+)|)$/;lt.event={global:{},add:function(e,n,i,o,r){var s,a,c,u,l,d,f,p,h,m,v,g=lt._data(e);if(g){for(i.handler&&(u=i,i=u.handler,r=u.selector),i.guid||(i.guid=lt.guid++),(a=g.events)||(a=g.events={}),(d=g.handle)||(d=g.handle=function(e){return typeof lt===Y||e&&lt.event.triggered===e.type?t:lt.event.dispatch.apply(d.elem,arguments)},d.elem=e),n=(n||"").match(ft)||[""],c=n.length;c--;)s=_t.exec(n[c])||[],h=v=s[1],m=(s[2]||"").split(".").sort(),h&&(l=lt.event.special[h]||{},h=(r?l.delegateType:l.bindType)||h,l=lt.event.special[h]||{},f=lt.extend({type:h,origType:v,data:o,handler:i,guid:i.guid,selector:r,needsContext:r&&lt.expr.match.needsContext.test(r),namespace:m.join(".")},u),(p=a[h])||(p=a[h]=[],p.delegateCount=0,l.setup&&l.setup.call(e,o,m,d)!==!1||(e.addEventListener?e.addEventListener(h,d,!1):e.attachEvent&&e.attachEvent("on"+h,d))),l.add&&(l.add.call(e,f),f.handler.guid||(f.handler.guid=i.guid)),r?p.splice(p.delegateCount++,0,f):p.push(f),lt.event.global[h]=!0);e=null}},remove:function(e,t,n,i,o){var r,s,a,c,u,l,d,f,p,h,m,v=lt.hasData(e)&&lt._data(e);if(v&&(l=v.events)){for(t=(t||"").match(ft)||[""],u=t.length;u--;)if(a=_t.exec(t[u])||[],p=m=a[1],h=(a[2]||"").split(".").sort(),p){for(d=lt.event.special[p]||{},p=(i?d.delegateType:d.bindType)||p,f=l[p]||[],a=a[2]&&RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),c=r=f.length;r--;)s=f[r],!o&&m!==s.origType||n&&n.guid!==s.guid||a&&!a.test(s.namespace)||i&&i!==s.selector&&("**"!==i||!s.selector)||(f.splice(r,1),s.selector&&f.delegateCount--,d.remove&&d.remove.call(e,s));c&&!f.length&&(d.teardown&&d.teardown.call(e,h,v.handle)!==!1||lt.removeEvent(e,p,v.handle),delete l[p])}else for(p in l)lt.event.remove(e,p+t[u],n,i,!0);lt.isEmptyObject(l)&&(delete v.handle,lt._removeData(e,"events"))}},trigger:function(n,i,o,r){var s,a,c,u,l,d,f,p=[o||G],h=ct.call(n,"type")?n.type:n,m=ct.call(n,"namespace")?n.namespace.split("."):[];if(c=d=o=o||G,3!==o.nodeType&&8!==o.nodeType&&!Pt.test(h+lt.event.triggered)&&(h.indexOf(".")>=0&&(m=h.split("."),h=m.shift(),m.sort()),a=0>h.indexOf(":")&&"on"+h,n=n[lt.expando]?n:new lt.Event(h,"object"==typeof n&&n),n.isTrigger=r?2:3,n.namespace=m.join("."),n.namespace_re=n.namespace?RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,n.result=t,n.target||(n.target=o),i=null==i?[n]:lt.makeArray(i,[n]),l=lt.event.special[h]||{},r||!l.trigger||l.trigger.apply(o,i)!==!1)){if(!r&&!l.noBubble&&!lt.isWindow(o)){for(u=l.delegateType||h,Pt.test(u+h)||(c=c.parentNode);c;c=c.parentNode)p.push(c),d=c;d===(o.ownerDocument||G)&&p.push(d.defaultView||d.parentWindow||e)}for(f=0;(c=p[f++])&&!n.isPropagationStopped();)n.type=f>1?u:l.bindType||h,s=(lt._data(c,"events")||{})[n.type]&&lt._data(c,"handle"),s&&s.apply(c,i),s=a&&c[a],s&&lt.acceptData(c)&&s.apply&&s.apply(c,i)===!1&&n.preventDefault();if(n.type=h,!r&&!n.isDefaultPrevented()&&(!l._default||l._default.apply(p.pop(),i)===!1)&&lt.acceptData(o)&&a&&o[h]&&!lt.isWindow(o)){d=o[a],d&&(o[a]=null),lt.event.triggered=h;try{o[h]()}catch(v){}lt.event.triggered=t,d&&(o[a]=d)}return n.result}},dispatch:function(e){e=lt.event.fix(e);var n,i,o,r,s,a=[],c=rt.call(arguments),u=(lt._data(this,"events")||{})[e.type]||[],l=lt.event.special[e.type]||{};if(c[0]=e,e.delegateTarget=this,!l.preDispatch||l.preDispatch.call(this,e)!==!1){for(a=lt.event.handlers.call(this,e,u),n=0;(r=a[n++])&&!e.isPropagationStopped();)for(e.currentTarget=r.elem,s=0;(o=r.handlers[s++])&&!e.isImmediatePropagationStopped();)(!e.namespace_re||e.namespace_re.test(o.namespace))&&(e.handleObj=o,e.data=o.data,i=((lt.event.special[o.origType]||{}).handle||o.handler).apply(r.elem,c),i!==t&&(e.result=i)===!1&&(e.preventDefault(),e.stopPropagation()));return l.postDispatch&&l.postDispatch.call(this,e),e.result}},handlers:function(e,n){var i,o,r,s,a=[],c=n.delegateCount,u=e.target;if(c&&u.nodeType&&(!e.button||"click"!==e.type))for(;u!=this;u=u.parentNode||this)if(1===u.nodeType&&(u.disabled!==!0||"click"!==e.type)){for(r=[],s=0;c>s;s++)o=n[s],i=o.selector+" ",r[i]===t&&(r[i]=o.needsContext?lt(i,this).index(u)>=0:lt.find(i,this,null,[u]).length),r[i]&&r.push(o);r.length&&a.push({elem:u,handlers:r})}return n.length>c&&a.push({elem:this,handlers:n.slice(c)}),a},fix:function(e){if(e[lt.expando])return e;var t,n,i,o=e.type,r=e,s=this.fixHooks[o];for(s||(this.fixHooks[o]=s=Ft.test(o)?this.mouseHooks:Ot.test(o)?this.keyHooks:{}),i=s.props?this.props.concat(s.props):this.props,e=new lt.Event(r),t=i.length;t--;)n=i[t],e[n]=r[n];return e.target||(e.target=r.srcElement||G),3===e.target.nodeType&&(e.target=e.target.parentNode),e.metaKey=!!e.metaKey,s.filter?s.filter(e,r):e},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){return null==e.which&&(e.which=null!=t.charCode?t.charCode:t.keyCode),e}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,n){var i,o,r,s=n.button,a=n.fromElement;return null==e.pageX&&null!=n.clientX&&(o=e.target.ownerDocument||G,r=o.documentElement,i=o.body,e.pageX=n.clientX+(r&&r.scrollLeft||i&&i.scrollLeft||0)-(r&&r.clientLeft||i&&i.clientLeft||0),e.pageY=n.clientY+(r&&r.scrollTop||i&&i.scrollTop||0)-(r&&r.clientTop||i&&i.clientTop||0)),!e.relatedTarget&&a&&(e.relatedTarget=a===e.target?n.toElement:a),e.which||s===t||(e.which=1&s?1:2&s?3:4&s?2:0),e}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==l()&&this.focus)try{return this.focus(),!1}catch(e){}},delegateType:"focusin"},blur:{trigger:function(){return this===l()&&this.blur?(this.blur(),!1):t},delegateType:"focusout"},click:{trigger:function(){return lt.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):t},_default:function(e){return lt.nodeName(e.target,"a")}},beforeunload:{postDispatch:function(e){e.result!==t&&(e.originalEvent.returnValue=e.result)}}},simulate:function(e,t,n,i){var o=lt.extend(new lt.Event,n,{type:e,isSimulated:!0,originalEvent:{}});i?lt.event.trigger(o,null,t):lt.event.dispatch.call(t,o),o.isDefaultPrevented()&&n.preventDefault()}},lt.removeEvent=G.removeEventListener?function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n,!1)}:function(e,t,n){var i="on"+t;e.detachEvent&&(typeof e[i]===Y&&(e[i]=null),e.detachEvent(i,n))},lt.Event=function(e,n){return this instanceof lt.Event?(e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||e.returnValue===!1||e.getPreventDefault&&e.getPreventDefault()?c:u):this.type=e,n&&lt.extend(this,n),this.timeStamp=e&&e.timeStamp||lt.now(),this[lt.expando]=!0,t):new lt.Event(e,n)},lt.Event.prototype={isDefaultPrevented:u,isPropagationStopped:u,isImmediatePropagationStopped:u,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=c,e&&(e.preventDefault?e.preventDefault():e.returnValue=!1)},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=c,e&&(e.stopPropagation&&e.stopPropagation(),e.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=c,this.stopPropagation()}},lt.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(e,t){lt.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,i=this,o=e.relatedTarget,r=e.handleObj;return(!o||o!==i&&!lt.contains(i,o))&&(e.type=r.origType,n=r.handler.apply(this,arguments),e.type=t),n}}}),lt.support.submitBubbles||(lt.event.special.submit={setup:function(){return lt.nodeName(this,"form")?!1:(lt.event.add(this,"click._submit keypress._submit",function(e){var n=e.target,i=lt.nodeName(n,"input")||lt.nodeName(n,"button")?n.form:t;i&&!lt._data(i,"submitBubbles")&&(lt.event.add(i,"submit._submit",function(e){e._submit_bubble=!0}),lt._data(i,"submitBubbles",!0))}),t)},postDispatch:function(e){e._submit_bubble&&(delete e._submit_bubble,this.parentNode&&!e.isTrigger&&lt.event.simulate("submit",this.parentNode,e,!0))},teardown:function(){return lt.nodeName(this,"form")?!1:(lt.event.remove(this,"._submit"),t)}}),lt.support.changeBubbles||(lt.event.special.change={setup:function(){return qt.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(lt.event.add(this,"propertychange._change",function(e){"checked"===e.originalEvent.propertyName&&(this._just_changed=!0)}),lt.event.add(this,"click._change",function(e){this._just_changed&&!e.isTrigger&&(this._just_changed=!1),lt.event.simulate("change",this,e,!0)})),!1):(lt.event.add(this,"beforeactivate._change",function(e){var t=e.target;qt.test(t.nodeName)&&!lt._data(t,"changeBubbles")&&(lt.event.add(t,"change._change",function(e){!this.parentNode||e.isSimulated||e.isTrigger||lt.event.simulate("change",this.parentNode,e,!0)}),lt._data(t,"changeBubbles",!0))}),t)},handle:function(e){var n=e.target;return this!==n||e.isSimulated||e.isTrigger||"radio"!==n.type&&"checkbox"!==n.type?e.handleObj.handler.apply(this,arguments):t},teardown:function(){return lt.event.remove(this,"._change"),!qt.test(this.nodeName)}}),lt.support.focusinBubbles||lt.each({focus:"focusin",blur:"focusout"},function(e,t){var n=0,i=function(e){lt.event.simulate(t,e.target,lt.event.fix(e),!0)};lt.event.special[t]={setup:function(){0===n++&&G.addEventListener(e,i,!0)},teardown:function(){0===--n&&G.removeEventListener(e,i,!0)}}}),lt.fn.extend({on:function(e,n,i,o,r){var s,a;if("object"==typeof e){"string"!=typeof n&&(i=i||n,n=t);for(s in e)this.on(s,n,i,e[s],r);return this}if(null==i&&null==o?(o=n,i=n=t):null==o&&("string"==typeof n?(o=i,i=t):(o=i,i=n,n=t)),o===!1)o=u;else if(!o)return this;return 1===r&&(a=o,o=function(e){return lt().off(e),a.apply(this,arguments)},o.guid=a.guid||(a.guid=lt.guid++)),this.each(function(){lt.event.add(this,e,o,i,n)})},one:function(e,t,n,i){return this.on(e,t,n,i,1)},off:function(e,n,i){var o,r;if(e&&e.preventDefault&&e.handleObj)return o=e.handleObj,lt(e.delegateTarget).off(o.namespace?o.origType+"."+o.namespace:o.origType,o.selector,o.handler),this;if("object"==typeof e){for(r in e)this.off(r,n,e[r]);return this}return(n===!1||"function"==typeof n)&&(i=n,n=t),i===!1&&(i=u),this.each(function(){lt.event.remove(this,e,i,n)})},trigger:function(e,t){return this.each(function(){lt.event.trigger(e,t,this)})},triggerHandler:function(e,n){var i=this[0];return i?lt.event.trigger(e,n,i,!0):t}});var zt=/^.[^:#\[\.,]*$/,Ut=/^(?:parents|prev(?:Until|All))/,Wt=lt.expr.match.needsContext,Xt={children:!0,contents:!0,next:!0,prev:!0};lt.fn.extend({find:function(e){var t,n=[],i=this,o=i.length;if("string"!=typeof e)return this.pushStack(lt(e).filter(function(){for(t=0;o>t;t++)if(lt.contains(i[t],this))return!0}));for(t=0;o>t;t++)lt.find(e,i[t],n);return n=this.pushStack(o>1?lt.unique(n):n),n.selector=this.selector?this.selector+" "+e:e,n},has:function(e){var t,n=lt(e,this),i=n.length;return this.filter(function(){for(t=0;i>t;t++)if(lt.contains(this,n[t]))return!0})},not:function(e){return this.pushStack(f(this,e||[],!0))},filter:function(e){return this.pushStack(f(this,e||[],!1))},is:function(e){return!!f(this,"string"==typeof e&&Wt.test(e)?lt(e):e||[],!1).length},closest:function(e,t){for(var n,i=0,o=this.length,r=[],s=Wt.test(e)||"string"!=typeof e?lt(e,t||this.context):0;o>i;i++)for(n=this[i];n&&n!==t;n=n.parentNode)if(11>n.nodeType&&(s?s.index(n)>-1:1===n.nodeType&&lt.find.matchesSelector(n,e))){n=r.push(n);break}return this.pushStack(r.length>1?lt.unique(r):r)},index:function(e){return e?"string"==typeof e?lt.inArray(this[0],lt(e)):lt.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){var n="string"==typeof e?lt(e,t):lt.makeArray(e&&e.nodeType?[e]:e),i=lt.merge(this.get(),n);return this.pushStack(lt.unique(i))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),lt.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return lt.dir(e,"parentNode")},parentsUntil:function(e,t,n){return lt.dir(e,"parentNode",n)},next:function(e){return d(e,"nextSibling")},prev:function(e){return d(e,"previousSibling")},nextAll:function(e){return lt.dir(e,"nextSibling")},prevAll:function(e){return lt.dir(e,"previousSibling")},nextUntil:function(e,t,n){return lt.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return lt.dir(e,"previousSibling",n)},siblings:function(e){return lt.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return lt.sibling(e.firstChild)},contents:function(e){return lt.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:lt.merge([],e.childNodes)}},function(e,t){lt.fn[e]=function(n,i){var o=lt.map(this,t,n);return"Until"!==e.slice(-5)&&(i=n),i&&"string"==typeof i&&(o=lt.filter(i,o)),this.length>1&&(Xt[e]||(o=lt.unique(o)),Ut.test(e)&&(o=o.reverse())),this.pushStack(o)}}),lt.extend({filter:function(e,t,n){var i=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===i.nodeType?lt.find.matchesSelector(i,e)?[i]:[]:lt.find.matches(e,lt.grep(t,function(e){return 1===e.nodeType}))},dir:function(e,n,i){for(var o=[],r=e[n];r&&9!==r.nodeType&&(i===t||1!==r.nodeType||!lt(r).is(i));)1===r.nodeType&&o.push(r),r=r[n];return o},sibling:function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n}});var Vt="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",Qt=/ jQuery\d+="(?:null|\d+)"/g,Yt=RegExp("<(?:"+Vt+")[\\s/>]","i"),Jt=/^\s+/,Gt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,Kt=/<([\w:]+)/,Zt=/<tbody/i,$t=/<|&#?\w+;/,en=/<(?:script|style|link)/i,tn=/^(?:checkbox|radio)$/i,nn=/checked\s*(?:[^=]|=\s*.checked.)/i,on=/^$|\/(?:java|ecma)script/i,rn=/^true\/(.*)/,sn=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,an={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],area:[1,"<map>","</map>"],param:[1,"<object>","</object>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:lt.support.htmlSerialize?[0,"",""]:[1,"X<div>","</div>"]},cn=p(G),un=cn.appendChild(G.createElement("div"));an.optgroup=an.option,an.tbody=an.tfoot=an.colgroup=an.caption=an.thead,an.th=an.td,lt.fn.extend({text:function(e){return lt.access(this,function(e){return e===t?lt.text(this):this.empty().append((this[0]&&this[0].ownerDocument||G).createTextNode(e))},null,e,arguments.length)},append:function(){return this.domManip(arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=h(this,e);t.appendChild(e)}})},prepend:function(){return this.domManip(arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=h(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},remove:function(e,t){for(var n,i=e?lt.filter(e,this):this,o=0;null!=(n=i[o]);o++)t||1!==n.nodeType||lt.cleanData(x(n)),n.parentNode&&(t&&lt.contains(n.ownerDocument,n)&&g(x(n,"script")),n.parentNode.removeChild(n));return this},empty:function(){for(var e,t=0;null!=(e=this[t]);t++){for(1===e.nodeType&&lt.cleanData(x(e,!1));e.firstChild;)e.removeChild(e.firstChild);e.options&&lt.nodeName(e,"select")&&(e.options.length=0)}return this},clone:function(e,t){return e=null==e?!1:e,t=null==t?e:t,this.map(function(){return lt.clone(this,e,t)})},html:function(e){return lt.access(this,function(e){var n=this[0]||{},i=0,o=this.length;if(e===t)return 1===n.nodeType?n.innerHTML.replace(Qt,""):t;if(!("string"!=typeof e||en.test(e)||!lt.support.htmlSerialize&&Yt.test(e)||!lt.support.leadingWhitespace&&Jt.test(e)||an[(Kt.exec(e)||["",""])[1].toLowerCase()])){e=e.replace(Gt,"<$1></$2>");try{for(;o>i;i++)n=this[i]||{},1===n.nodeType&&(lt.cleanData(x(n,!1)),n.innerHTML=e);n=0}catch(r){}}n&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=lt.map(this,function(e){return[e.nextSibling,e.parentNode]}),t=0;return this.domManip(arguments,function(n){var i=e[t++],o=e[t++];o&&(i&&i.parentNode!==o&&(i=this.nextSibling),lt(this).remove(),o.insertBefore(n,i))},!0),t?this:this.remove()},detach:function(e){return this.remove(e,!0)},domManip:function(e,t,n){e=it.apply([],e);var i,o,r,s,a,c,u=0,l=this.length,d=this,f=l-1,p=e[0],h=lt.isFunction(p);if(h||!(1>=l||"string"!=typeof p||lt.support.checkClone)&&nn.test(p))return this.each(function(i){var o=d.eq(i);h&&(e[0]=p.call(this,i,o.html())),o.domManip(e,t,n)});if(l&&(c=lt.buildFragment(e,this[0].ownerDocument,!1,!n&&this),i=c.firstChild,1===c.childNodes.length&&(c=i),i)){for(s=lt.map(x(c,"script"),m),r=s.length;l>u;u++)o=c,u!==f&&(o=lt.clone(o,!0,!0),r&&lt.merge(s,x(o,"script"))),t.call(this[u],o,u);if(r)for(a=s[s.length-1].ownerDocument,lt.map(s,v),u=0;r>u;u++)o=s[u],on.test(o.type||"")&&!lt._data(o,"globalEval")&&lt.contains(a,o)&&(o.src?lt._evalUrl(o.src):lt.globalEval((o.text||o.textContent||o.innerHTML||"").replace(sn,"")));c=i=null}return this}}),lt.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){lt.fn[e]=function(e){for(var n,i=0,o=[],r=lt(e),s=r.length-1;s>=i;i++)n=i===s?this:this.clone(!0),lt(r[i])[t](n),ot.apply(o,n.get());return this.pushStack(o)}}),lt.extend({clone:function(e,t,n){var i,o,r,s,a,c=lt.contains(e.ownerDocument,e);if(lt.support.html5Clone||lt.isXMLDoc(e)||!Yt.test("<"+e.nodeName+">")?r=e.cloneNode(!0):(un.innerHTML=e.outerHTML,un.removeChild(r=un.firstChild)),!(lt.support.noCloneEvent&&lt.support.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||lt.isXMLDoc(e)))for(i=x(r),a=x(e),s=0;null!=(o=a[s]);++s)i[s]&&b(o,i[s]);if(t)if(n)for(a=a||x(e),i=i||x(r),s=0;null!=(o=a[s]);s++)y(o,i[s]);else y(e,r);return i=x(r,"script"),i.length>0&&g(i,!c&&x(e,"script")),i=a=o=null,r},buildFragment:function(e,t,n,i){for(var o,r,s,a,c,u,l,d=e.length,f=p(t),h=[],m=0;d>m;m++)if(r=e[m],r||0===r)if("object"===lt.type(r))lt.merge(h,r.nodeType?[r]:r);else if($t.test(r)){for(a=a||f.appendChild(t.createElement("div")),c=(Kt.exec(r)||["",""])[1].toLowerCase(),l=an[c]||an._default,a.innerHTML=l[1]+r.replace(Gt,"<$1></$2>")+l[2],o=l[0];o--;)a=a.lastChild;if(!lt.support.leadingWhitespace&&Jt.test(r)&&h.push(t.createTextNode(Jt.exec(r)[0])),!lt.support.tbody)for(r="table"!==c||Zt.test(r)?"<table>"!==l[1]||Zt.test(r)?0:a:a.firstChild,o=r&&r.childNodes.length;o--;)lt.nodeName(u=r.childNodes[o],"tbody")&&!u.childNodes.length&&r.removeChild(u);for(lt.merge(h,a.childNodes),a.textContent="";a.firstChild;)a.removeChild(a.firstChild);a=f.lastChild}else h.push(t.createTextNode(r));for(a&&f.removeChild(a),lt.support.appendChecked||lt.grep(x(h,"input"),w),m=0;r=h[m++];)if((!i||-1===lt.inArray(r,i))&&(s=lt.contains(r.ownerDocument,r),a=x(f.appendChild(r),"script"),s&&g(a),n))for(o=0;r=a[o++];)on.test(r.type||"")&&n.push(r);return a=null,f},cleanData:function(e,t){for(var n,i,o,r,s=0,a=lt.expando,c=lt.cache,u=lt.support.deleteExpando,l=lt.event.special;null!=(n=e[s]);s++)if((t||lt.acceptData(n))&&(o=n[a],r=o&&c[o])){if(r.events)for(i in r.events)l[i]?lt.event.remove(n,i):lt.removeEvent(n,i,r.handle);c[o]&&(delete c[o],u?delete n[a]:typeof n.removeAttribute!==Y?n.removeAttribute(a):n[a]=null,tt.push(o))}},_evalUrl:function(e){return lt.ajax({url:e,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})}}),lt.fn.extend({wrapAll:function(e){if(lt.isFunction(e))return this.each(function(t){lt(this).wrapAll(e.call(this,t))});if(this[0]){var t=lt(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var e=this;e.firstChild&&1===e.firstChild.nodeType;)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(e){return this.each(lt.isFunction(e)?function(t){lt(this).wrapInner(e.call(this,t))}:function(){var t=lt(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=lt.isFunction(e);return this.each(function(n){lt(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){lt.nodeName(this,"body")||lt(this).replaceWith(this.childNodes)}).end()}});var ln,dn,fn,pn=/alpha\([^)]*\)/i,hn=/opacity\s*=\s*([^)]*)/,mn=/^(top|right|bottom|left)$/,vn=/^(none|table(?!-c[ea]).+)/,gn=/^margin/,yn=RegExp("^("+dt+")(.*)$","i"),bn=RegExp("^("+dt+")(?!px)[a-z%]+$","i"),xn=RegExp("^([+-])=("+dt+")","i"),wn={BODY:"block"},Tn={position:"absolute",visibility:"hidden",display:"block"},Cn={letterSpacing:0,fontWeight:400},kn=["Top","Right","Bottom","Left"],En=["Webkit","O","Moz","ms"];lt.fn.extend({css:function(e,n){return lt.access(this,function(e,n,i){var o,r,s={},a=0;if(lt.isArray(n)){for(r=dn(e),o=n.length;o>a;a++)s[n[a]]=lt.css(e,n[a],!1,r);return s}return i!==t?lt.style(e,n,i):lt.css(e,n)},e,n,arguments.length>1)},show:function(){return k(this,!0)},hide:function(){return k(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){C(this)?lt(this).show():lt(this).hide()})}}),lt.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=fn(e,"opacity");return""===n?"1":n}}}},cssNumber:{columnCount:!0,fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":lt.support.cssFloat?"cssFloat":"styleFloat"},style:function(e,n,i,o){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var r,s,a,c=lt.camelCase(n),u=e.style;if(n=lt.cssProps[c]||(lt.cssProps[c]=T(u,c)),a=lt.cssHooks[n]||lt.cssHooks[c],i===t)return a&&"get"in a&&(r=a.get(e,!1,o))!==t?r:u[n];if(s=typeof i,"string"===s&&(r=xn.exec(i))&&(i=(r[1]+1)*r[2]+parseFloat(lt.css(e,n)),s="number"),!(null==i||"number"===s&&isNaN(i)||("number"!==s||lt.cssNumber[c]||(i+="px"),lt.support.clearCloneStyle||""!==i||0!==n.indexOf("background")||(u[n]="inherit"),a&&"set"in a&&(i=a.set(e,i,o))===t)))try{u[n]=i}catch(l){}}},css:function(e,n,i,o){var r,s,a,c=lt.camelCase(n);return n=lt.cssProps[c]||(lt.cssProps[c]=T(e.style,c)),a=lt.cssHooks[n]||lt.cssHooks[c],a&&"get"in a&&(s=a.get(e,!0,i)),s===t&&(s=fn(e,n,o)),"normal"===s&&n in Cn&&(s=Cn[n]),""===i||i?(r=parseFloat(s),i===!0||lt.isNumeric(r)?r||0:s):s}}),e.getComputedStyle?(dn=function(t){return e.getComputedStyle(t,null)},fn=function(e,n,i){var o,r,s,a=i||dn(e),c=a?a.getPropertyValue(n)||a[n]:t,u=e.style;return a&&(""!==c||lt.contains(e.ownerDocument,e)||(c=lt.style(e,n)),bn.test(c)&&gn.test(n)&&(o=u.width,r=u.minWidth,s=u.maxWidth,u.minWidth=u.maxWidth=u.width=c,c=a.width,u.width=o,u.minWidth=r,u.maxWidth=s)),c}):G.documentElement.currentStyle&&(dn=function(e){return e.currentStyle},fn=function(e,n,i){var o,r,s,a=i||dn(e),c=a?a[n]:t,u=e.style;return null==c&&u&&u[n]&&(c=u[n]),bn.test(c)&&!mn.test(n)&&(o=u.left,r=e.runtimeStyle,s=r&&r.left,s&&(r.left=e.currentStyle.left),u.left="fontSize"===n?"1em":c,c=u.pixelLeft+"px",u.left=o,s&&(r.left=s)),""===c?"auto":c}),lt.each(["height","width"],function(e,n){lt.cssHooks[n]={get:function(e,i,o){return i?0===e.offsetWidth&&vn.test(lt.css(e,"display"))?lt.swap(e,Tn,function(){return D(e,n,o)}):D(e,n,o):t},set:function(e,t,i){var o=i&&dn(e);return E(e,t,i?S(e,n,i,lt.support.boxSizing&&"border-box"===lt.css(e,"boxSizing",!1,o),o):0)}}}),lt.support.opacity||(lt.cssHooks.opacity={get:function(e,t){return hn.test((t&&e.currentStyle?e.currentStyle.filter:e.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":t?"1":""},set:function(e,t){var n=e.style,i=e.currentStyle,o=lt.isNumeric(t)?"alpha(opacity="+100*t+")":"",r=i&&i.filter||n.filter||"";n.zoom=1,(t>=1||""===t)&&""===lt.trim(r.replace(pn,""))&&n.removeAttribute&&(n.removeAttribute("filter"),""===t||i&&!i.filter)||(n.filter=pn.test(r)?r.replace(pn,o):r+" "+o)}}),lt(function(){lt.support.reliableMarginRight||(lt.cssHooks.marginRight={get:function(e,n){return n?lt.swap(e,{display:"inline-block"},fn,[e,"marginRight"]):t}}),!lt.support.pixelPosition&&lt.fn.position&&lt.each(["top","left"],function(e,n){lt.cssHooks[n]={get:function(e,i){return i?(i=fn(e,n),bn.test(i)?lt(e).position()[n]+"px":i):t}}})}),lt.expr&&lt.expr.filters&&(lt.expr.filters.hidden=function(e){return 0>=e.offsetWidth&&0>=e.offsetHeight||!lt.support.reliableHiddenOffsets&&"none"===(e.style&&e.style.display||lt.css(e,"display"))},lt.expr.filters.visible=function(e){return!lt.expr.filters.hidden(e)}),lt.each({margin:"",padding:"",border:"Width"},function(e,t){lt.cssHooks[e+t]={expand:function(n){for(var i=0,o={},r="string"==typeof n?n.split(" "):[n];4>i;i++)o[e+kn[i]+t]=r[i]||r[i-2]||r[0];return o}},gn.test(e)||(lt.cssHooks[e+t].set=E)});var Sn=/%20/g,Dn=/\[\]$/,An=/\r?\n/g,Nn=/^(?:submit|button|image|reset|file)$/i,Bn=/^(?:input|select|textarea|keygen)/i;lt.fn.extend({serialize:function(){return lt.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=lt.prop(this,"elements");return e?lt.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!lt(this).is(":disabled")&&Bn.test(this.nodeName)&&!Nn.test(e)&&(this.checked||!tn.test(e))}).map(function(e,t){var n=lt(this).val();return null==n?null:lt.isArray(n)?lt.map(n,function(e){return{name:t.name,value:e.replace(An,"\r\n")}}):{name:t.name,value:n.replace(An,"\r\n")}}).get()}}),lt.param=function(e,n){var i,o=[],r=function(e,t){t=lt.isFunction(t)?t():null==t?"":t,o[o.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};if(n===t&&(n=lt.ajaxSettings&&lt.ajaxSettings.traditional),lt.isArray(e)||e.jquery&&!lt.isPlainObject(e))lt.each(e,function(){r(this.name,this.value)});else for(i in e)B(i,e[i],n,r);return o.join("&").replace(Sn,"+")},lt.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(e,t){lt.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),lt.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,i){return this.on(t,e,n,i)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}});var jn,Mn,In=lt.now(),Rn=/\?/,Hn=/#.*$/,Ln=/([?&])_=[^&]*/,qn=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,On=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Fn=/^(?:GET|HEAD)$/,Pn=/^\/\//,_n=/^([\w.+-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,zn=lt.fn.load,Un={},Wn={},Xn="*/".concat("*");try{Mn=J.href}catch(Vn){Mn=G.createElement("a"),Mn.href="",Mn=Mn.href}jn=_n.exec(Mn.toLowerCase())||[],lt.fn.load=function(e,n,i){if("string"!=typeof e&&zn)return zn.apply(this,arguments);var o,r,s,a=this,c=e.indexOf(" ");return c>=0&&(o=e.slice(c,e.length),e=e.slice(0,c)),lt.isFunction(n)?(i=n,n=t):n&&"object"==typeof n&&(s="POST"),a.length>0&&lt.ajax({url:e,type:s,dataType:"html",data:n}).done(function(e){r=arguments,a.html(o?lt("<div>").append(lt.parseHTML(e)).find(o):e)}).complete(i&&function(e,t){a.each(i,r||[e.responseText,t,e])}),this},lt.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){lt.fn[t]=function(e){return this.on(t,e)}}),lt.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Mn,type:"GET",isLocal:On.test(jn[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Xn,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":lt.parseJSON,"text xml":lt.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?I(I(e,lt.ajaxSettings),t):I(lt.ajaxSettings,e)},ajaxPrefilter:j(Un),ajaxTransport:j(Wn),ajax:function(e,n){function i(e,n,i,o){var r,d,y,b,w,C=n;2!==x&&(x=2,c&&clearTimeout(c),l=t,a=o||"",T.readyState=e>0?4:0,r=e>=200&&300>e||304===e,i&&(b=R(f,T,i)),b=H(f,b,T,r),r?(f.ifModified&&(w=T.getResponseHeader("Last-Modified"),w&&(lt.lastModified[s]=w),w=T.getResponseHeader("etag"),w&&(lt.etag[s]=w)),204===e||"HEAD"===f.type?C="nocontent":304===e?C="notmodified":(C=b.state,d=b.data,y=b.error,r=!y)):(y=C,(e||!C)&&(C="error",0>e&&(e=0))),T.status=e,T.statusText=(n||C)+"",r?m.resolveWith(p,[d,C,T]):m.rejectWith(p,[T,C,y]),T.statusCode(g),g=t,u&&h.trigger(r?"ajaxSuccess":"ajaxError",[T,f,r?d:y]),v.fireWith(p,[T,C]),u&&(h.trigger("ajaxComplete",[T,f]),--lt.active||lt.event.trigger("ajaxStop")))}"object"==typeof e&&(n=e,e=t),n=n||{};var o,r,s,a,c,u,l,d,f=lt.ajaxSetup({},n),p=f.context||f,h=f.context&&(p.nodeType||p.jquery)?lt(p):lt.event,m=lt.Deferred(),v=lt.Callbacks("once memory"),g=f.statusCode||{},y={},b={},x=0,w="canceled",T={readyState:0,getResponseHeader:function(e){var t;if(2===x){if(!d)for(d={};t=qn.exec(a);)d[t[1].toLowerCase()]=t[2];t=d[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return 2===x?a:null},setRequestHeader:function(e,t){var n=e.toLowerCase();return x||(e=b[n]=b[n]||e,y[e]=t),this},overrideMimeType:function(e){return x||(f.mimeType=e),this},statusCode:function(e){var t;if(e)if(2>x)for(t in e)g[t]=[g[t],e[t]];else T.always(e[T.status]);return this},abort:function(e){var t=e||w;return l&&l.abort(t),i(0,t),this}};if(m.promise(T).complete=v.add,T.success=T.done,T.error=T.fail,f.url=((e||f.url||Mn)+"").replace(Hn,"").replace(Pn,jn[1]+"//"),f.type=n.method||n.type||f.method||f.type,f.dataTypes=lt.trim(f.dataType||"*").toLowerCase().match(ft)||[""],null==f.crossDomain&&(o=_n.exec(f.url.toLowerCase()),f.crossDomain=!(!o||o[1]===jn[1]&&o[2]===jn[2]&&(o[3]||("http:"===o[1]?"80":"443"))===(jn[3]||("http:"===jn[1]?"80":"443")))),f.data&&f.processData&&"string"!=typeof f.data&&(f.data=lt.param(f.data,f.traditional)),M(Un,f,n,T),2===x)return T;u=f.global,u&&0===lt.active++&&lt.event.trigger("ajaxStart"),f.type=f.type.toUpperCase(),f.hasContent=!Fn.test(f.type),s=f.url,f.hasContent||(f.data&&(s=f.url+=(Rn.test(s)?"&":"?")+f.data,delete f.data),f.cache===!1&&(f.url=Ln.test(s)?s.replace(Ln,"$1_="+In++):s+(Rn.test(s)?"&":"?")+"_="+In++)),f.ifModified&&(lt.lastModified[s]&&T.setRequestHeader("If-Modified-Since",lt.lastModified[s]),lt.etag[s]&&T.setRequestHeader("If-None-Match",lt.etag[s])),(f.data&&f.hasContent&&f.contentType!==!1||n.contentType)&&T.setRequestHeader("Content-Type",f.contentType),T.setRequestHeader("Accept",f.dataTypes[0]&&f.accepts[f.dataTypes[0]]?f.accepts[f.dataTypes[0]]+("*"!==f.dataTypes[0]?", "+Xn+"; q=0.01":""):f.accepts["*"]);
for(r in f.headers)T.setRequestHeader(r,f.headers[r]);if(f.beforeSend&&(f.beforeSend.call(p,T,f)===!1||2===x))return T.abort();w="abort";for(r in{success:1,error:1,complete:1})T[r](f[r]);if(l=M(Wn,f,n,T)){T.readyState=1,u&&h.trigger("ajaxSend",[T,f]),f.async&&f.timeout>0&&(c=setTimeout(function(){T.abort("timeout")},f.timeout));try{x=1,l.send(y,i)}catch(C){if(!(2>x))throw C;i(-1,C)}}else i(-1,"No Transport");return T},getJSON:function(e,t,n){return lt.get(e,t,n,"json")},getScript:function(e,n){return lt.get(e,t,n,"script")}}),lt.each(["get","post"],function(e,n){lt[n]=function(e,i,o,r){return lt.isFunction(i)&&(r=r||o,o=i,i=t),lt.ajax({url:e,type:n,dataType:r,data:i,success:o})}}),lt.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(e){return lt.globalEval(e),e}}}),lt.ajaxPrefilter("script",function(e){e.cache===t&&(e.cache=!1),e.crossDomain&&(e.type="GET",e.global=!1)}),lt.ajaxTransport("script",function(e){if(e.crossDomain){var n,i=G.head||lt("head")[0]||G.documentElement;return{send:function(t,o){n=G.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||o(200,"success"))},i.insertBefore(n,i.firstChild)},abort:function(){n&&n.onload(t,!0)}}}});var Qn=[],Yn=/(=)\?(?=&|$)|\?\?/;lt.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Qn.pop()||lt.expando+"_"+In++;return this[e]=!0,e}}),lt.ajaxPrefilter("json jsonp",function(n,i,o){var r,s,a,c=n.jsonp!==!1&&(Yn.test(n.url)?"url":"string"==typeof n.data&&!(n.contentType||"").indexOf("application/x-www-form-urlencoded")&&Yn.test(n.data)&&"data");return c||"jsonp"===n.dataTypes[0]?(r=n.jsonpCallback=lt.isFunction(n.jsonpCallback)?n.jsonpCallback():n.jsonpCallback,c?n[c]=n[c].replace(Yn,"$1"+r):n.jsonp!==!1&&(n.url+=(Rn.test(n.url)?"&":"?")+n.jsonp+"="+r),n.converters["script json"]=function(){return a||lt.error(r+" was not called"),a[0]},n.dataTypes[0]="json",s=e[r],e[r]=function(){a=arguments},o.always(function(){e[r]=s,n[r]&&(n.jsonpCallback=i.jsonpCallback,Qn.push(r)),a&&lt.isFunction(s)&&s(a[0]),a=s=t}),"script"):t});var Jn,Gn,Kn=0,Zn=e.ActiveXObject&&function(){var e;for(e in Jn)Jn[e](t,!0)};lt.ajaxSettings.xhr=e.ActiveXObject?function(){return!this.isLocal&&L()||q()}:L,Gn=lt.ajaxSettings.xhr(),lt.support.cors=!!Gn&&"withCredentials"in Gn,Gn=lt.support.ajax=!!Gn,Gn&&lt.ajaxTransport(function(n){if(!n.crossDomain||lt.support.cors){var i;return{send:function(o,r){var s,a,c=n.xhr();if(n.username?c.open(n.type,n.url,n.async,n.username,n.password):c.open(n.type,n.url,n.async),n.xhrFields)for(a in n.xhrFields)c[a]=n.xhrFields[a];n.mimeType&&c.overrideMimeType&&c.overrideMimeType(n.mimeType),n.crossDomain||o["X-Requested-With"]||(o["X-Requested-With"]="XMLHttpRequest");try{for(a in o)c.setRequestHeader(a,o[a])}catch(u){}c.send(n.hasContent&&n.data||null),i=function(e,o){var a,u,l,d;try{if(i&&(o||4===c.readyState))if(i=t,s&&(c.onreadystatechange=lt.noop,Zn&&delete Jn[s]),o)4!==c.readyState&&c.abort();else{d={},a=c.status,u=c.getAllResponseHeaders(),"string"==typeof c.responseText&&(d.text=c.responseText);try{l=c.statusText}catch(f){l=""}a||!n.isLocal||n.crossDomain?1223===a&&(a=204):a=d.text?200:404}}catch(p){o||r(-1,p)}d&&r(a,l,d,u)},n.async?4===c.readyState?setTimeout(i):(s=++Kn,Zn&&(Jn||(Jn={},lt(e).unload(Zn)),Jn[s]=i),c.onreadystatechange=i):i()},abort:function(){i&&i(t,!0)}}}});var $n,ei,ti=/^(?:toggle|show|hide)$/,ni=RegExp("^(?:([+-])=|)("+dt+")([a-z%]*)$","i"),ii=/queueHooks$/,oi=[z],ri={"*":[function(e,t){var n=this.createTween(e,t),i=n.cur(),o=ni.exec(t),r=o&&o[3]||(lt.cssNumber[e]?"":"px"),s=(lt.cssNumber[e]||"px"!==r&&+i)&&ni.exec(lt.css(n.elem,e)),a=1,c=20;if(s&&s[3]!==r){r=r||s[3],o=o||[],s=+i||1;do a=a||".5",s/=a,lt.style(n.elem,e,s+r);while(a!==(a=n.cur()/i)&&1!==a&&--c)}return o&&(s=n.start=+s||+i||0,n.unit=r,n.end=o[1]?s+(o[1]+1)*o[2]:+o[2]),n}]};lt.Animation=lt.extend(P,{tweener:function(e,t){lt.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");for(var n,i=0,o=e.length;o>i;i++)n=e[i],ri[n]=ri[n]||[],ri[n].unshift(t)},prefilter:function(e,t){t?oi.unshift(e):oi.push(e)}}),lt.Tween=U,U.prototype={constructor:U,init:function(e,t,n,i,o,r){this.elem=e,this.prop=n,this.easing=o||"swing",this.options=t,this.start=this.now=this.cur(),this.end=i,this.unit=r||(lt.cssNumber[n]?"":"px")},cur:function(){var e=U.propHooks[this.prop];return e&&e.get?e.get(this):U.propHooks._default.get(this)},run:function(e){var t,n=U.propHooks[this.prop];return this.pos=t=this.options.duration?lt.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):U.propHooks._default.set(this),this}},U.prototype.init.prototype=U.prototype,U.propHooks={_default:{get:function(e){var t;return null==e.elem[e.prop]||e.elem.style&&null!=e.elem.style[e.prop]?(t=lt.css(e.elem,e.prop,""),t&&"auto"!==t?t:0):e.elem[e.prop]},set:function(e){lt.fx.step[e.prop]?lt.fx.step[e.prop](e):e.elem.style&&(null!=e.elem.style[lt.cssProps[e.prop]]||lt.cssHooks[e.prop])?lt.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},U.propHooks.scrollTop=U.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},lt.each(["toggle","show","hide"],function(e,t){var n=lt.fn[t];lt.fn[t]=function(e,i,o){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(W(t,!0),e,i,o)}}),lt.fn.extend({fadeTo:function(e,t,n,i){return this.filter(C).css("opacity",0).show().end().animate({opacity:t},e,n,i)},animate:function(e,t,n,i){var o=lt.isEmptyObject(e),r=lt.speed(t,n,i),s=function(){var t=P(this,lt.extend({},e),r);(o||lt._data(this,"finish"))&&t.stop(!0)};return s.finish=s,o||r.queue===!1?this.each(s):this.queue(r.queue,s)},stop:function(e,n,i){var o=function(e){var t=e.stop;delete e.stop,t(i)};return"string"!=typeof e&&(i=n,n=e,e=t),n&&e!==!1&&this.queue(e||"fx",[]),this.each(function(){var t=!0,n=null!=e&&e+"queueHooks",r=lt.timers,s=lt._data(this);if(n)s[n]&&s[n].stop&&o(s[n]);else for(n in s)s[n]&&s[n].stop&&ii.test(n)&&o(s[n]);for(n=r.length;n--;)r[n].elem!==this||null!=e&&r[n].queue!==e||(r[n].anim.stop(i),t=!1,r.splice(n,1));(t||!i)&&lt.dequeue(this,e)})},finish:function(e){return e!==!1&&(e=e||"fx"),this.each(function(){var t,n=lt._data(this),i=n[e+"queue"],o=n[e+"queueHooks"],r=lt.timers,s=i?i.length:0;for(n.finish=!0,lt.queue(this,e,[]),o&&o.stop&&o.stop.call(this,!0),t=r.length;t--;)r[t].elem===this&&r[t].queue===e&&(r[t].anim.stop(!0),r.splice(t,1));for(t=0;s>t;t++)i[t]&&i[t].finish&&i[t].finish.call(this);delete n.finish})}}),lt.each({slideDown:W("show"),slideUp:W("hide"),slideToggle:W("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){lt.fn[e]=function(e,n,i){return this.animate(t,e,n,i)}}),lt.speed=function(e,t,n){var i=e&&"object"==typeof e?lt.extend({},e):{complete:n||!n&&t||lt.isFunction(e)&&e,duration:e,easing:n&&t||t&&!lt.isFunction(t)&&t};return i.duration=lt.fx.off?0:"number"==typeof i.duration?i.duration:i.duration in lt.fx.speeds?lt.fx.speeds[i.duration]:lt.fx.speeds._default,(null==i.queue||i.queue===!0)&&(i.queue="fx"),i.old=i.complete,i.complete=function(){lt.isFunction(i.old)&&i.old.call(this),i.queue&&lt.dequeue(this,i.queue)},i},lt.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2}},lt.timers=[],lt.fx=U.prototype.init,lt.fx.tick=function(){var e,n=lt.timers,i=0;for($n=lt.now();n.length>i;i++)e=n[i],e()||n[i]!==e||n.splice(i--,1);n.length||lt.fx.stop(),$n=t},lt.fx.timer=function(e){e()&&lt.timers.push(e)&&lt.fx.start()},lt.fx.interval=13,lt.fx.start=function(){ei||(ei=setInterval(lt.fx.tick,lt.fx.interval))},lt.fx.stop=function(){clearInterval(ei),ei=null},lt.fx.speeds={slow:600,fast:200,_default:400},lt.fx.step={},lt.expr&&lt.expr.filters&&(lt.expr.filters.animated=function(e){return lt.grep(lt.timers,function(t){return e===t.elem}).length}),lt.fn.offset=function(e){if(arguments.length)return e===t?this:this.each(function(t){lt.offset.setOffset(this,e,t)});var n,i,o={top:0,left:0},r=this[0],s=r&&r.ownerDocument;return s?(n=s.documentElement,lt.contains(n,r)?(typeof r.getBoundingClientRect!==Y&&(o=r.getBoundingClientRect()),i=X(s),{top:o.top+(i.pageYOffset||n.scrollTop)-(n.clientTop||0),left:o.left+(i.pageXOffset||n.scrollLeft)-(n.clientLeft||0)}):o):void 0},lt.offset={setOffset:function(e,t,n){var i=lt.css(e,"position");"static"===i&&(e.style.position="relative");var o,r,s=lt(e),a=s.offset(),c=lt.css(e,"top"),u=lt.css(e,"left"),l=("absolute"===i||"fixed"===i)&&lt.inArray("auto",[c,u])>-1,d={},f={};l?(f=s.position(),o=f.top,r=f.left):(o=parseFloat(c)||0,r=parseFloat(u)||0),lt.isFunction(t)&&(t=t.call(e,n,a)),null!=t.top&&(d.top=t.top-a.top+o),null!=t.left&&(d.left=t.left-a.left+r),"using"in t?t.using.call(e,d):s.css(d)}},lt.fn.extend({position:function(){if(this[0]){var e,t,n={top:0,left:0},i=this[0];return"fixed"===lt.css(i,"position")?t=i.getBoundingClientRect():(e=this.offsetParent(),t=this.offset(),lt.nodeName(e[0],"html")||(n=e.offset()),n.top+=lt.css(e[0],"borderTopWidth",!0),n.left+=lt.css(e[0],"borderLeftWidth",!0)),{top:t.top-n.top-lt.css(i,"marginTop",!0),left:t.left-n.left-lt.css(i,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent||K;e&&!lt.nodeName(e,"html")&&"static"===lt.css(e,"position");)e=e.offsetParent;return e||K})}}),lt.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,n){var i=/Y/.test(n);lt.fn[e]=function(o){return lt.access(this,function(e,o,r){var s=X(e);return r===t?s?n in s?s[n]:s.document.documentElement[o]:e[o]:(s?s.scrollTo(i?lt(s).scrollLeft():r,i?r:lt(s).scrollTop()):e[o]=r,t)},e,o,arguments.length,null)}}),lt.each({Height:"height",Width:"width"},function(e,n){lt.each({padding:"inner"+e,content:n,"":"outer"+e},function(i,o){lt.fn[o]=function(o,r){var s=arguments.length&&(i||"boolean"!=typeof o),a=i||(o===!0||r===!0?"margin":"border");return lt.access(this,function(n,i,o){var r;return lt.isWindow(n)?n.document.documentElement["client"+e]:9===n.nodeType?(r=n.documentElement,Math.max(n.body["scroll"+e],r["scroll"+e],n.body["offset"+e],r["offset"+e],r["client"+e])):o===t?lt.css(n,i,a):lt.style(n,i,o,a)},n,s?o:t,s,null)}})}),lt.fn.size=function(){return this.length},lt.fn.andSelf=lt.fn.addBack,"object"==typeof module&&module&&"object"==typeof module.exports?module.exports=lt:(e.jQuery=e.$=lt,"function"==typeof define&&define.amd&&define("jquery",[],function(){return lt}))}(window),PassMachine.$=jQuery.noConflict(!0),function(e){e.fn.getQueryString=function(e){var t=new RegExp("(^|&)"+e+"=([^&]*)(&|$)","i"),n=window.location.search.substr(1).match(t);return null!=n?unescape(n[2]):null},e.fn.formJson=function(t,n){function i(e,t){var n=u[e];n?(n.push||(u[e]=[n]),u[e].push(t)):u[e]=t}for(var o,r,s,a,t=t||e(this).get(0),c=t.elements,n=n||function(e){return e},u={},l=0,d=c.length;d>l;l++)if(o=c[l],s=o.name,!o.disabled&&s)switch(r=o.type,a=o.value,r){case"radio":case"checkbox":if(!o.checked)break;case"textarea":case"text":case"tel":case"email":case"password":case"hidden":case"file":i(s,n(a,s))}return u}}(PassMachine.$),"object"!=typeof JSON&&(JSON={}),function(){"use strict";function f(e){return 10>e?"0"+e:e}function this_value(){return this.valueOf()}function quote(e){return rx_escapable.lastIndex=0,rx_escapable.test(e)?'"'+e.replace(rx_escapable,function(e){var t=meta[e];return"string"==typeof t?t:"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+e+'"'}function str(e,t){var n,i,o,r,s,a=gap,c=t[e];switch(c&&"object"==typeof c&&"function"==typeof c.toJSON&&(c=c.toJSON(e)),"function"==typeof rep&&(c=rep.call(t,e,c)),typeof c){case"string":return quote(c);case"number":return isFinite(c)?String(c):"null";case"boolean":case"null":return String(c);case"object":if(!c)return"null";if(gap+=indent,s=[],"[object Array]"===Object.prototype.toString.apply(c)){for(r=c.length,n=0;r>n;n+=1)s[n]=str(n,c)||"null";return o=0===s.length?"[]":gap?"[\n"+gap+s.join(",\n"+gap)+"\n"+a+"]":"["+s.join(",")+"]",gap=a,o}if(rep&&"object"==typeof rep)for(r=rep.length,n=0;r>n;n+=1)"string"==typeof rep[n]&&(i=rep[n],o=str(i,c),o&&s.push(quote(i)+(gap?": ":":")+o));else for(i in c)Object.prototype.hasOwnProperty.call(c,i)&&(o=str(i,c),o&&s.push(quote(i)+(gap?": ":":")+o));return o=0===s.length?"{}":gap?"{\n"+gap+s.join(",\n"+gap)+"\n"+a+"}":"{"+s.join(",")+"}",gap=a,o}}var rx_one=/^[\],:{}\s]*$/,rx_two=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,rx_three=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,rx_four=/(?:^|:|,)(?:\s*\[)+/g,rx_escapable=/[\\"\u0000-\u001f\u007f-\u009f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,rx_dangerous=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g;"function"!=typeof Date.prototype.toJSON&&(Date.prototype.toJSON=function(){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z":null},Boolean.prototype.toJSON=this_value,Number.prototype.toJSON=this_value,String.prototype.toJSON=this_value);var gap,indent,meta,rep;"function"!=typeof JSON.stringify&&(meta={"\b":"\\b","	":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},JSON.stringify=function(e,t,n){var i;if(gap="",indent="","number"==typeof n)for(i=0;n>i;i+=1)indent+=" ";else"string"==typeof n&&(indent=n);if(rep=t,t&&"function"!=typeof t&&("object"!=typeof t||"number"!=typeof t.length))throw new Error("JSON.stringify");return str("",{"":e})}),"function"!=typeof JSON.parse&&(JSON.parse=function(text,reviver){function walk(e,t){var n,i,o=e[t];if(o&&"object"==typeof o)for(n in o)Object.prototype.hasOwnProperty.call(o,n)&&(i=walk(o,n),void 0!==i?o[n]=i:delete o[n]);return reviver.call(e,t,o)}var j;if(text=String(text),rx_dangerous.lastIndex=0,rx_dangerous.test(text)&&(text=text.replace(rx_dangerous,function(e){return"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)})),rx_one.test(text.replace(rx_two,"@").replace(rx_three,"]").replace(rx_four,"")))return j=eval("("+text+")"),"function"==typeof reviver?walk({"":j},""):j;throw new SyntaxError("JSON.parse")})}();var PassMachine="undefined"==typeof window.PassMachine?{}:window.PassMachine;PassMachine.loadCss=PassMachine.loadCss||function(e,t){var n=document,i=n.createElement("link"),o=/\?\w*=.+/g.test(e)?"&":"?";i.rel="stylesheet",i.type="text/css",i.href=e+o+"_="+(new Date).getTime(),i.disabled=!1,n.getElementsByTagName("head")[0].appendChild(i),i.readyState?i.onreadystatechange=function(){("loaded"===i.readyState||"complete"===i.readyState)&&(i.onreadystatechange=null,t&&t())}:i.onload=function(){t&&t()}},PassMachine.loadJs=PassMachine.loadJs||function(e,t){var n=document,i=n.createElement("SCRIPT");i.type="text/javascript",i.charset="UTF-8",i.src=e,n.getElementsByTagName("head")[0].appendChild(i),i.readyState?i.onreadystatechange=function(){("loaded"===i.readyState||"complete"===i.readyState)&&(i.onreadystatechange=null,t&&t())}:i.onload=function(){t&&t()}};var con={mkd:"https://wappass.baidu.com/static/machine/css/api/mkd.css"};PassMachine.loadCss(con.mkd,function(){});var PassMachine="undefined"==typeof window.PassMachine?{}:window.PassMachine;!function(e,t,n){function i(){var e=new Date,t=e.getTime();return t}function o(e,t){var n;return function(){return n?void 0:(n=setTimeout(function(){n=null},t),e.apply(this))}}function r(e,t){var n,i=e,o=!0;return function(){var e=arguments,r=this;return o?(i.apply(r,e),o=!1):n?!1:void(n=setTimeout(function(){clearTimeout(n),n=null,i.apply(r,e)},t||500))}}function s(){try{var n=e.mozInnerScreenY||e.screenTop,i=e.mozInnerScreenX||e.screenLeft;"undefined"==typeof n&&(n=0),"undefined"==typeof i&&(i=0);var o=t.documentElement.clientWidth||t.body.clientWidth,r=t.documentElement.clientHeight||t.body.clientHeight,s=e.screen.width,a=e.screen.height,c=e.screen.availWidth,u=e.screen.availHeight,l=e.outerWidth,d=e.outerHeight,f=t.documentElement.scrollWidth||t.body.scrollWidth,p=t.documentElement.scrollWidth||t.body.scrollHeight;return{screenTop:n,screenLeft:i,clientWidth:o,clientHeight:r,screenWidth:s,screenHeight:a,availWidth:c,availHeight:u,outerWidth:l,outerHeight:d,scrollWidth:f,scrollHeight:p}}catch(h){}}function a(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n}function c(e,t){return!!e.className.match(new RegExp("(\\s|^)"+t+"(\\s|$)"))}function u(e,t){return"hide"===t&&(t="pass-machine-"+t),c(e,t)||(e.className,e.className+=" "+t),this}function l(e,t){return"hide"===t&&(t="pass-machine-"+t),c(e,t)&&(e.className=e.className.indexOf(" "+t+" ")>=0?e.className.replace(new RegExp("(\\s|^)"+t+"(\\s|$)")," "):e.className.replace(new RegExp("(\\s|^)"+t+"(\\s|$)"),"")),this}function d(e,t,n){e.removeEventListener?e.removeEventListener(t,n,!1):e.datachEvent?e.detachEvent("on"+t,n):e["on"+t]=null}function f(e){e.stopPropagation?e.stopPropagation():e.cancelBubble=!0}function p(e){e.preventDefault?e.preventDefault():e.returnValue=!1}function h(e){var t=new RegExp("(^| )"+e+"=([^;]*)(;|$)"),n=t.exec(document.cookie);return n?n[2]||null:null}function m(e){var t=h(e);return"string"==typeof t?t=decodeURIComponent(t):null}function v(){var e=navigator.userAgent.toLowerCase(),t=null;if(e.indexOf("android")>0){var n=/android [\d._]+/gi,i=e.match(n);t=(i+"").replace(/[^0-9|_.]/gi,"").replace(/_/gi,"."),t=parseInt(t.split(".")[0],10)}return t}try{var g=window.navigator.userAgent.toLowerCase(),y="";if((g.match(/msie\s\d+/)&&g.match(/msie\s\d+/)[0]||g.match(/trident\s?\d+/)&&g.match(/trident\s?\d+/)[0])&&(y=g.match(/msie\s\d+/)[0].match(/\d+/)[0]||g.match(/trident\s?\d+/)[0]),y&&7>y)return!1;var b,x,w=null,T=0,C=null,k=!1,E=!1,S=!1,D={testUrl:"https://bjyz-passport-antispam01.bjyz.baidu.com:8888/viewlog",onlineUrl:"https://passport.baidu.com/viewlog",pcFeedbackUrl:"https://zhiqiu.baidu.com/imcswebchat/roulette/in?id=48907&token=m75585l8ssgl520b862a2588nm1j91oc&domainID=pass&type=2",wapFeedbackUrl:"https://zhiqiu.baidu.com/imcswebchat/roulette/in?id=48807&token=1qjus3gv7vbr8aaq7a32sj195s68r6v7&domainID=pass&type=1",returnUrl:"https://www.baidu.com",networkErrorImg:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATAAAAEwCAMAAAAHJd3BAAAAk1BMVEUAAAD4+Pj////4+Pj6+vr5+fn6+vr////////4+Pj39/f4+Pj////4+Pj39/f4+Pj4+Pj4+Pj5+fn4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj5+fn39/f4+Pj6+vr5+fn39/fY2NihoaGbm5u1tbXw8PDj4+Onp6fV1dXc3Nzz8/PDw8Po6Oitra3Q0NDs7Oy9vb3IyMjMzMxoY/jDAAAAHnRSTlMAthqkX1QuBQzv40oT9eqtlo1Ac97Vz8KCeslsNidPGor/AAAQ4klEQVR42uzb246bMBAG4MGEM4FwyKndTC5syQiJ93+9tmmrprsmBIJPhO9ytXszsse/xywYgnwkm+q0y4+HfR1n0RZxG2VxvT8c892p2iQfBFa/BL5X7Zz9Fgdt986u8vwA3hZJzu4eR9u75+TtlltYnp0IXxA55zKE95B6xTecxbfCS2HhPk7fcFbfTh+wVOnGzVCCzN0scKGlGwclcpZVs1BQLQk1W8opkOSoSJ6A9cgpRoXik9URLfAcVM7xbL0MhFWMWsSVjd2MFBFqExW27UzfRc1cH+zhO2gAx5aS+TkaIrehZBftm/GeewGzEaPK9YtrcvsPzhEaJzobm8u8Go1Ue2Ai/4jGOprX/cMCjVYYFv4TQ3fjP7VJk4zUuLNRxDVmxuhlaIXMjOafGhPsh+UGLLIyRovEJegVGH44flUEoNHlgNY5XECbzRYttN2AHsEOLbULQANi8FVoyJGAcqUl4UssK0Gx72i57zBgbV8aG1loxCPHq5wQFCEWpi+RAwElfKsuQ4/EPihQGji3nyoqQbrEynTfZ5uAZB4ujAdSbXBxNvDJGlf1RdgKF6mCP9b1NXaNrf1rXB9bz0edZ2WCi5bAzMpF5dWvtiXMyl/QfUgs8mFGZDH37X4xgdmEC5nnPHYIYSbBIuaFw5wA5rGAefRzdmvA1xH5S3wjJbyMWP3+OFZG4EWBxe/bUxyDteGPs1snFConF5eF3yBFtheYLHiLhP/ZIYCprPsecx7FmsDUpLH0DUYUYnEKU1j0/f3c8nWGL3/Gn77VleizLIWxXNSloZR2bUd/alAX14pHItoyxq//4aztKGqQwChhjYrRll17sZaiYnVocmTt2HUIZxSVKmAEHxWif7ahaTXz4XlHVKbl1xF4h8ocTYxgv8tlaMk8eFJQowricg3jLapRB/CcMypB+XUiTlGJMzyFRKhAw3pbO2PtDWO9xwFrUIGImJPxW/Fm+5rtace4tlbmwhMuKF/DRmWGRlQ0hgpczFhglI9PWJTp6GSuEZm1nba9mi+HaovS+QaMDdn0btRy1RXL9S8w9lLzbrniRubDYw7K1fAXl0jD1FbM0bvAGv56mqJcacV8rUckG1pezW2IyPn1yjlnrBUOXZnKirnwAEG5mgepQBy3xJGju/89lIxonBt2D7Zjx0YMwu63NkW5CugVRigX7dtITctHjSjuK9agXFGo8d/7uLB9NWzCVIf9/TnKVkGPIEbZqKhe7bTZIRPsSCniQN+g9XYlvO9IY8Zin/+y47efyOfpCK1izy8v8V5GJRz1mUKst3vxG/EiQw0IiJxQMdF25PdZtRG97vIGlTuBSIyq0eGMKni25BRVi834mqJ9thAt112xxITv56jwABTruN5dmQtS/g/2zmg3YRiGomUqG4yOMQHbQMh5sKVElvr/vzfBhBqiBdYi4Vu153XaSxSb61vboUfjW31rVNvMPwMYYWjp88Tlo6dHUwKIsNY2ohge2KRIqOjh+NY5vDYUY5V5RBJnfTFWFdGaQ+ZfnIEUK80j8vTTl6avRHZ55eSv3kZWEE3MI/IIJ/2rQW66OqxMJlQF3pif+owRhkAJ0mTeEBeW5sVQSvoxBGCKQd0VajJnWUQcyBxxVwEIy0Pi7NgizqGfWOzx7MmY2t3EPI/tzUVFhKQmInOtAnbFKqBJP/nb54ldHSFrpkCz3ZJTEOpxbtgHTgojzvo8wTemoTH7xju0R/O3SGC06wxpe0DQ7Iwfi6j9/aJm28CORv5BMxkykI1999JYPIArR1m1hojCC+bnFgE0wm+eB6i4E54wlyYHDyO9EhaYOV/cGbSo3MGYhzEBqX6MOZuIW8KCkerHS7anRk0CA/jA6OU0/AEGcEjSM4S3cwly0qcp5FMyuLKC1pibWoMHPS9aoVaSmKUR0QRQVUBz1BUD3G3bnTfE0huaJ4SP3n3igOdVYLMAaXTqDSWgboVmDdCH0iu+EYU+Mqshb5zuwnsxsEdS7uWrGOSjDN35HEvJtsXkhkZasCkG+yxDN14RGs77xBKxsQKZ+WiH/bB3pj1ug0AYVu/7vqtqwjswGIOv///rWkbQOm60qj+wzUp+vsw6Syz5CRDswLD3gRgd7OIQtpOjSe7j1dHp7+PZMazYx+tj4LqP58et0T4+Hjff+/h0PN7Zx+fjAeI+vhyPqPfx5vgRZB9vj5/Z9vH1+CF3Hx+OqQL7eHhMRtnHi2O60z5+/K8JdYMrcQn/Vj5quPyOfqDb4n7TKZt++gtPigWXKPQb6y9gKRPB9ZzATBuQ6JZ41XZScI+/6ElZcNI4gwclHzhcwJVyHSkjEsPRmtsU9qnttPMeMZwRqzARDdagQHRWwxKWdQ3T8gojWrP1A6Zb4l7bhQ09xhyio4yNNBZhHZYcAmO2v+iqx4rbKDhhIGXJf/hNo7S3J+xt06UzVdiEkMMMV4WxsdQNloEUiIIYS2ckuPNjCXRaAg1QNVxOE5kVCBcmasuHlouzVFg2JokybGoN6zBkCT3YY8pCPZ0xQGiNzwVEwgxRszaBA13q9ITa8qjt8r8eHh1Z9DFFIsNVWBKVcOJAM5bprwa5vXBJWr5HilYZWY0ppYHXgm153HaBaY+YTHQ4RZNCxFKEzZCE6oSx7YGi0X/OAxUmMBsIcbICRQKv3rSg06ifSVueNF3CrE3SSO7JPCYPV4QNSBOXizwJwJFWjAIvkkOteBOEU66qlpZeWYgs/WbCqLH91+Wnxovks6oOENKLRlBhihXOITKMn4F+pIoTeBJRcaXZ2UD2prqTDCnthT1om4ZBhZVvtiA5FGHaWIk6Biar2sBe5WS/Qxl2WQbXejQh0mXWo4rQWti3xok+VJgHHOWwEuZytILJkeImJMrM2VcRRoHBoZSfNQ5Lhf5wQjnS0zflReNUMiosQSRo5+7rFVmREBf2Yz8VepsbpUsQVShCSjFmJYU4sCNBJVBhXfsiZmrK/bbJilSYQ9+hpwhOxqowbWsCpLgSkIsvwHR+JxRSfsOo5bNLSVHhlbDRJCo4LNSSZ23TYakw/fwZrodzmFQYRcDwoENaJoVVWGc8KVVYdjvW8pH+jLPWwhgDFTw8teRe24RrKkzvCu2kYYIvI/2RlI0wsqSosDVd1HBR2ACmygJHLfnWOKWfDlyhF8twRJa1s68EtxVW2Qqr5S8IizAjVSZYasn71kkjezjRblhvGWn9NTZ6Bu8QVspvhTnBiSpBhJrytHVa0h5j1CuzZUAVVVhcWAAzORLxSrpRmJvZlPIQBUXYfPb4dcFELfneOPGtCqM/RO8ZA+llpl7zsgoKNwrrAe470vJJMSpsZIgjxQ7DwGjchb1rnFp5K8wBkPxCzLIUSU65uUnG6mHTJEfDlgoCwHhqyqPmybudD2eHztE59YWqpOI9XcTaEkcNkX4T9eRteXlF6eHvAt+vagOCO8DX69ri4vr5cWWbqFw7r69um54r58EVbgR11Ty8hq3G7hIv//9mdneKe/9/u8S7xU/q7q63aRgK43jYeNtAQogbuODpo2MfO46dpN//07G8OHXbQJGSCva72JQuqre/clZXqpS3//6GnK/L539/y9dX5c1/cFPhV+Xtf3Db6lfl4/1ujG5qZE2wKJnlMCUUZ7W4zdgGV0xj/aFcN+uSOdbYz5f73XrfRDEA6oGnG79jFtlgZChY+PGgdQuLgmkbn4IoqTUG1qVjHzoRUY7avG5RiF2jHfbzqVrxjF0cGVsYlg5FmlGix0lgAg5cLJ+Wi6qcqITkzXy2ahQRap+ct41Z1hVTBMOBCXt5rtZ8xz68alO7Qc/gBu1ZGqCOEQUTaWFsNgezVJEuHIcqBtdixDlXFKMAQbCX79WaB+zEagcUI1mk0TgcJTpkLtSwU0fbjOcswRKuNSFTDVmTi6XGTyj+RYOdPFTZfbZitkbLk4RBGEg3/q0ML3oMAg1gMKDcDmY1IzWz+YfoWTpiH2+qde+wn7oYyQYD5QU9BcPfBlsbyZJ1E4351WMP76p1H56xmR3U+YAOCzNTNbNbwVQujD9o+olqP2mWdYuagv08f6h+4xs248BAWFIUNKIUaEw3ob58MUWweKHDCz8/TsaB0i/r1sgkYj/fqt/5+IStnHPTh/BLDic1BaVA07Jgbo2k56EcSUef1y2DKXbz9LH6ra/YQc9555qh1LJDoRjJ7nwkD3RY49nbgUY76OkxCUMwiQO7Z7CvVbb7zqIMplw0Q6c0C5SUtWUwz/NgR3qs8Tx3EUyUIk1H7Oah+oNHbJaDRTeRMZjnCl8EazSdBwu0sFLocjBnBhrNIJ0HA4T5d9jHY/Un77FZDiaYHMdgxs6UFDszp2CtdjgPNoT21Jgxrv8PWw2WaLGT91V2p81rDqZxomxw4hl6WmQ5mFWpL4JFBTwdsrgEO7ca7ECPzfKm9d6XWB7J40TOgglbo1KfB6vHN+wXwSjrwVo3UXWTdiVYwwTU2MH76oYv2CAHa9zFSGaJAXCUugxmI0ONi2CWYTXY6nEO5t0cDBoAL9uTfamqu19iPb0KVGUSi2CJ0YxniCmC9equd/od/Wowd/1e0uVnOjCMwVpXSwSO3BwsX2B3faHsqdpAY5icRrKVHCpQD6dg9XSCKYMZKlaDNWmmmmY2PxPFtFYYSePYQARbPVa3/cRGcchyPZJtILsak4NSbLlxNSLKNBZhyLMLz85lemMk60ipoaR2ycKwa5mw1c+quv8lFqVGDmaslbGIF1I8Fu1wfDgFg4gkA+OccHg4Xu/exkBJMqpkaQymAYA7tKfr3GCjx+pvPDxhEwsswVqS3fggO4szVuhysEVNcuwdwrwJsZnmYNdSXrdQd+qx0dND9Vd+YAfuF3t30IIgEEQB+CXZSpmpiBLieDAKBP//34vEYsGDu+uSwsx39rw8l515r+m6Z6BRRzM90ewdbP/otO+HZ09fbUv/doeZSDZvjgoFE7tsgd1ECFOySfKjgqE9NjNv4QQLGbGXYSTnvqEigg3Z9HfBMnmIrmd8WzHrWYckxo+EMQMh7HHeUn2Di5htmcM5hpOcmMqhkfi6KIMrxbLOoVRw1jCsibo2MCfjDkRHrMGv0CHFOorZ1VilsFLA6hcpCaCRNLYohwc1sVFjIge/kRR+KCbDpwcFTyIWib+M4E3wbu9ecCMEgTAADygo4BPfG+X+x2w2bZrUbqJuFQfKd4QJDj+Dxn8wuJAUTsS9/zOs4HAq7fmpMtewKVwjHbkkCjP+fTP8MLnYO6EIkX8j4F/B118rNvAtrLHj6yv0saP9K+yVdvfHNeVVgs0VXE57dEoSGizg3pzEJQcrqCfTnp6CJakXE0WSgjWJB1PrKoENIcKu4qpd2un7ykKDddThO/GBwi6hka3al22xk6k/j+E2i4OJrF/gRolzb3XWCdxLO3VQkhpulzn0Pn+ZAQbMkUhWMEAic+JLrgjH8vqk0H9f2SpAJUW+XdYpYMMRH5UGDhgxpM9li6bZr6UTwnm/mBLAi6LbLyMKuC2oShYtgB9HE/1LnL3+N47ikoS4Uq4nfvuDGblUridaC3MbUWNv9a+kjTS3kA2+WL9PwoixjjDMuWsTHaWxSI4uPosrqjSWlMgmEm9LY2IuR2JXO9dL2bU1IzGm6eBpNYsKc4Ei8rFaX+bxYU71GGfwXMbqx0nFqpm/S+unVE9EmD8QZNJe9fg9qJqizhzWRZPyIGy9K+GsqUiXm015R6qGcadj/InorOJmrMqh71pZiNyYXBSy7fqhrMYmVjOWRfUB23SWkiao3OAAAAAASUVORK5CYII="};PassMachine.mkd=function(e){this.init(e)},PassMachine.mkd.prototype={init:function(t){var n=this;this.initConfig(t),this.mobilecheck(),this.initMock(),"wap"===this.devicetype&&"dark"===m("passtheme")&&(t.darkmode=!0),e.PassMachine.haveMkd?setTimeout(function(){n.conf.initApiSuccessFn&&n.conf.initApiSuccessFn(e.PassMachine.haveMkd.dsData)},0):(this.initApi(),e.PassMachine.haveMkd=this)},initConfig:function(e){this.conf=e,this.setLang(e),this.protocol="https:";var t=this.getQueryString("hideHelp");this.store={storeVer:"1.0.1",count:0,countnum:10,nameL:"6bffae1c",nameR:"appsapi0",sendUrl:e.sendUrl||D.onlineUrl,hideHelp:e.hideHelp||t&&1===+t||!1,ExteriorSwitch:!1,styAnimaBtn:!0,doubleSucTac:!1,backupFeedUrl:"",doubleSucFeedUrl:"",slideTitle:null,spinTitle:null,senceTitleConfig:{animaTipSence:{slide:"请完成下方验证后继续操作",spin:"请完成下方验证后继续操作"},doubleSucSence:{slide:"请存在安全风险，请再次验证",spin:"存在安全风险，请再次验证"}},openYmg:e.openYmg||!1,scene:e.scene||""},this.conf&&this.conf.testurl&&(this.store.sendUrl=D.testUrl),this.store.getStyleUrl=this.store.sendUrl+"/getstyle",this.store.qrstatus=this.store.sendUrl+"/qrstatus",this.store.ak=e.ak||"";var n="c27bbc89afca0463650ac9bde68ebe06"===this.store.ak||"248b24c134a6b4f52ee85f8b9577d4a8"===this.store.ak;if(this.store.ExteriorSwitch=this.store.ak&&n?!0:!1,this.store.type=e.type||"default",this.store.id=e.id||"mkd",this.store.styAnimaBtn){var i=this.store.senceTitleConfig.animaTipSence;this.lang.slideConTitle=i.slide,this.lang.spinConTitle=i.spin}this.store.openYmg&&this.initYmg()},setVcodeConfig:function(e){this.conf.verifySuccessFn=e.verifySuccessFn||function(){},this.conf.closeFn=e.closeFn||function(){}},setLang:function(e){this.lang={slideHeadTitle:e.headTitle||e.slideConfig&&e.slideConfig.headTitle||"安全验证",slideConTitle:e.slideConfig&&e.slideConfig.conTitle||"滑至最右 完成验证",slideBottomTitle:e.slideConfig&&e.slideConfig.bottomTitle||"",verifySuccess:e.slideConfig&&e.slideConfig.finishTitle||"验证成功",verifyError:e.slideConfig&&e.slideConfig.errorTitle||"验证失败",spinHeadTitle:e.headTitle||e.spinConfig&&e.spinConfig.headTitle||"安全验证",spinConTitle:e.spinConfig&&e.spinConfig.conTitle||"拖动滑块，使图片角度为正",spinBottomTitler:e.spinConfig&&e.spinConfig.bottomTitle||"",feedback:e.publicConfig&&e.publicConfig.feedback||"意见反馈",auxiliary:e.publicConfig&&e.publicConfig.auxiliary||"扫码验证",qrcodeHeadTitle:e.headTitle||e.qrcodeConfig&&e.qrcodeConfig.headTitle||"安全验证",qrcodeTipTitle:e.qrcodeConfig&&e.qrcodeConfig.qrcodeTipTitle||"你当前的设备不便验证时",qrcodeBottomTitle:e.qrcodeConfig&&e.qrcodeConfig.qrcodeBottomTitle||"可通过手机扫描以下二维码验证",headTitle:e.headTitle||"安全验证",deviceConTitle:e.deviceConfig&&e.deviceConfig.conTitle||"左右摇摆手机 指针对准不同元素",bottomTitle:e.bottomTitle||"",vcodeSlideBottomTips:"拖动左侧滑块至最右侧",vcodeSpinBottomTips:"拖动左侧滑块使图片为正"}},initYmg:function(){try{var e="2100";Paris.init({sid:e,timeout:5e3,abcliteUrl:"https://dlswbr.baidu.com/heicha/mw/abclite-".concat(e,"-s.js"),abcliteFields:{subid:function(){return""}},disasterConfig:{abcliteUrl:"https://miaowu.baidu.com/sdk/heicha/mw/abclite-".concat(e,"-s.js"),secondReportUrl:"https://miaowu.baidu.com/slim/abdr"}})}catch(t){console.log("error:",t)}},getYmgData:function(t){var n=e.PassMachine.haveMkd||this;try{Paris.getAbcliteInstance(function(e,i){return e?(n.rzData.envir_param="",void(t&&t())):void i.getAutoResponse(function(e,i){return e?(n.rzData.envir_param="",void(t&&t())):(n.rzData.envir_param=JSON.parse(i),void(t&&t()))})})}catch(i){n.rzData.envir_param="",t&&t()}},mobilecheck:function(){try{var e=navigator.platform||"Win";/Android|webOS|iPhone|iPod|iPad|BlackBerry/i.test(navigator.userAgent)?this.wapsetconfig():e.indexOf("Mac")>-1&&"ontouchend"in document?this.wapsetconfig():"ontouchend"in document&&-1===e.indexOf("Win")&&-1===e.indexOf("Mac")?this.wapsetconfig():this.pcsetconfig()}catch(t){this.wapsetconfig()}},wapsetconfig:function(){this.devicetype="wap",this.eventclick="touchstart",this.eventmove="touchmove",this.eventend="touchend",this.eventend2="touchcancel",this.store.countnum=10},pcsetconfig:function(){this.devicetype="pc",this.eventclick="mousedown",this.eventmove="mousemove",this.eventend="mouseup",this.store.countnum=20},initMock:function(){this.rzData={cl:[],mv:[],sc:[],kb:[],sb:[],sd:[],sm:[],cr:s(),simu:window.navigator.webdriver?1:0,ac_c:0},this.dsData={}},initApi:function(){var e=this,t={};t.ak=e.store.ak,n.ajax({url:e.store.sendUrl,dataType:"jsonp",data:t,timeout:18e4,success:function(t){1===t.code?(b=1,x=t.msg,t.feedbackUrl=e.getFeedbackUrl(t.data),t.returnUrl=e.getreturnUrl(t.data),e.conf.initApiErrorFn&&e.conf.initApiErrorFn(t)):(e.dsData=t.data||{},e.store.nameL=t.data.as||"6bffae1c",e.feedbackUrl=e.getFeedbackUrl(t.data),e.initGatherEvent(),e.conf.initApiSuccessFn&&e.conf.initApiSuccessFn(e.dsData))},error:function(){e.errorData(),e.conf.initApiErrorFn&&e.conf.initApiErrorFn(e.dsData)}})},getFeedbackUrl:function(e){var t,n=this;return t=e&&e.feedback?e.feedback["default"]||("pc"===n.devicetype?e.feedback.pc:e.feedback.wap):"pc"===n.devicetype?D.pcFeedbackUrl:D.wapFeedbackUrl,n.store.backupFeedUrl=t,t},getreturnUrl:function(e){var t,n=this;return t=e&&e["return"]?e["return"]["default"]||("pc"===n.devicetype?e["return"].pc:e["return"].wap):D.returnUrl},initGatherEvent:function(){var n=this,r=function(t){t=t||e.event;var o={},r=t.changedTouches&&t.changedTouches[0]||t;o.x=parseInt(r.clientX,10),o.y=parseInt(r.clientY,10),o.t=i(),n.rzData.cl.push(o),n.reportedOpportunity()},s=o(function(t){t=t||e.event||arguments.callee.caller.arguments[0];var o={},r=t.changedTouches&&t.changedTouches[0]||t;o.fx=parseInt(r.clientX,10),o.fy=parseInt(r.clientY,10),o.t=i(),o.bf=k?1:2,n.rzData.mv.push(o),n.reportedOpportunity()},150),c=function(){var e={};e.key="a",e.t=i(),n.rzData.kb.push(e),n.reportedOpportunity()},u=o(function(i){i=i||e.event;var o={};o.tx=t.documentElement.scrollLeft||t.body.scrollLeft,o.ty=t.documentElement.scrollTop||t.body.scrollTop,n.rzData.sc.push(o),n.reportedOpportunity()},300);a(t,n.eventclick,r),a(t,"touchmove",s),a(t,"mousemove",s),a(t,"keyup",c),a(e,"scroll",u),n.removeGatherEvent=function(){d(t,n.eventclick,r),d(t,n.eventmove,s),d(t,"keyup",c),d(e,"scroll",u)}},getStyleInfo:function(e,t,i){var o=this,r={};r.ak=o.store.ak,r.tk=o.dsData.tk,r.scene=o.conf.scene||"",r.isios=o.isios?1:0,r.type=i&&i.type||o.store.type||"default",n.ajax({url:o.store.getStyleUrl,dataType:"jsonp",data:r,time:18e4,success:function(n){return 1===n.code?void t(n):(o.conf.backstr=n.data.backstr,o.conf.type=n.data.type||"slide",o.conf.ext=n.data.ext||{},void e(n))},error:function(){o.conf.type="slide",t()}})},postData:function(t,i){var o=e.PassMachine.haveMkd||this,r=function(e,t){if(1===b)return o.removeGatherEvent&&o.removeGatherEvent(),o.removeVcodeEvent&&o.removeVcodeEvent(),!1;var i=JSON.stringify(o.rzData),r=o.encrypt(i),s={};s.ak=o.store.ak,s.as=o.store.nameL||"",s.fs=r,s.tk=o.dsData.tk||"",s.scene=o.conf.scene||"",t&&(s.cv=t),o.store.count=0,o.initMock(),n.ajax({url:o.store.sendUrl,dataType:"jsonp",data:s,time:18e4,success:function(t){if(0===t.code&&t.data){o.dsData=t.data||{},o.store.nameL=t.data.as||"6bffae1c";var n=t.data;delete n.as,e&&e(n)}else 1===t.code?(o.removeGatherEvent&&o.removeGatherEvent(),o.removeVcodeEvent&&o.removeVcodeEvent(),b=1):(o.errorData(),e&&e(o.dsData))
},error:function(){o.errorData(),e&&e(o.dsData)}})};o.store.openYmg?o.getYmgData(function(){r(t,i)}):r(t,i)},stopSlideWebview:function(t){e.Pass&&e.Pass.client&&e.Pass.client.deviceClassCheck&&window.Pass.client.deviceClassCheck("action_stop_slide_webview",{isStop:t||!1},null,null)},initVcode:function(e,t){n.isEmptyObject(e)||this.setLang(e);var i=this,o=n(".mod-vcodes")[0];return o||this.lock?!1:(this.lock=!0,void(this.conf&&this.conf.type&&"device"===this.conf.type?i.checkDeviceMotionEvent(function(){i.initVcodeOld(e,t)},function(){i.initVcodeOld(e,t)}):i.initVcodeOld(e,t)))},initVcodeOld:function(e,t){var n=this;n.num=Math.floor(1e3*Math.random());var i=y&&9>y;"qrcode"===n.store.type||i?n.initQrcodeDom(e):n.getStyleInfo(function(){t&&t(),"qrcode"===n.conf.type?n.initQrcodeDom(e):"spin"===n.conf.type?n.initSpinDom(e):"device"===n.conf.type?n.initDeviceDom(e):n.initSildeDom(e)},function(){t&&t(),n.initSildeDom(e)},e),this.stopSlideWebview(!0)},blueLinkStr:function(e){var t=this,n=t.conf.ext&&1===t.conf.ext.sup?"":"pass-machine-hide",i=e||n||"",o='<div class="bluelink"><span class="vcode-slide-bluelink clearfix '+i+'" id="pass-slide-auxiliary'+this.num+'"><div class="vcode-slide-auxiliary-img"></div><div class="vcode-slide-auxiliary-txt">'+this.lang.auxiliary+"</div></span>"+("pass-machine-hide"!==i?'<span class="vcode-slide-distance-line"></span>':"")+'<span class="vcode-slide-bluelink clearfix" id="pass-slide-feedback'+this.num+'"><div class="vcode-slide-feedback-img"></div><div class="vcode-slide-feedback-txt '+(this.store.hideHelp?"pass-machine-hide":"")+'">'+this.lang.feedback+"</div></span></div>";return o},aiverifyfooter:function(e){var t="slide"===e?this.lang.slideBottomTitle:this.lang.spinBottomTitler;if(this.lang.bottomTitle&&(t=this.lang.bottomTitle),t){var n='<p class="vcode-slide-footer" id="pass-spin-footer'+this.num+'">'+t+"</p>";return n}return""},initSildeDom:function(e){var t=this;if(1===b)return!1;e=e||{},e.id=e&&e.id||this.store.id;var n="",i="",o="";y&&10>y?(n='<div class="vcode-slide-img"></div>',i="vcode-slide-expression",o="vcode-slide-loading"):(n='<div class="vcode-slide-img"></div>',i="vcode-slide-expression-x",o="vcode-slide-loading-x"),this.odiv=document.createElement("div");var r=this.odiv;r.className=this.conf.darkmode?"mod-vcodes darkmode":"mod-vcodes",r.id="mod-vcodes"+this.num;var s=this.store.styAnimaBtn?'<p class="vcode-slide-bottom-tips slideShine" id="vcode-slide-bottom-tips'+this.num+'">'+this.lang.vcodeSlideBottomTips+"</p>":"";r.innerHTML='<div class="mod-vcode-content-mkd clearfix" id="pass-content'+this.num+'"><p class="mod-page-tipInfo-gray1" id="pass-slide-tipInfo'+this.num+'">'+this.lang.slideHeadTitle+'</p><p class="mod-page-tipInfo-gray2" id="pass-slide-tipInfo2'+this.num+'">'+this.lang.slideConTitle+'</p><div class="vcode-slide-faceboder" id="vcode-slide-faceboder'+this.num+'">'+n+'<div class="'+i+'" id="vcode-slide-expression'+this.num+'"></div></div><div class="vcode-slide-control"  id="pass-slide-control'+this.num+'"><div class="vcode-slide-bottom" id="vcode-slide-bottom'+this.num+'">'+s+'<p id="vcode-slide-bottom-p'+this.num+'"></p></div><div class="vcode-slide-cover" id="vcode-slide-cover'+this.num+'"><p id="vcode-slide-cover-p'+this.num+'"></p></div><div class="vcode-slide-button" id="vcode-slide-button'+this.num+'"><p class="" id="vcode-slide-button-p'+this.num+'"></p></div><div class="'+o+'" id="vcode-slide-loading'+this.num+'"></div></div>'+this.blueLinkStr()+this.aiverifyfooter("slide")+"</div>",e.slideSimple&&(r.innerHTML='<div class="mod-vcode-content-mkd clearfix padding0" id="pass-content'+this.num+'"><div class="none" id="vcode-slide-faceboder'+this.num+'"><div class="none" id="vcode-slide-expression'+this.num+'"></div></div><div class="vcode-slide-control  width100"  id="pass-slide-control'+this.num+'"><div class="vcode-slide-bottom" id="vcode-slide-bottom'+this.num+'"><p id="vcode-slide-bottom-p'+this.num+'">'+this.lang.slideConTitle+'</p></div><div class="vcode-slide-cover" id="vcode-slide-cover'+this.num+'"><p id="vcode-slide-cover-p'+this.num+'"></p></div><div class="vcode-slide-button" id="vcode-slide-button'+this.num+'"><p class="" id="vcode-slide-button-p'+this.num+'"></p></div><div class="'+o+'" id="vcode-slide-loading'+this.num+'"></div></div></div>'),t.appendDomProcess(r,e),setTimeout(function(){t.initVcodeEvent()},100)},initSpinDom:function(e){var t=this;if(1===b)return!1;e=e||{},e.id=e&&e.id||this.store.id;var n="";n='<div class="vcode-spin-faceboder" id="vcode-spin-faceboder'+this.num+'"><img class="vcode-spin-img" id="vcode-spin-img'+this.num+'"><div class="vcode-spin-coordinate pass-machine-hide" id="vcode-spin-coordinate'+this.num+'"></div><div class="vcode-spin-mask pass-machine-hide" id="vcode-spin-mask'+this.num+'"></div><div class="vcode-spin-icon pass-machine-hide" id="vcode-spin-icon'+this.num+'"></div></div>';var i="",o=this.store.styAnimaBtn?'<p class="vcode-spin-bottom-tips slideShine" id="vcode-spin-bottom-tips'+this.num+'">'+this.lang.vcodeSpinBottomTips+"</p>":"";i='<div class="vcode-spin-control"  id="pass-spin-control'+this.num+'"><div class="vcode-spin-bottom" id="vcode-spin-bottom'+this.num+'">'+o+'</div><div class="vcode-spin-button" id="vcode-spin-button'+this.num+'"><p class="" id="vcode-spin-button-p'+this.num+'"></p></div></div>';var r=decodeURIComponent(this.conf.ext&&this.conf.ext.img)||"";this.conf.ext&&this.conf.ext.info||"",this.odiv=document.createElement("div");var s=this.odiv;s.className=this.conf.darkmode?"mod-vcodes darkmode":"mod-vcodes",s.id="mod-vcodes"+this.num,s.innerHTML='<div class="mod-vcode-content-mkd clearfix" id="pass-content'+this.num+'"><p class="mod-page-tipInfo-gray1" id="pass-slide-tipInfo'+this.num+'">'+this.lang.spinHeadTitle+'</p><p class="mod-page-tipInfo-gray2" id="pass-spin-tipInfo2'+this.num+'">'+this.lang.spinConTitle+"</p>"+n+i+this.blueLinkStr()+this.aiverifyfooter("spin")+"</div>",t.appendDomProcess(s,e);var a=document.getElementById("vcode-spin-img"+this.num);t.logImgLoad(a),a.src=r,setTimeout(function(){t.initVcodeEvent()},100)},initDeviceDom:function(e){var t=this;if(1===b)return!1;e=e||{},e.id=e&&e.id||this.store.id;var i="";i='<div class="vcode-device-faceboder" id="vcode-spin-faceboder'+this.num+'"><div class="vcode-device-img" id="vcode-device-img'+this.num+'"></div><img class="vcode-device-img-answer" id="vcode-device-img-answer'+this.num+'"></img><div class="vcode-device-error" id="vcode-device-error'+this.num+'"><div class="vcode-device-error-img" id="vcode-device-error-img'+this.num+'"></div><p class="vcode-device-error-title" id="vcode-device-error-title'+this.num+'">加载失败</p></div><div class="vcode-device-mask pass-machine-hide" id="vcode-device-mask'+this.num+'"></div><div class="vcode-device-tip pass-machine-hide" id="vcode-device-tip'+this.num+'"><span class="vcode-device-icon-loading" id="vcode-device-statusImg'+this.num+'"></span></div><div class="vcode-device-pointer" id="vcode-device-pointer'+this.num+'"></div></div>';var o='<div class="mod-vcode-content-mkd clearfix" id="pass-content'+this.num+'"><p class="mod-page-tipInfo-gray1" id="pass-device-tipInfo'+this.num+'">'+this.lang.headTitle+'</p><p class="mod-page-tipInfo-gray2" id="pass-device-tipInfo2'+this.num+'">'+this.lang.deviceConTitle+'</p><div class="vcode-device-tipimg"></div>'+i+this.blueLinkStr(!0)+this.aiverifyfooter("spin")+"</div>";if(e&&"change"===e.type){var r=document.getElementById("pass-content"+this.num);r&&r.parentNode&&r.parentNode.removeChild(r);var s=document.getElementById("mod-vcodes"+this.num);s.innerHTML=o}else{var a=decodeURIComponent(this.conf.ext&&this.conf.ext.img)||"",c=decodeURIComponent(this.conf.ext&&this.conf.ext.title)||"";this.odiv=document.createElement("div");var u=this.odiv;u.className=this.conf.darkmode?"mod-vcodes darkmode":"mod-vcodes",u.id="mod-vcodes"+this.num,u.innerHTML=o,t.appendDomProcess(u,e);var l=document.getElementById("vcode-device-img-answer"+this.num),d=document.getElementById("pass-device-tipInfo2"+this.num);d.innerHTML=c,l.src=a,n(".vcode-device-img-answer").error(function(){n(".vcode-device-faceboder").addClass("vcode-device-faceboder-error"),n(".vcode-device-pointer").remove(),n(".vcode-device-img").remove(),n(".vcode-device-img-answer").remove(),n(".vcode-device-tipimg").remove(),n(".vcode-device-error").show(),d.innerHTML="网络不给力，请关闭后重试",t.removeDeviceEvent&&t.removeDeviceEvent()})}setTimeout(function(){t.initVcodeEvent("device")},100)},initQrcodeDom:function(e){var t=this;if(1===b)return!1;e=e||{},e.id=e&&e.id||this.store.id;var n="";n='<div class="vcode-qrcode-faceboder" id="vcode-qrcode-faceboder'+this.num+'"><img class="vcode-qrcode-img" id="vcode-qrcode-img'+this.num+'" src="https://passport.bdimg.com/passApi/img/loading.gif"><div class="vcode-qrcode-mask pass-machine-hide" id="vcode-qrcode-mask'+this.num+'"></div><div class="vcode-qrcode-tip pass-machine-hide" id="vcode-qrcode-tip'+this.num+'"><span class="vcode-qrcode-mask-loadingImg" id="vcode-qrcode-statusImg'+this.num+'"></span><p id="vcode-qrcode-statusMsg'+this.num+'">正在加载...</p></div></div>';var i='<div class="mod-vcode-content-mkd clearfix" id="pass-content'+this.num+'"><p class="mod-page-tipInfo-gray1" id="pass-qrcode-tipInfo'+this.num+'">'+this.lang.qrcodeHeadTitle+'</p><p class="mod-page-tipInfo-gray3" id="pass-qrcode-tipInfo2'+this.num+'">'+this.lang.qrcodeTipTitle+'</p><p class="mod-page-tipInfo-gray3" id="pass-qrcode-tipInfo2'+this.num+'">'+this.lang.qrcodeBottomTitle+"</p>"+n+'<p class="vcode-qrcode-errmsg" id="vcode-qrcode-errmsg'+this.num+'"></p>'+this.blueLinkStr("pass-machine-hide")+"</div>";if(e&&"change"===e.type){var o=document.getElementById("pass-content"+this.num);o&&o.parentNode&&o.parentNode.removeChild(o);var r=document.getElementById("mod-vcodes"+this.num);r.innerHTML=i}else{this.odiv=document.createElement("div");var s=this.odiv;s.className=this.conf.darkmode?"mod-vcodes darkmode":"mod-vcodes",s.id="mod-vcodes"+this.num,s.innerHTML=i,t.appendDomProcess(s,e)}setTimeout(function(){t.initVcodeEvent("qrcode")},100)},logImgLoad:function(e){var t=this;e.onerror=function(){e.src=D.networkErrorImg,setTimeout(function(){t.removeVcodeEvent&&t.removeVcodeEvent()},100),t.logAll("mkd_load_img_error")}},getQueryString:function(e){var t=new RegExp("(^|&)"+e+"=([^&]*)(&|$)","i"),n=window.location.search.substr(1).match(t);return null!=n?unescape(n[2]):null},logAll:function(e){var t=this;try{var n=document.location.protocol+"//nsclick.baidu.com/v.gif?pid=111&data_source=fe&type=1023&source="+(t.getQueryString("clientfrom")||"wap")+"&client="+(t.getQueryString("client")||"")+"&v="+(new Date).getTime()+"&tpl="+t.getQueryString("tpl");n+="&auto_statistic="+t.base64encode("{eventType:"+e+"}"),n+="&auto_en="+e;var i=new Image;i.onload=i.onerror=function(){i.onload=i.onerror=null,i=null},i.src=n}catch(o){}},base64encode:function(e){var t,n,i,o,r,s,a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=e.length,n=0,t="";i>n;){if(o=255&e.charCodeAt(n++),n===i){t+=a.charAt(o>>2),t+=a.charAt((3&o)<<4),t+="==";break}if(r=e.charCodeAt(n++),n===i){t+=a.charAt(o>>2),t+=a.charAt((3&o)<<4|(240&r)>>4),t+=a.charAt((15&r)<<2),t+="=";break}s=e.charCodeAt(n++),t+=a.charAt(o>>2),t+=a.charAt((3&o)<<4|(240&r)>>4),t+=a.charAt((15&r)<<2|(192&s)>>6),t+=a.charAt(63&s)}return t},appendDomProcess:function(e,t){var n=this;if(this.conf&&this.conf.maskModule===!0&&t.maskModule!==!1)this.createDialogMask(),this.createDialogBody(),l(this.maskDiv,"hide"),l(this.bodyDiv,"hide"),this.bodyDiv.appendChild(e),this.closeDiv=document.createElement("div"),this.closeDiv.className="vcode-close",this.closeDiv.id="vcode-close"+this.num,this.bodyDiv.appendChild(this.closeDiv),a(this.closeDiv,this.eventclick,function(e){p(e),f(e),setTimeout(function(){n.conf.closeFn&&n.conf.closeFn(),n.removeMask()},300),n.stopSlideWebview(!1)});else if(t&&t.id){if(document.getElementById(t.id).lastChild&&"mod-vcodes"===document.getElementById(t.id).lastChild.className){var i=document.getElementById(t.id);i.removeChild(i.lastChild),i.lastChild=null,this.removeVcodeEvent&&this.removeVcodeEvent(),this.finish=!1,this.start=!1}document.getElementById(t.id).appendChild(e)}else document.appendChild(e);this.lock=!1,this.store.slideTitle=document.getElementById("pass-slide-tipInfo2"+this.num),this.store.spinTitle=document.getElementById("pass-spin-tipInfo2"+this.num),n.conf.initVcodeSuccessFn&&n.conf.initVcodeSuccessFn()},initVcodeEvent:function(t){var i=this;"qrcode"===this.conf.type||"qrcode"===t?this.initQrcodeEvent():"device"===this.conf.type||"device"===t?this.initDeviceVcodeEvent():"spin"===this.conf.type?this.initSpinVcodeEvent():this.initSildeVcodeEvent();var o=document.getElementById("pass-slide-feedback"+this.num),r=document.getElementById("pass-slide-auxiliary"+this.num);o&&n(o).on("click",function(){if(i.store.hideHelp)return!1;var t=e.PassMachine.haveMkd||i;t.store.doubleSucTac&&t.store.ExteriorSwitch?t.store.doubleSucFeedUrl&&(t.feedbackUrl=t.store.doubleSucFeedUrl):t.store.backupFeedUrl&&(t.feedbackUrl=t.store.backupFeedUrl),e.Pass&&e.Pass.client&&e.Pass.client.newPage?e.Pass.client.newPage(1,"咨询客服",t.feedbackUrl):window.location.href=t.feedbackUrl,i.stopSlideWebview(!1)}),r&&n(r).on("click",function(){i.initQrcodeDom({type:"change"})}),setTimeout(function(){i.animationTipsFn()},300)},initSildeVcodeEvent:function(){var t=this,i=document.getElementById("mod-vcodes"+this.num),o=(document.getElementById("pass-content"+this.num),document.getElementById("pass-slide-control"+this.num),document.getElementById("pass-slide-tipInfo"+this.num),document.getElementById("pass-slide-footer"+this.num),document.getElementById("vcode-slide-faceboder"+this.num)),r=document.getElementById("vcode-slide-expression"+this.num),s=document.getElementById("vcode-slide-button"+this.num),c=document.getElementById("vcode-slide-bottom"+this.num),f=document.getElementById("vcode-slide-cover"+this.num),h=document.getElementById("vcode-slide-loading"+this.num),m=s.offsetWidth,v=document.getElementById("vcode-slide-bottom-p"+this.num),g=document.getElementById("vcode-slide-cover-p"+this.num),b=document.getElementById("vcode-slide-button-p"+this.num),x=document.getElementById("vcode-slide-bottom-tips"+this.num);n(".vcode-slide-bottom").width()-n(".vcode-slide-button").width(),t.conf.slideConfig&&"square"===t.conf.slideConfig.borderRadius&&(u(s,"borderRadius"),u(c,"borderRadius"),u(f,"borderRadius"));var w=function(){var e=0;e=y&&9>=+y?500:700,h.style.display="block",t.setData&&(t.setData("ac_c",1),t.setData("backstr",t.conf.backstr),t.postData(function(n){var i=n;h.style.display="none",1===i.op?(t.successUiCallback(),setTimeout(function(){t.conf.verifySuccessFn&&t.conf.verifySuccessFn(i),t.stopSlideWebview(!1)},e)):t.errorUiCallback()},"submit")),k=!1},T=function(){l(v,"hide"),u(f,"vcode-transition"),f.style.width=m+"px",u(s,"vcode-transition"),u(r,"vcode-transition"),u(v,"vcode-transition"),l(b,"opacity0");var e=0;y&&9>=+y?(s.style["margin-left"]="",r.style["margin-left"]="",v.style["margin-left"]="",e=0):(s.style.transform="translateX(0)",s.style.msTransform="translateX(0)",s.style.webkitTransform="translateX(0)",s.style.MozTransform="translateX(0)",s.style.OTransform="translateX(0)",r.style.transform="translateX(0)",r.style.msTransform="translateX(0)",r.style.webkitTransform="translateX(0)",r.style.MozTransform="translateX(0)",r.style.OTransform="translateX(0)",v.style.transform="translateX(0)",v.style.msTransform="translateX(0)",v.style.webkitTransform="translateX(0)",v.style.MozTransform="translateX(0)",v.style.OTransform="translateX(0)",e=300),setTimeout(function(){l(s,"vcode-transition"),l(s,"vcode-slide-button-focus"),t.conf.slideConfig&&t.conf.slideConfig.color&&n(s).removeAttr("style"),l(s,"vcode-slide-button-error"),l(f,"vcode-slide-cover-error"),l(f,"vcode-transition"),l(o,"vcode-slidefaceboder-horizontal"),l(r,"vcode-transition"),l(v,"vcode-transition"),t.store.styAnimaBtn&&l(x,"hide")},e),k=!1};t.successUiCallback=function(){u(s,"vcode-slide-button-success"),u(o,"vcode-slide-faceborder-animate"),u(g,"vcode-transition"),l(g,"coverp-hide"),u(g,"coverp-show"),g.innerHTML=t.lang.verifySuccess},t.errorUiCallback=function(e){t.conf.slideConfig&&t.conf.slideConfig.color&&(f.style.background="",s.style.background="",s.style.border="");var n=e||{};u(s,"vcode-slide-button-error"),u(f,"vcode-slide-cover-error"),l(o,"vcode-slide-faceborder-animate"),u(o,"vcode-slidefaceboder-horizontal"),u(g,"vcode-transition"),l(g,"coverp-hide"),u(g,"coverp-show"),g.innerHTML=n.msg||t.lang.verifyError,setTimeout(function(){l(g,"coverp-show"),u(g,"coverp-hide"),g.innerHTML="",T(),t.finish=!1,t.start=!1},1e3)};var C=function(n){if(t.finish||E)return!1;t.start=!0,k=!0,n=n||e.event,p(n);var i=n.touches&&n.touches[0]||n.changedTouches&&n.changedTouches[0]||n;u(s,"vcode-slide-button-focus"),t.conf.slideConfig&&t.conf.slideConfig.color&&(f.style.background=t.conf.slideConfig.color||"#4b96ea"),t.currentX=i.clientX},S=function(i){if(t.finish||!t.start)return!1;i=i||e.event,p(i);var o=i.changedTouches&&i.changedTouches[0]||i,a=o.clientX-t.currentX,c=n(".vcode-slide-bottom").width()-n(".vcode-slide-button").width();a>0&&t.store.styAnimaBtn&&u(x,"hide"),a>=c-5?(a=c,t.finish=!0,w()):0>=a&&(a=0,t.store.styAnimaBtn&&l(x,"hide"));var d=parseFloat(a/c).toFixed(2);f.style.width=a+m+"px",y&&9>=+y?(s.style["margin-left"]=a+"px",r.style["margin-left"]=-563*d+"px",v.style["margin-left"]=-75+.1*a+"px"):(s.style.transform="translateX("+a+"px)",s.style.msTransform="translateX("+a+"px)",s.style.webkitTransform="translateX("+a+"px)",s.style.MozTransform="translateX("+a+"px)",s.style.OTransform="translateX("+a+"px)",r.style.transform="translateX(-"+89.5*d+"%)",r.style.msTransform="translateX(-"+89.5*d+"%)",r.style.webkitTransform="translateX(-"+89.5*d+"%)",r.style.MozTransform="translateX(-"+89.5*d+"%)",r.style.OTransform="translateX(-"+89.5*d+"%)",v.style.transform="translateX("+10*d+"%)")},D=function(n){if(!t.start)return!1;t.start=!1,n=n||e.event,p(n);var i=n.changedTouches&&n.changedTouches[0]||n,o=i.clientX-this.currentX;return 0>=o?(l(s,"vcode-slide-button-focus"),t.conf.slideConfig&&t.conf.slideConfig.color&&(s.style=""),l(s,"vcode-slide-button-error")):t.finish||T(),!1};a(s,"touchstart",C),a(s,"mousedown",C),a(i,"touchmove",S),a(i,"mousemove",S),a(i,"touchend",D),a(i,"mouseup",D),a(i,"touchcancel",D),t.removeVcodeEvent=function(){d(s,"touchstart",C),d(s,"mousedown",C),d(i,"touchmove",S),d(i,"mousemove",S),d(i,"touchend",D),d(i,"mouseup",D),d(i,"touchcancel",D)}},initSpinVcodeEvent:function(){function t(e){i.getStyleInfo(function(t){var n=document.getElementById("vcode-spin-img"+i.num);n.src=decodeURIComponent(t.data.ext&&t.data.ext.img),n.onload=function(){e&&e()}})}var i=this,o=document.getElementById("mod-vcodes"+this.num),r=document.getElementById("pass-spin-control"+this.num),s=document.getElementById("vcode-spin-img"+this.num),c=document.getElementById("vcode-spin-coordinate"+this.num),f=document.getElementById("vcode-spin-mask"+this.num),h=document.getElementById("vcode-spin-icon"+this.num),m=document.getElementById("vcode-spin-button"+this.num),v=document.getElementById("vcode-spin-bottom"+this.num),g=(m.offsetWidth,document.getElementById("vcode-spin-bottom-p"+this.num),document.getElementById("vcode-spin-button-p"+this.num)),y=document.getElementById("vcode-spin-bottom-tips"+this.num);i.conf.spinConfig&&"square"===i.conf.spinConfig.borderRadius&&(u(m,"borderRadius"),u(v,"borderRadius"));var b=function(){l(m,"vcode-spin-button-focus"),u(m,"vcode-spin-button-loading"),l(f,"hide"),l(h,"hide"),u(h,"vcode-spin-icon-loading"),i.setData&&(i.setData("ac_c",+i.percentage),i.setData("backstr",i.conf.backstr||""),i.postData(function(e){var t=e;1===+t.op?(i.successUiCallback(),setTimeout(function(){i.conf.verifySuccessFn&&i.conf.verifySuccessFn(t),i.stopSlideWebview(!1)},500)):i.errorUiCallback()},"submit")),k=!1},x=function(e){S&&i.toggleDuringIconShow("show"),l(g,"opacity0");var t=0;m.style.transform="translateX(0)",m.style.msTransform="translateX(0)",m.setAttribute("style","transform:translateX(0)"),t=300,l(m,"vcode-slide-button-focus"),l(m,"vcode-spin-button-error"),u(f,"hide"),u(h,"hide"),l(h,"vcode-spin-icon-error"),s.style.transform="",s.style.msTransform="",e&&e(),k=!1,i.store.styAnimaBtn&&l(y,"hide")};i.successUiCallback=function(){l(h,"vcode-spin-icon-loading"),u(h,"vcode-spin-icon-success")},i.errorUiCallback=function(e){l(h,"vcode-spin-icon-loading"),u(h,"vcode-spin-icon-error"),u(r,"vcode-spin-control-horizontal"),l(m,"vcode-spin-button-loading"),S||u(m,"vcode-spin-button-error");var n=1e3;e&&"spinRight"===e.type&&(n=3e3),setTimeout(function(){l(r,"vcode-spin-control-horizontal"),t(function(){x()}),i.finish=!1,i.start=!1,e&&"spinRight"===e.type&&l(v,"vcode-spin-bottom-top")},n)};var w=function(t){if(i.finish||E)return!1;i.start=!0,k=!0,t=t||e.event,p(t);var n=t.touches&&t.touches[0]||t.changedTouches&&t.changedTouches[0]||t;u(m,"vcode-spin-button-focus"),l(c,"hide"),i.currentX=n.clientX},T=function(t){if(i.finish||!i.start)return!1;t=t||e.event,p(t);var o=t.changedTouches&&t.changedTouches[0]||t,r=o.clientX-i.currentX,a=n(".vcode-spin-bottom").width()-n(".vcode-spin-button").width();u(m,"vcode-spin-button-focus"),i.conf.color&&(m.style.background=i.conf.color||"#4b96ea",m.style.border=i.conf.color||"#4b96ea"),r>0&&i.store.styAnimaBtn&&u(y,"hide"),r>=a?r=a:0>r&&(r=0,l(m,"vcode-spin-button-focus"),i.conf.color&&(m.style="")),i.percentage=parseFloat(r/a).toFixed(2),s.style.transform="rotate("+360*i.percentage+"deg)",s.style.msTransform="rotate("+360*i.percentage+"deg)",s.style.webkitTransform="rotate("+360*i.percentage+"deg)",s.style.MozTransform="rotate("+360*i.percentage+"deg)",s.style.OTransform="rotate("+360*i.percentage+"deg)",m.style.transform="translateX("+r+"px)",m.style.msTransform="translateX("+r+"px)",m.style.webkitTransform="translateX("+r+"px)",m.style.MozTransform="translateX("+r+"px)",m.style.OTransform="translateX("+r+"px)"},C=function(t){if(!i.start)return!1;i.start=!1,t=t||e.event,p(t);var o=t.changedTouches&&t.changedTouches[0]||t;u(c,"hide");var r=o.clientX-i.currentX,s=n(".vcode-spin-bottom").width()-n(".vcode-spin-button").width();return r>=s?(r=s,i.finish=!0,l(m,"vcode-spin-button-focus"),l(f,"hide"),l(h,"hide"),u(h,"vcode-spin-icon-loading"),i.errorUiCallback({type:"spinRight"}),u(v,"vcode-spin-bottom-top")):0>=r?(l(m,"vcode-spin-button-focus"),l(m,"vcode-spin-button-error"),i.store.styAnimaBtn&&l(y,"hide")):i.finish||b(),!1};a(m,"touchstart",w),a(m,"mousedown",w),a(o,"touchmove",T),a(o,"mousemove",T),a(o,"touchend",C),a(o,"mouseup",C),a(o,"touchcancel",C),a(o,"mouseleave",function(e){i.start===!0&&C(e)}),i.removeVcodeEvent=function(){d(m,"touchstart",w),d(m,"mousedown",w),d(o,"touchmove",T),d(o,"mousemove",T),d(o,"touchend",C),d(o,"mouseup",C),d(o,"touchcancel",C)}},initDeviceVcodeEvent:function(){var e=this;e.openDevice=!0},beginDeviceOrientationEvent:function(){function e(e){if(k=!0,t.firstAlpha||(t.firstAlpha=e.alpha),t.alpha=e.alpha,t.beta=e.beta,t.gamma=e.gamma,t.openDevice){try{t.handlerDeviceVcodeEvent()}catch(n){}t.handerDevicePush()}}var t=this;t.gjarr=[],t.xArr=[],t.yArr=[],t.zArr=[];try{window.DeviceOrientationEvent&&(t.isios=!0,t.store.countnum=30,window.addEventListener("deviceorientation",e,!1)),t.removeDeviceEvent=function(){d(window,"deviceorientation",e)}}catch(n){alert(n)}},checkDeviceMotionEvent:function(e){var t=this;t.isios=!1;try{var n=navigator.userAgent.toLowerCase(),i=/os [\d._]*/gi,o=n.match(i),r=(o+"").replace(/[^0-9|_.]/gi,"").replace(/_/gi,"."),s=r.split(".");return s[0]>12&&s[1]>2?void(e&&e()):(n.indexOf("android")>-1&&v()&&v()>7&&t.beginDeviceOrientationEvent(),void(e&&e()))}catch(a){e&&e()}},handlerDeviceVcodeEvent:function(){var e=this,t=n(".vcode-device-pointer"),i=e.firstAlpha-e.alpha,o="";o=i>180?i-360:-270>i?i+360:i,o=o.toFixed(2);var s=1,a=o*s,c=Math.abs(a)-Math.abs(o);return e.newRotate=a,Math.abs(i)>90-c&&Math.abs(i)<270+c?!1:(w||(w=r(function(t){e.isStop(t)},50)),w(a),void(t&&t[0]&&t[0].style&&(t[0].style.transform="rotate("+a+"deg)",t[0].style.msTransform="rotate("+a+"deg)",t[0].style.webkitTransform="rotate("+a+"deg)",t[0].style.MozTransform="rotate("+a+"deg)",t[0].style.OTransform="rotate("+a+"deg)")))},handerDevicePush:function(){var e=this;C||(C=r(function(){e.xArr.push(e.alpha.toFixed()),e.yArr.push(e.beta.toFixed()),e.zArr.push(e.gamma.toFixed());var t={};t.x=parseInt(e.alpha,10),t.y=parseInt(e.beta,10),t.z=parseInt(e.gamma,10),t.t=i(),e.rzData.sb.push(t),e.reportedOpportunity(),document.querySelector("#alpha1")&&(document.querySelector("#alpha1").innerHTML=e.xArr),document.querySelector("#beta1")&&(document.querySelector("#beta1").innerHTML=e.yArr),document.querySelector("#gamma1")&&(document.querySelector("#gamma1").innerHTML=e.zArr)},200)),C()},isStop:function(e){var t=this;document.querySelector("#newRotate")&&(document.querySelector("#newRotate").innerHTML=e),t.gjarr[T%10]=e,T++;var i=Math.max.apply(null,t.gjarr),o=Math.min.apply(null,t.gjarr),r=document.getElementById("vcode-device-tip"+t.num),s=document.getElementById("vcode-device-mask"+t.num),a=document.getElementById("vcode-device-statusImg"+t.num);Math.abs(i-o)>3&&(t.userChange=!0,u(s,"hide"),u(r,"hide"),n(".vcode-device-pointer").show(),u(a,"vcode-device-icon-loading"),l(a,"vcode-device-icon-error"),l(a,"vcode-device-icon-success")),t.gjarr.length>5&&t.isLongStay,Math.abs(i-o)<1.5&&t.gjarr.length>5&&(Math.round(i)>2||Math.round(o)<-2)&&t.userChange&&(t.userChange=!1,t.deviceFinish()),document.querySelector("#arrtest")&&(document.querySelector("#arrtest").innerHTML=t.gjarr)},deviceFinish:function(){var e=this,t=document.getElementById("vcode-device-tip"+e.num),i=document.getElementById("vcode-device-mask"+e.num),o=document.getElementById("vcode-device-statusImg"+e.num),r=500;e.userChange=!1,l(i,"hide"),l(t,"hide"),e.setData&&(e.setData("sbc_c",e.newRotate),e.setData("backstr",e.conf.backstr),n(".vcode-device-pointer").hide(),e.postData(function(s){function a(){e.getStyleInfo(function(t){var n=document.getElementById("vcode-device-img-answer"+e.num),i=document.getElementById("pass-device-tipInfo2"+e.num);i.innerHTML=decodeURIComponent(t.data.ext&&t.data.ext.title),n.src=decodeURIComponent(t.data.ext&&t.data.ext.img)})}var c=s;1===c.op?setTimeout(function(){l(o,"vcode-device-icon-loading"),u(o,"vcode-device-icon-success"),setTimeout(function(){e.conf.verifySuccessFn&&e.conf.verifySuccessFn(c),e.stopSlideWebview(!1),e.removeDeviceEvent&&e.removeDeviceEvent()},r)},200):setTimeout(function(){l(o,"vcode-device-icon-loading"),u(o,"vcode-device-icon-error");var e=1e3;setTimeout(function(){l(o,"vcode-device-icon-error"),u(t,"hide"),u(i,"hide"),n(".vcode-device-pointer").show(),a()},e)},200)},"submit"),k=!1)},initQrcodeEvent:function(){var e=this;e.getQrcodeImg(function(){e.getQrstatus()},function(){})},getQrstatus:function(){var e=this,t=document.getElementById("vcode-qrcode-tip"+e.num),i=document.getElementById("vcode-qrcode-mask"+e.num),o=document.getElementById("vcode-qrcode-statusImg"+e.num),r=document.getElementById("vcode-qrcode-statusMsg"+e.num),s=document.getElementById("vcode-qrcode-errmsg"+e.num),a={};a.ak=e.conf.ak,a.tk=e.dsData.tk,a.qrsign=e.conf.ext.qrsign,n.ajax({url:e.store.qrstatus,dataType:"jsonp",data:a,success:function(a){if(n(".vcode-qrcode-faceboder")[0])if(0===a.code){l(i,"hide"),l(t,"hide"),l(o,"vcode-qrcode-mask-loadingImg"),u(o,"vcode-qrcode-mask-successImg"),r.innerHTML="验证成功";var c={};c.ds=a.ds,c.tk=a.tk,e.conf.verifySuccessFn&&e.conf.verifySuccessFn(c)}else 1===a.code?(u(t,"hide"),u(i,"hide"),s.innerHTML=a.msg||"扫码失败，请刷新后扫码重试",1===a.reload&&e.initQrcodeEvent()):2===a.code?(s.innerHTML="",l(t,"hide"),l(i,"hide"),u(o,"vcode-qrcode-mask-loadingImg"),r.innerHTML="等待验证…",e.getQrstatus()):e.getQrstatus()},error:function(){s.innerHTML="网络错误，请稍后再试"}})},getQrcodeImg:function(e,t){var n=this,i=document.getElementById("vcode-qrcode-img"+n.num),o=document.getElementById("vcode-qrcode-errmsg"+n.num);n.getStyleInfo(function(t){i.src=t.data.ext.img,e&&e()},function(e){o.innerHTML=e.msg||"扫码失败，请重新验证",t&&t()},{type:"qrcode"})},getDataAsync:function(t){var n=e.PassMachine.haveMkd||this;n.store.count>0?n.postData(function(e){e.data?t&&t(e):t&&t(n.dsData)}):t&&t(n.dsData)},createDialogMask:function(){var e=this;e.maskDiv=document.createElement("div"),e.maskDiv.className="vcode-mask pass-machine-hide",e.maskDiv.id="vcode-mask"+this.num,document.body.appendChild(e.maskDiv)},createDialogBody:function(){var e=this;e.bodyDiv=document.createElement("div"),e.bodyDiv.className="wap"===e.devicetype?"vcode-body vcode-body-css3 pass-machine-hide":"spin"===e.conf.type?"vcode-body vcode-body-spin pass-machine-hide":"vcode-body pass-machine-hide",e.bodyDiv.id="vcode-body"+this.num,document.body.appendChild(e.bodyDiv)},removeMask:function(e){var t=this;if(t.maskDiv&&document.body.removeChild(t.maskDiv),t.bodyDiv&&document.body.removeChild(t.bodyDiv),e){var i=n(".mod-vcodes")[0];i&&i.parentNode&&i.parentNode.removeChild(i),t.odiv=null}t.maskDiv=null,t.bodyDiv=null,t.removeVcodeEvent&&t.removeVcodeEvent(),t.finish=!1,t.start=!1,t.firstAlpha=""},encrypt:function(e){var t=this.store.nameL+this.store.nameR,n=PassMachine.CryptoJS.enc.Utf8.parse(t),i=PassMachine.CryptoJS.enc.Utf8.parse(e),o=PassMachine.CryptoJS.AES.encrypt(i,n,{mode:PassMachine.CryptoJS.mode.ECB,padding:PassMachine.CryptoJS.pad.Pkcs7});return o.toString()},setData:function(t,n){var i=e.PassMachine.haveMkd||this;i.rzData[t]=n},errorData:function(){this.dsData.ds="iggkFNY5Z8odmaVWu0oRjsneNUhc65bBgY7IeyRqe6S++zbDz3JlV99QbnGMERCkRH57fRY77K4T0r5PTAk/Xoi21K1UoYgRM089xf8wdrl+FzMEwt13AaO5Dq4G0u5I49RTUPfwr4/MuB6b6hOcPwItorZarOJw+1yy7pp4LUUwmk1kqy5LXHQ2vXVRRIzBmEYkAd4LEMWB3TNN/Ehb/v2mIBHtw+V8prcJi637saZP2NZL2qVarc81Js3Ls1ICNon1ghv5Vly2IjvClAg1oFtLIYqQN5/lojRrg11ajOBnVkwrC/MbVsQ+paftGrOl9PHjBbRFq8+5LwAmVysU+83iZLMBC3M7NhKKlIiTJpvDAR+KrUAG1HP8GTH8L8mrVjuno9MIfX6oloTXcpZHfXZln2FwwTosFnTHZ0iaqdnCklq7W+xuSUyIYydL72/hi34W2QIyEh6PilSgac2Mgjh80ygOrj9hrR7+0rlc5c+cpeILmTUI3FNlzY0degKH81V3dYUSNO27zcZ2KG3Zxb4I5SCnxYbEigiJJQkemNNAT+GiX2Je2XR9Xivcn0pFkdxEReHb2uHStsvaCaI+AxmHXc8PBV6X6CdAtRtSLnA+NBYrRrVGBmZIQd112r6eSjJeO7R9ItEXpKnAb2jhyZ+dyBeQNYee3JeyNZpofxAsXyHLFkrKOqaceZBzhvxL9SZwADneJcVSYvLS9Fbf9RAo0FHHrAFjphDmLe3wPcIgyiAKnpvgw58Z13bY1LYKEM3QYt+U974GYlahfJpett38TeJSbfcn3f1sk1+Q00jb46ivKadXTztpkD0z++pKJtMCgc5pLJg40QLb6wbTpqa4wVULYnCouw6/9H5+COUDC0RKfLDhYzdcCCygSGlA",this.dsData.tk="3338yojP4YX/CPjsNQpSEls3CchneKTLKfp9KvCfkBgWNCk="},getDs:function(){return this.dsData.ds},getTk:function(){return this.dsData.tk},reportedOpportunity:function(){var e=this;++e.store.count,e.store.count>e.store.countnum&&e.postData()},animationTipsFn:function(){var e=this,t=400;if(this.store.styAnimaBtn)if("spin"===e.conf.type){var n=document.getElementById("vcode-spin-button"+this.num);u(n,"vcode-spin-control-horizontal-2"),u(n,"vcode-spin-button-focus"),E=!0,setTimeout(function(){l(n,"vcode-spin-control-horizontal-2"),l(n,"vcode-spin-button-focus"),E=!1},t)}else if("slide"===e.conf.type){var i=document.getElementById("vcode-slide-button"+this.num),o=document.getElementById("vcode-slide-cover"+this.num);e.conf.slideConfig&&e.conf.slideConfig.color&&(o.style.backgroundColor=e.conf.slideConfig.color||"#4b96ea"),u(i,"vcode-slidefaceboder-horizontal-2"),u(o,"slideCoverWidth"),E=!0,setTimeout(function(){l(i,"vcode-slidefaceboder-horizontal-2"),l(o,"slideCoverWidth"),E=!1},t)}},toggleDuringIconShow:function(e){try{var t=document.getElementById("vcode-spin-mask"+this.num),n=document.getElementById("vcode-spin-icon"+this.num),i=document.getElementById("vcode-spin-button"+this.num);"hide"===e?(l(n,"vcode-spin-icon-success"),t.style.visibility=n.style.visibility="hidden",S=!0):(t.style.visibility=n.style.visibility="visible",u(i,"vcode-spin-button-error"),S=!1)}catch(o){}}}}catch(A){}}(window,document,PassMachine.$),!function(){"use strict";function e(){return(e=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n,i=arguments[t];
for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e}).apply(this,arguments)}function t(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,n(e,t)}function n(e,t){return(n=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function i(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function o(e,t,n){return"undefined"==typeof e[t]?n:e[t]}function r(e,t){return function(n,i){function o(e,t){r||(r=!0,i(e,t))}var r=!1;setTimeout(function(){var e=new Error("Timeout.");t&&a(e,t),o(e)},e),n(o)}}function s(){return(new Date).getTime()}function a(e,t){e.code||(e.originMsg=e.message),e.code=t,e.message="Error code: ["+t+"]. "+e.originMsg}function c(e){var t;return(e=void 0===e?"":e)&&(t=0<e.indexOf("?")?"&":"?",e=e+t+"_o="+encodeURIComponent(location.protocol+"//"+location.host)),e}function u(e,t){e.onload=function(){this.onerror=this.onload=null,t(null,e)},e.onerror=function(){this.onerror=this.onload=null,t(new Error("Failed to load "+this.src),e)}}function l(e,t){e.onreadystatechange=function(){"complete"!=this.readyState&&"loaded"!=this.readyState||(this.onreadystatechange=null,t(null,e))}}function d(e,t,n){function i(e,t){r||(r=!0,n(e,t))}var r=!1,s=o(t,"timeout",5e3),t=o(t,"clientCacheTTL",0),a=e;if(e){t&&(c=+new Date,c="_="+parseInt(c%(6e4*t),10),a=0<a.indexOf("?")?a+"&"+c:a+"?"+c),s&&setTimeout(function(){i(new Error("Load "+e+" timeout"),null)},s);var t=a,c=i,s=void 0,a=document.head||document.getElementsByTagName("head")[0],d=document.createElement("script");if("function"==typeof c&&(s=c,c={}),s=s||function(){},d.type=(c=c||{}).type||"text/javascript",d.charset=c.charset||"utf8",d.async=!("async"in c&&!c.async),d.src=t,c.attrs){var f,p=d,h=c.attrs;for(f in h)p.setAttribute(f,h[f])}c.text&&(d.text=""+c.text),("onload"in d?u:l)(d,s),d.onload||u(d,s),a.appendChild(d)}else i(new Error("Load script miss src"))}Object.create||(Object.create=function(e){function t(){}if("object"!=typeof e&&"function"!=typeof e)throw new TypeError("Object prototype may only be an Object: "+e);if(null===e)throw new Error("This browser's implementation of Object.create is a shim and doesn't support 'null' as the first argument.");return t.prototype=e,new t});var f,p,h=function(t,n){function i(){for(;a.length;)a.shift().call(null,r)}var r,s=!1,a=[];return function(c,u,l,d){return c=e({},l,{src:c,retryCnt:o(d,"mainCDNRetryCnt",1),mainReportRetryCnt:o(d,"mainReportRetryCnt",1),secondReportRetryCnt:o(d,"secondReportRetryCnt",0)}),r=new n(t,c),u?r.getTarget(function(a,c){s=!0,!a&&c||(a=e({},l,{src:u,retryCnt:o(d,"secondCDNRetryCnt",0),mainReportRetryCnt:o(d,"mainReportRetryCnt",1),secondReportRetryCnt:o(d,"secondReportRetryCnt",0)}),r=new n(t,a)),i()}):(s=!0,i()),function(e){s?e(r):a.push(e)}}},m="abclite",v="acs",g="auto-report",y="active-report",b="acs-get-sign",x="1.0.1-beta.0",w=!1,T=function(){function e(e,t){this.sid=e,this.group=t}var t=e.prototype;return t.log=function(e){if(w){var t=(e={url:"https://miao.baidu.com/sdk_log",data:JSON.stringify(e)}).url,n=e.data,i=e.success,o=e.error,r=void 0===(s=e.headers)?{}:s,s=e.withCredentials,e=window.XDomainRequest;if(void 0===s&&(s=!0),e){var a=new e;a.open("post",t,!0),s&&(a.withCredentials=!0),a.onerror=function(e){o&&o(e)},a.onload=function(){var e=a.responseText;i&&i(e)},a.send(n)}else{var c,u=new XMLHttpRequest;for(c in u.open("POST",t,!0),r)u.setRequestHeader(c,r[c]);s&&(u.withCredentials=!0),u.onreadystatechange=function(){var e;4===u.readyState&&200===u.status&&(e=u.responseText,i&&i(e,u))},u.onerror=function(e){o&&o(e)},u.send(n)}}},t.error=function(e,t,n){var i=this.sid,o=this.group,r=n.code||600,i={sid:i,group:o,type:e,total:t,status:1,error:n.message+"\n"+n.stack,extra:{errorCode:r,version:x}};this.log(i)},t.success=function(e,t){var n=this.sid,i=this.group;this.log({sid:n,group:i,type:e,total:t,status:0,error:"",extra:{version:x}})},e}(),C=function(){function e(e,t){this.loadController=null,this.state=1,this.evalData=null,this.autoResponse="",this.autoError=null,this.reportCnt=0,this.monitor=null,this.autoResponseQueue=[],this.loadController=t,this.monitor=new T(e,m)}var t=e.prototype;return t.handleTargetError=function(e){this.state=2,this.autoError=e,this.evalAutoQueue(e)},t.autoReportInit=function(){var e=this,t=this.loadController,n=t.opts;t.getTarget(function(t,i){if(t)e.handleTargetError(t);else{t=i,e.state=3;try{t.initData(n,function(t){e.evalData=t,e.autoReport()})}catch(o){return e.state=4,i=new Error("Eval error, msg: "+o.message),a(i,551),e.autoError=i,void e.evalAutoQueue(i)}}})},t.autoReport=function(e){var t=this,n=this.loadController,i=n.opts,o=i.reportTimeout,s=i.mainReportUrl;n.getTarget(function(n,i){var u;n?t.handleTargetError(n):(t.reportCnt++,u=i,t.state=5,r(o,561)(function(n){e=e||c(s),u.report({url:e,data:t.evalData,success:function(e){n(null,e)},error:function(e){a(e,571),n(e)}})},function(e,n){return e?(t.state=6,t.autoError=e,void t.evalAutoQueue(e,null)):(t.state=7,t.autoResponse=n,t.autoError=null,void t.evalAutoQueue(null,n))}))})},t.pushAutoQueue=function(e){this.autoResponseQueue.push(e)},t.evalAutoQueue=function(){for(;this.autoResponseQueue.length&&2!==this.autoResponseQueue.shift().apply(null,arguments););},t.getAutoResponse=function(e){var t=this,n=this.state,i=this.loadController,o=this.monitor,r=s(),i=i.opts,a=i.mainReportRetryCnt,u=i.secondReportRetryCnt,l=i.secondReportUrl,d=function f(n,i){if(6===t.state){if(t.reportCnt-1<a)return t.autoReport(),t.pushAutoQueue(f),2;if(t.reportCnt-1-a<u+1)return t.autoReport(c(l)),t.pushAutoQueue(f),2}try{d=n,p=i,h=s()-r,d?o.error(g,h,d):(o.success(g,h),e(d,p))}finally{return 1}var d,p,h};1===n||3===n||5===n?this.pushAutoQueue(d):d(this.error,this.autoResponse)},t.activeReport=function(e,t,n,i){var o=this,s=(void 0===n&&(n=0),this.loadController),u=s.opts,l=u.mainReportRetryCnt,d=u.reportTimeout,f=u.mainReportUrl,p=u.secondReportRetryCnt;n++,s.getTarget(function(s,h){if(s)return t&&t(s);var m=h;r(d,562)(function(t){i=i||c(f),m.report({url:i,data:e,success:function(e){t(null,e)},error:function(e){a(e,570),t(e)}})},function(i,r){return i?l>n-1?void o.activeReport(e,t,n):p+1>n-1-l?void o.activeReport(e,t,n,c(u.secondReportUrl)):t&&t(i):void(t&&t(null,r))})})},t.getActiveResponse=function(e,t){function n(e,n){var i=s()-u;e?c.error(y,i,e):(c.success(y,i),t(e,n))}var i=this,o=this.state,r=this.loadController,c=this.monitor,u=s(),l=function(){r.getTarget(function(t,o){if(t)return n(t);t=o;try{t.initActiveData(e,function(e){i.activeReport(e,n)})}catch(r){o=new Error("Eval error. msg: "+r.message),a(o,552),n(o)}})};1===o?this.pushAutoQueue(l):l()},e}(),k=function(){function e(e){this.state=0,this.queue=[],this.error=null,this.opts={},this.loadCnt=0,this.opts=e,this.doLoad()}var t=e.prototype;return t.doLoad=function(){var e=this,t=(this.error=null,this.loadCnt++,this.state=1,this.opts),n=t.timeout,i=t.src;r(n)(function(t){d(i,e.opts,t)},function(t,n){t?(e.error=t,e.state=3):e.state=2,e.evalQueue(t,n)})},t.pushQueue=function(e){this.queue.push(e)},t.evalQueue=function(){for(;this.queue.length&&2!==this.queue.shift().apply(null,arguments););},t.clearQueue=function(){this.queue=[]},t.getTarget=function(e){var t=this,n=this.state,i=this.opts,o=function r(n){if(n){var o=i.retryCnt;if(t.loadCnt-1<o)return t.doLoad(),t.pushQueue(r),2}try{var s=window[t.targetKey];if(s)return e(null,s);n?a(n,400):s||a(n=new Error("Load for eval error."),550),e(n,s)}catch(c){}return 1};0===n||1===n?this.pushQueue(o):o(this.error)},e}(),E=function(e){function n(t,n){return n=e.call(this,n)||this,n.targetKey=null,n.instance=null,n.targetKey="BCat_"+t,window["__abbaidu_"+t+"_advanced"]=!0,window["__abbaidu_"+t+"_paris"]=!0,n.instance=new C(t,i(n)),n.init(),n}return t(n,e),n.prototype.init=function(){this.instance.autoReportInit()},n}(k),S=function(){function e(e,t){this.loadController=null,this.state=1,this.monitor=null,this.loadController=t,this.monitor=new T(e,v)}return e.prototype.getSign=function(e,t){var n=this.monitor,i=s(),o=function(t,o){var r=s()-i;t?n.error(b,r,t):(n.success(b,r),e(t,o))};this.loadController.getTarget(function(e,n){if(e)return o(e);e=n;try{e.gs(function(e,t){o(t,e)},t)}catch(i){a(i=new Error("Eval error. msg: "+i.message),553),o(i)}})},e}(),D=function(e){function n(t,n){return n=e.call(this,n)||this,n.targetKey=null,n.instance=null,n.targetKey="$BSB_"+t,n.instance=new S(t,i(n)),n}return t(n,e),n}(k),A=!1;window.Paris={init:function(t){var n=t.abcliteUrl,i=t.acsUrl,r=t.sid,s=t.disasterConfig,s=void 0===s?{}:s,a=t.abcliteFields,a=void 0===a?{}:a;if(!r)throw new Error("Missing param `sid`");var c,u=o(t,"monitoring",!(A=!0)),u=(w=u,{timeout:o(t,"timeout",5e3),clientCacheTTL:o(t,"clientCacheTTL",0),mainReportUrl:o(s,"mainReportUrl"),secondReportUrl:o(s,"secondReportUrl"),reportTimeout:o(s,"reportTimeout",5e3)});n&&(t=h(r,E),c=o(s,"abcliteUrl"),f=t(n,c,e({},u,{subid:o(a,"subid"),extraData:o(a,"extraData")}),s)),i&&(n=h(r,D),c=o(s,"acsUrl"),p=n(i,c,u,s))},getAbcliteInstance:function(e){A?f?f(function(t){t.getTarget(function(n){return n?e(n):void e(null,t.instance)})}):e(null,new Error("Missing param `abcliteUrl` during initialization")):e(null,new Error("You must initialize before getting an instance"))},getAcsInstance:function(e){A?p?p(function(t){t.getTarget(function(n){return n?e(n):void e(null,t.instance)})}):e(null,new Error("Missing param `acsUrl` during initialization")):e(null,new Error("You must initialize before getting an instance"))}}}();