-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (53 loc) · 573 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<html xmlns="http://www.w3.org/1999/xhtml">
<meta charset="UTF-8">
<head>
<style>
body{
background-color:#ffffff;
margin: 0px;
height: 100%;
overflow: hidden;
}
#lottie{
background-color:#ffffff;
width:100%;
height:100%;
display:block;
overflow: hidden;
transform: translate3d(0,0,0);
text-align: center;
opacity: 1;
}
</style>
</head>
<body>
<!-- build:scripto --><script>(typeof navigator !== "undefined") && (function(root, factory) {
if (typeof define === "function" && define.amd) {
define(function() {
return factory(root);
});
} else if (typeof module === "object" && module.exports) {
module.exports = factory(root);
} else {
root.lottie = factory(root);
root.bodymovin = root.lottie;
}
}((window || {}), function(window) {
"use strict";var svgNS="http://www.w3.org/2000/svg",locationHref="",initialDefaultFrame=-999999,_useWebWorker=!1,subframeEnabled=!0,idPrefix="",expressionsPlugin,isSafari=/^((?!chrome|android).)*safari/i.test(navigator.userAgent),cachedColors={},bmRnd,bmPow=Math.pow,bmSqrt=Math.sqrt,bmFloor=Math.floor,bmMax=Math.max,bmMin=Math.min,BMMath={};function ProjectInterface(){return{}}!function(){var t,e=["abs","acos","acosh","asin","asinh","atan","atanh","atan2","ceil","cbrt","expm1","clz32","cos","cosh","exp","floor","fround","hypot","imul","log","log1p","log2","log10","max","min","pow","random","round","sign","sin","sinh","sqrt","tan","tanh","trunc","E","LN10","LN2","LOG10E","LOG2E","PI","SQRT1_2","SQRT2"],r=e.length;for(t=0;t<r;t+=1)BMMath[e[t]]=Math[e[t]]}(),BMMath.random=Math.random,BMMath.abs=function(t){if("object"===typeof t&&t.length){var e,r=createSizedArray(t.length),i=t.length;for(e=0;e<i;e+=1)r[e]=Math.abs(t[e]);return r}return Math.abs(t)};var defaultCurveSegments=150,degToRads=Math.PI/180,roundCorner=.5519;function roundValues(t){bmRnd=t?Math.round:function(t){return t}}function styleDiv(t){t.style.position="absolute",t.style.top=0,t.style.left=0,t.style.display="block",t.style.transformOrigin="0 0",t.style.webkitTransformOrigin="0 0",t.style.backfaceVisibility="visible",t.style.webkitBackfaceVisibility="visible",t.style.transformStyle="preserve-3d",t.style.webkitTransformStyle="preserve-3d",t.style.mozTransformStyle="preserve-3d"}function BMEnterFrameEvent(t,e,r,i){this.type=t,this.currentTime=e,this.totalTime=r,this.direction=i<0?-1:1}function BMCompleteEvent(t,e){this.type=t,this.direction=e<0?-1:1}function BMCompleteLoopEvent(t,e,r,i){this.type=t,this.currentLoop=r,this.totalLoops=e,this.direction=i<0?-1:1}function BMSegmentStartEvent(t,e,r){this.type=t,this.firstFrame=e,this.totalFrames=r}function BMDestroyEvent(t,e){this.type=t,this.target=e}function BMRenderFrameErrorEvent(t,e){this.type="renderFrameError",this.nativeError=t,this.currentTime=e}function BMConfigErrorEvent(t){this.type="configError",this.nativeError=t}function BMAnimationConfigErrorEvent(t,e){this.type=t,this.nativeError=e}roundValues(!1);var createElementID=(F=0,function(){return idPrefix+"__lottie_element_"+(F+=1)}),F;function HSVtoRGB(t,e,r){var i,s,a,n,o,h,l,p;switch(h=r*(1-e),l=r*(1-(o=6*t-(n=Math.floor(6*t)))*e),p=r*(1-(1-o)*e),n%6){case 0:i=r,s=p,a=h;break;case 1:i=l,s=r,a=h;break;case 2:i=h,s=r,a=p;break;case 3:i=h,s=l,a=r;break;case 4:i=p,s=h,a=r;break;case 5:i=r,s=h,a=l}return[i,s,a]}function RGBtoHSV(t,e,r){var i,s=Math.max(t,e,r),a=Math.min(t,e,r),n=s-a,o=0===s?0:n/s,h=s/255;switch(s){case a:i=0;break;case t:i=e-r+n*(e<r?6:0),i/=6*n;break;case e:i=r-t+2*n,i/=6*n;break;case r:i=t-e+4*n,i/=6*n}return[i,o,h]}function addSaturationToRGB(t,e){var r=RGBtoHSV(255*t[0],255*t[1],255*t[2]);return r[1]+=e,1<r[1]?r[1]=1:r[1]<=0&&(r[1]=0),HSVtoRGB(r[0],r[1],r[2])}function addBrightnessToRGB(t,e){var r=RGBtoHSV(255*t[0],255*t[1],255*t[2]);return r[2]+=e,1<r[2]?r[2]=1:r[2]<0&&(r[2]=0),HSVtoRGB(r[0],r[1],r[2])}function addHueToRGB(t,e){var r=RGBtoHSV(255*t[0],255*t[1],255*t[2]);return r[0]+=e/360,1<r[0]?r[0]-=1:r[0]<0&&(r[0]+=1),HSVtoRGB(r[0],r[1],r[2])}var rgbToHex=function(){var t,e,i=[];for(t=0;t<256;t+=1)e=t.toString(16),i[t]=1===e.length?"0"+e:e;return function(t,e,r){return t<0&&(t=0),e<0&&(e=0),r<0&&(r=0),"#"+i[t]+i[e]+i[r]}}();function BaseEvent(){}BaseEvent.prototype={triggerEvent:function(t,e){if(this._cbs[t])for(var r=this._cbs[t],i=0;i<r.length;i+=1)r[i](e)},addEventListener:function(t,e){return this._cbs[t]||(this._cbs[t]=[]),this._cbs[t].push(e),function(){this.removeEventListener(t,e)}.bind(this)},removeEventListener:function(t,e){if(e){if(this._cbs[t]){for(var r=0,i=this._cbs[t].length;r<i;)this._cbs[t][r]===e&&(this._cbs[t].splice(r,1),r-=1,i-=1),r+=1;this._cbs[t].length||(this._cbs[t]=null)}}else this._cbs[t]=null}};var createTypedArray=function(){function r(t,e){var r,i=0,s=[];switch(t){case"int16":case"uint8c":r=1;break;default:r=1.1}for(i=0;i<e;i+=1)s.push(r);return s}return"function"==typeof Uint8ClampedArray&&"function"==typeof Float32Array?function(t,e){return"float32"===t?new Float32Array(e):"int16"===t?new Int16Array(e):"uint8c"===t?new Uint8ClampedArray(e):r(t,e)}:r}();function createSizedArray(t){return Array.apply(null,{length:t})}function createNS(t){return document.createElementNS(svgNS,t)}function createTag(t){return document.createElement(t)}function DynamicPropertyContainer(){}DynamicPropertyContainer.prototype={addDynamicProperty:function(t){-1===this.dynamicProperties.indexOf(t)&&(this.dynamicProperties.push(t),this.container.addDynamicProperty(this),this._isAnimated=!0)},iterateDynamicProperties:function(){var t;this._mdf=!1;var e=this.dynamicProperties.length;for(t=0;t<e;t+=1)this.dynamicProperties[t].getValue(),this.dynamicProperties[t]._mdf&&(this._mdf=!0)},initDynamicPropertyContainer:function(t){this.container=t,this.dynamicProperties=[],this._mdf=!1,this._isAnimated=!1}};var getBlendMode=(Oa={0:"source-over",1:"multiply",2:"screen",3:"overlay",4:"darken",5:"lighten",6:"color-dodge",7:"color-burn",8:"hard-light",9:"soft-light",10:"difference",11:"exclusion",12:"hue",13:"saturation",14:"color",15:"luminosity"},function(t){return Oa[t]||""}),Oa,lineCapEnum={1:"butt",2:"round",3:"square"},lineJoinEnum={1:"miter",2:"round",3:"bevel"},Matrix=function(){var s=Math.cos,a=Math.sin,n=Math.tan,i=Math.round;function t(){return this.props[0]=1,this.props[1]=0,this.props[2]=0,this.props[3]=0,this.props[4]=0,this.props[5]=1,this.props[6]=0,this.props[7]=0,this.props[8]=0,this.props[9]=0,this.props[10]=1,this.props[11]=0,this.props[12]=0,this.props[13]=0,this.props[14]=0,this.props[15]=1,this}function e(t){if(0===t)return this;var e=s(t),r=a(t);return this._t(e,-r,0,0,r,e,0,0,0,0,1,0,0,0,0,1)}function r(t){if(0===t)return this;var e=s(t),r=a(t);return this._t(1,0,0,0,0,e,-r,0,0,r,e,0,0,0,0,1)}function o(t){if(0===t)return this;var e=s(t),r=a(t);return this._t(e,0,r,0,0,1,0,0,-r,0,e,0,0,0,0,1)}function h(t){if(0===t)return this;var e=s(t),r=a(t);return this._t(e,-r,0,0,r,e,0,0,0,0,1,0,0,0,0,1)}function l(t,e){return this._t(1,e,t,1,0,0)}function p(t,e){return this.shear(n(t),n(e))}function m(t,e){var r=s(e),i=a(e);return this._t(r,i,0,0,-i,r,0,0,0,0,1,0,0,0,0,1)._t(1,0,0,0,n(t),1,0,0,0,0,1,0,0,0,0,1)._t(r,-i,0,0,i,r,0,0,0,0,1,0,0,0,0,1)}function f(t,e,r){return r||0===r||(r=1),1===t&&1===e&&1===r?this:this._t(t,0,0,0,0,e,0,0,0,0,r,0,0,0,0,1)}function c(t,e,r,i,s,a,n,o,h,l,p,m,f,c,d,u){return this.props[0]=t,this.props[1]=e,this.props[2]=r,this.props[3]=i,this.props[4]=s,this.props[5]=a,this.props[6]=n,this.props[7]=o,this.props[8]=h,this.props[9]=l,this.props[10]=p,this.props[11]=m,this.props[12]=f,this.props[13]=c,this.props[14]=d,this.props[15]=u,this}function d(t,e,r){return r=r||0,0!==t||0!==e||0!==r?this._t(1,0,0,0,0,1,0,0,0,0,1,0,t,e,r,1):this}function u(t,e,r,i,s,a,n,o,h,l,p,m,f,c,d,u){var y=this.props;if(1===t&&0===e&&0===r&&0===i&&0===s&&1===a&&0===n&&0===o&&0===h&&0===l&&1===p&&0===m)return y[12]=y[12]*t+y[15]*f,y[13]=y[13]*a+y[15]*c,y[14]=y[14]*p+y[15]*d,y[15]*=u,this._identityCalculated=!1,this;var g=y[0],v=y[1],b=y[2],P=y[3],E=y[4],x=y[5],S=y[6],C=y[7],A=y[8],_=y[9],T=y[10],k=y[11],D=y[12],M=y[13],F=y[14],w=y[15];return y[0]=g*t+v*s+b*h+P*f,y[1]=g*e+v*a+b*l+P*c,y[2]=g*r+v*n+b*p+P*d,y[3]=g*i+v*o+b*m+P*u,y[4]=E*t+x*s+S*h+C*f,y[5]=E*e+x*a+S*l+C*c,y[6]=E*r+x*n+S*p+C*d,y[7]=E*i+x*o+S*m+C*u,y[8]=A*t+_*s+T*h+k*f,y[9]=A*e+_*a+T*l+k*c,y[10]=A*r+_*n+T*p+k*d,y[11]=A*i+_*o+T*m+k*u,y[12]=D*t+M*s+F*h+w*f,y[13]=D*e+M*a+F*l+w*c,y[14]=D*r+M*n+F*p+w*d,y[15]=D*i+M*o+F*m+w*u,this._identityCalculated=!1,this}function y(){return this._identityCalculated||(this._identity=!(1!==this.props[0]||0!==this.props[1]||0!==this.props[2]||0!==this.props[3]||0!==this.props[4]||1!==this.props[5]||0!==this.props[6]||0!==this.props[7]||0!==this.props[8]||0!==this.props[9]||1!==this.props[10]||0!==this.props[11]||0!==this.props[12]||0!==this.props[13]||0!==this.props[14]||1!==this.props[15]),this._identityCalculated=!0),this._identity}function g(t){for(var e=0;e<16;){if(t.props[e]!==this.props[e])return!1;e+=1}return!0}function v(t){var e;for(e=0;e<16;e+=1)t.props[e]=this.props[e];return t}function b(t){var e;for(e=0;e<16;e+=1)this.props[e]=t[e]}function P(t,e,r){return{x:t*this.props[0]+e*this.props[4]+r*this.props[8]+this.props[12],y:t*this.props[1]+e*this.props[5]+r*this.props[9]+this.props[13],z:t*this.props[2]+e*this.props[6]+r*this.props[10]+this.props[14]}}function E(t,e,r){return t*this.props[0]+e*this.props[4]+r*this.props[8]+this.props[12]}function x(t,e,r){return t*this.props[1]+e*this.props[5]+r*this.props[9]+this.props[13]}function S(t,e,r){return t*this.props[2]+e*this.props[6]+r*this.props[10]+this.props[14]}function C(){var t=this.props[0]*this.props[5]-this.props[1]*this.props[4],e=this.props[5]/t,r=-this.props[1]/t,i=-this.props[4]/t,s=this.props[0]/t,a=(this.props[4]*this.props[13]-this.props[5]*this.props[12])/t,n=-(this.props[0]*this.props[13]-this.props[1]*this.props[12])/t,o=new Matrix;return o.props[0]=e,o.props[1]=r,o.props[4]=i,o.props[5]=s,o.props[12]=a,o.props[13]=n,o}function A(t){return this.getInverseMatrix().applyToPointArray(t[0],t[1],t[2]||0)}function _(t){var e,r=t.length,i=[];for(e=0;e<r;e+=1)i[e]=A(t[e]);return i}function T(t,e,r){var i=createTypedArray("float32",6);if(this.isIdentity())i[0]=t[0],i[1]=t[1],i[2]=e[0],i[3]=e[1],i[4]=r[0],i[5]=r[1];else{var s=this.props[0],a=this.props[1],n=this.props[4],o=this.props[5],h=this.props[12],l=this.props[13];i[0]=t[0]*s+t[1]*n+h,i[1]=t[0]*a+t[1]*o+l,i[2]=e[0]*s+e[1]*n+h,i[3]=e[0]*a+e[1]*o+l,i[4]=r[0]*s+r[1]*n+h,i[5]=r[0]*a+r[1]*o+l}return i}function k(t,e,r){return this.isIdentity()?[t,e,r]:[t*this.props[0]+e*this.props[4]+r*this.props[8]+this.props[12],t*this.props[1]+e*this.props[5]+r*this.props[9]+this.props[13],t*this.props[2]+e*this.props[6]+r*this.props[10]+this.props[14]]}function D(t,e){if(this.isIdentity())return t+","+e;var r=this.props;return Math.round(100*(t*r[0]+e*r[4]+r[12]))/100+","+Math.round(100*(t*r[1]+e*r[5]+r[13]))/100}function M(){for(var t=0,e=this.props,r="matrix3d(";t<16;)r+=i(1e4*e[t])/1e4,r+=15===t?")":",",t+=1;return r}function F(t){return t<1e-6&&0<t||-1e-6<t&&t<0?i(1e4*t)/1e4:t}function w(){var t=this.props;return"matrix("+F(t[0])+","+F(t[1])+","+F(t[4])+","+F(t[5])+","+F(t[12])+","+F(t[13])+")"}return function(){this.reset=t,this.rotate=e,this.rotateX=r,this.rotateY=o,this.rotateZ=h,this.skew=p,this.skewFromAxis=m,this.shear=l,this.scale=f,this.setTransform=c,this.translate=d,this.transform=u,this.applyToPoint=P,this.applyToX=E,this.applyToY=x,this.applyToZ=S,this.applyToPointArray=k,this.applyToTriplePoints=T,this.applyToPointStringified=D,this.toCSS=M,this.to2dCSS=w,this.clone=v,this.cloneFromProps=b,this.equals=g,this.inversePoints=_,this.inversePoint=A,this.getInverseMatrix=C,this._t=this.transform,this.isIdentity=y,this._identity=!0,this._identityCalculated=!1,this.props=createTypedArray("float32",16),this.reset()}}();!function(o,h){var l,p=this,m=256,f=6,c="random",d=h.pow(m,f),u=h.pow(2,52),y=2*u,g=m-1;function v(t){var e,r=t.length,n=this,i=0,s=n.i=n.j=0,a=n.S=[];for(r||(t=[r++]);i<m;)a[i]=i++;for(i=0;i<m;i++)a[i]=a[s=g&s+t[i%r]+(e=a[i])],a[s]=e;n.g=function(t){for(var e,r=0,i=n.i,s=n.j,a=n.S;t--;)e=a[i=g&i+1],r=r*m+a[g&(a[i]=a[s=g&s+e])+(a[s]=e)];return n.i=i,n.j=s,r}}function b(t,e){return e.i=t.i,e.j=t.j,e.S=t.S.slice(),e}function P(t,e){for(var r,i=t+"",s=0;s<i.length;)e[g&s]=g&(r^=19*e[g&s])+i.charCodeAt(s++);return E(e)}function E(t){return String.fromCharCode.apply(0,t)}h["seed"+c]=function(t,e,r){var i=[],s=P(function t(e,r){var i,s=[],a=typeof e;if(r&&"object"==a)for(i in e)try{s.push(t(e[i],r-1))}catch(t){}return s.length?s:"string"==a?e:e+"\0"}((e=!0===e?{entropy:!0}:e||{}).entropy?[t,E(o)]:null===t?function(){try{if(l)return E(l.randomBytes(m));var t=new Uint8Array(m);return(p.crypto||p.msCrypto).getRandomValues(t),E(t)}catch(t){var e=p.navigator,r=e&&e.plugins;return[+new Date,p,r,p.screen,E(o)]}}():t,3),i),a=new v(i),n=function(){for(var t=a.g(f),e=d,r=0;t<u;)t=(t+r)*m,e*=m,r=a.g(1);for(;y<=t;)t/=2,e/=2,r>>>=1;return(t+r)/e};return n.int32=function(){return 0|a.g(4)},n.quick=function(){return a.g(4)/4294967296},n.double=n,P(E(a.S),o),(e.pass||r||function(t,e,r,i){return i&&(i.S&&b(i,a),t.state=function(){return b(a,{})}),r?(h[c]=t,e):t})(n,s,"global"in e?e.global:this==h,e.state)},P(h.random(),o)}([],BMMath);var BezierFactory=function(){var t={getBezierEasing:function(t,e,r,i,s){var a=s||("bez_"+t+"_"+e+"_"+r+"_"+i).replace(/\./g,"p");if(o[a])return o[a];var n=new h([t,e,r,i]);return o[a]=n}},o={};var l=11,p=1/(l-1),e="function"==typeof Float32Array;function i(t,e){return 1-3*e+3*t}function s(t,e){return 3*e-6*t}function a(t){return 3*t}function m(t,e,r){return((i(e,r)*t+s(e,r))*t+a(e))*t}function f(t,e,r){return 3*i(e,r)*t*t+2*s(e,r)*t+a(e)}function h(t){this._p=t,this._mSampleValues=e?new Float32Array(l):new Array(l),this._precomputed=!1,this.get=this.get.bind(this)}return h.prototype={get:function(t){var e=this._p[0],r=this._p[1],i=this._p[2],s=this._p[3];return this._precomputed||this._precompute(),e===r&&i===s?t:0===t?0:1===t?1:m(this._getTForX(t),r,s)},_precompute:function(){var t=this._p[0],e=this._p[1],r=this._p[2],i=this._p[3];this._precomputed=!0,t===e&&r===i||this._calcSampleValues()},_calcSampleValues:function(){for(var t=this._p[0],e=this._p[2],r=0;r<l;++r)this._mSampleValues[r]=m(r*p,t,e)},_getTForX:function(t){for(var e=this._p[0],r=this._p[2],i=this._mSampleValues,s=0,a=1,n=l-1;a!==n&&i[a]<=t;++a)s+=p;var o=s+(t-i[--a])/(i[a+1]-i[a])*p,h=f(o,e,r);return.001<=h?function(t,e,r,i){for(var s=0;s<4;++s){var a=f(e,r,i);if(0===a)return e;e-=(m(e,r,i)-t)/a}return e}(t,o,e,r):0===h?o:function(t,e,r,i,s){for(var a,n,o=0;0<(a=m(n=e+(r-e)/2,i,s)-t)?r=n:e=n,1e-7<Math.abs(a)&&++o<10;);return n}(t,s,s+p,e,r)}},t}();function extendPrototype(t,e){var r,i,s=t.length;for(r=0;r<s;r+=1)for(var a in i=t[r].prototype)Object.prototype.hasOwnProperty.call(i,a)&&(e.prototype[a]=i[a])}function getDescriptor(t,e){return Object.getOwnPropertyDescriptor(t,e)}function createProxyFunction(t){function e(){}return e.prototype=t,e}function bezFunction(){var D=Math;function y(t,e,r,i,s,a){var n=t*i+e*s+r*a-s*i-a*t-r*e;return-.001<n&&n<.001}var p=function(t,e,r,i){var s,a,n,o,h,l,p=defaultCurveSegments,m=0,f=[],c=[],d=bezierLengthPool.newElement();for(n=r.length,s=0;s<p;s+=1){for(h=s/(p-1),a=l=0;a<n;a+=1)o=bmPow(1-h,3)*t[a]+3*bmPow(1-h,2)*h*r[a]+3*(1-h)*bmPow(h,2)*i[a]+bmPow(h,3)*e[a],f[a]=o,null!==c[a]&&(l+=bmPow(f[a]-c[a],2)),c[a]=f[a];l&&(m+=l=bmSqrt(l)),d.percents[s]=h,d.lengths[s]=m}return d.addedLength=m,d};function g(t){this.segmentLength=0,this.points=new Array(t)}function v(t,e){this.partialLength=t,this.point=e}var b,t=(b={},function(t,e,r,i){var s=(t[0]+"_"+t[1]+"_"+e[0]+"_"+e[1]+"_"+r[0]+"_"+r[1]+"_"+i[0]+"_"+i[1]).replace(/\./g,"p");if(!b[s]){var a,n,o,h,l,p,m,f=defaultCurveSegments,c=0,d=null;2===t.length&&(t[0]!==e[0]||t[1]!==e[1])&&y(t[0],t[1],e[0],e[1],t[0]+r[0],t[1]+r[1])&&y(t[0],t[1],e[0],e[1],e[0]+i[0],e[1]+i[1])&&(f=2);var u=new g(f);for(o=r.length,a=0;a<f;a+=1){for(m=createSizedArray(o),l=a/(f-1),n=p=0;n<o;n+=1)h=bmPow(1-l,3)*t[n]+3*bmPow(1-l,2)*l*(t[n]+r[n])+3*(1-l)*bmPow(l,2)*(e[n]+i[n])+bmPow(l,3)*e[n],m[n]=h,null!==d&&(p+=bmPow(m[n]-d[n],2));c+=p=bmSqrt(p),u.points[a]=new v(p,m),d=m}u.segmentLength=c,b[s]=u}return b[s]});function M(t,e){var r=e.percents,i=e.lengths,s=r.length,a=bmFloor((s-1)*t),n=t*e.addedLength,o=0;if(a===s-1||0===a||n===i[a])return r[a];for(var h=i[a]>n?-1:1,l=!0;l;)if(i[a]<=n&&i[a+1]>n?(o=(n-i[a])/(i[a+1]-i[a]),l=!1):a+=h,a<0||s-1<=a){if(a===s-1)return r[a];l=!1}return r[a]+(r[a+1]-r[a])*o}var F=createTypedArray("float32",8);return{getSegmentsLength:function(t){var e,r=segmentsLengthPool.newElement(),i=t.c,s=t.v,a=t.o,n=t.i,o=t._length,h=r.lengths,l=0;for(e=0;e<o-1;e+=1)h[e]=p(s[e],s[e+1],a[e],n[e+1]),l+=h[e].addedLength;return i&&o&&(h[e]=p(s[e],s[0],a[e],n[0]),l+=h[e].addedLength),r.totalLength=l,r},getNewSegment:function(t,e,r,i,s,a,n){s<0?s=0:1<s&&(s=1);var o,h=M(s,n),l=M(a=1<a?1:a,n),p=t.length,m=1-h,f=1-l,c=m*m*m,d=h*m*m*3,u=h*h*m*3,y=h*h*h,g=m*m*f,v=h*m*f+m*h*f+m*m*l,b=h*h*f+m*h*l+h*m*l,P=h*h*l,E=m*f*f,x=h*f*f+m*l*f+m*f*l,S=h*l*f+m*l*l+h*f*l,C=h*l*l,A=f*f*f,_=l*f*f+f*l*f+f*f*l,T=l*l*f+f*l*l+l*f*l,k=l*l*l;for(o=0;o<p;o+=1)F[4*o]=D.round(1e3*(c*t[o]+d*r[o]+u*i[o]+y*e[o]))/1e3,F[4*o+1]=D.round(1e3*(g*t[o]+v*r[o]+b*i[o]+P*e[o]))/1e3,F[4*o+2]=D.round(1e3*(E*t[o]+x*r[o]+S*i[o]+C*e[o]))/1e3,F[4*o+3]=D.round(1e3*(A*t[o]+_*r[o]+T*i[o]+k*e[o]))/1e3;return F},getPointInSegment:function(t,e,r,i,s,a){var n=M(s,a),o=1-n;return[D.round(1e3*(o*o*o*t[0]+(n*o*o+o*n*o+o*o*n)*r[0]+(n*n*o+o*n*n+n*o*n)*i[0]+n*n*n*e[0]))/1e3,D.round(1e3*(o*o*o*t[1]+(n*o*o+o*n*o+o*o*n)*r[1]+(n*n*o+o*n*n+n*o*n)*i[1]+n*n*n*e[1]))/1e3]},buildBezierData:t,pointOnLine2D:y,pointOnLine3D:function(t,e,r,i,s,a,n,o,h){if(0===r&&0===a&&0===h)return y(t,e,i,s,n,o);var l,p=D.sqrt(D.pow(i-t,2)+D.pow(s-e,2)+D.pow(a-r,2)),m=D.sqrt(D.pow(n-t,2)+D.pow(o-e,2)+D.pow(h-r,2)),f=D.sqrt(D.pow(n-i,2)+D.pow(o-s,2)+D.pow(h-a,2));return-1e-4<(l=m<p?f<p?p-m-f:f-m-p:m<f?f-m-p:m-p-f)&&l<1e-4}}}!function(){for(var s=0,t=["ms","moz","webkit","o"],e=0;e<t.length&&!window.requestAnimationFrame;++e)window.requestAnimationFrame=window[t[e]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[t[e]+"CancelAnimationFrame"]||window[t[e]+"CancelRequestAnimationFrame"];window.requestAnimationFrame||(window.requestAnimationFrame=function(t){var e=(new Date).getTime(),r=Math.max(0,16-(e-s)),i=setTimeout(function(){t(e+r)},r);return s=e+r,i}),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(t){clearTimeout(t)})}();var bez=bezFunction(),dataManager=function(){var i,s,a=1,n=[],o={onmessage:function(){},postMessage:function(t){i({data:t})}},r={postMessage:function(t){o.onmessage({data:t})}};function h(){s||((s=function(t){if(window.Worker&&window.Blob&&_useWebWorker){var e=new Blob(["var _workerSelf = self; self.onmessage = ",t.toString()],{type:"text/javascript"}),r=URL.createObjectURL(e);return new Worker(r)}return i=t,o}(function(e){if(r.dataManager||(r.dataManager=function(){function m(t,e){var r,i,s,a,n,o,h,l=t.length;for(i=0;i<l;i+=1)if("ks"in(r=t[i])&&!r.completed){if(r.completed=!0,r.tt&&(t[i-1].td=r.tt),r.hasMask){var p=r.masksProperties;for(a=p.length,s=0;s<a;s+=1)if(p[s].pt.k.i)d(p[s].pt.k);else for(o=p[s].pt.k.length,n=0;n<o;n+=1)p[s].pt.k[n].s&&d(p[s].pt.k[n].s[0]),p[s].pt.k[n].e&&d(p[s].pt.k[n].e[0])}0===r.ty?(r.layers=f(r.refId,e),m(r.layers,e)):4===r.ty?c(r.shapes):5===r.ty&&(0!==(h=r).t.a.length||"m"in h.t.p||(h.singleShape=!0))}}function f(t,e){for(var r=0,i=e.length;r<i;){if(e[r].id===t)return e[r].layers.__used?JSON.parse(JSON.stringify(e[r].layers)):(e[r].layers.__used=!0,e[r].layers);r+=1}return null}function c(t){var e,r,i;for(e=t.length-1;0<=e;e-=1)if("sh"===t[e].ty)if(t[e].ks.k.i)d(t[e].ks.k);else for(i=t[e].ks.k.length,r=0;r<i;r+=1)t[e].ks.k[r].s&&d(t[e].ks.k[r].s[0]),t[e].ks.k[r].e&&d(t[e].ks.k[r].e[0]);else"gr"===t[e].ty&&c(t[e].it)}function d(t){var e,r=t.i.length;for(e=0;e<r;e+=1)t.i[e][0]+=t.v[e][0],t.i[e][1]+=t.v[e][1],t.o[e][0]+=t.v[e][0],t.o[e][1]+=t.v[e][1]}function o(t,e){var r=e?e.split("."):[100,100,100];return t[0]>r[0]||!(r[0]>t[0])&&(t[1]>r[1]||!(r[1]>t[1])&&(t[2]>r[2]||!(r[2]>t[2])&&null))}var h,e=function(){var i=[4,4,14];function s(t){var e,r,i,s=t.length;for(e=0;e<s;e+=1)5===t[e].ty&&(r=t[e],i=r.t.d,r.t.d={k:[{s:i,t:0}]})}return function(t){if(o(i,t.v)&&(s(t.layers),t.assets)){var e,r=t.assets.length;for(e=0;e<r;e+=1)t.assets[e].layers&&s(t.assets[e].layers)}}}(),r=(h=[4,7,99],function(t){if(t.chars&&!o(h,t.v)){var e,r,i,s,a,n=t.chars.length;for(e=0;e<n;e+=1)if(t.chars[e].data&&t.chars[e].data.shapes)for(i=(a=t.chars[e].data.shapes[0].it).length,r=0;r<i;r+=1)(s=a[r].ks.k).__converted||(d(a[r].ks.k),s.__converted=!0)}}),i=function(){var i=[5,7,15];function s(t){var e,r,i,s=t.length;for(e=0;e<s;e+=1)5===t[e].ty&&(r=t[e],i=void 0,"number"==typeof(i=r.t.p).a&&(i.a={a:0,k:i.a}),"number"==typeof i.p&&(i.p={a:0,k:i.p}),"number"==typeof i.r&&(i.r={a:0,k:i.r}))}return function(t){if(o(i,t.v)&&(s(t.layers),t.assets)){var e,r=t.assets.length;for(e=0;e<r;e+=1)t.assets[e].layers&&s(t.assets[e].layers)}}}(),s=function(){var i=[4,1,9];function a(t){var e,r,i,s=t.length;for(e=0;e<s;e+=1)if("gr"===t[e].ty)a(t[e].it);else if("fl"===t[e].ty||"st"===t[e].ty)if(t[e].c.k&&t[e].c.k[0].i)for(i=t[e].c.k.length,r=0;r<i;r+=1)t[e].c.k[r].s&&(t[e].c.k[r].s[0]/=255,t[e].c.k[r].s[1]/=255,t[e].c.k[r].s[2]/=255,t[e].c.k[r].s[3]/=255),t[e].c.k[r].e&&(t[e].c.k[r].e[0]/=255,t[e].c.k[r].e[1]/=255,t[e].c.k[r].e[2]/=255,t[e].c.k[r].e[3]/=255);else t[e].c.k[0]/=255,t[e].c.k[1]/=255,t[e].c.k[2]/=255,t[e].c.k[3]/=255}function s(t){var e,r=t.length;for(e=0;e<r;e+=1)4===t[e].ty&&a(t[e].shapes)}return function(t){if(o(i,t.v)&&(s(t.layers),t.assets)){var e,r=t.assets.length;for(e=0;e<r;e+=1)t.assets[e].layers&&s(t.assets[e].layers)}}}(),a=function(){var i=[4,4,18];function l(t){var e,r,i;for(e=t.length-1;0<=e;e-=1)if("sh"===t[e].ty)if(t[e].ks.k.i)t[e].ks.k.c=t[e].closed;else for(i=t[e].ks.k.length,r=0;r<i;r+=1)t[e].ks.k[r].s&&(t[e].ks.k[r].s[0].c=t[e].closed),t[e].ks.k[r].e&&(t[e].ks.k[r].e[0].c=t[e].closed);else"gr"===t[e].ty&&l(t[e].it)}function s(t){var e,r,i,s,a,n,o=t.length;for(r=0;r<o;r+=1){if((e=t[r]).hasMask){var h=e.masksProperties;for(s=h.length,i=0;i<s;i+=1)if(h[i].pt.k.i)h[i].pt.k.c=h[i].cl;else for(n=h[i].pt.k.length,a=0;a<n;a+=1)h[i].pt.k[a].s&&(h[i].pt.k[a].s[0].c=h[i].cl),h[i].pt.k[a].e&&(h[i].pt.k[a].e[0].c=h[i].cl)}4===e.ty&&l(e.shapes)}}return function(t){if(o(i,t.v)&&(s(t.layers),t.assets)){var e,r=t.assets.length;for(e=0;e<r;e+=1)t.assets[e].layers&&s(t.assets[e].layers)}}}();var t={completeData:function(t){t.__complete||(s(t),e(t),r(t),i(t),a(t),m(t.layers,t.assets),t.__complete=!0)}};return t.checkColors=s,t.checkChars=r,t.checkPathProperties=i,t.checkShapes=a,t.completeLayers=m,t}()),r.assetLoader||(r.assetLoader=function(){function n(t){var e=t.getResponseHeader("content-type");return e&&"json"===t.responseType&&-1!==e.indexOf("json")?t.response:t.response&&"object"==typeof t.response?t.response:t.response&&"string"==typeof t.response?JSON.parse(t.response):t.responseText?JSON.parse(t.responseText):null}return{load:function(e,r,t,i){var s,a=new XMLHttpRequest;try{a.responseType="json"}catch(t){}a.onreadystatechange=function(){if(4===a.readyState)if(200===a.status)s=n(a),t(s);else try{s=n(a),t(s)}catch(t){i&&i(t)}};try{a.open("GET",e,!0)}catch(t){a.open("GET",r+"/"+e,!0)}a.send()}}}()),"loadAnimation"===e.data.type)r.assetLoader.load(e.data.path,e.data.fullPath,function(t){r.dataManager.completeData(t),r.postMessage({id:e.data.id,payload:t,status:"success"})},function(){r.postMessage({id:e.data.id,status:"error"})});else if("complete"===e.data.type){var t=e.data.animation;r.dataManager.completeData(t),r.postMessage({id:e.data.id,payload:t,status:"success"})}else"loadData"===e.data.type&&r.assetLoader.load(e.data.path,e.data.fullPath,function(t){r.postMessage({id:e.data.id,payload:t,status:"success"})},function(){r.postMessage({id:e.data.id,status:"error"})})})).onmessage=function(t){var e=t.data,r=e.id,i=n[r];n[r]=null,"success"===e.status?i.onComplete(e.payload):i.onError&&i.onError()})}function l(t,e){var r="processId_"+(a+=1);return n[r]={onComplete:t,onError:e},r}return{loadAnimation:function(t,e,r){h();var i=l(e,r);s.postMessage({type:"loadAnimation",path:t,fullPath:window.location.origin+window.location.pathname,id:i})},loadData:function(t,e,r){h();var i=l(e,r);s.postMessage({type:"loadData",path:t,fullPath:window.location.origin+window.location.pathname,id:i})},completeAnimation:function(t,e,r){h();var i=l(e,r);s.postMessage({type:"complete",animation:t,id:i})}}}();function getFontProperties(t){for(var e=t.fStyle?t.fStyle.split(" "):[],r="normal",i="normal",s=e.length,a=0;a<s;a+=1)switch(e[a].toLowerCase()){case"italic":i="italic";break;case"bold":r="700";break;case"black":r="900";break;case"medium":r="500";break;case"regular":case"normal":r="400";break;case"light":case"thin":r="200"}return{style:i,weight:t.fWeight||r}}var FontManager=function(){var a={w:0,size:0,shapes:[]},e=[];e=e.concat([2304,2305,2306,2307,2362,2363,2364,2364,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2387,2388,2389,2390,2391,2402,2403]);var i=["d83cdffb","d83cdffc","d83cdffd","d83cdffe","d83cdfff"],r=[65039,8205];function f(t,e){var r=createTag("span");r.setAttribute("aria-hidden",!0),r.style.fontFamily=e;var i=createTag("span");i.innerText="giItT1WQy@!-/#",r.style.position="absolute",r.style.left="-10000px",r.style.top="-10000px",r.style.fontSize="300px",r.style.fontVariant="normal",r.style.fontStyle="normal",r.style.fontWeight="normal",r.style.letterSpacing="0",r.appendChild(i),document.body.appendChild(r);var s=i.offsetWidth;return i.style.fontFamily=function(t){var e,r=t.split(","),i=r.length,s=[];for(e=0;e<i;e+=1)"sans-serif"!==r[e]&&"monospace"!==r[e]&&s.push(r[e]);return s.join(",")}(t)+", "+e,{node:i,w:s,parent:r}}function c(t,e){var r=createNS("text");r.style.fontSize="100px";var i=getFontProperties(e);return r.setAttribute("font-family",e.fFamily),r.setAttribute("font-style",i.style),r.setAttribute("font-weight",i.weight),r.textContent="1",e.fClass?(r.style.fontFamily="inherit",r.setAttribute("class",e.fClass)):r.style.fontFamily=e.fFamily,t.appendChild(r),createTag("canvas").getContext("2d").font=e.fWeight+" "+e.fStyle+" 100px "+e.fFamily,r}var t=function(){this.fonts=[],this.chars=null,this.typekitLoaded=0,this.isLoaded=!1,this._warned=!1,this.initTime=Date.now(),this.setIsLoadedBinded=this.setIsLoaded.bind(this),this.checkLoadedFontsBinded=this.checkLoadedFonts.bind(this)};return t.isModifier=function(t,e){var r=t.toString(16)+e.toString(16);return-1!==i.indexOf(r)},t.isZeroWidthJoiner=function(t,e){return e?t===r[0]&&e===r[1]:t===r[1]},t.isCombinedCharacter=function(t){return-1!==e.indexOf(t)},t.prototype={addChars:function(t){if(t){var e;this.chars||(this.chars=[]);var r,i,s=t.length,a=this.chars.length;for(e=0;e<s;e+=1){for(r=0,i=!1;r<a;)this.chars[r].style===t[e].style&&this.chars[r].fFamily===t[e].fFamily&&this.chars[r].ch===t[e].ch&&(i=!0),r+=1;i||(this.chars.push(t[e]),a+=1)}}},addFonts:function(t,e){if(t){if(this.chars)return this.isLoaded=!0,void(this.fonts=t.list);var r,i=t.list,s=i.length,a=s;for(r=0;r<s;r+=1){var n,o,h=!0;if(i[r].loaded=!1,i[r].monoCase=f(i[r].fFamily,"monospace"),i[r].sansCase=f(i[r].fFamily,"sans-serif"),i[r].fPath){if("p"===i[r].fOrigin||3===i[r].origin){if(0<(n=document.querySelectorAll('style[f-forigin="p"][f-family="'+i[r].fFamily+'"], style[f-origin="3"][f-family="'+i[r].fFamily+'"]')).length&&(h=!1),h){var l=createTag("style");l.setAttribute("f-forigin",i[r].fOrigin),l.setAttribute("f-origin",i[r].origin),l.setAttribute("f-family",i[r].fFamily),l.type="text/css",l.innerText="@font-face {font-family: "+i[r].fFamily+"; font-style: normal; src: url('"+i[r].fPath+"');}",e.appendChild(l)}}else if("g"===i[r].fOrigin||1===i[r].origin){for(n=document.querySelectorAll('link[f-forigin="g"], link[f-origin="1"]'),o=0;o<n.length;o+=1)-1!==n[o].href.indexOf(i[r].fPath)&&(h=!1);if(h){var p=createTag("link");p.setAttribute("f-forigin",i[r].fOrigin),p.setAttribute("f-origin",i[r].origin),p.type="text/css",p.rel="stylesheet",p.href=i[r].fPath,document.body.appendChild(p)}}else if("t"===i[r].fOrigin||2===i[r].origin){for(n=document.querySelectorAll('script[f-forigin="t"], script[f-origin="2"]'),o=0;o<n.length;o+=1)i[r].fPath===n[o].src&&(h=!1);if(h){var m=createTag("link");m.setAttribute("f-forigin",i[r].fOrigin),m.setAttribute("f-origin",i[r].origin),m.setAttribute("rel","stylesheet"),m.setAttribute("href",i[r].fPath),e.appendChild(m)}}}else i[r].loaded=!0,a-=1;i[r].helper=c(e,i[r]),i[r].cache={},this.fonts.push(i[r])}0===a?this.isLoaded=!0:setTimeout(this.checkLoadedFonts.bind(this),100)}else this.isLoaded=!0},getCharData:function(t,e,r){for(var i=0,s=this.chars.length;i<s;){if(this.chars[i].ch===t&&this.chars[i].style===e&&this.chars[i].fFamily===r)return this.chars[i];i+=1}return("string"==typeof t&&13!==t.charCodeAt(0)||!t)&&console&&console.warn&&!this._warned&&(this._warned=!0,console.warn("Missing character from exported characters list: ",t,e,r)),a},getFontByName:function(t){for(var e=0,r=this.fonts.length;e<r;){if(this.fonts[e].fName===t)return this.fonts[e];e+=1}return this.fonts[0]},measureText:function(t,e,r){var i=this.getFontByName(e),s=t.charCodeAt(0);if(!i.cache[s+1]){var a=i.helper;if(" "===t){a.textContent="|"+t+"|";var n=a.getComputedTextLength();a.textContent="||";var o=a.getComputedTextLength();i.cache[s+1]=(n-o)/100}else a.textContent=t,i.cache[s+1]=a.getComputedTextLength()/100}return i.cache[s+1]*r},checkLoadedFonts:function(){var t,e,r,i=this.fonts.length,s=i;for(t=0;t<i;t+=1)this.fonts[t].loaded?s-=1:"n"===this.fonts[t].fOrigin||0===this.fonts[t].origin?this.fonts[t].loaded=!0:(e=this.fonts[t].monoCase.node,r=this.fonts[t].monoCase.w,e.offsetWidth!==r?(s-=1,this.fonts[t].loaded=!0):(e=this.fonts[t].sansCase.node,r=this.fonts[t].sansCase.w,e.offsetWidth!==r&&(s-=1,this.fonts[t].loaded=!0)),this.fonts[t].loaded&&(this.fonts[t].sansCase.parent.parentNode.removeChild(this.fonts[t].sansCase.parent),this.fonts[t].monoCase.parent.parentNode.removeChild(this.fonts[t].monoCase.parent)));0!==s&&Date.now()-this.initTime<5e3?setTimeout(this.checkLoadedFontsBinded,20):setTimeout(this.setIsLoadedBinded,10)},setIsLoaded:function(){this.isLoaded=!0}},t}(),PropertyFactory=function(){var m=initialDefaultFrame,s=Math.abs;function f(t,e){var r,i=this.offsetTime;"multidimensional"===this.propType&&(r=createTypedArray("float32",this.pv.length));for(var s,a,n,o,h,l,p,m,f,c=e.lastIndex,d=c,u=this.keyframes.length-1,y=!0;y;){if(s=this.keyframes[d],a=this.keyframes[d+1],d===u-1&&t>=a.t-i){s.h&&(s=a),c=0;break}if(a.t-i>t){c=d;break}d<u-1?d+=1:(c=0,y=!1)}n=this.keyframesMetadata[d]||{};var g,v,b,P,E,x,S,C,A,_,T=a.t-i,k=s.t-i;if(s.to){n.bezierData||(n.bezierData=bez.buildBezierData(s.s,a.s||s.e,s.to,s.ti));var D=n.bezierData;if(T<=t||t<k){var M=T<=t?D.points.length-1:0;for(h=D.points[M].point.length,o=0;o<h;o+=1)r[o]=D.points[M].point[o]}else{n.__fnct?f=n.__fnct:(f=BezierFactory.getBezierEasing(s.o.x,s.o.y,s.i.x,s.i.y,s.n).get,n.__fnct=f),l=f((t-k)/(T-k));var F,w=D.segmentLength*l,I=e.lastFrame<t&&e._lastKeyframeIndex===d?e._lastAddedLength:0;for(m=e.lastFrame<t&&e._lastKeyframeIndex===d?e._lastPoint:0,y=!0,p=D.points.length;y;){if(I+=D.points[m].partialLength,0===w||0===l||m===D.points.length-1){for(h=D.points[m].point.length,o=0;o<h;o+=1)r[o]=D.points[m].point[o];break}if(I<=w&&w<I+D.points[m+1].partialLength){for(F=(w-I)/D.points[m+1].partialLength,h=D.points[m].point.length,o=0;o<h;o+=1)r[o]=D.points[m].point[o]+(D.points[m+1].point[o]-D.points[m].point[o])*F;break}m<p-1?m+=1:y=!1}e._lastPoint=m,e._lastAddedLength=I-D.points[m].partialLength,e._lastKeyframeIndex=d}}else{var V,R,B,L,G;if(u=s.s.length,g=a.s||s.e,this.sh&&1!==s.h)if(T<=t)r[0]=g[0],r[1]=g[1],r[2]=g[2];else if(t<=k)r[0]=s.s[0],r[1]=s.s[1],r[2]=s.s[2];else{var z=O(s.s),N=O(g);v=r,b=function(t,e,r){var i,s,a,n,o,h=[],l=t[0],p=t[1],m=t[2],f=t[3],c=e[0],d=e[1],u=e[2],y=e[3];(s=l*c+p*d+m*u+f*y)<0&&(s=-s,c=-c,d=-d,u=-u,y=-y);o=1e-6<1-s?(i=Math.acos(s),a=Math.sin(i),n=Math.sin((1-r)*i)/a,Math.sin(r*i)/a):(n=1-r,r);return h[0]=n*l+o*c,h[1]=n*p+o*d,h[2]=n*m+o*u,h[3]=n*f+o*y,h}(z,N,(t-k)/(T-k)),P=b[0],E=b[1],x=b[2],S=b[3],C=Math.atan2(2*E*S-2*P*x,1-2*E*E-2*x*x),A=Math.asin(2*P*E+2*x*S),_=Math.atan2(2*P*S-2*E*x,1-2*P*P-2*x*x),v[0]=C/degToRads,v[1]=A/degToRads,v[2]=_/degToRads}else for(d=0;d<u;d+=1)1!==s.h&&(l=T<=t?1:t<k?0:(s.o.x.constructor===Array?(n.__fnct||(n.__fnct=[]),n.__fnct[d]?f=n.__fnct[d]:(V=void 0===s.o.x[d]?s.o.x[0]:s.o.x[d],R=void 0===s.o.y[d]?s.o.y[0]:s.o.y[d],B=void 0===s.i.x[d]?s.i.x[0]:s.i.x[d],L=void 0===s.i.y[d]?s.i.y[0]:s.i.y[d],f=BezierFactory.getBezierEasing(V,R,B,L).get,n.__fnct[d]=f)):n.__fnct?f=n.__fnct:(V=s.o.x,R=s.o.y,B=s.i.x,L=s.i.y,f=BezierFactory.getBezierEasing(V,R,B,L).get,s.keyframeMetadata=f),f((t-k)/(T-k)))),g=a.s||s.e,G=1===s.h?s.s[d]:s.s[d]+(g[d]-s.s[d])*l,"multidimensional"===this.propType?r[d]=G:r=G}return e.lastIndex=c,r}function O(t){var e=t[0]*degToRads,r=t[1]*degToRads,i=t[2]*degToRads,s=Math.cos(e/2),a=Math.cos(r/2),n=Math.cos(i/2),o=Math.sin(e/2),h=Math.sin(r/2),l=Math.sin(i/2);return[o*h*n+s*a*l,o*a*n+s*h*l,s*h*n-o*a*l,s*a*n-o*h*l]}function c(){var t=this.comp.renderedFrame-this.offsetTime,e=this.keyframes[0].t-this.offsetTime,r=this.keyframes[this.keyframes.length-1].t-this.offsetTime;if(!(t===this._caching.lastFrame||this._caching.lastFrame!==m&&(this._caching.lastFrame>=r&&r<=t||this._caching.lastFrame<e&&t<e))){this._caching.lastFrame>=t&&(this._caching._lastKeyframeIndex=-1,this._caching.lastIndex=0);var i=this.interpolateValue(t,this._caching);this.pv=i}return this._caching.lastFrame=t,this.pv}function d(t){var e;if("unidimensional"===this.propType)e=t*this.mult,1e-5<s(this.v-e)&&(this.v=e,this._mdf=!0);else for(var r=0,i=this.v.length;r<i;)e=t[r]*this.mult,1e-5<s(this.v[r]-e)&&(this.v[r]=e,this._mdf=!0),r+=1}function u(){if(this.elem.globalData.frameId!==this.frameId&&this.effectsSequence.length)if(this.lock)this.setVValue(this.pv);else{var t;this.lock=!0,this._mdf=this._isFirstFrame;var e=this.effectsSequence.length,r=this.kf?this.pv:this.data.k;for(t=0;t<e;t+=1)r=this.effectsSequence[t](r);this.setVValue(r),this._isFirstFrame=!1,this.lock=!1,this.frameId=this.elem.globalData.frameId}}function y(t){this.effectsSequence.push(t),this.container.addDynamicProperty(this)}function n(t,e,r,i){this.propType="unidimensional",this.mult=r||1,this.data=e,this.v=r?e.k*r:e.k,this.pv=e.k,this._mdf=!1,this.elem=t,this.container=i,this.comp=t.comp,this.k=!1,this.kf=!1,this.vel=0,this.effectsSequence=[],this._isFirstFrame=!0,this.getValue=u,this.setVValue=d,this.addEffect=y}function o(t,e,r,i){var s;this.propType="multidimensional",this.mult=r||1,this.data=e,this._mdf=!1,this.elem=t,this.container=i,this.comp=t.comp,this.k=!1,this.kf=!1,this.frameId=-1;var a=e.k.length;for(this.v=createTypedArray("float32",a),this.pv=createTypedArray("float32",a),this.vel=createTypedArray("float32",a),s=0;s<a;s+=1)this.v[s]=e.k[s]*this.mult,this.pv[s]=e.k[s];this._isFirstFrame=!0,this.effectsSequence=[],this.getValue=u,this.setVValue=d,this.addEffect=y}function h(t,e,r,i){this.propType="unidimensional",this.keyframes=e.k,this.keyframesMetadata=[],this.offsetTime=t.data.st,this.frameId=-1,this._caching={lastFrame:m,lastIndex:0,value:0,_lastKeyframeIndex:-1},this.k=!0,this.kf=!0,this.data=e,this.mult=r||1,this.elem=t,this.container=i,this.comp=t.comp,this.v=m,this.pv=m,this._isFirstFrame=!0,this.getValue=u,this.setVValue=d,this.interpolateValue=f,this.effectsSequence=[c.bind(this)],this.addEffect=y}function l(t,e,r,i){var s;this.propType="multidimensional";var a,n,o,h,l=e.k.length;for(s=0;s<l-1;s+=1)e.k[s].to&&e.k[s].s&&e.k[s+1]&&e.k[s+1].s&&(a=e.k[s].s,n=e.k[s+1].s,o=e.k[s].to,h=e.k[s].ti,(2===a.length&&(a[0]!==n[0]||a[1]!==n[1])&&bez.pointOnLine2D(a[0],a[1],n[0],n[1],a[0]+o[0],a[1]+o[1])&&bez.pointOnLine2D(a[0],a[1],n[0],n[1],n[0]+h[0],n[1]+h[1])||3===a.length&&(a[0]!==n[0]||a[1]!==n[1]||a[2]!==n[2])&&bez.pointOnLine3D(a[0],a[1],a[2],n[0],n[1],n[2],a[0]+o[0],a[1]+o[1],a[2]+o[2])&&bez.pointOnLine3D(a[0],a[1],a[2],n[0],n[1],n[2],n[0]+h[0],n[1]+h[1],n[2]+h[2]))&&(e.k[s].to=null,e.k[s].ti=null),a[0]===n[0]&&a[1]===n[1]&&0===o[0]&&0===o[1]&&0===h[0]&&0===h[1]&&(2===a.length||a[2]===n[2]&&0===o[2]&&0===h[2])&&(e.k[s].to=null,e.k[s].ti=null));this.effectsSequence=[c.bind(this)],this.data=e,this.keyframes=e.k,this.keyframesMetadata=[],this.offsetTime=t.data.st,this.k=!0,this.kf=!0,this._isFirstFrame=!0,this.mult=r||1,this.elem=t,this.container=i,this.comp=t.comp,this.getValue=u,this.setVValue=d,this.interpolateValue=f,this.frameId=-1;var p=e.k[0].s.length;for(this.v=createTypedArray("float32",p),this.pv=createTypedArray("float32",p),s=0;s<p;s+=1)this.v[s]=m,this.pv[s]=m;this._caching={lastFrame:m,lastIndex:0,value:createTypedArray("float32",p)},this.addEffect=y}return{getProp:function(t,e,r,i,s){var a;if(e.k.length)if("number"==typeof e.k[0])a=new o(t,e,i,s);else switch(r){case 0:a=new h(t,e,i,s);break;case 1:a=new l(t,e,i,s)}else a=new n(t,e,i,s);return a.effectsSequence.length&&s.addDynamicProperty(a),a}}}(),TransformPropertyFactory=function(){var n=[0,0];function i(t,e,r){if(this.elem=t,this.frameId=-1,this.propType="transform",this.data=e,this.v=new Matrix,this.pre=new Matrix,this.appliedTransformations=0,this.initDynamicPropertyContainer(r||t),e.p&&e.p.s?(this.px=PropertyFactory.getProp(t,e.p.x,0,0,this),this.py=PropertyFactory.getProp(t,e.p.y,0,0,this),e.p.z&&(this.pz=PropertyFactory.getProp(t,e.p.z,0,0,this))):this.p=PropertyFactory.getProp(t,e.p||{k:[0,0,0]},1,0,this),e.rx){if(this.rx=PropertyFactory.getProp(t,e.rx,0,degToRads,this),this.ry=PropertyFactory.getProp(t,e.ry,0,degToRads,this),this.rz=PropertyFactory.getProp(t,e.rz,0,degToRads,this),e.or.k[0].ti){var i,s=e.or.k.length;for(i=0;i<s;i+=1)e.or.k[i].to=null,e.or.k[i].ti=null}this.or=PropertyFactory.getProp(t,e.or,1,degToRads,this),this.or.sh=!0}else this.r=PropertyFactory.getProp(t,e.r||{k:0},0,degToRads,this);e.sk&&(this.sk=PropertyFactory.getProp(t,e.sk,0,degToRads,this),this.sa=PropertyFactory.getProp(t,e.sa,0,degToRads,this)),this.a=PropertyFactory.getProp(t,e.a||{k:[0,0,0]},1,0,this),this.s=PropertyFactory.getProp(t,e.s||{k:[100,100,100]},1,.01,this),e.o?this.o=PropertyFactory.getProp(t,e.o,0,.01,t):this.o={_mdf:!1,v:1},this._isDirty=!0,this.dynamicProperties.length||this.getValue(!0)}return i.prototype={applyToMatrix:function(t){var e=this._mdf;this.iterateDynamicProperties(),this._mdf=this._mdf||e,this.a&&t.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.s&&t.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.sk&&t.skewFromAxis(-this.sk.v,this.sa.v),this.r?t.rotate(-this.r.v):t.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.data.p.s?this.data.p.z?t.translate(this.px.v,this.py.v,-this.pz.v):t.translate(this.px.v,this.py.v,0):t.translate(this.p.v[0],this.p.v[1],-this.p.v[2])},getValue:function(t){if(this.elem.globalData.frameId!==this.frameId){if(this._isDirty&&(this.precalculateMatrix(),this._isDirty=!1),this.iterateDynamicProperties(),this._mdf||t){var e;if(this.v.cloneFromProps(this.pre.props),this.appliedTransformations<1&&this.v.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.appliedTransformations<2&&this.v.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.sk&&this.appliedTransformations<3&&this.v.skewFromAxis(-this.sk.v,this.sa.v),this.r&&this.appliedTransformations<4?this.v.rotate(-this.r.v):!this.r&&this.appliedTransformations<4&&this.v.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.autoOriented){var r,i;if(e=this.elem.globalData.frameRate,this.p&&this.p.keyframes&&this.p.getValueAtTime)i=this.p._caching.lastFrame+this.p.offsetTime<=this.p.keyframes[0].t?(r=this.p.getValueAtTime((this.p.keyframes[0].t+.01)/e,0),this.p.getValueAtTime(this.p.keyframes[0].t/e,0)):this.p._caching.lastFrame+this.p.offsetTime>=this.p.keyframes[this.p.keyframes.length-1].t?(r=this.p.getValueAtTime(this.p.keyframes[this.p.keyframes.length-1].t/e,0),this.p.getValueAtTime((this.p.keyframes[this.p.keyframes.length-1].t-.05)/e,0)):(r=this.p.pv,this.p.getValueAtTime((this.p._caching.lastFrame+this.p.offsetTime-.01)/e,this.p.offsetTime));else if(this.px&&this.px.keyframes&&this.py.keyframes&&this.px.getValueAtTime&&this.py.getValueAtTime){r=[],i=[];var s=this.px,a=this.py;s._caching.lastFrame+s.offsetTime<=s.keyframes[0].t?(r[0]=s.getValueAtTime((s.keyframes[0].t+.01)/e,0),r[1]=a.getValueAtTime((a.keyframes[0].t+.01)/e,0),i[0]=s.getValueAtTime(s.keyframes[0].t/e,0),i[1]=a.getValueAtTime(a.keyframes[0].t/e,0)):s._caching.lastFrame+s.offsetTime>=s.keyframes[s.keyframes.length-1].t?(r[0]=s.getValueAtTime(s.keyframes[s.keyframes.length-1].t/e,0),r[1]=a.getValueAtTime(a.keyframes[a.keyframes.length-1].t/e,0),i[0]=s.getValueAtTime((s.keyframes[s.keyframes.length-1].t-.01)/e,0),i[1]=a.getValueAtTime((a.keyframes[a.keyframes.length-1].t-.01)/e,0)):(r=[s.pv,a.pv],i[0]=s.getValueAtTime((s._caching.lastFrame+s.offsetTime-.01)/e,s.offsetTime),i[1]=a.getValueAtTime((a._caching.lastFrame+a.offsetTime-.01)/e,a.offsetTime))}else r=i=n;this.v.rotate(-Math.atan2(r[1]-i[1],r[0]-i[0]))}this.data.p&&this.data.p.s?this.data.p.z?this.v.translate(this.px.v,this.py.v,-this.pz.v):this.v.translate(this.px.v,this.py.v,0):this.v.translate(this.p.v[0],this.p.v[1],-this.p.v[2])}this.frameId=this.elem.globalData.frameId}},precalculateMatrix:function(){if(!this.a.k&&(this.pre.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.appliedTransformations=1,!this.s.effectsSequence.length)){if(this.pre.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.appliedTransformations=2,this.sk){if(this.sk.effectsSequence.length||this.sa.effectsSequence.length)return;this.pre.skewFromAxis(-this.sk.v,this.sa.v),this.appliedTransformations=3}this.r?this.r.effectsSequence.length||(this.pre.rotate(-this.r.v),this.appliedTransformations=4):this.rz.effectsSequence.length||this.ry.effectsSequence.length||this.rx.effectsSequence.length||this.or.effectsSequence.length||(this.pre.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.appliedTransformations=4)}},autoOrient:function(){}},extendPrototype([DynamicPropertyContainer],i),i.prototype.addDynamicProperty=function(t){this._addDynamicProperty(t),this.elem.addDynamicProperty(t),this._isDirty=!0},i.prototype._addDynamicProperty=DynamicPropertyContainer.prototype.addDynamicProperty,{getTransformProperty:function(t,e,r){return new i(t,e,r)}}}();function ShapePath(){this.c=!1,this._length=0,this._maxLength=8,this.v=createSizedArray(this._maxLength),this.o=createSizedArray(this._maxLength),this.i=createSizedArray(this._maxLength)}ShapePath.prototype.setPathData=function(t,e){this.c=t,this.setLength(e);for(var r=0;r<e;)this.v[r]=pointPool.newElement(),this.o[r]=pointPool.newElement(),this.i[r]=pointPool.newElement(),r+=1},ShapePath.prototype.setLength=function(t){for(;this._maxLength<t;)this.doubleArrayLength();this._length=t},ShapePath.prototype.doubleArrayLength=function(){this.v=this.v.concat(createSizedArray(this._maxLength)),this.i=this.i.concat(createSizedArray(this._maxLength)),this.o=this.o.concat(createSizedArray(this._maxLength)),this._maxLength*=2},ShapePath.prototype.setXYAt=function(t,e,r,i,s){var a;switch(this._length=Math.max(this._length,i+1),this._length>=this._maxLength&&this.doubleArrayLength(),r){case"v":a=this.v;break;case"i":a=this.i;break;case"o":a=this.o;break;default:a=[]}(!a[i]||a[i]&&!s)&&(a[i]=pointPool.newElement()),a[i][0]=t,a[i][1]=e},ShapePath.prototype.setTripleAt=function(t,e,r,i,s,a,n,o){this.setXYAt(t,e,"v",n,o),this.setXYAt(r,i,"o",n,o),this.setXYAt(s,a,"i",n,o)},ShapePath.prototype.reverse=function(){var t=new ShapePath;t.setPathData(this.c,this._length);var e=this.v,r=this.o,i=this.i,s=0;this.c&&(t.setTripleAt(e[0][0],e[0][1],i[0][0],i[0][1],r[0][0],r[0][1],0,!1),s=1);var a,n=this._length-1,o=this._length;for(a=s;a<o;a+=1)t.setTripleAt(e[n][0],e[n][1],i[n][0],i[n][1],r[n][0],r[n][1],a,!1),n-=1;return t};var ShapePropertyFactory=function(){var s=-999999;function t(t,e,r){var i,s,a,n,o,h,l,p,m,f=r.lastIndex,c=this.keyframes;if(t<c[0].t-this.offsetTime)i=c[0].s[0],a=!0,f=0;else if(t>=c[c.length-1].t-this.offsetTime)i=c[c.length-1].s?c[c.length-1].s[0]:c[c.length-2].e[0],a=!0;else{for(var d,u,y,g=f,v=c.length-1,b=!0;b&&(d=c[g],!((u=c[g+1]).t-this.offsetTime>t));)g<v-1?g+=1:b=!1;if(y=this.keyframesMetadata[g]||{},f=g,!(a=1===d.h)){if(t>=u.t-this.offsetTime)p=1;else if(t<d.t-this.offsetTime)p=0;else{var P;y.__fnct?P=y.__fnct:(P=BezierFactory.getBezierEasing(d.o.x,d.o.y,d.i.x,d.i.y).get,y.__fnct=P),p=P((t-(d.t-this.offsetTime))/(u.t-this.offsetTime-(d.t-this.offsetTime)))}s=u.s?u.s[0]:d.e[0]}i=d.s[0]}for(h=e._length,l=i.i[0].length,r.lastIndex=f,n=0;n<h;n+=1)for(o=0;o<l;o+=1)m=a?i.i[n][o]:i.i[n][o]+(s.i[n][o]-i.i[n][o])*p,e.i[n][o]=m,m=a?i.o[n][o]:i.o[n][o]+(s.o[n][o]-i.o[n][o])*p,e.o[n][o]=m,m=a?i.v[n][o]:i.v[n][o]+(s.v[n][o]-i.v[n][o])*p,e.v[n][o]=m}function a(){this.paths=this.localShapeCollection}function e(t){(function(t,e){if(t._length!==e._length||t.c!==e.c)return!1;var r,i=t._length;for(r=0;r<i;r+=1)if(t.v[r][0]!==e.v[r][0]||t.v[r][1]!==e.v[r][1]||t.o[r][0]!==e.o[r][0]||t.o[r][1]!==e.o[r][1]||t.i[r][0]!==e.i[r][0]||t.i[r][1]!==e.i[r][1])return!1;return!0})(this.v,t)||(this.v=shapePool.clone(t),this.localShapeCollection.releaseShapes(),this.localShapeCollection.addShape(this.v),this._mdf=!0,this.paths=this.localShapeCollection)}function r(){if(this.elem.globalData.frameId!==this.frameId)if(this.effectsSequence.length)if(this.lock)this.setVValue(this.pv);else{var t,e;this.lock=!0,this._mdf=!1,t=this.kf?this.pv:this.data.ks?this.data.ks.k:this.data.pt.k;var r=this.effectsSequence.length;for(e=0;e<r;e+=1)t=this.effectsSequence[e](t);this.setVValue(t),this.lock=!1,this.frameId=this.elem.globalData.frameId}else this._mdf=!1}function n(t,e,r){this.propType="shape",this.comp=t.comp,this.container=t,this.elem=t,this.data=e,this.k=!1,this.kf=!1,this._mdf=!1;var i=3===r?e.pt.k:e.ks.k;this.v=shapePool.clone(i),this.pv=shapePool.clone(this.v),this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.paths=this.localShapeCollection,this.paths.addShape(this.v),this.reset=a,this.effectsSequence=[]}function i(t){this.effectsSequence.push(t),this.container.addDynamicProperty(this)}function o(t,e,r){this.propType="shape",this.comp=t.comp,this.elem=t,this.container=t,this.offsetTime=t.data.st,this.keyframes=3===r?e.pt.k:e.ks.k,this.keyframesMetadata=[],this.k=!0,this.kf=!0;var i=this.keyframes[0].s[0].i.length;this.v=shapePool.newElement(),this.v.setPathData(this.keyframes[0].s[0].c,i),this.pv=shapePool.clone(this.v),this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.paths=this.localShapeCollection,this.paths.addShape(this.v),this.lastFrame=s,this.reset=a,this._caching={lastFrame:s,lastIndex:0},this.effectsSequence=[function(){var t=this.comp.renderedFrame-this.offsetTime,e=this.keyframes[0].t-this.offsetTime,r=this.keyframes[this.keyframes.length-1].t-this.offsetTime,i=this._caching.lastFrame;return i!==s&&(i<e&&t<e||r<i&&r<t)||(this._caching.lastIndex=i<t?this._caching.lastIndex:0,this.interpolateShape(t,this.pv,this._caching)),this._caching.lastFrame=t,this.pv}.bind(this)]}n.prototype.interpolateShape=t,n.prototype.getValue=r,n.prototype.setVValue=e,n.prototype.addEffect=i,o.prototype.getValue=r,o.prototype.interpolateShape=t,o.prototype.setVValue=e,o.prototype.addEffect=i;var h=function(){var n=roundCorner;function t(t,e){this.v=shapePool.newElement(),this.v.setPathData(!0,4),this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.paths=this.localShapeCollection,this.localShapeCollection.addShape(this.v),this.d=e.d,this.elem=t,this.comp=t.comp,this.frameId=-1,this.initDynamicPropertyContainer(t),this.p=PropertyFactory.getProp(t,e.p,1,0,this),this.s=PropertyFactory.getProp(t,e.s,1,0,this),this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertEllToPath())}return t.prototype={reset:a,getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertEllToPath())},convertEllToPath:function(){var t=this.p.v[0],e=this.p.v[1],r=this.s.v[0]/2,i=this.s.v[1]/2,s=3!==this.d,a=this.v;a.v[0][0]=t,a.v[0][1]=e-i,a.v[1][0]=s?t+r:t-r,a.v[1][1]=e,a.v[2][0]=t,a.v[2][1]=e+i,a.v[3][0]=s?t-r:t+r,a.v[3][1]=e,a.i[0][0]=s?t-r*n:t+r*n,a.i[0][1]=e-i,a.i[1][0]=s?t+r:t-r,a.i[1][1]=e-i*n,a.i[2][0]=s?t+r*n:t-r*n,a.i[2][1]=e+i,a.i[3][0]=s?t-r:t+r,a.i[3][1]=e+i*n,a.o[0][0]=s?t+r*n:t-r*n,a.o[0][1]=e-i,a.o[1][0]=s?t+r:t-r,a.o[1][1]=e+i*n,a.o[2][0]=s?t-r*n:t+r*n,a.o[2][1]=e+i,a.o[3][0]=s?t-r:t+r,a.o[3][1]=e-i*n}},extendPrototype([DynamicPropertyContainer],t),t}(),l=function(){function t(t,e){this.v=shapePool.newElement(),this.v.setPathData(!0,0),this.elem=t,this.comp=t.comp,this.data=e,this.frameId=-1,this.d=e.d,this.initDynamicPropertyContainer(t),1===e.sy?(this.ir=PropertyFactory.getProp(t,e.ir,0,0,this),this.is=PropertyFactory.getProp(t,e.is,0,.01,this),this.convertToPath=this.convertStarToPath):this.convertToPath=this.convertPolygonToPath,this.pt=PropertyFactory.getProp(t,e.pt,0,0,this),this.p=PropertyFactory.getProp(t,e.p,1,0,this),this.r=PropertyFactory.getProp(t,e.r,0,degToRads,this),this.or=PropertyFactory.getProp(t,e.or,0,0,this),this.os=PropertyFactory.getProp(t,e.os,0,.01,this),this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.localShapeCollection.addShape(this.v),this.paths=this.localShapeCollection,this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertToPath())}return t.prototype={reset:a,getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertToPath())},convertStarToPath:function(){var t,e,r,i,s=2*Math.floor(this.pt.v),a=2*Math.PI/s,n=!0,o=this.or.v,h=this.ir.v,l=this.os.v,p=this.is.v,m=2*Math.PI*o/(2*s),f=2*Math.PI*h/(2*s),c=-Math.PI/2;c+=this.r.v;var d=3===this.data.d?-1:1;for(t=this.v._length=0;t<s;t+=1){r=n?l:p,i=n?m:f;var u=(e=n?o:h)*Math.cos(c),y=e*Math.sin(c),g=0===u&&0===y?0:y/Math.sqrt(u*u+y*y),v=0===u&&0===y?0:-u/Math.sqrt(u*u+y*y);u+=+this.p.v[0],y+=+this.p.v[1],this.v.setTripleAt(u,y,u-g*i*r*d,y-v*i*r*d,u+g*i*r*d,y+v*i*r*d,t,!0),n=!n,c+=a*d}},convertPolygonToPath:function(){var t,e=Math.floor(this.pt.v),r=2*Math.PI/e,i=this.or.v,s=this.os.v,a=2*Math.PI*i/(4*e),n=.5*-Math.PI,o=3===this.data.d?-1:1;for(n+=this.r.v,t=this.v._length=0;t<e;t+=1){var h=i*Math.cos(n),l=i*Math.sin(n),p=0===h&&0===l?0:l/Math.sqrt(h*h+l*l),m=0===h&&0===l?0:-h/Math.sqrt(h*h+l*l);h+=+this.p.v[0],l+=+this.p.v[1],this.v.setTripleAt(h,l,h-p*a*s*o,l-m*a*s*o,h+p*a*s*o,l+m*a*s*o,t,!0),n+=r*o}this.paths.length=0,this.paths[0]=this.v}},extendPrototype([DynamicPropertyContainer],t),t}(),p=function(){function t(t,e){this.v=shapePool.newElement(),this.v.c=!0,this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.localShapeCollection.addShape(this.v),this.paths=this.localShapeCollection,this.elem=t,this.comp=t.comp,this.frameId=-1,this.d=e.d,this.initDynamicPropertyContainer(t),this.p=PropertyFactory.getProp(t,e.p,1,0,this),this.s=PropertyFactory.getProp(t,e.s,1,0,this),this.r=PropertyFactory.getProp(t,e.r,0,0,this),this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertRectToPath())}return t.prototype={convertRectToPath:function(){var t=this.p.v[0],e=this.p.v[1],r=this.s.v[0]/2,i=this.s.v[1]/2,s=bmMin(r,i,this.r.v),a=s*(1-roundCorner);this.v._length=0,2===this.d||1===this.d?(this.v.setTripleAt(t+r,e-i+s,t+r,e-i+s,t+r,e-i+a,0,!0),this.v.setTripleAt(t+r,e+i-s,t+r,e+i-a,t+r,e+i-s,1,!0),0!==s?(this.v.setTripleAt(t+r-s,e+i,t+r-s,e+i,t+r-a,e+i,2,!0),this.v.setTripleAt(t-r+s,e+i,t-r+a,e+i,t-r+s,e+i,3,!0),this.v.setTripleAt(t-r,e+i-s,t-r,e+i-s,t-r,e+i-a,4,!0),this.v.setTripleAt(t-r,e-i+s,t-r,e-i+a,t-r,e-i+s,5,!0),this.v.setTripleAt(t-r+s,e-i,t-r+s,e-i,t-r+a,e-i,6,!0),this.v.setTripleAt(t+r-s,e-i,t+r-a,e-i,t+r-s,e-i,7,!0)):(this.v.setTripleAt(t-r,e+i,t-r+a,e+i,t-r,e+i,2),this.v.setTripleAt(t-r,e-i,t-r,e-i+a,t-r,e-i,3))):(this.v.setTripleAt(t+r,e-i+s,t+r,e-i+a,t+r,e-i+s,0,!0),0!==s?(this.v.setTripleAt(t+r-s,e-i,t+r-s,e-i,t+r-a,e-i,1,!0),this.v.setTripleAt(t-r+s,e-i,t-r+a,e-i,t-r+s,e-i,2,!0),this.v.setTripleAt(t-r,e-i+s,t-r,e-i+s,t-r,e-i+a,3,!0),this.v.setTripleAt(t-r,e+i-s,t-r,e+i-a,t-r,e+i-s,4,!0),this.v.setTripleAt(t-r+s,e+i,t-r+s,e+i,t-r+a,e+i,5,!0),this.v.setTripleAt(t+r-s,e+i,t+r-a,e+i,t+r-s,e+i,6,!0),this.v.setTripleAt(t+r,e+i-s,t+r,e+i-s,t+r,e+i-a,7,!0)):(this.v.setTripleAt(t-r,e-i,t-r+a,e-i,t-r,e-i,1,!0),this.v.setTripleAt(t-r,e+i,t-r,e+i-a,t-r,e+i,2,!0),this.v.setTripleAt(t+r,e+i,t+r-a,e+i,t+r,e+i,3,!0)))},getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertRectToPath())},reset:a},extendPrototype([DynamicPropertyContainer],t),t}();var m={getShapeProp:function(t,e,r){var i;return 3===r||4===r?i=(3===r?e.pt:e.ks).k.length?new o(t,e,r):new n(t,e,r):5===r?i=new p(t,e):6===r?i=new h(t,e):7===r&&(i=new l(t,e)),i.k&&t.addDynamicProperty(i),i},getConstructorFunction:function(){return n},getKeyframedConstructorFunction:function(){return o}};return m}(),ShapeModifiers=(tt={},ut={},tt.registerModifier=function(t,e){ut[t]||(ut[t]=e)},tt.getModifier=function(t,e,r){return new ut[t](e,r)},tt),tt,ut;function ShapeModifier(){}function TrimModifier(){}function RoundCornersModifier(){}function PuckerAndBloatModifier(){}function RepeaterModifier(){}function ShapeCollection(){this._length=0,this._maxLength=4,this.shapes=createSizedArray(this._maxLength)}function DashProperty(t,e,r,i){var s;this.elem=t,this.frameId=-1,this.dataProps=createSizedArray(e.length),this.renderer=r,this.k=!1,this.dashStr="",this.dashArray=createTypedArray("float32",e.length?e.length-1:0),this.dashoffset=createTypedArray("float32",1),this.initDynamicPropertyContainer(i);var a,n=e.length||0;for(s=0;s<n;s+=1)a=PropertyFactory.getProp(t,e[s].v,0,0,this),this.k=a.k||this.k,this.dataProps[s]={n:e[s].n,p:a};this.k||this.getValue(!0),this._isAnimated=this.k}function GradientProperty(t,e,r){this.data=e,this.c=createTypedArray("uint8c",4*e.p);var i=e.k.k[0].s?e.k.k[0].s.length-4*e.p:e.k.k.length-4*e.p;this.o=createTypedArray("float32",i),this._cmdf=!1,this._omdf=!1,this._collapsable=this.checkCollapsable(),this._hasOpacity=i,this.initDynamicPropertyContainer(r),this.prop=PropertyFactory.getProp(t,e.k,1,null,this),this.k=this.prop.k,this.getValue(!0)}ShapeModifier.prototype.initModifierProperties=function(){},ShapeModifier.prototype.addShapeToModifier=function(){},ShapeModifier.prototype.addShape=function(t){if(!this.closed){t.sh.container.addDynamicProperty(t.sh);var e={shape:t.sh,data:t,localShapeCollection:shapeCollectionPool.newShapeCollection()};this.shapes.push(e),this.addShapeToModifier(e),this._isAnimated&&t.setAsAnimated()}},ShapeModifier.prototype.init=function(t,e){this.shapes=[],this.elem=t,this.initDynamicPropertyContainer(t),this.initModifierProperties(t,e),this.frameId=initialDefaultFrame,this.closed=!1,this.k=!1,this.dynamicProperties.length?this.k=!0:this.getValue(!0)},ShapeModifier.prototype.processKeys=function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties())},extendPrototype([DynamicPropertyContainer],ShapeModifier),extendPrototype([ShapeModifier],TrimModifier),TrimModifier.prototype.initModifierProperties=function(t,e){this.s=PropertyFactory.getProp(t,e.s,0,.01,this),this.e=PropertyFactory.getProp(t,e.e,0,.01,this),this.o=PropertyFactory.getProp(t,e.o,0,0,this),this.sValue=0,this.eValue=0,this.getValue=this.processKeys,this.m=e.m,this._isAnimated=!!this.s.effectsSequence.length||!!this.e.effectsSequence.length||!!this.o.effectsSequence.length},TrimModifier.prototype.addShapeToModifier=function(t){t.pathsData=[]},TrimModifier.prototype.calculateShapeEdges=function(t,e,r,i,s){var a=[];e<=1?a.push({s:t,e:e}):1<=t?a.push({s:t-1,e:e-1}):(a.push({s:t,e:1}),a.push({s:0,e:e-1}));var n,o,h=[],l=a.length;for(n=0;n<l;n+=1){var p,m;if(!((o=a[n]).e*s<i||o.s*s>i+r))p=o.s*s<=i?0:(o.s*s-i)/r,m=o.e*s>=i+r?1:(o.e*s-i)/r,h.push([p,m])}return h.length||h.push([0,0]),h},TrimModifier.prototype.releasePathsData=function(t){var e,r=t.length;for(e=0;e<r;e+=1)segmentsLengthPool.release(t[e]);return t.length=0,t},TrimModifier.prototype.processShapes=function(t){var e,r,i,s;if(this._mdf||t){var a=this.o.v%360/360;if(a<0&&(a+=1),e=1<this.s.v?1+a:this.s.v<0?0+a:this.s.v+a,(r=1<this.e.v?1+a:this.e.v<0?0+a:this.e.v+a)<e){var n=e;e=r,r=n}e=1e-4*Math.round(1e4*e),r=1e-4*Math.round(1e4*r),this.sValue=e,this.eValue=r}else e=this.sValue,r=this.eValue;var o,h,l,p,m,f=this.shapes.length,c=0;if(r===e)for(s=0;s<f;s+=1)this.shapes[s].localShapeCollection.releaseShapes(),this.shapes[s].shape._mdf=!0,this.shapes[s].shape.paths=this.shapes[s].localShapeCollection,this._mdf&&(this.shapes[s].pathsData.length=0);else if(1===r&&0===e||0===r&&1===e){if(this._mdf)for(s=0;s<f;s+=1)this.shapes[s].pathsData.length=0,this.shapes[s].shape._mdf=!0}else{var d,u,y=[];for(s=0;s<f;s+=1)if((d=this.shapes[s]).shape._mdf||this._mdf||t||2===this.m){if(h=(i=d.shape.paths)._length,m=0,!d.shape._mdf&&d.pathsData.length)m=d.totalShapeLength;else{for(l=this.releasePathsData(d.pathsData),o=0;o<h;o+=1)p=bez.getSegmentsLength(i.shapes[o]),l.push(p),m+=p.totalLength;d.totalShapeLength=m,d.pathsData=l}c+=m,d.shape._mdf=!0}else d.shape.paths=d.localShapeCollection;var g,v=e,b=r,P=0;for(s=f-1;0<=s;s-=1)if((d=this.shapes[s]).shape._mdf){for((u=d.localShapeCollection).releaseShapes(),2===this.m&&1<f?(g=this.calculateShapeEdges(e,r,d.totalShapeLength,P,c),P+=d.totalShapeLength):g=[[v,b]],h=g.length,o=0;o<h;o+=1){v=g[o][0],b=g[o][1],y.length=0,b<=1?y.push({s:d.totalShapeLength*v,e:d.totalShapeLength*b}):1<=v?y.push({s:d.totalShapeLength*(v-1),e:d.totalShapeLength*(b-1)}):(y.push({s:d.totalShapeLength*v,e:d.totalShapeLength}),y.push({s:0,e:d.totalShapeLength*(b-1)}));var E=this.addShapes(d,y[0]);if(y[0].s!==y[0].e){if(1<y.length)if(d.shape.paths.shapes[d.shape.paths._length-1].c){var x=E.pop();this.addPaths(E,u),E=this.addShapes(d,y[1],x)}else this.addPaths(E,u),E=this.addShapes(d,y[1]);this.addPaths(E,u)}}d.shape.paths=u}}},TrimModifier.prototype.addPaths=function(t,e){var r,i=t.length;for(r=0;r<i;r+=1)e.addShape(t[r])},TrimModifier.prototype.addSegment=function(t,e,r,i,s,a,n){s.setXYAt(e[0],e[1],"o",a),s.setXYAt(r[0],r[1],"i",a+1),n&&s.setXYAt(t[0],t[1],"v",a),s.setXYAt(i[0],i[1],"v",a+1)},TrimModifier.prototype.addSegmentFromArray=function(t,e,r,i){e.setXYAt(t[1],t[5],"o",r),e.setXYAt(t[2],t[6],"i",r+1),i&&e.setXYAt(t[0],t[4],"v",r),e.setXYAt(t[3],t[7],"v",r+1)},TrimModifier.prototype.addShapes=function(t,e,r){var i,s,a,n,o,h,l,p,m=t.pathsData,f=t.shape.paths.shapes,c=t.shape.paths._length,d=0,u=[],y=!0;for(p=r?(o=r._length,r._length):(r=shapePool.newElement(),o=0),u.push(r),i=0;i<c;i+=1){for(h=m[i].lengths,r.c=f[i].c,a=f[i].c?h.length:h.length+1,s=1;s<a;s+=1)if(d+(n=h[s-1]).addedLength<e.s)d+=n.addedLength,r.c=!1;else{if(d>e.e){r.c=!1;break}e.s<=d&&e.e>=d+n.addedLength?(this.addSegment(f[i].v[s-1],f[i].o[s-1],f[i].i[s],f[i].v[s],r,o,y),y=!1):(l=bez.getNewSegment(f[i].v[s-1],f[i].v[s],f[i].o[s-1],f[i].i[s],(e.s-d)/n.addedLength,(e.e-d)/n.addedLength,h[s-1]),this.addSegmentFromArray(l,r,o,y),y=!1,r.c=!1),d+=n.addedLength,o+=1}if(f[i].c&&h.length){if(n=h[s-1],d<=e.e){var g=h[s-1].addedLength;e.s<=d&&e.e>=d+g?(this.addSegment(f[i].v[s-1],f[i].o[s-1],f[i].i[0],f[i].v[0],r,o,y),y=!1):(l=bez.getNewSegment(f[i].v[s-1],f[i].v[0],f[i].o[s-1],f[i].i[0],(e.s-d)/g,(e.e-d)/g,h[s-1]),this.addSegmentFromArray(l,r,o,y),y=!1,r.c=!1)}else r.c=!1;d+=n.addedLength,o+=1}if(r._length&&(r.setXYAt(r.v[p][0],r.v[p][1],"i",p),r.setXYAt(r.v[r._length-1][0],r.v[r._length-1][1],"o",r._length-1)),d>e.e)break;i<c-1&&(r=shapePool.newElement(),y=!0,u.push(r),o=0)}return u},ShapeModifiers.registerModifier("tm",TrimModifier),extendPrototype([ShapeModifier],RoundCornersModifier),RoundCornersModifier.prototype.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.rd=PropertyFactory.getProp(t,e.r,0,null,this),this._isAnimated=!!this.rd.effectsSequence.length},RoundCornersModifier.prototype.processPath=function(t,e){var r,i=shapePool.newElement();i.c=t.c;var s,a,n,o,h,l,p,m,f,c,d,u,y=t._length,g=0;for(r=0;r<y;r+=1)s=t.v[r],n=t.o[r],a=t.i[r],s[0]===n[0]&&s[1]===n[1]&&s[0]===a[0]&&s[1]===a[1]?0!==r&&r!==y-1||t.c?(o=0===r?t.v[y-1]:t.v[r-1],l=(h=Math.sqrt(Math.pow(s[0]-o[0],2)+Math.pow(s[1]-o[1],2)))?Math.min(h/2,e)/h:0,p=d=s[0]+(o[0]-s[0])*l,m=u=s[1]-(s[1]-o[1])*l,f=p-(p-s[0])*roundCorner,c=m-(m-s[1])*roundCorner,i.setTripleAt(p,m,f,c,d,u,g),g+=1,o=r===y-1?t.v[0]:t.v[r+1],l=(h=Math.sqrt(Math.pow(s[0]-o[0],2)+Math.pow(s[1]-o[1],2)))?Math.min(h/2,e)/h:0,p=f=s[0]+(o[0]-s[0])*l,m=c=s[1]+(o[1]-s[1])*l,d=p-(p-s[0])*roundCorner,u=m-(m-s[1])*roundCorner,i.setTripleAt(p,m,f,c,d,u,g)):i.setTripleAt(s[0],s[1],n[0],n[1],a[0],a[1],g):i.setTripleAt(t.v[r][0],t.v[r][1],t.o[r][0],t.o[r][1],t.i[r][0],t.i[r][1],g),g+=1;return i},RoundCornersModifier.prototype.processShapes=function(t){var e,r,i,s,a,n,o=this.shapes.length,h=this.rd.v;if(0!==h)for(r=0;r<o;r+=1){if(n=(a=this.shapes[r]).localShapeCollection,a.shape._mdf||this._mdf||t)for(n.releaseShapes(),a.shape._mdf=!0,e=a.shape.paths.shapes,s=a.shape.paths._length,i=0;i<s;i+=1)n.addShape(this.processPath(e[i],h));a.shape.paths=a.localShapeCollection}this.dynamicProperties.length||(this._mdf=!1)},ShapeModifiers.registerModifier("rd",RoundCornersModifier),extendPrototype([ShapeModifier],PuckerAndBloatModifier),PuckerAndBloatModifier.prototype.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.amount=PropertyFactory.getProp(t,e.a,0,null,this),this._isAnimated=!!this.amount.effectsSequence.length},PuckerAndBloatModifier.prototype.processPath=function(t,e){var r=e/100,i=[0,0],s=t._length,a=0;for(a=0;a<s;a+=1)i[0]+=t.v[a][0],i[1]+=t.v[a][1];i[0]/=s,i[1]/=s;var n,o,h,l,p,m,f=shapePool.newElement();for(f.c=t.c,a=0;a<s;a+=1)n=t.v[a][0]+(i[0]-t.v[a][0])*r,o=t.v[a][1]+(i[1]-t.v[a][1])*r,h=t.o[a][0]+(i[0]-t.o[a][0])*-r,l=t.o[a][1]+(i[1]-t.o[a][1])*-r,p=t.i[a][0]+(i[0]-t.i[a][0])*-r,m=t.i[a][1]+(i[1]-t.i[a][1])*-r,f.setTripleAt(n,o,h,l,p,m,a);return f},PuckerAndBloatModifier.prototype.processShapes=function(t){var e,r,i,s,a,n,o=this.shapes.length,h=this.amount.v;if(0!==h)for(r=0;r<o;r+=1){if(n=(a=this.shapes[r]).localShapeCollection,a.shape._mdf||this._mdf||t)for(n.releaseShapes(),a.shape._mdf=!0,e=a.shape.paths.shapes,s=a.shape.paths._length,i=0;i<s;i+=1)n.addShape(this.processPath(e[i],h));a.shape.paths=a.localShapeCollection}this.dynamicProperties.length||(this._mdf=!1)},ShapeModifiers.registerModifier("pb",PuckerAndBloatModifier),extendPrototype([ShapeModifier],RepeaterModifier),RepeaterModifier.prototype.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.c=PropertyFactory.getProp(t,e.c,0,null,this),this.o=PropertyFactory.getProp(t,e.o,0,null,this),this.tr=TransformPropertyFactory.getTransformProperty(t,e.tr,this),this.so=PropertyFactory.getProp(t,e.tr.so,0,.01,this),this.eo=PropertyFactory.getProp(t,e.tr.eo,0,.01,this),this.data=e,this.dynamicProperties.length||this.getValue(!0),this._isAnimated=!!this.dynamicProperties.length,this.pMatrix=new Matrix,this.rMatrix=new Matrix,this.sMatrix=new Matrix,this.tMatrix=new Matrix,this.matrix=new Matrix},RepeaterModifier.prototype.applyTransforms=function(t,e,r,i,s,a){var n=a?-1:1,o=i.s.v[0]+(1-i.s.v[0])*(1-s),h=i.s.v[1]+(1-i.s.v[1])*(1-s);t.translate(i.p.v[0]*n*s,i.p.v[1]*n*s,i.p.v[2]),e.translate(-i.a.v[0],-i.a.v[1],i.a.v[2]),e.rotate(-i.r.v*n*s),e.translate(i.a.v[0],i.a.v[1],i.a.v[2]),r.translate(-i.a.v[0],-i.a.v[1],i.a.v[2]),r.scale(a?1/o:o,a?1/h:h),r.translate(i.a.v[0],i.a.v[1],i.a.v[2])},RepeaterModifier.prototype.init=function(t,e,r,i){for(this.elem=t,this.arr=e,this.pos=r,this.elemsData=i,this._currentCopies=0,this._elements=[],this._groups=[],this.frameId=-1,this.initDynamicPropertyContainer(t),this.initModifierProperties(t,e[r]);0<r;)r-=1,this._elements.unshift(e[r]);this.dynamicProperties.length?this.k=!0:this.getValue(!0)},RepeaterModifier.prototype.resetElements=function(t){var e,r=t.length;for(e=0;e<r;e+=1)t[e]._processed=!1,"gr"===t[e].ty&&this.resetElements(t[e].it)},RepeaterModifier.prototype.cloneElements=function(t){var e=JSON.parse(JSON.stringify(t));return this.resetElements(e),e},RepeaterModifier.prototype.changeGroupRender=function(t,e){var r,i=t.length;for(r=0;r<i;r+=1)t[r]._render=e,"gr"===t[r].ty&&this.changeGroupRender(t[r].it,e)},RepeaterModifier.prototype.processShapes=function(t){var e,r,i,s,a,n=!1;if(this._mdf||t){var o,h=Math.ceil(this.c.v);if(this._groups.length<h){for(;this._groups.length<h;){var l={it:this.cloneElements(this._elements),ty:"gr"};l.it.push({a:{a:0,ix:1,k:[0,0]},nm:"Transform",o:{a:0,ix:7,k:100},p:{a:0,ix:2,k:[0,0]},r:{a:1,ix:6,k:[{s:0,e:0,t:0},{s:0,e:0,t:1}]},s:{a:0,ix:3,k:[100,100]},sa:{a:0,ix:5,k:0},sk:{a:0,ix:4,k:0},ty:"tr"}),this.arr.splice(0,0,l),this._groups.splice(0,0,l),this._currentCopies+=1}this.elem.reloadShapes(),n=!0}for(i=a=0;i<=this._groups.length-1;i+=1){if(o=a<h,this._groups[i]._render=o,this.changeGroupRender(this._groups[i].it,o),!o){var p=this.elemsData[i].it,m=p[p.length-1];0!==m.transform.op.v?(m.transform.op._mdf=!0,m.transform.op.v=0):m.transform.op._mdf=!1}a+=1}this._currentCopies=h;var f=this.o.v,c=f%1,d=0<f?Math.floor(f):Math.ceil(f),u=this.pMatrix.props,y=this.rMatrix.props,g=this.sMatrix.props;this.pMatrix.reset(),this.rMatrix.reset(),this.sMatrix.reset(),this.tMatrix.reset(),this.matrix.reset();var v,b,P=0;if(0<f){for(;P<d;)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),P+=1;c&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,c,!1),P+=c)}else if(f<0){for(;d<P;)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!0),P-=1;c&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,-c,!0),P-=c)}for(i=1===this.data.m?0:this._currentCopies-1,s=1===this.data.m?1:-1,a=this._currentCopies;a;){if(b=(r=(e=this.elemsData[i].it)[e.length-1].transform.mProps.v.props).length,e[e.length-1].transform.mProps._mdf=!0,e[e.length-1].transform.op._mdf=!0,e[e.length-1].transform.op.v=1===this._currentCopies?this.so.v:this.so.v+(this.eo.v-this.so.v)*(i/(this._currentCopies-1)),0!==P){for((0!==i&&1===s||i!==this._currentCopies-1&&-1===s)&&this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),this.matrix.transform(y[0],y[1],y[2],y[3],y[4],y[5],y[6],y[7],y[8],y[9],y[10],y[11],y[12],y[13],y[14],y[15]),this.matrix.transform(g[0],g[1],g[2],g[3],g[4],g[5],g[6],g[7],g[8],g[9],g[10],g[11],g[12],g[13],g[14],g[15]),this.matrix.transform(u[0],u[1],u[2],u[3],u[4],u[5],u[6],u[7],u[8],u[9],u[10],u[11],u[12],u[13],u[14],u[15]),v=0;v<b;v+=1)r[v]=this.matrix.props[v];this.matrix.reset()}else for(this.matrix.reset(),v=0;v<b;v+=1)r[v]=this.matrix.props[v];P+=1,a-=1,i+=s}}else for(a=this._currentCopies,i=0,s=1;a;)r=(e=this.elemsData[i].it)[e.length-1].transform.mProps.v.props,e[e.length-1].transform.mProps._mdf=!1,e[e.length-1].transform.op._mdf=!1,a-=1,i+=s;return n},RepeaterModifier.prototype.addShape=function(){},ShapeModifiers.registerModifier("rp",RepeaterModifier),ShapeCollection.prototype.addShape=function(t){this._length===this._maxLength&&(this.shapes=this.shapes.concat(createSizedArray(this._maxLength)),this._maxLength*=2),this.shapes[this._length]=t,this._length+=1},ShapeCollection.prototype.releaseShapes=function(){var t;for(t=0;t<this._length;t+=1)shapePool.release(this.shapes[t]);this._length=0},DashProperty.prototype.getValue=function(t){if((this.elem.globalData.frameId!==this.frameId||t)&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf=this._mdf||t,this._mdf)){var e=0,r=this.dataProps.length;for("svg"===this.renderer&&(this.dashStr=""),e=0;e<r;e+=1)"o"!==this.dataProps[e].n?"svg"===this.renderer?this.dashStr+=" "+this.dataProps[e].p.v:this.dashArray[e]=this.dataProps[e].p.v:this.dashoffset[0]=this.dataProps[e].p.v}},extendPrototype([DynamicPropertyContainer],DashProperty),GradientProperty.prototype.comparePoints=function(t,e){for(var r=0,i=this.o.length/2;r<i;){if(.01<Math.abs(t[4*r]-t[4*e+2*r]))return!1;r+=1}return!0},GradientProperty.prototype.checkCollapsable=function(){if(this.o.length/2!=this.c.length/4)return!1;if(this.data.k.k[0].s)for(var t=0,e=this.data.k.k.length;t<e;){if(!this.comparePoints(this.data.k.k[t].s,this.data.p))return!1;t+=1}else if(!this.comparePoints(this.data.k.k,this.data.p))return!1;return!0},GradientProperty.prototype.getValue=function(t){if(this.prop.getValue(),this._mdf=!1,this._cmdf=!1,this._omdf=!1,this.prop._mdf||t){var e,r,i,s=4*this.data.p;for(e=0;e<s;e+=1)r=e%4==0?100:255,i=Math.round(this.prop.v[e]*r),this.c[e]!==i&&(this.c[e]=i,this._cmdf=!t);if(this.o.length)for(s=this.prop.v.length,e=4*this.data.p;e<s;e+=1)r=e%2==0?100:1,i=e%2==0?Math.round(100*this.prop.v[e]):this.prop.v[e],this.o[e-4*this.data.p]!==i&&(this.o[e-4*this.data.p]=i,this._omdf=!t);this._mdf=!t}},extendPrototype([DynamicPropertyContainer],GradientProperty);var buildShapeString=function(t,e,r,i){if(0===e)return"";var s,a=t.o,n=t.i,o=t.v,h=" M"+i.applyToPointStringified(o[0][0],o[0][1]);for(s=1;s<e;s+=1)h+=" C"+i.applyToPointStringified(a[s-1][0],a[s-1][1])+" "+i.applyToPointStringified(n[s][0],n[s][1])+" "+i.applyToPointStringified(o[s][0],o[s][1]);return r&&e&&(h+=" C"+i.applyToPointStringified(a[s-1][0],a[s-1][1])+" "+i.applyToPointStringified(n[0][0],n[0][1])+" "+i.applyToPointStringified(o[0][0],o[0][1]),h+="z"),h},audioControllerFactory=function(){function t(t){this.audios=[],this.audioFactory=t,this._volume=1,this._isMuted=!1}return t.prototype={addAudio:function(t){this.audios.push(t)},pause:function(){var t,e=this.audios.length;for(t=0;t<e;t+=1)this.audios[t].pause()},resume:function(){var t,e=this.audios.length;for(t=0;t<e;t+=1)this.audios[t].resume()},setRate:function(t){var e,r=this.audios.length;for(e=0;e<r;e+=1)this.audios[e].setRate(t)},createAudio:function(t){return this.audioFactory?this.audioFactory(t):Howl?new Howl({src:[t]}):{isPlaying:!1,play:function(){this.isPlaying=!0},seek:function(){this.isPlaying=!1},playing:function(){},rate:function(){},setVolume:function(){}}},setAudioFactory:function(t){this.audioFactory=t},setVolume:function(t){this._volume=t,this._updateVolume()},mute:function(){this._isMuted=!0,this._updateVolume()},unmute:function(){this._isMuted=!1,this._updateVolume()},getVolume:function(){return this._volume},_updateVolume:function(){var t,e=this.audios.length;for(t=0;t<e;t+=1)this.audios[t].volume(this._volume*(this._isMuted?0:1))}},function(){return new t}}(),ImagePreloader=function(){var s=function(){var t=createTag("canvas");t.width=1,t.height=1;var e=t.getContext("2d");return e.fillStyle="rgba(0,0,0,0)",e.fillRect(0,0,1,1),t}();function t(){this.loadedAssets+=1,this.loadedAssets===this.totalImages&&this.loadedFootagesCount===this.totalFootages&&this.imagesLoadedCb&&this.imagesLoadedCb(null)}function e(){this.loadedFootagesCount+=1,this.loadedAssets===this.totalImages&&this.loadedFootagesCount===this.totalFootages&&this.imagesLoadedCb&&this.imagesLoadedCb(null)}function a(t,e,r){var i="";if(t.e)i=t.p;else if(e){var s=t.p;-1!==s.indexOf("images/")&&(s=s.split("/")[1]),i=e+s}else i=r,i+=t.u?t.u:"",i+=t.p;return i}function r(){this._imageLoaded=t.bind(this),this._footageLoaded=e.bind(this),this.testImageLoaded=function(t){var e=0,r=setInterval(function(){(t.getBBox().width||500<e)&&(this._imageLoaded(),clearInterval(r)),e+=1}.bind(this),50)}.bind(this),this.createFootageData=function(t){var e={assetData:t},r=a(t,this.assetsPath,this.path);return dataManager.loadData(r,function(t){e.img=t,this._footageLoaded()}.bind(this),function(){e.img={},this._footageLoaded()}.bind(this)),e}.bind(this),this.assetsPath="",this.path="",this.totalImages=0,this.totalFootages=0,this.loadedAssets=0,this.loadedFootagesCount=0,this.imagesLoadedCb=null,this.images=[]}return r.prototype={loadAssets:function(t,e){var r;this.imagesLoadedCb=e;var i=t.length;for(r=0;r<i;r+=1)t[r].layers||(t[r].t&&"seq"!==t[r].t?3===t[r].t&&(this.totalFootages+=1,this.images.push(this.createFootageData(t[r]))):(this.totalImages+=1,this.images.push(this._createImageData(t[r]))))},setAssetsPath:function(t){this.assetsPath=t||""},setPath:function(t){this.path=t||""},loadedImages:function(){return this.totalImages===this.loadedAssets},loadedFootages:function(){return this.totalFootages===this.loadedFootagesCount},destroy:function(){this.imagesLoadedCb=null,this.images.length=0},getAsset:function(t){for(var e=0,r=this.images.length;e<r;){if(this.images[e].assetData===t)return this.images[e].img;e+=1}return null},createImgData:function(t){var e=a(t,this.assetsPath,this.path),r=createTag("img");r.crossOrigin="anonymous",r.addEventListener("load",this._imageLoaded,!1),r.addEventListener("error",function(){i.img=s,this._imageLoaded()}.bind(this),!1),r.src=e;var i={img:r,assetData:t};return i},createImageData:function(t){var e=a(t,this.assetsPath,this.path),r=createNS("image");isSafari?this.testImageLoaded(r):r.addEventListener("load",this._imageLoaded,!1),r.addEventListener("error",function(){i.img=s,this._imageLoaded()}.bind(this),!1),r.setAttributeNS("http://www.w3.org/1999/xlink","href",e),this._elementHelper.append?this._elementHelper.append(r):this._elementHelper.appendChild(r);var i={img:r,assetData:t};return i},imageLoaded:t,footageLoaded:e,setCacheType:function(t,e){this._createImageData="svg"===t?(this._elementHelper=e,this.createImageData.bind(this)):this.createImgData.bind(this)}},r}(),featureSupport=(My={maskType:!0},(/MSIE 10/i.test(navigator.userAgent)||/MSIE 9/i.test(navigator.userAgent)||/rv:11.0/i.test(navigator.userAgent)||/Edge\/\d./i.test(navigator.userAgent))&&(My.maskType=!1),My),My,filtersFactory=(Ny={},Ny.createFilter=function(t,e){var r=createNS("filter");return r.setAttribute("id",t),!0!==e&&(r.setAttribute("filterUnits","objectBoundingBox"),r.setAttribute("x","0%"),r.setAttribute("y","0%"),r.setAttribute("width","100%"),r.setAttribute("height","100%")),r},Ny.createAlphaToLuminanceFilter=function(){var t=createNS("feColorMatrix");return t.setAttribute("type","matrix"),t.setAttribute("color-interpolation-filters","sRGB"),t.setAttribute("values","0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 1"),t},Ny),Ny;function TextAnimatorProperty(t,e,r){this._isFirstFrame=!0,this._hasMaskedPath=!1,this._frameId=-1,this._textData=t,this._renderType=e,this._elem=r,this._animatorsData=createSizedArray(this._textData.a.length),this._pathData={},this._moreOptions={alignment:{}},this.renderedLetters=[],this.lettersChangedFlag=!1,this.initDynamicPropertyContainer(r)}function TextAnimatorDataProperty(t,e,r){var i={propType:!1},s=PropertyFactory.getProp,a=e.a;this.a={r:a.r?s(t,a.r,0,degToRads,r):i,rx:a.rx?s(t,a.rx,0,degToRads,r):i,ry:a.ry?s(t,a.ry,0,degToRads,r):i,sk:a.sk?s(t,a.sk,0,degToRads,r):i,sa:a.sa?s(t,a.sa,0,degToRads,r):i,s:a.s?s(t,a.s,1,.01,r):i,a:a.a?s(t,a.a,1,0,r):i,o:a.o?s(t,a.o,0,.01,r):i,p:a.p?s(t,a.p,1,0,r):i,sw:a.sw?s(t,a.sw,0,0,r):i,sc:a.sc?s(t,a.sc,1,0,r):i,fc:a.fc?s(t,a.fc,1,0,r):i,fh:a.fh?s(t,a.fh,0,0,r):i,fs:a.fs?s(t,a.fs,0,.01,r):i,fb:a.fb?s(t,a.fb,0,.01,r):i,t:a.t?s(t,a.t,0,0,r):i},this.s=TextSelectorProp.getTextSelectorProp(t,e.s,r),this.s.t=e.s.t}function LetterProps(t,e,r,i,s,a){this.o=t,this.sw=e,this.sc=r,this.fc=i,this.m=s,this.p=a,this._mdf={o:!0,sw:!!e,sc:!!r,fc:!!i,m:!0,p:!0}}function TextProperty(t,e){this._frameId=initialDefaultFrame,this.pv="",this.v="",this.kf=!1,this._isFirstFrame=!0,this._mdf=!1,this.data=e,this.elem=t,this.comp=this.elem.comp,this.keysIndex=0,this.canResize=!1,this.minimumFontSize=1,this.effectsSequence=[],this.currentData={ascent:0,boxWidth:this.defaultBoxWidth,f:"",fStyle:"",fWeight:"",fc:"",j:"",justifyOffset:"",l:[],lh:0,lineWidths:[],ls:"",of:"",s:"",sc:"",sw:0,t:0,tr:0,sz:0,ps:null,fillColorAnim:!1,strokeColorAnim:!1,strokeWidthAnim:!1,yOffset:0,finalSize:0,finalText:[],finalLineHeight:0,__complete:!1},this.copyData(this.currentData,this.data.d.k[0].s),this.searchProperty()||this.completeTextData(this.currentData)}TextAnimatorProperty.prototype.searchProperties=function(){var t,e,r=this._textData.a.length,i=PropertyFactory.getProp;for(t=0;t<r;t+=1)e=this._textData.a[t],this._animatorsData[t]=new TextAnimatorDataProperty(this._elem,e,this);this._textData.p&&"m"in this._textData.p?(this._pathData={a:i(this._elem,this._textData.p.a,0,0,this),f:i(this._elem,this._textData.p.f,0,0,this),l:i(this._elem,this._textData.p.l,0,0,this),r:i(this._elem,this._textData.p.r,0,0,this),p:i(this._elem,this._textData.p.p,0,0,this),m:this._elem.maskManager.getMaskProperty(this._textData.p.m)},this._hasMaskedPath=!0):this._hasMaskedPath=!1,this._moreOptions.alignment=i(this._elem,this._textData.m.a,1,0,this)},TextAnimatorProperty.prototype.getMeasures=function(t,e){if(this.lettersChangedFlag=e,this._mdf||this._isFirstFrame||e||this._hasMaskedPath&&this._pathData.m._mdf){this._isFirstFrame=!1;var r,i,s,a,n,o,h,l,p,m,f,c,d,u,y,g,v,b,P,E=this._moreOptions.alignment.v,x=this._animatorsData,S=this._textData,C=this.mHelper,A=this._renderType,_=this.renderedLetters.length,T=t.l;if(this._hasMaskedPath){if(P=this._pathData.m,!this._pathData.n||this._pathData._mdf){var k,D=P.v;for(this._pathData.r.v&&(D=D.reverse()),n={tLength:0,segments:[]},a=D._length-1,s=g=0;s<a;s+=1)k=bez.buildBezierData(D.v[s],D.v[s+1],[D.o[s][0]-D.v[s][0],D.o[s][1]-D.v[s][1]],[D.i[s+1][0]-D.v[s+1][0],D.i[s+1][1]-D.v[s+1][1]]),n.tLength+=k.segmentLength,n.segments.push(k),g+=k.segmentLength;s=a,P.v.c&&(k=bez.buildBezierData(D.v[s],D.v[0],[D.o[s][0]-D.v[s][0],D.o[s][1]-D.v[s][1]],[D.i[0][0]-D.v[0][0],D.i[0][1]-D.v[0][1]]),n.tLength+=k.segmentLength,n.segments.push(k),g+=k.segmentLength),this._pathData.pi=n}if(n=this._pathData.pi,o=this._pathData.f.v,m=1,p=!(l=f=0),u=n.segments,o<0&&P.v.c)for(n.tLength<Math.abs(o)&&(o=-Math.abs(o)%n.tLength),m=(d=u[f=u.length-1].points).length-1;o<0;)o+=d[m].partialLength,(m-=1)<0&&(m=(d=u[f-=1].points).length-1);c=(d=u[f].points)[m-1],y=(h=d[m]).partialLength}a=T.length,i=r=0;var M,F,w,I,V,R=1.2*t.finalSize*.714,B=!0;w=x.length;var L,G,z,N,O,H,j,q,W,Y,X,J,K=-1,Z=o,$=f,U=m,Q=-1,tt="",et=this.defaultPropsArray;if(2===t.j||1===t.j){var rt=0,it=0,st=2===t.j?-.5:-1,at=0,nt=!0;for(s=0;s<a;s+=1)if(T[s].n){for(rt&&(rt+=it);at<s;)T[at].animatorJustifyOffset=rt,at+=1;nt=!(rt=0)}else{for(F=0;F<w;F+=1)(M=x[F].a).t.propType&&(nt&&2===t.j&&(it+=M.t.v*st),(V=x[F].s.getMult(T[s].anIndexes[F],S.a[F].s.totalChars)).length?rt+=M.t.v*V[0]*st:rt+=M.t.v*V*st);nt=!1}for(rt&&(rt+=it);at<s;)T[at].animatorJustifyOffset=rt,at+=1}for(s=0;s<a;s+=1){if(C.reset(),N=1,T[s].n)r=0,i+=t.yOffset,i+=B?1:0,o=Z,B=!1,this._hasMaskedPath&&(m=U,c=(d=u[f=$].points)[m-1],y=(h=d[m]).partialLength,l=0),J=W=X=tt="",et=this.defaultPropsArray;else{if(this._hasMaskedPath){if(Q!==T[s].line){switch(t.j){case 1:o+=g-t.lineWidths[T[s].line];break;case 2:o+=(g-t.lineWidths[T[s].line])/2}Q=T[s].line}K!==T[s].ind&&(T[K]&&(o+=T[K].extra),o+=T[s].an/2,K=T[s].ind),o+=E[0]*T[s].an*.005;var ot=0;for(F=0;F<w;F+=1)(M=x[F].a).p.propType&&((V=x[F].s.getMult(T[s].anIndexes[F],S.a[F].s.totalChars)).length?ot+=M.p.v[0]*V[0]:ot+=M.p.v[0]*V),M.a.propType&&((V=x[F].s.getMult(T[s].anIndexes[F],S.a[F].s.totalChars)).length?ot+=M.a.v[0]*V[0]:ot+=M.a.v[0]*V);for(p=!0,this._pathData.a.v&&(o=.5*T[0].an+(g-this._pathData.f.v-.5*T[0].an-.5*T[T.length-1].an)*K/(a-1),o+=this._pathData.f.v);p;)o+ot<=l+y||!d?(v=(o+ot-l)/h.partialLength,G=c.point[0]+(h.point[0]-c.point[0])*v,z=c.point[1]+(h.point[1]-c.point[1])*v,C.translate(-E[0]*T[s].an*.005,-E[1]*R*.01),p=!1):d&&(l+=h.partialLength,(m+=1)>=d.length&&(m=0,d=u[f+=1]?u[f].points:P.v.c?u[f=m=0].points:(l-=h.partialLength,null)),d&&(c=h,y=(h=d[m]).partialLength));L=T[s].an/2-T[s].add,C.translate(-L,0,0)}else L=T[s].an/2-T[s].add,C.translate(-L,0,0),C.translate(-E[0]*T[s].an*.005,-E[1]*R*.01,0);for(F=0;F<w;F+=1)(M=x[F].a).t.propType&&(V=x[F].s.getMult(T[s].anIndexes[F],S.a[F].s.totalChars),0===r&&0===t.j||(this._hasMaskedPath?V.length?o+=M.t.v*V[0]:o+=M.t.v*V:V.length?r+=M.t.v*V[0]:r+=M.t.v*V));for(t.strokeWidthAnim&&(H=t.sw||0),t.strokeColorAnim&&(O=t.sc?[t.sc[0],t.sc[1],t.sc[2]]:[0,0,0]),t.fillColorAnim&&t.fc&&(j=[t.fc[0],t.fc[1],t.fc[2]]),F=0;F<w;F+=1)(M=x[F].a).a.propType&&((V=x[F].s.getMult(T[s].anIndexes[F],S.a[F].s.totalChars)).length?C.translate(-M.a.v[0]*V[0],-M.a.v[1]*V[1],M.a.v[2]*V[2]):C.translate(-M.a.v[0]*V,-M.a.v[1]*V,M.a.v[2]*V));for(F=0;F<w;F+=1)(M=x[F].a).s.propType&&((V=x[F].s.getMult(T[s].anIndexes[F],S.a[F].s.totalChars)).length?C.scale(1+(M.s.v[0]-1)*V[0],1+(M.s.v[1]-1)*V[1],1):C.scale(1+(M.s.v[0]-1)*V,1+(M.s.v[1]-1)*V,1));for(F=0;F<w;F+=1){if(M=x[F].a,V=x[F].s.getMult(T[s].anIndexes[F],S.a[F].s.totalChars),M.sk.propType&&(V.length?C.skewFromAxis(-M.sk.v*V[0],M.sa.v*V[1]):C.skewFromAxis(-M.sk.v*V,M.sa.v*V)),M.r.propType&&(V.length?C.rotateZ(-M.r.v*V[2]):C.rotateZ(-M.r.v*V)),M.ry.propType&&(V.length?C.rotateY(M.ry.v*V[1]):C.rotateY(M.ry.v*V)),M.rx.propType&&(V.length?C.rotateX(M.rx.v*V[0]):C.rotateX(M.rx.v*V)),M.o.propType&&(V.length?N+=(M.o.v*V[0]-N)*V[0]:N+=(M.o.v*V-N)*V),t.strokeWidthAnim&&M.sw.propType&&(V.length?H+=M.sw.v*V[0]:H+=M.sw.v*V),t.strokeColorAnim&&M.sc.propType)for(q=0;q<3;q+=1)V.length?O[q]+=(M.sc.v[q]-O[q])*V[0]:O[q]+=(M.sc.v[q]-O[q])*V;if(t.fillColorAnim&&t.fc){if(M.fc.propType)for(q=0;q<3;q+=1)V.length?j[q]+=(M.fc.v[q]-j[q])*V[0]:j[q]+=(M.fc.v[q]-j[q])*V;M.fh.propType&&(j=V.length?addHueToRGB(j,M.fh.v*V[0]):addHueToRGB(j,M.fh.v*V)),M.fs.propType&&(j=V.length?addSaturationToRGB(j,M.fs.v*V[0]):addSaturationToRGB(j,M.fs.v*V)),M.fb.propType&&(j=V.length?addBrightnessToRGB(j,M.fb.v*V[0]):addBrightnessToRGB(j,M.fb.v*V))}}for(F=0;F<w;F+=1)(M=x[F].a).p.propType&&(V=x[F].s.getMult(T[s].anIndexes[F],S.a[F].s.totalChars),this._hasMaskedPath?V.length?C.translate(0,M.p.v[1]*V[0],-M.p.v[2]*V[1]):C.translate(0,M.p.v[1]*V,-M.p.v[2]*V):V.length?C.translate(M.p.v[0]*V[0],M.p.v[1]*V[1],-M.p.v[2]*V[2]):C.translate(M.p.v[0]*V,M.p.v[1]*V,-M.p.v[2]*V));if(t.strokeWidthAnim&&(W=H<0?0:H),t.strokeColorAnim&&(Y="rgb("+Math.round(255*O[0])+","+Math.round(255*O[1])+","+Math.round(255*O[2])+")"),t.fillColorAnim&&t.fc&&(X="rgb("+Math.round(255*j[0])+","+Math.round(255*j[1])+","+Math.round(255*j[2])+")"),this._hasMaskedPath){if(C.translate(0,-t.ls),C.translate(0,E[1]*R*.01+i,0),this._pathData.p.v){b=(h.point[1]-c.point[1])/(h.point[0]-c.point[0]);var ht=180*Math.atan(b)/Math.PI;h.point[0]<c.point[0]&&(ht+=180),C.rotate(-ht*Math.PI/180)}C.translate(G,z,0),o-=E[0]*T[s].an*.005,T[s+1]&&K!==T[s+1].ind&&(o+=T[s].an/2,o+=.001*t.tr*t.finalSize)}else{switch(C.translate(r,i,0),t.ps&&C.translate(t.ps[0],t.ps[1]+t.ascent,0),t.j){case 1:C.translate(T[s].animatorJustifyOffset+t.justifyOffset+(t.boxWidth-t.lineWidths[T[s].line]),0,0);break;case 2:C.translate(T[s].animatorJustifyOffset+t.justifyOffset+(t.boxWidth-t.lineWidths[T[s].line])/2,0,0)}C.translate(0,-t.ls),C.translate(L,0,0),C.translate(E[0]*T[s].an*.005,E[1]*R*.01,0),r+=T[s].l+.001*t.tr*t.finalSize}"html"===A?tt=C.toCSS():"svg"===A?tt=C.to2dCSS():et=[C.props[0],C.props[1],C.props[2],C.props[3],C.props[4],C.props[5],C.props[6],C.props[7],C.props[8],C.props[9],C.props[10],C.props[11],C.props[12],C.props[13],C.props[14],C.props[15]],J=N}this.lettersChangedFlag=_<=s?(I=new LetterProps(J,W,Y,X,tt,et),this.renderedLetters.push(I),_+=1,!0):(I=this.renderedLetters[s]).update(J,W,Y,X,tt,et)||this.lettersChangedFlag}}},TextAnimatorProperty.prototype.getValue=function(){this._elem.globalData.frameId!==this._frameId&&(this._frameId=this._elem.globalData.frameId,this.iterateDynamicProperties())},TextAnimatorProperty.prototype.mHelper=new Matrix,TextAnimatorProperty.prototype.defaultPropsArray=[],extendPrototype([DynamicPropertyContainer],TextAnimatorProperty),LetterProps.prototype.update=function(t,e,r,i,s,a){this._mdf.o=!1,this._mdf.sw=!1,this._mdf.sc=!1,this._mdf.fc=!1,this._mdf.m=!1;var n=this._mdf.p=!1;return this.o!==t&&(this.o=t,n=this._mdf.o=!0),this.sw!==e&&(this.sw=e,n=this._mdf.sw=!0),this.sc!==r&&(this.sc=r,n=this._mdf.sc=!0),this.fc!==i&&(this.fc=i,n=this._mdf.fc=!0),this.m!==s&&(this.m=s,n=this._mdf.m=!0),!a.length||this.p[0]===a[0]&&this.p[1]===a[1]&&this.p[4]===a[4]&&this.p[5]===a[5]&&this.p[12]===a[12]&&this.p[13]===a[13]||(this.p=a,n=this._mdf.p=!0),n},TextProperty.prototype.defaultBoxWidth=[0,0],TextProperty.prototype.copyData=function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},TextProperty.prototype.setCurrentData=function(t){t.__complete||this.completeTextData(t),this.currentData=t,this.currentData.boxWidth=this.currentData.boxWidth||this.defaultBoxWidth,this._mdf=!0},TextProperty.prototype.searchProperty=function(){return this.searchKeyframes()},TextProperty.prototype.searchKeyframes=function(){return this.kf=1<this.data.d.k.length,this.kf&&this.addEffect(this.getKeyframeValue.bind(this)),this.kf},TextProperty.prototype.addEffect=function(t){this.effectsSequence.push(t),this.elem.addDynamicProperty(this)},TextProperty.prototype.getValue=function(t){if(this.elem.globalData.frameId!==this.frameId&&this.effectsSequence.length||t){this.currentData.t=this.data.d.k[this.keysIndex].s.t;var e=this.currentData,r=this.keysIndex;if(this.lock)this.setCurrentData(this.currentData);else{var i;this.lock=!0,this._mdf=!1;var s=this.effectsSequence.length,a=t||this.data.d.k[this.keysIndex].s;for(i=0;i<s;i+=1)a=r!==this.keysIndex?this.effectsSequence[i](a,a.t):this.effectsSequence[i](this.currentData,a.t);e!==a&&this.setCurrentData(a),this.v=this.currentData,this.pv=this.v,this.lock=!1,this.frameId=this.elem.globalData.frameId}}},TextProperty.prototype.getKeyframeValue=function(){for(var t=this.data.d.k,e=this.elem.comp.renderedFrame,r=0,i=t.length;r<=i-1&&!(r===i-1||t[r+1].t>e);)r+=1;return this.keysIndex!==r&&(this.keysIndex=r),this.data.d.k[this.keysIndex].s},TextProperty.prototype.buildFinalText=function(t){for(var e,r,i=[],s=0,a=t.length,n=!1;s<a;)e=t.charCodeAt(s),FontManager.isCombinedCharacter(e)?i[i.length-1]+=t.charAt(s):55296<=e&&e<=56319?56320<=(r=t.charCodeAt(s+1))&&r<=57343?(n||FontManager.isModifier(e,r)?(i[i.length-1]+=t.substr(s,2),n=!1):i.push(t.substr(s,2)),s+=1):i.push(t.charAt(s)):56319<e?(r=t.charCodeAt(s+1),FontManager.isZeroWidthJoiner(e,r)?(n=!0,i[i.length-1]+=t.substr(s,2),s+=1):i.push(t.charAt(s))):FontManager.isZeroWidthJoiner(e)?(i[i.length-1]+=t.charAt(s),n=!0):i.push(t.charAt(s)),s+=1;return i},TextProperty.prototype.completeTextData=function(t){t.__complete=!0;var e,r,i,s,a,n,o,h=this.elem.globalData.fontManager,l=this.data,p=[],m=0,f=l.m.g,c=0,d=0,u=0,y=[],g=0,v=0,b=h.getFontByName(t.f),P=0,E=getFontProperties(b);t.fWeight=E.weight,t.fStyle=E.style,t.finalSize=t.s,t.finalText=this.buildFinalText(t.t),r=t.finalText.length,t.finalLineHeight=t.lh;var x,S=t.tr/1e3*t.finalSize;if(t.sz)for(var C,A,_=!0,T=t.sz[0],k=t.sz[1];_;){g=C=0,r=(A=this.buildFinalText(t.t)).length,S=t.tr/1e3*t.finalSize;var D=-1;for(e=0;e<r;e+=1)x=A[e].charCodeAt(0),i=!1," "===A[e]?D=e:13!==x&&3!==x||(i=!(g=0),C+=t.finalLineHeight||1.2*t.finalSize),T<g+(P=h.chars?(o=h.getCharData(A[e],b.fStyle,b.fFamily),i?0:o.w*t.finalSize/100):h.measureText(A[e],t.f,t.finalSize))&&" "!==A[e]?(-1===D?r+=1:e=D,C+=t.finalLineHeight||1.2*t.finalSize,A.splice(e,D===e?1:0,"\r"),D=-1,g=0):(g+=P,g+=S);C+=b.ascent*t.finalSize/100,this.canResize&&t.finalSize>this.minimumFontSize&&k<C?(t.finalSize-=1,t.finalLineHeight=t.finalSize*t.lh/t.s):(t.finalText=A,r=t.finalText.length,_=!1)}g=-S;var M,F=P=0;for(e=0;e<r;e+=1)if(i=!1,13===(x=(M=t.finalText[e]).charCodeAt(0))||3===x?(F=0,y.push(g),v=v<g?g:v,g=-2*S,i=!(s=""),u+=1):s=M,P=h.chars?(o=h.getCharData(M,b.fStyle,h.getFontByName(t.f).fFamily),i?0:o.w*t.finalSize/100):h.measureText(s,t.f,t.finalSize)," "===M?F+=P+S:(g+=P+S+F,F=0),p.push({l:P,an:P,add:c,n:i,anIndexes:[],val:s,line:u,animatorJustifyOffset:0}),2==f){if(c+=P,""===s||" "===s||e===r-1){for(""!==s&&" "!==s||(c-=P);d<=e;)p[d].an=c,p[d].ind=m,p[d].extra=P,d+=1;m+=1,c=0}}else if(3==f){if(c+=P,""===s||e===r-1){for(""===s&&(c-=P);d<=e;)p[d].an=c,p[d].ind=m,p[d].extra=P,d+=1;c=0,m+=1}}else p[m].ind=m,p[m].extra=0,m+=1;if(t.l=p,v=v<g?g:v,y.push(g),t.sz)t.boxWidth=t.sz[0],t.justifyOffset=0;else switch(t.boxWidth=v,t.j){case 1:t.justifyOffset=-t.boxWidth;break;case 2:t.justifyOffset=-t.boxWidth/2;break;default:t.justifyOffset=0}t.lineWidths=y;var w,I,V,R,B=l.a;n=B.length;var L=[];for(a=0;a<n;a+=1){for((w=B[a]).a.sc&&(t.strokeColorAnim=!0),w.a.sw&&(t.strokeWidthAnim=!0),(w.a.fc||w.a.fh||w.a.fs||w.a.fb)&&(t.fillColorAnim=!0),R=0,V=w.s.b,e=0;e<r;e+=1)(I=p[e]).anIndexes[a]=R,(1==V&&""!==I.val||2==V&&""!==I.val&&" "!==I.val||3==V&&(I.n||" "==I.val||e==r-1)||4==V&&(I.n||e==r-1))&&(1===w.s.rn&&L.push(R),R+=1);l.a[a].s.totalChars=R;var G,z=-1;if(1===w.s.rn)for(e=0;e<r;e+=1)z!=(I=p[e]).anIndexes[a]&&(z=I.anIndexes[a],G=L.splice(Math.floor(Math.random()*L.length),1)[0]),I.anIndexes[a]=G}t.yOffset=t.finalLineHeight||1.2*t.finalSize,t.ls=t.ls||0,t.ascent=b.ascent*t.finalSize/100},TextProperty.prototype.updateDocumentData=function(t,e){e=void 0===e?this.keysIndex:e;var r=this.copyData({},this.data.d.k[e].s);r=this.copyData(r,t),this.data.d.k[e].s=r,this.recalculate(e),this.elem.addDynamicProperty(this)},TextProperty.prototype.recalculate=function(t){var e=this.data.d.k[t].s;e.__complete=!1,this.keysIndex=0,this._isFirstFrame=!0,this.getValue(e)},TextProperty.prototype.canResizeFont=function(t){this.canResize=t,this.recalculate(this.keysIndex),this.elem.addDynamicProperty(this)},TextProperty.prototype.setMinimumFontSize=function(t){this.minimumFontSize=Math.floor(t)||1,this.recalculate(this.keysIndex),this.elem.addDynamicProperty(this)};var TextSelectorProp=function(){var u=Math.max,y=Math.min,g=Math.floor;function i(t,e){this._currentTextLength=-1,this.k=!1,this.data=e,this.elem=t,this.comp=t.comp,this.finalS=0,this.finalE=0,this.initDynamicPropertyContainer(t),this.s=PropertyFactory.getProp(t,e.s||{k:0},0,0,this),this.e="e"in e?PropertyFactory.getProp(t,e.e,0,0,this):{v:100},this.o=PropertyFactory.getProp(t,e.o||{k:0},0,0,this),this.xe=PropertyFactory.getProp(t,e.xe||{k:0},0,0,this),this.ne=PropertyFactory.getProp(t,e.ne||{k:0},0,0,this),this.sm=PropertyFactory.getProp(t,e.sm||{k:100},0,0,this),this.a=PropertyFactory.getProp(t,e.a,0,.01,this),this.dynamicProperties.length||this.getValue()}return i.prototype={getMult:function(t){this._currentTextLength!==this.elem.textProperty.currentData.l.length&&this.getValue();var e=0,r=0,i=1,s=1;0<this.ne.v?e=this.ne.v/100:r=-this.ne.v/100,0<this.xe.v?i=1-this.xe.v/100:s=1+this.xe.v/100;var a=BezierFactory.getBezierEasing(e,r,i,s).get,n=0,o=this.finalS,h=this.finalE,l=this.data.sh;if(2===l)n=a(n=h===o?h<=t?1:0:u(0,y(.5/(h-o)+(t-o)/(h-o),1)));else if(3===l)n=a(n=h===o?h<=t?0:1:1-u(0,y(.5/(h-o)+(t-o)/(h-o),1)));else if(4===l)h===o?n=0:(n=u(0,y(.5/(h-o)+(t-o)/(h-o),1)))<.5?n*=2:n=1-2*(n-.5),n=a(n);else if(5===l){if(h===o)n=0;else{var p=h-o,m=-p/2+(t=y(u(0,t+.5-o),h-o)),f=p/2;n=Math.sqrt(1-m*m/(f*f))}n=a(n)}else n=6===l?a(n=h===o?0:(t=y(u(0,t+.5-o),h-o),(1+Math.cos(Math.PI+2*Math.PI*t/(h-o)))/2)):(t>=g(o)&&(n=u(0,y(t-o<0?y(h,1)-(o-t):h-t,1))),a(n));if(100!==this.sm.v){var c=.01*this.sm.v;0===c&&(c=1e-8);var d=.5-.5*c;n<d?n=0:1<(n=(n-d)/c)&&(n=1)}return n*this.a.v},getValue:function(t){this.iterateDynamicProperties(),this._mdf=t||this._mdf,this._currentTextLength=this.elem.textProperty.currentData.l.length||0,t&&2===this.data.r&&(this.e.v=this._currentTextLength);var e=2===this.data.r?1:100/this.data.totalChars,r=this.o.v/e,i=this.s.v/e+r,s=this.e.v/e+r;if(s<i){var a=i;i=s,s=a}this.finalS=i,this.finalE=s}},extendPrototype([DynamicPropertyContainer],i),{getTextSelectorProp:function(t,e,r){return new i(t,e,r)}}}(),poolFactory=function(t,e,r){var i=0,s=t,a=createSizedArray(s);return{newElement:function(){return i?a[i-=1]:e()},release:function(t){i===s&&(a=pooling.double(a),s*=2),r&&r(t),a[i]=t,i+=1}}},pooling={double:function(t){return t.concat(createSizedArray(t.length))}},pointPool=poolFactory(8,function(){return createTypedArray("float32",2)}),shapePool=(NC=poolFactory(4,function(){return new ShapePath},function(t){var e,r=t._length;for(e=0;e<r;e+=1)pointPool.release(t.v[e]),pointPool.release(t.i[e]),pointPool.release(t.o[e]),t.v[e]=null,t.i[e]=null,t.o[e]=null;t._length=0,t.c=!1}),NC.clone=function(t){var e,r=NC.newElement(),i=void 0===t._length?t.v.length:t._length;for(r.setLength(i),r.c=t.c,e=0;e<i;e+=1)r.setTripleAt(t.v[e][0],t.v[e][1],t.o[e][0],t.o[e][1],t.i[e][0],t.i[e][1],e);return r},NC),NC,shapeCollectionPool=(VC={newShapeCollection:function(){var t;t=WC?YC[WC-=1]:new ShapeCollection;return t},release:function(t){var e,r=t._length;for(e=0;e<r;e+=1)shapePool.release(t.shapes[e]);t._length=0,WC===XC&&(YC=pooling.double(YC),XC*=2);YC[WC]=t,WC+=1}},WC=0,XC=4,YC=createSizedArray(XC),VC),VC,WC,XC,YC,segmentsLengthPool=poolFactory(8,function(){return{lengths:[],totalLength:0}},function(t){var e,r=t.lengths.length;for(e=0;e<r;e+=1)bezierLengthPool.release(t.lengths[e]);t.lengths.length=0}),bezierLengthPool=poolFactory(8,function(){return{addedLength:0,percents:createTypedArray("float32",defaultCurveSegments),lengths:createTypedArray("float32",defaultCurveSegments)}}),markerParser=function(){function a(t){for(var e,r=t.split("\r\n"),i={},s=0,a=0;a<r.length;a+=1)2===(e=r[a].split(":")).length&&(i[e[0]]=e[1].trim(),s+=1);if(0===s)throw new Error;return i}return function(e){for(var t=[],r=0;r<e.length;r+=1){var i=e[r],s={time:i.tm,duration:i.dr};try{s.payload=JSON.parse(e[r].cm)}catch(t){try{s.payload=a(e[r].cm)}catch(t){s.payload={name:e[r]}}}t.push(s)}return t}}();function BaseRenderer(){}function SVGRenderer(t,e){this.animationItem=t,this.layers=null,this.renderedFrame=-1,this.svgElement=createNS("svg");var r="";if(e&&e.title){var i=createNS("title"),s=createElementID();i.setAttribute("id",s),i.textContent=e.title,this.svgElement.appendChild(i),r+=s}if(e&&e.description){var a=createNS("desc"),n=createElementID();a.setAttribute("id",n),a.textContent=e.description,this.svgElement.appendChild(a),r+=" "+n}r&&this.svgElement.setAttribute("aria-labelledby",r);var o=createNS("defs");this.svgElement.appendChild(o);var h=createNS("g");this.svgElement.appendChild(h),this.layerElement=h,this.renderConfig={preserveAspectRatio:e&&e.preserveAspectRatio||"xMidYMid meet",imagePreserveAspectRatio:e&&e.imagePreserveAspectRatio||"xMidYMid slice",contentVisibility:e&&e.contentVisibility||"visible",progressiveLoad:e&&e.progressiveLoad||!1,hideOnTransparent:!(e&&!1===e.hideOnTransparent),viewBoxOnly:e&&e.viewBoxOnly||!1,viewBoxSize:e&&e.viewBoxSize||!1,className:e&&e.className||"",id:e&&e.id||"",focusable:e&&e.focusable,filterSize:{width:e&&e.filterSize&&e.filterSize.width||"100%",height:e&&e.filterSize&&e.filterSize.height||"100%",x:e&&e.filterSize&&e.filterSize.x||"0%",y:e&&e.filterSize&&e.filterSize.y||"0%"}},this.globalData={_mdf:!1,frameNum:-1,defs:o,renderConfig:this.renderConfig},this.elements=[],this.pendingElements=[],this.destroyed=!1,this.rendererType="svg"}function CanvasRenderer(t,e){this.animationItem=t,this.renderConfig={clearCanvas:!e||void 0===e.clearCanvas||e.clearCanvas,context:e&&e.context||null,progressiveLoad:e&&e.progressiveLoad||!1,preserveAspectRatio:e&&e.preserveAspectRatio||"xMidYMid meet",imagePreserveAspectRatio:e&&e.imagePreserveAspectRatio||"xMidYMid slice",contentVisibility:e&&e.contentVisibility||"visible",className:e&&e.className||"",id:e&&e.id||""},this.renderConfig.dpr=e&&e.dpr||1,this.animationItem.wrapper&&(this.renderConfig.dpr=e&&e.dpr||window.devicePixelRatio||1),this.renderedFrame=-1,this.globalData={frameNum:-1,_mdf:!1,renderConfig:this.renderConfig,currentGlobalAlpha:-1},this.contextData=new CVContextData,this.elements=[],this.pendingElements=[],this.transformMat=new Matrix,this.completeLayers=!1,this.rendererType="canvas"}function HybridRenderer(t,e){this.animationItem=t,this.layers=null,this.renderedFrame=-1,this.renderConfig={className:e&&e.className||"",imagePreserveAspectRatio:e&&e.imagePreserveAspectRatio||"xMidYMid slice",hideOnTransparent:!(e&&!1===e.hideOnTransparent),filterSize:{width:e&&e.filterSize&&e.filterSize.width||"400%",height:e&&e.filterSize&&e.filterSize.height||"400%",x:e&&e.filterSize&&e.filterSize.x||"-100%",y:e&&e.filterSize&&e.filterSize.y||"-100%"}},this.globalData={_mdf:!1,frameNum:-1,renderConfig:this.renderConfig},this.pendingElements=[],this.elements=[],this.threeDElements=[],this.destroyed=!1,this.camera=null,this.supports3d=!0,this.rendererType="html"}function MaskElement(t,e,r){this.data=t,this.element=e,this.globalData=r,this.storedData=[],this.masksProperties=this.data.masksProperties||[],this.maskElement=null;var i,s,a=this.globalData.defs,n=this.masksProperties?this.masksProperties.length:0;this.viewData=createSizedArray(n),this.solidPath="";var o,h,l,p,m,f,c=this.masksProperties,d=0,u=[],y=createElementID(),g="clipPath",v="clip-path";for(i=0;i<n;i+=1)if(("a"!==c[i].mode&&"n"!==c[i].mode||c[i].inv||100!==c[i].o.k||c[i].o.x)&&(v=g="mask"),"s"!==c[i].mode&&"i"!==c[i].mode||0!==d?l=null:((l=createNS("rect")).setAttribute("fill","#ffffff"),l.setAttribute("width",this.element.comp.data.w||0),l.setAttribute("height",this.element.comp.data.h||0),u.push(l)),s=createNS("path"),"n"===c[i].mode)this.viewData[i]={op:PropertyFactory.getProp(this.element,c[i].o,0,.01,this.element),prop:ShapePropertyFactory.getShapeProp(this.element,c[i],3),elem:s,lastPath:""},a.appendChild(s);else{var b;if(d+=1,s.setAttribute("fill","s"===c[i].mode?"#000000":"#ffffff"),s.setAttribute("clip-rule","nonzero"),0!==c[i].x.k?(v=g="mask",f=PropertyFactory.getProp(this.element,c[i].x,0,null,this.element),b=createElementID(),(p=createNS("filter")).setAttribute("id",b),(m=createNS("feMorphology")).setAttribute("operator","erode"),m.setAttribute("in","SourceGraphic"),m.setAttribute("radius","0"),p.appendChild(m),a.appendChild(p),s.setAttribute("stroke","s"===c[i].mode?"#000000":"#ffffff")):f=m=null,this.storedData[i]={elem:s,x:f,expan:m,lastPath:"",lastOperator:"",filterId:b,lastRadius:0},"i"===c[i].mode){h=u.length;var P=createNS("g");for(o=0;o<h;o+=1)P.appendChild(u[o]);var E=createNS("mask");E.setAttribute("mask-type","alpha"),E.setAttribute("id",y+"_"+d),E.appendChild(s),a.appendChild(E),P.setAttribute("mask","url("+locationHref+"#"+y+"_"+d+")"),u.length=0,u.push(P)}else u.push(s);c[i].inv&&!this.solidPath&&(this.solidPath=this.createLayerSolidPath()),this.viewData[i]={elem:s,lastPath:"",op:PropertyFactory.getProp(this.element,c[i].o,0,.01,this.element),prop:ShapePropertyFactory.getShapeProp(this.element,c[i],3),invRect:l},this.viewData[i].prop.k||this.drawPath(c[i],this.viewData[i].prop.v,this.viewData[i])}for(this.maskElement=createNS(g),n=u.length,i=0;i<n;i+=1)this.maskElement.appendChild(u[i]);0<d&&(this.maskElement.setAttribute("id",y),this.element.maskedElement.setAttribute(v,"url("+locationHref+"#"+y+")"),a.appendChild(this.maskElement)),this.viewData.length&&this.element.addRenderableComponent(this)}function HierarchyElement(){}function FrameElement(){}function TransformElement(){}function RenderableElement(){}function RenderableDOMElement(){}function ProcessedElement(t,e){this.elem=t,this.pos=e}function SVGStyleData(t,e){this.data=t,this.type=t.ty,this.d="",this.lvl=e,this._mdf=!1,this.closed=!0===t.hd,this.pElem=createNS("path"),this.msElem=null}function SVGShapeData(t,e,r){this.caches=[],this.styles=[],this.transformers=t,this.lStr="",this.sh=r,this.lvl=e,this._isAnimated=!!r.k;for(var i=0,s=t.length;i<s;){if(t[i].mProps.dynamicProperties.length){this._isAnimated=!0;break}i+=1}}function SVGTransformData(t,e,r){this.transform={mProps:t,op:e,container:r},this.elements=[],this._isAnimated=this.transform.mProps.dynamicProperties.length||this.transform.op.effectsSequence.length}function SVGStrokeStyleData(t,e,r){this.initDynamicPropertyContainer(t),this.getValue=this.iterateDynamicProperties,this.o=PropertyFactory.getProp(t,e.o,0,.01,this),this.w=PropertyFactory.getProp(t,e.w,0,null,this),this.d=new DashProperty(t,e.d||{},"svg",this),this.c=PropertyFactory.getProp(t,e.c,1,255,this),this.style=r,this._isAnimated=!!this._isAnimated}function SVGFillStyleData(t,e,r){this.initDynamicPropertyContainer(t),this.getValue=this.iterateDynamicProperties,this.o=PropertyFactory.getProp(t,e.o,0,.01,this),this.c=PropertyFactory.getProp(t,e.c,1,255,this),this.style=r}function SVGGradientFillStyleData(t,e,r){this.initDynamicPropertyContainer(t),this.getValue=this.iterateDynamicProperties,this.initGradientData(t,e,r)}function SVGGradientStrokeStyleData(t,e,r){this.initDynamicPropertyContainer(t),this.getValue=this.iterateDynamicProperties,this.w=PropertyFactory.getProp(t,e.w,0,null,this),this.d=new DashProperty(t,e.d||{},"svg",this),this.initGradientData(t,e,r),this._isAnimated=!!this._isAnimated}function ShapeGroupData(){this.it=[],this.prevViewData=[],this.gr=createNS("g")}BaseRenderer.prototype.checkLayers=function(t){var e,r,i=this.layers.length;for(this.completeLayers=!0,e=i-1;0<=e;e-=1)this.elements[e]||(r=this.layers[e]).ip-r.st<=t-this.layers[e].st&&r.op-r.st>t-this.layers[e].st&&this.buildItem(e),this.completeLayers=!!this.elements[e]&&this.completeLayers;this.checkPendingElements()},BaseRenderer.prototype.createItem=function(t){switch(t.ty){case 2:return this.createImage(t);case 0:return this.createComp(t);case 1:return this.createSolid(t);case 3:return this.createNull(t);case 4:return this.createShape(t);case 5:return this.createText(t);case 6:return this.createAudio(t);case 13:return this.createCamera(t);case 15:return this.createFootage(t);default:return this.createNull(t)}},BaseRenderer.prototype.createCamera=function(){throw new Error("You're using a 3d camera. Try the html renderer.")},BaseRenderer.prototype.createAudio=function(t){return new AudioElement(t,this.globalData,this)},BaseRenderer.prototype.createFootage=function(t){return new FootageElement(t,this.globalData,this)},BaseRenderer.prototype.buildAllItems=function(){var t,e=this.layers.length;for(t=0;t<e;t+=1)this.buildItem(t);this.checkPendingElements()},BaseRenderer.prototype.includeLayers=function(t){var e;this.completeLayers=!1;var r,i=t.length,s=this.layers.length;for(e=0;e<i;e+=1)for(r=0;r<s;){if(this.layers[r].id===t[e].id){this.layers[r]=t[e];break}r+=1}},BaseRenderer.prototype.setProjectInterface=function(t){this.globalData.projectInterface=t},BaseRenderer.prototype.initItems=function(){this.globalData.progressiveLoad||this.buildAllItems()},BaseRenderer.prototype.buildElementParenting=function(t,e,r){for(var i=this.elements,s=this.layers,a=0,n=s.length;a<n;)s[a].ind==e&&(i[a]&&!0!==i[a]?(r.push(i[a]),i[a].setAsParent(),void 0!==s[a].parent?this.buildElementParenting(t,s[a].parent,r):t.setHierarchy(r)):(this.buildItem(a),this.addPendingElement(t))),a+=1},BaseRenderer.prototype.addPendingElement=function(t){this.pendingElements.push(t)},BaseRenderer.prototype.searchExtraCompositions=function(t){var e,r=t.length;for(e=0;e<r;e+=1)if(t[e].xt){var i=this.createComp(t[e]);i.initExpressions(),this.globalData.projectInterface.registerComposition(i)}},BaseRenderer.prototype.setupGlobalData=function(t,e){this.globalData.fontManager=new FontManager,this.globalData.fontManager.addChars(t.chars),this.globalData.fontManager.addFonts(t.fonts,e),this.globalData.getAssetData=this.animationItem.getAssetData.bind(this.animationItem),this.globalData.getAssetsPath=this.animationItem.getAssetsPath.bind(this.animationItem),this.globalData.imageLoader=this.animationItem.imagePreloader,this.globalData.audioController=this.animationItem.audioController,this.globalData.frameId=0,this.globalData.frameRate=t.fr,this.globalData.nm=t.nm,this.globalData.compSize={w:t.w,h:t.h}},extendPrototype([BaseRenderer],SVGRenderer),SVGRenderer.prototype.createNull=function(t){return new NullElement(t,this.globalData,this)},SVGRenderer.prototype.createShape=function(t){return new SVGShapeElement(t,this.globalData,this)},SVGRenderer.prototype.createText=function(t){return new SVGTextLottieElement(t,this.globalData,this)},SVGRenderer.prototype.createImage=function(t){return new IImageElement(t,this.globalData,this)},SVGRenderer.prototype.createComp=function(t){return new SVGCompElement(t,this.globalData,this)},SVGRenderer.prototype.createSolid=function(t){return new ISolidElement(t,this.globalData,this)},SVGRenderer.prototype.configAnimation=function(t){this.svgElement.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.renderConfig.viewBoxSize?this.svgElement.setAttribute("viewBox",this.renderConfig.viewBoxSize):this.svgElement.setAttribute("viewBox","0 0 "+t.w+" "+t.h),this.renderConfig.viewBoxOnly||(this.svgElement.setAttribute("width",t.w),this.svgElement.setAttribute("height",t.h),this.svgElement.style.width="100%",this.svgElement.style.height="100%",this.svgElement.style.transform="translate3d(0,0,0)",this.svgElement.style.contentVisibility=this.renderConfig.contentVisibility),this.renderConfig.className&&this.svgElement.setAttribute("class",this.renderConfig.className),this.renderConfig.id&&this.svgElement.setAttribute("id",this.renderConfig.id),void 0!==this.renderConfig.focusable&&this.svgElement.setAttribute("focusable",this.renderConfig.focusable),this.svgElement.setAttribute("preserveAspectRatio",this.renderConfig.preserveAspectRatio),this.animationItem.wrapper.appendChild(this.svgElement);var e=this.globalData.defs;this.setupGlobalData(t,e),this.globalData.progressiveLoad=this.renderConfig.progressiveLoad,this.data=t;var r=createNS("clipPath"),i=createNS("rect");i.setAttribute("width",t.w),i.setAttribute("height",t.h),i.setAttribute("x",0),i.setAttribute("y",0);var s=createElementID();r.setAttribute("id",s),r.appendChild(i),this.layerElement.setAttribute("clip-path","url("+locationHref+"#"+s+")"),e.appendChild(r),this.layers=t.layers,this.elements=createSizedArray(t.layers.length)},SVGRenderer.prototype.destroy=function(){var t;this.animationItem.wrapper&&(this.animationItem.wrapper.innerText=""),this.layerElement=null,this.globalData.defs=null;var e=this.layers?this.layers.length:0;for(t=0;t<e;t+=1)this.elements[t]&&this.elements[t].destroy();this.elements.length=0,this.destroyed=!0,this.animationItem=null},SVGRenderer.prototype.updateContainerSize=function(){},SVGRenderer.prototype.buildItem=function(t){var e=this.elements;if(!e[t]&&99!==this.layers[t].ty){e[t]=!0;var r=this.createItem(this.layers[t]);e[t]=r,expressionsPlugin&&(0===this.layers[t].ty&&this.globalData.projectInterface.registerComposition(r),r.initExpressions()),this.appendElementInPos(r,t),this.layers[t].tt&&(this.elements[t-1]&&!0!==this.elements[t-1]?r.setMatte(e[t-1].layerId):(this.buildItem(t-1),this.addPendingElement(r)))}},SVGRenderer.prototype.checkPendingElements=function(){for(;this.pendingElements.length;){var t=this.pendingElements.pop();if(t.checkParenting(),t.data.tt)for(var e=0,r=this.elements.length;e<r;){if(this.elements[e]===t){t.setMatte(this.elements[e-1].layerId);break}e+=1}}},SVGRenderer.prototype.renderFrame=function(t){if(this.renderedFrame!==t&&!this.destroyed){var e;null===t?t=this.renderedFrame:this.renderedFrame=t,this.globalData.frameNum=t,this.globalData.frameId+=1,this.globalData.projectInterface.currentFrame=t,this.globalData._mdf=!1;var r=this.layers.length;for(this.completeLayers||this.checkLayers(t),e=r-1;0<=e;e-=1)(this.completeLayers||this.elements[e])&&this.elements[e].prepareFrame(t-this.layers[e].st);if(this.globalData._mdf)for(e=0;e<r;e+=1)(this.completeLayers||this.elements[e])&&this.elements[e].renderFrame()}},SVGRenderer.prototype.appendElementInPos=function(t,e){var r=t.getBaseElement();if(r){for(var i,s=0;s<e;)this.elements[s]&&!0!==this.elements[s]&&this.elements[s].getBaseElement()&&(i=this.elements[s].getBaseElement()),s+=1;i?this.layerElement.insertBefore(r,i):this.layerElement.appendChild(r)}},SVGRenderer.prototype.hide=function(){this.layerElement.style.display="none"},SVGRenderer.prototype.show=function(){this.layerElement.style.display="block"},extendPrototype([BaseRenderer],CanvasRenderer),CanvasRenderer.prototype.createShape=function(t){return new CVShapeElement(t,this.globalData,this)},CanvasRenderer.prototype.createText=function(t){return new CVTextElement(t,this.globalData,this)},CanvasRenderer.prototype.createImage=function(t){return new CVImageElement(t,this.globalData,this)},CanvasRenderer.prototype.createComp=function(t){return new CVCompElement(t,this.globalData,this)},CanvasRenderer.prototype.createSolid=function(t){return new CVSolidElement(t,this.globalData,this)},CanvasRenderer.prototype.createNull=SVGRenderer.prototype.createNull,CanvasRenderer.prototype.ctxTransform=function(t){if(1!==t[0]||0!==t[1]||0!==t[4]||1!==t[5]||0!==t[12]||0!==t[13])if(this.renderConfig.clearCanvas){this.transformMat.cloneFromProps(t);var e=this.contextData.cTr.props;this.transformMat.transform(e[0],e[1],e[2],e[3],e[4],e[5],e[6],e[7],e[8],e[9],e[10],e[11],e[12],e[13],e[14],e[15]),this.contextData.cTr.cloneFromProps(this.transformMat.props);var r=this.contextData.cTr.props;this.canvasContext.setTransform(r[0],r[1],r[4],r[5],r[12],r[13])}else this.canvasContext.transform(t[0],t[1],t[4],t[5],t[12],t[13])},CanvasRenderer.prototype.ctxOpacity=function(t){if(!this.renderConfig.clearCanvas)return this.canvasContext.globalAlpha*=t<0?0:t,void(this.globalData.currentGlobalAlpha=this.contextData.cO);this.contextData.cO*=t<0?0:t,this.globalData.currentGlobalAlpha!==this.contextData.cO&&(this.canvasContext.globalAlpha=this.contextData.cO,this.globalData.currentGlobalAlpha=this.contextData.cO)},CanvasRenderer.prototype.reset=function(){this.renderConfig.clearCanvas?this.contextData.reset():this.canvasContext.restore()},CanvasRenderer.prototype.save=function(t){if(this.renderConfig.clearCanvas){t&&this.canvasContext.save();var e,r=this.contextData.cTr.props;this.contextData._length<=this.contextData.cArrPos&&this.contextData.duplicate();var i=this.contextData.saved[this.contextData.cArrPos];for(e=0;e<16;e+=1)i[e]=r[e];this.contextData.savedOp[this.contextData.cArrPos]=this.contextData.cO,this.contextData.cArrPos+=1}else this.canvasContext.save()},CanvasRenderer.prototype.restore=function(t){if(this.renderConfig.clearCanvas){t&&(this.canvasContext.restore(),this.globalData.blendMode="source-over"),this.contextData.cArrPos-=1;var e,r=this.contextData.saved[this.contextData.cArrPos],i=this.contextData.cTr.props;for(e=0;e<16;e+=1)i[e]=r[e];this.canvasContext.setTransform(r[0],r[1],r[4],r[5],r[12],r[13]),r=this.contextData.savedOp[this.contextData.cArrPos],this.contextData.cO=r,this.globalData.currentGlobalAlpha!==r&&(this.canvasContext.globalAlpha=r,this.globalData.currentGlobalAlpha=r)}else this.canvasContext.restore()},CanvasRenderer.prototype.configAnimation=function(t){if(this.animationItem.wrapper){this.animationItem.container=createTag("canvas");var e=this.animationItem.container.style;e.width="100%",e.height="100%";var r="0px 0px 0px";e.transformOrigin=r,e.mozTransformOrigin=r,e.webkitTransformOrigin=r,e["-webkit-transform"]=r,e.contentVisibility=this.renderConfig.contentVisibility,this.animationItem.wrapper.appendChild(this.animationItem.container),this.canvasContext=this.animationItem.container.getContext("2d"),this.renderConfig.className&&this.animationItem.container.setAttribute("class",this.renderConfig.className),this.renderConfig.id&&this.animationItem.container.setAttribute("id",this.renderConfig.id)}else this.canvasContext=this.renderConfig.context;this.data=t,this.layers=t.layers,this.transformCanvas={w:t.w,h:t.h,sx:0,sy:0,tx:0,ty:0},this.setupGlobalData(t,document.body),this.globalData.canvasContext=this.canvasContext,(this.globalData.renderer=this).globalData.isDashed=!1,this.globalData.progressiveLoad=this.renderConfig.progressiveLoad,this.globalData.transformCanvas=this.transformCanvas,this.elements=createSizedArray(t.layers.length),this.updateContainerSize()},CanvasRenderer.prototype.updateContainerSize=function(){var t,e,r,i;if(this.reset(),this.animationItem.wrapper&&this.animationItem.container?(t=this.animationItem.wrapper.offsetWidth,e=this.animationItem.wrapper.offsetHeight,this.animationItem.container.setAttribute("width",t*this.renderConfig.dpr),this.animationItem.container.setAttribute("height",e*this.renderConfig.dpr)):(t=this.canvasContext.canvas.width*this.renderConfig.dpr,e=this.canvasContext.canvas.height*this.renderConfig.dpr),-1!==this.renderConfig.preserveAspectRatio.indexOf("meet")||-1!==this.renderConfig.preserveAspectRatio.indexOf("slice")){var s=this.renderConfig.preserveAspectRatio.split(" "),a=s[1]||"meet",n=s[0]||"xMidYMid",o=n.substr(0,4),h=n.substr(4);r=t/e,i=this.transformCanvas.w/this.transformCanvas.h,this.transformCanvas.sy=r<i&&"meet"===a||i<r&&"slice"===a?(this.transformCanvas.sx=t/(this.transformCanvas.w/this.renderConfig.dpr),t/(this.transformCanvas.w/this.renderConfig.dpr)):(this.transformCanvas.sx=e/(this.transformCanvas.h/this.renderConfig.dpr),e/(this.transformCanvas.h/this.renderConfig.dpr)),this.transformCanvas.tx="xMid"===o&&(i<r&&"meet"===a||r<i&&"slice"===a)?(t-this.transformCanvas.w*(e/this.transformCanvas.h))/2*this.renderConfig.dpr:"xMax"===o&&(i<r&&"meet"===a||r<i&&"slice"===a)?(t-this.transformCanvas.w*(e/this.transformCanvas.h))*this.renderConfig.dpr:0,this.transformCanvas.ty="YMid"===h&&(r<i&&"meet"===a||i<r&&"slice"===a)?(e-this.transformCanvas.h*(t/this.transformCanvas.w))/2*this.renderConfig.dpr:"YMax"===h&&(r<i&&"meet"===a||i<r&&"slice"===a)?(e-this.transformCanvas.h*(t/this.transformCanvas.w))*this.renderConfig.dpr:0}else"none"===this.renderConfig.preserveAspectRatio?(this.transformCanvas.sx=t/(this.transformCanvas.w/this.renderConfig.dpr),this.transformCanvas.sy=e/(this.transformCanvas.h/this.renderConfig.dpr)):(this.transformCanvas.sx=this.renderConfig.dpr,this.transformCanvas.sy=this.renderConfig.dpr),this.transformCanvas.tx=0,this.transformCanvas.ty=0;this.transformCanvas.props=[this.transformCanvas.sx,0,0,0,0,this.transformCanvas.sy,0,0,0,0,1,0,this.transformCanvas.tx,this.transformCanvas.ty,0,1],this.ctxTransform(this.transformCanvas.props),this.canvasContext.beginPath(),this.canvasContext.rect(0,0,this.transformCanvas.w,this.transformCanvas.h),this.canvasContext.closePath(),this.canvasContext.clip(),this.renderFrame(this.renderedFrame,!0)},CanvasRenderer.prototype.destroy=function(){var t;for(this.renderConfig.clearCanvas&&this.animationItem.wrapper&&(this.animationItem.wrapper.innerText=""),t=(this.layers?this.layers.length:0)-1;0<=t;t-=1)this.elements[t]&&this.elements[t].destroy();this.elements.length=0,this.globalData.canvasContext=null,this.animationItem.container=null,this.destroyed=!0},CanvasRenderer.prototype.renderFrame=function(t,e){if((this.renderedFrame!==t||!0!==this.renderConfig.clearCanvas||e)&&!this.destroyed&&-1!==t){var r;this.renderedFrame=t,this.globalData.frameNum=t-this.animationItem._isFirstFrame,this.globalData.frameId+=1,this.globalData._mdf=!this.renderConfig.clearCanvas||e,this.globalData.projectInterface.currentFrame=t;var i=this.layers.length;for(this.completeLayers||this.checkLayers(t),r=0;r<i;r+=1)(this.completeLayers||this.elements[r])&&this.elements[r].prepareFrame(t-this.layers[r].st);if(this.globalData._mdf){for(!0===this.renderConfig.clearCanvas?this.canvasContext.clearRect(0,0,this.transformCanvas.w,this.transformCanvas.h):this.save(),r=i-1;0<=r;r-=1)(this.completeLayers||this.elements[r])&&this.elements[r].renderFrame();!0!==this.renderConfig.clearCanvas&&this.restore()}}},CanvasRenderer.prototype.buildItem=function(t){var e=this.elements;if(!e[t]&&99!==this.layers[t].ty){var r=this.createItem(this.layers[t],this,this.globalData);(e[t]=r).initExpressions()}},CanvasRenderer.prototype.checkPendingElements=function(){for(;this.pendingElements.length;){this.pendingElements.pop().checkParenting()}},CanvasRenderer.prototype.hide=function(){this.animationItem.container.style.display="none"},CanvasRenderer.prototype.show=function(){this.animationItem.container.style.display="block"},extendPrototype([BaseRenderer],HybridRenderer),HybridRenderer.prototype.buildItem=SVGRenderer.prototype.buildItem,HybridRenderer.prototype.checkPendingElements=function(){for(;this.pendingElements.length;){this.pendingElements.pop().checkParenting()}},HybridRenderer.prototype.appendElementInPos=function(t,e){var r=t.getBaseElement();if(r){var i=this.layers[e];if(i.ddd&&this.supports3d)this.addTo3dContainer(r,e);else if(this.threeDElements)this.addTo3dContainer(r,e);else{for(var s,a,n=0;n<e;)this.elements[n]&&!0!==this.elements[n]&&this.elements[n].getBaseElement&&(a=this.elements[n],s=(this.layers[n].ddd?this.getThreeDContainerByPos(n):a.getBaseElement())||s),n+=1;s?i.ddd&&this.supports3d||this.layerElement.insertBefore(r,s):i.ddd&&this.supports3d||this.layerElement.appendChild(r)}}},HybridRenderer.prototype.createShape=function(t){return this.supports3d?new HShapeElement(t,this.globalData,this):new SVGShapeElement(t,this.globalData,this)},HybridRenderer.prototype.createText=function(t){return this.supports3d?new HTextElement(t,this.globalData,this):new SVGTextLottieElement(t,this.globalData,this)},HybridRenderer.prototype.createCamera=function(t){return this.camera=new HCameraElement(t,this.globalData,this),this.camera},HybridRenderer.prototype.createImage=function(t){return this.supports3d?new HImageElement(t,this.globalData,this):new IImageElement(t,this.globalData,this)},HybridRenderer.prototype.createComp=function(t){return this.supports3d?new HCompElement(t,this.globalData,this):new SVGCompElement(t,this.globalData,this)},HybridRenderer.prototype.createSolid=function(t){return this.supports3d?new HSolidElement(t,this.globalData,this):new ISolidElement(t,this.globalData,this)},HybridRenderer.prototype.createNull=SVGRenderer.prototype.createNull,HybridRenderer.prototype.getThreeDContainerByPos=function(t){for(var e=0,r=this.threeDElements.length;e<r;){if(this.threeDElements[e].startPos<=t&&this.threeDElements[e].endPos>=t)return this.threeDElements[e].perspectiveElem;e+=1}return null},HybridRenderer.prototype.createThreeDContainer=function(t,e){var r,i,s=createTag("div");styleDiv(s);var a=createTag("div");if(styleDiv(a),"3d"===e){(r=s.style).width=this.globalData.compSize.w+"px",r.height=this.globalData.compSize.h+"px";var n="50% 50%";r.webkitTransformOrigin=n,r.mozTransformOrigin=n,r.transformOrigin=n;var o="matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)";(i=a.style).transform=o,i.webkitTransform=o}s.appendChild(a);var h={container:a,perspectiveElem:s,startPos:t,endPos:t,type:e};return this.threeDElements.push(h),h},HybridRenderer.prototype.build3dContainers=function(){var t,e,r=this.layers.length,i="";for(t=0;t<r;t+=1)this.layers[t].ddd&&3!==this.layers[t].ty?"3d"!==i&&(i="3d",e=this.createThreeDContainer(t,"3d")):"2d"!==i&&(i="2d",e=this.createThreeDContainer(t,"2d")),e.endPos=Math.max(e.endPos,t);for(t=(r=this.threeDElements.length)-1;0<=t;t-=1)this.resizerElem.appendChild(this.threeDElements[t].perspectiveElem)},HybridRenderer.prototype.addTo3dContainer=function(t,e){for(var r=0,i=this.threeDElements.length;r<i;){if(e<=this.threeDElements[r].endPos){for(var s,a=this.threeDElements[r].startPos;a<e;)this.elements[a]&&this.elements[a].getBaseElement&&(s=this.elements[a].getBaseElement()),a+=1;s?this.threeDElements[r].container.insertBefore(t,s):this.threeDElements[r].container.appendChild(t);break}r+=1}},HybridRenderer.prototype.configAnimation=function(t){var e=createTag("div"),r=this.animationItem.wrapper,i=e.style;i.width=t.w+"px",i.height=t.h+"px",styleDiv(this.resizerElem=e),i.transformStyle="flat",i.mozTransformStyle="flat",i.webkitTransformStyle="flat",this.renderConfig.className&&e.setAttribute("class",this.renderConfig.className),r.appendChild(e),i.overflow="hidden";var s=createNS("svg");s.setAttribute("width","1"),s.setAttribute("height","1"),styleDiv(s),this.resizerElem.appendChild(s);var a=createNS("defs");s.appendChild(a),this.data=t,this.setupGlobalData(t,s),this.globalData.defs=a,this.layers=t.layers,this.layerElement=this.resizerElem,this.build3dContainers(),this.updateContainerSize()},HybridRenderer.prototype.destroy=function(){var t;this.animationItem.wrapper&&(this.animationItem.wrapper.innerText=""),this.animationItem.container=null,this.globalData.defs=null;var e=this.layers?this.layers.length:0;for(t=0;t<e;t+=1)this.elements[t].destroy();this.elements.length=0,this.destroyed=!0,this.animationItem=null},HybridRenderer.prototype.updateContainerSize=function(){var t,e,r,i,s=this.animationItem.wrapper.offsetWidth,a=this.animationItem.wrapper.offsetHeight;i=s/a<this.globalData.compSize.w/this.globalData.compSize.h?(t=s/this.globalData.compSize.w,e=s/this.globalData.compSize.w,r=0,(a-this.globalData.compSize.h*(s/this.globalData.compSize.w))/2):(t=a/this.globalData.compSize.h,e=a/this.globalData.compSize.h,r=(s-this.globalData.compSize.w*(a/this.globalData.compSize.h))/2,0);var n=this.resizerElem.style;n.webkitTransform="matrix3d("+t+",0,0,0,0,"+e+",0,0,0,0,1,0,"+r+","+i+",0,1)",n.transform=n.webkitTransform},HybridRenderer.prototype.renderFrame=SVGRenderer.prototype.renderFrame,HybridRenderer.prototype.hide=function(){this.resizerElem.style.display="none"},HybridRenderer.prototype.show=function(){this.resizerElem.style.display="block"},HybridRenderer.prototype.initItems=function(){if(this.buildAllItems(),this.camera)this.camera.setup();else{var t,e=this.globalData.compSize.w,r=this.globalData.compSize.h,i=this.threeDElements.length;for(t=0;t<i;t+=1){var s=this.threeDElements[t].perspectiveElem.style;s.webkitPerspective=Math.sqrt(Math.pow(e,2)+Math.pow(r,2))+"px",s.perspective=s.webkitPerspective}}},HybridRenderer.prototype.searchExtraCompositions=function(t){var e,r=t.length,i=createTag("div");for(e=0;e<r;e+=1)if(t[e].xt){var s=this.createComp(t[e],i,this.globalData.comp,null);s.initExpressions(),this.globalData.projectInterface.registerComposition(s)}},MaskElement.prototype.getMaskProperty=function(t){return this.viewData[t].prop},MaskElement.prototype.renderFrame=function(t){var e,r=this.element.finalTransform.mat,i=this.masksProperties.length;for(e=0;e<i;e+=1)if((this.viewData[e].prop._mdf||t)&&this.drawPath(this.masksProperties[e],this.viewData[e].prop.v,this.viewData[e]),(this.viewData[e].op._mdf||t)&&this.viewData[e].elem.setAttribute("fill-opacity",this.viewData[e].op.v),"n"!==this.masksProperties[e].mode&&(this.viewData[e].invRect&&(this.element.finalTransform.mProp._mdf||t)&&this.viewData[e].invRect.setAttribute("transform",r.getInverseMatrix().to2dCSS()),this.storedData[e].x&&(this.storedData[e].x._mdf||t))){var s=this.storedData[e].expan;this.storedData[e].x.v<0?("erode"!==this.storedData[e].lastOperator&&(this.storedData[e].lastOperator="erode",this.storedData[e].elem.setAttribute("filter","url("+locationHref+"#"+this.storedData[e].filterId+")")),s.setAttribute("radius",-this.storedData[e].x.v)):("dilate"!==this.storedData[e].lastOperator&&(this.storedData[e].lastOperator="dilate",this.storedData[e].elem.setAttribute("filter",null)),this.storedData[e].elem.setAttribute("stroke-width",2*this.storedData[e].x.v))}},MaskElement.prototype.getMaskelement=function(){return this.maskElement},MaskElement.prototype.createLayerSolidPath=function(){var t="M0,0 ";return t+=" h"+this.globalData.compSize.w,t+=" v"+this.globalData.compSize.h,t+=" h-"+this.globalData.compSize.w,t+=" v-"+this.globalData.compSize.h+" "},MaskElement.prototype.drawPath=function(t,e,r){var i,s,a=" M"+e.v[0][0]+","+e.v[0][1];for(s=e._length,i=1;i<s;i+=1)a+=" C"+e.o[i-1][0]+","+e.o[i-1][1]+" "+e.i[i][0]+","+e.i[i][1]+" "+e.v[i][0]+","+e.v[i][1];if(e.c&&1<s&&(a+=" C"+e.o[i-1][0]+","+e.o[i-1][1]+" "+e.i[0][0]+","+e.i[0][1]+" "+e.v[0][0]+","+e.v[0][1]),r.lastPath!==a){var n="";r.elem&&(e.c&&(n=t.inv?this.solidPath+a:a),r.elem.setAttribute("d",n)),r.lastPath=a}},MaskElement.prototype.destroy=function(){this.element=null,this.globalData=null,this.maskElement=null,this.data=null,this.masksProperties=null},HierarchyElement.prototype={initHierarchy:function(){this.hierarchy=[],this._isParent=!1,this.checkParenting()},setHierarchy:function(t){this.hierarchy=t},setAsParent:function(){this._isParent=!0},checkParenting:function(){void 0!==this.data.parent&&this.comp.buildElementParenting(this,this.data.parent,[])}},FrameElement.prototype={initFrame:function(){this._isFirstFrame=!1,this.dynamicProperties=[],this._mdf=!1},prepareProperties:function(t,e){var r,i=this.dynamicProperties.length;for(r=0;r<i;r+=1)(e||this._isParent&&"transform"===this.dynamicProperties[r].propType)&&(this.dynamicProperties[r].getValue(),this.dynamicProperties[r]._mdf&&(this.globalData._mdf=!0,this._mdf=!0))},addDynamicProperty:function(t){-1===this.dynamicProperties.indexOf(t)&&this.dynamicProperties.push(t)}},TransformElement.prototype={initTransform:function(){this.finalTransform={mProp:this.data.ks?TransformPropertyFactory.getTransformProperty(this,this.data.ks,this):{o:0},_matMdf:!1,_opMdf:!1,mat:new Matrix},this.data.ao&&(this.finalTransform.mProp.autoOriented=!0),this.data.ty},renderTransform:function(){if(this.finalTransform._opMdf=this.finalTransform.mProp.o._mdf||this._isFirstFrame,this.finalTransform._matMdf=this.finalTransform.mProp._mdf||this._isFirstFrame,this.hierarchy){var t,e=this.finalTransform.mat,r=0,i=this.hierarchy.length;if(!this.finalTransform._matMdf)for(;r<i;){if(this.hierarchy[r].finalTransform.mProp._mdf){this.finalTransform._matMdf=!0;break}r+=1}if(this.finalTransform._matMdf)for(t=this.finalTransform.mProp.v.props,e.cloneFromProps(t),r=0;r<i;r+=1)t=this.hierarchy[r].finalTransform.mProp.v.props,e.transform(t[0],t[1],t[2],t[3],t[4],t[5],t[6],t[7],t[8],t[9],t[10],t[11],t[12],t[13],t[14],t[15])}},globalToLocal:function(t){var e=[];e.push(this.finalTransform);for(var r,i=!0,s=this.comp;i;)s.finalTransform?(s.data.hasMask&&e.splice(0,0,s.finalTransform),s=s.comp):i=!1;var a,n=e.length;for(r=0;r<n;r+=1)a=e[r].mat.applyToPointArray(0,0,0),t=[t[0]-a[0],t[1]-a[1],0];return t},mHelper:new Matrix},RenderableElement.prototype={initRenderable:function(){this.isInRange=!1,this.hidden=!1,this.isTransparent=!1,this.renderableComponents=[]},addRenderableComponent:function(t){-1===this.renderableComponents.indexOf(t)&&this.renderableComponents.push(t)},removeRenderableComponent:function(t){-1!==this.renderableComponents.indexOf(t)&&this.renderableComponents.splice(this.renderableComponents.indexOf(t),1)},prepareRenderableFrame:function(t){this.checkLayerLimits(t)},checkTransparency:function(){this.finalTransform.mProp.o.v<=0?!this.isTransparent&&this.globalData.renderConfig.hideOnTransparent&&(this.isTransparent=!0,this.hide()):this.isTransparent&&(this.isTransparent=!1,this.show())},checkLayerLimits:function(t){this.data.ip-this.data.st<=t&&this.data.op-this.data.st>t?!0!==this.isInRange&&(this.globalData._mdf=!0,this._mdf=!0,this.isInRange=!0,this.show()):!1!==this.isInRange&&(this.globalData._mdf=!0,this.isInRange=!1,this.hide())},renderRenderable:function(){var t,e=this.renderableComponents.length;for(t=0;t<e;t+=1)this.renderableComponents[t].renderFrame(this._isFirstFrame)},sourceRectAtTime:function(){return{top:0,left:0,width:100,height:100}},getLayerSize:function(){return 5===this.data.ty?{w:this.data.textData.width,h:this.data.textData.height}:{w:this.data.width,h:this.data.height}}},extendPrototype([RenderableElement,createProxyFunction({initElement:function(t,e,r){this.initFrame(),this.initBaseData(t,e,r),this.initTransform(t,e,r),this.initHierarchy(),this.initRenderable(),this.initRendererElement(),this.createContainerElements(),this.createRenderableComponents(),this.createContent(),this.hide()},hide:function(){this.hidden||this.isInRange&&!this.isTransparent||((this.baseElement||this.layerElement).style.display="none",this.hidden=!0)},show:function(){this.isInRange&&!this.isTransparent&&(this.data.hd||((this.baseElement||this.layerElement).style.display="block"),this.hidden=!1,this._isFirstFrame=!0)},renderFrame:function(){this.data.hd||this.hidden||(this.renderTransform(),this.renderRenderable(),this.renderElement(),this.renderInnerContent(),this._isFirstFrame&&(this._isFirstFrame=!1))},renderInnerContent:function(){},prepareFrame:function(t){this._mdf=!1,this.prepareRenderableFrame(t),this.prepareProperties(t,this.isInRange),this.checkTransparency()},destroy:function(){this.innerElem=null,this.destroyBaseElement()}})],RenderableDOMElement),SVGStyleData.prototype.reset=function(){this.d="",this._mdf=!1},SVGShapeData.prototype.setAsAnimated=function(){this._isAnimated=!0},extendPrototype([DynamicPropertyContainer],SVGStrokeStyleData),extendPrototype([DynamicPropertyContainer],SVGFillStyleData),SVGGradientFillStyleData.prototype.initGradientData=function(t,e,r){this.o=PropertyFactory.getProp(t,e.o,0,.01,this),this.s=PropertyFactory.getProp(t,e.s,1,null,this),this.e=PropertyFactory.getProp(t,e.e,1,null,this),this.h=PropertyFactory.getProp(t,e.h||{k:0},0,.01,this),this.a=PropertyFactory.getProp(t,e.a||{k:0},0,degToRads,this),this.g=new GradientProperty(t,e.g,this),this.style=r,this.stops=[],this.setGradientData(r.pElem,e),this.setGradientOpacity(e,r),this._isAnimated=!!this._isAnimated},SVGGradientFillStyleData.prototype.setGradientData=function(t,e){var r=createElementID(),i=createNS(1===e.t?"linearGradient":"radialGradient");i.setAttribute("id",r),i.setAttribute("spreadMethod","pad"),i.setAttribute("gradientUnits","userSpaceOnUse");var s,a,n,o=[];for(n=4*e.g.p,a=0;a<n;a+=4)s=createNS("stop"),i.appendChild(s),o.push(s);t.setAttribute("gf"===e.ty?"fill":"stroke","url("+locationHref+"#"+r+")"),this.gf=i,this.cst=o},SVGGradientFillStyleData.prototype.setGradientOpacity=function(t,e){if(this.g._hasOpacity&&!this.g._collapsable){var r,i,s,a=createNS("mask"),n=createNS("path");a.appendChild(n);var o=createElementID(),h=createElementID();a.setAttribute("id",h);var l=createNS(1===t.t?"linearGradient":"radialGradient");l.setAttribute("id",o),l.setAttribute("spreadMethod","pad"),l.setAttribute("gradientUnits","userSpaceOnUse"),s=t.g.k.k[0].s?t.g.k.k[0].s.length:t.g.k.k.length;var p=this.stops;for(i=4*t.g.p;i<s;i+=2)(r=createNS("stop")).setAttribute("stop-color","rgb(255,255,255)"),l.appendChild(r),p.push(r);n.setAttribute("gf"===t.ty?"fill":"stroke","url("+locationHref+"#"+o+")"),"gs"===t.ty&&(n.setAttribute("stroke-linecap",lineCapEnum[t.lc||2]),n.setAttribute("stroke-linejoin",lineJoinEnum[t.lj||2]),1===t.lj&&n.setAttribute("stroke-miterlimit",t.ml)),this.of=l,this.ms=a,this.ost=p,this.maskId=h,e.msElem=n}},extendPrototype([DynamicPropertyContainer],SVGGradientFillStyleData),extendPrototype([SVGGradientFillStyleData,DynamicPropertyContainer],SVGGradientStrokeStyleData);var SVGElementsRenderer=function(){var y=new Matrix,g=new Matrix;function e(t,e,r){(r||e.transform.op._mdf)&&e.transform.container.setAttribute("opacity",e.transform.op.v),(r||e.transform.mProps._mdf)&&e.transform.container.setAttribute("transform",e.transform.mProps.v.to2dCSS())}function r(t,e,r){var i,s,a,n,o,h,l,p,m,f,c,d=e.styles.length,u=e.lvl;for(h=0;h<d;h+=1){if(n=e.sh._mdf||r,e.styles[h].lvl<u){for(p=g.reset(),f=u-e.styles[h].lvl,c=e.transformers.length-1;!n&&0<f;)n=e.transformers[c].mProps._mdf||n,f-=1,c-=1;if(n)for(f=u-e.styles[h].lvl,c=e.transformers.length-1;0<f;)m=e.transformers[c].mProps.v.props,p.transform(m[0],m[1],m[2],m[3],m[4],m[5],m[6],m[7],m[8],m[9],m[10],m[11],m[12],m[13],m[14],m[15]),f-=1,c-=1}else p=y;if(s=(l=e.sh.paths)._length,n){for(a="",i=0;i<s;i+=1)(o=l.shapes[i])&&o._length&&(a+=buildShapeString(o,o._length,o.c,p));e.caches[h]=a}else a=e.caches[h];e.styles[h].d+=!0===t.hd?"":a,e.styles[h]._mdf=n||e.styles[h]._mdf}}function i(t,e,r){var i=e.style;(e.c._mdf||r)&&i.pElem.setAttribute("fill","rgb("+bmFloor(e.c.v[0])+","+bmFloor(e.c.v[1])+","+bmFloor(e.c.v[2])+")"),(e.o._mdf||r)&&i.pElem.setAttribute("fill-opacity",e.o.v)}function s(t,e,r){a(t,e,r),n(t,e,r)}function a(t,e,r){var i,s,a,n,o,h=e.gf,l=e.g._hasOpacity,p=e.s.v,m=e.e.v;if(e.o._mdf||r){var f="gf"===t.ty?"fill-opacity":"stroke-opacity";e.style.pElem.setAttribute(f,e.o.v)}if(e.s._mdf||r){var c=1===t.t?"x1":"cx",d="x1"===c?"y1":"cy";h.setAttribute(c,p[0]),h.setAttribute(d,p[1]),l&&!e.g._collapsable&&(e.of.setAttribute(c,p[0]),e.of.setAttribute(d,p[1]))}if(e.g._cmdf||r){i=e.cst;var u=e.g.c;for(a=i.length,s=0;s<a;s+=1)(n=i[s]).setAttribute("offset",u[4*s]+"%"),n.setAttribute("stop-color","rgb("+u[4*s+1]+","+u[4*s+2]+","+u[4*s+3]+")")}if(l&&(e.g._omdf||r)){var y=e.g.o;for(a=(i=e.g._collapsable?e.cst:e.ost).length,s=0;s<a;s+=1)n=i[s],e.g._collapsable||n.setAttribute("offset",y[2*s]+"%"),n.setAttribute("stop-opacity",y[2*s+1])}if(1===t.t)(e.e._mdf||r)&&(h.setAttribute("x2",m[0]),h.setAttribute("y2",m[1]),l&&!e.g._collapsable&&(e.of.setAttribute("x2",m[0]),e.of.setAttribute("y2",m[1])));else if((e.s._mdf||e.e._mdf||r)&&(o=Math.sqrt(Math.pow(p[0]-m[0],2)+Math.pow(p[1]-m[1],2)),h.setAttribute("r",o),l&&!e.g._collapsable&&e.of.setAttribute("r",o)),e.e._mdf||e.h._mdf||e.a._mdf||r){o||(o=Math.sqrt(Math.pow(p[0]-m[0],2)+Math.pow(p[1]-m[1],2)));var g=Math.atan2(m[1]-p[1],m[0]-p[0]),v=e.h.v;1<=v?v=.99:v<=-1&&(v=-.99);var b=o*v,P=Math.cos(g+e.a.v)*b+p[0],E=Math.sin(g+e.a.v)*b+p[1];h.setAttribute("fx",P),h.setAttribute("fy",E),l&&!e.g._collapsable&&(e.of.setAttribute("fx",P),e.of.setAttribute("fy",E))}}function n(t,e,r){var i=e.style,s=e.d;s&&(s._mdf||r)&&s.dashStr&&(i.pElem.setAttribute("stroke-dasharray",s.dashStr),i.pElem.setAttribute("stroke-dashoffset",s.dashoffset[0])),e.c&&(e.c._mdf||r)&&i.pElem.setAttribute("stroke","rgb("+bmFloor(e.c.v[0])+","+bmFloor(e.c.v[1])+","+bmFloor(e.c.v[2])+")"),(e.o._mdf||r)&&i.pElem.setAttribute("stroke-opacity",e.o.v),(e.w._mdf||r)&&(i.pElem.setAttribute("stroke-width",e.w.v),i.msElem&&i.msElem.setAttribute("stroke-width",e.w.v))}return{createRenderFunction:function(t){switch(t.ty){case"fl":return i;case"gf":return a;case"gs":return s;case"st":return n;case"sh":case"el":case"rc":case"sr":return r;case"tr":return e;default:return null}}}}();function ShapeTransformManager(){this.sequences={},this.sequenceList=[],this.transform_key_count=0}function CVShapeData(t,e,r,i){this.styledShapes=[],this.tr=[0,0,0,0,0,0];var s,a=4;"rc"===e.ty?a=5:"el"===e.ty?a=6:"sr"===e.ty&&(a=7),this.sh=ShapePropertyFactory.getShapeProp(t,e,a,t);var n,o=r.length;for(s=0;s<o;s+=1)r[s].closed||(n={transforms:i.addTransformSequence(r[s].transforms),trNodes:[]},this.styledShapes.push(n),r[s].elements.push(n))}function BaseElement(){}function NullElement(t,e,r){this.initFrame(),this.initBaseData(t,e,r),this.initFrame(),this.initTransform(t,e,r),this.initHierarchy()}function SVGBaseElement(){}function IShapeElement(){}function ITextElement(){}function ICompElement(){}function IImageElement(t,e,r){this.assetData=e.getAssetData(t.refId),this.initElement(t,e,r),this.sourceRect={top:0,left:0,width:this.assetData.w,height:this.assetData.h}}function ISolidElement(t,e,r){this.initElement(t,e,r)}function AudioElement(t,e,r){this.initFrame(),this.initRenderable(),this.assetData=e.getAssetData(t.refId),this.initBaseData(t,e,r),this._isPlaying=!1,this._canPlay=!1;var i=this.globalData.getAssetsPath(this.assetData);this.audio=this.globalData.audioController.createAudio(i),this._currentTime=0,this.globalData.audioController.addAudio(this),this.tm=t.tm?PropertyFactory.getProp(this,t.tm,0,e.frameRate,this):{_placeholder:!0}}function FootageElement(t,e,r){this.initFrame(),this.initRenderable(),this.assetData=e.getAssetData(t.refId),this.footageData=e.imageLoader.getAsset(this.assetData),this.initBaseData(t,e,r)}function SVGCompElement(t,e,r){this.layers=t.layers,this.supports3d=!0,this.completeLayers=!1,this.pendingElements=[],this.elements=this.layers?createSizedArray(this.layers.length):[],this.initElement(t,e,r),this.tm=t.tm?PropertyFactory.getProp(this,t.tm,0,e.frameRate,this):{_placeholder:!0}}function SVGTextLottieElement(t,e,r){this.textSpans=[],this.renderType="svg",this.initElement(t,e,r)}function SVGShapeElement(t,e,r){this.shapes=[],this.shapesData=t.shapes,this.stylesList=[],this.shapeModifiers=[],this.itemsData=[],this.processedElements=[],this.animatedContents=[],this.initElement(t,e,r),this.prevViewData=[]}function SVGTintFilter(t,e){this.filterManager=e;var r=createNS("feColorMatrix");if(r.setAttribute("type","matrix"),r.setAttribute("color-interpolation-filters","linearRGB"),r.setAttribute("values","0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"),r.setAttribute("result","f1"),t.appendChild(r),(r=createNS("feColorMatrix")).setAttribute("type","matrix"),r.setAttribute("color-interpolation-filters","sRGB"),r.setAttribute("values","1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"),r.setAttribute("result","f2"),t.appendChild(r),this.matrixFilter=r,100!==e.effectElements[2].p.v||e.effectElements[2].p.k){var i,s=createNS("feMerge");t.appendChild(s),(i=createNS("feMergeNode")).setAttribute("in","SourceGraphic"),s.appendChild(i),(i=createNS("feMergeNode")).setAttribute("in","f2"),s.appendChild(i)}}function SVGFillFilter(t,e){this.filterManager=e;var r=createNS("feColorMatrix");r.setAttribute("type","matrix"),r.setAttribute("color-interpolation-filters","sRGB"),r.setAttribute("values","1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"),t.appendChild(r),this.matrixFilter=r}function SVGGaussianBlurEffect(t,e){t.setAttribute("x","-100%"),t.setAttribute("y","-100%"),t.setAttribute("width","300%"),t.setAttribute("height","300%"),this.filterManager=e;var r=createNS("feGaussianBlur");t.appendChild(r),this.feGaussianBlur=r}function SVGStrokeEffect(t,e){this.initialized=!1,this.filterManager=e,this.elem=t,this.paths=[]}function SVGTritoneFilter(t,e){this.filterManager=e;var r=createNS("feColorMatrix");r.setAttribute("type","matrix"),r.setAttribute("color-interpolation-filters","linearRGB"),r.setAttribute("values","0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"),r.setAttribute("result","f1"),t.appendChild(r);var i=createNS("feComponentTransfer");i.setAttribute("color-interpolation-filters","sRGB"),t.appendChild(i),this.matrixFilter=i;var s=createNS("feFuncR");s.setAttribute("type","table"),i.appendChild(s),this.feFuncR=s;var a=createNS("feFuncG");a.setAttribute("type","table"),i.appendChild(a),this.feFuncG=a;var n=createNS("feFuncB");n.setAttribute("type","table"),i.appendChild(n),this.feFuncB=n}function SVGProLevelsFilter(t,e){this.filterManager=e;var r=this.filterManager.effectElements,i=createNS("feComponentTransfer");(r[10].p.k||0!==r[10].p.v||r[11].p.k||1!==r[11].p.v||r[12].p.k||1!==r[12].p.v||r[13].p.k||0!==r[13].p.v||r[14].p.k||1!==r[14].p.v)&&(this.feFuncR=this.createFeFunc("feFuncR",i)),(r[17].p.k||0!==r[17].p.v||r[18].p.k||1!==r[18].p.v||r[19].p.k||1!==r[19].p.v||r[20].p.k||0!==r[20].p.v||r[21].p.k||1!==r[21].p.v)&&(this.feFuncG=this.createFeFunc("feFuncG",i)),(r[24].p.k||0!==r[24].p.v||r[25].p.k||1!==r[25].p.v||r[26].p.k||1!==r[26].p.v||r[27].p.k||0!==r[27].p.v||r[28].p.k||1!==r[28].p.v)&&(this.feFuncB=this.createFeFunc("feFuncB",i)),(r[31].p.k||0!==r[31].p.v||r[32].p.k||1!==r[32].p.v||r[33].p.k||1!==r[33].p.v||r[34].p.k||0!==r[34].p.v||r[35].p.k||1!==r[35].p.v)&&(this.feFuncA=this.createFeFunc("feFuncA",i)),(this.feFuncR||this.feFuncG||this.feFuncB||this.feFuncA)&&(i.setAttribute("color-interpolation-filters","sRGB"),t.appendChild(i),i=createNS("feComponentTransfer")),(r[3].p.k||0!==r[3].p.v||r[4].p.k||1!==r[4].p.v||r[5].p.k||1!==r[5].p.v||r[6].p.k||0!==r[6].p.v||r[7].p.k||1!==r[7].p.v)&&(i.setAttribute("color-interpolation-filters","sRGB"),t.appendChild(i),this.feFuncRComposed=this.createFeFunc("feFuncR",i),this.feFuncGComposed=this.createFeFunc("feFuncG",i),this.feFuncBComposed=this.createFeFunc("feFuncB",i))}function SVGDropShadowEffect(t,e){var r=e.container.globalData.renderConfig.filterSize;t.setAttribute("x",r.x),t.setAttribute("y",r.y),t.setAttribute("width",r.width),t.setAttribute("height",r.height),this.filterManager=e;var i=createNS("feGaussianBlur");i.setAttribute("in","SourceAlpha"),i.setAttribute("result","drop_shadow_1"),i.setAttribute("stdDeviation","0"),this.feGaussianBlur=i,t.appendChild(i);var s=createNS("feOffset");s.setAttribute("dx","25"),s.setAttribute("dy","0"),s.setAttribute("in","drop_shadow_1"),s.setAttribute("result","drop_shadow_2"),this.feOffset=s,t.appendChild(s);var a=createNS("feFlood");a.setAttribute("flood-color","#00ff00"),a.setAttribute("flood-opacity","1"),a.setAttribute("result","drop_shadow_3"),this.feFlood=a,t.appendChild(a);var n=createNS("feComposite");n.setAttribute("in","drop_shadow_3"),n.setAttribute("in2","drop_shadow_2"),n.setAttribute("operator","in"),n.setAttribute("result","drop_shadow_4"),t.appendChild(n);var o,h=createNS("feMerge");t.appendChild(h),o=createNS("feMergeNode"),h.appendChild(o),(o=createNS("feMergeNode")).setAttribute("in","SourceGraphic"),this.feMergeNode=o,this.feMerge=h,this.originalNodeAdded=!1,h.appendChild(o)}ShapeTransformManager.prototype={addTransformSequence:function(t){var e,r=t.length,i="_";for(e=0;e<r;e+=1)i+=t[e].transform.key+"_";var s=this.sequences[i];return s||(s={transforms:[].concat(t),finalTransform:new Matrix,_mdf:!1},this.sequences[i]=s,this.sequenceList.push(s)),s},processSequence:function(t,e){for(var r,i=0,s=t.transforms.length,a=e;i<s&&!e;){if(t.transforms[i].transform.mProps._mdf){a=!0;break}i+=1}if(a)for(t.finalTransform.reset(),i=s-1;0<=i;i-=1)r=t.transforms[i].transform.mProps.v.props,t.finalTransform.transform(r[0],r[1],r[2],r[3],r[4],r[5],r[6],r[7],r[8],r[9],r[10],r[11],r[12],r[13],r[14],r[15]);t._mdf=a},processSequences:function(t){var e,r=this.sequenceList.length;for(e=0;e<r;e+=1)this.processSequence(this.sequenceList[e],t)},getNewKey:function(){return this.transform_key_count+=1,"_"+this.transform_key_count}},CVShapeData.prototype.setAsAnimated=SVGShapeData.prototype.setAsAnimated,BaseElement.prototype={checkMasks:function(){if(!this.data.hasMask)return!1;for(var t=0,e=this.data.masksProperties.length;t<e;){if("n"!==this.data.masksProperties[t].mode&&!1!==this.data.masksProperties[t].cl)return!0;t+=1}return!1},initExpressions:function(){this.layerInterface=LayerExpressionInterface(this),this.data.hasMask&&this.maskManager&&this.layerInterface.registerMaskInterface(this.maskManager);var t=EffectsExpressionInterface.createEffectsInterface(this,this.layerInterface);this.layerInterface.registerEffectsInterface(t),0===this.data.ty||this.data.xt?this.compInterface=CompExpressionInterface(this):4===this.data.ty?(this.layerInterface.shapeInterface=ShapeExpressionInterface(this.shapesData,this.itemsData,this.layerInterface),this.layerInterface.content=this.layerInterface.shapeInterface):5===this.data.ty&&(this.layerInterface.textInterface=TextExpressionInterface(this),this.layerInterface.text=this.layerInterface.textInterface)},setBlendMode:function(){var t=getBlendMode(this.data.bm);(this.baseElement||this.layerElement).style["mix-blend-mode"]=t},initBaseData:function(t,e,r){this.globalData=e,this.comp=r,this.data=t,this.layerId=createElementID(),this.data.sr||(this.data.sr=1),this.effectsManager=new EffectsManager(this.data,this,this.dynamicProperties)},getType:function(){return this.type},sourceRectAtTime:function(){}},NullElement.prototype.prepareFrame=function(t){this.prepareProperties(t,!0)},NullElement.prototype.renderFrame=function(){},NullElement.prototype.getBaseElement=function(){return null},NullElement.prototype.destroy=function(){},NullElement.prototype.sourceRectAtTime=function(){},NullElement.prototype.hide=function(){},extendPrototype([BaseElement,TransformElement,HierarchyElement,FrameElement],NullElement),SVGBaseElement.prototype={initRendererElement:function(){this.layerElement=createNS("g")},createContainerElements:function(){this.matteElement=createNS("g"),this.transformedElement=this.layerElement,this.maskedElement=this.layerElement,this._sizeChanged=!1;var t,e,r,i=null;if(this.data.td){if(3==this.data.td||1==this.data.td){var s=createNS("mask");s.setAttribute("id",this.layerId),s.setAttribute("mask-type",3==this.data.td?"luminance":"alpha"),s.appendChild(this.layerElement),i=s,this.globalData.defs.appendChild(s),featureSupport.maskType||1!=this.data.td||(s.setAttribute("mask-type","luminance"),t=createElementID(),e=filtersFactory.createFilter(t),this.globalData.defs.appendChild(e),e.appendChild(filtersFactory.createAlphaToLuminanceFilter()),(r=createNS("g")).appendChild(this.layerElement),i=r,s.appendChild(r),r.setAttribute("filter","url("+locationHref+"#"+t+")"))}else if(2==this.data.td){var a=createNS("mask");a.setAttribute("id",this.layerId),a.setAttribute("mask-type","alpha");var n=createNS("g");a.appendChild(n),t=createElementID(),e=filtersFactory.createFilter(t);var o=createNS("feComponentTransfer");o.setAttribute("in","SourceGraphic"),e.appendChild(o);var h=createNS("feFuncA");h.setAttribute("type","table"),h.setAttribute("tableValues","1.0 0.0"),o.appendChild(h),this.globalData.defs.appendChild(e);var l=createNS("rect");l.setAttribute("width",this.comp.data.w),l.setAttribute("height",this.comp.data.h),l.setAttribute("x","0"),l.setAttribute("y","0"),l.setAttribute("fill","#ffffff"),l.setAttribute("opacity","0"),n.setAttribute("filter","url("+locationHref+"#"+t+")"),n.appendChild(l),n.appendChild(this.layerElement),i=n,featureSupport.maskType||(a.setAttribute("mask-type","luminance"),e.appendChild(filtersFactory.createAlphaToLuminanceFilter()),r=createNS("g"),n.appendChild(l),r.appendChild(this.layerElement),i=r,n.appendChild(r)),this.globalData.defs.appendChild(a)}}else this.data.tt?(this.matteElement.appendChild(this.layerElement),i=this.matteElement,this.baseElement=this.matteElement):this.baseElement=this.layerElement;if(this.data.ln&&this.layerElement.setAttribute("id",this.data.ln),this.data.cl&&this.layerElement.setAttribute("class",this.data.cl),0===this.data.ty&&!this.data.hd){var p=createNS("clipPath"),m=createNS("path");m.setAttribute("d","M0,0 L"+this.data.w+",0 L"+this.data.w+","+this.data.h+" L0,"+this.data.h+"z");var f=createElementID();if(p.setAttribute("id",f),p.appendChild(m),this.globalData.defs.appendChild(p),this.checkMasks()){var c=createNS("g");c.setAttribute("clip-path","url("+locationHref+"#"+f+")"),c.appendChild(this.layerElement),this.transformedElement=c,i?i.appendChild(this.transformedElement):this.baseElement=this.transformedElement}else this.layerElement.setAttribute("clip-path","url("+locationHref+"#"+f+")")}0!==this.data.bm&&this.setBlendMode()},renderElement:function(){this.finalTransform._matMdf&&this.transformedElement.setAttribute("transform",this.finalTransform.mat.to2dCSS()),this.finalTransform._opMdf&&this.transformedElement.setAttribute("opacity",this.finalTransform.mProp.o.v)},destroyBaseElement:function(){this.layerElement=null,this.matteElement=null,this.maskManager.destroy()},getBaseElement:function(){return this.data.hd?null:this.baseElement},createRenderableComponents:function(){this.maskManager=new MaskElement(this.data,this,this.globalData),this.renderableEffectsManager=new SVGEffects(this)},setMatte:function(t){this.matteElement&&this.matteElement.setAttribute("mask","url("+locationHref+"#"+t+")")}},IShapeElement.prototype={addShapeToModifiers:function(t){var e,r=this.shapeModifiers.length;for(e=0;e<r;e+=1)this.shapeModifiers[e].addShape(t)},isShapeInAnimatedModifiers:function(t){for(var e=this.shapeModifiers.length;0<e;)if(this.shapeModifiers[0].isAnimatedWithShape(t))return!0;return!1},renderModifiers:function(){if(this.shapeModifiers.length){var t,e=this.shapes.length;for(t=0;t<e;t+=1)this.shapes[t].sh.reset();for(t=(e=this.shapeModifiers.length)-1;0<=t&&!this.shapeModifiers[t].processShapes(this._isFirstFrame);t-=1);}},searchProcessedElement:function(t){for(var e=this.processedElements,r=0,i=e.length;r<i;){if(e[r].elem===t)return e[r].pos;r+=1}return 0},addProcessedElement:function(t,e){for(var r=this.processedElements,i=r.length;i;)if(r[i-=1].elem===t)return void(r[i].pos=e);r.push(new ProcessedElement(t,e))},prepareFrame:function(t){this.prepareRenderableFrame(t),this.prepareProperties(t,this.isInRange)}},ITextElement.prototype.initElement=function(t,e,r){this.lettersChangedFlag=!0,this.initFrame(),this.initBaseData(t,e,r),this.textProperty=new TextProperty(this,t.t,this.dynamicProperties),this.textAnimator=new TextAnimatorProperty(t.t,this.renderType,this),this.initTransform(t,e,r),this.initHierarchy(),this.initRenderable(),this.initRendererElement(),this.createContainerElements(),this.createRenderableComponents(),this.createContent(),this.hide(),this.textAnimator.searchProperties(this.dynamicProperties)},ITextElement.prototype.prepareFrame=function(t){this._mdf=!1,this.prepareRenderableFrame(t),this.prepareProperties(t,this.isInRange),(this.textProperty._mdf||this.textProperty._isFirstFrame)&&(this.buildNewText(),this.textProperty._isFirstFrame=!1,this.textProperty._mdf=!1)},ITextElement.prototype.createPathShape=function(t,e){var r,i,s=e.length,a="";for(r=0;r<s;r+=1)i=e[r].ks.k,a+=buildShapeString(i,i.i.length,!0,t);return a},ITextElement.prototype.updateDocumentData=function(t,e){this.textProperty.updateDocumentData(t,e)},ITextElement.prototype.canResizeFont=function(t){this.textProperty.canResizeFont(t)},ITextElement.prototype.setMinimumFontSize=function(t){this.textProperty.setMinimumFontSize(t)},ITextElement.prototype.applyTextPropertiesToMatrix=function(t,e,r,i,s){switch(t.ps&&e.translate(t.ps[0],t.ps[1]+t.ascent,0),e.translate(0,-t.ls,0),t.j){case 1:e.translate(t.justifyOffset+(t.boxWidth-t.lineWidths[r]),0,0);break;case 2:e.translate(t.justifyOffset+(t.boxWidth-t.lineWidths[r])/2,0,0)}e.translate(i,s,0)},ITextElement.prototype.buildColor=function(t){return"rgb("+Math.round(255*t[0])+","+Math.round(255*t[1])+","+Math.round(255*t[2])+")"},ITextElement.prototype.emptyProp=new LetterProps,ITextElement.prototype.destroy=function(){},extendPrototype([BaseElement,TransformElement,HierarchyElement,FrameElement,RenderableDOMElement],ICompElement),ICompElement.prototype.initElement=function(t,e,r){this.initFrame(),this.initBaseData(t,e,r),this.initTransform(t,e,r),this.initRenderable(),this.initHierarchy(),this.initRendererElement(),this.createContainerElements(),this.createRenderableComponents(),!this.data.xt&&e.progressiveLoad||this.buildAllItems(),this.hide()},ICompElement.prototype.prepareFrame=function(t){if(this._mdf=!1,this.prepareRenderableFrame(t),this.prepareProperties(t,this.isInRange),this.isInRange||this.data.xt){if(this.tm._placeholder)this.renderedFrame=t/this.data.sr;else{var e=this.tm.v;e===this.data.op&&(e=this.data.op-1),this.renderedFrame=e}var r,i=this.elements.length;for(this.completeLayers||this.checkLayers(this.renderedFrame),r=i-1;0<=r;r-=1)(this.completeLayers||this.elements[r])&&(this.elements[r].prepareFrame(this.renderedFrame-this.layers[r].st),this.elements[r]._mdf&&(this._mdf=!0))}},ICompElement.prototype.renderInnerContent=function(){var t,e=this.layers.length;for(t=0;t<e;t+=1)(this.completeLayers||this.elements[t])&&this.elements[t].renderFrame()},ICompElement.prototype.setElements=function(t){this.elements=t},ICompElement.prototype.getElements=function(){return this.elements},ICompElement.prototype.destroyElements=function(){var t,e=this.layers.length;for(t=0;t<e;t+=1)this.elements[t]&&this.elements[t].destroy()},ICompElement.prototype.destroy=function(){this.destroyElements(),this.destroyBaseElement()},extendPrototype([BaseElement,TransformElement,SVGBaseElement,HierarchyElement,FrameElement,RenderableDOMElement],IImageElement),IImageElement.prototype.createContent=function(){var t=this.globalData.getAssetsPath(this.assetData);this.innerElem=createNS("image"),this.innerElem.setAttribute("width",this.assetData.w+"px"),this.innerElem.setAttribute("height",this.assetData.h+"px"),this.innerElem.setAttribute("preserveAspectRatio",this.assetData.pr||this.globalData.renderConfig.imagePreserveAspectRatio),this.innerElem.setAttributeNS("http://www.w3.org/1999/xlink","href",t),this.layerElement.appendChild(this.innerElem)},IImageElement.prototype.sourceRectAtTime=function(){return this.sourceRect},extendPrototype([IImageElement],ISolidElement),ISolidElement.prototype.createContent=function(){var t=createNS("rect");t.setAttribute("width",this.data.sw),t.setAttribute("height",this.data.sh),t.setAttribute("fill",this.data.sc),this.layerElement.appendChild(t)},AudioElement.prototype.prepareFrame=function(t){if(this.prepareRenderableFrame(t,!0),this.prepareProperties(t,!0),this.tm._placeholder)this._currentTime=t/this.data.sr;else{var e=this.tm.v;this._currentTime=e}},extendPrototype([RenderableElement,BaseElement,FrameElement],AudioElement),AudioElement.prototype.renderFrame=function(){this.isInRange&&this._canPlay&&(this._isPlaying?(!this.audio.playing()||.1<Math.abs(this._currentTime/this.globalData.frameRate-this.audio.seek()))&&this.audio.seek(this._currentTime/this.globalData.frameRate):(this.audio.play(),this.audio.seek(this._currentTime/this.globalData.frameRate),this._isPlaying=!0))},AudioElement.prototype.show=function(){},AudioElement.prototype.hide=function(){this.audio.pause(),this._isPlaying=!1},AudioElement.prototype.pause=function(){this.audio.pause(),this._isPlaying=!1,this._canPlay=!1},AudioElement.prototype.resume=function(){this._canPlay=!0},AudioElement.prototype.setRate=function(t){this.audio.rate(t)},AudioElement.prototype.volume=function(t){this.audio.volume(t)},AudioElement.prototype.getBaseElement=function(){return null},AudioElement.prototype.destroy=function(){},AudioElement.prototype.sourceRectAtTime=function(){},AudioElement.prototype.initExpressions=function(){},FootageElement.prototype.prepareFrame=function(){},extendPrototype([RenderableElement,BaseElement,FrameElement],FootageElement),FootageElement.prototype.getBaseElement=function(){return null},FootageElement.prototype.renderFrame=function(){},FootageElement.prototype.destroy=function(){},FootageElement.prototype.initExpressions=function(){this.layerInterface=FootageInterface(this)},FootageElement.prototype.getFootageData=function(){return this.footageData},extendPrototype([SVGRenderer,ICompElement,SVGBaseElement],SVGCompElement),extendPrototype([BaseElement,TransformElement,SVGBaseElement,HierarchyElement,FrameElement,RenderableDOMElement,ITextElement],SVGTextLottieElement),SVGTextLottieElement.prototype.createContent=function(){this.data.singleShape&&!this.globalData.fontManager.chars&&(this.textContainer=createNS("text"))},SVGTextLottieElement.prototype.buildTextContents=function(t){for(var e=0,r=t.length,i=[],s="";e<r;)t[e]===String.fromCharCode(13)||t[e]===String.fromCharCode(3)?(i.push(s),s=""):s+=t[e],e+=1;return i.push(s),i},SVGTextLottieElement.prototype.buildNewText=function(){var t,e,r=this.textProperty.currentData;this.renderedLetters=createSizedArray(r?r.l.length:0),r.fc?this.layerElement.setAttribute("fill",this.buildColor(r.fc)):this.layerElement.setAttribute("fill","rgba(0,0,0,0)"),r.sc&&(this.layerElement.setAttribute("stroke",this.buildColor(r.sc)),this.layerElement.setAttribute("stroke-width",r.sw)),this.layerElement.setAttribute("font-size",r.finalSize);var i=this.globalData.fontManager.getFontByName(r.f);if(i.fClass)this.layerElement.setAttribute("class",i.fClass);else{this.layerElement.setAttribute("font-family",i.fFamily);var s=r.fWeight,a=r.fStyle;this.layerElement.setAttribute("font-style",a),this.layerElement.setAttribute("font-weight",s)}this.layerElement.setAttribute("aria-label",r.t);var n,o=r.l||[],h=!!this.globalData.fontManager.chars;e=o.length;var l,p=this.mHelper,m="",f=this.data.singleShape,c=0,d=0,u=!0,y=.001*r.tr*r.finalSize;if(!f||h||r.sz){var g,v,b=this.textSpans.length;for(t=0;t<e;t+=1)h&&f&&0!==t||(n=t<b?this.textSpans[t]:createNS(h?"path":"text"),b<=t&&(n.setAttribute("stroke-linecap","butt"),n.setAttribute("stroke-linejoin","round"),n.setAttribute("stroke-miterlimit","4"),this.textSpans[t]=n,this.layerElement.appendChild(n)),n.style.display="inherit"),p.reset(),p.scale(r.finalSize/100,r.finalSize/100),f&&(o[t].n&&(c=-y,d+=r.yOffset,d+=u?1:0,u=!1),this.applyTextPropertiesToMatrix(r,p,o[t].line,c,d),c+=o[t].l||0,c+=y),h?(l=(g=(v=this.globalData.fontManager.getCharData(r.finalText[t],i.fStyle,this.globalData.fontManager.getFontByName(r.f).fFamily))&&v.data||{}).shapes?g.shapes[0].it:[],f?m+=this.createPathShape(p,l):n.setAttribute("d",this.createPathShape(p,l))):(f&&n.setAttribute("transform","translate("+p.props[12]+","+p.props[13]+")"),n.textContent=o[t].val,n.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:space","preserve"));f&&n&&n.setAttribute("d",m)}else{var P=this.textContainer,E="start";switch(r.j){case 1:E="end";break;case 2:E="middle";break;default:E="start"}P.setAttribute("text-anchor",E),P.setAttribute("letter-spacing",y);var x=this.buildTextContents(r.finalText);for(e=x.length,d=r.ps?r.ps[1]+r.ascent:0,t=0;t<e;t+=1)(n=this.textSpans[t]||createNS("tspan")).textContent=x[t],n.setAttribute("x",0),n.setAttribute("y",d),n.style.display="inherit",P.appendChild(n),this.textSpans[t]=n,d+=r.finalLineHeight;this.layerElement.appendChild(P)}for(;t<this.textSpans.length;)this.textSpans[t].style.display="none",t+=1;this._sizeChanged=!0},SVGTextLottieElement.prototype.sourceRectAtTime=function(){if(this.prepareFrame(this.comp.renderedFrame-this.data.st),this.renderInnerContent(),this._sizeChanged){this._sizeChanged=!1;var t=this.layerElement.getBBox();this.bbox={top:t.y,left:t.x,width:t.width,height:t.height}}return this.bbox},SVGTextLottieElement.prototype.renderInnerContent=function(){if(!this.data.singleShape&&(this.textAnimator.getMeasures(this.textProperty.currentData,this.lettersChangedFlag),this.lettersChangedFlag||this.textAnimator.lettersChangedFlag)){var t,e;this._sizeChanged=!0;var r,i,s=this.textAnimator.renderedLetters,a=this.textProperty.currentData.l;for(e=a.length,t=0;t<e;t+=1)a[t].n||(r=s[t],i=this.textSpans[t],r._mdf.m&&i.setAttribute("transform",r.m),r._mdf.o&&i.setAttribute("opacity",r.o),r._mdf.sw&&i.setAttribute("stroke-width",r.sw),r._mdf.sc&&i.setAttribute("stroke",r.sc),r._mdf.fc&&i.setAttribute("fill",r.fc))}},extendPrototype([BaseElement,TransformElement,SVGBaseElement,IShapeElement,HierarchyElement,FrameElement,RenderableDOMElement],SVGShapeElement),SVGShapeElement.prototype.initSecondaryElement=function(){},SVGShapeElement.prototype.identityMatrix=new Matrix,SVGShapeElement.prototype.buildExpressionInterface=function(){},SVGShapeElement.prototype.createContent=function(){this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.layerElement,0,[],!0),this.filterUniqueShapes()},SVGShapeElement.prototype.filterUniqueShapes=function(){var t,e,r,i,s=this.shapes.length,a=this.stylesList.length,n=[],o=!1;for(r=0;r<a;r+=1){for(i=this.stylesList[r],o=!1,t=n.length=0;t<s;t+=1)-1!==(e=this.shapes[t]).styles.indexOf(i)&&(n.push(e),o=e._isAnimated||o);1<n.length&&o&&this.setShapesAsAnimated(n)}},SVGShapeElement.prototype.setShapesAsAnimated=function(t){var e,r=t.length;for(e=0;e<r;e+=1)t[e].setAsAnimated()},SVGShapeElement.prototype.createStyleElement=function(t,e){var r,i=new SVGStyleData(t,e),s=i.pElem;if("st"===t.ty)r=new SVGStrokeStyleData(this,t,i);else if("fl"===t.ty)r=new SVGFillStyleData(this,t,i);else if("gf"===t.ty||"gs"===t.ty){r=new("gf"===t.ty?SVGGradientFillStyleData:SVGGradientStrokeStyleData)(this,t,i),this.globalData.defs.appendChild(r.gf),r.maskId&&(this.globalData.defs.appendChild(r.ms),this.globalData.defs.appendChild(r.of),s.setAttribute("mask","url("+locationHref+"#"+r.maskId+")"))}return"st"!==t.ty&&"gs"!==t.ty||(s.setAttribute("stroke-linecap",lineCapEnum[t.lc||2]),s.setAttribute("stroke-linejoin",lineJoinEnum[t.lj||2]),s.setAttribute("fill-opacity","0"),1===t.lj&&s.setAttribute("stroke-miterlimit",t.ml)),2===t.r&&s.setAttribute("fill-rule","evenodd"),t.ln&&s.setAttribute("id",t.ln),t.cl&&s.setAttribute("class",t.cl),t.bm&&(s.style["mix-blend-mode"]=getBlendMode(t.bm)),this.stylesList.push(i),this.addToAnimatedContents(t,r),r},SVGShapeElement.prototype.createGroupElement=function(t){var e=new ShapeGroupData;return t.ln&&e.gr.setAttribute("id",t.ln),t.cl&&e.gr.setAttribute("class",t.cl),t.bm&&(e.gr.style["mix-blend-mode"]=getBlendMode(t.bm)),e},SVGShapeElement.prototype.createTransformElement=function(t,e){var r=TransformPropertyFactory.getTransformProperty(this,t,this),i=new SVGTransformData(r,r.o,e);return this.addToAnimatedContents(t,i),i},SVGShapeElement.prototype.createShapeElement=function(t,e,r){var i=4;"rc"===t.ty?i=5:"el"===t.ty?i=6:"sr"===t.ty&&(i=7);var s=new SVGShapeData(e,r,ShapePropertyFactory.getShapeProp(this,t,i,this));return this.shapes.push(s),this.addShapeToModifiers(s),this.addToAnimatedContents(t,s),s},SVGShapeElement.prototype.addToAnimatedContents=function(t,e){for(var r=0,i=this.animatedContents.length;r<i;){if(this.animatedContents[r].element===e)return;r+=1}this.animatedContents.push({fn:SVGElementsRenderer.createRenderFunction(t),element:e,data:t})},SVGShapeElement.prototype.setElementStyles=function(t){var e,r=t.styles,i=this.stylesList.length;for(e=0;e<i;e+=1)this.stylesList[e].closed||r.push(this.stylesList[e])},SVGShapeElement.prototype.reloadShapes=function(){var t;this._isFirstFrame=!0;var e=this.itemsData.length;for(t=0;t<e;t+=1)this.prevViewData[t]=this.itemsData[t];for(this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.layerElement,0,[],!0),this.filterUniqueShapes(),e=this.dynamicProperties.length,t=0;t<e;t+=1)this.dynamicProperties[t].getValue();this.renderModifiers()},SVGShapeElement.prototype.searchShapes=function(t,e,r,i,s,a,n){var o,h,l,p,m,f,c=[].concat(a),d=t.length-1,u=[],y=[];for(o=d;0<=o;o-=1){if((f=this.searchProcessedElement(t[o]))?e[o]=r[f-1]:t[o]._render=n,"fl"===t[o].ty||"st"===t[o].ty||"gf"===t[o].ty||"gs"===t[o].ty)f?e[o].style.closed=!1:e[o]=this.createStyleElement(t[o],s),t[o]._render&&e[o].style.pElem.parentNode!==i&&i.appendChild(e[o].style.pElem),u.push(e[o].style);else if("gr"===t[o].ty){if(f)for(l=e[o].it.length,h=0;h<l;h+=1)e[o].prevViewData[h]=e[o].it[h];else e[o]=this.createGroupElement(t[o]);this.searchShapes(t[o].it,e[o].it,e[o].prevViewData,e[o].gr,s+1,c,n),t[o]._render&&e[o].gr.parentNode!==i&&i.appendChild(e[o].gr)}else"tr"===t[o].ty?(f||(e[o]=this.createTransformElement(t[o],i)),p=e[o].transform,c.push(p)):"sh"===t[o].ty||"rc"===t[o].ty||"el"===t[o].ty||"sr"===t[o].ty?(f||(e[o]=this.createShapeElement(t[o],c,s)),this.setElementStyles(e[o])):"tm"===t[o].ty||"rd"===t[o].ty||"ms"===t[o].ty||"pb"===t[o].ty?(f?(m=e[o]).closed=!1:((m=ShapeModifiers.getModifier(t[o].ty)).init(this,t[o]),e[o]=m,this.shapeModifiers.push(m)),y.push(m)):"rp"===t[o].ty&&(f?(m=e[o]).closed=!0:(m=ShapeModifiers.getModifier(t[o].ty),(e[o]=m).init(this,t,o,e),this.shapeModifiers.push(m),n=!1),y.push(m));this.addProcessedElement(t[o],o+1)}for(d=u.length,o=0;o<d;o+=1)u[o].closed=!0;for(d=y.length,o=0;o<d;o+=1)y[o].closed=!0},SVGShapeElement.prototype.renderInnerContent=function(){var t;this.renderModifiers();var e=this.stylesList.length;for(t=0;t<e;t+=1)this.stylesList[t].reset();for(this.renderShape(),t=0;t<e;t+=1)(this.stylesList[t]._mdf||this._isFirstFrame)&&(this.stylesList[t].msElem&&(this.stylesList[t].msElem.setAttribute("d",this.stylesList[t].d),this.stylesList[t].d="M0 0"+this.stylesList[t].d),this.stylesList[t].pElem.setAttribute("d",this.stylesList[t].d||"M0 0"))},SVGShapeElement.prototype.renderShape=function(){var t,e,r=this.animatedContents.length;for(t=0;t<r;t+=1)e=this.animatedContents[t],(this._isFirstFrame||e.element._isAnimated)&&!0!==e.data&&e.fn(e.data,e.element,this._isFirstFrame)},SVGShapeElement.prototype.destroy=function(){this.destroyBaseElement(),this.shapesData=null,this.itemsData=null},SVGTintFilter.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e=this.filterManager.effectElements[0].p.v,r=this.filterManager.effectElements[1].p.v,i=this.filterManager.effectElements[2].p.v/100;this.matrixFilter.setAttribute("values",r[0]-e[0]+" 0 0 0 "+e[0]+" "+(r[1]-e[1])+" 0 0 0 "+e[1]+" "+(r[2]-e[2])+" 0 0 0 "+e[2]+" 0 0 0 "+i+" 0")}},SVGFillFilter.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e=this.filterManager.effectElements[2].p.v,r=this.filterManager.effectElements[6].p.v;this.matrixFilter.setAttribute("values","0 0 0 0 "+e[0]+" 0 0 0 0 "+e[1]+" 0 0 0 0 "+e[2]+" 0 0 0 "+r+" 0")}},SVGGaussianBlurEffect.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e=.3*this.filterManager.effectElements[0].p.v,r=this.filterManager.effectElements[1].p.v,i=3==r?0:e,s=2==r?0:e;this.feGaussianBlur.setAttribute("stdDeviation",i+" "+s);var a=1==this.filterManager.effectElements[2].p.v?"wrap":"duplicate";this.feGaussianBlur.setAttribute("edgeMode",a)}},SVGStrokeEffect.prototype.initialize=function(){var t,e,r,i,s=this.elem.layerElement.children||this.elem.layerElement.childNodes;for(1===this.filterManager.effectElements[1].p.v?(i=this.elem.maskManager.masksProperties.length,r=0):i=(r=this.filterManager.effectElements[0].p.v-1)+1,(e=createNS("g")).setAttribute("fill","none"),e.setAttribute("stroke-linecap","round"),e.setAttribute("stroke-dashoffset",1);r<i;r+=1)t=createNS("path"),e.appendChild(t),this.paths.push({p:t,m:r});if(3===this.filterManager.effectElements[10].p.v){var a=createNS("mask"),n=createElementID();a.setAttribute("id",n),a.setAttribute("mask-type","alpha"),a.appendChild(e),this.elem.globalData.defs.appendChild(a);var o=createNS("g");for(o.setAttribute("mask","url("+locationHref+"#"+n+")");s[0];)o.appendChild(s[0]);this.elem.layerElement.appendChild(o),this.masker=a,e.setAttribute("stroke","#fff")}else if(1===this.filterManager.effectElements[10].p.v||2===this.filterManager.effectElements[10].p.v){if(2===this.filterManager.effectElements[10].p.v)for(s=this.elem.layerElement.children||this.elem.layerElement.childNodes;s.length;)this.elem.layerElement.removeChild(s[0]);this.elem.layerElement.appendChild(e),this.elem.layerElement.removeAttribute("mask"),e.setAttribute("stroke","#fff")}this.initialized=!0,this.pathMasker=e},SVGStrokeEffect.prototype.renderFrame=function(t){var e;this.initialized||this.initialize();var r,i,s=this.paths.length;for(e=0;e<s;e+=1)if(-1!==this.paths[e].m&&(r=this.elem.maskManager.viewData[this.paths[e].m],i=this.paths[e].p,(t||this.filterManager._mdf||r.prop._mdf)&&i.setAttribute("d",r.lastPath),t||this.filterManager.effectElements[9].p._mdf||this.filterManager.effectElements[4].p._mdf||this.filterManager.effectElements[7].p._mdf||this.filterManager.effectElements[8].p._mdf||r.prop._mdf)){var a;if(0!==this.filterManager.effectElements[7].p.v||100!==this.filterManager.effectElements[8].p.v){var n=.01*Math.min(this.filterManager.effectElements[7].p.v,this.filterManager.effectElements[8].p.v),o=.01*Math.max(this.filterManager.effectElements[7].p.v,this.filterManager.effectElements[8].p.v),h=i.getTotalLength();a="0 0 0 "+h*n+" ";var l,p=h*(o-n),m=1+2*this.filterManager.effectElements[4].p.v*this.filterManager.effectElements[9].p.v*.01,f=Math.floor(p/m);for(l=0;l<f;l+=1)a+="1 "+2*this.filterManager.effectElements[4].p.v*this.filterManager.effectElements[9].p.v*.01+" ";a+="0 "+10*h+" 0 0"}else a="1 "+2*this.filterManager.effectElements[4].p.v*this.filterManager.effectElements[9].p.v*.01;i.setAttribute("stroke-dasharray",a)}if((t||this.filterManager.effectElements[4].p._mdf)&&this.pathMasker.setAttribute("stroke-width",2*this.filterManager.effectElements[4].p.v),(t||this.filterManager.effectElements[6].p._mdf)&&this.pathMasker.setAttribute("opacity",this.filterManager.effectElements[6].p.v),(1===this.filterManager.effectElements[10].p.v||2===this.filterManager.effectElements[10].p.v)&&(t||this.filterManager.effectElements[3].p._mdf)){var c=this.filterManager.effectElements[3].p.v;this.pathMasker.setAttribute("stroke","rgb("+bmFloor(255*c[0])+","+bmFloor(255*c[1])+","+bmFloor(255*c[2])+")")}},SVGTritoneFilter.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e=this.filterManager.effectElements[0].p.v,r=this.filterManager.effectElements[1].p.v,i=this.filterManager.effectElements[2].p.v,s=i[0]+" "+r[0]+" "+e[0],a=i[1]+" "+r[1]+" "+e[1],n=i[2]+" "+r[2]+" "+e[2];this.feFuncR.setAttribute("tableValues",s),this.feFuncG.setAttribute("tableValues",a),this.feFuncB.setAttribute("tableValues",n)}},SVGProLevelsFilter.prototype.createFeFunc=function(t,e){var r=createNS(t);return r.setAttribute("type","table"),e.appendChild(r),r},SVGProLevelsFilter.prototype.getTableValue=function(t,e,r,i,s){for(var a,n,o=0,h=Math.min(t,e),l=Math.max(t,e),p=Array.call(null,{length:256}),m=0,f=s-i,c=e-t;o<=256;)n=(a=o/256)<=h?c<0?s:i:l<=a?c<0?i:s:i+f*Math.pow((a-t)/c,1/r),p[m]=n,m+=1,o+=256/255;return p.join(" ")},SVGProLevelsFilter.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e,r=this.filterManager.effectElements;this.feFuncRComposed&&(t||r[3].p._mdf||r[4].p._mdf||r[5].p._mdf||r[6].p._mdf||r[7].p._mdf)&&(e=this.getTableValue(r[3].p.v,r[4].p.v,r[5].p.v,r[6].p.v,r[7].p.v),this.feFuncRComposed.setAttribute("tableValues",e),this.feFuncGComposed.setAttribute("tableValues",e),this.feFuncBComposed.setAttribute("tableValues",e)),this.feFuncR&&(t||r[10].p._mdf||r[11].p._mdf||r[12].p._mdf||r[13].p._mdf||r[14].p._mdf)&&(e=this.getTableValue(r[10].p.v,r[11].p.v,r[12].p.v,r[13].p.v,r[14].p.v),this.feFuncR.setAttribute("tableValues",e)),this.feFuncG&&(t||r[17].p._mdf||r[18].p._mdf||r[19].p._mdf||r[20].p._mdf||r[21].p._mdf)&&(e=this.getTableValue(r[17].p.v,r[18].p.v,r[19].p.v,r[20].p.v,r[21].p.v),this.feFuncG.setAttribute("tableValues",e)),this.feFuncB&&(t||r[24].p._mdf||r[25].p._mdf||r[26].p._mdf||r[27].p._mdf||r[28].p._mdf)&&(e=this.getTableValue(r[24].p.v,r[25].p.v,r[26].p.v,r[27].p.v,r[28].p.v),this.feFuncB.setAttribute("tableValues",e)),this.feFuncA&&(t||r[31].p._mdf||r[32].p._mdf||r[33].p._mdf||r[34].p._mdf||r[35].p._mdf)&&(e=this.getTableValue(r[31].p.v,r[32].p.v,r[33].p.v,r[34].p.v,r[35].p.v),this.feFuncA.setAttribute("tableValues",e))}},SVGDropShadowEffect.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){if((t||this.filterManager.effectElements[4].p._mdf)&&this.feGaussianBlur.setAttribute("stdDeviation",this.filterManager.effectElements[4].p.v/4),t||this.filterManager.effectElements[0].p._mdf){var e=this.filterManager.effectElements[0].p.v;this.feFlood.setAttribute("flood-color",rgbToHex(Math.round(255*e[0]),Math.round(255*e[1]),Math.round(255*e[2])))}if((t||this.filterManager.effectElements[1].p._mdf)&&this.feFlood.setAttribute("flood-opacity",this.filterManager.effectElements[1].p.v/255),t||this.filterManager.effectElements[2].p._mdf||this.filterManager.effectElements[3].p._mdf){var r=this.filterManager.effectElements[3].p.v,i=(this.filterManager.effectElements[2].p.v-90)*degToRads,s=r*Math.cos(i),a=r*Math.sin(i);this.feOffset.setAttribute("dx",s),this.feOffset.setAttribute("dy",a)}}};var _svgMatteSymbols=[];function SVGMatte3Effect(t,e,r){this.initialized=!1,this.filterManager=e,this.filterElem=t,(this.elem=r).matteElement=createNS("g"),r.matteElement.appendChild(r.layerElement),r.matteElement.appendChild(r.transformedElement),r.baseElement=r.matteElement}function SVGEffects(t){var e,r,i=t.data.ef?t.data.ef.length:0,s=createElementID(),a=filtersFactory.createFilter(s,!0),n=0;for(this.filters=[],e=0;e<i;e+=1)r=null,20===t.data.ef[e].ty?(n+=1,r=new SVGTintFilter(a,t.effectsManager.effectElements[e])):21===t.data.ef[e].ty?(n+=1,r=new SVGFillFilter(a,t.effectsManager.effectElements[e])):22===t.data.ef[e].ty?r=new SVGStrokeEffect(t,t.effectsManager.effectElements[e]):23===t.data.ef[e].ty?(n+=1,r=new SVGTritoneFilter(a,t.effectsManager.effectElements[e])):24===t.data.ef[e].ty?(n+=1,r=new SVGProLevelsFilter(a,t.effectsManager.effectElements[e])):25===t.data.ef[e].ty?(n+=1,r=new SVGDropShadowEffect(a,t.effectsManager.effectElements[e])):28===t.data.ef[e].ty?r=new SVGMatte3Effect(a,t.effectsManager.effectElements[e],t):29===t.data.ef[e].ty&&(n+=1,r=new SVGGaussianBlurEffect(a,t.effectsManager.effectElements[e])),r&&this.filters.push(r);n&&(t.globalData.defs.appendChild(a),t.layerElement.setAttribute("filter","url("+locationHref+"#"+s+")")),this.filters.length&&t.addRenderableComponent(this)}function CVContextData(){var t;this.saved=[],this.cArrPos=0,this.cTr=new Matrix,this.cO=1;for(this.savedOp=createTypedArray("float32",15),t=0;t<15;t+=1)this.saved[t]=createTypedArray("float32",16);this._length=15}function CVBaseElement(){}function CVImageElement(t,e,r){this.assetData=e.getAssetData(t.refId),this.img=e.imageLoader.getAsset(this.assetData),this.initElement(t,e,r)}function CVCompElement(t,e,r){this.completeLayers=!1,this.layers=t.layers,this.pendingElements=[],this.elements=createSizedArray(this.layers.length),this.initElement(t,e,r),this.tm=t.tm?PropertyFactory.getProp(this,t.tm,0,e.frameRate,this):{_placeholder:!0}}function CVMaskElement(t,e){var r;this.data=t,this.element=e,this.masksProperties=this.data.masksProperties||[],this.viewData=createSizedArray(this.masksProperties.length);var i=this.masksProperties.length,s=!1;for(r=0;r<i;r+=1)"n"!==this.masksProperties[r].mode&&(s=!0),this.viewData[r]=ShapePropertyFactory.getShapeProp(this.element,this.masksProperties[r],3);(this.hasMasks=s)&&this.element.addRenderableComponent(this)}function CVShapeElement(t,e,r){this.shapes=[],this.shapesData=t.shapes,this.stylesList=[],this.itemsData=[],this.prevViewData=[],this.shapeModifiers=[],this.processedElements=[],this.transformsManager=new ShapeTransformManager,this.initElement(t,e,r)}function CVSolidElement(t,e,r){this.initElement(t,e,r)}function CVTextElement(t,e,r){this.textSpans=[],this.yOffset=0,this.fillColorAnim=!1,this.strokeColorAnim=!1,this.strokeWidthAnim=!1,this.stroke=!1,this.fill=!1,this.justifyOffset=0,this.currentRender=null,this.renderType="canvas",this.values={fill:"rgba(0,0,0,0)",stroke:"rgba(0,0,0,0)",sWidth:0,fValue:""},this.initElement(t,e,r)}function CVEffects(){}function HBaseElement(){}function HSolidElement(t,e,r){this.initElement(t,e,r)}function HCompElement(t,e,r){this.layers=t.layers,this.supports3d=!t.hasMask,this.completeLayers=!1,this.pendingElements=[],this.elements=this.layers?createSizedArray(this.layers.length):[],this.initElement(t,e,r),this.tm=t.tm?PropertyFactory.getProp(this,t.tm,0,e.frameRate,this):{_placeholder:!0}}function HShapeElement(t,e,r){this.shapes=[],this.shapesData=t.shapes,this.stylesList=[],this.shapeModifiers=[],this.itemsData=[],this.processedElements=[],this.animatedContents=[],this.shapesContainer=createNS("g"),this.initElement(t,e,r),this.prevViewData=[],this.currentBBox={x:999999,y:-999999,h:0,w:0}}function HTextElement(t,e,r){this.textSpans=[],this.textPaths=[],this.currentBBox={x:999999,y:-999999,h:0,w:0},this.renderType="svg",this.isMasked=!1,this.initElement(t,e,r)}function HImageElement(t,e,r){this.assetData=e.getAssetData(t.refId),this.initElement(t,e,r)}function HCameraElement(t,e,r){this.initFrame(),this.initBaseData(t,e,r),this.initHierarchy();var i=PropertyFactory.getProp;if(this.pe=i(this,t.pe,0,0,this),t.ks.p.s?(this.px=i(this,t.ks.p.x,1,0,this),this.py=i(this,t.ks.p.y,1,0,this),this.pz=i(this,t.ks.p.z,1,0,this)):this.p=i(this,t.ks.p,1,0,this),t.ks.a&&(this.a=i(this,t.ks.a,1,0,this)),t.ks.or.k.length&&t.ks.or.k[0].to){var s,a=t.ks.or.k.length;for(s=0;s<a;s+=1)t.ks.or.k[s].to=null,t.ks.or.k[s].ti=null}this.or=i(this,t.ks.or,1,degToRads,this),this.or.sh=!0,this.rx=i(this,t.ks.rx,0,degToRads,this),this.ry=i(this,t.ks.ry,0,degToRads,this),this.rz=i(this,t.ks.rz,0,degToRads,this),this.mat=new Matrix,this._prevMat=new Matrix,this._isFirstFrame=!0,this.finalTransform={mProp:this}}function HEffects(){}SVGMatte3Effect.prototype.findSymbol=function(t){for(var e=0,r=_svgMatteSymbols.length;e<r;){if(_svgMatteSymbols[e]===t)return _svgMatteSymbols[e];e+=1}return null},SVGMatte3Effect.prototype.replaceInParent=function(t,e){var r=t.layerElement.parentNode;if(r){for(var i,s=r.children,a=0,n=s.length;a<n&&s[a]!==t.layerElement;)a+=1;a<=n-2&&(i=s[a+1]);var o=createNS("use");o.setAttribute("href","#"+e),i?r.insertBefore(o,i):r.appendChild(o)}},SVGMatte3Effect.prototype.setElementAsMask=function(t,e){if(!this.findSymbol(e)){var r=createElementID(),i=createNS("mask");i.setAttribute("id",e.layerId),i.setAttribute("mask-type","alpha"),_svgMatteSymbols.push(e);var s=t.globalData.defs;s.appendChild(i);var a=createNS("symbol");a.setAttribute("id",r),this.replaceInParent(e,r),a.appendChild(e.layerElement),s.appendChild(a);var n=createNS("use");n.setAttribute("href","#"+r),i.appendChild(n),e.data.hd=!1,e.show()}t.setMatte(e.layerId)},SVGMatte3Effect.prototype.initialize=function(){for(var t=this.filterManager.effectElements[0].p.v,e=this.elem.comp.elements,r=0,i=e.length;r<i;)e[r]&&e[r].data.ind===t&&this.setElementAsMask(this.elem,e[r]),r+=1;this.initialized=!0},SVGMatte3Effect.prototype.renderFrame=function(){this.initialized||this.initialize()},SVGEffects.prototype.renderFrame=function(t){var e,r=this.filters.length;for(e=0;e<r;e+=1)this.filters[e].renderFrame(t)},CVContextData.prototype.duplicate=function(){var t=2*this._length,e=this.savedOp;this.savedOp=createTypedArray("float32",t),this.savedOp.set(e);var r=0;for(r=this._length;r<t;r+=1)this.saved[r]=createTypedArray("float32",16);this._length=t},CVContextData.prototype.reset=function(){this.cArrPos=0,this.cTr.reset(),this.cO=1},CVBaseElement.prototype={createElements:function(){},initRendererElement:function(){},createContainerElements:function(){this.canvasContext=this.globalData.canvasContext,this.renderableEffectsManager=new CVEffects(this)},createContent:function(){},setBlendMode:function(){var t=this.globalData;if(t.blendMode!==this.data.bm){t.blendMode=this.data.bm;var e=getBlendMode(this.data.bm);t.canvasContext.globalCompositeOperation=e}},createRenderableComponents:function(){this.maskManager=new CVMaskElement(this.data,this)},hideElement:function(){this.hidden||this.isInRange&&!this.isTransparent||(this.hidden=!0)},showElement:function(){this.isInRange&&!this.isTransparent&&(this.hidden=!1,this._isFirstFrame=!0,this.maskManager._isFirstFrame=!0)},renderFrame:function(){if(!this.hidden&&!this.data.hd){this.renderTransform(),this.renderRenderable(),this.setBlendMode();var t=0===this.data.ty;this.globalData.renderer.save(t),this.globalData.renderer.ctxTransform(this.finalTransform.mat.props),this.globalData.renderer.ctxOpacity(this.finalTransform.mProp.o.v),this.renderInnerContent(),this.globalData.renderer.restore(t),this.maskManager.hasMasks&&this.globalData.renderer.restore(!0),this._isFirstFrame&&(this._isFirstFrame=!1)}},destroy:function(){this.canvasContext=null,this.data=null,this.globalData=null,this.maskManager.destroy()},mHelper:new Matrix},CVBaseElement.prototype.hide=CVBaseElement.prototype.hideElement,CVBaseElement.prototype.show=CVBaseElement.prototype.showElement,extendPrototype([BaseElement,TransformElement,CVBaseElement,HierarchyElement,FrameElement,RenderableElement],CVImageElement),CVImageElement.prototype.initElement=SVGShapeElement.prototype.initElement,CVImageElement.prototype.prepareFrame=IImageElement.prototype.prepareFrame,CVImageElement.prototype.createContent=function(){if(this.img.width&&(this.assetData.w!==this.img.width||this.assetData.h!==this.img.height)){var t=createTag("canvas");t.width=this.assetData.w,t.height=this.assetData.h;var e,r,i=t.getContext("2d"),s=this.img.width,a=this.img.height,n=s/a,o=this.assetData.w/this.assetData.h,h=this.assetData.pr||this.globalData.renderConfig.imagePreserveAspectRatio;o<n&&"xMidYMid slice"===h||n<o&&"xMidYMid slice"!==h?e=(r=a)*o:r=(e=s)/o,i.drawImage(this.img,(s-e)/2,(a-r)/2,e,r,0,0,this.assetData.w,this.assetData.h),this.img=t}},CVImageElement.prototype.renderInnerContent=function(){this.canvasContext.drawImage(this.img,0,0)},CVImageElement.prototype.destroy=function(){this.img=null},extendPrototype([CanvasRenderer,ICompElement,CVBaseElement],CVCompElement),CVCompElement.prototype.renderInnerContent=function(){var t,e=this.canvasContext;for(e.beginPath(),e.moveTo(0,0),e.lineTo(this.data.w,0),e.lineTo(this.data.w,this.data.h),e.lineTo(0,this.data.h),e.lineTo(0,0),e.clip(),t=this.layers.length-1;0<=t;t-=1)(this.completeLayers||this.elements[t])&&this.elements[t].renderFrame()},CVCompElement.prototype.destroy=function(){var t;for(t=this.layers.length-1;0<=t;t-=1)this.elements[t]&&this.elements[t].destroy();this.layers=null,this.elements=null},CVMaskElement.prototype.renderFrame=function(){if(this.hasMasks){var t,e,r,i,s=this.element.finalTransform.mat,a=this.element.canvasContext,n=this.masksProperties.length;for(a.beginPath(),t=0;t<n;t+=1)if("n"!==this.masksProperties[t].mode){var o;this.masksProperties[t].inv&&(a.moveTo(0,0),a.lineTo(this.element.globalData.compSize.w,0),a.lineTo(this.element.globalData.compSize.w,this.element.globalData.compSize.h),a.lineTo(0,this.element.globalData.compSize.h),a.lineTo(0,0)),i=this.viewData[t].v,e=s.applyToPointArray(i.v[0][0],i.v[0][1],0),a.moveTo(e[0],e[1]);var h=i._length;for(o=1;o<h;o+=1)r=s.applyToTriplePoints(i.o[o-1],i.i[o],i.v[o]),a.bezierCurveTo(r[0],r[1],r[2],r[3],r[4],r[5]);r=s.applyToTriplePoints(i.o[o-1],i.i[0],i.v[0]),a.bezierCurveTo(r[0],r[1],r[2],r[3],r[4],r[5])}this.element.globalData.renderer.save(!0),a.clip()}},CVMaskElement.prototype.getMaskProperty=MaskElement.prototype.getMaskProperty,CVMaskElement.prototype.destroy=function(){this.element=null},extendPrototype([BaseElement,TransformElement,CVBaseElement,IShapeElement,HierarchyElement,FrameElement,RenderableElement],CVShapeElement),CVShapeElement.prototype.initElement=RenderableDOMElement.prototype.initElement,CVShapeElement.prototype.transformHelper={opacity:1,_opMdf:!1},CVShapeElement.prototype.dashResetter=[],CVShapeElement.prototype.createContent=function(){this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,!0,[])},CVShapeElement.prototype.createStyleElement=function(t,e){var r={data:t,type:t.ty,preTransforms:this.transformsManager.addTransformSequence(e),transforms:[],elements:[],closed:!0===t.hd},i={};if("fl"===t.ty||"st"===t.ty?(i.c=PropertyFactory.getProp(this,t.c,1,255,this),i.c.k||(r.co="rgb("+bmFloor(i.c.v[0])+","+bmFloor(i.c.v[1])+","+bmFloor(i.c.v[2])+")")):"gf"!==t.ty&&"gs"!==t.ty||(i.s=PropertyFactory.getProp(this,t.s,1,null,this),i.e=PropertyFactory.getProp(this,t.e,1,null,this),i.h=PropertyFactory.getProp(this,t.h||{k:0},0,.01,this),i.a=PropertyFactory.getProp(this,t.a||{k:0},0,degToRads,this),i.g=new GradientProperty(this,t.g,this)),i.o=PropertyFactory.getProp(this,t.o,0,.01,this),"st"===t.ty||"gs"===t.ty){if(r.lc=lineCapEnum[t.lc||2],r.lj=lineJoinEnum[t.lj||2],1==t.lj&&(r.ml=t.ml),i.w=PropertyFactory.getProp(this,t.w,0,null,this),i.w.k||(r.wi=i.w.v),t.d){var s=new DashProperty(this,t.d,"canvas",this);i.d=s,i.d.k||(r.da=i.d.dashArray,r.do=i.d.dashoffset[0])}}else r.r=2===t.r?"evenodd":"nonzero";return this.stylesList.push(r),i.style=r,i},CVShapeElement.prototype.createGroupElement=function(){return{it:[],prevViewData:[]}},CVShapeElement.prototype.createTransformElement=function(t){return{transform:{opacity:1,_opMdf:!1,key:this.transformsManager.getNewKey(),op:PropertyFactory.getProp(this,t.o,0,.01,this),mProps:TransformPropertyFactory.getTransformProperty(this,t,this)}}},CVShapeElement.prototype.createShapeElement=function(t){var e=new CVShapeData(this,t,this.stylesList,this.transformsManager);return this.shapes.push(e),this.addShapeToModifiers(e),e},CVShapeElement.prototype.reloadShapes=function(){var t;this._isFirstFrame=!0;var e=this.itemsData.length;for(t=0;t<e;t+=1)this.prevViewData[t]=this.itemsData[t];for(this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,!0,[]),e=this.dynamicProperties.length,t=0;t<e;t+=1)this.dynamicProperties[t].getValue();this.renderModifiers(),this.transformsManager.processSequences(this._isFirstFrame)},CVShapeElement.prototype.addTransformToStyleList=function(t){var e,r=this.stylesList.length;for(e=0;e<r;e+=1)this.stylesList[e].closed||this.stylesList[e].transforms.push(t)},CVShapeElement.prototype.removeTransformFromStyleList=function(){var t,e=this.stylesList.length;for(t=0;t<e;t+=1)this.stylesList[t].closed||this.stylesList[t].transforms.pop()},CVShapeElement.prototype.closeStyles=function(t){var e,r=t.length;for(e=0;e<r;e+=1)t[e].closed=!0},CVShapeElement.prototype.searchShapes=function(t,e,r,i,s){var a,n,o,h,l,p,m=t.length-1,f=[],c=[],d=[].concat(s);for(a=m;0<=a;a-=1){if((h=this.searchProcessedElement(t[a]))?e[a]=r[h-1]:t[a]._shouldRender=i,"fl"===t[a].ty||"st"===t[a].ty||"gf"===t[a].ty||"gs"===t[a].ty)h?e[a].style.closed=!1:e[a]=this.createStyleElement(t[a],d),f.push(e[a].style);else if("gr"===t[a].ty){if(h)for(o=e[a].it.length,n=0;n<o;n+=1)e[a].prevViewData[n]=e[a].it[n];else e[a]=this.createGroupElement(t[a]);this.searchShapes(t[a].it,e[a].it,e[a].prevViewData,i,d)}else"tr"===t[a].ty?(h||(p=this.createTransformElement(t[a]),e[a]=p),d.push(e[a]),this.addTransformToStyleList(e[a])):"sh"===t[a].ty||"rc"===t[a].ty||"el"===t[a].ty||"sr"===t[a].ty?h||(e[a]=this.createShapeElement(t[a])):"tm"===t[a].ty||"rd"===t[a].ty||"pb"===t[a].ty?(h?(l=e[a]).closed=!1:((l=ShapeModifiers.getModifier(t[a].ty)).init(this,t[a]),e[a]=l,this.shapeModifiers.push(l)),c.push(l)):"rp"===t[a].ty&&(h?(l=e[a]).closed=!0:(l=ShapeModifiers.getModifier(t[a].ty),(e[a]=l).init(this,t,a,e),this.shapeModifiers.push(l),i=!1),c.push(l));this.addProcessedElement(t[a],a+1)}for(this.removeTransformFromStyleList(),this.closeStyles(f),m=c.length,a=0;a<m;a+=1)c[a].closed=!0},CVShapeElement.prototype.renderInnerContent=function(){this.transformHelper.opacity=1,this.transformHelper._opMdf=!1,this.renderModifiers(),this.transformsManager.processSequences(this._isFirstFrame),this.renderShape(this.transformHelper,this.shapesData,this.itemsData,!0)},CVShapeElement.prototype.renderShapeTransform=function(t,e){(t._opMdf||e.op._mdf||this._isFirstFrame)&&(e.opacity=t.opacity,e.opacity*=e.op.v,e._opMdf=!0)},CVShapeElement.prototype.drawLayer=function(){var t,e,r,i,s,a,n,o,h,l=this.stylesList.length,p=this.globalData.renderer,m=this.globalData.canvasContext;for(t=0;t<l;t+=1)if(("st"!==(o=(h=this.stylesList[t]).type)&&"gs"!==o||0!==h.wi)&&h.data._shouldRender&&0!==h.coOp&&0!==this.globalData.currentGlobalAlpha){for(p.save(),a=h.elements,"st"===o||"gs"===o?(m.strokeStyle="st"===o?h.co:h.grd,m.lineWidth=h.wi,m.lineCap=h.lc,m.lineJoin=h.lj,m.miterLimit=h.ml||0):m.fillStyle="fl"===o?h.co:h.grd,p.ctxOpacity(h.coOp),"st"!==o&&"gs"!==o&&m.beginPath(),p.ctxTransform(h.preTransforms.finalTransform.props),r=a.length,e=0;e<r;e+=1){for("st"!==o&&"gs"!==o||(m.beginPath(),h.da&&(m.setLineDash(h.da),m.lineDashOffset=h.do)),s=(n=a[e].trNodes).length,i=0;i<s;i+=1)"m"===n[i].t?m.moveTo(n[i].p[0],n[i].p[1]):"c"===n[i].t?m.bezierCurveTo(n[i].pts[0],n[i].pts[1],n[i].pts[2],n[i].pts[3],n[i].pts[4],n[i].pts[5]):m.closePath();"st"!==o&&"gs"!==o||(m.stroke(),h.da&&m.setLineDash(this.dashResetter))}"st"!==o&&"gs"!==o&&m.fill(h.r),p.restore()}},CVShapeElement.prototype.renderShape=function(t,e,r,i){var s,a;for(a=t,s=e.length-1;0<=s;s-=1)"tr"===e[s].ty?(a=r[s].transform,this.renderShapeTransform(t,a)):"sh"===e[s].ty||"el"===e[s].ty||"rc"===e[s].ty||"sr"===e[s].ty?this.renderPath(e[s],r[s]):"fl"===e[s].ty?this.renderFill(e[s],r[s],a):"st"===e[s].ty?this.renderStroke(e[s],r[s],a):"gf"===e[s].ty||"gs"===e[s].ty?this.renderGradientFill(e[s],r[s],a):"gr"===e[s].ty?this.renderShape(a,e[s].it,r[s].it):e[s].ty;i&&this.drawLayer()},CVShapeElement.prototype.renderStyledShape=function(t,e){if(this._isFirstFrame||e._mdf||t.transforms._mdf){var r,i,s,a=t.trNodes,n=e.paths,o=n._length;a.length=0;var h=t.transforms.finalTransform;for(s=0;s<o;s+=1){var l=n.shapes[s];if(l&&l.v){for(i=l._length,r=1;r<i;r+=1)1===r&&a.push({t:"m",p:h.applyToPointArray(l.v[0][0],l.v[0][1],0)}),a.push({t:"c",pts:h.applyToTriplePoints(l.o[r-1],l.i[r],l.v[r])});1===i&&a.push({t:"m",p:h.applyToPointArray(l.v[0][0],l.v[0][1],0)}),l.c&&i&&(a.push({t:"c",pts:h.applyToTriplePoints(l.o[r-1],l.i[0],l.v[0])}),a.push({t:"z"}))}}t.trNodes=a}},CVShapeElement.prototype.renderPath=function(t,e){if(!0!==t.hd&&t._shouldRender){var r,i=e.styledShapes.length;for(r=0;r<i;r+=1)this.renderStyledShape(e.styledShapes[r],e.sh)}},CVShapeElement.prototype.renderFill=function(t,e,r){var i=e.style;(e.c._mdf||this._isFirstFrame)&&(i.co="rgb("+bmFloor(e.c.v[0])+","+bmFloor(e.c.v[1])+","+bmFloor(e.c.v[2])+")"),(e.o._mdf||r._opMdf||this._isFirstFrame)&&(i.coOp=e.o.v*r.opacity)},CVShapeElement.prototype.renderGradientFill=function(t,e,r){var i,s=e.style;if(!s.grd||e.g._mdf||e.s._mdf||e.e._mdf||1!==t.t&&(e.h._mdf||e.a._mdf)){var a,n=this.globalData.canvasContext,o=e.s.v,h=e.e.v;if(1===t.t)i=n.createLinearGradient(o[0],o[1],h[0],h[1]);else{var l=Math.sqrt(Math.pow(o[0]-h[0],2)+Math.pow(o[1]-h[1],2)),p=Math.atan2(h[1]-o[1],h[0]-o[0]),m=e.h.v;1<=m?m=.99:m<=-1&&(m=-.99);var f=l*m,c=Math.cos(p+e.a.v)*f+o[0],d=Math.sin(p+e.a.v)*f+o[1];i=n.createRadialGradient(c,d,0,o[0],o[1],l)}var u=t.g.p,y=e.g.c,g=1;for(a=0;a<u;a+=1)e.g._hasOpacity&&e.g._collapsable&&(g=e.g.o[2*a+1]),i.addColorStop(y[4*a]/100,"rgba("+y[4*a+1]+","+y[4*a+2]+","+y[4*a+3]+","+g+")");s.grd=i}s.coOp=e.o.v*r.opacity},CVShapeElement.prototype.renderStroke=function(t,e,r){var i=e.style,s=e.d;s&&(s._mdf||this._isFirstFrame)&&(i.da=s.dashArray,i.do=s.dashoffset[0]),(e.c._mdf||this._isFirstFrame)&&(i.co="rgb("+bmFloor(e.c.v[0])+","+bmFloor(e.c.v[1])+","+bmFloor(e.c.v[2])+")"),(e.o._mdf||r._opMdf||this._isFirstFrame)&&(i.coOp=e.o.v*r.opacity),(e.w._mdf||this._isFirstFrame)&&(i.wi=e.w.v)},CVShapeElement.prototype.destroy=function(){this.shapesData=null,this.globalData=null,this.canvasContext=null,this.stylesList.length=0,this.itemsData.length=0},extendPrototype([BaseElement,TransformElement,CVBaseElement,HierarchyElement,FrameElement,RenderableElement],CVSolidElement),CVSolidElement.prototype.initElement=SVGShapeElement.prototype.initElement,CVSolidElement.prototype.prepareFrame=IImageElement.prototype.prepareFrame,CVSolidElement.prototype.renderInnerContent=function(){var t=this.canvasContext;t.fillStyle=this.data.sc,t.fillRect(0,0,this.data.sw,this.data.sh)},extendPrototype([BaseElement,TransformElement,CVBaseElement,HierarchyElement,FrameElement,RenderableElement,ITextElement],CVTextElement),CVTextElement.prototype.tHelper=createTag("canvas").getContext("2d"),CVTextElement.prototype.buildNewText=function(){var t=this.textProperty.currentData;this.renderedLetters=createSizedArray(t.l?t.l.length:0);var e=!1;t.fc?(e=!0,this.values.fill=this.buildColor(t.fc)):this.values.fill="rgba(0,0,0,0)",this.fill=e;var r=!1;t.sc&&(r=!0,this.values.stroke=this.buildColor(t.sc),this.values.sWidth=t.sw);var i,s,a,n,o,h,l,p,m,f,c,d,u=this.globalData.fontManager.getFontByName(t.f),y=t.l,g=this.mHelper;this.stroke=r,this.values.fValue=t.finalSize+"px "+this.globalData.fontManager.getFontByName(t.f).fFamily,s=t.finalText.length;var v=this.data.singleShape,b=.001*t.tr*t.finalSize,P=0,E=0,x=!0,S=0;for(i=0;i<s;i+=1){for(n=(a=this.globalData.fontManager.getCharData(t.finalText[i],u.fStyle,this.globalData.fontManager.getFontByName(t.f).fFamily))&&a.data||{},g.reset(),v&&y[i].n&&(P=-b,E+=t.yOffset,E+=x?1:0,x=!1),m=(l=n.shapes?n.shapes[0].it:[]).length,g.scale(t.finalSize/100,t.finalSize/100),v&&this.applyTextPropertiesToMatrix(t,g,y[i].line,P,E),c=createSizedArray(m),p=0;p<m;p+=1){for(h=l[p].ks.k.i.length,f=l[p].ks.k,d=[],o=1;o<h;o+=1)1===o&&d.push(g.applyToX(f.v[0][0],f.v[0][1],0),g.applyToY(f.v[0][0],f.v[0][1],0)),d.push(g.applyToX(f.o[o-1][0],f.o[o-1][1],0),g.applyToY(f.o[o-1][0],f.o[o-1][1],0),g.applyToX(f.i[o][0],f.i[o][1],0),g.applyToY(f.i[o][0],f.i[o][1],0),g.applyToX(f.v[o][0],f.v[o][1],0),g.applyToY(f.v[o][0],f.v[o][1],0));d.push(g.applyToX(f.o[o-1][0],f.o[o-1][1],0),g.applyToY(f.o[o-1][0],f.o[o-1][1],0),g.applyToX(f.i[0][0],f.i[0][1],0),g.applyToY(f.i[0][0],f.i[0][1],0),g.applyToX(f.v[0][0],f.v[0][1],0),g.applyToY(f.v[0][0],f.v[0][1],0)),c[p]=d}v&&(P+=y[i].l,P+=b),this.textSpans[S]?this.textSpans[S].elem=c:this.textSpans[S]={elem:c},S+=1}},CVTextElement.prototype.renderInnerContent=function(){var t,e,r,i,s,a,n=this.canvasContext;n.font=this.values.fValue,n.lineCap="butt",n.lineJoin="miter",n.miterLimit=4,this.data.singleShape||this.textAnimator.getMeasures(this.textProperty.currentData,this.lettersChangedFlag);var o,h=this.textAnimator.renderedLetters,l=this.textProperty.currentData.l;e=l.length;var p,m,f=null,c=null,d=null;for(t=0;t<e;t+=1)if(!l[t].n){if((o=h[t])&&(this.globalData.renderer.save(),this.globalData.renderer.ctxTransform(o.p),this.globalData.renderer.ctxOpacity(o.o)),this.fill){for(o&&o.fc?f!==o.fc&&(f=o.fc,n.fillStyle=o.fc):f!==this.values.fill&&(f=this.values.fill,n.fillStyle=this.values.fill),i=(p=this.textSpans[t].elem).length,this.globalData.canvasContext.beginPath(),r=0;r<i;r+=1)for(a=(m=p[r]).length,this.globalData.canvasContext.moveTo(m[0],m[1]),s=2;s<a;s+=6)this.globalData.canvasContext.bezierCurveTo(m[s],m[s+1],m[s+2],m[s+3],m[s+4],m[s+5]);this.globalData.canvasContext.closePath(),this.globalData.canvasContext.fill()}if(this.stroke){for(o&&o.sw?d!==o.sw&&(d=o.sw,n.lineWidth=o.sw):d!==this.values.sWidth&&(d=this.values.sWidth,n.lineWidth=this.values.sWidth),o&&o.sc?c!==o.sc&&(c=o.sc,n.strokeStyle=o.sc):c!==this.values.stroke&&(c=this.values.stroke,n.strokeStyle=this.values.stroke),i=(p=this.textSpans[t].elem).length,this.globalData.canvasContext.beginPath(),r=0;r<i;r+=1)for(a=(m=p[r]).length,this.globalData.canvasContext.moveTo(m[0],m[1]),s=2;s<a;s+=6)this.globalData.canvasContext.bezierCurveTo(m[s],m[s+1],m[s+2],m[s+3],m[s+4],m[s+5]);this.globalData.canvasContext.closePath(),this.globalData.canvasContext.stroke()}o&&this.globalData.renderer.restore()}},CVEffects.prototype.renderFrame=function(){},HBaseElement.prototype={checkBlendMode:function(){},initRendererElement:function(){this.baseElement=createTag(this.data.tg||"div"),this.data.hasMask?(this.svgElement=createNS("svg"),this.layerElement=createNS("g"),this.maskedElement=this.layerElement,this.svgElement.appendChild(this.layerElement),this.baseElement.appendChild(this.svgElement)):this.layerElement=this.baseElement,styleDiv(this.baseElement)},createContainerElements:function(){this.renderableEffectsManager=new CVEffects(this),this.transformedElement=this.baseElement,this.maskedElement=this.layerElement,this.data.ln&&this.layerElement.setAttribute("id",this.data.ln),this.data.cl&&this.layerElement.setAttribute("class",this.data.cl),0!==this.data.bm&&this.setBlendMode()},renderElement:function(){var t=this.transformedElement?this.transformedElement.style:{};if(this.finalTransform._matMdf){var e=this.finalTransform.mat.toCSS();t.transform=e,t.webkitTransform=e}this.finalTransform._opMdf&&(t.opacity=this.finalTransform.mProp.o.v)},renderFrame:function(){this.data.hd||this.hidden||(this.renderTransform(),this.renderRenderable(),this.renderElement(),this.renderInnerContent(),this._isFirstFrame&&(this._isFirstFrame=!1))},destroy:function(){this.layerElement=null,this.transformedElement=null,this.matteElement&&(this.matteElement=null),this.maskManager&&(this.maskManager.destroy(),this.maskManager=null)},createRenderableComponents:function(){this.maskManager=new MaskElement(this.data,this,this.globalData)},addEffects:function(){},setMatte:function(){}},HBaseElement.prototype.getBaseElement=SVGBaseElement.prototype.getBaseElement,HBaseElement.prototype.destroyBaseElement=HBaseElement.prototype.destroy,HBaseElement.prototype.buildElementParenting=HybridRenderer.prototype.buildElementParenting,extendPrototype([BaseElement,TransformElement,HBaseElement,HierarchyElement,FrameElement,RenderableDOMElement],HSolidElement),HSolidElement.prototype.createContent=function(){var t;this.data.hasMask?((t=createNS("rect")).setAttribute("width",this.data.sw),t.setAttribute("height",this.data.sh),t.setAttribute("fill",this.data.sc),this.svgElement.setAttribute("width",this.data.sw),this.svgElement.setAttribute("height",this.data.sh)):((t=createTag("div")).style.width=this.data.sw+"px",t.style.height=this.data.sh+"px",t.style.backgroundColor=this.data.sc),this.layerElement.appendChild(t)},extendPrototype([HybridRenderer,ICompElement,HBaseElement],HCompElement),HCompElement.prototype._createBaseContainerElements=HCompElement.prototype.createContainerElements,HCompElement.prototype.createContainerElements=function(){this._createBaseContainerElements(),this.data.hasMask?(this.svgElement.setAttribute("width",this.data.w),this.svgElement.setAttribute("height",this.data.h),this.transformedElement=this.baseElement):this.transformedElement=this.layerElement},HCompElement.prototype.addTo3dContainer=function(t,e){for(var r,i=0;i<e;)this.elements[i]&&this.elements[i].getBaseElement&&(r=this.elements[i].getBaseElement()),i+=1;r?this.layerElement.insertBefore(t,r):this.layerElement.appendChild(t)},extendPrototype([BaseElement,TransformElement,HSolidElement,SVGShapeElement,HBaseElement,HierarchyElement,FrameElement,RenderableElement],HShapeElement),HShapeElement.prototype._renderShapeFrame=HShapeElement.prototype.renderInnerContent,HShapeElement.prototype.createContent=function(){var t;if(this.baseElement.style.fontSize=0,this.data.hasMask)this.layerElement.appendChild(this.shapesContainer),t=this.svgElement;else{t=createNS("svg");var e=this.comp.data?this.comp.data:this.globalData.compSize;t.setAttribute("width",e.w),t.setAttribute("height",e.h),t.appendChild(this.shapesContainer),this.layerElement.appendChild(t)}this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.shapesContainer,0,[],!0),this.filterUniqueShapes(),this.shapeCont=t},HShapeElement.prototype.getTransformedPoint=function(t,e){var r,i=t.length;for(r=0;r<i;r+=1)e=t[r].mProps.v.applyToPointArray(e[0],e[1],0);return e},HShapeElement.prototype.calculateShapeBoundingBox=function(t,e){var r,i,s,a,n,o=t.sh.v,h=t.transformers,l=o._length;if(!(l<=1)){for(r=0;r<l-1;r+=1)i=this.getTransformedPoint(h,o.v[r]),s=this.getTransformedPoint(h,o.o[r]),a=this.getTransformedPoint(h,o.i[r+1]),n=this.getTransformedPoint(h,o.v[r+1]),this.checkBounds(i,s,a,n,e);o.c&&(i=this.getTransformedPoint(h,o.v[r]),s=this.getTransformedPoint(h,o.o[r]),a=this.getTransformedPoint(h,o.i[0]),n=this.getTransformedPoint(h,o.v[0]),this.checkBounds(i,s,a,n,e))}},HShapeElement.prototype.checkBounds=function(t,e,r,i,s){this.getBoundsOfCurve(t,e,r,i);var a=this.shapeBoundingBox;s.x=bmMin(a.left,s.x),s.xMax=bmMax(a.right,s.xMax),s.y=bmMin(a.top,s.y),s.yMax=bmMax(a.bottom,s.yMax)},HShapeElement.prototype.shapeBoundingBox={left:0,right:0,top:0,bottom:0},HShapeElement.prototype.tempBoundingBox={x:0,xMax:0,y:0,yMax:0,width:0,height:0},HShapeElement.prototype.getBoundsOfCurve=function(t,e,r,i){for(var s,a,n,o,h,l,p,m=[[t[0],i[0]],[t[1],i[1]]],f=0;f<2;++f)a=6*t[f]-12*e[f]+6*r[f],s=-3*t[f]+9*e[f]-9*r[f]+3*i[f],n=3*e[f]-3*t[f],a|=0,n|=0,0===(s|=0)&&0===a||(0===s?0<(o=-n/a)&&o<1&&m[f].push(this.calculateF(o,t,e,r,i,f)):0<=(h=a*a-4*n*s)&&(0<(l=(-a+bmSqrt(h))/(2*s))&&l<1&&m[f].push(this.calculateF(l,t,e,r,i,f)),0<(p=(-a-bmSqrt(h))/(2*s))&&p<1&&m[f].push(this.calculateF(p,t,e,r,i,f))));this.shapeBoundingBox.left=bmMin.apply(null,m[0]),this.shapeBoundingBox.top=bmMin.apply(null,m[1]),this.shapeBoundingBox.right=bmMax.apply(null,m[0]),this.shapeBoundingBox.bottom=bmMax.apply(null,m[1])},HShapeElement.prototype.calculateF=function(t,e,r,i,s,a){return bmPow(1-t,3)*e[a]+3*bmPow(1-t,2)*t*r[a]+3*(1-t)*bmPow(t,2)*i[a]+bmPow(t,3)*s[a]},HShapeElement.prototype.calculateBoundingBox=function(t,e){var r,i=t.length;for(r=0;r<i;r+=1)t[r]&&t[r].sh?this.calculateShapeBoundingBox(t[r],e):t[r]&&t[r].it&&this.calculateBoundingBox(t[r].it,e)},HShapeElement.prototype.currentBoxContains=function(t){return this.currentBBox.x<=t.x&&this.currentBBox.y<=t.y&&this.currentBBox.width+this.currentBBox.x>=t.x+t.width&&this.currentBBox.height+this.currentBBox.y>=t.y+t.height},HShapeElement.prototype.renderInnerContent=function(){if(this._renderShapeFrame(),!this.hidden&&(this._isFirstFrame||this._mdf)){var t=this.tempBoundingBox,e=999999;if(t.x=e,t.xMax=-e,t.y=e,t.yMax=-e,this.calculateBoundingBox(this.itemsData,t),t.width=t.xMax<t.x?0:t.xMax-t.x,t.height=t.yMax<t.y?0:t.yMax-t.y,this.currentBoxContains(t))return;var r=!1;if(this.currentBBox.w!==t.width&&(this.currentBBox.w=t.width,this.shapeCont.setAttribute("width",t.width),r=!0),this.currentBBox.h!==t.height&&(this.currentBBox.h=t.height,this.shapeCont.setAttribute("height",t.height),r=!0),r||this.currentBBox.x!==t.x||this.currentBBox.y!==t.y){this.currentBBox.w=t.width,this.currentBBox.h=t.height,this.currentBBox.x=t.x,this.currentBBox.y=t.y,this.shapeCont.setAttribute("viewBox",this.currentBBox.x+" "+this.currentBBox.y+" "+this.currentBBox.w+" "+this.currentBBox.h);var i=this.shapeCont.style,s="translate("+this.currentBBox.x+"px,"+this.currentBBox.y+"px)";i.transform=s,i.webkitTransform=s}}},extendPrototype([BaseElement,TransformElement,HBaseElement,HierarchyElement,FrameElement,RenderableDOMElement,ITextElement],HTextElement),HTextElement.prototype.createContent=function(){if(this.isMasked=this.checkMasks(),this.isMasked){this.renderType="svg",this.compW=this.comp.data.w,this.compH=this.comp.data.h,this.svgElement.setAttribute("width",this.compW),this.svgElement.setAttribute("height",this.compH);var t=createNS("g");this.maskedElement.appendChild(t),this.innerElem=t}else this.renderType="html",this.innerElem=this.layerElement;this.checkParenting()},HTextElement.prototype.buildNewText=function(){var t=this.textProperty.currentData;this.renderedLetters=createSizedArray(t.l?t.l.length:0);var e=this.innerElem.style,r=t.fc?this.buildColor(t.fc):"rgba(0,0,0,0)";e.fill=r,e.color=r,t.sc&&(e.stroke=this.buildColor(t.sc),e.strokeWidth=t.sw+"px");var i,s,a=this.globalData.fontManager.getFontByName(t.f);if(!this.globalData.fontManager.chars)if(e.fontSize=t.finalSize+"px",e.lineHeight=t.finalSize+"px",a.fClass)this.innerElem.className=a.fClass;else{e.fontFamily=a.fFamily;var n=t.fWeight,o=t.fStyle;e.fontStyle=o,e.fontWeight=n}var h,l,p,m=t.l;s=m.length;var f,c=this.mHelper,d="",u=0;for(i=0;i<s;i+=1){if(this.globalData.fontManager.chars?(this.textPaths[u]?h=this.textPaths[u]:((h=createNS("path")).setAttribute("stroke-linecap",lineCapEnum[1]),h.setAttribute("stroke-linejoin",lineJoinEnum[2]),h.setAttribute("stroke-miterlimit","4")),this.isMasked||(this.textSpans[u]?p=(l=this.textSpans[u]).children[0]:((l=createTag("div")).style.lineHeight=0,(p=createNS("svg")).appendChild(h),styleDiv(l)))):this.isMasked?h=this.textPaths[u]?this.textPaths[u]:createNS("text"):this.textSpans[u]?(l=this.textSpans[u],h=this.textPaths[u]):(styleDiv(l=createTag("span")),styleDiv(h=createTag("span")),l.appendChild(h)),this.globalData.fontManager.chars){var y,g=this.globalData.fontManager.getCharData(t.finalText[i],a.fStyle,this.globalData.fontManager.getFontByName(t.f).fFamily);if(y=g?g.data:null,c.reset(),y&&y.shapes&&(f=y.shapes[0].it,c.scale(t.finalSize/100,t.finalSize/100),d=this.createPathShape(c,f),h.setAttribute("d",d)),this.isMasked)this.innerElem.appendChild(h);else{if(this.innerElem.appendChild(l),y&&y.shapes){document.body.appendChild(p);var v=p.getBBox();p.setAttribute("width",v.width+2),p.setAttribute("height",v.height+2),p.setAttribute("viewBox",v.x-1+" "+(v.y-1)+" "+(v.width+2)+" "+(v.height+2));var b=p.style,P="translate("+(v.x-1)+"px,"+(v.y-1)+"px)";b.transform=P,b.webkitTransform=P,m[i].yOffset=v.y-1}else p.setAttribute("width",1),p.setAttribute("height",1);l.appendChild(p)}}else if(h.textContent=m[i].val,h.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:space","preserve"),this.isMasked)this.innerElem.appendChild(h);else{this.innerElem.appendChild(l);var E=h.style,x="translate3d(0,"+-t.finalSize/1.2+"px,0)";E.transform=x,E.webkitTransform=x}this.isMasked?this.textSpans[u]=h:this.textSpans[u]=l,this.textSpans[u].style.display="block",this.textPaths[u]=h,u+=1}for(;u<this.textSpans.length;)this.textSpans[u].style.display="none",u+=1},HTextElement.prototype.renderInnerContent=function(){var t;if(this.data.singleShape){if(!this._isFirstFrame&&!this.lettersChangedFlag)return;if(this.isMasked&&this.finalTransform._matMdf){this.svgElement.setAttribute("viewBox",-this.finalTransform.mProp.p.v[0]+" "+-this.finalTransform.mProp.p.v[1]+" "+this.compW+" "+this.compH),t=this.svgElement.style;var e="translate("+-this.finalTransform.mProp.p.v[0]+"px,"+-this.finalTransform.mProp.p.v[1]+"px)";t.transform=e,t.webkitTransform=e}}if(this.textAnimator.getMeasures(this.textProperty.currentData,this.lettersChangedFlag),this.lettersChangedFlag||this.textAnimator.lettersChangedFlag){var r,i,s,a,n,o=0,h=this.textAnimator.renderedLetters,l=this.textProperty.currentData.l;for(i=l.length,r=0;r<i;r+=1)l[r].n?o+=1:(a=this.textSpans[r],n=this.textPaths[r],s=h[o],o+=1,s._mdf.m&&(this.isMasked?a.setAttribute("transform",s.m):(a.style.webkitTransform=s.m,a.style.transform=s.m)),a.style.opacity=s.o,s.sw&&s._mdf.sw&&n.setAttribute("stroke-width",s.sw),s.sc&&s._mdf.sc&&n.setAttribute("stroke",s.sc),s.fc&&s._mdf.fc&&(n.setAttribute("fill",s.fc),n.style.color=s.fc));if(this.innerElem.getBBox&&!this.hidden&&(this._isFirstFrame||this._mdf)){var p=this.innerElem.getBBox();this.currentBBox.w!==p.width&&(this.currentBBox.w=p.width,this.svgElement.setAttribute("width",p.width)),this.currentBBox.h!==p.height&&(this.currentBBox.h=p.height,this.svgElement.setAttribute("height",p.height));if(this.currentBBox.w!==p.width+2||this.currentBBox.h!==p.height+2||this.currentBBox.x!==p.x-1||this.currentBBox.y!==p.y-1){this.currentBBox.w=p.width+2,this.currentBBox.h=p.height+2,this.currentBBox.x=p.x-1,this.currentBBox.y=p.y-1,this.svgElement.setAttribute("viewBox",this.currentBBox.x+" "+this.currentBBox.y+" "+this.currentBBox.w+" "+this.currentBBox.h),t=this.svgElement.style;var m="translate("+this.currentBBox.x+"px,"+this.currentBBox.y+"px)";t.transform=m,t.webkitTransform=m}}}},extendPrototype([BaseElement,TransformElement,HBaseElement,HSolidElement,HierarchyElement,FrameElement,RenderableElement],HImageElement),HImageElement.prototype.createContent=function(){var t=this.globalData.getAssetsPath(this.assetData),e=new Image;this.data.hasMask?(this.imageElem=createNS("image"),this.imageElem.setAttribute("width",this.assetData.w+"px"),this.imageElem.setAttribute("height",this.assetData.h+"px"),this.imageElem.setAttributeNS("http://www.w3.org/1999/xlink","href",t),this.layerElement.appendChild(this.imageElem),this.baseElement.setAttribute("width",this.assetData.w),this.baseElement.setAttribute("height",this.assetData.h)):this.layerElement.appendChild(e),e.crossOrigin="anonymous",e.src=t,this.data.ln&&this.baseElement.setAttribute("id",this.data.ln)},extendPrototype([BaseElement,FrameElement,HierarchyElement],HCameraElement),HCameraElement.prototype.setup=function(){var t,e,r,i,s=this.comp.threeDElements.length;for(t=0;t<s;t+=1)if("3d"===(e=this.comp.threeDElements[t]).type){r=e.perspectiveElem.style,i=e.container.style;var a=this.pe.v+"px",n="0px 0px 0px",o="matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)";r.perspective=a,r.webkitPerspective=a,i.transformOrigin=n,i.mozTransformOrigin=n,i.webkitTransformOrigin=n,r.transform=o,r.webkitTransform=o}},HCameraElement.prototype.createElements=function(){},HCameraElement.prototype.hide=function(){},HCameraElement.prototype.renderFrame=function(){var t,e,r=this._isFirstFrame;if(this.hierarchy)for(e=this.hierarchy.length,t=0;t<e;t+=1)r=this.hierarchy[t].finalTransform.mProp._mdf||r;if(r||this.pe._mdf||this.p&&this.p._mdf||this.px&&(this.px._mdf||this.py._mdf||this.pz._mdf)||this.rx._mdf||this.ry._mdf||this.rz._mdf||this.or._mdf||this.a&&this.a._mdf){if(this.mat.reset(),this.hierarchy)for(t=e=this.hierarchy.length-1;0<=t;t-=1){var i=this.hierarchy[t].finalTransform.mProp;this.mat.translate(-i.p.v[0],-i.p.v[1],i.p.v[2]),this.mat.rotateX(-i.or.v[0]).rotateY(-i.or.v[1]).rotateZ(i.or.v[2]),this.mat.rotateX(-i.rx.v).rotateY(-i.ry.v).rotateZ(i.rz.v),this.mat.scale(1/i.s.v[0],1/i.s.v[1],1/i.s.v[2]),this.mat.translate(i.a.v[0],i.a.v[1],i.a.v[2])}if(this.p?this.mat.translate(-this.p.v[0],-this.p.v[1],this.p.v[2]):this.mat.translate(-this.px.v,-this.py.v,this.pz.v),this.a){var s;s=this.p?[this.p.v[0]-this.a.v[0],this.p.v[1]-this.a.v[1],this.p.v[2]-this.a.v[2]]:[this.px.v-this.a.v[0],this.py.v-this.a.v[1],this.pz.v-this.a.v[2]];var a=Math.sqrt(Math.pow(s[0],2)+Math.pow(s[1],2)+Math.pow(s[2],2)),n=[s[0]/a,s[1]/a,s[2]/a],o=Math.sqrt(n[2]*n[2]+n[0]*n[0]),h=Math.atan2(n[1],o),l=Math.atan2(n[0],-n[2]);this.mat.rotateY(l).rotateX(-h)}this.mat.rotateX(-this.rx.v).rotateY(-this.ry.v).rotateZ(this.rz.v),this.mat.rotateX(-this.or.v[0]).rotateY(-this.or.v[1]).rotateZ(this.or.v[2]),this.mat.translate(this.globalData.compSize.w/2,this.globalData.compSize.h/2,0),this.mat.translate(0,0,this.pe.v);var p=!this._prevMat.equals(this.mat);if((p||this.pe._mdf)&&this.comp.threeDElements){var m,f,c;for(e=this.comp.threeDElements.length,t=0;t<e;t+=1)if("3d"===(m=this.comp.threeDElements[t]).type){if(p){var d=this.mat.toCSS();(c=m.container.style).transform=d,c.webkitTransform=d}this.pe._mdf&&((f=m.perspectiveElem.style).perspective=this.pe.v+"px",f.webkitPerspective=this.pe.v+"px")}this.mat.clone(this._prevMat)}}this._isFirstFrame=!1},HCameraElement.prototype.prepareFrame=function(t){this.prepareProperties(t,!0)},HCameraElement.prototype.destroy=function(){},HCameraElement.prototype.getBaseElement=function(){return null},HEffects.prototype.renderFrame=function(){};var animationManager=function(){var t={},s=[],i=0,a=0,n=0,o=!0,h=!1;function r(t){for(var e=0,r=t.target;e<a;)s[e].animation===r&&(s.splice(e,1),e-=1,a-=1,r.isPaused||m()),e+=1}function l(t,e){if(!t)return null;for(var r=0;r<a;){if(s[r].elem===t&&null!==s[r].elem)return s[r].animation;r+=1}var i=new AnimationItem;return f(i,t),i.setData(t,e),i}function p(){n+=1,d()}function m(){n-=1}function f(t,e){t.addEventListener("destroy",r),t.addEventListener("_active",p),t.addEventListener("_idle",m),s.push({elem:e,animation:t}),a+=1}function c(t){var e,r=t-i;for(e=0;e<a;e+=1)s[e].animation.advanceTime(r);i=t,n&&!h?window.requestAnimationFrame(c):o=!0}function e(t){i=t,window.requestAnimationFrame(c)}function d(){!h&&n&&o&&(window.requestAnimationFrame(e),o=!1)}return t.registerAnimation=l,t.loadAnimation=function(t){var e=new AnimationItem;return f(e,null),e.setParams(t),e},t.setSpeed=function(t,e){var r;for(r=0;r<a;r+=1)s[r].animation.setSpeed(t,e)},t.setDirection=function(t,e){var r;for(r=0;r<a;r+=1)s[r].animation.setDirection(t,e)},t.play=function(t){var e;for(e=0;e<a;e+=1)s[e].animation.play(t)},t.pause=function(t){var e;for(e=0;e<a;e+=1)s[e].animation.pause(t)},t.stop=function(t){var e;for(e=0;e<a;e+=1)s[e].animation.stop(t)},t.togglePause=function(t){var e;for(e=0;e<a;e+=1)s[e].animation.togglePause(t)},t.searchAnimations=function(t,e,r){var i,s=[].concat([].slice.call(document.getElementsByClassName("lottie")),[].slice.call(document.getElementsByClassName("bodymovin"))),a=s.length;for(i=0;i<a;i+=1)r&&s[i].setAttribute("data-bm-type",r),l(s[i],t);if(e&&0===a){r||(r="svg");var n=document.getElementsByTagName("body")[0];n.innerText="";var o=createTag("div");o.style.width="100%",o.style.height="100%",o.setAttribute("data-bm-type",r),n.appendChild(o),l(o,t)}},t.resize=function(){var t;for(t=0;t<a;t+=1)s[t].animation.resize()},t.goToAndStop=function(t,e,r){var i;for(i=0;i<a;i+=1)s[i].animation.goToAndStop(t,e,r)},t.destroy=function(t){var e;for(e=a-1;0<=e;e-=1)s[e].animation.destroy(t)},t.freeze=function(){h=!0},t.unfreeze=function(){h=!1,d()},t.setVolume=function(t,e){var r;for(r=0;r<a;r+=1)s[r].animation.setVolume(t,e)},t.mute=function(t){var e;for(e=0;e<a;e+=1)s[e].animation.mute(t)},t.unmute=function(t){var e;for(e=0;e<a;e+=1)s[e].animation.unmute(t)},t.getRegisteredAnimations=function(){var t,e=s.length,r=[];for(t=0;t<e;t+=1)r.push(s[t].animation);return r},t}(),AnimationItem=function(){this._cbs=[],this.name="",this.path="",this.isLoaded=!1,this.currentFrame=0,this.currentRawFrame=0,this.firstFrame=0,this.totalFrames=0,this.frameRate=0,this.frameMult=0,this.playSpeed=1,this.playDirection=1,this.playCount=0,this.animationData={},this.assets=[],this.isPaused=!0,this.autoplay=!1,this.loop=!0,this.renderer=null,this.animationID=createElementID(),this.assetsPath="",this.timeCompleted=0,this.segmentPos=0,this.isSubframeEnabled=subframeEnabled,this.segments=[],this._idle=!0,this._completedLoop=!1,this.projectInterface=ProjectInterface(),this.imagePreloader=new ImagePreloader,this.audioController=audioControllerFactory(),this.markers=[],this.configAnimation=this.configAnimation.bind(this),this.onSetupError=this.onSetupError.bind(this),this.onSegmentComplete=this.onSegmentComplete.bind(this)};extendPrototype([BaseEvent],AnimationItem),AnimationItem.prototype.setParams=function(t){(t.wrapper||t.container)&&(this.wrapper=t.wrapper||t.container);var e="svg";switch(t.animType?e=t.animType:t.renderer&&(e=t.renderer),e){case"canvas":this.renderer=new CanvasRenderer(this,t.rendererSettings);break;case"svg":this.renderer=new SVGRenderer(this,t.rendererSettings);break;default:this.renderer=new HybridRenderer(this,t.rendererSettings)}this.imagePreloader.setCacheType(e,this.renderer.globalData.defs),this.renderer.setProjectInterface(this.projectInterface),this.animType=e,""===t.loop||null===t.loop||void 0===t.loop||!0===t.loop?this.loop=!0:!1===t.loop?this.loop=!1:this.loop=parseInt(t.loop,10),this.autoplay=!("autoplay"in t)||t.autoplay,this.name=t.name?t.name:"",this.autoloadSegments=!Object.prototype.hasOwnProperty.call(t,"autoloadSegments")||t.autoloadSegments,this.assetsPath=t.assetsPath,this.initialSegment=t.initialSegment,t.audioFactory&&this.audioController.setAudioFactory(t.audioFactory),t.animationData?this.setupAnimation(t.animationData):t.path&&(-1!==t.path.lastIndexOf("\\")?this.path=t.path.substr(0,t.path.lastIndexOf("\\")+1):this.path=t.path.substr(0,t.path.lastIndexOf("/")+1),this.fileName=t.path.substr(t.path.lastIndexOf("/")+1),this.fileName=this.fileName.substr(0,this.fileName.lastIndexOf(".json")),dataManager.loadAnimation(t.path,this.configAnimation,this.onSetupError))},AnimationItem.prototype.onSetupError=function(){this.trigger("data_failed")},AnimationItem.prototype.setupAnimation=function(t){dataManager.completeAnimation(t,this.configAnimation)},AnimationItem.prototype.setData=function(t,e){e&&"object"!=typeof e&&(e=JSON.parse(e));var r={wrapper:t,animationData:e},i=t.attributes;r.path=i.getNamedItem("data-animation-path")?i.getNamedItem("data-animation-path").value:i.getNamedItem("data-bm-path")?i.getNamedItem("data-bm-path").value:i.getNamedItem("bm-path")?i.getNamedItem("bm-path").value:"",r.animType=i.getNamedItem("data-anim-type")?i.getNamedItem("data-anim-type").value:i.getNamedItem("data-bm-type")?i.getNamedItem("data-bm-type").value:i.getNamedItem("bm-type")?i.getNamedItem("bm-type").value:i.getNamedItem("data-bm-renderer")?i.getNamedItem("data-bm-renderer").value:i.getNamedItem("bm-renderer")?i.getNamedItem("bm-renderer").value:"canvas";var s=i.getNamedItem("data-anim-loop")?i.getNamedItem("data-anim-loop").value:i.getNamedItem("data-bm-loop")?i.getNamedItem("data-bm-loop").value:i.getNamedItem("bm-loop")?i.getNamedItem("bm-loop").value:"";"false"===s?r.loop=!1:"true"===s?r.loop=!0:""!==s&&(r.loop=parseInt(s,10));var a=i.getNamedItem("data-anim-autoplay")?i.getNamedItem("data-anim-autoplay").value:i.getNamedItem("data-bm-autoplay")?i.getNamedItem("data-bm-autoplay").value:!i.getNamedItem("bm-autoplay")||i.getNamedItem("bm-autoplay").value;r.autoplay="false"!==a,r.name=i.getNamedItem("data-name")?i.getNamedItem("data-name").value:i.getNamedItem("data-bm-name")?i.getNamedItem("data-bm-name").value:i.getNamedItem("bm-name")?i.getNamedItem("bm-name").value:"","false"===(i.getNamedItem("data-anim-prerender")?i.getNamedItem("data-anim-prerender").value:i.getNamedItem("data-bm-prerender")?i.getNamedItem("data-bm-prerender").value:i.getNamedItem("bm-prerender")?i.getNamedItem("bm-prerender").value:"")&&(r.prerender=!1),this.setParams(r)},AnimationItem.prototype.includeLayers=function(t){t.op>this.animationData.op&&(this.animationData.op=t.op,this.totalFrames=Math.floor(t.op-this.animationData.ip));var e,r,i=this.animationData.layers,s=i.length,a=t.layers,n=a.length;for(r=0;r<n;r+=1)for(e=0;e<s;){if(i[e].id===a[r].id){i[e]=a[r];break}e+=1}if((t.chars||t.fonts)&&(this.renderer.globalData.fontManager.addChars(t.chars),this.renderer.globalData.fontManager.addFonts(t.fonts,this.renderer.globalData.defs)),t.assets)for(s=t.assets.length,e=0;e<s;e+=1)this.animationData.assets.push(t.assets[e]);this.animationData.__complete=!1,dataManager.completeAnimation(this.animationData,this.onSegmentComplete)},AnimationItem.prototype.onSegmentComplete=function(t){this.animationData=t,expressionsPlugin&&expressionsPlugin.initExpressions(this),this.loadNextSegment()},AnimationItem.prototype.loadNextSegment=function(){var t=this.animationData.segments;if(!t||0===t.length||!this.autoloadSegments)return this.trigger("data_ready"),void(this.timeCompleted=this.totalFrames);var e=t.shift();this.timeCompleted=e.time*this.frameRate;var r=this.path+this.fileName+"_"+this.segmentPos+".json";this.segmentPos+=1,dataManager.loadData(r,this.includeLayers.bind(this),function(){this.trigger("data_failed")}.bind(this))},AnimationItem.prototype.loadSegments=function(){this.animationData.segments||(this.timeCompleted=this.totalFrames),this.loadNextSegment()},AnimationItem.prototype.imagesLoaded=function(){this.trigger("loaded_images"),this.checkLoaded()},AnimationItem.prototype.preloadImages=function(){this.imagePreloader.setAssetsPath(this.assetsPath),this.imagePreloader.setPath(this.path),this.imagePreloader.loadAssets(this.animationData.assets,this.imagesLoaded.bind(this))},AnimationItem.prototype.configAnimation=function(t){if(this.renderer)try{this.animationData=t,this.initialSegment?(this.totalFrames=Math.floor(this.initialSegment[1]-this.initialSegment[0]),this.firstFrame=Math.round(this.initialSegment[0])):(this.totalFrames=Math.floor(this.animationData.op-this.animationData.ip),this.firstFrame=Math.round(this.animationData.ip)),this.renderer.configAnimation(t),t.assets||(t.assets=[]),this.assets=this.animationData.assets,this.frameRate=this.animationData.fr,this.frameMult=this.animationData.fr/1e3,this.renderer.searchExtraCompositions(t.assets),this.markers=markerParser(t.markers||[]),this.trigger("config_ready"),this.preloadImages(),this.loadSegments(),this.updaFrameModifier(),this.waitForFontsLoaded(),this.isPaused&&this.audioController.pause()}catch(t){this.triggerConfigError(t)}},AnimationItem.prototype.waitForFontsLoaded=function(){this.renderer&&(this.renderer.globalData.fontManager.isLoaded?this.checkLoaded():setTimeout(this.waitForFontsLoaded.bind(this),20))},AnimationItem.prototype.checkLoaded=function(){!this.isLoaded&&this.renderer.globalData.fontManager.isLoaded&&(this.imagePreloader.loadedImages()||"canvas"!==this.renderer.rendererType)&&this.imagePreloader.loadedFootages()&&(this.isLoaded=!0,expressionsPlugin&&expressionsPlugin.initExpressions(this),this.renderer.initItems(),setTimeout(function(){this.trigger("DOMLoaded")}.bind(this),0),this.gotoFrame(),this.autoplay&&this.play())},AnimationItem.prototype.resize=function(){this.renderer.updateContainerSize()},AnimationItem.prototype.setSubframe=function(t){this.isSubframeEnabled=!!t},AnimationItem.prototype.gotoFrame=function(){this.currentFrame=this.isSubframeEnabled?this.currentRawFrame:~~this.currentRawFrame,this.timeCompleted!==this.totalFrames&&this.currentFrame>this.timeCompleted&&(this.currentFrame=this.timeCompleted),this.trigger("enterFrame"),this.renderFrame(),this.trigger("drawnFrame")},AnimationItem.prototype.renderFrame=function(){if(!1!==this.isLoaded&&this.renderer)try{this.renderer.renderFrame(this.currentFrame+this.firstFrame)}catch(t){this.triggerRenderFrameError(t)}},AnimationItem.prototype.play=function(t){t&&this.name!==t||!0===this.isPaused&&(this.isPaused=!1,this.audioController.resume(),this._idle&&(this._idle=!1,this.trigger("_active")))},AnimationItem.prototype.pause=function(t){t&&this.name!==t||!1===this.isPaused&&(this.isPaused=!0,this._idle=!0,this.trigger("_idle"),this.audioController.pause())},AnimationItem.prototype.togglePause=function(t){t&&this.name!==t||(!0===this.isPaused?this.play():this.pause())},AnimationItem.prototype.stop=function(t){t&&this.name!==t||(this.pause(),this.playCount=0,this._completedLoop=!1,this.setCurrentRawFrameValue(0))},AnimationItem.prototype.getMarkerData=function(t){for(var e,r=0;r<this.markers.length;r+=1)if((e=this.markers[r]).payload&&e.payload.name===t)return e;return null},AnimationItem.prototype.goToAndStop=function(t,e,r){if(!r||this.name===r){var i=Number(t);if(isNaN(i)){var s=this.getMarkerData(t);s&&this.goToAndStop(s.time,!0)}else e?this.setCurrentRawFrameValue(t):this.setCurrentRawFrameValue(t*this.frameModifier);this.pause()}},AnimationItem.prototype.goToAndPlay=function(t,e,r){if(!r||this.name===r){var i=Number(t);if(isNaN(i)){var s=this.getMarkerData(t);s&&(s.duration?this.playSegments([s.time,s.time+s.duration],!0):this.goToAndStop(s.time,!0))}else this.goToAndStop(i,e,r);this.play()}},AnimationItem.prototype.advanceTime=function(t){if(!0!==this.isPaused&&!1!==this.isLoaded){var e=this.currentRawFrame+t*this.frameModifier,r=!1;e>=this.totalFrames-1&&0<this.frameModifier?this.loop&&this.playCount!==this.loop?e>=this.totalFrames?(this.playCount+=1,this.checkSegments(e%this.totalFrames)||(this.setCurrentRawFrameValue(e%this.totalFrames),this._completedLoop=!0,this.trigger("loopComplete"))):this.setCurrentRawFrameValue(e):this.checkSegments(e>this.totalFrames?e%this.totalFrames:0)||(r=!0,e=this.totalFrames-1):e<0?this.checkSegments(e%this.totalFrames)||(!this.loop||this.playCount--<=0&&!0!==this.loop?(r=!0,e=0):(this.setCurrentRawFrameValue(this.totalFrames+e%this.totalFrames),this._completedLoop?this.trigger("loopComplete"):this._completedLoop=!0)):this.setCurrentRawFrameValue(e),r&&(this.setCurrentRawFrameValue(e),this.pause(),this.trigger("complete"))}},AnimationItem.prototype.adjustSegment=function(t,e){this.playCount=0,t[1]<t[0]?(0<this.frameModifier&&(this.playSpeed<0?this.setSpeed(-this.playSpeed):this.setDirection(-1)),this.totalFrames=t[0]-t[1],this.timeCompleted=this.totalFrames,this.firstFrame=t[1],this.setCurrentRawFrameValue(this.totalFrames-.001-e)):t[1]>t[0]&&(this.frameModifier<0&&(this.playSpeed<0?this.setSpeed(-this.playSpeed):this.setDirection(1)),this.totalFrames=t[1]-t[0],this.timeCompleted=this.totalFrames,this.firstFrame=t[0],this.setCurrentRawFrameValue(.001+e)),this.trigger("segmentStart")},AnimationItem.prototype.setSegment=function(t,e){var r=-1;this.isPaused&&(this.currentRawFrame+this.firstFrame<t?r=t:this.currentRawFrame+this.firstFrame>e&&(r=e-t)),this.firstFrame=t,this.totalFrames=e-t,this.timeCompleted=this.totalFrames,-1!==r&&this.goToAndStop(r,!0)},AnimationItem.prototype.playSegments=function(t,e){if(e&&(this.segments.length=0),"object"==typeof t[0]){var r,i=t.length;for(r=0;r<i;r+=1)this.segments.push(t[r])}else this.segments.push(t);this.segments.length&&e&&this.adjustSegment(this.segments.shift(),0),this.isPaused&&this.play()},AnimationItem.prototype.resetSegments=function(t){this.segments.length=0,this.segments.push([this.animationData.ip,this.animationData.op]),t&&this.checkSegments(0)},AnimationItem.prototype.checkSegments=function(t){return!!this.segments.length&&(this.adjustSegment(this.segments.shift(),t),!0)},AnimationItem.prototype.destroy=function(t){t&&this.name!==t||!this.renderer||(this.renderer.destroy(),this.imagePreloader.destroy(),this.trigger("destroy"),this._cbs=null,this.onEnterFrame=null,this.onLoopComplete=null,this.onComplete=null,this.onSegmentStart=null,this.onDestroy=null,this.renderer=null,this.renderer=null,this.imagePreloader=null,this.projectInterface=null)},AnimationItem.prototype.setCurrentRawFrameValue=function(t){this.currentRawFrame=t,this.gotoFrame()},AnimationItem.prototype.setSpeed=function(t){this.playSpeed=t,this.updaFrameModifier()},AnimationItem.prototype.setDirection=function(t){this.playDirection=t<0?-1:1,this.updaFrameModifier()},AnimationItem.prototype.setVolume=function(t,e){e&&this.name!==e||this.audioController.setVolume(t)},AnimationItem.prototype.getVolume=function(){return this.audioController.getVolume()},AnimationItem.prototype.mute=function(t){t&&this.name!==t||this.audioController.mute()},AnimationItem.prototype.unmute=function(t){t&&this.name!==t||this.audioController.unmute()},AnimationItem.prototype.updaFrameModifier=function(){this.frameModifier=this.frameMult*this.playSpeed*this.playDirection,this.audioController.setRate(this.playSpeed*this.playDirection)},AnimationItem.prototype.getPath=function(){return this.path},AnimationItem.prototype.getAssetsPath=function(t){var e="";if(t.e)e=t.p;else if(this.assetsPath){var r=t.p;-1!==r.indexOf("images/")&&(r=r.split("/")[1]),e=this.assetsPath+r}else e=this.path,e+=t.u?t.u:"",e+=t.p;return e},AnimationItem.prototype.getAssetData=function(t){for(var e=0,r=this.assets.length;e<r;){if(t===this.assets[e].id)return this.assets[e];e+=1}return null},AnimationItem.prototype.hide=function(){this.renderer.hide()},AnimationItem.prototype.show=function(){this.renderer.show()},AnimationItem.prototype.getDuration=function(t){return t?this.totalFrames:this.totalFrames/this.frameRate},AnimationItem.prototype.trigger=function(t){if(this._cbs&&this._cbs[t])switch(t){case"enterFrame":case"drawnFrame":this.triggerEvent(t,new BMEnterFrameEvent(t,this.currentFrame,this.totalFrames,this.frameModifier));break;case"loopComplete":this.triggerEvent(t,new BMCompleteLoopEvent(t,this.loop,this.playCount,this.frameMult));break;case"complete":this.triggerEvent(t,new BMCompleteEvent(t,this.frameMult));break;case"segmentStart":this.triggerEvent(t,new BMSegmentStartEvent(t,this.firstFrame,this.totalFrames));break;case"destroy":this.triggerEvent(t,new BMDestroyEvent(t,this));break;default:this.triggerEvent(t)}"enterFrame"===t&&this.onEnterFrame&&this.onEnterFrame.call(this,new BMEnterFrameEvent(t,this.currentFrame,this.totalFrames,this.frameMult)),"loopComplete"===t&&this.onLoopComplete&&this.onLoopComplete.call(this,new BMCompleteLoopEvent(t,this.loop,this.playCount,this.frameMult)),"complete"===t&&this.onComplete&&this.onComplete.call(this,new BMCompleteEvent(t,this.frameMult)),"segmentStart"===t&&this.onSegmentStart&&this.onSegmentStart.call(this,new BMSegmentStartEvent(t,this.firstFrame,this.totalFrames)),"destroy"===t&&this.onDestroy&&this.onDestroy.call(this,new BMDestroyEvent(t,this))},AnimationItem.prototype.triggerRenderFrameError=function(t){var e=new BMRenderFrameErrorEvent(t,this.currentFrame);this.triggerEvent("error",e),this.onError&&this.onError.call(this,e)},AnimationItem.prototype.triggerConfigError=function(t){var e=new BMConfigErrorEvent(t,this.currentFrame);this.triggerEvent("error",e),this.onError&&this.onError.call(this,e)};var Expressions=(LZ={},LZ.initExpressions=function(t){var e=0,r=[];function i(){var t,e=r.length;for(t=0;t<e;t+=1)r[t].release();r.length=0}t.renderer.compInterface=CompExpressionInterface(t.renderer),t.renderer.globalData.projectInterface.registerComposition(t.renderer),t.renderer.globalData.pushExpression=function(){e+=1},t.renderer.globalData.popExpression=function(){0==(e-=1)&&i()},t.renderer.globalData.registerExpressionProperty=function(t){-1===r.indexOf(t)&&r.push(t)}},LZ),LZ;expressionsPlugin=Expressions;var ExpressionManager=function(){var ob={},Math=BMMath,window=null,document=null,XMLHttpRequest=null,fetch=null,frames=null;function $bm_isInstanceOfArray(t){return t.constructor===Array||t.constructor===Float32Array}function isNumerable(t,e){return"number"===t||"boolean"===t||"string"===t||e instanceof Number}function $bm_neg(t){var e=typeof t;if("number"===e||"boolean"===e||t instanceof Number)return-t;if($bm_isInstanceOfArray(t)){var r,i=t.length,s=[];for(r=0;r<i;r+=1)s[r]=-t[r];return s}return t.propType?t.v:-t}var easeInBez=BezierFactory.getBezierEasing(.333,0,.833,.833,"easeIn").get,easeOutBez=BezierFactory.getBezierEasing(.167,.167,.667,1,"easeOut").get,easeInOutBez=BezierFactory.getBezierEasing(.33,0,.667,1,"easeInOut").get;function sum(t,e){var r=typeof t,i=typeof e;if("string"===r||"string"===i)return t+e;if(isNumerable(r,t)&&isNumerable(i,e))return t+e;if($bm_isInstanceOfArray(t)&&isNumerable(i,e))return(t=t.slice(0))[0]+=e,t;if(isNumerable(r,t)&&$bm_isInstanceOfArray(e))return(e=e.slice(0))[0]=t+e[0],e;if($bm_isInstanceOfArray(t)&&$bm_isInstanceOfArray(e)){for(var s=0,a=t.length,n=e.length,o=[];s<a||s<n;)("number"==typeof t[s]||t[s]instanceof Number)&&("number"==typeof e[s]||e[s]instanceof Number)?o[s]=t[s]+e[s]:o[s]=void 0===e[s]?t[s]:t[s]||e[s],s+=1;return o}return 0}var add=sum;function sub(t,e){var r=typeof t,i=typeof e;if(isNumerable(r,t)&&isNumerable(i,e))return"string"===r&&(t=parseInt(t,10)),"string"===i&&(e=parseInt(e,10)),t-e;if($bm_isInstanceOfArray(t)&&isNumerable(i,e))return(t=t.slice(0))[0]-=e,t;if(isNumerable(r,t)&&$bm_isInstanceOfArray(e))return(e=e.slice(0))[0]=t-e[0],e;if($bm_isInstanceOfArray(t)&&$bm_isInstanceOfArray(e)){for(var s=0,a=t.length,n=e.length,o=[];s<a||s<n;)("number"==typeof t[s]||t[s]instanceof Number)&&("number"==typeof e[s]||e[s]instanceof Number)?o[s]=t[s]-e[s]:o[s]=void 0===e[s]?t[s]:t[s]||e[s],s+=1;return o}return 0}function mul(t,e){var r,i,s,a=typeof t,n=typeof e;if(isNumerable(a,t)&&isNumerable(n,e))return t*e;if($bm_isInstanceOfArray(t)&&isNumerable(n,e)){for(s=t.length,r=createTypedArray("float32",s),i=0;i<s;i+=1)r[i]=t[i]*e;return r}if(isNumerable(a,t)&&$bm_isInstanceOfArray(e)){for(s=e.length,r=createTypedArray("float32",s),i=0;i<s;i+=1)r[i]=t*e[i];return r}return 0}function div(t,e){var r,i,s,a=typeof t,n=typeof e;if(isNumerable(a,t)&&isNumerable(n,e))return t/e;if($bm_isInstanceOfArray(t)&&isNumerable(n,e)){for(s=t.length,r=createTypedArray("float32",s),i=0;i<s;i+=1)r[i]=t[i]/e;return r}if(isNumerable(a,t)&&$bm_isInstanceOfArray(e)){for(s=e.length,r=createTypedArray("float32",s),i=0;i<s;i+=1)r[i]=t/e[i];return r}return 0}function mod(t,e){return"string"==typeof t&&(t=parseInt(t,10)),"string"==typeof e&&(e=parseInt(e,10)),t%e}var $bm_sum=sum,$bm_sub=sub,$bm_mul=mul,$bm_div=div,$bm_mod=mod;function clamp(t,e,r){if(r<e){var i=r;r=e,e=i}return Math.min(Math.max(t,e),r)}function radiansToDegrees(t){return t/degToRads}var radians_to_degrees=radiansToDegrees;function degreesToRadians(t){return t*degToRads}var degrees_to_radians=radiansToDegrees,helperLengthArray=[0,0,0,0,0,0];function length(t,e){if("number"==typeof t||t instanceof Number)return e=e||0,Math.abs(t-e);var r;e||(e=helperLengthArray);var i=Math.min(t.length,e.length),s=0;for(r=0;r<i;r+=1)s+=Math.pow(e[r]-t[r],2);return Math.sqrt(s)}function normalize(t){return div(t,length(t))}function rgbToHsl(t){var e,r,i=t[0],s=t[1],a=t[2],n=Math.max(i,s,a),o=Math.min(i,s,a),h=(n+o)/2;if(n===o)r=e=0;else{var l=n-o;switch(r=.5<h?l/(2-n-o):l/(n+o),n){case i:e=(s-a)/l+(s<a?6:0);break;case s:e=(a-i)/l+2;break;case a:e=(i-s)/l+4}e/=6}return[e,r,h,t[3]]}function hue2rgb(t,e,r){return r<0&&(r+=1),1<r&&(r-=1),r<1/6?t+6*(e-t)*r:r<.5?e:r<2/3?t+(e-t)*(2/3-r)*6:t}function hslToRgb(t){var e,r,i,s=t[0],a=t[1],n=t[2];if(0===a)r=i=e=n;else{var o=n<.5?n*(1+a):n+a-n*a,h=2*n-o;e=hue2rgb(h,o,s+1/3),r=hue2rgb(h,o,s),i=hue2rgb(h,o,s-1/3)}return[e,r,i,t[3]]}function linear(t,e,r,i,s){if(void 0!==i&&void 0!==s||(i=e,s=r,e=0,r=1),r<e){var a=r;r=e,e=a}if(t<=e)return i;if(r<=t)return s;var n,o=r===e?0:(t-e)/(r-e);if(!i.length)return i+(s-i)*o;var h=i.length,l=createTypedArray("float32",h);for(n=0;n<h;n+=1)l[n]=i[n]+(s[n]-i[n])*o;return l}function random(t,e){if(void 0===e&&(void 0===t?(t=0,e=1):(e=t,t=void 0)),e.length){var r,i=e.length;t||(t=createTypedArray("float32",i));var s=createTypedArray("float32",i),a=BMMath.random();for(r=0;r<i;r+=1)s[r]=t[r]+a*(e[r]-t[r]);return s}return void 0===t&&(t=0),t+BMMath.random()*(e-t)}function createPath(t,e,r,i){var s,a=t.length,n=shapePool.newElement();n.setPathData(!!i,a);var o,h,l=[0,0];for(s=0;s<a;s+=1)o=e&&e[s]?e[s]:l,h=r&&r[s]?r[s]:l,n.setTripleAt(t[s][0],t[s][1],h[0]+t[s][0],h[1]+t[s][1],o[0]+t[s][0],o[1]+t[s][1],s,!0);return n}function initiateExpression(elem,data,property){var val=data.x,needsVelocity=/velocity(?![\w\d])/.test(val),_needsRandom=-1!==val.indexOf("random"),elemType=elem.data.ty,transform,$bm_transform,content,effect,thisProperty=property;thisProperty.valueAtTime=thisProperty.getValueAtTime,Object.defineProperty(thisProperty,"value",{get:function(){return thisProperty.v}}),elem.comp.frameDuration=1/elem.comp.globalData.frameRate,elem.comp.displayStartTime=0;var inPoint=elem.data.ip/elem.comp.globalData.frameRate,outPoint=elem.data.op/elem.comp.globalData.frameRate,width=elem.data.sw?elem.data.sw:0,height=elem.data.sh?elem.data.sh:0,name=elem.data.nm,loopIn,loop_in,loopOut,loop_out,smooth,toWorld,fromWorld,fromComp,toComp,fromCompToSurface,position,rotation,anchorPoint,scale,thisLayer,thisComp,mask,valueAtTime,velocityAtTime,scoped_bm_rt,expression_function=eval("[function _expression_function(){"+val+";scoped_bm_rt=$bm_rt}]")[0],numKeys=property.kf?data.k.length:0,active=!this.data||!0!==this.data.hd,wiggle=function(t,e){var r,i,s=this.pv.length?this.pv.length:1,a=createTypedArray("float32",s);var n=Math.floor(5*time);for(i=r=0;r<n;){for(i=0;i<s;i+=1)a[i]+=-e+2*e*BMMath.random();r+=1}var o=5*time,h=o-Math.floor(o),l=createTypedArray("float32",s);if(1<s){for(i=0;i<s;i+=1)l[i]=this.pv[i]+a[i]+(-e+2*e*BMMath.random())*h;return l}return this.pv+a[0]+(-e+2*e*BMMath.random())*h}.bind(this);function loopInDuration(t,e){return loopIn(t,e,!0)}function loopOutDuration(t,e){return loopOut(t,e,!0)}thisProperty.loopIn&&(loopIn=thisProperty.loopIn.bind(thisProperty),loop_in=loopIn),thisProperty.loopOut&&(loopOut=thisProperty.loopOut.bind(thisProperty),loop_out=loopOut),thisProperty.smooth&&(smooth=thisProperty.smooth.bind(thisProperty)),this.getValueAtTime&&(valueAtTime=this.getValueAtTime.bind(this)),this.getVelocityAtTime&&(velocityAtTime=this.getVelocityAtTime.bind(this));var comp=elem.comp.globalData.projectInterface.bind(elem.comp.globalData.projectInterface),time,velocity,value,text,textIndex,textTotal,selectorValue;function lookAt(t,e){var r=[e[0]-t[0],e[1]-t[1],e[2]-t[2]],i=Math.atan2(r[0],Math.sqrt(r[1]*r[1]+r[2]*r[2]))/degToRads;return[-Math.atan2(r[1],r[2])/degToRads,i,0]}function easeOut(t,e,r,i,s){return applyEase(easeOutBez,t,e,r,i,s)}function easeIn(t,e,r,i,s){return applyEase(easeInBez,t,e,r,i,s)}function ease(t,e,r,i,s){return applyEase(easeInOutBez,t,e,r,i,s)}function applyEase(t,e,r,i,s,a){void 0===s?(s=r,a=i):e=(e-r)/(i-r),1<e?e=1:e<0&&(e=0);var n=t(e);if($bm_isInstanceOfArray(s)){var o,h=s.length,l=createTypedArray("float32",h);for(o=0;o<h;o+=1)l[o]=(a[o]-s[o])*n+s[o];return l}return(a-s)*n+s}function nearestKey(t){var e,r,i,s=data.k.length;if(data.k.length&&"number"!=typeof data.k[0])if(r=-1,(t*=elem.comp.globalData.frameRate)<data.k[0].t)r=1,i=data.k[0].t;else{for(e=0;e<s-1;e+=1){if(t===data.k[e].t){r=e+1,i=data.k[e].t;break}if(t>data.k[e].t&&t<data.k[e+1].t){i=t-data.k[e].t>data.k[e+1].t-t?(r=e+2,data.k[e+1].t):(r=e+1,data.k[e].t);break}}-1===r&&(r=e+1,i=data.k[e].t)}else i=r=0;var a={};return a.index=r,a.time=i/elem.comp.globalData.frameRate,a}function key(t){var e,r,i;if(!data.k.length||"number"==typeof data.k[0])throw new Error("The property has no keyframe at index "+t);t-=1,e={time:data.k[t].t/elem.comp.globalData.frameRate,value:[]};var s=Object.prototype.hasOwnProperty.call(data.k[t],"s")?data.k[t].s:data.k[t-1].e;for(i=s.length,r=0;r<i;r+=1)e[r]=s[r],e.value[r]=s[r];return e}function framesToTime(t,e){return e||(e=elem.comp.globalData.frameRate),t/e}function timeToFrames(t,e){return t||0===t||(t=time),e||(e=elem.comp.globalData.frameRate),t*e}function seedRandom(t){BMMath.seedrandom(randSeed+t)}function sourceRectAtTime(){return elem.sourceRectAtTime()}function substring(t,e){return"string"==typeof value?void 0===e?value.substring(t):value.substring(t,e):""}function substr(t,e){return"string"==typeof value?void 0===e?value.substr(t):value.substr(t,e):""}function posterizeTime(t){time=0===t?0:Math.floor(time*t)/t,value=valueAtTime(time)}var index=elem.data.ind,hasParent=!(!elem.hierarchy||!elem.hierarchy.length),parent,randSeed=Math.floor(1e6*Math.random()),globalData=elem.globalData;function executeExpression(t){return value=t,this.frameExpressionId===elem.globalData.frameId&&"textSelector"!==this.propType?value:("textSelector"===this.propType&&(textIndex=this.textIndex,textTotal=this.textTotal,selectorValue=this.selectorValue),thisLayer||(text=elem.layerInterface.text,thisLayer=elem.layerInterface,thisComp=elem.comp.compInterface,toWorld=thisLayer.toWorld.bind(thisLayer),fromWorld=thisLayer.fromWorld.bind(thisLayer),fromComp=thisLayer.fromComp.bind(thisLayer),toComp=thisLayer.toComp.bind(thisLayer),mask=thisLayer.mask?thisLayer.mask.bind(thisLayer):null,fromCompToSurface=fromComp),transform||(transform=elem.layerInterface("ADBE Transform Group"),($bm_transform=transform)&&(anchorPoint=transform.anchorPoint)),4!==elemType||content||(content=thisLayer("ADBE Root Vectors Group")),effect||(effect=thisLayer(4)),(hasParent=!(!elem.hierarchy||!elem.hierarchy.length))&&!parent&&(parent=elem.hierarchy[0].layerInterface),time=this.comp.renderedFrame/this.comp.globalData.frameRate,_needsRandom&&seedRandom(randSeed+time),needsVelocity&&(velocity=velocityAtTime(time)),expression_function(),this.frameExpressionId=elem.globalData.frameId,"shape"===scoped_bm_rt.propType&&(scoped_bm_rt=scoped_bm_rt.v),scoped_bm_rt)}return executeExpression}return ob.initiateExpression=initiateExpression,ob}(),expressionHelpers={searchExpressions:function(t,e,r){e.x&&(r.k=!0,r.x=!0,r.initiateExpression=ExpressionManager.initiateExpression,r.effectsSequence.push(r.initiateExpression(t,e,r).bind(r)))},getSpeedAtTime:function(t){var e=this.getValueAtTime(t),r=this.getValueAtTime(t+-.01),i=0;if(e.length){var s;for(s=0;s<e.length;s+=1)i+=Math.pow(r[s]-e[s],2);i=100*Math.sqrt(i)}else i=0;return i},getVelocityAtTime:function(t){if(void 0!==this.vel)return this.vel;var e,r,i=this.getValueAtTime(t),s=this.getValueAtTime(t+-.001);if(i.length)for(e=createTypedArray("float32",i.length),r=0;r<i.length;r+=1)e[r]=(s[r]-i[r])/-.001;else e=(s-i)/-.001;return e},getValueAtTime:function(t){return t*=this.elem.globalData.frameRate,(t-=this.offsetTime)!==this._cachingAtTime.lastFrame&&(this._cachingAtTime.lastIndex=this._cachingAtTime.lastFrame<t?this._cachingAtTime.lastIndex:0,this._cachingAtTime.value=this.interpolateValue(t,this._cachingAtTime),this._cachingAtTime.lastFrame=t),this._cachingAtTime.value},getStaticValueAtTime:function(){return this.pv},setGroupProperty:function(t){this.propertyGroup=t}};!function(){function o(t,e,r){if(!this.k||!this.keyframes)return this.pv;t=t?t.toLowerCase():"";var i,s,a,n,o,h=this.comp.renderedFrame,l=this.keyframes,p=l[l.length-1].t;if(h<=p)return this.pv;if(r?s=p-(i=e?Math.abs(p-this.elem.comp.globalData.frameRate*e):Math.max(0,p-this.elem.data.ip)):((!e||e>l.length-1)&&(e=l.length-1),i=p-(s=l[l.length-1-e].t)),"pingpong"===t){if(Math.floor((h-s)/i)%2!=0)return this.getValueAtTime((i-(h-s)%i+s)/this.comp.globalData.frameRate,0)}else{if("offset"===t){var m=this.getValueAtTime(s/this.comp.globalData.frameRate,0),f=this.getValueAtTime(p/this.comp.globalData.frameRate,0),c=this.getValueAtTime(((h-s)%i+s)/this.comp.globalData.frameRate,0),d=Math.floor((h-s)/i);if(this.pv.length){for(n=(o=new Array(m.length)).length,a=0;a<n;a+=1)o[a]=(f[a]-m[a])*d+c[a];return o}return(f-m)*d+c}if("continue"===t){var u=this.getValueAtTime(p/this.comp.globalData.frameRate,0),y=this.getValueAtTime((p-.001)/this.comp.globalData.frameRate,0);if(this.pv.length){for(n=(o=new Array(u.length)).length,a=0;a<n;a+=1)o[a]=u[a]+(u[a]-y[a])*((h-p)/this.comp.globalData.frameRate)/5e-4;return o}return u+(h-p)/.001*(u-y)}}return this.getValueAtTime(((h-s)%i+s)/this.comp.globalData.frameRate,0)}function h(t,e,r){if(!this.k)return this.pv;t=t?t.toLowerCase():"";var i,s,a,n,o,h=this.comp.renderedFrame,l=this.keyframes,p=l[0].t;if(p<=h)return this.pv;if(r?s=p+(i=e?Math.abs(this.elem.comp.globalData.frameRate*e):Math.max(0,this.elem.data.op-p)):((!e||e>l.length-1)&&(e=l.length-1),i=(s=l[e].t)-p),"pingpong"===t){if(Math.floor((p-h)/i)%2==0)return this.getValueAtTime(((p-h)%i+p)/this.comp.globalData.frameRate,0)}else{if("offset"===t){var m=this.getValueAtTime(p/this.comp.globalData.frameRate,0),f=this.getValueAtTime(s/this.comp.globalData.frameRate,0),c=this.getValueAtTime((i-(p-h)%i+p)/this.comp.globalData.frameRate,0),d=Math.floor((p-h)/i)+1;if(this.pv.length){for(n=(o=new Array(m.length)).length,a=0;a<n;a+=1)o[a]=c[a]-(f[a]-m[a])*d;return o}return c-(f-m)*d}if("continue"===t){var u=this.getValueAtTime(p/this.comp.globalData.frameRate,0),y=this.getValueAtTime((p+.001)/this.comp.globalData.frameRate,0);if(this.pv.length){for(n=(o=new Array(u.length)).length,a=0;a<n;a+=1)o[a]=u[a]+(u[a]-y[a])*(p-h)/.001;return o}return u+(u-y)*(p-h)/.001}}return this.getValueAtTime((i-((p-h)%i+p))/this.comp.globalData.frameRate,0)}function l(t,e){if(!this.k)return this.pv;if(t=.5*(t||.4),(e=Math.floor(e||5))<=1)return this.pv;var r,i,s=this.comp.renderedFrame/this.comp.globalData.frameRate,a=s-t,n=1<e?(s+t-a)/(e-1):1,o=0,h=0;for(r=this.pv.length?createTypedArray("float32",this.pv.length):0;o<e;){if(i=this.getValueAtTime(a+o*n),this.pv.length)for(h=0;h<this.pv.length;h+=1)r[h]+=i[h];else r+=i;o+=1}if(this.pv.length)for(h=0;h<this.pv.length;h+=1)r[h]/=e;else r/=e;return r}var s=TransformPropertyFactory.getTransformProperty;TransformPropertyFactory.getTransformProperty=function(t,e,r){var i=s(t,e,r);return i.dynamicProperties.length?i.getValueAtTime=function(t){this._transformCachingAtTime||(this._transformCachingAtTime={v:new Matrix});var e=this._transformCachingAtTime.v;if(e.cloneFromProps(this.pre.props),this.appliedTransformations<1){var r=this.a.getValueAtTime(t);e.translate(-r[0]*this.a.mult,-r[1]*this.a.mult,r[2]*this.a.mult)}if(this.appliedTransformations<2){var i=this.s.getValueAtTime(t);e.scale(i[0]*this.s.mult,i[1]*this.s.mult,i[2]*this.s.mult)}if(this.sk&&this.appliedTransformations<3){var s=this.sk.getValueAtTime(t),a=this.sa.getValueAtTime(t);e.skewFromAxis(-s*this.sk.mult,a*this.sa.mult)}if(this.r&&this.appliedTransformations<4){var n=this.r.getValueAtTime(t);e.rotate(-n*this.r.mult)}else if(!this.r&&this.appliedTransformations<4){var o=this.rz.getValueAtTime(t),h=this.ry.getValueAtTime(t),l=this.rx.getValueAtTime(t),p=this.or.getValueAtTime(t);e.rotateZ(-o*this.rz.mult).rotateY(h*this.ry.mult).rotateX(l*this.rx.mult).rotateZ(-p[2]*this.or.mult).rotateY(p[1]*this.or.mult).rotateX(p[0]*this.or.mult)}if(this.data.p&&this.data.p.s){var m=this.px.getValueAtTime(t),f=this.py.getValueAtTime(t);if(this.data.p.z){var c=this.pz.getValueAtTime(t);e.translate(m*this.px.mult,f*this.py.mult,-c*this.pz.mult)}else e.translate(m*this.px.mult,f*this.py.mult,0)}else{var d=this.p.getValueAtTime(t);e.translate(d[0]*this.p.mult,d[1]*this.p.mult,-d[2]*this.p.mult)}return e}.bind(i):i.getValueAtTime=function(){return this.v.clone(new Matrix)}.bind(i),i.setGroupProperty=expressionHelpers.setGroupProperty,i};var p=PropertyFactory.getProp;PropertyFactory.getProp=function(t,e,r,i,s){var a=p(t,e,r,i,s);a.kf?a.getValueAtTime=expressionHelpers.getValueAtTime.bind(a):a.getValueAtTime=expressionHelpers.getStaticValueAtTime.bind(a),a.setGroupProperty=expressionHelpers.setGroupProperty,a.loopOut=o,a.loopIn=h,a.smooth=l,a.getVelocityAtTime=expressionHelpers.getVelocityAtTime.bind(a),a.getSpeedAtTime=expressionHelpers.getSpeedAtTime.bind(a),a.numKeys=1===e.a?e.k.length:0,a.propertyIndex=e.ix;var n=0;return 0!==r&&(n=createTypedArray("float32",1===e.a?e.k[0].s.length:e.k.length)),a._cachingAtTime={lastFrame:initialDefaultFrame,lastIndex:0,value:n},expressionHelpers.searchExpressions(t,e,a),a.k&&s.addDynamicProperty(a),a};var t=ShapePropertyFactory.getConstructorFunction(),e=ShapePropertyFactory.getKeyframedConstructorFunction();function r(){}r.prototype={vertices:function(t,e){this.k&&this.getValue();var r,i=this.v;void 0!==e&&(i=this.getValueAtTime(e,0));var s=i._length,a=i[t],n=i.v,o=createSizedArray(s);for(r=0;r<s;r+=1)o[r]="i"===t||"o"===t?[a[r][0]-n[r][0],a[r][1]-n[r][1]]:[a[r][0],a[r][1]];return o},points:function(t){return this.vertices("v",t)},inTangents:function(t){return this.vertices("i",t)},outTangents:function(t){return this.vertices("o",t)},isClosed:function(){return this.v.c},pointOnPath:function(t,e){var r=this.v;void 0!==e&&(r=this.getValueAtTime(e,0)),this._segmentsLength||(this._segmentsLength=bez.getSegmentsLength(r));for(var i,s=this._segmentsLength,a=s.lengths,n=s.totalLength*t,o=0,h=a.length,l=0;o<h;){if(l+a[o].addedLength>n){var p=o,m=r.c&&o===h-1?0:o+1,f=(n-l)/a[o].addedLength;i=bez.getPointInSegment(r.v[p],r.v[m],r.o[p],r.i[m],f,a[o]);break}l+=a[o].addedLength,o+=1}return i||(i=r.c?[r.v[0][0],r.v[0][1]]:[r.v[r._length-1][0],r.v[r._length-1][1]]),i},vectorOnPath:function(t,e,r){1==t?t=this.v.c:0==t&&(t=.999);var i=this.pointOnPath(t,e),s=this.pointOnPath(t+.001,e),a=s[0]-i[0],n=s[1]-i[1],o=Math.sqrt(Math.pow(a,2)+Math.pow(n,2));return 0===o?[0,0]:"tangent"===r?[a/o,n/o]:[-n/o,a/o]},tangentOnPath:function(t,e){return this.vectorOnPath(t,e,"tangent")},normalOnPath:function(t,e){return this.vectorOnPath(t,e,"normal")},setGroupProperty:expressionHelpers.setGroupProperty,getValueAtTime:expressionHelpers.getStaticValueAtTime},extendPrototype([r],t),extendPrototype([r],e),e.prototype.getValueAtTime=function(t){return this._cachingAtTime||(this._cachingAtTime={shapeValue:shapePool.clone(this.pv),lastIndex:0,lastTime:initialDefaultFrame}),t*=this.elem.globalData.frameRate,(t-=this.offsetTime)!==this._cachingAtTime.lastTime&&(this._cachingAtTime.lastIndex=this._cachingAtTime.lastTime<t?this._caching.lastIndex:0,this._cachingAtTime.lastTime=t,this.interpolateShape(t,this._cachingAtTime.shapeValue,this._cachingAtTime)),this._cachingAtTime.shapeValue},e.prototype.initiateExpression=ExpressionManager.initiateExpression;var n=ShapePropertyFactory.getShapeProp;ShapePropertyFactory.getShapeProp=function(t,e,r,i,s){var a=n(t,e,r,i,s);return a.propertyIndex=e.ix,a.lock=!1,3===r?expressionHelpers.searchExpressions(t,e.pt,a):4===r&&expressionHelpers.searchExpressions(t,e.ks,a),a.k&&t.addDynamicProperty(a),a}}(),TextProperty.prototype.getExpressionValue=function(t,e){var r=this.calculateExpression(e);if(t.t===r)return t;var i={};return this.copyData(i,t),i.t=r.toString(),i.__complete=!1,i},TextProperty.prototype.searchProperty=function(){var t=this.searchKeyframes(),e=this.searchExpressions();return this.kf=t||e,this.kf},TextProperty.prototype.searchExpressions=function(){return this.data.d.x?(this.calculateExpression=ExpressionManager.initiateExpression.bind(this)(this.elem,this.data.d,this),this.addEffect(this.getExpressionValue.bind(this)),!0):null};var ShapePathInterface=function(t,e,r){var i=e.sh;function s(t){return"Shape"===t||"shape"===t||"Path"===t||"path"===t||"ADBE Vector Shape"===t||2===t?s.path:null}var a=propertyGroupFactory(s,r);return i.setGroupProperty(PropertyInterface("Path",a)),Object.defineProperties(s,{path:{get:function(){return i.k&&i.getValue(),i}},shape:{get:function(){return i.k&&i.getValue(),i}},_name:{value:t.nm},ix:{value:t.ix},propertyIndex:{value:t.ix},mn:{value:t.mn},propertyGroup:{value:r}}),s},propertyGroupFactory=function(e,r){return function(t){return(t=void 0===t?1:t)<=0?e:r(t-1)}},PropertyInterface=function(t,e){var r={_name:t};return function(t){return(t=void 0===t?1:t)<=0?r:e(t-1)}},ShapeExpressionInterface=function(){function n(t,e,r){var i,s=[],a=t?t.length:0;for(i=0;i<a;i+=1)"gr"===t[i].ty?s.push(o(t[i],e[i],r)):"fl"===t[i].ty?s.push(h(t[i],e[i],r)):"st"===t[i].ty?s.push(m(t[i],e[i],r)):"tm"===t[i].ty?s.push(f(t[i],e[i],r)):"tr"===t[i].ty||("el"===t[i].ty?s.push(d(t[i],e[i],r)):"sr"===t[i].ty?s.push(u(t[i],e[i],r)):"sh"===t[i].ty?s.push(ShapePathInterface(t[i],e[i],r)):"rc"===t[i].ty?s.push(y(t[i],e[i],r)):"rd"===t[i].ty?s.push(g(t[i],e[i],r)):"rp"===t[i].ty?s.push(v(t[i],e[i],r)):"gf"===t[i].ty?s.push(l(t[i],e[i],r)):s.push(p(t[i],e[i])));return s}function o(t,e,r){var i=function(t){switch(t){case"ADBE Vectors Group":case"Contents":case 2:return i.content;default:return i.transform}};i.propertyGroup=propertyGroupFactory(i,r);var s=function(t,e,r){var i,s=function(t){for(var e=0,r=i.length;e<r;){if(i[e]._name===t||i[e].mn===t||i[e].propertyIndex===t||i[e].ix===t||i[e].ind===t)return i[e];e+=1}return"number"==typeof t?i[t-1]:null};s.propertyGroup=propertyGroupFactory(s,r),i=n(t.it,e.it,s.propertyGroup),s.numProperties=i.length;var a=c(t.it[t.it.length-1],e.it[e.it.length-1],s.propertyGroup);return s.transform=a,s.propertyIndex=t.cix,s._name=t.nm,s}(t,e,i.propertyGroup),a=c(t.it[t.it.length-1],e.it[e.it.length-1],i.propertyGroup);return i.content=s,i.transform=a,Object.defineProperty(i,"_name",{get:function(){return t.nm}}),i.numProperties=t.np,i.propertyIndex=t.ix,i.nm=t.nm,i.mn=t.mn,i}function h(t,e,r){function i(t){return"Color"===t||"color"===t?i.color:"Opacity"===t||"opacity"===t?i.opacity:null}return Object.defineProperties(i,{color:{get:ExpressionPropertyInterface(e.c)},opacity:{get:ExpressionPropertyInterface(e.o)},_name:{value:t.nm},mn:{value:t.mn}}),e.c.setGroupProperty(PropertyInterface("Color",r)),e.o.setGroupProperty(PropertyInterface("Opacity",r)),i}function l(t,e,r){function i(t){return"Start Point"===t||"start point"===t?i.startPoint:"End Point"===t||"end point"===t?i.endPoint:"Opacity"===t||"opacity"===t?i.opacity:null}return Object.defineProperties(i,{startPoint:{get:ExpressionPropertyInterface(e.s)},endPoint:{get:ExpressionPropertyInterface(e.e)},opacity:{get:ExpressionPropertyInterface(e.o)},type:{get:function(){return"a"}},_name:{value:t.nm},mn:{value:t.mn}}),e.s.setGroupProperty(PropertyInterface("Start Point",r)),e.e.setGroupProperty(PropertyInterface("End Point",r)),e.o.setGroupProperty(PropertyInterface("Opacity",r)),i}function p(){return function(){return null}}function m(t,e,r){var i,s=propertyGroupFactory(l,r),a=propertyGroupFactory(h,s);var n,o=t.d?t.d.length:0,h={};for(i=0;i<o;i+=1)n=i,Object.defineProperty(h,t.d[n].nm,{get:ExpressionPropertyInterface(e.d.dataProps[n].p)}),e.d.dataProps[i].p.setGroupProperty(a);function l(t){return"Color"===t||"color"===t?l.color:"Opacity"===t||"opacity"===t?l.opacity:"Stroke Width"===t||"stroke width"===t?l.strokeWidth:null}return Object.defineProperties(l,{color:{get:ExpressionPropertyInterface(e.c)},opacity:{get:ExpressionPropertyInterface(e.o)},strokeWidth:{get:ExpressionPropertyInterface(e.w)},dash:{get:function(){return h}},_name:{value:t.nm},mn:{value:t.mn}}),e.c.setGroupProperty(PropertyInterface("Color",s)),e.o.setGroupProperty(PropertyInterface("Opacity",s)),e.w.setGroupProperty(PropertyInterface("Stroke Width",s)),l}function f(e,t,r){function i(t){return t===e.e.ix||"End"===t||"end"===t?i.end:t===e.s.ix?i.start:t===e.o.ix?i.offset:null}var s=propertyGroupFactory(i,r);return i.propertyIndex=e.ix,t.s.setGroupProperty(PropertyInterface("Start",s)),t.e.setGroupProperty(PropertyInterface("End",s)),t.o.setGroupProperty(PropertyInterface("Offset",s)),i.propertyIndex=e.ix,i.propertyGroup=r,Object.defineProperties(i,{start:{get:ExpressionPropertyInterface(t.s)},end:{get:ExpressionPropertyInterface(t.e)},offset:{get:ExpressionPropertyInterface(t.o)},_name:{value:e.nm}}),i.mn=e.mn,i}function c(e,t,r){function i(t){return e.a.ix===t||"Anchor Point"===t?i.anchorPoint:e.o.ix===t||"Opacity"===t?i.opacity:e.p.ix===t||"Position"===t?i.position:e.r.ix===t||"Rotation"===t||"ADBE Vector Rotation"===t?i.rotation:e.s.ix===t||"Scale"===t?i.scale:e.sk&&e.sk.ix===t||"Skew"===t?i.skew:e.sa&&e.sa.ix===t||"Skew Axis"===t?i.skewAxis:null}var s=propertyGroupFactory(i,r);return t.transform.mProps.o.setGroupProperty(PropertyInterface("Opacity",s)),t.transform.mProps.p.setGroupProperty(PropertyInterface("Position",s)),t.transform.mProps.a.setGroupProperty(PropertyInterface("Anchor Point",s)),t.transform.mProps.s.setGroupProperty(PropertyInterface("Scale",s)),t.transform.mProps.r.setGroupProperty(PropertyInterface("Rotation",s)),t.transform.mProps.sk&&(t.transform.mProps.sk.setGroupProperty(PropertyInterface("Skew",s)),t.transform.mProps.sa.setGroupProperty(PropertyInterface("Skew Angle",s))),t.transform.op.setGroupProperty(PropertyInterface("Opacity",s)),Object.defineProperties(i,{opacity:{get:ExpressionPropertyInterface(t.transform.mProps.o)},position:{get:ExpressionPropertyInterface(t.transform.mProps.p)},anchorPoint:{get:ExpressionPropertyInterface(t.transform.mProps.a)},scale:{get:ExpressionPropertyInterface(t.transform.mProps.s)},rotation:{get:ExpressionPropertyInterface(t.transform.mProps.r)},skew:{get:ExpressionPropertyInterface(t.transform.mProps.sk)},skewAxis:{get:ExpressionPropertyInterface(t.transform.mProps.sa)},_name:{value:e.nm}}),i.ty="tr",i.mn=e.mn,i.propertyGroup=r,i}function d(e,t,r){function i(t){return e.p.ix===t?i.position:e.s.ix===t?i.size:null}var s=propertyGroupFactory(i,r);i.propertyIndex=e.ix;var a="tm"===t.sh.ty?t.sh.prop:t.sh;return a.s.setGroupProperty(PropertyInterface("Size",s)),a.p.setGroupProperty(PropertyInterface("Position",s)),Object.defineProperties(i,{size:{get:ExpressionPropertyInterface(a.s)},position:{get:ExpressionPropertyInterface(a.p)},_name:{value:e.nm}}),i.mn=e.mn,i}function u(e,t,r){function i(t){return e.p.ix===t?i.position:e.r.ix===t?i.rotation:e.pt.ix===t?i.points:e.or.ix===t||"ADBE Vector Star Outer Radius"===t?i.outerRadius:e.os.ix===t?i.outerRoundness:!e.ir||e.ir.ix!==t&&"ADBE Vector Star Inner Radius"!==t?e.is&&e.is.ix===t?i.innerRoundness:null:i.innerRadius}var s=propertyGroupFactory(i,r),a="tm"===t.sh.ty?t.sh.prop:t.sh;return i.propertyIndex=e.ix,a.or.setGroupProperty(PropertyInterface("Outer Radius",s)),a.os.setGroupProperty(PropertyInterface("Outer Roundness",s)),a.pt.setGroupProperty(PropertyInterface("Points",s)),a.p.setGroupProperty(PropertyInterface("Position",s)),a.r.setGroupProperty(PropertyInterface("Rotation",s)),e.ir&&(a.ir.setGroupProperty(PropertyInterface("Inner Radius",s)),a.is.setGroupProperty(PropertyInterface("Inner Roundness",s))),Object.defineProperties(i,{position:{get:ExpressionPropertyInterface(a.p)},rotation:{get:ExpressionPropertyInterface(a.r)},points:{get:ExpressionPropertyInterface(a.pt)},outerRadius:{get:ExpressionPropertyInterface(a.or)},outerRoundness:{get:ExpressionPropertyInterface(a.os)},innerRadius:{get:ExpressionPropertyInterface(a.ir)},innerRoundness:{get:ExpressionPropertyInterface(a.is)},_name:{value:e.nm}}),i.mn=e.mn,i}function y(e,t,r){function i(t){return e.p.ix===t?i.position:e.r.ix===t?i.roundness:e.s.ix===t||"Size"===t||"ADBE Vector Rect Size"===t?i.size:null}var s=propertyGroupFactory(i,r),a="tm"===t.sh.ty?t.sh.prop:t.sh;return i.propertyIndex=e.ix,a.p.setGroupProperty(PropertyInterface("Position",s)),a.s.setGroupProperty(PropertyInterface("Size",s)),a.r.setGroupProperty(PropertyInterface("Rotation",s)),Object.defineProperties(i,{position:{get:ExpressionPropertyInterface(a.p)},roundness:{get:ExpressionPropertyInterface(a.r)},size:{get:ExpressionPropertyInterface(a.s)},_name:{value:e.nm}}),i.mn=e.mn,i}function g(e,t,r){function i(t){return e.r.ix===t||"Round Corners 1"===t?i.radius:null}var s=propertyGroupFactory(i,r),a=t;return i.propertyIndex=e.ix,a.rd.setGroupProperty(PropertyInterface("Radius",s)),Object.defineProperties(i,{radius:{get:ExpressionPropertyInterface(a.rd)},_name:{value:e.nm}}),i.mn=e.mn,i}function v(e,t,r){function i(t){return e.c.ix===t||"Copies"===t?i.copies:e.o.ix===t||"Offset"===t?i.offset:null}var s=propertyGroupFactory(i,r),a=t;return i.propertyIndex=e.ix,a.c.setGroupProperty(PropertyInterface("Copies",s)),a.o.setGroupProperty(PropertyInterface("Offset",s)),Object.defineProperties(i,{copies:{get:ExpressionPropertyInterface(a.c)},offset:{get:ExpressionPropertyInterface(a.o)},_name:{value:e.nm}}),i.mn=e.mn,i}return function(t,e,i){var s;function r(t){if("number"==typeof t)return 0===(t=void 0===t?1:t)?i:s[t-1];for(var e=0,r=s.length;e<r;){if(s[e]._name===t)return s[e];e+=1}return null}return r.propertyGroup=propertyGroupFactory(r,function(){return i}),s=n(t,e,r.propertyGroup),r.numProperties=s.length,r._name="Contents",r}}(),TextExpressionInterface=function(e){var r;function i(t){switch(t){case"ADBE Text Document":return i.sourceText;default:return null}}return Object.defineProperty(i,"sourceText",{get:function(){e.textProperty.getValue();var t=e.textProperty.currentData.t;return void 0!==t&&(e.textProperty.currentData.t=void 0,(r=new String(t)).value=t||new String(t)),r}}),i},LayerExpressionInterface=function(){function s(t){var e=new Matrix;void 0!==t?this._elem.finalTransform.mProp.getValueAtTime(t).clone(e):this._elem.finalTransform.mProp.applyToMatrix(e);return e}function a(t,e){var r=this.getMatrix(e);return r.props[12]=0,r.props[13]=0,r.props[14]=0,this.applyPoint(r,t)}function n(t,e){var r=this.getMatrix(e);return this.applyPoint(r,t)}function o(t,e){var r=this.getMatrix(e);return r.props[12]=0,r.props[13]=0,r.props[14]=0,this.invertPoint(r,t)}function h(t,e){var r=this.getMatrix(e);return this.invertPoint(r,t)}function l(t,e){if(this._elem.hierarchy&&this._elem.hierarchy.length){var r,i=this._elem.hierarchy.length;for(r=0;r<i;r+=1)this._elem.hierarchy[r].finalTransform.mProp.applyToMatrix(t)}return t.applyToPointArray(e[0],e[1],e[2]||0)}function p(t,e){if(this._elem.hierarchy&&this._elem.hierarchy.length){var r,i=this._elem.hierarchy.length;for(r=0;r<i;r+=1)this._elem.hierarchy[r].finalTransform.mProp.applyToMatrix(t)}return t.inversePoint(e)}function m(t){var e=new Matrix;if(e.reset(),this._elem.finalTransform.mProp.applyToMatrix(e),this._elem.hierarchy&&this._elem.hierarchy.length){var r,i=this._elem.hierarchy.length;for(r=0;r<i;r+=1)this._elem.hierarchy[r].finalTransform.mProp.applyToMatrix(e);return e.inversePoint(t)}return e.inversePoint(t)}function f(){return[1,1,1,1]}return function(e){var r;function i(t){switch(t){case"ADBE Root Vectors Group":case"Contents":case 2:return i.shapeInterface;case 1:case 6:case"Transform":case"transform":case"ADBE Transform Group":return r;case 4:case"ADBE Effect Parade":case"effects":case"Effects":return i.effect;case"ADBE Text Properties":return i.textInterface;default:return null}}i.getMatrix=s,i.invertPoint=p,i.applyPoint=l,i.toWorld=n,i.toWorldVec=a,i.fromWorld=h,i.fromWorldVec=o,i.toComp=n,i.fromComp=m,i.sampleImage=f,i.sourceRectAtTime=e.sourceRectAtTime.bind(e);var t=getDescriptor(r=TransformExpressionInterface((i._elem=e).finalTransform.mProp),"anchorPoint");return Object.defineProperties(i,{hasParent:{get:function(){return e.hierarchy.length}},parent:{get:function(){return e.hierarchy[0].layerInterface}},rotation:getDescriptor(r,"rotation"),scale:getDescriptor(r,"scale"),position:getDescriptor(r,"position"),opacity:getDescriptor(r,"opacity"),anchorPoint:t,anchor_point:t,transform:{get:function(){return r}},active:{get:function(){return e.isInRange}}}),i.startTime=e.data.st,i.index=e.data.ind,i.source=e.data.refId,i.height=0===e.data.ty?e.data.h:100,i.width=0===e.data.ty?e.data.w:100,i.inPoint=e.data.ip/e.comp.globalData.frameRate,i.outPoint=e.data.op/e.comp.globalData.frameRate,i._name=e.data.nm,i.registerMaskInterface=function(t){i.mask=new MaskManagerInterface(t,e)},i.registerEffectsInterface=function(t){i.effect=t},i}}(),FootageInterface=(x7=function(t){function e(t){return"Outline"===t?e.outlineInterface():null}return e._name="Outline",e.outlineInterface=function(t){var i="",s=t.getFootageData();function a(t){if(s[t])return"object"==typeof(s=s[i=t])?a:s;var e=t.indexOf(i);if(-1===e)return"";var r=parseInt(t.substr(e+i.length),10);return"object"==typeof(s=s[r])?a:s}return function(){return i="",s=t.getFootageData(),a}}(t),e},function(t){function e(t){return"Data"===t?e.dataInterface:null}return e._name="Data",e.dataInterface=x7(t),e}),x7,CompExpressionInterface=function(i){function t(t){for(var e=0,r=i.layers.length;e<r;){if(i.layers[e].nm===t||i.layers[e].ind===t)return i.elements[e].layerInterface;e+=1}return null}return Object.defineProperty(t,"_name",{value:i.data.nm}),(t.layer=t).pixelAspect=1,t.height=i.data.h||i.globalData.compSize.h,t.width=i.data.w||i.globalData.compSize.w,t.pixelAspect=1,t.frameDuration=1/i.globalData.frameRate,t.displayStartTime=0,t.numLayers=i.layers.length,t},TransformExpressionInterface=function(t){function e(t){switch(t){case"scale":case"Scale":case"ADBE Scale":case 6:return e.scale;case"rotation":case"Rotation":case"ADBE Rotation":case"ADBE Rotate Z":case 10:return e.rotation;case"ADBE Rotate X":return e.xRotation;case"ADBE Rotate Y":return e.yRotation;case"position":case"Position":case"ADBE Position":case 2:return e.position;case"ADBE Position_0":return e.xPosition;case"ADBE Position_1":return e.yPosition;case"ADBE Position_2":return e.zPosition;case"anchorPoint":case"AnchorPoint":case"Anchor Point":case"ADBE AnchorPoint":case 1:return e.anchorPoint;case"opacity":case"Opacity":case 11:return e.opacity;default:return null}}var r,i,s,a;return Object.defineProperty(e,"rotation",{get:ExpressionPropertyInterface(t.r||t.rz)}),Object.defineProperty(e,"zRotation",{get:ExpressionPropertyInterface(t.rz||t.r)}),Object.defineProperty(e,"xRotation",{get:ExpressionPropertyInterface(t.rx)}),Object.defineProperty(e,"yRotation",{get:ExpressionPropertyInterface(t.ry)}),Object.defineProperty(e,"scale",{get:ExpressionPropertyInterface(t.s)}),t.p?a=ExpressionPropertyInterface(t.p):(r=ExpressionPropertyInterface(t.px),i=ExpressionPropertyInterface(t.py),t.pz&&(s=ExpressionPropertyInterface(t.pz))),Object.defineProperty(e,"position",{get:function(){return t.p?a():[r(),i(),s?s():0]}}),Object.defineProperty(e,"xPosition",{get:ExpressionPropertyInterface(t.px)}),Object.defineProperty(e,"yPosition",{get:ExpressionPropertyInterface(t.py)}),Object.defineProperty(e,"zPosition",{get:ExpressionPropertyInterface(t.pz)}),Object.defineProperty(e,"anchorPoint",{get:ExpressionPropertyInterface(t.a)}),Object.defineProperty(e,"opacity",{get:ExpressionPropertyInterface(t.o)}),Object.defineProperty(e,"skew",{get:ExpressionPropertyInterface(t.sk)}),Object.defineProperty(e,"skewAxis",{get:ExpressionPropertyInterface(t.sa)}),Object.defineProperty(e,"orientation",{get:ExpressionPropertyInterface(t.or)}),e},ProjectInterface=function(){function e(t){this.compositions.push(t)}return function(){function t(t){for(var e=0,r=this.compositions.length;e<r;){if(this.compositions[e].data&&this.compositions[e].data.nm===t)return this.compositions[e].prepareFrame&&this.compositions[e].data.xt&&this.compositions[e].prepareFrame(this.currentFrame),this.compositions[e].compInterface;e+=1}return null}return t.compositions=[],t.currentFrame=0,t.registerComposition=e,t}}(),EffectsExpressionInterface=function(){function l(s,t,e,r){function i(t){for(var e=s.ef,r=0,i=e.length;r<i;){if(t===e[r].nm||t===e[r].mn||t===e[r].ix)return 5===e[r].ty?o[r]:o[r]();r+=1}throw new Error}var a,n=propertyGroupFactory(i,e),o=[],h=s.ef.length;for(a=0;a<h;a+=1)5===s.ef[a].ty?o.push(l(s.ef[a],t.effectElements[a],t.effectElements[a].propertyGroup,r)):o.push(p(t.effectElements[a],s.ef[a].ty,r,n));return"ADBE Color Control"===s.mn&&Object.defineProperty(i,"color",{get:function(){return o[0]()}}),Object.defineProperties(i,{numProperties:{get:function(){return s.np}},_name:{value:s.nm},propertyGroup:{value:n}}),i.enabled=0!==s.en,i.active=i.enabled,i}function p(t,e,r,i){var s=ExpressionPropertyInterface(t.p);return t.p.setGroupProperty&&t.p.setGroupProperty(PropertyInterface("",i)),function(){return 10===e?r.comp.compInterface(t.p.v):s()}}return{createEffectsInterface:function(t,e){if(t.effectsManager){var r,i=[],s=t.data.ef,a=t.effectsManager.effectElements.length;for(r=0;r<a;r+=1)i.push(l(s[r],t.effectsManager.effectElements[r],e,t));var n=t.data.ef||[],o=function(t){for(r=0,a=n.length;r<a;){if(t===n[r].nm||t===n[r].mn||t===n[r].ix)return i[r];r+=1}return null};return Object.defineProperty(o,"numProperties",{get:function(){return n.length}}),o}return null}}}(),MaskManagerInterface=function(){function t(t,e){this._mask=t,this._data=e}Object.defineProperty(t.prototype,"maskPath",{get:function(){return this._mask.prop.k&&this._mask.prop.getValue(),this._mask.prop}}),Object.defineProperty(t.prototype,"maskOpacity",{get:function(){return this._mask.op.k&&this._mask.op.getValue(),100*this._mask.op.v}});return function(e){var r,i=createSizedArray(e.viewData.length),s=e.viewData.length;for(r=0;r<s;r+=1)i[r]=new t(e.viewData[r],e.masksProperties[r]);return function(t){for(r=0;r<s;){if(e.masksProperties[r].nm===t)return i[r];r+=1}return null}}}(),ExpressionPropertyInterface=function(){var s={pv:0,v:0,mult:1},n={pv:[0,0,0],v:[0,0,0],mult:1};function o(i,s,a){Object.defineProperty(i,"velocity",{get:function(){return s.getVelocityAtTime(s.comp.currentFrame)}}),i.numKeys=s.keyframes?s.keyframes.length:0,i.key=function(t){if(!i.numKeys)return 0;var e="";e="s"in s.keyframes[t-1]?s.keyframes[t-1].s:"e"in s.keyframes[t-2]?s.keyframes[t-2].e:s.keyframes[t-2].s;var r="unidimensional"===a?new Number(e):Object.assign({},e);return r.time=s.keyframes[t-1].t/s.elem.comp.globalData.frameRate,r.value="unidimensional"===a?e[0]:e,r},i.valueAtTime=s.getValueAtTime,i.speedAtTime=s.getSpeedAtTime,i.velocityAtTime=s.getVelocityAtTime,i.propertyGroup=s.propertyGroup}function e(){return s}return function(t){return t?"unidimensional"===t.propType?function(t){t&&"pv"in t||(t=s);var e=1/t.mult,r=t.pv*e,i=new Number(r);return i.value=r,o(i,t,"unidimensional"),function(){return t.k&&t.getValue(),r=t.v*e,i.value!==r&&((i=new Number(r)).value=r,o(i,t,"unidimensional")),i}}(t):function(e){e&&"pv"in e||(e=n);var r=1/e.mult,i=e.data&&e.data.l||e.pv.length,s=createTypedArray("float32",i),a=createTypedArray("float32",i);return s.value=a,o(s,e,"multidimensional"),function(){e.k&&e.getValue();for(var t=0;t<i;t+=1)a[t]=e.v[t]*r,s[t]=a[t];return s}}(t):e}}(),TextExpressionSelectorPropFactory=function(){function r(t,e){return this.textIndex=t+1,this.textTotal=e,this.v=this.getValue()*this.mult,this.v}return function(t,e){this.pv=1,this.comp=t.comp,this.elem=t,this.mult=.01,this.propType="textSelector",this.textTotal=e.totalChars,this.selectorValue=100,this.lastValue=[1,1,1],this.k=!0,this.x=!0,this.getValue=ExpressionManager.initiateExpression.bind(this)(t,e,this),this.getMult=r,this.getVelocityAtTime=expressionHelpers.getVelocityAtTime,this.kf?this.getValueAtTime=expressionHelpers.getValueAtTime.bind(this):this.getValueAtTime=expressionHelpers.getStaticValueAtTime.bind(this),this.setGroupProperty=expressionHelpers.setGroupProperty}}(),propertyGetTextProp=TextSelectorProp.getTextSelectorProp;function SliderEffect(t,e,r){this.p=PropertyFactory.getProp(e,t.v,0,0,r)}function AngleEffect(t,e,r){this.p=PropertyFactory.getProp(e,t.v,0,0,r)}function ColorEffect(t,e,r){this.p=PropertyFactory.getProp(e,t.v,1,0,r)}function PointEffect(t,e,r){this.p=PropertyFactory.getProp(e,t.v,1,0,r)}function LayerIndexEffect(t,e,r){this.p=PropertyFactory.getProp(e,t.v,0,0,r)}function MaskIndexEffect(t,e,r){this.p=PropertyFactory.getProp(e,t.v,0,0,r)}function CheckboxEffect(t,e,r){this.p=PropertyFactory.getProp(e,t.v,0,0,r)}function NoValueEffect(){this.p={}}function EffectsManager(t,e){var r,i=t.ef||[];this.effectElements=[];var s,a=i.length;for(r=0;r<a;r+=1)s=new GroupEffect(i[r],e),this.effectElements.push(s)}function GroupEffect(t,e){this.init(t,e)}TextSelectorProp.getTextSelectorProp=function(t,e,r){return 1===e.t?new TextExpressionSelectorPropFactory(t,e,r):propertyGetTextProp(t,e,r)},extendPrototype([DynamicPropertyContainer],GroupEffect),GroupEffect.prototype.getValue=GroupEffect.prototype.iterateDynamicProperties,GroupEffect.prototype.init=function(t,e){var r;this.data=t,this.effectElements=[],this.initDynamicPropertyContainer(e);var i,s=this.data.ef.length,a=this.data.ef;for(r=0;r<s;r+=1){switch(i=null,a[r].ty){case 0:i=new SliderEffect(a[r],e,this);break;case 1:i=new AngleEffect(a[r],e,this);break;case 2:i=new ColorEffect(a[r],e,this);break;case 3:i=new PointEffect(a[r],e,this);break;case 4:case 7:i=new CheckboxEffect(a[r],e,this);break;case 10:i=new LayerIndexEffect(a[r],e,this);break;case 11:i=new MaskIndexEffect(a[r],e,this);break;case 5:i=new EffectsManager(a[r],e,this);break;default:i=new NoValueEffect(a[r],e,this)}i&&this.effectElements.push(i)}};var lottie={};function setLocationHref(t){locationHref=t}function searchAnimations(){!0===standalone?animationManager.searchAnimations(animationData,standalone,renderer):animationManager.searchAnimations()}function setSubframeRendering(t){subframeEnabled=t}function setIDPrefix(t){idPrefix=t}function loadAnimation(t){return!0===standalone&&(t.animationData=JSON.parse(animationData)),animationManager.loadAnimation(t)}function setQuality(t){if("string"==typeof t)switch(t){case"high":defaultCurveSegments=200;break;default:case"medium":defaultCurveSegments=50;break;case"low":defaultCurveSegments=10}else!isNaN(t)&&1<t&&(defaultCurveSegments=t);roundValues(!(50<=defaultCurveSegments))}function inBrowser(){return"undefined"!=typeof navigator}function installPlugin(t,e){"expressions"===t&&(expressionsPlugin=e)}function getFactory(t){switch(t){case"propertyFactory":return PropertyFactory;case"shapePropertyFactory":return ShapePropertyFactory;case"matrix":return Matrix;default:return null}}function checkReady(){"complete"===document.readyState&&(clearInterval(readyStateCheckInterval),searchAnimations())}function getQueryVariable(t){for(var e=queryString.split("&"),r=0;r<e.length;r+=1){var i=e[r].split("=");if(decodeURIComponent(i[0])==t)return decodeURIComponent(i[1])}return null}lottie.play=animationManager.play,lottie.pause=animationManager.pause,lottie.setLocationHref=setLocationHref,lottie.togglePause=animationManager.togglePause,lottie.setSpeed=animationManager.setSpeed,lottie.setDirection=animationManager.setDirection,lottie.stop=animationManager.stop,lottie.searchAnimations=searchAnimations,lottie.registerAnimation=animationManager.registerAnimation,lottie.loadAnimation=loadAnimation,lottie.setSubframeRendering=setSubframeRendering,lottie.resize=animationManager.resize,lottie.goToAndStop=animationManager.goToAndStop,lottie.destroy=animationManager.destroy,lottie.setQuality=setQuality,lottie.inBrowser=inBrowser,lottie.installPlugin=installPlugin,lottie.freeze=animationManager.freeze,lottie.unfreeze=animationManager.unfreeze,lottie.setVolume=animationManager.setVolume,lottie.mute=animationManager.mute,lottie.unmute=animationManager.unmute,lottie.getRegisteredAnimations=animationManager.getRegisteredAnimations,lottie.useWebWorker=function(t){_useWebWorker=t},lottie.setIDPrefix=setIDPrefix,lottie.__getFactory=getFactory,lottie.version="5.8.1";var standalone="__[STANDALONE]__",animationData="__[ANIMATIONDATA]__",renderer="",queryString;if(standalone){var scripts=document.getElementsByTagName("script"),index=scripts.length-1,myScript=scripts[index]||{src:""};queryString=myScript.src.replace(/^[^\?]+\??/,""),renderer=getQueryVariable("renderer")}var readyStateCheckInterval=setInterval(checkReady,100);
return lottie;
}));</script><!-- endbuild -->
<div id="lottie"></div>
<script>
var animationData = {"v":"5.8.1","fr":60,"ip":0,"op":479,"w":1920,"h":360,"nm":"合成 1","ddd":0,"assets":[{"id":"comp_0","nm":"北京信息科技大学拆分","fr":60,"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"“黑”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":66,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":95,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":225,"s":[100]},{"t":235,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[945.968,266.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[945.968,266.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":105,"s":[945.968,266.5,0],"to":[-127,0,0],"ti":[127,0,0]},{"t":135,"s":[183.968,266.5,0]}],"ix":2,"l":2},"a":{"a":0,"k":[94.46,151.463,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[20.796,18.56],[-70.859,79.416],[-17.598,14],[24.042,-26.951],[-33.032,-29.435],[-59.823,48.676]],"o":[[-34.146,-30.469],[16.868,-18.89],[-24.29,18.255],[-78.247,87.672],[24.69,22.062],[-43.924,26.653]],"v":[[-24.419,99.094],[42.081,-99.865],[94.21,-149.367],[20.731,-81.065],[-61.178,130.997],[80.066,83.467]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.060342683979,0.128694990569,0.544462376015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[94.46,149.617],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":275,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"“黄”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":74,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":101,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":228,"s":[100]},{"t":238,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[1050.395,139,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[1050.395,139,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":105,"s":[1050.395,139,0],"to":[-127,0,0],"ti":[127,0,0]},{"t":135,"s":[288.395,139,0]}],"ix":2,"l":2},"a":{"a":0,"k":[184.744,159.477,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-37.44,41.945],[-39.091,-34.9],[47.955,-80.643],[23.024,20.547],[91.077,-102.04],[15.17,-47.322]],"o":[[91.053,-102.048],[17.638,15.755],[82.55,-120.88],[-39.099,-34.884],[-49.951,56],[18.656,-39.06]],"v":[[-99.268,29.666],[136.388,-91.928],[101.945,62.803],[151.469,-129.457],[-84.185,-7.855],[-184.495,154.113]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.799981928807,0.003524271881,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[184.744,164.591],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":277,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"“蓝”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":90,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":230,"s":[100]},{"t":240,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[1114.674,284.595,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[1114.674,284.595,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":105,"s":[1114.674,284.595,0],"to":[-127,0,0],"ti":[127,0,0]},{"t":135,"s":[352.674,284.595,0]}],"ix":2,"l":2},"a":{"a":0,"k":[145.372,112.235,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[180.856,88.569],[9.111,-16.838],[108.018,58.486],[0.61,0.337],[-10.226,-5.53],[-23.064,42.578]],"o":[[132.084,73.542],[-25.556,47.192],[-0.61,-0.312],[9.48,5.898],[108.025,58.494],[11.676,-21.565]],"v":[[-35.734,-111.986],[98.522,44.83],[-143.351,24.402],[-145.123,23.425],[-115.551,40.598],[121.77,69.408]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203345788694,0.702000876034,0.821274102903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[145.372,112.235],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":279,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"“红”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":67,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":97,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":228,"s":[100]},{"t":238,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[998.454,229.452,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[998.454,229.452,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":105,"s":[998.454,229.452,0],"to":[-127,0,0],"ti":[127,0,0]},{"t":135,"s":[236.454,229.452,0]}],"ix":2,"l":2},"a":{"a":0,"k":[173.257,123.174,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[65.521,35.453],[-19.747,36.455],[-36.407,-4.142],[13.751,-25.372],[-92.464,-50.054],[-31.478,24.419]],"o":[[-84.826,-45.936],[10.29,-18.977],[-56.409,-15.185],[-20.532,37.929],[82.237,44.565],[-35.517,12.871]],"v":[[6.512,63.293],[-111.348,-85.9],[-36.699,-107.739],[-152.474,-93.586],[-22.217,65.705],[173.007,98.505]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0.002848730134,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[173.257,123.174],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":277,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"“芯”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":70,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":100,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":231,"s":[100]},{"t":241,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[1042.021,229.54,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[1042.021,229.54,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":105,"s":[1042.021,229.54,0],"to":[-127,0,0],"ti":[127,0,0]},{"t":135,"s":[280.021,229.54,0]}],"ix":2,"l":2},"a":{"a":0,"k":[46.233,46.233,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.36,0.361],[0.353,0.361],[0.377,-0.36],[-0.361,-0.353]],"o":[[0.361,-0.353],[-0.368,-0.36],[-0.361,0.361],[0.377,0.361]],"v":[[-28.257,2.587],[-28.249,1.29],[-29.555,1.29],[-29.555,2.587]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-0.65,0.649],[0.656,0.65],[0.641,-0.64],[-0.649,-0.65]],"o":[[0.656,-0.65],[-0.65,-0.64],[-0.649,0.65],[0.641,0.649]],"v":[[-27.719,10.842],[-27.719,8.493],[-30.06,8.493],[-30.06,10.842]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-0.833,0.825],[0.842,0.85],[0.857,-0.825],[-0.809,-0.857]],"o":[[0.842,-0.857],[-0.833,-0.825],[-0.809,0.85],[0.857,0.825]],"v":[[-27.359,18.913],[-27.359,15.867],[-30.396,15.867],[-30.396,18.913]],"c":true},"ix":2},"nm":"路径 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-0.432,0.425],[0.433,0.424],[0.433,-0.425],[-0.416,-0.432]],"o":[[0.433,-0.432],[-0.432,-0.425],[-0.416,0.424],[0.433,0.425]],"v":[[-24.274,-1.139],[-24.274,-2.684],[-25.829,-2.684],[-25.829,-1.139]],"c":true},"ix":2},"nm":"路径 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-0.833,0.85],[0.842,0.834],[0.85,-0.84],[-0.825,-0.834]],"o":[[0.842,-0.834],[-0.833,-0.84],[-0.825,0.834],[0.85,0.85]],"v":[[-23.505,15.042],[-23.505,12.027],[-26.534,12.027],[-26.534,15.042]],"c":true},"ix":2},"nm":"路径 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-0.689,0.673],[0.697,0.689],[0.688,-0.689],[-0.706,-0.697]],"o":[[0.697,-0.697],[-0.689,-0.689],[-0.706,0.689],[0.688,0.673]],"v":[[-23.777,7.068],[-23.777,4.559],[-26.277,4.559],[-26.277,7.068]],"c":true},"ix":2},"nm":"路径 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[-0.45,0.441],[0.433,0.44],[0.441,-0.457],[-0.441,-0.433]],"o":[[0.433,-0.433],[-0.45,-0.457],[-0.441,0.44],[0.441,0.441]],"v":[[-39.636,22.029],[-39.636,20.436],[-41.255,20.436],[-41.255,22.029]],"c":true},"ix":2},"nm":"路径 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-0.538,0.529],[0.512,0.529],[0.521,-0.52],[-0.537,-0.529]],"o":[[0.512,-0.529],[-0.538,-0.52],[-0.537,0.529],[0.521,0.529]],"v":[[-35.621,18.344],[-35.621,16.411],[-37.553,16.411],[-37.553,18.344]],"c":true},"ix":2},"nm":"路径 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[-0.809,0.809],[0.809,0.793],[0.809,-0.818],[-0.811,-0.794]],"o":[[0.809,-0.794],[-0.809,-0.818],[-0.811,0.793],[0.809,0.809]],"v":[[-35.116,26.557],[-35.116,23.641],[-38.049,23.641],[-38.049,26.557]],"c":true},"ix":2},"nm":"路径 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-0.193,0.168],[0.176,0.183],[0.177,-0.169],[-0.192,-0.192]],"o":[[0.176,-0.192],[-0.193,-0.169],[-0.192,0.183],[0.177,0.184]],"v":[[-36.27,9.984],[-36.27,9.313],[-36.936,9.313],[-36.936,9.984]],"c":true},"ix":2},"nm":"路径 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[-0.586,0.577],[0.6,0.576],[0.577,-0.584],[-0.593,-0.593]],"o":[[0.6,-0.593],[-0.586,-0.593],[-0.593,0.585],[0.577,0.577]],"v":[[-31.686,14.592],[-31.686,12.469],[-33.802,12.46],[-33.802,14.592]],"c":true},"ix":2},"nm":"路径 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[-0.297,0.304],[0.296,0.288],[0.288,-0.29],[-0.295,-0.273]],"o":[[0.296,-0.273],[-0.297,-0.29],[-0.288,0.288],[0.281,0.304]],"v":[[-32.231,6.307],[-32.231,5.273],[-33.281,5.273],[-33.274,6.307]],"c":true},"ix":2},"nm":"路径 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[-0.496,0.497],[0.49,0.504],[0.504,-0.521],[-0.497,-0.505]],"o":[[0.49,-0.505],[-0.496,-0.497],[-0.497,0.48],[0.504,0.497]],"v":[[-4.873,-20.283],[-4.873,-22.094],[-6.675,-22.07],[-6.675,-20.283]],"c":true},"ix":2},"nm":"路径 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[-0.505,0.504],[0.481,0.48],[0.481,-0.505],[-0.506,-0.489]],"o":[[0.481,-0.489],[-0.505,-0.505],[-0.506,0.48],[0.481,0.504]],"v":[[-8.719,-16.436],[-8.719,-18.232],[-10.522,-18.232],[-10.522,-16.436]],"c":true},"ix":2},"nm":"路径 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[-0.689,0.681],[0.698,0.681],[0.673,-0.689],[-0.697,-0.698]],"o":[[0.698,-0.698],[-0.689,-0.698],[-0.697,0.69],[0.673,0.681]],"v":[[-4.512,-12.214],[-4.512,-14.706],[-7.004,-14.714],[-7.004,-12.214]],"c":true},"ix":2},"nm":"路径 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[-0.417,0.409],[0.433,0.432],[0.432,-0.426],[-0.409,-0.449]],"o":[[0.433,-0.449],[-0.417,-0.426],[-0.409,0.432],[0.432,0.409]],"v":[[-1.138,-24.258],[-1.138,-25.82],[-2.7,-25.82],[-2.7,-24.258]],"c":true},"ix":2},"nm":"路径 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[-0.705,0.689],[0.681,0.697],[0.698,-0.682],[-0.689,-0.698]],"o":[[0.681,-0.698],[-0.705,-0.682],[-0.689,0.697],[0.698,0.689]],"v":[[-0.641,-16.068],[-0.641,-18.576],[-3.15,-18.576],[-3.15,-16.068]],"c":true},"ix":2},"nm":"路径 17","mn":"ADBE Vector Shape - Group","hd":false},{"ind":17,"ty":"sh","ix":18,"ks":{"a":0,"k":{"i":[[-0.697,0.681],[0.698,0.697],[0.681,-0.682],[-0.689,-0.689]],"o":[[0.698,-0.689],[-0.697,-0.682],[-0.689,0.697],[0.681,0.681]],"v":[[-16.068,-0.65],[-16.068,-3.15],[-18.56,-3.15],[-18.56,-0.65]],"c":true},"ix":2},"nm":"路径 18","mn":"ADBE Vector Shape - Group","hd":false},{"ind":18,"ty":"sh","ix":19,"ks":{"a":0,"k":{"i":[[-0.505,0.497],[0.497,0.496],[0.497,-0.481],[-0.489,-0.497]],"o":[[0.497,-0.497],[-0.505,-0.481],[-0.489,0.496],[0.497,0.497]],"v":[[-20.291,-4.865],[-20.291,-6.667],[-22.094,-6.667],[-22.094,-4.865]],"c":true},"ix":2},"nm":"路径 19","mn":"ADBE Vector Shape - Group","hd":false},{"ind":19,"ty":"sh","ix":20,"ks":{"a":0,"k":{"i":[[-0.688,0.688],[0.698,0.696],[0.681,-0.682],[-0.697,-0.682]],"o":[[0.698,-0.682],[-0.688,-0.682],[-0.697,0.696],[0.681,0.688]],"v":[[-8.359,-8.359],[-8.359,-10.867],[-10.851,-10.867],[-10.851,-8.359]],"c":true},"ix":2},"nm":"路径 20","mn":"ADBE Vector Shape - Group","hd":false},{"ind":20,"ty":"sh","ix":21,"ks":{"a":0,"k":{"i":[[-0.689,0.698],[0.681,0.69],[0.698,-0.673],[-0.689,-0.681]],"o":[[0.681,-0.681],[-0.689,-0.689],[-0.689,0.69],[0.698,0.698]],"v":[[-19.922,3.197],[-19.922,0.704],[-22.431,0.704],[-22.431,3.197]],"c":true},"ix":2},"nm":"路径 21","mn":"ADBE Vector Shape - Group","hd":false},{"ind":21,"ty":"sh","ix":22,"ks":{"a":0,"k":{"i":[[-0.488,0.488],[0.497,0.505],[0.512,-0.497],[-0.498,-0.497]],"o":[[0.497,-0.497],[-0.488,-0.497],[-0.498,0.505],[0.488,0.488]],"v":[[-12.582,-12.574],[-12.582,-14.385],[-14.384,-14.385],[-14.384,-12.574]],"c":true},"ix":2},"nm":"路径 22","mn":"ADBE Vector Shape - Group","hd":false},{"ind":22,"ty":"sh","ix":23,"ks":{"a":0,"k":{"i":[[-0.689,0.689],[0.697,0.673],[0.673,-0.697],[-0.705,-0.697]],"o":[[0.697,-0.697],[-0.689,-0.697],[-0.705,0.673],[0.689,0.689]],"v":[[-12.221,-4.505],[-12.221,-6.997],[-14.705,-6.997],[-14.705,-4.505]],"c":true},"ix":2},"nm":"路径 23","mn":"ADBE Vector Shape - Group","hd":false},{"ind":23,"ty":"sh","ix":24,"ks":{"a":0,"k":{"i":[[-0.497,0.496],[0.496,0.498],[0.496,-0.512],[-0.481,-0.505]],"o":[[0.496,-0.505],[-0.497,-0.512],[-0.481,0.498],[0.496,0.496]],"v":[[-16.436,-8.719],[-16.436,-10.516],[-18.247,-10.516],[-18.247,-8.719]],"c":true},"ix":2},"nm":"路径 24","mn":"ADBE Vector Shape - Group","hd":false},{"ind":24,"ty":"sh","ix":25,"ks":{"a":0,"k":{"i":[[-0.264,0.281],[0.28,0.264],[0.265,-0.273],[-0.264,-0.264]],"o":[[0.28,-0.264],[-0.264,-0.273],[-0.264,0.264],[0.265,0.281]],"v":[[-43.827,25.572],[-43.827,24.602],[-44.798,24.602],[-44.798,25.572]],"c":true},"ix":2},"nm":"路径 25","mn":"ADBE Vector Shape - Group","hd":false},{"ind":25,"ty":"sh","ix":26,"ks":{"a":0,"k":{"i":[[0.786,-0.778],[-0.785,-0.768],[-0.761,0.77],[0.785,0.777]],"o":[[-0.785,0.777],[0.786,0.77],[0.785,-0.768],[-0.777,-0.778]],"v":[[31.486,-7.068],[31.486,-4.257],[34.291,-4.257],[34.291,-7.068]],"c":true},"ix":2},"nm":"路径 26","mn":"ADBE Vector Shape - Group","hd":false},{"ind":26,"ty":"sh","ix":27,"ks":{"a":0,"k":{"i":[[0.865,-0.858],[-0.857,-0.866],[-0.858,0.857],[0.857,0.857]],"o":[[-0.857,0.857],[0.865,0.865],[0.857,-0.866],[-0.858,-0.858]],"v":[[27.472,-3.367],[27.472,-0.24],[30.589,-0.24],[30.589,-3.367]],"c":true},"ix":2},"nm":"路径 27","mn":"ADBE Vector Shape - Group","hd":false},{"ind":27,"ty":"sh","ix":28,"ks":{"a":0,"k":{"i":[[0.85,-0.849],[-0.857,-0.858],[-0.864,0.866],[0.85,0.857]],"o":[[-0.857,0.857],[0.85,0.866],[0.85,-0.858],[-0.864,-0.849]],"v":[[-3.366,27.471],[-3.366,30.596],[-0.249,30.596],[-0.249,27.471]],"c":true},"ix":2},"nm":"路径 28","mn":"ADBE Vector Shape - Group","hd":false},{"ind":28,"ty":"sh","ix":29,"ks":{"a":0,"k":{"i":[[0.777,-0.77],[-0.785,-0.769],[-0.778,0.785],[0.777,0.776]],"o":[[-0.785,0.776],[0.777,0.785],[0.777,-0.769],[-0.778,-0.77]],"v":[[-7.068,31.479],[-7.068,34.29],[-4.263,34.29],[-4.263,31.479]],"c":true},"ix":2},"nm":"路径 29","mn":"ADBE Vector Shape - Group","hd":false},{"ind":29,"ty":"sh","ix":30,"ks":{"a":0,"k":{"i":[[1.002,-0.68],[0.705,0.97],[-1.002,0.85],[-0.777,-1.01]],"o":[[0.649,-0.977],[1.042,0.778],[-0.849,0.977],[-0.97,-0.738]],"v":[[31.27,-23.434],[31.206,-26.63],[34.676,-26.742],[34.572,-23.344]],"c":true},"ix":2},"nm":"路径 30","mn":"ADBE Vector Shape - Group","hd":false},{"ind":30,"ty":"sh","ix":31,"ks":{"a":0,"k":{"i":[[-0.345,-0.865],[0.81,-0.369],[0.609,0.817],[-0.978,0.634]],"o":[[-0.801,-0.352],[0.393,-0.898],[0.945,0.705],[-0.529,0.81]],"v":[[30.22,-20.012],[27.688,-19.979],[27.336,-22.775],[30.493,-22.68]],"c":true},"ix":2},"nm":"路径 31","mn":"ADBE Vector Shape - Group","hd":false},{"ind":31,"ty":"sh","ix":32,"ks":{"a":0,"k":{"i":[[0.81,-0.345],[0.281,0.713],[-0.745,0.33],[-0.362,-0.746]],"o":[[0.321,-0.705],[0.762,0.297],[-0.313,0.754],[-0.786,-0.376]],"v":[[27.816,-12.214],[27.904,-14.441],[30.252,-14.514],[30.301,-12.165]],"c":true},"ix":2},"nm":"路径 32","mn":"ADBE Vector Shape - Group","hd":false},{"ind":32,"ty":"sh","ix":33,"ks":{"a":0,"k":{"i":[[-0.217,-0.706],[0.625,-0.16],[0.225,0.61],[-0.649,0.288]],"o":[[-0.618,-0.24],[0.153,-0.626],[0.673,0.226],[-0.272,0.664]],"v":[[26.238,-8.639],[24.338,-8.719],[24.266,-10.619],[26.349,-10.738]],"c":true},"ix":2},"nm":"路径 33","mn":"ADBE Vector Shape - Group","hd":false},{"ind":33,"ty":"sh","ix":34,"ks":{"a":0,"k":{"i":[[0.761,-0.392],[0.633,0.866],[-0.905,0.393],[-0.296,-0.793]],"o":[[0.457,-0.929],[0.834,0.61],[-0.368,0.762],[-0.777,-0.304]],"v":[[23.753,-16.012],[23.489,-18.921],[26.285,-18.576],[26.181,-16.148]],"c":true},"ix":2},"nm":"路径 34","mn":"ADBE Vector Shape - Group","hd":false},{"ind":34,"ty":"sh","ix":35,"ks":{"a":0,"k":{"i":[[-0.232,-0.746],[0.73,-0.296],[0.585,0.786],[-0.921,0.457]],"o":[[-0.753,-0.273],[0.298,-0.85],[0.881,0.641],[-0.361,0.705]],"v":[[22.35,-12.518],[20.026,-12.445],[19.634,-15.066],[22.543,-14.803]],"c":true},"ix":2},"nm":"路径 35","mn":"ADBE Vector Shape - Group","hd":false},{"ind":35,"ty":"sh","ix":36,"ks":{"a":0,"k":{"i":[[0.545,-0.137],[0.161,0.537],[-0.553,0.136],[-0.144,-0.538]],"o":[[0.128,-0.545],[0.554,0.16],[-0.128,0.536],[-0.545,-0.144]],"v":[[20.484,-4.865],[20.451,-6.531],[22.118,-6.499],[22.142,-4.848]],"c":true},"ix":2},"nm":"路径 36","mn":"ADBE Vector Shape - Group","hd":false},{"ind":36,"ty":"sh","ix":37,"ks":{"a":0,"k":{"i":[[-0.208,-0.714],[0.69,-0.28],[0.568,0.785],[-0.857,0.312]],"o":[[-0.721,-0.2],[0.328,-0.858],[0.785,0.585],[-0.279,0.674]],"v":[[18.287,-8.704],[16.148,-8.568],[15.78,-11.212],[18.415,-10.827]],"c":true},"ix":2},"nm":"路径 37","mn":"ADBE Vector Shape - Group","hd":false},{"ind":37,"ty":"sh","ix":38,"ks":{"a":0,"k":{"i":[[0.537,-0.144],[0.137,0.553],[-0.553,0.128],[-0.144,-0.545]],"o":[[0.12,-0.56],[0.53,0.153],[-0.136,0.536],[-0.536,-0.144]],"v":[[16.637,-1.003],[16.604,-2.678],[18.272,-2.645],[18.287,-0.994]],"c":true},"ix":2},"nm":"路径 38","mn":"ADBE Vector Shape - Group","hd":false},{"ind":38,"ty":"sh","ix":39,"ks":{"a":0,"k":{"i":[[-0.193,-0.705],[0.689,-0.288],[0.569,0.786],[-0.866,0.32]],"o":[[-0.689,-0.185],[0.329,-0.874],[0.77,0.569],[-0.288,0.673]],"v":[[14.417,-4.856],[12.293,-4.704],[11.932,-7.35],[14.569,-6.973]],"c":true},"ix":2},"nm":"路径 39","mn":"ADBE Vector Shape - Group","hd":false},{"ind":39,"ty":"sh","ix":40,"ks":{"a":0,"k":{"i":[[0.553,-0.144],[0.144,0.545],[-0.545,0.136],[-0.16,-0.545]],"o":[[0.144,-0.569],[0.545,0.169],[-0.12,0.545],[-0.545,-0.144]],"v":[[12.766,2.853],[12.742,1.169],[14.401,1.21],[14.441,2.868]],"c":true},"ix":2},"nm":"路径 40","mn":"ADBE Vector Shape - Group","hd":false},{"ind":40,"ty":"sh","ix":41,"ks":{"a":0,"k":{"i":[[-0.201,-0.713],[0.674,-0.281],[0.577,0.777],[-0.858,0.328]],"o":[[-0.706,-0.2],[0.329,-0.867],[0.777,0.561],[-0.297,0.673]],"v":[[10.571,-0.994],[8.438,-0.857],[8.07,-3.494],[10.715,-3.109]],"c":true},"ix":2},"nm":"路径 41","mn":"ADBE Vector Shape - Group","hd":false},{"ind":41,"ty":"sh","ix":42,"ks":{"a":0,"k":{"i":[[-0.16,-0.562],[0.561,-0.153],[0.136,0.545],[-0.56,0.168]],"o":[[-0.561,-0.153],[0.153,-0.562],[0.553,0.153],[-0.168,0.568]],"v":[[10.578,6.732],[8.879,6.732],[8.896,5.04],[10.586,5.016]],"c":true},"ix":2},"nm":"路径 42","mn":"ADBE Vector Shape - Group","hd":false},{"ind":42,"ty":"sh","ix":43,"ks":{"a":0,"k":{"i":[[-0.193,-0.689],[0.681,-0.296],[0.569,0.762],[-0.858,0.32]],"o":[[-0.69,-0.193],[0.313,-0.865],[0.777,0.562],[-0.265,0.673]],"v":[[6.708,2.853],[4.616,2.965],[4.216,0.368],[6.804,0.762]],"c":true},"ix":2},"nm":"路径 43","mn":"ADBE Vector Shape - Group","hd":false},{"ind":43,"ty":"sh","ix":44,"ks":{"a":0,"k":{"i":[[0.544,-0.145],[0.137,0.553],[-0.545,0.137],[-0.16,-0.545]],"o":[[0.128,-0.536],[0.537,0.151],[-0.128,0.537],[-0.561,-0.136]],"v":[[5.057,10.553],[5.041,8.887],[6.691,8.911],[6.732,10.577]],"c":true},"ix":2},"nm":"路径 44","mn":"ADBE Vector Shape - Group","hd":false},{"ind":44,"ty":"sh","ix":45,"ks":{"a":0,"k":{"i":[[-0.193,-0.705],[0.681,-0.265],[0.57,0.776],[-0.873,0.321]],"o":[[-0.697,-0.2],[0.336,-0.865],[0.786,0.584],[-0.288,0.666]],"v":[[2.853,6.715],[0.73,6.844],[0.36,4.215],[3.005,4.6]],"c":true},"ix":2},"nm":"路径 45","mn":"ADBE Vector Shape - Group","hd":false},{"ind":45,"ty":"sh","ix":46,"ks":{"a":0,"k":{"i":[[0.537,-0.136],[0.143,0.537],[-0.537,0.112],[-0.16,-0.553]],"o":[[0.12,-0.538],[0.552,0.136],[-0.12,0.537],[-0.553,-0.16]],"v":[[1.21,14.4],[1.179,12.749],[2.837,12.79],[2.877,14.432]],"c":true},"ix":2},"nm":"路径 46","mn":"ADBE Vector Shape - Group","hd":false},{"ind":46,"ty":"sh","ix":47,"ks":{"a":0,"k":{"i":[[-0.2,-0.69],[0.657,-0.298],[0.569,0.786],[-0.873,0.321]],"o":[[-0.704,-0.192],[0.312,-0.866],[0.777,0.577],[-0.28,0.673]],"v":[[-0.994,10.553],[-3.109,10.706],[-3.486,8.07],[-0.858,8.445]],"c":true},"ix":2},"nm":"路径 47","mn":"ADBE Vector Shape - Group","hd":false},{"ind":47,"ty":"sh","ix":48,"ks":{"a":0,"k":{"i":[[0.545,-0.153],[0.16,0.537],[-0.538,0.154],[-0.16,-0.545]],"o":[[0.128,-0.545],[0.552,0.143],[-0.121,0.57],[-0.552,-0.143]],"v":[[-2.652,18.271],[-2.684,16.596],[-1.017,16.611],[-0.97,18.286]],"c":true},"ix":2},"nm":"路径 48","mn":"ADBE Vector Shape - Group","hd":false},{"ind":48,"ty":"sh","ix":49,"ks":{"a":0,"k":{"i":[[-0.177,-0.713],[0.673,-0.289],[0.568,0.76],[-0.874,0.312]],"o":[[-0.697,-0.2],[0.305,-0.859],[0.777,0.56],[-0.28,0.657]],"v":[[-4.864,14.432],[-6.964,14.562],[-7.34,11.941],[-4.712,12.309]],"c":true},"ix":2},"nm":"路径 49","mn":"ADBE Vector Shape - Group","hd":false},{"ind":49,"ty":"sh","ix":50,"ks":{"a":0,"k":{"i":[[0.536,-0.145],[0.144,0.546],[-0.545,0.144],[-0.152,-0.545]],"o":[[0.128,-0.562],[0.545,0.152],[-0.119,0.552],[-0.545,-0.152]],"v":[[-6.499,22.135],[-6.531,20.458],[-4.873,20.475],[-4.84,22.141]],"c":true},"ix":2},"nm":"路径 50","mn":"ADBE Vector Shape - Group","hd":false},{"ind":50,"ty":"sh","ix":51,"ks":{"a":0,"k":{"i":[[-0.201,-0.698],[0.69,-0.289],[0.577,0.778],[-0.874,0.335]],"o":[[-0.706,-0.193],[0.329,-0.873],[0.793,0.569],[-0.281,0.688]],"v":[[-8.702,18.271],[-10.835,18.424],[-11.211,15.786],[-8.566,16.148]],"c":true},"ix":2},"nm":"路径 51","mn":"ADBE Vector Shape - Group","hd":false},{"ind":51,"ty":"sh","ix":52,"ks":{"a":0,"k":{"i":[[0.649,-0.288],[0.224,0.673],[-0.625,0.144],[-0.217,-0.618]],"o":[[0.272,-0.658],[0.617,0.217],[-0.168,0.609],[-0.681,-0.225]],"v":[[-10.73,26.35],[-10.626,24.266],[-8.719,24.346],[-8.655,26.23]],"c":true},"ix":2},"nm":"路径 52","mn":"ADBE Vector Shape - Group","hd":false},{"ind":52,"ty":"sh","ix":53,"ks":{"a":0,"k":{"i":[[0.754,-0.312],[0.304,0.769],[-0.705,0.312],[-0.368,-0.768]],"o":[[0.345,-0.745],[0.736,0.289],[-0.328,0.793],[-0.745,-0.344]],"v":[[-14.521,30.251],[-14.448,27.887],[-12.221,27.816],[-12.165,30.283]],"c":true},"ix":2},"nm":"路径 53","mn":"ADBE Vector Shape - Group","hd":false},{"ind":53,"ty":"sh","ix":54,"ks":{"a":0,"k":{"i":[[0.649,0.865],[-0.873,0.296],[-0.265,-0.77],[0.705,-0.36]],"o":[[0.778,0.569],[-0.328,0.738],[-0.73,-0.232],[0.481,-0.921]],"v":[[-15.066,19.633],[-12.422,20.025],[-12.533,22.367],[-14.81,22.542]],"c":true},"ix":2},"nm":"路径 54","mn":"ADBE Vector Shape - Group","hd":false},{"ind":54,"ty":"sh","ix":55,"ks":{"a":0,"k":{"i":[[-0.304,-0.785],[0.753,-0.376],[0.609,0.825],[-0.921,0.44]],"o":[[-0.785,-0.313],[0.377,-0.905],[0.858,0.633],[-0.392,0.753]],"v":[[-16.148,26.18],[-18.568,26.292],[-18.913,23.497],[-16.012,23.77]],"c":true},"ix":2},"nm":"路径 55","mn":"ADBE Vector Shape - Group","hd":false},{"ind":55,"ty":"sh","ix":56,"ks":{"a":0,"k":{"i":[[-0.352,-0.802],[0.785,-0.529],[0.681,0.914],[-0.913,0.401]],"o":[[-0.873,-0.353],[0.609,-0.978],[0.833,0.601],[-0.383,0.802]],"v":[[-20.019,30.219],[-22.663,30.501],[-22.775,27.359],[-19.979,27.68]],"c":true},"ix":2},"nm":"路径 56","mn":"ADBE Vector Shape - Group","hd":false},{"ind":56,"ty":"sh","ix":57,"ks":{"a":0,"k":{"i":[[0.978,-0.85],[0.77,1.033],[-0.986,0.664],[-0.745,-0.986]],"o":[[0.866,-1.01],[0.946,0.705],[-0.69,1.017],[-1.002,-0.777]],"v":[[-26.75,34.684],[-26.614,31.206],[-23.424,31.262],[-23.344,34.587]],"c":true},"ix":2},"nm":"路径 57","mn":"ADBE Vector Shape - Group","hd":false},{"ind":57,"ty":"sh","ix":58,"ks":{"a":0,"k":{"i":[[1.13,1.13],[1.05,-0.44],[0.352,0.785],[-0.841,0.842],[0.849,1.113],[-0.978,0.962],[1.074,1.066],[1.081,-0.93],[1.058,1.058],[1.105,-1.074],[-0.792,-1.099],[0.985,-1.002],[-0.801,-1.098],[0.994,-1.01],[-0.802,-1.098],[0.993,-0.993],[-0.809,-1.106],[1.001,-1.001],[-0.817,-1.099],[0.994,-1.002],[-0.8,-1.105],[0.986,-1.01],[-0.802,-1.107],[1.001,-1.01],[-0.802,-1.082],[0.994,-1.001],[-0.801,-1.097],[0.994,-1.002],[-0.817,-1.09],[1.01,-1.002],[-0.81,-1.098],[0.986,-0.994],[-0.825,-1.105],[1.001,-1.002],[-0.825,-1.098],[0.986,-1.018],[-0.818,-1.098],[0.994,-0.986],[-0.81,-1.09],[1.018,-1.002],[-0.825,-1.097],[1.002,-0.987],[-1.082,-1.105],[-1.114,0.978],[-1.034,-1.01],[-1.066,1.058],[0.81,1.067],[-1.026,1.018],[0.441,1.042],[-0.769,0.328],[-0.857,-0.841],[-1.121,1.13],[0.488,1.065],[-0.906,0.915],[0.313,1.026],[-0.905,0.906],[0.296,1.066],[-0.809,0.648],[-0.874,-0.865],[-0.937,0.929],[0.938,0.937],[0.962,-0.697],[0.257,0.97],[-0.825,0.736],[-0.889,-0.874],[-0.921,0.921],[0.93,0.898],[0.922,-0.801],[0.288,1.018],[-0.745,0.394],[-0.801,-0.785],[-1.018,1.017],[1.01,1.026],[0.962,-0.448],[0.225,0.786],[-0.73,0.392],[-0.801,-0.817],[-1.002,1.009],[1.018,1.01],[0.977,-0.521],[0.241,0.833],[-0.761,0.449],[-0.825,-0.817],[-1.018,1.025],[1.01,1.026],[0.954,-0.442],[0.225,0.802],[-0.825,0.737],[-0.873,-0.888],[-0.922,0.922],[0.922,0.929],[0.938,-0.794],[0.264,1.009],[-0.817,0.649],[-0.866,-0.841],[-0.938,0.97],[0.937,0.937],[0.962,-0.698],[0.257,0.97],[-0.833,0.826],[0.4,1.13],[-0.817,0.794],[0.53,1.106],[-0.889,0.897]],"o":[[-0.841,-0.849],[0.337,-0.777],[1.05,0.425],[1.026,-1.025],[1.049,0.817],[1.058,-1.081],[-1.01,-1.025],[0.969,-1.098],[-1.09,-1.074],[-0.994,1.009],[-1.105,-0.802],[-0.986,0.986],[-1.098,-0.818],[-0.994,0.985],[-1.106,-0.801],[-1.002,0.987],[-1.097,-0.817],[-0.994,0.994],[-1.106,-0.81],[-0.994,0.994],[-1.089,-0.809],[-0.985,0.985],[-1.09,-0.811],[-0.985,0.986],[-1.098,-0.8],[-0.986,0.986],[-1.106,-0.809],[-0.994,0.993],[-1.114,-0.809],[-0.986,0.985],[-1.107,-0.818],[-0.985,0.985],[-1.105,-0.809],[-0.986,1.002],[-1.098,-0.826],[-1.002,0.986],[-1.099,-0.802],[-0.994,1.002],[-1.098,-0.802],[-0.985,0.993],[-1.098,-0.808],[-1.082,1.105],[1.066,1.05],[-0.947,1.082],[1.058,1.081],[0.977,-0.993],[1.123,0.866],[0.849,-0.858],[0.778,0.345],[-0.44,1.042],[1.107,1.13],[0.882,-0.889],[1.09,0.537],[0.826,-0.808],[1.123,0.409],[0.842,-0.849],[0.962,0.257],[-0.697,0.929],[0.937,0.929],[0.938,-0.946],[-0.857,-0.867],[0.657,-0.817],[1.01,0.289],[-0.793,0.921],[0.914,0.921],[0.93,-0.915],[-0.866,-0.882],[0.737,-0.834],[0.793,0.225],[-0.456,0.954],[1.01,1.017],[1.01,-1.018],[-0.802,-0.793],[0.392,-0.737],[0.786,0.209],[-0.458,0.962],[1.01,1.009],[1.018,-1.026],[-0.818,-0.833],[0.448,-0.762],[0.841,0.216],[-0.521,0.978],[1.01,1.025],[1.01,-1.01],[-0.801,-0.785],[0.393,-0.73],[1.017,0.281],[-0.785,0.921],[0.921,0.922],[0.922,-0.913],[-0.866,-0.873],[0.754,-0.842],[0.945,0.264],[-0.697,0.953],[0.937,0.97],[0.937,-0.937],[-0.85,-0.85],[0.649,-0.818],[1.05,0.305],[0.906,-0.898],[1.017,0.329],[0.913,-0.921],[1.059,0.513],[1.13,-1.114]],"v":[[34.9,-15.428],[31.751,-16.044],[31.751,-18.48],[34.876,-19.098],[35.093,-22.831],[38.651,-23.033],[38.635,-26.895],[34.925,-27.007],[34.828,-30.837],[30.854,-30.837],[30.62,-27.206],[27.007,-26.967],[26.766,-23.344],[23.144,-23.104],[22.92,-19.499],[19.298,-19.258],[19.065,-15.628],[15.435,-15.404],[15.21,-11.781],[11.58,-11.548],[11.347,-7.926],[7.725,-7.693],[7.493,-4.063],[3.871,-3.831],[3.639,-0.225],[0.016,0.016],[-0.216,3.637],[-3.839,3.87],[-4.063,7.493],[-7.701,7.734],[-7.917,11.355],[-11.548,11.587],[-11.773,15.21],[-15.41,15.434],[-15.627,19.064],[-19.249,19.305],[-19.489,22.911],[-23.12,23.135],[-23.344,26.766],[-26.983,27.007],[-27.199,30.62],[-30.837,30.854],[-30.837,34.827],[-26.998,34.915],[-26.902,38.635],[-23.031,38.658],[-22.84,35.076],[-19.096,34.891],[-18.48,31.758],[-16.036,31.758],[-15.419,34.908],[-11.356,34.908],[-10.794,31.646],[-7.453,31.109],[-6.748,28.128],[-3.43,27.406],[-2.66,24.329],[0.144,23.77],[0.345,26.887],[3.75,26.887],[3.75,23.48],[0.625,23.279],[1.194,20.458],[4.143,19.803],[4.247,22.984],[7.557,22.984],[7.557,19.665],[4.384,19.57],[5.049,16.611],[7.436,16.372],[7.926,19.305],[11.596,19.305],[11.596,15.626],[8.655,15.137],[8.911,12.758],[11.284,12.51],[11.78,15.458],[15.443,15.458],[15.443,11.779],[12.422,11.355],[12.75,8.902],[15.21,8.566],[15.635,11.587],[19.305,11.587],[19.305,7.917],[16.372,7.428],[16.613,5.04],[19.562,4.391],[19.658,7.572],[22.984,7.572],[22.984,4.232],[19.794,4.144],[20.484,1.193],[23.28,0.633],[23.473,3.742],[26.879,3.742],[26.879,0.344],[23.753,0.145],[24.33,-2.678],[27.407,-3.43],[28.137,-6.757],[31.118,-7.438],[31.646,-10.82],[34.9,-11.355]],"c":true},"ix":2},"nm":"路径 58","mn":"ADBE Vector Shape - Group","hd":false},{"ind":58,"ty":"sh","ix":59,"ks":{"a":0,"k":{"i":[[0.24,-0.248],[-0.257,-0.249],[-0.248,0.24],[0.24,0.257]],"o":[[-0.257,0.257],[0.24,0.24],[0.24,-0.249],[-0.248,-0.248]],"v":[[40.158,-13.833],[40.158,-12.919],[41.047,-12.919],[41.047,-13.833]],"c":true},"ix":2},"nm":"路径 59","mn":"ADBE Vector Shape - Group","hd":false},{"ind":59,"ty":"sh","ix":60,"ks":{"a":0,"k":{"i":[[0.962,-0.97],[-0.961,-0.97],[-0.969,0.961],[0.962,0.962]],"o":[[-0.961,0.962],[0.962,0.961],[0.962,-0.97],[-0.969,-0.97]],"v":[[38.819,-30.574],[38.819,-27.07],[42.321,-27.07],[42.321,-30.574]],"c":true},"ix":2},"nm":"路径 60","mn":"ADBE Vector Shape - Group","hd":false},{"ind":60,"ty":"sh","ix":61,"ks":{"a":0,"k":{"i":[[0.593,-0.585],[-0.594,-0.593],[-0.602,0.592],[0.592,0.6]],"o":[[-0.594,0.6],[0.593,0.592],[0.584,-0.593],[-0.602,-0.585]],"v":[[35.67,-10.602],[35.67,-8.438],[37.826,-8.438],[37.826,-10.602]],"c":true},"ix":2},"nm":"路径 61","mn":"ADBE Vector Shape - Group","hd":false},{"ind":61,"ty":"sh","ix":62,"ks":{"a":0,"k":{"i":[[0.513,-0.545],[-0.537,-0.521],[-0.528,0.536],[0.521,0.528]],"o":[[-0.537,0.528],[0.513,0.536],[0.521,-0.521],[-0.528,-0.545]],"v":[[43.491,-25.908],[43.491,-24.001],[45.398,-24.001],[45.398,-25.908]],"c":true},"ix":2},"nm":"路径 62","mn":"ADBE Vector Shape - Group","hd":false},{"ind":62,"ty":"sh","ix":63,"ks":{"a":0,"k":{"i":[[0.978,-0.977],[-0.977,-0.977],[-0.978,0.961],[0.978,0.97]],"o":[[-0.977,0.97],[0.978,0.961],[0.978,-0.977],[-0.97,-0.977]],"v":[[34.964,-19.001],[34.964,-15.475],[38.491,-15.475],[38.491,-19.001]],"c":true},"ix":2},"nm":"路径 63","mn":"ADBE Vector Shape - Group","hd":false},{"ind":63,"ty":"sh","ix":64,"ks":{"a":0,"k":{"i":[[-0.714,0.713],[0.689,0.705],[0.689,-0.713],[-0.713,-0.706]],"o":[[0.689,-0.706],[-0.714,-0.713],[-0.713,0.705],[0.689,0.713]],"v":[[-39.155,30.229],[-39.155,27.68],[-41.696,27.68],[-41.696,30.229]],"c":true},"ix":2},"nm":"路径 64","mn":"ADBE Vector Shape - Group","hd":false},{"ind":64,"ty":"sh","ix":65,"ks":{"a":0,"k":{"i":[[0.818,-0.818],[-0.825,-0.817],[-0.825,0.832],[0.825,0.825]],"o":[[-0.825,0.825],[0.818,0.832],[0.825,-0.817],[-0.825,-0.818]],"v":[[39.107,-22.592],[39.107,-19.617],[42.065,-19.617],[42.065,-22.592]],"c":true},"ix":2},"nm":"路径 65","mn":"ADBE Vector Shape - Group","hd":false},{"ind":65,"ty":"sh","ix":66,"ks":{"a":0,"k":{"i":[[0.601,-0.594],[-0.593,-0.601],[-0.585,0.593],[0.593,0.585]],"o":[[-0.593,0.585],[0.601,0.593],[0.593,-0.601],[-0.585,-0.594]],"v":[[-10.594,35.669],[-10.594,37.824],[-8.446,37.824],[-8.446,35.669]],"c":true},"ix":2},"nm":"路径 66","mn":"ADBE Vector Shape - Group","hd":false},{"ind":66,"ty":"sh","ix":67,"ks":{"a":0,"k":{"i":[[0.226,-0.208],[-0.224,-0.217],[-0.2,0.209],[0.224,0.217]],"o":[[-0.2,0.217],[0.202,0.209],[0.224,-0.217],[-0.2,-0.208]],"v":[[-40.799,44.027],[-40.775,44.788],[-40.029,44.788],[-40.029,44.027]],"c":true},"ix":2},"nm":"路径 67","mn":"ADBE Vector Shape - Group","hd":false},{"ind":67,"ty":"sh","ix":68,"ks":{"a":0,"k":{"i":[[0.858,0.881],[0.857,-0.858],[-0.866,-0.883],[-0.856,0.848]],"o":[[-0.856,-0.858],[-0.866,0.881],[0.857,0.848],[0.858,-0.883]],"v":[[-38.86,35.109],[-41.984,35.109],[-41.984,38.266],[-38.86,38.266]],"c":true},"ix":2},"nm":"路径 68","mn":"ADBE Vector Shape - Group","hd":false},{"ind":68,"ty":"sh","ix":69,"ks":{"a":0,"k":{"i":[[0.24,-0.232],[-0.256,-0.257],[-0.241,0.248],[0.249,0.265]],"o":[[-0.256,0.265],[0.24,0.248],[0.249,-0.257],[-0.241,-0.232]],"v":[[-13.824,40.132],[-13.824,41.046],[-12.926,41.046],[-12.926,40.132]],"c":true},"ix":2},"nm":"路径 69","mn":"ADBE Vector Shape - Group","hd":false},{"ind":69,"ty":"sh","ix":70,"ks":{"a":0,"k":{"i":[[-0.705,0.705],[0.689,0.682],[0.689,-0.68],[-0.689,-0.673]],"o":[[0.689,-0.673],[-0.705,-0.68],[-0.689,0.682],[0.689,0.705]],"v":[[3.214,-19.938],[3.214,-22.423],[0.705,-22.423],[0.705,-19.938]],"c":true},"ix":2},"nm":"路径 70","mn":"ADBE Vector Shape - Group","hd":false},{"ind":70,"ty":"sh","ix":71,"ks":{"a":0,"k":{"i":[[0.216,-0.208],[-0.225,-0.217],[-0.215,0.232],[0.201,0.232]],"o":[[-0.225,0.232],[0.216,0.232],[0.201,-0.217],[-0.215,-0.208]],"v":[[-44.677,40.132],[-44.677,40.926],[-43.876,40.926],[-43.876,40.132]],"c":true},"ix":2},"nm":"路径 71","mn":"ADBE Vector Shape - Group","hd":false},{"ind":71,"ty":"sh","ix":72,"ks":{"a":0,"k":{"i":[[0.593,-0.593],[-0.609,-0.608],[-0.608,0.594],[0.609,0.617]],"o":[[-0.601,0.617],[0.593,0.594],[0.594,-0.608],[-0.593,-0.593]],"v":[[-45.374,31.719],[-45.374,33.906],[-43.195,33.906],[-43.21,31.719]],"c":true},"ix":2},"nm":"路径 72","mn":"ADBE Vector Shape - Group","hd":false},{"ind":72,"ty":"sh","ix":73,"ks":{"a":0,"k":{"i":[[0.985,-0.969],[-0.971,-0.961],[-0.969,0.977],[0.978,0.978]],"o":[[-0.971,0.978],[0.985,0.977],[0.978,-0.961],[-0.969,-0.969]],"v":[[-19.008,34.964],[-19.008,38.482],[-15.483,38.482],[-15.483,34.964]],"c":true},"ix":2},"nm":"路径 73","mn":"ADBE Vector Shape - Group","hd":false},{"ind":73,"ty":"sh","ix":74,"ks":{"a":0,"k":{"i":[[0.81,-0.818],[-0.825,-0.833],[-0.801,0.81],[0.826,0.825]],"o":[[-0.818,0.825],[0.81,0.81],[0.826,-0.833],[-0.801,-0.818]],"v":[[-22.583,39.092],[-22.583,42.072],[-19.626,42.072],[-19.626,39.092]],"c":true},"ix":2},"nm":"路径 74","mn":"ADBE Vector Shape - Group","hd":false},{"ind":74,"ty":"sh","ix":75,"ks":{"a":0,"k":{"i":[[0.889,-0.865],[-0.866,-0.889],[-0.882,0.874],[0.865,0.89]],"o":[[-0.866,0.89],[0.889,0.874],[0.865,-0.889],[-0.882,-0.865]],"v":[[-38.153,38.954],[-38.153,42.152],[-34.948,42.152],[-34.948,38.954]],"c":true},"ix":2},"nm":"路径 75","mn":"ADBE Vector Shape - Group","hd":false},{"ind":75,"ty":"sh","ix":76,"ks":{"a":0,"k":{"i":[[0.537,-0.552],[-0.529,-0.529],[-0.53,0.529],[0.553,0.521]],"o":[[-0.529,0.521],[0.537,0.529],[0.545,-0.529],[-0.522,-0.552]],"v":[[-25.917,43.49],[-25.917,45.398],[-23.993,45.398],[-24.001,43.49]],"c":true},"ix":2},"nm":"路径 76","mn":"ADBE Vector Shape - Group","hd":false},{"ind":76,"ty":"sh","ix":77,"ks":{"a":0,"k":{"i":[[0.545,-0.561],[-0.569,-0.569],[-0.538,0.538],[0.576,0.545]],"o":[[-0.569,0.545],[0.545,0.538],[0.576,-0.569],[-0.545,-0.561]],"v":[[-33.674,43.419],[-33.674,45.445],[-31.686,45.445],[-31.686,43.419]],"c":true},"ix":2},"nm":"路径 77","mn":"ADBE Vector Shape - Group","hd":false},{"ind":77,"ty":"sh","ix":78,"ks":{"a":0,"k":{"i":[[0.962,-0.962],[-0.977,-0.962],[-0.961,0.954],[0.97,0.976]],"o":[[-0.977,0.976],[0.962,0.954],[0.97,-0.962],[-0.961,-0.962]],"v":[[-30.573,38.811],[-30.573,42.313],[-27.079,42.313],[-27.079,38.811]],"c":true},"ix":2},"nm":"路径 78","mn":"ADBE Vector Shape - Group","hd":false},{"ind":78,"ty":"sh","ix":79,"ks":{"a":0,"k":{"i":[[-0.834,0.834],[0.825,0.826],[0.825,-0.849],[-0.841,-0.833]],"o":[[0.825,-0.833],[-0.834,-0.849],[-0.841,0.826],[0.825,0.834]],"v":[[-31.205,22.758],[-31.205,19.738],[-34.235,19.738],[-34.235,22.758]],"c":true},"ix":2},"nm":"路径 79","mn":"ADBE Vector Shape - Group","hd":false},{"ind":79,"ty":"sh","ix":80,"ks":{"a":0,"k":{"i":[[0.825,-0.841],[-0.833,-0.841],[-0.834,0.833],[0.834,0.825]],"o":[[-0.833,0.825],[0.825,0.833],[0.834,-0.841],[-0.834,-0.841]],"v":[[0.465,-14.954],[0.465,-11.934],[3.486,-11.934],[3.486,-14.954]],"c":true},"ix":2},"nm":"路径 80","mn":"ADBE Vector Shape - Group","hd":false},{"ind":80,"ty":"sh","ix":81,"ks":{"a":0,"k":{"i":[[-0.833,0.834],[0.85,0.843],[0.817,-0.825],[-0.825,-0.841]],"o":[[0.85,-0.841],[-0.833,-0.825],[-0.825,0.843],[0.817,0.834]],"v":[[11.187,-19.643],[11.187,-22.68],[8.166,-22.68],[8.166,-19.643]],"c":true},"ix":2},"nm":"路径 81","mn":"ADBE Vector Shape - Group","hd":false},{"ind":81,"ty":"sh","ix":82,"ks":{"a":0,"k":{"i":[[-0.937,0.954],[0.97,0.947],[0.954,-0.961],[-0.946,-0.954]],"o":[[0.97,-0.954],[-0.937,-0.961],[-0.946,0.947],[0.946,0.954]],"v":[[-23.288,22.984],[-23.288,19.536],[-26.726,19.536],[-26.726,22.984]],"c":true},"ix":2},"nm":"路径 82","mn":"ADBE Vector Shape - Group","hd":false},{"ind":82,"ty":"sh","ix":83,"ks":{"a":0,"k":{"i":[[0.849,-0.841],[-0.834,-0.834],[-0.842,0.841],[0.833,0.817]],"o":[[-0.834,0.817],[0.849,0.841],[0.833,-0.834],[-0.842,-0.841]],"v":[[4.312,-18.809],[4.312,-15.796],[7.341,-15.796],[7.341,-18.809]],"c":true},"ix":2},"nm":"路径 83","mn":"ADBE Vector Shape - Group","hd":false},{"ind":83,"ty":"sh","ix":84,"ks":{"a":0,"k":{"i":[[-0.937,0.962],[0.962,0.954],[0.937,-0.953],[-0.962,-0.961]],"o":[[0.962,-0.961],[-0.937,-0.953],[-0.962,0.954],[0.937,0.962]],"v":[[-19.434,19.128],[-19.434,15.682],[-22.863,15.682],[-22.863,19.128]],"c":true},"ix":2},"nm":"路径 84","mn":"ADBE Vector Shape - Group","hd":false},{"ind":84,"ty":"sh","ix":85,"ks":{"a":0,"k":{"i":[[0.841,-0.842],[-0.818,-0.834],[-0.842,0.85],[0.833,0.833]],"o":[[-0.818,0.833],[0.841,0.85],[0.833,-0.834],[-0.842,-0.842]],"v":[[-3.405,-11.107],[-3.405,-8.094],[-0.368,-8.094],[-0.368,-11.107]],"c":true},"ix":2},"nm":"路径 85","mn":"ADBE Vector Shape - Group","hd":false},{"ind":85,"ty":"sh","ix":86,"ks":{"a":0,"k":{"i":[[-0.953,0.946],[0.953,0.962],[0.938,-0.953],[-0.971,-0.962]],"o":[[0.953,-0.962],[-0.953,-0.953],[-0.971,0.962],[0.938,0.938]],"v":[[-15.563,15.281],[-15.563,11.827],[-19.008,11.827],[-19.008,15.281]],"c":true},"ix":2},"nm":"路径 86","mn":"ADBE Vector Shape - Group","hd":false},{"ind":86,"ty":"sh","ix":87,"ks":{"a":0,"k":{"i":[[0.825,-0.834],[-0.842,-0.834],[-0.833,0.84],[0.833,0.841]],"o":[[-0.842,0.841],[0.825,0.84],[0.833,-0.834],[-0.833,-0.834]],"v":[[-22.663,8.165],[-22.663,11.188],[-19.65,11.188],[-19.65,8.165]],"c":true},"ix":2},"nm":"路径 87","mn":"ADBE Vector Shape - Group","hd":false},{"ind":87,"ty":"sh","ix":88,"ks":{"a":0,"k":{"i":[[0.849,-0.849],[-0.826,-0.833],[-0.825,0.833],[0.842,0.834]],"o":[[-0.826,0.834],[0.849,0.833],[0.842,-0.833],[-0.833,-0.849]],"v":[[-11.115,-3.398],[-11.115,-0.378],[-8.086,-0.378],[-8.086,-3.398]],"c":true},"ix":2},"nm":"路径 88","mn":"ADBE Vector Shape - Group","hd":false},{"ind":88,"ty":"sh","ix":89,"ks":{"a":0,"k":{"i":[[0.825,-0.841],[-0.842,-0.84],[-0.833,0.826],[0.833,0.826]],"o":[[-0.842,0.826],[0.825,0.826],[0.833,-0.84],[-0.833,-0.841]],"v":[[-7.244,-7.253],[-7.244,-4.225],[-4.223,-4.225],[-4.223,-7.253]],"c":true},"ix":2},"nm":"路径 89","mn":"ADBE Vector Shape - Group","hd":false},{"ind":89,"ty":"sh","ix":90,"ks":{"a":0,"k":{"i":[[0.826,-0.841],[-0.833,-0.842],[-0.817,0.842],[0.841,0.826]],"o":[[-0.833,0.826],[0.826,0.842],[0.841,-0.842],[-0.817,-0.841]],"v":[[-18.817,4.318],[-18.817,7.34],[-15.795,7.34],[-15.795,4.318]],"c":true},"ix":2},"nm":"路径 90","mn":"ADBE Vector Shape - Group","hd":false},{"ind":90,"ty":"sh","ix":91,"ks":{"a":0,"k":{"i":[[0.825,-0.826],[-0.841,-0.849],[-0.841,0.841],[0.826,0.834]],"o":[[-0.841,0.841],[0.825,0.841],[0.826,-0.849],[-0.841,-0.833]],"v":[[-14.954,0.449],[-14.954,3.486],[-11.941,3.486],[-11.941,0.456]],"c":true},"ix":2},"nm":"路径 91","mn":"ADBE Vector Shape - Group","hd":false},{"ind":91,"ty":"sh","ix":92,"ks":{"a":0,"k":{"i":[[-0.233,0.217],[0.208,0.225],[0.2,-0.209],[-0.233,-0.224]],"o":[[0.208,-0.224],[-0.233,-0.209],[-0.233,0.225],[0.2,0.217]],"v":[[40.935,-43.876],[40.935,-44.669],[40.158,-44.669],[40.158,-43.876]],"c":true},"ix":2},"nm":"路径 92","mn":"ADBE Vector Shape - Group","hd":false},{"ind":92,"ty":"sh","ix":93,"ks":{"a":0,"k":{"i":[[-0.962,0.945],[0.938,0.954],[0.946,-0.953],[-0.961,-0.954]],"o":[[0.938,-0.954],[-0.962,-0.953],[-0.961,0.954],[0.946,0.945]],"v":[[-11.7,11.419],[-11.7,7.973],[-15.162,7.973],[-15.162,11.419]],"c":true},"ix":2},"nm":"路径 93","mn":"ADBE Vector Shape - Group","hd":false},{"ind":93,"ty":"sh","ix":94,"ks":{"a":0,"k":{"i":[[1.002,-1.025],[-1.017,-1.017],[-1.009,1.011],[1.019,1.002]],"o":[[-1.017,1.002],[1.002,1.011],[1.019,-1.017],[-1.009,-1.025]],"v":[[34.876,-34.516],[34.876,-30.863],[38.522,-30.863],[38.522,-34.516]],"c":true},"ix":2},"nm":"路径 94","mn":"ADBE Vector Shape - Group","hd":false},{"ind":94,"ty":"sh","ix":95,"ks":{"a":0,"k":{"i":[[-0.955,0.954],[0.96,0.938],[0.961,-0.962],[-0.945,-0.953]],"o":[[0.96,-0.953],[-0.955,-0.962],[-0.945,0.938],[0.961,0.954]],"v":[[-27.134,26.837],[-27.134,23.408],[-30.589,23.408],[-30.589,26.837]],"c":true},"ix":2},"nm":"路径 95","mn":"ADBE Vector Shape - Group","hd":false},{"ind":95,"ty":"sh","ix":96,"ks":{"a":0,"k":{"i":[[-0.208,0.208],[0.209,0.216],[0.208,-0.209],[-0.216,-0.208]],"o":[[0.209,-0.208],[-0.224,-0.209],[-0.216,0.216],[0.208,0.208]],"v":[[44.789,-40.029],[44.789,-40.799],[44.028,-40.799],[44.028,-40.029]],"c":true},"ix":2},"nm":"路径 96","mn":"ADBE Vector Shape - Group","hd":false},{"ind":96,"ty":"sh","ix":97,"ks":{"a":0,"k":{"i":[[-0.352,0.361],[0.362,0.353],[0.369,-0.352],[-0.36,-0.376]],"o":[[0.362,-0.368],[-0.352,-0.368],[-0.36,0.369],[0.369,0.353]],"v":[[2.588,-28.257],[2.588,-29.548],[1.29,-29.564],[1.29,-28.249]],"c":true},"ix":2},"nm":"路径 97","mn":"ADBE Vector Shape - Group","hd":false},{"ind":97,"ty":"sh","ix":98,"ks":{"a":0,"k":{"i":[[-0.881,-0.89],[-0.873,0.881],[0.883,0.874],[0.882,-0.873]],"o":[[0.882,0.881],[0.883,-0.89],[-0.873,-0.873],[-0.881,0.874]],"v":[[38.955,-34.949],[42.144,-34.949],[42.144,-38.146],[38.955,-38.146]],"c":true},"ix":2},"nm":"路径 98","mn":"ADBE Vector Shape - Group","hd":false},{"ind":98,"ty":"sh","ix":99,"ks":{"a":0,"k":{"i":[[0.962,0.946],[0.946,-0.953],[-0.953,-0.938],[-0.953,0.962]],"o":[[-0.953,-0.953],[-0.953,0.946],[0.946,0.962],[0.962,-0.938]],"v":[[-34.836,31.109],[-38.29,31.109],[-38.29,34.54],[-34.836,34.54]],"c":true},"ix":2},"nm":"路径 99","mn":"ADBE Vector Shape - Group","hd":false},{"ind":99,"ty":"sh","ix":100,"ks":{"a":0,"k":{"i":[[0.961,0.945],[0.953,-0.953],[-0.954,-0.938],[-0.946,0.962]],"o":[[-0.946,-0.962],[-0.938,0.945],[0.937,0.962],[0.961,-0.938]],"v":[[-30.989,27.255],[-34.435,27.255],[-34.419,30.684],[-30.989,30.684]],"c":true},"ix":2},"nm":"路径 100","mn":"ADBE Vector Shape - Group","hd":false},{"ind":100,"ty":"sh","ix":101,"ks":{"a":0,"k":{"i":[[-0.609,0.609],[0.593,0.601],[0.593,-0.601],[-0.601,-0.594]],"o":[[0.593,-0.594],[-0.609,-0.601],[-0.601,0.601],[0.593,0.609]],"v":[[33.907,-43.21],[33.907,-45.383],[31.727,-45.383],[31.727,-43.21]],"c":true},"ix":2},"nm":"路径 101","mn":"ADBE Vector Shape - Group","hd":false},{"ind":101,"ty":"sh","ix":102,"ks":{"a":0,"k":{"i":[[-1.018,0.995],[1.001,1.018],[1.017,-0.994],[-1.01,-1.017]],"o":[[1.001,-1.017],[-1.018,-0.994],[-1.01,1.018],[1.017,0.995]],"v":[[-30.861,38.529],[-30.861,34.859],[-34.523,34.859],[-34.523,38.529]],"c":true},"ix":2},"nm":"路径 102","mn":"ADBE Vector Shape - Group","hd":false},{"ind":102,"ty":"sh","ix":103,"ks":{"a":0,"k":{"i":[[-0.858,0.857],[0.873,0.89],[0.874,-0.865],[-0.85,-0.873]],"o":[[0.873,-0.873],[-0.858,-0.865],[-0.85,0.89],[0.874,0.857]],"v":[[38.243,-38.852],[38.243,-41.993],[35.109,-41.993],[35.109,-38.852]],"c":true},"ix":2},"nm":"路径 103","mn":"ADBE Vector Shape - Group","hd":false},{"ind":103,"ty":"sh","ix":104,"ks":{"a":0,"k":{"i":[[-0.97,-0.96],[-0.954,0.938],[0.946,0.962],[0.937,-0.946]],"o":[[0.937,0.938],[0.946,-0.96],[-0.954,-0.946],[-0.97,0.962]],"v":[[31.118,-34.829],[34.556,-34.829],[34.556,-38.299],[31.118,-38.299]],"c":true},"ix":2},"nm":"路径 104","mn":"ADBE Vector Shape - Group","hd":false},{"ind":104,"ty":"sh","ix":105,"ks":{"a":0,"k":{"i":[[-0.554,0.561],[0.552,0.57],[0.553,-0.554],[-0.545,-0.552]],"o":[[0.552,-0.552],[-0.554,-0.554],[-0.545,0.57],[0.553,0.561]],"v":[[45.431,-31.68],[45.431,-33.691],[43.411,-33.691],[43.411,-31.68]],"c":true},"ix":2},"nm":"路径 105","mn":"ADBE Vector Shape - Group","hd":false},{"ind":105,"ty":"sh","ix":106,"ks":{"a":0,"k":{"i":[[-0.962,0.939],[0.937,0.953],[0.93,-0.954],[-0.954,-0.961]],"o":[[0.937,-0.961],[-0.962,-0.954],[-0.954,0.953],[0.93,0.939]],"v":[[-7.853,7.572],[-7.853,4.118],[-11.3,4.118],[-11.3,7.572]],"c":true},"ix":2},"nm":"路径 106","mn":"ADBE Vector Shape - Group","hd":false},{"ind":106,"ty":"sh","ix":107,"ks":{"a":0,"k":{"i":[[-0.833,0.833],[0.842,0.834],[0.841,-0.849],[-0.825,-0.817]],"o":[[0.842,-0.817],[-0.833,-0.849],[-0.825,0.834],[0.841,0.833]],"v":[[22.759,-31.214],[22.759,-34.236],[19.73,-34.236],[19.73,-31.214]],"c":true},"ix":2},"nm":"路径 107","mn":"ADBE Vector Shape - Group","hd":false},{"ind":107,"ty":"sh","ix":108,"ks":{"a":0,"k":{"i":[[-0.818,0.8],[0.817,0.81],[0.818,-0.809],[-0.818,-0.818]],"o":[[0.817,-0.818],[-0.818,-0.809],[-0.818,0.81],[0.818,0.8]],"v":[[26.566,-35.109],[26.566,-38.042],[23.641,-38.042],[23.641,-35.109]],"c":true},"ix":2},"nm":"路径 108","mn":"ADBE Vector Shape - Group","hd":false},{"ind":108,"ty":"sh","ix":109,"ks":{"a":0,"k":{"i":[[-0.449,0.456],[0.449,0.449],[0.448,-0.449],[-0.442,-0.442]],"o":[[0.449,-0.442],[-0.449,-0.449],[-0.442,0.449],[0.448,0.456]],"v":[[22.046,-39.652],[22.046,-41.264],[20.428,-41.264],[20.428,-39.652]],"c":true},"ix":2},"nm":"路径 109","mn":"ADBE Vector Shape - Group","hd":false},{"ind":109,"ty":"sh","ix":110,"ks":{"a":0,"k":{"i":[[-0.85,0.826],[0.826,0.834],[0.841,-0.841],[-0.818,-0.849]],"o":[[0.826,-0.849],[-0.85,-0.841],[-0.818,0.834],[0.841,0.826]],"v":[[18.913,-27.352],[18.913,-30.382],[15.876,-30.382],[15.876,-27.352]],"c":true},"ix":2},"nm":"路径 110","mn":"ADBE Vector Shape - Group","hd":false},{"ind":110,"ty":"sh","ix":111,"ks":{"a":0,"k":{"i":[[-0.264,0.281],[0.256,0.264],[0.265,-0.272],[-0.272,-0.256]],"o":[[0.264,-0.256],[-0.272,-0.272],[-0.272,0.264],[0.265,0.281]],"v":[[25.572,-43.82],[25.58,-44.79],[24.602,-44.79],[24.602,-43.82]],"c":true},"ix":2},"nm":"路径 111","mn":"ADBE Vector Shape - Group","hd":false},{"ind":111,"ty":"sh","ix":112,"ks":{"a":0,"k":{"i":[[-0.304,0.288],[0.273,0.288],[0.288,-0.289],[-0.28,-0.306]],"o":[[0.273,-0.306],[-0.304,-0.289],[-0.28,0.288],[0.288,0.288]],"v":[[6.331,-32.232],[6.331,-33.273],[5.273,-33.273],[5.273,-32.232]],"c":true},"ix":2},"nm":"路径 112","mn":"ADBE Vector Shape - Group","hd":false},{"ind":112,"ty":"sh","ix":113,"ks":{"a":0,"k":{"i":[[-0.698,0.697],[0.674,0.681],[0.681,-0.688],[-0.705,-0.689]],"o":[[0.681,-0.689],[-0.697,-0.688],[-0.705,0.681],[0.681,0.697]],"v":[[7.061,-23.785],[7.068,-26.279],[4.576,-26.279],[4.576,-23.785]],"c":true},"ix":2},"nm":"路径 113","mn":"ADBE Vector Shape - Group","hd":false},{"ind":113,"ty":"sh","ix":114,"ks":{"a":0,"k":{"i":[[-0.857,0.817],[0.818,0.833],[0.843,-0.817],[-0.833,-0.833]],"o":[[0.818,-0.841],[-0.857,-0.817],[-0.833,0.833],[0.843,0.825]],"v":[[15.058,-23.497],[15.058,-26.535],[12.02,-26.535],[12.02,-23.505]],"c":true},"ix":2},"nm":"路径 114","mn":"ADBE Vector Shape - Group","hd":false},{"ind":114,"ty":"sh","ix":115,"ks":{"a":0,"k":{"i":[[-0.649,0.649],[0.657,0.657],[0.649,-0.641],[-0.642,-0.657]],"o":[[0.657,-0.657],[-0.649,-0.641],[-0.642,0.657],[0.649,0.642]],"v":[[10.843,-27.712],[10.843,-30.061],[8.495,-30.061],[8.495,-27.712]],"c":true},"ix":2},"nm":"路径 115","mn":"ADBE Vector Shape - Group","hd":false},{"ind":115,"ty":"sh","ix":116,"ks":{"a":0,"k":{"i":[[-0.584,0.593],[0.593,0.585],[0.584,-0.609],[-0.585,-0.592]],"o":[[0.593,-0.592],[-0.584,-0.609],[-0.585,0.585],[0.584,0.593]],"v":[[14.577,-31.68],[14.577,-33.794],[12.462,-33.794],[12.462,-31.68]],"c":true},"ix":2},"nm":"路径 116","mn":"ADBE Vector Shape - Group","hd":false},{"ind":116,"ty":"sh","ix":117,"ks":{"a":0,"k":{"i":[[-0.184,0.193],[0.177,0.193],[0.177,-0.168],[-0.192,-0.168]],"o":[[0.177,-0.168],[-0.184,-0.168],[-0.192,0.193],[0.177,0.193]],"v":[[9.985,-36.296],[9.985,-36.952],[9.328,-36.952],[9.328,-36.296]],"c":true},"ix":2},"nm":"路径 117","mn":"ADBE Vector Shape - Group","hd":false},{"ind":117,"ty":"sh","ix":118,"ks":{"a":0,"k":{"i":[[-0.521,0.528],[0.529,0.545],[0.545,-0.529],[-0.536,-0.537]],"o":[[0.529,-0.537],[-0.521,-0.529],[-0.536,0.545],[0.545,0.528]],"v":[[18.336,-35.63],[18.336,-37.561],[16.412,-37.561],[16.412,-35.63]],"c":true},"ix":2},"nm":"路径 118","mn":"ADBE Vector Shape - Group","hd":false},{"ind":118,"ty":"sh","ix":119,"ks":{"a":0,"k":{"i":[[-0.945,0.961],[0.954,0.962],[0.938,-0.953],[-0.953,-0.955]],"o":[[0.954,-0.955],[-0.945,-0.953],[-0.953,0.962],[0.938,0.961]],"v":[[7.557,-7.854],[7.557,-11.3],[4.127,-11.3],[4.127,-7.854]],"c":true},"ix":2},"nm":"路径 119","mn":"ADBE Vector Shape - Group","hd":false},{"ind":119,"ty":"sh","ix":120,"ks":{"a":0,"k":{"i":[[-0.946,0.954],[0.961,0.962],[0.953,-0.936],[-0.954,-0.962]],"o":[[0.961,-0.962],[-0.946,-0.936],[-0.954,0.962],[0.953,0.954]],"v":[[-0.144,-0.145],[-0.144,-3.6],[-3.598,-3.6],[-3.598,-0.145]],"c":true},"ix":2},"nm":"路径 120","mn":"ADBE Vector Shape - Group","hd":false},{"ind":120,"ty":"sh","ix":121,"ks":{"a":0,"k":{"i":[[-0.938,0.962],[0.961,0.953],[0.937,-0.947],[-0.962,-0.954]],"o":[[0.961,-0.954],[-0.938,-0.947],[-0.962,0.953],[0.937,0.962]],"v":[[3.703,-4.007],[3.703,-7.445],[0.273,-7.445],[0.273,-4.007]],"c":true},"ix":2},"nm":"路径 121","mn":"ADBE Vector Shape - Group","hd":false},{"ind":121,"ty":"sh","ix":122,"ks":{"a":0,"k":{"i":[[-0.705,0.689],[0.721,0.705],[0.721,-0.697],[-0.69,-0.722]],"o":[[0.721,-0.722],[-0.705,-0.697],[-0.69,0.705],[0.721,0.689]],"v":[[30.22,-39.148],[30.22,-41.712],[27.664,-41.712],[27.664,-39.148]],"c":true},"ix":2},"nm":"路径 122","mn":"ADBE Vector Shape - Group","hd":false},{"ind":122,"ty":"sh","ix":123,"ks":{"a":0,"k":{"i":[[-0.953,0.946],[0.947,0.961],[0.938,-0.939],[-0.938,-0.961]],"o":[[0.947,-0.961],[-0.953,-0.939],[-0.938,0.961],[0.938,0.946]],"v":[[15.274,-15.555],[15.274,-19.016],[11.828,-19.016],[11.828,-15.555]],"c":true},"ix":2},"nm":"路径 123","mn":"ADBE Vector Shape - Group","hd":false},{"ind":123,"ty":"sh","ix":124,"ks":{"a":0,"k":{"i":[[-0.946,0.953],[0.945,0.97],[0.937,-0.945],[-0.962,-0.946]],"o":[[0.945,-0.946],[-0.946,-0.945],[-0.962,0.97],[0.937,0.953]],"v":[[11.42,-11.716],[11.42,-15.163],[7.982,-15.163],[7.982,-11.716]],"c":true},"ix":2},"nm":"路径 124","mn":"ADBE Vector Shape - Group","hd":false},{"ind":124,"ty":"sh","ix":125,"ks":{"a":0,"k":{"i":[[-0.955,0.962],[0.953,0.962],[0.946,-0.946],[-0.953,-0.937]],"o":[[0.953,-0.953],[-0.955,-0.946],[-0.953,0.962],[0.946,0.962]],"v":[[19.13,-19.426],[19.13,-22.872],[15.691,-22.872],[15.691,-19.426]],"c":true},"ix":2},"nm":"路径 125","mn":"ADBE Vector Shape - Group","hd":false},{"ind":125,"ty":"sh","ix":126,"ks":{"a":0,"k":{"i":[[-0.938,0.946],[0.953,0.961],[0.946,-0.937],[-0.946,-0.97]],"o":[[0.953,-0.97],[-0.938,-0.937],[-0.954,0.961],[0.946,0.946]],"v":[[22.984,-23.273],[22.984,-26.727],[19.538,-26.727],[19.538,-23.273]],"c":true},"ix":2},"nm":"路径 126","mn":"ADBE Vector Shape - Group","hd":false},{"ind":126,"ty":"sh","ix":127,"ks":{"a":0,"k":{"i":[[-0.945,0.946],[0.946,0.946],[0.961,-0.945],[-0.938,-0.969]],"o":[[0.946,-0.969],[-0.945,-0.945],[-0.938,0.946],[0.961,0.946]],"v":[[26.838,-27.128],[26.838,-30.574],[23.385,-30.574],[23.385,-27.128]],"c":true},"ix":2},"nm":"路径 127","mn":"ADBE Vector Shape - Group","hd":false},{"ind":127,"ty":"sh","ix":128,"ks":{"a":0,"k":{"i":[[-0.954,0.946],[0.954,0.945],[0.954,-0.954],[-0.938,-0.953]],"o":[[0.954,-0.953],[-0.954,-0.954],[-0.938,0.945],[0.954,0.946]],"v":[[-4.007,3.71],[-4.007,0.264],[-7.453,0.264],[-7.453,3.71]],"c":true},"ix":2},"nm":"路径 128","mn":"ADBE Vector Shape - Group","hd":false},{"ind":128,"ty":"sh","ix":129,"ks":{"a":0,"k":{"i":[[-0.954,0.962],[0.945,0.961],[0.928,-0.946],[-0.937,-0.953]],"o":[[0.945,-0.953],[-0.954,-0.946],[-0.962,0.961],[0.953,0.962]],"v":[[30.701,-30.99],[30.701,-34.436],[27.264,-34.436],[27.239,-30.99]],"c":true},"ix":2},"nm":"路径 129","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203345788694,0.702000876034,0.821274102903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.233,46.234],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":131,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":276,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"“学”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":148,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":178,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":215,"s":[100]},{"t":225,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":148,"s":[1907.007,154.166,0],"to":[16.667,0,0],"ti":[-16.667,0,0]},{"t":178,"s":[2007.007,154.166,0]}],"ix":2,"l":2},"a":{"a":0,"k":[75.432,91.772,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":148,"s":[80,80,100]},{"t":178,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.508,1.714],[0.393,0.377],[2.019,0.569],[0.593,0.152],[2.437,1.411],[1.13,2.267],[-0.368,1.603],[-1.635,1.099],[-0.512,0.865],[1.539,2.084],[2.003,0.61],[0.994,-0.088],[1.459,-0.369],[1.355,-0.345],[0,0],[3.182,-1.643],[1.579,-0.994],[0.425,-0.417],[1.435,-0.802],[4.953,-3.19],[1.33,-0.842],[0.817,-0.601],[0,0],[-1.13,-0.385],[-1.506,0.833],[-4.27,2.718],[-1.883,0.753],[0,0],[-1.426,1.091],[-0.545,-0.208],[2.532,-2.597],[-0.144,-0.954],[-0.185,-0.937],[0.024,-0.2],[-0.241,-1.554],[-0.698,-0.993],[-0.977,-0.481],[2.5,-0.866],[1.987,-0.657],[3.078,-0.8],[0,0],[0.682,0.273],[1.145,1.049],[0.586,-0.337],[-1.62,-3.069],[-0.81,-0.602],[-5.241,1.098],[-2.173,0.073],[-1.794,-1.306],[0.528,-1.915],[1.587,-4.769],[2.5,-0.89],[1.403,0.69],[2.548,4.504],[0.273,-0.762],[0.577,0.329],[2.028,3.221],[1.53,-0.777],[0.385,-0.417],[3.615,-1.658],[0.834,-3.469],[0,0],[0.04,-0.632],[-0.657,-1.819],[-0.497,-0.777],[-0.578,-0.409],[-2.749,-1.57],[-0.674,-0.36],[-1.209,-0.442],[-1.203,-0.577],[-2.251,-0.353],[-1.177,0.481],[-1.812,1.338],[-0.777,0.745],[-1.723,5.081],[-0.089,0.826],[-0.113,0.521],[-0.642,2.148],[-1.419,4.255],[-0.825,2.484],[-0.152,0.409],[-0.505,1.354],[-0.2,0.521],[-0.544,0.745],[-1.875,0.52],[0,0],[-0.481,0.153],[-2.676,2.043],[-0.69,1.041],[-1.002,0.986]],"o":[[-0.48,-0.312],[-1.169,-1.042],[-0.57,-0.168],[-2.549,-0.616],[-2.347,-0.978],[-0.368,-0.746],[0.473,-1.972],[0.84,-0.593],[1.443,-2.58],[-1.082,-1.467],[-0.979,0.04],[-1.025,-0.2],[-1.402,0.336],[0,0],[-3.744,0.994],[-1.619,0.825],[-0.425,0.417],[-1.467,0.738],[-5.121,2.916],[-1.226,0.809],[-0.842,0.529],[0,0],[0.777,0.689],[1.498,0.953],[4.472,-2.445],[1.571,-0.993],[0,0],[1.78,-0.529],[0.915,0],[-0.978,4.007],[-0.425,0.601],[0.145,0.881],[0.145,0.569],[0.24,1.555],[0.457,1.218],[1.314,0.257],[-0.151,2.869],[-1.764,0.641],[-2.861,0.946],[0,0],[-0.601,-0.215],[-1.586,-0.641],[-1.051,0.048],[0.802,3.823],[0.497,0.906],[3.454,2.492],[2.179,-0.08],[2.347,-0.577],[1.828,0.955],[-1.354,5.025],[-0.889,2.643],[-1.779,1.226],[-4.737,-2.331],[-0.762,0.281],[-1.042,-0.056],[-0.945,-4.615],[-2.228,0.288],[-0.562,0.289],[-2.019,2.132],[-0.817,3.559],[0,0],[-0.032,1.179],[0.842,1.459],[0.17,0.528],[0.57,0.4],[1.955,2.428],[0.632,0.361],[1.097,0.593],[1.083,0.385],[1.587,0.802],[1.803,0.818],[2.221,-0.914],[0.513,-0.393],[3.471,-3.351],[0.088,-0.81],[0.168,-0.425],[0.28,-1.531],[1.322,-4.464],[0.801,-2.452],[0.137,-0.417],[0.482,-1.25],[0.2,-0.53],[0.409,-1.01],[1.042,-1.435],[0,0],[0.32,-0.128],[3.582,-1.002],[0.993,-0.722],[1.001,-1.002],[-0.281,-3.926]],"v":[[35.137,15.719],[34.383,14.236],[26.818,12.521],[24.807,11.535],[14.74,11.535],[12.464,4.123],[11.214,0.677],[18.781,-8.195],[21.287,-9.909],[20.776,-19.542],[12.971,-23.461],[9.973,-23.237],[5.917,-23.725],[1.39,-22.259],[-0.885,-22.259],[-11.712,-17.314],[-16.745,-15.351],[-17.995,-14.117],[-22.282,-12.634],[-38.135,-3.514],[-42.677,-2.272],[-44.689,0.188],[-44.689,1.943],[-42.438,4.123],[-31.844,2.897],[-17.747,-4.004],[-13.708,-7.946],[-11.712,-7.946],[-3.154,-12.146],[-0.885,-11.889],[-8.434,-3.258],[-10.198,2.897],[-9.196,6.118],[-9.437,7.584],[-8.683,12.273],[-6.423,15.462],[-2.633,16.456],[-10.934,21.393],[-16.985,22.875],[-26.298,26.08],[-31.844,26.08],[-33.863,24.598],[-38.654,23.124],[-40.394,23.62],[-36.138,34.479],[-34.616,37.942],[-20.519,40.153],[-13.971,39.896],[-1.383,36.442],[-0.885,44.569],[-4.644,61.126],[-8.17,68.001],[-13.467,66.774],[-22.787,58.144],[-23.797,59.13],[-25.544,58.64],[-28.581,46.556],[-32.604,49.521],[-34.104,49.761],[-38.135,54.441],[-39.906,66.029],[-40.907,66.029],[-41.42,68.762],[-40.394,72.946],[-38.135,76.904],[-36.386,78.115],[-28.581,84.285],[-26.553,84.782],[-23.293,87.499],[-19.998,87.499],[-15.727,90.704],[-10.703,88.973],[-4.147,87.499],[-1.383,83.797],[6.431,71.455],[6.68,69.011],[7.698,67.52],[6.68,63.321],[10.711,49.521],[11.214,41.379],[12.217,39.896],[12.722,36.195],[13.972,34.712],[14.493,32.26],[20.776,29.054],[23.557,29.054],[24.807,28.044],[35.89,26.818],[37.156,24.126],[40.177,21.144]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-1.049,0.065],[-0.057,0.089],[0.576,0.842],[0.111,-0.833]],"o":[[0.089,-0.071],[-0.153,-1.378],[-0.665,0.361],[1.273,0.025]],"v":[[-30.337,-75.776],[-30.095,-76.016],[-31.33,-78.236],[-32.604,-75.776]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[1.371,1.051],[-0.266,0.368],[-2.548,1.995],[0,0],[-0.176,-0.145],[1.627,-1.851],[0.487,-1.058]],"o":[[0,-0.721],[1.025,-2.781],[0,0],[0.185,0.184],[-0.215,3.141],[-0.737,0.793],[-1.619,-0.192]],"v":[[1.39,-78.236],[1.656,-79.958],[13.227,-85.648],[13.972,-85.648],[14.493,-85.151],[9.46,-77.49],[7.434,-72.818]],"c":true},"ix":2},"nm":"路径 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[1.106,-1.106],[0.248,-0.088],[0.2,-0.305],[0.432,-0.153],[0.064,0.08],[-0.232,0.554],[0.168,0.336],[0,0],[-0.617,0.392],[-0.345,0.593],[0,0],[-0.104,-0.064]],"o":[[-0.247,0.064],[-0.256,0.369],[-0.264,0.184],[-0.073,-0.064],[0.104,-1.098],[-0.177,-0.328],[0,0],[0.601,-0.408],[0.426,-0.665],[0,0],[0.088,0.072],[-0.176,1.988]],"v":[[11.719,-71.079],[10.967,-70.839],[10.711,-69.348],[10.198,-69.115],[9.973,-69.348],[10.711,-70.839],[10.198,-71.824],[10.198,-72.065],[11.992,-73.291],[12.971,-75.519],[14.229,-75.519],[14.493,-75.295]],"c":true},"ix":2},"nm":"路径 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.089,0.249],[-0.168,-0.081]],"o":[[0,0],[0.095,-0.257],[0.168,0.079],[0,0]],"v":[[-13.467,-38.519],[-14.229,-38.519],[-13.971,-39.272],[-13.467,-39.023]],"c":true},"ix":2},"nm":"路径 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0.825,1.217],[0.32,0.424],[3.309,1.779],[1.466,0.474],[6.434,-1.37],[0.529,0.113],[1.211,-0.256],[0,0],[1.987,-0.505],[2.652,-0.609],[1.354,-0.088],[0.745,0.145],[0.304,0.192],[0,0],[-1.29,0.873],[-0.353,0.505],[-0.281,0.169],[0.136,0.674],[-0.681,1.851],[0,0],[-0.424,0.57],[-1.057,1.61],[-0.633,1.114],[-0.705,0.921],[-1.882,0.977],[-2.275,2.22],[0,1.651],[0.777,1.033],[1.505,0.465],[5.746,-3.454],[1.419,-1.995],[2.893,-0.89],[2.861,-4.087],[0.899,-1.281],[0.408,1.555],[0,0],[0.417,0.728],[0.457,0.249],[0.361,0.874],[0.73,-2.99],[-0.898,-2.709],[-0.36,-0.801],[-0.777,-0.657],[-1.932,-2.708],[-1.018,0.674],[-2.7,1.939],[-1.698,1.835],[-0.362,0.985],[-0.112,0.874],[0.097,0.305],[3.687,0.904],[-0.681,0.698],[-1.564,-1.081],[-2.95,-2.587],[0.409,-0.625],[0.898,-1.587],[0.914,-1.586],[1.57,-1.804],[-0.217,-0.248],[-0.832,0.216],[0,0],[0,0],[-0.673,0.312],[0.224,0.281],[0.304,0.193],[0.154,0.448],[-0.159,0.425],[-1.571,0.488],[-0.704,1.131],[-0.529,-0.288],[1.819,-2.46],[0.072,-0.304],[0.985,-0.241],[0,0],[0.168,0.424],[-0.848,0.577],[0.305,0.545],[0.265,0.209],[2.172,-1.106],[0.689,-0.93],[1.226,-0.657],[1.498,-0.657],[2.261,-1.146],[1.411,-1.29],[0.609,0.32],[-0.368,1.026],[0.185,0.641],[0,0],[0.762,0.754],[0.809,1.202],[1.066,-0.866],[0.778,-1.795],[0.794,-1.827],[0.593,-1.33],[0.265,-0.248],[0.842,-1.691],[0.29,-0.761],[0.817,-1.346],[0.209,-0.402],[0.088,-0.754],[0.85,-1.747],[0.633,-1.474],[0.176,-1.202],[0.352,-0.705],[0.08,-1.05],[0.463,-1.106],[0.953,-2.132],[-0.263,-1.804],[-0.057,-0.223],[-0.554,-0.817],[-0.529,0.392],[-0.585,0.681],[-0.087,0.08],[-1.09,-1.62],[-0.929,0.537],[-0.899,2.965],[0,0],[-0.377,1.394],[0,0],[-0.345,0.352],[-0.089,0.706],[-0.44,1.498],[-0.104,0.833],[-0.305,0.601],[-0.08,0.898],[-1.105,1.202],[-1.442,0.568],[-0.408,0.41],[-1.627,0.961],[-0.152,0.248],[-0.761,0.104],[-1.843,1.138],[-1.755,0.802],[-0.673,0.265],[-0.69,0.096],[-3.126,0.85],[0,0],[-1.562,0.496],[-0.593,0.072],[-1.17,0.457],[-0.577,0.072],[-1.843,0.577],[0,0],[-0.2,0.065],[-2.525,0.08],[-5.048,-2.725],[2.621,-2.997],[0.578,-0.576],[0.104,-0.786],[-2.852,-0.321],[-0.233,-0.313],[-1.353,0.296],[-2.179,-0.072],[-0.946,0.448],[-3.045,1.281],[-0.417,1.017],[-0.064,0.697],[-0.576,1.145]],"o":[[-0.297,-0.426],[-2.252,-2.918],[-1.203,-0.617],[-5.29,-1.707],[-0.97,0.2],[-1.61,-0.424],[0,0],[-1.651,0.393],[-2.692,0.69],[-1.338,0.112],[-1.283,0.385],[-0.579,-0.048],[0,0],[0.593,-1.627],[0.466,-0.313],[0.096,-0.159],[-0.016,-0.945],[1.979,-0.72],[0,0],[0.353,-0.545],[1.083,-1.602],[0.713,-1.066],[0.609,-1.066],[1.179,-1.587],[2.277,-2.228],[0.65,-1.241],[-0.865,-0.881],[-0.81,-1.083],[-9,-2.668],[-2.172,1.306],[-2.724,0.144],[-5.313,1.587],[-0.906,1.298],[-2.628,-0.136],[0,0],[-0.282,-0.761],[-0.593,-0.193],[-0.953,-0.36],[-3.582,0.153],[-0.424,1.707],[0.304,0.89],[0.465,1.01],[2.172,1.828],[1.145,0.105],[5.281,0.065],[2.019,-1.523],[0.601,-0.666],[0.247,-0.705],[0.064,-0.464],[-0.857,-3.782],[0.065,-1.403],[2.244,0.393],[3.26,2.228],[-0.137,0.714],[-0.994,1.523],[-0.954,1.699],[-1.097,1.899],[0.105,0.512],[0.376,0.922],[0,0],[0,0],[0.449,-0.537],[-0.04,-0.585],[-0.281,-0.2],[-0.208,-0.248],[0.201,-0.257],[1.347,0.096],[1.177,-0.385],[0.794,0.129],[-0.905,3.262],[-0.081,0.336],[-0.584,0.593],[0,0],[-0.177,-0.264],[0.649,-0.73],[-0.087,-0.906],[-0.434,-0.16],[-4.551,0.209],[-1.154,0.561],[-0.818,1.13],[-1.451,0.761],[-2.445,1.042],[-1.802,0.954],[-1.065,-0.064],[0.12,-1.57],[0.377,-1.081],[0,0],[-0.761,-0.745],[-0.89,-1.219],[-1.17,-0.313],[-1.851,0.769],[-0.745,1.708],[-0.577,1.331],[-0.24,0.241],[-0.801,1.715],[-0.393,0.761],[-0.585,1.643],[-0.209,0.345],[-0.079,0.736],[-0.593,1.739],[-0.705,1.475],[-0.16,1.227],[-0.321,0.753],[-0.097,1.058],[-0.336,1.042],[-0.873,2.18],[-0.57,1.194],[0.049,0.176],[0.337,1.123],[0.385,0.185],[0.889,-0.474],[0.072,-0.097],[0.93,1.834],[1.026,-0.394],[0.048,-4.56],[0,0],[0.383,-1.323],[0,0],[0.344,-0.328],[0.072,-0.721],[0.513,-1.371],[0.104,-0.826],[0.281,-0.609],[0.081,-0.905],[0.473,-1.586],[1.234,-0.801],[0.4,-0.417],[1.539,-0.993],[0.16,-0.241],[0.761,-0.073],[2.059,-0.905],[1.595,-0.961],[0.721,-0.313],[0.673,-0.08],[2.7,-1.218],[0,0],[1.571,-0.449],[0.585,-0.104],[1.026,-0.505],[0.577,-0.08],[1.587,-0.785],[0,0],[0.201,-0.073],[2.517,-0.071],[6.379,-1.387],[-0.136,5.193],[-0.536,0.634],[-0.465,0.457],[2.733,0.184],[0.137,0.392],[0.76,0.552],[2.172,0.079],[0.945,-0.352],[2.99,-1.435],[1.177,-0.481],[0.095,-0.745],[0.585,-1.137],[1.01,-2.052]],"v":[[72.665,-37.284],[71.142,-38.278],[63.098,-46.685],[58.554,-46.918],[41.932,-48.144],[39.912,-48.625],[35.393,-47.903],[28.598,-47.903],[23.307,-46.918],[14.229,-44.954],[10.198,-44.69],[3.403,-42.967],[2.401,-43.207],[2.151,-43.207],[4.916,-44.954],[5.422,-46.421],[8.443,-48.625],[8.187,-50.853],[12.722,-54.803],[12.722,-56.534],[14.74,-57.993],[17.25,-62.953],[20.023,-66.151],[21.287,-69.115],[27.073,-71.575],[33.87,-78.236],[34.632,-82.435],[32.613,-85.391],[26.073,-88.854],[3.915,-83.18],[-2.128,-78.981],[-11.712,-79.702],[-21.529,-68.362],[-25.297,-65.406],[-27.058,-68.13],[-27.307,-68.13],[-28.318,-71.575],[-29.84,-71.328],[-31.33,-73.556],[-35.121,-67.368],[-36.138,-59.988],[-34.367,-57.76],[-33.357,-55.044],[-27.307,-50.853],[-22.787,-50.853],[-17.234,-55.532],[-10.438,-59.483],[-9.932,-61.951],[-8.683,-64.412],[-9.196,-66.151],[-13.708,-73.803],[-12.698,-75.776],[-8.434,-72.065],[1.656,-65.406],[0.389,-60.725],[-3.635,-56.534],[-5.654,-51.614],[-11.199,-45.683],[-10.934,-44.954],[-9.685,-44.449],[-9.685,-42.47],[-8.434,-42.47],[-6.92,-43.696],[-7.184,-44.69],[-8.683,-45.195],[-8.924,-45.683],[-8.683,-46.164],[-4.644,-45.683],[-0.117,-50.853],[1.134,-50.372],[-5.406,-41.989],[-5.654,-41.019],[-12.224,-38.278],[-12.224,-38.519],[-12.465,-39.023],[-10.703,-41.019],[-11.199,-42.47],[-11.712,-42.726],[-17.995,-38.519],[-20.519,-37.557],[-23.036,-34.576],[-27.563,-33.35],[-34.881,-29.415],[-40.394,-27.171],[-42.165,-27.676],[-40.907,-31.379],[-41.677,-33.855],[-41.677,-35.322],[-43.944,-37.557],[-46.219,-41.74],[-49.979,-41.74],[-50.988,-37.79],[-54.258,-31.635],[-55.276,-27.676],[-56.021,-26.923],[-57.527,-22.01],[-59.299,-19.31],[-60.052,-14.606],[-61.318,-13.619],[-61.566,-11.392],[-63.578,-5.494],[-66.35,-0.55],[-66.855,3.145],[-68.602,5.621],[-68.867,8.811],[-70.637,12.778],[-72.385,19.429],[-74.918,23.861],[-74.156,25.094],[-73.659,28.308],[-71.639,27.82],[-70.365,25.608],[-70.133,25.344],[-66.35,29.551],[-63.834,27.82],[-61.052,19.429],[-61.052,17.458],[-59.554,13.266],[-59.554,11.535],[-58.537,10.526],[-58.288,8.346],[-56.277,3.145],[-56.021,0.677],[-54.514,-1.543],[-54.258,-4.244],[-50.988,-9.677],[-46.693,-10.903],[-45.451,-12.146],[-40.658,-14.365],[-40.161,-15.102],[-37.893,-15.351],[-31.844,-19.053],[-26.553,-21.025],[-24.542,-22.507],[-22.522,-22.764],[-13.708,-26.434],[-11.712,-26.434],[-6.423,-28.397],[-4.644,-28.654],[-0.613,-30.393],[1.134,-30.625],[6.174,-33.598],[9.46,-33.598],[10.453,-34.336],[18.02,-34.576],[43.447,-34.087],[36.643,-21.025],[34.383,-19.791],[32.356,-15.102],[40.682,-15.102],[41.196,-13.379],[45.714,-13.379],[52.254,-13.139],[55.539,-15.102],[66.11,-17.073],[71.4,-21.265],[71.64,-23.461],[74.172,-27.171]],"c":true},"ix":2},"nm":"路径 6","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.060342683979,0.128694990569,0.544462376015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.431,91.772],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":8,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":120,"op":275,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"“大”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":144,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":174,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":210,"s":[100]},{"t":220,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":144,"s":[1729.985,152.262,0],"to":[16.667,0,0],"ti":[-16.667,0,0]},{"t":174,"s":[1829.985,152.262,0]}],"ix":2,"l":2},"a":{"a":0,"k":[85.261,77.351,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":144,"s":[80,80,100]},{"t":174,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.52,0.096],[0,0],[-1.106,0.305],[-1.21,-2.107],[0,0],[-0.352,-0.24],[0,0],[-0.256,-0.169],[-0.361,-0.937],[-0.376,-1.949],[0.569,-1.674],[0.697,-1.947],[0.569,-1.667],[0.088,-0.986],[-1.066,-5.313],[0,0],[-1.001,0.481],[-4.111,1.531],[-3.711,1.074],[-1.385,0.441],[-0.041,0],[-1.145,-0.737],[-0.93,-0.497],[-0.657,-0.674],[-0.249,-0.417],[0,0],[-0.673,-0.649],[-0.015,-2.46],[3.766,-1.587],[2.86,-1.05],[0.913,-0.08],[1.466,-0.722],[0.761,-0.449],[1.162,-0.488],[1.137,-0.497],[1.707,-0.513],[1.402,-1.018],[0.504,-0.658],[-2.324,-1.33],[-0.905,-0.401],[-0.569,-0.369],[-1.466,-0.529],[-0.754,-0.072],[-0.728,-0.393],[-0.441,-0.088],[-1.812,-0.785],[-1.106,-0.168],[-0.257,-0.256],[-0.593,-0.064],[-0.152,-0.249],[-1.691,-0.079],[-1.29,-0.338],[-1.739,-0.426],[-1.474,-0.392],[-1.314,0.28],[-0.969,-0.241],[-2.019,-0.633],[-0.737,0],[-1.194,-0.337],[-0.545,-0.321],[-2.868,-1.275],[-0.425,-0.432],[-1.17,-0.241],[-0.906,-0.44],[2.035,-3.093],[1.859,-1.45],[0.592,-0.802],[1.443,-0.537],[0.264,-0.256],[0.585,0.184],[0.473,-0.12],[1.17,0.264],[1.298,-0.352],[0.409,-0.121],[0.865,0.249],[0,0],[1.562,0.336],[0,0],[1.034,0.393],[1.979,0.689],[0.866,0.377],[0.841,0.064],[1.627,0.641],[1.025,0.096],[1.675,0.713],[0,0],[0.657,0.664],[0.601,0.088],[0.417,0.506],[1.218,0.785],[0.489,0.545],[0.577,0.161],[1.058,0.593],[0.569,0.072],[0.857,0.297],[1.097,0.087],[2.243,-0.417],[1.201,-4.68],[0.24,-1.194],[0.529,-1.866],[0.4,-0.826],[0.233,-0.52],[0.168,-1.514],[2.437,-1.731],[1.122,-0.512],[0.714,-0.345],[3.791,-0.826],[0.312,-0.016],[0.897,-0.072],[0.882,-0.2],[1.658,-0.048],[1.21,0.154],[1.002,-0.032],[3.133,2.34],[1.098,1.362],[0.578,1.241],[0.328,0.714],[0.642,1.107],[0.161,0.913],[0.248,0.584],[0,0],[0.601,0.409],[-0.096,0.914],[-0.264,1.034],[-0.072,0.24],[0,0],[-1.139,0.818],[-0.858,0.545],[-0.409,0.577],[-1.05,0.826],[0.088,-2.941],[-0.841,-1.394],[-0.882,-0.577],[-0.416,-0.496],[-1.377,0.425],[-1.283,1.626],[-0.712,0.849],[-0.954,1.282],[-0.128,0.264],[-0.408,1.106],[-0.217,0.537],[-0.224,0.842],[0,0],[-0.136,0.401],[0.065,1.154],[0.505,1.106],[1.86,1.17],[3.301,3.197],[0.594,1.571],[-0.257,0.08],[-0.809,-0.313],[-3.23,-1.042],[-2.237,1.33],[-1.979,6.692],[-1.186,4.576],[0,0],[-0.609,1.891],[-0.096,1.058],[-0.361,0.93],[-0.08,0.809],[-0.473,1.531],[0,0],[-0.08,5.321],[1.602,0.047]],"o":[[0,0],[0.881,-0.569],[4.743,-1.282],[0,0],[0.337,0.24],[0,0],[0.256,0.144],[0.45,0.729],[0.593,1.506],[0.297,1.522],[-0.625,1.74],[-0.665,1.859],[-0.105,0.994],[-1.738,4.72],[0,0],[1.025,0.633],[3.72,-1.779],[3.534,-1.322],[1.459,-0.401],[0.45,-0.144],[1.403,0.489],[0.857,0.545],[0.849,0.433],[0.241,0.432],[0,0],[0.658,0.657],[-0.055,2.364],[-3.389,1.859],[-2.637,1.146],[-0.939,0.096],[-1.371,0.409],[-0.866,0.416],[-1.041,0.593],[-1.137,0.474],[-1.828,0.778],[-1.955,0.585],[-0.497,0.666],[0.769,2.877],[0.802,0.457],[0.681,0.296],[1.218,0.761],[0.761,0.096],[0.752,0.369],[0.434,0.096],[1.619,1.018],[1.073,0.16],[0.24,0.24],[0.568,0.088],[0.152,0.265],[1.684,0.064],[1.01,0.353],[2.308,0.624],[1.322,0.336],[1.643,0.424],[1.635,-0.353],[1.611,0.384],[0.481,0.152],[0.962,0],[0.641,0.168],[2.635,1.498],[0.434,0.416],[1.178,0.233],[0.898,0.472],[1.57,0.785],[-0.746,2.34],[-0.586,0.834],[-1.21,0.745],[-0.24,0.24],[-1.226,0.441],[-0.578,-0.184],[-0.633,0.152],[-1.081,-0.224],[-0.401,0.112],[-1.491,0.408],[0,0],[-1.241,-0.329],[0,0],[-1.09,-0.352],[-1.883,-0.768],[-0.962,-0.353],[-0.841,-0.096],[-1.635,-0.577],[-1.018,-0.096],[-1.861,-0.593],[0,0],[-0.666,-0.658],[-0.585,-0.089],[-0.424,-0.489],[-1.203,-0.793],[-0.481,-0.6],[-0.594,-0.168],[-1.081,-0.632],[-0.577,-0.088],[-0.673,-0.344],[-1.113,-0.088],[-1.563,-0.441],[-2.188,3.887],[-0.249,0.994],[-0.353,1.699],[-0.192,0.666],[-0.209,0.441],[-0.168,1.459],[-1.226,3.07],[-0.873,0.608],[-0.681,0.313],[-3.277,1.587],[-0.697,0.144],[-0.849,0.105],[-0.593,0.023],[-1.162,0.265],[-0.497,-0.881],[-0.49,0.426],[-2.196,-3.214],[-1.395,-1.065],[-0.738,-0.93],[-0.328,-0.513],[-0.426,-0.889],[-0.175,-0.905],[-0.28,-0.554],[0,0],[-0.586,-0.417],[0.079,-0.905],[-0.224,-0.898],[0.088,-0.281],[0,0],[0.401,-1.46],[0.913,-0.536],[0.52,-0.361],[0.769,-1.155],[2.139,-1.699],[-0.722,0.738],[0.554,0.905],[0.408,0.489],[0.945,0.513],[2.221,-0.713],[0.722,-0.914],[1.035,-1.29],[0.145,-0.208],[0.585,-1.242],[0.209,-0.537],[0.417,-1.034],[0,0],[0.136,-0.416],[-0.087,-1.162],[0.265,-1.21],[-0.56,-2.42],[-3.911,-2.524],[-1.139,-1.066],[0.249,-0.08],[0.657,-0.401],[2.974,1.122],[3.477,1.138],[5.577,-3.326],[1.315,-4.391],[0,0],[0.545,-2.067],[0.103,-1.066],[0.36,-0.961],[0.088,-0.792],[0.473,-1.547],[0,0],[1.339,-3.678],[-0.937,-0.553],[-0.289,-0.161]],"v":[[-19.024,-73.11],[-19.024,-74.08],[-15.987,-75.819],[-0.136,-71.123],[-0.136,-70.137],[0.881,-69.416],[0.881,-65.938],[1.626,-65.464],[2.131,-63.237],[4.4,-58.556],[0.881,-49.422],[-0.136,-43.755],[-3.141,-38.33],[-3.406,-35.373],[-6.171,-18.6],[-5.673,-18.6],[-1.643,-19.345],[9.183,-25.997],[19.754,-28.465],[24.041,-30.669],[28.833,-31.19],[31.349,-27.728],[34.115,-26.734],[37.144,-24.778],[37.898,-23.52],[39.164,-23.52],[41.175,-21.557],[41.175,-14.641],[29.579,-11.219],[20.781,-7.252],[17.992,-7.004],[12.453,-5.032],[9.945,-3.053],[6.907,-2.068],[3.134,-0.096],[-2.156,2.116],[-6.923,3.598],[-8.454,5.57],[-3.663,9.505],[-1.13,11.252],[0.617,11.733],[4.4,14.441],[6.661,14.689],[8.927,16.661],[10.209,16.917],[15.234,20.62],[18.511,21.109],[19.274,21.846],[21.029,22.078],[21.516,22.84],[26.573,23.072],[30.339,24.804],[37.898,24.804],[41.672,27.031],[47.714,26.294],[51.489,27.031],[57.026,27.031],[58.549,27.768],[61.057,27.031],[63.07,28.514],[72.14,31.223],[73.406,32.464],[76.909,33.178],[79.698,35.157],[82.976,41.568],[76.677,48.716],[74.914,51.185],[71.13,52.427],[70.37,53.164],[67.87,52.427],[61.834,51.946],[59.294,52.427],[55.521,51.449],[54.005,52.427],[51.24,51.449],[48.724,51.449],[44.437,50.215],[40.919,50.215],[37.144,48.499],[31.599,47.258],[28.833,45.294],[26.31,45.038],[21.029,42.329],[17.992,42.073],[12.709,39.116],[11.196,39.116],[9.183,37.137],[7.412,36.888],[6.162,35.405],[2.364,33.698],[0.881,31.959],[-0.881,31.478],[-3.919,29.01],[-5.673,28.77],[-7.685,27.031],[-10.963,26.775],[-15.987,26.045],[-17.005,40.101],[-18.016,43.804],[-18.016,48.499],[-19.024,51.946],[-20.292,53.428],[-20.788,57.876],[-28.826,70.178],[-31.35,70.923],[-33.875,72.654],[-45.711,76.108],[-47.466,75.843],[-50.76,76.605],[-52.763,76.348],[-56.529,77.101],[-58.805,75.626],[-60.593,76.108],[-70.898,69.704],[-73.422,65.265],[-76.188,63.775],[-76.435,61.546],[-79.706,58.092],[-80.211,55.384],[-81.476,53.661],[-81.476,52.667],[-83.24,51.449],[-82.975,48.716],[-84.746,42.802],[-84.001,41.568],[-84.001,39.846],[-81.476,35.405],[-77.934,34.676],[-73.422,29.756],[-71.635,26.534],[-65.352,31.959],[-65.619,37.377],[-62.588,38.627],[-61.323,40.101],[-54.031,41.095],[-49.253,37.137],[-45.96,35.662],[-43.692,30.228],[-42.698,29.756],[-42.698,26.775],[-41.432,25.3],[-40.678,22.078],[-40.678,19.882],[-39.669,18.4],[-39.901,14.946],[-38.659,11.252],[-44.461,7.06],[-56.529,-2.572],[-60.073,-5.77],[-59.31,-6.018],[-56.289,-6.018],[-46.977,-1.835],[-35.38,-5.529],[-29.09,-21.557],[-25.068,-35.613],[-25.068,-37.585],[-23.063,-44.741],[-22.792,-47.947],[-21.036,-51.169],[-20.788,-53.604],[-18.76,-58.797],[-18.76,-60.288],[-15.5,-71.876],[-18.255,-72.861]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.060342683979,0.128694990569,0.544462376015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[85.26,77.351],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":120,"op":279,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"“技”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":140,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":170,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":212,"s":[100]},{"t":222,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":140,"s":[1526.43,151.733,0],"to":[16.667,0,0],"ti":[-16.667,0,0]},{"t":170,"s":[1626.43,151.733,0]}],"ix":2,"l":2},"a":{"a":0,"k":[92.975,80.741,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":140,"s":[80,80,100]},{"t":170,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.394,-1.25],[0,0],[0.192,-0.352],[0.08,-1.002],[0.44,-0.865],[2.372,-2.3],[1.475,0.529],[0.433,1.41],[0.176,0.417],[-1.25,0.497],[-1.17,0.666],[-0.913,0.264],[-4.288,1.41],[-0.208,0.168],[-0.328,-0.073]],"o":[[0,0],[-0.151,0.505],[-0.08,0.987],[-0.312,0.993],[-1.458,2.893],[-1.057,0.785],[-1.715,-0.633],[-0.192,-0.257],[0.906,-0.641],[1.331,-0.52],[0.937,-0.239],[3.487,-2.124],[0.217,-0.168],[0.328,0.087],[0.152,1.635]],"v":[[21.858,10.33],[21.858,13.528],[20.833,14.769],[20.599,17.743],[18.82,20.692],[15.558,27.6],[10.766,27.351],[0.437,21.173],[0.188,20.692],[3.474,19.698],[6.992,17.229],[9.765,16.477],[20.599,7.365],[21.601,6.869],[22.603,7.133]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.016,-0.713]],"o":[[0,0],[0,0],[0.152,0.425],[0,0]],"v":[[-21.201,-49.606],[-21.201,-51.08],[-20.712,-51.08],[-20.456,-49.606]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0.096,-1.194],[0.753,-0.241],[0.697,-1.106],[0.465,-0.729],[1.45,-1.29],[0.513,0.177],[-2.477,6.724],[-0.304,0.2],[-0.392,0.866],[0,0],[-0.088,-3.944]],"o":[[-0.753,0.241],[-0.233,1.394],[-0.048,1.258],[-2.749,-0.016],[-0.834,0],[0.449,-8.407],[0.361,-0.129],[0.617,-0.281],[0,0],[0.08,3.927],[-0.241,0.969]],"v":[[-24.984,-43.187],[-27.25,-42.457],[-27.25,-37.264],[-28.004,-35.293],[-34.807,-33.562],[-36.828,-33.826],[-28.5,-54.774],[-26.987,-55.279],[-25.496,-57.98],[-24.487,-57.98],[-24.229,-46.151]],"c":true},"ix":2},"nm":"路径 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0.505,-1.994],[0.328,-1.058],[-0.095,-1.33],[0.184,-0.633],[0.122,-0.93],[0.216,-1.233],[-0.016,-2.124],[0.488,-0.265],[0.04,-0.624],[0.353,-1.114],[0.257,-0.201],[-0.85,3.983],[-1.034,1.547],[-1.282,0.103],[-1.225,3.461],[-0.609,0.97],[-0.545,0.881],[-0.705,1.186],[-0.488,0.898],[0,0],[-0.431,0.665],[0,0],[0,0],[-1.859,-1.098],[0.264,-1.034]],"o":[[-0.312,1.211],[0.088,1.322],[-0.192,0.681],[-0.393,1.219],[-0.175,1.179],[-0.185,0.962],[-0.424,0.353],[0.095,1.418],[-0.393,1.066],[-0.432,0.152],[-3.478,-0.489],[0.408,-1.948],[0.345,-1.033],[-1.185,-4.497],[0.465,-1.307],[0.561,-0.889],[0.721,-1.138],[0.496,-0.914],[0,0],[0.273,-0.61],[0,0],[0,0],[0.969,1.539],[-0.057,1.49],[-0.609,2.348]],"v":[[-59.988,29.819],[-61.254,34.484],[-60.99,38.442],[-62.246,40.422],[-61.744,43.371],[-63,47.81],[-62.016,52.25],[-63.256,53.221],[-62.504,55.704],[-64.026,58.421],[-64.524,58.67],[-74.597,47.322],[-74.597,41.407],[-72.329,39.934],[-70.823,32.537],[-70.061,29.563],[-67.802,27.095],[-66.519,23.641],[-63.521,21.685],[-63.521,19.21],[-61.744,16.99],[-60.756,16.99],[-60.756,17.229],[-59.225,20.187],[-59.988,23.409]],"c":true},"ix":2},"nm":"路径 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0.865,0.865],[0,0],[1.643,0.825],[0.993,0.177],[1.001,0.281],[2.508,0.087],[4.496,1.218],[1.851,0.089],[3.206,1.058],[2.532,1.442],[-0.393,1.387],[0,0],[-0.521,1.691],[0,0],[0.041,6.083],[1.498,1.009],[1.034,0.472],[1.434,0.184],[1.923,-1.826],[0.609,0.209],[-1.371,2.862],[-0.088,0.914],[-0.921,1.081],[-0.737,0.16],[-0.889,0.313],[0,0],[-1.627,0.536],[-1.002,0.168],[-0.666,0.593],[-1.994,1.042],[-0.77,0.738],[0,0],[-1.153,0.359],[-0.849,0.504],[0,0],[0.441,0.865],[-0.665,0.657],[1.123,1.899],[1.122,0.401],[0.417,0.433],[1.362,0.513],[0.898,0.208],[1.658,-0.545],[0.313,0.097],[0.488,-0.69],[0.624,0.329],[-0.873,1.66],[-0.088,0.73],[-3.077,2.909],[0.168,1.155],[0.97,0.818],[5.737,-0.065],[-0.28,-0.72],[-0.53,-0.232],[0.265,-1.105],[2.147,-5.61],[0.746,-1.802],[0.873,-1.811],[0.585,-0.842],[2.717,-1.626],[0.609,-0.264],[0.961,-0.809],[1.49,2.059],[0.688,0.585],[0.761,0.938],[0.377,0.505],[0.137,4.265],[0.089,0.905],[-0.825,1.458],[-0.336,1.034],[-1.603,1.875],[1.332,1.908],[1.082,-0.064],[1.314,-0.352],[1.491,-0.392],[2.059,-3.894],[2.533,-5.841],[0.536,-1.795],[0.536,-1.419],[1.05,-1.538],[2.533,-0.93],[1.411,-0.384],[0.593,0.105],[0.594,-0.177],[0,0],[2.637,-0.674],[0.434,0.232],[0.241,0.288],[0.424,0.153],[1.011,-0.737],[1.178,0.488],[0.432,0.16],[0.521,-0.425],[0.185,-0.248],[-0.947,-0.44],[0,0],[-1.755,-0.44],[-1.667,-0.273],[-2.877,0.745],[-1.531,0.088],[-2.492,0.938],[-1.307,0.898],[-0.377,-0.626],[0.914,-0.682],[1.233,-1.675],[1.266,-1.235],[1.347,-1.739],[0.753,-0.97],[0.642,-0.938],[0.993,-1.722],[1.313,-1.907],[1.514,-1.675],[1.86,-4.632],[0.369,-1.556],[0,0],[-0.2,-1.371],[-1.554,-1.059],[0.688,-0.449],[-0.729,-1.523],[-0.793,0.185],[-0.463,-0.288],[-0.505,-0.072],[-1.642,-1.042],[-1.313,-0.833],[-0.586,-0.272],[-0.593,-0.089],[-0.569,-0.385],[-1.362,-0.442],[-3.222,-0.425],[-1.402,0.049],[-0.377,0.217],[-0.225,0.521],[-0.496,0.497],[0.208,1.115],[-0.073,1.073],[-0.761,2.877],[0.241,1.067],[-0.144,0.81],[-0.329,0.343],[0.088,1.242],[-0.305,1.858],[0.176,0.977],[0.377,1.298],[-0.112,0.689],[-0.121,0.377],[0.08,1.555],[-0.256,1.09],[0,0],[-0.168,0.537],[0,0],[-0.536,2.236],[0,0],[-0.248,0.249],[-0.072,1.234],[-0.377,1.154],[0,0],[-1.235,0.729],[0.112,0.328],[-0.353,0.417],[0.905,0.722],[-3.126,0.721],[-2.436,0.866],[-2.685,0.656],[-1.587,1.531],[-1.307,-0.858],[-3.527,-1.241],[1.178,-2.989],[0.16,-1.074],[1.115,-2.139],[0.08,-0.576],[0.497,-1.5],[-0.448,-1.635],[0.866,-1.594],[0,0],[2.26,0.777],[0.826,0.072],[3.816,1.563],[1.257,0.56],[4.143,-0.056],[1.17,-0.849],[0.545,-0.392],[-1.539,-1.138],[-0.409,-0.48],[-0.434,-0.528],[-0.681,-0.377],[-0.97,-0.609],[-1.138,-0.457],[-1.923,-1.13],[-0.753,-0.722],[-0.921,-0.385],[-1.027,-0.432],[-1.37,-0.745],[-2.076,-1.362],[-1.362,-0.585],[-0.466,-0.305],[-1.339,-0.768],[-0.193,-0.273],[0.545,-0.849],[0.809,-0.465],[0.585,-0.737],[0.296,-0.056],[0.777,0.257],[2.428,0.081],[0.689,0.432],[1.018,0.97],[0.321,0.81],[1.626,1.426],[1.241,-1.395],[1.242,-0.474],[0,0],[0.186,0.143],[-1.836,-2.789],[-0.424,-0.256],[-1.025,-0.69],[-1.355,-0.569],[-6.525,-1.644],[-1.547,0.473],[-3.429,2.516],[-1.008,1.13],[-1.21,1.507],[-1.018,1.314],[-0.337,0.264],[-0.345,0.729],[-3.126,-1.298],[-2.227,-1.026],[-0.674,-0.393],[-1.523,-0.488],[-3.206,-1.018],[-0.578,-0.217],[0,0],[-0.441,-0.16],[-2.196,0.633],[-0.441,0.128],[-1.684,0.696],[-0.409,0.113],[-0.985,0.737],[-0.225,0.665]],"o":[[0,0],[-0.601,-1.274],[-1.009,-0.177],[-0.882,-0.321],[-2.532,-0.087],[-4.335,-1.283],[-1.875,-0.072],[-2.892,-1.057],[-3.125,-0.993],[-0.265,-1.66],[0,0],[0.481,-1.876],[0,0],[1.659,-4.929],[-1.289,-1.258],[-0.85,-0.545],[-1.114,-0.498],[-3.383,-0.401],[-0.953,0.024],[0.12,-3.694],[0.088,-0.905],[0.922,-1.066],[0.754,-0.169],[0.808,-0.369],[0,0],[1.578,-0.536],[1.018,-0.177],[0.793,-0.425],[1.611,-1.434],[0.747,-0.737],[0,0],[1.162,-0.377],[1.147,-0.377],[0,0],[-0.025,-1.387],[0.674,-0.642],[-0.04,-2.877],[-0.818,-0.329],[-0.433,-0.424],[-1.225,-0.657],[-0.737,-0.273],[-2.324,-0.545],[-0.913,0.296],[-1.267,-0.32],[-1.13,-0.032],[0.168,-2.171],[0.088,-0.721],[1.53,-4.448],[-0.16,-1.146],[-0.626,-1.114],[-2.988,-2.509],[-0.217,0.368],[0.505,0.258],[0.464,0.593],[-1.563,6.339],[-0.697,1.835],[-0.81,1.916],[-0.465,0.986],[-1.763,2.485],[-0.553,0.313],[-1.955,0.809],[-3.71,0.008],[-0.681,-0.577],[-0.61,-1.026],[-0.377,-0.457],[-1.963,-2.476],[-0.096,-0.904],[0.41,-1.651],[0.44,-0.777],[0.666,-2.1],[-0.441,-2.805],[-1.089,0.097],[-0.738,-0.136],[-1.306,0.402],[-1.202,4.873],[-3.006,5.618],[-0.657,1.523],[-0.465,1.619],[-0.714,1.987],[-1.017,2.116],[-1.323,0.456],[-0.593,-0.095],[-0.569,0.176],[0,0],[-2.597,0.64],[-1.074,0.248],[-0.328,-0.184],[-0.256,-0.192],[-0.833,0.874],[-1.754,-0.096],[-0.249,-0.193],[-0.505,0.417],[-0.152,0.408],[0.097,1.307],[0,0],[1.451,0.666],[1.811,0.457],[3.518,0.568],[1.507,-0.081],[2.934,-0.737],[1.595,-0.585],[0.946,0.049],[0.817,1.378],[-1.698,1.218],[-1.259,1.243],[-1.547,1.507],[-0.777,0.986],[-0.697,0.93],[-1.098,1.651],[-1.179,2.075],[-1.307,1.843],[-3.102,3.478],[-0.592,1.426],[0,0],[-0.425,1.9],[0.345,2.284],[-0.169,1.01],[0.207,1.899],[0.898,-0.105],[0.513,0.674],[0.498,0.097],[1.692,1.051],[1.307,0.833],[0.53,0.344],[0.585,0.088],[0.714,0.312],[0.962,0.697],[2.692,0.889],[1.01,0.112],[0.288,-0.288],[0.152,-0.633],[0.512,-0.497],[0.586,-1.354],[0.08,-1.065],[-0.562,-1.716],[0.201,-0.825],[-0.112,-0.625],[0.337,-0.328],[-0.065,-1.243],[0.4,-1.851],[-0.161,-0.987],[0.192,-0.657],[-0.128,-0.409],[0.103,-0.344],[-0.073,-1.538],[0.241,-0.786],[0,0],[0.177,-0.545],[0,0],[0.601,-1.9],[0,0],[0.273,-0.257],[0.072,-1.241],[0.385,-1.129],[0,0],[0.456,-1.435],[-0.065,-0.849],[-0.184,-0.721],[-0.12,-1.402],[0.352,-3.253],[2.283,-0.536],[2.62,-0.93],[2.677,-0.658],[1.603,0.305],[2.924,1.972],[0.753,4.08],[-0.192,1.066],[-0.979,2.413],[-0.072,0.594],[-0.721,1.531],[-0.472,1.29],[0.386,1.442],[0,0],[-3.053,-0.176],[-0.834,-0.064],[-3.734,-1.636],[-1.338,-0.528],[-2.614,-1.17],[-0.986,1.001],[-0.497,0.37],[0.361,2.316],[0.433,0.473],[0.593,0.393],[0.505,0.609],[1.01,0.546],[0.93,0.577],[2.052,0.842],[0.761,0.745],[0.77,0.504],[1.026,0.456],[1.37,0.609],[2.157,1.178],[1.33,0.585],[0.417,0.313],[1.385,0.938],[0.16,0.449],[-0.129,0.993],[-0.474,0.753],[-0.569,0.746],[-0.409,0.28],[-1.282,0.24],[-2.436,-0.064],[-0.889,-0.272],[-1.258,-0.778],[-0.44,-0.681],[-0.857,-2.187],[-2.436,0.088],[-0.762,0.881],[0,0],[-0.48,0.113],[-4.758,0.111],[0.433,0.249],[0.849,0.898],[1.347,0.577],[5.008,3.454],[1.938,0.496],[4.64,-1.442],[1.011,-1.138],[1.62,-1.137],[1.034,-1.29],[0.24,-0.297],[0.585,-0.489],[3.582,-0.593],[2.565,1.059],[0.746,0.32],[1.162,0.689],[3.102,1.034],[0.689,0.223],[0,0],[0.529,0.136],[1.538,0.529],[0.425,-0.128],[1.883,-0.577],[0.385,-0.161],[1.459,-0.48],[0.505,-0.328],[0.609,-1.219]],"v":[[90.865,52.499],[90.865,49.782],[82.049,43.876],[79.021,43.371],[76.007,41.896],[68.443,41.641],[54.105,38.683],[48.552,38.442],[39.471,34.732],[31.402,32.537],[32.172,28.321],[32.172,24.403],[34.199,18.704],[34.199,16.741],[39.471,-0.521],[35.954,-4.968],[33.189,-5.713],[29.167,-7.693],[16.818,-4.472],[14.293,-4.712],[18.324,-16.068],[18.58,-18.776],[21.353,-21.989],[23.614,-22.47],[25.88,-24.202],[27.396,-24.202],[31.923,-26.902],[34.944,-27.407],[36.715,-29.635],[43.254,-32.336],[45.531,-34.564],[47.286,-34.564],[51.059,-36.526],[54.586,-36.775],[55.083,-36.775],[54.338,-39.259],[56.349,-41.215],[53.584,-47.129],[50.572,-47.626],[49.297,-48.876],[45.531,-49.854],[42.999,-51.08],[34.697,-49.116],[33.189,-49.606],[29.167,-47.626],[27.147,-48.107],[29.903,-55.039],[30.168,-57.235],[35.954,-68.847],[35.458,-72.285],[32.427,-74.761],[22.106,-80.426],[21.353,-78.953],[22.876,-78.215],[24.622,-72.549],[18.82,-53.788],[17.578,-48.604],[14.293,-42.698],[13.283,-39.973],[4.475,-35.045],[2.457,-33.562],[-5.838,-32.336],[-10.879,-37.264],[-12.914,-39.003],[-14.164,-42.457],[-15.911,-43.435],[-18.685,-53.541],[-18.942,-56.265],[-17.177,-61.458],[-15.415,-63.902],[-15.166,-69.336],[-19.454,-74.505],[-22.707,-74.264],[-25.24,-75.018],[-29.022,-73.022],[-34.807,-60.945],[-43.119,-43.435],[-44.128,-39.003],[-46.147,-34.066],[-47.655,-28.882],[-56.453,-25.179],[-61.254,-22.96],[-63,-23.224],[-64.781,-21.989],[-68.057,-21.989],[-77.114,-19.994],[-83.901,-19.994],[-84.678,-21.485],[-85.167,-21.742],[-87.941,-19.762],[-90.472,-21.004],[-90.961,-21.244],[-92.491,-19.994],[-92.724,-19.514],[-90.961,-16.068],[-88.718,-16.068],[-84.678,-12.614],[-79.878,-13.591],[-69.813,-14.825],[-65.269,-15.082],[-56.974,-18.031],[-52.438,-19.514],[-51.181,-19.016],[-53.938,-15.562],[-57.463,-10.394],[-61.254,-6.683],[-65.029,-1.507],[-68.306,0.697],[-69.564,3.911],[-73.594,8.591],[-76.599,14.513],[-81.656,19.45],[-89.447,32.28],[-90.72,36.472],[-90.72,42.65],[-91.218,50.047],[-89.447,55.456],[-90.472,57.195],[-88.197,63.334],[-86.177,62.852],[-83.661,67.044],[-82.155,67.292],[-77.114,71.003],[-72.827,72.726],[-71.071,74.192],[-69.307,74.457],[-67.802,76.172],[-64.266,76.669],[-55.212,80.379],[-51.428,79.882],[-50.418,79.129],[-49.922,74.457],[-48.409,72.966],[-48.905,67.532],[-48.664,64.336],[-50.667,57.443],[-49.682,54.726],[-50.667,52.747],[-49.682,51.762],[-49.922,48.051],[-49.168,41.641],[-49.682,38.683],[-48.905,36.223],[-49.682,34.732],[-48.664,33.49],[-48.905,28.826],[-47.655,25.38],[-47.655,19.698],[-46.636,17.983],[-46.636,13.055],[-45.395,5.89],[-45.395,2.925],[-44.625,2.187],[-44.392,-1.507],[-42.365,-5.225],[-42.365,-6.94],[-39.344,-10.394],[-39.857,-11.876],[-38.086,-16.789],[-40.089,-21.004],[-33.797,-24.202],[-25.24,-25.436],[-17.177,-28.384],[-10.879,-29.395],[-6.599,-25.436],[4.74,-21.742],[2.224,-11.123],[1.704,-7.918],[-2.072,-1.018],[-2.321,0.697],[-5.318,5.394],[-6.094,12.542],[-4.332,17.983],[-4.332,18.464],[-11.391,15.988],[-13.901,15.756],[-24.984,9.825],[-28.5,8.848],[-36.828,5.634],[-40.354,7.861],[-41.62,9.344],[-37.829,13.055],[-36.579,14.513],[-34.807,15.258],[-33.293,17.983],[-29.767,18.961],[-26.987,21.173],[-20.712,23.409],[-18.453,25.605],[-15.911,26.358],[-12.914,28.321],[-8.371,29.563],[-1.815,34.003],[2.224,35.742],[3.21,37.2],[7.25,39.66],[7.481,40.182],[5.983,44.108],[3.707,45.094],[1.968,47.322],[-2.072,49.053],[-6.094,48.051],[-13.402,47.81],[-15.415,46.088],[-19.206,44.357],[-19.703,41.407],[-23.228,36.712],[-30.024,39.421],[-31.531,41.641],[-31.531,41.896],[-32.036,41.641],[-34.568,58.421],[-33.293,59.158],[-30.53,62.124],[-26.498,63.838],[-10.125,70.25],[0.188,68.534],[11.527,63.101],[14.548,59.655],[19.583,56.209],[22.106,51.994],[23.125,51.513],[24.366,49.053],[38.463,52.747],[45.273,55.961],[47.286,56.434],[50.819,59.158],[60.125,60.882],[61.887,62.124],[64.411,62.124],[65.926,63.101],[79.526,64.103],[81.288,63.101],[86.322,62.124],[87.579,61.145],[91.345,60.633],[92.115,59.655]],"c":true},"ix":2},"nm":"路径 5","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.060342683979,0.128694990569,0.544462376015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[92.974,80.741],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":7,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":120,"op":278,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"“科”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":136,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":166,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":205,"s":[100]},{"t":215,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":136,"s":[1310.922,154.101,0],"to":[16.667,0,0],"ti":[-16.667,0,0]},{"t":166,"s":[1410.922,154.101,0]}],"ix":2,"l":2},"a":{"a":0,"k":[87.924,100.451,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":136,"s":[80,80,100]},{"t":166,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.224,-0.721],[0,0],[-0.168,0.946]],"o":[[-0.384,0.489],[0,0],[0.473,-0.528],[0,0]],"v":[[0.141,-0.617],[-0.621,0.617],[-0.116,0.617],[0.621,-0.617]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.060342683979,0.128694990569,0.544462376015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[122.936,92.89],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.769,-0.007],[0,0],[-0.345,0.304],[-0.257,-0.193],[-0.057,-0.577]],"o":[[0,0],[0.545,-0.143],[0.448,0.144],[0.2,0.297],[-0.465,0.144]],"v":[[-0.877,0.741],[-0.877,-0.253],[0.125,-0.741],[0.63,-0.501],[0.877,0.501]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.060342683979,0.128694990569,0.544462376015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.919,88.831],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.697,0],[0,0],[0,0],[-0.625,0.023],[-0.082,-0.096],[0,0],[0,0]],"o":[[0,0],[0,0],[0.329,-0.225],[0.104,0.088],[0,0],[0,0],[-0.362,0.249]],"v":[[-1.01,0.488],[-1.01,-0.24],[-0.505,-0.24],[0.745,-0.488],[1.01,-0.24],[1.01,0.24],[0.505,0.24]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.060342683979,0.128694990569,0.544462376015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.892,84.139],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.088,0.249],[0.473,-0.537],[0.249,0.088]],"o":[[0.394,0.312],[-0.248,-0.08],[0.072,-0.24]],"v":[[-0.36,-0.493],[0.136,0.493],[-0.609,0.236]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.060342683979,0.128694990569,0.544462376015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[34.54,83.158],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.257,0.481],[-0.578,-0.073],[-0.169,-0.858],[0,0],[0.713,0.136],[0.089,0.272]],"o":[[0.584,0.088],[0.216,0.721],[0,0],[-0.642,0.432],[-0.064,-0.256],[0.425,-0.297]],"v":[[-0.745,-1.086],[1.002,-0.844],[1.515,0.654],[1.002,0.654],[-1.266,0.654],[-1.515,-0.107]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.060342683979,0.128694990569,0.544462376015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.397,42.799],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.537,0.08],[0,0],[-0.257,-0.184],[-0.248,0.216],[-0.153,0.441],[0,0]],"o":[[0,0],[0.465,0.168],[0.449,-0.168],[0.192,-0.256],[0,0],[-0.257,-0.176]],"v":[[-0.629,-0.485],[-0.629,0.244],[-0.116,0.485],[0.389,0.244],[0.629,-0.252],[0.141,-0.252]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.060342683979,0.128694990569,0.544462376015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.07,41.966],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.112,-0.561],[0,0],[-1.458,3.968],[-0.265,1.443],[-0.241,0.738],[-0.282,0.897],[0.081,0.809],[-0.032,1.587],[0.938,0.08],[2.043,-1.146],[9.616,-2.147],[2.315,3.19],[0.279,0.585],[0,0],[-0.44,2.468],[0.104,1.883],[0,0],[-0.521,0.08],[-3.767,1.105],[-0.434,0.153],[0,0],[-0.505,0.104],[-1.506,0.289],[-0.609,0.298],[-0.721,1.146],[0.368,0.601],[0,0.673],[0,0],[-0.929,-0.105],[0.295,-0.809],[0,0],[-1.058,0.377],[-0.417,0.409],[0,0],[-1.347,0.481],[-0.754,0.072],[-1.827,0.697],[-0.505,0.064],[-0.986,0.384],[-0.673,0.857],[-0.409,1.106],[-0.168,1.066],[-0.641,3.134],[0.841,0],[4.28,0],[0,0],[0.538,0.89],[0.376,0.52],[0.473,0.656],[0.08,0.664],[0.657,1.643],[-0.552,0.313],[-0.256,0.425],[-0.761,-0.072],[-0.336,0.328],[-1.241,0.536],[0,0],[0.834,-0.152],[0,0],[-1.121,0.097],[-1.114,0.488],[0,0],[-0.256,0.336],[-1.377,0.785],[-3.399,1.819],[0.064,3.614],[0.048,0.569],[-0.201,1.106],[0.216,1.209],[-1.139,0.104],[-1.251,-0.93],[-0.593,-0.761],[-0.522,-1.002],[-0.113,-0.738],[-0.585,-0.489],[-0.168,-0.568],[-0.321,-0.761],[0,0],[-0.208,-0.585],[0,0],[0.408,-0.336],[0.328,-1.042],[0.961,-1.219],[0.69,-0.504],[0.6,-0.825],[0.777,-0.064],[1.546,-1.322],[-0.201,-0.289],[-0.417,-4.976],[0.088,-1.475],[-1.211,0],[-1.226,-0.272],[-0.857,-0.914],[-0.424,-0.922],[-0.073,-0.689],[0.897,-1.418],[0.097,-0.072],[2.42,-0.906],[0.794,-0.833],[0.192,-3.133],[-0.585,-0.184],[-1.901,1.25],[-0.665,0.737],[-0.834,0.408],[-1.531,1.106],[-2.909,0.344],[0,0],[-0.937,0.096],[-0.344,-0.506],[-1.764,-0.352],[-0.521,0.08],[-0.032,-0.713],[0.16,-0.449],[0.601,-1.82],[0,0],[-0.658,0.432],[-0.665,0.737],[-0.769,-0.737],[0.072,-1.538],[1.441,-1.635],[-0.08,-0.472],[-0.16,-0.072],[-1.756,0.609],[-6.276,3.053],[-0.593,0.096],[-1.418,0.697],[0,0],[-0.12,0.449],[1.819,1.322],[0.697,0.801],[1.41,0.979],[0.617,0.809],[1.362,2.116],[0.201,2.453],[0,0],[-1.218,-0.464],[-2.982,-2.348],[-0.985,-0.785],[0.224,-2.107],[0.424,-0.953],[0.193,-0.978],[0.112,-1.145],[-1.283,0.513],[-0.57,0.513],[-1.194,3.863],[0.306,1.491],[-0.088,1.731],[1.018,0.664],[1.122,0.786],[1.57,2.316],[1.996,0.978],[0,0],[0.328,0.328],[0.529,0.329],[0.154,0.408],[0,0],[-1.698,-0.079],[-1.587,-0.408],[0,0],[-1.114,-0.457],[-3.414,-0.208],[-0.521,2.028],[0,0],[-0.281,1.17],[0.096,0.833],[-0.49,1.643],[0.344,1.467],[-0.032,0.345],[0.345,1.243],[-0.088,0.097],[-0.464,-0.161],[0,0],[-0.834,-0.842],[-1.69,-2.789],[-0.376,-0.634],[-0.433,-1.082],[-0.576,-2.092],[0.657,-2.613],[0.441,-1.13],[0.16,-0.384],[0.914,-2.421],[0.217,-0.905],[-0.105,-1.394],[0.129,-0.498],[0.85,-3.342],[0.072,-5.217],[-0.585,-0.168],[-3.19,-0.713],[-2.067,-6.747],[0.12,-1.715],[1.835,-0.185],[2.1,-0.489],[1.363,-2.756],[0.825,-3.63],[0,0],[1.724,-7.621],[-0.095,-0.642],[0.072,-4.447],[0.689,-3.021],[-0.089,-1.562],[-1.05,-3.158],[-0.208,-1.266],[1.908,-0.008],[1.113,2.668],[0.745,0.209],[0.841,0.105],[0.184,0.481],[0.496,0.153],[0.368,1.051],[0,0],[0.185,0.392],[-0.072,0.497],[0.192,0.722],[-0.737,2.708],[-0.104,3.79],[-0.569,2.02],[-0.08,2.612],[-0.072,4.648],[1.338,-0.008],[0.24,-0.136],[0,0],[1.265,-0.769],[1.266,-0.681],[1.411,-0.513],[0,0],[2.957,-0.953],[2.131,0.384],[0.321,0.088],[2.059,1.378],[0.585,0.809],[0.481,2.348],[1.764,-1.137],[1.419,-1.162],[3.133,-2.051],[0.722,-1.427],[-0.673,-2.724],[-0.817,-2.701],[0.08,-0.312],[0.295,-0.208],[0.425,-0.079],[0.794,-0.401],[0.522,-0.096],[1.131,1.908],[0.064,0.513],[0.304,0.601],[0,0],[0.232,0.625],[0,0],[0.257,0.673],[-0.104,0.457],[0.064,1.331],[0.609,1.611],[0.264,0.088],[1.09,-0.57],[1.002,-0.649],[1.675,-0.785],[2.62,-1.13],[0,0],[0.481,-0.136],[0.305,0.344],[0.682,0.921],[0.499,0.497],[0.096,1.315],[0.265,1.266],[-0.745,1.154],[-1.122,1.53],[-4.088,3.614],[-0.593,0.889],[-0.674,0.185],[-0.625,1.066],[-2.316,0.161],[-3.102,-0.521],[0.015,-1.058]],"o":[[0,0],[1.66,-3.19],[-1.162,-1.795],[0.064,-0.329],[0.353,-1.033],[-0.081,-0.834],[0.242,-1.05],[-0.577,-0.321],[-1.771,1.378],[-7.59,4.303],[-6.941,1.547],[-0.385,-0.545],[0,0],[-0.578,-2.091],[1.53,-0.265],[0,0],[0.289,-0.168],[1.37,1.411],[0.521,-0.136],[0,0],[0.352,-0.144],[1.338,-0.248],[0.881,-0.152],[1.001,-0.496],[-0.93,-0.024],[-0.248,-0.353],[0,0],[0.674,-0.417],[-0.184,1.001],[0,0],[0.681,-0.553],[0.417,-0.424],[0,0],[1.458,-0.522],[0.761,-0.081],[1.786,-0.753],[0.521,-0.088],[0.906,-0.512],[1.378,-0.57],[0.704,-0.922],[0.177,-1.065],[1.129,-2.58],[-0.52,-0.184],[-2.325,1.763],[0,0],[-1.106,-0.368],[-0.368,-0.6],[-0.49,-0.713],[-0.072,-0.641],[-0.657,-1.098],[0.457,-0.192],[0.257,-0.408],[0.729,0.08],[0.337,-0.321],[1.354,-0.545],[0,0],[-1.138,0],[0,0],[0.771,-0.368],[1.291,0.785],[0,0],[0.249,-0.321],[1.418,-0.761],[3.398,-1.923],[2.3,-1.226],[-0.2,-0.304],[0.825,-0.433],[-0.625,-0.914],[0.673,-0.434],[1.089,1.066],[0.56,0.753],[0.913,0.674],[0.087,0.746],[0.569,0.505],[0.152,0.577],[0.442,0.585],[0,0],[0.208,0.706],[0.072,0.257],[-0.409,0.32],[-0.337,0.746],[-0.481,1.507],[-0.522,0.665],[-0.585,0.842],[-0.73,0.071],[-2.092,0.809],[0.16,0.426],[0.977,2.163],[-0.745,0.834],[0.681,0.344],[0.938,0.642],[0.49,1.243],[0.633,0.641],[0.328,0.504],[-1.163,1.074],[0,0],[-1.995,1.178],[-1.042,0.377],[-2.051,2.068],[0.44,0.24],[1.418,-1.683],[0.657,-0.738],[0.713,-0.489],[1.682,-0.85],[1.858,-1.371],[0,0],[0.585,-0.312],[0.384,0.569],[0.802,1.186],[0.265,-0.184],[0.136,0.409],[-0.2,0.257],[-2.084,0.393],[0,0],[0.505,-0.545],[0.825,-0.545],[1.034,0.504],[-0.256,1.434],[-1.882,1.234],[0.071,0.497],[0.175,0.089],[1.7,1.323],[6.971,-2.388],[0.6,-0.089],[1.346,-0.706],[0,0],[0.296,-0.208],[-2.364,-0.857],[-0.882,-0.632],[-1.106,-1.291],[-0.898,-0.624],[-1.466,-1.883],[-1.314,-2.012],[0,0],[1.314,-0.85],[3.758,1.491],[0.97,0.77],[1.53,1.202],[-0.168,1.795],[-0.281,0.842],[0.658,0.617],[1.523,0.153],[0.4,-0.698],[-0.009,-5.225],[0.578,-1.835],[0.08,-1.723],[-1.009,-0.666],[-0.857,-1.082],[-2.307,-1.619],[-1.395,-2.044],[0,0],[-0.337,-0.321],[-0.746,-0.313],[-0.193,-0.24],[0,0],[0.448,-1.275],[1.587,-1.113],[0,0],[1.065,0.273],[2.636,1.049],[0.833,-1.675],[0,0],[0.297,-1.065],[-0.072,-0.81],[0.432,-1.788],[0.673,-2.188],[-0.16,-0.674],[0.248,-1.763],[0.081,-0.079],[0.666,0.169],[0,0],[0.85,0.801],[2.78,1.867],[0.369,0.601],[0.506,0.913],[0.68,1.723],[0.441,1.571],[-0.24,0.905],[-0.144,0.393],[-0.93,2.605],[-0.296,0.753],[0.072,1.395],[-0.145,0.393],[-0.841,3.109],[-1.105,4.407],[0.449,0.24],[2.317,1.145],[7.285,1.627],[0.657,2.116],[-1.267,0.761],[-1.723,1.017],[-3.726,0.922],[-1.53,3.086],[0,0],[-2.533,8.495],[-0.232,1.018],[-0.063,4.431],[-0.689,2.758],[0.088,1.563],[-0.61,1.811],[0.281,0.873],[-0.874,0.914],[-1.298,-2.509],[-0.626,-0.352],[-0.826,-0.088],[-0.168,-0.472],[-0.488,-0.176],[-0.946,-0.625],[0,0],[-0.183,-0.457],[0.097,-0.481],[-0.137,-0.826],[-1.041,-3.71],[0.096,-3.799],[0.522,-2.284],[0.081,-2.645],[1.13,-4.008],[-0.753,-0.385],[-0.2,0.216],[0,0],[-1.211,0.778],[-1.139,0.713],[-1.202,0.625],[0,0],[-2.821,0.793],[-1.643,0.521],[-0.328,-0.08],[-2.812,-0.778],[-0.593,-0.834],[-1.314,-1.355],[-1.002,-0.545],[-1.995,0.642],[-2.86,2.348],[-1.338,0.897],[-1.987,2.452],[0.617,2.637],[0.209,0.762],[-0.088,0.273],[-0.417,0.073],[-0.649,0.434],[-0.272,0.193],[-1.514,-1.554],[-0.071,-0.472],[-0.345,-0.577],[0,0],[-0.217,-0.681],[0,0],[-0.313,-0.737],[-0.352,-0.825],[-0.096,-1.322],[0.393,-1.322],[-0.257,-0.087],[-0.673,0.897],[-1.106,0.553],[-1.475,0.938],[-2.525,1.218],[0,0],[-0.617,0.16],[-0.793,0.209],[-0.745,-0.826],[-0.496,-0.49],[-0.079,-1.314],[-0.377,-0.977],[0.922,-1.066],[1.011,-1.555],[3.318,-4.416],[0.585,-0.913],[0.657,-0.168],[1.146,-0.713],[0.858,-1.418],[2.019,2.068],[0.257,0.721],[-0.426,0.465]],"v":[[-46.941,17.234],[-46.189,17.234],[-39.393,11.055],[-38.133,5.141],[-38.398,2.929],[-36.378,0.221],[-36.621,-2.247],[-36.122,-6.19],[-37.638,-6.695],[-43.928,-3.978],[-71.632,4.901],[-83.725,-0.781],[-85.487,-2.728],[-85.487,-5.197],[-87.235,-11.375],[-85.487,-13.852],[-84.992,-13.852],[-84.221,-14.084],[-74.148,-10.654],[-72.642,-11.632],[-69.868,-11.632],[-68.355,-12.618],[-64.083,-11.632],[-62.312,-13.107],[-60.814,-13.603],[-62.055,-14.084],[-62.312,-15.574],[-61.815,-15.574],[-59.539,-15.574],[-60.299,-13.852],[-59.283,-13.852],[-57.023,-14.333],[-55.765,-15.574],[-54.513,-15.574],[-49.466,-17.538],[-47.198,-17.787],[-41.42,-20.751],[-39.906,-20.984],[-36.867,-22.963],[-30.32,-26.169],[-27.059,-33.077],[-26.545,-36.283],[-23.284,-44.425],[-25.295,-44.665],[-42.414,-41.716],[-48.705,-41.716],[-53.995,-45.651],[-54.513,-47.373],[-56.783,-48.88],[-57.023,-50.835],[-60.549,-53.544],[-58.794,-54.049],[-58.017,-55.283],[-55.765,-55.043],[-54.755,-56.028],[-50.981,-57.254],[-50.981,-58],[-53.995,-57.76],[-53.995,-58.737],[-51.975,-59.467],[-46.429,-61.942],[-43.68,-61.942],[-42.919,-62.928],[-38.64,-64.395],[-28.06,-70.317],[-22.532,-75.005],[-22.772,-75.991],[-21.265,-77.722],[-22.011,-82.153],[-20.255,-82.891],[-16.216,-80.438],[-14.454,-78.203],[-11.44,-75.991],[-11.175,-73.779],[-9.429,-72.296],[-8.917,-70.574],[-7.161,-69.34],[-7.161,-67.609],[-5.903,-65.645],[-5.903,-60.46],[-7.161,-59.467],[-7.161,-57.254],[-9.924,-52.566],[-11.945,-51.589],[-13.724,-49.112],[-15.984,-48.88],[-21.513,-45.651],[-21.265,-45.153],[-15.471,-39.256],[-16.729,-35.785],[-14.454,-35.305],[-7.418,-34.063],[-4.901,-29.871],[-3.138,-28.645],[-2.633,-26.169],[-4.901,-22.475],[-8.917,-19.269],[-15.984,-18.027],[-24.039,-12.842],[-28.06,4.644],[-27.059,5.141],[-21.008,1.447],[-18.997,-0.781],[-16.729,-1.502],[-11.945,-4.956],[-6.415,-9.147],[-6.415,-9.893],[-4.901,-10.39],[-3.378,-9.147],[-1.864,-6.944],[-1.118,-7.176],[-0.87,-5.71],[-1.118,-5.197],[-5.638,-1.502],[-4.901,-1.502],[-3.138,-2.247],[-0.622,-4.956],[1.398,-2.985],[1.398,0.709],[-2.881,5.63],[-2.633,7.112],[-2.128,7.369],[7.192,6.127],[26.321,-2.247],[28.101,-2.512],[32.372,-5.453],[33.638,-5.453],[33.894,-6.439],[28.853,-10.39],[25.832,-12.361],[22.82,-16.553],[20.045,-18.283],[16.263,-25.688],[10.958,-33.077],[11.479,-33.077],[20.799,-32.356],[30.857,-25.929],[33.389,-22.963],[36.899,-17.538],[37.909,-12.361],[37.171,-10.654],[37.412,-8.651],[40.946,-9.147],[42.445,-11.119],[43.455,-23.717],[43.213,-30.865],[43.455,-36.034],[40.434,-38.013],[38.165,-41.219],[32.115,-46.163],[25.062,-55.043],[23.565,-55.043],[22.555,-56.028],[20.287,-56.269],[20.045,-56.749],[20.287,-56.749],[23.805,-57.76],[28.853,-57.76],[32.115,-57.76],[35.401,-56.749],[43.455,-52.566],[45.731,-58.241],[45.731,-72.826],[46.973,-77.257],[46.716,-79.733],[48.737,-86.144],[48.495,-94.759],[48.737,-96.242],[48.247,-99.953],[48.495,-100.201],[50.002,-99.447],[51.997,-99.447],[54.53,-96.979],[62.847,-88.845],[63.352,-86.873],[65.622,-84.413],[66.373,-79.229],[67.135,-62.928],[66.373,-59.218],[65.357,-58],[64.114,-50.346],[62.847,-47.638],[63.113,-43.431],[62.086,-41.467],[62.591,-32.588],[60.572,-17.538],[61.589,-17.057],[71.398,-17.787],[87.018,-8.178],[86.264,-2.985],[82.731,-0.781],[75.437,-0.292],[61.085,5.886],[59.075,16.737],[59.075,21.914],[56.805,49.281],[57.045,52.263],[56.805,72.585],[55.539,83.188],[55.796,87.876],[51.764,96.259],[53.023,98.735],[50.258,100.201],[47.229,92.075],[45.21,90.833],[42.701,90.576],[42.188,89.102],[40.682,88.621],[37.171,83.933],[37.171,81.217],[35.889,80.223],[36.146,78.74],[35.153,76.039],[36.899,54.475],[37.171,43.119],[38.165,36.483],[38.414,28.582],[40.434,14.277],[37.644,13.772],[36.659,15.006],[35.401,15.006],[31.619,17.963],[28.101,19.213],[24.557,22.171],[22.555,22.171],[14.244,25.119],[6.198,28.093],[4.675,27.34],[-4.14,25.865],[-5.903,23.397],[-8.427,19.462],[-13.204,18.219],[-17.235,21.914],[-26.819,28.093],[-31.075,31.042],[-31.075,39.416],[-31.075,46.813],[-29.568,56.694],[-32.34,60.156],[-33.607,60.38],[-34.857,62.111],[-35.618,62.368],[-41.42,58.409],[-41.652,56.918],[-43.43,54.979],[-43.43,53.481],[-44.682,51.517],[-44.682,50.283],[-46.429,48.809],[-46.189,45.843],[-46.429,41.876],[-45.932,38.943],[-46.693,38.687],[-48.705,39.681],[-51.734,42.389],[-56.526,44.112],[-64.083,48.809],[-65.83,48.809],[-67.857,49.794],[-74.148,47.575],[-75.664,44.602],[-77.17,43.119],[-77.434,39.184],[-78.94,36.483],[-77.17,32.268],[-72.409,28.582],[-62.312,16],[-60.549,13.291],[-58.538,12.778],[-57.288,10.318],[-49.466,7.112],[-44.185,9.084],[-43.928,12.049]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.060342683979,0.128694990569,0.544462376015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[87.924,100.451],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":120,"op":279,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"“息”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":132,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":162,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":208,"s":[100]},{"t":218,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":132,"s":[1139.472,152.608,0],"to":[5.293,0,0],"ti":[-7.707,0,0]},{"t":162,"s":[1217.472,152.608,0]}],"ix":2,"l":2},"a":{"a":0,"k":[68.168,87.168,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":132,"s":[80,80,100]},{"t":162,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.433,1.707],[0.842,1.042],[0,0],[0.344,-1.082],[0,0],[0.136,-0.402],[0,0],[0.32,-0.321],[0.072,-2.388],[1.675,-4.512],[-0.081,-0.985],[0.247,-0.24],[0.088,-0.737],[0.409,-1.403],[-1.017,-0.681],[-0.425,-0.754],[-0.354,-0.905],[-0.298,-0.45],[-0.578,1.307],[-0.265,1.018],[-0.113,1.875],[0,0],[-0.424,1.554],[0,0],[-0.12,0.247],[-0.089,2.372],[-0.264,1.162],[0,0],[0.626,2.941]],"o":[[-0.393,-1.515],[0,0],[-0.713,0.786],[0,0],[-0.136,0.385],[0,0],[-0.329,0.328],[-0.081,2.397],[-1.755,5.129],[0.105,1.01],[-0.265,0.249],[-0.081,0.762],[-0.496,1.403],[-0.61,2.115],[0.761,0.505],[0.449,0.705],[0.184,0.432],[1.915,-0.065],[0.44,-0.713],[0.377,-1.371],[0,0],[0.545,-1.562],[0,0],[0.088,-0.16],[0.081,-2.364],[0.247,-1.113],[0,0],[0.561,-2.181],[-0.424,-1.971]],"v":[[-53.709,33.401],[-56.226,29.963],[-56.971,29.963],[-58.99,33.161],[-58.99,34.635],[-59.999,35.878],[-59.999,38.33],[-61.001,39.315],[-61.25,46.472],[-64.303,65.2],[-64.038,68.181],[-64.783,68.91],[-65.032,71.13],[-67.308,75.33],[-66.05,81.74],[-64.303,82.726],[-64.038,85.451],[-62.764,86.918],[-58.733,83.479],[-58.493,80.506],[-57.988,74.833],[-57.988,71.627],[-57.227,66.21],[-57.227,63.493],[-56.226,62.989],[-55.96,55.847],[-54.975,51.897],[-54.975,46.232],[-54.206,38.081]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[1.017,0.921],[0.409,0.24],[2.212,0.962],[2.66,-0.016],[0.968,-0.176],[0.192,-0.249],[-2.332,-1.379],[-0.834,-1.002],[-2.068,-2.067],[-0.761,0.425],[0.537,0.818]],"o":[[-0.328,-0.281],[-1.948,-1.154],[-1.812,-0.81],[-0.505,0.633],[-0.161,0.401],[0.288,3.365],[0.833,1.009],[2.468,1.691],[1.306,-0.056],[0.033,-1.562],[-0.321,-1.698]],"v":[[-0.577,-33.939],[-1.322,-35.157],[-7.621,-37.369],[-13.92,-39.597],[-16.195,-38.587],[-16.428,-38.114],[-11.396,-32.689],[-8.879,-29.724],[-0.577,-25.789],[1.691,-26.519],[1.691,-31.68]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0.817,-3.71],[0,0],[0.329,-1.427],[0.489,-0.777],[2.862,-0.77],[6.107,-2.411],[1.194,-0.922],[0,0],[-0.392,1.25],[0,0],[-1.066,3.622],[0,0],[-0.104,0.368],[-0.465,0.785],[-0.095,0.232],[-1.627,-1.979],[-0.617,-0.609],[-1.507,-1.066],[-0.665,-0.633],[-0.504,-0.256],[-0.312,-0.2],[-0.81,0.465],[0.69,0.585],[-0.385,1.298],[1.025,1.395],[0.425,0.322],[0.328,0.079],[0,0],[0.994,0.457],[1.491,0.898],[-0.088,1.402],[-1.025,1.53],[0,0],[-0.93,0.497],[-0.608,0.264],[0,0],[-0.265,0.224],[-0.754,0.176],[-0.762,0.721],[-0.401,0.113],[-2.197,1.515],[-1.626,-1.083],[-0.85,-3.638],[0.088,-1.811]],"o":[[0,0],[-0.376,1.698],[-0.28,1.09],[-1.218,2.902],[-6.635,1.795],[-1.626,0.681],[0,0],[-0.257,-1.571],[0,0],[1.002,-3.615],[0,0],[0.104,-0.288],[0.369,-1.042],[0.096,-0.249],[2.917,0.401],[0.537,0.681],[1.307,1.282],[0.777,0.544],[0.425,0.361],[0.481,0.216],[1.25,-0.128],[-0.073,-1.298],[0.056,-1.868],[-1.243,-1.219],[-0.345,-0.433],[-0.328,-0.095],[0,0],[-0.61,-0.841],[-1.85,-0.897],[-0.585,-0.737],[0.104,-1.971],[0,0],[0.45,-0.866],[0.721,-0.344],[0,0],[0.256,-0.241],[0.745,-0.169],[0.769,-0.737],[0.913,-0.513],[3.149,-0.729],[2.972,-0.032],[0.121,4.014],[-0.065,1.803],[0.76,3.839]],"v":[[9.248,-13.688],[9.248,-9.753],[8.262,-4.336],[7.982,-1.115],[0.945,-0.137],[-19.979,5.769],[-24.25,7.012],[-28.272,7.012],[-27.512,3.558],[-27.512,1.106],[-24.482,-10.988],[-24.482,-12.967],[-23.497,-14.193],[-23.24,-17.398],[-22.976,-18.128],[-14.922,-11.244],[-12.662,-9.753],[-8.879,-5.81],[-6.371,-4.569],[-5.121,-3.094],[-3.847,-2.854],[-1.57,-3.823],[-2.597,-6.051],[-1.57,-9.256],[-4.584,-13.456],[-8.134,-17.151],[-9.119,-17.398],[-9.119,-18.128],[-13.672,-21.83],[-21.974,-23.321],[-22.471,-27.015],[-21.974,-36.143],[-21.974,-39.092],[-18.704,-40.591],[-15.932,-42.546],[-14.176,-42.546],[-13.407,-43.283],[-11.155,-43.788],[-8.879,-46],[-5.353,-46.762],[3.967,-48.22],[8.991,-46.256],[10.755,-34.412],[10.515,-28.995]],"c":true},"ix":2},"nm":"路径 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-0.778,0.849],[1.082,1.451],[0.368,0.264],[1.338,0.57],[0.369,0.128],[0,0],[2.485,-0.617],[0.641,-0.176],[0,0],[2.292,-0.722],[0,0],[2.212,-1.194],[1.612,-1.098],[1.475,-1.475],[0,0],[-1.241,3.903],[-0.096,2.628],[-0.922,3.959],[-0.135,0.777],[7.566,6.443],[0.529,0.32],[0,0],[0.256,0.424],[0.698,-0.2],[0.769,-0.264],[1.362,-0.088],[0.641,-0.217],[2.708,-1.843],[0.593,0.08],[-0.168,0.368],[-1.13,1.627],[-3.253,4.311],[-0.505,1.506],[2.564,1.547],[1.618,-0.953],[0.745,-0.456],[0.009,-3.158],[1.122,-1.458],[1.603,-1.867],[2.516,-3.269],[1.515,-1.939],[1.667,-1.65],[1.747,-2.092],[0.472,-0.609],[0.297,-0.4],[1.443,-1.331],[0.929,-0.882],[0.537,-0.777],[1.458,-1.009],[-0.512,-2.324],[-1.323,-1.835],[-0.409,-0.545],[-0.312,0.802],[-0.345,-0.722],[-1.396,-0.57],[-0.682,1.058],[-0.536,0.279],[-0.425,0.736],[-0.553,0.994],[0,0],[-0.552,0.642],[-0.722,0.681],[-0.258,0.329],[-0.729,0.497],[-0.371,0.481],[-0.175,0.746],[-0.425,0.32],[-0.426,0.649],[-1.227,0.866],[-0.265,0.441],[-0.337,-1.057],[0.321,-0.825],[0.449,-1.491],[0.458,-1.459],[0,0],[0.53,-1.531],[1.17,-3.158],[0.753,-1.796],[0.072,-1.138],[-0.592,-1.755],[-1.186,-2.332],[-0.706,-0.241],[0,0],[-3.303,0.825],[-2.989,0.664],[-1.018,-0.488],[0,0],[3.413,-2.628],[0.72,-0.745],[-0.36,-2.019],[-1.09,-1.523],[-2.052,-0.682],[0,0],[-3.622,0.946],[-1.434,0.721],[-1.964,1.066],[-1.699,-0.568],[-0.337,-0.312],[-0.738,-1.379],[0,0],[-0.329,-0.071],[-0.097,-0.825],[-0.329,-0.336],[-0.712,-1.724],[-0.337,-0.361],[0,0],[1.225,-1.818],[0.705,-0.697],[0.224,-0.265],[1.418,-0.423],[0.297,-0.137],[0.728,0.505],[0.761,-1.21],[1.009,0.376],[2.075,0.737],[0.586,0.305],[1.699,0.825],[0.265,0.306],[0,0],[0.505,0.329],[2.101,1.289],[2.172,1.635],[0.954,0.665],[0.296,0.361],[0.705,1.234],[0.857,1.788],[0.769,1.202],[0.337,0.504],[1.042,-0.056],[-0.288,-1.258],[0,0],[-3.005,-3.542],[-0.929,-0.914],[-1.538,-1.042],[-0.497,-0.177],[-0.594,-0.394],[-4.832,-2.219],[-0.834,-0.097],[-0.426,-0.144],[-1.106,-0.105],[-3.222,-0.809],[0,0],[-3.03,0.562],[0,0],[-0.41,0.12],[-1.883,0.842],[-0.513,0.153],[0,0],[-0.313,0.337],[-1.73,1.137],[1.563,4.311],[1.082,1.377],[1.169,1.299],[0.626,0.986],[0.361,0.481],[0.883,1.226],[1.746,1.298],[0.874,0.272],[0,0],[0.946,0.424],[-1.594,1.162],[-0.514,0.586],[-1.826,0.616],[-0.281,0.145],[-1.579,0.087],[-0.24,0.072],[-2.709,-0.666],[-1.227,-1.003],[-1.322,0.658],[0.071,0.985],[-0.337,-0.2],[-0.361,0.128]],"o":[[-0.258,-2.285],[-0.272,-0.392],[-1.051,-0.769],[-0.321,-0.143],[0,0],[-1.483,-0.408],[-0.697,0.183],[0,0],[-2.283,0.786],[0,0],[-2.444,0.777],[-1.81,0.953],[-1.794,1.194],[0,0],[-0.777,-4.44],[0.072,-2.612],[1.451,-3.414],[0.256,-1.194],[2.004,-12.029],[-0.489,-0.417],[0,0],[-0.266,-0.401],[-0.53,-0.273],[-0.961,0.248],[-1.339,0.08],[-0.81,0.192],[-3.365,1.026],[-0.593,-0.088],[-0.015,-0.697],[0.497,-2.277],[3.046,-4.424],[0.907,-1.226],[1.603,-4.68],[-0.939,-0.568],[-1.283,0.064],[0.641,2.404],[-1.354,1.274],[-1.506,1.955],[-2.709,3.166],[-1.515,1.987],[-1.675,1.667],[-1.634,2.173],[-0.473,0.569],[-0.305,0.385],[-1.426,1.307],[-0.753,1.065],[-0.697,0.625],[-1.002,1.451],[0,3.59],[0.362,1.675],[0.288,0.729],[1.035,-0.104],[0.833,0.281],[1.747,-0.201],[0.696,-1.083],[0.545,-0.296],[0.217,-0.426],[0.609,-1.035],[0,0],[0.377,-0.769],[0.626,-0.728],[0.296,-0.289],[0.544,-0.689],[0.489,-0.36],[0.167,-0.738],[0.425,-0.329],[0.409,-0.762],[0.633,-1.466],[0.408,-0.304],[1.347,0.072],[0.697,0.962],[-0.569,1.362],[-0.44,1.466],[0,0],[-0.472,1.554],[-1.042,3.198],[-0.713,1.9],[-0.064,1.17],[-0.553,1.483],[0.85,2.565],[1.315,0.456],[0,0],[4.304,0.897],[2.772,-0.698],[1.827,-0.393],[0,0],[-0.08,5.971],[-0.793,0.634],[-1.219,1.242],[0.433,2.292],[0,2.845],[0,0],[3.911,1.202],[1.78,-0.448],[1.956,-1.033],[1.218,-0.681],[0.353,0.313],[1.33,0.866],[0,0],[0.36,0.065],[0.08,0.826],[0.345,0.321],[0.761,1.811],[0.321,0.319],[0,0],[0.4,1.227],[-0.465,1.083],[-0.265,0.256],[-0.85,0.352],[-0.377,0.129],[-1.354,0.585],[-2.1,-0.08],[-1.412,-0.241],[-2.164,-0.777],[-0.642,-0.224],[-1.553,-0.826],[-0.241,-0.345],[0,0],[-0.537,-0.216],[-2.124,-1.363],[-2.42,-1.475],[-0.89,-0.697],[-0.376,-0.264],[-0.849,-1.034],[-0.866,-1.515],[-0.657,-1.37],[-0.24,-0.681],[-1.034,-0.072],[-0.345,1.699],[0,0],[2.012,4.447],[0.85,1.002],[1.33,1.29],[0.513,0.169],[0.513,0.456],[4.216,2.82],[0.833,0.088],[0.424,0.144],[1.09,0.088],[2.861,0.801],[0,0],[2.518,0.617],[0,0],[0.416,-0.12],[2.124,-0.657],[0.376,-0.175],[0,0],[0.345,-0.328],[1.738,-0.713],[2.292,-1.531],[-0.689,-1.819],[-1.13,-1.411],[-0.882,-0.993],[-0.328,-0.545],[-0.85,-1.194],[-1.306,-1.892],[-0.81,-0.601],[0,0],[-0.89,-0.264],[0.432,-2.245],[0.505,-0.561],[1.409,-0.817],[0.377,-0.129],[1.619,-0.064],[0.296,-0.072],[3.742,-1.249],[1.899,0.48],[2.299,0.04],[-0.096,-0.977],[0.633,0.048],[0.568,-0.104],[-0.217,-1.154]],"v":[[67.918,15.651],[64.399,11.475],[63.887,10.225],[59.118,9.006],[57.852,8.005],[54.334,8.005],[48.283,7.012],[46.016,8.005],[40.734,8.005],[33.426,11.211],[31.406,11.211],[24.113,14.176],[19.072,18.367],[13.535,21.573],[12.277,21.573],[16.3,5.769],[16.564,-2.1],[18.576,-14.674],[18.319,-18.128],[13.03,-52.419],[11.765,-54.398],[10.515,-54.398],[9.762,-55.624],[4.72,-56.362],[2.196,-54.879],[-1.835,-54.639],[-4.584,-53.645],[-17.694,-50.448],[-19.466,-50.696],[-19.466,-51.425],[-15.932,-56.859],[-5.851,-69.192],[-2.597,-73.383],[-8.366,-84.467],[-12.156,-85.965],[-14.176,-85.228],[-11.909,-77.815],[-15.419,-73.151],[-21.229,-68.199],[-30.292,-59.335],[-34.572,-53.421],[-39.597,-48.469],[-44.381,-42.065],[-46.408,-40.823],[-46.905,-39.597],[-51.201,-35.654],[-53.188,-32.192],[-55.464,-30.726],[-57.988,-26.519],[-56.226,-20.364],[-55.96,-15.427],[-54.975,-14.193],[-53.709,-14.931],[-52.442,-13.688],[-49.188,-13.944],[-47.153,-17.151],[-45.655,-17.398],[-45.398,-19.626],[-42.361,-23.065],[-42.361,-24.804],[-40.102,-26.519],[-38.586,-29.235],[-37.336,-29.724],[-36.063,-31.944],[-34.314,-32.689],[-33.811,-34.909],[-32.553,-35.894],[-32.039,-38.363],[-28.272,-40.327],[-27.255,-42.065],[-24.995,-40.591],[-26.991,-38.114],[-27.512,-34.163],[-29.516,-28.746],[-29.516,-24.547],[-31.807,-19.37],[-34.067,-9.513],[-36.84,-3.35],[-37.08,0.095],[-40.102,8.742],[-36.319,16.412],[-33.057,18.119],[-29.516,18.119],[-16.195,16.893],[-8.366,16.148],[2.46,14.176],[2.949,14.176],[-4.864,22.558],[-6.859,25.267],[-9.641,29.963],[-8.879,36.118],[-4.864,42.032],[-2.597,42.032],[7.484,40.549],[12.773,39.58],[18.576,35.38],[25.107,32.439],[26.134,33.401],[30.389,36.118],[30.389,37.359],[31.406,37.592],[31.663,40.068],[32.665,41.054],[33.69,46.232],[34.685,47.233],[34.685,49.693],[35.181,57.562],[33.426,58.573],[32.929,59.791],[29.892,59.301],[28.641,60.28],[20.836,60.528],[17.062,61.77],[14.786,60.28],[9.248,60.047],[7.484,58.573],[2.196,57.331],[1.426,56.36],[-0.313,56.36],[-4.584,54.622],[-10.635,49.926],[-17.694,45.999],[-19.979,43.266],[-21.229,42.777],[-22.735,39.315],[-26.502,34.146],[-27.76,29.458],[-28.529,28.232],[-30.292,28.232],[-30.541,32.159],[-30.541,38.33],[-23.497,51.408],[-20.219,53.877],[-15.932,57.819],[-14.425,58.333],[-13.407,60.28],[-0.825,68.181],[1.691,68.43],[3.214,69.407],[6.499,69.672],[16.052,72.621],[19.072,72.621],[29.651,73.598],[34.685,73.598],[36.183,72.621],[42.233,71.386],[43.748,70.393],[46.256,70.393],[47.258,69.407],[52.065,68.43],[56.104,58.068],[52.827,53.38],[50.552,48.451],[46.776,45.246],[46.256,43.763],[42.97,40.301],[37.97,33.401],[34.171,31.678],[31.663,31.678],[28.882,30.196],[33.185,26.004],[34.685,24.281],[38.971,23.296],[40.214,22.294],[45.006,22.054],[46.256,21.332],[57.596,22.054],[61.627,22.054],[65.93,21.075],[65.666,18.119],[66.924,18.367],[67.918,18.119]],"c":true},"ix":2},"nm":"路径 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.060342683979,0.128694990569,0.544462376015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[68.168,87.168],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":6,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":120,"op":278,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"“信”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":128,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":158,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":214,"s":[100]},{"t":224,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":128,"s":[967.812,151.2,0],"to":[3.431,-0.114,0],"ti":[-6.569,0.219,0]},{"t":158,"s":[1027.812,151.169,0]}],"ix":2,"l":2},"a":{"a":0,"k":[80.368,71.649,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":128,"s":[80,80,100]},{"t":158,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.457,-0.152],[0,0],[0,0],[0.513,0.304]],"o":[[0,0],[0,0],[-0.28,-0.576],[-0.264,0.2]],"v":[[25.897,23.548],[25.897,24.053],[27.163,24.053],[26.418,23.292]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[1.425,0.688],[0.241,0.345],[0.361,0.097],[0,0],[8.759,-2.909],[1.972,-0.745],[0.93,-0.08],[1.13,0.641],[0,0],[0,0],[-0.585,0.329],[-0.417,0.088],[-0.865,0.585],[-0.818,0.232],[-0.376,0.256],[-1.73,1.034],[-0.152,0.224],[-0.673,0.08],[-1.595,0.689],[-2.596,1.394],[-1.178,0.176],[-0.288,0.264],[-0.584,0.168],[0.016,2.469],[1.435,0.73],[1.114,-0.112],[1.009,0.089],[0.392,-0.162],[1.259,-0.329],[0.89,-0.096],[1.33,0.304],[2.573,-0.713],[-0.225,-0.32],[-2.396,-0.664],[-1.018,-0.682],[-0.049,-0.216],[1.571,-1.002],[0.416,-0.496],[0.554,-0.529],[0.072,-0.409],[0.233,-0.12],[1.209,-0.664],[3.614,-2.708],[0.417,-0.594],[0.914,-0.689],[0.416,-0.666],[1.627,-0.832],[2.22,-0.938],[1.018,-0.08],[0.409,-0.561],[0.937,-0.818],[0.089,-0.577],[0.112,-0.392],[-0.12,-0.56],[-0.088,-1.138],[-0.232,-0.209],[-4.159,2.316],[-1.074,0.689],[-0.842,0.376],[-1.026,1.186],[0,0],[0.801,-1.619],[0.087,-0.753],[0.762,-2.412],[-0.448,-1.866],[-0.073,-1.708],[-1.315,-1.787],[-1.225,-0.57],[-0.698,-0.802],[-1.708,2.581],[-0.489,0.265],[-0.192,0.601],[-0.12,0.4],[-0.585,0.921],[-4.143,1.523],[-0.537,0.16],[-0.521,-0.088],[-0.641,0.2],[-1.25,0.841],[-1.01,-0.625],[1.073,-1.426],[2.172,-1.145],[2.356,-1.739],[-0.953,-1.587],[0,0],[-0.569,-0.424],[-1.522,-0.873],[-0.425,-0.08],[-0.151,-0.265],[0,0],[-0.513,-0.329],[-1.635,-1.587],[0,0],[-0.449,0.705],[-1.819,1.187],[1.082,1.866],[0.064,0.793],[-0.738,0.545],[-1.363,1.01],[-0.681,0.649],[-1.202,1.146],[-0.931,1.355],[-0.384,1.202],[1.178,0.793],[0.321,0.441],[0.698,0.602],[0.666,0.241],[1.635,0.76],[3.006,-0.802],[1.858,-0.161],[-0.32,-0.137],[0,0],[2.131,-0.425],[0.809,0.12],[0.209,-0.296],[0.561,-0.368],[0.562,-0.191],[0.737,0.176],[1.869,0.008],[-0.617,-0.305],[0.08,-0.24],[0.368,0.6],[0.426,-0.162],[-0.633,-0.313],[0.16,-0.241],[0.361,0.504],[0.681,-0.786],[0.578,0.296],[-2.613,3.888],[-0.657,1.034],[-2.373,0.617],[0,0],[-5.642,-1.355],[0,0],[-1.259,0.329],[-1.338,0.779],[-1.387,1.29]],"o":[[-0.249,-0.329],[-0.361,-0.168],[0,0],[-10.722,-2.412],[-2.156,0.689],[-0.913,0.088],[-0.793,0.281],[0,0],[0,0],[0.625,-0.385],[0.4,-0.072],[0.786,-0.682],[0.842,-0.232],[0.352,-0.257],[1.652,-1.082],[0.169,-0.256],[0.681,-0.104],[1.419,-0.513],[2.725,-1.146],[1.154,-0.177],[0.345,-0.208],[0.602,-0.153],[0.457,-1.803],[-1.154,-1.041],[-1.218,-0.641],[-1.026,-0.081],[-0.417,0.121],[-1.002,0.408],[-0.833,0.176],[-1.627,0.161],[-3.638,-0.826],[0,0.617],[0.248,2.525],[1.498,0.409],[0.4,0.359],[-0.434,2.116],[-0.425,0.497],[-0.762,0.481],[-0.064,0.409],[-0.192,0.223],[-1.266,0.681],[-4.016,2.237],[-0.417,0.577],[-0.985,0.673],[-0.424,0.633],[-1.315,1.057],[-2.067,1.09],[-1.01,0.096],[-0.641,0.321],[-0.93,0.825],[-0.089,0.577],[-0.136,0.401],[-0.409,1.13],[0.265,1.227],[0.312,0.145],[6.155,-0.192],[1.106,-0.593],[0.769,-0.441],[1.715,-0.737],[0,0],[0.296,2.06],[-0.088,0.753],[-0.818,2.372],[-0.913,2.805],[0.089,1.724],[0.657,2.188],[0.697,0.977],[0.954,0.425],[4.888,0.063],[0.296,-0.449],[0,-0.849],[0.112,-0.393],[0.4,-1.219],[2.043,-3.246],[0.552,-0.224],[0.513,0.08],[0.696,-0.176],[1.763,-0.585],[1.868,-0.033],[-0.153,2.38],[-1.475,1.971],[-2.829,1.467],[-1.074,0.802],[0,0],[0.586,0.409],[1.09,1.387],[0.425,0.097],[0.169,0.264],[0,0],[0.577,0.2],[1.956,1.258],[0,0],[0.85,-0.898],[1.145,-1.875],[-0.208,-3.902],[-0.16,-0.314],[0.689,-0.61],[1.354,-1.01],[0.657,-0.649],[1.475,-0.874],[1.146,-1.115],[0.631,-1.01],[0.641,-2.019],[-0.48,-0.328],[-0.528,-0.777],[-0.665,-0.264],[-1.418,-0.985],[-1.763,-0.786],[-1.41,0.377],[0.248,0.2],[0,0],[-2.268,0.521],[-0.842,0.16],[-0.057,0.569],[-0.512,0.345],[-0.417,0.256],[-0.753,-0.175],[-0.753,0.28],[0.337,0.585],[-0.097,0.265],[-0.801,-0.209],[-0.721,0.015],[0.281,0.72],[-0.168,0.256],[-0.673,-0.216],[-1.25,0.208],[-0.945,-0.088],[0.064,-6.371],[0.656,-0.986],[1.37,-1.691],[0,0],[5.106,-1.458],[0,0],[1.419,0.352],[1.61,-0.425],[0.441,-2.235],[-0.401,-1.747]],"v":[[64.685,-0.365],[63.939,-1.366],[59.892,-2.344],[53.857,-2.344],[20.375,0.38],[13.564,2.585],[10.79,2.841],[8.018,3.563],[7.522,3.563],[7.522,3.082],[9.3,1.599],[10.543,1.359],[12.561,-1.366],[15.07,-2.087],[16.096,-3.329],[21.384,-5.79],[21.874,-6.527],[23.893,-6.775],[28.43,-8.763],[36.242,-13.684],[39.76,-14.18],[40.265,-15.422],[42.036,-15.911],[43.302,-20.84],[39.76,-24.294],[35.994,-24.038],[32.957,-24.294],[31.707,-23.307],[28.172,-23.043],[25.168,-22.066],[19.117,-22.811],[9.044,-22.066],[9.3,-20.84],[18.853,-16.152],[22.643,-15.663],[22.884,-15.174],[19.117,-12.21],[17.859,-10.719],[14.316,-9.492],[14.085,-8.266],[12.056,-6.775],[8.523,-5.551],[-2.8,2.344],[-4.052,4.076],[-7.081,5.566],[-8.329,7.521],[-12.625,9.492],[-18.659,14.18],[-21.689,14.421],[-22.69,16.393],[-25.471,18.861],[-25.72,20.592],[-26.714,21.833],[-26.225,24.533],[-26.474,27.755],[-25.72,28.229],[-11.359,22.049],[-8.097,20.833],[-5.573,18.861],[0.991,15.895],[2.746,15.895],[0.733,20.833],[0.477,23.076],[-2.536,30.954],[-1.799,40.072],[-1.55,45.251],[1.743,51.91],[4.508,52.911],[7.289,55.861],[11.81,52.415],[14.085,51.413],[14.085,47.221],[15.07,45.755],[15.342,42.044],[28.43,34.415],[30.192,33.173],[31.707,33.421],[33.718,32.188],[38.005,31.443],[41.78,32.188],[38.743,36.378],[30.937,43.542],[23.388,46.484],[21.617,54.626],[21.617,59.563],[23.388,60.805],[27.163,65.219],[28.43,65.468],[28.918,66.238],[30.937,66.238],[32.716,67.706],[38.743,71.4],[40.018,71.4],[44.289,67.456],[47.575,62.759],[42.534,57.335],[42.269,54.37],[44.056,51.91],[48.071,49.201],[50.091,47.221],[54.627,44.77],[56.895,40.329],[59.154,37.124],[57.375,30.456],[56.124,29.967],[54.858,27.507],[52.856,26.762],[48.32,23.292],[36.242,21.585],[31.707,22.811],[32.716,23.292],[32.716,23.548],[26.674,25.288],[24.664,24.79],[24.398,25.777],[22.395,26.266],[21.384,27.507],[19.117,27.003],[16.841,27.755],[17.346,28.229],[17.097,28.975],[16.336,28.493],[14.837,28.734],[15.84,29.712],[15.342,30.456],[14.316,29.712],[11.311,31.443],[9.796,30.954],[14.573,16.16],[15.591,12.449],[22.884,8.499],[25.399,8.499],[44.554,7.521],[49.833,7.521],[60.661,9.74],[65.189,7.264],[66.961,1.117]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-1.113,0.642],[0.304,0.658],[0,0],[0.351,0.224],[2.652,1.379],[0.593,0.071],[0.385,0.145],[0,0],[0.552,0.16],[0,0],[2.252,-0.513],[2.548,-0.504],[0.593,0.088],[0.721,-0.185],[1.017,0.08],[0.256,-0.352],[0.762,-0.064],[0.833,-0.273],[0.85,0.096],[0.721,-0.264],[0,0],[0.384,-0.12],[1.955,-0.545],[4.231,-1.33],[1.594,-0.08],[1.459,-0.416],[1.098,-0.08],[0.169,-0.265],[0.584,-0.064],[2.131,-0.842],[1.258,-0.073],[1.852,0.641],[0.497,0.561],[0.312,-0.232],[0.634,-0.458],[0.553,-0.834],[0,0],[0,0],[0.946,0.921],[-1.426,1.715],[-2.197,1.619],[-2.092,2.019],[2.525,6.186],[1.868,3.15],[0.408,0.072],[1.635,-2.164],[1.009,-0.785],[0.081,-0.265],[1.162,-0.986],[0.513,-0.336],[0.537,-0.625],[0.079,-0.496],[0.778,-1.211],[2.068,-2.924],[1.451,-1.339],[0.842,-1.106],[1.201,-0.906],[0.473,-1.026],[0.096,-0.257],[0.257,-0.513],[2.028,-1.41],[0.601,-0.817],[0.256,-0.753],[0.498,-0.353],[0.385,-0.633],[1.385,-0.401],[-0.249,-0.489],[-0.704,-0.336],[0,0],[-0.088,-1.241],[-0.498,1.338],[-0.681,0.177],[0,0],[-0.585,0.602],[-0.681,0.241],[-0.833,0.617],[-0.424,0.288],[-0.93,0.922],[-0.985,1.186],[-0.096,0.337],[-0.633,0.681],[-0.36,0.512],[-1.418,1.971],[-0.432,-0.137],[0.52,-1.892],[0,0],[0.305,-1.307],[0,0],[0.136,-0.385],[0,0],[1.362,-4.833],[0,0],[0.217,-0.762],[0,0],[0.521,-1.674],[0.105,-0.897],[0.128,-0.528],[0.449,-1.187],[0.192,-0.778],[0,0],[0.176,-0.609],[0,0],[0.368,-1.347],[-0.465,-0.682],[-0.472,-0.841],[-0.529,0.296],[0,0],[-0.656,-0.761],[-0.409,-1.243],[-0.617,0.359],[-0.256,0.85],[-1.554,0.698],[-0.585,2.46],[-0.024,0.24],[0.088,0.481],[-0.145,0.345],[0,0],[-0.474,1.882],[0.113,0.826],[-0.217,0.681],[-0.657,2.773],[-0.073,2.549],[-0.152,0.656],[-1.458,5.032],[-0.064,1.795],[-1.163,4.062],[-0.409,1.371],[0,0],[-0.265,0.233],[-0.377,0.626],[0,0],[0,0],[-0.962,-0.778],[-0.64,-0.36],[-0.424,-0.497],[-0.416,-0.361],[-2.668,0.913],[0,0],[-0.514,0.145],[0,0],[-1.194,0.4],[0,0],[-0.649,0.185],[0,0],[-2.517,0.609],[0,0],[-1.772,0.457],[-2.676,0.665],[-1.572,0.521],[-3.678,0.818],[0,0],[-0.416,-0.144],[-3.013,-1.835],[-1.947,0.593],[-1.892,0.777],[0.769,0.962]],"o":[[0.569,-0.696],[0,0],[-0.104,-0.192],[-2.558,-1.515],[-0.585,-0.064],[-0.32,-0.161],[0,0],[-0.577,-0.176],[0,0],[-1.475,-0.409],[-2.573,0.609],[-0.594,-0.087],[-0.649,0.152],[-1.01,-0.064],[-0.249,0.352],[-0.737,0.071],[-0.898,0.353],[-0.826,-0.08],[-0.825,0.256],[0,0],[-0.305,0.12],[-1.988,0.649],[-4.159,1.202],[-1.579,0.105],[-1.362,0.465],[-1.097,0.081],[-0.16,0.248],[-0.585,0.064],[-2.188,0.873],[-1.242,0.079],[-1.347,0.344],[-0.721,-0.265],[-0.649,0.016],[-0.817,0.305],[0.144,0.921],[0,0],[0,0],[-0.562,-1.266],[0.289,-2.846],[1.707,-2.091],[2.387,-1.738],[2.997,-2.918],[-1.378,-3.446],[-0.424,-0.087],[-1.026,2.677],[-0.737,0.985],[-0.08,0.24],[-1.169,0.969],[-0.4,0.504],[-0.713,0.481],[-0.072,0.49],[-0.738,1.018],[-1.995,3.141],[-1.178,1.643],[-1.009,0.938],[-0.937,1.194],[-0.922,0.673],[-0.24,0.513],[-0.16,0.465],[-3.461,0.706],[-0.881,0.601],[-0.256,0.746],[-0.609,0.353],[-0.576,0.392],[-0.641,1.138],[-0.362,1.555],[0.424,0.681],[0,0],[0.241,0.634],[1.402,0.329],[1.057,0.056],[0,0],[0.489,-0.706],[0.681,-0.232],[0.906,-0.592],[0.417,-0.297],[1.05,-0.785],[1.114,-1.098],[0.072,-0.337],[0.681,-0.657],[0.425,-0.457],[1.402,-1.891],[0.721,0.024],[-0.072,2.62],[0,0],[-0.337,1.323],[0,0],[-0.136,0.417],[0,0],[-1.339,4.712],[0,0],[-0.216,0.977],[0,0],[-0.505,1.69],[-0.088,0.906],[-0.176,0.425],[-0.224,1.035],[-0.224,0.609],[0,0],[-0.168,0.497],[0,0],[-0.417,1.209],[-0.296,1.107],[-0.032,1.474],[0.698,0.121],[0,0],[0.761,0.537],[0.698,0.811],[0.928,0.087],[0.786,-0.402],[1.499,0.329],[0.344,-1.924],[0.056,-0.242],[-0.072,-0.473],[0.128,-0.496],[0,0],[0,-2.557],[0.247,-1.051],[-0.055,-0.368],[0.696,-2.397],[0.064,-2.54],[-0.057,-0.264],[1.162,-5.233],[0.072,-1.811],[1.082,-3.815],[0.456,-1.547],[0,0],[0.256,-0.264],[0.297,-0.729],[0,0],[0,0],[0.617,1.066],[0.536,0.424],[0.417,0.473],[0.546,0.329],[3.214,-0.137],[0,0],[0.433,-0.129],[0,0],[1.219,-0.441],[0,0],[0.713,-0.176],[0,0],[2.564,-0.577],[0,0],[1.755,-0.561],[2.54,-0.674],[1.619,-0.393],[3.525,-1.09],[0,0],[0.417,0.136],[3.662,1.266],[1.218,0.769],[1.698,-0.505],[0.28,-1.154],[0.112,-1.754]],"v":[[79.549,-36.363],[78.035,-38.848],[78.035,-40.322],[75.272,-42.06],[66.961,-46.5],[65.189,-46.724],[63.939,-47.727],[61.927,-47.727],[60.156,-48.711],[58.144,-48.711],[51.846,-49.706],[44.554,-48.465],[42.783,-48.711],[40.514,-47.486],[37.486,-47.727],[36.732,-46.724],[34.463,-46.5],[31.436,-44.762],[28.918,-45.017],[26.93,-43.527],[24.143,-43.527],[22.884,-42.542],[17.346,-42.06],[3.739,-38.616],[-1.029,-38.358],[-6.078,-36.363],[-9.349,-36.13],[-9.853,-35.376],[-11.615,-35.152],[-18.924,-32.435],[-22.69,-32.188],[-28.75,-31.451],[-30.993,-33.413],[-32.251,-33.158],[-33.766,-31.93],[-33.766,-28.477],[-33.766,-27.988],[-34.286,-27.988],[-36.29,-31.93],[-32.251,-37.598],[-26.714,-44.033],[-19.669,-49.193],[-15.406,-60.788],[-22.186,-69.428],[-23.443,-69.66],[-26.225,-61.285],[-29.238,-59.066],[-29.495,-58.313],[-33.013,-55.363],[-34.03,-53.889],[-37.052,-52.655],[-37.299,-51.164],[-41.331,-47.966],[-48.88,-40.322],[-52.662,-35.641],[-55.924,-33.158],[-59.209,-29.462],[-62.48,-26.746],[-62.232,-25.776],[-63.241,-24.294],[-67.504,-20.84],[-70.293,-19.117],[-71.047,-16.889],[-73.05,-16.641],[-73.578,-15.174],[-77.857,-12.939],[-79.87,-6.527],[-77.089,-5.301],[-77.089,-0.621],[-76.336,1.117],[-72.552,0.38],[-70.036,1.117],[-67.016,-1.598],[-66.005,-4.076],[-63.987,-4.796],[-61.734,-7.272],[-60.452,-7.762],[-57.951,-10.983],[-54.169,-14.18],[-53.92,-15.174],[-51.404,-16.641],[-50.651,-18.371],[-45.858,-23.797],[-44.352,-23.564],[-45.602,-16.641],[-45.602,-13.427],[-46.62,-8.995],[-46.62,-6.303],[-47.621,-5.06],[-47.621,0.38],[-51.901,15.415],[-51.901,18.613],[-52.911,21.585],[-52.911,24.286],[-54.93,30.697],[-55.188,33.421],[-56.189,34.904],[-56.189,38.102],[-57.19,40.563],[-57.19,45.01],[-58.208,46.964],[-58.208,49.691],[-60.211,53.648],[-60.211,60.54],[-59.707,64.003],[-58.464,64.003],[-57.439,64.003],[-55.685,68.441],[-53.672,70.415],[-51.646,70.415],[-50.651,68.441],[-47.365,68.682],[-47.125,61.792],[-46.62,59.796],[-46.868,58.328],[-45.858,56.846],[-45.858,51.173],[-44.849,45.251],[-44.602,37.124],[-44.849,35.393],[-42.581,27.988],[-42.34,20.342],[-42.581,18.613],[-39.808,2.104],[-39.576,-3.329],[-37.052,-15.663],[-35.289,-20.327],[-35.289,-23.043],[-34.519,-23.797],[-34.03,-26.266],[-34.03,-26.746],[-33.766,-26.746],[-31.513,-22.555],[-29.495,-22.066],[-28.229,-20.591],[-26.97,-20.103],[-17.651,-23.307],[-14.885,-23.307],[-13.378,-24.294],[-10.599,-24.294],[-6.326,-26.266],[-4.571,-26.266],[-2.295,-27.259],[0.733,-27.259],[9.3,-29.462],[12.561,-29.462],[18.853,-31.682],[26.418,-32.435],[31.436,-34.415],[42.036,-36.628],[53.857,-36.628],[55.372,-35.641],[65.461,-32.188],[72.994,-28.245],[77.794,-31.451],[77.794,-34.656]],"c":true},"ix":2},"nm":"路径 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[-0.97,-1.026],[0,0],[-2.364,-1.05],[-1.594,-0.858],[-0.585,-0.096],[-0.737,-0.809],[-0.585,-0.153],[-0.658,-0.649],[-0.754,0.08],[-0.432,0.081],[-0.185,0.072],[0.464,0.545],[0,0],[1.739,1.21],[1.187,0.457],[0,0],[0.368,0.345],[0,0],[0.401,0.144],[0,0],[0.553,0.193],[1.258,0.352],[1.29,0.049],[-0.216,-0.705]],"o":[[0.625,1.306],[0,0],[1.843,1.514],[1.748,0.77],[0.593,0.096],[0.745,0.834],[0.585,0.169],[0.665,0.657],[0.761,-0.072],[0.192,0.064],[0.072,-0.024],[0,-1.034],[0,0],[-0.866,-1.971],[-0.945,-0.673],[0,0],[-0.313,-0.32],[0,0],[-0.408,-0.136],[0,0],[-0.561,-0.184],[-1.707,-0.576],[-0.73,-0.201],[-0.185,0.401],[0,0]],"v":[[16.336,-70.173],[18.853,-65.974],[18.853,-65.733],[25.648,-62.521],[30.937,-59.323],[32.716,-59.066],[34.968,-56.607],[36.732,-56.108],[38.743,-54.137],[41.019,-54.385],[42.036,-53.633],[42.783,-54.137],[42.269,-56.349],[42.269,-61.046],[37.237,-64.973],[33.966,-67.216],[32.445,-67.216],[31.435,-68.194],[29.944,-68.194],[28.677,-69.18],[26.418,-69.18],[24.895,-70.422],[18.853,-70.661],[16.593,-71.4],[16.096,-70.173]],"c":true},"ix":2},"nm":"路径 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.060342683979,0.128694990569,0.544462376015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[80.368,71.65],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":6,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":120,"op":279,"st":0,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"“京”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":124,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":154,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":210,"s":[100]},{"t":220,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":120,"s":[783.963,153.484,0],"to":[0.667,0,0],"ti":[-9.333,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":124,"s":[787.963,153.484,0],"to":[3.8,0,0],"ti":[-5.534,0,0]},{"t":154,"s":[843.963,153.484,0]}],"ix":2,"l":2},"a":{"a":0,"k":[69.506,87.685,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":124,"s":[80,80,100]},{"t":154,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.745,-2.74],[1.202,-0.625],[0,0],[0.682,-0.753],[1.058,-0.408],[1.346,-1.202],[0.953,1.651],[-0.296,3.245],[-3.935,1.114],[0,0],[-1.131,0.328],[-1.347,0.081],[-1.98,0.777],[-1.843,1.763],[-0.281,-0.192],[0,0]],"o":[[-1.386,0.802],[0,0],[-0.656,0.721],[-0.922,0.521],[-1.811,0.721],[-2.597,-0.097],[-1.411,-2.477],[3.63,-1.635],[0,0],[1.41,-0.337],[1.338,-0.073],[1.971,-0.552],[3.069,-1.219],[0.513,0.096],[0,0],[-1.811,5.114]],"v":[[8.559,-0.862],[3.774,3.587],[2.508,3.587],[0.489,5.822],[-2.532,6.544],[-7.308,9.733],[-10.338,6.303],[-13.615,-3.577],[-2.532,-8.995],[-0.513,-8.995],[3.774,-10.237],[7.789,-10.47],[14.096,-13.178],[22.662,-15.406],[23.417,-15.15],[24.419,-15.15]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[1.33,0.953],[0.592,0.466],[0.673,0.176],[2.099,0.85],[1.507,0.409],[0.457,0.128],[0,0],[5.081,-0.096],[0.073,0.072],[-3.325,1.924],[-0.561,0.241],[-0.191,0.16],[-1.955,1.266],[1.923,1.707],[-1.385,1.763],[-0.785,1.402],[-0.057,0.032],[-0.898,1.482],[-0.095,0.513],[10.547,-0.136],[2.621,-0.705],[1.483,-0.465],[0,0],[0.617,-0.209],[0,0],[0.392,-0.145],[0,0],[1.025,-0.4],[2.004,-1.788],[0.633,1.828],[0.208,0.865],[1.434,0.737],[0.609,0.393],[0.321,-0.497],[-0.81,-2.557],[-0.376,-1.371],[-0.087,-1.787],[-0.152,-0.504],[-0.079,-1.226],[-0.72,-0.489],[-0.681,-0.233],[-2.797,1.668],[-0.617,-0.377],[-0.754,-2.212],[-0.136,-0.384],[0,0],[-0.385,-1.033],[-1.427,0.545],[-0.353,0.312],[-0.272,-0.232],[1.282,-1.218],[0.345,-0.104],[0,0],[0.657,-0.433],[0.833,-0.241],[0.729,-0.377],[0.874,-0.577],[0.585,-0.561],[0.721,-0.319],[0.698,-0.641],[0.32,0.215],[0.249,0.08],[-0.506,0.777],[-1.61,0.625],[-0.809,0.818],[-0.401,0.465],[1.323,1.571],[1.932,0.97],[2.525,-2.292],[0,0],[0.561,-1.53],[0.337,-0.337],[0.376,-1.193],[0.079,-0.201],[0,0],[-3.67,-1.714],[-0.76,-0.152],[-1.362,-0.448],[-1.515,0.136],[-2.444,2.187],[-1.683,2.453],[0,0],[0.032,-3.823],[0.104,-0.672],[-0.601,-1.427],[-0.257,-0.248],[0,0],[-1.026,-0.77],[-0.096,-0.264],[-1.274,-1.227],[-1.851,1.162],[0.352,1.515],[-0.834,3.501],[-0.689,2.163],[-1.314,2.268],[-0.673,0.2],[-0.656,-0.153],[-1.602,-0.176],[-1.587,-1.049],[0.089,-1.058],[0.873,-0.65],[-0.954,-0.424],[0.464,-0.377],[-0.144,-0.368],[-0.434,0.336],[-0.978,-0.576],[-4.488,1.346],[-1.499,1.492],[-0.946,0.641],[-2.797,0.713],[1.162,3.077]],"o":[[-0.793,-0.609],[-0.682,-0.168],[-1.796,-1.01],[-1.275,-0.48],[-0.536,-0.153],[0,0],[-3.879,-0.978],[-0.081,-0.096],[0.289,-4.392],[0.737,-0.401],[0,0],[1.499,-1.13],[-0.44,-2.773],[0.2,-2.941],[0.922,-1.202],[0,0],[1.634,-1.074],[0.087,-0.504],[4.312,-10.025],[-1.779,1.426],[-1.523,0.41],[0,0],[-0.698,0.208],[0,0],[-0.4,0.144],[0,0],[-0.97,0.321],[-2.733,1.154],[-2.5,0.072],[-0.24,-0.721],[-1.859,-0.449],[-0.698,-0.344],[-0.834,0.056],[-0.857,1.354],[0.424,1.21],[0.089,1.802],[0.145,0.441],[0.072,1.227],[0.329,0.93],[0.682,0.265],[1.274,0.873],[0.953,0.161],[-0.208,1.53],[0.136,0.393],[0,0],[0.328,0.89],[0.914,0.2],[0.32,-0.352],[0.657,-0.225],[1.066,1.314],[-0.225,0.217],[0,0],[-0.489,0.352],[-0.833,0.233],[-0.634,0.409],[-0.97,0.488],[-0.593,0.585],[-0.585,0.345],[-0.834,0.345],[-0.649,-0.007],[-0.257,-0.089],[0.121,-0.962],[0.232,-2.027],[1.235,-0.465],[0.465,-0.433],[0,-3.261],[-1.339,-1.578],[-4.768,-2.404],[0,0],[-0.424,1.066],[-0.329,0.33],[-0.496,0.954],[-0.081,0.193],[0,0],[-0.889,4.48],[0.745,0.161],[1.115,0.673],[1.691,0.585],[2.244,-2.315],[2.211,-1.932],[0,0],[0.73,3.19],[0,1.634],[-0.185,1.107],[0.249,0.249],[0,0],[0.576,1.13],[0.073,0.256],[1.251,1.218],[2.356,-0.12],[0.249,-1.105],[-0.569,-2.435],[0.641,-2.669],[0.946,-2.95],[1.042,-0.216],[0.881,-0.297],[1.611,0.16],[2.02,0.569],[-0.081,1.058],[-0.344,0.993],[0.04,1.425],[-0.136,0.778],[0.088,0.569],[0.707,-0.079],[1.57,0.24],[2.612,1.604],[2.868,-0.849],[0.77,-0.777],[2.1,-1.411],[0.288,-3.191],[-0.513,-1.378]],"v":[[51.865,43.303],[49.87,40.577],[47.835,40.081],[42.297,36.618],[38.273,36.146],[36.511,35.16],[33.482,35.16],[20.643,32.941],[20.395,32.701],[25.932,22.811],[27.688,22.811],[29.706,21.337],[32.977,15.927],[25.932,7.537],[29.706,1.624],[31.214,-2.576],[35.494,-5.789],[42.297,-9.732],[42.544,-11.224],[23.912,-25.52],[16.099,-24.526],[10.555,-22.555],[7.052,-22.555],[5.281,-21.328],[3.518,-21.328],[2.252,-20.335],[0.24,-20.335],[-3.782,-18.629],[-12.341,-16.135],[-14.873,-18.124],[-15.875,-20.086],[-20.659,-22.314],[-23.175,-22.811],[-24.932,-22.314],[-26.974,-8.738],[-25.188,-4.059],[-24.932,1.358],[-23.93,2.849],[-23.682,6.544],[-20.164,11.96],[-18.128,12.706],[-11.596,15.927],[-10.081,16.658],[-10.338,23.316],[-9.328,24.542],[-9.328,27.01],[-7.565,29.23],[-3.278,29.735],[-2.26,28.742],[2.252,29.23],[0.753,37.861],[-2.532,39.344],[-3.782,39.344],[-5.554,42.068],[-8.062,42.798],[-10.081,44.537],[-12.846,45.514],[-14.609,47.229],[-16.628,47.493],[-19.643,49.705],[-20.916,49.466],[-21.654,49.209],[-20.916,44.288],[-17.375,40.329],[-13.857,39.824],[-13.094,37.636],[-15.37,33.429],[-19.643,29.23],[-33.002,33.669],[-35.518,37.861],[-35.518,43.037],[-36.527,44.033],[-36.768,47.493],[-37.536,48.464],[-37.536,53.88],[-30.982,65.741],[-28.706,66.214],[-24.932,68.682],[-18.128,68.682],[-10.338,61.783],[-3.534,56.613],[-2.028,56.613],[-2.028,68.45],[-1.515,74.123],[-1.763,78.307],[-1.01,79.044],[-1.01,80.767],[2.773,82.995],[3.021,83.748],[6.796,87.435],[12.838,83.251],[14.096,73.37],[13.344,58.826],[15.602,51.926],[17.87,44.288],[20.643,43.303],[23.912,43.785],[28.705,44.288],[33.995,47.493],[33.729,50.692],[27.688,58.826],[28.938,60.796],[28.45,61.783],[28.705,62.776],[30.229,62.28],[32.24,63.761],[44.557,66.214],[48.339,62.535],[51.369,61.046],[57.404,56.109],[57.659,48.72]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[1.394,0.384],[-0.328,0.866],[4.993,1.218],[0,0],[7.99,0.064],[2.349,-0.232],[2.54,-0.777],[1.266,-0.089],[6.155,-2.396],[2.308,-1.137],[2.573,-1.073],[1.772,-0.761],[1.001,-0.353],[0,0],[0.416,-0.168],[5.569,0.152],[1.186,1.147],[0,0],[0.674,-0.577],[0.24,-1.233],[-1.981,-1.507],[-1.13,-1.009],[-0.955,0.345],[0,0],[-1.418,0.529],[0,0],[-2.492,0.769],[-1.547,0.753],[-0.329,0.336],[-0.665,0.089],[-0.898,0.336],[-1.025,0.104],[-0.216,0.08],[-1.178,0.064],[-0.425,0.152],[0,0],[-2.325,1.042],[0,0],[-0.914,0.225],[-1.427,0.064],[-5.61,1.315],[-2.909,-0.569],[0,0],[-2.404,-0.136],[-1.843,-0.601],[-0.513,-0.137],[0,0],[-2.316,-0.777],[-1.699,0.441],[-1.226,0.313],[-2.212,1.402],[0,0]],"o":[[0.16,-1.138],[-4.343,-1.988],[0,0],[-6.812,-1.627],[-1.547,0.961],[-2.78,0.28],[-1.25,0.08],[-6.098,2.636],[-2.468,0.979],[-2.444,1.194],[-1.794,0.77],[-0.953,0.409],[0,0],[-0.425,0.127],[-4.047,1.683],[-1.138,-1.202],[0,0],[-0.673,0.577],[-0.256,1.219],[0.44,2.998],[1.249,0.937],[1.659,-0.071],[0,0],[1.218,-0.552],[0,0],[2.252,-0.777],[1.715,-0.488],[0.336,-0.337],[0.665,-0.088],[0.898,-0.343],[0.994,-0.089],[0.209,-0.064],[1.17,-0.072],[0.497,-0.161],[0,0],[2.532,-0.873],[0,0],[0.954,-0.224],[1.434,-0.072],[4.808,-1.747],[3.551,-0.849],[0,0],[2.436,0.577],[1.571,0.088],[0.457,0.152],[0,0],[2.116,0.497],[0.994,0.336],[1.009,-0.264],[-0.025,-3.663],[0,0],[-1.137,-0.697]],"v":[[65.977,-41.059],[66.731,-42.773],[51.865,-46.965],[48.083,-46.965],[24.922,-49.457],[15.106,-49.193],[5.521,-47.221],[1.755,-46.965],[-17.638,-40.073],[-24.932,-37.853],[-32.745,-33.918],[-38.282,-32.668],[-41.807,-30.697],[-43.836,-30.697],[-45.334,-29.711],[-60.945,-26.49],[-64.719,-29.711],[-66.492,-29.711],[-68.503,-27.973],[-69.255,-24.286],[-63.725,-13.426],[-59.198,-11.465],[-56.674,-12.457],[-54.911,-12.457],[-51.378,-15.406],[-49.87,-15.406],[-42.57,-18.629],[-38.034,-19.605],[-37.023,-20.583],[-35.013,-20.832],[-31.976,-22.555],[-28.963,-22.811],[-27.961,-23.54],[-24.419,-23.78],[-22.935,-24.783],[-21.172,-24.783],[-13.367,-28.733],[-11.339,-28.733],[-8.062,-29.711],[-3.782,-29.944],[11.067,-34.88],[25.435,-33.918],[28.938,-33.918],[37.768,-32.909],[43.315,-32.909],[45.07,-31.931],[49.349,-31.931],[56.666,-30.697],[62.203,-29.711],[65.208,-31.177],[69.255,-38.341],[69.255,-38.84]],"c":true},"ix":2},"nm":"路径 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-0.088,-1.147],[-0.232,-0.569],[-0.906,-1.467],[-0.353,-0.746],[-0.193,-0.913],[0,0],[-0.681,-0.072],[-1.33,-0.617],[-0.93,-0.745],[-1.883,1.875],[1.041,1.451],[0.497,0.409],[0.337,0.841],[0,0],[1.009,0.753],[0.738,0.865],[4.904,0.032],[0.826,-0.368],[-1.042,-2.765]],"o":[[0.192,0.609],[0.722,1.651],[0.409,0.665],[0.16,0.897],[0,0],[0.673,0.088],[1.37,0.633],[1.226,0.585],[3.333,-0.368],[-0.032,-2.187],[-0.521,-0.392],[-0.601,-0.785],[0,0],[-1.002,-0.738],[-0.706,-0.922],[-2.363,-2.717],[-0.777,0.626],[-0.705,3.71],[0.072,1.145]],"v":[[-8.815,-73.603],[-7.565,-71.639],[-6.042,-66.96],[-4.279,-64.979],[-3.782,-62.255],[-0.761,-59.796],[1.266,-59.563],[4.784,-56.59],[7.789,-55.355],[13.839,-61.285],[10.834,-69.18],[9.312,-70.397],[7.292,-73.121],[7.292,-74.348],[4.271,-76.576],[3.021,-79.781],[-8.815,-87.435],[-12.094,-85.953],[-9.071,-77.056]],"c":true},"ix":2},"nm":"路径 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.060342683979,0.128694990569,0.544462376015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.505,87.686],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":6,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":120,"op":277,"st":0,"bm":0},{"ddd":0,"ind":25,"ty":4,"nm":"“北”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":120,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":150,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":218,"s":[100]},{"t":228,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":90,"s":[1369.057,155,0],"to":[-127,0,0],"ti":[0.333,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":119,"s":[607.057,155,0],"to":[-0.333,0,0],"ti":[-10.333,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":120,"s":[605.057,155,0],"to":[3.974,0,0],"ti":[-6.36,0,0]},{"t":150,"s":[667.057,155,0]}],"ix":2,"l":2},"a":{"a":0,"k":[87.016,73.292,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":120,"s":[80,80,100]},{"t":150,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.449,0.224],[0.865,0.329],[-0.545,-0.768]],"o":[[0.57,-0.192],[0.016,-1.171],[-0.313,0.577],[0,0]],"v":[[-22.551,-13.765],[-21.549,-14.252],[-22.302,-15.984],[-22.551,-14.006]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.185,0.257],[0.081,-0.256],[0,0]],"o":[[-0.096,0.24],[0,0],[-0.121,-0.505]],"v":[[-21.293,-17.955],[-21.549,-17.218],[-21.036,-17.218]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[1.297,2.917],[0.353,1.073],[0.345,-1.235],[0.392,-0.175],[1.194,1.21],[1.187,-1.563],[0.528,-0.841],[0.594,0.28],[-0.088,2.781],[0.33,0.954],[0.072,1.066],[0.144,0.344],[0,0],[0.144,0.449],[0,0],[0.232,0.521],[0,0],[0.369,0.521],[0.506,0.361],[0.721,0.793],[0.585,0.321],[1.827,0.786],[1.852,0.633],[0.89,0.321],[1.475,0.552],[4.08,0.865],[0.393,-0.297],[0.433,-0.232],[-0.185,-0.272],[-1.33,-0.993],[-0.928,-1.467],[-0.353,-0.425],[-0.505,-1.851],[0.079,-1.058],[0.426,-1.418],[-0.441,-1.355],[-0.128,-0.384],[0,0],[0,0],[0.922,-1.122],[2.596,0.945],[1.194,1.042],[1.563,-0.81],[0,0],[-1.29,-2.019],[-0.152,-0.586],[-0.408,-0.313],[-0.786,-1.09],[-1.049,-1.418],[-0.633,-0.536],[-0.401,-0.634],[-0.777,-1.346],[-0.505,-0.321],[0,0],[-0.119,-0.376],[-1.002,-1.258],[0.85,-0.353],[-0.537,-1.707],[0.105,-0.409],[0.088,-2.781],[0.193,-0.345],[0.666,-0.64],[0,0],[-0.425,-0.322],[-1.546,-1.45],[-0.368,-0.449],[-1.274,-0.801],[0,0],[-0.409,-0.489],[-0.537,-0.362],[-2.163,1.506],[-1.347,0.826],[-0.778,1.707],[-0.24,0.24],[-0.729,1.723],[-0.369,0.521],[-0.256,0.681],[-0.24,1.401],[-0.385,0.857],[-0.601,1.25],[-0.425,0.945],[-0.4,0.553],[-0.433,0.257],[-0.545,0.817],[-0.521,0.497],[-0.071,0.978],[-0.464,0.505],[-0.256,0.906],[-0.281,0.618],[-0.801,1.387],[-0.337,0.337],[0,0],[-0.185,0.545],[-0.088,0.738],[-0.634,2.139],[-0.08,1.651],[0.305,1.37],[0.113,0.377]],"o":[[-0.297,-0.721],[-1.618,0.152],[-0.841,0.336],[-0.785,0.377],[-2.275,0.313],[-0.536,0.713],[-0.938,-0.072],[0.104,-2.798],[-0.272,-0.898],[-0.064,-1.074],[-0.136,-0.569],[0,0],[-0.169,-0.601],[0,0],[-0.249,-0.818],[0,0],[-0.16,-0.385],[-0.36,-0.505],[-0.865,-0.65],[-0.401,-0.449],[-1.763,-0.945],[-1.651,-0.728],[-1.474,-0.537],[-1.658,-0.593],[-3.486,-1.323],[-0.376,0.297],[-0.592,0.169],[0.096,0.52],[0.689,1.571],[1.355,1.002],[0.297,0.481],[1.082,1.378],[-0.08,1.082],[0.24,1.21],[-0.192,0.617],[0.121,0.392],[0,0],[0,1.924],[-0.208,1.875],[-3.117,-0.128],[-1.747,-0.641],[-2.372,-0.048],[0,0],[1.764,1.611],[0.176,0.57],[0.289,0.432],[1.058,0.785],[1.041,1.45],[0.506,0.705],[0.545,0.49],[0.825,1.258],[0.497,0.329],[0,0],[0.145,0.384],[0.553,1.714],[-0.024,1.082],[0.056,1.058],[0.249,0.777],[-0.08,2.797],[-0.144,0.416],[-0.472,0.865],[0,0],[0.417,0.329],[1.137,1.842],[0.425,0.368],[0.93,1.218],[0,0],[0.417,0.506],[0.721,0.353],[3.366,-0.377],[1.379,-1.01],[1.49,-0.914],[0.248,-0.256],[0.69,-1.9],[0.289,-0.681],[0.489,-0.658],[0.257,-1.387],[0.368,-0.794],[0.52,-1.275],[0.449,-0.938],[0.305,-0.69],[0.441,-0.257],[0.553,-0.801],[0.505,-0.489],[0.096,-0.977],[0.281,-0.729],[0.256,-0.897],[0.321,-0.625],[0.721,-1.603],[0.313,-0.345],[0,0],[0.168,-0.473],[0.087,-0.745],[0.737,-1.939],[0.079,-1.643],[0.305,-1.209],[-0.08,-0.392],[-0.825,-2.573]],"v":[[-14.761,-13.765],[-16.26,-16.472],[-17.767,-14.252],[-20.547,-14.006],[-22.551,-13.26],[-26.342,-7.593],[-28.344,-5.639],[-29.876,-6.11],[-29.611,-14.502],[-31.134,-17.715],[-31.374,-20.904],[-32.376,-22.394],[-32.376,-24.615],[-33.369,-26.346],[-33.369,-28.068],[-34.643,-30.032],[-34.643,-32.516],[-35.902,-34.729],[-37.433,-35.465],[-39.42,-38.423],[-40.951,-38.928],[-46.232,-42.864],[-51.273,-43.848],[-55.544,-46.813],[-60.841,-47.062],[-71.676,-51.005],[-73.167,-50.26],[-74.176,-49.778],[-73.935,-49.033],[-69.64,-46.068],[-66.876,-41.636],[-65.361,-40.65],[-62.596,-35.722],[-62.852,-32.516],[-61.835,-28.309],[-62.596,-25.848],[-61.586,-24.615],[-61.586,-11.304],[-62.091,0.045],[-64.616,3.249],[-74.937,0.541],[-79.465,-0.693],[-86.766,-0.204],[-86.766,2.769],[-81.492,8.434],[-80.988,10.158],[-79.73,10.902],[-77.445,13.852],[-73.167,17.553],[-71.924,19.765],[-69.896,20.52],[-68.39,25.199],[-66.876,26.184],[-66.876,28.173],[-65.874,29.382],[-65.874,32.611],[-66.635,34.094],[-64.359,38.021],[-64.616,40.497],[-64.864,48.865],[-65.874,50.122],[-66.876,52.092],[-66.876,59.481],[-65.617,60.46],[-62.356,66.149],[-60.841,66.871],[-57.82,71.069],[-57.051,71.069],[-55.808,72.552],[-53.789,73.042],[-47.482,67.882],[-42.441,66.638],[-40.686,61.461],[-39.941,60.724],[-38.675,55.787],[-37.168,54.297],[-35.902,51.332],[-35.148,47.149],[-33.369,44.929],[-32.376,41.723],[-30.364,38.766],[-29.876,36.796],[-28.593,36.049],[-27.599,33.349],[-26.085,31.858],[-25.845,28.901],[-24.322,27.915],[-23.569,25.199],[-22.053,23.219],[-20.796,19.036],[-19.786,18.035],[-19.786,15.333],[-18.784,13.363],[-18.528,11.134],[-16.003,4.475],[-15.763,-0.454],[-14.497,-5.373],[-15.507,-6.623]],"c":true},"ix":2},"nm":"路径 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0.777,1.21],[1.626,1.154],[0.352,0.498],[0.649,0.328],[0.249,0.322],[1.091,0.562],[0.183,0.088],[0,0],[0.817,0.473],[-1.138,1.386],[0.97,1.9],[0.079,0.593],[0.657,1.154],[0.642,0.537],[1.122,0.689],[1.804,0.825],[1.707,-0.048],[0.449,-0.168],[1.049,-0.578],[-0.522,-2.453],[-0.258,-1.211],[2.164,-3.382],[0.89,-0.914],[0.305,-0.505],[0.304,-0.569],[0.769,-0.073],[0.345,-0.232],[0.473,-0.408],[0.489,-0.297],[0.297,-0.096],[1.611,0.337],[1.354,-0.344],[-1.322,-1.628],[-0.224,-0.577],[-1.025,-1.57],[-0.89,-0.497],[-0.937,-0.954],[1.915,-3.142],[2.115,-3.31],[1.587,-2.107],[0.906,-1.154],[0.953,-0.721],[1.169,-3.55],[-0.296,-1.555],[-0.257,-1.075],[-0.345,-0.785],[-0.241,-1.403],[-1.105,-0.905],[-1.242,-1.562],[-0.61,-1.611],[-2.533,0.666],[-0.906,0.201],[-0.769,-0.064],[-1.755,0.417],[-1.491,0.457],[-1.354,0.794],[-0.738,0.232],[0,0],[-0.666,1.467],[-0.649,2.34],[0.6,1.763],[1.643,2.749],[2.54,0.032],[0,0],[0.545,0.152],[1.875,1.154],[0.208,1.355],[-0.08,0.32],[-0.257,1.098],[-0.632,1.29],[-0.289,0.697],[-1.851,2.573],[-0.424,0.321],[-0.577,0.77],[-0.769,0.649],[-0.472,1.098],[-1.419,0.641],[0,0],[-0.705,0.191],[0,0],[-1.379,0.441],[-1.226,0.658],[-0.826,1.017],[-1.29,3.221]],"o":[[-0.04,-2.821],[-0.321,-0.473],[-0.576,-0.4],[-0.24,-0.345],[-0.977,-0.616],[-0.256,-0.128],[0,0],[-0.89,-0.304],[0.12,-2.179],[-0.048,-2.926],[-0.096,-0.568],[-0.785,-1.515],[-0.433,-0.818],[-0.961,-0.834],[-1.643,-1.01],[-1.282,-0.585],[-0.249,0.192],[0.464,0.922],[0.512,2.251],[0.264,0.689],[1.066,4.967],[-0.673,1.058],[-0.4,0.424],[-0.433,0.649],[-0.745,0.081],[-0.377,0.208],[-0.576,0.377],[-0.416,0.345],[-0.409,0.281],[-2.38,0.665],[-1.987,-0.385],[0.256,2.452],[0.329,0.416],[0.721,1.899],[0.61,0.745],[1.137,0.689],[-0.04,4.824],[-2.028,3.302],[-1.428,2.26],[-0.898,1.179],[-0.737,0.938],[-2.725,2.043],[-0.882,2.757],[0.184,0.946],[0.217,0.961],[0.265,1.379],[1.097,0.905],[1.154,1.555],[0.961,1.202],[2.163,0.408],[0.721,-0.192],[1.082,-0.24],[2.324,0.216],[1.795,-0.408],[1.395,-0.416],[0.705,-0.408],[0,0],[1.763,-0.568],[0.913,-1.995],[0.352,-1.377],[-1.098,-3.278],[-1.947,-0.385],[0,0],[-0.465,-0.176],[-2.012,-0.585],[-1.619,0.088],[-0.168,-0.4],[0.24,-1.138],[0.384,-1.619],[0.321,-0.609],[1.394,-3.134],[0.297,-0.4],[0.754,-0.56],[0.762,-0.649],[0.601,-0.913],[0.714,-1.667],[0,0],[0.64,-0.208],[0,0],[1.836,-0.434],[1.498,-0.48],[0.841,-0.977],[2.637,-1.948],[0.423,-1.107]],"v":[[85.989,-36.941],[82.703,-39.921],[81.685,-41.389],[79.681,-41.877],[78.936,-42.864],[75.915,-43.848],[75.395,-44.826],[72.878,-44.826],[70.362,-46.574],[72.381,-53.472],[69.368,-59.14],[69.104,-60.885],[65.321,-65.294],[64.567,-67.281],[61.314,-69.003],[56.257,-72.458],[50.72,-72.699],[50.215,-72.458],[49.959,-70.493],[53.765,-65.813],[53.501,-63.585],[48.957,-50.756],[47.201,-47.062],[45.687,-46.068],[44.926,-43.368],[42.65,-43.118],[41.912,-41.636],[39.901,-41.389],[38.883,-39.921],[35.878,-38.671],[26.045,-39.921],[20.756,-38.671],[24.282,-32.268],[25.548,-31.274],[27.054,-25.36],[29.067,-24.382],[31.839,-20.904],[26.799,-10.311],[21.51,-0.204],[16.228,6.205],[13.968,9.908],[10.691,11.872],[3.623,21.257],[5.393,27.418],[4.64,30.36],[6.403,32.611],[7.149,36.796],[10.442,39.511],[13.207,44.688],[16.485,48.143],[24.779,49.368],[27.568,48.382],[30.581,48.623],[37.385,47.885],[41.656,47.885],[46.689,45.914],[48.957,44.199],[52.475,44.199],[60.04,39.759],[61.066,33.837],[61.547,28.901],[56.778,20.27],[49.726,19.765],[45.944,19.765],[44.181,18.539],[38.395,18.539],[35.878,17.32],[35.878,16.824],[36.864,13.852],[37.12,8.914],[38.627,6.943],[42.417,-1.447],[43.659,-2.169],[45.182,-4.396],[47.458,-6.359],[48.459,-9.333],[55.015,-17.218],[57.276,-17.218],[59.294,-18.451],[66.587,-18.451],[71.364,-20.424],[75.154,-21.17],[77.662,-24.141],[85.236,-31.041]],"c":true},"ix":2},"nm":"路径 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.060342683979,0.128694990569,0.544462376015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[87.016,73.293],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":6,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":120,"op":279,"st":0,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":"“英”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":140,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":180,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":203,"s":[100]},{"t":229,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":90,"s":[2035.801,333.178,0],"to":[-127,0,0],"ti":[-9.667,0.333,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":140,"s":[1273.801,333.178,0],"to":[5.13,-0.177,0],"ti":[-4.537,0.156,0]},{"t":180,"s":[1331.801,333.178,0]}],"ix":2,"l":2},"a":{"a":0,"k":[750.854,30.658,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.336,0],[0.104,-0.577],[1.05,-0.649],[1.107,0],[0.113,3.734],[0,1.86],[0,0],[-0.193,0],[-0.769,-0.12],[-0.25,-1.106],[-0.056,-0.586],[-0.288,0],[0,0.449],[-0.096,1.09],[0,0.321],[0.193,0],[0.329,-0.377],[1.017,-0.128],[0.977,0],[0,0.321],[0,0],[-0.184,0],[-0.721,-0.128],[-0.345,-0.962],[0,-0.384],[-0.288,0],[-0.048,0.257],[-0.049,0.585],[0,0.376],[0.248,0],[0.241,-0.063],[0.761,-0.055],[1.355,0],[2.236,0],[0,-0.385],[-0.432,0],[-0.329,-0.144],[-0.105,-1.858],[0,-8.326],[0,0],[0.2,-2.339],[0.866,-0.273],[0.625,0],[0,-0.256],[-0.546,0],[-1.01,0.048],[-0.48,0],[-2.076,-0.048],[-3.181,0],[-0.28,1.427],[0,1.226]],"o":[[-0.298,0],[-0.29,2.253],[-1.137,0.649],[-4.367,0],[-0.031,-1.619],[0,0],[0,-0.337],[1.073,0],[1.595,0.208],[0.095,0.712],[0,0.256],[0.4,0],[0,-0.384],[0.248,-2.781],[0,-0.329],[-0.201,0],[-0.401,0.585],[-0.962,0.136],[-0.241,0],[0,0],[0,-0.328],[0.865,0],[2.139,0.256],[0.232,0.641],[0,0.457],[0.345,0],[0.096,-0.648],[0.088,-2.509],[0,-0.266],[-0.192,0],[-0.344,0.072],[-0.817,0.056],[-1.202,0],[-0.616,0],[0,0.368],[0.633,0],[1.362,0.513],[0.047,1.748],[0,0],[0,5.024],[-0.144,1.603],[-0.393,0.121],[-0.545,0],[0,0.393],[0.856,0],[1.026,0],[1.266,0],[2.083,0.137],[1.603,0],[0.24,-1.088],[0,-0.585]],"v":[[29.263,12.273],[28.782,13.107],[26.946,17.178],[22.923,17.891],[17.145,13.308],[17.145,5.181],[17.145,0.791],[17.394,0.206],[24.077,0.453],[26.45,2.586],[26.601,4.589],[26.987,5.045],[27.418,3.811],[27.619,0.141],[27.948,-3.867],[27.619,-4.428],[26.946,-3.738],[24.895,-2.904],[17.442,-2.769],[17.145,-3.354],[17.145,-16.906],[17.442,-17.411],[24.117,-17.161],[26.946,-15.165],[27.227,-13.163],[27.563,-12.441],[28.044,-13.355],[28.301,-16.969],[28.629,-20.51],[28.332,-21.033],[27.667,-20.777],[25.872,-20.456],[14.252,-20.456],[8.097,-20.583],[7.136,-20.071],[7.865,-19.478],[9.556,-19.286],[11.408,-16.329],[11.455,-4.701],[11.455,4.98],[11.255,16.673],[9.997,19.574],[8.498,19.766],[7.818,20.335],[8.643,20.919],[11.584,20.799],[14.012,20.729],[18.949,20.848],[26.786,21.057],[29.062,19.63],[29.647,13.564]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.337,0],[0.728,-0.2],[1.556,0],[0,0],[1.41,0.208],[0.385,0],[0.144,-0.882],[0,-1.059],[-0.345,0],[-0.104,0.543],[-0.481,0.993],[-2.805,0.137],[0,0],[0,0],[0.241,-2.805],[0.961,-0.264],[0.721,0],[0,-0.328],[-0.631,0],[-1.106,0],[-3.189,0],[0,0.466],[0.521,0],[0.674,0.137],[0.151,1.858],[0,6.137],[0,0],[0,0],[-0.096,-1.723],[0,0],[-0.377,0],[-0.056,0.681],[0,1.395]],"o":[[-0.2,0],[-0.73,0.144],[0,0],[-1.604,0],[-1.218,-0.121],[-0.296,0],[-0.097,0.528],[0,0.753],[0.28,0],[0.097,-0.53],[0.737,-1.474],[0,0],[0,0],[0,6.137],[-0.144,1.923],[-0.441,0.137],[-0.577,0],[0,0.466],[1.94,0],[1.339,0],[0.538,0],[0,-0.328],[-0.737,0],[-1.458,-0.264],[-0.24,-2.87],[0,0],[0,0],[4.303,0.129],[0,0],[0.048,1.01],[0.297,0],[0,-1.724],[0,-0.994]],"v":[[132.664,-29.936],[131.359,-29.607],[128.016,-29.262],[108.848,-29.262],[104.007,-29.607],[101.923,-30.409],[101.339,-29.126],[100.321,-21.48],[100.77,-20.4],[101.29,-21.208],[102.108,-23.533],[106.812,-25.471],[114.025,-25.729],[114.025,1.576],[113.784,15.768],[112.382,19.422],[110.635,19.695],[109.841,20.223],[110.826,20.889],[116.933,20.689],[124.522,20.889],[125.46,20.223],[124.683,19.695],[122.206,19.422],[120.316,15.833],[120.076,1.576],[120.076,-25.729],[126.182,-25.529],[131.879,-21.81],[131.936,-21.081],[132.464,-19.743],[132.905,-20.816],[133.057,-28.534]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0.288,0],[0.096,-0.842],[0.728,-1.106],[3.773,0],[0,13.03],[-3.14,3.623],[-3.718,0],[-1.45,-1.875],[-0.033,-1.747],[-0.345,0],[-0.048,0.768],[-0.086,1.811],[0,0.448],[0.472,0.065],[1.612,0.321],[2.66,0],[3.085,-3.607],[0,-3.743],[-4.207,-4.729],[-5.827,0],[-1.691,0.898],[-0.201,0.978],[0,0.649]],"o":[[-0.337,0],[-0.153,1.026],[-1.7,2.516],[-5.715,0],[0,-5.361],[1.94,-2.187],[3.918,0],[1.066,1.426],[0,0.722],[0.377,0],[0.057,-1.107],[0.097,-1.94],[0,-0.328],[-1.275,-0.2],[-1.93,-0.328],[-6.34,0],[-4.055,4.841],[0,5.306],[3.87,4.31],[2.748,0],[0.73,-0.393],[0.425,-1.867],[0,-0.457]],"v":[[2.344,10.527],[1.823,11.625],[0.365,15.311],[-7.192,18.212],[-20.464,-1.021],[-16.546,-15.286],[-8.499,-18.387],[-0.269,-15.165],[1.366,-10.07],[1.823,-8.908],[2.392,-10.253],[2.535,-16.2],[2.736,-19.221],[2.112,-19.87],[-2.161,-20.777],[-8.354,-21.361],[-21.858,-15.551],[-26.85,-0.516],[-21.513,15.705],[-6.888,21.633],[0.797,20.408],[1.919,18.788],[2.832,11.497]],"c":true},"ix":2},"nm":"路径 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[3.734,0],[0,8.327],[-1.65,1.667],[-1.266,-1.851],[-2.804,-3.333]],"o":[[-5.033,0],[0,-5.329],[0.827,1.667],[1.259,1.876],[-1.009,1.315]],"v":[[63.818,17.626],[54.531,3.979],[57.871,-6.159],[63.048,2.169],[71.751,13.636]],"c":true},"ix":2},"nm":"路径 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0.433,0],[1.547,1.265],[3.254,3.664],[0,5.121],[0.922,0.121],[1.17,0],[0,-0.545],[-0.289,0],[-0.632,-0.794],[0,-1.017],[0.969,-1.867],[1.659,2.588],[0,6.259],[-2.035,0],[-0.977,-1.594],[0,-1.707],[-0.289,0],[-0.096,0.994],[0,2.211],[0.833,0.392],[2.357,0],[-0.04,-5.248],[-2.02,-3.742],[0,-7.781],[-10.37,0],[-1.587,1.987],[-5.522,0],[0,0],[0,0.401]],"o":[[-0.977,0],[-1.316,-1.067],[2.757,-4.479],[0,-0.817],[-2.716,-0.408],[-0.385,0],[0,0.393],[0.728,0],[0.73,0.873],[0,4.063],[-0.914,-1.13],[-3.88,-5.931],[0,-5.658],[2.717,0],[1.066,1.731],[0,1.017],[0.28,0],[0.145,-1.002],[0,-0.778],[-1.305,-0.738],[-8.438,0],[0.056,2.998],[-2.902,1.923],[0,5.794],[6.636,0],[4.183,4.4],[0,0],[1.074,0],[0,-0.537]],"v":[[89.582,19.695],[84.398,17.363],[77.665,10.839],[82.402,-4.949],[80.767,-6.279],[74.965,-6.751],[74.188,-6.07],[74.765,-5.549],[77.136,-4.555],[78.051,-1.486],[75.727,8.771],[67.208,-2.352],[59.17,-19.87],[64.355,-27.467],[69.732,-24.471],[71.126,-18.885],[71.471,-17.602],[72.056,-18.741],[72.584,-27.283],[71.751,-28.99],[65.917,-30.409],[54.145,-18.139],[56.606,-8.674],[48.719,7.105],[62.183,21.826],[73.643,15.768],[85.071,20.889],[88.805,20.889],[90.271,20.288]],"c":true},"ix":2},"nm":"路径 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0.481,0],[0.568,0.121],[0.144,1.475],[0,5.289],[0,0],[-0.112,1.748],[-1.161,0.249],[-0.426,0],[0,0.529],[0.536,0],[1.058,0],[1.602,0],[0,-0.321],[-0.441,0],[-0.489,-0.209],[-0.096,-1.858],[0,-8.326],[0,0],[0.209,-2.26],[0.889,-0.273],[0.64,0],[0,-0.256],[-0.536,0],[-0.977,0],[-2.796,0],[0,0.393]],"o":[[-0.632,0],[-1.267,-0.273],[-0.2,-2.324],[0,0],[0,-8.326],[0.088,-1.939],[0.497,-0.144],[0.424,0],[0,-0.321],[-1.643,0],[-1.217,0],[-0.665,0],[0,0.529],[0.538,0],[0.921,0.391],[0.048,1.748],[0,0],[0,5.289],[-0.135,1.62],[-0.376,0.121],[-0.53,0],[0,0.393],[1.691,0],[1.17,0],[0.49,0],[0,-0.256]],"v":[[554.064,19.766],[551.885,19.574],[550.185,16.986],[549.985,4.98],[549.985,-4.701],[550.097,-16.329],[551.684,-19.286],[552.943,-19.478],[553.632,-20.135],[552.758,-20.583],[547.284,-20.456],[541.563,-20.583],[540.544,-20.135],[541.234,-19.478],[542.789,-19.221],[544.239,-16.329],[544.287,-4.701],[544.287,4.98],[544.078,16.922],[542.821,19.574],[541.323,19.766],[540.649,20.335],[541.474,20.919],[547.044,20.729],[553.911,20.919],[554.737,20.335]],"c":true},"ix":2},"nm":"路径 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0.281,0],[0.104,-0.842],[0.722,-1.106],[3.766,0],[0,13.03],[-3.133,3.623],[-3.725,0],[-1.459,-1.875],[-0.057,-1.747],[-0.328,0],[-0.041,0.768],[-0.104,1.811],[0,0.448],[0.481,0.065],[1.595,0.321],[2.685,0],[3.094,-3.607],[0,-3.743],[-4.225,-4.729],[-5.803,0],[-1.698,0.898],[-0.192,0.978],[0,0.649]],"o":[[-0.353,0],[-0.144,1.026],[-1.698,2.516],[-5.714,0],[0,-5.361],[1.941,-2.187],[3.943,0],[1.081,1.426],[0,0.722],[0.401,0],[0.047,-1.107],[0.089,-1.94],[0,-0.328],[-1.266,-0.2],[-1.941,-0.328],[-6.331,0],[-4.064,4.841],[0,5.306],[3.87,4.31],[2.765,0],[0.722,-0.393],[0.441,-1.867],[0,-0.457]],"v":[[-116.686,10.527],[-117.231,11.625],[-118.674,15.311],[-126.23,18.212],[-139.493,-1.021],[-135.575,-15.286],[-127.545,-18.387],[-119.314,-15.165],[-117.647,-10.07],[-117.231,-8.908],[-116.645,-10.253],[-116.494,-16.2],[-116.3,-19.221],[-116.926,-19.87],[-121.189,-20.777],[-127.401,-21.361],[-140.895,-15.551],[-145.88,-0.516],[-140.55,15.705],[-125.941,21.633],[-118.233,20.408],[-117.127,18.788],[-116.221,11.497]],"c":true},"ix":2},"nm":"路径 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0,3.061],[-3.582,0],[-0.721,-1.265],[0,-0.61],[-0.344,0],[0,1.45],[0,0.865],[0.432,0.136],[3.165,0],[0,-7.308],[-5.329,-5.722],[0,0],[0,-3.262],[4.351,0],[1.067,4.92],[0,0.857],[0.417,0],[0.048,-0.977],[0,-3.669],[-0.769,-0.465],[-2.805,0],[-2.421,2.124],[0,3.848],[5.867,6.067]],"o":[[-4.023,-4.192],[0,-4.008],[3.134,0],[1.011,1.731],[0,0.793],[0.385,0],[0,-5.202],[0,-0.465],[-1.25,-0.466],[-6.733,0],[0,5.402],[0,0],[4.015,4.32],[0,3.526],[-3.006,0],[-0.249,-1.13],[0,-0.53],[-0.4,0],[-0.056,1.082],[0,1.468],[2.083,1.275],[2.557,0],[3.478,-3.125],[0,-6.346],[0,0]],"v":[[-160.602,-10.887],[-165.731,-20.463],[-159.961,-27.331],[-154.688,-24.07],[-153.429,-19.678],[-152.949,-18.476],[-152.412,-20.463],[-152.227,-28.461],[-152.9,-29.262],[-159.343,-30.409],[-170.523,-17.818],[-163.358,-2.023],[-161.131,0.381],[-156.379,11.032],[-162.869,18.628],[-169.794,11.906],[-170.226,8.5],[-170.707,7.37],[-171.292,9.092],[-171.533,17.827],[-170.619,20.094],[-163.543,21.826],[-155.849,19.092],[-151.298,7.513],[-159.24,-9.484]],"c":true},"ix":2},"nm":"路径 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0.354,0],[0.105,-0.577],[1.059,-0.649],[1.122,0],[0.104,3.734],[0,1.86],[0,0],[-0.192,0],[-0.762,-0.12],[-0.24,-1.106],[-0.057,-0.586],[-0.288,0],[0,0.449],[-0.088,1.09],[0,0.321],[0.193,0],[0.345,-0.377],[1.01,-0.128],[0.978,0],[0,0.321],[0,0],[-0.184,0],[-0.721,-0.128],[-0.335,-0.962],[0,-0.384],[-0.288,0],[-0.056,0.257],[-0.048,0.585],[0,0.376],[0.234,0],[0.248,-0.063],[0.768,-0.055],[1.354,0],[2.228,0],[0,-0.385],[-0.433,0],[-0.328,-0.144],[-0.112,-1.858],[0,-8.326],[0,0],[0.2,-2.339],[0.865,-0.273],[0.634,0],[0,-0.256],[-0.529,0],[-1.034,0.048],[-0.498,0],[-2.1,-0.048],[-3.205,0],[-0.305,1.427],[0,1.226]],"o":[[-0.279,0],[-0.28,2.253],[-1.097,0.649],[-4.344,0],[-0.041,-1.619],[0,0],[0,-0.337],[1.067,0],[1.61,0.208],[0.088,0.712],[0,0.256],[0.376,0],[0,-0.384],[0.24,-2.781],[0,-0.329],[-0.2,0],[-0.392,0.585],[-0.961,0.136],[-0.232,0],[0,0],[0,-0.328],[0.89,0],[2.132,0.256],[0.242,0.641],[0,0.457],[0.345,0],[0.089,-0.648],[0.104,-2.509],[0,-0.266],[-0.214,0],[-0.344,0.072],[-0.834,0.056],[-1.21,0],[-0.633,0],[0,0.368],[0.633,0],[1.362,0.513],[0.04,1.748],[0,0],[0,5.024],[-0.137,1.603],[-0.393,0.121],[-0.537,0],[0,0.393],[0.866,0],[0.994,0],[1.25,0],[2.068,0.137],[1.594,0],[0.233,-1.088],[0,-0.585]],"v":[[-70.575,12.273],[-71.048,13.107],[-72.883,17.178],[-76.905,17.891],[-82.667,13.308],[-82.667,5.181],[-82.667,0.791],[-82.419,0.206],[-75.743,0.453],[-73.363,2.586],[-73.218,4.589],[-72.826,5.045],[-72.401,3.811],[-72.201,0.141],[-71.856,-3.867],[-72.201,-4.428],[-72.883,-3.738],[-74.918,-2.904],[-82.379,-2.769],[-82.667,-3.354],[-82.667,-16.906],[-82.379,-17.411],[-75.687,-17.161],[-72.883,-15.165],[-72.594,-13.163],[-72.25,-12.441],[-71.768,-13.355],[-71.528,-16.969],[-71.192,-20.51],[-71.465,-21.033],[-72.153,-20.777],[-73.931,-20.456],[-85.568,-20.456],[-91.715,-20.583],[-92.676,-20.071],[-91.955,-19.478],[-90.264,-19.286],[-88.413,-16.329],[-88.373,-4.701],[-88.373,4.98],[-88.573,16.673],[-89.815,19.574],[-91.322,19.766],[-91.995,20.335],[-91.186,20.919],[-88.213,20.799],[-85.8,20.729],[-80.856,20.848],[-73.018,21.057],[-70.743,19.63],[-70.166,13.564]],"c":true},"ix":2},"nm":"路径 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0.489,0],[0.569,0.121],[0.127,1.475],[0,5.289],[0,0],[-0.095,1.748],[-1.17,0.249],[-0.426,0],[0,0.529],[0.545,0],[1.066,0],[1.595,0],[0,-0.321],[-0.416,0],[-0.473,-0.209],[-0.105,-1.858],[0,-8.326],[0,0],[0.2,-2.26],[0.866,-0.273],[0.641,0],[0,-0.256],[-0.528,0],[-0.976,0],[-2.796,0],[0,0.393]],"o":[[-0.625,0],[-1.259,-0.273],[-0.209,-2.324],[0,0],[0,-8.326],[0.114,-1.939],[0.464,-0.144],[0.423,0],[0,-0.321],[-1.642,0],[-1.209,0],[-0.681,0],[0,0.529],[0.546,0],[0.913,0.391],[0.047,1.748],[0,0],[0,5.289],[-0.135,1.62],[-0.384,0.121],[-0.513,0],[0,0.393],[1.708,0],[1.162,0],[0.481,0],[0,-0.256]],"v":[[-97.813,19.766],[-99.985,19.574],[-101.675,16.986],[-101.884,4.98],[-101.884,-4.701],[-101.789,-16.329],[-100.177,-19.286],[-98.926,-19.478],[-98.246,-20.135],[-99.12,-20.583],[-104.593,-20.456],[-110.299,-20.583],[-111.325,-20.135],[-110.652,-19.478],[-109.096,-19.221],[-107.638,-16.329],[-107.591,-4.701],[-107.591,4.98],[-107.791,16.922],[-109.049,19.574],[-110.555,19.766],[-111.22,20.335],[-110.412,20.919],[-104.826,20.729],[-97.966,20.919],[-97.14,20.335]],"c":true},"ix":2},"nm":"路径 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0.577,0],[0.505,0],[2.219,0],[0,-0.44],[-0.529,0],[-0.632,-0.32],[-0.04,-3.366],[0,0],[0,0],[2.917,3.814],[0.536,0.706],[0.529,0],[0,-1.074],[0,0],[1.129,-0.4],[0.585,0],[0,-0.321],[-0.57,0],[-0.385,0],[-2.757,0],[0,0.464],[0.48,0],[0.722,0.329],[0.088,4.255],[0,0],[0,0],[-4.657,-5.93],[-2.644,-3.301],[-0.72,0],[0,1.242],[0,0],[-1.162,0.456],[-0.432,0],[0,0.328]],"o":[[-2.075,0],[-0.914,0],[-0.632,0],[0,0.328],[0.585,0],[1.01,0.513],[0,0],[0,0],[-0.625,-0.777],[-6.195,-8.07],[-0.722,-0.962],[-0.441,0],[0,0],[-0.048,4.769],[-0.585,0.185],[-0.392,0],[0,0.512],[2.188,0],[0.777,0],[0.584,0],[0,-0.321],[-0.665,0],[-0.824,-0.377],[0,0],[0,0],[0.842,0.961],[4.448,5.738],[0.441,0.577],[0.337,0],[0,0],[0.047,-3.086],[0.536,-0.192],[0.481,0],[0,-0.44]],"v":[[-31.691,-20.583],[-35.858,-20.456],[-41.268,-20.583],[-42.334,-20.071],[-41.66,-19.478],[-39.425,-19.158],[-37.974,-14.325],[-37.542,10.07],[-37.742,10.07],[-46.941,-2.256],[-60.051,-19.743],[-61.887,-21.553],[-62.625,-19.702],[-63.009,12.851],[-64.323,19.51],[-66.247,19.766],[-66.927,20.335],[-65.966,20.919],[-61.358,20.729],[-55.844,20.919],[-54.876,20.335],[-55.604,19.766],[-57.825,19.366],[-59.275,13.436],[-59.763,-8.963],[-59.628,-8.963],[-49.642,4.589],[-37.213,20.408],[-35.466,21.57],[-34.784,19.814],[-34.303,-14.782],[-32.749,-19.286],[-31.443,-19.478],[-30.729,-20.071]],"c":true},"ix":2},"nm":"路径 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0.481,0],[0.914,0],[1.411,0],[0,-0.385],[-0.385,-0.119],[0,-0.538],[0.425,-1.225],[0.537,-1.291],[0.778,1.675],[0,0.457],[-0.345,0.145],[0,0.465],[0.368,0],[0.914,0],[0.713,0],[0,-0.385],[-0.328,0],[-0.521,-0.385],[-1.058,-1.996],[-0.305,-0.832],[0,-2.965],[0,0],[0.144,-2.339],[0.882,-0.273],[0.577,0],[0,-0.256],[-0.585,0],[-1.058,0],[-2.661,0],[0,0.393],[0.497,0],[0.617,0.121],[0.089,1.603],[0,0.89],[0,0],[-0.632,1.987],[-1.403,2.187],[-0.914,0.562],[-0.433,0],[0,0.392]],"o":[[-0.825,0],[-1.258,0],[-0.48,0],[0,0.465],[0.721,0.209],[0,0.713],[-0.625,1.675],[-0.729,-1.547],[-0.336,-0.762],[0,-0.457],[0.681,-0.24],[0,-0.385],[-1.948,0],[-1.402,0],[-0.528,0],[0,0.368],[0.537,0],[0.833,0.586],[1.499,2.925],[0.569,1.611],[0,0],[0,0.89],[-0.096,1.603],[-0.368,0.121],[-0.489,0],[0,0.464],[1.603,0],[1.162,0],[0.577,0],[0,-0.256],[-0.561,0],[-1.266,-0.273],[-0.104,-2.339],[0,0],[0,-1.796],[0.762,-2.332],[0.914,-1.499],[0.633,-0.391],[0.482,0],[0,-0.321]],"v":[[446.35,-20.583],[441.806,-20.456],[437.639,-20.583],[436.918,-20.071],[437.688,-19.43],[438.617,-18.187],[437.984,-15.286],[431.637,-0.581],[424.56,-16.648],[424.024,-18.516],[424.617,-19.366],[425.578,-20.071],[424.97,-20.583],[420.12,-20.456],[414.791,-20.583],[413.966,-20.071],[414.591,-19.478],[416.387,-18.773],[419.143,-14.91],[426.756,0.91],[427.718,6.656],[427.718,11.184],[427.574,16.673],[426.251,19.574],[424.761,19.766],[424.08,20.335],[425.009,20.919],[430.523,20.729],[437.199,20.919],[438.128,20.335],[437.391,19.766],[435.275,19.574],[433.528,16.673],[433.424,11.184],[433.424,6.777],[433.968,1.311],[442.239,-16.247],[444.467,-18.829],[446.302,-19.478],[447.127,-20.135]],"c":true},"ix":2},"nm":"路径 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[0.329,0],[0.105,-0.577],[1.075,-0.649],[1.122,0],[0.105,3.734],[0,1.86],[0,0],[-0.192,0],[-0.777,-0.12],[-0.241,-1.106],[-0.056,-0.586],[-0.296,0],[0,0.449],[-0.096,1.09],[0,0.321],[0.192,0],[0.337,-0.377],[1.026,-0.128],[0.962,0],[0,0.321],[0,0],[-0.191,0],[-0.73,-0.128],[-0.335,-0.962],[0,-0.384],[-0.305,0],[-0.041,0.257],[-0.064,0.585],[0,0.376],[0.241,0],[0.241,-0.063],[0.769,-0.055],[1.346,0],[2.228,0],[0,-0.385],[-0.425,0],[-0.337,-0.144],[-0.096,-1.858],[0,-8.326],[0,0],[0.174,-2.339],[0.865,-0.273],[0.633,0],[0,-0.256],[-0.529,0],[-1.026,0.048],[-0.482,0],[-2.076,-0.048],[-3.189,0],[-0.306,1.427],[0,1.226]],"o":[[-0.288,0],[-0.279,2.253],[-1.113,0.649],[-4.352,0],[-0.049,-1.619],[0,0],[0,-0.337],[1.067,0],[1.603,0.208],[0.097,0.712],[0,0.256],[0.386,0],[0,-0.384],[0.232,-2.781],[0,-0.329],[-0.217,0],[-0.391,0.585],[-0.969,0.136],[-0.248,0],[0,0],[0,-0.328],[0.866,0],[2.123,0.256],[0.242,0.641],[0,0.457],[0.329,0],[0.111,-0.648],[0.104,-2.509],[0,-0.266],[-0.176,0],[-0.344,0.072],[-0.825,0.056],[-1.218,0],[-0.633,0],[0,0.368],[0.625,0],[1.354,0.513],[0.039,1.748],[0,0],[0,5.024],[-0.154,1.603],[-0.393,0.121],[-0.529,0],[0,0.393],[0.883,0],[1.002,0],[1.258,0],[2.084,0.137],[1.611,0],[0.248,-1.088],[0,-0.585]],"v":[[158.317,12.273],[157.827,13.107],[155.992,17.178],[151.97,17.891],[146.216,13.308],[146.216,5.181],[146.216,0.791],[146.456,0.206],[153.132,0.453],[155.504,2.586],[155.657,4.589],[156.048,5.045],[156.465,3.811],[156.682,0.141],[157.01,-3.867],[156.682,-4.428],[155.992,-3.738],[153.965,-2.904],[146.512,-2.769],[146.216,-3.354],[146.216,-16.906],[146.512,-17.411],[153.197,-17.161],[155.992,-15.165],[156.289,-13.163],[156.634,-12.441],[157.108,-13.355],[157.355,-16.969],[157.692,-20.51],[157.395,-21.033],[156.722,-20.777],[154.935,-20.456],[143.315,-20.456],[137.16,-20.583],[136.199,-20.071],[136.92,-19.478],[138.611,-19.286],[140.454,-16.329],[140.493,-4.701],[140.493,4.98],[140.319,16.673],[139.052,19.574],[137.545,19.766],[136.871,20.335],[137.689,20.919],[140.662,20.799],[143.067,20.729],[148.011,20.848],[155.848,21.057],[158.133,19.63],[158.701,13.564]],"c":true},"ix":2},"nm":"路径 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[3.005,0],[0,11.291],[-4.752,0],[0,-12.141]],"o":[[-8.046,0],[0,-13.552],[6.86,0],[0,15.634]],"v":[[360.666,18.661],[347.788,-1.542],[358.118,-18.443],[370.451,1.167]],"c":true},"ix":2},"nm":"路径 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[10.755,0],[0,-9.36],[-12.388,0],[0,12.59]],"o":[[-12.918,0],[0,9.737],[10.995,0],[0,-12.581]],"v":[[359.36,-21.361],[341.505,0.141],[358.919,21.633],[376.783,-0.838]],"c":true},"ix":2},"nm":"路径 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[0.576,0],[1.354,0],[2.244,0],[0,-0.44],[-0.384,0],[-0.344,-0.151],[-0.056,-1.876],[0,-2.709],[0,0],[0.625,-0.392],[1.09,0],[0,11.803],[-2.364,2.588],[-2.34,0],[-1.259,-1.755],[-0.096,-1.21],[-0.305,0],[0,0.842],[0,0.625],[0.489,0.065],[0.874,0.201],[2.956,0],[4.087,-3.173],[0,-8.791],[-10.475,0],[-2.861,1.884],[0,1.49],[0,0],[-0.047,1.675],[-1.162,0.257],[-0.344,0],[0,0.33]],"o":[[-1.411,0],[-1.258,0],[-0.577,0],[0,0.33],[0.593,0],[1.355,0.497],[0.04,1.675],[0,0],[0,0.969],[-1.01,0.585],[-9.112,0],[0,-6.707],[2.957,-3.165],[4.784,0],[1.121,1.547],[0.055,0.465],[0.328,0],[0,-6.916],[0,-0.385],[-1.016,-0.063],[-0.881,-0.249],[-3.575,0],[-3.911,3.013],[0,15.17],[3.325,0],[0.53,-0.384],[0,0],[0,-2.732],[0.048,-1.923],[0.474,-0.151],[0.281,0],[0,-0.44]],"v":[[414.215,0.334],[409.222,0.454],[402.683,0.334],[401.769,0.837],[402.442,1.439],[404.085,1.631],[405.945,4.589],[405.985,11.04],[405.985,16.073],[405.159,18.012],[402.162,18.596],[387.344,-1.799],[391.255,-15.165],[399.501,-18.387],[408.742,-14.189],[410.192,-9.685],[410.641,-8.963],[411.201,-10.189],[411.506,-19.221],[410.92,-19.87],[407.539,-20.456],[399.975,-21.361],[388.49,-17.795],[381.062,0.141],[400.76,21.633],[411.161,19.173],[411.691,17.234],[411.691,11.184],[411.738,4.589],[413.381,1.631],[414.559,1.439],[415.08,0.837]],"c":true},"ix":2},"nm":"路径 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[0.298,0],[0.049,-0.521],[0.53,-0.729],[2.268,0],[0.73,0.842],[0,7.028],[0,0],[-0.096,1.748],[-1.163,0.249],[-0.489,0],[0,0.368],[0.634,0],[1.003,0],[1.979,0],[0,-0.385],[-0.497,0],[-0.337,-0.144],[-0.103,-1.858],[0,-8.326],[0,0],[0.192,-2.339],[0.874,-0.273],[0.626,0],[0,-0.256],[-0.529,0],[-1.01,0.048],[-0.489,0],[-2.132,-0.048],[-3.061,0],[-0.297,1.226],[0,0.65]],"o":[[-0.328,0],[-0.112,1.042],[-1.073,1.468],[-3.302,0],[-0.922,-1.026],[0,0],[0,-8.326],[0.105,-1.939],[0.488,-0.144],[0.529,0],[0,-0.385],[-1.65,0],[-1.161,0],[-0.641,0],[0,0.368],[0.536,0],[1.354,0.513],[0.04,1.748],[0,0],[0,5.024],[-0.151,1.603],[-0.375,0.121],[-0.536,0],[0,0.393],[0.865,0],[1.025,0],[1.739,0],[2.124,0.137],[2.228,0],[0.328,-1.618],[0,-0.641]],"v":[[339.701,12.008],[339.229,12.851],[338.163,16.152],[333.179,17.691],[327.505,16.529],[326.583,4.98],[326.583,-4.701],[326.679,-16.329],[328.283,-19.286],[329.933,-19.478],[330.702,-20.071],[329.788,-20.583],[323.642,-20.456],[317.784,-20.583],[316.863,-20.071],[317.592,-19.478],[318.987,-19.286],[320.837,-16.329],[320.877,-4.701],[320.877,4.98],[320.685,16.673],[319.418,19.574],[317.928,19.766],[317.247,20.335],[318.065,20.919],[321.014,20.799],[323.442,20.729],[329.108,20.848],[336.761,21.057],[339.47,19.574],[340.103,13.243]],"c":true},"ix":2},"nm":"路径 17","mn":"ADBE Vector Shape - Group","hd":false},{"ind":17,"ty":"sh","ix":18,"ks":{"a":0,"k":{"i":[[0.577,0],[0.473,0],[2.219,0],[0,-0.44],[-0.536,0],[-0.626,-0.32],[-0.049,-3.366],[0,0],[0,0],[2.9,3.814],[0.53,0.706],[0.552,0],[0,-1.074],[0,0],[1.106,-0.4],[0.585,0],[0,-0.321],[-0.585,0],[-0.401,0],[-2.764,0],[0,0.464],[0.489,0],[0.738,0.329],[0.097,4.255],[0,0],[0,0],[-4.649,-5.93],[-2.661,-3.301],[-0.721,0],[0,1.242],[0,0],[-1.17,0.456],[-0.425,0],[0,0.328]],"o":[[-2.083,0],[-0.921,0],[-0.641,0],[0,0.328],[0.577,0],[1.033,0.513],[0,0],[0,0],[-0.625,-0.777],[-6.196,-8.07],[-0.72,-0.962],[-0.425,0],[0,0],[-0.048,4.769],[-0.576,0.185],[-0.384,0],[0,0.512],[2.172,0],[0.761,0],[0.571,0],[0,-0.321],[-0.673,0],[-0.809,-0.377],[0,0],[0,0],[0.825,0.961],[4.447,5.738],[0.441,0.577],[0.329,0],[0,0],[0.047,-3.086],[0.528,-0.192],[0.489,0],[0,-0.44]],"v":[[-192.929,-20.583],[-197.089,-20.456],[-202.514,-20.583],[-203.58,-20.071],[-202.915,-19.478],[-200.686,-19.158],[-199.228,-14.325],[-198.788,10.07],[-198.988,10.07],[-208.179,-2.256],[-221.299,-19.743],[-223.149,-21.553],[-223.871,-19.702],[-224.256,12.851],[-225.562,19.51],[-227.501,19.766],[-228.174,20.335],[-227.205,20.919],[-222.597,20.729],[-217.084,20.919],[-216.122,20.335],[-216.851,19.766],[-219.087,19.366],[-220.538,13.436],[-221.01,-8.963],[-220.874,-8.963],[-210.888,4.589],[-198.451,20.408],[-196.704,21.57],[-196.039,19.814],[-195.557,-14.782],[-193.987,-19.286],[-192.697,-19.478],[-191.967,-20.071]],"c":true},"ix":2},"nm":"路径 18","mn":"ADBE Vector Shape - Group","hd":false},{"ind":18,"ty":"sh","ix":19,"ks":{"a":0,"k":{"i":[[0.28,0],[0.105,-0.842],[0.721,-1.106],[3.782,0],[0,13.03],[-3.158,3.623],[-3.718,0],[-1.442,-1.875],[-0.024,-1.747],[-0.344,0],[-0.04,0.768],[-0.104,1.811],[0,0.448],[0.489,0.065],[1.602,0.321],[2.653,0],[3.093,-3.607],[0,-3.743],[-4.198,-4.729],[-5.81,0],[-1.699,0.898],[-0.193,0.978],[0,0.649]],"o":[[-0.353,0],[-0.136,1.026],[-1.691,2.516],[-5.691,0],[0,-5.361],[1.924,-2.187],[3.927,0],[1.082,1.426],[0,0.722],[0.392,0],[0.048,-1.107],[0.088,-1.94],[0,-0.328],[-1.243,-0.2],[-1.932,-0.328],[-6.347,0],[-4.071,4.841],[0,5.306],[3.855,4.31],[2.756,0],[0.721,-0.393],[0.44,-1.867],[0,-0.457]],"v":[[192.456,10.527],[191.911,11.625],[190.469,15.311],[182.904,18.212],[169.649,-1.021],[173.575,-15.286],[181.605,-18.387],[189.827,-15.165],[191.462,-10.07],[191.911,-8.908],[192.496,-10.253],[192.648,-16.2],[192.825,-19.221],[192.2,-19.87],[187.945,-20.777],[181.749,-21.361],[168.246,-15.551],[163.262,-0.516],[168.582,15.705],[183.2,21.633],[190.909,20.408],[192.016,18.788],[192.937,11.497]],"c":true},"ix":2},"nm":"路径 19","mn":"ADBE Vector Shape - Group","hd":false},{"ind":19,"ty":"sh","ix":20,"ks":{"a":0,"k":{"i":[[3.013,0],[0,11.291],[-4.753,0],[0,-12.141]],"o":[[-8.03,0],[0,-13.552],[6.875,0],[0,15.634]],"v":[[297.293,18.661],[284.422,-1.542],[294.737,-18.443],[307.07,1.167]],"c":true},"ix":2},"nm":"路径 20","mn":"ADBE Vector Shape - Group","hd":false},{"ind":20,"ty":"sh","ix":21,"ks":{"a":0,"k":{"i":[[10.739,0],[0,-9.36],[-12.389,0],[0,12.59]],"o":[[-12.933,0],[0,9.737],[10.978,0],[0,-12.581]],"v":[[296.002,-21.361],[278.123,0.141],[295.562,21.633],[313.433,-0.838]],"c":true},"ix":2},"nm":"路径 21","mn":"ADBE Vector Shape - Group","hd":false},{"ind":21,"ty":"sh","ix":22,"ks":{"a":0,"k":{"i":[[0.44,0],[0.585,0.121],[0.136,1.563],[0,5.024],[0,0],[-0.105,1.748],[-1.09,0.249],[-0.361,0],[0,0.368],[0.617,0],[1.018,0],[2.276,0],[0,-0.385],[-0.489,0],[-0.337,-0.144],[-0.112,-1.858],[0,-8.318],[0,0],[0.089,0],[0,0],[0,0.32],[0,0],[-0.097,1.748],[-1.17,0.249],[-0.344,0],[0,0.368],[0.592,0],[1.017,0],[2.268,0],[0,-0.385],[-0.425,0],[-0.336,-0.144],[-0.096,-1.858],[0,-8.326],[0,0],[0.191,-2.339],[0.873,-0.273],[0.626,0],[0,-0.256],[-0.538,0],[-0.97,0],[-2.765,0],[0,0.393],[0.489,0],[0.577,0.121],[0.16,1.563],[0,5.033],[0,0],[-0.152,0],[0,0],[0,-0.184],[0,0],[0.216,-2.339],[0.881,-0.273],[0.689,0],[0,-0.256],[-0.576,0],[-0.946,0],[-2.741,0],[0,0.393]],"o":[[-0.673,0],[-1.314,-0.273],[-0.201,-2.379],[0,0],[0,-8.326],[0.096,-1.939],[0.545,-0.144],[0.481,0],[0,-0.385],[-1.643,0],[-1.098,0],[-0.632,0],[0,0.368],[0.561,0],[1.362,0.513],[0.056,1.748],[0,0],[0,0.32],[0,0],[-0.152,0],[0,0],[0,-8.318],[0.112,-1.939],[0.465,-0.144],[0.537,0],[0,-0.385],[-1.7,0],[-1.163,0],[-0.576,0],[0,0.368],[0.633,0],[1.354,0.513],[0.048,1.748],[0,0],[0,5.024],[-0.137,1.603],[-0.377,0.121],[-0.52,0],[0,0.393],[1.682,0],[1.21,0],[0.537,0],[0,-0.256],[-0.625,0],[-1.25,-0.273],[-0.176,-2.379],[0,0],[0,-0.248],[0,0],[0.089,0],[0,0],[0,5.033],[-0.137,1.603],[-0.377,0.121],[-0.473,0],[0,0.393],[1.659,0],[1.17,0],[0.537,0],[0,-0.256]],"v":[[233.639,19.766],[231.467,19.574],[229.776,16.713],[229.575,4.98],[229.575,-4.701],[229.68,-16.329],[231.21,-19.286],[232.485,-19.478],[233.262,-20.071],[232.349,-20.583],[226.867,-20.456],[220.48,-20.583],[219.567,-20.071],[220.288,-19.478],[221.923,-19.286],[223.766,-16.329],[223.87,-4.26],[223.87,-3.089],[223.621,-2.704],[207.554,-2.704],[207.257,-3.089],[207.257,-4.26],[207.354,-16.329],[208.964,-19.286],[210.166,-19.478],[210.944,-20.071],[210.063,-20.583],[204.405,-20.456],[198.161,-20.583],[197.232,-20.071],[197.961,-19.478],[199.66,-19.286],[201.495,-16.329],[201.543,-4.701],[201.543,4.98],[201.352,16.673],[200.085,19.574],[198.594,19.766],[197.905,20.335],[198.747,20.919],[204.212,20.729],[211.128,20.919],[212.01,20.335],[211.328,19.766],[209.149,19.574],[207.49,16.713],[207.257,5.109],[207.257,0.91],[207.554,0.597],[223.621,0.597],[223.87,0.91],[223.87,5.109],[223.654,16.673],[222.404,19.574],[220.849,19.766],[220.176,20.335],[221.097,20.919],[226.715,20.729],[233.447,20.919],[234.328,20.335]],"c":true},"ix":2},"nm":"路径 22","mn":"ADBE Vector Shape - Group","hd":false},{"ind":22,"ty":"sh","ix":23,"ks":{"a":0,"k":{"i":[[0.585,0],[0.473,0],[2.251,0],[0,-0.44],[-0.537,0],[-0.633,-0.32],[-0.057,-3.366],[0,0],[0,0],[2.909,3.814],[0.537,0.706],[0.529,0],[0,-1.074],[0,0],[1.113,-0.4],[0.585,0],[0,-0.321],[-0.569,0],[-0.385,0],[-2.765,0],[0,0.464],[0.472,0],[0.722,0.329],[0.088,4.255],[0,0],[0,0],[-4.632,-5.93],[-2.668,-3.301],[-0.73,0],[0,1.242],[0,0],[-1.162,0.456],[-0.426,0],[0,0.328]],"o":[[-2.084,0],[-0.938,0],[-0.61,0],[0,0.328],[0.584,0],[1.002,0.513],[0,0],[0,0],[-0.634,-0.777],[-6.186,-8.07],[-0.729,-0.962],[-0.441,0],[0,0],[-0.048,4.769],[-0.585,0.185],[-0.384,0],[0,0.512],[2.18,0],[0.785,0],[0.585,0],[0,-0.321],[-0.681,0],[-0.825,-0.377],[0,0],[0,0],[0.818,0.961],[4.439,5.738],[0.417,0.577],[0.36,0],[0,0],[0.056,-3.086],[0.529,-0.192],[0.496,0],[0,-0.44]],"v":[[534.302,-20.583],[530.151,-20.456],[524.71,-20.583],[523.659,-20.071],[524.333,-19.478],[526.569,-19.158],[528.02,-14.325],[528.451,10.07],[528.26,10.07],[519.052,-2.256],[505.941,-19.743],[504.106,-21.553],[503.384,-19.702],[502.984,12.851],[501.686,19.51],[499.746,19.766],[499.066,20.335],[500.027,20.919],[504.635,20.729],[510.148,20.919],[511.126,20.335],[510.405,19.766],[508.168,19.366],[506.719,13.436],[506.23,-8.963],[506.374,-8.963],[516.351,4.589],[528.796,20.408],[530.528,21.57],[531.216,19.814],[531.689,-14.782],[533.244,-19.286],[534.551,-19.478],[535.28,-20.071]],"c":true},"ix":2},"nm":"路径 23","mn":"ADBE Vector Shape - Group","hd":false},{"ind":23,"ty":"sh","ix":24,"ks":{"a":0,"k":{"i":[[0.585,0],[0.489,0],[2.228,0],[0,-0.44],[-0.538,0],[-0.617,-0.32],[-0.033,-3.366],[0,0],[0,0],[2.909,3.814],[0.52,0.706],[0.529,0],[0,-1.074],[0,0],[1.114,-0.4],[0.585,0],[0,-0.321],[-0.585,0],[-0.376,0],[-2.748,0],[0,0.464],[0.489,0],[0.72,0.329],[0.096,4.255],[0,0],[0,0],[-4.665,-5.93],[-2.653,-3.301],[-0.722,0],[0,1.242],[0,0],[-1.162,0.456],[-0.434,0],[0,0.328]],"o":[[-2.084,0],[-0.929,0],[-0.633,0],[0,0.328],[0.576,0],[1.018,0.513],[0,0],[0,0],[-0.642,-0.777],[-6.187,-8.07],[-0.722,-0.962],[-0.432,0],[0,0],[-0.04,4.769],[-0.576,0.185],[-0.393,0],[0,0.512],[2.18,0],[0.785,0],[0.594,0],[0,-0.321],[-0.68,0],[-0.826,-0.377],[0,0],[0,0],[0.824,0.961],[4.44,5.738],[0.425,0.577],[0.345,0],[0,0],[0.049,-3.086],[0.528,-0.192],[0.479,0],[0,-0.44]],"v":[[273.291,-20.583],[269.124,-20.456],[263.707,-20.583],[262.649,-20.071],[263.323,-19.478],[265.542,-19.158],[266.985,-14.325],[267.425,10.07],[267.242,10.07],[258.034,-2.256],[244.931,-19.743],[243.087,-21.553],[242.35,-19.702],[241.965,12.851],[240.651,19.51],[238.728,19.766],[238.046,20.335],[239.016,20.919],[243.616,20.729],[249.121,20.919],[250.1,20.335],[249.378,19.766],[247.151,19.366],[245.7,13.436],[245.211,-8.963],[245.356,-8.963],[255.341,4.589],[267.77,20.408],[269.509,21.57],[270.199,19.814],[270.679,-14.782],[272.226,-19.286],[273.533,-19.478],[274.252,-20.071]],"c":true},"ix":2},"nm":"路径 24","mn":"ADBE Vector Shape - Group","hd":false},{"ind":24,"ty":"sh","ix":25,"ks":{"a":0,"k":{"i":[[0.68,0],[0.577,0],[2.445,0],[0,-0.472],[-0.545,0],[-0.408,-0.137],[-0.113,-2.26],[0,-10.138],[0,0],[2.662,-3.662],[2.132,0],[2.164,2.461],[0,9.641],[0,0],[-0.104,2.123],[-1.313,0.32],[-0.528,0],[0,0.457],[0.737,0],[1.179,0],[2.565,0],[0,-0.472],[-0.521,0],[-0.384,-0.137],[-0.097,-2.26],[0,-10.138],[0,0],[-2.46,-3.077],[-2.555,0],[-3.438,4.071],[0,7.398],[0,0],[-0.089,2.123],[-1.29,0.32],[-0.521,0],[0,0.457]],"o":[[-1.891,0],[-0.048,0],[-0.689,0],[0,0.457],[0.529,0],[1.595,0.465],[0.087,2.123],[0,0],[0,6.853],[-1.938,2.669],[-1.659,0],[-2.381,-2.652],[0,0],[0,-10.138],[0.089,-2.324],[0.594,-0.137],[0.497,0],[0,-0.472],[-1.732,0],[-1.435,0],[-0.72,0],[0,0.457],[0.681,0],[1.611,0.465],[0.088,2.123],[0,0],[0,9.665],[3.542,4.391],[3.166,0],[4.055,-4.776],[0,0],[0,-10.138],[0.096,-2.324],[0.585,-0.137],[0.585,0],[0,-0.472]],"v":[[496.99,-29.463],[491.468,-29.262],[485.914,-29.463],[484.889,-28.861],[485.714,-28.269],[487.461,-28.061],[489.545,-24.27],[489.632,-10.15],[489.632,-1.824],[486.827,14.694],[480.145,18.292],[474.094,15.551],[470.311,-0.822],[470.311,-10.15],[470.415,-24.27],[472.202,-28.061],[473.597,-28.269],[474.382,-28.861],[473.309,-29.463],[467.346,-29.262],[460.294,-29.463],[459.229,-28.861],[460.046,-28.269],[461.937,-28.061],[464.021,-24.27],[464.109,-10.15],[464.109,-0.413],[468.42,17.234],[479.166,21.826],[489.248,17.018],[493.848,-3.025],[493.848,-10.15],[493.937,-24.27],[495.723,-28.061],[497.134,-28.269],[497.999,-28.861]],"c":true},"ix":2},"nm":"路径 25","mn":"ADBE Vector Shape - Group","hd":false},{"ind":25,"ty":"sh","ix":26,"ks":{"a":0,"k":{"i":[[0.57,0],[0.481,0],[2.228,0],[0,-0.44],[-0.521,0],[-0.633,-0.32],[-0.048,-3.366],[0,0],[0,0],[2.901,3.814],[0.538,0.706],[0.537,0],[0,-1.074],[0,0],[1.114,-0.4],[0.585,0],[0,-0.321],[-0.594,0],[-0.392,0],[-2.765,0],[0,0.464],[0.473,0],[0.738,0.329],[0.088,4.255],[0,0],[0,0],[-4.64,-5.93],[-2.669,-3.301],[-0.737,0],[0,1.242],[0,0],[-1.146,0.456],[-0.433,0],[0,0.328]],"o":[[-2.083,0],[-0.929,0],[-0.625,0],[0,0.328],[0.584,0],[1.011,0.513],[0,0],[0,0],[-0.633,-0.777],[-6.203,-8.07],[-0.72,-0.962],[-0.44,0],[0,0],[-0.057,4.769],[-0.577,0.185],[-0.377,0],[0,0.512],[2.163,0],[0.77,0],[0.585,0],[0,-0.321],[-0.689,0],[-0.825,-0.377],[0,0],[0,0],[0.818,0.961],[4.456,5.738],[0.425,0.577],[0.329,0],[0,0],[0.033,-3.086],[0.528,-0.192],[0.48,0],[0,-0.44]],"v":[[-601.211,-20.583],[-605.378,-20.456],[-610.803,-20.583],[-611.869,-20.071],[-611.195,-19.478],[-608.96,-19.158],[-607.509,-14.325],[-607.068,10.07],[-607.261,10.07],[-616.46,-2.256],[-629.588,-19.743],[-631.423,-21.553],[-632.152,-19.702],[-632.536,12.851],[-633.843,19.51],[-635.79,19.766],[-636.455,20.335],[-635.477,20.919],[-630.886,20.729],[-625.372,20.919],[-624.402,20.335],[-625.124,19.766],[-627.36,19.366],[-628.81,13.436],[-629.291,-8.963],[-629.155,-8.963],[-619.177,4.589],[-606.732,20.408],[-604.985,21.57],[-604.312,19.814],[-603.815,-14.782],[-602.284,-19.286],[-600.97,-19.478],[-600.249,-20.071]],"c":true},"ix":2},"nm":"路径 26","mn":"ADBE Vector Shape - Group","hd":false},{"ind":26,"ty":"sh","ix":27,"ks":{"a":0,"k":{"i":[[0.585,0],[0.497,0],[2.236,0],[0,-0.44],[-0.545,0],[-0.633,-0.32],[-0.049,-3.366],[0,0],[0,0],[2.893,3.814],[0.545,0.706],[0.537,0],[0,-1.074],[0,0],[1.106,-0.4],[0.577,0],[0,-0.321],[-0.593,0],[-0.393,0],[-2.749,0],[0,0.464],[0.489,0],[0.729,0.329],[0.087,4.255],[0,0],[0,0],[-4.639,-5.93],[-2.685,-3.301],[-0.728,0],[0,1.242],[0,0],[-1.162,0.456],[-0.425,0],[0,0.328]],"o":[[-2.084,0],[-0.914,0],[-0.633,0],[0,0.328],[0.57,0],[1.002,0.513],[0,0],[0,0],[-0.633,-0.777],[-6.203,-8.07],[-0.73,-0.962],[-0.441,0],[0,0],[-0.048,4.769],[-0.585,0.185],[-0.393,0],[0,0.512],[2.18,0],[0.769,0],[0.592,0],[0,-0.321],[-0.681,0],[-0.81,-0.377],[0,0],[0,0],[0.834,0.961],[4.456,5.738],[0.424,0.577],[0.345,0],[0,0],[0.048,-3.086],[0.53,-0.192],[0.489,0],[0,-0.44]],"v":[[-489.577,-20.583],[-493.753,-20.456],[-499.17,-20.583],[-500.244,-20.071],[-499.547,-19.478],[-497.319,-19.158],[-495.876,-14.325],[-495.444,10.07],[-495.636,10.07],[-504.828,-2.256],[-517.954,-19.743],[-519.79,-21.553],[-520.519,-19.702],[-520.904,12.851],[-522.21,19.51],[-524.149,19.766],[-524.823,20.335],[-523.853,20.919],[-519.253,20.729],[-513.747,20.919],[-512.77,20.335],[-513.499,19.766],[-515.735,19.366],[-517.177,13.436],[-517.666,-8.963],[-517.522,-8.963],[-507.545,4.589],[-495.091,20.408],[-493.361,21.57],[-492.687,19.814],[-492.198,-14.782],[-490.652,-19.286],[-489.345,-19.478],[-488.624,-20.071]],"c":true},"ix":2},"nm":"路径 27","mn":"ADBE Vector Shape - Group","hd":false},{"ind":27,"ty":"sh","ix":28,"ks":{"a":0,"k":{"i":[[0.568,0],[1.362,0],[2.22,0],[0,-0.44],[-0.384,0],[-0.336,-0.151],[-0.04,-1.876],[0,-2.709],[0,0],[0.625,-0.392],[1.105,0],[0,11.803],[-2.357,2.588],[-2.324,0],[-1.266,-1.755],[-0.096,-1.21],[-0.288,0],[0,0.842],[0,0.625],[0.489,0.065],[0.857,0.201],[2.965,0],[4.063,-3.173],[0,-8.791],[-10.45,0],[-2.853,1.884],[0,1.49],[0,0],[-0.048,1.675],[-1.162,0.257],[-0.328,0],[0,0.33]],"o":[[-1.427,0],[-1.25,0],[-0.585,0],[0,0.33],[0.593,0],[1.355,0.497],[0.04,1.675],[0,0],[0,0.969],[-1.018,0.585],[-9.112,0],[0,-6.707],[2.957,-3.165],[4.784,0],[1.114,1.547],[0.056,0.465],[0.345,0],[0,-6.916],[0,-0.385],[-1.026,-0.063],[-0.874,-0.249],[-3.575,0],[-3.927,3.013],[0,15.17],[3.341,0],[0.537,-0.384],[0,0],[0,-2.732],[0.056,-1.923],[0.481,-0.151],[0.28,0],[0,-0.44]],"v":[[-563.2,0.334],[-568.201,0.454],[-574.733,0.334],[-575.655,0.837],[-574.981,1.439],[-573.339,1.631],[-571.495,4.589],[-571.455,11.04],[-571.455,16.073],[-572.264,18.012],[-575.261,18.596],[-590.095,-1.799],[-586.168,-15.165],[-577.93,-18.387],[-568.682,-14.189],[-567.24,-9.685],[-566.799,-8.963],[-566.214,-10.189],[-565.925,-19.221],[-566.503,-19.87],[-569.892,-20.456],[-577.457,-21.361],[-588.917,-17.795],[-596.378,0.141],[-576.68,21.633],[-566.27,19.173],[-565.733,17.234],[-565.733,11.184],[-565.685,4.589],[-564.043,1.631],[-562.872,1.439],[-562.351,0.837]],"c":true},"ix":2},"nm":"路径 28","mn":"ADBE Vector Shape - Group","hd":false},{"ind":28,"ty":"sh","ix":29,"ks":{"a":0,"k":{"i":[[0.473,0],[0.921,0],[1.411,0],[0,-0.385],[-0.384,-0.119],[0,-0.538],[0.44,-1.225],[0.554,-1.291],[0.786,1.675],[0,0.457],[-0.336,0.145],[0,0.465],[0.401,0],[0.922,0],[1.211,0.04],[0.169,0],[0.68,-0.135],[1.355,0],[0,0],[1.267,0.194],[0.328,0],[0.089,-0.713],[0,-0.906],[-0.28,0],[-0.095,0.448],[-0.442,0.778],[-2.469,0.072],[0,0],[0,0],[0.192,-2.339],[0.882,-0.273],[0.634,0],[0,-0.256],[-0.504,0],[-0.969,0],[-2.805,0],[0,0.393],[0.496,0],[0.592,0.121],[0.143,1.563],[0,5.024],[0,0],[0,0],[-0.104,-1.427],[0,0],[-0.345,0],[-0.064,0.585],[-0.023,1.571],[-0.263,-0.184],[-1.057,-1.996],[-0.288,-0.832],[0,-2.965],[0,0],[0.154,-2.339],[0.874,-0.273],[0.593,0],[0,-0.256],[-0.585,0],[-1.074,0],[-2.668,0],[0,0.393],[0.472,0],[0.625,0.121],[0.096,1.603],[0,0.89],[0,0],[-0.633,1.987],[-1.402,2.187],[-0.921,0.562],[-0.433,0],[0,0.392]],"o":[[-0.817,0],[-1.251,0],[-0.473,0],[0,0.465],[0.721,0.209],[0,0.713],[-0.609,1.675],[-0.705,-1.547],[-0.328,-0.762],[0,-0.457],[0.682,-0.24],[0,-0.385],[-1.923,0],[-1.121,0],[-0.032,-0.248],[-0.144,0],[-0.61,0.122],[0,0],[-1.411,0],[-1.064,-0.208],[-0.257,0],[-0.112,0.449],[0,0.576],[0.289,0],[0.096,-0.394],[0.633,-1.225],[0,0],[0,0],[0,5.024],[-0.153,1.603],[-0.337,0.121],[-0.521,0],[0,0.393],[1.731,0],[1.194,0],[0.489,0],[0,-0.256],[-0.625,0],[-1.251,-0.273],[-0.201,-2.379],[0,0],[0,0],[3.814,0.065],[0,0],[0.04,0.842],[0.24,0],[0,-1.242],[0.297,0.129],[0.827,0.586],[1.507,2.925],[0.594,1.611],[0,0],[0,0.89],[-0.088,1.603],[-0.393,0.121],[-0.473,0],[0,0.464],[1.596,0],[1.146,0],[0.569,0],[0,-0.256],[-0.585,0],[-1.266,-0.273],[-0.096,-2.339],[0,0],[0,-1.796],[0.754,-2.332],[0.913,-1.499],[0.625,-0.391],[0.48,0],[0,-0.321]],"v":[[749.826,-20.583],[745.275,-20.456],[741.115,-20.583],[740.386,-20.071],[741.163,-19.43],[742.084,-18.187],[741.444,-15.286],[735.096,-0.581],[728.036,-16.648],[727.507,-18.516],[728.092,-19.366],[729.063,-20.071],[728.421,-20.583],[723.58,-20.456],[718.941,-20.576],[718.652,-20.967],[717.483,-20.704],[714.589,-20.456],[697.304,-20.456],[693.039,-20.704],[691.213,-21.361],[690.724,-20.32],[689.794,-13.674],[690.179,-12.771],[690.668,-13.475],[691.398,-15.359],[695.508,-17.04],[701.863,-17.234],[701.863,4.98],[701.671,16.673],[700.397,19.574],[698.898,19.766],[698.217,20.335],[699.026,20.919],[704.62,20.729],[711.488,20.919],[712.314,20.335],[711.624,19.766],[709.445,19.574],[707.81,16.713],[707.562,4.98],[707.562,-17.234],[712.947,-17.105],[717.979,-13.932],[718.028,-13.355],[718.508,-12.249],[718.909,-13.163],[718.996,-19.27],[719.87,-18.773],[722.618,-14.91],[730.216,0.91],[731.195,6.656],[731.195,11.184],[731.041,16.673],[729.736,19.574],[728.229,19.766],[727.556,20.335],[728.469,20.919],[733.999,20.729],[740.682,20.919],[741.596,20.335],[740.867,19.766],[738.743,19.574],[736.996,16.673],[736.9,11.184],[736.9,6.777],[737.445,1.311],[745.715,-16.247],[747.943,-18.829],[749.77,-19.478],[750.604,-20.135]],"c":true},"ix":2},"nm":"路径 29","mn":"ADBE Vector Shape - Group","hd":false},{"ind":29,"ty":"sh","ix":30,"ks":{"a":0,"k":{"i":[[0.528,0],[0.673,0.137],[0.136,1.787],[0,6.467],[0,0],[-0.08,2.123],[-1.307,0.32],[-0.48,0],[0,0.521],[0.624,0],[1.21,0],[1.836,0],[0,-0.408],[-0.489,0],[-0.538,-0.194],[-0.095,-2.26],[0,-10.138],[0,0],[0.249,-2.788],[0.985,-0.264],[0.745,0],[0,-0.328],[-0.633,0],[-1.113,0],[-3.214,0],[0,0.466]],"o":[[-0.722,0],[-1.45,-0.264],[-0.193,-2.861],[0,0],[0,-10.138],[0.113,-2.324],[0.585,-0.137],[0.474,0],[0,-0.408],[-1.852,0],[-1.41,0],[-0.793,0],[0,0.521],[0.577,0],[1.065,0.336],[0.105,2.123],[0,0],[0,6.467],[-0.144,1.916],[-0.425,0.137],[-0.569,0],[0,0.466],[1.94,0],[1.315,0],[0.521,0],[0,-0.328]],"v":[[-528.701,19.695],[-531.17,19.422],[-533.1,16.169],[-533.293,1.576],[-533.293,-10.15],[-533.213,-24.27],[-531.41,-28.061],[-529.952,-28.269],[-529.182,-28.926],[-530.199,-29.463],[-536.106,-29.262],[-542.389,-29.463],[-543.567,-28.926],[-542.781,-28.269],[-541.034,-28.004],[-539.4,-24.27],[-539.295,-10.15],[-539.295,1.576],[-539.544,16.096],[-540.954,19.422],[-542.701,19.695],[-543.462,20.223],[-542.493,20.889],[-536.403,20.689],[-528.837,20.889],[-527.924,20.223]],"c":true},"ix":2},"nm":"路径 30","mn":"ADBE Vector Shape - Group","hd":false},{"ind":30,"ty":"sh","ix":31,"ks":{"a":0,"k":{"i":[[2.18,0],[1.298,0.721],[0,4.4],[0,0],[-0.193,0],[-0.873,-0.072],[-1.026,-1.001],[0,-4.136]],"o":[[-1.113,0],[-1.539,-0.858],[0,0],[0,-0.345],[0.729,0],[1.892,0.128],[3.694,3.526],[0,6.923]],"v":[[-734.681,18.092],[-738.215,17.29],[-739.906,10.895],[-739.906,-4.876],[-739.617,-5.35],[-737.534,-5.277],[-733.527,-3.682],[-728.823,9.574]],"c":true},"ix":2},"nm":"路径 31","mn":"ADBE Vector Shape - Group","hd":false},{"ind":31,"ty":"sh","ix":32,"ks":{"a":0,"k":{"i":[[0,0],[-0.337,0.128],[-0.682,0],[0,-4.471],[1.251,-1.395],[1.596,0],[0.44,0.113],[0,0.52]],"o":[[0,-0.745],[0.481,-0.136],[4.167,0],[0,3.262],[-0.833,1.002],[-1.113,0],[-0.177,-0.063],[0,0]],"v":[[-739.906,-25.471],[-739.473,-26.594],[-737.878,-26.73],[-731.827,-16.409],[-733.8,-9.348],[-737.294,-8.074],[-739.577,-8.283],[-739.906,-9.019]],"c":true},"ix":2},"nm":"路径 32","mn":"ADBE Vector Shape - Group","hd":false},{"ind":32,"ty":"sh","ix":33,"ks":{"a":0,"k":{"i":[[3.967,1.852],[0,5.466],[8.751,0],[2.373,0],[2.58,0],[0,-0.472],[-0.521,0],[-0.384,-0.137],[-0.096,-2.26],[0,-10.138],[0,0],[0.224,-2.805],[0.978,-0.264],[0.721,0],[0,-0.328],[-0.64,0],[-1.115,0],[-0.545,0],[-1.442,-0.128],[-0.586,0],[0,7.116]],"o":[[2.669,-2.933],[0,-3.525],[-1.643,0],[-0.978,0],[-0.722,0],[0,0.457],[0.69,0],[1.595,0.465],[0.088,2.123],[0,0],[0,6.137],[-0.193,1.923],[-0.433,0.137],[-0.594,0],[0,0.466],[0.979,0],[1.17,-0.072],[0.721,0],[1.411,0.056],[8.91,0],[0,-7.797]],"v":[[-731.684,-7.81],[-726.747,-19.478],[-737.053,-29.463],[-742.951,-29.262],[-749.554,-29.463],[-750.604,-28.861],[-749.787,-28.269],[-747.896,-28.061],[-745.812,-24.27],[-745.724,-10.15],[-745.724,1.576],[-745.948,15.768],[-747.359,19.422],[-749.097,19.695],[-749.883,20.223],[-748.914,20.889],[-745.579,20.76],[-742.806,20.689],[-739.193,20.889],[-735.794,21.089],[-722.861,6.576]],"c":true},"ix":2},"nm":"路径 33","mn":"ADBE Vector Shape - Group","hd":false},{"ind":33,"ty":"sh","ix":34,"ks":{"a":0,"k":{"i":[[0.473,0],[0.578,0.121],[0.153,1.475],[0,5.289],[0,0],[-0.096,1.748],[-1.17,0.249],[-0.44,0],[0,0.529],[0.537,0],[1.05,0],[1.602,0],[0,-0.321],[-0.441,0],[-0.489,-0.209],[-0.104,-1.858],[0,-8.326],[0,0],[0.193,-2.26],[0.865,-0.273],[0.633,0],[0,-0.256],[-0.545,0],[-0.962,0],[-2.806,0],[0,0.393]],"o":[[-0.634,0],[-1.257,-0.273],[-0.2,-2.324],[0,0],[0,-8.326],[0.104,-1.939],[0.505,-0.144],[0.426,0],[0,-0.321],[-1.643,0],[-1.21,0],[-0.673,0],[0,0.529],[0.528,0],[0.921,0.391],[0.04,1.748],[0,0],[0,5.289],[-0.144,1.62],[-0.408,0.121],[-0.537,0],[0,0.393],[1.69,0],[1.162,0],[0.481,0],[0,-0.256]],"v":[[-677.702,19.766],[-679.883,19.574],[-681.581,16.986],[-681.781,4.98],[-681.781,-4.701],[-681.685,-16.329],[-680.083,-19.286],[-678.817,-19.478],[-678.135,-20.135],[-679.009,-20.583],[-684.474,-20.456],[-690.196,-20.583],[-691.205,-20.135],[-690.532,-19.478],[-688.978,-19.221],[-687.519,-16.329],[-687.479,-4.701],[-687.479,4.98],[-687.672,16.922],[-688.922,19.574],[-690.436,19.766],[-691.109,20.335],[-690.284,20.919],[-684.722,20.729],[-677.846,20.919],[-677.029,20.335]],"c":true},"ix":2},"nm":"路径 34","mn":"ADBE Vector Shape - Group","hd":false},{"ind":34,"ty":"sh","ix":35,"ks":{"a":0,"k":{"i":[[0.329,0],[0.104,-0.577],[1.073,-0.649],[1.114,0],[0.088,3.734],[0,1.86],[0,0],[-0.185,0],[-0.769,-0.12],[-0.232,-1.106],[-0.049,-0.586],[-0.305,0],[0,0.449],[-0.088,1.09],[0,0.321],[0.208,0],[0.336,-0.377],[1.009,-0.128],[0.969,0],[0,0.321],[0,0],[-0.209,0],[-0.729,-0.128],[-0.336,-0.962],[0,-0.384],[-0.305,0],[-0.049,0.257],[-0.056,0.585],[0,0.376],[0.24,0],[0.24,-0.063],[0.786,-0.055],[1.346,0],[2.22,0],[0,-0.385],[-0.433,0],[-0.328,-0.144],[-0.096,-1.858],[0,-8.326],[0,0],[0.202,-2.339],[0.881,-0.273],[0.625,0],[0,-0.256],[-0.537,0],[-1.01,0.048],[-0.489,0],[-2.075,-0.048],[-3.198,0],[-0.281,1.427],[0,1.226]],"o":[[-0.305,0],[-0.281,2.253],[-1.106,0.649],[-4.36,0],[-0.048,-1.619],[0,0],[0,-0.337],[1.065,0],[1.602,0.208],[0.104,0.712],[0,0.256],[0.377,0],[0,-0.384],[0.257,-2.781],[0,-0.329],[-0.185,0],[-0.385,0.585],[-0.97,0.136],[-0.241,0],[0,0],[0,-0.328],[0.865,0],[2.123,0.256],[0.256,0.641],[0,0.457],[0.328,0],[0.087,-0.648],[0.096,-2.509],[0,-0.266],[-0.201,0],[-0.337,0.072],[-0.825,0.056],[-1.202,0],[-0.633,0],[0,0.368],[0.633,0],[1.362,0.513],[0.057,1.748],[0,0],[0,5.024],[-0.143,1.603],[-0.377,0.121],[-0.537,0],[0,0.393],[0.857,0],[1.026,0],[1.25,0],[2.083,0.137],[1.594,0],[0.256,-1.088],[0,-0.585]],"v":[[-696.086,12.273],[-696.583,13.107],[-698.426,17.178],[-702.441,17.891],[-708.203,13.308],[-708.203,5.181],[-708.203,0.791],[-707.962,0.206],[-701.279,0.453],[-698.915,2.586],[-698.762,4.589],[-698.37,5.045],[-697.938,3.811],[-697.753,0.141],[-697.4,-3.867],[-697.753,-4.428],[-698.426,-3.738],[-700.454,-2.904],[-707.906,-2.769],[-708.203,-3.354],[-708.203,-16.906],[-707.906,-17.411],[-701.223,-17.161],[-698.426,-15.165],[-698.138,-13.163],[-697.785,-12.441],[-697.304,-13.355],[-697.064,-16.969],[-696.727,-20.51],[-697.016,-21.033],[-697.697,-20.777],[-699.484,-20.456],[-711.104,-20.456],[-717.251,-20.583],[-718.228,-20.071],[-717.491,-19.478],[-715.808,-19.286],[-713.965,-16.329],[-713.908,-4.701],[-713.908,4.98],[-714.11,16.673],[-715.367,19.574],[-716.858,19.766],[-717.547,20.335],[-716.714,20.919],[-713.772,20.799],[-711.344,20.729],[-706.416,20.848],[-698.562,21.057],[-696.302,19.63],[-695.701,13.564]],"c":true},"ix":2},"nm":"路径 35","mn":"ADBE Vector Shape - Group","hd":false},{"ind":35,"ty":"sh","ix":36,"ks":{"a":0,"k":{"i":[[0.584,0],[1.026,0],[2.227,0],[0,-0.385],[-0.433,0],[-0.353,-0.144],[-0.096,-1.858],[0,-8.326],[0,0],[3.237,-3.366],[0.585,-0.241],[0,-0.265],[-0.176,-0.056],[-0.288,0.104],[-0.545,0.264],[-0.913,3.126],[0,3.085],[0,2.332],[0,0],[-0.104,1.748],[-1.171,0.249],[-0.442,0],[0,0.368]],"o":[[-1.692,0],[-1.106,0],[-0.625,0],[0,0.368],[0.625,0],[1.354,0.513],[0.04,1.748],[0,0],[0,10.787],[-0.826,0.881],[-0.721,0.264],[0,0.265],[0.209,0.049],[0.93,-0.36],[4.111,-2.172],[0.866,-2.885],[0,-2.765],[0,0],[0,-8.326],[0.096,-1.939],[0.481,-0.144],[0.537,0],[0,-0.385]],"v":[[-659.751,-20.583],[-665.169,-20.456],[-671.612,-20.583],[-672.581,-20.071],[-671.844,-19.478],[-670.145,-19.286],[-668.318,-16.329],[-668.278,-4.701],[-668.278,7.786],[-671.451,27.38],[-673.495,28.999],[-674.416,29.728],[-674.08,30.32],[-673.207,30.305],[-671.067,29.415],[-663.422,20.913],[-662.412,11.489],[-662.556,4.523],[-662.556,-4.701],[-662.452,-16.329],[-660.857,-19.286],[-659.647,-19.478],[-658.862,-20.071]],"c":true},"ix":2},"nm":"路径 36","mn":"ADBE Vector Shape - Group","hd":false},{"ind":36,"ty":"sh","ix":37,"ks":{"a":0,"k":{"i":[[0.488,0],[0.593,0.121],[0.144,1.475],[0,5.289],[0,0],[-0.112,1.748],[-1.162,0.249],[-0.432,0],[0,0.529],[0.528,0],[1.074,0],[1.603,0],[0,-0.321],[-0.433,0],[-0.488,-0.209],[-0.096,-1.858],[0,-8.326],[0,0],[0.192,-2.26],[0.865,-0.273],[0.624,0],[0,-0.256],[-0.521,0],[-0.978,0],[-2.805,0],[0,0.393]],"o":[[-0.634,0],[-1.25,-0.273],[-0.201,-2.324],[0,0],[0,-8.326],[0.089,-1.939],[0.473,-0.144],[0.441,0],[0,-0.321],[-1.643,0],[-1.202,0],[-0.681,0],[0,0.529],[0.529,0],[0.906,0.391],[0.04,1.748],[0,0],[0,5.289],[-0.144,1.62],[-0.393,0.121],[-0.53,0],[0,0.393],[1.707,0],[1.154,0],[0.473,0],[0,-0.256]],"v":[[-640.91,19.766],[-643.091,19.574],[-644.781,16.986],[-644.982,4.98],[-644.982,-4.701],[-644.87,-16.329],[-643.283,-19.286],[-642.025,-19.478],[-641.336,-20.135],[-642.217,-20.583],[-647.691,-20.456],[-653.405,-20.583],[-654.414,-20.135],[-653.733,-19.478],[-652.187,-19.221],[-650.736,-16.329],[-650.696,-4.701],[-650.696,4.98],[-650.888,16.922],[-652.146,19.574],[-653.636,19.766],[-654.318,20.335],[-653.509,20.919],[-647.915,20.729],[-641.055,20.919],[-640.229,20.335]],"c":true},"ix":2},"nm":"路径 37","mn":"ADBE Vector Shape - Group","hd":false},{"ind":37,"ty":"sh","ix":38,"ks":{"a":0,"k":{"i":[[0.304,0],[0.681,-0.135],[1.362,0],[0,0],[1.25,0.194],[0.328,0],[0.096,-0.713],[0,-0.906],[-0.281,0],[-0.096,0.448],[-0.441,0.778],[-2.468,0.072],[0,0],[0,0],[0.2,-2.339],[0.874,-0.273],[0.633,0],[0,-0.256],[-0.521,0],[-0.962,0],[-2.797,0],[0,0.393],[0.488,0],[0.569,0.121],[0.136,1.563],[0,5.024],[0,0],[0,0],[-0.096,-1.427],[0,0],[-0.344,0],[-0.047,0.585],[0,1.161]],"o":[[-0.137,0],[-0.625,0.122],[0,0],[-1.403,0],[-1.058,-0.208],[-0.249,0],[-0.104,0.449],[0,0.576],[0.305,0],[0.097,-0.394],[0.633,-1.225],[0,0],[0,0],[0,5.024],[-0.128,1.603],[-0.328,0.121],[-0.538,0],[0,0.393],[1.699,0],[1.217,0],[0.488,0],[0,-0.256],[-0.617,0],[-1.258,-0.273],[-0.201,-2.379],[0,0],[0,0],[3.814,0.065],[0,0],[0.056,0.842],[0.241,0],[0,-1.418],[0,-0.85]],"v":[[-287.725,-20.967],[-288.887,-20.704],[-291.788,-20.456],[-309.066,-20.456],[-313.329,-20.704],[-315.164,-21.361],[-315.645,-20.32],[-316.583,-13.674],[-316.19,-12.771],[-315.702,-13.475],[-314.972,-15.359],[-310.861,-17.04],[-304.523,-17.234],[-304.523,4.98],[-304.723,16.673],[-305.981,19.574],[-307.471,19.766],[-308.152,20.335],[-307.335,20.919],[-301.765,20.729],[-294.889,20.919],[-294.064,20.335],[-294.745,19.766],[-296.909,19.574],[-298.551,16.713],[-298.809,4.98],[-298.809,-17.234],[-293.423,-17.105],[-288.398,-13.932],[-288.358,-13.355],[-287.862,-12.249],[-287.485,-13.163],[-287.381,-19.805]],"c":true},"ix":2},"nm":"路径 38","mn":"ADBE Vector Shape - Group","hd":false},{"ind":38,"ty":"sh","ix":39,"ks":{"a":0,"k":{"i":[[0.168,0],[0,0],[-0.08,0.256],[0,0],[-0.145,0],[-0.048,-0.192],[0,0]],"o":[[0,0],[-0.152,0],[0,0],[0.04,-0.192],[0.095,0],[0,0],[0.049,0.2]],"v":[[-326.192,4.076],[-334.438,4.076],[-334.59,3.691],[-330.463,-10.189],[-330.222,-10.71],[-330.038,-10.189],[-326.024,3.747]],"c":true},"ix":2},"nm":"路径 39","mn":"ADBE Vector Shape - Group","hd":false},{"ind":39,"ty":"sh","ix":40,"ks":{"a":0,"k":{"i":[[1.698,0],[0.929,0.408],[0,0.577],[0,0],[-0.289,0.152],[-1.074,0],[0,-7.742],[1.306,-1.234]],"o":[[-1.075,0],[-0.289,-0.168],[0,0],[0,-0.456],[0.441,-0.128],[2.501,0],[0,4.527],[-0.729,0.696]],"v":[[-405.496,1.046],[-408.742,0.502],[-409.127,-0.437],[-409.127,-16.777],[-408.742,-17.563],[-406.218,-17.747],[-399.735,-8.001],[-402.491,0.141]],"c":true},"ix":2},"nm":"路径 40","mn":"ADBE Vector Shape - Group","hd":false},{"ind":40,"ty":"sh","ix":41,"ks":{"a":0,"k":{"i":[[0.384,0],[0.625,0.121],[1.635,4.969],[1.026,3.029],[0.641,0],[0.481,-1.521],[0,0],[1.932,-0.394],[0.136,0],[0.801,0.281],[0.385,3.422],[0,0],[0.344,0],[0.337,-0.905],[0,0],[0,0],[0.441,0],[0.088,-0.896],[0,0],[1.17,-0.192],[0.056,-0.008],[0.032,0],[2.356,3.165],[3.782,6.188],[0,4.07],[1.219,1.106],[2.708,0],[1.451,0],[2.22,0],[0,-0.385],[-0.44,0],[-0.337,-0.144],[-0.096,-1.858],[0,-8.326],[0,0],[0.2,-2.339],[0.882,-0.273],[0.617,0],[0,-0.256],[-0.521,0],[-0.825,0],[-2.477,0],[0,0.393],[0.329,0],[0.641,0.121],[0.144,1.603],[0,5.089],[0,0],[-0.184,0],[0,0],[-0.24,-0.313],[-1.699,-2.965],[-1.843,-1.218],[-2.372,0],[0,0],[-0.112,0.048],[-0.424,0],[-1.787,0],[0,0.528],[0.393,0],[0.721,0.185],[0,1.026],[-0.104,0.954],[0,0],[0,0],[-0.328,-1.033],[-1.009,-2.525],[-0.536,0],[-0.978,2.581],[0,0],[0,0],[0,0],[0.248,-0.128],[0,-0.257],[-1.002,-0.064],[-2.028,-0.049],[-0.049,0],[-0.128,0],[-0.088,0],[-0.04,0],[-0.384,0],[-1.395,0],[0,0.464],[0.537,0],[0,0],[0,0.961],[-0.425,1.363],[0,0],[-0.249,0],[0,0],[-0.087,-0.321],[0,0],[0.304,-0.072],[0,-0.321],[-0.777,-0.071],[-1.49,0],[0,0.464]],"o":[[-0.49,0],[-0.778,-0.208],[-2.716,-8.326],[-0.424,-1.226],[-0.434,0],[0,0],[-0.866,2.766],[-0.12,0],[-0.44,-0.056],[-1.29,-0.521],[0,0],[-0.145,-1.153],[-0.393,0],[0,0],[0,0],[-0.585,-1.482],[-0.329,0],[0,0],[-0.193,1.812],[-0.032,0],[-0.024,-0.008],[-0.673,-0.192],[-2.58,-3.406],[4.158,-4.471],[0,-3.679],[-2.259,-1.987],[-1.299,0],[-0.873,0],[-0.633,0],[0,0.368],[0.634,0],[1.37,0.513],[0.056,1.748],[0,0],[0,5.024],[-0.152,1.603],[-0.377,0.121],[-0.521,0],[0,0.393],[1.699,0],[0.633,0],[0.536,0],[0,-0.256],[-0.537,0],[-1.315,-0.273],[-0.2,-2.339],[0,0],[0,-0.321],[0,0],[0.273,0],[0.538,0.849],[2.364,4.255],[1.113,0.785],[0,0],[0.208,0],[0.834,-0.057],[0.77,0],[0.633,0],[0,-0.257],[-0.384,0],[-0.73,-0.209],[0,-0.906],[0,0],[0,0],[1.403,3.799],[0.505,1.555],[0.681,1.691],[0.473,0],[0,0],[0,0],[0,0],[0.136,1.556],[-0.272,0.137],[0,0.329],[1.418,0.112],[0.048,0],[0.128,0],[0.144,0],[0.033,0],[1.915,-0.048],[1.355,0],[0.441,0],[0,-0.321],[0,0],[-1.306,0],[0,-0.649],[0,0],[0.088,-0.321],[0,0],[0.192,0],[0,0],[0.2,0.631],[-0.441,0.048],[0,0.393],[3.582,0.12],[1.595,0],[0,-0.385]],"v":[[-311.782,19.766],[-313.369,19.574],[-317.008,13.692],[-327.859,-20.135],[-329.116,-21.872],[-330.367,-19.702],[-341.506,14.854],[-345.032,19.695],[-345.433,19.71],[-347.228,19.245],[-349.295,13.813],[-353.166,-20.071],[-354.136,-21.81],[-355.25,-20.456],[-366.67,10.527],[-378.097,-20.071],[-379.411,-21.81],[-380.229,-20.4],[-384.436,15.423],[-386.191,19.63],[-386.303,19.637],[-386.376,19.63],[-390.92,16.008],[-400.271,1.439],[-394.365,-10.71],[-397.379,-18.268],[-405.448,-20.583],[-412.084,-20.456],[-417.886,-20.583],[-418.856,-20.071],[-418.135,-19.478],[-416.443,-19.286],[-414.6,-16.329],[-414.544,-4.701],[-414.544,4.98],[-414.744,16.673],[-416.019,19.574],[-417.501,19.766],[-418.19,20.335],[-417.365,20.919],[-412.132,20.729],[-405.496,20.919],[-404.631,20.335],[-405.16,19.766],[-407.243,19.574],[-408.886,16.673],[-409.127,4.98],[-409.127,4.196],[-408.798,3.747],[-404.96,3.874],[-404.191,4.26],[-400.167,11.753],[-394.365,19.814],[-389.718,20.919],[-385.662,20.919],[-385.198,20.825],[-383.186,20.729],[-378.682,20.919],[-377.664,20.271],[-378.338,19.766],[-379.836,19.51],[-381.143,17.891],[-380.998,15.311],[-378.97,-6.118],[-378.819,-6.118],[-374.579,5.622],[-369.683,18.076],[-367.976,20.848],[-366.277,17.755],[-357.141,-6.775],[-356.997,-6.775],[-354.616,16.986],[-354.825,19.301],[-355.305,19.887],[-354.048,20.536],[-346.106,20.896],[-346.001,20.919],[-345.609,20.913],[-345.233,20.919],[-345.152,20.913],[-341.066,20.729],[-336.329,20.919],[-335.639,20.335],[-336.281,19.766],[-336.906,19.766],[-338.605,18.212],[-337.972,14.854],[-335.696,7.498],[-335.303,7.113],[-325.286,7.113],[-324.862,7.498],[-321.559,18.542],[-321.944,19.766],[-322.481,20.335],[-321.223,20.799],[-313.041,20.919],[-311.19,20.335]],"c":true},"ix":2},"nm":"路径 41","mn":"ADBE Vector Shape - Group","hd":false},{"ind":41,"ty":"sh","ix":42,"ks":{"a":0,"k":{"i":[[0.329,0],[0.097,-0.577],[1.058,-0.649],[1.098,0],[0.104,3.734],[0,1.86],[0,0],[-0.2,0],[-0.786,-0.12],[-0.24,-1.106],[-0.039,-0.586],[-0.296,0],[0,0.449],[-0.097,1.09],[0,0.321],[0.192,0],[0.345,-0.377],[1.01,-0.128],[0.961,0],[0,0.321],[0,0],[-0.194,0],[-0.728,-0.128],[-0.345,-0.962],[0,-0.384],[-0.289,0],[-0.057,0.257],[-0.024,0.585],[0,0.376],[0.249,0],[0.256,-0.063],[0.754,-0.055],[1.354,0],[2.236,0],[0.112,-0.2],[0.416,0],[0.729,0],[2.141,0],[0,-0.385],[-0.392,0],[-0.489,-0.209],[0,-0.562],[0.202,-0.721],[1.843,-5.674],[0,0],[0,0],[0,0.706],[-0.28,0.263],[-0.681,0],[0,0.368],[0.545,0],[1.065,0],[2.284,0],[0,-0.44],[-0.376,0],[-0.617,-0.192],[-0.962,-3.037],[0,0],[-0.56,0],[-1.074,3.18],[-2.709,8.015],[-1.69,5.16],[-0.53,0.499],[-0.433,0],[-0.111,0.184],[-0.288,0],[-0.338,-0.144],[-0.112,-1.858],[0,-8.326],[0,0],[0.185,-2.339],[0.881,-0.273],[0.616,0],[0,-0.256],[-0.537,0],[-1.009,0.048],[-0.481,0],[-2.084,-0.048],[-3.189,0],[-0.297,1.427],[0,1.226]],"o":[[-0.304,0],[-0.297,2.253],[-1.105,0.649],[-4.368,0],[-0.031,-1.619],[0,0],[0,-0.337],[1.058,0],[1.594,0.208],[0.104,0.712],[0,0.256],[0.392,0],[0,-0.384],[0.248,-2.781],[0,-0.329],[-0.209,0],[-0.384,0.585],[-0.986,0.136],[-0.241,0],[0,0],[0,-0.328],[0.873,0],[2.116,0.256],[0.241,0.641],[0,0.457],[0.352,0],[0.104,-0.648],[0.112,-2.509],[0,-0.266],[-0.176,0],[-0.345,0.072],[-0.833,0.056],[-1.203,0],[-0.465,0],[-0.136,-0.2],[-1.284,0],[-0.522,0],[-0.824,0],[0,0.368],[0.522,0],[0.385,0.184],[0,0.473],[-1.001,3.606],[0,0],[0,0],[-0.585,-1.93],[0,-0.52],[0.345,-0.337],[0.392,0],[0,-0.385],[-2.123,0],[-1.499,0],[-0.633,0],[0,0.328],[0.36,0],[1.546,0.513],[0,0],[0.841,2.587],[0.602,0],[0.969,-2.766],[2.324,-6.699],[1.122,-3.47],[0.737,-0.719],[0.296,0],[0.112,0.184],[0.634,0],[1.37,0.513],[0.024,1.748],[0,0],[0,5.024],[-0.144,1.603],[-0.386,0.121],[-0.538,0],[0,0.393],[0.865,0],[1.034,0],[1.266,0],[2.084,0.137],[1.595,0],[0.232,-1.088],[0,-0.585]],"v":[[611.675,12.273],[611.187,13.107],[609.343,17.178],[605.329,17.891],[599.558,13.308],[599.558,5.181],[599.558,0.791],[599.815,0.206],[606.491,0.454],[608.855,2.586],[608.998,4.589],[609.392,5.045],[609.816,3.811],[610.025,0.141],[610.354,-3.867],[610.025,-4.428],[609.343,-3.738],[607.324,-2.904],[599.856,-2.769],[599.558,-3.354],[599.558,-16.906],[599.856,-17.411],[606.538,-17.161],[609.343,-15.165],[609.632,-13.163],[609.977,-12.441],[610.458,-13.355],[610.682,-16.969],[611.043,-20.51],[610.738,-21.033],[610.073,-20.777],[608.285,-20.456],[596.658,-20.456],[590.511,-20.583],[589.677,-20.262],[588.909,-20.583],[584.902,-20.456],[580.341,-20.583],[579.14,-20.071],[579.868,-19.478],[581.56,-19.221],[582.137,-18.268],[581.743,-16.247],[573.426,10.719],[573.289,10.719],[566.124,-13.868],[565.163,-17.995],[565.579,-19.092],[567.231,-19.478],[567.912,-20.071],[566.886,-20.583],[561.469,-20.456],[555.266,-20.583],[554.208,-20.071],[554.681,-19.478],[556.332,-19.286],[559.482,-15.23],[570.212,18.333],[571.967,21.633],[574.011,17.62],[579.676,0.837],[584.797,-14.004],[587.025,-18.829],[589.109,-19.478],[589.677,-19.79],[590.271,-19.478],[591.962,-19.286],[593.821,-16.329],[593.845,-4.701],[593.845,4.98],[593.66,16.673],[592.395,19.574],[590.905,19.766],[590.215,20.335],[591.048,20.919],[593.989,20.799],[596.417,20.729],[601.354,20.848],[609.199,21.057],[611.484,19.63],[612.044,13.564]],"c":true},"ix":2},"nm":"路径 42","mn":"ADBE Vector Shape - Group","hd":false},{"ind":42,"ty":"sh","ix":43,"ks":{"a":0,"k":{"i":[[0.489,0],[0.585,0.121],[0.136,1.475],[0,5.289],[0,0],[-0.088,1.748],[-1.154,0.249],[-0.433,0],[0,0.529],[0.545,0],[1.074,0],[1.578,0],[0,-0.321],[-0.433,0],[-0.481,-0.209],[-0.096,-1.858],[0,-8.326],[0,0],[0.2,-2.26],[0.858,-0.273],[0.633,0],[0,-0.256],[-0.521,0],[-0.962,0],[-2.813,0],[0,0.393]],"o":[[-0.633,0],[-1.251,-0.273],[-0.192,-2.324],[0,0],[0,-8.326],[0.104,-1.939],[0.481,-0.144],[0.449,0],[0,-0.321],[-1.651,0],[-1.202,0],[-0.681,0],[0,0.529],[0.529,0],[0.913,0.391],[0.048,1.748],[0,0],[0,5.289],[-0.136,1.62],[-0.384,0.121],[-0.521,0],[0,0.393],[1.691,0],[1.17,0],[0.497,0],[0,-0.256]],"v":[[-270.247,19.766],[-272.426,19.574],[-274.118,16.986],[-274.31,4.98],[-274.31,-4.701],[-274.222,-16.329],[-272.619,-19.286],[-271.361,-19.478],[-270.679,-20.135],[-271.553,-20.583],[-277.027,-20.456],[-282.724,-20.583],[-283.75,-20.135],[-283.069,-19.478],[-281.53,-19.221],[-280.072,-16.329],[-280.024,-4.701],[-280.024,4.98],[-280.224,16.922],[-281.475,19.574],[-282.981,19.766],[-283.654,20.335],[-282.837,20.919],[-277.267,20.729],[-270.391,20.919],[-269.566,20.335]],"c":true},"ix":2},"nm":"路径 43","mn":"ADBE Vector Shape - Group","hd":false},{"ind":43,"ty":"sh","ix":44,"ks":{"a":0,"k":{"i":[[1.691,0],[0.922,0.408],[0,0.577],[0,0],[-0.304,0.152],[-1.066,0],[0,-7.742],[1.305,-1.234]],"o":[[-1.09,0],[-0.304,-0.168],[0,0],[0,-0.456],[0.441,-0.128],[2.508,0],[0,4.527],[-0.746,0.696]],"v":[[629.346,1.046],[626.1,0.502],[625.708,-0.437],[625.708,-16.777],[626.1,-17.563],[628.617,-17.747],[635.1,-8.001],[632.344,0.141]],"c":true},"ix":2},"nm":"路径 44","mn":"ADBE Vector Shape - Group","hd":false},{"ind":44,"ty":"sh","ix":45,"ks":{"a":0,"k":{"i":[[5.594,4.144],[0,0],[0,2.453],[-3.046,0],[-0.624,-1.033],[0,-0.522],[-0.281,0],[0,1.178],[0,0.706],[0.392,0.136],[2.781,0],[0,-6.715],[-5.034,-3.926],[0,0],[0,-2.38],[3.662,0],[0.915,4.063],[0,0.705],[0.385,0],[0,-0.834],[0,-2.973],[-0.208,-0.273],[0.408,0.121],[2.373,3.165],[3.773,6.188],[0,4.07],[1.227,1.106],[2.717,0],[1.45,0],[2.22,0],[0,-0.385],[-0.44,0],[-0.336,-0.144],[-0.089,-1.858],[0,-8.326],[0,0],[0.2,-2.339],[0.873,-0.273],[0.625,0],[0,-0.256],[-0.513,0],[-0.818,0],[-2.476,0],[0,0.393],[0.345,0],[0.634,0.121],[0.144,1.603],[0,5.089],[0,0],[-0.176,0],[0,0],[-0.242,-0.313],[-1.699,-2.965],[-1.852,-1.218],[-2.348,0],[0,0],[0,0.464],[0.008,0.04],[-2.452,0],[-2.052,1.94],[0,4.07]],"o":[[0,0],[-3.838,-2.845],[0,-3.743],[2.757,0],[0.914,1.427],[0,0.648],[0.328,0],[0,-4.311],[0,-0.392],[-1.106,-0.384],[-5.889,0],[0,4.848],[0,0],[3.767,2.965],[0,3.896],[-2.677,0],[-0.248,-0.978],[0,-0.385],[-0.335,0],[-0.048,0.914],[0,0.768],[-0.303,0],[-0.681,-0.192],[-2.565,-3.406],[4.175,-4.471],[0,-3.679],[-2.268,-1.987],[-1.29,0],[-0.874,0],[-0.633,0],[0,0.368],[0.633,0],[1.363,0.513],[0.055,1.748],[0,0],[0,5.024],[-0.136,1.603],[-0.392,0.121],[-0.537,0],[0,0.393],[1.707,0],[0.632,0],[0.529,0],[0,-0.256],[-0.529,0],[-1.314,-0.273],[-0.192,-2.339],[0,0],[0,-0.321],[0,0],[0.288,0],[0.529,0.849],[2.364,4.255],[1.121,0.785],[0,0],[0.545,0],[0,-0.032],[1.852,1.083],[2.285,0],[3.085,-2.908],[0,-4.953]],"v":[[660.912,-4.195],[659.158,-5.478],[654.662,-12.706],[660.464,-18.596],[665.207,-16.008],[666.322,-12.385],[666.763,-11.424],[667.284,-13.163],[667.436,-19.743],[666.851,-20.456],[660.792,-21.361],[650.054,-10.326],[656.738,2.128],[659.214,4.076],[663.421,11.809],[657.523,18.788],[650.742,13.372],[650.342,10.527],[649.909,9.62],[649.373,11.04],[649.14,18.333],[649.42,19.751],[648.467,19.63],[643.907,16.008],[634.564,1.439],[640.478,-10.71],[637.464,-18.268],[629.386,-20.583],[622.759,-20.456],[616.957,-20.583],[615.979,-20.071],[616.708,-19.478],[618.399,-19.286],[620.235,-16.329],[620.29,-4.701],[620.29,4.98],[620.09,16.673],[618.84,19.574],[617.341,19.766],[616.653,20.335],[617.47,20.919],[622.703,20.729],[629.346,20.919],[630.211,20.335],[629.675,19.766],[627.599,19.574],[625.956,16.673],[625.708,4.98],[625.708,4.196],[626.036,3.747],[629.875,3.875],[630.653,4.259],[634.675,11.753],[640.478,19.814],[645.109,20.919],[649.18,20.919],[650.014,20.335],[649.957,20.223],[656.873,21.633],[664.006,19.366],[668.261,9.101]],"c":true},"ix":2},"nm":"路径 45","mn":"ADBE Vector Shape - Group","hd":false},{"ind":45,"ty":"sh","ix":46,"ks":{"a":0,"k":{"i":[[0.465,0],[0.594,0.121],[0.145,1.475],[0,5.289],[0,0],[-0.104,1.748],[-1.17,0.249],[-0.44,0],[0,0.529],[0.536,0],[1.066,0],[1.595,0],[0,-0.321],[-0.448,0],[-0.488,-0.209],[-0.103,-1.858],[0,-8.326],[0,0],[0.208,-2.26],[0.881,-0.273],[0.633,0],[0,-0.256],[-0.545,0],[-0.962,0],[-2.805,0],[0,0.393]],"o":[[-0.64,0],[-1.241,-0.273],[-0.184,-2.324],[0,0],[0,-8.326],[0.08,-1.939],[0.49,-0.144],[0.433,0],[0,-0.321],[-1.652,0],[-1.209,0],[-0.674,0],[0,0.529],[0.521,0],[0.93,0.391],[0.056,1.748],[0,0],[0,5.289],[-0.152,1.62],[-0.385,0.121],[-0.536,0],[0,0.393],[1.692,0],[1.17,0],[0.489,0],[0,-0.256]],"v":[[686.757,19.766],[684.561,19.574],[682.87,16.986],[682.686,4.98],[682.686,-4.701],[682.79,-16.329],[684.377,-19.286],[685.635,-19.478],[686.317,-20.135],[685.444,-20.583],[679.977,-20.456],[674.264,-20.583],[673.23,-20.135],[673.927,-19.478],[675.465,-19.221],[676.924,-16.329],[676.98,-4.701],[676.98,4.98],[676.772,16.922],[675.514,19.574],[674.015,19.766],[673.342,20.335],[674.167,20.919],[679.73,20.729],[686.597,20.919],[687.422,20.335]],"c":true},"ix":2},"nm":"路径 46","mn":"ADBE Vector Shape - Group","hd":false},{"ind":46,"ty":"sh","ix":47,"ks":{"a":0,"k":{"i":[[0.16,0],[0.241,-0.072],[0.785,-0.055],[1.65,0],[2.173,0],[0,-0.385],[-0.384,0],[-0.344,-0.144],[-0.096,-1.858],[0,-8.326],[0,0],[0.2,-2.339],[0.881,-0.273],[0.632,0],[0,-0.256],[-0.578,0],[-1.098,0],[-2.708,0],[0,0.393],[0.528,0],[0.585,0.121],[0.136,1.603],[0,5.282],[0,0],[-0.193,0],[-1.066,-0.128],[-0.2,-0.77],[0,-0.385],[-0.233,0],[0,0.448],[-0.095,1.106],[0,0.328],[0.136,0],[0.249,-0.329],[0.786,-0.064],[0.728,0],[0,0],[0,0.321],[0,0],[-0.224,0],[0,0],[-0.281,-0.769],[0,-0.45],[-0.296,0],[-0.056,0.449],[-0.04,0.585],[0,0.376]],"o":[[-0.233,0],[-0.449,0.122],[-1.018,0.056],[-1.203,0],[-0.672,0],[0,0.368],[0.618,0],[1.346,0.456],[0.055,1.748],[0,0],[0,5.289],[-0.144,1.603],[-0.385,0.121],[-0.473,0],[0,0.464],[1.595,0],[1.114,0],[0.625,0],[0,-0.256],[-0.578,0],[-1.257,-0.273],[-0.2,-2.339],[0,0],[0,-0.393],[0.721,0],[1.298,0.105],[0.193,0.642],[0,0.385],[0.44,0],[0,-0.394],[0.145,-1.747],[0,-0.321],[-0.241,0],[-0.384,0.713],[-0.617,0.073],[0,0],[-0.248,0],[0,0],[0,-0.65],[0,0],[1.611,0.056],[0.304,0.77],[0,0.648],[0.273,0],[0.04,-0.649],[0.153,-1.419],[0,-0.266]],"v":[[-462.29,-21.033],[-462.956,-20.704],[-464.711,-20.456],[-476.803,-20.456],[-482.903,-20.583],[-483.912,-20.071],[-483.191,-19.478],[-481.5,-19.286],[-479.664,-16.329],[-479.609,-4.701],[-479.609,4.98],[-479.809,16.673],[-481.075,19.574],[-482.573,19.766],[-483.191,20.335],[-482.325,20.919],[-476.908,20.729],[-470.08,20.919],[-469.166,20.335],[-469.879,19.766],[-471.964,19.574],[-473.654,16.673],[-473.911,5.181],[-473.911,0.661],[-473.606,0.206],[-466.786,0.396],[-464.743,2.401],[-464.454,4.076],[-464.077,4.845],[-463.589,3.628],[-463.437,-0.381],[-463.1,-3.939],[-463.348,-4.428],[-463.926,-3.867],[-465.729,-2.904],[-467.659,-2.831],[-473.606,-2.769],[-473.911,-3.29],[-473.911,-16.583],[-473.518,-17.37],[-466.458,-17.161],[-463.741,-15.479],[-463.484,-13.419],[-462.956,-12.514],[-462.523,-13.611],[-462.339,-18.059],[-461.994,-20.51]],"c":true},"ix":2},"nm":"路径 47","mn":"ADBE Vector Shape - Group","hd":false},{"ind":47,"ty":"sh","ix":48,"ks":{"a":0,"k":{"i":[[2.989,0],[0,11.291],[-4.72,0],[0,-12.141]],"o":[[-8.039,0],[0,-13.552],[6.884,0],[0,15.634]],"v":[[-246.758,18.661],[-259.653,-1.542],[-249.339,-18.443],[-236.99,1.167]],"c":true},"ix":2},"nm":"路径 48","mn":"ADBE Vector Shape - Group","hd":false},{"ind":48,"ty":"sh","ix":49,"ks":{"a":0,"k":{"i":[[10.754,0],[0,-9.36],[-12.39,0],[0,12.59]],"o":[[-12.927,0],[0,9.737],[10.995,0],[0,-12.581]],"v":[[-248.072,-21.361],[-265.927,0.141],[-248.513,21.633],[-230.651,-0.838]],"c":true},"ix":2},"nm":"路径 49","mn":"ADBE Vector Shape - Group","hd":false},{"ind":49,"ty":"sh","ix":50,"ks":{"a":0,"k":{"i":[[2.997,0],[0,11.291],[-4.744,0],[0,-12.141]],"o":[[-8.029,0],[0,-13.552],[6.876,0],[0,15.634]],"v":[[-438.129,18.661],[-450.999,-1.542],[-440.693,-18.443],[-428.344,1.167]],"c":true},"ix":2},"nm":"路径 50","mn":"ADBE Vector Shape - Group","hd":false},{"ind":50,"ty":"sh","ix":51,"ks":{"a":0,"k":{"i":[[10.747,0],[0,-9.36],[-12.39,0],[0,12.59]],"o":[[-12.918,0],[0,9.737],[10.987,0],[0,-12.581]],"v":[[-439.435,-21.361],[-457.298,0.141],[-439.868,21.633],[-421.997,-0.838]],"c":true},"ix":2},"nm":"路径 51","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.060342683979,0.128694990569,0.544462376015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[750.854,30.658],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":53,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":120,"op":278,"st":0,"bm":0}]},{"id":"comp_1","nm":"校训手写体","fr":60,"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"“图层 8”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":15,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":30,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":127,"s":[100]},{"t":143,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":15,"s":[643.394,209.456,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[185.394,209.456,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":127,"s":[185.394,209.456,0],"to":[0,0,0],"ti":[0,0,0]},{"t":143,"s":[185.394,209.456,0]}],"ix":2,"l":2},"a":{"a":0,"k":[113.366,141.314,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":15,"s":[80,80,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":30,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":127,"s":[100,100,100]},{"t":143,"s":[112.5,112.5,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.851,-1.261],[-3.867,-1.403]],"o":[[-2.852,1.261],[2.525,-2.118],[0.018,0.014]],"v":[[4.249,-1.205],[-4.307,2.577],[4.288,-1.174]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.250999989229,0.592000026329,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.503,197.432],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-3.226,-0.068],[-0.224,-0.411],[2.504,-1.143]],"o":[[2.357,-1.403],[0.225,0.41],[-2.502,1.143],[-0.002,-0.002]],"v":[[-3.667,2.41],[3.084,-2.342],[3.756,-1.111],[-3.754,2.319]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.250999989229,0.592000026329,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[26.46,203.669],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.219,-0.061],[-0.074,-0.09],[2.241,-3.082],[0,0],[0,0],[-1.737,1.858]],"o":[[0.162,0.198],[-1.991,2.727],[0,0],[0,0],[1.713,-1.882],[0.073,-0.078]],"v":[[2.754,-4.369],[3.11,-3.934],[-3.11,4.609],[-3.11,0.952],[-3.043,1.095],[2.114,-4.531]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.250999989229,0.592000026329,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[106.657,242.097],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.722,1.092],[-1.941,1.819],[3.009,-0.033]],"o":[[0.529,-1.219],[1.427,-2.16],[0.55,4.071],[-0.002,-0.002]],"v":[[-3.534,4.823],[-1.912,1.188],[3.076,-4.823],[-3.624,4.731]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.250999989229,0.592000026329,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[111.411,220.851],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.794,0.961],[-0.163,0.307],[0.057,-0.226],[1.023,-1.545],[0.04,0.691],[-1.477,-2.502],[-0.169,-1.438],[-2.427,5.835],[1.079,-0.673],[1.878,-3.527],[1.804,-4.066],[0.705,0.284],[3.404,-1.418],[0.253,0.317],[2.75,3.303],[-0.974,2.509],[-1.309,3.766],[-0.798,0.838],[-0.298,-0.289],[0.606,-1.862],[1.208,-4.698],[-2.193,1.439]],"o":[[0.167,-0.312],[0.374,0.341],[-0.4,1.608],[-0.038,-0.69],[-2.599,1.886],[0.723,1.223],[2.275,-5.469],[3.165,1.371],[-4.026,2.507],[-1.961,3.683],[-1.859,-0.747],[-3.617,1.507],[-0.253,-0.318],[0.906,-3.274],[1.788,-3.047],[1.439,-3.708],[0.346,-0.994],[0.299,0.289],[-0.978,1.74],[-1.16,3.562],[2.855,-1.873],[-0.699,-3.229]],"v":[[5.067,-9.2],[5.563,-10.132],[6.632,-9.135],[4.642,-4.417],[4.527,-6.488],[3.513,-1.648],[4.138,2.821],[11.178,-14.107],[11.938,-9.364],[5.975,1.159],[0.721,12.842],[-3.158,11.282],[-13.584,15.624],[-14.343,14.67],[-10.751,6.111],[-6.28,-1.67],[-2.717,-13.089],[-0.391,-15.624],[0.504,-14.756],[-2.363,-9.515],[-5.507,2.435],[1.686,-2.284]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.250999989229,0.592000026329,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[102.538,266.754],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.681,-0.866],[-1.251,3.283]],"o":[[3.414,2.186],[-2.409,1.242]],"v":[[-38.896,66.785],[-33.125,63.811]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.207,3.224],[1.245,-1.681],[-0.805,0.491]],"o":[[-1.417,1.912],[1.175,0.115],[1.561,-0.955]],"v":[[-34.992,24.553],[-38.899,29.826],[-35.438,30.065]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-0.718,-4.518],[-0.321,-0.129],[-1.447,3.507],[0.376,0.167]],"o":[[0.321,0.131],[1.448,-3.506],[-0.376,-0.167],[-3.363,2.634]],"v":[[8.044,100.169],[9.008,100.559],[13.35,90.038],[12.221,89.538]],"c":true},"ix":2},"nm":"路径 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-1.479,2.335],[0.176,0.194],[1.543,-1.043],[-0.262,-0.775],[-1.026,-0.793]],"o":[[-0.176,-0.193],[-1.751,0.736],[-1.092,0.739],[0.398,1.176],[1.897,-2.994]],"v":[[-30.738,-9.395],[-31.266,-9.974],[-36.466,-7.691],[-38.773,-4.416],[-35.592,-1.731]],"c":true},"ix":2},"nm":"路径 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[3.685,-3.512],[0.133,4.332]],"o":[[6.349,-0.633],[-4.395,1.533]],"v":[[-32.604,-12.182],[-22.184,-20.79]],"c":true},"ix":2},"nm":"路径 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[3.673,-5.096],[-3.746,3.789],[0.368,0.683],[1.419,1.935]],"o":[[5.86,-0.846],[0.458,-0.464],[-0.821,-1.522],[-3.578,4.965]],"v":[[-52,46.306],[-38.03,38.951],[-37.968,36.365],[-41.385,31.579]],"c":true},"ix":2},"nm":"路径 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[-1.11,7.081],[0.247,0.383],[3.94,-1.759],[0.538,-0.142],[-0.532,-3.473],[-4.178,3.661]],"o":[[-0.247,-0.384],[-3.954,1.725],[-0.535,0.238],[-4.898,1.292],[0.862,5.607],[5.06,-4.433]],"v":[[-3.709,9.408],[-4.45,8.257],[-16.305,13.452],[-17.756,14.5],[-21.35,23.005],[-14.669,25.672]],"c":true},"ix":2},"nm":"路径 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-1.982,4.834],[3.205,-1.709],[0.763,-1.178],[2.305,-2.485],[0.689,-4.347],[-3.913,-2.104],[-1.222,2.255],[-1.885,3.89]],"o":[[0.115,-5.21],[-1.207,0.644],[-1.884,2.911],[-3.02,3.256],[-0.708,4.471],[2.079,1.117],[2.067,-3.81],[2.273,-4.692]],"v":[[3.34,-110.223],[-3.853,-114.513],[-6.863,-111.485],[-12.295,-102.642],[-17.938,-91.575],[-13.936,-83.169],[-9.229,-84.522],[-2.675,-95.756]],"c":true},"ix":2},"nm":"路径 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[-4.949,-6.172],[-0.535,-0.092],[-5.414,8.058],[-1.411,9.663],[3.555,0.979],[5.051,-1.894],[2.11,-4.939],[-0.853,-5.754],[0.197,-2.865],[0.067,-0.006],[0.283,3.167],[0.012,-4.331],[-0.793,-6.656],[-5.167,0.919],[-0.216,0.095],[0,0]],"o":[[0.535,0.091],[5.356,-8.096],[5.522,-8.217],[0.533,-3.648],[-5.668,-1.562],[-4.142,1.552],[-2.061,4.826],[0.412,2.774],[-0.066,0.006],[-0.211,-2.365],[-3.644,3.809],[-0.02,6.666],[0.372,3.121],[0.219,-0.039],[0,0],[0.26,8.215]],"v":[[52.637,80.614],[54.243,80.888],[70.325,56.608],[79.884,29.529],[75.426,23],[59.557,25.174],[48.443,32.359],[44.258,47.382],[43.775,55.961],[43.575,55.978],[42.87,48.081],[36.127,59.78],[38.058,79.78],[43.333,85.893],[43.971,85.628],[43.971,59.411]],"c":true},"ix":2},"nm":"路径 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-2.328],[-1.78,0.222],[-7.269,0.897],[-1.503,2.111],[-3.137,3.268],[-2.676,2.876],[0.21,0.433],[3.507,-1.302],[2.95,-1.284],[2.027,-0.698],[2.79,-0.528],[0.856,0.494],[0,0],[0.605,1.526],[-3.527,1.997],[-4.227,2.571],[0.093,0.688],[0.788,0.311],[2.969,1.109],[0.149,0.502],[-3.883,1.653],[-2.543,1.403],[-2.367,3.202],[-1.52,0.792],[2.283,3.6],[0.582,-0.287],[0.986,2.219],[1.507,1.81],[1.533,0.295],[-0.792,3.757],[-1.814,3.194],[-3.075,3.774],[-4.552,5.941],[2.795,3.076],[0.284,1.493],[0.756,6.348],[-0.727,2.983],[-1.451,0.221],[-4.644,0.477],[-1.068,1.012],[-5.404,5.286],[-3.299,2.388],[-6.656,-3.521],[4.003,-8.333],[8.903,-10.541],[3.913,-4.972],[0.346,-1.034],[-1.579,0.606],[-1.158,-0.487],[-2.595,-1.971],[1.199,-2.207],[9.858,-10.693],[1.97,1.694],[0.623,-1.326],[-0.609,-1.603],[0.907,-1.498],[-0.234,-0.317],[-4.435,2.526],[0.12,0.38],[-0.518,-0.343],[-3.9,-2.515],[2.54,-4.558],[2.111,-5.201],[4.313,-3.558],[0.55,-2.053],[1.08,-1.045],[2.945,-1.49],[-0.466,-3.262],[-1.081,-0.47],[-2.358,-1.448],[-1.441,1.535],[-4.497,4.83],[-3.431,3.792],[-0.784,1.706],[-3.351,7.267],[-5.402,11.18],[-3.826,7.776],[-0.955,2.851],[-5.902,17.642],[-0.701,0.727],[-3.917,3.716],[-1.386,-0.093],[-0.117,-1.306],[-0.298,-6.015],[-0.212,-0.775],[3.414,-7.516],[3.171,-8.247],[1.769,-3.903],[3.304,-6.767],[1.499,-2.924],[1.053,-2.281],[2.444,-4.846],[-2.727,0.668],[-7.364,-3.756],[-5.076,-3.953],[-0.157,-6.556],[1.608,-2.795],[1.046,-2.58],[10.1,-13.119],[4.278,-4.185],[3.56,-3.189],[1.957,1.599],[0.687,-0.237],[2.587,3.401],[1.384,1.748],[-0.877,4.147],[-0.844,8.138],[0.263,0.479],[1.947,-2.847],[1.052,-1.395],[1.162,-0.95],[0.52,0.219],[-0.035,-2.41],[0.58,-1.426],[-0.265,-0.408],[-1.291,-0.496],[0.851,-2.194],[0.447,1.228],[4.278,-4.232],[-0.969,2.483],[0.511,0.246],[0.853,-1.759],[0.548,1.561],[-0.777,-4.749],[0.998,-2.586],[0.166,-0.312],[-0.292,1.196],[-0.535,2.795],[0.013,2.426],[0.162,0.198],[-0.091,0.338],[0.84,0.34],[0.377,-0.285],[0.319,-0.741],[0.757,-0.733],[-2.227,-1.031],[0,0],[1.692,-0.579],[-3.612,5.79],[0,0],[-2.874,-1.719],[1.25,2.633],[-0.259,0.576],[-0.91,4.86],[0.364,0.102],[0.334,-0.961],[1.026,0.45],[0.039,0.602],[-0.793,0.386],[-1.319,4.301],[2.429,-2.723],[2.809,-3.106],[6.451,-7.165],[-0.02,-0.608],[1.991,-3.263],[1.615,3.061],[-1.691,3.15],[-2.643,4.392],[-1.638,2.897],[1.692,-0.211],[14.746,-1.721],[6.467,-0.158],[0.367,3.034],[-0.7,0.329],[-2.349,0.41],[0.24,2.759],[0.52,-3.612],[-2.115,1.217]],"o":[[-1.11,1.477],[2.785,0.207],[7.268,-0.906],[2.514,-0.311],[2.595,-3.644],[2.722,-2.835],[-0.21,-0.434],[-3.551,1.182],[-3.013,1.119],[-1.975,0.86],[-2.69,0.927],[-0.736,0.139],[0,0],[-0.379,-0.958],[3.332,-1.833],[4.307,-2.438],[0.695,-0.424],[-0.098,-0.729],[-2.944,-1.167],[-0.47,-0.175],[-1.295,-4.349],[2.655,-1.131],[3.077,-1.698],[0.993,-1.344],[3.513,-1.832],[-0.555,0.27],[-1.612,0.793],[-0.972,-2.188],[-0.934,-1.121],[-3.807,-0.732],[0.792,-3.754],[2.363,-4.16],[4.729,-5.803],[1.964,-2.563],[-0.999,-1.1],[-1.196,-6.288],[-0.363,-3.049],[0.321,-1.322],[4.604,-0.698],[1.606,-0.165],[5.482,-5.201],[2.923,-2.86],[6.503,-4.708],[8.103,4.285],[-5.894,12.269],[-4.081,4.832],[-0.335,0.425],[2.071,-0.561],[1.765,-0.677],[2.935,1.231],[2.115,1.606],[-6.915,12.731],[-0.727,0.788],[-0.97,1.164],[-0.286,0.609],[-0.43,0.709],[0.233,0.317],[4.434,-2.525],[-0.121,-0.379],[0.534,0.353],[2.532,-3.377],[4.48,2.889],[-2.736,4.911],[-2.112,5.203],[-1.37,1.13],[-0.468,1.744],[-2.362,2.281],[-2.998,1.517],[0.147,1.026],[2.596,1.128],[2.217,1.361],[4.517,-4.811],[3.486,-3.743],[1.279,-1.413],[3.343,-7.271],[5.2,-11.276],[3.771,-7.802],[1.325,-2.694],[5.908,-17.639],[0.317,-0.95],[3.745,-3.894],[1.12,-1.063],[0.853,0.058],[0.539,5.994],[0.042,0.84],[2.314,8.452],[-3.645,8.027],[-1.537,3.997],[-3.107,6.861],[-1.44,2.947],[-1.141,2.226],[-1.755,3.803],[3.835,-0.949],[7.681,-1.882],[5.614,2.863],[5.704,4.441],[0.09,3.75],[-1.419,2.466],[-6.269,15.457],[-3.62,4.702],[-3.417,3.344],[-1.492,1.336],[-0.573,-0.468],[-4.833,1.669],[-1.348,-1.772],[-3.312,-4.183],[1.729,-8.174],[0.041,-0.391],[-4.597,0.953],[-0.99,1.448],[-0.899,1.191],[-0.577,0.471],[-3.448,-1.449],[0.021,1.41],[-0.299,0.737],[0.367,0.565],[-0.397,1.025],[-0.585,-1.606],[-5.608,3.756],[0.969,-2.484],[-0.511,-0.245],[-0.973,2.005],[-0.053,-0.152],[-1.953,4.078],[0.386,2.364],[-0.162,0.306],[-0.204,-1.316],[0.68,-2.78],[0.448,-2.343],[-0.075,-0.09],[0.263,-0.974],[-1.253,-0.737],[-0.574,-0.232],[-0.602,0.455],[-0.464,1.078],[-2.101,2.035],[0,0],[-1.314,0.45],[1.472,-7.255],[0,0],[-0.701,3.258],[3.291,-1.61],[1.109,-0.393],[2.049,-4.55],[-0.364,-0.102],[-0.319,0.919],[-1.082,-0.309],[-0.908,-0.397],[-0.066,-1.022],[4.677,-2.273],[-2.419,2.732],[-2.789,3.124],[-6.467,7.152],[-0.469,0.521],[0.153,4.505],[-1.552,2.54],[-1.67,-3.167],[2.42,-4.509],[1.079,-1.794],[-2.869,0],[-14.732,1.839],[-6.425,0.751],[-3.128,0.076],[-0.097,-0.801],[2.174,-1.022],[2.662,-0.463],[2.976,-0.672],[2.707,-1.558],[0,0]],"v":[[-90.661,77.084],[-94.632,82.366],[-88.202,82.791],[-66.433,79.791],[-61.167,76.239],[-51.807,66.424],[-43.767,57.803],[-44.397,56.503],[-55.041,60.078],[-63.938,63.821],[-69.826,66.473],[-78.066,68.712],[-80.615,67.325],[-80.557,67.37],[-81.921,63.929],[-71.49,58.181],[-58.657,50.717],[-57.293,48.483],[-59.144,46.554],[-68.097,43.354],[-69.2,42.077],[-64.787,29.34],[-57.655,24.603],[-50.878,14.989],[-46.769,11.82],[-44.896,4.403],[-46.619,5.24],[-50.615,4.236],[-54.107,-2.035],[-58.399,-4.106],[-63.444,-11.189],[-60.72,-22.309],[-51.48,-33.571],[-37.477,-51.129],[-39.632,-61.528],[-41.559,-65.762],[-44.729,-84.698],[-44.086,-93.989],[-40.271,-97.131],[-26.32,-98.322],[-21.668,-99.789],[-5.596,-115.788],[3.575,-123.944],[23.779,-124.456],[29.922,-106.142],[9.213,-71.016],[-2.623,-56.177],[-3.355,-54.07],[1.986,-55.553],[7.032,-57.778],[15.098,-52.336],[15.833,-46.555],[-8.635,-10.937],[-11.932,-9.553],[-14.735,-6.012],[-13.547,-2.649],[-15.79,1.056],[-15.089,2.007],[-1.785,-5.569],[-2.147,-6.707],[-0.56,-5.656],[12.036,-7.394],[14.997,5.243],[7.542,20.382],[-2.026,33.24],[-4,39.201],[-5.284,44.374],[-13.445,50.064],[-20.595,60.794],[-18.022,63.498],[-10.04,66.386],[-5.029,65.751],[8.439,51.24],[18.917,40.03],[22.283,35.388],[32.025,13.444],[47.902,-20.255],[59.598,-43.474],[62.967,-51.852],[80.603,-104.799],[82.246,-107.404],[93.646,-118.923],[97.902,-120.93],[100.142,-117.399],[101.189,-99.367],[101.107,-96.841],[96.871,-73.598],[87.483,-48.816],[82.396,-37.008],[72.906,-16.501],[67.825,-8.031],[65.161,-0.961],[58.979,11.385],[68.265,9.089],[91.357,8.53],[106.561,20.34],[113.026,37.542],[109.008,46.389],[104.217,53.469],[78.962,95.948],[66.339,108.692],[55.924,118.553],[50.691,118.96],[48.275,118.485],[38.118,114.014],[33.68,108.996],[33.561,96.192],[34.247,71.703],[33.558,70.389],[27.245,78.711],[24.499,83.204],[21.292,86.38],[19.154,87.192],[16.103,90.061],[14.417,94.315],[13.723,96.5],[16.465,97.66],[14.645,102.355],[13.303,98.668],[4.04,113.583],[6.949,106.133],[5.415,105.396],[2.618,111.166],[1.808,108.862],[-2.505,119.992],[-5.266,127.721],[-5.761,128.652],[-6.29,124.723],[-3.646,116.534],[-3.598,109.261],[-3.955,108.826],[-3.339,106.542],[-6.185,104.91],[-8.048,104.746],[-9.33,106.786],[-10.582,110.046],[-9.752,114.29],[-9.818,114.147],[-14.139,115.627],[-5.489,96.772],[-5.582,96.679],[-2.088,104.029],[-0.338,97.02],[2.404,95.98],[6.797,81.823],[5.704,81.516],[4.731,84.315],[1.492,83.351],[-0.902,81.725],[0.397,78.66],[6.706,67.35],[-0.553,75.544],[-8.946,84.892],[-28.348,106.344],[-29.384,108.192],[-35.009,118.264],[-46.49,116.008],[-46.814,106.244],[-38.883,93.074],[-35.175,86.535],[-41.477,86.563],[-85.666,92.147],[-105.045,93.429],[-113.019,86.073],[-111.719,83.567],[-104.9,81.186],[-101.133,76.853],[-97.513,81.17],[-90.574,77.177]],"c":true},"ix":2},"nm":"路径 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.250999989229,0.592000026329,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[113.366,128.902],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 6","np":12,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":174,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"“图层 7”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":35,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":115,"s":[100]},{"t":130,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[842.257,207.646,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":35,"s":[436.257,209.646,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":115,"s":[436.257,209.646,0],"to":[0,0,0],"ti":[0,0,0]},{"t":130,"s":[436.257,209.646,0]}],"ix":2,"l":2},"a":{"a":0,"k":[84.645,86.855,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":20,"s":[80,80,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":35,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":115,"s":[100,100,100]},{"t":130,"s":[112.5,112.5,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.757,-1.499],[-4.816,-1.202]],"o":[[2.531,-1.842],[-3.321,1.807]],"v":[[-4.417,3.003],[4.417,-1.801]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.250999989229,0.592000026329,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.46,144.502],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.738,1.544],[1.336,-3.936],[2.108,-2.996],[-0.076,-5.341],[0.53,-0.62],[2.041,-2.356],[-0.282,-0.286],[-1.54,1.079],[0.882,-2.233],[-1.505,-0.08],[2.007,-2.375],[1.733,-2.155],[-0.279,-0.288],[-1.167,0.864],[-2.703,1.455],[-1.476,-0.387],[0,-0.387],[-3.341,2.76],[0,0],[2.074,-1.844],[-0.157,-0.251],[-2.082,1.529],[-1.917,2.122],[2.194,0.33],[-4.504,4.776],[-1.957,2.686],[-7.616,12.654],[-3.975,13.062],[7.379,6.504],[-4.242,1.385],[-5.903,-8.173],[5.725,-12.63],[7.077,-12.899],[4.348,-5.874],[3.811,-5.218],[-1.921,-0.258],[-7.744,-4.622],[-2.969,-12.838],[-0.256,-2.997],[0.281,-0.338],[3.717,0.777],[5.092,1.859],[3.64,1.155],[2.678,0.635],[0.152,0.408],[-1.546,0.967],[-0.075,0.56],[0.622,0.385],[6.213,3.904],[2.323,1.121],[1.233,-0.753],[3.093,-2.247],[-0.605,1.194],[0.268,0.084],[0.912,-1.393],[0.578,0.576],[-0.691,0.379],[0.113,0.398],[1.041,-0.667],[3.816,-1.862],[5.799,-1.62],[-1.343,1.2],[0.857,0.14],[-0.262,0.482],[0.179,0.184],[0.505,-0.968],[1.257,1.567],[0.447,-0.287],[2.811,-2.204],[4.035,-2.799],[5.106,4.306],[1.127,7.53],[-2.201,2.609],[-3.285,5.096],[1.27,11.049],[1.584,4.101],[7.164,9.99],[1.077,4.267],[-3.379,-0.155],[-4.242,-4.202],[-3.113,-2.234],[-2.096,-6.269],[-0.641,-3.354],[-0.568,-6.265],[-0.275,-6.615],[-0.919,0.815],[-3.164,0.113],[-0.962,1.042],[-2.995,3.142],[1.032,2.162],[2.397,5.331],[-7.537,-3.005],[-2.634,1.755],[-4.679,3.474],[-2.845,-8.724],[2.489,-5.923],[4.486,0.709],[4.094,4.198],[1.249,0.958],[0.032,-0.009],[-1.495,-3.327]],"o":[[-0.49,4.223],[-1.131,3.331],[-2.607,3.705],[0.01,0.652],[-2.025,2.37],[0.283,0.286],[0.839,-0.587],[-1.009,2.557],[1.34,0.071],[-2.417,2.751],[-1.784,2.111],[0.278,0.288],[1.209,-0.809],[2.497,-1.851],[0.984,-0.529],[0.001,0.387],[3.341,-2.76],[0,0],[-2.073,1.844],[0.158,0.251],[2.421,-1.069],[2.172,-1.595],[-1.214,-0.182],[5.256,-5.16],[2.261,-2.397],[8.572,-11.764],[7.109,-11.812],[2.455,-8.068],[-3.115,-2.747],[8.345,-2.727],[8.452,11.701],[-6.075,13.401],[-3.482,6.345],[-3.204,4.328],[2.392,0.961],[8.631,1.157],[12.035,7.183],[0.673,2.908],[0.036,0.422],[-2.502,2.998],[-5.789,-1.213],[-3.59,-1.31],[-2.616,-0.829],[-0.152,-0.408],[1.57,-0.927],[0.661,-0.414],[0.075,-0.548],[-6.238,-3.863],[-2.22,-1.394],[-1.102,-0.532],[-2.911,1.78],[0.806,-1.59],[-0.268,-0.084],[-0.912,1.392],[-0.578,-0.577],[0.692,-0.379],[-0.113,-0.398],[-1.296,0.27],[-3.617,2.318],[-5.33,2.599],[0.941,-0.841],[-1.345,-0.219],[0.298,-0.549],[-0.179,-0.183],[-0.925,0.75],[-1.041,1.998],[-0.467,-0.582],[-3.003,1.932],[-3.877,3.04],[-5.517,3.826],[-5.971,-5.037],[-0.685,-4.574],[3.933,-4.663],[6.618,-10.269],[-0.506,-4.402],[-4.269,-11.057],[-2.459,-3.43],[-0.707,-2.801],[5.033,0.232],[2.651,2.626],[5.36,3.845],[1.097,3.28],[1.179,6.176],[0.529,5.82],[2.094,-1.002],[2.092,-1.853],[1.037,-0.037],[2.945,-3.19],[1.657,-1.74],[-2.549,-5.34],[4.198,-4.989],[3.426,1.367],[3.973,-2.648],[-5.946,10.22],[1.945,5.967],[-1.746,4.154],[-6.321,-1],[-1.088,-1.116],[-0.114,-0.301],[-2.471,0.661],[0.738,-1.544]],"v":[[-9.616,-5.181],[-11.284,7.42],[-17.373,16.499],[-24.262,28.194],[-25.658,30.164],[-31.775,37.238],[-30.927,38.096],[-27.708,35.844],[-30.335,42.496],[-26.653,42.692],[-33.166,50.123],[-38.375,56.578],[-37.54,57.441],[-33.921,55.005],[-26.413,49.515],[-22.062,50.529],[-22.06,51.69],[-12.038,43.411],[-11.407,44.09],[-17.627,49.622],[-17.154,50.374],[-9.964,47.07],[-4.285,40.965],[-8.925,40.267],[5.652,25.851],[11.556,17.828],[38.443,-16.592],[55.291,-53.729],[50.597,-76.42],[52.927,-83.878],[72.66,-76.914],[75.1,-39.641],[55.37,-0.133],[42.42,17.529],[32.251,31.44],[38.364,33.82],[62.636,41.937],[83.413,72.535],[84.359,81.503],[83.894,82.805],[70.138,85.828],[56.76,77.137],[45.972,73.26],[37.949,71.318],[37.494,70.095],[42.196,67.299],[43.931,65.834],[42.605,64.014],[23.833,52.517],[17.461,47.91],[13.056,48.758],[4.378,54.955],[6.395,50.977],[5.592,50.725],[2.857,54.901],[1.122,53.171],[3.197,52.033],[2.859,50.841],[-0.989,51.711],[-11.635,58.959],[-28.498,64.951],[-25.273,62.069],[-28.312,61.575],[-27.491,60.062],[-28.029,59.512],[-30.731,61.8],[-33.726,62.026],[-36.085,61.173],[-44.825,67.378],[-56.306,76.68],[-72.952,75.465],[-82.992,56.34],[-77.194,48.003],[-65.7,33.775],[-63.039,1.09],[-65.867,-11.936],[-79.386,-44.888],[-83.688,-57.342],[-77.721,-63.575],[-63.3,-59.437],[-53.524,-53.387],[-42.527,-38.001],[-39.076,-28.228],[-36.528,-9.519],[-35.705,8.784],[-31.345,6.634],[-24.225,2.793],[-21.219,-0.074],[-12.411,-9.669],[-11.648,-15.233],[-18.938,-31.34],[-4.561,-33.985],[4.299,-35.186],[16.69,-44.307],[18.253,-16.683],[18.491,1.013],[8.868,6.075],[-5.352,-3.628],[-9.074,-6.527],[-9.408,-7.392],[-11.83,-0.549]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.250999989229,0.592000026329,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.645,86.855],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":174,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"“图层 6”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":25,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":130,"s":[100]},{"t":145,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[1023.572,199.677,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[647.572,209.677,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":130,"s":[647.572,209.677,0],"to":[0,0,0],"ti":[0,0,0]},{"t":145,"s":[647.572,209.677,0]}],"ix":2,"l":2},"a":{"a":0,"k":[86.926,134.113,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":25,"s":[80,80,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":40,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":130,"s":[100,100,100]},{"t":145,"s":[112.5,112.5,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.059,0.316],[-1.571,1.19],[-0.182,-1.081],[0,0]],"o":[[1.021,-0.772],[0.258,1.524],[0,0],[-0.059,-0.316]],"v":[[-2.118,0.893],[1.495,-1.842],[2.118,1.842],[-1.941,1.842]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.250999989229,0.592000026329,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[35.821,203.148],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.178,0.516],[0,0],[-0.236,-0.317],[0.345,-0.445],[-2.302,-1.291],[1.172,2.474],[0,0]],"o":[[0,0],[0.235,0.316],[-0.497,0.64],[2.349,1.318],[-3.542,2.278],[0,0],[-0.178,-0.516]],"v":[[-7.085,0.201],[0.704,-4.443],[1.412,-3.495],[0.072,-1.768],[7.085,2.165],[0.732,1.749],[-6.551,1.749]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.250999989229,0.592000026329,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[7.335,226.596],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.407,-0.165],[1.646,-5.579],[-2.502,-4.436],[0.359,-1.567],[-1.479,-3.949],[0.16,-0.462],[4.339,-6.39],[2.618,-0.847],[4.761,7.791],[1.861,6.411],[-0.363,5.23],[-4.023,-1.45],[-2.494,-0.826],[-2.211,2.55],[-5.383,6.359],[-1.338,1.624]],"o":[[-1.372,5.659],[-1.161,3.936],[0.729,1.292],[-1.038,4.533],[0.249,0.664],[-2.433,7.011],[-1.397,2.058],[-10.994,3.562],[-3.5,-5.728],[-1.428,-4.916],[0.298,-4.287],[2.474,0.892],[3.7,1.225],[5.458,-6.294],[1.359,-1.606],[0.408,0.164]],"v":[[22.457,-38.275],[18.273,-21.316],[16.98,-9.397],[17.222,-4.478],[19.734,7.788],[20.66,9.668],[16.128,31.158],[8.891,35.207],[-12.585,23.704],[-21.029,5.342],[-21.76,-10.387],[-14.888,-14.355],[-7.52,-11.531],[1.029,-14.858],[17.218,-33.9],[21.235,-38.769]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.250999989229,0.592000026329,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[92.499,80.322],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.005,-11.55],[-0.309,0.252],[-0.046,0.178],[-3.424,13.463],[2.12,-0.346],[3.91,-0.13],[2.424,-7.154]],"o":[[0.309,-0.252],[0.195,-0.139],[3.464,-13.452],[0.596,-2.342],[-3.904,0.636],[-9.675,0.322],[10.656,3.657]],"v":[[35.029,46.673],[35.957,45.917],[36.523,45.494],[46.865,5.123],[44.101,2.253],[32.425,4.309],[11.495,25.625]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-1.255,-2.156],[1.551,-1.493],[5.747,-5.679],[0.405,-1.031],[5.152,0.045],[0.065,0.297],[-2.23,1.942],[0.241,0.288],[0.439,-0.541],[4.84,-3.535],[2.613,0.21],[0,0],[-1.506,0.84],[-2.004,1.928],[-0.716,0.89],[-4.735,5.895],[0.1,0.686],[-2.58,-0.154],[-0.162,3.062],[-0.849,0.813],[-1.199,5.535],[5.912,1.832],[0.33,0.926],[-4.071,-0.062],[-5.419,-0.181],[-2.545,0.41],[-0.933,1.22],[-2.311,4.681],[1.723,-1.353],[0.957,-0.128],[5.366,-0.551],[0.424,0.12],[7.512,-3.631],[3.451,-1.97],[1.486,-0.329],[-0.672,1.983],[-5.81,1.587],[-5.054,2.919],[-3.613,1.618],[-6.208,2.565],[-4.647,2.818],[-1.327,2.671],[-6.068,9.395],[-3.61,8.518],[-4.014,11.721],[0.262,3.117],[1.524,2.024],[1.204,0.567],[-1.239,2.991],[-3.941,1.599],[-4.627,-2.143],[-2.268,-7.329],[0.374,-3.114],[5.835,-13.184],[3.562,-6.693],[4.111,-6.072],[-1.907,-2.969],[0.832,-0.203],[0.052,-0.352],[-1.805,0.119],[-3.719,-4.371],[-2.768,-6.486],[3.295,-5.053],[1.622,-4.299],[2.714,-8.515],[1.929,-4.791],[2.691,-5.658],[0.147,-0.819],[2.631,-3.639],[2.958,-4.365],[0.595,-0.067],[3.881,-2.357],[0.858,-0.11],[1.283,3.177],[0.516,0.228],[0.455,3.32],[5.635,6.225],[3.986,5.862],[-0.337,0.258],[0,0],[-0.225,0.168],[0.939,1.796],[-9.259,-6.028],[-0.361,0.423],[2.03,2.282],[-4.147,-1.46],[-0.402,0.677],[-2.936,5.805],[4.451,-0.531],[0.882,0.373],[4.564,1.202],[4.371,0.409],[-2.609,1.135],[0.187,0.771],[2.045,-2.43],[4.372,-5.54]],"o":[[-2.166,-1.232],[-5.823,5.603],[-0.704,0.695],[-4.932,0.027],[-0.065,-0.297],[2.23,-1.942],[-0.24,-0.288],[-0.623,0.392],[-3.993,4.917],[-1.605,1.172],[0,0],[1.873,-0.181],[2.39,-1.333],[0.795,-0.765],[4.742,-5.891],[0.409,-0.509],[-0.374,-2.582],[2.969,0.177],[0.055,-1.051],[2.978,-2.847],[-5.57,-1.727],[-0.037,-0.245],[-1.344,-3.767],[5.42,0.081],[2.609,0.087],[1.498,-0.241],[2.913,-3.812],[-1.722,1.355],[-0.88,0.693],[-5.345,0.712],[-0.482,0.049],[-9.315,-2.634],[-3.557,1.718],[-1.186,0.677],[1.772,-2.078],[2.575,-7.603],[5.765,-1.575],[3.451,-1.993],[6.125,-2.744],[5.067,-2.093],[2.359,-1.43],[5.022,-10.109],[5.026,-7.782],[4.827,-11.39],[1.039,-3.032],[-0.195,-2.311],[-0.719,-0.956],[-2.851,-1.342],[1.058,-2.552],[5.186,-2.104],[7.27,3.366],[0.918,2.964],[-1.737,14.465],[-3.078,6.953],[-3.436,6.454],[-1.671,2.469],[-1.018,0.249],[-0.053,0.352],[1.845,0.487],[6.624,-0.438],[4.37,5.137],[2.653,6.216],[-2.532,3.883],[-3.151,8.354],[-1.575,4.94],[-2.336,5.8],[-0.362,0.763],[-0.842,4.689],[-3.088,4.271],[-0.466,0.686],[-5.132,0.585],[-0.894,-0.406],[-4.459,0.567],[-0.264,-0.655],[-3.993,-1.757],[-1.183,-8.62],[-4.712,-5.205],[0.336,-0.258],[0,0],[0.225,-0.167],[-0.942,-1.799],[7.995,7.883],[0.361,-0.424],[-1.48,-1.665],[4.787,1.951],[1.075,0.378],[3.319,-5.594],[1.173,-2.318],[-0.815,0.098],[-4.39,-1.859],[-4.188,-1.104],[2.654,-1.337],[1.057,-0.46],[-0.734,-3.022],[-4.543,5.398],[-1,1.268]],"v":[[-22.876,72.375],[-28.27,73.588],[-45.693,90.441],[-46.932,93.442],[-61.276,97.551],[-61.471,96.66],[-54.78,90.835],[-55.503,89.97],[-57.346,91.168],[-72.895,99.426],[-80.577,99.014],[-80.539,97.552],[-74.988,96.888],[-68.563,91.586],[-66.895,88.542],[-52.584,70.938],[-52.156,68.807],[-48.171,64.291],[-43.742,59.909],[-41.857,56.874],[-33.814,46.42],[-51.008,41.089],[-51.371,38.873],[-45.989,31.133],[-29.734,31.767],[-21.917,31.679],[-17.778,29.142],[-9.964,16.591],[-15.13,20.656],[-17.785,22.648],[-33.876,24.369],[-35.306,24.565],[-59.147,31.276],[-69.285,37.548],[-73.528,38.554],[-68.949,33.005],[-53.224,21.924],[-37.154,15.471],[-26.822,9.478],[-8.127,1.96],[6.839,-4.798],[12.072,-12.061],[30.411,-40.18],[43.628,-64.694],[56.268,-99.638],[57.875,-109.163],[54.22,-115.786],[50.742,-117.657],[48.039,-124.098],[51.375,-131.759],[66.078,-130.779],[79.54,-113.639],[80.203,-104.134],[67.087,-63.188],[57.798,-42.364],[45.995,-23.806],[45.025,-16.113],[42.343,-15.458],[42.186,-14.403],[47.715,-13.035],[63.055,-5.553],[74.031,11.73],[72.039,27.602],[65.297,39.779],[56.905,65.239],[52.307,80.091],[44.283,97.083],[43.391,99.457],[36.631,110.991],[27.766,124.091],[26.18,125.948],[15.306,133.863],[12.572,132.692],[5.598,126.975],[4.558,125.156],[-0.404,116.112],[-11.903,95.035],[-24.01,77.582],[-23.001,76.81],[-20.851,78.152],[-20.175,77.649],[-22.998,72.255],[3.76,91.838],[4.843,90.568],[-0.147,84.958],[12.822,90.15],[16.473,89.669],[25.867,72.558],[23.262,68.123],[20.648,67.017],[7.431,61.608],[-5.643,60.234],[2.433,57.094],[4.769,54.177],[-7.958,51.445],[-21.196,67.967]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.250999989229,0.592000026329,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[93.026,134.113],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 4","np":4,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":174,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"“图层 5”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":30,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":45,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":124,"s":[100]},{"t":140,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[1203.711,198.396,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[869.711,210.396,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":124,"s":[869.711,210.396,0],"to":[0,0,0],"ti":[0,0,0]},{"t":140,"s":[869.711,210.396,0]}],"ix":2,"l":2},"a":{"a":0,"k":[91.426,148.794,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":30,"s":[80,80,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":45,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":124,"s":[100,100,100]},{"t":140,"s":[112.5,112.5,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.656,-1.898],[-0.319,-0.506],[-3.538,2.063],[0.2,0.341]],"o":[[0.318,0.508],[3.539,-2.062],[-0.2,-0.343],[-3.657,1.898]],"v":[[-42.66,-3.398],[-41.704,-1.876],[-31.089,-8.065],[-31.69,-9.092]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[2.77,3.034],[-4.133,-0.11],[-3.881,-0.51],[-3.023,5.166],[-0.375,8.699],[-0.852,4.35],[0.037,0.961],[3.024,-1.344],[2.631,-1.052],[0.755,0.121],[1.463,-1.288],[1.024,0.092],[0.372,-0.198],[3.244,-2.388],[3.566,-2.961],[6.109,3.387],[2.499,2.499],[0.464,1.587],[0.548,1.764],[-2.031,-0.469],[-0.111,0.289],[0.844,0.604],[-2.112,0.183],[-2.198,1.203],[-7.923,4.617],[-4.326,2.624],[-1.33,1.574],[0.115,0.537],[-0.292,0.432],[2.125,1.279],[3.277,2.312],[0.969,1.967],[-0.303,0.237],[0,0],[0.119,0.353],[-2.134,0.978],[0.009,0.657],[-2.061,2.232],[-0.783,0.718],[-0.967,0.74],[1.225,2.976],[-0.172,1.659],[-2.28,0.55],[-1.129,1.049],[-3.524,-1.387],[-1.446,-4.682],[-1.437,-2.664],[3.331,-10.148],[-1.591,-0.181],[-0.097,-0.207],[2.988,-1.457],[-0.121,-0.307],[-13.437,3.566],[4.143,-0.913],[4.477,-0.731],[-3.507,0.686],[-4.287,0.716],[-0.034,3.476],[-1.41,-1.381],[-3.677,-0.661],[-0.47,-0.533],[-2.496,-3.019],[3.214,-2.76],[0.124,-0.648],[2.963,0.308],[6.191,0.415],[0.263,-0.339],[3.949,-2.28],[4.579,-1.664],[-1.078,-2.196],[0.307,-6.041],[0.675,-7.202],[0.001,-2.125],[0.373,-0.604],[0.666,-1.781],[7.735,-9.662],[3.344,2.79],[2.622,1.992],[0.283,0.567],[6.17,5.207]],"o":[[3.095,0.11],[3.939,0.104],[5.904,0.776],[4.304,-7.357],[0.188,-4.372],[0.185,-0.939],[-0.125,-3.304],[-2.594,1.154],[-0.791,0.316],[-1.19,1.488],[-0.551,0.485],[-0.54,-0.049],[-3.583,1.91],[-3.717,2.737],[-5.992,4.977],[-3.071,-1.702],[-1.016,-1.016],[-0.489,-1.67],[1.751,0.405],[0.11,-0.289],[-0.684,-0.491],[2.304,0],[2.663,-0.228],[8.038,-4.4],[4.374,-2.549],[1.701,-1.032],[0.3,-0.355],[-0.181,-0.851],[3.188,-4.717],[-3.464,-2.086],[-1.573,-1.109],[0.303,-0.236],[0,0],[-0.12,-0.353],[2.186,-0.864],[1.022,-0.469],[-0.05,-3.707],[1.22,-1.319],[2.267,0.28],[1.546,-1.183],[-0.749,-1.819],[2.716,-0.656],[-0.832,-2.628],[2.397,-2.227],[5.308,2.089],[0.692,2.242],[-6.827,7.805],[1.582,0.181],[0.098,0.207],[-2.988,1.457],[0.121,0.306],[12.386,-3.289],[-5.273,-0.981],[-4.344,0.958],[2.533,-2.727],[4.264,-0.836],[2.106,-0.353],[0.015,-1.556],[2.644,2.59],[0.635,0.114],[2.586,2.945],[2.771,3.352],[-0.641,0.551],[-0.898,4.693],[-6.168,-0.64],[-0.591,-0.039],[-3.246,4.163],[-3.761,2.171],[0.658,2.434],[2.759,5.616],[-0.366,7.214],[-0.198,2.102],[0,0.773],[-1.032,1.674],[-4.377,11.703],[-2.635,3.289],[-2.524,-2.105],[-0.516,-0.392],[-3.597,-7.196],[-3.954,-3.337]],"v":[[-45.118,44.088],[-33.758,44.482],[-21.951,44.769],[-9.245,38.913],[-1.698,15.121],[0.841,2.088],[1.023,-0.799],[-2.977,-3.326],[-10.674,0.319],[-13.36,-0.044],[-17.099,4.45],[-20.104,4.359],[-21.688,4.087],[-32.285,10.065],[-42.706,19.271],[-61.211,19.678],[-69.539,13.049],[-70.945,8.36],[-72.521,3.272],[-66.709,4.615],[-66.38,3.748],[-68.591,2.164],[-62.035,2.127],[-54.152,0.898],[-30.474,-13.099],[-17.139,-20.381],[-12.881,-24.839],[-12.742,-26.513],[-13.511,-28.949],[-17.173,-35.139],[-27.893,-40.827],[-30.902,-46.581],[-29.993,-47.289],[-32.185,-47.289],[-32.544,-48.35],[-26,-50.977],[-23.328,-52.951],[-18.513,-60.621],[-15.094,-63.796],[-9.576,-63.273],[-7.526,-69.104],[-7.073,-75.132],[0.203,-76.887],[3.145,-80.662],[11.492,-81.883],[19.776,-71.104],[23.406,-64.207],[12.719,-35.543],[17.486,-34.999],[17.778,-34.378],[8.814,-30.006],[9.177,-29.086],[47.385,-39.229],[33.825,-37.84],[20.708,-34.977],[30.135,-39.477],[42.994,-41.634],[47.419,-45.189],[51.116,-46.119],[60.362,-41.028],[62.083,-39.742],[69.75,-30.83],[69.154,-23.284],[67.294,-21.626],[60.341,-18.815],[41.778,-20.179],[40.026,-19.93],[27.625,-16.309],[14.839,-11.49],[16.867,-4.279],[20.161,13.36],[17.977,34.947],[18.057,41.32],[17.736,43.611],[14.37,48.451],[-4.607,79.981],[-11.224,80.46],[-19.123,74.533],[-20.443,73.076],[-35.229,54.732]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.250999989229,0.592000026329,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[104.645,214.068],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.249,-3.222],[-2.352,1.891]],"o":[[2.451,-1.972],[-5.698,0.054]],"v":[[-28.252,51.622],[-21.098,45.87]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.382,-2.617],[-2.89,7.82]],"o":[[3.563,2.687],[-3.932,3.042]],"v":[[-6.803,32.91],[3.845,24.671]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0.956,0.171],[-3.351,2.886],[-1.159,0.768],[-0.775,0.963],[-0.501,-0.035],[-4.092,0.363],[4.923,0.059],[0.384,4.77],[-4.872,7.517],[-1.681,2.113],[-3.048,-4.858],[2.235,-3.968],[0.426,-1.278],[-0.381,-0.213],[-2.03,3.129],[-1.195,2.087],[-2.397,12.127],[0.838,3.433],[1.56,2.02],[-0.136,0.419],[-1.806,2.451],[-1.808,-0.434],[-4.278,-3.405],[0.832,-7.496],[5.588,-11.073],[1.428,-1.556],[2.706,-2.382],[0.607,-0.768],[3.968,-2.535],[3.718,-3.095],[0.808,-1.753],[-0.303,-0.288],[-0.958,1.197],[-1.441,2.494],[-0.263,0.131],[-6.975,-1.356],[-6.329,-0.988],[-5.548,-3.85],[-0.025,-1.356],[0.558,-0.929],[2.056,-1.895],[2.443,-1.643],[0.754,0.377],[5.533,-1.835],[4.082,-3.856],[0.903,-0.296],[2.646,1.289],[-1.051,2.016],[4.774,-2.925],[1.562,-0.938],[7.629,-4.974],[7.841,-5.352],[1.138,-0.746],[2.976,-1.43],[0.693,-3.819],[1.201,0.245],[-7.171,0.405],[0.139,0.311],[0.849,0.25],[0.927,-0.71],[4.745,-4.012],[0.336,-1.686],[-0.419,-0.14],[3.362,-4.194],[2.403,-4.143],[1.264,-1.118],[1.902,-1.407],[0.584,0.484],[-1.757,7.38],[-0.872,1.957],[-1.083,2.39],[-0.773,0.874],[-1.76,2.207],[-3.161,4.948],[-5.606,4.361],[-1.277,0.299],[-4.028,0.916],[-1.569,-0.407],[1.509,-0.405],[-0.046,-0.064],[3.321,-2.074],[-0.722,-0.405],[0.961,-1.395],[-0.23,-0.244],[-0.72,1.326],[-4.73,2.536],[-0.448,2.608],[-1.857,2.147],[0,0],[-0.226,0.319],[1.334,1.394],[-9.14,14.941],[-2.512,1.212],[-0.38,-1.907],[-1.164,-3.257],[-2.938,3.016],[-2.207,2.622],[1.389,-2.78],[0.821,-3.473],[-1.217,-2.155],[1.408,-3.363],[-2.169,0.573],[1.777,-2.534],[-1.693,3.751],[-0.762,1.519],[-0.282,0.857]],"o":[[3.217,-3.042],[1.014,-0.874],[0.982,-0.652],[0.552,-0.687],[4.519,0.315],[-3.545,-4.391],[-4.775,-0.058],[-0.745,-9.256],[1.841,-2.841],[3.432,5.415],[2.512,4.005],[-0.649,1.152],[0.38,0.213],[2.146,-3.054],[1.306,-2.011],[6.157,-10.757],[0.681,-3.445],[-0.557,-2.28],[-0.548,-0.71],[0.969,-2.988],[0.873,-1.185],[4.999,1.2],[5.664,4.507],[-1.381,12.453],[-0.922,1.827],[-2.553,2.781],[-0.85,0.575],[-3.112,3.933],[-4.393,2.806],[-1.339,1.114],[0.304,0.288],[1.512,-0.754],[1.779,-2.223],[0.166,-0.288],[5.785,-2.883],[6.281,1.223],[7.722,1.206],[-0.394,2.112],[0.027,1.447],[-1.426,2.376],[-2.156,1.987],[-0.991,0.666],[-6.026,-3.02],[-5.133,1.702],[-0.386,0.366],[0.677,-4.791],[1.097,-2.107],[-4.045,-2.403],[-1.55,0.949],[-7.806,4.69],[-7.951,5.183],[-1.126,0.769],[-2.774,1.819],[-3.19,1.532],[-1.166,-0.239],[3.921,-4.479],[-0.138,-0.311],[-1.783,-0.524],[-1.348,1.429],[-4.939,3.789],[-1.027,0.869],[0.419,0.14],[-3.814,3.832],[-2.779,3.468],[-0.898,0.764],[-1.781,1.575],[-0.488,0.361],[-5.121,-4.241],[0.479,-2.015],[1.069,-2.399],[0.46,-1.015],[1.873,-2.117],[3.677,-4.609],[4.005,-6.269],[0.92,-0.716],[4.023,-0.943],[0.443,-0.101],[-2.409,0.646],[0.596,0.82],[-2.311,1.443],[0.899,0.506],[-0.674,0.979],[0.23,0.245],[1.474,-0.916],[2.866,-5.274],[1.965,-1.053],[0.367,-2.143],[0,0],[0.227,-0.319],[-1.08,-1.635],[-11.09,-11.583],[1.37,-2.239],[1.5,-0.724],[0.68,3.411],[1.385,3.873],[1.989,-2.041],[1.517,3.899],[-1.631,3.267],[-0.547,2.314],[1.804,3.194],[-0.795,1.901],[-1.609,2.295],[1.713,-0.449],[0.698,-1.544],[0.4,-0.797],[-0.956,-0.172]],"v":[[-4.673,11.932],[5.03,2.865],[8.96,1.258],[11.329,-1.567],[12.976,-3.531],[22.413,-8.898],[9.689,-14.458],[1.277,-22.835],[8.793,-47.645],[14.665,-55.113],[24.231,-40.005],[24.017,-28.093],[22.704,-24.281],[23.845,-23.643],[30.251,-32.825],[33.722,-39.148],[46.645,-73.501],[46.197,-84.247],[41.778,-90.412],[40.059,-92.369],[43.637,-101.036],[49.405,-102.118],[63.668,-96.299],[71.171,-79.152],[60.392,-44.04],[56.288,-39.235],[48.431,-31.331],[45.918,-29.576],[36.576,-17.932],[26.486,-7.545],[23.976,-2.391],[24.887,-1.527],[29.324,-3.869],[33.73,-11.282],[34.316,-12.083],[52.704,-16.758],[71.71,-13.93],[90.782,-4.097],[89.939,0.736],[90.618,4.977],[85.179,11.387],[78.116,16.693],[74.733,17.892],[57.675,19.236],[43.277,26.479],[41.28,27.165],[35.415,23.098],[38.611,16.963],[29.873,17.617],[24.423,19.161],[1.251,33.641],[-22.355,49.573],[-25.465,52.273],[-33.97,57.434],[-40.514,64.557],[-43.905,63.864],[-29.832,53.495],[-30.249,52.561],[-34.663,51.263],[-37.652,54.394],[-52.457,65.76],[-53.566,70.7],[-52.309,71.12],[-63.645,82.7],[-70.665,94.535],[-74.131,97.491],[-79.485,102.191],[-81.98,101.785],[-89.42,80.773],[-86.403,75.097],[-83.554,67.743],[-81.285,65.102],[-75.686,58.734],[-64.918,44.712],[-49.202,30.348],[-45.381,29.559],[-33.322,26.691],[-30.77,27.325],[-36.061,28.743],[-35.045,30.143],[-42.83,35.006],[-40.686,36.211],[-43.28,39.98],[-42.592,40.715],[-38.283,37.906],[-25.361,28.441],[-21.816,23.799],[-16.9,17.766],[-23.009,17.766],[-22.33,16.811],[-25.606,11.937],[-32.04,-32.119],[-25.244,-37.105],[-18.092,-30.449],[-15.647,-20.309],[-9.267,-19.148],[-3.353,-26.114],[-4.748,-16.71],[-9.306,-6.792],[-7.882,0.768],[-6.931,10.215],[-4.939,12.477],[-9.934,19.6],[-5.127,19.476],[-2.67,15.006],[-1.803,12.446]],"c":true},"ix":2},"nm":"路径 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.250999989229,0.592000026329,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.426,102.803],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 2","np":5,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":174,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"“图层 4”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":35,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":50,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":120,"s":[100]},{"t":135,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":35,"s":[1603.06,190.106,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[1187.06,210.106,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":120,"s":[1187.06,210.106,0],"to":[0,0,0],"ti":[0,0,0]},{"t":135,"s":[1187.06,210.106,0]}],"ix":2,"l":2},"a":{"a":0,"k":[118.535,125.555,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":35,"s":[80,80,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":50,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":120,"s":[100,100,100]},{"t":135,"s":[112.5,112.5,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.885,-1.821],[-0.219,-0.476],[-2.115,0.945],[-0.346,1.955]],"o":[[0.219,0.476],[2.087,-1.009],[4.786,-2.138],[-4.294,2.013]],"v":[[16.774,-2.408],[17.431,-0.98],[23.696,-3.997],[28.838,-8.065]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.046,-3.823],[-2.523,2.065],[-1.748,1.361],[0.218,0.29]],"o":[[2.153,1.264],[1.714,-1.402],[-0.218,-0.29],[-3.387,1.018]],"v":[[14.286,-30.823],[20.276,-29.193],[25.512,-33.284],[24.859,-34.154]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[4.09,-4.15],[-0.395,-0.571],[-0.881,0.956],[-1.686,2.215],[-1.144,1.593],[0.34,0.25]],"o":[[0.395,0.571],[1.172,-0.69],[1.881,-2.039],[1.188,-1.56],[-0.34,-0.249],[-4.089,4.151]],"v":[[-68.761,29.189],[-67.577,30.902],[-64.113,28.788],[-58.915,22.26],[-55.474,17.487],[-56.494,16.738]],"c":true},"ix":2},"nm":"路径 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-1.736,-3.966],[2.868,6.516],[-0.195,0.215],[-4.2,1.513],[-1.343,3.929],[2.688,-0.174],[1.477,-0.42],[0.691,0.251],[0.358,-1.94],[0.367,-0.987],[1.359,-1.82],[2.121,-3.633],[-0.339,-0.9]],"o":[[3.766,-4.623],[-0.122,-0.274],[2.561,-2.825],[3.689,-1.328],[0.885,-2.589],[-1.498,0.097],[-0.873,0.249],[-2.12,-0.773],[-0.185,0.997],[-0.982,2.64],[-2.511,3.366],[-0.469,0.804],[1.125,2.994]],"v":[[49.181,105.576],[55.797,92.343],[55.938,91.322],[63.874,83.022],[71.775,75.062],[69.005,71.141],[64.571,72.346],[61.98,73.011],[58.854,74.998],[57.439,77.833],[51.885,81.998],[45.09,92.635],[44.938,95.719]],"c":true},"ix":2},"nm":"路径 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[3.381,-1.211],[-1.135,1.527],[5.98,-1.885],[0.098,0.202],[-1.021,0.898],[0.134,0.218],[3.785,-1.913],[0.165,0.855],[2.592,3.51],[-1.865,1.886],[0.621,1.737],[0.198,1.089],[-1.289,3.889],[-1.897,2.819],[-1.47,2.379],[0.73,0.94],[1.014,1.501],[2.677,-1.819],[2.985,-0.316],[2.828,-1.262],[3.899,-3.104],[3.699,-0.851],[2.47,2.85],[1.656,1.132],[-0.123,-2.677],[-0.18,-4.326],[0.581,-1.247],[1.662,-3.869],[-0.112,-1.851],[2.239,-3.417],[-0.193,-1.048],[2.994,-0.023],[-0.855,-1.893],[-1.079,1.776],[-0.453,-4.047],[-0.346,-0.071],[-1.172,1.93],[-0.066,-1.239],[-0.525,-7.513],[0.232,-3.553],[1.808,-0.654],[7.054,11.309],[0.715,12.329],[-6.661,12.637],[-1.548,2.964],[4.376,-3.42],[4.688,-3.292],[0,0],[0.197,0.207],[2.3,-1.698],[-0.295,0.965],[-0.396,-2.851],[1.971,-0.919],[-0.466,1.242],[0.122,0.12],[3.778,-3.136],[4.055,-0.886],[2.422,-2.008],[2.028,-1.918],[-5.129,5.156],[-0.602,0.926],[-0.603,0.475],[-3.667,2.663],[-1.298,1.683],[-3.02,4.327],[-3.179,3.148],[-6.324,5.794],[-9.97,11.817],[-4.19,6.706],[1.982,7.974],[0.094,2.297],[-5.015,-0.782],[-2.485,-3.856],[-1.65,-1.864],[-0.024,-8.657],[-0.124,-1.492],[0.203,-0.653],[1.473,-4.575],[0.188,-1.044],[-0.985,0.795],[-5.88,15.549],[1.928,5.217],[1.452,4.964],[0.108,3.072],[-2.653,-0.369],[-4.235,-4.879],[-1.564,-10.038],[-0.18,-5.296],[-3.303,0.908],[-4.397,0.658],[-1.855,-1.543],[-0.501,-5.903],[0.894,-2.632],[1.505,-1.365],[-0.561,-0.756],[0.282,-0.106],[1.591,-0.209],[4.934,-4.727],[2.965,-1.182],[2.289,-1.029],[1.152,0.159],[1.115,-2.162],[-0.964,-0.923],[-3.528,-2.484],[-0.241,-3.645],[-0.428,-3.339],[0.919,-0.55],[3.18,-1.53],[-0.588,-1.586],[-0.655,-0.386],[2.207,-0.749],[-0.488,-1.968],[0.139,-0.019],[-0.506,-1.13],[-0.278,-0.325],[-0.954,-1.633],[-3.306,0.531],[-0.794,-1.085],[-2.69,-3.818],[-0.532,-5.238],[4.817,-2.5],[4.101,-3.246],[-1.039,-2.584],[-2.062,-5.413],[0.452,0.037],[0.361,-2.091],[1.76,-0.163],[7.428,-0.642],[0.532,2.892],[2.398,-1.191],[0.379,0.239],[2.426,5.275],[2.245,2.354],[2.981,3.14],[3.454,1.353],[-0.347,4.407],[-3.613,4.178],[-0.959,-0.331],[-0.022,0.79],[-0.28,2.369],[-0.734,-2.147],[2.523,-3.144],[-0.042,-0.275],[-0.479,-2.854],[0,0],[-0.04,1.135],[-3.619,0.914],[-3.33,1.347],[0.157,-0.83],[0,0],[-2.407,1.668],[-2.395,1.275],[-2.029,1.504],[-1.629,1.313],[-1.162,0.555],[-1.168,0.389],[-3.351,1.181],[-0.388,0.363],[0.142,0.323]],"o":[[0.498,-0.67],[-6.847,2.158],[-0.099,-0.202],[1.02,-0.898],[-0.134,-0.219],[-3.622,1.83],[-0.12,-0.621],[-3.393,0.461],[-1.625,-2.2],[1.677,-1.695],[-0.35,-0.979],[4.366,-0.06],[1.047,-3.161],[1.568,-2.33],[0.346,-0.559],[-1.12,-1.445],[-1.614,-2.39],[-2.69,1.827],[-2.988,0.316],[-4.233,1.888],[-2.606,2.075],[-3.684,0.847],[-1.306,-1.507],[-1.857,-1.269],[0.198,4.326],[0.058,1.38],[-1.783,3.822],[-0.715,1.662],[0.219,3.655],[-0.462,0.705],[0.431,2.341],[0.617,1.365],[1.097,-1.805],[0.494,4.41],[0.346,0.071],[0.692,-1.139],[0.323,1.906],[0.395,7.522],[0.253,3.624],[-0.131,2],[-11.503,4.159],[-6.673,-10.7],[-0.877,-15.113],[1.03,-1.952],[-6.363,2.061],[-4.436,3.468],[0,0],[-0.197,-0.208],[-1.607,1.187],[0.516,-1.688],[-6.348,-0.798],[-1.613,0.752],[0.539,-1.44],[-0.121,-0.121],[-3.397,3.596],[-2.712,2.252],[-2.778,0.606],[-1.688,1.399],[0.345,-8.381],[0.765,-0.77],[0.446,-0.684],[3.556,-2.811],[1.835,-1.333],[3.213,-4.168],[2.584,-3.703],[6.088,-6.028],[11.486,-10.525],[5.19,-6.152],[3.881,-6.211],[-0.547,-2.205],[-0.208,-5.089],[4.38,0.681],[1.325,2.055],[5.551,6.268],[0.004,1.49],[0.059,0.716],[-1.425,4.589],[-0.11,0.34],[1.575,-0.66],[12.745,-10.282],[2,-5.289],[-1.799,-4.869],[-0.841,-2.875],[-0.116,-3.334],[6.781,0.944],[6.547,7.541],[0.812,5.207],[0.117,3.46],[4.335,-1.192],[2.363,-0.352],[4.559,3.791],[0.151,1.778],[-0.591,0.537],[0.637,0.86],[-0.285,0.323],[-1.532,0.57],[-5.509,0.725],[-2.071,1.982],[-2.321,0.926],[-1.057,0.477],[-2.923,-0.404],[-0.579,1.123],[3.11,2.978],[2.683,1.887],[0.22,3.334],[0.163,1.273],[-3.374,2.019],[0.597,1.678],[0.331,0.894],[4.113,2.42],[0.549,2.215],[-0.139,0.017],[0.52,1.124],[0.187,0.415],[1.255,1.468],[1.605,2.745],[1.37,-0.219],[2.754,3.766],[3.447,4.896],[0.666,6.554],[-4.604,2.388],[-2.886,2.284],[2.158,5.374],[-0.451,-0.037],[-1.376,1.916],[-0.484,2.808],[-7.423,0.689],[-2.575,0.223],[-0.449,-2.444],[-0.497,0.248],[-4.063,-2.555],[-1.283,-2.791],[-3.025,-3.173],[2.228,-2.934],[0.414,-5.238],[3.841,-4.443],[0.91,0.314],[-0.135,-0.794],[0.033,-1.233],[1.042,3.049],[-2.417,2.99],[-0.214,0.266],[0.434,2.86],[0,0],[0.416,-1.122],[0.162,-4.68],[4.094,-1.035],[-0.186,0.983],[0,0],[2.114,-1.466],[-2.178,-2.183],[2.237,-1.191],[1.673,-1.24],[0.976,-0.786],[-0.629,2.324],[3.372,-1.124],[0.459,-0.162],[-0.142,-0.321],[-3.38,1.212]],"v":[[70.089,43.127],[72.22,40.26],[53.413,46.187],[53.118,45.579],[56.178,42.885],[55.776,42.229],[44.749,47.801],[44.318,45.562],[34.986,43.423],[33.853,33.367],[34.546,28.644],[33.941,25.492],[43.917,17.266],[48.981,8.432],[54.134,1.75],[52.646,-1.435],[48.934,-5.489],[42.686,-7.723],[34.236,-5.654],[25.514,-2.531],[12.944,3.574],[1.929,5.816],[-7.063,2.907],[-11.65,-1.02],[-17.823,3.815],[-16.953,16.779],[-17.752,20.935],[-23.376,32.271],[-24.082,37.845],[-25.344,48.523],[-25.139,51.666],[-28.251,55.593],[-26.225,60.078],[-23.181,55.065],[-21.781,67.569],[-20.744,67.781],[-18.188,63.572],[-17.467,67.941],[-16.329,90.51],[-14.948,101.309],[-18.844,106.907],[-44.089,96.981],[-53.234,62.001],[-40.53,21.779],[-36.938,14.903],[-51.547,24.744],[-64.756,35.42],[-62.705,32.042],[-63.297,31.419],[-68.813,35.49],[-67.718,31.907],[-82.161,42.405],[-87.272,44.787],[-85.802,40.863],[-86.167,40.502],[-96.453,51.173],[-105.536,57.144],[-113.046,62.686],[-118.285,67.603],[-108.322,48.599],[-106.453,45.868],[-105.144,43.812],[-94.332,35.565],[-88.641,31.889],[-79.829,18.743],[-71.594,7.996],[-52.595,-9.348],[-22.427,-44.574],[-8.859,-64.092],[-3.248,-84.74],[-3.859,-91.606],[3.853,-98.437],[14.161,-91.936],[19.238,-86.476],[28.631,-64.531],[29.052,-60.062],[29.073,-57.91],[24.661,-44.184],[24.339,-42.431],[28.316,-44.145],[57.603,-81.949],[56.687,-97.937],[51.161,-112.488],[50.527,-121.664],[55.126,-124.936],[71.229,-115.178],[84.441,-89.087],[85.293,-73.221],[90.308,-69.187],[103.234,-72.956],[110.672,-70.808],[118.134,-55.776],[116.108,-49.464],[112.694,-46.367],[114.418,-44.039],[113.672,-43.223],[109.026,-41.676],[92.766,-37.994],[83.785,-34.909],[77.105,-31.41],[73.545,-30.918],[67.457,-27.619],[68.374,-23.036],[78.441,-14.888],[83.389,-7.501],[85.339,2.423],[84.046,6.342],[73.823,11.418],[75.562,16.282],[76.684,18.86],[76.08,23.031],[77.605,29.181],[77.189,29.236],[78.744,32.61],[79.24,33.876],[83.046,38.228],[89.87,41.617],[94.233,43.28],[101.807,55.082],[104.111,70.682],[95.645,81.815],[82.806,90.829],[82.829,98.379],[89.045,114.606],[87.691,114.495],[83.76,120.277],[79.83,123.199],[57.543,125.082],[52.548,121.794],[48.371,119.667],[46.67,119.893],[34.965,111.404],[28.38,104.289],[19.36,94.791],[17.083,87.47],[18.255,72.603],[29.353,59.768],[32.179,60.744],[31.803,58.363],[32.344,53.534],[34.813,60.759],[27.334,70.026],[26.86,70.932],[28.27,79.498],[29.501,79.738],[30.693,76.37],[36.776,65.929],[44.777,59.762],[44.276,62.405],[45.001,63.179],[51.637,58.58],[52.932,53.626],[59.434,49.681],[64.016,45.365],[67.469,43.659],[69.381,44.937],[79.481,41.521],[80.656,40.458],[80.23,39.493]],"c":true},"ix":2},"nm":"路径 5","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.250999989229,0.592000026329,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[118.534,125.555],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":7,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":174,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"“图层 3”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":55,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":122,"s":[100]},{"t":137,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[1798.568,201.715,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":55,"s":[1448.568,209.715,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":122,"s":[1448.568,209.715,0],"to":[0,0,0],"ti":[0,0,0]},{"t":137,"s":[1448.568,209.715,0]}],"ix":2,"l":2},"a":{"a":0,"k":[90.026,91.086,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":40,"s":[80,80,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":55,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":122,"s":[100,100,100]},{"t":137,"s":[112.5,112.5,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.358,-1.371],[6.485,-1.061],[2.784,-0.007],[3.834,-1.555],[5.35,-2.031],[2.288,0.03],[4.449,0.125],[1.011,0.243],[-4.41,-1.493],[-3.316,2.347],[-3.467,2.16],[0.287,0.164],[-0.209,2.113],[3.561,1.199],[-0.166,5.136],[-0.376,3.905],[-1.34,1.939],[-3.207,5.559],[-6.749,14.013],[-0.279,9.864],[0.752,2.366],[6.565,-1.214],[4.682,-8.501],[2.719,-12.812],[-2.873,-6.813],[2.238,-7.653],[0.764,-2.243],[2.473,-0.757],[2.802,2.127],[2.088,8.639],[-0.354,2.557],[2.53,3.76],[4.199,-4.494],[-5.793,-9.126],[3.611,-7.263],[4.107,1.032],[4.227,3.842],[1.566,1.7],[-2.25,9.724],[-4.383,-1.372],[-9.551,9.821],[-4.563,4.606],[-0.244,1.284],[-4.328,-1.225],[-4.772,7.281],[-7.759,10.921],[-6.012,7.205],[-9.469,-1.406],[0.929,-14.934],[0.99,-5.887],[1.716,-4.244],[3.669,-8.341],[1.031,-2.436],[0.463,-1.705],[0.601,-0.949],[2.312,-3.901],[-0.619,-0.439],[-2.557,-1.428],[-1.804,-0.572],[-2.208,-0.265],[-1.585,-0.388],[-3.202,-1.091],[-0.614,-0.806],[-4.027,-5.843],[-0.189,-1.693],[-0.095,-0.827],[0.866,-1.091],[2.806,-1.949],[1.396,-0.655]],"o":[[-5.219,-4.769],[-2.793,0.457],[-3.931,0.008],[-5.307,2.153],[-2.054,0.779],[-4.448,-0.059],[-0.793,-0.023],[2.439,-1.041],[0.582,-4.379],[3.329,-2.357],[-0.287,-0.163],[0.181,-1.83],[-3.01,-1.317],[-4.925,-1.658],[0.127,-3.945],[0.215,-2.237],[3.671,-5.308],[7.78,-13.487],[4.162,-8.641],[0.071,-2.489],[-2.025,-6.377],[-11.131,2.059],[-6.122,11.116],[-1.28,6.033],[2.754,6.532],[-0.661,2.258],[-0.719,2.109],[-3.295,1.009],[-7.579,-5.752],[-0.6,-2.484],[0.502,-3.632],[-4.018,5.474],[-8.416,9.005],[4.396,6.927],[-1.349,2.715],[-5.728,-1.439],[-1.735,-1.578],[-6.671,-7.241],[1.047,-4.523],[12.515,3.916],[4.519,-4.645],[0.931,-0.941],[0.865,-4.543],[8.415,2.383],[7.343,-11.2],[5.443,-7.662],[6.187,-7.414],[16.362,2.431],[-0.372,5.983],[-0.753,4.478],[-3.416,8.445],[-1.067,2.425],[-0.678,1.601],[-0.297,1.093],[-2.429,3.833],[-0.431,0.725],[2.377,1.685],[1.681,0.941],[2.1,0.667],[1.648,0.197],[3.283,0.804],[0.982,0.334],[4.303,5.648],[0.871,1.264],[0.092,0.828],[0.232,2.019],[-2.076,2.615],[-1.222,0.85],[-1.669,0.783]],"v":[[71.105,79.878],[52.685,79.043],[44.454,79.522],[32.689,83.209],[16.928,90.057],[10.096,90.599],[-3.247,90.14],[-5.852,90.143],[0.596,85.703],[7.92,76.561],[18.291,70.037],[17.43,69.546],[18.001,63.772],[8.059,59.492],[-0.387,47.507],[-0.629,35.659],[2.34,29.201],[13.648,13.492],[35.958,-27.545],[43.524,-55.397],[42.523,-62.873],[28.815,-69.417],[6.424,-51.111],[-11.022,-17.158],[-11.294,1.377],[-7.961,23.045],[-11.133,29.474],[-14.845,34.192],[-24.985,31.622],[-37.534,9.02],[-37.71,1.208],[-40.195,-9.396],[-51.636,5.977],[-51.805,30.302],[-50.616,51.483],[-60.596,54.381],[-74.821,45.416],[-80.504,41.216],[-87.527,15.739],[-77.874,10.252],[-56.143,3.699],[-42.263,-9.926],[-40.288,-13.51],[-31.701,-19.176],[-16.581,-25.224],[6.314,-58.255],[23.143,-80.874],[47.303,-89.43],[67.648,-61.257],[66.16,-43.347],[62.001,-30.245],[51.242,-5.117],[47.574,1.949],[46.374,7.107],[45.095,10.274],[37.73,21.722],[38.208,24.811],[45.781,29.243],[50.888,31.924],[57.457,33.059],[62.429,33.361],[72.145,36.298],[74.801,38.068],[87.44,55.209],[88.284,60.206],[88.241,62.726],[88.91,68.612],[81.045,75.129],[76.679,76.683]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.250999989229,0.592000026329,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[90.026,91.086],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":174,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"“图层 2”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":45,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":123,"s":[100]},{"t":138,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[1973.443,202.83,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[1687.443,210.83,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":123,"s":[1687.443,210.83,0],"to":[0,0,0],"ti":[0,0,0]},{"t":138,"s":[1687.443,210.83,0]}],"ix":2,"l":2},"a":{"a":0,"k":[105.262,124.512,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":45,"s":[80,80,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":60,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":123,"s":[100,100,100]},{"t":138,"s":[112.5,112.5,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.774],[-1.419,2.484],[-1.792,0.514],[0.002,0.234],[0,0],[0.376,-0.882]],"o":[[1.767,0.201],[0.662,-1.16],[-0.002,-0.234],[0,0],[-0.24,0.515],[-0.086,0.202]],"v":[[51.436,64.617],[56.02,63.468],[61.204,61.815],[61.197,61.112],[52.487,61.112],[51.449,63.371]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-0.033,0.491],[-3.472,0.512],[-5.472,1.718],[-2.375,0.845],[-5.907,2.162],[-0.821,-0.71],[-0.208,0.669],[0.643,1.631],[-1.789,-0.297],[-2.423,0.68],[-7.397,4.757],[-3.043,7.484],[5.727,-2.044],[4.332,-0.811],[0.098,3.297],[-3.386,3.457],[-2.251,2.812],[-1.848,2.843],[-0.96,1.372],[-3.418,5.102],[-0.111,0.89],[0.777,-0.057],[5.505,-0.196],[0.558,1.023],[-2.914,8.372],[-3.522,5.151],[-5.272,5.944],[3.813,3.299],[1.847,2.032],[2.132,1.919],[-3.749,8.045],[-0.815,2.002],[-0.506,0.41],[-0.238,0.622],[-4.444,0.016],[-3.664,-2.422],[-6.551,-3.762],[-0.474,-0.652],[-2.767,-4.051],[-0.516,-1.79],[1.813,-5.722],[1.072,-0.569],[3.322,-1.212],[3.387,-0.938],[0.88,-0.726],[4.949,-4.301],[0.655,-0.908],[-1.256,-0.226],[-3.968,-3.636],[2.961,-8.111],[1.95,-2.932],[4.441,-5.812],[2.578,-3.891],[-2.502,-8.084],[3.715,-6.964],[0.117,-1.849],[-0.715,-0.076],[-1.238,3.444],[-3.512,0.226],[-10.18,-2.798],[-0.977,-0.528],[0.121,-0.461],[3.206,0.247],[0,0],[-0.721,-0.132],[-2.985,-0.306],[-1.295,0.176],[0.959,1.682],[-2.271,-1.414],[-1.424,-0.583],[-0.72,-9.901],[-1.138,-2.182],[1.513,-1.327],[2.086,-0.742],[2.714,-0.007],[1.389,-0.141],[2.762,-0.411],[4.922,-0.689],[-6.161,4.108],[0,0],[0,0],[-0.914,1.508],[1.685,-0.025],[6.69,-0.004],[13.213,-2.767],[6.74,-1.725],[5.192,-1.572],[1.176,-0.178],[1.116,-0.498],[8.512,-3.331],[5.611,9.697],[-3.467,4.584]],"o":[[2.806,-3.479],[5.603,-0.826],[2.408,-0.756],[6.1,-2.171],[0.736,1.115],[0.194,0.168],[0.213,-0.683],[1.71,0.284],[-0.021,-2.201],[8.254,-2.315],[6.352,-4.084],[-5.261,-4.594],[-4.123,1.472],[-3.242,0.608],[-0.146,-4.844],[2.536,-2.588],[2.105,-2.628],[0.911,-1.4],[3.522,-5.032],[0.445,-0.666],[-0.784,-0.05],[-5.499,0.408],[-0.933,0.033],[-4.338,-7.968],[1.934,-5.556],[4.614,-6.748],[3.38,-3.812],[-2.062,-1.786],[-1.94,-2.134],[-6.586,-5.924],[0.911,-1.952],[0.24,-0.589],[0.649,-0.527],[2.484,-6.503],[4,-0.014],[6.288,4.155],[0.704,0.404],[2.884,3.969],[1.071,1.57],[1.607,5.569],[-0.333,1.049],[-3.134,1.667],[-3.287,1.199],[-1.139,0.315],[-5.061,4.167],[-0.822,0.715],[1.186,0.607],[4.849,0.877],[6.421,5.882],[-1.26,3.452],[-4.034,6.07],[-2.171,2.842],[9.047,1.869],[2.28,7.368],[1.303,1.313],[-0.052,0.815],[2.455,0.263],[1.256,-3.495],[10.32,-0.665],[1.043,0.287],[-0.121,0.46],[-3.205,-0.246],[0,0],[0.683,0.337],[2.955,0.537],[1.264,0.129],[-0.593,-1.04],[2.627,1.66],[1.322,0.824],[8.496,3.476],[0.181,2.479],[1.271,2.435],[-1.797,1.576],[-2.446,0.871],[-1.422,0.004],[-2.772,0.283],[-4.623,0.689],[0.547,-3.699],[0,0],[0,0],[0.482,-0.795],[-2.183,0],[-6.691,0.096],[-13.464,0.007],[-6.813,1.426],[-5.248,1.344],[-1.125,0.34],[-1.251,0.189],[-8.361,3.731],[-12.625,4.941],[1.089,-4.672],[0.471,-0.624]],"v":[[-101.331,90.801],[-91.399,87.914],[-74.955,82.97],[-67.719,80.748],[-49.643,74.153],[-47.581,77.053],[-45.488,75.629],[-46.683,72.329],[-41.545,73.183],[-37.358,69.946],[-12.869,62.089],[3.041,46.421],[-13.385,45.568],[-26.268,48.527],[-31.971,43.664],[-27.121,31.207],[-19.541,23.432],[-14.09,14.852],[-11.074,10.834],[-0.609,-4.332],[-0.228,-6.971],[-2.581,-7.107],[-19.076,-5.933],[-21.906,-8.253],[-23.993,-33.156],[-16.297,-49.315],[-0.323,-67.083],[-0.661,-77.782],[-6.248,-83.829],[-12.091,-90.203],[-15.917,-108.788],[-13.636,-114.858],[-12.392,-116.399],[-10.309,-117.759],[2.173,-121.882],[13.703,-118.634],[33.321,-107.308],[35.187,-105.686],[43.707,-93.686],[46.419,-88.66],[47.273,-71.672],[44.588,-69.099],[34.973,-64.519],[24.79,-61.801],[21.518,-60.404],[6.52,-47.678],[4.531,-44.982],[8.102,-43.221],[21.846,-38.416],[27.835,-14.49],[24.504,-4.014],[11.04,13.296],[4.469,23.14],[22.364,36.855],[20.89,58.492],[23.055,66.615],[24.846,69.06],[30.925,66.156],[39.088,60.004],[69.992,61.462],[72.932,63.013],[72.569,64.396],[62.952,63.656],[62.662,64.43],[64.718,65.414],[73.623,66.785],[77.502,66.307],[75.356,62.545],[82.508,67.06],[86.526,69.431],[101.815,88.126],[103.741,95.417],[102.336,100.291],[96.919,104.887],[88.842,105.388],[84.582,104.938],[76.316,106.286],[62.136,108.283],[63.062,96.991],[61.864,96.645],[55.72,96.645],[57.499,93.709],[51.944,93.713],[31.874,94.009],[-8.196,97.547],[-28.585,102.06],[-44.13,106.871],[-47.658,107.387],[-51.385,108.035],[-76.418,119.321],[-102.444,107.33],[-101.545,93.115]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.250999989229,0.592000026329,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[105.262,124.512],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":174,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"“图层 1”轮廓","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":50,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":117,"s":[100]},{"t":133,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[2146.598,182.059,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[1902.598,210.059,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":117,"s":[1902.598,210.059,0],"to":[0,0,0],"ti":[0,0,0]},{"t":133,"s":[1902.598,210.059,0]}],"ix":2,"l":2},"a":{"a":0,"k":[90.067,142.55,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":50,"s":[80,80,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":60,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":117,"s":[100,100,100]},{"t":133,"s":[112.5,112.5,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.78,-0.745],[0.225,1.579],[0.184,-0.466]],"o":[[-0.284,-1.988],[-0.869,0.195],[-0.788,1.986]],"v":[[-15.175,54.471],[-15.909,49.326],[-18.414,49.951]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-4.182,-5.933],[-0.502,0.223],[0.001,4.623],[0.553,0.111],[5.784,-8.453]],"o":[[0.502,-0.224],[0.107,-4.624],[0,-0.492],[-6.759,-1.365],[8.85,-2.174]],"v":[[19.152,10.691],[20.658,10.019],[20.916,-3.852],[19.542,-5.279],[1.399,1.971]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[1.312,-1.733],[1.164,4.298],[-0.518,0.648],[-0.426,-0.343],[-2.178,-2.019],[0.967,2.239],[0.479,1.497],[-0.536,0.183],[-0.79,-1.658],[1.096,1.223],[0.082,-0.111],[1.506,-0.054],[5.204,-0.196],[-0.576,-2.323],[-0.706,-2.734],[-2.208,-0.419]],"o":[[4.667,-0.146],[-0.203,-0.748],[0.292,-0.366],[1.84,1.487],[1.498,-0.432],[-0.62,-1.436],[0.535,-0.183],[0.795,1.669],[1.489,-0.621],[-0.274,-0.306],[-1.48,1.981],[-5.204,0.19],[-2.748,0.104],[0.642,2.585],[1.151,0.218],[-1.531,2.022]],"v":[[-2.462,43.55],[4.813,33.642],[5.552,31.116],[7.595,31.039],[13.295,36.229],[14.322,32.145],[12.861,27.666],[14.466,27.117],[16.846,32.113],[18.758,25.108],[17.51,24.652],[12.957,24.874],[-2.643,25.792],[-5.395,29.543],[-3.364,37.437],[1.471,38.353]],"c":true},"ix":2},"nm":"路径 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0.232,0.193],[3.008,-2.841],[-1.554,-1.239],[-0.945,0.654],[-2.117,-1.81],[-1.303,0.159],[-3.014,-0.469],[-0.607,2.572],[7.567,3.205],[0.408,0.252],[1.603,-2.531],[1.989,-2.501],[0.274,0.201]],"o":[[-0.231,-0.193],[-2.857,3],[-1.749,1.65],[0.786,0.627],[2.072,-1.433],[0.92,0.785],[3.208,-0.392],[4.065,0.631],[1.898,-8.035],[-0.444,-0.188],[-2.605,-1.612],[-1.7,2.684],[-0.274,-0.202],[0,0]],"v":[[5.606,-47.576],[4.911,-48.157],[-3.704,-39.2],[-3.926,-34.627],[-0.054,-34.828],[5.691,-34.864],[9.679,-34.029],[19.198,-35.576],[24.357,-39.829],[18.15,-52.037],[16.842,-52.656],[10.951,-50.958],[5.049,-43.415],[4.229,-44.019]],"c":true},"ix":2},"nm":"路径 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[1.04,2.972],[-1.985,-2.13],[-0.428,0.128],[0,0],[1.692,-2.074],[0.423,-1.486],[1.018,0.83],[-0.339,-1.786],[-1.898,-2.212],[-0.277,1.08],[-0.434,-0.809],[-0.338,0.23]],"o":[[1.985,2.13],[0.426,-0.128],[0,0],[-1.929,1.771],[-0.902,1.103],[-0.636,-0.519],[-0.982,2.284],[0.37,1.954],[0.346,-1.352],[0.479,0.893],[0.337,-0.231],[-1.039,-2.972]],"v":[[9.054,80.003],[15.008,86.393],[16.289,86.009],[16.289,70.182],[10.462,75.683],[9.126,80.101],[6.837,78.235],[4.378,84.499],[9.008,90.242],[9.814,87.099],[11.159,89.61],[12.172,88.919]],"c":true},"ix":2},"nm":"路径 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-0.118,-0.193],[0,0],[9.852,2.263],[1.275,4.977],[-3.068,6.125],[-1.454,1.29],[-0.706,-1.963],[-9.849,3.414],[-0.77,-0.152],[-0.545,0.755],[0.146,1.195],[-2.279,1.755],[0.124,0.081],[-1.036,1.606],[-0.196,1.163],[0.082,0.962],[3.973,0.061],[-0.185,3.784],[-3.821,8.754],[-0.281,2.115],[0.817,1.135],[1.341,-0.394],[0.944,2.571],[2.319,-2.585],[0.33,0.24],[-1.413,2.655],[-0.175,1.176],[0.683,-0.798],[2.516,-3.185],[2.869,-3.004],[0.288,0.322],[1.812,-1.662],[0,0],[-2.869,5.073],[-4.579,7.256],[-3.786,5.873],[-3.529,6.123],[-5.453,10.983],[1.472,6.7],[-3.445,2.406],[-1.145,-0.478],[-2.826,-3.964],[-3.832,-5.054],[-0.073,-4.965],[-0.288,-2.13],[6.394,-7.425],[1.52,-1.374],[-3.29,-1.271],[-3.274,-4.205],[6.977,-13.192],[-0.581,-10.229],[-1.805,1.293],[-2.431,5.151],[-1.139,1.954],[-1.121,2.229],[-0.234,0.068],[-4.367,2.831],[-1.526,1.255],[-0.653,1.525],[-1.409,2.884],[1.097,-4.971],[-0.434,-0.157],[-1.077,2.199],[2.318,-4.037],[4.07,-6.556],[-0.663,-1.959],[0.137,-2.973],[0.373,-0.138],[0.635,-2.861],[1.299,-1.09],[4.965,-4.635],[0.739,-6.851],[0.213,-4.868],[0.786,-10.433],[0.851,-9.017],[0.362,-2.958],[1.15,-2.143],[1.15,-0.269],[1.524,-0.303],[-0.016,-0.397],[2.262,1.749],[0.659,-0.54],[0.553,6.2],[1.412,6.654],[1.685,4.132],[1.062,1.892],[1.142,-0.972],[11.256,-9.322],[6.666,-4.932],[4.074,-2.917],[0.249,0.219],[-0.319,1.508],[6.435,-1.438],[-0.302,0.989],[1.034,0.41],[-3.547,1.046],[-3.04,2.899],[-3.378,1.49],[-2.98,1.291],[0.111,0.419],[1.953,-0.245],[-0.364,0.866],[0.214,0.303],[2.707,-1.445],[-2.964,1.733],[-1.911,0.707],[-1.224,-2.55],[-0.494,0.496],[-1.372,1.61],[0,0],[1.528,-0.226],[0.237,0.518],[-4.163,2.193],[-0.797,3.114],[-3.724,0.387],[-0.517,1.002],[-3.785,1.906],[-1.513,1.239],[0.224,0.398],[3.182,-1.331],[3.846,-1.05],[4.167,-0.753],[1.135,-0.58]],"o":[[0,0],[-7.696,5.595],[-5.329,-1.224],[-1.71,-6.672],[0.631,-1.258],[0.788,2.193],[10.235,1.499],[0.599,0.752],[0.786,0.155],[0.38,-0.526],[1.883,-1.449],[-0.124,-0.081],[1.183,-1.512],[0.638,-0.988],[0.153,-0.912],[-0.218,-2.524],[4.966,-2.788],[0.466,-9.525],[0.868,-1.989],[0.176,-1.325],[-0.238,-0.331],[-0.664,-1.808],[-2.518,2.806],[-0.33,-0.239],[1.579,-2.565],[0.527,-0.99],[-1.115,0.43],[-3.191,3.739],[-5.836,0.124],[-0.433,-0.482],[-1.834,1.684],[0,0],[2.389,-5.345],[4.219,-7.459],[3.729,-5.909],[3.835,-5.951],[6.123,-10.631],[3.222,-6.489],[-0.929,-4.229],[0.935,-0.654],[4.226,1.771],[3.677,5.158],[2.894,3.817],[0.031,2.107],[1.395,10.304],[-1.334,1.549],[-2.548,2.304],[5.327,2.055],[7.678,9.862],[-4.854,9.18],[0.135,2.375],[4.334,-3.108],[0.955,-2.025],[1.253,-2.151],[0.163,-0.321],[5.816,-1.695],[1.677,-1.088],[1.302,-1.071],[1.218,-2.842],[1.912,5.289],[0.435,0.156],[1.139,-2.323],[1.973,1.955],[-3.841,6.689],[-0.933,1.502],[0.897,2.649],[-0.017,0.361],[-3.511,1.293],[-0.338,1.519],[-5.217,4.375],[-4.604,4.296],[-0.52,4.831],[-0.456,10.455],[-0.68,9.026],[-0.281,2.979],[-0.292,2.386],[-0.393,0.73],[-1.513,0.352],[0.015,0.398],[-1.818,-1.404],[-0.03,0.025],[-6.789,-3.124],[-0.606,-6.785],[-0.916,-4.316],[-0.665,-1.63],[-0.992,0.555],[-11.133,9.471],[-6.378,5.283],[-4.027,2.979],[-0.249,-0.218],[0.167,-0.791],[-6.526,1.458],[0.268,-0.879],[-1.261,-0.502],[0.383,-5.92],[3.412,-1.007],[2.519,-2.4],[2.971,-1.31],[-0.112,-0.419],[-1.512,0.19],[0.535,-1.27],[-0.214,-0.303],[-1.97,1.053],[1.632,-5.04],[1.756,-1.026],[1.175,-0.434],[0.051,0.106],[1.487,-1.495],[0,0],[-1.527,0.226],[-0.236,-0.518],[3.929,-2.638],[2.448,-1.29],[0.863,-3.374],[1.046,-0.109],[1.867,-3.614],[1.705,-0.858],[-0.223,-0.398],[-3.19,1.311],[-3.712,1.553],[-4.057,1.108],[-1.203,0.216],[0.117,0.194]],"v":[[-42.262,78.793],[-38.367,78.793],[-63.81,87.098],[-73.122,76.431],[-70.72,57.087],[-67.072,53.748],[-64.975,59.583],[-34.805,56.384],[-32.895,58.606],[-30.277,57.213],[-30.545,54.33],[-24.104,49.371],[-24.477,49.127],[-20.968,44.565],[-19.711,41.206],[-20.018,38.34],[-24.329,33.181],[-21.012,22.213],[-14.749,-5.212],[-12.711,-11.392],[-14.061,-15.491],[-17.616,-14.508],[-20.063,-21.173],[-27.22,-13.197],[-28.21,-13.916],[-23.529,-21.643],[-22.948,-25.142],[-26.228,-23.798],[-34.906,-12.947],[-44.991,-5.174],[-46.136,-6.451],[-51.593,-1.442],[-52.762,-2.318],[-45.505,-18.299],[-31.868,-40.124],[-20.657,-57.838],[-9.077,-75.635],[8.538,-107.953],[8.24,-128.184],[12.423,-141.646],[16.414,-141.785],[27.351,-133.862],[39.143,-118.927],[43.88,-105.868],[45.284,-99.562],[35.678,-73.694],[31.299,-69.374],[32.031,-64.476],[44.484,-54.308],[46.101,-23.073],[41.396,6.593],[44.836,8.402],[56.194,-2.719],[59.952,-8.376],[63.346,-15.043],[63.836,-15.977],[73.273,-27.538],[78.393,-30.648],[81.596,-34.656],[84.99,-43.416],[82.799,-28.37],[84.104,-27.899],[87.459,-34.746],[87.499,-23.677],[75.461,-3.906],[75.051,0.566],[75.043,9.413],[74.182,10.428],[70.34,17.685],[67.211,21.741],[51.427,34.698],[41.055,50.232],[40.517,64.836],[38.99,96.194],[36.085,123.21],[36.173,132.23],[33.703,139.143],[30.409,140.185],[25.839,141.107],[25.885,142.3],[19.988,137.742],[18.655,138.834],[11.346,123.273],[8.493,103.027],[3.831,90.493],[1.065,85.493],[-2.571,87.571],[-35.914,116.05],[-55.779,131.015],[-67.992,139.778],[-68.738,139.122],[-68.085,136.032],[-87.243,140.311],[-86.422,137.624],[-89.817,136.275],[-80.761,130.364],[-70.841,126.54],[-60.905,121.837],[-51.966,117.959],[-52.302,116.701],[-57.277,117.325],[-56.014,114.324],[-56.657,113.415],[-63.304,116.965],[-54.668,109.801],[-49.107,107.241],[-45.307,107.354],[-43.162,106.657],[-39.005,101.87],[-39.647,101.258],[-44.23,101.936],[-44.939,100.382],[-33.088,92.59],[-27.766,87.4],[-20.598,81.696],[-17.724,79.465],[-9.849,70.845],[-5.275,67.193],[-5.945,66],[-15.514,69.938],[-26.659,74.534],[-39.197,76.529],[-42.615,78.213]],"c":true},"ix":2},"nm":"路径 6","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.250999989229,0.592000026329,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[90.067,142.55],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":8,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":174,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"北京信息科技大学拆分","refId":"comp_0","sr":1.375,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[960,180,0],"ix":2,"l":2},"a":{"a":0,"k":[1080,202.5,0],"ix":1,"l":2},"s":{"a":0,"k":[77.564,77.564,100],"ix":6,"l":2}},"ao":0,"w":2160,"h":405,"ip":0,"op":281.875,"st":-57.75,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"校训手写体","refId":"comp_1","sr":1.375,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[960,180,0],"ix":2,"l":2},"a":{"a":0,"k":[1049,211.5,0],"ix":1,"l":2},"s":{"a":0,"k":[91.489,91.489,100],"ix":6,"l":2}},"ao":0,"w":2098,"h":423,"ip":276,"op":479.5,"st":276,"bm":0}],"markers":[]};
var params = {
container: document.getElementById('lottie'),
renderer: 'svg',
loop: true,
autoplay: true,
animationData: animationData
};
var anim;
anim = lottie.loadAnimation(params);
</script>
</body>
</html>