!function(){var _p={r:function(t){if(_p[t].inited)return _p[t].value;if("function"!=typeof _p[t].value)return _p[t].inited=!0,_p[t].value;var e={exports:{}},n=_p[t].value(null,e.exports,e);if(_p[t].inited=!0,void 0!==(_p[t].value=n))return n;for(var r in e.exports)if(e.exports.hasOwnProperty(r))return _p[t].inited=!0,_p[t].value=e.exports,e.exports}};_p[0]={value:function(t){function a(t){var e=parseFloat(t,10);return/ms/.test(t)?e:/s/.test(t)?1e3*e:/min/.test(t)?60*e*1e3:e}var s=_p.r(8),o=_p.r(1),u=_p.r(11).createClass("Animator",{constructor:function(t,e,n){if(1==arguments.length){var r=t;this.beginValue=r.beginValue,this.finishValue=r.finishValue,this.setter=r.setter}else this.beginValue=t,this.finishValue=e,this.setter=n},start:function(t,e,n,r,i){2===arguments.length&&"object"==typeof e&&(n=e.easing,r=e.delay,i=e.callback,e=e.duration),4===arguments.length&&"function"==typeof r&&(i=r,r=0);var s=this.create(t,e,n,i);return 0<(r=a(r))?setTimeout(function(){s.play()},r):s.play(),s},create:function(t,e,n,r){var i;return e=e&&a(e)||u.DEFAULT_DURATION,"string"==typeof(n=n||u.DEFAULT_EASING)&&(n=o[n]),i=new s(this,t,e,n),"function"==typeof r&&i.on("finish",r),i},reverse:function(){return new u(this.finishValue,this.beginValue,this.setter)}});u.DEFAULT_DURATION=300,u.DEFAULT_EASING="linear";var e=_p.r(60);return _p.r(11).extendClass(e,{animate:function(t,e,n,r,i){var s=this._KityAnimateQueue=this._KityAnimateQueue||[],a=t.create(this,e,n,i);return a.on("finish",function(){s.shift(),s.length&&setTimeout(s[0].t.play.bind(s[0].t),s[0].d)}),s.push({t:a,d:r}),1==s.length&&setTimeout(a.play.bind(a),r),this},timeline:function(){return this._KityAnimateQueue[0].t},stop:function(){var t=this._KityAnimateQueue;if(t)for(;t.length;)t.shift().t.stop();return this}}),u}},_p[1]={value:function(t,e,n){var i={linear:function(t,e,n,r){return n*(t/r)+e},swing:function(t,e,n,r){return i.easeOutQuad(t,e,n,r)},ease:function(t,e,n,r){return i.easeInOutCubic(t,e,n,r)},easeInQuad:function(t,e,n,r){return n*(t/=r)*t+e},easeOutQuad:function(t,e,n,r){return-n*(t/=r)*(t-2)+e},easeInOutQuad:function(t,e,n,r){return(t/=r/2)<1?n/2*t*t+e:-n/2*(--t*(t-2)-1)+e},easeInCubic:function(t,e,n,r){return n*(t/=r)*t*t+e},easeOutCubic:function(t,e,n,r){return n*((t=t/r-1)*t*t+1)+e},easeInOutCubic:function(t,e,n,r){return(t/=r/2)<1?n/2*t*t*t+e:n/2*((t-=2)*t*t+2)+e},easeInQuart:function(t,e,n,r){return n*(t/=r)*t*t*t+e},easeOutQuart:function(t,e,n,r){return-n*((t=t/r-1)*t*t*t-1)+e},easeInOutQuart:function(t,e,n,r){return(t/=r/2)<1?n/2*t*t*t*t+e:-n/2*((t-=2)*t*t*t-2)+e},easeInQuint:function(t,e,n,r){return n*(t/=r)*t*t*t*t+e},easeOutQuint:function(t,e,n,r){return n*((t=t/r-1)*t*t*t*t+1)+e},easeInOutQuint:function(t,e,n,r){return(t/=r/2)<1?n/2*t*t*t*t*t+e:n/2*((t-=2)*t*t*t*t+2)+e},easeInSine:function(t,e,n,r){return-n*Math.cos(t/r*(Math.PI/2))+n+e},easeOutSine:function(t,e,n,r){return n*Math.sin(t/r*(Math.PI/2))+e},easeInOutSine:function(t,e,n,r){return-n/2*(Math.cos(Math.PI*t/r)-1)+e},easeInExpo:function(t,e,n,r){return 0===t?e:n*Math.pow(2,10*(t/r-1))+e},easeOutExpo:function(t,e,n,r){return t==r?e+n:n*(1-Math.pow(2,-10*t/r))+e},easeInOutExpo:function(t,e,n,r){return 0===t?e:t==r?e+n:(t/=r/2)<1?n/2*Math.pow(2,10*(t-1))+e:n/2*(2-Math.pow(2,-10*--t))+e},easeInCirc:function(t,e,n,r){return-n*(Math.sqrt(1-(t/=r)*t)-1)+e},easeOutCirc:function(t,e,n,r){return n*Math.sqrt(1-(t=t/r-1)*t)+e},easeInOutCirc:function(t,e,n,r){return(t/=r/2)<1?-n/2*(Math.sqrt(1-t*t)-1)+e:n/2*(Math.sqrt(1-(t-=2)*t)+1)+e},easeInElastic:function(t,e,n,r){var i=1.70158,s=0,a=n;return 0===t?e:1==(t/=r)?e+n:(s=s||.3*r,i=a=this.duration&&this.timeUp(),t.next())},getPlayTime:function(){return this.rollbacking?this.duration-this.time:this.time},getTimeProportion:function(){return this.getPlayTime()/this.duration},getValueProportion:function(){return this.easing(this.getPlayTime(),0,1,this.duration)},getValue:function(){var t,e,n,r=this.beginValue,i=this.finishValue,s=this.getValueProportion();return t=r,e=i,n=s,a.paralle(t,e,function(t,e){return t+(e-t)*n})},setValue:function(t){this.lastValue=this.currentValue,this.currentValue=t,this.setter.call(this.target,this.target,t,this)},getDelta:function(){return this.lastValue=void 0===this.lastValue?this.beginValue:this.lastValue,t=this.lastValue,e=this.currentValue,a.paralle(t,e,function(t,e){return e-t});var t,e},play:function(){var t=this.status;switch(this.status="playing",t){case"ready":a.isFunction(this.beginValue)&&(this.beginValue=this.beginValue.call(this.target,this.target)),a.isFunction(this.finishValue)&&(this.finishValue=this.finishValue.call(this.target,this.target)),this.time=0,this.setValue(this.beginValue),this.frame=n.requestFrame(this.nextFrame.bind(this));break;case"finished":case"stoped":this.time=0,this.frame=n.requestFrame(this.nextFrame.bind(this));break;case"paused":this.frame.next()}return this.fire("play",new r(this,"play",{lastStatus:t})),this},pause:function(){return this.status="paused",this.fire("pause",new r(this,"pause")),n.releaseFrame(this.frame),this},stop:function(){return this.status="stoped",this.setValue(this.finishValue),this.rollbacking=!1,this.fire("stop",new r(this,"stop")),n.releaseFrame(this.frame),this},timeUp:function(){this.repeatOption?(this.time=0,this.rollback?this.rollbacking?(this.decreaseRepeat(),this.rollbacking=!1):(this.rollbacking=!0,this.fire("rollback",new r(this,"rollback"))):this.decreaseRepeat(),this.repeatOption?this.fire("repeat",new r(this,"repeat")):this.finish()):this.finish()},finish:function(){this.setValue(this.finishValue),this.status="finished",this.fire("finish",new r(this,"finish")),n.releaseFrame(this.frame)},decreaseRepeat:function(){!0!==this.repeatOption&&this.repeatOption--},repeat:function(t,e){return this.repeatOption=t,this.rollback=e,this}});return i.requestFrame=n.requestFrame,i.releaseFrame=n.releaseFrame,i}},_p[9]={value:function(t){var e=_p.r(0),a=_p.r(11).createClass("TranslateAnimator",{base:e,constructor:function(t,e){this.callBase({x:0,y:0},{x:t,y:e},function(t,e,n){var r=n.getDelta();t.translate(r.x,r.y)})}}),n=_p.r(60);return _p.r(11).extendClass(n,{fxTranslate:function(t,e,n,r,i,s){return this.animate(new a(t,e),n,r,i,s)}}),a}},_p[10]={value:function(){return function(){var t,e,n=navigator.userAgent.toLowerCase(),r=window.opera;(t={platform:{win32:"Win",macintel:"Mac"}[navigator.platform.toLowerCase()]||"Lux",lb:!!~(e=n).indexOf("lbbrowser")&&(~e.indexOf("msie")?"ie":"chrome"),sg:/se[\s\S]+metasr/.test(n),bd:!!~n.indexOf("bidubrowser"),edge:!!~n.indexOf("edge"),chrome:!1,opera:!!r&&r.version,webkit:-1=t.b?r.h=60*(t.g-t.b)/(e-n):r.h=60*(t.g-t.b)/(e-n)+360:e===t.g?r.h=60*(t.b-t.r)/(e-n)+120:e===t.b&&(r.h=60*(t.r-t.g)/(e-n)+240),r.l=(e+n)/2,0===r.l||e===n?r.s=0:0K&&(A=x,C=o,P=u,x=b+K*(a&&b=h[i]&&(s.push([e].concat(r.splice(0,h[i]))),h[i]););}),s.isUniform=!0,s.toString=v.pathToString,s}),v.pathToAbsolute=i(function(t){var e,n,r,i,s,a,o,u,h=t.isUniform?t:v.parsePathString(v.pathToString(t)),c=[],l=0,f=0,p=0,d=0,g=0;for("M"==h[0][0]&&(p=l=+h[0][1],d=f=+h[0][2],g++,c[0]=["M",l,f]),r=g,a=h.length;r