function require(t){var e=require.modules[t];if(!e)throw new Error('failed to require "'+t+'"');return"exports"in e||"function"!=typeof e.definition||(e.client=e.component=!0,e.definition.call(this,e.exports={},e),delete e.definition),e.exports}require.loader="component",require.helper={},require.helper.semVerSort=function(t,e){for(var n=t.version.split("."),r=e.version.split("."),i=0;ia?1:-1;var s=n[i].substr((""+o).length),u=r[i].substr((""+a).length);if(""===s&&""!==u)return 1;if(""!==s&&""===u)return-1;if(""!==s&&""!==u)return s>u?1:-1}return 0},require.latest=function(t,e){function n(t){throw new Error('failed to find latest module of "'+t+'"')}var r=/(.*)~(.*)@v?(\d+\.\d+\.\d+[^\/]*)$/,i=/(.*)~(.*)/;i.test(t)||n(t);for(var o=Object.keys(require.modules),a=[],s=[],u=0;u0){var h=a.sort(require.helper.semVerSort).pop().name;return e===!0?h:require(h)}var h=s.sort(function(t,e){return t.name>e.name})[0].name;return e===!0?h:require(h)},require.modules={},require.register=function(t,e){require.modules[t]={definition:e}},require.define=function(t,e){require.modules[t]={exports:e}},require.register("./lib/underscore",function(t,e){(function(){var n=this,r=n._,i=Array.prototype,o=Object.prototype,a=Function.prototype,s=i.push,u=i.slice,c=i.concat,l=o.toString,f=o.hasOwnProperty,h=Array.isArray,p=Object.keys,d=a.bind,g=function(t){return t instanceof g?t:this instanceof g?void(this._wrapped=t):new g(t)};"undefined"!=typeof t?("undefined"!=typeof e&&e.exports&&(t=e.exports=g),t._=g):n._=g,g.VERSION="1.7.0";var m=function(t,e,n){if(void 0===e)return t;switch(null==n?3:n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,i){return t.call(e,n,r,i)};case 4:return function(n,r,i,o){return t.call(e,n,r,i,o)}}return function(){return t.apply(e,arguments)}};g.iteratee=function(t,e,n){return null==t?g.identity:g.isFunction(t)?m(t,e,n):g.isObject(t)?g.matches(t):g.property(t)},g.each=g.forEach=function(t,e,n){if(null==t)return t;e=m(e,n);var r,i=t.length;if(i===+i)for(r=0;i>r;r++)e(t[r],r,t);else{var o=g.keys(t);for(r=0,i=o.length;i>r;r++)e(t[o[r]],o[r],t)}return t},g.map=g.collect=function(t,e,n){if(null==t)return[];e=g.iteratee(e,n);for(var r,i=t.length!==+t.length&&g.keys(t),o=(i||t).length,a=Array(o),s=0;o>s;s++)r=i?i[s]:s,a[s]=e(t[r],r,t);return a};var v="Reduce of empty array with no initial value";g.reduce=g.foldl=g.inject=function(t,e,n,r){null==t&&(t=[]),e=m(e,r,4);var i,o=t.length!==+t.length&&g.keys(t),a=(o||t).length,s=0;if(arguments.length<3){if(!a)throw new TypeError(v);n=t[o?o[s++]:s++]}for(;a>s;s++)i=o?o[s]:s,n=e(n,t[i],i,t);return n},g.reduceRight=g.foldr=function(t,e,n,r){null==t&&(t=[]),e=m(e,r,4);var i,o=t.length!==+t.length&&g.keys(t),a=(o||t).length;if(arguments.length<3){if(!a)throw new TypeError(v);n=t[o?o[--a]:--a]}for(;a--;)i=o?o[a]:a,n=e(n,t[i],i,t);return n},g.find=g.detect=function(t,e,n){var r;return e=g.iteratee(e,n),g.some(t,function(t,n,i){return e(t,n,i)?(r=t,!0):void 0}),r},g.filter=g.select=function(t,e,n){var r=[];return null==t?r:(e=g.iteratee(e,n),g.each(t,function(t,n,i){e(t,n,i)&&r.push(t)}),r)},g.reject=function(t,e,n){return g.filter(t,g.negate(g.iteratee(e)),n)},g.every=g.all=function(t,e,n){if(null==t)return!0;e=g.iteratee(e,n);var r,i,o=t.length!==+t.length&&g.keys(t),a=(o||t).length;for(r=0;a>r;r++)if(i=o?o[r]:r,!e(t[i],i,t))return!1;return!0},g.some=g.any=function(t,e,n){if(null==t)return!1;e=g.iteratee(e,n);var r,i,o=t.length!==+t.length&&g.keys(t),a=(o||t).length;for(r=0;a>r;r++)if(i=o?o[r]:r,e(t[i],i,t))return!0;return!1},g.contains=g.include=function(t,e){return null==t?!1:(t.length!==+t.length&&(t=g.values(t)),g.indexOf(t,e)>=0)},g.invoke=function(t,e){var n=u.call(arguments,2),r=g.isFunction(e);return g.map(t,function(t){return(r?e:t[e]).apply(t,n)})},g.pluck=function(t,e){return g.map(t,g.property(e))},g.where=function(t,e){return g.filter(t,g.matches(e))},g.findWhere=function(t,e){return g.find(t,g.matches(e))},g.max=function(t,e,n){var r,i,o=-(1/0),a=-(1/0);if(null==e&&null!=t){t=t.length===+t.length?t:g.values(t);for(var s=0,u=t.length;u>s;s++)r=t[s],r>o&&(o=r)}else e=g.iteratee(e,n),g.each(t,function(t,n,r){i=e(t,n,r),(i>a||i===-(1/0)&&o===-(1/0))&&(o=t,a=i)});return o},g.min=function(t,e,n){var r,i,o=1/0,a=1/0;if(null==e&&null!=t){t=t.length===+t.length?t:g.values(t);for(var s=0,u=t.length;u>s;s++)r=t[s],o>r&&(o=r)}else e=g.iteratee(e,n),g.each(t,function(t,n,r){i=e(t,n,r),(a>i||i===1/0&&o===1/0)&&(o=t,a=i)});return o},g.shuffle=function(t){for(var e,n=t&&t.length===+t.length?t:g.values(t),r=n.length,i=Array(r),o=0;r>o;o++)e=g.random(0,o),e!==o&&(i[o]=i[e]),i[e]=n[o];return i},g.sample=function(t,e,n){return null==e||n?(t.length!==+t.length&&(t=g.values(t)),t[g.random(t.length-1)]):g.shuffle(t).slice(0,Math.max(0,e))},g.sortBy=function(t,e,n){return e=g.iteratee(e,n),g.pluck(g.map(t,function(t,n,r){return{value:t,index:n,criteria:e(t,n,r)}}).sort(function(t,e){var n=t.criteria,r=e.criteria;if(n!==r){if(n>r||void 0===n)return 1;if(r>n||void 0===r)return-1}return t.index-e.index}),"value")};var y=function(t){return function(e,n,r){var i={};return n=g.iteratee(n,r),g.each(e,function(r,o){var a=n(r,o,e);t(i,r,a)}),i}};g.groupBy=y(function(t,e,n){g.has(t,n)?t[n].push(e):t[n]=[e]}),g.indexBy=y(function(t,e,n){t[n]=e}),g.countBy=y(function(t,e,n){g.has(t,n)?t[n]++:t[n]=1}),g.sortedIndex=function(t,e,n,r){n=g.iteratee(n,r,1);for(var i=n(e),o=0,a=t.length;a>o;){var s=o+a>>>1;n(t[s])e?[]:u.call(t,0,e)},g.initial=function(t,e,n){return u.call(t,0,Math.max(0,t.length-(null==e||n?1:e)))},g.last=function(t,e,n){return null==t?void 0:null==e||n?t[t.length-1]:u.call(t,Math.max(t.length-e,0))},g.rest=g.tail=g.drop=function(t,e,n){return u.call(t,null==e||n?1:e)},g.compact=function(t){return g.filter(t,g.identity)};var x=function(t,e,n,r){if(e&&g.every(t,g.isArray))return c.apply(r,t);for(var i=0,o=t.length;o>i;i++){var a=t[i];g.isArray(a)||g.isArguments(a)?e?s.apply(r,a):x(a,e,n,r):n||r.push(a)}return r};g.flatten=function(t,e){return x(t,e,!1,[])},g.without=function(t){return g.difference(t,u.call(arguments,1))},g.uniq=g.unique=function(t,e,n,r){if(null==t)return[];g.isBoolean(e)||(r=n,n=e,e=!1),null!=n&&(n=g.iteratee(n,r));for(var i=[],o=[],a=0,s=t.length;s>a;a++){var u=t[a];if(e)a&&o===u||i.push(u),o=u;else if(n){var c=n(u,a,t);g.indexOf(o,c)<0&&(o.push(c),i.push(u))}else g.indexOf(i,u)<0&&i.push(u)}return i},g.union=function(){return g.uniq(x(arguments,!0,!0,[]))},g.intersection=function(t){if(null==t)return[];for(var e=[],n=arguments.length,r=0,i=t.length;i>r;r++){var o=t[r];if(!g.contains(e,o)){for(var a=1;n>a&&g.contains(arguments[a],o);a++);a===n&&e.push(o)}}return e},g.difference=function(t){var e=x(u.call(arguments,1),!0,!0,[]);return g.filter(t,function(t){return!g.contains(e,t)})},g.zip=function(t){if(null==t)return[];for(var e=g.max(arguments,"length").length,n=Array(e),r=0;e>r;r++)n[r]=g.pluck(arguments,r);return n},g.object=function(t,e){if(null==t)return{};for(var n={},r=0,i=t.length;i>r;r++)e?n[t[r]]=e[r]:n[t[r][0]]=t[r][1];return n},g.indexOf=function(t,e,n){if(null==t)return-1;var r=0,i=t.length;if(n){if("number"!=typeof n)return r=g.sortedIndex(t,e),t[r]===e?r:-1;r=0>n?Math.max(0,i+n):n}for(;i>r;r++)if(t[r]===e)return r;return-1},g.lastIndexOf=function(t,e,n){if(null==t)return-1;var r=t.length;for("number"==typeof n&&(r=0>n?r+n+1:Math.min(r,n+1));--r>=0;)if(t[r]===e)return r;return-1},g.range=function(t,e,n){arguments.length<=1&&(e=t||0,t=0),n=n||1;for(var r=Math.max(Math.ceil((e-t)/n),0),i=Array(r),o=0;r>o;o++,t+=n)i[o]=t;return i};var b=function(){};g.bind=function(t,e){var n,r;if(d&&t.bind===d)return d.apply(t,u.call(arguments,1));if(!g.isFunction(t))throw new TypeError("Bind must be called on a function");return n=u.call(arguments,2),r=function(){if(!(this instanceof r))return t.apply(e,n.concat(u.call(arguments)));b.prototype=t.prototype;var i=new b;b.prototype=null;var o=t.apply(i,n.concat(u.call(arguments)));return g.isObject(o)?o:i}},g.partial=function(t){var e=u.call(arguments,1);return function(){for(var n=0,r=e.slice(),i=0,o=r.length;o>i;i++)r[i]===g&&(r[i]=arguments[n++]);for(;n=r)throw new Error("bindAll must be passed function names");for(e=1;r>e;e++)n=arguments[e],t[n]=g.bind(t[n],t);return t},g.memoize=function(t,e){var n=function(r){var i=n.cache,o=e?e.apply(this,arguments):r;return g.has(i,o)||(i[o]=t.apply(this,arguments)),i[o]};return n.cache={},n},g.delay=function(t,e){var n=u.call(arguments,2);return setTimeout(function(){return t.apply(null,n)},e)},g.defer=function(t){return g.delay.apply(g,[t,1].concat(u.call(arguments,1)))},g.throttle=function(t,e,n){var r,i,o,a=null,s=0;n||(n={});var u=function(){s=n.leading===!1?0:g.now(),a=null,o=t.apply(r,i),a||(r=i=null)};return function(){var c=g.now();s||n.leading!==!1||(s=c);var l=e-(c-s);return r=this,i=arguments,0>=l||l>e?(clearTimeout(a),a=null,s=c,o=t.apply(r,i),a||(r=i=null)):a||n.trailing===!1||(a=setTimeout(u,l)),o}},g.debounce=function(t,e,n){var r,i,o,a,s,u=function(){var c=g.now()-a;e>c&&c>0?r=setTimeout(u,e-c):(r=null,n||(s=t.apply(o,i),r||(o=i=null)))};return function(){o=this,i=arguments,a=g.now();var c=n&&!r;return r||(r=setTimeout(u,e)),c&&(s=t.apply(o,i),o=i=null),s}},g.wrap=function(t,e){return g.partial(e,t)},g.negate=function(t){return function(){return!t.apply(this,arguments)}},g.compose=function(){var t=arguments,e=t.length-1;return function(){for(var n=e,r=t[e].apply(this,arguments);n--;)r=t[n].call(this,r);return r}},g.after=function(t,e){return function(){return--t<1?e.apply(this,arguments):void 0}},g.before=function(t,e){var n;return function(){return--t>0?n=e.apply(this,arguments):e=null,n}},g.once=g.partial(g.before,2),g.keys=function(t){if(!g.isObject(t))return[];if(p)return p(t);var e=[];for(var n in t)g.has(t,n)&&e.push(n);return e},g.values=function(t){for(var e=g.keys(t),n=e.length,r=Array(n),i=0;n>i;i++)r[i]=t[e[i]];return r},g.pairs=function(t){for(var e=g.keys(t),n=e.length,r=Array(n),i=0;n>i;i++)r[i]=[e[i],t[e[i]]];return r},g.invert=function(t){for(var e={},n=g.keys(t),r=0,i=n.length;i>r;r++)e[t[n[r]]]=n[r];return e},g.functions=g.methods=function(t){var e=[];for(var n in t)g.isFunction(t[n])&&e.push(n);return e.sort()},g.extend=function(t){if(!g.isObject(t))return t;for(var e,n,r=1,i=arguments.length;i>r;r++){e=arguments[r];for(n in e)f.call(e,n)&&(t[n]=e[n])}return t},g.pick=function(t,e,n){var r,i={};if(null==t)return i;if(g.isFunction(e)){e=m(e,n);for(r in t){var o=t[r];e(o,r,t)&&(i[r]=o)}}else{var a=c.apply([],u.call(arguments,1));t=new Object(t);for(var s=0,l=a.length;l>s;s++)r=a[s],r in t&&(i[r]=t[r])}return i},g.omit=function(t,e,n){if(g.isFunction(e))e=g.negate(e);else{var r=g.map(c.apply([],u.call(arguments,1)),String);e=function(t,e){return!g.contains(r,e)}}return g.pick(t,e,n)},g.defaults=function(t){if(!g.isObject(t))return t;for(var e=1,n=arguments.length;n>e;e++){var r=arguments[e];for(var i in r)void 0===t[i]&&(t[i]=r[i])}return t},g.clone=function(t){return g.isObject(t)?g.isArray(t)?t.slice():g.extend({},t):t},g.tap=function(t,e){return e(t),t};var w=function(t,e,n,r){if(t===e)return 0!==t||1/t===1/e;if(null==t||null==e)return t===e;t instanceof g&&(t=t._wrapped),e instanceof g&&(e=e._wrapped);var i=l.call(t);if(i!==l.call(e))return!1;switch(i){case"[object RegExp]":case"[object String]":return""+t==""+e;case"[object Number]":return+t!==+t?+e!==+e:0===+t?1/+t===1/e:+t===+e;case"[object Date]":case"[object Boolean]":return+t===+e}if("object"!=typeof t||"object"!=typeof e)return!1;for(var o=n.length;o--;)if(n[o]===t)return r[o]===e;var a=t.constructor,s=e.constructor;if(a!==s&&"constructor"in t&&"constructor"in e&&!(g.isFunction(a)&&a instanceof a&&g.isFunction(s)&&s instanceof s))return!1;n.push(t),r.push(e);var u,c;if("[object Array]"===i){if(u=t.length,c=u===e.length)for(;u--&&(c=w(t[u],e[u],n,r)););}else{var f,h=g.keys(t);if(u=h.length,c=g.keys(e).length===u)for(;u--&&(f=h[u],c=g.has(e,f)&&w(t[f],e[f],n,r)););}return n.pop(),r.pop(),c};g.isEqual=function(t,e){return w(t,e,[],[])},g.isEmpty=function(t){if(null==t)return!0;if(g.isArray(t)||g.isString(t)||g.isArguments(t))return 0===t.length;for(var e in t)if(g.has(t,e))return!1;return!0},g.isElement=function(t){return!(!t||1!==t.nodeType)},g.isArray=h||function(t){return"[object Array]"===l.call(t)},g.isObject=function(t){var e=typeof t;return"function"===e||"object"===e&&!!t},g.each(["Arguments","Function","String","Number","Date","RegExp"],function(t){g["is"+t]=function(e){return l.call(e)==="[object "+t+"]"}}),g.isArguments(arguments)||(g.isArguments=function(t){return g.has(t,"callee")}),"function"!=typeof/./&&(g.isFunction=function(t){return"function"==typeof t||!1}),g.isFinite=function(t){return isFinite(t)&&!isNaN(parseFloat(t))},g.isNaN=function(t){return g.isNumber(t)&&t!==+t},g.isBoolean=function(t){return t===!0||t===!1||"[object Boolean]"===l.call(t)},g.isNull=function(t){return null===t},g.isUndefined=function(t){return void 0===t},g.has=function(t,e){return null!=t&&f.call(t,e)},g.noConflict=function(){return n._=r,this},g.identity=function(t){return t},g.constant=function(t){return function(){return t}},g.noop=function(){},g.property=function(t){return function(e){return e[t]}},g.matches=function(t){var e=g.pairs(t),n=e.length;return function(t){if(null==t)return!n;t=new Object(t);for(var r=0;n>r;r++){var i=e[r],o=i[0];if(i[1]!==t[o]||!(o in t))return!1}return!0}},g.times=function(t,e,n){var r=Array(Math.max(0,t));e=m(e,n,1);for(var i=0;t>i;i++)r[i]=e(i);return r},g.random=function(t,e){return null==e&&(e=t,t=0),t+Math.floor(Math.random()*(e-t+1))},g.now=Date.now||function(){return(new Date).getTime()};var E={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},S=g.invert(E),T=function(t){var e=function(e){return t[e]},n="(?:"+g.keys(t).join("|")+")",r=RegExp(n),i=RegExp(n,"g");return function(t){return t=null==t?"":""+t,r.test(t)?t.replace(i,e):t}};g.escape=T(E),g.unescape=T(S),g.result=function(t,e){if(null==t)return void 0;var n=t[e];return g.isFunction(n)?t[e]():n};var _=0;g.uniqueId=function(t){var e=++_+"";return t?t+e:e},g.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var k=/(.)^/,A={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},j=/\\|'|\r|\n|\u2028|\u2029/g,q=function(t){return"\\"+A[t]};g.template=function(t,e,n){!e&&n&&(e=n),e=g.defaults({},e,g.templateSettings);var r=RegExp([(e.escape||k).source,(e.interpolate||k).source,(e.evaluate||k).source].join("|")+"|$","g"),i=0,o="__p+='";t.replace(r,function(e,n,r,a,s){return o+=t.slice(i,s).replace(j,q),i=s+e.length,n?o+="'+\n((__t=("+n+"))==null?'':_.escape(__t))+\n'":r?o+="'+\n((__t=("+r+"))==null?'':__t)+\n'":a&&(o+="';\n"+a+"\n__p+='"),e}),o+="';\n",e.variable||(o="with(obj||{}){\n"+o+"}\n"),o="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+o+"return __p;\n";try{var a=new Function(e.variable||"obj","_",o)}catch(s){throw s.source=o,s}var u=function(t){return a.call(this,t,g)},c=e.variable||"obj";return u.source="function("+c+"){\n"+o+"}",u},g.chain=function(t){var e=g(t);return e._chain=!0,e};var C=function(t){return this._chain?g(t).chain():t};g.mixin=function(t){g.each(g.functions(t),function(e){var n=g[e]=t[e];g.prototype[e]=function(){var t=[this._wrapped];return s.apply(t,arguments),C.call(this,n.apply(g,t))}})},g.mixin(g),g.each(["pop","push","reverse","shift","sort","splice","unshift"],function(t){var e=i[t];g.prototype[t]=function(){var n=this._wrapped;return e.apply(n,arguments),"shift"!==t&&"splice"!==t||0!==n.length||delete n[0],C.call(this,n)}}),g.each(["concat","join","slice"],function(t){var e=i[t];g.prototype[t]=function(){return C.call(this,e.apply(this._wrapped,arguments))}}),g.prototype.value=function(){return this._wrapped},"function"==typeof define&&define.amd&&define("underscore",[],function(){return g})}).call(this)}),require.register("./lib/zepto",function(t,e){var n=require("./lib/zepto/touch.js"),r=function(){function t(t){return null==t?String(t):J[V.call(t)]||"object"}function e(e){return"function"==t(e)}function n(t){return null!=t&&t==t.window}function r(t){return null!=t&&t.nodeType==t.DOCUMENT_NODE}function i(e){return"object"==t(e)}function o(t){return i(t)&&!n(t)&&Object.getPrototypeOf(t)==Object.prototype}function a(t){return"number"==typeof t.length}function s(t){return q.call(t,function(t){return null!=t})}function u(t){return t.length>0?S.fn.concat.apply([],t):t}function c(t){return t.replace(/::/g,"/").replace(/([A-Z]+)([A-Z][a-z])/g,"$1_$2").replace(/([a-z\d])([A-Z])/g,"$1_$2").replace(/_/g,"-").toLowerCase()}function l(t){return t in O?O[t]:O[t]=new RegExp("(^|\\s)"+t+"(\\s|$)")}function f(t,e){return"number"!=typeof e||N[c(t)]?e:e+"px"}function h(t){var e,n;return D[t]||(e=C.createElement(t),C.body.appendChild(e),n=getComputedStyle(e,"").getPropertyValue("display"),e.parentNode.removeChild(e),"none"==n&&(n="block"),D[t]=n),D[t]}function p(t){return"children"in t?j.call(t.children):S.map(t.childNodes,function(t){return 1==t.nodeType?t:void 0})}function d(t,e,n){for(E in e)n&&(o(e[E])||Z(e[E]))?(o(e[E])&&!o(t[E])&&(t[E]={}),Z(e[E])&&!Z(t[E])&&(t[E]=[]),d(t[E],e[E],n)):e[E]!==w&&(t[E]=e[E])}function g(t,e){return null==e?S(t):S(t).filter(e)}function m(t,n,r,i){return e(n)?n.call(t,r,i):n}function v(t,e,n){null==n?t.removeAttribute(e):t.setAttribute(e,n)}function y(t,e){var n=t.className||"",r=n&&n.baseVal!==w;return e===w?r?n.baseVal:n:void(r?n.baseVal=e:t.className=e)}function x(t){try{return t?"true"==t||("false"==t?!1:"null"==t?null:+t+""==t?+t:/^[\[\{]/.test(t)?S.parseJSON(t):t):t}catch(e){return t}}function b(t,e){e(t);for(var n=0,r=t.childNodes.length;r>n;n++)b(t.childNodes[n],e)}var w,E,S,T,_,k,A=[],j=A.slice,q=A.filter,C=window.document,D={},O={},N={"column-count":1,columns:1,"font-weight":1,"line-height":1,opacity:1,"z-index":1,zoom:1},L=/^\s*<(\w+|!)[^>]*>/,M=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,P=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,I=/^(?:body|html)$/i,R=/([A-Z])/g,H=["val","css","html","text","data","width","height","offset"],B=["after","prepend","before","append"],W=C.createElement("table"),F=C.createElement("tr"),U={tr:C.createElement("tbody"),tbody:W,thead:W,tfoot:W,td:F,th:F,"*":C.createElement("div")},z=/complete|loaded|interactive/,G=/^[\w-]*$/,J={},V=J.toString,X={},Y=C.createElement("div"),$={tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},Z=Array.isArray||function(t){return t instanceof Array};return X.matches=function(t,e){if(!e||!t||1!==t.nodeType)return!1;var n=t.webkitMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.matchesSelector;if(n)return n.call(t,e);var r,i=t.parentNode,o=!i;return o&&(i=Y).appendChild(t),r=~X.qsa(i,e).indexOf(t),o&&Y.removeChild(t),r},_=function(t){return t.replace(/-+(.)?/g,function(t,e){return e?e.toUpperCase():""})},k=function(t){return q.call(t,function(e,n){return t.indexOf(e)==n})},X.fragment=function(t,e,n){var r,i,a;return M.test(t)&&(r=S(C.createElement(RegExp.$1))),r||(t.replace&&(t=t.replace(P,"<$1>")),e===w&&(e=L.test(t)&&RegExp.$1),e in U||(e="*"),a=U[e],a.innerHTML=""+t,r=S.each(j.call(a.childNodes),function(){a.removeChild(this)})),o(n)&&(i=S(r),S.each(n,function(t,e){H.indexOf(t)>-1?i[t](e):i.attr(t,e)})),r},X.Z=function(t,e){return t=t||[],t.__proto__=S.fn,t.selector=e||"",t},X.isZ=function(t){return t instanceof X.Z},X.init=function(t,n){var r;if(!t)return X.Z();if("string"==typeof t)if(t=t.trim(),"<"==t[0]&&L.test(t))r=X.fragment(t,RegExp.$1,n),t=null;else{if(n!==w)return S(n).find(t);r=X.qsa(C,t)}else{if(e(t))return S(C).ready(t);if(X.isZ(t))return t;if(Z(t))r=s(t);else if(i(t))r=[t],t=null;else if(L.test(t))r=X.fragment(t.trim(),RegExp.$1,n),t=null;else{if(n!==w)return S(n).find(t);r=X.qsa(C,t)}}return X.Z(r,t)},S=function(t,e){return X.init(t,e)},S.extend=function(t){var e,n=j.call(arguments,1);return"boolean"==typeof t&&(e=t,t=n.shift()),n.forEach(function(n){d(t,n,e)}),t},X.qsa=function(t,e){var n,i="#"==e[0],o=!i&&"."==e[0],a=i||o?e.slice(1):e,s=G.test(a);return r(t)&&s&&i?(n=t.getElementById(a))?[n]:[]:1!==t.nodeType&&9!==t.nodeType?[]:j.call(s&&!i?o?t.getElementsByClassName(a):t.getElementsByTagName(e):t.querySelectorAll(e))},S.contains=C.documentElement.contains?function(t,e){return t!==e&&t.contains(e)}:function(t,e){for(;e&&(e=e.parentNode);)if(e===t)return!0;return!1},S.type=t,S.isFunction=e,S.isWindow=n,S.isArray=Z,S.isPlainObject=o,S.isEmptyObject=function(t){var e;for(e in t)return!1;return!0},S.inArray=function(t,e,n){return A.indexOf.call(e,t,n)},S.camelCase=_,S.trim=function(t){return null==t?"":String.prototype.trim.call(t)},S.uuid=0,S.support={},S.expr={},S.map=function(t,e){var n,r,i,o=[];if(a(t))for(r=0;r=0?t:t+this.length]},toArray:function(){return this.get()},size:function(){return this.length},remove:function(){return this.each(function(){null!=this.parentNode&&this.parentNode.removeChild(this)})},each:function(t){return A.every.call(this,function(e,n){return t.call(e,n,e)!==!1}),this},filter:function(t){return e(t)?this.not(this.not(t)):S(q.call(this,function(e){return X.matches(e,t)}))},add:function(t,e){return S(k(this.concat(S(t,e))))},is:function(t){return this.length>0&&X.matches(this[0],t)},not:function(t){var n=[];if(e(t)&&t.call!==w)this.each(function(e){t.call(this,e)||n.push(this)});else{var r="string"==typeof t?this.filter(t):a(t)&&e(t.item)?j.call(t):S(t);this.forEach(function(t){r.indexOf(t)<0&&n.push(t)})}return S(n)},has:function(t){return this.filter(function(){return i(t)?S.contains(this,t):S(this).find(t).size()})},eq:function(t){return-1===t?this.slice(t):this.slice(t,+t+1)},first:function(){var t=this[0];return t&&!i(t)?t:S(t)},last:function(){var t=this[this.length-1];return t&&!i(t)?t:S(t)},find:function(t){var e,n=this;return e=t?"object"==typeof t?S(t).filter(function(){var t=this;return A.some.call(n,function(e){return S.contains(e,t)})}):1==this.length?S(X.qsa(this[0],t)):this.map(function(){return X.qsa(this,t)}):S()},closest:function(t,e){var n=this[0],i=!1;for("object"==typeof t&&(i=S(t));n&&!(i?i.indexOf(n)>=0:X.matches(n,t));)n=n!==e&&!r(n)&&n.parentNode;return S(n)},parents:function(t){for(var e=[],n=this;n.length>0;)n=S.map(n,function(t){return(t=t.parentNode)&&!r(t)&&e.indexOf(t)<0?(e.push(t),t):void 0});return g(e,t)},parent:function(t){return g(k(this.pluck("parentNode")),t)},children:function(t){return g(this.map(function(){return p(this)}),t)},contents:function(){return this.map(function(){return j.call(this.childNodes)})},siblings:function(t){return g(this.map(function(t,e){return q.call(p(e.parentNode),function(t){return t!==e})}),t)},empty:function(){return this.each(function(){this.innerHTML=""})},pluck:function(t){return S.map(this,function(e){return e[t]})},show:function(){return this.each(function(){"none"==this.style.display&&(this.style.display=""),"none"==getComputedStyle(this,"").getPropertyValue("display")&&(this.style.display=h(this.nodeName))})},replaceWith:function(t){return this.before(t).remove()},wrap:function(t){var n=e(t);if(this[0]&&!n)var r=S(t).get(0),i=r.parentNode||this.length>1;return this.each(function(e){S(this).wrapAll(n?t.call(this,e):i?r.cloneNode(!0):r)})},wrapAll:function(t){if(this[0]){S(this[0]).before(t=S(t));for(var e;(e=t.children()).length;)t=e.first();S(t).append(this)}return this},wrapInner:function(t){var n=e(t);return this.each(function(e){var r=S(this),i=r.contents(),o=n?t.call(this,e):t;i.length?i.wrapAll(o):r.append(o)})},unwrap:function(){return this.parent().each(function(){S(this).replaceWith(S(this).children())}),this},clone:function(){return this.map(function(){return this.cloneNode(!0)})},hide:function(){return this.css("display","none")},toggle:function(t){return this.each(function(){var e=S(this);(t===w?"none"==e.css("display"):t)?e.show():e.hide()})},prev:function(t){return S(this.pluck("previousElementSibling")).filter(t||"*")},next:function(t){return S(this.pluck("nextElementSibling")).filter(t||"*")},html:function(t){return 0 in arguments?this.each(function(e){var n=this.innerHTML;S(this).empty().append(m(this,t,e,n))}):0 in this?this[0].innerHTML:null},text:function(t){return 0 in arguments?this.each(function(e){var n=m(this,t,e,this.textContent);this.textContent=null==n?"":""+n}):0 in this?this[0].textContent:null},attr:function(t,e){var n;return"string"!=typeof t||1 in arguments?this.each(function(n){if(1===this.nodeType)if(i(t))for(E in t)v(this,E,t[E]);else v(this,t,m(this,e,n,this.getAttribute(t)))}):this.length&&1===this[0].nodeType?!(n=this[0].getAttribute(t))&&t in this[0]?this[0][t]:n:w},removeAttr:function(t){return this.each(function(){1===this.nodeType&&t.split(" ").forEach(function(t){v(this,t)},this)})},prop:function(t,e){return t=$[t]||t,1 in arguments?this.each(function(n){this[t]=m(this,e,n,this[t])}):this[0]&&this[0][t]},data:function(t,e){var n="data-"+t.replace(R,"-$1").toLowerCase(),r=1 in arguments?this.attr(n,e):this.attr(n);return null!==r?x(r):w},val:function(t){return 0 in arguments?this.each(function(e){this.value=m(this,t,e,this.value)}):this[0]&&(this[0].multiple?S(this[0]).find("option").filter(function(){return this.selected}).pluck("value"):this[0].value)},offset:function(t){if(t)return this.each(function(e){var n=S(this),r=m(this,t,e,n.offset()),i=n.offsetParent().offset(),o={top:r.top-i.top,left:r.left-i.left};"static"==n.css("position")&&(o.position="relative"),n.css(o)});if(!this.length)return null;var e=this[0].getBoundingClientRect();return{left:e.left+window.pageXOffset,top:e.top+window.pageYOffset,width:Math.round(e.width),height:Math.round(e.height)}},css:function(e,n){if(arguments.length<2){var r,i=this[0];if(!i)return;if(r=getComputedStyle(i,""),"string"==typeof e)return i.style[_(e)]||r.getPropertyValue(e);if(Z(e)){var o={};return S.each(e,function(t,e){o[e]=i.style[_(e)]||r.getPropertyValue(e)}),o}}var a="";if("string"==t(e))n||0===n?a=c(e)+":"+f(e,n):this.each(function(){this.style.removeProperty(c(e))});else for(E in e)e[E]||0===e[E]?a+=c(E)+":"+f(E,e[E])+";":this.each(function(){this.style.removeProperty(c(E))});return this.each(function(){this.style.cssText+=";"+a})},index:function(t){return t?this.indexOf(S(t)[0]):this.parent().children().indexOf(this[0])},hasClass:function(t){return t?A.some.call(this,function(t){return this.test(y(t))},l(t)):!1},addClass:function(t){return t?this.each(function(e){if("className"in this){T=[];var n=y(this),r=m(this,t,e,n);r.split(/\s+/g).forEach(function(t){S(this).hasClass(t)||T.push(t)},this),T.length&&y(this,n+(n?" ":"")+T.join(" "))}}):this},removeClass:function(t){return this.each(function(e){if("className"in this){if(t===w)return y(this,"");T=y(this),m(this,t,e,T).split(/\s+/g).forEach(function(t){T=T.replace(l(t)," ")}),y(this,T.trim())}})},toggleClass:function(t,e){return t?this.each(function(n){var r=S(this),i=m(this,t,n,y(this));i.split(/\s+/g).forEach(function(t){(e===w?!r.hasClass(t):e)?r.addClass(t):r.removeClass(t)})}):this},scrollTop:function(t){if(this.length){var e="scrollTop"in this[0];return t===w?e?this[0].scrollTop:this[0].pageYOffset:this.each(e?function(){this.scrollTop=t}:function(){this.scrollTo(this.scrollX,t)})}},scrollLeft:function(t){if(this.length){var e="scrollLeft"in this[0];return t===w?e?this[0].scrollLeft:this[0].pageXOffset:this.each(e?function(){this.scrollLeft=t}:function(){this.scrollTo(t,this.scrollY)})}},position:function(){if(this.length){var t=this[0],e=this.offsetParent(),n=this.offset(),r=I.test(e[0].nodeName)?{top:0,left:0}:e.offset();return n.top-=parseFloat(S(t).css("margin-top"))||0,n.left-=parseFloat(S(t).css("margin-left"))||0,r.top+=parseFloat(S(e[0]).css("border-top-width"))||0,r.left+=parseFloat(S(e[0]).css("border-left-width"))||0,{top:n.top-r.top,left:n.left-r.left}}},offsetParent:function(){return this.map(function(){for(var t=this.offsetParent||C.body;t&&!I.test(t.nodeName)&&"static"==S(t).css("position");)t=t.offsetParent;return t})}},S.fn.detach=S.fn.remove,["width","height"].forEach(function(t){var e=t.replace(/./,function(t){return t[0].toUpperCase()});S.fn[t]=function(i){var o,a=this[0];return i===w?n(a)?a["inner"+e]:r(a)?a.documentElement["scroll"+e]:(o=this.offset())&&o[t]:this.each(function(e){a=S(this),a.css(t,m(this,i,e,a[t]()))})}}),B.forEach(function(e,n){var r=n%2;S.fn[e]=function(){var e,i,o=S.map(arguments,function(n){return e=t(n),"object"==e||"array"==e||null==n?n:X.fragment(n)}),a=this.length>1;return o.length<1?this:this.each(function(t,e){i=r?e:e.parentNode,e=0==n?e.nextSibling:1==n?e.firstChild:2==n?e:null;var s=S.contains(C.documentElement,i);o.forEach(function(t){if(a)t=t.cloneNode(!0);else if(!i)return S(t).remove();i.insertBefore(t,e),s&&b(t,function(t){null==t.nodeName||"SCRIPT"!==t.nodeName.toUpperCase()||t.type&&"text/javascript"!==t.type||t.src||window.eval.call(window,t.innerHTML)})})})},S.fn[r?e+"To":"insert"+(n?"Before":"After")]=function(t){return S(t)[e](this),this}}),X.Z.prototype=S.fn,X.uniq=k,X.deserializeValue=x,S.zepto=X,S}();window.Zepto=r,e.exports=void 0===window.$&&(window.$=r),function(t){function e(t){return t._zid||(t._zid=h++)}function n(t,n,o,a){if(n=r(n),n.ns)var s=i(n.ns);return(m[e(t)]||[]).filter(function(t){return!(!t||n.e&&t.e!=n.e||n.ns&&!s.test(t.ns)||o&&e(t.fn)!==e(o)||a&&t.sel!=a)})}function r(t){var e=(""+t).split(".");return{e:e[0],ns:e.slice(1).sort().join(" ")}}function i(t){return new RegExp("(?:^| )"+t.replace(" "," .* ?")+"(?: |$)")}function o(t,e){return t.del&&!y&&t.e in x||!!e}function a(t){return b[t]||y&&x[t]||t}function s(n,i,s,u,l,h,p){var d=e(n),g=m[d]||(m[d]=[]);i.split(/\s/).forEach(function(e){if("ready"==e)return t(document).ready(s);var i=r(e);i.fn=s,i.sel=l,i.e in b&&(s=function(e){var n=e.relatedTarget;return!n||n!==this&&!t.contains(this,n)?i.fn.apply(this,arguments):void 0}),i.del=h;var d=h||s;i.proxy=function(t){if(t=c(t),!t.isImmediatePropagationStopped()){t.data=u;var e=d.apply(n,t._args==f?[t]:[t].concat(t._args));return e===!1&&(t.preventDefault(),t.stopPropagation()),e}},i.i=g.length,g.push(i),"addEventListener"in n&&n.addEventListener(a(i.e),i.proxy,o(i,p)); })}function u(t,r,i,s,u){var c=e(t);(r||"").split(/\s/).forEach(function(e){n(t,e,i,s).forEach(function(e){delete m[c][e.i],"removeEventListener"in t&&t.removeEventListener(a(e.e),e.proxy,o(e,u))})})}function c(e,n){return(n||!e.isDefaultPrevented)&&(n||(n=e),t.each(T,function(t,r){var i=n[t];e[t]=function(){return this[r]=w,i&&i.apply(n,arguments)},e[r]=E}),(n.defaultPrevented!==f?n.defaultPrevented:"returnValue"in n?n.returnValue===!1:n.getPreventDefault&&n.getPreventDefault())&&(e.isDefaultPrevented=w)),e}function l(t){var e,n={originalEvent:t};for(e in t)S.test(e)||t[e]===f||(n[e]=t[e]);return c(n,t)}var f,h=1,p=Array.prototype.slice,d=t.isFunction,g=function(t){return"string"==typeof t},m={},v={},y="onfocusin"in window,x={focus:"focusin",blur:"focusout"},b={mouseenter:"mouseover",mouseleave:"mouseout"};v.click=v.mousedown=v.mouseup=v.mousemove="MouseEvents",t.event={add:s,remove:u},t.proxy=function(n,r){var i=2 in arguments&&p.call(arguments,2);if(d(n)){var o=function(){return n.apply(r,i?i.concat(p.call(arguments)):arguments)};return o._zid=e(n),o}if(g(r))return i?(i.unshift(n[r],n),t.proxy.apply(null,i)):t.proxy(n[r],n);throw new TypeError("expected function")},t.fn.bind=function(t,e,n){return this.on(t,e,n)},t.fn.unbind=function(t,e){return this.off(t,e)},t.fn.one=function(t,e,n,r){return this.on(t,e,n,r,1)};var w=function(){return!0},E=function(){return!1},S=/^([A-Z]|returnValue$|layer[XY]$)/,T={preventDefault:"isDefaultPrevented",stopImmediatePropagation:"isImmediatePropagationStopped",stopPropagation:"isPropagationStopped"};t.fn.delegate=function(t,e,n){return this.on(e,t,n)},t.fn.undelegate=function(t,e,n){return this.off(e,t,n)},t.fn.live=function(e,n){return t(document.body).delegate(this.selector,e,n),this},t.fn.die=function(e,n){return t(document.body).undelegate(this.selector,e,n),this},t.fn.on=function(e,n,r,i,o){var a,c,h=this;return e&&!g(e)?(t.each(e,function(t,e){h.on(t,n,r,e,o)}),h):(g(n)||d(i)||i===!1||(i=r,r=n,n=f),(d(r)||r===!1)&&(i=r,r=f),i===!1&&(i=E),h.each(function(f,h){o&&(a=function(t){return u(h,t.type,i),i.apply(this,arguments)}),n&&(c=function(e){var r,o=t(e.target).closest(n,h).get(0);return o&&o!==h?(r=t.extend(l(e),{currentTarget:o,liveFired:h}),(a||i).apply(o,[r].concat(p.call(arguments,1)))):void 0}),s(h,e,i,r,n,c||a)}))},t.fn.off=function(e,n,r){var i=this;return e&&!g(e)?(t.each(e,function(t,e){i.off(t,n,e)}),i):(g(n)||d(r)||r===!1||(r=n,n=f),r===!1&&(r=E),i.each(function(){u(this,e,r,n)}))},t.fn.trigger=function(e,n){return e=g(e)||t.isPlainObject(e)?t.Event(e):c(e),e._args=n,this.each(function(){e.type in x&&"function"==typeof this[e.type]?this[e.type]():"dispatchEvent"in this?this.dispatchEvent(e):t(this).triggerHandler(e,n)})},t.fn.triggerHandler=function(e,r){var i,o;return this.each(function(a,s){i=l(g(e)?t.Event(e):e),i._args=r,i.target=s,t.each(n(s,e.type||e),function(t,e){return o=e.proxy(i),i.isImmediatePropagationStopped()?!1:void 0})}),o},"focusin focusout focus blur load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select keydown keypress keyup error".split(" ").forEach(function(e){t.fn[e]=function(t){return 0 in arguments?this.bind(e,t):this.trigger(e)}}),t.Event=function(t,e){g(t)||(e=t,t=e.type);var n=document.createEvent(v[t]||"Events"),r=!0;if(e)for(var i in e)"bubbles"==i?r=!!e[i]:n[i]=e[i];return n.initEvent(t,r,!0),c(n)}}(r),function(t){function e(e,n,r){var i=t.Event(n);return t(e).trigger(i,r),!i.isDefaultPrevented()}function n(t,n,r,i){return t.global?e(n||y,r,i):void 0}function r(e){e.global&&0===t.active++&&n(e,null,"ajaxStart")}function i(e){e.global&&!--t.active&&n(e,null,"ajaxStop")}function o(t,e){var r=e.context;return e.beforeSend.call(r,t,e)===!1||n(e,r,"ajaxBeforeSend",[t,e])===!1?!1:void n(e,r,"ajaxSend",[t,e])}function a(t,e,r,i){var o=r.context,a="success";r.success.call(o,t,a,e),i&&i.resolveWith(o,[t,a,e]),n(r,o,"ajaxSuccess",[e,r,t]),u(a,e,r)}function s(t,e,r,i,o){var a=i.context;i.error.call(a,r,e,t),o&&o.rejectWith(a,[r,e,t]),n(i,a,"ajaxError",[r,i,t||e]),u(e,r,i)}function u(t,e,r){var o=r.context;r.complete.call(o,e,t),n(r,o,"ajaxComplete",[e,r]),i(r)}function c(){}function l(t){return t&&(t=t.split(";",2)[0]),t&&(t==S?"html":t==E?"json":b.test(t)?"script":w.test(t)&&"xml")||"text"}function f(t,e){return""==e?t:(t+"&"+e).replace(/[&?]{1,2}/,"?")}function h(e){e.processData&&e.data&&"string"!=t.type(e.data)&&(e.data=t.param(e.data,e.traditional)),!e.data||e.type&&"GET"!=e.type.toUpperCase()||(e.url=f(e.url,e.data),e.data=void 0)}function p(e,n,r,i){return t.isFunction(n)&&(i=r,r=n,n=void 0),t.isFunction(r)||(i=r,r=void 0),{url:e,data:n,success:r,dataType:i}}function d(e,n,r,i){var o,a=t.isArray(n),s=t.isPlainObject(n);t.each(n,function(n,u){o=t.type(u),i&&(n=r?i:i+"["+(s||"object"==o||"array"==o?n:"")+"]"),!i&&a?e.add(u.name,u.value):"array"==o||!r&&"object"==o?d(e,u,r,n):e.add(n,u)})}var g,m,v=0,y=window.document,x=/)<[^<]*)*<\/script>/gi,b=/^(?:text|application)\/javascript/i,w=/^(?:text|application)\/xml/i,E="application/json",S="text/html",T=/^\s*$/,_=y.createElement("a");_.href=window.location.href,t.active=0,t.ajaxJSONP=function(e,n){if(!("type"in e))return t.ajax(e);var r,i,u=e.jsonpCallback,c=(t.isFunction(u)?u():u)||"jsonp"+ ++v,l=y.createElement("script"),f=window[c],h=function(e){t(l).triggerHandler("error",e||"abort")},p={abort:h};return n&&n.promise(p),t(l).on("load error",function(o,u){clearTimeout(i),t(l).off().remove(),"error"!=o.type&&r?a(r[0],p,e,n):s(null,u||"error",p,e,n),window[c]=f,r&&t.isFunction(f)&&f(r[0]),f=r=void 0}),o(p,e)===!1?(h("abort"),p):(window[c]=function(){r=arguments},l.src=e.url.replace(/\?(.+)=\?/,"?$1="+c),y.head.appendChild(l),e.timeout>0&&(i=setTimeout(function(){h("timeout")},e.timeout)),p)},t.ajaxSettings={type:"GET",beforeSend:c,success:c,error:c,complete:c,context:null,global:!0,xhr:function(){return new window.XMLHttpRequest},accepts:{script:"text/javascript, application/javascript, application/x-javascript",json:E,xml:"application/xml, text/xml",html:S,text:"text/plain"},crossDomain:!1,timeout:0,processData:!0,cache:!0},t.ajax=function(e){var n,i=t.extend({},e||{}),u=t.Deferred&&t.Deferred();for(g in t.ajaxSettings)void 0===i[g]&&(i[g]=t.ajaxSettings[g]);r(i),i.crossDomain||(n=y.createElement("a"),n.href=i.url,n.href=n.href,i.crossDomain=_.protocol+"//"+_.host!=n.protocol+"//"+n.host),i.url||(i.url=window.location.toString()),h(i);var p=i.dataType,d=/\?.+=\?/.test(i.url);if(d&&(p="jsonp"),i.cache!==!1&&(e&&e.cache===!0||"script"!=p&&"jsonp"!=p)||(i.url=f(i.url,"_="+Date.now())),"jsonp"==p)return d||(i.url=f(i.url,i.jsonp?i.jsonp+"=?":i.jsonp===!1?"":"callback=?")),t.ajaxJSONP(i,u);var v,x=i.accepts[p],b={},w=function(t,e){b[t.toLowerCase()]=[t,e]},E=/^([\w-]+:)\/\//.test(i.url)?RegExp.$1:window.location.protocol,S=i.xhr(),k=S.setRequestHeader;if(u&&u.promise(S),i.crossDomain||w("X-Requested-With","XMLHttpRequest"),w("Accept",x||"*/*"),(x=i.mimeType||x)&&(x.indexOf(",")>-1&&(x=x.split(",",2)[0]),S.overrideMimeType&&S.overrideMimeType(x)),(i.contentType||i.contentType!==!1&&i.data&&"GET"!=i.type.toUpperCase())&&w("Content-Type",i.contentType||"application/x-www-form-urlencoded"),i.headers)for(m in i.headers)w(m,i.headers[m]);if(S.setRequestHeader=w,S.onreadystatechange=function(){if(4==S.readyState){S.onreadystatechange=c,clearTimeout(v);var e,n=!1;if(S.status>=200&&S.status<300||304==S.status||0==S.status&&"file:"==E){p=p||l(i.mimeType||S.getResponseHeader("content-type")),e=S.responseText;try{"script"==p?(1,eval)(e):"xml"==p?e=S.responseXML:"json"==p&&(e=T.test(e)?null:t.parseJSON(e))}catch(r){n=r}n?s(n,"parsererror",S,i,u):a(e,S,i,u)}else s(S.statusText||null,S.status?"error":"abort",S,i,u)}},o(S,i)===!1)return S.abort(),s(null,"abort",S,i,u),S;if(i.xhrFields)for(m in i.xhrFields)S[m]=i.xhrFields[m];var A="async"in i?i.async:!0;S.open(i.type,i.url,A,i.username,i.password);for(m in b)k.apply(S,b[m]);return i.timeout>0&&(v=setTimeout(function(){S.onreadystatechange=c,S.abort(),s(null,"timeout",S,i,u)},i.timeout)),S.send(i.data?i.data:null),S},t.get=function(){return t.ajax(p.apply(null,arguments))},t.post=function(){var e=p.apply(null,arguments);return e.type="POST",t.ajax(e)},t.getJSON=function(){var e=p.apply(null,arguments);return e.dataType="json",t.ajax(e)},t.fn.load=function(e,n,r){if(!this.length)return this;var i,o=this,a=e.split(/\s/),s=p(e,n,r),u=s.success;return a.length>1&&(s.url=a[0],i=a[1]),s.success=function(e){o.html(i?t("
").html(e.replace(x,"")).find(i):e),u&&u.apply(o,arguments)},t.ajax(s),this};var k=encodeURIComponent;t.param=function(e,n){var r=[];return r.add=function(e,n){t.isFunction(n)&&(n=n()),null==n&&(n=""),this.push(k(e)+"="+k(n))},d(r,e,n),r.join("&").replace(/%20/g,"+")}}(r),function(t){t.fn.serializeArray=function(){var e,n,r=[],i=function(t){return t.forEach?t.forEach(i):void r.push({name:e,value:t})};return this[0]&&t.each(this[0].elements,function(r,o){n=o.type,e=o.name,e&&"fieldset"!=o.nodeName.toLowerCase()&&!o.disabled&&"submit"!=n&&"reset"!=n&&"button"!=n&&"file"!=n&&("radio"!=n&&"checkbox"!=n||o.checked)&&i(t(o).val())}),r},t.fn.serialize=function(){var t=[];return this.serializeArray().forEach(function(e){t.push(encodeURIComponent(e.name)+"="+encodeURIComponent(e.value))}),t.join("&")},t.fn.submit=function(e){if(0 in arguments)this.bind("submit",e);else if(this.length){var n=t.Event("submit");this.eq(0).trigger(n),n.isDefaultPrevented()||this.get(0).submit()}return this}}(r),function(t){"__proto__"in{}||t.extend(t.zepto,{Z:function(e,n){return e=e||[],t.extend(e,t.fn),e.selector=n||"",e.__Z=!0,e},isZ:function(e){return"array"===t.type(e)&&"__Z"in e}});try{getComputedStyle(void 0)}catch(e){var n=getComputedStyle;window.getComputedStyle=function(t){try{return n(t)}catch(e){return null}}}}(r),n(r)}),require.register("./lib/zepto/touch.js",function(t,e){e.exports=function(t){function e(t,e,n,r){return Math.abs(t-e)>=Math.abs(n-r)?t-e>0?"Left":"Right":n-r>0?"Up":"Down"}function n(){l=null,h.last&&(h.el.trigger("longTap"),h={})}function r(){l&&clearTimeout(l),l=null}function i(){s&&clearTimeout(s),u&&clearTimeout(u),c&&clearTimeout(c),l&&clearTimeout(l),s=u=c=l=null,h={}}function o(t){return("touch"==t.pointerType||t.pointerType==t.MSPOINTER_TYPE_TOUCH)&&t.isPrimary}function a(t,e){return t.type=="pointer"+e||t.type.toLowerCase()=="mspointer"+e}var s,u,c,l,f,h={},p=750;t(document).ready(function(){var d,g,m,v,y=0,x=0;"MSGesture"in window&&(f=new MSGesture,f.target=document.body),t(document).bind("MSGestureEnd",function(t){var e=t.velocityX>1?"Right":t.velocityX<-1?"Left":t.velocityY>1?"Down":t.velocityY<-1?"Up":null;e&&(h.el.trigger("swipe"),h.el.trigger("swipe"+e))}).on("touchstart MSPointerDown pointerdown",function(e){(!(v=a(e,"down"))||o(e))&&(m=v?e:e.touches[0],e.touches&&1===e.touches.length&&h.x2&&(h.x2=void 0,h.y2=void 0),d=Date.now(),g=d-(h.last||d),h.el=t("tagName"in m.target?m.target:m.target.parentNode),s&&clearTimeout(s),h.x1=m.pageX,h.y1=m.pageY,g>0&&250>=g&&(h.isDoubleTap=!0),h.last=d,l=setTimeout(n,p),f&&v&&f.addPointer(e.pointerId))}).on("touchmove MSPointerMove pointermove",function(t){(!(v=a(t,"move"))||o(t))&&(m=v?t:t.touches[0],r(),h.x2=m.pageX,h.y2=m.pageY,y+=Math.abs(h.x1-h.x2),x+=Math.abs(h.y1-h.y2))}).on("touchend MSPointerUp pointerup",function(n){(!(v=a(n,"up"))||o(n))&&(r(),h.x2&&Math.abs(h.x1-h.x2)>30||h.y2&&Math.abs(h.y1-h.y2)>30?c=setTimeout(function(){h.el.trigger("swipe"),h.el.trigger("swipe"+e(h.x1,h.x2,h.y1,h.y2)),h={}},0):"last"in h&&(30>y&&30>x?u=setTimeout(function(){var e=t.Event("tap");e.cancelTouch=i,h.el.trigger(e),h.isDoubleTap?(h.el&&h.el.trigger("doubleTap"),h={}):s=setTimeout(function(){s=null,h.el&&h.el.trigger("singleTap"),h={}},250)},0):h={}),y=x=0)}).on("touchcancel MSPointerCancel pointercancel",i),t(window).on("scroll",i)}),["swipe","swipeLeft","swipeRight","swipeUp","swipeDown","doubleTap","tap","singleTap","longTap"].forEach(function(e){t.fn[e]=function(t){return this.on(e,t)}})}}),require.register("./lib/analytics",function(t,e){function n(t){r.setConfig(t);var e=document.getElementsByTagName("head")[0]||document.documentElement,n=document.createElement("script");n.async="true",n.src="https:"==location.protocol?"https://pingjs.qq.com/tcss.ping.https.js":"http://pingjs.qq.com/tcss.ping.js";var i=!1;n.onload=n.onreadystatechange=function(){if(!(i||this.readyState&&"loaded"!==this.readyState&&"complete"!==this.readyState)){i=!0;try{pgvMain(),r.sendPerformance()}catch(t){console.log(t)}n.onload=n.onreadystatechange=null}},e.insertBefore(n,e.firstChild)}var r=require("./lib/analytics/analyticsCommon.js");n.prototype.sendEvent=function(t,e){r.sendEvent(t,e,r.config.projectName)},e.exports=n}),require.register("./lib/analytics/analyticsCommon.js",function(t,e){function n(t,e,n){var r,i,a,s="//isdspeed.qq.com/cgi-bin/r.cgi",u=["navigationStart","unloadEventStart","unloadEventEnd","redirectStart","redirectEnd","fetchStart","domainLookupStart","domainLookupEnd","connectStart","connectEnd","requestStart","responseStart","responseEnd","domLoading","domInteractive","domContentLoadedEventStart","domContentLoadedEventEnd","domComplete","loadEventStart","loadEventEnd"],c=[];if(o&&(r=o.timing)){r.domContentLoadedEventStart||u.splice(15,2,"domContentLoaded","domContentLoaded"),i=r[u[0]];for(var l=1,f=u.length;f>l;l++)a=r[u[l]],a=a?a-i:0,a>0&&c.push(l+"="+a);var h=s+"?flag1="+t+"&flag2="+e+"&flag3="+n+"&"+c.join("&");return h}}function r(t,e,n){t.addEventListener?t.addEventListener(e,n,!1):t.attachEvent?t.attachEvent("on"+e,n):t["on"+e]=n}function i(){var t=o?o.timing.domComplete:a,e=(new Date).getTime()-t;if(e=Math.ceil(e/1e3),e>0){var n="0-2s";e>2&&5>e?n="2-5s":e>5&&10>e?n="5-10s":e>10&&15>e?n="10-15s":e>15&&30>e?n="15-30s":e>30&&60>e?n="30-60s":e>60&&120>e?n="60-120s":e>120&&300>e?n="120-300s":e>300&&(n=">300s"),s.sendEventOnce(n,e,s.config.projectName+"Leaving")}}var o=window.webkitPerformance?window.webkitPerformance:window.msPerformance;o=o?o:window.performance;var a=(new Date).getTime(),s={config:{},sendPerformance:function(){if("https:"!=location.protocol){var t=new Image,e=n(7824,12,1);e&&(t.src=e)}},setConfig:function(t){this.config=t},sendEvent:function(t,e,n){var r=this;if("function"==typeof pgvSendClick&&n)""!==t&&""!==e&&pgvSendClick({hottag:"WXM."+n+"."+t+"."+e});else var i=setInterval(function(){n=n||r.config.projectName,"function"==typeof pgvSendClick&&n&&(clearInterval(i),""!==t&&""!==e&&pgvSendClick({hottag:"WXM."+n+"."+t+"."+e}))},200)},sendEventOnce:function(t,e,n){n=n||this.config.projectName,"function"==typeof pgvSendClick&&n&&""!==t&&""!==e&&pgvSendClick({hottag:"WXM."+n+"."+t+"."+e})}};r(window,"pagehide",i);var u=function(){WeixinJSBridge.invoke("getNetworkType",{},function(t){var e=t.err_msg.split(":"),n=e&&e.length>1&&e[1];s.sendEvent("networkWxm",n)})};r(document,"WeixinJSBridgeReady",u),function(){var t=location.search.substr(1).match(/(^|&)from=([^&]*)(&|$)/);t&&t[2]&&s.sendEvent("pvWxm",t[2])}(),e.exports=s}),require.register("./lib/loader",function(t,e){function n(t){t=t||{},this.settings=t,null==t.statusInterval&&(t.statusInterval=5e3),null==t.loggingDelay&&(t.loggingDelay=2e4),null==t.noProgressTimeout&&(t.noProgressTimeout=1/0);var e,n=[],i=[],a=Date.now(),s={QUEUED:0,WAITING:1,LOADED:2,ERROR:3,TIMEOUT:4},u=function(){var t=Math.ceil(((new Date).getTime()-e)/1e3);if(t>0){var n="0-2s";t>2&&5>t?n="2-5s":t>5&&10>t?n="5-10s":t>10&&15>t?n="10-15s":t>15&&30>t?n="15-30s":t>30&&60>t?n="30-60s":t>60&&120>t?n="60-120s":t>120&&300>t?n="120-300s":t>300&&(n=">300s"),o.sendEvent(n,t,o.config.projectName+"Loading")}},c=function(t){return null==t?[]:Array.isArray(t)?t:[t]};this.add=function(t){t.tags=new r(t.tags),null==t.priority&&(t.priority=1/0),n.push({resource:t,status:s.QUEUED})},this.addProgressListener=function(t,e){i.push({callback:t,tags:new r(e)})},this.addCompletionListener=function(t,e){i.push({tags:new r(e),callback:function(e){e.completedCount===e.totalCount&&(t(e),u())}})};var l=function(t){t=c(t);var e=function(e){for(var n=e.resource,r=1/0,i=0;io&&(r=o,0===r))&&0!==r;o++);return r};return function(t,n){var r=e(t),i=e(n);return i>r?-1:r>i?1:t.priorityn.priority?1:0}};this.start=function(t){e=Date.now(),console.log(e);var r=l(t);n.sort(r);for(var i=0,o=n.length;o>i;i++){var a=n[i];a.status=s.WAITING,a.resource.start(this)}setTimeout(f,100)};var f=function(){for(var e=!1,r=Date.now()-a,i=r>=t.noProgressTimeout,o=r>=t.loggingDelay,u=0,c=n.length;c>u;u++){var l=n[u];l.status===s.WAITING&&(l.resource.checkStatus&&l.resource.checkStatus(),l.status===s.WAITING&&(i?l.resource.onTimeout():e=!0))}o&&e&&d(),e&&setTimeout(f,t.statusInterval)};this.isBusy=function(){for(var t=0,e=n.length;e>t;t++)if(n[t].status===s.QUEUED||n[t].status===s.WAITING)return!0;return!1};var h=function(t,e){var r,o,u,c,l,f=null;for(r=0,o=n.length;o>r;r++)if(n[r].resource===t){f=n[r];break}if(null!=f&&f.status===s.WAITING)for(f.status=e,a=Date.now(),u=t.tags.length,r=0,o=i.length;o>r;r++)c=i[r],l=0===c.tags.length?!0:t.tags.intersects(c.tags),l&&p(f,c)};this.onLoad=function(t){h(t,s.LOADED)},this.onError=function(t){h(t,s.ERROR)},this.onTimeout=function(t){h(t,s.TIMEOUT)};var p=function(t,e){var r,i,o,a,u=0,c=0;for(r=0,i=n.length;i>r;r++)o=n[r],a=!1,a=0===e.tags.length?!0:o.resource.tags.intersects(e.tags),a&&(c++,(o.status===s.LOADED||o.status===s.ERROR||o.status===s.TIMEOUT)&&u++);e.callback({resource:t.resource,loaded:t.status===s.LOADED,error:t.status===s.ERROR,timeout:t.status===s.TIMEOUT,completedCount:u,totalCount:c})},d=this.log=function(t){if(window.console){var r=Math.round((Date.now()-e)/1e3);window.console.log("PxLoader elapsed: "+r+" sec");for(var i=0,o=n.length;o>i;i++){var a=n[i];if(t||a.status===s.WAITING){var u="PxLoader: #"+i+" "+a.resource.getName();switch(a.status){case s.QUEUED:u+=" (Not Started)";break;case s.WAITING:u+=" (Waiting)";break;case s.LOADED:u+=" (Loaded)";break;case s.ERROR:u+=" (Error)";break;case s.TIMEOUT:u+=" (Timeout)"}a.resource.tags.length>0&&(u+=" Tags: ["+a.resource.tags.all.join(",")+"]"),window.console.log(u)}}}}}function r(t){if(this.all=[],this.first=null,this.length=0,this.lookup={},t){if(Array.isArray(t))this.all=t.slice(0);else if("object"==typeof t)for(var e in t)t.hasOwnProperty(e)&&this.all.push(e);else this.all.push(t);this.length=this.all.length,this.length>0&&(this.first=this.all[0]);for(var n=0;n\n@-webkit-keyframes rotation {\n 10% {\n transform: rotate(90deg);\n -webkit-transform: rotate(90deg)\n }\n 50%, 60% {\n transform: rotate(0deg);\n -webkit-transform: rotate(0deg)\n }\n 90% {\n transform: rotate(90deg);\n -webkit-transform: rotate(90deg)\n }\n 100% {\n transform: rotate(90deg);\n -webkit-transform: rotate(90deg)\n }\n}\n\n@keyframes rotation {\n 10% {\n transform: rotate(90deg);\n -webkit-transform: rotate(90deg)\n }\n 50%, 60% {\n transform: rotate(0deg);\n -webkit-transform: rotate(0deg)\n }\n 90% {\n transform: rotate(90deg);\n -webkit-transform: rotate(90deg)\n }\n 100% {\n transform: rotate(90deg);\n -webkit-transform: rotate(90deg)\n }\n}\n\n#orientLayer {\n display: none;\n}\n\n@media screen and (min-aspect-ratio: 12/7) {\n #orientLayer {\n display: block;\n }\n}\n\n.mod-orient-layer {\n display: none;\n position: fixed;\n height: 100%;\n width: 100%;\n left: 0;\n top: 0;\n right: 0;\n bottom: 0;\n background: #333;\n z-index: 9997\n}\n\n.mod-orient-layer__content {\n position: absolute;\n width: 100%;\n top: 45%;\n margin-top: -75px;\n text-align: center\n}\n\n.mod-orient-layer__icon-orient {\n background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIYAAADaCAMAAABU68ovAAAAXVBMVEUAAAD29vb////x8fH////////x8fH5+fn29vby8vL////5+fn39/f6+vr////x8fH////////+/v7////09PT////x8fH39/f////////////////////x8fH///+WLTLGAAAAHXRSTlMAIpML+gb4ZhHWn1c2gvHBvq1uKJcC6k8b187lQ9yhhboAAAQYSURBVHja7d3blpowFIDhTUIAOchZDkre/zE7ycySrbUUpsRN2/1fzO18KzEqxEVgTiZNfgmmtxRc8iaR8HNe8x4BtjQePKayYCIoyBSgvNNE1AkNSHqZyLqk97EgUCCHBzZ5mkg7ScvIJuIyOyXBRFxgpqWZyGsAZLB1KjsJi8nutHU4JCRbFRH8tmirI9k8Jx2sqNs8K/m0LQkrktO2crgcgXGB4AiTEsB0hJfo9MGgX7CGcYiYwQxmMOOvZwRhBG8tCoMXjBDeXvWCEcHbi14wgCBmMIMZzGAGM5jxETNwzMAxA8cMHDNwzMAxA8cMHDNwzMAxA8cMHDNwzMAxY6E2rUQxnH2tz9cirlJFwFBJedaPnUv0M7++egPDE8iAJcIDmxwH5wwv9vUviw2kLbVO3TJU5uul/EyB0FoLp4x60PdGUd3qPurrWyjGGTc05u+1dcgI7/+tCCPARWGhH7o5Y7RCf+bH9ctXLp6v2BVDxfqz0oPXeSVaNtINo/1SXDv4dck8IIkbhtC2ol+iouEonTBCbYvVMnXOjxww6s/RFrBUpXHh/gw1rHj5d/qhYn9Gpk2FWh6xRBRX5Oj3Znh2Sq49/L6+y8pB26q9GbE2dbA2mVbx6I+7MfBglLCttm73ZQi7AD3iL4HqjFYJHSPRppqaUaJ3ATpGa+ckpGak2hRRMyqjGMkvl+xyFeSMwjAqcsZgGDdyhl0oNTnDN4yenJGZFGxNChP5/Y3efh6SM2rDOJMzboYxkDMqwyjIGcIw6F+io2FU1IxIm1JqRmgXSkvNKNCXeTpGrU0JNSO2c6LIGPgCS8AuDHz9ta0SXWDtxoDRH+MqlbC2Dt2G2JFRadtQZt2qq/orGowdGb2euxYiqWEpVWhTBnszoNAPdStuQwxqf0aocdWKW4Z+DfszIh8pxJqbuCE4YAC+4bm0evtipjpgJHeFnyyt1Ku2xa0bhjxr27p75rECNwyI9ZwvXkHq+7aTaMEV44YYy/spfgjgjNHaWW+GeUhGEX7tLlVinIFDDSgnOwhi1V6bU0b6tVS9eAERe863g4dRrtiHdc6o+nn5vtyVVgR79Cqt4uL6gfHPQyGqtP2vf7HADGbcYwaOGThm4JiBYwaOGThm4JiBYwaOGThm4JiBYwaOGThm4JiBYwaOGThm4JjhtOM+J/AgT008yDMkN/dPP9hzS8zAMQN3OEYeekp5YU7KOKXwVXqiY+QS7smcinGKABWdiBgpPJTSMHJ4KidhhPBUSMLw4CmPhKHgKUXCkHsygum71ftNSgCX6bsl8FQyfbcL5EdYsDk0R3j7aiA5wpt5AjKg/2gLJEBD/0Hf2OOf/vRrj6z/7GtP4B3nMKyjHA12kIPSjnJs3FEO0TvKkYJHOWCR+rjJH0Vn6fI5PjNbAAAAAElFTkSuQmCC");\n display: inline-block;\n width: 67px;\n height: 109px;\n transform: rotate(90deg);\n -webkit-transform: rotate(90deg);\n -webkit-animation: rotation infinite 1.5s ease-in-out;\n animation: rotation infinite 1.5s ease-in-out;\n -webkit-background-size: 67px;\n background-size: 67px\n}\n\n.mod-orient-layer__desc {\n margin-top: 20px;\n font-size: 15px;\n color: #fff\n}\n.qr-box{\n display: none;\n}\n@media only screen\n and (min-width : 1023px){\n html{\n width:414px;\n margin: 0 auto;\n background-color: #333!important;\n position: absolute;\n left: 50%;\n margin-left: -207px;\n max-height: 672px;\n }\n .qr-box{\n position: absolute;\n left: 50%;\n margin-left: -75px;\n border-radius: 4px;\n z-index: 9999;\n background-color: #fff;\n top: 50%;\n margin-top: -100px;\n display: block; \n }\n .qr-box__thumb{\n position: absolute;\n right: 59px;\n width: 25px;\n height: 25px;\n display: block;\n top: 59px;\n z-index: 9999;\n padding: 2px;\n -webkit-background-size: 25px;\n background-size: 25px;\n background-repeat: no-repeat;\n background-position: 2px 2px;\n border: none;\n }\n .qr-box__thumb_default{\n background-color: #fff;\n }\n .qr-box__text{\n width: 100%;\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n padding-bottom: 10px;\n }\n .qr-box__img{\n width: 150px;\n height: 150px;\n border: none;\n border-radius: 10px 10px 0 0 ;\n background-size: 140px;\n -webkit-background-size: 140px;\n background-repeat: no-repeat;\n background-position: 5px;\n }\n .qr-box__img img{\n padding: 5px;\n width: 140px;\n height: 140px;\n }\n .screen__inner{\n -webkit-transform: scale(1.29375)!important;\n transform: scale(1.29375)!important;\n }\n\n .mod-orient-layer__content{\n display: none;\n }\n }\n\n
\n
\n
为了更好的体验,请使用竖屏浏览
\n
\n
\n
\n
\n
\n
\n
微信扫一扫
手机浏览效果更佳
\n
\n'),require.register("./lib/page-slider",function(t,e){function n(t){if($.extend(this,f,t),this.pages.length<=0)throw new Error("target para not pass");this.target=this.pages.eq(0).parent(),this.length=this.pages.length,this.moveTo=n.prototype.moveTo,this.index=0,this.timer=null,("vertical"===this.direction||"v"===this.direction)&&(this.direction="v"),("horizontal"===this.direction||"h"===this.direction)&&(this.direction="h"),this.length<=1||this._init()}var r,i,o,a,s,u,c,l=require("./lib/analytics/analyticsCommon.js"),f={direction:"vertical",currentClass:"current",gestureFollowing:!1,hasDot:!1,rememberLastVisited:!1,preventDefault:!0,animationPlayOnce:!1,dev:!1,onSwipeUp:function(){},onSwipeDown:function(){},onSwipeLeft:function(){},onSwipeRight:function(){},oninit:function(){},onbeforechange:function(){},onchange:function(){}},h=document.documentElement.clientWidth,p=document.documentElement.clientHeight;n.prototype={_init:function(){var t=this;this.target.css("-webkit-transition","-webkit-transform 0.5s ease"),this._reset(),this.pages.each(function(){var t=$(this),e=t.wrapInner('
').find(".PageSlider__wraper"),n=e.height();n>p&&(t.data("height",n),t.css("overflow","auto")),e.children().unwrap()}),"h"===this.direction&&this.pages.css("float","left"),this.hasDot&&this._createDot(),t._bindAnimation(),this.target.on("touchstart",function(e){t._startHandle(e)}),this.target.on("touchmove",function(e){t._moveHandle(e)}),this.target.on("touchend",function(e){t._endHandle(e)}),$(window).on("resize",function(){t._reset(),t.moveTo(t.index,!0)}),this.rememberLastVisited&&(this.lastVisitedIndex=this._getLastVisited()),this.target.css("-webkit-transform","translate(0, 0)"),this.pages.eq(0).addClass(this.currentClass),this.oninit.call(this),this._dev()},_startHandle:function(t){var e=t.touches[0];if("running"===a)return void t.preventDefault();if(s="v"===this.direction?e.clientY:e.clientX,r=this.pages.eq(this.index),i=r.data("lock-next"),o=r.data("lock-prev"),r[0].pageScrollHeight=r.data("height"),r[0].pageScrollHeight&&(this.preventDefault=!1,c=p+r.scrollTop()),this.gestureFollowing){var n=this.target.css("-webkit-transform").match(/translate\((-?\d+)px,\s+(-?\d+)px.*\)/);u=parseFloat("v"===this.direction?n[2]:n[1])}},_moveHandle:function(t){var e,n,l=t.changedTouches[0];return"running"===a?void t.preventDefault():(n="v"===this.direction?l.clientY:l.clientX,e=n-s,r[0].pageScrollHeight&&(e>0&&c===p&&t.preventDefault(),0>e&&c===r[0].pageScrollHeight&&t.preventDefault()),this.gestureFollowing?this.index<=0&&n>s||this.index>=this.length-1&&s>n?void t.preventDefault():e>0&&o||0>e&&i?void t.preventDefault():(e=u+e+"px",this._removeTransition(),"v"===this.direction?this.target.css("-webkit-transform","translate(0, "+e+")"):this.target.css("-webkit-transform","translate("+e+", 0)"),void this._preventDefault(t)):void this._preventDefault(t))},_endHandle:function(t){var e,n,u=t.changedTouches[0];if("running"===a)return void t.preventDefault();if(n="v"===this.direction?u.clientY:u.clientX,e=n-s,this._setTransition(),e>0&&("v"===this.direction?this.onSwipeDown.call(this):this.onSwipeRight.call(this),!o)){if(r[0].pageScrollHeight&&c>p)return;e>20?this.prev():this.moveTo(this.index)}if(0>e&&("v"===this.direction?this.onSwipeUp.call(this):this.onSwipeLeft.call(this),!i)){if(r[0].pageScrollHeight&&ce?this.next():this.moveTo(this.index)}},moveTo:function(t,e){var n,i=this;a="running",e=e||!1;var o,s;return Math.abs(t-this.index)>1?o="pageSliderMoveWxm":t-this.index>0?o="pageSliderDownWxm":t-this.index<0?o="pageSliderUpWxm":t-this.index==0&&(o="pageResizeWxm"),s=t>=this.length?"bottom":0>t?"top":this.index+"to"+t,l.sendEvent(o,s),t>=this.length||0>t?void(a="end"):(e&&this._removeTransition(),this.onbeforechange.call(this),"v"===this.direction&&(n=-t*p+"px",this.target.css("-webkit-transform","translate(0, "+n+")")),"h"===this.direction&&(n=-t*h+"px",this.target.css("-webkit-transform","translate("+n+", 0)")),clearTimeout(this.timer),void(this.timer=setTimeout(function(){i._currentClass(t),i.prevIndex=i.index,i.index=t,i.onchange.call(i),e&&i._setTransition(),r&&r[0].pageScrollHeight&&(i.preventDefault=!0,r.scrollTop(0)),i.rememberLastVisited&&i._saveLastVisited(),a="end",clearTimeout(this.timer)},500)))},prev:function(){this.moveTo(this.index-1)},next:function(){this.moveTo(this.index+1)},_setTransition:function(){this.target.css("-webkit-transition","-webkit-transform 0.5s ease")},_removeTransition:function(){this.target.css("-webkit-transition","none")},_currentClass:function(t){var e=this.currentClass;this.pages.eq(t).addClass(e),t===this.index||this.animationPlayOnce||this.pages.eq(this.index).removeClass(e)},_reset:function(){var t=this.direction;h=document.documentElement.clientWidth,p=document.documentElement.clientHeight,this.pages.each(function(){var t=$(this);t.width(h+"px"),t.height(p+"px")}),"v"===t&&(this.target.width(h+"px"),this.target.height(p*this.length+"px")),"h"===t&&(this.target.width(h*this.length+"px"),this.target.height(p+"px"))},_createDot:function(){for(var t="",e=0;e"+(e+1)+"";$(t).appendTo(this.target).wrapAll('
    '); },_saveLastVisited:function(){var t=window.localStorage;t&&t.setItem("pageSliderIndex",this.index)},_getLastVisited:function(){var t=window.localStorage;return t?(this.cacheIndex=t.getItem("pageSliderIndex"),parseInt(this.cacheIndex)):void 0},_bindAnimation:function(){var t=this,e="' ; var body = (document.getElementsByTagName('body'))[0]; var div = document.createElement("div"); div.className = 'full_window'; div.style.display = 'none'; div.innerHTML = html; // body.appendChild(div); var close = document.getElementById("aclose"); // close.addEventListener("click",function(){ // div.style.display = 'none'; // setTimeout(function () { // $(".zdtc_box").show(600); // },15000); // }); }); //мȫ //мͨʼ h=[ '' ].join('\r\n'); document.write(h); window.addEventListener("load",function(){ var zjtc_div = document.createElement("div"); var html = "
    "+ " "+ ' '+ " "+ "

    2

    "+ "
    "; zjtc_div.innerHTML = html; zjtc_div.style.display = "none"; zjtc_div.className = "zdtc_box"; var body = (document.getElementsByTagName('body'))[0]; body.appendChild(zjtc_div); // var filter=["/yuyue","/costtest","/gyhd","/zt_zxwd","/zt_wxwd"]; var filter=["/yuyue","/costtest","/gyhd"]; for(var i in filter){ if(location.href.indexOf(filter[i])>=0 ){ return; } } window.setTimeout(checkswt,8000); }); setTimeout(flash,1000); function flash(){ $(".swt_falsh_b").css('display','block'); setTimeout(flash_close,1000); } function flash_close(){ $(".swt_falsh_b").css('display','none'); setTimeout(flash,1000); } function swt_close(){ $(".zdtc_box").hide(600); setTimeout(function () { //$('.full_window').show(); },15000); setTimeout(checkswt,8000); // 0409 } function checkswt() { $(".zdtc_box").show(600); } //мͨ //΢ŵʼ (function(){ var sHTML = [ '', '', ''].join('\r\n'); var o = document.createElement('div'); o.innerHTML = sHTML; while(o.firstElementChild){ document.body.appendChild(o.firstElementChild); }; T={hasClass:function(d,a){var c=d.className.split(/\s+/);for(var b=0;b=0){ return; } me.showTip(); var weixinMp3Id = document.getElementById("weixinMp3"); weixinMp3Id.play(); },1000); }, showTip : function(){ var me = this; toptip.style.display="block"; T.addClass(me.item,"showTip"); T.removeClass(me.item,"hideTip"); clearTimeout(me.hideTimer); me.showTimer = setTimeout(function(){ me.hideTip(); },me.showTime); }, hideTip : function(){ var me = this; toptip.style.display="none"; T.removeClass(me.item,"showTip"); T.addClass(me.item,"hideTip"); me.item.style.visibility = me.itemInner.style.visibility = "hidden"; if(me.loop){ clearTimeout(me.showTimer); me.preTimer = setTimeout(function(){ me.item.style.visibility = me.itemInner.style.visibility = "visible"; var weixinMp3Id = document.getElementById("weixinMp3"); weixinMp3Id.play(); },me.hideTime-100); me.hideTimer = setTimeout(function(){ me.showTip(); },me.hideTime); } }, }; var toptip = document.getElementById("toptips"); setTimeout(function(){ new Toptips({ item : toptip, loop : true }); },8000); return false; delete o; })(); //΢ŵ //ײʼ /*2019-5-10 if(!showBotgc) { var floatBottomDiv = [ '', '
    ', '
    ' , '' , '1
    ҽ
    ' , '
    ' , '
    ' , '
    ' , '
    ' , '

    ãҽʲô԰ﵽظ

    ' , '

    IJ飬һרҵĽظ

    ' , '

    Ƿθʣֱѯظ

    ' , '

    Ƿθʣֱѯظ

    ' , '
    ' , '
    ' , '
    ' ]; var floatBottomDivInsert = document.createElement('div'); floatBottomDivInsert.innerHTML = floatBottomDiv.join(''); document.body.appendChild(floatBottomDivInsert); var liCount = 4; var showLi = Math.round(Math.random() * 3); var showStatusBttc = true; var bottomTanChuang = document.getElementById("bottomTanChuang"); var bttcRight = document.getElementById("bttc_right"); var bttcLeft = document.getElementById("bttc_left"); var leftText = document.getElementsByClassName("leftText")[0]; var leftPic = document.getElementsByClassName("leftPic")[0]; var bttcClose = document.getElementById("bttcclose"); var bttcContent = document.getElementsByClassName("bttccontent")[0]; var bttcContText = document.getElementsByClassName("bttcContText")[0]; var showBottomTanChuang = function () { bottomTanChuang.style.width = "95%"; bttcLeft.style.backgroundSize = '100%'; bttcRight.style.width = "90%"; bttcClose.style.left = "95%"; bttcClose.style.width = "25px"; leftText.style.opacity = "0"; bttcContent.style.display = "block"; leftText.style.marginLeft = "60px"; leftPic.style.marginLeft = "0px"; leftPic.style.opacity = "1"; showStatusBttc = true; showLiFunction(showLi); setTimeout(hideBottomTanChuang, 15 * 1000); } function showLiFunction(num) { var bttcLi = document.getElementsByClassName('bttcContText'); for (var i = 0; i < liCount; i++) { bttcLi[i].style.display = "none"; } bttcLi[num].style.display = "block"; } var hideBottomTanChuang = function () { bottomTanChuang.style.width = "60px"; bttcRight.style.width = "0px"; bttcClose.style.left = "0"; leftText.style.marginLeft = "0px"; bttcClose.style.width = "0"; leftText.style.opacity = "1"; leftPic.style.opacity = "0"; leftPic.style.marginLeft = "-60px"; bttcContent.style.display = "none"; bttcContText.style.display = "none"; showStatusBttc = false; setTimeout("showBottomTanChuang()", 15 * 1000); if (showLi == 3) { showLi = 0; } else showLi = ++showLi; } setTimeout("showBottomTanChuang()", 1 * 1000); var bttcChange = function () { if (showStatusBttc) { hideBottomTanChuang() } else { showBottomTanChuang() } } } //ײ //ײسʼ if(showBotgc){ var floatBottomDiv = [ '', '
    ', '
    ' , '' , '1
    ҽ
    ' , '
    ' , '
    ' , '
    ' , '
    ' , '

    ãҽʲô԰ﵽظ

    ' , '

    IJ飬һרҵĽظ

    ' , '

    ãҽʲô԰ﵽظ

    ' , '

    IJ飬һרҵĽظ

    ' , '
    ' , '
    ' , '
    ' ]; var floatBottomDivInsert = document.createElement('div'); floatBottomDivInsert.innerHTML = floatBottomDiv.join(''); document.body.appendChild(floatBottomDivInsert); var liCount = 4; var showLi = Math.round(Math.random() * 3); var showStatusBttc = true; var bottomTanChuang = document.getElementById("bottomTanChuang"); var bttcRight = document.getElementById("bttc_right"); var bttcLeft = document.getElementById("bttc_left"); var leftText = document.getElementsByClassName("leftText")[0]; var leftPic = document.getElementsByClassName("leftPic")[0]; var bttcClose = document.getElementById("bttcclose"); var bttcContent = document.getElementsByClassName("bttccontent")[0]; var bttcContText = document.getElementsByClassName("bttcContText")[0]; var showBottomTanChuang = function () { bottomTanChuang.style.width = "95%"; bttcLeft.style.backgroundSize = '100%'; bttcRight.style.width = "90%"; bttcClose.style.left = "95%"; bttcClose.style.width = "25px"; leftText.style.opacity = "0"; bttcContent.style.display = "block"; leftText.style.marginLeft = "60px"; leftPic.style.marginLeft = "0px"; leftPic.style.opacity = "1"; showStatusBttc = true; showLiFunction(showLi); setTimeout(hideBottomTanChuang,15 * 1000); } function showLiFunction(num) { var bttcLi = document.getElementsByClassName('bttcContText'); for (var i = 0; i < liCount; i++) { bttcLi[i].style.display = "none"; } bttcLi[num].style.display = "block"; } var hideBottomTanChuang = function () { bottomTanChuang.style.width = "60px"; bttcRight.style.width = "0px"; bttcClose.style.left = "0"; leftText.style.marginLeft = "0px"; bttcClose.style.width = "0"; leftText.style.opacity = "1"; leftPic.style.opacity = "0"; leftPic.style.marginLeft = "-60px"; bttcContent.style.display = "none"; bttcContText.style.display = "none"; showStatusBttc = false; setTimeout("showBottomTanChuang()",15 * 1000); if (showLi == 3) { showLi = 0; } else showLi = ++showLi; } setTimeout("showBottomTanChuang()", 1* 1000); var bttcChange = function () { if (showStatusBttc) { hideBottomTanChuang() } else { showBottomTanChuang() } } } */ //ײس //֤ʼ function check() { var fm = document.reg; if (fm.uname.value == '' || fm.uname.value.length < 2 || fm.uname.value.length > 13 || fm.uname.value == 'ʵ') { alert('Ϸij'); fm.uname.focus(); return false; } if (!isChinese(fm.uname.value)) { alert("!"); fm.uname.focus(); return false; } if (fm.zhentime.value == '' || fm.zhentime.value == '磺315') { alert('ڲΪ'); fm.zhentime.focus(); return false; } if (fm.tel.value == '' || fm.tel.value == '磺13865485471') { alert('绰Ϊ'); fm.tel.focus(); return false; } if (isNaN(fm.tel.value) || fm.tel.value <= 10000000000 || fm.tel.value >= 99999999999) { alert("ȷֻ!"); fm.tel.focus(); return false; } if (fm.remark.value == '' || fm.remark.value == '磺θᣬѾ1¶ˡ') { alert('Ϊ'); fm.remark.focus(); return false; } function isChinese(s) { var patrn = /^\s*[\u4e00-\u9fa5]{1,15}\s*$/; if(!patrn.exec(s)) { return false; } return true; } return true; } //֤ /* function changeAuthCode() { var num = new Date().getTime(); var rand = Math.round(Math.random() * 10000); num = num + rand; $('#ver_code').css('visibility', 'visible'); if ($("#vdimgck")[0]) { $("#vdimgck")[0].src = "/include/vdimgck.php?tag=" + num; } return false; } $(function() { document.getElementById("gridRadios1").value = getDay(0); }); function getDay(day) { var today = new Date(); var targetday_milliseconds = today.getTime() + 1000 * 60 * 60 * 24 * day; today.setTime(targetday_milliseconds); //ע⣬ǹؼ var tYear = today.getFullYear(); var tMonth = today.getMonth(); var tDate = today.getDate(); tMonth = doHandleMonth(tMonth + 1); tDate = doHandleMonth(tDate); return tYear + "-" + tMonth + "-" + tDate; } function doHandleMonth(month) { var m = month; if (month.toString().length == 1) { m = "0" + month; } return m; } function res(cs) { if (cs == 1) { document.getElementById("gridRadios1").value = getDay(0); } if (cs == 2) { document.getElementById("gridRadios2").value = getDay(1); } if (cs == 3) { document.getElementById("gridRadios3").value = getDay(2); } if (cs == 4) { document.getElementById("gridRadios4").value = "һ"; } if (cs == 5) { document.getElementById("gridRadios5").value = "һԺ"; } }*/ //֤ //жϲֿʼ !function(){ //var a=document.getElementsByClassName("bz_img")[0]; if($('img').hasClass("bz_img") ){ var bz_src=""; bz_src +="/css_js_img/bz/"; bz_src +=$('.bz_id').text(); bz_src +=".jpg"; $(".bz_img").attr('src',bz_src); } }(); function bz_img_error(){ $(".article_lead").css('display','none'); } //жϲֽ document.write('');