jvs-draw 1.1.13 → 1.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/App.vue.d.ts +8 -1
- package/dist/components/BoardName.vue.d.ts +17 -1
- package/dist/config.d.ts +9 -0
- package/dist/core/element.d.ts +1 -1
- package/dist/jvs-draw.css +1 -1
- package/dist/jvs-draw.es.js +19935 -9875
- package/dist/jvs-draw.umd.js +32 -23
- package/dist/jvs-ui-public/icon-fonts/iconfont.css +71 -3
- package/dist/jvs-ui-public/icon-fonts/iconfont.js +1 -1
- package/dist/jvs-ui-public/icon-fonts/iconfont.json +119 -0
- package/dist/jvs-ui-public/icon-fonts/iconfont.ttf +0 -0
- package/dist/jvs-ui-public/icon-fonts/iconfont.woff +0 -0
- package/dist/jvs-ui-public/icon-fonts/iconfont.woff2 +0 -0
- package/dist/locales/en-US.d.ts +11 -0
- package/dist/locales/zh-CN.d.ts +11 -0
- package/dist/store/index.d.ts +23 -5
- package/dist/types/element.d.ts +2 -1
- package/dist/utils/aiDiagramStream.d.ts +2 -0
- package/dist/utils/export.d.ts +7 -0
- package/dist/utils/exportSVG.d.ts +6 -0
- package/dist/utils/isPointOnElement.d.ts +1 -1
- package/dist/utils/math.d.ts +9 -11
- package/dist/utils/pptxParser.d.ts +7 -0
- package/package.json +4 -1
- package/dist/elbow/algorithms/a-star.d.ts +0 -10
- package/dist/elbow/algorithms/data-structures/graph.d.ts +0 -14
- package/dist/elbow/algorithms/data-structures/index.d.ts +0 -2
- package/dist/elbow/algorithms/data-structures/priority-queue.d.ts +0 -16
- package/dist/elbow/algorithms/index.d.ts +0 -2
- package/dist/elbow/constants/default.d.ts +0 -10
- package/dist/elbow/constants/index.d.ts +0 -4
- package/dist/elbow/constants/media.d.ts +0 -6
- package/dist/elbow/constants/property.d.ts +0 -5
- package/dist/elbow/constants/resize.d.ts +0 -10
- package/dist/elbow/core.d.ts +0 -37
- package/dist/elbow/utils/elbow-line-route.d.ts +0 -38
- package/dist/elbow/utils/index.d.ts +0 -4
- package/dist/elbow/utils/line-path.d.ts +0 -7
- package/dist/elbow/utils/math.d.ts +0 -3
- package/dist/elbow/utils/vector.d.ts +0 -6
package/dist/jvs-draw.umd.js
CHANGED
|
@@ -1,26 +1,35 @@
|
|
|
1
|
-
(function(W6,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("vue"),require("pinia"),require("element-plus")):typeof define=="function"&&define.amd?define(["exports","vue","pinia","element-plus"],t):(W6=typeof globalThis<"u"?globalThis:W6||self,t(W6.JvsDraw={},W6.Vue,W6.Pinia,W6.ElementPlus))})(this,(function(W6,t,v5,S5){"use strict";const k5=(h,l,n,o,s)=>[(h-n)*Math.cos(s)-(l-o)*Math.sin(s)+n,(h-n)*Math.sin(s)+(l-o)*Math.cos(s)+o],Q2=(h,l,n)=>k5(h[0],h[1],l[0],l[1],n),E5=h=>{const l=h.x+h.width/2,n=h.y+h.height/2,s=[[h.x,h.y],[h.x+h.width,h.y],[h.x+h.width,h.y+h.height],[h.x,h.y+h.height]].map(d=>Q2(d,[l,n],h.angle)),r=s.map(d=>d[0]),c=s.map(d=>d[1]);return{minX:Math.min(...r),minY:Math.min(...c),maxX:Math.max(...r),maxY:Math.max(...c)}},T3=(h,l,n,o)=>{const s=n-h,r=o-l;return Math.hypot(s,r)},B5=(h,l)=>{if(h.length<3)return h.length===2?`M ${h[0][0]} ${h[0][1]} L ${h[1][0]} ${h[1][1]}`:"";let n=`M ${h[0][0]} ${h[0][1]}`;for(let s=1;s<h.length-1;s++){const r=h[s-1],c=h[s],d=h[s+1],f=c[0]-r[0],u=c[1]-r[1],m=Math.hypot(f,u),k=d[0]-c[0],x=d[1]-c[1],w=Math.hypot(k,x),_=Math.min(l,m/2,w/2),A=c[0]-f/m*_,I=c[1]-u/m*_,H=c[0]+k/w*_,D=c[1]+x/w*_;n+=` L ${A} ${I}`,n+=` Q ${c[0]} ${c[1]} ${H} ${D}`}const o=h[h.length-1];return n+=` L ${o[0]} ${o[1]}`,n},Q1=(h,l)=>{if(h.length<3)return B5(h,l);let n="";const o=h.length,s=[];for(let S=0;S<o;S++){const P=h[(S-1+o)%o],j=h[S],J=h[(S+1)%o],l2=j[0]-P[0],s2=j[1]-P[1],I2=Math.hypot(l2,s2),i2=J[0]-j[0],t2=J[1]-j[1],x2=Math.hypot(i2,t2),h2=Math.min(I2/2,x2/2),y2=Math.min(l,h2);if(y2===0){S===0?s.push({type:"M",x:j[0],y:j[1]}):s.push({type:"L",x:j[0],y:j[1]});continue}const k2=j[0]-l2/I2*y2,C2=j[1]-s2/I2*y2,_2=j[0]+i2/x2*y2,m2=j[1]+t2/x2*y2;S===0?s.push({type:"M",x:k2,y:C2}):s.push({type:"L",x:k2,y:C2}),s.push({type:"Q",cx:j[0],cy:j[1],x:_2,y:m2})}s.push({type:"Z"});let r=1/0,c=-1/0,d=1/0,f=-1/0;for(const S of h)S[0]<r&&(r=S[0]),S[0]>c&&(c=S[0]),S[1]<d&&(d=S[1]),S[1]>f&&(f=S[1]);const u=c-r,m=f-d;let k=1/0,x=-1/0,w=1/0,_=-1/0;const A=(S,P)=>{S<k&&(k=S),S>x&&(x=S),P<w&&(w=P),P>_&&(_=P)};let I=0,H=0;for(const S of s)if(S.type==="M"||S.type==="L")A(S.x,S.y),I=S.x,H=S.y;else if(S.type==="Q"){A(S.x,S.y);let P=I-2*S.cx+S.x;if(P!==0){let J=(I-S.cx)/P;if(J>0&&J<1){let l2=(1-J)*(1-J)*I+2*J*(1-J)*S.cx+J*J*S.x;l2<k&&(k=l2),l2>x&&(x=l2)}}let j=H-2*S.cy+S.y;if(j!==0){let J=(H-S.cy)/j;if(J>0&&J<1){let l2=(1-J)*(1-J)*H+2*J*(1-J)*S.cy+J*J*S.y;l2<w&&(w=l2),l2>_&&(_=l2)}}I=S.x,H=S.y}const D=x-k,T=_-w,X=D>0&&u>0?u/D:1,W=T>0&&m>0?m/T:1;for(const S of s)if(S.type==="M"){const P=r+(S.x-k)*X,j=d+(S.y-w)*W;n+=`M ${P} ${j}`}else if(S.type==="L"){const P=r+(S.x-k)*X,j=d+(S.y-w)*W;n+=` L ${P} ${j}`}else if(S.type==="Q"){const P=r+(S.cx-k)*X,j=d+(S.cy-w)*W,J=r+(S.x-k)*X,l2=d+(S.y-w)*W;n+=` Q ${P} ${j} ${J} ${l2}`}else S.type==="Z"&&(n+=" Z");return n},x6=(h,l,n,o,s,r,c)=>{const[d,f]=Q2([h,l],[n+s/2,o+r/2],-c);return d>=n&&d<=n+s&&f>=o&&f<=o+r},E0=(h,l,n,o,s,r,c)=>{const[d,f]=Q2([h,l],[n+s/2,o+r/2],-c),u=n+s/2,m=o+r/2,k=s/2,x=r/2;return(d-u)**2/k**2+(f-m)**2/x**2<=1},R0=(h,l,n,o,s,r,c)=>{const[d,f]=Q2([h,l],[n+s/2,o+r/2],-c),u=n+s/2,m=o+r/2,k=Math.abs(d-u)/(s/2),x=Math.abs(f-m)/(r/2);return k+x<=1},z5=(h,l,n,o,s,r,c,d=5)=>{const[f,u]=Q2([h,l],[n+s/2,o+r/2],-c),m=n+s/2,k=o+r/2,x=s/2,w=r/2,_=Math.abs(f-m),A=Math.abs(u-k),I=_/x+A/w,H=d/Math.max(x,w);return Math.abs(I-1)<=H},B0=(h,l,n,o,s,r,c=!1,d=!1)=>{let f=1/0,u=-1/0,m=1/0,k=-1/0;for(const H of n)H[0]<f&&(f=H[0]),H[0]>u&&(u=H[0]),H[1]<m&&(m=H[1]),H[1]>k&&(k=H[1]);const x=o+(u-f)/2,w=s+(k-m)/2;let[_,A]=Q2([h,l],[x,w],-r);c&&(_=x-(_-x)),d&&(A=w-(A-w));let I=!1;for(let H=0,D=n.length-1;H<n.length;D=H++){const T=n[H][0]+o,X=n[H][1]+s,W=n[D][0]+o,S=n[D][1]+s;X>A!=S>A&&_<(W-T)*(A-X)/(S-X)+T&&(I=!I)}return I},M5=(h,l)=>{const n=Math.min(h,l)*.25;return[[0,n],[n,0],[h,0],[h,l-n],[h-n,l],[0,l]]},q5=(h,l)=>[[h*.196,l*.285],[h*.272,l*.195],[h*.348,l*.191],[h*.383,l*.253],[h*.452,l*.058],[h*.604,l*-.007],[h*.757,l*.058],[h*.826,l*.253],[h*.952,l*.309],[h*1.006,l*.441],[h*.997,l*.595],[h*.936,l*.716],[h*.948,l*.864],[h*.867,l*.947],[h*.765,l*.943],[h*.715,l*.831],[h*.582,l*.961],[h*.396,l*1.005],[h*.232,l*.961],[h*.161,l*.831],[h*.037,l*.777],[h*-.005,l*.657],[h*.037,l*.538],[h*.161,l*.484]],L3=(h,l,n,o,s,r,c,d=!1,f=!1)=>{const u=M5(s,r);return B0(h,l,u,n,o,c,d,f)},C5=(h,l,n,o,s,r,c,d=5)=>{const f=Math.min(s,r)*.25,u=[[0,f],[s-f,f],[s-f,r],[0,r]],m=[[0,f],[f,0],[s,0],[s-f,f]],k=[[s-f,f],[s,0],[s,r-f],[s-f,r]];return Ae(h,l,u,n,o,c,d)||Ae(h,l,m,n,o,c,d)||Ae(h,l,k,n,o,c,d)},ht=(h,l,n)=>{const o=(n[0]-l[0])**2+(n[1]-l[1])**2;if(o===0)return(h[0]-l[0])**2+(h[1]-l[1])**2;let s=((h[0]-l[0])*(n[0]-l[0])+(h[1]-l[1])*(n[1]-l[1]))/o;return s=Math.max(0,Math.min(1,s)),(h[0]-(l[0]+s*(n[0]-l[0])))**2+(h[1]-(l[1]+s*(n[1]-l[1])))**2},Ae=(h,l,n,o,s,r,c=5,d=!1,f=!1)=>{let u=1/0,m=-1/0,k=1/0,x=-1/0;for(const D of n)D[0]<u&&(u=D[0]),D[0]>m&&(m=D[0]),D[1]<k&&(k=D[1]),D[1]>x&&(x=D[1]);const w=o+(m-u)/2,_=s+(x-k)/2;let[A,I]=Q2([h,l],[w,_],-r);d&&(A=w-(A-w)),f&&(I=_-(I-_));const H=c*c;for(let D=0;D<n.length;D++){const T=(D+1)%n.length,X=[n[D][0]+o,n[D][1]+s],W=[n[T][0]+o,n[T][1]+s];if(ht([A,I],X,W)<=H)return!0}return!1},r0=(h,l)=>{const s=[];for(let k=0;k<10;k++){const x=k*Math.PI/5-Math.PI/2,w=k%2===0?1:.4;s.push([w*Math.cos(x),w*Math.sin(x)])}const r=Math.min(...s.map(k=>k[0])),c=Math.max(...s.map(k=>k[0])),d=Math.min(...s.map(k=>k[1])),f=Math.max(...s.map(k=>k[1])),u=c-r,m=f-d;return s.map(k=>[(k[0]-r)/u*h,(k[1]-d)/m*l])},de=(h,l)=>[[h*.2,0],[h*.8,0],[h,l],[0,l]],he=(h,l)=>[[h*.25,0],[h,0],[h*.75,l],[0,l]],Te=(h,l,n)=>{switch(h){case"pentagon":return[[l/2,0],[l,n*.4],[l*.8,n],[l*.2,n],[0,n*.4]];case"hexagon":return[[l*.25,0],[l*.75,0],[l,n*.5],[l*.75,n],[l*.25,n],[0,n*.5]];case"message":return[[0,0],[l,0],[l,n*.75],[l*.3,n*.75],[l*.15,n],[l*.15,n*.75],[0,n*.75]];case"doubleArrow":return[[0,n*.5],[l*.2,0],[l*.2,n*.3],[l*.8,n*.3],[l*.8,0],[l,n*.5],[l*.8,n],[l*.8,n*.7],[l*.2,n*.7],[l*.2,n]];case"triangle":return[[l/2,0],[l,n],[0,n]];case"leftArrow":return[[0,n*.5],[l*.4,0],[l*.4,n*.3],[l,n*.3],[l,n*.7],[l*.4,n*.7],[l*.4,n]];case"rightArrow":return[[l,n*.5],[l*.6,0],[l*.6,n*.3],[0,n*.3],[0,n*.7],[l*.6,n*.7],[l*.6,n]];case"step1":{const o=Math.min(l*.4,n*.4);return[[0,0],[l-o,0],[l,n*.5],[l-o,n],[0,n]]}case"step2":{const o=Math.min(l*.4,n*.4);return[[0,0],[l-o,0],[l,n*.5],[l-o,n],[0,n],[o,n*.5]]}case"cloud":return q5(l,n);case"star":return r0(l,n);case"trapezoid":return de(l,n);case"parallelogram":return he(l,n);default:return[]}},H3=(h,l)=>[[h/2,0],[h,l/2],[h/2,l],[0,l/2]],D3=h=>Math.min(h*.15,20),$3=(h,l,n,o,s,r,c)=>{const[d,f]=Q2([h,l],[n+s/2,o+r/2],-c),u=D3(r),m=o+u;if((d-(n+s/2))**2/(s/2)**2+(f-m)**2/u**2<=1)return!0;const x=o+r-u;return(d-(n+s/2))**2/(s/2)**2+(f-x)**2/u**2<=1?!0:d>=n&&d<=n+s&&f>=o+u&&f<=o+r-u},F5=(h,l,n,o,s,r,c,d=5)=>{const[f,u]=Q2([h,l],[n+s/2,o+r/2],-c),m=D3(r);if(pt(h,l,n,o,s,m*2,c,d))return!0;const k=o+r-m;if(u>=k&&pt(h,l,n,o+r-m*2,s,m*2,c,d))return!0;const x=[n,o+m],w=[n,o+r-m],_=[n+s,o+m],A=[n+s,o+r-m];return ht([f,u],x,w)<=d*d||ht([f,u],_,A)<=d*d},_5=(h,l,n,o,s,r,c,d=5)=>{const[f,u]=Q2([h,l],[n+s/2,o+r/2],-c),m=Math.abs(f-n)<=d,k=Math.abs(f-(n+s))<=d,x=Math.abs(u-o)<=d,w=Math.abs(u-(o+r))<=d,_=u>=o-d&&u<=o+r+d,A=f>=n-d&&f<=n+s+d;return(m||k)&&_||(x||w)&&A},pt=(h,l,n,o,s,r,c,d=5)=>{const[f,u]=Q2([h,l],[n+s/2,o+r/2],-c),m=n+s/2,k=o+r/2,x=s/2,w=r/2,_=f-m,A=u-k,I=_*_/(x+d)**2+A*A/(w+d)**2,H=x-d>0&&w-d>0?_*_/(x-d)**2+A*A/(w-d)**2:2;return I<=1&&H>=1},P3=(h,l,n,o)=>{const s=h[0],r=h[1],c=l[0],d=l[1],f=n[0],u=n[1],m=o[0],k=o[1],x=(k-u)*(c-s)-(m-f)*(d-r);if(x===0)return null;const w=((m-f)*(r-u)-(k-u)*(s-f))/x,_=((c-s)*(r-u)-(d-r)*(s-f))/x;return w>=0&&w<=1&&_>=0&&_<=1?[s+w*(c-s),r+w*(d-r)]:null},X6=(h,l,n,o=0)=>{const{x:s,y:r,width:c,height:d,angle:f}=h,u=s+c/2,m=r+d/2,k=Q2(l,[u,m],-f),x=Q2(n,[u,m],-f);let w=null,_=h.type==="note"?h.noteShape||"note":h.type;if(_==="note"&&(_="rectangle"),["rectangle","image","text","frame","square","process"].includes(_)){const A=[[[s-o,r-o],[s+c+o,r-o]],[[s+c+o,r-o],[s+c+o,r+d+o]],[[s+c+o,r+d+o],[s-o,r+d+o]],[[s-o,r+d+o],[s-o,r-o]]];let I=1/0;for(const H of A){const D=P3(k,x,H[0],H[1]);if(D){const T=T3(k[0],k[1],D[0],D[1]);T<I&&(I=T,w=D)}}}else if(["ellipse","circle","cylinder"].includes(_)){const A=c/2+o,I=d/2+o,H=x[0]-k[0],D=x[1]-k[1],T=k[0]-u,X=k[1]-m,W=H*H/(A*A)+D*D/(I*I),S=2*T*H/(A*A)+2*X*D/(I*I),P=T*T/(A*A)+X*X/(I*I)-1,j=S*S-4*W*P;if(j>=0){const J=(-S-Math.sqrt(j))/(2*W),l2=(-S+Math.sqrt(j))/(2*W);let s2=-1;J>=0&&J<=1?s2=J:l2>=0&&l2<=1?s2=l2:J>0&&J<l2?s2=J:l2>0&&(s2=l2),s2>=0&&s2<=1&&(w=[k[0]+s2*H,k[1]+s2*D])}}else if(["diamond","decision","star","trapezoid","parallelogram","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","step1","step2","cloud"].includes(_)){let A=[],I=[];if(["diamond","decision"].includes(_)?I=H3(c,d):I=Te(_,c,d),I.length>0){const D=c===0?1:(c+o*2)/c,T=d===0?1:(d+o*2)/d;for(let X=0;X<I.length;X++){const W=I[X],S=I[(X+1)%I.length];let P=s+c/2+(W[0]-c/2)*D,j=r+d/2+(W[1]-d/2)*T,J=s+c/2+(S[0]-c/2)*D,l2=r+d/2+(S[1]-d/2)*T;A.push([[P,j],[J,l2]])}}let H=1/0;for(const D of A){const T=P3(k,x,D[0],D[1]);if(T){const X=T3(k[0],k[1],T[0],T[1]);X<H&&(H=X,w=T)}}}return w?Q2(w,[u,m],f):null},I5=(h,l,n)=>{const o=h[0],s=h[1],r=l[0],c=l[1],d=n[0],f=n[1],u=o-r,m=s-c,k=d-r,x=f-c,w=u*k+m*x,_=k*k+x*x;let A=-1;_!==0&&(A=w/_);let I,H;A<0?(I=r,H=c):A>1?(I=d,H=f):(I=r+A*k,H=c+A*x);const D=o-I,T=s-H;return Math.sqrt(D*D+T*T)};let ft=null;const v1=(h,l,n,o,s)=>{ft||(ft=document.createElement("canvas"));const r=ft.getContext("2d");if(!r)return{width:10,height:l};const c=s?.isItalic?"italic ":"";let d=(s?.fontWeight||"").toLowerCase(),f=s?.isBold?"bold ":"";d&&(d==="regular"||d==="normal"?f="normal ":d==="bold"?f="bold ":d==="medium"?f="500 ":d==="light"?f="300 ":d==="black"?f="900 ":f=d+" ",(d==="regular"||d==="normal")&&s?.isBold&&(f="bold ")),r.font=`${c}${f}${l}px ${n}`,r.letterSpacing=`${s?.letterSpacing||0}px`;const u=s?.lineHeight||1.25;if(o){const k=Math.max(0,o-8),x=(h||"").split(`
|
|
2
|
-
`);let
|
|
3
|
-
`);let k=0;return m.forEach(x=>{const w=r.measureText(x).width;w>k&&(k=w)}),{width:Math.max(k+8,10),height:m.length*(l*u)+10}}},O3=(h,l=.5,n=10)=>{if(h.length<2)return h;const o=[],s=r=>r<0?h[0]:r>=h.length?h[h.length-1]:h[r];for(let r=0;r<h.length-1;r++){const c=s(r-1),d=s(r),f=s(r+1),u=s(r+2);if(!(!c||!d||!f||!u))for(let m=0;m<=n;m++){const k=m/n,x=k*k,w=x*k,_=.5*(2*d[0]+(-c[0]+f[0])*k+(2*c[0]-5*d[0]+4*f[0]-u[0])*x+(-c[0]+3*d[0]-3*f[0]+u[0])*w),A=.5*(2*d[1]+(-c[1]+f[1])*k+(2*c[1]-5*d[1]+4*f[1]-u[1])*x+(-c[1]+3*d[1]-3*f[1]+u[1])*w);if(o.length>0){const I=o[o.length-1];if(Math.abs(I[0]-_)<.1&&Math.abs(I[1]-A)<.1)continue}o.push([_,A])}}return o},R3=h=>{if(h.length!==3)return null;const l=h[0],n=h[1],o=h[2],s=Math.abs(o[0]-l[0])>Math.abs(o[1]-l[1]),r=s?[o[0]>l[0]?1:-1,0]:[0,o[1]>l[1]?1:-1],c=s?[l[0]>o[0]?1:-1,0]:[0,l[1]>o[1]?1:-1],d=Math.hypot(o[0]-l[0],o[1]-l[1]),f=Math.max(d*.4,20),u=[l[0]+r[0]*f,l[1]+r[1]*f],m=[o[0]+c[0]*f,o[1]+c[1]*f],k=[(l[0]+u[0])/2,(l[1]+u[1])/2],x=[(m[0]+o[0])/2,(m[1]+o[1])/2],w=[(u[0]+m[0])/2,(u[1]+m[1])/2],_=[(k[0]+w[0])/2,(k[1]+w[1])/2],A=[(w[0]+x[0])/2,(w[1]+x[1])/2],I=[(_[0]+A[0])/2,(_[1]+A[1])/2],H=n[0]-I[0],D=n[1]-I[1],T=k,X=[_[0]+H,_[1]+D],W=[A[0]+H,A[1]+D],S=x;return{pathString:`M ${l[0]} ${l[1]} C ${T[0]} ${T[1]} ${X[0]} ${X[1]} ${n[0]} ${n[1]} C ${W[0]} ${W[1]} ${S[0]} ${S[1]} ${o[0]} ${o[1]}`,renderPoints:[l,T,X,n,W,S,o]}},V5=(h,l=10)=>{const n=R3(h);if(!n)return O3(h);const[o,s,r,c,d,f,u]=n.renderPoints,m=[],k=(x,w,_,A,I)=>{const H=1-I;return[H**3*x[0]+3*H**2*I*w[0]+3*H*I**2*_[0]+I**3*A[0],H**3*x[1]+3*H**2*I*w[1]+3*H*I**2*_[1]+I**3*A[1]]};for(let x=0;x<=l;x++)m.push(k(o,s,r,c,x/l));for(let x=1;x<=l;x++)m.push(k(c,d,f,u,x/l));return m},N5=h=>{const{x:l,y:n,width:o,height:s,angle:r}=h;if(r===0)return{minX:l,minY:n,maxX:l+o,maxY:n+s};const c=l+o/2,d=n+s/2,f=[Q2([l,n],[c,d],r),Q2([l+o,n],[c,d],r),Q2([l+o,n+s],[c,d],r),Q2([l,n+s],[c,d],r)];let u=1/0,m=1/0,k=-1/0,x=-1/0;return f.forEach(w=>{u=Math.min(u,w[0]),m=Math.min(m,w[1]),k=Math.max(k,w[0]),x=Math.max(x,w[1])}),{minX:u,minY:m,maxX:k,maxY:x}},pe=h=>{if(h.length===0)return null;let l=1/0,n=1/0,o=-1/0,s=-1/0;return h.forEach(r=>{const c=N5(r);l=Math.min(l,c.minX),n=Math.min(n,c.minY),o=Math.max(o,c.maxX),s=Math.max(s,c.maxY)}),{x:l,y:n,width:o-l,height:s-n,minX:l,minY:n,maxX:o,maxY:s}},ut=(h,l,n,o,s)=>{const{x:r,y:c,angle:d,points:f}=o,u=[r+o.width/2,c+o.height/2],[m,k]=Q2([l,n],u,-d),x=m-r,w=k-c;if(!f||f.length<2)return!1;let _=f;if(o.type==="arrow"){if(o.arrowType==="round"&&f.length>2)_=f.length===3?V5(f):O3(f);else if(o.arrowType==="elbow"){let A,I;if(s&&(o.startBinding||o.endBinding)){const H=D=>{if(!D)return;const T=s.find(h2=>h2.id===D.elementId);if(!T)return;const X=D.focus<0?o.points[0]:o.points[o.points.length-1];if(!X)return;const W=o.x+X[0],S=o.y+X[1],P=T.x,j=T.y,J=T.width,l2=T.height,s2=Math.abs(W-P),I2=Math.abs(W-(P+J)),i2=Math.abs(S-j),t2=Math.abs(S-(j+l2)),x2=Math.min(s2,I2,i2,t2);if(x2===s2)return[-1,0];if(x2===I2)return[1,0];if(x2===i2)return[0,-1];if(x2===t2)return[0,1]};o.startBinding&&(A=H(o.startBinding)),o.endBinding&&(I=H(o.endBinding))}_=mt(f,A,I)}}for(let A=0;A<_.length-1;A++){const I=_[A],H=_[A+1];if(I5([x,w],I,H)<=h)return!0}return!1},mt=(h,l,n)=>{if(h.length<2)return[...h];const o=h[0],s=h[h.length-1],r=20;let c=o,d=s;const f=[o];l&&(c=[o[0]+l[0]*r,o[1]+l[1]*r],f.push(c)),n&&(d=[s[0]+n[0]*r,s[1]+n[1]*r]);const[u,m]=c,[k,x]=d,w=(u+k)/2,_=(m+x)/2,A=Math.abs(k-u),I=Math.abs(x-m);return A>I?(f.push([w,m]),f.push([w,x])):(f.push([u,_]),f.push([k,_])),n&&f.push(d),f.push(s),f},A5=(h,l=20,n,o)=>{const s=mt(h,n,o),r=[];s.length>0&&r.push(s[0]);for(let f=1;f<s.length;f++){const u=r[r.length-1],m=s[f];(Math.abs(m[0]-u[0])>.01||Math.abs(m[1]-u[1])>.01)&&r.push(m)}if(r.length<3)return r.length===2?`M ${r[0][0]} ${r[0][1]} L ${r[1][0]} ${r[1][1]}`:"";let c=`M ${r[0][0]} ${r[0][1]}`;for(let f=1;f<r.length-1;f++){const u=r[f-1],m=r[f],k=r[f+1],x=m[0]-u[0],w=m[1]-u[1],_=Math.sqrt(x*x+w*w),A=k[0]-m[0],I=k[1]-m[1],H=Math.sqrt(A*A+I*I);if(_<.01||H<.01){c+=` L ${m[0]} ${m[1]}`;continue}const D=Math.min(l,_/2,H/2),T=m[0]-x/_*D,X=m[1]-w/_*D,W=m[0]+A/H*D,S=m[1]+I/H*D;c+=` L ${T} ${X}`,c+=` Q ${m[0]} ${m[1]} ${W} ${S}`}const d=r[r.length-1];return c+=` L ${d[0]} ${d[1]}`,c},T5="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";let w6=(h=21)=>{let l="",n=crypto.getRandomValues(new Uint8Array(h|=0));for(;h--;)l+=T5[n[h]&63];return l};const t0=t.reactive({showToolbar:!0,showBoardName:!0,showGlobalSettings:!0,showFooter:!0,showPropertiesPanel:!0,editable:!0,loadFromLocal:!0,enableImageUpload:!1,uploadImageFn:h=>"https://milkdown.dev/polar.jpeg",language:"zh-CN",showLanguageMenu:!0,languageList:[{label:"简体中文",value:"zh-CN"},{label:"English",value:"en-US"}],messages:{}}),W3=h=>{h.languageList&&(h.languageList.forEach(l=>{t0.languageList.find(o=>o.value===l.value)||t0.languageList.push(l)}),delete h.languageList),h.messages&&(Object.assign(t0.messages,h.messages),delete h.messages),Object.assign(t0,h)},L5="jvs_draw_db",H5=1,z0="images",gt=()=>new Promise((h,l)=>{const n=indexedDB.open(L5,H5);n.onerror=()=>l(n.error),n.onsuccess=()=>h(n.result),n.onupgradeneeded=o=>{const s=o.target.result;s.objectStoreNames.contains(z0)||s.createObjectStore(z0)}}),yt=async(h,l)=>{try{const n=await gt();return new Promise((o,s)=>{const d=n.transaction(z0,"readwrite").objectStore(z0).put(l,h);d.onsuccess=()=>o(),d.onerror=()=>s(d.error)})}catch(n){console.error("Failed to save image to IndexedDB",n)}},D5=async()=>{try{const h=await gt();return new Promise((l,n)=>{const s=h.transaction(z0,"readonly").objectStore(z0),r=s.getAll();r.onsuccess=()=>{const c=r.result,d=s.getAllKeys();d.onsuccess=()=>{const f=d.result,u={};f.forEach((m,k)=>{u[m.toString()]=c[k]}),l(u)},d.onerror=()=>n(d.error)},r.onerror=()=>n(r.error)})}catch(h){return console.error("Failed to load images from IndexedDB",h),{}}},X3=async h=>{try{const l=await gt();return new Promise((n,o)=>{const c=l.transaction(z0,"readwrite").objectStore(z0).delete(h);c.onsuccess=()=>n(),c.onerror=()=>o(c.error)})}catch(l){console.error("Failed to delete image from IndexedDB",l)}},X1=(h="excalidraw")=>v5.defineStore(h,{state:()=>({elements:[],images:{},history:t.markRaw([[]]),historyStep:0,appConfig:{...t0},appState:{lockedTool:!1,viewBackgroundColor:"#FFFFFF",scrollX:0,scrollY:0,zoom:1,activeTool:"selection",activeToolType:"rectangle",currentItemStrokeColor:"#363B4C",currentItemStrokeOpacity:100,currentItemBackgroundColor:"transparent",currentNoteBackgroundColor:"",currentNoteShape:"note",currentItemFillStyle:"solid",currentItemStrokeWidth:1,currentItemStrokeStyle:"solid",currentItemRoughness:0,currentItemRoundness:0,currentItemOpacity:100,currentItemBackgroundOpacity:100,currentItemFontColor:"#363B4C",currentItemFontSize:20,currentItemFontFamily:"sans-serif",currentItemFontBgColor:"transparent",currentItemTextAlign:"center",currentItemVerticalAlign:"middle",currentItemIsBold:!1,currentItemIsItalic:!1,currentItemIsUnderline:!1,currentItemIsStrikethrough:!1,currentItemFontWeight:"Regular",currentItemLineHeight:1.25,currentItemLetterSpacing:0,currentItemArrowType:"sharp",currentItemStartArrowhead:"line",currentItemEndArrowhead:"arrow",currentItemX:0,currentItemY:0,currentItemWidth:0,currentItemHeight:0,currentItemAngle:0,selectedElementIds:{},showHelp:!1,viewLocked:!1,lastActiveTool:null,name:"Untitled Document",isPanningCanvas:!1,isDraggingElement:!1,isBoxSelecting:!1,showGrid:!0,gridType:"none",isPropertiesPanelOpen:!1,floatingToolbarOffset:{x:0,y:0},croppingElementId:null,updated:0,useWheelZoom:!1,rightClickPan:!1,autoSnap:!0,alignmentGuides:!0,showContainerName:!0,fixedArrowBinding:!1,showQuickCreate:!1}}),getters:{shouldShowFloatingToolbar:l=>{if(l.appState.isPanningCanvas||l.appState.isPropertiesPanelOpen||l.appState.croppingElementId)return!1;const n=l.appState.activeTool;let o=n;if(n==="selection"){const s=Object.keys(l.appState.selectedElementIds);if(s.length===0)o="none";else{const r=s[0],c=l.elements.find(d=>d.id===r);o=c?c.type:"none"}}else return!1;return!["none","hand","laser","eraser"].includes(o)}},actions:{async initImages(){const l=await D5();l&&Object.keys(l).length>0&&(this.images={...this.images,...l}),this.elements.forEach(n=>{n.type==="image"&&n.isUploaded&&n.url&&(this.images[n.fileId]=n.url)}),this.appState.updated=Date.now()},toggleGrid(){this.appState.showGrid=!this.appState.showGrid},toggleSelection(l,n){n===void 0?this.appState.selectedElementIds[l]?delete this.appState.selectedElementIds[l]:this.appState.selectedElementIds[l]=!0:n?this.appState.selectedElementIds[l]=!0:delete this.appState.selectedElementIds[l];const o=Object.keys(this.appState.selectedElementIds);o.length==0?this.appState.isPropertiesPanelOpen=!1:o.every(r=>{const c=this.elements.find(d=>d.id===r);return c&&c.locked})&&(this.appState.isPropertiesPanelOpen=!1)},setSelectedElementIds(l){this.appState.selectedElementIds=l.reduce((n,o)=>(n[o]=!0,n),{}),l.length==0?this.appState.isPropertiesPanelOpen=!1:l.every(o=>{const s=this.elements.find(r=>r.id===o);return s&&s.locked})&&(this.appState.isPropertiesPanelOpen=!1)},addElement(l){this.elements=[...this.elements,l]},insertImage(l,n,o,s,r,c,d){const f=c||w6();l&&!this.images[f]&&(this.images[f]=l,d||yt(f,l));const u={id:w6(),type:"image",x:n,y:o,width:s,height:r,angle:0,strokeColor:"transparent",backgroundColor:"transparent",fillStyle:"hachure",strokeWidth:1,strokeStyle:"solid",roughness:0,opacity:100,backgroundOpacity:100,seed:Math.floor(Math.random()*2**31),version:1,isDeleted:!1,groupIds:[],updated:Date.now(),link:null,locked:!1,fileId:f,status:"saved",scale:[1,1],dataURL:"",isUploaded:d,url:d?l:void 0};this.elements=[...this.elements,u],this.recordHistory(),this.setSelectedElementIds([u.id])},setCroppingElementId(l){this.appState.croppingElementId=l},updateImageSource(l,n,o,s,r){const c=w6();this.images[c]=n,r||yt(c,n),this.updateElement(l,{fileId:c,width:o,height:s,isUploaded:r,url:r?n:void 0,crop:void 0}),this.recordHistory()},updateElement(l,n){const o=this.elements.findIndex(s=>s.id===l);if(o!==-1){const s=[...this.elements];let r={...s[o],...n};if(r.type==="text"&&["text","fontSize","fontFamily","fontWeight","lineHeight","letterSpacing","isBold","isItalic","width"].some(u=>u in n)){let u=r.width;!r.containerId&&r.autoResize!==!1&&(u=void 0);const m=v1(r.text||"",r.fontSize||20,r.fontFamily||"sans-serif",u,{isBold:r.isBold,isItalic:r.isItalic,fontWeight:r.fontWeight,lineHeight:r.lineHeight,letterSpacing:r.letterSpacing});let k=0;if(r.containerId){const x=this.elements.find(w=>w.id===r.containerId);x&&(k=x.height)}r.height=r.containerId?Math.max(m.height,k):m.height,!u&&m.width&&(r.width=m.width)}if(s[o]=r,this.elements=s,r.type==="text"&&r.containerId){const d=this.elements.find(f=>f.id===r.containerId);d&&r.height>d.height&&this.updateElement(d.id,{height:r.height})}this.elements.filter(d=>d.type==="arrow"&&(d.startBinding?.elementId===l||d.endBinding?.elementId===l)).forEach(d=>{const f=d,u=f.points.map(x=>[x[0]+f.x,x[1]+f.y]);let m=!1;if(u.length===3){const x=u[0],w=u[1],_=u[2];if(x&&w&&_){const A=(x[0]+_[0])/2,I=(x[1]+_[1])/2;Math.abs(w[0]-A)<1&&Math.abs(w[1]-I)<1&&(m=!0)}}let k=!1;if(f.startBinding?.elementId===l)if(f.startBinding.fixedPoint&&f.startBinding.isBorder===!1){const[x,w]=f.startBinding.fixedPoint,_=r.x+r.width/2,A=r.y+r.height/2,I=r.x+x*r.width,H=r.y+w*r.height,D=Q2([I,H],[_,A],r.angle);u[0]=[D[0],D[1]],k=!0}else{const x=u.length>1?u[1]:[r.x+r.width/2,r.y+r.height/2],w=[r.x+r.width/2,r.y+r.height/2],_=X6(r,x,w,10);_&&(u[0]=[_[0],_[1]],k=!0)}if(f.endBinding?.elementId===l)if(f.endBinding.fixedPoint&&f.endBinding.isBorder===!1){const[x,w]=f.endBinding.fixedPoint,_=r.x+r.width/2,A=r.y+r.height/2,I=r.x+x*r.width,H=r.y+w*r.height,D=Q2([I,H],[_,A],r.angle);u[u.length-1]=[D[0],D[1]],k=!0}else{const x=u.length>1?u[u.length-2]:[r.x+r.width/2,r.y+r.height/2],w=[r.x+r.width/2,r.y+r.height/2],_=X6(r,x,w,10);_&&(u[u.length-1]=[_[0],_[1]],k=!0)}if(k){if(m&&u.length===3){const T=u[0],X=u[u.length-1];T&&X&&(u[1]=[(T[0]+X[0])/2,(T[1]+X[1])/2])}const x=u.map(T=>T[0]),w=u.map(T=>T[1]),_=Math.min(...x),A=Math.min(...w),I=Math.max(...x),H=Math.max(...w),D=u.map(T=>[T[0]-_,T[1]-A]);if(this.updateElement(f.id,{x:_,y:A,width:I-_,height:H-A,points:D}),f.frameId){const T=this.elements.find(X=>X.id===f.frameId);T&&(r.x>=T.x&&r.y>=T.y&&r.x+r.width<=T.x+T.width&&r.y+r.height<=T.y+T.height||this.updateElement(f.id,{frameId:null}))}}})}},setTool(l){this.appState.activeTool=l},setToolType(l){this.appState.activeToolType=l||"rectangle"},deleteElement(l){const n=this.elements.find(o=>o.id===l);if(n&&n.type==="image"&&n.fileId){const o=n.fileId;this.elements.some(r=>r.id!==l&&r.type==="image"&&r.fileId===o)||(delete this.images[o],X3(o))}this.elements=this.elements.filter(o=>o.id!==l),this.recordHistory()},clearElements(){const l=this.elements.filter(o=>o.type==="image"&&o.fileId);[...new Set(l.map(o=>o.fileId))].forEach(o=>{delete this.images[o],X3(o)}),this.elements=[],this.recordHistory()},moveElements(l,n,o){const s=l.filter(d=>{const f=this.elements.find(u=>u.id===d);return f&&!f.locked}),r=new Set(s);s.forEach(d=>{const f=this.elements.find(u=>u.id===d);f&&f.type==="frame"?this.elements.forEach(u=>{u.id!==f.id&&(u.isDeleted||r.has(u.id)||u.frameId==f.id&&r.add(u.id))}):f&&this.elements.forEach(u=>{u.isDeleted||r.has(u.id)||u.type==="text"&&u.containerId===f.id&&r.add(u.id)})}),this.elements=this.elements.map(d=>r.has(d.id)?{...d,x:d.x+n,y:d.y+o,updated:Date.now()}:d);const c=r;this.elements=this.elements.map(d=>{if(d.type!=="arrow"&&d.type!=="line"||c.has(d.id))return d;const f=d.points.map(w=>[w[0]+d.x,w[1]+d.y]);let u=!1,m=!1;if(f.length===3&&(d.type==="arrow"||d.type==="line")){const w=f[0],_=f[1],A=f[2];if(w&&_&&A&&w[0]!==void 0&&A[0]!==void 0&&_[0]!==void 0&&_[1]!==void 0){const I=(w[0]+A[0])/2,H=(w[1]+A[1])/2;Math.abs(_[0]-I)<1&&Math.abs(_[1]-H)<1&&(m=!0)}}const k=d.startBinding&&c.has(d.startBinding.elementId),x=d.endBinding&&c.has(d.endBinding.elementId);if(d.startBinding&&(k||x)){const w=this.elements.find(_=>_.id===d.startBinding.elementId);if(w){let _=null;if(d.startBinding.fixedPoint&&d.startBinding.isBorder===!1){const[A,I]=d.startBinding.fixedPoint,H=w.x+w.width/2,D=w.y+w.height/2,T=w.x+A*w.width,X=w.y+I*w.height;_=Q2([T,X],[H,D],w.angle)}else{let A=f.length>1?f[1]:f[0];x&&f.length===2&&(A=[A[0]+n,A[1]+o]);const I=[w.x+w.width/2,w.y+w.height/2],H=X6(w,A,I,10);H&&(_=H)}if(_){if(f[0]=[_[0],_[1]],u=!0,d.startBinding.isBorder===!1){const A=w.x+w.width/2,I=w.y+w.height/2,H=Q2(_,[A,I],-w.angle),D=(H[0]-w.x)/w.width,T=(H[1]-w.y)/w.height;d.startBinding&&(d.startBinding={...d.startBinding,fixedPoint:[D,T]})}}else{const A=f[0];A&&k&&(f[0]=[A[0]+n,A[1]+o],u=!0)}}}if(d.endBinding&&(c.has(d.endBinding.elementId)||d.startBinding&&c.has(d.startBinding.elementId))){const w=this.elements.find(_=>_.id===d.endBinding.elementId);if(w){let _=null;const A=c.has(d.endBinding.elementId),I=d.startBinding&&c.has(d.startBinding.elementId);if(d.endBinding.fixedPoint&&d.endBinding.isBorder===!1){const[H,D]=d.endBinding.fixedPoint,T=w.x+w.width/2,X=w.y+w.height/2,W=w.x+H*w.width,S=w.y+D*w.height;_=Q2([W,S],[T,X],w.angle)}else{let H=f.length>1?f[f.length-2]:f[f.length-1];I&&f.length===2&&(H=[H[0]+n,H[1]+o]);const D=[w.x+w.width/2,w.y+w.height/2],T=X6(w,H,D,10);T&&(_=T)}if(_){if(f[f.length-1]=[_[0],_[1]],u=!0,d.endBinding.isBorder===!1){const H=w.x+w.width/2,D=w.y+w.height/2,T=Q2(_,[H,D],-w.angle),X=(T[0]-w.x)/w.width,W=(T[1]-w.y)/w.height;d.endBinding&&(d.endBinding={...d.endBinding,fixedPoint:[X,W]})}}else{const H=f[f.length-1];H&&A&&(f[f.length-1]=[H[0]+n,H[1]+o],u=!0)}}}if(u&&m){const w=f[0],_=f[f.length-1];w&&_&&w[0]!==void 0&&w[1]!==void 0&&_[0]!==void 0&&_[1]!==void 0&&(f[1]=[(w[0]+_[0])/2,(w[1]+_[1])/2])}if(u){const w=f.filter(X=>X&&X[0]!==void 0).map(X=>X[0]),_=f.filter(X=>X&&X[1]!==void 0).map(X=>X[1]);if(w.length===0||_.length===0)return d;const A=Math.min(...w),I=Math.min(..._),H=Math.max(...w),D=Math.max(..._),T=f.map(X=>[X[0]-A,X[1]-I]);return{...d,x:A,y:I,width:H-A,height:D-I,points:T,startBinding:d.startBinding,endBinding:d.endBinding,updated:Date.now()}}return d})},updateSelectedElements(l){const n=new Set(Object.keys(this.appState.selectedElementIds));if(n.size===0)return;this.recordHistory();const o=new Set;this.elements.forEach(s=>{s.type==="text"&&s.containerId&&n.has(s.containerId)&&o.add(s.id)}),this.elements=this.elements.map(s=>{if(n.has(s.id)||o.has(s.id)){let r=l;if(o.has(s.id)&&!n.has(s.id)){const d={};if("isBold"in l&&(d.isBold=l.isBold),"isItalic"in l&&(d.isItalic=l.isItalic),"isUnderline"in l&&(d.isUnderline=l.isUnderline),"isStrikethrough"in l&&(d.isStrikethrough=l.isStrikethrough),"textAlign"in l&&(d.textAlign=l.textAlign),"verticalAlign"in l&&(d.verticalAlign=l.verticalAlign),"fontFamily"in l&&(d.fontFamily=l.fontFamily),"fontSize"in l&&(d.fontSize=l.fontSize),"angle"in l&&(d.angle=l.angle),"fontWeight"in l&&(d.fontWeight=l.fontWeight),"lineHeight"in l&&(d.lineHeight=l.lineHeight),"letterSpacing"in l&&(d.letterSpacing=l.letterSpacing),Object.keys(d).length===0)return s;r=d}let c={...s,...r,updated:Date.now()};if(c.type==="text"&&["text","fontSize","fontFamily","fontWeight","lineHeight","letterSpacing","isBold","isItalic","width"].some(u=>u in r)){let u=c.width;!c.containerId&&c.autoResize!==!1&&(u=void 0);const m=v1(c.text||"",c.fontSize||20,c.fontFamily||"sans-serif",u,{isBold:c.isBold,isItalic:c.isItalic,fontWeight:c.fontWeight,lineHeight:c.lineHeight,letterSpacing:c.letterSpacing});let k=0;if(c.containerId){const x=this.elements.find(w=>w.id===c.containerId);x&&(k=x.height)}c.height=c.containerId?Math.max(m.height,k):m.height,!u&&m.width&&(c.width=m.width)}if("type"in r&&(r.type==="square"||r.type==="circle")){const d=Math.max(c.width,c.height);c.width=d,c.height=d}if(r.arrowType==="round"&&c.type==="line"&&c.points?.length===2){const d=c.points[0],f=c.points[1],u=(d[0]+f[0])/2,m=(d[1]+f[1])/2,k=[d,[u,m+20],f];c.points=k}if(c.type==="freedraw"){let d=1,f=1;"width"in r&&s.width!==0&&(d=r.width/s.width),"height"in r&&s.height!==0&&(f=r.height/s.height),(d!==1||f!==1)&&(c.points=s.points.map(u=>[u[0]*d,u[1]*f]))}return c}return s}),this.elements.forEach(s=>{if(s.type==="text"&&s.containerId){const r=this.elements.find(c=>c.id===s.containerId);r&&(s.height||0)>(r.height||0)&&this.updateElement(r.id,{height:s.height||0})}})},bringToFront(l){this.recordHistory();const n=new Set(l),o=this.elements.filter(r=>n.has(r.id)),s=this.elements.filter(r=>!n.has(r.id));this.elements=[...s,...o]},sendToBack(l){this.recordHistory();const n=new Set(l),o=this.elements.filter(r=>n.has(r.id)),s=this.elements.filter(r=>!n.has(r.id));this.elements=[...o,...s]},bringForward(l){this.recordHistory();const n=new Set(l),o=this.elements.map((s,r)=>n.has(s.id)?r:-1).filter(s=>s!==-1).sort((s,r)=>r-s);for(const s of o)if(s<this.elements.length-1){const r=this.elements[s],c=this.elements[s+1];r&&c&&(this.elements[s]=c,this.elements[s+1]=r)}},sendBackward(l){this.recordHistory();const n=new Set(l),o=this.elements.map((s,r)=>n.has(s.id)?r:-1).filter(s=>s!==-1).sort((s,r)=>s-r);for(const s of o)if(s>0){const r=this.elements[s],c=this.elements[s-1];r&&c&&(this.elements[s]=c,this.elements[s-1]=r)}},recordHistory(){const l=this.history.slice(0,this.historyStep+1);l.length>=100&&(l.shift(),this.historyStep=l.length-1),l.push(t.markRaw(JSON.parse(JSON.stringify(this.elements)))),this.history=t.markRaw(l),this.historyStep=this.history.length-1},undo(){this.historyStep>0&&(this.historyStep--,this.elements=JSON.parse(JSON.stringify(this.history[this.historyStep])),this.appState.selectedElementIds={})},redo(){this.historyStep<this.history.length-1&&(this.historyStep++,this.elements=JSON.parse(JSON.stringify(this.history[this.historyStep])),this.appState.selectedElementIds={})},setZoom(l,n){const o=this.appState.zoom,s=Math.min(Math.max(.1,l),3);if(o!==s&&n){const r=n.x/o-this.appState.scrollX,c=n.y/o-this.appState.scrollY,d=n.x/s-this.appState.scrollX,f=n.y/s-this.appState.scrollY;this.appState.scrollX+=d-r,this.appState.scrollY+=f-c}this.appState.zoom=s},zoomIn(){this.setZoom(Math.round((this.appState.zoom+.05)*100)/100,{x:window.innerWidth/2,y:window.innerHeight/2})},zoomOut(){this.setZoom(Math.round((this.appState.zoom-.05)*100)/100,{x:window.innerWidth/2,y:window.innerHeight/2})},selectAll(){const l=this.elements.filter(n=>!n.isDeleted&&!n.locked).map(n=>n.id);this.setSelectedElementIds(l)},async copyElements(l=!1){const n=new Set(Object.keys(this.appState.selectedElementIds));if(n.size===0)return;const o=this.elements.filter(r=>n.has(r.id)||n.has(r.containerId));if(o.length===0)return;const s=o.map(r=>{if(r.type==="image"&&r.fileId){const c=r.fileId,d=this.images[c];return{...r,_imageData:d||""}}return r});this._internalClipboard=JSON.stringify(s),this._internalClipboardImages={},s.forEach(r=>{r.type==="image"&&r._imageData&&(this._internalClipboardImages[r.fileId]=r._imageData)});try{navigator.clipboard&&navigator.clipboard.writeText&&await navigator.clipboard.writeText(JSON.stringify(s))}catch(r){console.error("Failed to copy to system clipboard",r)}},async cutElements(){await this.copyElements(!0);const l=new Set(Object.keys(this.appState.selectedElementIds)),n=this.elements.filter(s=>s.containerId&&l.has(s.containerId)).map(s=>s.id);[...l,...n].forEach(s=>this.deleteElement(s))},async pasteElements(l,n){try{let o,s;l?(o=l.x,s=l.y):(o=window.innerWidth/2/this.appState.zoom-this.appState.scrollX,s=window.innerHeight/2/this.appState.zoom-this.appState.scrollY);let r=n||"";if(!r&&navigator.clipboard&&navigator.clipboard.read)try{const T=await navigator.clipboard.read();for(const X of T)if(X.types.includes("text/plain")&&(r=await(await X.getType("text/plain")).text(),r))break}catch(T){console.warn("Clipboard read failed, falling back to readText",T)}if(!r&&navigator.clipboard&&navigator.clipboard.readText)try{r=await navigator.clipboard.readText()}catch(T){console.warn("Clipboard readText failed",T)}if(!r&&!n&&(r=this._internalClipboard||""),!r)return;let c=null;try{const T=JSON.parse(r);Array.isArray(T)&&T.length>0&&T[0].type&&(c=T)}catch{}if(!c){const X="sans-serif",S=r.split(`
|
|
4
|
-
`);let P=10,j=S.length*25+10;const l2=document.createElement("canvas").getContext("2d");if(l2){l2.font=`20px ${X}`;let I2=0;S.forEach(i2=>{const t2=l2.measureText(i2).width;t2>I2&&(I2=t2)}),P=I2+10}const s2={id:w6(),type:"text",x:o,y:s,width:P,height:j,angle:0,strokeColor:"#363B4C",backgroundColor:"transparent",fillStyle:"hachure",strokeWidth:1,strokeStyle:"solid",roughness:0,opacity:100,seed:Math.floor(Math.random()*2**31),version:1,isDeleted:!1,groupIds:[],updated:Date.now(),link:null,locked:!1,text:r,fontSize:20,fontFamily:"sans-serif",textAlign:"left",verticalAlign:"top",containerId:null,originalText:r,autoResize:!0};this.addElement(s2),this.recordHistory(),this.setSelectedElementIds([s2.id]);return}if(!Array.isArray(c)||c.length===0)return;const d=c[0];if(!d||!d.id||!d.type)return;this.setSelectedElementIds([]);let f=1/0,u=1/0,m=-1/0,k=-1/0;c.forEach(T=>{f=Math.min(f,T.x),u=Math.min(u,T.y),m=Math.max(m,T.x+T.width),k=Math.max(k,T.y+T.height)});const x=(f+m)/2,w=(u+k)/2,_=o-x,A=s-w,I={},H=[];c.forEach(T=>{const X=w6();I[T.id]=X}),c.forEach(T=>{const X={...T,id:I[T.id],x:T.x+_,y:T.y+A,seed:Math.floor(Math.random()*2147483648),version:1,updated:Date.now()};if(X.containerId&&I[X.containerId]&&(X.containerId=I[X.containerId]),(X.type==="arrow"||X.type==="line")&&(X.startBinding&&I[X.startBinding.elementId]&&(X.startBinding={...X.startBinding,elementId:I[X.startBinding.elementId]}),X.endBinding&&I[X.endBinding.elementId]&&(X.endBinding={...X.endBinding,elementId:I[X.endBinding.elementId]})),X.type==="image"){const W=T.fileId,S=T._imageData||this._internalClipboardImages?.[W]||this.images[W];if(S){const P=w6();X.fileId=P,X.dataURL="",this.images[P]=S,yt(P,S)}delete X._imageData}H.push(X)}),this.elements=[...this.elements,...H],this.recordHistory();const D=[];H.forEach(T=>{!T.containerId&&!T.frameId&&D.push(T.id)}),this.setSelectedElementIds(D)}catch(o){console.error("Failed to paste",o)}},setScroll(l,n){this.appState.scrollX=l,this.appState.scrollY=n},toggleViewLock(){this.appState.viewLocked=!this.appState.viewLocked},duplicateElements(l,n){if(l.length===0)return;this.recordHistory();const o=new Set(l);this.elements.filter(x=>o.has(x.id)&&x.type==="frame").forEach(x=>{const w=x.x,_=x.y,A=x.width,I=x.height;this.elements.forEach(H=>{if(H.id===x.id||H.isDeleted)return;if(H.type==="text"&&H.containerId===x.id){o.add(H.id);return}const D=H.x+H.width/2,T=H.y+H.height/2;D>=w&&D<=w+A&&T>=_&&T<=_+I&&o.add(H.id)})});const r=this.elements.filter(x=>o.has(x.id)||o.has(x.containerId)),c=new Map;let d=20,f=20;if(r.length>0){let x=1/0,w=1/0,_=-1/0,A=-1/0;r.forEach(S=>{x=Math.min(x,S.x),w=Math.min(w,S.y),_=Math.max(_,S.x+S.width),A=Math.max(A,S.y+S.height)});const I=_-x,H=A-w,D=this.elements.filter(S=>!S.isDeleted).map(S=>({x:S.x,y:S.y,w:S.width,h:S.height})),T=(S,P,j,J)=>D.some(s2=>S-5<s2.x+s2.w&&S+j+5>s2.x&&P-5<s2.y+s2.h&&P+J+5>s2.y),X=50,W=[{x:x+I+X,y:w,offX:I+X,offY:0},{x,y:w+H+X,offX:0,offY:H+X},{x:x-I-X,y:w,offX:-(I+X),offY:0},{x,y:w-H-X,offX:0,offY:-(H+X)}];for(const S of W)if(!T(S.x,S.y,I,H)){d=S.offX,f=S.offY;break}}const u=r.map(x=>{const w=w6();c.set(x.id,w);const _=JSON.parse(JSON.stringify(x));return delete _.roughElement,delete _.shape,{..._,id:w,x:x.x+d,y:x.y+f,updated:Date.now(),version:_.version?_.version+1:1,seed:Math.floor(Math.random()*2**31)}}),m=new Map;u.forEach(x=>{if(x.containerId&&c.has(x.containerId)&&(x.containerId=c.get(x.containerId)),(x.type==="arrow"||x.type==="line")&&(x.startBinding&&c.has(x.startBinding.elementId)&&(x.startBinding={...x.startBinding,elementId:c.get(x.startBinding.elementId)}),x.endBinding&&c.has(x.endBinding.elementId)&&(x.endBinding={...x.endBinding,elementId:c.get(x.endBinding.elementId)})),x.groupIds&&x.groupIds.length>0){const w=x.groupIds.map(_=>(m.has(_)||m.set(_,w6()),m.get(_)));x.groupIds=w}}),this.elements=[...this.elements,...u];const k={};u.forEach(x=>k[x.id]=!0),this.appState.selectedElementIds=k,n&&n(Object.keys(k))},alignElements(l){if(Object.keys(this.appState.selectedElementIds).length<2)return;this.recordHistory();const o=this.elements.filter(m=>!(!this.appState.selectedElementIds[m.id]||(m.type==="arrow"||m.type==="line")&&(m.startBinding||m.endBinding)));if(o.length<2)return;let s=1/0,r=-1/0,c=1/0,d=-1/0;o.forEach(m=>{s=Math.min(s,m.x),r=Math.max(r,m.x+m.width),c=Math.min(c,m.y),d=Math.max(d,m.y+m.height)});const f=(s+r)/2,u=(c+d)/2;o.forEach(m=>{let k={};switch(l){case"left":k={x:s};break;case"center":k={x:f-m.width/2};break;case"right":k={x:r-m.width};break;case"top":k={y:c};break;case"middle":k={y:u-m.height/2};break;case"bottom":k={y:d-m.height};break}this.updateElement(m.id,k)}),this.recordHistory()},distributeElements(l){if(Object.keys(this.appState.selectedElementIds).length<3)return;this.recordHistory();const o=this.elements.filter(s=>!(!this.appState.selectedElementIds[s.id]||(s.type==="arrow"||s.type==="line")&&(s.startBinding||s.endBinding)));if(!(o.length<3)){if(l==="horizontal"){o.sort((m,k)=>m.x-k.x);const s=o[0].x,r=o[o.length-1].x+o[o.length-1].width,c=o.reduce((m,k)=>m+k.width,0),f=(r-s-c)/(o.length-1);let u=s;o.forEach(m=>{this.updateElement(m.id,{x:u}),u+=m.width+f})}else{o.sort((m,k)=>m.y-k.y);const s=o[0].y,r=o[o.length-1].y+o[o.length-1].height,c=o.reduce((m,k)=>m+k.height,0),f=(r-s-c)/(o.length-1);let u=s;o.forEach(m=>{this.updateElement(m.id,{y:u}),u+=m.height+f})}this.recordHistory()}},groupElements(l){if(l.length===0)return;const n=l.filter(s=>{const r=this.elements.find(c=>c.id===s);return r&&(r.frameId===null||r.frameId===void 0)});if(console.log(`Group Elements: Input ${l.length}, Allowed ${n.length}`),n.length<2)return;this.recordHistory();const o=w6();this.elements=this.elements.map(s=>n.includes(s.id)?{...s,groupIds:[...s.groupIds,o],updated:Date.now()}:s),this.setSelectedElementIds(l)},ungroupElements(l){l.length!==0&&(this.recordHistory(),this.elements=this.elements.map(n=>{if(l.includes(n.id)&&n.groupIds.length>0){const o=[...n.groupIds];return o.pop(),{...n,groupIds:o,updated:Date.now()}}return n}))},setLockedTool(l){this.appState.lockedTool=l},saveToLocalStorage(){if(this.appConfig.loadFromLocal===!1)return;const l={elements:this.elements,appState:{...this.appState}};delete l.appState.scrollX,delete l.appState.scrollY,delete l.appState.zoom,delete l.appState.activeTool,delete l.appState.activeToolType,delete l.appState.showHelp,delete l.appState.isPanningCanvas,delete l.appState.isDraggingElement,delete l.appState.isBoxSelecting,delete l.appState.showGrid,delete l.appState.isPropertiesPanelOpen,delete l.appState.floatingToolbarOffset,delete l.appState.selectedElementIds,delete l.appState.croppingElementId;try{localStorage.setItem("jvs-draw-data",JSON.stringify(l))}catch(n){console.error("Failed to save to local storage",n)}},initData(){this.appConfig.initialData?this.updateCanvasData(this.appConfig.initialData):this.appConfig.loadFromLocal!==!1&&this.loadFromLocalStorage()},updateCanvasData(l){l&&(l.elements&&(this.elements=l.elements,this.history=[[...l.elements]],this.historyStep=0),l.appState&&(this.appState={...this.appState,...l.appState,scrollX:this.appState.scrollX,scrollY:this.appState.scrollY,zoom:this.appState.zoom,activeTool:this.appState.activeTool,activeToolType:this.appState.activeToolType,showHelp:this.appState.showHelp,isPanningCanvas:this.appState.isPanningCanvas,isDraggingElement:this.appState.isDraggingElement,isBoxSelecting:this.appState.isBoxSelecting,showGrid:this.appState.showGrid,isPropertiesPanelOpen:this.appState.isPropertiesPanelOpen,floatingToolbarOffset:this.appState.floatingToolbarOffset,selectedElementIds:this.appState.selectedElementIds,croppingElementId:this.appState.croppingElementId}))},loadFromLocalStorage(){try{const l=localStorage.getItem("jvs-draw-data");if(l){const n=JSON.parse(l);n.elements&&(this.elements=n.elements,this.history=[[...n.elements]],this.historyStep=0),n.appState&&(this.appState={...this.appState,...n.appState,currentItemTextAlign:"center",currentItemVerticalAlign:"middle",scrollX:this.appState.scrollX,scrollY:this.appState.scrollY,zoom:this.appState.zoom,activeTool:this.appState.activeTool,activeToolType:this.appState.activeToolType,showHelp:this.appState.showHelp,isPanningCanvas:this.appState.isPanningCanvas,isDraggingElement:this.appState.isDraggingElement,isBoxSelecting:this.appState.isBoxSelecting,showGrid:this.appState.showGrid,isPropertiesPanelOpen:this.appState.isPropertiesPanelOpen,floatingToolbarOffset:this.appState.floatingToolbarOffset,selectedElementIds:this.appState.selectedElementIds,croppingElementId:this.appState.croppingElementId},this.appState.currentNoteShape==="rectangle"&&(this.appState.currentNoteShape="note"))}}catch(l){console.error("Failed to load from local storage",l)}}}})(),Le=h=>new Promise(l=>{const n=document.createElement("input");n.type="file",n.accept="image/*";let o=!1;n.onchange=r=>{o=!0;const c=r.target.files?.[0];if(c){const d=f=>{const u=new Image;u.onload=()=>{let m=u.naturalWidth,k=u.naturalHeight;const x=500;if(m>x||k>x){const w=m/k;m>k?(m=x,k=x/w):(k=x,m=x*w)}l({dataURL:f,width:m,height:k,file:c})},u.onerror=()=>{l(null)},u.src=f};if(h)Promise.resolve(h(c)).then(f=>{f?d(f):l(null)}).catch(()=>{l(null)});else{const f=new FileReader;f.onload=u=>{const m=u.target?.result;m?d(m):l(null)},f.onerror=()=>{l(null)},f.readAsDataURL(c)}}else l(null)};const s=()=>{window.removeEventListener("focus",s),setTimeout(()=>{o||l(null)},500)};window.addEventListener("focus",s),n.click()}),Y3={"zh-CN":{"toolbar.keepSelectedTool":"绘制后保持所选工具状态","toolbar.select":"选择","toolbar.laser":"激光笔","toolbar.shapes":"形状","toolbar.rectangle":"矩形","toolbar.diamond":"菱形","toolbar.ellipse":"椭圆","toolbar.square":"正方形","toolbar.star":"五角星","toolbar.circle":"圆形","toolbar.cylinder":"圆柱体","toolbar.trapezoid":"梯形","toolbar.parallelogram":"平行四边形","toolbar.cloud":"云","toolbar.pentagon":"五边形","toolbar.hexagon":"六边形","toolbar.message":"气泡","toolbar.doubleArrow":"双向箭头","toolbar.triangle":"三角形","toolbar.leftArrow":"左箭头","toolbar.rightArrow":"右箭头","toolbar.cube":"正方体","toolbar.step1":"步骤1","toolbar.step2":"步骤2","toolbar.arrow":"箭头","toolbar.line":"连线","toolbar.note":"便签","toolbar.draw":"画笔","toolbar.text":"文本","toolbar.image":"图片","toolbar.frame":"容器","toolbar.eraser":"橡皮擦","footer.clearCanvasConfirm":"确定要清空画布吗?","footer.prompt":"提示","footer.confirm":"确定","footer.cancel":"取消","footer.clear":"清除画布","footer.lockView":"锁定画布","footer.resetZoom":"重置缩放","boardName.untitled":"未命名","contextMenu.delete":"删除","contextMenu.copy":"拷贝","contextMenu.cut":"剪切","contextMenu.paste":"粘贴","contextMenu.selectAll":"全选","contextMenu.bringToFront":"置于顶层","contextMenu.sendToBack":"置于底层","contextMenu.bringForward":"上移一层","contextMenu.sendBackward":"下移一层","contextMenu.group":"成组","contextMenu.ungroup":"拆解","contextMenu.duplicate":"复制","contextMenu.lock":"锁定图形","contextMenu.unlock":"解锁图形","contextMenu.showGrid":"显示网格","contextMenu.hideGrid":"隐藏网格","properties.stroke":"描边","properties.background":"背景","properties.fillStyle":"填充样式","properties.strokeWidth":"描边宽度","properties.strokeStyle":"描边样式","properties.roughness":"手绘风格","properties.opacity":"透明度","properties.fontSize":"字号","properties.fontFamily":"字体","properties.textAlign":"对齐","properties.verticalAlign":"垂直对齐","properties.opacityText":"不透明度","panel.align":"对齐","panel.alignLeft":"向左对齐","panel.alignCenter":"居中对齐","panel.alignRight":"向右对齐","panel.alignTop":"顶部对齐","panel.alignMiddle":"垂直居中","panel.alignBottom":"底部对齐","panel.distributeHorizontally":"水平均匀分布","panel.distributeVertically":"垂直均匀分布","panel.none":"无","panel.solid":"实线","panel.dashed":"虚线","panel.dotted":"点线","panel.hachure":"线条","panel.cross-hatch":"交叉线条","panel.solidFill":"实心","panel.architect":"架构师","panel.comic":"漫画","panel.default":"默认","panel.sharp":"直角","panel.round":"圆角","panel.startArrow":"起点箭头","panel.endArrow":"终点箭头","board.preferences":"偏好设置","board.backgroundGrid":"背景网格","board.noGrid":"无网格","board.solidGrid":"线性网格","board.dotGrid":"点状网格","board.backgroundColor":"背景颜色","board.zoomWithWheel":"使用滚轮缩放画布","board.zoomWithWheelDesc":"开启后,可通过鼠标滚轮进行缩放画布","board.panWithRightClick":"右键拖拽平移画布","board.panWithRightClickDesc":"开启后,可通过鼠标右键进行拖拽平移画布","board.fixedArrowBinding":"固定锚点","board.fixedArrowBindingDesc":"新创建的连线吸附边缘时固定锚点位置","board.showQuickCreate":"快捷创建","board.showQuickCreateDesc":"显示或隐藏图形周围的快捷创建入口","board.shortcuts":"快捷键","board.language":"语言","help.shortcutsList":"快捷键列表","help.tools":"工具","help.handTool":"抓手 (平移工具)","help.view":"视图","help.zoomIn":"放大","help.zoomOut":"缩小","help.editor":"编辑器","help.undo":"撤销","help.redo":"重做","help.or":"或","properties.shape":"形状","properties.roundness":"圆角","properties.fill":"填充","properties.color":"颜色","properties.fillContent":"填充内容","properties.arrow":"箭头","properties.line":"线条","properties.type":"类型","properties.startArrowhead":"开始点样式","properties.endArrowhead":"结束点样式","properties.textSetting":"文本设置","properties.style":"样式","properties.fontColor":"文本颜色","properties.fontBgColor":"文本背景色","properties.showQuickCreate":"快捷创建","emptyState.title":"请先选择工具开始绘图","emptyState.subtitle":"您的绘图将保存在浏览器的存储中,请定期将您的工作保存到文件中,以避免丢失。","emptyState.insertShape":"插入图形","emptyState.insertText":"插入文本","emptyState.freedraw":"自由画笔","emptyState.insertImage":"插入图片","floatingBar.drag":"拖动","floatingBar.rightPanel":"右侧面板","floatingBar.replaceImage":"替换图片","floatingBar.crop":"裁剪","floatingBar.flipHorizontal":"水平翻转","floatingBar.flipVertical":"垂直翻转","floatingBar.arrowColor":"箭头颜色","floatingBar.swapEndpoints":"交换端点","floatingBar.lineStyle":"线条风格","floatingBar.defaultColor":"默认颜色","floatingBar.textStyle":"文本样式","floatingBar.alignMode":"对齐方式","floatingBar.lineStyleText":"线条样式","floatingBar.strokeStyleText":"描边样式","floatingBar.lineWidth":"粗细","floatingBar.strokeOpacity":"透明度"},"en-US":{"toolbar.keepSelectedTool":"Keep selected tool active after drawing","toolbar.select":"Select","toolbar.laser":"Laser","toolbar.shapes":"Shapes","toolbar.rectangle":"Rectangle","toolbar.diamond":"Diamond","toolbar.ellipse":"Ellipse","toolbar.square":"Square","toolbar.star":"Star","toolbar.circle":"Circle","toolbar.cylinder":"Cylinder","toolbar.trapezoid":"Trapezoid","toolbar.parallelogram":"Parallelogram","toolbar.cloud":"Cloud","toolbar.pentagon":"Pentagon","toolbar.hexagon":"Hexagon","toolbar.message":"Message","toolbar.doubleArrow":"Double Arrow","toolbar.triangle":"Triangle","toolbar.leftArrow":"Left Arrow","toolbar.rightArrow":"Right Arrow","toolbar.cube":"Cube","toolbar.step1":"Step 1","toolbar.step2":"Step 2","toolbar.arrow":"Arrow","toolbar.line":"Line","toolbar.note":"Note","toolbar.draw":"Draw","toolbar.text":"Text","toolbar.image":"Image","toolbar.frame":"Frame","toolbar.eraser":"Eraser","footer.clearCanvasConfirm":"Are you sure you want to clear the canvas?","footer.prompt":"Prompt","footer.confirm":"Confirm","footer.cancel":"Cancel","footer.clear":"Clear canvas","footer.lockView":"Lock Canvas","footer.resetZoom":"Reset Zoom","boardName.untitled":"Untitled","contextMenu.delete":"Delete","contextMenu.copy":"Copy","contextMenu.cut":"Cut","contextMenu.paste":"Paste","contextMenu.selectAll":"Select All","contextMenu.bringToFront":"Bring to front","contextMenu.sendToBack":"Send to back","contextMenu.bringForward":"Bring forward","contextMenu.sendBackward":"Send backward","contextMenu.group":"Group","contextMenu.ungroup":"Ungroup","contextMenu.duplicate":"Duplicate","contextMenu.lock":"Lock Graphics","contextMenu.unlock":"Unlock Graphics","contextMenu.showGrid":"Show Grid","contextMenu.hideGrid":"Hide Grid","properties.stroke":"Stroke","properties.background":"Background","properties.fillStyle":"Fill","properties.strokeWidth":"Stroke width","properties.strokeStyle":"Stroke style","properties.roughness":"Roughness","properties.opacity":"Opacity","properties.fontSize":"Font size","properties.fontFamily":"Font family","properties.textAlign":"Text align","properties.verticalAlign":"Vertical align","properties.opacityText":"Opacity","panel.align":"Align","panel.alignLeft":"Align left","panel.alignCenter":"Align center","panel.alignRight":"Align right","panel.alignTop":"Align top","panel.alignMiddle":"Align middle","panel.alignBottom":"Align bottom","panel.distributeHorizontally":"Distribute horizontally","panel.distributeVertically":"Distribute vertically","panel.none":"None","panel.solid":"Solid","panel.dashed":"Dashed","panel.dotted":"Dotted","panel.hachure":"Hachure","panel.cross-hatch":"Cross-hatch","panel.solidFill":"Solid","panel.architect":"Architect","panel.comic":"Comic","panel.default":"Default","panel.sharp":"Sharp","panel.round":"Round","panel.startArrow":"Start Arrow","panel.endArrow":"End Arrow","board.preferences":"Preferences","board.backgroundGrid":"Background Grid","board.noGrid":"No grid","board.solidGrid":"Solid grid","board.dotGrid":"Dot grid","board.backgroundColor":"Background Color","board.zoomWithWheel":"Zoom with mouse wheel","board.zoomWithWheelDesc":"When enabled, you can zoom the canvas via mouse wheel","board.panWithRightClick":"Pan with right click","board.panWithRightClickDesc":"When enabled, you can pan the canvas via right mouse button","board.fixedArrowBinding":"Fixed Anchor","board.fixedArrowBindingDesc":"When enabled, new arrows will bind to fixed points instead of sliding along borders","board.showQuickCreate":"Quick Create","board.showQuickCreateDesc":"Show or hide the quick create entry around shapes","board.shortcuts":"Shortcuts","board.language":"Language","help.shortcutsList":"Shortcuts List","help.tools":"Tools","help.handTool":"Hand (Pan Tool)","help.view":"View","help.zoomIn":"Zoom in","help.zoomOut":"Zoom out","help.editor":"Editor","help.undo":"Undo","help.redo":"Redo","help.or":"or","properties.shape":"Shape","properties.roundness":"Roundness","properties.fill":"Fill","properties.color":"Color","properties.fillContent":"Fill content","properties.arrow":"Arrow","properties.line":"Line","properties.type":"Type","properties.startArrowhead":"Start arrowhead","properties.endArrowhead":"End arrowhead","properties.textSetting":"Text setting","properties.style":"Style","properties.fontColor":"Text color","properties.fontBgColor":"Text background","properties.showQuickCreate":"Quick Creation Entry","emptyState.title":"Please select a tool to start drawing","emptyState.subtitle":"Your drawing is saved in your browser's storage. Please regularly save your work to a file to avoid loss.","emptyState.insertShape":"Insert Shape","emptyState.insertText":"Insert Text","emptyState.freedraw":"Freedraw","emptyState.insertImage":"Insert Image","floatingBar.drag":"Drag","floatingBar.rightPanel":"Right Panel","floatingBar.replaceImage":"Replace Image","floatingBar.crop":"Crop","floatingBar.flipHorizontal":"Flip Horizontal","floatingBar.flipVertical":"Flip Vertical","floatingBar.arrowColor":"Arrow Color","floatingBar.swapEndpoints":"Swap Endpoints","floatingBar.lineStyle":"Line Roughness","floatingBar.defaultColor":"Default Color","floatingBar.textStyle":"Text Style","floatingBar.alignMode":"Alignment","floatingBar.lineStyleText":"Line Style","floatingBar.strokeStyleText":"Stroke Style","floatingBar.lineWidth":"Line Width","floatingBar.strokeOpacity":"Stroke Opacity"}};function c0(){return{t:l=>{const n=t0.language||"zh-CN";return(t0.messages?.[n]||{})[l]||Y3[n]?.[l]||Y3["en-US"]?.[l]||l}}}const $5={class:"tool-group"},P5=["title"],O5={class:"svg-icon"},R5=["xlink:href"],W5=["title","onClick"],X5={class:"svg-icon"},Y5=["xlink:href"],j5={key:0,class:"shortcut"},U5=["onClick"],Q5={class:"svg-icon"},Z5=["xlink:href"],G5=["title","onClick"],K5={class:"svg-icon"},J5=["xlink:href"],e7={key:0,class:"shortcut"},t7={class:"note-popover"},n7={class:"note-header"},i7={class:"note-colors"},o7=["onClick"],l7=["onClick","title"],a7={class:"svg-icon"},s7=["xlink:href"],r7={key:0,class:"shortcut"},c7=t.defineComponent({__name:"Toolbar",setup(h){const l=t.inject("jvs-draw-instance-id","excalidraw"),n=X1(l),o=t.computed(()=>n.appState.activeTool);t.computed(()=>n.appState.activeToolType);const s=t.ref(null),r=["#fef0b9","#facb9f","#d4ecd1","#c8f2ba","#bfe2ea","#cad4ee","#d1cceb","#eacbed","#f1c8c8"],c=D=>{n.appState.currentNoteBackgroundColor=D,n.setTool("note"),s.value=null,n.setSelectedElementIds([])},d=(D,T)=>{const X=n.appState.activeToolType||"",S=m.value.find(P=>P.name===T)?.subTools?.map(P=>P.name)||[];return S.includes(X)?X===D:S[0]===D},f=(D,T)=>{D?s.value=T:s.value===T&&(s.value=null)},{t:u}=c0(),m=t.computed(()=>[{name:"trand"},{name:"selection",label:u("toolbar.select"),icon:"#icon-xuanze",activeIcon:"#icon-xuanze-xuanzhong",key:"1"},{name:"laser",label:u("toolbar.laser"),icon:"#icon-jiguangbi1",activeIcon:"#icon-jiguangbi-xuanzhong1",key:"K"},{name:"trand"},{name:"shapes",label:u("toolbar.shapes"),icon:"#icon-xingzhuang",activeIcon:"#icon-xingzhuang-xuanzhong",key:"2",subTools:[{name:"rectangle",icon:"#icon-yuanjiaojuxing",label:u("toolbar.rectangle")},{name:"diamond",icon:"#icon-lingxing",label:u("toolbar.diamond")},{name:"ellipse",icon:"#icon-tuoyuanxing",label:u("toolbar.ellipse")},{name:"square",icon:"#icon-zhengfangxing",label:u("toolbar.square")},{name:"star",icon:"#icon-wujiaoxing",label:u("toolbar.star")},{name:"circle",icon:"#icon-yuanxing",label:u("toolbar.circle")},{name:"cylinder",icon:"#icon-yuanzhuti",label:u("toolbar.cylinder")},{name:"trapezoid",icon:"#icon-tixing",label:u("toolbar.trapezoid")},{name:"parallelogram",icon:"#icon-pinghangsibianxing",label:u("toolbar.parallelogram")},{name:"cloud",icon:"#icon-yun",label:u("toolbar.cloud")},{name:"pentagon",icon:"#icon-wubianxing",label:u("toolbar.pentagon")},{name:"hexagon",icon:"#icon-liubianxing",label:u("toolbar.hexagon")},{name:"message",icon:"#icon-qipao",label:u("toolbar.message")},{name:"doubleArrow",icon:"#icon-shuangxiangjiantou",label:u("toolbar.doubleArrow")},{name:"triangle",icon:"#icon-sanjiaoxing",label:u("toolbar.triangle")},{name:"leftArrow",icon:"#icon-zuojiantou",label:u("toolbar.leftArrow")},{name:"rightArrow",icon:"#icon-youjiantou",label:u("toolbar.rightArrow")},{name:"cube",icon:"#icon-zhengfangti",label:u("toolbar.cube")},{name:"step1",icon:"#icon-buzhou2",label:u("toolbar.step1")},{name:"step2",icon:"#icon-buzhou1",label:u("toolbar.step2")}]},{name:"arrow",label:u("toolbar.arrow"),icon:"#icon-lianxian",activeIcon:"#icon-lianxian-xuanzhong",key:"5",subTools:[{name:"arrowLine",icon:"#icon-zhixian",label:u("toolbar.arrow")??"线段"},{name:"arrow",icon:"#icon-zhixianlianjiexian",label:u("toolbar.arrow")??"箭头"},{name:"curvedArrow",icon:"#icon-quxian",label:"曲线"},{name:"arrowBold",icon:"#icon-jiantou",label:u("toolbar.arrow")??"箭头"}]},{name:"note",label:u("toolbar.note")??"便签",icon:"#icon-bianqian",activeIcon:"#icon-bianqian-xuanzhong",key:"N"},{name:"freedraw",label:u("toolbar.draw"),icon:"#icon-huabi",activeIcon:"#icon-huabi-xuanzhong",key:"7"},{name:"text",label:u("toolbar.text"),icon:"#icon-wenben",activeIcon:"#icon-wenben-xuanzhong",key:"8"},{name:"image",label:u("toolbar.image"),icon:"#icon-tupian",activeIcon:"#icon-tupian-xuanzhong",key:"4"},{name:"frame",label:u("toolbar.frame"),icon:"#icon-rongqi",activeIcon:"#icon-rongqi-xuanzhong",key:"9"},{name:"eraser",label:u("toolbar.eraser"),icon:"#icon-xiangpica",activeIcon:"#icon-xiangpica-xuanzhong",key:"0"}]),k=t.computed(()=>n.appState.lockedTool),x=async D=>{if(s.value=null,D==="image"){const T=n.appState.activeTool;n.setTool("image");const X=n.appConfig.enableImageUpload?n.appConfig.uploadImageFn:void 0,W=await Le(X);if(W){const S=window.innerWidth/2,P=window.innerHeight/2;n.insertImage?n.insertImage(W.dataURL,S-W.width/2,P-W.height/2,W.width,W.height,void 0,!!X):(console.error("Store action insertImage not found, reloading might fix this."),location.reload()),n.setTool(T)}else n.setTool(T);return}n.setTool(D),n.setSelectedElementIds([])},w=t.computed(()=>n.appState.isDraggingElement||n.appState.isBoxSelecting);function _(D,T){n.setToolType(D),n.setTool(T)}function A(D,T){T==="arrow"?(n.setTool("arrow"),n.setToolType(D),D==="arrowLine"?(n.appState.currentItemArrowType="sharp",n.appState.currentItemStartArrowhead=null,n.appState.currentItemEndArrowhead=null):D==="arrow"?(n.appState.currentItemArrowType="sharp",n.appState.currentItemStartArrowhead="line",n.appState.currentItemEndArrowhead="arrow"):D==="elbowArrow"?(n.appState.currentItemArrowType="elbow",n.appState.currentItemStartArrowhead="line",n.appState.currentItemEndArrowhead="arrow"):D==="curvedArrow"?(n.appState.currentItemArrowType="round",n.appState.currentItemStartArrowhead="line",n.appState.currentItemEndArrowhead="arrow"):D==="arrowBold"&&(n.appState.currentItemArrowType="arrowBold",n.appState.currentItemStartArrowhead=null,n.appState.currentItemEndArrowhead="arrow")):_(D,T),s.value=null,n.setSelectedElementIds([])}function I(D){if(D==="shapes"){const T=m.value.find(S=>S.name==="shapes")?.subTools?.map(S=>S.name)||[],X=n.appState.activeToolType||"",W=T.includes(X)?X:T[0];_(W,"shapes")}else if(D==="arrow"){const T=m.value.find(S=>S.name==="arrow")?.subTools?.map(S=>S.name)||[],X=n.appState.activeToolType||"",W=T.includes(X)?X:T[0];A(W,"arrow")}else D==="note"&&(n.appState.currentNoteBackgroundColor||(n.appState.currentNoteBackgroundColor=r[0]||"#fef0b9"),n.appState.currentNoteShape==="rectangle"&&(n.appState.currentNoteShape="note"),n.setTool("note"));D!=="note"&&D!=="shapes"&&D!=="arrow"&&(s.value=null),n.setSelectedElementIds([])}function H(){n.setLockedTool(!n.appState.lockedTool)}return(D,T)=>{const X=t.resolveComponent("el-popover");return t.openBlock(),t.createElementBlock("div",{class:"toolbar glass",style:t.normalizeStyle({pointerEvents:w.value?"none":"auto"})},[t.createElementVNode("div",$5,[t.createElementVNode("div",{class:t.normalizeClass({"tool-item":!0,active:k.value}),onClick:H,title:t.unref(u)("toolbar.keepSelectedTool")},[(t.openBlock(),t.createElementBlock("svg",O5,[t.createElementVNode("use",{"xlink:href":`${k.value?"#icon-zujiansuoding":"#icon-zujianjiesuo"}`},null,8,R5)]))],10,P5),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(m.value,W=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:W.name},[W.subTools?(t.openBlock(),t.createBlock(X,{key:0,placement:"right-start",trigger:"hover",visible:s.value===W.name,"onUpdate:visible":S=>f(S,W.name),width:W.name=="arrow"?36:224,offset:16,"popper-style":"padding: 8px;min-width:54px !important;","show-arrow":!1},{reference:t.withCtx(()=>[t.createElementVNode("div",{class:t.normalizeClass({"tool-item":!0,active:o.value===W.name}),title:W.label,onClick:S=>I(W.name)},[(t.openBlock(),t.createElementBlock("svg",X5,[t.createElementVNode("use",{"xlink:href":`${o.value===W.name?W.activeIcon:W.icon}`},null,8,Y5)])),W.key?(t.openBlock(),t.createElementBlock("span",j5,t.toDisplayString(W.key),1)):t.createCommentVNode("",!0)],10,W5)]),default:t.withCtx(()=>[t.createElementVNode("div",{class:t.normalizeClass(["sub-tools-container",{"v-container":W.name=="arrow"}])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(W.subTools,S=>(t.openBlock(),t.createElementBlock("div",{key:S.name,class:t.normalizeClass(["sub-tool-item",{active:d(S.name,W.name)}]),onClick:P=>A(S.name,W.name)},[(t.openBlock(),t.createElementBlock("svg",Q5,[t.createElementVNode("use",{"xlink:href":`${S.icon}`},null,8,Z5)]))],10,U5))),128))],2)]),_:2},1032,["visible","onUpdate:visible","width"])):W.name==="note"?(t.openBlock(),t.createBlock(X,{key:1,placement:"right-start",trigger:"hover",visible:s.value===W.name,"onUpdate:visible":S=>f(S,W.name),width:180,offset:16,"popper-class":"note-popover-popper","popper-style":"padding: 12px; border-radius: 8px;","show-arrow":!1},{reference:t.withCtx(()=>[t.createElementVNode("div",{class:t.normalizeClass({"tool-item":!0,active:o.value===W.name}),title:W.label,onClick:S=>I(W.name)},[(t.openBlock(),t.createElementBlock("svg",K5,[t.createElementVNode("use",{"xlink:href":`${o.value===W.name?W.activeIcon:W.icon}`},null,8,J5)])),W.key?(t.openBlock(),t.createElementBlock("span",e7,t.toDisplayString(W.key),1)):t.createCommentVNode("",!0)],10,G5)]),default:t.withCtx(()=>[t.createElementVNode("div",t7,[t.createElementVNode("div",n7,[t.createElementVNode("span",null,t.toDisplayString(W.label),1),T[0]||(T[0]=t.createElementVNode("kbd",{class:"shortcut-key"},"N",-1))]),t.createElementVNode("div",i7,[(t.openBlock(),t.createElementBlock(t.Fragment,null,t.renderList(r,S=>t.createElementVNode("div",{key:S,class:"note-color-block",style:t.normalizeStyle({backgroundColor:S}),onClick:P=>c(S)},null,12,o7)),64))])])]),_:2},1032,["visible","onUpdate:visible"])):(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass({"tool-item":!0,active:o.value===W.name,"trand-line":W.name==="trand"}),onClick:S=>W.name!=="trand"?x(W.name):null,title:W.label},[W.name!=="trand"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[(t.openBlock(),t.createElementBlock("svg",a7,[t.createElementVNode("use",{"xlink:href":`${o.value===W.name?W.activeIcon:W.icon}`},null,8,s7)])),W.key?(t.openBlock(),t.createElementBlock("span",r7,t.toDisplayString(W.key),1)):t.createCommentVNode("",!0)],64)):t.createCommentVNode("",!0)],10,l7))],64))),128))])],4)}}}),T1=(h,l)=>{const n=h.__vccOpts||h;for(const[o,s]of l)n[o]=s;return n},d7=T1(c7,[["__scopeId","data-v-a624c1b6"]]);function j3(h){let l;if(h>100&&(h=100),h<0||h>100)throw new Error("Input must be between 0 and 100.");return l=Math.round(h/100*255),l.toString(16).padStart(2,"0")}function r4(h){if(!h||h.length!==2)return 100;const l=parseInt(h,16);return isNaN(l)?100:Math.round(l/255*100)}const h7={class:"fill-style-box"},p7=["onClick"],f7={class:"svg-icon"},u7=["xlink:href"],U3=T1(t.defineComponent({__name:"fillStyle",setup(h){const l=t.inject("jvs-draw-instance-id","excalidraw"),n=X1(l),o=t.computed(()=>{const d=s();return d?d.fillStyle:n.appState.currentItemFillStyle}),s=()=>{const d=Object.keys(n.appState.selectedElementIds);if(d.length===0)return null;const f=d[d.length-1];return n.elements.find(u=>u.id===f)||null},r=t.ref([{label:"纯色",icon:"icon-chunse",iconActive:"icon-chunse-xuanzhong",value:"solid"},{label:"斜线",icon:"icon-xiexian",iconActive:"icon-xiexian-xuanzhong",value:"hachure"},{label:"交叉线",icon:"icon-jiaochaxian",iconActive:"icon-jiaochaxian-xuanzhong",value:"cross-hatch"}]),c=d=>{n.updateSelectedElements({fillStyle:d})};return(d,f)=>(t.openBlock(),t.createElementBlock("div",h7,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(r.value,(u,m)=>(t.openBlock(),t.createElementBlock("div",{key:m,class:t.normalizeClass(["fill-style-item",{active:o.value===u.value}]),onClick:k=>c(u.value)},[(t.openBlock(),t.createElementBlock("svg",f7,[t.createElementVNode("use",{"xlink:href":`#${o.value===u.value?u.iconActive:u.icon}`},null,8,u7)]))],10,p7))),128))]))}}),[["__scopeId","data-v-505fda09"]]),m7={class:"fill-style-box"},g7=["onClick"],y7={class:"svg-icon"},x7=["xlink:href"],Q3=T1(t.defineComponent({__name:"borderStyle",setup(h){const l=t.inject("jvs-draw-instance-id","excalidraw"),n=X1(l),o=t.computed(()=>{const d=s();return d?d.strokeStyle:n.appState.currentItemFillStyle}),s=()=>{const d=Object.keys(n.appState.selectedElementIds);if(d.length===0)return null;const f=d[d.length-1];return n.elements.find(u=>u.id===f)||null},r=t.ref([{label:"实线",icon:"icon-shixian",iconActive:"icon-shixian-xuanzhong",value:"solid"},{label:"点虚线",icon:"icon-dianxuxian",iconActive:"icon-dianxuxian-xuanzhong",value:"dotted"},{label:"虚线",icon:"icon-xuxian",iconActive:"icon-xuxian-xuanzhong",value:"dashed"}]),c=d=>{n.updateSelectedElements({strokeStyle:d})};return(d,f)=>(t.openBlock(),t.createElementBlock("div",m7,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(r.value,(u,m)=>(t.openBlock(),t.createElementBlock("div",{key:m,class:t.normalizeClass(["fill-style-item",{active:o.value===u.value}]),onClick:k=>c(u.value)},[(t.openBlock(),t.createElementBlock("svg",y7,[t.createElementVNode("use",{"xlink:href":`#${o.value===u.value?u.iconActive:u.icon}`},null,8,x7)]))],10,g7))),128))]))}}),[["__scopeId","data-v-41c203b9"]]),w7={class:"fill-style-box"},b7=["onClick"],v7={class:"svg-icon"},S7=["xlink:href"],Z3=T1(t.defineComponent({__name:"lineStyle",setup(h){const l=t.inject("jvs-draw-instance-id","excalidraw"),n=X1(l),o=t.computed(()=>{const d=s();return d?d.roughness:n.appState.currentItemRoughness}),s=()=>{const d=Object.keys(n.appState.selectedElementIds);if(d.length===0)return null;const f=d[d.length-1];return n.elements.find(u=>u.id===f)||null},r=t.ref([{label:"标准",icon:"icon-biaozhun",iconActive:"icon-biaozhun-xuanzhong",value:0},{label:"艺术家",icon:"icon-yishujia",iconActive:"icon-yishujia-xuanzhong",value:1},{label:"漫画家",icon:"icon-manhuajia",iconActive:"icon-manhuajia-xuanzhong",value:2}]),c=d=>{n.updateSelectedElements({roughness:d})};return(d,f)=>(t.openBlock(),t.createElementBlock("div",w7,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(r.value,(u,m)=>(t.openBlock(),t.createElementBlock("div",{key:m,class:t.normalizeClass(["fill-style-item",{active:o.value===u.value}]),onClick:k=>c(u.value)},[(t.openBlock(),t.createElementBlock("svg",v7,[t.createElementVNode("use",{"xlink:href":`#${o.value===u.value?u.iconActive:u.icon}`},null,8,S7)]))],10,b7))),128))]))}}),[["__scopeId","data-v-dc9abfae"]]),k7={class:"fill-style-box"},E7=["onClick"],B7={class:"svg-icon"},z7=["xlink:href"],G3=T1(t.defineComponent({__name:"textStyle",setup(h){const l=t.inject("jvs-draw-instance-id","excalidraw"),n=X1(l),o=()=>{const d=Object.keys(n.appState.selectedElementIds);if(d.length===0)return null;const f=d[d.length-1];return n.elements.find(u=>u.id===f)||null},s=d=>{const f=o();return d==="bold"?f?f.isBold:n.appState.currentItemIsBold:d==="italic"?f?f.isItalic:n.appState.currentItemIsItalic:d==="underline"?f?f.isUnderline:n.appState.currentItemIsUnderline:d==="strikethrough"?f?f.isStrikethrough:n.appState.currentItemIsStrikethrough:!1},r=d=>{const f=o();if(d==="bold"){const u=f?!f.isBold:!n.appState.currentItemIsBold;n.updateSelectedElements({isBold:u}),n.appState.currentItemIsBold=u}else if(d==="italic"){const u=f?!f.isItalic:!n.appState.currentItemIsItalic;n.updateSelectedElements({isItalic:u}),n.appState.currentItemIsItalic=u}else if(d==="underline"){const u=f?!f.isUnderline:!n.appState.currentItemIsUnderline;n.updateSelectedElements({isUnderline:u}),n.appState.currentItemIsUnderline=u}else if(d==="strikethrough"){const u=f?!f.isStrikethrough:!n.appState.currentItemIsStrikethrough;n.updateSelectedElements({isStrikethrough:u}),n.appState.currentItemIsStrikethrough=u}},c=t.ref([{label:"加粗",icon:"icon-jiacu2",iconActive:"icon-jiacu2-copy",value:"bold"},{label:"倾斜",icon:"icon-qingxie1",iconActive:"icon-qingxie1-copy",value:"italic"},{label:"下划线",icon:"icon-xiahuaxian1",iconActive:"icon-xiahuaxian1-copy",value:"underline"},{label:"删除线",icon:"icon-shanchuxian",iconActive:"icon-shanchuxian-copy",value:"strikethrough"}]);return(d,f)=>(t.openBlock(),t.createElementBlock("div",k7,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(c.value,(u,m)=>(t.openBlock(),t.createElementBlock("div",{key:m,class:t.normalizeClass(["fill-style-item",{active:s(u.value)}]),onClick:k=>r(u.value)},[(t.openBlock(),t.createElementBlock("svg",B7,[t.createElementVNode("use",{"xlink:href":`#${s(u.value)?u.iconActive:u.icon}`},null,8,z7)]))],10,E7))),128))]))}}),[["__scopeId","data-v-ae8e6ddb"]]),M7=["onClick"],q7={class:"svg-icon"},C7=["xlink:href"],F7=["onClick"],_7={class:"svg-icon"},I7=["xlink:href"],K3=T1(t.defineComponent({__name:"alignStyle",setup(h){const l=t.inject("jvs-draw-instance-id","excalidraw"),n=X1(l),o=t.computed(()=>n.appState.activeTool),s=t.computed(()=>Object.keys(n.appState.selectedElementIds)),r=t.computed(()=>s.value.length>0),c=()=>{if(o.value==="selection"){if(!r.value)return"none";const A=s.value[0],I=n.elements.find(H=>H.id===A);return I?I.type:"none"}return o.value==="shapes"?n.appState.activeToolType:o.value},d=t.computed(()=>{const A=c();return["rectangle","ellipse","diamond","square","star","circle","cylinder","process","decision","trapezoid","parallelogram"].includes(A)}),f=t.computed(()=>{const A=m();return A?A.textAlign:n.appState.currentItemTextAlign}),u=t.computed(()=>{const A=m();return A?A.verticalAlign:n.appState.currentItemVerticalAlign}),m=()=>{const A=Object.keys(n.appState.selectedElementIds);if(A.length===0)return null;const I=A[A.length-1];return n.elements.find(H=>H.id===I)||null},k=t.ref([{label:"左对齐",icon:"icon-zuoduiqi3",iconActive:"icon-zuoduiqi3-copy",value:"left"},{label:"居中对齐",icon:"icon-juzhongduiqi",iconActive:"icon-juzhongduiqi-copy",value:"center"},{label:"右对齐",icon:"icon-youduiqi3-copy",iconActive:"icon-youduiqi3-copy-copy",value:"right"}]),x=t.ref([{label:"上对齐",icon:"icon-dingduiqi2",iconActive:"icon-dingduiqi2-copy",value:"top"},{label:"居中对齐",icon:"icon-zhongjianduiqi",iconActive:"icon-zhongjianduiqi-copy",value:"middle"},{label:"下对齐",icon:"icon-diduiqi1",iconActive:"icon-diduiqi1-copy",value:"bottom"}]);function w(A){n.updateSelectedElements({textAlign:A})}function _(A){n.updateSelectedElements({verticalAlign:A})}return(A,I)=>(t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["fill-style-box",{"no-vertical-align":!d.value}])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(k.value,(H,D)=>(t.openBlock(),t.createElementBlock("div",{key:D,class:t.normalizeClass(["fill-style-item",{active:f.value===H.value}]),onClick:T=>w(H.value)},[(t.openBlock(),t.createElementBlock("svg",q7,[t.createElementVNode("use",{"xlink:href":`#${f.value===H.value?H.iconActive:H.icon}`},null,8,C7)]))],10,M7))),128)),d.value?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(x.value,(H,D)=>(t.openBlock(),t.createElementBlock("div",{key:D,class:t.normalizeClass(["fill-style-item",{active:u.value===H.value}]),onClick:T=>_(H.value)},[(t.openBlock(),t.createElementBlock("svg",_7,[t.createElementVNode("use",{"xlink:href":`#${u.value===H.value?H.iconActive:H.icon}`},null,8,I7)]))],10,F7))),128)):t.createCommentVNode("",!0)],2))}}),[["__scopeId","data-v-e3b8bee2"]]),V7={class:"fill-style-box"},N7=["onClick"],A7={class:"svg-icon"},T7=["xlink:href"],J3=T1(t.defineComponent({__name:"arrowStyle",setup(h){const l=t.inject("jvs-draw-instance-id","excalidraw"),n=X1(l),o=t.computed(()=>{const d=s();return d?d.arrowType:n.appState.currentItemArrowType}),s=()=>{const d=Object.keys(n.appState.selectedElementIds);if(d.length===0)return null;const f=d[d.length-1];return n.elements.find(u=>u.id===f)||null},r=t.ref([{label:"直线连接",icon:"icon-zhixianlianjiexian",iconActive:"icon-zhixianlianjiexian-xuanzhong",value:"sharp"},{label:"曲线连接",icon:"icon-quxian",iconActive:"icon-quxian-xuanzhong",value:"round"}]),c=d=>{n.updateSelectedElements({arrowType:d})};return(d,f)=>(t.openBlock(),t.createElementBlock("div",V7,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(r.value,(u,m)=>(t.openBlock(),t.createElementBlock("div",{key:m,class:t.normalizeClass(["fill-style-item",{active:o.value===u.value}]),onClick:k=>c(u.value)},[(t.openBlock(),t.createElementBlock("svg",A7,[t.createElementVNode("use",{"xlink:href":`#${o.value===u.value?u.iconActive:u.icon}`},null,8,T7)]))],10,N7))),128))]))}}),[["__scopeId","data-v-c03a3cee"]]),M0=[{icon:"#icon-a-zu7812",activeIcon:"#icon-a-zu7819",value:"line"},{icon:"#icon-a-zu7815",activeIcon:"#icon-a-zu7821",value:"arrow"},{icon:"#icon-a-zu7806",activeIcon:"#icon-a-zu7820",value:"triangle"},{icon:"#icon-a-huaban14",activeIcon:"#icon-a-huaban12",value:"triangle_outline"},{icon:"#icon-a-zu7810",activeIcon:"#icon-a-zu7826",value:"diamond"},{icon:"#icon-a-huaban15",activeIcon:"#icon-a-huaban13",value:"diamond_outline"},{icon:"#icon-a-zu7813",activeIcon:"#icon-a-zu7827",value:"half_arrow_top"},{icon:"#icon-a-zu7814",activeIcon:"#icon-a-zu7828",value:"half_arrow_bottom"},{icon:"#icon-a-zu7817",activeIcon:"#icon-a-zu7822",value:"dot"},{icon:"#icon-a-zu7807",activeIcon:"#icon-a-zu7823",value:"circle_outline"}],L7=[{label:"sans-serif",value:"sans-serif",weightList:["Regular"]},{label:"SourceHanSansCN",value:"SourceHanSansCN",weightList:["Regular","Bold","Medium"]},{label:"Montserrat",value:"Montserrat",weightList:["Black","Light","Bold","Medium"]},{label:"Anton",value:"Anton",weightList:["Regular"]},{label:"ClimateCrisis",value:"ClimateCrisis",weightList:["Regular"]},{label:"Exo",value:"Exo",weightList:["Regular","Bold","Medium","Light","Black"]},{label:"Goldman",value:"Goldman",weightList:["Regular","Bold"]},{label:"DouYinSans",value:"DouYinSans",weightList:["Bold"]},{label:"SaDigitalNumber",value:"SaDigitalNumber",weightList:["Regular"]},{label:"ZenTokyoZoo",value:"ZenTokyoZoo",weightList:["Regular"]},{label:"ZhuqueFangsong",value:"ZhuqueFangsong",weightList:["Regular"]}];var c4=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},He={exports:{}};var H7=He.exports,e8;function D7(){return e8||(e8=1,(function(h,l){(function(){var n,o="4.17.23",s=200,r="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",c="Expected a function",d="Invalid `variable` option passed into `_.template`",f="__lodash_hash_undefined__",u=500,m="__lodash_placeholder__",k=1,x=2,w=4,_=1,A=2,I=1,H=2,D=4,T=8,X=16,W=32,S=64,P=128,j=256,J=512,l2=30,s2="...",I2=800,i2=16,t2=1,x2=2,h2=3,y2=1/0,k2=9007199254740991,C2=17976931348623157e292,_2=NaN,m2=4294967295,R2=m2-1,j2=m2>>>1,b2=[["ary",P],["bind",I],["bindKey",H],["curry",T],["curryRight",X],["flip",J],["partial",W],["partialRight",S],["rearg",j]],K2="[object Arguments]",m1="[object Array]",N1="[object AsyncFunction]",s1="[object Boolean]",p1="[object Date]",Y1="[object DOMException]",Z1="[object Error]",d6="[object Function]",n0="[object GeneratorFunction]",L1="[object Map]",v6="[object Number]",G1="[object Null]",z1="[object Object]",Y6="[object Promise]",S6="[object Proxy]",k6="[object RegExp]",C1="[object Set]",K1="[object String]",J1="[object Symbol]",X0="[object Undefined]",V6="[object WeakMap]",Y0="[object WeakSet]",j6="[object ArrayBuffer]",N6="[object DataView]",O1="[object Float32Array]",d0="[object Float64Array]",U6="[object Int8Array]",h6="[object Int16Array]",i0="[object Int32Array]",h0="[object Uint8Array]",Z="[object Uint8ClampedArray]",K="[object Uint16Array]",D2="[object Uint32Array]",l1=/\b__p \+= '';/g,T2=/\b(__p \+=) '' \+/g,o1=/(__e\(.*?\)|\b__t\)) \+\n'';/g,v2=/&(?:amp|lt|gt|quot|#39);/g,E6=/[&<>"']/g,A6=RegExp(v2.source),j0=RegExp(E6.source),U0=/<%-([\s\S]+?)%>/g,p0=/<%([\s\S]+?)%>/g,me=/<%=([\s\S]+?)%>/g,Oe=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Re=/^\w*$/,ge=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,F0=/[\\^$.*+?()[\]{}|]/g,We=RegExp(F0.source),Q0=/^\s+/,_0=/\s/,L=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,U=/\{\n\/\* \[wrapped with (.+)\] \*/,z2=/,? & /,H2=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,u2=/[()=,{}\[\]\/\s]/,E2=/\\(\\)?/g,H1=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,B6=/\w*$/,Z0=/^[-+]0x[0-9a-f]+$/i,N2=/^0b[01]+$/i,G0=/^\[object .+?Constructor\]$/,I0=/^0o[0-7]+$/i,e6=/^(?:0|[1-9]\d*)$/,Xe=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,ye=/($^)/,d1=/['\n\r\u2028\u2029\\]/g,xe="\\ud800-\\udfff",y="\\u0300-\\u036f",z="\\ufe20-\\ufe2f",M="\\u20d0-\\u20ff",b=y+z+M,V="\\u2700-\\u27bf",E="a-z\\xdf-\\xf6\\xf8-\\xff",N="\\xac\\xb1\\xd7\\xf7",O="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",C="\\u2000-\\u206f",v=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",B="A-Z\\xc0-\\xd6\\xd8-\\xde",R="\\ufe0e\\ufe0f",o2=N+O+C+v,e2="['’]",n2="["+xe+"]",w2="["+o2+"]",M2="["+b+"]",d2="\\d+",S2="["+V+"]",V2="["+E+"]",P2="[^"+xe+o2+d2+V+E+B+"]",q2="\\ud83c[\\udffb-\\udfff]",U2="(?:"+M2+"|"+q2+")",A1="[^"+xe+"]",T6="(?:\\ud83c[\\udde6-\\uddff]){2}",j1="[\\ud800-\\udbff][\\udc00-\\udfff]",i6="["+B+"]",S1="\\u200d",p6="(?:"+V2+"|"+P2+")",we="(?:"+i6+"|"+P2+")",K0="(?:"+e2+"(?:d|ll|m|re|s|t|ve))?",J0="(?:"+e2+"(?:D|LL|M|RE|S|T|VE))?",ee=U2+"?",$2="["+R+"]?",t1="(?:"+S1+"(?:"+[A1,T6,j1].join("|")+")"+$2+ee+")*",w1="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",f0="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",V0=$2+ee+t1,F1="(?:"+[S2,T6,j1].join("|")+")"+V0,f6="(?:"+[A1+M2+"?",M2,T6,j1,n2].join("|")+")",z6=RegExp(e2,"g"),r2=RegExp(M2,"g"),Q6=RegExp(q2+"(?="+q2+")|"+f6+V0,"g"),o0=RegExp([i6+"?"+V2+"+"+K0+"(?="+[w2,i6,"$"].join("|")+")",we+"+"+J0+"(?="+[w2,i6+p6,"$"].join("|")+")",i6+"?"+p6+"+"+K0,i6+"+"+J0,f0,w1,d2,F1].join("|"),"g"),S4=RegExp("["+S1+xe+b+R+"]"),k4=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Ct=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],E4=-1,k1={};k1[O1]=k1[d0]=k1[U6]=k1[h6]=k1[i0]=k1[h0]=k1[Z]=k1[K]=k1[D2]=!0,k1[K2]=k1[m1]=k1[j6]=k1[s1]=k1[N6]=k1[p1]=k1[Z1]=k1[d6]=k1[L1]=k1[v6]=k1[z1]=k1[k6]=k1[C1]=k1[K1]=k1[V6]=!1;var x1={};x1[K2]=x1[m1]=x1[j6]=x1[N6]=x1[s1]=x1[p1]=x1[O1]=x1[d0]=x1[U6]=x1[h6]=x1[i0]=x1[L1]=x1[v6]=x1[z1]=x1[k6]=x1[C1]=x1[K1]=x1[J1]=x1[h0]=x1[Z]=x1[K]=x1[D2]=!0,x1[Z1]=x1[d6]=x1[V6]=!1;var B4={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},Ft={"&":"&","<":"<",">":">",'"':""","'":"'"},_t={"&":"&","<":"<",">":">",""":'"',"'":"'"},It={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},te=parseFloat,Ye=parseInt,L2=typeof c4=="object"&&c4&&c4.Object===Object&&c4,r1=typeof self=="object"&&self&&self.Object===Object&&self,f1=L2||r1||Function("return this")(),n1=l&&!l.nodeType&&l,b1=n1&&!0&&h&&!h.nodeType&&h,o6=b1&&b1.exports===n1,R1=o6&&L2.process,B1=(function(){try{var Q=b1&&b1.require&&b1.require("util").types;return Q||R1&&R1.binding&&R1.binding("util")}catch{}})(),l6=B1&&B1.isArrayBuffer,Z6=B1&&B1.isDate,u0=B1&&B1.isMap,be=B1&&B1.isRegExp,ve=B1&&B1.isSet,b8=B1&&B1.isTypedArray;function M6(Q,c2,a2){switch(a2.length){case 0:return Q.call(c2);case 1:return Q.call(c2,a2[0]);case 2:return Q.call(c2,a2[0],a2[1]);case 3:return Q.call(c2,a2[0],a2[1],a2[2])}return Q.apply(c2,a2)}function Hs(Q,c2,a2,F2){for(var Z2=-1,u1=Q==null?0:Q.length;++Z2<u1;){var D1=Q[Z2];c2(F2,D1,a2(D1),Q)}return F2}function L6(Q,c2){for(var a2=-1,F2=Q==null?0:Q.length;++a2<F2&&c2(Q[a2],a2,Q)!==!1;);return Q}function Ds(Q,c2){for(var a2=Q==null?0:Q.length;a2--&&c2(Q[a2],a2,Q)!==!1;);return Q}function v8(Q,c2){for(var a2=-1,F2=Q==null?0:Q.length;++a2<F2;)if(!c2(Q[a2],a2,Q))return!1;return!0}function N0(Q,c2){for(var a2=-1,F2=Q==null?0:Q.length,Z2=0,u1=[];++a2<F2;){var D1=Q[a2];c2(D1,a2,Q)&&(u1[Z2++]=D1)}return u1}function z4(Q,c2){var a2=Q==null?0:Q.length;return!!a2&&Se(Q,c2,0)>-1}function Vt(Q,c2,a2){for(var F2=-1,Z2=Q==null?0:Q.length;++F2<Z2;)if(a2(c2,Q[F2]))return!0;return!1}function M1(Q,c2){for(var a2=-1,F2=Q==null?0:Q.length,Z2=Array(F2);++a2<F2;)Z2[a2]=c2(Q[a2],a2,Q);return Z2}function A0(Q,c2){for(var a2=-1,F2=c2.length,Z2=Q.length;++a2<F2;)Q[Z2+a2]=c2[a2];return Q}function Nt(Q,c2,a2,F2){var Z2=-1,u1=Q==null?0:Q.length;for(F2&&u1&&(a2=Q[++Z2]);++Z2<u1;)a2=c2(a2,Q[Z2],Z2,Q);return a2}function $s(Q,c2,a2,F2){var Z2=Q==null?0:Q.length;for(F2&&Z2&&(a2=Q[--Z2]);Z2--;)a2=c2(a2,Q[Z2],Z2,Q);return a2}function At(Q,c2){for(var a2=-1,F2=Q==null?0:Q.length;++a2<F2;)if(c2(Q[a2],a2,Q))return!0;return!1}var Ps=Tt("length");function Os(Q){return Q.split("")}function Rs(Q){return Q.match(H2)||[]}function S8(Q,c2,a2){var F2;return a2(Q,function(Z2,u1,D1){if(c2(Z2,u1,D1))return F2=u1,!1}),F2}function M4(Q,c2,a2,F2){for(var Z2=Q.length,u1=a2+(F2?1:-1);F2?u1--:++u1<Z2;)if(c2(Q[u1],u1,Q))return u1;return-1}function Se(Q,c2,a2){return c2===c2?tr(Q,c2,a2):M4(Q,k8,a2)}function Ws(Q,c2,a2,F2){for(var Z2=a2-1,u1=Q.length;++Z2<u1;)if(F2(Q[Z2],c2))return Z2;return-1}function k8(Q){return Q!==Q}function E8(Q,c2){var a2=Q==null?0:Q.length;return a2?Ht(Q,c2)/a2:_2}function Tt(Q){return function(c2){return c2==null?n:c2[Q]}}function Lt(Q){return function(c2){return Q==null?n:Q[c2]}}function B8(Q,c2,a2,F2,Z2){return Z2(Q,function(u1,D1,E1){a2=F2?(F2=!1,u1):c2(a2,u1,D1,E1)}),a2}function Xs(Q,c2){var a2=Q.length;for(Q.sort(c2);a2--;)Q[a2]=Q[a2].value;return Q}function Ht(Q,c2){for(var a2,F2=-1,Z2=Q.length;++F2<Z2;){var u1=c2(Q[F2]);u1!==n&&(a2=a2===n?u1:a2+u1)}return a2}function Dt(Q,c2){for(var a2=-1,F2=Array(Q);++a2<Q;)F2[a2]=c2(a2);return F2}function Ys(Q,c2){return M1(c2,function(a2){return[a2,Q[a2]]})}function z8(Q){return Q&&Q.slice(0,F8(Q)+1).replace(Q0,"")}function q6(Q){return function(c2){return Q(c2)}}function $t(Q,c2){return M1(c2,function(a2){return Q[a2]})}function je(Q,c2){return Q.has(c2)}function M8(Q,c2){for(var a2=-1,F2=Q.length;++a2<F2&&Se(c2,Q[a2],0)>-1;);return a2}function q8(Q,c2){for(var a2=Q.length;a2--&&Se(c2,Q[a2],0)>-1;);return a2}function js(Q,c2){for(var a2=Q.length,F2=0;a2--;)Q[a2]===c2&&++F2;return F2}var Us=Lt(B4),Qs=Lt(Ft);function Zs(Q){return"\\"+It[Q]}function Gs(Q,c2){return Q==null?n:Q[c2]}function ke(Q){return S4.test(Q)}function Ks(Q){return k4.test(Q)}function Js(Q){for(var c2,a2=[];!(c2=Q.next()).done;)a2.push(c2.value);return a2}function Pt(Q){var c2=-1,a2=Array(Q.size);return Q.forEach(function(F2,Z2){a2[++c2]=[Z2,F2]}),a2}function C8(Q,c2){return function(a2){return Q(c2(a2))}}function T0(Q,c2){for(var a2=-1,F2=Q.length,Z2=0,u1=[];++a2<F2;){var D1=Q[a2];(D1===c2||D1===m)&&(Q[a2]=m,u1[Z2++]=a2)}return u1}function q4(Q){var c2=-1,a2=Array(Q.size);return Q.forEach(function(F2){a2[++c2]=F2}),a2}function er(Q){var c2=-1,a2=Array(Q.size);return Q.forEach(function(F2){a2[++c2]=[F2,F2]}),a2}function tr(Q,c2,a2){for(var F2=a2-1,Z2=Q.length;++F2<Z2;)if(Q[F2]===c2)return F2;return-1}function nr(Q,c2,a2){for(var F2=a2+1;F2--;)if(Q[F2]===c2)return F2;return F2}function Ee(Q){return ke(Q)?or(Q):Ps(Q)}function G6(Q){return ke(Q)?lr(Q):Os(Q)}function F8(Q){for(var c2=Q.length;c2--&&_0.test(Q.charAt(c2)););return c2}var ir=Lt(_t);function or(Q){for(var c2=Q6.lastIndex=0;Q6.test(Q);)++c2;return c2}function lr(Q){return Q.match(Q6)||[]}function ar(Q){return Q.match(o0)||[]}var sr=(function Q(c2){c2=c2==null?f1:Be.defaults(f1.Object(),c2,Be.pick(f1,Ct));var a2=c2.Array,F2=c2.Date,Z2=c2.Error,u1=c2.Function,D1=c2.Math,E1=c2.Object,Ot=c2.RegExp,rr=c2.String,H6=c2.TypeError,C4=a2.prototype,cr=u1.prototype,ze=E1.prototype,F4=c2["__core-js_shared__"],_4=cr.toString,g1=ze.hasOwnProperty,dr=0,_8=(function(){var e=/[^.]+$/.exec(F4&&F4.keys&&F4.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""})(),I4=ze.toString,hr=_4.call(E1),pr=f1._,fr=Ot("^"+_4.call(g1).replace(F0,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),V4=o6?c2.Buffer:n,L0=c2.Symbol,N4=c2.Uint8Array,I8=V4?V4.allocUnsafe:n,A4=C8(E1.getPrototypeOf,E1),V8=E1.create,N8=ze.propertyIsEnumerable,T4=C4.splice,A8=L0?L0.isConcatSpreadable:n,Ue=L0?L0.iterator:n,ne=L0?L0.toStringTag:n,L4=(function(){try{var e=se(E1,"defineProperty");return e({},"",{}),e}catch{}})(),ur=c2.clearTimeout!==f1.clearTimeout&&c2.clearTimeout,mr=F2&&F2.now!==f1.Date.now&&F2.now,gr=c2.setTimeout!==f1.setTimeout&&c2.setTimeout,H4=D1.ceil,D4=D1.floor,Rt=E1.getOwnPropertySymbols,yr=V4?V4.isBuffer:n,T8=c2.isFinite,xr=C4.join,wr=C8(E1.keys,E1),$1=D1.max,t6=D1.min,br=F2.now,vr=c2.parseInt,L8=D1.random,Sr=C4.reverse,Wt=se(c2,"DataView"),Qe=se(c2,"Map"),Xt=se(c2,"Promise"),Me=se(c2,"Set"),Ze=se(c2,"WeakMap"),Ge=se(E1,"create"),$4=Ze&&new Ze,qe={},kr=re(Wt),Er=re(Qe),Br=re(Xt),zr=re(Me),Mr=re(Ze),P4=L0?L0.prototype:n,Ke=P4?P4.valueOf:n,H8=P4?P4.toString:n;function q(e){if(_1(e)&&!G2(e)&&!(e instanceof c1)){if(e instanceof D6)return e;if(g1.call(e,"__wrapped__"))return $n(e)}return new D6(e)}var Ce=(function(){function e(){}return function(i){if(!q1(i))return{};if(V8)return V8(i);e.prototype=i;var a=new e;return e.prototype=n,a}})();function O4(){}function D6(e,i){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!i,this.__index__=0,this.__values__=n}q.templateSettings={escape:U0,evaluate:p0,interpolate:me,variable:"",imports:{_:q}},q.prototype=O4.prototype,q.prototype.constructor=q,D6.prototype=Ce(O4.prototype),D6.prototype.constructor=D6;function c1(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=m2,this.__views__=[]}function qr(){var e=new c1(this.__wrapped__);return e.__actions__=u6(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=u6(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=u6(this.__views__),e}function Cr(){if(this.__filtered__){var e=new c1(this);e.__dir__=-1,e.__filtered__=!0}else e=this.clone(),e.__dir__*=-1;return e}function Fr(){var e=this.__wrapped__.value(),i=this.__dir__,a=G2(e),p=i<0,g=a?e.length:0,F=Oc(0,g,this.__views__),$=F.start,Y=F.end,G=Y-$,p2=p?Y:$-1,f2=this.__iteratees__,g2=f2.length,B2=0,A2=t6(G,this.__takeCount__);if(!a||!p&&g==G&&A2==G)return cn(e,this.__actions__);var W2=[];e:for(;G--&&B2<A2;){p2+=i;for(var e1=-1,X2=e[p2];++e1<g2;){var a1=f2[e1],h1=a1.iteratee,_6=a1.type,r6=h1(X2);if(_6==x2)X2=r6;else if(!r6){if(_6==t2)continue e;break e}}W2[B2++]=X2}return W2}c1.prototype=Ce(O4.prototype),c1.prototype.constructor=c1;function ie(e){var i=-1,a=e==null?0:e.length;for(this.clear();++i<a;){var p=e[i];this.set(p[0],p[1])}}function _r(){this.__data__=Ge?Ge(null):{},this.size=0}function Ir(e){var i=this.has(e)&&delete this.__data__[e];return this.size-=i?1:0,i}function Vr(e){var i=this.__data__;if(Ge){var a=i[e];return a===f?n:a}return g1.call(i,e)?i[e]:n}function Nr(e){var i=this.__data__;return Ge?i[e]!==n:g1.call(i,e)}function Ar(e,i){var a=this.__data__;return this.size+=this.has(e)?0:1,a[e]=Ge&&i===n?f:i,this}ie.prototype.clear=_r,ie.prototype.delete=Ir,ie.prototype.get=Vr,ie.prototype.has=Nr,ie.prototype.set=Ar;function m0(e){var i=-1,a=e==null?0:e.length;for(this.clear();++i<a;){var p=e[i];this.set(p[0],p[1])}}function Tr(){this.__data__=[],this.size=0}function Lr(e){var i=this.__data__,a=R4(i,e);if(a<0)return!1;var p=i.length-1;return a==p?i.pop():T4.call(i,a,1),--this.size,!0}function Hr(e){var i=this.__data__,a=R4(i,e);return a<0?n:i[a][1]}function Dr(e){return R4(this.__data__,e)>-1}function $r(e,i){var a=this.__data__,p=R4(a,e);return p<0?(++this.size,a.push([e,i])):a[p][1]=i,this}m0.prototype.clear=Tr,m0.prototype.delete=Lr,m0.prototype.get=Hr,m0.prototype.has=Dr,m0.prototype.set=$r;function g0(e){var i=-1,a=e==null?0:e.length;for(this.clear();++i<a;){var p=e[i];this.set(p[0],p[1])}}function Pr(){this.size=0,this.__data__={hash:new ie,map:new(Qe||m0),string:new ie}}function Or(e){var i=tt(this,e).delete(e);return this.size-=i?1:0,i}function Rr(e){return tt(this,e).get(e)}function Wr(e){return tt(this,e).has(e)}function Xr(e,i){var a=tt(this,e),p=a.size;return a.set(e,i),this.size+=a.size==p?0:1,this}g0.prototype.clear=Pr,g0.prototype.delete=Or,g0.prototype.get=Rr,g0.prototype.has=Wr,g0.prototype.set=Xr;function oe(e){var i=-1,a=e==null?0:e.length;for(this.__data__=new g0;++i<a;)this.add(e[i])}function Yr(e){return this.__data__.set(e,f),this}function jr(e){return this.__data__.has(e)}oe.prototype.add=oe.prototype.push=Yr,oe.prototype.has=jr;function K6(e){var i=this.__data__=new m0(e);this.size=i.size}function Ur(){this.__data__=new m0,this.size=0}function Qr(e){var i=this.__data__,a=i.delete(e);return this.size=i.size,a}function Zr(e){return this.__data__.get(e)}function Gr(e){return this.__data__.has(e)}function Kr(e,i){var a=this.__data__;if(a instanceof m0){var p=a.__data__;if(!Qe||p.length<s-1)return p.push([e,i]),this.size=++a.size,this;a=this.__data__=new g0(p)}return a.set(e,i),this.size=a.size,this}K6.prototype.clear=Ur,K6.prototype.delete=Qr,K6.prototype.get=Zr,K6.prototype.has=Gr,K6.prototype.set=Kr;function D8(e,i){var a=G2(e),p=!a&&ce(e),g=!a&&!p&&O0(e),F=!a&&!p&&!g&&Ve(e),$=a||p||g||F,Y=$?Dt(e.length,rr):[],G=Y.length;for(var p2 in e)(i||g1.call(e,p2))&&!($&&(p2=="length"||g&&(p2=="offset"||p2=="parent")||F&&(p2=="buffer"||p2=="byteLength"||p2=="byteOffset")||b0(p2,G)))&&Y.push(p2);return Y}function $8(e){var i=e.length;return i?e[n3(0,i-1)]:n}function Jr(e,i){return nt(u6(e),le(i,0,e.length))}function ec(e){return nt(u6(e))}function Yt(e,i,a){(a!==n&&!J6(e[i],a)||a===n&&!(i in e))&&y0(e,i,a)}function Je(e,i,a){var p=e[i];(!(g1.call(e,i)&&J6(p,a))||a===n&&!(i in e))&&y0(e,i,a)}function R4(e,i){for(var a=e.length;a--;)if(J6(e[a][0],i))return a;return-1}function tc(e,i,a,p){return H0(e,function(g,F,$){i(p,g,a(g),$)}),p}function P8(e,i){return e&&a0(i,W1(i),e)}function nc(e,i){return e&&a0(i,g6(i),e)}function y0(e,i,a){i=="__proto__"&&L4?L4(e,i,{configurable:!0,enumerable:!0,value:a,writable:!0}):e[i]=a}function jt(e,i){for(var a=-1,p=i.length,g=a2(p),F=e==null;++a<p;)g[a]=F?n:M3(e,i[a]);return g}function le(e,i,a){return e===e&&(a!==n&&(e=e<=a?e:a),i!==n&&(e=e>=i?e:i)),e}function $6(e,i,a,p,g,F){var $,Y=i&k,G=i&x,p2=i&w;if(a&&($=g?a(e,p,g,F):a(e)),$!==n)return $;if(!q1(e))return e;var f2=G2(e);if(f2){if($=Wc(e),!Y)return u6(e,$)}else{var g2=n6(e),B2=g2==d6||g2==n0;if(O0(e))return pn(e,Y);if(g2==z1||g2==K2||B2&&!g){if($=G||B2?{}:_n(e),!Y)return G?Vc(e,nc($,e)):Ic(e,P8($,e))}else{if(!x1[g2])return g?e:{};$=Xc(e,g2,Y)}}F||(F=new K6);var A2=F.get(e);if(A2)return A2;F.set(e,$),a5(e)?e.forEach(function(X2){$.add($6(X2,i,a,X2,e,F))}):o5(e)&&e.forEach(function(X2,a1){$.set(a1,$6(X2,i,a,a1,e,F))});var W2=p2?G?f3:p3:G?g6:W1,e1=f2?n:W2(e);return L6(e1||e,function(X2,a1){e1&&(a1=X2,X2=e[a1]),Je($,a1,$6(X2,i,a,a1,e,F))}),$}function ic(e){var i=W1(e);return function(a){return O8(a,e,i)}}function O8(e,i,a){var p=a.length;if(e==null)return!p;for(e=E1(e);p--;){var g=a[p],F=i[g],$=e[g];if($===n&&!(g in e)||!F($))return!1}return!0}function R8(e,i,a){if(typeof e!="function")throw new H6(c);return a4(function(){e.apply(n,a)},i)}function e4(e,i,a,p){var g=-1,F=z4,$=!0,Y=e.length,G=[],p2=i.length;if(!Y)return G;a&&(i=M1(i,q6(a))),p?(F=Vt,$=!1):i.length>=s&&(F=je,$=!1,i=new oe(i));e:for(;++g<Y;){var f2=e[g],g2=a==null?f2:a(f2);if(f2=p||f2!==0?f2:0,$&&g2===g2){for(var B2=p2;B2--;)if(i[B2]===g2)continue e;G.push(f2)}else F(i,g2,p)||G.push(f2)}return G}var H0=yn(l0),W8=yn(Qt,!0);function oc(e,i){var a=!0;return H0(e,function(p,g,F){return a=!!i(p,g,F),a}),a}function W4(e,i,a){for(var p=-1,g=e.length;++p<g;){var F=e[p],$=i(F);if($!=null&&(Y===n?$===$&&!F6($):a($,Y)))var Y=$,G=F}return G}function lc(e,i,a,p){var g=e.length;for(a=J2(a),a<0&&(a=-a>g?0:g+a),p=p===n||p>g?g:J2(p),p<0&&(p+=g),p=a>p?0:r5(p);a<p;)e[a++]=i;return e}function X8(e,i){var a=[];return H0(e,function(p,g,F){i(p,g,F)&&a.push(p)}),a}function U1(e,i,a,p,g){var F=-1,$=e.length;for(a||(a=jc),g||(g=[]);++F<$;){var Y=e[F];i>0&&a(Y)?i>1?U1(Y,i-1,a,p,g):A0(g,Y):p||(g[g.length]=Y)}return g}var Ut=xn(),Y8=xn(!0);function l0(e,i){return e&&Ut(e,i,W1)}function Qt(e,i){return e&&Y8(e,i,W1)}function X4(e,i){return N0(i,function(a){return v0(e[a])})}function ae(e,i){i=$0(i,e);for(var a=0,p=i.length;e!=null&&a<p;)e=e[s0(i[a++])];return a&&a==p?e:n}function j8(e,i,a){var p=i(e);return G2(e)?p:A0(p,a(e))}function a6(e){return e==null?e===n?X0:G1:ne&&ne in E1(e)?Pc(e):ed(e)}function Zt(e,i){return e>i}function ac(e,i){return e!=null&&g1.call(e,i)}function sc(e,i){return e!=null&&i in E1(e)}function rc(e,i,a){return e>=t6(i,a)&&e<$1(i,a)}function Gt(e,i,a){for(var p=a?Vt:z4,g=e[0].length,F=e.length,$=F,Y=a2(F),G=1/0,p2=[];$--;){var f2=e[$];$&&i&&(f2=M1(f2,q6(i))),G=t6(f2.length,G),Y[$]=!a&&(i||g>=120&&f2.length>=120)?new oe($&&f2):n}f2=e[0];var g2=-1,B2=Y[0];e:for(;++g2<g&&p2.length<G;){var A2=f2[g2],W2=i?i(A2):A2;if(A2=a||A2!==0?A2:0,!(B2?je(B2,W2):p(p2,W2,a))){for($=F;--$;){var e1=Y[$];if(!(e1?je(e1,W2):p(e[$],W2,a)))continue e}B2&&B2.push(W2),p2.push(A2)}}return p2}function cc(e,i,a,p){return l0(e,function(g,F,$){i(p,a(g),F,$)}),p}function t4(e,i,a){i=$0(i,e),e=An(e,i);var p=e==null?e:e[s0(O6(i))];return p==null?n:M6(p,e,a)}function U8(e){return _1(e)&&a6(e)==K2}function dc(e){return _1(e)&&a6(e)==j6}function hc(e){return _1(e)&&a6(e)==p1}function n4(e,i,a,p,g){return e===i?!0:e==null||i==null||!_1(e)&&!_1(i)?e!==e&&i!==i:pc(e,i,a,p,n4,g)}function pc(e,i,a,p,g,F){var $=G2(e),Y=G2(i),G=$?m1:n6(e),p2=Y?m1:n6(i);G=G==K2?z1:G,p2=p2==K2?z1:p2;var f2=G==z1,g2=p2==z1,B2=G==p2;if(B2&&O0(e)){if(!O0(i))return!1;$=!0,f2=!1}if(B2&&!f2)return F||(F=new K6),$||Ve(e)?qn(e,i,a,p,g,F):Dc(e,i,G,a,p,g,F);if(!(a&_)){var A2=f2&&g1.call(e,"__wrapped__"),W2=g2&&g1.call(i,"__wrapped__");if(A2||W2){var e1=A2?e.value():e,X2=W2?i.value():i;return F||(F=new K6),g(e1,X2,a,p,F)}}return B2?(F||(F=new K6),$c(e,i,a,p,g,F)):!1}function fc(e){return _1(e)&&n6(e)==L1}function Kt(e,i,a,p){var g=a.length,F=g,$=!p;if(e==null)return!F;for(e=E1(e);g--;){var Y=a[g];if($&&Y[2]?Y[1]!==e[Y[0]]:!(Y[0]in e))return!1}for(;++g<F;){Y=a[g];var G=Y[0],p2=e[G],f2=Y[1];if($&&Y[2]){if(p2===n&&!(G in e))return!1}else{var g2=new K6;if(p)var B2=p(p2,f2,G,e,i,g2);if(!(B2===n?n4(f2,p2,_|A,p,g2):B2))return!1}}return!0}function Q8(e){if(!q1(e)||Qc(e))return!1;var i=v0(e)?fr:G0;return i.test(re(e))}function uc(e){return _1(e)&&a6(e)==k6}function mc(e){return _1(e)&&n6(e)==C1}function gc(e){return _1(e)&&rt(e.length)&&!!k1[a6(e)]}function Z8(e){return typeof e=="function"?e:e==null?y6:typeof e=="object"?G2(e)?J8(e[0],e[1]):K8(e):w5(e)}function Jt(e){if(!l4(e))return wr(e);var i=[];for(var a in E1(e))g1.call(e,a)&&a!="constructor"&&i.push(a);return i}function yc(e){if(!q1(e))return Jc(e);var i=l4(e),a=[];for(var p in e)p=="constructor"&&(i||!g1.call(e,p))||a.push(p);return a}function e3(e,i){return e<i}function G8(e,i){var a=-1,p=m6(e)?a2(e.length):[];return H0(e,function(g,F,$){p[++a]=i(g,F,$)}),p}function K8(e){var i=m3(e);return i.length==1&&i[0][2]?Vn(i[0][0],i[0][1]):function(a){return a===e||Kt(a,e,i)}}function J8(e,i){return y3(e)&&In(i)?Vn(s0(e),i):function(a){var p=M3(a,e);return p===n&&p===i?q3(a,e):n4(i,p,_|A)}}function Y4(e,i,a,p,g){e!==i&&Ut(i,function(F,$){if(g||(g=new K6),q1(F))xc(e,i,$,a,Y4,p,g);else{var Y=p?p(w3(e,$),F,$+"",e,i,g):n;Y===n&&(Y=F),Yt(e,$,Y)}},g6)}function xc(e,i,a,p,g,F,$){var Y=w3(e,a),G=w3(i,a),p2=$.get(G);if(p2){Yt(e,a,p2);return}var f2=F?F(Y,G,a+"",e,i,$):n,g2=f2===n;if(g2){var B2=G2(G),A2=!B2&&O0(G),W2=!B2&&!A2&&Ve(G);f2=G,B2||A2||W2?G2(Y)?f2=Y:I1(Y)?f2=u6(Y):A2?(g2=!1,f2=pn(G,!0)):W2?(g2=!1,f2=fn(G,!0)):f2=[]:s4(G)||ce(G)?(f2=Y,ce(Y)?f2=c5(Y):(!q1(Y)||v0(Y))&&(f2=_n(G))):g2=!1}g2&&($.set(G,f2),g(f2,G,p,F,$),$.delete(G)),Yt(e,a,f2)}function en(e,i){var a=e.length;if(a)return i+=i<0?a:0,b0(i,a)?e[i]:n}function tn(e,i,a){i.length?i=M1(i,function(F){return G2(F)?function($){return ae($,F.length===1?F[0]:F)}:F}):i=[y6];var p=-1;i=M1(i,q6(O2()));var g=G8(e,function(F,$,Y){var G=M1(i,function(p2){return p2(F)});return{criteria:G,index:++p,value:F}});return Xs(g,function(F,$){return _c(F,$,a)})}function wc(e,i){return nn(e,i,function(a,p){return q3(e,p)})}function nn(e,i,a){for(var p=-1,g=i.length,F={};++p<g;){var $=i[p],Y=ae(e,$);a(Y,$)&&i4(F,$0($,e),Y)}return F}function bc(e){return function(i){return ae(i,e)}}function t3(e,i,a,p){var g=p?Ws:Se,F=-1,$=i.length,Y=e;for(e===i&&(i=u6(i)),a&&(Y=M1(e,q6(a)));++F<$;)for(var G=0,p2=i[F],f2=a?a(p2):p2;(G=g(Y,f2,G,p))>-1;)Y!==e&&T4.call(Y,G,1),T4.call(e,G,1);return e}function on(e,i){for(var a=e?i.length:0,p=a-1;a--;){var g=i[a];if(a==p||g!==F){var F=g;b0(g)?T4.call(e,g,1):l3(e,g)}}return e}function n3(e,i){return e+D4(L8()*(i-e+1))}function vc(e,i,a,p){for(var g=-1,F=$1(H4((i-e)/(a||1)),0),$=a2(F);F--;)$[p?F:++g]=e,e+=a;return $}function i3(e,i){var a="";if(!e||i<1||i>k2)return a;do i%2&&(a+=e),i=D4(i/2),i&&(e+=e);while(i);return a}function i1(e,i){return b3(Nn(e,i,y6),e+"")}function Sc(e){return $8(Ne(e))}function kc(e,i){var a=Ne(e);return nt(a,le(i,0,a.length))}function i4(e,i,a,p){if(!q1(e))return e;i=$0(i,e);for(var g=-1,F=i.length,$=F-1,Y=e;Y!=null&&++g<F;){var G=s0(i[g]),p2=a;if(G==="__proto__"||G==="constructor"||G==="prototype")return e;if(g!=$){var f2=Y[G];p2=p?p(f2,G,Y):n,p2===n&&(p2=q1(f2)?f2:b0(i[g+1])?[]:{})}Je(Y,G,p2),Y=Y[G]}return e}var ln=$4?function(e,i){return $4.set(e,i),e}:y6,Ec=L4?function(e,i){return L4(e,"toString",{configurable:!0,enumerable:!1,value:F3(i),writable:!0})}:y6;function Bc(e){return nt(Ne(e))}function P6(e,i,a){var p=-1,g=e.length;i<0&&(i=-i>g?0:g+i),a=a>g?g:a,a<0&&(a+=g),g=i>a?0:a-i>>>0,i>>>=0;for(var F=a2(g);++p<g;)F[p]=e[p+i];return F}function zc(e,i){var a;return H0(e,function(p,g,F){return a=i(p,g,F),!a}),!!a}function j4(e,i,a){var p=0,g=e==null?p:e.length;if(typeof i=="number"&&i===i&&g<=j2){for(;p<g;){var F=p+g>>>1,$=e[F];$!==null&&!F6($)&&(a?$<=i:$<i)?p=F+1:g=F}return g}return o3(e,i,y6,a)}function o3(e,i,a,p){var g=0,F=e==null?0:e.length;if(F===0)return 0;i=a(i);for(var $=i!==i,Y=i===null,G=F6(i),p2=i===n;g<F;){var f2=D4((g+F)/2),g2=a(e[f2]),B2=g2!==n,A2=g2===null,W2=g2===g2,e1=F6(g2);if($)var X2=p||W2;else p2?X2=W2&&(p||B2):Y?X2=W2&&B2&&(p||!A2):G?X2=W2&&B2&&!A2&&(p||!e1):A2||e1?X2=!1:X2=p?g2<=i:g2<i;X2?g=f2+1:F=f2}return t6(F,R2)}function an(e,i){for(var a=-1,p=e.length,g=0,F=[];++a<p;){var $=e[a],Y=i?i($):$;if(!a||!J6(Y,G)){var G=Y;F[g++]=$===0?0:$}}return F}function sn(e){return typeof e=="number"?e:F6(e)?_2:+e}function C6(e){if(typeof e=="string")return e;if(G2(e))return M1(e,C6)+"";if(F6(e))return H8?H8.call(e):"";var i=e+"";return i=="0"&&1/e==-y2?"-0":i}function D0(e,i,a){var p=-1,g=z4,F=e.length,$=!0,Y=[],G=Y;if(a)$=!1,g=Vt;else if(F>=s){var p2=i?null:Lc(e);if(p2)return q4(p2);$=!1,g=je,G=new oe}else G=i?[]:Y;e:for(;++p<F;){var f2=e[p],g2=i?i(f2):f2;if(f2=a||f2!==0?f2:0,$&&g2===g2){for(var B2=G.length;B2--;)if(G[B2]===g2)continue e;i&&G.push(g2),Y.push(f2)}else g(G,g2,a)||(G!==Y&&G.push(g2),Y.push(f2))}return Y}function l3(e,i){i=$0(i,e);var a=-1,p=i.length;if(!p)return!0;for(var g=e==null||typeof e!="object"&&typeof e!="function";++a<p;){var F=i[a];if(typeof F=="string"){if(F==="__proto__"&&!g1.call(e,"__proto__"))return!1;if(F==="constructor"&&a+1<p&&typeof i[a+1]=="string"&&i[a+1]==="prototype"){if(g&&a===0)continue;return!1}}}var $=An(e,i);return $==null||delete $[s0(O6(i))]}function rn(e,i,a,p){return i4(e,i,a(ae(e,i)),p)}function U4(e,i,a,p){for(var g=e.length,F=p?g:-1;(p?F--:++F<g)&&i(e[F],F,e););return a?P6(e,p?0:F,p?F+1:g):P6(e,p?F+1:0,p?g:F)}function cn(e,i){var a=e;return a instanceof c1&&(a=a.value()),Nt(i,function(p,g){return g.func.apply(g.thisArg,A0([p],g.args))},a)}function a3(e,i,a){var p=e.length;if(p<2)return p?D0(e[0]):[];for(var g=-1,F=a2(p);++g<p;)for(var $=e[g],Y=-1;++Y<p;)Y!=g&&(F[g]=e4(F[g]||$,e[Y],i,a));return D0(U1(F,1),i,a)}function dn(e,i,a){for(var p=-1,g=e.length,F=i.length,$={};++p<g;){var Y=p<F?i[p]:n;a($,e[p],Y)}return $}function s3(e){return I1(e)?e:[]}function r3(e){return typeof e=="function"?e:y6}function $0(e,i){return G2(e)?e:y3(e,i)?[e]:Dn(y1(e))}var Mc=i1;function P0(e,i,a){var p=e.length;return a=a===n?p:a,!i&&a>=p?e:P6(e,i,a)}var hn=ur||function(e){return f1.clearTimeout(e)};function pn(e,i){if(i)return e.slice();var a=e.length,p=I8?I8(a):new e.constructor(a);return e.copy(p),p}function c3(e){var i=new e.constructor(e.byteLength);return new N4(i).set(new N4(e)),i}function qc(e,i){var a=i?c3(e.buffer):e.buffer;return new e.constructor(a,e.byteOffset,e.byteLength)}function Cc(e){var i=new e.constructor(e.source,B6.exec(e));return i.lastIndex=e.lastIndex,i}function Fc(e){return Ke?E1(Ke.call(e)):{}}function fn(e,i){var a=i?c3(e.buffer):e.buffer;return new e.constructor(a,e.byteOffset,e.length)}function un(e,i){if(e!==i){var a=e!==n,p=e===null,g=e===e,F=F6(e),$=i!==n,Y=i===null,G=i===i,p2=F6(i);if(!Y&&!p2&&!F&&e>i||F&&$&&G&&!Y&&!p2||p&&$&&G||!a&&G||!g)return 1;if(!p&&!F&&!p2&&e<i||p2&&a&&g&&!p&&!F||Y&&a&&g||!$&&g||!G)return-1}return 0}function _c(e,i,a){for(var p=-1,g=e.criteria,F=i.criteria,$=g.length,Y=a.length;++p<$;){var G=un(g[p],F[p]);if(G){if(p>=Y)return G;var p2=a[p];return G*(p2=="desc"?-1:1)}}return e.index-i.index}function mn(e,i,a,p){for(var g=-1,F=e.length,$=a.length,Y=-1,G=i.length,p2=$1(F-$,0),f2=a2(G+p2),g2=!p;++Y<G;)f2[Y]=i[Y];for(;++g<$;)(g2||g<F)&&(f2[a[g]]=e[g]);for(;p2--;)f2[Y++]=e[g++];return f2}function gn(e,i,a,p){for(var g=-1,F=e.length,$=-1,Y=a.length,G=-1,p2=i.length,f2=$1(F-Y,0),g2=a2(f2+p2),B2=!p;++g<f2;)g2[g]=e[g];for(var A2=g;++G<p2;)g2[A2+G]=i[G];for(;++$<Y;)(B2||g<F)&&(g2[A2+a[$]]=e[g++]);return g2}function u6(e,i){var a=-1,p=e.length;for(i||(i=a2(p));++a<p;)i[a]=e[a];return i}function a0(e,i,a,p){var g=!a;a||(a={});for(var F=-1,$=i.length;++F<$;){var Y=i[F],G=p?p(a[Y],e[Y],Y,a,e):n;G===n&&(G=e[Y]),g?y0(a,Y,G):Je(a,Y,G)}return a}function Ic(e,i){return a0(e,g3(e),i)}function Vc(e,i){return a0(e,Cn(e),i)}function Q4(e,i){return function(a,p){var g=G2(a)?Hs:tc,F=i?i():{};return g(a,e,O2(p,2),F)}}function Fe(e){return i1(function(i,a){var p=-1,g=a.length,F=g>1?a[g-1]:n,$=g>2?a[2]:n;for(F=e.length>3&&typeof F=="function"?(g--,F):n,$&&s6(a[0],a[1],$)&&(F=g<3?n:F,g=1),i=E1(i);++p<g;){var Y=a[p];Y&&e(i,Y,p,F)}return i})}function yn(e,i){return function(a,p){if(a==null)return a;if(!m6(a))return e(a,p);for(var g=a.length,F=i?g:-1,$=E1(a);(i?F--:++F<g)&&p($[F],F,$)!==!1;);return a}}function xn(e){return function(i,a,p){for(var g=-1,F=E1(i),$=p(i),Y=$.length;Y--;){var G=$[e?Y:++g];if(a(F[G],G,F)===!1)break}return i}}function Nc(e,i,a){var p=i&I,g=o4(e);function F(){var $=this&&this!==f1&&this instanceof F?g:e;return $.apply(p?a:this,arguments)}return F}function wn(e){return function(i){i=y1(i);var a=ke(i)?G6(i):n,p=a?a[0]:i.charAt(0),g=a?P0(a,1).join(""):i.slice(1);return p[e]()+g}}function _e(e){return function(i){return Nt(y5(g5(i).replace(z6,"")),e,"")}}function o4(e){return function(){var i=arguments;switch(i.length){case 0:return new e;case 1:return new e(i[0]);case 2:return new e(i[0],i[1]);case 3:return new e(i[0],i[1],i[2]);case 4:return new e(i[0],i[1],i[2],i[3]);case 5:return new e(i[0],i[1],i[2],i[3],i[4]);case 6:return new e(i[0],i[1],i[2],i[3],i[4],i[5]);case 7:return new e(i[0],i[1],i[2],i[3],i[4],i[5],i[6])}var a=Ce(e.prototype),p=e.apply(a,i);return q1(p)?p:a}}function Ac(e,i,a){var p=o4(e);function g(){for(var F=arguments.length,$=a2(F),Y=F,G=Ie(g);Y--;)$[Y]=arguments[Y];var p2=F<3&&$[0]!==G&&$[F-1]!==G?[]:T0($,G);if(F-=p2.length,F<a)return En(e,i,Z4,g.placeholder,n,$,p2,n,n,a-F);var f2=this&&this!==f1&&this instanceof g?p:e;return M6(f2,this,$)}return g}function bn(e){return function(i,a,p){var g=E1(i);if(!m6(i)){var F=O2(a,3);i=W1(i),a=function(Y){return F(g[Y],Y,g)}}var $=e(i,a,p);return $>-1?g[F?i[$]:$]:n}}function vn(e){return w0(function(i){var a=i.length,p=a,g=D6.prototype.thru;for(e&&i.reverse();p--;){var F=i[p];if(typeof F!="function")throw new H6(c);if(g&&!$&&et(F)=="wrapper")var $=new D6([],!0)}for(p=$?p:a;++p<a;){F=i[p];var Y=et(F),G=Y=="wrapper"?u3(F):n;G&&x3(G[0])&&G[1]==(P|T|W|j)&&!G[4].length&&G[9]==1?$=$[et(G[0])].apply($,G[3]):$=F.length==1&&x3(F)?$[Y]():$.thru(F)}return function(){var p2=arguments,f2=p2[0];if($&&p2.length==1&&G2(f2))return $.plant(f2).value();for(var g2=0,B2=a?i[g2].apply(this,p2):f2;++g2<a;)B2=i[g2].call(this,B2);return B2}})}function Z4(e,i,a,p,g,F,$,Y,G,p2){var f2=i&P,g2=i&I,B2=i&H,A2=i&(T|X),W2=i&J,e1=B2?n:o4(e);function X2(){for(var a1=arguments.length,h1=a2(a1),_6=a1;_6--;)h1[_6]=arguments[_6];if(A2)var r6=Ie(X2),I6=js(h1,r6);if(p&&(h1=mn(h1,p,g,A2)),F&&(h1=gn(h1,F,$,A2)),a1-=I6,A2&&a1<p2){var V1=T0(h1,r6);return En(e,i,Z4,X2.placeholder,a,h1,V1,Y,G,p2-a1)}var e0=g2?a:this,k0=B2?e0[e]:e;return a1=h1.length,Y?h1=td(h1,Y):W2&&a1>1&&h1.reverse(),f2&&G<a1&&(h1.length=G),this&&this!==f1&&this instanceof X2&&(k0=e1||o4(k0)),k0.apply(e0,h1)}return X2}function Sn(e,i){return function(a,p){return cc(a,e,i(p),{})}}function G4(e,i){return function(a,p){var g;if(a===n&&p===n)return i;if(a!==n&&(g=a),p!==n){if(g===n)return p;typeof a=="string"||typeof p=="string"?(a=C6(a),p=C6(p)):(a=sn(a),p=sn(p)),g=e(a,p)}return g}}function d3(e){return w0(function(i){return i=M1(i,q6(O2())),i1(function(a){var p=this;return e(i,function(g){return M6(g,p,a)})})})}function K4(e,i){i=i===n?" ":C6(i);var a=i.length;if(a<2)return a?i3(i,e):i;var p=i3(i,H4(e/Ee(i)));return ke(i)?P0(G6(p),0,e).join(""):p.slice(0,e)}function Tc(e,i,a,p){var g=i&I,F=o4(e);function $(){for(var Y=-1,G=arguments.length,p2=-1,f2=p.length,g2=a2(f2+G),B2=this&&this!==f1&&this instanceof $?F:e;++p2<f2;)g2[p2]=p[p2];for(;G--;)g2[p2++]=arguments[++Y];return M6(B2,g?a:this,g2)}return $}function kn(e){return function(i,a,p){return p&&typeof p!="number"&&s6(i,a,p)&&(a=p=n),i=S0(i),a===n?(a=i,i=0):a=S0(a),p=p===n?i<a?1:-1:S0(p),vc(i,a,p,e)}}function J4(e){return function(i,a){return typeof i=="string"&&typeof a=="string"||(i=R6(i),a=R6(a)),e(i,a)}}function En(e,i,a,p,g,F,$,Y,G,p2){var f2=i&T,g2=f2?$:n,B2=f2?n:$,A2=f2?F:n,W2=f2?n:F;i|=f2?W:S,i&=~(f2?S:W),i&D||(i&=-4);var e1=[e,i,g,A2,g2,W2,B2,Y,G,p2],X2=a.apply(n,e1);return x3(e)&&Tn(X2,e1),X2.placeholder=p,Ln(X2,e,i)}function h3(e){var i=D1[e];return function(a,p){if(a=R6(a),p=p==null?0:t6(J2(p),292),p&&T8(a)){var g=(y1(a)+"e").split("e"),F=i(g[0]+"e"+(+g[1]+p));return g=(y1(F)+"e").split("e"),+(g[0]+"e"+(+g[1]-p))}return i(a)}}var Lc=Me&&1/q4(new Me([,-0]))[1]==y2?function(e){return new Me(e)}:V3;function Bn(e){return function(i){var a=n6(i);return a==L1?Pt(i):a==C1?er(i):Ys(i,e(i))}}function x0(e,i,a,p,g,F,$,Y){var G=i&H;if(!G&&typeof e!="function")throw new H6(c);var p2=p?p.length:0;if(p2||(i&=-97,p=g=n),$=$===n?$:$1(J2($),0),Y=Y===n?Y:J2(Y),p2-=g?g.length:0,i&S){var f2=p,g2=g;p=g=n}var B2=G?n:u3(e),A2=[e,i,a,p,g,f2,g2,F,$,Y];if(B2&&Kc(A2,B2),e=A2[0],i=A2[1],a=A2[2],p=A2[3],g=A2[4],Y=A2[9]=A2[9]===n?G?0:e.length:$1(A2[9]-p2,0),!Y&&i&(T|X)&&(i&=-25),!i||i==I)var W2=Nc(e,i,a);else i==T||i==X?W2=Ac(e,i,Y):(i==W||i==(I|W))&&!g.length?W2=Tc(e,i,a,p):W2=Z4.apply(n,A2);var e1=B2?ln:Tn;return Ln(e1(W2,A2),e,i)}function zn(e,i,a,p){return e===n||J6(e,ze[a])&&!g1.call(p,a)?i:e}function Mn(e,i,a,p,g,F){return q1(e)&&q1(i)&&(F.set(i,e),Y4(e,i,n,Mn,F),F.delete(i)),e}function Hc(e){return s4(e)?n:e}function qn(e,i,a,p,g,F){var $=a&_,Y=e.length,G=i.length;if(Y!=G&&!($&&G>Y))return!1;var p2=F.get(e),f2=F.get(i);if(p2&&f2)return p2==i&&f2==e;var g2=-1,B2=!0,A2=a&A?new oe:n;for(F.set(e,i),F.set(i,e);++g2<Y;){var W2=e[g2],e1=i[g2];if(p)var X2=$?p(e1,W2,g2,i,e,F):p(W2,e1,g2,e,i,F);if(X2!==n){if(X2)continue;B2=!1;break}if(A2){if(!At(i,function(a1,h1){if(!je(A2,h1)&&(W2===a1||g(W2,a1,a,p,F)))return A2.push(h1)})){B2=!1;break}}else if(!(W2===e1||g(W2,e1,a,p,F))){B2=!1;break}}return F.delete(e),F.delete(i),B2}function Dc(e,i,a,p,g,F,$){switch(a){case N6:if(e.byteLength!=i.byteLength||e.byteOffset!=i.byteOffset)return!1;e=e.buffer,i=i.buffer;case j6:return!(e.byteLength!=i.byteLength||!F(new N4(e),new N4(i)));case s1:case p1:case v6:return J6(+e,+i);case Z1:return e.name==i.name&&e.message==i.message;case k6:case K1:return e==i+"";case L1:var Y=Pt;case C1:var G=p&_;if(Y||(Y=q4),e.size!=i.size&&!G)return!1;var p2=$.get(e);if(p2)return p2==i;p|=A,$.set(e,i);var f2=qn(Y(e),Y(i),p,g,F,$);return $.delete(e),f2;case J1:if(Ke)return Ke.call(e)==Ke.call(i)}return!1}function $c(e,i,a,p,g,F){var $=a&_,Y=p3(e),G=Y.length,p2=p3(i),f2=p2.length;if(G!=f2&&!$)return!1;for(var g2=G;g2--;){var B2=Y[g2];if(!($?B2 in i:g1.call(i,B2)))return!1}var A2=F.get(e),W2=F.get(i);if(A2&&W2)return A2==i&&W2==e;var e1=!0;F.set(e,i),F.set(i,e);for(var X2=$;++g2<G;){B2=Y[g2];var a1=e[B2],h1=i[B2];if(p)var _6=$?p(h1,a1,B2,i,e,F):p(a1,h1,B2,e,i,F);if(!(_6===n?a1===h1||g(a1,h1,a,p,F):_6)){e1=!1;break}X2||(X2=B2=="constructor")}if(e1&&!X2){var r6=e.constructor,I6=i.constructor;r6!=I6&&"constructor"in e&&"constructor"in i&&!(typeof r6=="function"&&r6 instanceof r6&&typeof I6=="function"&&I6 instanceof I6)&&(e1=!1)}return F.delete(e),F.delete(i),e1}function w0(e){return b3(Nn(e,n,Rn),e+"")}function p3(e){return j8(e,W1,g3)}function f3(e){return j8(e,g6,Cn)}var u3=$4?function(e){return $4.get(e)}:V3;function et(e){for(var i=e.name+"",a=qe[i],p=g1.call(qe,i)?a.length:0;p--;){var g=a[p],F=g.func;if(F==null||F==e)return g.name}return i}function Ie(e){var i=g1.call(q,"placeholder")?q:e;return i.placeholder}function O2(){var e=q.iteratee||_3;return e=e===_3?Z8:e,arguments.length?e(arguments[0],arguments[1]):e}function tt(e,i){var a=e.__data__;return Uc(i)?a[typeof i=="string"?"string":"hash"]:a.map}function m3(e){for(var i=W1(e),a=i.length;a--;){var p=i[a],g=e[p];i[a]=[p,g,In(g)]}return i}function se(e,i){var a=Gs(e,i);return Q8(a)?a:n}function Pc(e){var i=g1.call(e,ne),a=e[ne];try{e[ne]=n;var p=!0}catch{}var g=I4.call(e);return p&&(i?e[ne]=a:delete e[ne]),g}var g3=Rt?function(e){return e==null?[]:(e=E1(e),N0(Rt(e),function(i){return N8.call(e,i)}))}:N3,Cn=Rt?function(e){for(var i=[];e;)A0(i,g3(e)),e=A4(e);return i}:N3,n6=a6;(Wt&&n6(new Wt(new ArrayBuffer(1)))!=N6||Qe&&n6(new Qe)!=L1||Xt&&n6(Xt.resolve())!=Y6||Me&&n6(new Me)!=C1||Ze&&n6(new Ze)!=V6)&&(n6=function(e){var i=a6(e),a=i==z1?e.constructor:n,p=a?re(a):"";if(p)switch(p){case kr:return N6;case Er:return L1;case Br:return Y6;case zr:return C1;case Mr:return V6}return i});function Oc(e,i,a){for(var p=-1,g=a.length;++p<g;){var F=a[p],$=F.size;switch(F.type){case"drop":e+=$;break;case"dropRight":i-=$;break;case"take":i=t6(i,e+$);break;case"takeRight":e=$1(e,i-$);break}}return{start:e,end:i}}function Rc(e){var i=e.match(U);return i?i[1].split(z2):[]}function Fn(e,i,a){i=$0(i,e);for(var p=-1,g=i.length,F=!1;++p<g;){var $=s0(i[p]);if(!(F=e!=null&&a(e,$)))break;e=e[$]}return F||++p!=g?F:(g=e==null?0:e.length,!!g&&rt(g)&&b0($,g)&&(G2(e)||ce(e)))}function Wc(e){var i=e.length,a=new e.constructor(i);return i&&typeof e[0]=="string"&&g1.call(e,"index")&&(a.index=e.index,a.input=e.input),a}function _n(e){return typeof e.constructor=="function"&&!l4(e)?Ce(A4(e)):{}}function Xc(e,i,a){var p=e.constructor;switch(i){case j6:return c3(e);case s1:case p1:return new p(+e);case N6:return qc(e,a);case O1:case d0:case U6:case h6:case i0:case h0:case Z:case K:case D2:return fn(e,a);case L1:return new p;case v6:case K1:return new p(e);case k6:return Cc(e);case C1:return new p;case J1:return Fc(e)}}function Yc(e,i){var a=i.length;if(!a)return e;var p=a-1;return i[p]=(a>1?"& ":"")+i[p],i=i.join(a>2?", ":" "),e.replace(L,`{
|
|
5
|
-
/* [wrapped with `+
|
|
6
|
-
`)}function jc(e){return G2(e)||ce(e)||!!(A8&&e&&e[A8])}function b0(e,i){var a=typeof e;return i=i??k2,!!i&&(a=="number"||a!="symbol"&&e6.test(e))&&e>-1&&e%1==0&&e<i}function s6(e,i,a){if(!q1(a))return!1;var p=typeof i;return(p=="number"?m6(a)&&b0(i,a.length):p=="string"&&i in a)?J6(a[i],e):!1}function y3(e,i){if(G2(e))return!1;var a=typeof e;return a=="number"||a=="symbol"||a=="boolean"||e==null||F6(e)?!0:Re.test(e)||!Oe.test(e)||i!=null&&e in E1(i)}function Uc(e){var i=typeof e;return i=="string"||i=="number"||i=="symbol"||i=="boolean"?e!=="__proto__":e===null}function x3(e){var i=et(e),a=q[i];if(typeof a!="function"||!(i in c1.prototype))return!1;if(e===a)return!0;var p=u3(a);return!!p&&e===p[0]}function Qc(e){return!!_8&&_8 in e}var Zc=F4?v0:A3;function l4(e){var i=e&&e.constructor,a=typeof i=="function"&&i.prototype||ze;return e===a}function In(e){return e===e&&!q1(e)}function Vn(e,i){return function(a){return a==null?!1:a[e]===i&&(i!==n||e in E1(a))}}function Gc(e){var i=at(e,function(p){return a.size===u&&a.clear(),p}),a=i.cache;return i}function Kc(e,i){var a=e[1],p=i[1],g=a|p,F=g<(I|H|P),$=p==P&&a==T||p==P&&a==j&&e[7].length<=i[8]||p==(P|j)&&i[7].length<=i[8]&&a==T;if(!(F||$))return e;p&I&&(e[2]=i[2],g|=a&I?0:D);var Y=i[3];if(Y){var G=e[3];e[3]=G?mn(G,Y,i[4]):Y,e[4]=G?T0(e[3],m):i[4]}return Y=i[5],Y&&(G=e[5],e[5]=G?gn(G,Y,i[6]):Y,e[6]=G?T0(e[5],m):i[6]),Y=i[7],Y&&(e[7]=Y),p&P&&(e[8]=e[8]==null?i[8]:t6(e[8],i[8])),e[9]==null&&(e[9]=i[9]),e[0]=i[0],e[1]=g,e}function Jc(e){var i=[];if(e!=null)for(var a in E1(e))i.push(a);return i}function ed(e){return I4.call(e)}function Nn(e,i,a){return i=$1(i===n?e.length-1:i,0),function(){for(var p=arguments,g=-1,F=$1(p.length-i,0),$=a2(F);++g<F;)$[g]=p[i+g];g=-1;for(var Y=a2(i+1);++g<i;)Y[g]=p[g];return Y[i]=a($),M6(e,this,Y)}}function An(e,i){return i.length<2?e:ae(e,P6(i,0,-1))}function td(e,i){for(var a=e.length,p=t6(i.length,a),g=u6(e);p--;){var F=i[p];e[p]=b0(F,a)?g[F]:n}return e}function w3(e,i){if(!(i==="constructor"&&typeof e[i]=="function")&&i!="__proto__")return e[i]}var Tn=Hn(ln),a4=gr||function(e,i){return f1.setTimeout(e,i)},b3=Hn(Ec);function Ln(e,i,a){var p=i+"";return b3(e,Yc(p,nd(Rc(p),a)))}function Hn(e){var i=0,a=0;return function(){var p=br(),g=i2-(p-a);if(a=p,g>0){if(++i>=I2)return arguments[0]}else i=0;return e.apply(n,arguments)}}function nt(e,i){var a=-1,p=e.length,g=p-1;for(i=i===n?p:i;++a<i;){var F=n3(a,g),$=e[F];e[F]=e[a],e[a]=$}return e.length=i,e}var Dn=Gc(function(e){var i=[];return e.charCodeAt(0)===46&&i.push(""),e.replace(ge,function(a,p,g,F){i.push(g?F.replace(E2,"$1"):p||a)}),i});function s0(e){if(typeof e=="string"||F6(e))return e;var i=e+"";return i=="0"&&1/e==-y2?"-0":i}function re(e){if(e!=null){try{return _4.call(e)}catch{}try{return e+""}catch{}}return""}function nd(e,i){return L6(b2,function(a){var p="_."+a[0];i&a[1]&&!z4(e,p)&&e.push(p)}),e.sort()}function $n(e){if(e instanceof c1)return e.clone();var i=new D6(e.__wrapped__,e.__chain__);return i.__actions__=u6(e.__actions__),i.__index__=e.__index__,i.__values__=e.__values__,i}function id(e,i,a){(a?s6(e,i,a):i===n)?i=1:i=$1(J2(i),0);var p=e==null?0:e.length;if(!p||i<1)return[];for(var g=0,F=0,$=a2(H4(p/i));g<p;)$[F++]=P6(e,g,g+=i);return $}function od(e){for(var i=-1,a=e==null?0:e.length,p=0,g=[];++i<a;){var F=e[i];F&&(g[p++]=F)}return g}function ld(){var e=arguments.length;if(!e)return[];for(var i=a2(e-1),a=arguments[0],p=e;p--;)i[p-1]=arguments[p];return A0(G2(a)?u6(a):[a],U1(i,1))}var ad=i1(function(e,i){return I1(e)?e4(e,U1(i,1,I1,!0)):[]}),sd=i1(function(e,i){var a=O6(i);return I1(a)&&(a=n),I1(e)?e4(e,U1(i,1,I1,!0),O2(a,2)):[]}),rd=i1(function(e,i){var a=O6(i);return I1(a)&&(a=n),I1(e)?e4(e,U1(i,1,I1,!0),n,a):[]});function cd(e,i,a){var p=e==null?0:e.length;return p?(i=a||i===n?1:J2(i),P6(e,i<0?0:i,p)):[]}function dd(e,i,a){var p=e==null?0:e.length;return p?(i=a||i===n?1:J2(i),i=p-i,P6(e,0,i<0?0:i)):[]}function hd(e,i){return e&&e.length?U4(e,O2(i,3),!0,!0):[]}function pd(e,i){return e&&e.length?U4(e,O2(i,3),!0):[]}function fd(e,i,a,p){var g=e==null?0:e.length;return g?(a&&typeof a!="number"&&s6(e,i,a)&&(a=0,p=g),lc(e,i,a,p)):[]}function Pn(e,i,a){var p=e==null?0:e.length;if(!p)return-1;var g=a==null?0:J2(a);return g<0&&(g=$1(p+g,0)),M4(e,O2(i,3),g)}function On(e,i,a){var p=e==null?0:e.length;if(!p)return-1;var g=p-1;return a!==n&&(g=J2(a),g=a<0?$1(p+g,0):t6(g,p-1)),M4(e,O2(i,3),g,!0)}function Rn(e){var i=e==null?0:e.length;return i?U1(e,1):[]}function ud(e){var i=e==null?0:e.length;return i?U1(e,y2):[]}function md(e,i){var a=e==null?0:e.length;return a?(i=i===n?1:J2(i),U1(e,i)):[]}function gd(e){for(var i=-1,a=e==null?0:e.length,p={};++i<a;){var g=e[i];p[g[0]]=g[1]}return p}function Wn(e){return e&&e.length?e[0]:n}function yd(e,i,a){var p=e==null?0:e.length;if(!p)return-1;var g=a==null?0:J2(a);return g<0&&(g=$1(p+g,0)),Se(e,i,g)}function xd(e){var i=e==null?0:e.length;return i?P6(e,0,-1):[]}var wd=i1(function(e){var i=M1(e,s3);return i.length&&i[0]===e[0]?Gt(i):[]}),bd=i1(function(e){var i=O6(e),a=M1(e,s3);return i===O6(a)?i=n:a.pop(),a.length&&a[0]===e[0]?Gt(a,O2(i,2)):[]}),vd=i1(function(e){var i=O6(e),a=M1(e,s3);return i=typeof i=="function"?i:n,i&&a.pop(),a.length&&a[0]===e[0]?Gt(a,n,i):[]});function Sd(e,i){return e==null?"":xr.call(e,i)}function O6(e){var i=e==null?0:e.length;return i?e[i-1]:n}function kd(e,i,a){var p=e==null?0:e.length;if(!p)return-1;var g=p;return a!==n&&(g=J2(a),g=g<0?$1(p+g,0):t6(g,p-1)),i===i?nr(e,i,g):M4(e,k8,g,!0)}function Ed(e,i){return e&&e.length?en(e,J2(i)):n}var Bd=i1(Xn);function Xn(e,i){return e&&e.length&&i&&i.length?t3(e,i):e}function zd(e,i,a){return e&&e.length&&i&&i.length?t3(e,i,O2(a,2)):e}function Md(e,i,a){return e&&e.length&&i&&i.length?t3(e,i,n,a):e}var qd=w0(function(e,i){var a=e==null?0:e.length,p=jt(e,i);return on(e,M1(i,function(g){return b0(g,a)?+g:g}).sort(un)),p});function Cd(e,i){var a=[];if(!(e&&e.length))return a;var p=-1,g=[],F=e.length;for(i=O2(i,3);++p<F;){var $=e[p];i($,p,e)&&(a.push($),g.push(p))}return on(e,g),a}function v3(e){return e==null?e:Sr.call(e)}function Fd(e,i,a){var p=e==null?0:e.length;return p?(a&&typeof a!="number"&&s6(e,i,a)?(i=0,a=p):(i=i==null?0:J2(i),a=a===n?p:J2(a)),P6(e,i,a)):[]}function _d(e,i){return j4(e,i)}function Id(e,i,a){return o3(e,i,O2(a,2))}function Vd(e,i){var a=e==null?0:e.length;if(a){var p=j4(e,i);if(p<a&&J6(e[p],i))return p}return-1}function Nd(e,i){return j4(e,i,!0)}function Ad(e,i,a){return o3(e,i,O2(a,2),!0)}function Td(e,i){var a=e==null?0:e.length;if(a){var p=j4(e,i,!0)-1;if(J6(e[p],i))return p}return-1}function Ld(e){return e&&e.length?an(e):[]}function Hd(e,i){return e&&e.length?an(e,O2(i,2)):[]}function Dd(e){var i=e==null?0:e.length;return i?P6(e,1,i):[]}function $d(e,i,a){return e&&e.length?(i=a||i===n?1:J2(i),P6(e,0,i<0?0:i)):[]}function Pd(e,i,a){var p=e==null?0:e.length;return p?(i=a||i===n?1:J2(i),i=p-i,P6(e,i<0?0:i,p)):[]}function Od(e,i){return e&&e.length?U4(e,O2(i,3),!1,!0):[]}function Rd(e,i){return e&&e.length?U4(e,O2(i,3)):[]}var Wd=i1(function(e){return D0(U1(e,1,I1,!0))}),Xd=i1(function(e){var i=O6(e);return I1(i)&&(i=n),D0(U1(e,1,I1,!0),O2(i,2))}),Yd=i1(function(e){var i=O6(e);return i=typeof i=="function"?i:n,D0(U1(e,1,I1,!0),n,i)});function jd(e){return e&&e.length?D0(e):[]}function Ud(e,i){return e&&e.length?D0(e,O2(i,2)):[]}function Qd(e,i){return i=typeof i=="function"?i:n,e&&e.length?D0(e,n,i):[]}function S3(e){if(!(e&&e.length))return[];var i=0;return e=N0(e,function(a){if(I1(a))return i=$1(a.length,i),!0}),Dt(i,function(a){return M1(e,Tt(a))})}function Yn(e,i){if(!(e&&e.length))return[];var a=S3(e);return i==null?a:M1(a,function(p){return M6(i,n,p)})}var Zd=i1(function(e,i){return I1(e)?e4(e,i):[]}),Gd=i1(function(e){return a3(N0(e,I1))}),Kd=i1(function(e){var i=O6(e);return I1(i)&&(i=n),a3(N0(e,I1),O2(i,2))}),Jd=i1(function(e){var i=O6(e);return i=typeof i=="function"?i:n,a3(N0(e,I1),n,i)}),eh=i1(S3);function th(e,i){return dn(e||[],i||[],Je)}function nh(e,i){return dn(e||[],i||[],i4)}var ih=i1(function(e){var i=e.length,a=i>1?e[i-1]:n;return a=typeof a=="function"?(e.pop(),a):n,Yn(e,a)});function jn(e){var i=q(e);return i.__chain__=!0,i}function oh(e,i){return i(e),e}function it(e,i){return i(e)}var lh=w0(function(e){var i=e.length,a=i?e[0]:0,p=this.__wrapped__,g=function(F){return jt(F,e)};return i>1||this.__actions__.length||!(p instanceof c1)||!b0(a)?this.thru(g):(p=p.slice(a,+a+(i?1:0)),p.__actions__.push({func:it,args:[g],thisArg:n}),new D6(p,this.__chain__).thru(function(F){return i&&!F.length&&F.push(n),F}))});function ah(){return jn(this)}function sh(){return new D6(this.value(),this.__chain__)}function rh(){this.__values__===n&&(this.__values__=s5(this.value()));var e=this.__index__>=this.__values__.length,i=e?n:this.__values__[this.__index__++];return{done:e,value:i}}function ch(){return this}function dh(e){for(var i,a=this;a instanceof O4;){var p=$n(a);p.__index__=0,p.__values__=n,i?g.__wrapped__=p:i=p;var g=p;a=a.__wrapped__}return g.__wrapped__=e,i}function hh(){var e=this.__wrapped__;if(e instanceof c1){var i=e;return this.__actions__.length&&(i=new c1(this)),i=i.reverse(),i.__actions__.push({func:it,args:[v3],thisArg:n}),new D6(i,this.__chain__)}return this.thru(v3)}function ph(){return cn(this.__wrapped__,this.__actions__)}var fh=Q4(function(e,i,a){g1.call(e,a)?++e[a]:y0(e,a,1)});function uh(e,i,a){var p=G2(e)?v8:oc;return a&&s6(e,i,a)&&(i=n),p(e,O2(i,3))}function mh(e,i){var a=G2(e)?N0:X8;return a(e,O2(i,3))}var gh=bn(Pn),yh=bn(On);function xh(e,i){return U1(ot(e,i),1)}function wh(e,i){return U1(ot(e,i),y2)}function bh(e,i,a){return a=a===n?1:J2(a),U1(ot(e,i),a)}function Un(e,i){var a=G2(e)?L6:H0;return a(e,O2(i,3))}function Qn(e,i){var a=G2(e)?Ds:W8;return a(e,O2(i,3))}var vh=Q4(function(e,i,a){g1.call(e,a)?e[a].push(i):y0(e,a,[i])});function Sh(e,i,a,p){e=m6(e)?e:Ne(e),a=a&&!p?J2(a):0;var g=e.length;return a<0&&(a=$1(g+a,0)),ct(e)?a<=g&&e.indexOf(i,a)>-1:!!g&&Se(e,i,a)>-1}var kh=i1(function(e,i,a){var p=-1,g=typeof i=="function",F=m6(e)?a2(e.length):[];return H0(e,function($){F[++p]=g?M6(i,$,a):t4($,i,a)}),F}),Eh=Q4(function(e,i,a){y0(e,a,i)});function ot(e,i){var a=G2(e)?M1:G8;return a(e,O2(i,3))}function Bh(e,i,a,p){return e==null?[]:(G2(i)||(i=i==null?[]:[i]),a=p?n:a,G2(a)||(a=a==null?[]:[a]),tn(e,i,a))}var zh=Q4(function(e,i,a){e[a?0:1].push(i)},function(){return[[],[]]});function Mh(e,i,a){var p=G2(e)?Nt:B8,g=arguments.length<3;return p(e,O2(i,4),a,g,H0)}function qh(e,i,a){var p=G2(e)?$s:B8,g=arguments.length<3;return p(e,O2(i,4),a,g,W8)}function Ch(e,i){var a=G2(e)?N0:X8;return a(e,st(O2(i,3)))}function Fh(e){var i=G2(e)?$8:Sc;return i(e)}function _h(e,i,a){(a?s6(e,i,a):i===n)?i=1:i=J2(i);var p=G2(e)?Jr:kc;return p(e,i)}function Ih(e){var i=G2(e)?ec:Bc;return i(e)}function Vh(e){if(e==null)return 0;if(m6(e))return ct(e)?Ee(e):e.length;var i=n6(e);return i==L1||i==C1?e.size:Jt(e).length}function Nh(e,i,a){var p=G2(e)?At:zc;return a&&s6(e,i,a)&&(i=n),p(e,O2(i,3))}var Ah=i1(function(e,i){if(e==null)return[];var a=i.length;return a>1&&s6(e,i[0],i[1])?i=[]:a>2&&s6(i[0],i[1],i[2])&&(i=[i[0]]),tn(e,U1(i,1),[])}),lt=mr||function(){return f1.Date.now()};function Th(e,i){if(typeof i!="function")throw new H6(c);return e=J2(e),function(){if(--e<1)return i.apply(this,arguments)}}function Zn(e,i,a){return i=a?n:i,i=e&&i==null?e.length:i,x0(e,P,n,n,n,n,i)}function Gn(e,i){var a;if(typeof i!="function")throw new H6(c);return e=J2(e),function(){return--e>0&&(a=i.apply(this,arguments)),e<=1&&(i=n),a}}var k3=i1(function(e,i,a){var p=I;if(a.length){var g=T0(a,Ie(k3));p|=W}return x0(e,p,i,a,g)}),Kn=i1(function(e,i,a){var p=I|H;if(a.length){var g=T0(a,Ie(Kn));p|=W}return x0(i,p,e,a,g)});function Jn(e,i,a){i=a?n:i;var p=x0(e,T,n,n,n,n,n,i);return p.placeholder=Jn.placeholder,p}function e5(e,i,a){i=a?n:i;var p=x0(e,X,n,n,n,n,n,i);return p.placeholder=e5.placeholder,p}function t5(e,i,a){var p,g,F,$,Y,G,p2=0,f2=!1,g2=!1,B2=!0;if(typeof e!="function")throw new H6(c);i=R6(i)||0,q1(a)&&(f2=!!a.leading,g2="maxWait"in a,F=g2?$1(R6(a.maxWait)||0,i):F,B2="trailing"in a?!!a.trailing:B2);function A2(V1){var e0=p,k0=g;return p=g=n,p2=V1,$=e.apply(k0,e0),$}function W2(V1){return p2=V1,Y=a4(a1,i),f2?A2(V1):$}function e1(V1){var e0=V1-G,k0=V1-p2,b5=i-e0;return g2?t6(b5,F-k0):b5}function X2(V1){var e0=V1-G,k0=V1-p2;return G===n||e0>=i||e0<0||g2&&k0>=F}function a1(){var V1=lt();if(X2(V1))return h1(V1);Y=a4(a1,e1(V1))}function h1(V1){return Y=n,B2&&p?A2(V1):(p=g=n,$)}function _6(){Y!==n&&hn(Y),p2=0,p=G=g=Y=n}function r6(){return Y===n?$:h1(lt())}function I6(){var V1=lt(),e0=X2(V1);if(p=arguments,g=this,G=V1,e0){if(Y===n)return W2(G);if(g2)return hn(Y),Y=a4(a1,i),A2(G)}return Y===n&&(Y=a4(a1,i)),$}return I6.cancel=_6,I6.flush=r6,I6}var Lh=i1(function(e,i){return R8(e,1,i)}),Hh=i1(function(e,i,a){return R8(e,R6(i)||0,a)});function Dh(e){return x0(e,J)}function at(e,i){if(typeof e!="function"||i!=null&&typeof i!="function")throw new H6(c);var a=function(){var p=arguments,g=i?i.apply(this,p):p[0],F=a.cache;if(F.has(g))return F.get(g);var $=e.apply(this,p);return a.cache=F.set(g,$)||F,$};return a.cache=new(at.Cache||g0),a}at.Cache=g0;function st(e){if(typeof e!="function")throw new H6(c);return function(){var i=arguments;switch(i.length){case 0:return!e.call(this);case 1:return!e.call(this,i[0]);case 2:return!e.call(this,i[0],i[1]);case 3:return!e.call(this,i[0],i[1],i[2])}return!e.apply(this,i)}}function $h(e){return Gn(2,e)}var Ph=Mc(function(e,i){i=i.length==1&&G2(i[0])?M1(i[0],q6(O2())):M1(U1(i,1),q6(O2()));var a=i.length;return i1(function(p){for(var g=-1,F=t6(p.length,a);++g<F;)p[g]=i[g].call(this,p[g]);return M6(e,this,p)})}),E3=i1(function(e,i){var a=T0(i,Ie(E3));return x0(e,W,n,i,a)}),n5=i1(function(e,i){var a=T0(i,Ie(n5));return x0(e,S,n,i,a)}),Oh=w0(function(e,i){return x0(e,j,n,n,n,i)});function Rh(e,i){if(typeof e!="function")throw new H6(c);return i=i===n?i:J2(i),i1(e,i)}function Wh(e,i){if(typeof e!="function")throw new H6(c);return i=i==null?0:$1(J2(i),0),i1(function(a){var p=a[i],g=P0(a,0,i);return p&&A0(g,p),M6(e,this,g)})}function Xh(e,i,a){var p=!0,g=!0;if(typeof e!="function")throw new H6(c);return q1(a)&&(p="leading"in a?!!a.leading:p,g="trailing"in a?!!a.trailing:g),t5(e,i,{leading:p,maxWait:i,trailing:g})}function Yh(e){return Zn(e,1)}function jh(e,i){return E3(r3(i),e)}function Uh(){if(!arguments.length)return[];var e=arguments[0];return G2(e)?e:[e]}function Qh(e){return $6(e,w)}function Zh(e,i){return i=typeof i=="function"?i:n,$6(e,w,i)}function Gh(e){return $6(e,k|w)}function Kh(e,i){return i=typeof i=="function"?i:n,$6(e,k|w,i)}function Jh(e,i){return i==null||O8(e,i,W1(i))}function J6(e,i){return e===i||e!==e&&i!==i}var ep=J4(Zt),tp=J4(function(e,i){return e>=i}),ce=U8((function(){return arguments})())?U8:function(e){return _1(e)&&g1.call(e,"callee")&&!N8.call(e,"callee")},G2=a2.isArray,np=l6?q6(l6):dc;function m6(e){return e!=null&&rt(e.length)&&!v0(e)}function I1(e){return _1(e)&&m6(e)}function ip(e){return e===!0||e===!1||_1(e)&&a6(e)==s1}var O0=yr||A3,op=Z6?q6(Z6):hc;function lp(e){return _1(e)&&e.nodeType===1&&!s4(e)}function ap(e){if(e==null)return!0;if(m6(e)&&(G2(e)||typeof e=="string"||typeof e.splice=="function"||O0(e)||Ve(e)||ce(e)))return!e.length;var i=n6(e);if(i==L1||i==C1)return!e.size;if(l4(e))return!Jt(e).length;for(var a in e)if(g1.call(e,a))return!1;return!0}function sp(e,i){return n4(e,i)}function rp(e,i,a){a=typeof a=="function"?a:n;var p=a?a(e,i):n;return p===n?n4(e,i,n,a):!!p}function B3(e){if(!_1(e))return!1;var i=a6(e);return i==Z1||i==Y1||typeof e.message=="string"&&typeof e.name=="string"&&!s4(e)}function cp(e){return typeof e=="number"&&T8(e)}function v0(e){if(!q1(e))return!1;var i=a6(e);return i==d6||i==n0||i==N1||i==S6}function i5(e){return typeof e=="number"&&e==J2(e)}function rt(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=k2}function q1(e){var i=typeof e;return e!=null&&(i=="object"||i=="function")}function _1(e){return e!=null&&typeof e=="object"}var o5=u0?q6(u0):fc;function dp(e,i){return e===i||Kt(e,i,m3(i))}function hp(e,i,a){return a=typeof a=="function"?a:n,Kt(e,i,m3(i),a)}function pp(e){return l5(e)&&e!=+e}function fp(e){if(Zc(e))throw new Z2(r);return Q8(e)}function up(e){return e===null}function mp(e){return e==null}function l5(e){return typeof e=="number"||_1(e)&&a6(e)==v6}function s4(e){if(!_1(e)||a6(e)!=z1)return!1;var i=A4(e);if(i===null)return!0;var a=g1.call(i,"constructor")&&i.constructor;return typeof a=="function"&&a instanceof a&&_4.call(a)==hr}var z3=be?q6(be):uc;function gp(e){return i5(e)&&e>=-k2&&e<=k2}var a5=ve?q6(ve):mc;function ct(e){return typeof e=="string"||!G2(e)&&_1(e)&&a6(e)==K1}function F6(e){return typeof e=="symbol"||_1(e)&&a6(e)==J1}var Ve=b8?q6(b8):gc;function yp(e){return e===n}function xp(e){return _1(e)&&n6(e)==V6}function wp(e){return _1(e)&&a6(e)==Y0}var bp=J4(e3),vp=J4(function(e,i){return e<=i});function s5(e){if(!e)return[];if(m6(e))return ct(e)?G6(e):u6(e);if(Ue&&e[Ue])return Js(e[Ue]());var i=n6(e),a=i==L1?Pt:i==C1?q4:Ne;return a(e)}function S0(e){if(!e)return e===0?e:0;if(e=R6(e),e===y2||e===-y2){var i=e<0?-1:1;return i*C2}return e===e?e:0}function J2(e){var i=S0(e),a=i%1;return i===i?a?i-a:i:0}function r5(e){return e?le(J2(e),0,m2):0}function R6(e){if(typeof e=="number")return e;if(F6(e))return _2;if(q1(e)){var i=typeof e.valueOf=="function"?e.valueOf():e;e=q1(i)?i+"":i}if(typeof e!="string")return e===0?e:+e;e=z8(e);var a=N2.test(e);return a||I0.test(e)?Ye(e.slice(2),a?2:8):Z0.test(e)?_2:+e}function c5(e){return a0(e,g6(e))}function Sp(e){return e?le(J2(e),-k2,k2):e===0?e:0}function y1(e){return e==null?"":C6(e)}var kp=Fe(function(e,i){if(l4(i)||m6(i)){a0(i,W1(i),e);return}for(var a in i)g1.call(i,a)&&Je(e,a,i[a])}),d5=Fe(function(e,i){a0(i,g6(i),e)}),dt=Fe(function(e,i,a,p){a0(i,g6(i),e,p)}),Ep=Fe(function(e,i,a,p){a0(i,W1(i),e,p)}),Bp=w0(jt);function zp(e,i){var a=Ce(e);return i==null?a:P8(a,i)}var Mp=i1(function(e,i){e=E1(e);var a=-1,p=i.length,g=p>2?i[2]:n;for(g&&s6(i[0],i[1],g)&&(p=1);++a<p;)for(var F=i[a],$=g6(F),Y=-1,G=$.length;++Y<G;){var p2=$[Y],f2=e[p2];(f2===n||J6(f2,ze[p2])&&!g1.call(e,p2))&&(e[p2]=F[p2])}return e}),qp=i1(function(e){return e.push(n,Mn),M6(h5,n,e)});function Cp(e,i){return S8(e,O2(i,3),l0)}function Fp(e,i){return S8(e,O2(i,3),Qt)}function _p(e,i){return e==null?e:Ut(e,O2(i,3),g6)}function Ip(e,i){return e==null?e:Y8(e,O2(i,3),g6)}function Vp(e,i){return e&&l0(e,O2(i,3))}function Np(e,i){return e&&Qt(e,O2(i,3))}function Ap(e){return e==null?[]:X4(e,W1(e))}function Tp(e){return e==null?[]:X4(e,g6(e))}function M3(e,i,a){var p=e==null?n:ae(e,i);return p===n?a:p}function Lp(e,i){return e!=null&&Fn(e,i,ac)}function q3(e,i){return e!=null&&Fn(e,i,sc)}var Hp=Sn(function(e,i,a){i!=null&&typeof i.toString!="function"&&(i=I4.call(i)),e[i]=a},F3(y6)),Dp=Sn(function(e,i,a){i!=null&&typeof i.toString!="function"&&(i=I4.call(i)),g1.call(e,i)?e[i].push(a):e[i]=[a]},O2),$p=i1(t4);function W1(e){return m6(e)?D8(e):Jt(e)}function g6(e){return m6(e)?D8(e,!0):yc(e)}function Pp(e,i){var a={};return i=O2(i,3),l0(e,function(p,g,F){y0(a,i(p,g,F),p)}),a}function Op(e,i){var a={};return i=O2(i,3),l0(e,function(p,g,F){y0(a,g,i(p,g,F))}),a}var Rp=Fe(function(e,i,a){Y4(e,i,a)}),h5=Fe(function(e,i,a,p){Y4(e,i,a,p)}),Wp=w0(function(e,i){var a={};if(e==null)return a;var p=!1;i=M1(i,function(F){return F=$0(F,e),p||(p=F.length>1),F}),a0(e,f3(e),a),p&&(a=$6(a,k|x|w,Hc));for(var g=i.length;g--;)l3(a,i[g]);return a});function Xp(e,i){return p5(e,st(O2(i)))}var Yp=w0(function(e,i){return e==null?{}:wc(e,i)});function p5(e,i){if(e==null)return{};var a=M1(f3(e),function(p){return[p]});return i=O2(i),nn(e,a,function(p,g){return i(p,g[0])})}function jp(e,i,a){i=$0(i,e);var p=-1,g=i.length;for(g||(g=1,e=n);++p<g;){var F=e==null?n:e[s0(i[p])];F===n&&(p=g,F=a),e=v0(F)?F.call(e):F}return e}function Up(e,i,a){return e==null?e:i4(e,i,a)}function Qp(e,i,a,p){return p=typeof p=="function"?p:n,e==null?e:i4(e,i,a,p)}var f5=Bn(W1),u5=Bn(g6);function Zp(e,i,a){var p=G2(e),g=p||O0(e)||Ve(e);if(i=O2(i,4),a==null){var F=e&&e.constructor;g?a=p?new F:[]:q1(e)?a=v0(F)?Ce(A4(e)):{}:a={}}return(g?L6:l0)(e,function($,Y,G){return i(a,$,Y,G)}),a}function Gp(e,i){return e==null?!0:l3(e,i)}function Kp(e,i,a){return e==null?e:rn(e,i,r3(a))}function Jp(e,i,a,p){return p=typeof p=="function"?p:n,e==null?e:rn(e,i,r3(a),p)}function Ne(e){return e==null?[]:$t(e,W1(e))}function ef(e){return e==null?[]:$t(e,g6(e))}function tf(e,i,a){return a===n&&(a=i,i=n),a!==n&&(a=R6(a),a=a===a?a:0),i!==n&&(i=R6(i),i=i===i?i:0),le(R6(e),i,a)}function nf(e,i,a){return i=S0(i),a===n?(a=i,i=0):a=S0(a),e=R6(e),rc(e,i,a)}function of(e,i,a){if(a&&typeof a!="boolean"&&s6(e,i,a)&&(i=a=n),a===n&&(typeof i=="boolean"?(a=i,i=n):typeof e=="boolean"&&(a=e,e=n)),e===n&&i===n?(e=0,i=1):(e=S0(e),i===n?(i=e,e=0):i=S0(i)),e>i){var p=e;e=i,i=p}if(a||e%1||i%1){var g=L8();return t6(e+g*(i-e+te("1e-"+((g+"").length-1))),i)}return n3(e,i)}var lf=_e(function(e,i,a){return i=i.toLowerCase(),e+(a?m5(i):i)});function m5(e){return C3(y1(e).toLowerCase())}function g5(e){return e=y1(e),e&&e.replace(Xe,Us).replace(r2,"")}function af(e,i,a){e=y1(e),i=C6(i);var p=e.length;a=a===n?p:le(J2(a),0,p);var g=a;return a-=i.length,a>=0&&e.slice(a,g)==i}function sf(e){return e=y1(e),e&&j0.test(e)?e.replace(E6,Qs):e}function rf(e){return e=y1(e),e&&We.test(e)?e.replace(F0,"\\$&"):e}var cf=_e(function(e,i,a){return e+(a?"-":"")+i.toLowerCase()}),df=_e(function(e,i,a){return e+(a?" ":"")+i.toLowerCase()}),hf=wn("toLowerCase");function pf(e,i,a){e=y1(e),i=J2(i);var p=i?Ee(e):0;if(!i||p>=i)return e;var g=(i-p)/2;return K4(D4(g),a)+e+K4(H4(g),a)}function ff(e,i,a){e=y1(e),i=J2(i);var p=i?Ee(e):0;return i&&p<i?e+K4(i-p,a):e}function uf(e,i,a){e=y1(e),i=J2(i);var p=i?Ee(e):0;return i&&p<i?K4(i-p,a)+e:e}function mf(e,i,a){return a||i==null?i=0:i&&(i=+i),vr(y1(e).replace(Q0,""),i||0)}function gf(e,i,a){return(a?s6(e,i,a):i===n)?i=1:i=J2(i),i3(y1(e),i)}function yf(){var e=arguments,i=y1(e[0]);return e.length<3?i:i.replace(e[1],e[2])}var xf=_e(function(e,i,a){return e+(a?"_":"")+i.toLowerCase()});function wf(e,i,a){return a&&typeof a!="number"&&s6(e,i,a)&&(i=a=n),a=a===n?m2:a>>>0,a?(e=y1(e),e&&(typeof i=="string"||i!=null&&!z3(i))&&(i=C6(i),!i&&ke(e))?P0(G6(e),0,a):e.split(i,a)):[]}var bf=_e(function(e,i,a){return e+(a?" ":"")+C3(i)});function vf(e,i,a){return e=y1(e),a=a==null?0:le(J2(a),0,e.length),i=C6(i),e.slice(a,a+i.length)==i}function Sf(e,i,a){var p=q.templateSettings;a&&s6(e,i,a)&&(i=n),e=y1(e),i=dt({},i,p,zn);var g=dt({},i.imports,p.imports,zn),F=W1(g),$=$t(g,F),Y,G,p2=0,f2=i.interpolate||ye,g2="__p += '",B2=Ot((i.escape||ye).source+"|"+f2.source+"|"+(f2===me?H1:ye).source+"|"+(i.evaluate||ye).source+"|$","g"),A2="//# sourceURL="+(g1.call(i,"sourceURL")?(i.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++E4+"]")+`
|
|
7
|
-
`;
|
|
8
|
-
__e(`+
|
|
9
|
-
'`),
|
|
10
|
-
`+
|
|
11
|
-
__p += '`),
|
|
12
|
-
((__t = (`+
|
|
13
|
-
'`),
|
|
14
|
-
`;var
|
|
15
|
-
|
|
1
|
+
(function(p2,n){typeof exports=="object"&&typeof module<"u"?n(exports,require("vue"),require("pinia"),require("element-plus")):typeof define=="function"&&define.amd?define(["exports","vue","pinia","element-plus"],n):(p2=typeof globalThis<"u"?globalThis:p2||self,n(p2.JvsDraw={},p2.Vue,p2.Pinia,p2.ElementPlus))})(this,(function(p2,n,Gf,L1){"use strict";let h1=null,f1=null,C8=[];const ln=45,Xf=20,Yf=1;class Zf{startPoint;endPoint;xCoords;yCoords;constructor(r,e,t){this.startPoint=r,this.endPoint=e;const a=new Set([r[0],e[0]]),s=new Set([r[1],e[1]]),c=Math.min(r[0],e[0])-200,l=Math.max(r[0],e[0])+200,u=Math.min(r[1],e[1])-200,h=Math.max(r[1],e[1])+200,f=(p,g)=>p[0]>=g.x-ln&&p[0]<=g.x+g.width+ln&&p[1]>=g.y-ln&&p[1]<=g.y+g.height+ln;for(const p of t)if(!(p.type==="arrow"||p.type==="line"||p.type==="freedraw")){if(p===h1||p===f1||f(this.startPoint,p)||f(this.endPoint,p)){a.add(p.x-ln),a.add(p.x+p.width+ln),s.add(p.y-ln),s.add(p.y+p.height+ln);continue}p.x+p.width>c&&p.x<l&&p.y+p.height>u&&p.y<h&&(a.add(p.x-ln),a.add(p.x+p.width+ln),s.add(p.y-ln),s.add(p.y+p.height+ln))}this.xCoords=Array.from(a).sort((p,g)=>p-g),this.yCoords=Array.from(s).sort((p,g)=>p-g)}isBlocked(r,e,t,a){const s=Math.min(r,t),c=Math.max(r,t),l=Math.min(e,a),u=Math.max(e,a),h=(f,p)=>f[0]>=p.x-ln&&f[0]<=p.x+p.width+ln&&f[1]>=p.y-ln&&f[1]<=p.y+p.height+ln;for(const f of C8){if(f.type==="arrow"||f.type==="line"||f.type==="freedraw")continue;const g=f===h1||f===f1||h(this.startPoint,f)||h(this.endPoint,f)?0:ln,m=f.x-g+.1,x=f.x+f.width+g-.1,v=f.y-g+.1,y=f.y+f.height+g-.1;if(e===a){if(e>v&&e<y&&!(c<=m||s>=x)){if(!(f===h1||f===f1)){const _=r===this.startPoint[0]&&e===this.startPoint[1]||t===this.startPoint[0]&&a===this.startPoint[1],k=r===this.endPoint[0]&&e===this.endPoint[1]||t===this.endPoint[0]&&a===this.endPoint[1];if(_&&h(this.startPoint,f)||k&&h(this.endPoint,f))continue}return!0}}else if(r===t&&r>m&&r<x&&!(u<=v||l>=y)){if(!(f===h1||f===f1)){const _=r===this.startPoint[0]&&e===this.startPoint[1]||t===this.startPoint[0]&&a===this.startPoint[1],k=r===this.endPoint[0]&&e===this.endPoint[1]||t===this.endPoint[0]&&a===this.endPoint[1];if(_&&h(this.startPoint,f)||k&&h(this.endPoint,f))continue}return!0}}return!1}search(){const r=[],e=new Set,t={x:this.startPoint[0],y:this.startPoint[1],gScore:0,fScore:0,parent:null,dir:null};for(r.push(t);r.length>0;){r.sort((h,f)=>h.fScore-f.fScore);const a=r.shift();if(Math.abs(a.x-this.endPoint[0])<1&&Math.abs(a.y-this.endPoint[1])<1)return this.reconstructPath(a);const s=`${a.x},${a.y},${a.dir}`;if(e.has(s))continue;e.add(s);const c=[],l=this.xCoords.indexOf(a.x);l>0&&c.push({x:this.xCoords[l-1],y:a.y,dir:"horizontal"}),l<this.xCoords.length-1&&l>=0&&c.push({x:this.xCoords[l+1],y:a.y,dir:"horizontal"});const u=this.yCoords.indexOf(a.y);u>0&&c.push({x:a.x,y:this.yCoords[u-1],dir:"vertical"}),u<this.yCoords.length-1&&u>=0&&c.push({x:a.x,y:this.yCoords[u+1],dir:"vertical"}),a.x===this.endPoint[0]&&a.y!==this.endPoint[1]&&c.push({x:a.x,y:this.endPoint[1],dir:"vertical"}),a.y===this.endPoint[1]&&a.x!==this.endPoint[0]&&c.push({x:this.endPoint[0],y:a.y,dir:"horizontal"});for(const h of c){if(this.isBlocked(a.x,a.y,h.x,h.y))continue;const f=Math.abs(a.x-h.x)+Math.abs(a.y-h.y);let p=0;a.dir&&a.dir!==h.dir&&(p=Xf);const g=a.gScore+f*Yf+p,m=Math.abs(h.x-this.endPoint[0])+Math.abs(h.y-this.endPoint[1]),x=g+m;r.push({x:h.x,y:h.y,gScore:g,fScore:x,parent:a,dir:h.dir})}}return[]}reconstructPath(r){const e=[];let t=r;for(;t;)e.unshift([t.x,t.y]),t=t.parent;if(e.length<=2)return e;const a=[e[0]];let s=null;for(let c=1;c<e.length;c++){const l=e[c-1],u=e[c];let h=null;Math.abs(u[0]-l[0])>.01?h="horizontal":Math.abs(u[1]-l[1])>.01&&(h="vertical"),h===s&&a.length>1?a[a.length-1]=u:(a.push(u),s=h)}return a}}const q8=o=>{if(!o)return null;if(Array.isArray(o))return o.length===2&&typeof o[0]=="number"?{x:o[0],y:o[1],width:0,height:0}:null;if(o.type){const r=o;return{x:r.x,y:r.y,width:r.width,height:r.height}}return null},I8=(o,r)=>{if(!r)return[o.x,o.y];switch(r){case"left":return[o.x,o.y+o.height/2];case"top":return[o.x+o.width/2,o.y];case"right":return[o.x+o.width,o.y+o.height/2];case"bottom":return[o.x+o.width/2,o.y+o.height];default:return[o.x,o.y]}},M8=(o,r,e,t,a,s,c)=>{for(const u of a){if(u.type==="arrow"||u.type==="line"||u.type==="freedraw"||u===s||u===c||u.isDeleted)continue;const h=u.x-2,f=u.y-2,p=u.x+u.width+2,g=u.y+u.height+2,m=Math.min(o,o+e),x=Math.min(r,r+t),v=Math.max(o,o+e),y=Math.max(r,r+t);if(v>h&&m<p&&y>f&&x<g)return!0}return!1},B8=(o,r,e,t,a,s,c,l)=>{const h=r>o?1:-1,f=[];for(const y of s)if(!(y.type==="arrow"||y.type==="line"||y.type==="freedraw")&&!y.isDeleted)if(a){const w=y.x-2,_=y.x+y.width+2;if(!(t>w&&e<_))continue;f.push([y.y-2,y.y+y.height+2])}else{const w=y.y-2,_=y.y+y.height+2;if(!(t>w&&e<_))continue;f.push([y.x-2,y.x+y.width+2])}f.sort((y,w)=>y[0]-w[0]);const p=[];for(const y of f)if(p.length===0)p.push([...y]);else{const w=p[p.length-1];y[0]<=w[1]?w[1]=Math.max(w[1],y[1]):p.push([...y])}let g=-1/0,m=1/0,x=-1;for(let y=0;y<p.length;y++)if(o>=p[y][0]&&o<=p[y][1]){x=y;break}if(x!==-1)h>0?(g=p[x][1],m=x+1<p.length?p[x+1][0]:1/0):(m=p[x][0],g=x-1>=0?p[x-1][1]:-1/0);else{for(let y=0;y<p.length;y++)if(o<p[y][0]){m=p[y][0],g=y>0?p[y-1][1]:-1/0;break}m===1/0&&p.length>0&&o>p[p.length-1][1]&&(g=p[p.length-1][1])}const v=25;return g===-1/0&&m===1/0?r:g===-1/0?m-v:m===1/0?g+v:(g+m)/2},p6=o=>{if(o.length<3)return 0;let r=0;for(let e=1;e<o.length-1;e++){const t=o[e-1],a=o[e],s=o[e+1],c=Math.abs(a[0]-t[0])>.1,l=Math.abs(s[0]-a[0])>.1;c!==l&&r++}return r},Qf=(o,r,e,t)=>{if(o.length<3)return o;const a=(r.y+r.height/2+e.y+e.height/2)/2,s=(r.x+r.width/2+e.x+e.width/2)/2,c=o.map(g=>[g[0],g[1]]),l=p6(c),u=[],h=[],f=[],p=[];for(let g=0;g<c.length-1;g++){const m=c[g],x=c[g+1],v=Math.abs(m[1]-x[1])<.1&&Math.abs(m[0]-x[0])>.1;if(Math.abs(m[0]-x[0])<.1&&Math.abs(m[1]-x[1])>.1){const w=Math.min(m[1],x[1]),_=Math.max(m[1],x[1]);a>=w&&a<=_&&u.push(m[0]),g>0&&g<c.length-2&&p.push(g)}if(v){const w=Math.min(m[0],x[0]),_=Math.max(m[0],x[0]);s>=w&&s<=_&&h.push(m[1]),g>0&&g<c.length-2&&f.push(g)}}for(const g of f){const m=c[g],x=c[g+1],v=m[1];if(Math.abs(v-a)<1)continue;const y=Math.min(m[0],x[0]),w=Math.max(m[0],x[0]),_=u.filter(z=>z>=y-.1&&z<=w+.1);let k=y,C=w;for(const z of _)z<k&&(k=z),z>C&&(C=z);const S=Math.min(v,a),E=Math.abs(a-v),I=M8(k,S,C-k,E,t,h1,f1);let V=a;if(I){const z=B8(v,a,k,C,!0,t);if(z!==null&&Math.abs(z-v)>3)V=z;else continue}const R=c[g-1],$=c[g+2];let ee=!1;R&&(R[1]-v)*(R[1]-V)<0&&(ee=!0),$&&($[1]-v)*($[1]-V)<0&&(ee=!0),!ee&&(c[g]=[m[0],V],c[g+1]=[x[0],V],p6(c)>l&&(c[g]=[m[0],v],c[g+1]=[x[0],v]))}for(const g of p){const m=c[g],x=c[g+1],v=m[0];if(Math.abs(v-s)<1)continue;const y=Math.min(m[1],x[1]),w=Math.max(m[1],x[1]),_=h.filter(z=>z>=y-.1&&z<=w+.1);let k=y,C=w;for(const z of _)z<k&&(k=z),z>C&&(C=z);const S=Math.min(v,s),E=Math.abs(s-v),I=M8(S,k,E,C-k,t,h1,f1);let V=s;if(I){const z=B8(v,s,k,C,!1,t);if(z!==null&&Math.abs(z-v)>3)V=z;else continue}const R=c[g-1],$=c[g+2];let ee=!1;R&&(R[0]-v)*(R[0]-V)<0&&(ee=!0),$&&($[0]-v)*($[0]-V)<0&&(ee=!0),!ee&&(c[g]=[V,m[1]],c[g+1]=[V,x[1]],p6(c)>l&&(c[g]=[v,m[1]],c[g+1]=[v,x[1]]))}return c},Kf=(o,r,e,t,a=null,s=null,c=[])=>{const l=q8(o),u=q8(r);if(!l||!u)return[];h1=o.type?o:null,f1=r.type?r:null,C8=c;const h=a||I8(l,e),f=s||I8(u,t);let p=ln,g=ln;const m=e==="left"&&t==="right"||e==="right"&&t==="left",x=e==="top"&&t==="bottom"||e==="bottom"&&t==="top";if(m){const $=Math.abs(h[0]-f[0]);$<ln*2&&(p=$/2,g=$/2)}else if(x){const $=Math.abs(h[1]-f[1]);$<ln*2&&(p=$/2,g=$/2)}const v=($,ee,z,H)=>{if(!z)return ee;switch(z){case"left":return[$.x-H,ee[1]];case"right":return[$.x+$.width+H,ee[1]];case"top":return[ee[0],$.y-H];case"bottom":return[ee[0],$.y+$.height+H];default:return ee}},y=v(l,h,e,p),w=v(u,f,t,g),_=new Zf(y,w,c),k=(e==="left"||e==="right")&&(t==="left"||t==="right"),C=(e==="top"||e==="bottom")&&(t==="top"||t==="bottom");let S=[];if(k)if(e===t){const $=e==="left"?Math.min(y[0],w[0]):Math.max(y[0],w[0]);S=[y,[$,y[1]],[$,w[1]],w]}else{const $=(y[0]+w[0])/2;S=[y,[$,y[1]],[$,w[1]],w]}else if(C)if(e===t){const $=e==="top"?Math.min(y[1],w[1]):Math.max(y[1],w[1]);S=[y,[y[0],$],[w[0],$],w]}else{const $=(y[1]+w[1])/2;S=[y,[y[0],$],[w[0],$],w]}else e==="top"||e==="bottom"?S=[y,[y[0],w[1]],w]:S=[y,[w[0],y[1]],w];let E=!1;for(let $=0;$<S.length-1;$++)if(_.isBlocked(S[$][0],S[$][1],S[$+1][0],S[$+1][1])){E=!0;break}let I=[];!E&&S.length>=2?I=S:I=_.search(),I.length===0&&(I=S),I=Qf(I,l,u,c);const V=[],R=[h,...I,f];for(const $ of R)if(V.length===0)V.push($);else{const ee=V[V.length-1];(Math.abs(ee[0]-$[0])>.01||Math.abs(ee[1]-$[1])>.01)&&V.push($)}return V},Jf=(o,r,e,t,a,s,c,l)=>{const u=e-o,h=t-r,f=c-a,p=l-s,g=u*p-h*f;if(Math.abs(g)<1e-10)return null;const m=((a-o)*p-(s-r)*f)/g,x=((a-o)*h-(s-r)*u)/g;return m>=0&&x>=0&&x<=1?[o+m*u,r+m*h]:null},ep=o=>{const r=o.width,e=o.height,t=o.type;if(t==="circle"||t==="ellipse"){const a=r/2,s=e/2,c=[];for(let l=0;l<16;l++){const u=Math.PI*2*l/16;c.push([r/2+a*Math.cos(u),e/2+s*Math.sin(u)])}return c}if(t==="diamond"||t==="decision")return[[r/2,0],[r,e/2],[r/2,e],[0,e/2]];if(t==="trapezoid")return[[r*.2,0],[r*.8,0],[r,e],[0,e]];if(t==="parallelogram")return[[r*.25,0],[r,0],[r*.75,e],[0,e]];if(t==="pentagon")return[[r/2,0],[r,e*.4],[r*.8,e],[r*.2,e],[0,e*.4]];if(t==="hexagon")return[[r*.25,0],[r*.75,0],[r,e*.5],[r*.75,e],[r*.25,e],[0,e*.5]];if(t==="triangle")return[[r/2,0],[r,e],[0,e]];if(t==="doubleArrow")return[[0,e*.5],[r*.2,0],[r*.2,e*.3],[r*.8,e*.3],[r*.8,0],[r,e*.5],[r*.8,e],[r*.8,e*.7],[r*.2,e*.7],[r*.2,e]];if(t==="leftArrow")return[[0,e*.5],[r*.4,0],[r*.4,e*.3],[r,e*.3],[r,e*.7],[r*.4,e*.7],[r*.4,e]];if(t==="rightArrow")return[[r,e*.5],[r*.6,0],[r*.6,e*.3],[0,e*.3],[0,e*.7],[r*.6,e*.7],[r*.6,e]];if(t==="star"){const c=[];for(let m=0;m<10;m++){const x=m*Math.PI/5-Math.PI/2,v=m%2===0?1:.4;c.push([v*Math.cos(x),v*Math.sin(x)])}const l=Math.min(...c.map(m=>m[0])),u=Math.max(...c.map(m=>m[0])),h=Math.min(...c.map(m=>m[1])),f=Math.max(...c.map(m=>m[1])),p=u-l,g=f-h;return c.map(m=>[(m[0]-l)/p*r,(m[1]-h)/g*e])}return null},z8=(o,r)=>{const e=r.x+r.width/2,t=r.y+r.height/2,a=r.width,s=r.height,c=ep(r);if(c){const v=a/2,y=s/2,w=o[0]-r.x,_=o[1]-r.y;let k=1/0,C=null;for(let S=0;S<c.length;S++){const E=c[S],I=c[(S+1)%c.length],V=Jf(v,y,w,_,E[0],E[1],I[0],I[1]);if(V){const R=(V[0]-v)**2+(V[1]-y)**2;R<k&&(k=R,C=V)}}if(C){const S=r.x+C[0],E=r.y+C[1],I=Math.abs(S-r.x),V=Math.abs(S-(r.x+a)),R=Math.abs(E-r.y),$=Math.abs(E-(r.y+s)),ee=Math.min(I,V,R,$);return{pt:[S,E],side:ee===I?"left":ee===V?"right":ee===R?"top":"bottom"}}}const l=Math.abs(o[0]-r.x),u=Math.abs(o[0]-(r.x+a)),h=Math.abs(o[1]-r.y),f=Math.abs(o[1]-(r.y+s)),p=Math.min(l,u,h,f),g=3;let m=Math.max(r.x,Math.min(r.x+a,o[0])),x=Math.max(r.y,Math.min(r.y+s,o[1]));return Math.abs(m-e)<g&&(m=e),Math.abs(x-t)<g&&(x=t),p===l?{pt:[r.x,x],side:"left"}:p===u?{pt:[r.x+a,x],side:"right"}:p===h?{pt:[m,r.y],side:"top"}:{pt:[m,r.y+s],side:"bottom"}},$0=(o,r)=>{if(o.type!=="arrow"||o.arrowType!=="elbow")return o.points;const e=o.points;if(!e||e.length<2)return o.points;const t=e[0],a=e[e.length-1];if(!t||!a)return e;let s=[o.x+t[0],o.y+t[1]],c=[o.x+a[0],o.y+a[1]],l=[o.x+t[0],o.y+t[1]],u=[o.x+a[0],o.y+a[1]];const h=o.startBinding,f=o.endBinding;let p=null,g=null;h&&h.elementId&&(p=r.find(y=>y.id===h.elementId)||null,p&&(s=p)),f&&f.elementId&&(g=r.find(y=>y.id===f.elementId)||null,g&&(c=g));let m=null,x=null;if(p){const y=z8(l,p);l=y.pt,m=y.side}if(g){const y=z8(u,g);u=y.pt,x=y.side}if(e.length>2){let y=e.map(_=>[o.x+_[0],o.y+_[1]]);y[0]=[l[0],l[1]],y[y.length-1]=[u[0],u[1]],y[1]&&(m==="left"||m==="right"?y[1][1]=l[1]:(m==="top"||m==="bottom")&&(y[1][0]=l[0]));const w=y[y.length-2];return w&&(x==="left"||x==="right"?w[1]=u[1]:(x==="top"||x==="bottom")&&(w[0]=u[0])),y.map(_=>[_[0]-o.x,_[1]-o.y])}const v=Kf(s,c,m,x,l,u,r);return v.length>0?v.map(y=>[y[0]-o.x,y[1]-o.y]):e},tp=(o,r,e,t,a)=>[(o-e)*Math.cos(a)-(r-t)*Math.sin(a)+e,(o-e)*Math.sin(a)+(r-t)*Math.cos(a)+t],bt=(o,r,e)=>tp(o[0],o[1],r[0],r[1],e),np=o=>{let r=[];if((o.type==="line"||o.type==="arrow"||o.type==="freedraw")&&o.points&&o.points.length>0){let l=1/0,u=1/0,h=-1/0,f=-1/0;o.points.forEach(p=>{p[0]<l&&(l=p[0]),p[0]>h&&(h=p[0]),p[1]<u&&(u=p[1]),p[1]>f&&(f=p[1])}),o.type==="arrow"&&(l-=15,u-=15,h+=15,f+=15),r=[[o.x+l,o.y+u],[o.x+h,o.y+u],[o.x+h,o.y+f],[o.x+l,o.y+f]]}else r=[[o.x,o.y],[o.x+o.width,o.y],[o.x+o.width,o.y+o.height],[o.x,o.y+o.height]];const e=o.x+o.width/2,t=o.y+o.height/2,a=r.map(l=>bt(l,[e,t],o.angle||0)),s=a.map(l=>l[0]),c=a.map(l=>l[1]);return{minX:Math.min(...s),minY:Math.min(...c),maxX:Math.max(...s),maxY:Math.max(...c)}},F8=(o,r,e,t)=>{const a=e-o,s=t-r;return Math.hypot(a,s)},A8=(o,r)=>{if(o.length<3)return o.length===2?`M ${o[0][0]} ${o[0][1]} L ${o[1][0]} ${o[1][1]}`:"";let e=r;for(let s=1;s<o.length-1;s++){const c=o[s-1],l=o[s],u=o[s+1],h=Math.hypot(l[0]-c[0],l[1]-c[1]),f=Math.hypot(u[0]-l[0],u[1]-l[1]);h<.01||f<.01||(e=Math.min(e,h/2,f/2))}let t=`M ${o[0][0]} ${o[0][1]}`;for(let s=1;s<o.length-1;s++){const c=o[s-1],l=o[s],u=o[s+1],h=l[0]-c[0],f=l[1]-c[1],p=Math.hypot(h,f),g=u[0]-l[0],m=u[1]-l[1],x=Math.hypot(g,m);if(p<.01||x<.01){t+=` L ${l[0]} ${l[1]}`;continue}const v=l[0]-h/p*e,y=l[1]-f/p*e,w=l[0]+g/x*e,_=l[1]+m/x*e;t+=` L ${v} ${y}`,t+=` Q ${l[0]} ${l[1]} ${w} ${_}`}const a=o[o.length-1];return t+=` L ${a[0]} ${a[1]}`,t},Lt=(o,r)=>{if(o.length<3)return A8(o,r);let e="";const t=o.length,a=[];for(let E=0;E<t;E++){const I=o[(E-1+t)%t],V=o[E],R=o[(E+1)%t],$=V[0]-I[0],ee=V[1]-I[1],z=Math.hypot($,ee),H=R[0]-V[0],M=R[1]-V[1],X=Math.hypot(H,M),K=Math.min(z/2,X/2),ae=Math.min(r,K);if(ae===0){E===0?a.push({type:"M",x:V[0],y:V[1]}):a.push({type:"L",x:V[0],y:V[1]});continue}const de=V[0]-$/z*ae,ce=V[1]-ee/z*ae,fe=V[0]+H/X*ae,te=V[1]+M/X*ae;E===0?a.push({type:"M",x:de,y:ce}):a.push({type:"L",x:de,y:ce}),a.push({type:"Q",cx:V[0],cy:V[1],x:fe,y:te})}a.push({type:"Z"});let s=1/0,c=-1/0,l=1/0,u=-1/0;for(const E of o)E[0]<s&&(s=E[0]),E[0]>c&&(c=E[0]),E[1]<l&&(l=E[1]),E[1]>u&&(u=E[1]);const h=c-s,f=u-l;let p=1/0,g=-1/0,m=1/0,x=-1/0;const v=(E,I)=>{E<p&&(p=E),E>g&&(g=E),I<m&&(m=I),I>x&&(x=I)};let y=0,w=0;for(const E of a)if(E.type==="M"||E.type==="L")v(E.x,E.y),y=E.x,w=E.y;else if(E.type==="Q"){v(E.x,E.y);let I=y-2*E.cx+E.x;if(I!==0){let R=(y-E.cx)/I;if(R>0&&R<1){let $=(1-R)*(1-R)*y+2*R*(1-R)*E.cx+R*R*E.x;$<p&&(p=$),$>g&&(g=$)}}let V=w-2*E.cy+E.y;if(V!==0){let R=(w-E.cy)/V;if(R>0&&R<1){let $=(1-R)*(1-R)*w+2*R*(1-R)*E.cy+R*R*E.y;$<m&&(m=$),$>x&&(x=$)}}y=E.x,w=E.y}const _=g-p,k=x-m,C=_>0&&h>0?h/_:1,S=k>0&&f>0?f/k:1;for(const E of a)if(E.type==="M"){const I=s+(E.x-p)*C,V=l+(E.y-m)*S;e+=`M ${I} ${V}`}else if(E.type==="L"){const I=s+(E.x-p)*C,V=l+(E.y-m)*S;e+=` L ${I} ${V}`}else if(E.type==="Q"){const I=s+(E.cx-p)*C,V=l+(E.cy-m)*S,R=s+(E.x-p)*C,$=l+(E.y-m)*S;e+=` Q ${I} ${V} ${R} ${$}`}else E.type==="Z"&&(e+=" Z");return e},k2=(o,r,e,t,a,s,c)=>{const[l,u]=bt([o,r],[e+a/2,t+s/2],-c);return l>=e&&l<=e+a&&u>=t&&u<=t+s},l0=(o,r,e,t,a,s,c)=>{const[l,u]=bt([o,r],[e+a/2,t+s/2],-c),h=e+a/2,f=t+s/2,p=a/2,g=s/2;return(l-h)**2/p**2+(u-f)**2/g**2<=1},W0=(o,r,e,t,a,s,c)=>{const[l,u]=bt([o,r],[e+a/2,t+s/2],-c),h=e+a/2,f=t+s/2,p=Math.abs(l-h)/(a/2),g=Math.abs(u-f)/(s/2);return p+g<=1},rp=(o,r,e,t,a,s,c,l=5)=>{const[u,h]=bt([o,r],[e+a/2,t+s/2],-c),f=e+a/2,p=t+s/2,g=a/2,m=s/2,x=Math.abs(u-f),v=Math.abs(h-p),y=x/g+v/m,w=l/Math.max(g,m);return Math.abs(y-1)<=w},c0=(o,r,e,t,a,s,c=!1,l=!1)=>{let u=1/0,h=-1/0,f=1/0,p=-1/0;for(const w of e)w[0]<u&&(u=w[0]),w[0]>h&&(h=w[0]),w[1]<f&&(f=w[1]),w[1]>p&&(p=w[1]);const g=t+(h-u)/2,m=a+(p-f)/2;let[x,v]=bt([o,r],[g,m],-s);c&&(x=g-(x-g)),l&&(v=m-(v-m));let y=!1;for(let w=0,_=e.length-1;w<e.length;_=w++){const k=e[w][0]+t,C=e[w][1]+a,S=e[_][0]+t,E=e[_][1]+a;C>v!=E>v&&x<(S-k)*(v-C)/(E-C)+k&&(y=!y)}return y},ip=(o,r)=>{const e=Math.min(o,r)*.25;return[[0,e],[e,0],[o,0],[o,r-e],[o-e,r],[0,r]]},ap=(o,r)=>[[o*.196,r*.285],[o*.272,r*.195],[o*.348,r*.191],[o*.383,r*.253],[o*.452,r*.058],[o*.604,r*-.007],[o*.757,r*.058],[o*.826,r*.253],[o*.952,r*.309],[o*1.006,r*.441],[o*.997,r*.595],[o*.936,r*.716],[o*.948,r*.864],[o*.867,r*.947],[o*.765,r*.943],[o*.715,r*.831],[o*.582,r*.961],[o*.396,r*1.005],[o*.232,r*.961],[o*.161,r*.831],[o*.037,r*.777],[o*-.005,r*.657],[o*.037,r*.538],[o*.161,r*.484]],g6=(o,r,e,t,a,s,c,l=!1,u=!1)=>{const h=ip(a,s);return c0(o,r,h,e,t,c,l,u)},T8=(o,r,e,t,a,s,c,l=5)=>{const u=Math.min(a,s)*.25,h=[[0,u],[a-u,u],[a-u,s],[0,s]],f=[[0,u],[u,0],[a,0],[a-u,u]],p=[[a-u,u],[a,0],[a,s-u],[a-u,s]];return d0(o,r,h,e,t,c,l)||d0(o,r,f,e,t,c,l)||d0(o,r,p,e,t,c,l)},m6=(o,r,e)=>{const t=(e[0]-r[0])**2+(e[1]-r[1])**2;if(t===0)return(o[0]-r[0])**2+(o[1]-r[1])**2;let a=((o[0]-r[0])*(e[0]-r[0])+(o[1]-r[1])*(e[1]-r[1]))/t;return a=Math.max(0,Math.min(1,a)),(o[0]-(r[0]+a*(e[0]-r[0])))**2+(o[1]-(r[1]+a*(e[1]-r[1])))**2},d0=(o,r,e,t,a,s,c=5,l=!1,u=!1)=>{let h=1/0,f=-1/0,p=1/0,g=-1/0;for(const _ of e)_[0]<h&&(h=_[0]),_[0]>f&&(f=_[0]),_[1]<p&&(p=_[1]),_[1]>g&&(g=_[1]);const m=t+(f-h)/2,x=a+(g-p)/2;let[v,y]=bt([o,r],[m,x],-s);l&&(v=m-(v-m)),u&&(y=x-(y-x));const w=c*c;for(let _=0;_<e.length;_++){const k=(_+1)%e.length,C=[e[_][0]+t,e[_][1]+a],S=[e[k][0]+t,e[k][1]+a];if(m6([v,y],C,S)<=w)return!0}return!1},R1=(o,r)=>{const a=[];for(let p=0;p<10;p++){const g=p*Math.PI/5-Math.PI/2,m=p%2===0?1:.4;a.push([m*Math.cos(g),m*Math.sin(g)])}const s=Math.min(...a.map(p=>p[0])),c=Math.max(...a.map(p=>p[0])),l=Math.min(...a.map(p=>p[1])),u=Math.max(...a.map(p=>p[1])),h=c-s,f=u-l;return a.map(p=>[(p[0]-s)/h*o,(p[1]-l)/f*r])},V8=(o,r)=>[[o*.2,0],[o*.8,0],[o,r],[0,r]],N8=(o,r)=>[[o*.25,0],[o,0],[o*.75,r],[0,r]],P1=(o,r,e)=>{switch(o){case"pentagon":return[[r/2,0],[r,e*.4],[r*.8,e],[r*.2,e],[0,e*.4]];case"hexagon":return[[r*.25,0],[r*.75,0],[r,e*.5],[r*.75,e],[r*.25,e],[0,e*.5]];case"message":return[[0,0],[r,0],[r,e*.75],[r*.3,e*.75],[r*.15,e],[r*.15,e*.75],[0,e*.75]];case"doubleArrow":return[[0,e*.5],[r*.2,0],[r*.2,e*.3],[r*.8,e*.3],[r*.8,0],[r,e*.5],[r*.8,e],[r*.8,e*.7],[r*.2,e*.7],[r*.2,e]];case"triangle":return[[r/2,0],[r,e],[0,e]];case"leftArrow":return[[0,e*.5],[r*.4,0],[r*.4,e*.3],[r,e*.3],[r,e*.7],[r*.4,e*.7],[r*.4,e]];case"rightArrow":return[[r,e*.5],[r*.6,0],[r*.6,e*.3],[0,e*.3],[0,e*.7],[r*.6,e*.7],[r*.6,e]];case"step1":{const t=Math.min(r*.4,e*.4);return[[0,0],[r-t,0],[r,e*.5],[r-t,e],[0,e]]}case"step2":{const t=Math.min(r*.4,e*.4);return[[0,0],[r-t,0],[r,e*.5],[r-t,e],[0,e],[t,e*.5]]}case"cloud":return ap(r,e);case"star":return R1(r,e);case"trapezoid":return V8(r,e);case"parallelogram":return N8(r,e);default:return[]}},L8=(o,r)=>[[o/2,0],[o,r/2],[o/2,r],[0,r/2]],R8=o=>Math.min(o*.15,20),y6=(o,r,e,t,a,s,c)=>{const[l,u]=bt([o,r],[e+a/2,t+s/2],-c),h=R8(s),f=t+h;if((l-(e+a/2))**2/(a/2)**2+(u-f)**2/h**2<=1)return!0;const g=t+s-h;return(l-(e+a/2))**2/(a/2)**2+(u-g)**2/h**2<=1?!0:l>=e&&l<=e+a&&u>=t+h&&u<=t+s-h},P8=(o,r,e,t,a,s,c,l=5)=>{const[u,h]=bt([o,r],[e+a/2,t+s/2],-c),f=R8(s);if(v6(o,r,e,t,a,f*2,c,l))return!0;const p=t+s-f;if(h>=p&&v6(o,r,e,t+s-f*2,a,f*2,c,l))return!0;const g=[e,t+f],m=[e,t+s-f],x=[e+a,t+f],v=[e+a,t+s-f];return m6([u,h],g,m)<=l*l||m6([u,h],x,v)<=l*l},op=(o,r,e,t,a,s,c,l=5)=>{const[u,h]=bt([o,r],[e+a/2,t+s/2],-c),f=Math.abs(u-e)<=l,p=Math.abs(u-(e+a))<=l,g=Math.abs(h-t)<=l,m=Math.abs(h-(t+s))<=l,x=h>=t-l&&h<=t+s+l,v=u>=e-l&&u<=e+a+l;return(f||p)&&x||(g||m)&&v},v6=(o,r,e,t,a,s,c,l=5)=>{const[u,h]=bt([o,r],[e+a/2,t+s/2],-c),f=e+a/2,p=t+s/2,g=a/2,m=s/2,x=u-f,v=h-p,y=x*x/(g+l)**2+v*v/(m+l)**2,w=g-l>0&&m-l>0?x*x/(g-l)**2+v*v/(m-l)**2:2;return y<=1&&w>=1},sp=(o,r,e)=>{const t=(e[0]-r[0])**2+(e[1]-r[1])**2;let a=((o[0]-r[0])*(e[0]-r[0])+(o[1]-r[1])*(e[1]-r[1]))/t;return a=Math.max(0,Math.min(1,a)),Math.hypot(o[0]-(r[0]+a*(e[0]-r[0])),o[1]-(r[1]+a*(e[1]-r[1])))},D8=(o,r,e,t)=>{const a=o[0],s=o[1],c=r[0],l=r[1],u=e[0],h=e[1],f=t[0],p=t[1],g=(p-h)*(c-a)-(f-u)*(l-s);if(g===0)return null;const m=((f-u)*(s-h)-(p-h)*(a-u))/g,x=((c-a)*(s-h)-(l-s)*(a-u))/g;return m>=0&&m<=1&&x>=0&&x<=1?[a+m*(c-a),s+m*(l-s)]:null},Hn=(o,r,e,t=0)=>{const{x:a,y:s,width:c,height:l,angle:u}=o,h=a+c/2,f=s+l/2,p=bt(r,[h,f],-u),g=bt(e,[h,f],-u);let m=null,x=o.type==="note"?o.noteShape||"note":o.type;if(x==="note"&&(x="rectangle"),["rectangle","image","text","frame","square","process"].includes(x)){const v=[[[a-t,s-t],[a+c+t,s-t]],[[a+c+t,s-t],[a+c+t,s+l+t]],[[a+c+t,s+l+t],[a-t,s+l+t]],[[a-t,s+l+t],[a-t,s-t]]];let y=1/0;for(const w of v){const _=D8(p,g,w[0],w[1]);if(_){const k=F8(p[0],p[1],_[0],_[1]);k<y&&(y=k,m=_)}}}else if(["ellipse","circle","cylinder"].includes(x)){const v=c/2+t,y=l/2+t,w=g[0]-p[0],_=g[1]-p[1],k=p[0]-h,C=p[1]-f,S=w*w/(v*v)+_*_/(y*y),E=2*k*w/(v*v)+2*C*_/(y*y),I=k*k/(v*v)+C*C/(y*y)-1,V=E*E-4*S*I;if(V>=0){const R=(-E-Math.sqrt(V))/(2*S),$=(-E+Math.sqrt(V))/(2*S);let ee=-1;R>=0&&R<=1?ee=R:$>=0&&$<=1?ee=$:R>0&&R<$?ee=R:$>0&&(ee=$),ee>=0&&ee<=1&&(m=[p[0]+ee*w,p[1]+ee*_])}}else if(["diamond","decision","star","trapezoid","parallelogram","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","step1","step2","cloud"].includes(x)){let v=[],y=[];if(["diamond","decision"].includes(x)?y=L8(c,l):y=P1(x,c,l),y.length>0){const _=c===0?1:(c+t*2)/c,k=l===0?1:(l+t*2)/l;for(let C=0;C<y.length;C++){const S=y[C],E=y[(C+1)%y.length];let I=a+c/2+(S[0]-c/2)*_,V=s+l/2+(S[1]-l/2)*k,R=a+c/2+(E[0]-c/2)*_,$=s+l/2+(E[1]-l/2)*k;v.push([[I,V],[R,$]])}}let w=1/0;for(const _ of v){const k=D8(p,g,_[0],_[1]);if(k){const C=F8(p[0],p[1],k[0],k[1]);C<w&&(w=C,m=k)}}}return m?bt(m,[h,f],u):null},lp=(o,r,e)=>{const t=o[0],a=o[1],s=r[0],c=r[1],l=e[0],u=e[1],h=t-s,f=a-c,p=l-s,g=u-c,m=h*p+f*g,x=p*p+g*g;let v=-1;x!==0&&(v=m/x);let y,w;v<0?(y=s,w=c):v>1?(y=l,w=u):(y=s+v*p,w=c+v*g);const _=t-y,k=a-w;return Math.sqrt(_*_+k*k)};let b6=null;const jt=(o,r,e,t,a)=>{b6||(b6=document.createElement("canvas"));const s=b6.getContext("2d");if(!s)return{width:10,height:r};const c=a?.isItalic?"italic ":"";let l=(a?.fontWeight||"").toLowerCase(),u=a?.isBold?"bold ":"";l&&(l==="regular"||l==="normal"?u="normal ":l==="bold"?u="bold ":l==="medium"?u="500 ":l==="light"?u="300 ":l==="black"?u="900 ":u=l+" ",(l==="regular"||l==="normal")&&a?.isBold&&(u="bold ")),s.font=`${c}${u}${r}px ${e}`,s.letterSpacing=`${a?.letterSpacing||0}px`;const h=a?.lineHeight||1.25;if(t){const p=Math.max(0,t-8),g=(o||"").split(`
|
|
2
|
+
`);let m=0,x=0;return g.forEach(v=>{if(!v){m++;return}let y="";for(let w=0;w<v.length;w++){const _=v.charAt(w),k=y+_;s.measureText(k).width>p&&y!==""?(m++,s.measureText(y).width>x&&(x=s.measureText(y).width),y=_):y=k}y!==""&&(m++,s.measureText(y).width>x&&(x=s.measureText(y).width))}),{width:Math.min(Math.max(x+8,10),t),height:m*(r*h)+10}}else{const f=(o||"").split(`
|
|
3
|
+
`);let p=0;return f.forEach(g=>{const m=s.measureText(g).width;m>p&&(p=m)}),{width:Math.max(p+8,10),height:f.length*(r*h)+10}}},u0=(o,r=.5,e=10)=>{if(o.length<2)return o;const t=[],a=s=>s<0?o[0]:s>=o.length?o[o.length-1]:o[s];for(let s=0;s<o.length-1;s++){const c=a(s-1),l=a(s),u=a(s+1),h=a(s+2);if(!(!c||!l||!u||!h))for(let f=0;f<=e;f++){const p=f/e,g=p*p,m=g*p,x=.5*(2*l[0]+(-c[0]+u[0])*p+(2*c[0]-5*l[0]+4*u[0]-h[0])*g+(-c[0]+3*l[0]-3*u[0]+h[0])*m),v=.5*(2*l[1]+(-c[1]+u[1])*p+(2*c[1]-5*l[1]+4*u[1]-h[1])*g+(-c[1]+3*l[1]-3*u[1]+h[1])*m);if(t.length>0){const y=t[t.length-1];if(Math.abs(y[0]-x)<.1&&Math.abs(y[1]-v)<.1)continue}t.push([x,v])}}return t},w6=(o,r,e)=>{if(o.length!==3)return null;const t=o[0],a=o[1],s=o[2],c=Math.abs(s[0]-t[0])>Math.abs(s[1]-t[1]),l=r||(c?[s[0]>t[0]?1:-1,0]:[0,s[1]>t[1]?1:-1]),u=e||(c?[t[0]>s[0]?1:-1,0]:[0,t[1]>s[1]?1:-1]),h=Math.hypot(s[0]-t[0],s[1]-t[1]),f=Math.max(h*.5,50),p=[t[0]+l[0]*f,t[1]+l[1]*f],g=[s[0]+u[0]*f,s[1]+u[1]*f],m=[(t[0]+p[0])/2,(t[1]+p[1])/2],x=[(g[0]+s[0])/2,(g[1]+s[1])/2],v=[(p[0]+g[0])/2,(p[1]+g[1])/2],y=[(m[0]+v[0])/2,(m[1]+v[1])/2],w=[(v[0]+x[0])/2,(v[1]+x[1])/2],_=[(y[0]+w[0])/2,(y[1]+w[1])/2],k=a[0]-_[0],C=a[1]-_[1],S=m,E=[y[0]+k,y[1]+C],I=[w[0]+k,w[1]+C],V=x;return{pathString:`M ${t[0]} ${t[1]} C ${S[0]} ${S[1]} ${E[0]} ${E[1]} ${a[0]} ${a[1]} C ${I[0]} ${I[1]} ${V[0]} ${V[1]} ${s[0]} ${s[1]}`,renderPoints:[t,S,E,a,I,V,s]}},j0=(o,r=10,e,t)=>{const a=w6(o,e,t);if(!a)return u0(o);const[s,c,l,u,h,f,p]=a.renderPoints,g=[],m=(x,v,y,w,_)=>{const k=1-_;return[k**3*x[0]+3*k**2*_*v[0]+3*k*_**2*y[0]+_**3*w[0],k**3*x[1]+3*k**2*_*v[1]+3*k*_**2*y[1]+_**3*w[1]]};for(let x=0;x<=r;x++)g.push(m(s,c,l,u,x/r));for(let x=1;x<=r;x++)g.push(m(u,h,f,p,x/r));return g},cp=o=>{const{x:r,y:e,width:t,height:a,angle:s,type:c,points:l}=o;let u=r,h=e,f=t,p=a;if((c==="line"||c==="arrow"||c==="freedraw")&&l&&l.length>0){let k=1/0,C=1/0,S=-1/0,E=-1/0;l.forEach(I=>{k=Math.min(k,I[0]),C=Math.min(C,I[1]),S=Math.max(S,I[0]),E=Math.max(E,I[1])}),u=r+k,h=e+C,f=S-k,p=E-C,c==="arrow"&&(u-=15,h-=15,f+=30,p+=30)}if(s===0)return{minX:u,minY:h,maxX:u+f,maxY:h+p};const g=r+t/2,m=e+a/2,x=[bt([u,h],[g,m],s),bt([u+f,h],[g,m],s),bt([u+f,h+p],[g,m],s),bt([u,h+p],[g,m],s)];let v=1/0,y=1/0,w=-1/0,_=-1/0;return x.forEach(k=>{v=Math.min(v,k[0]),y=Math.min(y,k[1]),w=Math.max(w,k[0]),_=Math.max(_,k[1])}),{minX:v,minY:y,maxX:w,maxY:_}},X2=o=>{if(o.length===0)return null;let r=1/0,e=1/0,t=-1/0,a=-1/0;return o.forEach(s=>{const c=cp(s);r=Math.min(r,c.minX),e=Math.min(e,c.minY),t=Math.max(t,c.maxX),a=Math.max(a,c.maxY)}),{x:r,y:e,width:t-r,height:a-e,minX:r,minY:e,maxX:t,maxY:a}},dp=(o,r,e,t,a=5)=>{if(e.type!=="arrow"||e.arrowType!=="elbow")return null;const s=$0(e,t);if(!s||s.length<2)return null;for(let c=0;c<s.length-1;c++){const l={x:e.x+s[c][0],y:e.y+s[c][1]},u={x:e.x+s[c+1][0],y:e.y+s[c+1][1]};if(sp({},l,u)<=a){const h=Math.abs(l.y-u.y)<.1;return{segmentIndex:c,isHorizontal:h}}}return null},x6=(o,r,e,t,a)=>{const{x:s,y:c,angle:l,points:u}=t;if(!u||u.length<2)return!1;const h=[s+t.width/2,c+t.height/2],[f,p]=bt([r,e],h,-l),g=f-s,m=p-c;let x=u;if(t.type==="arrow")if(t.arrowType==="elbow"){const v=$0(t,a||[]);v.length>=2&&(x=v)}else{let v,y;if(a&&(t.startBinding||t.endBinding)){const w=(_,k)=>{if(!_)return;const C=a.find(ae=>ae.id===_.elementId);if(!C)return;const S=k?t.points[0]:t.points[t.points.length-1];if(!S)return;const E=t.x+S[0],I=t.y+S[1],V=C.x,R=C.y,$=C.width,ee=C.height,z=Math.abs(E-V),H=Math.abs(E-(V+$)),M=Math.abs(I-R),X=Math.abs(I-(R+ee)),K=Math.min(z,H,M,X);if(K===z)return[-1,0];if(K===H)return[1,0];if(K===M)return[0,-1];if(K===X)return[0,1]};t.startBinding&&(v=w(t.startBinding,!0)),t.endBinding&&(y=w(t.endBinding,!1))}t.arrowType==="round"&&u.length>2&&(x=u.length===3?j0(u,10,v,y):u0(u))}for(let v=0;v<x.length-1;v++){const y=x[v],w=x[v+1];if(lp([g,m],y,w)<=o)return!0}return!1},up=(o,r=20)=>{const e=[];o.length>0&&e.push(o[0]);for(let s=1;s<o.length;s++){const c=e[e.length-1],l=o[s];(Math.abs(l[0]-c[0])>.01||Math.abs(l[1]-c[1])>.01)&&e.push(l)}if(e.length<3)return e.length===2?`M ${e[0][0]} ${e[0][1]} L ${e[1][0]} ${e[1][1]}`:"";let t=`M ${e[0][0]} ${e[0][1]}`;for(let s=1;s<e.length-1;s++){const c=e[s-1],l=e[s],u=e[s+1],h=l[0]-c[0],f=l[1]-c[1],p=Math.sqrt(h*h+f*f),g=u[0]-l[0],m=u[1]-l[1],x=Math.sqrt(g*g+m*m);if(p<.01||x<.01){t+=` L ${l[0]} ${l[1]}`;continue}const v=Math.min(r,p/2,x/2),y=l[0]-h/p*v,w=l[1]-f/p*v,_=l[0]+g/x*v,k=l[1]+m/x*v;t+=` L ${y} ${w}`,t+=` Q ${l[0]} ${l[1]} ${_} ${k}`}const a=e[e.length-1];return t+=` L ${a[0]} ${a[1]}`,t},hp=(o,r,e)=>{if(!e||e.length<2)return .5;let t=0;const a=[];for(let u=0;u<e.length-1;u++){const h=e[u+1][0]-e[u][0],f=e[u+1][1]-e[u][1],p=Math.hypot(h,f);a.push(p),t+=p}if(t===0)return .5;let s=1/0,c=.5,l=0;for(let u=0;u<e.length-1;u++){const h=e[u],f=e[u+1],p=f[0]-h[0],g=f[1]-h[1],m=p*p+g*g;let x=0;m>0&&(x=((o-h[0])*p+(r-h[1])*g)/m,x=Math.max(0,Math.min(1,x)));const v=h[0]+x*p,y=h[1]+x*g,w=(o-v)**2+(r-y)**2;w<s&&(s=w,c=(l+x*a[u])/t),l+=a[u]}return Math.abs(c-.5)<.03&&(c=.5),c},fp="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";let un=(o=21)=>{let r="",e=crypto.getRandomValues(new Uint8Array(o|=0));for(;o--;)r+=fp[e[o]&63];return r};const g2=n.reactive({showToolbar:!0,showBoardName:!0,showGlobalSettings:!0,showFooter:!0,showPropertiesPanel:!0,editable:!0,loadFromLocal:!0,enableImageUpload:!1,showExport:!0,showImportPPTX:!1,uploadImageFn:o=>"https://milkdown.dev/polar.jpeg",language:"zh-CN",showLanguageMenu:!0,languageList:[{label:"简体中文",value:"zh-CN"},{label:"English",value:"en-US"}],messages:{},showAI:!0,aiConfig:{url:"/jvs-ai/chat",data:{sceneIdentification:"mind_map_vis_132003052422340142350024"}}}),O8=o=>{o.languageList&&(o.languageList.forEach(r=>{g2.languageList.find(t=>t.value===r.value)||g2.languageList.push(r)}),delete o.languageList),o.messages&&(Object.assign(g2.messages,o.messages),delete o.messages),Object.assign(g2,o)},pp="jvs_draw_db",gp=1,Y2="images",_6=()=>new Promise((o,r)=>{const e=indexedDB.open(pp,gp);e.onerror=()=>r(e.error),e.onsuccess=()=>o(e.result),e.onupgradeneeded=t=>{const a=t.target.result;a.objectStoreNames.contains(Y2)||a.createObjectStore(Y2)}}),k6=async(o,r)=>{try{const e=await _6();return new Promise((t,a)=>{const l=e.transaction(Y2,"readwrite").objectStore(Y2).put(r,o);l.onsuccess=()=>t(),l.onerror=()=>a(l.error)})}catch(e){console.error("Failed to save image to IndexedDB",e)}},mp=async()=>{try{const o=await _6();return new Promise((r,e)=>{const a=o.transaction(Y2,"readonly").objectStore(Y2),s=a.getAll();s.onsuccess=()=>{const c=s.result,l=a.getAllKeys();l.onsuccess=()=>{const u=l.result,h={};u.forEach((f,p)=>{h[f.toString()]=c[p]}),r(h)},l.onerror=()=>e(l.error)},s.onerror=()=>e(s.error)})}catch(o){return console.error("Failed to load images from IndexedDB",o),{}}},H8=async o=>{try{const r=await _6();return new Promise((e,t)=>{const c=r.transaction(Y2,"readwrite").objectStore(Y2).delete(o);c.onsuccess=()=>e(),c.onerror=()=>t(c.error)})}catch(r){console.error("Failed to delete image from IndexedDB",r)}},Sn=(o="excalidraw")=>Gf.defineStore(o,{state:()=>({elements:[],images:{},history:n.markRaw([[]]),historyStep:0,appConfig:{...g2},appState:{lockedTool:!1,viewBackgroundColor:"#FFFFFF",scrollX:0,scrollY:0,zoom:1,activeTool:"selection",activeToolType:"rectangle",currentItemStrokeColor:"#363B4C",currentItemStrokeOpacity:100,currentItemBackgroundColor:"transparent",currentNoteBackgroundColor:"",currentNoteShape:"note",currentItemFillStyle:"solid",currentItemStrokeWidth:1,currentItemStrokeStyle:"solid",currentItemRoughness:0,currentItemRoundness:0,currentItemOpacity:100,currentItemBackgroundOpacity:100,currentItemFontColor:"#363B4C",currentItemFontSize:20,currentItemFontFamily:"sans-serif",currentItemFontBgColor:"transparent",currentItemTextAlign:"center",currentItemVerticalAlign:"middle",currentItemIsBold:!1,currentItemIsItalic:!1,currentItemIsUnderline:!1,currentItemIsStrikethrough:!1,currentItemFontWeight:"Regular",currentItemLineHeight:1.25,currentItemLetterSpacing:0,currentItemArrowType:"sharp",currentItemStartArrowhead:"line",currentItemEndArrowhead:"arrow",currentItemX:0,currentItemY:0,currentItemWidth:0,currentItemHeight:0,currentItemAngle:0,selectedElementIds:{},showHelp:!1,viewLocked:!1,lastActiveTool:null,name:"Untitled Document",isPanningCanvas:!1,isDraggingElement:!1,isBoxSelecting:!1,showGrid:!0,gridType:"none",isPropertiesPanelOpen:!1,floatingToolbarOffset:{x:0,y:0},croppingElementId:null,updated:0,useWheelZoom:!1,rightClickPan:!1,autoSnap:!0,alignmentGuides:!0,showContainerName:!0,fixedArrowBinding:!1,showQuickCreate:!1}}),getters:{shouldShowFloatingToolbar:r=>{if(r.appState.isPanningCanvas||r.appState.isPropertiesPanelOpen||r.appState.croppingElementId)return!1;const e=r.appState.activeTool;let t=e;if(e==="selection"){const a=Object.keys(r.appState.selectedElementIds);if(a.length===0)t="none";else{const s=a[0],c=r.elements.find(l=>l.id===s);t=c?c.type:"none"}}else return!1;return!["none","hand","laser","eraser"].includes(t)}},actions:{async initImages(){const r=await mp();r&&Object.keys(r).length>0&&(this.images={...this.images,...r}),this.elements.forEach(e=>{e.type==="image"&&e.isUploaded&&e.url&&(this.images[e.fileId]=e.url)}),this.appState.updated=Date.now()},toggleGrid(){this.appState.showGrid=!this.appState.showGrid},toggleSelection(r,e){e===void 0?this.appState.selectedElementIds[r]?delete this.appState.selectedElementIds[r]:this.appState.selectedElementIds[r]=!0:e?this.appState.selectedElementIds[r]=!0:delete this.appState.selectedElementIds[r];const t=Object.keys(this.appState.selectedElementIds);t.length==0?this.appState.isPropertiesPanelOpen=!1:t.every(s=>{const c=this.elements.find(l=>l.id===s);return c&&c.locked})&&(this.appState.isPropertiesPanelOpen=!1)},setSelectedElementIds(r){this.appState.selectedElementIds=r.reduce((e,t)=>(e[t]=!0,e),{}),r.length==0?this.appState.isPropertiesPanelOpen=!1:r.every(t=>{const a=this.elements.find(s=>s.id===t);return a&&a.locked})&&(this.appState.isPropertiesPanelOpen=!1)},addElement(r){this.elements=[...this.elements,r]},insertImage(r,e,t,a,s,c,l){const u=c||un();r&&!this.images[u]&&(this.images[u]=r,l||k6(u,r));const h={id:un(),type:"image",x:e,y:t,width:a,height:s,angle:0,strokeColor:"transparent",backgroundColor:"transparent",fillStyle:"hachure",strokeWidth:1,strokeStyle:"solid",roughness:0,opacity:100,backgroundOpacity:100,seed:Math.floor(Math.random()*2**31),version:1,isDeleted:!1,groupIds:[],updated:Date.now(),link:null,locked:!1,fileId:u,status:"saved",scale:[1,1],dataURL:"",isUploaded:l,url:l?r:void 0};this.elements=[...this.elements,h],this.recordHistory(),this.setSelectedElementIds([h.id])},setCroppingElementId(r){this.appState.croppingElementId=r},updateImageSource(r,e,t,a,s){const c=un();this.images[c]=e,s||k6(c,e),this.updateElement(r,{fileId:c,width:t,height:a,isUploaded:s,url:s?e:void 0,crop:void 0}),this.recordHistory()},updateElement(r,e){const t=this.elements.findIndex(a=>a.id===r);if(t!==-1){this.elements[t];const a=[...this.elements];let s={...a[t],...e};if(s.type==="text"&&["text","fontSize","fontFamily","fontWeight","lineHeight","letterSpacing","isBold","isItalic","width"].some(h=>h in e)){let h=s.width;!s.containerId&&s.autoResize!==!1&&(h=void 0);const f=jt(s.text||"",s.fontSize||20,s.fontFamily||"sans-serif",h,{isBold:s.isBold,isItalic:s.isItalic,fontWeight:s.fontWeight,lineHeight:s.lineHeight,letterSpacing:s.letterSpacing});let p=0;if(s.containerId){const g=this.elements.find(m=>m.id===s.containerId);g&&g.type!=="arrow"&&g.type!=="line"&&(p=g.height)}s.height=s.containerId&&p>0?Math.max(f.height,p):f.height,!h&&f.width&&(s.width=f.width)}if(a[t]=s,this.elements=a,s.type==="text"&&s.containerId){const l=this.elements.find(u=>u.id===s.containerId);l&&l.type!=="arrow"&&l.type!=="line"&&s.height>l.height&&this.updateElement(l.id,{height:s.height})}s.type!=="text"&&s.type!=="arrow"&&s.type!=="line"&&this.elements.filter(u=>u.type==="text"&&u.containerId===r).forEach(u=>{(u.x!==s.x||u.y!==s.y||u.width!==s.width)&&this.updateElement(u.id,{x:s.x,y:s.y,width:s.width})}),this.elements.filter(l=>l.type==="arrow"&&(l.startBinding?.elementId===r||l.endBinding?.elementId===r)).forEach(l=>{const u=l,h=u.points.map(g=>[g[0]+u.x,g[1]+u.y]);let f=!1;if(h.length===3){const g=h[0],m=h[1],x=h[2];if(g&&m&&x){const v=(g[0]+x[0])/2,y=(g[1]+x[1])/2;Math.abs(m[0]-v)<1&&Math.abs(m[1]-y)<1&&(f=!0)}}let p=!1;if(u.startBinding?.elementId===r)if(u.startBinding.fixedPoint&&u.startBinding.isBorder===!1){const[g,m]=u.startBinding.fixedPoint,x=s.x+s.width/2,v=s.y+s.height/2,y=s.x+g*s.width,w=s.y+m*s.height,_=bt([y,w],[x,v],s.angle);h[0]=[_[0],_[1]],p=!0}else{const g=h.length>1?h[1]:[s.x+s.width/2,s.y+s.height/2],m=[s.x+s.width/2,s.y+s.height/2],x=Hn(s,g,m,0);x&&(h[0]=[x[0],x[1]],p=!0)}if(u.endBinding?.elementId===r)if(u.endBinding.fixedPoint&&u.endBinding.isBorder===!1){const[g,m]=u.endBinding.fixedPoint,x=s.x+s.width/2,v=s.y+s.height/2,y=s.x+g*s.width,w=s.y+m*s.height,_=bt([y,w],[x,v],s.angle);h[h.length-1]=[_[0],_[1]],p=!0}else{const g=h.length>1?h[h.length-2]:[s.x+s.width/2,s.y+s.height/2],m=[s.x+s.width/2,s.y+s.height/2],x=Hn(s,g,m,0);x&&(h[h.length-1]=[x[0],x[1]],p=!0)}if(p){if(f&&h.length===3){const k=h[0],C=h[h.length-1];k&&C&&(h[1]=[(k[0]+C[0])/2,(k[1]+C[1])/2])}const g=h.map(k=>k[0]),m=h.map(k=>k[1]),x=Math.min(...g),v=Math.min(...m),y=Math.max(...g),w=Math.max(...m),_=h.map(k=>[k[0]-x,k[1]-v]);if(this.updateElement(u.id,{x,y:v,width:y-x,height:w-v,points:_}),u.frameId){const k=this.elements.find(C=>C.id===u.frameId);k&&(s.x>=k.x&&s.y>=k.y&&s.x+s.width<=k.x+k.width&&s.y+s.height<=k.y+k.height||this.updateElement(u.id,{frameId:null}))}}})}},setTool(r){this.appState.activeTool=r},setToolType(r){this.appState.activeToolType=r||"rectangle"},deleteElement(r){const e=this.elements.find(t=>t.id===r);if(e&&e.type==="image"&&e.fileId){const t=e.fileId;this.elements.some(s=>s.id!==r&&s.type==="image"&&s.fileId===t)||(delete this.images[t],H8(t))}this.elements=this.elements.filter(t=>t.id!==r),this.recordHistory()},clearElements(){const r=this.elements.filter(t=>t.type==="image"&&t.fileId);[...new Set(r.map(t=>t.fileId))].forEach(t=>{delete this.images[t],H8(t)}),this.elements=[],this.recordHistory()},moveElements(r,e,t){const a=r.filter(l=>{const u=this.elements.find(h=>h.id===l);return u&&!u.locked}),s=new Set(a);a.forEach(l=>{const u=this.elements.find(h=>h.id===l);u&&u.type==="frame"?this.elements.forEach(h=>{h.id!==u.id&&(h.isDeleted||s.has(h.id)||h.frameId==u.id&&s.add(h.id))}):u&&this.elements.forEach(h=>{h.isDeleted||s.has(h.id)||h.type==="text"&&h.containerId===u.id&&s.add(h.id)})}),this.elements=this.elements.map(l=>s.has(l.id)?{...l,x:l.x+e,y:l.y+t,updated:Date.now()}:l);const c=s;this.elements=this.elements.map(l=>{if(l.type!=="arrow"&&l.type!=="line"||c.has(l.id))return l;const u=l.points.map(m=>[m[0]+l.x,m[1]+l.y]);let h=!1,f=!1;if(u.length===3&&(l.type==="arrow"||l.type==="line")){const m=u[0],x=u[1],v=u[2];if(m&&x&&v&&m[0]!==void 0&&v[0]!==void 0&&x[0]!==void 0&&x[1]!==void 0){const y=(m[0]+v[0])/2,w=(m[1]+v[1])/2;Math.abs(x[0]-y)<1&&Math.abs(x[1]-w)<1&&(f=!0)}}const p=l.startBinding&&c.has(l.startBinding.elementId),g=l.endBinding&&c.has(l.endBinding.elementId);if(l.startBinding&&(p||g)){const m=this.elements.find(x=>x.id===l.startBinding.elementId);if(m){let x=null;if(l.startBinding.fixedPoint&&l.startBinding.isBorder===!1){const[v,y]=l.startBinding.fixedPoint,w=m.x+m.width/2,_=m.y+m.height/2,k=m.x+v*m.width,C=m.y+y*m.height;x=bt([k,C],[w,_],m.angle)}else{let v=u.length>1?u[1]:u[0];g&&u.length===2&&(v=[v[0]+e,v[1]+t]);const y=[m.x+m.width/2,m.y+m.height/2],w=Hn(m,v,y,0);w&&(x=w)}if(x){if(u[0]=[x[0],x[1]],h=!0,l.startBinding.isBorder===!1){const v=m.x+m.width/2,y=m.y+m.height/2,w=bt(x,[v,y],-m.angle),_=(w[0]-m.x)/m.width,k=(w[1]-m.y)/m.height;l.startBinding&&(l.startBinding={...l.startBinding,fixedPoint:[_,k]})}}else{const v=u[0];v&&p&&(u[0]=[v[0]+e,v[1]+t],h=!0)}}}if(l.endBinding&&(c.has(l.endBinding.elementId)||l.startBinding&&c.has(l.startBinding.elementId))){const m=this.elements.find(x=>x.id===l.endBinding.elementId);if(m){let x=null;const v=c.has(l.endBinding.elementId),y=l.startBinding&&c.has(l.startBinding.elementId);if(l.endBinding.fixedPoint&&l.endBinding.isBorder===!1){const[w,_]=l.endBinding.fixedPoint,k=m.x+m.width/2,C=m.y+m.height/2,S=m.x+w*m.width,E=m.y+_*m.height;x=bt([S,E],[k,C],m.angle)}else{let w=u.length>1?u[u.length-2]:u[u.length-1];y&&u.length===2&&(w=[w[0]+e,w[1]+t]);const _=[m.x+m.width/2,m.y+m.height/2],k=Hn(m,w,_,0);k&&(x=k)}if(x){if(u[u.length-1]=[x[0],x[1]],h=!0,l.endBinding.isBorder===!1){const w=m.x+m.width/2,_=m.y+m.height/2,k=bt(x,[w,_],-m.angle),C=(k[0]-m.x)/m.width,S=(k[1]-m.y)/m.height;l.endBinding&&(l.endBinding={...l.endBinding,fixedPoint:[C,S]})}}else{const w=u[u.length-1];w&&v&&(u[u.length-1]=[w[0]+e,w[1]+t],h=!0)}}}if(h&&f){const m=u[0],x=u[u.length-1];m&&x&&m[0]!==void 0&&m[1]!==void 0&&x[0]!==void 0&&x[1]!==void 0&&(u[1]=[(m[0]+x[0])/2,(m[1]+x[1])/2])}if(h){const m=u.filter(C=>C&&C[0]!==void 0).map(C=>C[0]),x=u.filter(C=>C&&C[1]!==void 0).map(C=>C[1]);if(m.length===0||x.length===0)return l;const v=Math.min(...m),y=Math.min(...x),w=Math.max(...m),_=Math.max(...x),k=u.map(C=>[C[0]-v,C[1]-y]);return{...l,x:v,y,width:w-v,height:_-y,points:k,startBinding:l.startBinding,endBinding:l.endBinding,updated:Date.now()}}return l})},updateSelectedElements(r){const e=new Set(Object.keys(this.appState.selectedElementIds));if(e.size===0)return;this.recordHistory();const t=new Set,a=new Set;this.elements.forEach(s=>{if(s.type==="text"&&s.containerId){if(e.has(s.containerId))t.add(s.id);else if(e.has(s.id)){const c=this.elements.find(l=>l.id===s.containerId);c&&(c.type==="arrow"||c.type==="line")&&a.add(c.id)}}}),this.elements=this.elements.map(s=>{if(e.has(s.id)||t.has(s.id)||a.has(s.id)){let c=r;if(t.has(s.id)&&!e.has(s.id)){const u={};if("isBold"in r&&(u.isBold=r.isBold),"isItalic"in r&&(u.isItalic=r.isItalic),"isUnderline"in r&&(u.isUnderline=r.isUnderline),"isStrikethrough"in r&&(u.isStrikethrough=r.isStrikethrough),"textAlign"in r&&(u.textAlign=r.textAlign),"verticalAlign"in r&&(u.verticalAlign=r.verticalAlign),"fontFamily"in r&&(u.fontFamily=r.fontFamily),"fontSize"in r&&(u.fontSize=r.fontSize),"angle"in r&&(u.angle=r.angle),"fontWeight"in r&&(u.fontWeight=r.fontWeight),"lineHeight"in r&&(u.lineHeight=r.lineHeight),"letterSpacing"in r&&(u.letterSpacing=r.letterSpacing),Object.keys(u).length===0)return s;c=u}else if(a.has(s.id)&&!e.has(s.id)){const u={};if("strokeColor"in r&&(u.strokeColor=r.strokeColor),"backgroundColor"in r&&(u.backgroundColor=r.backgroundColor),"strokeWidth"in r&&(u.strokeWidth=r.strokeWidth),"strokeStyle"in r&&(u.strokeStyle=r.strokeStyle),"startArrowhead"in r&&(u.startArrowhead=r.startArrowhead),"endArrowhead"in r&&(u.endArrowhead=r.endArrowhead),"arrowType"in r&&(u.arrowType=r.arrowType),Object.keys(u).length===0)return s;c=u}let l={...s,...c,updated:Date.now()};if(l.type==="text"&&["text","fontSize","fontFamily","fontWeight","lineHeight","letterSpacing","isBold","isItalic","width"].some(f=>f in c)){let f=l.width;!l.containerId&&l.autoResize!==!1&&(f=void 0);const p=jt(l.text||"",l.fontSize||20,l.fontFamily||"sans-serif",f,{isBold:l.isBold,isItalic:l.isItalic,fontWeight:l.fontWeight,lineHeight:l.lineHeight,letterSpacing:l.letterSpacing});let g=0;if(l.containerId){const m=this.elements.find(x=>x.id===l.containerId);m&&(g=m.height)}l.height=l.containerId?Math.max(p.height,g):p.height,!f&&p.width&&(l.width=p.width)}if("type"in c&&(c.type==="square"||c.type==="circle")){const u=Math.max(l.width,l.height);l.width=u,l.height=u}if((l.type==="line"||l.type==="arrow")&&l.points?.length>=2&&c.arrowType){const u=l.points,h=u[0],f=u[u.length-1];if(c.arrowType==="round"){const g=(h[0]+f[0])/2,m=(h[1]+f[1])/2;l.points=[h,[g,m+20],f]}else l.points=[h,f]}if(l.type==="freedraw"){let u=1,h=1;"width"in c&&s.width!==0&&(u=c.width/s.width),"height"in c&&s.height!==0&&(h=c.height/s.height),(u!==1||h!==1)&&(l.points=s.points.map(f=>[f[0]*u,f[1]*h]))}return l}return s}),this.elements.forEach(s=>{if(s.type==="text"&&s.containerId){const c=this.elements.find(l=>l.id===s.containerId);c&&(s.height||0)>(c.height||0)&&this.updateElement(c.id,{height:s.height||0})}})},bringToFront(r){this.recordHistory();const e=new Set(r),t=this.elements.filter(s=>e.has(s.id)),a=this.elements.filter(s=>!e.has(s.id));this.elements=[...a,...t]},sendToBack(r){this.recordHistory();const e=new Set(r),t=this.elements.filter(s=>e.has(s.id)),a=this.elements.filter(s=>!e.has(s.id));this.elements=[...t,...a]},bringForward(r){this.recordHistory();const e=new Set(r),t=this.elements.map((a,s)=>e.has(a.id)?s:-1).filter(a=>a!==-1).sort((a,s)=>s-a);for(const a of t)if(a<this.elements.length-1){const s=this.elements[a],c=this.elements[a+1];s&&c&&(this.elements[a]=c,this.elements[a+1]=s)}},sendBackward(r){this.recordHistory();const e=new Set(r),t=this.elements.map((a,s)=>e.has(a.id)?s:-1).filter(a=>a!==-1).sort((a,s)=>a-s);for(const a of t)if(a>0){const s=this.elements[a],c=this.elements[a-1];s&&c&&(this.elements[a]=c,this.elements[a-1]=s)}},recordHistory(){const r=this.history.slice(0,this.historyStep+1);r.length>=100&&(r.shift(),this.historyStep=r.length-1),r.push(n.markRaw(JSON.parse(JSON.stringify(this.elements)))),this.history=n.markRaw(r),this.historyStep=this.history.length-1},undo(){this.historyStep>0&&(this.historyStep--,this.elements=JSON.parse(JSON.stringify(this.history[this.historyStep])),this.appState.selectedElementIds={})},redo(){this.historyStep<this.history.length-1&&(this.historyStep++,this.elements=JSON.parse(JSON.stringify(this.history[this.historyStep])),this.appState.selectedElementIds={})},setZoom(r,e){const t=this.appState.zoom,a=Math.min(Math.max(.1,r),3);if(t!==a&&e){const s=e.x/t-this.appState.scrollX,c=e.y/t-this.appState.scrollY,l=e.x/a-this.appState.scrollX,u=e.y/a-this.appState.scrollY;this.appState.scrollX+=l-s,this.appState.scrollY+=u-c}this.appState.zoom=a},zoomIn(){this.setZoom(Math.round((this.appState.zoom+.05)*100)/100,{x:window.innerWidth/2,y:window.innerHeight/2})},zoomOut(){this.setZoom(Math.round((this.appState.zoom-.05)*100)/100,{x:window.innerWidth/2,y:window.innerHeight/2})},selectAll(){const r=this.elements.filter(e=>!e.isDeleted&&!e.locked).map(e=>e.id);this.setSelectedElementIds(r)},async copyElements(r=!1){const e=new Set(Object.keys(this.appState.selectedElementIds));if(e.size===0)return;const t=this.elements.filter(s=>e.has(s.id)||e.has(s.containerId));if(t.length===0)return;const a=t.map(s=>{if(s.type==="image"&&s.fileId){const c=s.fileId,l=this.images[c];return{...s,_imageData:l||""}}return s});this._internalClipboard=JSON.stringify(a),this._internalClipboardImages={},a.forEach(s=>{s.type==="image"&&s._imageData&&(this._internalClipboardImages[s.fileId]=s._imageData)});try{navigator.clipboard&&navigator.clipboard.writeText&&await navigator.clipboard.writeText(JSON.stringify(a))}catch(s){console.error("Failed to copy to system clipboard",s)}},async cutElements(){await this.copyElements(!0);const r=new Set(Object.keys(this.appState.selectedElementIds)),e=this.elements.filter(a=>a.containerId&&r.has(a.containerId)).map(a=>a.id);[...r,...e].forEach(a=>this.deleteElement(a))},async pasteElements(r,e){try{let t,a;r?(t=r.x,a=r.y):(t=window.innerWidth/2/this.appState.zoom-this.appState.scrollX,a=window.innerHeight/2/this.appState.zoom-this.appState.scrollY);let s=e||"";if(!s&&navigator.clipboard&&navigator.clipboard.read)try{const k=await navigator.clipboard.read();for(const C of k)if(C.types.includes("text/plain")&&(s=await(await C.getType("text/plain")).text(),s))break}catch(k){console.warn("Clipboard read failed, falling back to readText",k)}if(!s&&navigator.clipboard&&navigator.clipboard.readText)try{s=await navigator.clipboard.readText()}catch(k){console.warn("Clipboard readText failed",k)}if(!s&&!e&&(s=this._internalClipboard||""),!s)return;let c=null;try{const k=JSON.parse(s);Array.isArray(k)&&k.length>0&&k[0].type&&(c=k)}catch{}if(!c){const C="sans-serif",E=s.split(`
|
|
4
|
+
`);let I=10,V=E.length*25+10;const $=document.createElement("canvas").getContext("2d");if($){$.font=`20px ${C}`;let z=0;E.forEach(H=>{const M=$.measureText(H).width;M>z&&(z=M)}),I=z+10}const ee={id:un(),type:"text",x:t,y:a,width:I,height:V,angle:0,strokeColor:"#363B4C",backgroundColor:"transparent",fillStyle:"hachure",strokeWidth:1,strokeStyle:"solid",roughness:0,opacity:100,seed:Math.floor(Math.random()*2**31),version:1,isDeleted:!1,groupIds:[],updated:Date.now(),link:null,locked:!1,text:s,fontSize:20,fontFamily:"sans-serif",textAlign:"left",verticalAlign:"top",containerId:null,originalText:s,autoResize:!0};this.addElement(ee),this.recordHistory(),this.setSelectedElementIds([ee.id]);return}if(!Array.isArray(c)||c.length===0)return;const l=c[0];if(!l||!l.id||!l.type)return;this.setSelectedElementIds([]);let u=1/0,h=1/0,f=-1/0,p=-1/0;c.forEach(k=>{u=Math.min(u,k.x),h=Math.min(h,k.y),f=Math.max(f,k.x+k.width),p=Math.max(p,k.y+k.height)});const g=(u+f)/2,m=(h+p)/2,x=t-g,v=a-m,y={},w=[];c.forEach(k=>{const C=un();y[k.id]=C}),c.forEach(k=>{const C={...k,id:y[k.id],x:k.x+x,y:k.y+v,seed:Math.floor(Math.random()*2147483648),version:1,updated:Date.now()};if(C.containerId&&y[C.containerId]&&(C.containerId=y[C.containerId]),(C.type==="arrow"||C.type==="line")&&(C.startBinding&&y[C.startBinding.elementId]&&(C.startBinding={...C.startBinding,elementId:y[C.startBinding.elementId]}),C.endBinding&&y[C.endBinding.elementId]&&(C.endBinding={...C.endBinding,elementId:y[C.endBinding.elementId]})),C.type==="image"){const S=k.fileId,E=k._imageData||this._internalClipboardImages?.[S]||this.images[S];if(E){const I=un();C.fileId=I,C.dataURL="",this.images[I]=E,k6(I,E)}delete C._imageData}w.push(C)}),this.elements=[...this.elements,...w],this.recordHistory();const _=[];w.forEach(k=>{!k.containerId&&!k.frameId&&_.push(k.id)}),this.setSelectedElementIds(_)}catch(t){console.error("Failed to paste",t)}},setScroll(r,e){this.appState.scrollX=r,this.appState.scrollY=e},toggleViewLock(){this.appState.viewLocked=!this.appState.viewLocked},duplicateElements(r,e){if(r.length===0)return;this.recordHistory();const t=new Set(r);this.elements.filter(g=>t.has(g.id)&&g.type==="frame").forEach(g=>{const m=g.x,x=g.y,v=g.width,y=g.height;this.elements.forEach(w=>{if(w.id===g.id||w.isDeleted)return;if(w.type==="text"&&w.containerId===g.id){t.add(w.id);return}const _=w.x+w.width/2,k=w.y+w.height/2;_>=m&&_<=m+v&&k>=x&&k<=x+y&&t.add(w.id)})});const s=this.elements.filter(g=>t.has(g.id)||t.has(g.containerId)),c=new Map;let l=20,u=20;if(s.length>0){let g=1/0,m=1/0,x=-1/0,v=-1/0;s.forEach(E=>{g=Math.min(g,E.x),m=Math.min(m,E.y),x=Math.max(x,E.x+E.width),v=Math.max(v,E.y+E.height)});const y=x-g,w=v-m,_=this.elements.filter(E=>!E.isDeleted).map(E=>({x:E.x,y:E.y,w:E.width,h:E.height})),k=(E,I,V,R)=>_.some(ee=>E-5<ee.x+ee.w&&E+V+5>ee.x&&I-5<ee.y+ee.h&&I+R+5>ee.y),C=50,S=[{x:g+y+C,y:m,offX:y+C,offY:0},{x:g,y:m+w+C,offX:0,offY:w+C},{x:g-y-C,y:m,offX:-(y+C),offY:0},{x:g,y:m-w-C,offX:0,offY:-(w+C)}];for(const E of S)if(!k(E.x,E.y,y,w)){l=E.offX,u=E.offY;break}}const h=s.map(g=>{const m=un();c.set(g.id,m);const x=JSON.parse(JSON.stringify(g));return delete x.roughElement,delete x.shape,{...x,id:m,x:g.x+l,y:g.y+u,updated:Date.now(),version:x.version?x.version+1:1,seed:Math.floor(Math.random()*2**31)}}),f=new Map;h.forEach(g=>{if(g.containerId&&c.has(g.containerId)&&(g.containerId=c.get(g.containerId)),(g.type==="arrow"||g.type==="line")&&(g.startBinding&&c.has(g.startBinding.elementId)&&(g.startBinding={...g.startBinding,elementId:c.get(g.startBinding.elementId)}),g.endBinding&&c.has(g.endBinding.elementId)&&(g.endBinding={...g.endBinding,elementId:c.get(g.endBinding.elementId)})),g.groupIds&&g.groupIds.length>0){const m=g.groupIds.map(x=>(f.has(x)||f.set(x,un()),f.get(x)));g.groupIds=m}}),this.elements=[...this.elements,...h];const p={};h.forEach(g=>p[g.id]=!0),this.appState.selectedElementIds=p,e&&e(Object.keys(p))},alignElements(r){if(Object.keys(this.appState.selectedElementIds).length<2)return;this.recordHistory();const t=this.elements.filter(f=>!(!this.appState.selectedElementIds[f.id]||(f.type==="arrow"||f.type==="line")&&(f.startBinding||f.endBinding)||f.type==="text"&&f.containerId));if(t.length<2)return;let a=1/0,s=-1/0,c=1/0,l=-1/0;t.forEach(f=>{a=Math.min(a,f.x),s=Math.max(s,f.x+f.width),c=Math.min(c,f.y),l=Math.max(l,f.y+f.height)});const u=(a+s)/2,h=(c+l)/2;t.forEach(f=>{let p={};switch(r){case"left":p={x:a};break;case"center":p={x:u-f.width/2};break;case"right":p={x:s-f.width};break;case"top":p={y:c};break;case"middle":p={y:h-f.height/2};break;case"bottom":p={y:l-f.height};break}this.updateElement(f.id,p)}),this.recordHistory()},distributeElements(r){if(Object.keys(this.appState.selectedElementIds).length<3)return;this.recordHistory();const t=this.elements.filter(a=>!(!this.appState.selectedElementIds[a.id]||(a.type==="arrow"||a.type==="line")&&(a.startBinding||a.endBinding)||a.type==="text"&&a.containerId));if(!(t.length<3)){if(r==="horizontal"){t.sort((f,p)=>f.x-p.x);const a=t[0].x,s=t[t.length-1].x+t[t.length-1].width,c=t.reduce((f,p)=>f+p.width,0),u=(s-a-c)/(t.length-1);let h=a;t.forEach(f=>{this.updateElement(f.id,{x:h}),h+=f.width+u})}else{t.sort((f,p)=>f.y-p.y);const a=t[0].y,s=t[t.length-1].y+t[t.length-1].height,c=t.reduce((f,p)=>f+p.height,0),u=(s-a-c)/(t.length-1);let h=a;t.forEach(f=>{this.updateElement(f.id,{y:h}),h+=f.height+u})}this.recordHistory()}},groupElements(r){if(r.length===0)return;const e=r.filter(a=>{const s=this.elements.find(c=>c.id===a);return s&&(s.frameId===null||s.frameId===void 0)});if(console.log(`Group Elements: Input ${r.length}, Allowed ${e.length}`),e.length<2)return;this.recordHistory();const t=un();this.elements=this.elements.map(a=>e.includes(a.id)?{...a,groupIds:[...a.groupIds,t],updated:Date.now()}:a),this.setSelectedElementIds(r)},ungroupElements(r){r.length!==0&&(this.recordHistory(),this.elements=this.elements.map(e=>{if(r.includes(e.id)&&e.groupIds.length>0){const t=[...e.groupIds];return t.pop(),{...e,groupIds:t,updated:Date.now()}}return e}))},setLockedTool(r){this.appState.lockedTool=r},saveToLocalStorage(){if(this.appConfig.loadFromLocal===!1)return;const r={elements:this.elements,appState:{...this.appState}};delete r.appState.scrollX,delete r.appState.scrollY,delete r.appState.zoom,delete r.appState.activeTool,delete r.appState.activeToolType,delete r.appState.showHelp,delete r.appState.isPanningCanvas,delete r.appState.isDraggingElement,delete r.appState.isBoxSelecting,delete r.appState.showGrid,delete r.appState.isPropertiesPanelOpen,delete r.appState.floatingToolbarOffset,delete r.appState.selectedElementIds,delete r.appState.croppingElementId;try{localStorage.setItem("jvs-draw-data",JSON.stringify(r))}catch(e){console.error("Failed to save to local storage",e)}},initData(){this.appConfig.initialData?this.updateCanvasData(this.appConfig.initialData):this.appConfig.loadFromLocal!==!1&&this.loadFromLocalStorage()},updateCanvasData(r){r&&(r.elements&&(this.elements=r.elements,this.history=[[...r.elements]],this.historyStep=0),r.appState&&(this.appState={...this.appState,...r.appState,scrollX:this.appState.scrollX,scrollY:this.appState.scrollY,zoom:this.appState.zoom,activeTool:this.appState.activeTool,activeToolType:this.appState.activeToolType,showHelp:this.appState.showHelp,isPanningCanvas:this.appState.isPanningCanvas,isDraggingElement:this.appState.isDraggingElement,isBoxSelecting:this.appState.isBoxSelecting,showGrid:this.appState.showGrid,isPropertiesPanelOpen:this.appState.isPropertiesPanelOpen,floatingToolbarOffset:this.appState.floatingToolbarOffset,selectedElementIds:this.appState.selectedElementIds,croppingElementId:this.appState.croppingElementId}))},loadFromLocalStorage(){try{const r=localStorage.getItem("jvs-draw-data");if(r){const e=JSON.parse(r);e.elements&&(this.elements=e.elements,this.history=[[...e.elements]],this.historyStep=0),e.appState&&(this.appState={...this.appState,...e.appState,currentItemTextAlign:"center",currentItemVerticalAlign:"middle",scrollX:this.appState.scrollX,scrollY:this.appState.scrollY,zoom:this.appState.zoom,activeTool:this.appState.activeTool,activeToolType:this.appState.activeToolType,showHelp:this.appState.showHelp,isPanningCanvas:this.appState.isPanningCanvas,isDraggingElement:this.appState.isDraggingElement,isBoxSelecting:this.appState.isBoxSelecting,showGrid:this.appState.showGrid,isPropertiesPanelOpen:this.appState.isPropertiesPanelOpen,floatingToolbarOffset:this.appState.floatingToolbarOffset,selectedElementIds:this.appState.selectedElementIds,croppingElementId:this.appState.croppingElementId},this.appState.currentNoteShape==="rectangle"&&(this.appState.currentNoteShape="note"))}}catch(r){console.error("Failed to load from local storage",r)}}}})(),h0=o=>new Promise(r=>{const e=document.createElement("input");e.type="file",e.accept="image/*";let t=!1;e.onchange=s=>{t=!0;const c=s.target.files?.[0];if(c){const l=u=>{const h=new Image;h.onload=()=>{let f=h.naturalWidth,p=h.naturalHeight;const g=500;if(f>g||p>g){const m=f/p;f>p?(f=g,p=g/m):(p=g,f=g*m)}r({dataURL:u,width:f,height:p,file:c})},h.onerror=()=>{r(null)},h.src=u};if(o)Promise.resolve(o(c)).then(u=>{u?l(u):r(null)}).catch(()=>{r(null)});else{const u=new FileReader;u.onload=h=>{const f=h.target?.result;f?l(f):r(null)},u.onerror=()=>{r(null)},u.readAsDataURL(c)}}else r(null)};const a=()=>{window.removeEventListener("focus",a),setTimeout(()=>{t||r(null)},500)};window.addEventListener("focus",a),e.click()}),$8={"zh-CN":{"toolbar.keepSelectedTool":"绘制后保持所选工具状态","toolbar.select":"选择","toolbar.laser":"激光笔","toolbar.shapes":"形状","toolbar.rectangle":"矩形","toolbar.diamond":"菱形","toolbar.ellipse":"椭圆","toolbar.square":"正方形","toolbar.star":"五角星","toolbar.circle":"圆形","toolbar.cylinder":"圆柱体","toolbar.trapezoid":"梯形","toolbar.parallelogram":"平行四边形","toolbar.cloud":"云","toolbar.pentagon":"五边形","toolbar.hexagon":"六边形","toolbar.message":"气泡","toolbar.doubleArrow":"双向箭头","toolbar.triangle":"三角形","toolbar.leftArrow":"左箭头","toolbar.rightArrow":"右箭头","toolbar.cube":"正方体","toolbar.step1":"步骤1","toolbar.step2":"步骤2","toolbar.arrow":"箭头","toolbar.line":"连线","toolbar.note":"便签","toolbar.draw":"画笔","toolbar.text":"文本","toolbar.image":"图片","toolbar.frame":"容器","toolbar.eraser":"橡皮擦","footer.clearCanvasConfirm":"确定要清空画布吗?","footer.prompt":"提示","footer.confirm":"确定","footer.cancel":"取消","footer.clear":"清除画布","footer.lockView":"锁定画布","footer.resetZoom":"重置缩放","boardName.untitled":"未命名","contextMenu.delete":"删除","contextMenu.copy":"拷贝","contextMenu.cut":"剪切","contextMenu.paste":"粘贴","contextMenu.selectAll":"全选","contextMenu.bringToFront":"置于顶层","contextMenu.sendToBack":"置于底层","contextMenu.bringForward":"上移一层","contextMenu.sendBackward":"下移一层","contextMenu.group":"成组","contextMenu.ungroup":"拆解","contextMenu.duplicate":"复制","contextMenu.lock":"锁定图形","contextMenu.unlock":"解锁图形","contextMenu.showGrid":"显示网格","contextMenu.hideGrid":"隐藏网格","properties.stroke":"描边","properties.background":"背景","properties.fillStyle":"填充样式","properties.strokeWidth":"描边宽度","properties.strokeStyle":"描边样式","properties.roughness":"手绘风格","properties.opacity":"透明度","properties.fontSize":"字号","properties.fontFamily":"字体","properties.textAlign":"对齐","properties.verticalAlign":"垂直对齐","properties.opacityText":"不透明度","panel.align":"对齐","panel.alignLeft":"向左对齐","panel.alignCenter":"居中对齐","panel.alignRight":"向右对齐","panel.alignTop":"顶部对齐","panel.alignMiddle":"垂直居中","panel.alignBottom":"底部对齐","panel.distributeHorizontally":"水平均匀分布","panel.distributeVertically":"垂直均匀分布","panel.none":"无","panel.solid":"实线","panel.dashed":"虚线","panel.dotted":"点线","panel.hachure":"线条","panel.cross-hatch":"交叉线条","panel.solidFill":"实心","panel.architect":"架构师","panel.comic":"漫画","panel.default":"默认","panel.sharp":"直角","panel.round":"圆角","panel.startArrow":"起点箭头","panel.endArrow":"终点箭头","board.preferences":"偏好设置","board.backgroundGrid":"背景网格","board.noGrid":"无网格","board.solidGrid":"线性网格","board.dotGrid":"点状网格","board.backgroundColor":"背景颜色","board.zoomWithWheel":"使用滚轮缩放画布","board.zoomWithWheelDesc":"开启后,可通过鼠标滚轮进行缩放画布","board.panWithRightClick":"右键拖拽平移画布","board.panWithRightClickDesc":"开启后,可通过鼠标右键进行拖拽平移画布","board.fixedArrowBinding":"固定锚点","board.fixedArrowBindingDesc":"新创建的连线吸附边缘时固定锚点位置","board.showQuickCreate":"快捷创建","board.showQuickCreateDesc":"显示或隐藏图形周围的快捷创建入口","board.shortcuts":"快捷键","board.language":"语言","board.export":"导出","board.exportImage":"导出为图片","board.exportSVG":"导出为SVG","board.exportAll":"导出全部","board.exportSelected":"导出选中","board.importPPTX":"导入 PPTX (Beta)","board.openSource":"开源地址","board.techSupport":"技术支持","board.more":"更多","help.shortcutsList":"快捷键列表","help.tools":"工具","help.handTool":"抓手 (平移工具)","help.view":"视图","help.zoomIn":"放大","help.zoomOut":"缩小","help.editor":"编辑器","help.undo":"撤销","help.redo":"重做","help.or":"或","properties.shape":"形状","properties.roundness":"圆角","properties.fill":"填充","properties.color":"颜色","properties.fillContent":"填充内容","properties.arrow":"箭头","properties.line":"线条","properties.type":"类型","properties.startArrowhead":"开始点样式","properties.endArrowhead":"结束点样式","properties.textSetting":"文本设置","properties.style":"样式","properties.fontColor":"文本颜色","properties.fontBgColor":"文本背景色","properties.showQuickCreate":"快捷创建","emptyState.title":"请先选择工具开始绘图","emptyState.subtitle":"您的绘图将保存在浏览器的存储中,请定期将您的工作保存到文件中,以避免丢失。","emptyState.insertShape":"插入图形","emptyState.insertText":"插入文本","emptyState.freedraw":"自由画笔","emptyState.insertImage":"插入图片","floatingBar.drag":"拖动","floatingBar.rightPanel":"右侧面板","floatingBar.replaceImage":"替换图片","floatingBar.crop":"裁剪","floatingBar.flipHorizontal":"水平翻转","floatingBar.flipVertical":"垂直翻转","floatingBar.arrowColor":"箭头颜色","floatingBar.swapEndpoints":"交换端点","floatingBar.lineStyle":"线条风格","floatingBar.defaultColor":"默认颜色","floatingBar.textStyle":"文本样式","floatingBar.alignMode":"对齐方式","floatingBar.lineStyleText":"线条样式","floatingBar.strokeStyleText":"描边样式","floatingBar.lineWidth":"粗细","floatingBar.strokeOpacity":"透明度","floatingBar.exportImage":"导出为图片","floatingBar.exportSVG":"导出为SVG"},"en-US":{"toolbar.keepSelectedTool":"Keep selected tool active after drawing","toolbar.select":"Select","toolbar.laser":"Laser","toolbar.shapes":"Shapes","toolbar.rectangle":"Rectangle","toolbar.diamond":"Diamond","toolbar.ellipse":"Ellipse","toolbar.square":"Square","toolbar.star":"Star","toolbar.circle":"Circle","toolbar.cylinder":"Cylinder","toolbar.trapezoid":"Trapezoid","toolbar.parallelogram":"Parallelogram","toolbar.cloud":"Cloud","toolbar.pentagon":"Pentagon","toolbar.hexagon":"Hexagon","toolbar.message":"Message","toolbar.doubleArrow":"Double Arrow","toolbar.triangle":"Triangle","toolbar.leftArrow":"Left Arrow","toolbar.rightArrow":"Right Arrow","toolbar.cube":"Cube","toolbar.step1":"Step 1","toolbar.step2":"Step 2","toolbar.arrow":"Arrow","toolbar.line":"Line","toolbar.note":"Note","toolbar.draw":"Draw","toolbar.text":"Text","toolbar.image":"Image","toolbar.frame":"Frame","toolbar.eraser":"Eraser","footer.clearCanvasConfirm":"Are you sure you want to clear the canvas?","footer.prompt":"Prompt","footer.confirm":"Confirm","footer.cancel":"Cancel","footer.clear":"Clear canvas","footer.lockView":"Lock Canvas","footer.resetZoom":"Reset Zoom","boardName.untitled":"Untitled","contextMenu.delete":"Delete","contextMenu.copy":"Copy","contextMenu.cut":"Cut","contextMenu.paste":"Paste","contextMenu.selectAll":"Select All","contextMenu.bringToFront":"Bring to front","contextMenu.sendToBack":"Send to back","contextMenu.bringForward":"Bring forward","contextMenu.sendBackward":"Send backward","contextMenu.group":"Group","contextMenu.ungroup":"Ungroup","contextMenu.duplicate":"Duplicate","contextMenu.lock":"Lock Graphics","contextMenu.unlock":"Unlock Graphics","contextMenu.showGrid":"Show Grid","contextMenu.hideGrid":"Hide Grid","properties.stroke":"Stroke","properties.background":"Background","properties.fillStyle":"Fill","properties.strokeWidth":"Stroke width","properties.strokeStyle":"Stroke style","properties.roughness":"Roughness","properties.opacity":"Opacity","properties.fontSize":"Font size","properties.fontFamily":"Font family","properties.textAlign":"Text align","properties.verticalAlign":"Vertical align","properties.opacityText":"Opacity","panel.align":"Align","panel.alignLeft":"Align left","panel.alignCenter":"Align center","panel.alignRight":"Align right","panel.alignTop":"Align top","panel.alignMiddle":"Align middle","panel.alignBottom":"Align bottom","panel.distributeHorizontally":"Distribute horizontally","panel.distributeVertically":"Distribute vertically","panel.none":"None","panel.solid":"Solid","panel.dashed":"Dashed","panel.dotted":"Dotted","panel.hachure":"Hachure","panel.cross-hatch":"Cross-hatch","panel.solidFill":"Solid","panel.architect":"Architect","panel.comic":"Comic","panel.default":"Default","panel.sharp":"Sharp","panel.round":"Round","panel.startArrow":"Start Arrow","panel.endArrow":"End Arrow","board.preferences":"Preferences","board.backgroundGrid":"Background Grid","board.noGrid":"No grid","board.solidGrid":"Solid grid","board.dotGrid":"Dot grid","board.backgroundColor":"Background Color","board.zoomWithWheel":"Zoom with mouse wheel","board.zoomWithWheelDesc":"When enabled, you can zoom the canvas via mouse wheel","board.panWithRightClick":"Pan with right click","board.panWithRightClickDesc":"When enabled, you can pan the canvas via right mouse button","board.fixedArrowBinding":"Fixed Anchor","board.fixedArrowBindingDesc":"When enabled, new arrows will bind to fixed points instead of sliding along borders","board.showQuickCreate":"Quick Create","board.showQuickCreateDesc":"Show or hide the quick create entry around shapes","board.shortcuts":"Shortcuts","board.language":"Language","board.export":"Export","board.exportImage":"Export as image","board.exportSVG":"Export as SVG","board.exportAll":"Export all","board.exportSelected":"Export selected","board.importPPTX":"Import PPTX (Beta)","board.openSource":"Open Source","board.techSupport":"Tech Support","board.more":"More","help.shortcutsList":"Shortcuts List","help.tools":"Tools","help.handTool":"Hand (Pan Tool)","help.view":"View","help.zoomIn":"Zoom in","help.zoomOut":"Zoom out","help.editor":"Editor","help.undo":"Undo","help.redo":"Redo","help.or":"or","properties.shape":"Shape","properties.roundness":"Roundness","properties.fill":"Fill","properties.color":"Color","properties.fillContent":"Fill content","properties.arrow":"Arrow","properties.line":"Line","properties.type":"Type","properties.startArrowhead":"Start arrowhead","properties.endArrowhead":"End arrowhead","properties.textSetting":"Text setting","properties.style":"Style","properties.fontColor":"Text color","properties.fontBgColor":"Text background","properties.showQuickCreate":"Quick Creation Entry","emptyState.title":"Please select a tool to start drawing","emptyState.subtitle":"Your drawing is saved in your browser's storage. Please regularly save your work to a file to avoid loss.","emptyState.insertShape":"Insert Shape","emptyState.insertText":"Insert Text","emptyState.freedraw":"Freedraw","emptyState.insertImage":"Insert Image","floatingBar.drag":"Drag","floatingBar.rightPanel":"Right Panel","floatingBar.replaceImage":"Replace Image","floatingBar.crop":"Crop","floatingBar.flipHorizontal":"Flip Horizontal","floatingBar.flipVertical":"Flip Vertical","floatingBar.arrowColor":"Arrow Color","floatingBar.swapEndpoints":"Swap Endpoints","floatingBar.lineStyle":"Line Roughness","floatingBar.defaultColor":"Default Color","floatingBar.textStyle":"Text Style","floatingBar.alignMode":"Alignment","floatingBar.lineStyleText":"Line Style","floatingBar.strokeStyleText":"Stroke Style","floatingBar.lineWidth":"Line Width","floatingBar.strokeOpacity":"Stroke Opacity","floatingBar.exportImage":"Export as Image","floatingBar.exportSVG":"Export as SVG"}};function E2(){return{t:r=>{const e=g2.language||"zh-CN";return(g2.messages?.[e]||{})[r]||$8[e]?.[r]||$8["en-US"]?.[r]||r}}}const yp={class:"tool-group"},vp=["title"],bp={class:"svg-icon"},wp=["xlink:href"],xp=["title","onClick"],_p={class:"svg-icon"},kp=["xlink:href"],Ep={key:0,class:"shortcut"},Sp=["onClick"],Cp={class:"svg-icon"},qp=["xlink:href"],Ip=["title","onClick"],Mp={class:"svg-icon"},Bp=["xlink:href"],zp={key:0,class:"shortcut"},Fp={class:"note-popover"},Ap={class:"note-header"},Tp={class:"note-colors"},Vp=["onClick"],Np=["onClick","title"],Lp=["src"],Rp={key:1,class:"svg-icon"},Pp=["xlink:href"],Dp={key:2,class:"shortcut"},Op=n.defineComponent({__name:"Toolbar",setup(o){const r=n.inject("jvs-draw-instance-id","excalidraw"),e=Sn(r),t=n.computed(()=>e.appState.activeTool);n.computed(()=>e.appState.activeToolType);const a=n.ref(null),s=["#fef0b9","#facb9f","#d4ecd1","#c8f2ba","#bfe2ea","#cad4ee","#d1cceb","#eacbed","#f1c8c8"],c=_=>{e.appState.currentNoteBackgroundColor=_,e.setTool("note"),a.value=null,e.setSelectedElementIds([])},l=(_,k)=>{const C=e.appState.activeToolType||"",E=f.value.find(I=>I.name===k)?.subTools?.map(I=>I.name)||[];return E.includes(C)?C===_:E[0]===_},u=(_,k)=>{_?a.value=k:a.value===k&&(a.value=null)},{t:h}=E2(),f=n.computed(()=>[{name:"trand"},{name:"selection",label:h("toolbar.select"),icon:"#icon-xuanze",activeIcon:"#icon-xuanze-xuanzhong",key:"1"},{name:"laser",label:h("toolbar.laser"),icon:"#icon-jiguangbi1",activeIcon:"#icon-jiguangbi-xuanzhong1",key:"K"},{name:"trand"},{name:"shapes",label:h("toolbar.shapes"),icon:"#icon-xingzhuang",activeIcon:"#icon-xingzhuang-xuanzhong",key:"2",subTools:[{name:"rectangle",icon:"#icon-yuanjiaojuxing",label:h("toolbar.rectangle")},{name:"diamond",icon:"#icon-lingxing",label:h("toolbar.diamond")},{name:"ellipse",icon:"#icon-tuoyuanxing",label:h("toolbar.ellipse")},{name:"square",icon:"#icon-zhengfangxing",label:h("toolbar.square")},{name:"star",icon:"#icon-wujiaoxing",label:h("toolbar.star")},{name:"circle",icon:"#icon-yuanxing",label:h("toolbar.circle")},{name:"cylinder",icon:"#icon-yuanzhuti",label:h("toolbar.cylinder")},{name:"trapezoid",icon:"#icon-tixing",label:h("toolbar.trapezoid")},{name:"parallelogram",icon:"#icon-pinghangsibianxing",label:h("toolbar.parallelogram")},{name:"cloud",icon:"#icon-yun",label:h("toolbar.cloud")},{name:"pentagon",icon:"#icon-wubianxing",label:h("toolbar.pentagon")},{name:"hexagon",icon:"#icon-liubianxing",label:h("toolbar.hexagon")},{name:"message",icon:"#icon-qipao",label:h("toolbar.message")},{name:"doubleArrow",icon:"#icon-shuangxiangjiantou",label:h("toolbar.doubleArrow")},{name:"triangle",icon:"#icon-sanjiaoxing",label:h("toolbar.triangle")},{name:"leftArrow",icon:"#icon-zuojiantou",label:h("toolbar.leftArrow")},{name:"rightArrow",icon:"#icon-youjiantou",label:h("toolbar.rightArrow")},{name:"cube",icon:"#icon-zhengfangti",label:h("toolbar.cube")},{name:"step1",icon:"#icon-buzhou2",label:h("toolbar.step1")},{name:"step2",icon:"#icon-buzhou1",label:h("toolbar.step2")}]},{name:"arrow",label:h("toolbar.arrow"),icon:"#icon-lianxian",activeIcon:"#icon-lianxian-xuanzhong",key:"5",subTools:[{name:"arrowLine",icon:"#icon-zhixian",label:h("toolbar.arrow")??"线段"},{name:"arrow",icon:"#icon-zhixianlianjiexian",label:h("toolbar.arrow")??"箭头"},{name:"polyline",icon:"#icon-zhexian",label:h("toolbar.arrow")??"折线"},{name:"curvedArrow",icon:"#icon-quxian",label:"曲线"},{name:"arrowBold",icon:"#icon-jiantou",label:h("toolbar.arrow")??"箭头"}]},{name:"note",label:h("toolbar.note")??"便签",icon:"#icon-bianqian",activeIcon:"#icon-bianqian-xuanzhong",key:"N"},{name:"freedraw",label:h("toolbar.draw"),icon:"#icon-huabi",activeIcon:"#icon-huabi-xuanzhong",key:"7"},{name:"text",label:h("toolbar.text"),icon:"#icon-wenben",activeIcon:"#icon-wenben-xuanzhong",key:"8"},{name:"image",label:h("toolbar.image"),icon:"#icon-tupian",activeIcon:"#icon-tupian-xuanzhong",key:"4"},{name:"frame",label:h("toolbar.frame"),icon:"#icon-rongqi",activeIcon:"#icon-rongqi-xuanzhong",key:"9"},{name:"eraser",label:h("toolbar.eraser"),icon:"#icon-xiangpica",activeIcon:"#icon-xiangpica-xuanzhong",key:"0"}]),p=n.computed(()=>e.appState.lockedTool),g=async _=>{if(a.value=null,_==="image"){const k=e.appState.activeTool;e.setTool("image");const C=e.appConfig.enableImageUpload?e.appConfig.uploadImageFn:void 0,S=await h0(C);if(S){const E=window.innerWidth/2/e.appState.zoom-e.appState.scrollX,I=window.innerHeight/2/e.appState.zoom-e.appState.scrollY;e.insertImage?e.insertImage(S.dataURL,E-S.width/2,I-S.height/2,S.width,S.height,void 0,!!C):(console.error("Store action insertImage not found, reloading might fix this."),location.reload()),e.setTool(k)}else e.setTool(k);return}e.setTool(_),e.setSelectedElementIds([])},m=n.computed(()=>e.appState.isDraggingElement||e.appState.isBoxSelecting);function x(_,k){e.setToolType(_),e.setTool(k)}function v(_,k){k==="arrow"?(e.setTool("arrow"),e.setToolType(_),_==="arrowLine"?(e.appState.currentItemArrowType="sharp",e.appState.currentItemStartArrowhead=null,e.appState.currentItemEndArrowhead=null):_==="arrow"?(e.appState.currentItemArrowType="sharp",e.appState.currentItemStartArrowhead="line",e.appState.currentItemEndArrowhead="arrow"):_==="elbowArrow"?(e.appState.currentItemArrowType="elbow",e.appState.currentItemStartArrowhead="line",e.appState.currentItemEndArrowhead="arrow"):_==="curvedArrow"?(e.appState.currentItemArrowType="round",e.appState.currentItemStartArrowhead="line",e.appState.currentItemEndArrowhead="arrow"):_==="arrowBold"?(e.appState.currentItemArrowType="arrowBold",e.appState.currentItemStartArrowhead=null,e.appState.currentItemEndArrowhead="arrow"):_==="polyline"&&(e.appState.currentItemArrowType="elbow",e.appState.currentItemStartArrowhead=null,e.appState.currentItemEndArrowhead="arrow")):x(_,k),a.value=null,e.setSelectedElementIds([])}function y(_){if(_==="shapes"){const k=f.value.find(E=>E.name==="shapes")?.subTools?.map(E=>E.name)||[],C=e.appState.activeToolType||"",S=k.includes(C)?C:k[0];x(S,"shapes")}else if(_==="arrow"){const k=f.value.find(E=>E.name==="arrow")?.subTools?.map(E=>E.name)||[],C=e.appState.activeToolType||"",S=k.includes(C)?C:k[0];v(S,"arrow")}else _==="note"&&(e.appState.currentNoteBackgroundColor||(e.appState.currentNoteBackgroundColor=s[0]||"#fef0b9"),e.appState.currentNoteShape==="rectangle"&&(e.appState.currentNoteShape="note"),e.setTool("note"));_!=="note"&&_!=="shapes"&&_!=="arrow"&&(a.value=null),e.setSelectedElementIds([])}function w(){e.setLockedTool(!e.appState.lockedTool)}return(_,k)=>{const C=n.resolveComponent("el-popover");return n.openBlock(),n.createElementBlock("div",{class:"toolbar glass",style:n.normalizeStyle({pointerEvents:m.value?"none":"auto"})},[n.createElementVNode("div",yp,[n.createElementVNode("div",{class:n.normalizeClass({"tool-item":!0,active:p.value}),onClick:w,title:n.unref(h)("toolbar.keepSelectedTool")},[(n.openBlock(),n.createElementBlock("svg",bp,[n.createElementVNode("use",{"xlink:href":`${p.value?"#icon-zujiansuoding":"#icon-zujianjiesuo"}`},null,8,wp)]))],10,vp),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(f.value,S=>(n.openBlock(),n.createElementBlock(n.Fragment,{key:S.name},[S.subTools?(n.openBlock(),n.createBlock(C,{key:0,placement:"right-start",trigger:"hover",visible:a.value===S.name,"onUpdate:visible":E=>u(E,S.name),width:S.name=="arrow"?36:224,offset:16,"popper-style":"padding: 8px;min-width:54px !important;","show-arrow":!1},{reference:n.withCtx(()=>[n.createElementVNode("div",{class:n.normalizeClass({"tool-item":!0,active:t.value===S.name}),title:S.label,onClick:E=>y(S.name)},[(n.openBlock(),n.createElementBlock("svg",_p,[n.createElementVNode("use",{"xlink:href":`${t.value===S.name?S.activeIcon:S.icon}`},null,8,kp)])),S.key?(n.openBlock(),n.createElementBlock("span",Ep,n.toDisplayString(S.key),1)):n.createCommentVNode("",!0)],10,xp)]),default:n.withCtx(()=>[n.createElementVNode("div",{class:n.normalizeClass(["sub-tools-container",{"v-container":S.name=="arrow"}])},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(S.subTools,E=>(n.openBlock(),n.createElementBlock("div",{key:E.name,class:n.normalizeClass(["sub-tool-item",{active:l(E.name,S.name)}]),onClick:I=>v(E.name,S.name)},[(n.openBlock(),n.createElementBlock("svg",Cp,[n.createElementVNode("use",{"xlink:href":`${E.icon}`},null,8,qp)]))],10,Sp))),128))],2)]),_:2},1032,["visible","onUpdate:visible","width"])):S.name==="note"?(n.openBlock(),n.createBlock(C,{key:1,placement:"right-start",trigger:"hover",visible:a.value===S.name,"onUpdate:visible":E=>u(E,S.name),width:180,offset:16,"popper-class":"note-popover-popper","popper-style":"padding: 12px; border-radius: 8px;","show-arrow":!1},{reference:n.withCtx(()=>[n.createElementVNode("div",{class:n.normalizeClass({"tool-item":!0,active:t.value===S.name}),title:S.label,onClick:E=>y(S.name)},[(n.openBlock(),n.createElementBlock("svg",Mp,[n.createElementVNode("use",{"xlink:href":`${t.value===S.name?S.activeIcon:S.icon}`},null,8,Bp)])),S.key?(n.openBlock(),n.createElementBlock("span",zp,n.toDisplayString(S.key),1)):n.createCommentVNode("",!0)],10,Ip)]),default:n.withCtx(()=>[n.createElementVNode("div",Fp,[n.createElementVNode("div",Ap,[n.createElementVNode("span",null,n.toDisplayString(S.label),1),k[0]||(k[0]=n.createElementVNode("kbd",{class:"shortcut-key"},"N",-1))]),n.createElementVNode("div",Tp,[(n.openBlock(),n.createElementBlock(n.Fragment,null,n.renderList(s,E=>n.createElementVNode("div",{key:E,class:"note-color-block",style:n.normalizeStyle({backgroundColor:E}),onClick:I=>c(E)},null,12,Vp)),64))])])]),_:2},1032,["visible","onUpdate:visible"])):(n.openBlock(),n.createElementBlock("div",{key:2,class:n.normalizeClass({"tool-item":!0,active:t.value===S.name,"trand-line":S.name==="trand"}),onClick:E=>S.name!=="trand"?g(S.name):null,title:S.label},[S.name!=="trand"?(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[S.img?(n.openBlock(),n.createElementBlock("img",{key:0,src:S.img},null,8,Lp)):(n.openBlock(),n.createElementBlock("svg",Rp,[n.createElementVNode("use",{"xlink:href":`${t.value===S.name?S.activeIcon:S.icon}`},null,8,Pp)])),S.key?(n.openBlock(),n.createElementBlock("span",Dp,n.toDisplayString(S.key),1)):n.createCommentVNode("",!0)],64)):n.createCommentVNode("",!0)],10,Np))],64))),128))])],4)}}}),gn=(o,r)=>{const e=o.__vccOpts||o;for(const[t,a]of r)e[t]=a;return e},Hp=gn(Op,[["__scopeId","data-v-862bf59c"]]);function W8(o){let r;if(o>100&&(o=100),o<0||o>100)throw new Error("Input must be between 0 and 100.");return r=Math.round(o/100*255),r.toString(16).padStart(2,"0")}function U0(o){if(!o||o.length!==2)return 100;const r=parseInt(o,16);return isNaN(r)?100:Math.round(r/255*100)}const $p={class:"fill-style-box"},Wp=["onClick"],jp={class:"svg-icon"},Up=["xlink:href"],j8=gn(n.defineComponent({__name:"fillStyle",setup(o){const r=n.inject("jvs-draw-instance-id","excalidraw"),e=Sn(r),t=n.computed(()=>{const l=a();return l?l.fillStyle:e.appState.currentItemFillStyle}),a=()=>{const l=Object.keys(e.appState.selectedElementIds);if(l.length===0)return null;const u=l[l.length-1];return e.elements.find(h=>h.id===u)||null},s=n.ref([{label:"纯色",icon:"icon-chunse",iconActive:"icon-chunse-xuanzhong",value:"solid"},{label:"斜线",icon:"icon-xiexian",iconActive:"icon-xiexian-xuanzhong",value:"hachure"},{label:"交叉线",icon:"icon-jiaochaxian",iconActive:"icon-jiaochaxian-xuanzhong",value:"cross-hatch"}]),c=l=>{e.updateSelectedElements({fillStyle:l})};return(l,u)=>(n.openBlock(),n.createElementBlock("div",$p,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(s.value,(h,f)=>(n.openBlock(),n.createElementBlock("div",{key:f,class:n.normalizeClass(["fill-style-item",{active:t.value===h.value}]),onClick:p=>c(h.value)},[(n.openBlock(),n.createElementBlock("svg",jp,[n.createElementVNode("use",{"xlink:href":`#${t.value===h.value?h.iconActive:h.icon}`},null,8,Up)]))],10,Wp))),128))]))}}),[["__scopeId","data-v-505fda09"]]),Gp={class:"fill-style-box"},Xp=["onClick"],Yp={class:"svg-icon"},Zp=["xlink:href"],U8=gn(n.defineComponent({__name:"borderStyle",setup(o){const r=n.inject("jvs-draw-instance-id","excalidraw"),e=Sn(r),t=n.computed(()=>{const l=a();return l?l.strokeStyle:e.appState.currentItemFillStyle}),a=()=>{const l=Object.keys(e.appState.selectedElementIds);if(l.length===0)return null;const u=l[l.length-1];return e.elements.find(h=>h.id===u)||null},s=n.ref([{label:"实线",icon:"icon-shixian",iconActive:"icon-shixian-xuanzhong",value:"solid"},{label:"点虚线",icon:"icon-dianxuxian",iconActive:"icon-dianxuxian-xuanzhong",value:"dotted"},{label:"虚线",icon:"icon-xuxian",iconActive:"icon-xuxian-xuanzhong",value:"dashed"}]),c=l=>{e.updateSelectedElements({strokeStyle:l})};return(l,u)=>(n.openBlock(),n.createElementBlock("div",Gp,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(s.value,(h,f)=>(n.openBlock(),n.createElementBlock("div",{key:f,class:n.normalizeClass(["fill-style-item",{active:t.value===h.value}]),onClick:p=>c(h.value)},[(n.openBlock(),n.createElementBlock("svg",Yp,[n.createElementVNode("use",{"xlink:href":`#${t.value===h.value?h.iconActive:h.icon}`},null,8,Zp)]))],10,Xp))),128))]))}}),[["__scopeId","data-v-41c203b9"]]),Qp={class:"fill-style-box"},Kp=["onClick"],Jp={class:"svg-icon"},eg=["xlink:href"],G8=gn(n.defineComponent({__name:"lineStyle",setup(o){const r=n.inject("jvs-draw-instance-id","excalidraw"),e=Sn(r),t=n.computed(()=>{const l=a();return l?l.roughness:e.appState.currentItemRoughness}),a=()=>{const l=Object.keys(e.appState.selectedElementIds);if(l.length===0)return null;const u=l[l.length-1];return e.elements.find(h=>h.id===u)||null},s=n.ref([{label:"标准",icon:"icon-biaozhun",iconActive:"icon-biaozhun-xuanzhong",value:0},{label:"艺术家",icon:"icon-yishujia",iconActive:"icon-yishujia-xuanzhong",value:1},{label:"漫画家",icon:"icon-manhuajia",iconActive:"icon-manhuajia-xuanzhong",value:2}]),c=l=>{e.updateSelectedElements({roughness:l})};return(l,u)=>(n.openBlock(),n.createElementBlock("div",Qp,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(s.value,(h,f)=>(n.openBlock(),n.createElementBlock("div",{key:f,class:n.normalizeClass(["fill-style-item",{active:t.value===h.value}]),onClick:p=>c(h.value)},[(n.openBlock(),n.createElementBlock("svg",Jp,[n.createElementVNode("use",{"xlink:href":`#${t.value===h.value?h.iconActive:h.icon}`},null,8,eg)]))],10,Kp))),128))]))}}),[["__scopeId","data-v-dc9abfae"]]),tg={class:"fill-style-box"},ng=["onClick"],rg={class:"svg-icon"},ig=["xlink:href"],X8=gn(n.defineComponent({__name:"textStyle",setup(o){const r=n.inject("jvs-draw-instance-id","excalidraw"),e=Sn(r),t=()=>{const l=Object.keys(e.appState.selectedElementIds);if(l.length===0)return null;const u=l[l.length-1];return e.elements.find(h=>h.id===u)||null},a=l=>{const u=t();return l==="bold"?u?u.isBold:e.appState.currentItemIsBold:l==="italic"?u?u.isItalic:e.appState.currentItemIsItalic:l==="underline"?u?u.isUnderline:e.appState.currentItemIsUnderline:l==="strikethrough"?u?u.isStrikethrough:e.appState.currentItemIsStrikethrough:!1},s=l=>{const u=t();if(l==="bold"){const h=u?!u.isBold:!e.appState.currentItemIsBold;e.updateSelectedElements({isBold:h}),e.appState.currentItemIsBold=h}else if(l==="italic"){const h=u?!u.isItalic:!e.appState.currentItemIsItalic;e.updateSelectedElements({isItalic:h}),e.appState.currentItemIsItalic=h}else if(l==="underline"){const h=u?!u.isUnderline:!e.appState.currentItemIsUnderline;e.updateSelectedElements({isUnderline:h}),e.appState.currentItemIsUnderline=h}else if(l==="strikethrough"){const h=u?!u.isStrikethrough:!e.appState.currentItemIsStrikethrough;e.updateSelectedElements({isStrikethrough:h}),e.appState.currentItemIsStrikethrough=h}},c=n.ref([{label:"加粗",icon:"icon-jiacu2",iconActive:"icon-jiacu2-copy",value:"bold"},{label:"倾斜",icon:"icon-qingxie1",iconActive:"icon-qingxie1-copy",value:"italic"},{label:"下划线",icon:"icon-xiahuaxian1",iconActive:"icon-xiahuaxian1-copy",value:"underline"},{label:"删除线",icon:"icon-shanchuxian",iconActive:"icon-shanchuxian-copy",value:"strikethrough"}]);return(l,u)=>(n.openBlock(),n.createElementBlock("div",tg,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(c.value,(h,f)=>(n.openBlock(),n.createElementBlock("div",{key:f,class:n.normalizeClass(["fill-style-item",{active:a(h.value)}]),onClick:p=>s(h.value)},[(n.openBlock(),n.createElementBlock("svg",rg,[n.createElementVNode("use",{"xlink:href":`#${a(h.value)?h.iconActive:h.icon}`},null,8,ig)]))],10,ng))),128))]))}}),[["__scopeId","data-v-ae8e6ddb"]]),ag=["onClick"],og={class:"svg-icon"},sg=["xlink:href"],lg=["onClick"],cg={class:"svg-icon"},dg=["xlink:href"],Y8=gn(n.defineComponent({__name:"alignStyle",setup(o){const r=n.inject("jvs-draw-instance-id","excalidraw"),e=Sn(r),t=n.computed(()=>e.appState.activeTool),a=n.computed(()=>Object.keys(e.appState.selectedElementIds)),s=n.computed(()=>a.value.length>0),c=()=>{if(t.value==="selection"){if(!s.value)return"none";const v=a.value[0],y=e.elements.find(w=>w.id===v);return y?y.type:"none"}return t.value==="shapes"?e.appState.activeToolType:t.value},l=n.computed(()=>{const v=c();return["rectangle","ellipse","diamond","square","star","circle","cylinder","process","decision","trapezoid","parallelogram"].includes(v)}),u=n.computed(()=>{const v=f();return v?v.textAlign:e.appState.currentItemTextAlign}),h=n.computed(()=>{const v=f();return v?v.verticalAlign:e.appState.currentItemVerticalAlign}),f=()=>{const v=Object.keys(e.appState.selectedElementIds);if(v.length===0)return null;const y=v[v.length-1];return e.elements.find(w=>w.id===y)||null},p=n.ref([{label:"左对齐",icon:"icon-zuoduiqi3",iconActive:"icon-zuoduiqi3-copy",value:"left"},{label:"居中对齐",icon:"icon-juzhongduiqi",iconActive:"icon-juzhongduiqi-copy",value:"center"},{label:"右对齐",icon:"icon-youduiqi3-copy",iconActive:"icon-youduiqi3-copy-copy",value:"right"}]),g=n.ref([{label:"上对齐",icon:"icon-dingduiqi2",iconActive:"icon-dingduiqi2-copy",value:"top"},{label:"居中对齐",icon:"icon-zhongjianduiqi",iconActive:"icon-zhongjianduiqi-copy",value:"middle"},{label:"下对齐",icon:"icon-diduiqi1",iconActive:"icon-diduiqi1-copy",value:"bottom"}]);function m(v){e.updateSelectedElements({textAlign:v})}function x(v){e.updateSelectedElements({verticalAlign:v})}return(v,y)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["fill-style-box",{"no-vertical-align":!l.value}])},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(p.value,(w,_)=>(n.openBlock(),n.createElementBlock("div",{key:_,class:n.normalizeClass(["fill-style-item",{active:u.value===w.value}]),onClick:k=>m(w.value)},[(n.openBlock(),n.createElementBlock("svg",og,[n.createElementVNode("use",{"xlink:href":`#${u.value===w.value?w.iconActive:w.icon}`},null,8,sg)]))],10,ag))),128)),l.value?(n.openBlock(!0),n.createElementBlock(n.Fragment,{key:0},n.renderList(g.value,(w,_)=>(n.openBlock(),n.createElementBlock("div",{key:_,class:n.normalizeClass(["fill-style-item",{active:h.value===w.value}]),onClick:k=>x(w.value)},[(n.openBlock(),n.createElementBlock("svg",cg,[n.createElementVNode("use",{"xlink:href":`#${h.value===w.value?w.iconActive:w.icon}`},null,8,dg)]))],10,lg))),128)):n.createCommentVNode("",!0)],2))}}),[["__scopeId","data-v-e3b8bee2"]]),ug={class:"fill-style-box"},hg=["onClick"],fg={class:"svg-icon"},pg=["xlink:href"],Z8=gn(n.defineComponent({__name:"arrowStyle",setup(o){const r=n.inject("jvs-draw-instance-id","excalidraw"),e=Sn(r),{t}=E2(),a=n.computed(()=>{const u=s();return u?u.arrowType:e.appState.currentItemArrowType}),s=()=>{const u=Object.keys(e.appState.selectedElementIds);if(u.length===0)return null;const h=u[u.length-1];return e.elements.find(f=>f.id===h)||null},c=n.ref([{label:"直线连接",icon:"icon-zhixianlianjiexian",iconActive:"icon-zhixianlianjiexian-xuanzhong",value:"sharp"},{label:"曲线连接",icon:"icon-quxian",iconActive:"icon-quxian-xuanzhong",value:"round"},{value:"elbow",icon:"icon-zhexian",iconActive:"icon-zhexian-xuanzhong",label:t("toolbar.arrow")??"折线"}]),l=u=>{e.updateSelectedElements({arrowType:u})};return(u,h)=>(n.openBlock(),n.createElementBlock("div",ug,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(c.value,(f,p)=>(n.openBlock(),n.createElementBlock("div",{key:p,class:n.normalizeClass(["fill-style-item",{active:a.value===f.value}]),onClick:g=>l(f.value)},[(n.openBlock(),n.createElementBlock("svg",fg,[n.createElementVNode("use",{"xlink:href":`#${a.value===f.value?f.iconActive:f.icon}`},null,8,pg)]))],10,hg))),128))]))}}),[["__scopeId","data-v-73c556c5"]]),Z2=[{icon:"#icon-a-zu7812",activeIcon:"#icon-a-zu7819",value:"line"},{icon:"#icon-a-zu7815",activeIcon:"#icon-a-zu7821",value:"arrow"},{icon:"#icon-a-zu7806",activeIcon:"#icon-a-zu7820",value:"triangle"},{icon:"#icon-a-huaban14",activeIcon:"#icon-a-huaban12",value:"triangle_outline"},{icon:"#icon-a-zu7810",activeIcon:"#icon-a-zu7826",value:"diamond"},{icon:"#icon-a-huaban15",activeIcon:"#icon-a-huaban13",value:"diamond_outline"},{icon:"#icon-a-zu7813",activeIcon:"#icon-a-zu7827",value:"half_arrow_top"},{icon:"#icon-a-zu7814",activeIcon:"#icon-a-zu7828",value:"half_arrow_bottom"},{icon:"#icon-a-zu7817",activeIcon:"#icon-a-zu7822",value:"dot"},{icon:"#icon-a-zu7807",activeIcon:"#icon-a-zu7823",value:"circle_outline"}],gg=[{label:"sans-serif",value:"sans-serif",weightList:["Regular"]},{label:"SourceHanSansCN",value:"SourceHanSansCN",weightList:["Regular","Bold","Medium"]},{label:"Montserrat",value:"Montserrat",weightList:["Black","Light","Bold","Medium"]},{label:"Anton",value:"Anton",weightList:["Regular"]},{label:"ClimateCrisis",value:"ClimateCrisis",weightList:["Regular"]},{label:"Exo",value:"Exo",weightList:["Regular","Bold","Medium","Light","Black"]},{label:"Goldman",value:"Goldman",weightList:["Regular","Bold"]},{label:"DouYinSans",value:"DouYinSans",weightList:["Bold"]},{label:"SaDigitalNumber",value:"SaDigitalNumber",weightList:["Regular"]},{label:"ZenTokyoZoo",value:"ZenTokyoZoo",weightList:["Regular"]},{label:"ZhuqueFangsong",value:"ZhuqueFangsong",weightList:["Regular"]}];var Jn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Q8(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}var f0={exports:{}};var mg=f0.exports,K8;function yg(){return K8||(K8=1,(function(o,r){(function(){var e,t="4.17.23",a=200,s="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",c="Expected a function",l="Invalid `variable` option passed into `_.template`",u="__lodash_hash_undefined__",h=500,f="__lodash_placeholder__",p=1,g=2,m=4,x=1,v=2,y=1,w=2,_=4,k=8,C=16,S=32,E=64,I=128,V=256,R=512,$=30,ee="...",z=800,H=16,M=1,X=2,K=3,ae=1/0,de=9007199254740991,ce=17976931348623157e292,fe=NaN,te=4294967295,se=te-1,Se=te>>>1,ie=[["ary",I],["bind",y],["bindKey",w],["curry",k],["curryRight",C],["flip",R],["partial",S],["partialRight",E],["rearg",V]],le="[object Arguments]",ge="[object Array]",Le="[object AsyncFunction]",Oe="[object Boolean]",Ge="[object Date]",Fe="[object DOMException]",qe="[object Error]",ut="[object Function]",ht="[object GeneratorFunction]",B="[object Map]",pe="[object Number]",Ce="[object Null]",Z="[object Object]",Q="[object Promise]",he="[object Proxy]",Ve="[object RegExp]",Ae="[object Set]",_e="[object String]",Ne="[object Symbol]",Xe="[object Undefined]",He="[object WeakMap]",ot="[object WeakSet]",St="[object ArrayBuffer]",dt="[object DataView]",Xt="[object Float32Array]",wn="[object Float64Array]",Pt="[object Int8Array]",Kt="[object Int16Array]",vt="[object Int32Array]",Jt="[object Uint8Array]",be="[object Uint8ClampedArray]",ke="[object Uint16Array]",it="[object Uint32Array]",pt=/\b__p \+= '';/g,et=/\b(__p \+=) '' \+/g,Ct=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Ue=/&(?:amp|lt|gt|quot|#39);/g,fn=/[&<>"']/g,xn=RegExp(Ue.source),w1=RegExp(fn.source),x1=/<%-([\s\S]+?)%>/g,_1=/<%([\s\S]+?)%>/g,G1=/<%=([\s\S]+?)%>/g,C0=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,F2=/^\w*$/,X1=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,J2=/[\\^$.*+?()[\]{}|]/g,q0=RegExp(J2.source),k1=/^\s+/,E1=/\s/,J=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ye=/\{\n\/\* \[wrapped with (.+)\] \*/,Ke=/,? & /,ct=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,De=/[()=,{}\[\]\/\s]/,Ze=/\\(\\)?/g,zn=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Cn=/\w*$/,e1=/^[-+]0x[0-9a-f]+$/i,rt=/^0b[01]+$/i,t1=/^\[object .+?Constructor\]$/,S1=/^0o[0-7]+$/i,C1=/^(?:0|[1-9]\d*)$/,ys=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,q1=/($^)/,r2=/['\n\r\u2028\u2029\\]/g,n1="\\ud800-\\udfff",vs="\\u0300-\\u036f",Bt="\\ufe20-\\ufe2f",bs="\\u20d0-\\u20ff",F=vs+Bt+bs,W="\\u2700-\\u27bf",L="a-z\\xdf-\\xf6\\xf8-\\xff",T="\\xac\\xb1\\xd7\\xf7",Y="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",P="\\u2000-\\u206f",U=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",ne="A-Z\\xc0-\\xd6\\xd8-\\xde",O="\\ufe0e\\ufe0f",A=T+Y+P+U,D="['’]",oe="["+n1+"]",Ie="["+A+"]",me="["+F+"]",we="\\d+",Me="["+W+"]",ze="["+L+"]",Ee="[^"+n1+A+we+W+L+ne+"]",We="\\ud83c[\\udffb-\\udfff]",Ye="(?:"+me+"|"+We+")",tt="[^"+n1+"]",je="(?:\\ud83c[\\udde6-\\uddff]){2}",at="[\\ud800-\\udbff][\\udc00-\\udfff]",Vt="["+ne+"]",on="\\u200d",en="(?:"+ze+"|"+Ee+")",_n="(?:"+Vt+"|"+Ee+")",Nt="(?:"+D+"(?:d|ll|m|re|s|t|ve))?",mn="(?:"+D+"(?:D|LL|M|RE|S|T|VE))?",pn=Ye+"?",Wn="["+O+"]?",A2="(?:"+on+"(?:"+[tt,je,at].join("|")+")"+Wn+pn+")*",T2="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",wt="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",At=Wn+pn+A2,Rt="(?:"+[Me,je,at].join("|")+")"+At,i2="(?:"+[tt+me+"?",me,je,at,oe].join("|")+")",a2=RegExp(D,"g"),tn=RegExp(me,"g"),In=RegExp(We+"(?="+We+")|"+i2+At,"g"),jn=RegExp([Vt+"?"+ze+"+"+Nt+"(?="+[Ie,Vt,"$"].join("|")+")",_n+"+"+mn+"(?="+[Ie,Vt+en,"$"].join("|")+")",Vt+"?"+en+"+"+Nt,Vt+"+"+mn,wt,T2,we,Rt].join("|"),"g"),xt=RegExp("["+on+n1+F+O+"]"),V2=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,C2=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Er=-1,$t={};$t[Xt]=$t[wn]=$t[Pt]=$t[Kt]=$t[vt]=$t[Jt]=$t[be]=$t[ke]=$t[it]=!0,$t[le]=$t[ge]=$t[St]=$t[Oe]=$t[dt]=$t[Ge]=$t[qe]=$t[ut]=$t[B]=$t[pe]=$t[Z]=$t[Ve]=$t[Ae]=$t[_e]=$t[He]=!1;var Wt={};Wt[le]=Wt[ge]=Wt[St]=Wt[dt]=Wt[Oe]=Wt[Ge]=Wt[Xt]=Wt[wn]=Wt[Pt]=Wt[Kt]=Wt[vt]=Wt[B]=Wt[pe]=Wt[Z]=Wt[Ve]=Wt[Ae]=Wt[_e]=Wt[Ne]=Wt[Jt]=Wt[be]=Wt[ke]=Wt[it]=!0,Wt[qe]=Wt[ut]=Wt[He]=!1;var Sr={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},ws={"&":"&","<":"<",">":">",'"':""","'":"'"},Cr={"&":"&","<":"<",">":">",""":'"',"'":"'"},qr={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},xs=parseFloat,_s=parseInt,Ir=typeof Jn=="object"&&Jn&&Jn.Object===Object&&Jn,I1=typeof self=="object"&&self&&self.Object===Object&&self,Yt=Ir||I1||Function("return this")(),lt=r&&!r.nodeType&&r,_t=lt&&!0&&o&&!o.nodeType&&o,Ut=_t&&_t.exports===lt,kn=Ut&&Ir.process,Zt=(function(){try{var ve=_t&&_t.require&&_t.require("util").types;return ve||kn&&kn.binding&&kn.binding("util")}catch{}})(),N2=Zt&&Zt.isArrayBuffer,Un=Zt&&Zt.isDate,o2=Zt&&Zt.isMap,L2=Zt&&Zt.isRegExp,v2=Zt&&Zt.isSet,R2=Zt&&Zt.isTypedArray;function Gn(ve,Te,Be){switch(Be.length){case 0:return ve.call(Te);case 1:return ve.call(Te,Be[0]);case 2:return ve.call(Te,Be[0],Be[1]);case 3:return ve.call(Te,Be[0],Be[1],Be[2])}return ve.apply(Te,Be)}function hS(ve,Te,Be,nt){for(var kt=-1,Dt=ve==null?0:ve.length;++kt<Dt;){var yn=ve[kt];Te(nt,yn,Be(yn),ve)}return nt}function s2(ve,Te){for(var Be=-1,nt=ve==null?0:ve.length;++Be<nt&&Te(ve[Be],Be,ve)!==!1;);return ve}function fS(ve,Te){for(var Be=ve==null?0:ve.length;Be--&&Te(ve[Be],Be,ve)!==!1;);return ve}function Gu(ve,Te){for(var Be=-1,nt=ve==null?0:ve.length;++Be<nt;)if(!Te(ve[Be],Be,ve))return!1;return!0}function r1(ve,Te){for(var Be=-1,nt=ve==null?0:ve.length,kt=0,Dt=[];++Be<nt;){var yn=ve[Be];Te(yn,Be,ve)&&(Dt[kt++]=yn)}return Dt}function Mr(ve,Te){var Be=ve==null?0:ve.length;return!!Be&&Y1(ve,Te,0)>-1}function ks(ve,Te,Be){for(var nt=-1,kt=ve==null?0:ve.length;++nt<kt;)if(Be(Te,ve[nt]))return!0;return!1}function nn(ve,Te){for(var Be=-1,nt=ve==null?0:ve.length,kt=Array(nt);++Be<nt;)kt[Be]=Te(ve[Be],Be,ve);return kt}function i1(ve,Te){for(var Be=-1,nt=Te.length,kt=ve.length;++Be<nt;)ve[kt+Be]=Te[Be];return ve}function Es(ve,Te,Be,nt){var kt=-1,Dt=ve==null?0:ve.length;for(nt&&Dt&&(Be=ve[++kt]);++kt<Dt;)Be=Te(Be,ve[kt],kt,ve);return Be}function pS(ve,Te,Be,nt){var kt=ve==null?0:ve.length;for(nt&&kt&&(Be=ve[--kt]);kt--;)Be=Te(Be,ve[kt],kt,ve);return Be}function Ss(ve,Te){for(var Be=-1,nt=ve==null?0:ve.length;++Be<nt;)if(Te(ve[Be],Be,ve))return!0;return!1}var gS=Cs("length");function mS(ve){return ve.split("")}function yS(ve){return ve.match(ct)||[]}function Xu(ve,Te,Be){var nt;return Be(ve,function(kt,Dt,yn){if(Te(kt,Dt,yn))return nt=Dt,!1}),nt}function Br(ve,Te,Be,nt){for(var kt=ve.length,Dt=Be+(nt?1:-1);nt?Dt--:++Dt<kt;)if(Te(ve[Dt],Dt,ve))return Dt;return-1}function Y1(ve,Te,Be){return Te===Te?MS(ve,Te,Be):Br(ve,Yu,Be)}function vS(ve,Te,Be,nt){for(var kt=Be-1,Dt=ve.length;++kt<Dt;)if(nt(ve[kt],Te))return kt;return-1}function Yu(ve){return ve!==ve}function Zu(ve,Te){var Be=ve==null?0:ve.length;return Be?Is(ve,Te)/Be:fe}function Cs(ve){return function(Te){return Te==null?e:Te[ve]}}function qs(ve){return function(Te){return ve==null?e:ve[Te]}}function Qu(ve,Te,Be,nt,kt){return kt(ve,function(Dt,yn,Gt){Be=nt?(nt=!1,Dt):Te(Be,Dt,yn,Gt)}),Be}function bS(ve,Te){var Be=ve.length;for(ve.sort(Te);Be--;)ve[Be]=ve[Be].value;return ve}function Is(ve,Te){for(var Be,nt=-1,kt=ve.length;++nt<kt;){var Dt=Te(ve[nt]);Dt!==e&&(Be=Be===e?Dt:Be+Dt)}return Be}function Ms(ve,Te){for(var Be=-1,nt=Array(ve);++Be<ve;)nt[Be]=Te(Be);return nt}function wS(ve,Te){return nn(Te,function(Be){return[Be,ve[Be]]})}function Ku(ve){return ve&&ve.slice(0,nh(ve)+1).replace(k1,"")}function Xn(ve){return function(Te){return ve(Te)}}function Bs(ve,Te){return nn(Te,function(Be){return ve[Be]})}function I0(ve,Te){return ve.has(Te)}function Ju(ve,Te){for(var Be=-1,nt=ve.length;++Be<nt&&Y1(Te,ve[Be],0)>-1;);return Be}function eh(ve,Te){for(var Be=ve.length;Be--&&Y1(Te,ve[Be],0)>-1;);return Be}function xS(ve,Te){for(var Be=ve.length,nt=0;Be--;)ve[Be]===Te&&++nt;return nt}var _S=qs(Sr),kS=qs(ws);function ES(ve){return"\\"+qr[ve]}function SS(ve,Te){return ve==null?e:ve[Te]}function Z1(ve){return xt.test(ve)}function CS(ve){return V2.test(ve)}function qS(ve){for(var Te,Be=[];!(Te=ve.next()).done;)Be.push(Te.value);return Be}function zs(ve){var Te=-1,Be=Array(ve.size);return ve.forEach(function(nt,kt){Be[++Te]=[kt,nt]}),Be}function th(ve,Te){return function(Be){return ve(Te(Be))}}function a1(ve,Te){for(var Be=-1,nt=ve.length,kt=0,Dt=[];++Be<nt;){var yn=ve[Be];(yn===Te||yn===f)&&(ve[Be]=f,Dt[kt++]=Be)}return Dt}function zr(ve){var Te=-1,Be=Array(ve.size);return ve.forEach(function(nt){Be[++Te]=nt}),Be}function IS(ve){var Te=-1,Be=Array(ve.size);return ve.forEach(function(nt){Be[++Te]=[nt,nt]}),Be}function MS(ve,Te,Be){for(var nt=Be-1,kt=ve.length;++nt<kt;)if(ve[nt]===Te)return nt;return-1}function BS(ve,Te,Be){for(var nt=Be+1;nt--;)if(ve[nt]===Te)return nt;return nt}function Q1(ve){return Z1(ve)?FS(ve):gS(ve)}function b2(ve){return Z1(ve)?AS(ve):mS(ve)}function nh(ve){for(var Te=ve.length;Te--&&E1.test(ve.charAt(Te)););return Te}var zS=qs(Cr);function FS(ve){for(var Te=In.lastIndex=0;In.test(ve);)++Te;return Te}function AS(ve){return ve.match(In)||[]}function TS(ve){return ve.match(jn)||[]}var VS=(function ve(Te){Te=Te==null?Yt:K1.defaults(Yt.Object(),Te,K1.pick(Yt,C2));var Be=Te.Array,nt=Te.Date,kt=Te.Error,Dt=Te.Function,yn=Te.Math,Gt=Te.Object,Fs=Te.RegExp,NS=Te.String,l2=Te.TypeError,Fr=Be.prototype,LS=Dt.prototype,J1=Gt.prototype,Ar=Te["__core-js_shared__"],Tr=LS.toString,Ot=J1.hasOwnProperty,RS=0,rh=(function(){var i=/[^.]+$/.exec(Ar&&Ar.keys&&Ar.keys.IE_PROTO||"");return i?"Symbol(src)_1."+i:""})(),Vr=J1.toString,PS=Tr.call(Gt),DS=Yt._,OS=Fs("^"+Tr.call(Ot).replace(J2,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Nr=Ut?Te.Buffer:e,o1=Te.Symbol,Lr=Te.Uint8Array,ih=Nr?Nr.allocUnsafe:e,Rr=th(Gt.getPrototypeOf,Gt),ah=Gt.create,oh=J1.propertyIsEnumerable,Pr=Fr.splice,sh=o1?o1.isConcatSpreadable:e,M0=o1?o1.iterator:e,M1=o1?o1.toStringTag:e,Dr=(function(){try{var i=T1(Gt,"defineProperty");return i({},"",{}),i}catch{}})(),HS=Te.clearTimeout!==Yt.clearTimeout&&Te.clearTimeout,$S=nt&&nt.now!==Yt.Date.now&&nt.now,WS=Te.setTimeout!==Yt.setTimeout&&Te.setTimeout,Or=yn.ceil,Hr=yn.floor,As=Gt.getOwnPropertySymbols,jS=Nr?Nr.isBuffer:e,lh=Te.isFinite,US=Fr.join,GS=th(Gt.keys,Gt),vn=yn.max,Mn=yn.min,XS=nt.now,YS=Te.parseInt,ch=yn.random,ZS=Fr.reverse,Ts=T1(Te,"DataView"),B0=T1(Te,"Map"),Vs=T1(Te,"Promise"),e0=T1(Te,"Set"),z0=T1(Te,"WeakMap"),F0=T1(Gt,"create"),$r=z0&&new z0,t0={},QS=V1(Ts),KS=V1(B0),JS=V1(Vs),eC=V1(e0),tC=V1(z0),Wr=o1?o1.prototype:e,A0=Wr?Wr.valueOf:e,dh=Wr?Wr.toString:e;function j(i){if(sn(i)&&!Et(i)&&!(i instanceof Ft)){if(i instanceof c2)return i;if(Ot.call(i,"__wrapped__"))return hf(i)}return new c2(i)}var n0=(function(){function i(){}return function(d){if(!rn(d))return{};if(ah)return ah(d);i.prototype=d;var b=new i;return i.prototype=e,b}})();function jr(){}function c2(i,d){this.__wrapped__=i,this.__actions__=[],this.__chain__=!!d,this.__index__=0,this.__values__=e}j.templateSettings={escape:x1,evaluate:_1,interpolate:G1,variable:"",imports:{_:j}},j.prototype=jr.prototype,j.prototype.constructor=j,c2.prototype=n0(jr.prototype),c2.prototype.constructor=c2;function Ft(i){this.__wrapped__=i,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=te,this.__views__=[]}function nC(){var i=new Ft(this.__wrapped__);return i.__actions__=Rn(this.__actions__),i.__dir__=this.__dir__,i.__filtered__=this.__filtered__,i.__iteratees__=Rn(this.__iteratees__),i.__takeCount__=this.__takeCount__,i.__views__=Rn(this.__views__),i}function rC(){if(this.__filtered__){var i=new Ft(this);i.__dir__=-1,i.__filtered__=!0}else i=this.clone(),i.__dir__*=-1;return i}function iC(){var i=this.__wrapped__.value(),d=this.__dir__,b=Et(i),q=d<0,N=b?i.length:0,G=mq(0,N,this.__views__),re=G.start,ue=G.end,xe=ue-re,Re=q?ue:re-1,Pe=this.__iteratees__,$e=Pe.length,Qe=0,st=Mn(xe,this.__takeCount__);if(!b||!q&&N==xe&&st==xe)return Th(i,this.__actions__);var gt=[];e:for(;xe--&&Qe<st;){Re+=d;for(var It=-1,mt=i[Re];++It<$e;){var zt=Pe[It],Tt=zt.iteratee,Qn=zt.type,Tn=Tt(mt);if(Qn==X)mt=Tn;else if(!Tn){if(Qn==M)continue e;break e}}gt[Qe++]=mt}return gt}Ft.prototype=n0(jr.prototype),Ft.prototype.constructor=Ft;function B1(i){var d=-1,b=i==null?0:i.length;for(this.clear();++d<b;){var q=i[d];this.set(q[0],q[1])}}function aC(){this.__data__=F0?F0(null):{},this.size=0}function oC(i){var d=this.has(i)&&delete this.__data__[i];return this.size-=d?1:0,d}function sC(i){var d=this.__data__;if(F0){var b=d[i];return b===u?e:b}return Ot.call(d,i)?d[i]:e}function lC(i){var d=this.__data__;return F0?d[i]!==e:Ot.call(d,i)}function cC(i,d){var b=this.__data__;return this.size+=this.has(i)?0:1,b[i]=F0&&d===e?u:d,this}B1.prototype.clear=aC,B1.prototype.delete=oC,B1.prototype.get=sC,B1.prototype.has=lC,B1.prototype.set=cC;function P2(i){var d=-1,b=i==null?0:i.length;for(this.clear();++d<b;){var q=i[d];this.set(q[0],q[1])}}function dC(){this.__data__=[],this.size=0}function uC(i){var d=this.__data__,b=Ur(d,i);if(b<0)return!1;var q=d.length-1;return b==q?d.pop():Pr.call(d,b,1),--this.size,!0}function hC(i){var d=this.__data__,b=Ur(d,i);return b<0?e:d[b][1]}function fC(i){return Ur(this.__data__,i)>-1}function pC(i,d){var b=this.__data__,q=Ur(b,i);return q<0?(++this.size,b.push([i,d])):b[q][1]=d,this}P2.prototype.clear=dC,P2.prototype.delete=uC,P2.prototype.get=hC,P2.prototype.has=fC,P2.prototype.set=pC;function D2(i){var d=-1,b=i==null?0:i.length;for(this.clear();++d<b;){var q=i[d];this.set(q[0],q[1])}}function gC(){this.size=0,this.__data__={hash:new B1,map:new(B0||P2),string:new B1}}function mC(i){var d=i6(this,i).delete(i);return this.size-=d?1:0,d}function yC(i){return i6(this,i).get(i)}function vC(i){return i6(this,i).has(i)}function bC(i,d){var b=i6(this,i),q=b.size;return b.set(i,d),this.size+=b.size==q?0:1,this}D2.prototype.clear=gC,D2.prototype.delete=mC,D2.prototype.get=yC,D2.prototype.has=vC,D2.prototype.set=bC;function z1(i){var d=-1,b=i==null?0:i.length;for(this.__data__=new D2;++d<b;)this.add(i[d])}function wC(i){return this.__data__.set(i,u),this}function xC(i){return this.__data__.has(i)}z1.prototype.add=z1.prototype.push=wC,z1.prototype.has=xC;function w2(i){var d=this.__data__=new P2(i);this.size=d.size}function _C(){this.__data__=new P2,this.size=0}function kC(i){var d=this.__data__,b=d.delete(i);return this.size=d.size,b}function EC(i){return this.__data__.get(i)}function SC(i){return this.__data__.has(i)}function CC(i,d){var b=this.__data__;if(b instanceof P2){var q=b.__data__;if(!B0||q.length<a-1)return q.push([i,d]),this.size=++b.size,this;b=this.__data__=new D2(q)}return b.set(i,d),this.size=b.size,this}w2.prototype.clear=_C,w2.prototype.delete=kC,w2.prototype.get=EC,w2.prototype.has=SC,w2.prototype.set=CC;function uh(i,d){var b=Et(i),q=!b&&N1(i),N=!b&&!q&&u1(i),G=!b&&!q&&!N&&o0(i),re=b||q||N||G,ue=re?Ms(i.length,NS):[],xe=ue.length;for(var Re in i)(d||Ot.call(i,Re))&&!(re&&(Re=="length"||N&&(Re=="offset"||Re=="parent")||G&&(Re=="buffer"||Re=="byteLength"||Re=="byteOffset")||W2(Re,xe)))&&ue.push(Re);return ue}function hh(i){var d=i.length;return d?i[Us(0,d-1)]:e}function qC(i,d){return a6(Rn(i),F1(d,0,i.length))}function IC(i){return a6(Rn(i))}function Ns(i,d,b){(b!==e&&!x2(i[d],b)||b===e&&!(d in i))&&O2(i,d,b)}function T0(i,d,b){var q=i[d];(!(Ot.call(i,d)&&x2(q,b))||b===e&&!(d in i))&&O2(i,d,b)}function Ur(i,d){for(var b=i.length;b--;)if(x2(i[b][0],d))return b;return-1}function MC(i,d,b,q){return s1(i,function(N,G,re){d(q,N,b(N),re)}),q}function fh(i,d){return i&&I2(d,En(d),i)}function BC(i,d){return i&&I2(d,Dn(d),i)}function O2(i,d,b){d=="__proto__"&&Dr?Dr(i,d,{configurable:!0,enumerable:!0,value:b,writable:!0}):i[d]=b}function Ls(i,d){for(var b=-1,q=d.length,N=Be(q),G=i==null;++b<q;)N[b]=G?e:y8(i,d[b]);return N}function F1(i,d,b){return i===i&&(b!==e&&(i=i<=b?i:b),d!==e&&(i=i>=d?i:d)),i}function d2(i,d,b,q,N,G){var re,ue=d&p,xe=d&g,Re=d&m;if(b&&(re=N?b(i,q,N,G):b(i)),re!==e)return re;if(!rn(i))return i;var Pe=Et(i);if(Pe){if(re=vq(i),!ue)return Rn(i,re)}else{var $e=Bn(i),Qe=$e==ut||$e==ht;if(u1(i))return Lh(i,ue);if($e==Z||$e==le||Qe&&!N){if(re=xe||Qe?{}:nf(i),!ue)return xe?sq(i,BC(re,i)):oq(i,fh(re,i))}else{if(!Wt[$e])return N?i:{};re=bq(i,$e,ue)}}G||(G=new w2);var st=G.get(i);if(st)return st;G.set(i,re),Ff(i)?i.forEach(function(mt){re.add(d2(mt,d,b,mt,i,G))}):Bf(i)&&i.forEach(function(mt,zt){re.set(zt,d2(mt,d,b,zt,i,G))});var gt=Re?xe?r8:n8:xe?Dn:En,It=Pe?e:gt(i);return s2(It||i,function(mt,zt){It&&(zt=mt,mt=i[zt]),T0(re,zt,d2(mt,d,b,zt,i,G))}),re}function zC(i){var d=En(i);return function(b){return ph(b,i,d)}}function ph(i,d,b){var q=b.length;if(i==null)return!q;for(i=Gt(i);q--;){var N=b[q],G=d[N],re=i[N];if(re===e&&!(N in i)||!G(re))return!1}return!0}function gh(i,d,b){if(typeof i!="function")throw new l2(c);return O0(function(){i.apply(e,b)},d)}function V0(i,d,b,q){var N=-1,G=Mr,re=!0,ue=i.length,xe=[],Re=d.length;if(!ue)return xe;b&&(d=nn(d,Xn(b))),q?(G=ks,re=!1):d.length>=a&&(G=I0,re=!1,d=new z1(d));e:for(;++N<ue;){var Pe=i[N],$e=b==null?Pe:b(Pe);if(Pe=q||Pe!==0?Pe:0,re&&$e===$e){for(var Qe=Re;Qe--;)if(d[Qe]===$e)continue e;xe.push(Pe)}else G(d,$e,q)||xe.push(Pe)}return xe}var s1=Hh(q2),mh=Hh(Ps,!0);function FC(i,d){var b=!0;return s1(i,function(q,N,G){return b=!!d(q,N,G),b}),b}function Gr(i,d,b){for(var q=-1,N=i.length;++q<N;){var G=i[q],re=d(G);if(re!=null&&(ue===e?re===re&&!Zn(re):b(re,ue)))var ue=re,xe=G}return xe}function AC(i,d,b,q){var N=i.length;for(b=qt(b),b<0&&(b=-b>N?0:N+b),q=q===e||q>N?N:qt(q),q<0&&(q+=N),q=b>q?0:Tf(q);b<q;)i[b++]=d;return i}function yh(i,d){var b=[];return s1(i,function(q,N,G){d(q,N,G)&&b.push(q)}),b}function qn(i,d,b,q,N){var G=-1,re=i.length;for(b||(b=xq),N||(N=[]);++G<re;){var ue=i[G];d>0&&b(ue)?d>1?qn(ue,d-1,b,q,N):i1(N,ue):q||(N[N.length]=ue)}return N}var Rs=$h(),vh=$h(!0);function q2(i,d){return i&&Rs(i,d,En)}function Ps(i,d){return i&&vh(i,d,En)}function Xr(i,d){return r1(d,function(b){return j2(i[b])})}function A1(i,d){d=c1(d,i);for(var b=0,q=d.length;i!=null&&b<q;)i=i[M2(d[b++])];return b&&b==q?i:e}function bh(i,d,b){var q=d(i);return Et(i)?q:i1(q,b(i))}function Fn(i){return i==null?i===e?Xe:Ce:M1&&M1 in Gt(i)?gq(i):Iq(i)}function Ds(i,d){return i>d}function TC(i,d){return i!=null&&Ot.call(i,d)}function VC(i,d){return i!=null&&d in Gt(i)}function NC(i,d,b){return i>=Mn(d,b)&&i<vn(d,b)}function Os(i,d,b){for(var q=b?ks:Mr,N=i[0].length,G=i.length,re=G,ue=Be(G),xe=1/0,Re=[];re--;){var Pe=i[re];re&&d&&(Pe=nn(Pe,Xn(d))),xe=Mn(Pe.length,xe),ue[re]=!b&&(d||N>=120&&Pe.length>=120)?new z1(re&&Pe):e}Pe=i[0];var $e=-1,Qe=ue[0];e:for(;++$e<N&&Re.length<xe;){var st=Pe[$e],gt=d?d(st):st;if(st=b||st!==0?st:0,!(Qe?I0(Qe,gt):q(Re,gt,b))){for(re=G;--re;){var It=ue[re];if(!(It?I0(It,gt):q(i[re],gt,b)))continue e}Qe&&Qe.push(gt),Re.push(st)}}return Re}function LC(i,d,b,q){return q2(i,function(N,G,re){d(q,b(N),G,re)}),q}function N0(i,d,b){d=c1(d,i),i=sf(i,d);var q=i==null?i:i[M2(h2(d))];return q==null?e:Gn(q,i,b)}function wh(i){return sn(i)&&Fn(i)==le}function RC(i){return sn(i)&&Fn(i)==St}function PC(i){return sn(i)&&Fn(i)==Ge}function L0(i,d,b,q,N){return i===d?!0:i==null||d==null||!sn(i)&&!sn(d)?i!==i&&d!==d:DC(i,d,b,q,L0,N)}function DC(i,d,b,q,N,G){var re=Et(i),ue=Et(d),xe=re?ge:Bn(i),Re=ue?ge:Bn(d);xe=xe==le?Z:xe,Re=Re==le?Z:Re;var Pe=xe==Z,$e=Re==Z,Qe=xe==Re;if(Qe&&u1(i)){if(!u1(d))return!1;re=!0,Pe=!1}if(Qe&&!Pe)return G||(G=new w2),re||o0(i)?Jh(i,d,b,q,N,G):fq(i,d,xe,b,q,N,G);if(!(b&x)){var st=Pe&&Ot.call(i,"__wrapped__"),gt=$e&&Ot.call(d,"__wrapped__");if(st||gt){var It=st?i.value():i,mt=gt?d.value():d;return G||(G=new w2),N(It,mt,b,q,G)}}return Qe?(G||(G=new w2),pq(i,d,b,q,N,G)):!1}function OC(i){return sn(i)&&Bn(i)==B}function Hs(i,d,b,q){var N=b.length,G=N,re=!q;if(i==null)return!G;for(i=Gt(i);N--;){var ue=b[N];if(re&&ue[2]?ue[1]!==i[ue[0]]:!(ue[0]in i))return!1}for(;++N<G;){ue=b[N];var xe=ue[0],Re=i[xe],Pe=ue[1];if(re&&ue[2]){if(Re===e&&!(xe in i))return!1}else{var $e=new w2;if(q)var Qe=q(Re,Pe,xe,i,d,$e);if(!(Qe===e?L0(Pe,Re,x|v,q,$e):Qe))return!1}}return!0}function xh(i){if(!rn(i)||kq(i))return!1;var d=j2(i)?OS:t1;return d.test(V1(i))}function HC(i){return sn(i)&&Fn(i)==Ve}function $C(i){return sn(i)&&Bn(i)==Ae}function WC(i){return sn(i)&&u6(i.length)&&!!$t[Fn(i)]}function _h(i){return typeof i=="function"?i:i==null?On:typeof i=="object"?Et(i)?Sh(i[0],i[1]):Eh(i):jf(i)}function $s(i){if(!D0(i))return GS(i);var d=[];for(var b in Gt(i))Ot.call(i,b)&&b!="constructor"&&d.push(b);return d}function jC(i){if(!rn(i))return qq(i);var d=D0(i),b=[];for(var q in i)q=="constructor"&&(d||!Ot.call(i,q))||b.push(q);return b}function Ws(i,d){return i<d}function kh(i,d){var b=-1,q=Pn(i)?Be(i.length):[];return s1(i,function(N,G,re){q[++b]=d(N,G,re)}),q}function Eh(i){var d=a8(i);return d.length==1&&d[0][2]?af(d[0][0],d[0][1]):function(b){return b===i||Hs(b,i,d)}}function Sh(i,d){return s8(i)&&rf(d)?af(M2(i),d):function(b){var q=y8(b,i);return q===e&&q===d?v8(b,i):L0(d,q,x|v)}}function Yr(i,d,b,q,N){i!==d&&Rs(d,function(G,re){if(N||(N=new w2),rn(G))UC(i,d,re,b,Yr,q,N);else{var ue=q?q(c8(i,re),G,re+"",i,d,N):e;ue===e&&(ue=G),Ns(i,re,ue)}},Dn)}function UC(i,d,b,q,N,G,re){var ue=c8(i,b),xe=c8(d,b),Re=re.get(xe);if(Re){Ns(i,b,Re);return}var Pe=G?G(ue,xe,b+"",i,d,re):e,$e=Pe===e;if($e){var Qe=Et(xe),st=!Qe&&u1(xe),gt=!Qe&&!st&&o0(xe);Pe=xe,Qe||st||gt?Et(ue)?Pe=ue:cn(ue)?Pe=Rn(ue):st?($e=!1,Pe=Lh(xe,!0)):gt?($e=!1,Pe=Rh(xe,!0)):Pe=[]:H0(xe)||N1(xe)?(Pe=ue,N1(ue)?Pe=Vf(ue):(!rn(ue)||j2(ue))&&(Pe=nf(xe))):$e=!1}$e&&(re.set(xe,Pe),N(Pe,xe,q,G,re),re.delete(xe)),Ns(i,b,Pe)}function Ch(i,d){var b=i.length;if(b)return d+=d<0?b:0,W2(d,b)?i[d]:e}function qh(i,d,b){d.length?d=nn(d,function(G){return Et(G)?function(re){return A1(re,G.length===1?G[0]:G)}:G}):d=[On];var q=-1;d=nn(d,Xn(ft()));var N=kh(i,function(G,re,ue){var xe=nn(d,function(Re){return Re(G)});return{criteria:xe,index:++q,value:G}});return bS(N,function(G,re){return aq(G,re,b)})}function GC(i,d){return Ih(i,d,function(b,q){return v8(i,q)})}function Ih(i,d,b){for(var q=-1,N=d.length,G={};++q<N;){var re=d[q],ue=A1(i,re);b(ue,re)&&R0(G,c1(re,i),ue)}return G}function XC(i){return function(d){return A1(d,i)}}function js(i,d,b,q){var N=q?vS:Y1,G=-1,re=d.length,ue=i;for(i===d&&(d=Rn(d)),b&&(ue=nn(i,Xn(b)));++G<re;)for(var xe=0,Re=d[G],Pe=b?b(Re):Re;(xe=N(ue,Pe,xe,q))>-1;)ue!==i&&Pr.call(ue,xe,1),Pr.call(i,xe,1);return i}function Mh(i,d){for(var b=i?d.length:0,q=b-1;b--;){var N=d[b];if(b==q||N!==G){var G=N;W2(N)?Pr.call(i,N,1):Ys(i,N)}}return i}function Us(i,d){return i+Hr(ch()*(d-i+1))}function YC(i,d,b,q){for(var N=-1,G=vn(Or((d-i)/(b||1)),0),re=Be(G);G--;)re[q?G:++N]=i,i+=b;return re}function Gs(i,d){var b="";if(!i||d<1||d>de)return b;do d%2&&(b+=i),d=Hr(d/2),d&&(i+=i);while(d);return b}function Mt(i,d){return d8(of(i,d,On),i+"")}function ZC(i){return hh(s0(i))}function QC(i,d){var b=s0(i);return a6(b,F1(d,0,b.length))}function R0(i,d,b,q){if(!rn(i))return i;d=c1(d,i);for(var N=-1,G=d.length,re=G-1,ue=i;ue!=null&&++N<G;){var xe=M2(d[N]),Re=b;if(xe==="__proto__"||xe==="constructor"||xe==="prototype")return i;if(N!=re){var Pe=ue[xe];Re=q?q(Pe,xe,ue):e,Re===e&&(Re=rn(Pe)?Pe:W2(d[N+1])?[]:{})}T0(ue,xe,Re),ue=ue[xe]}return i}var Bh=$r?function(i,d){return $r.set(i,d),i}:On,KC=Dr?function(i,d){return Dr(i,"toString",{configurable:!0,enumerable:!1,value:w8(d),writable:!0})}:On;function JC(i){return a6(s0(i))}function u2(i,d,b){var q=-1,N=i.length;d<0&&(d=-d>N?0:N+d),b=b>N?N:b,b<0&&(b+=N),N=d>b?0:b-d>>>0,d>>>=0;for(var G=Be(N);++q<N;)G[q]=i[q+d];return G}function eq(i,d){var b;return s1(i,function(q,N,G){return b=d(q,N,G),!b}),!!b}function Zr(i,d,b){var q=0,N=i==null?q:i.length;if(typeof d=="number"&&d===d&&N<=Se){for(;q<N;){var G=q+N>>>1,re=i[G];re!==null&&!Zn(re)&&(b?re<=d:re<d)?q=G+1:N=G}return N}return Xs(i,d,On,b)}function Xs(i,d,b,q){var N=0,G=i==null?0:i.length;if(G===0)return 0;d=b(d);for(var re=d!==d,ue=d===null,xe=Zn(d),Re=d===e;N<G;){var Pe=Hr((N+G)/2),$e=b(i[Pe]),Qe=$e!==e,st=$e===null,gt=$e===$e,It=Zn($e);if(re)var mt=q||gt;else Re?mt=gt&&(q||Qe):ue?mt=gt&&Qe&&(q||!st):xe?mt=gt&&Qe&&!st&&(q||!It):st||It?mt=!1:mt=q?$e<=d:$e<d;mt?N=Pe+1:G=Pe}return Mn(G,se)}function zh(i,d){for(var b=-1,q=i.length,N=0,G=[];++b<q;){var re=i[b],ue=d?d(re):re;if(!b||!x2(ue,xe)){var xe=ue;G[N++]=re===0?0:re}}return G}function Fh(i){return typeof i=="number"?i:Zn(i)?fe:+i}function Yn(i){if(typeof i=="string")return i;if(Et(i))return nn(i,Yn)+"";if(Zn(i))return dh?dh.call(i):"";var d=i+"";return d=="0"&&1/i==-ae?"-0":d}function l1(i,d,b){var q=-1,N=Mr,G=i.length,re=!0,ue=[],xe=ue;if(b)re=!1,N=ks;else if(G>=a){var Re=d?null:uq(i);if(Re)return zr(Re);re=!1,N=I0,xe=new z1}else xe=d?[]:ue;e:for(;++q<G;){var Pe=i[q],$e=d?d(Pe):Pe;if(Pe=b||Pe!==0?Pe:0,re&&$e===$e){for(var Qe=xe.length;Qe--;)if(xe[Qe]===$e)continue e;d&&xe.push($e),ue.push(Pe)}else N(xe,$e,b)||(xe!==ue&&xe.push($e),ue.push(Pe))}return ue}function Ys(i,d){d=c1(d,i);var b=-1,q=d.length;if(!q)return!0;for(var N=i==null||typeof i!="object"&&typeof i!="function";++b<q;){var G=d[b];if(typeof G=="string"){if(G==="__proto__"&&!Ot.call(i,"__proto__"))return!1;if(G==="constructor"&&b+1<q&&typeof d[b+1]=="string"&&d[b+1]==="prototype"){if(N&&b===0)continue;return!1}}}var re=sf(i,d);return re==null||delete re[M2(h2(d))]}function Ah(i,d,b,q){return R0(i,d,b(A1(i,d)),q)}function Qr(i,d,b,q){for(var N=i.length,G=q?N:-1;(q?G--:++G<N)&&d(i[G],G,i););return b?u2(i,q?0:G,q?G+1:N):u2(i,q?G+1:0,q?N:G)}function Th(i,d){var b=i;return b instanceof Ft&&(b=b.value()),Es(d,function(q,N){return N.func.apply(N.thisArg,i1([q],N.args))},b)}function Zs(i,d,b){var q=i.length;if(q<2)return q?l1(i[0]):[];for(var N=-1,G=Be(q);++N<q;)for(var re=i[N],ue=-1;++ue<q;)ue!=N&&(G[N]=V0(G[N]||re,i[ue],d,b));return l1(qn(G,1),d,b)}function Vh(i,d,b){for(var q=-1,N=i.length,G=d.length,re={};++q<N;){var ue=q<G?d[q]:e;b(re,i[q],ue)}return re}function Qs(i){return cn(i)?i:[]}function Ks(i){return typeof i=="function"?i:On}function c1(i,d){return Et(i)?i:s8(i,d)?[i]:uf(Ht(i))}var tq=Mt;function d1(i,d,b){var q=i.length;return b=b===e?q:b,!d&&b>=q?i:u2(i,d,b)}var Nh=HS||function(i){return Yt.clearTimeout(i)};function Lh(i,d){if(d)return i.slice();var b=i.length,q=ih?ih(b):new i.constructor(b);return i.copy(q),q}function Js(i){var d=new i.constructor(i.byteLength);return new Lr(d).set(new Lr(i)),d}function nq(i,d){var b=d?Js(i.buffer):i.buffer;return new i.constructor(b,i.byteOffset,i.byteLength)}function rq(i){var d=new i.constructor(i.source,Cn.exec(i));return d.lastIndex=i.lastIndex,d}function iq(i){return A0?Gt(A0.call(i)):{}}function Rh(i,d){var b=d?Js(i.buffer):i.buffer;return new i.constructor(b,i.byteOffset,i.length)}function Ph(i,d){if(i!==d){var b=i!==e,q=i===null,N=i===i,G=Zn(i),re=d!==e,ue=d===null,xe=d===d,Re=Zn(d);if(!ue&&!Re&&!G&&i>d||G&&re&&xe&&!ue&&!Re||q&&re&&xe||!b&&xe||!N)return 1;if(!q&&!G&&!Re&&i<d||Re&&b&&N&&!q&&!G||ue&&b&&N||!re&&N||!xe)return-1}return 0}function aq(i,d,b){for(var q=-1,N=i.criteria,G=d.criteria,re=N.length,ue=b.length;++q<re;){var xe=Ph(N[q],G[q]);if(xe){if(q>=ue)return xe;var Re=b[q];return xe*(Re=="desc"?-1:1)}}return i.index-d.index}function Dh(i,d,b,q){for(var N=-1,G=i.length,re=b.length,ue=-1,xe=d.length,Re=vn(G-re,0),Pe=Be(xe+Re),$e=!q;++ue<xe;)Pe[ue]=d[ue];for(;++N<re;)($e||N<G)&&(Pe[b[N]]=i[N]);for(;Re--;)Pe[ue++]=i[N++];return Pe}function Oh(i,d,b,q){for(var N=-1,G=i.length,re=-1,ue=b.length,xe=-1,Re=d.length,Pe=vn(G-ue,0),$e=Be(Pe+Re),Qe=!q;++N<Pe;)$e[N]=i[N];for(var st=N;++xe<Re;)$e[st+xe]=d[xe];for(;++re<ue;)(Qe||N<G)&&($e[st+b[re]]=i[N++]);return $e}function Rn(i,d){var b=-1,q=i.length;for(d||(d=Be(q));++b<q;)d[b]=i[b];return d}function I2(i,d,b,q){var N=!b;b||(b={});for(var G=-1,re=d.length;++G<re;){var ue=d[G],xe=q?q(b[ue],i[ue],ue,b,i):e;xe===e&&(xe=i[ue]),N?O2(b,ue,xe):T0(b,ue,xe)}return b}function oq(i,d){return I2(i,o8(i),d)}function sq(i,d){return I2(i,ef(i),d)}function Kr(i,d){return function(b,q){var N=Et(b)?hS:MC,G=d?d():{};return N(b,i,ft(q,2),G)}}function r0(i){return Mt(function(d,b){var q=-1,N=b.length,G=N>1?b[N-1]:e,re=N>2?b[2]:e;for(G=i.length>3&&typeof G=="function"?(N--,G):e,re&&An(b[0],b[1],re)&&(G=N<3?e:G,N=1),d=Gt(d);++q<N;){var ue=b[q];ue&&i(d,ue,q,G)}return d})}function Hh(i,d){return function(b,q){if(b==null)return b;if(!Pn(b))return i(b,q);for(var N=b.length,G=d?N:-1,re=Gt(b);(d?G--:++G<N)&&q(re[G],G,re)!==!1;);return b}}function $h(i){return function(d,b,q){for(var N=-1,G=Gt(d),re=q(d),ue=re.length;ue--;){var xe=re[i?ue:++N];if(b(G[xe],xe,G)===!1)break}return d}}function lq(i,d,b){var q=d&y,N=P0(i);function G(){var re=this&&this!==Yt&&this instanceof G?N:i;return re.apply(q?b:this,arguments)}return G}function Wh(i){return function(d){d=Ht(d);var b=Z1(d)?b2(d):e,q=b?b[0]:d.charAt(0),N=b?d1(b,1).join(""):d.slice(1);return q[i]()+N}}function i0(i){return function(d){return Es($f(Hf(d).replace(a2,"")),i,"")}}function P0(i){return function(){var d=arguments;switch(d.length){case 0:return new i;case 1:return new i(d[0]);case 2:return new i(d[0],d[1]);case 3:return new i(d[0],d[1],d[2]);case 4:return new i(d[0],d[1],d[2],d[3]);case 5:return new i(d[0],d[1],d[2],d[3],d[4]);case 6:return new i(d[0],d[1],d[2],d[3],d[4],d[5]);case 7:return new i(d[0],d[1],d[2],d[3],d[4],d[5],d[6])}var b=n0(i.prototype),q=i.apply(b,d);return rn(q)?q:b}}function cq(i,d,b){var q=P0(i);function N(){for(var G=arguments.length,re=Be(G),ue=G,xe=a0(N);ue--;)re[ue]=arguments[ue];var Re=G<3&&re[0]!==xe&&re[G-1]!==xe?[]:a1(re,xe);if(G-=Re.length,G<b)return Yh(i,d,Jr,N.placeholder,e,re,Re,e,e,b-G);var Pe=this&&this!==Yt&&this instanceof N?q:i;return Gn(Pe,this,re)}return N}function jh(i){return function(d,b,q){var N=Gt(d);if(!Pn(d)){var G=ft(b,3);d=En(d),b=function(ue){return G(N[ue],ue,N)}}var re=i(d,b,q);return re>-1?N[G?d[re]:re]:e}}function Uh(i){return $2(function(d){var b=d.length,q=b,N=c2.prototype.thru;for(i&&d.reverse();q--;){var G=d[q];if(typeof G!="function")throw new l2(c);if(N&&!re&&r6(G)=="wrapper")var re=new c2([],!0)}for(q=re?q:b;++q<b;){G=d[q];var ue=r6(G),xe=ue=="wrapper"?i8(G):e;xe&&l8(xe[0])&&xe[1]==(I|k|S|V)&&!xe[4].length&&xe[9]==1?re=re[r6(xe[0])].apply(re,xe[3]):re=G.length==1&&l8(G)?re[ue]():re.thru(G)}return function(){var Re=arguments,Pe=Re[0];if(re&&Re.length==1&&Et(Pe))return re.plant(Pe).value();for(var $e=0,Qe=b?d[$e].apply(this,Re):Pe;++$e<b;)Qe=d[$e].call(this,Qe);return Qe}})}function Jr(i,d,b,q,N,G,re,ue,xe,Re){var Pe=d&I,$e=d&y,Qe=d&w,st=d&(k|C),gt=d&R,It=Qe?e:P0(i);function mt(){for(var zt=arguments.length,Tt=Be(zt),Qn=zt;Qn--;)Tt[Qn]=arguments[Qn];if(st)var Tn=a0(mt),Kn=xS(Tt,Tn);if(q&&(Tt=Dh(Tt,q,N,st)),G&&(Tt=Oh(Tt,G,re,st)),zt-=Kn,st&&zt<Re){var dn=a1(Tt,Tn);return Yh(i,d,Jr,mt.placeholder,b,Tt,dn,ue,xe,Re-zt)}var _2=$e?b:this,G2=Qe?_2[i]:i;return zt=Tt.length,ue?Tt=Mq(Tt,ue):gt&&zt>1&&Tt.reverse(),Pe&&xe<zt&&(Tt.length=xe),this&&this!==Yt&&this instanceof mt&&(G2=It||P0(G2)),G2.apply(_2,Tt)}return mt}function Gh(i,d){return function(b,q){return LC(b,i,d(q),{})}}function e6(i,d){return function(b,q){var N;if(b===e&&q===e)return d;if(b!==e&&(N=b),q!==e){if(N===e)return q;typeof b=="string"||typeof q=="string"?(b=Yn(b),q=Yn(q)):(b=Fh(b),q=Fh(q)),N=i(b,q)}return N}}function e8(i){return $2(function(d){return d=nn(d,Xn(ft())),Mt(function(b){var q=this;return i(d,function(N){return Gn(N,q,b)})})})}function t6(i,d){d=d===e?" ":Yn(d);var b=d.length;if(b<2)return b?Gs(d,i):d;var q=Gs(d,Or(i/Q1(d)));return Z1(d)?d1(b2(q),0,i).join(""):q.slice(0,i)}function dq(i,d,b,q){var N=d&y,G=P0(i);function re(){for(var ue=-1,xe=arguments.length,Re=-1,Pe=q.length,$e=Be(Pe+xe),Qe=this&&this!==Yt&&this instanceof re?G:i;++Re<Pe;)$e[Re]=q[Re];for(;xe--;)$e[Re++]=arguments[++ue];return Gn(Qe,N?b:this,$e)}return re}function Xh(i){return function(d,b,q){return q&&typeof q!="number"&&An(d,b,q)&&(b=q=e),d=U2(d),b===e?(b=d,d=0):b=U2(b),q=q===e?d<b?1:-1:U2(q),YC(d,b,q,i)}}function n6(i){return function(d,b){return typeof d=="string"&&typeof b=="string"||(d=f2(d),b=f2(b)),i(d,b)}}function Yh(i,d,b,q,N,G,re,ue,xe,Re){var Pe=d&k,$e=Pe?re:e,Qe=Pe?e:re,st=Pe?G:e,gt=Pe?e:G;d|=Pe?S:E,d&=~(Pe?E:S),d&_||(d&=-4);var It=[i,d,N,st,$e,gt,Qe,ue,xe,Re],mt=b.apply(e,It);return l8(i)&&lf(mt,It),mt.placeholder=q,cf(mt,i,d)}function t8(i){var d=yn[i];return function(b,q){if(b=f2(b),q=q==null?0:Mn(qt(q),292),q&&lh(b)){var N=(Ht(b)+"e").split("e"),G=d(N[0]+"e"+(+N[1]+q));return N=(Ht(G)+"e").split("e"),+(N[0]+"e"+(+N[1]-q))}return d(b)}}var uq=e0&&1/zr(new e0([,-0]))[1]==ae?function(i){return new e0(i)}:k8;function Zh(i){return function(d){var b=Bn(d);return b==B?zs(d):b==Ae?IS(d):wS(d,i(d))}}function H2(i,d,b,q,N,G,re,ue){var xe=d&w;if(!xe&&typeof i!="function")throw new l2(c);var Re=q?q.length:0;if(Re||(d&=-97,q=N=e),re=re===e?re:vn(qt(re),0),ue=ue===e?ue:qt(ue),Re-=N?N.length:0,d&E){var Pe=q,$e=N;q=N=e}var Qe=xe?e:i8(i),st=[i,d,b,q,N,Pe,$e,G,re,ue];if(Qe&&Cq(st,Qe),i=st[0],d=st[1],b=st[2],q=st[3],N=st[4],ue=st[9]=st[9]===e?xe?0:i.length:vn(st[9]-Re,0),!ue&&d&(k|C)&&(d&=-25),!d||d==y)var gt=lq(i,d,b);else d==k||d==C?gt=cq(i,d,ue):(d==S||d==(y|S))&&!N.length?gt=dq(i,d,b,q):gt=Jr.apply(e,st);var It=Qe?Bh:lf;return cf(It(gt,st),i,d)}function Qh(i,d,b,q){return i===e||x2(i,J1[b])&&!Ot.call(q,b)?d:i}function Kh(i,d,b,q,N,G){return rn(i)&&rn(d)&&(G.set(d,i),Yr(i,d,e,Kh,G),G.delete(d)),i}function hq(i){return H0(i)?e:i}function Jh(i,d,b,q,N,G){var re=b&x,ue=i.length,xe=d.length;if(ue!=xe&&!(re&&xe>ue))return!1;var Re=G.get(i),Pe=G.get(d);if(Re&&Pe)return Re==d&&Pe==i;var $e=-1,Qe=!0,st=b&v?new z1:e;for(G.set(i,d),G.set(d,i);++$e<ue;){var gt=i[$e],It=d[$e];if(q)var mt=re?q(It,gt,$e,d,i,G):q(gt,It,$e,i,d,G);if(mt!==e){if(mt)continue;Qe=!1;break}if(st){if(!Ss(d,function(zt,Tt){if(!I0(st,Tt)&&(gt===zt||N(gt,zt,b,q,G)))return st.push(Tt)})){Qe=!1;break}}else if(!(gt===It||N(gt,It,b,q,G))){Qe=!1;break}}return G.delete(i),G.delete(d),Qe}function fq(i,d,b,q,N,G,re){switch(b){case dt:if(i.byteLength!=d.byteLength||i.byteOffset!=d.byteOffset)return!1;i=i.buffer,d=d.buffer;case St:return!(i.byteLength!=d.byteLength||!G(new Lr(i),new Lr(d)));case Oe:case Ge:case pe:return x2(+i,+d);case qe:return i.name==d.name&&i.message==d.message;case Ve:case _e:return i==d+"";case B:var ue=zs;case Ae:var xe=q&x;if(ue||(ue=zr),i.size!=d.size&&!xe)return!1;var Re=re.get(i);if(Re)return Re==d;q|=v,re.set(i,d);var Pe=Jh(ue(i),ue(d),q,N,G,re);return re.delete(i),Pe;case Ne:if(A0)return A0.call(i)==A0.call(d)}return!1}function pq(i,d,b,q,N,G){var re=b&x,ue=n8(i),xe=ue.length,Re=n8(d),Pe=Re.length;if(xe!=Pe&&!re)return!1;for(var $e=xe;$e--;){var Qe=ue[$e];if(!(re?Qe in d:Ot.call(d,Qe)))return!1}var st=G.get(i),gt=G.get(d);if(st&>)return st==d&>==i;var It=!0;G.set(i,d),G.set(d,i);for(var mt=re;++$e<xe;){Qe=ue[$e];var zt=i[Qe],Tt=d[Qe];if(q)var Qn=re?q(Tt,zt,Qe,d,i,G):q(zt,Tt,Qe,i,d,G);if(!(Qn===e?zt===Tt||N(zt,Tt,b,q,G):Qn)){It=!1;break}mt||(mt=Qe=="constructor")}if(It&&!mt){var Tn=i.constructor,Kn=d.constructor;Tn!=Kn&&"constructor"in i&&"constructor"in d&&!(typeof Tn=="function"&&Tn instanceof Tn&&typeof Kn=="function"&&Kn instanceof Kn)&&(It=!1)}return G.delete(i),G.delete(d),It}function $2(i){return d8(of(i,e,gf),i+"")}function n8(i){return bh(i,En,o8)}function r8(i){return bh(i,Dn,ef)}var i8=$r?function(i){return $r.get(i)}:k8;function r6(i){for(var d=i.name+"",b=t0[d],q=Ot.call(t0,d)?b.length:0;q--;){var N=b[q],G=N.func;if(G==null||G==i)return N.name}return d}function a0(i){var d=Ot.call(j,"placeholder")?j:i;return d.placeholder}function ft(){var i=j.iteratee||x8;return i=i===x8?_h:i,arguments.length?i(arguments[0],arguments[1]):i}function i6(i,d){var b=i.__data__;return _q(d)?b[typeof d=="string"?"string":"hash"]:b.map}function a8(i){for(var d=En(i),b=d.length;b--;){var q=d[b],N=i[q];d[b]=[q,N,rf(N)]}return d}function T1(i,d){var b=SS(i,d);return xh(b)?b:e}function gq(i){var d=Ot.call(i,M1),b=i[M1];try{i[M1]=e;var q=!0}catch{}var N=Vr.call(i);return q&&(d?i[M1]=b:delete i[M1]),N}var o8=As?function(i){return i==null?[]:(i=Gt(i),r1(As(i),function(d){return oh.call(i,d)}))}:E8,ef=As?function(i){for(var d=[];i;)i1(d,o8(i)),i=Rr(i);return d}:E8,Bn=Fn;(Ts&&Bn(new Ts(new ArrayBuffer(1)))!=dt||B0&&Bn(new B0)!=B||Vs&&Bn(Vs.resolve())!=Q||e0&&Bn(new e0)!=Ae||z0&&Bn(new z0)!=He)&&(Bn=function(i){var d=Fn(i),b=d==Z?i.constructor:e,q=b?V1(b):"";if(q)switch(q){case QS:return dt;case KS:return B;case JS:return Q;case eC:return Ae;case tC:return He}return d});function mq(i,d,b){for(var q=-1,N=b.length;++q<N;){var G=b[q],re=G.size;switch(G.type){case"drop":i+=re;break;case"dropRight":d-=re;break;case"take":d=Mn(d,i+re);break;case"takeRight":i=vn(i,d-re);break}}return{start:i,end:d}}function yq(i){var d=i.match(ye);return d?d[1].split(Ke):[]}function tf(i,d,b){d=c1(d,i);for(var q=-1,N=d.length,G=!1;++q<N;){var re=M2(d[q]);if(!(G=i!=null&&b(i,re)))break;i=i[re]}return G||++q!=N?G:(N=i==null?0:i.length,!!N&&u6(N)&&W2(re,N)&&(Et(i)||N1(i)))}function vq(i){var d=i.length,b=new i.constructor(d);return d&&typeof i[0]=="string"&&Ot.call(i,"index")&&(b.index=i.index,b.input=i.input),b}function nf(i){return typeof i.constructor=="function"&&!D0(i)?n0(Rr(i)):{}}function bq(i,d,b){var q=i.constructor;switch(d){case St:return Js(i);case Oe:case Ge:return new q(+i);case dt:return nq(i,b);case Xt:case wn:case Pt:case Kt:case vt:case Jt:case be:case ke:case it:return Rh(i,b);case B:return new q;case pe:case _e:return new q(i);case Ve:return rq(i);case Ae:return new q;case Ne:return iq(i)}}function wq(i,d){var b=d.length;if(!b)return i;var q=b-1;return d[q]=(b>1?"& ":"")+d[q],d=d.join(b>2?", ":" "),i.replace(J,`{
|
|
5
|
+
/* [wrapped with `+d+`] */
|
|
6
|
+
`)}function xq(i){return Et(i)||N1(i)||!!(sh&&i&&i[sh])}function W2(i,d){var b=typeof i;return d=d??de,!!d&&(b=="number"||b!="symbol"&&C1.test(i))&&i>-1&&i%1==0&&i<d}function An(i,d,b){if(!rn(b))return!1;var q=typeof d;return(q=="number"?Pn(b)&&W2(d,b.length):q=="string"&&d in b)?x2(b[d],i):!1}function s8(i,d){if(Et(i))return!1;var b=typeof i;return b=="number"||b=="symbol"||b=="boolean"||i==null||Zn(i)?!0:F2.test(i)||!C0.test(i)||d!=null&&i in Gt(d)}function _q(i){var d=typeof i;return d=="string"||d=="number"||d=="symbol"||d=="boolean"?i!=="__proto__":i===null}function l8(i){var d=r6(i),b=j[d];if(typeof b!="function"||!(d in Ft.prototype))return!1;if(i===b)return!0;var q=i8(b);return!!q&&i===q[0]}function kq(i){return!!rh&&rh in i}var Eq=Ar?j2:S8;function D0(i){var d=i&&i.constructor,b=typeof d=="function"&&d.prototype||J1;return i===b}function rf(i){return i===i&&!rn(i)}function af(i,d){return function(b){return b==null?!1:b[i]===d&&(d!==e||i in Gt(b))}}function Sq(i){var d=c6(i,function(q){return b.size===h&&b.clear(),q}),b=d.cache;return d}function Cq(i,d){var b=i[1],q=d[1],N=b|q,G=N<(y|w|I),re=q==I&&b==k||q==I&&b==V&&i[7].length<=d[8]||q==(I|V)&&d[7].length<=d[8]&&b==k;if(!(G||re))return i;q&y&&(i[2]=d[2],N|=b&y?0:_);var ue=d[3];if(ue){var xe=i[3];i[3]=xe?Dh(xe,ue,d[4]):ue,i[4]=xe?a1(i[3],f):d[4]}return ue=d[5],ue&&(xe=i[5],i[5]=xe?Oh(xe,ue,d[6]):ue,i[6]=xe?a1(i[5],f):d[6]),ue=d[7],ue&&(i[7]=ue),q&I&&(i[8]=i[8]==null?d[8]:Mn(i[8],d[8])),i[9]==null&&(i[9]=d[9]),i[0]=d[0],i[1]=N,i}function qq(i){var d=[];if(i!=null)for(var b in Gt(i))d.push(b);return d}function Iq(i){return Vr.call(i)}function of(i,d,b){return d=vn(d===e?i.length-1:d,0),function(){for(var q=arguments,N=-1,G=vn(q.length-d,0),re=Be(G);++N<G;)re[N]=q[d+N];N=-1;for(var ue=Be(d+1);++N<d;)ue[N]=q[N];return ue[d]=b(re),Gn(i,this,ue)}}function sf(i,d){return d.length<2?i:A1(i,u2(d,0,-1))}function Mq(i,d){for(var b=i.length,q=Mn(d.length,b),N=Rn(i);q--;){var G=d[q];i[q]=W2(G,b)?N[G]:e}return i}function c8(i,d){if(!(d==="constructor"&&typeof i[d]=="function")&&d!="__proto__")return i[d]}var lf=df(Bh),O0=WS||function(i,d){return Yt.setTimeout(i,d)},d8=df(KC);function cf(i,d,b){var q=d+"";return d8(i,wq(q,Bq(yq(q),b)))}function df(i){var d=0,b=0;return function(){var q=XS(),N=H-(q-b);if(b=q,N>0){if(++d>=z)return arguments[0]}else d=0;return i.apply(e,arguments)}}function a6(i,d){var b=-1,q=i.length,N=q-1;for(d=d===e?q:d;++b<d;){var G=Us(b,N),re=i[G];i[G]=i[b],i[b]=re}return i.length=d,i}var uf=Sq(function(i){var d=[];return i.charCodeAt(0)===46&&d.push(""),i.replace(X1,function(b,q,N,G){d.push(N?G.replace(Ze,"$1"):q||b)}),d});function M2(i){if(typeof i=="string"||Zn(i))return i;var d=i+"";return d=="0"&&1/i==-ae?"-0":d}function V1(i){if(i!=null){try{return Tr.call(i)}catch{}try{return i+""}catch{}}return""}function Bq(i,d){return s2(ie,function(b){var q="_."+b[0];d&b[1]&&!Mr(i,q)&&i.push(q)}),i.sort()}function hf(i){if(i instanceof Ft)return i.clone();var d=new c2(i.__wrapped__,i.__chain__);return d.__actions__=Rn(i.__actions__),d.__index__=i.__index__,d.__values__=i.__values__,d}function zq(i,d,b){(b?An(i,d,b):d===e)?d=1:d=vn(qt(d),0);var q=i==null?0:i.length;if(!q||d<1)return[];for(var N=0,G=0,re=Be(Or(q/d));N<q;)re[G++]=u2(i,N,N+=d);return re}function Fq(i){for(var d=-1,b=i==null?0:i.length,q=0,N=[];++d<b;){var G=i[d];G&&(N[q++]=G)}return N}function Aq(){var i=arguments.length;if(!i)return[];for(var d=Be(i-1),b=arguments[0],q=i;q--;)d[q-1]=arguments[q];return i1(Et(b)?Rn(b):[b],qn(d,1))}var Tq=Mt(function(i,d){return cn(i)?V0(i,qn(d,1,cn,!0)):[]}),Vq=Mt(function(i,d){var b=h2(d);return cn(b)&&(b=e),cn(i)?V0(i,qn(d,1,cn,!0),ft(b,2)):[]}),Nq=Mt(function(i,d){var b=h2(d);return cn(b)&&(b=e),cn(i)?V0(i,qn(d,1,cn,!0),e,b):[]});function Lq(i,d,b){var q=i==null?0:i.length;return q?(d=b||d===e?1:qt(d),u2(i,d<0?0:d,q)):[]}function Rq(i,d,b){var q=i==null?0:i.length;return q?(d=b||d===e?1:qt(d),d=q-d,u2(i,0,d<0?0:d)):[]}function Pq(i,d){return i&&i.length?Qr(i,ft(d,3),!0,!0):[]}function Dq(i,d){return i&&i.length?Qr(i,ft(d,3),!0):[]}function Oq(i,d,b,q){var N=i==null?0:i.length;return N?(b&&typeof b!="number"&&An(i,d,b)&&(b=0,q=N),AC(i,d,b,q)):[]}function ff(i,d,b){var q=i==null?0:i.length;if(!q)return-1;var N=b==null?0:qt(b);return N<0&&(N=vn(q+N,0)),Br(i,ft(d,3),N)}function pf(i,d,b){var q=i==null?0:i.length;if(!q)return-1;var N=q-1;return b!==e&&(N=qt(b),N=b<0?vn(q+N,0):Mn(N,q-1)),Br(i,ft(d,3),N,!0)}function gf(i){var d=i==null?0:i.length;return d?qn(i,1):[]}function Hq(i){var d=i==null?0:i.length;return d?qn(i,ae):[]}function $q(i,d){var b=i==null?0:i.length;return b?(d=d===e?1:qt(d),qn(i,d)):[]}function Wq(i){for(var d=-1,b=i==null?0:i.length,q={};++d<b;){var N=i[d];q[N[0]]=N[1]}return q}function mf(i){return i&&i.length?i[0]:e}function jq(i,d,b){var q=i==null?0:i.length;if(!q)return-1;var N=b==null?0:qt(b);return N<0&&(N=vn(q+N,0)),Y1(i,d,N)}function Uq(i){var d=i==null?0:i.length;return d?u2(i,0,-1):[]}var Gq=Mt(function(i){var d=nn(i,Qs);return d.length&&d[0]===i[0]?Os(d):[]}),Xq=Mt(function(i){var d=h2(i),b=nn(i,Qs);return d===h2(b)?d=e:b.pop(),b.length&&b[0]===i[0]?Os(b,ft(d,2)):[]}),Yq=Mt(function(i){var d=h2(i),b=nn(i,Qs);return d=typeof d=="function"?d:e,d&&b.pop(),b.length&&b[0]===i[0]?Os(b,e,d):[]});function Zq(i,d){return i==null?"":US.call(i,d)}function h2(i){var d=i==null?0:i.length;return d?i[d-1]:e}function Qq(i,d,b){var q=i==null?0:i.length;if(!q)return-1;var N=q;return b!==e&&(N=qt(b),N=N<0?vn(q+N,0):Mn(N,q-1)),d===d?BS(i,d,N):Br(i,Yu,N,!0)}function Kq(i,d){return i&&i.length?Ch(i,qt(d)):e}var Jq=Mt(yf);function yf(i,d){return i&&i.length&&d&&d.length?js(i,d):i}function eI(i,d,b){return i&&i.length&&d&&d.length?js(i,d,ft(b,2)):i}function tI(i,d,b){return i&&i.length&&d&&d.length?js(i,d,e,b):i}var nI=$2(function(i,d){var b=i==null?0:i.length,q=Ls(i,d);return Mh(i,nn(d,function(N){return W2(N,b)?+N:N}).sort(Ph)),q});function rI(i,d){var b=[];if(!(i&&i.length))return b;var q=-1,N=[],G=i.length;for(d=ft(d,3);++q<G;){var re=i[q];d(re,q,i)&&(b.push(re),N.push(q))}return Mh(i,N),b}function u8(i){return i==null?i:ZS.call(i)}function iI(i,d,b){var q=i==null?0:i.length;return q?(b&&typeof b!="number"&&An(i,d,b)?(d=0,b=q):(d=d==null?0:qt(d),b=b===e?q:qt(b)),u2(i,d,b)):[]}function aI(i,d){return Zr(i,d)}function oI(i,d,b){return Xs(i,d,ft(b,2))}function sI(i,d){var b=i==null?0:i.length;if(b){var q=Zr(i,d);if(q<b&&x2(i[q],d))return q}return-1}function lI(i,d){return Zr(i,d,!0)}function cI(i,d,b){return Xs(i,d,ft(b,2),!0)}function dI(i,d){var b=i==null?0:i.length;if(b){var q=Zr(i,d,!0)-1;if(x2(i[q],d))return q}return-1}function uI(i){return i&&i.length?zh(i):[]}function hI(i,d){return i&&i.length?zh(i,ft(d,2)):[]}function fI(i){var d=i==null?0:i.length;return d?u2(i,1,d):[]}function pI(i,d,b){return i&&i.length?(d=b||d===e?1:qt(d),u2(i,0,d<0?0:d)):[]}function gI(i,d,b){var q=i==null?0:i.length;return q?(d=b||d===e?1:qt(d),d=q-d,u2(i,d<0?0:d,q)):[]}function mI(i,d){return i&&i.length?Qr(i,ft(d,3),!1,!0):[]}function yI(i,d){return i&&i.length?Qr(i,ft(d,3)):[]}var vI=Mt(function(i){return l1(qn(i,1,cn,!0))}),bI=Mt(function(i){var d=h2(i);return cn(d)&&(d=e),l1(qn(i,1,cn,!0),ft(d,2))}),wI=Mt(function(i){var d=h2(i);return d=typeof d=="function"?d:e,l1(qn(i,1,cn,!0),e,d)});function xI(i){return i&&i.length?l1(i):[]}function _I(i,d){return i&&i.length?l1(i,ft(d,2)):[]}function kI(i,d){return d=typeof d=="function"?d:e,i&&i.length?l1(i,e,d):[]}function h8(i){if(!(i&&i.length))return[];var d=0;return i=r1(i,function(b){if(cn(b))return d=vn(b.length,d),!0}),Ms(d,function(b){return nn(i,Cs(b))})}function vf(i,d){if(!(i&&i.length))return[];var b=h8(i);return d==null?b:nn(b,function(q){return Gn(d,e,q)})}var EI=Mt(function(i,d){return cn(i)?V0(i,d):[]}),SI=Mt(function(i){return Zs(r1(i,cn))}),CI=Mt(function(i){var d=h2(i);return cn(d)&&(d=e),Zs(r1(i,cn),ft(d,2))}),qI=Mt(function(i){var d=h2(i);return d=typeof d=="function"?d:e,Zs(r1(i,cn),e,d)}),II=Mt(h8);function MI(i,d){return Vh(i||[],d||[],T0)}function BI(i,d){return Vh(i||[],d||[],R0)}var zI=Mt(function(i){var d=i.length,b=d>1?i[d-1]:e;return b=typeof b=="function"?(i.pop(),b):e,vf(i,b)});function bf(i){var d=j(i);return d.__chain__=!0,d}function FI(i,d){return d(i),i}function o6(i,d){return d(i)}var AI=$2(function(i){var d=i.length,b=d?i[0]:0,q=this.__wrapped__,N=function(G){return Ls(G,i)};return d>1||this.__actions__.length||!(q instanceof Ft)||!W2(b)?this.thru(N):(q=q.slice(b,+b+(d?1:0)),q.__actions__.push({func:o6,args:[N],thisArg:e}),new c2(q,this.__chain__).thru(function(G){return d&&!G.length&&G.push(e),G}))});function TI(){return bf(this)}function VI(){return new c2(this.value(),this.__chain__)}function NI(){this.__values__===e&&(this.__values__=Af(this.value()));var i=this.__index__>=this.__values__.length,d=i?e:this.__values__[this.__index__++];return{done:i,value:d}}function LI(){return this}function RI(i){for(var d,b=this;b instanceof jr;){var q=hf(b);q.__index__=0,q.__values__=e,d?N.__wrapped__=q:d=q;var N=q;b=b.__wrapped__}return N.__wrapped__=i,d}function PI(){var i=this.__wrapped__;if(i instanceof Ft){var d=i;return this.__actions__.length&&(d=new Ft(this)),d=d.reverse(),d.__actions__.push({func:o6,args:[u8],thisArg:e}),new c2(d,this.__chain__)}return this.thru(u8)}function DI(){return Th(this.__wrapped__,this.__actions__)}var OI=Kr(function(i,d,b){Ot.call(i,b)?++i[b]:O2(i,b,1)});function HI(i,d,b){var q=Et(i)?Gu:FC;return b&&An(i,d,b)&&(d=e),q(i,ft(d,3))}function $I(i,d){var b=Et(i)?r1:yh;return b(i,ft(d,3))}var WI=jh(ff),jI=jh(pf);function UI(i,d){return qn(s6(i,d),1)}function GI(i,d){return qn(s6(i,d),ae)}function XI(i,d,b){return b=b===e?1:qt(b),qn(s6(i,d),b)}function wf(i,d){var b=Et(i)?s2:s1;return b(i,ft(d,3))}function xf(i,d){var b=Et(i)?fS:mh;return b(i,ft(d,3))}var YI=Kr(function(i,d,b){Ot.call(i,b)?i[b].push(d):O2(i,b,[d])});function ZI(i,d,b,q){i=Pn(i)?i:s0(i),b=b&&!q?qt(b):0;var N=i.length;return b<0&&(b=vn(N+b,0)),h6(i)?b<=N&&i.indexOf(d,b)>-1:!!N&&Y1(i,d,b)>-1}var QI=Mt(function(i,d,b){var q=-1,N=typeof d=="function",G=Pn(i)?Be(i.length):[];return s1(i,function(re){G[++q]=N?Gn(d,re,b):N0(re,d,b)}),G}),KI=Kr(function(i,d,b){O2(i,b,d)});function s6(i,d){var b=Et(i)?nn:kh;return b(i,ft(d,3))}function JI(i,d,b,q){return i==null?[]:(Et(d)||(d=d==null?[]:[d]),b=q?e:b,Et(b)||(b=b==null?[]:[b]),qh(i,d,b))}var eM=Kr(function(i,d,b){i[b?0:1].push(d)},function(){return[[],[]]});function tM(i,d,b){var q=Et(i)?Es:Qu,N=arguments.length<3;return q(i,ft(d,4),b,N,s1)}function nM(i,d,b){var q=Et(i)?pS:Qu,N=arguments.length<3;return q(i,ft(d,4),b,N,mh)}function rM(i,d){var b=Et(i)?r1:yh;return b(i,d6(ft(d,3)))}function iM(i){var d=Et(i)?hh:ZC;return d(i)}function aM(i,d,b){(b?An(i,d,b):d===e)?d=1:d=qt(d);var q=Et(i)?qC:QC;return q(i,d)}function oM(i){var d=Et(i)?IC:JC;return d(i)}function sM(i){if(i==null)return 0;if(Pn(i))return h6(i)?Q1(i):i.length;var d=Bn(i);return d==B||d==Ae?i.size:$s(i).length}function lM(i,d,b){var q=Et(i)?Ss:eq;return b&&An(i,d,b)&&(d=e),q(i,ft(d,3))}var cM=Mt(function(i,d){if(i==null)return[];var b=d.length;return b>1&&An(i,d[0],d[1])?d=[]:b>2&&An(d[0],d[1],d[2])&&(d=[d[0]]),qh(i,qn(d,1),[])}),l6=$S||function(){return Yt.Date.now()};function dM(i,d){if(typeof d!="function")throw new l2(c);return i=qt(i),function(){if(--i<1)return d.apply(this,arguments)}}function _f(i,d,b){return d=b?e:d,d=i&&d==null?i.length:d,H2(i,I,e,e,e,e,d)}function kf(i,d){var b;if(typeof d!="function")throw new l2(c);return i=qt(i),function(){return--i>0&&(b=d.apply(this,arguments)),i<=1&&(d=e),b}}var f8=Mt(function(i,d,b){var q=y;if(b.length){var N=a1(b,a0(f8));q|=S}return H2(i,q,d,b,N)}),Ef=Mt(function(i,d,b){var q=y|w;if(b.length){var N=a1(b,a0(Ef));q|=S}return H2(d,q,i,b,N)});function Sf(i,d,b){d=b?e:d;var q=H2(i,k,e,e,e,e,e,d);return q.placeholder=Sf.placeholder,q}function Cf(i,d,b){d=b?e:d;var q=H2(i,C,e,e,e,e,e,d);return q.placeholder=Cf.placeholder,q}function qf(i,d,b){var q,N,G,re,ue,xe,Re=0,Pe=!1,$e=!1,Qe=!0;if(typeof i!="function")throw new l2(c);d=f2(d)||0,rn(b)&&(Pe=!!b.leading,$e="maxWait"in b,G=$e?vn(f2(b.maxWait)||0,d):G,Qe="trailing"in b?!!b.trailing:Qe);function st(dn){var _2=q,G2=N;return q=N=e,Re=dn,re=i.apply(G2,_2),re}function gt(dn){return Re=dn,ue=O0(zt,d),Pe?st(dn):re}function It(dn){var _2=dn-xe,G2=dn-Re,Uf=d-_2;return $e?Mn(Uf,G-G2):Uf}function mt(dn){var _2=dn-xe,G2=dn-Re;return xe===e||_2>=d||_2<0||$e&&G2>=G}function zt(){var dn=l6();if(mt(dn))return Tt(dn);ue=O0(zt,It(dn))}function Tt(dn){return ue=e,Qe&&q?st(dn):(q=N=e,re)}function Qn(){ue!==e&&Nh(ue),Re=0,q=xe=N=ue=e}function Tn(){return ue===e?re:Tt(l6())}function Kn(){var dn=l6(),_2=mt(dn);if(q=arguments,N=this,xe=dn,_2){if(ue===e)return gt(xe);if($e)return Nh(ue),ue=O0(zt,d),st(xe)}return ue===e&&(ue=O0(zt,d)),re}return Kn.cancel=Qn,Kn.flush=Tn,Kn}var uM=Mt(function(i,d){return gh(i,1,d)}),hM=Mt(function(i,d,b){return gh(i,f2(d)||0,b)});function fM(i){return H2(i,R)}function c6(i,d){if(typeof i!="function"||d!=null&&typeof d!="function")throw new l2(c);var b=function(){var q=arguments,N=d?d.apply(this,q):q[0],G=b.cache;if(G.has(N))return G.get(N);var re=i.apply(this,q);return b.cache=G.set(N,re)||G,re};return b.cache=new(c6.Cache||D2),b}c6.Cache=D2;function d6(i){if(typeof i!="function")throw new l2(c);return function(){var d=arguments;switch(d.length){case 0:return!i.call(this);case 1:return!i.call(this,d[0]);case 2:return!i.call(this,d[0],d[1]);case 3:return!i.call(this,d[0],d[1],d[2])}return!i.apply(this,d)}}function pM(i){return kf(2,i)}var gM=tq(function(i,d){d=d.length==1&&Et(d[0])?nn(d[0],Xn(ft())):nn(qn(d,1),Xn(ft()));var b=d.length;return Mt(function(q){for(var N=-1,G=Mn(q.length,b);++N<G;)q[N]=d[N].call(this,q[N]);return Gn(i,this,q)})}),p8=Mt(function(i,d){var b=a1(d,a0(p8));return H2(i,S,e,d,b)}),If=Mt(function(i,d){var b=a1(d,a0(If));return H2(i,E,e,d,b)}),mM=$2(function(i,d){return H2(i,V,e,e,e,d)});function yM(i,d){if(typeof i!="function")throw new l2(c);return d=d===e?d:qt(d),Mt(i,d)}function vM(i,d){if(typeof i!="function")throw new l2(c);return d=d==null?0:vn(qt(d),0),Mt(function(b){var q=b[d],N=d1(b,0,d);return q&&i1(N,q),Gn(i,this,N)})}function bM(i,d,b){var q=!0,N=!0;if(typeof i!="function")throw new l2(c);return rn(b)&&(q="leading"in b?!!b.leading:q,N="trailing"in b?!!b.trailing:N),qf(i,d,{leading:q,maxWait:d,trailing:N})}function wM(i){return _f(i,1)}function xM(i,d){return p8(Ks(d),i)}function _M(){if(!arguments.length)return[];var i=arguments[0];return Et(i)?i:[i]}function kM(i){return d2(i,m)}function EM(i,d){return d=typeof d=="function"?d:e,d2(i,m,d)}function SM(i){return d2(i,p|m)}function CM(i,d){return d=typeof d=="function"?d:e,d2(i,p|m,d)}function qM(i,d){return d==null||ph(i,d,En(d))}function x2(i,d){return i===d||i!==i&&d!==d}var IM=n6(Ds),MM=n6(function(i,d){return i>=d}),N1=wh((function(){return arguments})())?wh:function(i){return sn(i)&&Ot.call(i,"callee")&&!oh.call(i,"callee")},Et=Be.isArray,BM=N2?Xn(N2):RC;function Pn(i){return i!=null&&u6(i.length)&&!j2(i)}function cn(i){return sn(i)&&Pn(i)}function zM(i){return i===!0||i===!1||sn(i)&&Fn(i)==Oe}var u1=jS||S8,FM=Un?Xn(Un):PC;function AM(i){return sn(i)&&i.nodeType===1&&!H0(i)}function TM(i){if(i==null)return!0;if(Pn(i)&&(Et(i)||typeof i=="string"||typeof i.splice=="function"||u1(i)||o0(i)||N1(i)))return!i.length;var d=Bn(i);if(d==B||d==Ae)return!i.size;if(D0(i))return!$s(i).length;for(var b in i)if(Ot.call(i,b))return!1;return!0}function VM(i,d){return L0(i,d)}function NM(i,d,b){b=typeof b=="function"?b:e;var q=b?b(i,d):e;return q===e?L0(i,d,e,b):!!q}function g8(i){if(!sn(i))return!1;var d=Fn(i);return d==qe||d==Fe||typeof i.message=="string"&&typeof i.name=="string"&&!H0(i)}function LM(i){return typeof i=="number"&&lh(i)}function j2(i){if(!rn(i))return!1;var d=Fn(i);return d==ut||d==ht||d==Le||d==he}function Mf(i){return typeof i=="number"&&i==qt(i)}function u6(i){return typeof i=="number"&&i>-1&&i%1==0&&i<=de}function rn(i){var d=typeof i;return i!=null&&(d=="object"||d=="function")}function sn(i){return i!=null&&typeof i=="object"}var Bf=o2?Xn(o2):OC;function RM(i,d){return i===d||Hs(i,d,a8(d))}function PM(i,d,b){return b=typeof b=="function"?b:e,Hs(i,d,a8(d),b)}function DM(i){return zf(i)&&i!=+i}function OM(i){if(Eq(i))throw new kt(s);return xh(i)}function HM(i){return i===null}function $M(i){return i==null}function zf(i){return typeof i=="number"||sn(i)&&Fn(i)==pe}function H0(i){if(!sn(i)||Fn(i)!=Z)return!1;var d=Rr(i);if(d===null)return!0;var b=Ot.call(d,"constructor")&&d.constructor;return typeof b=="function"&&b instanceof b&&Tr.call(b)==PS}var m8=L2?Xn(L2):HC;function WM(i){return Mf(i)&&i>=-de&&i<=de}var Ff=v2?Xn(v2):$C;function h6(i){return typeof i=="string"||!Et(i)&&sn(i)&&Fn(i)==_e}function Zn(i){return typeof i=="symbol"||sn(i)&&Fn(i)==Ne}var o0=R2?Xn(R2):WC;function jM(i){return i===e}function UM(i){return sn(i)&&Bn(i)==He}function GM(i){return sn(i)&&Fn(i)==ot}var XM=n6(Ws),YM=n6(function(i,d){return i<=d});function Af(i){if(!i)return[];if(Pn(i))return h6(i)?b2(i):Rn(i);if(M0&&i[M0])return qS(i[M0]());var d=Bn(i),b=d==B?zs:d==Ae?zr:s0;return b(i)}function U2(i){if(!i)return i===0?i:0;if(i=f2(i),i===ae||i===-ae){var d=i<0?-1:1;return d*ce}return i===i?i:0}function qt(i){var d=U2(i),b=d%1;return d===d?b?d-b:d:0}function Tf(i){return i?F1(qt(i),0,te):0}function f2(i){if(typeof i=="number")return i;if(Zn(i))return fe;if(rn(i)){var d=typeof i.valueOf=="function"?i.valueOf():i;i=rn(d)?d+"":d}if(typeof i!="string")return i===0?i:+i;i=Ku(i);var b=rt.test(i);return b||S1.test(i)?_s(i.slice(2),b?2:8):e1.test(i)?fe:+i}function Vf(i){return I2(i,Dn(i))}function ZM(i){return i?F1(qt(i),-de,de):i===0?i:0}function Ht(i){return i==null?"":Yn(i)}var QM=r0(function(i,d){if(D0(d)||Pn(d)){I2(d,En(d),i);return}for(var b in d)Ot.call(d,b)&&T0(i,b,d[b])}),Nf=r0(function(i,d){I2(d,Dn(d),i)}),f6=r0(function(i,d,b,q){I2(d,Dn(d),i,q)}),KM=r0(function(i,d,b,q){I2(d,En(d),i,q)}),JM=$2(Ls);function eB(i,d){var b=n0(i);return d==null?b:fh(b,d)}var tB=Mt(function(i,d){i=Gt(i);var b=-1,q=d.length,N=q>2?d[2]:e;for(N&&An(d[0],d[1],N)&&(q=1);++b<q;)for(var G=d[b],re=Dn(G),ue=-1,xe=re.length;++ue<xe;){var Re=re[ue],Pe=i[Re];(Pe===e||x2(Pe,J1[Re])&&!Ot.call(i,Re))&&(i[Re]=G[Re])}return i}),nB=Mt(function(i){return i.push(e,Kh),Gn(Lf,e,i)});function rB(i,d){return Xu(i,ft(d,3),q2)}function iB(i,d){return Xu(i,ft(d,3),Ps)}function aB(i,d){return i==null?i:Rs(i,ft(d,3),Dn)}function oB(i,d){return i==null?i:vh(i,ft(d,3),Dn)}function sB(i,d){return i&&q2(i,ft(d,3))}function lB(i,d){return i&&Ps(i,ft(d,3))}function cB(i){return i==null?[]:Xr(i,En(i))}function dB(i){return i==null?[]:Xr(i,Dn(i))}function y8(i,d,b){var q=i==null?e:A1(i,d);return q===e?b:q}function uB(i,d){return i!=null&&tf(i,d,TC)}function v8(i,d){return i!=null&&tf(i,d,VC)}var hB=Gh(function(i,d,b){d!=null&&typeof d.toString!="function"&&(d=Vr.call(d)),i[d]=b},w8(On)),fB=Gh(function(i,d,b){d!=null&&typeof d.toString!="function"&&(d=Vr.call(d)),Ot.call(i,d)?i[d].push(b):i[d]=[b]},ft),pB=Mt(N0);function En(i){return Pn(i)?uh(i):$s(i)}function Dn(i){return Pn(i)?uh(i,!0):jC(i)}function gB(i,d){var b={};return d=ft(d,3),q2(i,function(q,N,G){O2(b,d(q,N,G),q)}),b}function mB(i,d){var b={};return d=ft(d,3),q2(i,function(q,N,G){O2(b,N,d(q,N,G))}),b}var yB=r0(function(i,d,b){Yr(i,d,b)}),Lf=r0(function(i,d,b,q){Yr(i,d,b,q)}),vB=$2(function(i,d){var b={};if(i==null)return b;var q=!1;d=nn(d,function(G){return G=c1(G,i),q||(q=G.length>1),G}),I2(i,r8(i),b),q&&(b=d2(b,p|g|m,hq));for(var N=d.length;N--;)Ys(b,d[N]);return b});function bB(i,d){return Rf(i,d6(ft(d)))}var wB=$2(function(i,d){return i==null?{}:GC(i,d)});function Rf(i,d){if(i==null)return{};var b=nn(r8(i),function(q){return[q]});return d=ft(d),Ih(i,b,function(q,N){return d(q,N[0])})}function xB(i,d,b){d=c1(d,i);var q=-1,N=d.length;for(N||(N=1,i=e);++q<N;){var G=i==null?e:i[M2(d[q])];G===e&&(q=N,G=b),i=j2(G)?G.call(i):G}return i}function _B(i,d,b){return i==null?i:R0(i,d,b)}function kB(i,d,b,q){return q=typeof q=="function"?q:e,i==null?i:R0(i,d,b,q)}var Pf=Zh(En),Df=Zh(Dn);function EB(i,d,b){var q=Et(i),N=q||u1(i)||o0(i);if(d=ft(d,4),b==null){var G=i&&i.constructor;N?b=q?new G:[]:rn(i)?b=j2(G)?n0(Rr(i)):{}:b={}}return(N?s2:q2)(i,function(re,ue,xe){return d(b,re,ue,xe)}),b}function SB(i,d){return i==null?!0:Ys(i,d)}function CB(i,d,b){return i==null?i:Ah(i,d,Ks(b))}function qB(i,d,b,q){return q=typeof q=="function"?q:e,i==null?i:Ah(i,d,Ks(b),q)}function s0(i){return i==null?[]:Bs(i,En(i))}function IB(i){return i==null?[]:Bs(i,Dn(i))}function MB(i,d,b){return b===e&&(b=d,d=e),b!==e&&(b=f2(b),b=b===b?b:0),d!==e&&(d=f2(d),d=d===d?d:0),F1(f2(i),d,b)}function BB(i,d,b){return d=U2(d),b===e?(b=d,d=0):b=U2(b),i=f2(i),NC(i,d,b)}function zB(i,d,b){if(b&&typeof b!="boolean"&&An(i,d,b)&&(d=b=e),b===e&&(typeof d=="boolean"?(b=d,d=e):typeof i=="boolean"&&(b=i,i=e)),i===e&&d===e?(i=0,d=1):(i=U2(i),d===e?(d=i,i=0):d=U2(d)),i>d){var q=i;i=d,d=q}if(b||i%1||d%1){var N=ch();return Mn(i+N*(d-i+xs("1e-"+((N+"").length-1))),d)}return Us(i,d)}var FB=i0(function(i,d,b){return d=d.toLowerCase(),i+(b?Of(d):d)});function Of(i){return b8(Ht(i).toLowerCase())}function Hf(i){return i=Ht(i),i&&i.replace(ys,_S).replace(tn,"")}function AB(i,d,b){i=Ht(i),d=Yn(d);var q=i.length;b=b===e?q:F1(qt(b),0,q);var N=b;return b-=d.length,b>=0&&i.slice(b,N)==d}function TB(i){return i=Ht(i),i&&w1.test(i)?i.replace(fn,kS):i}function VB(i){return i=Ht(i),i&&q0.test(i)?i.replace(J2,"\\$&"):i}var NB=i0(function(i,d,b){return i+(b?"-":"")+d.toLowerCase()}),LB=i0(function(i,d,b){return i+(b?" ":"")+d.toLowerCase()}),RB=Wh("toLowerCase");function PB(i,d,b){i=Ht(i),d=qt(d);var q=d?Q1(i):0;if(!d||q>=d)return i;var N=(d-q)/2;return t6(Hr(N),b)+i+t6(Or(N),b)}function DB(i,d,b){i=Ht(i),d=qt(d);var q=d?Q1(i):0;return d&&q<d?i+t6(d-q,b):i}function OB(i,d,b){i=Ht(i),d=qt(d);var q=d?Q1(i):0;return d&&q<d?t6(d-q,b)+i:i}function HB(i,d,b){return b||d==null?d=0:d&&(d=+d),YS(Ht(i).replace(k1,""),d||0)}function $B(i,d,b){return(b?An(i,d,b):d===e)?d=1:d=qt(d),Gs(Ht(i),d)}function WB(){var i=arguments,d=Ht(i[0]);return i.length<3?d:d.replace(i[1],i[2])}var jB=i0(function(i,d,b){return i+(b?"_":"")+d.toLowerCase()});function UB(i,d,b){return b&&typeof b!="number"&&An(i,d,b)&&(d=b=e),b=b===e?te:b>>>0,b?(i=Ht(i),i&&(typeof d=="string"||d!=null&&!m8(d))&&(d=Yn(d),!d&&Z1(i))?d1(b2(i),0,b):i.split(d,b)):[]}var GB=i0(function(i,d,b){return i+(b?" ":"")+b8(d)});function XB(i,d,b){return i=Ht(i),b=b==null?0:F1(qt(b),0,i.length),d=Yn(d),i.slice(b,b+d.length)==d}function YB(i,d,b){var q=j.templateSettings;b&&An(i,d,b)&&(d=e),i=Ht(i),d=f6({},d,q,Qh);var N=f6({},d.imports,q.imports,Qh),G=En(N),re=Bs(N,G),ue,xe,Re=0,Pe=d.interpolate||q1,$e="__p += '",Qe=Fs((d.escape||q1).source+"|"+Pe.source+"|"+(Pe===G1?zn:q1).source+"|"+(d.evaluate||q1).source+"|$","g"),st="//# sourceURL="+(Ot.call(d,"sourceURL")?(d.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Er+"]")+`
|
|
7
|
+
`;i.replace(Qe,function(mt,zt,Tt,Qn,Tn,Kn){return Tt||(Tt=Qn),$e+=i.slice(Re,Kn).replace(r2,ES),zt&&(ue=!0,$e+=`' +
|
|
8
|
+
__e(`+zt+`) +
|
|
9
|
+
'`),Tn&&(xe=!0,$e+=`';
|
|
10
|
+
`+Tn+`;
|
|
11
|
+
__p += '`),Tt&&($e+=`' +
|
|
12
|
+
((__t = (`+Tt+`)) == null ? '' : __t) +
|
|
13
|
+
'`),Re=Kn+mt.length,mt}),$e+=`';
|
|
14
|
+
`;var gt=Ot.call(d,"variable")&&d.variable;if(!gt)$e=`with (obj) {
|
|
15
|
+
`+$e+`
|
|
16
16
|
}
|
|
17
|
-
`;else if(
|
|
18
|
-
`+(
|
|
19
|
-
`)+"var __t, __p = ''"+(
|
|
17
|
+
`;else if(De.test(gt))throw new kt(l);$e=(xe?$e.replace(pt,""):$e).replace(et,"$1").replace(Ct,"$1;"),$e="function("+(gt||"obj")+`) {
|
|
18
|
+
`+(gt?"":`obj || (obj = {});
|
|
19
|
+
`)+"var __t, __p = ''"+(ue?", __e = _.escape":"")+(xe?`, __j = Array.prototype.join;
|
|
20
20
|
function print() { __p += __j.call(arguments, '') }
|
|
21
21
|
`:`;
|
|
22
|
-
`)
|
|
23
|
-
}`;var e1=x5(function(){return u1(F,A2+"return "+g2).apply(n,$)});if(e1.source=g2,B3(e1))throw e1;return e1}function kf(e){return y1(e).toLowerCase()}function Ef(e){return y1(e).toUpperCase()}function Bf(e,i,a){if(e=y1(e),e&&(a||i===n))return z8(e);if(!e||!(i=C6(i)))return e;var p=G6(e),g=G6(i),F=M8(p,g),$=q8(p,g)+1;return P0(p,F,$).join("")}function zf(e,i,a){if(e=y1(e),e&&(a||i===n))return e.slice(0,F8(e)+1);if(!e||!(i=C6(i)))return e;var p=G6(e),g=q8(p,G6(i))+1;return P0(p,0,g).join("")}function Mf(e,i,a){if(e=y1(e),e&&(a||i===n))return e.replace(Q0,"");if(!e||!(i=C6(i)))return e;var p=G6(e),g=M8(p,G6(i));return P0(p,g).join("")}function qf(e,i){var a=l2,p=s2;if(q1(i)){var g="separator"in i?i.separator:g;a="length"in i?J2(i.length):a,p="omission"in i?C6(i.omission):p}e=y1(e);var F=e.length;if(ke(e)){var $=G6(e);F=$.length}if(a>=F)return e;var Y=a-Ee(p);if(Y<1)return p;var G=$?P0($,0,Y).join(""):e.slice(0,Y);if(g===n)return G+p;if($&&(Y+=G.length-Y),z3(g)){if(e.slice(Y).search(g)){var p2,f2=G;for(g.global||(g=Ot(g.source,y1(B6.exec(g))+"g")),g.lastIndex=0;p2=g.exec(f2);)var g2=p2.index;G=G.slice(0,g2===n?Y:g2)}}else if(e.indexOf(C6(g),Y)!=Y){var B2=G.lastIndexOf(g);B2>-1&&(G=G.slice(0,B2))}return G+p}function Cf(e){return e=y1(e),e&&A6.test(e)?e.replace(v2,ir):e}var Ff=_e(function(e,i,a){return e+(a?" ":"")+i.toUpperCase()}),C3=wn("toUpperCase");function y5(e,i,a){return e=y1(e),i=a?n:i,i===n?Ks(e)?ar(e):Rs(e):e.match(i)||[]}var x5=i1(function(e,i){try{return M6(e,n,i)}catch(a){return B3(a)?a:new Z2(a)}}),_f=w0(function(e,i){return L6(i,function(a){a=s0(a),y0(e,a,k3(e[a],e))}),e});function If(e){var i=e==null?0:e.length,a=O2();return e=i?M1(e,function(p){if(typeof p[1]!="function")throw new H6(c);return[a(p[0]),p[1]]}):[],i1(function(p){for(var g=-1;++g<i;){var F=e[g];if(M6(F[0],this,p))return M6(F[1],this,p)}})}function Vf(e){return ic($6(e,k))}function F3(e){return function(){return e}}function Nf(e,i){return e==null||e!==e?i:e}var Af=vn(),Tf=vn(!0);function y6(e){return e}function _3(e){return Z8(typeof e=="function"?e:$6(e,k))}function Lf(e){return K8($6(e,k))}function Hf(e,i){return J8(e,$6(i,k))}var Df=i1(function(e,i){return function(a){return t4(a,e,i)}}),$f=i1(function(e,i){return function(a){return t4(e,a,i)}});function I3(e,i,a){var p=W1(i),g=X4(i,p);a==null&&!(q1(i)&&(g.length||!p.length))&&(a=i,i=e,e=this,g=X4(i,W1(i)));var F=!(q1(a)&&"chain"in a)||!!a.chain,$=v0(e);return L6(g,function(Y){var G=i[Y];e[Y]=G,$&&(e.prototype[Y]=function(){var p2=this.__chain__;if(F||p2){var f2=e(this.__wrapped__),g2=f2.__actions__=u6(this.__actions__);return g2.push({func:G,args:arguments,thisArg:e}),f2.__chain__=p2,f2}return G.apply(e,A0([this.value()],arguments))})}),e}function Pf(){return f1._===this&&(f1._=pr),this}function V3(){}function Of(e){return e=J2(e),i1(function(i){return en(i,e)})}var Rf=d3(M1),Wf=d3(v8),Xf=d3(At);function w5(e){return y3(e)?Tt(s0(e)):bc(e)}function Yf(e){return function(i){return e==null?n:ae(e,i)}}var jf=kn(),Uf=kn(!0);function N3(){return[]}function A3(){return!1}function Qf(){return{}}function Zf(){return""}function Gf(){return!0}function Kf(e,i){if(e=J2(e),e<1||e>k2)return[];var a=m2,p=t6(e,m2);i=O2(i),e-=m2;for(var g=Dt(p,i);++a<e;)i(a);return g}function Jf(e){return G2(e)?M1(e,s0):F6(e)?[e]:u6(Dn(y1(e)))}function eu(e){var i=++dr;return y1(e)+i}var tu=G4(function(e,i){return e+i},0),nu=h3("ceil"),iu=G4(function(e,i){return e/i},1),ou=h3("floor");function lu(e){return e&&e.length?W4(e,y6,Zt):n}function au(e,i){return e&&e.length?W4(e,O2(i,2),Zt):n}function su(e){return E8(e,y6)}function ru(e,i){return E8(e,O2(i,2))}function cu(e){return e&&e.length?W4(e,y6,e3):n}function du(e,i){return e&&e.length?W4(e,O2(i,2),e3):n}var hu=G4(function(e,i){return e*i},1),pu=h3("round"),fu=G4(function(e,i){return e-i},0);function uu(e){return e&&e.length?Ht(e,y6):0}function mu(e,i){return e&&e.length?Ht(e,O2(i,2)):0}return q.after=Th,q.ary=Zn,q.assign=kp,q.assignIn=d5,q.assignInWith=dt,q.assignWith=Ep,q.at=Bp,q.before=Gn,q.bind=k3,q.bindAll=_f,q.bindKey=Kn,q.castArray=Uh,q.chain=jn,q.chunk=id,q.compact=od,q.concat=ld,q.cond=If,q.conforms=Vf,q.constant=F3,q.countBy=fh,q.create=zp,q.curry=Jn,q.curryRight=e5,q.debounce=t5,q.defaults=Mp,q.defaultsDeep=qp,q.defer=Lh,q.delay=Hh,q.difference=ad,q.differenceBy=sd,q.differenceWith=rd,q.drop=cd,q.dropRight=dd,q.dropRightWhile=hd,q.dropWhile=pd,q.fill=fd,q.filter=mh,q.flatMap=xh,q.flatMapDeep=wh,q.flatMapDepth=bh,q.flatten=Rn,q.flattenDeep=ud,q.flattenDepth=md,q.flip=Dh,q.flow=Af,q.flowRight=Tf,q.fromPairs=gd,q.functions=Ap,q.functionsIn=Tp,q.groupBy=vh,q.initial=xd,q.intersection=wd,q.intersectionBy=bd,q.intersectionWith=vd,q.invert=Hp,q.invertBy=Dp,q.invokeMap=kh,q.iteratee=_3,q.keyBy=Eh,q.keys=W1,q.keysIn=g6,q.map=ot,q.mapKeys=Pp,q.mapValues=Op,q.matches=Lf,q.matchesProperty=Hf,q.memoize=at,q.merge=Rp,q.mergeWith=h5,q.method=Df,q.methodOf=$f,q.mixin=I3,q.negate=st,q.nthArg=Of,q.omit=Wp,q.omitBy=Xp,q.once=$h,q.orderBy=Bh,q.over=Rf,q.overArgs=Ph,q.overEvery=Wf,q.overSome=Xf,q.partial=E3,q.partialRight=n5,q.partition=zh,q.pick=Yp,q.pickBy=p5,q.property=w5,q.propertyOf=Yf,q.pull=Bd,q.pullAll=Xn,q.pullAllBy=zd,q.pullAllWith=Md,q.pullAt=qd,q.range=jf,q.rangeRight=Uf,q.rearg=Oh,q.reject=Ch,q.remove=Cd,q.rest=Rh,q.reverse=v3,q.sampleSize=_h,q.set=Up,q.setWith=Qp,q.shuffle=Ih,q.slice=Fd,q.sortBy=Ah,q.sortedUniq=Ld,q.sortedUniqBy=Hd,q.split=wf,q.spread=Wh,q.tail=Dd,q.take=$d,q.takeRight=Pd,q.takeRightWhile=Od,q.takeWhile=Rd,q.tap=oh,q.throttle=Xh,q.thru=it,q.toArray=s5,q.toPairs=f5,q.toPairsIn=u5,q.toPath=Jf,q.toPlainObject=c5,q.transform=Zp,q.unary=Yh,q.union=Wd,q.unionBy=Xd,q.unionWith=Yd,q.uniq=jd,q.uniqBy=Ud,q.uniqWith=Qd,q.unset=Gp,q.unzip=S3,q.unzipWith=Yn,q.update=Kp,q.updateWith=Jp,q.values=Ne,q.valuesIn=ef,q.without=Zd,q.words=y5,q.wrap=jh,q.xor=Gd,q.xorBy=Kd,q.xorWith=Jd,q.zip=eh,q.zipObject=th,q.zipObjectDeep=nh,q.zipWith=ih,q.entries=f5,q.entriesIn=u5,q.extend=d5,q.extendWith=dt,I3(q,q),q.add=tu,q.attempt=x5,q.camelCase=lf,q.capitalize=m5,q.ceil=nu,q.clamp=tf,q.clone=Qh,q.cloneDeep=Gh,q.cloneDeepWith=Kh,q.cloneWith=Zh,q.conformsTo=Jh,q.deburr=g5,q.defaultTo=Nf,q.divide=iu,q.endsWith=af,q.eq=J6,q.escape=sf,q.escapeRegExp=rf,q.every=uh,q.find=gh,q.findIndex=Pn,q.findKey=Cp,q.findLast=yh,q.findLastIndex=On,q.findLastKey=Fp,q.floor=ou,q.forEach=Un,q.forEachRight=Qn,q.forIn=_p,q.forInRight=Ip,q.forOwn=Vp,q.forOwnRight=Np,q.get=M3,q.gt=ep,q.gte=tp,q.has=Lp,q.hasIn=q3,q.head=Wn,q.identity=y6,q.includes=Sh,q.indexOf=yd,q.inRange=nf,q.invoke=$p,q.isArguments=ce,q.isArray=G2,q.isArrayBuffer=np,q.isArrayLike=m6,q.isArrayLikeObject=I1,q.isBoolean=ip,q.isBuffer=O0,q.isDate=op,q.isElement=lp,q.isEmpty=ap,q.isEqual=sp,q.isEqualWith=rp,q.isError=B3,q.isFinite=cp,q.isFunction=v0,q.isInteger=i5,q.isLength=rt,q.isMap=o5,q.isMatch=dp,q.isMatchWith=hp,q.isNaN=pp,q.isNative=fp,q.isNil=mp,q.isNull=up,q.isNumber=l5,q.isObject=q1,q.isObjectLike=_1,q.isPlainObject=s4,q.isRegExp=z3,q.isSafeInteger=gp,q.isSet=a5,q.isString=ct,q.isSymbol=F6,q.isTypedArray=Ve,q.isUndefined=yp,q.isWeakMap=xp,q.isWeakSet=wp,q.join=Sd,q.kebabCase=cf,q.last=O6,q.lastIndexOf=kd,q.lowerCase=df,q.lowerFirst=hf,q.lt=bp,q.lte=vp,q.max=lu,q.maxBy=au,q.mean=su,q.meanBy=ru,q.min=cu,q.minBy=du,q.stubArray=N3,q.stubFalse=A3,q.stubObject=Qf,q.stubString=Zf,q.stubTrue=Gf,q.multiply=hu,q.nth=Ed,q.noConflict=Pf,q.noop=V3,q.now=lt,q.pad=pf,q.padEnd=ff,q.padStart=uf,q.parseInt=mf,q.random=of,q.reduce=Mh,q.reduceRight=qh,q.repeat=gf,q.replace=yf,q.result=jp,q.round=pu,q.runInContext=Q,q.sample=Fh,q.size=Vh,q.snakeCase=xf,q.some=Nh,q.sortedIndex=_d,q.sortedIndexBy=Id,q.sortedIndexOf=Vd,q.sortedLastIndex=Nd,q.sortedLastIndexBy=Ad,q.sortedLastIndexOf=Td,q.startCase=bf,q.startsWith=vf,q.subtract=fu,q.sum=uu,q.sumBy=mu,q.template=Sf,q.times=Kf,q.toFinite=S0,q.toInteger=J2,q.toLength=r5,q.toLower=kf,q.toNumber=R6,q.toSafeInteger=Sp,q.toString=y1,q.toUpper=Ef,q.trim=Bf,q.trimEnd=zf,q.trimStart=Mf,q.truncate=qf,q.unescape=Cf,q.uniqueId=eu,q.upperCase=Ff,q.upperFirst=C3,q.each=Un,q.eachRight=Qn,q.first=Wn,I3(q,(function(){var e={};return l0(q,function(i,a){g1.call(q.prototype,a)||(e[a]=i)}),e})(),{chain:!1}),q.VERSION=o,L6(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){q[e].placeholder=q}),L6(["drop","take"],function(e,i){c1.prototype[e]=function(a){a=a===n?1:$1(J2(a),0);var p=this.__filtered__&&!i?new c1(this):this.clone();return p.__filtered__?p.__takeCount__=t6(a,p.__takeCount__):p.__views__.push({size:t6(a,m2),type:e+(p.__dir__<0?"Right":"")}),p},c1.prototype[e+"Right"]=function(a){return this.reverse()[e](a).reverse()}}),L6(["filter","map","takeWhile"],function(e,i){var a=i+1,p=a==t2||a==h2;c1.prototype[e]=function(g){var F=this.clone();return F.__iteratees__.push({iteratee:O2(g,3),type:a}),F.__filtered__=F.__filtered__||p,F}}),L6(["head","last"],function(e,i){var a="take"+(i?"Right":"");c1.prototype[e]=function(){return this[a](1).value()[0]}}),L6(["initial","tail"],function(e,i){var a="drop"+(i?"":"Right");c1.prototype[e]=function(){return this.__filtered__?new c1(this):this[a](1)}}),c1.prototype.compact=function(){return this.filter(y6)},c1.prototype.find=function(e){return this.filter(e).head()},c1.prototype.findLast=function(e){return this.reverse().find(e)},c1.prototype.invokeMap=i1(function(e,i){return typeof e=="function"?new c1(this):this.map(function(a){return t4(a,e,i)})}),c1.prototype.reject=function(e){return this.filter(st(O2(e)))},c1.prototype.slice=function(e,i){e=J2(e);var a=this;return a.__filtered__&&(e>0||i<0)?new c1(a):(e<0?a=a.takeRight(-e):e&&(a=a.drop(e)),i!==n&&(i=J2(i),a=i<0?a.dropRight(-i):a.take(i-e)),a)},c1.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},c1.prototype.toArray=function(){return this.take(m2)},l0(c1.prototype,function(e,i){var a=/^(?:filter|find|map|reject)|While$/.test(i),p=/^(?:head|last)$/.test(i),g=q[p?"take"+(i=="last"?"Right":""):i],F=p||/^find/.test(i);g&&(q.prototype[i]=function(){var $=this.__wrapped__,Y=p?[1]:arguments,G=$ instanceof c1,p2=Y[0],f2=G||G2($),g2=function(a1){var h1=g.apply(q,A0([a1],Y));return p&&B2?h1[0]:h1};f2&&a&&typeof p2=="function"&&p2.length!=1&&(G=f2=!1);var B2=this.__chain__,A2=!!this.__actions__.length,W2=F&&!B2,e1=G&&!A2;if(!F&&f2){$=e1?$:new c1(this);var X2=e.apply($,Y);return X2.__actions__.push({func:it,args:[g2],thisArg:n}),new D6(X2,B2)}return W2&&e1?e.apply(this,Y):(X2=this.thru(g2),W2?p?X2.value()[0]:X2.value():X2)})}),L6(["pop","push","shift","sort","splice","unshift"],function(e){var i=C4[e],a=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",p=/^(?:pop|shift)$/.test(e);q.prototype[e]=function(){var g=arguments;if(p&&!this.__chain__){var F=this.value();return i.apply(G2(F)?F:[],g)}return this[a](function($){return i.apply(G2($)?$:[],g)})}}),l0(c1.prototype,function(e,i){var a=q[i];if(a){var p=a.name+"";g1.call(qe,p)||(qe[p]=[]),qe[p].push({name:i,func:a})}}),qe[Z4(n,H).name]=[{name:"wrapper",func:n}],c1.prototype.clone=qr,c1.prototype.reverse=Cr,c1.prototype.value=Fr,q.prototype.at=lh,q.prototype.chain=ah,q.prototype.commit=sh,q.prototype.next=rh,q.prototype.plant=dh,q.prototype.reverse=hh,q.prototype.toJSON=q.prototype.valueOf=q.prototype.value=ph,q.prototype.first=q.prototype.head,Ue&&(q.prototype[Ue]=ch),q}),Be=sr();b1?((b1.exports=Be)._=Be,n1._=Be):f1._=Be}).call(H7)})(He,He.exports)),He.exports}var $7=D7();const P7={class:"header"},O7={class:"content"},R7={class:"shape-panel-box"},W7={class:"input-box"},X7={class:"input-box"},Y7={key:0,class:"input-box"},j7={key:1,class:"input-box"},U7={key:3,class:"btn-box"},Q7={class:"svg-icon"},Z7=["xlink:href"],G7={key:0,class:"roundness-box"},K7={class:"item-label",style:{"padding-right":"8px"}},J7={class:"type-item-title"},ei={class:"title"},ti={key:0,class:"style-item"},ni={class:"title"},ii={key:0,class:"svg-icon"},oi={class:"color-text"},li={key:1,class:"style-item"},ai={class:"title"},si={key:2,class:"style-item"},ri={class:"title"},ci={key:3,class:"style-item"},di={class:"title"},hi=["src"],pi={class:"type-item-title"},fi={class:"title"},ui={class:"style-item"},mi={class:"title"},gi={key:0,class:"svg-icon"},yi={class:"color-text"},xi={class:"style-item"},wi={class:"title"},bi={key:0,class:"style-item"},vi={class:"title"},Si={key:1,class:"style-item"},ki={class:"title"},Ei={key:2,class:"style-item"},Bi={class:"title"},zi={key:3,class:"style-item"},Mi={class:"title"},qi={key:4,class:"style-item"},Ci={class:"title"},Fi={class:"style-boxs"},_i={key:5,class:"style-item"},Ii={class:"title"},Vi={class:"style-boxs"},Ni={class:"svg-box",style:{transform:"scaleX(-1)"}},Ai={class:"svg-icon"},Ti=["xlink:href"],Li={class:"svg-box",style:{transform:"scaleX(-1)"}},Hi={class:"svg-icon"},Di=["xlink:href"],$i={key:6,class:"style-item"},Pi={class:"title"},Oi={class:"style-boxs"},Ri={class:"svg-box"},Wi={class:"svg-icon"},Xi=["xlink:href"],Yi={class:"svg-box"},ji={class:"svg-icon"},Ui=["xlink:href"],Qi={class:"type-item-title"},Zi={class:"title"},Gi={class:"style-item"},Ki={class:"style-item"},Ji={class:"title"},eo={class:"style-boxs"},to={class:"style-boxs-item"},no={class:"style-boxs-item"},io={class:"item-input"},oo={class:"item-input"},lo={class:"style-item"},ao={class:"title"},so={key:0,class:"svg-icon"},ro={class:"color-text"},co={class:"style-item"},ho={class:"title"},po={key:0,class:"svg-icon"},fo={class:"color-text"},uo=T1(t.defineComponent({__name:"PropertiesPanel",setup(h){const l=t.inject("jvs-draw-instance-id","excalidraw"),n=X1(l),{t:o}=c0(),s=t.ref(),r=t.ref(),c=t.ref(),d=t.ref(),f=t.ref(),u=t.ref(),m=t.ref(),k=t.ref(),x=t.ref([]),w=()=>{n.appState.isPropertiesPanelOpen=!1},_=[12,14,16,18,20,24,28,32,36],A=()=>{const L=Object.keys(n.appState.selectedElementIds);if(L.length===0)return null;const U=L[L.length-1];return n.elements.find(z2=>z2.id===U)||null},I=t.computed(()=>n.appState.activeTool),H=t.computed(()=>Object.keys(n.appState.selectedElementIds)),D=t.computed(()=>H.value.length>0),T=()=>{if(I.value==="selection"){if(!D.value)return"none";const L=H.value[0],U=n.elements.find(z2=>z2.id===L);return U?U.type:"none"}return I.value==="shapes"?n.appState.activeToolType:I.value},X=t.computed({get:()=>{const L=H.value[0],U=n.elements.find(z2=>z2.id===L);return U?U.fontFamily:"none"},set:L=>{n.updateSelectedElements({fontFamily:L}),Object.keys(n.appState.selectedElementIds).forEach(z2=>{const H2=n.elements.find(u2=>u2.id===z2);if(H2&&H2.type!=="text"){const u2=n.elements.find(E2=>E2.type==="text"&&E2.containerId===z2&&!E2.isDeleted);u2&&n.updateElement(u2.id,{fontFamily:L})}})}}),W=t.computed(()=>{const L=x.value.find(U=>U.value===X.value);return L?L.weightList:[]}),S=t.computed({get:()=>{const L=A();return L&&"fontWeight"in L?L.fontWeight:n.appState.currentItemFontWeight||"Regular"},set:L=>{n.appState.currentItemFontWeight=L,n.updateSelectedElements({fontWeight:L}),Object.keys(n.appState.selectedElementIds).forEach(z2=>{const H2=n.elements.find(u2=>u2.id===z2);if(H2&&H2.type!=="text"){const u2=n.elements.find(E2=>E2.type==="text"&&E2.containerId===z2&&!E2.isDeleted);u2&&n.updateElement(u2.id,{fontWeight:L})}})}}),P=t.computed({get:()=>{const L=A();return L&&"lineHeight"in L?L.lineHeight:n.appState.currentItemLineHeight||1.25},set:L=>{n.appState.currentItemLineHeight=L,n.updateSelectedElements({lineHeight:L}),Object.keys(n.appState.selectedElementIds).forEach(z2=>{const H2=n.elements.find(u2=>u2.id===z2);if(H2&&H2.type!=="text"){const u2=n.elements.find(E2=>E2.type==="text"&&E2.containerId===z2&&!E2.isDeleted);u2&&n.updateElement(u2.id,{lineHeight:L})}})}}),j=t.computed({get:()=>{const L=A();return L&&"letterSpacing"in L?L.letterSpacing:n.appState.currentItemLetterSpacing||0},set:L=>{n.appState.currentItemLetterSpacing=L,n.updateSelectedElements({letterSpacing:L}),Object.keys(n.appState.selectedElementIds).forEach(z2=>{const H2=n.elements.find(u2=>u2.id===z2);if(H2&&H2.type!=="text"){const u2=n.elements.find(E2=>E2.type==="text"&&E2.containerId===z2&&!E2.isDeleted);u2&&n.updateElement(u2.id,{letterSpacing:L})}})}}),J=()=>{if(T()==="arrow"){const L=H.value[0],U=n.elements.find(z2=>z2.id===L);return U?U.arrowType:"none"}return""},l2=t.computed(()=>R2.value+j3(b2.value)),s2=t.computed(()=>s1.value+j3(j2.value));t.computed(()=>Y1.value),t.computed(()=>p1.value);const I2=t.computed(()=>{const L=T();return!["arrow","line","text","freedraw"].includes(L)}),i2=t.computed(()=>{const L=T();return!["image"].includes(L)}),t2=t.computed(()=>{const L=T();return!["freedraw","frame","image"].includes(L)}),x2=t.computed(()=>{const L=T();return["arrow","line"].includes(L)}),h2=t.computed(()=>{const L=T();return["rectangle","diamond","square","star","process","decision","trapezoid","parallelogram","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2"].includes(L)}),y2=t.computed(()=>{const L=T();return!["arrow","line"].includes(L)}),k2=t.computed(()=>{const L=T();return["arrow","line"].includes(L)}),C2=t.computed(()=>{const L=T();return!["text","image","note"].includes(L)}),_2=t.computed({get(){const L=A();return L?L.roundness??0:n.appState.currentItemRoundness},set(L){ge(L)}}),m2=t.computed(()=>n.appState.isDraggingElement||n.appState.isBoxSelecting),R2=t.computed({get(){const L=A();return L?L.backgroundColor:n.appState.currentItemBackgroundColor},set(L){m1(L)}}),j2=t.computed({get(){const L=A();return L?L.strokeOpacity??100:n.appState.currentItemStrokeOpacity??100},set(L){v2(L)}}),b2=t.computed({get(){const L=A();return L?L.backgroundOpacity??100:n.appState.currentItemBackgroundOpacity},set(L){N1(L)}}),K2=t.computed({get(){const L=A();return L?L.strokeWidth:n.appState.currentItemStrokeWidth},set(L){o1(L)}}),m1=L=>{const U=L||"transparent";n.updateSelectedElements({backgroundColor:U})},N1=L=>{const U=L;n.updateSelectedElements({backgroundOpacity:U})},s1=t.computed({get(){const L=A();return L?L.strokeColor:n.appState.currentItemStrokeColor},set(L){A6(L)}}),p1=t.computed({get(){const L=A();return L&&L.fontColor?L.fontColor:n.appState.currentItemFontColor},set(L){j0(L)}}),Y1=t.computed({get(){const L=A();return L&&"fontBgColor"in L?L.fontBgColor:n.appState.currentItemFontBgColor},set(L){U0(L)}}),Z1=t.computed({get(){const L=A();return L?L.x:n.appState.currentItemX},set(L){Z(L)}}),d6=t.computed({get(){const L=A();return L?L.y:n.appState.currentItemY},set(L){K(L)}}),n0=t.computed({get(){const L=A();return L?L.width:n.appState.currentItemWidth},set(L){N6(L)}}),L1=t.computed({get(){const L=A();return L?L.height:n.appState.currentItemHeight},set(L){j6(L)}}),v6=t.computed({get:()=>{const L=A();return L&&"fontSize"in L?L.fontSize:n.appState.currentItemFontSize},set:L=>{F0(L)}}),G1=t.computed({get(){const L=A(),U=L?L.angle:n.appState.currentItemAngle;return U?(360*Math.abs(Math.round(U*(180/Math.PI)))+Math.round(U*(180/Math.PI)))%360:0},set(L){Y0(L*(Math.PI/180)%360)}}),z1=t.computed({get(){const L=A();return(L&&"startArrowhead"in L?L.startArrowhead:n.appState.currentItemStartArrowhead)||"line"},set(L){We(L)}}),Y6=t.computed({get(){const L=A();return(L&&"endArrowhead"in L?L.endArrowhead:n.appState.currentItemEndArrowhead)||"line"},set(L){Q0(L)}}),S6=t.ref("");t.watch(()=>{const L=A();return!L||L.type!=="image"?null:{src:L.url||L.fileId&&n.images[L.fileId]||L.dataURL||"",cropX:L.crop?.x,cropY:L.crop?.y,cropW:L.crop?.width,cropH:L.crop?.height}},L=>{if(!L||!L.src){S6.value="";return}if(L.cropW&&L.cropH){const U=new Image;U.crossOrigin="anonymous",U.onload=()=>{const H2=Math.min(1,128/L.cropW,128/L.cropH),u2=document.createElement("canvas");u2.width=L.cropW*H2,u2.height=Math.max(1,L.cropH*H2);const E2=u2.getContext("2d");E2&&(E2.drawImage(U,L.cropX,L.cropY,L.cropW,L.cropH,0,0,u2.width,u2.height),S6.value=u2.toDataURL("image/png"))},U.src=L.src}else S6.value=L.src},{immediate:!0,deep:!0});const k6=async()=>{const L=await Le();if(L){const{dataURL:U,width:z2,height:H2}=L,u2=Object.keys(n.appState.selectedElementIds);if(u2.length>0){const E2=u2[0];if(!E2)return;const H1=n.elements.find(Z0=>Z0.id===E2)?.width||z2,B6=H2/z2*H1;n.updateImageSource(E2,U,H1,B6,!1)}}},C1=t.computed(()=>{const L=M0.find(U=>U.value===z1.value);return L?L.icon:L?.activeIcon}),K1=t.computed(()=>{const L=M0.find(U=>U.value===Y6.value);return L?L.icon:L?.activeIcon}),J1=t.ref(1);t.watch(()=>G1.value,L=>{J1.value=String(L||0).length},{immediate:!0});const X0=L=>{const U=L.target;U&&U.tagName==="INPUT"&&(J1.value=U.value.length||1)},V6=()=>{J1.value=String(G1.value||0).length};t.onMounted(()=>{x.value=$7.cloneDeep(L7)});function Y0(L){const U=A();if(U){const z2=n.elements.find(H2=>H2.type==="text"&&H2.containerId===U.id&&!H2.isDeleted);z2&&n.updateElement(z2.id,{angle:L})}n.updateSelectedElements({angle:L})}function j6(L){const U=A();if(U&&U.height>0){const z2={height:L};let H2=U.width;if(U.isAspectRatioLocked){const E2=U.width/U.height;H2=L*E2,z2.width=H2}const u2=n.elements.find(E2=>E2.type==="text"&&E2.containerId===U.id&&!E2.isDeleted);if(u2){const E2=v1(u2.text||"",u2.fontSize||20,u2.fontFamily||"sans-serif",H2,{isBold:u2.isBold,isItalic:u2.isItalic,fontWeight:u2.fontWeight,lineHeight:u2.lineHeight,letterSpacing:u2.letterSpacing});z2.height=Math.max(L,E2.height),n.updateElement(u2.id,{width:H2,height:z2.height})}else if(U.type==="text"){const E2=v1(U.text||"",U.fontSize||20,U.fontFamily||"sans-serif",H2,{isBold:U.isBold,isItalic:U.isItalic,fontWeight:U.fontWeight,lineHeight:U.lineHeight,letterSpacing:U.letterSpacing});z2.height=Math.max(L,E2.height)}n.updateSelectedElements(z2)}}function N6(L){const U=A();if(U&&U.width>0){const z2={width:L};let H2=U.height;console.log(U.height);const u2=n.elements.find(E2=>E2.type==="text"&&E2.containerId===U.id&&!E2.isDeleted);if(u2||U.type==="text"){const E2=v1(",",U.fontSize||20,U.fontFamily||"sans-serif",void 0,{isBold:U.isBold,isItalic:U.isItalic,fontWeight:U.fontWeight,lineHeight:U.lineHeight,letterSpacing:U.letterSpacing}).width;L<E2&&(z2.width=E2)}if(U.isAspectRatioLocked){const E2=U.height/U.width;H2=z2.width*E2,z2.height=H2}if(u2){const E2=v1(u2.text||"",u2.fontSize||20,u2.fontFamily||"sans-serif",z2.width,{isBold:u2.isBold,isItalic:u2.isItalic,fontWeight:u2.fontWeight,lineHeight:u2.lineHeight,letterSpacing:u2.letterSpacing});z2.height=Math.max(H2,E2.height),n.updateElement(u2.id,{width:z2.width,height:z2.height})}else if(U.type==="text"){const E2=v1(U.text||"",U.fontSize||20,U.fontFamily||"sans-serif",z2.width,{isBold:U.isBold,isItalic:U.isItalic,fontWeight:U.fontWeight,lineHeight:U.lineHeight,letterSpacing:U.letterSpacing});z2.height=Math.max(H2,E2.height)}n.updateSelectedElements(z2)}}const O1=t.computed(()=>{const L=A();return L?!!L.isFlippedHorizontal:!1}),d0=t.computed(()=>{const L=A();return L?!!L.isFlippedVertical:!1});function U6(){const L=A();L&&n.updateSelectedElements({isFlippedHorizontal:!L.isFlippedHorizontal})}function h6(){const L=A();L&&n.updateSelectedElements({isFlippedVertical:!L.isFlippedVertical})}const i0=t.computed(()=>{const L=A();return L?!!L.isAspectRatioLocked:!1});function h0(){const L=A();L&&n.updateSelectedElements({isAspectRatioLocked:!L.isAspectRatioLocked})}function Z(L){n.updateSelectedElements({x:L})}function K(L){n.updateSelectedElements({y:L})}function D2(){r.value.openColorPicker(),r.value.initPickerColor(l2.value)}function l1(){d.value.openColorPicker(),d.value.initPickerColor(s2.value)}function T2(L){m1(L.hex.substring(0,7)),N1(r4(L.hex.substring(7,9)))}const o1=L=>{n.updateSelectedElements({strokeWidth:L})},v2=L=>{n.updateSelectedElements({strokeOpacity:L})};function E6(L){A6(L.hex.substring(0,7)),v2(r4(L.hex.substring(7,9)))}const A6=L=>{n.updateSelectedElements({strokeColor:L})},j0=L=>{n.updateSelectedElements({fontColor:L}),Object.keys(n.appState.selectedElementIds).forEach(z2=>{const H2=n.elements.find(u2=>u2.type==="text"&&u2.containerId===z2&&!u2.isDeleted);H2&&n.updateElement(H2.id,{fontColor:L})})},U0=L=>{n.updateSelectedElements({fontBgColor:L}),Object.keys(n.appState.selectedElementIds).forEach(z2=>{const H2=n.elements.find(u2=>u2.type==="text"&&u2.containerId===z2&&!u2.isDeleted);H2&&n.updateElement(H2.id,{fontBgColor:L})})},p0=()=>{m.value.openColorPicker(),m.value.initPickerColor(Y1.value)},me=()=>{k.value.openColorPicker(),k.value.initPickerColor(p1.value)},Oe=L=>{r4(L.hex.substring(7,9))==0?j0("transparent"):j0(L.hex.substring(0,7))},Re=L=>{r4(L.hex.substring(7,9))==0?U0("transparent"):U0(L.hex.substring(0,7))},ge=L=>{n.updateSelectedElements({roundness:L})},F0=L=>{Object.keys(n.appState.selectedElementIds).forEach(z2=>{const H2=n.elements.find(u2=>u2.id===z2);if(H2&&H2.type==="text"){const u2=H2;if(u2.autoResize){const E2=v1(u2.text||"",L,u2.fontFamily||"sans-serif",void 0,{isBold:u2.isBold,isItalic:u2.isItalic,fontWeight:u2.fontWeight,lineHeight:u2.lineHeight,letterSpacing:u2.letterSpacing});n.updateElement(z2,{fontSize:L,width:E2.width,height:E2.height})}else{const E2=v1(u2.text||"",L,u2.fontFamily||"sans-serif",H2.width,{isBold:u2.isBold,isItalic:u2.isItalic,fontWeight:u2.fontWeight,lineHeight:u2.lineHeight,letterSpacing:u2.letterSpacing});n.updateElement(z2,{fontSize:L,height:E2.height})}}else{n.updateElement(z2,{fontSize:L});const u2=n.elements.find(E2=>E2.type==="text"&&E2.containerId===z2&&!E2.isDeleted);if(u2){const E2=v1(u2.text||"",L,u2.fontFamily||"sans-serif",u2.width);n.updateElement(u2.id,{fontSize:L,height:Math.max(E2.height,H2?.height)})}}})},We=L=>{Object.keys(n.appState.selectedElementIds).length===0?n.appState.currentItemStartArrowhead=L:n.updateSelectedElements({startArrowhead:L})},Q0=L=>{Object.keys(n.appState.selectedElementIds).length===0?n.appState.currentItemEndArrowhead=L:n.updateSelectedElements({endArrowhead:L})},_0=t.computed({get(){const L=Object.keys(n.appState.selectedElementIds);if(L.length===0)return n.appState.fixedArrowBinding;let U=!0,z2=!1;for(const H2 of L){const u2=n.elements.find(E2=>E2.id===H2);if(u2&&(u2.type==="line"||u2.type==="arrow")){const E2=u2.startBinding,H1=u2.endBinding;E2&&(z2=!0,E2.isBorder!==!1&&(U=!1)),H1&&(z2=!0,H1.isBorder!==!1&&(U=!1))}}return z2?U:n.appState.fixedArrowBinding},set(){const L=Object.keys(n.appState.selectedElementIds);if(L.length===0){n.appState.fixedArrowBinding=!n.appState.fixedArrowBinding;return}const U=!_0.value;let z2=!1;L.forEach(H2=>{const u2=n.elements.find(E2=>E2.id===H2);if(u2&&(u2.type==="line"||u2.type==="arrow")){const E2={};u2.startBinding&&(E2.startBinding={...u2.startBinding,isBorder:!U}),u2.endBinding&&(E2.endBinding={...u2.endBinding,isBorder:!U}),(E2.startBinding||E2.endBinding)&&(n.updateElement(H2,E2),z2=!0)}}),z2&&typeof n.recordHistory=="function"&&n.recordHistory()}});return(L,U)=>{const z2=t.resolveComponent("el-input-number"),H2=t.resolveComponent("el-slider"),u2=t.resolveComponent("jvs-picker-color-v3"),E2=t.resolveComponent("el-switch"),H1=t.resolveComponent("el-option"),B6=t.resolveComponent("el-select"),Z0=t.resolveComponent("el-scrollbar");return t.unref(n).appState.isPropertiesPanelOpen?(t.openBlock(),t.createElementBlock("div",{key:0,class:"properties-panel",style:t.normalizeStyle({pointerEvents:m2.value?"none":"auto"})},[t.createElementVNode("div",P7,[t.createElementVNode("div",null,t.toDisplayString(t.unref(o)("properties.shape")),1),(t.openBlock(),t.createElementBlock("svg",{onClick:w},[...U[22]||(U[22]=[t.createElementVNode("use",{"xlink:href":"#jvs-public-danchuangguanbi1"},null,-1)])]))]),t.createVNode(Z0,null,{default:t.withCtx(()=>[t.createElementVNode("div",O7,[t.createElementVNode("div",R7,[t.createElementVNode("div",{class:t.normalizeClass(["shape-panel-row",{"not-bind-width-height":x2.value||!h2.value}])},[t.createElementVNode("div",W7,[U[23]||(U[23]=t.createElementVNode("div",{class:"icon"},"X",-1)),t.createVNode(z2,{modelValue:Z1.value,"onUpdate:modelValue":U[0]||(U[0]=N2=>Z1.value=N2),precision:2,"controls-position":"right"},null,8,["modelValue"])]),t.createElementVNode("div",X7,[U[24]||(U[24]=t.createElementVNode("div",{class:"icon"},"Y",-1)),t.createVNode(z2,{modelValue:d6.value,"onUpdate:modelValue":U[1]||(U[1]=N2=>d6.value=N2),precision:2,"controls-position":"right"},null,8,["modelValue"])]),x2.value?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",Y7,[U[25]||(U[25]=t.createElementVNode("div",{class:"icon"},"W",-1)),t.createVNode(z2,{modelValue:n0.value,"onUpdate:modelValue":U[2]||(U[2]=N2=>n0.value=N2),precision:2,min:10,"controls-position":"right"},null,8,["modelValue"])])),x2.value?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",j7,[U[26]||(U[26]=t.createElementVNode("div",{class:"icon"},"H",-1)),t.createVNode(z2,{modelValue:L1.value,"onUpdate:modelValue":U[3]||(U[3]=N2=>L1.value=N2),precision:2,min:10,"controls-position":"right"},null,8,["modelValue"])])),y2.value&&T()!=="note"?(t.openBlock(),t.createElementBlock("div",{key:2,class:"input-box",onInput:X0,onFocusout:V6},[U[27]||(U[27]=t.createElementVNode("div",{class:"icon"},[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-jiaodu"})])],-1)),t.createVNode(z2,{modelValue:G1.value,"onUpdate:modelValue":U[4]||(U[4]=N2=>G1.value=N2),"controls-position":"right"},null,8,["modelValue"]),t.createElementVNode("div",{class:"unit",style:t.normalizeStyle({left:32+J1.value*8+"px"})},"°",4)],32)):t.createCommentVNode("",!0),y2.value&&T()!=="note"?(t.openBlock(),t.createElementBlock("div",U7,[t.createElementVNode("div",{class:t.normalizeClass(["btn-item",{active:O1.value}]),onClick:U6},[...U[28]||(U[28]=[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-shuipingfanzhuan"})],-1)])],2),t.createElementVNode("div",{class:t.normalizeClass(["btn-item",{active:d0.value}]),onClick:h6},[...U[29]||(U[29]=[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-chuizhifanzhuan"})],-1)])],2)])):t.createCommentVNode("",!0)],2),x2.value?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["bind-box",{active:i0.value}]),onClick:h0},[(t.openBlock(),t.createElementBlock("svg",Q7,[t.createElementVNode("use",{"xlink:href":i0.value?"#icon-suoding1":"#icon-quxiaosuoding"},null,8,Z7)]))],2))]),h2.value?(t.openBlock(),t.createElementBlock("div",G7,[t.createElementVNode("div",K7,t.toDisplayString(t.unref(o)("properties.roundness")),1),t.createVNode(H2,{modelValue:_2.value,"onUpdate:modelValue":U[5]||(U[5]=N2=>_2.value=N2),"show-input":"","show-input-controls":!1,min:0,max:100},null,8,["modelValue"]),t.createElementVNode("div",{class:"btn-box",onClick:U[6]||(U[6]=N2=>ge(4))},[...U[30]||(U[30]=[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-biankuang-yincangzhuangtai"})],-1)])])])):t.createCommentVNode("",!0),I2.value?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[U[32]||(U[32]=t.createElementVNode("div",{class:"divider"},null,-1)),t.createElementVNode("div",J7,[t.createElementVNode("div",ei,t.toDisplayString(t.unref(o)("properties.fill")),1)]),i2.value?(t.openBlock(),t.createElementBlock("div",ti,[t.createElementVNode("div",ni,t.toDisplayString(t.unref(o)("properties.color")),1),t.createVNode(u2,{color:R2.value,ref_key:"bgColorPickerRef",ref:r,options:{openGradual:!1,pickerButtonRef:s.value},onChange:T2},{default:t.withCtx(({isGradual:N2,color:G0,alpha:I0})=>[t.createElementVNode("div",{class:"input-value-box",ref_key:"bgColorRef",ref:s,onClick:U[7]||(U[7]=e6=>D2())},[R2.value=="transparent"||!R2.value||b2.value==0?(t.openBlock(),t.createElementBlock("svg",ii,[...U[31]||(U[31]=[t.createElementVNode("use",{"xlink:href":"#icon-wuyanse"},null,-1)])])):(t.openBlock(),t.createElementBlock("div",{key:1,class:"color-box",style:t.normalizeStyle({background:l2.value})},null,4)),t.createElementVNode("div",oi,t.toDisplayString(R2.value!="transparent"?R2.value.substring(0,7).toUpperCase():R2.value),1)],512)]),_:1},8,["color","options"])])):t.createCommentVNode("",!0),i2.value&&T()!=="note"?(t.openBlock(),t.createElementBlock("div",li,[t.createElementVNode("div",ai,t.toDisplayString(t.unref(o)("properties.opacity")),1),t.createVNode(H2,{modelValue:b2.value,"onUpdate:modelValue":U[8]||(U[8]=N2=>b2.value=N2),"show-input":"","show-input-controls":!1,min:0,max:100},null,8,["modelValue"])])):t.createCommentVNode("",!0),i2.value&&T()!=="note"?(t.openBlock(),t.createElementBlock("div",si,[t.createElementVNode("div",ri,t.toDisplayString(t.unref(o)("properties.fillStyle")),1),t.createVNode(U3,{style:{width:"100%"}})])):t.createCommentVNode("",!0),i2.value?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",ci,[t.createElementVNode("div",di,t.toDisplayString(t.unref(o)("properties.fillContent")),1),t.createElementVNode("div",{class:"image-box",onClick:k6},[t.createElementVNode("img",{src:S6.value},null,8,hi)])]))],64)):t.createCommentVNode("",!0),C2.value?(t.openBlock(),t.createElementBlock(t.Fragment,{key:2},[U[34]||(U[34]=t.createElementVNode("div",{class:"divider"},null,-1)),t.createElementVNode("div",pi,[t.createElementVNode("div",fi,t.toDisplayString(t.unref(o)("properties.stroke")),1)]),t.createElementVNode("div",ui,[t.createElementVNode("div",mi,t.toDisplayString(t.unref(o)("properties.color")),1),t.createVNode(u2,{color:s1.value,ref_key:"strokeColorPickerRef",ref:d,options:{openGradual:!1,pickerButtonRef:c.value},onChange:E6},{default:t.withCtx(({isGradual:N2,color:G0,alpha:I0})=>[t.createElementVNode("div",{class:"input-value-box",ref_key:"strokeColorRef",ref:c,onClick:U[9]||(U[9]=e6=>l1())},[s1.value=="transparent"||!s1.value||j2.value==0?(t.openBlock(),t.createElementBlock("svg",gi,[...U[33]||(U[33]=[t.createElementVNode("use",{"xlink:href":"#icon-wuyanse"},null,-1)])])):(t.openBlock(),t.createElementBlock("div",{key:1,class:"color-box",style:t.normalizeStyle({background:s2.value})},null,4)),t.createElementVNode("div",yi,t.toDisplayString(s1.value!="transparent"?s1.value.substring(0,7).toUpperCase():s1.value),1)],512)]),_:1},8,["color","options"])]),t.createElementVNode("div",xi,[t.createElementVNode("div",wi,t.toDisplayString(t.unref(o)("properties.strokeWidth")),1),t.createVNode(H2,{modelValue:K2.value,"onUpdate:modelValue":U[10]||(U[10]=N2=>K2.value=N2),"show-input":"","show-input-controls":!1,min:1,max:10},null,8,["modelValue"])]),J()!=="arrowBold"?(t.openBlock(),t.createElementBlock("div",bi,[t.createElementVNode("div",vi,t.toDisplayString(t.unref(o)("properties.opacity")),1),t.createVNode(H2,{modelValue:j2.value,"onUpdate:modelValue":U[11]||(U[11]=N2=>j2.value=N2),"show-input":"","show-input-controls":!1,min:0,max:100},null,8,["modelValue"])])):t.createCommentVNode("",!0),T()!="freedraw"&&J()!=="arrowBold"?(t.openBlock(),t.createElementBlock("div",Si,[t.createElementVNode("div",ki,t.toDisplayString(t.unref(o)("properties.strokeStyle")),1),t.createVNode(Q3,{style:{width:"100%"}})])):t.createCommentVNode("",!0),J()!=="arrowBold"?(t.openBlock(),t.createElementBlock("div",Ei,[t.createElementVNode("div",Bi,t.toDisplayString(t.unref(o)("properties.roughness")),1),t.createVNode(Z3,{style:{width:"100%"}})])):t.createCommentVNode("",!0),k2.value&&J()!=="arrowBold"?(t.openBlock(),t.createElementBlock("div",zi,[t.createElementVNode("div",Mi,t.toDisplayString(T()=="arrow"?t.unref(o)("properties.arrow"):t.unref(o)("properties.line"))+t.toDisplayString(t.unref(o)("properties.type")),1),t.createVNode(J3,{style:{width:"100%"}})])):t.createCommentVNode("",!0),k2.value?(t.openBlock(),t.createElementBlock("div",qi,[t.createElementVNode("div",Ci,t.toDisplayString(t.unref(o)("board.fixedArrowBinding")),1),t.createElementVNode("div",Fi,[t.createVNode(E2,{modelValue:_0.value,"onUpdate:modelValue":U[12]||(U[12]=N2=>_0.value=N2)},null,8,["modelValue"])])])):t.createCommentVNode("",!0),k2.value&&J()!=="arrowBold"?(t.openBlock(),t.createElementBlock("div",_i,[t.createElementVNode("div",Ii,t.toDisplayString(t.unref(o)("properties.startArrowhead")),1),t.createElementVNode("div",Vi,[t.createVNode(B6,{class:"svg-select",modelValue:z1.value,"onUpdate:modelValue":U[13]||(U[13]=N2=>z1.value=N2)},{label:t.withCtx(()=>[t.createElementVNode("div",Ni,[(t.openBlock(),t.createElementBlock("svg",Ai,[t.createElementVNode("use",{"xlink:href":C1.value},null,8,Ti)]))])]),default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(M0),N2=>(t.openBlock(),t.createBlock(H1,{key:N2.value,value:N2.value},{default:t.withCtx(()=>[t.createElementVNode("div",Li,[(t.openBlock(),t.createElementBlock("svg",Hi,[t.createElementVNode("use",{"xlink:href":N2.icon},null,8,Di)]))])]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue"])])])):t.createCommentVNode("",!0),k2.value&&J()!=="arrowBold"?(t.openBlock(),t.createElementBlock("div",$i,[t.createElementVNode("div",Pi,t.toDisplayString(t.unref(o)("properties.endArrowhead")),1),t.createElementVNode("div",Oi,[t.createVNode(B6,{class:"svg-select",modelValue:Y6.value,"onUpdate:modelValue":U[14]||(U[14]=N2=>Y6.value=N2)},{label:t.withCtx(()=>[t.createElementVNode("div",Ri,[(t.openBlock(),t.createElementBlock("svg",Wi,[t.createElementVNode("use",{"xlink:href":K1.value},null,8,Xi)]))])]),default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(M0),N2=>(t.openBlock(),t.createBlock(H1,{key:N2.value,value:N2.value},{default:t.withCtx(()=>[t.createElementVNode("div",Yi,[(t.openBlock(),t.createElementBlock("svg",ji,[t.createElementVNode("use",{"xlink:href":N2.icon},null,8,Ui)]))])]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue"])])])):t.createCommentVNode("",!0)],64)):t.createCommentVNode("",!0),t2.value?(t.openBlock(),t.createElementBlock(t.Fragment,{key:3},[U[40]||(U[40]=t.createElementVNode("div",{class:"divider"},null,-1)),t.createElementVNode("div",Qi,[t.createElementVNode("div",Zi,t.toDisplayString(t.unref(o)("properties.textSetting")),1)]),t.createElementVNode("div",Gi,[U[35]||(U[35]=t.createElementVNode("div",{class:"title"},"字体",-1)),t.createVNode(B6,{modelValue:X.value,"onUpdate:modelValue":U[15]||(U[15]=N2=>X.value=N2),placeholder:"请选择"},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(x.value,N2=>(t.openBlock(),t.createBlock(H1,{key:N2.value,label:N2.label,value:N2.value},null,8,["label","value"]))),128))]),_:1},8,["modelValue"])]),t.createElementVNode("div",Ki,[t.createElementVNode("div",Ji,t.toDisplayString(t.unref(o)("properties.style")),1),t.createElementVNode("div",eo,[t.createElementVNode("div",to,[t.createVNode(B6,{style:{width:"100%"},modelValue:S.value,"onUpdate:modelValue":U[16]||(U[16]=N2=>S.value=N2),placeholder:"请选择"},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(W.value,N2=>(t.openBlock(),t.createBlock(H1,{key:N2,label:N2,value:N2},null,8,["label","value"]))),128))]),_:1},8,["modelValue"]),t.createVNode(B6,{style:{width:"100%"},modelValue:v6.value,"onUpdate:modelValue":U[17]||(U[17]=N2=>v6.value=N2),onChange:F0},{default:t.withCtx(()=>[(t.openBlock(),t.createElementBlock(t.Fragment,null,t.renderList(_,N2=>t.createVNode(H1,{key:N2,label:N2,value:N2},null,8,["label","value"])),64))]),_:1},8,["modelValue"])]),t.createElementVNode("div",no,[t.createElementVNode("div",io,[U[36]||(U[36]=t.createElementVNode("svg",null,[t.createElementVNode("use",{"xlink:href":"#icon-hanggao"})],-1)),t.createVNode(z2,{modelValue:P.value,"onUpdate:modelValue":U[18]||(U[18]=N2=>P.value=N2),step:.1,min:.5,max:5,"controls-position":"right",style:{width:"100%"}},null,8,["modelValue"])]),t.createElementVNode("div",oo,[U[37]||(U[37]=t.createElementVNode("svg",null,[t.createElementVNode("use",{"xlink:href":"#icon-zijianju"})],-1)),t.createVNode(z2,{modelValue:j.value,"onUpdate:modelValue":U[19]||(U[19]=N2=>j.value=N2),step:1,min:-10,max:50,"controls-position":"right",style:{width:"100%"}},null,8,["modelValue"])])]),t.createVNode(G3),t.createVNode(K3)])]),t.createElementVNode("div",lo,[t.createElementVNode("div",ao,t.toDisplayString(t.unref(o)("properties.fontColor")),1),t.createVNode(u2,{color:p1.value,ref_key:"fontColorPickerRef",ref:k,options:{openGradual:!1,pickerButtonRef:u.value},onChange:Oe},{default:t.withCtx(({isGradual:N2,color:G0,alpha:I0})=>[t.createElementVNode("div",{class:"input-value-box",ref_key:"fontColorRef",ref:u,onClick:U[20]||(U[20]=e6=>me())},[p1.value=="transparent"||!p1.value?(t.openBlock(),t.createElementBlock("svg",so,[...U[38]||(U[38]=[t.createElementVNode("use",{"xlink:href":"#icon-wuyanse"},null,-1)])])):(t.openBlock(),t.createElementBlock("div",{key:1,class:"color-box",style:t.normalizeStyle({background:p1.value})},null,4)),t.createElementVNode("div",ro,t.toDisplayString(p1.value!="transparent"?p1.value.substring(0,7).toUpperCase():p1.value),1)],512)]),_:1},8,["color","options"])]),t.createElementVNode("div",co,[t.createElementVNode("div",ho,t.toDisplayString(t.unref(o)("properties.fontBgColor")),1),t.createVNode(u2,{color:Y1.value,ref_key:"fontBgColorPickerRef",ref:m,options:{openGradual:!1,pickerButtonRef:f.value},onChange:Re},{default:t.withCtx(({isGradual:N2,color:G0,alpha:I0})=>[t.createElementVNode("div",{class:"input-value-box",ref_key:"fontBgColorRef",ref:f,onClick:U[21]||(U[21]=e6=>p0())},[Y1.value=="transparent"||!Y1.value?(t.openBlock(),t.createElementBlock("svg",po,[...U[39]||(U[39]=[t.createElementVNode("use",{"xlink:href":"#icon-wuyanse"},null,-1)])])):(t.openBlock(),t.createElementBlock("div",{key:1,class:"color-box",style:t.normalizeStyle({background:Y1.value})},null,4)),t.createElementVNode("div",fo,t.toDisplayString(Y1.value!="transparent"?Y1.value.substring(0,7).toUpperCase():Y1.value),1)],512)]),_:1},8,["color","options"])])],64)):t.createCommentVNode("",!0)])]),_:1})],4)):t.createCommentVNode("",!0)}}}),[["__scopeId","data-v-38a1e475"]]);function xt(h,l,n){if(h&&h.length){const[o,s]=l,r=Math.PI/180*n,c=Math.cos(r),d=Math.sin(r);for(const f of h){const[u,m]=f;f[0]=(u-o)*c-(m-s)*d+o,f[1]=(u-o)*d+(m-s)*c+s}}}function mo(h,l){return h[0]===l[0]&&h[1]===l[1]}function go(h,l,n,o=1){const s=n,r=Math.max(l,.1),c=h[0]&&h[0][0]&&typeof h[0][0]=="number"?[h]:h,d=[0,0];if(s)for(const u of c)xt(u,d,s);const f=(function(u,m,k){const x=[];for(const D of u){const T=[...D];mo(T[0],T[T.length-1])||T.push([T[0][0],T[0][1]]),T.length>2&&x.push(T)}const w=[];m=Math.max(m,.1);const _=[];for(const D of x)for(let T=0;T<D.length-1;T++){const X=D[T],W=D[T+1];if(X[1]!==W[1]){const S=Math.min(X[1],W[1]);_.push({ymin:S,ymax:Math.max(X[1],W[1]),x:S===X[1]?X[0]:W[0],islope:(W[0]-X[0])/(W[1]-X[1])})}}if(_.sort(((D,T)=>D.ymin<T.ymin?-1:D.ymin>T.ymin?1:D.x<T.x?-1:D.x>T.x?1:D.ymax===T.ymax?0:(D.ymax-T.ymax)/Math.abs(D.ymax-T.ymax))),!_.length)return w;let A=[],I=_[0].ymin,H=0;for(;A.length||_.length;){if(_.length){let D=-1;for(let T=0;T<_.length&&!(_[T].ymin>I);T++)D=T;_.splice(0,D+1).forEach((T=>{A.push({s:I,edge:T})}))}if(A=A.filter((D=>!(D.edge.ymax<=I))),A.sort(((D,T)=>D.edge.x===T.edge.x?0:(D.edge.x-T.edge.x)/Math.abs(D.edge.x-T.edge.x))),(k!==1||H%m==0)&&A.length>1)for(let D=0;D<A.length;D+=2){const T=D+1;if(T>=A.length)break;const X=A[D].edge,W=A[T].edge;w.push([[Math.round(X.x),I],[Math.round(W.x),I]])}I+=k,A.forEach((D=>{D.edge.x=D.edge.x+k*D.edge.islope})),H++}return w})(c,r,o);if(s){for(const u of c)xt(u,d,-s);(function(u,m,k){const x=[];u.forEach((w=>x.push(...w))),xt(x,m,k)})(f,d,-s)}return f}function De(h,l){var n;const o=l.hachureAngle+90;let s=l.hachureGap;s<0&&(s=4*l.strokeWidth),s=Math.round(Math.max(s,.1));let r=1;return l.roughness>=1&&(((n=l.randomizer)===null||n===void 0?void 0:n.next())||Math.random())>.7&&(r=s),go(h,s,o,r||1)}class wt{constructor(l){this.helper=l}fillPolygons(l,n){return this._fillPolygons(l,n)}_fillPolygons(l,n){const o=De(l,n);return{type:"fillSketch",ops:this.renderLines(o,n)}}renderLines(l,n){const o=[];for(const s of l)o.push(...this.helper.doubleLineOps(s[0][0],s[0][1],s[1][0],s[1][1],n));return o}}function d4(h){const l=h[0],n=h[1];return Math.sqrt(Math.pow(l[0]-n[0],2)+Math.pow(l[1]-n[1],2))}class yo extends wt{fillPolygons(l,n){let o=n.hachureGap;o<0&&(o=4*n.strokeWidth),o=Math.max(o,.1);const s=De(l,Object.assign({},n,{hachureGap:o})),r=Math.PI/180*n.hachureAngle,c=[],d=.5*o*Math.cos(r),f=.5*o*Math.sin(r);for(const[u,m]of s)d4([u,m])&&c.push([[u[0]-d,u[1]+f],[...m]],[[u[0]+d,u[1]-f],[...m]]);return{type:"fillSketch",ops:this.renderLines(c,n)}}}class xo extends wt{fillPolygons(l,n){const o=this._fillPolygons(l,n),s=Object.assign({},n,{hachureAngle:n.hachureAngle+90}),r=this._fillPolygons(l,s);return o.ops=o.ops.concat(r.ops),o}}class wo{constructor(l){this.helper=l}fillPolygons(l,n){const o=De(l,n=Object.assign({},n,{hachureAngle:0}));return this.dotsOnLines(o,n)}dotsOnLines(l,n){const o=[];let s=n.hachureGap;s<0&&(s=4*n.strokeWidth),s=Math.max(s,.1);let r=n.fillWeight;r<0&&(r=n.strokeWidth/2);const c=s/4;for(const d of l){const f=d4(d),u=f/s,m=Math.ceil(u)-1,k=f-m*s,x=(d[0][0]+d[1][0])/2-s/4,w=Math.min(d[0][1],d[1][1]);for(let _=0;_<m;_++){const A=w+k+_*s,I=x-c+2*Math.random()*c,H=A-c+2*Math.random()*c,D=this.helper.ellipse(I,H,r,r,n);o.push(...D.ops)}}return{type:"fillSketch",ops:o}}}class bo{constructor(l){this.helper=l}fillPolygons(l,n){const o=De(l,n);return{type:"fillSketch",ops:this.dashedLine(o,n)}}dashedLine(l,n){const o=n.dashOffset<0?n.hachureGap<0?4*n.strokeWidth:n.hachureGap:n.dashOffset,s=n.dashGap<0?n.hachureGap<0?4*n.strokeWidth:n.hachureGap:n.dashGap,r=[];return l.forEach((c=>{const d=d4(c),f=Math.floor(d/(o+s)),u=(d+s-f*(o+s))/2;let m=c[0],k=c[1];m[0]>k[0]&&(m=c[1],k=c[0]);const x=Math.atan((k[1]-m[1])/(k[0]-m[0]));for(let w=0;w<f;w++){const _=w*(o+s),A=_+o,I=[m[0]+_*Math.cos(x)+u*Math.cos(x),m[1]+_*Math.sin(x)+u*Math.sin(x)],H=[m[0]+A*Math.cos(x)+u*Math.cos(x),m[1]+A*Math.sin(x)+u*Math.sin(x)];r.push(...this.helper.doubleLineOps(I[0],I[1],H[0],H[1],n))}})),r}}class vo{constructor(l){this.helper=l}fillPolygons(l,n){const o=n.hachureGap<0?4*n.strokeWidth:n.hachureGap,s=n.zigzagOffset<0?o:n.zigzagOffset,r=De(l,n=Object.assign({},n,{hachureGap:o+s}));return{type:"fillSketch",ops:this.zigzagLines(r,s,n)}}zigzagLines(l,n,o){const s=[];return l.forEach((r=>{const c=d4(r),d=Math.round(c/(2*n));let f=r[0],u=r[1];f[0]>u[0]&&(f=r[1],u=r[0]);const m=Math.atan((u[1]-f[1])/(u[0]-f[0]));for(let k=0;k<d;k++){const x=2*k*n,w=2*(k+1)*n,_=Math.sqrt(2*Math.pow(n,2)),A=[f[0]+x*Math.cos(m),f[1]+x*Math.sin(m)],I=[f[0]+w*Math.cos(m),f[1]+w*Math.sin(m)],H=[A[0]+_*Math.cos(m+Math.PI/4),A[1]+_*Math.sin(m+Math.PI/4)];s.push(...this.helper.doubleLineOps(A[0],A[1],H[0],H[1],o),...this.helper.doubleLineOps(H[0],H[1],I[0],I[1],o))}})),s}}const c6={};class So{constructor(l){this.seed=l}next(){return this.seed?(2**31-1&(this.seed=Math.imul(48271,this.seed)))/2**31:Math.random()}}const ko=0,bt=1,t8=2,h4={A:7,a:7,C:6,c:6,H:1,h:1,L:2,l:2,M:2,m:2,Q:4,q:4,S:4,s:4,T:2,t:2,V:1,v:1,Z:0,z:0};function vt(h,l){return h.type===l}function St(h){const l=[],n=(function(c){const d=new Array;for(;c!=="";)if(c.match(/^([ \t\r\n,]+)/))c=c.substr(RegExp.$1.length);else if(c.match(/^([aAcChHlLmMqQsStTvVzZ])/))d[d.length]={type:ko,text:RegExp.$1},c=c.substr(RegExp.$1.length);else{if(!c.match(/^(([-+]?[0-9]+(\.[0-9]*)?|[-+]?\.[0-9]+)([eE][-+]?[0-9]+)?)/))return[];d[d.length]={type:bt,text:`${parseFloat(RegExp.$1)}`},c=c.substr(RegExp.$1.length)}return d[d.length]={type:t8,text:""},d})(h);let o="BOD",s=0,r=n[s];for(;!vt(r,t8);){let c=0;const d=[];if(o==="BOD"){if(r.text!=="M"&&r.text!=="m")return St("M0,0"+h);s++,c=h4[r.text],o=r.text}else vt(r,bt)?c=h4[o]:(s++,c=h4[r.text],o=r.text);if(!(s+c<n.length))throw new Error("Path data ended short");for(let f=s;f<s+c;f++){const u=n[f];if(!vt(u,bt))throw new Error("Param not a number: "+o+","+u.text);d[d.length]=+u.text}if(typeof h4[o]!="number")throw new Error("Bad segment: "+o);{const f={key:o,data:d};l.push(f),s+=c,r=n[s],o==="M"&&(o="L"),o==="m"&&(o="l")}}return l}function n8(h){let l=0,n=0,o=0,s=0;const r=[];for(const{key:c,data:d}of h)switch(c){case"M":r.push({key:"M",data:[...d]}),[l,n]=d,[o,s]=d;break;case"m":l+=d[0],n+=d[1],r.push({key:"M",data:[l,n]}),o=l,s=n;break;case"L":r.push({key:"L",data:[...d]}),[l,n]=d;break;case"l":l+=d[0],n+=d[1],r.push({key:"L",data:[l,n]});break;case"C":r.push({key:"C",data:[...d]}),l=d[4],n=d[5];break;case"c":{const f=d.map(((u,m)=>m%2?u+n:u+l));r.push({key:"C",data:f}),l=f[4],n=f[5];break}case"Q":r.push({key:"Q",data:[...d]}),l=d[2],n=d[3];break;case"q":{const f=d.map(((u,m)=>m%2?u+n:u+l));r.push({key:"Q",data:f}),l=f[2],n=f[3];break}case"A":r.push({key:"A",data:[...d]}),l=d[5],n=d[6];break;case"a":l+=d[5],n+=d[6],r.push({key:"A",data:[d[0],d[1],d[2],d[3],d[4],l,n]});break;case"H":r.push({key:"H",data:[...d]}),l=d[0];break;case"h":l+=d[0],r.push({key:"H",data:[l]});break;case"V":r.push({key:"V",data:[...d]}),n=d[0];break;case"v":n+=d[0],r.push({key:"V",data:[n]});break;case"S":r.push({key:"S",data:[...d]}),l=d[2],n=d[3];break;case"s":{const f=d.map(((u,m)=>m%2?u+n:u+l));r.push({key:"S",data:f}),l=f[2],n=f[3];break}case"T":r.push({key:"T",data:[...d]}),l=d[0],n=d[1];break;case"t":l+=d[0],n+=d[1],r.push({key:"T",data:[l,n]});break;case"Z":case"z":r.push({key:"Z",data:[]}),l=o,n=s}return r}function i8(h){const l=[];let n="",o=0,s=0,r=0,c=0,d=0,f=0;for(const{key:u,data:m}of h){switch(u){case"M":l.push({key:"M",data:[...m]}),[o,s]=m,[r,c]=m;break;case"C":l.push({key:"C",data:[...m]}),o=m[4],s=m[5],d=m[2],f=m[3];break;case"L":l.push({key:"L",data:[...m]}),[o,s]=m;break;case"H":o=m[0],l.push({key:"L",data:[o,s]});break;case"V":s=m[0],l.push({key:"L",data:[o,s]});break;case"S":{let k=0,x=0;n==="C"||n==="S"?(k=o+(o-d),x=s+(s-f)):(k=o,x=s),l.push({key:"C",data:[k,x,...m]}),d=m[0],f=m[1],o=m[2],s=m[3];break}case"T":{const[k,x]=m;let w=0,_=0;n==="Q"||n==="T"?(w=o+(o-d),_=s+(s-f)):(w=o,_=s);const A=o+2*(w-o)/3,I=s+2*(_-s)/3,H=k+2*(w-k)/3,D=x+2*(_-x)/3;l.push({key:"C",data:[A,I,H,D,k,x]}),d=w,f=_,o=k,s=x;break}case"Q":{const[k,x,w,_]=m,A=o+2*(k-o)/3,I=s+2*(x-s)/3,H=w+2*(k-w)/3,D=_+2*(x-_)/3;l.push({key:"C",data:[A,I,H,D,w,_]}),d=k,f=x,o=w,s=_;break}case"A":{const k=Math.abs(m[0]),x=Math.abs(m[1]),w=m[2],_=m[3],A=m[4],I=m[5],H=m[6];k===0||x===0?(l.push({key:"C",data:[o,s,I,H,I,H]}),o=I,s=H):(o!==I||s!==H)&&(o8(o,s,I,H,k,x,w,_,A).forEach((function(D){l.push({key:"C",data:D})})),o=I,s=H);break}case"Z":l.push({key:"Z",data:[]}),o=r,s=c}n=u}return l}function $e(h,l,n){return[h*Math.cos(n)-l*Math.sin(n),h*Math.sin(n)+l*Math.cos(n)]}function o8(h,l,n,o,s,r,c,d,f,u){const m=(k=c,Math.PI*k/180);var k;let x=[],w=0,_=0,A=0,I=0;if(u)[w,_,A,I]=u;else{[h,l]=$e(h,l,-m),[n,o]=$e(n,o,-m);const i2=(h-n)/2,t2=(l-o)/2;let x2=i2*i2/(s*s)+t2*t2/(r*r);x2>1&&(x2=Math.sqrt(x2),s*=x2,r*=x2);const h2=s*s,y2=r*r,k2=h2*y2-h2*t2*t2-y2*i2*i2,C2=h2*t2*t2+y2*i2*i2,_2=(d===f?-1:1)*Math.sqrt(Math.abs(k2/C2));A=_2*s*t2/r+(h+n)/2,I=_2*-r*i2/s+(l+o)/2,w=Math.asin(parseFloat(((l-I)/r).toFixed(9))),_=Math.asin(parseFloat(((o-I)/r).toFixed(9))),h<A&&(w=Math.PI-w),n<A&&(_=Math.PI-_),w<0&&(w=2*Math.PI+w),_<0&&(_=2*Math.PI+_),f&&w>_&&(w-=2*Math.PI),!f&&_>w&&(_-=2*Math.PI)}let H=_-w;if(Math.abs(H)>120*Math.PI/180){const i2=_,t2=n,x2=o;_=f&&_>w?w+120*Math.PI/180*1:w+120*Math.PI/180*-1,x=o8(n=A+s*Math.cos(_),o=I+r*Math.sin(_),t2,x2,s,r,c,0,f,[_,i2,A,I])}H=_-w;const D=Math.cos(w),T=Math.sin(w),X=Math.cos(_),W=Math.sin(_),S=Math.tan(H/4),P=4/3*s*S,j=4/3*r*S,J=[h,l],l2=[h+P*T,l-j*D],s2=[n+P*W,o-j*X],I2=[n,o];if(l2[0]=2*J[0]-l2[0],l2[1]=2*J[1]-l2[1],u)return[l2,s2,I2].concat(x);{x=[l2,s2,I2].concat(x);const i2=[];for(let t2=0;t2<x.length;t2+=3){const x2=$e(x[t2][0],x[t2][1],m),h2=$e(x[t2+1][0],x[t2+1][1],m),y2=$e(x[t2+2][0],x[t2+2][1],m);i2.push([x2[0],x2[1],h2[0],h2[1],y2[0],y2[1]])}return i2}}const Eo={randOffset:function(h,l){return Y2(h,l)},randOffsetWithRange:function(h,l,n){return f4(h,l,n)},ellipse:function(h,l,n,o,s){const r=s8(n,o,s);return kt(h,l,s,r).opset},doubleLineOps:function(h,l,n,o,s){return q0(h,l,n,o,s,!0)}};function l8(h,l,n,o,s){return{type:"path",ops:q0(h,l,n,o,s)}}function p4(h,l,n){const o=(h||[]).length;if(o>2){const s=[];for(let r=0;r<o-1;r++)s.push(...q0(h[r][0],h[r][1],h[r+1][0],h[r+1][1],n));return l&&s.push(...q0(h[o-1][0],h[o-1][1],h[0][0],h[0][1],n)),{type:"path",ops:s}}return o===2?l8(h[0][0],h[0][1],h[1][0],h[1][1],n):{type:"path",ops:[]}}function Bo(h,l,n,o,s){return(function(r,c){return p4(r,!0,c)})([[h,l],[h+n,l],[h+n,l+o],[h,l+o]],s)}function a8(h,l){if(h.length){const n=typeof h[0][0]=="number"?[h]:h,o=u4(n[0],1*(1+.2*l.roughness),l),s=l.disableMultiStroke?[]:u4(n[0],1.5*(1+.22*l.roughness),d8(l));for(let r=1;r<n.length;r++){const c=n[r];if(c.length){const d=u4(c,1*(1+.2*l.roughness),l),f=l.disableMultiStroke?[]:u4(c,1.5*(1+.22*l.roughness),d8(l));for(const u of d)u.op!=="move"&&o.push(u);for(const u of f)u.op!=="move"&&s.push(u)}}return{type:"path",ops:o.concat(s)}}return{type:"path",ops:[]}}function s8(h,l,n){const o=Math.sqrt(2*Math.PI*Math.sqrt((Math.pow(h/2,2)+Math.pow(l/2,2))/2)),s=Math.ceil(Math.max(n.curveStepCount,n.curveStepCount/Math.sqrt(200)*o)),r=2*Math.PI/s;let c=Math.abs(h/2),d=Math.abs(l/2);const f=1-n.curveFitting;return c+=Y2(c*f,n),d+=Y2(d*f,n),{increment:r,rx:c,ry:d}}function kt(h,l,n,o){const[s,r]=p8(o.increment,h,l,o.rx,o.ry,1,o.increment*f4(.1,f4(.4,1,n),n),n);let c=m4(s,null,n);if(!n.disableMultiStroke&&n.roughness!==0){const[d]=p8(o.increment,h,l,o.rx,o.ry,1.5,0,n),f=m4(d,null,n);c=c.concat(f)}return{estimatedPoints:r,opset:{type:"path",ops:c}}}function r8(h,l,n,o,s,r,c,d,f){const u=h,m=l;let k=Math.abs(n/2),x=Math.abs(o/2);k+=Y2(.01*k,f),x+=Y2(.01*x,f);let w=s,_=r;for(;w<0;)w+=2*Math.PI,_+=2*Math.PI;_-w>2*Math.PI&&(w=0,_=2*Math.PI);const A=2*Math.PI/f.curveStepCount,I=Math.min(A/2,(_-w)/2),H=f8(I,u,m,k,x,w,_,1,f);if(!f.disableMultiStroke){const D=f8(I,u,m,k,x,w,_,1.5,f);H.push(...D)}return c&&(d?H.push(...q0(u,m,u+k*Math.cos(w),m+x*Math.sin(w),f),...q0(u,m,u+k*Math.cos(_),m+x*Math.sin(_),f)):H.push({op:"lineTo",data:[u,m]},{op:"lineTo",data:[u+k*Math.cos(w),m+x*Math.sin(w)]})),{type:"path",ops:H}}function c8(h,l){const n=i8(n8(St(h))),o=[];let s=[0,0],r=[0,0];for(const{key:c,data:d}of n)switch(c){case"M":r=[d[0],d[1]],s=[d[0],d[1]];break;case"L":o.push(...q0(r[0],r[1],d[0],d[1],l)),r=[d[0],d[1]];break;case"C":{const[f,u,m,k,x,w]=d;o.push(...zo(f,u,m,k,x,w,r,l)),r=[x,w];break}case"Z":o.push(...q0(r[0],r[1],s[0],s[1],l)),r=[s[0],s[1]]}return{type:"path",ops:o}}function Et(h,l){const n=[];for(const o of h)if(o.length){const s=l.maxRandomnessOffset||0,r=o.length;if(r>2){n.push({op:"move",data:[o[0][0]+Y2(s,l),o[0][1]+Y2(s,l)]});for(let c=1;c<r;c++)n.push({op:"lineTo",data:[o[c][0]+Y2(s,l),o[c][1]+Y2(s,l)]})}}return{type:"fillPath",ops:n}}function fe(h,l){return(function(n,o){let s=n.fillStyle||"hachure";if(!c6[s])switch(s){case"zigzag":c6[s]||(c6[s]=new yo(o));break;case"cross-hatch":c6[s]||(c6[s]=new xo(o));break;case"dots":c6[s]||(c6[s]=new wo(o));break;case"dashed":c6[s]||(c6[s]=new bo(o));break;case"zigzag-line":c6[s]||(c6[s]=new vo(o));break;default:s="hachure",c6[s]||(c6[s]=new wt(o))}return c6[s]})(l,Eo).fillPolygons(h,l)}function d8(h){const l=Object.assign({},h);return l.randomizer=void 0,h.seed&&(l.seed=h.seed+1),l}function h8(h){return h.randomizer||(h.randomizer=new So(h.seed||0)),h.randomizer.next()}function f4(h,l,n,o=1){return n.roughness*o*(h8(n)*(l-h)+h)}function Y2(h,l,n=1){return f4(-h,h,l,n)}function q0(h,l,n,o,s,r=!1){const c=r?s.disableMultiStrokeFill:s.disableMultiStroke,d=Bt(h,l,n,o,s,!0,!1);if(c)return d;const f=Bt(h,l,n,o,s,!0,!0);return d.concat(f)}function Bt(h,l,n,o,s,r,c){const d=Math.pow(h-n,2)+Math.pow(l-o,2),f=Math.sqrt(d);let u=1;u=f<200?1:f>500?.4:-.0016668*f+1.233334;let m=s.maxRandomnessOffset||0;m*m*100>d&&(m=f/10);const k=m/2,x=.2+.2*h8(s);let w=s.bowing*s.maxRandomnessOffset*(o-l)/200,_=s.bowing*s.maxRandomnessOffset*(h-n)/200;w=Y2(w,s,u),_=Y2(_,s,u);const A=[],I=()=>Y2(k,s,u),H=()=>Y2(m,s,u),D=s.preserveVertices;return c?A.push({op:"move",data:[h+(D?0:I()),l+(D?0:I())]}):A.push({op:"move",data:[h+(D?0:Y2(m,s,u)),l+(D?0:Y2(m,s,u))]}),c?A.push({op:"bcurveTo",data:[w+h+(n-h)*x+I(),_+l+(o-l)*x+I(),w+h+2*(n-h)*x+I(),_+l+2*(o-l)*x+I(),n+(D?0:I()),o+(D?0:I())]}):A.push({op:"bcurveTo",data:[w+h+(n-h)*x+H(),_+l+(o-l)*x+H(),w+h+2*(n-h)*x+H(),_+l+2*(o-l)*x+H(),n+(D?0:H()),o+(D?0:H())]}),A}function u4(h,l,n){if(!h.length)return[];const o=[];o.push([h[0][0]+Y2(l,n),h[0][1]+Y2(l,n)]),o.push([h[0][0]+Y2(l,n),h[0][1]+Y2(l,n)]);for(let s=1;s<h.length;s++)o.push([h[s][0]+Y2(l,n),h[s][1]+Y2(l,n)]),s===h.length-1&&o.push([h[s][0]+Y2(l,n),h[s][1]+Y2(l,n)]);return m4(o,null,n)}function m4(h,l,n){const o=h.length,s=[];if(o>3){const r=[],c=1-n.curveTightness;s.push({op:"move",data:[h[1][0],h[1][1]]});for(let d=1;d+2<o;d++){const f=h[d];r[0]=[f[0],f[1]],r[1]=[f[0]+(c*h[d+1][0]-c*h[d-1][0])/6,f[1]+(c*h[d+1][1]-c*h[d-1][1])/6],r[2]=[h[d+1][0]+(c*h[d][0]-c*h[d+2][0])/6,h[d+1][1]+(c*h[d][1]-c*h[d+2][1])/6],r[3]=[h[d+1][0],h[d+1][1]],s.push({op:"bcurveTo",data:[r[1][0],r[1][1],r[2][0],r[2][1],r[3][0],r[3][1]]})}}else o===3?(s.push({op:"move",data:[h[1][0],h[1][1]]}),s.push({op:"bcurveTo",data:[h[1][0],h[1][1],h[2][0],h[2][1],h[2][0],h[2][1]]})):o===2&&s.push(...Bt(h[0][0],h[0][1],h[1][0],h[1][1],n,!0,!0));return s}function p8(h,l,n,o,s,r,c,d){const f=[],u=[];if(d.roughness===0){h/=4,u.push([l+o*Math.cos(-h),n+s*Math.sin(-h)]);for(let m=0;m<=2*Math.PI;m+=h){const k=[l+o*Math.cos(m),n+s*Math.sin(m)];f.push(k),u.push(k)}u.push([l+o*Math.cos(0),n+s*Math.sin(0)]),u.push([l+o*Math.cos(h),n+s*Math.sin(h)])}else{const m=Y2(.5,d)-Math.PI/2;u.push([Y2(r,d)+l+.9*o*Math.cos(m-h),Y2(r,d)+n+.9*s*Math.sin(m-h)]);const k=2*Math.PI+m-.01;for(let x=m;x<k;x+=h){const w=[Y2(r,d)+l+o*Math.cos(x),Y2(r,d)+n+s*Math.sin(x)];f.push(w),u.push(w)}u.push([Y2(r,d)+l+o*Math.cos(m+2*Math.PI+.5*c),Y2(r,d)+n+s*Math.sin(m+2*Math.PI+.5*c)]),u.push([Y2(r,d)+l+.98*o*Math.cos(m+c),Y2(r,d)+n+.98*s*Math.sin(m+c)]),u.push([Y2(r,d)+l+.9*o*Math.cos(m+.5*c),Y2(r,d)+n+.9*s*Math.sin(m+.5*c)])}return[u,f]}function f8(h,l,n,o,s,r,c,d,f){const u=r+Y2(.1,f),m=[];m.push([Y2(d,f)+l+.9*o*Math.cos(u-h),Y2(d,f)+n+.9*s*Math.sin(u-h)]);for(let k=u;k<=c;k+=h)m.push([Y2(d,f)+l+o*Math.cos(k),Y2(d,f)+n+s*Math.sin(k)]);return m.push([l+o*Math.cos(c),n+s*Math.sin(c)]),m.push([l+o*Math.cos(c),n+s*Math.sin(c)]),m4(m,null,f)}function zo(h,l,n,o,s,r,c,d){const f=[],u=[d.maxRandomnessOffset||1,(d.maxRandomnessOffset||1)+.3];let m=[0,0];const k=d.disableMultiStroke?1:2,x=d.preserveVertices;for(let w=0;w<k;w++)w===0?f.push({op:"move",data:[c[0],c[1]]}):f.push({op:"move",data:[c[0]+(x?0:Y2(u[0],d)),c[1]+(x?0:Y2(u[0],d))]}),m=x?[s,r]:[s+Y2(u[w],d),r+Y2(u[w],d)],f.push({op:"bcurveTo",data:[h+Y2(u[w],d),l+Y2(u[w],d),n+Y2(u[w],d),o+Y2(u[w],d),m[0],m[1]]});return f}function Pe(h){return[...h]}function u8(h,l=0){const n=h.length;if(n<3)throw new Error("A curve must have at least three points.");const o=[];if(n===3)o.push(Pe(h[0]),Pe(h[1]),Pe(h[2]),Pe(h[2]));else{const s=[];s.push(h[0],h[0]);for(let d=1;d<h.length;d++)s.push(h[d]),d===h.length-1&&s.push(h[d]);const r=[],c=1-l;o.push(Pe(s[0]));for(let d=1;d+2<s.length;d++){const f=s[d];r[0]=[f[0],f[1]],r[1]=[f[0]+(c*s[d+1][0]-c*s[d-1][0])/6,f[1]+(c*s[d+1][1]-c*s[d-1][1])/6],r[2]=[s[d+1][0]+(c*s[d][0]-c*s[d+2][0])/6,s[d+1][1]+(c*s[d][1]-c*s[d+2][1])/6],r[3]=[s[d+1][0],s[d+1][1]],o.push(r[1],r[2],r[3])}}return o}function g4(h,l){return Math.pow(h[0]-l[0],2)+Math.pow(h[1]-l[1],2)}function Mo(h,l,n){const o=g4(l,n);if(o===0)return g4(h,l);let s=((h[0]-l[0])*(n[0]-l[0])+(h[1]-l[1])*(n[1]-l[1]))/o;return s=Math.max(0,Math.min(1,s)),g4(h,W0(l,n,s))}function W0(h,l,n){return[h[0]+(l[0]-h[0])*n,h[1]+(l[1]-h[1])*n]}function zt(h,l,n,o){const s=o||[];if((function(d,f){const u=d[f+0],m=d[f+1],k=d[f+2],x=d[f+3];let w=3*m[0]-2*u[0]-x[0];w*=w;let _=3*m[1]-2*u[1]-x[1];_*=_;let A=3*k[0]-2*x[0]-u[0];A*=A;let I=3*k[1]-2*x[1]-u[1];return I*=I,w<A&&(w=A),_<I&&(_=I),w+_})(h,l)<n){const d=h[l+0];s.length?(r=s[s.length-1],c=d,Math.sqrt(g4(r,c))>1&&s.push(d)):s.push(d),s.push(h[l+3])}else{const f=h[l+0],u=h[l+1],m=h[l+2],k=h[l+3],x=W0(f,u,.5),w=W0(u,m,.5),_=W0(m,k,.5),A=W0(x,w,.5),I=W0(w,_,.5),H=W0(A,I,.5);zt([f,x,A,H],0,n,s),zt([H,I,_,k],0,n,s)}var r,c;return s}function qo(h,l){return y4(h,0,h.length,l)}function y4(h,l,n,o,s){const r=s||[],c=h[l],d=h[n-1];let f=0,u=1;for(let m=l+1;m<n-1;++m){const k=Mo(h[m],c,d);k>f&&(f=k,u=m)}return Math.sqrt(f)>o?(y4(h,l,u+1,o,r),y4(h,u,n,o,r)):(r.length||r.push(c),r.push(d)),r}function Mt(h,l=.15,n){const o=[],s=(h.length-1)/3;for(let r=0;r<s;r++)zt(h,3*r,l,o);return n&&n>0?y4(o,0,o.length,n):o}const b6="none";class x4{constructor(l){this.defaultOptions={maxRandomnessOffset:2,roughness:1,bowing:1,stroke:"#000",strokeWidth:1,curveTightness:0,curveFitting:.95,curveStepCount:9,fillStyle:"hachure",fillWeight:-1,hachureAngle:-41,hachureGap:-1,dashOffset:-1,dashGap:-1,zigzagOffset:-1,seed:0,disableMultiStroke:!1,disableMultiStrokeFill:!1,preserveVertices:!1,fillShapeRoughnessGain:.8},this.config=l||{},this.config.options&&(this.defaultOptions=this._o(this.config.options))}static newSeed(){return Math.floor(Math.random()*2**31)}_o(l){return l?Object.assign({},this.defaultOptions,l):this.defaultOptions}_d(l,n,o){return{shape:l,sets:n||[],options:o||this.defaultOptions}}line(l,n,o,s,r){const c=this._o(r);return this._d("line",[l8(l,n,o,s,c)],c)}rectangle(l,n,o,s,r){const c=this._o(r),d=[],f=Bo(l,n,o,s,c);if(c.fill){const u=[[l,n],[l+o,n],[l+o,n+s],[l,n+s]];c.fillStyle==="solid"?d.push(Et([u],c)):d.push(fe([u],c))}return c.stroke!==b6&&d.push(f),this._d("rectangle",d,c)}ellipse(l,n,o,s,r){const c=this._o(r),d=[],f=s8(o,s,c),u=kt(l,n,c,f);if(c.fill)if(c.fillStyle==="solid"){const m=kt(l,n,c,f).opset;m.type="fillPath",d.push(m)}else d.push(fe([u.estimatedPoints],c));return c.stroke!==b6&&d.push(u.opset),this._d("ellipse",d,c)}circle(l,n,o,s){const r=this.ellipse(l,n,o,o,s);return r.shape="circle",r}linearPath(l,n){const o=this._o(n);return this._d("linearPath",[p4(l,!1,o)],o)}arc(l,n,o,s,r,c,d=!1,f){const u=this._o(f),m=[],k=r8(l,n,o,s,r,c,d,!0,u);if(d&&u.fill)if(u.fillStyle==="solid"){const x=Object.assign({},u);x.disableMultiStroke=!0;const w=r8(l,n,o,s,r,c,!0,!1,x);w.type="fillPath",m.push(w)}else m.push((function(x,w,_,A,I,H,D){const T=x,X=w;let W=Math.abs(_/2),S=Math.abs(A/2);W+=Y2(.01*W,D),S+=Y2(.01*S,D);let P=I,j=H;for(;P<0;)P+=2*Math.PI,j+=2*Math.PI;j-P>2*Math.PI&&(P=0,j=2*Math.PI);const J=(j-P)/D.curveStepCount,l2=[];for(let s2=P;s2<=j;s2+=J)l2.push([T+W*Math.cos(s2),X+S*Math.sin(s2)]);return l2.push([T+W*Math.cos(j),X+S*Math.sin(j)]),l2.push([T,X]),fe([l2],D)})(l,n,o,s,r,c,u));return u.stroke!==b6&&m.push(k),this._d("arc",m,u)}curve(l,n){const o=this._o(n),s=[],r=a8(l,o);if(o.fill&&o.fill!==b6)if(o.fillStyle==="solid"){const c=a8(l,Object.assign(Object.assign({},o),{disableMultiStroke:!0,roughness:o.roughness?o.roughness+o.fillShapeRoughnessGain:0}));s.push({type:"fillPath",ops:this._mergedShape(c.ops)})}else{const c=[],d=l;if(d.length){const f=typeof d[0][0]=="number"?[d]:d;for(const u of f)u.length<3?c.push(...u):u.length===3?c.push(...Mt(u8([u[0],u[0],u[1],u[2]]),10,(1+o.roughness)/2)):c.push(...Mt(u8(u),10,(1+o.roughness)/2))}c.length&&s.push(fe([c],o))}return o.stroke!==b6&&s.push(r),this._d("curve",s,o)}polygon(l,n){const o=this._o(n),s=[],r=p4(l,!0,o);return o.fill&&(o.fillStyle==="solid"?s.push(Et([l],o)):s.push(fe([l],o))),o.stroke!==b6&&s.push(r),this._d("polygon",s,o)}path(l,n){const o=this._o(n),s=[];if(!l)return this._d("path",s,o);l=(l||"").replace(/\n/g," ").replace(/(-\s)/g,"-").replace("/(ss)/g"," ");const r=o.fill&&o.fill!=="transparent"&&o.fill!==b6,c=o.stroke!==b6,d=!!(o.simplification&&o.simplification<1),f=(function(m,k,x){const w=i8(n8(St(m))),_=[];let A=[],I=[0,0],H=[];const D=()=>{H.length>=4&&A.push(...Mt(H,k)),H=[]},T=()=>{D(),A.length&&(_.push(A),A=[])};for(const{key:W,data:S}of w)switch(W){case"M":T(),I=[S[0],S[1]],A.push(I);break;case"L":D(),A.push([S[0],S[1]]);break;case"C":if(!H.length){const P=A.length?A[A.length-1]:I;H.push([P[0],P[1]])}H.push([S[0],S[1]]),H.push([S[2],S[3]]),H.push([S[4],S[5]]);break;case"Z":D(),A.push([I[0],I[1]])}if(T(),!x)return _;const X=[];for(const W of _){const S=qo(W,x);S.length&&X.push(S)}return X})(l,1,d?4-4*(o.simplification||1):(1+o.roughness)/2),u=c8(l,o);if(r)if(o.fillStyle==="solid")if(f.length===1){const m=c8(l,Object.assign(Object.assign({},o),{disableMultiStroke:!0,roughness:o.roughness?o.roughness+o.fillShapeRoughnessGain:0}));s.push({type:"fillPath",ops:this._mergedShape(m.ops)})}else s.push(Et(f,o));else s.push(fe(f,o));return c&&(d?f.forEach((m=>{s.push(p4(m,!1,o))})):s.push(u)),this._d("path",s,o)}opsToPath(l,n){let o="";for(const s of l.ops){const r=typeof n=="number"&&n>=0?s.data.map((c=>+c.toFixed(n))):s.data;switch(s.op){case"move":o+=`M${r[0]} ${r[1]} `;break;case"bcurveTo":o+=`C${r[0]} ${r[1]}, ${r[2]} ${r[3]}, ${r[4]} ${r[5]} `;break;case"lineTo":o+=`L${r[0]} ${r[1]} `}}return o.trim()}toPaths(l){const n=l.sets||[],o=l.options||this.defaultOptions,s=[];for(const r of n){let c=null;switch(r.type){case"path":c={d:this.opsToPath(r),stroke:o.stroke,strokeWidth:o.strokeWidth,fill:b6};break;case"fillPath":c={d:this.opsToPath(r),stroke:b6,strokeWidth:0,fill:o.fill||b6};break;case"fillSketch":c=this.fillSketch(r,o)}c&&s.push(c)}return s}fillSketch(l,n){let o=n.fillWeight;return o<0&&(o=n.strokeWidth/2),{d:this.opsToPath(l),stroke:n.fill||b6,strokeWidth:o,fill:b6}}_mergedShape(l){return l.filter(((n,o)=>o===0||n.op!=="move"))}}class Co{constructor(l,n){this.canvas=l,this.ctx=this.canvas.getContext("2d"),this.gen=new x4(n)}draw(l){const n=l.sets||[],o=l.options||this.getDefaultOptions(),s=this.ctx,r=l.options.fixedDecimalPlaceDigits;for(const c of n)switch(c.type){case"path":s.save(),s.strokeStyle=o.stroke==="none"?"transparent":o.stroke,s.lineWidth=o.strokeWidth,o.strokeLineDash&&s.setLineDash(o.strokeLineDash),o.strokeLineDashOffset&&(s.lineDashOffset=o.strokeLineDashOffset),this._drawToContext(s,c,r),s.restore();break;case"fillPath":{s.save(),s.fillStyle=o.fill||"";const d=l.shape==="curve"||l.shape==="polygon"||l.shape==="path"?"evenodd":"nonzero";this._drawToContext(s,c,r,d),s.restore();break}case"fillSketch":this.fillSketch(s,c,o)}}fillSketch(l,n,o){let s=o.fillWeight;s<0&&(s=o.strokeWidth/2),l.save(),o.fillLineDash&&l.setLineDash(o.fillLineDash),o.fillLineDashOffset&&(l.lineDashOffset=o.fillLineDashOffset),l.strokeStyle=o.fill||"",l.lineWidth=s,this._drawToContext(l,n,o.fixedDecimalPlaceDigits),l.restore()}_drawToContext(l,n,o,s="nonzero"){l.beginPath();for(const r of n.ops){const c=typeof o=="number"&&o>=0?r.data.map((d=>+d.toFixed(o))):r.data;switch(r.op){case"move":l.moveTo(c[0],c[1]);break;case"bcurveTo":l.bezierCurveTo(c[0],c[1],c[2],c[3],c[4],c[5]);break;case"lineTo":l.lineTo(c[0],c[1])}}n.type==="fillPath"?l.fill(s):l.stroke()}get generator(){return this.gen}getDefaultOptions(){return this.gen.defaultOptions}line(l,n,o,s,r){const c=this.gen.line(l,n,o,s,r);return this.draw(c),c}rectangle(l,n,o,s,r){const c=this.gen.rectangle(l,n,o,s,r);return this.draw(c),c}ellipse(l,n,o,s,r){const c=this.gen.ellipse(l,n,o,s,r);return this.draw(c),c}circle(l,n,o,s){const r=this.gen.circle(l,n,o,s);return this.draw(r),r}linearPath(l,n){const o=this.gen.linearPath(l,n);return this.draw(o),o}polygon(l,n){const o=this.gen.polygon(l,n);return this.draw(o),o}arc(l,n,o,s,r,c,d=!1,f){const u=this.gen.arc(l,n,o,s,r,c,d,f);return this.draw(u),u}curve(l,n){const o=this.gen.curve(l,n);return this.draw(o),o}path(l,n){const o=this.gen.path(l,n);return this.draw(o),o}}const w4="http://www.w3.org/2000/svg";class Fo{constructor(l,n){this.svg=l,this.gen=new x4(n)}draw(l){const n=l.sets||[],o=l.options||this.getDefaultOptions(),s=this.svg.ownerDocument||window.document,r=s.createElementNS(w4,"g"),c=l.options.fixedDecimalPlaceDigits;for(const d of n){let f=null;switch(d.type){case"path":f=s.createElementNS(w4,"path"),f.setAttribute("d",this.opsToPath(d,c)),f.setAttribute("stroke",o.stroke),f.setAttribute("stroke-width",o.strokeWidth+""),f.setAttribute("fill","none"),o.strokeLineDash&&f.setAttribute("stroke-dasharray",o.strokeLineDash.join(" ").trim()),o.strokeLineDashOffset&&f.setAttribute("stroke-dashoffset",`${o.strokeLineDashOffset}`);break;case"fillPath":f=s.createElementNS(w4,"path"),f.setAttribute("d",this.opsToPath(d,c)),f.setAttribute("stroke","none"),f.setAttribute("stroke-width","0"),f.setAttribute("fill",o.fill||""),l.shape!=="curve"&&l.shape!=="polygon"||f.setAttribute("fill-rule","evenodd");break;case"fillSketch":f=this.fillSketch(s,d,o)}f&&r.appendChild(f)}return r}fillSketch(l,n,o){let s=o.fillWeight;s<0&&(s=o.strokeWidth/2);const r=l.createElementNS(w4,"path");return r.setAttribute("d",this.opsToPath(n,o.fixedDecimalPlaceDigits)),r.setAttribute("stroke",o.fill||""),r.setAttribute("stroke-width",s+""),r.setAttribute("fill","none"),o.fillLineDash&&r.setAttribute("stroke-dasharray",o.fillLineDash.join(" ").trim()),o.fillLineDashOffset&&r.setAttribute("stroke-dashoffset",`${o.fillLineDashOffset}`),r}get generator(){return this.gen}getDefaultOptions(){return this.gen.defaultOptions}opsToPath(l,n){return this.gen.opsToPath(l,n)}line(l,n,o,s,r){const c=this.gen.line(l,n,o,s,r);return this.draw(c)}rectangle(l,n,o,s,r){const c=this.gen.rectangle(l,n,o,s,r);return this.draw(c)}ellipse(l,n,o,s,r){const c=this.gen.ellipse(l,n,o,s,r);return this.draw(c)}circle(l,n,o,s){const r=this.gen.circle(l,n,o,s);return this.draw(r)}linearPath(l,n){const o=this.gen.linearPath(l,n);return this.draw(o)}polygon(l,n){const o=this.gen.polygon(l,n);return this.draw(o)}arc(l,n,o,s,r,c,d=!1,f){const u=this.gen.arc(l,n,o,s,r,c,d,f);return this.draw(u)}curve(l,n){const o=this.gen.curve(l,n);return this.draw(o)}path(l,n){const o=this.gen.path(l,n);return this.draw(o)}}var _o={canvas:(h,l)=>new Co(h,l),svg:(h,l)=>new Fo(h,l),generator:h=>new x4(h),newSeed:()=>x4.newSeed()};const b4=new Map,Io=(h,l,n,o,s,r,c)=>{if(c==="none")return;const d=l.width/r,f=l.height/r,u=-n,m=-o,k=u+d/s,x=m+f/s,w=20,_=Math.floor(u/w)*w,A=Math.floor(m/w)*w;if(h.save(),c==="dot"){h.fillStyle="#cccccc";const I=1.5/s;h.beginPath();for(let H=_;H<k;H+=w)for(let D=A;D<x;D+=w)h.moveTo(H+I,D),h.arc(H,D,I,0,Math.PI*2);h.fill()}else if(c==="solid"||c==="grid"||c==="line"){h.lineWidth=1/s;const H="#cccccc",D="#e0e0e0";if(h.beginPath(),s>.49){h.strokeStyle=D,h.setLineDash([4/s,4/s]);for(let T=_;T<k;T+=w)Math.abs(T%(w*5))<.1||(h.moveTo(T,m),h.lineTo(T,x));for(let T=A;T<x;T+=w)Math.abs(T%(w*5))<.1||(h.moveTo(u,T),h.lineTo(k,T));h.stroke()}h.beginPath(),h.strokeStyle=H,h.setLineDash([]);for(let T=_;T<k;T+=w)Math.abs(T%(w*5))>=.1||(h.moveTo(T,m),h.lineTo(T,x));for(let T=A;T<x;T+=w)Math.abs(T%(w*5))>=.1||(h.moveTo(u,T),h.lineTo(k,T));h.stroke()}h.restore()},Vo=(h,l,n,o,s,r={},c=null,d={},f=null,u={},m="none",k="#FFFFFF",x={},w=null)=>{const _=h.getContext("2d");if(!_)return;const A=_o.canvas(h);_.clearRect(0,0,h.width,h.height),_.fillStyle=k,_.fillRect(0,0,h.width,h.height);const I=window.devicePixelRatio||1;_.save(),_.scale(I,I),_.scale(s,s),_.translate(n,o),Io(_,h,n,o,s,I,m);const H=[],D=[],T=[],X=[],W={};l.forEach(t2=>{if(t2.isDeleted)return;const x2=t2.frameId;x2&&(W[x2]||(W[x2]=[]),W[x2].push(t2))});const S=new Set;l.forEach(t2=>{if(!(t2.isDeleted||S.has(t2.id)))if(t2.type==="frame"){X.push(t2),S.add(t2.id);const x2=W[t2.id];x2&&x2.forEach(h2=>{S.has(h2.id)||(X.push(h2),S.add(h2.id))})}else t2.frameId||(X.push(t2),S.add(t2.id))}),l.forEach(t2=>{!t2.isDeleted&&!S.has(t2.id)&&(X.push(t2),S.add(t2.id))}),X.forEach(t2=>{if(c&&t2.id===c&&t2.type!=="frame"&&t2.type!=="text")return;const x2=t2.containerId;t2.type==="arrow"||t2.type==="line"?T.push(t2):r[t2.id]||x2&&r[x2]?D.push(t2):H.push(t2)}),H.forEach(t2=>{const x2=(f?t2.id===f:!1)||u[t2.id],h2=c===t2.id;qt(A,_,t2,l,!1,d[t2.id],"dashed",x2,h2,x,w,c)});const P=T.filter(t2=>r[t2.id]),j=[...D,...P],J=j.length,l2=J===2?j.find(t2=>t2.type==="text"&&t2.containerId):null,s2=!!(l2&&j.find(t2=>t2.id===l2.containerId)),I2=J>1&&j[0]&&!!j[0].groupIds.find(t2=>j.every(x2=>x2.groupIds.includes(t2))),i2=J>1&&!s2?"solid":"dashed";if(D.forEach(t2=>{const x2=t2.frameId,h2=x2&&r[x2],y2=r[t2.id],k2=J===1||!I2&&(!!y2||!h2),C2=(f?t2.id===f:!1)||u[t2.id],_2=c===t2.id;qt(A,_,t2,l,k2,d[t2.id],i2,C2,_2,x,w,c)}),T.forEach(t2=>{let x2=!!r[t2.id];(J===1&&x2||J>1&&I2)&&(x2=!1);const h2=(f?t2.id===f:!1)||u[t2.id],y2=c===t2.id;qt(A,_,t2,l,x2,d[t2.id],i2,h2,y2,x,w,c)}),J>1&&!s2){const t2=pe(j);t2&&(_.save(),_.translate(t2.minX,t2.minY),_.strokeStyle="#6965db",_.lineWidth=1,_.setLineDash([5,5]),_.strokeRect(-4,-4,t2.width+8,t2.height+8),_.restore())}_.restore()},m8=(h,l)=>{if(!h||h==="transparent")return"rgba(0,0,0,0)";if(h.startsWith("rgb"))return h;let n=h.replace("#","");if(n.length===3&&(n=n.split("").map(o=>o+o).join("")),n.length>=6){const o=parseInt(n.substring(0,2),16),s=parseInt(n.substring(2,4),16),r=parseInt(n.substring(4,6),16);return`rgba(${o}, ${s}, ${r}, ${l})`}return h},g8=(h,l,n,o,s,r,c)=>{if(!l||l==="none"||l==="line")return;const[d,f]=n,u=15,m=Math.PI/6,k="#ffffff",x=s?o+Math.PI:o;if(l==="arrow"){const w=d-u*Math.cos(x-m),_=f-u*Math.sin(x-m),A=d-u*Math.cos(x+m),I=f-u*Math.sin(x+m);h.linearPath([[w,_],[d,f],[A,I]],c)}else if(l==="half_arrow_top"){const _=!s?1:-1,A=d-u*Math.cos(x+_*m),I=f-u*Math.sin(x+_*m);h.linearPath([[A,I],[d,f]],c)}else if(l==="half_arrow_bottom"){const _=!s?1:-1,A=d-u*Math.cos(x-_*m),I=f-u*Math.sin(x-_*m);h.linearPath([[A,I],[d,f]],c)}else if(l==="triangle"||l==="triangle_outline"){const _=d-12*Math.cos(x-m),A=f-12*Math.sin(x-m),I=d-12*Math.cos(x+m),H=f-12*Math.sin(x+m),D=l==="triangle"?{...c,fill:r.stroke,fillStyle:"solid"}:{...c,fill:k,fillStyle:"solid"};h.polygon([[d,f],[_,A],[I,H]],D)}else if(l==="dot"||l==="circle_outline"){const _=d-5*Math.cos(x),A=f-5*Math.sin(x),I=l==="dot"?{...c,fill:r.stroke,fillStyle:"solid"}:{...c,fill:k,fillStyle:"solid"};h.circle(_,A,10,I)}else if(l==="diamond"||l==="diamond_outline"){const A=[d-8*Math.cos(x),f-8*Math.sin(x)],I=[d-16*Math.cos(x),f-16*Math.sin(x)],[H,D]=A,T=Math.cos(x+Math.PI/2)*6,X=Math.sin(x+Math.PI/2)*6,W=[H+T,D+X],S=[H-T,D-X],P=l==="diamond"?{...c,fill:r.stroke,fillStyle:"solid"}:{...c,fill:k,fillStyle:"solid"};h.polygon([[d,f],W,I,S],P)}else if(l==="bar"){const w=[d-10*Math.cos(x+Math.PI/2),f-10*Math.sin(x+Math.PI/2)],_=[d+10*Math.cos(x+Math.PI/2),f+10*Math.sin(x+Math.PI/2)];h.linearPath([w,_],c)}else if(l==="crowfoot_one"){const w=d-u*Math.cos(x-m),_=f-u*Math.sin(x-m),A=d-u*Math.cos(x+m),I=f-u*Math.sin(x+m);h.linearPath([[w,_],[d,f],[A,I]],c);const H=d-15*Math.cos(x)-10*Math.cos(x+Math.PI/2),D=f-15*Math.sin(x)-10*Math.sin(x+Math.PI/2),T=d-15*Math.cos(x)+10*Math.cos(x+Math.PI/2),X=f-15*Math.sin(x)+10*Math.sin(x+Math.PI/2);h.linearPath([[H,D],[T,X]],c)}},y8=(h,l,n,o,s,r)=>{if(!(l.length<2)){if(o&&o!=="none"&&o!=="line"){const c=l[l.length-2],d=l[l.length-1];if(c&&d){const f=Math.atan2(d[1]-c[1],d[0]-c[0]);g8(h,o,d,f,!1,s,r)}}if(n&&n!=="none"&&n!=="line"){const c=l[0],d=l[1];if(c&&d){const f=Math.atan2(d[1]-c[1],d[0]-c[0]);g8(h,n,c,f,!0,s,r)}}}},x8=(h,l,n,o=null)=>{const s=l.points;if(!s||s.length<2)return;const r=n.find(i2=>i2.type==="text"&&i2.containerId===l.id&&!i2.isDeleted);if(!r||!r.text||o&&r.id===o)return;let c=0;const d=[];for(let i2=0;i2<s.length-1;i2++){const t2=s[i2+1][0]-s[i2][0],x2=s[i2+1][1]-s[i2][1],h2=Math.hypot(t2,x2);d.push(h2),c+=h2}if(c===0)return;const f=c/2;let u=0,m=s[0][0],k=s[0][1];for(let i2=0;i2<d.length;i2++){if(u+d[i2]>=f){const t2=f-u,x2=d[i2]>0?t2/d[i2]:0;m=s[i2][0]+x2*(s[i2+1][0]-s[i2][0]),k=s[i2][1]+x2*(s[i2+1][1]-s[i2][1]);break}u+=d[i2]}const x=Math.atan2(s[s.length-1][1]-s[0][1],s[s.length-1][0]-s[0][0]);h.save(),h.restore(),h.save(),h.translate(m,k),h.rotate(x);const w=r.text||"",_=r.fontSize||20,A=r.fontColor||r.strokeColor||"#363B4C",I=r.fontFamily||"sans-serif",H=r.textAlign||"center",D=c;let T="";r.isItalic&&(T+="italic ");let X=(r.fontWeight||"").toLowerCase(),W=r.isBold?"bold ":"";X&&(X==="regular"||X==="normal"?W="normal ":X==="bold"?W="bold ":X==="medium"?W="500 ":X==="light"?W="300 ":X==="black"?W="900 ":W=X+" ",(X==="regular"||X==="normal")&&r.isBold&&(W="bold ")),h.font=`${T}${W}${_}px ${I}`,h.letterSpacing=`${r.letterSpacing||0}px`,h.fillStyle=A,h.textAlign=H,h.textBaseline="middle";const S=Math.round(_*(r.lineHeight||1.25)),P=w.split(`
|
|
24
|
-
`),
|
|
25
|
-
`),x2=[];if(t2.forEach(C2=>{if(!C2){x2.push("");return}let _2="";for(let m2=0;m2<C2.length;m2++){const R2=C2.charAt(m2),j2=_2+R2;l.measureText(j2).width>I2&&_2!==""?(x2.push(_2),_2=R2):_2=j2}_2!==""&&x2.push(_2)}),x2.length===0)break;const h2=x2.length*l2;let y2;n.verticalAlign==="middle"?(y2=(n.height-h2)/2,y2<s2&&(y2=s2)):n.verticalAlign==="bottom"?(y2=n.height-s2-h2,y2<s2&&(y2=s2)):y2=s2,y2+=n.fontSize*.15;let k2;if(n.textAlign==="center"?k2=n.width/2:n.textAlign==="right"?k2=n.width-s2:k2=s2,n.fontBgColor&&n.fontBgColor!=="transparent"){let C2=0;for(let R2=0;R2<x2.length;R2++)C2=Math.max(C2,l.measureText(x2[R2]||"").width);const _2=h2;let m2=k2;n.textAlign==="center"?m2=k2-C2/2:n.textAlign==="right"&&(m2=k2-C2),l.fillStyle=n.fontBgColor,l.fillRect(m2,y2-n.fontSize*.15,C2,_2),l.fillStyle=n.fontColor||n.strokeColor}if(!f)for(let C2=0;C2<x2.length;C2++){const _2=y2+C2*l2;if(_2+l2<s2)continue;if(_2>s2+i2)break;const m2=x2[C2]||"";if(l.fillText(m2,k2,_2),n.isUnderline||n.isStrikethrough){const R2=l.measureText(m2).width;let j2=k2;if(n.textAlign==="center"?j2-=R2/2:n.textAlign==="right"&&(j2-=R2),l.strokeStyle=l.fillStyle,l.lineWidth=Math.max(1,n.fontSize*.08),l.beginPath(),n.isUnderline){const b2=_2+n.fontSize*1.05;l.moveTo(j2,b2),l.lineTo(j2+R2,b2)}if(n.isStrikethrough){const b2=_2+n.fontSize*.55;l.moveTo(j2,b2),l.lineTo(j2+R2,b2)}l.stroke()}}break}case"image":if(m===n.id)break;const W=u[n.fileId]||n.dataURL;if(W){let S=b4.get(n.fileId)||b4.get(W);if(S||(S=new Image,S.src=W,n.fileId?b4.set(n.fileId,S):b4.set(W,S)),S.complete&&S.naturalWidth>0)if(n.crop){const P=n.crop,j=S.naturalWidth/P.naturalWidth,J=S.naturalHeight/P.naturalHeight;l.drawImage(S,P.x*j,P.y*J,P.width*j,P.height*J,0,0,n.width,n.height)}else l.drawImage(S,0,0,n.width,n.height)}break}if(l.globalAlpha=1,m===n.id){l.restore();return}if(s&&!n.containerId&&n.type!=="arrow"&&n.type!=="line"&&(l.strokeStyle=n.locked?"#d2e2ff":"#1e6fff",l.lineWidth=1,c==="dashed"&&l.setLineDash([5,5]),l.strokeRect(-4,-4,n.width+8,n.height+8),l.setLineDash([])),d&&n.type!=="arrow"&&n.type!=="line"){l.strokeStyle="#5d55fa",l.lineWidth=2,l.setLineDash([]),l.lineJoin="round";const W=n.width,S=n.height;switch(l.beginPath(),n.type){case"ellipse":case"circle":l.ellipse(W/2,S/2,W/2,S/2,0,0,2*Math.PI);break;case"diamond":case"decision":l.moveTo(W/2,0),l.lineTo(W,S/2),l.lineTo(W/2,S),l.lineTo(0,S/2),l.closePath();break;case"trapezoid":l.moveTo(W*.2,0),l.lineTo(W*.8,0),l.lineTo(W,S),l.lineTo(0,S),l.closePath();break;case"parallelogram":l.moveTo(W*.25,0),l.lineTo(W,0),l.lineTo(W*.75,S),l.lineTo(0,S),l.closePath();break;case"star":{const P=r0(W,S);if(P&&P.length>0){const j=P[0];l.moveTo(j[0],j[1]);for(let J=1;J<P.length;J++){const l2=P[J];l.lineTo(l2[0],l2[1])}l.closePath()}break}case"pentagon":case"hexagon":case"message":case"doubleArrow":case"triangle":case"leftArrow":case"rightArrow":case"step1":case"step2":{const P=Te(n.type,W,S);if(P&&P.length>0){const j=P[0];l.moveTo(j[0],j[1]);for(let J=1;J<P.length;J++){const l2=P[J];l.lineTo(l2[0],l2[1])}l.closePath()}break}case"cloud":{const P=`M ${W*.161} ${S*.484} C ${W*.161} ${S*.137} ${W*.383} ${S*.137} ${W*.383} ${S*.253} C ${W*.383} ${S*-.094} ${W*.826} ${S*-.094} ${W*.826} ${S*.253} C ${W*1.047} ${S*.253} ${W*1.047} ${S*.6} ${W*.936} ${S*.716} C ${W*1.047} ${S*.947} ${W*.715} ${S*1.063} ${W*.715} ${S*.831} C ${W*.604} ${S*1.063} ${W*.161} ${S*1.063} ${W*.161} ${S*.831} C ${W*-.06} ${S*.831} ${W*-.06} ${S*.484} ${W*.161} ${S*.484} Z`,j=new Path2D(P);l.stroke(j),l.beginPath();break}case"cube":{const P=Math.min(W,S)*.25;l.moveTo(0,P),l.lineTo(P,0),l.lineTo(W,0),l.lineTo(W,S-P),l.lineTo(W-P,S),l.lineTo(0,S),l.closePath(),l.moveTo(W-P,P),l.lineTo(0,P),l.moveTo(W-P,P),l.lineTo(W,0),l.moveTo(W-P,P),l.lineTo(W-P,S);break}case"cylinder":{const P=Math.min(S*.15,20);l.ellipse(W/2,P,W/2,P,0,0,2*Math.PI),l.moveTo(W,P),l.lineTo(W,S-P),l.ellipse(W/2,S-P,W/2,P,0,0,Math.PI,!1),l.lineTo(0,P);break}default:l.rect(0,0,W,S);break}l.stroke()}l.restore()},No=h=>{if(h.length<3)return h;let l=[...h];for(let n=0;n<2;n++){const o=[];o.push(l[0]);for(let s=0;s<l.length-1;s++){const r=l[s],c=l[s+1];o.push({x:.75*r.x+.25*c.x,y:.75*r.y+.25*c.y,time:.75*r.time+.25*c.time}),o.push({x:.25*r.x+.75*c.x,y:.25*r.y+.75*c.y,time:.25*r.time+.75*c.time})}o.push(l[l.length-1]),l=o}return l},Ao=(h,l,n,o,s)=>{const r=h.getContext("2d");if(!r||l.length===0)return;r.save();const c=window.devicePixelRatio||1;r.scale(c,c),r.scale(n,n),r.translate(o,s),r.lineCap="butt",r.lineJoin="round",r.shadowBlur=0,r.shadowBlur=5,r.shadowColor="red";const d=Date.now(),f=1600;l.forEach(u=>{if(u.length<2)return;const m=No(u);for(let k=0;k<m.length-1;k++){const x=m[k],w=m[k+1];if(!x||!w)continue;const A=1-(d-x.time)/f;if(A<=0)continue;const I=Math.max(0,Math.pow(A,1.5));if(I<=0)continue;const H=(6*A+2)/n;r.beginPath(),r.moveTo(x.x,x.y),r.lineTo(w.x,w.y),r.strokeStyle=`rgba(255, 0, 0, ${I})`,r.lineWidth=H,r.stroke()}}),r.restore()},C0=(h,l,n,o={})=>{const s={id:w6(),x:l,y:n,width:0,height:0,angle:0,strokeColor:o.strokeColor||"#363B4C",backgroundColor:o.backgroundColor||"transparent",fillStyle:o.fillStyle||"hachure",strokeWidth:o.strokeWidth||1,strokeStyle:o.strokeStyle||"solid",roughness:o.roughness||0,roundness:o.roundness||0,opacity:o.opacity??100,strokeOpacity:o.strokeOpacity??100,backgroundOpacity:o.backgroundOpacity??100,fontSize:o.fontSize||20,fontFamily:o.fontFamily||"sans-serif",fontColor:o.fontColor||"#363B4C",fontBgColor:o.fontBgColor||"transparent",textAlign:o.textAlign||"center",verticalAlign:o.verticalAlign||"middle",isBold:o.isBold||!1,isItalic:o.isItalic||!1,isUnderline:o.isUnderline||!1,isStrikethrough:o.isStrikethrough||!1,fontWeight:o.fontWeight||"Regular",lineHeight:o.lineHeight||1.25,letterSpacing:o.letterSpacing||0,seed:Math.floor(Math.random()*2147483648),version:1,isDeleted:!1,groupIds:[],updated:Date.now(),link:null,locked:!1,frameId:null};switch(h){case"rectangle":return{...s,type:"rectangle"};case"ellipse":return{...s,type:"ellipse"};case"diamond":return{...s,type:"diamond"};case"square":return{...s,type:"square"};case"star":return{...s,type:"star"};case"circle":return{...s,type:"circle"};case"cylinder":return{...s,type:"cylinder"};case"process":return{...s,type:"process"};case"decision":return{...s,type:"decision"};case"trapezoid":return{...s,type:"trapezoid"};case"parallelogram":return{...s,type:"parallelogram"};case"cloud":return{...s,type:"cloud"};case"pentagon":return{...s,type:"pentagon"};case"hexagon":return{...s,type:"hexagon"};case"message":return{...s,type:"message"};case"doubleArrow":return{...s,type:"doubleArrow"};case"triangle":return{...s,type:"triangle"};case"leftArrow":return{...s,type:"leftArrow"};case"rightArrow":return{...s,type:"rightArrow"};case"cube":return{...s,type:"cube"};case"step1":return{...s,type:"step1"};case"step2":return{...s,type:"step2"};case"frame":return{...s,type:"frame",name:"分区",backgroundColor:"transparent",strokeColor:"#bbb",strokeStyle:"dashed",strokeWidth:1};case"freedraw":return{...s,type:"freedraw",points:[[0,0]],pressures:[],simulatePressure:!0,lastCommittedPoint:null};case"arrow":case"line":return{...s,type:h,points:[[0,0]],lastCommittedPoint:null,startBinding:null,endBinding:null,arrowType:o.arrowType||"sharp",startArrowhead:o.startArrowhead===void 0?"line":o.startArrowhead,endArrowhead:o.endArrowhead===void 0?"line":o.endArrowhead};case"text":return{...s,type:"text",text:"",width:10,height:30,containerId:null,originalText:"",autoResize:!0,textAlign:o.textAlign||"left"};case"image":return{...s,type:"image",fileId:"",status:"saved",scale:[1,1],dataURL:""};case"note":return{...s,type:"note",noteShape:o.noteShape||"note"};default:return{...s,type:"rectangle"}}};let P1=null;const To={height:"0",visibility:"hidden",overflow:"hidden",position:"absolute","z-index":"-1000",top:"0",right:"0",whiteSpace:"pre-wrap"};function w8(h,l=1,n=null){if(!h)return;P1||(P1=document.createElement("textarea"),(h.parentNode??document.body).appendChild(P1));const{paddingSize:o,borderSize:s,boxSizing:r,contextStyle:c,lineHeight:d}=Ho(h);c.forEach(I=>{const H=I[0],D=I[1]??"";P1&&P1.style.setProperty(H,D)}),Object.entries(To).forEach(([I,H])=>{P1&&P1.style.setProperty(I,H,"important")}),P1.style.width=window.getComputedStyle(h).getPropertyValue("width"),P1.value=h.value||(h.placeholder??"");const f=P1.scrollHeight;let u=NaN;!isNaN(d)&&d>0?u=d:(P1.value="x",u=Math.max(1,P1.scrollHeight-o)),P1.value=h.value||(h.placeholder??"");const m=Math.max(0,f-o);let x=Math.max(l,Math.ceil((m+0)/u));n!=null&&(x=Math.min(n,x));let w=x*u+o;r==="border-box"&&(w=w+s);let _=l*u+o;r==="border-box"&&(_=_+s);const A={height:`${Math.max(_,Math.round(w))}px`,minHeight:`${Math.round(_)}px`};return P1&&P1.parentNode&&P1.parentNode.removeChild(P1),P1=null,A}const Lo=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing","word-break"];function Ho(h){const l=window.getComputedStyle(h),n=l.getPropertyValue("box-sizing"),o=Number.parseFloat(l.getPropertyValue("padding-bottom"))+Number.parseFloat(l.getPropertyValue("padding-top")),s=Number.parseFloat(l.getPropertyValue("border-bottom-width"))+Number.parseFloat(l.getPropertyValue("border-top-width")),r=Lo.map(d=>[d,l.getPropertyValue(d)]),c=parseFloat(l.getPropertyValue("line-height"));return{contextStyle:r,paddingSize:o,borderSize:s,boxSizing:n,lineHeight:c}}const Do={key:0},$o={key:1},Po=T1(t.defineComponent({__name:"ContextMenu",props:{visible:{type:Boolean},x:{},y:{},isElementSelected:{type:Boolean},isElementLocked:{type:Boolean},showGrid:{type:Boolean}},emits:["action","close"],setup(h,{emit:l}){const{t:n}=c0(),o=h,s=l,r=t.ref(null),c=t.ref(0),d=t.ref(0);t.watch(()=>[o.visible,o.x,o.y],async([u])=>{if(u&&(c.value=o.x,d.value=o.y,await t.nextTick(),r.value)){const m=r.value.getBoundingClientRect(),k=window.innerWidth,x=window.innerHeight;c.value+m.width>k&&(c.value=c.value-m.width,c.value<0&&(c.value=10)),d.value+m.height>x&&(d.value=d.value-m.height,d.value<0&&(d.value=10))}},{immediate:!0});const f=u=>{s("action",u),s("close")};return(u,m)=>h.visible?(t.openBlock(),t.createElementBlock("div",{key:0,ref_key:"menuRef",ref:r,class:"context-menu",style:t.normalizeStyle({top:d.value+"px",left:c.value+"px"}),onClick:m[12]||(m[12]=t.withModifiers(()=>{},["stop"])),onContextmenu:m[13]||(m[13]=t.withModifiers(()=>{},["prevent"])),onMousedown:m[14]||(m[14]=t.withModifiers(()=>{},["stop"]))},[h.isElementSelected?(t.openBlock(),t.createElementBlock("ul",Do,[t.createElementVNode("li",{onClick:m[0]||(m[0]=k=>f("cut"))},[t.createElementVNode("span",null,t.toDisplayString(t.unref(n)("contextMenu.cut")),1),m[15]||(m[15]=t.createElementVNode("span",{class:"shortcut"},"Ctrl+X",-1))]),t.createElementVNode("li",{onClick:m[1]||(m[1]=k=>f("copy"))},[t.createElementVNode("span",null,t.toDisplayString(t.unref(n)("contextMenu.copy")),1),m[16]||(m[16]=t.createElementVNode("span",{class:"shortcut"},"Ctrl+C",-1))]),m[24]||(m[24]=t.createElementVNode("div",{class:"divider"},null,-1)),t.createElementVNode("li",{onClick:m[2]||(m[2]=k=>f("sendBackward"))},[t.createElementVNode("span",null,t.toDisplayString(t.unref(n)("contextMenu.sendBackward")),1),m[17]||(m[17]=t.createElementVNode("span",{class:"shortcut"},"Ctrl+[",-1))]),t.createElementVNode("li",{onClick:m[3]||(m[3]=k=>f("bringForward"))},[t.createElementVNode("span",null,t.toDisplayString(t.unref(n)("contextMenu.bringForward")),1),m[18]||(m[18]=t.createElementVNode("span",{class:"shortcut"},"Ctrl+]",-1))]),t.createElementVNode("li",{onClick:m[4]||(m[4]=k=>f("sendToBack"))},[t.createElementVNode("span",null,t.toDisplayString(t.unref(n)("contextMenu.sendToBack")),1),m[19]||(m[19]=t.createElementVNode("span",{class:"shortcut"},"Ctrl+Shift+[",-1))]),t.createElementVNode("li",{onClick:m[5]||(m[5]=k=>f("bringToFront"))},[t.createElementVNode("span",null,t.toDisplayString(t.unref(n)("contextMenu.bringToFront")),1),m[20]||(m[20]=t.createElementVNode("span",{class:"shortcut"},"Ctrl+Shift+]",-1))]),m[25]||(m[25]=t.createElementVNode("div",{class:"divider"},null,-1)),t.createElementVNode("li",{onClick:m[6]||(m[6]=k=>f("duplicate"))},[t.createElementVNode("span",null,t.toDisplayString(t.unref(n)("contextMenu.duplicate")),1),m[21]||(m[21]=t.createElementVNode("span",{class:"shortcut"},"Ctrl+D",-1))]),t.createElementVNode("li",{onClick:m[7]||(m[7]=k=>f("toggleLock"))},[t.createElementVNode("span",null,t.toDisplayString(h.isElementLocked?t.unref(n)("contextMenu.unlock"):t.unref(n)("contextMenu.lock")),1),m[22]||(m[22]=t.createElementVNode("span",{class:"shortcut"},"Ctrl+Shift+L",-1))]),m[26]||(m[26]=t.createElementVNode("div",{class:"divider"},null,-1)),t.createElementVNode("li",{class:"delete",onClick:m[8]||(m[8]=k=>f("delete"))},[t.createElementVNode("span",null,t.toDisplayString(t.unref(n)("contextMenu.delete")),1),m[23]||(m[23]=t.createElementVNode("span",{class:"shortcut"},"Del",-1))])])):(t.openBlock(),t.createElementBlock("ul",$o,[t.createElementVNode("li",{onClick:m[9]||(m[9]=k=>f("paste"))},[t.createElementVNode("span",null,t.toDisplayString(t.unref(n)("contextMenu.paste")),1),m[27]||(m[27]=t.createElementVNode("span",{class:"shortcut"},"Ctrl+V",-1))]),t.createElementVNode("li",{onClick:m[10]||(m[10]=k=>f("selectAll"))},[t.createElementVNode("span",null,t.toDisplayString(t.unref(n)("contextMenu.selectAll")),1),m[28]||(m[28]=t.createElementVNode("span",{class:"shortcut"},"Ctrl+A",-1))]),t.createElementVNode("li",{onClick:m[11]||(m[11]=k=>f("toggleGrid"))},[t.createElementVNode("span",null,t.toDisplayString(h.showGrid?t.unref(n)("contextMenu.hideGrid"):t.unref(n)("contextMenu.showGrid")),1),m[29]||(m[29]=t.createElementVNode("span",{class:"shortcut"},"Ctrl+'",-1))])]))],36)):t.createCommentVNode("",!0)}}),[["__scopeId","data-v-e3374e3c"]]),Oo={class:"mask-layer"},Ro=["src"],Wo=["onMousedown"],Xo=T1(t.defineComponent({__name:"InlineImageCropper",props:{elementId:{},zoom:{},scrollX:{},scrollY:{}},setup(h){const l=h,n=t.inject("jvs-draw-instance-id","excalidraw"),o=X1(n),s=t.ref(!1),r=t.ref(""),c=t.ref(0),d=t.ref(0),f=t.ref(1),u=t.ref(1),m=t.ref(0),k=t.ref(0),x=t.ref({x:0,y:0,width:0,height:0}),w=t.computed(()=>o.elements.find(h2=>h2.id===l.elementId)),_=async()=>{if(s.value=!1,!w.value||w.value.type!=="image")return;const h2=w.value,y2=h2.url||h2.fileId&&o.images[h2.fileId]||h2.dataURL;if(!y2)return;r.value=y2;const k2=new Image;k2.src=y2,await new Promise(_2=>{k2.onload=_2,k2.onerror=_2}),m.value=k2.naturalWidth,k.value=k2.naturalHeight;const C2=h2.crop;C2?(f.value=h2.width/C2.width,u.value=h2.height/C2.height,x.value={...C2}):(f.value=h2.width/m.value,u.value=h2.height/k.value,x.value={x:0,y:0,width:m.value,height:k.value}),c.value=h2.x-x.value.x*f.value,d.value=h2.y-x.value.y*u.value,s.value=!0};t.watch(()=>l.elementId,()=>{_()},{immediate:!0});const A=t.computed(()=>{if(!w.value||!s.value)return{};const h2=w.value,y2=m.value*f.value,k2=k.value*u.value,C2=c.value,_2=d.value,m2=h2.x+h2.width/2,R2=h2.y+h2.height/2,j2=(C2+l.scrollX)*l.zoom,b2=(_2+l.scrollY)*l.zoom,K2=y2*l.zoom,m1=k2*l.zoom,N1=(m2-C2)*l.zoom,s1=(R2-_2)*l.zoom;return{position:"absolute",left:`${j2}px`,top:`${b2}px`,width:`${K2}px`,height:`${m1}px`,transformOrigin:`${N1}px ${s1}px`,transform:`rotate(${h2.angle||0}rad)`,zIndex:1e3}}),I=t.computed(()=>{const{x:h2,y:y2,width:k2,height:C2}=x.value;return{position:"absolute",left:`${h2*f.value*l.zoom}px`,top:`${y2*u.value*l.zoom}px`,width:`${k2*f.value*l.zoom}px`,height:`${C2*u.value*l.zoom}px`}}),H=()=>{o.setCroppingElementId(null)},D=()=>{if(!w.value)return;const h2=w.value,y2=x.value,k2=y2.width*f.value,C2=y2.height*u.value,_2=c.value+y2.x*f.value,m2=d.value+y2.y*u.value,R2=_2+k2/2,j2=m2+C2/2,[b2,K2]=Q2([R2,j2],[h2.x+h2.width/2,h2.y+h2.height/2],h2.angle||0),m1=b2-k2/2,N1=K2-C2/2;o.updateElement(h2.id,{x:m1,y:N1,width:k2,height:C2,crop:{x:y2.x,y:y2.y,width:y2.width,height:y2.height,naturalWidth:m.value,naturalHeight:k.value}}),o.recordHistory(),o.setCroppingElementId(null)};let T=!1,X={x:0,y:0},W={x:0,y:0,width:0,height:0},S="";const P=(h2,y2)=>{if(!w.value||!w.value.angle)return[h2,y2];const k2=-w.value.angle,C2=Math.cos(k2),_2=Math.sin(k2);return[h2*C2-y2*_2,h2*_2+y2*C2]},j=(h2,y2,k2)=>Math.max(y2,Math.min(k2,h2)),J=t.computed(()=>T||!!S),l2=h2=>{T=!0,X={x:h2.clientX,y:h2.clientY},W={...x.value},window.addEventListener("mousemove",s2),window.addEventListener("mouseup",t2)},s2=h2=>{if(!T)return;const y2=h2.clientX-X.x,k2=h2.clientY-X.y,[C2,_2]=P(y2,k2),m2=W.x+C2/(f.value*l.zoom),R2=W.y+_2/(u.value*l.zoom);x.value.x=j(m2,0,m.value-W.width),x.value.y=j(R2,0,k.value-W.height)},I2=(h2,y2)=>{S=y2,X={x:h2.clientX,y:h2.clientY},W={...x.value},window.addEventListener("mousemove",i2),window.addEventListener("mouseup",t2)},i2=h2=>{if(!S)return;const y2=h2.clientX-X.x,k2=h2.clientY-X.y,[C2,_2]=P(y2,k2),m2=C2/(f.value*l.zoom),R2=_2/(u.value*l.zoom);let{x:j2,y:b2,width:K2,height:m1}=W;const N1=10;if(S.includes("left")){const s1=j2+K2-N1;let p1=j(j2+m2,0,s1);K2=K2+(j2-p1),j2=p1}if(S.includes("right")&&(K2=j(K2+m2,N1,m.value-j2)),S.includes("top")){const s1=b2+m1-N1;let p1=j(b2+R2,0,s1);m1=m1+(b2-p1),b2=p1}S.includes("bottom")&&(m1=j(m1+R2,N1,k.value-b2)),x.value={x:j2,y:b2,width:K2,height:m1}},t2=()=>{T=!1,S="",window.removeEventListener("mousemove",s2),window.removeEventListener("mousemove",i2),window.removeEventListener("mouseup",t2)},x2=h2=>{h2.key==="Escape"?H():h2.key==="Enter"&&D()};return t.onMounted(()=>{window.addEventListener("keydown",x2)}),t.onUnmounted(()=>{t2(),window.removeEventListener("keydown",x2)}),(h2,y2)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[w.value&&s.value?(t.openBlock(),t.createElementBlock("div",{key:0,class:"cropper-backdrop",onMousedown:t.withModifiers(D,["stop","prevent"]),onWheel:y2[0]||(y2[0]=t.withModifiers(()=>{},["stop","prevent"]))},null,32)):t.createCommentVNode("",!0),w.value&&s.value?(t.openBlock(),t.createElementBlock("div",{key:1,class:"inline-cropper-overlay",style:t.normalizeStyle(A.value),onMousedown:t.withModifiers(D,["stop","prevent"]),onWheel:y2[1]||(y2[1]=t.withModifiers(()=>{},["stop","prevent"]))},[t.createElementVNode("div",Oo,[t.createElementVNode("img",{src:r.value,class:"cropper-bg-img"},null,8,Ro),t.createElementVNode("div",{class:t.normalizeClass(["crop-box",{"is-interacting":J.value}]),style:t.normalizeStyle(I.value),onMousedown:t.withModifiers(l2,["prevent","stop"])},[...y2[2]||(y2[2]=[t.createStaticVNode('<div class="crop-grid" data-v-94f85077><div class="grid-line horizontal" data-v-94f85077></div><div class="grid-line horizontal" data-v-94f85077></div><div class="grid-line vertical" data-v-94f85077></div><div class="grid-line vertical" data-v-94f85077></div></div>',1)])],38)]),t.createElementVNode("div",{class:t.normalizeClass(["handle-layer",{"is-interacting":J.value}]),style:t.normalizeStyle(I.value)},[(t.openBlock(),t.createElementBlock(t.Fragment,null,t.renderList(["top-left","top-center","top-right","mid-left","mid-right","bottom-left","bottom-center","bottom-right"],k2=>t.createElementVNode("div",{key:k2,class:t.normalizeClass(["resizer",k2]),onMousedown:t.withModifiers(C2=>I2(C2,k2),["stop","prevent"])},null,42,Wo)),64))],6)],36)):t.createCommentVNode("",!0)],64))}}),[["__scopeId","data-v-94f85077"]]),Yo={class:"excalidraw-container",ref:"container"},jo=["width","height"],Uo=`url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2"><path d="M20 20H7L3 16C2 15 2 13 3 12L13 2L22 11L20 20Z" fill="white"/></svg>') 0 20, auto`,Qo=T1(t.defineComponent({__name:"ExcalidrawCanvas",props:{elements:{},zoom:{},scrollX:{},scrollY:{}},setup(h){const l=h,n=t.inject("jvs-draw-instance-id","excalidraw"),o=X1(n),s=t.ref(null),r=t.ref(null),c=t.ref(window.innerWidth),d=t.ref(window.innerHeight),f=t.ref(window.devicePixelRatio||1),u=t.ref(!1),m=()=>{c.value=window.innerWidth,d.value=window.innerHeight,f.value=window.devicePixelRatio||1,t.nextTick(()=>{d1()})},k=y=>{if(y.preventDefault(),o.appConfig.editable===!1)return;const{clientX:z,clientY:M}=y,b=s.value?.getBoundingClientRect();if(!b)return;const V=z-b.left,E=M-b.top,N=V/l.zoom-l.scrollX,O=E/l.zoom-l.scrollY;let C=O1(N,O);if(C&&C.type==="text"&&C.containerId){const n2=o.elements.find(w2=>w2.id===C.containerId);n2&&!n2.isDeleted&&(C=n2)}if(o.appState.rightClickPan&&!C)return;let v=!!C;C&&!o.appState.selectedElementIds[C.id]&&(y.shiftKey?o.setSelectedElementIds([...Object.keys(o.appState.selectedElementIds),C.id]):o.setSelectedElementIds([C.id]));const B=Object.keys(o.appState.selectedElementIds);let R=o.elements.filter(n2=>B.includes(n2.id)),o2=null;C&&C.locked&&(o2=C.id),v=R.length>0;const e2=R.length>0&&R.every(n2=>n2.locked);s1.value={visible:!0,x:z,y:M,isElementSelected:v,isElementLocked:e2,targetId:o2||void 0}},x=y=>{const z=()=>{const M=Object.keys(o.appState.selectedElementIds),b=new Set;if(M.length>0)return o.elements.forEach(V=>{M.includes(V.id)&&(b.add(V.id),V.containerId&&b.add(V.containerId))}),Array.from(b);if(s1.value?.targetId){const V=s1.value.targetId,E=o.elements.find(O=>O.id===V),N=[V];return E&&E.containerId&&N.push(E.containerId),N}return[]};switch(y){case"paste":navigator.clipboard.readText().then(b=>{const V=new ClipboardEvent("paste",{clipboardData:new DataTransfer});V.clipboardData?.setData("text/plain",b),window.dispatchEvent(V)}).catch(b=>{console.error("Failed to read clipboard",b)});break;case"selectAll":o.selectAll();break;case"toggleGrid":o.toggleGrid();break;case"duplicate":o.duplicateElements(z(),b=>{o.setSelectedElementIds(b)});break;case"delete":o.elements.length>0&&(z().forEach(V=>{o.deleteElement(V)}),o.setSelectedElementIds([]));break;case"sendToBack":o.sendToBack(z());break;case"bringToFront":o.bringToFront(z());break;case"sendBackward":o.sendBackward(z());break;case"bringForward":o.bringForward(z());break;case"cut":case"copy":{const b=z();if(b.length>0){const V=o.elements.filter(N=>b.includes(N.id)),E=JSON.stringify(V);navigator.clipboard.writeText(E).then(()=>{y==="cut"&&(b.forEach(N=>o.deleteElement(N)),o.setSelectedElementIds([]))}).catch(N=>{console.error("Failed to copy to clipboard",N)})}break}case"toggleLock":const M=z();if(M.length>0){const E=!o.elements.filter(N=>M.includes(N.id)).every(N=>N.locked);M.forEach(N=>{o.updateElement(N,{locked:E})}),o.setSelectedElementIds(M)}break}},w=t.ref(!1),_=t.ref(!1),A=t.ref([]);let I=0;const H=t.ref(!1),D=t.ref(!1),T=t.ref(null),X=t.ref(null),W=t.ref(null),S=t.ref(0),P=t.ref(0),j=t.ref(0),J=t.ref(0),l2=t.ref(null),s2=t.ref(null),I2=t.ref(null),i2=t.ref(null),t2=t.ref(null),x2=t.ref(null),h2=t.ref(""),y2=t.ref(!1),k2=t.ref({}),C2=t.ref(null),_2=t.ref({}),m2=t.ref({x:0,y:0}),R2=t.ref({x:0,y:0}),j2=t.ref({x:0,y:0}),b2=t.ref({x:0,y:0}),K2=t.ref("26px"),m1=t.computed(()=>o.appState.showGrid),N1={top:"flex-start",middle:"center",bottom:"flex-end"},s1=t.ref({visible:!1,x:0,y:0,isElementSelected:!1,isElementLocked:!1});t.watch(()=>D.value,y=>{o.appState.isDraggingElement=y});const p1=t.ref([]);let Y1=null;const Z1=t.ref([]),d6=()=>{if(u.value)return"grabbing";if(z1.value)return"pointer";const y=o.appConfig.editable===!1?"hand":o.appState.activeTool==="shapes"?o.appState.activeToolType:o.appState.activeTool;if(y==="hand")return o.appState.viewLocked?"not-allowed":w.value?"grabbing":"grab";if(y==="selection"){if(D.value)return"move";if(w.value){let z=0;if(T.value){const M=Object.keys(o.appState.selectedElementIds);if(M.length===1){const b=o.elements.find(V=>V.id===M[0]);b&&!b.locked&&(z=b.angle||0)}}return T2(T.value||"",z)}return"default"}return y==="text"?"text":y==="eraser"?Uo:"crosshair"},n0=t.computed(()=>{if(!s2.value)return{};const y=o.elements.find(b=>b.id===s2.value);if(!y)return{};if(y.type!=="text"&&y.type!=="frame")return{};let z=(y.x+l.scrollX)*l.zoom,M=(y.y+l.scrollY)*l.zoom;if(y.type==="frame"){const b=12*l.zoom,V=h2.value||y.name||"Frame",E=v1(V,b,"sans-serif").width+20;return{left:`${z}px`,top:`${M-25*l.zoom}px`,width:`${E}px`,minWidth:`${50*l.zoom}px`,height:`${20*1.25*l.zoom}px`,fontSize:`${b}px`,color:"#363B4C",fontFamily:"sans-serif",overflow:"hidden",textAlign:"left",zIndex:100,background:"rgba(255,255,255,0.8)"}}if(y.type==="text"){let b=0,V=0;if(y.containerId){const N=o.elements.find(O=>O.id===y.containerId);if(N&&(N.type==="arrow"||N.type==="line")){const O=u2(N);if(O){const C=O.length*l.zoom,v=y2.value?p0.value:"",B=(h2.value||y.text||"")+v,R=v1(B||"我",y.fontSize||20,y.fontFamily||"sans-serif",O.length,{isBold:y.isBold,isItalic:y.isItalic,fontWeight:y.fontWeight,lineHeight:y.lineHeight,letterSpacing:y.letterSpacing}),o2=v1("我",y.fontSize||20,y.fontFamily||"sans-serif",void 0,{isBold:y.isBold,isItalic:y.isItalic,fontWeight:y.fontWeight,lineHeight:y.lineHeight,letterSpacing:y.letterSpacing});b=Math.max(Math.min(R.width*l.zoom,C),o2.width*l.zoom),y2.value&&v&&(b=Math.max(b,R.width*l.zoom)),V=R.height*l.zoom,z=(O.midX+l.scrollX)*l.zoom-b/2,M=(O.midY+l.scrollY)*l.zoom-V/2}else b=y.width*l.zoom,V=y.height*l.zoom}else N&&(b=N.width*l.zoom,V=N.height*l.zoom,z=N.x*l.zoom+l.scrollX*l.zoom,M=N.y*l.zoom+l.scrollY*l.zoom)}else{const N=y2.value?p0.value:"";if(y2.value&&N&&y.autoResize!==!1){const O=(h2.value||y.text||"")+N,C=v1(O||"我",y.fontSize||20,y.fontFamily||"sans-serif",void 0,{isBold:y.isBold,isItalic:y.isItalic,fontWeight:y.fontWeight,lineHeight:y.lineHeight,letterSpacing:y.letterSpacing});b=Math.max(y.width*l.zoom,C.width*l.zoom),V=C.height*l.zoom}else b=y.width*l.zoom,V=y.height*l.zoom}let E="none";return y.isUnderline&&y.isStrikethrough?E="underline line-through":y.isUnderline?E="underline":y.isStrikethrough&&(E="line-through"),{left:`${z}px`,top:`${M}px`,width:`${b}px`,height:`${V}px`,maxWidth:`${c.value-z}px`,maxHeight:`${d.value-M}px`,fontSize:`${(y.fontSize||20)*l.zoom}px`,fontFamily:y.fontFamily||"sans-serif",color:y.fontColor||"#363B4C",background:"transparent",fontWeight:(()=>{let N=(y.fontWeight||"").toLowerCase(),O=y.isBold?"bold":"normal";return N&&(N==="regular"||N==="normal"?O="normal":N==="bold"?O="bold":N==="medium"?O="500":N==="light"?O="300":N==="black"?O="900":O=N,(N==="regular"||N==="normal")&&y.isBold&&(O="bold")),O})(),fontStyle:y.isItalic?"italic":"normal",textDecoration:E,overflow:"hidden",textAlign:y.textAlign||"center",alignItems:N1[y.verticalAlign||"middle"],justifyContent:"center",lineHeight:`${(y.fontSize||20)*(y.lineHeight||1.25)*l.zoom}px`,letterSpacing:`${(y.letterSpacing||0)*l.zoom}px`,transform:`rotate(${y.angle||0}rad)`,transformOrigin:"center center"}}if(["rectangle","diamond","ellipse","arrow","square","star","circle","cylinder","process","decision","trapezoid","parallelogram","cloud","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2"].includes(y.type)){const b=z+y.width*l.zoom/2,V=M+y.height*l.zoom/2,E=(o.appState.currentItemFontSize||20)*l.zoom,N=o.appState.currentItemStrokeColor,O=o.appState.currentItemFontFamily||"sans-serif",C=100*l.zoom,v=E*1.5;return{left:`${b-C/2}px`,top:`${V-v/2}px`,width:`${C}px`,height:`${v}px`,padding:`${4*l.zoom}px`,fontSize:`${E}px`,color:N,fontFamily:O,fontWeight:(()=>{let B=(o.appState.currentItemFontWeight||"").toLowerCase(),R=o.appState.currentItemIsBold?"bold":"normal";return B&&(B==="regular"||B==="normal"?R="normal":B==="bold"?R="bold":B==="medium"?R="500":B==="light"?R="300":B==="black"?R="900":R=B,(B==="regular"||B==="normal")&&o.appState.currentItemIsBold&&(R="bold")),R})(),overflow:"hidden",textAlign:"center",justifyContent:"center",lineHeight:o.appState.currentItemLineHeight||1.25,letterSpacing:`${(o.appState.currentItemLetterSpacing||0)*l.zoom}px`,zIndex:100,transform:`rotate(${y.angle||0}rad)`,transformOrigin:"center center"}}return{}}),L1=t.computed(()=>Object.keys(o.appState.selectedElementIds)),v6=t.computed(()=>{if(s2.value){const y=o.elements.find(z=>z.id===s2.value);if(y)return y.type==="text"&&!y.containerId}else return!1}),G1=y=>{const z=s.value?.getBoundingClientRect();if(!z)return{x:0,y:0};const M=(y.clientX-z.left)/l.zoom-l.scrollX,b=(y.clientY-z.top)/l.zoom-l.scrollY;return{x:M,y:b}},z1=t.ref(null),Y6=(y,z)=>{if(w.value||D.value)return null;const M=Object.keys(o.appState.selectedElementIds);if(M.length!==1)return null;const b=M[0],V=o.elements.find(v=>v.id===b);if(!V||V.isDeleted||["arrow","line","freedraw","frame"].includes(V.type)||o.appState.showQuickCreate===!1)return null;const E=V.x+V.width/2,N=V.y+V.height/2,O=24,C=[{dir:"top",dx:0,dy:-V.height/2-O/l.zoom},{dir:"right",dx:V.width/2+O/l.zoom,dy:0},{dir:"bottom",dx:0,dy:V.height/2+O/l.zoom},{dir:"left",dx:-V.width/2-O/l.zoom,dy:0}];for(const v of C){const[B,R]=Q2([E+v.dx,N+v.dy],[E,N],V.angle),e2=14/l.zoom,n2=y-B,w2=z-R;if(n2*n2+w2*w2<=e2*e2)return{dir:v.dir,element:V}}return null},S6=t.ref(!1),k6=t.ref(null),C1=t.ref(null),K1=t.ref(null),J1=t.ref(null),X0=(y,z,M)=>{S6.value=!0,k6.value=z,C1.value=M;const b=G1(y);J1.value={x:b.x,y:b.y};const V=M.x+M.width/2,E=M.y+M.height/2;let N=0,O=0;z==="top"&&(O=-M.height/2),z==="bottom"&&(O=M.height/2),z==="left"&&(N=-M.width/2),z==="right"&&(N=M.width/2);const[C,v]=Q2([V+N,E+O],[V,E],M.angle);let B;o.appState.fixedArrowBinding&&(z==="top"&&(B=[.5,0]),z==="bottom"&&(B=[.5,1]),z==="left"&&(B=[0,.5]),z==="right"&&(B=[1,.5])),K1.value={...C0("arrow",C,v,{...o.appState,currentItemStrokeColor:M.strokeColor||o.appState.currentItemStrokeColor,currentItemBackgroundColor:M.backgroundColor||o.appState.currentItemBackgroundColor,currentItemStrokeWidth:M.strokeWidth||o.appState.currentItemStrokeWidth,currentItemStrokeStyle:M.strokeStyle||o.appState.currentItemStrokeStyle,currentItemRoughness:M.roughness||o.appState.currentItemRoughness}),width:1,height:1,seed:Math.floor(Math.random()*2**31),groupIds:[],version:1,updated:Date.now(),locked:!1,isDeleted:!1,points:[[0,0],[0,0]],lastCommittedPoint:null,startArrowhead:null,endArrowhead:"arrow",startBinding:{elementId:M.id,focus:0,gap:1,isBorder:!o.appState.fixedArrowBinding,...B?{fixedPoint:B}:{}},endBinding:null},document.addEventListener("pointermove",V6),document.addEventListener("pointerup",Y0)},V6=y=>{if(!S6.value||!K1.value)return;const z=G1(y),M=K1.value;M.points=[M.points[0],[z.x-M.x,z.y-M.y]];const b=Math.min(M.points[0][0],M.points[1][0]),V=Math.min(M.points[0][1],M.points[1][1]),E=Math.max(M.points[0][0],M.points[1][0]),N=Math.max(M.points[0][1],M.points[1][1]);if(M.width=Math.max(1,E-b),M.height=Math.max(1,N-V),!o.elements.some(v=>v.id===M.id))o.elements.push(M);else{const v=o.elements.findIndex(B=>B.id===M.id);v!==-1&&(o.elements[v]={...M})}const C=U6(z.x,z.y,C1.value?.id||null);if(C){x2.value=C;const v=o.elements.find(R=>R.id===C);let B={};if(v&&o.appState.fixedArrowBinding){const R=z.x,o2=z.y,[e2,n2]=Q2([R,o2],[v.x+v.width/2,v.y+v.height/2],-(v.angle||0)),w2=Math.min(1,Math.max(0,(e2-v.x)/v.width)),M2=Math.min(1,Math.max(0,(n2-v.y)/v.height));B={fixedPoint:[w2,M2]}}M.endBinding={elementId:C,focus:0,gap:1,isBorder:!o.appState.fixedArrowBinding,...B},_2.value={[C]:!0}}else x2.value=null,M.endBinding=null,_2.value={};d1()},Y0=y=>{if(document.removeEventListener("pointermove",V6),document.removeEventListener("pointerup",Y0),!S6.value||!K1.value||!C1.value)return;const z=K1.value,M=C1.value,b=k6.value,V=G1(y);let E=!0;if(J1.value&&(E=Math.hypot(V.x-J1.value.x,V.y-J1.value.y)<20),x2.value)o.elements.some(N=>N.id===z.id)||o.addElement(z),o.updateElement(z.id,{...z}),o.setSelectedElementIds([z.id]);else{let N=M.x,O=M.y;const C=150;if(E)switch(b){case"right":N=M.x+M.width+C;break;case"left":N=M.x-M.width-C;break;case"bottom":O=M.y+M.height+C;break;case"top":O=M.y-M.height-C;break}else N=V.x-M.width/2,O=V.y-M.height/2;const v={...M,id:w6(),x:N,y:O,seed:Math.floor(Math.random()*2**31),version:1,updated:Date.now()};v.type==="text"&&(v.text="");let B;o.appState.fixedArrowBinding&&(b==="right"&&(B=[0,.5]),b==="left"&&(B=[1,.5]),b==="top"&&(B=[.5,1]),b==="bottom"&&(B=[.5,0])),z.endBinding={elementId:v.id,focus:0,gap:1,isBorder:!o.appState.fixedArrowBinding,...B?{fixedPoint:B}:{}};const R=X6(v,[z.x,z.y],[v.x+v.width/2,v.y+v.height/2],5);if(R){z.points[1]=[R[0]-z.x,R[1]-z.y];const o2=Math.min(z.points[0][0],z.points[1][0]),e2=Math.min(z.points[0][1],z.points[1][1]),n2=Math.max(z.points[0][0],z.points[1][0]),w2=Math.max(z.points[0][1],z.points[1][1]);z.width=Math.max(1,n2-o2),z.height=Math.max(1,w2-e2)}o.addElement(v),o.elements.some(o2=>o2.id===z.id)||o.addElement(z),o.updateElement(z.id,{...z}),o.setSelectedElementIds([v.id])}o.recordHistory(),S6.value=!1,k6.value=null,C1.value=null,K1.value=null,x2.value=null,_2.value={}},j6=(y,z,M)=>{const b=(M.x-z.x)**2+(M.y-z.y)**2;if(b===0)return Math.hypot(y.x-z.x,y.y-z.y);let V=((y.x-z.x)*(M.x-z.x)+(y.y-z.y)*(M.y-z.y))/b;return V=Math.max(0,Math.min(1,V)),Math.hypot(y.x-(z.x+V*(M.x-z.x)),y.y-(z.y+V*(M.y-z.y)))},N6=(y,z,M)=>{const b=M.x+M.width/2,V=M.y+M.height/2,[E,N]=Q2([y,z],[b,V],-M.angle),O=E-M.x,C=N-M.y,v=10/l.zoom,B=M.points;if(!B)return!1;for(let R=0;R<B.length-1;R++){const o2={x:B[R][0],y:B[R][1]},e2={x:B[R+1][0],y:B[R+1][1]};if(j6({x:O,y:C},o2,e2)<=v)return!0}return!1},O1=(y,z,M=null,b=!1)=>{const V=o.elements;let E=null;const N=Math.max(5,10/(l.zoom||1));for(let O=V.length-1;O>=0;O--){const C=V[O];if(!C||C.isDeleted||M&&C.id===M)continue;let v=!1;const B=o.appState.selectedElementIds[C.id],R=C.backgroundColor&&C.backgroundColor!=="transparent"&&C.fillStyle!=="none"||b&&B;let o2=y,e2=z;if(C.isFlippedHorizontal||C.isFlippedVertical){const w2=C.x+C.width/2,M2=C.y+C.height/2,[d2,S2]=Q2([y,z],[w2,M2],-(C.angle||0)),V2=C.isFlippedHorizontal?w2-(d2-w2):d2,P2=C.isFlippedVertical?M2-(S2-M2):S2,q2=Q2([V2,P2],[w2,M2],C.angle||0);o2=q2[0],e2=q2[1]}let n2=C.type==="note"?C.noteShape||"note":C.type;if(n2==="note"&&(n2="rectangle"),["rectangle","frame","square","process"].includes(n2))R?v=x6(o2,e2,C.x,C.y,C.width,C.height,C.angle):v=_5(o2,e2,C.x,C.y,C.width,C.height,C.angle,N);else if(["ellipse","circle"].includes(n2))R?v=E0(o2,e2,C.x,C.y,C.width,C.height,C.angle):v=pt(o2,e2,C.x,C.y,C.width,C.height,C.angle,N);else if(n2==="cylinder")R?v=$3(o2,e2,C.x,C.y,C.width,C.height,C.angle):v=F5(o2,e2,C.x,C.y,C.width,C.height,C.angle,N);else if(["diamond","decision"].includes(n2))R?v=R0(o2,e2,C.x,C.y,C.width,C.height,C.angle):v=z5(o2,e2,C.x,C.y,C.width,C.height,C.angle,N);else if(n2==="cube")R?v=L3(o2,e2,C.x,C.y,C.width,C.height,C.angle,C.isFlippedHorizontal,C.isFlippedVertical):v=C5(o2,e2,C.x,C.y,C.width,C.height,C.angle,N);else if(["star","trapezoid","parallelogram","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","step1","step2","cloud"].includes(n2)){let w2=Te(n2,C.width,C.height);R?v=B0(o2,e2,w2,C.x,C.y,C.angle):v=Ae(o2,e2,w2,C.x,C.y,C.angle,N)}else n2==="freedraw"?v=N6(o2,e2,C):n2==="text"||n2==="image"?v=x6(o2,e2,C.x,C.y,C.width,C.height,C.angle):(n2==="line"||n2==="arrow")&&(v=ut(Math.max(10,N),o2,e2,C,o.elements));if(v)if(b){if(o.appState.selectedElementIds[C.id])return C;E||(E=C)}else return C}return E},d0=(y,z,M,b)=>{const V=M.x,E=M.x+M.width,N=M.y,O=M.y+M.height,C=Math.max(V-y,0,y-E),v=Math.max(N-z,0,z-O);return Math.sqrt(C*C+v*v)<=b},U6=(y,z,M=null)=>{for(let V=o.elements.length-1;V>=0;V--){const E=o.elements[V];if(E&&!E.isDeleted&&!(M&&E.id===M)&&!(E.type==="line"||E.type==="arrow"||E.type==="freedraw")&&d0(y,z,E,20))return E.id}return null},h6=encodeURIComponent('<svg t="1775728171371" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7669" width="32" height="32"><path d="M172.864 816.64l135.648 141.44q17.568 18.304 42.432 13.44 24.864-4.8 34.112-28.384l71.488-181.696q10.08-25.568-7.584-46.72-17.6-21.184-44.608-15.936l-37.28 7.264q-6.88-136.384 86.976-230.24 94.816-94.816 233.056-86.816l-5.824 29.888q-5.248 26.976 15.936 44.608 21.152 17.632 46.72 7.584l181.728-71.52q23.552-9.28 28.384-34.112 4.8-24.864-13.504-42.432l-141.44-135.616q-19.84-19.072-46.08-10.848-26.176 8.256-31.424 35.2l-9.504 48.768q-206.656-20.096-350.048 123.296-142.4 142.4-123.552 347.264l-41.28 8q-26.944 5.28-35.2 31.488-8.224 26.208 10.88 46.08z" fill="#FFFFFF" p-id="7670"></path><path d="M370.144 705.44l34.24-6.656q26.944-5.248 44.576 15.936 17.664 21.152 7.584 46.72l-71.488 181.696q-9.28 23.552-34.112 28.416-24.864 4.8-42.432-13.504L172.864 816.64q-19.072-19.872-10.848-46.08 8.256-26.24 35.2-31.456l41.28-8.032q-18.88-204.832 123.52-347.264 143.424-143.392 350.08-123.296l9.504-48.736q5.248-26.976 31.424-35.2 26.24-8.256 46.08 10.816l141.44 135.616q18.336 17.568 13.504 42.432-4.832 24.864-28.384 34.112l-181.76 71.52q-25.536-10.048-46.72-7.584-21.152-17.632-15.904-44.608l5.216-26.816 0.608-3.072-3.136-0.16q-136.192-6.784-229.92 86.976-92.8 92.8-87.104 227.104l0.128 3.136 3.072-0.608zM164.992 771.52q-7.68 24.448 10.112 43.008l135.616 141.44q16.416 17.088 39.616 12.576 23.2-4.512 31.84-26.496l71.488-181.728q9.408-23.84-7.04-43.616-16.48-19.744-41.664-14.848l-40.8 7.936-0.16-3.584q-6.976-137.728 87.84-232.576 95.808-95.776 235.424-87.68l3.52 0.192-6.464 33.376q-4.896 25.184 14.848 41.632 19.776 16.48 43.616 7.072l181.728-71.52q21.984-8.64 26.496-31.84 4.48-23.2-12.608-39.616l-141.408-135.584q-18.56-17.824-43.008-10.112-24.448 7.68-29.376 32.832l-10.016 51.52-2.784-0.288q-205.184-19.968-347.584 122.4-141.408 141.44-122.656 344.8l0.256 2.784-44 8.576q-25.152-4.896-32.832 29.344z" fill="#363B4C" p-id="7671"></path><path d="M195.136 795.296l135.648 141.408a15.424 15.424 0 0 0 25.504-4.96l71.488-181.76a15.52 15.52 0 0 0-17.408-20.864l-70.88 13.824q-23.072-173.312 92.64-289.056 116.672-116.64 291.84-92.256l-12.352 63.264a15.52 15.52 0 0 0 20.896 17.408l181.728-71.52a15.424 15.424 0 0 0 4.96-25.504l-141.44-135.616a15.424 15.424 0 0 0-25.824 8.128L736.96 294.72Q526.464 263.2 384 405.728q-141.568 141.536-111.424 350.24l-69.28 13.472a15.424 15.424 0 0 0-8.128 25.856z" fill="#363B4C" p-id="7672"></path></svg>'),i0=encodeURIComponent('<svg t="1775728220109" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7823" width="32" height="32"><path d="M851.136 239.36l-135.648-141.408q-17.568-18.304-42.432-13.472-24.864 4.832-34.112 28.384l-71.488 181.728q-10.08 25.536 7.584 46.72 17.6 21.152 44.608 15.904l37.28-7.232q6.88 136.352-86.976 230.24-94.816 94.784-233.056 86.784l5.824-29.888q5.248-26.976-15.936-44.608-21.152-17.632-46.72-7.584l-181.728 71.52q-23.552 9.28-28.384 34.144-4.8 24.832 13.504 42.432l141.44 135.584q19.84 19.072 46.08 10.88 26.176-8.256 31.424-35.232l9.504-48.736q206.656 20.096 350.048-123.328 142.4-142.4 123.552-347.232l41.28-8.032q26.944-5.248 35.2-31.456 8.224-26.24-10.88-46.08z" fill="#FFFFFF" p-id="7824"></path><path d="M653.856 350.56l-34.24 6.656q-26.944 5.248-44.576-15.904-17.664-21.184-7.584-46.72l71.488-181.728q9.28-23.552 34.112-28.384 24.864-4.832 42.432 13.472l135.648 141.44q19.072 19.84 10.848 46.08-8.256 26.208-35.2 31.456l-41.28 8q18.88 204.864-123.52 347.264-143.424 143.424-350.08 123.328l-9.504 48.736q-5.248 26.976-31.424 35.2-26.24 8.224-46.08-10.816l-141.44-135.616q-18.336-17.6-13.504-42.432 4.832-24.864 28.384-34.144l181.76-71.52q25.536-10.048 46.72 7.584 21.152 17.632 15.904 44.608l-5.216 26.848-0.608 3.04 3.136 0.16q136.192 6.784 229.92-86.944 92.8-92.8 87.104-227.136l-0.128-3.104-3.072 0.576z m205.152-66.016q7.68-24.48-10.112-43.04L713.28 100.096q-16.416-17.088-39.616-12.576-23.2 4.48-31.84 26.496L570.336 295.68q-9.408 23.872 7.04 43.616 16.48 19.776 41.664 14.88l40.8-7.936 0.16 3.552q6.976 137.76-87.84 232.576-95.808 95.776-235.424 87.68l-3.52-0.192 6.464-33.344q4.896-25.184-14.848-41.664-19.776-16.448-43.616-7.04l-181.728 71.488q-21.984 8.64-26.496 31.84-4.48 23.232 12.608 39.616l141.408 135.616q18.56 17.792 43.008 10.112 24.448-7.68 29.376-32.864l10.016-51.488 2.784 0.256q205.184 19.968 347.584-122.4 141.408-141.408 122.656-344.8l-0.256-2.784 44-8.544q25.152-4.896 32.832-29.344z" fill="#363B4C" p-id="7825"></path><path d="M828.864 260.736l-135.648-141.44a15.424 15.424 0 0 0-25.504 4.992l-71.488 181.728c-4.48 11.36 5.408 23.2 17.408 20.864l70.88-13.792q23.072 173.28-92.64 289.024-116.672 116.672-291.84 92.288l12.352-63.296a15.52 15.52 0 0 0-20.896-17.376L109.76 685.216a15.424 15.424 0 0 0-4.96 25.536l141.44 135.616c8.8 8.448 23.488 3.84 25.824-8.128l14.976-76.928q210.496 31.488 352.992-111.008 141.568-141.568 111.424-350.24l69.28-13.504a15.424 15.424 0 0 0 8.128-25.824z" fill="#363B4C" p-id="7826"></path></svg>'),h0=encodeURIComponent('<svg t="1775728230158" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7977" width="32" height="32"><path d="M851.136 816.64l-135.616 141.44q-17.6 18.304-42.464 13.44-24.864-4.8-34.112-28.384l-71.488-181.696q-10.048-25.568 7.584-46.72 17.632-21.184 44.608-15.936l37.28 7.264q6.88-136.384-86.976-230.24-94.816-94.816-233.024-86.816l5.792 29.888q5.248 26.976-15.904 44.608-21.184 17.632-46.72 7.584l-181.76-71.52q-23.52-9.28-28.352-34.112-4.864-24.864 13.472-42.432l141.44-135.616q19.84-19.072 46.08-10.848 26.208 8.256 31.456 35.2l9.472 48.768q206.656-20.096 350.08 123.296 142.4 142.4 123.52 347.264l41.28 8q26.944 5.28 35.2 31.488 8.224 26.208-10.848 46.08z" fill="#FFFFFF" p-id="7978"></path><path d="M653.856 705.44l-34.208-6.656q-26.976-5.248-44.608 15.936-17.632 21.152-7.584 46.72l71.488 181.696q9.28 23.552 34.112 28.416 24.864 4.8 42.464-13.504l135.616-141.408q19.072-19.872 10.848-46.08-8.224-26.24-35.2-31.456l-41.28-8.032q18.88-204.832-123.52-347.264-143.424-143.392-350.08-123.296l-9.472-48.736q-5.248-26.976-31.456-35.2-26.24-8.256-46.08 10.816l-141.44 135.616q-18.336-17.568-13.472 42.432 4.8 24.864 28.384 34.112l181.696 71.52q25.6 10.048 46.72-7.584 21.184-17.632 15.936-44.608l-5.216-26.816-0.576-3.072 3.104-0.16q136.192-6.784 229.92 86.976 92.8 92.8 87.104 227.104l-0.128 3.136-3.072-0.608z m205.184 66.048q7.68 24.448-10.112 43.008l-135.648 141.44q-16.416-17.088-39.616-12.576-23.2-4.512-31.84-26.496l-71.488-181.728q-9.376-23.84 7.072-43.616 16.48-19.744 41.632-14.848l40.8 7.936 0.16-3.584q6.976-137.728-87.84-232.576-95.808-95.776-235.424-87.68l-3.52 0.192 6.464 33.376q4.928 25.184-14.848 41.632-19.744 16.48-43.616 7.072L99.52 396.672q-21.984-8.64-26.496-31.84-4.48-23.2 12.608-39.616l141.44-135.584q18.56-17.824 42.976-10.112 24.48 7.68 29.376 32.832l10.016 51.52 2.784-0.288q205.184-19.968 347.584 122.4 141.408 141.44 122.656 344.8l-0.256 2.784 44 8.576q25.152-4.896 32.864 29.344z" fill="#363B4C" p-id="7979"></path><path d="M828.864 795.296l-135.616 141.408a15.424 15.424 0 0 1-25.536-4.96l-71.488-181.76a15.52 15.52 0 0 1 17.408-20.864l70.88 13.824q23.104-173.312-92.64-289.056-116.672-116.64-291.808-92.256l12.32 63.264a15.52 15.52 0 0 1-20.896 17.408l-181.696-71.52a15.424 15.424 0 0 1-4.992-25.504l141.44-135.616a15.424 15.424 0 0 1 25.824 8.128L287.04 294.72q210.528-31.52 353.024 111.008 141.568 141.536 111.392 350.24l69.28 13.472a15.424 15.424 0 0 1 8.128 25.856z" fill="#363B4C" p-id="7980"></path></svg>'),Z=encodeURIComponent('<svg t="1775728241788" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8131" width="32" height="32"><path d="M172.864 239.36l135.648-141.408q17.568-18.304 42.432-13.472 24.864 4.832 34.112 28.384l71.488 181.728q10.08 25.536-7.584 46.72-17.6 21.152-44.608 15.904l-37.28-7.232q-6.88 136.352 86.976 230.24 94.816 94.784 233.056 86.784l-5.824-29.888q-5.248-26.976 15.936-44.608 21.152-17.632 46.72-7.584l181.728 71.52q23.552 9.28 28.384 34.144 4.8 24.832-13.504 42.432l-141.44 135.584q-19.84 19.072-46.08 10.88-26.176-8.256-31.424-35.232l-9.504-48.736q-206.656 20.096-350.048-123.328-142.4-142.4-123.552-347.232l-41.28-8.032q-26.944-5.248-35.2-31.456-8.224-26.24 10.88-46.08z" fill="#FFFFFF" p-id="8132"></path><path d="M370.144 350.56l34.24 6.656q26.944 5.248 44.576-15.904 17.664-21.184 7.584-46.72l-71.488-181.728q-9.28-23.552-34.112-28.384-24.864-4.832-42.432 13.472l-135.648 141.44q-19.072 19.84-10.848 46.08 8.256 26.208 35.2 31.456l41.28 8q-18.88 204.864 123.52 347.264 143.424 143.424 350.08 123.328l9.504 48.736q5.248 26.976 31.424 35.2 26.24 8.224 46.08-10.816l141.44-135.616q18.336-17.6 13.504-42.432-4.832-24.864-28.384-34.144l-181.76-71.52q-25.536-10.048-46.72 7.584-21.152 17.632-15.904 44.608l5.216 26.848 0.608 3.04-3.136 0.16q-136.192 6.784-229.92-86.944-92.8-92.8-87.104-227.136l0.128-3.104 3.072 0.576zM164.992 284.544q-7.68-24.48 10.112-43.04L310.72 100.096q16.416-17.088 39.616-12.576 23.2 4.48 31.84 26.496l71.488 181.696q9.408 23.872-7.04 43.616-16.48 19.776-41.664 14.88l-40.8-7.936-0.16 3.552q-6.976 137.76 87.84 232.576 95.808 95.776 235.424 87.68l3.52-0.192-6.464-33.344q-4.896-25.184 14.848-41.664 19.776-16.448 43.616-7.04l181.728 71.488q21.984 8.64 26.496 31.84 4.48 23.232-12.608 39.616l-141.408 135.616q-18.56 17.792-43.008 10.112-24.448-7.68-29.376-32.864l-10.016-51.488-2.784 0.256q-205.184 19.968-347.584-122.4-141.408-141.408-122.656-344.8l0.256-2.784-44-8.544q-25.152-4.896-32.832-29.344z" fill="#363B4C" p-id="8133"></path><path d="M195.136 260.736l135.648-141.44a15.424 15.424 0 0 1 25.504 4.992l71.488 181.728a15.52 15.52 0 0 1-17.408 20.864l-70.88-13.792q-23.072 173.28 92.64 289.024 116.672 116.672 291.84 92.288l-12.352-63.296a15.52 15.52 0 0 1 20.896-17.376l181.728 71.488c10.464 4.128 13.12 17.728 4.96 25.536l-141.44 135.616a15.424 15.424 0 0 1-25.824-8.128l-14.976-76.928q-210.496 31.488-352.992-111.008-141.568-141.568-111.424-350.24l-69.28-13.504a15.424 15.424 0 0 1-8.128-25.824z" fill="#363B4C" p-id="8134"></path></svg>'),K=new Image;K.src=`data:image/svg+xml;utf8,${Z.replace(/%23363B4C/g,"%236965db")}`;const D2=(y,z)=>{if(!z)return`url('data:image/svg+xml;utf8,${y}') 16 16, auto`;const M=z*180/Math.PI,b=decodeURIComponent(y),V=b.indexOf(">")+1,E=b.lastIndexOf("</svg>");if(V<=0||E<=-1)return`url('data:image/svg+xml;utf8,${y}') 16 16, auto`;const N=b.slice(0,V)+`<g transform="rotate(${M}, 512, 512)">`+b.slice(V,E)+"</g></svg>";return`url('data:image/svg+xml;utf8,${encodeURIComponent(N)}') 16 16, auto`},l1={n:0,ne:45,e:90,se:135,s:180,sw:225,w:270,nw:315},T2=(y,z=0)=>{if(y==="rot_nw")return D2(h6,z);if(y==="rot_ne")return D2(h0,z);if(y==="rot_sw"||y==="rotCustomIcon")return D2(Z,z);if(y==="rot_se")return D2(i0,z);if(y.startsWith("point-"))return"pointer";if(y==="rotation")return"grab";if(y==="start"||y==="end")return"pointer";let M=l1[y];if(M!==void 0){let b=M+z*180/Math.PI;b=(b%180+180)%180;let V=Math.round(b/45)*45;if(V===180&&(V=0),V===0)return"ns-resize";if(V===45)return"nesw-resize";if(V===90)return"ew-resize";if(V===135)return"nwse-resize"}return"default"},o1=(y,z,M,b)=>{if(y.locked)return null;const V=(y.x+M)*z,E=(y.y+b)*z,N=y.width*z,O=y.height*z,C=y.angle||0,v=V+N/2,B=E+O/2,R=(w2,M2)=>Q2([w2,M2],[v,B],C),o2=4,e2=8,n2={};if(y.type==="line"||y.type==="arrow"){if(y.points&&y.points.length>=2){const w2=y.points,M2=y.x+y.width/2,d2=y.y+y.height/2,S2=V2=>{const P2=y.x+V2[0],q2=y.y+V2[1],[U2,A1]=Q2([P2,q2],[M2,d2],C);return[(U2+M)*z,(A1+b)*z]};return w2.forEach((V2,P2)=>{const q2=S2(V2);n2[`point-${P2}`]=[q2[0],q2[1],e2,e2]}),n2}return null}if(n2.nw=[...R(V-o2,E-o2),e2,e2],n2.ne=[...R(V+N+o2,E-o2),e2,e2],n2.sw=[...R(V-o2,E+O+o2),e2,e2],n2.se=[...R(V+N+o2,E+O+o2),e2,e2],n2.n=[...R(V+N/2,E-o2),e2,e2],n2.s=[...R(V+N/2,E+O+o2),e2,e2],n2.w=[...R(V-o2,E+O/2),e2,e2],n2.e=[...R(V+N+o2,E+O/2),e2,e2],y.type!=="note"){const w2=o2+8;n2.rot_nw=[...R(V-w2,E-w2),e2,e2],n2.rot_ne=[...R(V+N+w2,E-w2),e2,e2],n2.rot_sw=[...R(V-w2,E+O+w2),e2,e2],n2.rot_se=[...R(V+N+w2,E+O+w2),e2,e2];const M2=6;n2.rotCustomIcon=[...R(V-o2-M2,E+O+o2+M2),e2,e2]}return n2},v2=y=>{if(s1.value.visible&&(s1.value.visible=!1),s2.value)return;if(y.button===2&&o.appState.rightClickPan){const{x:E,y:N}=G1(y);if(!O1(E,N)){u.value=!0,w.value=!1,m2.value={x:E,y:N},R2.value={x:E,y:N};return}}const z=o.appConfig.editable===!1?"hand":o.appState.activeTool==="shapes"?o.appState.activeToolType:o.appState.activeTool,{x:M,y:b}=G1(y);if(m2.value={x:M,y:b},R2.value={x:M,y:b},j2.value={x:y.clientX,y:y.clientY},b2.value={x:M,y:b},z==="selection"){const E=Object.keys(o.appState.selectedElementIds);let N=null;if(E.length===1)N=o.elements.find(O=>O.id===E[0]&&!O.locked&&O.id!==o.appState.croppingElementId);else if(E.length>1){const O=o.elements.filter(v=>o.appState.selectedElementIds[v.id]&&!v.locked),C=pe(O);C&&(N={id:"selection-group",type:"rectangle",x:C.x,y:C.y,width:C.width,height:C.height,angle:0})}if(N){const O=Object.keys(o.appState.selectedElementIds);if(O.length===1&&o.appState.showQuickCreate!==!1){const o2=Y6(M,b);if(o2&&o2.element){X0(y,o2.dir,o2.element);return}}const C=s.value.getBoundingClientRect(),v=y.clientX-C.left,B=y.clientY-C.top,R=o1(N,l.zoom,l.scrollX,l.scrollY);if(R)for(const[o2,[e2,n2]]of Object.entries(R)){const w2=Math.hypot(v-e2,B-n2),M2=o2.startsWith("rot_")?15:10;if(w2<M2){if(T.value=o2,w.value=!0,S.value=N.angle,X.value=JSON.parse(JSON.stringify(N)),o2.startsWith("rot_")){const d2=N.x+N.width/2,S2=N.y+N.height/2;P.value=Math.atan2(b-S2,M-d2),j.value=0,J.value=0}if(O.length>1){const d2={};o.elements.forEach(S2=>{o.appState.selectedElementIds[S2.id]&&(d2[S2.id]=JSON.parse(JSON.stringify(S2)))}),W.value=d2}else W.value=null;return}}}}if(z==="eraser"){_.value=!0,_0(M,b);return}if(z==="selection"){let E=null;const N=Object.keys(o.appState.selectedElementIds);if(N.length>0&&!(y.ctrlKey||y.metaKey))for(let C=o.elements.length-1;C>=0;C--){const v=o.elements[C];if(v&&o.appState.selectedElementIds[v.id]&&!v.isDeleted){let B=v.type==="note"?v.noteShape||"note":v.type;B==="note"&&(B="rectangle");let R=!1;if(["rectangle","frame","image","text","square","process"].includes(B))R=x6(M,b,v.x,v.y,v.width,v.height,v.angle);else if(["ellipse","circle"].includes(B))R=E0(M,b,v.x,v.y,v.width,v.height,v.angle);else if(B==="cylinder")R=$3(M,b,v.x,v.y,v.width,v.height,v.angle);else if(B==="cube")R=L3(M,b,v.x,v.y,v.width,v.height,v.angle,v.isFlippedHorizontal,v.isFlippedVertical);else if(["star","trapezoid","parallelogram","diamond","decision","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","step1","step2","cloud"].includes(B)){let o2=[];B==="diamond"||B==="decision"?o2=H3(v.width,v.height):o2=Te(B,v.width,v.height),R=B0(M,b,o2,v.x,v.y,v.angle,v.isFlippedHorizontal,v.isFlippedVertical)}else B==="freedraw"?R=x6(M,b,v.x,v.y,v.width,v.height,v.angle):(B==="arrow"||B==="line")&&(R=ut(10,M,b,v,o.elements));if(R){E=v;break}}}if(E||(E=O1(M,b)),E&&E.type==="frame"){const C=O1(M,b,E.id);C&&(E=C)}let O=!1;if(!E&&N.length>1&&!(y.ctrlKey||y.metaKey)){const C=o.elements.filter(B=>o.appState.selectedElementIds[B.id]),v=pe(C);v&&x6(M,b,v.x,v.y,v.width,v.height,0)&&(O=!0)}if(E||O){if(E){let v=E.id;if(E.type==="text"&&E.containerId){const e2=o.elements.find(n2=>n2.id===E.containerId);e2&&!e2.isDeleted&&(v=e2.id)}const B=o.elements.find(e2=>e2.id===v);let R=[v];if(B&&B.groupIds.length>0){const e2=B.groupIds[B.groupIds.length-1];R=o.elements.filter(n2=>n2.groupIds.includes(e2)).map(n2=>n2.id)}if(y.ctrlKey||y.metaKey){const e2=!!o.appState.selectedElementIds[v];R.forEach(n2=>o.toggleSelection(n2,!e2))}else o.appState.selectedElementIds[v]||o.setSelectedElementIds(R)}let C=!0;E&&E.locked&&(C=!1),O&&o.elements.filter(B=>o.appState.selectedElementIds[B.id]).some(B=>B.locked)&&(C=!1),C&&y.button===0&&(E&&E.id===o.appState.croppingElementId||(D.value=!0))}else y.button===0?(H.value=!0,o.appState.isBoxSelecting=!0,y.ctrlKey||y.metaKey||o.setSelectedElementIds([])):y.ctrlKey||y.metaKey||o.setSelectedElementIds([]);return}if(z==="hand"){w.value=!0;return}if(w.value=!0,z==="laser"){p1.value.push([{x:M,y:b,time:Date.now()}]),U0();return}console.log("Canvas: creating element with arrowType:",o.appState.currentItemArrowType);const V=C0(z,M,b,{noteShape:z==="note"?o.appState.currentNoteShape||"note":void 0,strokeColor:z==="note"?"transparent":o.appState.currentItemStrokeColor,backgroundColor:z==="note"&&o.appState.currentNoteBackgroundColor||o.appState.currentItemBackgroundColor,fillStyle:z==="note"?"solid":o.appState.currentItemFillStyle,strokeWidth:o.appState.currentItemStrokeWidth,strokeStyle:o.appState.currentItemStrokeStyle,roughness:o.appState.currentItemRoughness,opacity:o.appState.currentItemOpacity,backgroundOpacity:o.appState.currentItemBackgroundOpacity,arrowType:z==="arrow"?o.appState.currentItemArrowType:"sharp",startArrowhead:z==="line"?"line":o.appState.currentItemStartArrowhead,endArrowhead:z==="line"?"line":o.appState.currentItemEndArrowhead,fontFamily:o.appState.currentItemFontFamily||"sans-serif",fontColor:o.appState.currentItemFontColor,fontBgColor:o.appState.currentItemFontBgColor,fontSize:o.appState.currentItemFontSize,textAlign:o.appState.currentItemTextAlign,verticalAlign:o.appState.currentItemVerticalAlign,isBold:o.appState.currentItemIsBold,isItalic:o.appState.currentItemIsItalic,isUnderline:o.appState.currentItemIsUnderline,isStrikethrough:o.appState.currentItemIsStrikethrough,fontWeight:o.appState.currentItemFontWeight||"Regular"});if(z==="arrow"&&i2.value){const E=o.elements.find(N=>N.id===i2.value);if(E&&!E.isDeleted){const N=E.x+E.width/2,O=E.y+E.height/2,[C,v]=Q2([M,b],[N,O],-E.angle),B=(C-E.x)/E.width,R=(v-E.y)/E.height;V.startBinding={elementId:E.id,focus:0,gap:5,fixedPoint:[B,R]}}t2.value=i2.value}l2.value=V.id,o.addElement(V)},E6=y=>{if(s2.value)return;const z=o.appConfig.editable===!1?"hand":o.appState.activeTool==="shapes"?o.appState.activeToolType:o.appState.activeTool,{x:M,y:b}=G1(y);if(b2.value={x:M,y:b},z==="laser"&&w.value){const v=p1.value[p1.value.length-1];v&&v.push({x:M,y:b,time:Date.now()});return}if(D.value&&z==="selection"){const v=Object.keys(o.appState.selectedElementIds);if(o.elements.some(R=>v.includes(R.id)&&R.type!=="frame")){let R=null;for(let o2=o.elements.length-1;o2>=0;o2--){const e2=o.elements[o2];if(e2&&!(e2.isDeleted||e2.type!=="frame"||o.appState.selectedElementIds[e2.id])&&M>=e2.x&&M<=e2.x+e2.width&&b>=e2.y&&b<=e2.y+e2.height){R=e2.id;break}}C2.value!==R&&(C2.value=R,d1())}else C2.value&&(C2.value=null,d1())}else C2.value&&(C2.value=null,d1());if((z==="line"||z==="arrow")&&w.value&&l2.value){const v=U6(M,b,l2.value);v!==x2.value&&(x2.value=v)}if(!w.value&&z==="selection"){s.value.style.cursor="default";const v=Object.keys(o.appState.selectedElementIds);let B=null;if(v.length===1)B=o.elements.find(o2=>o2.id===v[0]&&!o2.locked&&o2.id!==o.appState.croppingElementId);else if(v.length>1){const o2=o.elements.filter(n2=>o.appState.selectedElementIds[n2.id]&&!n2.locked),e2=pe(o2);e2&&(B={id:"selection-group",type:"rectangle",x:e2.x,y:e2.y,width:e2.width,height:e2.height,angle:0})}if(B){const o2=s.value.getBoundingClientRect(),e2=y.clientX-o2.left,n2=y.clientY-o2.top,w2=o1(B,l.zoom,l.scrollX,l.scrollY);if(w2){let M2=!1;for(const[d2,[S2,V2]]of Object.entries(w2)){const P2=Math.hypot(e2-S2,n2-V2),q2=d2.startsWith("rot_")?15:10;if(P2<q2){s.value.style.cursor=T2(d2,B.angle||0),M2=!0;break}}if(M2)return}if(o.appState.showQuickCreate!==!1&&v.length===1){const M2=Y6(M,b);if(M2){z1.value!==M2.dir&&(z1.value=M2.dir,d1()),s.value.style.cursor="pointer";return}else z1.value&&(z1.value=null,d1())}B.id==="selection-group"&&x6(M,b,B.x,B.y,B.width,B.height,0)&&(s.value.style.cursor="move")}let R=O1(M,b);if((!R||!o.appState.selectedElementIds[R.id])&&Object.keys(o.appState.selectedElementIds).length>0)for(let e2=o.elements.length-1;e2>=0;e2--){const n2=o.elements[e2];if(!(!n2||n2.isDeleted)&&o.appState.selectedElementIds[n2.id]){let w2=!1;if(["rectangle","image","text","frame","freedraw","square","process"].includes(n2.type)?w2=x6(M,b,n2.x,n2.y,n2.width,n2.height,n2.angle):["diamond","decision","star","trapezoid","parallelogram"].includes(n2.type)?w2=R0(M,b,n2.x,n2.y,n2.width,n2.height,n2.angle):["ellipse","circle","cylinder"].includes(n2.type)?w2=E0(M,b,n2.x,n2.y,n2.width,n2.height,n2.angle):["arrow","line"].includes(n2.type),w2){R=n2;break}}}R&&!w.value&&!R.locked?(I2.value=R.id,s.value.style.cursor="move"):I2.value=null,I2.value&&d1()}if((z==="arrow"||z==="line")&&A6(y,M,b),w.value&&T.value?.startsWith("rot_")&&X.value){const v=X.value,B=v.id,R=v.x+v.width/2,o2=v.y+v.height/2,e2=Math.atan2(b-o2,M-R);let n2=e2-P.value;n2>Math.PI&&(n2-=2*Math.PI),n2<-Math.PI&&(n2+=2*Math.PI),j.value+=n2,P.value=e2;let w2=j.value;if(y.shiftKey){const M2=Math.PI/12;w2=Math.round(j.value/M2)*M2}if(J.value=w2,W.value&&B==="selection-group"){const M2=w2;Object.values(W.value).forEach(d2=>{const[S2,V2]=Q2([d2.x+d2.width/2,d2.y+d2.height/2],[R,o2],M2);o.updateElement(d2.id,{x:S2-d2.width/2,y:V2-d2.height/2,angle:d2.angle+M2})})}else{const M2=S.value+w2,d2=o.elements.find(S2=>S2.type==="text"&&S2.containerId===v.id&&!S2.isDeleted);d2&&o.updateElement(d2.id,{angle:M2}),o.updateElement(v.id,{angle:M2})}d1();return}if(w.value&&T.value&&X.value){const v=T.value,B=X.value;if((B.type==="line"||B.type==="arrow")&&v.startsWith("point-")&&!W.value){let $2=M,t1=b;const w1=B.points,f0=B.x+B.width/2,V0=B.y+B.height/2,F1=w1.map(L2=>{const r1=B.x+L2[0],f1=B.y+L2[1];return Q2([r1,f1],[f0,V0],B.angle)});let f6=parseInt(v.split("-")[1]||"");if(isNaN(f6)&&(f6=v==="start"?0:F1.length-1),y.shiftKey&&F1.length>1){const L2=v==="start"?1:F1.length-2,r1=F1[L2],f1=F1[f6],n1=Math.atan2(f1[1]-r1[1],f1[0]-r1[0]),b1=Math.atan2(t1-r1[1],$2-r1[0]),o6=Math.hypot($2-r1[0],t1-r1[1]);let R1=b1;if(r1&&f1){let B1=Math.abs(b1-n1);B1>Math.PI&&(B1=2*Math.PI-B1);const l6=n1+Math.PI>Math.PI?n1-Math.PI:n1+Math.PI;let Z6=Math.abs(b1-l6);if(Z6>Math.PI&&(Z6=2*Math.PI-Z6),B1<.1||Z6<.1)R1=B1<.1?n1:l6;else{const u0=15*Math.PI/180;R1=Math.round(b1/u0)*u0}$2=r1[0]+o6*Math.cos(R1),t1=r1[1]+o6*Math.sin(R1)}}A6(y,$2,t1);let z6=null,r2=O1($2,t1,B.id);if(r2&&["rectangle","diamond","ellipse","image","text","frame","square","star","circle","cylinder","process","decision","trapezoid","parallelogram","cloud","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2"].includes(r2.type)&&!r2.locked){let L2=!0;r2.type==="frame"&&$2>r2.x+10&&$2<r2.x+r2.width-10&&t1>r2.y+10&&t1<r2.y+r2.height-10&&(L2=!1),L2?(z6=r2.id,I2.value=r2.id):(r2=null,z6=null,I2.value=null)}else if(i2.value){const L2=o.elements.find(r1=>r1.id===i2.value);if(L2&&!L2.isDeleted&&["rectangle","diamond","ellipse","image","text","frame","square","star","circle","cylinder","process","decision","trapezoid","parallelogram","cloud","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2"].includes(L2.type)&&!L2.locked){let r1=!0;L2.type==="frame"&&$2>L2.x+10&&$2<L2.x+L2.width-10&&t1>L2.y+10&&t1<L2.y+L2.height-10&&(r1=!1),r1?(z6=L2.id,r2=L2,I2.value=L2.id):I2.value=null}else I2.value=null}else I2.value=null;let Q6=!1;if(F1.length===3&&(f6===0||f6===2)){const L2=F1[0],r1=F1[1],f1=F1[2],n1=(L2[0]+f1[0])/2,b1=(L2[1]+f1[1])/2;Math.abs(r1[0]-n1)<1&&Math.abs(r1[1]-b1)<1&&(Q6=!0)}if(F1[f6]=[$2,t1],Q6){const L2=F1[0],r1=F1[2];F1[1]=[(L2[0]+r1[0])/2,(L2[1]+r1[1])/2]}const o0=F1.map(L2=>L2[0]),S4=F1.map(L2=>L2[1]),k4=Math.min(...o0),Ct=Math.max(...o0),E4=Math.min(...S4),k1=Math.max(...S4),x1=k4,B4=E4,Ft=Ct-k4,_t=k1-E4,It=F1.map(L2=>[L2[0]-x1,L2[1]-B4]),te={x:x1,y:B4,width:Ft,height:_t,points:It,angle:0};if(f6===0){let L2=z6?{elementId:z6,focus:0,gap:5}:null;if(z6&&r2)if((()=>{if(["rectangle","image","text","frame","square","process"].includes(r2.type))return x6($2,t1,r2.x+10,r2.y+10,r2.width-20,r2.height-20,r2.angle);if(["ellipse","circle","cylinder"].includes(r2.type))return E0($2,t1,r2.x+10,r2.y+10,r2.width-20,r2.height-20,r2.angle);if(["diamond","decision"].includes(r2.type))return R0($2,t1,r2.x+10,r2.y+10,r2.width-20,r2.height-20,r2.angle);if(["star","trapezoid","parallelogram"].includes(r2.type)){let n1=[];return r2.type==="star"?n1=r0(r2.width-20,r2.height-20):r2.type==="trapezoid"?n1=de(r2.width-20,r2.height-20):r2.type==="parallelogram"&&(n1=he(r2.width-20,r2.height-20)),B0($2,t1,n1,r2.x+10,r2.y+10,r2.angle,r2.isFlippedHorizontal,r2.isFlippedVertical)}return!1})()){const n1=r2.x+r2.width/2,b1=r2.y+r2.height/2,[o6,R1]=Q2([$2,t1],[n1,b1],-r2.angle),B1=(o6-r2.x)/r2.width,l6=(R1-r2.y)/r2.height;L2.fixedPoint=[B1,l6],L2.isBorder=!1}else{const n1=r2.x+r2.width/2,b1=r2.y+r2.height/2,o6=Math.atan2(t1-b1,$2-n1),R1=Math.max(r2.width,r2.height)*2,B1=[n1+Math.cos(o6)*R1,b1+Math.sin(o6)*R1],l6=X6(r2,B1,[n1,b1]);if(l6){const[Z6,u0]=Q2(l6,[n1,b1],-r2.angle),be=(Z6-r2.x)/r2.width,ve=(u0-r2.y)/r2.height;L2.fixedPoint=[be,ve],L2.isBorder=!o.appState.fixedArrowBinding,o.appState.fixedArrowBinding||delete L2.fixedPoint}}te.startBinding=L2}else B.startBinding&&(te.startBinding=B.startBinding);if(f6===F1.length-1){let L2=z6?{elementId:z6,focus:0,gap:5}:null;if(z6&&r2)if((()=>{if(["rectangle","image","text","frame","square","process"].includes(r2.type))return x6($2,t1,r2.x+10,r2.y+10,r2.width-20,r2.height-20,r2.angle);if(["ellipse","circle","cylinder"].includes(r2.type))return E0($2,t1,r2.x+10,r2.y+10,r2.width-20,r2.height-20,r2.angle);if(["diamond","decision"].includes(r2.type))return R0($2,t1,r2.x+10,r2.y+10,r2.width-20,r2.height-20,r2.angle);if(["star","trapezoid","parallelogram"].includes(r2.type)){let n1=[];return r2.type==="star"?n1=r0(r2.width-20,r2.height-20):r2.type==="trapezoid"?n1=de(r2.width-20,r2.height-20):r2.type==="parallelogram"&&(n1=he(r2.width-20,r2.height-20)),B0($2,t1,n1,r2.x+10,r2.y+10,r2.angle,r2.isFlippedHorizontal,r2.isFlippedVertical)}return!1})()){const n1=r2.x+r2.width/2,b1=r2.y+r2.height/2,[o6,R1]=Q2([$2,t1],[n1,b1],-r2.angle),B1=(o6-r2.x)/r2.width,l6=(R1-r2.y)/r2.height;L2.fixedPoint=[B1,l6],L2.isBorder=!1}else{const n1=r2.x+r2.width/2,b1=r2.y+r2.height/2,o6=Math.atan2(t1-b1,$2-n1),R1=Math.max(r2.width,r2.height)*2,B1=[n1+Math.cos(o6)*R1,b1+Math.sin(o6)*R1],l6=X6(r2,B1,[n1,b1]);if(l6){const[Z6,u0]=Q2(l6,[n1,b1],-r2.angle),be=(Z6-r2.x)/r2.width,ve=(u0-r2.y)/r2.height;L2.fixedPoint=[be,ve],L2.isBorder=!o.appState.fixedArrowBinding,o.appState.fixedArrowBinding||delete L2.fixedPoint}}te.endBinding=L2}else B.endBinding&&(te.endBinding=B.endBinding);o.updateElement(B.id,te);const Ye=o.elements.find(L2=>L2.type==="text"&&L2.containerId===B.id&&!L2.isDeleted);if(Ye){const L2=o.elements.find(r1=>r1.id===B.id);if(L2){const r1=u2(L2);if(r1){const n1=(Ye.fontSize||20)*1.25;o.updateElement(Ye.id,{x:r1.midX-r1.length/2,y:r1.midY-n1/2,width:r1.length,height:n1,angle:r1.angle})}}}(f6===0||f6===F1.length-1)&&B.type==="arrow"?A6(y,M,b):d1();return}const R=B.x+B.width/2,o2=B.y+B.height/2,[e2,n2]=Q2([M,b],[R,o2],-B.angle),[w2,M2]=Q2([m2.value.x,m2.value.y],[R,o2],-B.angle),d2=e2-w2,S2=n2-M2;let V2=B.x,P2=B.y,q2=B.width,U2=B.height;if(v.includes("e")&&(q2+=d2,Math.abs(q2)<10&&(q2=q2<0?-10:10)),v.includes("w")&&(q2-=d2,Math.abs(q2)<10&&(q2=q2<0?-10:10),V2=B.x+B.width-q2),v.includes("s")&&(U2+=S2,Math.abs(U2)<10&&(U2=U2<0?-10:10)),v.includes("n")&&(U2-=S2,Math.abs(U2)<10&&(U2=U2<0?-10:10),P2=B.y+B.height-U2),y.shiftKey&&(["rectangle","diamond","ellipse","star","cylinder","process","decision","trapezoid","parallelogram","image","cloud","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2"].includes(B.type)||B.id==="selection-group")||["square","circle"].includes(B.type)){const $2=B.width/B.height;Math.abs(q2)/$2>Math.abs(U2)?U2=(U2<0?-1:1)*Math.abs(q2/$2):q2=(q2<0?-1:1)*Math.abs(U2*$2),(Math.abs(q2)<10||Math.abs(U2)<10)&&($2>=1?(U2=(U2<0?-1:1)*10,q2=(q2<0?-1:1)*10*$2):(q2=(q2<0?-1:1)*10,U2=(U2<0?-1:1)*10/$2)),v.includes("w")&&(V2=B.x+B.width-q2),v.includes("n")&&(P2=B.y+B.height-U2)}let A1=B.isFlippedHorizontal||!1,T6=B.isFlippedVertical||!1,j1=1,i6=1;if(q2<0&&(V2+=q2,q2=Math.abs(q2),A1=!A1,j1=-1),U2<0&&(P2+=U2,U2=Math.abs(U2),T6=!T6,i6=-1),W.value&&B.id==="selection-group"){const $2=q2/B.width,t1=U2/B.height;Object.values(W.value).forEach(w1=>{let f0=w1.x-B.x,V0=w1.y-B.y;j1===-1&&(f0=B.width-(f0+w1.width)),i6===-1&&(V0=B.height-(V0+w1.height));const F1=B.x+(V2-B.x)+f0*$2,f6=B.y+(P2-B.y)+V0*t1,z6=w1.width*$2,r2=w1.height*t1,Q6={x:F1,y:f6,width:z6,height:r2,isFlippedHorizontal:j1===-1?!w1.isFlippedHorizontal:w1.isFlippedHorizontal||!1,isFlippedVertical:i6===-1?!w1.isFlippedVertical:w1.isFlippedVertical||!1};w1.type==="text"&&(Q6.fontSize=(w1.fontSize||20)*$2),w1.type==="freedraw"&&(Q6.points=w1.points.map(o0=>[o0[0]*$2,o0[1]*t1])),(w1.type==="arrow"||w1.type==="line")&&w1.points&&(Q6.points=w1.points.map(o0=>[o0[0]*$2,o0[1]*t1])),o.updateElement(w1.id,Q6)}),d1();return}const S1={x:V2,y:P2,width:q2,height:U2,isFlippedHorizontal:A1,isFlippedVertical:T6};if(B.type==="text")if(!B.containerId&&!B.frameId)if(v==="n"||v==="s")S1.fontSize=Math.round((B.fontSize||20)*(U2/B.height)),S1.width=B.width*(U2/B.height),S1.height=U2;else if(v==="e"||v==="w"){const $2=v1(",",B.fontSize||20,B.fontFamily||"sans-serif",void 0,{isBold:B.isBold,isItalic:B.isItalic,fontWeight:B.fontWeight,lineHeight:B.lineHeight,letterSpacing:B.letterSpacing}).width;q2<$2&&(q2=$2,v==="w"&&(V2=B.x+(B.width-$2)));const t1=v1(B.text||"",B.fontSize||20,B.fontFamily||"sans-serif",q2,{isBold:B.isBold,isItalic:B.isItalic,fontWeight:B.fontWeight,lineHeight:B.lineHeight,letterSpacing:B.letterSpacing});S1.height=t1.height,S1.width=q2,S1.x=V2,S1.autoResize=!1}else S1.fontSize=Math.round((B.fontSize||20)*(q2/B.width)),S1.height=B.height*(q2/B.width);else S1.autoResize=!1;else if(B.type==="freedraw"){const $2=B.width===0?1:q2/B.width,t1=B.height===0?1:U2/B.height;S1.points=B.points.map(w1=>[w1[0]*$2,w1[1]*t1])}const p6=o.elements.find($2=>$2.type==="text"&&$2.containerId===B.id&&!$2.isDeleted);if(p6){const $2=v1(",",B.fontSize||20,B.fontFamily||"sans-serif",void 0,{isBold:B.isBold,isItalic:B.isItalic,fontWeight:B.fontWeight,lineHeight:B.lineHeight,letterSpacing:B.letterSpacing}).width;q2<$2&&(q2=$2,v.includes("w")&&(V2=B.x+(B.width-$2),S1.x=V2)),S1.width=q2;const t1=v1(p6.text||"",p6.fontSize||20,p6.fontFamily||"sans-serif",q2,{isBold:p6.isBold,isItalic:p6.isItalic,fontWeight:p6.fontWeight,lineHeight:p6.lineHeight,letterSpacing:p6.letterSpacing}).height;U2<t1&&(v.includes("n")&&(P2=B.y+(B.height-t1),S1.y=P2),U2=t1),S1.height=U2}const we=Math.max(q2,S1.width),K0=Math.max(U2,S1.height);let J0=S1.x,ee=S1.y;if(B.angle){const $2=J0+we/2,t1=ee+K0/2,[w1,f0]=Q2([$2,t1],[R,o2],B.angle);J0=w1-we/2,ee=f0-K0/2}p6&&o.updateElement(p6.id,{...S1,x:J0,y:ee,width:we,height:K0}),o.updateElement(B.id,{...S1,x:J0,y:ee,width:we,height:K0}),d1();return}if(_.value&&z==="eraser"){A.value.push({x:M,y:b,timestamp:Date.now()}),A.value.length>50&&A.value.shift(),_0(M,b),d1();return}if(z==="hand"&&w.value||u.value){if(o.appState.viewLocked)return;o.appState.isPanningCanvas=!0;const v=y.clientX-j2.value.x,B=y.clientY-j2.value.y;o.setScroll&&o.setScroll(o.appState.scrollX+v/l.zoom,o.appState.scrollY+B/l.zoom),j2.value={x:y.clientX,y:y.clientY};return}if(D.value&&z==="selection"){if(Math.hypot(M-m2.value.x,b-m2.value.y)<5)return;const R=Object.keys(o.appState.selectedElementIds);let o2=M-R2.value.x,e2=b-R2.value.y;Z1.value=[],o.moveElements(R,o2,e2),R.forEach(n2=>{const w2=o.elements.find(M2=>M2.id===n2);w2&&w2.type==="arrow"&&(w2.startBinding&&!R.includes(w2.startBinding.elementId)&&o.updateElement(w2.id,{startBinding:null}),w2.endBinding&&!R.includes(w2.endBinding.elementId)&&o.updateElement(w2.id,{endBinding:null}))}),R2.value={x:M,y:b};return}if(H.value&&z==="selection"){Q0(),d1();return}if((!w.value||!l2.value)&&!w.value){d1();return}let V=M-m2.value.x,E=b-m2.value.y;const N=y.shiftKey&&["rectangle","diamond","ellipse","star","cylinder","trapezoid","parallelogram","process","decision","cloud","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2"].includes(z),O=["square","circle"].includes(z);if(N||O){const v=Math.max(Math.abs(V),Math.abs(E));V=V<0?-v:v,E=E<0?-v:v}const C=o.elements.find(v=>v.id===l2.value);if(C){if(C.type==="freedraw")l2.value&&o.updateElement(l2.value,{points:[...C.points,[M-C.x,b-C.y]]});else if(C.type==="line"||C.type==="arrow"){let v=V,B=E;if(y.shiftKey){const V2=Math.hypot(v,B),P2=Math.atan2(B,v),q2=Math.round(P2/(15*Math.PI/180))*(15*Math.PI/180);v=V2*Math.cos(q2),B=V2*Math.sin(q2)}const R=m2.value.x+v,o2=m2.value.y+B,e2=v<0?R:m2.value.x,n2=B<0?o2:m2.value.y,w2=m2.value.x-e2,M2=m2.value.y-n2,d2=R-e2,S2=o2-n2;if(l2.value){let V2={x:e2,y:n2,width:Math.abs(v),height:Math.abs(B),points:[[w2,M2],[d2,S2]]};o.updateElement(l2.value,V2)}}else{if(l2.value){let v=Math.abs(V),B=Math.abs(E);v<10&&(v=10),B<10&&(B=10),o.updateElement(l2.value,{width:v,height:B,x:V<0?m2.value.x-v:m2.value.x,y:E<0?m2.value.y-B:m2.value.y})}if(C.type==="frame"){const v={x:C.x,y:C.y,width:C.width,height:C.height},B={};o.elements.forEach(R=>{R.id!==C.id&&!R.isDeleted&&R.type!=="frame"&&!R.frameId&&R.x>=v.x&&R.y>=v.y&&R.x+R.width<=v.x+v.width&&R.y+R.height<=v.y+v.height&&(B[R.id]=!0)}),_2.value=B}}d1()}},A6=(y,z,M)=>{const b=y.movementX,V=y.movementY,E=20;if(Math.abs(b)>0||Math.abs(V)>0){let N=null,O=1/0;const C=Math.abs(b)>Math.abs(V);if(o.elements.forEach(v=>{if(v.isDeleted||v.locked||v.type==="frame"||v.type==="line"||v.type==="arrow"||v.type==="freedraw"||v.type==="text"&&v.containerId)return;const B=v.x,R=v.y,o2=v.width,e2=v.height;if(C){if(M>=R-E&&M<=R+e2+E){let n2=1/0;if(z>=B&&z<=B+o2)n2=0;else{const w2=Math.abs(z-B),M2=Math.abs(z-(B+o2));n2=Math.min(w2,M2)}n2<=E&&n2<O&&(O=n2,N=v)}}else if(z>=B-E&&z<=B+o2+E){let n2=1/0;if(M>=R&&M<=R+e2)n2=0;else{const w2=Math.abs(M-R),M2=Math.abs(M-(R+e2));n2=Math.min(w2,M2)}n2<=E&&n2<O&&(O=n2,N=v)}}),N)i2.value=N.id;else{let v=l2.value;if(!v){const o2=Object.keys(o.appState.selectedElementIds);o2.length===1&&(v=o2[0])}const B=O1(z,M,v),R=B&&B.type==="text"&&B.containerId&&(()=>{const o2=o.elements.find(e2=>e2.id===B.containerId);return!!o2&&(o2.type==="arrow"||o2.type==="line")})();if(B&&B.type!=="freedraw"&&!B.locked&&!R)i2.value=B.id;else{const o2=U6(z,M,v);i2.value=o2}}d1()}},j0=y=>{if(o.appState.isPanningCanvas=!1,u.value){u.value=!1,w.value=!1;return}if(o.appConfig.editable===!1){w.value=!1;return}if(!s2.value){if(w.value&&l2.value){const z=o.elements.find(M=>M.id===l2.value);if(z&&z.type==="text"){s2.value=z.id,h2.value=z.text||"",w.value=!1,l2.value=null,t.nextTick(()=>{r.value&&r.value.focus()});return}if(z&&z.type==="note"){const M=z,b=C0("text",M.x,M.y,{fontColor:M.fontColor||o.appState.currentItemFontColor||"#333333",fontFamily:M.fontFamily||o.appState.currentItemFontFamily||"sans-serif",fontSize:M.fontSize||o.appState.currentItemFontSize||20,textAlign:M.textAlign||o.appState.currentItemTextAlign||"center",verticalAlign:M.verticalAlign||o.appState.currentItemVerticalAlign||"middle"});b.containerId=M.id,b.width=M.width,b.height=M.height,o.addElement(b),s2.value=b.id,h2.value="",w.value=!1,l2.value=null,o.setSelectedElementIds([M.id]),t.nextTick(()=>{r.value&&r.value.focus()});return}}if(l2.value){const z=o.elements.find(M=>M.id===l2.value);if(z&&(z.type==="arrow"||z.type==="line")){let M=null,b=O1(m2.value.x,m2.value.y,z.id);if(b)b.type==="frame"&&m2.value.x>b.x+10&&m2.value.x<b.x+b.width-10&&m2.value.y>b.y+10&&m2.value.y<b.y+b.height-10&&(b=null),M=b?b.id:null;else if(t2.value){const v=o.elements.find(B=>B.id===t2.value);v&&!v.isDeleted&&(v.type==="frame"&&m2.value.x>v.x+10&&m2.value.x<v.x+v.width-10&&m2.value.y>v.y+10&&m2.value.y<v.y+v.height-10||(M=v.id,b=v))}if(M&&b){let B=!1;if(["rectangle","image","text","frame","square","process"].includes(b.type))B=x6(m2.value.x,m2.value.y,b.x+10,b.y+10,b.width-20,b.height-20,b.angle);else if(["ellipse","circle","cylinder"].includes(b.type))B=E0(m2.value.x,m2.value.y,b.x+10,b.y+10,b.width-20,b.height-20,b.angle);else if(["diamond","decision"].includes(b.type))B=R0(m2.value.x,m2.value.y,b.x+10,b.y+10,b.width-20,b.height-20,b.angle);else if(["star","trapezoid","parallelogram"].includes(b.type)){let R=[];b.type==="star"?R=r0(b.width-20,b.height-20):b.type==="trapezoid"?R=de(b.width-20,b.height-20):b.type==="parallelogram"&&(R=he(b.width-20,b.height-20)),B=B0(m2.value.x,m2.value.y,R,b.x+10,b.y+10,b.angle,b.isFlippedHorizontal,b.isFlippedVertical)}{const R=b.x+b.width/2,o2=b.y+b.height/2,[e2,n2]=Q2([m2.value.x,m2.value.y],[R,o2],-b.angle),w2=(e2-b.x)/b.width,M2=(n2-b.y)/b.height;o.updateElement(z.id,{startBinding:{elementId:M,focus:0,gap:10,...o.appState.fixedArrowBinding||B?{fixedPoint:[w2,M2]}:{},isBorder:o.appState.fixedArrowBinding?!1:!B}})}}let V=null,E=O1(b2.value.x,b2.value.y,z.id);if(E)E.type==="frame"&&b2.value.x>E.x+10&&b2.value.x<E.x+E.width-10&&b2.value.y>E.y+10&&b2.value.y<E.y+E.height-10&&(E=null),V=E?E.id:null;else if(i2.value){const v=o.elements.find(B=>B.id===i2.value);v&&!v.isDeleted&&(v.type==="frame"&&b2.value.x>v.x+10&&b2.value.x<v.x+v.width-10&&b2.value.y>v.y+10&&b2.value.y<v.y+v.height-10||(V=v.id,E=v))}if(V&&E){let B=!1;if(["rectangle","image","text","frame","square","process"].includes(E.type))B=x6(b2.value.x,b2.value.y,E.x+10,E.y+10,E.width-20,E.height-20,E.angle);else if(["ellipse","circle","cylinder"].includes(E.type))B=E0(b2.value.x,b2.value.y,E.x+10,E.y+10,E.width-20,E.height-20,E.angle);else if(["diamond","decision"].includes(E.type))B=R0(b2.value.x,b2.value.y,E.x+10,E.y+10,E.width-20,E.height-20,E.angle);else if(["star","trapezoid","parallelogram"].includes(E.type)){let R=[];E.type==="star"?R=r0(E.width-20,E.height-20):E.type==="trapezoid"?R=de(E.width-20,E.height-20):E.type==="parallelogram"&&(R=he(E.width-20,E.height-20)),B=B0(b2.value.x,b2.value.y,R,E.x+10,E.y+10,E.angle,E.isFlippedHorizontal,E.isFlippedVertical)}{const R=E.x+E.width/2,o2=E.y+E.height/2,[e2,n2]=Q2([b2.value.x,b2.value.y],[R,o2],-E.angle),w2=(e2-E.x)/E.width,M2=(n2-E.y)/E.height;o.updateElement(z.id,{endBinding:{elementId:V,focus:0,gap:10,...o.appState.fixedArrowBinding||B?{fixedPoint:[w2,M2]}:{},isBorder:o.appState.fixedArrowBinding?!1:!B}})}}const N=m2.value,O=b2.value;let C=null;for(const v of o.elements)if(v.type==="frame"&&!v.isDeleted){const B=N.x>=v.x&&N.x<=v.x+v.width&&N.y>=v.y&&N.y<=v.y+v.height,R=O.x>=v.x&&O.x<=v.x+v.width&&O.y>=v.y&&O.y<=v.y+v.height;B&&R&&(C=v.id)}if(C&&o.updateElement(z.id,{frameId:C}),(z.type==="line"||z.type==="arrow"&&z.arrowType!=="elbow"&&z.arrowType!=="arrowBold")&&z.points.length===2){const v=z.points[0],B=z.points[1];if(v&&B){const R=(v[0]+B[0])/2,o2=(v[1]+B[1])/2,n2={points:[v,[R,o2],B]};z.type==="line"?n2.arrowType="round":z.type,o.updateElement(z.id,n2)}}}else if(z&&z.type==="frame"){const M=z.id;Object.keys(_2.value).forEach(V=>{o.updateElement(V,{frameId:M})}),_2.value={}}}if(w.value||D.value){if(l2.value){const z=o.elements.find(M=>M.id===l2.value);if(z&&z.type==="freedraw"){const M=z.points.map(V=>V[0]),b=z.points.map(V=>V[1]);if(M.length>0&&b.length>0){const V=Math.min(...M),E=Math.min(...b),N=Math.max(...M),O=Math.max(...b);o.updateElement(z.id,{x:z.x+V,y:z.y+E,width:N-V,height:O-E,points:z.points.map(C=>[C[0]-V,C[1]-E])})}}if(["rectangle","diamond","ellipse","frame","square","star","circle","cylinder","process","decision","trapezoid","parallelogram","cloud","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2"].includes(z.type)&&(z.width<10||z.height<10)){o.deleteElement(z.id),l2.value=null,w.value=!1,d1();return}z.type!=="arrow"&&z.type!=="freedraw"&&o.setSelectedElementIds([l2.value]),z.type!=="freedraw"&&!o.appState.lockedTool&&o.setTool("selection"),(l2.value||Object.keys(o.appState.selectedElementIds).length>0)&&o.recordHistory()}L1.value.forEach(z=>{const M=o.elements.find(b=>b.id===z);if(M&&M.type!="frame"){const b=C2.value;let V=!0;if(b===null&&M.frameId)if(o.appState.selectedElementIds[M.frameId])V=!1;else{const E=o.elements.find(N=>N.id===M.frameId);E&&!E.isDeleted&&M.x<E.x+E.width&&M.x+M.width>E.x&&M.y<E.y+E.height&&M.y+M.height>E.y&&(V=!1)}V&&(o.elements.filter(N=>N.containerId===M.id).forEach(N=>{o.updateElement(N.id,{frameId:b})}),o.updateElement(z,{frameId:b}))}})}_.value&&Object.keys(k2.value).length>0&&(Object.keys(k2.value).forEach(z=>{o.deleteElement(z)}),k2.value={},o.recordHistory()),(D.value||T.value)&&o.recordHistory(),w.value=!1,_.value=!1,H.value=!1,o.appState.isBoxSelecting=!1,l2.value=null,T.value=null,i2.value=null,t2.value=null,D.value=!1,C2.value=null,_2.value={},o.appState.activeTool==="laser"||d1()}},U0=()=>{if(Y1)return;const y=()=>{const z=Date.now(),M=1e3;let b=!1;p1.value=p1.value.map(V=>V.filter(E=>z-E.time<M)).filter(V=>V.length>0),b=p1.value.length>0,d1(),b||w.value&&o.appState.activeTool==="laser"?Y1=requestAnimationFrame(y):Y1=null};y()},p0=t.ref(""),me=t.ref(""),Oe=y=>{y2.value=!0,me.value=h2.value+"",p0.value=""},Re=y=>{p0.value=y.data,t.nextTick(()=>{r.value&&(K2.value=w8(r.value,1,null).height)})},ge=y=>{y2.value=!1,p0.value=""},F0=y=>{y2.value||(h2.value=y.target.value)};t.watch(()=>h2.value,async y=>{if(s2.value){y?(await t.nextTick(),r.value&&(K2.value=w8(r.value,1,null).height)):K2.value="23px";const z=o.elements.find(M=>M.id===s2.value);if(z&&z.type==="text")if(z.containerId){const M=o.elements.find(b=>b.id===z.containerId);if(M&&(M.type==="arrow"||M.type==="line")){const b=u2(M);if(b){const V=v1(y||"我",z.fontSize||20,z.fontFamily||"sans-serif",b.length,{isBold:z.isBold,isItalic:z.isItalic,fontWeight:z.fontWeight,lineHeight:z.lineHeight,letterSpacing:z.letterSpacing}),E=v1("我",z.fontSize||20,z.fontFamily||"sans-serif",void 0,{isBold:z.isBold,isItalic:z.isItalic,fontWeight:z.fontWeight,lineHeight:z.lineHeight,letterSpacing:z.letterSpacing}),N=Math.max(Math.min(V.width,b.length),E.width),O=V.height;o.updateElement(z.id,{text:y,width:N,height:O,x:b.midX-N/2,y:b.midY-O/2})}else o.updateElement(z.id,{text:y})}else if(M){const b=Number(K2.value.replace("px",""))+8;b>M.height?(o.updateElement(M.id,{height:b}),o.updateElement(z.id,{height:b,text:y})):o.updateElement(z.id,{text:y})}}else{const M=z.autoResize===!1?z.width:void 0,b=v1(y,z.fontSize||20,z.fontFamily||"sans-serif",M,{isBold:z.isBold,isItalic:z.isItalic,fontWeight:z.fontWeight,lineHeight:z.lineHeight,letterSpacing:z.letterSpacing}),V=v1("我",z.fontSize||20,z.fontFamily||"sans-serif",void 0,{isBold:z.isBold,isItalic:z.isItalic,fontWeight:z.fontWeight,lineHeight:z.lineHeight,letterSpacing:z.letterSpacing}).width,E=b.height,N=Math.max(b.width,V);o.updateElement(z.id,{width:z.autoResize!==!1?N:z.width,height:E,text:y})}}});const We=()=>{if(s2.value)if(h2.value.replaceAll(" ","").replaceAll(`
|
|
26
|
-
`,"").trim()){const y=o.elements.find(z=>z.id===s2.value);y&&(y.type==="frame"?o.updateElement(s2.value,{name:h2.value}):h2.value.trim()?o.updateElement(s2.value,{text:h2.value}):o.deleteElement(s2.value),o.recordHistory()),s2.value=null,o.setTool("selection"),d1()}else o.deleteElement(s2.value),s2.value=null,o.setTool("selection"),d1()},Q0=()=>{const y=Math.min(m2.value.x,b2.value.x),z=Math.min(m2.value.y,b2.value.y),M=Math.max(m2.value.x,b2.value.x),b=Math.max(m2.value.y,b2.value.y);let V=o.elements.filter(O=>!O.isDeleted&&!O.locked).filter(O=>{const C=E5(O);return C.minX>=y&&C.maxX<=M&&C.minY>=z&&C.maxY<=b});const E=new Set(V.map(O=>O.id)),N=new Set;V.forEach(O=>{O.groupIds&&O.groupIds.forEach(C=>N.add(C))}),N.size>0&&o.elements.forEach(O=>{O.isDeleted||O.locked||E.has(O.id)||O.groupIds&&O.groupIds.some(C=>N.has(C))&&E.add(O.id)}),o.setSelectedElementIds(Array.from(E))},_0=(y,z)=>{for(let M=l.elements.length-1;M>=0;M--){const b=l.elements[M];if(!b||b.isDeleted)continue;let V=!1;if(["rectangle","frame","square","process"].includes(b.type))V=x6(y,z,b.x,b.y,b.width,b.height,b.angle);else if(["ellipse","circle","cylinder"].includes(b.type))V=E0(y,z,b.x,b.y,b.width,b.height,b.angle);else if(["diamond","decision"].includes(b.type))V=R0(y,z,b.x,b.y,b.width,b.height,b.angle);else if(["star","trapezoid","parallelogram"].includes(b.type)){let E=[];b.type==="star"?E=r0(b.width,b.height):b.type==="trapezoid"?E=de(b.width,b.height):b.type==="parallelogram"&&(E=he(b.width,b.height)),V=B0(y,z,E,b.x,b.y,b.angle,b.isFlippedHorizontal,b.isFlippedVertical)||Ae(y,z,E,b.x,b.y,b.angle,5,b.isFlippedHorizontal,b.isFlippedVertical)}else b.type==="text"||b.type==="image"?V=y>=b.x&&y<=b.x+b.width&&z>=b.y&&z<=b.y+b.height:(b.type==="line"||b.type==="arrow"||b.type==="freedraw")&&(V=ut(10,y,z,b));if(V){if(b.groupIds&&b.groupIds.length>0){const E=new Set(b.groupIds);l.elements.forEach(N=>{!N.isDeleted&&N.groupIds&&N.groupIds.some(O=>E.has(O))&&(k2.value[N.id]=!0)})}else k2.value[b.id]=!0;b.type==="frame"&&l.elements.forEach(E=>{!E.isDeleted&&E.frameId===b.id&&(k2.value[E.id]=!0)}),d1()}}},L=y=>{const z=Object.keys(o.appState.selectedElementIds);if(z.length!==1)return;const M=o.elements.find(i6=>i6.id===z[0]);if(!M||M.isDeleted||M.type==="line"||M.type==="arrow"||M.type==="freedraw")return;const b=150;let V=M.x,E=M.y;switch(y){case"ArrowRight":V=M.x+M.width+b;break;case"ArrowLeft":V=M.x-M.width-b;break;case"ArrowDown":E=M.y+M.height+b;break;case"ArrowUp":E=M.y-M.height-b;break}let N,O;if(o.appState.fixedArrowBinding)switch(y){case"ArrowRight":N=[1,.5],O=[0,.5];break;case"ArrowLeft":N=[0,.5],O=[1,.5];break;case"ArrowDown":N=[.5,1],O=[.5,0];break;case"ArrowUp":N=[.5,0],O=[.5,1];break}const C={...M,id:w6(),x:V,y:E,seed:Math.floor(Math.random()*2**31),version:1,updated:Date.now()};C.type==="text"&&(C.text=""),o.addElement(C);const v=M.x+M.width/2,B=M.y+M.height/2,R=C.x+C.width/2,o2=C.y+C.height/2,e2=[v,B],n2=[R,o2],w2=X6(M,n2,e2,5),M2=X6(C,e2,n2,5);let d2=v,S2=B,V2=R,P2=o2;w2&&(d2=w2[0],S2=w2[1]),M2&&(V2=M2[0],P2=M2[1]);const q2=Math.min(d2,V2),U2=Math.min(S2,P2),A1=Math.max(d2,V2),T6=Math.max(S2,P2),j1=C0("arrow",q2,U2,{strokeColor:M.strokeColor||o.appState.currentItemStrokeColor,backgroundColor:M.backgroundColor||o.appState.currentItemBackgroundColor,strokeWidth:M.strokeWidth||o.appState.currentItemStrokeWidth,strokeStyle:M.strokeStyle||o.appState.currentItemStrokeStyle,roughness:M.roughness||o.appState.currentItemRoughness,arrowType:o.appState.currentItemArrowType,startArrowhead:o.appState.currentItemStartArrowhead,endArrowhead:o.appState.currentItemEndArrowhead||"arrow"});j1.width=A1-q2,j1.height=T6-U2,j1.points=[[d2-q2,S2-U2],[V2-q2,P2-U2]],j1.startBinding={elementId:M.id,focus:0,gap:5,isBorder:!o.appState.fixedArrowBinding,...N?{fixedPoint:N}:{}},j1.endBinding={elementId:C.id,focus:0,gap:5,isBorder:!o.appState.fixedArrowBinding,...O?{fixedPoint:O}:{}},o.addElement(j1),o.appState.selectedElementIds={[C.id]:!0},d1()},U=y=>{if(s2.value)return;const z=y.target;if(z&&(z.tagName==="INPUT"||z.tagName==="TEXTAREA"||z.isContentEditable))return;if(y.code==="Space"&&!s2.value&&!w.value){o.appState.activeTool!=="hand"&&(o.appState.lastActiveTool=o.appState.activeTool,o.setTool("hand"));return}if(y.key==="Escape"){if(!w.value&&l2.value&&o.appState.activeTool!=="selection"){y.preventDefault(),o.deleteElement(l2.value),l2.value=null,w.value=!1,d1();return}if(!w.value&&o.appState.activeTool!=="selection"){y.preventDefault(),o.setTool("selection");return}return}if((y.ctrlKey||y.metaKey)&&(y.key==="d"||y.key==="D")){y.preventDefault(),o.duplicateElements(Object.keys(o.appState.selectedElementIds),E=>{o.setSelectedElementIds(E),d1()});return}if(y.altKey){let E=!1;if((y.ctrlKey||y.metaKey)&&y.shiftKey){const N=y.key.toLowerCase();N==="h"?(o.distributeElements("horizontal"),E=!0):N==="v"&&(o.distributeElements("vertical"),E=!0)}else!y.ctrlKey&&!y.metaKey&&!y.shiftKey&&(y.key.toLowerCase(),y.code==="KeyA"?(o.alignElements("left"),E=!0):y.code==="KeyH"?(o.alignElements("center"),E=!0):y.code==="KeyD"?(o.alignElements("right"),E=!0):y.code==="KeyW"?(o.alignElements("top"),E=!0):y.code==="KeyV"?(o.alignElements("middle"),E=!0):y.code==="KeyS"&&(o.alignElements("bottom"),E=!0));if(E){y.preventDefault(),d1();return}}if(y.key==="Delete"||y.key==="Backspace"){let E=Object.keys(o.appState.selectedElementIds);o.elements.forEach(N=>{E.includes(N.containerId)&&E.push(N.id)}),E.forEach(N=>o.deleteElement(N)),o.setSelectedElementIds([])}if((y.key==="i"||y.key==="I"||y.key==="4")&&!(y.metaKey||y.ctrlKey)&&!s2.value){y.preventDefault();const E=o.appState.activeTool;o.setTool("image");const N=o.appConfig.enableImageUpload?o.appConfig.uploadImageFn:void 0;Le(N).then(O=>{if(O){const C=window.innerWidth/2/o.appState.zoom-o.appState.scrollX,v=window.innerHeight/2/o.appState.zoom-o.appState.scrollY;let B=C-O.width/2,R=v-O.height/2;b2.value.x!==0&&b2.value.y!==0&&(B=b2.value.x-O.width/2,R=b2.value.y-O.height/2),o.insertImage(O.dataURL,B,R,O.width,O.height,void 0,!!N)}o.setTool(E)});return}const M=y.metaKey||y.ctrlKey,b=y.shiftKey,V=y.altKey;if(M){if(s2.value)return;if(["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"].includes(y.key)){y.preventDefault(),L(y.key);return}(y.key==="a"||y.key==="A")&&(y.preventDefault(),o.selectAll(),d1()),(y.key==="c"||y.key==="C")&&(y.preventDefault(),o.copyElements()),y.key==="v"||y.key,(y.key==="x"||y.key==="X")&&(y.preventDefault(),o.cutElements()),(y.key==="z"||y.key==="Z")&&(y.preventDefault(),b?o.redo():o.undo()),(y.key==="g"||y.key==="G")&&(y.preventDefault(),b?o.ungroupElements(Object.keys(o.appState.selectedElementIds)):o.groupElements(Object.keys(o.appState.selectedElementIds)),d1()),y.key==="'"&&(y.preventDefault(),o.toggleGrid()),(y.key==="="||y.key==="+")&&(y.preventDefault(),o.zoomIn()),y.key==="-"&&(y.preventDefault(),o.zoomOut()),y.key==="0"&&(y.preventDefault(),o.setZoom(1,{x:window.innerWidth/2,y:window.innerHeight/2}))}else{if(s2.value)return;if(y.key==="["){o.sendToBack(Object.keys(o.appState.selectedElementIds));return}if(y.key==="]"){o.bringToFront(Object.keys(o.appState.selectedElementIds));return}if(["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"].includes(y.key)){const E=b?10:1;let N=0,O=0;y.key==="ArrowUp"&&(O=-E),y.key==="ArrowDown"&&(O=E),y.key==="ArrowLeft"&&(N=-E),y.key==="ArrowRight"&&(N=E);const C=Object.keys(o.appState.selectedElementIds);if(C.length>0){y.preventDefault(),y.repeat||o.recordHistory(),o.moveElements(C,N,O),d1();return}}if((y.key==="h"||y.key==="H")&&o.setTool("hand"),(y.key==="v"||y.key==="V"||y.key==="1")&&o.setTool("selection"),(y.key==="r"||y.key==="R"||y.key==="2")&&o.setTool("shapes"),(y.key==="a"||y.key==="A"||y.key==="5")&&o.setTool("arrow"),(y.key==="l"||y.key==="L"||y.key==="6")&&o.setTool("line"),(y.key==="p"||y.key==="P"||y.key==="7")&&o.setTool("freedraw"),(y.key==="t"||y.key==="T"||y.key==="8")&&o.setTool("text"),(y.key==="f"||y.key==="F"||y.key==="9")&&o.setTool("frame"),(y.key==="k"||y.key==="K")&&o.setTool("laser"),(y.key==="e"||y.key==="E"||y.key==="0")&&o.setTool("eraser"),y.key==="Enter"){const E=Object.keys(o.appState.selectedElementIds);if(E.length===1){const N=o.elements.find(O=>O.id===E[0]);y.preventDefault(),E2(N)}}}if(y.key==="]"){const E=Object.keys(o.appState.selectedElementIds);E.length>0&&(V?o.bringForward(E):o.bringToFront(E))}if(y.key==="["){const E=Object.keys(o.appState.selectedElementIds);E.length>0&&(V?o.sendBackward(E):o.sendToBack(E))}},z2=y=>{if(y.preventDefault(),o.appState.viewLocked)return;if(y.ctrlKey||y.metaKey||o.appState.useWheelZoom){const b=Math.sign(y.deltaY);let E=o.appState.zoom-b*.05;E=Math.round(E*100)/100,E=Math.min(Math.max(.1,E),5);const N=s.value?.getBoundingClientRect();if(N){const O=y.clientX-N.left,C=y.clientY-N.top,v=O/l.zoom-l.scrollX,B=C/l.zoom-l.scrollY,R=O/E-l.scrollX,o2=C/E-l.scrollY,e2=R-v,n2=o2-B;o.setZoom(E),o.setScroll&&o.setScroll(l.scrollX+e2,l.scrollY+n2)}else o.setZoom(E);return}const z=y.deltaX,M=y.deltaY;o.setScroll&&o.setScroll(o.appState.scrollX-z/l.zoom,o.appState.scrollY-M/l.zoom)},H2=y=>{if(o.appConfig.editable===!1)return;const{x:z,y:M}=G1(y),b=O1(z,M,null,!0);if(b&&!b.locked&&o.appState.selectedElementIds[b.id]){E2(b);return}if(b&&!b.locked)return;if((o.appState.activeTool==="shapes"?o.appState.activeToolType:o.appState.activeTool)==="selection"){const E=C0("text",z,M,{strokeColor:o.appState.currentItemStrokeColor,backgroundColor:o.appState.currentItemBackgroundColor,fillStyle:o.appState.currentItemFillStyle,strokeWidth:o.appState.currentItemStrokeWidth,strokeStyle:o.appState.currentItemStrokeStyle,roughness:o.appState.currentItemRoughness,opacity:o.appState.currentItemOpacity,arrowType:o.appState.currentItemArrowType,startArrowhead:o.appState.currentItemStartArrowhead,endArrowhead:o.appState.currentItemEndArrowhead,fontFamily:o.appState.currentItemFontFamily||"sans-serif",fontColor:o.appState.currentItemFontColor,fontBgColor:o.appState.currentItemFontBgColor,fontSize:o.appState.currentItemFontSize,textAlign:o.appState.currentItemTextAlign,verticalAlign:o.appState.currentItemVerticalAlign,isBold:o.appState.currentItemIsBold,isItalic:o.appState.currentItemIsItalic,isUnderline:o.appState.currentItemIsUnderline,isStrikethrough:o.appState.currentItemIsStrikethrough,fontWeight:o.appState.currentItemFontWeight||"Regular"});o.addElement(E),t.nextTick(()=>{s2.value=E.id,h2.value=E.text||"",w.value=!1,l2.value=null,t.nextTick(()=>{r.value&&r.value.focus()})})}},u2=y=>{const z=y.points;if(!z||z.length<2)return null;let M=0;const b=[];for(let v=0;v<z.length-1;v++){const B=z[v+1][0]-z[v][0],R=z[v+1][1]-z[v][1],o2=Math.hypot(B,R);b.push(o2),M+=o2}if(M===0)return null;const V=M/2;let E=0,N=z[0][0],O=z[0][1];for(let v=0;v<b.length;v++){if(E+b[v]>=V){const B=V-E,R=b[v]>0?B/b[v]:0;N=z[v][0]+R*(z[v+1][0]-z[v][0]),O=z[v][1]+R*(z[v+1][1]-z[v][1]);break}E+=b[v]}const C=Math.atan2(z[z.length-1][1]-z[0][1],z[z.length-1][0]-z[0][0]);return{midX:y.x+N,midY:y.y+O,length:M,angle:C}},E2=y=>{if(y.type==="text"||y.type==="frame")H1(y);else if(["rectangle","diamond","ellipse","square","star","circle","cylinder","process","decision","trapezoid","parallelogram","cloud","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2","note"].includes(y.type)){const z=o.elements.find(M=>M.type==="text"&&M.containerId===y.id&&!M.isDeleted);if(z)H1(z);else{const M=y.x,b=y.y;o.setTool("text");const V=C0("text",M,b,{strokeColor:y.strokeColor||o.appState.currentItemStrokeColor});V.containerId=y.id,V.fontFamily=y.fontFamily||o.appState.currentItemFontFamily||"sans-serif",V.fontSize=y.fontSize||o.appState.currentItemFontSize||20,V.fontWeight=y.fontWeight||o.appState.currentItemFontWeight||"Regular",V.fontColor=y.fontColor||"#363B4C",V.fontBgColor=y.fontBgColor||"transparent",V.textAlign=y.textAlign||"center",V.verticalAlign=y.verticalAlign||"middle",V.angle=y.angle||0,V.isBold=y.isBold||!1,V.isItalic=y.isItalic||!1,V.isUnderline=y.isUnderline||!1,V.isStrikethrough=y.isStrikethrough||!1,V.x=M,V.y=b,V.width=y.width,V.height=y.height,o.addElement(V),H1(V)}}else if(y.type==="arrow"||y.type==="line"){const z=o.elements.find(M=>M.type==="text"&&M.containerId===y.id&&!M.isDeleted);if(z)H1(z);else{const M=u2(y);if(!M)return;o.setTool("text");const b=o.appState.currentItemFontSize||20,V=M.length,E=v1(" ",b,"sans-serif",V),N=Math.min(E.width,V),O=E.height,C=C0("text",M.midX,M.midY,{strokeColor:y.strokeColor||o.appState.currentItemStrokeColor});C.containerId=y.id,C.fontColor=y.fontColor||"#363B4C",C.textAlign="center",C.verticalAlign="middle",C.angle=M.angle,C.x=M.midX-N/2,C.y=M.midY-O/2,C.width=N,C.height=O,o.addElement(C),H1(C)}}},H1=y=>{s2.value=y.id,y.type==="frame"?h2.value=y.name||"分区":(h2.value=y.text||"",y.type=="text"&&y.containerId&&(K2.value=v1(y.text,y.fontSize||20,y.fontFamily||"sans-serif",y.width,{isBold:y.isBold,isItalic:y.isItalic,fontWeight:y.fontWeight,lineHeight:y.lineHeight,letterSpacing:y.letterSpacing}).height+"px")),o.setTool("selection"),t.nextTick(()=>{r.value&&(r.value.focus(),r.value.selectionStart=r.value.value.length,r.value.selectionEnd=r.value.value.length)})};t.onMounted(()=>{window.addEventListener("resize",m),document.addEventListener("paste",B6),window.addEventListener("keydown",U),window.addEventListener("keyup",I0),s.value?.addEventListener("wheel",z2,{passive:!1}),o.elements.length,d1()});const B6=async y=>{await Z0(y)},Z0=async y=>{if(!s2.value){y.preventDefault(),y.stopPropagation();try{const z=y.clipboardData||window.clipboardData;if(!z||!z.items)return;const M=z.items;let b="",V=!1,E=null;for(let O=0;O<M.length;O++){const C=M[O];C.type==="text/plain"?b=await new Promise(v=>C.getAsString(v)):C.type.startsWith("image/")&&(V=!0,E=C.getAsFile())}const N=o._internalClipboard;if(N&&N.includes('"type":')&&N.includes('"id":')){o.pasteElements(b2.value,N);return}if(b&&b.includes('"type":')&&b.includes('"id":')){o.pasteElements(b2.value,b);return}if(V&&E){await N2(E);return}if(b){o.pasteElements(b2.value,b);return}}catch(z){console.error("粘贴处理错误:",z)}}},N2=y=>new Promise(async(z,M)=>{if(o.appConfig.enableImageUpload&&o.appConfig.uploadImageFn)try{const b=await o.appConfig.uploadImageFn(y);if(b){const V=new Image;V.onload=()=>{let E=V.naturalWidth||V.width,N=V.naturalHeight||V.height;const O=500;if(E>O||N>O){const C=E/N;E>N?(E=O,N=O/C):(N=O,E=O*C)}o.insertImage&&o.insertImage(b,b2.value.x-E/2,b2.value.y-N/2,E,N,void 0,!0),z(!0)},V.onerror=()=>M(new Error("无法加载上传的图片")),V.src=b;return}}catch(b){console.error("图片上传失败",b),M(b);return}else{const b=new FileReader;b.onload=V=>{const E=V.target?.result;if(E){const N=new Image;N.onload=()=>{let O=N.naturalWidth||N.width,C=N.naturalHeight||N.height;const v=500;if(O>v||C>v){const o2=O/C;O>C?(O=v,C=v/o2):(C=v,O=v*o2)}const B=O,R=C;o.insertImage&&o.insertImage(E,b2.value.x-B/2,b2.value.y-R/2,B,R),z(!0)},N.onerror=()=>M(new Error("无法加载本地图片")),N.src=E}},b.onerror=()=>{M(new Error("文件读取失败"))},b.readAsDataURL(y)}});t.onUnmounted(()=>{document.removeEventListener("paste",B6),window.removeEventListener("resize",m),window.removeEventListener("keydown",U),window.removeEventListener("keyup",I0),s.value?.removeEventListener("wheel",z2),window.removeEventListener("mousedown",G0)});const G0=y=>{s1.value.visible&&(s1.value.visible=!1)},I0=y=>{y.code==="Space"&&o.appState.activeTool==="hand"&&o.appState.lastActiveTool&&(o.setTool(o.appState.lastActiveTool),o.appState.lastActiveTool=null)};let e6=null,Xe=0;const ye=()=>{if(!z1.value||w.value||D.value)return[];const y=Object.keys(o.appState.selectedElementIds);if(y.length!==1)return[];const z=o.elements.find(T6=>T6.id===y[0]);if(!z||z.isDeleted)return[];if(z.type==="line"||z.type==="arrow"||z.type==="freedraw")return[];const M=150;let b=z.x,V=z.y;const E=z1.value;E==="right"?b=z.x+z.width+M:E==="left"?b=z.x-z.width-M:E==="bottom"?V=z.y+z.height+M:E==="top"&&(V=z.y-z.height-M);const N={...z,id:"preview-element",x:b,y:V,locked:!0,strokeColor:"#5a91f5",backgroundColor:"#e1edff",fillStyle:"solid",opacity:90};N.type==="text"&&(N.text="");const O=z.x+z.width/2,C=z.y+z.height/2,v=N.x+N.width/2,B=N.y+N.height/2,R=[O,C],o2=[v,B],e2=X6(z,o2,R,5),n2=X6(N,R,o2,5);let w2=O,M2=C,d2=v,S2=B;e2&&(w2=e2[0],M2=e2[1]),n2&&(d2=n2[0],S2=n2[1]);const V2=Math.min(w2,d2),P2=Math.min(M2,S2),q2=Math.max(w2,d2),U2=Math.max(M2,S2),A1=C0("arrow",V2,P2,{strokeColor:"#5a91f5",backgroundColor:"transparent",strokeWidth:z.strokeWidth||o.appState.currentItemStrokeWidth,strokeStyle:z.strokeStyle||o.appState.currentItemStrokeStyle,roughness:z.roughness||o.appState.currentItemRoughness,arrowType:o.appState.currentItemArrowType,startArrowhead:o.appState.currentItemStartArrowhead,endArrowhead:o.appState.currentItemEndArrowhead||"arrow"});return A1.width=q2-V2,A1.height=U2-P2,A1.opacity=50,A1.locked=!0,A1.points=[[w2-V2,M2-P2],[d2-V2,S2-P2]],[A1,N]},d1=()=>{Xe&&cancelAnimationFrame(Xe),Xe=requestAnimationFrame(()=>{if(s.value){let y=l.elements;const z=ye();if(z.length>0&&(y=[...l.elements,...z]),Vo(s.value,y,l.scrollX,l.scrollY,l.zoom,o.appState.selectedElementIds,s2.value,k2.value,C2.value,_2.value,o.appState.showGrid?o.appState.gridType:"none",o.appState.viewBackgroundColor,o.images,o.appState.croppingElementId),p1.value.length>0&&Ao(s.value,p1.value,o.appState.zoom,o.appState.scrollX,o.appState.scrollY),A.value.length>0){const M=Date.now();A.value=A.value.filter(V=>M-V.timestamp<450);const b=s.value.getContext("2d");if(b&&A.value.length>1){e6||(e6=document.createElement("canvas")),(e6.width!==s.value.width||e6.height!==s.value.height)&&(e6.width=s.value.width,e6.height=s.value.height);const V=e6.getContext("2d");if(V){V.clearRect(0,0,e6.width,e6.height),V.save();const E=window.devicePixelRatio||1;V.setTransform(E,0,0,E,0,0),V.lineCap="round",V.lineJoin="round";const O=(C=>{if(C.length<3)return C;let v=[...C];for(let B=0;B<2;B++){const R=[];R.push(v[0]);for(let o2=0;o2<v.length-1;o2++){const e2=v[o2],n2=v[o2+1];R.push({x:.75*e2.x+.25*n2.x,y:.75*e2.y+.25*n2.y,timestamp:.75*e2.timestamp+.25*n2.timestamp}),R.push({x:.25*e2.x+.75*n2.x,y:.25*e2.y+.75*n2.y,timestamp:.25*e2.timestamp+.75*n2.timestamp})}R.push(v[v.length-1]),v=R}return v})(A.value);for(let C=0;C<O.length-1;C++){const v=O[C],B=O[C+1];if(!v||!B)continue;const R=M-v.timestamp,o2=Math.max(0,1-R/450);if(o2<=0)continue;V.beginPath();const e2=(v.x+l.scrollX)*l.zoom,n2=(v.y+l.scrollY)*l.zoom,w2=(B.x+l.scrollX)*l.zoom,M2=(B.y+l.scrollY)*l.zoom;V.moveTo(e2,n2),V.lineTo(w2,M2),V.strokeStyle="rgb(204, 204, 204)";const d2=Math.pow(o2,.8);V.lineWidth=16*l.zoom*d2,V.stroke()}V.restore(),b.save(),b.setTransform(1,0,0,1,0,0),b.globalAlpha=.6,b.drawImage(e6,0,0),b.restore()}}A.value.length>0&&(cancelAnimationFrame(I),I=requestAnimationFrame(d1))}if(H.value){const M=s.value.getContext("2d");if(M){M.save();const b=window.devicePixelRatio||1;M.setTransform(b,0,0,b,0,0),M.strokeStyle="rgba(30, 111, 255, 0.9)",M.fillStyle="rgba(30, 111, 255, 0.1)",M.lineWidth=1;const V=Math.min(m2.value.x+l.scrollX,b2.value.x+l.scrollX)*l.zoom,E=Math.min(m2.value.y+l.scrollY,b2.value.y+l.scrollY)*l.zoom,N=Math.abs(m2.value.x-b2.value.x)*l.zoom,O=Math.abs(m2.value.y-b2.value.y)*l.zoom;M.strokeRect(V,E,N,O),M.fillRect(V,E,N,O),M.restore()}}if(!w.value&&!D.value&&o.appState.showQuickCreate!==!1){const M=Object.keys(o.appState.selectedElementIds);if(M.length===1){const b=o.elements.find(V=>V.id===M[0]);if(b&&!b.isDeleted&&!["arrow","line","freedraw","frame"].includes(b.type)){const V=s.value.getContext("2d");if(V){V.save();const E=window.devicePixelRatio||1;V.setTransform(E,0,0,E,0,0);const N=b.x+b.width/2,O=b.y+b.height/2,C=24,v=[{dir:"top",dx:0,dy:-b.height/2-C/l.zoom},{dir:"right",dx:b.width/2+C/l.zoom,dy:0},{dir:"bottom",dx:0,dy:b.height/2+C/l.zoom},{dir:"left",dx:-b.width/2-C/l.zoom,dy:0}];for(const B of v){const[R,o2]=Q2([N+B.dx,O+B.dy],[N,O],b.angle),e2=(R+l.scrollX)*l.zoom,n2=(o2+l.scrollY)*l.zoom,w2=z1.value===B.dir;V.translate(e2,n2),w2?(V.shadowColor="rgba(0, 0, 0, 0.15)",V.shadowBlur=4,V.shadowOffsetX=0,V.shadowOffsetY=2,V.beginPath(),V.arc(0,0,14,0,Math.PI*2),V.fillStyle="#fff",V.fill(),V.shadowColor="transparent",V.beginPath(),V.arc(0,0,12,0,Math.PI*2),V.fillStyle="#5a91f5",V.fill(),V.rotate(b.angle||0),B.dir==="bottom"?V.rotate(Math.PI):B.dir==="left"?V.rotate(-Math.PI/2):B.dir==="right"&&V.rotate(Math.PI/2),V.beginPath(),V.moveTo(0,-6),V.lineTo(0,6),V.moveTo(0,-6),V.lineTo(-4.5,-1.5),V.moveTo(0,-6),V.lineTo(4.5,-1.5),V.strokeStyle="#fff",V.lineWidth=2,V.stroke(),B.dir==="bottom"?V.rotate(-Math.PI):B.dir==="left"?V.rotate(Math.PI/2):B.dir==="right"&&V.rotate(-Math.PI/2),V.rotate(-(b.angle||0))):(V.shadowColor="rgba(0, 0, 0, 0.15)",V.shadowBlur=4,V.shadowOffsetX=0,V.shadowOffsetY=2,V.beginPath(),V.arc(0,0,8,0,Math.PI*2),V.fillStyle="#fff",V.fill(),V.shadowColor="transparent",V.beginPath(),V.arc(0,0,6,0,Math.PI*2),V.fillStyle="#5a91f5",V.fill()),V.translate(-e2,-n2)}V.restore()}}}}if(Z1.value.length>0){const M=s.value.getContext("2d");if(M){M.save();const b=window.devicePixelRatio||1;M.setTransform(b,0,0,b,0,0),M.strokeStyle="#ff00ff",M.lineWidth=1,M.setLineDash([5,5]),Z1.value.forEach(V=>{if(M.beginPath(),V.type==="vertical"&&V.x!==void 0){const E=(V.x+l.scrollX)*l.zoom,N=(V.start+l.scrollY)*l.zoom,O=(V.end+l.scrollY)*l.zoom;M.moveTo(E,N),M.lineTo(E,O)}else if(V.type==="horizontal"&&V.y!==void 0){const E=(V.y+l.scrollY)*l.zoom,N=(V.start+l.scrollX)*l.zoom,O=(V.end+l.scrollX)*l.zoom;M.moveTo(N,E),M.lineTo(O,E)}M.stroke()}),M.restore()}}if(!o.appState.croppingElementId){const M=Object.keys(o.appState.selectedElementIds);if(M.length===1){const b=o.elements.find(V=>V.id===M[0]);if(b&&!s2.value&&!b.locked&&o.appState.croppingElementId!==b.id){const V=o1(b,l.zoom,l.scrollX,l.scrollY),E=s.value.getContext("2d");if(V&&E){E.save();const N=window.devicePixelRatio||1;E.setTransform(N,0,0,N,0,0),E.fillStyle="#ffffff",E.strokeStyle="#6965db",E.lineWidth=1;for(const[O,C]of Object.entries(V)){const[v,B,R]=C,o2=R;if(E.beginPath(),!(O==="rotation"||O.startsWith("rot_"))){if(O==="rotCustomIcon"){if(K.complete&&K.naturalWidth){E.save(),E.translate(v,B),E.rotate(b.angle||0);const e2=20;E.drawImage(K,-e2/2,-e2/2,e2,e2),E.restore()}continue}O.startsWith("point-")?E.arc(v,B,o2/2,0,Math.PI*2):E.roundRect?E.roundRect(v-o2/2,B-o2/2,o2,o2,2):E.rect(v-o2/2,B-o2/2,o2,o2),E.fill(),E.stroke()}}if(T.value?.startsWith("rot_")&&V[T.value]){const[O,C,v]=V[T.value];let B=Math.round((b.angle||0)*180/Math.PI);B=(B%360+360)%360;const R=`${B}°`,o2=8,e2=22;E.font="12px sans-serif";const w2=E.measureText(R).width+o2*2,M2=O,S2=C-v/2-4-e2/2;E.save(),E.fillStyle="#363B4C";const V2=M2-w2/2,P2=S2-e2/2;E.roundRect?(E.beginPath(),E.roundRect(V2,P2,w2,e2,4),E.fill()):E.fillRect(V2,P2,w2,e2),E.textAlign="center",E.textBaseline="middle",E.fillStyle="#ffffff",E.fillText(R,M2,S2),E.restore()}E.restore()}}}else if(M.length>1){const b=o.elements.filter(E=>o.appState.selectedElementIds[E.id]&&!E.locked),V=pe(b);if(V){const E={type:"rectangle",x:V.x,y:V.y,width:V.width,height:V.height,angle:0,locked:!1},N=o1(E,l.zoom,l.scrollX,l.scrollY),O=s.value.getContext("2d");if(O&&N){O.save();const C=window.devicePixelRatio||1;if(O.setTransform(C,0,0,C,0,0),T.value?.startsWith("rot_")&&N[T.value]){const[n2,w2,M2]=N[T.value];let d2=Math.round((E.angle||0)*180/Math.PI);d2=(d2%360+360)%360;const S2=`${d2}°`,V2=8,P2=22;O.font="12px sans-serif";const U2=O.measureText(S2).width+V2*2,A1=n2,j1=w2-M2/2-2-P2/2;O.save(),O.fillStyle="#363B4C";const i6=A1-U2/2,S1=j1-P2/2;O.roundRect?(O.beginPath(),O.roundRect(i6,S1,U2,P2,4),O.fill()):O.fillRect(i6,S1,U2,P2),O.textAlign="center",O.textBaseline="middle",O.fillStyle="#ffffff",O.fillText(S2,A1,j1),O.restore()}const v=(E.x+l.scrollX)*l.zoom,B=(E.y+l.scrollY)*l.zoom,R=E.width*l.zoom,o2=E.height*l.zoom;O.strokeStyle="#6965db",O.lineWidth=1,O.setLineDash([5,5]);const e2=4;if(O.strokeRect(v-e2,B-e2,R+e2*2,o2+e2*2),O.setLineDash([]),N){O.fillStyle="#ffffff",O.strokeStyle="#6965db",O.lineWidth=1;for(const[n2,w2]of Object.entries(N)){const[M2,d2,S2]=w2,V2=S2;if(O.beginPath(),!(n2==="rotation"||n2.startsWith("rot_"))){if(n2==="rotCustomIcon"){if(K.complete&&K.naturalWidth){O.save(),O.translate(M2,d2),O.rotate(E.angle||0);const P2=20;O.drawImage(K,-P2/2,-P2/2,P2,P2),O.restore()}continue}else O.roundRect?O.roundRect(M2-V2/2,d2-V2/2,V2,V2,2):O.rect(M2-V2/2,d2-V2/2,V2,V2);O.fill(),O.stroke()}}}O.restore()}}}}if(i2.value){const M=i2.value,b=o.elements.find(N=>N.id===M);let V=!0;b&&b.type==="frame"&&(b2.value.x,b2.value.x>b.x+10&&b2.value.x<b.x+b.width-10&&b2.value.y>b.y+10&&b2.value.y<b.y+b.height-10&&(V=!1));const E=b&&b.type==="text"&&b.containerId&&(()=>{const N=o.elements.find(O=>O.id===b.containerId);return!!N&&(N.type==="arrow"||N.type==="line")})();if(b&&V&&b.type!=="arrow"&&b.type!=="line"&&!b.locked&&!E){const N=s.value.getContext("2d");if(N){N.save();const O=window.devicePixelRatio||1;N.setTransform(O,0,0,O,0,0);const C=(b.x+l.scrollX)*l.zoom,v=(b.y+l.scrollY)*l.zoom,B=b.width*l.zoom,R=b.height*l.zoom,o2=b.angle,e2=C+B/2,n2=v+R/2;N.translate(e2,n2),N.rotate(o2);const w2=b.isFlippedHorizontal?-1:1,M2=b.isFlippedVertical?-1:1;N.scale(w2,M2),N.translate(-e2,-n2),N.strokeStyle="#1e6fff",N.lineWidth=3;const d2=0;if(["ellipse","circle"].includes(b.type))N.beginPath(),N.ellipse(C+B/2,v+R/2,B/2+d2,R/2+d2,0,0,2*Math.PI),N.stroke();else if(b.type==="cylinder"){N.beginPath();const S2=Math.min(R*.15,20);N.ellipse(C+B/2,v+S2-d2,B/2+d2,S2+d2,0,0,2*Math.PI),N.moveTo(C+B+d2,v+S2-d2),N.lineTo(C+B+d2,v+R-S2+d2),N.ellipse(C+B/2,v+R-S2+d2,B/2+d2,S2+d2,0,0,Math.PI,!1),N.lineTo(C-d2,v+S2-d2),N.stroke()}else if(["diamond","decision"].includes(b.type)){N.beginPath();const S2=C+B/2,V2=v+R/2;N.moveTo(S2,v-d2),N.lineTo(C+B+d2,V2),N.lineTo(S2,v+R+d2),N.lineTo(C-d2,V2),N.closePath(),N.stroke()}else if(b.type==="trapezoid")N.beginPath(),N.moveTo(C+B*.2-d2,v-d2),N.lineTo(C+B*.8+d2,v-d2),N.lineTo(C+B+d2,v+R+d2),N.lineTo(C-d2,v+R+d2),N.closePath(),N.stroke();else if(b.type==="parallelogram")N.beginPath(),N.moveTo(C+B*.25-d2,v-d2),N.lineTo(C+B+d2,v-d2),N.lineTo(C+B*.75+d2,v+R+d2),N.lineTo(C-d2,v+R+d2),N.closePath(),N.stroke();else if(b.type==="star"){N.beginPath();const S2=r0(B,R);if(S2&&S2.length>0){const V2=S2[0];N.moveTo(C+V2[0],v+V2[1]);for(let P2=1;P2<S2.length;P2++){const q2=S2[P2];N.lineTo(C+q2[0],v+q2[1])}N.closePath(),N.stroke()}}else if(["pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","step1","step2"].includes(b.type)){N.beginPath();const S2=Te(b.type,B,R);if(S2&&S2.length>0){const V2=S2[0];N.moveTo(C+V2[0]-d2,v+V2[1]-d2);for(let P2=1;P2<S2.length;P2++){const q2=S2[P2];N.lineTo(C+q2[0]+(q2[0]>B/2?d2:-d2),v+q2[1]+(q2[1]>R/2?d2:-d2))}N.closePath(),N.stroke()}}else if(b.type==="cloud"){const S2=`M ${C+B*.161} ${v+R*.484} C ${C+B*.161} ${v+R*.137} ${C+B*.383} ${v+R*.137} ${C+B*.383} ${v+R*.253} C ${C+B*.383} ${v+R*-.094} ${C+B*.826} ${v+R*-.094} ${C+B*.826} ${v+R*.253} C ${C+B*1.047} ${v+R*.253} ${C+B*1.047} ${v+R*.6} ${C+B*.936} ${v+R*.716} C ${C+B*1.047} ${v+R*.947} ${C+B*.715} ${v+R*1.063} ${C+B*.715} ${v+R*.831} C ${C+B*.604} ${v+R*1.063} ${C+B*.161} ${v+R*1.063} ${C+B*.161} ${v+R*.831} C ${C+B*-.06} ${v+R*.831} ${C+B*-.06} ${v+R*.484} ${C+B*.161} ${v+R*.484} Z`,V2=new Path2D(S2);N.stroke(V2)}else if(b.type==="cube"){N.beginPath();const S2=Math.min(B,R)*.25;N.moveTo(C-d2,v+S2-d2),N.lineTo(C+S2-d2,v-d2),N.lineTo(C+B+d2,v-d2),N.lineTo(C+B+d2,v+R-S2+d2),N.lineTo(C+B-S2+d2,v+R+d2),N.lineTo(C-d2,v+R+d2),N.closePath(),N.moveTo(C+B-S2-d2,v+S2-d2),N.lineTo(C-d2,v+S2-d2),N.moveTo(C+B-S2-d2,v+S2-d2),N.lineTo(C+B+d2,v-d2),N.moveTo(C+B-S2-d2,v+S2-d2),N.lineTo(C+B-S2-d2,v+R+d2),N.stroke()}else N.strokeRect(C-d2,v-d2,B+d2*2,R+d2*2);N.restore()}}}}})};function xe(){r.value&&r.value.focus()}return t.watch([()=>l.elements,()=>l.zoom,()=>l.scrollX,()=>l.scrollY,c,d,s2,()=>o.appState.viewBackgroundColor,()=>o.appState.gridType,()=>o.appState.showGrid,()=>o.appState.croppingElementId],d1,{deep:!0}),t.onMounted(()=>{o.initData(),o.$subscribe(()=>{o.saveToLocalStorage()},{detached:!0})}),t.watch(()=>o.elements,()=>{}),(y,z)=>(t.openBlock(),t.createElementBlock("div",Yo,[t.createElementVNode("canvas",{id:"canvas-container",ref_key:"canvas",ref:s,width:c.value*f.value,height:d.value*f.value,style:t.normalizeStyle({width:c.value+"px",height:d.value+"px",cursor:d6()}),onPointerdown:v2,onPointermove:E6,onPointerup:j0,onDblclick:H2,onContextmenu:t.withModifiers(k,["prevent"])},null,44,jo),t.createVNode(Po,{visible:s1.value.visible,x:s1.value.x,y:s1.value.y,"is-element-selected":s1.value.isElementSelected,"is-element-locked":s1.value.isElementLocked,"show-grid":m1.value,onAction:x,onClose:z[0]||(z[0]=M=>s1.value.visible=!1)},null,8,["visible","x","y","is-element-selected","is-element-locked","show-grid"]),t.createElementVNode("div",{class:"excalidraw-textContainer",style:t.normalizeStyle({...n0.value}),onClick:xe},[s2.value?t.withDirectives((t.openBlock(),t.createElementBlock("textarea",{key:0,ref_key:"textInput",ref:r,"onUpdate:modelValue":z[1]||(z[1]=M=>h2.value=M),onCompositionstart:Oe,onCompositionupdate:Re,onCompositionend:ge,onInput:F0,class:"text-editor",style:t.normalizeStyle({...n0.value,transform:"rotate(0rad)",...v6.value?{}:{height:`${K2.value}`}}),onBlur:We,onKeydown:z[2]||(z[2]=t.withModifiers(()=>{},["stop"]))},null,36)),[[t.vModelText,h2.value]]):t.createCommentVNode("",!0)],4),t.unref(o).appState.croppingElementId?(t.openBlock(),t.createBlock(Xo,{key:0,elementId:t.unref(o).appState.croppingElementId,zoom:h.zoom,scrollX:h.scrollX,scrollY:h.scrollY},null,8,["elementId","zoom","scrollX","scrollY"])):t.createCommentVNode("",!0)],512))}}),[["__scopeId","data-v-7108f63a"]]),Zo={key:0,class:"empty-state"},Go={class:"empty-state-content"},Ko={class:"title"},Jo={class:"subtitle"},el={class:"action-buttons"},tl={class:"btn-label"},nl={class:"shortcut"},il={class:"btn-label"},ol={class:"shortcut"},ll={class:"btn-label"},al={class:"shortcut"},sl={class:"btn-label"},rl={class:"shortcut"},cl=T1(t.defineComponent({__name:"EmptyState",setup(h){const l=t.inject("jvs-draw-instance-id","excalidraw"),n=X1(l),{t:o}=c0(),s=async r=>{if(r==="shapes")n.setToolType("rectangle"),n.setTool("shapes");else if(r==="image"){n.setTool("image");const c=n.appConfig.enableImageUpload?n.appConfig.uploadImageFn:void 0,d=await Le(c);if(d){const f=window.innerWidth/2,u=window.innerHeight/2;n.insertImage(d.dataURL,f-d.width/2,u-d.height/2,d.width,d.height,void 0,!!c),n.setTool("selection")}else n.setTool("selection")}else n.setTool(r)};return(r,c)=>t.unref(n).elements.length===0&&(t.unref(n).appState.activeTool==="selection"||t.unref(n).appState.activeTool==="hand")?(t.openBlock(),t.createElementBlock("div",Zo,[t.createElementVNode("div",Go,[t.createElementVNode("h2",Ko,t.toDisplayString(t.unref(o)("emptyState.title")||"请先选择工具开始绘图"),1),t.createElementVNode("p",Jo,t.toDisplayString(t.unref(o)("emptyState.subtitle")||"您的绘图将保存在浏览器的存储中,请定期将您的工作保存到文件中,以避免丢失。"),1),t.createElementVNode("div",el,[t.createElementVNode("div",{class:"action-btn",onClick:c[0]||(c[0]=d=>s("shapes"))},[c[8]||(c[8]=t.createElementVNode("div",{class:"icon-wrapper"},[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-xingzhuang"})])],-1)),t.createElementVNode("span",tl,t.toDisplayString(t.unref(o)("emptyState.insertShape")||"插入图形"),1),t.createElementVNode("div",nl,[c[4]||(c[4]=t.createElementVNode("span",null,"R",-1)),c[5]||(c[5]=t.createTextVNode()),t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("help.or")||"或"),1),c[6]||(c[6]=t.createTextVNode()),c[7]||(c[7]=t.createElementVNode("span",null,"2",-1))])]),t.createElementVNode("div",{class:"action-btn",onClick:c[1]||(c[1]=d=>s("text"))},[c[13]||(c[13]=t.createElementVNode("div",{class:"icon-wrapper"},[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-wenben"})])],-1)),t.createElementVNode("span",il,t.toDisplayString(t.unref(o)("emptyState.insertText")||"插入文本"),1),t.createElementVNode("div",ol,[c[9]||(c[9]=t.createElementVNode("span",null,"T",-1)),c[10]||(c[10]=t.createTextVNode()),t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("help.or")||"或"),1),c[11]||(c[11]=t.createTextVNode()),c[12]||(c[12]=t.createElementVNode("span",null,"8",-1))])]),t.createElementVNode("div",{class:"action-btn",onClick:c[2]||(c[2]=d=>s("freedraw"))},[c[18]||(c[18]=t.createElementVNode("div",{class:"icon-wrapper"},[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-huabi"})])],-1)),t.createElementVNode("span",ll,t.toDisplayString(t.unref(o)("emptyState.freedraw")||"自由画笔"),1),t.createElementVNode("div",al,[c[14]||(c[14]=t.createElementVNode("span",null,"P",-1)),c[15]||(c[15]=t.createTextVNode()),t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("help.or")||"或"),1),c[16]||(c[16]=t.createTextVNode()),c[17]||(c[17]=t.createElementVNode("span",null,"7",-1))])]),t.createElementVNode("div",{class:"action-btn",onClick:c[3]||(c[3]=d=>s("image"))},[c[23]||(c[23]=t.createElementVNode("div",{class:"icon-wrapper"},[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-tupian"})])],-1)),t.createElementVNode("span",sl,t.toDisplayString(t.unref(o)("emptyState.insertImage")||"插入图片"),1),t.createElementVNode("div",rl,[c[19]||(c[19]=t.createElementVNode("span",null,"I",-1)),c[20]||(c[20]=t.createTextVNode()),t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("help.or")||"或"),1),c[21]||(c[21]=t.createTextVNode()),c[22]||(c[22]=t.createElementVNode("span",null,"4",-1))])])])])])):t.createCommentVNode("",!0)}}),[["__scopeId","data-v-c5f02665"]]),dl={class:"color-box"},hl=["onClick"],ue=T1(t.defineComponent({__name:"colorStyle",props:t.mergeModels({showTransparent:{type:Boolean,default:!0},renderColorList:{type:Array,default:["#FFFFFF","#1E6FFF","#FF194C","#ED6824","#FBB41B","#14C9C9","#754EFF","#363B4C","#C2C5CF","#02A8FC","#FF0187","#FF9736","#FFD02B","#3AE5E5","#8A4EFA","#6F7588","#36B452","#1CD0FB","#FF4667","#E1A371","#FFE192","#4ADFB0"]},showFooterBtn:{type:Boolean,default:!1}},{modelValue:{},modelModifiers:{}}),emits:t.mergeModels(["colorChange"],["update:modelValue"]),setup(h,{emit:l}){const n=t.useModel(h,"modelValue"),o=l,s=t.ref(),r=t.ref(),c=h,d=t.ref([]);t.watch(()=>c.renderColorList,k=>{d.value=k},{immediate:!0});const f=function(k){n.value=k,o("colorChange",k)};function u(){s.value.openColorPicker()}function m(k){s.value.closeColorPicker(),d.value.push(k.hex)}return(k,x)=>{const w=t.resolveComponent("jvs-picker-color-v3");return t.openBlock(),t.createElementBlock("div",dl,[h.showTransparent?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["trans-icon",{active:n.value==="transparent"}]),onClick:x[0]||(x[0]=_=>f("transparent"))},[...x[1]||(x[1]=[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-wuyanse"})],-1)])],2)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(d.value,(_,A)=>(t.openBlock(),t.createElementBlock("div",{key:A,class:t.normalizeClass(["color-item",{active:n.value===_}]),style:t.normalizeStyle({background:_}),onClick:I=>f(_)},null,14,hl))),128)),t.createVNode(w,{ref_key:"bgColorPickerRef",ref:s,options:{openGradual:!1,pickerButtonRef:r.value,showFooterBtn:h.showFooterBtn},onChange:m},{default:t.withCtx(({isGradual:_,color:A,alpha:I})=>[t.createElementVNode("div",{class:"color-item-add",onClick:u,ref_key:"bgColorRef",ref:r},[...x[2]||(x[2]=[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-tianjiayanse"})],-1)])],512)]),_:1},8,["options"])])}}}),[["__scopeId","data-v-e4e2edb0"]]),pl={class:"menu-list"},fl={class:"menu-item has-submenu"},ul={class:"menu-item-content"},ml={class:"preferences-list"},gl={class:"menu-item has-submenu"},yl={class:"menu-item-content"},xl={class:"preferences-list grid-list"},wl=["onClick"],bl={class:"svg-icon"},vl=["xlink:href"],Sl={class:"menu-item has-submenu"},kl={class:"menu-item-content"},El={class:"preferences-list",style:{padding:"12px",display:"flex","justify-content":"center"}},Bl={class:"title"},zl={class:"preference-item"},Ml={class:"preference-info"},ql={class:"preference-title"},Cl={class:"preference-desc"},Fl={class:"preference-item"},_l={class:"preference-info"},Il={class:"preference-title"},Vl={class:"preference-desc"},Nl={class:"preference-item"},Al={class:"preference-info"},Tl={class:"preference-title"},Ll={class:"preference-desc"},Hl={class:"preference-item"},Dl={class:"preference-info"},$l={class:"preference-title"},Pl={class:"preference-desc"},Ol={class:"menu-item has-submenu"},Rl={class:"menu-item-content"},Wl={class:"preferences-list grid-list"},Xl=["onClick"],Yl={class:"menu-item-content"},jl={key:1,class:"board-name-input",style:{width:"195px",padding:"1px 23px 5px"}},Ul=T1(t.defineComponent({__name:"BoardName",setup(h){const l=t.inject("jvs-draw-instance-id","excalidraw"),n=X1(l),{t:o}=c0(),s=t.ref(!1),r=t.ref(),c=t.ref("");t.ref("");const d=t.computed(()=>n.appState.isDraggingElement||n.appState.isBoxSelecting),f=t.ref(["#FFFFFF","#F2F1E6","#E6F2E4","#E9F0F7","#EAE6F5","#F9EAF7","#F5E9E9","#F5ECE4","#FFE192","#9CC89E","#93BFDE","#B7ACD9","#F5F6F7","#6F7588","#000000"]),u=t.ref(!1),m=t.ref(!1),k=t.ref(!1);let x=!1;const w=j=>{x=!1,j.target?.closest?.(".el-popper")&&(x=!0)},_=j=>{!j&&x||(u.value=j)},A=j=>{!j&&x||(m.value=j)},I=j=>{!j&&x||(k.value=j)},H=t.computed(()=>[{label:o("board.noGrid"),icon:"icon-wuwangge",activeIcon:"icon-wuwangge-xuanzhong",value:"none"},{label:o("board.solidGrid"),icon:"icon-xianxingwangge",activeIcon:"icon-xianxingwangge-xuanzhong",value:"solid"},{label:o("board.dotGrid"),icon:"icon-dianzhuangwangge",activeIcon:"icon-dianzhuangwangge-xuanzhong",value:"dot"}]),D=t.computed({get(){return n.appState.gridType||"none"},set(j){n.appState.gridType=j}});t.onMounted(()=>{c.value=n.appState.name+"",document.addEventListener("mousedown",w,!0)}),t.onUnmounted(()=>{document.removeEventListener("mousedown",w,!0)}),t.watch(()=>n.appState.name,j=>{c.value=j+""});const T=()=>{c.value=n.appState.name+"",s.value=!s.value,t.nextTick(()=>{r.value.focus()})};function X(){c.value?n.appState.name=c.value+"":c.value=n.appState.name+"",s.value=!s.value}function W(){u.value=!1,n.appState.showHelp=!0}function S(j){t0.language=j,u.value=!1}function P(j){D.value=j.value}return(j,J)=>{const l2=t.resolveComponent("el-popover"),s2=t.resolveComponent("el-switch"),I2=t.resolveComponent("el-input");return t.openBlock(),t.createElementBlock("div",{class:"board-name-container",style:t.normalizeStyle({pointerEvents:d.value?"none":"auto"})},[t.unref(n).appConfig.showGlobalSettings!==!1?(t.openBlock(),t.createBlock(l2,{key:0,placement:"bottom-start",trigger:"click",width:176,offset:12,"popper-class":"board-settings-popover","show-arrow":!1,visible:u.value,"onUpdate:visible":_},{reference:t.withCtx(()=>[...J[6]||(J[6]=[t.createElementVNode("div",{class:"action-item"},[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-shezhi"})])],-1)])]),default:t.withCtx(()=>[t.createElementVNode("div",pl,[t.createVNode(l2,{placement:"right-start",trigger:"click",width:320,offset:4,"popper-class":"preferences-popover","show-arrow":!1,teleported:!1,visible:m.value,"onUpdate:visible":A},{reference:t.withCtx(()=>[t.createElementVNode("div",fl,[t.createElementVNode("div",ul,[J[7]||(J[7]=t.createElementVNode("svg",{class:"menu-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-pianhaoshezhi"})],-1)),t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("board.preferences")),1)]),J[8]||(J[8]=t.createElementVNode("svg",{class:"menu-arrow",viewBox:"0 0 24 24",width:"16",height:"16"},[t.createElementVNode("path",{fill:"currentColor",d:"M13.172 12l-4.586 4.586a1 1 0 001.414 1.414l5.293-5.293a1 1 0 000-1.414L9.999 5.999a1 1 0 10-1.414 1.414L13.172 12z"})],-1))])]),default:t.withCtx(()=>[t.createElementVNode("div",ml,[t.createVNode(l2,{placement:"right-start",trigger:"click",width:176,offset:4,"popper-class":"sub-preferences-popover","show-arrow":!1,teleported:!1},{reference:t.withCtx(()=>[t.createElementVNode("div",gl,[t.createElementVNode("div",yl,[J[9]||(J[9]=t.createElementVNode("svg",{class:"menu-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-beijingwangge"})],-1)),t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("board.backgroundGrid")),1)]),J[10]||(J[10]=t.createElementVNode("svg",{class:"menu-arrow",viewBox:"0 0 24 24",width:"16",height:"16"},[t.createElementVNode("path",{fill:"currentColor",d:"M13.172 12l-4.586 4.586a1 1 0 001.414 1.414l5.293-5.293a1 1 0 000-1.414L9.999 5.999a1 1 0 10-1.414 1.414L13.172 12z"})],-1))])]),default:t.withCtx(()=>[t.createElementVNode("div",xl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(H.value,(i2,t2)=>(t.openBlock(),t.createElementBlock("div",{key:t2,class:t.normalizeClass(["grid-item",{active:i2.value===D.value}]),onClick:x2=>P(i2)},[(t.openBlock(),t.createElementBlock("svg",bl,[t.createElementVNode("use",{"xlink:href":`#${i2.value===D.value?i2.activeIcon:i2.icon}`},null,8,vl)])),t.createElementVNode("div",null,t.toDisplayString(i2.label),1)],10,wl))),128))])]),_:1}),t.createVNode(l2,{placement:"right-start",trigger:"click",width:260,offset:4,"popper-class":"sub-preferences-popover","show-arrow":!1,teleported:!1,visible:k.value,"onUpdate:visible":I},{reference:t.withCtx(()=>[t.createElementVNode("div",Sl,[t.createElementVNode("div",kl,[J[11]||(J[11]=t.createElementVNode("svg",{class:"menu-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-huabubeijing"})],-1)),t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("board.backgroundColor")),1)]),J[12]||(J[12]=t.createElementVNode("svg",{class:"menu-arrow",viewBox:"0 0 24 24",width:"16",height:"16"},[t.createElementVNode("path",{fill:"currentColor",d:"M13.172 12l-4.586 4.586a1 1 0 001.414 1.414l5.293-5.293a1 1 0 000-1.414L9.999 5.999a1 1 0 10-1.414 1.414L13.172 12z"})],-1))])]),default:t.withCtx(()=>[t.createElementVNode("div",El,[t.createElementVNode("div",Bl,t.toDisplayString(t.unref(o)("board.backgroundColor")),1),t.createVNode(ue,{modelValue:t.unref(n).appState.viewBackgroundColor,"onUpdate:modelValue":J[0]||(J[0]=i2=>t.unref(n).appState.viewBackgroundColor=i2),"render-color-list":f.value,showTransparent:!1,showFooterBtn:!0},null,8,["modelValue","render-color-list"])])]),_:1},8,["visible"]),J[13]||(J[13]=t.createElementVNode("div",{class:"line"},null,-1)),t.createElementVNode("div",zl,[t.createElementVNode("div",Ml,[t.createElementVNode("div",ql,[t.createElementVNode("div",null,t.toDisplayString(t.unref(o)("board.zoomWithWheel")),1),t.createVNode(s2,{modelValue:t.unref(n).appState.useWheelZoom,"onUpdate:modelValue":J[1]||(J[1]=i2=>t.unref(n).appState.useWheelZoom=i2),size:"small"},null,8,["modelValue"])]),t.createElementVNode("div",Cl,t.toDisplayString(t.unref(o)("board.zoomWithWheelDesc")),1)])]),t.createElementVNode("div",Fl,[t.createElementVNode("div",_l,[t.createElementVNode("div",Il,[t.createElementVNode("div",null,t.toDisplayString(t.unref(o)("board.panWithRightClick")),1),t.createVNode(s2,{modelValue:t.unref(n).appState.rightClickPan,"onUpdate:modelValue":J[2]||(J[2]=i2=>t.unref(n).appState.rightClickPan=i2),size:"small"},null,8,["modelValue"])]),t.createElementVNode("div",Vl,t.toDisplayString(t.unref(o)("board.panWithRightClickDesc")),1)])]),t.createElementVNode("div",Nl,[t.createElementVNode("div",Al,[t.createElementVNode("div",Tl,[t.createElementVNode("div",null,t.toDisplayString(t.unref(o)("board.fixedArrowBinding")),1),t.createVNode(s2,{modelValue:t.unref(n).appState.fixedArrowBinding,"onUpdate:modelValue":J[3]||(J[3]=i2=>t.unref(n).appState.fixedArrowBinding=i2),size:"small"},null,8,["modelValue"])]),t.createElementVNode("div",Ll,t.toDisplayString(t.unref(o)("board.fixedArrowBindingDesc")),1)])]),t.createElementVNode("div",Hl,[t.createElementVNode("div",Dl,[t.createElementVNode("div",$l,[t.createElementVNode("div",null,t.toDisplayString(t.unref(o)("board.showQuickCreate")),1),t.createVNode(s2,{modelValue:t.unref(n).appState.showQuickCreate,"onUpdate:modelValue":J[4]||(J[4]=i2=>t.unref(n).appState.showQuickCreate=i2),size:"small"},null,8,["modelValue"])]),t.createElementVNode("div",Pl,t.toDisplayString(t.unref(o)("board.showQuickCreateDesc")),1)])])])]),_:1},8,["visible"]),t.unref(n).appConfig.showLanguageMenu?(t.openBlock(),t.createBlock(l2,{key:0,placement:"right-start",trigger:"click",width:140,offset:4,"popper-class":"sub-preferences-popover","show-arrow":!1,teleported:!1},{reference:t.withCtx(()=>[t.createElementVNode("div",Ol,[t.createElementVNode("div",Rl,[J[14]||(J[14]=t.createElementVNode("svg",{class:"menu-icon",viewBox:"0 0 24 24"},[t.createElementVNode("use",{"xlink:href":"#icon-a-yuyanqiehuan1x"})],-1)),t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("board.language")),1)]),J[15]||(J[15]=t.createElementVNode("svg",{class:"menu-arrow",viewBox:"0 0 24 24",width:"16",height:"16"},[t.createElementVNode("path",{fill:"currentColor",d:"M13.172 12l-4.586 4.586a1 1 0 001.414 1.414l5.293-5.293a1 1 0 000-1.414L9.999 5.999a1 1 0 10-1.414 1.414L13.172 12z"})],-1))])]),default:t.withCtx(()=>[t.createElementVNode("div",Wl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(t0).languageList,(i2,t2)=>(t.openBlock(),t.createElementBlock("div",{key:t2,class:t.normalizeClass(["grid-item",{active:i2.value===t.unref(t0).language}]),onClick:x2=>S(i2.value),style:{"justify-content":"center"}},t.toDisplayString(i2.label),11,Xl))),128))])]),_:1})):t.createCommentVNode("",!0),t.createElementVNode("div",{class:"menu-item",onClick:W},[t.createElementVNode("div",Yl,[J[16]||(J[16]=t.createElementVNode("svg",{class:"menu-icon",viewBox:"0 0 24 24"},[t.createElementVNode("use",{"xlink:href":"#icon-kuaijiejian"})],-1)),t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("board.shortcuts")),1)])])])]),_:1},8,["visible"])):t.createCommentVNode("",!0),t.unref(n).appConfig.showBoardName!==!1?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[s.value?(t.openBlock(),t.createBlock(I2,{key:0,ref_key:"inputRef",ref:r,modelValue:c.value,"onUpdate:modelValue":J[5]||(J[5]=i2=>c.value=i2),class:"board-name-input",placeholder:t.unref(o)("boardName.untitled"),onBlur:X},null,8,["modelValue","placeholder"])):(t.openBlock(),t.createElementBlock("div",jl,t.toDisplayString(c.value),1)),s.value?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",{key:2,class:"action-item",onClick:T},[...J[17]||(J[17]=[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-bianji"})],-1)])]))],64)):t.createCommentVNode("",!0)],4)}}}),[["__scopeId","data-v-26b5609c"]]),Ql={key:0,class:"history-controls glass"},Zl=["title"],Gl={class:"svg-icon"},Kl=["xlink:href"],Jl=["title"],ea={class:"svg-icon"},ta=["xlink:href"],na={class:"zoom-controls glass"},ia=["title"],oa={key:1,class:"separator"},la=["title"],aa=["title"],sa=["title"],ra={key:2,class:"separator"},_u=["title"],ca=["title"],da=T1(t.defineComponent({__name:"Footer",setup(h){const l=t.inject("jvs-draw-instance-id","excalidraw"),n=X1(l),{t:o}=c0(),s=()=>{S5.ElMessageBox.confirm(o("footer.clearCanvasConfirm"),o("footer.prompt"),{confirmButtonText:o("footer.confirm"),cancelButtonText:o("footer.cancel"),type:"warning"}).then(()=>{n.clearElements()}).catch(()=>{})},r=()=>{n.setZoom(1,{x:window.innerWidth/2,y:window.innerHeight/2})},c=t.computed(()=>n.appState.isDraggingElement||n.appState.isBoxSelecting),d=()=>{n.historyStep<=0||n.undo()},f=()=>{n.historyStep>=n.history.length-1||n.redo()};function u(){n.appState.activeTool==="hand"?n.setTool("selection"):n.setTool("hand")}return(m,k)=>(t.openBlock(),t.createElementBlock("div",{class:"footer-controls footer",style:t.normalizeStyle({right:t.unref(n).appState.isPropertiesPanelOpen?"345px":"24px",pointerEvents:c.value?"none":"auto"})},[t.unref(n).appConfig.editable!==!1?(t.openBlock(),t.createElementBlock("div",Ql,[t.createElementVNode("div",{onClick:d,class:t.normalizeClass(["tool-item",{disabled:t.unref(n).historyStep<=0}]),title:t.unref(o)("help.undo")},[(t.openBlock(),t.createElementBlock("svg",Gl,[t.createElementVNode("use",{"xlink:href":`${t.unref(n).historyStep<=0?"#icon-chexiao-copy":"#icon-chexiao"}`},null,8,Kl)]))],10,Zl),t.createElementVNode("div",{onClick:f,class:t.normalizeClass(["tool-item",{disabled:t.unref(n).historyStep>=t.unref(n).history.length-1}]),title:t.unref(o)("help.redo")},[(t.openBlock(),t.createElementBlock("svg",ea,[t.createElementVNode("use",{"xlink:href":`${t.unref(n).historyStep>=t.unref(n).history.length-1?"#icon-huifu-copy":"#icon-huifu"}`},null,8,ta)]))],10,Jl)])):t.createCommentVNode("",!0),t.createElementVNode("div",na,[t.unref(n).appConfig.editable!==!1?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["tool-item",{active:t.unref(n).appState.activeTool==="hand"}]),onClick:k[0]||(k[0]=x=>u()),title:t.unref(o)("help.handTool")},[...k[4]||(k[4]=[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-yidong"})],-1)])],10,ia)):t.createCommentVNode("",!0),t.unref(n).appConfig.editable!==!1?(t.openBlock(),t.createElementBlock("div",oa)):t.createCommentVNode("",!0),t.createElementVNode("div",{onClick:k[1]||(k[1]=x=>t.unref(n).zoomOut()),class:"tool-item",title:t.unref(o)("help.zoomOut")},[...k[5]||(k[5]=[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-suoxiao"})],-1)])],8,la),t.createElementVNode("span",{onClick:r,title:t.unref(o)("footer.resetZoom"),style:{cursor:"pointer"}},t.toDisplayString(Math.round(t.unref(n).appState.zoom*100))+"%",9,aa),t.createElementVNode("div",{onClick:k[2]||(k[2]=x=>t.unref(n).zoomIn()),class:"tool-item",title:t.unref(o)("help.zoomIn")},[...k[6]||(k[6]=[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-fangda"})],-1)])],8,sa),t.unref(n).appConfig.editable!==!1?(t.openBlock(),t.createElementBlock("div",ra)):t.createCommentVNode("",!0),(t.unref(n).appConfig.editable,t.createCommentVNode("",!0)),t.unref(n).appConfig.editable!==!1?(t.openBlock(),t.createElementBlock("div",{key:4,class:"tool-item",onClick:s,title:t.unref(o)("footer.clear")},[...k[8]||(k[8]=[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-qingchu"})],-1)])],8,ca)):t.createCommentVNode("",!0)])],4))}}),[["__scopeId","data-v-ed8db342"]]),ha={class:"help-dialog glass"},pa={class:"header"},fa={class:"content"},ua={class:"column"},ma={class:"shortcut-list"},ga={class:"item"},ya={class:"item"},xa={class:"keys"},wa={class:"item"},ba={class:"keys"},va={class:"item"},Sa={class:"keys"},ka={class:"item"},Ea={class:"keys"},Ba={class:"item"},za={class:"keys"},Ma={class:"item"},qa={class:"keys"},Ca={class:"item"},Fa={class:"keys"},_a={class:"item"},Ia={class:"keys"},Va={class:"shortcut-list"},Na={class:"item"},Aa={class:"item"},Ta={class:"item"},La={class:"column"},Ha={class:"shortcut-list"},Da={class:"item"},$a={class:"item"},Pa={class:"item"},Oa={class:"item"},Ra={class:"item"},Wa={class:"item"},Xa={class:"item"},Ya={class:"item"},ja={class:"item"},Ua={class:"item"},Qa={class:"item"},Za={class:"item"},Ga={class:"item"},Ka=T1(t.defineComponent({__name:"HelpDialog",setup(h){const l=t.inject("jvs-draw-instance-id","excalidraw"),n=X1(l),{t:o}=c0(),s=()=>{n.appState.showHelp=!1};return(r,c)=>t.unref(n).appState.showHelp?(t.openBlock(),t.createElementBlock("div",{key:0,class:"modal-overlay",onClick:t.withModifiers(s,["self"]),style:t.normalizeStyle({pointerEvents:t.unref(n).appState.isDraggingElement?"none":"auto"})},[t.createElementVNode("div",ha,[t.createElementVNode("div",pa,[t.createElementVNode("h2",null,t.toDisplayString(t.unref(o)("help.shortcutsList")),1),t.createElementVNode("button",{class:"close-btn",onClick:s},[...c[0]||(c[0]=[t.createElementVNode("i",{class:"ri-close-line"},null,-1)])])]),t.createElementVNode("div",fa,[t.createElementVNode("div",ua,[t.createElementVNode("h3",null,t.toDisplayString(t.unref(o)("help.tools")),1),t.createElementVNode("div",ma,[t.createElementVNode("div",ga,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("help.handTool")),1),c[1]||(c[1]=t.createElementVNode("span",{class:"keys"},[t.createElementVNode("kbd",null,"H")],-1))]),t.createElementVNode("div",ya,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("toolbar.select")),1),t.createElementVNode("span",xa,[c[2]||(c[2]=t.createElementVNode("kbd",null,"V",-1)),t.createTextVNode(" "+t.toDisplayString(t.unref(o)("help.or"))+" ",1),c[3]||(c[3]=t.createElementVNode("kbd",null,"1",-1))])]),t.createElementVNode("div",wa,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("toolbar.shapes")),1),t.createElementVNode("span",ba,[c[4]||(c[4]=t.createElementVNode("kbd",null,"R",-1)),t.createTextVNode(" "+t.toDisplayString(t.unref(o)("help.or"))+" ",1),c[5]||(c[5]=t.createElementVNode("kbd",null,"2",-1))])]),t.createElementVNode("div",va,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("toolbar.arrow")),1),t.createElementVNode("span",Sa,[c[6]||(c[6]=t.createElementVNode("kbd",null,"A",-1)),t.createTextVNode(" "+t.toDisplayString(t.unref(o)("help.or"))+" ",1),c[7]||(c[7]=t.createElementVNode("kbd",null,"5",-1))])]),t.createElementVNode("div",ka,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("toolbar.line")),1),t.createElementVNode("span",Ea,[c[8]||(c[8]=t.createElementVNode("kbd",null,"L",-1)),t.createTextVNode(" "+t.toDisplayString(t.unref(o)("help.or"))+" ",1),c[9]||(c[9]=t.createElementVNode("kbd",null,"6",-1))])]),t.createElementVNode("div",Ba,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("toolbar.draw")),1),t.createElementVNode("span",za,[c[10]||(c[10]=t.createElementVNode("kbd",null,"P",-1)),t.createTextVNode(" "+t.toDisplayString(t.unref(o)("help.or"))+" ",1),c[11]||(c[11]=t.createElementVNode("kbd",null,"7",-1))])]),t.createElementVNode("div",Ma,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("toolbar.text")),1),t.createElementVNode("span",qa,[c[12]||(c[12]=t.createElementVNode("kbd",null,"T",-1)),t.createTextVNode(" "+t.toDisplayString(t.unref(o)("help.or"))+" ",1),c[13]||(c[13]=t.createElementVNode("kbd",null,"8",-1))])]),t.createElementVNode("div",Ca,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("toolbar.image")),1),t.createElementVNode("span",Fa,[c[14]||(c[14]=t.createElementVNode("kbd",null,"I",-1)),t.createTextVNode(" "+t.toDisplayString(t.unref(o)("help.or"))+" ",1),c[15]||(c[15]=t.createElementVNode("kbd",null,"4",-1))])]),t.createElementVNode("div",_a,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("toolbar.eraser")),1),t.createElementVNode("span",Ia,[c[16]||(c[16]=t.createElementVNode("kbd",null,"E",-1)),t.createTextVNode(" "+t.toDisplayString(t.unref(o)("help.or"))+" ",1),c[17]||(c[17]=t.createElementVNode("kbd",null,"0",-1))])])]),t.createElementVNode("h3",null,t.toDisplayString(t.unref(o)("help.view")),1),t.createElementVNode("div",Va,[t.createElementVNode("div",Na,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("help.zoomIn")),1),c[18]||(c[18]=t.createElementVNode("span",{class:"keys"},[t.createElementVNode("kbd",null,"Cmd"),t.createElementVNode("kbd",null,"+")],-1))]),t.createElementVNode("div",Aa,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("help.zoomOut")),1),c[19]||(c[19]=t.createElementVNode("span",{class:"keys"},[t.createElementVNode("kbd",null,"Cmd"),t.createElementVNode("kbd",null,"-")],-1))]),t.createElementVNode("div",Ta,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("footer.resetZoom")),1),c[20]||(c[20]=t.createElementVNode("span",{class:"keys"},[t.createElementVNode("kbd",null,"Cmd"),t.createElementVNode("kbd",null,"0")],-1))])])]),t.createElementVNode("div",La,[t.createElementVNode("h3",null,t.toDisplayString(t.unref(o)("help.editor")),1),t.createElementVNode("div",Ha,[t.createElementVNode("div",Da,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("contextMenu.selectAll")),1),c[21]||(c[21]=t.createElementVNode("span",{class:"keys"},[t.createElementVNode("kbd",null,"Cmd"),t.createElementVNode("kbd",null,"A")],-1))]),t.createElementVNode("div",$a,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("contextMenu.delete")),1),c[22]||(c[22]=t.createElementVNode("span",{class:"keys"},[t.createElementVNode("kbd",null,"Delete")],-1))]),t.createElementVNode("div",Pa,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("contextMenu.copy")),1),c[23]||(c[23]=t.createElementVNode("span",{class:"keys"},[t.createElementVNode("kbd",null,"Cmd"),t.createElementVNode("kbd",null,"C")],-1))]),t.createElementVNode("div",Oa,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("contextMenu.paste")),1),c[24]||(c[24]=t.createElementVNode("span",{class:"keys"},[t.createElementVNode("kbd",null,"Cmd"),t.createElementVNode("kbd",null,"V")],-1))]),t.createElementVNode("div",Ra,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("contextMenu.cut")),1),c[25]||(c[25]=t.createElementVNode("span",{class:"keys"},[t.createElementVNode("kbd",null,"Cmd"),t.createElementVNode("kbd",null,"X")],-1))]),t.createElementVNode("div",Wa,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("help.undo")),1),c[26]||(c[26]=t.createElementVNode("span",{class:"keys"},[t.createElementVNode("kbd",null,"Cmd"),t.createElementVNode("kbd",null,"Z")],-1))]),t.createElementVNode("div",Xa,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("help.redo")),1),c[27]||(c[27]=t.createElementVNode("span",{class:"keys"},[t.createElementVNode("kbd",null,"Cmd"),t.createElementVNode("kbd",null,"Shift"),t.createElementVNode("kbd",null,"Z")],-1))]),t.createElementVNode("div",Ya,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("contextMenu.group")),1),c[28]||(c[28]=t.createElementVNode("span",{class:"keys"},[t.createElementVNode("kbd",null,"Cmd"),t.createElementVNode("kbd",null,"G")],-1))]),t.createElementVNode("div",ja,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("contextMenu.ungroup")),1),c[29]||(c[29]=t.createElementVNode("span",{class:"keys"},[t.createElementVNode("kbd",null,"Cmd"),t.createElementVNode("kbd",null,"Shift"),t.createElementVNode("kbd",null,"G")],-1))]),t.createElementVNode("div",Ua,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("contextMenu.bringToFront")),1),c[30]||(c[30]=t.createElementVNode("span",{class:"keys"},[t.createElementVNode("kbd",null,"]")],-1))]),t.createElementVNode("div",Qa,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("contextMenu.sendToBack")),1),c[31]||(c[31]=t.createElementVNode("span",{class:"keys"},[t.createElementVNode("kbd",null,"[")],-1))]),t.createElementVNode("div",Za,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("contextMenu.bringForward")),1),c[32]||(c[32]=t.createElementVNode("span",{class:"keys"},[t.createElementVNode("kbd",null,"Option"),t.createElementVNode("kbd",null,"]")],-1))]),t.createElementVNode("div",Ga,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("contextMenu.sendBackward")),1),c[33]||(c[33]=t.createElementVNode("span",{class:"keys"},[t.createElementVNode("kbd",null,"Option"),t.createElementVNode("kbd",null,"[")],-1))])])])])])],4)):t.createCommentVNode("",!0)}}),[["__scopeId","data-v-30157208"]]),Ja=["title"],e9={class:"popover-content"},t9={class:"sub-tools-container"},n9=["onClick"],i9={class:"svg-icon"},o9=["xlink:href"],l9=["title"],a9={key:2,class:"divider"},s9=["title"],r9=["title"],c9=["title"],d9=["title"],h9={key:0,class:"svg-icon"},p9={class:"popover-content"},f9={class:"title"},u9={class:"title"},m9={class:"title"},g9=["title"],y9={key:0,class:"svg-icon"},x9={key:1,class:"svg-icon"},w9=["xlink:href"],b9={class:"popover-content"},v9={class:"title"},S9={class:"title"},k9={class:"title"},E9={class:"title"},B9={class:"title"},z9={class:"title"},M9={key:6,class:"divider"},q9=["title"],C9={key:0,class:"svg-icon"},F9={class:"popover-content"},_9={class:"title"},I9=["title"],V9={class:"svg-icon"},N9=["xlink:href"],A9={class:"popover-content"},T9=["onClick"],L9={class:"svg-icon"},H9=["xlink:href"],D9=["title"],$9=["title"],P9={class:"svg-icon"},O9=["xlink:href"],R9={class:"popover-content"},W9=["onClick"],X9={class:"svg-icon"},Y9=["xlink:href"],Nu=["title"],j9=["title"],U9={class:"popover-content"},Q9={class:"title"},Z9={key:13,class:"divider"},G9=["title"],K9=["fill"],J9=["fill"],es=["fill"],ts={class:"popover-content"},ns={class:"title"},is={class:"title"},os={class:"title"},ls={class:"title"},as={key:15,class:"divider"},ss=["title"],rs={class:"popover-content"},cs=["title"],ds={class:"align-menu-left"},hs=["title"],ps={class:"align-menu-left"},fs=["title"],us={class:"align-menu-left"},ms=["title"],gs={class:"align-menu-left"},ys=["title"],xs={class:"align-menu-left"},ws=["title"],bs={class:"align-menu-left"},vs=["title"],Ss={class:"align-menu-left"},ks={class:"svg-icon",style:{transform:"rotate(90deg)"}},Es=["title"],Bs={class:"align-menu-left"},zs={key:17,class:"font-size-select"},Ms=T1(t.defineComponent({__name:"FloatingPopovers",setup(h){const l=t.inject("jvs-draw-instance-id","excalidraw"),n=X1(l),{t:o}=c0(),s=t.ref(!1),r=t.ref(!1),c=t.ref(!1),d=t.ref(!1),f=t.ref(!1),u=t.ref(!1),m=t.ref(!1),k=t.ref(!1),x=t.ref(null);let w=!1;const _=t.computed(()=>[{name:"note",icon:"#icon-bianqian",label:o("toolbar.note")},{name:"rectangle",icon:"#icon-yuanjiaojuxing",label:o("toolbar.rectangle")},{name:"diamond",icon:"#icon-lingxing",label:o("toolbar.diamond")},{name:"ellipse",icon:"#icon-tuoyuanxing",label:o("toolbar.ellipse")},{name:"square",icon:"#icon-zhengfangxing",label:o("toolbar.square")},{name:"star",icon:"#icon-wujiaoxing",label:o("toolbar.star")},{name:"circle",icon:"#icon-yuanxing",label:o("toolbar.circle")},{name:"cylinder",icon:"#icon-yuanzhuti",label:o("toolbar.cylinder")},{name:"trapezoid",icon:"#icon-tixing",label:o("toolbar.trapezoid")},{name:"parallelogram",icon:"#icon-pinghangsibianxing",label:o("toolbar.parallelogram")},{name:"cloud",icon:"#icon-yun",label:o("toolbar.cloud")},{name:"pentagon",icon:"#icon-wubianxing",label:o("toolbar.pentagon")},{name:"hexagon",icon:"#icon-liubianxing",label:o("toolbar.hexagon")},{name:"message",icon:"#icon-qipao",label:o("toolbar.message")},{name:"doubleArrow",icon:"#icon-shuangxiangjiantou",label:o("toolbar.doubleArrow")},{name:"triangle",icon:"#icon-sanjiaoxing",label:o("toolbar.triangle")},{name:"leftArrow",icon:"#icon-zuojiantou",label:o("toolbar.leftArrow")},{name:"rightArrow",icon:"#icon-youjiantou",label:o("toolbar.rightArrow")},{name:"cube",icon:"#icon-zhengfangti",label:o("toolbar.cube")},{name:"step1",icon:"#icon-buzhou2",label:o("toolbar.step1")},{name:"step2",icon:"#icon-buzhou1",label:o("toolbar.step2")}]),A=Z=>{if(w=!1,x.value&&x.value.contains(Z.target))return;const K=Z.target;if(K&&K.closest&&K.closest(".el-popper")){w=!0;return}s.value&&(s.value=!1),r.value&&(r.value=!1),c.value&&(c.value=!1),d.value&&(d.value=!1),f.value&&(f.value=!1),u.value&&(u.value=!1),m.value&&(m.value=!1),k.value&&(k.value=!1),Z1.value&&(Z1.value=!1),d6.value&&(d6.value=!1)};t.onMounted(()=>{window.addEventListener("mousedown",A,!0)}),t.onUnmounted(()=>{window.removeEventListener("mousedown",A,!0)});const I=()=>{const Z=Object.keys(n.appState.selectedElementIds);if(Z.length===0)return null;const K=Z[Z.length-1];return n.elements.find(D2=>D2.id===K)||null},H=t.computed(()=>n.appState.activeTool),D=t.computed(()=>Object.keys(n.appState.selectedElementIds)),T=t.computed(()=>D.value.length>0),X=()=>{if(H.value==="selection"){if(!T.value)return"none";const Z=D.value[0],K=n.elements.find(D2=>D2.id===Z);return K?K.type:"none"}return H.value==="shapes"?n.appState.activeToolType:H.value},W=["rectangle","ellipse","diamond","square","star","circle","cylinder","process","decision","trapezoid","parallelogram","cloud","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2","note"],S=t.computed(()=>{if(D.value.length>1)return!1;const Z=X();return W.includes(Z)}),P=t.computed(()=>{if(D.value.length>1)return!1;const Z=X();return[...W,"frame","arrow","line"].includes(Z)}),j=t.computed(()=>{if(X()==="arrow"){const K=D.value;if(K.length===1){const D2=n.elements.find(l1=>l1.id===K[0]);return D2&&D2.arrowType==="arrowBold"}else if(K.length===0)return n.appState.activeToolType==="arrowBold"}return!1}),J=t.computed(()=>{if(D.value.length>1)return!1;const Z=X();return[...W,"arrow","line","freedraw","frame"].includes(Z)&&Z!="note"}),l2=t.computed(()=>{if(D.value.length>1)return!1;const Z=X();return j.value?!1:[...W,"arrow","line"].includes(Z)}),s2=t.computed(()=>{if(D.value.length>1)return!1;const Z=X();return["rectangle","diamond","square","star",,"process","decision","trapezoid","parallelogram","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2"].includes(Z)}),I2=t.computed(()=>{if(D.value.length>1)return!1;const Z=X();return[...W,"text","arrow","line"].includes(Z)}),i2=t.computed(()=>{if(D.value.length>1)return!1;const Z=X();return j.value?!1:["arrow","line"].includes(Z)}),t2=t.computed(()=>D.value.length>1?!1:X()==="image"),x2=t.computed(()=>D.value.length>1),h2=t.computed(()=>{const Z=I();return Z&&"arrowType"in Z?Z.arrowType:n.appState.currentItemArrowType}),y2=t.computed({get(){const Z=I();return(Z&&"startArrowhead"in Z?Z.startArrowhead:n.appState.currentItemStartArrowhead)||"line"},set(Z){L1(Z)}}),k2=t.computed({get(){const Z=I();return(Z&&"endArrowhead"in Z?Z.endArrowhead:n.appState.currentItemEndArrowhead)||"line"},set(Z){v6(Z)}}),C2=t.computed(()=>{const Z=M0.find(K=>K.value===y2.value);return Z?Z.icon:void 0}),_2=t.computed(()=>{const Z=M0.find(K=>K.value===k2.value);return Z?Z.icon:void 0}),m2=t.computed({get(){const Z=I();return Z?Z.strokeColor:n.appState.currentItemStrokeColor},set(Z){n0(Z)}}),R2=t.computed({get(){const Z=I();return Z?Z.backgroundColor:n.appState.currentItemBackgroundColor},set(Z){z1(Z)}}),j2=t.computed({get(){const Z=I();return Z?Z.fontColor:n.appState.currentItemFontColor},set(Z){K1(Z)}}),b2=t.computed({get(){const Z=I();return Z&&"fontBgColor"in Z?Z.fontBgColor:n.appState.currentItemFontBgColor},set(Z){J1(Z)}}),K2=t.computed({get(){const Z=I();return Z?Z.backgroundOpacity??100:n.appState.currentItemBackgroundOpacity},set(Z){G1(Z)}}),m1=t.computed({get(){const Z=I();return Z?Z.strokeOpacity??100:n.appState.currentItemStrokeOpacity??100},set(Z){S6(Z)}}),N1=t.computed({get(){const Z=I();return Z?Z.strokeWidth:n.appState.currentItemStrokeWidth},set(Z){Y6(Z)}});t.computed(()=>{const Z=I();return Z?Z.strokeStyle:n.appState.currentItemStrokeStyle||"solid"}),t.computed(()=>{const Z=I();return Z?Z.roughness:n.appState.currentItemRoughness??0});const s1=t.computed({get(){const Z=I();return Z?Z.roundness??0:n.appState.currentItemRoundness},set(Z){k6(Z)}}),p1=t.computed({get:()=>{const Z=I();return Z&&"fontSize"in Z?Z.fontSize:n.appState.currentItemFontSize},set:Z=>{C1(Z)}});t.computed(()=>{const Z=I();return Z&&"fontFamily"in Z?Z.fontFamily:n.appState.currentItemFontFamily}),t.computed(()=>{const Z=I();return Z&&"textAlign"in Z?Z.textAlign:n.appState.currentItemTextAlign}),t.computed(()=>{const Z=I();return Z&&"verticalAlign"in Z?Z.verticalAlign:n.appState.currentItemVerticalAlign});const Y1=[12,14,16,18,20,24,28,32,36],Z1=t.ref(!1),d6=t.ref(!1),n0=Z=>{n.updateSelectedElements({strokeColor:Z})},L1=Z=>{Object.keys(n.appState.selectedElementIds).length===0?n.appState.currentItemStartArrowhead=Z:n.updateSelectedElements({startArrowhead:Z})},v6=Z=>{Object.keys(n.appState.selectedElementIds).length===0?n.appState.currentItemEndArrowhead=Z:n.updateSelectedElements({endArrowhead:Z})},G1=Z=>{const K=Z;n.updateSelectedElements({backgroundOpacity:K})},z1=Z=>{const K=Z||"transparent";n.updateSelectedElements({backgroundColor:K})},Y6=Z=>{n.updateSelectedElements({strokeWidth:Z})},S6=Z=>{n.updateSelectedElements({strokeOpacity:Z})},k6=Z=>{n.updateSelectedElements({roundness:Z})},C1=Z=>{Object.keys(n.appState.selectedElementIds).forEach(D2=>{const l1=n.elements.find(T2=>T2.id===D2);if(l1&&l1.type==="text"){const T2=l1;if(T2.autoResize){const o1=v1(T2.text||"",Z,T2.fontFamily||"sans-serif",void 0,{isBold:T2.isBold,isItalic:T2.isItalic,fontWeight:T2.fontWeight,lineHeight:T2.lineHeight,letterSpacing:T2.letterSpacing});n.updateElement(D2,{fontSize:Z,width:o1.width,height:o1.height})}else{const o1=v1(T2.text||"",Z,T2.fontFamily||"sans-serif",l1.width,{isBold:T2.isBold,isItalic:T2.isItalic,fontWeight:T2.fontWeight,lineHeight:T2.lineHeight,letterSpacing:T2.letterSpacing});n.updateElement(D2,{fontSize:Z,height:o1.height})}}else{n.updateElement(D2,{fontSize:Z});const T2=n.elements.find(o1=>o1.type==="text"&&o1.containerId===D2&&!o1.isDeleted);if(T2){const o1=v1(T2.text||"",Z,T2.fontFamily||"sans-serif",T2.width);n.updateElement(T2.id,{fontSize:Z,height:Math.max(o1.height,l1?.height)})}}})},K1=Z=>{n.updateSelectedElements({fontColor:Z}),Object.keys(n.appState.selectedElementIds).forEach(D2=>{const l1=n.elements.find(T2=>T2.type==="text"&&T2.containerId===D2&&!T2.isDeleted);l1&&n.updateElement(l1.id,{fontColor:Z})})},J1=Z=>{n.updateSelectedElements({fontBgColor:Z}),Object.keys(n.appState.selectedElementIds).forEach(D2=>{const l1=n.elements.find(T2=>T2.type==="text"&&T2.containerId===D2&&!T2.isDeleted);l1&&n.updateElement(l1.id,{fontBgColor:Z})})},X0=Z=>{X()==="note"?n.updateSelectedElements({noteShape:Z}):n.updateSelectedElements({type:Z})},V6=t.computed(()=>{const Z=Object.keys(n.appState.selectedElementIds);if(Z.length===0)return n.appState.fixedArrowBinding;let K=!0,D2=!1;for(const l1 of Z){const T2=n.elements.find(o1=>o1.id===l1);if(T2&&(T2.type==="line"||T2.type==="arrow")){const o1=T2.startBinding,v2=T2.endBinding;o1&&(D2=!0,o1.isBorder!==!1&&(K=!1)),v2&&(D2=!0,v2.isBorder!==!1&&(K=!1))}}return D2?K:n.appState.fixedArrowBinding});function Y0(){const Z=Object.keys(n.appState.selectedElementIds);if(Z.length===0){n.appState.fixedArrowBinding=!n.appState.fixedArrowBinding;return}const K=!V6.value;let D2=!1;Z.forEach(l1=>{const T2=n.elements.find(o1=>o1.id===l1);if(T2&&(T2.type==="line"||T2.type==="arrow")){const o1={};T2.startBinding&&(o1.startBinding={...T2.startBinding,isBorder:!K}),T2.endBinding&&(o1.endBinding={...T2.endBinding,isBorder:!K}),(o1.startBinding||o1.endBinding)&&(n.updateElement(l1,o1),D2=!0)}}),D2&&typeof n.recordHistory=="function"&&n.recordHistory()}const j6=async()=>{const Z=await Le();if(Z){const{dataURL:K,width:D2,height:l1}=Z,T2=Object.keys(n.appState.selectedElementIds);if(T2.length>0){const o1=T2[0];if(!o1)return;const v2=n.elements.find(A6=>A6.id===o1)?.width||D2,E6=l1/D2*v2;n.updateImageSource(o1,K,v2,E6,!1)}}},N6=()=>{const Z=Object.keys(n.appState.selectedElementIds)[0];Z&&n.setCroppingElementId(Z)},O1=()=>{const Z=Object.keys(n.appState.selectedElementIds)[0],K=n.elements.find(D2=>D2.id===Z);K&&n.updateSelectedElements({isFlippedHorizontal:!K.isFlippedHorizontal})},d0=()=>{const Z=Object.keys(n.appState.selectedElementIds)[0],K=n.elements.find(D2=>D2.id===Z);K&&n.updateSelectedElements({isFlippedVertical:!K.isFlippedVertical})},U6=()=>{const Z=Object.keys(n.appState.selectedElementIds);if(Z.length===0){const K=n.appState.currentItemStartArrowhead;n.appState.currentItemStartArrowhead=n.appState.currentItemEndArrowhead,n.appState.currentItemEndArrowhead=K}else{let K=!1;Z.forEach(D2=>{const l1=n.elements.find(T2=>T2.id===D2);l1&&(l1.type==="line"||l1.type==="arrow")&&(n.updateElement(D2,{startArrowhead:l1.endArrowhead,endArrowhead:l1.startArrowhead}),K=!0)}),K&&typeof n.recordHistory=="function"&&n.recordHistory()}},h6=Z=>{n.alignElements(Z),k.value=!1},i0=()=>{n.distributeElements("horizontal"),k.value=!1},h0=()=>{n.distributeElements("vertical"),k.value=!1};return(Z,K)=>{const D2=t.resolveComponent("el-popover"),l1=t.resolveComponent("el-slider"),T2=t.resolveComponent("el-option"),o1=t.resolveComponent("el-select");return t.openBlock(),t.createElementBlock("div",{class:"popovers-container",ref_key:"popoversContainerRef",ref:x},[S.value?(t.openBlock(),t.createBlock(D2,{key:0,placement:"top",width:224,trigger:"click","show-arrow":!1,"popper-class":"custom-toolbar-popover",visible:m.value,"onUpdate:visible":K[0]||(K[0]=v2=>{!v2&&t.unref(w)||(m.value=v2)})},{reference:t.withCtx(()=>[t.createElementVNode("div",{class:"settings-btn",title:t.unref(o)("toolbar.shapes")},[...K[24]||(K[24]=[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-xingzhuang"})],-1)])],8,Ja)]),default:t.withCtx(()=>[t.createElementVNode("div",e9,[t.createElementVNode("div",t9,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(_.value,v2=>(t.openBlock(),t.createElementBlock("div",{key:v2.name,class:t.normalizeClass(["sub-tool-item",{active:(X()==="note"?I()?.noteShape||"note":X())===v2.name}]),onClick:E6=>X0(v2.name),style:t.normalizeStyle({display:v2.name==="note"&&X()!=="note"?"none":"flex"})},[(t.openBlock(),t.createElementBlock("svg",i9,[t.createElementVNode("use",{"xlink:href":`${v2.icon}`},null,8,o9)]))],14,n9))),128))])])]),_:1},8,["visible"])):t.createCommentVNode("",!0),t2.value?(t.openBlock(),t.createElementBlock("div",{key:1,class:"settings-btn",title:t.unref(o)("floatingBar.replaceImage"),onClick:j6},[...K[25]||(K[25]=[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-tupian"})],-1)])],8,l9)):t.createCommentVNode("",!0),(S.value||t2.value)&&X()!="note"?(t.openBlock(),t.createElementBlock("div",a9)):t.createCommentVNode("",!0),t2.value?(t.openBlock(),t.createElementBlock(t.Fragment,{key:3},[t.createElementVNode("div",{class:"settings-btn",title:t.unref(o)("floatingBar.crop"),onClick:N6},[...K[26]||(K[26]=[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-jiancai"})],-1)])],8,s9),t.createElementVNode("div",{class:"settings-btn",title:t.unref(o)("floatingBar.flipHorizontal"),onClick:O1},[...K[27]||(K[27]=[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-shuipingfanzhuan"})],-1)])],8,r9),t.createElementVNode("div",{class:"settings-btn",title:t.unref(o)("floatingBar.flipVertical"),onClick:d0},[...K[28]||(K[28]=[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-chuizhifanzhuan"})],-1)])],8,c9)],64)):t.createCommentVNode("",!0),P.value?(t.openBlock(),t.createBlock(D2,{key:4,placement:"top",width:248,trigger:"click","show-arrow":!1,"popper-class":"custom-toolbar-popover",visible:s.value,"onUpdate:visible":K[3]||(K[3]=v2=>{!v2&&t.unref(w)||(s.value=v2)})},{reference:t.withCtx(()=>[t.createElementVNode("div",{class:"settings-btn",title:t.unref(o)("board.backgroundColor")},[R2.value=="transparent"||!R2.value?(t.openBlock(),t.createElementBlock("svg",h9,[...K[29]||(K[29]=[t.createElementVNode("use",{"xlink:href":"#icon-wuyanse"},null,-1)])])):(t.openBlock(),t.createElementBlock("div",{key:1,class:"color-box",style:t.normalizeStyle({background:R2.value})},null,4))],8,d9)]),default:t.withCtx(()=>[t.createElementVNode("div",p9,[X()!=="note"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createElementVNode("div",f9,t.toDisplayString(t.unref(o)("properties.fillStyle")),1),t.createVNode(U3),t.createElementVNode("div",u9,t.toDisplayString(t.unref(o)("properties.opacity")),1),t.createVNode(l1,{modelValue:K2.value,"onUpdate:modelValue":K[1]||(K[1]=v2=>K2.value=v2),"show-input":"","show-input-controls":!1},null,8,["modelValue"])],64)):t.createCommentVNode("",!0),t.createElementVNode("div",m9,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("floatingBar.defaultColor")),1)]),t.createVNode(ue,{modelValue:R2.value,"onUpdate:modelValue":K[2]||(K[2]=v2=>R2.value=v2),showFooterBtn:!0},null,8,["modelValue"])])]),_:1},8,["visible"])):t.createCommentVNode("",!0),J.value?(t.openBlock(),t.createBlock(D2,{key:5,placement:"top",width:248,trigger:"click","show-arrow":!1,"popper-class":"custom-toolbar-popover",visible:r.value,"onUpdate:visible":K[7]||(K[7]=v2=>{!v2&&t.unref(w)||(r.value=v2)})},{reference:t.withCtx(()=>[t.createElementVNode("div",{class:"settings-btn",title:X()=="arrow"?t.unref(o)("toolbar.arrow"):X()=="line"?t.unref(o)("toolbar.line"):t.unref(o)("properties.stroke")},[X()!=="arrow"&&X()!=="line"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[m2.value=="transparent"||!m2.value?(t.openBlock(),t.createElementBlock("svg",y9,[...K[30]||(K[30]=[t.createElementVNode("use",{"xlink:href":"#icon-wubiankuang"},null,-1)])])):(t.openBlock(),t.createElementBlock("div",{key:1,class:"border-box",style:t.normalizeStyle({borderColor:m2.value})},null,4))],64)):(t.openBlock(),t.createElementBlock("svg",x9,[t.createElementVNode("use",{"xlink:href":`#${X()=="line"?"icon-zhixian":j.value?"icon-jiantou":h2.value=="sharp"?"icon-zhixianlianjiexian":"icon-quxian"}`},null,8,w9)]))],8,g9)]),default:t.withCtx(()=>[t.createElementVNode("div",b9,[j.value?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[l2.value?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createElementVNode("div",v9,t.toDisplayString(["arrow","line"].includes(X())?t.unref(o)("floatingBar.lineStyleText"):t.unref(o)("floatingBar.strokeStyleText")),1),t.createVNode(Q3)],64)):t.createCommentVNode("",!0),t.createElementVNode("div",S9,t.toDisplayString(t.unref(o)("floatingBar.lineStyle")),1),t.createVNode(Z3),t.createElementVNode("div",k9,t.toDisplayString(["arrow","line"].includes(X())?t.unref(o)("floatingBar.lineWidth"):t.unref(o)("properties.strokeWidth")),1),t.createVNode(l1,{modelValue:N1.value,"onUpdate:modelValue":K[4]||(K[4]=v2=>N1.value=v2),"show-input":"","show-input-controls":!1,min:1,max:10},null,8,["modelValue"]),t.createElementVNode("div",E9,t.toDisplayString(["arrow","line"].includes(X())?t.unref(o)("properties.opacity"):t.unref(o)("floatingBar.strokeOpacity")),1),t.createVNode(l1,{modelValue:m1.value,"onUpdate:modelValue":K[5]||(K[5]=v2=>m1.value=v2),"show-input":"","show-input-controls":!1},null,8,["modelValue"])],64)),i2.value?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createElementVNode("div",B9,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("floatingBar.defaultColor")),1)]),t.createVNode(ue,{modelValue:m2.value,"onUpdate:modelValue":K[6]||(K[6]=v2=>m2.value=v2),"show-footer-btn":!0},null,8,["modelValue"])],64)),i2.value?(t.openBlock(),t.createElementBlock(t.Fragment,{key:2},[t.createElementVNode("div",z9,t.toDisplayString(X()=="arrow"?t.unref(o)("toolbar.arrow"):t.unref(o)("toolbar.line"))+t.toDisplayString(t.unref(o)("properties.type")),1),t.createVNode(J3)],64)):t.createCommentVNode("",!0)])]),_:1},8,["visible"])):t.createCommentVNode("",!0),i2.value?(t.openBlock(),t.createElementBlock("div",M9)):t.createCommentVNode("",!0),i2.value?(t.openBlock(),t.createBlock(D2,{key:7,placement:"top",width:248,trigger:"click","show-arrow":!1,"popper-class":"custom-toolbar-popover point-popover",visible:c.value,"onUpdate:visible":K[9]||(K[9]=v2=>{!v2&&t.unref(w)||(c.value=v2)})},{reference:t.withCtx(()=>[t.createElementVNode("div",{class:"settings-btn",title:t.unref(o)("floatingBar.arrowColor")},[m2.value=="transparent"||!m2.value?(t.openBlock(),t.createElementBlock("svg",C9,[...K[31]||(K[31]=[t.createElementVNode("use",{"xlink:href":"#icon-wuyanse"},null,-1)])])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[["arrow","line"].includes(X())?(t.openBlock(),t.createElementBlock("div",{key:0,class:"border-box",style:t.normalizeStyle({borderColor:m2.value})},null,4)):(t.openBlock(),t.createElementBlock("div",{key:1,class:"color-box",style:t.normalizeStyle({background:m2.value})},null,4))],64))],8,q9)]),default:t.withCtx(()=>[t.createElementVNode("div",F9,[t.createElementVNode("div",_9,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("floatingBar.defaultColor")),1)]),t.createVNode(ue,{modelValue:m2.value,"onUpdate:modelValue":K[8]||(K[8]=v2=>m2.value=v2),"show-footer-btn":!0},null,8,["modelValue"])])]),_:1},8,["visible"])):t.createCommentVNode("",!0),i2.value?(t.openBlock(),t.createBlock(D2,{key:8,placement:"top",width:88,trigger:"click","show-arrow":!1,"popper-class":"custom-toolbar-popover point-popover",visible:Z1.value,"onUpdate:visible":K[10]||(K[10]=v2=>{!v2&&t.unref(w)||(Z1.value=v2)})},{reference:t.withCtx(()=>[t.createElementVNode("div",{class:"settings-btn",title:t.unref(o)("properties.startArrowhead"),style:{transform:"scaleX(-1)"}},[(t.openBlock(),t.createElementBlock("svg",V9,[t.createElementVNode("use",{"xlink:href":C2.value},null,8,N9)]))],8,I9)]),default:t.withCtx(()=>[t.createElementVNode("div",A9,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(M0),(v2,E6)=>(t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["arrpw-trans-180","arrow-point-item",{active:y2.value===v2.value}]),key:E6,onClick:A6=>L1(v2.value)},[(t.openBlock(),t.createElementBlock("svg",L9,[t.createElementVNode("use",{"xlink:href":y2.value===v2.value?v2.activeIcon:v2.icon},null,8,H9)]))],10,T9))),128))])]),_:1},8,["visible"])):t.createCommentVNode("",!0),i2.value?(t.openBlock(),t.createElementBlock("div",{key:9,class:"settings-btn",onClick:U6,title:t.unref(o)("floatingBar.swapEndpoints")},[...K[32]||(K[32]=[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-qiehuan"})],-1)])],8,D9)):t.createCommentVNode("",!0),i2.value?(t.openBlock(),t.createBlock(D2,{key:10,placement:"top",width:88,trigger:"click","show-arrow":!1,"popper-class":"custom-toolbar-popover point-popover",visible:d6.value,"onUpdate:visible":K[11]||(K[11]=v2=>{!v2&&t.unref(w)||(d6.value=v2)})},{reference:t.withCtx(()=>[t.createElementVNode("div",{class:"settings-btn",title:t.unref(o)("properties.endArrowhead")},[(t.openBlock(),t.createElementBlock("svg",P9,[t.createElementVNode("use",{"xlink:href":_2.value},null,8,O9)]))],8,$9)]),default:t.withCtx(()=>[t.createElementVNode("div",R9,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(M0),(v2,E6)=>(t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["arrow-point-item",{active:k2.value===v2.value}]),key:E6,onClick:A6=>v6(v2.value)},[(t.openBlock(),t.createElementBlock("svg",X9,[t.createElementVNode("use",{"xlink:href":k2.value===v2.value?v2.activeIcon:v2.icon},null,8,Y9)]))],10,W9))),128))])]),_:1},8,["visible"])):t.createCommentVNode("",!0),(i2.value,t.createCommentVNode("",!0)),s2.value?(t.openBlock(),t.createBlock(D2,{key:12,placement:"top",width:248,trigger:"click","show-arrow":!1,"popper-class":"custom-toolbar-popover"},{reference:t.withCtx(()=>[t.createElementVNode("div",{class:"settings-btn",title:t.unref(o)("properties.roundness")},[...K[34]||(K[34]=[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-yuanjiao"})],-1)])],8,j9)]),default:t.withCtx(()=>[t.createElementVNode("div",U9,[t.createElementVNode("div",Q9,t.toDisplayString(t.unref(o)("properties.roundness")),1),t.createVNode(l1,{modelValue:s1.value,"onUpdate:modelValue":K[12]||(K[12]=v2=>s1.value=v2),"show-input":"","show-input-controls":!1,min:0,max:100},null,8,["modelValue"])])]),_:1})):t.createCommentVNode("",!0),I2.value&&P.value?(t.openBlock(),t.createElementBlock("div",Z9)):t.createCommentVNode("",!0),I2.value?(t.openBlock(),t.createBlock(D2,{key:14,placement:"top",width:248,trigger:"click","show-arrow":!1,"popper-class":"custom-toolbar-popover",visible:f.value,"onUpdate:visible":K[15]||(K[15]=v2=>{!v2&&t.unref(w)||(f.value=v2)})},{reference:t.withCtx(()=>[t.createElementVNode("div",{class:"settings-btn",title:t.unref(o)("properties.fontColor")},[(t.openBlock(),t.createElementBlock("svg",{class:"svg-icon",viewBox:"0 0 1024 1024",style:t.normalizeStyle({backgroundColor:b2.value})},[t.createElementVNode("path",{d:"M772.144762 747.52L566.369524 223.817143a24.137143 24.137143 0 0 0-24.380953-16.579048H484.449524c-11.702857 0-19.992381 5.36381-24.380953 16.579048L254.293333 747.52c-6.339048 16.579048-4.87619 32.182857 5.36381 46.811429 10.24 14.628571 23.893333 21.942857 41.935238 21.942857 22.918095 0 38.521905-10.727619 47.299048-32.182857l48.761904-123.855239h232.106667l48.761905 123.855239c8.289524 21.455238 23.893333 32.182857 46.811428 32.182857 18.041905 0 31.695238-7.314286 41.935238-21.942857 10.24-14.628571 11.702857-30.232381 5.36381-46.811429h-0.487619z m-25.356191 33.645714c-5.36381 7.801905-12.190476 11.215238-21.455238 11.215238-11.702857 0-19.992381-5.36381-24.380952-16.579047l-49.737143-126.780953a18.870857 18.870857 0 0 0-18.529524-12.678095H394.727619c-9.264762 0-15.60381 4.388571-18.529524 12.678095l-49.737143 126.780953c-4.388571 11.215238-12.678095 16.579048-24.380952 16.579047-9.264762 0-16.579048-3.900952-21.942857-11.702857a24.380952 24.380952 0 0 1-2.925714-24.380952L482.986667 232.594286s0.975238-0.975238 1.950476-0.975238h57.539047s1.462857 0 1.950477 0.975238l205.775238 523.702857a24.380952 24.380952 0 0 1-2.925715 24.380952l-0.487619 0.487619z",fill:j2.value=="transparent"?"#EEEFF0":j2.value,"p-id":"4210"},null,8,K9),t.createElementVNode("path",{d:"M529.310476 338.895238c-2.925714-7.314286-8.289524-10.727619-16.091428-10.727619s-13.165714 3.413333-16.091429 10.727619l-86.79619 220.40381c-2.438095 5.36381-1.462857 10.727619 1.950476 16.091428 3.413333 4.87619 8.289524 7.314286 14.140952 7.314286h173.104762c5.851429 0 10.727619-2.438095 14.140952-7.314286 3.413333-4.87619 3.900952-10.24 1.950477-16.091428l-86.308572-220.40381z m-91.672381 219.428572l76.068572-193.097143 75.580952 193.097143H437.638095z",fill:j2.value=="transparent"?"#EEEFF0":j2.value,"p-id":"4211"},null,8,J9),t.createElementVNode("path",{d:"M700.952381 775.801905c4.388571 11.215238 12.678095 16.579048 24.380952 16.579047 9.264762 0 16.579048-3.900952 21.455238-11.215238a24.380952 24.380952 0 0 0 2.925715-24.380952L543.939048 233.081905s-0.975238-0.975238-1.950477-0.975238H484.449524s-1.462857 0-1.950476 0.975238L276.72381 756.784762a24.380952 24.380952 0 0 0 2.925714 24.380952c5.36381 7.801905 12.678095 11.702857 21.942857 11.702857 11.702857 0 19.992381-5.36381 24.380952-16.579047l49.737143-126.780953c3.413333-8.289524 9.752381-12.678095 18.529524-12.678095h237.958095c9.264762 0 15.60381 4.388571 18.529524 12.678095l49.737143 126.780953 0.487619-0.487619z m-274.529524-193.097143c-5.851429 0-10.727619-2.438095-14.140952-7.314286a17.066667 17.066667 0 0 1-1.950476-16.091428l86.79619-220.40381c2.925714-7.314286 8.289524-10.727619 16.091429-10.727619s13.165714 3.413333 16.091428 10.727619l86.308572 220.40381c2.438095 5.36381 1.462857 10.727619-1.950477 16.091428-3.413333 4.87619-8.289524 7.314286-14.140952 7.314286H426.422857z",fill:j2.value,"p-id":"4212"},null,8,es)],4))],8,G9)]),default:t.withCtx(()=>[t.createElementVNode("div",ts,[t.createElementVNode("div",ns,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("floatingBar.textStyle")),1)]),t.createVNode(G3),t.createElementVNode("div",is,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("floatingBar.alignMode")),1)]),t.createVNode(K3),t.createElementVNode("div",os,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("properties.fontColor")),1)]),t.createVNode(ue,{modelValue:j2.value,"onUpdate:modelValue":K[13]||(K[13]=v2=>j2.value=v2),"show-footer-btn":!0},null,8,["modelValue"]),t.createElementVNode("div",ls,[t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("properties.fontBgColor")),1)]),t.createVNode(ue,{modelValue:b2.value,"onUpdate:modelValue":K[14]||(K[14]=v2=>b2.value=v2),"show-footer-btn":!0},null,8,["modelValue"])])]),_:1},8,["visible"])):t.createCommentVNode("",!0),x2.value?(t.openBlock(),t.createElementBlock("div",as)):t.createCommentVNode("",!0),x2.value?(t.openBlock(),t.createBlock(D2,{key:16,placement:"top",width:248,trigger:"click","show-arrow":!1,"popper-class":"custom-toolbar-popover align-popover",visible:k.value,"onUpdate:visible":K[22]||(K[22]=v2=>{!v2&&t.unref(w)||(k.value=v2)})},{reference:t.withCtx(()=>[t.createElementVNode("div",{class:t.normalizeClass(["settings-btn",{active:k.value}]),title:t.unref(o)("panel.align")},[...K[35]||(K[35]=[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-zujianduiqi"})],-1)])],10,ss)]),default:t.withCtx(()=>[t.createElementVNode("div",rs,[t.createElementVNode("div",{class:"align-menu-item",onClick:K[16]||(K[16]=v2=>h6("left")),title:t.unref(o)("panel.alignLeft")},[t.createElementVNode("div",ds,[K[36]||(K[36]=t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-zuoduiqi3"})],-1)),t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("panel.alignLeft")),1)]),K[37]||(K[37]=t.createElementVNode("span",{class:"align-menu-shortcut"},"Alt + A",-1))],8,cs),t.createElementVNode("div",{class:"align-menu-item",onClick:K[17]||(K[17]=v2=>h6("center")),title:t.unref(o)("panel.alignCenter")},[t.createElementVNode("div",ps,[K[38]||(K[38]=t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-juzhongduiqi"})],-1)),t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("panel.alignCenter")),1)]),K[39]||(K[39]=t.createElementVNode("span",{class:"align-menu-shortcut"},"Alt + H",-1))],8,hs),t.createElementVNode("div",{class:"align-menu-item",onClick:K[18]||(K[18]=v2=>h6("right")),title:t.unref(o)("panel.alignRight")},[t.createElementVNode("div",us,[K[40]||(K[40]=t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-youduiqi3-copy"})],-1)),t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("panel.alignRight")),1)]),K[41]||(K[41]=t.createElementVNode("span",{class:"align-menu-shortcut"},"Alt + D",-1))],8,fs),K[52]||(K[52]=t.createElementVNode("div",{class:"separator-horizontal"},null,-1)),t.createElementVNode("div",{class:"align-menu-item",onClick:K[19]||(K[19]=v2=>h6("top")),title:t.unref(o)("panel.alignTop")},[t.createElementVNode("div",gs,[K[42]||(K[42]=t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-dingduiqi2"})],-1)),t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("panel.alignTop")),1)]),K[43]||(K[43]=t.createElementVNode("span",{class:"align-menu-shortcut"},"Alt + W",-1))],8,ms),t.createElementVNode("div",{class:"align-menu-item",onClick:K[20]||(K[20]=v2=>h6("middle")),title:t.unref(o)("panel.alignMiddle")},[t.createElementVNode("div",xs,[K[44]||(K[44]=t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-zhongjianduiqi"})],-1)),t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("panel.alignMiddle")),1)]),K[45]||(K[45]=t.createElementVNode("span",{class:"align-menu-shortcut"},"Alt + V",-1))],8,ys),t.createElementVNode("div",{class:"align-menu-item",onClick:K[21]||(K[21]=v2=>h6("bottom")),title:t.unref(o)("panel.alignBottom")},[t.createElementVNode("div",bs,[K[46]||(K[46]=t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-diduiqi1"})],-1)),t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("panel.alignBottom")),1)]),K[47]||(K[47]=t.createElementVNode("span",{class:"align-menu-shortcut"},"Alt + S",-1))],8,ws),K[53]||(K[53]=t.createElementVNode("div",{class:"separator-horizontal"},null,-1)),t.createElementVNode("div",{class:"align-menu-item",onClick:i0,title:t.unref(o)("panel.distributeHorizontally")},[t.createElementVNode("div",Ss,[(t.openBlock(),t.createElementBlock("svg",ks,[...K[48]||(K[48]=[t.createElementVNode("use",{"xlink:href":"#icon-zujianduiqi"},null,-1)])])),t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("panel.distributeHorizontally")),1)]),K[49]||(K[49]=t.createElementVNode("span",{class:"align-menu-shortcut"},"Alt + Ctrl + Shift + H",-1))],8,vs),t.createElementVNode("div",{class:"align-menu-item",onClick:h0,title:t.unref(o)("panel.distributeVertically")},[t.createElementVNode("div",Bs,[K[50]||(K[50]=t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-zujianduiqi"})],-1)),t.createElementVNode("span",null,t.toDisplayString(t.unref(o)("panel.distributeVertically")),1)]),K[51]||(K[51]=t.createElementVNode("span",{class:"align-menu-shortcut"},"Alt + Ctrl + Shift + V",-1))],8,Es)])]),_:1},8,["visible"])):t.createCommentVNode("",!0),I2.value?(t.openBlock(),t.createElementBlock("div",zs,[t.createVNode(o1,{modelValue:p1.value,"onUpdate:modelValue":K[23]||(K[23]=v2=>p1.value=v2),style:{width:"68px"},onChange:C1},{default:t.withCtx(()=>[(t.openBlock(),t.createElementBlock(t.Fragment,null,t.renderList(Y1,v2=>t.createVNode(T2,{key:v2,label:`${v2}`,value:v2},null,8,["label","value"])),64))]),_:1},8,["modelValue"])])):t.createCommentVNode("",!0)],512)}}}),[["__scopeId","data-v-5bf1504b"]]),qs=["title"],Cs=["title"],Fs={key:0,class:"divider"},_s={key:1,class:"divider"},Is=["title"],Vs={class:"svg-icon"},Ns=["xlink:href"],As=["title"],Ts=T1(t.defineComponent({__name:"FloatingPropertiesBar",props:{zoom:{},scrollX:{},scrollY:{}},setup(h){const{t:l}=c0(),n=h,o=t.inject("jvs-draw-instance-id","excalidraw"),s=X1(o),r=t.ref(!1),c=t.ref({x:0,y:0});t.watch(()=>s.appState.selectedElementIds,()=>{s.appState.floatingToolbarOffset={x:0,y:0}},{deep:!0});const d=t.computed(()=>s.appState.activeTool),f=t.computed(()=>Object.keys(s.appState.selectedElementIds)),u=t.computed(()=>f.value.length>0),m=t.computed(()=>{if(!u.value)return!1;const l2=s.elements.filter(s2=>s.appState.selectedElementIds[s2.id]);return l2.length>0&&l2.every(s2=>s2.locked)}),k=()=>{if(d.value==="selection"){if(!u.value)return"none";const l2=f.value[0],s2=s.elements.find(I2=>I2.id===l2);return s2?s2.type:"none"}return d.value==="shapes"?s.appState.activeToolType:d.value},x=t.computed(()=>{const l2=k();return["arrow","line"].includes(l2)}),w=["rectangle","ellipse","diamond","square","star","circle","cylinder","process","decision","trapezoid","parallelogram","cloud","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2"],_=t.computed(()=>{const l2=k();return w.includes(l2)}),A=t.computed(()=>k()==="image"),I=t.computed(()=>f.value.length>1),H=t.computed(()=>s.appState.isDraggingElement||s.appState.isBoxSelecting),D=t.computed(()=>{const l2=s.elements.filter(y2=>s.appState.selectedElementIds[y2.id]);if(l2.length===0)return{display:"none"};const s2=pe(l2);if(!s2)return{display:"none"};const I2=(s2.x+n.scrollX)*n.zoom,i2=(s2.y+n.scrollY)*n.zoom,t2=s2.width*n.zoom,x2=I2+t2/2+s.appState.floatingToolbarOffset.x,h2=i2-32-40-12+s.appState.floatingToolbarOffset.y;return{left:`${x2}px`,top:`${Math.max(10,h2)}px`,transform:"translateX(-50%)",pointerEvents:H.value?"none":"auto"}}),T=l2=>{r.value=!0,c.value={x:l2.clientX-s.appState.floatingToolbarOffset.x,y:l2.clientY-s.appState.floatingToolbarOffset.y},document.addEventListener("mousemove",X),document.addEventListener("mouseup",W)},X=l2=>{r.value&&(s.appState.floatingToolbarOffset={x:l2.clientX-c.value.x,y:l2.clientY-c.value.y})},W=()=>{r.value=!1,document.removeEventListener("mousemove",X),document.removeEventListener("mouseup",W)},S=()=>{s.appState.isPropertiesPanelOpen=!0},P=t.computed(()=>{if(f.value.length<2)return!1;const l2=s.elements.filter(i2=>s.appState.selectedElementIds[i2.id]),s2=l2[0]?.groupIds||[];return s2.length===0?!1:s2.filter(i2=>l2.every(t2=>t2.groupIds&&t2.groupIds.includes(i2))).length>0}),j=()=>{const l2=Object.keys(s.appState.selectedElementIds);P.value?s.ungroupElements(l2):s.groupElements(l2)},J=()=>{const l2=s.elements.filter(i2=>s.appState.selectedElementIds[i2.id]),I2=!l2.every(i2=>i2.locked);l2.forEach(i2=>{s.updateElement(i2.id,{locked:I2}),i2.containerId&&s.updateElement(i2.containerId,{locked:I2})})};return(l2,s2)=>t.unref(s).shouldShowFloatingToolbar?(t.openBlock(),t.createElementBlock("div",{key:0,class:"floating-toolbar",style:t.normalizeStyle({...D.value,pointerEvents:H.value?"none":"auto"})},[t.createElementVNode("div",{class:"drag-handle",title:t.unref(l)("floatingBar.drag"),onMousedown:t.withModifiers(T,["stop"])},[...s2[0]||(s2[0]=[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-tuodong"})],-1)])],40,qs),t.createElementVNode("div",{class:t.normalizeClass(["settings-btn lock-button",{active:m.value}]),title:m.value?t.unref(l)("contextMenu.unlock"):t.unref(l)("contextMenu.lock"),onClick:J},[...s2[1]||(s2[1]=[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-zujiansuoding"})],-1)])],10,Cs),m.value?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[!x.value&&!_.value&&!A.value&&f.value.length<=1?(t.openBlock(),t.createElementBlock("div",Fs)):t.createCommentVNode("",!0),t.createVNode(Ms),f.value.length<=1||I.value?(t.openBlock(),t.createElementBlock("div",_s)):t.createCommentVNode("",!0),I.value?(t.openBlock(),t.createElementBlock("div",{key:2,class:"settings-btn",onClick:t.withModifiers(j,["stop"]),title:P.value?t.unref(l)("contextMenu.ungroup"):t.unref(l)("contextMenu.group")},[(t.openBlock(),t.createElementBlock("svg",Vs,[t.createElementVNode("use",{"xlink:href":P.value?"#icon-quxiaobianzu":"#icon-bianzu"},null,8,Ns)]))],8,Is)):t.createCommentVNode("",!0),f.value.length<=1?(t.openBlock(),t.createElementBlock("div",{key:3,class:"settings-btn",onClick:t.withModifiers(S,["stop"]),title:t.unref(l)("floatingBar.rightPanel")},[...s2[2]||(s2[2]=[t.createElementVNode("svg",{class:"svg-icon"},[t.createElementVNode("use",{"xlink:href":"#icon-youcemianban"})],-1)])],8,As)):t.createCommentVNode("",!0)],64))],4)):t.createCommentVNode("",!0)}}),[["__scopeId","data-v-6216d977"]]),Ls={class:"jvs-draw-container"},v4=T1(t.defineComponent({__name:"App",props:{initialData:{type:Object,default:null},loadFromLocal:{type:Boolean,default:void 0}},setup(h,{expose:l}){const n=h,o=w6();t.provide("jvs-draw-instance-id",o);const s=X1(o);return n.initialData&&(s.appConfig.initialData=n.initialData),n.loadFromLocal!==void 0&&(s.appConfig.loadFromLocal=n.loadFromLocal),l({getCanvasData:()=>{const f={elements:JSON.parse(JSON.stringify(s.elements)),appState:JSON.parse(JSON.stringify(s.appState))};return delete f.appState.scrollX,delete f.appState.scrollY,delete f.appState.zoom,delete f.appState.activeTool,delete f.appState.activeToolType,delete f.appState.showHelp,delete f.appState.isPanningCanvas,delete f.appState.isDraggingElement,delete f.appState.isBoxSelecting,delete f.appState.showGrid,delete f.appState.isPropertiesPanelOpen,delete f.appState.floatingToolbarOffset,delete f.appState.selectedElementIds,console.log("Canvas Elements:",f),f},setCanvasData:f=>{s.updateCanvasData(f)},setConfig:f=>{f&&(s.appConfig=Object.assign(s.appConfig,f))}}),t.onMounted(()=>{s.recordHistory(),s.initImages()}),(f,u)=>(t.openBlock(),t.createElementBlock("div",Ls,[t.unref(s).appConfig.showToolbar!==!1&&t.unref(s).appConfig.editable!==!1?(t.openBlock(),t.createBlock(d7,{key:0})):t.createCommentVNode("",!0),t.unref(s).appConfig.showPropertiesPanel!==!1&&t.unref(s).appConfig.editable!==!1?(t.openBlock(),t.createBlock(uo,{key:1})):t.createCommentVNode("",!0),(t.unref(s).appConfig.showBoardName!==!1||t.unref(s).appConfig.showGlobalSettings!==!1)&&t.unref(s).appConfig.editable!==!1?(t.openBlock(),t.createBlock(Ul,{key:2})):t.createCommentVNode("",!0),t.createVNode(Qo,{elements:t.unref(s).elements,zoom:t.unref(s).appState.zoom,scrollX:t.unref(s).appState.scrollX,scrollY:t.unref(s).appState.scrollY},null,8,["elements","zoom","scrollX","scrollY"]),t.unref(s).appConfig.editable!==!1?(t.openBlock(),t.createBlock(cl,{key:3})):t.createCommentVNode("",!0),t.unref(s).appConfig.editable!==!1?(t.openBlock(),t.createBlock(Ts,{key:4,zoom:t.unref(s).appState.zoom,scrollX:t.unref(s).appState.scrollX,scrollY:t.unref(s).appState.scrollY},null,8,["zoom","scrollX","scrollY"])):t.createCommentVNode("",!0),t.unref(s).appConfig.showFooter!==!1?(t.openBlock(),t.createBlock(da,{key:5})):t.createCommentVNode("",!0),t.createVNode(Ka)]))}}),[["__scopeId","data-v-dd520f22"]]);window._iconfont_svg_string_5125257='<svg><symbol id="icon-a-yuyanqiehuan1x" viewBox="0 0 1024 1024"><path d="M911.36 343.04C844.8 189.44 691.2 76.8 512 76.8 271.36 76.8 76.8 271.36 76.8 512s194.56 435.2 435.2 435.2 435.2-194.56 435.2-435.2q0-81.92-35.84-168.96zM143.36 512c0-46.08 10.24-92.16 25.6-133.12 20.48 10.24 46.08 15.36 46.08 35.84 0 71.68 0 153.6 71.68 153.6q40.96 15.36 56.32 56.32c5.12 15.36 30.72 0 56.32 0 15.36 0 0 20.48 0 66.56q0 46.08 102.4 117.76c0 30.72 0 56.32 5.12 71.68-204.8 0-363.52-168.96-363.52-368.64z m455.68 358.4c15.36-56.32 20.48-92.16 51.2-117.76 46.08-35.84 5.12-76.8-30.72-71.68-25.6 5.12-10.24-30.72-35.84-30.72s-56.32-46.08-87.04-61.44c-15.36-10.24-35.84-30.72-61.44-30.72-25.6 0-61.44 20.48-61.44 5.12 0-51.2-5.12-87.04-5.12-102.4 0-10.24-10.24-5.12 25.6-5.12 15.36 0 10.24-35.84 25.6-35.84 15.36 0 61.44 15.36 71.68 10.24 10.24-5.12 71.68 158.72 71.68 25.6 0-15.36-10.24-40.96 0-56.32 35.84-56.32 66.56-102.4 61.44-112.64 0-5.12-35.84-5.12-61.44 0-10.24 0 0 15.36-10.24 20.48-40.96 10.24-81.92-15.36-66.56-35.84 15.36-20.48 71.68-10.24 71.68-51.2 0-25.6 5.12-51.2 5.12-76.8 133.12 20.48 240.64 107.52 291.84 230.4-128 92.16-92.16 153.6-51.2 194.56 20.48 20.48 40.96 46.08 56.32 71.68-40.96 112.64-138.24 199.68-261.12 230.4z" fill="#6F7588" ></path></symbol><symbol id="icon-a-zu7807" viewBox="0 0 1024 1024"><path d="M736 704a224 224 0 1 0-221.76-256h-343.68a42.56 42.56 0 0 0 0 85.12h347.776A224.064 224.064 0 0 0 736 704z m98.176-322.176q40.704 40.64 40.704 98.176t-40.704 98.176q-40.64 40.704-98.176 40.704t-98.176-40.704Q597.12 537.6 597.12 480t40.704-98.176Q678.4 341.12 736 341.12t98.176 40.704z" fill="#363B4C" ></path></symbol><symbol id="icon-a-zu7812" viewBox="0 0 1024 1024"><path d="M853.44 533.12H170.56a42.56 42.56 0 1 1 0-85.12h682.88a42.56 42.56 0 1 1 0 85.12" fill="#363B4C" ></path></symbol><symbol id="icon-a-zu7810" viewBox="0 0 1024 1024"><path d="M452.224 533.12l219.776 154.88q23.68 16.64 47.36 0l227.968-160.64q20.352-14.336 20.352-39.36 0-25.088-20.352-39.424L719.36 288q-23.68-16.64-47.36 0L444.864 448H170.56a42.56 42.56 0 0 0 0 85.12h281.6z" fill="#363B4C" ></path></symbol><symbol id="icon-a-zu7813" viewBox="0 0 1024 1024"><path d="M881.344 612.8a42.368 42.368 0 0 1-27.904 10.432H170.56a42.56 42.56 0 1 1 0-85.12H768L622.592 392.64a42.56 42.56 0 1 1 60.224-60.16l211.264 211.328a42.56 42.56 0 0 1-12.736 68.992z" fill="#363B4C" ></path></symbol><symbol id="icon-a-zu7819" viewBox="0 0 1024 1024"><path d="M853.44 533.12H170.56a42.56 42.56 0 1 1 0-85.12h682.88a42.56 42.56 0 1 1 0 85.12" fill="#1E6FFF" ></path></symbol><symbol id="icon-a-zu7806" viewBox="0 0 1024 1024"><path d="M551.488 737.92A26.304 26.304 0 0 1 512 714.88V533.12H170.56a42.56 42.56 0 1 1 0-85.12H512V256c0-20.416 21.952-33.152 39.488-22.976l45.568 26.496h0.064l304.512 176.768 45.184 26.24a26.56 26.56 0 0 1 0 45.888l-45.248 26.24-304.448 176.768h-0.064l-45.568 26.432z m45.632-124.928V357.952l219.648 127.552L597.12 612.992z" fill="#363B4C" ></path></symbol><symbol id="icon-a-zu7814" viewBox="0 0 1024 1024"><path d="M881.344 411.2a42.368 42.368 0 0 0-27.904-10.432H170.56a42.56 42.56 0 1 0 0 85.12H768L622.592 631.36a42.56 42.56 0 1 0 60.224 60.16l211.264-211.328a42.56 42.56 0 0 0-12.736-68.992z" fill="#363B4C" ></path></symbol><symbol id="icon-a-zu7821" viewBox="0 0 1024 1024"><path d="M754.432 559.232H170.56a42.56 42.56 0 1 1 0-85.12H768L622.592 328.64a42.56 42.56 0 1 1 60.224-60.16l211.264 211.328a42.56 42.56 0 0 1-7.168 65.984 42.752 42.752 0 0 1-5.568 6.912l-211.264 211.328a42.56 42.56 0 0 1-60.16-60.16l144.512-144.64z" fill="#1E6FFF" ></path></symbol><symbol id="icon-a-zu7820" viewBox="0 0 1024 1024"><path d="M551.488 737.92A26.304 26.304 0 0 1 512 714.88V533.12H170.56a42.56 42.56 0 1 1 0-85.12H512V256c0-20.416 21.952-33.152 39.488-22.976l45.568 26.496h0.064l304.512 176.768 45.184 26.24a26.56 26.56 0 0 1 0 45.888l-45.248 26.24-304.448 176.768h-0.064l-45.568 26.432z m45.632-124.928V357.952l219.648 127.552L597.12 612.992z" fill="#1E6FFF" ></path></symbol><symbol id="icon-a-zu7826" viewBox="0 0 1024 1024"><path d="M452.224 533.12l219.776 154.88q23.68 16.64 47.36 0l227.968-160.64q20.352-14.336 20.352-39.36 0-25.088-20.352-39.424L719.36 288q-23.68-16.64-47.36 0L444.864 448H170.56a42.56 42.56 0 0 0 0 85.12h281.6z" fill="#1E6FFF" ></path></symbol><symbol id="icon-a-zu7823" viewBox="0 0 1024 1024"><path d="M736 704a224 224 0 1 0-221.76-256h-343.68a42.56 42.56 0 0 0 0 85.12h347.776A224.064 224.064 0 0 0 736 704z m98.176-322.176q40.704 40.64 40.704 98.176t-40.704 98.176q-40.64 40.704-98.176 40.704t-98.176-40.704Q597.12 537.6 597.12 480t40.704-98.176Q678.4 341.12 736 341.12t98.176 40.704z" fill="#1E6FFF" ></path></symbol><symbol id="icon-a-zu7815" viewBox="0 0 1024 1024"><path d="M754.432 559.232H170.56a42.56 42.56 0 1 1 0-85.12H768L622.592 328.64a42.56 42.56 0 1 1 60.224-60.16l211.264 211.328a42.56 42.56 0 0 1-7.168 65.984 42.752 42.752 0 0 1-5.568 6.912l-211.264 211.328a42.56 42.56 0 0 1-60.16-60.16l144.512-144.64z" fill="#363B4C" ></path></symbol><symbol id="icon-a-zu7817" viewBox="0 0 1024 1024"><path d="M736 704q11.008 0 21.952-1.088 10.944-1.088 21.76-3.2 10.752-2.176 21.312-5.376t20.672-7.36q10.24-4.224 19.84-9.408 9.792-5.184 18.944-11.328 9.152-6.08 17.6-13.056 8.512-7.04 16.32-14.784 7.808-7.808 14.72-16.32 7.04-8.512 13.12-17.664 6.144-9.088 11.328-18.816 5.12-9.728 9.408-19.84 4.16-10.24 7.36-20.736 3.2-10.56 5.376-21.312 2.112-10.816 3.2-21.76T960 480q0-11.008-1.088-21.952-1.088-10.944-3.2-21.76-2.176-10.752-5.376-21.312t-7.36-20.672q-4.224-10.24-9.408-19.84-5.184-9.792-11.328-18.88-6.08-9.152-13.056-17.664-7.04-8.512-14.784-16.32-7.808-7.744-16.32-14.72-8.512-7.04-17.664-13.12-9.152-6.144-18.816-11.328-9.728-5.12-19.84-9.408-10.24-4.16-20.736-7.36-10.56-3.2-21.312-5.376-10.816-2.112-21.76-3.2T736 256q-9.984 0-19.968 0.896-9.92 0.896-19.84 2.688-9.792 1.728-19.456 4.416-9.6 2.56-19.008 6.144-9.344 3.456-18.368 7.744-9.024 4.352-17.6 9.472-8.64 5.12-16.704 10.88-8.128 5.888-15.68 12.416-7.552 6.592-14.528 13.76-6.912 7.168-13.184 14.976-6.336 7.808-11.84 16.064-5.568 8.32-10.368 17.088-4.8 8.768-8.832 17.92-3.968 9.216-7.104 18.688-3.2 9.472-5.504 19.2-2.304 9.728-3.712 19.648H170.56a42.56 42.56 0 1 0 0 85.12H518.4q2.176 9.088 5.12 17.92 3.008 8.832 6.656 17.408 3.712 8.576 8.064 16.768 4.416 8.256 9.472 16.064 5.056 7.872 10.688 15.232 5.76 7.424 11.968 14.336 6.272 6.848 13.12 13.248 6.848 6.336 14.144 12.096 7.36 5.76 15.168 10.88 7.744 5.12 16 9.6 8.128 4.48 16.64 8.192 8.576 3.84 17.344 6.848 8.832 3.072 17.92 5.376 8.96 2.304 18.176 3.84 9.216 1.536 18.56 2.304 9.216 0.768 18.56 0.768z" fill="#363B4C" ></path></symbol><symbol id="icon-a-zu7827" viewBox="0 0 1024 1024"><path d="M881.344 612.8a42.368 42.368 0 0 1-27.904 10.432H170.56a42.56 42.56 0 1 1 0-85.12H768L622.592 392.64a42.56 42.56 0 1 1 60.224-60.16l211.264 211.328a42.56 42.56 0 0 1-12.736 68.992z" fill="#1E6FFF" ></path></symbol><symbol id="icon-a-zu7822" viewBox="0 0 1024 1024"><path d="M736 704q11.008 0 21.952-1.088 10.944-1.088 21.76-3.2 10.752-2.176 21.312-5.376t20.672-7.36q10.24-4.224 19.84-9.408 9.792-5.184 18.944-11.328 9.152-6.08 17.6-13.056 8.512-7.04 16.32-14.784 7.808-7.808 14.72-16.32 7.04-8.512 13.12-17.664 6.144-9.088 11.328-18.816 5.12-9.728 9.408-19.84 4.16-10.24 7.36-20.736 3.2-10.56 5.376-21.312 2.112-10.816 3.2-21.76T960 480q0-11.008-1.088-21.952-1.088-10.944-3.2-21.76-2.176-10.752-5.376-21.312t-7.36-20.672q-4.224-10.24-9.408-19.84-5.184-9.792-11.328-18.88-6.08-9.152-13.056-17.664-7.04-8.512-14.784-16.32-7.808-7.744-16.32-14.72-8.512-7.04-17.664-13.12-9.152-6.144-18.816-11.328-9.728-5.12-19.84-9.408-10.24-4.16-20.736-7.36-10.56-3.2-21.312-5.376-10.816-2.112-21.76-3.2T736 256q-9.984 0-19.968 0.896-9.92 0.896-19.84 2.688-9.792 1.728-19.456 4.416-9.6 2.56-19.008 6.144-9.344 3.456-18.368 7.744-9.024 4.352-17.6 9.472-8.64 5.12-16.704 10.88-8.128 5.888-15.68 12.416-7.552 6.592-14.528 13.76-6.912 7.168-13.184 14.976-6.336 7.808-11.84 16.064-5.568 8.32-10.368 17.088-4.8 8.768-8.832 17.92-3.968 9.216-7.104 18.688-3.2 9.472-5.504 19.2-2.304 9.728-3.712 19.648H170.56a42.56 42.56 0 1 0 0 85.12H518.4q2.176 9.088 5.12 17.92 3.008 8.832 6.656 17.408 3.712 8.576 8.064 16.768 4.416 8.256 9.472 16.064 5.056 7.872 10.688 15.232 5.76 7.424 11.968 14.336 6.272 6.848 13.12 13.248 6.848 6.336 14.144 12.096 7.36 5.76 15.168 10.88 7.744 5.12 16 9.6 8.128 4.48 16.64 8.192 8.576 3.84 17.344 6.848 8.832 3.072 17.92 5.376 8.96 2.304 18.176 3.84 9.216 1.536 18.56 2.304 9.216 0.768 18.56 0.768z" fill="#1E6FFF" ></path></symbol><symbol id="icon-a-zu7828" viewBox="0 0 1024 1024"><path d="M881.344 411.2a42.368 42.368 0 0 0-27.904-10.432H170.56a42.56 42.56 0 1 0 0 85.12H768L622.592 631.36a42.56 42.56 0 1 0 60.224 60.16l211.264-211.328a42.56 42.56 0 0 0-12.736-68.992z" fill="#1E6FFF" ></path></symbol><symbol id="icon-a-huaban13" viewBox="0 0 1024 1024"><path d="M947.2 448.64L719.36 288c-16-10.88-31.36-10.88-47.36 0L444.8 448H170.24c-23.68 0-42.24 19.2-42.24 42.88s19.2 42.24 42.24 42.24h282.24l219.52 154.88c16 10.88 31.36 10.88 47.36 0l227.84-160.64c13.44-9.6 20.48-22.4 20.48-39.68s-7.04-30.08-20.48-39.68z m-251.52 165.12L517.76 488.32l177.92-125.44 177.92 125.44-177.92 125.44z" fill="#1E6FFF" ></path></symbol><symbol id="icon-a-huaban12" viewBox="0 0 1024 1024"><path d="M946.56 462.72l-45.44-26.24-304.64-176.64-45.44-26.24a26.496 26.496 0 0 0-39.68 23.04v192H170.24c-23.68 0-42.24 19.2-42.24 42.88s19.2 42.24 42.24 42.24H512v181.76c0 20.48 21.76 33.28 39.68 23.04l45.44-26.24 304.64-176.64 45.44-26.24c17.28-10.24 17.28-35.84 0-46.08zM597.12 613.12V358.4l219.52 127.36-219.52 127.36z" fill="#1E6FFF" ></path></symbol><symbol id="icon-a-huaban15" viewBox="0 0 1024 1024"><path d="M947.2 448.64L719.36 288c-16-10.88-31.36-10.88-47.36 0L444.8 448H170.24c-23.68 0-42.24 19.2-42.24 42.88s19.2 42.24 42.24 42.24h282.24l219.52 154.88c16 10.88 31.36 10.88 47.36 0l227.84-160.64c13.44-9.6 20.48-22.4 20.48-39.68s-7.04-30.08-20.48-39.68z m-251.52 165.12L517.76 488.32l177.92-125.44 177.92 125.44-177.92 125.44z" fill="#363B4C" ></path></symbol><symbol id="icon-a-huaban14" viewBox="0 0 1024 1024"><path d="M946.56 462.72l-45.44-26.24-304.64-176.64-45.44-26.24a26.496 26.496 0 0 0-39.68 23.04v192H170.24c-23.68 0-42.24 19.2-42.24 42.88s19.2 42.24 42.24 42.24H512v181.76c0 20.48 21.76 33.28 39.68 23.04l45.44-26.24 304.64-176.64 45.44-26.24c17.28-10.24 17.28-35.84 0-46.08zM597.12 613.12V358.4l219.52 127.36-219.52 127.36z" fill="#363B4C" ></path></symbol><symbol id="icon-xianxingwangge" viewBox="0 0 1024 1024"><path d="M96 223.04m41.28 0l749.44 0q41.28 0 41.28 41.28l0 0q0 41.28-41.28 41.28l-749.44 0q-41.28 0-41.28-41.28l0 0q0-41.28 41.28-41.28Z" fill="#363B4C" ></path><path d="M96 470.72m41.28 0l749.44 0q41.28 0 41.28 41.28l0 0q0 41.28-41.28 41.28l-749.44 0q-41.28 0-41.28-41.28l0 0q0-41.28 41.28-41.28Z" fill="#363B4C" ></path><path d="M96 712.064m41.28 0l749.44 0q41.28 0 41.28 41.28l0 0q0 41.28-41.28 41.28l-749.44 0q-41.28 0-41.28-41.28l0 0q0-41.28 41.28-41.28Z" fill="#363B4C" ></path><path d="M305.6 96m0 41.28l0 749.44q0 41.28-41.28 41.28l0 0q-41.28 0-41.28-41.28l0-749.44q0-41.28 41.28-41.28l0 0q41.28 0 41.28 41.28Z" fill="#363B4C" ></path><path d="M553.28 96m0 41.28l0 749.44q0 41.28-41.28 41.28l0 0q-41.28 0-41.28-41.28l0-749.44q0-41.28 41.28-41.28l0 0q41.28 0 41.28 41.28Z" fill="#363B4C" ></path><path d="M800.96 96m0 41.28l0 749.44q0 41.28-41.28 41.28l0 0q-41.28 0-41.28-41.28l0-749.44q0-41.28 41.28-41.28l0 0q41.28 0 41.28 41.28Z" fill="#363B4C" ></path></symbol><symbol id="icon-pianhaoshezhi" viewBox="0 0 1024 1024"><path d="M439.808 101.824a40 40 0 0 0-46.336-20.352A446.08 446.08 0 0 0 208.64 185.088a40 40 0 0 0-8.576 46.912c5.376 10.88 8.384 23.232 8.384 36.416a82.24 82.24 0 0 1-83.2 82.304 40 40 0 0 0-38.784 28.032 450.432 450.432 0 0 0-11.392 224.448 40 40 0 0 0 43.136 31.872 82.24 82.24 0 0 1 70.912 135.04 40 40 0 0 0 1.728 53.44 446.72 446.72 0 0 0 194.368 118.784 40 40 0 0 0 49.536-26.176 82.176 82.176 0 0 1 156.48 0 40 40 0 0 0 49.536 26.176 446.72 446.72 0 0 0 194.368-118.784 40 40 0 0 0 1.728-53.504 82.24 82.24 0 0 1 70.912-135.04 40 40 0 0 0 43.136-31.744 450.496 450.496 0 0 0-11.392-224.512 40 40 0 0 0-39.872-28.032 82.24 82.24 0 0 1-73.664-118.72 40 40 0 0 0-8.64-46.912 446.08 446.08 0 0 0-184.832-103.68 40 40 0 0 0-46.336 20.48 82.048 82.048 0 0 1-146.368 0zM288.448 268.416c0-14.528-1.92-28.544-5.44-41.984a366.144 366.144 0 0 1 104.576-59.136c29.632 36.288 74.816 59.52 125.44 59.52 50.56 0 95.744-23.232 125.44-59.52a366.144 366.144 0 0 1 104.576 59.136 162.368 162.368 0 0 0 127.104 201.6 369.728 369.728 0 0 1 7.36 128.128 162.304 162.304 0 0 0-122.752 233.664 366.848 366.848 0 0 1-104.768 64.64 161.92 161.92 0 0 0-273.92 0 366.912 366.912 0 0 1-104.832-64.64A162.304 162.304 0 0 0 148.48 556.16a372.992 372.992 0 0 1 7.36-128.128 162.304 162.304 0 0 0 132.608-159.616zM513.024 336a176 176 0 1 0 0 352 176 176 0 0 0 0-352zM408.96 512a104 104 0 1 1 208 0 104 104 0 0 1-208 0z" fill="#363B4C" ></path></symbol><symbol id="icon-xianxingwangge-xuanzhong" viewBox="0 0 1024 1024"><path d="M96 223.04m41.28 0l749.44 0q41.28 0 41.28 41.28l0 0q0 41.28-41.28 41.28l-749.44 0q-41.28 0-41.28-41.28l0 0q0-41.28 41.28-41.28Z" fill="#1E6FFF" ></path><path d="M96 470.72m41.28 0l749.44 0q41.28 0 41.28 41.28l0 0q0 41.28-41.28 41.28l-749.44 0q-41.28 0-41.28-41.28l0 0q0-41.28 41.28-41.28Z" fill="#1E6FFF" ></path><path d="M96 712.064m41.28 0l749.44 0q41.28 0 41.28 41.28l0 0q0 41.28-41.28 41.28l-749.44 0q-41.28 0-41.28-41.28l0 0q0-41.28 41.28-41.28Z" fill="#1E6FFF" ></path><path d="M305.6 96m0 41.28l0 749.44q0 41.28-41.28 41.28l0 0q-41.28 0-41.28-41.28l0-749.44q0-41.28 41.28-41.28l0 0q41.28 0 41.28 41.28Z" fill="#1E6FFF" ></path><path d="M553.28 96m0 41.28l0 749.44q0 41.28-41.28 41.28l0 0q-41.28 0-41.28-41.28l0-749.44q0-41.28 41.28-41.28l0 0q41.28 0 41.28 41.28Z" fill="#1E6FFF" ></path><path d="M800.96 96m0 41.28l0 749.44q0 41.28-41.28 41.28l0 0q-41.28 0-41.28-41.28l0-749.44q0-41.28 41.28-41.28l0 0q41.28 0 41.28 41.28Z" fill="#1E6FFF" ></path></symbol><symbol id="icon-dianzhuangwangge" viewBox="0 0 1024 1024"><path d="M96 192a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#363B4C" ></path><path d="M96 512a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#363B4C" ></path><path d="M96 832a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#363B4C" ></path><path d="M416 192a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#363B4C" ></path><path d="M416 512a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#363B4C" ></path><path d="M416 832a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#363B4C" ></path><path d="M736 192a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#363B4C" ></path><path d="M736 512a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#363B4C" ></path><path d="M736 832a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#363B4C" ></path></symbol><symbol id="icon-wuwangge-xuanzhong" viewBox="0 0 1024 1024"><path d="M512 960A448 448 0 1 0 512 64a448 448 0 0 0 0 896zM512 153.6a358.4 358.4 0 1 1 0 716.8A358.4 358.4 0 0 1 512 153.6z" fill="#1E6FFF" ></path><path d="M837.248 248.96m-31.678384 31.678384l-524.956074 524.956074q-31.678384 31.678384-63.356768 0l0 0q-31.678384-31.678384 0-63.356767l524.956075-524.956075q31.678384-31.678384 63.356767 0l0 0q31.678384 31.678384 0 63.356768Z" fill="#1E6FFF" ></path></symbol><symbol id="icon-huabubeijing" viewBox="0 0 1024 1024"><path d="M512 57.6c123.84 0.064 230.272 39.104 319.616 118.208S966.4 351.808 966.4 465.024a251.136 251.136 0 0 1-78.08 185.088 256.768 256.768 0 0 1-173.824 76.224l-12.288 0.128h-85.76a48.896 48.896 0 0 0-47.232 47.936c0 14.848 3.712 25.216 10.88 32.384 17.472 16.64 27.328 39.808 27.328 63.936A92.928 92.928 0 0 1 512 966.336c-126.08 0-233.792-43.904-321.984-132.288C101.76 745.728 57.6 637.888 57.6 512.064c0-125.952 44.416-233.856 132.544-321.984C274.624 105.6 377.088 61.376 496.32 57.856L512 57.6z m0.512 82.56l-13.76 0.256c-98.112 2.88-180.608 38.528-250.24 108.16C176 320.96 140.224 407.872 140.224 512c0 104.128 35.648 190.912 108.16 263.68 72.576 72.576 159.104 108.096 265.856 108.16a10.304 10.304 0 0 0 7.68-3.072c1.92-2.048 3.072-4.736 2.944-10.112 0-1.152-0.448-2.304-1.6-3.84l-1.472-1.6c-24.32-24.32-35.2-55.808-35.136-92.544 1.344-67.392 53.312-122.432 122.176-128.384l7.68-0.448h95.104a176.256 176.256 0 0 0 119.744-53.568c34.24-32.64 53.248-78.08 52.416-125.376 0-88.768-34.88-163.456-106.944-227.264C706.56 175.36 624.512 143.36 526.72 140.416l-14.208-0.256zM219.904 455.808A64.96 64.96 0 1 1 284.8 568.256a64.96 64.96 0 0 1-64.896-112.448z m475.968-43.328a64.96 64.96 0 1 1 64.96 112.512 64.96 64.96 0 0 1-64.96-112.512zM349.76 239.424a64.96 64.96 0 1 1 68.48 110.272 64.96 64.96 0 0 1-68.48-110.272z m216.32 0a64.96 64.96 0 1 1 67.2 111.04 64.96 64.96 0 0 1-67.2-111.04z" fill="#363B4C" ></path></symbol><symbol id="icon-lishibanben" viewBox="0 0 1024 1024"><path d="M512 85.312a426.688 426.688 0 1 1-426.496 438.656A11.776 11.776 0 0 1 97.28 512h31.04c23.36 0 42.048 18.56 44.8 41.856 25.088 207.232 233.472 347.712 439.36 284.224 219.52-67.584 310.912-328.32 181.76-518.208-129.28-189.888-405.312-200.512-548.8-21.184h53.248a42.688 42.688 0 0 1 0 85.312H128a42.688 42.688 0 0 1-42.688-42.688V170.688a42.688 42.688 0 0 1 85.376 0v85.184A426.56 426.56 0 0 1 512 85.312z m42.688 256V483.84c0 3.328 1.664 6.464 4.48 8.32l68.992 46.08a42.688 42.688 0 0 1-47.36 71.04l-105.408-70.4a13.568 13.568 0 0 1-6.08-11.264v-186.24a42.688 42.688 0 0 1 85.376 0" fill="#363B4C" ></path></symbol><symbol id="icon-wuwangge" viewBox="0 0 1024 1024"><path d="M512 960A448 448 0 1 0 512 64a448 448 0 0 0 0 896zM512 153.6a358.4 358.4 0 1 1 0 716.8A358.4 358.4 0 0 1 512 153.6z" fill="#363B4C" ></path><path d="M837.248 248.96m-31.678384 31.678384l-524.956074 524.956074q-31.678384 31.678384-63.356768 0l0 0q-31.678384-31.678384 0-63.356767l524.956075-524.956075q31.678384-31.678384 63.356767 0l0 0q31.678384 31.678384 0 63.356768Z" fill="#363B4C" ></path></symbol><symbol id="icon-kuaijiejian" viewBox="0 0 1024 1024"><path d="M960 173.184c0-24.96-19.136-45.184-42.688-45.184H106.688C83.136 128 64 148.224 64 173.184v677.696c0 24.96 19.072 45.12 42.688 45.12h810.624c23.552 0 42.624-20.224 42.688-45.12V173.184z m-810.688 45.248h725.376v587.328H149.312V218.432z m640 361.344c11.776 0 21.376 10.24 21.376 22.592v45.184c0 12.48-9.6 22.592-21.376 22.592H234.688a21.952 21.952 0 0 1-21.376-22.592v-45.184c0-12.48 9.6-22.592 21.376-22.592h554.624z m-448-203.264A21.952 21.952 0 0 0 320 353.92H234.688a21.952 21.952 0 0 0-21.376 22.592v45.184c0 12.48 9.6 22.592 21.376 22.592H320c11.776 0 21.312-10.24 21.312-22.592v-45.184zM512 353.92c11.776 0 21.312 10.176 21.312 22.592v45.184c0 12.416-9.536 22.592-21.312 22.592H426.688a21.952 21.952 0 0 1-21.376-22.592v-45.184c0-12.48 9.6-22.592 21.376-22.592H512z m298.688 22.592a21.952 21.952 0 0 0-21.376-22.592H618.688a21.952 21.952 0 0 0-21.376 22.592v45.184c0 12.48 9.6 22.592 21.376 22.592h170.624a22.08 22.08 0 0 0 21.376-22.592v-45.184z" fill="#363B4C" ></path></symbol><symbol id="icon-dianzhuangwangge-xuanzhong" viewBox="0 0 1024 1024"><path d="M96 192a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#1E6FFF" ></path><path d="M96 512a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#1E6FFF" ></path><path d="M96 832a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#1E6FFF" ></path><path d="M416 192a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#1E6FFF" ></path><path d="M416 512a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#1E6FFF" ></path><path d="M416 832a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#1E6FFF" ></path><path d="M736 192a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#1E6FFF" ></path><path d="M736 512a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#1E6FFF" ></path><path d="M736 832a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#1E6FFF" ></path></symbol><symbol id="icon-beijingwangge" viewBox="0 0 1024 1024"><path d="M96 800v-576a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v576a128 128 0 0 1-128 128h-576a128 128 0 0 1-128-128z m83.2 0q0 44.8 44.8 44.8h576q44.8 0 44.8-44.8v-576q0-44.8-44.8-44.8h-576q-44.8 0-44.8 44.8v576z" fill="#363B4C" ></path><path d="M256 326.4m41.6 0l428.8 0q41.6 0 41.6 41.6l0 0q0 41.6-41.6 41.6l-428.8 0q-41.6 0-41.6-41.6l0 0q0-41.6 41.6-41.6Z" fill="#363B4C" ></path><path d="M416 256m0 41.6l0 428.8q0 41.6-41.6 41.6l0 0q-41.6 0-41.6-41.6l0-428.8q0-41.6 41.6-41.6l0 0q41.6 0 41.6 41.6Z" fill="#363B4C" ></path><path d="M697.6 256m0 41.6l0 428.8q0 41.6-41.6 41.6l0 0q-41.6 0-41.6-41.6l0-428.8q0-41.6 41.6-41.6l0 0q41.6 0 41.6 41.6Z" fill="#363B4C" ></path><path d="M256 608m41.6 0l428.8 0q41.6 0 41.6 41.6l0 0q0 41.6-41.6 41.6l-428.8 0q-41.6 0-41.6-41.6l0 0q0-41.6 41.6-41.6Z" fill="#363B4C" ></path></symbol><symbol id="icon-shezhi1" viewBox="0 0 1024 1024"><path d="M944.32 441.472c-1.344-0.832-2.56-1.92-4.032-2.368-111.68-34.88-136.768-74.752-120.96-188.928 1.28-9.088-2.688-22.592-9.472-28.48A419.2 419.2 0 0 0 633.152 128c-32.768 40.96-72.768 63.36-123.2 63.104-50.56-0.32-88.448-26.88-120.64-62.72a439.232 439.232 0 0 0-190.08 107.072c20.48 45.824 20.672 89.92-4.352 132.736-25.984 44.48-69.76 63.168-115.84 71.68-21.888 80.512-19.648 160.832 5.12 213.76 47.872 7.808 87.232 29.312 112.448 72.448 25.344 43.2 18.88 87.488 4.928 131.456 47.36 46.528 101.888 76.416 161.792 98.24 16.576 6.016 30.528 6.656 43.328-8.704 50.688-60.8 157.824-62.272 211.072-0.448 10.88 12.608 22.72 16.512 38.528 10.88 62.976-22.4 120.512-53.056 165.952-99.392-26.048-119.872 8.448-177.92 121.408-205.76 21.76-63.232 21.696-150.72 0.64-210.88z m-67.904 142.464c-11.52 6.144-22.848 11.84-33.792 18.176-71.04 40.832-114.368 101.44-112.448 180.992 1.088 45.824-17.856 65.92-55.232 80.448-4.48 1.728-9.152 3.072-16.96 5.76-95.36-65.472-193.792-66.752-293.504 1.792l-69.44-38.08c11.456-115.84-36.096-199.296-146.24-248V507.776c14.144-7.872 28.544-14.976 41.984-23.552 62.144-39.488 104.768-94.528 102.592-166.912-1.728-55.488 21.44-80.832 74.88-94.848 97.728 66.048 194.56 64.64 290.368-1.28 11.584 5.312 21.76 10.048 32 14.592 26.944 12.16 39.68 28.096 38.784 61.376-2.24 85.504 38.848 150.592 115.968 193.536l31.04 17.024v76.16z m-363.2-194.56C420.928 388.992 349.952 458.24 350.848 547.648c0.896 82.56 66.88 150.336 151.68 155.008 12.8 0.704 26.24 0.256 38.528-3.008 20.864-5.632 33.28-19.968 30.912-41.856-2.048-19.392-14.784-31.104-34.688-33.984-9.472-1.408-19.392 0.32-28.992-0.576-46.4-4.416-79.04-39.36-76.672-81.536 2.112-38.72 35.008-71.04 75.008-73.728 44.16-2.944 80.64 27.264 86.272 72.128 1.28 10.88-0.512 22.08 1.024 32.832 2.88 19.84 17.472 33.024 36.224 31.168 13.632-1.28 28.288-12.608 38.016-23.296 6.272-6.976 5.76-20.736 6.144-31.488 2.752-87.68-70.016-159.744-161.088-160z" fill="#363B4C" ></path></symbol><symbol id="icon-zujianduiqi" viewBox="0 0 1024 1024"><path d="M128 128m25.6 0l46.5408 0q25.6 0 25.6 25.6l0 716.8q0 25.6-25.6 25.6l-46.5408 0q-25.6 0-25.6-25.6l0-716.8q0-25.6 25.6-25.6Z" fill="#363B4C" ></path><path d="M337.408 381.696V293.2224q0-2.5088 0.512-4.9664 0.512-2.5088 1.4336-4.8128 1.024-2.3552 2.4064-4.4544 1.3824-2.048 3.1744-3.84 1.792-1.792 3.8912-3.1744 2.048-1.4336 4.4032-2.4064 2.3552-0.9728 4.8128-1.4336 2.4576-0.512 4.9664-0.512H870.4q2.5088 0 4.9664 0.512t4.8128 1.4336q2.304 1.024 4.4032 2.4064 2.0992 1.3824 3.8912 3.1744 1.792 1.792 3.1744 3.84 1.4336 2.0992 2.3552 4.4544 1.024 2.304 1.4848 4.8128 0.512 2.4576 0.512 4.9664v88.4736q0 2.5088-0.512 4.9664t-1.4848 4.8128q-0.9216 2.304-2.3552 4.4032-1.3824 2.0992-3.1744 3.8912-1.792 1.792-3.8912 3.1744-2.048 1.4336-4.4032 2.3552-2.3552 1.024-4.8128 1.4848-2.4576 0.512-4.9664 0.512H363.008q-2.5088 0-4.9664-0.512t-4.8128-1.4848q-2.304-0.9216-4.4032-2.3552-2.0992-1.3824-3.8912-3.1744-1.792-1.792-3.1744-3.8912-1.4336-2.048-2.4064-4.4032Q338.432 389.12 337.92 386.6624q-0.512-2.4576-0.512-4.9664z m0 307.2a25.6 25.6 0 0 0 25.6 25.6h297.9328a25.6 25.6 0 0 0 25.6-25.6v-88.4736a25.6 25.6 0 0 0-25.6-25.6H363.008a25.6 25.6 0 0 0-25.6 25.6v88.4224z" fill="#363B4C" ></path></symbol><symbol id="icon-quxiaobianzu1" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M76.8 179.2v-51.2c0-28.16 23.04-51.2 51.2-51.2h51.2c24.064 0 44.544 16.384 49.664 39.936h309.76c5.12-23.04 26.112-39.424 49.664-39.424h51.2c28.16 0 51.2 23.04 51.2 51.2v51.2c0 24.064-16.384 44.544-39.936 49.664v109.056c0 20.48-16.384 36.864-37.376 36.864s-36.864-16.384-37.376-36.864V229.376c-18.944-4.608-33.792-19.456-38.4-38.4H227.84c-4.608 18.944-19.456 33.792-38.4 38.4v309.76c18.944 4.608 33.792 19.456 38.4 38.4h109.056c20.48 0 36.864 16.384 36.864 37.376s-16.384 36.864-36.864 36.864H227.84c-5.12 23.04-26.112 39.936-49.664 39.936h-51.2c-28.16 0-51.2-23.04-51.2-51.2v-51.2c0-24.064 16.384-44.544 39.936-49.664V229.888a50.944 50.944 0 0 1-39.424-49.664l0.512-1.024z" fill="#363B4C" ></path><path d="M962.56 471.04v-51.2c0-28.16-23.04-51.2-51.2-51.2h-51.2c-24.576 0-45.056 16.896-50.176 40.96h-288.768c-5.12-24.064-25.6-40.96-50.176-40.96h-51.2c-28.16 0-51.2 23.04-51.2 51.2v51.2c0 24.576 16.896 45.056 40.96 50.176v288.768c-24.064 5.12-40.96 25.6-40.96 50.176v51.2c0 28.16 23.04 51.2 51.2 51.2h51.2c24.576 0 45.056-16.896 50.176-40.96h288.768c5.12 24.064 25.6 40.96 50.176 40.96h51.2c28.16 0 51.2-23.04 51.2-51.2v-51.2c0-24.576-16.896-45.056-40.96-50.176v-288.768c24.064-5.12 40.96-25.6 40.96-50.176z m-115.2 339.456c-17.92 4.608-32.256 18.944-36.864 36.864h-289.792c-4.608-17.92-18.944-32.256-36.864-36.864v-289.792c17.92-4.608 32.256-18.944 36.864-36.864h289.792c4.608 17.92 18.944 32.256 36.864 36.864v289.792z" fill="#363B4C" ></path></symbol><symbol id="icon-bianzu" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M947.2 178.176v-50.688c0-28.16-22.528-50.688-50.176-50.688h-50.176c-19.968 0-37.888 11.776-46.08 30.208H222.72a50.3808 50.3808 0 0 0-46.08-30.208h-50.176c-27.648 0-50.176 22.528-50.176 50.688v50.688c0 22.016 14.336 41.472 34.816 48.128v571.392c-20.992 6.656-34.816 26.112-34.816 48.128v50.688c0 28.16 22.528 50.688 50.176 50.688h50.176c19.968 0 37.888-11.776 46.08-30.208h578.56c8.192 18.432 26.112 30.208 46.08 30.208h50.176c27.648 0 50.176-22.528 50.176-50.688v-50.688c0-22.016-14.336-41.472-34.816-48.128V226.304c20.992-6.656 34.816-26.112 34.816-48.128h-0.512z m-107.52 617.984c-23.552 3.584-41.472 23.552-42.496 47.616H226.816a50.3296 50.3296 0 0 0-42.496-47.616V227.84c23.552-3.584 41.472-23.552 42.496-47.616h570.368c1.024 24.064 18.944 44.032 42.496 47.616v568.32z" fill="#363B4C" ></path><path d="M692.224 420.864h-90.112V329.728c0-28.16-22.528-50.688-50.176-50.688h-220.16c-27.648 0-50.176 22.528-50.176 50.688v222.72c0 28.16 22.528 50.688 50.176 50.688h90.112v91.136c0 28.16 22.528 50.688 50.176 50.688h220.16c27.648 0 50.176-22.528 50.176-50.688V471.552c0-28.16-22.528-50.688-50.176-50.688z m-270.336 50.688v65.536H346.624V344.576h189.952v75.776H471.552c-27.648 0-50.176 22.528-50.176 50.688l0.512 0.512z m115.2 15.36v50.688h-50.176v-50.688h50.176z m139.776 192H486.912v-75.776h65.024c27.648 0 50.176-22.528 50.176-50.688V486.912h75.264v192.512l-0.512-0.512z" fill="#363B4C" ></path></symbol><symbol id="icon-quxiaobianzu" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M76.8 179.2v-51.2c0-30.72 20.48-51.2 51.2-51.2h51.2c25.6 0 46.08 15.36 51.2 40.96h312.32c5.12-25.6 25.6-40.96 51.2-40.96h51.2c30.72 0 51.2 20.48 51.2 51.2v51.2c0 25.6-15.36 46.08-40.96 51.2v107.52c0 20.48-15.36 35.84-35.84 35.84s-35.84-15.36-35.84-35.84V230.4c-20.48 0-35.84-20.48-35.84-35.84H235.52c0 20.48-20.48 35.84-35.84 35.84v312.32c20.48 0 35.84 20.48 35.84 35.84h107.52c20.48 0 35.84 15.36 35.84 35.84s-15.36 35.84-35.84 35.84H235.52c-5.12 25.6-25.6 40.96-51.2 40.96h-51.2c-30.72 0-51.2-20.48-51.2-51.2v-51.2c0-25.6 15.36-46.08 40.96-51.2V225.28c-25.6-5.12-40.96-25.6-40.96-51.2z" fill="#363B4C" ></path><path d="M962.56 471.04v-51.2c0-30.72-20.48-51.2-51.2-51.2h-51.2c-25.6 0-46.08 15.36-51.2 40.96h-286.72c0-25.6-25.6-40.96-51.2-40.96h-51.2c-30.72 0-51.2 20.48-51.2 51.2v51.2c0 25.6 15.36 46.08 40.96 51.2v286.72c-25.6 0-40.96 25.6-40.96 51.2v51.2c0 30.72 20.48 51.2 51.2 51.2h51.2c25.6 0 46.08-15.36 51.2-40.96h286.72c0 25.6 25.6 40.96 51.2 40.96h51.2c30.72 0 51.2-20.48 51.2-51.2v-51.2c0-25.6-15.36-46.08-40.96-51.2v-286.72c25.6 0 40.96-25.6 40.96-51.2z m-117.76 337.92c-20.48 0-30.72 20.48-35.84 35.84h-291.84c0-20.48-20.48-30.72-35.84-35.84v-291.84c20.48 0 30.72-20.48 35.84-35.84h291.84c0 20.48 20.48 30.72 35.84 35.84v291.84z" fill="#363B4C" ></path></symbol><symbol id="icon-jiguangbi1" viewBox="0 0 1024 1024"><path d="M197.12 482.816s-2.56-4.608-4.096-6.656a29.3376 29.3376 0 0 0-5.632-5.632c-2.048-1.536-4.096-3.584-6.656-4.608a21.7088 21.7088 0 0 0-7.168-3.072c-2.56-0.512-5.12-1.536-7.68-2.048h-8.192c-2.56 0-5.12 0.512-7.68 1.536l-69.12 18.432c-2.56 0.512-5.12 1.536-7.68 3.072-2.56 1.024-4.608 2.56-6.656 4.096-2.048 1.536-4.096 3.584-5.632 5.632-1.536 2.048-3.584 4.096-4.608 6.656-1.536 2.56-2.56 4.608-3.072 7.168-0.512 2.56-1.536 5.12-2.048 7.68v8.192c0 2.56 0.512 5.12 1.536 7.68 0.512 2.56 1.536 5.12 3.072 7.68 1.024 2.56 2.56 4.608 4.096 6.656 1.536 2.048 3.584 4.096 5.632 5.632 2.048 1.536 4.096 3.584 6.656 4.608 2.56 1.536 4.608 2.56 7.168 3.072 2.56 1.024 5.12 1.536 7.68 2.048h8.192c2.56 0 5.12-0.512 7.68-1.536l69.12-18.432c2.56-0.512 5.12-1.536 7.68-3.072 2.56-1.536 4.608-2.56 6.656-4.096 2.048-1.536 4.096-3.584 5.632-5.632 1.536-2.048 3.584-4.096 4.608-6.656 1.536-2.56 2.56-4.608 3.072-7.168 1.024-2.56 1.536-5.12 2.048-7.68v-8.192c0-2.56-0.512-5.12-1.536-7.68-1.024-2.56-1.536-5.12-3.072-7.68zM391.168 142.848c1.024 2.56 2.048 5.12 3.072 7.168 1.536 2.56 2.56 4.608 4.608 6.656 1.536 2.048 3.584 4.096 5.632 5.632 2.048 1.536 4.096 3.072 6.656 4.608s5.12 2.048 7.68 3.072l7.68 1.536h8.192c2.56 0 5.12-1.024 7.68-1.536 2.56-1.024 5.12-2.048 7.168-3.072 2.56-1.536 4.608-2.56 6.656-4.608 2.048-1.536 4.096-3.584 5.632-5.632 1.536-2.048 3.072-4.096 4.608-6.656l3.072-7.68 1.536-7.68 6.144-71.168v-8.192c0-2.56-1.024-5.12-1.536-7.68-0.512-2.56-2.048-5.12-3.072-7.168a26.0096 26.0096 0 0 0-4.608-6.656 29.3376 29.3376 0 0 0-5.632-5.632C460.288 26.624 458.24 25.088 455.68 23.552L448 20.48C445.44 19.456 442.88 19.456 440.32 18.944h-8.192c-2.56 0-5.12 1.024-7.68 1.536-2.56 0.512-5.12 2.048-7.168 3.072-2.56 1.536-4.608 2.56-6.656 4.608-2.048 2.048-4.096 3.584-5.632 5.632-1.536 2.048-3.072 4.096-4.608 6.656l-3.072 7.68-1.536 7.68-6.144 71.168v8.192c0 2.56 1.024 5.12 1.536 7.68zM567.296 189.44s2.56 4.608 4.608 6.656c2.048 2.048 3.584 4.096 5.632 5.632 2.048 1.536 4.096 3.072 6.656 4.608s4.608 2.56 7.168 3.072c2.56 1.024 5.12 1.536 7.68 1.536h8.192c2.56 0 5.12-0.512 7.68-1.536 2.56-0.512 5.12-1.536 7.68-3.072a19.456 19.456 0 0 0 6.656-4.608c2.048-2.048 4.096-3.584 5.632-5.632l46.08-54.784s3.072-4.096 4.608-6.656 2.56-4.608 3.072-7.168c1.024-2.56 1.536-5.12 1.536-7.68v-8.192c0-2.56-0.512-5.12-1.536-7.68a24.1152 24.1152 0 0 0-3.072-7.68 19.456 19.456 0 0 0-4.608-6.656 29.3376 29.3376 0 0 0-5.632-5.632c-2.048-1.536-4.096-3.072-6.656-4.608a21.7088 21.7088 0 0 0-7.168-3.072 20.5312 20.5312 0 0 0-7.68-1.536h-8.192c-2.56 0-5.12 0.512-7.68 1.536-2.56 1.024-5.12 1.536-7.68 3.072a19.456 19.456 0 0 0-6.656 4.608c-2.048 1.536-4.096 3.584-5.632 5.632l-46.08 54.784s-3.072 4.096-4.608 6.656-2.56 4.608-3.072 7.168c-1.024 2.56-1.536 5.12-1.536 7.68v8.192c0 2.56 0.512 5.12 1.536 7.68 0.512 2.56 1.536 5.12 3.072 7.68zM275.456 222.208s4.608-2.56 6.656-4.608c2.048-1.536 4.096-3.584 5.632-5.632 1.536-2.048 3.072-4.096 4.608-6.656l3.072-7.68c1.024-2.56 1.024-5.12 1.536-7.68v-8.192c0-2.56-1.024-5.12-1.536-7.68-1.024-2.56-2.048-5.12-3.072-7.168-1.536-2.56-2.56-4.608-4.608-6.656l-46.08-54.784s-3.584-4.096-5.632-5.632c-2.048-1.536-4.096-3.072-6.656-4.608l-7.68-3.072c-2.56-1.024-5.12-1.024-7.68-1.536h-8.192c-2.56 0-5.12 1.024-7.68 1.536-2.56 0.512-5.12 2.048-7.168 3.072-2.56 1.536-4.608 2.56-6.656 4.608-2.048 2.048-4.096 3.584-5.632 5.632-1.536 2.048-3.072 4.096-4.608 6.656l-3.072 7.68-1.536 7.68v8.192c0 2.56 1.024 5.12 1.536 7.68 1.024 2.56 2.048 5.12 3.072 7.168 1.536 2.56 2.56 4.608 4.608 6.656l46.08 54.784s3.584 4.096 5.632 5.632c2.048 1.536 4.096 3.072 6.656 4.608l7.68 3.072 7.68 1.536c2.56 0.512 5.12 0 8.192 0 2.56 0 5.12-1.024 7.68-1.536 2.56-1.024 5.12-2.048 7.168-3.072zM204.288 331.776s-2.048-5.12-3.072-7.168c-1.536-2.56-3.072-4.608-4.608-6.656a29.3376 29.3376 0 0 0-5.632-5.632 46.7456 46.7456 0 0 0-6.656-4.096l-7.68-3.072L107.52 286.72l-7.68-1.536h-8.192c-2.56 0-5.12 1.024-7.68 2.048-2.56 1.024-5.12 2.048-7.168 3.072-2.56 1.536-4.608 3.072-6.656 4.608-2.048 1.536-4.096 3.584-5.632 5.632-1.536 2.048-3.072 4.608-4.096 6.656-1.024 2.048-2.048 5.12-3.072 7.68-1.024 2.56-1.024 5.12-1.536 7.68v8.192c0 2.56 1.024 5.12 2.048 7.68 1.024 2.56 2.048 5.12 3.072 7.168 1.024 2.048 3.072 4.608 4.608 6.656 1.536 2.048 3.584 4.096 5.632 5.632 2.048 1.536 4.608 3.072 6.656 4.096 2.048 1.024 5.12 2.048 7.68 3.072l69.12 18.432 7.68 1.536h8.192c2.56 0 5.12-1.024 7.68-2.048 2.56-1.024 5.12-2.048 7.168-3.072 2.56-1.536 4.608-3.072 6.656-4.608 2.048-1.536 4.096-3.584 5.632-5.632 1.536-2.048 3.072-4.608 4.096-6.656L204.8 355.328l1.536-7.68v-8.192c0-2.56-1.024-5.12-2.048-7.68zM928.768 665.088l-309.248-368.64a194.2528 194.2528 0 0 0-273.92-24.064l-15.872 13.312a194.2528 194.2528 0 0 0-24.064 273.92l309.248 368.64c32.768 38.912 90.624 44.032 130.048 11.264l172.544-144.896c38.912-32.768 44.032-90.624 11.264-130.048v0.512z m-588.8-240.64s0-4.096 0.512-5.632c4.096-29.184 17.408-53.248 39.936-72.192l15.872-13.312c24.576-20.48 52.224-29.184 83.968-26.624 30.72 2.56 56.32 15.872 76.8 38.912L365.056 506.88c-19.456-24.064-27.648-51.2-25.088-82.432z m526.336 309.76l-172.544 144.896c-3.072 2.56-6.656 4.096-9.216 3.584-3.072 0-5.632-2.048-8.704-5.12l-259.584-309.76 192-161.28 259.584 309.76c2.56 3.072 4.096 6.656 3.584 9.216-0.512 2.56-2.048 5.632-5.12 8.704z" fill="#363B4C" ></path><path d="M610.816 549.888a39.7312 39.7312 0 0 0-55.808-5.12c-16.896 14.336-18.944 38.912-5.12 55.808l54.272 64.512c14.336 16.896 38.912 18.944 55.808 5.12 16.896-13.824 18.944-38.912 5.12-55.808l-54.272-64.512z" fill="#363B4C" ></path></symbol><symbol id="icon-jiguangbi-xuanzhong1" viewBox="0 0 1024 1024"><path d="M197.12 482.816s-2.56-4.608-4.096-6.656a29.3376 29.3376 0 0 0-5.632-5.632c-2.048-1.536-4.096-3.584-6.656-4.608a21.7088 21.7088 0 0 0-7.168-3.072c-2.56-0.512-5.12-1.536-7.68-2.048h-8.192c-2.56 0-5.12 0.512-7.68 1.536l-69.12 18.432c-2.56 0.512-5.12 1.536-7.68 3.072-2.56 1.024-4.608 2.56-6.656 4.096-2.048 1.536-4.096 3.584-5.632 5.632-1.536 2.048-3.584 4.096-4.608 6.656-1.536 2.56-2.56 4.608-3.072 7.168-0.512 2.56-1.536 5.12-2.048 7.68v8.192c0 2.56 0.512 5.12 1.536 7.68 0.512 2.56 1.536 5.12 3.072 7.68 1.024 2.56 2.56 4.608 4.096 6.656 1.536 2.048 3.584 4.096 5.632 5.632 2.048 1.536 4.096 3.584 6.656 4.608 2.56 1.536 4.608 2.56 7.168 3.072 2.56 1.024 5.12 1.536 7.68 2.048h8.192c2.56 0 5.12-0.512 7.68-1.536l69.12-18.432c2.56-0.512 5.12-1.536 7.68-3.072 2.56-1.536 4.608-2.56 6.656-4.096 2.048-1.536 4.096-3.584 5.632-5.632 1.536-2.048 3.584-4.096 4.608-6.656 1.536-2.56 2.56-4.608 3.072-7.168 1.024-2.56 1.536-5.12 2.048-7.68v-8.192c0-2.56-0.512-5.12-1.536-7.68-1.024-2.56-1.536-5.12-3.072-7.68zM391.168 142.848c1.024 2.56 2.048 5.12 3.072 7.168 1.536 2.56 2.56 4.608 4.608 6.656 1.536 2.048 3.584 4.096 5.632 5.632 2.048 1.536 4.096 3.072 6.656 4.608s5.12 2.048 7.68 3.072l7.68 1.536h8.192c2.56 0 5.12-1.024 7.68-1.536 2.56-1.024 5.12-2.048 7.168-3.072 2.56-1.536 4.608-2.56 6.656-4.608 2.048-1.536 4.096-3.584 5.632-5.632 1.536-2.048 3.072-4.096 4.608-6.656l3.072-7.68 1.536-7.68 6.144-71.168v-8.192c0-2.56-1.024-5.12-1.536-7.68-0.512-2.56-2.048-5.12-3.072-7.168a26.0096 26.0096 0 0 0-4.608-6.656 29.3376 29.3376 0 0 0-5.632-5.632C460.288 26.624 458.24 25.088 455.68 23.552L448 20.48C445.44 19.456 442.88 19.456 440.32 18.944h-8.192c-2.56 0-5.12 1.024-7.68 1.536-2.56 0.512-5.12 2.048-7.168 3.072-2.56 1.536-4.608 2.56-6.656 4.608-2.048 2.048-4.096 3.584-5.632 5.632-1.536 2.048-3.072 4.096-4.608 6.656l-3.072 7.68-1.536 7.68-6.144 71.168v8.192c0 2.56 1.024 5.12 1.536 7.68zM567.296 189.44s2.56 4.608 4.608 6.656c2.048 2.048 3.584 4.096 5.632 5.632 2.048 1.536 4.096 3.072 6.656 4.608s4.608 2.56 7.168 3.072c2.56 1.024 5.12 1.536 7.68 1.536h8.192c2.56 0 5.12-0.512 7.68-1.536 2.56-0.512 5.12-1.536 7.68-3.072a19.456 19.456 0 0 0 6.656-4.608c2.048-2.048 4.096-3.584 5.632-5.632l46.08-54.784s3.072-4.096 4.608-6.656 2.56-4.608 3.072-7.168c1.024-2.56 1.536-5.12 1.536-7.68v-8.192c0-2.56-0.512-5.12-1.536-7.68a24.1152 24.1152 0 0 0-3.072-7.68 19.456 19.456 0 0 0-4.608-6.656 29.3376 29.3376 0 0 0-5.632-5.632c-2.048-1.536-4.096-3.072-6.656-4.608a21.7088 21.7088 0 0 0-7.168-3.072 20.5312 20.5312 0 0 0-7.68-1.536h-8.192c-2.56 0-5.12 0.512-7.68 1.536-2.56 1.024-5.12 1.536-7.68 3.072a19.456 19.456 0 0 0-6.656 4.608c-2.048 1.536-4.096 3.584-5.632 5.632l-46.08 54.784s-3.072 4.096-4.608 6.656-2.56 4.608-3.072 7.168c-1.024 2.56-1.536 5.12-1.536 7.68v8.192c0 2.56 0.512 5.12 1.536 7.68 0.512 2.56 1.536 5.12 3.072 7.68zM275.456 222.208s4.608-2.56 6.656-4.608c2.048-1.536 4.096-3.584 5.632-5.632 1.536-2.048 3.072-4.096 4.608-6.656l3.072-7.68c1.024-2.56 1.024-5.12 1.536-7.68v-8.192c0-2.56-1.024-5.12-1.536-7.68-1.024-2.56-2.048-5.12-3.072-7.168-1.536-2.56-2.56-4.608-4.608-6.656l-46.08-54.784s-3.584-4.096-5.632-5.632c-2.048-1.536-4.096-3.072-6.656-4.608l-7.68-3.072c-2.56-1.024-5.12-1.024-7.68-1.536h-8.192c-2.56 0-5.12 1.024-7.68 1.536-2.56 0.512-5.12 2.048-7.168 3.072-2.56 1.536-4.608 2.56-6.656 4.608-2.048 2.048-4.096 3.584-5.632 5.632-1.536 2.048-3.072 4.096-4.608 6.656l-3.072 7.68-1.536 7.68v8.192c0 2.56 1.024 5.12 1.536 7.68 1.024 2.56 2.048 5.12 3.072 7.168 1.536 2.56 2.56 4.608 4.608 6.656l46.08 54.784s3.584 4.096 5.632 5.632c2.048 1.536 4.096 3.072 6.656 4.608l7.68 3.072 7.68 1.536c2.56 0.512 5.12 0 8.192 0 2.56 0 5.12-1.024 7.68-1.536 2.56-1.024 5.12-2.048 7.168-3.072zM204.288 331.776s-2.048-5.12-3.072-7.168c-1.536-2.56-3.072-4.608-4.608-6.656a29.3376 29.3376 0 0 0-5.632-5.632 46.7456 46.7456 0 0 0-6.656-4.096l-7.68-3.072L107.52 286.72l-7.68-1.536h-8.192c-2.56 0-5.12 1.024-7.68 2.048-2.56 1.024-5.12 2.048-7.168 3.072-2.56 1.536-4.608 3.072-6.656 4.608-2.048 1.536-4.096 3.584-5.632 5.632-1.536 2.048-3.072 4.608-4.096 6.656-1.024 2.048-2.048 5.12-3.072 7.68-1.024 2.56-1.024 5.12-1.536 7.68v8.192c0 2.56 1.024 5.12 2.048 7.68 1.024 2.56 2.048 5.12 3.072 7.168 1.024 2.048 3.072 4.608 4.608 6.656 1.536 2.048 3.584 4.096 5.632 5.632 2.048 1.536 4.608 3.072 6.656 4.096 2.048 1.024 5.12 2.048 7.68 3.072l69.12 18.432 7.68 1.536h8.192c2.56 0 5.12-1.024 7.68-2.048 2.56-1.024 5.12-2.048 7.168-3.072 2.56-1.536 4.608-3.072 6.656-4.608 2.048-1.536 4.096-3.584 5.632-5.632 1.536-2.048 3.072-4.608 4.096-6.656L204.8 355.328l1.536-7.68v-8.192c0-2.56-1.024-5.12-2.048-7.68zM928.768 665.088l-309.248-368.64a194.2528 194.2528 0 0 0-273.92-24.064l-15.872 13.312a194.2528 194.2528 0 0 0-24.064 273.92l309.248 368.64c32.768 38.912 90.624 44.032 130.048 11.264l172.544-144.896c38.912-32.768 44.032-90.624 11.264-130.048v0.512z m-588.8-240.64s0-4.096 0.512-5.632c4.096-29.184 17.408-53.248 39.936-72.192l15.872-13.312c24.576-20.48 52.224-29.184 83.968-26.624 30.72 2.56 56.32 15.872 76.8 38.912L365.056 506.88c-19.456-24.064-27.648-51.2-25.088-82.432z m526.336 309.76l-172.544 144.896c-3.072 2.56-6.656 4.096-9.216 3.584-3.072 0-5.632-2.048-8.704-5.12l-259.584-309.76 192-161.28 259.584 309.76c2.56 3.072 4.096 6.656 3.584 9.216-0.512 2.56-2.048 5.632-5.12 8.704z" fill="#1E6FFF" ></path><path d="M610.816 549.888a39.7312 39.7312 0 0 0-55.808-5.12c-16.896 14.336-18.944 38.912-5.12 55.808l54.272 64.512c14.336 16.896 38.912 18.944 55.808 5.12 16.896-13.824 18.944-38.912 5.12-55.808l-54.272-64.512z" fill="#1E6FFF" ></path></symbol><symbol id="icon-suoding1" viewBox="0 0 1024 1024"><path d="M192 396.8v-30.4q0-125.248 88.576-213.824Q369.152 64 494.4 64q125.248 0 213.824 88.576 88.576 88.576 88.576 213.824V396.8a46.4 46.4 0 1 1-92.8 0v-30.4q0-86.848-61.44-148.224-61.312-61.376-148.16-61.376t-148.224 61.44q-61.376 61.312-61.376 148.16V396.8A46.4 46.4 0 1 1 192 396.8m92.8 259.2v30.4q0 86.848 61.44 148.224 61.312 61.376 148.16 61.376t148.224-61.44q61.376-61.312 61.376-148.16v-30.4a46.4 46.4 0 1 1 92.8 0v30.4q0 125.248-88.576 213.824-88.576 88.576-213.824 88.576-125.248 0-213.824-88.576Q192 811.648 192 686.4v-30.4a46.4 46.4 0 1 1 92.8 0" fill="#FFFFFF" ></path><path d="M448 320m46.4 0l0 0q46.4 0 46.4 46.4l0 320q0 46.4-46.4 46.4l0 0q-46.4 0-46.4-46.4l0-320q0-46.4 46.4-46.4Z" fill="#FFFFFF" ></path></symbol><symbol id="icon-quxiaosuoding" viewBox="0 0 1024 1024"><path d="M192 396.8v-30.4q0-125.248 88.576-213.824Q369.152 64 494.4 64q125.248 0 213.824 88.576 88.576 88.576 88.576 213.824V396.8a46.4 46.4 0 1 1-92.8 0v-30.4q0-86.848-61.44-148.224-61.312-61.376-148.16-61.376t-148.224 61.44q-61.376 61.312-61.376 148.16V396.8A46.4 46.4 0 1 1 192 396.8m92.8 259.2v30.4q0 86.848 61.44 148.224 61.312 61.376 148.16 61.376t148.224-61.44q61.376-61.312 61.376-148.16v-30.4a46.4 46.4 0 1 1 92.8 0v30.4q0 125.248-88.576 213.824-88.576 88.576-213.824 88.576-125.248 0-213.824-88.576Q192 811.648 192 686.4v-30.4a46.4 46.4 0 1 1 92.8 0" fill="#6F7588" ></path><path d="M448 604.8v81.6q0 4.544 0.896 9.024 0.896 4.48 2.624 8.704 1.792 4.224 4.288 8.064 2.56 3.84 5.76 7.04 3.2 3.2 7.04 5.76 3.84 2.56 8.064 4.288 4.224 1.728 8.704 2.624 4.48 0.896 9.024 0.896 4.544 0 9.024-0.896 4.48-0.896 8.704-2.624 4.224-1.792 8.064-4.288 3.84-2.56 7.04-5.76 3.2-3.2 5.76-7.04 2.56-3.84 4.288-8.064 1.728-4.224 2.624-8.704 0.896-4.48 0.896-9.024V604.8H448zM448 512h92.8V366.4q0-4.544-0.896-9.024-0.896-4.48-2.624-8.704-1.792-4.224-4.288-8.064-2.56-3.84-5.76-7.04-3.2-3.2-7.04-5.76-3.84-2.56-8.064-4.288-4.224-1.728-8.704-2.624Q498.944 320 494.4 320q-4.544 0-9.024 0.896-4.48 0.896-8.704 2.624-4.224 1.792-8.064 4.288-3.84 2.56-7.04 5.76-3.2 3.2-5.76 7.04-2.56 3.84-4.288 8.064-1.728 4.224-2.624 8.704Q448 361.856 448 366.4V512z" fill="#6F7588" ></path><path d="M142.4 480a46.4 46.4 0 1 0 0 92.8h675.2a46.4 46.4 0 1 0 0-92.8H142.4z" fill="#6F7588" ></path></symbol><symbol id="icon-biankuang-yincangzhuangtai" viewBox="0 0 1024 1024"><path d="M870.4 310.418286V153.6H713.728a44.836571 44.836571 0 0 1 0-89.6h201.581714c24.795429 0 44.836571 20.041143 44.836572 44.836571v201.581715a44.763429 44.763429 0 1 1-89.6 0zM713.728 870.4h156.818286V713.581714a44.763429 44.763429 0 1 1 89.6 0v201.581715a44.763429 44.763429 0 0 1-44.836572 44.836571H713.654857a44.763429 44.763429 0 1 1 0-89.6zM153.6 713.581714V870.4h156.818286a44.836571 44.836571 0 0 1 0 89.6H108.836571a44.763429 44.763429 0 0 1-44.836571-44.836571V713.581714a44.763429 44.763429 0 1 1 89.6 0zM310.418286 153.6H153.6v156.818286a44.836571 44.836571 0 0 1-89.6 0V108.836571c0-24.795429 20.041143-44.836571 44.836571-44.836571h201.581715a44.836571 44.836571 0 0 1 0 89.6z" fill="#6F7588" ></path></symbol><symbol id="icon-jiaodu" viewBox="0 0 1024 1024"><path d="M338.304 169.152v152.384a534.976 534.976 0 0 1 492.16 492.16h152.384a41.152 41.152 0 1 1 0 82.304H256V169.152a41.152 41.152 0 1 1 82.304 0m0 235.008v409.6h409.6a452.672 452.672 0 0 0-409.6-409.6z" fill="#6F7588" ></path></symbol><symbol id="icon-shuipingfanzhuan" viewBox="0 0 1024 1024"><path d="M562.688 894.976h363.52a13.44 13.44 0 0 0 12.288-18.944L574.976 92.16c-6.144-12.8-25.6-8.704-25.6 5.632v783.872c0 7.168 5.632 13.312 13.312 13.312z" fill="#C2C5CF" ></path><path d="M464.832 894.976a13.568 13.568 0 0 0 13.312-13.312V97.792c0-14.336-19.456-18.432-25.6-5.632l-363.52 783.872a13.248 13.248 0 0 0 12.288 18.944h363.52z" fill="#6F7588" ></path></symbol><symbol id="icon-chuizhifanzhuan" viewBox="0 0 1024 1024"><path d="M128 460.8V96c0-12.8 12.8-19.2 19.2-12.8L934.4 448c12.8 6.4 6.4 25.6-6.4 25.6H140.8c-6.4 0-12.8-6.4-12.8-12.8z" fill="#6F7588" ></path><path d="M128 556.8c0-6.4 6.4-12.8 12.8-12.8h780.8c12.8 0 19.2 19.2 6.4 25.6L147.2 934.4c-6.4 6.4-19.2 0-19.2-12.8V556.8z" fill="#C2C5CF" ></path></symbol><symbol id="icon-zujiansuoding" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#363B4C" fill-opacity="0" ></path><path d="M906.24 373.76c-30.72-30.72-61.44-46.08-102.4-46.08h-5.12c-5.12-66.56-35.84-128-81.92-184.32-56.32-56.32-122.88-87.04-199.68-87.04-71.68 0-138.24 25.6-194.56 76.8-51.2 51.2-81.92 112.64-87.04 194.56h-5.12c-40.96 0-76.8 15.36-102.4 46.08-30.72 30.72-40.96 66.56-40.96 107.52v327.68c0 40.96 15.36 76.8 40.96 107.52 30.72 30.72 61.44 46.08 102.4 46.08h578.56c40.96 0 76.8-15.36 102.4-46.08 30.72-30.72 40.96-66.56 40.96-107.52V481.28c0-40.96-15.36-76.8-40.96-107.52zM384 204.8C419.84 168.96 460.8 153.6 512 153.6s97.28 20.48 133.12 56.32c30.72 35.84 51.2 76.8 56.32 122.88H322.56c5.12-51.2 25.6-97.28 61.44-128z m471.04 599.04c0 20.48-5.12 35.84-15.36 46.08-10.24 10.24-25.6 15.36-40.96 15.36H225.28c-15.36 0-25.6-5.12-40.96-15.36-10.24-10.24-15.36-25.6-15.36-40.96V481.28c0-15.36 5.12-30.72 15.36-40.96 10.24-10.24 25.6-15.36 40.96-15.36h578.56c15.36 0 25.6 5.12 40.96 15.36 10.24 10.24 15.36 25.6 15.36 40.96v322.56z" fill="#363B4C" ></path><path d="M465.92 568.32v158.72c0 10.24 0 25.6 15.36 30.72 10.24 10.24 20.48 15.36 30.72 15.36 10.24 0 25.6 0 30.72-15.36 10.24-10.24 15.36-20.48 15.36-30.72v-158.72c0-10.24 0-25.6-15.36-30.72-10.24-10.24-20.48-15.36-30.72-15.36-10.24 0-25.6 0-30.72 15.36-10.24 10.24-15.36 20.48-15.36 30.72z" fill="#363B4C" ></path></symbol><symbol id="icon-zujianjiesuo" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#363B4C" fill-opacity="0" ></path><path d="M906.24 373.76c-30.72-30.72-61.44-46.08-102.4-46.08H225.28c-40.96 0-76.8 15.36-102.4 46.08-30.72 30.72-40.96 66.56-40.96 107.52v327.68c0 40.96 15.36 76.8 40.96 107.52 30.72 30.72 61.44 46.08 102.4 46.08h578.56c40.96 0 76.8-15.36 102.4-46.08 30.72-30.72 40.96-66.56 40.96-107.52V481.28c0-40.96-15.36-76.8-40.96-107.52z m-51.2 430.08c0 20.48-5.12 35.84-15.36 46.08-10.24 10.24-25.6 15.36-40.96 15.36H225.28c-15.36 0-25.6-5.12-40.96-15.36-10.24-10.24-15.36-25.6-15.36-40.96V481.28c0-15.36 5.12-30.72 15.36-40.96 10.24-10.24 25.6-15.36 40.96-15.36h578.56c15.36 0 25.6 5.12 40.96 15.36 10.24 10.24 15.36 25.6 15.36 40.96v322.56z" fill="#363B4C" ></path><path d="M465.92 732.16v-158.72c0-10.24 0-25.6 15.36-30.72 10.24-10.24 20.48-15.36 30.72-15.36 10.24 0 25.6 0 30.72 15.36 10.24 10.24 15.36 20.48 15.36 30.72v158.72c0 10.24 0 25.6-15.36 30.72-10.24 10.24-20.48 15.36-30.72 15.36-10.24 0-25.6 0-30.72-15.36-10.24-10.24-15.36-20.48-15.36-30.72z" fill="#363B4C" ></path><path d="M501.76 332.8h81.92c5.12-51.2 25.6-97.28 56.32-128 30.72-35.84 71.68-51.2 117.76-51.2 46.08 0 87.04 20.48 122.88 56.32 15.36 20.48 25.6 40.96 30.72 56.32 0 10.24 5.12 15.36 10.24 25.6 5.12 20.48 25.6 35.84 46.08 35.84s46.08-20.48 40.96-46.08c0-15.36-10.24-35.84-15.36-51.2-10.24-30.72-30.72-61.44-51.2-87.04-51.2-56.32-112.64-87.04-184.32-87.04-66.56 0-128 25.6-174.08 76.8-46.08 51.2-76.8 112.64-81.92 194.56z" fill="#363B4C" ></path></symbol><symbol id="icon-jiacu2-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#1E6FFF" fill-opacity="0" ></path><path d="M340.032 468.032H544c62.592 0 113.28-49.28 113.28-110.08 0-60.672-50.688-109.952-113.28-109.952H340.032v220.032z m453.248 197.952c0 109.376-91.392 198.016-204.032 198.016H249.28v-704H544c112.64 0 204.032 88.64 204.032 198.016 0 52.992-21.632 101.12-56.512 136.64 60.8 34.24 101.76 98.176 101.76 171.328zM340.032 555.968v220.032h249.216c62.592 0 113.28-49.28 113.28-110.016 0-60.736-50.688-110.016-113.28-110.016H340.032z" fill="#1E6FFF" ></path></symbol><symbol id="icon-dingduiqi2-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#1E6FFF" fill-opacity="0" ></path><path d="M548.224 269.056A45.056 45.056 0 0 0 512 256a45.056 45.056 0 0 0-36.224 13.056L314.752 430.144a45.12 45.12 0 0 0 32 77.056c11.648 0 23.04-4.352 32-13.184l88.256-88.128 0.576 446.912c0 24.96 19.2 43.2 44.224 43.2 24.96 0 46.016-18.176 46.016-43.2l-0.576-446.72 88 87.936a45.44 45.44 0 0 0 64 0 45.12 45.12 0 0 0 0-63.872L548.224 269.056zM128 173.12q0-4.48 0.896-8.832 0.832-4.352 2.56-8.448 1.664-4.096 4.16-7.808 2.432-3.648 5.568-6.848 3.2-3.136 6.848-5.568 3.712-2.496 7.808-4.16 4.096-1.728 8.448-2.56Q168.704 128 173.12 128h677.76q4.48 0 8.768 0.896 4.416 0.832 8.512 2.56 4.096 1.664 7.808 4.16 3.648 2.432 6.848 5.568 3.136 3.2 5.568 6.848 2.496 3.712 4.16 7.808 1.728 4.096 2.56 8.448 0.896 4.416 0.896 8.832 0 4.48-0.896 8.832-0.832 4.352-2.56 8.448-1.664 4.096-4.16 7.808-2.432 3.648-5.632 6.848-3.136 3.136-6.784 5.568-3.712 2.496-7.808 4.16-4.096 1.728-8.512 2.56-4.352 0.896-8.768 0.896H173.12q-4.48 0-8.832-0.896-4.352-0.832-8.448-2.56-4.096-1.664-7.808-4.16-3.648-2.432-6.848-5.568-3.136-3.2-5.568-6.848-2.496-3.712-4.16-7.808-1.728-4.096-2.56-8.448Q128 177.536 128 173.12z" fill="#1E6FFF" ></path></symbol><symbol id="icon-diduiqi1-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#1E6FFF" fill-opacity="0" ></path><path d="M548.224 754.944A45.056 45.056 0 0 1 512 768a45.056 45.056 0 0 1-36.224-13.056L314.752 593.856a45.12 45.12 0 0 1 32-77.056c11.648 0 23.04 4.352 32 13.184l88.256 88.128V173.184C467.008 148.224 487.04 128 512 128c24.96 0 45.248 20.224 45.248 45.184v444.8l88-88a45.44 45.44 0 0 1 64 0 45.12 45.12 0 0 1 0 63.872l-161.024 161.088zM128 850.88c0 24.96 20.224 45.12 45.12 45.12h677.76a45.12 45.12 0 0 0 0-90.24H173.12a45.12 45.12 0 0 0-45.12 45.12z" fill="#1E6FFF" ></path></symbol><symbol id="icon-juzhongduiqi-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#1E6FFF" fill-opacity="0" ></path><path d="M128 192m46.464 0l675.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-675.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z" fill="#1E6FFF" ></path><path d="M288 497.536c0 25.664 20.8 46.464 46.464 46.464h355.072a46.464 46.464 0 0 0 0-92.928H334.464c-25.664 0-46.464 20.8-46.464 46.464zM224 750.464c0 25.6 20.8 46.464 46.464 46.464h483.072a46.464 46.464 0 0 0 0-92.928H270.464c-25.664 0-46.464 20.8-46.464 46.464z" fill="#1E6FFF" ></path></symbol><symbol id="icon-qingxie1-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#1E6FFF" fill-opacity="0" ></path><path d="M595.968 864H325.504a43.968 43.968 0 1 1 0-88h87.04l94.976-528H414.976a43.968 43.968 0 1 1 0-88h270.528a43.968 43.968 0 1 1 0 88H598.4l-94.976 528h92.48a43.968 43.968 0 1 1 0 88" fill="#1E6FFF" ></path></symbol><symbol id="icon-shanchuxian-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#1E6FFF" fill-opacity="0" ></path><path d="M431.296 228.8a216.512 216.512 0 0 1 91.968-15.168c30.848 1.344 60.992 9.6 88.256 24 25.664 13.952 44.864 32.448 56.704 52.672a42.688 42.688 0 0 0 73.6-43.264 230.592 230.592 0 0 0-89.536-84.352 292.928 292.928 0 0 0-124.8-34.24 301.824 301.824 0 0 0-128.448 21.312 246.272 246.272 0 0 0-100.608 73.6 190.08 190.08 0 0 0-42.304 110.976c-0.448 11.712 0.256 23.424 2.048 35.008a42.688 42.688 0 1 0 84.288-13.312 94.272 94.272 0 0 1-1.024-18.368c0.768-20.8 8.576-41.984 23.872-61.248 15.36-19.456 37.888-36.224 65.92-47.616zM170.688 469.312a42.688 42.688 0 0 0 0 85.376h341.44a212.48 212.48 0 0 1 90.24 19.648c11.648 5.44 22.592 12.16 32.704 20.032 11.072 8.576 20.736 18.752 28.8 30.272 12.8 17.92 19.392 39.68 18.752 61.696a105.152 105.152 0 0 1-23.872 61.312c-15.36 19.392-37.888 36.16-65.92 47.552a216.192 216.192 0 0 1-92.032 15.168 207.424 207.424 0 0 1-88.32-24c-25.6-13.952-44.8-32.448-56.704-52.672a42.688 42.688 0 1 0-73.536 43.264c20.672 35.136 51.968 63.936 89.6 84.352a292.928 292.928 0 0 0 124.672 34.24 301.888 301.888 0 0 0 128.512-21.312 246.208 246.208 0 0 0 100.608-73.6c25.6-32.32 40.704-70.592 42.24-110.912a186.112 186.112 0 0 0-33.728-113.408 213.312 213.312 0 0 0-17.024-21.632h136.192a42.688 42.688 0 1 0 0-85.376H170.688z" fill="#1E6FFF" ></path></symbol><symbol id="icon-zuoduiqi3-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#1E6FFF" fill-opacity="0" ></path><path d="M128 192m46.464 0l675.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-675.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z" fill="#1E6FFF" ></path><path d="M128 448m46.464 0l355.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-355.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z" fill="#1E6FFF" ></path><path d="M128 753.536c0 25.664 20.8 46.464 46.464 46.464h483.072a46.464 46.464 0 0 0 0-92.928H174.464c-25.664 0-46.464 20.8-46.464 46.464z" fill="#1E6FFF" ></path></symbol><symbol id="icon-xiahuaxian1-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#1E6FFF" fill-opacity="0" ></path><path d="M160 845.184c0-24.96 22.72-45.184 50.56-45.184h603.456c27.776 0 49.984 20.224 49.984 45.184 0 24.96-22.208 45.184-49.984 45.184h-603.52c-27.776 0-50.496-20.288-50.496-45.184zM328.96 200v259.328C328.96 559.168 411.072 640 512 640c100.992 0 183.04-80.896 183.04-180.672v-259.2a45.76 45.76 0 1 1 91.52 0v259.2c0 149.696-123.072 271.04-274.56 271.04S237.76 609.024 237.76 459.328V200a45.632 45.632 0 0 1 91.264 0" fill="#1E6FFF" ></path></symbol><symbol id="icon-zhongjianduiqi-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#1E6FFF" fill-opacity="0" ></path><path d="M548.416 602.112a45.056 45.056 0 0 0-36.288-13.056 45.056 45.056 0 0 0-36.224 13.056L341.76 736.128a45.12 45.12 0 0 0 32 77.056c11.648 0 23.04-4.416 32-13.184l61.44-61.056v175.872c0 24.96 19.968 45.184 44.928 45.184 24.96 0 45.248-20.224 45.248-45.184v-175.744l63.744 63.808a45.44 45.44 0 0 0 64 0 45.12 45.12 0 0 0 0-63.936L548.48 602.112z m-0.32-180.288a45.056 45.056 0 0 1-36.224 13.12 45.056 45.056 0 0 1-36.288-13.12L341.76 287.872a45.056 45.056 0 0 1 32-77.056c11.648 0 23.04 4.416 32 13.184l61.12 61.056V109.184c0-24.96 19.968-45.184 44.928-45.184 24.96 0 45.248 20.224 45.248 45.184v175.744l60.992-60.928a45.44 45.44 0 0 1 64 0 45.056 45.056 0 0 1 0 63.872L548.096 421.824zM128 512c0 24.96 20.224 45.12 45.12 45.12h677.76a45.12 45.12 0 0 0 0-90.24H173.12A45.12 45.12 0 0 0 128 512z" fill="#1E6FFF" ></path></symbol><symbol id="icon-youduiqi3-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M128 192m46.464 0l675.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-675.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z" fill="#363B4C" ></path><path d="M447.99999995 448m46.464 0l355.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-355.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z" fill="#363B4C" ></path><path d="M319.99999997 753.536c0 25.664 20.8 46.464 46.464 46.464h483.072a46.464 46.464 0 0 0 0-92.928H366.46399997c-25.664 0-46.464 20.8-46.464 46.464z" fill="#363B4C" ></path></symbol><symbol id="icon-youduiqi3-copy-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#1E6FFF" fill-opacity="0" ></path><path d="M128 192m46.464 0l675.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-675.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z" fill="#1E6FFF" ></path><path d="M447.99999995 448m46.464 0l355.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-355.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z" fill="#1E6FFF" ></path><path d="M319.99999997 753.536c0 25.664 20.8 46.464 46.464 46.464h483.072a46.464 46.464 0 0 0 0-92.928H366.46399997c-25.664 0-46.464 20.8-46.464 46.464z" fill="#1E6FFF" ></path></symbol><symbol id="icon-dingduiqi2" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M548.224 269.056A45.056 45.056 0 0 0 512 256a45.056 45.056 0 0 0-36.224 13.056L314.752 430.144a45.12 45.12 0 0 0 32 77.056c11.648 0 23.04-4.352 32-13.184l88.256-88.128 0.576 446.912c0 24.96 19.2 43.2 44.224 43.2 24.96 0 46.016-18.176 46.016-43.2l-0.576-446.72 88 87.936a45.44 45.44 0 0 0 64 0 45.12 45.12 0 0 0 0-63.872L548.224 269.056zM128 173.12q0-4.48 0.896-8.832 0.832-4.352 2.56-8.448 1.664-4.096 4.16-7.808 2.432-3.648 5.568-6.848 3.2-3.136 6.848-5.568 3.712-2.496 7.808-4.16 4.096-1.728 8.448-2.56Q168.704 128 173.12 128h677.76q4.48 0 8.768 0.896 4.416 0.832 8.512 2.56 4.096 1.664 7.808 4.16 3.648 2.432 6.848 5.568 3.136 3.2 5.568 6.848 2.496 3.712 4.16 7.808 1.728 4.096 2.56 8.448 0.896 4.416 0.896 8.832 0 4.48-0.896 8.832-0.832 4.352-2.56 8.448-1.664 4.096-4.16 7.808-2.432 3.648-5.632 6.848-3.136 3.136-6.784 5.568-3.712 2.496-7.808 4.16-4.096 1.728-8.512 2.56-4.352 0.896-8.768 0.896H173.12q-4.48 0-8.832-0.896-4.352-0.832-8.448-2.56-4.096-1.664-7.808-4.16-3.648-2.432-6.848-5.568-3.136-3.2-5.568-6.848-2.496-3.712-4.16-7.808-1.728-4.096-2.56-8.448Q128 177.536 128 173.12z" fill="#363B4C" ></path></symbol><symbol id="icon-diduiqi1" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M548.224 754.944A45.056 45.056 0 0 1 512 768a45.056 45.056 0 0 1-36.224-13.056L314.752 593.856a45.12 45.12 0 0 1 32-77.056c11.648 0 23.04 4.352 32 13.184l88.256 88.128V173.184C467.008 148.224 487.04 128 512 128c24.96 0 45.248 20.224 45.248 45.184v444.8l88-88a45.44 45.44 0 0 1 64 0 45.12 45.12 0 0 1 0 63.872l-161.024 161.088zM128 850.88c0 24.96 20.224 45.12 45.12 45.12h677.76a45.12 45.12 0 0 0 0-90.24H173.12a45.12 45.12 0 0 0-45.12 45.12z" fill="#363B4C" ></path></symbol><symbol id="icon-jiacu2" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M340.032 468.032H544c62.592 0 113.28-49.28 113.28-110.08 0-60.672-50.688-109.952-113.28-109.952H340.032v220.032z m453.248 197.952c0 109.376-91.392 198.016-204.032 198.016H249.28v-704H544c112.64 0 204.032 88.64 204.032 198.016 0 52.992-21.632 101.12-56.512 136.64 60.8 34.24 101.76 98.176 101.76 171.328zM340.032 555.968v220.032h249.216c62.592 0 113.28-49.28 113.28-110.016 0-60.736-50.688-110.016-113.28-110.016H340.032z" fill="#363B4C" ></path></symbol><symbol id="icon-juzhongduiqi" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M128 192m46.464 0l675.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-675.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z" fill="#363B4C" ></path><path d="M288 497.536c0 25.664 20.8 46.464 46.464 46.464h355.072a46.464 46.464 0 0 0 0-92.928H334.464c-25.664 0-46.464 20.8-46.464 46.464zM224 750.464c0 25.6 20.8 46.464 46.464 46.464h483.072a46.464 46.464 0 0 0 0-92.928H270.464c-25.664 0-46.464 20.8-46.464 46.464z" fill="#363B4C" ></path></symbol><symbol id="icon-qingxie1" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M595.968 864H325.504a43.968 43.968 0 1 1 0-88h87.04l94.976-528H414.976a43.968 43.968 0 1 1 0-88h270.528a43.968 43.968 0 1 1 0 88H598.4l-94.976 528h92.48a43.968 43.968 0 1 1 0 88" fill="#363B4C" ></path></symbol><symbol id="icon-shanchuxian" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M431.296 228.8a216.512 216.512 0 0 1 91.968-15.168c30.848 1.344 60.992 9.6 88.256 24 25.664 13.952 44.864 32.448 56.704 52.672a42.688 42.688 0 0 0 73.6-43.264 230.592 230.592 0 0 0-89.536-84.352 292.928 292.928 0 0 0-124.8-34.24 301.824 301.824 0 0 0-128.448 21.312 246.272 246.272 0 0 0-100.608 73.6 190.08 190.08 0 0 0-42.304 110.976c-0.448 11.712 0.256 23.424 2.048 35.008a42.688 42.688 0 1 0 84.288-13.312 94.272 94.272 0 0 1-1.024-18.368c0.768-20.8 8.576-41.984 23.872-61.248 15.36-19.456 37.888-36.224 65.92-47.616zM170.688 469.312a42.688 42.688 0 0 0 0 85.376h341.44a212.48 212.48 0 0 1 90.24 19.648c11.648 5.44 22.592 12.16 32.704 20.032 11.072 8.576 20.736 18.752 28.8 30.272 12.8 17.92 19.392 39.68 18.752 61.696a105.152 105.152 0 0 1-23.872 61.312c-15.36 19.392-37.888 36.16-65.92 47.552a216.192 216.192 0 0 1-92.032 15.168 207.424 207.424 0 0 1-88.32-24c-25.6-13.952-44.8-32.448-56.704-52.672a42.688 42.688 0 1 0-73.536 43.264c20.672 35.136 51.968 63.936 89.6 84.352a292.928 292.928 0 0 0 124.672 34.24 301.888 301.888 0 0 0 128.512-21.312 246.208 246.208 0 0 0 100.608-73.6c25.6-32.32 40.704-70.592 42.24-110.912a186.112 186.112 0 0 0-33.728-113.408 213.312 213.312 0 0 0-17.024-21.632h136.192a42.688 42.688 0 1 0 0-85.376H170.688z" fill="#363B4C" ></path></symbol><symbol id="icon-xiahuaxian1" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M160 845.184c0-24.96 22.72-45.184 50.56-45.184h603.456c27.776 0 49.984 20.224 49.984 45.184 0 24.96-22.208 45.184-49.984 45.184h-603.52c-27.776 0-50.496-20.288-50.496-45.184zM328.96 200v259.328C328.96 559.168 411.072 640 512 640c100.992 0 183.04-80.896 183.04-180.672v-259.2a45.76 45.76 0 1 1 91.52 0v259.2c0 149.696-123.072 271.04-274.56 271.04S237.76 609.024 237.76 459.328V200a45.632 45.632 0 0 1 91.264 0" fill="#363B4C" ></path></symbol><symbol id="icon-zuoduiqi3" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M128 192m46.464 0l675.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-675.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z" fill="#363B4C" ></path><path d="M128 448m46.464 0l355.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-355.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z" fill="#363B4C" ></path><path d="M128 753.536c0 25.664 20.8 46.464 46.464 46.464h483.072a46.464 46.464 0 0 0 0-92.928H174.464c-25.664 0-46.464 20.8-46.464 46.464z" fill="#363B4C" ></path></symbol><symbol id="icon-zhongjianduiqi" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M548.416 602.112a45.056 45.056 0 0 0-36.288-13.056 45.056 45.056 0 0 0-36.224 13.056L341.76 736.128a45.12 45.12 0 0 0 32 77.056c11.648 0 23.04-4.416 32-13.184l61.44-61.056v175.872c0 24.96 19.968 45.184 44.928 45.184 24.96 0 45.248-20.224 45.248-45.184v-175.744l63.744 63.808a45.44 45.44 0 0 0 64 0 45.12 45.12 0 0 0 0-63.936L548.48 602.112z m-0.32-180.288a45.056 45.056 0 0 1-36.224 13.12 45.056 45.056 0 0 1-36.288-13.12L341.76 287.872a45.056 45.056 0 0 1 32-77.056c11.648 0 23.04 4.416 32 13.184l61.12 61.056V109.184c0-24.96 19.968-45.184 44.928-45.184 24.96 0 45.248 20.224 45.248 45.184v175.744l60.992-60.928a45.44 45.44 0 0 1 64 0 45.056 45.056 0 0 1 0 63.872L548.096 421.824zM128 512c0 24.96 20.224 45.12 45.12 45.12h677.76a45.12 45.12 0 0 0 0-90.24H173.12A45.12 45.12 0 0 0 128 512z" fill="#363B4C" ></path></symbol><symbol id="icon-zitiyanse11" viewBox="0 0 1075 1024"><path d="M772.144762 747.52L566.369524 223.817143a24.137143 24.137143 0 0 0-24.380953-16.579048H484.449524c-11.702857 0-19.992381 5.36381-24.380953 16.579048L254.293333 747.52c-6.339048 16.579048-4.87619 32.182857 5.36381 46.811429 10.24 14.628571 23.893333 21.942857 41.935238 21.942857 22.918095 0 38.521905-10.727619 47.299048-32.182857l48.761904-123.855239h232.106667l48.761905 123.855239c8.289524 21.455238 23.893333 32.182857 46.811428 32.182857 18.041905 0 31.695238-7.314286 41.935238-21.942857 10.24-14.628571 11.702857-30.232381 5.36381-46.811429h-0.487619z m-25.356191 33.645714c-5.36381 7.801905-12.190476 11.215238-21.455238 11.215238-11.702857 0-19.992381-5.36381-24.380952-16.579047l-49.737143-126.780953a18.870857 18.870857 0 0 0-18.529524-12.678095H394.727619c-9.264762 0-15.60381 4.388571-18.529524 12.678095l-49.737143 126.780953c-4.388571 11.215238-12.678095 16.579048-24.380952 16.579047-9.264762 0-16.579048-3.900952-21.942857-11.702857a24.380952 24.380952 0 0 1-2.925714-24.380952L482.986667 232.594286s0.975238-0.975238 1.950476-0.975238h57.539047s1.462857 0 1.950477 0.975238l205.775238 523.702857a24.380952 24.380952 0 0 1-2.925715 24.380952l-0.487619 0.487619z" fill="#EEEFF0" ></path><path d="M529.310476 338.895238c-2.925714-7.314286-8.289524-10.727619-16.091428-10.727619s-13.165714 3.413333-16.091429 10.727619l-86.79619 220.40381c-2.438095 5.36381-1.462857 10.727619 1.950476 16.091428 3.413333 4.87619 8.289524 7.314286 14.140952 7.314286h173.104762c5.851429 0 10.727619-2.438095 14.140952-7.314286 3.413333-4.87619 3.900952-10.24 1.950477-16.091428l-86.308572-220.40381z m-91.672381 219.428572l76.068572-193.097143 75.580952 193.097143H437.638095z" fill="#EEEFF0" ></path><path d="M700.952381 775.801905c4.388571 11.215238 12.678095 16.579048 24.380952 16.579047 9.264762 0 16.579048-3.900952 21.455238-11.215238a24.380952 24.380952 0 0 0 2.925715-24.380952L543.939048 233.081905s-0.975238-0.975238-1.950477-0.975238H484.449524s-1.462857 0-1.950476 0.975238L276.72381 756.784762a24.380952 24.380952 0 0 0 2.925714 24.380952c5.36381 7.801905 12.678095 11.702857 21.942857 11.702857 11.702857 0 19.992381-5.36381 24.380952-16.579047l49.737143-126.780953c3.413333-8.289524 9.752381-12.678095 18.529524-12.678095h237.958095c9.264762 0 15.60381 4.388571 18.529524 12.678095l49.737143 126.780953 0.487619-0.487619z m-274.529524-193.097143c-5.851429 0-10.727619-2.438095-14.140952-7.314286a17.066667 17.066667 0 0 1-1.950476-16.091428l86.79619-220.40381c2.925714-7.314286 8.289524-10.727619 16.091429-10.727619s13.165714 3.413333 16.091428 10.727619l86.308572 220.40381c2.438095 5.36381 1.462857 10.727619-1.950477 16.091428-3.413333 4.87619-8.289524 7.314286-14.140952 7.314286H426.422857z" fill="#FFFFFF" ></path></symbol><symbol id="icon-wubiankuang" viewBox="0 0 1024 1024"><path d="M230.4 640v-256a153.6 153.6 0 0 1 153.6-153.6h256a153.6 153.6 0 0 1 153.6 153.6v256a153.6 153.6 0 0 1-153.6 153.6h-256a153.6 153.6 0 0 1-153.6-153.6z m81.92 0q0 29.696 20.992 50.688 20.992 20.992 50.688 20.992h256q29.696 0 50.688-20.992 20.992-20.992 20.992-50.688v-256q0-29.696-20.992-50.688-20.992-20.992-50.688-20.992h-256q-29.696 0-50.688 20.992-20.992 20.992-20.992 50.688v256z" fill="#363B4C" ></path><path d="M921.6 51.2m0 0l57.926188 57.926188q0 0 0 0l-861.543428 861.543427q0 0 0 0l-57.926188-57.926187q0 0 0 0l861.543428-861.543428q0 0 0 0Z" fill="#F80B1E" ></path><path d="M0 819.2V204.8a204.8 204.8 0 0 1 204.8-204.8h614.4a204.8 204.8 0 0 1 204.8 204.8v614.4a204.8 204.8 0 0 1-204.8 204.8H204.8a204.8 204.8 0 0 1-204.8-204.8z m51.2 0q0 63.6416 45.0048 108.5952Q141.1584 972.8 204.8 972.8h614.4q63.6416 0 108.5952-45.0048Q972.8 882.8416 972.8 819.2V204.8q0-63.6416-45.0048-108.5952Q882.8416 51.2 819.2 51.2H204.8q-63.6416 0-108.5952 45.0048Q51.2 141.1584 51.2 204.8v614.4z" fill="#C2C5CF" ></path></symbol><symbol id="icon-wuyanse" viewBox="0 0 1024 1024"><path d="M0 819.2V204.8a204.8 204.8 0 0 1 204.8-204.8h614.4a204.8 204.8 0 0 1 204.8 204.8v614.4a204.8 204.8 0 0 1-204.8 204.8H204.8a204.8 204.8 0 0 1-204.8-204.8z m51.2 0q0 63.6416 45.0048 108.5952Q141.1584 972.8 204.8 972.8h614.4q63.6416 0 108.5952-45.0048Q972.8 882.8416 972.8 819.2V204.8q0-63.6416-45.0048-108.5952Q882.8416 51.2 819.2 51.2H204.8q-63.6416 0-108.5952 45.0048Q51.2 141.1584 51.2 204.8v614.4z" fill="#EEEFF0" ></path><path d="M931.6352 43.6736m0 0l48.223551 48.223551q0 0 0 0l-888.949755 888.949755q0 0 0 0l-48.223551-48.223551q0 0 0 0l888.949755-888.949755q0 0 0 0Z" fill="#F80B1E" ></path><path d="M0 819.2V204.8a204.8 204.8 0 0 1 204.8-204.8h614.4a204.8 204.8 0 0 1 204.8 204.8v614.4a204.8 204.8 0 0 1-204.8 204.8H204.8a204.8 204.8 0 0 1-204.8-204.8z m51.2 0q0 63.6416 45.0048 108.5952Q141.1584 972.8 204.8 972.8h614.4q63.6416 0 108.5952-45.0048Q972.8 882.8416 972.8 819.2V204.8q0-63.6416-45.0048-108.5952Q882.8416 51.2 819.2 51.2H204.8q-63.6416 0-108.5952 45.0048Q51.2 141.1584 51.2 204.8v614.4z" fill="#EEEFF0" ></path></symbol><symbol id="icon-yun" viewBox="0 0 1025 1024"><path d="M1.98144 0h1024v1024H1.98144z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M808.38144 268.8c-51.2-136.533333-196.266667-183.466667-307.2-102.4C394.514773 85.333333 249.448107 132.266667 198.248107 268.8 108.648107 273.066667 31.848107 345.6 6.248107 443.733333c-21.333333 98.133333 12.8 204.8 89.6 256-8.533333 21.333333-12.8 38.4-12.8 55.466667 0 46.933333 21.333333 76.8 42.666666 98.133333s64 21.333333 85.333334 21.333334 34.133333-8.533333 55.466666-25.6c34.133333 25.6 76.8 42.666667 115.2 42.666666 42.666667 0 81.066667-12.8 115.2-42.666666 110.933333 85.333333 268.8 29.866667 311.466667-119.466667 115.2 0 213.333333-106.666667 209.066667-238.933333 0-132.266667-98.133333-238.933333-217.6-230.4z m12.8 375.466667h-59.733333l-17.066667 64c-25.6 89.6-119.466667 123.733333-192 72.533333l-46.933333-34.133333-46.933334 34.133333c-21.333333 17.066667-46.933333 25.6-72.533333 25.6-25.6 0-51.2-8.533333-72.533333-25.6l-17.066667-12.8c-17.066667 21.333333-38.4 42.666667-59.733333 42.666667-42.666667 0-85.333333-25.6-64-119.466667 0-12.8 8.533333-21.333333 12.8-29.866667l-42.666667-29.866666C95.848107 597.333333 74.514773 533.333333 87.314773 473.6c12.8-59.733333 59.733333-102.4 115.2-106.666667h51.2l21.333334-55.466666c29.866667-81.066667 119.466667-110.933333 187.733333-59.733334l46.933333 34.133334 46.933334-34.133334c64-51.2 153.6-21.333333 187.733333 59.733334l21.333333 59.733333h55.466667c72.533333-8.533333 132.266667 55.466667 132.266667 136.533333 0 81.066667-55.466667 145.066667-123.733334 145.066667z" fill="#363B4C" ></path></symbol><symbol id="icon-zuojiantou" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M917.333333 307.2h-349.866666V128c0-38.4-42.666667-55.466667-72.533334-29.866667L55.466667 486.4c-17.066667 17.066667-17.066667 46.933333 0 64l435.2 392.533333c25.6 25.6 72.533333 4.266667 72.533333-29.866666v-179.2h349.866667c25.6 0 42.666667-17.066667 42.666666-42.666667v-341.333333c0-25.6-17.066667-42.666667-42.666666-42.666667z m-42.666666 341.333333h-392.533334v166.4l-328.533333-294.4 328.533333-294.4v166.4h392.533334v256z" fill="#363B4C" ></path></symbol><symbol id="icon-yuanzhuti" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M512 42.666667C251.733333 42.666667 42.666667 157.866667 42.666667 298.666667v426.666666c0 140.8 209.066667 256 469.333333 256s469.333333-115.2 469.333333-256V298.666667c0-140.8-209.066667-256-469.333333-256z m384 682.666666c0 12.8-4.266667 29.866667-17.066667 42.666667-17.066667 21.333333-42.666667 42.666667-76.8 64-76.8 42.666667-174.933333 64-290.133333 64s-213.333333-21.333333-290.133333-64c-34.133333-17.066667-59.733333-38.4-76.8-64-12.8-17.066667-17.066667-29.866667-17.066667-42.666667V298.666667c0-12.8 4.266667-29.866667 17.066667-42.666667 17.066667-21.333333 42.666667-42.666667 76.8-64C298.666667 149.333333 396.8 128 512 128s213.333333 21.333333 290.133333 64c34.133333 17.066667 59.733333 38.4 76.8 64 12.8 17.066667 17.066667 29.866667 17.066667 42.666667v426.666666z" fill="#363B4C" ></path><path d="M512 42.666667C251.733333 42.666667 42.666667 157.866667 42.666667 298.666667s209.066667 256 469.333333 256 469.333333-115.2 469.333333-256-209.066667-256-469.333333-256z m366.933333 298.666666c-17.066667 21.333333-42.666667 42.666667-76.8 64-76.8 42.666667-174.933333 64-290.133333 64s-213.333333-21.333333-290.133333-64c-34.133333-17.066667-59.733333-38.4-76.8-64-12.8-17.066667-17.066667-29.866667-17.066667-42.666666s4.266667-29.866667 17.066667-42.666667c17.066667-21.333333 42.666667-42.666667 76.8-64C298.666667 149.333333 396.8 128 512 128s213.333333 21.333333 290.133333 64c34.133333 17.066667 59.733333 38.4 76.8 64 12.8 17.066667 17.066667 29.866667 17.066667 42.666667s-4.266667 29.866667-17.066667 42.666666z" fill="#363B4C" ></path></symbol><symbol id="icon-youjiantou" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M968.533333 486.4L529.066667 98.133333c-25.6-25.6-72.533333-4.266667-72.533334 29.866667v179.2H106.666667c-25.6 0-42.666667 17.066667-42.666667 42.666667v341.333333c0 25.6 17.066667 42.666667 42.666667 42.666667h349.866666v179.2c0 38.4 42.666667 55.466667 72.533334 29.866666l435.2-392.533333c17.066667-17.066667 17.066667-46.933333 0-64z m-422.4 328.533333v-166.4H149.333333v-256h392.533334V226.133333l328.533333 294.4-328.533333 294.4z" fill="#363B4C" ></path></symbol><symbol id="icon-zhengfangxing" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M896 85.333333H128c-25.6 0-42.666667 17.066667-42.666667 42.666667v768c0 25.6 17.066667 42.666667 42.666667 42.666667h768c25.6 0 42.666667-17.066667 42.666667-42.666667V128c0-25.6-17.066667-42.666667-42.666667-42.666667z m-42.666667 768H170.666667V170.666667h682.666666v682.666666z" fill="#363B4C" ></path></symbol><symbol id="icon-sanjiaoxing" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M985.6 853.333333L550.4 123.733333c-17.066667-25.6-55.466667-25.6-72.533333 0L38.4 853.333333c-17.066667 29.866667 0 64 38.4 64h874.666667c34.133333 0 55.466667-34.133333 38.4-64z m-836.266667-21.333333L512 230.4l362.666667 601.6h-725.333334z" fill="#363B4C" ></path></symbol><symbol id="icon-liubianxing" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M977.066667 490.666667l-213.333334-384c-8.533333-12.8-21.333333-21.333333-34.133333-21.333334H298.666667c-17.066667 0-29.866667 8.533333-34.133334 21.333334l-217.6 384c-8.533333 12.8-8.533333 25.6 0 38.4l213.333334 384c8.533333 12.8 21.333333 21.333333 34.133333 21.333333h426.666667c17.066667 0 29.866667-8.533333 34.133333-21.333333l213.333333-384c8.533333-12.8 8.533333-25.6 0-38.4z m-277.333334 366.933333H324.266667L132.266667 512l192-345.6h379.733333L896 512l-192 345.6z" fill="#363B4C" ></path></symbol><symbol id="icon-shuangxiangjiantou" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M1011.2 482.133333l-375.466667-345.6c-25.6-21.333333-59.733333-4.266667-59.733333 29.866667v157.866667h-128V166.4c0-34.133333-38.4-51.2-59.733333-29.866667L12.8 482.133333c-17.066667 17.066667-17.066667 42.666667 0 55.466667l375.466667 345.6c25.6 21.333333 59.733333 4.266667 59.733333-29.866667v-157.866666h128V853.333333c0 34.133333 38.4 51.2 59.733333 29.866667l375.466667-345.6c17.066667-17.066667 17.066667-42.666667 0-55.466667z m-362.666667 290.133334v-149.333334H375.466667v149.333334L93.866667 512l281.6-260.266667v149.333334h273.066666V251.733333l281.6 260.266667-281.6 260.266667z" fill="#363B4C" ></path></symbol><symbol id="icon-wubianxing" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M964.266667 358.4l-426.666667-307.2c-12.8-8.533333-34.133333-8.533333-46.933333 0L59.733333 358.4c-17.066667 12.8-21.333333 29.866667-17.066666 51.2l162.133333 499.2c4.266667 17.066667 21.333333 29.866667 38.4 29.866667h529.066667c17.066667 0 34.133333-12.8 38.4-29.866667l162.133333-499.2c4.266667-17.066667 0-38.4-17.066667-51.2zM746.666667 853.333333h-469.333334L136.533333 413.866667 512 140.8l379.733333 273.066667L750.933333 853.333333z" fill="#363B4C" ></path></symbol><symbol id="icon-lingxing" viewBox="0 0 1024 1024"><path d="M457.6 916.053333l-404.778667-336.469333Q21.333333 553.386667 21.333333 512q0-41.386667 31.488-67.584l404.778667-336.469333q54.4-45.226667 108.8 0l404.736 336.469333q31.530667 26.197333 31.530667 67.584 0 41.386667-31.530667 67.584l-404.736 336.469333q-54.4 45.226667-108.8 0zM512 848.469333L916.736 512 512 175.530667 107.264 512 512 848.469333z" fill="#363B4C" ></path></symbol><symbol id="icon-wujiaoxing" viewBox="0 0 1024 1024"><path d="M661.76 318.72a38.570667 38.570667 0 0 0 29.013333 21.077333l257.536 37.376a38.570667 38.570667 0 0 1 21.333334 65.792l-186.282667 181.504a38.528 38.528 0 0 0-11.093333 34.133334l43.946666 256.341333a38.528 38.528 0 0 1-55.936 40.618667L529.92 834.56a38.613333 38.613333 0 0 0-35.925333 0l-230.314667 121.002667a38.613333 38.613333 0 0 1-55.978667-40.618667L251.733333 658.602667a38.528 38.528 0 0 0-11.093333-34.133334l-186.325333-181.504a38.528 38.528 0 0 1 21.376-65.792l257.493333-37.376a38.570667 38.570667 0 0 0 29.056-21.077333l115.2-233.216a38.570667 38.570667 0 0 1 69.12 0l115.2 233.216z m-69.205333 34.133333L512 189.696l-80.554667 163.114667Q404.48 407.381333 344.277333 416.128l-180.138666 26.154667 130.346666 126.976q43.605333 42.453333 33.28 102.4l-30.72 179.328 161.109334-84.693334q53.845333-28.288 107.690666 0l161.152 84.693334-30.805333-179.328q-10.24-59.946667 33.28-102.4l130.389333-126.976-180.138666-26.154667q-60.245333-8.746667-87.168-63.274667z" fill="#363B4C" ></path></symbol><symbol id="icon-zhengfangti" viewBox="0 0 1024 1024"><path d="M85.333333 938.666667a42.666667 42.666667 0 0 1-42.666666-42.666667V341.333333a42.666667 42.666667 0 0 1 42.666666-42.666666h682.666667a42.666667 42.666667 0 0 1 42.666667 42.666666v554.666667a42.666667 42.666667 0 0 1-42.666667 42.666667H85.333333z m42.666667-85.333334h597.333333V384H128v469.333333z" fill="#363B4C" ></path><path d="M810.666667 935.125333a42.666667 42.666667 0 0 1-17.066667 3.541334H725.333333V288.512L938.666667 85.333333a42.666667 42.666667 0 0 1 42.666666 42.666667v629.845333a42.666667 42.666667 0 0 1-13.226666 30.890667l-145.066667 138.154667a42.666667 42.666667 0 0 1-12.373333 8.234666z m85.333333-691.328L810.666667 325.12v495.786667l85.333333-81.322667V243.797333z" fill="#363B4C" ></path><path d="M42.666667 319.829333V384h714.24L938.666667 208.768V85.333333H284.245333a42.666667 42.666667 0 0 0-29.610666 11.946667L55.722667 289.109333a42.666667 42.666667 0 0 0-13.056 30.72zM168.746667 298.666667l132.736-128H853.333333v1.834666L722.517333 298.666667H168.746667z" fill="#363B4C" ></path></symbol><symbol id="icon-tuoyuanxing" viewBox="0 0 1024 1024"><path d="M1002.666667 512c0 223.872-219.690667 405.333333-490.666667 405.333333S21.333333 735.872 21.333333 512 241.024 106.666667 512 106.666667 1002.666667 288.128 1002.666667 512z m-85.333334 0q0-127.701333-112.725333-220.842667Q684.544 192 512 192T219.392 291.157333Q106.666667 384.298667 106.666667 512q0 127.701333 112.725333 220.8Q339.456 832 512 832t292.608-99.2Q917.333333 639.701333 917.333333 512z" fill="#363B4C" ></path></symbol><symbol id="icon-yuanxing" viewBox="0 0 1024 1024"><path d="M960 512c0 247.424-200.576 448-448 448-247.466667 0-448-200.576-448-448C64 264.533333 264.533333 64 512 64c247.424 0 448 200.533333 448 448z m-81.493333 0q0-69.930667-25.685334-134.912-27.946667-70.613333-81.621333-124.288-53.717333-53.674667-124.288-81.621333Q581.973333 145.493333 512 145.493333t-134.912 25.728q-70.613333 27.946667-124.288 81.621334-53.674667 53.674667-81.621333 124.288Q145.493333 442.026667 145.493333 512t25.728 134.912q27.946667 70.570667 81.621334 124.288 53.674667 53.674667 124.288 81.621333 64.981333 25.728 134.912 25.728t134.912-25.728q70.570667-27.946667 124.288-81.621333 53.674667-53.717333 81.621333-124.288 25.728-64.981333 25.728-134.912z" fill="#363B4C" ></path></symbol><symbol id="icon-buzhou1" viewBox="0 0 1024 1024"><path d="M112 187.989333A42.666667 42.666667 0 0 1 151.04 128h591.914667a42.666667 42.666667 0 0 1 37.290666 21.930667l189.653334 341.333333a42.666667 42.666667 0 0 1 0 41.472l-189.653334 341.333333a42.666667 42.666667 0 0 1-37.290666 21.930667H150.997333a42.666667 42.666667 0 0 1-38.997333-59.989333l136.32-306.688a42.666667 42.666667 0 0 0 0-34.645334L112 187.989333zM216.661333 213.333333l109.653334 246.698667q23.082667 51.968 0 103.936L216.661333 810.666667h501.162667l165.930667-298.666667-165.973334-298.666667H216.704z" fill="#363B4C" ></path></symbol><symbol id="icon-qipao" viewBox="0 0 1024 1024"><path d="M682.666667 853.333333h128a170.666667 170.666667 0 0 0 170.666666-170.666666V256a170.666667 170.666667 0 0 0-170.666666-170.666667H213.333333a170.666667 170.666667 0 0 0-170.666666 170.666667v426.666667a170.666667 170.666667 0 0 0 170.666666 170.666666h170.666667l-11.093333 89.002667a42.666667 42.666667 0 0 0 62.378666 42.922667L682.666667 853.333333zM128 682.666667V256q0-35.328 25.002667-60.330667T213.333333 170.666667h597.333334q35.328 0 60.330666 25.002666T896 256v426.666667q0 35.328-25.002667 60.330666T810.666667 768h-149.333334l-193.578666 103.253333 12.928-103.253333H213.333333q-35.328 0-60.330666-25.002667T128 682.666667z" fill="#363B4C" ></path></symbol><symbol id="icon-yuanjiaojuxing" viewBox="0 0 1024 1024"><path d="M42.666667 725.333333V298.666667a170.666667 170.666667 0 0 1 170.666666-170.666667h597.333334a170.666667 170.666667 0 0 1 170.666666 170.666667v426.666666a170.666667 170.666667 0 0 1-170.666666 170.666667H213.333333a170.666667 170.666667 0 0 1-170.666666-170.666667z m85.333333 0q0 35.328 25.002667 60.330667T213.333333 810.666667h597.333334q35.328 0 60.330666-25.002667T896 725.333333V298.666667q0-35.328-25.002667-60.330667T810.666667 213.333333H213.333333q-35.328 0-60.330666 25.002667T128 298.666667v426.666666z" fill="#363B4C" ></path></symbol><symbol id="icon-tixing" viewBox="0 0 1024 1024"><path d="M93.013333 896a42.666667 42.666667 0 0 1-42.026666-49.664l113.749333-682.666667A42.666667 42.666667 0 0 1 206.848 128h610.346667a42.666667 42.666667 0 0 1 42.112 35.669333l113.749333 682.666667A42.666667 42.666667 0 0 1 930.986667 896H93.013333z m50.389334-85.333333H880.64L781.056 213.333333H242.986667L143.36 810.666667z" fill="#363B4C" ></path></symbol><symbol id="icon-pinghangsibianxing" viewBox="0 0 1024 1024"><path d="M53.162667 896a42.666667 42.666667 0 0 1-41.642667-51.925333l151.722667-682.666667A42.666667 42.666667 0 0 1 204.885333 128h765.909334a42.666667 42.666667 0 0 1 41.642666 51.925333l-151.68 682.666667a42.666667 42.666667 0 0 1-41.642666 33.408H53.162667z m53.205333-85.333333h678.528l132.693333-597.333334H239.146667l-132.693334 597.333334z" fill="#363B4C" ></path></symbol><symbol id="icon-buzhou2" viewBox="0 0 1024 1024"><path d="M85.333333 896a42.666667 42.666667 0 0 1-42.666666-42.666667V170.666667a42.666667 42.666667 0 0 1 42.666666-42.666667h657.578667a42.666667 42.666667 0 0 1 37.290667 21.930667l189.610666 341.333333a42.666667 42.666667 0 0 1 0 41.472l-189.610666 341.333333a42.666667 42.666667 0 0 1-37.290667 21.930667H85.333333z m42.666667-85.333333h589.781333l165.973334-298.666667-165.973334-298.666667H128v597.333334z" fill="#363B4C" ></path></symbol><symbol id="icon-huabi" viewBox="0 0 1024 1024"><path d="M96 825.856v3.328l0.1024 1.9456v1.1776q0 0.9728 0.2048 2.4576l0.1024 0.8192q0 1.28 0.3584 3.328l0.1024 0.8192 0.1024 0.9216 0.3584 2.56 0.1024 0.768 0.512 2.56 0.512 2.4064 0.3072 1.1264 0.8704 3.4304 0.3072 1.024 0.6144 2.3552 0.8192 2.2528 0.3584 0.9728 0.3072 0.8704 0.8704 2.4576q1.28 3.2768 2.7648 6.4512l1.1264 2.2016 0.512 0.8704 0.256 0.512 1.28 2.56 1.792 3.072 1.2288 1.8944 0.6656 1.024 1.7408 2.56 0.3584 0.4096q1.9968 2.8672 4.1984 5.5808l0.6144 0.6656 1.6384 1.9456 0.3584 0.4608 1.9456 2.2016 2.0992 2.048 0.4096 0.4096 1.7408 1.7408 1.536 1.3824 0.2048 0.2048 0.4096 0.4096 1.4848 1.3824 1.8432 1.536 1.1776 0.9216 0.6656 0.512 0.1024 0.1024 0.512 0.4096 1.3824 1.1776 1.3312 0.9216 0.7168 0.512 1.8432 1.3312 1.6896 1.024 0.6144 0.3072 0.4608 0.3072 1.536 1.024 0.6656 0.4096 1.3824 0.8704 1.536 0.8192 0.6656 0.3584 2.2528 1.2288 1.4848 0.6656 0.6656 0.3072 0.7168 0.4096 1.6896 0.8192 1.536 0.6144 0.6656 0.256 0.6144 0.256q1.024 0.512 1.6896 0.7168 0.6656 0.3072 1.6896 0.5632l0.6144 0.2048 0.768 0.3072 1.536 0.512 0.1024 0.0512 2.2528 0.7168 0.8704 0.256 1.4848 0.512 1.6896 0.4096 0.7168 0.1536 2.4064 0.5632 0.768 0.2048 1.6896 0.4096 0.3072 0.0512q1.8944 0.512 3.1744 0.512 1.2288 0.2048 2.2016 0.256h-0.4096q1.5872 0.4096 2.816 0.4096h0.6144l1.6896 0.1536q1.3312 0.256 2.3552 0.256h0.512l1.6384 0.1024H194.56l0.6144 0.0512 1.7408 0.1024q2.5088 0 7.2704-0.3584l0.8192-0.0512q5.2736-0.4096 8.192-0.8704 3.584-0.5632 8.0384-1.6384 5.0176-1.1776 8.0896-2.2016l86.528-28.7744q30.1056 5.2224 54.272 11.6224 70.9632 18.944 121.2928 17.92 80.896-1.6896 133.888-49.7152 51.712-43.8272 98.3552-45.2096 42.8032-1.28 90.0096 33.4336 12.2368 9.6768 27.6992 7.936 15.5648-1.7408 25.344-13.9264 9.728-12.288 8.0384-27.8016-1.7408-15.5648-13.9264-25.344l-0.2048-0.1536-0.2048-0.1536q-63.2832-43.3152-119.0912-47.9744-82.8928-6.8608-166.3488 63.488-49.92 42.496-130.9184 33.28l35.1232-11.7248h3.072l1.3312-0.6656q5.7344-2.816 10.496-7.168l0.1536-0.1024 371.712-371.8144q2.3552-2.4064 6.656-7.168l0.4096-0.512 1.1264-1.2288q3.9424-4.352 5.8368-6.656 3.4816-4.3008 6.3488-8.2432 2.2528-3.072 5.9392-8.6016 5.7856-8.704 10.752-17.92 2.048-3.9424 4.608-9.5232 2.56-5.376 4.2496-9.472 1.5872-3.84 3.6864-9.728l0.4096-1.1264q2.048-5.888 3.0208-8.96 1.024-3.4304 2.6624-9.984 1.1776-4.864 2.2528-10.24 1.2288-6.1952 1.8432-10.2912 0.7168-5.12 1.28-10.4448 0.4096-4.3008 0.7168-10.496 0.256-5.632 0.256-10.4448 0-4.6592-0.256-10.4448-0.256-5.2224-0.7168-10.4448-0.512-5.2224-1.28-10.3424-0.8192-5.2224-1.8432-10.3936-1.1264-5.5296-2.2528-10.1376l-0.3584-1.3824q-1.4336-5.8368-2.3552-8.8064-0.8704-2.9696-2.9696-8.704l-0.4096-1.1776q-2.048-5.7344-3.6864-9.728-3.9936-9.728-8.8576-18.944-3.1232-5.888-5.12-9.216-1.536-2.6624-4.9152-7.68l-0.768-1.0752q-5.632-8.7552-12.2368-16.9472-1.9456-2.4064-6.0416-6.912l-0.9216-1.024-0.3584-0.4096q-4.352-4.864-6.7072-7.2704-2.304-2.2528-6.8096-6.3488l-0.8192-0.7168q-7.8336-7.0656-16.2816-13.312-2.9184-2.1504-8.6016-5.9392-4.352-2.8672-8.8064-5.5296-3.4304-2.048-9.216-5.12-9.216-4.864-18.8928-8.8576-4.8128-2.048-9.728-3.7888-4.9664-1.792-9.9328-3.2768-5.0176-1.536-10.0864-2.7136-5.0176-1.2288-10.1376-2.2528-6.2464-1.2288-10.3424-1.8432-5.12-0.768-10.2912-1.2288-4.2496-0.4608-10.496-0.7168-5.5808-0.3072-10.4448-0.3072-4.608 0-10.4448 0.256-6.4 0.3584-10.4448 0.768-5.0688 0.512-10.2912 1.2288-4.1984 0.6144-10.3424 1.8432-5.632 1.1264-10.24 2.2528-10.0864 2.4576-19.968 5.9392-9.8816 3.584-19.3024 8.0896-6.2976 2.9696-9.472 4.608-4.5056 2.4576-9.0112 5.12-5.376 3.1744-8.9088 5.5296-13.1072 8.704-24.7808 19.2512-5.12 4.608-7.5776 7.0656l-369.4592 369.2544-0.1024 0.1536q-4.352 4.8128-7.168 10.6496l-0.6656 1.3312v2.8672l-85.6064 252.5184-0.9216 2.9696-0.1024 0.4608-0.3072 0.9216-0.7168 2.3552-0.4608 2.1504-0.256 1.2288q-0.768 3.4304-1.3312 6.912l-0.1024 0.768q-0.3584 2.1504-0.3584 3.4816l-0.1024 0.512q-0.3072 1.6384-0.3072 2.7648l-0.0512 1.28-0.1024 2.048-0.0512 1.2288-0.1024 2.048z m370.432-89.7024L286.464 557.568l326.5024-325.12 0.256-0.3072q4.096-5.4272 8.7552-10.3424 4.7104-4.9664 9.8816-9.4208 1.9456-1.6384 5.2736-4.1472 3.3792-2.6624 5.4784-4.096 2.304-1.536 5.7344-3.584 3.2768-2.048 5.888-3.4304 8.96-4.8128 18.6368-8.0896 4.1472-1.4336 6.4-2.0992 6.5024-1.8432 13.2096-3.0208 6.7584-1.1776 13.6192-1.6896 3.6864-0.256 6.656-0.256l3.3792 0.0512 3.6352 0.1024q6.7072 0.2048 13.312 1.1776 6.656 1.024 13.312 2.7136 4.096 1.024 6.5024 1.8432 3.072 0.9728 6.4 2.2016 1.9456 0.7168 5.7856 2.4064l0.512 0.2048q3.4816 1.536 6.144 2.8672 5.9904 3.072 11.7248 6.8096 3.3792 2.1504 5.632 3.7888l1.4336 1.024 4.096 3.072q1.3312 1.024 4.096 3.5328l0.9216 0.8704q7.5776 6.8096 13.9776 14.7456 2.9184 3.584 4.1984 5.376 3.9424 5.5296 7.2704 11.4688 2.048 3.4816 3.328 6.0416l2.304 4.4032v0.2048q0.2048 0.7168 0.5632 1.536 0.8704 2.048 2.4576 6.2464 1.2288 3.2768 2.2528 6.4 0 0.2048 0.2048 0.7168 1.2288 3.8912 1.7408 5.7856 0.4608 1.8944 1.2288 5.8368l0.1536 0.8192q0.768 3.6352 1.2288 6.656l0.256 1.7408q0.512 3.328 0.6144 4.9152 0.4096 4.1984 0.4096 6.5536l0.1024 3.7888v3.3792q0 2.56-0.2048 6.7584-0.256 3.2256-0.6656 6.7072-0.256 2.048-1.024 6.2464v0.4096q-1.1776 6.8096-3.072 13.3632-0.512 1.792-1.7408 5.4784l-0.3072 0.9216-0.1536 0.512-2.2016 5.9392q-1.28 3.0208-2.7136 6.0416l-0.4096 0.8704-2.6112 5.3248q-1.3824 2.56-3.3792 5.8368-2.2016 3.6352-3.6864 5.7856-1.1264 1.6384-3.6352 4.9664l-0.4096 0.512q-6.144 8.1408-13.568 15.1552l-3.8912 3.4304-1.2288 1.024-0.8192 0.6656q-2.9184 2.5088-4.352 3.584l-0.3584 0.3072-325.0688 325.12z m-58.88-172.3904q-1.5872 6.1952-1.28 12.5952 0.7168 14.08 9.6256 25.0368 7.5776 9.2672 18.8416 13.2096 7.0144 2.4576 14.5408 2.4064 3.072 0 6.1952-0.512 7.3216-1.024 13.824-4.5568 3.6864-1.9456 6.912-4.608 1.6384-1.3312 3.072-2.7648l256.2048-256.256 0.1536-0.2048q4.608-5.376 7.2704-11.9808 1.536-3.7376 2.2528-7.68 0.9216-4.9152 0.768-9.9328-0.1536-4.0448-1.024-7.936-1.8432-7.936-6.4-14.6432-3.9936-5.8368-9.6256-10.0864-4.096-3.072-8.6016-5.0688-24.7296-10.752-45.2096 6.7072l-0.2048 0.2048-256.1536 256.2048q-2.9696 2.9696-5.3248 6.5536-2.304 3.4816-3.8912 7.3728-1.2288 2.9184-1.9968 5.9392z m-224.4608 263.4752l-0.0512-1.1776 0.0512-1.1776v-0.1024l0.1024-0.3584q0-0.3072 0.1024-0.5632l0.2048-1.024v-0.4096l0.256-0.512 0.3584-1.0752 60.3136-183.6544 142.4384 142.5408-185.1904 61.2864-0.7168 0.1536-0.7168 0.1024h0.2048q-0.7168 0-1.6384 0.1536h-1.1264 0.2048q-0.8704-0.1536-1.536-0.1536h0.2048l-0.8192-0.1024-0.7168-0.1536q-0.7168-0.3072-1.4336-0.4096l-0.4096-0.1536-0.768-0.3072-0.1024-0.0512-0.1536-0.0512-0.1024-0.1024-0.5632-0.3072-0.256-0.1536-0.6144-0.4096-0.9216-0.512-0.512-0.4096q-0.8192-0.7168-1.536-1.4848l-0.6656-0.6144-0.2048-0.2048-0.2048-0.3584-0.1024-0.1024-0.1024-0.1024-0.3072-0.3584-0.3584-0.512v-0.0512l-0.1536-0.1536-0.6144-1.024-0.512-1.024-0.3072-0.6656-0.2048-0.5632-0.256-0.5632q-0.1024-0.6144-0.3072-1.1776v-0.2048l-0.1536-0.5632-0.1024-0.4096v-0.768z m1.536 5.632l0.3072 1.024-0.256-1.024z m0.768 1.536q0.3072 0.8704 0.3072 1.792 0-1.024-0.3072-1.8432z" fill="#363B4C" ></path></symbol><symbol id="icon-huabi-xuanzhong" viewBox="0 0 1024 1024"><path d="M96 825.856v3.328l0.1024 1.9456v1.1776q0 0.9728 0.2048 2.4576l0.1024 0.8192q0 1.28 0.3584 3.328l0.1024 0.8192 0.1024 0.9216 0.3584 2.56 0.1024 0.768 0.512 2.56 0.512 2.4064 0.3072 1.1264 0.8704 3.4304 0.3072 1.024 0.6144 2.3552 0.8192 2.2528 0.3584 0.9728 0.3072 0.8704 0.8704 2.4576q1.28 3.2768 2.7648 6.4512l1.1264 2.2016 0.512 0.8704 0.256 0.512 1.28 2.56 1.792 3.072 1.2288 1.8944 0.6656 1.024 1.7408 2.56 0.3584 0.4096q1.9968 2.8672 4.1984 5.5808l0.6144 0.6656 1.6384 1.9456 0.3584 0.4608 1.9456 2.2016 2.0992 2.048 0.4096 0.4096 1.7408 1.7408 1.536 1.3824 0.2048 0.2048 0.4096 0.4096 1.4848 1.3824 1.8432 1.536 1.1776 0.9216 0.6656 0.512 0.1024 0.1024 0.512 0.4096 1.3824 1.1776 1.3312 0.9216 0.7168 0.512 1.8432 1.3312 1.6896 1.024 0.6144 0.3072 0.4608 0.3072 1.536 1.024 0.6656 0.4096 1.3824 0.8704 1.536 0.8192 0.6656 0.3584 2.2528 1.2288 1.4848 0.6656 0.6656 0.3072 0.7168 0.4096 1.6896 0.8192 1.536 0.6144 0.6656 0.256 0.6144 0.256q1.024 0.512 1.6896 0.7168 0.6656 0.3072 1.6896 0.5632l0.6144 0.2048 0.768 0.3072 1.536 0.512 0.1024 0.0512 2.2528 0.7168 0.8704 0.256 1.4848 0.512 1.6896 0.4096 0.7168 0.1536 2.4064 0.5632 0.768 0.2048 1.6896 0.4096 0.3072 0.0512q1.8944 0.512 3.1744 0.512 1.2288 0.2048 2.2016 0.256h-0.4096q1.5872 0.4096 2.816 0.4096h0.6144l1.6896 0.1536q1.3312 0.256 2.3552 0.256h0.512l1.6384 0.1024H194.56l0.6144 0.0512 1.7408 0.1024q2.5088 0 7.2704-0.3584l0.8192-0.0512q5.2736-0.4096 8.192-0.8704 3.584-0.5632 8.0384-1.6384 5.0176-1.1776 8.0896-2.2016l86.528-28.7744q30.1056 5.2224 54.272 11.6224 70.9632 18.944 121.2928 17.92 80.896-1.6896 133.888-49.7152 51.712-43.8272 98.3552-45.2096 42.8032-1.28 90.0096 33.4336 12.2368 9.6768 27.6992 7.936 15.5648-1.7408 25.344-13.9264 9.728-12.288 8.0384-27.8016-1.7408-15.5648-13.9264-25.344l-0.2048-0.1536-0.2048-0.1536q-63.2832-43.3152-119.0912-47.9744-82.8928-6.8608-166.3488 63.488-49.92 42.496-130.9184 33.28l35.1232-11.7248h3.072l1.3312-0.6656q5.7344-2.816 10.496-7.168l0.1536-0.1024 371.712-371.8144q2.3552-2.4064 6.656-7.168l0.4096-0.512 1.1264-1.2288q3.9424-4.352 5.8368-6.656 3.4816-4.3008 6.3488-8.2432 2.2528-3.072 5.9392-8.6016 5.7856-8.704 10.752-17.92 2.048-3.9424 4.608-9.5232 2.56-5.376 4.2496-9.472 1.5872-3.84 3.6864-9.728l0.4096-1.1264q2.048-5.888 3.0208-8.96 1.024-3.4304 2.6624-9.984 1.1776-4.864 2.2528-10.24 1.2288-6.1952 1.8432-10.2912 0.7168-5.12 1.28-10.4448 0.4096-4.3008 0.7168-10.496 0.256-5.632 0.256-10.4448 0-4.6592-0.256-10.4448-0.256-5.2224-0.7168-10.4448-0.512-5.2224-1.28-10.3424-0.8192-5.2224-1.8432-10.3936-1.1264-5.5296-2.2528-10.1376l-0.3584-1.3824q-1.4336-5.8368-2.3552-8.8064-0.8704-2.9696-2.9696-8.704l-0.4096-1.1776q-2.048-5.7344-3.6864-9.728-3.9936-9.728-8.8576-18.944-3.1232-5.888-5.12-9.216-1.536-2.6624-4.9152-7.68l-0.768-1.0752q-5.632-8.7552-12.2368-16.9472-1.9456-2.4064-6.0416-6.912l-0.9216-1.024-0.3584-0.4096q-4.352-4.864-6.7072-7.2704-2.304-2.2528-6.8096-6.3488l-0.8192-0.7168q-7.8336-7.0656-16.2816-13.312-2.9184-2.1504-8.6016-5.9392-4.352-2.8672-8.8064-5.5296-3.4304-2.048-9.216-5.12-9.216-4.864-18.8928-8.8576-4.8128-2.048-9.728-3.7888-4.9664-1.792-9.9328-3.2768-5.0176-1.536-10.0864-2.7136-5.0176-1.2288-10.1376-2.2528-6.2464-1.2288-10.3424-1.8432-5.12-0.768-10.2912-1.2288-4.2496-0.4608-10.496-0.7168-5.5808-0.3072-10.4448-0.3072-4.608 0-10.4448 0.256-6.4 0.3584-10.4448 0.768-5.0688 0.512-10.2912 1.2288-4.1984 0.6144-10.3424 1.8432-5.632 1.1264-10.24 2.2528-10.0864 2.4576-19.968 5.9392-9.8816 3.584-19.3024 8.0896-6.2976 2.9696-9.472 4.608-4.5056 2.4576-9.0112 5.12-5.376 3.1744-8.9088 5.5296-13.1072 8.704-24.7808 19.2512-5.12 4.608-7.5776 7.0656l-369.4592 369.2544-0.1024 0.1536q-4.352 4.8128-7.168 10.6496l-0.6656 1.3312v2.8672l-85.6064 252.5184-0.9216 2.9696-0.1024 0.4608-0.3072 0.9216-0.7168 2.3552-0.4608 2.1504-0.256 1.2288q-0.768 3.4304-1.3312 6.912l-0.1024 0.768q-0.3584 2.1504-0.3584 3.4816l-0.1024 0.512q-0.3072 1.6384-0.3072 2.7648l-0.0512 1.28-0.1024 2.048-0.0512 1.2288-0.1024 2.048z m370.432-89.7024L286.464 557.568l326.5024-325.12 0.256-0.3072q4.096-5.4272 8.7552-10.3424 4.7104-4.9664 9.8816-9.4208 1.9456-1.6384 5.2736-4.1472 3.3792-2.6624 5.4784-4.096 2.304-1.536 5.7344-3.584 3.2768-2.048 5.888-3.4304 8.96-4.8128 18.6368-8.0896 4.1472-1.4336 6.4-2.0992 6.5024-1.8432 13.2096-3.0208 6.7584-1.1776 13.6192-1.6896 3.6864-0.256 6.656-0.256l3.3792 0.0512 3.6352 0.1024q6.7072 0.2048 13.312 1.1776 6.656 1.024 13.312 2.7136 4.096 1.024 6.5024 1.8432 3.072 0.9728 6.4 2.2016 1.9456 0.7168 5.7856 2.4064l0.512 0.2048q3.4816 1.536 6.144 2.8672 5.9904 3.072 11.7248 6.8096 3.3792 2.1504 5.632 3.7888l1.4336 1.024 4.096 3.072q1.3312 1.024 4.096 3.5328l0.9216 0.8704q7.5776 6.8096 13.9776 14.7456 2.9184 3.584 4.1984 5.376 3.9424 5.5296 7.2704 11.4688 2.048 3.4816 3.328 6.0416l2.304 4.4032v0.2048q0.2048 0.7168 0.5632 1.536 0.8704 2.048 2.4576 6.2464 1.2288 3.2768 2.2528 6.4 0 0.2048 0.2048 0.7168 1.2288 3.8912 1.7408 5.7856 0.4608 1.8944 1.2288 5.8368l0.1536 0.8192q0.768 3.6352 1.2288 6.656l0.256 1.7408q0.512 3.328 0.6144 4.9152 0.4096 4.1984 0.4096 6.5536l0.1024 3.7888v3.3792q0 2.56-0.2048 6.7584-0.256 3.2256-0.6656 6.7072-0.256 2.048-1.024 6.2464v0.4096q-1.1776 6.8096-3.072 13.3632-0.512 1.792-1.7408 5.4784l-0.3072 0.9216-0.1536 0.512-2.2016 5.9392q-1.28 3.0208-2.7136 6.0416l-0.4096 0.8704-2.6112 5.3248q-1.3824 2.56-3.3792 5.8368-2.2016 3.6352-3.6864 5.7856-1.1264 1.6384-3.6352 4.9664l-0.4096 0.512q-6.144 8.1408-13.568 15.1552l-3.8912 3.4304-1.2288 1.024-0.8192 0.6656q-2.9184 2.5088-4.352 3.584l-0.3584 0.3072-325.0688 325.12z m-58.88-172.3904q-1.5872 6.1952-1.28 12.5952 0.7168 14.08 9.6256 25.0368 7.5776 9.2672 18.8416 13.2096 7.0144 2.4576 14.5408 2.4064 3.072 0 6.1952-0.512 7.3216-1.024 13.824-4.5568 3.6864-1.9456 6.912-4.608 1.6384-1.3312 3.072-2.7648l256.2048-256.256 0.1536-0.2048q4.608-5.376 7.2704-11.9808 1.536-3.7376 2.2528-7.68 0.9216-4.9152 0.768-9.9328-0.1536-4.0448-1.024-7.936-1.8432-7.936-6.4-14.6432-3.9936-5.8368-9.6256-10.0864-4.096-3.072-8.6016-5.0688-24.7296-10.752-45.2096 6.7072l-0.2048 0.2048-256.1536 256.2048q-2.9696 2.9696-5.3248 6.5536-2.304 3.4816-3.8912 7.3728-1.2288 2.9184-1.9968 5.9392z m-224.4608 263.4752l-0.0512-1.1776 0.0512-1.1776v-0.1024l0.1024-0.3584q0-0.3072 0.1024-0.5632l0.2048-1.024v-0.4096l0.256-0.512 0.3584-1.0752 60.3136-183.6544 142.4384 142.5408-185.1904 61.2864-0.7168 0.1536-0.7168 0.1024h0.2048q-0.7168 0-1.6384 0.1536h-1.1264 0.2048q-0.8704-0.1536-1.536-0.1536h0.2048l-0.8192-0.1024-0.7168-0.1536q-0.7168-0.3072-1.4336-0.4096l-0.4096-0.1536-0.768-0.3072-0.1024-0.0512-0.1536-0.0512-0.1024-0.1024-0.5632-0.3072-0.256-0.1536-0.6144-0.4096-0.9216-0.512-0.512-0.4096q-0.8192-0.7168-1.536-1.4848l-0.6656-0.6144-0.2048-0.2048-0.2048-0.3584-0.1024-0.1024-0.1024-0.1024-0.3072-0.3584-0.3584-0.512v-0.0512l-0.1536-0.1536-0.6144-1.024-0.512-1.024-0.3072-0.6656-0.2048-0.5632-0.256-0.5632q-0.1024-0.6144-0.3072-1.1776v-0.2048l-0.1536-0.5632-0.1024-0.4096v-0.768z m1.536 5.632l0.3072 1.024-0.256-1.024z m0.768 1.536q0.3072 0.8704 0.3072 1.792 0-1.024-0.3072-1.8432z" fill="#1E6FFF" ></path></symbol><symbol id="icon-manhuajia-xuanzhong" viewBox="0 0 2048 1024"><path d="M0 0h2048v1024H0z" fill="#FFFFFF" fill-opacity="0" ></path><path d="M1059.84 619.52c0 15.36-10.24 35.84-20.48 56.32 20.48-25.6 25.6-40.96 20.48-56.32z" fill="#1E6FFF" ></path><path d="M1971.2 506.88c0-15.36-10.24-25.6-25.6-25.6h-15.36c-30.72 20.48-66.56 40.96-107.52 66.56-286.72 92.16-496.64 148.48-624.64 174.08-71.68 15.36-117.76 15.36-138.24 10.24 0 0 5.12-10.24 10.24-15.36 46.08-56.32 56.32-102.4 30.72-138.24-10.24-10.24-20.48-20.48-35.84-30.72-10.24-46.08-46.08-71.68-107.52-87.04-122.88-25.6-296.96 15.36-532.48 122.88-71.68 35.84-128 51.2-168.96 51.2-35.84 0-56.32-10.24-66.56-30.72-10.24-20.48-10.24-56.32 0-102.4 20.48-56.32 46.08-117.76 81.92-194.56v-10.24c0-10.24 0-15.36-10.24-20.48 5.12-15.36 15.36-30.72 20.48-46.08v-10.24c0-15.36-10.24-25.6-25.6-25.6s-20.48 5.12-25.6 15.36c-51.2 112.64-81.92 204.8-97.28 276.48-35.84 102.4-40.96 179.2-25.6 225.28 15.36 46.08 56.32 66.56 107.52 66.56 46.08 0 112.64-20.48 189.44-56.32 215.04-102.4 394.24-148.48 542.72-143.36 25.6 0 46.08 0 61.44 5.12 0 35.84-20.48 81.92-61.44 133.12-25.6 35.84-30.72 66.56-15.36 92.16 15.36 20.48 40.96 35.84 81.92 35.84 61.44 5.12 158.72-10.24 286.72-40.96 117.76-30.72 240.64-71.68 358.4-122.88 66.56-30.72 128-56.32 179.2-87.04 40.96-15.36 87.04-25.6 133.12-40.96 10.24 0 15.36-15.36 15.36-25.6s-10.24-25.6-25.6-25.6z m-1018.88 25.6c-153.6 0-343.04 46.08-563.2 148.48-71.68 35.84-128 51.2-168.96 51.2-30.72 0-51.2-10.24-61.44-30.72-5.12-15.36-5.12-30.72-5.12-51.2 20.48 30.72 56.32 46.08 102.4 40.96 46.08 0 112.64-20.48 189.44-56.32 220.16-102.4 389.12-143.36 496.64-117.76 20.48 0 35.84 10.24 46.08 20.48h-35.84z m337.92 230.4c-122.88 30.72-209.92 46.08-266.24 40.96-25.6 0-35.84-5.12-40.96-15.36 0-5.12 0-20.48 15.36-35.84 0-5.12 10.24-10.24 10.24-15.36 0 20.48 10.24 35.84 35.84 46.08 30.72 10.24 81.92 5.12 163.84-10.24 46.08-10.24 97.28-20.48 158.72-35.84-25.6 5.12-51.2 15.36-76.8 20.48z" fill="#1E6FFF" ></path></symbol><symbol id="icon-youcemianban1" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M768 61.44H256C148.48 61.44 61.44 148.48 61.44 256v512c0 107.52 87.04 194.56 194.56 194.56h512c107.52 0 194.56-87.04 194.56-194.56V256c0-107.52-87.04-194.56-194.56-194.56z m-158.72 814.08H256c-30.72 0-56.32-10.24-76.8-30.72s-30.72-46.08-30.72-76.8V256c0-30.72 10.24-56.32 30.72-76.8s46.08-30.72 76.8-30.72h353.28v727.04z m266.24-107.52c0 30.72-10.24 56.32-30.72 76.8s-46.08 30.72-76.8 30.72h-76.8V148.48H768c30.72 0 56.32 10.24 76.8 30.72s30.72 46.08 30.72 76.8v512z" fill="#363B4C" ></path><path d="M317.44 645.12c-15.36-15.36-20.48-40.96-5.12-61.44l61.44-66.56-61.44-61.44c-15.36-15.36-15.36-40.96 0-56.32 15.36-20.48 40.96-20.48 56.32-10.24L460.8 481.28c15.36 15.36 15.36 40.96 0 56.32l-92.16 97.28c-15.36 15.36-40.96 15.36-61.44 0z" fill="#363B4C" ></path></symbol><symbol id="icon-manhuajia" viewBox="0 0 2048 1024"><path d="M0 0h2048v1024H0z" fill="#FFFFFF" fill-opacity="0" ></path><path d="M1971.2 506.88c0-15.36-10.24-25.6-25.6-25.6h-15.36c-30.72 20.48-66.56 40.96-107.52 66.56-286.72 92.16-496.64 148.48-624.64 174.08-71.68 15.36-117.76 15.36-138.24 10.24 0 0 5.12-10.24 10.24-15.36 46.08-56.32 56.32-102.4 30.72-138.24-10.24-10.24-20.48-20.48-35.84-30.72-10.24-46.08-46.08-71.68-107.52-87.04-122.88-25.6-296.96 15.36-532.48 122.88-71.68 35.84-128 51.2-168.96 51.2-35.84 0-56.32-10.24-66.56-30.72-10.24-20.48-10.24-56.32 0-102.4 20.48-56.32 46.08-117.76 81.92-194.56v-10.24c0-10.24 0-15.36-10.24-20.48 5.12-15.36 15.36-30.72 20.48-46.08v-10.24c0-15.36-10.24-25.6-25.6-25.6s-20.48 5.12-25.6 15.36c-51.2 112.64-81.92 204.8-97.28 276.48-35.84 102.4-40.96 179.2-25.6 225.28 15.36 46.08 56.32 66.56 107.52 66.56 46.08 0 112.64-20.48 189.44-56.32 215.04-102.4 394.24-148.48 542.72-143.36 25.6 0 46.08 0 61.44 5.12 0 35.84-20.48 81.92-61.44 133.12-25.6 35.84-30.72 66.56-15.36 92.16 15.36 20.48 40.96 35.84 81.92 35.84 61.44 5.12 158.72-10.24 286.72-40.96 117.76-30.72 240.64-71.68 358.4-122.88 66.56-30.72 128-56.32 179.2-87.04 40.96-15.36 87.04-25.6 133.12-40.96 10.24 0 15.36-15.36 15.36-25.6s-10.24-25.6-25.6-25.6z m-1018.88 25.6c-153.6 0-343.04 46.08-563.2 148.48-71.68 35.84-128 51.2-168.96 51.2-30.72 0-51.2-10.24-61.44-30.72-5.12-15.36-5.12-30.72-5.12-51.2 20.48 30.72 56.32 46.08 102.4 40.96 46.08 0 112.64-20.48 189.44-56.32 220.16-102.4 389.12-143.36 496.64-117.76 20.48 0 35.84 10.24 46.08 20.48h-35.84z m107.52 87.04c5.12 15.36 0 30.72-20.48 56.32 10.24-20.48 15.36-35.84 20.48-56.32z m230.4 143.36c-122.88 30.72-209.92 46.08-266.24 40.96-25.6 0-35.84-5.12-40.96-15.36 0-5.12 0-20.48 15.36-35.84 0-5.12 10.24-10.24 10.24-15.36 0 20.48 10.24 35.84 35.84 46.08 30.72 10.24 81.92 5.12 163.84-10.24 46.08-10.24 97.28-20.48 158.72-35.84-25.6 5.12-51.2 15.36-76.8 20.48z" fill="#363B4C" ></path></symbol><symbol id="icon-quseqi" viewBox="0 0 1024 1024"><path d="M1017.639752 165.36646c0-25.440994-12.720497-50.881988-31.801243-69.962733l-63.602484-63.602485c-38.161491-38.161491-101.763975-38.161491-139.925466 0l-139.925466 146.285715L572.42236 108.124224 432.496894 248.049689l57.242236 57.242236-387.975155 381.614907c-25.440994 25.440994-38.161491 57.242236-44.521739 95.403727l-25.440994 25.440994c-50.881988 50.881988-50.881988 127.204969 0 178.086956 50.881988 50.881988 127.204969 50.881988 178.086957 0l25.440994-25.440993c38.161491 0 69.962733-19.080745 95.403726-44.52174l387.975156-387.975155 57.242236 57.242236L915.875776 445.217391l-69.962733-69.962733 139.925466-139.925465c19.080745-19.080745 31.801242-44.521739 31.801243-69.962733zM267.130435 852.273292c-19.080745 19.080745-44.521739 19.080745-63.602485 12.720497l-57.242236 57.242236c-12.720497 12.720497-38.161491 12.720497-50.881987 0-12.720497-12.720497-12.720497-38.161491 0-50.881988l57.242236-57.242236c-12.720497-19.080745 0-44.521739 12.720497-63.602484l387.975155-387.975156 101.763975 101.763976-387.975155 387.975155z" fill="#363B4C" ></path></symbol><symbol id="icon-xiexian-xuanzhong" viewBox="0 0 2048 1024"><path d="M409.6 716.8V307.2c0-112.64 92.16-204.8 204.8-204.8h819.2c112.64 0 204.8 92.16 204.8 204.8v409.6c0 112.64-92.16 204.8-204.8 204.8H614.4c-112.64 0-204.8-92.16-204.8-204.8z m76.8 0c0 35.84 10.24 66.56 35.84 92.16 25.6 25.6 56.32 35.84 92.16 35.84h819.2c35.84 0 66.56-10.24 92.16-35.84 25.6-25.6 35.84-56.32 35.84-92.16V307.2c0-35.84-10.24-66.56-35.84-92.16s-56.32-35.84-92.16-35.84H614.4c-35.84 0-66.56 10.24-92.16 35.84-25.6 25.6-35.84 56.32-35.84 92.16v409.6z" fill="#1E6FFF" ></path><path d="M727.04 179.2L486.4 419.84v107.52l348.16-348.16h-107.52zM1034.24 179.2L486.4 727.04c0 30.72 10.24 56.32 30.72 76.8L1141.76 179.2h-107.52zM1433.6 179.2h-92.16l-665.6 665.6h107.52l665.6-665.6H1433.6zM1561.6 307.2c0-10.24 0-25.6-5.12-35.84L983.04 844.8h107.52l471.04-471.04V307.2zM1561.6 573.44l-271.36 271.36h107.52l163.84-163.84v-107.52zM1561.6 680.96l76.8-76.8V496.64l-76.8 76.8v107.52z" fill="#1E6FFF" ></path></symbol><symbol id="icon-xuanze-xuanzhong" viewBox="0 0 1024 1024"><path d="M0 1024h1024V0H0v1024z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M890.88 337.92l-716.8-240.64c-20.48-5.12-40.96 0-61.44 15.36-15.36 15.36-20.48 35.84-15.36 61.44l240.64 716.8c10.24 25.6 25.6 40.96 56.32 40.96 30.72 0 46.08-15.36 56.32-40.96l92.16-348.16 348.16-92.16c25.6-5.12 40.96-25.6 40.96-56.32 0-30.72-10.24-46.08-40.96-56.32zM496.64 455.68c-20.48 5.12-35.84 20.48-40.96 40.96l-66.56 261.12L204.8 204.8l552.96 184.32-261.12 66.56z" fill="#1E6FFF" ></path></symbol><symbol id="icon-jiaochaxian-xuanzhong" viewBox="0 0 2048 1024"><path d="M1433.6 921.6H614.4c-112.64 0-204.8-92.16-204.8-204.8V307.2c0-112.64 92.16-204.8 204.8-204.8h819.2c112.64 0 204.8 92.16 204.8 204.8v409.6c0 112.64-92.16 204.8-204.8 204.8zM614.4 179.2c-71.68 0-128 56.32-128 128v409.6c0 71.68 56.32 128 128 128h819.2c71.68 0 128-56.32 128-128V307.2c0-71.68-56.32-128-128-128H614.4z" fill="#1E6FFF" ></path><path d="M803.84 102.4L409.6 496.64v107.52L911.36 102.4h-107.52zM1111.04 102.4L424.96 788.48c10.24 25.6 25.6 46.08 40.96 66.56L1218.56 102.4h-107.52zM1433.6 102.4h-15.36l-819.2 819.2h107.52L1510.4 117.76c-25.6-10.24-51.2-15.36-76.8-15.36zM1612.8 215.04L906.24 921.6h107.52L1638.4 296.96c0-30.72-10.24-61.44-20.48-87.04zM1638.4 604.16V496.64L1213.44 921.6h107.52l317.44-317.44z" fill="#1E6FFF" ></path><path d="M1351.68 102.4h-112.64L1638.4 501.76V389.12L1351.68 102.4zM931.84 102.4l691.2 691.2c10.24-25.6 15.36-51.2 15.36-76.8v-15.36L1039.36 102.4h-107.52zM624.64 102.4l819.2 819.2c30.72 0 61.44-10.24 87.04-25.6L732.16 102.4h-107.52zM430.08 215.04L1136.64 921.6h107.52L476.16 153.6c-20.48 15.36-35.84 35.84-46.08 61.44zM409.6 501.76l419.84 419.84h107.52L409.6 394.24v107.52z" fill="#1E6FFF" ></path></symbol><symbol id="icon-jiaochaxian" viewBox="0 0 2048 1024"><path d="M0 0h2048v1024H0z" fill="#FFFFFF" fill-opacity="0" ></path><path d="M1433.6 921.6H614.4c-112.64 0-204.8-92.16-204.8-204.8V307.2c0-112.64 92.16-204.8 204.8-204.8h819.2c112.64 0 204.8 92.16 204.8 204.8v409.6c0 112.64-92.16 204.8-204.8 204.8zM614.4 179.2c-71.68 0-128 56.32-128 128v409.6c0 71.68 56.32 128 128 128h819.2c71.68 0 128-56.32 128-128V307.2c0-71.68-56.32-128-128-128H614.4z" fill="#363B4C" ></path><path d="M803.84 102.4L409.6 496.64v107.52L911.36 102.4h-107.52zM1111.04 102.4L424.96 788.48c10.24 25.6 25.6 46.08 40.96 66.56L1218.56 102.4h-107.52zM1433.6 102.4h-15.36l-819.2 819.2h107.52L1510.4 117.76c-25.6-10.24-51.2-15.36-76.8-15.36zM1612.8 215.04L906.24 921.6h107.52L1638.4 296.96c0-30.72-10.24-61.44-20.48-87.04zM1638.4 604.16V496.64L1213.44 921.6h107.52l317.44-317.44z" fill="#363B4C" ></path><path d="M1351.68 102.4h-112.64L1638.4 501.76V389.12L1351.68 102.4zM931.84 102.4l691.2 691.2c10.24-25.6 15.36-51.2 15.36-76.8v-15.36L1039.36 102.4h-107.52zM624.64 102.4l819.2 819.2c30.72 0 61.44-10.24 87.04-25.6L732.16 102.4h-107.52zM430.08 215.04L1136.64 921.6h107.52L476.16 153.6c-20.48 15.36-35.84 35.84-46.08 61.44zM409.6 501.76l419.84 419.84h107.52L409.6 394.24v107.52z" fill="#363B4C" ></path></symbol><symbol id="icon-jiguangbi-xuanzhong" viewBox="0 0 1024 1024"><path d="M0 1024h1024V0H0v1024z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M921.6 471.04L353.28 281.6c-20.48-5.12-40.96 0-56.32 15.36-15.36 15.36-20.48 35.84-15.36 56.32L471.04 921.6c10.24 25.6 25.6 40.96 56.32 40.96 30.72 0 46.08-15.36 51.2-40.96l71.68-266.24 266.24-71.68c25.6-5.12 40.96-25.6 40.96-51.2s-10.24-46.08-40.96-56.32z m-312.32 97.28c-20.48 5.12-35.84 20.48-40.96 40.96l-46.08 184.32-133.12-404.48 404.48 133.12-184.32 46.08z" fill="#1E6FFF" ></path><path d="M97.28 378.88c0 76.8 30.72 148.48 81.92 199.68 25.6 25.6 56.32 46.08 92.16 61.44l35.84-81.92c-25.6-10.24-46.08-25.6-61.44-40.96-35.84-35.84-56.32-81.92-56.32-138.24 0-107.52 87.04-194.56 194.56-194.56s102.4 20.48 138.24 56.32c15.36 15.36 30.72 40.96 40.96 61.44l81.92-35.84c-15.36-35.84-35.84-66.56-61.44-92.16-51.2-51.2-122.88-81.92-199.68-81.92-158.72 5.12-286.72 133.12-286.72 286.72z" fill="#1E6FFF" ></path></symbol><symbol id="icon-bianji" viewBox="0 0 1024 1024"><path d="M51.2 1024h921.6c29.257143 0 51.2-21.942857 51.2-51.2s-21.942857-51.2-51.2-51.2H51.2c-29.257143 0-51.2 21.942857-51.2 51.2s21.942857 51.2 51.2 51.2zM906.971429 204.8L716.8 14.628571c-21.942857-21.942857-51.2-21.942857-73.142857 0L117.028571 548.571429c-7.314286 7.314286-14.628571 21.942857-14.628571 36.571428v182.857143c0 29.257143 21.942857 51.2 51.2 51.2h190.171429c14.628571 0 29.257143 0 36.571428-14.628571l526.628572-526.628572c21.942857-21.942857 21.942857-51.2 0-73.142857z m-585.142858 512H204.8V599.771429l475.428571-475.428572 117.028572 117.028572-475.428572 475.428571z" fill="#1E6FFF" ></path></symbol><symbol id="icon-xingzhuang" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M629.76 71.68c-148.48 0-276.48 107.52-302.08 250.88H138.24c-35.84 0-66.56 30.72-66.56 66.56v496.64c0 35.84 30.72 66.56 66.56 66.56h501.76c35.84 0 66.56-30.72 66.56-66.56v-194.56c133.12-35.84 230.4-158.72 230.4-307.2s-133.12-312.32-307.2-312.32z m-10.24 793.6H163.84V409.6h455.68v455.68z m92.16-261.12V389.12c0-35.84-30.72-66.56-66.56-66.56H414.72C440.32 225.28 527.36 153.6 634.88 153.6s225.28 102.4 225.28 230.4-61.44 184.32-148.48 215.04z" fill="#363B4C" ></path></symbol><symbol id="icon-xingzhuang-xuanzhong" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M629.76 71.68c-148.48 0-276.48 107.52-302.08 250.88H138.24c-35.84 0-66.56 30.72-66.56 66.56v496.64c0 35.84 30.72 66.56 66.56 66.56h501.76c35.84 0 66.56-30.72 66.56-66.56v-194.56c133.12-35.84 230.4-158.72 230.4-307.2s-133.12-312.32-307.2-312.32z m-10.24 793.6H163.84V409.6h455.68v455.68z m92.16-261.12V389.12c0-35.84-30.72-66.56-66.56-66.56H414.72C440.32 225.28 527.36 153.6 634.88 153.6s225.28 102.4 225.28 230.4-61.44 184.32-148.48 215.04z" fill="#1E6FFF" ></path></symbol><symbol id="icon-xuanze" viewBox="0 0 1024 1024"><path d="M0 1024h1024V0H0v1024z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M890.88 337.92l-716.8-240.64c-20.48-5.12-40.96 0-61.44 15.36-15.36 15.36-20.48 35.84-15.36 61.44l240.64 716.8c10.24 25.6 25.6 40.96 56.32 40.96 30.72 0 46.08-15.36 56.32-40.96l92.16-348.16 348.16-92.16c25.6-5.12 40.96-25.6 40.96-56.32 0-30.72-10.24-46.08-40.96-56.32zM496.64 455.68c-20.48 5.12-35.84 20.48-40.96 40.96l-66.56 261.12L204.8 204.8l552.96 184.32-261.12 66.56z" fill="#363B4C" ></path></symbol><symbol id="icon-jiguangbi" viewBox="0 0 1024 1024"><path d="M0 1024h1024V0H0v1024z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M921.6 471.04L353.28 281.6c-20.48-5.12-40.96 0-56.32 15.36-15.36 15.36-20.48 35.84-15.36 56.32L471.04 921.6c10.24 25.6 25.6 40.96 56.32 40.96 30.72 0 46.08-15.36 51.2-40.96l71.68-266.24 266.24-71.68c25.6-5.12 40.96-25.6 40.96-51.2s-10.24-46.08-40.96-56.32z m-312.32 97.28c-20.48 5.12-35.84 20.48-40.96 40.96l-46.08 184.32-133.12-404.48 404.48 133.12-184.32 46.08z" fill="#363B4C" ></path><path d="M97.28 378.88c0 76.8 30.72 148.48 81.92 199.68 25.6 25.6 56.32 46.08 92.16 61.44l35.84-81.92c-25.6-10.24-46.08-25.6-61.44-40.96-35.84-35.84-56.32-81.92-56.32-138.24 0-107.52 87.04-194.56 194.56-194.56s102.4 20.48 138.24 56.32c15.36 15.36 30.72 40.96 40.96 61.44l81.92-35.84c-15.36-35.84-35.84-66.56-61.44-92.16-51.2-51.2-122.88-81.92-199.68-81.92-158.72 5.12-286.72 133.12-286.72 286.72z" fill="#363B4C" ></path></symbol><symbol id="icon-youcemianban" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M768 61.44H256C148.48 61.44 61.44 148.48 61.44 256v512c0 107.52 87.04 194.56 194.56 194.56h512c107.52 0 194.56-87.04 194.56-194.56V256c0-107.52-87.04-194.56-194.56-194.56z m-158.72 814.08H256c-30.72 0-56.32-10.24-76.8-30.72s-30.72-46.08-30.72-76.8V256c0-30.72 10.24-56.32 30.72-76.8s46.08-30.72 76.8-30.72h353.28v727.04z m266.24-107.52c0 30.72-10.24 56.32-30.72 76.8s-46.08 30.72-76.8 30.72h-76.8V148.48H768c30.72 0 56.32 10.24 76.8 30.72s30.72 46.08 30.72 76.8v512z" fill="#363B4C" ></path><path d="M317.44 645.12c-15.36-15.36-20.48-40.96-5.12-61.44l61.44-66.56-61.44-61.44c-15.36-15.36-15.36-40.96 0-56.32 15.36-20.48 40.96-20.48 56.32-10.24L460.8 481.28c15.36 15.36 15.36 40.96 0 56.32l-92.16 97.28c-15.36 15.36-40.96 15.36-61.44 0z" fill="#363B4C" ></path></symbol><symbol id="icon-xiexian" viewBox="0 0 2048 1024"><path d="M409.6 716.8V307.2c0-112.64 92.16-204.8 204.8-204.8h819.2c112.64 0 204.8 92.16 204.8 204.8v409.6c0 112.64-92.16 204.8-204.8 204.8H614.4c-112.64 0-204.8-92.16-204.8-204.8z m76.8 0c0 35.84 10.24 66.56 35.84 92.16 25.6 25.6 56.32 35.84 92.16 35.84h819.2c35.84 0 66.56-10.24 92.16-35.84 25.6-25.6 35.84-56.32 35.84-92.16V307.2c0-35.84-10.24-66.56-35.84-92.16s-56.32-35.84-92.16-35.84H614.4c-35.84 0-66.56 10.24-92.16 35.84-25.6 25.6-35.84 56.32-35.84 92.16v409.6z" fill="#363B4C" ></path><path d="M803.84 102.4L409.6 496.64v107.52L911.36 102.4h-107.52zM1111.04 102.4L424.96 788.48c10.24 25.6 25.6 46.08 40.96 66.56L1218.56 102.4h-107.52zM1433.6 102.4h-15.36l-819.2 819.2h107.52L1510.4 117.76c-25.6-10.24-51.2-15.36-76.8-15.36zM1612.8 215.04L906.24 921.6h107.52L1638.4 296.96c0-30.72-10.24-61.44-20.48-87.04zM1638.4 604.16V496.64L1213.44 921.6h107.52l317.44-317.44z" fill="#363B4C" ></path></symbol><symbol id="icon-chexiao-copy" viewBox="0 0 1024 1024"><path d="M138.325333 391.68l99.754667 94.08a34.133333 34.133333 0 0 0 46.848-49.706667l-36.736-34.645333h319.701333q76.672 0 133.632 51.626667 56.96 51.669333 59.946667 123.946666 3.157333 76.373333-54.698667 132.992-57.813333 56.618667-138.88 56.618667H301.952a33.194667 33.194667 0 0 0 0 66.389333h265.941333q54.485333 0 104.661334-20.906666 48.085333-19.968 84.906666-56.064 36.906667-36.096 56.277334-82.176 20.181333-48.042667 18.090666-99.413334-4.096-99.029333-81.493333-169.216Q672.938667 334.933333 567.893333 334.933333H258.346667l22.954666-18.517333a34.005333 34.005333 0 1 0-42.752-52.906667L140.288 343.04a32.256 32.256 0 0 0-12.288 25.173333c0 8.832 3.712 17.28 10.325333 23.466667z" fill="#D7D8DB" ></path></symbol><symbol id="icon-dianxuxian-xuanzhong" viewBox="0 0 2048 1024"><path d="M128 588.8H102.4a76.8 76.8 0 1 1 0-153.6h25.6a76.8 76.8 0 1 1 0 153.6z m307.2 0h-51.2a76.8 76.8 0 1 1 0-153.6h51.2a76.8 76.8 0 1 1 0 153.6z m307.2 0h-51.2a76.8 76.8 0 1 1 0-153.6h51.2a76.8 76.8 0 0 1 0 153.6z m307.2 0h-51.2a76.8 76.8 0 0 1 0-153.6h51.2a76.8 76.8 0 0 1 0 153.6z m307.2 0h-51.2a76.8 76.8 0 0 1 0-153.6h51.2a76.8 76.8 0 0 1 0 153.6z m307.2 0h-51.2a76.8 76.8 0 0 1 0-153.6h51.2a76.8 76.8 0 0 1 0 153.6z m281.6 0h-25.6a76.8 76.8 0 0 1 0-153.6h25.6a76.8 76.8 0 0 1 0 153.6z" fill="#1E6FFF" ></path></symbol><symbol id="icon-dianxuxian" viewBox="0 0 2048 1024"><path d="M128 588.8H102.4a76.8 76.8 0 1 1 0-153.6h25.6a76.8 76.8 0 1 1 0 153.6z m307.2 0h-51.2a76.8 76.8 0 1 1 0-153.6h51.2a76.8 76.8 0 1 1 0 153.6z m307.2 0h-51.2a76.8 76.8 0 1 1 0-153.6h51.2a76.8 76.8 0 0 1 0 153.6z m307.2 0h-51.2a76.8 76.8 0 0 1 0-153.6h51.2a76.8 76.8 0 0 1 0 153.6z m307.2 0h-51.2a76.8 76.8 0 0 1 0-153.6h51.2a76.8 76.8 0 0 1 0 153.6z m307.2 0h-51.2a76.8 76.8 0 0 1 0-153.6h51.2a76.8 76.8 0 0 1 0 153.6z m281.6 0h-25.6a76.8 76.8 0 0 1 0-153.6h25.6a76.8 76.8 0 0 1 0 153.6z" fill="#363B4C" ></path></symbol><symbol id="icon-biaozhun-xuanzhong" viewBox="0 0 1999 1024"><path d="M266.16794 274.657349a49.9377 49.9377 0 0 1-4.943832 21.573086q-132.884219 277.653611-102.522098 354.907233 6.441963 16.379566 36.055019 15.83025 53.683027-0.998754 153.558427-47.690503 329.638756-154.107742 561.699247-147.216339 119.201289 3.495639 161.298771 59.725489 46.392123 61.972685-10.586793 141.873005 31.460751-2.59676 82.247392-11.985048 221.22401-40.799101 743.472474-210.337591a49.9377 49.9377 0 0 1 30.811561 94.981505q-528.490677 171.585936-756.106712 213.583542-124.39481 22.971342-173.134006 7.690406-54.432093-17.028756-53.133712-68.514525 0.799003-31.91019 31.810315-67.415894 20.174831-23.071217 23.770345-37.852777 0.449439-1.747819 0.499377-2.646698-13.782805-17.178569-83.895336-19.275952-208.340084-6.192275-516.455691 137.828051-119.101414 55.680535-194.007964 57.128729-99.026459 1.847695-130.836773-79.201192-46.292248-117.703158 105.368546-434.557863A49.9377 49.9377 0 0 1 266.16794 274.657349z" fill="#1E6FFF" ></path></symbol><symbol id="icon-biaozhun" viewBox="0 0 1999 1024"><path d="M266.16794 274.657349a49.9377 49.9377 0 0 1-4.943832 21.573086q-132.884219 277.653611-102.522098 354.907233 6.441963 16.379566 36.055019 15.83025 53.683027-0.998754 153.558427-47.690503 329.638756-154.107742 561.699247-147.216339 119.201289 3.495639 161.298771 59.725489 46.392123 61.972685-10.586793 141.873005 31.460751-2.59676 82.247392-11.985048 221.22401-40.799101 743.472474-210.337591a49.9377 49.9377 0 0 1 30.811561 94.981505q-528.490677 171.585936-756.106712 213.583542-124.39481 22.971342-173.134006 7.690406-54.432093-17.028756-53.133712-68.514525 0.799003-31.91019 31.810315-67.415894 20.174831-23.071217 23.770345-37.852777 0.449439-1.747819 0.499377-2.646698-13.782805-17.178569-83.895336-19.275952-208.340084-6.192275-516.455691 137.828051-119.101414 55.680535-194.007964 57.128729-99.026459 1.847695-130.836773-79.201192-46.292248-117.703158 105.368546-434.557863A49.9377 49.9377 0 0 1 266.16794 274.657349z" fill="#363B4C" ></path></symbol><symbol id="icon-bianqian" viewBox="0 0 1024 1024"><path d="M897.28 93.9008H135.9872a42.1888 42.1888 0 0 0-42.1888 42.2912v761.344a42.496 42.496 0 0 0 42.496 42.1888h0.1024l483.2256-0.2048c24.064 0 47.2064-9.6256 64.256-26.624l229.0176-228.864c17.1008-17.1008 26.7264-40.2432 26.7264-64.4096V136.6016a42.496 42.496 0 0 0-42.3424-42.7008z m-242.8928 728.2176v-167.6288h167.6288l-167.6288 167.6288z m200.0384-252.8256H611.84l-5.1712 0.3072a42.5984 42.5984 0 0 0-37.5296 42.2912v242.5856h-390.144V179.0976h675.328v390.1952z" fill="#363B4C" ></path></symbol><symbol id="icon-chunse-xuanzhong" viewBox="0 0 1811 1024"><path d="M362.34352 90.58588m181.171761 0l724.68704 0q181.17176 0 181.171761 181.17176l0 362.343521q0 181.17176-181.171761 181.17176l-724.68704 0q-181.17176 0-181.171761-181.17176l0-362.343521q0-181.17176 181.171761-181.17176Z" fill="#1E6FFF" ></path></symbol><symbol id="icon-chexiao" viewBox="0 0 1024 1024"><path d="M138.325333 391.68l99.754667 94.08a34.133333 34.133333 0 0 0 46.848-49.706667l-36.736-34.645333h319.701333q76.672 0 133.632 51.626667 56.96 51.669333 59.946667 123.946666 3.157333 76.373333-54.698667 132.992-57.813333 56.618667-138.88 56.618667H301.952a33.194667 33.194667 0 0 0 0 66.389333h265.941333q54.485333 0 104.661334-20.906666 48.085333-19.968 84.906666-56.064 36.906667-36.096 56.277334-82.176 20.181333-48.042667 18.090666-99.413334-4.096-99.029333-81.493333-169.216Q672.938667 334.933333 567.893333 334.933333H258.346667l22.954666-18.517333a34.005333 34.005333 0 1 0-42.752-52.906667L140.288 343.04a32.256 32.256 0 0 0-12.288 25.173333c0 8.832 3.712 17.28 10.325333 23.466667z" fill="#363B4C" ></path></symbol><symbol id="icon-huifu-copy" viewBox="0 0 1024 1024"><path d="M885.674667 391.68l-99.754667 94.08a34.133333 34.133333 0 0 1-46.848-49.706667l36.736-34.645333H456.106667q-76.672 0-133.632 51.626667-56.96 51.669333-59.946667 123.946666-3.157333 76.373333 54.698667 132.992 57.813333 56.618667 138.88 56.618667h265.941333a33.194667 33.194667 0 0 1 0 66.389333H456.106667q-54.485333 0-104.661334-20.906666-48.085333-19.968-84.906666-56.064-36.906667-36.096-56.277334-82.176-20.181333-48.042667-18.090666-99.413334 4.096-99.029333 81.493333-169.216Q351.061333 334.933333 456.106667 334.933333h309.546666l-22.954666-18.517333a34.005333 34.005333 0 1 1 42.752-52.906667l98.261333 79.445334a32.256 32.256 0 0 1 12.288 25.173333 32.256 32.256 0 0 1-10.325333 23.466667z" fill="#D7D8DB" ></path></symbol><symbol id="icon-lianxian" viewBox="0 0 1024 1024"><path d="M118.9888 138.1888Q76.8 180.3264 76.8 239.9744t42.1888 101.888q42.1376 42.1376 101.7856 42.1376t101.888-42.1888q20.48-20.48 30.976-45.056 205.0048-7.3728 242.688 35.6864 8.8576 10.1888-4.1472 36.2496-22.3744 44.6464-96.256 111.2064-88.32 79.4624-109.9264 141.9776-28.5184 82.2272 41.3696 133.0688 84.6336 61.5424 347.8528 59.2384l-37.888 35.7888a43.9808 43.9808 0 0 0 0 64.6144 49.8176 49.8176 0 0 0 34.2528 13.4144c12.8 0 25.088-4.8128 34.1504-13.4144l120.9344-114.2784a43.9808 43.9808 0 0 0 0-64.6144l-120.9344-114.3296a50.3296 50.3296 0 0 0-68.352 0 43.9808 43.9808 0 0 0 0 64.6656l44.2368 41.8816q-239.36 3.7376-303.4112-42.8544-18.1248-13.1584-10.5984-34.9184 14.336-41.472 86.0672-105.984 191.6928-172.544 107.6224-268.5952-61.952-70.8608-299.3664-65.3312-8.0896-40.8064-39.3216-72.0384-42.1888-42.1888-101.8368-42.1888t-101.7856 42.1888zM186.88 273.92q-14.08-14.0288-14.08-33.9456 0-19.8656 14.08-33.8944 14.0288-14.08 33.8944-14.08 19.9168 0 33.9456 14.08 14.08 14.0288 14.08 33.8944 0 19.9168-14.08 33.9456-14.0288 14.08-33.9456 14.08-19.8656 0-33.8944-14.08z" fill="#363B4C" ></path></symbol><symbol id="icon-tianjiawenzi" viewBox="0 0 1024 1024"><path d="M797.3888 294.2464V252.416h-244.992v519.168h124.0576q18.944 0 32.5632 11.0592 14.6432 11.8784 14.6432 29.3888 0 17.5104-14.6432 29.3888-13.6192 11.008-32.5632 11.008H347.392q-18.944 0-32.512-11.008-14.6944-11.8784-14.6944-29.3888 0-17.5104 14.6944-29.3888 13.568-11.008 32.512-11.008h124.2624V252.416H226.6624v41.8304q0 17.1008-12.2368 28.9792-11.776 11.4176-28.16 11.4176-16.384 0-28.1088-11.4176-12.2368-11.8784-12.2368-28.9792V211.968q0-17.152 12.2368-29.0304 11.776-11.4688 28.16-11.4688h651.4688q16.384 0 28.1088 11.4176 12.1856 11.8784 12.1856 28.9792v82.3296q0 17.1008-12.2368 28.9792-11.7248 11.4176-28.1088 11.4176-16.384 0-28.16-11.4176-12.1856-11.8784-12.1856-28.9792z" fill="#363B4C" ></path><path d="M384 552.96H117.76a40.96 40.96 0 0 1 0-81.92h266.24v81.92zM640 552.96h266.24a40.96 40.96 0 0 0 0-81.92h-266.24v81.92z" fill="#363B4C" ></path></symbol><symbol id="icon-tupian-xuanzhong" viewBox="0 0 1024 1024"><path d="M832.8192 89.6c31.232 0 56.2176 12.4928 74.9568 31.2832 18.7392 25.0368 31.232 50.0736 24.9856 75.1104v632.0128c0 31.2832-12.4928 56.32-31.232 75.1104a103.3216 103.3216 0 0 1-74.9568 31.232H195.7888c-31.232 0-56.2176-12.4928-74.9568-31.232a103.7312 103.7312 0 0 1-31.232-75.1104V195.9936c0-25.088 12.4928-50.0736 31.232-75.1104a103.3216 103.3216 0 0 1 74.9568-31.2832h637.0304z m-137.3696 450.56l156.16 219.0336v-563.2c0-12.544-6.2976-18.7904-18.7904-18.7904H202.0352c-6.2464 0-6.2464 6.2464-12.4928 6.2464s-6.2464 6.2464-6.2464 12.544v638.2592c0 12.544 6.2464 18.7904 18.7392 18.7904h124.928l231.0656-319.1296c18.7392-18.7904 43.7248-31.2832 68.7104-31.2832 31.232 0 49.9712 12.4928 68.7104 37.5296zM363.776 214.1696c37.4784 0 74.9568 12.544 99.9424 43.8272 31.232 31.2832 43.7248 62.5664 49.9712 106.3936 0 43.776-12.4928 75.0592-43.7248 106.3424-31.232 31.3344-62.464 43.8272-106.1888 43.8272-43.7248 0-74.9056-12.4928-106.1376-43.8272-31.232-31.232-43.7248-62.5664-43.7248-106.3424 0-43.8272 12.4928-75.1104 43.7248-106.3936 31.232-31.2832 62.464-43.8272 106.1376-43.8272z m0 212.7872c18.7392 0 31.232-6.2464 43.7248-18.7904 12.4928-12.4928 18.7392-25.0368 18.7392-43.776 0-18.7904-6.2464-31.2832-18.7392-43.8272-12.4928-12.4928-24.9856-18.7904-43.7248-18.7904s-31.232 6.2976-43.7248 18.7904c-12.4416 12.544-18.688 25.0368-18.688 43.8272 0 18.7392 6.2464 31.232 18.688 43.776 12.4928 12.544 24.9856 18.7904 43.7248 18.7904z m262.9632 163.2768L426.8544 852.992H814.08l-187.392-262.8096z" fill="#1E6FFF" ></path></symbol><symbol id="icon-suoxiao" viewBox="0 0 1024 1024"><path d="M192 489.6q0-4.096 0.810667-8.106667 0.768-4.010667 2.346666-7.808 1.578667-3.797333 3.84-7.210666 2.304-3.413333 5.205334-6.272 2.858667-2.901333 6.272-5.205334 3.413333-2.261333 7.210666-3.84 3.797333-1.578667 7.808-2.346666 4.010667-0.810667 8.106667-0.810667h556.8q4.096 0 8.106667 0.810667 4.010667 0.768 7.808 2.346666 3.797333 1.578667 7.210666 3.84 3.413333 2.304 6.272 5.205334 2.901333 2.858667 5.205334 6.272 2.261333 3.413333 3.84 7.210666 1.578667 3.797333 2.346666 7.808 0.810667 4.010667 0.810667 8.106667t-0.810667 8.106667q-0.768 4.010667-2.346666 7.808-1.578667 3.797333-3.84 7.210666-2.304 3.413333-5.205334 6.272-2.858667 2.901333-6.272 5.205334-3.413333 2.261333-7.210666 3.84-3.797333 1.578667-7.808 2.346666-4.010667 0.810667-8.106667 0.810667H233.6q-4.096 0-8.106667-0.810667-4.010667-0.768-7.808-2.346666-3.797333-1.578667-7.210666-3.84-3.413333-2.304-6.272-5.205334-2.901333-2.858667-5.205334-6.272-2.261333-3.413333-3.84-7.210666-1.578667-3.797333-2.346666-7.808-0.810667-4.010667-0.810667-8.106667z" fill="#363B4C" ></path></symbol><symbol id="icon-tianjia" viewBox="0 0 1024 1024"><path d="M0 512a512 512 0 1 0 1024 0 512 512 0 1 0-1024 0Z" fill="#1E6FFF" ></path><path d="M473.6 473.6V294.4a38.4 38.4 0 0 1 76.8 0v179.2h179.2a38.4 38.4 0 1 1 0 76.8h-179.2v179.2a38.4 38.4 0 0 1-76.8 0v-179.2H294.4a38.4 38.4 0 1 1 0-76.8h179.2z" fill="#FFFFFF" ></path></symbol><symbol id="icon-jiantou" viewBox="0 0 1024 1024"><path d="M882.688 219.904l-85.248 359.7824a46.7456 46.7456 0 0 1-78.7456 22.3232l-49.0496-96.3584-483.4816 386.816a25.2928 25.2928 0 0 1-35.5328-35.5328l386.8672-483.584-96.9216-49.5104a46.848 46.848 0 0 1 22.8352-78.848l363.52-81.6128a46.848 46.848 0 0 1 55.808 56.5248z" fill="#363B4C" ></path></symbol><symbol id="icon-qiehuan" viewBox="0 0 1024 1024"><path d="M629.632 138.176a41.472 41.472 0 0 1 58.56 4.16l197.632 228.288a41.472 41.472 0 0 1-31.36 68.736H169.536a41.472 41.472 0 0 1 0-83.008h593.984L625.408 196.672a41.6 41.6 0 0 1-0.512-53.76l4.736-4.8zM394.368 885.76a41.472 41.472 0 0 1-58.56-4.16L138.24 653.376a41.472 41.472 0 0 1 31.36-68.736h684.928a41.472 41.472 0 0 1 0 83.008H260.48l138.112 159.616a41.6 41.6 0 0 1 0.512 53.76l-4.736 4.8z" fill="#6F7588" ></path></symbol><symbol id="icon-huifu" viewBox="0 0 1024 1024"><path d="M885.674667 391.68l-99.754667 94.08a34.133333 34.133333 0 0 1-46.848-49.706667l36.736-34.645333H456.106667q-76.672 0-133.632 51.626667-56.96 51.669333-59.946667 123.946666-3.157333 76.373333 54.698667 132.992 57.813333 56.618667 138.88 56.618667h265.941333a33.194667 33.194667 0 0 1 0 66.389333H456.106667q-54.485333 0-104.661334-20.906666-48.085333-19.968-84.906666-56.064-36.906667-36.096-56.277334-82.176-20.181333-48.042667-18.090666-99.413334 4.096-99.029333 81.493333-169.216Q351.061333 334.933333 456.106667 334.933333h309.546666l-22.954666-18.517333a34.005333 34.005333 0 1 1 42.752-52.906667l98.261333 79.445334a32.256 32.256 0 0 1 12.288 25.173333 32.256 32.256 0 0 1-10.325333 23.466667z" fill="#363B4C" ></path></symbol><symbol id="icon-shezhi" viewBox="0 0 1024 1024"><path d="M96 166.464m51.2 0l729.6 0q51.2 0 51.2 51.2l0 0q0 51.2-51.2 51.2l-729.6 0q-51.2 0-51.2-51.2l0 0q0-51.2 51.2-51.2Z" fill="#363B4C" ></path><path d="M96 473.6m51.2 0l729.6 0q51.2 0 51.2 51.2l0 0q0 51.2-51.2 51.2l-729.6 0q-51.2 0-51.2-51.2l0 0q0-51.2 51.2-51.2Z" fill="#363B4C" ></path><path d="M96 780.8m51.2 0l729.6 0q51.2 0 51.2 51.2l0 0q0 51.2-51.2 51.2l-729.6 0q-51.2 0-51.2-51.2l0 0q0-51.2 51.2-51.2Z" fill="#363B4C" ></path></symbol><symbol id="icon-miaobiancuxi" viewBox="0 0 1024 1024"><path d="M95.9488 166.4512m41.6256 0l748.7488 0q41.6256 0 41.6256 41.6256l0-0.0512q0 41.6256-41.6256 41.6256l-748.7488 0q-41.6256 0-41.6256-41.6256l0 0.0512q0-41.6256 41.6256-41.6256Z" fill="#363B4C" ></path><path d="M95.8976 409.7536m64 0l704 0q64 0 64 64l0 0q0 64-64 64l-704 0q-64 0-64-64l0 0q0-64 64-64Z" fill="#363B4C" ></path><path d="M95.8976 697.6m99.2256 0l633.5488 0q99.2256 0 99.2256 99.2256l0-0.0512q0 99.2256-99.2256 99.2256l-633.5488 0q-99.2256 0-99.2256-99.2256l0 0.0512q0-99.2256 99.2256-99.2256Z" fill="#363B4C" ></path></symbol><symbol id="icon-shixian" viewBox="0 0 2048 1024"><path d="M1945.6 588.8H102.4a76.8 76.8 0 0 1 0-153.6h1843.2a76.8 76.8 0 0 1 0 153.6z" fill="#363B4C" ></path></symbol><symbol id="icon-chunse" viewBox="0 0 1811 1024"><path d="M362.34352 90.58588m181.171761 0l724.68704 0q181.17176 0 181.171761 181.17176l0 362.343521q0 181.17176-181.171761 181.17176l-724.68704 0q-181.17176 0-181.171761-181.17176l0-362.343521q0-181.17176 181.171761-181.17176Z" fill="#363B4C" ></path></symbol><symbol id="icon-gengduo" viewBox="0 0 1024 1024"><path d="M242.5856 513.024q0 4.4032-0.4096 8.7552-0.4608 4.4032-1.28 8.704-0.8704 4.352-2.1504 8.6016-1.28 4.1984-2.9696 8.2944t-3.7888 7.936q-2.048 3.8912-4.5056 7.5776-2.4576 3.6864-5.2736 7.0656-2.7648 3.4304-5.888 6.5536-3.1232 3.072-6.5536 5.888-3.4304 2.816-7.0656 5.2736-3.6864 2.4576-7.5776 4.5056-3.8912 2.0992-7.936 3.7888-4.096 1.6896-8.2944 2.9696-4.2496 1.28-8.5504 2.1504-4.352 0.8704-8.704 1.28-4.4032 0.4096-8.8576 0.4096-4.4032 0-8.8064-0.4096-4.352-0.4096-8.704-1.28-4.3008-0.8704-8.5504-2.1504-4.1984-1.28-8.2944-2.9696t-7.936-3.7888q-3.8912-2.048-7.5776-4.5056-3.6864-2.4576-7.0656-5.2736-3.4304-2.7648-6.5536-5.888-3.072-3.1232-5.888-6.5536-2.816-3.3792-5.2736-7.0656-2.4576-3.6864-4.5056-7.5776-2.0992-3.8912-3.7888-7.936-1.6896-4.096-2.9696-8.2944-1.28-4.2496-2.1504-8.5504-0.8704-4.352-1.28-8.704-0.4608-4.4032-0.4608-8.8064 0-4.4544 0.4608-8.8064 0.4096-4.4032 1.28-8.704 0.8704-4.352 2.1504-8.6016 1.28-4.1984 2.9696-8.2944t3.7888-7.936q2.048-3.8912 4.5056-7.5776 2.4576-3.6864 5.2736-7.0656 2.7648-3.4304 5.888-6.5536 3.1232-3.072 6.5536-5.888 3.3792-2.816 7.0656-5.2736 3.6864-2.4576 7.5776-4.5056 3.8912-2.048 7.936-3.7888 4.096-1.6896 8.2944-2.9696 4.2496-1.28 8.5504-2.1504 4.352-0.8192 8.704-1.28 4.4032-0.4096 8.8064-0.4096 4.4544 0 8.8064 0.4096 4.4032 0.4608 8.704 1.28 4.352 0.8704 8.6016 2.1504 4.1984 1.28 8.2944 2.9696t7.936 3.7888q3.8912 2.048 7.5776 4.5056 3.6352 2.4576 7.0656 5.2736 3.4304 2.7648 6.5536 5.888 3.072 3.1232 5.888 6.5536 2.816 3.3792 5.2736 7.0656 2.4576 3.6864 4.5056 7.5776 2.048 3.8912 3.7888 7.936 1.6896 4.096 2.9696 8.2944 1.28 4.2496 2.1504 8.5504 0.8192 4.352 1.28 8.704 0.4096 4.4032 0.4096 8.8576zM601.8048 513.024q0 4.4032-0.4608 8.7552-0.4096 4.4032-1.28 8.704-0.8704 4.352-2.1504 8.6016-1.28 4.1984-2.9696 8.2944t-3.7376 7.936q-2.048 3.8912-4.5568 7.5776-2.4576 3.6864-5.2224 7.0656-2.816 3.4304-5.9392 6.5536-3.072 3.072-6.5024 5.888-3.4304 2.816-7.1168 5.2736-3.6352 2.4576-7.5264 4.5056-3.8912 2.0992-7.9872 3.7888-4.096 1.6896-8.2944 2.9696t-8.5504 2.1504q-4.3008 0.8704-8.704 1.28-4.4032 0.4096-8.8064 0.4096t-8.8064-0.4096q-4.4032-0.4096-8.704-1.28-4.352-0.8704-8.5504-2.1504-4.2496-1.28-8.2944-2.9696-4.096-1.6896-7.9872-3.7888-3.8912-2.048-7.5264-4.5056-3.6864-2.4576-7.1168-5.2736-3.3792-2.7648-6.5024-5.888-3.1232-3.1232-5.9392-6.5536-2.7648-3.3792-5.2224-7.0656-2.4576-3.6864-4.5568-7.5776-2.048-3.8912-3.7376-7.936-1.6896-4.096-2.9696-8.2944-1.28-4.2496-2.1504-8.5504-0.8704-4.352-1.28-8.704-0.4608-4.4032-0.4608-8.8064 0-4.4544 0.4608-8.8064 0.4096-4.4032 1.28-8.704 0.8704-4.352 2.1504-8.6016 1.28-4.1984 2.9696-8.2944t3.7376-7.936q2.048-3.8912 4.5568-7.5776 2.4576-3.6864 5.2224-7.0656 2.816-3.4304 5.9392-6.5536 3.072-3.072 6.5024-5.888 3.4304-2.816 7.1168-5.2736 3.6352-2.4576 7.5264-4.5056 3.8912-2.048 7.9872-3.7888 4.096-1.6896 8.2944-2.9696t8.5504-2.1504q4.3008-0.8192 8.704-1.28 4.4032-0.4096 8.8064-0.4096t8.8064 0.4096q4.4032 0.4608 8.704 1.28 4.352 0.8704 8.5504 2.1504 4.2496 1.28 8.2944 2.9696 4.096 1.6896 7.9872 3.7888 3.8912 2.048 7.5264 4.5056 3.6864 2.4576 7.1168 5.2736 3.3792 2.7648 6.5024 5.888 3.1232 3.1232 5.9392 6.5536 2.7648 3.3792 5.2224 7.0656 2.4576 3.6864 4.5568 7.5776 2.048 3.8912 3.7376 7.936 1.6896 4.096 2.9696 8.2944 1.28 4.2496 2.1504 8.5504 0.8704 4.352 1.28 8.704 0.4608 4.4032 0.4608 8.8576zM961.024 513.024q0 4.4032-0.4608 8.7552-0.4096 4.4032-1.28 8.704-0.8704 4.352-2.1504 8.6016-1.28 4.1984-2.9696 8.2944t-3.7888 7.936q-2.048 3.8912-4.5056 7.5776-2.4576 3.6864-5.2736 7.0656-2.7648 3.4304-5.888 6.5536-3.1232 3.072-6.5536 5.888-3.3792 2.816-7.0656 5.2736-3.6864 2.4576-7.5776 4.5056-3.8912 2.0992-7.936 3.7888-4.096 1.6896-8.2944 2.9696-4.2496 1.28-8.5504 2.1504-4.352 0.8704-8.704 1.28-4.4032 0.4096-8.8064 0.4096-4.4544 0-8.8064-0.4096-4.4032-0.4096-8.704-1.28-4.352-0.8704-8.6016-2.1504-4.1984-1.28-8.2944-2.9696t-7.936-3.7888q-3.8912-2.048-7.5776-4.5056-3.6352-2.4576-7.0656-5.2736-3.4304-2.7648-6.5536-5.888-3.072-3.1232-5.888-6.5536-2.816-3.3792-5.2736-7.0656-2.4576-3.6864-4.5056-7.5776-2.048-3.8912-3.7888-7.936-1.6896-4.096-2.9696-8.2944-1.28-4.2496-2.1504-8.5504-0.8192-4.352-1.28-8.704-0.4096-4.4032-0.4096-8.8064 0-4.4544 0.4096-8.8064 0.4608-4.4032 1.28-8.704 0.8704-4.352 2.1504-8.6016 1.28-4.1984 2.9696-8.2944t3.7888-7.936q2.048-3.8912 4.5056-7.5776 2.4576-3.6864 5.2736-7.0656 2.7648-3.4304 5.888-6.5536 3.1232-3.072 6.5536-5.888 3.4304-2.816 7.0656-5.2736 3.6864-2.4576 7.5776-4.5056 3.8912-2.048 7.936-3.7888 4.096-1.6896 8.2944-2.9696 4.2496-1.28 8.5504-2.1504 4.352-0.8192 8.704-1.28 4.4032-0.4096 8.8576-0.4096 4.4032 0 8.8064 0.4096 4.352 0.4608 8.704 1.28 4.3008 0.8704 8.5504 2.1504 4.1984 1.28 8.2944 2.9696t7.936 3.7888q3.8912 2.048 7.5776 4.5056 3.6864 2.4576 7.0656 5.2736 3.4304 2.7648 6.5536 5.888 3.072 3.1232 5.888 6.5536 2.816 3.3792 5.2736 7.0656 2.4576 3.6864 4.5056 7.5776 2.0992 3.8912 3.7888 7.936 1.6896 4.096 2.9696 8.2944 1.28 4.2496 2.1504 8.5504 0.8704 4.352 1.28 8.704 0.4608 4.4032 0.4608 8.8576z" fill="#363B4C" ></path></symbol><symbol id="icon-fangda" viewBox="0 0 1024 1024"><path d="M552.533333 233.6q0-4.096-0.810666-8.106667t-2.346667-7.808q-1.578667-3.797333-3.84-7.210666-2.304-3.413333-5.205333-6.272-2.901333-2.901333-6.272-5.205334-3.413333-2.261333-7.210667-3.84-3.797333-1.578667-7.808-2.346666-4.010667-0.810667-8.106667-0.810667t-8.106666 0.810667q-4.010667 0.768-7.808 2.346666-3.797333 1.578667-7.210667 3.84-3.413333 2.304-6.272 5.205334-2.901333 2.858667-5.205333 6.272-2.261333 3.413333-3.84 7.210666-1.578667 3.797333-2.346667 7.808-0.810667 4.010667-0.810667 8.106667v225.066667H233.6q-4.096 0-8.106667 0.810666-4.010667 0.768-7.808 2.346667-3.797333 1.578667-7.210666 3.84-3.413333 2.304-6.272 5.205333-2.901333 2.858667-5.205334 6.272-2.261333 3.413333-3.84 7.210667-1.578667 3.797333-2.346666 7.808-0.810667 4.010667-0.810667 8.106667t0.810667 8.106666q0.768 4.010667 2.346666 7.808 1.578667 3.797333 3.84 7.210667 2.304 3.413333 5.205334 6.272 2.858667 2.901333 6.272 5.205333 3.413333 2.261333 7.210666 3.84 3.797333 1.578667 7.808 2.346667 4.010667 0.810667 8.106667 0.810667H469.333333v248.533333q0 4.096 0.810667 8.106667 0.768 4.010667 2.346667 7.808 1.578667 3.797333 3.84 7.210666 2.304 3.413333 5.205333 6.272 2.858667 2.901333 6.272 5.205334 3.413333 2.261333 7.210667 3.84 3.797333 1.578667 7.808 2.346666 4.010667 0.810667 8.106666 0.810667t8.106667-0.810667q4.010667-0.768 7.808-2.346666 3.797333-1.578667 7.210667-3.84 3.413333-2.304 6.272-5.205334 2.901333-2.858667 5.205333-6.272 2.261333-3.413333 3.84-7.210666 1.536-3.797333 2.346667-7.808 0.810667-4.010667 0.810666-8.106667V541.866667h237.866667q4.096 0 8.106667-0.810667 4.010667-0.768 7.808-2.346667 3.797333-1.578667 7.210666-3.84 3.413333-2.304 6.272-5.205333 2.901333-2.858667 5.205334-6.272 2.261333-3.413333 3.84-7.210667 1.578667-3.797333 2.346666-7.808 0.810667-4.010667 0.810667-8.106666t-0.810667-8.106667q-0.768-4.010667-2.346666-7.808-1.578667-3.797333-3.84-7.210667-2.304-3.413333-5.205334-6.272-2.858667-2.901333-6.272-5.205333-3.413333-2.261333-7.210666-3.84-3.797333-1.578667-7.808-2.346667-4.010667-0.810667-8.106667-0.810666H552.533333V233.6z" fill="#363B4C" ></path></symbol><symbol id="icon-quxian" viewBox="0 0 1024 1024"><path d="M954.2144 350.0032l-203.008-209.408a41.1648 41.1648 0 0 0-59.392 0 44.3392 44.3392 0 0 0 0 61.3376l108.3392 111.8208H470.3232q-141.824 0-242.0736 103.424Q128 520.4992 128 666.7264v185.8048c0 23.9104 18.8416 43.3664 42.0352 43.3664 23.2448 0 42.0352-19.456 42.0352-43.3664v-185.856q0-110.2848 75.6736-188.2624Q363.3664 400.384 470.3232 400.384h351.744l-130.304 134.3488a44.3392 44.3392 0 0 0 0 61.3376c16.384 16.896 43.008 16.896 59.4432 0l203.008-209.408a26.5728 26.5728 0 0 0 0-36.7104z" fill="#363B4C" ></path></symbol><symbol id="icon-biaoge-xuanzhong" viewBox="0 0 1024 1024"><path d="M933.4272 153.1904c-13.2608-12.5952-33.1776-25.1904-59.6992-25.1904H143.616c-19.8656 0-39.7824 12.5952-59.6992 25.1904-13.312 12.5952-19.9168 31.488-19.9168 56.6272v616.96c0 18.8416 6.656 37.7344 26.5728 56.6272 13.2608 6.2976 33.1776 12.5952 53.0944 12.5952h730.0608c19.9168 0 39.8336-6.2976 59.6992-25.1904 13.312-12.5952 26.5728-31.488 26.5728-56.6272V209.8176c0-25.1392-13.312-44.032-26.5728-56.6272zM336.128 820.48h-192.512v-151.0912h192.512v151.04z m0-226.6624h-192.512V436.48h192.512v157.3376z m265.472 226.6624H415.744v-151.0912h185.856v151.04z m0-226.6624H415.744V436.48h185.856v157.3376z m272.128 226.6624h-192.512v-151.0912h192.512v151.04z m0-226.6624h-192.512V436.48h192.512v157.3376z m0-232.9088H143.616V209.92h730.112v151.04z" fill="#1E6FFF" ></path></symbol><symbol id="icon-jiancai" viewBox="0 0 1024 1024"><path d="M279.296 46.592a46.592 46.592 0 1 0-93.1328 0v139.5712H46.592a46.592 46.592 0 1 0 0 93.1328h139.6224v512c0 25.7024 20.8384 46.5408 46.592 46.5408h512v139.6224a46.592 46.592 0 0 0 93.0816 0v-139.6224h139.6224a46.592 46.592 0 1 0 0-93.1328H279.296V46.592z m139.6224 139.5712a46.592 46.592 0 1 0 0 93.1328h325.7856v325.7856a46.592 46.592 0 0 0 93.1328 0V232.704a46.592 46.592 0 0 0-46.592-46.5408H418.9696z" fill="#363B4C" ></path></symbol><symbol id="icon-guanbi" viewBox="0 0 1024 1024"><path d="M512 32.128a480.576 480.576 0 0 0-480 480 480.576 480.576 0 0 0 480 480 480.576 480.576 0 0 0 480-480A480.576 480.576 0 0 0 512 32.128z m195.84 627.84a34.304 34.304 0 1 1-48.64 48.384l-147.328-147.84-147.968 146.368a34.304 34.304 0 1 1-48.192-48.832L463.36 512 316.16 364.16a34.304 34.304 0 0 1 48.64-48.32l147.328 147.84 147.904-146.368a34.304 34.304 0 1 1 48.192 48.768L560.64 512.256l147.264 147.776v-0.128z" fill="#6F7588" ></path></symbol><symbol id="icon-hebingdanyuange" viewBox="0 0 1024 1024"><path d="M853.2992 221.8496q0-51.2-51.2-51.2H632.832q-18.944 0.0512-32.3584-13.312-13.3632-13.4144-13.3632-32.3072 0-18.944 13.3632-32.3072 13.4144-13.4144 32.3584-13.3632h169.3696q58.9824 0 100.7616 41.728 41.728 41.728 41.728 100.7616v169.472q0 18.8416-13.3632 32.256-13.3632 13.312-32.256 13.312-18.944 0-32.256-13.312-13.4144-13.4144-13.4144-32.256l-0.0512-169.472z m-728.2688 215.04H124.928q-18.944 0-32.256-13.3632-13.3632-13.4144-13.3632-32.3072V221.8496q0-59.0336 41.728-100.7616t100.7616-41.728h169.3696q18.944 0 32.3072 13.312 13.4144 13.4144 13.4144 32.3584t-13.4144 32.256q-13.3632 13.4144-32.256 13.4144H221.7984q-51.1488 0-51.1488 51.1488v169.472q-0.0512 18.944-13.4656 32.256-13.312 13.312-32.256 13.312z m576.6144 251.6992l-136.8576-137.3696q-16.2304-16.1792-13.9776-39.0144V511.744q-2.2016-22.8352 13.9776-39.0144l136.8576-136.8576q14.336-14.336 34.4576-14.336 20.224 0 34.5088 14.336 14.2848 14.2336 14.2336 34.4576 0 20.1728-14.2848 34.4576l-58.4704 58.4704h183.808q20.1728 0 34.4576 14.2848t14.2848 34.4576q0 20.0192-14.1824 34.2016-14.1824 14.2336-34.304 14.2336h-184.32l58.7264 59.2384q13.9776 14.336 13.9776 34.4576 0.2048 20.1728-13.9776 34.4576-14.2336 14.336-34.4576 14.336-20.1728 0-34.4576-14.336z m-228.4544-176.384q2.2016 22.8352-13.9776 39.0144L322.304 688.64q-14.2336 14.336-34.4576 14.336-20.1728 0-34.4064-14.336-14.2336-14.2848-14.0288-34.4576-0.1536-20.1216 14.0288-34.4576l58.6752-59.2384h-184.32q-20.0704 0-34.2528-14.2336-14.1824-14.1824-14.1824-34.2016 0-20.224 14.2848-34.4576 14.2336-14.2848 34.4064-14.2848h183.808L253.44 404.7872q-14.2848-14.2848-14.2848-34.4576 0-20.224 14.2848-34.4576 14.2848-14.336 34.4576-14.336 20.224 0 34.4576 14.336L459.264 472.7296q16.1792 16.1792 13.9776 39.0144V512.2048z m-49.664 419.0208q-13.3632 13.4144-32.256 13.4144H221.7984q-59.0336 0-100.7616-41.7792-41.728-41.728-41.728-100.7616v-169.3696q0-18.944 13.312-32.256 13.3632-13.4144 32.256-13.4656 18.944 0 32.3584 13.312 13.3632 13.3632 13.4144 32.256v169.5232q0 51.2 51.2 51.2H391.168q18.944 0 32.256 13.312 13.4144 13.4144 13.4144 32.3584 0 18.8928-13.3632 32.256z m479.3856-28.3648q-41.7792 41.7792-100.7616 41.7792h-169.3696q-18.944 0-32.3072-13.4144-13.3632-13.3632-13.3632-32.256 0-18.944 13.312-32.3072 13.4144-13.4144 32.3584-13.4144h169.3696q51.1488 0 51.1488-51.1488l0.1536-169.4208q0-18.8928 13.312-32.256 13.3632-13.312 32.256-13.312 18.944 0 32.256 13.312 13.312 13.3632 13.312 32.256v169.472q0 58.9824-41.6768 100.7104z" fill="#363B4C" ></path></symbol><symbol id="icon-jiantou-xuanzhong" viewBox="0 0 1024 1024"><path d="M882.688 219.904l-85.248 359.7824a46.7456 46.7456 0 0 1-78.7456 22.3232l-49.0496-96.3584-483.4816 386.816a25.2928 25.2928 0 0 1-35.5328-35.5328l386.8672-483.584-96.9216-49.5104a46.848 46.848 0 0 1 22.8352-78.848l363.52-81.6128a46.848 46.848 0 0 1 55.808 56.5248z" fill="#1E6FFF" ></path></symbol><symbol id="icon-bianqian-xuanzhong" viewBox="0 0 1024 1024"><path d="M897.28 93.9008H135.9872a42.1888 42.1888 0 0 0-42.1888 42.2912v761.344a42.496 42.496 0 0 0 42.496 42.1888h0.1024l483.2256-0.2048c24.064 0 47.2064-9.6256 64.256-26.624l229.0176-228.864c17.1008-17.1008 26.7264-40.2432 26.7264-64.4096V136.6016a42.496 42.496 0 0 0-42.3424-42.7008z m-242.8928 728.2176v-167.6288h167.6288l-167.6288 167.6288z m200.0384-252.8256H611.84l-5.1712 0.3072a42.5984 42.5984 0 0 0-37.5296 42.2912v242.5856h-390.144V179.0976h675.328v390.1952z" fill="#1E6FFF" ></path></symbol><symbol id="icon-biaoge" viewBox="0 0 1024 1024"><path d="M933.4272 153.1904c-13.2608-12.5952-33.1776-25.1904-59.6992-25.1904H143.616c-19.8656 0-39.7824 12.5952-59.6992 25.1904-13.312 12.5952-19.9168 31.488-19.9168 56.6272v616.96c0 18.8416 6.656 37.7344 26.5728 56.6272 13.2608 6.2976 33.1776 12.5952 53.0944 12.5952h730.0608c19.9168 0 39.8336-6.2976 59.6992-25.1904 13.312-12.5952 26.5728-31.488 26.5728-56.6272V209.8176c0-25.1392-13.312-44.032-26.5728-56.6272zM336.128 820.48h-192.512v-151.0912h192.512v151.04z m0-226.6624h-192.512V436.48h192.512v157.3376z m265.472 226.6624H415.744v-151.0912h185.856v151.04z m0-226.6624H415.744V436.48h185.856v157.3376z m272.128 226.6624h-192.512v-151.0912h192.512v151.04z m0-226.6624h-192.512V436.48h192.512v157.3376z m0-232.9088H143.616V209.92h730.112v151.04z" fill="#363B4C" ></path></symbol><symbol id="icon-yishujia" viewBox="0 0 1945 1024"><path d="M232.893782 133.69333Q20.767031 624.035902 121.660931 700.285665q56.953359 43.093817 213.641942-45.812248c434.325066-246.352244 652.334324-279.731012 562.670663 0q-17.112746 53.432768 2.317351 79.146452 69.074887 91.312545 598.054832-165.244957Q1606.726446 537.35806 1693.448853 433.166391q-725.642833 274.115892-753.58474 215.513648-2.762995-5.704249 1.20324-14.617137c44.252492-100.09174 110.653513-333.56486-154.906005-266.851888-117.33818 29.457097-243.321861 98.041776-351.167815 156.733148-136.322633 74.155234-243.767506 132.579219-268.456208 76.739972-27.273439-61.721754-8.199858-136.144375 18.182293-238.954546 16.399715-63.816283 35.562426-138.595419 48.174164-227.991693z" fill="#363B4C" ></path></symbol><symbol id="icon-yuanjiao" viewBox="0 0 1024 1024"><path d="M898.2528 588.0832s-5.4784 0 0 0c-32.6656 0-48.9984-27.2384-48.9984-54.4256v-21.76c0-27.1872 21.8112-48.9472 48.9984-48.9472 27.1872 0 48.9472 21.76 48.9472 48.9472v32.6656c-5.4272 21.76-21.76 43.52-48.9472 43.52zM686.08 909.0048a48.7424 48.7424 0 0 1-48.9472-48.9472c0-16.3328 10.8544-38.0928 27.1872-43.52 10.9056-5.4272 27.1872-16.3328 38.0928-21.76 21.76-16.3328 54.3744-10.8544 65.28 10.9056 10.8544 21.76 10.8544 54.3744-10.9056 65.28-16.3328 10.8544-32.6144 21.76-48.9472 27.136-10.8544 5.4784-16.3328 10.9056-21.76 10.9056z m146.8928-130.56a48.7424 48.7424 0 0 1-48.9472-48.9472c0-10.8544 5.4272-21.76 10.8544-27.1872 5.4272-10.9056 16.3328-27.1872 21.76-38.0928 10.9056-21.76 43.52-32.6144 65.28-21.76 21.76 10.9056 32.6656 43.52 21.76 65.28-10.8544 16.3328-16.3328 32.6656-27.1872 48.9472-10.9056 10.9056-27.2384 21.76-43.52 21.76zM512 947.0976a48.7424 48.7424 0 0 1-48.9472-48.9472c0-27.1872 21.76-48.9472 48.9472-48.9472h21.76c27.1872-5.4784 48.9472 16.2816 54.4256 43.52 5.4272 27.136-16.384 48.9472-43.52 54.3744H512z m-174.08 0H125.7472a48.7424 48.7424 0 0 1-48.9472-48.9472V125.6448c0-27.1872 21.76-48.9472 48.9472-48.9472h772.5056c27.1872 0 48.9472 21.76 48.9472 48.9472v212.1728a48.7424 48.7424 0 0 1-48.9472 48.9472 48.7424 48.7424 0 0 1-48.9984-48.9472V174.6432H174.6944v674.56H337.92c27.1872 0 48.9472 21.76 48.9472 48.9472a48.7424 48.7424 0 0 1-48.9472 48.9472z" fill="#363B4C" ></path></symbol><symbol id="icon-suoding" viewBox="0 0 1024 1024"><path d="M770.474667 356.352h9.898666c63.573333 0 115.626667 56.32 115.626667 126.165333v287.36C896 839.253333 843.946667 896 780.373333 896H307.626667c-63.573333 0-115.626667-56.746667-115.626667-126.122667v-287.829333c0-69.376 52.053333-126.122667 115.626667-126.122667h9.898666C326.613333 228.906667 424.448 128 543.786667 128c60.288 0 117.290667 26.112 160.64 72.96a255.573333 255.573333 0 0 1 66.048 155.392z m-113.152-104.490667c-30.549333-33.322667-70.570667-51.797333-113.493334-51.797333-82.602667 0-151.168 68.48-160.256 156.288h320a179.072 179.072 0 0 0-46.250666-104.490667z m123.050666 572.074667c27.264 0 49.578667-24.32 49.578667-54.058667h0.426667v-287.36c0-29.738667-22.314667-54.058667-49.578667-54.058666H307.626667c-27.264 0-49.578667 24.32-49.578667 54.058666v287.36c0 29.738667 22.314667 54.058667 49.578667 54.058667h472.746666z m-269.653333-280.618667c0-19.84 14.933333-36.053333 33.066667-36.053333 18.176 0 33.024 16.213333 33.024 36.053333v139.605334c0 19.84-14.848 36.053333-33.024 36.053333-18.176 0-33.024-16.213333-33.024-36.053333v-139.605334z" fill="#363B4C" ></path></symbol><symbol id="icon-xiangpica-xuanzhong" viewBox="0 0 1024 1024"><path d="M437.9136 911.6672c0 26.7264 21.6576 48.384 48.384 48.384h386.816a48.4352 48.4352 0 0 0-0.1536-96.768H486.2976a48.384 48.384 0 0 0-48.384 48.384zM263.3216 392.704A48.3328 48.3328 0 0 0 266.24 460.9536l336.0256 307.8656a48.4352 48.4352 0 0 0 68.4544-3.0208 48.128 48.128 0 0 0-2.9184-68.0448L331.5712 389.7344a48.3328 48.3328 0 0 0-68.2496 2.9184z" fill="#1E6FFF" ></path><path d="M97.792 635.2384l331.008 303.3088q19.8656 18.176 46.7456 16.9984 26.88-1.1776 45.056-20.992L940.544 476.16q18.176-19.8144 16.9984-46.6944-1.1776-26.9312-20.992-45.056l-331.0592-303.3088q-19.8656-18.176-46.7456-16.9984-26.88 1.1776-45.056 20.992l-419.8912 458.3936q-18.176 19.8144-17.0496 46.6944 1.1776 26.88 21.0432 45.056z m77.1072-49.3568l388.1472-423.6288 296.3456 271.4624v0.0512l-388.096 423.68-296.3456-271.5136z" fill="#1E6FFF" ></path></symbol><symbol id="icon-zhixian" viewBox="0 0 1024 1024"><path d="M859.392 89.4976m36.203867 36.203867l0 0q36.203867 36.203867 0 72.407735l-696.924443 696.924443q-36.203867 36.203867-72.407735 0l0 0q-36.203867-36.203867 0-72.407734l696.924444-696.924444q36.203867-36.203867 72.407734 0Z" fill="#363B4C" ></path></symbol><symbol id="icon-tupian" viewBox="0 0 1024 1024"><path d="M832.8192 89.6c31.232 0 56.2176 12.4928 74.9568 31.2832 18.7392 25.0368 31.232 50.0736 24.9856 75.1104v632.0128c0 31.2832-12.4928 56.32-31.232 75.1104a103.3216 103.3216 0 0 1-74.9568 31.232H195.7888c-31.232 0-56.2176-12.4928-74.9568-31.232a103.7312 103.7312 0 0 1-31.232-75.1104V195.9936c0-25.088 12.4928-50.0736 31.232-75.1104a103.3216 103.3216 0 0 1 74.9568-31.2832h637.0304z m-137.3696 450.56l156.16 219.0336v-563.2c0-12.544-6.2976-18.7904-18.7904-18.7904H202.0352c-6.2464 0-6.2464 6.2464-12.4928 6.2464s-6.2464 6.2464-6.2464 12.544v638.2592c0 12.544 6.2464 18.7904 18.7392 18.7904h124.928l231.0656-319.1296c18.7392-18.7904 43.7248-31.2832 68.7104-31.2832 31.232 0 49.9712 12.4928 68.7104 37.5296zM363.776 214.1696c37.4784 0 74.9568 12.544 99.9424 43.8272 31.232 31.2832 43.7248 62.5664 49.9712 106.3936 0 43.776-12.4928 75.0592-43.7248 106.3424-31.232 31.3344-62.464 43.8272-106.1888 43.8272-43.7248 0-74.9056-12.4928-106.1376-43.8272-31.232-31.232-43.7248-62.5664-43.7248-106.3424 0-43.8272 12.4928-75.1104 43.7248-106.3936 31.232-31.2832 62.464-43.8272 106.1376-43.8272z m0 212.7872c18.7392 0 31.232-6.2464 43.7248-18.7904 12.4928-12.4928 18.7392-25.0368 18.7392-43.776 0-18.7904-6.2464-31.2832-18.7392-43.8272-12.4928-12.4928-24.9856-18.7904-43.7248-18.7904s-31.232 6.2976-43.7248 18.7904c-12.4416 12.544-18.688 25.0368-18.688 43.8272 0 18.7392 6.2464 31.232 18.688 43.776 12.4928 12.544 24.9856 18.7904 43.7248 18.7904z m262.9632 163.2768L426.8544 852.992H814.08l-187.392-262.8096z" fill="#363B4C" ></path></symbol><symbol id="icon-zhixianlianjiexian-xuanzhong" viewBox="0 0 1024 1024"><path d="M870.4 128.0512h-315.7504a45.9776 45.9776 0 1 0 0 91.904h184.4736L141.4656 817.6128a45.9264 45.9264 0 0 0 64.9728 65.024L804.096 284.8768v184.4736a45.9776 45.9776 0 0 0 91.904 0V153.6a25.6 25.6 0 0 0-25.6-25.6z" fill="#1E6FFF" ></path></symbol><symbol id="icon-xiala" viewBox="0 0 1024 1024"><path d="M508.608 704a66.24 66.24 0 0 1-8.384-1.472 42.56 42.56 0 0 1-18.88-9.792l-2.368-2.24-305.28-296.32a40.384 40.384 0 0 1-13.632-32.96c0.832-22.848 22.464-41.6 45.76-39.68a46.336 46.336 0 0 1 28.864 13.056l274.368 266.752c0.768 0.768 1.152 1.536 2.816 3.008 0.768-1.472 1.152-2.624 1.92-3.392 91.52-89.152 183.36-177.92 274.816-267.072a46.784 46.784 0 0 1 26.88-13.504c0.384 0 0.384-0.384 0.768-0.384h9.216c0.448 0 0.832 0.384 1.6 0.384a42.24 42.24 0 0 1 35.328 30.72l1.6 6.4v8.96c-0.384 0-0.384 0.384-0.384 0.768a40.704 40.704 0 0 1-14.464 26.24c-20.032 19.072-39.68 38.528-59.776 58.048-81.408 79.04-163.2 158.08-244.672 237.44a38.208 38.208 0 0 1-15.616 10.176c-5.632 1.92-11.2 3.392-16.832 4.864h-3.648z" fill="#6F7588" ></path></symbol><symbol id="icon-quxian-xuanzhong" viewBox="0 0 1024 1024"><path d="M954.2144 350.0032l-203.008-209.408a41.1648 41.1648 0 0 0-59.392 0 44.3392 44.3392 0 0 0 0 61.3376l108.3392 111.8208H470.3232q-141.824 0-242.0736 103.424Q128 520.4992 128 666.7264v185.8048c0 23.9104 18.8416 43.3664 42.0352 43.3664 23.2448 0 42.0352-19.456 42.0352-43.3664v-185.856q0-110.2848 75.6736-188.2624Q363.3664 400.384 470.3232 400.384h351.744l-130.304 134.3488a44.3392 44.3392 0 0 0 0 61.3376c16.384 16.896 43.008 16.896 59.4432 0l203.008-209.408a26.5728 26.5728 0 0 0 0-36.7104z" fill="#1E6FFF" ></path></symbol><symbol id="icon-shanchu" viewBox="0 0 1024 1024"><path d="M281.7024 203.008H93.3888q-19.2512 0-32.0512 9.2672Q46.08 223.3856 46.08 243.8144q0 20.48 14.848 33.6384 13.7216 12.1856 32.4608 12.1856H177.152v541.2352q0.7168 58.5216 43.4688 99.84 42.7008 41.4208 103.2192 42.0864h376.32q56.32 0 108.032-41.728l0.256-0.1536 0.1536-0.1536q43.4176-42.0864 43.4176-99.9424V289.6384h73.3184q22.784 0 36.4544-9.1648 16.128-10.752 16.128-31.6416 0-20.48-14.848-33.6384-13.7216-12.1856-32.512-12.1856h-188.3136v-45.2608q0-42.7008-32.9728-74.5984Q676.352 51.2 632.2176 51.2H391.7824q-44.1344 0-77.1072 31.9488-32.9728 31.8976-32.9728 74.5984v45.2608z m366.8992-57.1392q4.1984 8.2944 4.1984 11.8784v40.192h-281.6v-40.192q0-2.56 7.4752-10.0864 3.2768-0.6656 7.68-2.816 4.096-1.9456 5.4272-1.9456h245.6576q7.5264 0 11.1616 2.9696z m113.9712 143.7696v541.184q0 9.728-5.9904 22.4256-5.7856 12.032-13.312 19.3024-19.2512 18.688-43.1104 18.688h-376.32q-23.8592 0-43.1616-18.688-19.2512-18.6368-19.2512-41.728V289.6384h501.1456zM393.5744 460.288q-12.544 13.312-12.544 31.488v207.4624q0 20.48 14.848 33.6896 13.7216 12.1344 32.4608 12.1344 37.9904 0 47.2576-44.7488l0.1024-0.512V491.7248q0-21.1968-12.7488-33.536-12.6976-12.288-34.6112-12.288-21.1456 0-34.7648 14.336z m167.2704 0q-12.544 13.312-12.544 31.488v207.4624q0 20.48 14.848 33.6896 13.6704 12.1344 32.4608 12.1344t32.512-12.1344q14.848-13.2096 14.848-33.6896V491.776q0-21.1968-12.7488-33.536-12.6976-12.288-34.6112-12.288-21.1456 0-34.816 14.336z" fill="#363B4C" ></path></symbol><symbol id="icon-siweidaotu-xuanzhong" viewBox="0 0 1024 1024"><path d="M276.992 364.032c72.448 0 131.2256 54.784 131.2256 122.368s-58.7776 122.368-131.2256 122.368H176.0256C103.5776 608.768 44.8 553.984 44.8 486.4s58.7776-122.368 131.2256-122.368H276.992z m0 72.0384H176.0256c-29.7984 0-53.9648 22.528-53.9648 50.3296 0 27.8016 24.1664 50.3296 53.9648 50.3296H276.992c29.7984 0 53.9648-22.528 53.9648-50.3296 0-27.8016-24.1664-50.3296-53.9648-50.3296z m570.9824-365.6704c72.448 0 131.2256 54.784 131.2256 122.368s-58.7776 122.3168-131.2256 122.3168H747.008c-63.4368 0-117.76-42.3424-129.1264-100.5568-40.8064 17.3056-67.072 55.2448-67.2768 97.0752v138.752h65.2288v72.0384h-65.2288v138.8032c0 42.8544 27.4944 79.9744 67.328 97.1264 11.264-58.2144 65.6384-100.608 129.0752-100.608h100.9664c72.448 0 131.2256 54.784 131.2256 122.368s-58.7776 122.3168-131.2256 122.3168H747.008c-48.5888 0-93.184-25.088-115.9168-65.0752-89.7536-15.7696-157.7472-88.576-157.7472-176.128v-138.8544H408.1664V450.304h65.1776v-138.752c0-87.552 67.9936-160.3072 157.696-176.128 22.784-40.0384 67.3792-65.024 115.968-65.024h100.9664z m0 659.3536H747.008c-29.7472 0-53.9136 22.528-53.9136 50.2784 0 27.8016 24.1664 50.3296 53.9136 50.3296h100.9664c29.7984 0 53.9136-22.528 53.9136-50.3296 0-27.7504-24.1152-50.2784-53.9136-50.2784z m0-365.7216c72.4992 0 131.2256 54.784 131.2256 122.368s-58.7264 122.368-131.2256 122.368H747.008c-72.448 0-131.2256-54.784-131.2256-122.368s58.7776-122.368 131.2256-122.368h100.9664z m0 72.0384H747.008c-29.7984 0-53.9648 22.528-53.9648 50.3296 0 27.8016 24.1664 50.3296 53.9648 50.3296h100.9664c29.7984 0 53.9648-22.528 53.9648-50.3296 0-27.8016-24.1664-50.3296-53.9648-50.3296z m0-293.632H747.008c-29.7472 0-53.9136 22.528-53.9136 50.2784 0 27.8016 24.1664 50.3296 53.9136 50.3296h100.9664c29.7984 0 53.9136-22.528 53.9136-50.3296 0-27.7504-24.1152-50.2784-53.9136-50.2784z" fill="#1E6FFF" ></path></symbol><symbol id="icon-xiangpica" viewBox="0 0 1024 1024"><path d="M437.9136 911.6672c0 26.7264 21.6576 48.384 48.384 48.384h386.816a48.4352 48.4352 0 0 0-0.1536-96.768H486.2976a48.384 48.384 0 0 0-48.384 48.384zM263.3216 392.704A48.3328 48.3328 0 0 0 266.24 460.9536l336.0256 307.8656a48.4352 48.4352 0 0 0 68.4544-3.0208 48.128 48.128 0 0 0-2.9184-68.0448L331.5712 389.7344a48.3328 48.3328 0 0 0-68.2496 2.9184z" fill="#363B4C" ></path><path d="M97.792 635.2384l331.008 303.3088q19.8656 18.176 46.7456 16.9984 26.88-1.1776 45.056-20.992L940.544 476.16q18.176-19.8144 16.9984-46.6944-1.1776-26.9312-20.992-45.056l-331.0592-303.3088q-19.8656-18.176-46.7456-16.9984-26.88 1.1776-45.056 20.992l-419.8912 458.3936q-18.176 19.8144-17.0496 46.6944 1.1776 26.88 21.0432 45.056z m77.1072-49.3568l388.1472-423.6288 296.3456 271.4624v0.0512l-388.096 423.68-296.3456-271.5136z" fill="#363B4C" ></path></symbol><symbol id="icon-siweidaotu" viewBox="0 0 1024 1024"><path d="M276.992 364.032c72.448 0 131.2256 54.784 131.2256 122.368s-58.7776 122.368-131.2256 122.368H176.0256C103.5776 608.768 44.8 553.984 44.8 486.4s58.7776-122.368 131.2256-122.368H276.992z m0 72.0384H176.0256c-29.7984 0-53.9648 22.528-53.9648 50.3296 0 27.8016 24.1664 50.3296 53.9648 50.3296H276.992c29.7984 0 53.9648-22.528 53.9648-50.3296 0-27.8016-24.1664-50.3296-53.9648-50.3296z m570.9824-365.6704c72.448 0 131.2256 54.784 131.2256 122.368s-58.7776 122.3168-131.2256 122.3168H747.008c-63.4368 0-117.76-42.3424-129.1264-100.5568-40.8064 17.3056-67.072 55.2448-67.2768 97.0752v138.752h65.2288v72.0384h-65.2288v138.8032c0 42.8544 27.4944 79.9744 67.328 97.1264 11.264-58.2144 65.6384-100.608 129.0752-100.608h100.9664c72.448 0 131.2256 54.784 131.2256 122.368s-58.7776 122.3168-131.2256 122.3168H747.008c-48.5888 0-93.184-25.088-115.9168-65.0752-89.7536-15.7696-157.7472-88.576-157.7472-176.128v-138.8544H408.1664V450.304h65.1776v-138.752c0-87.552 67.9936-160.3072 157.696-176.128 22.784-40.0384 67.3792-65.024 115.968-65.024h100.9664z m0 659.3536H747.008c-29.7472 0-53.9136 22.528-53.9136 50.2784 0 27.8016 24.1664 50.3296 53.9136 50.3296h100.9664c29.7984 0 53.9136-22.528 53.9136-50.3296 0-27.7504-24.1152-50.2784-53.9136-50.2784z m0-365.7216c72.4992 0 131.2256 54.784 131.2256 122.368s-58.7264 122.368-131.2256 122.368H747.008c-72.448 0-131.2256-54.784-131.2256-122.368s58.7776-122.368 131.2256-122.368h100.9664z m0 72.0384H747.008c-29.7984 0-53.9648 22.528-53.9648 50.3296 0 27.8016 24.1664 50.3296 53.9648 50.3296h100.9664c29.7984 0 53.9648-22.528 53.9648-50.3296 0-27.8016-24.1664-50.3296-53.9648-50.3296z m0-293.632H747.008c-29.7472 0-53.9136 22.528-53.9136 50.2784 0 27.8016 24.1664 50.3296 53.9136 50.3296h100.9664c29.7984 0 53.9136-22.528 53.9136-50.3296 0-27.7504-24.1152-50.2784-53.9136-50.2784z" fill="#363B4C" ></path></symbol><symbol id="icon-wenbenyangshi" viewBox="0 0 1024 1024"><path d="M543.744 652.6976H230.144l-90.0608 217.2928a40.7552 40.7552 0 0 1-53.4528 22.9376 40.2944 40.2944 0 0 1-21.7088-53.6576l96-231.6288a40.0384 40.0384 0 0 1 8.3456-20.1728l37.888-91.3408 142.1824-343.1424a40.6528 40.6528 0 0 1 75.1616 0l142.2848 343.04 37.8368 91.4432a40.0384 40.0384 0 0 1 8.3456 20.1728l96 231.6288a40.2944 40.2944 0 0 1-22.528 51.712 40.7552 40.7552 0 0 1-52.6336-20.992l-90.0608-217.2928z m-33.4336-80.6912l-18.688-45.2096-104.6528-252.5184-104.6528 252.5184-18.7392 45.2096h246.784z m404.9408-403.712h-325.12a40.5504 40.5504 0 0 0-42.24 40.3456c0 22.9376 19.1488 41.2672 42.24 40.3968h325.12c23.04 0.8704 42.1888-17.408 42.1888-40.3968a40.5504 40.5504 0 0 0-42.1888-40.3456z m0 201.8304h-243.8144a40.5504 40.5504 0 0 0-40.6528 40.448c0 22.272 18.176 40.3456 40.6528 40.3456h243.8144a40.4992 40.4992 0 0 0 40.6016-40.3968 40.5504 40.5504 0 0 0-40.6016-40.3968z m0 201.9328H752.64a40.4992 40.4992 0 0 0-39.1168 40.3456c0 21.7088 17.2544 39.5264 39.1168 40.3968h162.56c23.04 0.8704 42.1888-17.4592 42.1888-40.3968a40.5504 40.5504 0 0 0-42.1888-40.3456z m-81.3568 282.5728h81.3568a40.4992 40.4992 0 0 0 39.0656-40.3456 40.4992 40.4992 0 0 0-39.0656-40.3968h-81.3568a40.5504 40.5504 0 0 0-42.1888 40.3968c0 22.8864 19.1488 41.216 42.1888 40.3456z" fill="#363B4C" ></path></symbol><symbol id="icon-shixian-xuanzhong" viewBox="0 0 2048 1024"><path d="M1945.6 588.8H102.4a76.8 76.8 0 0 1 0-153.6h1843.2a76.8 76.8 0 0 1 0 153.6z" fill="#1E6FFF" ></path></symbol><symbol id="icon-shiyingneirong" viewBox="0 0 1024 1024"><path d="M860.16 381.5424v-217.6h-217.6a43.52 43.52 0 0 1 0-87.04h261.12c24.064 0 43.52 19.456 43.52 43.52v261.12a43.52 43.52 0 0 1-87.04 0z m-203.0592 348.16H366.9504a72.5504 72.5504 0 0 1-72.5504-72.5504V367.104c0-40.0896 32.512-72.5504 72.5504-72.5504h290.1504c40.0384 0 72.4992 32.4608 72.4992 72.5504v290.0992c0 40.0896-32.4608 72.5504-72.4992 72.5504z m-36.3008-340.8896h-217.6a14.4896 14.4896 0 0 0-14.4896 14.4896v217.6c0 7.9872 6.5536 14.4896 14.4896 14.4896h217.6a14.4896 14.4896 0 0 0 14.5408-14.4896v-217.6a14.4896 14.4896 0 0 0-14.5408-14.4896zM76.8 381.5424v-261.12c0-24.064 19.5072-43.52 43.52-43.52h261.12a43.52 43.52 0 1 1 0 87.04H163.84v217.6a43.52 43.52 0 1 1-87.04 0z m870.4 261.12v261.12c0 24.064-19.456 43.52-43.52 43.52h-261.12a43.52 43.52 0 0 1 0-87.04h217.6v-217.6a43.52 43.52 0 0 1 87.04 0z m-783.36 0v217.6h217.6a43.52 43.52 0 0 1 0 87.04h-261.12a43.52 43.52 0 0 1-43.52-43.52v-261.12a43.52 43.52 0 0 1 87.04 0z" fill="#363B4C" ></path></symbol><symbol id="icon-rongqi-xuanzhong" viewBox="0 0 1024 1024"><path d="M270.6432 361.1648a30.208 30.208 0 0 1 30.1568 30.1056v513.024a30.208 30.208 0 0 1-30.1568 30.1056h-30.208a30.208 30.208 0 0 1-30.208-30.1568v-90.4704H119.808a30.208 30.208 0 0 1-30.208-30.208v-30.208a30.208 30.208 0 0 1 30.208-30.208h90.4704V391.3216a30.208 30.208 0 0 1 30.208-30.1056h30.208z m633.6 361.984a30.208 30.208 0 0 1 30.1568 30.208v30.208a30.208 30.208 0 0 1-30.1568 30.208h-90.4704v90.4704a30.208 30.208 0 0 1-30.208 30.1568h-30.208a30.208 30.208 0 0 1-30.208-30.1568v-90.4704H391.3216a30.208 30.208 0 0 1-30.1056-30.208v-30.208a30.208 30.208 0 0 1 30.1056-30.208h513.024zM783.5648 89.6a30.208 30.208 0 0 1 30.208 30.1568v90.4704h90.4704a30.208 30.208 0 0 1 30.1568 30.208v30.208a30.208 30.208 0 0 1-30.1568 30.1056h-90.4704v331.9296a30.208 30.208 0 0 1-30.208 30.208h-30.208a30.208 30.208 0 0 1-30.208-30.208V119.808a30.208 30.208 0 0 1 30.208-30.208h30.208z m-512.9216 0a30.208 30.208 0 0 1 30.1568 30.1568v90.4704h331.8784a30.208 30.208 0 0 1 30.208 30.208v30.208a30.208 30.208 0 0 1-30.208 30.1056H119.808a30.208 30.208 0 0 1-30.208-30.1056v-30.208a30.208 30.208 0 0 1 30.208-30.208h90.4704V119.808a30.208 30.208 0 0 1 30.208-30.208h30.208z" fill="#1E6FFF" ></path></symbol><symbol id="icon-lianxian-xuanzhong" viewBox="0 0 1024 1024"><path d="M118.9888 138.1888Q76.8 180.3264 76.8 239.9744t42.1888 101.888q42.1376 42.1376 101.7856 42.1376t101.888-42.1888q20.48-20.48 30.976-45.056 205.0048-7.3728 242.688 35.6864 8.8576 10.1888-4.1472 36.2496-22.3744 44.6464-96.256 111.2064-88.32 79.4624-109.9264 141.9776-28.5184 82.2272 41.3696 133.0688 84.6336 61.5424 347.8528 59.2384l-37.888 35.7888a43.9808 43.9808 0 0 0 0 64.6144 49.8176 49.8176 0 0 0 34.2528 13.4144c12.8 0 25.088-4.8128 34.1504-13.4144l120.9344-114.2784a43.9808 43.9808 0 0 0 0-64.6144l-120.9344-114.3296a50.3296 50.3296 0 0 0-68.352 0 43.9808 43.9808 0 0 0 0 64.6656l44.2368 41.8816q-239.36 3.7376-303.4112-42.8544-18.1248-13.1584-10.5984-34.9184 14.336-41.472 86.0672-105.984 191.6928-172.544 107.6224-268.5952-61.952-70.8608-299.3664-65.3312-8.0896-40.8064-39.3216-72.0384-42.1888-42.1888-101.8368-42.1888t-101.7856 42.1888zM186.88 273.92q-14.08-14.0288-14.08-33.9456 0-19.8656 14.08-33.8944 14.0288-14.08 33.8944-14.08 19.9168 0 33.9456 14.08 14.08 14.0288 14.08 33.8944 0 19.9168-14.08 33.9456-14.0288 14.08-33.9456 14.08-19.8656 0-33.8944-14.08z" fill="#1E6FFF" ></path></symbol><symbol id="icon-xialaqiehuan" viewBox="0 0 1024 1024"><path d="M512 555.776L283.989333 326.826667a66.133333 66.133333 0 0 0-93.866666 0 66.901333 66.901333 0 0 0 0 94.293333L463.36 695.466667a66.133333 66.133333 0 0 0 96.341333 0.853333l274.090667-275.285333a66.901333 66.901333 0 0 0 0-94.378667 66.218667 66.218667 0 0 0-93.866667 0L512 555.776z" fill="#6F7588" ></path></symbol><symbol id="icon-rongqi" viewBox="0 0 1024 1024"><path d="M270.6432 361.1648a30.208 30.208 0 0 1 30.1568 30.1056v513.024a30.208 30.208 0 0 1-30.1568 30.1056h-30.208a30.208 30.208 0 0 1-30.208-30.1568v-90.4704H119.808a30.208 30.208 0 0 1-30.208-30.208v-30.208a30.208 30.208 0 0 1 30.208-30.208h90.4704V391.3216a30.208 30.208 0 0 1 30.208-30.1056h30.208z m633.6 361.984a30.208 30.208 0 0 1 30.1568 30.208v30.208a30.208 30.208 0 0 1-30.1568 30.208h-90.4704v90.4704a30.208 30.208 0 0 1-30.208 30.1568h-30.208a30.208 30.208 0 0 1-30.208-30.1568v-90.4704H391.3216a30.208 30.208 0 0 1-30.1056-30.208v-30.208a30.208 30.208 0 0 1 30.1056-30.208h513.024zM783.5648 89.6a30.208 30.208 0 0 1 30.208 30.1568v90.4704h90.4704a30.208 30.208 0 0 1 30.1568 30.208v30.208a30.208 30.208 0 0 1-30.1568 30.1056h-90.4704v331.9296a30.208 30.208 0 0 1-30.208 30.208h-30.208a30.208 30.208 0 0 1-30.208-30.208V119.808a30.208 30.208 0 0 1 30.208-30.208h30.208z m-512.9216 0a30.208 30.208 0 0 1 30.1568 30.1568v90.4704h331.8784a30.208 30.208 0 0 1 30.208 30.208v30.208a30.208 30.208 0 0 1-30.208 30.1056H119.808a30.208 30.208 0 0 1-30.208-30.1056v-30.208a30.208 30.208 0 0 1 30.208-30.208h90.4704V119.808a30.208 30.208 0 0 1 30.208-30.208h30.208z" fill="#363B4C" ></path></symbol><symbol id="icon-zhexian-xuanzhong" viewBox="0 0 1024 1024"><path d="M955.4944 367.0528l-217.9584-225.4848a43.8784 43.8784 0 0 0-63.488 0 47.5648 47.5648 0 0 0 0 65.6896l127.5392 131.9424h-308.736q-45.1072 0-76.9536 31.8464Q384 402.944 384 448v339.0464q0 9.6256-4.8128 14.3872-4.7616 4.8128-14.336 4.8128h-256a44.8 44.8 0 1 0 0 89.6h256q45.056 0 76.9024-31.8464 31.8464-31.8976 31.8464-76.9536V448q0-9.6256 4.8128-14.4384 4.8128-4.7616 14.3872-4.7616h311.6032l-130.4064 134.8096a47.5648 47.5648 0 0 0 0 65.6384 43.8784 43.8784 0 0 0 63.488 0l218.0096-225.3824a26.624 26.624 0 0 0 0-36.8128z" fill="#1E6FFF" ></path></symbol><symbol id="icon-tuodong" viewBox="0 0 1024 1024"><path d="M663.744 737.92q3.84 0 7.68 0.384t7.68 1.088q3.84 0.768 7.488 1.92 3.712 1.152 7.296 2.56 3.52 1.536 6.976 3.392 3.392 1.792 6.592 3.968 3.2 2.176 6.208 4.608 3.008 2.496 5.76 5.184 2.688 2.752 5.12 5.76 2.496 3.008 4.608 6.272 2.176 3.2 3.968 6.656 1.856 3.392 3.328 7.04 1.472 3.52 2.56 7.232 1.152 3.712 1.92 7.552 0.768 3.84 1.088 7.68 0.384 3.84 0.384 7.68 0 3.968-0.384 7.808-0.32 3.84-1.088 7.68t-1.92 7.488q-1.088 3.712-2.56 7.36-1.472 3.584-3.328 7.04-1.792 3.392-3.968 6.592-2.112 3.2-4.608 6.208-2.432 3.008-5.12 5.76-2.752 2.752-5.76 5.248-3.008 2.432-6.208 4.608-3.2 2.176-6.592 3.968-3.456 1.856-7.04 3.328-3.52 1.472-7.232 2.56-3.712 1.152-7.488 1.92-3.84 0.768-7.68 1.152-3.84 0.384-7.68 0.384t-7.68-0.384q-3.84-0.384-7.68-1.152-3.776-0.768-7.488-1.92-3.712-1.088-7.232-2.56-3.584-1.472-7.04-3.328-3.392-1.792-6.592-3.968-3.2-2.176-6.208-4.608-2.944-2.496-5.76-5.248-2.688-2.752-5.12-5.76-2.432-2.944-4.608-6.208-2.176-3.2-3.968-6.656-1.792-3.392-3.328-7.04-1.472-3.584-2.56-7.296-1.152-3.712-1.92-7.488-0.704-3.84-1.088-7.68-0.384-3.84-0.384-7.744 0-3.84 0.384-7.744 0.384-3.84 1.088-7.68 0.768-3.84 1.92-7.552 1.088-3.712 2.56-7.296 1.536-3.584 3.328-7.04 1.792-3.392 3.968-6.592 2.176-3.2 4.608-6.272 2.432-3.008 5.12-5.76 2.816-2.688 5.76-5.12 3.008-2.56 6.208-4.672 3.2-2.176 6.656-3.968 3.392-1.856 6.976-3.328 3.52-1.472 7.232-2.624 3.712-1.152 7.488-1.92 3.84-0.704 7.68-1.088 3.84-0.384 7.68-0.384z m0-304.96q3.84 0 7.68 0.384t7.68 1.152q3.84 0.768 7.488 1.92 3.712 1.088 7.296 2.56 3.52 1.536 6.976 3.328 3.392 1.856 6.592 3.968 3.2 2.176 6.208 4.672 3.008 2.432 5.76 5.184 2.688 2.752 5.12 5.76 2.496 3.008 4.608 6.208 2.176 3.2 3.968 6.656 1.856 3.456 3.328 7.04 1.472 3.584 2.56 7.296 1.152 3.712 1.92 7.488 0.768 3.84 1.088 7.68 0.384 3.84 0.384 7.744t-0.384 7.808q-0.32 3.84-1.088 7.68-0.768 3.776-1.92 7.488-1.088 3.712-2.56 7.296t-3.328 7.04q-1.792 3.392-3.968 6.656-2.112 3.2-4.608 6.208-2.432 3.008-5.12 5.76-2.752 2.752-5.76 5.184-3.008 2.496-6.208 4.608-3.2 2.176-6.592 4.032-3.456 1.792-7.04 3.328-3.52 1.472-7.232 2.56-3.712 1.152-7.488 1.92-3.84 0.768-7.68 1.152-3.84 0.384-7.68 0.384t-7.68-0.384q-3.84-0.384-7.68-1.152-3.776-0.768-7.488-1.92-3.712-1.088-7.232-2.56-3.584-1.536-7.04-3.328-3.392-1.856-6.592-4.032-3.2-2.112-6.208-4.608-2.944-2.432-5.76-5.184-2.688-2.752-5.12-5.76t-4.608-6.208q-2.176-3.2-3.968-6.656-1.792-3.456-3.328-7.04-1.472-3.584-2.56-7.296-1.152-3.712-1.92-7.552-0.704-3.84-1.088-7.68-0.384-3.84-0.384-7.68 0-3.904 0.384-7.808 0.384-3.84 1.088-7.68 0.768-3.776 1.92-7.488 1.088-3.712 2.56-7.296 1.536-3.584 3.328-7.04 1.792-3.392 3.968-6.656 2.176-3.2 4.608-6.208 2.432-3.008 5.12-5.76 2.816-2.752 5.76-5.184 3.008-2.496 6.208-4.672 3.2-2.112 6.656-3.968 3.392-1.792 6.976-3.328 3.52-1.472 7.232-2.56 3.712-1.152 7.488-1.92 3.84-0.768 7.68-1.152 3.84-0.384 7.68-0.384z m0-304.96q3.84 0 7.68 0.384t7.68 1.152q3.84 0.768 7.488 1.92 3.712 1.088 7.296 2.56 3.52 1.472 6.976 3.328 3.392 1.792 6.592 3.968 3.2 2.176 6.208 4.608 3.008 2.496 5.76 5.248 2.688 2.752 5.12 5.76 2.496 2.944 4.608 6.208 2.176 3.2 3.968 6.656 1.856 3.392 3.328 7.04 1.472 3.584 2.56 7.296 1.152 3.712 1.92 7.488 0.768 3.84 1.088 7.68 0.384 3.84 0.384 7.744 0 3.84-0.384 7.744-0.32 3.84-1.088 7.68t-1.92 7.552q-1.088 3.712-2.56 7.296t-3.328 7.04q-1.792 3.392-3.968 6.592-2.112 3.2-4.608 6.272-2.432 3.008-5.12 5.76-2.752 2.688-5.76 5.12-3.008 2.56-6.208 4.672-3.2 2.176-6.592 3.968-3.456 1.856-7.04 3.328-3.52 1.472-7.232 2.624-3.712 1.152-7.488 1.92-3.84 0.704-7.68 1.088-3.84 0.384-7.68 0.384t-7.68-0.384q-3.84-0.384-7.68-1.088-3.776-0.768-7.488-1.92-3.712-1.152-7.232-2.56-3.584-1.536-7.04-3.392-3.392-1.792-6.592-3.968-3.2-2.176-6.208-4.608-2.944-2.496-5.76-5.184-2.688-2.752-5.12-5.76t-4.608-6.272q-2.176-3.2-3.968-6.656-1.792-3.392-3.328-7.04-1.472-3.52-2.56-7.232-1.152-3.712-1.92-7.552-0.704-3.84-1.088-7.68-0.384-3.84-0.384-7.68 0-3.968 0.384-7.808t1.088-7.68q0.768-3.84 1.92-7.488 1.088-3.712 2.56-7.36 1.536-3.584 3.328-7.04 1.792-3.392 3.968-6.592 2.176-3.2 4.608-6.208 2.432-3.008 5.12-5.76 2.816-2.752 5.76-5.248 3.008-2.432 6.208-4.608 3.2-2.176 6.656-3.968 3.392-1.856 6.976-3.328 3.52-1.472 7.232-2.56 3.712-1.152 7.488-1.92 3.84-0.768 7.68-1.152 3.84-0.384 7.68-0.384zM360.32 737.92q3.84 0 7.68 0.384t7.68 1.088q3.776 0.768 7.424 1.92 3.712 1.152 7.296 2.56 3.584 1.536 7.04 3.392 3.328 1.792 6.592 3.968 3.2 2.176 6.144 4.608 3.008 2.496 5.76 5.184 2.752 2.752 5.12 5.76 2.56 3.008 4.672 6.272 2.112 3.2 3.968 6.656 1.792 3.392 3.264 7.04 1.472 3.52 2.624 7.232 1.152 3.712 1.92 7.552 0.704 3.84 1.088 7.68 0.384 3.84 0.384 7.68 0 3.968-0.384 7.808t-1.152 7.68q-0.704 3.84-1.856 7.488-1.152 3.712-2.56 7.36-1.536 3.584-3.328 7.04-1.856 3.392-3.968 6.592-2.176 3.2-4.608 6.208-2.432 3.008-5.184 5.76-2.752 2.752-5.76 5.248-2.944 2.432-6.144 4.608-3.2 2.176-6.656 3.968-3.392 1.856-6.976 3.328-3.584 1.472-7.296 2.56-3.648 1.152-7.488 1.92-3.776 0.768-7.616 1.152-3.84 0.384-7.68 0.384t-7.68-0.384q-3.84-0.384-7.68-1.152-3.84-0.768-7.488-1.92-3.712-1.088-7.296-2.56t-6.976-3.328q-3.392-1.792-6.592-3.968-3.2-2.176-6.208-4.608-3.008-2.496-5.76-5.248-2.688-2.752-5.12-5.76-2.496-2.944-4.608-6.208-2.176-3.2-3.968-6.656-1.856-3.392-3.328-7.04-1.472-3.584-2.56-7.296-1.152-3.712-1.92-7.488-0.768-3.84-1.152-7.68-0.384-3.84-0.384-7.744 0-3.84 0.384-7.744 0.384-3.84 1.152-7.68 0.768-3.84 1.92-7.552 1.088-3.712 2.56-7.296t3.328-7.04q1.792-3.392 3.968-6.592 2.112-3.2 4.544-6.272 2.496-3.008 5.184-5.76 2.752-2.688 5.76-5.12 2.944-2.56 6.208-4.672 3.2-2.176 6.592-3.968 3.392-1.856 7.04-3.328 3.52-1.472 7.232-2.624 3.712-1.152 7.488-1.92 3.84-0.704 7.68-1.088 3.84-0.384 7.68-0.384z m0-304.96q3.84 0 7.68 0.384t7.68 1.152q3.776 0.768 7.424 1.92 3.712 1.088 7.296 2.56t7.04 3.328q3.328 1.792 6.592 3.968 3.2 2.176 6.144 4.608 3.008 2.496 5.76 5.248 2.752 2.752 5.12 5.76 2.56 2.944 4.672 6.208 2.112 3.2 3.968 6.656 1.792 3.392 3.264 7.04 1.472 3.52 2.624 7.296 1.152 3.712 1.92 7.488 0.704 3.84 1.088 7.68 0.384 3.84 0.384 7.744 0 3.84-0.384 7.744-0.384 3.84-1.152 7.68-0.704 3.84-1.856 7.552-1.152 3.712-2.56 7.296-1.536 3.584-3.328 7.04-1.856 3.392-3.968 6.592-2.176 3.2-4.608 6.272-2.432 3.008-5.184 5.76-2.752 2.688-5.76 5.12-2.944 2.56-6.144 4.672-3.2 2.176-6.656 3.968-3.392 1.856-6.976 3.328-3.584 1.472-7.296 2.624-3.648 1.152-7.488 1.92-3.776 0.704-7.616 1.088-3.84 0.384-7.68 0.384t-7.68-0.384q-3.84-0.384-7.68-1.152-3.84-0.704-7.488-1.856-3.712-1.152-7.296-2.56-3.584-1.536-6.976-3.392-3.392-1.792-6.592-3.968-3.2-2.176-6.208-4.608-3.008-2.496-5.76-5.248-2.688-2.688-5.12-5.76-2.496-2.944-4.608-6.208-2.176-3.2-3.968-6.656-1.856-3.392-3.328-7.04-1.472-3.52-2.56-7.232-1.152-3.712-1.92-7.552-0.768-3.84-1.152-7.68-0.384-3.84-0.384-7.68 0-3.968 0.384-7.808t1.152-7.68q0.768-3.84 1.92-7.488 1.088-3.776 2.56-7.36 1.472-3.584 3.328-7.04 1.792-3.392 3.968-6.592 2.112-3.2 4.544-6.208 2.496-3.008 5.184-5.76 2.752-2.752 5.76-5.248 2.944-2.432 6.208-4.608 3.2-2.176 6.592-3.968 3.392-1.856 7.04-3.328 3.52-1.472 7.232-2.56 3.712-1.152 7.488-1.92 3.84-0.768 7.68-1.152 3.84-0.384 7.68-0.384zM360.32 128q3.84 0 7.68 0.384t7.68 1.152q3.776 0.768 7.424 1.92 3.712 1.088 7.296 2.56t7.04 3.328q3.328 1.792 6.592 3.968 3.2 2.176 6.144 4.608 3.008 2.496 5.76 5.248 2.752 2.752 5.12 5.76 2.56 2.944 4.672 6.208 2.112 3.2 3.968 6.656 1.792 3.392 3.264 7.04 1.472 3.584 2.624 7.296 1.152 3.712 1.92 7.488 0.704 3.84 1.088 7.68 0.384 3.84 0.384 7.744 0 3.84-0.384 7.744-0.384 3.84-1.152 7.68-0.704 3.84-1.856 7.552-1.152 3.712-2.56 7.296-1.536 3.584-3.328 7.04-1.856 3.392-3.968 6.592-2.176 3.2-4.608 6.272-2.432 3.008-5.184 5.76-2.752 2.688-5.76 5.12-2.944 2.56-6.144 4.672-3.2 2.176-6.656 3.968-3.392 1.856-6.976 3.328-3.584 1.472-7.296 2.624-3.648 1.152-7.488 1.92-3.776 0.704-7.616 1.088-3.84 0.384-7.68 0.384t-7.68-0.384q-3.84-0.384-7.68-1.088-3.84-0.768-7.488-1.92-3.712-1.152-7.296-2.56-3.584-1.536-6.976-3.392-3.392-1.792-6.592-3.968-3.2-2.176-6.208-4.608-3.008-2.496-5.76-5.184-2.688-2.752-5.12-5.76-2.496-3.008-4.608-6.272-2.176-3.2-3.968-6.656-1.856-3.392-3.328-7.04-1.472-3.52-2.56-7.232-1.152-3.712-1.92-7.552-0.768-3.84-1.152-7.68-0.384-3.84-0.384-7.68 0-3.968 0.384-7.808t1.152-7.68q0.768-3.84 1.92-7.488 1.088-3.712 2.56-7.36 1.472-3.584 3.328-7.04 1.792-3.392 3.968-6.592 2.112-3.2 4.544-6.208 2.496-3.008 5.184-5.76 2.752-2.752 5.76-5.248 2.944-2.432 6.208-4.608 3.2-2.176 6.592-3.968 3.392-1.856 7.04-3.328 3.52-1.472 7.232-2.56 3.712-1.152 7.488-1.92 3.84-0.768 7.68-1.152Q356.48 128 360.32 128z" fill="#6F7588" ></path></symbol><symbol id="icon-qingchu" viewBox="0 0 1024 1024"><path d="M454.698667 302.506667H323.84q-23.04 0-41.6 13.824-18.517333 13.824-25.130667 35.968l-31.36 104.704q-10.112 33.621333 10.794667 61.738666 11.52 15.445333 27.221333 22.442667 0.853333 46.165333-0.810666 105.6-1.408 51.84-58.368 138.496-23.338667 35.413333-3.413334 72.96 20.053333 37.76 62.677334 37.76h477.994666q39.509333 0 69.077334-26.325333 29.738667-26.453333 34.090666-65.962667 10.24-93.738667 10.24-155.946667 0-57.088-8.618666-103.68 20.949333-6.058667 35.285333-25.344 20.864-28.117333 10.837333-61.738666l-31.36-104.704q-6.656-22.144-25.173333-35.968-18.517333-13.781333-41.6-13.781334h-130.858667V197.802667q0-28.885333-20.437333-49.365334Q622.933333 128 594.090667 128H524.373333q-28.842667 0-49.237333 20.48-20.437333 20.437333-20.437333 49.322667v104.746666z m68.992 41.728q0.682667-3.370667 0.682666-6.784V197.802667h69.717334V337.493333q0 3.413333 0.64 6.826667 0.682667 3.370667 2.005333 6.528 1.28 3.2 3.2 6.058667 1.92 2.816 4.352 5.248 2.389333 2.474667 5.248 4.352 2.901333 1.92 6.058667 3.242666 3.157333 1.322667 6.528 1.962667 3.328 0.682667 6.826666 0.682667h165.674667l31.36 104.746666H292.48l31.36-104.746666h165.717333q3.413333 0 6.826667-0.64 3.328-0.682667 6.528-2.005334 3.157333-1.322667 5.973333-3.242666 2.858667-1.877333 5.290667-4.352 2.432-2.432 4.309333-5.248 1.92-2.901333 3.242667-6.058667 1.322667-3.157333 1.962667-6.570667z m252.501333 202.666666q9.429333 43.648 9.429333 100.864 0 58.368-9.813333 148.352-1.450667 12.757333-11.093333 21.376-9.813333 8.704-22.826667 8.704h-100.309333q22.058667-81.493333 22.058666-174.592h-69.674666q0 94.421333-24.96 174.592h-121.514667q41.941333-81.450667 41.941333-174.592H419.754667q0 94.378667-52.992 174.592H263.808q-0.725333 0-1.109333-0.725333-0.469333-0.981333 0.042666-1.749333 67.968-103.253333 69.888-175.018667 1.536-56.533333 0.938667-101.802667H776.106667z" fill="#363B4C" ></path></symbol><symbol id="icon-zhixianlianjiexian" viewBox="0 0 1024 1024"><path d="M870.4 128.0512h-315.7504a45.9776 45.9776 0 1 0 0 91.904h184.4736L141.4656 817.6128a45.9264 45.9264 0 0 0 64.9728 65.024L804.096 284.8768v184.4736a45.9776 45.9776 0 0 0 91.904 0V153.6a25.6 25.6 0 0 0-25.6-25.6z" fill="#363B4C" ></path></symbol><symbol id="icon-yishujia-xuanzhong" viewBox="0 0 1945 1024"><path d="M232.893782 133.69333Q20.767031 624.035902 121.660931 700.285665q56.953359 43.093817 213.641942-45.812248c434.325066-246.352244 652.334324-279.731012 562.670663 0q-17.112746 53.432768 2.317351 79.146452 69.074887 91.312545 598.054832-165.244957Q1606.726446 537.35806 1693.448853 433.166391q-725.642833 274.115892-753.58474 215.513648-2.762995-5.704249 1.20324-14.617137c44.252492-100.09174 110.653513-333.56486-154.906005-266.851888-117.33818 29.457097-243.321861 98.041776-351.167815 156.733148-136.322633 74.155234-243.767506 132.579219-268.456208 76.739972-27.273439-61.721754-8.199858-136.144375 18.182293-238.954546 16.399715-63.816283 35.562426-138.595419 48.174164-227.991693z" fill="#1E6FFF" ></path></symbol><symbol id="icon-wenben-xuanzhong" viewBox="0 0 1024 1024"><path d="M113.2544 108.8m46.7968 0l708.352 0q46.7968 0 46.7968 46.7968l0-0.0512q0 46.7968-46.7968 46.7968l-708.352 0q-46.7968 0-46.7968-46.7968l0 0.0512q0-46.7968 46.7968-46.7968Z" fill="#1E6FFF" ></path><path d="M291.4816 821.6576m46.7968 0l351.9488 0q46.7968 0 46.7968 46.7968l0-0.0512q0 46.7968-46.7968 46.7968l-351.9488 0q-46.7968 0-46.7968-46.7968l0 0.0512q0-46.7968 46.7968-46.7968Z" fill="#1E6FFF" ></path><path d="M558.7968 108.8m0 46.7968l0 708.352q0 46.7968-46.7968 46.7968l0.0512 0q-46.7968 0-46.7968-46.7968l0-708.352q0-46.7968 46.7968-46.7968l-0.0512 0q46.7968 0 46.7968 46.7968Z" fill="#1E6FFF" ></path><path d="M202.3424 108.8m0 46.7968l0 84.6336q0 46.7968-46.7968 46.7968l0.0512 0q-46.7968 0-46.7968-46.7968l0-84.6336q0-46.7968 46.7968-46.7968l-0.0512 0q46.7968 0 46.7968 46.7968Z" fill="#1E6FFF" ></path><path d="M915.2 108.8m0 46.7968l0 84.6336q0 46.7968-46.7968 46.7968l0.0512 0q-46.7968 0-46.7968-46.7968l0-84.6336q0-46.7968 46.7968-46.7968l-0.0512 0q46.7968 0 46.7968 46.7968Z" fill="#1E6FFF" ></path></symbol><symbol id="icon-xuxian-xuanzhong" viewBox="0 0 2048 1024"><path d="M256 588.8H102.4a76.8 76.8 0 1 1 0-153.6h153.6a76.8 76.8 0 1 1 0 153.6z m614.4 0h-307.2a76.8 76.8 0 1 1 0-153.6h307.2a76.8 76.8 0 0 1 0 153.6z m614.4 0h-307.2a76.8 76.8 0 0 1 0-153.6h307.2a76.8 76.8 0 0 1 0 153.6z m460.8 0h-153.6a76.8 76.8 0 0 1 0-153.6h153.6a76.8 76.8 0 0 1 0 153.6z" fill="#1E6FFF" ></path></symbol><symbol id="icon-yidong-2" viewBox="0 0 1024 1024"><path d="M512 42.688h0.832c1.856 0 3.712 0.128 5.504 0.448l2.24 0.384 2.752 0.64 1.984 0.64c0.832 0.192 1.664 0.576 2.56 0.832 1.6 0.64 3.2 1.408 4.8 2.304l1.536 0.896c2.88 1.792 5.568 3.84 7.936 6.272L538.24 51.712l0.384 0.32 3.456 3.072 128 128a42.688 42.688 0 1 1-60.288 60.352l-55.168-55.104v280.96h280.96l-55.168-55.168a42.688 42.688 0 0 1-3.52-56.32l3.52-3.968c16.64-16.704 43.712-16.704 60.352 0l128 128c1.216 1.152 2.368 2.496 3.392 3.84l0.704 0.896a32.064 32.064 0 0 1 2.112 3.2l0.896 1.536c0.832 1.6 1.6 3.2 2.304 4.864l0.896 2.56 0.64 1.92 0.64 2.816 0.384 2.176a38.208 38.208 0 0 1 0.512 6.336l-0.128-3.648a20.8 20.8 0 0 1 0.128 2.304v2.816l-0.128 2.176a53.376 53.376 0 0 1-0.32 2.752l-0.384 2.24-0.64 2.752a26.368 26.368 0 0 1-0.64 1.92c-0.192 0.896-0.576 1.728-0.832 2.56a34.816 34.816 0 0 1-2.304 4.8l-0.896 1.536a40.896 40.896 0 0 1-6.272 7.936l3.392-3.84-0.32 0.384-3.072 3.456-128 128.064a42.688 42.688 0 1 1-60.352-60.352l55.04-55.168h-280.96v280.96l55.232-55.168a42.688 42.688 0 0 1 56.32-3.52l3.968 3.52c16.704 16.64 16.704 43.712 0 60.352l-128 128a48.704 48.704 0 0 1-3.84 3.392l-0.896 0.704a32.064 32.064 0 0 1-3.2 2.112l-1.536 0.896a49.536 49.536 0 0 1-4.864 2.304l-2.56 0.896-1.92 0.64a65.792 65.792 0 0 1-2.816 0.64l-2.176 0.384a38.208 38.208 0 0 1-6.336 0.512l3.648-0.128-2.24 0.128h-2.816l-2.24-0.128a51.712 51.712 0 0 1-2.688-0.32l-2.24-0.384-2.752-0.64a26.368 26.368 0 0 1-1.984-0.64c-0.832-0.192-1.664-0.576-2.56-0.832a34.816 34.816 0 0 1-4.8-2.304l-1.536-0.896a40.896 40.896 0 0 1-7.936-6.272l3.84 3.392a42.112 42.112 0 0 1-3.84-3.392l-128-128a42.688 42.688 0 1 1 60.352-60.352l55.104 55.04v-280.96h-280.96l55.168 55.232a42.688 42.688 0 0 1 3.52 56.32l-3.52 3.968a42.624 42.624 0 0 1-60.352 0l-128-128-3.136-3.456L51.84 538.24l-0.704-0.896a32.064 32.064 0 0 1-2.112-3.2L48 532.608a49.536 49.536 0 0 1-2.304-4.8l-0.896-2.56-0.64-1.984a65.664 65.664 0 0 1-0.64-2.752l-0.384-2.24A37.312 37.312 0 0 1 42.688 512l0.128 3.84a66.24 66.24 0 0 1-0.128-3.008v-1.664l0.128-2.944 0.32-2.56 0.384-2.24 0.64-2.752a26.368 26.368 0 0 1 0.64-1.984c0.192-0.832 0.576-1.664 0.832-2.56a34.88 34.88 0 0 1 2.304-4.8l0.896-1.536a40.896 40.896 0 0 1 6.272-7.936l-3.392 3.84a42.112 42.112 0 0 1 3.392-3.84l128-128a42.688 42.688 0 0 1 60.352 60.352l-55.104 55.104h280.96v-280.96l-55.168 55.168a42.688 42.688 0 0 1-56.32 3.52l-3.968-3.52a42.624 42.624 0 0 1 0-60.352l128-128 3.456-3.136L485.76 51.84l0.896-0.704a32.064 32.064 0 0 1 3.2-2.112L491.392 48a49.536 49.536 0 0 1 4.8-2.304l2.56-0.896 1.984-0.64 2.752-0.64 2.24-0.384A37.312 37.312 0 0 1 512 42.688l-3.84 0.128 3.072-0.128H512z" fill="#363B4C" ></path></symbol><symbol id="icon-xuanzhuan" viewBox="0 0 1024 1024"><path d="M236.736 783.808c57.728 56.96 129.28 92.16 204.16 105.6 1.088 0.384 2.176 0.768 3.456 1.024 9.088 1.664 18.368 2.56 27.52 3.456 1.152 0.064 2.176 0.32 3.328 0.32a389.696 389.696 0 0 0 179.968-25.28l4.736-1.792a547.84 547.84 0 0 0 26.496-12.032c3.072-1.536 6.272-3.072 9.408-4.736 7.296-3.904 14.528-8.256 21.76-12.672 3.968-2.432 7.936-4.864 11.776-7.36 1.92-1.28 3.968-2.304 5.76-3.584 5.184-3.584 9.792-7.488 14.72-11.328l10.112-7.68c8-6.528 15.616-13.44 23.04-20.48 1.28-1.28 2.816-2.432 4.16-3.712l0.64-0.768a379.52 379.52 0 0 0 107.52-204.16 46.08 46.08 0 0 0-37.952-53.312 46.72 46.72 0 0 0-54.144 37.312 288.32 288.32 0 0 1-103.04 174.272c-2.048 1.664-4.224 3.2-6.336 4.8a260.992 260.992 0 0 1-16.96 12.352l-7.808 4.864c-5.76 3.648-11.712 7.232-17.792 10.368-1.92 1.024-3.968 1.92-5.888 2.816a271.296 271.296 0 0 1-23.808 10.688 301.76 301.76 0 0 1-137.984 19.456l-0.896-0.128a296.384 296.384 0 0 1-180.096-83.84l55.04-54.4L137.664 620.8l44.032 217.216 55.04-54.272zM220.672 461.44a289.28 289.28 0 0 1 102.72-174.08c2.56-2.112 5.312-3.968 7.872-6.016 4.992-3.84 10.048-7.68 15.36-11.072 3.2-2.176 6.4-4.032 9.728-5.952 5.248-3.2 10.432-6.4 15.808-9.28 2.56-1.408 5.312-2.688 8-3.968 6.4-3.2 12.8-6.208 19.264-8.896a46.848 46.848 0 0 1 4.48-1.664c7.872-2.88 15.744-5.76 23.68-8.128l1.152-0.384A308.224 308.224 0 0 1 512 220.288h1.472c8.768 0 17.472 0.384 26.24 1.28 1.792 0.128 3.712 0.512 5.632 0.64a295.68 295.68 0 0 1 176.256 83.328l-55.04 54.272 220.16 43.52-44.16-217.216-55.04 54.208a387.328 387.328 0 0 0-204.736-105.728L579.84 133.76c-7.68-1.344-15.424-1.984-23.168-2.88l-8.64-1.152a417.28 417.28 0 0 0-33.28-1.536L511.616 128c-36.8 0-73.216 5.184-108.16 15.232l-2.88 0.768a480.32 480.32 0 0 0-29.696 10.24c-2.432 0.96-4.864 1.728-7.296 2.752a347.2 347.2 0 0 0-24.32 11.072c-3.84 1.92-7.616 3.648-11.52 5.696a460.288 460.288 0 0 0-33.408 19.968c-1.792 1.152-3.712 2.112-5.504 3.392-6.08 4.096-11.712 8.768-17.344 13.12-2.112 1.664-4.16 3.008-6.208 4.672a380.544 380.544 0 0 0-136.576 230.144 46.208 46.208 0 0 0 37.952 53.44 46.08 46.08 0 0 0 54.016-36.992z" fill="#363B4C" ></path></symbol><symbol id="icon-zhexian" viewBox="0 0 1024 1024"><path d="M955.4944 367.0528l-217.9584-225.4848a43.8784 43.8784 0 0 0-63.488 0 47.5648 47.5648 0 0 0 0 65.6896l127.5392 131.9424h-308.736q-45.1072 0-76.9536 31.8464Q384 402.944 384 448v339.0464q0 9.6256-4.8128 14.3872-4.7616 4.8128-14.336 4.8128h-256a44.8 44.8 0 1 0 0 89.6h256q45.056 0 76.9024-31.8464 31.8464-31.8976 31.8464-76.9536V448q0-9.6256 4.8128-14.4384 4.8128-4.7616 14.3872-4.7616h311.6032l-130.4064 134.8096a47.5648 47.5648 0 0 0 0 65.6384 43.8784 43.8784 0 0 0 63.488 0l218.0096-225.3824a26.624 26.624 0 0 0 0-36.8128z" fill="#363B4C" ></path></symbol><symbol id="icon-yidong" viewBox="0 0 1024 1024"><path d="M889.088 496.298667V356.650667q0-37.461333-27.136-64-27.136-26.453333-65.408-26.453334h-2.816q-14.08 0.426667-27.306667 4.906667v-34.133333q0-37.418667-27.136-63.914667-27.093333-26.453333-65.322666-26.453333-21.162667-0.085333-40.362667 8.96-11.306667-21.248-32.213333-34.432-22.912-14.506667-50.005334-14.506667-27.221333 0-50.090666 14.506667-20.906667 13.141333-32.085334 34.474666-19.2-9.088-40.405333-8.96-38.186667 0-65.28 26.496-27.178667 26.538667-27.178667 63.914667v254.762667l-34.816-58.88q-19.498667-34.048-55.637333-43.136-35.584-9.386667-67.968 9.258666-31.488 18.346667-41.898667 54.442667-10.410667 36.096 6.314667 68.693333l0.384 0.768 108.373333 212.778667q58.965333 115.2 128.384 162.901333 39.552 27.221333 69.888 27.221334h204.245334q56.064 0 102.656-34.986667 42.965333-32.213333 73.386666-91.648 59.434667-116.309333 59.434667-302.933333zM458.965333 236.970667v259.370666q0 12.672 9.173334 21.632 9.130667 8.96 22.016 8.96 12.885333 0 22.016-8.96 9.173333-8.917333 9.258666-21.632V197.034667q0-12.074667 8.746667-20.608 8.789333-8.618667 21.248-8.618667 12.458667 0 21.290667 8.618667 8.789333 8.533333 8.789333 20.565333v299.306667q0 12.672 9.173333 21.632 9.130667 8.96 22.016 8.96 12.928 0 22.058667-8.96 9.173333-8.96 9.173333-21.632V236.970667q0-12.032 8.789334-20.608 8.832-8.533333 21.290666-8.533334 12.416 0 21.248 8.576 8.746667 8.533333 8.746667 20.565334v299.221333q0 12.672 9.216 21.674667 9.173333 8.96 22.016 8.96 12.928 0 22.101333-8.96 9.130667-8.96 9.130667-21.674667V356.693333q0-12.074667 8.789333-20.650666 8.832-8.618667 21.290667-8.618667 12.458667 0 21.290667 8.618667 8.746667 8.576 8.746666 20.650666v139.648q0 171.989333-52.821333 275.498667-47.530667 92.842667-120.234667 92.842667H450.133333q-14.890667-1.28-38.826666-18.858667-54.741333-40.106667-104.533334-137.472l-108.202666-212.48-0.853334-2.133333-0.256-0.256q-4.864-11.306667-1.408-23.296 3.541333-12.373333 13.909334-18.56 9.728-5.632 20.352-2.474667 10.752 3.157333 16.64 13.525333l64 108.288q19.797333 35.413333 46.208 35.413334 4.693333 0 9.386666-1.109334 32.170667-7.978667 32.170667-56.533333V236.970667q0-12.032 8.789333-20.608 8.832-8.533333 21.333334-8.533334 12.373333 0 21.248 8.576 8.832 8.576 8.832 20.565334z" fill="#363B4C" ></path></symbol><symbol id="icon-zhixian-xuanzhong" viewBox="0 0 1024 1024"><path d="M859.392 89.4976m36.203867 36.203867l0 0q36.203867 36.203867 0 72.407735l-696.924443 696.924443q-36.203867 36.203867-72.407735 0l0 0q-36.203867-36.203867 0-72.407734l696.924444-696.924444q36.203867-36.203867 72.407734 0Z" fill="#1E6FFF" ></path></symbol><symbol id="icon-tianjiayanse" viewBox="0 0 1024 1024"><path d="M0 0m204.8 0l614.4 0q204.8 0 204.8 204.8l0 614.4q0 204.8-204.8 204.8l-614.4 0q-204.8 0-204.8-204.8l0-614.4q0-204.8 204.8-204.8Z" fill="#E4EDFF" ></path><path d="M467.2 467.2V258.1504a44.8 44.8 0 0 1 89.6 0v209.0496h209.0496a44.8 44.8 0 1 1 0 89.6h-209.0496v209.0496a44.8 44.8 0 0 1-89.6 0v-209.0496H258.1504a44.8 44.8 0 1 1 0-89.6h209.0496z" fill="#1E6FFF" ></path></symbol><symbol id="icon-wenben" viewBox="0 0 1024 1024"><path d="M113.2544 108.8m46.7968 0l708.352 0q46.7968 0 46.7968 46.7968l0-0.0512q0 46.7968-46.7968 46.7968l-708.352 0q-46.7968 0-46.7968-46.7968l0 0.0512q0-46.7968 46.7968-46.7968Z" fill="#363B4C" ></path><path d="M291.4816 821.6576m46.7968 0l351.9488 0q46.7968 0 46.7968 46.7968l0-0.0512q0 46.7968-46.7968 46.7968l-351.9488 0q-46.7968 0-46.7968-46.7968l0 0.0512q0-46.7968 46.7968-46.7968Z" fill="#363B4C" ></path><path d="M558.7968 108.8m0 46.7968l0 708.352q0 46.7968-46.7968 46.7968l0.0512 0q-46.7968 0-46.7968-46.7968l0-708.352q0-46.7968 46.7968-46.7968l-0.0512 0q46.7968 0 46.7968 46.7968Z" fill="#363B4C" ></path><path d="M202.3424 108.8m0 46.7968l0 84.6336q0 46.7968-46.7968 46.7968l0.0512 0q-46.7968 0-46.7968-46.7968l0-84.6336q0-46.7968 46.7968-46.7968l-0.0512 0q46.7968 0 46.7968 46.7968Z" fill="#363B4C" ></path><path d="M915.2 108.8m0 46.7968l0 84.6336q0 46.7968-46.7968 46.7968l0.0512 0q-46.7968 0-46.7968-46.7968l0-84.6336q0-46.7968 46.7968-46.7968l-0.0512 0q46.7968 0 46.7968 46.7968Z" fill="#363B4C" ></path></symbol><symbol id="icon-xuxian" viewBox="0 0 2048 1024"><path d="M256 588.8H102.4a76.8 76.8 0 1 1 0-153.6h153.6a76.8 76.8 0 1 1 0 153.6z m614.4 0h-307.2a76.8 76.8 0 1 1 0-153.6h307.2a76.8 76.8 0 0 1 0 153.6z m614.4 0h-307.2a76.8 76.8 0 0 1 0-153.6h307.2a76.8 76.8 0 0 1 0 153.6z m460.8 0h-153.6a76.8 76.8 0 0 1 0-153.6h153.6a76.8 76.8 0 0 1 0 153.6z" fill="#363B4C" ></path></symbol></svg>',(h=>{var l=(n=(n=document.getElementsByTagName("script"))[n.length-1]).getAttribute("data-injectcss"),n=n.getAttribute("data-disable-injectsvg");if(!n){var o,s,r,c,d,f=function(k,x){x.parentNode.insertBefore(k,x)};if(l&&!h.__iconfont__svg__cssinject__){h.__iconfont__svg__cssinject__=!0;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch(k){console&&console.log(k)}}o=function(){var k,x=document.createElement("div");x.innerHTML=h._iconfont_svg_string_5125257,(x=x.getElementsByTagName("svg")[0])&&(x.setAttribute("aria-hidden","true"),x.style.position="absolute",x.style.width=0,x.style.height=0,x.style.overflow="hidden",x=x,(k=document.body).firstChild?f(x,k.firstChild):k.appendChild(x))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(o,0):(s=function(){document.removeEventListener("DOMContentLoaded",s,!1),o()},document.addEventListener("DOMContentLoaded",s,!1)):document.attachEvent&&(r=o,c=h.document,d=!1,m(),c.onreadystatechange=function(){c.readyState=="complete"&&(c.onreadystatechange=null,u())})}function u(){d||(d=!0,r())}function m(){try{c.documentElement.doScroll("left")}catch{return void setTimeout(m,50)}u()}})(window),window._iconfont_svg_string_4329770='<svg><symbol id="jvs-public-cvs" viewBox="0 0 1024 1024"><path d="M32.179933 32.019993v959.640134q0 3.166812 0.63976 6.237661 0.575784 3.102836 1.791328 6.013745 1.215544 2.87892 2.974884 5.533925 1.727352 2.591028 3.966513 4.830189 2.23916 2.23916 4.830189 3.966512 2.623016 1.75934 5.533924 2.974885 2.910908 1.215544 6.013745 1.823316Q61.033113 1023.648132 64.167937 1023.648132h582.181682l307.084843-307.084843V991.660127a31.988004 31.988004 0 0 1-31.988004 31.988005q3.134824 0 6.23766-0.63976 3.102836-0.575784 6.013745-1.791328 2.87892-1.215544 5.533925-2.974885 2.591028-1.727352 4.830189-3.966512 2.23916-2.23916 3.966512-4.830189 1.75934-2.623016 2.974885-5.533925 1.215544-2.910908 1.823316-6.013745 0.607772-3.070848 0.607772-6.237661V32.019993q0-3.134824-0.63976-6.237661-0.575784-3.102836-1.791328-6.013745-1.215544-2.87892-2.974885-5.533925-1.727352-2.591028-3.966512-4.830189-2.23916-2.23916-4.830189-3.966512-2.623016-1.75934-5.533925-2.974885-2.910908-1.215544-6.013745-1.823316Q924.581282 0.031988 921.446458 0.031988H64.167937q-3.134824 0-6.237661 0.63976-3.102836 0.575784-6.013745 1.791328-2.87892 1.215544-5.533924 2.974885-2.591028 1.727352-4.830189 3.966512-2.23916 2.23916-3.966513 4.830189-1.75934 2.623016-2.974884 5.533925-1.215544 2.910908-1.823316 6.013745Q32.179933 28.885168 32.179933 32.019993z" fill="#589F7E" ></path><path d="M665.542422 1023.648132l307.084843-307.084843h-275.096839a31.988004 31.988004 0 0 0-31.988004 31.988004V1023.648132z" fill="#FFFFFF" opacity=".5" ></path><path d="M486.473572 349.820817c60.393352 0 101.401974 33.907285 106.168187 83.552668 0.47982 4.510309 4.638261 7.965013 9.756342 7.965013h64.167937c2.910908 0 5.373985-2.143196 5.373984-4.734225C671.940022 349.181057 593.825316 287.924028 486.089716 287.924028 360.600775 287.924028 288.083969 362.775959 288.083969 486.441584v52.74822C288.083969 661.863801 360.568787 735.756091 486.089716 735.756091c107.383731 0 185.850306-59.337748 185.850306-142.6665 0-2.55904-2.431088-4.702237-5.373984-4.702236h-64.295889c-5.118081 0-9.276521 3.422716-9.78833 7.837061-5.118081 46.286643-45.99875 77.954767-106.136199 77.954767-74.53205 0-116.660252-48.333875-116.660252-134.797451v-53.0681c0.127952-87.615144 42.224166-136.492815 116.788204-136.492815z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-CAD" viewBox="0 0 1024 1024"><path d="M42.978452 32.329773v959.340454q0 3.165823 0.639561 6.235713 0.575604 3.101867 1.790768 6.011867 1.215165 2.878021 2.973956 5.532196 1.726813 2.590219 3.965274 4.82868 2.238461 2.238461 4.82868 3.965274 2.622197 1.758791 5.532197 2.973956 2.909999 1.215165 6.011866 1.822747 3.101867 0.607582 6.235713 0.607582h581.999876l306.988945-306.988945V991.670227a31.978015 31.978015 0 0 1-31.978015 31.978015q3.165823 0 6.235712-0.63956 3.101867-0.575604 6.011867-1.790769 2.878021-1.215165 5.532197-2.973956 2.622197-1.726813 4.82868-3.965274 2.238461-2.238461 3.997252-4.82868 1.726813-2.622197 2.941977-5.532196 1.215165-2.909999 1.822747-6.011867 0.607582-3.069889 0.607583-6.235713V32.329773q0-3.133845-0.639561-6.235713-0.575604-3.101867-1.790769-6.011867-1.215165-2.878021-2.941977-5.532196-1.758791-2.590219-3.997252-4.82868-2.238461-2.238461-4.82868-3.965274-2.622197-1.758791-5.532197-2.973956-2.909999-1.215165-6.011867-1.822747Q935.133096 0.351758 931.967273 0.351758h-857.010806q-3.133845 0-6.235713 0.63956-3.101867 0.575604-6.011866 1.790769-2.878021 1.215165-5.532197 2.973956-2.590219 1.726813-4.82868 3.965274-2.238461 2.238461-3.965274 4.82868-1.758791 2.622197-2.973956 5.532196-1.215165 2.909999-1.822746 6.011867-0.607582 3.101867-0.607583 6.235713z" fill="#4ECFDF" ></path><path d="M665.494473 1023.648242l306.988945-306.988945h-275.01093a31.978015 31.978015 0 0 0-31.978015 31.978015V1023.648242z" fill="#FFFFFF" opacity=".5" ></path><path d="M216.651052 541.9634v-56.856911h56.856911V96.285804h10.360877v388.852663h56.824933v56.824933h60.342515l76.747236-221.959403h67.50559l76.299544 221.927425H863.758166v10.392855h-238.843795l46.176254 134.211729H600.898882l-30.570982-87.395915h-118.318656l-30.539005 87.395915h-70.223721l46.336144-134.211729h-56.697021v56.824933H284.02873V863.758166h-10.360877v-254.608956H216.810942v-56.824933H96.285804v-10.360877h120.365248z m339.638499-1.439011L514.878021 406.79233l-45.696583 133.732059h87.108113z m-225.924677-45.057023H283.86884v46.496034h46.496034v-46.496034z m0 103.352945V552.292299H283.86884v46.496034h46.496034z m-103.352945 0h46.496034V552.292299H227.011929v46.496034z m0-56.856911h46.496034v-46.496034H227.011929v46.496034z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-excel" viewBox="0 0 1024 1024"><path d="M51.358346 31.989004v959.670113q0 3.166911 0.607791 6.237856 0.607791 3.102933 1.823373 6.013933 1.183593 2.87901 2.942988 5.534097 1.759395 2.591109 3.998626 4.83034 2.23923 2.23923 4.830339 3.966636 2.623098 1.759395 5.534098 2.974978 2.87901 1.215582 6.013933 1.823373Q80.148449 1023.648121 83.347349 1023.648121h582.199869l307.094436-307.094436V991.659117a31.989004 31.989004 0 0 1-31.989003 31.989004q3.134922 0 6.237855-0.63978 3.070944-0.575802 5.981944-1.791384 2.910999-1.215582 5.534098-2.974978 2.623098-1.727406 4.862328-3.966636 2.23923-2.23923 3.966637-4.83034 1.759395-2.623098 2.974977-5.534097 1.183593-2.910999 1.791384-6.013933 0.63978-3.070944 0.63978-6.237856V31.989004q0-3.134922-0.63978-6.237856-0.607791-3.102933-1.791384-6.013933-1.215582-2.87901-2.974977-5.534097-1.759395-2.591109-3.966637-4.83034-2.23923-2.23923-4.862328-3.966636-2.623098-1.759395-5.534098-2.974978-2.87901-1.215582-5.981944-1.823373Q943.787573 0 940.652651 0H83.347349Q80.148449 0 77.109494 0.63978q-3.102933 0.575802-6.013933 1.791384-2.910999 1.215582-5.534098 2.974978-2.623098 1.727406-4.830339 3.966636-2.23923 2.23923-3.998626 4.83034-1.759395 2.623098-2.942988 5.534097-1.215582 2.910999-1.823373 6.013933-0.63978 3.102933-0.63978 6.237856z" fill="#1E7144" ></path><path d="M665.547218 1023.648121l307.094436-307.094436h-275.105432a31.989004 31.989004 0 0 0-31.989004 31.989003V1023.648121z" fill="#FFFFFF" opacity=".5" ></path><path d="M320.065977 660.540939l0.063978-0.063978H320.065977v0.063978z m0.063978-0.063978h97.246572l89.473243-124.693137 97.118616 134.897629L703.934023 671.769079l-147.469308-196.732373L693.377651 287.901034l-99.485801 1.663428-85.442629 126.164631-80.644279-115.864172h-94.847396l124.437225 172.420731-137.296805 188.191309z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-ofd" viewBox="0 0 1024 1024"><path d="M42.978452 32.329773v959.340454q0 3.165823 0.639561 6.235713 0.575604 3.101867 1.790768 6.011867 1.215165 2.878021 2.973956 5.532196 1.726813 2.590219 3.965274 4.82868 2.238461 2.238461 4.82868 3.965274 2.622197 1.758791 5.532197 2.973956 2.909999 1.215165 6.011866 1.822747 3.101867 0.607582 6.235713 0.607582h581.999876l306.988945-306.988945V991.670227a31.978015 31.978015 0 0 1-31.978015 31.978015q3.165823 0 6.235712-0.63956 3.101867-0.575604 6.011867-1.790769 2.878021-1.215165 5.532197-2.973956 2.622197-1.726813 4.82868-3.965274 2.238461-2.238461 3.997252-4.82868 1.726813-2.622197 2.941977-5.532196 1.215165-2.909999 1.822747-6.011867 0.607582-3.069889 0.607583-6.235713V32.329773q0-3.133845-0.639561-6.235713-0.575604-3.101867-1.790769-6.011867-1.215165-2.878021-2.941977-5.532196-1.758791-2.590219-3.997252-4.82868-2.238461-2.238461-4.82868-3.965274-2.622197-1.758791-5.532197-2.973956-2.909999-1.215165-6.011867-1.822747Q935.133096 0.351758 931.967273 0.351758h-857.010806q-3.133845 0-6.235713 0.63956-3.101867 0.575604-6.011866 1.790769-2.878021 1.215165-5.532197 2.973956-2.590219 1.726813-4.82868 3.965274-2.238461 2.238461-3.965274 4.82868-1.758791 2.622197-2.973956 5.532196-1.215165 2.909999-1.822746 6.011867-0.607582 3.101867-0.607583 6.235713z" fill="#1E6FFF" ></path><path d="M665.494473 1023.648242l306.988945-306.988945h-275.01093a31.978015 31.978015 0 0 0-31.978015 31.978015V1023.648242z" fill="#FFFFFF" opacity=".5" ></path><path d="M493.612641 398.989695q0-2.110549 0.31978-4.18912 4.02923-59.798888 48.286803-100.794704Q586.508775 252.978078 647.203048 252.978078q13.68659 0.15989 23.279995 9.785272 9.625383 9.625383 9.625382 23.184061 0 13.5267-9.593404 23.152083-9.625383 9.625383-23.279995 9.785273-36.103179 0-61.589657 25.198676-25.486478 25.198676-25.486478 60.854162v214.188746q0 68.496908-51.900319 113.841733-51.868341 45.312847-120.557117 36.90263-68.688776-8.442196-107.765911-64.915371-39.141091-56.537131-22.256698-122.955468t78.378115-97.884704q61.461745-31.466367 125.993379-6.715383 12.88714 4.892636 18.483293 17.364062 5.596153 12.535382 0.63956 25.262632-5.020548 12.791206-17.651864 18.259446-12.631316 5.500219-25.4545 0.543627-36.135157-13.814503-70.671413 3.421647-34.568234 17.268128-44.769222 54.202736-10.137031 36.902629 10.744614 69.104491 20.9456 32.233839 59.159328 38.437574 38.18175 6.203735 68.432952-17.715821 30.219224-23.887577 32.521641-62.037349l0.127912-5.180438v-220.0727z m123.499095 86.02086h120.301293q13.846481-0.127912 23.727687 9.529449 9.913185 9.657361 9.913184 23.439885 0 13.750546-9.913184 23.439885-9.881207 9.657361-23.759665 9.49747h-120.237337q-13.718568-0.15989-23.343951-9.753294-9.593405-9.657361-9.593405-23.184061 0-13.558678 9.593405-23.184061 9.625383-9.593405 23.279995-9.753295h0.031978z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-visio" viewBox="0 0 1024 1024"><path d="M42.978452 32.329773v959.340454q0 3.165823 0.639561 6.235713 0.575604 3.101867 1.790768 6.011867 1.215165 2.878021 2.973956 5.532196 1.726813 2.590219 3.965274 4.82868 2.238461 2.238461 4.82868 3.965274 2.622197 1.758791 5.532197 2.973956 2.909999 1.215165 6.011866 1.822747 3.101867 0.607582 6.235713 0.607582h581.999876l306.988945-306.988945V991.670227a31.978015 31.978015 0 0 1-31.978015 31.978015q3.165823 0 6.235712-0.63956 3.101867-0.575604 6.011867-1.790769 2.878021-1.215165 5.532197-2.973956 2.622197-1.726813 4.82868-3.965274 2.238461-2.238461 3.997252-4.82868 1.726813-2.622197 2.941977-5.532196 1.215165-2.909999 1.822747-6.011867 0.607582-3.069889 0.607583-6.235713V32.329773q0-3.133845-0.639561-6.235713-0.575604-3.101867-1.790769-6.011867-1.215165-2.878021-2.941977-5.532196-1.758791-2.590219-3.997252-4.82868-2.238461-2.238461-4.82868-3.965274-2.622197-1.758791-5.532197-2.973956-2.909999-1.215165-6.011867-1.822747Q935.133096 0.351758 931.967273 0.351758h-857.010806q-3.133845 0-6.235713 0.63956-3.101867 0.575604-6.011866 1.790769-2.878021 1.215165-5.532197 2.973956-2.590219 1.726813-4.82868 3.965274-2.238461 2.238461-3.965274 4.82868-1.758791 2.622197-2.973956 5.532196-1.215165 2.909999-1.822746 6.011867-0.607582 3.101867-0.607583 6.235713z" fill="#54ABFF" ></path><path d="M665.494473 1023.648242l306.988945-306.988945h-275.01093a31.978015 31.978015 0 0 0-31.978015 31.978015V1023.648242z" fill="#FFFFFF" opacity=".5" ></path><path d="M318.660921 526.006371l-27.405159-142.494036q-5.180438-26.09406-35.431641-26.09406H129.223159L128.263819 363.717944q146.938979 38.149772 190.397102 162.288427z m84.58185-168.588096l-76.523391 211.566548-8.058459-42.978452q-12.279558-33.800762-40.164387-62.548998-27.852851-28.748236-61.87746-42.754606l63.796141 246.358628h82.663169l123.339204-309.64312h-83.142839z m65.682843 310.122791h78.410093l49.150209-310.122791h-78.442071l-49.118231 310.122791zM831.780151 365.156955Q799.162576 352.109924 761.39654 352.109924q-58.136031 0-94.974705 28.492412-36.870651 28.492411-37.350322 73.901193-0.447692 49.278121 68.528887 84.070202 22.704391 11.096371 31.658235 19.794391t8.953844 18.867029q0 14.454063-14.166261 22.192742-14.166261 7.73868-32.617575 7.73868-40.612079 0-73.677347-15.95703l-10.392855-5.30835-10.872525 69.552183q34.951971 16.4367 87.395915 16.4367 61.429767 0.47967 98.524265-28.492412 37.094498-29.00406 38.053838-77.290862 0-51.196802-66.194491-84.070202-23.120105-12.055712-33.51296-20.274062-10.392855-8.21835-10.392855-18.35538 0-10.616701 11.576041-18.611205 11.576041-7.962526 33.289114-7.962526 33.097246-0.47967 58.583724 11.60802l7.099119 3.837361 10.872525-67.153831z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-TXT" viewBox="0 0 1024 1024"><path d="M51.358346 31.989004v959.670113q0 3.166911 0.607791 6.237856 0.607791 3.102933 1.823373 6.013933 1.183593 2.87901 2.942988 5.534097 1.759395 2.591109 3.998626 4.83034 2.23923 2.23923 4.830339 3.966636 2.623098 1.759395 5.534098 2.974978 2.87901 1.215582 6.013933 1.823373Q80.148449 1023.648121 83.347349 1023.648121h582.199869l307.094436-307.094436V991.659117a31.989004 31.989004 0 0 1-31.989003 31.989004q3.134922 0 6.237855-0.63978 3.070944-0.575802 5.981944-1.791384 2.910999-1.215582 5.534098-2.974978 2.623098-1.727406 4.862328-3.966636 2.23923-2.23923 3.966637-4.83034 1.759395-2.623098 2.974977-5.534097 1.183593-2.910999 1.791384-6.013933 0.63978-3.070944 0.63978-6.237856V31.989004q0-3.134922-0.63978-6.237856-0.607791-3.102933-1.791384-6.013933-1.215582-2.87901-2.974977-5.534097-1.759395-2.591109-3.966637-4.83034-2.23923-2.23923-4.862328-3.966636-2.623098-1.759395-5.534098-2.974978-2.87901-1.215582-5.981944-1.823373Q943.787573 0 940.652651 0H83.347349Q80.148449 0 77.109494 0.63978q-3.102933 0.575802-6.013933 1.791384-2.910999 1.215582-5.534098 2.974978-2.623098 1.727406-4.830339 3.966636-2.23923 2.23923-3.998626 4.83034-1.759395 2.623098-2.942988 5.534097-1.215582 2.910999-1.823373 6.013933-0.63978 3.102933-0.63978 6.237856z" fill="#EDEDED" ></path><path d="M665.547218 1023.648121l307.094436-307.094436h-275.105432a31.989004 31.989004 0 0 0-31.989004 31.989003V1023.648121z" fill="#54ABFF" opacity=".5" ></path><path d="M701.150979 657.054138L540.470213 274.785542c-5.246197-12.5077-16.730249-19.545281-28.470213-18.809534-11.739964-0.735747-23.224017 6.301834-28.470213 18.809534l-160.680766 382.268596c-6.909625 16.442348-0.511824 35.95564 14.299084 43.633001 14.810909 7.645372 32.404861 0.543813 39.282497-15.866546l51.854175-123.349599h167.430446l51.822186 123.349599c6.909625 16.410359 24.503577 23.511918 39.346475 15.866546 14.77892-7.677361 21.176721-27.190653 14.267095-43.601012z m-245.291681-161.224579L512 362.307457l56.140702 133.58608h-112.281404z" fill="#54ABFF" ></path></symbol><symbol id="jvs-public-GIF" viewBox="0 0 1024 1024"><path d="M51.358346 31.989004v959.670113q0 3.166911 0.63978 6.237856 0.575802 3.102933 1.791384 6.013933 1.215582 2.87901 2.974977 5.534097 1.727406 2.591109 3.966637 4.83034 2.23923 2.23923 4.830339 3.966636 2.623098 1.759395 5.534098 2.974978 2.910999 1.215582 6.013933 1.823373 3.102933 0.607791 6.237855 0.607791h582.199869l307.094436-307.094436V991.659117a31.989004 31.989004 0 0 1-31.989003 31.989004q3.166911 0 6.237855-0.63978 3.102933-0.575802 6.013933-1.791384 2.87901-1.215582 5.534098-2.974978 2.623098-1.727406 4.830339-3.966636 2.23923-2.23923 3.998626-4.83034 1.727406-2.623098 2.942988-5.534097 1.215582-2.910999 1.823373-6.013933 0.607791-3.070944 0.607791-6.237856V31.989004q0-3.134922-0.63978-6.237856-0.575802-3.102933-1.791384-6.013933-1.215582-2.87901-2.942988-5.534097-1.759395-2.591109-3.998626-4.83034-2.23923-2.23923-4.830339-3.966636-2.623098-1.759395-5.534098-2.974978-2.910999-1.215582-6.013933-1.823373Q943.851551 0 940.652651 0H83.347349q-3.134922 0-6.237855 0.63978-3.102933 0.575802-6.013933 1.791384-2.87901 1.215582-5.534098 2.974978-2.591109 1.727406-4.830339 3.966636-2.23923 2.23923-3.966637 4.83034-1.759395 2.623098-2.974977 5.534097-1.215582 2.910999-1.823373 6.013933Q51.358346 28.854081 51.358346 31.989004z" fill="#5F6472" ></path><path d="M665.547218 1023.648121l307.094436-307.094436h-275.105432a31.989004 31.989004 0 0 0-31.989004 31.989003V1023.648121z" fill="#FFFFFF" opacity=".5" ></path><path d="M513.695417 725.094749c31.189279 0 59.691481-5.438131 85.474618-16.218425 25.495236-10.556371 46.703946-27.158664 61.03502-47.727594 14.938865-21.016775 22.392303-45.968198 22.392302-74.726313v-71.623379a17.242073 17.242073 0 0 0-6.781669-13.627316 24.503577 24.503577 0 0 0-16.282403-5.694042h-96.31889a23.383962 23.383962 0 0 0-15.930524 5.694042 17.561963 17.561963 0 0 0-6.461779 13.627316c0 4.926307 2.271219 9.276811 6.781669 13.083502 4.51045 3.774702 9.692668 5.662054 15.610634 5.662054h67.176908v47.759583c0 34.868014-10.876261 61.162975-32.564806 79.012839-21.752523 17.785886-49.77489 26.678829-84.13108 26.678829a121.462247 121.462247 0 0 1-55.276998-12.795601c-34.228234-17.146106-56.300647-47.119803-59.371591-80.388367a1050.838774 1050.838774 0 0 1 0-184.704508c2.719065-33.588454 25.079379-63.91403 59.691481-80.996157a124.981038 124.981038 0 0 1 56.300646-12.795602c27.638499 0 52.142076 7.869295 73.606698 23.575896 21.464622 15.73859 34.708069 35.187904 39.666365 58.251976 1.023648 4.318516 3.486801 8.253163 7.133548 11.388085a26.039049 26.039049 0 0 0 13.915216 6.237856 28.24629 28.24629 0 0 0 23.415951-6.525757 19.57727 19.57727 0 0 0 7.101559-19.033457 123.701478 123.701478 0 0 0-31.189279-58.251976c-32.308894-34.164256-81.603949-53.965449-133.650058-53.741526a201.0189 201.0189 0 0 0-82.083783 16.794227c-50.670582 22.040424-84.035113 64.521821-88.161695 112.249414a1393.377027 1393.377027 0 0 0-3.390834 92.064353c0 32.948674 1.343538 65.897348 4.062603 98.878011 1.791384 23.863797 10.524382 45.552341 26.103027 65.065633 15.610634 19.513292 35.95564 34.868014 61.067009 46.064166 24.951423 11.132173 52.781856 16.890194 81.060135 16.762238z" fill="#FFFFFF" ></path><path d="M428.284777 718.057168q-39.922277-17.785886-65.033645-49.103121-25.495236-31.925026-28.406235-70.855643-4.126581-49.902846-4.126581-99.805692 0-41.585705 3.454812-92.960045 3.358845-38.962607 28.854081-71.431446 25.207335-32.052982 65.641436-49.646933 40.626035-17.913842 86.338321-17.68992 41.10587-0.191934 78.213115 14.714942 37.363156 15.034832 63.24226 42.38543 26.230983 28.054356 33.876355 63.338228 3.582768 17.178095-10.524382 29.237949-13.243448 12.091843-31.957015 9.084877-11.260129-1.59945-19.321358-8.66902-8.317141-7.101559-10.620349-17.274062-6.653713-30.709444-35.571773-51.886164-29.429883-21.5286-67.368842-21.528599-27.734466-0.159945-51.502296 11.707975-23.671863 11.675986-37.938958 31.061323-14.075162 19.033457-15.866546 41.265814-8.061229 91.456562 0 182.817157 2.015307 22.008435 15.962513 40.913936 14.203118 19.225391 37.55509 30.965356 23.192028 11.643997 50.510637 11.643997 47.759583 0 77.349411-24.311643 28.662147-23.511918 28.662148-70.727687v-37.107245h-56.492581q-12.699635 0-22.456281-8.157196-10.58836-8.860954-10.58836-21.016775-0.287901-12.955547 10.076536-21.880479 9.500734-8.317141 22.968105-8.317141h96.190934q13.563338-0.159945 23.256006 8.157196 10.812283 8.828965 10.620349 21.816501v71.623379q0 46.57599-24.311642 80.836213-23.76783 34.068289-65.673425 51.470307-40.626035 17.01815-89.569211 17.01815-45.328418 0.223923-85.41064-17.689919z m8.701009-19.481303q35.891662 16.05848 76.645653 15.834556 44.720627 0 81.412015-15.354721 36.243541-15.034832 56.428602-44.01687 20.472962-28.822092 20.472963-68.616413v-71.623379q0.031989-3.038955-2.815032-5.342164l-0.159945-0.127956-0.127956-0.127956q-3.614757-3.134922-9.180845-3.070944h-96.446846q-5.438131 0-8.924932 3.038955-2.87901 2.495142-2.815032 5.406142 0 2.623098 2.974977 5.11824 3.83868 3.1989 8.764987 3.198901h77.829246v58.411921q0 57.292306-36.467464 87.234013-35.507794 29.109993-90.88076 29.109993-32.372872 0-60.075349-13.915216-27.9264-13.979195-45.136484-37.331168-17.497985-23.703852-20.057106-51.630252-8.221174-93.311924 0-186.623848 2.271219-28.150323 19.92915-52.078098 17.370029-23.575896 45.680297-37.523101 28.24629-14.075162 61.098997-13.883228 44.784605 0 79.812565 25.623192 35.475805 25.975071 43.824935 64.617788 0.671769 3.006966 3.614757 5.502108 3.51879 3.102933 8.477086 3.838681 8.956921 1.407516 14.682953-3.838681l0.159945-0.159945 0.191934-0.159945q4.574428-3.83868 3.55078-8.701009-6.333823-29.429883-28.534192-53.165724-22.616226-23.863797-55.660866-37.107244-33.236575-13.371404-70.151886-13.211459-41.393771-0.223923-77.829246 15.866546-35.571772 15.482678-57.452251 43.313111-21.592578 27.478554-24.40761 60.075349-3.358845 50.222736-3.358845 91.168661 0 49.007154 4.030615 98.014307 2.463153 32.532817 23.831807 59.275624 21.84849 27.28662 57.068383 42.961233z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-xmind" viewBox="0 0 1024 1024"><path d="M42.978452 32.329773v959.340454q0 3.165823 0.639561 6.235713 0.575604 3.101867 1.790768 6.011867 1.215165 2.878021 2.973956 5.532196 1.726813 2.590219 3.965274 4.82868 2.238461 2.238461 4.82868 3.965274 2.622197 1.758791 5.532197 2.973956 2.909999 1.215165 6.011866 1.822747 3.101867 0.607582 6.235713 0.607582h581.999876l306.988945-306.988945V991.670227a31.978015 31.978015 0 0 1-31.978015 31.978015q3.165823 0 6.235712-0.63956 3.101867-0.575604 6.011867-1.790769 2.878021-1.215165 5.532197-2.973956 2.622197-1.726813 4.82868-3.965274 2.238461-2.238461 3.997252-4.82868 1.726813-2.622197 2.941977-5.532196 1.215165-2.909999 1.822747-6.011867 0.607582-3.069889 0.607583-6.235713V32.329773q0-3.133845-0.639561-6.235713-0.575604-3.101867-1.790769-6.011867-1.215165-2.878021-2.941977-5.532196-1.758791-2.590219-3.997252-4.82868-2.238461-2.238461-4.82868-3.965274-2.622197-1.758791-5.532197-2.973956-2.909999-1.215165-6.011867-1.822747Q935.133096 0.351758 931.967273 0.351758h-857.010806q-3.133845 0-6.235713 0.63956-3.101867 0.575604-6.011866 1.790769-2.878021 1.215165-5.532197 2.973956-2.590219 1.726813-4.82868 3.965274-2.238461 2.238461-3.965274 4.82868-1.758791 2.622197-2.973956 5.532196-1.215165 2.909999-1.822746 6.011867-0.607582 3.101867-0.607583 6.235713z" fill="#FF5252" ></path><path d="M665.494473 1023.648242l306.988945-306.988945h-275.01093a31.978015 31.978015 0 0 0-31.978015 31.978015V1023.648242z" fill="#FFFFFF" opacity=".5" ></path><path d="M376.413216 703.868091c9.049778 0 17.587908-4.093186 22.800325-10.968459l159.410405-209.136219-140.735244-184.64106-1.375055-1.662856A28.876148 28.876148 0 0 0 395.056399 288.153894h-32.169883l-2.078571 0.095934c-12.343514 0.95934-22.032852 10.552745-22.032853 22.320655l0.127912 2.302417c0.415714 3.837362 1.918681 7.482856 4.317032 10.616701l122.156018 160.273812-140.831179 184.768971a21.073512 21.073512 0 0 0-1.726812 23.216039c4.157142 7.450878 12.40747 12.119668 21.42527 12.119668h32.137905z m306.125539-403.594529a24.399226 24.399226 0 0 0-21.425271-12.119668h-32.137905a28.68428 28.68428 0 0 0-22.832303 10.968459l-53.083505 69.616139 46.55999 61.237899 81.192181-106.48679a21.10549 21.10549 0 0 0 1.726813-23.216039z m16.948348 368.226844l-94.207233-123.595028-46.655924 61.173942 66.194491 86.788333 1.343077 1.662857a28.876148 28.876148 0 0 0 21.457248 9.305603h32.169883l2.078571-0.063956a24.111423 24.111423 0 0 0 19.794392-12.919118 21.10549 21.10549 0 0 0-2.206483-22.352633z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-shipin" viewBox="0 0 1024 1024"><path d="M42.978452 32.329773v959.340454q0 3.165823 0.639561 6.235713 0.607582 3.101867 1.790768 6.011867 1.215165 2.878021 2.973956 5.532196 1.758791 2.590219 3.965274 4.82868 2.238461 2.238461 4.860658 3.965274 2.622197 1.758791 5.532197 2.973956 2.878021 1.215165 5.979888 1.822747 3.101867 0.607582 6.235713 0.607582h581.999876l306.988945-306.988945V991.670227a31.978015 31.978015 0 0 1-31.978015 31.978015q3.165823 0 6.235712-0.63956 3.101867-0.575604 6.011867-1.790769 2.909999-1.215165 5.532197-2.973956 2.622197-1.726813 4.82868-3.965274 2.238461-2.238461 3.997252-4.82868 1.758791-2.622197 2.941977-5.532196 1.215165-2.909999 1.822747-6.011867 0.63956-3.069889 0.639561-6.235713V32.329773q0-3.133845-0.639561-6.235713t-1.822747-6.011867q-1.183187-2.878021-2.941977-5.532196-1.758791-2.590219-3.997252-4.82868-2.238461-2.238461-4.82868-3.965274-2.622197-1.758791-5.532197-2.973956-2.909999-1.215165-6.011867-1.822747Q935.133096 0.351758 931.967273 0.351758h-857.010806q-3.133845 0-6.235713 0.63956-3.069889 0.575604-5.979888 1.790769-2.909999 1.215165-5.532197 2.973956-2.622197 1.726813-4.860658 3.965274-2.238461 2.238461-3.965274 4.82868-1.758791 2.622197-2.973956 5.532196-1.183187 2.909999-1.790768 6.011867-0.63956 3.101867-0.639561 6.235713z" fill="#7785FF" ></path><path d="M665.494473 1023.648242l306.988945-306.988945h-275.01093a31.978015 31.978015 0 0 0-31.978015 31.978015V1023.648242z" fill="#FFFFFF" opacity=".5" ></path><path d="M552.292299 562.717132l92.576354-54.010868q4.221098-2.462307 4.221098-7.354943 0-4.892636-4.221098-7.354944l-256.463681-149.65711q-4.285054-2.462307-8.570108 0t-4.285054 7.386921v299.218288q0 4.956592 4.285054 7.418899 4.285054 2.430329 8.53813-0.031978l20.785709-12.151646a34.088564 34.088564 0 1 1 34.408345 58.935482h-0.031978l-20.78571 12.151646q-18.547249 10.776591-39.652739 10.488789-19.890325-0.287802-37.22241-10.232965-17.364062-9.977141-27.629005-26.989445-10.904503-18.131535-10.904503-39.588782v-299.218288q0-21.457248 10.904503-39.556804 10.232965-17.012304 27.629005-26.989445 17.332084-9.977141 37.190432-10.232965 21.169446-0.31978 39.684717 10.488789l256.463681 149.625133q18.419337 10.712635 28.556368 29.099993 9.529449 17.268128 9.529448 37.190432 0 19.890325-9.529448 37.158454-10.137031 18.387359-28.52439 29.099993l-92.544376 54.010868h-0.031978a34.120542 34.120542 0 0 1-34.376366-58.903504z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-svg" viewBox="0 0 1024 1024"><path d="M42.978452 32.329773v959.340454q0 3.165823 0.639561 6.235713 0.575604 3.101867 1.790768 6.011867 1.215165 2.878021 2.973956 5.532196 1.726813 2.590219 3.965274 4.82868 2.238461 2.238461 4.82868 3.965274 2.622197 1.758791 5.532197 2.973956 2.909999 1.215165 6.011866 1.822747 3.101867 0.607582 6.235713 0.607582h581.999876l306.988945-306.988945V991.670227a31.978015 31.978015 0 0 1-31.978015 31.978015q3.165823 0 6.235712-0.63956 3.101867-0.575604 6.011867-1.790769 2.878021-1.215165 5.532197-2.973956 2.622197-1.726813 4.82868-3.965274 2.238461-2.238461 3.997252-4.82868 1.726813-2.622197 2.941977-5.532196 1.215165-2.909999 1.822747-6.011867 0.607582-3.069889 0.607583-6.235713V32.329773q0-3.133845-0.639561-6.235713-0.575604-3.101867-1.790769-6.011867-1.215165-2.878021-2.941977-5.532196-1.758791-2.590219-3.997252-4.82868-2.238461-2.238461-4.82868-3.965274-2.622197-1.758791-5.532197-2.973956-2.909999-1.215165-6.011867-1.822747Q935.133096 0.351758 931.967273 0.351758h-857.010806q-3.133845 0-6.235713 0.63956-3.101867 0.575604-6.011866 1.790769-2.878021 1.215165-5.532197 2.973956-2.590219 1.726813-4.82868 3.965274-2.238461 2.238461-3.965274 4.82868-1.758791 2.622197-2.973956 5.532196-1.215165 2.909999-1.822746 6.011867-0.607582 3.101867-0.607583 6.235713z" fill="#FF8040" ></path><path d="M665.494473 1023.648242l306.988945-306.988945h-275.01093a31.978015 31.978015 0 0 0-31.978015 31.978015V1023.648242z" fill="#FFFFFF" opacity=".5" ></path><path d="M245.84698 600.483168a37.318344 37.318344 0 0 0-20.657798 42.21098c3.997252 17.07626 19.506589 29.16395 37.414278 29.099994 16.820436 0 31.658235-10.744613 36.614827-26.509775a37.190432 37.190432 0 0 0-14.997689-42.115046c14.230217-100.027231 94.495035-178.565236 196.536881-192.315783 6.907251 9.817251 18.163513 16.500656 31.274499 16.500656 13.110986 0 24.33527-6.683405 31.242521-16.500656 102.041846 13.750546 182.338642 92.288552 196.536881 192.315783-23.887577 15.95703-21.872962 51.100868 3.709449 64.307788 25.550434 13.238898 56.281307-4.924614 56.281307-33.257135 0-14.869777-8.85791-27.629005-21.617138-33.736806-10.552745-79.785148-57.688339-150.488539-128.007995-191.964025h78.218225c6.651427 11.192305 18.867029 18.835051 33.03329 18.835051 21.201424 0 38.373618-16.852414 38.373618-37.638124S782.629942 352.109924 761.428518 352.109924c-14.166261 0-26.381862 7.57879-33.03329 18.803073h-183.32996A38.309662 38.309662 0 0 0 512 352.109924c-14.166261 0-26.381862 7.57879-33.03329 18.803073H295.604772A38.309662 38.309662 0 0 0 262.571482 352.109924c-21.201424 0-38.373618 16.852414-38.373618 37.606146 0 20.78571 17.172194 37.638124 38.373618 37.638124a38.373618 38.373618 0 0 0 33.03329-18.835051h78.250203c-70.351633 41.475486-117.487228 112.178877-128.007995 191.964025z" fill="#FFFFFF" ></path><path d="M262.60346 679.788645q15.221535 0 27.437137-8.85791 12.311536-8.921866 16.820436-23.248017 4.5089-14.390107-0.543626-28.556367-4.157142-11.703954-13.462745-19.50659 11.256261-69.328337 62.293174-119.246018 51.164824-50.045594 122.156018-60.950097 13.430766 15.925052 34.728124 15.925052 21.297358 0 34.728124-15.925052 70.991194 10.872525 122.156018 60.950097 50.972956 49.885704 62.261196 119.21404-17.364062 14.070327-16.052964 37.22241 1.502967 25.77428 24.719006 37.766036 23.088127 11.959778 45.472737-1.279121 22.512523-13.270876 22.480545-39.077134 0-26.221972-22.256699-38.917245-8.729998-59.28724-42.274936-109.588657-27.181313-40.739991-66.354381-69.200425h47.135594q13.36681 18.835051 37.414278 18.835051 19.122853 0 32.713509-13.302855 13.622634-13.36681 13.622635-32.297795 0-18.962963-13.622635-32.329773-13.590656-13.302854-32.745487-13.302854-24.047467 0-37.3823 18.803073H549.414278q-13.334832-18.803073-37.3823-18.803073t-37.3823 18.803073H299.98576q-13.174942-18.771095-37.414278-18.803073-19.186809 0-32.713509 13.302854-13.654612 13.36681-13.654613 32.297795 0 18.962963 13.654613 32.297795 13.558678 13.334832 32.713509 13.334833 24.047467 0 37.3823-18.835051h47.135594q-39.173069 28.460433-66.322403 69.200425-33.544938 50.301418-42.274936 109.620635-11.639998 6.843295-17.683843 19.186809-7.067141 14.422085-3.421647 29.995379 3.677472 15.573293 16.404722 25.486478 12.663294 9.849229 28.812191 9.785272z m29.00406-36.902629q-6.587471 20.913622-29.00406 20.913622-10.680657 0.031978-18.994941-6.427581-8.314284-6.427581-10.648679-16.500656-2.366373-10.009119 2.206483-19.314721 4.572856-9.33758 14.102305-13.846481l3.933296-1.854725 0.575604-4.317032q7.674724-58.008119 40.292299-106.96646 32.681531-48.990319 83.846356-79.177566l25.198676-14.869777H291.063894l-2.302418 3.901318q-8.85791 14.933733-26.189994 14.933733-12.631316 0-21.521204-8.729998-8.85791-8.69802-8.85791-20.913622t8.85791-20.881644q8.889888-8.729998 21.521204-8.729998 17.491974 0 26.158016 14.837799l2.302418 3.965274h192.475673l2.334395-3.933296q8.825932-14.869777 26.158016-14.869777 17.332084 0 26.189994 14.869777l2.302417 3.933296h192.443695l2.334396-3.933296q8.825932-14.869777 26.158016-14.869777 12.631316 0 21.553182 8.729998 8.825932 8.666042 8.825932 20.881644t-8.825932 20.913622q-8.921866 8.729998-21.553182 8.729998-17.300106 0-26.158016-14.933733l-2.334396-3.901318h-112.082943l25.262632 14.869777q51.164824 30.187246 83.846356 79.177566 32.617575 48.958341 40.292299 106.96646l0.575604 4.285054 3.901318 1.886703q17.07626 8.186372 17.07626 26.509775 0 16.692524-14.613953 25.326588-14.773843 8.729998-30.027356 0.831428-15.125601-7.834614-16.052963-24.495159-0.95934-16.628568 13.110986-26.094061l4.18912-2.782087-0.703517-4.98857q-11.032415-77.706577-67.633502-133.092499-56.601087-55.321966-135.746674-66.002624l-4.796702-0.63956-2.814065 3.965274q-9.17769 13.110986-24.687028 13.110986-15.541315 0-24.719006-13.110986l-2.814065-3.965274-4.796702 0.63956q-79.177565 10.680657-135.746674 66.034602-56.601087 55.385922-67.633502 133.060521l-0.703517 4.98857 4.157142 2.782087q18.355381 12.311536 11.831866 33.097246z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-tupian" viewBox="0 0 1024 1024"><path d="M42.978452 32.329773v959.340454q0 3.165823 0.639561 6.235713 0.607582 3.101867 1.790768 6.011867 1.215165 2.878021 2.973956 5.532196 1.758791 2.590219 3.965274 4.82868 2.238461 2.238461 4.860658 3.965274 2.622197 1.758791 5.532197 2.973956 2.878021 1.215165 5.979888 1.822747 3.101867 0.607582 6.235713 0.607582h581.999876l306.988945-306.988945V991.670227a31.978015 31.978015 0 0 1-31.978015 31.978015q3.165823 0 6.235712-0.63956 3.101867-0.575604 6.011867-1.790769 2.909999-1.215165 5.532197-2.973956 2.622197-1.726813 4.82868-3.965274 2.238461-2.238461 3.997252-4.82868 1.758791-2.622197 2.941977-5.532196 1.215165-2.909999 1.822747-6.011867 0.63956-3.069889 0.639561-6.235713V32.329773q0-3.133845-0.639561-6.235713t-1.822747-6.011867q-1.183187-2.878021-2.941977-5.532196-1.758791-2.590219-3.997252-4.82868-2.238461-2.238461-4.82868-3.965274-2.622197-1.758791-5.532197-2.973956-2.909999-1.215165-6.011867-1.822747Q935.133096 0.351758 931.967273 0.351758h-857.010806q-3.133845 0-6.235713 0.63956-3.069889 0.575604-5.979888 1.790769-2.909999 1.215165-5.532197 2.973956-2.622197 1.726813-4.860658 3.965274-2.238461 2.238461-3.965274 4.82868-1.758791 2.622197-2.973956 5.532196-1.183187 2.909999-1.790768 6.011867-0.63956 3.101867-0.639561 6.235713z" fill="#4ECFDF" ></path><path d="M665.494473 1023.648242l306.988945-306.988945h-275.01093a31.978015 31.978015 0 0 0-31.978015 31.978015V1023.648242z" fill="#FFFFFF" opacity=".5" ></path><path d="M544.265817 663.959528a30.922741 30.922741 0 0 0 45.089002 3.197801c13.334832-12.183624 14.709887-33.480982 3.069889-47.423396l-158.642933-190.812816c-26.062082-31.338455-70.287677-31.338455-96.317781 0L178.789083 619.733933a34.79208 34.79208 0 0 0 3.037911 47.423396 30.922741 30.922741 0 0 0 45.120979-3.197801l158.674911-190.812816 158.610955 190.812816zM575.15658 512.191868a33.385048 33.385048 0 1 0 48.478671 45.92043l39.14109-42.338892L767.824121 639.91206a30.922741 30.922741 0 0 0 45.120979 3.197802c13.302854-12.151646 14.677909-33.449004 3.037912-47.423396l-105.04778-124.138655c-26.062082-31.338455-70.287677-31.338455-96.317781 0l-39.460871 40.644057zM778.4728 304.142902q0 2.366373-0.223846 4.700768t-0.703516 4.66879q-0.447692 2.302417-1.119231 4.540878-0.703516 2.238461-1.598901 4.444944-0.895384 2.174505-2.014615 4.253076t-2.398351 4.02923q-1.311099 1.982637-2.814065 3.805384-1.502967 1.822747-3.165824 3.485604-1.662857 1.662857-3.517581 3.165823-1.790769 1.470989-3.741428 2.782088-1.982637 1.311099-4.061208 2.430329-2.078571 1.119231-4.253076 2.014615-2.174505 0.895384-4.412966 1.5989-2.238461 0.63956-4.572856 1.119231-2.302417 0.47967-4.668791 0.703516-2.334395 0.223846-4.700768 0.223846-2.334395 0-4.700768-0.223846-2.334395-0.223846-4.636812-0.703516-2.334395-0.447692-4.572856-1.151209-2.238461-0.671538-4.444944-1.5989-2.174505-0.863406-4.253076-1.982637T703.868091 344.019487q-1.950659-1.279121-3.773406-2.782088-1.822747-1.502967-3.517582-3.197801-1.630879-1.630879-3.133845-3.453626-1.502967-1.822747-2.814066-3.805384-1.279121-1.918681-2.430329-4.02923-1.087253-2.078571-1.982637-4.253076-0.927362-2.174505-1.5989-4.444944-0.671538-2.238461-1.151209-4.540878-0.447692-2.334395-0.671538-4.66879-0.255824-2.334395-0.255824-4.700768t0.255824-4.700768q0.223846-2.334395 0.671538-4.668791 0.47967-2.302417 1.151209-4.540878 0.671538-2.238461 1.5989-4.444944 0.895384-2.174505 1.982637-4.253076 1.119231-2.078571 2.430329-4.02923 1.311099-1.982637 2.814066-3.805384 1.502967-1.822747 3.165823-3.485603 1.662857-1.662857 3.485604-3.165824 1.822747-1.470989 3.773406-2.782087 1.950659-1.311099 4.02923-2.430329 2.078571-1.119231 4.253076-2.014615 2.174505-0.895384 4.444944-1.598901 2.238461-0.63956 4.572856-1.11923 2.302417-0.47967 4.636812-0.703517Q728.171382 256.175879 730.505777 256.175879q2.366373 0 4.700768 0.223846 2.366373 0.223846 4.668791 0.703517 2.302417 0.447692 4.572856 1.151208 2.238461 0.671538 4.412966 1.598901 2.174505 0.863406 4.253076 1.982637t4.061208 2.430329q1.918681 1.279121 3.773406 2.782087 1.822747 1.502967 3.485603 3.197802 1.662857 1.630879 3.165824 3.453625 1.502967 1.822747 2.814065 3.805384 1.279121 1.918681 2.398351 4.02923 1.119231 2.078571 2.014615 4.253076 0.895384 2.174505 1.598901 4.444944 0.671538 2.238461 1.119231 4.540878 0.47967 2.334395 0.703516 4.668791 0.223846 2.334395 0.223846 4.700768z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-a-zu3558" viewBox="0 0 1024 1024"><path d="M51.358346 31.989004v959.670113q0 3.166911 0.63978 6.237856 0.575802 3.102933 1.791384 6.013933 1.215582 2.87901 2.974977 5.534097 1.727406 2.591109 3.966637 4.83034 2.23923 2.23923 4.830339 3.966636 2.623098 1.759395 5.534098 2.974978 2.910999 1.215582 6.013933 1.823373 3.102933 0.607791 6.237855 0.607791h582.199869l307.094436-307.094436V991.659117a31.989004 31.989004 0 0 1-31.989003 31.989004q3.166911 0 6.237855-0.63978 3.102933-0.575802 6.013933-1.791384 2.87901-1.215582 5.534098-2.974978 2.623098-1.727406 4.830339-3.966636 2.23923-2.23923 3.998626-4.83034 1.727406-2.623098 2.942988-5.534097 1.215582-2.910999 1.823373-6.013933 0.607791-3.070944 0.607791-6.237856V31.989004q0-3.134922-0.63978-6.237856-0.575802-3.102933-1.791384-6.013933-1.215582-2.87901-2.942988-5.534097-1.759395-2.591109-3.998626-4.83034-2.23923-2.23923-4.830339-3.966636-2.623098-1.759395-5.534098-2.974978-2.910999-1.215582-6.013933-1.823373Q943.851551 0 940.652651 0H83.347349q-3.134922 0-6.237855 0.63978-3.102933 0.575802-6.013933 1.791384-2.87901 1.215582-5.534098 2.974978-2.591109 1.727406-4.830339 3.966636-2.23923 2.23923-3.966637 4.83034-1.759395 2.623098-2.974977 5.534097-1.215582 2.910999-1.823373 6.013933Q51.358346 28.854081 51.358346 31.989004z" fill="#1E6FFF" ></path><path d="M665.547218 1023.648121l307.094436-307.094436h-275.105432a31.989004 31.989004 0 0 0-31.989004 31.989003V1023.648121z" fill="#FFFFFF" opacity=".5" ></path><path d="M323.52079 706.573115l162.856018-168.901939 162.824029 168.901939c6.877636 7.101559 16.410359 10.684327 26.071038 9.820625l2.623099-0.415857c20.21705 3.83868 38.834651-12.251788 38.83465-33.588454l-0.063978-341.162726c0-18.873512-14.714942-34.132267-32.884696-34.132267-18.169754 0-32.916685 15.290744-32.916685 34.132267l0.063978 270.562994-141.26344-146.509637a32.020993 32.020993 0 0 0-41.969573-3.966636l-4.606417 3.966636-141.199462 146.509637v-270.562994c0-18.873512-14.714942-34.132267-32.916685-34.132267C270.802911 307.094436 256.08797 322.38518 256.08797 341.226703v341.194715c0 18.841523 14.714942 34.100278 32.884696 34.100278l5.917965-0.543813 2.559121 0.415857c9.692668 0.863703 19.193402-2.719065 26.071038-9.820625z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-naotu" viewBox="0 0 1024 1024"><path d="M51.358346 31.989004v959.670113q0 3.166911 0.607791 6.237856 0.607791 3.102933 1.823373 6.013933 1.183593 2.87901 2.942988 5.534097 1.759395 2.591109 3.998626 4.83034 2.23923 2.23923 4.830339 3.966636 2.623098 1.759395 5.534098 2.974978 2.87901 1.215582 6.013933 1.823373Q80.148449 1023.648121 83.347349 1023.648121h582.199869l307.094436-307.094436V991.659117a31.989004 31.989004 0 0 1-31.989003 31.989004q3.134922 0 6.237855-0.63978 3.070944-0.575802 5.981944-1.791384 2.910999-1.215582 5.534098-2.974978 2.623098-1.727406 4.862328-3.966636 2.23923-2.23923 3.966637-4.83034 1.759395-2.623098 2.974977-5.534097 1.183593-2.910999 1.791384-6.013933 0.63978-3.070944 0.63978-6.237856V31.989004q0-3.134922-0.63978-6.237856-0.607791-3.102933-1.791384-6.013933-1.215582-2.87901-2.974977-5.534097-1.759395-2.591109-3.966637-4.83034-2.23923-2.23923-4.862328-3.966636-2.623098-1.759395-5.534098-2.974978-2.87901-1.215582-5.981944-1.823373Q943.787573 0 940.652651 0H83.347349Q80.148449 0 77.109494 0.63978q-3.102933 0.575802-6.013933 1.791384-2.910999 1.215582-5.534098 2.974978-2.623098 1.727406-4.830339 3.966636-2.23923 2.23923-3.998626 4.83034-1.759395 2.623098-2.942988 5.534097-1.215582 2.910999-1.823373 6.013933-0.63978 3.102933-0.63978 6.237856z" fill="#7785FF" ></path><path d="M665.547218 1023.648121l307.094436-307.094436h-275.105432a31.989004 31.989004 0 0 0-31.989004 31.989003V1023.648121z" fill="#FFFFFF" opacity=".5" ></path><path d="M496.965168 260.710381l-198.075911 114.360688a21.112742 21.112742 0 0 0-9.788635 12.603668 21.048764 21.048764 0 0 0-0.991659 7.613383v232.496079a21.144731 21.144731 0 0 0 10.556371 19.513292l200.187185 115.512293a21.240699 21.240699 0 0 0 14.650964 4.926307 21.240699 21.240699 0 0 0 12.987536-4.798351l194.237231-112.089469a21.20871 21.20871 0 0 0 15.162787-20.313017v-123.925401a21.20871 21.20871 0 0 0-42.417419 0v111.09781l-157.833744 91.072694v-185.92009l189.310924-109.274437a21.144731 21.144731 0 0 0 7.741339-28.886071l-0.063978-0.159945a21.112742 21.112742 0 0 0-8.093218-8.317141l-200.123208-115.544281A21.240699 21.240699 0 0 0 510.72044 255.91203a21.304677 21.304677 0 0 0-13.755272 4.798351z m-3.774702 264.005248l-162.632095-93.855737v185.92009l162.632095 93.855737v-185.92009z m179.266377-129.683421l-159.657118 92.128331-161.704414-93.343913 159.625129-92.128331 161.736403 93.343913z" fill="#FFFFFF" ></path><path d="M499.396333 264.868951l-198.107901 114.360689q-5.758021 3.326856-7.581394 9.756646v0.095967l-0.063978 0.063978q-0.895692 2.87901-0.735747 5.853988V628.040111q-0.543813 10.044547 8.157196 15.066821l200.571054 115.768205 0.31989 0.255912q4.894318 4.094592 11.292118 3.806691h0.127956q5.694043-0.127956 10.076536-3.710724l0.31989-0.255912 195.036956-112.537316 0.543814-0.159945q11.739964-3.486801 11.739964-15.738589v-123.925401q0-6.813658-4.798351-11.612009t-11.612008-4.79835q-6.813658 0-11.612008 4.79835t-4.798351 11.612009v113.880853l-167.430446 96.606792v-197.020275l191.7101-110.617975q5.885977-3.422823 7.645372-9.94858 1.759395-6.557746-1.663428-12.411733l-0.095967-0.223923-0.063978-0.063978q-2.175252-4.094592-6.237856-6.42979l-200.475087-115.736216-0.31989-0.255912q-4.574428-3.742713-10.556371-3.678735h-0.127956q-5.981944-0.063978-10.620349 3.742713l-0.31989 0.223923-0.31989 0.223923z m-4.798351-8.317141l2.399175 4.158571-3.070944-3.678736q7.357471-6.045922 16.858205-5.917965L510.72044 255.91203l-0.063978-4.79835q9.468745-0.127956 16.762238 5.853987l-3.006967 3.710725 2.399176-4.158571 200.123207 115.544282q6.397801 3.710724 9.916592 10.204492l-4.222549 2.23923 4.158571-2.399175 0.063978 0.191934q5.374153 9.3088 2.591109 19.705227-2.783043 10.364437-12.091844 15.738589l-189.310924 109.274437-2.399175-4.15857h4.79835v185.92009h-4.79835l-2.399175-4.158571 157.833744-91.072694 2.399175 4.158571h-4.79835v-111.09781q0-10.780294 7.613383-18.393677 7.613383-7.613383 18.393677-7.613383 10.780294 0 18.393677 7.581394 7.613383 7.645372 7.613383 18.425666v123.925401q0 19.417325-18.6176 24.951422l-1.343538-4.638405 2.399175 4.15857-194.237231 112.057481-2.399175-4.158571 3.070944 3.710725q-6.973603 5.726032-15.994502 5.917965l-0.063978-4.79835 0.223923 4.79835q-10.172503 0.479835-17.945831-6.045921l3.070944-3.678736-2.399175 4.158571-200.155196-115.544282q-13.851239-7.965262-12.987536-23.895786l4.798351 0.255912h-4.798351v-232.496079h4.798351l-4.798351 0.255912q-0.255912-4.798351 1.215582-9.340789l4.574428 1.471494-4.638406-1.27956q2.87901-10.204492 12.027866-15.482678l198.1079-114.3287z m-3.806692 272.322389L328.159195 435.050451l2.399176-4.15857h4.79835v185.92009h-4.79835l2.399175-4.158571 162.632095 93.887726-2.399175 4.158571h-4.798351v-185.952079h4.798351l-2.399176 4.15857z m7.197526-6.909624v196.988285l-172.228796-99.389835v-197.020274l169.86161 98.014308 2.367186 1.407516z m176.867202-122.773797l-162.056293 93.503858-171.301115-98.846021 169.22183-97.694418 171.333104 98.878011-7.197526 4.15857z m-4.79835-8.317141l2.399175 4.158571-2.399175 4.15857-161.736403-93.343913 2.399175-4.15857 2.399175 4.15857-159.625129 92.128331-2.399175-4.15857 2.399175-4.158571L515.1989 483.033957l-2.399175 4.158571-2.399175-4.158571 159.625129-92.128331z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-liucheng" viewBox="0 0 1024 1024"><path d="M42.978452 32.329773v959.340454q0 3.165823 0.639561 6.235713 0.607582 3.101867 1.790768 6.011867 1.215165 2.878021 2.973956 5.532196 1.758791 2.590219 3.965274 4.82868 2.238461 2.238461 4.860658 3.965274 2.622197 1.758791 5.532197 2.973956 2.878021 1.215165 5.979888 1.822747 3.101867 0.607582 6.235713 0.607582h581.999876l306.988945-306.988945V991.670227a31.978015 31.978015 0 0 1-31.978015 31.978015q3.165823 0 6.235712-0.63956 3.101867-0.575604 6.011867-1.790769 2.909999-1.215165 5.532197-2.973956 2.622197-1.726813 4.82868-3.965274 2.238461-2.238461 3.997252-4.82868 1.758791-2.622197 2.941977-5.532196 1.215165-2.909999 1.822747-6.011867 0.63956-3.069889 0.639561-6.235713V32.329773q0-3.133845-0.639561-6.235713t-1.822747-6.011867q-1.183187-2.878021-2.941977-5.532196-1.758791-2.590219-3.997252-4.82868-2.238461-2.238461-4.82868-3.965274-2.622197-1.758791-5.532197-2.973956-2.909999-1.215165-6.011867-1.822747Q935.133096 0.351758 931.967273 0.351758h-857.010806q-3.133845 0-6.235713 0.63956-3.069889 0.575604-5.979888 1.790769-2.909999 1.215165-5.532197 2.973956-2.622197 1.726813-4.860658 3.965274-2.238461 2.238461-3.965274 4.82868-1.758791 2.622197-2.973956 5.532196-1.183187 2.909999-1.790768 6.011867-0.63956 3.101867-0.639561 6.235713z" fill="#7785FF" ></path><path d="M665.494473 1023.648242l306.988945-306.988945h-275.01093a31.978015 31.978015 0 0 0-31.978015 31.978015V1023.648242z" fill="#FFFFFF" opacity=".5" ></path><path d="M699.615015 637.769533l-63.444382-63.092623c-5.660109-5.660109-16.4367-6.331647-19.50659 0.991318q-0.79945 1.982637-1.023296 7.546812v42.626694h-214.76435a51.740428 51.740428 0 0 1-51.804384-51.548561 51.740428 51.740428 0 0 1 51.804384-51.580538h194.810069a96.189869 96.189869 0 0 0 96.349759-95.838111 96.221847 96.221847 0 0 0-96.349759-95.838112h-190.652927A76.171632 76.171632 0 0 0 256.175879 353.165199a76.171632 76.171632 0 1 0 148.85766 22.128786h190.652927a51.740428 51.740428 0 0 1 51.836362 51.580539 51.740428 51.740428 0 0 1-51.836362 51.580538h-194.810069a96.189869 96.189869 0 0 0-96.349759 95.838111 96.189869 96.189869 0 0 0 96.349759 95.838112h214.76435v40.452189q0 6.203735 1.023296 8.666042c3.069889 7.354943 13.846481 7.674724 19.50659 2.014615l63.444382-63.060646a14.390107 14.390107 0 0 0 0-20.433952zM332.283555 384.56761a31.530323 31.530323 0 0 1-31.562301-31.402411c0-17.268128 14.134283-31.338455 31.562301-31.338455 17.39604 0 31.562301 14.070327 31.562301 31.370433a31.530323 31.530323 0 0 1-31.562301 31.402411z" fill="#FFFFFF" ></path><path d="M705.626882 664.215352l-63.444382 63.060646q-7.099119 7.163075-17.396041 6.395603-11.735932-0.927362-15.989007-11.128349-1.662857-4.02923-1.662857-11.959778v-31.946037h-206.258198q-43.362188 0-74.125039-30.570983-30.762851-30.60296-30.76285-73.773281t30.794828-73.805258q30.730873-30.570982 74.093061-30.570983h194.810069q17.907688 0 30.570982-12.56736 12.663294-12.631316 12.72725-30.44307-0.063956-17.87571-12.72725-30.475049-12.663294-12.631316-30.570982-12.599338h-184.609082q-8.761976 22.480545-28.556367 37.094498-22.416589 16.468678-50.237462 16.468678-34.983949 0-59.798888-24.687028-24.846918-24.687028-24.846918-59.543064t24.81494-59.511086Q297.267629 268.967085 332.283555 268.967085q27.820873 0 50.205484 16.500656 19.826369 14.581975 28.588345 37.030541h184.609082q43.362188 0 74.125039 30.602961t30.76285 73.773281q0 43.17032-30.76285 73.805259-30.762851 30.570982-74.125039 30.570982h-194.810069q-17.907688-0.031978-30.570982 12.56736-12.663294 12.631316-12.72725 30.44307 0.063956 17.87571 12.759228 30.475049 12.663294 12.599338 30.539004 12.56736h206.258198V582.89526q0.255824-7.099119 1.662857-10.488789 4.380988-10.488789 16.564612-10.616701 9.849229-0.095934 16.820436 6.843295l63.444382 63.092624q6.779339 6.715383 6.779339 16.244831 0 9.561427-6.779339 16.27681z m-12.023734-12.08769q1.726813-1.694835 1.726813-4.157142 0-2.430329-1.726813-4.157142l-63.444382-63.092624q-1.918681-1.918681-4.604834-1.886702-0.95934 0-0.991319 0.127912-0.255824 0.543626-0.383736 4.380988v51.036912h-223.30248q-24.910874 0.031978-42.594716-17.55593-17.651864-17.587908-17.747798-42.498783 0.063956-25.006808 17.747798-42.594716t42.626694-17.523952h194.746113q36.359003 0 62.133283-25.646368 25.742302-25.582412 25.742302-61.685591 0-36.071201-25.742302-61.685591-25.77428-25.61439-62.101305-25.61439h-196.920618l-1.886702-6.011867q-6.587471-21.201424-24.463182-34.376367-17.907688-13.174942-40.132409-13.174942-27.980763 0-47.775155 19.730436-19.826369 19.666479-19.826369 47.423396 0 27.788895 19.826369 47.455374 19.826369 19.698457 47.775155 19.698458 22.224721 0 40.100431-13.142965 17.907688-13.174942 24.49516-34.408344l1.886702-5.979889h196.920618q24.942852-0.031978 42.594716 17.555931 17.683842 17.587908 17.779776 42.53076-0.095934 24.97483-17.779776 42.53076-17.683842 17.587908-42.626694 17.587908h-194.746113q-36.359003 0-62.101305 25.582412-25.742302 25.582412-25.742302 61.717569 0 36.071201 25.710324 61.685592 25.77428 25.61439 62.101305 25.61439h223.30248v48.990319q0 4.476922 0.351758 5.372306 0.255824 0.575604 1.598901 0.703517 2.398351 0.15989 3.997252-1.407033l63.47636-63.124602zM303.951034 381.401786q8.634064 8.570108 19.826369 10.872525v0.863407h8.506152q16.564612 0 28.332521-11.703954t11.76791-28.236587q0-16.532634-11.799888-28.236587-11.735932-11.671976-28.300543-11.671976-16.59659 0-28.332521 11.671976-11.76791 11.703954-11.76791 28.204609 0 16.532634 11.76791 28.236587z m44.609331-12.055711q-6.363625 6.331647-15.189557 6.715383h-1.087253q-9.529449 0-16.308788-6.715383-6.715383-6.715383-6.715383-16.180876 0-9.433514 6.715383-16.11692 6.747361-6.715383 16.308788-6.715383 9.529449 0 16.308788 6.715383 6.715383 6.715383 6.715383 16.148898 0 9.433514-6.715383 16.148898z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-weizhi" viewBox="0 0 1024 1024"><path d="M42.978452 32.329773v959.340454q0 3.165823 0.639561 6.235713 0.607582 3.101867 1.790768 6.011867 1.215165 2.878021 2.973956 5.532196 1.758791 2.590219 3.965274 4.82868 2.238461 2.238461 4.860658 3.965274 2.622197 1.758791 5.532197 2.973956 2.878021 1.215165 5.979888 1.822747 3.101867 0.607582 6.235713 0.607582h581.999876l306.988945-306.988945V991.670227a31.978015 31.978015 0 0 1-31.978015 31.978015q3.165823 0 6.235712-0.63956 3.101867-0.575604 6.011867-1.790769 2.909999-1.215165 5.532197-2.973956 2.622197-1.726813 4.82868-3.965274 2.238461-2.238461 3.997252-4.82868 1.758791-2.622197 2.941977-5.532196 1.215165-2.909999 1.822747-6.011867 0.63956-3.069889 0.639561-6.235713V32.329773q0-3.133845-0.639561-6.235713t-1.822747-6.011867q-1.183187-2.878021-2.941977-5.532196-1.758791-2.590219-3.997252-4.82868-2.238461-2.238461-4.82868-3.965274-2.622197-1.758791-5.532197-2.973956-2.909999-1.215165-6.011867-1.822747Q935.133096 0.351758 931.967273 0.351758h-857.010806q-3.133845 0-6.235713 0.63956-3.069889 0.575604-5.979888 1.790769-2.909999 1.215165-5.532197 2.973956-2.622197 1.726813-4.860658 3.965274-2.238461 2.238461-3.965274 4.82868-1.758791 2.622197-2.973956 5.532196-1.183187 2.909999-1.790768 6.011867-0.63956 3.101867-0.639561 6.235713z" fill="#C2C5CF" ></path><path d="M665.494473 1023.648242l306.988945-306.988945h-275.01093a31.978015 31.978015 0 0 0-31.978015 31.978015V1023.648242z" fill="#FFFFFF" opacity=".5" ></path><path d="M486.097808 644.804697c14.358129 0 26.733621 4.700768 36.518893 14.134282 9.113734 9.433514 14.326151 21.553182 14.326151 36.390982 0 14.805821-5.212416 27.597027-14.965711 37.030541a49.342077 49.342077 0 0 1-35.879333 14.134283c-14.326151 0-26.062082-5.372307-35.815377-14.805821-9.785273-9.433514-14.358129-21.553182-14.358129-36.359003 0-14.837799 4.572856-26.957467 14.390107-36.390982a49.246143 49.246143 0 0 1 35.815377-14.134282zM497.865717 256.175879c42.338892 0 76.875148 11.448129 102.969209 35.687465 26.030104 23.599775 39.077134 55.89757 39.077134 96.98932 0 33.67285-8.474174 61.301855-24.111423 82.855037-5.851977 6.715383-24.750984 24.942852-56.05746 53.211417-10.872525 9.273624-19.762413 20.753732-26.062083 33.67285-6.523515 13.462744-8.506152 14.326151-12.72725 33.896696-2.558241 20.274062-16.084942 29.195928-40.676035 26.733621-24.591094-2.494285-34.696146-19.410655-30.28318-50.845044a134.947224 134.947224 0 0 1 12.023733-32.009993c8.474174-18.195491 33.896696-46.464056 76.235588-85.541191l7.834614-9.433514c11.703954-14.805821 17.587908-30.954719 17.587908-47.807133 0-22.224721-6.523515-39.748673-18.259446-52.539879-12.375492-12.791206-29.9634-18.867029-52.124165-18.867029-28.68428 0-48.862407 8.761976-61.269877 27.597027-11.064393 15.509337-16.27681 37.734058-16.276809 66.034602-4.221098 23.343951-16.820436 35.015927-37.798014 35.015926-21.009556 0-33.161202-11.671976-36.486916-35.015926 0-49.885704 13.68659-88.898882 42.338892-117.199426C411.844857 270.310162 449.642871 256.175879 497.865717 256.175879z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-MP3" viewBox="0 0 1024 1024"><path d="M42.978452 32.329773v959.340454q0 3.165823 0.639561 6.235713 0.607582 3.101867 1.790768 6.011867 1.215165 2.878021 2.973956 5.532196 1.758791 2.590219 3.965274 4.82868 2.238461 2.238461 4.860658 3.965274 2.622197 1.758791 5.532197 2.973956 2.878021 1.215165 5.979888 1.822747 3.101867 0.607582 6.235713 0.607582h581.999876l306.988945-306.988945V991.670227a31.978015 31.978015 0 0 1-31.978015 31.978015q3.165823 0 6.235712-0.63956 3.101867-0.575604 6.011867-1.790769 2.909999-1.215165 5.532197-2.973956 2.622197-1.726813 4.82868-3.965274 2.238461-2.238461 3.997252-4.82868 1.758791-2.622197 2.941977-5.532196 1.215165-2.909999 1.822747-6.011867 0.63956-3.069889 0.639561-6.235713V32.329773q0-3.133845-0.639561-6.235713t-1.822747-6.011867q-1.183187-2.878021-2.941977-5.532196-1.758791-2.590219-3.997252-4.82868-2.238461-2.238461-4.82868-3.965274-2.622197-1.758791-5.532197-2.973956-2.909999-1.215165-6.011867-1.822747Q935.133096 0.351758 931.967273 0.351758h-857.010806q-3.133845 0-6.235713 0.63956-3.069889 0.575604-5.979888 1.790769-2.909999 1.215165-5.532197 2.973956-2.622197 1.726813-4.860658 3.965274-2.238461 2.238461-3.965274 4.82868-1.758791 2.622197-2.973956 5.532196-1.183187 2.909999-1.790768 6.011867-0.63956 3.101867-0.639561 6.235713z" fill="#2ECA81" ></path><path d="M665.494473 1023.648242l306.988945-306.988945h-275.01093a31.978015 31.978015 0 0 0-31.978015 31.978015V1023.648242z" fill="#FFFFFF" opacity=".5" ></path><path d="M713.877209 239.675223a26.573731 26.573731 0 0 0-24.303291-3.197801l-144.796453 52.539879c-37.030542 12.56736-59.990756 42.05109-59.990756 77.067016v183.617763c-77.898445-53.083505-186.527762 4.412966-185.984136 99.291737 6.587471 158.451065 232.544126 158.419087 239.099619 0v-282.941478c0-16.27681 15.125601-23.791643 24.111424-26.829555a23.983511 23.983511 0 0 0 0.63956-0.191868l109.39679-39.748673v49.022298a28.68428 28.68428 0 0 1-20.30604 27.501093l-42.85054 14.869777a26.541753 26.541753 0 1 0 17.428018 50.141527l42.658672-14.805821a81.671851 81.671851 0 0 0 56.217351-77.706576V261.388296a26.541753 26.541753 0 0 0-11.320218-21.745051z m-295.508837 475.672975a66.450315 66.450315 0 0 1-66.418338-66.354381c3.645494-88.067454 129.191181-88.035476 132.836675 0a66.450315 66.450315 0 0 1-66.418337 66.354381z" fill="#FFFFFF" ></path><path d="M733.191931 348.272563V261.420274q0-17.971644-14.741865-28.268566-14.709887-10.328899-31.658235-4.157142L542.059334 281.470489q-29.867466 10.137031-47.455374 32.71351-17.779776 22.864281-17.779777 51.836362v169.48348q-25.038786-13.238898-53.787021-14.038349-33.83274-0.95934-64.371744 15.31747-30.60296 16.27681-48.702517 44.897133-19.314721 30.539004-19.122854 67.313722V649.313597q2.494285 59.638998 41.8912 94.782837 35.591531 31.722191 85.669103 31.722191 50.077572 0 85.669102-31.754169 39.396915-35.143839 41.859222-94.750859v-283.261258q0-12.951096 18.675161-19.250765l0.79945-0.287802 98.684155-35.815377v37.606146q0 15.029667-14.326151 19.730435l-0.63956 0.191868-42.85054 14.901755q-13.494722 4.66879-19.730436 17.587908-6.267691 12.855162-1.566923 26.381863 4.700768 13.494722 17.587909 19.730435t26.41384 1.534945l42.658672-14.805821q27.501093-9.049778 44.577354-32.617575 17.044282-23.567797 17.012304-52.635813z m-15.989008-86.884267v86.916245q0 23.919555-13.974393 43.266254-14.006371 19.378677-36.870651 26.861533l-42.658672 14.837799q-7.259009 2.526263-14.198239-0.831429-6.907251-3.357692-9.433514-10.616701-2.558241-7.259009 0.79945-14.16626 3.357692-6.907251 10.648679-9.433515l42.882518-14.901755 0.31978-0.095934q11.352195-3.70945 18.355381-13.334832 6.971207-9.625383 6.971207-21.58516V287.834114l-120.17338 43.649991-0.383737 0.127912q-29.579664 9.945163-29.579664 34.408344v282.74961q-2.238461 52.763725-36.518893 83.334707-31.018675 27.692961-75.020423 27.692961-44.001749 0-75.020424-27.692961-34.31241-30.570982-36.550871-83.334707-0.127912-32.009993 16.628568-58.519768 15.861095-25.070764 42.69065-39.332959 26.861533-14.294173 56.441197-13.462744 31.338455 0.863406 57.720317 18.835051l12.471426 8.506152v-198.775342q0-23.471863 14.454063-42.019112 14.645931-18.771095 40.292299-27.501093l144.796452-52.571857q9.081756-3.293736 16.980326 2.238461 7.930548 5.564175 7.930548 15.189558z m-246.230716 440.1454q21.809006-21.777028 21.809006-52.539879v-0.351758q-1.439011-34.600212-24.463182-55.130098-20.78571-18.547249-49.949659-18.547249t-49.94966 18.547249q-23.024171 20.497908-24.463181 55.130098v0.351758q0 30.762851 21.809006 52.539879 21.809006 21.809006 52.603835 21.809006 30.762851 0 52.571857-21.809006z m5.819998-52.379989q-0.063956 24.015489-17.140216 41.091749-17.140216 17.108238-41.283617 17.108238-24.175379 0-41.283618-17.108238-17.07626-17.07626-17.140216-41.091749 1.183187-27.756917 19.090875-43.713947 16.244832-14.486041 39.332959-14.486041t39.332958 14.486041q17.907688 15.989008 19.090875 43.713947z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-a-zu3557" viewBox="0 0 1024 1024"><path d="M51.358346 31.989004v959.670113q0 3.166911 0.63978 6.237856 0.575802 3.102933 1.791384 6.013933 1.215582 2.87901 2.974977 5.534097 1.727406 2.591109 3.966637 4.83034 2.23923 2.23923 4.830339 3.966636 2.623098 1.759395 5.534098 2.974978 2.910999 1.215582 6.013933 1.823373 3.102933 0.607791 6.237855 0.607791h582.199869l307.094436-307.094436V991.659117a31.989004 31.989004 0 0 1-31.989003 31.989004q3.166911 0 6.237855-0.63978 3.102933-0.575802 6.013933-1.791384 2.87901-1.215582 5.534098-2.974978 2.623098-1.727406 4.830339-3.966636 2.23923-2.23923 3.998626-4.83034 1.727406-2.623098 2.942988-5.534097 1.215582-2.910999 1.823373-6.013933 0.607791-3.070944 0.607791-6.237856V31.989004q0-3.134922-0.63978-6.237856-0.575802-3.102933-1.791384-6.013933-1.215582-2.87901-2.942988-5.534097-1.759395-2.591109-3.998626-4.83034-2.23923-2.23923-4.830339-3.966636-2.623098-1.759395-5.534098-2.974978-2.910999-1.215582-6.013933-1.823373Q943.851551 0 940.652651 0H83.347349q-3.134922 0-6.237855 0.63978-3.102933 0.575802-6.013933 1.791384-2.87901 1.215582-5.534098 2.974978-2.591109 1.727406-4.830339 3.966636-2.23923 2.23923-3.966637 4.83034-1.759395 2.623098-2.974977 5.534097-1.215582 2.910999-1.823373 6.013933Q51.358346 28.854081 51.358346 31.989004z" fill="#FF5252" ></path><path d="M665.547218 1023.648121l307.094436-307.094436h-275.105432a31.989004 31.989004 0 0 0-31.989004 31.989003V1023.648121z" fill="#FFFFFF" opacity=".5" ></path><path d="M696.704508 638.02068a181.121739 181.121739 0 0 1-105.179845-42.737309c-58.251976 12.795602-113.688919 31.349224-169.125863 54.157384C378.285964 727.813814 337.116116 767.736091 301.576333 767.736091c-7.101559 0-15.642623-1.439505-21.336665-5.694043A42.001562 42.001562 0 0 1 256.08797 723.559276c0-12.827591 2.847021-48.463341 137.872606-106.90725 31.285246-57.004405 55.436944-115.448315 75.334104-176.739246-17.050139-34.196245-53.997438-118.295336-28.438224-161.032645 8.541064-15.674612 25.591203-24.247665 44.080847-22.80816 14.203118 0 28.406235 7.133548 36.947299 18.521633 18.489644 25.655181 17.050139 79.812564-7.101559 159.625129a429.740277 429.740277 0 0 0 88.129706 114.040799c29.845741-5.726032 59.691481-9.980569 89.56921-9.980569 66.761051 1.407516 76.74162 32.75674 75.302115 51.310362 0 48.431352-46.89588 48.431352-71.079566 48.431351zM298.729312 726.438287l4.254537-1.439505c19.89716-7.101559 35.539783-21.368655 46.927869-39.890288-21.336666 8.541064-38.386805 22.80816-51.182406 41.329793z m189.055012-427.597014h-4.286526c-1.407516 0-4.254538 0-5.662054 1.439505-5.694043 24.215676-1.439505 49.902846 8.509075 72.679017 8.541064-24.215676 8.541064-49.902846 1.439505-74.118522z m9.916591 206.648965l-1.407516 2.87901-1.407516-1.439505c-12.795602 32.788729-26.998719 65.577458-42.641342 96.926681l2.847021-1.407516v2.847022a826.435913 826.435913 0 0 1 96.638781-28.502203l-1.407516-1.439505h4.254537a436.521946 436.521946 0 0 1-56.84446-69.831995z m193.341539 75.558027c-12.795602 0-24.183687 0-36.979288 2.87901 14.235107 7.101559 28.470213 9.94858 42.641342 11.388085 9.94858 1.407516 19.89716 0 28.470213-2.87901 0-4.254538-5.726032-11.388085-34.132267-11.388085z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-MAK" viewBox="0 0 1024 1024"><path d="M51.358346 31.989004v959.670113q0 3.166911 0.63978 6.237856 0.575802 3.102933 1.791384 6.013933 1.215582 2.87901 2.974977 5.534097 1.727406 2.591109 3.966637 4.83034 2.23923 2.23923 4.830339 3.966636 2.623098 1.759395 5.534098 2.974978 2.910999 1.215582 6.013933 1.823373 3.102933 0.607791 6.237855 0.607791h582.199869l307.094436-307.094436V991.659117a31.989004 31.989004 0 0 1-31.989003 31.989004q3.166911 0 6.237855-0.63978 3.102933-0.575802 6.013933-1.791384 2.87901-1.215582 5.534098-2.974978 2.623098-1.727406 4.830339-3.966636 2.23923-2.23923 3.998626-4.83034 1.727406-2.623098 2.942988-5.534097 1.215582-2.910999 1.823373-6.013933 0.607791-3.070944 0.607791-6.237856V31.989004q0-3.134922-0.63978-6.237856-0.575802-3.102933-1.791384-6.013933-1.215582-2.87901-2.942988-5.534097-1.759395-2.591109-3.998626-4.83034-2.23923-2.23923-4.830339-3.966636-2.623098-1.759395-5.534098-2.974978-2.910999-1.215582-6.013933-1.823373Q943.851551 0 940.652651 0H83.347349q-3.134922 0-6.237855 0.63978-3.102933 0.575802-6.013933 1.791384-2.87901 1.215582-5.534098 2.974978-2.591109 1.727406-4.830339 3.966636-2.23923 2.23923-3.966637 4.83034-1.759395 2.623098-2.974977 5.534097-1.215582 2.910999-1.823373 6.013933Q51.358346 28.854081 51.358346 31.989004z" fill="#FF8040" ></path><path d="M665.547218 1023.648121l307.094436-307.094436h-275.105432a31.989004 31.989004 0 0 0-31.989004 31.989003V1023.648121z" fill="#FFFFFF" opacity=".5" ></path><path d="M353.654431 329.262816l158.345569 158.345569 158.31358-158.345569a31.925026 31.925026 0 0 1 25.335291-9.212833l2.55912 0.383868A31.989004 31.989004 0 0 1 735.923026 351.879042l-0.095967 319.890037a31.989004 31.989004 0 1 1-63.978007 0l0.095967-253.6728-137.360782 137.328794a31.989004 31.989004 0 0 1-40.817969 3.710724l-4.478461-3.710724-137.232826-137.360783V671.769079a31.989004 31.989004 0 1 1-63.978007 0V351.879042a31.989004 31.989004 0 0 1 31.989003-31.989004l5.758021 0.543813 2.463153-0.383868a31.925026 31.925026 0 0 1 25.335291 9.212833z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-a-zu3556" viewBox="0 0 1024 1024"><path d="M51.358346 31.989004v959.670113q0 3.166911 0.63978 6.237856 0.575802 3.102933 1.791384 6.013933 1.215582 2.87901 2.974977 5.534097 1.727406 2.591109 3.966637 4.83034 2.23923 2.23923 4.830339 3.966636 2.623098 1.759395 5.534098 2.974978 2.910999 1.215582 6.013933 1.823373 3.102933 0.607791 6.237855 0.607791h582.199869l307.094436-307.094436V991.659117a31.989004 31.989004 0 0 1-31.989003 31.989004q3.166911 0 6.237855-0.63978 3.102933-0.575802 6.013933-1.791384 2.87901-1.215582 5.534098-2.974978 2.623098-1.727406 4.830339-3.966636 2.23923-2.23923 3.998626-4.83034 1.727406-2.623098 2.942988-5.534097 1.215582-2.910999 1.823373-6.013933 0.607791-3.070944 0.607791-6.237856V31.989004q0-3.134922-0.63978-6.237856-0.575802-3.102933-1.791384-6.013933-1.215582-2.87901-2.942988-5.534097-1.759395-2.591109-3.998626-4.83034-2.23923-2.23923-4.830339-3.966636-2.623098-1.759395-5.534098-2.974978-2.910999-1.215582-6.013933-1.823373Q943.851551 0 940.652651 0H83.347349q-3.134922 0-6.237855 0.63978-3.102933 0.575802-6.013933 1.791384-2.87901 1.215582-5.534098 2.974978-2.591109 1.727406-4.830339 3.966636-2.23923 2.23923-3.966637 4.83034-1.759395 2.623098-2.974977 5.534097-1.215582 2.910999-1.823373 6.013933Q51.358346 28.854081 51.358346 31.989004z" fill="#FF8040" ></path><path d="M665.547218 1023.648121l307.094436-307.094436h-275.105432a31.989004 31.989004 0 0 0-31.989004 31.989003V1023.648121z" fill="#FFFFFF" opacity=".5" ></path><path d="M574.538502 307.094436c76.357752-0.31989 139.216144 55.724845 142.095155 126.676455 2.87901 70.95161-55.308988 131.218894-131.474805 136.209178l-10.62035 0.31989h-196.50845v164.519447c0 18.201743-15.834557 32.916685-35.379838 32.916685-19.513292 0-35.379838-14.714942-35.379838-32.916685V537.415264c0-18.169754 15.834557-32.916685 35.379838-32.916685h231.920277c37.427134 0 68.360501-27.190653 70.567743-61.930712 2.175252-34.772047-25.111368-65.097623-62.31458-69.192215l-8.285152-0.479835h-231.888288c-19.513292 0-35.379838-14.714942-35.379838-32.884696 0-18.169754 15.834557-32.916685 35.379838-32.916685h231.920277z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-a-ziyuan1" viewBox="0 0 1024 1024"><path d="M51.2 32v960c0 17.6 14.4 32 32 32h582.4l307.2-307.2V992 32c0-17.6-14.4-32-32-32H83.2c-17.6 0-32 14.4-32 32z" fill="#001D26" ></path><path d="M940.8 1024zM972.8 716.8V32c0-17.6-14.4-32-32-32H83.2c-17.6 0-32 14.4-32 32v960c0 17.6 14.4 32 32 32h582.4l307.2-307.2v0z m-328.32 256H102.4V51.2h819.2v644.48l-21.12 21.12H697.6c-17.6 0-32 14.4-32 32v202.88l-21.12 21.12z m328.32-256z" fill="#00C8FF" ></path><path d="M800 583.36c0-53.76-42.24-69.76-83.84-79.68-42.24-9.92-84.48-14.4-84.48-43.84 0-23.68 30.72-27.84 47.36-27.84 24.96 0 47.68 8 52.8 36.48h59.84c-7.04-60.8-55.36-83.84-108.48-83.84-47.36 0-108.48 18.56-108.48 78.08 0 55.36 41.28 71.36 83.52 80.64 41.6 9.92 83.52 13.76 84.8 45.44 1.6 31.04-36.16 35.84-57.92 35.84-30.72 0-55.68-12.8-58.88-47.36h-57.28c0.96 64.32 49.6 95.04 114.88 95.04 53.76 0 116.16-23.68 116.16-88.64zM414.08 288H256v376.64h62.72v-144.64h95.36c102.4 0.64 121.92-69.12 121.92-115.52S516.48 288 414.08 288z m-3.52 178.24H318.72v-124.48h92.8c33.28 0 61.76 12.8 61.76 62.4s-34.56 62.4-62.72 62.4z" fill="#00C8FF" ></path></symbol><symbol id="jvs-public-saml" viewBox="0 0 1024 1024"><path d="M0 832a192 192 0 0 0 192 192h640a192 192 0 0 0 192-192V192a192 192 0 0 0-192-192H192a192 192 0 0 0-192 192v640z" fill="#FBF0F1" ></path><path d="M555.008 140.64c-37.664 18.848-102.112 163.296-132 234.08 19.072-43.392 98.304-144.32 136.32-138.24 64.16 1.92 161.504 169.536 200.672 253.92a1310.688 1310.688 0 0 0-89.344-190.72 907.2 907.2 0 0 0-115.648-158.976v-0.064z" fill="#CB3939" ></path><path d="M718.816 579.296c3.968-42.976-82.88-174.56-126.048-237.44 26.144 39.264 68.896 161.216 44.096 191.424-34.976 55.264-224.992 53.504-315.52 44 67.648 12.672 136.224 19.616 205.024 20.768a860.16 860.16 0 0 0 192.48-18.752h-0.032z" fill="#CB3939" ></path><path d="M264 487.2c34.944 23.808 188.992 7.04 263.36-2.432-46.016 5.248-170.976-13.44-185.28-50.144-31.008-57.728 59.968-229.056 110.784-306.624a1298.72 1298.72 0 0 0-114.432 176.192 922.592 922.592 0 0 0-74.432 183.04z" fill="#CB3939" ></path><path d="M432.544 687.488a28.288 28.288 0 0 1 29.088 18.688c20.672 48.096 40.384 96.704 60.928 144.96 4.256 10.016 0 11.136-7.872 11.296-13.76 0-28.384 0.896-32.384-16.672-4.832-21.216-16.96-28.256-37.024-24.64a71.04 71.04 0 0 1-12.256 0l-0.064 0.288a77.184 77.184 0 0 1-13.76 0c-16.832-3.072-26.752 3.648-30.88 20.608a35.296 35.296 0 0 1-6.912 14.112c-9.216 10.944-22.464 8.64-32.448 4.096-6.4-2.88 1.28-12.224 3.712-18.016 18.048-44.768 37.088-89.056 54.784-134.176 4.96-12.576 11.296-19.712 25.088-20.544z m327.584 12.192c4.896-18.4 19.2-8.64 29.056-9.024 9.856-0.416 5.6 10.016 5.664 15.616 0.544 29.216 0 58.56 0.48 87.84 0.64 33.056 8.48 40.672 41.344 41.28 10.496 0.512 21.024 0.32 31.488-0.48 11.392-1.184 12.064 5.056 11.808 14.144-0.32 9.12 0.896 15.136-11.232 14.56-25.6-1.184-51.296 0-76.64-5.12l-3.52-2.784-6.912-3.456a47.392 47.392 0 0 1-18.368-35.328c-0.896-10.656-2.144-21.184-3.2-32v-56.96a24.64 24.64 0 0 0 0-14.144v-14.144z m-202.368-11.424c36.896-0.928 36.8-0.928 48.864 35.328 10.432 30.912 20.672 61.792 32.384 95.552a136.32 136.32 0 0 0 16-43.808c9.12-20.928 16.32-42.688 21.504-64.96 4.064-20.064 17.376-24.096 34.464-21.184a21.312 21.312 0 0 0 6.912 0c13.76-2.24 17.76 3.104 17.6 17.568-0.672 50.24 0 100.576 0.448 150.848l-4.224 4.256-27.552-0.64-1.248-3.616v-114.4l-4.832-0.512-21.984 71.776a272 272 0 0 0-10.624 30.304c-4.608 19.328-19.264 15.808-32.64 17.44-15.104 1.824-14.496-9.6-17.44-18.496a1035.712 1035.712 0 0 0-38.112-102.272v100.864c0 12.48-18.336 23.776-29.984 19.008-5.44-2.304-4.192-6.592-4.192-10.464v-151.072c0-8.416 2.752-12.448 11.136-11.52a18.432 18.432 0 0 0 3.52 0z m-340.384 1.664c34.976-4.448 70.24-1.12 105.312-1.824 12.352 0 7.68 9.536 8.16 15.68 0.448 6.144 2.336 14.816-9.408 14.56a1454.336 1454.336 0 0 0-63.264 0 230.24 230.24 0 0 0-26.24 1.952 18.496 18.496 0 0 0-13.664 7.2 19.52 19.52 0 0 0-3.776 15.2c0.704 12.704 8.416 17.664 19.776 18.24 21.088 0.96 42.176 1.76 63.2 2.816 30.72 1.472 43.264 14.816 43.84 46.048 0.416 29.664-16.64 50.08-44.384 51.712-16.96 0.96-33.984 0-50.944 0v0.64c-16.384 0-32.864-0.64-49.216 0-11.2 0.608-11.904-5.024-11.904-14.08 0-9.056 0-16.32 12.48-15.904 25.152 0.928 50.368 0 75.808 0.512 7.104 0.544 14.24-0.832 20.672-3.968a19.52 19.52 0 0 0 10.112-21.184 16.736 16.736 0 0 0-15.68-15.36 208.576 208.576 0 0 0-41.984-1.984 250.88 250.88 0 0 1-26.336-0.704c-26.656-2.912-43.136-20-43.904-44.736-0.96-29.568 14.496-51.328 41.344-54.816z m206.912 54.496c-19.456 49.6-19.456 49.632 36.8 44.928h-0.064a24437.12 24437.12 0 0 1-26.88-69.216c-4.224 10.24-6.912 17.184-9.856 24.288z" fill="#CB3939" ></path></symbol><symbol id="jvs-public-zhengque" viewBox="0 0 1024 1024"><path d="M64 512a448 448 0 1 0 896 0 448 448 0 1 0-896 0Z" fill="#36B452" ></path><path d="M798.208 364.352l-329.792 358.464a38.08 38.08 0 0 1-44.672 9.728 42.752 42.752 0 0 1-13.76-9.728L225.152 521.92a48.448 48.448 0 0 1 0-63.488 39.552 39.552 0 0 1 58.432 0l155.968 169.6L740.48 300.8a39.552 39.552 0 0 1 58.368 0 47.616 47.616 0 0 1-0.64 63.488z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-guanbi-jinyong" viewBox="0 0 1024 1024"><path d="M619.52 544.448l324.672-324.928a53.632 53.632 0 0 0 0-75.776 53.376 53.376 0 0 0-75.712 0L543.872 468.672l-324.48-324.928a53.376 53.376 0 0 0-75.712 0 53.632 53.632 0 0 0 0 75.776l324.48 324.8-324.48 324.928a53.632 53.632 0 0 0 75.776 75.776l324.416-324.8 324.48 324.8a53.184 53.184 0 0 0 37.952 15.744 53.696 53.696 0 0 0 37.76-91.52l-324.48-324.8z" fill="#D7D8DB" ></path></symbol><symbol id="jvs-public-huifu" viewBox="0 0 1024 1024"><path d="M966.4 857.6c-6.4-25.6-12.8-57.6-25.6-89.6-19.2-64-44.8-128-76.8-179.2-44.8-76.8-102.4-140.8-166.4-185.6C627.2 352 550.4 326.4 460.8 320V160c0-19.2-6.4-25.6-19.2-32-12.8-12.8-25.6-6.4-38.4 6.4L70.4 486.4c-6.4 6.4-12.8 12.8-12.8 25.6s6.4 19.2 12.8 25.6l339.2 326.4c12.8 12.8 25.6 12.8 38.4 6.4 12.8-6.4 19.2-19.2 19.2-32v-185.6c108.8 0 192 12.8 249.6 38.4 76.8 32 140.8 96 185.6 192 6.4 12.8 19.2 19.2 32 19.2h12.8c12.8-12.8 19.2-25.6 19.2-44.8zM403.2 384c6.4 6.4 12.8 12.8 25.6 12.8 160 0 281.6 76.8 377.6 236.8 6.4 12.8 19.2 32 25.6 44.8-32-25.6-64-44.8-96-57.6-70.4-32-172.8-44.8-307.2-44.8-12.8 0-19.2 6.4-25.6 12.8-6.4 6.4-6.4 12.8-6.4 25.6v140.8L140.8 512l249.6-262.4v108.8c6.4 6.4 6.4 12.8 12.8 25.6z" fill="#363B4C" ></path></symbol><symbol id="jvs-public-a-zu3772" viewBox="0 0 1024 1024"><path d="M992 512A480 480 0 1 1 32 512a480 480 0 0 1 960 0z m-68.57142844 0q0-170.4-120.48-290.94857156Q682.4 100.57142844 512 100.57142844 341.6 100.57142844 221.05142844 221.05142844 100.57142844 341.6 100.57142844 512q0 170.4 120.48 290.94857156Q341.6 923.42857156 512 923.42857156q170.4 0 290.94857156-120.48Q923.42857156 682.4 923.42857156 512z" fill="#1E6FFF" ></path><path d="M306.28571469 512a205.71428531 205.71428531 0 1 0 411.42857062 0 205.71428531 205.71428531 0 1 0-411.42857062 0Z" fill="#1E6FFF" ></path></symbol><symbol id="jvs-public-a-yuanxing5biankuang" viewBox="0 0 1024 1024"><path d="M992 512A480 480 0 1 1 32 512a480 480 0 0 1 960 0z m-68.57142844 0q0-170.4-120.48-290.94857156Q682.4 100.57142844 512 100.57142844 341.6 100.57142844 221.05142844 221.05142844 100.57142844 341.6 100.57142844 512q0 170.4 120.48 290.94857156Q341.6 923.42857156 512 923.42857156q170.4 0 290.94857156-120.48Q923.42857156 682.4 923.42857156 512z" fill="#C2C5CF" ></path></symbol><symbol id="jvs-public-danchuangguanbi" viewBox="0 0 1024 1024"><path d="M512 64C264.96 64 64 264.96 64 512s200.96 448 448 448 448-200.96 448-448-200.96-448-448-448z m182.72 585.984a32 32 0 1 1-45.248 45.184l-137.6-137.984L373.76 693.76a32 32 0 1 1-44.928-45.504l137.856-136.384-137.408-137.856a32 32 0 1 1 45.312-45.184l137.6 137.984L650.24 330.24a32 32 0 1 1 44.992 45.504L557.376 512.128l137.344 137.856z" fill="#C2C5CF" ></path></symbol><symbol id="jvs-public-a-juxing2862biankuang" viewBox="0 0 1024 1024"><path d="M0 853.333333V170.666667a170.666667 170.666667 0 0 1 170.666667-170.666667h682.666666a170.666667 170.666667 0 0 1 170.666667 170.666667v682.666666a170.666667 170.666667 0 0 1-170.666667 170.666667H170.666667a170.666667 170.666667 0 0 1-170.666667-170.666667z m85.333333 0q0 35.328 25.002667 60.330667T170.666667 938.666667h682.666666q35.328 0 60.330667-25.002667T938.666667 853.333333V170.666667q0-35.328-25.002667-60.330667T853.333333 85.333333H170.666667q-35.328 0-60.330667 25.002667T85.333333 170.666667v682.666666z" fill="#C2C5CF" ></path></symbol><symbol id="jvs-public-a-zu3739" viewBox="0 0 1024 1024"><path d="M0 853.333333V170.666667a170.666667 170.666667 0 0 1 170.666667-170.666667h682.666666a170.666667 170.666667 0 0 1 170.666667 170.666667v682.666666a170.666667 170.666667 0 0 1-170.666667 170.666667H170.666667a170.666667 170.666667 0 0 1-170.666667-170.666667z" fill="#1E6FFF" ></path><path d="M0 853.333333V170.666667a170.666667 170.666667 0 0 1 170.666667-170.666667h682.666666a170.666667 170.666667 0 0 1 170.666667 170.666667v682.666666a170.666667 170.666667 0 0 1-170.666667 170.666667H170.666667a170.666667 170.666667 0 0 1-170.666667-170.666667z m85.333333 0q0 35.328 25.002667 60.330667T170.666667 938.666667h682.666666q35.328 0 60.330667-25.002667T938.666667 853.333333V170.666667q0-35.328-25.002667-60.330667T853.333333 85.333333H170.666667q-35.328 0-60.330667 25.002667T85.333333 170.666667v682.666666z" fill="#1E6FFF" ></path><path d="M839.082667 343.296l-376.917334 409.6a43.52 43.52 0 0 1-51.029333 11.093333 48.896 48.896 0 0 1-15.701333-11.093333L184.32 523.434667a55.381333 55.381333 0 0 1 0-72.533334 45.226667 45.226667 0 0 1 66.730667 0l178.261333 193.706667 343.893333-373.76a45.226667 45.226667 0 0 1 66.730667 0c18.090667 20.48 18.090667 52.906667-0.768 72.533333z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-a-zu4701" viewBox="0 0 1024 1024"><path d="M397.76 756.672a36.48 36.48 0 0 1-2.688-51.776l2.688-2.752 205.632-190.72-207.04-189.44a36.48 36.48 0 0 1-3.008-51.712l2.624-2.816a44.032 44.032 0 0 1 55.872-2.816l2.944 2.496 236.8 216.704c15.36 14.08 16.64 36.672 2.816 52.096l-2.56 2.56-235.264 218.24a43.904 43.904 0 0 1-58.88 0h0.064z" fill="#6F7588" ></path></symbol><symbol id="jvs-public-a-zu4701-copy" viewBox="0 0 1024 1024"><path d="M626.24 267.328a36.48 36.48 0 0 1 2.688 51.77600001l-2.688 2.75199999-205.632 190.72 207.04 189.43999999a36.48 36.48 0 0 1 3.008 51.71200001l-2.624 2.816a44.032 44.032 0 0 1-55.872 2.816l-2.944-2.496-236.8-216.704c-15.36-14.08-16.64-36.672-2.816-52.096l2.56000001-2.56 235.26399999-218.24a43.904 43.904 0 0 1 58.88 0l-0.064 0z" fill="#6F7588" ></path></symbol><symbol id="jvs-public-shanchu1" viewBox="0 0 1024 1024"><path d="M855.296 326.464v534.336q0 41.088-29.952 70.208-30.08 29.056-71.936 28.992H334.528q-42.112 0-71.872-28.992-29.824-28.8-29.952-70.208V326.4h-61.056q-18.048 0-30.784-12.416Q128 301.568 128 283.776q0-17.728 12.864-30.208 12.8-12.416 30.72-12.416h187.2l8.32-65.92q2.56-20.48 18.56-33.92 15.744-13.44 36.608-13.312h252.16v0.64q15.36 2.176 27.712 12.608 15.872 13.504 18.56 33.92l8.448 65.92h187.2q17.984 0 30.72 12.48 12.928 12.48 12.928 30.208 0 17.792-12.864 30.272-12.8 12.416-30.72 12.416h-61.12z m-214.144-85.312l-3.584-27.84H450.432l-3.584 27.84h194.304zM768 326.4H320v534.272q0 5.696 4.16 9.792 4.288 4.096 10.368 4.096h418.944q6.08 0 10.368-4.096 4.16-4.032 4.16-9.792V326.4z m-314.24 474.368q-12.416-2.368-22.016-11.648-12.8-12.48-12.8-30.208V487.424q0-17.728 12.8-30.208 12.8-12.416 30.784-12.416 17.984 0 30.784 12.416 12.864 12.48 12.864 30.208v271.552q0 17.728-12.864 30.272-12.8 12.352-30.72 12.352H453.76v-0.768z m162.944 0q-12.48-2.368-22.016-11.648-12.864-12.48-12.864-30.208V487.424q0-17.728 12.8-30.208 12.8-12.416 30.848-12.416 17.92 0 30.72 12.416 12.928 12.48 12.928 30.208v271.552q0 17.728-12.928 30.272-12.736 12.352-30.72 12.352h-8.768v-0.768z" fill="#363B4C" ></path></symbol><symbol id="jvs-public-xitongshezhi" viewBox="0 0 1024 1024"><path d="M528.603429 373.248c-76.434286 0-139.044571 62.793143-139.044572 139.702857 0 76.8 62.573714 139.702857 139.044572 139.702857 76.434286 0 139.044571-62.829714 139.044571-139.702857 0-76.909714-62.573714-139.702857-139.044571-139.702857zM417.353143 146.285714c13.897143 0 29.513143 5.229714 38.253714 14.006857 10.422857 12.178286 46.921143 43.629714 74.715429 43.629715 27.794286 0 64.292571-31.451429 74.752-41.910857 8.704-10.496 24.32-15.725714 38.217143-15.725715 8.704 0 13.897143 0 20.882285 3.510857h1.718857l95.561143 54.125715h1.718857a52.297143 52.297143 0 0 1 17.334858 61.074285q-8.704 19.273143-8.704 36.681143a93.622857 93.622857 0 0 0 93.805714 94.244572h3.474286c17.334857 0 31.232 15.725714 36.498285 40.118857 1.718857 1.718857 8.704 43.666286 8.704 76.8q0 34.889143-8.704 76.8c-3.474286 24.429714-19.090286 40.155429-36.498285 40.155428h-3.474286a93.622857 93.622857 0 0 0-93.805714 94.208q0 17.444571 8.704 36.717715c8.740571 20.955429 1.755429 45.348571-17.334858 59.355428h-1.718857l-95.561143 54.125715h-1.718857a62.793143 62.793143 0 0 1-19.053714 3.510857c-15.616 0-31.268571-6.948571-39.972571-17.444572-10.422857-12.178286-48.64-45.348571-76.434286-45.348571-26.075429 0-60.854857 31.451429-74.752 45.348571a49.737143 49.737143 0 0 1-38.253714 17.444572c-8.704 0-13.897143 0-20.845715-3.510857h-1.755428L299.300571 821.76h-1.718857a52.150857 52.150857 0 0 1-17.554285-61.001143q8.777143-19.236571 8.777142-36.681143a93.622857 93.622857 0 0 0-93.842285-94.244571h-3.437715c-17.371429 0-31.268571-15.725714-36.534857-40.118857-1.718857-1.718857-8.704-43.629714-8.704-76.8 0-31.451429 6.985143-73.289143 8.704-76.8 3.474286-24.393143 19.090286-40.118857 36.534857-40.118857h1.718858a93.622857 93.622857 0 0 0 93.805714-94.244572q0-17.444571-8.704-36.681143a49.883429 49.883429 0 0 1 17.334857-59.355428h1.718857l99.108572-55.844572h1.682285A58.88 58.88 0 0 1 417.353143 146.285714z" fill="#6F7588" ></path></symbol><symbol id="jvs-public-gengduocaozuo" viewBox="0 0 1024 1024"><path d="M726.4256 595.2q-3.2768 0-6.5536-0.3584-3.328-0.3072-6.5536-0.9728-3.2256-0.6144-6.4-1.5872-3.1232-0.9728-6.1952-2.2016-3.072-1.28-5.9392-2.816-2.9184-1.536-5.632-3.4304-2.7648-1.792-5.3248-3.8912-2.56-2.0992-4.9152-4.4544-2.304-2.304-4.4032-4.864-2.0992-2.56-3.9424-5.3248-1.8432-2.7136-3.3792-5.632-1.536-2.9184-2.816-5.9904-1.28-3.072-2.2528-6.144-0.9216-3.1744-1.536-6.4512-0.6656-3.2256-1.024-6.5024-0.3072-3.2768-0.3072-6.6048 0-3.2768 0.3072-6.5536 0.3584-3.328 1.024-6.5536 0.6144-3.2256 1.536-6.4 1.024-3.1232 2.2528-6.144 1.2288-3.072 2.816-5.9904 1.536-2.9184 3.3792-5.632 1.8432-2.7648 3.9424-5.3248 2.048-2.56 4.4032-4.9152 2.3552-2.304 4.9152-4.4032 2.56-2.0992 5.2736-3.9424 2.7648-1.8432 5.632-3.3792 2.9184-1.536 5.9904-2.816 3.072-1.28 6.1952-2.2016 3.1744-1.024 6.4-1.6384t6.5536-0.9728Q723.1488 460.8 726.4256 460.8q3.328 0 6.6048 0.3072 3.2768 0.3584 6.5024 1.024 3.2256 0.6144 6.4 1.536 3.1744 1.024 6.1952 2.2528 3.072 1.28 5.9904 2.816 2.9184 1.536 5.632 3.3792 2.7648 1.8432 5.3248 3.9424 2.56 2.048 4.864 4.4032 2.3552 2.3552 4.4544 4.9152 2.048 2.56 3.8912 5.2736 1.8432 2.7648 3.4304 5.632 1.536 2.9696 2.816 5.9904 1.2288 3.072 2.2016 6.1952 0.9728 3.1744 1.5872 6.4 0.6656 3.2256 1.024 6.5536 0.256 3.2768 0.256 6.5536 0 3.328-0.3072 6.6048t-0.9728 6.5024q-0.6144 3.2768-1.5872 6.4-0.9728 3.1744-2.2016 6.1952-1.28 3.072-2.816 5.9904-1.536 2.9184-3.4304 5.632-1.792 2.7648-3.8912 5.3248-2.0992 2.56-4.4544 4.864-2.304 2.3552-4.864 4.4544-2.56 2.048-5.3248 3.8912-2.7136 1.8432-5.632 3.4304-2.9184 1.536-5.9904 2.816-3.072 1.2288-6.144 2.2016-3.2256 0.9728-6.4512 1.5872-3.2256 0.6656-6.5024 1.024-3.2768 0.3072-6.6048 0.3072z m-201.5232 0q-3.328 0-6.6048-0.3584-3.2768-0.3072-6.5024-0.9728-3.2768-0.6144-6.4-1.5872-3.1744-0.9728-6.2464-2.2016-3.072-1.28-5.9392-2.816-2.9184-1.536-5.632-3.4304-2.7648-1.792-5.3248-3.8912-2.56-2.0992-4.864-4.4544-2.3552-2.304-4.4544-4.864-2.048-2.56-3.8912-5.3248-1.8432-2.7136-3.4304-5.632-1.536-2.9184-2.816-5.9904-1.2288-3.072-2.2016-6.144-0.9728-3.1744-1.5872-6.4512-0.6656-3.2256-1.024-6.5024-0.3072-3.2768-0.3072-6.6048 0-3.2768 0.3584-6.5536 0.3072-3.328 0.9728-6.5536 0.6144-3.2256 1.536-6.4 1.024-3.1232 2.2528-6.144 1.28-3.072 2.816-5.9904 1.536-2.9184 3.4304-5.632 1.792-2.7648 3.8912-5.3248 2.0992-2.56 4.4544-4.9152 2.304-2.304 4.864-4.4032 2.56-2.0992 5.3248-3.9424 2.7136-1.8432 5.632-3.3792 2.9184-1.536 5.9392-2.816 3.072-1.28 6.2464-2.2016 3.1232-1.024 6.4-1.6384 3.2256-0.6144 6.5024-0.9728 3.2768-0.3072 6.6048-0.3072 3.2768 0 6.5536 0.3072 3.2768 0.3584 6.5536 1.024 3.2256 0.6144 6.4 1.536 3.1232 1.024 6.144 2.2528 3.072 1.28 5.9904 2.816 2.9184 1.536 5.632 3.3792 2.7648 1.8432 5.3248 3.9424 2.56 2.048 4.9152 4.4032 2.304 2.3552 4.4032 4.9152 2.0992 2.56 3.9424 5.2736 1.8432 2.7648 3.3792 5.632 1.536 2.9696 2.816 5.9904 1.28 3.072 2.2016 6.1952 1.024 3.1744 1.6384 6.4t0.9728 6.5536q0.3072 3.2768 0.3072 6.5536 0 3.328-0.3072 6.6048-0.3584 3.2768-1.024 6.5024-0.6144 3.2768-1.536 6.4-1.024 3.1744-2.2528 6.1952-1.28 3.072-2.816 5.9904-1.536 2.9184-3.3792 5.632-1.8432 2.7648-3.9424 5.3248-2.048 2.56-4.4032 4.864-2.3552 2.3552-4.9152 4.4544-2.56 2.048-5.2736 3.8912-2.7648 1.8432-5.632 3.4304-2.9696 1.536-5.9904 2.816-3.072 1.2288-6.1952 2.2016-3.1744 0.9728-6.4 1.5872-3.2768 0.6656-6.5536 1.024-3.2768 0.3072-6.5536 0.3072zM323.1744 460.8a67.2256 67.2256 0 1 1 0 134.4512 67.2256 67.2256 0 0 1 0-134.4512z" fill="#6F7588" ></path></symbol><symbol id="jvs-public-sousuo" viewBox="0 0 1024 1024"><path d="M498.944 838.336c-206.72 0-370.944-171.52-370.944-387.2C128 235.52 292.288 64 498.944 64c206.72 0 370.944 171.456 370.944 387.2 0 215.68-164.288 387.136-370.944 387.136z m0-110.656c148.416 0 264.96-121.6 264.96-276.48 0-154.88-116.544-276.608-264.96-276.608-148.352 0-264.96 121.728-264.96 276.544 0 154.88 116.608 276.544 264.96 276.544z m312.64 0L960 882.56 885.76 960l-148.352-154.88 74.24-77.44z" fill="#6F7588" ></path></symbol><symbol id="jvs-public-fanhuishangyiji" viewBox="0 0 1024 1024"><path d="M295.424 576.8704h584.448c29.0304 0 52.5312-23.3984 52.5312-52.224v-2.8672c0-28.8256-23.552-52.224-52.5312-52.224H294.0928l175.104-175.6672a51.9168 51.9168 0 0 0 0-73.3184L468.7872 220.16a52.3776 52.3776 0 0 0-73.6256-0.512l-0.512 0.512-284.672 285.696a26.0096 26.0096 0 0 0 0 36.7104l55.7056 55.9104 224.512 225.0752c20.3776 20.48 53.6576 20.6336 74.24 0.4096l0.4608-0.4096 1.6896-1.6896a51.8656 51.8656 0 0 0 0-73.4208l-171.2128-171.5712z" fill="#363B4C" ></path></symbol><symbol id="jvs-public-xitongtiaozhuan" viewBox="0 0 1024 1024"><path d="M658.285714 329.142857V219.428571q0-3.584 0.731429-7.131428 0.658286-3.547429 2.048-6.875429 1.389714-3.291429 3.401143-6.326857 1.974857-2.962286 4.534857-5.522286 2.56-2.56 5.522286-4.534857 2.998857-2.011429 6.326857-3.401143 3.328-1.389714 6.875428-2.084571Q691.2 182.857143 694.857143 182.857143h109.714286q3.620571 0 7.131428 0.731428 3.547429 0.658286 6.875429 2.048 3.291429 1.389714 6.326857 3.401143 2.962286 1.974857 5.522286 4.534857 2.56 2.56 4.534857 5.522286 2.011429 2.998857 3.401143 6.326857 1.389714 3.328 2.084571 6.875429Q841.142857 215.844571 841.142857 219.428571v109.714286q0 3.584-0.731428 7.131429-0.658286 3.547429-2.048 6.875428-1.389714 3.291429-3.401143 6.326857-1.974857 2.962286-4.534857 5.522286-2.56 2.56-5.522286 4.534857-2.998857 2.011429-6.326857 3.401143-3.328 1.389714-6.875429 2.084572Q808.228571 365.714286 804.571429 365.714286h-109.714286q-3.620571 0-7.131429-0.731429-3.547429-0.658286-6.875428-2.048-3.291429-1.389714-6.326857-3.401143-2.962286-1.974857-5.522286-4.534857-2.56-2.56-4.534857-5.522286-2.011429-2.998857-3.401143-6.326857-1.389714-3.328-2.084572-6.875428Q658.285714 332.726857 658.285714 329.142857z m0 256v-109.714286q0-3.584 0.731429-7.131428 0.658286-3.547429 2.048-6.875429 1.389714-3.291429 3.401143-6.326857 1.974857-2.962286 4.534857-5.522286 2.56-2.56 5.522286-4.534857 2.998857-2.011429 6.326857-3.401143 3.328-1.389714 6.875428-2.084571Q691.2 438.857143 694.857143 438.857143h109.714286q3.620571 0 7.131428 0.731428 3.547429 0.658286 6.875429 2.048 3.291429 1.389714 6.326857 3.401143 2.962286 1.974857 5.522286 4.534857 2.56 2.56 4.534857 5.522286 2.011429 2.998857 3.401143 6.326857 1.389714 3.328 2.084571 6.875429 0.694857 3.547429 0.694857 7.131428v109.714286q0 3.620571-0.731428 7.131429-0.658286 3.547429-2.048 6.875428-1.389714 3.291429-3.401143 6.326857-1.974857 2.962286-4.534857 5.522286-2.56 2.56-5.522286 4.534857-2.998857 2.011429-6.326857 3.401143-3.328 1.389714-6.875429 2.084572Q808.228571 621.714286 804.571429 621.714286h-109.714286q-3.620571 0-7.131429-0.731429-3.547429-0.658286-6.875428-2.048-3.291429-1.389714-6.326857-3.401143-2.962286-1.974857-5.522286-4.534857-2.56-2.56-4.534857-5.522286-2.011429-2.998857-3.401143-6.326857-1.389714-3.328-2.084572-6.875428Q658.285714 588.8 658.285714 585.142857z m0 256v-109.714286q0-3.620571 0.731429-7.131428 0.658286-3.547429 2.048-6.875429 1.389714-3.291429 3.401143-6.326857 1.974857-2.962286 4.534857-5.522286 2.56-2.56 5.522286-4.534857 2.998857-2.011429 6.326857-3.401143 3.328-1.389714 6.875428-2.084571Q691.2 694.857143 694.857143 694.857143h109.714286q3.620571 0 7.131428 0.731428 3.547429 0.658286 6.875429 2.048 3.291429 1.389714 6.326857 3.401143 2.962286 1.974857 5.522286 4.534857 2.56 2.56 4.534857 5.522286 2.011429 2.998857 3.401143 6.326857 1.389714 3.328 2.084571 6.875429Q841.142857 727.771429 841.142857 731.428571v109.714286q0 3.620571-0.731428 7.131429-0.658286 3.547429-2.048 6.875428-1.389714 3.291429-3.401143 6.326857-1.974857 2.962286-4.534857 5.522286-2.56 2.56-5.522286 4.534857-2.998857 2.011429-6.326857 3.401143-3.328 1.389714-6.875429 2.084572Q808.228571 877.714286 804.571429 877.714286h-109.714286q-3.620571 0-7.131429-0.731429-3.547429-0.658286-6.875428-2.048-3.291429-1.389714-6.326857-3.401143-2.962286-1.974857-5.522286-4.534857-2.56-2.56-4.534857-5.522286-2.011429-2.998857-3.401143-6.326857-1.389714-3.328-2.084572-6.875428Q658.285714 844.8 658.285714 841.142857zM402.285714 329.142857V219.428571q0-3.584 0.731429-7.131428 0.658286-3.547429 2.048-6.875429 1.389714-3.291429 3.401143-6.326857 1.974857-2.962286 4.534857-5.522286 2.56-2.56 5.522286-4.534857 2.998857-2.011429 6.326857-3.401143 3.328-1.389714 6.875428-2.084571Q435.273143 182.857143 438.857143 182.857143h109.714286q3.584 0 7.131428 0.731428 3.547429 0.658286 6.875429 2.048 3.291429 1.389714 6.326857 3.401143 2.998857 1.974857 5.522286 4.534857 2.56 2.56 4.534857 5.522286 2.011429 2.998857 3.401143 6.326857 1.389714 3.328 2.084571 6.875429Q585.142857 215.844571 585.142857 219.428571v109.714286q0 3.584-0.731428 7.131429-0.658286 3.547429-2.048 6.875428-1.389714 3.291429-3.364572 6.326857-2.011429 2.962286-4.571428 5.522286-2.56 2.56-5.522286 4.534857-2.998857 2.011429-6.326857 3.401143-3.328 1.389714-6.875429 2.084572Q552.155429 365.714286 548.571429 365.714286h-109.714286q-3.584 0-7.131429-0.731429-3.547429-0.658286-6.875428-2.048-3.291429-1.389714-6.326857-3.401143-2.962286-1.974857-5.522286-4.534857-2.56-2.56-4.534857-5.522286-2.011429-2.998857-3.401143-6.326857-1.389714-3.328-2.084572-6.875428Q402.285714 332.726857 402.285714 329.142857z m0 256v-109.714286q0-3.584 0.731429-7.131428 0.658286-3.547429 2.048-6.875429 1.389714-3.291429 3.401143-6.326857 1.974857-2.962286 4.534857-5.522286 2.56-2.56 5.522286-4.534857 2.998857-2.011429 6.326857-3.401143 3.328-1.389714 6.875428-2.084571Q435.273143 438.857143 438.857143 438.857143h109.714286q3.584 0 7.131428 0.731428 3.547429 0.658286 6.875429 2.048 3.291429 1.389714 6.326857 3.401143 2.998857 1.974857 5.522286 4.534857 2.56 2.56 4.534857 5.522286 2.011429 2.998857 3.401143 6.326857 1.389714 3.328 2.084571 6.875429 0.694857 3.547429 0.694857 7.131428v109.714286q0 3.620571-0.731428 7.131429-0.658286 3.547429-2.048 6.875428-1.389714 3.291429-3.364572 6.326857-2.011429 2.962286-4.571428 5.522286-2.56 2.56-5.522286 4.534857-2.998857 2.011429-6.326857 3.401143-3.328 1.389714-6.875429 2.084572Q552.155429 621.714286 548.571429 621.714286h-109.714286q-3.584 0-7.131429-0.731429-3.547429-0.658286-6.875428-2.048-3.291429-1.389714-6.326857-3.401143-2.962286-1.974857-5.522286-4.534857-2.56-2.56-4.534857-5.522286-2.011429-2.998857-3.401143-6.326857-1.389714-3.328-2.084572-6.875428Q402.285714 588.8 402.285714 585.142857z m0 256v-109.714286q0-3.620571 0.731429-7.131428 0.658286-3.547429 2.048-6.875429 1.389714-3.291429 3.401143-6.326857 1.974857-2.962286 4.534857-5.522286 2.56-2.56 5.522286-4.534857 2.998857-2.011429 6.326857-3.401143 3.328-1.389714 6.875428-2.084571Q435.273143 694.857143 438.857143 694.857143h109.714286q3.584 0 7.131428 0.731428 3.547429 0.658286 6.875429 2.048 3.291429 1.389714 6.326857 3.401143 2.998857 1.974857 5.522286 4.534857 2.56 2.56 4.534857 5.522286 2.011429 2.998857 3.401143 6.326857 1.389714 3.328 2.084571 6.875429Q585.142857 727.771429 585.142857 731.428571v109.714286q0 3.620571-0.731428 7.131429-0.658286 3.547429-2.048 6.875428-1.389714 3.291429-3.364572 6.326857-2.011429 2.962286-4.571428 5.522286-2.56 2.56-5.522286 4.534857-2.998857 2.011429-6.326857 3.401143-3.328 1.389714-6.875429 2.084572Q552.155429 877.714286 548.571429 877.714286h-109.714286q-3.584 0-7.131429-0.731429-3.547429-0.658286-6.875428-2.048-3.291429-1.389714-6.326857-3.401143-2.962286-1.974857-5.522286-4.534857-2.56-2.56-4.534857-5.522286-2.011429-2.998857-3.401143-6.326857-1.389714-3.328-2.084572-6.875428Q402.285714 844.8 402.285714 841.142857zM146.285714 329.142857V219.428571q0-3.584 0.731429-7.131428 0.658286-3.547429 2.048-6.875429 1.389714-3.291429 3.401143-6.326857 1.974857-2.962286 4.534857-5.522286 2.56-2.56 5.522286-4.534857 2.998857-2.011429 6.326857-3.401143 3.328-1.389714 6.875428-2.084571Q179.273143 182.857143 182.857143 182.857143h109.714286q3.584 0 7.131428 0.731428 3.547429 0.658286 6.875429 2.048 3.291429 1.389714 6.326857 3.401143 2.962286 1.974857 5.522286 4.534857 2.56 2.56 4.534857 5.522286 2.011429 2.998857 3.401143 6.326857 1.389714 3.328 2.084571 6.875429Q329.142857 215.844571 329.142857 219.428571v109.714286q0 3.584-0.731428 7.131429-0.658286 3.547429-2.048 6.875428-1.389714 3.291429-3.401143 6.326857-1.974857 2.962286-4.534857 5.522286-2.56 2.56-5.522286 4.534857-2.998857 2.011429-6.326857 3.401143-3.328 1.389714-6.875429 2.084572Q296.155429 365.714286 292.571429 365.714286H182.857143q-3.584 0-7.131429-0.731429-3.547429-0.658286-6.875428-2.048-3.291429-1.389714-6.326857-3.401143-2.962286-1.974857-5.522286-4.534857-2.56-2.56-4.534857-5.522286-2.011429-2.998857-3.401143-6.326857-1.389714-3.328-2.084572-6.875428Q146.285714 332.726857 146.285714 329.142857z m0 256v-109.714286q0-3.584 0.731429-7.131428 0.658286-3.547429 2.048-6.875429 1.389714-3.291429 3.401143-6.326857 1.974857-2.962286 4.534857-5.522286 2.56-2.56 5.522286-4.534857 2.998857-2.011429 6.326857-3.401143 3.328-1.389714 6.875428-2.084571Q179.273143 438.857143 182.857143 438.857143h109.714286q3.584 0 7.131428 0.731428 3.547429 0.658286 6.875429 2.048 3.291429 1.389714 6.326857 3.401143 2.962286 1.974857 5.522286 4.534857 2.56 2.56 4.534857 5.522286 2.011429 2.998857 3.401143 6.326857 1.389714 3.328 2.084571 6.875429Q329.142857 471.844571 329.142857 475.428571v109.714286q0 3.620571-0.731428 7.131429-0.658286 3.547429-2.048 6.875428-1.389714 3.291429-3.401143 6.326857-1.974857 2.962286-4.534857 5.522286-2.56 2.56-5.522286 4.534857-2.998857 2.011429-6.326857 3.401143-3.328 1.389714-6.875429 2.084572Q296.155429 621.714286 292.571429 621.714286H182.857143q-3.584 0-7.131429-0.731429-3.547429-0.658286-6.875428-2.048-3.291429-1.389714-6.326857-3.401143-2.962286-1.974857-5.522286-4.534857-2.56-2.56-4.534857-5.522286-2.011429-2.998857-3.401143-6.326857-1.389714-3.328-2.084572-6.875428Q146.285714 588.8 146.285714 585.142857z m0 256v-109.714286q0-3.620571 0.731429-7.131428 0.658286-3.547429 2.048-6.875429 1.389714-3.291429 3.401143-6.326857 1.974857-2.962286 4.534857-5.522286 2.56-2.56 5.522286-4.534857 2.998857-2.011429 6.326857-3.401143 3.328-1.389714 6.875428-2.084571Q179.273143 694.857143 182.857143 694.857143h109.714286q3.584 0 7.131428 0.731428 3.547429 0.658286 6.875429 2.048 3.291429 1.389714 6.326857 3.401143 2.962286 1.974857 5.522286 4.534857 2.56 2.56 4.534857 5.522286 2.011429 2.998857 3.401143 6.326857 1.389714 3.328 2.084571 6.875429Q329.142857 727.771429 329.142857 731.428571v109.714286q0 3.620571-0.731428 7.131429-0.658286 3.547429-2.048 6.875428-1.389714 3.291429-3.401143 6.326857-1.974857 2.962286-4.534857 5.522286-2.56 2.56-5.522286 4.534857-2.998857 2.011429-6.326857 3.401143-3.328 1.389714-6.875429 2.084572Q296.155429 877.714286 292.571429 877.714286H182.857143q-3.584 0-7.131429-0.731429-3.547429-0.658286-6.875428-2.048-3.291429-1.389714-6.326857-3.401143-2.962286-1.974857-5.522286-4.534857-2.56-2.56-4.534857-5.522286-2.011429-2.998857-3.401143-6.326857-1.389714-3.328-2.084572-6.875428Q146.285714 844.8 146.285714 841.142857z" fill="#6F7588" ></path></symbol><symbol id="jvs-public-tongzhi-wuxiaoxi" viewBox="0 0 1024 1024"><path d="M585.142857 181.211429C585.142857 141.824 552.374857 109.714286 512 109.714286c-40.301714 0-73.142857 32.036571-73.142857 71.497143 0 4.022857 0.365714 7.972571 0.987428 11.849142C338.870857 227.437714 256 333.165714 256 458.203429v98.486857q0 141.787429-35.620571 143.030857c-21.248 0-37.522286 16.018286-37.522286 35.766857 0 19.894857 16.384 35.766857 36.571428 35.766857h585.142858c20.297143 0 36.571429-16.018286 36.571428-35.766857a36.096 36.096 0 0 0-36.571428-35.766857q-36.571429 0-36.571429-142.006857v-99.474286c0-125.220571-77.458286-230.948571-183.844571-265.289143 0.658286-3.876571 0.987429-7.789714 0.987428-11.702857z m36.571429 625.737142C621.604571 866.230857 572.928 914.285714 512 914.285714c-60.525714 0-109.604571-47.835429-109.714286-107.337143h219.428572z" fill="#6F7588" ></path></symbol><symbol id="jvs-public-shezhimima-weixuanzhong" viewBox="0 0 1024 1024"><path d="M747.648 375.424h11.712C834.56 375.424 896 436.416 896 512v311.296C896 898.56 834.56 960 759.36 960h-558.72A137.024 137.024 0 0 1 64 823.36V511.552c0-75.136 61.44-136.64 136.64-136.64h11.712A268.544 268.544 0 0 1 479.744 128c71.232 0 138.624 28.288 189.824 79.04a265.856 265.856 0 0 1 78.08 168.32z m-133.696-113.28a188.288 188.288 0 0 0-134.208-56.064 191.104 191.104 0 0 0-189.312 169.344h378.176a186.752 186.752 0 0 0-54.656-113.28z m145.408 619.776a58.752 58.752 0 0 0 58.56-58.56h0.512V512.064a58.752 58.752 0 0 0-58.56-58.56H200.64A58.752 58.752 0 0 0 142.08 512v311.296c0 32.192 26.368 58.56 58.56 58.56h558.72z m-318.72-304c0-21.504 17.6-39.04 39.04-39.04 21.504 0 39.04 17.536 39.04 39.04v151.296c0 21.44-17.536 39.04-39.04 39.04a39.168 39.168 0 0 1-39.04-39.04V577.92z" fill="#363B4C" ></path></symbol><symbol id="jvs-public-shezhimima-xuanzhong" viewBox="0 0 1024 1024"><path d="M747.648 375.424h11.712C834.56 375.424 896 436.416 896 512v311.296C896 898.56 834.56 960 759.36 960h-558.72A137.024 137.024 0 0 1 64 823.36V511.552c0-75.136 61.44-136.64 136.64-136.64h11.712A268.544 268.544 0 0 1 479.744 128c71.232 0 138.624 28.288 189.824 79.04a265.856 265.856 0 0 1 78.08 168.32z m-133.696-113.28a188.288 188.288 0 0 0-134.208-56.064 191.104 191.104 0 0 0-189.312 169.344h378.176a186.752 186.752 0 0 0-54.656-113.28z m145.408 619.776a58.752 58.752 0 0 0 58.56-58.56h0.512V512.064a58.752 58.752 0 0 0-58.56-58.56H200.64A58.752 58.752 0 0 0 142.08 512v311.296c0 32.192 26.368 58.56 58.56 58.56h558.72z m-318.72-304c0-21.504 17.6-39.04 39.04-39.04 21.504 0 39.04 17.536 39.04 39.04v151.296c0 21.44-17.536 39.04-39.04 39.04a39.168 39.168 0 0 1-39.04-39.04V577.92z" fill="#1E6FFF" ></path></symbol><symbol id="jvs-public-gerenxinxi-xuanzhong" viewBox="0 0 1024 1024"><path d="M356.8 315.2q0-77.568 54.848-132.352Q466.432 128 544 128q77.504 0 132.352 54.848 54.848 54.784 54.848 132.352 0 77.568-54.848 132.352-54.848 54.848-132.352 54.848-77.568 0-132.352-54.848-54.848-54.784-54.848-132.352z m83.2 0q0 43.072 30.464 73.536T544 419.2q43.072 0 73.536-30.464t30.464-73.536q0-43.072-30.464-73.536T543.936 211.2q-43.008 0-73.472 30.464-30.464 30.464-30.464 73.536zM150.656 699.2q30.72-60.224 90.88-90.88 31.808-16.256 81.6-20.288 29.44-2.432 112.704-2.432h216.32q83.2 0 112.64 2.432 49.856 4.032 81.664 20.224 60.16 30.72 90.88 90.88 16.192 31.808 20.224 81.6 2.432 29.44 2.432 112.704v24.96a41.6 41.6 0 0 1-41.6 41.6H169.6a41.6 41.6 0 0 1-41.6-41.6v-24.96q0-83.2 2.432-112.64 4.032-49.856 20.224-81.6z m74.176 37.76q-12.736 24.96-13.568 139.84h665.472q-0.832-114.944-13.504-139.84-18.432-36.16-54.592-54.528-26.688-13.632-156.48-13.632H435.84q-129.792 0-156.48 13.632-36.16 18.368-54.528 54.528z" fill="#1E6FFF" ></path></symbol><symbol id="jvs-public-a-gerenxinxi-xuanzhong1" viewBox="0 0 1024 1024"><path d="M356.8 315.2q0-77.568 54.848-132.352Q466.432 128 544 128q77.504 0 132.352 54.848 54.848 54.784 54.848 132.352 0 77.568-54.848 132.352-54.848 54.848-132.352 54.848-77.568 0-132.352-54.848-54.848-54.784-54.848-132.352z m83.2 0q0 43.072 30.464 73.536T544 419.2q43.072 0 73.536-30.464t30.464-73.536q0-43.072-30.464-73.536T543.936 211.2q-43.008 0-73.472 30.464-30.464 30.464-30.464 73.536zM150.656 699.2q30.72-60.224 90.88-90.88 31.808-16.256 81.6-20.288 29.44-2.432 112.704-2.432h216.32q83.2 0 112.64 2.432 49.856 4.032 81.664 20.224 60.16 30.72 90.88 90.88 16.192 31.808 20.224 81.6 2.432 29.44 2.432 112.704v24.96a41.6 41.6 0 0 1-41.6 41.6H169.6a41.6 41.6 0 0 1-41.6-41.6v-24.96q0-83.2 2.432-112.64 4.032-49.856 20.224-81.6z m74.176 37.76q-12.736 24.96-13.568 139.84h665.472q-0.832-114.944-13.504-139.84-18.432-36.16-54.592-54.528-26.688-13.632-156.48-13.632H435.84q-129.792 0-156.48 13.632-36.16 18.368-54.528 54.528z" fill="#363B4C" ></path></symbol><symbol id="jvs-public-zhanghuguanli-weixuanzhong" viewBox="0 0 1024 1024"><path d="M944.32 441.472c-1.344-0.832-2.56-1.92-4.032-2.368-111.68-34.88-136.768-74.752-120.96-188.928 1.28-9.088-2.688-22.592-9.472-28.48A419.2 419.2 0 0 0 633.152 128c-32.768 40.96-72.768 63.36-123.2 63.104-50.56-0.32-88.448-26.88-120.64-62.72a439.232 439.232 0 0 0-190.08 107.072c20.48 45.824 20.672 89.92-4.352 132.736-25.984 44.48-69.76 63.168-115.84 71.68-21.888 80.512-19.648 160.832 5.12 213.76 47.872 7.808 87.232 29.312 112.448 72.448 25.344 43.2 18.88 87.488 4.928 131.456 47.36 46.528 101.888 76.416 161.792 98.24 16.576 6.016 30.528 6.656 43.328-8.704 50.688-60.8 157.824-62.272 211.072-0.448 10.88 12.608 22.72 16.512 38.528 10.88 62.976-22.4 120.512-53.056 165.952-99.392-26.048-119.872 8.448-177.92 121.408-205.76 21.76-63.232 21.696-150.72 0.64-210.88z m-67.904 142.464c-11.52 6.144-22.848 11.84-33.792 18.176-71.04 40.832-114.368 101.44-112.448 180.992 1.088 45.824-17.856 65.92-55.232 80.448-4.48 1.728-9.152 3.072-16.96 5.696-95.36-65.408-193.792-66.688-293.504 1.92l-69.44-38.144c11.456-115.84-36.096-199.296-146.24-248V507.776c14.144-7.872 28.544-14.976 41.984-23.552 62.144-39.488 104.768-94.528 102.592-166.912-1.728-55.488 21.44-80.832 74.88-94.848 97.728 66.048 194.56 64.64 290.368-1.28 11.584 5.312 21.76 10.048 32 14.592 26.944 12.16 39.68 28.096 38.784 61.376-2.24 85.504 38.848 150.592 115.968 193.536l31.04 17.024v76.16z m-363.2-194.56C420.928 388.992 349.952 458.24 350.848 547.648c0.896 82.56 66.88 150.336 151.68 155.008 12.8 0.704 26.24 0.256 38.528-3.008 20.864-5.632 33.28-19.968 30.912-41.856-2.048-19.392-14.784-31.104-34.688-33.984-9.472-1.408-19.392 0.32-28.992-0.576-46.4-4.416-79.04-39.36-76.672-81.536 2.112-38.72 35.008-71.04 75.008-73.728 44.16-2.944 80.64 27.264 86.272 72.128 1.28 10.88-0.512 22.08 1.024 32.832 2.88 19.84 17.472 33.024 36.224 31.168 13.632-1.28 28.288-12.608 38.016-23.296 6.272-6.976 5.76-20.736 6.144-31.488 2.752-87.68-70.016-159.744-161.088-160z" fill="#363B4C" ></path></symbol><symbol id="jvs-public-zhanghuguanli-xuanzhong" viewBox="0 0 1024 1024"><path d="M944.32 441.472c-1.344-0.832-2.56-1.92-4.032-2.368-111.68-34.88-136.768-74.752-120.96-188.928 1.28-9.088-2.688-22.592-9.472-28.48A419.2 419.2 0 0 0 633.152 128c-32.768 40.96-72.768 63.36-123.2 63.104-50.56-0.32-88.448-26.88-120.64-62.72a439.232 439.232 0 0 0-190.08 107.072c20.48 45.824 20.672 89.92-4.352 132.736-25.984 44.48-69.76 63.168-115.84 71.68-21.888 80.512-19.648 160.832 5.12 213.76 47.872 7.808 87.232 29.312 112.448 72.448 25.344 43.2 18.88 87.488 4.928 131.456 47.36 46.528 101.888 76.416 161.792 98.24 16.576 6.016 30.528 6.656 43.328-8.704 50.688-60.8 157.824-62.272 211.072-0.448 10.88 12.608 22.72 16.512 38.528 10.88 62.976-22.4 120.512-53.056 165.952-99.392-26.048-119.872 8.448-177.92 121.408-205.76 21.76-63.232 21.696-150.72 0.64-210.88z m-67.904 142.464c-11.52 6.144-22.848 11.84-33.792 18.176-71.04 40.832-114.368 101.44-112.448 180.992 1.088 45.824-17.856 65.92-55.232 80.448-4.48 1.728-9.152 3.072-16.96 5.696-95.36-65.408-193.792-66.688-293.504 1.92l-69.44-38.144c11.456-115.84-36.096-199.296-146.24-248V507.776c14.144-7.872 28.544-14.976 41.984-23.552 62.144-39.488 104.768-94.528 102.592-166.912-1.728-55.488 21.44-80.832 74.88-94.848 97.728 66.048 194.56 64.64 290.368-1.28 11.584 5.312 21.76 10.048 32 14.592 26.944 12.16 39.68 28.096 38.784 61.376-2.24 85.504 38.848 150.592 115.968 193.536l31.04 17.024v76.16z m-363.2-194.56C420.928 388.992 349.952 458.24 350.848 547.648c0.896 82.56 66.88 150.336 151.68 155.008 12.8 0.704 26.24 0.256 38.528-3.008 20.864-5.632 33.28-19.968 30.912-41.856-2.048-19.392-14.784-31.104-34.688-33.984-9.472-1.408-19.392 0.32-28.992-0.576-46.4-4.416-79.04-39.36-76.672-81.536 2.112-38.72 35.008-71.04 75.008-73.728 44.16-2.944 80.64 27.264 86.272 72.128 1.28 10.88-0.512 22.08 1.024 32.832 2.88 19.84 17.472 33.024 36.224 31.168 13.632-1.28 28.288-12.608 38.016-23.296 6.272-6.976 5.76-20.736 6.144-31.488 2.752-87.68-70.016-159.744-161.088-160z" fill="#1E6FFF" ></path></symbol><symbol id="jvs-public-tongzhi" viewBox="0 0 1024 1024"><path d="M0 0m256 0l512 0q256 0 256 256l0 512q0 256-256 256l-512 0q-256 0-256-256l0-512q0-256 256-256Z" fill="#1E6FFF" ></path><path d="M294.144 771.84h428.928c23.104 0 44.16-8.832 60.096-23.36L587.2 551.744c-21.76 19.008-49.408 29.376-78.592 29.376-27.072 0-52.8-8.96-73.728-25.344l-200.768 192.832c15.872 14.4 36.928 23.232 60.032 23.232z m-81.28-52.352L408.96 531.072l-186.24-188.16a89.152 89.152 0 0 0-17.984 53.696v285.888c0 13.184 2.88 25.728 8 36.992zM249.6 319.168a90.112 90.112 0 0 1 44.608-11.968h428.8c15.04 0 29.632 3.84 42.496 10.88L568.128 520.64a84.288 84.288 0 0 1-119.104 0L249.6 319.104z m543.36 21.888L612.48 526.4l192 192.832c5.12-11.264 7.872-23.68 7.872-36.8V396.544c0-20.224-6.848-39.744-19.392-55.488z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-tongzhi-yidu" viewBox="0 0 1024 1024"><path d="M0 0m256 0l512 0q256 0 256 256l0 512q0 256-256 256l-512 0q-256 0-256-256l0-512q0-256 256-256Z" fill="#78A9FF" ></path><path d="M512 204.8c-32.384 0-62.848 10.624-85.76 29.888L239.744 388.48l212.032 165.76c33.28 27.968 87.232 27.968 120.448 0l212.288-165.696L597.76 234.688A132.48 132.48 0 0 0 512 204.8z m295.872 206.976L617.984 559.936l193.216 163.328c5.12-9.6 8-20.16 8-31.36V448.512c0-12.928-3.968-25.6-11.328-36.736z m-18.24 336.384L591.424 580.672c-22.016 16.192-49.92 24.96-79.424 24.96-27.392 0-53.376-7.552-74.56-21.568l-203.008 164.16c16 12.288 37.312 19.84 60.672 19.84h433.792c23.36 0 44.672-7.552 60.8-19.84z m-576.768-24.768l197.76-159.808L216.192 411.52c-7.296 11.072-11.392 23.744-11.392 36.992v243.392c0 11.2 2.88 21.888 8.064 31.424z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-tuichudenglu" viewBox="0 0 1024 1024"><path d="M64 908.8a51.2 51.2 0 0 0 51.2 51.2h377.6a51.2 51.2 0 0 0 51.2-51.2V179.2a51.2 51.2 0 0 0-51.2-51.2H115.2a51.2 51.2 0 0 0-51.2 51.2v729.6z" fill="#363B4C" ></path><path d="M696.6272 327.3728l187.1872 187.1872a41.5744 41.5744 0 0 1 0 58.88l-187.1872 187.1872a41.5744 41.5744 0 1 1-58.88-58.88l157.7984-157.7472-157.7472-157.7984a41.6256 41.6256 0 0 1 58.8288-58.8288z" fill="#363B4C" ></path><path d="M313.6 585.4208h540.8256a41.6256 41.6256 0 0 0 0-83.2H313.6a41.5744 41.5744 0 0 0 0 83.2z" fill="#363B4C" ></path><path d="M544 502.272h-230.4a41.5744 41.5744 0 0 0 0 83.1488h230.4V502.272z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-zhanghushezhi" viewBox="0 0 1024 1024"><path d="M510.0544 386.2016c-89.2416 0-162.2016 71.424-162.2016 158.8736 0 87.3472 72.96 158.8736 162.2016 158.8736 89.1904 0 162.2016-71.424 162.2016-158.8736 0-87.4496-73.0112-158.8736-162.2016-158.8736zM380.2624 128c16.1792 0 34.4064 5.9392 44.5952 15.9232 12.1856 13.8752 54.784 49.664 87.1936 49.664s75.008-35.7888 87.1936-47.7184c10.1888-11.9296 28.3648-17.8688 44.5952-17.8688 10.1888 0 16.2304 0 24.3712 3.9936h2.048l111.4112 61.5936h2.048c22.2208 15.872 30.3616 45.6192 20.224 69.4784q-10.1888 21.8624-10.1888 41.728c0 59.5968 48.64 107.1616 109.4656 107.1616h4.0448c20.224 0 36.4032 17.92 42.5472 45.6704 2.048 1.9456 10.1888 49.664 10.1888 87.3472q0 39.68-10.1888 87.3472c-3.9936 27.7504-22.2208 45.6704-42.5472 45.6704h-4.096c-60.7744 0-109.4144 47.6672-109.4144 107.1616q0 19.8656 10.1888 41.7792c10.1376 23.808 2.048 51.5584-20.224 67.4816h-2.048l-111.4624 61.5936h-1.9968a74.8544 74.8544 0 0 1-22.272 3.9936c-18.176 0-36.4032-7.936-46.592-19.8144-12.1856-13.8752-56.832-51.6096-89.1904-51.6096-30.4128 0-71.0144 35.7376-87.1936 51.6096a58.6752 58.6752 0 0 1-44.6464 19.8144c-10.1376 0-16.1792 0-24.32-3.9936h-2.048l-109.4144-59.648h-2.048a58.368 58.368 0 0 1-20.4288-69.376q10.1888-21.8624 10.1888-41.728c0-59.5968-48.64-107.1616-109.4656-107.1616H116.736c-20.224 0-36.4032-17.92-42.5472-45.6704-2.048-1.9456-10.1888-49.664-10.1888-87.3472 0-35.7888 8.192-83.3536 10.1888-87.3472 3.9936-27.7504 22.2208-45.6704 42.5472-45.6704h2.048c60.8256 0 109.4144-47.6672 109.4144-107.1616q0-19.8656-10.1376-41.728c-10.1888-23.8592-2.048-51.6096 20.224-67.584h2.048L355.84 132.096h2.048c6.144-2.1504 14.2848-4.096 22.3232-4.096z" fill="#363B4C" ></path></symbol><symbol id="jvs-public-danchuangguanbi1" viewBox="0 0 1024 1024"><path d="M619.52 544.448l324.672-324.928a53.632 53.632 0 0 0 0-75.776 53.376 53.376 0 0 0-75.712 0L543.872 468.672l-324.48-324.928a53.376 53.376 0 0 0-75.712 0 53.632 53.632 0 0 0 0 75.776l324.48 324.8-324.48 324.928a53.632 53.632 0 0 0 75.776 75.776l324.416-324.8 324.48 324.8a53.184 53.184 0 0 0 37.952 15.744 53.696 53.696 0 0 0 37.76-91.52l-324.48-324.8z" fill="#6F7588" ></path></symbol><symbol id="jvs-public-xuanzhong" viewBox="0 0 1024 1024"><path d="M818.624 343.296l-353.28 409.6c-13.312 15.36-31.68 18.816-47.872 11.136a45.952 45.952 0 0 1-14.72-11.072L204.672 523.328a58.176 58.176 0 0 1 0-72.512 40.576 40.576 0 0 1 62.592 0l167.104 193.728 322.432-373.824c16.96-19.648 44.928-19.648 62.592 0 16.96 20.48 16.96 52.928-0.768 72.576z" fill="#1E6FFF" ></path></symbol><symbol id="jvs-public-bianji" viewBox="0 0 1024 1024"><path d="M108.8 960h806.4a44.8 44.8 0 1 0 0-89.6H108.8a44.8 44.8 0 0 0 0 89.6zM630.336 77.12a44.8 44.8 0 0 1 63.36 0l163.648 163.712a44.8 44.8 0 0 1 0 63.36l-463.36 463.488a44.8 44.8 0 0 1-31.616 13.12H198.4a44.8 44.8 0 0 1-44.8-44.8V572.928a44.8 44.8 0 0 1 13.056-31.68L630.4 77.12zM243.2 591.488l418.752-419.328 100.288 100.352-418.56 418.688h-100.48V591.488z" fill="#1E6FFF" ></path><path d="M243.2 691.2h100.608l418.56-418.688-100.352-100.352-418.752 419.328V691.2z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-lishijilu" viewBox="0 0 1024 1024"><path d="M831.488 277.504v146.56a32.256 32.256 0 1 0 64.512 0v-146.56q0-61.952-43.776-105.728Q808.448 128 746.496 128H277.504q-61.952 0-105.728 43.776Q128 215.552 128 277.504v468.992q0 61.952 43.776 105.728 43.776 43.776 105.728 43.776h146.56a32.256 32.256 0 0 0 0-64.512h-146.56q-35.2 0-60.16-24.896-24.832-24.896-24.832-60.096V277.504q0-35.2 24.896-60.16 24.896-24.832 60.096-24.832h468.992q35.2 0 60.16 24.896 24.832 24.896 24.832 60.096zM256 323.2c0 19.456 15.744 35.2 35.2 35.2h313.6a35.2 35.2 0 1 0 0-70.4h-313.6a35.2 35.2 0 0 0-35.2 35.2z m0 160c0 19.456 15.744 35.2 35.2 35.2h185.6a35.2 35.2 0 1 0 0-70.4h-185.6a35.2 35.2 0 0 0-35.2 35.2z m437.376 7.36a202.688 202.688 0 1 0 0 405.312 202.688 202.688 0 0 0 0-405.312z m-138.752 202.752a138.688 138.688 0 1 1 277.312 0 138.688 138.688 0 0 1-277.376 0z m160.064-74.688a32 32 0 0 0-64 0V704a32 32 0 0 0 32 32H768a32 32 0 0 0 0-64h-53.312v-53.376z" fill="#363B4C" ></path><path d="M799.808 224.192q22.08 22.08 22.08 53.312v146.56q0 17.28 12.288 29.568 12.224 12.288 29.568 12.288t29.568-12.288q12.288-12.224 12.288-29.568v-146.56q0-65.92-46.592-112.512t-112.512-46.592H277.504q-65.92 0-112.512 46.592T118.4 277.504v468.992q0 65.92 46.592 112.512t112.512 46.592h146.56q17.28 0 29.568-12.224 12.288-12.288 12.288-29.632 0-17.28-12.288-29.568-12.224-12.288-29.568-12.288h-146.56q-31.232 0-53.312-22.08t-22.08-53.312V277.504q0-31.232 22.08-53.312t53.312-22.08h468.992q31.232 0 53.312 22.08z m41.28 199.872v-146.56q0-39.168-27.712-66.88-27.712-27.712-66.88-27.712H277.504q-39.168 0-66.88 27.712-27.712 27.712-27.712 66.88v468.992q0 39.168 27.712 66.88 27.712 27.712 66.88 27.712h146.56q9.408 0 16 6.656 6.656 6.656 6.656 16 0 22.656-22.656 22.656h-146.56q-57.984 0-98.944-40.96t-40.96-98.944V277.504q0-57.984 40.96-98.944t98.944-40.96h468.992q57.92 0 98.944 40.96 40.96 40.96 40.96 98.944v146.56q0 22.656-22.656 22.656t-22.656-22.656zM259.52 291.52q-13.12 13.12-13.12 31.68 0 18.56 13.12 31.68 13.12 13.12 31.68 13.12h313.6q18.56 0 31.68-13.12 13.12-13.12 13.12-31.68 0-18.56-13.12-31.68-13.12-13.12-31.68-13.12h-313.6q-18.56 0-31.68 13.12z m31.68 57.28q-25.6 0-25.6-25.6t25.6-25.6h313.6q10.624 0 18.112 7.488 7.488 7.488 7.488 18.112 0 10.624-7.488 18.112-7.488 7.488-18.112 7.488h-313.6z m-31.68 102.72q-13.12 13.12-13.12 31.68 0 18.56 13.12 31.68 13.12 13.12 31.68 13.12h185.6q18.56 0 31.68-13.12 13.12-13.12 13.12-31.68 0-18.56-13.12-31.68-13.12-13.12-31.68-13.12h-185.6q-18.56 0-31.68 13.12z m31.68 57.28q-25.6 0-25.6-25.6 0-10.624 7.488-18.112 7.488-7.488 18.112-7.488h185.6q10.624 0 18.112 7.488 7.488 7.488 7.488 18.112 0 25.6-25.6 25.6h-185.6z m552.32 34.368q-62.208-62.208-150.144-62.208-88 0-150.144 62.208-62.208 62.208-62.144 150.144 0 87.936 62.144 150.144 62.208 62.08 150.144 62.08 87.872 0 150.08-62.08 62.144-62.208 62.144-150.144 0.064-87.936-62.08-150.144z m-286.72 13.568q56.576-56.576 136.576-56.576t136.512 56.576q56.576 56.576 56.512 136.576 0 80-56.512 136.512-56.576 56.576-136.512 56.576-80 0-136.512-56.576-56.576-56.512-56.576-136.512T556.8 556.8z m31.68 31.744q-43.52 43.392-43.52 104.832 0 61.44 43.52 104.896 43.456 43.456 104.896 43.392 61.44 0 104.832-43.456 43.392-43.392 43.392-104.832 0-61.44-43.392-104.832-43.456-43.392-104.832-43.392-61.44-0.064-104.96 43.392z m13.568 196.16q-37.888-37.824-37.888-91.328 0-53.44 37.888-91.264 37.76-37.824 91.328-37.76 53.44 0 91.264 37.76 37.76 37.76 37.76 91.264t-37.76 91.264q-37.824 37.76-91.264 37.76-53.504 0.128-91.328-37.76z m122.24-122.24v-43.712q0-17.28-12.16-29.44t-29.44-12.16q-17.28 0-29.44 12.16t-12.16 29.44V704q0 17.28 12.16 29.44t29.44 12.16H768q17.28 0 29.44-12.16t12.16-29.44q0-17.28-12.16-29.44t-29.44-12.16h-43.712z m-41.6-66.112q22.4 0 22.4 22.4v62.912H768q22.4 0 22.4 22.4t-22.4 22.4h-85.312q-22.4 0-22.4-22.4V618.688q0-9.28 6.528-15.872 6.592-6.528 15.872-6.528z" fill="#363B4C" ></path></symbol><symbol id="jvs-public-shousuo" viewBox="0 0 1024 1024"><path d="M435.52 545.024l-230.784 217.088a39.232 39.232 0 0 0 0 57.92 45.44 45.44 0 0 0 61.504 0l261.568-246.08a39.168 39.168 0 0 0-0.064-57.856L266.24 270.016a45.376 45.376 0 0 0-61.504 0 39.296 39.296 0 0 0 0 57.92l230.784 217.088z m353.92-1.472l-234.24 217.6a38.976 38.976 0 0 0 0 57.984 45.824 45.824 0 0 0 31.168 12.032 45.632 45.632 0 0 0 31.232-12.032l265.408-246.592a38.784 38.784 0 0 0 0-57.984L617.6 268.032A45.824 45.824 0 0 0 586.368 256a45.632 45.632 0 0 0-31.232 11.968 38.976 38.976 0 0 0 0 58.048l234.24 217.6z" fill="#363B4C" ></path></symbol><symbol id="jvs-public-shouqi" viewBox="0 0 1024 1024"><path d="M588.48 545.024l230.784 217.088a39.232 39.232 0 0 1 0 57.92 45.44 45.44 0 0 1-61.504 0L496.256 573.952a39.168 39.168 0 0 1 0-57.856l261.504-246.08a45.376 45.376 0 0 1 61.504 0 39.296 39.296 0 0 1 0 57.92L588.48 545.024z m-353.92-1.472l234.24 217.6c17.28 16 17.28 41.92 0 57.984a45.824 45.824 0 0 1-31.168 12.032 45.632 45.632 0 0 1-31.232-12.032L140.992 572.544a38.784 38.784 0 0 1 0-57.984L406.4 268.032A45.824 45.824 0 0 1 437.632 256c11.328 0 22.656 3.968 31.232 11.968 17.28 16.064 17.28 41.984 0 58.048l-234.24 217.6z" fill="#363B4C" ></path></symbol><symbol id="jvs-public-shouqi1" viewBox="0 0 1024 1024"><path d="M80.576 272.96a56.192 56.192 0 0 1 75.84-3.712l4.032 3.712 338.24 357.376 364.544-357.376a56.192 56.192 0 0 1 75.904-4.224l4.096 3.648c20.672 20.608 22.4 53.76 4.096 76.48l-3.584 4.032-404.608 398.144a56.128 56.128 0 0 1-76.288 3.84l-3.84-3.52-378.432-397.888a57.216 57.216 0 0 1 0-80.512z" fill="#6F7588" ></path></symbol><symbol id="jvs-public-zhankai" viewBox="0 0 1024 1024"><path d="M80.576 751.04a56.192 56.192 0 0 0 75.84 3.712l4.032-3.712 338.24-357.376 364.544 357.376a56.192 56.192 0 0 0 75.904 4.224l4.096-3.648a57.28 57.28 0 0 0 4.096-76.48l-3.584-4.032-404.608-398.144a56.128 56.128 0 0 0-76.288-3.84l-3.84 3.52-378.432 397.888a57.216 57.216 0 0 0 0 80.512z" fill="#6F7588" ></path></symbol><symbol id="jvs-public-LADP" viewBox="0 0 1024 1024"><path d="M0 0m192 0l640 0q192 0 192 192l0 640q0 192-192 192l-640 0q-192 0-192-192l0-640q0-192 192-192Z" fill="#F5F6F7" ></path><path d="M125.12 672H268.8v-39.68H172.48v-197.44H125.12V672z m152.96 0h48l16.64-60.8h76.48l16.64 60.8h49.92l-75.84-237.12h-56L278.08 672z m74.88-97.6l7.04-25.92c7.04-24.64 13.76-51.52 20.16-77.44h1.28c7.04 25.28 13.44 52.8 20.8 77.44l7.04 25.92h-56.32zM513.6 672h67.52c70.08 0 114.56-39.68 114.56-119.68 0-79.68-44.48-117.44-117.12-117.44h-64.96V672z m47.36-38.4v-160.64h14.4c44.48 0 72 21.76 72 79.36 0 57.6-27.52 81.28-72 81.28h-14.4z m181.12 38.4h47.36v-84.16h31.68c50.88 0 91.52-24.32 91.52-78.4 0-56-40.32-74.56-92.8-74.56h-77.76V672z m47.36-121.6v-77.76h26.88c32.64 0 49.92 9.28 49.92 36.8 0 27.2-15.68 40.96-48.32 40.96h-28.48z" fill="#38A6E0" ></path></symbol><symbol id="jvs-public-dingding" viewBox="0 0 1024 1024"><path d="M0 0m192 0l640 0q192 0 192 192l0 640q0 192-192 192l-640 0q-192 0-192-192l0-640q0-192 192-192Z" fill="#3297F9" ></path><path d="M766.72 435.2c-1.28 5.376-4.448 13.28-8.832 22.816h0.128l-0.512 0.864q-25.6 55.072-92.384 163.136-0.096-0.288-0.352-0.64l-19.52 34.144h94.08L559.648 896l40.768-163.616H526.4l25.664-108.16c-25.088 6.24-49.92 13.376-74.528 21.44q-39.36 23.232-113.536-44.704-49.92-44.288-20.96-55.36c12.32-4.704 59.84-10.688 97.216-15.776q50.528-6.848 81.664-10.528-155.84 2.368-192.768-3.488c-36.96-5.856-83.84-67.904-93.824-122.464q-15.424-29.92 33.248-15.776 48.64 14.176 250.016 55.2Q256.704 352 239.232 332.256c-17.408-19.744-51.232-107.648-46.848-161.6q1.92-13.504 15.68-9.92 193.6 89.088 325.952 137.792c132.448 48.736 247.552 73.6 232.672 136.64v0.032z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-weixin-2" viewBox="0 0 1024 1024"><path d="M0 0m192 0l640 0q192 0 192 192l0 640q0 192-192 192l-640 0q-192 0-192-192l0-640q0-192 192-192Z" fill="#28C445" ></path><path d="M339.456 646.144c27.2 6.624 50.112 12.512 78.752 12.512 7.168 0 15.04-0.736 22.208-1.472a190.88 190.88 0 0 1-7.168-49.312c0-103.04 84.48-186.24 191.872-187.712 7.136 0 14.304 0.736 21.44 1.472C627.296 326.656 529.216 256 418.24 256 294.4 256 192 344.32 192 456.96c0 64.032 34.368 117.76 90.912 159.008l-22.176 71.392 78.72-41.216z m-29.376-259.104c0-17.664 17.184-29.44 34.368-29.44s28.64 11.04 28.64 29.44c0 17.664-11.456 29.44-28.64 29.44s-34.368-11.776-34.368-29.44z m221.952 0c0 16.928-11.456 29.44-28.64 29.44s-34.368-11.776-34.368-29.44 17.184-29.44 34.368-29.44 28.64 11.776 28.64 29.44zM770.432 800l-17.184-58.88C798.4 705.792 832 658.656 832 605.664c0-94.24-90.208-171.52-192.576-171.52-107.392 0-192.576 76.544-191.84 170.784 0 94.944 85.184 171.52 193.28 171.52 22.912 0 45.824-5.888 68-11.776L770.432 800z m-215.52-248.064c0-11.04 10.752-23.584 22.208-23.584 17.184 0 28.64 11.808 28.64 23.584s-11.456 23.552-28.64 23.552c-10.752 0-22.208-11.04-22.208-23.552z m124.576 0c0-11.04 10.752-23.584 22.208-23.584 17.184 0 28.608 11.808 28.608 23.584s-11.424 23.552-28.608 23.552c-10.752 0-22.208-11.04-22.208-23.552z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-qiyeweixin" viewBox="0 0 1024 1024"><path d="M0 0m192 0l640 0q192 0 192 192l0 640q0 192-192 192l-640 0q-192 0-192-192l0-640q0-192 192-192Z" fill="#F5F6F7" ></path><path d="M716.832 473.056a314.656 314.656 0 0 0-7.488-41.792c-13.952-48.384-42.752-90.048-82.752-118.464A282.656 282.656 0 0 0 456.608 256c-13.952 0-27.84 0.96-40.96 2.848a259.36 259.36 0 0 0-75.264 19.936 250.848 250.848 0 0 0-103.168 78.72 212.384 212.384 0 0 0-9.28 249.184c12.096 17.92 26.016 34.144 41.824 47.424 1.888 1.92 2.784 3.712 2.784 5.696a189.536 189.536 0 0 1-4.64 22.72 108.224 108.224 0 0 0-4.672 30.336c0 6.592 1.856 13.28 5.6 19.936a37.664 37.664 0 0 0 52.096 14.208c17.6-10.464 35.328-21.824 52.928-32.16a10.688 10.688 0 0 1 9.28-0.96c20.384 4.768 41.792 8.512 63.2 8.512 22.752 0.96 45.536-0.96 67.808-5.728 11.168-2.816 22.272-5.696 34.336-8.48l-23.168-34.144h-1.76c-15.808 2.848-31.552 7.616-48.256 8.48a258.464 258.464 0 0 1-100.384-11.36 8.736 8.736 0 0 0-8.32 0.96c-15.808 9.44-31.552 18.976-47.424 29.376-6.464 3.744-12.064 7.616-19.52 11.36 0.896-3.712 0.896-6.56 0.896-8.48a1254.08 1254.08 0 0 1 12.096-58.784c0.928-2.848 0-5.664-2.816-6.592a226.752 226.752 0 0 1-40.96-37.856 169.344 169.344 0 0 1-39.04-138.432 173.408 173.408 0 0 1 46.496-93.856 225.024 225.024 0 0 1 75.296-53.12c25.056-9.472 52.064-16.128 78.08-17.952 17.6-0.96 36.224-0.96 53.888 0.96 18.624 0.928 37.12 5.696 54.88 12.288a222.368 222.368 0 0 1 98.464 67.328c18.624 20.8 30.72 46.464 37.184 73.952 2.784 11.36 3.648 23.68 5.6 35.04l38.144 5.696c-0.224-6.72-0.224-13.376-1.088-20h0.064z" fill="#007AFB" ></path><path d="M592.32 696.736c-19.52 0-35.328-16.096-35.328-36.032 0-16.128 11.136-30.336 26.016-35.008 7.456-1.92 15.808-2.88 24.192-5.76a163.744 163.744 0 0 0 41.824-26.496 19.648 19.648 0 0 1 4.672-2.88c2.784-0.96 5.568-0.96 8.32-1.888 0 2.88 0 5.696-0.96 8.512a80.48 80.48 0 0 1-7.424 11.36 129.28 129.28 0 0 0-23.2 45.504c-1.856 4.768-1.856 10.464-2.784 16.128-5.632 15.2-19.584 26.56-35.328 26.56z" fill="#F8D115" ></path><path d="M693.632 800c-18.624 0-35.36-15.168-35.36-34.144-1.856-15.168-8.32-29.408-16.736-41.76-4.672-6.592-10.304-13.28-14.88-20.8-1.856-2.88-2.784-6.624-1.856-9.472 2.816-3.712 7.456-0.96 10.24 1.92 10.336 6.592 20.416 14.208 31.552 20.8 10.304 6.592 21.44 10.496 33.472 12.32 16.736 1.92 29.76 17.056 29.76 34.144 0 17.056-10.304 32.16-26.944 36.032-3.712 0.96-6.464 0.96-9.28 0.96z" fill="#FB6702" ></path><path d="M832 658.88a38.56 38.56 0 0 1-34.336 36.992c-13.152 1.792-25.664 7.04-36.288 15.168-9.28 5.696-17.6 12.32-25.984 18.976-0.96 0.96-1.92 1.92-2.816 1.92-1.856 0.96-3.648 0-5.6 0-0.96-1.92-1.856-3.744-0.96-5.728 1.888-4.768 4.704-8.512 7.488-12.32 11.136-14.208 19.52-30.336 25.088-48.352 1.856-5.728 1.856-12.32 3.648-17.952 5.6-17.056 21.44-27.488 39.04-24.704 15.776 2.848 27.84 15.168 29.728 31.296 0.128 1.824 0.992 3.648 0.992 4.672z" fill="#0183F6" ></path><path d="M657.344 555.488c0-18.976 13.952-34.144 32.544-36.064a34.464 34.464 0 0 1 38.144 29.376c3.744 23.104 14.08 44.544 29.76 61.632 2.784 3.712 4.672 6.592 6.432 10.496 0.96 1.92 0.96 3.712-0.896 5.696-0.96 0.96-2.784 0.96-3.648 0a24.128 24.128 0 0 1-8.384-4.768 158.208 158.208 0 0 0-43.648-26.528c-6.464-1.92-13.952-3.712-21.44-5.664-17.728-1.888-28.864-17.088-28.864-34.176z" fill="#2AC003" ></path></symbol><symbol id="jvs-public-saomadenglu" viewBox="0 0 1024 1024"><path d="M34.332444 0c-12.657778 0-19.015111 15.317333-10.055111 24.277333l975.445334 975.445334c8.96 8.96 24.277333 2.616889 24.277333-10.055111V85.333333a85.333333 85.333333 0 0 0-85.333333-85.333333H34.332444z" fill="#1E6FFF" ></path><path d="M468.309333 176.995556l52.096 52.096 34.887111-34.887112-54.684444-54.684444 9.073778-9.073778 64.469333 64.469334-106.311111 106.296888-9.784889-9.784888 6.613333-6.599112-59.875555-59.875555 8.96-8.96 59.875555 59.875555 37.688889-37.703111-52.081777-52.096 9.073777-9.073777zM409.742222 137.984q11.847111 6.670222 23.281778 12.8l25.628444-25.642667-16.739555-16.739555 8.135111-8.120889 16.739556 16.725333 23.452444-23.452444 9.187556 9.201778-23.452445 23.452444 16.270222 16.256-8.135111 8.135111-16.270222-16.270222-22.798222 22.812444q10.837333 5.546667 21.390222 10.666667-5.902222 6.115556-9.201778 9.671111-10.837333-5.660444-21.504-11.036444l-36.707555 36.721777q-12.373333 12.373333-24.277334 0.711112-4.707556-4.48-12.373333-12.373334 4.238222-5.660444 8.362667-11.434666 6.727111 8.120889 10.609777 12.017777 5.191111 5.176889 10.481778-0.128l31.715556-31.701333q-11.320889-5.646222-22.4-11.064889l8.604444-11.207111z m118.798222 122.567111q34.289778-5.546667 66.275556-24.689778l-17.365333-17.379555 8.718222-8.718222 44.074667 44.074666-8.718223 8.718222-17.635555-17.621333q-18.488889 11.093333-36.992 18.147556l22.798222 22.812444-63.857778 63.872-8.391111-8.362667 8.149333-8.135111-14.734222-14.734222-9.671111 9.671111-8.362667-8.376889 49.080889-49.080889q-8.120889 1.891556-16.213333 3.000889 1.550222-5.063111 2.844444-13.198222z m112.426667 21.447111l-37.589333 31.473778 27.747555 27.747556 42.723556-34.816-43.491556-43.491556 8.490667-8.490667 53.390222 53.390223-52.209778 42.311111 12.487112 12.487111q-24.860444 22.983111-43.377778 39.594666-18.616889 16.497778-34.275556 0.824889-7.907556-7.893333-17.336889-18.019555 3.655111-5.077333 8.135111-11.434667 8.490667 10.609778 16.142223 18.261333 9.073778 9.073778 19.797333-0.227555 14.023111-12.145778 32.881778-30.051556l-49.137778-49.152 46.663111-39.352889 8.96 8.96z m-67.640889 3.541334l-14.734222-14.734223-39.964444 39.964445 14.734222 14.72 39.964444-39.964445z m-10.254222 36.408888l49.735111 49.735112-8.490667 8.490666-49.735111-49.735111 8.490667-8.490667z m116.792889 68.010667l77.653333 77.653333-36.295111 36.309334-8.96-8.96 4.252445-4.238222-59.761778-59.761778-4.238222 4.252444-8.96-8.96 36.309333-36.295111z m-68.366222 31.815111l39.480889 39.480889q-0.113778-8.362667-0.938667-23.808h11.320889q1.28 13.084444 1.877333 27.107556l-9.315555-0.355556 28.302222 28.288v-8.021333q14.364444 0.711111 26.865778 0l1.28 13.084444q-11.064889 0-23.907556-0.824889L726.755556 537.031111l-8.007112 8.021333-115.256888-115.271111 8.007111-8.007111z m169.713777-36.536889q-4.593778 10.026667-7.424 19.441778 20.024889 5.902222 36.295112 8.96l-1.649778 13.198222q-17.678222-4.48-37.361778-10.481777-1.536 7.893333-1.649778 15.559111 19.2 5.546667 36.892445 9.073777l-1.649778 13.425778q-15.786667-3.768889-34.645333-9.429333 2.474667 20.152889 14.606222 38.186667-8.135111 1.294222-16.028445 3.072-24.504889-50.446222 1.066667-105.955556l11.548444 4.949333z m-40.419555 81.208889l-59.761778-59.761778-16.497778 16.497778 59.747556 59.761778 16.497778-16.497778z m-35.242667-128.341333l8.007111-8.021333 46.677334 46.677333-8.135111 8.120889q-43.008 11.207111-94.862223-3.655111 1.763556-6.243556 3.299556-13.198223 18.730667 6.016 32.284444 7.779556 0.241778-15.075556-0.113777-30.293333h11.079111q0.824889 16.867556 1.052444 31.473777 18.389333 1.180444 36.536889-3.057777l-35.84-35.84z m10.837334 52.323555l39.964444 39.950223-7.793778 7.779555-39.950222-39.964444 7.779556-7.765334z m160.867555 206.819556l-0.938667 14.620444q-16.611556-3.413333-40.419555-9.315555 3.057778 24.519111 18.972444 49.863111-8.718222 1.408-16.142222 3.171556-22.286222-41.827556-13.909333-80.369778l-25.571556 25.571555q-14.264889 14.264889-28.871111-0.355555-6.968889-6.954667-16.270222-16.725334l8.490667-11.804444q7.537778 9.443556 14.136888 16.270222 8.362667 8.376889 15.914667 0.824889l42.183111-42.183111-53.034666-53.034667 7.893333-7.893333 87.921778 87.907556 12.615111-12.600889-73.073778-73.073778 7.537778-7.537778 73.073778 73.059556 12.487111-12.487111-75.306667-75.306667 7.907556-7.893333 84.138666 84.138666-40.533333 40.533334 18.261333 18.275555-7.893333 7.907556-52.807111-52.807111-2.702222 2.702222q-5.774222 15.445333-6.129778 31.118222 22.513778 4.835556 42.069333 7.424z m-137.528889-64.696889q30.293333 15.914667 67.171556 32.995556-4.238222 6.129778-7.182222 10.723555-31.587556-15.317333-65.294223-31.104l5.304889-12.615111z m53.617778-20.849778q4.48 18.147556 8.135111 37.831111l-13.553778 1.991112q-2.588444-18.858667-6.826666-38.414223l12.245333-1.422222zM888.376889 252.629333l-130.659556-130.659555a7.082667 7.082667 0 0 0-9.969777 0 7.082667 7.082667 0 0 0 0 9.984l130.659555 130.659555a7.182222 7.182222 0 0 0 10.055111 0.071111 7.253333 7.253333 0 0 0-0.085333-10.055111z m-30.250667 19.797334a7.182222 7.182222 0 0 0-10.055111-0.085334l-25.031111 25.031111a7.111111 7.111111 0 0 1-10.040889-0.085333l-30.179555-30.179555a7.182222 7.182222 0 0 0-10.055112-0.071112 7.111111 7.111111 0 0 0 0.085334 10.055112l30.165333 30.165333a21.319111 21.319111 0 0 0 30.094222 0l25.031111-25.031111a6.897778 6.897778 0 0 0 0-9.813334z m-120.433778-50.446223l-25.102222-25.102222a7.182222 7.182222 0 0 1-0.085333-10.055111l25.031111-25.031111a7.111111 7.111111 0 0 0-0.085333-10.055111 7.111111 7.111111 0 0 0-10.055111-0.071111l-25.031112 25.031111a21.319111 21.319111 0 0 0 0 30.08l25.102223 25.102222a7.182222 7.182222 0 0 0 10.069333 0.071111 6.812444 6.812444 0 0 0 0.142222-9.969778z m39.907556-110.222222a7.182222 7.182222 0 0 0 10.055111 0.085334l25.016889-25.031112a7.111111 7.111111 0 0 1 10.055111 0.085334l25.102222 25.102222a7.182222 7.182222 0 0 0 10.055111 0.085333 7.111111 7.111111 0 0 0-0.071111-10.069333l-25.187555-25.173333a21.319111 21.319111 0 0 0-30.094222 0l-25.016889 25.031111a6.855111 6.855111 0 0 0 0.085333 9.884444z m115.370667 45.368889l30.151111 30.179556a7.182222 7.182222 0 0 1 0.099555 10.055111l-25.031111 25.031111a7.111111 7.111111 0 0 0 0.085334 10.040889 7.182222 7.182222 0 0 0 10.055111 0.085333l25.031111-25.031111a21.319111 21.319111 0 0 0 0-30.08l-30.179556-30.165333a7.182222 7.182222 0 0 0-10.055111-0.085334 6.954667 6.954667 0 0 0-0.156444 9.969778z m-80.213334 100.650667l-60.188444-60.174222a10.382222 10.382222 0 0 1 0-14.648889l56.163555-56.149334a10.382222 10.382222 0 0 1 14.648889 0l60.16 60.174223a10.382222 10.382222 0 0 1 0 14.648888l-56.149333 56.149334a10.382222 10.382222 0 0 1-14.648889 0z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-mimadenglu1" viewBox="0 0 1024 1024"><path d="M34.332444 0c-12.657778 0-19.015111 15.317333-10.055111 24.277333l975.445334 975.445334c8.96 8.96 24.277333 2.616889 24.277333-10.055111V85.333333a85.333333 85.333333 0 0 0-85.333333-85.333333H34.332444z" fill="#1E6FFF" ></path><path d="M403.256889 144q21.390222 11.960889 44.202667 21.333333l26.979555-26.993777 8.376889 8.376888-23.395556 23.381334q37.063111 13.852444 77.240889 21.048889l-1.521777 12.600889q-41.244444-8.135111-80.910223-22.926223 0.113778 4.835556 4.892445 9.614223l22.627555 22.613333q7.068444 7.082667 12.487111 4.494222 5.432889-2.360889 14.976-10.254222 2.232889 5.546667 5.546667 12.373333-10.851556 7.310222-14.264889 9.073778-12.145778 7.182222-24.632889-5.304889l-26.88-26.88q-10.183111-10.183111-7.352889-20.679111-21.276444-8.661333-42.026666-19.256889 2.360889-6.257778 3.655111-12.615111z m48.440889 140.117333l4.593778-4.593777-79.431112-79.431112 31.004445-31.004444 8.96 8.96-22.513778 22.513778 30.520889 30.535111 27.107556-27.107556 9.415111 9.429334-27.093334 27.093333 30.520889 30.535111 22.499556-22.513778 8.96 8.96-35.584 35.584-8.96-8.96z m14.136889-192.568889l50.503111 50.503112q2.062222-6.414222 3.953778-13.724445l12.842666 4.593778q-2.360889 9.671111-6.257778 19.683555l47.274667 47.260445-20.977778 20.977778-9.557333-9.557334 12.501333-12.487111-89.216-89.216-12.487111 12.501334-9.557333-9.557334 20.977778-20.977778z m-7.651556 35.242667l5.063111 11.434667q-18.389333 7.310222-35.584 11.548444-1.891556-5.660444-4.835555-12.373333 15.786667-2.830222 35.356444-10.609778z m66.588445 84.736l11.889777 1.763556q-0.810667 19.214222-3.057777 34.659555l-13.553778-2.005333q2.944-15.445333 4.721778-34.417778z m-31.943112-61.866667l11.434667 0.824889q1.649778 14.136889 1.763556 26.282667l-13.198223-0.483556q0.583111-14.023111 0-26.624z m35.697778 110.890667q34.304-5.546667 66.304-24.689778l-17.379555-17.379555 8.718222-8.718222 44.074667 44.074666-8.718223 8.718222-17.635555-17.621333q-18.488889 11.093333-36.992 18.147556l22.798222 22.812444-63.857778 63.872-8.391111-8.362667 8.149333-8.135111-14.734222-14.734222-9.671111 9.671111-8.362667-8.376889 49.080889-49.080889q-8.120889 1.891556-16.213333 3.000889 1.550222-5.063111 2.844444-13.198222z m112.440889 21.447111l-37.589333 31.473778 27.747555 27.747556 42.723556-34.816-43.491556-43.491556 8.490667-8.490667 53.390222 53.390223-52.209778 42.311111 12.487112 12.487111q-24.860444 22.983111-43.377778 39.594666-18.616889 16.497778-34.275556 0.824889-7.907556-7.893333-17.336889-18.019555 3.655111-5.077333 8.135111-11.434667 8.490667 10.609778 16.142223 18.261333 9.073778 9.073778 19.797333-0.227555 14.023111-12.145778 32.881778-30.051556l-49.137778-49.152 46.663111-39.352889 8.96 8.96z m-67.640889 3.541334l-14.734222-14.734223-39.964444 39.964445 14.734222 14.72 39.964444-39.964445z m-10.254222 36.408888l49.735111 49.735112-8.490667 8.490666-49.735111-49.735111 8.490667-8.490667z m116.792889 68.010667l77.653333 77.653333-36.295111 36.309334-8.96-8.96 4.252445-4.238222-59.761778-59.761778-4.238222 4.252444-8.96-8.96 36.309333-36.295111z m-68.366222 31.815111l39.480889 39.480889q-0.113778-8.362667-0.938667-23.808h11.320889q1.28 13.084444 1.877333 27.107556l-9.315555-0.355556 28.302222 28.288v-8.021333q14.364444 0.711111 26.865778 0l1.28 13.084444q-11.064889 0-23.907556-0.824889L726.755556 537.031111l-8.007112 8.021333-115.256888-115.271111 8.007111-8.007111z m169.713777-36.536889q-4.593778 10.026667-7.424 19.441778 20.024889 5.902222 36.295112 8.96l-1.649778 13.198222q-17.678222-4.48-37.361778-10.481777-1.536 7.893333-1.649778 15.559111 19.2 5.546667 36.892445 9.073777l-1.649778 13.425778q-15.786667-3.768889-34.645333-9.429333 2.474667 20.152889 14.606222 38.186667-8.135111 1.294222-16.028445 3.072-24.504889-50.446222 1.066667-105.955556l11.548444 4.949333z m-40.419555 81.208889l-59.761778-59.761778-16.497778 16.497778 59.747556 59.761778 16.497778-16.497778z m-35.242667-128.341333l8.007111-8.021333 46.677334 46.677333-8.135111 8.120889q-43.008 11.207111-94.862223-3.655111 1.763556-6.243556 3.299556-13.198223 18.730667 6.016 32.284444 7.779556 0.241778-15.075556-0.113777-30.293333h11.079111q0.824889 16.867556 1.052444 31.473777 18.389333 1.180444 36.536889-3.057777l-35.84-35.84z m10.837334 52.323555l39.964444 39.950223-7.793778 7.779555-39.950222-39.964444 7.779556-7.765334z m160.867555 206.819556l-0.938667 14.620444q-16.611556-3.413333-40.419555-9.315555 3.057778 24.519111 18.972444 49.863111-8.718222 1.408-16.142222 3.171556-22.286222-41.827556-13.909333-80.369778l-25.571556 25.571555q-14.264889 14.264889-28.871111-0.355555-6.968889-6.954667-16.270222-16.725334l8.490667-11.804444q7.537778 9.443556 14.136888 16.270222 8.362667 8.376889 15.914667 0.824889l42.183111-42.183111-53.034666-53.034667 7.893333-7.893333 87.921778 87.907556 12.615111-12.600889-73.073778-73.073778 7.537778-7.537778 73.073778 73.059556 12.487111-12.487111-75.306667-75.306667 7.907556-7.893333 84.138666 84.138666-40.533333 40.533334 18.261333 18.275555-7.893333 7.907556-52.807111-52.807111-2.702222 2.702222q-5.774222 15.445333-6.129778 31.118222 22.513778 4.835556 42.069333 7.424z m-137.528889-64.696889q30.293333 15.914667 67.171556 32.995556-4.238222 6.129778-7.182222 10.723555-31.587556-15.317333-65.294223-31.104l5.304889-12.615111z m53.617778-20.849778q4.48 18.147556 8.135111 37.831111l-13.553778 1.991112q-2.588444-18.858667-6.826666-38.414223l12.245333-1.422222zM890.837333 235.776l-68.352-68.352 24.334223-24.334222c8.064-8.049778 27.207111-6.798222 39.793777 5.774222 12.572444 12.586667 13.838222 31.729778 5.774223 39.793778l-7.296 7.296 0.099555 0.099555a12.416 12.416 0 0 0 1.493333 16.071111c4.48 4.494222 11.349333 5.020444 16.071112 1.493334l0.099555 0.099555 7.296-7.296c18.787556-18.787556 15.928889-52.167111-6.471111-74.552889-22.343111-22.357333-55.736889-25.230222-74.524444-6.442666l-24.32 24.334222-5.091556-5.077333c-8.391111-8.391111-21.731556-8.661333-29.809778-0.568889l-58.453333 58.453333c-8.049778 8.049778-7.793778 21.390222 0.597333 29.767111l91.164445 91.164445c8.419556 8.419556 21.731556 8.647111 29.781333 0.597333l58.453333-58.453333c8.049778-8.106667 7.708444-21.518222-0.64-29.866667z m-91.918222 15.914667l-6.641778 6.627555a10.709333 10.709333 0 0 1-15.189333-0.056889 10.666667 10.666667 0 0 1 0-15.132444l6.641778-6.627556c-3.271111-8.675556-1.649778-18.688 5.020444-25.358222 9.315556-9.315556 24.789333-8.888889 34.56 0.881778 9.784889 9.784889 10.183111 25.230222 0.853334 34.545778-6.584889 6.727111-16.568889 8.391111-25.244445 5.12z" fill="#FFFFFF" ></path></symbol></svg>',(h=>{var l=(n=(n=document.getElementsByTagName("script"))[n.length-1]).getAttribute("data-injectcss"),n=n.getAttribute("data-disable-injectsvg");if(!n){var o,s,r,c,d,f=function(k,x){x.parentNode.insertBefore(k,x)};if(l&&!h.__iconfont__svg__cssinject__){h.__iconfont__svg__cssinject__=!0;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch(k){console&&console.log(k)}}o=function(){var k,x=document.createElement("div");x.innerHTML=h._iconfont_svg_string_4329770,(x=x.getElementsByTagName("svg")[0])&&(x.setAttribute("aria-hidden","true"),x.style.position="absolute",x.style.width=0,x.style.height=0,x.style.overflow="hidden",x=x,(k=document.body).firstChild?f(x,k.firstChild):k.appendChild(x))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(o,0):(s=function(){document.removeEventListener("DOMContentLoaded",s,!1),o()},document.addEventListener("DOMContentLoaded",s,!1)):document.attachEvent&&(r=o,c=h.document,d=!1,m(),c.onreadystatechange=function(){c.readyState=="complete"&&(c.onreadystatechange=null,u())})}function u(){d||(d=!0,r())}function m(){try{c.documentElement.doScroll("left")}catch{return void setTimeout(m,50)}u()}})(window),v4.install=function(h,l){l&&W3(l),h.component("JvsDraw",v4)},W6.JvsDraw=v4,W6.default=v4,W6.setConfig=W3,Object.defineProperties(W6,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
|
|
22
|
+
`)+$e+`return __p
|
|
23
|
+
}`;var It=Wf(function(){return Dt(G,st+"return "+$e).apply(e,re)});if(It.source=$e,g8(It))throw It;return It}function ZB(i){return Ht(i).toLowerCase()}function QB(i){return Ht(i).toUpperCase()}function KB(i,d,b){if(i=Ht(i),i&&(b||d===e))return Ku(i);if(!i||!(d=Yn(d)))return i;var q=b2(i),N=b2(d),G=Ju(q,N),re=eh(q,N)+1;return d1(q,G,re).join("")}function JB(i,d,b){if(i=Ht(i),i&&(b||d===e))return i.slice(0,nh(i)+1);if(!i||!(d=Yn(d)))return i;var q=b2(i),N=eh(q,b2(d))+1;return d1(q,0,N).join("")}function ez(i,d,b){if(i=Ht(i),i&&(b||d===e))return i.replace(k1,"");if(!i||!(d=Yn(d)))return i;var q=b2(i),N=Ju(q,b2(d));return d1(q,N).join("")}function tz(i,d){var b=$,q=ee;if(rn(d)){var N="separator"in d?d.separator:N;b="length"in d?qt(d.length):b,q="omission"in d?Yn(d.omission):q}i=Ht(i);var G=i.length;if(Z1(i)){var re=b2(i);G=re.length}if(b>=G)return i;var ue=b-Q1(q);if(ue<1)return q;var xe=re?d1(re,0,ue).join(""):i.slice(0,ue);if(N===e)return xe+q;if(re&&(ue+=xe.length-ue),m8(N)){if(i.slice(ue).search(N)){var Re,Pe=xe;for(N.global||(N=Fs(N.source,Ht(Cn.exec(N))+"g")),N.lastIndex=0;Re=N.exec(Pe);)var $e=Re.index;xe=xe.slice(0,$e===e?ue:$e)}}else if(i.indexOf(Yn(N),ue)!=ue){var Qe=xe.lastIndexOf(N);Qe>-1&&(xe=xe.slice(0,Qe))}return xe+q}function nz(i){return i=Ht(i),i&&xn.test(i)?i.replace(Ue,zS):i}var rz=i0(function(i,d,b){return i+(b?" ":"")+d.toUpperCase()}),b8=Wh("toUpperCase");function $f(i,d,b){return i=Ht(i),d=b?e:d,d===e?CS(i)?TS(i):yS(i):i.match(d)||[]}var Wf=Mt(function(i,d){try{return Gn(i,e,d)}catch(b){return g8(b)?b:new kt(b)}}),iz=$2(function(i,d){return s2(d,function(b){b=M2(b),O2(i,b,f8(i[b],i))}),i});function az(i){var d=i==null?0:i.length,b=ft();return i=d?nn(i,function(q){if(typeof q[1]!="function")throw new l2(c);return[b(q[0]),q[1]]}):[],Mt(function(q){for(var N=-1;++N<d;){var G=i[N];if(Gn(G[0],this,q))return Gn(G[1],this,q)}})}function oz(i){return zC(d2(i,p))}function w8(i){return function(){return i}}function sz(i,d){return i==null||i!==i?d:i}var lz=Uh(),cz=Uh(!0);function On(i){return i}function x8(i){return _h(typeof i=="function"?i:d2(i,p))}function dz(i){return Eh(d2(i,p))}function uz(i,d){return Sh(i,d2(d,p))}var hz=Mt(function(i,d){return function(b){return N0(b,i,d)}}),fz=Mt(function(i,d){return function(b){return N0(i,b,d)}});function _8(i,d,b){var q=En(d),N=Xr(d,q);b==null&&!(rn(d)&&(N.length||!q.length))&&(b=d,d=i,i=this,N=Xr(d,En(d)));var G=!(rn(b)&&"chain"in b)||!!b.chain,re=j2(i);return s2(N,function(ue){var xe=d[ue];i[ue]=xe,re&&(i.prototype[ue]=function(){var Re=this.__chain__;if(G||Re){var Pe=i(this.__wrapped__),$e=Pe.__actions__=Rn(this.__actions__);return $e.push({func:xe,args:arguments,thisArg:i}),Pe.__chain__=Re,Pe}return xe.apply(i,i1([this.value()],arguments))})}),i}function pz(){return Yt._===this&&(Yt._=DS),this}function k8(){}function gz(i){return i=qt(i),Mt(function(d){return Ch(d,i)})}var mz=e8(nn),yz=e8(Gu),vz=e8(Ss);function jf(i){return s8(i)?Cs(M2(i)):XC(i)}function bz(i){return function(d){return i==null?e:A1(i,d)}}var wz=Xh(),xz=Xh(!0);function E8(){return[]}function S8(){return!1}function _z(){return{}}function kz(){return""}function Ez(){return!0}function Sz(i,d){if(i=qt(i),i<1||i>de)return[];var b=te,q=Mn(i,te);d=ft(d),i-=te;for(var N=Ms(q,d);++b<i;)d(b);return N}function Cz(i){return Et(i)?nn(i,M2):Zn(i)?[i]:Rn(uf(Ht(i)))}function qz(i){var d=++RS;return Ht(i)+d}var Iz=e6(function(i,d){return i+d},0),Mz=t8("ceil"),Bz=e6(function(i,d){return i/d},1),zz=t8("floor");function Fz(i){return i&&i.length?Gr(i,On,Ds):e}function Az(i,d){return i&&i.length?Gr(i,ft(d,2),Ds):e}function Tz(i){return Zu(i,On)}function Vz(i,d){return Zu(i,ft(d,2))}function Nz(i){return i&&i.length?Gr(i,On,Ws):e}function Lz(i,d){return i&&i.length?Gr(i,ft(d,2),Ws):e}var Rz=e6(function(i,d){return i*d},1),Pz=t8("round"),Dz=e6(function(i,d){return i-d},0);function Oz(i){return i&&i.length?Is(i,On):0}function Hz(i,d){return i&&i.length?Is(i,ft(d,2)):0}return j.after=dM,j.ary=_f,j.assign=QM,j.assignIn=Nf,j.assignInWith=f6,j.assignWith=KM,j.at=JM,j.before=kf,j.bind=f8,j.bindAll=iz,j.bindKey=Ef,j.castArray=_M,j.chain=bf,j.chunk=zq,j.compact=Fq,j.concat=Aq,j.cond=az,j.conforms=oz,j.constant=w8,j.countBy=OI,j.create=eB,j.curry=Sf,j.curryRight=Cf,j.debounce=qf,j.defaults=tB,j.defaultsDeep=nB,j.defer=uM,j.delay=hM,j.difference=Tq,j.differenceBy=Vq,j.differenceWith=Nq,j.drop=Lq,j.dropRight=Rq,j.dropRightWhile=Pq,j.dropWhile=Dq,j.fill=Oq,j.filter=$I,j.flatMap=UI,j.flatMapDeep=GI,j.flatMapDepth=XI,j.flatten=gf,j.flattenDeep=Hq,j.flattenDepth=$q,j.flip=fM,j.flow=lz,j.flowRight=cz,j.fromPairs=Wq,j.functions=cB,j.functionsIn=dB,j.groupBy=YI,j.initial=Uq,j.intersection=Gq,j.intersectionBy=Xq,j.intersectionWith=Yq,j.invert=hB,j.invertBy=fB,j.invokeMap=QI,j.iteratee=x8,j.keyBy=KI,j.keys=En,j.keysIn=Dn,j.map=s6,j.mapKeys=gB,j.mapValues=mB,j.matches=dz,j.matchesProperty=uz,j.memoize=c6,j.merge=yB,j.mergeWith=Lf,j.method=hz,j.methodOf=fz,j.mixin=_8,j.negate=d6,j.nthArg=gz,j.omit=vB,j.omitBy=bB,j.once=pM,j.orderBy=JI,j.over=mz,j.overArgs=gM,j.overEvery=yz,j.overSome=vz,j.partial=p8,j.partialRight=If,j.partition=eM,j.pick=wB,j.pickBy=Rf,j.property=jf,j.propertyOf=bz,j.pull=Jq,j.pullAll=yf,j.pullAllBy=eI,j.pullAllWith=tI,j.pullAt=nI,j.range=wz,j.rangeRight=xz,j.rearg=mM,j.reject=rM,j.remove=rI,j.rest=yM,j.reverse=u8,j.sampleSize=aM,j.set=_B,j.setWith=kB,j.shuffle=oM,j.slice=iI,j.sortBy=cM,j.sortedUniq=uI,j.sortedUniqBy=hI,j.split=UB,j.spread=vM,j.tail=fI,j.take=pI,j.takeRight=gI,j.takeRightWhile=mI,j.takeWhile=yI,j.tap=FI,j.throttle=bM,j.thru=o6,j.toArray=Af,j.toPairs=Pf,j.toPairsIn=Df,j.toPath=Cz,j.toPlainObject=Vf,j.transform=EB,j.unary=wM,j.union=vI,j.unionBy=bI,j.unionWith=wI,j.uniq=xI,j.uniqBy=_I,j.uniqWith=kI,j.unset=SB,j.unzip=h8,j.unzipWith=vf,j.update=CB,j.updateWith=qB,j.values=s0,j.valuesIn=IB,j.without=EI,j.words=$f,j.wrap=xM,j.xor=SI,j.xorBy=CI,j.xorWith=qI,j.zip=II,j.zipObject=MI,j.zipObjectDeep=BI,j.zipWith=zI,j.entries=Pf,j.entriesIn=Df,j.extend=Nf,j.extendWith=f6,_8(j,j),j.add=Iz,j.attempt=Wf,j.camelCase=FB,j.capitalize=Of,j.ceil=Mz,j.clamp=MB,j.clone=kM,j.cloneDeep=SM,j.cloneDeepWith=CM,j.cloneWith=EM,j.conformsTo=qM,j.deburr=Hf,j.defaultTo=sz,j.divide=Bz,j.endsWith=AB,j.eq=x2,j.escape=TB,j.escapeRegExp=VB,j.every=HI,j.find=WI,j.findIndex=ff,j.findKey=rB,j.findLast=jI,j.findLastIndex=pf,j.findLastKey=iB,j.floor=zz,j.forEach=wf,j.forEachRight=xf,j.forIn=aB,j.forInRight=oB,j.forOwn=sB,j.forOwnRight=lB,j.get=y8,j.gt=IM,j.gte=MM,j.has=uB,j.hasIn=v8,j.head=mf,j.identity=On,j.includes=ZI,j.indexOf=jq,j.inRange=BB,j.invoke=pB,j.isArguments=N1,j.isArray=Et,j.isArrayBuffer=BM,j.isArrayLike=Pn,j.isArrayLikeObject=cn,j.isBoolean=zM,j.isBuffer=u1,j.isDate=FM,j.isElement=AM,j.isEmpty=TM,j.isEqual=VM,j.isEqualWith=NM,j.isError=g8,j.isFinite=LM,j.isFunction=j2,j.isInteger=Mf,j.isLength=u6,j.isMap=Bf,j.isMatch=RM,j.isMatchWith=PM,j.isNaN=DM,j.isNative=OM,j.isNil=$M,j.isNull=HM,j.isNumber=zf,j.isObject=rn,j.isObjectLike=sn,j.isPlainObject=H0,j.isRegExp=m8,j.isSafeInteger=WM,j.isSet=Ff,j.isString=h6,j.isSymbol=Zn,j.isTypedArray=o0,j.isUndefined=jM,j.isWeakMap=UM,j.isWeakSet=GM,j.join=Zq,j.kebabCase=NB,j.last=h2,j.lastIndexOf=Qq,j.lowerCase=LB,j.lowerFirst=RB,j.lt=XM,j.lte=YM,j.max=Fz,j.maxBy=Az,j.mean=Tz,j.meanBy=Vz,j.min=Nz,j.minBy=Lz,j.stubArray=E8,j.stubFalse=S8,j.stubObject=_z,j.stubString=kz,j.stubTrue=Ez,j.multiply=Rz,j.nth=Kq,j.noConflict=pz,j.noop=k8,j.now=l6,j.pad=PB,j.padEnd=DB,j.padStart=OB,j.parseInt=HB,j.random=zB,j.reduce=tM,j.reduceRight=nM,j.repeat=$B,j.replace=WB,j.result=xB,j.round=Pz,j.runInContext=ve,j.sample=iM,j.size=sM,j.snakeCase=jB,j.some=lM,j.sortedIndex=aI,j.sortedIndexBy=oI,j.sortedIndexOf=sI,j.sortedLastIndex=lI,j.sortedLastIndexBy=cI,j.sortedLastIndexOf=dI,j.startCase=GB,j.startsWith=XB,j.subtract=Dz,j.sum=Oz,j.sumBy=Hz,j.template=YB,j.times=Sz,j.toFinite=U2,j.toInteger=qt,j.toLength=Tf,j.toLower=ZB,j.toNumber=f2,j.toSafeInteger=ZM,j.toString=Ht,j.toUpper=QB,j.trim=KB,j.trimEnd=JB,j.trimStart=ez,j.truncate=tz,j.unescape=nz,j.uniqueId=qz,j.upperCase=rz,j.upperFirst=b8,j.each=wf,j.eachRight=xf,j.first=mf,_8(j,(function(){var i={};return q2(j,function(d,b){Ot.call(j.prototype,b)||(i[b]=d)}),i})(),{chain:!1}),j.VERSION=t,s2(["bind","bindKey","curry","curryRight","partial","partialRight"],function(i){j[i].placeholder=j}),s2(["drop","take"],function(i,d){Ft.prototype[i]=function(b){b=b===e?1:vn(qt(b),0);var q=this.__filtered__&&!d?new Ft(this):this.clone();return q.__filtered__?q.__takeCount__=Mn(b,q.__takeCount__):q.__views__.push({size:Mn(b,te),type:i+(q.__dir__<0?"Right":"")}),q},Ft.prototype[i+"Right"]=function(b){return this.reverse()[i](b).reverse()}}),s2(["filter","map","takeWhile"],function(i,d){var b=d+1,q=b==M||b==K;Ft.prototype[i]=function(N){var G=this.clone();return G.__iteratees__.push({iteratee:ft(N,3),type:b}),G.__filtered__=G.__filtered__||q,G}}),s2(["head","last"],function(i,d){var b="take"+(d?"Right":"");Ft.prototype[i]=function(){return this[b](1).value()[0]}}),s2(["initial","tail"],function(i,d){var b="drop"+(d?"":"Right");Ft.prototype[i]=function(){return this.__filtered__?new Ft(this):this[b](1)}}),Ft.prototype.compact=function(){return this.filter(On)},Ft.prototype.find=function(i){return this.filter(i).head()},Ft.prototype.findLast=function(i){return this.reverse().find(i)},Ft.prototype.invokeMap=Mt(function(i,d){return typeof i=="function"?new Ft(this):this.map(function(b){return N0(b,i,d)})}),Ft.prototype.reject=function(i){return this.filter(d6(ft(i)))},Ft.prototype.slice=function(i,d){i=qt(i);var b=this;return b.__filtered__&&(i>0||d<0)?new Ft(b):(i<0?b=b.takeRight(-i):i&&(b=b.drop(i)),d!==e&&(d=qt(d),b=d<0?b.dropRight(-d):b.take(d-i)),b)},Ft.prototype.takeRightWhile=function(i){return this.reverse().takeWhile(i).reverse()},Ft.prototype.toArray=function(){return this.take(te)},q2(Ft.prototype,function(i,d){var b=/^(?:filter|find|map|reject)|While$/.test(d),q=/^(?:head|last)$/.test(d),N=j[q?"take"+(d=="last"?"Right":""):d],G=q||/^find/.test(d);N&&(j.prototype[d]=function(){var re=this.__wrapped__,ue=q?[1]:arguments,xe=re instanceof Ft,Re=ue[0],Pe=xe||Et(re),$e=function(zt){var Tt=N.apply(j,i1([zt],ue));return q&&Qe?Tt[0]:Tt};Pe&&b&&typeof Re=="function"&&Re.length!=1&&(xe=Pe=!1);var Qe=this.__chain__,st=!!this.__actions__.length,gt=G&&!Qe,It=xe&&!st;if(!G&&Pe){re=It?re:new Ft(this);var mt=i.apply(re,ue);return mt.__actions__.push({func:o6,args:[$e],thisArg:e}),new c2(mt,Qe)}return gt&&It?i.apply(this,ue):(mt=this.thru($e),gt?q?mt.value()[0]:mt.value():mt)})}),s2(["pop","push","shift","sort","splice","unshift"],function(i){var d=Fr[i],b=/^(?:push|sort|unshift)$/.test(i)?"tap":"thru",q=/^(?:pop|shift)$/.test(i);j.prototype[i]=function(){var N=arguments;if(q&&!this.__chain__){var G=this.value();return d.apply(Et(G)?G:[],N)}return this[b](function(re){return d.apply(Et(re)?re:[],N)})}}),q2(Ft.prototype,function(i,d){var b=j[d];if(b){var q=b.name+"";Ot.call(t0,q)||(t0[q]=[]),t0[q].push({name:d,func:b})}}),t0[Jr(e,w).name]=[{name:"wrapper",func:e}],Ft.prototype.clone=nC,Ft.prototype.reverse=rC,Ft.prototype.value=iC,j.prototype.at=AI,j.prototype.chain=TI,j.prototype.commit=VI,j.prototype.next=NI,j.prototype.plant=RI,j.prototype.reverse=PI,j.prototype.toJSON=j.prototype.valueOf=j.prototype.value=DI,j.prototype.first=j.prototype.head,M0&&(j.prototype[M0]=LI),j}),K1=VS();_t?((_t.exports=K1)._=K1,lt._=K1):Yt._=K1}).call(mg)})(f0,f0.exports)),f0.exports}var vg=yg();const bg={class:"header"},wg={class:"content"},xg={class:"shape-panel-box"},_g={class:"input-box"},kg={class:"input-box"},Eg={key:0,class:"input-box"},Sg={key:1,class:"input-box"},Cg={key:3,class:"btn-box"},qg={class:"svg-icon"},Ig=["xlink:href"],Mg={key:0,class:"roundness-box"},Bg={class:"item-label",style:{"padding-right":"8px"}},zg={class:"type-item-title"},Fg={class:"title"},Ag={key:0,class:"style-item"},Tg={class:"title"},Vg={key:0,class:"svg-icon"},Ng={class:"color-text"},Lg={key:1,class:"style-item"},Rg={class:"title"},Pg={key:2,class:"style-item"},Dg={class:"title"},Og={key:3,class:"style-item"},Hg={class:"title"},$g=["src"],Wg={class:"type-item-title"},jg={class:"title"},Ug={class:"style-item"},Gg={class:"title"},Xg={key:0,class:"svg-icon"},Yg={class:"color-text"},Zg={class:"style-item"},Qg={class:"title"},Kg={key:0,class:"style-item"},Jg={class:"title"},em={key:1,class:"style-item"},tm={class:"title"},nm={key:2,class:"style-item"},rm={class:"title"},im={key:3,class:"style-item"},am={class:"title"},om={key:4,class:"style-item"},sm={class:"title"},lm={class:"style-boxs"},cm={key:5,class:"style-item"},dm={class:"title"},um={class:"style-boxs"},hm={class:"svg-box",style:{transform:"scaleX(-1)"}},fm={class:"svg-icon"},pm=["xlink:href"],gm={class:"svg-box",style:{transform:"scaleX(-1)"}},mm={class:"svg-icon"},ym=["xlink:href"],vm={key:6,class:"style-item"},bm={class:"title"},wm={class:"style-boxs"},xm={class:"svg-box"},_m={class:"svg-icon"},km=["xlink:href"],Em={class:"svg-box"},Sm={class:"svg-icon"},Cm=["xlink:href"],qm={class:"type-item-title"},Im={class:"title"},Mm={class:"style-item"},Bm={class:"style-item"},zm={class:"title"},Fm={class:"style-boxs"},Am={class:"style-boxs-item"},Tm={class:"style-boxs-item"},Vm={class:"item-input"},Nm={class:"item-input"},Lm={class:"style-item"},Rm={class:"title"},Pm={key:0,class:"svg-icon"},Dm={class:"color-text"},Om={class:"style-item"},Hm={class:"title"},$m={key:0,class:"svg-icon"},Wm={class:"color-text"},jm=gn(n.defineComponent({__name:"PropertiesPanel",setup(o){const r=n.inject("jvs-draw-instance-id","excalidraw"),e=Sn(r),{t}=E2(),a=n.ref(),s=n.ref(),c=n.ref(),l=n.ref(),u=n.ref(),h=n.ref(),f=n.ref(),p=n.ref(),g=n.ref([]),m=()=>{e.appState.isPropertiesPanelOpen=!1},x=[12,14,16,18,20,24,28,32,36],v=()=>{const J=Object.keys(e.appState.selectedElementIds);if(J.length===0)return null;const ye=J[J.length-1];return e.elements.find(Ke=>Ke.id===ye)||null},y=n.computed(()=>e.appState.activeTool),w=n.computed(()=>Object.keys(e.appState.selectedElementIds)),_=n.computed(()=>w.value.length>0),k=()=>{if(y.value==="selection"){if(!_.value)return"none";const J=w.value[0],ye=e.elements.find(Ke=>Ke.id===J);return ye?ye.type:"none"}return y.value==="shapes"?e.appState.activeToolType:y.value},C=n.computed({get:()=>{const J=w.value[0],ye=e.elements.find(Ke=>Ke.id===J);return ye?ye.fontFamily:"none"},set:J=>{e.updateSelectedElements({fontFamily:J}),Object.keys(e.appState.selectedElementIds).forEach(Ke=>{const ct=e.elements.find(De=>De.id===Ke);if(ct&&ct.type!=="text"){const De=e.elements.find(Ze=>Ze.type==="text"&&Ze.containerId===Ke&&!Ze.isDeleted);De&&e.updateElement(De.id,{fontFamily:J})}})}}),S=n.computed(()=>{const J=g.value.find(ye=>ye.value===C.value);return J?J.weightList:[]}),E=n.computed({get:()=>{const J=v();return J&&"fontWeight"in J?J.fontWeight:e.appState.currentItemFontWeight||"Regular"},set:J=>{e.appState.currentItemFontWeight=J,e.updateSelectedElements({fontWeight:J}),Object.keys(e.appState.selectedElementIds).forEach(Ke=>{const ct=e.elements.find(De=>De.id===Ke);if(ct&&ct.type!=="text"){const De=e.elements.find(Ze=>Ze.type==="text"&&Ze.containerId===Ke&&!Ze.isDeleted);De&&e.updateElement(De.id,{fontWeight:J})}})}}),I=n.computed({get:()=>{const J=v();return J&&"lineHeight"in J?J.lineHeight:e.appState.currentItemLineHeight||1.25},set:J=>{e.appState.currentItemLineHeight=J,e.updateSelectedElements({lineHeight:J}),Object.keys(e.appState.selectedElementIds).forEach(Ke=>{const ct=e.elements.find(De=>De.id===Ke);if(ct&&ct.type!=="text"){const De=e.elements.find(Ze=>Ze.type==="text"&&Ze.containerId===Ke&&!Ze.isDeleted);De&&e.updateElement(De.id,{lineHeight:J})}})}}),V=n.computed({get:()=>{const J=v();return J&&"letterSpacing"in J?J.letterSpacing:e.appState.currentItemLetterSpacing||0},set:J=>{e.appState.currentItemLetterSpacing=J,e.updateSelectedElements({letterSpacing:J}),Object.keys(e.appState.selectedElementIds).forEach(Ke=>{const ct=e.elements.find(De=>De.id===Ke);if(ct&&ct.type!=="text"){const De=e.elements.find(Ze=>Ze.type==="text"&&Ze.containerId===Ke&&!Ze.isDeleted);De&&e.updateElement(De.id,{letterSpacing:J})}})}}),R=()=>{if(k()==="arrow"){const J=w.value[0],ye=e.elements.find(Ke=>Ke.id===J);return ye?ye.arrowType:"none"}return""},$=n.computed(()=>se.value+W8(ie.value)),ee=n.computed(()=>Oe.value+W8(Se.value));n.computed(()=>Fe.value),n.computed(()=>Ge.value);const z=n.computed(()=>{const J=k();return!["arrow","line","text","freedraw"].includes(J)}),H=n.computed(()=>{const J=k();return!["image"].includes(J)}),M=n.computed(()=>{const J=k();return!["freedraw","frame","image"].includes(J)}),X=n.computed(()=>{const J=k();return["arrow","line"].includes(J)}),K=n.computed(()=>{const J=k();return["rectangle","diamond","square","star","process","decision","trapezoid","parallelogram","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2"].includes(J)}),ae=n.computed(()=>{const J=k();return!["arrow","line"].includes(J)}),de=n.computed(()=>{const J=k();return["arrow","line"].includes(J)}),ce=n.computed(()=>{const J=k();return!["text","image","note"].includes(J)}),fe=n.computed({get(){const J=v();return J?J.roundness??0:e.appState.currentItemRoundness},set(J){X1(J)}}),te=n.computed(()=>e.appState.isDraggingElement||e.appState.isBoxSelecting),se=n.computed({get(){const J=v();return J?J.backgroundColor:e.appState.currentItemBackgroundColor},set(J){ge(J)}}),Se=n.computed({get(){const J=v();return J?J.strokeOpacity??100:e.appState.currentItemStrokeOpacity??100},set(J){Ue(J)}}),ie=n.computed({get(){const J=v();return J?J.backgroundOpacity??100:e.appState.currentItemBackgroundOpacity},set(J){Le(J)}}),le=n.computed({get(){const J=v();return J?J.strokeWidth:e.appState.currentItemStrokeWidth},set(J){Ct(J)}}),ge=J=>{const ye=J||"transparent";e.updateSelectedElements({backgroundColor:ye})},Le=J=>{const ye=J;e.updateSelectedElements({backgroundOpacity:ye})},Oe=n.computed({get(){const J=v();return J?J.strokeColor:e.appState.currentItemStrokeColor},set(J){xn(J)}}),Ge=n.computed({get(){const J=v();return J&&J.fontColor?J.fontColor:e.appState.currentItemFontColor},set(J){w1(J)}}),Fe=n.computed({get(){const J=v();return J&&"fontBgColor"in J?J.fontBgColor:e.appState.currentItemFontBgColor},set(J){x1(J)}}),qe=n.computed({get(){const J=v();return J?J.x:e.appState.currentItemX},set(J){be(J)}}),ut=n.computed({get(){const J=v();return J?J.y:e.appState.currentItemY},set(J){ke(J)}}),ht=n.computed({get(){const J=v();return J?J.width:e.appState.currentItemWidth},set(J){dt(J)}}),B=n.computed({get(){const J=v();return J?J.height:e.appState.currentItemHeight},set(J){St(J)}}),pe=n.computed({get:()=>{const J=v();return J&&"fontSize"in J?J.fontSize:e.appState.currentItemFontSize},set:J=>{J2(J)}}),Ce=n.computed({get(){const J=v(),ye=J?J.angle:e.appState.currentItemAngle;return ye?(360*Math.abs(Math.round(ye*(180/Math.PI)))+Math.round(ye*(180/Math.PI)))%360:0},set(J){ot(J*(Math.PI/180)%360)}}),Z=n.computed({get(){const J=v();return(J&&"startArrowhead"in J?J.startArrowhead:e.appState.currentItemStartArrowhead)||"line"},set(J){q0(J)}}),Q=n.computed({get(){const J=v();return(J&&"endArrowhead"in J?J.endArrowhead:e.appState.currentItemEndArrowhead)||"line"},set(J){k1(J)}}),he=n.ref("");n.watch(()=>{const J=v();return!J||J.type!=="image"?null:{src:J.url||J.fileId&&e.images[J.fileId]||J.dataURL||"",cropX:J.crop?.x,cropY:J.crop?.y,cropW:J.crop?.width,cropH:J.crop?.height}},J=>{if(!J||!J.src){he.value="";return}if(J.cropW&&J.cropH){const ye=new Image;ye.crossOrigin="anonymous",ye.onload=()=>{const ct=Math.min(1,128/J.cropW,128/J.cropH),De=document.createElement("canvas");De.width=J.cropW*ct,De.height=Math.max(1,J.cropH*ct);const Ze=De.getContext("2d");Ze&&(Ze.drawImage(ye,J.cropX,J.cropY,J.cropW,J.cropH,0,0,De.width,De.height),he.value=De.toDataURL("image/png"))},ye.src=J.src}else he.value=J.src},{immediate:!0,deep:!0});const Ve=async()=>{const J=await h0();if(J){const{dataURL:ye,width:Ke,height:ct}=J,De=Object.keys(e.appState.selectedElementIds);if(De.length>0){const Ze=De[0];if(!Ze)return;const zn=e.elements.find(e1=>e1.id===Ze)?.width||Ke,Cn=ct/Ke*zn;e.updateImageSource(Ze,ye,zn,Cn,!1)}}},Ae=n.computed(()=>{const J=Z2.find(ye=>ye.value===Z.value);return J?J.icon:J?.activeIcon}),_e=n.computed(()=>{const J=Z2.find(ye=>ye.value===Q.value);return J?J.icon:J?.activeIcon}),Ne=n.ref(1);n.watch(()=>Ce.value,J=>{Ne.value=String(J||0).length},{immediate:!0});const Xe=J=>{const ye=J.target;ye&&ye.tagName==="INPUT"&&(Ne.value=ye.value.length||1)},He=()=>{Ne.value=String(Ce.value||0).length};n.onMounted(()=>{g.value=vg.cloneDeep(gg)});function ot(J){const ye=v();if(ye){const Ke=e.elements.find(ct=>ct.type==="text"&&ct.containerId===ye.id&&!ct.isDeleted);Ke&&e.updateElement(Ke.id,{angle:J})}e.updateSelectedElements({angle:J})}function St(J){const ye=v();if(ye&&ye.height>0){const Ke={height:J};let ct=ye.width;if(ye.isAspectRatioLocked){const Ze=ye.width/ye.height;ct=J*Ze,Ke.width=ct}const De=e.elements.find(Ze=>Ze.type==="text"&&Ze.containerId===ye.id&&!Ze.isDeleted);if(De){const Ze=jt(De.text||"",De.fontSize||20,De.fontFamily||"sans-serif",ct,{isBold:De.isBold,isItalic:De.isItalic,fontWeight:De.fontWeight,lineHeight:De.lineHeight,letterSpacing:De.letterSpacing});Ke.height=Math.max(J,Ze.height),e.updateElement(De.id,{width:ct,height:Ke.height})}else if(ye.type==="text"){const Ze=jt(ye.text||"",ye.fontSize||20,ye.fontFamily||"sans-serif",ct,{isBold:ye.isBold,isItalic:ye.isItalic,fontWeight:ye.fontWeight,lineHeight:ye.lineHeight,letterSpacing:ye.letterSpacing});Ke.height=Math.max(J,Ze.height)}e.updateSelectedElements(Ke)}}function dt(J){const ye=v();if(ye&&ye.width>0){const Ke={width:J};let ct=ye.height;console.log(ye.height);const De=e.elements.find(Ze=>Ze.type==="text"&&Ze.containerId===ye.id&&!Ze.isDeleted);if(De||ye.type==="text"){const Ze=jt(",",ye.fontSize||20,ye.fontFamily||"sans-serif",void 0,{isBold:ye.isBold,isItalic:ye.isItalic,fontWeight:ye.fontWeight,lineHeight:ye.lineHeight,letterSpacing:ye.letterSpacing}).width;J<Ze&&(Ke.width=Ze)}if(ye.isAspectRatioLocked){const Ze=ye.height/ye.width;ct=Ke.width*Ze,Ke.height=ct}if(De){const Ze=jt(De.text||"",De.fontSize||20,De.fontFamily||"sans-serif",Ke.width,{isBold:De.isBold,isItalic:De.isItalic,fontWeight:De.fontWeight,lineHeight:De.lineHeight,letterSpacing:De.letterSpacing});Ke.height=Math.max(ct,Ze.height),e.updateElement(De.id,{width:Ke.width,height:Ke.height})}else if(ye.type==="text"){const Ze=jt(ye.text||"",ye.fontSize||20,ye.fontFamily||"sans-serif",Ke.width,{isBold:ye.isBold,isItalic:ye.isItalic,fontWeight:ye.fontWeight,lineHeight:ye.lineHeight,letterSpacing:ye.letterSpacing});Ke.height=Math.max(ct,Ze.height)}e.updateSelectedElements(Ke)}}const Xt=n.computed(()=>{const J=v();return J?!!J.isFlippedHorizontal:!1}),wn=n.computed(()=>{const J=v();return J?!!J.isFlippedVertical:!1});function Pt(){const J=v();J&&e.updateSelectedElements({isFlippedHorizontal:!J.isFlippedHorizontal})}function Kt(){const J=v();J&&e.updateSelectedElements({isFlippedVertical:!J.isFlippedVertical})}const vt=n.computed(()=>{const J=v();return J?!!J.isAspectRatioLocked:!1});function Jt(){const J=v();J&&e.updateSelectedElements({isAspectRatioLocked:!J.isAspectRatioLocked})}function be(J){e.updateSelectedElements({x:J})}function ke(J){e.updateSelectedElements({y:J})}function it(){s.value.openColorPicker(),s.value.initPickerColor($.value)}function pt(){l.value.openColorPicker(),l.value.initPickerColor(ee.value)}function et(J){ge(J.hex.substring(0,7)),Le(U0(J.hex.substring(7,9)))}const Ct=J=>{e.updateSelectedElements({strokeWidth:J})},Ue=J=>{e.updateSelectedElements({strokeOpacity:J})};function fn(J){xn(J.hex.substring(0,7)),Ue(U0(J.hex.substring(7,9)))}const xn=J=>{e.updateSelectedElements({strokeColor:J})},w1=J=>{e.updateSelectedElements({fontColor:J}),Object.keys(e.appState.selectedElementIds).forEach(Ke=>{const ct=e.elements.find(De=>De.type==="text"&&De.containerId===Ke&&!De.isDeleted);ct&&e.updateElement(ct.id,{fontColor:J})})},x1=J=>{e.updateSelectedElements({fontBgColor:J}),Object.keys(e.appState.selectedElementIds).forEach(Ke=>{const ct=e.elements.find(De=>De.type==="text"&&De.containerId===Ke&&!De.isDeleted);ct&&e.updateElement(ct.id,{fontBgColor:J})})},_1=()=>{f.value.openColorPicker(),f.value.initPickerColor(Fe.value)},G1=()=>{p.value.openColorPicker(),p.value.initPickerColor(Ge.value)},C0=J=>{U0(J.hex.substring(7,9))==0?w1("transparent"):w1(J.hex.substring(0,7))},F2=J=>{U0(J.hex.substring(7,9))==0?x1("transparent"):x1(J.hex.substring(0,7))},X1=J=>{e.updateSelectedElements({roundness:J})},J2=J=>{Object.keys(e.appState.selectedElementIds).forEach(Ke=>{const ct=e.elements.find(De=>De.id===Ke);if(ct&&ct.type==="text"){const De=ct;if(De.autoResize){const Ze=jt(De.text||"",J,De.fontFamily||"sans-serif",void 0,{isBold:De.isBold,isItalic:De.isItalic,fontWeight:De.fontWeight,lineHeight:De.lineHeight,letterSpacing:De.letterSpacing});e.updateElement(Ke,{fontSize:J,width:Ze.width,height:Ze.height})}else{const Ze=jt(De.text||"",J,De.fontFamily||"sans-serif",ct.width,{isBold:De.isBold,isItalic:De.isItalic,fontWeight:De.fontWeight,lineHeight:De.lineHeight,letterSpacing:De.letterSpacing});e.updateElement(Ke,{fontSize:J,height:Ze.height})}}else{e.updateElement(Ke,{fontSize:J});const De=e.elements.find(Ze=>Ze.type==="text"&&Ze.containerId===Ke&&!Ze.isDeleted);if(De){const Ze=jt(De.text||"",J,De.fontFamily||"sans-serif",De.width);e.updateElement(De.id,{fontSize:J,height:Math.max(Ze.height,ct?.height)})}}})},q0=J=>{Object.keys(e.appState.selectedElementIds).length===0?e.appState.currentItemStartArrowhead=J:e.updateSelectedElements({startArrowhead:J})},k1=J=>{Object.keys(e.appState.selectedElementIds).length===0?e.appState.currentItemEndArrowhead=J:e.updateSelectedElements({endArrowhead:J})},E1=n.computed({get(){const J=Object.keys(e.appState.selectedElementIds);if(J.length===0)return e.appState.fixedArrowBinding;let ye=!0,Ke=!1;for(const ct of J){const De=e.elements.find(Ze=>Ze.id===ct);if(De&&(De.type==="line"||De.type==="arrow")){const Ze=De.startBinding,zn=De.endBinding;Ze&&(Ke=!0,Ze.isBorder!==!1&&(ye=!1)),zn&&(Ke=!0,zn.isBorder!==!1&&(ye=!1))}}return Ke?ye:e.appState.fixedArrowBinding},set(){const J=Object.keys(e.appState.selectedElementIds);if(J.length===0){e.appState.fixedArrowBinding=!e.appState.fixedArrowBinding;return}const ye=!E1.value;let Ke=!1;J.forEach(ct=>{const De=e.elements.find(Ze=>Ze.id===ct);if(De&&(De.type==="line"||De.type==="arrow")){const Ze={};De.startBinding&&(Ze.startBinding={...De.startBinding,isBorder:!ye}),De.endBinding&&(Ze.endBinding={...De.endBinding,isBorder:!ye}),(Ze.startBinding||Ze.endBinding)&&(e.updateElement(ct,Ze),Ke=!0)}}),Ke&&typeof e.recordHistory=="function"&&e.recordHistory()}});return(J,ye)=>{const Ke=n.resolveComponent("el-input-number"),ct=n.resolveComponent("el-slider"),De=n.resolveComponent("jvs-picker-color-v3"),Ze=n.resolveComponent("el-switch"),zn=n.resolveComponent("el-option"),Cn=n.resolveComponent("el-select"),e1=n.resolveComponent("el-scrollbar");return n.unref(e).appState.isPropertiesPanelOpen?(n.openBlock(),n.createElementBlock("div",{key:0,class:"properties-panel",style:n.normalizeStyle({pointerEvents:te.value?"none":"auto"})},[n.createElementVNode("div",bg,[n.createElementVNode("div",null,n.toDisplayString(n.unref(t)("properties.shape")),1),(n.openBlock(),n.createElementBlock("svg",{onClick:m},[...ye[22]||(ye[22]=[n.createElementVNode("use",{"xlink:href":"#jvs-public-danchuangguanbi1"},null,-1)])]))]),n.createVNode(e1,null,{default:n.withCtx(()=>[n.createElementVNode("div",wg,[n.createElementVNode("div",xg,[n.createElementVNode("div",{class:n.normalizeClass(["shape-panel-row",{"not-bind-width-height":X.value||!K.value}])},[n.createElementVNode("div",_g,[ye[23]||(ye[23]=n.createElementVNode("div",{class:"icon"},"X",-1)),n.createVNode(Ke,{modelValue:qe.value,"onUpdate:modelValue":ye[0]||(ye[0]=rt=>qe.value=rt),precision:2,"controls-position":"right"},null,8,["modelValue"])]),n.createElementVNode("div",kg,[ye[24]||(ye[24]=n.createElementVNode("div",{class:"icon"},"Y",-1)),n.createVNode(Ke,{modelValue:ut.value,"onUpdate:modelValue":ye[1]||(ye[1]=rt=>ut.value=rt),precision:2,"controls-position":"right"},null,8,["modelValue"])]),X.value?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("div",Eg,[ye[25]||(ye[25]=n.createElementVNode("div",{class:"icon"},"W",-1)),n.createVNode(Ke,{modelValue:ht.value,"onUpdate:modelValue":ye[2]||(ye[2]=rt=>ht.value=rt),precision:2,min:10,"controls-position":"right"},null,8,["modelValue"])])),X.value?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("div",Sg,[ye[26]||(ye[26]=n.createElementVNode("div",{class:"icon"},"H",-1)),n.createVNode(Ke,{modelValue:B.value,"onUpdate:modelValue":ye[3]||(ye[3]=rt=>B.value=rt),precision:2,min:10,"controls-position":"right"},null,8,["modelValue"])])),ae.value&&k()!=="note"?(n.openBlock(),n.createElementBlock("div",{key:2,class:"input-box",onInput:Xe,onFocusout:He},[ye[27]||(ye[27]=n.createElementVNode("div",{class:"icon"},[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-jiaodu"})])],-1)),n.createVNode(Ke,{modelValue:Ce.value,"onUpdate:modelValue":ye[4]||(ye[4]=rt=>Ce.value=rt),"controls-position":"right"},null,8,["modelValue"]),n.createElementVNode("div",{class:"unit",style:n.normalizeStyle({left:32+Ne.value*8+"px"})},"°",4)],32)):n.createCommentVNode("",!0),ae.value&&k()!=="note"?(n.openBlock(),n.createElementBlock("div",Cg,[n.createElementVNode("div",{class:n.normalizeClass(["btn-item",{active:Xt.value}]),onClick:Pt},[...ye[28]||(ye[28]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-shuipingfanzhuan"})],-1)])],2),n.createElementVNode("div",{class:n.normalizeClass(["btn-item",{active:wn.value}]),onClick:Kt},[...ye[29]||(ye[29]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-chuizhifanzhuan"})],-1)])],2)])):n.createCommentVNode("",!0)],2),X.value?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(["bind-box",{active:vt.value}]),onClick:Jt},[(n.openBlock(),n.createElementBlock("svg",qg,[n.createElementVNode("use",{"xlink:href":vt.value?"#icon-suoding1":"#icon-quxiaosuoding"},null,8,Ig)]))],2))]),K.value?(n.openBlock(),n.createElementBlock("div",Mg,[n.createElementVNode("div",Bg,n.toDisplayString(n.unref(t)("properties.roundness")),1),n.createVNode(ct,{modelValue:fe.value,"onUpdate:modelValue":ye[5]||(ye[5]=rt=>fe.value=rt),"show-input":"","show-input-controls":!1,min:0,max:100},null,8,["modelValue"]),n.createElementVNode("div",{class:"btn-box",onClick:ye[6]||(ye[6]=rt=>X1(4))},[...ye[30]||(ye[30]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-biankuang-yincangzhuangtai"})],-1)])])])):n.createCommentVNode("",!0),z.value?(n.openBlock(),n.createElementBlock(n.Fragment,{key:1},[ye[32]||(ye[32]=n.createElementVNode("div",{class:"divider"},null,-1)),n.createElementVNode("div",zg,[n.createElementVNode("div",Fg,n.toDisplayString(n.unref(t)("properties.fill")),1)]),H.value?(n.openBlock(),n.createElementBlock("div",Ag,[n.createElementVNode("div",Tg,n.toDisplayString(n.unref(t)("properties.color")),1),n.createVNode(De,{color:se.value,ref_key:"bgColorPickerRef",ref:s,options:{openGradual:!1,pickerButtonRef:a.value},onChange:et},{default:n.withCtx(({isGradual:rt,color:t1,alpha:S1})=>[n.createElementVNode("div",{class:"input-value-box",ref_key:"bgColorRef",ref:a,onClick:ye[7]||(ye[7]=C1=>it())},[se.value=="transparent"||!se.value||ie.value==0?(n.openBlock(),n.createElementBlock("svg",Vg,[...ye[31]||(ye[31]=[n.createElementVNode("use",{"xlink:href":"#icon-wuyanse"},null,-1)])])):(n.openBlock(),n.createElementBlock("div",{key:1,class:"color-box",style:n.normalizeStyle({background:$.value})},null,4)),n.createElementVNode("div",Ng,n.toDisplayString(se.value!="transparent"?se.value.substring(0,7).toUpperCase():se.value),1)],512)]),_:1},8,["color","options"])])):n.createCommentVNode("",!0),H.value&&k()!=="note"?(n.openBlock(),n.createElementBlock("div",Lg,[n.createElementVNode("div",Rg,n.toDisplayString(n.unref(t)("properties.opacity")),1),n.createVNode(ct,{modelValue:ie.value,"onUpdate:modelValue":ye[8]||(ye[8]=rt=>ie.value=rt),"show-input":"","show-input-controls":!1,min:0,max:100},null,8,["modelValue"])])):n.createCommentVNode("",!0),H.value&&k()!=="note"?(n.openBlock(),n.createElementBlock("div",Pg,[n.createElementVNode("div",Dg,n.toDisplayString(n.unref(t)("properties.fillStyle")),1),n.createVNode(j8,{style:{width:"100%"}})])):n.createCommentVNode("",!0),H.value?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("div",Og,[n.createElementVNode("div",Hg,n.toDisplayString(n.unref(t)("properties.fillContent")),1),n.createElementVNode("div",{class:"image-box",onClick:Ve},[n.createElementVNode("img",{src:he.value},null,8,$g)])]))],64)):n.createCommentVNode("",!0),ce.value?(n.openBlock(),n.createElementBlock(n.Fragment,{key:2},[ye[34]||(ye[34]=n.createElementVNode("div",{class:"divider"},null,-1)),n.createElementVNode("div",Wg,[n.createElementVNode("div",jg,n.toDisplayString(n.unref(t)("properties.stroke")),1)]),n.createElementVNode("div",Ug,[n.createElementVNode("div",Gg,n.toDisplayString(n.unref(t)("properties.color")),1),n.createVNode(De,{color:Oe.value,ref_key:"strokeColorPickerRef",ref:l,options:{openGradual:!1,pickerButtonRef:c.value},onChange:fn},{default:n.withCtx(({isGradual:rt,color:t1,alpha:S1})=>[n.createElementVNode("div",{class:"input-value-box",ref_key:"strokeColorRef",ref:c,onClick:ye[9]||(ye[9]=C1=>pt())},[Oe.value=="transparent"||!Oe.value||Se.value==0?(n.openBlock(),n.createElementBlock("svg",Xg,[...ye[33]||(ye[33]=[n.createElementVNode("use",{"xlink:href":"#icon-wuyanse"},null,-1)])])):(n.openBlock(),n.createElementBlock("div",{key:1,class:"color-box",style:n.normalizeStyle({background:ee.value})},null,4)),n.createElementVNode("div",Yg,n.toDisplayString(Oe.value!="transparent"?Oe.value.substring(0,7).toUpperCase():Oe.value),1)],512)]),_:1},8,["color","options"])]),n.createElementVNode("div",Zg,[n.createElementVNode("div",Qg,n.toDisplayString(n.unref(t)("properties.strokeWidth")),1),n.createVNode(ct,{modelValue:le.value,"onUpdate:modelValue":ye[10]||(ye[10]=rt=>le.value=rt),"show-input":"","show-input-controls":!1,min:1,max:10},null,8,["modelValue"])]),R()!=="arrowBold"?(n.openBlock(),n.createElementBlock("div",Kg,[n.createElementVNode("div",Jg,n.toDisplayString(n.unref(t)("properties.opacity")),1),n.createVNode(ct,{modelValue:Se.value,"onUpdate:modelValue":ye[11]||(ye[11]=rt=>Se.value=rt),"show-input":"","show-input-controls":!1,min:0,max:100},null,8,["modelValue"])])):n.createCommentVNode("",!0),k()!="freedraw"&&R()!=="arrowBold"?(n.openBlock(),n.createElementBlock("div",em,[n.createElementVNode("div",tm,n.toDisplayString(n.unref(t)("properties.strokeStyle")),1),n.createVNode(U8,{style:{width:"100%"}})])):n.createCommentVNode("",!0),R()!=="arrowBold"?(n.openBlock(),n.createElementBlock("div",nm,[n.createElementVNode("div",rm,n.toDisplayString(n.unref(t)("properties.roughness")),1),n.createVNode(G8,{style:{width:"100%"}})])):n.createCommentVNode("",!0),de.value&&R()!=="arrowBold"?(n.openBlock(),n.createElementBlock("div",im,[n.createElementVNode("div",am,n.toDisplayString(k()=="arrow"?n.unref(t)("properties.arrow"):n.unref(t)("properties.line"))+n.toDisplayString(n.unref(t)("properties.type")),1),n.createVNode(Z8,{style:{width:"100%"}})])):n.createCommentVNode("",!0),de.value?(n.openBlock(),n.createElementBlock("div",om,[n.createElementVNode("div",sm,n.toDisplayString(n.unref(t)("board.fixedArrowBinding")),1),n.createElementVNode("div",lm,[n.createVNode(Ze,{modelValue:E1.value,"onUpdate:modelValue":ye[12]||(ye[12]=rt=>E1.value=rt)},null,8,["modelValue"])])])):n.createCommentVNode("",!0),de.value&&R()!=="arrowBold"?(n.openBlock(),n.createElementBlock("div",cm,[n.createElementVNode("div",dm,n.toDisplayString(n.unref(t)("properties.startArrowhead")),1),n.createElementVNode("div",um,[n.createVNode(Cn,{class:"svg-select",modelValue:Z.value,"onUpdate:modelValue":ye[13]||(ye[13]=rt=>Z.value=rt)},{label:n.withCtx(()=>[n.createElementVNode("div",hm,[(n.openBlock(),n.createElementBlock("svg",fm,[n.createElementVNode("use",{"xlink:href":Ae.value},null,8,pm)]))])]),default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(n.unref(Z2),rt=>(n.openBlock(),n.createBlock(zn,{key:rt.value,value:rt.value},{default:n.withCtx(()=>[n.createElementVNode("div",gm,[(n.openBlock(),n.createElementBlock("svg",mm,[n.createElementVNode("use",{"xlink:href":rt.icon},null,8,ym)]))])]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue"])])])):n.createCommentVNode("",!0),de.value&&R()!=="arrowBold"?(n.openBlock(),n.createElementBlock("div",vm,[n.createElementVNode("div",bm,n.toDisplayString(n.unref(t)("properties.endArrowhead")),1),n.createElementVNode("div",wm,[n.createVNode(Cn,{class:"svg-select",modelValue:Q.value,"onUpdate:modelValue":ye[14]||(ye[14]=rt=>Q.value=rt)},{label:n.withCtx(()=>[n.createElementVNode("div",xm,[(n.openBlock(),n.createElementBlock("svg",_m,[n.createElementVNode("use",{"xlink:href":_e.value},null,8,km)]))])]),default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(n.unref(Z2),rt=>(n.openBlock(),n.createBlock(zn,{key:rt.value,value:rt.value},{default:n.withCtx(()=>[n.createElementVNode("div",Em,[(n.openBlock(),n.createElementBlock("svg",Sm,[n.createElementVNode("use",{"xlink:href":rt.icon},null,8,Cm)]))])]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue"])])])):n.createCommentVNode("",!0)],64)):n.createCommentVNode("",!0),M.value?(n.openBlock(),n.createElementBlock(n.Fragment,{key:3},[ye[40]||(ye[40]=n.createElementVNode("div",{class:"divider"},null,-1)),n.createElementVNode("div",qm,[n.createElementVNode("div",Im,n.toDisplayString(n.unref(t)("properties.textSetting")),1)]),n.createElementVNode("div",Mm,[ye[35]||(ye[35]=n.createElementVNode("div",{class:"title"},"字体",-1)),n.createVNode(Cn,{modelValue:C.value,"onUpdate:modelValue":ye[15]||(ye[15]=rt=>C.value=rt),placeholder:"请选择"},{default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(g.value,rt=>(n.openBlock(),n.createBlock(zn,{key:rt.value,label:rt.label,value:rt.value},null,8,["label","value"]))),128))]),_:1},8,["modelValue"])]),n.createElementVNode("div",Bm,[n.createElementVNode("div",zm,n.toDisplayString(n.unref(t)("properties.style")),1),n.createElementVNode("div",Fm,[n.createElementVNode("div",Am,[n.createVNode(Cn,{style:{width:"100%"},modelValue:E.value,"onUpdate:modelValue":ye[16]||(ye[16]=rt=>E.value=rt),placeholder:"请选择"},{default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(S.value,rt=>(n.openBlock(),n.createBlock(zn,{key:rt,label:rt,value:rt},null,8,["label","value"]))),128))]),_:1},8,["modelValue"]),n.createVNode(Cn,{style:{width:"100%"},modelValue:pe.value,"onUpdate:modelValue":ye[17]||(ye[17]=rt=>pe.value=rt),onChange:J2},{default:n.withCtx(()=>[(n.openBlock(),n.createElementBlock(n.Fragment,null,n.renderList(x,rt=>n.createVNode(zn,{key:rt,label:rt,value:rt},null,8,["label","value"])),64))]),_:1},8,["modelValue"])]),n.createElementVNode("div",Tm,[n.createElementVNode("div",Vm,[ye[36]||(ye[36]=n.createElementVNode("svg",null,[n.createElementVNode("use",{"xlink:href":"#icon-hanggao"})],-1)),n.createVNode(Ke,{modelValue:I.value,"onUpdate:modelValue":ye[18]||(ye[18]=rt=>I.value=rt),step:.1,min:.5,max:5,"controls-position":"right",style:{width:"100%"}},null,8,["modelValue"])]),n.createElementVNode("div",Nm,[ye[37]||(ye[37]=n.createElementVNode("svg",null,[n.createElementVNode("use",{"xlink:href":"#icon-zijianju"})],-1)),n.createVNode(Ke,{modelValue:V.value,"onUpdate:modelValue":ye[19]||(ye[19]=rt=>V.value=rt),step:1,min:-10,max:50,"controls-position":"right",style:{width:"100%"}},null,8,["modelValue"])])]),n.createVNode(X8),n.createVNode(Y8)])]),n.createElementVNode("div",Lm,[n.createElementVNode("div",Rm,n.toDisplayString(n.unref(t)("properties.fontColor")),1),n.createVNode(De,{color:Ge.value,ref_key:"fontColorPickerRef",ref:p,options:{openGradual:!1,pickerButtonRef:h.value},onChange:C0},{default:n.withCtx(({isGradual:rt,color:t1,alpha:S1})=>[n.createElementVNode("div",{class:"input-value-box",ref_key:"fontColorRef",ref:h,onClick:ye[20]||(ye[20]=C1=>G1())},[Ge.value=="transparent"||!Ge.value?(n.openBlock(),n.createElementBlock("svg",Pm,[...ye[38]||(ye[38]=[n.createElementVNode("use",{"xlink:href":"#icon-wuyanse"},null,-1)])])):(n.openBlock(),n.createElementBlock("div",{key:1,class:"color-box",style:n.normalizeStyle({background:Ge.value})},null,4)),n.createElementVNode("div",Dm,n.toDisplayString(Ge.value!="transparent"?Ge.value.substring(0,7).toUpperCase():Ge.value),1)],512)]),_:1},8,["color","options"])]),n.createElementVNode("div",Om,[n.createElementVNode("div",Hm,n.toDisplayString(n.unref(t)("properties.fontBgColor")),1),n.createVNode(De,{color:Fe.value,ref_key:"fontBgColorPickerRef",ref:f,options:{openGradual:!1,pickerButtonRef:u.value},onChange:F2},{default:n.withCtx(({isGradual:rt,color:t1,alpha:S1})=>[n.createElementVNode("div",{class:"input-value-box",ref_key:"fontBgColorRef",ref:u,onClick:ye[21]||(ye[21]=C1=>_1())},[Fe.value=="transparent"||!Fe.value?(n.openBlock(),n.createElementBlock("svg",$m,[...ye[39]||(ye[39]=[n.createElementVNode("use",{"xlink:href":"#icon-wuyanse"},null,-1)])])):(n.openBlock(),n.createElementBlock("div",{key:1,class:"color-box",style:n.normalizeStyle({background:Fe.value})},null,4)),n.createElementVNode("div",Wm,n.toDisplayString(Fe.value!="transparent"?Fe.value.substring(0,7).toUpperCase():Fe.value),1)],512)]),_:1},8,["color","options"])])],64)):n.createCommentVNode("",!0)])]),_:1})],4)):n.createCommentVNode("",!0)}}}),[["__scopeId","data-v-38a1e475"]]);function E6(o,r,e){if(o&&o.length){const[t,a]=r,s=Math.PI/180*e,c=Math.cos(s),l=Math.sin(s);for(const u of o){const[h,f]=u;u[0]=(h-t)*c-(f-a)*l+t,u[1]=(h-t)*l+(f-a)*c+a}}}function Um(o,r){return o[0]===r[0]&&o[1]===r[1]}function Gm(o,r,e,t=1){const a=e,s=Math.max(r,.1),c=o[0]&&o[0][0]&&typeof o[0][0]=="number"?[o]:o,l=[0,0];if(a)for(const h of c)E6(h,l,a);const u=(function(h,f,p){const g=[];for(const _ of h){const k=[..._];Um(k[0],k[k.length-1])||k.push([k[0][0],k[0][1]]),k.length>2&&g.push(k)}const m=[];f=Math.max(f,.1);const x=[];for(const _ of g)for(let k=0;k<_.length-1;k++){const C=_[k],S=_[k+1];if(C[1]!==S[1]){const E=Math.min(C[1],S[1]);x.push({ymin:E,ymax:Math.max(C[1],S[1]),x:E===C[1]?C[0]:S[0],islope:(S[0]-C[0])/(S[1]-C[1])})}}if(x.sort(((_,k)=>_.ymin<k.ymin?-1:_.ymin>k.ymin?1:_.x<k.x?-1:_.x>k.x?1:_.ymax===k.ymax?0:(_.ymax-k.ymax)/Math.abs(_.ymax-k.ymax))),!x.length)return m;let v=[],y=x[0].ymin,w=0;for(;v.length||x.length;){if(x.length){let _=-1;for(let k=0;k<x.length&&!(x[k].ymin>y);k++)_=k;x.splice(0,_+1).forEach((k=>{v.push({s:y,edge:k})}))}if(v=v.filter((_=>!(_.edge.ymax<=y))),v.sort(((_,k)=>_.edge.x===k.edge.x?0:(_.edge.x-k.edge.x)/Math.abs(_.edge.x-k.edge.x))),(p!==1||w%f==0)&&v.length>1)for(let _=0;_<v.length;_+=2){const k=_+1;if(k>=v.length)break;const C=v[_].edge,S=v[k].edge;m.push([[Math.round(C.x),y],[Math.round(S.x),y]])}y+=p,v.forEach((_=>{_.edge.x=_.edge.x+p*_.edge.islope})),w++}return m})(c,s,t);if(a){for(const h of c)E6(h,l,-a);(function(h,f,p){const g=[];h.forEach((m=>g.push(...m))),E6(g,f,p)})(u,l,-a)}return u}function p0(o,r){var e;const t=r.hachureAngle+90;let a=r.hachureGap;a<0&&(a=4*r.strokeWidth),a=Math.round(Math.max(a,.1));let s=1;return r.roughness>=1&&(((e=r.randomizer)===null||e===void 0?void 0:e.next())||Math.random())>.7&&(s=a),Gm(o,a,t,s||1)}class S6{constructor(r){this.helper=r}fillPolygons(r,e){return this._fillPolygons(r,e)}_fillPolygons(r,e){const t=p0(r,e);return{type:"fillSketch",ops:this.renderLines(t,e)}}renderLines(r,e){const t=[];for(const a of r)t.push(...this.helper.doubleLineOps(a[0][0],a[0][1],a[1][0],a[1][1],e));return t}}function G0(o){const r=o[0],e=o[1];return Math.sqrt(Math.pow(r[0]-e[0],2)+Math.pow(r[1]-e[1],2))}class Xm extends S6{fillPolygons(r,e){let t=e.hachureGap;t<0&&(t=4*e.strokeWidth),t=Math.max(t,.1);const a=p0(r,Object.assign({},e,{hachureGap:t})),s=Math.PI/180*e.hachureAngle,c=[],l=.5*t*Math.cos(s),u=.5*t*Math.sin(s);for(const[h,f]of a)G0([h,f])&&c.push([[h[0]-l,h[1]+u],[...f]],[[h[0]+l,h[1]-u],[...f]]);return{type:"fillSketch",ops:this.renderLines(c,e)}}}class Ym extends S6{fillPolygons(r,e){const t=this._fillPolygons(r,e),a=Object.assign({},e,{hachureAngle:e.hachureAngle+90}),s=this._fillPolygons(r,a);return t.ops=t.ops.concat(s.ops),t}}class Zm{constructor(r){this.helper=r}fillPolygons(r,e){const t=p0(r,e=Object.assign({},e,{hachureAngle:0}));return this.dotsOnLines(t,e)}dotsOnLines(r,e){const t=[];let a=e.hachureGap;a<0&&(a=4*e.strokeWidth),a=Math.max(a,.1);let s=e.fillWeight;s<0&&(s=e.strokeWidth/2);const c=a/4;for(const l of r){const u=G0(l),h=u/a,f=Math.ceil(h)-1,p=u-f*a,g=(l[0][0]+l[1][0])/2-a/4,m=Math.min(l[0][1],l[1][1]);for(let x=0;x<f;x++){const v=m+p+x*a,y=g-c+2*Math.random()*c,w=v-c+2*Math.random()*c,_=this.helper.ellipse(y,w,s,s,e);t.push(..._.ops)}}return{type:"fillSketch",ops:t}}}class Qm{constructor(r){this.helper=r}fillPolygons(r,e){const t=p0(r,e);return{type:"fillSketch",ops:this.dashedLine(t,e)}}dashedLine(r,e){const t=e.dashOffset<0?e.hachureGap<0?4*e.strokeWidth:e.hachureGap:e.dashOffset,a=e.dashGap<0?e.hachureGap<0?4*e.strokeWidth:e.hachureGap:e.dashGap,s=[];return r.forEach((c=>{const l=G0(c),u=Math.floor(l/(t+a)),h=(l+a-u*(t+a))/2;let f=c[0],p=c[1];f[0]>p[0]&&(f=c[1],p=c[0]);const g=Math.atan((p[1]-f[1])/(p[0]-f[0]));for(let m=0;m<u;m++){const x=m*(t+a),v=x+t,y=[f[0]+x*Math.cos(g)+h*Math.cos(g),f[1]+x*Math.sin(g)+h*Math.sin(g)],w=[f[0]+v*Math.cos(g)+h*Math.cos(g),f[1]+v*Math.sin(g)+h*Math.sin(g)];s.push(...this.helper.doubleLineOps(y[0],y[1],w[0],w[1],e))}})),s}}class Km{constructor(r){this.helper=r}fillPolygons(r,e){const t=e.hachureGap<0?4*e.strokeWidth:e.hachureGap,a=e.zigzagOffset<0?t:e.zigzagOffset,s=p0(r,e=Object.assign({},e,{hachureGap:t+a}));return{type:"fillSketch",ops:this.zigzagLines(s,a,e)}}zigzagLines(r,e,t){const a=[];return r.forEach((s=>{const c=G0(s),l=Math.round(c/(2*e));let u=s[0],h=s[1];u[0]>h[0]&&(u=s[1],h=s[0]);const f=Math.atan((h[1]-u[1])/(h[0]-u[0]));for(let p=0;p<l;p++){const g=2*p*e,m=2*(p+1)*e,x=Math.sqrt(2*Math.pow(e,2)),v=[u[0]+g*Math.cos(f),u[1]+g*Math.sin(f)],y=[u[0]+m*Math.cos(f),u[1]+m*Math.sin(f)],w=[v[0]+x*Math.cos(f+Math.PI/4),v[1]+x*Math.sin(f+Math.PI/4)];a.push(...this.helper.doubleLineOps(v[0],v[1],w[0],w[1],t),...this.helper.doubleLineOps(w[0],w[1],y[0],y[1],t))}})),a}}const Vn={};class Jm{constructor(r){this.seed=r}next(){return this.seed?(2**31-1&(this.seed=Math.imul(48271,this.seed)))/2**31:Math.random()}}const ey=0,C6=1,J8=2,X0={A:7,a:7,C:6,c:6,H:1,h:1,L:2,l:2,M:2,m:2,Q:4,q:4,S:4,s:4,T:2,t:2,V:1,v:1,Z:0,z:0};function q6(o,r){return o.type===r}function I6(o){const r=[],e=(function(c){const l=new Array;for(;c!=="";)if(c.match(/^([ \t\r\n,]+)/))c=c.substr(RegExp.$1.length);else if(c.match(/^([aAcChHlLmMqQsStTvVzZ])/))l[l.length]={type:ey,text:RegExp.$1},c=c.substr(RegExp.$1.length);else{if(!c.match(/^(([-+]?[0-9]+(\.[0-9]*)?|[-+]?\.[0-9]+)([eE][-+]?[0-9]+)?)/))return[];l[l.length]={type:C6,text:`${parseFloat(RegExp.$1)}`},c=c.substr(RegExp.$1.length)}return l[l.length]={type:J8,text:""},l})(o);let t="BOD",a=0,s=e[a];for(;!q6(s,J8);){let c=0;const l=[];if(t==="BOD"){if(s.text!=="M"&&s.text!=="m")return I6("M0,0"+o);a++,c=X0[s.text],t=s.text}else q6(s,C6)?c=X0[t]:(a++,c=X0[s.text],t=s.text);if(!(a+c<e.length))throw new Error("Path data ended short");for(let u=a;u<a+c;u++){const h=e[u];if(!q6(h,C6))throw new Error("Param not a number: "+t+","+h.text);l[l.length]=+h.text}if(typeof X0[t]!="number")throw new Error("Bad segment: "+t);{const u={key:t,data:l};r.push(u),a+=c,s=e[a],t==="M"&&(t="L"),t==="m"&&(t="l")}}return r}function el(o){let r=0,e=0,t=0,a=0;const s=[];for(const{key:c,data:l}of o)switch(c){case"M":s.push({key:"M",data:[...l]}),[r,e]=l,[t,a]=l;break;case"m":r+=l[0],e+=l[1],s.push({key:"M",data:[r,e]}),t=r,a=e;break;case"L":s.push({key:"L",data:[...l]}),[r,e]=l;break;case"l":r+=l[0],e+=l[1],s.push({key:"L",data:[r,e]});break;case"C":s.push({key:"C",data:[...l]}),r=l[4],e=l[5];break;case"c":{const u=l.map(((h,f)=>f%2?h+e:h+r));s.push({key:"C",data:u}),r=u[4],e=u[5];break}case"Q":s.push({key:"Q",data:[...l]}),r=l[2],e=l[3];break;case"q":{const u=l.map(((h,f)=>f%2?h+e:h+r));s.push({key:"Q",data:u}),r=u[2],e=u[3];break}case"A":s.push({key:"A",data:[...l]}),r=l[5],e=l[6];break;case"a":r+=l[5],e+=l[6],s.push({key:"A",data:[l[0],l[1],l[2],l[3],l[4],r,e]});break;case"H":s.push({key:"H",data:[...l]}),r=l[0];break;case"h":r+=l[0],s.push({key:"H",data:[r]});break;case"V":s.push({key:"V",data:[...l]}),e=l[0];break;case"v":e+=l[0],s.push({key:"V",data:[e]});break;case"S":s.push({key:"S",data:[...l]}),r=l[2],e=l[3];break;case"s":{const u=l.map(((h,f)=>f%2?h+e:h+r));s.push({key:"S",data:u}),r=u[2],e=u[3];break}case"T":s.push({key:"T",data:[...l]}),r=l[0],e=l[1];break;case"t":r+=l[0],e+=l[1],s.push({key:"T",data:[r,e]});break;case"Z":case"z":s.push({key:"Z",data:[]}),r=t,e=a}return s}function tl(o){const r=[];let e="",t=0,a=0,s=0,c=0,l=0,u=0;for(const{key:h,data:f}of o){switch(h){case"M":r.push({key:"M",data:[...f]}),[t,a]=f,[s,c]=f;break;case"C":r.push({key:"C",data:[...f]}),t=f[4],a=f[5],l=f[2],u=f[3];break;case"L":r.push({key:"L",data:[...f]}),[t,a]=f;break;case"H":t=f[0],r.push({key:"L",data:[t,a]});break;case"V":a=f[0],r.push({key:"L",data:[t,a]});break;case"S":{let p=0,g=0;e==="C"||e==="S"?(p=t+(t-l),g=a+(a-u)):(p=t,g=a),r.push({key:"C",data:[p,g,...f]}),l=f[0],u=f[1],t=f[2],a=f[3];break}case"T":{const[p,g]=f;let m=0,x=0;e==="Q"||e==="T"?(m=t+(t-l),x=a+(a-u)):(m=t,x=a);const v=t+2*(m-t)/3,y=a+2*(x-a)/3,w=p+2*(m-p)/3,_=g+2*(x-g)/3;r.push({key:"C",data:[v,y,w,_,p,g]}),l=m,u=x,t=p,a=g;break}case"Q":{const[p,g,m,x]=f,v=t+2*(p-t)/3,y=a+2*(g-a)/3,w=m+2*(p-m)/3,_=x+2*(g-x)/3;r.push({key:"C",data:[v,y,w,_,m,x]}),l=p,u=g,t=m,a=x;break}case"A":{const p=Math.abs(f[0]),g=Math.abs(f[1]),m=f[2],x=f[3],v=f[4],y=f[5],w=f[6];p===0||g===0?(r.push({key:"C",data:[t,a,y,w,y,w]}),t=y,a=w):(t!==y||a!==w)&&(nl(t,a,y,w,p,g,m,x,v).forEach((function(_){r.push({key:"C",data:_})})),t=y,a=w);break}case"Z":r.push({key:"Z",data:[]}),t=s,a=c}e=h}return r}function g0(o,r,e){return[o*Math.cos(e)-r*Math.sin(e),o*Math.sin(e)+r*Math.cos(e)]}function nl(o,r,e,t,a,s,c,l,u,h){const f=(p=c,Math.PI*p/180);var p;let g=[],m=0,x=0,v=0,y=0;if(h)[m,x,v,y]=h;else{[o,r]=g0(o,r,-f),[e,t]=g0(e,t,-f);const H=(o-e)/2,M=(r-t)/2;let X=H*H/(a*a)+M*M/(s*s);X>1&&(X=Math.sqrt(X),a*=X,s*=X);const K=a*a,ae=s*s,de=K*ae-K*M*M-ae*H*H,ce=K*M*M+ae*H*H,fe=(l===u?-1:1)*Math.sqrt(Math.abs(de/ce));v=fe*a*M/s+(o+e)/2,y=fe*-s*H/a+(r+t)/2,m=Math.asin(parseFloat(((r-y)/s).toFixed(9))),x=Math.asin(parseFloat(((t-y)/s).toFixed(9))),o<v&&(m=Math.PI-m),e<v&&(x=Math.PI-x),m<0&&(m=2*Math.PI+m),x<0&&(x=2*Math.PI+x),u&&m>x&&(m-=2*Math.PI),!u&&x>m&&(x-=2*Math.PI)}let w=x-m;if(Math.abs(w)>120*Math.PI/180){const H=x,M=e,X=t;x=u&&x>m?m+120*Math.PI/180*1:m+120*Math.PI/180*-1,g=nl(e=v+a*Math.cos(x),t=y+s*Math.sin(x),M,X,a,s,c,0,u,[x,H,v,y])}w=x-m;const _=Math.cos(m),k=Math.sin(m),C=Math.cos(x),S=Math.sin(x),E=Math.tan(w/4),I=4/3*a*E,V=4/3*s*E,R=[o,r],$=[o+I*k,r-V*_],ee=[e+I*S,t-V*C],z=[e,t];if($[0]=2*R[0]-$[0],$[1]=2*R[1]-$[1],h)return[$,ee,z].concat(g);{g=[$,ee,z].concat(g);const H=[];for(let M=0;M<g.length;M+=3){const X=g0(g[M][0],g[M][1],f),K=g0(g[M+1][0],g[M+1][1],f),ae=g0(g[M+2][0],g[M+2][1],f);H.push([X[0],X[1],K[0],K[1],ae[0],ae[1]])}return H}}const ty={randOffset:function(o,r){return yt(o,r)},randOffsetWithRange:function(o,r,e){return Z0(o,r,e)},ellipse:function(o,r,e,t,a){const s=al(e,t,a);return M6(o,r,a,s).opset},doubleLineOps:function(o,r,e,t,a){return Q2(o,r,e,t,a,!0)}};function rl(o,r,e,t,a){return{type:"path",ops:Q2(o,r,e,t,a)}}function Y0(o,r,e){const t=(o||[]).length;if(t>2){const a=[];for(let s=0;s<t-1;s++)a.push(...Q2(o[s][0],o[s][1],o[s+1][0],o[s+1][1],e));return r&&a.push(...Q2(o[t-1][0],o[t-1][1],o[0][0],o[0][1],e)),{type:"path",ops:a}}return t===2?rl(o[0][0],o[0][1],o[1][0],o[1][1],e):{type:"path",ops:[]}}function ny(o,r,e,t,a){return(function(s,c){return Y0(s,!0,c)})([[o,r],[o+e,r],[o+e,r+t],[o,r+t]],a)}function il(o,r){if(o.length){const e=typeof o[0][0]=="number"?[o]:o,t=Q0(e[0],1*(1+.2*r.roughness),r),a=r.disableMultiStroke?[]:Q0(e[0],1.5*(1+.22*r.roughness),ll(r));for(let s=1;s<e.length;s++){const c=e[s];if(c.length){const l=Q0(c,1*(1+.2*r.roughness),r),u=r.disableMultiStroke?[]:Q0(c,1.5*(1+.22*r.roughness),ll(r));for(const h of l)h.op!=="move"&&t.push(h);for(const h of u)h.op!=="move"&&a.push(h)}}return{type:"path",ops:t.concat(a)}}return{type:"path",ops:[]}}function al(o,r,e){const t=Math.sqrt(2*Math.PI*Math.sqrt((Math.pow(o/2,2)+Math.pow(r/2,2))/2)),a=Math.ceil(Math.max(e.curveStepCount,e.curveStepCount/Math.sqrt(200)*t)),s=2*Math.PI/a;let c=Math.abs(o/2),l=Math.abs(r/2);const u=1-e.curveFitting;return c+=yt(c*u,e),l+=yt(l*u,e),{increment:s,rx:c,ry:l}}function M6(o,r,e,t){const[a,s]=dl(t.increment,o,r,t.rx,t.ry,1,t.increment*Z0(.1,Z0(.4,1,e),e),e);let c=K0(a,null,e);if(!e.disableMultiStroke&&e.roughness!==0){const[l]=dl(t.increment,o,r,t.rx,t.ry,1.5,0,e),u=K0(l,null,e);c=c.concat(u)}return{estimatedPoints:s,opset:{type:"path",ops:c}}}function ol(o,r,e,t,a,s,c,l,u){const h=o,f=r;let p=Math.abs(e/2),g=Math.abs(t/2);p+=yt(.01*p,u),g+=yt(.01*g,u);let m=a,x=s;for(;m<0;)m+=2*Math.PI,x+=2*Math.PI;x-m>2*Math.PI&&(m=0,x=2*Math.PI);const v=2*Math.PI/u.curveStepCount,y=Math.min(v/2,(x-m)/2),w=ul(y,h,f,p,g,m,x,1,u);if(!u.disableMultiStroke){const _=ul(y,h,f,p,g,m,x,1.5,u);w.push(..._)}return c&&(l?w.push(...Q2(h,f,h+p*Math.cos(m),f+g*Math.sin(m),u),...Q2(h,f,h+p*Math.cos(x),f+g*Math.sin(x),u)):w.push({op:"lineTo",data:[h,f]},{op:"lineTo",data:[h+p*Math.cos(m),f+g*Math.sin(m)]})),{type:"path",ops:w}}function sl(o,r){const e=tl(el(I6(o))),t=[];let a=[0,0],s=[0,0];for(const{key:c,data:l}of e)switch(c){case"M":s=[l[0],l[1]],a=[l[0],l[1]];break;case"L":t.push(...Q2(s[0],s[1],l[0],l[1],r)),s=[l[0],l[1]];break;case"C":{const[u,h,f,p,g,m]=l;t.push(...ry(u,h,f,p,g,m,s,r)),s=[g,m];break}case"Z":t.push(...Q2(s[0],s[1],a[0],a[1],r)),s=[a[0],a[1]]}return{type:"path",ops:t}}function B6(o,r){const e=[];for(const t of o)if(t.length){const a=r.maxRandomnessOffset||0,s=t.length;if(s>2){e.push({op:"move",data:[t[0][0]+yt(a,r),t[0][1]+yt(a,r)]});for(let c=1;c<s;c++)e.push({op:"lineTo",data:[t[c][0]+yt(a,r),t[c][1]+yt(a,r)]})}}return{type:"fillPath",ops:e}}function D1(o,r){return(function(e,t){let a=e.fillStyle||"hachure";if(!Vn[a])switch(a){case"zigzag":Vn[a]||(Vn[a]=new Xm(t));break;case"cross-hatch":Vn[a]||(Vn[a]=new Ym(t));break;case"dots":Vn[a]||(Vn[a]=new Zm(t));break;case"dashed":Vn[a]||(Vn[a]=new Qm(t));break;case"zigzag-line":Vn[a]||(Vn[a]=new Km(t));break;default:a="hachure",Vn[a]||(Vn[a]=new S6(t))}return Vn[a]})(r,ty).fillPolygons(o,r)}function ll(o){const r=Object.assign({},o);return r.randomizer=void 0,o.seed&&(r.seed=o.seed+1),r}function cl(o){return o.randomizer||(o.randomizer=new Jm(o.seed||0)),o.randomizer.next()}function Z0(o,r,e,t=1){return e.roughness*t*(cl(e)*(r-o)+o)}function yt(o,r,e=1){return Z0(-o,o,r,e)}function Q2(o,r,e,t,a,s=!1){const c=s?a.disableMultiStrokeFill:a.disableMultiStroke,l=z6(o,r,e,t,a,!0,!1);if(c)return l;const u=z6(o,r,e,t,a,!0,!0);return l.concat(u)}function z6(o,r,e,t,a,s,c){const l=Math.pow(o-e,2)+Math.pow(r-t,2),u=Math.sqrt(l);let h=1;h=u<200?1:u>500?.4:-.0016668*u+1.233334;let f=a.maxRandomnessOffset||0;f*f*100>l&&(f=u/10);const p=f/2,g=.2+.2*cl(a);let m=a.bowing*a.maxRandomnessOffset*(t-r)/200,x=a.bowing*a.maxRandomnessOffset*(o-e)/200;m=yt(m,a,h),x=yt(x,a,h);const v=[],y=()=>yt(p,a,h),w=()=>yt(f,a,h),_=a.preserveVertices;return c?v.push({op:"move",data:[o+(_?0:y()),r+(_?0:y())]}):v.push({op:"move",data:[o+(_?0:yt(f,a,h)),r+(_?0:yt(f,a,h))]}),c?v.push({op:"bcurveTo",data:[m+o+(e-o)*g+y(),x+r+(t-r)*g+y(),m+o+2*(e-o)*g+y(),x+r+2*(t-r)*g+y(),e+(_?0:y()),t+(_?0:y())]}):v.push({op:"bcurveTo",data:[m+o+(e-o)*g+w(),x+r+(t-r)*g+w(),m+o+2*(e-o)*g+w(),x+r+2*(t-r)*g+w(),e+(_?0:w()),t+(_?0:w())]}),v}function Q0(o,r,e){if(!o.length)return[];const t=[];t.push([o[0][0]+yt(r,e),o[0][1]+yt(r,e)]),t.push([o[0][0]+yt(r,e),o[0][1]+yt(r,e)]);for(let a=1;a<o.length;a++)t.push([o[a][0]+yt(r,e),o[a][1]+yt(r,e)]),a===o.length-1&&t.push([o[a][0]+yt(r,e),o[a][1]+yt(r,e)]);return K0(t,null,e)}function K0(o,r,e){const t=o.length,a=[];if(t>3){const s=[],c=1-e.curveTightness;a.push({op:"move",data:[o[1][0],o[1][1]]});for(let l=1;l+2<t;l++){const u=o[l];s[0]=[u[0],u[1]],s[1]=[u[0]+(c*o[l+1][0]-c*o[l-1][0])/6,u[1]+(c*o[l+1][1]-c*o[l-1][1])/6],s[2]=[o[l+1][0]+(c*o[l][0]-c*o[l+2][0])/6,o[l+1][1]+(c*o[l][1]-c*o[l+2][1])/6],s[3]=[o[l+1][0],o[l+1][1]],a.push({op:"bcurveTo",data:[s[1][0],s[1][1],s[2][0],s[2][1],s[3][0],s[3][1]]})}}else t===3?(a.push({op:"move",data:[o[1][0],o[1][1]]}),a.push({op:"bcurveTo",data:[o[1][0],o[1][1],o[2][0],o[2][1],o[2][0],o[2][1]]})):t===2&&a.push(...z6(o[0][0],o[0][1],o[1][0],o[1][1],e,!0,!0));return a}function dl(o,r,e,t,a,s,c,l){const u=[],h=[];if(l.roughness===0){o/=4,h.push([r+t*Math.cos(-o),e+a*Math.sin(-o)]);for(let f=0;f<=2*Math.PI;f+=o){const p=[r+t*Math.cos(f),e+a*Math.sin(f)];u.push(p),h.push(p)}h.push([r+t*Math.cos(0),e+a*Math.sin(0)]),h.push([r+t*Math.cos(o),e+a*Math.sin(o)])}else{const f=yt(.5,l)-Math.PI/2;h.push([yt(s,l)+r+.9*t*Math.cos(f-o),yt(s,l)+e+.9*a*Math.sin(f-o)]);const p=2*Math.PI+f-.01;for(let g=f;g<p;g+=o){const m=[yt(s,l)+r+t*Math.cos(g),yt(s,l)+e+a*Math.sin(g)];u.push(m),h.push(m)}h.push([yt(s,l)+r+t*Math.cos(f+2*Math.PI+.5*c),yt(s,l)+e+a*Math.sin(f+2*Math.PI+.5*c)]),h.push([yt(s,l)+r+.98*t*Math.cos(f+c),yt(s,l)+e+.98*a*Math.sin(f+c)]),h.push([yt(s,l)+r+.9*t*Math.cos(f+.5*c),yt(s,l)+e+.9*a*Math.sin(f+.5*c)])}return[h,u]}function ul(o,r,e,t,a,s,c,l,u){const h=s+yt(.1,u),f=[];f.push([yt(l,u)+r+.9*t*Math.cos(h-o),yt(l,u)+e+.9*a*Math.sin(h-o)]);for(let p=h;p<=c;p+=o)f.push([yt(l,u)+r+t*Math.cos(p),yt(l,u)+e+a*Math.sin(p)]);return f.push([r+t*Math.cos(c),e+a*Math.sin(c)]),f.push([r+t*Math.cos(c),e+a*Math.sin(c)]),K0(f,null,u)}function ry(o,r,e,t,a,s,c,l){const u=[],h=[l.maxRandomnessOffset||1,(l.maxRandomnessOffset||1)+.3];let f=[0,0];const p=l.disableMultiStroke?1:2,g=l.preserveVertices;for(let m=0;m<p;m++)m===0?u.push({op:"move",data:[c[0],c[1]]}):u.push({op:"move",data:[c[0]+(g?0:yt(h[0],l)),c[1]+(g?0:yt(h[0],l))]}),f=g?[a,s]:[a+yt(h[m],l),s+yt(h[m],l)],u.push({op:"bcurveTo",data:[o+yt(h[m],l),r+yt(h[m],l),e+yt(h[m],l),t+yt(h[m],l),f[0],f[1]]});return u}function m0(o){return[...o]}function hl(o,r=0){const e=o.length;if(e<3)throw new Error("A curve must have at least three points.");const t=[];if(e===3)t.push(m0(o[0]),m0(o[1]),m0(o[2]),m0(o[2]));else{const a=[];a.push(o[0],o[0]);for(let l=1;l<o.length;l++)a.push(o[l]),l===o.length-1&&a.push(o[l]);const s=[],c=1-r;t.push(m0(a[0]));for(let l=1;l+2<a.length;l++){const u=a[l];s[0]=[u[0],u[1]],s[1]=[u[0]+(c*a[l+1][0]-c*a[l-1][0])/6,u[1]+(c*a[l+1][1]-c*a[l-1][1])/6],s[2]=[a[l+1][0]+(c*a[l][0]-c*a[l+2][0])/6,a[l+1][1]+(c*a[l][1]-c*a[l+2][1])/6],s[3]=[a[l+1][0],a[l+1][1]],t.push(s[1],s[2],s[3])}}return t}function J0(o,r){return Math.pow(o[0]-r[0],2)+Math.pow(o[1]-r[1],2)}function iy(o,r,e){const t=J0(r,e);if(t===0)return J0(o,r);let a=((o[0]-r[0])*(e[0]-r[0])+(o[1]-r[1])*(e[1]-r[1]))/t;return a=Math.max(0,Math.min(1,a)),J0(o,p1(r,e,a))}function p1(o,r,e){return[o[0]+(r[0]-o[0])*e,o[1]+(r[1]-o[1])*e]}function F6(o,r,e,t){const a=t||[];if((function(l,u){const h=l[u+0],f=l[u+1],p=l[u+2],g=l[u+3];let m=3*f[0]-2*h[0]-g[0];m*=m;let x=3*f[1]-2*h[1]-g[1];x*=x;let v=3*p[0]-2*g[0]-h[0];v*=v;let y=3*p[1]-2*g[1]-h[1];return y*=y,m<v&&(m=v),x<y&&(x=y),m+x})(o,r)<e){const l=o[r+0];a.length?(s=a[a.length-1],c=l,Math.sqrt(J0(s,c))>1&&a.push(l)):a.push(l),a.push(o[r+3])}else{const u=o[r+0],h=o[r+1],f=o[r+2],p=o[r+3],g=p1(u,h,.5),m=p1(h,f,.5),x=p1(f,p,.5),v=p1(g,m,.5),y=p1(m,x,.5),w=p1(v,y,.5);F6([u,g,v,w],0,e,a),F6([w,y,x,p],0,e,a)}var s,c;return a}function ay(o,r){return er(o,0,o.length,r)}function er(o,r,e,t,a){const s=a||[],c=o[r],l=o[e-1];let u=0,h=1;for(let f=r+1;f<e-1;++f){const p=iy(o[f],c,l);p>u&&(u=p,h=f)}return Math.sqrt(u)>t?(er(o,r,h+1,t,s),er(o,h,e,t,s)):(s.length||s.push(c),s.push(l)),s}function A6(o,r=.15,e){const t=[],a=(o.length-1)/3;for(let s=0;s<a;s++)F6(o,3*s,r,t);return e&&e>0?er(t,0,t.length,e):t}const $n="none";class tr{constructor(r){this.defaultOptions={maxRandomnessOffset:2,roughness:1,bowing:1,stroke:"#000",strokeWidth:1,curveTightness:0,curveFitting:.95,curveStepCount:9,fillStyle:"hachure",fillWeight:-1,hachureAngle:-41,hachureGap:-1,dashOffset:-1,dashGap:-1,zigzagOffset:-1,seed:0,disableMultiStroke:!1,disableMultiStrokeFill:!1,preserveVertices:!1,fillShapeRoughnessGain:.8},this.config=r||{},this.config.options&&(this.defaultOptions=this._o(this.config.options))}static newSeed(){return Math.floor(Math.random()*2**31)}_o(r){return r?Object.assign({},this.defaultOptions,r):this.defaultOptions}_d(r,e,t){return{shape:r,sets:e||[],options:t||this.defaultOptions}}line(r,e,t,a,s){const c=this._o(s);return this._d("line",[rl(r,e,t,a,c)],c)}rectangle(r,e,t,a,s){const c=this._o(s),l=[],u=ny(r,e,t,a,c);if(c.fill){const h=[[r,e],[r+t,e],[r+t,e+a],[r,e+a]];c.fillStyle==="solid"?l.push(B6([h],c)):l.push(D1([h],c))}return c.stroke!==$n&&l.push(u),this._d("rectangle",l,c)}ellipse(r,e,t,a,s){const c=this._o(s),l=[],u=al(t,a,c),h=M6(r,e,c,u);if(c.fill)if(c.fillStyle==="solid"){const f=M6(r,e,c,u).opset;f.type="fillPath",l.push(f)}else l.push(D1([h.estimatedPoints],c));return c.stroke!==$n&&l.push(h.opset),this._d("ellipse",l,c)}circle(r,e,t,a){const s=this.ellipse(r,e,t,t,a);return s.shape="circle",s}linearPath(r,e){const t=this._o(e);return this._d("linearPath",[Y0(r,!1,t)],t)}arc(r,e,t,a,s,c,l=!1,u){const h=this._o(u),f=[],p=ol(r,e,t,a,s,c,l,!0,h);if(l&&h.fill)if(h.fillStyle==="solid"){const g=Object.assign({},h);g.disableMultiStroke=!0;const m=ol(r,e,t,a,s,c,!0,!1,g);m.type="fillPath",f.push(m)}else f.push((function(g,m,x,v,y,w,_){const k=g,C=m;let S=Math.abs(x/2),E=Math.abs(v/2);S+=yt(.01*S,_),E+=yt(.01*E,_);let I=y,V=w;for(;I<0;)I+=2*Math.PI,V+=2*Math.PI;V-I>2*Math.PI&&(I=0,V=2*Math.PI);const R=(V-I)/_.curveStepCount,$=[];for(let ee=I;ee<=V;ee+=R)$.push([k+S*Math.cos(ee),C+E*Math.sin(ee)]);return $.push([k+S*Math.cos(V),C+E*Math.sin(V)]),$.push([k,C]),D1([$],_)})(r,e,t,a,s,c,h));return h.stroke!==$n&&f.push(p),this._d("arc",f,h)}curve(r,e){const t=this._o(e),a=[],s=il(r,t);if(t.fill&&t.fill!==$n)if(t.fillStyle==="solid"){const c=il(r,Object.assign(Object.assign({},t),{disableMultiStroke:!0,roughness:t.roughness?t.roughness+t.fillShapeRoughnessGain:0}));a.push({type:"fillPath",ops:this._mergedShape(c.ops)})}else{const c=[],l=r;if(l.length){const u=typeof l[0][0]=="number"?[l]:l;for(const h of u)h.length<3?c.push(...h):h.length===3?c.push(...A6(hl([h[0],h[0],h[1],h[2]]),10,(1+t.roughness)/2)):c.push(...A6(hl(h),10,(1+t.roughness)/2))}c.length&&a.push(D1([c],t))}return t.stroke!==$n&&a.push(s),this._d("curve",a,t)}polygon(r,e){const t=this._o(e),a=[],s=Y0(r,!0,t);return t.fill&&(t.fillStyle==="solid"?a.push(B6([r],t)):a.push(D1([r],t))),t.stroke!==$n&&a.push(s),this._d("polygon",a,t)}path(r,e){const t=this._o(e),a=[];if(!r)return this._d("path",a,t);r=(r||"").replace(/\n/g," ").replace(/(-\s)/g,"-").replace("/(ss)/g"," ");const s=t.fill&&t.fill!=="transparent"&&t.fill!==$n,c=t.stroke!==$n,l=!!(t.simplification&&t.simplification<1),u=(function(f,p,g){const m=tl(el(I6(f))),x=[];let v=[],y=[0,0],w=[];const _=()=>{w.length>=4&&v.push(...A6(w,p)),w=[]},k=()=>{_(),v.length&&(x.push(v),v=[])};for(const{key:S,data:E}of m)switch(S){case"M":k(),y=[E[0],E[1]],v.push(y);break;case"L":_(),v.push([E[0],E[1]]);break;case"C":if(!w.length){const I=v.length?v[v.length-1]:y;w.push([I[0],I[1]])}w.push([E[0],E[1]]),w.push([E[2],E[3]]),w.push([E[4],E[5]]);break;case"Z":_(),v.push([y[0],y[1]])}if(k(),!g)return x;const C=[];for(const S of x){const E=ay(S,g);E.length&&C.push(E)}return C})(r,1,l?4-4*(t.simplification||1):(1+t.roughness)/2),h=sl(r,t);if(s)if(t.fillStyle==="solid")if(u.length===1){const f=sl(r,Object.assign(Object.assign({},t),{disableMultiStroke:!0,roughness:t.roughness?t.roughness+t.fillShapeRoughnessGain:0}));a.push({type:"fillPath",ops:this._mergedShape(f.ops)})}else a.push(B6(u,t));else a.push(D1(u,t));return c&&(l?u.forEach((f=>{a.push(Y0(f,!1,t))})):a.push(h)),this._d("path",a,t)}opsToPath(r,e){let t="";for(const a of r.ops){const s=typeof e=="number"&&e>=0?a.data.map((c=>+c.toFixed(e))):a.data;switch(a.op){case"move":t+=`M${s[0]} ${s[1]} `;break;case"bcurveTo":t+=`C${s[0]} ${s[1]}, ${s[2]} ${s[3]}, ${s[4]} ${s[5]} `;break;case"lineTo":t+=`L${s[0]} ${s[1]} `}}return t.trim()}toPaths(r){const e=r.sets||[],t=r.options||this.defaultOptions,a=[];for(const s of e){let c=null;switch(s.type){case"path":c={d:this.opsToPath(s),stroke:t.stroke,strokeWidth:t.strokeWidth,fill:$n};break;case"fillPath":c={d:this.opsToPath(s),stroke:$n,strokeWidth:0,fill:t.fill||$n};break;case"fillSketch":c=this.fillSketch(s,t)}c&&a.push(c)}return a}fillSketch(r,e){let t=e.fillWeight;return t<0&&(t=e.strokeWidth/2),{d:this.opsToPath(r),stroke:e.fill||$n,strokeWidth:t,fill:$n}}_mergedShape(r){return r.filter(((e,t)=>t===0||e.op!=="move"))}}class oy{constructor(r,e){this.canvas=r,this.ctx=this.canvas.getContext("2d"),this.gen=new tr(e)}draw(r){const e=r.sets||[],t=r.options||this.getDefaultOptions(),a=this.ctx,s=r.options.fixedDecimalPlaceDigits;for(const c of e)switch(c.type){case"path":a.save(),a.strokeStyle=t.stroke==="none"?"transparent":t.stroke,a.lineWidth=t.strokeWidth,t.strokeLineDash&&a.setLineDash(t.strokeLineDash),t.strokeLineDashOffset&&(a.lineDashOffset=t.strokeLineDashOffset),this._drawToContext(a,c,s),a.restore();break;case"fillPath":{a.save(),a.fillStyle=t.fill||"";const l=r.shape==="curve"||r.shape==="polygon"||r.shape==="path"?"evenodd":"nonzero";this._drawToContext(a,c,s,l),a.restore();break}case"fillSketch":this.fillSketch(a,c,t)}}fillSketch(r,e,t){let a=t.fillWeight;a<0&&(a=t.strokeWidth/2),r.save(),t.fillLineDash&&r.setLineDash(t.fillLineDash),t.fillLineDashOffset&&(r.lineDashOffset=t.fillLineDashOffset),r.strokeStyle=t.fill||"",r.lineWidth=a,this._drawToContext(r,e,t.fixedDecimalPlaceDigits),r.restore()}_drawToContext(r,e,t,a="nonzero"){r.beginPath();for(const s of e.ops){const c=typeof t=="number"&&t>=0?s.data.map((l=>+l.toFixed(t))):s.data;switch(s.op){case"move":r.moveTo(c[0],c[1]);break;case"bcurveTo":r.bezierCurveTo(c[0],c[1],c[2],c[3],c[4],c[5]);break;case"lineTo":r.lineTo(c[0],c[1])}}e.type==="fillPath"?r.fill(a):r.stroke()}get generator(){return this.gen}getDefaultOptions(){return this.gen.defaultOptions}line(r,e,t,a,s){const c=this.gen.line(r,e,t,a,s);return this.draw(c),c}rectangle(r,e,t,a,s){const c=this.gen.rectangle(r,e,t,a,s);return this.draw(c),c}ellipse(r,e,t,a,s){const c=this.gen.ellipse(r,e,t,a,s);return this.draw(c),c}circle(r,e,t,a){const s=this.gen.circle(r,e,t,a);return this.draw(s),s}linearPath(r,e){const t=this.gen.linearPath(r,e);return this.draw(t),t}polygon(r,e){const t=this.gen.polygon(r,e);return this.draw(t),t}arc(r,e,t,a,s,c,l=!1,u){const h=this.gen.arc(r,e,t,a,s,c,l,u);return this.draw(h),h}curve(r,e){const t=this.gen.curve(r,e);return this.draw(t),t}path(r,e){const t=this.gen.path(r,e);return this.draw(t),t}}const nr="http://www.w3.org/2000/svg";class sy{constructor(r,e){this.svg=r,this.gen=new tr(e)}draw(r){const e=r.sets||[],t=r.options||this.getDefaultOptions(),a=this.svg.ownerDocument||window.document,s=a.createElementNS(nr,"g"),c=r.options.fixedDecimalPlaceDigits;for(const l of e){let u=null;switch(l.type){case"path":u=a.createElementNS(nr,"path"),u.setAttribute("d",this.opsToPath(l,c)),u.setAttribute("stroke",t.stroke),u.setAttribute("stroke-width",t.strokeWidth+""),u.setAttribute("fill","none"),t.strokeLineDash&&u.setAttribute("stroke-dasharray",t.strokeLineDash.join(" ").trim()),t.strokeLineDashOffset&&u.setAttribute("stroke-dashoffset",`${t.strokeLineDashOffset}`);break;case"fillPath":u=a.createElementNS(nr,"path"),u.setAttribute("d",this.opsToPath(l,c)),u.setAttribute("stroke","none"),u.setAttribute("stroke-width","0"),u.setAttribute("fill",t.fill||""),r.shape!=="curve"&&r.shape!=="polygon"||u.setAttribute("fill-rule","evenodd");break;case"fillSketch":u=this.fillSketch(a,l,t)}u&&s.appendChild(u)}return s}fillSketch(r,e,t){let a=t.fillWeight;a<0&&(a=t.strokeWidth/2);const s=r.createElementNS(nr,"path");return s.setAttribute("d",this.opsToPath(e,t.fixedDecimalPlaceDigits)),s.setAttribute("stroke",t.fill||""),s.setAttribute("stroke-width",a+""),s.setAttribute("fill","none"),t.fillLineDash&&s.setAttribute("stroke-dasharray",t.fillLineDash.join(" ").trim()),t.fillLineDashOffset&&s.setAttribute("stroke-dashoffset",`${t.fillLineDashOffset}`),s}get generator(){return this.gen}getDefaultOptions(){return this.gen.defaultOptions}opsToPath(r,e){return this.gen.opsToPath(r,e)}line(r,e,t,a,s){const c=this.gen.line(r,e,t,a,s);return this.draw(c)}rectangle(r,e,t,a,s){const c=this.gen.rectangle(r,e,t,a,s);return this.draw(c)}ellipse(r,e,t,a,s){const c=this.gen.ellipse(r,e,t,a,s);return this.draw(c)}circle(r,e,t,a){const s=this.gen.circle(r,e,t,a);return this.draw(s)}linearPath(r,e){const t=this.gen.linearPath(r,e);return this.draw(t)}polygon(r,e){const t=this.gen.polygon(r,e);return this.draw(t)}arc(r,e,t,a,s,c,l=!1,u){const h=this.gen.arc(r,e,t,a,s,c,l,u);return this.draw(h)}curve(r,e){const t=this.gen.curve(r,e);return this.draw(t)}path(r,e){const t=this.gen.path(r,e);return this.draw(t)}}var fl={canvas:(o,r)=>new oy(o,r),svg:(o,r)=>new sy(o,r),generator:o=>new tr(o),newSeed:()=>tr.newSeed()};const rr=new Map,ly=(o,r,e,t,a,s,c)=>{if(c==="none")return;const l=r.width/s,u=r.height/s,h=-e,f=-t,p=h+l/a,g=f+u/a,m=20,x=Math.floor(h/m)*m,v=Math.floor(f/m)*m;if(o.save(),c==="dot"){o.fillStyle="#cccccc";const y=1.5/a;o.beginPath();for(let w=x;w<p;w+=m)for(let _=v;_<g;_+=m)o.moveTo(w+y,_),o.arc(w,_,y,0,Math.PI*2);o.fill()}else if(c==="solid"||c==="grid"||c==="line"){o.lineWidth=1/a;const w="#cccccc",_="#e0e0e0";if(o.beginPath(),a>.49){o.strokeStyle=_,o.setLineDash([4/a,4/a]);for(let k=x;k<p;k+=m)Math.abs(k%(m*5))<.1||(o.moveTo(k,f),o.lineTo(k,g));for(let k=v;k<g;k+=m)Math.abs(k%(m*5))<.1||(o.moveTo(h,k),o.lineTo(p,k));o.stroke()}o.beginPath(),o.strokeStyle=w,o.setLineDash([]);for(let k=x;k<p;k+=m)Math.abs(k%(m*5))>=.1||(o.moveTo(k,f),o.lineTo(k,g));for(let k=v;k<g;k+=m)Math.abs(k%(m*5))>=.1||(o.moveTo(h,k),o.lineTo(p,k));o.stroke()}o.restore()},pl=(o,r,e,t,a,s={},c=null,l={},u=null,h={},f="none",p="#FFFFFF",g={},m=null)=>{const x=o.getContext("2d");if(!x)return;const v=fl.canvas(o);x.clearRect(0,0,o.width,o.height),x.fillStyle=p,x.fillRect(0,0,o.width,o.height);const y=window.devicePixelRatio||1;x.save(),x.scale(y,y),x.scale(a,a),x.translate(e,t),ly(x,o,e,t,a,y,f);const w=[],_=[],k={},C={};r.forEach(z=>{if(z.isDeleted)return;const H=z.frameId;H&&(C[H]||(C[H]=[]),C[H].push(z)),z.type==="text"&&z.containerId&&(k[z.containerId]=z)});const S=new Set;r.forEach(z=>{if(!(z.isDeleted||S.has(z.id))){if(z.type==="frame"){_.push(z),S.add(z.id);const H=C[z.id];H&&H.forEach(M=>{S.has(M.id)||(_.push(M),S.add(M.id))})}else if(!z.frameId){_.push(z),S.add(z.id);const H=k[z.id];H&&!S.has(H.id)&&(_.push(H),S.add(H.id))}}}),r.forEach(z=>{!z.isDeleted&&!S.has(z.id)&&(_.push(z),S.add(z.id))}),_.forEach(z=>{if(c&&z.id===c&&z.type!=="frame"&&z.type!=="text")return;const H=z.containerId;(s[z.id]||H&&s[H])&&w.push(z)});const E=w,I=E.length,V=I===2?E.find(z=>z.type==="text"&&z.containerId):null,R=!!(V&&E.find(z=>z.id===V.containerId)),$=I>1&&E[0]&&!!E[0].groupIds?.find(z=>E.every(H=>H.groupIds?.includes(z))),ee=I>1&&!R?"solid":"dashed";if(_.forEach(z=>{if(c&&z.id===c&&z.type!=="frame"&&z.type!=="text")return;const H=(u?z.id===u:!1)||h[z.id],M=c===z.id;cy(v,x,z,r,!1,l[z.id],ee,H,M,g,m,c)}),w.forEach(z=>{const H=z.type==="arrow"||z.type==="line",M=!!s[z.id],X=z.frameId,K=X&&s[X];let ae=I===1||!$&&(!!M||!K);H&&(I===1&&M||I>1&&$)&&(ae=!1),ae&&(x.save(),x.translate(z.x,z.y),z.angle&&x.rotate(z.angle),x.strokeStyle=z.locked?"#d2e2ff":"#1e6fff",x.lineWidth=1,ee==="dashed"&&x.setLineDash([5,5]),x.strokeRect(-4,-4,z.width+8,z.height+8),x.setLineDash([]),x.restore())}),I>1&&!R){const z=X2(E);z&&(x.save(),x.translate(z.minX,z.minY),x.strokeStyle="#6965db",x.lineWidth=1,x.setLineDash([5,5]),x.strokeRect(-4,-4,z.width+8,z.height+8),x.restore())}x.restore()},gl=(o,r)=>{if(!o||o==="transparent")return"rgba(0,0,0,0)";if(o.startsWith("rgb"))return o;let e=o.replace("#","");if(e.length===3&&(e=e.split("").map(t=>t+t).join("")),e.length>=6){const t=parseInt(e.substring(0,2),16),a=parseInt(e.substring(2,4),16),s=parseInt(e.substring(4,6),16);return`rgba(${t}, ${a}, ${s}, ${r})`}return o},ml=(o,r,e,t,a,s,c)=>{if(!r||r==="none"||r==="line")return;const[l,u]=e,h=15,f=Math.PI/6,p="#ffffff",g=a?t+Math.PI:t;if(r==="arrow"){const m=l-h*Math.cos(g-f),x=u-h*Math.sin(g-f),v=l-h*Math.cos(g+f),y=u-h*Math.sin(g+f);o.linearPath([[m,x],[l,u],[v,y]],c)}else if(r==="half_arrow_top"){const x=!a?1:-1,v=l-h*Math.cos(g+x*f),y=u-h*Math.sin(g+x*f);o.linearPath([[v,y],[l,u]],c)}else if(r==="half_arrow_bottom"){const x=!a?1:-1,v=l-h*Math.cos(g-x*f),y=u-h*Math.sin(g-x*f);o.linearPath([[v,y],[l,u]],c)}else if(r==="triangle"||r==="triangle_outline"){const x=l-12*Math.cos(g-f),v=u-12*Math.sin(g-f),y=l-12*Math.cos(g+f),w=u-12*Math.sin(g+f),_=r==="triangle"?{...c,fill:s.stroke,fillStyle:"solid"}:{...c,fill:p,fillStyle:"solid"};o.polygon([[l,u],[x,v],[y,w]],_)}else if(r==="dot"||r==="circle_outline"){const x=l-5*Math.cos(g),v=u-5*Math.sin(g),y=r==="dot"?{...c,fill:s.stroke,fillStyle:"solid"}:{...c,fill:p,fillStyle:"solid"};o.circle(x,v,10,y)}else if(r==="diamond"||r==="diamond_outline"){const v=[l-8*Math.cos(g),u-8*Math.sin(g)],y=[l-16*Math.cos(g),u-16*Math.sin(g)],[w,_]=v,k=Math.cos(g+Math.PI/2)*6,C=Math.sin(g+Math.PI/2)*6,S=[w+k,_+C],E=[w-k,_-C],I=r==="diamond"?{...c,fill:s.stroke,fillStyle:"solid"}:{...c,fill:p,fillStyle:"solid"};o.polygon([[l,u],S,y,E],I)}else if(r==="bar"){const m=[l-10*Math.cos(g+Math.PI/2),u-10*Math.sin(g+Math.PI/2)],x=[l+10*Math.cos(g+Math.PI/2),u+10*Math.sin(g+Math.PI/2)];o.linearPath([m,x],c)}else if(r==="crowfoot_one"){const m=l-h*Math.cos(g-f),x=u-h*Math.sin(g-f),v=l-h*Math.cos(g+f),y=u-h*Math.sin(g+f);o.linearPath([[m,x],[l,u],[v,y]],c);const w=l-15*Math.cos(g)-10*Math.cos(g+Math.PI/2),_=u-15*Math.sin(g)-10*Math.sin(g+Math.PI/2),k=l-15*Math.cos(g)+10*Math.cos(g+Math.PI/2),C=u-15*Math.sin(g)+10*Math.sin(g+Math.PI/2);o.linearPath([[w,_],[k,C]],c)}},yl=(o,r,e,t,a,s)=>{if(!(r.length<2)){if(t&&t!=="none"&&t!=="line"){const c=r[r.length-2],l=r[r.length-1];if(c&&l){const u=Math.atan2(l[1]-c[1],l[0]-c[0]);ml(o,t,l,u,!1,a,s)}}if(e&&e!=="none"&&e!=="line"){const c=r[0],l=r[1];if(c&&l){const u=Math.atan2(l[1]-c[1],l[0]-c[0]);ml(o,e,c,u,!0,a,s)}}}},vl=(o,r,e,t=null)=>{const a=r.points;if(!a||a.length<2)return;const s=e.find(de=>de.type==="text"&&de.containerId===r.id&&!de.isDeleted);if(!s||!s.text||t&&s.id===t)return;let c=a;if(r.arrowType==="round"&&a.length>2){let de,ce;const fe=(se,Se)=>{if(!se)return;const ie=e.find(ht=>ht.id===se.elementId);if(!ie)return;const le=Se?a[0]:a[a.length-1];if(!le)return;const ge=r.x+le[0],Le=r.y+le[1],Oe=Math.abs(ge-ie.x),Ge=Math.abs(ge-(ie.x+ie.width)),Fe=Math.abs(Le-ie.y),qe=Math.abs(Le-(ie.y+ie.height)),ut=Math.min(Oe,Ge,Fe,qe);if(ut===Oe)return[-1,0];if(ut===Ge)return[1,0];if(ut===Fe)return[0,-1];if(ut===qe)return[0,1]};r.startBinding&&(de=fe(r.startBinding,!0)),r.endBinding&&(ce=fe(r.endBinding,!1)),c=a.length===3?j0([...a],20,de,ce):u0([...a])}let l=0;const u=[];for(let de=0;de<c.length-1;de++){const ce=c[de+1][0]-c[de][0],fe=c[de+1][1]-c[de][1],te=Math.hypot(ce,fe);u.push(te),l+=te}if(l===0)return;const h=s.boundTextOffset??.5;let f=l*h;const p=s.width||0,g=30;if(p>0&&l>p+g*2){const de=p/2+g,ce=l-p/2-g;f=Math.max(de,Math.min(ce,f))}else p>0&&(f=l/2);let m=0,x=c[0][0],v=c[0][1];for(let de=0;de<u.length;de++){if(m+u[de]>=f){const ce=f-m,fe=u[de]>0?ce/u[de]:0;x=c[de][0]+fe*(c[de+1][0]-c[de][0]),v=c[de][1]+fe*(c[de+1][1]-c[de][1]);break}m+=u[de]}const y=Math.atan2(c[c.length-1][1]-c[0][1],c[c.length-1][0]-c[0][0]);o.save(),o.restore(),o.save(),o.translate(x,v);const w=s.text||"",_=s.fontSize||20,k=s.fontColor||s.strokeColor||"#363B4C",C=s.fontFamily||"sans-serif",S=s.textAlign||"center",I=Math.abs(Math.cos(y))<.2?void 0:Math.max(l,150);let V="";s.isItalic&&(V+="italic ");let R=(s.fontWeight||"").toLowerCase(),$=s.isBold?"bold ":"";R&&(R==="regular"||R==="normal"?$="normal ":R==="bold"?$="bold ":R==="medium"?$="500 ":R==="light"?$="300 ":R==="black"?$="900 ":$=R+" ",(R==="regular"||R==="normal")&&s.isBold&&($="bold ")),o.font=`${V}${$}${_}px ${C}`,o.letterSpacing=`${s.letterSpacing||0}px`,o.fillStyle=k,o.textAlign=S,o.textBaseline="middle";const ee=Math.round(_*(s.lineHeight||1.25)),z=w.split(`
|
|
24
|
+
`),H=[];z.forEach(de=>{if(!de){H.push("");return}let ce="";for(let fe=0;fe<de.length;fe++){const te=de.charAt(fe),se=ce+te;o.measureText(se).width>I&&ce!==""?(H.push(ce),ce=te):ce=se}ce&&H.push(ce)});const M=s.fontBgColor,X=M&&M!=="transparent"?M:"#ffffff";let K=0;for(const de of H)K=Math.max(K,o.measureText(de||"").width);{const ce=H.length*ee;let fe=0;S==="center"?fe=-K/2-4:S==="right"?fe=-K-4:fe=-4,o.fillStyle=X,o.fillRect(fe,-ce/2-4,K+8,ce+8),o.fillStyle=k}const ae=H.length*ee;for(let de=0;de<H.length;de++){const ce=-ae/2+ee/2+de*ee;o.fillText(H[de]||"",0,ce)}o.restore()},cy=(o,r,e,t,a=!1,s=!1,c="dashed",l=!1,u=!1,h={},f=null,p=null)=>{const g=(e.backgroundOpacity??100)/100,m=(e.strokeOpacity??100)/100,x=e.backgroundColor==="transparent"?void 0:gl(e.backgroundColor,g),v=gl(e.strokeColor,m),y={stroke:v,fill:x,fillStyle:e.fillStyle==="solid"?"solid":e.fillStyle,strokeWidth:e.strokeWidth,roughness:e.roughness,seed:e.seed,disableMultiStroke:!0,preserveVertices:!0,strokeLineJoin:"round",strokeLineCap:"round",strokeLineDash:e.strokeStyle==="dashed"?[8,8]:e.strokeStyle==="dotted"?[3,6]:void 0};r.save(),r.globalAlpha=s?.3:e.opacity/100,r.translate(e.x+e.width/2,e.y+e.height/2),r.rotate(e.angle);const w=e.isFlippedHorizontal?-1:1,_=e.isFlippedVertical?-1:1;r.scale(w,_),r.translate(-e.width/2,-e.height/2),r.lineJoin="round",r.lineCap="round";const k=()=>e.roundness/100*Math.min(e.width,e.height)*.5;let C=e.type==="note"?e.noteShape||"note":e.type;switch(C==="note"&&(C="rectangle"),C){case"rectangle":case"process":{const E=[[0,0],[e.width,0],[e.width,e.height],[0,e.height]];e.roundness>0?o.path(Lt(E,k()),y):o.polygon(E,y);break}case"square":{const E=Math.max(e.width,e.height),I=[[0,0],[E,0],[E,E],[0,E]];e.roundness>0?o.path(Lt(I,k()),y):o.polygon(I,y);break}case"frame":{const E=[[0,0],[e.width,0],[e.width,e.height],[0,e.height]];if(e.roundness>0?o.path(Lt(E,k()),y):o.polygon(E,y),!u){r.save(),r.font="12px sans-serif",r.fillStyle="#aaa";let I=e.name||"分区";const V=Math.max(0,e.width-10);if(r.measureText(I).width>V){let R=0,$=I.length,ee="";for(;R<=$;){const z=Math.floor((R+$)/2),H=I.slice(0,z)+"...";r.measureText(H).width<=V?(ee=H,R=z+1):$=z-1}I=ee}r.fillText(I,4,-4),r.restore()}break}case"ellipse":o.ellipse(e.width/2,e.height/2,e.width,e.height,y);break;case"diamond":case"decision":{const E=[[e.width/2,0],[e.width,e.height/2],[e.width/2,e.height],[0,e.height/2]];e.roundness>0?o.path(Lt(E,k()),y):o.polygon(E,y);break}case"circle":{const E=Math.max(e.width,e.height);o.ellipse(e.width/2,e.height/2,E,E,y);break}case"star":{const E=R1(e.width,e.height);e.roundness>0?o.path(Lt(E,k()),y):o.polygon(E,y);break}case"cylinder":{const E=e.width,I=e.height,V=Math.min(I*.15,20),R=`M 0,${V} L 0,${I-V} A ${E/2} ${V} 0 0 0 ${E} ${I-V} L ${E},${V}`;o.path(R,y),o.ellipse(E/2,V,E,V*2,y);break}case"trapezoid":{const E=[[e.width*.2,0],[e.width*.8,0],[e.width,e.height],[0,e.height]];e.roundness>0?o.path(Lt(E,k()),y):o.polygon(E,y);break}case"parallelogram":{const E=[[e.width*.25,0],[e.width,0],[e.width*.75,e.height],[0,e.height]];e.roundness>0?o.path(Lt(E,k()),y):o.polygon(E,y);break}case"pentagon":{const E=e.width,I=e.height,V=[[E/2,0],[E,I*.4],[E*.8,I],[E*.2,I],[0,I*.4]];e.roundness>0?o.path(Lt(V,k()),y):o.polygon(V,y);break}case"hexagon":{const E=e.width,I=e.height,V=[[E*.25,0],[E*.75,0],[E,I*.5],[E*.75,I],[E*.25,I],[0,I*.5]];e.roundness>0?o.path(Lt(V,k()),y):o.polygon(V,y);break}case"cloud":{const E=e.width,I=e.height,V=`M ${E*.161} ${I*.484} C ${E*.161} ${I*.137} ${E*.383} ${I*.137} ${E*.383} ${I*.253} C ${E*.383} ${I*-.094} ${E*.826} ${I*-.094} ${E*.826} ${I*.253} C ${E*1.047} ${I*.253} ${E*1.047} ${I*.6} ${E*.936} ${I*.716} C ${E*1.047} ${I*.947} ${E*.715} ${I*1.063} ${E*.715} ${I*.831} C ${E*.604} ${I*1.063} ${E*.161} ${I*1.063} ${E*.161} ${I*.831} C ${E*-.06} ${I*.831} ${E*-.06} ${I*.484} ${E*.161} ${I*.484} Z`;o.path(V,y);break}case"message":{const E=e.width,I=e.height,V=[[0,0],[E,0],[E,I*.75],[E*.3,I*.75],[E*.15,I],[E*.15,I*.75],[0,I*.75]];e.roundness>0?o.path(Lt(V,k()),y):o.polygon(V,y);break}case"doubleArrow":{const E=e.width,I=e.height,V=[[0,I*.5],[E*.2,0],[E*.2,I*.3],[E*.8,I*.3],[E*.8,0],[E,I*.5],[E*.8,I],[E*.8,I*.7],[E*.2,I*.7],[E*.2,I]];e.roundness>0?o.path(Lt(V,k()),y):o.polygon(V,y);break}case"triangle":{const E=e.width,I=e.height,V=[[E/2,0],[E,I],[0,I]];e.roundness>0?o.path(Lt(V,k()),y):o.polygon(V,y);break}case"leftArrow":{const E=e.width,I=e.height,V=[[0,I*.5],[E*.4,0],[E*.4,I*.3],[E,I*.3],[E,I*.7],[E*.4,I*.7],[E*.4,I]];e.roundness>0?o.path(Lt(V,k()),y):o.polygon(V,y);break}case"rightArrow":{const E=e.width,I=e.height,V=[[E,I*.5],[E*.6,0],[E*.6,I*.3],[0,I*.3],[0,I*.7],[E*.6,I*.7],[E*.6,I]];e.roundness>0?o.path(Lt(V,k()),y):o.polygon(V,y);break}case"cube":{const E=e.width,I=e.height,V=Math.min(E,I)*.25,R=[[0,V],[E-V,V],[E-V,I],[0,I]],$=[[0,V],[V,0],[E,0],[E-V,V]],ee=[[E-V,V],[E,0],[E,I-V],[E-V,I]];o.polygon(R,y),o.polygon($,y),o.polygon(ee,y);break}case"step1":{const E=e.width,I=e.height,V=Math.min(E*.4,I*.4),R=[[0,0],[E-V,0],[E,I*.5],[E-V,I],[0,I]];e.roundness>0?o.path(Lt(R,k()),y):o.polygon(R,y);break}case"step2":{const E=e.width,I=e.height,V=Math.min(E*.4,I*.4),R=[[0,0],[E-V,0],[E,I*.5],[E-V,I],[0,I],[V,I*.5]];e.roundness>0?o.path(Lt(R,k()),y):o.polygon(R,y);break}case"freedraw":e.points.length>1&&o.linearPath(e.points,y);break;case"arrow":if(e.points&&e.points.length>1){if(e.arrowType==="arrowBold"){const z=e.points[0],H=e.points[e.points.length-1],M=H[0]-z[0],X=H[1]-z[1],K=Math.hypot(M,X),ae=Math.atan2(X,M);if(K>2){const ce=Math.min(10,K*.15+2),fe=Math.max(ce*2.5,26),te=Math.max(ce*2,22),se=Math.min(te,K*.6),Se=K-se,ie=(Le,Oe)=>[z[0]+Le*Math.cos(ae)-Oe*Math.sin(ae),z[1]+Le*Math.sin(ae)+Oe*Math.cos(ae)],le=[ie(0,-3/2),ie(Se,-ce/2),ie(Se,-fe/2),ie(K,0),ie(Se,fe/2),ie(Se,ce/2),ie(0,3/2)],ge={...y,fill:v,fillStyle:"solid",strokeWidth:.5,stroke:v};o.polygon(le,ge)}break}const E={...y,fill:void 0,fillStyle:void 0};let I=[...e.points],V=e.points;e.arrowType==="elbow"&&(I=$0(e,t),V=I);let R,$;const ee=(z,H)=>{if(!z)return;const M=t.find(Le=>Le.id===z.elementId);if(!M)return;const X=H?e.points[0]:e.points[e.points.length-1];if(!X)return;const K=e.x+X[0],ae=e.y+X[1],de=M.x,ce=M.y,fe=M.width,te=M.height,se=Math.abs(K-de),Se=Math.abs(K-(de+fe)),ie=Math.abs(ae-ce),le=Math.abs(ae-(ce+te)),ge=Math.min(se,Se,ie,le);if(ge===se)return[-1,0];if(ge===Se)return[1,0];if(ge===ie)return[0,-1];if(ge===le)return[0,1]};if(e.startBinding&&(R=ee(e.startBinding,!0)),e.endBinding&&($=ee(e.endBinding,!1)),e.arrowType==="round")if(I.length===3){const z=w6(I,R,$);z?(o.path(z.pathString,E),V=z.renderPoints):o.curve(I,E)}else o.curve(I,E);else if(e.arrowType==="elbow"){V=$0(e,t);const z=up(V,20);o.path(z,E)}else if(e.arrowType==="elbow"){const z=e.roundness>0?e.roundness:15,H=A8(I,z);o.path(H,E)}else o.linearPath(I,E);yl(o,V,e.startArrowhead||null,e.endArrowhead||null,y,E)}vl(r,e,t,p);break;case"line":if(e.points&&e.points.length>1){const E={...y,fill:void 0,fillStyle:void 0};let I=[...e.points];e.arrowType==="round"?o.curve(I,E):o.linearPath(e.points,E),yl(o,I,e.startArrowhead||null,e.endArrowhead||null,y,E)}vl(r,e,t,p);break;case"text":{const E=e.containerId?t.find(ce=>ce.id===e.containerId):null;if(E&&(E.type==="arrow"||E.type==="line")){r.restore();return}let I="";e.isItalic&&(I+="italic ");let V=(e.fontWeight||"").toLowerCase(),R=e.isBold?"bold ":"";V&&(V==="regular"||V==="normal"?R="normal ":V==="bold"?R="bold ":V==="medium"?R="500 ":V==="light"?R="300 ":V==="black"?R="900 ":R=V+" ",(V==="regular"||V==="normal")&&e.isBold&&(R="bold ")),r.font=`${I}${R}${e.fontSize}px ${e.fontFamily}`,r.letterSpacing=`${e.letterSpacing||0}px`,r.fillStyle=e.fontColor||e.strokeColor,r.textAlign=e.textAlign||"left",r.textBaseline="top";const $=Math.round(e.fontSize*(e.lineHeight||1.25)),ee=4,z=Math.max(0,e.width-ee*2)+2,H=Math.max(0,e.height-ee*2)+2,M=(e.text||"").split(`
|
|
25
|
+
`),X=[];if(M.forEach(ce=>{if(!ce){X.push("");return}let fe="";for(let te=0;te<ce.length;te++){const se=ce.charAt(te),Se=fe+se;r.measureText(Se).width>z&&fe!==""?(X.push(fe),fe=se):fe=Se}fe!==""&&X.push(fe)}),X.length===0)break;const K=X.length*$;let ae;e.verticalAlign==="middle"?(ae=(e.height-K)/2,ae<ee&&(ae=ee)):e.verticalAlign==="bottom"?(ae=e.height-ee-K,ae<ee&&(ae=ee)):ae=ee,ae+=e.fontSize*.15;let de;if(e.textAlign==="center"?de=e.width/2:e.textAlign==="right"?de=e.width-ee:de=ee,e.fontBgColor&&e.fontBgColor!=="transparent"){let ce=0;for(let se=0;se<X.length;se++)ce=Math.max(ce,r.measureText(X[se]||"").width);const fe=K;let te=de;e.textAlign==="center"?te=de-ce/2:e.textAlign==="right"&&(te=de-ce),r.fillStyle=e.fontBgColor,r.fillRect(te,ae-e.fontSize*.15,ce,fe),r.fillStyle=e.fontColor||e.strokeColor}if(!u)for(let ce=0;ce<X.length;ce++){const fe=ae+ce*$;if(fe+$<ee)continue;if(fe>ee+H)break;const te=X[ce]||"";if(r.fillText(te,de,fe),e.isUnderline||e.isStrikethrough){const se=r.measureText(te).width;let Se=de;if(e.textAlign==="center"?Se-=se/2:e.textAlign==="right"&&(Se-=se),r.strokeStyle=r.fillStyle,r.lineWidth=Math.max(1,e.fontSize*.08),r.beginPath(),e.isUnderline){const ie=fe+e.fontSize*1.05;r.moveTo(Se,ie),r.lineTo(Se+se,ie)}if(e.isStrikethrough){const ie=fe+e.fontSize*.55;r.moveTo(Se,ie),r.lineTo(Se+se,ie)}r.stroke()}}break}case"image":if(f===e.id)break;const S=h[e.fileId]||e.dataURL;if(S){let E=rr.get(e.fileId)||rr.get(S);if(E||(E=new Image,E.src=S,e.fileId?rr.set(e.fileId,E):rr.set(S,E)),E.complete&&E.naturalWidth>0)if(e.crop){const I=e.crop,V=E.naturalWidth/I.naturalWidth,R=E.naturalHeight/I.naturalHeight;r.drawImage(E,I.x*V,I.y*R,I.width*V,I.height*R,0,0,e.width,e.height)}else r.drawImage(E,0,0,e.width,e.height)}break}if(r.globalAlpha=1,f===e.id){r.restore();return}if(a&&!e.containerId&&e.type!=="arrow"&&e.type!=="line"&&(r.strokeStyle=e.locked?"#d2e2ff":"#1e6fff",r.lineWidth=1,c==="dashed"&&r.setLineDash([5,5]),r.strokeRect(-4,-4,e.width+8,e.height+8),r.setLineDash([])),l&&e.type!=="arrow"&&e.type!=="line"){r.strokeStyle="#5d55fa",r.lineWidth=2,r.setLineDash([]),r.lineJoin="round";const S=e.width,E=e.height;switch(r.beginPath(),e.type){case"ellipse":case"circle":r.ellipse(S/2,E/2,S/2,E/2,0,0,2*Math.PI);break;case"diamond":case"decision":r.moveTo(S/2,0),r.lineTo(S,E/2),r.lineTo(S/2,E),r.lineTo(0,E/2),r.closePath();break;case"trapezoid":r.moveTo(S*.2,0),r.lineTo(S*.8,0),r.lineTo(S,E),r.lineTo(0,E),r.closePath();break;case"parallelogram":r.moveTo(S*.25,0),r.lineTo(S,0),r.lineTo(S*.75,E),r.lineTo(0,E),r.closePath();break;case"star":{const I=R1(S,E);if(I&&I.length>0){const V=I[0];r.moveTo(V[0],V[1]);for(let R=1;R<I.length;R++){const $=I[R];r.lineTo($[0],$[1])}r.closePath()}break}case"pentagon":case"hexagon":case"message":case"doubleArrow":case"triangle":case"leftArrow":case"rightArrow":case"step1":case"step2":{const I=P1(e.type,S,E);if(I&&I.length>0){const V=I[0];r.moveTo(V[0],V[1]);for(let R=1;R<I.length;R++){const $=I[R];r.lineTo($[0],$[1])}r.closePath()}break}case"cloud":{const I=`M ${S*.161} ${E*.484} C ${S*.161} ${E*.137} ${S*.383} ${E*.137} ${S*.383} ${E*.253} C ${S*.383} ${E*-.094} ${S*.826} ${E*-.094} ${S*.826} ${E*.253} C ${S*1.047} ${E*.253} ${S*1.047} ${E*.6} ${S*.936} ${E*.716} C ${S*1.047} ${E*.947} ${S*.715} ${E*1.063} ${S*.715} ${E*.831} C ${S*.604} ${E*1.063} ${S*.161} ${E*1.063} ${S*.161} ${E*.831} C ${S*-.06} ${E*.831} ${S*-.06} ${E*.484} ${S*.161} ${E*.484} Z`,V=new Path2D(I);r.stroke(V),r.beginPath();break}case"cube":{const I=Math.min(S,E)*.25;r.moveTo(0,I),r.lineTo(I,0),r.lineTo(S,0),r.lineTo(S,E-I),r.lineTo(S-I,E),r.lineTo(0,E),r.closePath(),r.moveTo(S-I,I),r.lineTo(0,I),r.moveTo(S-I,I),r.lineTo(S,0),r.moveTo(S-I,I),r.lineTo(S-I,E);break}case"cylinder":{const I=Math.min(E*.15,20);r.ellipse(S/2,I,S/2,I,0,0,2*Math.PI),r.moveTo(S,I),r.lineTo(S,E-I),r.ellipse(S/2,E-I,S/2,I,0,0,Math.PI,!1),r.lineTo(0,I);break}default:r.rect(0,0,S,E);break}r.stroke()}r.restore()},dy=o=>{if(o.length<3)return o;let r=[...o];for(let e=0;e<2;e++){const t=[];t.push(r[0]);for(let a=0;a<r.length-1;a++){const s=r[a],c=r[a+1];t.push({x:.75*s.x+.25*c.x,y:.75*s.y+.25*c.y,time:.75*s.time+.25*c.time}),t.push({x:.25*s.x+.75*c.x,y:.25*s.y+.75*c.y,time:.25*s.time+.75*c.time})}t.push(r[r.length-1]),r=t}return r},uy=(o,r,e,t,a)=>{const s=o.getContext("2d");if(!s||r.length===0)return;s.save();const c=window.devicePixelRatio||1;s.scale(c,c),s.scale(e,e),s.translate(t,a),s.lineCap="butt",s.lineJoin="round",s.shadowBlur=0,s.shadowBlur=5,s.shadowColor="red";const l=Date.now(),u=1600;r.forEach(h=>{if(h.length<2)return;const f=dy(h);for(let p=0;p<f.length-1;p++){const g=f[p],m=f[p+1];if(!g||!m)continue;const v=1-(l-g.time)/u;if(v<=0)continue;const y=Math.max(0,Math.pow(v,1.5));if(y<=0)continue;const w=(6*v+2)/e;s.beginPath(),s.moveTo(g.x,g.y),s.lineTo(m.x,m.y),s.strokeStyle=`rgba(255, 0, 0, ${y})`,s.lineWidth=w,s.stroke()}}),s.restore()},e2=(o,r,e,t={})=>{const a={id:un(),x:r,y:e,width:0,height:0,angle:0,strokeColor:t.strokeColor||"#363B4C",backgroundColor:t.backgroundColor||"transparent",fillStyle:t.fillStyle||"hachure",strokeWidth:t.strokeWidth||1,strokeStyle:t.strokeStyle||"solid",roughness:t.roughness||0,roundness:t.roundness||0,opacity:t.opacity??100,strokeOpacity:t.strokeOpacity??100,backgroundOpacity:t.backgroundOpacity??100,fontSize:t.fontSize||20,fontFamily:t.fontFamily||"sans-serif",fontColor:t.fontColor||"#363B4C",fontBgColor:t.fontBgColor||"transparent",textAlign:t.textAlign||"center",verticalAlign:t.verticalAlign||"middle",isBold:t.isBold||!1,isItalic:t.isItalic||!1,isUnderline:t.isUnderline||!1,isStrikethrough:t.isStrikethrough||!1,fontWeight:t.fontWeight||"Regular",lineHeight:t.lineHeight||1.25,letterSpacing:t.letterSpacing||0,seed:Math.floor(Math.random()*2147483648),version:1,isDeleted:!1,groupIds:[],updated:Date.now(),link:null,locked:!1,frameId:null};switch(o){case"rectangle":return{...a,type:"rectangle"};case"ellipse":return{...a,type:"ellipse"};case"diamond":return{...a,type:"diamond"};case"square":return{...a,type:"square"};case"star":return{...a,type:"star"};case"circle":return{...a,type:"circle"};case"cylinder":return{...a,type:"cylinder"};case"process":return{...a,type:"process"};case"decision":return{...a,type:"decision"};case"trapezoid":return{...a,type:"trapezoid"};case"parallelogram":return{...a,type:"parallelogram"};case"cloud":return{...a,type:"cloud"};case"pentagon":return{...a,type:"pentagon"};case"hexagon":return{...a,type:"hexagon"};case"message":return{...a,type:"message"};case"doubleArrow":return{...a,type:"doubleArrow"};case"triangle":return{...a,type:"triangle"};case"leftArrow":return{...a,type:"leftArrow"};case"rightArrow":return{...a,type:"rightArrow"};case"cube":return{...a,type:"cube"};case"step1":return{...a,type:"step1"};case"step2":return{...a,type:"step2"};case"frame":return{...a,type:"frame",name:"分区",backgroundColor:"transparent",strokeColor:"#bbb",strokeStyle:"dashed",strokeWidth:1};case"freedraw":return{...a,type:"freedraw",points:[[0,0]],pressures:[],simulatePressure:!0,lastCommittedPoint:null};case"arrow":case"line":return{...a,type:o,points:[[0,0]],lastCommittedPoint:null,startBinding:null,endBinding:null,arrowType:t.arrowType||"sharp",startArrowhead:t.startArrowhead===void 0?"line":t.startArrowhead,endArrowhead:t.endArrowhead===void 0?"line":t.endArrowhead};case"text":return{...a,type:"text",text:"",width:10,height:30,containerId:null,originalText:"",autoResize:!0,textAlign:t.textAlign||"left"};case"image":return{...a,type:"image",fileId:"",status:"saved",scale:[1,1],dataURL:""};case"note":return{...a,type:"note",noteShape:t.noteShape||"note"};default:return{...a,type:"rectangle"}}};let bn=null;const hy={height:"0",visibility:"hidden",overflow:"hidden",position:"absolute","z-index":"-1000",top:"0",right:"0",whiteSpace:"pre-wrap"};function bl(o,r=1,e=null){if(!o)return;bn||(bn=document.createElement("textarea"),(o.parentNode??document.body).appendChild(bn));const{paddingSize:t,borderSize:a,boxSizing:s,contextStyle:c,lineHeight:l}=py(o);c.forEach(y=>{const w=y[0],_=y[1]??"";bn&&bn.style.setProperty(w,_)}),Object.entries(hy).forEach(([y,w])=>{bn&&bn.style.setProperty(y,w,"important")}),bn.style.width=window.getComputedStyle(o).getPropertyValue("width"),bn.value=o.value||(o.placeholder??"");const u=bn.scrollHeight;let h=NaN;!isNaN(l)&&l>0?h=l:(bn.value="x",h=Math.max(1,bn.scrollHeight-t)),bn.value=o.value||(o.placeholder??"");const f=Math.max(0,u-t);let g=Math.max(r,Math.ceil((f+0)/h));e!=null&&(g=Math.min(e,g));let m=g*h+t;s==="border-box"&&(m=m+a);let x=r*h+t;s==="border-box"&&(x=x+a);const v={height:`${Math.max(x,Math.round(m))}px`,minHeight:`${Math.round(x)}px`};return bn&&bn.parentNode&&bn.parentNode.removeChild(bn),bn=null,v}const fy=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing","word-break"];function py(o){const r=window.getComputedStyle(o),e=r.getPropertyValue("box-sizing"),t=Number.parseFloat(r.getPropertyValue("padding-bottom"))+Number.parseFloat(r.getPropertyValue("padding-top")),a=Number.parseFloat(r.getPropertyValue("border-bottom-width"))+Number.parseFloat(r.getPropertyValue("border-top-width")),s=fy.map(l=>[l,r.getPropertyValue(l)]),c=parseFloat(r.getPropertyValue("line-height"));return{contextStyle:s,paddingSize:t,borderSize:a,boxSizing:e,lineHeight:c}}const gy={key:0},my={key:1},yy=gn(n.defineComponent({__name:"ContextMenu",props:{visible:{type:Boolean},x:{},y:{},isElementSelected:{type:Boolean},isElementLocked:{type:Boolean},showGrid:{type:Boolean}},emits:["action","close"],setup(o,{emit:r}){const{t:e}=E2(),t=o,a=r,s=n.ref(null),c=n.ref(0),l=n.ref(0);n.watch(()=>[t.visible,t.x,t.y],async([h])=>{if(h&&(c.value=t.x,l.value=t.y,await n.nextTick(),s.value)){const f=s.value.getBoundingClientRect(),p=window.innerWidth,g=window.innerHeight;c.value+f.width>p&&(c.value=c.value-f.width,c.value<0&&(c.value=10)),l.value+f.height>g&&(l.value=l.value-f.height,l.value<0&&(l.value=10))}},{immediate:!0});const u=h=>{a("action",h),a("close")};return(h,f)=>o.visible?(n.openBlock(),n.createElementBlock("div",{key:0,ref_key:"menuRef",ref:s,class:"context-menu",style:n.normalizeStyle({top:l.value+"px",left:c.value+"px"}),onClick:f[12]||(f[12]=n.withModifiers(()=>{},["stop"])),onContextmenu:f[13]||(f[13]=n.withModifiers(()=>{},["prevent"])),onMousedown:f[14]||(f[14]=n.withModifiers(()=>{},["stop"]))},[o.isElementSelected?(n.openBlock(),n.createElementBlock("ul",gy,[n.createElementVNode("li",{onClick:f[0]||(f[0]=p=>u("cut"))},[n.createElementVNode("span",null,n.toDisplayString(n.unref(e)("contextMenu.cut")),1),f[15]||(f[15]=n.createElementVNode("span",{class:"shortcut"},"Ctrl+X",-1))]),n.createElementVNode("li",{onClick:f[1]||(f[1]=p=>u("copy"))},[n.createElementVNode("span",null,n.toDisplayString(n.unref(e)("contextMenu.copy")),1),f[16]||(f[16]=n.createElementVNode("span",{class:"shortcut"},"Ctrl+C",-1))]),f[24]||(f[24]=n.createElementVNode("div",{class:"divider"},null,-1)),n.createElementVNode("li",{onClick:f[2]||(f[2]=p=>u("sendBackward"))},[n.createElementVNode("span",null,n.toDisplayString(n.unref(e)("contextMenu.sendBackward")),1),f[17]||(f[17]=n.createElementVNode("span",{class:"shortcut"},"Ctrl+[",-1))]),n.createElementVNode("li",{onClick:f[3]||(f[3]=p=>u("bringForward"))},[n.createElementVNode("span",null,n.toDisplayString(n.unref(e)("contextMenu.bringForward")),1),f[18]||(f[18]=n.createElementVNode("span",{class:"shortcut"},"Ctrl+]",-1))]),n.createElementVNode("li",{onClick:f[4]||(f[4]=p=>u("sendToBack"))},[n.createElementVNode("span",null,n.toDisplayString(n.unref(e)("contextMenu.sendToBack")),1),f[19]||(f[19]=n.createElementVNode("span",{class:"shortcut"},"Ctrl+Shift+[",-1))]),n.createElementVNode("li",{onClick:f[5]||(f[5]=p=>u("bringToFront"))},[n.createElementVNode("span",null,n.toDisplayString(n.unref(e)("contextMenu.bringToFront")),1),f[20]||(f[20]=n.createElementVNode("span",{class:"shortcut"},"Ctrl+Shift+]",-1))]),f[25]||(f[25]=n.createElementVNode("div",{class:"divider"},null,-1)),n.createElementVNode("li",{onClick:f[6]||(f[6]=p=>u("duplicate"))},[n.createElementVNode("span",null,n.toDisplayString(n.unref(e)("contextMenu.duplicate")),1),f[21]||(f[21]=n.createElementVNode("span",{class:"shortcut"},"Ctrl+D",-1))]),n.createElementVNode("li",{onClick:f[7]||(f[7]=p=>u("toggleLock"))},[n.createElementVNode("span",null,n.toDisplayString(o.isElementLocked?n.unref(e)("contextMenu.unlock"):n.unref(e)("contextMenu.lock")),1),f[22]||(f[22]=n.createElementVNode("span",{class:"shortcut"},"Ctrl+Shift+L",-1))]),f[26]||(f[26]=n.createElementVNode("div",{class:"divider"},null,-1)),n.createElementVNode("li",{class:"delete",onClick:f[8]||(f[8]=p=>u("delete"))},[n.createElementVNode("span",null,n.toDisplayString(n.unref(e)("contextMenu.delete")),1),f[23]||(f[23]=n.createElementVNode("span",{class:"shortcut"},"Del",-1))])])):(n.openBlock(),n.createElementBlock("ul",my,[n.createElementVNode("li",{onClick:f[9]||(f[9]=p=>u("paste"))},[n.createElementVNode("span",null,n.toDisplayString(n.unref(e)("contextMenu.paste")),1),f[27]||(f[27]=n.createElementVNode("span",{class:"shortcut"},"Ctrl+V",-1))]),n.createElementVNode("li",{onClick:f[10]||(f[10]=p=>u("selectAll"))},[n.createElementVNode("span",null,n.toDisplayString(n.unref(e)("contextMenu.selectAll")),1),f[28]||(f[28]=n.createElementVNode("span",{class:"shortcut"},"Ctrl+A",-1))]),n.createElementVNode("li",{onClick:f[11]||(f[11]=p=>u("toggleGrid"))},[n.createElementVNode("span",null,n.toDisplayString(o.showGrid?n.unref(e)("contextMenu.hideGrid"):n.unref(e)("contextMenu.showGrid")),1),f[29]||(f[29]=n.createElementVNode("span",{class:"shortcut"},"Ctrl+'",-1))])]))],36)):n.createCommentVNode("",!0)}}),[["__scopeId","data-v-e3374e3c"]]),vy={class:"mask-layer"},by=["src"],wy=["onMousedown"],xy=gn(n.defineComponent({__name:"InlineImageCropper",props:{elementId:{},zoom:{},scrollX:{},scrollY:{}},setup(o){const r=o,e=n.inject("jvs-draw-instance-id","excalidraw"),t=Sn(e),a=n.ref(!1),s=n.ref(""),c=n.ref(0),l=n.ref(0),u=n.ref(1),h=n.ref(1),f=n.ref(0),p=n.ref(0),g=n.ref({x:0,y:0,width:0,height:0}),m=n.computed(()=>t.elements.find(K=>K.id===r.elementId)),x=async()=>{if(a.value=!1,!m.value||m.value.type!=="image")return;const K=m.value,ae=K.url||K.fileId&&t.images[K.fileId]||K.dataURL;if(!ae)return;s.value=ae;const de=new Image;de.src=ae,await new Promise(fe=>{de.onload=fe,de.onerror=fe}),f.value=de.naturalWidth,p.value=de.naturalHeight;const ce=K.crop;ce?(u.value=K.width/ce.width,h.value=K.height/ce.height,g.value={...ce}):(u.value=K.width/f.value,h.value=K.height/p.value,g.value={x:0,y:0,width:f.value,height:p.value}),c.value=K.x-g.value.x*u.value,l.value=K.y-g.value.y*h.value,a.value=!0};n.watch(()=>r.elementId,()=>{x()},{immediate:!0});const v=n.computed(()=>{if(!m.value||!a.value)return{};const K=m.value,ae=f.value*u.value,de=p.value*h.value,ce=c.value,fe=l.value,te=K.x+K.width/2,se=K.y+K.height/2,Se=(ce+r.scrollX)*r.zoom,ie=(fe+r.scrollY)*r.zoom,le=ae*r.zoom,ge=de*r.zoom,Le=(te-ce)*r.zoom,Oe=(se-fe)*r.zoom;return{position:"absolute",left:`${Se}px`,top:`${ie}px`,width:`${le}px`,height:`${ge}px`,transformOrigin:`${Le}px ${Oe}px`,transform:`rotate(${K.angle||0}rad)`,zIndex:1e3}}),y=n.computed(()=>{const{x:K,y:ae,width:de,height:ce}=g.value;return{position:"absolute",left:`${K*u.value*r.zoom}px`,top:`${ae*h.value*r.zoom}px`,width:`${de*u.value*r.zoom}px`,height:`${ce*h.value*r.zoom}px`}}),w=()=>{t.setCroppingElementId(null)},_=()=>{if(!m.value)return;const K=m.value,ae=g.value,de=ae.width*u.value,ce=ae.height*h.value,fe=c.value+ae.x*u.value,te=l.value+ae.y*h.value,se=fe+de/2,Se=te+ce/2,[ie,le]=bt([se,Se],[K.x+K.width/2,K.y+K.height/2],K.angle||0),ge=ie-de/2,Le=le-ce/2;t.updateElement(K.id,{x:ge,y:Le,width:de,height:ce,crop:{x:ae.x,y:ae.y,width:ae.width,height:ae.height,naturalWidth:f.value,naturalHeight:p.value}}),t.recordHistory(),t.setCroppingElementId(null)};let k=!1,C={x:0,y:0},S={x:0,y:0,width:0,height:0},E="";const I=(K,ae)=>{if(!m.value||!m.value.angle)return[K,ae];const de=-m.value.angle,ce=Math.cos(de),fe=Math.sin(de);return[K*ce-ae*fe,K*fe+ae*ce]},V=(K,ae,de)=>Math.max(ae,Math.min(de,K)),R=n.computed(()=>k||!!E),$=K=>{k=!0,C={x:K.clientX,y:K.clientY},S={...g.value},window.addEventListener("mousemove",ee),window.addEventListener("mouseup",M)},ee=K=>{if(!k)return;const ae=K.clientX-C.x,de=K.clientY-C.y,[ce,fe]=I(ae,de),te=S.x+ce/(u.value*r.zoom),se=S.y+fe/(h.value*r.zoom);g.value.x=V(te,0,f.value-S.width),g.value.y=V(se,0,p.value-S.height)},z=(K,ae)=>{E=ae,C={x:K.clientX,y:K.clientY},S={...g.value},window.addEventListener("mousemove",H),window.addEventListener("mouseup",M)},H=K=>{if(!E)return;const ae=K.clientX-C.x,de=K.clientY-C.y,[ce,fe]=I(ae,de),te=ce/(u.value*r.zoom),se=fe/(h.value*r.zoom);let{x:Se,y:ie,width:le,height:ge}=S;const Le=10;if(E.includes("left")){const Oe=Se+le-Le;let Ge=V(Se+te,0,Oe);le=le+(Se-Ge),Se=Ge}if(E.includes("right")&&(le=V(le+te,Le,f.value-Se)),E.includes("top")){const Oe=ie+ge-Le;let Ge=V(ie+se,0,Oe);ge=ge+(ie-Ge),ie=Ge}E.includes("bottom")&&(ge=V(ge+se,Le,p.value-ie)),g.value={x:Se,y:ie,width:le,height:ge}},M=()=>{k=!1,E="",window.removeEventListener("mousemove",ee),window.removeEventListener("mousemove",H),window.removeEventListener("mouseup",M)},X=K=>{K.key==="Escape"?w():K.key==="Enter"&&_()};return n.onMounted(()=>{window.addEventListener("keydown",X)}),n.onUnmounted(()=>{M(),window.removeEventListener("keydown",X)}),(K,ae)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[m.value&&a.value?(n.openBlock(),n.createElementBlock("div",{key:0,class:"cropper-backdrop",onMousedown:n.withModifiers(_,["stop","prevent"]),onWheel:ae[0]||(ae[0]=n.withModifiers(()=>{},["stop","prevent"]))},null,32)):n.createCommentVNode("",!0),m.value&&a.value?(n.openBlock(),n.createElementBlock("div",{key:1,class:"inline-cropper-overlay",style:n.normalizeStyle(v.value),onMousedown:n.withModifiers(_,["stop","prevent"]),onWheel:ae[1]||(ae[1]=n.withModifiers(()=>{},["stop","prevent"]))},[n.createElementVNode("div",vy,[n.createElementVNode("img",{src:s.value,class:"cropper-bg-img"},null,8,by),n.createElementVNode("div",{class:n.normalizeClass(["crop-box",{"is-interacting":R.value}]),style:n.normalizeStyle(y.value),onMousedown:n.withModifiers($,["prevent","stop"])},[...ae[2]||(ae[2]=[n.createStaticVNode('<div class="crop-grid" data-v-94f85077><div class="grid-line horizontal" data-v-94f85077></div><div class="grid-line horizontal" data-v-94f85077></div><div class="grid-line vertical" data-v-94f85077></div><div class="grid-line vertical" data-v-94f85077></div></div>',1)])],38)]),n.createElementVNode("div",{class:n.normalizeClass(["handle-layer",{"is-interacting":R.value}]),style:n.normalizeStyle(y.value)},[(n.openBlock(),n.createElementBlock(n.Fragment,null,n.renderList(["top-left","top-center","top-right","mid-left","mid-right","bottom-left","bottom-center","bottom-right"],de=>n.createElementVNode("div",{key:de,class:n.normalizeClass(["resizer",de]),onMousedown:n.withModifiers(ce=>z(ce,de),["stop","prevent"])},null,42,wy)),64))],6)],36)):n.createCommentVNode("",!0)],64))}}),[["__scopeId","data-v-94f85077"]]),_y={class:"excalidraw-container",ref:"container"},ky=["width","height"],Ey=`url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2"><path d="M20 20H7L3 16C2 15 2 13 3 12L13 2L22 11L20 20Z" fill="white"/></svg>') 0 20, auto`,Sy=gn(n.defineComponent({__name:"ExcalidrawCanvas",props:{elements:{},zoom:{},scrollX:{},scrollY:{}},setup(o){const r=o,e=n.inject("jvs-draw-instance-id","excalidraw"),t=Sn(e),a=n.ref(null),s=n.ref(null),c=n.ref(window.innerWidth),l=n.ref(window.innerHeight),u=n.ref(window.devicePixelRatio||1),h=n.ref(!1),f=()=>{c.value=window.innerWidth,l.value=window.innerHeight,u.value=window.devicePixelRatio||1,n.nextTick(()=>{Bt()})},p=F=>{if(F.preventDefault(),t.appConfig.editable===!1)return;const{clientX:W,clientY:L}=F,T=a.value?.getBoundingClientRect();if(!T)return;const Y=W-T.left,P=L-T.top,U=Y/r.zoom-r.scrollX,ne=P/r.zoom-r.scrollY;let O=Pt(U,ne);if(O&&O.type==="text"&&O.containerId){const we=t.elements.find(Me=>Me.id===O.containerId);we&&!we.isDeleted&&we.type!=="arrow"&&we.type!=="line"&&(O=we)}if(t.appState.rightClickPan&&!O)return;let A=!!O;O&&!t.appState.selectedElementIds[O.id]&&(F.shiftKey?t.setSelectedElementIds([...Object.keys(t.appState.selectedElementIds),O.id]):t.setSelectedElementIds([O.id]));const D=Object.keys(t.appState.selectedElementIds);let oe=t.elements.filter(we=>D.includes(we.id)),Ie=null;O&&O.locked&&(Ie=O.id),A=oe.length>0;const me=oe.length>0&&oe.every(we=>we.locked);Fe.value={visible:!0,x:W,y:L,isElementSelected:A,isElementLocked:me,targetId:Ie||void 0}},g=F=>{const W=()=>{const L=Object.keys(t.appState.selectedElementIds),T=new Set;if(L.length>0)return t.elements.forEach(Y=>{L.includes(Y.id)&&(T.add(Y.id),Y.containerId&&T.add(Y.containerId))}),Array.from(T);if(Fe.value?.targetId){const Y=Fe.value.targetId,P=t.elements.find(ne=>ne.id===Y),U=[Y];return P&&P.containerId&&U.push(P.containerId),U}return[]};switch(F){case"paste":navigator.clipboard.readText().then(T=>{const Y=new ClipboardEvent("paste",{clipboardData:new DataTransfer});Y.clipboardData?.setData("text/plain",T),window.dispatchEvent(Y)}).catch(T=>{console.error("Failed to read clipboard",T)});break;case"selectAll":t.selectAll();break;case"toggleGrid":t.toggleGrid();break;case"duplicate":t.duplicateElements(W(),T=>{t.setSelectedElementIds(T)});break;case"delete":t.elements.length>0&&(W().forEach(Y=>{t.deleteElement(Y)}),t.setSelectedElementIds([]));break;case"sendToBack":t.sendToBack(W());break;case"bringToFront":t.bringToFront(W());break;case"sendBackward":t.sendBackward(W());break;case"bringForward":t.bringForward(W());break;case"cut":case"copy":{const T=W();if(T.length>0){const Y=t.elements.filter(U=>T.includes(U.id)),P=JSON.stringify(Y);navigator.clipboard.writeText(P).then(()=>{F==="cut"&&(T.forEach(U=>t.deleteElement(U)),t.setSelectedElementIds([]))}).catch(U=>{console.error("Failed to copy to clipboard",U)})}break}case"toggleLock":const L=W();if(L.length>0){const P=!t.elements.filter(U=>L.includes(U.id)).every(U=>U.locked);L.forEach(U=>{t.updateElement(U,{locked:P})}),t.setSelectedElementIds(L)}break}},m=n.ref(!1),x=n.ref(!1),v=n.ref([]);let y=0;const w=n.ref(!1),_=n.ref(!1),k=n.ref(null),C=n.ref(null),S=n.ref(null),E=n.ref(null),I=n.ref(null),V=n.ref(0),R=n.ref(0),$=n.ref(0),ee=n.ref(0),z=n.ref(null),H=n.ref(null),M=n.ref(null),X=n.ref(null),K=n.ref(null),ae=n.ref(null),de=n.ref(""),ce=n.ref(!1),fe=n.ref({}),te=n.ref(null),se=n.ref({}),Se=n.ref({x:0,y:0}),ie=n.ref({x:0,y:0}),le=n.ref({x:0,y:0}),ge=n.ref({x:0,y:0}),Le=n.ref("26px"),Oe=n.computed(()=>t.appState.showGrid),Ge={top:"flex-start",middle:"center",bottom:"flex-end"},Fe=n.ref({visible:!1,x:0,y:0,isElementSelected:!1,isElementLocked:!1});n.watch(()=>_.value,F=>{t.appState.isDraggingElement=F});const qe=n.ref([]);let ut=null;const ht=n.ref([]),B=()=>{if(h.value)return"grabbing";if(he.value)return"pointer";const F=t.appConfig.editable===!1?"hand":t.appState.activeTool==="shapes"?t.appState.activeToolType:t.appState.activeTool;if(F==="hand")return t.appState.viewLocked?"not-allowed":m.value?"grabbing":"grab";if(F==="selection"){if(_.value)return"move";if(m.value){let W=0;if(k.value){const L=Object.keys(t.appState.selectedElementIds);if(L.length===1){const T=t.elements.find(Y=>Y.id===L[0]);T&&!T.locked&&(W=T.angle||0)}}return fn(k.value||"",W)}return"default"}return F==="text"?"text":F==="eraser"?Ey:"crosshair"},pe=n.computed(()=>{if(!H.value)return{};const F=t.elements.find(T=>T.id===H.value);if(!F)return{};if(F.type!=="text"&&F.type!=="frame")return{};let W=(F.x+r.scrollX)*r.zoom,L=(F.y+r.scrollY)*r.zoom;if(F.type==="frame"){const T=12*r.zoom,Y=de.value||F.name||"Frame",P=jt(Y,T,"sans-serif").width+20;return{left:`${W}px`,top:`${L-25*r.zoom}px`,width:`${P}px`,minWidth:`${50*r.zoom}px`,height:`${20*1.25*r.zoom}px`,fontSize:`${T}px`,color:"#363B4C",fontFamily:"sans-serif",overflow:"hidden",textAlign:"left",zIndex:100,background:"rgba(255,255,255,0.8)"}}if(F.type==="text"){let T=0,Y=0;if(F.containerId){const ne=t.elements.find(O=>O.id===F.containerId);if(ne&&(ne.type==="arrow"||ne.type==="line")){const O=F.boundTextOffset??.5,A=Cn(ne,O,F.width||0);if(A){const oe=Math.abs(Math.cos(A.angle))<.2?void 0:Math.max(A.length,150),Ie=oe?oe*r.zoom:1/0,me=ce.value?F2.value:"",we=(de.value||F.text||"")+me,Me=jt(we||"我",F.fontSize||20,F.fontFamily||"sans-serif",oe,{isBold:F.isBold,isItalic:F.isItalic,fontWeight:F.fontWeight,lineHeight:F.lineHeight,letterSpacing:F.letterSpacing}),ze=jt("我",F.fontSize||20,F.fontFamily||"sans-serif",void 0,{isBold:F.isBold,isItalic:F.isItalic,fontWeight:F.fontWeight,lineHeight:F.lineHeight,letterSpacing:F.letterSpacing});T=Math.max(oe?Math.min(Me.width*r.zoom,Ie):Me.width*r.zoom,ze.width*r.zoom),ce.value&&me&&(T=Math.max(T,Me.width*r.zoom)),Y=Me.height*r.zoom;const Ee=A.midX,We=A.midY;W=(Ee+r.scrollX)*r.zoom-T/2,L=(We+r.scrollY)*r.zoom-Y/2}else T=F.width*r.zoom,Y=F.height*r.zoom}else ne&&(T=ne.width*r.zoom,Y=ne.height*r.zoom,W=ne.x*r.zoom+r.scrollX*r.zoom,L=ne.y*r.zoom+r.scrollY*r.zoom)}else{const ne=ce.value?F2.value:"";if(ce.value&&ne&&F.autoResize!==!1){const O=(de.value||F.text||"")+ne,A=jt(O||"我",F.fontSize||20,F.fontFamily||"sans-serif",void 0,{isBold:F.isBold,isItalic:F.isItalic,fontWeight:F.fontWeight,lineHeight:F.lineHeight,letterSpacing:F.letterSpacing});T=Math.max(F.width*r.zoom,A.width*r.zoom),Y=A.height*r.zoom}else T=F.width*r.zoom,Y=F.height*r.zoom}let P="none";F.isUnderline&&F.isStrikethrough?P="underline line-through":F.isUnderline?P="underline":F.isStrikethrough&&(P="line-through");let U=F.angle||0;if(F.containerId){const ne=t.elements.find(O=>O.id===F.containerId);ne&&(ne.type==="arrow"||ne.type==="line")&&(U=0)}return{left:`${W}px`,top:`${L}px`,width:`${T}px`,height:`${Y}px`,maxWidth:`${c.value-W}px`,maxHeight:`${l.value-L}px`,fontSize:`${(F.fontSize||20)*r.zoom}px`,fontFamily:F.fontFamily||"sans-serif",color:F.fontColor||"#363B4C",background:"transparent",fontWeight:(()=>{let ne=(F.fontWeight||"").toLowerCase(),O=F.isBold?"bold":"normal";return ne&&(ne==="regular"||ne==="normal"?O="normal":ne==="bold"?O="bold":ne==="medium"?O="500":ne==="light"?O="300":ne==="black"?O="900":O=ne,(ne==="regular"||ne==="normal")&&F.isBold&&(O="bold")),O})(),fontStyle:F.isItalic?"italic":"normal",textDecoration:P,overflow:"hidden",textAlign:F.textAlign||"center",alignItems:Ge[F.verticalAlign||"middle"],justifyContent:"center",lineHeight:`${(F.fontSize||20)*(F.lineHeight||1.25)*r.zoom}px`,letterSpacing:`${(F.letterSpacing||0)*r.zoom}px`,transform:`rotate(${U}rad)`,transformOrigin:"center center"}}if(["rectangle","diamond","ellipse","arrow","square","star","circle","cylinder","process","decision","trapezoid","parallelogram","cloud","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2"].includes(F.type)){const T=W+F.width*r.zoom/2,Y=L+F.height*r.zoom/2,P=(t.appState.currentItemFontSize||20)*r.zoom,U=t.appState.currentItemStrokeColor,ne=t.appState.currentItemFontFamily||"sans-serif",O=100*r.zoom,A=P*1.5;return{left:`${T-O/2}px`,top:`${Y-A/2}px`,width:`${O}px`,height:`${A}px`,padding:`${4*r.zoom}px`,fontSize:`${P}px`,color:U,fontFamily:ne,fontWeight:(()=>{let D=(t.appState.currentItemFontWeight||"").toLowerCase(),oe=t.appState.currentItemIsBold?"bold":"normal";return D&&(D==="regular"||D==="normal"?oe="normal":D==="bold"?oe="bold":D==="medium"?oe="500":D==="light"?oe="300":D==="black"?oe="900":oe=D,(D==="regular"||D==="normal")&&t.appState.currentItemIsBold&&(oe="bold")),oe})(),overflow:"hidden",textAlign:"center",justifyContent:"center",lineHeight:t.appState.currentItemLineHeight||1.25,letterSpacing:`${(t.appState.currentItemLetterSpacing||0)*r.zoom}px`,zIndex:100,transform:`rotate(${F.angle||0}rad)`,transformOrigin:"center center"}}return{}}),Ce=n.computed(()=>Object.keys(t.appState.selectedElementIds)),Z=n.computed(()=>{if(H.value){const F=t.elements.find(W=>W.id===H.value);if(F)return F.type==="text"&&!F.containerId}else return!1}),Q=F=>{const W=a.value?.getBoundingClientRect();if(!W)return{x:0,y:0};const L=(F.clientX-W.left)/r.zoom-r.scrollX,T=(F.clientY-W.top)/r.zoom-r.scrollY;return{x:L,y:T}},he=n.ref(null),Ve=(F,W)=>{if(m.value||_.value)return null;const L=Object.keys(t.appState.selectedElementIds);if(L.length!==1)return null;const T=L[0],Y=t.elements.find(D=>D.id===T),P=Y&&Y.type==="text"&&Y.containerId&&(()=>{const D=t.elements.find(oe=>oe.id===Y.containerId);return D&&(D.type==="arrow"||D.type==="line")})();if(!Y||Y.isDeleted||["arrow","line","freedraw","frame"].includes(Y.type)||P||t.appState.showQuickCreate===!1)return null;const U=Y.x+Y.width/2,ne=Y.y+Y.height/2,O=24,A=[{dir:"top",dx:0,dy:-Y.height/2-O/r.zoom},{dir:"right",dx:Y.width/2+O/r.zoom,dy:0},{dir:"bottom",dx:0,dy:Y.height/2+O/r.zoom},{dir:"left",dx:-Y.width/2-O/r.zoom,dy:0}];for(const D of A){const[oe,Ie]=bt([U+D.dx,ne+D.dy],[U,ne],Y.angle),we=14/r.zoom,Me=F-oe,ze=W-Ie;if(Me*Me+ze*ze<=we*we)return{dir:D.dir,element:Y}}return null},Ae=n.ref(!1),_e=n.ref(null),Ne=n.ref(null),Xe=n.ref(null),He=n.ref(null),ot=(F,W,L)=>{Ae.value=!0,_e.value=W,Ne.value=L;const T=Q(F);He.value={x:T.x,y:T.y};const Y=L.x+L.width/2,P=L.y+L.height/2;let U=0,ne=0;W==="top"&&(ne=-L.height/2),W==="bottom"&&(ne=L.height/2),W==="left"&&(U=-L.width/2),W==="right"&&(U=L.width/2);const[O,A]=bt([Y+U,P+ne],[Y,P],L.angle);let D;t.appState.fixedArrowBinding&&(W==="top"&&(D=[.5,0]),W==="bottom"&&(D=[.5,1]),W==="left"&&(D=[0,.5]),W==="right"&&(D=[1,.5])),Xe.value={...e2("arrow",O,A,{...t.appState,currentItemStrokeColor:L.strokeColor||t.appState.currentItemStrokeColor,currentItemBackgroundColor:L.backgroundColor||t.appState.currentItemBackgroundColor,currentItemStrokeWidth:L.strokeWidth||t.appState.currentItemStrokeWidth,currentItemStrokeStyle:L.strokeStyle||t.appState.currentItemStrokeStyle,currentItemRoughness:L.roughness||t.appState.currentItemRoughness}),width:1,height:1,seed:Math.floor(Math.random()*2**31),groupIds:[],version:1,updated:Date.now(),locked:!1,isDeleted:!1,points:[[0,0],[0,0]],lastCommittedPoint:null,startArrowhead:null,endArrowhead:"arrow",startBinding:{elementId:L.id,focus:0,gap:1,isBorder:!t.appState.fixedArrowBinding,...D?{fixedPoint:D}:{}},endBinding:null},document.addEventListener("pointermove",St),document.addEventListener("pointerup",dt)},St=F=>{if(!Ae.value||!Xe.value)return;const W=Q(F),L=Xe.value;L.points=[L.points[0],[W.x-L.x,W.y-L.y]];const T=Math.min(L.points[0][0],L.points[1][0]),Y=Math.min(L.points[0][1],L.points[1][1]),P=Math.max(L.points[0][0],L.points[1][0]),U=Math.max(L.points[0][1],L.points[1][1]);if(L.width=Math.max(1,P-T),L.height=Math.max(1,U-Y),!t.elements.some(A=>A.id===L.id))t.elements.push(L);else{const A=t.elements.findIndex(D=>D.id===L.id);A!==-1&&(t.elements[A]={...L})}const O=Jt(W.x,W.y,Ne.value?.id||null);if(O){ae.value=O;const A=t.elements.find(oe=>oe.id===O);let D={};if(A&&t.appState.fixedArrowBinding){const oe=W.x,Ie=W.y,[me,we]=bt([oe,Ie],[A.x+A.width/2,A.y+A.height/2],-(A.angle||0)),Me=Math.min(1,Math.max(0,(me-A.x)/A.width)),ze=Math.min(1,Math.max(0,(we-A.y)/A.height));D={fixedPoint:[Me,ze]}}L.endBinding={elementId:O,focus:0,gap:1,isBorder:!t.appState.fixedArrowBinding,...D},se.value={[O]:!0}}else ae.value=null,L.endBinding=null,se.value={};Bt()},dt=F=>{if(document.removeEventListener("pointermove",St),document.removeEventListener("pointerup",dt),!Ae.value||!Xe.value||!Ne.value)return;const W=Xe.value,L=Ne.value,T=_e.value,Y=Q(F);let P=!0;if(He.value&&(P=Math.hypot(Y.x-He.value.x,Y.y-He.value.y)<20),ae.value)t.elements.some(U=>U.id===W.id)||t.addElement(W),t.updateElement(W.id,{...W}),t.setSelectedElementIds([W.id]);else{let U=L.x,ne=L.y;const O=150;if(P)switch(T){case"right":U=L.x+L.width+O;break;case"left":U=L.x-L.width-O;break;case"bottom":ne=L.y+L.height+O;break;case"top":ne=L.y-L.height-O;break}else U=Y.x-L.width/2,ne=Y.y-L.height/2;const A={...L,id:un(),x:U,y:ne,seed:Math.floor(Math.random()*2**31),version:1,updated:Date.now()};A.type==="text"&&(A.text="");let D;t.appState.fixedArrowBinding&&(T==="right"&&(D=[0,.5]),T==="left"&&(D=[1,.5]),T==="top"&&(D=[.5,1]),T==="bottom"&&(D=[.5,0])),W.endBinding={elementId:A.id,focus:0,gap:1,isBorder:!t.appState.fixedArrowBinding,...D?{fixedPoint:D}:{}};const oe=Hn(A,[W.x,W.y],[A.x+A.width/2,A.y+A.height/2],5);if(oe){W.points[1]=[oe[0]-W.x,oe[1]-W.y];const Ie=Math.min(W.points[0][0],W.points[1][0]),me=Math.min(W.points[0][1],W.points[1][1]),we=Math.max(W.points[0][0],W.points[1][0]),Me=Math.max(W.points[0][1],W.points[1][1]);W.width=Math.max(1,we-Ie),W.height=Math.max(1,Me-me)}t.addElement(A),t.elements.some(Ie=>Ie.id===W.id)||t.addElement(W),t.updateElement(W.id,{...W}),t.setSelectedElementIds([A.id])}t.recordHistory(),Ae.value=!1,_e.value=null,Ne.value=null,Xe.value=null,ae.value=null,se.value={}},Xt=(F,W,L)=>{const T=(L.x-W.x)**2+(L.y-W.y)**2;if(T===0)return Math.hypot(F.x-W.x,F.y-W.y);let Y=((F.x-W.x)*(L.x-W.x)+(F.y-W.y)*(L.y-W.y))/T;return Y=Math.max(0,Math.min(1,Y)),Math.hypot(F.x-(W.x+Y*(L.x-W.x)),F.y-(W.y+Y*(L.y-W.y)))},wn=(F,W,L)=>{const T=L.x+L.width/2,Y=L.y+L.height/2,[P,U]=bt([F,W],[T,Y],-L.angle),ne=P-L.x,O=U-L.y,A=10/r.zoom,D=L.points;if(!D)return!1;for(let oe=0;oe<D.length-1;oe++){const Ie={x:D[oe][0],y:D[oe][1]},me={x:D[oe+1][0],y:D[oe+1][1]};if(Xt({x:ne,y:O},Ie,me)<=A)return!0}return!1},Pt=(F,W,L=null,T=!1)=>{const Y=t.elements;let P=null;const U=Math.max(5,10/(r.zoom||1)),ne=O=>{let A=!1;const D=t.appState.selectedElementIds[O.id],oe=O.backgroundColor&&O.backgroundColor!=="transparent"&&O.fillStyle!=="none"||T&&D;let Ie=F,me=W;if(O.isFlippedHorizontal||O.isFlippedVertical){const Me=O.x+O.width/2,ze=O.y+O.height/2,[Ee,We]=bt([F,W],[Me,ze],-(O.angle||0)),Ye=O.isFlippedHorizontal?Me-(Ee-Me):Ee,tt=O.isFlippedVertical?ze-(We-ze):We,je=bt([Ye,tt],[Me,ze],O.angle||0);Ie=je[0],me=je[1]}let we=O.type==="note"?O.noteShape||"note":O.type;if(we==="note"&&(we="rectangle"),["rectangle","frame","square","process"].includes(we))oe?A=k2(Ie,me,O.x,O.y,O.width,O.height,O.angle):A=op(Ie,me,O.x,O.y,O.width,O.height,O.angle,U);else if(["ellipse","circle"].includes(we))oe?A=l0(Ie,me,O.x,O.y,O.width,O.height,O.angle):A=v6(Ie,me,O.x,O.y,O.width,O.height,O.angle,U);else if(we==="cylinder")oe?A=y6(Ie,me,O.x,O.y,O.width,O.height,O.angle):A=P8(Ie,me,O.x,O.y,O.width,O.height,O.angle,U);else if(["diamond","decision"].includes(we))oe?A=W0(Ie,me,O.x,O.y,O.width,O.height,O.angle):A=rp(Ie,me,O.x,O.y,O.width,O.height,O.angle,U);else if(we==="cube")oe?A=g6(Ie,me,O.x,O.y,O.width,O.height,O.angle,O.isFlippedHorizontal,O.isFlippedVertical):A=T8(Ie,me,O.x,O.y,O.width,O.height,O.angle,U);else if(["star","trapezoid","parallelogram","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","step1","step2","cloud"].includes(we)){let Me=P1(we,O.width,O.height);oe?A=c0(Ie,me,Me,O.x,O.y,O.angle):A=d0(Ie,me,Me,O.x,O.y,O.angle,U)}else if(we==="freedraw")A=wn(Ie,me,O);else if(we==="text"){let Me=O.x,ze=O.y;if(O.containerId){const Ee=t.elements.find(We=>We.id===O.containerId);if(Ee&&(Ee.type==="arrow"||Ee.type==="line")){const We=O.boundTextOffset??.5,Ye=Cn(Ee,We,O.width||0);Ye&&(Me=Ye.midX-O.width/2,ze=Ye.midY-O.height/2)}}A=k2(Ie,me,Me,ze,O.width,O.height,O.angle)}else we==="image"?A=k2(Ie,me,O.x,O.y,O.width,O.height,O.angle):(we==="line"||we==="arrow")&&(A=x6(Math.max(10,U),Ie,me,O,t.elements));return A};for(let O=Y.length-1;O>=0;O--){const A=Y[O];if(!(!A||A.isDeleted||L&&A.id===L)&&!(A.type!=="arrow"&&A.type!=="line")&&ne(A))if(T){if(t.appState.selectedElementIds[A.id])return A;P||(P=A)}else return A}for(let O=Y.length-1;O>=0;O--){const A=Y[O];if(!(!A||A.isDeleted||L&&A.id===L)&&!(A.type==="arrow"||A.type==="line")&&ne(A))if(T){if(t.appState.selectedElementIds[A.id])return A;P||(P=A)}else return A}return P},Kt=(F,W,L,T)=>{const Y=L.x,P=L.x+L.width,U=L.y,ne=L.y+L.height,O=Math.max(Y-F,0,F-P),A=Math.max(U-W,0,W-ne);return Math.sqrt(O*O+A*A)<=T},vt=(F,W,L,T=5)=>{if(!Kt(F,W,L,T))return!1;const Y=T;if(["rectangle","image","text","frame","square","process"].includes(L.type))return!k2(F,W,L.x+Y,L.y+Y,L.width-Y*2,L.height-Y*2,L.angle);if(["ellipse","circle","cylinder"].includes(L.type))return!l0(F,W,L.x+Y,L.y+Y,L.width-Y*2,L.height-Y*2,L.angle);if(["diamond","decision"].includes(L.type))return!W0(F,W,L.x+Y,L.y+Y,L.width-Y*2,L.height-Y*2,L.angle);if(["star","trapezoid","parallelogram"].includes(L.type)){let P=[];return L.type==="star"?P=R1(L.width-Y*2,L.height-Y*2):L.type==="trapezoid"?P=V8(L.width-Y*2,L.height-Y*2):L.type==="parallelogram"&&(P=N8(L.width-Y*2,L.height-Y*2)),!c0(F,W,P,L.x+Y,L.y+Y,L.angle,L.isFlippedHorizontal,L.isFlippedVertical)}return!0},Jt=(F,W,L=null)=>{for(let Y=t.elements.length-1;Y>=0;Y--){const P=t.elements[Y];if(P&&!P.isDeleted&&!(L&&P.id===L)&&!(P.type==="line"||P.type==="arrow"||P.type==="freedraw")&&Kt(F,W,P,5))return P.id}return null},be=encodeURIComponent('<svg t="1775728171371" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7669" width="32" height="32"><path d="M172.864 816.64l135.648 141.44q17.568 18.304 42.432 13.44 24.864-4.8 34.112-28.384l71.488-181.696q10.08-25.568-7.584-46.72-17.6-21.184-44.608-15.936l-37.28 7.264q-6.88-136.384 86.976-230.24 94.816-94.816 233.056-86.816l-5.824 29.888q-5.248 26.976 15.936 44.608 21.152 17.632 46.72 7.584l181.728-71.52q23.552-9.28 28.384-34.112 4.8-24.864-13.504-42.432l-141.44-135.616q-19.84-19.072-46.08-10.848-26.176 8.256-31.424 35.2l-9.504 48.768q-206.656-20.096-350.048 123.296-142.4 142.4-123.552 347.264l-41.28 8q-26.944 5.28-35.2 31.488-8.224 26.208 10.88 46.08z" fill="#FFFFFF" p-id="7670"></path><path d="M370.144 705.44l34.24-6.656q26.944-5.248 44.576 15.936 17.664 21.152 7.584 46.72l-71.488 181.696q-9.28 23.552-34.112 28.416-24.864 4.8-42.432-13.504L172.864 816.64q-19.072-19.872-10.848-46.08 8.256-26.24 35.2-31.456l41.28-8.032q-18.88-204.832 123.52-347.264 143.424-143.392 350.08-123.296l9.504-48.736q5.248-26.976 31.424-35.2 26.24-8.256 46.08 10.816l141.44 135.616q18.336 17.568 13.504 42.432-4.832 24.864-28.384 34.112l-181.76 71.52q-25.536-10.048-46.72-7.584-21.152-17.632-15.904-44.608l5.216-26.816 0.608-3.072-3.136-0.16q-136.192-6.784-229.92 86.976-92.8 92.8-87.104 227.104l0.128 3.136 3.072-0.608zM164.992 771.52q-7.68 24.448 10.112 43.008l135.616 141.44q16.416 17.088 39.616 12.576 23.2-4.512 31.84-26.496l71.488-181.728q9.408-23.84-7.04-43.616-16.48-19.744-41.664-14.848l-40.8 7.936-0.16-3.584q-6.976-137.728 87.84-232.576 95.808-95.776 235.424-87.68l3.52 0.192-6.464 33.376q-4.896 25.184 14.848 41.632 19.776 16.48 43.616 7.072l181.728-71.52q21.984-8.64 26.496-31.84 4.48-23.2-12.608-39.616l-141.408-135.584q-18.56-17.824-43.008-10.112-24.448 7.68-29.376 32.832l-10.016 51.52-2.784-0.288q-205.184-19.968-347.584 122.4-141.408 141.44-122.656 344.8l0.256 2.784-44 8.576q-25.152-4.896-32.832 29.344z" fill="#363B4C" p-id="7671"></path><path d="M195.136 795.296l135.648 141.408a15.424 15.424 0 0 0 25.504-4.96l71.488-181.76a15.52 15.52 0 0 0-17.408-20.864l-70.88 13.824q-23.072-173.312 92.64-289.056 116.672-116.64 291.84-92.256l-12.352 63.264a15.52 15.52 0 0 0 20.896 17.408l181.728-71.52a15.424 15.424 0 0 0 4.96-25.504l-141.44-135.616a15.424 15.424 0 0 0-25.824 8.128L736.96 294.72Q526.464 263.2 384 405.728q-141.568 141.536-111.424 350.24l-69.28 13.472a15.424 15.424 0 0 0-8.128 25.856z" fill="#363B4C" p-id="7672"></path></svg>'),ke=encodeURIComponent('<svg t="1775728220109" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7823" width="32" height="32"><path d="M851.136 239.36l-135.648-141.408q-17.568-18.304-42.432-13.472-24.864 4.832-34.112 28.384l-71.488 181.728q-10.08 25.536 7.584 46.72 17.6 21.152 44.608 15.904l37.28-7.232q6.88 136.352-86.976 230.24-94.816 94.784-233.056 86.784l5.824-29.888q5.248-26.976-15.936-44.608-21.152-17.632-46.72-7.584l-181.728 71.52q-23.552 9.28-28.384 34.144-4.8 24.832 13.504 42.432l141.44 135.584q19.84 19.072 46.08 10.88 26.176-8.256 31.424-35.232l9.504-48.736q206.656 20.096 350.048-123.328 142.4-142.4 123.552-347.232l41.28-8.032q26.944-5.248 35.2-31.456 8.224-26.24-10.88-46.08z" fill="#FFFFFF" p-id="7824"></path><path d="M653.856 350.56l-34.24 6.656q-26.944 5.248-44.576-15.904-17.664-21.184-7.584-46.72l71.488-181.728q9.28-23.552 34.112-28.384 24.864-4.832 42.432 13.472l135.648 141.44q19.072 19.84 10.848 46.08-8.256 26.208-35.2 31.456l-41.28 8q18.88 204.864-123.52 347.264-143.424 143.424-350.08 123.328l-9.504 48.736q-5.248 26.976-31.424 35.2-26.24 8.224-46.08-10.816l-141.44-135.616q-18.336-17.6-13.504-42.432 4.832-24.864 28.384-34.144l181.76-71.52q25.536-10.048 46.72 7.584 21.152 17.632 15.904 44.608l-5.216 26.848-0.608 3.04 3.136 0.16q136.192 6.784 229.92-86.944 92.8-92.8 87.104-227.136l-0.128-3.104-3.072 0.576z m205.152-66.016q7.68-24.48-10.112-43.04L713.28 100.096q-16.416-17.088-39.616-12.576-23.2 4.48-31.84 26.496L570.336 295.68q-9.408 23.872 7.04 43.616 16.48 19.776 41.664 14.88l40.8-7.936 0.16 3.552q6.976 137.76-87.84 232.576-95.808 95.776-235.424 87.68l-3.52-0.192 6.464-33.344q4.896-25.184-14.848-41.664-19.776-16.448-43.616-7.04l-181.728 71.488q-21.984 8.64-26.496 31.84-4.48 23.232 12.608 39.616l141.408 135.616q18.56 17.792 43.008 10.112 24.448-7.68 29.376-32.864l10.016-51.488 2.784 0.256q205.184 19.968 347.584-122.4 141.408-141.408 122.656-344.8l-0.256-2.784 44-8.544q25.152-4.896 32.832-29.344z" fill="#363B4C" p-id="7825"></path><path d="M828.864 260.736l-135.648-141.44a15.424 15.424 0 0 0-25.504 4.992l-71.488 181.728c-4.48 11.36 5.408 23.2 17.408 20.864l70.88-13.792q23.072 173.28-92.64 289.024-116.672 116.672-291.84 92.288l12.352-63.296a15.52 15.52 0 0 0-20.896-17.376L109.76 685.216a15.424 15.424 0 0 0-4.96 25.536l141.44 135.616c8.8 8.448 23.488 3.84 25.824-8.128l14.976-76.928q210.496 31.488 352.992-111.008 141.568-141.568 111.424-350.24l69.28-13.504a15.424 15.424 0 0 0 8.128-25.824z" fill="#363B4C" p-id="7826"></path></svg>'),it=encodeURIComponent('<svg t="1775728230158" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7977" width="32" height="32"><path d="M851.136 816.64l-135.616 141.44q-17.6 18.304-42.464 13.44-24.864-4.8-34.112-28.384l-71.488-181.696q-10.048-25.568 7.584-46.72 17.632-21.184 44.608-15.936l37.28 7.264q6.88-136.384-86.976-230.24-94.816-94.816-233.024-86.816l5.792 29.888q5.248 26.976-15.904 44.608-21.184 17.632-46.72 7.584l-181.76-71.52q-23.52-9.28-28.352-34.112-4.864-24.864 13.472-42.432l141.44-135.616q19.84-19.072 46.08-10.848 26.208 8.256 31.456 35.2l9.472 48.768q206.656-20.096 350.08 123.296 142.4 142.4 123.52 347.264l41.28 8q26.944 5.28 35.2 31.488 8.224 26.208-10.848 46.08z" fill="#FFFFFF" p-id="7978"></path><path d="M653.856 705.44l-34.208-6.656q-26.976-5.248-44.608 15.936-17.632 21.152-7.584 46.72l71.488 181.696q9.28 23.552 34.112 28.416 24.864 4.8 42.464-13.504l135.616-141.408q19.072-19.872 10.848-46.08-8.224-26.24-35.2-31.456l-41.28-8.032q18.88-204.832-123.52-347.264-143.424-143.392-350.08-123.296l-9.472-48.736q-5.248-26.976-31.456-35.2-26.24-8.256-46.08 10.816l-141.44 135.616q-18.336-17.568-13.472 42.432 4.8 24.864 28.384 34.112l181.696 71.52q25.6 10.048 46.72-7.584 21.184-17.632 15.936-44.608l-5.216-26.816-0.576-3.072 3.104-0.16q136.192-6.784 229.92 86.976 92.8 92.8 87.104 227.104l-0.128 3.136-3.072-0.608z m205.184 66.048q7.68 24.448-10.112 43.008l-135.648 141.44q-16.416-17.088-39.616-12.576-23.2-4.512-31.84-26.496l-71.488-181.728q-9.376-23.84 7.072-43.616 16.48-19.744 41.632-14.848l40.8 7.936 0.16-3.584q6.976-137.728-87.84-232.576-95.808-95.776-235.424-87.68l-3.52 0.192 6.464 33.376q4.928 25.184-14.848 41.632-19.744 16.48-43.616 7.072L99.52 396.672q-21.984-8.64-26.496-31.84-4.48-23.2 12.608-39.616l141.44-135.584q18.56-17.824 42.976-10.112 24.48 7.68 29.376 32.832l10.016 51.52 2.784-0.288q205.184-19.968 347.584 122.4 141.408 141.44 122.656 344.8l-0.256 2.784 44 8.576q25.152-4.896 32.864 29.344z" fill="#363B4C" p-id="7979"></path><path d="M828.864 795.296l-135.616 141.408a15.424 15.424 0 0 1-25.536-4.96l-71.488-181.76a15.52 15.52 0 0 1 17.408-20.864l70.88 13.824q23.104-173.312-92.64-289.056-116.672-116.64-291.808-92.256l12.32 63.264a15.52 15.52 0 0 1-20.896 17.408l-181.696-71.52a15.424 15.424 0 0 1-4.992-25.504l141.44-135.616a15.424 15.424 0 0 1 25.824 8.128L287.04 294.72q210.528-31.52 353.024 111.008 141.568 141.536 111.392 350.24l69.28 13.472a15.424 15.424 0 0 1 8.128 25.856z" fill="#363B4C" p-id="7980"></path></svg>'),pt=encodeURIComponent('<svg t="1775728241788" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8131" width="32" height="32"><path d="M172.864 239.36l135.648-141.408q17.568-18.304 42.432-13.472 24.864 4.832 34.112 28.384l71.488 181.728q10.08 25.536-7.584 46.72-17.6 21.152-44.608 15.904l-37.28-7.232q-6.88 136.352 86.976 230.24 94.816 94.784 233.056 86.784l-5.824-29.888q-5.248-26.976 15.936-44.608 21.152-17.632 46.72-7.584l181.728 71.52q23.552 9.28 28.384 34.144 4.8 24.832-13.504 42.432l-141.44 135.584q-19.84 19.072-46.08 10.88-26.176-8.256-31.424-35.232l-9.504-48.736q-206.656 20.096-350.048-123.328-142.4-142.4-123.552-347.232l-41.28-8.032q-26.944-5.248-35.2-31.456-8.224-26.24 10.88-46.08z" fill="#FFFFFF" p-id="8132"></path><path d="M370.144 350.56l34.24 6.656q26.944 5.248 44.576-15.904 17.664-21.184 7.584-46.72l-71.488-181.728q-9.28-23.552-34.112-28.384-24.864-4.832-42.432 13.472l-135.648 141.44q-19.072 19.84-10.848 46.08 8.256 26.208 35.2 31.456l41.28 8q-18.88 204.864 123.52 347.264 143.424 143.424 350.08 123.328l9.504 48.736q5.248 26.976 31.424 35.2 26.24 8.224 46.08-10.816l141.44-135.616q18.336-17.6 13.504-42.432-4.832-24.864-28.384-34.144l-181.76-71.52q-25.536-10.048-46.72 7.584-21.152 17.632-15.904 44.608l5.216 26.848 0.608 3.04-3.136 0.16q-136.192 6.784-229.92-86.944-92.8-92.8-87.104-227.136l0.128-3.104 3.072 0.576zM164.992 284.544q-7.68-24.48 10.112-43.04L310.72 100.096q16.416-17.088 39.616-12.576 23.2 4.48 31.84 26.496l71.488 181.696q9.408 23.872-7.04 43.616-16.48 19.776-41.664 14.88l-40.8-7.936-0.16 3.552q-6.976 137.76 87.84 232.576 95.808 95.776 235.424 87.68l3.52-0.192-6.464-33.344q-4.896-25.184 14.848-41.664 19.776-16.448 43.616-7.04l181.728 71.488q21.984 8.64 26.496 31.84 4.48 23.232-12.608 39.616l-141.408 135.616q-18.56 17.792-43.008 10.112-24.448-7.68-29.376-32.864l-10.016-51.488-2.784 0.256q-205.184 19.968-347.584-122.4-141.408-141.408-122.656-344.8l0.256-2.784-44-8.544q-25.152-4.896-32.832-29.344z" fill="#363B4C" p-id="8133"></path><path d="M195.136 260.736l135.648-141.44a15.424 15.424 0 0 1 25.504 4.992l71.488 181.728a15.52 15.52 0 0 1-17.408 20.864l-70.88-13.792q-23.072 173.28 92.64 289.024 116.672 116.672 291.84 92.288l-12.352-63.296a15.52 15.52 0 0 1 20.896-17.376l181.728 71.488c10.464 4.128 13.12 17.728 4.96 25.536l-141.44 135.616a15.424 15.424 0 0 1-25.824-8.128l-14.976-76.928q-210.496 31.488-352.992-111.008-141.568-141.568-111.424-350.24l-69.28-13.504a15.424 15.424 0 0 1-8.128-25.824z" fill="#363B4C" p-id="8134"></path></svg>'),et=new Image;et.src=`data:image/svg+xml;utf8,${pt.replace(/%23363B4C/g,"%236965db")}`;const Ct=(F,W)=>{if(!W)return`url('data:image/svg+xml;utf8,${F}') 16 16, auto`;const L=W*180/Math.PI,T=decodeURIComponent(F),Y=T.indexOf(">")+1,P=T.lastIndexOf("</svg>");if(Y<=0||P<=-1)return`url('data:image/svg+xml;utf8,${F}') 16 16, auto`;const U=T.slice(0,Y)+`<g transform="rotate(${L}, 512, 512)">`+T.slice(Y,P)+"</g></svg>";return`url('data:image/svg+xml;utf8,${encodeURIComponent(U)}') 16 16, auto`},Ue={n:0,ne:45,e:90,se:135,s:180,sw:225,w:270,nw:315},fn=(F,W=0)=>{if(F==="rot_nw")return Ct(be,W);if(F==="rot_ne")return Ct(it,W);if(F==="rot_sw"||F==="rotCustomIcon")return Ct(pt,W);if(F==="rot_se")return Ct(ke,W);if(F.startsWith("point-"))return"pointer";if(F==="rotation")return"grab";if(F==="start"||F==="end")return"pointer";let L=Ue[F];if(L!==void 0){let T=L+W*180/Math.PI;T=(T%180+180)%180;let Y=Math.round(T/45)*45;if(Y===180&&(Y=0),Y===0)return"ns-resize";if(Y===45)return"nesw-resize";if(Y===90)return"ew-resize";if(Y===135)return"nwse-resize"}return"default"},xn=(F,W,L,T)=>{if(F.locked)return null;const Y=(F.x+L)*W,P=(F.y+T)*W,U=F.width*W,ne=F.height*W,O=F.angle||0,A=Y+U/2,D=P+ne/2,oe=(Me,ze)=>bt([Me,ze],[A,D],O),Ie=4,me=8,we={};if(F.type==="line"||F.type==="arrow"){if(F.points&&F.points.length>=2){const Me=F.points,ze=F.x+F.width/2,Ee=F.y+F.height/2,We=Ye=>{const tt=F.x+Ye[0],je=F.y+Ye[1],[at,Vt]=bt([tt,je],[ze,Ee],O);return[(at+L)*W,(Vt+T)*W]};return Me.forEach((Ye,tt)=>{const je=We(Ye);we[`point-${tt}`]=[je[0],je[1],me,me]}),we}return null}if(we.nw=[...oe(Y-Ie,P-Ie),me,me],we.ne=[...oe(Y+U+Ie,P-Ie),me,me],we.sw=[...oe(Y-Ie,P+ne+Ie),me,me],we.se=[...oe(Y+U+Ie,P+ne+Ie),me,me],we.n=[...oe(Y+U/2,P-Ie),me,me],we.s=[...oe(Y+U/2,P+ne+Ie),me,me],we.w=[...oe(Y-Ie,P+ne/2),me,me],we.e=[...oe(Y+U+Ie,P+ne/2),me,me],F.type!=="note"){const Me=Ie+8;we.rot_nw=[...oe(Y-Me,P-Me),me,me],we.rot_ne=[...oe(Y+U+Me,P-Me),me,me],we.rot_sw=[...oe(Y-Me,P+ne+Me),me,me],we.rot_se=[...oe(Y+U+Me,P+ne+Me),me,me];const ze=6;we.rotCustomIcon=[...oe(Y-Ie-ze,P+ne+Ie+ze),me,me]}return we},w1=F=>{if(!a.value)return;if(Fe.value.visible&&(Fe.value.visible=!1),H.value&&J(),F.button===2&&t.appState.rightClickPan){const{x:P,y:U}=Q(F);if(!Pt(P,U)){h.value=!0,m.value=!1,Se.value={x:P,y:U},ie.value={x:P,y:U};return}}const W=t.appConfig.editable===!1?"hand":t.appState.activeTool==="shapes"?t.appState.activeToolType:t.appState.activeTool,{x:L,y:T}=Q(F);if(Se.value={x:L,y:T},ie.value={x:L,y:T},le.value={x:F.clientX,y:F.clientY},ge.value={x:L,y:T},W==="selection"&&C.value){const P=t.elements.find(U=>U.id===C.value.elementId);if(P&&P.type==="arrow"&&P.arrowType==="elbow"){const U=getElbowPathFromElement(P,t.elements);if(U&&U.length>=2){t.updateElement(P.id,{points:U}),m.value=!0,S.value={elementId:P.id,segmentIndex:C.value.segmentIndex,dir:C.value.dir,startVal:C.value.dir==="h"?T:L,originalPoints:JSON.parse(JSON.stringify(U))},t.setSelectedElementIds([P.id]);return}}}if(W==="selection"){const P=Object.keys(t.appState.selectedElementIds);let U=null;if(P.length===1)U=t.elements.find(ne=>ne.id===P[0]&&!ne.locked&&ne.id!==t.appState.croppingElementId);else if(P.length>1){const ne=t.elements.filter(A=>t.appState.selectedElementIds[A.id]&&!A.locked),O=X2(ne);O&&(U={id:"selection-group",type:"rectangle",x:O.x,y:O.y,width:O.width,height:O.height,angle:0})}if(U){const ne=Object.keys(t.appState.selectedElementIds);if(ne.length===1&&t.appState.showQuickCreate!==!1){const Ie=Ve(L,T);if(Ie&&Ie.element){ot(F,Ie.dir,Ie.element);return}}const O=a.value.getBoundingClientRect(),A=F.clientX-O.left,D=F.clientY-O.top,oe=xn(U,r.zoom,r.scrollX,r.scrollY);if(oe)for(const[Ie,[me,we]]of Object.entries(oe)){const Me=Math.hypot(A-me,D-we),ze=Ie.startsWith("rot_")?15:10;if(Me<ze){if(k.value=Ie,m.value=!0,V.value=U.angle,E.value=JSON.parse(JSON.stringify(U)),Ie.startsWith("rot_")){const Ee=U.x+U.width/2,We=U.y+U.height/2;R.value=Math.atan2(T-We,L-Ee),$.value=0,ee.value=0}if(ne.length>1){const Ee={};t.elements.forEach(We=>{t.appState.selectedElementIds[We.id]&&(Ee[We.id]=JSON.parse(JSON.stringify(We)))}),I.value=Ee}else I.value=null;return}}}}if(W==="eraser"){x.value=!0,Ke(L,T);return}if(W==="selection"){let P=null;const U=Object.keys(t.appState.selectedElementIds);if(U.length>0&&!(F.ctrlKey||F.metaKey)){const O=A=>{if(!t.appState.selectedElementIds[A.id]||A.isDeleted)return!1;let D=A.type==="note"?A.noteShape||"note":A.type;if(D==="note"&&(D="rectangle"),["rectangle","frame","image","text","square","process"].includes(D))return k2(L,T,A.x,A.y,A.width,A.height,A.angle);if(["ellipse","circle"].includes(D))return l0(L,T,A.x,A.y,A.width,A.height,A.angle);if(D==="cylinder")return y6(L,T,A.x,A.y,A.width,A.height,A.angle);if(D==="cube")return g6(L,T,A.x,A.y,A.width,A.height,A.angle,A.isFlippedHorizontal,A.isFlippedVertical);if(["star","trapezoid","parallelogram","diamond","decision","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","step1","step2","cloud"].includes(D)){let oe=[];return D==="diamond"||D==="decision"?oe=L8(A.width,A.height):oe=P1(D,A.width,A.height),c0(L,T,oe,A.x,A.y,A.angle,A.isFlippedHorizontal,A.isFlippedVertical)}else{if(D==="freedraw")return k2(L,T,A.x,A.y,A.width,A.height,A.angle);if(D==="arrow"||D==="line")return x6(10,L,T,A,t.elements)}return!1};for(let A=t.elements.length-1;A>=0;A--){const D=t.elements[A];if(D&&!(D.type!=="arrow"&&D.type!=="line")&&O(D)){P=D;break}}if(!P)for(let A=t.elements.length-1;A>=0;A--){const D=t.elements[A];if(D&&!(D.type==="arrow"||D.type==="line")&&O(D)){P=D;break}}}if(P||(P=Pt(L,T)),P&&P.type==="frame"){const O=Pt(L,T,P.id);O&&(P=O)}let ne=!1;if(!P&&U.length>1&&!(F.ctrlKey||F.metaKey)){const O=t.elements.filter(D=>t.appState.selectedElementIds[D.id]),A=X2(O);A&&k2(L,T,A.x,A.y,A.width,A.height,0)&&(ne=!0)}if(P||ne){if(P){let A=P.id;if(P.type==="text"&&P.containerId){const me=t.elements.find(we=>we.id===P.containerId);me&&!me.isDeleted&&me.type!=="arrow"&&me.type!=="line"&&(A=me.id)}const D=t.elements.find(me=>me.id===A);let oe=[A];if(D&&D.groupIds&&D.groupIds.length>0){const me=D.groupIds[D.groupIds.length-1];oe=t.elements.filter(we=>we.groupIds?.includes(me)).map(we=>we.id)}if(F.ctrlKey||F.metaKey){const me=!!t.appState.selectedElementIds[A];oe.forEach(we=>t.toggleSelection(we,!me))}else t.appState.selectedElementIds[A]||t.setSelectedElementIds(oe)}let O=!0;P&&P.locked&&(O=!1),ne&&t.elements.filter(D=>t.appState.selectedElementIds[D.id]).some(D=>D.locked)&&(O=!1),O&&F.button===0&&(P&&P.id===t.appState.croppingElementId||(_.value=!0))}else F.button===0?(w.value=!0,t.appState.isBoxSelecting=!0,F.ctrlKey||F.metaKey||t.setSelectedElementIds([])):F.ctrlKey||F.metaKey||t.setSelectedElementIds([]);return}if(W==="hand"){m.value=!0;return}if(m.value=!0,W==="laser"){qe.value.push([{x:L,y:T,time:Date.now()}]),C0();return}console.log("Canvas: creating element with arrowType:",t.appState.currentItemArrowType);const Y=e2(W,L,T,{noteShape:W==="note"?t.appState.currentNoteShape||"note":void 0,strokeColor:W==="note"?"transparent":t.appState.currentItemStrokeColor,backgroundColor:W==="note"&&t.appState.currentNoteBackgroundColor||t.appState.currentItemBackgroundColor,fillStyle:W==="note"?"solid":t.appState.currentItemFillStyle,strokeWidth:t.appState.currentItemStrokeWidth,strokeStyle:t.appState.currentItemStrokeStyle,roughness:t.appState.currentItemRoughness,opacity:t.appState.currentItemOpacity,backgroundOpacity:t.appState.currentItemBackgroundOpacity,arrowType:W==="arrow"?t.appState.currentItemArrowType:"sharp",startArrowhead:W==="line"?"line":t.appState.currentItemStartArrowhead,endArrowhead:W==="line"?"line":t.appState.currentItemEndArrowhead,fontFamily:t.appState.currentItemFontFamily||"sans-serif",fontColor:t.appState.currentItemFontColor,fontBgColor:t.appState.currentItemFontBgColor,fontSize:t.appState.currentItemFontSize,textAlign:t.appState.currentItemTextAlign,verticalAlign:t.appState.currentItemVerticalAlign,isBold:t.appState.currentItemIsBold,isItalic:t.appState.currentItemIsItalic,isUnderline:t.appState.currentItemIsUnderline,isStrikethrough:t.appState.currentItemIsStrikethrough,fontWeight:t.appState.currentItemFontWeight||"Regular"});if(W==="arrow"&&X.value){const P=t.elements.find(U=>U.id===X.value);if(P&&!P.isDeleted&&vt(L,T,P)){const U=P.x+P.width/2,ne=P.y+P.height/2,[O,A]=bt([L,T],[U,ne],-P.angle),D=(O-P.x)/P.width,oe=(A-P.y)/P.height;Y.startBinding={elementId:P.id,focus:0,gap:5,fixedPoint:[D,oe]}}K.value=X.value}z.value=Y.id,t.addElement(Y)},x1=F=>{if(!a.value||H.value)return;const W=t.appConfig.editable===!1?"hand":t.appState.activeTool==="shapes"?t.appState.activeToolType:t.appState.activeTool,{x:L,y:T}=Q(F);if(ge.value={x:L,y:T},W==="laser"&&m.value){const A=qe.value[qe.value.length-1];A&&A.push({x:L,y:T,time:Date.now()});return}if(_.value&&W==="selection"){const A=Object.keys(t.appState.selectedElementIds);if(t.elements.some(oe=>A.includes(oe.id)&&oe.type!=="frame")){let oe=null;for(let Ie=t.elements.length-1;Ie>=0;Ie--){const me=t.elements[Ie];if(me&&!(me.isDeleted||me.type!=="frame"||t.appState.selectedElementIds[me.id])&&L>=me.x&&L<=me.x+me.width&&T>=me.y&&T<=me.y+me.height){oe=me.id;break}}te.value!==oe&&(te.value=oe,Bt())}else te.value&&(te.value=null,Bt())}else te.value&&(te.value=null,Bt());if((W==="line"||W==="arrow")&&m.value&&z.value){const A=Jt(L,T,z.value);A!==ae.value&&(ae.value=A)}if(!m.value&&W==="selection"){a.value.style.cursor="default";const A=Object.keys(t.appState.selectedElementIds);let D=null;if(A.length===1){const me=t.elements.find(Me=>Me.id===A[0]&&!Me.locked&&Me.id!==t.appState.croppingElementId);me&&me.type==="text"&&me.containerId&&(()=>{const Me=t.elements.find(ze=>ze.id===me.containerId);return Me&&(Me.type==="arrow"||Me.type==="line")})()||(D=me)}else if(A.length>1){const me=t.elements.filter(Me=>t.appState.selectedElementIds[Me.id]&&!Me.locked),we=X2(me);we&&(D={id:"selection-group",type:"rectangle",x:we.x,y:we.y,width:we.width,height:we.height,angle:0})}if(D){const me=a.value.getBoundingClientRect(),we=F.clientX-me.left,Me=F.clientY-me.top,ze=xn(D,r.zoom,r.scrollX,r.scrollY);if(ze){let Ee=!1;for(const[We,[Ye,tt]]of Object.entries(ze)){const je=Math.hypot(we-Ye,Me-tt),at=We.startsWith("rot_")?15:10;if(je<at){a.value.style.cursor=fn(We,D.angle||0),Ee=!0;break}}if(Ee)return}if(t.appState.showQuickCreate!==!1&&A.length===1){const Ee=Ve(L,T);if(Ee){he.value!==Ee.dir&&(he.value=Ee.dir,Bt()),a.value.style.cursor="pointer";return}else he.value&&(he.value=null,Bt())}D.id==="selection-group"&&k2(L,T,D.x,D.y,D.width,D.height,0)&&(a.value.style.cursor="move")}let oe=Pt(L,T);if((!oe||!t.appState.selectedElementIds[oe.id])&&Object.keys(t.appState.selectedElementIds).length>0)for(let we=t.elements.length-1;we>=0;we--){const Me=t.elements[we];if(!(!Me||Me.isDeleted)&&t.appState.selectedElementIds[Me.id]){let ze=!1;if(["rectangle","image","text","frame","freedraw","square","process"].includes(Me.type)?ze=k2(L,T,Me.x,Me.y,Me.width,Me.height,Me.angle):["diamond","decision","star","trapezoid","parallelogram"].includes(Me.type)?ze=W0(L,T,Me.x,Me.y,Me.width,Me.height,Me.angle):["ellipse","circle","cylinder"].includes(Me.type)?ze=l0(L,T,Me.x,Me.y,Me.width,Me.height,Me.angle):["arrow","line"].includes(Me.type),ze){oe=Me;break}}}let Ie=null;if(C.value=null,oe&&t.appState.selectedElementIds[oe.id]&&oe.type==="arrow"&&oe.arrowType==="elbow"){const me=dp(L,T,oe,t.elements,5/(r.zoom||1));me&&(Ie=me.isHorizontal?"ns-resize":"ew-resize",C.value={elementId:oe.id,segmentIndex:me.segmentIndex,dir:me.isHorizontal?"h":"v"})}oe&&!m.value&&!oe.locked?(M.value=oe.id,a.value.style.cursor=Ie||"move"):M.value=null,(M.value||C.value)&&Bt()}if((W==="arrow"||W==="line")&&_1(F,L,T),m.value&&S.value){const A=S.value,D=t.elements.find(oe=>oe.id===A.elementId);if(D&&D.type==="arrow"){const oe=L-Se.value.x,Ie=T-Se.value.y,me=JSON.parse(JSON.stringify(A.originalPoints)),we=A.segmentIndex===0,Me=A.segmentIndex===me.length-2;if(we||Me){const ze=me[A.segmentIndex],Ee=me[A.segmentIndex+1];A.dir==="h"?me.splice(A.segmentIndex+1,0,[ze[0],ze[1]+Ie],[Ee[0],Ee[1]+Ie]):me.splice(A.segmentIndex+1,0,[ze[0]+oe,ze[1]],[Ee[0]+oe,Ee[1]])}else A.dir==="h"?(me[A.segmentIndex][1]+=Ie,me[A.segmentIndex+1][1]+=Ie):(me[A.segmentIndex][0]+=oe,me[A.segmentIndex+1][0]+=oe);t.updateElement(D.id,{points:me}),a.value.style.cursor=A.dir==="h"?"ns-resize":"ew-resize",Bt();return}}if(m.value&&k.value?.startsWith("rot_")&&E.value){const A=E.value,D=A.id,oe=A.x+A.width/2,Ie=A.y+A.height/2,me=Math.atan2(T-Ie,L-oe);let we=me-R.value;we>Math.PI&&(we-=2*Math.PI),we<-Math.PI&&(we+=2*Math.PI),$.value+=we,R.value=me;let Me=$.value;if(F.shiftKey){const ze=Math.PI/12;Me=Math.round($.value/ze)*ze}if(ee.value=Me,I.value&&D==="selection-group"){const ze=Me;Object.values(I.value).forEach(Ee=>{const[We,Ye]=bt([Ee.x+Ee.width/2,Ee.y+Ee.height/2],[oe,Ie],ze);t.updateElement(Ee.id,{x:We-Ee.width/2,y:Ye-Ee.height/2,angle:Ee.angle+ze})})}else{const ze=V.value+Me,Ee=t.elements.find(We=>We.type==="text"&&We.containerId===A.id&&!We.isDeleted);Ee&&t.updateElement(Ee.id,{angle:ze}),t.updateElement(A.id,{angle:ze})}Bt();return}if(m.value&&k.value&&E.value){const A=k.value,D=E.value;if((D.type==="line"||D.type==="arrow")&&A.startsWith("point-")&&!I.value){let wt=L,At=T;const Rt=D.points,i2=D.x+D.width/2,a2=D.y+D.height/2,tn=Rt.map(lt=>{const _t=D.x+lt[0],Ut=D.y+lt[1];return bt([_t,Ut],[i2,a2],D.angle)});let In=parseInt(A.split("-")[1]||"");if(isNaN(In)&&(In=A==="start"?0:tn.length-1),F.shiftKey&&tn.length>1){const lt=A==="start"?1:tn.length-2,_t=tn[lt],Ut=tn[In],kn=Math.atan2(Ut[1]-_t[1],Ut[0]-_t[0]),Zt=Math.atan2(At-_t[1],wt-_t[0]),N2=Math.hypot(wt-_t[0],At-_t[1]);let Un=Zt;if(_t&&Ut){let o2=Math.abs(Zt-kn);o2>Math.PI&&(o2=2*Math.PI-o2);const L2=kn+Math.PI>Math.PI?kn-Math.PI:kn+Math.PI;let v2=Math.abs(Zt-L2);if(v2>Math.PI&&(v2=2*Math.PI-v2),o2<.1||v2<.1)Un=o2<.1?kn:L2;else{const R2=15*Math.PI/180;Un=Math.round(Zt/R2)*R2}wt=_t[0]+N2*Math.cos(Un),At=_t[1]+N2*Math.sin(Un)}}_1(F,wt,At);let jn=null,xt=Pt(wt,At,D.id);if(xt&&["rectangle","diamond","ellipse","image","text","frame","square","star","circle","cylinder","process","decision","trapezoid","parallelogram","cloud","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2"].includes(xt.type)&&!xt.locked){let lt=!0;xt.type==="frame"&&wt>xt.x+10&&wt<xt.x+xt.width-10&&At>xt.y+10&&At<xt.y+xt.height-10&&(lt=!1),lt?(jn=xt.id,M.value=xt.id):(xt=null,jn=null,M.value=null)}else if(X.value){const lt=t.elements.find(_t=>_t.id===X.value);if(lt&&!lt.isDeleted&&["rectangle","diamond","ellipse","image","text","frame","square","star","circle","cylinder","process","decision","trapezoid","parallelogram","cloud","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2"].includes(lt.type)&&!lt.locked){let _t=!0;lt.type==="frame"&&wt>lt.x+10&&wt<lt.x+lt.width-10&&At>lt.y+10&&At<lt.y+lt.height-10&&(_t=!1),_t?(jn=lt.id,xt=lt,M.value=lt.id):M.value=null}else M.value=null}else M.value=null;let V2=!1;if(tn.length===3&&(In===0||In===2)){const lt=tn[0],_t=tn[1],Ut=tn[2],kn=(lt[0]+Ut[0])/2,Zt=(lt[1]+Ut[1])/2;Math.abs(_t[0]-kn)<1&&Math.abs(_t[1]-Zt)<1&&(V2=!0)}if(tn[In]=[wt,At],V2){const lt=tn[0],_t=tn[2];tn[1]=[(lt[0]+_t[0])/2,(lt[1]+_t[1])/2]}const C2=tn.map(lt=>lt[0]),Er=tn.map(lt=>lt[1]),$t=Math.min(...C2),Wt=Math.max(...C2),Sr=Math.min(...Er),ws=Math.max(...Er),Cr=$t,qr=Sr,xs=Wt-$t,_s=ws-Sr,Ir=tn.map(lt=>[lt[0]-Cr,lt[1]-qr]),I1={x:Cr,y:qr,width:xs,height:_s,points:Ir,angle:0};if(In===0){let lt=jn?{elementId:jn,focus:0,gap:5}:null;if(jn&&xt)if(!vt(wt,At,xt))lt=null;else{const _t=xt.x+xt.width/2,Ut=xt.y+xt.height/2,kn=Math.atan2(At-Ut,wt-_t),Zt=Math.max(xt.width,xt.height)*2,N2=[_t+Math.cos(kn)*Zt,Ut+Math.sin(kn)*Zt],Un=Hn(xt,N2,[_t,Ut]);if(Un){const[o2,L2]=bt(Un,[_t,Ut],-xt.angle),v2=(o2-xt.x)/xt.width,R2=(L2-xt.y)/xt.height;lt.fixedPoint=[v2,R2],lt.isBorder=!t.appState.fixedArrowBinding,t.appState.fixedArrowBinding||delete lt.fixedPoint}}I1.startBinding=lt}else D.startBinding&&(I1.startBinding=D.startBinding);if(In===tn.length-1){let lt=jn?{elementId:jn,focus:0,gap:5}:null;if(jn&&xt)if(!vt(wt,At,xt))lt=null;else{const _t=xt.x+xt.width/2,Ut=xt.y+xt.height/2,kn=Math.atan2(At-Ut,wt-_t),Zt=Math.max(xt.width,xt.height)*2,N2=[_t+Math.cos(kn)*Zt,Ut+Math.sin(kn)*Zt],Un=Hn(xt,N2,[_t,Ut]);if(Un){const[o2,L2]=bt(Un,[_t,Ut],-xt.angle),v2=(o2-xt.x)/xt.width,R2=(L2-xt.y)/xt.height;lt.fixedPoint=[v2,R2],lt.isBorder=!t.appState.fixedArrowBinding,t.appState.fixedArrowBinding||delete lt.fixedPoint}}I1.endBinding=lt}else D.endBinding&&(I1.endBinding=D.endBinding);t.updateElement(D.id,I1);const Yt=t.elements.find(lt=>lt.type==="text"&<.containerId===D.id&&!lt.isDeleted);if(Yt){const lt=t.elements.find(_t=>_t.id===D.id);if(lt){const _t=Yt.boundTextOffset??.5,Ut=Cn(lt,_t,Yt.width||0);Ut&&(Yt.fontSize,t.updateElement(Yt.id,{x:Ut.midX-Yt.width/2,y:Ut.midY-Yt.height/2,angle:0}))}}(In===0||In===tn.length-1)&&D.type==="arrow"?_1(F,L,T):Bt();return}const oe=D.x+D.width/2,Ie=D.y+D.height/2,[me,we]=bt([L,T],[oe,Ie],-D.angle),[Me,ze]=bt([Se.value.x,Se.value.y],[oe,Ie],-D.angle),Ee=me-Me,We=we-ze;let Ye=D.x,tt=D.y,je=D.width,at=D.height;if(A.includes("e")&&(je+=Ee,Math.abs(je)<10&&(je=je<0?-10:10)),A.includes("w")&&(je-=Ee,Math.abs(je)<10&&(je=je<0?-10:10),Ye=D.x+D.width-je),A.includes("s")&&(at+=We,Math.abs(at)<10&&(at=at<0?-10:10)),A.includes("n")&&(at-=We,Math.abs(at)<10&&(at=at<0?-10:10),tt=D.y+D.height-at),F.shiftKey&&(["rectangle","diamond","ellipse","star","cylinder","process","decision","trapezoid","parallelogram","image","cloud","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2"].includes(D.type)||D.id==="selection-group")||["square","circle"].includes(D.type)){const wt=D.width/D.height;Math.abs(je)/wt>Math.abs(at)?at=(at<0?-1:1)*Math.abs(je/wt):je=(je<0?-1:1)*Math.abs(at*wt),(Math.abs(je)<10||Math.abs(at)<10)&&(wt>=1?(at=(at<0?-1:1)*10,je=(je<0?-1:1)*10*wt):(je=(je<0?-1:1)*10,at=(at<0?-1:1)*10/wt)),A.includes("w")&&(Ye=D.x+D.width-je),A.includes("n")&&(tt=D.y+D.height-at)}let Vt=D.isFlippedHorizontal||!1,on=D.isFlippedVertical||!1,en=1,_n=1;if(je<0&&(Ye+=je,je=Math.abs(je),Vt=!Vt,en=-1),at<0&&(tt+=at,at=Math.abs(at),on=!on,_n=-1),I.value&&D.id==="selection-group"){const wt=je/D.width,At=at/D.height;Object.values(I.value).forEach(Rt=>{let i2=Rt.x-D.x,a2=Rt.y-D.y;en===-1&&(i2=D.width-(i2+Rt.width)),_n===-1&&(a2=D.height-(a2+Rt.height));const tn=D.x+(Ye-D.x)+i2*wt,In=D.y+(tt-D.y)+a2*At,jn=Rt.width*wt,xt=Rt.height*At,V2={x:tn,y:In,width:jn,height:xt,isFlippedHorizontal:en===-1?!Rt.isFlippedHorizontal:Rt.isFlippedHorizontal||!1,isFlippedVertical:_n===-1?!Rt.isFlippedVertical:Rt.isFlippedVertical||!1};Rt.type==="text"&&(Rt.containerId||(V2.fontSize=(Rt.fontSize||20)*wt)),Rt.type==="freedraw"&&(V2.points=Rt.points.map(C2=>[C2[0]*wt,C2[1]*At])),(Rt.type==="arrow"||Rt.type==="line")&&Rt.points&&(V2.points=Rt.points.map(C2=>[C2[0]*wt,C2[1]*At])),t.updateElement(Rt.id,V2)}),Bt();return}const Nt={x:Ye,y:tt,width:je,height:at,isFlippedHorizontal:Vt,isFlippedVertical:on};if(D.type==="text")if(!D.containerId&&!D.frameId)if(A==="n"||A==="s")Nt.fontSize=Math.round((D.fontSize||20)*(at/D.height)),Nt.width=D.width*(at/D.height),Nt.height=at;else if(A==="e"||A==="w"){const wt=jt(",",D.fontSize||20,D.fontFamily||"sans-serif",void 0,{isBold:D.isBold,isItalic:D.isItalic,fontWeight:D.fontWeight,lineHeight:D.lineHeight,letterSpacing:D.letterSpacing}).width;je<wt&&(je=wt,A==="w"&&(Ye=D.x+(D.width-wt)));const At=jt(D.text||"",D.fontSize||20,D.fontFamily||"sans-serif",je,{isBold:D.isBold,isItalic:D.isItalic,fontWeight:D.fontWeight,lineHeight:D.lineHeight,letterSpacing:D.letterSpacing});Nt.height=At.height,Nt.width=je,Nt.x=Ye,Nt.autoResize=!1}else Nt.fontSize=Math.round((D.fontSize||20)*(je/D.width)),Nt.height=D.height*(je/D.width);else Nt.autoResize=!1;else if(D.type==="freedraw"){const wt=D.width===0?1:je/D.width,At=D.height===0?1:at/D.height;Nt.points=D.points.map(Rt=>[Rt[0]*wt,Rt[1]*At])}const mn=t.elements.find(wt=>wt.type==="text"&&wt.containerId===D.id&&!wt.isDeleted);if(mn){const wt=jt(",",D.fontSize||20,D.fontFamily||"sans-serif",void 0,{isBold:D.isBold,isItalic:D.isItalic,fontWeight:D.fontWeight,lineHeight:D.lineHeight,letterSpacing:D.letterSpacing}).width;je<wt&&(je=wt,A.includes("w")&&(Ye=D.x+(D.width-wt),Nt.x=Ye)),Nt.width=je;const At=jt(mn.text||"",mn.fontSize||20,mn.fontFamily||"sans-serif",je,{isBold:mn.isBold,isItalic:mn.isItalic,fontWeight:mn.fontWeight,lineHeight:mn.lineHeight,letterSpacing:mn.letterSpacing}).height;at<At&&(A.includes("n")&&(tt=D.y+(D.height-At),Nt.y=tt),at=At),Nt.height=at}const pn=Math.max(je,Nt.width),Wn=Math.max(at,Nt.height);let A2=Nt.x,T2=Nt.y;if(D.angle){const wt=A2+pn/2,At=T2+Wn/2,[Rt,i2]=bt([wt,At],[oe,Ie],D.angle);A2=Rt-pn/2,T2=i2-Wn/2}mn&&t.updateElement(mn.id,{...Nt,x:A2,y:T2,width:pn,height:Wn}),t.updateElement(D.id,{...Nt,x:A2,y:T2,width:pn,height:Wn}),Bt();return}if(x.value&&W==="eraser"){v.value.push({x:L,y:T,timestamp:Date.now()}),v.value.length>50&&v.value.shift(),Ke(L,T),Bt();return}if(W==="hand"&&m.value||h.value){if(t.appState.viewLocked)return;t.appState.isPanningCanvas=!0;const A=F.clientX-le.value.x,D=F.clientY-le.value.y;t.setScroll&&t.setScroll(t.appState.scrollX+A/r.zoom,t.appState.scrollY+D/r.zoom),le.value={x:F.clientX,y:F.clientY};return}if(_.value&&W==="selection"){if(Math.hypot(L-Se.value.x,T-Se.value.y)<5)return;const oe=Object.keys(t.appState.selectedElementIds);let Ie=L-ie.value.x,me=T-ie.value.y;ht.value=[];let we=!1;if(oe.length===1){const Me=t.elements.find(ze=>ze.id===oe[0]);if(Me&&Me.type==="text"&&Me.containerId){const ze=t.elements.find(Ee=>Ee.id===Me.containerId);if(ze&&(ze.type==="arrow"||ze.type==="line")){let Ee=ze.points||[];if(ze.arrowType==="round"&&Ee.length>2){const at=ze.startBinding,Vt=ze.endBinding;let on,en;const _n=(Nt,mn)=>{if(!Nt)return;const pn=t.elements.find(tn=>tn.id===Nt.elementId);if(!pn)return;const Wn=mn?Ee[0]:Ee[Ee.length-1];if(!Wn)return;const A2=ze.x+Wn[0],T2=ze.y+Wn[1],wt=Math.abs(A2-pn.x),At=Math.abs(A2-(pn.x+pn.width)),Rt=Math.abs(T2-pn.y),i2=Math.abs(T2-(pn.y+pn.height)),a2=Math.min(wt,At,Rt,i2);if(a2===wt)return[-1,0];if(a2===At)return[1,0];if(a2===Rt)return[0,-1];if(a2===i2)return[0,1]};at&&(on=_n(at,!0)),Vt&&(en=_n(Vt,!1)),Ee=Ee.length===3?j0(Ee,20,on,en):u0(Ee)}let We=L,Ye=T;if(ze.angle){const at=ze.x+ze.width/2,Vt=ze.y+ze.height/2,on=bt([L,T],[at,Vt],-ze.angle);We=on[0],Ye=on[1]}const tt=hp(We-ze.x,Ye-ze.y,Ee);t.updateElement(Me.id,{boundTextOffset:tt});const je=Cn(ze,tt,Me.width||0);je&&(t.updateElement(Me.id,{x:je.midX-Me.width/2,y:je.midY-Me.height/2,angle:0}),Bt())}else we=!0}else we=!0}else we=!0;we&&t.moveElements(oe,Ie,me),oe.forEach(Me=>{const ze=t.elements.find(Ee=>Ee.id===Me);ze&&ze.type==="arrow"&&(ze.startBinding&&!oe.includes(ze.startBinding.elementId)&&t.updateElement(ze.id,{startBinding:null}),ze.endBinding&&!oe.includes(ze.endBinding.elementId)&&t.updateElement(ze.id,{endBinding:null}))}),ie.value={x:L,y:T};return}if(w.value&&W==="selection"){ye(),Bt();return}if((!m.value||!z.value)&&!m.value){Bt();return}let Y=L-Se.value.x,P=T-Se.value.y;const U=F.shiftKey&&["rectangle","diamond","ellipse","star","cylinder","trapezoid","parallelogram","process","decision","cloud","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2"].includes(W),ne=["square","circle"].includes(W);if(U||ne){const A=Math.max(Math.abs(Y),Math.abs(P));Y=Y<0?-A:A,P=P<0?-A:A}const O=t.elements.find(A=>A.id===z.value);if(O){if(O.type==="freedraw")z.value&&t.updateElement(z.value,{points:[...O.points,[L-O.x,T-O.y]]});else if(O.type==="line"||O.type==="arrow"){let A=Y,D=P;if(F.shiftKey){const Ye=Math.hypot(A,D),tt=Math.atan2(D,A),je=Math.round(tt/(15*Math.PI/180))*(15*Math.PI/180);A=Ye*Math.cos(je),D=Ye*Math.sin(je)}const oe=Se.value.x+A,Ie=Se.value.y+D,me=A<0?oe:Se.value.x,we=D<0?Ie:Se.value.y,Me=Se.value.x-me,ze=Se.value.y-we,Ee=oe-me,We=Ie-we;if(z.value){let Ye={x:me,y:we,width:Math.abs(A),height:Math.abs(D),points:[[Me,ze],[Ee,We]]};if(ae.value){const tt=t.elements.find(je=>je.id===ae.value);if(tt&&vt(oe,Ie,tt)){const je=tt.x+tt.width/2,at=tt.y+tt.height/2,[Vt,on]=bt([oe,Ie],[je,at],-tt.angle),en=(Vt-tt.x)/tt.width,_n=(on-tt.y)/tt.height;Ye.endBinding={elementId:ae.value,focus:0,gap:5,fixedPoint:[en,_n],isBorder:!t.appState.fixedArrowBinding},t.appState.fixedArrowBinding||delete Ye.endBinding.fixedPoint}}else Ye.endBinding=null;t.updateElement(z.value,Ye)}}else{if(z.value){let A=Math.abs(Y),D=Math.abs(P);A<10&&(A=10),D<10&&(D=10),t.updateElement(z.value,{width:A,height:D,x:Y<0?Se.value.x-A:Se.value.x,y:P<0?Se.value.y-D:Se.value.y})}if(O.type==="frame"){const A={x:O.x,y:O.y,width:O.width,height:O.height},D={};t.elements.forEach(oe=>{oe.id!==O.id&&!oe.isDeleted&&oe.type!=="frame"&&!oe.frameId&&oe.x>=A.x&&oe.y>=A.y&&oe.x+oe.width<=A.x+A.width&&oe.y+oe.height<=A.y+A.height&&(D[oe.id]=!0)}),se.value=D}}Bt()}},_1=(F,W,L)=>{const T=F.movementX,Y=F.movementY,P=5;if(Math.abs(T)>0||Math.abs(Y)>0){let U=null,ne=1/0;const O=Math.abs(T)>Math.abs(Y);if(t.elements.forEach(A=>{if(A.isDeleted||A.locked||A.type==="frame"||A.type==="line"||A.type==="arrow"||A.type==="freedraw"||A.type==="text"&&A.containerId)return;const D=A.x,oe=A.y,Ie=A.width,me=A.height;if(O){if(L>=oe-P&&L<=oe+me+P){let we=1/0;if(W>=D&&W<=D+Ie)we=0;else{const Me=Math.abs(W-D),ze=Math.abs(W-(D+Ie));we=Math.min(Me,ze)}we<=P&&we<ne&&(ne=we,U=A)}}else if(W>=D-P&&W<=D+Ie+P){let we=1/0;if(L>=oe&&L<=oe+me)we=0;else{const Me=Math.abs(L-oe),ze=Math.abs(L-(oe+me));we=Math.min(Me,ze)}we<=P&&we<ne&&(ne=we,U=A)}}),U)X.value=vt(W,L,U)?U.id:null;else{let A=z.value;if(!A){const Ie=Object.keys(t.appState.selectedElementIds);Ie.length===1&&(A=Ie[0])}const D=Pt(W,L,A),oe=D&&D.type==="text"&&D.containerId&&(()=>{const Ie=t.elements.find(me=>me.id===D.containerId);return!!Ie&&(Ie.type==="arrow"||Ie.type==="line")})();if(D&&D.type!=="freedraw"&&!D.locked&&!oe)X.value=vt(W,L,D)?D.id:null;else{const Ie=Jt(W,L,A);if(Ie){const me=t.elements.find(we=>we.id===Ie);X.value=me&&vt(W,L,me)?Ie:null}else X.value=null}}Bt()}},G1=F=>{if(t.appState.isPanningCanvas=!1,h.value){h.value=!1,m.value=!1;return}if(t.appConfig.editable===!1){m.value=!1,S.value=null;return}if(!H.value){if(S.value){const W=S.value,L=t.elements.find(T=>T.id===W.elementId);if(L&&L.type==="arrow"&&L.points.length>2){const T=[L.points[0]];for(let Y=1;Y<L.points.length-1;Y++){const P=T[T.length-1],U=L.points[Y],ne=L.points[Y+1],O=Math.abs(P[0]-U[0])<.1&&Math.abs(U[0]-ne[0])<.1,A=Math.abs(P[1]-U[1])<.1&&Math.abs(U[1]-ne[1])<.1;!O&&!A&&T.push(U)}T.push(L.points[L.points.length-1]),t.updateElement(L.id,{points:T})}S.value=null,m.value=!1,Bt();return}if(m.value&&z.value){const W=t.elements.find(L=>L.id===z.value);if(W&&W.type==="text"){H.value=W.id,de.value=W.text||"",m.value=!1,z.value=null,n.nextTick(()=>{s.value&&s.value.focus()});return}if(W&&W.type==="note"){const L=W,T=e2("text",L.x,L.y,{fontColor:L.fontColor||t.appState.currentItemFontColor||"#333333",fontFamily:L.fontFamily||t.appState.currentItemFontFamily||"sans-serif",fontSize:L.fontSize||t.appState.currentItemFontSize||20,textAlign:L.textAlign||t.appState.currentItemTextAlign||"center",verticalAlign:L.verticalAlign||t.appState.currentItemVerticalAlign||"middle"});T.containerId=L.id,T.width=L.width,T.height=L.height,t.addElement(T),H.value=T.id,de.value="",m.value=!1,z.value=null,t.setSelectedElementIds([L.id]),n.nextTick(()=>{s.value&&s.value.focus()});return}}if(z.value){const W=t.elements.find(L=>L.id===z.value);if(W&&(W.type==="arrow"||W.type==="line")){let L=null,T=Pt(Se.value.x,Se.value.y,W.id);if(T)T.type==="frame"&&Se.value.x>T.x+10&&Se.value.x<T.x+T.width-10&&Se.value.y>T.y+10&&Se.value.y<T.y+T.height-10&&(T=null),L=T?T.id:null;else if(K.value){const A=t.elements.find(D=>D.id===K.value);A&&!A.isDeleted&&(A.type==="frame"&&Se.value.x>A.x+10&&Se.value.x<A.x+A.width-10&&Se.value.y>A.y+10&&Se.value.y<A.y+A.height-10||(L=A.id,T=A))}if(L&&T&&vt(Se.value.x,Se.value.y,T)){const A=T.x+T.width/2,D=T.y+T.height/2,oe=Math.atan2(Se.value.y-D,Se.value.x-A),Ie=Math.max(T.width,T.height)*2,me=[A+Math.cos(oe)*Ie,D+Math.sin(oe)*Ie],Me=Hn(T,me,[A,D])||[Se.value.x,Se.value.y],[ze,Ee]=bt(Me,[A,D],-T.angle),We=(ze-T.x)/T.width,Ye=(Ee-T.y)/T.height;t.updateElement(W.id,{startBinding:{elementId:L,focus:0,gap:10,...t.appState.fixedArrowBinding?{fixedPoint:[We,Ye]}:{},isBorder:!t.appState.fixedArrowBinding}})}let Y=null,P=Pt(ge.value.x,ge.value.y,W.id);if(P)P.type==="frame"&&ge.value.x>P.x+10&&ge.value.x<P.x+P.width-10&&ge.value.y>P.y+10&&ge.value.y<P.y+P.height-10&&(P=null),Y=P?P.id:null;else if(X.value){const A=t.elements.find(D=>D.id===X.value);A&&!A.isDeleted&&(A.type==="frame"&&ge.value.x>A.x+10&&ge.value.x<A.x+A.width-10&&ge.value.y>A.y+10&&ge.value.y<A.y+A.height-10||(Y=A.id,P=A))}if(Y&&P&&vt(ge.value.x,ge.value.y,P)){const A=P.x+P.width/2,D=P.y+P.height/2,oe=Math.atan2(ge.value.y-D,ge.value.x-A),Ie=Math.max(P.width,P.height)*2,me=[A+Math.cos(oe)*Ie,D+Math.sin(oe)*Ie],Me=Hn(P,me,[A,D])||[ge.value.x,ge.value.y],[ze,Ee]=bt(Me,[A,D],-P.angle),We=(ze-P.x)/P.width,Ye=(Ee-P.y)/P.height;t.updateElement(W.id,{endBinding:{elementId:Y,focus:0,gap:10,...t.appState.fixedArrowBinding?{fixedPoint:[We,Ye]}:{},isBorder:!t.appState.fixedArrowBinding}})}const U=Se.value,ne=ge.value;let O=null;for(const A of t.elements)if(A.type==="frame"&&!A.isDeleted){const D=U.x>=A.x&&U.x<=A.x+A.width&&U.y>=A.y&&U.y<=A.y+A.height,oe=ne.x>=A.x&&ne.x<=A.x+A.width&&ne.y>=A.y&&ne.y<=A.y+A.height;D&&oe&&(O=A.id)}if(O&&t.updateElement(W.id,{frameId:O}),(W.type==="line"||W.type==="arrow"&&W.arrowType!=="arrowBold"&&W.arrowType!=="elbow")&&W.points.length===2){const A=W.points[0],D=W.points[1];if(A&&D){const oe=(A[0]+D[0])/2,Ie=(A[1]+D[1])/2,we={points:[A,[oe,Ie],D]};W.type==="line"?we.arrowType="round":W.type,t.updateElement(W.id,we)}}}else if(W&&W.type==="frame"){const L=W.id;Object.keys(se.value).forEach(Y=>{t.updateElement(Y,{frameId:L})}),se.value={}}}if(m.value||_.value){if(z.value){const W=t.elements.find(L=>L.id===z.value);if(W&&W.type==="freedraw"){const L=W.points.map(Y=>Y[0]),T=W.points.map(Y=>Y[1]);if(L.length>0&&T.length>0){const Y=Math.min(...L),P=Math.min(...T),U=Math.max(...L),ne=Math.max(...T);t.updateElement(W.id,{x:W.x+Y,y:W.y+P,width:U-Y,height:ne-P,points:W.points.map(O=>[O[0]-Y,O[1]-P])})}}if(["rectangle","diamond","ellipse","frame","square","star","circle","cylinder","process","decision","trapezoid","parallelogram","cloud","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2"].includes(W.type)&&(W.width<10||W.height<10)){t.deleteElement(W.id),z.value=null,m.value=!1,Bt();return}W.type!=="arrow"&&W.type!=="freedraw"&&t.setSelectedElementIds([z.value]),W.type!=="freedraw"&&!t.appState.lockedTool&&t.setTool("selection"),(z.value||Object.keys(t.appState.selectedElementIds).length>0)&&t.recordHistory()}Ce.value.forEach(W=>{const L=t.elements.find(T=>T.id===W);if(L&&L.type!="frame"){const T=te.value;let Y=!0;if(T===null&&L.frameId)if(t.appState.selectedElementIds[L.frameId])Y=!1;else{const P=t.elements.find(U=>U.id===L.frameId);P&&!P.isDeleted&&L.x<P.x+P.width&&L.x+L.width>P.x&&L.y<P.y+P.height&&L.y+L.height>P.y&&(Y=!1)}Y&&(t.elements.filter(U=>U.containerId===L.id).forEach(U=>{t.updateElement(U.id,{frameId:T})}),t.updateElement(W,{frameId:T}))}})}x.value&&Object.keys(fe.value).length>0&&(Object.keys(fe.value).forEach(W=>{t.deleteElement(W)}),fe.value={},t.recordHistory()),(_.value||k.value)&&t.recordHistory(),m.value=!1,x.value=!1,w.value=!1,t.appState.isBoxSelecting=!1,z.value=null,k.value=null,X.value=null,K.value=null,_.value=!1,te.value=null,se.value={},t.appState.activeTool==="laser"||Bt()}},C0=()=>{if(ut)return;const F=()=>{const W=Date.now(),L=1e3;let T=!1;qe.value=qe.value.map(Y=>Y.filter(P=>W-P.time<L)).filter(Y=>Y.length>0),T=qe.value.length>0,Bt(),T||m.value&&t.appState.activeTool==="laser"?ut=requestAnimationFrame(F):ut=null};F()},F2=n.ref(""),X1=n.ref(""),J2=F=>{ce.value=!0,X1.value=de.value+"",F2.value=""},q0=F=>{F2.value=F.data,n.nextTick(()=>{s.value&&(Le.value=bl(s.value,1,null).height)})},k1=F=>{ce.value=!1,F2.value=""},E1=F=>{ce.value||(de.value=F.target.value)};n.watch(()=>de.value,async F=>{if(H.value){F?(await n.nextTick(),s.value&&(Le.value=bl(s.value,1,null).height)):Le.value="23px";const W=t.elements.find(L=>L.id===H.value);if(W&&W.type==="text")if(W.containerId){const L=t.elements.find(T=>T.id===W.containerId);if(L&&(L.type==="arrow"||L.type==="line")){const T=W.boundTextOffset??.5,Y=Cn(L,T,W.width||0);if(Y){const P=jt(F||"我",W.fontSize||20,W.fontFamily||"sans-serif",Y.length,{isBold:W.isBold,isItalic:W.isItalic,fontWeight:W.fontWeight,lineHeight:W.lineHeight,letterSpacing:W.letterSpacing}),U=jt("我",W.fontSize||20,W.fontFamily||"sans-serif",void 0,{isBold:W.isBold,isItalic:W.isItalic,fontWeight:W.fontWeight,lineHeight:W.lineHeight,letterSpacing:W.letterSpacing}),ne=Math.max(Math.min(P.width,Y.length),U.width),O=P.height;t.updateElement(W.id,{text:F,width:ne,height:O,x:Y.midX-ne/2,y:Y.midY-O/2})}else t.updateElement(W.id,{text:F})}else if(L){const T=Number(Le.value.replace("px",""))+8;T>L.height?(t.updateElement(L.id,{height:T}),t.updateElement(W.id,{height:T,text:F})):t.updateElement(W.id,{text:F})}}else{const L=W.autoResize===!1?W.width:void 0,T=jt(F,W.fontSize||20,W.fontFamily||"sans-serif",L,{isBold:W.isBold,isItalic:W.isItalic,fontWeight:W.fontWeight,lineHeight:W.lineHeight,letterSpacing:W.letterSpacing}),Y=jt("我",W.fontSize||20,W.fontFamily||"sans-serif",void 0,{isBold:W.isBold,isItalic:W.isItalic,fontWeight:W.fontWeight,lineHeight:W.lineHeight,letterSpacing:W.letterSpacing}).width,P=T.height,U=Math.max(T.width,Y);t.updateElement(W.id,{width:W.autoResize!==!1?U:W.width,height:P,text:F})}}});const J=()=>{if(H.value)if(de.value.replaceAll(" ","").replaceAll(`
|
|
26
|
+
`,"").trim()){const F=t.elements.find(W=>W.id===H.value);F&&(F.type==="frame"?t.updateElement(H.value,{name:de.value}):de.value.trim()?t.updateElement(H.value,{text:de.value}):t.deleteElement(H.value),t.recordHistory()),H.value=null,t.setTool("selection"),Bt()}else t.deleteElement(H.value),H.value=null,t.setTool("selection"),Bt()},ye=()=>{const F=Math.min(Se.value.x,ge.value.x),W=Math.min(Se.value.y,ge.value.y),L=Math.max(Se.value.x,ge.value.x),T=Math.max(Se.value.y,ge.value.y);let Y=t.elements.filter(ne=>!ne.isDeleted&&!ne.locked).filter(ne=>{const O=np(ne);return O.minX>=F&&O.maxX<=L&&O.minY>=W&&O.maxY<=T});const P=new Set(Y.map(ne=>ne.id));Y=Y.filter(ne=>{if(ne.type==="text"&&ne.containerId){const O=t.elements.find(A=>A.id===ne.containerId);if(O&&(O.type==="arrow"||O.type==="line"))return P.has(O.id)}return!0}),P.clear(),Y.forEach(ne=>P.add(ne.id));const U=new Set;Y.forEach(ne=>{ne.groupIds&&ne.groupIds.forEach(O=>U.add(O))}),U.size>0&&t.elements.forEach(ne=>{ne.isDeleted||ne.locked||P.has(ne.id)||ne.groupIds&&ne.groupIds.some(O=>U.has(O))&&P.add(ne.id)}),t.setSelectedElementIds(Array.from(P))},Ke=(F,W)=>{for(let L=r.elements.length-1;L>=0;L--){const T=r.elements[L];if(!T||T.isDeleted)continue;let Y=T.type==="note"?T.noteShape||"note":T.type;Y==="note"&&(Y="rectangle");let P=!1;if(["rectangle","frame","square","process"].includes(Y))P=k2(F,W,T.x,T.y,T.width,T.height,T.angle);else if(["ellipse","circle"].includes(Y))P=l0(F,W,T.x,T.y,T.width,T.height,T.angle);else if(Y==="cylinder")P=y6(F,W,T.x,T.y,T.width,T.height,T.angle)||P8(F,W,T.x,T.y,T.width,T.height,T.angle,5);else if(["diamond","decision"].includes(Y))P=W0(F,W,T.x,T.y,T.width,T.height,T.angle);else if(Y==="cube")P=g6(F,W,T.x,T.y,T.width,T.height,T.angle,T.isFlippedHorizontal,T.isFlippedVertical)||T8(F,W,T.x,T.y,T.width,T.height,T.angle,5);else if(["star","trapezoid","parallelogram","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","step1","step2","cloud"].includes(Y)){let U=P1(Y,T.width,T.height);P=c0(F,W,U,T.x,T.y,T.angle,T.isFlippedHorizontal,T.isFlippedVertical)||d0(F,W,U,T.x,T.y,T.angle,5,T.isFlippedHorizontal,T.isFlippedVertical)}else Y==="text"||Y==="image"?P=F>=T.x&&F<=T.x+T.width&&W>=T.y&&W<=T.y+T.height:(Y==="line"||Y==="arrow"||Y==="freedraw")&&(P=x6(10,F,W,T,t.elements));if(P){if(T.groupIds&&T.groupIds.length>0){const U=new Set(T.groupIds);r.elements.forEach(ne=>{!ne.isDeleted&&ne.groupIds&&ne.groupIds.some(O=>U.has(O))&&(fe.value[ne.id]=!0)})}else fe.value[T.id]=!0;T.type==="frame"&&r.elements.forEach(U=>{!U.isDeleted&&U.frameId===T.id&&(fe.value[U.id]=!0)}),Bt()}}},ct=F=>{const W=Object.keys(t.appState.selectedElementIds);if(W.length!==1)return;const L=t.elements.find(_n=>_n.id===W[0]);if(!L||L.isDeleted||L.type==="line"||L.type==="arrow"||L.type==="freedraw")return;const T=150;let Y=L.x,P=L.y;switch(F){case"ArrowRight":Y=L.x+L.width+T;break;case"ArrowLeft":Y=L.x-L.width-T;break;case"ArrowDown":P=L.y+L.height+T;break;case"ArrowUp":P=L.y-L.height-T;break}let U,ne;if(t.appState.fixedArrowBinding)switch(F){case"ArrowRight":U=[1,.5],ne=[0,.5];break;case"ArrowLeft":U=[0,.5],ne=[1,.5];break;case"ArrowDown":U=[.5,1],ne=[.5,0];break;case"ArrowUp":U=[.5,0],ne=[.5,1];break}const O={...L,id:un(),x:Y,y:P,seed:Math.floor(Math.random()*2**31),version:1,updated:Date.now()};O.type==="text"&&(O.text=""),t.addElement(O);const A=L.x+L.width/2,D=L.y+L.height/2,oe=O.x+O.width/2,Ie=O.y+O.height/2,me=[A,D],we=[oe,Ie],Me=Hn(L,we,me,5),ze=Hn(O,me,we,5);let Ee=A,We=D,Ye=oe,tt=Ie;Me&&(Ee=Me[0],We=Me[1]),ze&&(Ye=ze[0],tt=ze[1]);const je=Math.min(Ee,Ye),at=Math.min(We,tt),Vt=Math.max(Ee,Ye),on=Math.max(We,tt),en=e2("arrow",je,at,{strokeColor:L.strokeColor||t.appState.currentItemStrokeColor,backgroundColor:L.backgroundColor||t.appState.currentItemBackgroundColor,strokeWidth:L.strokeWidth||t.appState.currentItemStrokeWidth,strokeStyle:L.strokeStyle||t.appState.currentItemStrokeStyle,roughness:L.roughness||t.appState.currentItemRoughness,arrowType:t.appState.currentItemArrowType,startArrowhead:t.appState.currentItemStartArrowhead,endArrowhead:t.appState.currentItemEndArrowhead||"arrow"});en.width=Vt-je,en.height=on-at,en.points=[[Ee-je,We-at],[Ye-je,tt-at]],en.startBinding={elementId:L.id,focus:0,gap:5,isBorder:!t.appState.fixedArrowBinding,...U?{fixedPoint:U}:{}},en.endBinding={elementId:O.id,focus:0,gap:5,isBorder:!t.appState.fixedArrowBinding,...ne?{fixedPoint:ne}:{}},t.addElement(en),t.appState.selectedElementIds={[O.id]:!0},Bt()},De=F=>{if(H.value)return;const W=F.target;if(W&&(W.tagName==="INPUT"||W.tagName==="TEXTAREA"||W.isContentEditable))return;if(F.code==="Space"&&!H.value&&!m.value){t.appState.activeTool!=="hand"&&(t.appState.lastActiveTool=t.appState.activeTool,t.setTool("hand"));return}if(F.key==="Escape"){if(!m.value&&z.value&&t.appState.activeTool!=="selection"){F.preventDefault(),t.deleteElement(z.value),z.value=null,m.value=!1,Bt();return}if(!m.value&&t.appState.activeTool!=="selection"){F.preventDefault(),t.setTool("selection");return}return}if((F.ctrlKey||F.metaKey)&&(F.key==="d"||F.key==="D")){F.preventDefault(),t.duplicateElements(Object.keys(t.appState.selectedElementIds),P=>{t.setSelectedElementIds(P),Bt()});return}if(F.altKey){let P=!1;if((F.ctrlKey||F.metaKey)&&F.shiftKey){const U=F.key.toLowerCase();U==="h"?(t.distributeElements("horizontal"),P=!0):U==="v"&&(t.distributeElements("vertical"),P=!0)}else!F.ctrlKey&&!F.metaKey&&!F.shiftKey&&(F.key.toLowerCase(),F.code==="KeyA"?(t.alignElements("left"),P=!0):F.code==="KeyH"?(t.alignElements("center"),P=!0):F.code==="KeyD"?(t.alignElements("right"),P=!0):F.code==="KeyW"?(t.alignElements("top"),P=!0):F.code==="KeyV"?(t.alignElements("middle"),P=!0):F.code==="KeyS"&&(t.alignElements("bottom"),P=!0));if(P){F.preventDefault(),Bt();return}}if(F.key==="Delete"||F.key==="Backspace"){let P=Object.keys(t.appState.selectedElementIds);t.elements.forEach(U=>{P.includes(U.containerId)&&P.push(U.id)}),P.forEach(U=>t.deleteElement(U)),t.setSelectedElementIds([])}if((F.key==="i"||F.key==="I"||F.key==="4")&&!(F.metaKey||F.ctrlKey)&&!H.value){F.preventDefault();const P=t.appState.activeTool;t.setTool("image");const U=t.appConfig.enableImageUpload?t.appConfig.uploadImageFn:void 0;h0(U).then(ne=>{if(ne){const O=window.innerWidth/2/t.appState.zoom-t.appState.scrollX,A=window.innerHeight/2/t.appState.zoom-t.appState.scrollY;let D=O-ne.width/2,oe=A-ne.height/2;ge.value.x!==0&&ge.value.y!==0&&(D=ge.value.x-ne.width/2,oe=ge.value.y-ne.height/2),t.insertImage(ne.dataURL,D,oe,ne.width,ne.height,void 0,!!U)}t.setTool(P)});return}const L=F.metaKey||F.ctrlKey,T=F.shiftKey,Y=F.altKey;if(L){if(H.value)return;if(["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"].includes(F.key)){F.preventDefault(),ct(F.key);return}(F.key==="a"||F.key==="A")&&(F.preventDefault(),t.selectAll(),Bt()),(F.key==="c"||F.key==="C")&&(F.preventDefault(),t.copyElements()),F.key==="v"||F.key,(F.key==="x"||F.key==="X")&&(F.preventDefault(),t.cutElements()),(F.key==="z"||F.key==="Z")&&(F.preventDefault(),T?t.redo():t.undo()),(F.key==="g"||F.key==="G")&&(F.preventDefault(),T?t.ungroupElements(Object.keys(t.appState.selectedElementIds)):t.groupElements(Object.keys(t.appState.selectedElementIds)),Bt()),F.key==="'"&&(F.preventDefault(),t.toggleGrid()),(F.key==="="||F.key==="+")&&(F.preventDefault(),t.zoomIn()),F.key==="-"&&(F.preventDefault(),t.zoomOut()),F.key==="0"&&(F.preventDefault(),t.setZoom(1,{x:window.innerWidth/2,y:window.innerHeight/2}))}else{if(H.value)return;if(F.key==="["){t.sendToBack(Object.keys(t.appState.selectedElementIds));return}if(F.key==="]"){t.bringToFront(Object.keys(t.appState.selectedElementIds));return}if(["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"].includes(F.key)){const P=T?10:1;let U=0,ne=0;F.key==="ArrowUp"&&(ne=-P),F.key==="ArrowDown"&&(ne=P),F.key==="ArrowLeft"&&(U=-P),F.key==="ArrowRight"&&(U=P);const O=Object.keys(t.appState.selectedElementIds);if(O.length>0){F.preventDefault(),F.repeat||t.recordHistory(),t.moveElements(O,U,ne),Bt();return}}if((F.key==="h"||F.key==="H")&&t.setTool("hand"),(F.key==="v"||F.key==="V"||F.key==="1")&&t.setTool("selection"),F.key==="r"||F.key==="R"||F.key==="2"){const P=["rectangle","diamond","ellipse","square","star","circle","cylinder","trapezoid","parallelogram","cloud","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2"],U=t.appState.activeToolType||"",ne=P.includes(U)?U:P[0];t.setTool("shapes"),t.setToolType(ne)}if(F.key==="a"||F.key==="A"||F.key==="5"){const P=["arrowLine","arrow","elbowArrow","curvedArrow","arrowBold"],U=t.appState.activeToolType||"",ne=P.includes(U)?U:P[0];t.setTool("arrow"),t.setToolType(ne),ne==="arrowLine"?(t.appState.currentItemArrowType="sharp",t.appState.currentItemStartArrowhead=null,t.appState.currentItemEndArrowhead=null):ne==="arrow"?(t.appState.currentItemArrowType="sharp",t.appState.currentItemStartArrowhead="line",t.appState.currentItemEndArrowhead="arrow"):ne==="elbowArrow"?(t.appState.currentItemArrowType="elbow",t.appState.currentItemStartArrowhead="line",t.appState.currentItemEndArrowhead="arrow"):ne==="curvedArrow"?(t.appState.currentItemArrowType="round",t.appState.currentItemStartArrowhead="line",t.appState.currentItemEndArrowhead="arrow"):ne==="arrowBold"&&(t.appState.currentItemArrowType="arrowBold",t.appState.currentItemStartArrowhead=null,t.appState.currentItemEndArrowhead="arrow")}if((F.key==="l"||F.key==="L"||F.key==="6")&&t.setTool("line"),(F.key==="p"||F.key==="P"||F.key==="7")&&t.setTool("freedraw"),(F.key==="t"||F.key==="T"||F.key==="8")&&t.setTool("text"),(F.key==="f"||F.key==="F"||F.key==="9")&&t.setTool("frame"),(F.key==="n"||F.key==="N")&&(t.appState.currentNoteBackgroundColor||(t.appState.currentNoteBackgroundColor="#fef0b9"),t.appState.currentNoteShape==="rectangle"&&(t.appState.currentNoteShape="note"),t.setTool("note")),(F.key==="k"||F.key==="K")&&t.setTool("laser"),(F.key==="e"||F.key==="E"||F.key==="0")&&t.setTool("eraser"),F.key==="Enter"){const P=Object.keys(t.appState.selectedElementIds);if(P.length===1){const U=t.elements.find(ne=>ne.id===P[0]);F.preventDefault(),e1(U)}}}if(F.key==="]"){const P=Object.keys(t.appState.selectedElementIds);P.length>0&&(Y?t.bringForward(P):t.bringToFront(P))}if(F.key==="["){const P=Object.keys(t.appState.selectedElementIds);P.length>0&&(Y?t.sendBackward(P):t.sendToBack(P))}},Ze=F=>{if(F.preventDefault(),t.appState.viewLocked)return;if(F.ctrlKey||F.metaKey||t.appState.useWheelZoom){const T=Math.sign(F.deltaY);let P=t.appState.zoom-T*.05;P=Math.round(P*100)/100,P=Math.min(Math.max(.1,P),5);const U=a.value?.getBoundingClientRect();if(U){const ne=F.clientX-U.left,O=F.clientY-U.top,A=ne/r.zoom-r.scrollX,D=O/r.zoom-r.scrollY,oe=ne/P-r.scrollX,Ie=O/P-r.scrollY,me=oe-A,we=Ie-D;t.setZoom(P),t.setScroll&&t.setScroll(r.scrollX+me,r.scrollY+we)}else t.setZoom(P);return}const W=F.deltaX,L=F.deltaY;t.setScroll&&t.setScroll(t.appState.scrollX-W/r.zoom,t.appState.scrollY-L/r.zoom)},zn=F=>{if(t.appConfig.editable===!1)return;const{x:W,y:L}=Q(F),T=Pt(W,L,null,!0);if(T&&!T.locked&&t.appState.selectedElementIds[T.id]){e1(T);return}if(T&&!T.locked)return;if((t.appState.activeTool==="shapes"?t.appState.activeToolType:t.appState.activeTool)==="selection"){const P=e2("text",W,L,{strokeColor:t.appState.currentItemStrokeColor,backgroundColor:t.appState.currentItemBackgroundColor,fillStyle:t.appState.currentItemFillStyle,strokeWidth:t.appState.currentItemStrokeWidth,strokeStyle:t.appState.currentItemStrokeStyle,roughness:t.appState.currentItemRoughness,opacity:t.appState.currentItemOpacity,arrowType:t.appState.currentItemArrowType,startArrowhead:t.appState.currentItemStartArrowhead,endArrowhead:t.appState.currentItemEndArrowhead,fontFamily:t.appState.currentItemFontFamily||"sans-serif",fontColor:t.appState.currentItemFontColor,fontBgColor:t.appState.currentItemFontBgColor,fontSize:t.appState.currentItemFontSize,textAlign:t.appState.currentItemTextAlign,verticalAlign:t.appState.currentItemVerticalAlign,isBold:t.appState.currentItemIsBold,isItalic:t.appState.currentItemIsItalic,isUnderline:t.appState.currentItemIsUnderline,isStrikethrough:t.appState.currentItemIsStrikethrough,fontWeight:t.appState.currentItemFontWeight||"Regular"});t.addElement(P),n.nextTick(()=>{H.value=P.id,de.value=P.text||"",m.value=!1,z.value=null,n.nextTick(()=>{s.value&&s.value.focus()})})}},Cn=(F,W=.5,L=0)=>{let T=F.points;if(!T||T.length<2)return null;if(F.arrowType==="round"&&T.length>2){const we=F.startBinding,Me=F.endBinding;let ze,Ee;const We=(Ye,tt)=>{if(!Ye)return;const je=t.elements.find(Wn=>Wn.id===Ye.elementId);if(!je)return;const at=tt?T[0]:T[T.length-1];if(!at)return;const Vt=F.x+at[0],on=F.y+at[1],en=Math.abs(Vt-je.x),_n=Math.abs(Vt-(je.x+je.width)),Nt=Math.abs(on-je.y),mn=Math.abs(on-(je.y+je.height)),pn=Math.min(en,_n,Nt,mn);if(pn===en)return[-1,0];if(pn===_n)return[1,0];if(pn===Nt)return[0,-1];if(pn===mn)return[0,1]};we&&(ze=We(we,!0)),Me&&(Ee=We(Me,!1)),T=T.length===3?j0([...T],20,ze,Ee):u0([...T])}let Y=0;const P=[];for(let we=0;we<T.length-1;we++){const Me=T[we+1][0]-T[we][0],ze=T[we+1][1]-T[we][1],Ee=Math.hypot(Me,ze);P.push(Ee),Y+=Ee}if(Y===0)return null;let U=Y*W;const ne=30;if(L>0&&Y>L+ne*2){const we=L/2+ne,Me=Y-L/2-ne;U=Math.max(we,Math.min(Me,U))}else L>0&&(U=Y/2);let O=0,A=T[0][0],D=T[0][1];for(let we=0;we<P.length;we++){if(O+P[we]>=U){const Me=U-O,ze=P[we]>0?Me/P[we]:0;A=T[we][0]+ze*(T[we+1][0]-T[we][0]),D=T[we][1]+ze*(T[we+1][1]-T[we][1]);break}O+=P[we]}const oe=Math.atan2(T[T.length-1][1]-T[0][1],T[T.length-1][0]-T[0][0]);let Ie=F.x+A,me=F.y+D;if(F.angle){const we=F.x+F.width/2,Me=F.y+F.height/2,ze=bt([Ie,me],[we,Me],F.angle);Ie=ze[0],me=ze[1]}return{midX:Ie,midY:me,length:Y,angle:oe}},e1=F=>{if(F.type==="text"||F.type==="frame")rt(F);else if(["rectangle","diamond","ellipse","square","star","circle","cylinder","process","decision","trapezoid","parallelogram","cloud","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2","note"].includes(F.type)){const W=t.elements.find(L=>L.type==="text"&&L.containerId===F.id&&!L.isDeleted);if(W)rt(W);else{const L=F.x,T=F.y;t.setTool("text");const Y=e2("text",L,T,{strokeColor:F.strokeColor||t.appState.currentItemStrokeColor});Y.containerId=F.id,Y.fontFamily=F.fontFamily||t.appState.currentItemFontFamily||"sans-serif",Y.fontSize=F.fontSize||t.appState.currentItemFontSize||20,Y.fontWeight=F.fontWeight||t.appState.currentItemFontWeight||"Regular",Y.fontColor=F.fontColor||"#363B4C",Y.fontBgColor=F.fontBgColor||"transparent",Y.textAlign=F.textAlign||"center",Y.verticalAlign=F.verticalAlign||"middle",Y.angle=F.angle||0,Y.isBold=F.isBold||!1,Y.isItalic=F.isItalic||!1,Y.isUnderline=F.isUnderline||!1,Y.isStrikethrough=F.isStrikethrough||!1,Y.x=L,Y.y=T,Y.width=F.width,Y.height=F.height,t.addElement(Y),rt(Y)}}else if(F.type==="arrow"||F.type==="line"){const W=t.elements.find(L=>L.type==="text"&&L.containerId===F.id&&!L.isDeleted);if(W)rt(W);else{const L=Cn(F);if(!L)return;t.setTool("text");const T=t.appState.currentItemFontSize||20,Y=L.length,P=jt(" ",T,"sans-serif",Y),U=Math.min(P.width,Y),ne=P.height,O=e2("text",L.midX,L.midY,{strokeColor:F.strokeColor||t.appState.currentItemStrokeColor});O.containerId=F.id,O.fontColor=F.fontColor||"#363B4C",O.textAlign="center",O.verticalAlign="middle",O.angle=0,O.x=L.midX-U/2,O.y=L.midY-ne/2,O.width=U,O.height=ne,t.addElement(O),rt(O)}}},rt=F=>{H.value=F.id,F.type==="frame"?de.value=F.name||"分区":(de.value=F.text||"",F.type=="text"&&F.containerId&&(Le.value=jt(F.text,F.fontSize||20,F.fontFamily||"sans-serif",F.width,{isBold:F.isBold,isItalic:F.isItalic,fontWeight:F.fontWeight,lineHeight:F.lineHeight,letterSpacing:F.letterSpacing}).height+"px")),t.setTool("selection"),n.nextTick(()=>{s.value&&(s.value.focus(),s.value.selectionStart=s.value.value.length,s.value.selectionEnd=s.value.value.length)})};n.onMounted(()=>{window.addEventListener("resize",f),document.addEventListener("paste",t1),window.addEventListener("keydown",De),window.addEventListener("keyup",q1),a.value?.addEventListener("wheel",Ze,{passive:!1}),t.elements.length,Bt()});const t1=async F=>{await S1(F)},S1=async F=>{if(!H.value){F.preventDefault(),F.stopPropagation();try{const W=F.clipboardData||window.clipboardData;if(!W||!W.items)return;const L=W.items;let T="",Y=!1,P=null;for(let ne=0;ne<L.length;ne++){const O=L[ne];O.type==="text/plain"?T=await new Promise(A=>O.getAsString(A)):O.type.startsWith("image/")&&(Y=!0,P=O.getAsFile())}const U=t._internalClipboard;if(U&&U.includes('"type":')&&U.includes('"id":')){t.pasteElements(ge.value,U);return}if(T&&T.includes('"type":')&&T.includes('"id":')){t.pasteElements(ge.value,T);return}if(Y&&P){await C1(P);return}if(T){t.pasteElements(ge.value,T);return}}catch(W){console.error("粘贴处理错误:",W)}}},C1=F=>new Promise(async(W,L)=>{if(t.appConfig.enableImageUpload&&t.appConfig.uploadImageFn)try{const T=await t.appConfig.uploadImageFn(F);if(T){const Y=new Image;Y.onload=()=>{let P=Y.naturalWidth||Y.width,U=Y.naturalHeight||Y.height;const ne=500;if(P>ne||U>ne){const O=P/U;P>U?(P=ne,U=ne/O):(U=ne,P=ne*O)}t.insertImage&&t.insertImage(T,ge.value.x-P/2,ge.value.y-U/2,P,U,void 0,!0),W(!0)},Y.onerror=()=>L(new Error("无法加载上传的图片")),Y.src=T;return}}catch(T){console.error("图片上传失败",T),L(T);return}else{const T=new FileReader;T.onload=Y=>{const P=Y.target?.result;if(P){const U=new Image;U.onload=()=>{let ne=U.naturalWidth||U.width,O=U.naturalHeight||U.height;const A=500;if(ne>A||O>A){const Ie=ne/O;ne>O?(ne=A,O=A/Ie):(O=A,ne=A*Ie)}const D=ne,oe=O;t.insertImage&&t.insertImage(P,ge.value.x-D/2,ge.value.y-oe/2,D,oe),W(!0)},U.onerror=()=>L(new Error("无法加载本地图片")),U.src=P}},T.onerror=()=>{L(new Error("文件读取失败"))},T.readAsDataURL(F)}});n.onUnmounted(()=>{document.removeEventListener("paste",t1),window.removeEventListener("resize",f),window.removeEventListener("keydown",De),window.removeEventListener("keyup",q1),a.value?.removeEventListener("wheel",Ze),window.removeEventListener("mousedown",ys)});const ys=F=>{Fe.value.visible&&(Fe.value.visible=!1)},q1=F=>{F.code==="Space"&&t.appState.activeTool==="hand"&&t.appState.lastActiveTool&&(t.setTool(t.appState.lastActiveTool),t.appState.lastActiveTool=null)};let r2=null,n1=0;const vs=()=>{if(!he.value||m.value||_.value)return[];const F=Object.keys(t.appState.selectedElementIds);if(F.length!==1)return[];const W=t.elements.find(on=>on.id===F[0]);if(!W||W.isDeleted)return[];if(W.type==="line"||W.type==="arrow"||W.type==="freedraw")return[];const L=150;let T=W.x,Y=W.y;const P=he.value;P==="right"?T=W.x+W.width+L:P==="left"?T=W.x-W.width-L:P==="bottom"?Y=W.y+W.height+L:P==="top"&&(Y=W.y-W.height-L);const U={...W,id:"preview-element",x:T,y:Y,locked:!0,strokeColor:"#5a91f5",backgroundColor:"#e1edff",fillStyle:"solid",opacity:90};U.type==="text"&&(U.text="");const ne=W.x+W.width/2,O=W.y+W.height/2,A=U.x+U.width/2,D=U.y+U.height/2,oe=[ne,O],Ie=[A,D],me=Hn(W,Ie,oe,5),we=Hn(U,oe,Ie,5);let Me=ne,ze=O,Ee=A,We=D;me&&(Me=me[0],ze=me[1]),we&&(Ee=we[0],We=we[1]);const Ye=Math.min(Me,Ee),tt=Math.min(ze,We),je=Math.max(Me,Ee),at=Math.max(ze,We),Vt=e2("arrow",Ye,tt,{strokeColor:"#5a91f5",backgroundColor:"transparent",strokeWidth:W.strokeWidth||t.appState.currentItemStrokeWidth,strokeStyle:W.strokeStyle||t.appState.currentItemStrokeStyle,roughness:W.roughness||t.appState.currentItemRoughness,arrowType:t.appState.currentItemArrowType,startArrowhead:t.appState.currentItemStartArrowhead,endArrowhead:t.appState.currentItemEndArrowhead||"arrow"});return Vt.width=je-Ye,Vt.height=at-tt,Vt.opacity=50,Vt.locked=!0,Vt.points=[[Me-Ye,ze-tt],[Ee-Ye,We-tt]],[Vt,U]},Bt=()=>{n1&&cancelAnimationFrame(n1),n1=requestAnimationFrame(()=>{if(a.value){let F=r.elements;const W=vs();if(W.length>0&&(F=[...r.elements,...W]),pl(a.value,F,r.scrollX,r.scrollY,r.zoom,t.appState.selectedElementIds,H.value,fe.value,te.value,se.value,t.appState.showGrid?t.appState.gridType:"none",t.appState.viewBackgroundColor,t.images,t.appState.croppingElementId),qe.value.length>0&&uy(a.value,qe.value,t.appState.zoom,t.appState.scrollX,t.appState.scrollY),v.value.length>0){const L=Date.now();v.value=v.value.filter(Y=>L-Y.timestamp<450);const T=a.value.getContext("2d");if(T&&v.value.length>1){r2||(r2=document.createElement("canvas")),(r2.width!==a.value.width||r2.height!==a.value.height)&&(r2.width=a.value.width,r2.height=a.value.height);const Y=r2.getContext("2d");if(Y){Y.clearRect(0,0,r2.width,r2.height),Y.save();const P=window.devicePixelRatio||1;Y.setTransform(P,0,0,P,0,0),Y.lineCap="round",Y.lineJoin="round";const ne=(O=>{if(O.length<3)return O;let A=[...O];for(let D=0;D<2;D++){const oe=[];oe.push(A[0]);for(let Ie=0;Ie<A.length-1;Ie++){const me=A[Ie],we=A[Ie+1];oe.push({x:.75*me.x+.25*we.x,y:.75*me.y+.25*we.y,timestamp:.75*me.timestamp+.25*we.timestamp}),oe.push({x:.25*me.x+.75*we.x,y:.25*me.y+.75*we.y,timestamp:.25*me.timestamp+.75*we.timestamp})}oe.push(A[A.length-1]),A=oe}return A})(v.value);for(let O=0;O<ne.length-1;O++){const A=ne[O],D=ne[O+1];if(!A||!D)continue;const oe=L-A.timestamp,Ie=Math.max(0,1-oe/450);if(Ie<=0)continue;Y.beginPath();const me=(A.x+r.scrollX)*r.zoom,we=(A.y+r.scrollY)*r.zoom,Me=(D.x+r.scrollX)*r.zoom,ze=(D.y+r.scrollY)*r.zoom;Y.moveTo(me,we),Y.lineTo(Me,ze),Y.strokeStyle="rgb(204, 204, 204)";const Ee=Math.pow(Ie,.8);Y.lineWidth=16*r.zoom*Ee,Y.stroke()}Y.restore(),T.save(),T.setTransform(1,0,0,1,0,0),T.globalAlpha=.6,T.drawImage(r2,0,0),T.restore()}}v.value.length>0&&(cancelAnimationFrame(y),y=requestAnimationFrame(Bt))}if(w.value){const L=a.value.getContext("2d");if(L){L.save();const T=window.devicePixelRatio||1;L.setTransform(T,0,0,T,0,0),L.strokeStyle="rgba(30, 111, 255, 0.9)",L.fillStyle="rgba(30, 111, 255, 0.1)",L.lineWidth=1;const Y=Math.min(Se.value.x+r.scrollX,ge.value.x+r.scrollX)*r.zoom,P=Math.min(Se.value.y+r.scrollY,ge.value.y+r.scrollY)*r.zoom,U=Math.abs(Se.value.x-ge.value.x)*r.zoom,ne=Math.abs(Se.value.y-ge.value.y)*r.zoom;L.strokeRect(Y,P,U,ne),L.fillRect(Y,P,U,ne),L.restore()}}if(!m.value&&!_.value&&t.appState.showQuickCreate!==!1){const L=Object.keys(t.appState.selectedElementIds);if(L.length===1){const T=t.elements.find(P=>P.id===L[0]),Y=T&&T.type==="text"&&T.containerId&&(()=>{const P=t.elements.find(U=>U.id===T.containerId);return P&&(P.type==="arrow"||P.type==="line")})();if(T&&!T.isDeleted&&!["arrow","line","freedraw","frame"].includes(T.type)&&!Y){const P=a.value.getContext("2d");if(P){P.save();const U=window.devicePixelRatio||1;P.setTransform(U,0,0,U,0,0);const ne=T.x+T.width/2,O=T.y+T.height/2,A=24,D=[{dir:"top",dx:0,dy:-T.height/2-A/r.zoom},{dir:"right",dx:T.width/2+A/r.zoom,dy:0},{dir:"bottom",dx:0,dy:T.height/2+A/r.zoom},{dir:"left",dx:-T.width/2-A/r.zoom,dy:0}];for(const oe of D){const[Ie,me]=bt([ne+oe.dx,O+oe.dy],[ne,O],T.angle),we=(Ie+r.scrollX)*r.zoom,Me=(me+r.scrollY)*r.zoom,ze=he.value===oe.dir;P.translate(we,Me),ze?(P.shadowColor="rgba(0, 0, 0, 0.15)",P.shadowBlur=4,P.shadowOffsetX=0,P.shadowOffsetY=2,P.beginPath(),P.arc(0,0,14,0,Math.PI*2),P.fillStyle="#fff",P.fill(),P.shadowColor="transparent",P.beginPath(),P.arc(0,0,12,0,Math.PI*2),P.fillStyle="#5a91f5",P.fill(),P.rotate(T.angle||0),oe.dir==="bottom"?P.rotate(Math.PI):oe.dir==="left"?P.rotate(-Math.PI/2):oe.dir==="right"&&P.rotate(Math.PI/2),P.beginPath(),P.moveTo(0,-6),P.lineTo(0,6),P.moveTo(0,-6),P.lineTo(-4.5,-1.5),P.moveTo(0,-6),P.lineTo(4.5,-1.5),P.strokeStyle="#fff",P.lineWidth=2,P.stroke(),oe.dir==="bottom"?P.rotate(-Math.PI):oe.dir==="left"?P.rotate(Math.PI/2):oe.dir==="right"&&P.rotate(-Math.PI/2),P.rotate(-(T.angle||0))):(P.shadowColor="rgba(0, 0, 0, 0.15)",P.shadowBlur=4,P.shadowOffsetX=0,P.shadowOffsetY=2,P.beginPath(),P.arc(0,0,8,0,Math.PI*2),P.fillStyle="#fff",P.fill(),P.shadowColor="transparent",P.beginPath(),P.arc(0,0,6,0,Math.PI*2),P.fillStyle="#5a91f5",P.fill()),P.translate(-we,-Me)}P.restore()}}}}if(ht.value.length>0){const L=a.value.getContext("2d");if(L){L.save();const T=window.devicePixelRatio||1;L.setTransform(T,0,0,T,0,0),L.strokeStyle="#ff00ff",L.lineWidth=1,L.setLineDash([5,5]),ht.value.forEach(Y=>{if(L.beginPath(),Y.type==="vertical"&&Y.x!==void 0){const P=(Y.x+r.scrollX)*r.zoom,U=(Y.start+r.scrollY)*r.zoom,ne=(Y.end+r.scrollY)*r.zoom;L.moveTo(P,U),L.lineTo(P,ne)}else if(Y.type==="horizontal"&&Y.y!==void 0){const P=(Y.y+r.scrollY)*r.zoom,U=(Y.start+r.scrollX)*r.zoom,ne=(Y.end+r.scrollX)*r.zoom;L.moveTo(U,P),L.lineTo(ne,P)}L.stroke()}),L.restore()}}if(!t.appState.croppingElementId){const L=Object.keys(t.appState.selectedElementIds);if(L.length===1){const T=t.elements.find(P=>P.id===L[0]),Y=T&&T.type==="text"&&T.containerId&&(()=>{const P=t.elements.find(U=>U.id===T.containerId);return P&&(P.type==="arrow"||P.type==="line")})();if(T&&!H.value&&!T.locked&&t.appState.croppingElementId!==T.id&&!Y){const P=xn(T,r.zoom,r.scrollX,r.scrollY),U=a.value.getContext("2d");if(P&&U){U.save();const ne=window.devicePixelRatio||1;U.setTransform(ne,0,0,ne,0,0),U.fillStyle="#ffffff",U.strokeStyle="#6965db",U.lineWidth=1;for(const[O,A]of Object.entries(P)){const[D,oe,Ie]=A,me=Ie;if(U.beginPath(),!(O==="rotation"||O.startsWith("rot_"))){if(O==="rotCustomIcon"){if(et.complete&&et.naturalWidth){U.save(),U.translate(D,oe),U.rotate(T.angle||0);const we=20;U.drawImage(et,-we/2,-we/2,we,we),U.restore()}continue}O.startsWith("point-")?U.arc(D,oe,me/2,0,Math.PI*2):U.roundRect?U.roundRect(D-me/2,oe-me/2,me,me,2):U.rect(D-me/2,oe-me/2,me,me),U.fill(),U.stroke()}}if(k.value?.startsWith("rot_")&&P[k.value]){const[O,A,D]=P[k.value];let oe=Math.round((T.angle||0)*180/Math.PI);oe=(oe%360+360)%360;const Ie=`${oe}°`,me=8,we=22;U.font="12px sans-serif";const ze=U.measureText(Ie).width+me*2,Ee=O,Ye=A-D/2-4-we/2;U.save(),U.fillStyle="#363B4C";const tt=Ee-ze/2,je=Ye-we/2;U.roundRect?(U.beginPath(),U.roundRect(tt,je,ze,we,4),U.fill()):U.fillRect(tt,je,ze,we),U.textAlign="center",U.textBaseline="middle",U.fillStyle="#ffffff",U.fillText(Ie,Ee,Ye),U.restore()}U.restore()}}}else if(L.length>1){const T=t.elements.filter(P=>t.appState.selectedElementIds[P.id]&&!P.locked),Y=X2(T);if(Y){const P={type:"rectangle",x:Y.x,y:Y.y,width:Y.width,height:Y.height,angle:0,locked:!1},U=xn(P,r.zoom,r.scrollX,r.scrollY),ne=a.value.getContext("2d");if(ne&&U){ne.save();const O=window.devicePixelRatio||1;if(ne.setTransform(O,0,0,O,0,0),k.value?.startsWith("rot_")&&U[k.value]){const[we,Me,ze]=U[k.value];let Ee=Math.round((P.angle||0)*180/Math.PI);Ee=(Ee%360+360)%360;const We=`${Ee}°`,Ye=8,tt=22;ne.font="12px sans-serif";const at=ne.measureText(We).width+Ye*2,Vt=we,en=Me-ze/2-2-tt/2;ne.save(),ne.fillStyle="#363B4C";const _n=Vt-at/2,Nt=en-tt/2;ne.roundRect?(ne.beginPath(),ne.roundRect(_n,Nt,at,tt,4),ne.fill()):ne.fillRect(_n,Nt,at,tt),ne.textAlign="center",ne.textBaseline="middle",ne.fillStyle="#ffffff",ne.fillText(We,Vt,en),ne.restore()}const A=(P.x+r.scrollX)*r.zoom,D=(P.y+r.scrollY)*r.zoom,oe=P.width*r.zoom,Ie=P.height*r.zoom;ne.strokeStyle="#6965db",ne.lineWidth=1,ne.setLineDash([5,5]);const me=4;if(ne.strokeRect(A-me,D-me,oe+me*2,Ie+me*2),ne.setLineDash([]),U){ne.fillStyle="#ffffff",ne.strokeStyle="#6965db",ne.lineWidth=1;for(const[we,Me]of Object.entries(U)){const[ze,Ee,We]=Me,Ye=We;if(ne.beginPath(),!(we==="rotation"||we.startsWith("rot_"))){if(we==="rotCustomIcon"){if(et.complete&&et.naturalWidth){ne.save(),ne.translate(ze,Ee),ne.rotate(P.angle||0);const tt=20;ne.drawImage(et,-tt/2,-tt/2,tt,tt),ne.restore()}continue}else ne.roundRect?ne.roundRect(ze-Ye/2,Ee-Ye/2,Ye,Ye,2):ne.rect(ze-Ye/2,Ee-Ye/2,Ye,Ye);ne.fill(),ne.stroke()}}}ne.restore()}}}}if(X.value){const L=X.value,T=t.elements.find(U=>U.id===L);let Y=!0;T&&T.type==="frame"&&(ge.value.x,ge.value.x>T.x+10&&ge.value.x<T.x+T.width-10&&ge.value.y>T.y+10&&ge.value.y<T.y+T.height-10&&(Y=!1));const P=T&&T.type==="text"&&T.containerId&&(()=>{const U=t.elements.find(ne=>ne.id===T.containerId);return!!U&&(U.type==="arrow"||U.type==="line")})();if(T&&Y&&T.type!=="arrow"&&T.type!=="line"&&!T.locked&&!P){const U=a.value.getContext("2d");if(U){U.save();const ne=window.devicePixelRatio||1;U.setTransform(ne,0,0,ne,0,0);const O=(T.x+r.scrollX)*r.zoom,A=(T.y+r.scrollY)*r.zoom,D=T.width*r.zoom,oe=T.height*r.zoom,Ie=T.angle,me=O+D/2,we=A+oe/2;U.translate(me,we),U.rotate(Ie);const Me=T.isFlippedHorizontal?-1:1,ze=T.isFlippedVertical?-1:1;U.scale(Me,ze),U.translate(-me,-we),U.strokeStyle="#1e6fff",U.lineWidth=3;const Ee=0;if(["ellipse","circle"].includes(T.type))U.beginPath(),U.ellipse(O+D/2,A+oe/2,D/2+Ee,oe/2+Ee,0,0,2*Math.PI),U.stroke();else if(T.type==="cylinder"){U.beginPath();const We=Math.min(oe*.15,20);U.ellipse(O+D/2,A+We-Ee,D/2+Ee,We+Ee,0,0,2*Math.PI),U.moveTo(O+D+Ee,A+We-Ee),U.lineTo(O+D+Ee,A+oe-We+Ee),U.ellipse(O+D/2,A+oe-We+Ee,D/2+Ee,We+Ee,0,0,Math.PI,!1),U.lineTo(O-Ee,A+We-Ee),U.stroke()}else if(["diamond","decision"].includes(T.type)){U.beginPath();const We=O+D/2,Ye=A+oe/2;U.moveTo(We,A-Ee),U.lineTo(O+D+Ee,Ye),U.lineTo(We,A+oe+Ee),U.lineTo(O-Ee,Ye),U.closePath(),U.stroke()}else if(T.type==="trapezoid")U.beginPath(),U.moveTo(O+D*.2-Ee,A-Ee),U.lineTo(O+D*.8+Ee,A-Ee),U.lineTo(O+D+Ee,A+oe+Ee),U.lineTo(O-Ee,A+oe+Ee),U.closePath(),U.stroke();else if(T.type==="parallelogram")U.beginPath(),U.moveTo(O+D*.25-Ee,A-Ee),U.lineTo(O+D+Ee,A-Ee),U.lineTo(O+D*.75+Ee,A+oe+Ee),U.lineTo(O-Ee,A+oe+Ee),U.closePath(),U.stroke();else if(T.type==="star"){U.beginPath();const We=R1(D,oe);if(We&&We.length>0){const Ye=We[0];U.moveTo(O+Ye[0],A+Ye[1]);for(let tt=1;tt<We.length;tt++){const je=We[tt];U.lineTo(O+je[0],A+je[1])}U.closePath(),U.stroke()}}else if(["pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","step1","step2"].includes(T.type)){U.beginPath();const We=P1(T.type,D,oe);if(We&&We.length>0){const Ye=We[0];U.moveTo(O+Ye[0]-Ee,A+Ye[1]-Ee);for(let tt=1;tt<We.length;tt++){const je=We[tt];U.lineTo(O+je[0]+(je[0]>D/2?Ee:-Ee),A+je[1]+(je[1]>oe/2?Ee:-Ee))}U.closePath(),U.stroke()}}else if(T.type==="cloud"){const We=`M ${O+D*.161} ${A+oe*.484} C ${O+D*.161} ${A+oe*.137} ${O+D*.383} ${A+oe*.137} ${O+D*.383} ${A+oe*.253} C ${O+D*.383} ${A+oe*-.094} ${O+D*.826} ${A+oe*-.094} ${O+D*.826} ${A+oe*.253} C ${O+D*1.047} ${A+oe*.253} ${O+D*1.047} ${A+oe*.6} ${O+D*.936} ${A+oe*.716} C ${O+D*1.047} ${A+oe*.947} ${O+D*.715} ${A+oe*1.063} ${O+D*.715} ${A+oe*.831} C ${O+D*.604} ${A+oe*1.063} ${O+D*.161} ${A+oe*1.063} ${O+D*.161} ${A+oe*.831} C ${O+D*-.06} ${A+oe*.831} ${O+D*-.06} ${A+oe*.484} ${O+D*.161} ${A+oe*.484} Z`,Ye=new Path2D(We);U.stroke(Ye)}else if(T.type==="cube"){U.beginPath();const We=Math.min(D,oe)*.25;U.moveTo(O-Ee,A+We-Ee),U.lineTo(O+We-Ee,A-Ee),U.lineTo(O+D+Ee,A-Ee),U.lineTo(O+D+Ee,A+oe-We+Ee),U.lineTo(O+D-We+Ee,A+oe+Ee),U.lineTo(O-Ee,A+oe+Ee),U.closePath(),U.moveTo(O+D-We-Ee,A+We-Ee),U.lineTo(O-Ee,A+We-Ee),U.moveTo(O+D-We-Ee,A+We-Ee),U.lineTo(O+D+Ee,A-Ee),U.moveTo(O+D-We-Ee,A+We-Ee),U.lineTo(O+D-We-Ee,A+oe+Ee),U.stroke()}else U.strokeRect(O-Ee,A-Ee,D+Ee*2,oe+Ee*2);U.restore()}}}}})};function bs(){s.value&&s.value.focus()}return n.watch([()=>r.elements,()=>r.zoom,()=>r.scrollX,()=>r.scrollY,c,l,H,()=>t.appState.viewBackgroundColor,()=>t.appState.gridType,()=>t.appState.showGrid,()=>t.appState.croppingElementId],Bt,{deep:!0}),n.onMounted(()=>{t.initData(),t.$subscribe(()=>{t.saveToLocalStorage()},{detached:!0})}),n.watch(()=>t.elements,()=>{}),(F,W)=>(n.openBlock(),n.createElementBlock("div",_y,[n.createElementVNode("canvas",{id:"canvas-container",ref_key:"canvas",ref:a,width:c.value*u.value,height:l.value*u.value,style:n.normalizeStyle({width:c.value+"px",height:l.value+"px",cursor:B()}),onPointerdown:w1,onPointermove:x1,onPointerup:G1,onDblclick:zn,onContextmenu:n.withModifiers(p,["prevent"])},null,44,ky),n.createVNode(yy,{visible:Fe.value.visible,x:Fe.value.x,y:Fe.value.y,"is-element-selected":Fe.value.isElementSelected,"is-element-locked":Fe.value.isElementLocked,"show-grid":Oe.value,onAction:g,onClose:W[0]||(W[0]=L=>Fe.value.visible=!1)},null,8,["visible","x","y","is-element-selected","is-element-locked","show-grid"]),n.createElementVNode("div",{class:"excalidraw-textContainer",style:n.normalizeStyle({...pe.value}),onClick:bs},[H.value?n.withDirectives((n.openBlock(),n.createElementBlock("textarea",{key:0,ref_key:"textInput",ref:s,"onUpdate:modelValue":W[1]||(W[1]=L=>de.value=L),onCompositionstart:J2,onCompositionupdate:q0,onCompositionend:k1,onInput:E1,class:"text-editor",style:n.normalizeStyle({...pe.value,transform:"rotate(0rad)",...Z.value?{}:{height:`${Le.value}`}}),onBlur:J,onKeydown:W[2]||(W[2]=n.withModifiers(()=>{},["stop"]))},null,36)),[[n.vModelText,de.value]]):n.createCommentVNode("",!0)],4),n.unref(t).appState.croppingElementId?(n.openBlock(),n.createBlock(xy,{key:0,elementId:n.unref(t).appState.croppingElementId,zoom:o.zoom,scrollX:o.scrollX,scrollY:o.scrollY},null,8,["elementId","zoom","scrollX","scrollY"])):n.createCommentVNode("",!0)],512))}}),[["__scopeId","data-v-caf0b09d"]]),Cy={key:0,class:"empty-state"},qy={class:"empty-state-content"},Iy={class:"title"},My={class:"subtitle"},By={class:"action-buttons"},zy={class:"btn-label"},Fy={class:"shortcut"},Ay={class:"btn-label"},Ty={class:"shortcut"},Vy={class:"btn-label"},Ny={class:"shortcut"},Ly={class:"btn-label"},Ry={class:"shortcut"},Py=gn(n.defineComponent({__name:"EmptyState",setup(o){const r=n.inject("jvs-draw-instance-id","excalidraw"),e=Sn(r),{t}=E2(),a=async s=>{if(s==="shapes")e.setToolType("rectangle"),e.setTool("shapes");else if(s==="image"){e.setTool("image");const c=e.appConfig.enableImageUpload?e.appConfig.uploadImageFn:void 0,l=await h0(c);if(l){const u=window.innerWidth/2/e.appState.zoom-e.appState.scrollX,h=window.innerHeight/2/e.appState.zoom-e.appState.scrollY;e.insertImage(l.dataURL,u-l.width/2,h-l.height/2,l.width,l.height,void 0,!!c),e.setTool("selection")}else e.setTool("selection")}else e.setTool(s)};return(s,c)=>n.unref(e).elements.length===0&&(n.unref(e).appState.activeTool==="selection"||n.unref(e).appState.activeTool==="hand")?(n.openBlock(),n.createElementBlock("div",Cy,[n.createElementVNode("div",qy,[n.createElementVNode("h2",Iy,n.toDisplayString(n.unref(t)("emptyState.title")||"请先选择工具开始绘图"),1),n.createElementVNode("p",My,n.toDisplayString(n.unref(t)("emptyState.subtitle")||"您的绘图将保存在浏览器的存储中,请定期将您的工作保存到文件中,以避免丢失。"),1),n.createElementVNode("div",By,[n.createElementVNode("div",{class:"action-btn",onClick:c[0]||(c[0]=l=>a("shapes"))},[c[8]||(c[8]=n.createElementVNode("div",{class:"icon-wrapper"},[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-xingzhuang"})])],-1)),n.createElementVNode("span",zy,n.toDisplayString(n.unref(t)("emptyState.insertShape")||"插入图形"),1),n.createElementVNode("div",Fy,[c[4]||(c[4]=n.createElementVNode("span",null,"R",-1)),c[5]||(c[5]=n.createTextVNode()),n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("help.or")||"或"),1),c[6]||(c[6]=n.createTextVNode()),c[7]||(c[7]=n.createElementVNode("span",null,"2",-1))])]),n.createElementVNode("div",{class:"action-btn",onClick:c[1]||(c[1]=l=>a("text"))},[c[13]||(c[13]=n.createElementVNode("div",{class:"icon-wrapper"},[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-wenben"})])],-1)),n.createElementVNode("span",Ay,n.toDisplayString(n.unref(t)("emptyState.insertText")||"插入文本"),1),n.createElementVNode("div",Ty,[c[9]||(c[9]=n.createElementVNode("span",null,"T",-1)),c[10]||(c[10]=n.createTextVNode()),n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("help.or")||"或"),1),c[11]||(c[11]=n.createTextVNode()),c[12]||(c[12]=n.createElementVNode("span",null,"8",-1))])]),n.createElementVNode("div",{class:"action-btn",onClick:c[2]||(c[2]=l=>a("freedraw"))},[c[18]||(c[18]=n.createElementVNode("div",{class:"icon-wrapper"},[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-huabi"})])],-1)),n.createElementVNode("span",Vy,n.toDisplayString(n.unref(t)("emptyState.freedraw")||"自由画笔"),1),n.createElementVNode("div",Ny,[c[14]||(c[14]=n.createElementVNode("span",null,"P",-1)),c[15]||(c[15]=n.createTextVNode()),n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("help.or")||"或"),1),c[16]||(c[16]=n.createTextVNode()),c[17]||(c[17]=n.createElementVNode("span",null,"7",-1))])]),n.createElementVNode("div",{class:"action-btn",onClick:c[3]||(c[3]=l=>a("image"))},[c[23]||(c[23]=n.createElementVNode("div",{class:"icon-wrapper"},[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-tupian"})])],-1)),n.createElementVNode("span",Ly,n.toDisplayString(n.unref(t)("emptyState.insertImage")||"插入图片"),1),n.createElementVNode("div",Ry,[c[19]||(c[19]=n.createElementVNode("span",null,"I",-1)),c[20]||(c[20]=n.createTextVNode()),n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("help.or")||"或"),1),c[21]||(c[21]=n.createTextVNode()),c[22]||(c[22]=n.createElementVNode("span",null,"4",-1))])])])])])):n.createCommentVNode("",!0)}}),[["__scopeId","data-v-2f4c2f9d"]]),Dy={class:"color-box"},Oy=["onClick"],O1=gn(n.defineComponent({__name:"colorStyle",props:n.mergeModels({showTransparent:{type:Boolean,default:!0},renderColorList:{type:Array,default:["#FFFFFF","#1E6FFF","#FF194C","#ED6824","#FBB41B","#14C9C9","#754EFF","#363B4C","#C2C5CF","#02A8FC","#FF0187","#FF9736","#FFD02B","#3AE5E5","#8A4EFA","#6F7588","#36B452","#1CD0FB","#FF4667","#E1A371","#FFE192","#4ADFB0"]},showFooterBtn:{type:Boolean,default:!1}},{modelValue:{},modelModifiers:{}}),emits:n.mergeModels(["colorChange"],["update:modelValue"]),setup(o,{emit:r}){const e=n.useModel(o,"modelValue"),t=r,a=n.ref(),s=n.ref(),c=o,l=n.ref([]);n.watch(()=>c.renderColorList,p=>{l.value=p},{immediate:!0});const u=function(p){e.value=p,t("colorChange",p)};function h(){a.value.openColorPicker()}function f(p){a.value.closeColorPicker(),l.value.push(p.hex)}return(p,g)=>{const m=n.resolveComponent("jvs-picker-color-v3");return n.openBlock(),n.createElementBlock("div",Dy,[o.showTransparent?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(["trans-icon",{active:e.value==="transparent"}]),onClick:g[0]||(g[0]=x=>u("transparent"))},[...g[1]||(g[1]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-wuyanse"})],-1)])],2)):n.createCommentVNode("",!0),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.value,(x,v)=>(n.openBlock(),n.createElementBlock("div",{key:v,class:n.normalizeClass(["color-item",{active:e.value===x}]),style:n.normalizeStyle({background:x}),onClick:y=>u(x)},null,14,Oy))),128)),n.createVNode(m,{ref_key:"bgColorPickerRef",ref:a,options:{openGradual:!1,pickerButtonRef:s.value,showFooterBtn:o.showFooterBtn},onChange:f},{default:n.withCtx(({isGradual:x,color:v,alpha:y})=>[n.createElementVNode("div",{class:"color-item-add",onClick:h,ref_key:"bgColorRef",ref:s},[...g[2]||(g[2]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-tianjiayanse"})],-1)])],512)]),_:1},8,["options"])])}}}),[["__scopeId","data-v-e4e2edb0"]]),y0=(o,r={})=>new Promise((e,t)=>{if(!o||o.length===0)return console.warn("No elements to export"),e();const a=r.padding!==void 0?r.padding:20,s=X2([...o]);if(!s)return e();const c=s.width+a*2,l=s.height+a*2,u=document.createElement("canvas");if(u.width=c*window.devicePixelRatio,u.height=l*window.devicePixelRatio,!u.getContext("2d"))return t(new Error("Failed to create canvas context"));const f=-s.minX+a,p=-s.minY+a;pl(u,o,f,p,1,{},null,{},null,{},r.gridType||"none",r.viewBackgroundColor||"#ffffff",r.images||{}),u.toBlob(m=>{if(!m)return t(new Error("Failed to generate image blob"));const x=URL.createObjectURL(m),v=document.createElement("a");v.download=`jvs-draw-export-${Date.now()}.png`,v.href=x,document.body.appendChild(v),v.click(),document.body.removeChild(v),URL.revokeObjectURL(x),e()},"image/png")}),wl=(o,r)=>{if(!o||o==="transparent")return"rgba(0,0,0,0)";if(o.startsWith("rgb"))return o;let e=o.replace("#","");if(e.length===3&&(e=e.split("").map(t=>t+t).join("")),e.length>=6){const t=parseInt(e.substring(0,2),16),a=parseInt(e.substring(2,4),16),s=parseInt(e.substring(4,6),16);return`rgba(${t}, ${a}, ${s}, ${r})`}return o},an=(o,r={})=>{const e=document.createElementNS("http://www.w3.org/2000/svg",o);for(const[t,a]of Object.entries(r))e.setAttribute(t,String(a));return e},Je=(o,r)=>{o.appendChild(r)},Hy=(o,r,e)=>{const t=o.x+o.width/2+r,a=o.y+o.height/2+e,s=o.isFlippedHorizontal?-1:1,c=o.isFlippedVertical?-1:1,l=[];return l.push(`translate(${t}, ${a})`),o.angle&&l.push(`rotate(${o.angle*180/Math.PI})`),(s!==1||c!==1)&&l.push(`scale(${s}, ${c})`),l.push(`translate(${-o.width/2}, ${-o.height/2})`),l.join(" ")},xl=(o,r,e,t,a,s)=>{if(!(r.length<2)){if(t&&t!=="none"&&t!=="line"){const c=r[r.length-2],l=r[r.length-1];if(c&&l){const u=Math.atan2(l[1]-c[1],l[0]-c[0]);_l(o,t,l,u,!1,a,s)}}if(e&&e!=="none"&&e!=="line"){const c=r[0],l=r[1];if(c&&l){const u=Math.atan2(l[1]-c[1],l[0]-c[0]);_l(o,e,c,u,!0,a,s)}}}},_l=(o,r,e,t,a,s,c)=>{if(!r||r==="none"||r==="line")return;const[l,u]=e,h=15,f=Math.PI/6,p="#ffffff",g=a?t+Math.PI:t,m=an("g",{fill:"none",stroke:c.stroke||s.stroke,"stroke-width":c.strokeWidth||s.strokeWidth||1,"stroke-linejoin":"round","stroke-linecap":"round"});if(r==="arrow"){const x=l-h*Math.cos(g-f),v=u-h*Math.sin(g-f),y=l-h*Math.cos(g+f),w=u-h*Math.sin(g+f),_=an("path",{d:`M${x},${v} L${l},${u} L${y},${w}`,fill:"none"});Je(m,_)}else if(r==="triangle"||r==="triangle_outline"){const v=l-12*Math.cos(g-f),y=u-12*Math.sin(g-f),w=l-12*Math.cos(g+f),_=u-12*Math.sin(g+f),k=r==="triangle"?s.stroke:p,C=an("path",{d:`M${l},${u} L${v},${y} L${w},${_} Z`,fill:k,"fill-opacity":"1"});Je(m,C)}else if(r==="dot"||r==="circle_outline"){const v=l-5*Math.cos(g),y=u-5*Math.sin(g),w=r==="dot"?s.stroke:p,_=an("circle",{cx:v,cy:y,r:5,fill:w});Je(m,_)}else if(r==="diamond"||r==="diamond_outline"){const y=l-8*Math.cos(g),w=u-16/2*Math.sin(g),_=l-16*Math.cos(g),k=u-16*Math.sin(g),C=Math.cos(g+Math.PI/2)*6,S=Math.sin(g+Math.PI/2)*6,E=r==="diamond"?s.stroke:p,I=an("path",{d:`M${l},${u} L${y+C},${w+S} L${_},${k} L${y-C},${w-S} Z`,fill:E});Je(m,I)}else if(r==="bar"){const x=l-10*Math.cos(g+Math.PI/2),v=u-10*Math.sin(g+Math.PI/2),y=l+10*Math.cos(g+Math.PI/2),w=u+10*Math.sin(g+Math.PI/2),_=an("path",{d:`M${x},${v} L${y},${w}`,fill:"none"});Je(m,_)}Je(o,m)},kl=(o,r,e)=>{const t=r.points;if(!t||t.length<2)return;const a=e.find(fe=>fe.type==="text"&&fe.containerId===r.id&&!fe.isDeleted);if(!a||!a.text)return;let s=0;const c=[];for(let fe=0;fe<t.length-1;fe++){const te=Math.hypot(t[fe+1][0]-t[fe][0],t[fe+1][1]-t[fe][1]);c.push(te),s+=te}if(s===0)return;const l=a.boundTextOffset??.5;let u=s*l;const h=a.width||0,f=30;if(h>0&&s>h+f*2){const fe=h/2+f,te=s-h/2-f;u=Math.max(fe,Math.min(te,u))}else h>0&&(u=s/2);let p=0,g=t[0][0],m=t[0][1];for(let fe=0;fe<c.length;fe++){if(p+c[fe]>=u){const te=u-p,se=c[fe]>0?te/c[fe]:0;g=t[fe][0]+se*(t[fe+1][0]-t[fe][0]),m=t[fe][1]+se*(t[fe+1][1]-t[fe][1]);break}p+=c[fe]}const x=a.text||"",v=a.fontSize||20,y=a.fontColor||a.strokeColor||"#363B4C",w=a.fontFamily||"sans-serif",_=a.textAlign||"center";let k="";a.isItalic&&(k+="italic ");let C=a.isBold?"bold ":"";const S=(a.fontWeight||"").toLowerCase();S==="bold"?C="bold ":S==="medium"?C="500 ":S==="light"?C="300 ":S==="black"&&(C="900 ");const E=Math.round(v*(a.lineHeight||1.25)),I=x.split(`
|
|
27
|
+
`),V=[];I.forEach(fe=>{if(!fe){V.push("");return}V.push(fe)});const R=V.length*E;let $="middle",ee=g;_==="left"?$="start":_==="right"&&($="end");const z=a.fontBgColor,H=z&&z!=="transparent"?z:"#ffffff",M=4,X=v*.6;let K=0;for(const fe of V)K=Math.max(K,fe.length*X);let ae=g-K/2-M;_==="left"?ae=g-M:_==="right"&&(ae=g-K-M);const de=an("rect",{x:ae,y:m-R/2-M,width:K+M*2,height:R+M*2,fill:H,stroke:"none"});Je(o,de);const ce=an("text",{x:ee,y:m-R/2+E/2,"text-anchor":$,"dominant-baseline":"middle",fill:y,"font-size":v,"font-family":w,"font-style":k||void 0,"font-weight":C||void 0});for(let fe=0;fe<V.length;fe++){const te=an("tspan",{x:ee,dy:fe===0?0:E});te.textContent=V[fe]||"",Je(ce,te)}Je(o,ce)},$y=(o,r,e,t,a,s,c)=>{const l=(e.backgroundOpacity??100)/100,u=(e.strokeOpacity??100)/100,h=e.backgroundColor==="transparent"?void 0:wl(e.backgroundColor,l),f=wl(e.strokeColor,u),p={stroke:f,fill:h,fillStyle:e.fillStyle==="solid"?"solid":e.fillStyle,strokeWidth:e.strokeWidth,roughness:e.roughness,seed:e.seed,disableMultiStroke:!0,preserveVertices:!0,strokeLineJoin:"round",strokeLineCap:"round",strokeLineDash:e.strokeStyle==="dashed"?[8,8]:e.strokeStyle==="dotted"?[3,6]:void 0},g=an("g",{transform:Hy(e,a,s),opacity:e.opacity/100}),m=()=>e.roundness/100*Math.min(e.width,e.height)*.5;let x=e.type==="note"?e.noteShape||"note":e.type;switch(x==="note"&&(x="rectangle"),x){case"rectangle":case"process":{const v=[[0,0],[e.width,0],[e.width,e.height],[0,e.height]];if(e.roundness>0){const y=o.path(Lt(v,m()),p);Je(g,y)}else{const y=o.polygon(v,p);Je(g,y)}break}case"square":{const v=Math.max(e.width,e.height),y=[[0,0],[v,0],[v,v],[0,v]];if(e.roundness>0){const w=o.path(Lt(y,m()),p);Je(g,w)}else{const w=o.polygon(y,p);Je(g,w)}break}case"frame":{const v=[[0,0],[e.width,0],[e.width,e.height],[0,e.height]];if(e.roundness>0){const _=o.path(Lt(v,m()),p);Je(g,_)}else{const _=o.polygon(v,p);Je(g,_)}const y=an("text",{x:4,y:-4,fill:"#aaa","font-size":12,"font-family":"sans-serif"});let w=e.name||"分区";if(w.length>0){const _=Math.max(0,e.width-10),C=Math.floor(_/7);w.length>C&&C>0&&(w=w.slice(0,C)+"...")}y.textContent=w,Je(g,y);break}case"ellipse":{const v=o.ellipse(e.width/2,e.height/2,e.width,e.height,p);Je(g,v);break}case"diamond":case"decision":{const v=[[e.width/2,0],[e.width,e.height/2],[e.width/2,e.height],[0,e.height/2]];if(e.roundness>0){const y=o.path(Lt(v,m()),p);Je(g,y)}else{const y=o.polygon(v,p);Je(g,y)}break}case"circle":{const v=Math.max(e.width,e.height),y=o.ellipse(e.width/2,e.height/2,v,v,p);Je(g,y);break}case"star":{const v=R1(e.width,e.height);if(e.roundness>0){const y=o.path(Lt(v,m()),p);Je(g,y)}else{const y=o.polygon(v,p);Je(g,y)}break}case"cylinder":{const v=e.width,y=e.height,w=Math.min(y*.15,20),_=`M 0,${w} L 0,${y-w} A ${v/2} ${w} 0 0 0 ${v} ${y-w} L ${v},${w}`,k=o.path(_,p);Je(g,k);const C=o.ellipse(v/2,w,v,w*2,p);Je(g,C);break}case"trapezoid":{const v=[[e.width*.2,0],[e.width*.8,0],[e.width,e.height],[0,e.height]];if(e.roundness>0){const y=o.path(Lt(v,m()),p);Je(g,y)}else{const y=o.polygon(v,p);Je(g,y)}break}case"parallelogram":{const v=[[e.width*.25,0],[e.width,0],[e.width*.75,e.height],[0,e.height]];if(e.roundness>0){const y=o.path(Lt(v,m()),p);Je(g,y)}else{const y=o.polygon(v,p);Je(g,y)}break}case"pentagon":{const v=e.width,y=e.height,w=[[v/2,0],[v,y*.4],[v*.8,y],[v*.2,y],[0,y*.4]];if(e.roundness>0){const _=o.path(Lt(w,m()),p);Je(g,_)}else{const _=o.polygon(w,p);Je(g,_)}break}case"hexagon":{const v=e.width,y=e.height,w=[[v*.25,0],[v*.75,0],[v,y*.5],[v*.75,y],[v*.25,y],[0,y*.5]];if(e.roundness>0){const _=o.path(Lt(w,m()),p);Je(g,_)}else{const _=o.polygon(w,p);Je(g,_)}break}case"cloud":{const v=e.width,y=e.height,w=`M ${v*.161} ${y*.484} C ${v*.161} ${y*.137} ${v*.383} ${y*.137} ${v*.383} ${y*.253} C ${v*.383} ${y*-.094} ${v*.826} ${y*-.094} ${v*.826} ${y*.253} C ${v*1.047} ${y*.253} ${v*1.047} ${y*.6} ${v*.936} ${y*.716} C ${v*1.047} ${y*.947} ${v*.715} ${y*1.063} ${v*.715} ${y*.831} C ${v*.604} ${y*1.063} ${v*.161} ${y*1.063} ${v*.161} ${y*.831} C ${v*-.06} ${y*.831} ${v*-.06} ${y*.484} ${v*.161} ${y*.484} Z`,_=o.path(w,p);Je(g,_);break}case"message":{const v=e.width,y=e.height,w=[[0,0],[v,0],[v,y*.75],[v*.3,y*.75],[v*.15,y],[v*.15,y*.75],[0,y*.75]];if(e.roundness>0){const _=o.path(Lt(w,m()),p);Je(g,_)}else{const _=o.polygon(w,p);Je(g,_)}break}case"doubleArrow":{const v=e.width,y=e.height,w=[[0,y*.5],[v*.2,0],[v*.2,y*.3],[v*.8,y*.3],[v*.8,0],[v,y*.5],[v*.8,y],[v*.8,y*.7],[v*.2,y*.7],[v*.2,y]];if(e.roundness>0){const _=o.path(Lt(w,m()),p);Je(g,_)}else{const _=o.polygon(w,p);Je(g,_)}break}case"triangle":{const v=e.width,y=e.height,w=[[v/2,0],[v,y],[0,y]];if(e.roundness>0){const _=o.path(Lt(w,m()),p);Je(g,_)}else{const _=o.polygon(w,p);Je(g,_)}break}case"leftArrow":{const v=e.width,y=e.height,w=[[0,y*.5],[v*.4,0],[v*.4,y*.3],[v,y*.3],[v,y*.7],[v*.4,y*.7],[v*.4,y]];if(e.roundness>0){const _=o.path(Lt(w,m()),p);Je(g,_)}else{const _=o.polygon(w,p);Je(g,_)}break}case"rightArrow":{const v=e.width,y=e.height,w=[[v,y*.5],[v*.6,0],[v*.6,y*.3],[0,y*.3],[0,y*.7],[v*.6,y*.7],[v*.6,y]];if(e.roundness>0){const _=o.path(Lt(w,m()),p);Je(g,_)}else{const _=o.polygon(w,p);Je(g,_)}break}case"cube":{const v=e.width,y=e.height,w=Math.min(v,y)*.25,_=[[0,w],[v-w,w],[v-w,y],[0,y]],k=[[0,w],[w,0],[v,0],[v-w,w]],C=[[v-w,w],[v,0],[v,y-w],[v-w,y]];Je(g,o.polygon(_,p)),Je(g,o.polygon(k,p)),Je(g,o.polygon(C,p));break}case"step1":{const v=e.width,y=e.height,w=Math.min(v*.4,y*.4),_=[[0,0],[v-w,0],[v,y*.5],[v-w,y],[0,y]];if(e.roundness>0){const k=o.path(Lt(_,m()),p);Je(g,k)}else{const k=o.polygon(_,p);Je(g,k)}break}case"step2":{const v=e.width,y=e.height,w=Math.min(v*.4,y*.4),_=[[0,0],[v-w,0],[v,y*.5],[v-w,y],[0,y],[w,y*.5]];if(e.roundness>0){const k=o.path(Lt(_,m()),p);Je(g,k)}else{const k=o.polygon(_,p);Je(g,k)}break}case"freedraw":{if(e.points.length>1){const v=o.linearPath(e.points,p);Je(g,v)}break}case"arrow":{if(e.points&&e.points.length>1){const v={...p,fill:void 0,fillStyle:void 0};if(e.arrowType==="arrowBold"){const S=e.points[0],E=e.points[e.points.length-1],I=E[0]-S[0],V=E[1]-S[1],R=Math.hypot(I,V),$=Math.atan2(V,I);if(R>2){const z=Math.min(10,R*.15+2),H=Math.max(z*2.5,26),M=Math.max(z*2,22),X=Math.min(M,R*.6),K=R-X,ae=(te,se)=>[S[0]+te*Math.cos($)-se*Math.sin($),S[1]+te*Math.sin($)+se*Math.cos($)],de=[ae(0,-3/2),ae(K,-z/2),ae(K,-H/2),ae(R,0),ae(K,H/2),ae(K,z/2),ae(0,3/2)],ce={...p,fill:f,fillStyle:"solid",strokeWidth:.5,stroke:f},fe=o.polygon(de,ce);Je(g,fe)}break}let y=[...e.points],w=e.points,_,k;const C=(S,E)=>{if(!S)return;const I=t.find(K=>K.id===S.elementId);if(!I)return;const V=E?e.points[0]:e.points[e.points.length-1];if(!V)return;const R=e.x+V[0],$=e.y+V[1],ee=Math.abs(R-I.x),z=Math.abs(R-(I.x+I.width)),H=Math.abs($-I.y),M=Math.abs($-(I.y+I.height)),X=Math.min(ee,z,H,M);if(X===ee)return[-1,0];if(X===z)return[1,0];if(X===H)return[0,-1];if(X===M)return[0,1]};if(e.startBinding&&(_=C(e.startBinding,!0)),e.endBinding&&(k=C(e.endBinding,!1)),e.arrowType==="round")if(y.length===3){const S=w6(y,_,k);if(S){const E=o.path(S.pathString,v);Je(g,E),w=S.renderPoints}else{const E=o.curve(y,v);Je(g,E)}}else{const S=o.curve(y,v);Je(g,S)}else{const S=o.linearPath(y,v);Je(g,S)}xl(g,w,e.startArrowhead||null,e.endArrowhead||null,p,v)}kl(g,e,t);break}case"line":{if(e.points&&e.points.length>1){const v={...p,fill:void 0,fillStyle:void 0};let y=[...e.points];if(e.arrowType==="round"){const w=o.curve(y,v);Je(g,w)}else{const w=o.linearPath(e.points,v);Je(g,w)}xl(g,y,e.startArrowhead||null,e.endArrowhead||null,p,v)}kl(g,e,t);break}case"text":{const v=e.containerId?t.find(de=>de.id===e.containerId):null;if(v&&(v.type==="arrow"||v.type==="line"))break;let y="";e.isItalic&&(y+="italic ");let w=e.isBold?"bold ":"";const _=(e.fontWeight||"").toLowerCase();_==="bold"?w="bold ":_==="medium"?w="500 ":_==="light"?w="300 ":_==="black"&&(w="900 ");const k=e.fontSize,C=e.fontColor||e.strokeColor,S=e.fontFamily,E=e.textAlign||"left",I=Math.round(k*(e.lineHeight||1.25)),V=4,R=Math.max(0,e.width-V*2),$=(e.text||"").split(`
|
|
28
|
+
`),ee=[],z=k*.6;if($.forEach(de=>{if(!de){ee.push("");return}if(R<=0){ee.push(de);return}let ce="";for(let fe=0;fe<de.length;fe++){const te=de.charAt(fe),se=ce+te;se.length*z>R&&ce!==""?(ee.push(ce),ce=te):ce=se}ce!==""&&ee.push(ce)}),ee.length===0)break;const H=ee.length*I;let M;e.verticalAlign==="middle"?M=Math.max(V,(e.height-H)/2):e.verticalAlign==="bottom"?M=Math.max(V,e.height-V-H):M=V,M+=k*.15;let X="start",K=V;if(E==="center"?(X="middle",K=e.width/2):E==="right"&&(X="end",K=e.width-V),e.fontBgColor&&e.fontBgColor!=="transparent"){let de=0;for(const se of ee)de=Math.max(de,se.length*z);const ce=H;let fe=K;E==="center"?fe=K-de/2:E==="right"&&(fe=K-de);const te=an("rect",{x:fe,y:M-k*.15,width:de,height:ce,fill:e.fontBgColor,stroke:"none"});Je(g,te)}const ae=an("text",{x:K,y:M,"text-anchor":X,"dominant-baseline":"alphabetic",fill:C,"font-size":k,"font-family":S,"font-style":y||void 0,"font-weight":w||void 0});for(let de=0;de<ee.length;de++){const ce=an("tspan",{x:K,dy:de===0?0:I});if(ce.textContent=ee[de]||"",Je(ae,ce),e.isUnderline||e.isStrikethrough){const fe=ee[de].length*z;let te=K;if(E==="center"?te-=fe/2:E==="right"&&(te-=fe),e.isUnderline){const se=M+de*I+k*1.05-0,Se=an("line",{x1:te,y1:se,x2:te+fe,y2:se,stroke:C,"stroke-width":Math.max(1,k*.08)});Je(g,Se)}if(e.isStrikethrough){const se=M+de*I+k*.55,Se=an("line",{x1:te,y1:se,x2:te+fe,y2:se,stroke:C,"stroke-width":Math.max(1,k*.08)});Je(g,Se)}}}Je(g,ae);break}case"image":{const v=c[e.fileId]||e.dataURL;if(v){const y={x:0,y:0,width:e.width,height:e.height,href:v,preserveAspectRatio:"none"};if(e.crop){e.crop,y.href=v;const _=`clip-${e.id}`,k=an("defs"),C=an("clipPath",{id:_}),S=an("rect",{x:0,y:0,width:e.width,height:e.height});Je(C,S),Je(k,C),Je(g,k),y["clip-path"]=`url(#${_})`}const w=an("image",y);Je(g,w)}break}}Je(r,g)},ir=(o,r={})=>new Promise((e,t)=>{if(!o||o.length===0)return console.warn("No elements to export"),e();const a=r.padding!==void 0?r.padding:20,s=X2([...o]);if(!s)return e();const c=s.width+a*2,l=s.height+a*2,u=an("svg",{xmlns:"http://www.w3.org/2000/svg",width:c,height:l,viewBox:`0 0 ${c} ${l}`});if(r.viewBackgroundColor&&r.viewBackgroundColor!=="transparent"){const C=an("rect",{x:0,y:0,width:c,height:l,fill:r.viewBackgroundColor});Je(u,C)}const h=fl.svg(u),f=-s.minX+a,p=-s.minY+a,g=[],m={};o.forEach(C=>{if(C.isDeleted)return;const S=C.frameId;S&&(m[S]||(m[S]=[]),m[S].push(C))});const x=new Set;o.forEach(C=>{if(!(C.isDeleted||x.has(C.id)))if(C.type==="frame"){g.push(C),x.add(C.id);const S=m[C.id];S&&S.forEach(E=>{x.has(E.id)||(g.push(E),x.add(E.id))})}else C.frameId||(g.push(C),x.add(C.id))}),o.forEach(C=>{!C.isDeleted&&!x.has(C.id)&&(g.push(C),x.add(C.id))}),g.forEach(C=>{$y(h,u,C,o,f,p,r.images||{})});const y=new XMLSerializer().serializeToString(u),w=new Blob([y],{type:"image/svg+xml"}),_=URL.createObjectURL(w),k=document.createElement("a");k.download=`jvs-draw-export-${Date.now()}.svg`,k.href=_,document.body.appendChild(k),k.click(),document.body.removeChild(k),URL.revokeObjectURL(_),e()});function g1(o){throw new Error('Could not dynamically require "'+o+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var T6={exports:{}};var El;function Wy(){return El||(El=1,(function(o,r){(function(e){o.exports=e()})(function(){return(function e(t,a,s){function c(h,f){if(!a[h]){if(!t[h]){var p=typeof g1=="function"&&g1;if(!f&&p)return p(h,!0);if(l)return l(h,!0);var g=new Error("Cannot find module '"+h+"'");throw g.code="MODULE_NOT_FOUND",g}var m=a[h]={exports:{}};t[h][0].call(m.exports,function(x){var v=t[h][1][x];return c(v||x)},m,m.exports,e,t,a,s)}return a[h].exports}for(var l=typeof g1=="function"&&g1,u=0;u<s.length;u++)c(s[u]);return c})({1:[function(e,t,a){var s=e("./utils"),c=e("./support"),l="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";a.encode=function(u){for(var h,f,p,g,m,x,v,y=[],w=0,_=u.length,k=_,C=s.getTypeOf(u)!=="string";w<u.length;)k=_-w,p=C?(h=u[w++],f=w<_?u[w++]:0,w<_?u[w++]:0):(h=u.charCodeAt(w++),f=w<_?u.charCodeAt(w++):0,w<_?u.charCodeAt(w++):0),g=h>>2,m=(3&h)<<4|f>>4,x=1<k?(15&f)<<2|p>>6:64,v=2<k?63&p:64,y.push(l.charAt(g)+l.charAt(m)+l.charAt(x)+l.charAt(v));return y.join("")},a.decode=function(u){var h,f,p,g,m,x,v=0,y=0,w="data:";if(u.substr(0,w.length)===w)throw new Error("Invalid base64 input, it looks like a data url.");var _,k=3*(u=u.replace(/[^A-Za-z0-9+/=]/g,"")).length/4;if(u.charAt(u.length-1)===l.charAt(64)&&k--,u.charAt(u.length-2)===l.charAt(64)&&k--,k%1!=0)throw new Error("Invalid base64 input, bad content length.");for(_=c.uint8array?new Uint8Array(0|k):new Array(0|k);v<u.length;)h=l.indexOf(u.charAt(v++))<<2|(g=l.indexOf(u.charAt(v++)))>>4,f=(15&g)<<4|(m=l.indexOf(u.charAt(v++)))>>2,p=(3&m)<<6|(x=l.indexOf(u.charAt(v++))),_[y++]=h,m!==64&&(_[y++]=f),x!==64&&(_[y++]=p);return _}},{"./support":30,"./utils":32}],2:[function(e,t,a){var s=e("./external"),c=e("./stream/DataWorker"),l=e("./stream/Crc32Probe"),u=e("./stream/DataLengthProbe");function h(f,p,g,m,x){this.compressedSize=f,this.uncompressedSize=p,this.crc32=g,this.compression=m,this.compressedContent=x}h.prototype={getContentWorker:function(){var f=new c(s.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new u("data_length")),p=this;return f.on("end",function(){if(this.streamInfo.data_length!==p.uncompressedSize)throw new Error("Bug : uncompressed data size mismatch")}),f},getCompressedWorker:function(){return new c(s.Promise.resolve(this.compressedContent)).withStreamInfo("compressedSize",this.compressedSize).withStreamInfo("uncompressedSize",this.uncompressedSize).withStreamInfo("crc32",this.crc32).withStreamInfo("compression",this.compression)}},h.createWorkerFrom=function(f,p,g){return f.pipe(new l).pipe(new u("uncompressedSize")).pipe(p.compressWorker(g)).pipe(new u("compressedSize")).withStreamInfo("compression",p)},t.exports=h},{"./external":6,"./stream/Crc32Probe":25,"./stream/DataLengthProbe":26,"./stream/DataWorker":27}],3:[function(e,t,a){var s=e("./stream/GenericWorker");a.STORE={magic:"\0\0",compressWorker:function(){return new s("STORE compression")},uncompressWorker:function(){return new s("STORE decompression")}},a.DEFLATE=e("./flate")},{"./flate":7,"./stream/GenericWorker":28}],4:[function(e,t,a){var s=e("./utils"),c=(function(){for(var l,u=[],h=0;h<256;h++){l=h;for(var f=0;f<8;f++)l=1&l?3988292384^l>>>1:l>>>1;u[h]=l}return u})();t.exports=function(l,u){return l!==void 0&&l.length?s.getTypeOf(l)!=="string"?(function(h,f,p,g){var m=c,x=g+p;h^=-1;for(var v=g;v<x;v++)h=h>>>8^m[255&(h^f[v])];return-1^h})(0|u,l,l.length,0):(function(h,f,p,g){var m=c,x=g+p;h^=-1;for(var v=g;v<x;v++)h=h>>>8^m[255&(h^f.charCodeAt(v))];return-1^h})(0|u,l,l.length,0):0}},{"./utils":32}],5:[function(e,t,a){a.base64=!1,a.binary=!1,a.dir=!1,a.createFolders=!0,a.date=null,a.compression=null,a.compressionOptions=null,a.comment=null,a.unixPermissions=null,a.dosPermissions=null},{}],6:[function(e,t,a){var s=null;s=typeof Promise<"u"?Promise:e("lie"),t.exports={Promise:s}},{lie:37}],7:[function(e,t,a){var s=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Uint32Array<"u",c=e("pako"),l=e("./utils"),u=e("./stream/GenericWorker"),h=s?"uint8array":"array";function f(p,g){u.call(this,"FlateWorker/"+p),this._pako=null,this._pakoAction=p,this._pakoOptions=g,this.meta={}}a.magic="\b\0",l.inherits(f,u),f.prototype.processChunk=function(p){this.meta=p.meta,this._pako===null&&this._createPako(),this._pako.push(l.transformTo(h,p.data),!1)},f.prototype.flush=function(){u.prototype.flush.call(this),this._pako===null&&this._createPako(),this._pako.push([],!0)},f.prototype.cleanUp=function(){u.prototype.cleanUp.call(this),this._pako=null},f.prototype._createPako=function(){this._pako=new c[this._pakoAction]({raw:!0,level:this._pakoOptions.level||-1});var p=this;this._pako.onData=function(g){p.push({data:g,meta:p.meta})}},a.compressWorker=function(p){return new f("Deflate",p)},a.uncompressWorker=function(){return new f("Inflate",{})}},{"./stream/GenericWorker":28,"./utils":32,pako:38}],8:[function(e,t,a){function s(m,x){var v,y="";for(v=0;v<x;v++)y+=String.fromCharCode(255&m),m>>>=8;return y}function c(m,x,v,y,w,_){var k,C,S=m.file,E=m.compression,I=_!==h.utf8encode,V=l.transformTo("string",_(S.name)),R=l.transformTo("string",h.utf8encode(S.name)),$=S.comment,ee=l.transformTo("string",_($)),z=l.transformTo("string",h.utf8encode($)),H=R.length!==S.name.length,M=z.length!==$.length,X="",K="",ae="",de=S.dir,ce=S.date,fe={crc32:0,compressedSize:0,uncompressedSize:0};x&&!v||(fe.crc32=m.crc32,fe.compressedSize=m.compressedSize,fe.uncompressedSize=m.uncompressedSize);var te=0;x&&(te|=8),I||!H&&!M||(te|=2048);var se=0,Se=0;de&&(se|=16),w==="UNIX"?(Se=798,se|=(function(le,ge){var Le=le;return le||(Le=ge?16893:33204),(65535&Le)<<16})(S.unixPermissions,de)):(Se=20,se|=(function(le){return 63&(le||0)})(S.dosPermissions)),k=ce.getUTCHours(),k<<=6,k|=ce.getUTCMinutes(),k<<=5,k|=ce.getUTCSeconds()/2,C=ce.getUTCFullYear()-1980,C<<=4,C|=ce.getUTCMonth()+1,C<<=5,C|=ce.getUTCDate(),H&&(K=s(1,1)+s(f(V),4)+R,X+="up"+s(K.length,2)+K),M&&(ae=s(1,1)+s(f(ee),4)+z,X+="uc"+s(ae.length,2)+ae);var ie="";return ie+=`
|
|
29
|
+
\0`,ie+=s(te,2),ie+=E.magic,ie+=s(k,2),ie+=s(C,2),ie+=s(fe.crc32,4),ie+=s(fe.compressedSize,4),ie+=s(fe.uncompressedSize,4),ie+=s(V.length,2),ie+=s(X.length,2),{fileRecord:p.LOCAL_FILE_HEADER+ie+V+X,dirRecord:p.CENTRAL_FILE_HEADER+s(Se,2)+ie+s(ee.length,2)+"\0\0\0\0"+s(se,4)+s(y,4)+V+X+ee}}var l=e("../utils"),u=e("../stream/GenericWorker"),h=e("../utf8"),f=e("../crc32"),p=e("../signature");function g(m,x,v,y){u.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=x,this.zipPlatform=v,this.encodeFileName=y,this.streamFiles=m,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}l.inherits(g,u),g.prototype.push=function(m){var x=m.meta.percent||0,v=this.entriesCount,y=this._sources.length;this.accumulate?this.contentBuffer.push(m):(this.bytesWritten+=m.data.length,u.prototype.push.call(this,{data:m.data,meta:{currentFile:this.currentFile,percent:v?(x+100*(v-y-1))/v:100}}))},g.prototype.openedSource=function(m){this.currentSourceOffset=this.bytesWritten,this.currentFile=m.file.name;var x=this.streamFiles&&!m.file.dir;if(x){var v=c(m,x,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:v.fileRecord,meta:{percent:0}})}else this.accumulate=!0},g.prototype.closedSource=function(m){this.accumulate=!1;var x=this.streamFiles&&!m.file.dir,v=c(m,x,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(v.dirRecord),x)this.push({data:(function(y){return p.DATA_DESCRIPTOR+s(y.crc32,4)+s(y.compressedSize,4)+s(y.uncompressedSize,4)})(m),meta:{percent:100}});else for(this.push({data:v.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},g.prototype.flush=function(){for(var m=this.bytesWritten,x=0;x<this.dirRecords.length;x++)this.push({data:this.dirRecords[x],meta:{percent:100}});var v=this.bytesWritten-m,y=(function(w,_,k,C,S){var E=l.transformTo("string",S(C));return p.CENTRAL_DIRECTORY_END+"\0\0\0\0"+s(w,2)+s(w,2)+s(_,4)+s(k,4)+s(E.length,2)+E})(this.dirRecords.length,v,m,this.zipComment,this.encodeFileName);this.push({data:y,meta:{percent:100}})},g.prototype.prepareNextSource=function(){this.previous=this._sources.shift(),this.openedSource(this.previous.streamInfo),this.isPaused?this.previous.pause():this.previous.resume()},g.prototype.registerPrevious=function(m){this._sources.push(m);var x=this;return m.on("data",function(v){x.processChunk(v)}),m.on("end",function(){x.closedSource(x.previous.streamInfo),x._sources.length?x.prepareNextSource():x.end()}),m.on("error",function(v){x.error(v)}),this},g.prototype.resume=function(){return!!u.prototype.resume.call(this)&&(!this.previous&&this._sources.length?(this.prepareNextSource(),!0):this.previous||this._sources.length||this.generatedError?void 0:(this.end(),!0))},g.prototype.error=function(m){var x=this._sources;if(!u.prototype.error.call(this,m))return!1;for(var v=0;v<x.length;v++)try{x[v].error(m)}catch{}return!0},g.prototype.lock=function(){u.prototype.lock.call(this);for(var m=this._sources,x=0;x<m.length;x++)m[x].lock()},t.exports=g},{"../crc32":4,"../signature":23,"../stream/GenericWorker":28,"../utf8":31,"../utils":32}],9:[function(e,t,a){var s=e("../compressions"),c=e("./ZipFileWorker");a.generateWorker=function(l,u,h){var f=new c(u.streamFiles,h,u.platform,u.encodeFileName),p=0;try{l.forEach(function(g,m){p++;var x=(function(_,k){var C=_||k,S=s[C];if(!S)throw new Error(C+" is not a valid compression method !");return S})(m.options.compression,u.compression),v=m.options.compressionOptions||u.compressionOptions||{},y=m.dir,w=m.date;m._compressWorker(x,v).withStreamInfo("file",{name:g,dir:y,date:w,comment:m.comment||"",unixPermissions:m.unixPermissions,dosPermissions:m.dosPermissions}).pipe(f)}),f.entriesCount=p}catch(g){f.error(g)}return f}},{"../compressions":3,"./ZipFileWorker":8}],10:[function(e,t,a){function s(){if(!(this instanceof s))return new s;if(arguments.length)throw new Error("The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide.");this.files=Object.create(null),this.comment=null,this.root="",this.clone=function(){var c=new s;for(var l in this)typeof this[l]!="function"&&(c[l]=this[l]);return c}}(s.prototype=e("./object")).loadAsync=e("./load"),s.support=e("./support"),s.defaults=e("./defaults"),s.version="3.10.1",s.loadAsync=function(c,l){return new s().loadAsync(c,l)},s.external=e("./external"),t.exports=s},{"./defaults":5,"./external":6,"./load":11,"./object":15,"./support":30}],11:[function(e,t,a){var s=e("./utils"),c=e("./external"),l=e("./utf8"),u=e("./zipEntries"),h=e("./stream/Crc32Probe"),f=e("./nodejsUtils");function p(g){return new c.Promise(function(m,x){var v=g.decompressed.getContentWorker().pipe(new h);v.on("error",function(y){x(y)}).on("end",function(){v.streamInfo.crc32!==g.decompressed.crc32?x(new Error("Corrupted zip : CRC32 mismatch")):m()}).resume()})}t.exports=function(g,m){var x=this;return m=s.extend(m||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:l.utf8decode}),f.isNode&&f.isStream(g)?c.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")):s.prepareContent("the loaded zip file",g,!0,m.optimizedBinaryString,m.base64).then(function(v){var y=new u(m);return y.load(v),y}).then(function(v){var y=[c.Promise.resolve(v)],w=v.files;if(m.checkCRC32)for(var _=0;_<w.length;_++)y.push(p(w[_]));return c.Promise.all(y)}).then(function(v){for(var y=v.shift(),w=y.files,_=0;_<w.length;_++){var k=w[_],C=k.fileNameStr,S=s.resolve(k.fileNameStr);x.file(S,k.decompressed,{binary:!0,optimizedBinaryString:!0,date:k.date,dir:k.dir,comment:k.fileCommentStr.length?k.fileCommentStr:null,unixPermissions:k.unixPermissions,dosPermissions:k.dosPermissions,createFolders:m.createFolders}),k.dir||(x.file(S).unsafeOriginalName=C)}return y.zipComment.length&&(x.comment=y.zipComment),x})}},{"./external":6,"./nodejsUtils":14,"./stream/Crc32Probe":25,"./utf8":31,"./utils":32,"./zipEntries":33}],12:[function(e,t,a){var s=e("../utils"),c=e("../stream/GenericWorker");function l(u,h){c.call(this,"Nodejs stream input adapter for "+u),this._upstreamEnded=!1,this._bindStream(h)}s.inherits(l,c),l.prototype._bindStream=function(u){var h=this;(this._stream=u).pause(),u.on("data",function(f){h.push({data:f,meta:{percent:0}})}).on("error",function(f){h.isPaused?this.generatedError=f:h.error(f)}).on("end",function(){h.isPaused?h._upstreamEnded=!0:h.end()})},l.prototype.pause=function(){return!!c.prototype.pause.call(this)&&(this._stream.pause(),!0)},l.prototype.resume=function(){return!!c.prototype.resume.call(this)&&(this._upstreamEnded?this.end():this._stream.resume(),!0)},t.exports=l},{"../stream/GenericWorker":28,"../utils":32}],13:[function(e,t,a){var s=e("readable-stream").Readable;function c(l,u,h){s.call(this,u),this._helper=l;var f=this;l.on("data",function(p,g){f.push(p)||f._helper.pause(),h&&h(g)}).on("error",function(p){f.emit("error",p)}).on("end",function(){f.push(null)})}e("../utils").inherits(c,s),c.prototype._read=function(){this._helper.resume()},t.exports=c},{"../utils":32,"readable-stream":16}],14:[function(e,t,a){t.exports={isNode:typeof Buffer<"u",newBufferFrom:function(s,c){if(Buffer.from&&Buffer.from!==Uint8Array.from)return Buffer.from(s,c);if(typeof s=="number")throw new Error('The "data" argument must not be a number');return new Buffer(s,c)},allocBuffer:function(s){if(Buffer.alloc)return Buffer.alloc(s);var c=new Buffer(s);return c.fill(0),c},isBuffer:function(s){return Buffer.isBuffer(s)},isStream:function(s){return s&&typeof s.on=="function"&&typeof s.pause=="function"&&typeof s.resume=="function"}}},{}],15:[function(e,t,a){function s(S,E,I){var V,R=l.getTypeOf(E),$=l.extend(I||{},f);$.date=$.date||new Date,$.compression!==null&&($.compression=$.compression.toUpperCase()),typeof $.unixPermissions=="string"&&($.unixPermissions=parseInt($.unixPermissions,8)),$.unixPermissions&&16384&$.unixPermissions&&($.dir=!0),$.dosPermissions&&16&$.dosPermissions&&($.dir=!0),$.dir&&(S=w(S)),$.createFolders&&(V=y(S))&&_.call(this,V,!0);var ee=R==="string"&&$.binary===!1&&$.base64===!1;I&&I.binary!==void 0||($.binary=!ee),(E instanceof p&&E.uncompressedSize===0||$.dir||!E||E.length===0)&&($.base64=!1,$.binary=!0,E="",$.compression="STORE",R="string");var z=null;z=E instanceof p||E instanceof u?E:x.isNode&&x.isStream(E)?new v(S,E):l.prepareContent(S,E,$.binary,$.optimizedBinaryString,$.base64);var H=new g(S,z,$);this.files[S]=H}var c=e("./utf8"),l=e("./utils"),u=e("./stream/GenericWorker"),h=e("./stream/StreamHelper"),f=e("./defaults"),p=e("./compressedObject"),g=e("./zipObject"),m=e("./generate"),x=e("./nodejsUtils"),v=e("./nodejs/NodejsStreamInputAdapter"),y=function(S){S.slice(-1)==="/"&&(S=S.substring(0,S.length-1));var E=S.lastIndexOf("/");return 0<E?S.substring(0,E):""},w=function(S){return S.slice(-1)!=="/"&&(S+="/"),S},_=function(S,E){return E=E!==void 0?E:f.createFolders,S=w(S),this.files[S]||s.call(this,S,null,{dir:!0,createFolders:E}),this.files[S]};function k(S){return Object.prototype.toString.call(S)==="[object RegExp]"}var C={load:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},forEach:function(S){var E,I,V;for(E in this.files)V=this.files[E],(I=E.slice(this.root.length,E.length))&&E.slice(0,this.root.length)===this.root&&S(I,V)},filter:function(S){var E=[];return this.forEach(function(I,V){S(I,V)&&E.push(V)}),E},file:function(S,E,I){if(arguments.length!==1)return S=this.root+S,s.call(this,S,E,I),this;if(k(S)){var V=S;return this.filter(function($,ee){return!ee.dir&&V.test($)})}var R=this.files[this.root+S];return R&&!R.dir?R:null},folder:function(S){if(!S)return this;if(k(S))return this.filter(function(R,$){return $.dir&&S.test(R)});var E=this.root+S,I=_.call(this,E),V=this.clone();return V.root=I.name,V},remove:function(S){S=this.root+S;var E=this.files[S];if(E||(S.slice(-1)!=="/"&&(S+="/"),E=this.files[S]),E&&!E.dir)delete this.files[S];else for(var I=this.filter(function(R,$){return $.name.slice(0,S.length)===S}),V=0;V<I.length;V++)delete this.files[I[V].name];return this},generate:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},generateInternalStream:function(S){var E,I={};try{if((I=l.extend(S||{},{streamFiles:!1,compression:"STORE",compressionOptions:null,type:"",platform:"DOS",comment:null,mimeType:"application/zip",encodeFileName:c.utf8encode})).type=I.type.toLowerCase(),I.compression=I.compression.toUpperCase(),I.type==="binarystring"&&(I.type="string"),!I.type)throw new Error("No output type specified.");l.checkSupport(I.type),I.platform!=="darwin"&&I.platform!=="freebsd"&&I.platform!=="linux"&&I.platform!=="sunos"||(I.platform="UNIX"),I.platform==="win32"&&(I.platform="DOS");var V=I.comment||this.comment||"";E=m.generateWorker(this,I,V)}catch(R){(E=new u("error")).error(R)}return new h(E,I.type||"string",I.mimeType)},generateAsync:function(S,E){return this.generateInternalStream(S).accumulate(E)},generateNodeStream:function(S,E){return(S=S||{}).type||(S.type="nodebuffer"),this.generateInternalStream(S).toNodejsStream(E)}};t.exports=C},{"./compressedObject":2,"./defaults":5,"./generate":9,"./nodejs/NodejsStreamInputAdapter":12,"./nodejsUtils":14,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31,"./utils":32,"./zipObject":35}],16:[function(e,t,a){t.exports=e("stream")},{stream:void 0}],17:[function(e,t,a){var s=e("./DataReader");function c(l){s.call(this,l);for(var u=0;u<this.data.length;u++)l[u]=255&l[u]}e("../utils").inherits(c,s),c.prototype.byteAt=function(l){return this.data[this.zero+l]},c.prototype.lastIndexOfSignature=function(l){for(var u=l.charCodeAt(0),h=l.charCodeAt(1),f=l.charCodeAt(2),p=l.charCodeAt(3),g=this.length-4;0<=g;--g)if(this.data[g]===u&&this.data[g+1]===h&&this.data[g+2]===f&&this.data[g+3]===p)return g-this.zero;return-1},c.prototype.readAndCheckSignature=function(l){var u=l.charCodeAt(0),h=l.charCodeAt(1),f=l.charCodeAt(2),p=l.charCodeAt(3),g=this.readData(4);return u===g[0]&&h===g[1]&&f===g[2]&&p===g[3]},c.prototype.readData=function(l){if(this.checkOffset(l),l===0)return[];var u=this.data.slice(this.zero+this.index,this.zero+this.index+l);return this.index+=l,u},t.exports=c},{"../utils":32,"./DataReader":18}],18:[function(e,t,a){var s=e("../utils");function c(l){this.data=l,this.length=l.length,this.index=0,this.zero=0}c.prototype={checkOffset:function(l){this.checkIndex(this.index+l)},checkIndex:function(l){if(this.length<this.zero+l||l<0)throw new Error("End of data reached (data length = "+this.length+", asked index = "+l+"). Corrupted zip ?")},setIndex:function(l){this.checkIndex(l),this.index=l},skip:function(l){this.setIndex(this.index+l)},byteAt:function(){},readInt:function(l){var u,h=0;for(this.checkOffset(l),u=this.index+l-1;u>=this.index;u--)h=(h<<8)+this.byteAt(u);return this.index+=l,h},readString:function(l){return s.transformTo("string",this.readData(l))},readData:function(){},lastIndexOfSignature:function(){},readAndCheckSignature:function(){},readDate:function(){var l=this.readInt(4);return new Date(Date.UTC(1980+(l>>25&127),(l>>21&15)-1,l>>16&31,l>>11&31,l>>5&63,(31&l)<<1))}},t.exports=c},{"../utils":32}],19:[function(e,t,a){var s=e("./Uint8ArrayReader");function c(l){s.call(this,l)}e("../utils").inherits(c,s),c.prototype.readData=function(l){this.checkOffset(l);var u=this.data.slice(this.zero+this.index,this.zero+this.index+l);return this.index+=l,u},t.exports=c},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(e,t,a){var s=e("./DataReader");function c(l){s.call(this,l)}e("../utils").inherits(c,s),c.prototype.byteAt=function(l){return this.data.charCodeAt(this.zero+l)},c.prototype.lastIndexOfSignature=function(l){return this.data.lastIndexOf(l)-this.zero},c.prototype.readAndCheckSignature=function(l){return l===this.readData(4)},c.prototype.readData=function(l){this.checkOffset(l);var u=this.data.slice(this.zero+this.index,this.zero+this.index+l);return this.index+=l,u},t.exports=c},{"../utils":32,"./DataReader":18}],21:[function(e,t,a){var s=e("./ArrayReader");function c(l){s.call(this,l)}e("../utils").inherits(c,s),c.prototype.readData=function(l){if(this.checkOffset(l),l===0)return new Uint8Array(0);var u=this.data.subarray(this.zero+this.index,this.zero+this.index+l);return this.index+=l,u},t.exports=c},{"../utils":32,"./ArrayReader":17}],22:[function(e,t,a){var s=e("../utils"),c=e("../support"),l=e("./ArrayReader"),u=e("./StringReader"),h=e("./NodeBufferReader"),f=e("./Uint8ArrayReader");t.exports=function(p){var g=s.getTypeOf(p);return s.checkSupport(g),g!=="string"||c.uint8array?g==="nodebuffer"?new h(p):c.uint8array?new f(s.transformTo("uint8array",p)):new l(s.transformTo("array",p)):new u(p)}},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(e,t,a){a.LOCAL_FILE_HEADER="PK",a.CENTRAL_FILE_HEADER="PK",a.CENTRAL_DIRECTORY_END="PK",a.ZIP64_CENTRAL_DIRECTORY_LOCATOR="PK\x07",a.ZIP64_CENTRAL_DIRECTORY_END="PK",a.DATA_DESCRIPTOR="PK\x07\b"},{}],24:[function(e,t,a){var s=e("./GenericWorker"),c=e("../utils");function l(u){s.call(this,"ConvertWorker to "+u),this.destType=u}c.inherits(l,s),l.prototype.processChunk=function(u){this.push({data:c.transformTo(this.destType,u.data),meta:u.meta})},t.exports=l},{"../utils":32,"./GenericWorker":28}],25:[function(e,t,a){var s=e("./GenericWorker"),c=e("../crc32");function l(){s.call(this,"Crc32Probe"),this.withStreamInfo("crc32",0)}e("../utils").inherits(l,s),l.prototype.processChunk=function(u){this.streamInfo.crc32=c(u.data,this.streamInfo.crc32||0),this.push(u)},t.exports=l},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(e,t,a){var s=e("../utils"),c=e("./GenericWorker");function l(u){c.call(this,"DataLengthProbe for "+u),this.propName=u,this.withStreamInfo(u,0)}s.inherits(l,c),l.prototype.processChunk=function(u){if(u){var h=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=h+u.data.length}c.prototype.processChunk.call(this,u)},t.exports=l},{"../utils":32,"./GenericWorker":28}],27:[function(e,t,a){var s=e("../utils"),c=e("./GenericWorker");function l(u){c.call(this,"DataWorker");var h=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type="",this._tickScheduled=!1,u.then(function(f){h.dataIsReady=!0,h.data=f,h.max=f&&f.length||0,h.type=s.getTypeOf(f),h.isPaused||h._tickAndRepeat()},function(f){h.error(f)})}s.inherits(l,c),l.prototype.cleanUp=function(){c.prototype.cleanUp.call(this),this.data=null},l.prototype.resume=function(){return!!c.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,s.delay(this._tickAndRepeat,[],this)),!0)},l.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished||(s.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0))},l.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var u=null,h=Math.min(this.max,this.index+16384);if(this.index>=this.max)return this.end();switch(this.type){case"string":u=this.data.substring(this.index,h);break;case"uint8array":u=this.data.subarray(this.index,h);break;case"array":case"nodebuffer":u=this.data.slice(this.index,h)}return this.index=h,this.push({data:u,meta:{percent:this.max?this.index/this.max*100:0}})},t.exports=l},{"../utils":32,"./GenericWorker":28}],28:[function(e,t,a){function s(c){this.name=c||"default",this.streamInfo={},this.generatedError=null,this.extraStreamInfo={},this.isPaused=!0,this.isFinished=!1,this.isLocked=!1,this._listeners={data:[],end:[],error:[]},this.previous=null}s.prototype={push:function(c){this.emit("data",c)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit("end"),this.cleanUp(),this.isFinished=!0}catch(c){this.emit("error",c)}return!0},error:function(c){return!this.isFinished&&(this.isPaused?this.generatedError=c:(this.isFinished=!0,this.emit("error",c),this.previous&&this.previous.error(c),this.cleanUp()),!0)},on:function(c,l){return this._listeners[c].push(l),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(c,l){if(this._listeners[c])for(var u=0;u<this._listeners[c].length;u++)this._listeners[c][u].call(this,l)},pipe:function(c){return c.registerPrevious(this)},registerPrevious:function(c){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.streamInfo=c.streamInfo,this.mergeStreamInfo(),this.previous=c;var l=this;return c.on("data",function(u){l.processChunk(u)}),c.on("end",function(){l.end()}),c.on("error",function(u){l.error(u)}),this},pause:function(){return!this.isPaused&&!this.isFinished&&(this.isPaused=!0,this.previous&&this.previous.pause(),!0)},resume:function(){if(!this.isPaused||this.isFinished)return!1;var c=this.isPaused=!1;return this.generatedError&&(this.error(this.generatedError),c=!0),this.previous&&this.previous.resume(),!c},flush:function(){},processChunk:function(c){this.push(c)},withStreamInfo:function(c,l){return this.extraStreamInfo[c]=l,this.mergeStreamInfo(),this},mergeStreamInfo:function(){for(var c in this.extraStreamInfo)Object.prototype.hasOwnProperty.call(this.extraStreamInfo,c)&&(this.streamInfo[c]=this.extraStreamInfo[c])},lock:function(){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.isLocked=!0,this.previous&&this.previous.lock()},toString:function(){var c="Worker "+this.name;return this.previous?this.previous+" -> "+c:c}},t.exports=s},{}],29:[function(e,t,a){var s=e("../utils"),c=e("./ConvertWorker"),l=e("./GenericWorker"),u=e("../base64"),h=e("../support"),f=e("../external"),p=null;if(h.nodestream)try{p=e("../nodejs/NodejsStreamOutputAdapter")}catch{}function g(x,v){return new f.Promise(function(y,w){var _=[],k=x._internalType,C=x._outputType,S=x._mimeType;x.on("data",function(E,I){_.push(E),v&&v(I)}).on("error",function(E){_=[],w(E)}).on("end",function(){try{var E=(function(I,V,R){switch(I){case"blob":return s.newBlob(s.transformTo("arraybuffer",V),R);case"base64":return u.encode(V);default:return s.transformTo(I,V)}})(C,(function(I,V){var R,$=0,ee=null,z=0;for(R=0;R<V.length;R++)z+=V[R].length;switch(I){case"string":return V.join("");case"array":return Array.prototype.concat.apply([],V);case"uint8array":for(ee=new Uint8Array(z),R=0;R<V.length;R++)ee.set(V[R],$),$+=V[R].length;return ee;case"nodebuffer":return Buffer.concat(V);default:throw new Error("concat : unsupported type '"+I+"'")}})(k,_),S);y(E)}catch(I){w(I)}_=[]}).resume()})}function m(x,v,y){var w=v;switch(v){case"blob":case"arraybuffer":w="uint8array";break;case"base64":w="string"}try{this._internalType=w,this._outputType=v,this._mimeType=y,s.checkSupport(w),this._worker=x.pipe(new c(w)),x.lock()}catch(_){this._worker=new l("error"),this._worker.error(_)}}m.prototype={accumulate:function(x){return g(this,x)},on:function(x,v){var y=this;return x==="data"?this._worker.on(x,function(w){v.call(y,w.data,w.meta)}):this._worker.on(x,function(){s.delay(v,arguments,y)}),this},resume:function(){return s.delay(this._worker.resume,[],this._worker),this},pause:function(){return this._worker.pause(),this},toNodejsStream:function(x){if(s.checkSupport("nodestream"),this._outputType!=="nodebuffer")throw new Error(this._outputType+" is not supported by this method");return new p(this,{objectMode:this._outputType!=="nodebuffer"},x)}},t.exports=m},{"../base64":1,"../external":6,"../nodejs/NodejsStreamOutputAdapter":13,"../support":30,"../utils":32,"./ConvertWorker":24,"./GenericWorker":28}],30:[function(e,t,a){if(a.base64=!0,a.array=!0,a.string=!0,a.arraybuffer=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u",a.nodebuffer=typeof Buffer<"u",a.uint8array=typeof Uint8Array<"u",typeof ArrayBuffer>"u")a.blob=!1;else{var s=new ArrayBuffer(0);try{a.blob=new Blob([s],{type:"application/zip"}).size===0}catch{try{var c=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);c.append(s),a.blob=c.getBlob("application/zip").size===0}catch{a.blob=!1}}}try{a.nodestream=!!e("readable-stream").Readable}catch{a.nodestream=!1}},{"readable-stream":16}],31:[function(e,t,a){for(var s=e("./utils"),c=e("./support"),l=e("./nodejsUtils"),u=e("./stream/GenericWorker"),h=new Array(256),f=0;f<256;f++)h[f]=252<=f?6:248<=f?5:240<=f?4:224<=f?3:192<=f?2:1;h[254]=h[254]=1;function p(){u.call(this,"utf-8 decode"),this.leftOver=null}function g(){u.call(this,"utf-8 encode")}a.utf8encode=function(m){return c.nodebuffer?l.newBufferFrom(m,"utf-8"):(function(x){var v,y,w,_,k,C=x.length,S=0;for(_=0;_<C;_++)(64512&(y=x.charCodeAt(_)))==55296&&_+1<C&&(64512&(w=x.charCodeAt(_+1)))==56320&&(y=65536+(y-55296<<10)+(w-56320),_++),S+=y<128?1:y<2048?2:y<65536?3:4;for(v=c.uint8array?new Uint8Array(S):new Array(S),_=k=0;k<S;_++)(64512&(y=x.charCodeAt(_)))==55296&&_+1<C&&(64512&(w=x.charCodeAt(_+1)))==56320&&(y=65536+(y-55296<<10)+(w-56320),_++),y<128?v[k++]=y:(y<2048?v[k++]=192|y>>>6:(y<65536?v[k++]=224|y>>>12:(v[k++]=240|y>>>18,v[k++]=128|y>>>12&63),v[k++]=128|y>>>6&63),v[k++]=128|63&y);return v})(m)},a.utf8decode=function(m){return c.nodebuffer?s.transformTo("nodebuffer",m).toString("utf-8"):(function(x){var v,y,w,_,k=x.length,C=new Array(2*k);for(v=y=0;v<k;)if((w=x[v++])<128)C[y++]=w;else if(4<(_=h[w]))C[y++]=65533,v+=_-1;else{for(w&=_===2?31:_===3?15:7;1<_&&v<k;)w=w<<6|63&x[v++],_--;1<_?C[y++]=65533:w<65536?C[y++]=w:(w-=65536,C[y++]=55296|w>>10&1023,C[y++]=56320|1023&w)}return C.length!==y&&(C.subarray?C=C.subarray(0,y):C.length=y),s.applyFromCharCode(C)})(m=s.transformTo(c.uint8array?"uint8array":"array",m))},s.inherits(p,u),p.prototype.processChunk=function(m){var x=s.transformTo(c.uint8array?"uint8array":"array",m.data);if(this.leftOver&&this.leftOver.length){if(c.uint8array){var v=x;(x=new Uint8Array(v.length+this.leftOver.length)).set(this.leftOver,0),x.set(v,this.leftOver.length)}else x=this.leftOver.concat(x);this.leftOver=null}var y=(function(_,k){var C;for((k=k||_.length)>_.length&&(k=_.length),C=k-1;0<=C&&(192&_[C])==128;)C--;return C<0||C===0?k:C+h[_[C]]>k?C:k})(x),w=x;y!==x.length&&(c.uint8array?(w=x.subarray(0,y),this.leftOver=x.subarray(y,x.length)):(w=x.slice(0,y),this.leftOver=x.slice(y,x.length))),this.push({data:a.utf8decode(w),meta:m.meta})},p.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:a.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},a.Utf8DecodeWorker=p,s.inherits(g,u),g.prototype.processChunk=function(m){this.push({data:a.utf8encode(m.data),meta:m.meta})},a.Utf8EncodeWorker=g},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(e,t,a){var s=e("./support"),c=e("./base64"),l=e("./nodejsUtils"),u=e("./external");function h(v){return v}function f(v,y){for(var w=0;w<v.length;++w)y[w]=255&v.charCodeAt(w);return y}e("setimmediate"),a.newBlob=function(v,y){a.checkSupport("blob");try{return new Blob([v],{type:y})}catch{try{var w=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);return w.append(v),w.getBlob(y)}catch{throw new Error("Bug : can't construct the Blob.")}}};var p={stringifyByChunk:function(v,y,w){var _=[],k=0,C=v.length;if(C<=w)return String.fromCharCode.apply(null,v);for(;k<C;)y==="array"||y==="nodebuffer"?_.push(String.fromCharCode.apply(null,v.slice(k,Math.min(k+w,C)))):_.push(String.fromCharCode.apply(null,v.subarray(k,Math.min(k+w,C)))),k+=w;return _.join("")},stringifyByChar:function(v){for(var y="",w=0;w<v.length;w++)y+=String.fromCharCode(v[w]);return y},applyCanBeUsed:{uint8array:(function(){try{return s.uint8array&&String.fromCharCode.apply(null,new Uint8Array(1)).length===1}catch{return!1}})(),nodebuffer:(function(){try{return s.nodebuffer&&String.fromCharCode.apply(null,l.allocBuffer(1)).length===1}catch{return!1}})()}};function g(v){var y=65536,w=a.getTypeOf(v),_=!0;if(w==="uint8array"?_=p.applyCanBeUsed.uint8array:w==="nodebuffer"&&(_=p.applyCanBeUsed.nodebuffer),_)for(;1<y;)try{return p.stringifyByChunk(v,w,y)}catch{y=Math.floor(y/2)}return p.stringifyByChar(v)}function m(v,y){for(var w=0;w<v.length;w++)y[w]=v[w];return y}a.applyFromCharCode=g;var x={};x.string={string:h,array:function(v){return f(v,new Array(v.length))},arraybuffer:function(v){return x.string.uint8array(v).buffer},uint8array:function(v){return f(v,new Uint8Array(v.length))},nodebuffer:function(v){return f(v,l.allocBuffer(v.length))}},x.array={string:g,array:h,arraybuffer:function(v){return new Uint8Array(v).buffer},uint8array:function(v){return new Uint8Array(v)},nodebuffer:function(v){return l.newBufferFrom(v)}},x.arraybuffer={string:function(v){return g(new Uint8Array(v))},array:function(v){return m(new Uint8Array(v),new Array(v.byteLength))},arraybuffer:h,uint8array:function(v){return new Uint8Array(v)},nodebuffer:function(v){return l.newBufferFrom(new Uint8Array(v))}},x.uint8array={string:g,array:function(v){return m(v,new Array(v.length))},arraybuffer:function(v){return v.buffer},uint8array:h,nodebuffer:function(v){return l.newBufferFrom(v)}},x.nodebuffer={string:g,array:function(v){return m(v,new Array(v.length))},arraybuffer:function(v){return x.nodebuffer.uint8array(v).buffer},uint8array:function(v){return m(v,new Uint8Array(v.length))},nodebuffer:h},a.transformTo=function(v,y){if(y=y||"",!v)return y;a.checkSupport(v);var w=a.getTypeOf(y);return x[w][v](y)},a.resolve=function(v){for(var y=v.split("/"),w=[],_=0;_<y.length;_++){var k=y[_];k==="."||k===""&&_!==0&&_!==y.length-1||(k===".."?w.pop():w.push(k))}return w.join("/")},a.getTypeOf=function(v){return typeof v=="string"?"string":Object.prototype.toString.call(v)==="[object Array]"?"array":s.nodebuffer&&l.isBuffer(v)?"nodebuffer":s.uint8array&&v instanceof Uint8Array?"uint8array":s.arraybuffer&&v instanceof ArrayBuffer?"arraybuffer":void 0},a.checkSupport=function(v){if(!s[v.toLowerCase()])throw new Error(v+" is not supported by this platform")},a.MAX_VALUE_16BITS=65535,a.MAX_VALUE_32BITS=-1,a.pretty=function(v){var y,w,_="";for(w=0;w<(v||"").length;w++)_+="\\x"+((y=v.charCodeAt(w))<16?"0":"")+y.toString(16).toUpperCase();return _},a.delay=function(v,y,w){setImmediate(function(){v.apply(w||null,y||[])})},a.inherits=function(v,y){function w(){}w.prototype=y.prototype,v.prototype=new w},a.extend=function(){var v,y,w={};for(v=0;v<arguments.length;v++)for(y in arguments[v])Object.prototype.hasOwnProperty.call(arguments[v],y)&&w[y]===void 0&&(w[y]=arguments[v][y]);return w},a.prepareContent=function(v,y,w,_,k){return u.Promise.resolve(y).then(function(C){return s.blob&&(C instanceof Blob||["[object File]","[object Blob]"].indexOf(Object.prototype.toString.call(C))!==-1)&&typeof FileReader<"u"?new u.Promise(function(S,E){var I=new FileReader;I.onload=function(V){S(V.target.result)},I.onerror=function(V){E(V.target.error)},I.readAsArrayBuffer(C)}):C}).then(function(C){var S=a.getTypeOf(C);return S?(S==="arraybuffer"?C=a.transformTo("uint8array",C):S==="string"&&(k?C=c.decode(C):w&&_!==!0&&(C=(function(E){return f(E,s.uint8array?new Uint8Array(E.length):new Array(E.length))})(C))),C):u.Promise.reject(new Error("Can't read the data of '"+v+"'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?"))})}},{"./base64":1,"./external":6,"./nodejsUtils":14,"./support":30,setimmediate:54}],33:[function(e,t,a){var s=e("./reader/readerFor"),c=e("./utils"),l=e("./signature"),u=e("./zipEntry"),h=e("./support");function f(p){this.files=[],this.loadOptions=p}f.prototype={checkSignature:function(p){if(!this.reader.readAndCheckSignature(p)){this.reader.index-=4;var g=this.reader.readString(4);throw new Error("Corrupted zip or bug: unexpected signature ("+c.pretty(g)+", expected "+c.pretty(p)+")")}},isSignature:function(p,g){var m=this.reader.index;this.reader.setIndex(p);var x=this.reader.readString(4)===g;return this.reader.setIndex(m),x},readBlockEndOfCentral:function(){this.diskNumber=this.reader.readInt(2),this.diskWithCentralDirStart=this.reader.readInt(2),this.centralDirRecordsOnThisDisk=this.reader.readInt(2),this.centralDirRecords=this.reader.readInt(2),this.centralDirSize=this.reader.readInt(4),this.centralDirOffset=this.reader.readInt(4),this.zipCommentLength=this.reader.readInt(2);var p=this.reader.readData(this.zipCommentLength),g=h.uint8array?"uint8array":"array",m=c.transformTo(g,p);this.zipComment=this.loadOptions.decodeFileName(m)},readBlockZip64EndOfCentral:function(){this.zip64EndOfCentralSize=this.reader.readInt(8),this.reader.skip(4),this.diskNumber=this.reader.readInt(4),this.diskWithCentralDirStart=this.reader.readInt(4),this.centralDirRecordsOnThisDisk=this.reader.readInt(8),this.centralDirRecords=this.reader.readInt(8),this.centralDirSize=this.reader.readInt(8),this.centralDirOffset=this.reader.readInt(8),this.zip64ExtensibleData={};for(var p,g,m,x=this.zip64EndOfCentralSize-44;0<x;)p=this.reader.readInt(2),g=this.reader.readInt(4),m=this.reader.readData(g),this.zip64ExtensibleData[p]={id:p,length:g,value:m}},readBlockZip64EndOfCentralLocator:function(){if(this.diskWithZip64CentralDirStart=this.reader.readInt(4),this.relativeOffsetEndOfZip64CentralDir=this.reader.readInt(8),this.disksCount=this.reader.readInt(4),1<this.disksCount)throw new Error("Multi-volumes zip are not supported")},readLocalFiles:function(){var p,g;for(p=0;p<this.files.length;p++)g=this.files[p],this.reader.setIndex(g.localHeaderOffset),this.checkSignature(l.LOCAL_FILE_HEADER),g.readLocalPart(this.reader),g.handleUTF8(),g.processAttributes()},readCentralDir:function(){var p;for(this.reader.setIndex(this.centralDirOffset);this.reader.readAndCheckSignature(l.CENTRAL_FILE_HEADER);)(p=new u({zip64:this.zip64},this.loadOptions)).readCentralPart(this.reader),this.files.push(p);if(this.centralDirRecords!==this.files.length&&this.centralDirRecords!==0&&this.files.length===0)throw new Error("Corrupted zip or bug: expected "+this.centralDirRecords+" records in central dir, got "+this.files.length)},readEndOfCentral:function(){var p=this.reader.lastIndexOfSignature(l.CENTRAL_DIRECTORY_END);if(p<0)throw this.isSignature(0,l.LOCAL_FILE_HEADER)?new Error("Corrupted zip: can't find end of central directory"):new Error("Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html");this.reader.setIndex(p);var g=p;if(this.checkSignature(l.CENTRAL_DIRECTORY_END),this.readBlockEndOfCentral(),this.diskNumber===c.MAX_VALUE_16BITS||this.diskWithCentralDirStart===c.MAX_VALUE_16BITS||this.centralDirRecordsOnThisDisk===c.MAX_VALUE_16BITS||this.centralDirRecords===c.MAX_VALUE_16BITS||this.centralDirSize===c.MAX_VALUE_32BITS||this.centralDirOffset===c.MAX_VALUE_32BITS){if(this.zip64=!0,(p=this.reader.lastIndexOfSignature(l.ZIP64_CENTRAL_DIRECTORY_LOCATOR))<0)throw new Error("Corrupted zip: can't find the ZIP64 end of central directory locator");if(this.reader.setIndex(p),this.checkSignature(l.ZIP64_CENTRAL_DIRECTORY_LOCATOR),this.readBlockZip64EndOfCentralLocator(),!this.isSignature(this.relativeOffsetEndOfZip64CentralDir,l.ZIP64_CENTRAL_DIRECTORY_END)&&(this.relativeOffsetEndOfZip64CentralDir=this.reader.lastIndexOfSignature(l.ZIP64_CENTRAL_DIRECTORY_END),this.relativeOffsetEndOfZip64CentralDir<0))throw new Error("Corrupted zip: can't find the ZIP64 end of central directory");this.reader.setIndex(this.relativeOffsetEndOfZip64CentralDir),this.checkSignature(l.ZIP64_CENTRAL_DIRECTORY_END),this.readBlockZip64EndOfCentral()}var m=this.centralDirOffset+this.centralDirSize;this.zip64&&(m+=20,m+=12+this.zip64EndOfCentralSize);var x=g-m;if(0<x)this.isSignature(g,l.CENTRAL_FILE_HEADER)||(this.reader.zero=x);else if(x<0)throw new Error("Corrupted zip: missing "+Math.abs(x)+" bytes.")},prepareReader:function(p){this.reader=s(p)},load:function(p){this.prepareReader(p),this.readEndOfCentral(),this.readCentralDir(),this.readLocalFiles()}},t.exports=f},{"./reader/readerFor":22,"./signature":23,"./support":30,"./utils":32,"./zipEntry":34}],34:[function(e,t,a){var s=e("./reader/readerFor"),c=e("./utils"),l=e("./compressedObject"),u=e("./crc32"),h=e("./utf8"),f=e("./compressions"),p=e("./support");function g(m,x){this.options=m,this.loadOptions=x}g.prototype={isEncrypted:function(){return(1&this.bitFlag)==1},useUTF8:function(){return(2048&this.bitFlag)==2048},readLocalPart:function(m){var x,v;if(m.skip(22),this.fileNameLength=m.readInt(2),v=m.readInt(2),this.fileName=m.readData(this.fileNameLength),m.skip(v),this.compressedSize===-1||this.uncompressedSize===-1)throw new Error("Bug or corrupted zip : didn't get enough information from the central directory (compressedSize === -1 || uncompressedSize === -1)");if((x=(function(y){for(var w in f)if(Object.prototype.hasOwnProperty.call(f,w)&&f[w].magic===y)return f[w];return null})(this.compressionMethod))===null)throw new Error("Corrupted zip : compression "+c.pretty(this.compressionMethod)+" unknown (inner file : "+c.transformTo("string",this.fileName)+")");this.decompressed=new l(this.compressedSize,this.uncompressedSize,this.crc32,x,m.readData(this.compressedSize))},readCentralPart:function(m){this.versionMadeBy=m.readInt(2),m.skip(2),this.bitFlag=m.readInt(2),this.compressionMethod=m.readString(2),this.date=m.readDate(),this.crc32=m.readInt(4),this.compressedSize=m.readInt(4),this.uncompressedSize=m.readInt(4);var x=m.readInt(2);if(this.extraFieldsLength=m.readInt(2),this.fileCommentLength=m.readInt(2),this.diskNumberStart=m.readInt(2),this.internalFileAttributes=m.readInt(2),this.externalFileAttributes=m.readInt(4),this.localHeaderOffset=m.readInt(4),this.isEncrypted())throw new Error("Encrypted zip are not supported");m.skip(x),this.readExtraFields(m),this.parseZIP64ExtraField(m),this.fileComment=m.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=null,this.dosPermissions=null;var m=this.versionMadeBy>>8;this.dir=!!(16&this.externalFileAttributes),m==0&&(this.dosPermissions=63&this.externalFileAttributes),m==3&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||this.fileNameStr.slice(-1)!=="/"||(this.dir=!0)},parseZIP64ExtraField:function(){if(this.extraFields[1]){var m=s(this.extraFields[1].value);this.uncompressedSize===c.MAX_VALUE_32BITS&&(this.uncompressedSize=m.readInt(8)),this.compressedSize===c.MAX_VALUE_32BITS&&(this.compressedSize=m.readInt(8)),this.localHeaderOffset===c.MAX_VALUE_32BITS&&(this.localHeaderOffset=m.readInt(8)),this.diskNumberStart===c.MAX_VALUE_32BITS&&(this.diskNumberStart=m.readInt(4))}},readExtraFields:function(m){var x,v,y,w=m.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});m.index+4<w;)x=m.readInt(2),v=m.readInt(2),y=m.readData(v),this.extraFields[x]={id:x,length:v,value:y};m.setIndex(w)},handleUTF8:function(){var m=p.uint8array?"uint8array":"array";if(this.useUTF8())this.fileNameStr=h.utf8decode(this.fileName),this.fileCommentStr=h.utf8decode(this.fileComment);else{var x=this.findExtraFieldUnicodePath();if(x!==null)this.fileNameStr=x;else{var v=c.transformTo(m,this.fileName);this.fileNameStr=this.loadOptions.decodeFileName(v)}var y=this.findExtraFieldUnicodeComment();if(y!==null)this.fileCommentStr=y;else{var w=c.transformTo(m,this.fileComment);this.fileCommentStr=this.loadOptions.decodeFileName(w)}}},findExtraFieldUnicodePath:function(){var m=this.extraFields[28789];if(m){var x=s(m.value);return x.readInt(1)!==1||u(this.fileName)!==x.readInt(4)?null:h.utf8decode(x.readData(m.length-5))}return null},findExtraFieldUnicodeComment:function(){var m=this.extraFields[25461];if(m){var x=s(m.value);return x.readInt(1)!==1||u(this.fileComment)!==x.readInt(4)?null:h.utf8decode(x.readData(m.length-5))}return null}},t.exports=g},{"./compressedObject":2,"./compressions":3,"./crc32":4,"./reader/readerFor":22,"./support":30,"./utf8":31,"./utils":32}],35:[function(e,t,a){function s(x,v,y){this.name=x,this.dir=y.dir,this.date=y.date,this.comment=y.comment,this.unixPermissions=y.unixPermissions,this.dosPermissions=y.dosPermissions,this._data=v,this._dataBinary=y.binary,this.options={compression:y.compression,compressionOptions:y.compressionOptions}}var c=e("./stream/StreamHelper"),l=e("./stream/DataWorker"),u=e("./utf8"),h=e("./compressedObject"),f=e("./stream/GenericWorker");s.prototype={internalStream:function(x){var v=null,y="string";try{if(!x)throw new Error("No output type specified.");var w=(y=x.toLowerCase())==="string"||y==="text";y!=="binarystring"&&y!=="text"||(y="string"),v=this._decompressWorker();var _=!this._dataBinary;_&&!w&&(v=v.pipe(new u.Utf8EncodeWorker)),!_&&w&&(v=v.pipe(new u.Utf8DecodeWorker))}catch(k){(v=new f("error")).error(k)}return new c(v,y,"")},async:function(x,v){return this.internalStream(x).accumulate(v)},nodeStream:function(x,v){return this.internalStream(x||"nodebuffer").toNodejsStream(v)},_compressWorker:function(x,v){if(this._data instanceof h&&this._data.compression.magic===x.magic)return this._data.getCompressedWorker();var y=this._decompressWorker();return this._dataBinary||(y=y.pipe(new u.Utf8EncodeWorker)),h.createWorkerFrom(y,x,v)},_decompressWorker:function(){return this._data instanceof h?this._data.getContentWorker():this._data instanceof f?this._data:new l(this._data)}};for(var p=["asText","asBinary","asNodeBuffer","asUint8Array","asArrayBuffer"],g=function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},m=0;m<p.length;m++)s.prototype[p[m]]=g;t.exports=s},{"./compressedObject":2,"./stream/DataWorker":27,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31}],36:[function(e,t,a){(function(s){var c,l,u=s.MutationObserver||s.WebKitMutationObserver;if(u){var h=0,f=new u(x),p=s.document.createTextNode("");f.observe(p,{characterData:!0}),c=function(){p.data=h=++h%2}}else if(s.setImmediate||s.MessageChannel===void 0)c="document"in s&&"onreadystatechange"in s.document.createElement("script")?function(){var v=s.document.createElement("script");v.onreadystatechange=function(){x(),v.onreadystatechange=null,v.parentNode.removeChild(v),v=null},s.document.documentElement.appendChild(v)}:function(){setTimeout(x,0)};else{var g=new s.MessageChannel;g.port1.onmessage=x,c=function(){g.port2.postMessage(0)}}var m=[];function x(){var v,y;l=!0;for(var w=m.length;w;){for(y=m,m=[],v=-1;++v<w;)y[v]();w=m.length}l=!1}t.exports=function(v){m.push(v)!==1||l||c()}}).call(this,typeof Jn<"u"?Jn:typeof self<"u"?self:typeof window<"u"?window:{})},{}],37:[function(e,t,a){var s=e("immediate");function c(){}var l={},u=["REJECTED"],h=["FULFILLED"],f=["PENDING"];function p(w){if(typeof w!="function")throw new TypeError("resolver must be a function");this.state=f,this.queue=[],this.outcome=void 0,w!==c&&v(this,w)}function g(w,_,k){this.promise=w,typeof _=="function"&&(this.onFulfilled=_,this.callFulfilled=this.otherCallFulfilled),typeof k=="function"&&(this.onRejected=k,this.callRejected=this.otherCallRejected)}function m(w,_,k){s(function(){var C;try{C=_(k)}catch(S){return l.reject(w,S)}C===w?l.reject(w,new TypeError("Cannot resolve promise with itself")):l.resolve(w,C)})}function x(w){var _=w&&w.then;if(w&&(typeof w=="object"||typeof w=="function")&&typeof _=="function")return function(){_.apply(w,arguments)}}function v(w,_){var k=!1;function C(I){k||(k=!0,l.reject(w,I))}function S(I){k||(k=!0,l.resolve(w,I))}var E=y(function(){_(S,C)});E.status==="error"&&C(E.value)}function y(w,_){var k={};try{k.value=w(_),k.status="success"}catch(C){k.status="error",k.value=C}return k}(t.exports=p).prototype.finally=function(w){if(typeof w!="function")return this;var _=this.constructor;return this.then(function(k){return _.resolve(w()).then(function(){return k})},function(k){return _.resolve(w()).then(function(){throw k})})},p.prototype.catch=function(w){return this.then(null,w)},p.prototype.then=function(w,_){if(typeof w!="function"&&this.state===h||typeof _!="function"&&this.state===u)return this;var k=new this.constructor(c);return this.state!==f?m(k,this.state===h?w:_,this.outcome):this.queue.push(new g(k,w,_)),k},g.prototype.callFulfilled=function(w){l.resolve(this.promise,w)},g.prototype.otherCallFulfilled=function(w){m(this.promise,this.onFulfilled,w)},g.prototype.callRejected=function(w){l.reject(this.promise,w)},g.prototype.otherCallRejected=function(w){m(this.promise,this.onRejected,w)},l.resolve=function(w,_){var k=y(x,_);if(k.status==="error")return l.reject(w,k.value);var C=k.value;if(C)v(w,C);else{w.state=h,w.outcome=_;for(var S=-1,E=w.queue.length;++S<E;)w.queue[S].callFulfilled(_)}return w},l.reject=function(w,_){w.state=u,w.outcome=_;for(var k=-1,C=w.queue.length;++k<C;)w.queue[k].callRejected(_);return w},p.resolve=function(w){return w instanceof this?w:l.resolve(new this(c),w)},p.reject=function(w){var _=new this(c);return l.reject(_,w)},p.all=function(w){var _=this;if(Object.prototype.toString.call(w)!=="[object Array]")return this.reject(new TypeError("must be an array"));var k=w.length,C=!1;if(!k)return this.resolve([]);for(var S=new Array(k),E=0,I=-1,V=new this(c);++I<k;)R(w[I],I);return V;function R($,ee){_.resolve($).then(function(z){S[ee]=z,++E!==k||C||(C=!0,l.resolve(V,S))},function(z){C||(C=!0,l.reject(V,z))})}},p.race=function(w){var _=this;if(Object.prototype.toString.call(w)!=="[object Array]")return this.reject(new TypeError("must be an array"));var k=w.length,C=!1;if(!k)return this.resolve([]);for(var S=-1,E=new this(c);++S<k;)I=w[S],_.resolve(I).then(function(V){C||(C=!0,l.resolve(E,V))},function(V){C||(C=!0,l.reject(E,V))});var I;return E}},{immediate:36}],38:[function(e,t,a){var s={};(0,e("./lib/utils/common").assign)(s,e("./lib/deflate"),e("./lib/inflate"),e("./lib/zlib/constants")),t.exports=s},{"./lib/deflate":39,"./lib/inflate":40,"./lib/utils/common":41,"./lib/zlib/constants":44}],39:[function(e,t,a){var s=e("./zlib/deflate"),c=e("./utils/common"),l=e("./utils/strings"),u=e("./zlib/messages"),h=e("./zlib/zstream"),f=Object.prototype.toString,p=0,g=-1,m=0,x=8;function v(w){if(!(this instanceof v))return new v(w);this.options=c.assign({level:g,method:x,chunkSize:16384,windowBits:15,memLevel:8,strategy:m,to:""},w||{});var _=this.options;_.raw&&0<_.windowBits?_.windowBits=-_.windowBits:_.gzip&&0<_.windowBits&&_.windowBits<16&&(_.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new h,this.strm.avail_out=0;var k=s.deflateInit2(this.strm,_.level,_.method,_.windowBits,_.memLevel,_.strategy);if(k!==p)throw new Error(u[k]);if(_.header&&s.deflateSetHeader(this.strm,_.header),_.dictionary){var C;if(C=typeof _.dictionary=="string"?l.string2buf(_.dictionary):f.call(_.dictionary)==="[object ArrayBuffer]"?new Uint8Array(_.dictionary):_.dictionary,(k=s.deflateSetDictionary(this.strm,C))!==p)throw new Error(u[k]);this._dict_set=!0}}function y(w,_){var k=new v(_);if(k.push(w,!0),k.err)throw k.msg||u[k.err];return k.result}v.prototype.push=function(w,_){var k,C,S=this.strm,E=this.options.chunkSize;if(this.ended)return!1;C=_===~~_?_:_===!0?4:0,typeof w=="string"?S.input=l.string2buf(w):f.call(w)==="[object ArrayBuffer]"?S.input=new Uint8Array(w):S.input=w,S.next_in=0,S.avail_in=S.input.length;do{if(S.avail_out===0&&(S.output=new c.Buf8(E),S.next_out=0,S.avail_out=E),(k=s.deflate(S,C))!==1&&k!==p)return this.onEnd(k),!(this.ended=!0);S.avail_out!==0&&(S.avail_in!==0||C!==4&&C!==2)||(this.options.to==="string"?this.onData(l.buf2binstring(c.shrinkBuf(S.output,S.next_out))):this.onData(c.shrinkBuf(S.output,S.next_out)))}while((0<S.avail_in||S.avail_out===0)&&k!==1);return C===4?(k=s.deflateEnd(this.strm),this.onEnd(k),this.ended=!0,k===p):C!==2||(this.onEnd(p),!(S.avail_out=0))},v.prototype.onData=function(w){this.chunks.push(w)},v.prototype.onEnd=function(w){w===p&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=c.flattenChunks(this.chunks)),this.chunks=[],this.err=w,this.msg=this.strm.msg},a.Deflate=v,a.deflate=y,a.deflateRaw=function(w,_){return(_=_||{}).raw=!0,y(w,_)},a.gzip=function(w,_){return(_=_||{}).gzip=!0,y(w,_)}},{"./utils/common":41,"./utils/strings":42,"./zlib/deflate":46,"./zlib/messages":51,"./zlib/zstream":53}],40:[function(e,t,a){var s=e("./zlib/inflate"),c=e("./utils/common"),l=e("./utils/strings"),u=e("./zlib/constants"),h=e("./zlib/messages"),f=e("./zlib/zstream"),p=e("./zlib/gzheader"),g=Object.prototype.toString;function m(v){if(!(this instanceof m))return new m(v);this.options=c.assign({chunkSize:16384,windowBits:0,to:""},v||{});var y=this.options;y.raw&&0<=y.windowBits&&y.windowBits<16&&(y.windowBits=-y.windowBits,y.windowBits===0&&(y.windowBits=-15)),!(0<=y.windowBits&&y.windowBits<16)||v&&v.windowBits||(y.windowBits+=32),15<y.windowBits&&y.windowBits<48&&(15&y.windowBits)==0&&(y.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new f,this.strm.avail_out=0;var w=s.inflateInit2(this.strm,y.windowBits);if(w!==u.Z_OK)throw new Error(h[w]);this.header=new p,s.inflateGetHeader(this.strm,this.header)}function x(v,y){var w=new m(y);if(w.push(v,!0),w.err)throw w.msg||h[w.err];return w.result}m.prototype.push=function(v,y){var w,_,k,C,S,E,I=this.strm,V=this.options.chunkSize,R=this.options.dictionary,$=!1;if(this.ended)return!1;_=y===~~y?y:y===!0?u.Z_FINISH:u.Z_NO_FLUSH,typeof v=="string"?I.input=l.binstring2buf(v):g.call(v)==="[object ArrayBuffer]"?I.input=new Uint8Array(v):I.input=v,I.next_in=0,I.avail_in=I.input.length;do{if(I.avail_out===0&&(I.output=new c.Buf8(V),I.next_out=0,I.avail_out=V),(w=s.inflate(I,u.Z_NO_FLUSH))===u.Z_NEED_DICT&&R&&(E=typeof R=="string"?l.string2buf(R):g.call(R)==="[object ArrayBuffer]"?new Uint8Array(R):R,w=s.inflateSetDictionary(this.strm,E)),w===u.Z_BUF_ERROR&&$===!0&&(w=u.Z_OK,$=!1),w!==u.Z_STREAM_END&&w!==u.Z_OK)return this.onEnd(w),!(this.ended=!0);I.next_out&&(I.avail_out!==0&&w!==u.Z_STREAM_END&&(I.avail_in!==0||_!==u.Z_FINISH&&_!==u.Z_SYNC_FLUSH)||(this.options.to==="string"?(k=l.utf8border(I.output,I.next_out),C=I.next_out-k,S=l.buf2string(I.output,k),I.next_out=C,I.avail_out=V-C,C&&c.arraySet(I.output,I.output,k,C,0),this.onData(S)):this.onData(c.shrinkBuf(I.output,I.next_out)))),I.avail_in===0&&I.avail_out===0&&($=!0)}while((0<I.avail_in||I.avail_out===0)&&w!==u.Z_STREAM_END);return w===u.Z_STREAM_END&&(_=u.Z_FINISH),_===u.Z_FINISH?(w=s.inflateEnd(this.strm),this.onEnd(w),this.ended=!0,w===u.Z_OK):_!==u.Z_SYNC_FLUSH||(this.onEnd(u.Z_OK),!(I.avail_out=0))},m.prototype.onData=function(v){this.chunks.push(v)},m.prototype.onEnd=function(v){v===u.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=c.flattenChunks(this.chunks)),this.chunks=[],this.err=v,this.msg=this.strm.msg},a.Inflate=m,a.inflate=x,a.inflateRaw=function(v,y){return(y=y||{}).raw=!0,x(v,y)},a.ungzip=x},{"./utils/common":41,"./utils/strings":42,"./zlib/constants":44,"./zlib/gzheader":47,"./zlib/inflate":49,"./zlib/messages":51,"./zlib/zstream":53}],41:[function(e,t,a){var s=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Int32Array<"u";a.assign=function(u){for(var h=Array.prototype.slice.call(arguments,1);h.length;){var f=h.shift();if(f){if(typeof f!="object")throw new TypeError(f+"must be non-object");for(var p in f)f.hasOwnProperty(p)&&(u[p]=f[p])}}return u},a.shrinkBuf=function(u,h){return u.length===h?u:u.subarray?u.subarray(0,h):(u.length=h,u)};var c={arraySet:function(u,h,f,p,g){if(h.subarray&&u.subarray)u.set(h.subarray(f,f+p),g);else for(var m=0;m<p;m++)u[g+m]=h[f+m]},flattenChunks:function(u){var h,f,p,g,m,x;for(h=p=0,f=u.length;h<f;h++)p+=u[h].length;for(x=new Uint8Array(p),h=g=0,f=u.length;h<f;h++)m=u[h],x.set(m,g),g+=m.length;return x}},l={arraySet:function(u,h,f,p,g){for(var m=0;m<p;m++)u[g+m]=h[f+m]},flattenChunks:function(u){return[].concat.apply([],u)}};a.setTyped=function(u){u?(a.Buf8=Uint8Array,a.Buf16=Uint16Array,a.Buf32=Int32Array,a.assign(a,c)):(a.Buf8=Array,a.Buf16=Array,a.Buf32=Array,a.assign(a,l))},a.setTyped(s)},{}],42:[function(e,t,a){var s=e("./common"),c=!0,l=!0;try{String.fromCharCode.apply(null,[0])}catch{c=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{l=!1}for(var u=new s.Buf8(256),h=0;h<256;h++)u[h]=252<=h?6:248<=h?5:240<=h?4:224<=h?3:192<=h?2:1;function f(p,g){if(g<65537&&(p.subarray&&l||!p.subarray&&c))return String.fromCharCode.apply(null,s.shrinkBuf(p,g));for(var m="",x=0;x<g;x++)m+=String.fromCharCode(p[x]);return m}u[254]=u[254]=1,a.string2buf=function(p){var g,m,x,v,y,w=p.length,_=0;for(v=0;v<w;v++)(64512&(m=p.charCodeAt(v)))==55296&&v+1<w&&(64512&(x=p.charCodeAt(v+1)))==56320&&(m=65536+(m-55296<<10)+(x-56320),v++),_+=m<128?1:m<2048?2:m<65536?3:4;for(g=new s.Buf8(_),v=y=0;y<_;v++)(64512&(m=p.charCodeAt(v)))==55296&&v+1<w&&(64512&(x=p.charCodeAt(v+1)))==56320&&(m=65536+(m-55296<<10)+(x-56320),v++),m<128?g[y++]=m:(m<2048?g[y++]=192|m>>>6:(m<65536?g[y++]=224|m>>>12:(g[y++]=240|m>>>18,g[y++]=128|m>>>12&63),g[y++]=128|m>>>6&63),g[y++]=128|63&m);return g},a.buf2binstring=function(p){return f(p,p.length)},a.binstring2buf=function(p){for(var g=new s.Buf8(p.length),m=0,x=g.length;m<x;m++)g[m]=p.charCodeAt(m);return g},a.buf2string=function(p,g){var m,x,v,y,w=g||p.length,_=new Array(2*w);for(m=x=0;m<w;)if((v=p[m++])<128)_[x++]=v;else if(4<(y=u[v]))_[x++]=65533,m+=y-1;else{for(v&=y===2?31:y===3?15:7;1<y&&m<w;)v=v<<6|63&p[m++],y--;1<y?_[x++]=65533:v<65536?_[x++]=v:(v-=65536,_[x++]=55296|v>>10&1023,_[x++]=56320|1023&v)}return f(_,x)},a.utf8border=function(p,g){var m;for((g=g||p.length)>p.length&&(g=p.length),m=g-1;0<=m&&(192&p[m])==128;)m--;return m<0||m===0?g:m+u[p[m]]>g?m:g}},{"./common":41}],43:[function(e,t,a){t.exports=function(s,c,l,u){for(var h=65535&s|0,f=s>>>16&65535|0,p=0;l!==0;){for(l-=p=2e3<l?2e3:l;f=f+(h=h+c[u++]|0)|0,--p;);h%=65521,f%=65521}return h|f<<16|0}},{}],44:[function(e,t,a){t.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},{}],45:[function(e,t,a){var s=(function(){for(var c,l=[],u=0;u<256;u++){c=u;for(var h=0;h<8;h++)c=1&c?3988292384^c>>>1:c>>>1;l[u]=c}return l})();t.exports=function(c,l,u,h){var f=s,p=h+u;c^=-1;for(var g=h;g<p;g++)c=c>>>8^f[255&(c^l[g])];return-1^c}},{}],46:[function(e,t,a){var s,c=e("../utils/common"),l=e("./trees"),u=e("./adler32"),h=e("./crc32"),f=e("./messages"),p=0,g=4,m=0,x=-2,v=-1,y=4,w=2,_=8,k=9,C=286,S=30,E=19,I=2*C+1,V=15,R=3,$=258,ee=$+R+1,z=42,H=113,M=1,X=2,K=3,ae=4;function de(B,pe){return B.msg=f[pe],pe}function ce(B){return(B<<1)-(4<B?9:0)}function fe(B){for(var pe=B.length;0<=--pe;)B[pe]=0}function te(B){var pe=B.state,Ce=pe.pending;Ce>B.avail_out&&(Ce=B.avail_out),Ce!==0&&(c.arraySet(B.output,pe.pending_buf,pe.pending_out,Ce,B.next_out),B.next_out+=Ce,pe.pending_out+=Ce,B.total_out+=Ce,B.avail_out-=Ce,pe.pending-=Ce,pe.pending===0&&(pe.pending_out=0))}function se(B,pe){l._tr_flush_block(B,0<=B.block_start?B.block_start:-1,B.strstart-B.block_start,pe),B.block_start=B.strstart,te(B.strm)}function Se(B,pe){B.pending_buf[B.pending++]=pe}function ie(B,pe){B.pending_buf[B.pending++]=pe>>>8&255,B.pending_buf[B.pending++]=255&pe}function le(B,pe){var Ce,Z,Q=B.max_chain_length,he=B.strstart,Ve=B.prev_length,Ae=B.nice_match,_e=B.strstart>B.w_size-ee?B.strstart-(B.w_size-ee):0,Ne=B.window,Xe=B.w_mask,He=B.prev,ot=B.strstart+$,St=Ne[he+Ve-1],dt=Ne[he+Ve];B.prev_length>=B.good_match&&(Q>>=2),Ae>B.lookahead&&(Ae=B.lookahead);do if(Ne[(Ce=pe)+Ve]===dt&&Ne[Ce+Ve-1]===St&&Ne[Ce]===Ne[he]&&Ne[++Ce]===Ne[he+1]){he+=2,Ce++;do;while(Ne[++he]===Ne[++Ce]&&Ne[++he]===Ne[++Ce]&&Ne[++he]===Ne[++Ce]&&Ne[++he]===Ne[++Ce]&&Ne[++he]===Ne[++Ce]&&Ne[++he]===Ne[++Ce]&&Ne[++he]===Ne[++Ce]&&Ne[++he]===Ne[++Ce]&&he<ot);if(Z=$-(ot-he),he=ot-$,Ve<Z){if(B.match_start=pe,Ae<=(Ve=Z))break;St=Ne[he+Ve-1],dt=Ne[he+Ve]}}while((pe=He[pe&Xe])>_e&&--Q!=0);return Ve<=B.lookahead?Ve:B.lookahead}function ge(B){var pe,Ce,Z,Q,he,Ve,Ae,_e,Ne,Xe,He=B.w_size;do{if(Q=B.window_size-B.lookahead-B.strstart,B.strstart>=He+(He-ee)){for(c.arraySet(B.window,B.window,He,He,0),B.match_start-=He,B.strstart-=He,B.block_start-=He,pe=Ce=B.hash_size;Z=B.head[--pe],B.head[pe]=He<=Z?Z-He:0,--Ce;);for(pe=Ce=He;Z=B.prev[--pe],B.prev[pe]=He<=Z?Z-He:0,--Ce;);Q+=He}if(B.strm.avail_in===0)break;if(Ve=B.strm,Ae=B.window,_e=B.strstart+B.lookahead,Ne=Q,Xe=void 0,Xe=Ve.avail_in,Ne<Xe&&(Xe=Ne),Ce=Xe===0?0:(Ve.avail_in-=Xe,c.arraySet(Ae,Ve.input,Ve.next_in,Xe,_e),Ve.state.wrap===1?Ve.adler=u(Ve.adler,Ae,Xe,_e):Ve.state.wrap===2&&(Ve.adler=h(Ve.adler,Ae,Xe,_e)),Ve.next_in+=Xe,Ve.total_in+=Xe,Xe),B.lookahead+=Ce,B.lookahead+B.insert>=R)for(he=B.strstart-B.insert,B.ins_h=B.window[he],B.ins_h=(B.ins_h<<B.hash_shift^B.window[he+1])&B.hash_mask;B.insert&&(B.ins_h=(B.ins_h<<B.hash_shift^B.window[he+R-1])&B.hash_mask,B.prev[he&B.w_mask]=B.head[B.ins_h],B.head[B.ins_h]=he,he++,B.insert--,!(B.lookahead+B.insert<R)););}while(B.lookahead<ee&&B.strm.avail_in!==0)}function Le(B,pe){for(var Ce,Z;;){if(B.lookahead<ee){if(ge(B),B.lookahead<ee&&pe===p)return M;if(B.lookahead===0)break}if(Ce=0,B.lookahead>=R&&(B.ins_h=(B.ins_h<<B.hash_shift^B.window[B.strstart+R-1])&B.hash_mask,Ce=B.prev[B.strstart&B.w_mask]=B.head[B.ins_h],B.head[B.ins_h]=B.strstart),Ce!==0&&B.strstart-Ce<=B.w_size-ee&&(B.match_length=le(B,Ce)),B.match_length>=R)if(Z=l._tr_tally(B,B.strstart-B.match_start,B.match_length-R),B.lookahead-=B.match_length,B.match_length<=B.max_lazy_match&&B.lookahead>=R){for(B.match_length--;B.strstart++,B.ins_h=(B.ins_h<<B.hash_shift^B.window[B.strstart+R-1])&B.hash_mask,Ce=B.prev[B.strstart&B.w_mask]=B.head[B.ins_h],B.head[B.ins_h]=B.strstart,--B.match_length!=0;);B.strstart++}else B.strstart+=B.match_length,B.match_length=0,B.ins_h=B.window[B.strstart],B.ins_h=(B.ins_h<<B.hash_shift^B.window[B.strstart+1])&B.hash_mask;else Z=l._tr_tally(B,0,B.window[B.strstart]),B.lookahead--,B.strstart++;if(Z&&(se(B,!1),B.strm.avail_out===0))return M}return B.insert=B.strstart<R-1?B.strstart:R-1,pe===g?(se(B,!0),B.strm.avail_out===0?K:ae):B.last_lit&&(se(B,!1),B.strm.avail_out===0)?M:X}function Oe(B,pe){for(var Ce,Z,Q;;){if(B.lookahead<ee){if(ge(B),B.lookahead<ee&&pe===p)return M;if(B.lookahead===0)break}if(Ce=0,B.lookahead>=R&&(B.ins_h=(B.ins_h<<B.hash_shift^B.window[B.strstart+R-1])&B.hash_mask,Ce=B.prev[B.strstart&B.w_mask]=B.head[B.ins_h],B.head[B.ins_h]=B.strstart),B.prev_length=B.match_length,B.prev_match=B.match_start,B.match_length=R-1,Ce!==0&&B.prev_length<B.max_lazy_match&&B.strstart-Ce<=B.w_size-ee&&(B.match_length=le(B,Ce),B.match_length<=5&&(B.strategy===1||B.match_length===R&&4096<B.strstart-B.match_start)&&(B.match_length=R-1)),B.prev_length>=R&&B.match_length<=B.prev_length){for(Q=B.strstart+B.lookahead-R,Z=l._tr_tally(B,B.strstart-1-B.prev_match,B.prev_length-R),B.lookahead-=B.prev_length-1,B.prev_length-=2;++B.strstart<=Q&&(B.ins_h=(B.ins_h<<B.hash_shift^B.window[B.strstart+R-1])&B.hash_mask,Ce=B.prev[B.strstart&B.w_mask]=B.head[B.ins_h],B.head[B.ins_h]=B.strstart),--B.prev_length!=0;);if(B.match_available=0,B.match_length=R-1,B.strstart++,Z&&(se(B,!1),B.strm.avail_out===0))return M}else if(B.match_available){if((Z=l._tr_tally(B,0,B.window[B.strstart-1]))&&se(B,!1),B.strstart++,B.lookahead--,B.strm.avail_out===0)return M}else B.match_available=1,B.strstart++,B.lookahead--}return B.match_available&&(Z=l._tr_tally(B,0,B.window[B.strstart-1]),B.match_available=0),B.insert=B.strstart<R-1?B.strstart:R-1,pe===g?(se(B,!0),B.strm.avail_out===0?K:ae):B.last_lit&&(se(B,!1),B.strm.avail_out===0)?M:X}function Ge(B,pe,Ce,Z,Q){this.good_length=B,this.max_lazy=pe,this.nice_length=Ce,this.max_chain=Z,this.func=Q}function Fe(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=_,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new c.Buf16(2*I),this.dyn_dtree=new c.Buf16(2*(2*S+1)),this.bl_tree=new c.Buf16(2*(2*E+1)),fe(this.dyn_ltree),fe(this.dyn_dtree),fe(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new c.Buf16(V+1),this.heap=new c.Buf16(2*C+1),fe(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new c.Buf16(2*C+1),fe(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function qe(B){var pe;return B&&B.state?(B.total_in=B.total_out=0,B.data_type=w,(pe=B.state).pending=0,pe.pending_out=0,pe.wrap<0&&(pe.wrap=-pe.wrap),pe.status=pe.wrap?z:H,B.adler=pe.wrap===2?0:1,pe.last_flush=p,l._tr_init(pe),m):de(B,x)}function ut(B){var pe=qe(B);return pe===m&&(function(Ce){Ce.window_size=2*Ce.w_size,fe(Ce.head),Ce.max_lazy_match=s[Ce.level].max_lazy,Ce.good_match=s[Ce.level].good_length,Ce.nice_match=s[Ce.level].nice_length,Ce.max_chain_length=s[Ce.level].max_chain,Ce.strstart=0,Ce.block_start=0,Ce.lookahead=0,Ce.insert=0,Ce.match_length=Ce.prev_length=R-1,Ce.match_available=0,Ce.ins_h=0})(B.state),pe}function ht(B,pe,Ce,Z,Q,he){if(!B)return x;var Ve=1;if(pe===v&&(pe=6),Z<0?(Ve=0,Z=-Z):15<Z&&(Ve=2,Z-=16),Q<1||k<Q||Ce!==_||Z<8||15<Z||pe<0||9<pe||he<0||y<he)return de(B,x);Z===8&&(Z=9);var Ae=new Fe;return(B.state=Ae).strm=B,Ae.wrap=Ve,Ae.gzhead=null,Ae.w_bits=Z,Ae.w_size=1<<Ae.w_bits,Ae.w_mask=Ae.w_size-1,Ae.hash_bits=Q+7,Ae.hash_size=1<<Ae.hash_bits,Ae.hash_mask=Ae.hash_size-1,Ae.hash_shift=~~((Ae.hash_bits+R-1)/R),Ae.window=new c.Buf8(2*Ae.w_size),Ae.head=new c.Buf16(Ae.hash_size),Ae.prev=new c.Buf16(Ae.w_size),Ae.lit_bufsize=1<<Q+6,Ae.pending_buf_size=4*Ae.lit_bufsize,Ae.pending_buf=new c.Buf8(Ae.pending_buf_size),Ae.d_buf=1*Ae.lit_bufsize,Ae.l_buf=3*Ae.lit_bufsize,Ae.level=pe,Ae.strategy=he,Ae.method=Ce,ut(B)}s=[new Ge(0,0,0,0,function(B,pe){var Ce=65535;for(Ce>B.pending_buf_size-5&&(Ce=B.pending_buf_size-5);;){if(B.lookahead<=1){if(ge(B),B.lookahead===0&&pe===p)return M;if(B.lookahead===0)break}B.strstart+=B.lookahead,B.lookahead=0;var Z=B.block_start+Ce;if((B.strstart===0||B.strstart>=Z)&&(B.lookahead=B.strstart-Z,B.strstart=Z,se(B,!1),B.strm.avail_out===0)||B.strstart-B.block_start>=B.w_size-ee&&(se(B,!1),B.strm.avail_out===0))return M}return B.insert=0,pe===g?(se(B,!0),B.strm.avail_out===0?K:ae):(B.strstart>B.block_start&&(se(B,!1),B.strm.avail_out),M)}),new Ge(4,4,8,4,Le),new Ge(4,5,16,8,Le),new Ge(4,6,32,32,Le),new Ge(4,4,16,16,Oe),new Ge(8,16,32,32,Oe),new Ge(8,16,128,128,Oe),new Ge(8,32,128,256,Oe),new Ge(32,128,258,1024,Oe),new Ge(32,258,258,4096,Oe)],a.deflateInit=function(B,pe){return ht(B,pe,_,15,8,0)},a.deflateInit2=ht,a.deflateReset=ut,a.deflateResetKeep=qe,a.deflateSetHeader=function(B,pe){return B&&B.state?B.state.wrap!==2?x:(B.state.gzhead=pe,m):x},a.deflate=function(B,pe){var Ce,Z,Q,he;if(!B||!B.state||5<pe||pe<0)return B?de(B,x):x;if(Z=B.state,!B.output||!B.input&&B.avail_in!==0||Z.status===666&&pe!==g)return de(B,B.avail_out===0?-5:x);if(Z.strm=B,Ce=Z.last_flush,Z.last_flush=pe,Z.status===z)if(Z.wrap===2)B.adler=0,Se(Z,31),Se(Z,139),Se(Z,8),Z.gzhead?(Se(Z,(Z.gzhead.text?1:0)+(Z.gzhead.hcrc?2:0)+(Z.gzhead.extra?4:0)+(Z.gzhead.name?8:0)+(Z.gzhead.comment?16:0)),Se(Z,255&Z.gzhead.time),Se(Z,Z.gzhead.time>>8&255),Se(Z,Z.gzhead.time>>16&255),Se(Z,Z.gzhead.time>>24&255),Se(Z,Z.level===9?2:2<=Z.strategy||Z.level<2?4:0),Se(Z,255&Z.gzhead.os),Z.gzhead.extra&&Z.gzhead.extra.length&&(Se(Z,255&Z.gzhead.extra.length),Se(Z,Z.gzhead.extra.length>>8&255)),Z.gzhead.hcrc&&(B.adler=h(B.adler,Z.pending_buf,Z.pending,0)),Z.gzindex=0,Z.status=69):(Se(Z,0),Se(Z,0),Se(Z,0),Se(Z,0),Se(Z,0),Se(Z,Z.level===9?2:2<=Z.strategy||Z.level<2?4:0),Se(Z,3),Z.status=H);else{var Ve=_+(Z.w_bits-8<<4)<<8;Ve|=(2<=Z.strategy||Z.level<2?0:Z.level<6?1:Z.level===6?2:3)<<6,Z.strstart!==0&&(Ve|=32),Ve+=31-Ve%31,Z.status=H,ie(Z,Ve),Z.strstart!==0&&(ie(Z,B.adler>>>16),ie(Z,65535&B.adler)),B.adler=1}if(Z.status===69)if(Z.gzhead.extra){for(Q=Z.pending;Z.gzindex<(65535&Z.gzhead.extra.length)&&(Z.pending!==Z.pending_buf_size||(Z.gzhead.hcrc&&Z.pending>Q&&(B.adler=h(B.adler,Z.pending_buf,Z.pending-Q,Q)),te(B),Q=Z.pending,Z.pending!==Z.pending_buf_size));)Se(Z,255&Z.gzhead.extra[Z.gzindex]),Z.gzindex++;Z.gzhead.hcrc&&Z.pending>Q&&(B.adler=h(B.adler,Z.pending_buf,Z.pending-Q,Q)),Z.gzindex===Z.gzhead.extra.length&&(Z.gzindex=0,Z.status=73)}else Z.status=73;if(Z.status===73)if(Z.gzhead.name){Q=Z.pending;do{if(Z.pending===Z.pending_buf_size&&(Z.gzhead.hcrc&&Z.pending>Q&&(B.adler=h(B.adler,Z.pending_buf,Z.pending-Q,Q)),te(B),Q=Z.pending,Z.pending===Z.pending_buf_size)){he=1;break}he=Z.gzindex<Z.gzhead.name.length?255&Z.gzhead.name.charCodeAt(Z.gzindex++):0,Se(Z,he)}while(he!==0);Z.gzhead.hcrc&&Z.pending>Q&&(B.adler=h(B.adler,Z.pending_buf,Z.pending-Q,Q)),he===0&&(Z.gzindex=0,Z.status=91)}else Z.status=91;if(Z.status===91)if(Z.gzhead.comment){Q=Z.pending;do{if(Z.pending===Z.pending_buf_size&&(Z.gzhead.hcrc&&Z.pending>Q&&(B.adler=h(B.adler,Z.pending_buf,Z.pending-Q,Q)),te(B),Q=Z.pending,Z.pending===Z.pending_buf_size)){he=1;break}he=Z.gzindex<Z.gzhead.comment.length?255&Z.gzhead.comment.charCodeAt(Z.gzindex++):0,Se(Z,he)}while(he!==0);Z.gzhead.hcrc&&Z.pending>Q&&(B.adler=h(B.adler,Z.pending_buf,Z.pending-Q,Q)),he===0&&(Z.status=103)}else Z.status=103;if(Z.status===103&&(Z.gzhead.hcrc?(Z.pending+2>Z.pending_buf_size&&te(B),Z.pending+2<=Z.pending_buf_size&&(Se(Z,255&B.adler),Se(Z,B.adler>>8&255),B.adler=0,Z.status=H)):Z.status=H),Z.pending!==0){if(te(B),B.avail_out===0)return Z.last_flush=-1,m}else if(B.avail_in===0&&ce(pe)<=ce(Ce)&&pe!==g)return de(B,-5);if(Z.status===666&&B.avail_in!==0)return de(B,-5);if(B.avail_in!==0||Z.lookahead!==0||pe!==p&&Z.status!==666){var Ae=Z.strategy===2?(function(_e,Ne){for(var Xe;;){if(_e.lookahead===0&&(ge(_e),_e.lookahead===0)){if(Ne===p)return M;break}if(_e.match_length=0,Xe=l._tr_tally(_e,0,_e.window[_e.strstart]),_e.lookahead--,_e.strstart++,Xe&&(se(_e,!1),_e.strm.avail_out===0))return M}return _e.insert=0,Ne===g?(se(_e,!0),_e.strm.avail_out===0?K:ae):_e.last_lit&&(se(_e,!1),_e.strm.avail_out===0)?M:X})(Z,pe):Z.strategy===3?(function(_e,Ne){for(var Xe,He,ot,St,dt=_e.window;;){if(_e.lookahead<=$){if(ge(_e),_e.lookahead<=$&&Ne===p)return M;if(_e.lookahead===0)break}if(_e.match_length=0,_e.lookahead>=R&&0<_e.strstart&&(He=dt[ot=_e.strstart-1])===dt[++ot]&&He===dt[++ot]&&He===dt[++ot]){St=_e.strstart+$;do;while(He===dt[++ot]&&He===dt[++ot]&&He===dt[++ot]&&He===dt[++ot]&&He===dt[++ot]&&He===dt[++ot]&&He===dt[++ot]&&He===dt[++ot]&&ot<St);_e.match_length=$-(St-ot),_e.match_length>_e.lookahead&&(_e.match_length=_e.lookahead)}if(_e.match_length>=R?(Xe=l._tr_tally(_e,1,_e.match_length-R),_e.lookahead-=_e.match_length,_e.strstart+=_e.match_length,_e.match_length=0):(Xe=l._tr_tally(_e,0,_e.window[_e.strstart]),_e.lookahead--,_e.strstart++),Xe&&(se(_e,!1),_e.strm.avail_out===0))return M}return _e.insert=0,Ne===g?(se(_e,!0),_e.strm.avail_out===0?K:ae):_e.last_lit&&(se(_e,!1),_e.strm.avail_out===0)?M:X})(Z,pe):s[Z.level].func(Z,pe);if(Ae!==K&&Ae!==ae||(Z.status=666),Ae===M||Ae===K)return B.avail_out===0&&(Z.last_flush=-1),m;if(Ae===X&&(pe===1?l._tr_align(Z):pe!==5&&(l._tr_stored_block(Z,0,0,!1),pe===3&&(fe(Z.head),Z.lookahead===0&&(Z.strstart=0,Z.block_start=0,Z.insert=0))),te(B),B.avail_out===0))return Z.last_flush=-1,m}return pe!==g?m:Z.wrap<=0?1:(Z.wrap===2?(Se(Z,255&B.adler),Se(Z,B.adler>>8&255),Se(Z,B.adler>>16&255),Se(Z,B.adler>>24&255),Se(Z,255&B.total_in),Se(Z,B.total_in>>8&255),Se(Z,B.total_in>>16&255),Se(Z,B.total_in>>24&255)):(ie(Z,B.adler>>>16),ie(Z,65535&B.adler)),te(B),0<Z.wrap&&(Z.wrap=-Z.wrap),Z.pending!==0?m:1)},a.deflateEnd=function(B){var pe;return B&&B.state?(pe=B.state.status)!==z&&pe!==69&&pe!==73&&pe!==91&&pe!==103&&pe!==H&&pe!==666?de(B,x):(B.state=null,pe===H?de(B,-3):m):x},a.deflateSetDictionary=function(B,pe){var Ce,Z,Q,he,Ve,Ae,_e,Ne,Xe=pe.length;if(!B||!B.state||(he=(Ce=B.state).wrap)===2||he===1&&Ce.status!==z||Ce.lookahead)return x;for(he===1&&(B.adler=u(B.adler,pe,Xe,0)),Ce.wrap=0,Xe>=Ce.w_size&&(he===0&&(fe(Ce.head),Ce.strstart=0,Ce.block_start=0,Ce.insert=0),Ne=new c.Buf8(Ce.w_size),c.arraySet(Ne,pe,Xe-Ce.w_size,Ce.w_size,0),pe=Ne,Xe=Ce.w_size),Ve=B.avail_in,Ae=B.next_in,_e=B.input,B.avail_in=Xe,B.next_in=0,B.input=pe,ge(Ce);Ce.lookahead>=R;){for(Z=Ce.strstart,Q=Ce.lookahead-(R-1);Ce.ins_h=(Ce.ins_h<<Ce.hash_shift^Ce.window[Z+R-1])&Ce.hash_mask,Ce.prev[Z&Ce.w_mask]=Ce.head[Ce.ins_h],Ce.head[Ce.ins_h]=Z,Z++,--Q;);Ce.strstart=Z,Ce.lookahead=R-1,ge(Ce)}return Ce.strstart+=Ce.lookahead,Ce.block_start=Ce.strstart,Ce.insert=Ce.lookahead,Ce.lookahead=0,Ce.match_length=Ce.prev_length=R-1,Ce.match_available=0,B.next_in=Ae,B.input=_e,B.avail_in=Ve,Ce.wrap=he,m},a.deflateInfo="pako deflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./messages":51,"./trees":52}],47:[function(e,t,a){t.exports=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}},{}],48:[function(e,t,a){t.exports=function(s,c){var l,u,h,f,p,g,m,x,v,y,w,_,k,C,S,E,I,V,R,$,ee,z,H,M,X;l=s.state,u=s.next_in,M=s.input,h=u+(s.avail_in-5),f=s.next_out,X=s.output,p=f-(c-s.avail_out),g=f+(s.avail_out-257),m=l.dmax,x=l.wsize,v=l.whave,y=l.wnext,w=l.window,_=l.hold,k=l.bits,C=l.lencode,S=l.distcode,E=(1<<l.lenbits)-1,I=(1<<l.distbits)-1;e:do{k<15&&(_+=M[u++]<<k,k+=8,_+=M[u++]<<k,k+=8),V=C[_&E];t:for(;;){if(_>>>=R=V>>>24,k-=R,(R=V>>>16&255)===0)X[f++]=65535&V;else{if(!(16&R)){if((64&R)==0){V=C[(65535&V)+(_&(1<<R)-1)];continue t}if(32&R){l.mode=12;break e}s.msg="invalid literal/length code",l.mode=30;break e}$=65535&V,(R&=15)&&(k<R&&(_+=M[u++]<<k,k+=8),$+=_&(1<<R)-1,_>>>=R,k-=R),k<15&&(_+=M[u++]<<k,k+=8,_+=M[u++]<<k,k+=8),V=S[_&I];n:for(;;){if(_>>>=R=V>>>24,k-=R,!(16&(R=V>>>16&255))){if((64&R)==0){V=S[(65535&V)+(_&(1<<R)-1)];continue n}s.msg="invalid distance code",l.mode=30;break e}if(ee=65535&V,k<(R&=15)&&(_+=M[u++]<<k,(k+=8)<R&&(_+=M[u++]<<k,k+=8)),m<(ee+=_&(1<<R)-1)){s.msg="invalid distance too far back",l.mode=30;break e}if(_>>>=R,k-=R,(R=f-p)<ee){if(v<(R=ee-R)&&l.sane){s.msg="invalid distance too far back",l.mode=30;break e}if(H=w,(z=0)===y){if(z+=x-R,R<$){for($-=R;X[f++]=w[z++],--R;);z=f-ee,H=X}}else if(y<R){if(z+=x+y-R,(R-=y)<$){for($-=R;X[f++]=w[z++],--R;);if(z=0,y<$){for($-=R=y;X[f++]=w[z++],--R;);z=f-ee,H=X}}}else if(z+=y-R,R<$){for($-=R;X[f++]=w[z++],--R;);z=f-ee,H=X}for(;2<$;)X[f++]=H[z++],X[f++]=H[z++],X[f++]=H[z++],$-=3;$&&(X[f++]=H[z++],1<$&&(X[f++]=H[z++]))}else{for(z=f-ee;X[f++]=X[z++],X[f++]=X[z++],X[f++]=X[z++],2<($-=3););$&&(X[f++]=X[z++],1<$&&(X[f++]=X[z++]))}break}}break}}while(u<h&&f<g);u-=$=k>>3,_&=(1<<(k-=$<<3))-1,s.next_in=u,s.next_out=f,s.avail_in=u<h?h-u+5:5-(u-h),s.avail_out=f<g?g-f+257:257-(f-g),l.hold=_,l.bits=k}},{}],49:[function(e,t,a){var s=e("../utils/common"),c=e("./adler32"),l=e("./crc32"),u=e("./inffast"),h=e("./inftrees"),f=1,p=2,g=0,m=-2,x=1,v=852,y=592;function w(z){return(z>>>24&255)+(z>>>8&65280)+((65280&z)<<8)+((255&z)<<24)}function _(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new s.Buf16(320),this.work=new s.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function k(z){var H;return z&&z.state?(H=z.state,z.total_in=z.total_out=H.total=0,z.msg="",H.wrap&&(z.adler=1&H.wrap),H.mode=x,H.last=0,H.havedict=0,H.dmax=32768,H.head=null,H.hold=0,H.bits=0,H.lencode=H.lendyn=new s.Buf32(v),H.distcode=H.distdyn=new s.Buf32(y),H.sane=1,H.back=-1,g):m}function C(z){var H;return z&&z.state?((H=z.state).wsize=0,H.whave=0,H.wnext=0,k(z)):m}function S(z,H){var M,X;return z&&z.state?(X=z.state,H<0?(M=0,H=-H):(M=1+(H>>4),H<48&&(H&=15)),H&&(H<8||15<H)?m:(X.window!==null&&X.wbits!==H&&(X.window=null),X.wrap=M,X.wbits=H,C(z))):m}function E(z,H){var M,X;return z?(X=new _,(z.state=X).window=null,(M=S(z,H))!==g&&(z.state=null),M):m}var I,V,R=!0;function $(z){if(R){var H;for(I=new s.Buf32(512),V=new s.Buf32(32),H=0;H<144;)z.lens[H++]=8;for(;H<256;)z.lens[H++]=9;for(;H<280;)z.lens[H++]=7;for(;H<288;)z.lens[H++]=8;for(h(f,z.lens,0,288,I,0,z.work,{bits:9}),H=0;H<32;)z.lens[H++]=5;h(p,z.lens,0,32,V,0,z.work,{bits:5}),R=!1}z.lencode=I,z.lenbits=9,z.distcode=V,z.distbits=5}function ee(z,H,M,X){var K,ae=z.state;return ae.window===null&&(ae.wsize=1<<ae.wbits,ae.wnext=0,ae.whave=0,ae.window=new s.Buf8(ae.wsize)),X>=ae.wsize?(s.arraySet(ae.window,H,M-ae.wsize,ae.wsize,0),ae.wnext=0,ae.whave=ae.wsize):(X<(K=ae.wsize-ae.wnext)&&(K=X),s.arraySet(ae.window,H,M-X,K,ae.wnext),(X-=K)?(s.arraySet(ae.window,H,M-X,X,0),ae.wnext=X,ae.whave=ae.wsize):(ae.wnext+=K,ae.wnext===ae.wsize&&(ae.wnext=0),ae.whave<ae.wsize&&(ae.whave+=K))),0}a.inflateReset=C,a.inflateReset2=S,a.inflateResetKeep=k,a.inflateInit=function(z){return E(z,15)},a.inflateInit2=E,a.inflate=function(z,H){var M,X,K,ae,de,ce,fe,te,se,Se,ie,le,ge,Le,Oe,Ge,Fe,qe,ut,ht,B,pe,Ce,Z,Q=0,he=new s.Buf8(4),Ve=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!z||!z.state||!z.output||!z.input&&z.avail_in!==0)return m;(M=z.state).mode===12&&(M.mode=13),de=z.next_out,K=z.output,fe=z.avail_out,ae=z.next_in,X=z.input,ce=z.avail_in,te=M.hold,se=M.bits,Se=ce,ie=fe,pe=g;e:for(;;)switch(M.mode){case x:if(M.wrap===0){M.mode=13;break}for(;se<16;){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}if(2&M.wrap&&te===35615){he[M.check=0]=255&te,he[1]=te>>>8&255,M.check=l(M.check,he,2,0),se=te=0,M.mode=2;break}if(M.flags=0,M.head&&(M.head.done=!1),!(1&M.wrap)||(((255&te)<<8)+(te>>8))%31){z.msg="incorrect header check",M.mode=30;break}if((15&te)!=8){z.msg="unknown compression method",M.mode=30;break}if(se-=4,B=8+(15&(te>>>=4)),M.wbits===0)M.wbits=B;else if(B>M.wbits){z.msg="invalid window size",M.mode=30;break}M.dmax=1<<B,z.adler=M.check=1,M.mode=512&te?10:12,se=te=0;break;case 2:for(;se<16;){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}if(M.flags=te,(255&M.flags)!=8){z.msg="unknown compression method",M.mode=30;break}if(57344&M.flags){z.msg="unknown header flags set",M.mode=30;break}M.head&&(M.head.text=te>>8&1),512&M.flags&&(he[0]=255&te,he[1]=te>>>8&255,M.check=l(M.check,he,2,0)),se=te=0,M.mode=3;case 3:for(;se<32;){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}M.head&&(M.head.time=te),512&M.flags&&(he[0]=255&te,he[1]=te>>>8&255,he[2]=te>>>16&255,he[3]=te>>>24&255,M.check=l(M.check,he,4,0)),se=te=0,M.mode=4;case 4:for(;se<16;){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}M.head&&(M.head.xflags=255&te,M.head.os=te>>8),512&M.flags&&(he[0]=255&te,he[1]=te>>>8&255,M.check=l(M.check,he,2,0)),se=te=0,M.mode=5;case 5:if(1024&M.flags){for(;se<16;){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}M.length=te,M.head&&(M.head.extra_len=te),512&M.flags&&(he[0]=255&te,he[1]=te>>>8&255,M.check=l(M.check,he,2,0)),se=te=0}else M.head&&(M.head.extra=null);M.mode=6;case 6:if(1024&M.flags&&(ce<(le=M.length)&&(le=ce),le&&(M.head&&(B=M.head.extra_len-M.length,M.head.extra||(M.head.extra=new Array(M.head.extra_len)),s.arraySet(M.head.extra,X,ae,le,B)),512&M.flags&&(M.check=l(M.check,X,le,ae)),ce-=le,ae+=le,M.length-=le),M.length))break e;M.length=0,M.mode=7;case 7:if(2048&M.flags){if(ce===0)break e;for(le=0;B=X[ae+le++],M.head&&B&&M.length<65536&&(M.head.name+=String.fromCharCode(B)),B&&le<ce;);if(512&M.flags&&(M.check=l(M.check,X,le,ae)),ce-=le,ae+=le,B)break e}else M.head&&(M.head.name=null);M.length=0,M.mode=8;case 8:if(4096&M.flags){if(ce===0)break e;for(le=0;B=X[ae+le++],M.head&&B&&M.length<65536&&(M.head.comment+=String.fromCharCode(B)),B&&le<ce;);if(512&M.flags&&(M.check=l(M.check,X,le,ae)),ce-=le,ae+=le,B)break e}else M.head&&(M.head.comment=null);M.mode=9;case 9:if(512&M.flags){for(;se<16;){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}if(te!==(65535&M.check)){z.msg="header crc mismatch",M.mode=30;break}se=te=0}M.head&&(M.head.hcrc=M.flags>>9&1,M.head.done=!0),z.adler=M.check=0,M.mode=12;break;case 10:for(;se<32;){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}z.adler=M.check=w(te),se=te=0,M.mode=11;case 11:if(M.havedict===0)return z.next_out=de,z.avail_out=fe,z.next_in=ae,z.avail_in=ce,M.hold=te,M.bits=se,2;z.adler=M.check=1,M.mode=12;case 12:if(H===5||H===6)break e;case 13:if(M.last){te>>>=7&se,se-=7&se,M.mode=27;break}for(;se<3;){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}switch(M.last=1&te,se-=1,3&(te>>>=1)){case 0:M.mode=14;break;case 1:if($(M),M.mode=20,H!==6)break;te>>>=2,se-=2;break e;case 2:M.mode=17;break;case 3:z.msg="invalid block type",M.mode=30}te>>>=2,se-=2;break;case 14:for(te>>>=7&se,se-=7&se;se<32;){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}if((65535&te)!=(te>>>16^65535)){z.msg="invalid stored block lengths",M.mode=30;break}if(M.length=65535&te,se=te=0,M.mode=15,H===6)break e;case 15:M.mode=16;case 16:if(le=M.length){if(ce<le&&(le=ce),fe<le&&(le=fe),le===0)break e;s.arraySet(K,X,ae,le,de),ce-=le,ae+=le,fe-=le,de+=le,M.length-=le;break}M.mode=12;break;case 17:for(;se<14;){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}if(M.nlen=257+(31&te),te>>>=5,se-=5,M.ndist=1+(31&te),te>>>=5,se-=5,M.ncode=4+(15&te),te>>>=4,se-=4,286<M.nlen||30<M.ndist){z.msg="too many length or distance symbols",M.mode=30;break}M.have=0,M.mode=18;case 18:for(;M.have<M.ncode;){for(;se<3;){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}M.lens[Ve[M.have++]]=7&te,te>>>=3,se-=3}for(;M.have<19;)M.lens[Ve[M.have++]]=0;if(M.lencode=M.lendyn,M.lenbits=7,Ce={bits:M.lenbits},pe=h(0,M.lens,0,19,M.lencode,0,M.work,Ce),M.lenbits=Ce.bits,pe){z.msg="invalid code lengths set",M.mode=30;break}M.have=0,M.mode=19;case 19:for(;M.have<M.nlen+M.ndist;){for(;Ge=(Q=M.lencode[te&(1<<M.lenbits)-1])>>>16&255,Fe=65535&Q,!((Oe=Q>>>24)<=se);){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}if(Fe<16)te>>>=Oe,se-=Oe,M.lens[M.have++]=Fe;else{if(Fe===16){for(Z=Oe+2;se<Z;){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}if(te>>>=Oe,se-=Oe,M.have===0){z.msg="invalid bit length repeat",M.mode=30;break}B=M.lens[M.have-1],le=3+(3&te),te>>>=2,se-=2}else if(Fe===17){for(Z=Oe+3;se<Z;){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}se-=Oe,B=0,le=3+(7&(te>>>=Oe)),te>>>=3,se-=3}else{for(Z=Oe+7;se<Z;){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}se-=Oe,B=0,le=11+(127&(te>>>=Oe)),te>>>=7,se-=7}if(M.have+le>M.nlen+M.ndist){z.msg="invalid bit length repeat",M.mode=30;break}for(;le--;)M.lens[M.have++]=B}}if(M.mode===30)break;if(M.lens[256]===0){z.msg="invalid code -- missing end-of-block",M.mode=30;break}if(M.lenbits=9,Ce={bits:M.lenbits},pe=h(f,M.lens,0,M.nlen,M.lencode,0,M.work,Ce),M.lenbits=Ce.bits,pe){z.msg="invalid literal/lengths set",M.mode=30;break}if(M.distbits=6,M.distcode=M.distdyn,Ce={bits:M.distbits},pe=h(p,M.lens,M.nlen,M.ndist,M.distcode,0,M.work,Ce),M.distbits=Ce.bits,pe){z.msg="invalid distances set",M.mode=30;break}if(M.mode=20,H===6)break e;case 20:M.mode=21;case 21:if(6<=ce&&258<=fe){z.next_out=de,z.avail_out=fe,z.next_in=ae,z.avail_in=ce,M.hold=te,M.bits=se,u(z,ie),de=z.next_out,K=z.output,fe=z.avail_out,ae=z.next_in,X=z.input,ce=z.avail_in,te=M.hold,se=M.bits,M.mode===12&&(M.back=-1);break}for(M.back=0;Ge=(Q=M.lencode[te&(1<<M.lenbits)-1])>>>16&255,Fe=65535&Q,!((Oe=Q>>>24)<=se);){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}if(Ge&&(240&Ge)==0){for(qe=Oe,ut=Ge,ht=Fe;Ge=(Q=M.lencode[ht+((te&(1<<qe+ut)-1)>>qe)])>>>16&255,Fe=65535&Q,!(qe+(Oe=Q>>>24)<=se);){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}te>>>=qe,se-=qe,M.back+=qe}if(te>>>=Oe,se-=Oe,M.back+=Oe,M.length=Fe,Ge===0){M.mode=26;break}if(32&Ge){M.back=-1,M.mode=12;break}if(64&Ge){z.msg="invalid literal/length code",M.mode=30;break}M.extra=15&Ge,M.mode=22;case 22:if(M.extra){for(Z=M.extra;se<Z;){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}M.length+=te&(1<<M.extra)-1,te>>>=M.extra,se-=M.extra,M.back+=M.extra}M.was=M.length,M.mode=23;case 23:for(;Ge=(Q=M.distcode[te&(1<<M.distbits)-1])>>>16&255,Fe=65535&Q,!((Oe=Q>>>24)<=se);){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}if((240&Ge)==0){for(qe=Oe,ut=Ge,ht=Fe;Ge=(Q=M.distcode[ht+((te&(1<<qe+ut)-1)>>qe)])>>>16&255,Fe=65535&Q,!(qe+(Oe=Q>>>24)<=se);){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}te>>>=qe,se-=qe,M.back+=qe}if(te>>>=Oe,se-=Oe,M.back+=Oe,64&Ge){z.msg="invalid distance code",M.mode=30;break}M.offset=Fe,M.extra=15&Ge,M.mode=24;case 24:if(M.extra){for(Z=M.extra;se<Z;){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}M.offset+=te&(1<<M.extra)-1,te>>>=M.extra,se-=M.extra,M.back+=M.extra}if(M.offset>M.dmax){z.msg="invalid distance too far back",M.mode=30;break}M.mode=25;case 25:if(fe===0)break e;if(le=ie-fe,M.offset>le){if((le=M.offset-le)>M.whave&&M.sane){z.msg="invalid distance too far back",M.mode=30;break}ge=le>M.wnext?(le-=M.wnext,M.wsize-le):M.wnext-le,le>M.length&&(le=M.length),Le=M.window}else Le=K,ge=de-M.offset,le=M.length;for(fe<le&&(le=fe),fe-=le,M.length-=le;K[de++]=Le[ge++],--le;);M.length===0&&(M.mode=21);break;case 26:if(fe===0)break e;K[de++]=M.length,fe--,M.mode=21;break;case 27:if(M.wrap){for(;se<32;){if(ce===0)break e;ce--,te|=X[ae++]<<se,se+=8}if(ie-=fe,z.total_out+=ie,M.total+=ie,ie&&(z.adler=M.check=M.flags?l(M.check,K,ie,de-ie):c(M.check,K,ie,de-ie)),ie=fe,(M.flags?te:w(te))!==M.check){z.msg="incorrect data check",M.mode=30;break}se=te=0}M.mode=28;case 28:if(M.wrap&&M.flags){for(;se<32;){if(ce===0)break e;ce--,te+=X[ae++]<<se,se+=8}if(te!==(4294967295&M.total)){z.msg="incorrect length check",M.mode=30;break}se=te=0}M.mode=29;case 29:pe=1;break e;case 30:pe=-3;break e;case 31:return-4;default:return m}return z.next_out=de,z.avail_out=fe,z.next_in=ae,z.avail_in=ce,M.hold=te,M.bits=se,(M.wsize||ie!==z.avail_out&&M.mode<30&&(M.mode<27||H!==4))&&ee(z,z.output,z.next_out,ie-z.avail_out)?(M.mode=31,-4):(Se-=z.avail_in,ie-=z.avail_out,z.total_in+=Se,z.total_out+=ie,M.total+=ie,M.wrap&&ie&&(z.adler=M.check=M.flags?l(M.check,K,ie,z.next_out-ie):c(M.check,K,ie,z.next_out-ie)),z.data_type=M.bits+(M.last?64:0)+(M.mode===12?128:0)+(M.mode===20||M.mode===15?256:0),(Se==0&&ie===0||H===4)&&pe===g&&(pe=-5),pe)},a.inflateEnd=function(z){if(!z||!z.state)return m;var H=z.state;return H.window&&(H.window=null),z.state=null,g},a.inflateGetHeader=function(z,H){var M;return z&&z.state?(2&(M=z.state).wrap)==0?m:((M.head=H).done=!1,g):m},a.inflateSetDictionary=function(z,H){var M,X=H.length;return z&&z.state?(M=z.state).wrap!==0&&M.mode!==11?m:M.mode===11&&c(1,H,X,0)!==M.check?-3:ee(z,H,X,X)?(M.mode=31,-4):(M.havedict=1,g):m},a.inflateInfo="pako inflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./inffast":48,"./inftrees":50}],50:[function(e,t,a){var s=e("../utils/common"),c=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],l=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],u=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],h=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];t.exports=function(f,p,g,m,x,v,y,w){var _,k,C,S,E,I,V,R,$,ee=w.bits,z=0,H=0,M=0,X=0,K=0,ae=0,de=0,ce=0,fe=0,te=0,se=null,Se=0,ie=new s.Buf16(16),le=new s.Buf16(16),ge=null,Le=0;for(z=0;z<=15;z++)ie[z]=0;for(H=0;H<m;H++)ie[p[g+H]]++;for(K=ee,X=15;1<=X&&ie[X]===0;X--);if(X<K&&(K=X),X===0)return x[v++]=20971520,x[v++]=20971520,w.bits=1,0;for(M=1;M<X&&ie[M]===0;M++);for(K<M&&(K=M),z=ce=1;z<=15;z++)if(ce<<=1,(ce-=ie[z])<0)return-1;if(0<ce&&(f===0||X!==1))return-1;for(le[1]=0,z=1;z<15;z++)le[z+1]=le[z]+ie[z];for(H=0;H<m;H++)p[g+H]!==0&&(y[le[p[g+H]]++]=H);if(I=f===0?(se=ge=y,19):f===1?(se=c,Se-=257,ge=l,Le-=257,256):(se=u,ge=h,-1),z=M,E=v,de=H=te=0,C=-1,S=(fe=1<<(ae=K))-1,f===1&&852<fe||f===2&&592<fe)return 1;for(;;){for(V=z-de,$=y[H]<I?(R=0,y[H]):y[H]>I?(R=ge[Le+y[H]],se[Se+y[H]]):(R=96,0),_=1<<z-de,M=k=1<<ae;x[E+(te>>de)+(k-=_)]=V<<24|R<<16|$|0,k!==0;);for(_=1<<z-1;te&_;)_>>=1;if(_!==0?(te&=_-1,te+=_):te=0,H++,--ie[z]==0){if(z===X)break;z=p[g+y[H]]}if(K<z&&(te&S)!==C){for(de===0&&(de=K),E+=M,ce=1<<(ae=z-de);ae+de<X&&!((ce-=ie[ae+de])<=0);)ae++,ce<<=1;if(fe+=1<<ae,f===1&&852<fe||f===2&&592<fe)return 1;x[C=te&S]=K<<24|ae<<16|E-v|0}}return te!==0&&(x[E+te]=z-de<<24|64<<16|0),w.bits=K,0}},{"../utils/common":41}],51:[function(e,t,a){t.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],52:[function(e,t,a){var s=e("../utils/common"),c=0,l=1;function u(Q){for(var he=Q.length;0<=--he;)Q[he]=0}var h=0,f=29,p=256,g=p+1+f,m=30,x=19,v=2*g+1,y=15,w=16,_=7,k=256,C=16,S=17,E=18,I=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],V=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],R=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],$=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],ee=new Array(2*(g+2));u(ee);var z=new Array(2*m);u(z);var H=new Array(512);u(H);var M=new Array(256);u(M);var X=new Array(f);u(X);var K,ae,de,ce=new Array(m);function fe(Q,he,Ve,Ae,_e){this.static_tree=Q,this.extra_bits=he,this.extra_base=Ve,this.elems=Ae,this.max_length=_e,this.has_stree=Q&&Q.length}function te(Q,he){this.dyn_tree=Q,this.max_code=0,this.stat_desc=he}function se(Q){return Q<256?H[Q]:H[256+(Q>>>7)]}function Se(Q,he){Q.pending_buf[Q.pending++]=255&he,Q.pending_buf[Q.pending++]=he>>>8&255}function ie(Q,he,Ve){Q.bi_valid>w-Ve?(Q.bi_buf|=he<<Q.bi_valid&65535,Se(Q,Q.bi_buf),Q.bi_buf=he>>w-Q.bi_valid,Q.bi_valid+=Ve-w):(Q.bi_buf|=he<<Q.bi_valid&65535,Q.bi_valid+=Ve)}function le(Q,he,Ve){ie(Q,Ve[2*he],Ve[2*he+1])}function ge(Q,he){for(var Ve=0;Ve|=1&Q,Q>>>=1,Ve<<=1,0<--he;);return Ve>>>1}function Le(Q,he,Ve){var Ae,_e,Ne=new Array(y+1),Xe=0;for(Ae=1;Ae<=y;Ae++)Ne[Ae]=Xe=Xe+Ve[Ae-1]<<1;for(_e=0;_e<=he;_e++){var He=Q[2*_e+1];He!==0&&(Q[2*_e]=ge(Ne[He]++,He))}}function Oe(Q){var he;for(he=0;he<g;he++)Q.dyn_ltree[2*he]=0;for(he=0;he<m;he++)Q.dyn_dtree[2*he]=0;for(he=0;he<x;he++)Q.bl_tree[2*he]=0;Q.dyn_ltree[2*k]=1,Q.opt_len=Q.static_len=0,Q.last_lit=Q.matches=0}function Ge(Q){8<Q.bi_valid?Se(Q,Q.bi_buf):0<Q.bi_valid&&(Q.pending_buf[Q.pending++]=Q.bi_buf),Q.bi_buf=0,Q.bi_valid=0}function Fe(Q,he,Ve,Ae){var _e=2*he,Ne=2*Ve;return Q[_e]<Q[Ne]||Q[_e]===Q[Ne]&&Ae[he]<=Ae[Ve]}function qe(Q,he,Ve){for(var Ae=Q.heap[Ve],_e=Ve<<1;_e<=Q.heap_len&&(_e<Q.heap_len&&Fe(he,Q.heap[_e+1],Q.heap[_e],Q.depth)&&_e++,!Fe(he,Ae,Q.heap[_e],Q.depth));)Q.heap[Ve]=Q.heap[_e],Ve=_e,_e<<=1;Q.heap[Ve]=Ae}function ut(Q,he,Ve){var Ae,_e,Ne,Xe,He=0;if(Q.last_lit!==0)for(;Ae=Q.pending_buf[Q.d_buf+2*He]<<8|Q.pending_buf[Q.d_buf+2*He+1],_e=Q.pending_buf[Q.l_buf+He],He++,Ae===0?le(Q,_e,he):(le(Q,(Ne=M[_e])+p+1,he),(Xe=I[Ne])!==0&&ie(Q,_e-=X[Ne],Xe),le(Q,Ne=se(--Ae),Ve),(Xe=V[Ne])!==0&&ie(Q,Ae-=ce[Ne],Xe)),He<Q.last_lit;);le(Q,k,he)}function ht(Q,he){var Ve,Ae,_e,Ne=he.dyn_tree,Xe=he.stat_desc.static_tree,He=he.stat_desc.has_stree,ot=he.stat_desc.elems,St=-1;for(Q.heap_len=0,Q.heap_max=v,Ve=0;Ve<ot;Ve++)Ne[2*Ve]!==0?(Q.heap[++Q.heap_len]=St=Ve,Q.depth[Ve]=0):Ne[2*Ve+1]=0;for(;Q.heap_len<2;)Ne[2*(_e=Q.heap[++Q.heap_len]=St<2?++St:0)]=1,Q.depth[_e]=0,Q.opt_len--,He&&(Q.static_len-=Xe[2*_e+1]);for(he.max_code=St,Ve=Q.heap_len>>1;1<=Ve;Ve--)qe(Q,Ne,Ve);for(_e=ot;Ve=Q.heap[1],Q.heap[1]=Q.heap[Q.heap_len--],qe(Q,Ne,1),Ae=Q.heap[1],Q.heap[--Q.heap_max]=Ve,Q.heap[--Q.heap_max]=Ae,Ne[2*_e]=Ne[2*Ve]+Ne[2*Ae],Q.depth[_e]=(Q.depth[Ve]>=Q.depth[Ae]?Q.depth[Ve]:Q.depth[Ae])+1,Ne[2*Ve+1]=Ne[2*Ae+1]=_e,Q.heap[1]=_e++,qe(Q,Ne,1),2<=Q.heap_len;);Q.heap[--Q.heap_max]=Q.heap[1],(function(dt,Xt){var wn,Pt,Kt,vt,Jt,be,ke=Xt.dyn_tree,it=Xt.max_code,pt=Xt.stat_desc.static_tree,et=Xt.stat_desc.has_stree,Ct=Xt.stat_desc.extra_bits,Ue=Xt.stat_desc.extra_base,fn=Xt.stat_desc.max_length,xn=0;for(vt=0;vt<=y;vt++)dt.bl_count[vt]=0;for(ke[2*dt.heap[dt.heap_max]+1]=0,wn=dt.heap_max+1;wn<v;wn++)fn<(vt=ke[2*ke[2*(Pt=dt.heap[wn])+1]+1]+1)&&(vt=fn,xn++),ke[2*Pt+1]=vt,it<Pt||(dt.bl_count[vt]++,Jt=0,Ue<=Pt&&(Jt=Ct[Pt-Ue]),be=ke[2*Pt],dt.opt_len+=be*(vt+Jt),et&&(dt.static_len+=be*(pt[2*Pt+1]+Jt)));if(xn!==0){do{for(vt=fn-1;dt.bl_count[vt]===0;)vt--;dt.bl_count[vt]--,dt.bl_count[vt+1]+=2,dt.bl_count[fn]--,xn-=2}while(0<xn);for(vt=fn;vt!==0;vt--)for(Pt=dt.bl_count[vt];Pt!==0;)it<(Kt=dt.heap[--wn])||(ke[2*Kt+1]!==vt&&(dt.opt_len+=(vt-ke[2*Kt+1])*ke[2*Kt],ke[2*Kt+1]=vt),Pt--)}})(Q,he),Le(Ne,St,Q.bl_count)}function B(Q,he,Ve){var Ae,_e,Ne=-1,Xe=he[1],He=0,ot=7,St=4;for(Xe===0&&(ot=138,St=3),he[2*(Ve+1)+1]=65535,Ae=0;Ae<=Ve;Ae++)_e=Xe,Xe=he[2*(Ae+1)+1],++He<ot&&_e===Xe||(He<St?Q.bl_tree[2*_e]+=He:_e!==0?(_e!==Ne&&Q.bl_tree[2*_e]++,Q.bl_tree[2*C]++):He<=10?Q.bl_tree[2*S]++:Q.bl_tree[2*E]++,Ne=_e,St=(He=0)===Xe?(ot=138,3):_e===Xe?(ot=6,3):(ot=7,4))}function pe(Q,he,Ve){var Ae,_e,Ne=-1,Xe=he[1],He=0,ot=7,St=4;for(Xe===0&&(ot=138,St=3),Ae=0;Ae<=Ve;Ae++)if(_e=Xe,Xe=he[2*(Ae+1)+1],!(++He<ot&&_e===Xe)){if(He<St)for(;le(Q,_e,Q.bl_tree),--He!=0;);else _e!==0?(_e!==Ne&&(le(Q,_e,Q.bl_tree),He--),le(Q,C,Q.bl_tree),ie(Q,He-3,2)):He<=10?(le(Q,S,Q.bl_tree),ie(Q,He-3,3)):(le(Q,E,Q.bl_tree),ie(Q,He-11,7));Ne=_e,St=(He=0)===Xe?(ot=138,3):_e===Xe?(ot=6,3):(ot=7,4)}}u(ce);var Ce=!1;function Z(Q,he,Ve,Ae){ie(Q,(h<<1)+(Ae?1:0),3),(function(_e,Ne,Xe,He){Ge(_e),Se(_e,Xe),Se(_e,~Xe),s.arraySet(_e.pending_buf,_e.window,Ne,Xe,_e.pending),_e.pending+=Xe})(Q,he,Ve)}a._tr_init=function(Q){Ce||((function(){var he,Ve,Ae,_e,Ne,Xe=new Array(y+1);for(_e=Ae=0;_e<f-1;_e++)for(X[_e]=Ae,he=0;he<1<<I[_e];he++)M[Ae++]=_e;for(M[Ae-1]=_e,_e=Ne=0;_e<16;_e++)for(ce[_e]=Ne,he=0;he<1<<V[_e];he++)H[Ne++]=_e;for(Ne>>=7;_e<m;_e++)for(ce[_e]=Ne<<7,he=0;he<1<<V[_e]-7;he++)H[256+Ne++]=_e;for(Ve=0;Ve<=y;Ve++)Xe[Ve]=0;for(he=0;he<=143;)ee[2*he+1]=8,he++,Xe[8]++;for(;he<=255;)ee[2*he+1]=9,he++,Xe[9]++;for(;he<=279;)ee[2*he+1]=7,he++,Xe[7]++;for(;he<=287;)ee[2*he+1]=8,he++,Xe[8]++;for(Le(ee,g+1,Xe),he=0;he<m;he++)z[2*he+1]=5,z[2*he]=ge(he,5);K=new fe(ee,I,p+1,g,y),ae=new fe(z,V,0,m,y),de=new fe(new Array(0),R,0,x,_)})(),Ce=!0),Q.l_desc=new te(Q.dyn_ltree,K),Q.d_desc=new te(Q.dyn_dtree,ae),Q.bl_desc=new te(Q.bl_tree,de),Q.bi_buf=0,Q.bi_valid=0,Oe(Q)},a._tr_stored_block=Z,a._tr_flush_block=function(Q,he,Ve,Ae){var _e,Ne,Xe=0;0<Q.level?(Q.strm.data_type===2&&(Q.strm.data_type=(function(He){var ot,St=4093624447;for(ot=0;ot<=31;ot++,St>>>=1)if(1&St&&He.dyn_ltree[2*ot]!==0)return c;if(He.dyn_ltree[18]!==0||He.dyn_ltree[20]!==0||He.dyn_ltree[26]!==0)return l;for(ot=32;ot<p;ot++)if(He.dyn_ltree[2*ot]!==0)return l;return c})(Q)),ht(Q,Q.l_desc),ht(Q,Q.d_desc),Xe=(function(He){var ot;for(B(He,He.dyn_ltree,He.l_desc.max_code),B(He,He.dyn_dtree,He.d_desc.max_code),ht(He,He.bl_desc),ot=x-1;3<=ot&&He.bl_tree[2*$[ot]+1]===0;ot--);return He.opt_len+=3*(ot+1)+5+5+4,ot})(Q),_e=Q.opt_len+3+7>>>3,(Ne=Q.static_len+3+7>>>3)<=_e&&(_e=Ne)):_e=Ne=Ve+5,Ve+4<=_e&&he!==-1?Z(Q,he,Ve,Ae):Q.strategy===4||Ne===_e?(ie(Q,2+(Ae?1:0),3),ut(Q,ee,z)):(ie(Q,4+(Ae?1:0),3),(function(He,ot,St,dt){var Xt;for(ie(He,ot-257,5),ie(He,St-1,5),ie(He,dt-4,4),Xt=0;Xt<dt;Xt++)ie(He,He.bl_tree[2*$[Xt]+1],3);pe(He,He.dyn_ltree,ot-1),pe(He,He.dyn_dtree,St-1)})(Q,Q.l_desc.max_code+1,Q.d_desc.max_code+1,Xe+1),ut(Q,Q.dyn_ltree,Q.dyn_dtree)),Oe(Q),Ae&&Ge(Q)},a._tr_tally=function(Q,he,Ve){return Q.pending_buf[Q.d_buf+2*Q.last_lit]=he>>>8&255,Q.pending_buf[Q.d_buf+2*Q.last_lit+1]=255&he,Q.pending_buf[Q.l_buf+Q.last_lit]=255&Ve,Q.last_lit++,he===0?Q.dyn_ltree[2*Ve]++:(Q.matches++,he--,Q.dyn_ltree[2*(M[Ve]+p+1)]++,Q.dyn_dtree[2*se(he)]++),Q.last_lit===Q.lit_bufsize-1},a._tr_align=function(Q){ie(Q,2,3),le(Q,k,ee),(function(he){he.bi_valid===16?(Se(he,he.bi_buf),he.bi_buf=0,he.bi_valid=0):8<=he.bi_valid&&(he.pending_buf[he.pending++]=255&he.bi_buf,he.bi_buf>>=8,he.bi_valid-=8)})(Q)}},{"../utils/common":41}],53:[function(e,t,a){t.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}},{}],54:[function(e,t,a){(function(s){(function(c,l){if(!c.setImmediate){var u,h,f,p,g=1,m={},x=!1,v=c.document,y=Object.getPrototypeOf&&Object.getPrototypeOf(c);y=y&&y.setTimeout?y:c,u={}.toString.call(c.process)==="[object process]"?function(C){process.nextTick(function(){_(C)})}:(function(){if(c.postMessage&&!c.importScripts){var C=!0,S=c.onmessage;return c.onmessage=function(){C=!1},c.postMessage("","*"),c.onmessage=S,C}})()?(p="setImmediate$"+Math.random()+"$",c.addEventListener?c.addEventListener("message",k,!1):c.attachEvent("onmessage",k),function(C){c.postMessage(p+C,"*")}):c.MessageChannel?((f=new MessageChannel).port1.onmessage=function(C){_(C.data)},function(C){f.port2.postMessage(C)}):v&&"onreadystatechange"in v.createElement("script")?(h=v.documentElement,function(C){var S=v.createElement("script");S.onreadystatechange=function(){_(C),S.onreadystatechange=null,h.removeChild(S),S=null},h.appendChild(S)}):function(C){setTimeout(_,0,C)},y.setImmediate=function(C){typeof C!="function"&&(C=new Function(""+C));for(var S=new Array(arguments.length-1),E=0;E<S.length;E++)S[E]=arguments[E+1];var I={callback:C,args:S};return m[g]=I,u(g),g++},y.clearImmediate=w}function w(C){delete m[C]}function _(C){if(x)setTimeout(_,0,C);else{var S=m[C];if(S){x=!0;try{(function(E){var I=E.callback,V=E.args;switch(V.length){case 0:I();break;case 1:I(V[0]);break;case 2:I(V[0],V[1]);break;case 3:I(V[0],V[1],V[2]);break;default:I.apply(l,V)}})(S)}finally{w(C),x=!1}}}}function k(C){C.source===c&&typeof C.data=="string"&&C.data.indexOf(p)===0&&_(+C.data.slice(p.length))}})(typeof self>"u"?s===void 0?this:s:self)}).call(this,typeof Jn<"u"?Jn:typeof self<"u"?self:typeof window<"u"?window:{})},{}]},{},[10])(10)})})(T6)),T6.exports}var jy=Wy();const Uy=Q8(jy),Nn=9525,Gy=async(o,r=200)=>{const e=new Uy;try{const t=await e.loadAsync(o);let a=1280,s=720;const c=await t.file("ppt/presentation.xml")?.async("text");if(c){const g=new DOMParser().parseFromString(c,"application/xml").getElementsByTagName("p:sldSz")[0];if(g){const m=parseInt(g.getAttribute("cx")||"0",10),x=parseInt(g.getAttribute("cy")||"0",10);m&&x&&(a=m/Nn,s=x/Nn)}}const l=Object.keys(t.files).filter(f=>f.startsWith("ppt/slides/slide")&&f.endsWith(".xml"));l.sort((f,p)=>{const g=parseInt(f.replace(/[^0-9]/g,""),10),m=parseInt(p.replace(/[^0-9]/g,""),10);return g-m});const u=[];let h=0;for(let f=0;f<l.length;f++){const p=l[f],g=t.file(p);if(!g)continue;const m=await g.async("text");if(m){const v=new DOMParser().parseFromString(m,"application/xml"),y=Yy(v,h,a,s);u.push(...y)}h+=s+r}return u}catch(t){throw console.error("Error parsing PPTX:",t),new Error("Failed to parse PPTX file")}},V6=o=>{if(!o)return"transparent";const r=o.getElementsByTagName("a:srgbClr")[0];if(r){const e=r.getAttribute("val");if(e)return`#${e}`}return"transparent"},Sl=o=>{if(!o)return"#000000";const r=o.getElementsByTagName("a:srgbClr")[0];if(r){const e=r.getAttribute("val");if(e)return`#${e}`}return"#000000"},Cl=o=>{if(!o)return"sans-serif";const r=o.getElementsByTagName("a:rPr");for(let e=0;e<r.length;e++){const t=r[e];if(!t)continue;const a=t.getElementsByTagName("a:latin")[0];if(a){const c=a.getAttribute("typeface");if(c)return`"${c}", sans-serif`}const s=t.getElementsByTagName("a:ea")[0];if(s){const c=s.getAttribute("typeface");if(c)return`"${c}", sans-serif`}}return"sans-serif"},Xy=o=>{const r=o.getElementsByTagName("a:t");let e="";for(let a=0;a<r.length;a++)e+=r[a].textContent||"";const t=o.getElementsByTagName("a:p");if(t.length>1){let a="";for(let s=0;s<t.length;s++){const c=t[s].getElementsByTagName("a:t");let l="";for(let u=0;u<c.length;u++)l+=c[u].textContent||"";l&&(a+=l+`
|
|
30
|
+
`)}return a.trim()}return e.trim()},Yy=(o,r,e,t)=>{const a=[],s=(h,f,p)=>{const g=h.getElementsByTagName("a:xfrm")[0];if(!g)return;const m=g.getElementsByTagName("a:off")[0],x=g.getElementsByTagName("a:ext")[0];if(!m||!x)return;const v=parseInt(m.getAttribute("x")||"0",10)/Nn+f,y=parseInt(m.getAttribute("y")||"0",10)/Nn+r+p,w=parseInt(x.getAttribute("cx")||"0",10)/Nn,_=parseInt(x.getAttribute("cy")||"0",10)/Nn;let k="rectangle";const C=h.getElementsByTagName("a:prstGeom")[0],S=C?C.getAttribute("prst"):null;let E=0;if(S==="ellipse")k="ellipse";else if(S==="triangle")k="diamond";else if(S==="roundRect"){k="rectangle",E=20;const M=C?.getElementsByTagName("a:gd")||[];for(let X=0;X<M.length;X++)if(M[X].getAttribute("name")==="adj"){const K=M[X].getAttribute("fmla");if(K&&K.startsWith("val ")){const ae=parseInt(K.split(" ")[1],10);isNaN(ae)||(E=Math.min(100,Math.max(0,ae/5e4*100)))}}}else!S&&h.getElementsByTagName("p:txBody").length>0&&(k="text");const I=h.getElementsByTagName("p:txBody")[0];let V="",R=!1;I&&(V=Xy(I),S==="rect"&&!h.getElementsByTagName("a:solidFill")[0]&&!h.getElementsByTagName("a:ln")[0]&&(R=!0,V&&(k="text")));let $="#000000",ee="transparent";const z=h.getElementsByTagName("a:ln")[0];if(z&&z.getElementsByTagName("a:noFill").length===0){const M=z.getElementsByTagName("a:solidFill")[0];$=V6(M)==="transparent"?"#000000":V6(M)}else R&&($="transparent");const H=h.getElementsByTagName("a:solidFill")[0];if(H&&(!z||!z.contains(H))&&(ee=V6(H)||"transparent"),k==="text"&&V)a.push({type:"text",id:un(),x:v,y,width:w,height:_,text:V,fontSize:20,fontFamily:Cl(I),textAlign:"left",verticalAlign:"top",fontColor:Sl(I),strokeColor:"transparent",backgroundColor:"transparent",opacity:100,angle:0,roundness:0,groupIds:[],isDeleted:!1,isLocked:!1});else if(k!=="text"){const M=[];a.push({type:k,id:un(),x:v,y,width:w,height:_,strokeColor:z||$!=="transparent"?$:"transparent",backgroundColor:H?ee:"transparent",fillStyle:ee!=="transparent"?"solid":"hachure",strokeWidth:1,strokeStyle:"solid",roughness:0,roundness:E,opacity:100,angle:0,groupIds:M,isDeleted:!1,isLocked:!1}),V&&a.push({type:"text",id:un(),x:v,y:y+_/2-10,width:w,height:_,text:V,fontSize:20,fontFamily:Cl(I),textAlign:"center",verticalAlign:"middle",fontColor:Sl(I),strokeColor:"transparent",backgroundColor:"transparent",opacity:100,angle:0,roundness:0,groupIds:[],isDeleted:!1,isLocked:!1})}},c=(h,f,p)=>{const g=h.getElementsByTagName("a:xfrm")[0];if(!g)return;const m=g.getElementsByTagName("a:off")[0],x=g.getElementsByTagName("a:ext")[0];if(!m||!x)return;const v=parseInt(m.getAttribute("x")||"0",10)/Nn+f,y=parseInt(m.getAttribute("y")||"0",10)/Nn+r+p,w=parseInt(x.getAttribute("cx")||"0",10)/Nn,_=parseInt(x.getAttribute("cy")||"0",10)/Nn,k=g.getAttribute("flipH")==="1",C=g.getAttribute("flipV")==="1",S=[0,0],E=[w,_];C&&k?(E[0]=w,E[1]=_):C?(S[1]=_,E[1]=0):k&&(S[0]=w,E[0]=0),a.push({type:"line",id:un(),x:v,y,width:w,height:_,strokeColor:"#000000",strokeWidth:1,strokeStyle:"solid",roughness:0,roundness:0,opacity:100,points:[S,E],isDeleted:!1,isLocked:!1,angle:0,groupIds:[]})},l=(h,f,p)=>{const g=h.childNodes;for(let m=0;m<g.length;m++){const x=g[m];if(x.nodeType!==1)continue;const v=x.tagName;if(v==="p:sp")s(x,f,p);else if(v==="p:cxnSp")c(x,f,p);else if(v==="p:grpSp"){let y=0,w=0;const _=x.getElementsByTagName("p:grpSpPr")[0];if(_){const k=_.getElementsByTagName("a:xfrm")[0];if(k){const C=k.getElementsByTagName("a:off")[0],S=k.getElementsByTagName("a:chOff")[0];if(C&&S){const E=parseInt(C.getAttribute("x")||"0",10)/Nn,I=parseInt(C.getAttribute("y")||"0",10)/Nn,V=parseInt(S.getAttribute("x")||"0",10)/Nn,R=parseInt(S.getAttribute("y")||"0",10)/Nn;y=E-V,w=I-R}}}l(x,f+y,p+w)}}},u=o.getElementsByTagName("p:spTree")[0];return u&&l(u,0,0),a},Zy={class:"menu-list"},Qy={class:"menu-item has-submenu"},Ky={class:"menu-item-content"},Jy={class:"preferences-list"},ev={class:"menu-item has-submenu"},tv={class:"menu-item-content"},nv={class:"preferences-list grid-list"},rv=["onClick"],iv={class:"svg-icon"},av=["xlink:href"],ov={class:"menu-item has-submenu"},sv={class:"menu-item-content"},lv={class:"preferences-list",style:{padding:"12px",display:"flex","justify-content":"center"}},cv={class:"title"},dv={class:"preference-item"},uv={class:"preference-info"},hv={class:"preference-title"},fv={class:"preference-desc"},pv={class:"preference-item"},gv={class:"preference-info"},mv={class:"preference-title"},yv={class:"preference-desc"},vv={class:"preference-item"},bv={class:"preference-info"},wv={class:"preference-title"},xv={class:"preference-desc"},_v={class:"preference-item"},kv={class:"preference-info"},Ev={class:"preference-title"},Sv={class:"preference-desc"},Cv={class:"menu-item has-submenu"},qv={class:"menu-item-content"},Iv={class:"preferences-list grid-list"},Mv=["onClick"],Bv={class:"menu-item-content"},zv={class:"preferences-list grid-list"},Fv={class:"menu-item-content"},Av={class:"menu-item-content"},Tv={class:"menu-item has-submenu"},Vv={class:"menu-item-content"},Nv={class:"preferences-list grid-list"},Lv={class:"svg-icon",style:{color:"#c71d23"}},Rv={class:"svg-icon",style:{color:"#181717"}},Pv={class:"menu-item has-submenu"},Dv={class:"menu-item-content"},Ov={class:"preferences-list grid-list"},Hv={class:"svg-icon",style:{color:"#1E6FFF"}},$v={key:1,class:"board-name-input",style:{width:"195px",padding:"1px 23px 5px"}},Wv=gn(n.defineComponent({__name:"BoardName",props:{showExport:{type:Boolean,default:!0}},setup(o,{expose:r}){const e=n.inject("jvs-draw-instance-id","excalidraw"),t=Sn(e),{t:a}=E2(),s=n.ref(!1),c=n.ref(),l=n.ref(""),u=n.computed(()=>t.appState.isDraggingElement||t.appState.isBoxSelecting),h=n.ref(["#FFFFFF","#F2F1E6","#E6F2E4","#E9F0F7","#EAE6F5","#F9EAF7","#F5E9E9","#F5ECE4","#FFE192","#9CC89E","#93BFDE","#B7ACD9","#F5F6F7","#6F7588","#000000"]),f=n.ref(!1),p=n.ref(!1),g=n.ref(!1),m=n.ref(!1),x=n.ref(!1),v=n.ref(!1),y=n.ref(!1);let w=!1;const _=Fe=>{w=!1,Fe.target?.closest?.(".el-popper")&&(w=!0)},k=Fe=>{!Fe&&w||(f.value=Fe)};n.watch(p,Fe=>{Fe&&(m.value=!1,x.value=!1,v.value=!1,y.value=!1)}),n.watch(m,Fe=>{Fe&&(p.value=!1,x.value=!1,v.value=!1,y.value=!1)}),n.watch(x,Fe=>{Fe&&(p.value=!1,m.value=!1,v.value=!1,y.value=!1)}),n.watch(v,Fe=>{Fe&&(p.value=!1,m.value=!1,x.value=!1,y.value=!1)}),n.watch(y,Fe=>{Fe&&(p.value=!1,m.value=!1,x.value=!1,v.value=!1)});const C=Fe=>{!Fe&&w||(p.value=Fe)},S=Fe=>{!Fe&&w||(g.value=Fe)},E=Fe=>{!Fe&&w||(m.value=Fe)},I=Fe=>{!Fe&&w||(x.value=Fe)},V=Fe=>{!Fe&&w||(v.value=Fe)},R=Fe=>{!Fe&&w||(y.value=Fe)},$=n.computed(()=>[{label:a("board.noGrid"),icon:"icon-wuwangge",activeIcon:"icon-wuwangge-xuanzhong",value:"none"},{label:a("board.solidGrid"),icon:"icon-xianxingwangge",activeIcon:"icon-xianxingwangge-xuanzhong",value:"solid"},{label:a("board.dotGrid"),icon:"icon-dianzhuangwangge",activeIcon:"icon-dianzhuangwangge-xuanzhong",value:"dot"}]),ee=n.computed({get(){return t.appState.gridType||"none"},set(Fe){t.appState.gridType=Fe}});n.onMounted(()=>{l.value=t.appState.name+"",document.addEventListener("mousedown",_,!0)}),n.onUnmounted(()=>{document.removeEventListener("mousedown",_,!0)}),n.watch(()=>t.appState.name,Fe=>{l.value=Fe+""});const z=()=>{l.value=t.appState.name+"",s.value=!s.value,n.nextTick(()=>{c.value.focus()})};function H(){l.value?t.appState.name=l.value+"":l.value=t.appState.name+"",s.value=!s.value}function M(){f.value=!1,t.appState.showHelp=!0}function X(Fe){g2.language=Fe,x.value=!1,f.value=!1}function K(Fe){ee.value=Fe.value}const ae=Fe=>{window.open(Fe,"_blank"),f.value=!1},de=n.computed(()=>t.elements.some(Fe=>!Fe.isDeleted)),ce=n.computed(()=>Object.keys(t.appState.selectedElementIds||{}).length>0),fe=()=>{ce.value?Se():se()},te=()=>{ce.value?le():ie()},se=()=>{y0(t.elements,{viewBackgroundColor:t.appState.viewBackgroundColor,gridType:t.appState.gridType,images:t.images}),m.value=!1,f.value=!1},Se=()=>{if(!ce.value)return;const Fe=Object.keys(t.appState.selectedElementIds||{}),qe=t.elements.filter(ut=>Fe.includes(ut.id));qe.length>0&&y0(qe,{viewBackgroundColor:t.appState.viewBackgroundColor,gridType:t.appState.gridType,images:t.images}),m.value=!1,f.value=!1},ie=()=>{ir(t.elements,{viewBackgroundColor:t.appState.viewBackgroundColor,images:t.images}),m.value=!1,f.value=!1},le=()=>{if(!ce.value)return;const Fe=Object.keys(t.appState.selectedElementIds||{}),qe=t.elements.filter(ut=>Fe.includes(ut.id));qe.length>0&&ir(qe,{viewBackgroundColor:t.appState.viewBackgroundColor,images:t.images}),m.value=!1,f.value=!1},ge=Fe=>{const qe=Array.isArray(Fe)&&Fe.length>0?Fe:t.elements;y0(qe,{viewBackgroundColor:t.appState.viewBackgroundColor,gridType:t.appState.gridType,images:t.images}),f.value=!1},Le=n.ref(null),Oe=()=>{f.value=!1,Le.value&&Le.value.click()},Ge=async Fe=>{const qe=Fe.target;if(!qe.files||qe.files.length===0)return;const ut=qe.files[0];if(ut)try{const ht=await Gy(ut,200);ht.length===0?L1.ElMessage.warning("未能识别到支持的形状或文本内容。"):L1.ElMessageBox.confirm("导入解析成功,请选择插入方式:","导入选项",{distinguishCancelAndClose:!0,confirmButtonText:"清空并替换",cancelButtonText:"追加到当前"}).then(()=>{t.updateCanvasData({elements:ht}),L1.ElMessage.success("已清空并导入新内容")}).catch(B=>{B==="cancel"&&(t.elements.push(...ht),L1.ElMessage.success("已追加到当前画板"))})}catch(ht){L1.ElMessage.error("导入失败: "+ht.message)}finally{qe.value=""}};return r({exportAPI:ge}),(Fe,qe)=>{const ut=n.resolveComponent("el-popover"),ht=n.resolveComponent("el-switch"),B=n.resolveComponent("el-input");return n.openBlock(),n.createElementBlock("div",{class:"board-name-container",style:n.normalizeStyle({pointerEvents:u.value?"none":"auto"})},[n.unref(t).appConfig.showGlobalSettings!==!1?(n.openBlock(),n.createBlock(ut,{key:0,placement:"bottom-start",trigger:"click",width:176,offset:12,"popper-class":"board-settings-popover","show-arrow":!1,visible:f.value,"onUpdate:visible":k},{reference:n.withCtx(()=>[...qe[9]||(qe[9]=[n.createElementVNode("div",{class:"action-item"},[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-shezhi"})])],-1)])]),default:n.withCtx(()=>[n.createElementVNode("div",Zy,[n.createVNode(ut,{placement:"right-start",trigger:"click",width:320,offset:4,"popper-class":"preferences-popover","show-arrow":!1,teleported:!1,visible:p.value,"onUpdate:visible":C},{reference:n.withCtx(()=>[n.createElementVNode("div",Qy,[n.createElementVNode("div",Ky,[qe[10]||(qe[10]=n.createElementVNode("svg",{class:"menu-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-pianhaoshezhi"})],-1)),n.createElementVNode("span",null,n.toDisplayString(n.unref(a)("board.preferences")),1)]),qe[11]||(qe[11]=n.createElementVNode("svg",{class:"menu-arrow",viewBox:"0 0 24 24",width:"16",height:"16"},[n.createElementVNode("path",{fill:"currentColor",d:"M13.172 12l-4.586 4.586a1 1 0 001.414 1.414l5.293-5.293a1 1 0 000-1.414L9.999 5.999a1 1 0 10-1.414 1.414L13.172 12z"})],-1))])]),default:n.withCtx(()=>[n.createElementVNode("div",Jy,[n.createVNode(ut,{placement:"right-start",trigger:"click",width:176,offset:4,"popper-class":"sub-preferences-popover","show-arrow":!1,teleported:!1},{reference:n.withCtx(()=>[n.createElementVNode("div",ev,[n.createElementVNode("div",tv,[qe[12]||(qe[12]=n.createElementVNode("svg",{class:"menu-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-beijingwangge"})],-1)),n.createElementVNode("span",null,n.toDisplayString(n.unref(a)("board.backgroundGrid")),1)]),qe[13]||(qe[13]=n.createElementVNode("svg",{class:"menu-arrow",viewBox:"0 0 24 24",width:"16",height:"16"},[n.createElementVNode("path",{fill:"currentColor",d:"M13.172 12l-4.586 4.586a1 1 0 001.414 1.414l5.293-5.293a1 1 0 000-1.414L9.999 5.999a1 1 0 10-1.414 1.414L13.172 12z"})],-1))])]),default:n.withCtx(()=>[n.createElementVNode("div",nv,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList($.value,(pe,Ce)=>(n.openBlock(),n.createElementBlock("div",{key:Ce,class:n.normalizeClass(["grid-item",{active:pe.value===ee.value}]),onClick:Z=>K(pe)},[(n.openBlock(),n.createElementBlock("svg",iv,[n.createElementVNode("use",{"xlink:href":`#${pe.value===ee.value?pe.activeIcon:pe.icon}`},null,8,av)])),n.createElementVNode("div",null,n.toDisplayString(pe.label),1)],10,rv))),128))])]),_:1}),n.createVNode(ut,{placement:"right-start",trigger:"click",width:260,offset:4,"popper-class":"sub-preferences-popover","show-arrow":!1,teleported:!1,visible:g.value,"onUpdate:visible":S},{reference:n.withCtx(()=>[n.createElementVNode("div",ov,[n.createElementVNode("div",sv,[qe[14]||(qe[14]=n.createElementVNode("svg",{class:"menu-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-huabubeijing"})],-1)),n.createElementVNode("span",null,n.toDisplayString(n.unref(a)("board.backgroundColor")),1)]),qe[15]||(qe[15]=n.createElementVNode("svg",{class:"menu-arrow",viewBox:"0 0 24 24",width:"16",height:"16"},[n.createElementVNode("path",{fill:"currentColor",d:"M13.172 12l-4.586 4.586a1 1 0 001.414 1.414l5.293-5.293a1 1 0 000-1.414L9.999 5.999a1 1 0 10-1.414 1.414L13.172 12z"})],-1))])]),default:n.withCtx(()=>[n.createElementVNode("div",lv,[n.createElementVNode("div",cv,n.toDisplayString(n.unref(a)("board.backgroundColor")),1),n.createVNode(O1,{modelValue:n.unref(t).appState.viewBackgroundColor,"onUpdate:modelValue":qe[0]||(qe[0]=pe=>n.unref(t).appState.viewBackgroundColor=pe),"render-color-list":h.value,showTransparent:!1,showFooterBtn:!0},null,8,["modelValue","render-color-list"])])]),_:1},8,["visible"]),qe[16]||(qe[16]=n.createElementVNode("div",{class:"line"},null,-1)),n.createElementVNode("div",dv,[n.createElementVNode("div",uv,[n.createElementVNode("div",hv,[n.createElementVNode("div",null,n.toDisplayString(n.unref(a)("board.zoomWithWheel")),1),n.createVNode(ht,{modelValue:n.unref(t).appState.useWheelZoom,"onUpdate:modelValue":qe[1]||(qe[1]=pe=>n.unref(t).appState.useWheelZoom=pe),size:"small"},null,8,["modelValue"])]),n.createElementVNode("div",fv,n.toDisplayString(n.unref(a)("board.zoomWithWheelDesc")),1)])]),n.createElementVNode("div",pv,[n.createElementVNode("div",gv,[n.createElementVNode("div",mv,[n.createElementVNode("div",null,n.toDisplayString(n.unref(a)("board.panWithRightClick")),1),n.createVNode(ht,{modelValue:n.unref(t).appState.rightClickPan,"onUpdate:modelValue":qe[2]||(qe[2]=pe=>n.unref(t).appState.rightClickPan=pe),size:"small"},null,8,["modelValue"])]),n.createElementVNode("div",yv,n.toDisplayString(n.unref(a)("board.panWithRightClickDesc")),1)])]),n.createElementVNode("div",vv,[n.createElementVNode("div",bv,[n.createElementVNode("div",wv,[n.createElementVNode("div",null,n.toDisplayString(n.unref(a)("board.fixedArrowBinding")),1),n.createVNode(ht,{modelValue:n.unref(t).appState.fixedArrowBinding,"onUpdate:modelValue":qe[3]||(qe[3]=pe=>n.unref(t).appState.fixedArrowBinding=pe),size:"small"},null,8,["modelValue"])]),n.createElementVNode("div",xv,n.toDisplayString(n.unref(a)("board.fixedArrowBindingDesc")),1)])]),n.createElementVNode("div",_v,[n.createElementVNode("div",kv,[n.createElementVNode("div",Ev,[n.createElementVNode("div",null,n.toDisplayString(n.unref(a)("board.showQuickCreate")),1),n.createVNode(ht,{modelValue:n.unref(t).appState.showQuickCreate,"onUpdate:modelValue":qe[4]||(qe[4]=pe=>n.unref(t).appState.showQuickCreate=pe),size:"small"},null,8,["modelValue"])]),n.createElementVNode("div",Sv,n.toDisplayString(n.unref(a)("board.showQuickCreateDesc")),1)])])])]),_:1},8,["visible"]),n.unref(t).appConfig.showLanguageMenu?(n.openBlock(),n.createBlock(ut,{key:0,placement:"right-start",trigger:"click",width:140,offset:4,"popper-class":"sub-preferences-popover","show-arrow":!1,teleported:!1,visible:x.value,"onUpdate:visible":I},{reference:n.withCtx(()=>[n.createElementVNode("div",Cv,[n.createElementVNode("div",qv,[qe[17]||(qe[17]=n.createElementVNode("svg",{class:"menu-icon",viewBox:"0 0 24 24"},[n.createElementVNode("use",{"xlink:href":"#icon-yuyan"})],-1)),n.createElementVNode("span",null,n.toDisplayString(n.unref(a)("board.language")),1)]),qe[18]||(qe[18]=n.createElementVNode("svg",{class:"menu-arrow",viewBox:"0 0 24 24",width:"16",height:"16"},[n.createElementVNode("path",{fill:"currentColor",d:"M13.172 12l-4.586 4.586a1 1 0 001.414 1.414l5.293-5.293a1 1 0 000-1.414L9.999 5.999a1 1 0 10-1.414 1.414L13.172 12z"})],-1))])]),default:n.withCtx(()=>[n.createElementVNode("div",Iv,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(n.unref(g2).languageList,(pe,Ce)=>(n.openBlock(),n.createElementBlock("div",{key:Ce,class:n.normalizeClass(["grid-item",{active:pe.value===n.unref(g2).language}]),onClick:Z=>X(pe.value)},[qe[19]||(qe[19]=n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-yuyan"})],-1)),n.createElementVNode("span",null,n.toDisplayString(pe.label),1)],10,Mv))),128))])]),_:1},8,["visible"])):n.createCommentVNode("",!0),n.unref(t).appConfig.showExport!==!1?(n.openBlock(),n.createBlock(ut,{key:1,placement:"right-start",trigger:"click",width:140,offset:4,"popper-class":"sub-preferences-popover","show-arrow":!1,teleported:!1,visible:m.value&&de.value,"onUpdate:visible":E},{reference:n.withCtx(()=>[n.createElementVNode("div",{class:n.normalizeClass(["menu-item has-submenu",{disabled:!de.value}])},[n.createElementVNode("div",Bv,[qe[20]||(qe[20]=n.createElementVNode("svg",{class:"menu-icon",viewBox:"0 0 24 24"},[n.createElementVNode("use",{"xlink:href":"#icon-daochu"})],-1)),n.createElementVNode("span",null,n.toDisplayString(n.unref(a)("board.export")),1)]),qe[21]||(qe[21]=n.createElementVNode("svg",{class:"menu-arrow",viewBox:"0 0 24 24",width:"16",height:"16"},[n.createElementVNode("path",{fill:"currentColor",d:"M13.172 12l-4.586 4.586a1 1 0 001.414 1.414l5.293-5.293a1 1 0 000-1.414L9.999 5.999a1 1 0 10-1.414 1.414L13.172 12z"})],-1))],2)]),default:n.withCtx(()=>[n.createElementVNode("div",zv,[n.createElementVNode("div",{class:"grid-item",onClick:fe},[qe[22]||(qe[22]=n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-tupian1"})],-1)),n.createElementVNode("span",null,n.toDisplayString(n.unref(a)("board.exportImage")),1)]),n.createElementVNode("div",{class:"grid-item",onClick:te},[qe[23]||(qe[23]=n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-svg"})],-1)),n.createElementVNode("span",null,n.toDisplayString(n.unref(a)("board.exportSVG")),1)])])]),_:1},8,["visible"])):n.createCommentVNode("",!0),n.createElementVNode("div",{class:"menu-item",onClick:M},[n.createElementVNode("div",Fv,[qe[24]||(qe[24]=n.createElementVNode("svg",{class:"menu-icon",viewBox:"0 0 24 24"},[n.createElementVNode("use",{"xlink:href":"#icon-kuaijiejian"})],-1)),n.createElementVNode("span",null,n.toDisplayString(n.unref(a)("board.shortcuts")),1)])]),n.unref(t).appConfig.showImportPPTX!==!1?(n.openBlock(),n.createElementBlock("div",{key:2,class:"menu-item",onClick:Oe},[n.createElementVNode("div",Av,[qe[25]||(qe[25]=n.createElementVNode("svg",{class:"menu-icon",viewBox:"0 0 24 24"},[n.createElementVNode("use",{"xlink:href":"#icon-file"})],-1)),n.createElementVNode("span",null,n.toDisplayString(n.unref(a)("board.importPPTX")),1)])])):n.createCommentVNode("",!0),n.createElementVNode("input",{type:"file",ref_key:"fileInputRef",ref:Le,style:{display:"none"},accept:".pptx",onChange:Ge},null,544),n.createVNode(ut,{placement:"right-start",trigger:"click",width:140,offset:4,"popper-class":"sub-preferences-popover","show-arrow":!1,teleported:!1,visible:v.value,"onUpdate:visible":V},{reference:n.withCtx(()=>[n.createElementVNode("div",Tv,[n.createElementVNode("div",Vv,[qe[26]||(qe[26]=n.createElementVNode("svg",{class:"menu-icon",viewBox:"0 0 24 24"},[n.createElementVNode("use",{"xlink:href":"#icon-kaiyuandizhi"})],-1)),n.createElementVNode("span",null,n.toDisplayString(n.unref(a)("board.openSource")),1)]),qe[27]||(qe[27]=n.createElementVNode("svg",{class:"menu-arrow",viewBox:"0 0 24 24",width:"16",height:"16"},[n.createElementVNode("path",{fill:"currentColor",d:"M13.172 12l-4.586 4.586a1 1 0 001.414 1.414l5.293-5.293a1 1 0 000-1.414L9.999 5.999a1 1 0 10-1.414 1.414L13.172 12z"})],-1))])]),default:n.withCtx(()=>[n.createElementVNode("div",Nv,[n.createElementVNode("div",{class:"grid-item",onClick:qe[5]||(qe[5]=pe=>ae("https://gitee.com/software-minister/jvs-draw"))},[(n.openBlock(),n.createElementBlock("svg",Lv,[...qe[28]||(qe[28]=[n.createElementVNode("use",{"xlink:href":"#icon-Gitee"},null,-1)])])),qe[29]||(qe[29]=n.createElementVNode("span",null,"Gitee",-1))]),n.createElementVNode("div",{class:"grid-item",onClick:qe[6]||(qe[6]=pe=>ae("https://github.com/bctools-cn/jvs-draw"))},[(n.openBlock(),n.createElementBlock("svg",Rv,[...qe[30]||(qe[30]=[n.createElementVNode("use",{"xlink:href":"#icon-Github"},null,-1)])])),qe[31]||(qe[31]=n.createElementVNode("span",null,"Github",-1))])])]),_:1},8,["visible"]),n.createVNode(ut,{placement:"right-start",trigger:"click",width:240,offset:4,"popper-class":"sub-preferences-popover","show-arrow":!1,teleported:!1,visible:y.value,"onUpdate:visible":R},{reference:n.withCtx(()=>[n.createElementVNode("div",Pv,[n.createElementVNode("div",Dv,[qe[32]||(qe[32]=n.createElementVNode("svg",{class:"menu-icon",viewBox:"0 0 24 24"},[n.createElementVNode("use",{"xlink:href":"#icon-jishuzhichi"})],-1)),n.createElementVNode("span",null,n.toDisplayString(n.unref(a)("board.techSupport")),1)]),qe[33]||(qe[33]=n.createElementVNode("svg",{class:"menu-arrow",viewBox:"0 0 24 24",width:"16",height:"16"},[n.createElementVNode("path",{fill:"currentColor",d:"M13.172 12l-4.586 4.586a1 1 0 001.414 1.414l5.293-5.293a1 1 0 000-1.414L9.999 5.999a1 1 0 10-1.414 1.414L13.172 12z"})],-1))])]),default:n.withCtx(()=>[n.createElementVNode("div",Ov,[n.createElementVNode("div",{class:"grid-item",onClick:qe[7]||(qe[7]=pe=>ae("https://bctools.cn/"))},[(n.openBlock(),n.createElementBlock("svg",Hv,[...qe[34]||(qe[34]=[n.createElementVNode("use",{"xlink:href":"#icon-ruankaiqifu"},null,-1)])])),qe[35]||(qe[35]=n.createElementVNode("span",null,"软开企服(bctools.cn)",-1))])])]),_:1},8,["visible"])])]),_:1},8,["visible"])):n.createCommentVNode("",!0),n.unref(t).appConfig.showBoardName!==!1?(n.openBlock(),n.createElementBlock(n.Fragment,{key:1},[s.value?(n.openBlock(),n.createBlock(B,{key:0,ref_key:"inputRef",ref:c,modelValue:l.value,"onUpdate:modelValue":qe[8]||(qe[8]=pe=>l.value=pe),class:"board-name-input",placeholder:n.unref(a)("boardName.untitled"),onBlur:H},null,8,["modelValue","placeholder"])):(n.openBlock(),n.createElementBlock("div",$v,n.toDisplayString(l.value),1)),s.value?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("div",{key:2,class:"action-item",onClick:z},[...qe[36]||(qe[36]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-bianji"})],-1)])]))],64)):n.createCommentVNode("",!0)],4)}}}),[["__scopeId","data-v-fd10fe59"]]),jv={key:0,class:"history-controls glass"},Uv=["title"],Gv={class:"svg-icon"},Xv=["xlink:href"],Yv=["title"],Zv={class:"svg-icon"},Qv=["xlink:href"],Kv={class:"zoom-controls glass"},Jv=["title"],eb={key:1,class:"separator"},tb=["title"],nb=["title"],rb=["title"],ib={key:2,class:"separator"},iF=["title"],ab=["title"],ob=gn(n.defineComponent({__name:"Footer",setup(o){const r=n.inject("jvs-draw-instance-id","excalidraw"),e=Sn(r),{t}=E2(),a=()=>{L1.ElMessageBox.confirm(t("footer.clearCanvasConfirm"),t("footer.prompt"),{confirmButtonText:t("footer.confirm"),cancelButtonText:t("footer.cancel"),type:"warning"}).then(()=>{e.clearElements()}).catch(()=>{})},s=()=>{e.setZoom(1,{x:window.innerWidth/2,y:window.innerHeight/2})},c=n.computed(()=>e.appState.isDraggingElement||e.appState.isBoxSelecting),l=()=>{e.historyStep<=0||e.undo()},u=()=>{e.historyStep>=e.history.length-1||e.redo()};function h(){e.appState.activeTool==="hand"?e.setTool("selection"):e.setTool("hand")}return(f,p)=>(n.openBlock(),n.createElementBlock("div",{class:"footer-controls footer",style:n.normalizeStyle({right:n.unref(e).appState.isPropertiesPanelOpen?"345px":"24px",pointerEvents:c.value?"none":"auto"})},[n.unref(e).appConfig.editable!==!1?(n.openBlock(),n.createElementBlock("div",jv,[n.createElementVNode("div",{onClick:l,class:n.normalizeClass(["tool-item",{disabled:n.unref(e).historyStep<=0}]),title:n.unref(t)("help.undo")},[(n.openBlock(),n.createElementBlock("svg",Gv,[n.createElementVNode("use",{"xlink:href":`${n.unref(e).historyStep<=0?"#icon-chexiao-copy":"#icon-chexiao"}`},null,8,Xv)]))],10,Uv),n.createElementVNode("div",{onClick:u,class:n.normalizeClass(["tool-item",{disabled:n.unref(e).historyStep>=n.unref(e).history.length-1}]),title:n.unref(t)("help.redo")},[(n.openBlock(),n.createElementBlock("svg",Zv,[n.createElementVNode("use",{"xlink:href":`${n.unref(e).historyStep>=n.unref(e).history.length-1?"#icon-huifu-copy":"#icon-huifu"}`},null,8,Qv)]))],10,Yv)])):n.createCommentVNode("",!0),n.createElementVNode("div",Kv,[n.unref(e).appConfig.editable!==!1?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(["tool-item",{active:n.unref(e).appState.activeTool==="hand"}]),onClick:p[0]||(p[0]=g=>h()),title:n.unref(t)("help.handTool")},[...p[4]||(p[4]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-yidong"})],-1)])],10,Jv)):n.createCommentVNode("",!0),n.unref(e).appConfig.editable!==!1?(n.openBlock(),n.createElementBlock("div",eb)):n.createCommentVNode("",!0),n.createElementVNode("div",{onClick:p[1]||(p[1]=g=>n.unref(e).zoomOut()),class:"tool-item",title:n.unref(t)("help.zoomOut")},[...p[5]||(p[5]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-suoxiao"})],-1)])],8,tb),n.createElementVNode("span",{onClick:s,title:n.unref(t)("footer.resetZoom"),style:{cursor:"pointer"}},n.toDisplayString(Math.round(n.unref(e).appState.zoom*100))+"%",9,nb),n.createElementVNode("div",{onClick:p[2]||(p[2]=g=>n.unref(e).zoomIn()),class:"tool-item",title:n.unref(t)("help.zoomIn")},[...p[6]||(p[6]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-fangda"})],-1)])],8,rb),n.unref(e).appConfig.editable!==!1?(n.openBlock(),n.createElementBlock("div",ib)):n.createCommentVNode("",!0),(n.unref(e).appConfig.editable,n.createCommentVNode("",!0)),n.unref(e).appConfig.editable!==!1?(n.openBlock(),n.createElementBlock("div",{key:4,class:"tool-item",onClick:a,title:n.unref(t)("footer.clear")},[...p[8]||(p[8]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-qingchu"})],-1)])],8,ab)):n.createCommentVNode("",!0)])],4))}}),[["__scopeId","data-v-ed8db342"]]),sb={class:"help-dialog glass"},lb={class:"header"},cb={class:"content"},db={class:"column"},ub={class:"shortcut-list"},hb={class:"item"},fb={class:"item"},pb={class:"keys"},gb={class:"item"},mb={class:"keys"},yb={class:"item"},vb={class:"keys"},bb={class:"item"},wb={class:"keys"},xb={class:"item"},_b={class:"keys"},kb={class:"item"},Eb={class:"keys"},Sb={class:"item"},Cb={class:"keys"},qb={class:"item"},Ib={class:"keys"},Mb={class:"shortcut-list"},Bb={class:"item"},zb={class:"item"},Fb={class:"item"},Ab={class:"column"},Tb={class:"shortcut-list"},Vb={class:"item"},Nb={class:"item"},Lb={class:"item"},Rb={class:"item"},Pb={class:"item"},Db={class:"item"},Ob={class:"item"},Hb={class:"item"},$b={class:"item"},Wb={class:"item"},jb={class:"item"},Ub={class:"item"},Gb={class:"item"},Xb=gn(n.defineComponent({__name:"HelpDialog",setup(o){const r=n.inject("jvs-draw-instance-id","excalidraw"),e=Sn(r),{t}=E2(),a=()=>{e.appState.showHelp=!1};return(s,c)=>n.unref(e).appState.showHelp?(n.openBlock(),n.createElementBlock("div",{key:0,class:"modal-overlay",onClick:n.withModifiers(a,["self"]),style:n.normalizeStyle({pointerEvents:n.unref(e).appState.isDraggingElement?"none":"auto"})},[n.createElementVNode("div",sb,[n.createElementVNode("div",lb,[n.createElementVNode("h2",null,n.toDisplayString(n.unref(t)("help.shortcutsList")),1),n.createElementVNode("button",{class:"close-btn",onClick:a},[...c[0]||(c[0]=[n.createElementVNode("i",{class:"ri-close-line"},null,-1)])])]),n.createElementVNode("div",cb,[n.createElementVNode("div",db,[n.createElementVNode("h3",null,n.toDisplayString(n.unref(t)("help.tools")),1),n.createElementVNode("div",ub,[n.createElementVNode("div",hb,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("help.handTool")),1),c[1]||(c[1]=n.createElementVNode("span",{class:"keys"},[n.createElementVNode("kbd",null,"H")],-1))]),n.createElementVNode("div",fb,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("toolbar.select")),1),n.createElementVNode("span",pb,[c[2]||(c[2]=n.createElementVNode("kbd",null,"V",-1)),n.createTextVNode(" "+n.toDisplayString(n.unref(t)("help.or"))+" ",1),c[3]||(c[3]=n.createElementVNode("kbd",null,"1",-1))])]),n.createElementVNode("div",gb,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("toolbar.shapes")),1),n.createElementVNode("span",mb,[c[4]||(c[4]=n.createElementVNode("kbd",null,"R",-1)),n.createTextVNode(" "+n.toDisplayString(n.unref(t)("help.or"))+" ",1),c[5]||(c[5]=n.createElementVNode("kbd",null,"2",-1))])]),n.createElementVNode("div",yb,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("toolbar.arrow")),1),n.createElementVNode("span",vb,[c[6]||(c[6]=n.createElementVNode("kbd",null,"A",-1)),n.createTextVNode(" "+n.toDisplayString(n.unref(t)("help.or"))+" ",1),c[7]||(c[7]=n.createElementVNode("kbd",null,"5",-1))])]),n.createElementVNode("div",bb,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("toolbar.line")),1),n.createElementVNode("span",wb,[c[8]||(c[8]=n.createElementVNode("kbd",null,"L",-1)),n.createTextVNode(" "+n.toDisplayString(n.unref(t)("help.or"))+" ",1),c[9]||(c[9]=n.createElementVNode("kbd",null,"6",-1))])]),n.createElementVNode("div",xb,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("toolbar.draw")),1),n.createElementVNode("span",_b,[c[10]||(c[10]=n.createElementVNode("kbd",null,"P",-1)),n.createTextVNode(" "+n.toDisplayString(n.unref(t)("help.or"))+" ",1),c[11]||(c[11]=n.createElementVNode("kbd",null,"7",-1))])]),n.createElementVNode("div",kb,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("toolbar.text")),1),n.createElementVNode("span",Eb,[c[12]||(c[12]=n.createElementVNode("kbd",null,"T",-1)),n.createTextVNode(" "+n.toDisplayString(n.unref(t)("help.or"))+" ",1),c[13]||(c[13]=n.createElementVNode("kbd",null,"8",-1))])]),n.createElementVNode("div",Sb,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("toolbar.image")),1),n.createElementVNode("span",Cb,[c[14]||(c[14]=n.createElementVNode("kbd",null,"I",-1)),n.createTextVNode(" "+n.toDisplayString(n.unref(t)("help.or"))+" ",1),c[15]||(c[15]=n.createElementVNode("kbd",null,"4",-1))])]),n.createElementVNode("div",qb,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("toolbar.eraser")),1),n.createElementVNode("span",Ib,[c[16]||(c[16]=n.createElementVNode("kbd",null,"E",-1)),n.createTextVNode(" "+n.toDisplayString(n.unref(t)("help.or"))+" ",1),c[17]||(c[17]=n.createElementVNode("kbd",null,"0",-1))])])]),n.createElementVNode("h3",null,n.toDisplayString(n.unref(t)("help.view")),1),n.createElementVNode("div",Mb,[n.createElementVNode("div",Bb,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("help.zoomIn")),1),c[18]||(c[18]=n.createElementVNode("span",{class:"keys"},[n.createElementVNode("kbd",null,"Cmd"),n.createElementVNode("kbd",null,"+")],-1))]),n.createElementVNode("div",zb,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("help.zoomOut")),1),c[19]||(c[19]=n.createElementVNode("span",{class:"keys"},[n.createElementVNode("kbd",null,"Cmd"),n.createElementVNode("kbd",null,"-")],-1))]),n.createElementVNode("div",Fb,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("footer.resetZoom")),1),c[20]||(c[20]=n.createElementVNode("span",{class:"keys"},[n.createElementVNode("kbd",null,"Cmd"),n.createElementVNode("kbd",null,"0")],-1))])])]),n.createElementVNode("div",Ab,[n.createElementVNode("h3",null,n.toDisplayString(n.unref(t)("help.editor")),1),n.createElementVNode("div",Tb,[n.createElementVNode("div",Vb,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("contextMenu.selectAll")),1),c[21]||(c[21]=n.createElementVNode("span",{class:"keys"},[n.createElementVNode("kbd",null,"Cmd"),n.createElementVNode("kbd",null,"A")],-1))]),n.createElementVNode("div",Nb,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("contextMenu.delete")),1),c[22]||(c[22]=n.createElementVNode("span",{class:"keys"},[n.createElementVNode("kbd",null,"Delete")],-1))]),n.createElementVNode("div",Lb,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("contextMenu.copy")),1),c[23]||(c[23]=n.createElementVNode("span",{class:"keys"},[n.createElementVNode("kbd",null,"Cmd"),n.createElementVNode("kbd",null,"C")],-1))]),n.createElementVNode("div",Rb,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("contextMenu.paste")),1),c[24]||(c[24]=n.createElementVNode("span",{class:"keys"},[n.createElementVNode("kbd",null,"Cmd"),n.createElementVNode("kbd",null,"V")],-1))]),n.createElementVNode("div",Pb,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("contextMenu.cut")),1),c[25]||(c[25]=n.createElementVNode("span",{class:"keys"},[n.createElementVNode("kbd",null,"Cmd"),n.createElementVNode("kbd",null,"X")],-1))]),n.createElementVNode("div",Db,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("help.undo")),1),c[26]||(c[26]=n.createElementVNode("span",{class:"keys"},[n.createElementVNode("kbd",null,"Cmd"),n.createElementVNode("kbd",null,"Z")],-1))]),n.createElementVNode("div",Ob,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("help.redo")),1),c[27]||(c[27]=n.createElementVNode("span",{class:"keys"},[n.createElementVNode("kbd",null,"Cmd"),n.createElementVNode("kbd",null,"Shift"),n.createElementVNode("kbd",null,"Z")],-1))]),n.createElementVNode("div",Hb,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("contextMenu.group")),1),c[28]||(c[28]=n.createElementVNode("span",{class:"keys"},[n.createElementVNode("kbd",null,"Cmd"),n.createElementVNode("kbd",null,"G")],-1))]),n.createElementVNode("div",$b,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("contextMenu.ungroup")),1),c[29]||(c[29]=n.createElementVNode("span",{class:"keys"},[n.createElementVNode("kbd",null,"Cmd"),n.createElementVNode("kbd",null,"Shift"),n.createElementVNode("kbd",null,"G")],-1))]),n.createElementVNode("div",Wb,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("contextMenu.bringToFront")),1),c[30]||(c[30]=n.createElementVNode("span",{class:"keys"},[n.createElementVNode("kbd",null,"]")],-1))]),n.createElementVNode("div",jb,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("contextMenu.sendToBack")),1),c[31]||(c[31]=n.createElementVNode("span",{class:"keys"},[n.createElementVNode("kbd",null,"[")],-1))]),n.createElementVNode("div",Ub,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("contextMenu.bringForward")),1),c[32]||(c[32]=n.createElementVNode("span",{class:"keys"},[n.createElementVNode("kbd",null,"Option"),n.createElementVNode("kbd",null,"]")],-1))]),n.createElementVNode("div",Gb,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("contextMenu.sendBackward")),1),c[33]||(c[33]=n.createElementVNode("span",{class:"keys"},[n.createElementVNode("kbd",null,"Option"),n.createElementVNode("kbd",null,"[")],-1))])])])])])],4)):n.createCommentVNode("",!0)}}),[["__scopeId","data-v-30157208"]]),Yb=["title"],Zb={class:"popover-content"},Qb={class:"sub-tools-container"},Kb=["onClick"],Jb={class:"svg-icon"},ew=["xlink:href"],tw=["title"],nw={key:2,class:"divider"},rw=["title"],iw=["title"],aw=["title"],ow=["title"],sw={key:0,class:"svg-icon"},lw={class:"popover-content"},cw={class:"title"},dw={class:"title"},uw={class:"title"},hw=["title"],fw={key:0,class:"svg-icon"},pw={key:1,class:"svg-icon"},gw=["xlink:href"],mw={class:"popover-content"},yw={class:"title"},vw={class:"title"},bw={class:"title"},ww={class:"title"},xw={class:"title"},_w={class:"title"},kw={key:6,class:"divider"},Ew=["title"],Sw={key:0,class:"svg-icon"},Cw={class:"popover-content"},qw={class:"title"},Iw=["title"],Mw={class:"svg-icon"},Bw=["xlink:href"],zw={class:"popover-content"},Fw=["onClick"],Aw={class:"svg-icon"},Tw=["xlink:href"],Vw=["title"],Nw=["title"],Lw={class:"svg-icon"},Rw=["xlink:href"],Pw={class:"popover-content"},Dw=["onClick"],Ow={class:"svg-icon"},Hw=["xlink:href"],sF=["title"],$w=["title"],Ww={class:"popover-content"},jw={class:"title"},Uw={key:13,class:"divider"},Gw=["title"],Xw=["fill"],Yw=["fill"],Zw=["fill"],Qw={class:"popover-content"},Kw={class:"title"},Jw={class:"title"},ex={class:"title"},tx={class:"title"},nx={key:15,class:"divider"},rx=["title"],ix={class:"popover-content"},ax=["title"],ox={class:"align-menu-left"},sx=["title"],lx={class:"align-menu-left"},cx=["title"],dx={class:"align-menu-left"},ux=["title"],hx={class:"align-menu-left"},fx=["title"],px={class:"align-menu-left"},gx=["title"],mx={class:"align-menu-left"},yx=["title"],vx={class:"align-menu-left"},bx={class:"svg-icon",style:{transform:"rotate(90deg)"}},wx=["title"],xx={class:"align-menu-left"},_x={key:17,class:"font-size-select"},kx=gn(n.defineComponent({__name:"FloatingPopovers",setup(o){const r=n.inject("jvs-draw-instance-id","excalidraw"),e=Sn(r),{t}=E2(),a=n.ref(!1),s=n.ref(!1),c=n.ref(!1),l=n.ref(!1),u=n.ref(!1),h=n.ref(!1),f=n.ref(!1),p=n.ref(!1),g=n.ref(null);let m=!1;const x=n.computed(()=>[{name:"note",icon:"#icon-bianqian",label:t("toolbar.note")},{name:"rectangle",icon:"#icon-yuanjiaojuxing",label:t("toolbar.rectangle")},{name:"diamond",icon:"#icon-lingxing",label:t("toolbar.diamond")},{name:"ellipse",icon:"#icon-tuoyuanxing",label:t("toolbar.ellipse")},{name:"square",icon:"#icon-zhengfangxing",label:t("toolbar.square")},{name:"star",icon:"#icon-wujiaoxing",label:t("toolbar.star")},{name:"circle",icon:"#icon-yuanxing",label:t("toolbar.circle")},{name:"cylinder",icon:"#icon-yuanzhuti",label:t("toolbar.cylinder")},{name:"trapezoid",icon:"#icon-tixing",label:t("toolbar.trapezoid")},{name:"parallelogram",icon:"#icon-pinghangsibianxing",label:t("toolbar.parallelogram")},{name:"cloud",icon:"#icon-yun",label:t("toolbar.cloud")},{name:"pentagon",icon:"#icon-wubianxing",label:t("toolbar.pentagon")},{name:"hexagon",icon:"#icon-liubianxing",label:t("toolbar.hexagon")},{name:"message",icon:"#icon-qipao",label:t("toolbar.message")},{name:"doubleArrow",icon:"#icon-shuangxiangjiantou",label:t("toolbar.doubleArrow")},{name:"triangle",icon:"#icon-sanjiaoxing",label:t("toolbar.triangle")},{name:"leftArrow",icon:"#icon-zuojiantou",label:t("toolbar.leftArrow")},{name:"rightArrow",icon:"#icon-youjiantou",label:t("toolbar.rightArrow")},{name:"cube",icon:"#icon-zhengfangti",label:t("toolbar.cube")},{name:"step1",icon:"#icon-buzhou2",label:t("toolbar.step1")},{name:"step2",icon:"#icon-buzhou1",label:t("toolbar.step2")}]),v=be=>{if(m=!1,g.value&&g.value.contains(be.target))return;const ke=be.target;if(ke&&ke.closest&&ke.closest(".el-popper")){m=!0;return}a.value&&(a.value=!1),s.value&&(s.value=!1),c.value&&(c.value=!1),l.value&&(l.value=!1),u.value&&(u.value=!1),h.value&&(h.value=!1),f.value&&(f.value=!1),p.value&&(p.value=!1),qe.value&&(qe.value=!1),ut.value&&(ut.value=!1)};n.onMounted(()=>{window.addEventListener("mousedown",v,!0)}),n.onUnmounted(()=>{window.removeEventListener("mousedown",v,!0)});const y=()=>{const be=Object.keys(e.appState.selectedElementIds);if(be.length===0)return null;const ke=be[be.length-1],it=e.elements.find(pt=>pt.id===ke)||null;if(be.length===1&&it&&it.type==="text"&&it.containerId){const pt=e.elements.find(et=>et.id===it.containerId);if(pt&&(pt.type==="arrow"||pt.type==="line"))return pt}return it},w=n.computed(()=>e.appState.activeTool),_=n.computed(()=>Object.keys(e.appState.selectedElementIds)),k=n.computed(()=>_.value.length>0),C=()=>{if(w.value==="selection"){if(!k.value)return"none";const be=_.value[0],ke=e.elements.find(it=>it.id===be);if(_.value.length===1&&ke?.type==="text"&&ke.containerId){const it=e.elements.find(pt=>pt.id===ke.containerId);if(it&&(it.type==="arrow"||it.type==="line"))return it.type}return ke?ke.type:"none"}return w.value==="shapes"?e.appState.activeToolType:w.value},S=["rectangle","ellipse","diamond","square","star","circle","cylinder","process","decision","trapezoid","parallelogram","cloud","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2","note"],E=n.computed(()=>{if(_.value.length>1)return!1;const be=C();return S.includes(be)}),I=n.computed(()=>{if(_.value.length>1)return!1;const be=C();return[...S,"frame","arrow","line"].includes(be)}),V=n.computed(()=>{if(C()==="arrow"){const ke=_.value;if(ke.length===1){const it=e.elements.find(pt=>pt.id===ke[0]);return it&&it.arrowType==="arrowBold"}else if(ke.length===0)return e.appState.activeToolType==="arrowBold"}return!1}),R=n.computed(()=>{if(_.value.length>1)return!1;const be=C();return[...S,"arrow","line","freedraw","frame"].includes(be)&&be!="note"}),$=n.computed(()=>{if(_.value.length>1)return!1;const be=C();return V.value?!1:[...S,"arrow","line"].includes(be)}),ee=n.computed(()=>{if(_.value.length>1)return!1;const be=C();return["rectangle","diamond","square","star",,"process","decision","trapezoid","parallelogram","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2"].includes(be)}),z=n.computed(()=>{if(_.value.length>1)return!1;const be=C();return[...S,"text","arrow","line"].includes(be)}),H=n.computed(()=>{if(_.value.length>1)return!1;const be=C();return V.value?!1:["arrow","line"].includes(be)}),M=n.computed(()=>_.value.length>1?!1:C()==="image"),X=n.computed(()=>_.value.length>1),K=n.computed(()=>{const be=y();return be&&"arrowType"in be?be.arrowType:e.appState.currentItemArrowType}),ae=n.computed({get(){const be=y();return(be&&"startArrowhead"in be?be.startArrowhead:e.appState.currentItemStartArrowhead)||"line"},set(be){B(be)}}),de=n.computed({get(){const be=y();return(be&&"endArrowhead"in be?be.endArrowhead:e.appState.currentItemEndArrowhead)||"line"},set(be){pe(be)}}),ce=n.computed(()=>{const be=Z2.find(ke=>ke.value===ae.value);return be?be.icon:void 0}),fe=n.computed(()=>{const be=Z2.find(ke=>ke.value===de.value);return be?be.icon:void 0}),te=n.computed({get(){const be=y();return be?be.strokeColor:e.appState.currentItemStrokeColor},set(be){ht(be)}}),se=n.computed({get(){const be=y();return be?be.backgroundColor:e.appState.currentItemBackgroundColor},set(be){Z(be)}}),Se=n.computed({get(){const be=y();return be?be.fontColor:e.appState.currentItemFontColor},set(be){_e(be)}}),ie=n.computed({get(){const be=y();return be&&"fontBgColor"in be?be.fontBgColor:e.appState.currentItemFontBgColor},set(be){Ne(be)}}),le=n.computed({get(){const be=y();return be?be.backgroundOpacity??100:e.appState.currentItemBackgroundOpacity},set(be){Ce(be)}}),ge=n.computed({get(){const be=y();return be?be.strokeOpacity??100:e.appState.currentItemStrokeOpacity??100},set(be){he(be)}}),Le=n.computed({get(){const be=y();return be?be.strokeWidth:e.appState.currentItemStrokeWidth},set(be){Q(be)}});n.computed(()=>{const be=y();return be?be.strokeStyle:e.appState.currentItemStrokeStyle||"solid"}),n.computed(()=>{const be=y();return be?be.roughness:e.appState.currentItemRoughness??0});const Oe=n.computed({get(){const be=y();return be?be.roundness??0:e.appState.currentItemRoundness},set(be){Ve(be)}}),Ge=n.computed({get:()=>{const be=y();return be&&"fontSize"in be?be.fontSize:e.appState.currentItemFontSize},set:be=>{Ae(be)}});n.computed(()=>{const be=y();return be&&"fontFamily"in be?be.fontFamily:e.appState.currentItemFontFamily}),n.computed(()=>{const be=y();return be&&"textAlign"in be?be.textAlign:e.appState.currentItemTextAlign}),n.computed(()=>{const be=y();return be&&"verticalAlign"in be?be.verticalAlign:e.appState.currentItemVerticalAlign});const Fe=[12,14,16,18,20,24,28,32,36],qe=n.ref(!1),ut=n.ref(!1),ht=be=>{e.updateSelectedElements({strokeColor:be})},B=be=>{Object.keys(e.appState.selectedElementIds).length===0?e.appState.currentItemStartArrowhead=be:e.updateSelectedElements({startArrowhead:be})},pe=be=>{Object.keys(e.appState.selectedElementIds).length===0?e.appState.currentItemEndArrowhead=be:e.updateSelectedElements({endArrowhead:be})},Ce=be=>{const ke=be;e.updateSelectedElements({backgroundOpacity:ke})},Z=be=>{const ke=be||"transparent";e.updateSelectedElements({backgroundColor:ke})},Q=be=>{e.updateSelectedElements({strokeWidth:be})},he=be=>{e.updateSelectedElements({strokeOpacity:be})},Ve=be=>{e.updateSelectedElements({roundness:be})},Ae=be=>{Object.keys(e.appState.selectedElementIds).forEach(it=>{const pt=e.elements.find(et=>et.id===it);if(pt&&pt.type==="text"){const et=pt;if(et.autoResize){const Ct=jt(et.text||"",be,et.fontFamily||"sans-serif",void 0,{isBold:et.isBold,isItalic:et.isItalic,fontWeight:et.fontWeight,lineHeight:et.lineHeight,letterSpacing:et.letterSpacing});e.updateElement(it,{fontSize:be,width:Ct.width,height:Ct.height})}else{const Ct=jt(et.text||"",be,et.fontFamily||"sans-serif",pt.width,{isBold:et.isBold,isItalic:et.isItalic,fontWeight:et.fontWeight,lineHeight:et.lineHeight,letterSpacing:et.letterSpacing});e.updateElement(it,{fontSize:be,height:Ct.height})}}else{e.updateElement(it,{fontSize:be});const et=e.elements.find(Ct=>Ct.type==="text"&&Ct.containerId===it&&!Ct.isDeleted);if(et){const Ct=jt(et.text||"",be,et.fontFamily||"sans-serif",et.width);e.updateElement(et.id,{fontSize:be,height:Math.max(Ct.height,pt?.height)})}}})},_e=be=>{e.updateSelectedElements({fontColor:be}),Object.keys(e.appState.selectedElementIds).forEach(it=>{const pt=e.elements.find(et=>et.type==="text"&&et.containerId===it&&!et.isDeleted);pt&&e.updateElement(pt.id,{fontColor:be})})},Ne=be=>{e.updateSelectedElements({fontBgColor:be}),Object.keys(e.appState.selectedElementIds).forEach(it=>{const pt=e.elements.find(et=>et.type==="text"&&et.containerId===it&&!et.isDeleted);pt&&e.updateElement(pt.id,{fontBgColor:be})})},Xe=be=>{C()==="note"?e.updateSelectedElements({noteShape:be}):e.updateSelectedElements({type:be})},He=n.computed(()=>{const be=Object.keys(e.appState.selectedElementIds);if(be.length===0)return e.appState.fixedArrowBinding;let ke=!0,it=!1;for(const pt of be){const et=e.elements.find(Ct=>Ct.id===pt);if(et&&(et.type==="line"||et.type==="arrow")){const Ct=et.startBinding,Ue=et.endBinding;Ct&&(it=!0,Ct.isBorder!==!1&&(ke=!1)),Ue&&(it=!0,Ue.isBorder!==!1&&(ke=!1))}}return it?ke:e.appState.fixedArrowBinding});function ot(){const be=Object.keys(e.appState.selectedElementIds);if(be.length===0){e.appState.fixedArrowBinding=!e.appState.fixedArrowBinding;return}const ke=!He.value;let it=!1;be.forEach(pt=>{const et=e.elements.find(Ct=>Ct.id===pt);if(et&&(et.type==="line"||et.type==="arrow")){const Ct={};et.startBinding&&(Ct.startBinding={...et.startBinding,isBorder:!ke}),et.endBinding&&(Ct.endBinding={...et.endBinding,isBorder:!ke}),(Ct.startBinding||Ct.endBinding)&&(e.updateElement(pt,Ct),it=!0)}}),it&&typeof e.recordHistory=="function"&&e.recordHistory()}const St=async()=>{const be=await h0();if(be){const{dataURL:ke,width:it,height:pt}=be,et=Object.keys(e.appState.selectedElementIds);if(et.length>0){const Ct=et[0];if(!Ct)return;const Ue=e.elements.find(xn=>xn.id===Ct)?.width||it,fn=pt/it*Ue;e.updateImageSource(Ct,ke,Ue,fn,!1)}}},dt=()=>{const be=Object.keys(e.appState.selectedElementIds)[0];be&&e.setCroppingElementId(be)},Xt=()=>{const be=Object.keys(e.appState.selectedElementIds)[0],ke=e.elements.find(it=>it.id===be);ke&&e.updateSelectedElements({isFlippedHorizontal:!ke.isFlippedHorizontal})},wn=()=>{const be=Object.keys(e.appState.selectedElementIds)[0],ke=e.elements.find(it=>it.id===be);ke&&e.updateSelectedElements({isFlippedVertical:!ke.isFlippedVertical})},Pt=()=>{const be=Object.keys(e.appState.selectedElementIds);if(be.length===0){const ke=e.appState.currentItemStartArrowhead;e.appState.currentItemStartArrowhead=e.appState.currentItemEndArrowhead,e.appState.currentItemEndArrowhead=ke}else{let ke=!1;be.forEach(it=>{const pt=e.elements.find(et=>et.id===it);pt&&(pt.type==="line"||pt.type==="arrow")&&(e.updateElement(it,{startArrowhead:pt.endArrowhead,endArrowhead:pt.startArrowhead}),ke=!0)}),ke&&typeof e.recordHistory=="function"&&e.recordHistory()}},Kt=be=>{e.alignElements(be),p.value=!1},vt=()=>{e.distributeElements("horizontal"),p.value=!1},Jt=()=>{e.distributeElements("vertical"),p.value=!1};return(be,ke)=>{const it=n.resolveComponent("el-popover"),pt=n.resolveComponent("el-slider"),et=n.resolveComponent("el-option"),Ct=n.resolveComponent("el-select");return n.openBlock(),n.createElementBlock("div",{class:"popovers-container",ref_key:"popoversContainerRef",ref:g},[E.value?(n.openBlock(),n.createBlock(it,{key:0,placement:"top",width:224,trigger:"click","show-arrow":!1,"popper-class":"custom-toolbar-popover",visible:f.value,"onUpdate:visible":ke[0]||(ke[0]=Ue=>{!Ue&&n.unref(m)||(f.value=Ue)})},{reference:n.withCtx(()=>[n.createElementVNode("div",{class:"settings-btn",title:n.unref(t)("toolbar.shapes")},[...ke[24]||(ke[24]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-xingzhuang"})],-1)])],8,Yb)]),default:n.withCtx(()=>[n.createElementVNode("div",Zb,[n.createElementVNode("div",Qb,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(x.value,Ue=>(n.openBlock(),n.createElementBlock("div",{key:Ue.name,class:n.normalizeClass(["sub-tool-item",{active:(C()==="note"?y()?.noteShape||"note":C())===Ue.name}]),onClick:fn=>Xe(Ue.name),style:n.normalizeStyle({display:Ue.name==="note"&&C()!=="note"?"none":"flex"})},[(n.openBlock(),n.createElementBlock("svg",Jb,[n.createElementVNode("use",{"xlink:href":`${Ue.icon}`},null,8,ew)]))],14,Kb))),128))])])]),_:1},8,["visible"])):n.createCommentVNode("",!0),M.value?(n.openBlock(),n.createElementBlock("div",{key:1,class:"settings-btn",title:n.unref(t)("floatingBar.replaceImage"),onClick:St},[...ke[25]||(ke[25]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-tupian"})],-1)])],8,tw)):n.createCommentVNode("",!0),(E.value||M.value)&&C()!="note"?(n.openBlock(),n.createElementBlock("div",nw)):n.createCommentVNode("",!0),M.value?(n.openBlock(),n.createElementBlock(n.Fragment,{key:3},[n.createElementVNode("div",{class:"settings-btn",title:n.unref(t)("floatingBar.crop"),onClick:dt},[...ke[26]||(ke[26]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-jiancai"})],-1)])],8,rw),n.createElementVNode("div",{class:"settings-btn",title:n.unref(t)("floatingBar.flipHorizontal"),onClick:Xt},[...ke[27]||(ke[27]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-shuipingfanzhuan"})],-1)])],8,iw),n.createElementVNode("div",{class:"settings-btn",title:n.unref(t)("floatingBar.flipVertical"),onClick:wn},[...ke[28]||(ke[28]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-chuizhifanzhuan"})],-1)])],8,aw)],64)):n.createCommentVNode("",!0),I.value?(n.openBlock(),n.createBlock(it,{key:4,placement:"top",width:248,trigger:"click","show-arrow":!1,"popper-class":"custom-toolbar-popover",visible:a.value,"onUpdate:visible":ke[3]||(ke[3]=Ue=>{!Ue&&n.unref(m)||(a.value=Ue)})},{reference:n.withCtx(()=>[n.createElementVNode("div",{class:"settings-btn",title:n.unref(t)("board.backgroundColor")},[se.value=="transparent"||!se.value?(n.openBlock(),n.createElementBlock("svg",sw,[...ke[29]||(ke[29]=[n.createElementVNode("use",{"xlink:href":"#icon-wuyanse"},null,-1)])])):(n.openBlock(),n.createElementBlock("div",{key:1,class:"color-box",style:n.normalizeStyle({background:se.value})},null,4))],8,ow)]),default:n.withCtx(()=>[n.createElementVNode("div",lw,[C()!=="note"?(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[n.createElementVNode("div",cw,n.toDisplayString(n.unref(t)("properties.fillStyle")),1),n.createVNode(j8),n.createElementVNode("div",dw,n.toDisplayString(n.unref(t)("properties.opacity")),1),n.createVNode(pt,{modelValue:le.value,"onUpdate:modelValue":ke[1]||(ke[1]=Ue=>le.value=Ue),"show-input":"","show-input-controls":!1},null,8,["modelValue"])],64)):n.createCommentVNode("",!0),n.createElementVNode("div",uw,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("floatingBar.defaultColor")),1)]),n.createVNode(O1,{modelValue:se.value,"onUpdate:modelValue":ke[2]||(ke[2]=Ue=>se.value=Ue),showFooterBtn:!0},null,8,["modelValue"])])]),_:1},8,["visible"])):n.createCommentVNode("",!0),R.value?(n.openBlock(),n.createBlock(it,{key:5,placement:"top",width:248,trigger:"click","show-arrow":!1,"popper-class":"custom-toolbar-popover",visible:s.value,"onUpdate:visible":ke[7]||(ke[7]=Ue=>{!Ue&&n.unref(m)||(s.value=Ue)})},{reference:n.withCtx(()=>[n.createElementVNode("div",{class:"settings-btn",title:C()=="arrow"?n.unref(t)("toolbar.arrow"):C()=="line"?n.unref(t)("toolbar.line"):n.unref(t)("properties.stroke")},[C()!=="arrow"&&C()!=="line"?(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[te.value=="transparent"||!te.value?(n.openBlock(),n.createElementBlock("svg",fw,[...ke[30]||(ke[30]=[n.createElementVNode("use",{"xlink:href":"#icon-wubiankuang"},null,-1)])])):(n.openBlock(),n.createElementBlock("div",{key:1,class:"border-box",style:n.normalizeStyle({borderColor:te.value})},null,4))],64)):(n.openBlock(),n.createElementBlock("svg",pw,[n.createElementVNode("use",{"xlink:href":`#${C()=="line"?"icon-zhixian":V.value?"icon-jiantou":K.value=="sharp"?"icon-zhixianlianjiexian":"icon-quxian"}`},null,8,gw)]))],8,hw)]),default:n.withCtx(()=>[n.createElementVNode("div",mw,[V.value?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[$.value?(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[n.createElementVNode("div",yw,n.toDisplayString(["arrow","line"].includes(C())?n.unref(t)("floatingBar.lineStyleText"):n.unref(t)("floatingBar.strokeStyleText")),1),n.createVNode(U8)],64)):n.createCommentVNode("",!0),n.createElementVNode("div",vw,n.toDisplayString(n.unref(t)("floatingBar.lineStyle")),1),n.createVNode(G8),n.createElementVNode("div",bw,n.toDisplayString(["arrow","line"].includes(C())?n.unref(t)("floatingBar.lineWidth"):n.unref(t)("properties.strokeWidth")),1),n.createVNode(pt,{modelValue:Le.value,"onUpdate:modelValue":ke[4]||(ke[4]=Ue=>Le.value=Ue),"show-input":"","show-input-controls":!1,min:1,max:10},null,8,["modelValue"]),n.createElementVNode("div",ww,n.toDisplayString(["arrow","line"].includes(C())?n.unref(t)("properties.opacity"):n.unref(t)("floatingBar.strokeOpacity")),1),n.createVNode(pt,{modelValue:ge.value,"onUpdate:modelValue":ke[5]||(ke[5]=Ue=>ge.value=Ue),"show-input":"","show-input-controls":!1},null,8,["modelValue"])],64)),H.value?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock(n.Fragment,{key:1},[n.createElementVNode("div",xw,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("floatingBar.defaultColor")),1)]),n.createVNode(O1,{modelValue:te.value,"onUpdate:modelValue":ke[6]||(ke[6]=Ue=>te.value=Ue),"show-footer-btn":!0},null,8,["modelValue"])],64)),H.value?(n.openBlock(),n.createElementBlock(n.Fragment,{key:2},[n.createElementVNode("div",_w,n.toDisplayString(C()=="arrow"?n.unref(t)("toolbar.arrow"):n.unref(t)("toolbar.line"))+n.toDisplayString(n.unref(t)("properties.type")),1),n.createVNode(Z8)],64)):n.createCommentVNode("",!0)])]),_:1},8,["visible"])):n.createCommentVNode("",!0),H.value?(n.openBlock(),n.createElementBlock("div",kw)):n.createCommentVNode("",!0),H.value?(n.openBlock(),n.createBlock(it,{key:7,placement:"top",width:248,trigger:"click","show-arrow":!1,"popper-class":"custom-toolbar-popover point-popover",visible:c.value,"onUpdate:visible":ke[9]||(ke[9]=Ue=>{!Ue&&n.unref(m)||(c.value=Ue)})},{reference:n.withCtx(()=>[n.createElementVNode("div",{class:"settings-btn",title:n.unref(t)("floatingBar.arrowColor")},[te.value=="transparent"||!te.value?(n.openBlock(),n.createElementBlock("svg",Sw,[...ke[31]||(ke[31]=[n.createElementVNode("use",{"xlink:href":"#icon-wuyanse"},null,-1)])])):(n.openBlock(),n.createElementBlock(n.Fragment,{key:1},[["arrow","line"].includes(C())?(n.openBlock(),n.createElementBlock("div",{key:0,class:"border-box",style:n.normalizeStyle({borderColor:te.value})},null,4)):(n.openBlock(),n.createElementBlock("div",{key:1,class:"color-box",style:n.normalizeStyle({background:te.value})},null,4))],64))],8,Ew)]),default:n.withCtx(()=>[n.createElementVNode("div",Cw,[n.createElementVNode("div",qw,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("floatingBar.defaultColor")),1)]),n.createVNode(O1,{modelValue:te.value,"onUpdate:modelValue":ke[8]||(ke[8]=Ue=>te.value=Ue),"show-footer-btn":!0},null,8,["modelValue"])])]),_:1},8,["visible"])):n.createCommentVNode("",!0),H.value?(n.openBlock(),n.createBlock(it,{key:8,placement:"top",width:88,trigger:"click","show-arrow":!1,"popper-class":"custom-toolbar-popover point-popover",visible:qe.value,"onUpdate:visible":ke[10]||(ke[10]=Ue=>{!Ue&&n.unref(m)||(qe.value=Ue)})},{reference:n.withCtx(()=>[n.createElementVNode("div",{class:"settings-btn",title:n.unref(t)("properties.startArrowhead"),style:{transform:"scaleX(-1)"}},[(n.openBlock(),n.createElementBlock("svg",Mw,[n.createElementVNode("use",{"xlink:href":ce.value},null,8,Bw)]))],8,Iw)]),default:n.withCtx(()=>[n.createElementVNode("div",zw,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(n.unref(Z2),(Ue,fn)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["arrpw-trans-180","arrow-point-item",{active:ae.value===Ue.value}]),key:fn,onClick:xn=>B(Ue.value)},[(n.openBlock(),n.createElementBlock("svg",Aw,[n.createElementVNode("use",{"xlink:href":ae.value===Ue.value?Ue.activeIcon:Ue.icon},null,8,Tw)]))],10,Fw))),128))])]),_:1},8,["visible"])):n.createCommentVNode("",!0),H.value?(n.openBlock(),n.createElementBlock("div",{key:9,class:"settings-btn",onClick:Pt,title:n.unref(t)("floatingBar.swapEndpoints")},[...ke[32]||(ke[32]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-qiehuan"})],-1)])],8,Vw)):n.createCommentVNode("",!0),H.value?(n.openBlock(),n.createBlock(it,{key:10,placement:"top",width:88,trigger:"click","show-arrow":!1,"popper-class":"custom-toolbar-popover point-popover",visible:ut.value,"onUpdate:visible":ke[11]||(ke[11]=Ue=>{!Ue&&n.unref(m)||(ut.value=Ue)})},{reference:n.withCtx(()=>[n.createElementVNode("div",{class:"settings-btn",title:n.unref(t)("properties.endArrowhead")},[(n.openBlock(),n.createElementBlock("svg",Lw,[n.createElementVNode("use",{"xlink:href":fe.value},null,8,Rw)]))],8,Nw)]),default:n.withCtx(()=>[n.createElementVNode("div",Pw,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(n.unref(Z2),(Ue,fn)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["arrow-point-item",{active:de.value===Ue.value}]),key:fn,onClick:xn=>pe(Ue.value)},[(n.openBlock(),n.createElementBlock("svg",Ow,[n.createElementVNode("use",{"xlink:href":de.value===Ue.value?Ue.activeIcon:Ue.icon},null,8,Hw)]))],10,Dw))),128))])]),_:1},8,["visible"])):n.createCommentVNode("",!0),(H.value,n.createCommentVNode("",!0)),ee.value?(n.openBlock(),n.createBlock(it,{key:12,placement:"top",width:248,trigger:"click","show-arrow":!1,"popper-class":"custom-toolbar-popover"},{reference:n.withCtx(()=>[n.createElementVNode("div",{class:"settings-btn",title:n.unref(t)("properties.roundness")},[...ke[34]||(ke[34]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-yuanjiao"})],-1)])],8,$w)]),default:n.withCtx(()=>[n.createElementVNode("div",Ww,[n.createElementVNode("div",jw,n.toDisplayString(n.unref(t)("properties.roundness")),1),n.createVNode(pt,{modelValue:Oe.value,"onUpdate:modelValue":ke[12]||(ke[12]=Ue=>Oe.value=Ue),"show-input":"","show-input-controls":!1,min:0,max:100},null,8,["modelValue"])])]),_:1})):n.createCommentVNode("",!0),z.value&&I.value?(n.openBlock(),n.createElementBlock("div",Uw)):n.createCommentVNode("",!0),z.value?(n.openBlock(),n.createBlock(it,{key:14,placement:"top",width:248,trigger:"click","show-arrow":!1,"popper-class":"custom-toolbar-popover",visible:u.value,"onUpdate:visible":ke[15]||(ke[15]=Ue=>{!Ue&&n.unref(m)||(u.value=Ue)})},{reference:n.withCtx(()=>[n.createElementVNode("div",{class:"settings-btn",title:n.unref(t)("properties.fontColor")},[(n.openBlock(),n.createElementBlock("svg",{class:"svg-icon",viewBox:"0 0 1024 1024",style:n.normalizeStyle({backgroundColor:ie.value})},[n.createElementVNode("path",{d:"M772.144762 747.52L566.369524 223.817143a24.137143 24.137143 0 0 0-24.380953-16.579048H484.449524c-11.702857 0-19.992381 5.36381-24.380953 16.579048L254.293333 747.52c-6.339048 16.579048-4.87619 32.182857 5.36381 46.811429 10.24 14.628571 23.893333 21.942857 41.935238 21.942857 22.918095 0 38.521905-10.727619 47.299048-32.182857l48.761904-123.855239h232.106667l48.761905 123.855239c8.289524 21.455238 23.893333 32.182857 46.811428 32.182857 18.041905 0 31.695238-7.314286 41.935238-21.942857 10.24-14.628571 11.702857-30.232381 5.36381-46.811429h-0.487619z m-25.356191 33.645714c-5.36381 7.801905-12.190476 11.215238-21.455238 11.215238-11.702857 0-19.992381-5.36381-24.380952-16.579047l-49.737143-126.780953a18.870857 18.870857 0 0 0-18.529524-12.678095H394.727619c-9.264762 0-15.60381 4.388571-18.529524 12.678095l-49.737143 126.780953c-4.388571 11.215238-12.678095 16.579048-24.380952 16.579047-9.264762 0-16.579048-3.900952-21.942857-11.702857a24.380952 24.380952 0 0 1-2.925714-24.380952L482.986667 232.594286s0.975238-0.975238 1.950476-0.975238h57.539047s1.462857 0 1.950477 0.975238l205.775238 523.702857a24.380952 24.380952 0 0 1-2.925715 24.380952l-0.487619 0.487619z",fill:Se.value=="transparent"?"#EEEFF0":Se.value,"p-id":"4210"},null,8,Xw),n.createElementVNode("path",{d:"M529.310476 338.895238c-2.925714-7.314286-8.289524-10.727619-16.091428-10.727619s-13.165714 3.413333-16.091429 10.727619l-86.79619 220.40381c-2.438095 5.36381-1.462857 10.727619 1.950476 16.091428 3.413333 4.87619 8.289524 7.314286 14.140952 7.314286h173.104762c5.851429 0 10.727619-2.438095 14.140952-7.314286 3.413333-4.87619 3.900952-10.24 1.950477-16.091428l-86.308572-220.40381z m-91.672381 219.428572l76.068572-193.097143 75.580952 193.097143H437.638095z",fill:Se.value=="transparent"?"#EEEFF0":Se.value,"p-id":"4211"},null,8,Yw),n.createElementVNode("path",{d:"M700.952381 775.801905c4.388571 11.215238 12.678095 16.579048 24.380952 16.579047 9.264762 0 16.579048-3.900952 21.455238-11.215238a24.380952 24.380952 0 0 0 2.925715-24.380952L543.939048 233.081905s-0.975238-0.975238-1.950477-0.975238H484.449524s-1.462857 0-1.950476 0.975238L276.72381 756.784762a24.380952 24.380952 0 0 0 2.925714 24.380952c5.36381 7.801905 12.678095 11.702857 21.942857 11.702857 11.702857 0 19.992381-5.36381 24.380952-16.579047l49.737143-126.780953c3.413333-8.289524 9.752381-12.678095 18.529524-12.678095h237.958095c9.264762 0 15.60381 4.388571 18.529524 12.678095l49.737143 126.780953 0.487619-0.487619z m-274.529524-193.097143c-5.851429 0-10.727619-2.438095-14.140952-7.314286a17.066667 17.066667 0 0 1-1.950476-16.091428l86.79619-220.40381c2.925714-7.314286 8.289524-10.727619 16.091429-10.727619s13.165714 3.413333 16.091428 10.727619l86.308572 220.40381c2.438095 5.36381 1.462857 10.727619-1.950477 16.091428-3.413333 4.87619-8.289524 7.314286-14.140952 7.314286H426.422857z",fill:Se.value,"p-id":"4212"},null,8,Zw)],4))],8,Gw)]),default:n.withCtx(()=>[n.createElementVNode("div",Qw,[n.createElementVNode("div",Kw,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("floatingBar.textStyle")),1)]),n.createVNode(X8),n.createElementVNode("div",Jw,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("floatingBar.alignMode")),1)]),n.createVNode(Y8),n.createElementVNode("div",ex,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("properties.fontColor")),1)]),n.createVNode(O1,{modelValue:Se.value,"onUpdate:modelValue":ke[13]||(ke[13]=Ue=>Se.value=Ue),"show-footer-btn":!0},null,8,["modelValue"]),n.createElementVNode("div",tx,[n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("properties.fontBgColor")),1)]),n.createVNode(O1,{modelValue:ie.value,"onUpdate:modelValue":ke[14]||(ke[14]=Ue=>ie.value=Ue),"show-footer-btn":!0},null,8,["modelValue"])])]),_:1},8,["visible"])):n.createCommentVNode("",!0),X.value?(n.openBlock(),n.createElementBlock("div",nx)):n.createCommentVNode("",!0),X.value?(n.openBlock(),n.createBlock(it,{key:16,placement:"top",width:248,trigger:"click","show-arrow":!1,"popper-class":"custom-toolbar-popover align-popover",visible:p.value,"onUpdate:visible":ke[22]||(ke[22]=Ue=>{!Ue&&n.unref(m)||(p.value=Ue)})},{reference:n.withCtx(()=>[n.createElementVNode("div",{class:n.normalizeClass(["settings-btn",{active:p.value}]),title:n.unref(t)("panel.align")},[...ke[35]||(ke[35]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-zujianduiqi"})],-1)])],10,rx)]),default:n.withCtx(()=>[n.createElementVNode("div",ix,[n.createElementVNode("div",{class:"align-menu-item",onClick:ke[16]||(ke[16]=Ue=>Kt("left")),title:n.unref(t)("panel.alignLeft")},[n.createElementVNode("div",ox,[ke[36]||(ke[36]=n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-zuoduiqi3"})],-1)),n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("panel.alignLeft")),1)]),ke[37]||(ke[37]=n.createElementVNode("span",{class:"align-menu-shortcut"},"Alt + A",-1))],8,ax),n.createElementVNode("div",{class:"align-menu-item",onClick:ke[17]||(ke[17]=Ue=>Kt("center")),title:n.unref(t)("panel.alignCenter")},[n.createElementVNode("div",lx,[ke[38]||(ke[38]=n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-juzhongduiqi"})],-1)),n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("panel.alignCenter")),1)]),ke[39]||(ke[39]=n.createElementVNode("span",{class:"align-menu-shortcut"},"Alt + H",-1))],8,sx),n.createElementVNode("div",{class:"align-menu-item",onClick:ke[18]||(ke[18]=Ue=>Kt("right")),title:n.unref(t)("panel.alignRight")},[n.createElementVNode("div",dx,[ke[40]||(ke[40]=n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-youduiqi3-copy"})],-1)),n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("panel.alignRight")),1)]),ke[41]||(ke[41]=n.createElementVNode("span",{class:"align-menu-shortcut"},"Alt + D",-1))],8,cx),ke[52]||(ke[52]=n.createElementVNode("div",{class:"separator-horizontal"},null,-1)),n.createElementVNode("div",{class:"align-menu-item",onClick:ke[19]||(ke[19]=Ue=>Kt("top")),title:n.unref(t)("panel.alignTop")},[n.createElementVNode("div",hx,[ke[42]||(ke[42]=n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-dingduiqi2"})],-1)),n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("panel.alignTop")),1)]),ke[43]||(ke[43]=n.createElementVNode("span",{class:"align-menu-shortcut"},"Alt + W",-1))],8,ux),n.createElementVNode("div",{class:"align-menu-item",onClick:ke[20]||(ke[20]=Ue=>Kt("middle")),title:n.unref(t)("panel.alignMiddle")},[n.createElementVNode("div",px,[ke[44]||(ke[44]=n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-zhongjianduiqi"})],-1)),n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("panel.alignMiddle")),1)]),ke[45]||(ke[45]=n.createElementVNode("span",{class:"align-menu-shortcut"},"Alt + V",-1))],8,fx),n.createElementVNode("div",{class:"align-menu-item",onClick:ke[21]||(ke[21]=Ue=>Kt("bottom")),title:n.unref(t)("panel.alignBottom")},[n.createElementVNode("div",mx,[ke[46]||(ke[46]=n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-diduiqi1"})],-1)),n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("panel.alignBottom")),1)]),ke[47]||(ke[47]=n.createElementVNode("span",{class:"align-menu-shortcut"},"Alt + S",-1))],8,gx),ke[53]||(ke[53]=n.createElementVNode("div",{class:"separator-horizontal"},null,-1)),n.createElementVNode("div",{class:"align-menu-item",onClick:vt,title:n.unref(t)("panel.distributeHorizontally")},[n.createElementVNode("div",vx,[(n.openBlock(),n.createElementBlock("svg",bx,[...ke[48]||(ke[48]=[n.createElementVNode("use",{"xlink:href":"#icon-zujianduiqi"},null,-1)])])),n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("panel.distributeHorizontally")),1)]),ke[49]||(ke[49]=n.createElementVNode("span",{class:"align-menu-shortcut"},"Alt + Ctrl + Shift + H",-1))],8,yx),n.createElementVNode("div",{class:"align-menu-item",onClick:Jt,title:n.unref(t)("panel.distributeVertically")},[n.createElementVNode("div",xx,[ke[50]||(ke[50]=n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-zujianduiqi"})],-1)),n.createElementVNode("span",null,n.toDisplayString(n.unref(t)("panel.distributeVertically")),1)]),ke[51]||(ke[51]=n.createElementVNode("span",{class:"align-menu-shortcut"},"Alt + Ctrl + Shift + V",-1))],8,wx)])]),_:1},8,["visible"])):n.createCommentVNode("",!0),z.value?(n.openBlock(),n.createElementBlock("div",_x,[n.createVNode(Ct,{modelValue:Ge.value,"onUpdate:modelValue":ke[23]||(ke[23]=Ue=>Ge.value=Ue),style:{width:"68px"},onChange:Ae},{default:n.withCtx(()=>[(n.openBlock(),n.createElementBlock(n.Fragment,null,n.renderList(Fe,Ue=>n.createVNode(et,{key:Ue,label:`${Ue}`,value:Ue},null,8,["label","value"])),64))]),_:1},8,["modelValue"])])):n.createCommentVNode("",!0)],512)}}}),[["__scopeId","data-v-19998cfd"]]),Ex=["title"],Sx=["title"],Cx={key:0,class:"divider"},qx={key:1,class:"divider"},Ix=["title"],Mx={class:"svg-icon"},Bx=["xlink:href"],zx=["title"],Fx=["title"],Ax={class:"floating-more-list"},Tx=gn(n.defineComponent({__name:"FloatingPropertiesBar",props:{zoom:{},scrollX:{},scrollY:{}},setup(o){const{t:r}=E2(),e=o,t=n.inject("jvs-draw-instance-id","excalidraw"),a=Sn(t),s=n.ref(!1),c=n.ref({x:0,y:0});n.watch(()=>a.appState.selectedElementIds,()=>{a.appState.floatingToolbarOffset={x:0,y:0}},{deep:!0});const l=n.computed(()=>a.appState.activeTool),u=n.computed(()=>Object.keys(a.appState.selectedElementIds)),h=n.computed(()=>u.value.length>0),f=n.computed(()=>{if(!h.value)return!1;const H=a.elements.filter(M=>a.appState.selectedElementIds[M.id]);return H.length>0&&H.every(M=>M.locked)}),p=()=>{if(l.value==="selection"){if(!h.value)return"none";const H=u.value[0],M=a.elements.find(X=>X.id===H);if(u.value.length===1&&M?.type==="text"&&M.containerId){const X=a.elements.find(K=>K.id===M.containerId);if(X&&(X.type==="arrow"||X.type==="line"))return X.type}return M?M.type:"none"}return l.value==="shapes"?a.appState.activeToolType:l.value},g=n.computed(()=>{const H=p();return["arrow","line"].includes(H)}),m=["rectangle","ellipse","diamond","square","star","circle","cylinder","process","decision","trapezoid","parallelogram","cloud","pentagon","hexagon","message","doubleArrow","triangle","leftArrow","rightArrow","cube","step1","step2"],x=n.computed(()=>{const H=p();return m.includes(H)}),v=n.computed(()=>p()==="image"),y=n.computed(()=>u.value.length>1),w=n.computed(()=>a.appState.isDraggingElement||a.appState.isBoxSelecting),_=n.computed(()=>{let H=a.elements.filter(fe=>a.appState.selectedElementIds[fe.id]);if(H.length===0)return{display:"none"};if(H.length===1){const fe=H[0];if(fe?.type==="text"&&fe.containerId){const te=a.elements.find(se=>se.id===fe.containerId);te&&(te.type==="arrow"||te.type==="line")&&(H=[te])}}const M=X2(H);if(!M)return{display:"none"};const X=(M.x+e.scrollX)*e.zoom,K=(M.y+e.scrollY)*e.zoom,ae=M.width*e.zoom,de=X+ae/2+a.appState.floatingToolbarOffset.x,ce=K-32-40-12+a.appState.floatingToolbarOffset.y;return{left:`${de}px`,top:`${Math.max(10,ce)}px`,transform:"translateX(-50%)",pointerEvents:w.value?"none":"auto"}}),k=H=>{s.value=!0,c.value={x:H.clientX-a.appState.floatingToolbarOffset.x,y:H.clientY-a.appState.floatingToolbarOffset.y},document.addEventListener("mousemove",C),document.addEventListener("mouseup",S)},C=H=>{s.value&&(a.appState.floatingToolbarOffset={x:H.clientX-c.value.x,y:H.clientY-c.value.y})},S=()=>{s.value=!1,document.removeEventListener("mousemove",C),document.removeEventListener("mouseup",S)},E=()=>{a.appState.isPropertiesPanelOpen=!0},I=n.computed(()=>{if(u.value.length<2)return!1;const H=a.elements.filter(K=>a.appState.selectedElementIds[K.id]),M=H[0]?.groupIds||[];return M.length===0?!1:M.filter(K=>H.every(ae=>ae.groupIds&&ae.groupIds.includes(K))).length>0}),V=()=>{const H=Object.keys(a.appState.selectedElementIds);I.value?a.ungroupElements(H):a.groupElements(H)},R=()=>a.elements.filter(H=>a.appState.selectedElementIds[H.id]&&!H.isDeleted),$=()=>{const H=R();H.length!==0&&y0(H,{viewBackgroundColor:a.appState.viewBackgroundColor,gridType:a.appState.gridType,images:a.images})},ee=()=>{const H=R();H.length!==0&&ir(H,{viewBackgroundColor:a.appState.viewBackgroundColor,images:a.images})},z=()=>{const H=a.elements.filter(K=>a.appState.selectedElementIds[K.id]),X=!H.every(K=>K.locked);H.forEach(K=>{a.updateElement(K.id,{locked:X}),K.containerId&&a.updateElement(K.containerId,{locked:X})})};return(H,M)=>{const X=n.resolveComponent("el-popover");return n.unref(a).shouldShowFloatingToolbar?(n.openBlock(),n.createElementBlock("div",{key:0,class:"floating-toolbar",style:n.normalizeStyle({..._.value,pointerEvents:w.value?"none":"auto"})},[n.createElementVNode("div",{class:"drag-handle",title:n.unref(r)("floatingBar.drag"),onMousedown:n.withModifiers(k,["stop"])},[...M[0]||(M[0]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-tuodong"})],-1)])],40,Ex),n.createElementVNode("div",{class:n.normalizeClass(["settings-btn lock-button",{active:f.value}]),title:f.value?n.unref(r)("contextMenu.unlock"):n.unref(r)("contextMenu.lock"),onClick:z},[...M[1]||(M[1]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-zujiansuoding"})],-1)])],10,Sx),f.value?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[!g.value&&!x.value&&!v.value&&u.value.length<=1?(n.openBlock(),n.createElementBlock("div",Cx)):n.createCommentVNode("",!0),n.createVNode(kx),u.value.length<=1||y.value?(n.openBlock(),n.createElementBlock("div",qx)):n.createCommentVNode("",!0),y.value?(n.openBlock(),n.createElementBlock("div",{key:2,class:"settings-btn",onClick:n.withModifiers(V,["stop"]),title:I.value?n.unref(r)("contextMenu.ungroup"):n.unref(r)("contextMenu.group")},[(n.openBlock(),n.createElementBlock("svg",Mx,[n.createElementVNode("use",{"xlink:href":I.value?"#icon-quxiaobianzu":"#icon-bianzu"},null,8,Bx)]))],8,Ix)):n.createCommentVNode("",!0),u.value.length<=1?(n.openBlock(),n.createElementBlock("div",{key:3,class:"settings-btn",onClick:n.withModifiers(E,["stop"]),title:n.unref(r)("floatingBar.rightPanel")},[...M[2]||(M[2]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-youcemianban"})],-1)])],8,zx)):n.createCommentVNode("",!0),M[6]||(M[6]=n.createElementVNode("div",{class:"divider"},null,-1)),n.createVNode(X,{placement:"bottom",trigger:"click",width:130,offset:8,"popper-class":"floating-more-popover","show-arrow":!1,teleported:!1},{reference:n.withCtx(()=>[n.createElementVNode("div",{class:"settings-btn",title:n.unref(r)("board.more")},[...M[3]||(M[3]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-gengduo"})],-1)])],8,Fx)]),default:n.withCtx(()=>[n.createElementVNode("div",Ax,[n.createElementVNode("div",{class:"more-item",onClick:n.withModifiers($,["stop"])},[M[4]||(M[4]=n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-tupian1"})],-1)),n.createElementVNode("span",null,n.toDisplayString(n.unref(r)("floatingBar.exportImage")),1)]),n.createElementVNode("div",{class:"more-item",onClick:n.withModifiers(ee,["stop"])},[M[5]||(M[5]=n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-svg"})],-1)),n.createElementVNode("span",null,n.toDisplayString(n.unref(r)("floatingBar.exportSVG")),1)])])]),_:1})],64))],4)):n.createCommentVNode("",!0)}}}),[["__scopeId","data-v-78268c9e"]]);var N6,ql;function Vx(){if(ql)return N6;ql=1;function o(){this.__data__=[],this.size=0}return N6=o,N6}var L6,Il;function H1(){if(Il)return L6;Il=1;function o(r,e){return r===e||r!==r&&e!==e}return L6=o,L6}var R6,Ml;function ar(){if(Ml)return R6;Ml=1;var o=H1();function r(e,t){for(var a=e.length;a--;)if(o(e[a][0],t))return a;return-1}return R6=r,R6}var P6,Bl;function Nx(){if(Bl)return P6;Bl=1;var o=ar(),r=Array.prototype,e=r.splice;function t(a){var s=this.__data__,c=o(s,a);if(c<0)return!1;var l=s.length-1;return c==l?s.pop():e.call(s,c,1),--this.size,!0}return P6=t,P6}var D6,zl;function Lx(){if(zl)return D6;zl=1;var o=ar();function r(e){var t=this.__data__,a=o(t,e);return a<0?void 0:t[a][1]}return D6=r,D6}var O6,Fl;function Rx(){if(Fl)return O6;Fl=1;var o=ar();function r(e){return o(this.__data__,e)>-1}return O6=r,O6}var H6,Al;function Px(){if(Al)return H6;Al=1;var o=ar();function r(e,t){var a=this.__data__,s=o(a,e);return s<0?(++this.size,a.push([e,t])):a[s][1]=t,this}return H6=r,H6}var $6,Tl;function or(){if(Tl)return $6;Tl=1;var o=Vx(),r=Nx(),e=Lx(),t=Rx(),a=Px();function s(c){var l=-1,u=c==null?0:c.length;for(this.clear();++l<u;){var h=c[l];this.set(h[0],h[1])}}return s.prototype.clear=o,s.prototype.delete=r,s.prototype.get=e,s.prototype.has=t,s.prototype.set=a,$6=s,$6}var W6,Vl;function Dx(){if(Vl)return W6;Vl=1;var o=or();function r(){this.__data__=new o,this.size=0}return W6=r,W6}var j6,Nl;function Ox(){if(Nl)return j6;Nl=1;function o(r){var e=this.__data__,t=e.delete(r);return this.size=e.size,t}return j6=o,j6}var U6,Ll;function Hx(){if(Ll)return U6;Ll=1;function o(r){return this.__data__.get(r)}return U6=o,U6}var G6,Rl;function $x(){if(Rl)return G6;Rl=1;function o(r){return this.__data__.has(r)}return G6=o,G6}var X6,Pl;function Dl(){if(Pl)return X6;Pl=1;var o=typeof Jn=="object"&&Jn&&Jn.Object===Object&&Jn;return X6=o,X6}var Y6,Ol;function m2(){if(Ol)return Y6;Ol=1;var o=Dl(),r=typeof self=="object"&&self&&self.Object===Object&&self,e=o||r||Function("return this")();return Y6=e,Y6}var Z6,Hl;function $1(){if(Hl)return Z6;Hl=1;var o=m2(),r=o.Symbol;return Z6=r,Z6}var Q6,$l;function Wx(){if($l)return Q6;$l=1;var o=$1(),r=Object.prototype,e=r.hasOwnProperty,t=r.toString,a=o?o.toStringTag:void 0;function s(c){var l=e.call(c,a),u=c[a];try{c[a]=void 0;var h=!0}catch{}var f=t.call(c);return h&&(l?c[a]=u:delete c[a]),f}return Q6=s,Q6}var K6,Wl;function jx(){if(Wl)return K6;Wl=1;var o=Object.prototype,r=o.toString;function e(t){return r.call(t)}return K6=e,K6}var J6,jl;function m1(){if(jl)return J6;jl=1;var o=$1(),r=Wx(),e=jx(),t="[object Null]",a="[object Undefined]",s=o?o.toStringTag:void 0;function c(l){return l==null?l===void 0?a:t:s&&s in Object(l)?r(l):e(l)}return J6=c,J6}var ei,Ul;function t2(){if(Ul)return ei;Ul=1;function o(r){var e=typeof r;return r!=null&&(e=="object"||e=="function")}return ei=o,ei}var ti,Gl;function v0(){if(Gl)return ti;Gl=1;var o=m1(),r=t2(),e="[object AsyncFunction]",t="[object Function]",a="[object GeneratorFunction]",s="[object Proxy]";function c(l){if(!r(l))return!1;var u=o(l);return u==t||u==a||u==e||u==s}return ti=c,ti}var ni,Xl;function Ux(){if(Xl)return ni;Xl=1;var o=m2(),r=o["__core-js_shared__"];return ni=r,ni}var ri,Yl;function Gx(){if(Yl)return ri;Yl=1;var o=Ux(),r=(function(){var t=/[^.]+$/.exec(o&&o.keys&&o.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""})();function e(t){return!!r&&r in t}return ri=e,ri}var ii,Zl;function Ql(){if(Zl)return ii;Zl=1;var o=Function.prototype,r=o.toString;function e(t){if(t!=null){try{return r.call(t)}catch{}try{return t+""}catch{}}return""}return ii=e,ii}var ai,Kl;function Xx(){if(Kl)return ai;Kl=1;var o=v0(),r=Gx(),e=t2(),t=Ql(),a=/[\\^$.*+?()[\]{}|]/g,s=/^\[object .+?Constructor\]$/,c=Function.prototype,l=Object.prototype,u=c.toString,h=l.hasOwnProperty,f=RegExp("^"+u.call(h).replace(a,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function p(g){if(!e(g)||r(g))return!1;var m=o(g)?f:s;return m.test(t(g))}return ai=p,ai}var oi,Jl;function Yx(){if(Jl)return oi;Jl=1;function o(r,e){return r?.[e]}return oi=o,oi}var si,e5;function y1(){if(e5)return si;e5=1;var o=Xx(),r=Yx();function e(t,a){var s=r(t,a);return o(s)?s:void 0}return si=e,si}var li,t5;function ci(){if(t5)return li;t5=1;var o=y1(),r=m2(),e=o(r,"Map");return li=e,li}var di,n5;function sr(){if(n5)return di;n5=1;var o=y1(),r=o(Object,"create");return di=r,di}var ui,r5;function Zx(){if(r5)return ui;r5=1;var o=sr();function r(){this.__data__=o?o(null):{},this.size=0}return ui=r,ui}var hi,i5;function Qx(){if(i5)return hi;i5=1;function o(r){var e=this.has(r)&&delete this.__data__[r];return this.size-=e?1:0,e}return hi=o,hi}var fi,a5;function Kx(){if(a5)return fi;a5=1;var o=sr(),r="__lodash_hash_undefined__",e=Object.prototype,t=e.hasOwnProperty;function a(s){var c=this.__data__;if(o){var l=c[s];return l===r?void 0:l}return t.call(c,s)?c[s]:void 0}return fi=a,fi}var pi,o5;function Jx(){if(o5)return pi;o5=1;var o=sr(),r=Object.prototype,e=r.hasOwnProperty;function t(a){var s=this.__data__;return o?s[a]!==void 0:e.call(s,a)}return pi=t,pi}var gi,s5;function e_(){if(s5)return gi;s5=1;var o=sr(),r="__lodash_hash_undefined__";function e(t,a){var s=this.__data__;return this.size+=this.has(t)?0:1,s[t]=o&&a===void 0?r:a,this}return gi=e,gi}var mi,l5;function t_(){if(l5)return mi;l5=1;var o=Zx(),r=Qx(),e=Kx(),t=Jx(),a=e_();function s(c){var l=-1,u=c==null?0:c.length;for(this.clear();++l<u;){var h=c[l];this.set(h[0],h[1])}}return s.prototype.clear=o,s.prototype.delete=r,s.prototype.get=e,s.prototype.has=t,s.prototype.set=a,mi=s,mi}var yi,c5;function n_(){if(c5)return yi;c5=1;var o=t_(),r=or(),e=ci();function t(){this.size=0,this.__data__={hash:new o,map:new(e||r),string:new o}}return yi=t,yi}var vi,d5;function r_(){if(d5)return vi;d5=1;function o(r){var e=typeof r;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?r!=="__proto__":r===null}return vi=o,vi}var bi,u5;function lr(){if(u5)return bi;u5=1;var o=r_();function r(e,t){var a=e.__data__;return o(t)?a[typeof t=="string"?"string":"hash"]:a.map}return bi=r,bi}var wi,h5;function i_(){if(h5)return wi;h5=1;var o=lr();function r(e){var t=o(this,e).delete(e);return this.size-=t?1:0,t}return wi=r,wi}var xi,f5;function a_(){if(f5)return xi;f5=1;var o=lr();function r(e){return o(this,e).get(e)}return xi=r,xi}var _i,p5;function o_(){if(p5)return _i;p5=1;var o=lr();function r(e){return o(this,e).has(e)}return _i=r,_i}var ki,g5;function s_(){if(g5)return ki;g5=1;var o=lr();function r(e,t){var a=o(this,e),s=a.size;return a.set(e,t),this.size+=a.size==s?0:1,this}return ki=r,ki}var Ei,m5;function Si(){if(m5)return Ei;m5=1;var o=n_(),r=i_(),e=a_(),t=o_(),a=s_();function s(c){var l=-1,u=c==null?0:c.length;for(this.clear();++l<u;){var h=c[l];this.set(h[0],h[1])}}return s.prototype.clear=o,s.prototype.delete=r,s.prototype.get=e,s.prototype.has=t,s.prototype.set=a,Ei=s,Ei}var Ci,y5;function l_(){if(y5)return Ci;y5=1;var o=or(),r=ci(),e=Si(),t=200;function a(s,c){var l=this.__data__;if(l instanceof o){var u=l.__data__;if(!r||u.length<t-1)return u.push([s,c]),this.size=++l.size,this;l=this.__data__=new e(u)}return l.set(s,c),this.size=l.size,this}return Ci=a,Ci}var qi,v5;function cr(){if(v5)return qi;v5=1;var o=or(),r=Dx(),e=Ox(),t=Hx(),a=$x(),s=l_();function c(l){var u=this.__data__=new o(l);this.size=u.size}return c.prototype.clear=r,c.prototype.delete=e,c.prototype.get=t,c.prototype.has=a,c.prototype.set=s,qi=c,qi}var Ii,b5;function Mi(){if(b5)return Ii;b5=1;function o(r,e){for(var t=-1,a=r==null?0:r.length;++t<a&&e(r[t],t,r)!==!1;);return r}return Ii=o,Ii}var Bi,w5;function x5(){if(w5)return Bi;w5=1;var o=y1(),r=(function(){try{var e=o(Object,"defineProperty");return e({},"",{}),e}catch{}})();return Bi=r,Bi}var zi,_5;function dr(){if(_5)return zi;_5=1;var o=x5();function r(e,t,a){t=="__proto__"&&o?o(e,t,{configurable:!0,enumerable:!0,value:a,writable:!0}):e[t]=a}return zi=r,zi}var Fi,k5;function ur(){if(k5)return Fi;k5=1;var o=dr(),r=H1(),e=Object.prototype,t=e.hasOwnProperty;function a(s,c,l){var u=s[c];(!(t.call(s,c)&&r(u,l))||l===void 0&&!(c in s))&&o(s,c,l)}return Fi=a,Fi}var Ai,E5;function b0(){if(E5)return Ai;E5=1;var o=ur(),r=dr();function e(t,a,s,c){var l=!s;s||(s={});for(var u=-1,h=a.length;++u<h;){var f=a[u],p=c?c(s[f],t[f],f,s,t):void 0;p===void 0&&(p=t[f]),l?r(s,f,p):o(s,f,p)}return s}return Ai=e,Ai}var Ti,S5;function c_(){if(S5)return Ti;S5=1;function o(r,e){for(var t=-1,a=Array(r);++t<r;)a[t]=e(t);return a}return Ti=o,Ti}var Vi,C5;function S2(){if(C5)return Vi;C5=1;function o(r){return r!=null&&typeof r=="object"}return Vi=o,Vi}var Ni,q5;function d_(){if(q5)return Ni;q5=1;var o=m1(),r=S2(),e="[object Arguments]";function t(a){return r(a)&&o(a)==e}return Ni=t,Ni}var Li,I5;function w0(){if(I5)return Li;I5=1;var o=d_(),r=S2(),e=Object.prototype,t=e.hasOwnProperty,a=e.propertyIsEnumerable,s=o((function(){return arguments})())?o:function(c){return r(c)&&t.call(c,"callee")&&!a.call(c,"callee")};return Li=s,Li}var Ri,M5;function hn(){if(M5)return Ri;M5=1;var o=Array.isArray;return Ri=o,Ri}var x0={exports:{}},Pi,B5;function u_(){if(B5)return Pi;B5=1;function o(){return!1}return Pi=o,Pi}x0.exports;var z5;function W1(){return z5||(z5=1,(function(o,r){var e=m2(),t=u_(),a=r&&!r.nodeType&&r,s=a&&!0&&o&&!o.nodeType&&o,c=s&&s.exports===a,l=c?e.Buffer:void 0,u=l?l.isBuffer:void 0,h=u||t;o.exports=h})(x0,x0.exports)),x0.exports}var Di,F5;function hr(){if(F5)return Di;F5=1;var o=9007199254740991,r=/^(?:0|[1-9]\d*)$/;function e(t,a){var s=typeof t;return a=a??o,!!a&&(s=="number"||s!="symbol"&&r.test(t))&&t>-1&&t%1==0&&t<a}return Di=e,Di}var Oi,A5;function Hi(){if(A5)return Oi;A5=1;var o=9007199254740991;function r(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=o}return Oi=r,Oi}var $i,T5;function h_(){if(T5)return $i;T5=1;var o=m1(),r=Hi(),e=S2(),t="[object Arguments]",a="[object Array]",s="[object Boolean]",c="[object Date]",l="[object Error]",u="[object Function]",h="[object Map]",f="[object Number]",p="[object Object]",g="[object RegExp]",m="[object Set]",x="[object String]",v="[object WeakMap]",y="[object ArrayBuffer]",w="[object DataView]",_="[object Float32Array]",k="[object Float64Array]",C="[object Int8Array]",S="[object Int16Array]",E="[object Int32Array]",I="[object Uint8Array]",V="[object Uint8ClampedArray]",R="[object Uint16Array]",$="[object Uint32Array]",ee={};ee[_]=ee[k]=ee[C]=ee[S]=ee[E]=ee[I]=ee[V]=ee[R]=ee[$]=!0,ee[t]=ee[a]=ee[y]=ee[s]=ee[w]=ee[c]=ee[l]=ee[u]=ee[h]=ee[f]=ee[p]=ee[g]=ee[m]=ee[x]=ee[v]=!1;function z(H){return e(H)&&r(H.length)&&!!ee[o(H)]}return $i=z,$i}var Wi,V5;function fr(){if(V5)return Wi;V5=1;function o(r){return function(e){return r(e)}}return Wi=o,Wi}var _0={exports:{}};_0.exports;var N5;function ji(){return N5||(N5=1,(function(o,r){var e=Dl(),t=r&&!r.nodeType&&r,a=t&&!0&&o&&!o.nodeType&&o,s=a&&a.exports===t,c=s&&e.process,l=(function(){try{var u=a&&a.require&&a.require("util").types;return u||c&&c.binding&&c.binding("util")}catch{}})();o.exports=l})(_0,_0.exports)),_0.exports}var Ui,L5;function k0(){if(L5)return Ui;L5=1;var o=h_(),r=fr(),e=ji(),t=e&&e.isTypedArray,a=t?r(t):o;return Ui=a,Ui}var Gi,R5;function P5(){if(R5)return Gi;R5=1;var o=c_(),r=w0(),e=hn(),t=W1(),a=hr(),s=k0(),c=Object.prototype,l=c.hasOwnProperty;function u(h,f){var p=e(h),g=!p&&r(h),m=!p&&!g&&t(h),x=!p&&!g&&!m&&s(h),v=p||g||m||x,y=v?o(h.length,String):[],w=y.length;for(var _ in h)(f||l.call(h,_))&&!(v&&(_=="length"||m&&(_=="offset"||_=="parent")||x&&(_=="buffer"||_=="byteLength"||_=="byteOffset")||a(_,w)))&&y.push(_);return y}return Gi=u,Gi}var Xi,D5;function pr(){if(D5)return Xi;D5=1;var o=Object.prototype;function r(e){var t=e&&e.constructor,a=typeof t=="function"&&t.prototype||o;return e===a}return Xi=r,Xi}var Yi,O5;function H5(){if(O5)return Yi;O5=1;function o(r,e){return function(t){return r(e(t))}}return Yi=o,Yi}var Zi,$5;function f_(){if($5)return Zi;$5=1;var o=H5(),r=o(Object.keys,Object);return Zi=r,Zi}var Qi,W5;function Ki(){if(W5)return Qi;W5=1;var o=pr(),r=f_(),e=Object.prototype,t=e.hasOwnProperty;function a(s){if(!o(s))return r(s);var c=[];for(var l in Object(s))t.call(s,l)&&l!="constructor"&&c.push(l);return c}return Qi=a,Qi}var Ji,j5;function B2(){if(j5)return Ji;j5=1;var o=v0(),r=Hi();function e(t){return t!=null&&r(t.length)&&!o(t)}return Ji=e,Ji}var e4,U5;function K2(){if(U5)return e4;U5=1;var o=P5(),r=Ki(),e=B2();function t(a){return e(a)?o(a):r(a)}return e4=t,e4}var t4,G5;function p_(){if(G5)return t4;G5=1;var o=b0(),r=K2();function e(t,a){return t&&o(a,r(a),t)}return t4=e,t4}var n4,X5;function g_(){if(X5)return n4;X5=1;function o(r){var e=[];if(r!=null)for(var t in Object(r))e.push(t);return e}return n4=o,n4}var r4,Y5;function m_(){if(Y5)return r4;Y5=1;var o=t2(),r=pr(),e=g_(),t=Object.prototype,a=t.hasOwnProperty;function s(c){if(!o(c))return e(c);var l=r(c),u=[];for(var h in c)h=="constructor"&&(l||!a.call(c,h))||u.push(h);return u}return r4=s,r4}var i4,Z5;function v1(){if(Z5)return i4;Z5=1;var o=P5(),r=m_(),e=B2();function t(a){return e(a)?o(a,!0):r(a)}return i4=t,i4}var a4,Q5;function y_(){if(Q5)return a4;Q5=1;var o=b0(),r=v1();function e(t,a){return t&&o(a,r(a),t)}return a4=e,a4}var E0={exports:{}};E0.exports;var K5;function J5(){return K5||(K5=1,(function(o,r){var e=m2(),t=r&&!r.nodeType&&r,a=t&&!0&&o&&!o.nodeType&&o,s=a&&a.exports===t,c=s?e.Buffer:void 0,l=c?c.allocUnsafe:void 0;function u(h,f){if(f)return h.slice();var p=h.length,g=l?l(p):new h.constructor(p);return h.copy(g),g}o.exports=u})(E0,E0.exports)),E0.exports}var o4,e7;function t7(){if(e7)return o4;e7=1;function o(r,e){var t=-1,a=r.length;for(e||(e=Array(a));++t<a;)e[t]=r[t];return e}return o4=o,o4}var s4,n7;function r7(){if(n7)return s4;n7=1;function o(r,e){for(var t=-1,a=r==null?0:r.length,s=0,c=[];++t<a;){var l=r[t];e(l,t,r)&&(c[s++]=l)}return c}return s4=o,s4}var l4,i7;function a7(){if(i7)return l4;i7=1;function o(){return[]}return l4=o,l4}var c4,o7;function d4(){if(o7)return c4;o7=1;var o=r7(),r=a7(),e=Object.prototype,t=e.propertyIsEnumerable,a=Object.getOwnPropertySymbols,s=a?function(c){return c==null?[]:(c=Object(c),o(a(c),function(l){return t.call(c,l)}))}:r;return c4=s,c4}var u4,s7;function v_(){if(s7)return u4;s7=1;var o=b0(),r=d4();function e(t,a){return o(t,r(t),a)}return u4=e,u4}var h4,l7;function f4(){if(l7)return h4;l7=1;function o(r,e){for(var t=-1,a=e.length,s=r.length;++t<a;)r[s+t]=e[t];return r}return h4=o,h4}var p4,c7;function gr(){if(c7)return p4;c7=1;var o=H5(),r=o(Object.getPrototypeOf,Object);return p4=r,p4}var g4,d7;function u7(){if(d7)return g4;d7=1;var o=f4(),r=gr(),e=d4(),t=a7(),a=Object.getOwnPropertySymbols,s=a?function(c){for(var l=[];c;)o(l,e(c)),c=r(c);return l}:t;return g4=s,g4}var m4,h7;function b_(){if(h7)return m4;h7=1;var o=b0(),r=u7();function e(t,a){return o(t,r(t),a)}return m4=e,m4}var y4,f7;function p7(){if(f7)return y4;f7=1;var o=f4(),r=hn();function e(t,a,s){var c=a(t);return r(t)?c:o(c,s(t))}return y4=e,y4}var v4,g7;function m7(){if(g7)return v4;g7=1;var o=p7(),r=d4(),e=K2();function t(a){return o(a,e,r)}return v4=t,v4}var b4,y7;function w_(){if(y7)return b4;y7=1;var o=p7(),r=u7(),e=v1();function t(a){return o(a,e,r)}return b4=t,b4}var w4,v7;function x_(){if(v7)return w4;v7=1;var o=y1(),r=m2(),e=o(r,"DataView");return w4=e,w4}var x4,b7;function __(){if(b7)return x4;b7=1;var o=y1(),r=m2(),e=o(r,"Promise");return x4=e,x4}var _4,w7;function x7(){if(w7)return _4;w7=1;var o=y1(),r=m2(),e=o(r,"Set");return _4=e,_4}var k4,_7;function k_(){if(_7)return k4;_7=1;var o=y1(),r=m2(),e=o(r,"WeakMap");return k4=e,k4}var E4,k7;function j1(){if(k7)return E4;k7=1;var o=x_(),r=ci(),e=__(),t=x7(),a=k_(),s=m1(),c=Ql(),l="[object Map]",u="[object Object]",h="[object Promise]",f="[object Set]",p="[object WeakMap]",g="[object DataView]",m=c(o),x=c(r),v=c(e),y=c(t),w=c(a),_=s;return(o&&_(new o(new ArrayBuffer(1)))!=g||r&&_(new r)!=l||e&&_(e.resolve())!=h||t&&_(new t)!=f||a&&_(new a)!=p)&&(_=function(k){var C=s(k),S=C==u?k.constructor:void 0,E=S?c(S):"";if(E)switch(E){case m:return g;case x:return l;case v:return h;case y:return f;case w:return p}return C}),E4=_,E4}var S4,E7;function E_(){if(E7)return S4;E7=1;var o=Object.prototype,r=o.hasOwnProperty;function e(t){var a=t.length,s=new t.constructor(a);return a&&typeof t[0]=="string"&&r.call(t,"index")&&(s.index=t.index,s.input=t.input),s}return S4=e,S4}var C4,S7;function C7(){if(S7)return C4;S7=1;var o=m2(),r=o.Uint8Array;return C4=r,C4}var q4,q7;function I4(){if(q7)return q4;q7=1;var o=C7();function r(e){var t=new e.constructor(e.byteLength);return new o(t).set(new o(e)),t}return q4=r,q4}var M4,I7;function S_(){if(I7)return M4;I7=1;var o=I4();function r(e,t){var a=t?o(e.buffer):e.buffer;return new e.constructor(a,e.byteOffset,e.byteLength)}return M4=r,M4}var B4,M7;function C_(){if(M7)return B4;M7=1;var o=/\w*$/;function r(e){var t=new e.constructor(e.source,o.exec(e));return t.lastIndex=e.lastIndex,t}return B4=r,B4}var z4,B7;function q_(){if(B7)return z4;B7=1;var o=$1(),r=o?o.prototype:void 0,e=r?r.valueOf:void 0;function t(a){return e?Object(e.call(a)):{}}return z4=t,z4}var F4,z7;function F7(){if(z7)return F4;z7=1;var o=I4();function r(e,t){var a=t?o(e.buffer):e.buffer;return new e.constructor(a,e.byteOffset,e.length)}return F4=r,F4}var A4,A7;function I_(){if(A7)return A4;A7=1;var o=I4(),r=S_(),e=C_(),t=q_(),a=F7(),s="[object Boolean]",c="[object Date]",l="[object Map]",u="[object Number]",h="[object RegExp]",f="[object Set]",p="[object String]",g="[object Symbol]",m="[object ArrayBuffer]",x="[object DataView]",v="[object Float32Array]",y="[object Float64Array]",w="[object Int8Array]",_="[object Int16Array]",k="[object Int32Array]",C="[object Uint8Array]",S="[object Uint8ClampedArray]",E="[object Uint16Array]",I="[object Uint32Array]";function V(R,$,ee){var z=R.constructor;switch($){case m:return o(R);case s:case c:return new z(+R);case x:return r(R,ee);case v:case y:case w:case _:case k:case C:case S:case E:case I:return a(R,ee);case l:return new z;case u:case p:return new z(R);case h:return e(R);case f:return new z;case g:return t(R)}}return A4=V,A4}var T4,T7;function V7(){if(T7)return T4;T7=1;var o=t2(),r=Object.create,e=(function(){function t(){}return function(a){if(!o(a))return{};if(r)return r(a);t.prototype=a;var s=new t;return t.prototype=void 0,s}})();return T4=e,T4}var V4,N7;function L7(){if(N7)return V4;N7=1;var o=V7(),r=gr(),e=pr();function t(a){return typeof a.constructor=="function"&&!e(a)?o(r(a)):{}}return V4=t,V4}var N4,R7;function M_(){if(R7)return N4;R7=1;var o=j1(),r=S2(),e="[object Map]";function t(a){return r(a)&&o(a)==e}return N4=t,N4}var L4,P7;function B_(){if(P7)return L4;P7=1;var o=M_(),r=fr(),e=ji(),t=e&&e.isMap,a=t?r(t):o;return L4=a,L4}var R4,D7;function z_(){if(D7)return R4;D7=1;var o=j1(),r=S2(),e="[object Set]";function t(a){return r(a)&&o(a)==e}return R4=t,R4}var P4,O7;function F_(){if(O7)return P4;O7=1;var o=z_(),r=fr(),e=ji(),t=e&&e.isSet,a=t?r(t):o;return P4=a,P4}var D4,H7;function $7(){if(H7)return D4;H7=1;var o=cr(),r=Mi(),e=ur(),t=p_(),a=y_(),s=J5(),c=t7(),l=v_(),u=b_(),h=m7(),f=w_(),p=j1(),g=E_(),m=I_(),x=L7(),v=hn(),y=W1(),w=B_(),_=t2(),k=F_(),C=K2(),S=v1(),E=1,I=2,V=4,R="[object Arguments]",$="[object Array]",ee="[object Boolean]",z="[object Date]",H="[object Error]",M="[object Function]",X="[object GeneratorFunction]",K="[object Map]",ae="[object Number]",de="[object Object]",ce="[object RegExp]",fe="[object Set]",te="[object String]",se="[object Symbol]",Se="[object WeakMap]",ie="[object ArrayBuffer]",le="[object DataView]",ge="[object Float32Array]",Le="[object Float64Array]",Oe="[object Int8Array]",Ge="[object Int16Array]",Fe="[object Int32Array]",qe="[object Uint8Array]",ut="[object Uint8ClampedArray]",ht="[object Uint16Array]",B="[object Uint32Array]",pe={};pe[R]=pe[$]=pe[ie]=pe[le]=pe[ee]=pe[z]=pe[ge]=pe[Le]=pe[Oe]=pe[Ge]=pe[Fe]=pe[K]=pe[ae]=pe[de]=pe[ce]=pe[fe]=pe[te]=pe[se]=pe[qe]=pe[ut]=pe[ht]=pe[B]=!0,pe[H]=pe[M]=pe[Se]=!1;function Ce(Z,Q,he,Ve,Ae,_e){var Ne,Xe=Q&E,He=Q&I,ot=Q&V;if(he&&(Ne=Ae?he(Z,Ve,Ae,_e):he(Z)),Ne!==void 0)return Ne;if(!_(Z))return Z;var St=v(Z);if(St){if(Ne=g(Z),!Xe)return c(Z,Ne)}else{var dt=p(Z),Xt=dt==M||dt==X;if(y(Z))return s(Z,Xe);if(dt==de||dt==R||Xt&&!Ae){if(Ne=He||Xt?{}:x(Z),!Xe)return He?u(Z,a(Ne,Z)):l(Z,t(Ne,Z))}else{if(!pe[dt])return Ae?Z:{};Ne=m(Z,dt,Xe)}}_e||(_e=new o);var wn=_e.get(Z);if(wn)return wn;_e.set(Z,Ne),k(Z)?Z.forEach(function(vt){Ne.add(Ce(vt,Q,he,vt,Z,_e))}):w(Z)&&Z.forEach(function(vt,Jt){Ne.set(Jt,Ce(vt,Q,he,Jt,Z,_e))});var Pt=ot?He?f:h:He?S:C,Kt=St?void 0:Pt(Z);return r(Kt||Z,function(vt,Jt){Kt&&(Jt=vt,vt=Z[Jt]),e(Ne,Jt,Ce(vt,Q,he,Jt,Z,_e))}),Ne}return D4=Ce,D4}var O4,W7;function A_(){if(W7)return O4;W7=1;var o=$7(),r=4;function e(t){return o(t,r)}return O4=e,O4}var H4,j7;function $4(){if(j7)return H4;j7=1;function o(r){return function(){return r}}return H4=o,H4}var W4,U7;function T_(){if(U7)return W4;U7=1;function o(r){return function(e,t,a){for(var s=-1,c=Object(e),l=a(e),u=l.length;u--;){var h=l[r?u:++s];if(t(c[h],h,c)===!1)break}return e}}return W4=o,W4}var j4,G7;function U4(){if(G7)return j4;G7=1;var o=T_(),r=o();return j4=r,j4}var G4,X7;function X4(){if(X7)return G4;X7=1;var o=U4(),r=K2();function e(t,a){return t&&o(t,a,r)}return G4=e,G4}var Y4,Y7;function V_(){if(Y7)return Y4;Y7=1;var o=B2();function r(e,t){return function(a,s){if(a==null)return a;if(!o(a))return e(a,s);for(var c=a.length,l=t?c:-1,u=Object(a);(t?l--:++l<c)&&s(u[l],l,u)!==!1;);return a}}return Y4=r,Y4}var Z4,Z7;function mr(){if(Z7)return Z4;Z7=1;var o=X4(),r=V_(),e=r(o);return Z4=e,Z4}var Q4,Q7;function b1(){if(Q7)return Q4;Q7=1;function o(r){return r}return Q4=o,Q4}var K4,K7;function J7(){if(K7)return K4;K7=1;var o=b1();function r(e){return typeof e=="function"?e:o}return K4=r,K4}var J4,ec;function tc(){if(ec)return J4;ec=1;var o=Mi(),r=mr(),e=J7(),t=hn();function a(s,c){var l=t(s)?o:r;return l(s,e(c))}return J4=a,J4}var ea,nc;function rc(){return nc||(nc=1,ea=tc()),ea}var ta,ic;function N_(){if(ic)return ta;ic=1;var o=mr();function r(e,t){var a=[];return o(e,function(s,c,l){t(s,c,l)&&a.push(s)}),a}return ta=r,ta}var na,ac;function L_(){if(ac)return na;ac=1;var o="__lodash_hash_undefined__";function r(e){return this.__data__.set(e,o),this}return na=r,na}var ra,oc;function R_(){if(oc)return ra;oc=1;function o(r){return this.__data__.has(r)}return ra=o,ra}var ia,sc;function lc(){if(sc)return ia;sc=1;var o=Si(),r=L_(),e=R_();function t(a){var s=-1,c=a==null?0:a.length;for(this.__data__=new o;++s<c;)this.add(a[s])}return t.prototype.add=t.prototype.push=r,t.prototype.has=e,ia=t,ia}var aa,cc;function P_(){if(cc)return aa;cc=1;function o(r,e){for(var t=-1,a=r==null?0:r.length;++t<a;)if(e(r[t],t,r))return!0;return!1}return aa=o,aa}var oa,dc;function uc(){if(dc)return oa;dc=1;function o(r,e){return r.has(e)}return oa=o,oa}var sa,hc;function fc(){if(hc)return sa;hc=1;var o=lc(),r=P_(),e=uc(),t=1,a=2;function s(c,l,u,h,f,p){var g=u&t,m=c.length,x=l.length;if(m!=x&&!(g&&x>m))return!1;var v=p.get(c),y=p.get(l);if(v&&y)return v==l&&y==c;var w=-1,_=!0,k=u&a?new o:void 0;for(p.set(c,l),p.set(l,c);++w<m;){var C=c[w],S=l[w];if(h)var E=g?h(S,C,w,l,c,p):h(C,S,w,c,l,p);if(E!==void 0){if(E)continue;_=!1;break}if(k){if(!r(l,function(I,V){if(!e(k,V)&&(C===I||f(C,I,u,h,p)))return k.push(V)})){_=!1;break}}else if(!(C===S||f(C,S,u,h,p))){_=!1;break}}return p.delete(c),p.delete(l),_}return sa=s,sa}var la,pc;function D_(){if(pc)return la;pc=1;function o(r){var e=-1,t=Array(r.size);return r.forEach(function(a,s){t[++e]=[s,a]}),t}return la=o,la}var ca,gc;function da(){if(gc)return ca;gc=1;function o(r){var e=-1,t=Array(r.size);return r.forEach(function(a){t[++e]=a}),t}return ca=o,ca}var ua,mc;function O_(){if(mc)return ua;mc=1;var o=$1(),r=C7(),e=H1(),t=fc(),a=D_(),s=da(),c=1,l=2,u="[object Boolean]",h="[object Date]",f="[object Error]",p="[object Map]",g="[object Number]",m="[object RegExp]",x="[object Set]",v="[object String]",y="[object Symbol]",w="[object ArrayBuffer]",_="[object DataView]",k=o?o.prototype:void 0,C=k?k.valueOf:void 0;function S(E,I,V,R,$,ee,z){switch(V){case _:if(E.byteLength!=I.byteLength||E.byteOffset!=I.byteOffset)return!1;E=E.buffer,I=I.buffer;case w:return!(E.byteLength!=I.byteLength||!ee(new r(E),new r(I)));case u:case h:case g:return e(+E,+I);case f:return E.name==I.name&&E.message==I.message;case m:case v:return E==I+"";case p:var H=a;case x:var M=R&c;if(H||(H=s),E.size!=I.size&&!M)return!1;var X=z.get(E);if(X)return X==I;R|=l,z.set(E,I);var K=t(H(E),H(I),R,$,ee,z);return z.delete(E),K;case y:if(C)return C.call(E)==C.call(I)}return!1}return ua=S,ua}var ha,yc;function H_(){if(yc)return ha;yc=1;var o=m7(),r=1,e=Object.prototype,t=e.hasOwnProperty;function a(s,c,l,u,h,f){var p=l&r,g=o(s),m=g.length,x=o(c),v=x.length;if(m!=v&&!p)return!1;for(var y=m;y--;){var w=g[y];if(!(p?w in c:t.call(c,w)))return!1}var _=f.get(s),k=f.get(c);if(_&&k)return _==c&&k==s;var C=!0;f.set(s,c),f.set(c,s);for(var S=p;++y<m;){w=g[y];var E=s[w],I=c[w];if(u)var V=p?u(I,E,w,c,s,f):u(E,I,w,s,c,f);if(!(V===void 0?E===I||h(E,I,l,u,f):V)){C=!1;break}S||(S=w=="constructor")}if(C&&!S){var R=s.constructor,$=c.constructor;R!=$&&"constructor"in s&&"constructor"in c&&!(typeof R=="function"&&R instanceof R&&typeof $=="function"&&$ instanceof $)&&(C=!1)}return f.delete(s),f.delete(c),C}return ha=a,ha}var fa,vc;function $_(){if(vc)return fa;vc=1;var o=cr(),r=fc(),e=O_(),t=H_(),a=j1(),s=hn(),c=W1(),l=k0(),u=1,h="[object Arguments]",f="[object Array]",p="[object Object]",g=Object.prototype,m=g.hasOwnProperty;function x(v,y,w,_,k,C){var S=s(v),E=s(y),I=S?f:a(v),V=E?f:a(y);I=I==h?p:I,V=V==h?p:V;var R=I==p,$=V==p,ee=I==V;if(ee&&c(v)){if(!c(y))return!1;S=!0,R=!1}if(ee&&!R)return C||(C=new o),S||l(v)?r(v,y,w,_,k,C):e(v,y,I,w,_,k,C);if(!(w&u)){var z=R&&m.call(v,"__wrapped__"),H=$&&m.call(y,"__wrapped__");if(z||H){var M=z?v.value():v,X=H?y.value():y;return C||(C=new o),k(M,X,w,_,C)}}return ee?(C||(C=new o),t(v,y,w,_,k,C)):!1}return fa=x,fa}var pa,bc;function wc(){if(bc)return pa;bc=1;var o=$_(),r=S2();function e(t,a,s,c,l){return t===a?!0:t==null||a==null||!r(t)&&!r(a)?t!==t&&a!==a:o(t,a,s,c,e,l)}return pa=e,pa}var ga,xc;function W_(){if(xc)return ga;xc=1;var o=cr(),r=wc(),e=1,t=2;function a(s,c,l,u){var h=l.length,f=h,p=!u;if(s==null)return!f;for(s=Object(s);h--;){var g=l[h];if(p&&g[2]?g[1]!==s[g[0]]:!(g[0]in s))return!1}for(;++h<f;){g=l[h];var m=g[0],x=s[m],v=g[1];if(p&&g[2]){if(x===void 0&&!(m in s))return!1}else{var y=new o;if(u)var w=u(x,v,m,s,c,y);if(!(w===void 0?r(v,x,e|t,u,y):w))return!1}}return!0}return ga=a,ga}var ma,_c;function kc(){if(_c)return ma;_c=1;var o=t2();function r(e){return e===e&&!o(e)}return ma=r,ma}var ya,Ec;function j_(){if(Ec)return ya;Ec=1;var o=kc(),r=K2();function e(t){for(var a=r(t),s=a.length;s--;){var c=a[s],l=t[c];a[s]=[c,l,o(l)]}return a}return ya=e,ya}var va,Sc;function Cc(){if(Sc)return va;Sc=1;function o(r,e){return function(t){return t==null?!1:t[r]===e&&(e!==void 0||r in Object(t))}}return va=o,va}var ba,qc;function U_(){if(qc)return ba;qc=1;var o=W_(),r=j_(),e=Cc();function t(a){var s=r(a);return s.length==1&&s[0][2]?e(s[0][0],s[0][1]):function(c){return c===a||o(c,a,s)}}return ba=t,ba}var wa,Ic;function U1(){if(Ic)return wa;Ic=1;var o=m1(),r=S2(),e="[object Symbol]";function t(a){return typeof a=="symbol"||r(a)&&o(a)==e}return wa=t,wa}var xa,Mc;function _a(){if(Mc)return xa;Mc=1;var o=hn(),r=U1(),e=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,t=/^\w*$/;function a(s,c){if(o(s))return!1;var l=typeof s;return l=="number"||l=="symbol"||l=="boolean"||s==null||r(s)?!0:t.test(s)||!e.test(s)||c!=null&&s in Object(c)}return xa=a,xa}var ka,Bc;function G_(){if(Bc)return ka;Bc=1;var o=Si(),r="Expected a function";function e(t,a){if(typeof t!="function"||a!=null&&typeof a!="function")throw new TypeError(r);var s=function(){var c=arguments,l=a?a.apply(this,c):c[0],u=s.cache;if(u.has(l))return u.get(l);var h=t.apply(this,c);return s.cache=u.set(l,h)||u,h};return s.cache=new(e.Cache||o),s}return e.Cache=o,ka=e,ka}var Ea,zc;function X_(){if(zc)return Ea;zc=1;var o=G_(),r=500;function e(t){var a=o(t,function(c){return s.size===r&&s.clear(),c}),s=a.cache;return a}return Ea=e,Ea}var Sa,Fc;function Y_(){if(Fc)return Sa;Fc=1;var o=X_(),r=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,e=/\\(\\)?/g,t=o(function(a){var s=[];return a.charCodeAt(0)===46&&s.push(""),a.replace(r,function(c,l,u,h){s.push(u?h.replace(e,"$1"):l||c)}),s});return Sa=t,Sa}var Ca,Ac;function yr(){if(Ac)return Ca;Ac=1;function o(r,e){for(var t=-1,a=r==null?0:r.length,s=Array(a);++t<a;)s[t]=e(r[t],t,r);return s}return Ca=o,Ca}var qa,Tc;function Z_(){if(Tc)return qa;Tc=1;var o=$1(),r=yr(),e=hn(),t=U1(),a=o?o.prototype:void 0,s=a?a.toString:void 0;function c(l){if(typeof l=="string")return l;if(e(l))return r(l,c)+"";if(t(l))return s?s.call(l):"";var u=l+"";return u=="0"&&1/l==-1/0?"-0":u}return qa=c,qa}var Ia,Vc;function Nc(){if(Vc)return Ia;Vc=1;var o=Z_();function r(e){return e==null?"":o(e)}return Ia=r,Ia}var Ma,Lc;function vr(){if(Lc)return Ma;Lc=1;var o=hn(),r=_a(),e=Y_(),t=Nc();function a(s,c){return o(s)?s:r(s,c)?[s]:e(t(s))}return Ma=a,Ma}var Ba,Rc;function S0(){if(Rc)return Ba;Rc=1;var o=U1();function r(e){if(typeof e=="string"||o(e))return e;var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}return Ba=r,Ba}var za,Pc;function br(){if(Pc)return za;Pc=1;var o=vr(),r=S0();function e(t,a){a=o(a,t);for(var s=0,c=a.length;t!=null&&s<c;)t=t[r(a[s++])];return s&&s==c?t:void 0}return za=e,za}var Fa,Dc;function Q_(){if(Dc)return Fa;Dc=1;var o=br();function r(e,t,a){var s=e==null?void 0:o(e,t);return s===void 0?a:s}return Fa=r,Fa}var Aa,Oc;function K_(){if(Oc)return Aa;Oc=1;function o(r,e){return r!=null&&e in Object(r)}return Aa=o,Aa}var Ta,Hc;function $c(){if(Hc)return Ta;Hc=1;var o=vr(),r=w0(),e=hn(),t=hr(),a=Hi(),s=S0();function c(l,u,h){u=o(u,l);for(var f=-1,p=u.length,g=!1;++f<p;){var m=s(u[f]);if(!(g=l!=null&&h(l,m)))break;l=l[m]}return g||++f!=p?g:(p=l==null?0:l.length,!!p&&a(p)&&t(m,p)&&(e(l)||r(l)))}return Ta=c,Ta}var Va,Wc;function jc(){if(Wc)return Va;Wc=1;var o=K_(),r=$c();function e(t,a){return t!=null&&r(t,a,o)}return Va=e,Va}var Na,Uc;function J_(){if(Uc)return Na;Uc=1;var o=wc(),r=Q_(),e=jc(),t=_a(),a=kc(),s=Cc(),c=S0(),l=1,u=2;function h(f,p){return t(f)&&a(p)?s(c(f),p):function(g){var m=r(g,f);return m===void 0&&m===p?e(g,f):o(p,m,l|u)}}return Na=h,Na}var La,Gc;function Xc(){if(Gc)return La;Gc=1;function o(r){return function(e){return e?.[r]}}return La=o,La}var Ra,Yc;function ek(){if(Yc)return Ra;Yc=1;var o=br();function r(e){return function(t){return o(t,e)}}return Ra=r,Ra}var Pa,Zc;function tk(){if(Zc)return Pa;Zc=1;var o=Xc(),r=ek(),e=_a(),t=S0();function a(s){return e(s)?o(t(s)):r(s)}return Pa=a,Pa}var Da,Qc;function z2(){if(Qc)return Da;Qc=1;var o=U_(),r=J_(),e=b1(),t=hn(),a=tk();function s(c){return typeof c=="function"?c:c==null?e:typeof c=="object"?t(c)?r(c[0],c[1]):o(c):a(c)}return Da=s,Da}var Oa,Kc;function Jc(){if(Kc)return Oa;Kc=1;var o=r7(),r=N_(),e=z2(),t=hn();function a(s,c){var l=t(s)?o:r;return l(s,e(c,3))}return Oa=a,Oa}var Ha,e9;function nk(){if(e9)return Ha;e9=1;var o=Object.prototype,r=o.hasOwnProperty;function e(t,a){return t!=null&&r.call(t,a)}return Ha=e,Ha}var $a,t9;function n9(){if(t9)return $a;t9=1;var o=nk(),r=$c();function e(t,a){return t!=null&&r(t,a,o)}return $a=e,$a}var Wa,r9;function rk(){if(r9)return Wa;r9=1;var o=Ki(),r=j1(),e=w0(),t=hn(),a=B2(),s=W1(),c=pr(),l=k0(),u="[object Map]",h="[object Set]",f=Object.prototype,p=f.hasOwnProperty;function g(m){if(m==null)return!0;if(a(m)&&(t(m)||typeof m=="string"||typeof m.splice=="function"||s(m)||l(m)||e(m)))return!m.length;var x=r(m);if(x==u||x==h)return!m.size;if(c(m))return!o(m).length;for(var v in m)if(p.call(m,v))return!1;return!0}return Wa=g,Wa}var ja,i9;function a9(){if(i9)return ja;i9=1;function o(r){return r===void 0}return ja=o,ja}var Ua,o9;function s9(){if(o9)return Ua;o9=1;var o=mr(),r=B2();function e(t,a){var s=-1,c=r(t)?Array(t.length):[];return o(t,function(l,u,h){c[++s]=a(l,u,h)}),c}return Ua=e,Ua}var Ga,l9;function c9(){if(l9)return Ga;l9=1;var o=yr(),r=z2(),e=s9(),t=hn();function a(s,c){var l=t(s)?o:e;return l(s,r(c,3))}return Ga=a,Ga}var Xa,d9;function ik(){if(d9)return Xa;d9=1;function o(r,e,t,a){var s=-1,c=r==null?0:r.length;for(a&&c&&(t=r[++s]);++s<c;)t=e(t,r[s],s,r);return t}return Xa=o,Xa}var Ya,u9;function ak(){if(u9)return Ya;u9=1;function o(r,e,t,a,s){return s(r,function(c,l,u){t=a?(a=!1,c):e(t,c,l,u)}),t}return Ya=o,Ya}var Za,h9;function f9(){if(h9)return Za;h9=1;var o=ik(),r=mr(),e=z2(),t=ak(),a=hn();function s(c,l,u){var h=a(c)?o:t,f=arguments.length<3;return h(c,e(l,4),u,f,r)}return Za=s,Za}var Qa,p9;function ok(){if(p9)return Qa;p9=1;var o=m1(),r=hn(),e=S2(),t="[object String]";function a(s){return typeof s=="string"||!r(s)&&e(s)&&o(s)==t}return Qa=a,Qa}var Ka,g9;function sk(){if(g9)return Ka;g9=1;var o=Xc(),r=o("length");return Ka=r,Ka}var Ja,m9;function lk(){if(m9)return Ja;m9=1;var o="\\ud800-\\udfff",r="\\u0300-\\u036f",e="\\ufe20-\\ufe2f",t="\\u20d0-\\u20ff",a=r+e+t,s="\\ufe0e\\ufe0f",c="\\u200d",l=RegExp("["+c+o+a+s+"]");function u(h){return l.test(h)}return Ja=u,Ja}var eo,y9;function ck(){if(y9)return eo;y9=1;var o="\\ud800-\\udfff",r="\\u0300-\\u036f",e="\\ufe20-\\ufe2f",t="\\u20d0-\\u20ff",a=r+e+t,s="\\ufe0e\\ufe0f",c="["+o+"]",l="["+a+"]",u="\\ud83c[\\udffb-\\udfff]",h="(?:"+l+"|"+u+")",f="[^"+o+"]",p="(?:\\ud83c[\\udde6-\\uddff]){2}",g="[\\ud800-\\udbff][\\udc00-\\udfff]",m="\\u200d",x=h+"?",v="["+s+"]?",y="(?:"+m+"(?:"+[f,p,g].join("|")+")"+v+x+")*",w=v+x+y,_="(?:"+[f+l+"?",l,p,g,c].join("|")+")",k=RegExp(u+"(?="+u+")|"+_+w,"g");function C(S){for(var E=k.lastIndex=0;k.test(S);)++E;return E}return eo=C,eo}var to,v9;function dk(){if(v9)return to;v9=1;var o=sk(),r=lk(),e=ck();function t(a){return r(a)?e(a):o(a)}return to=t,to}var no,b9;function uk(){if(b9)return no;b9=1;var o=Ki(),r=j1(),e=B2(),t=ok(),a=dk(),s="[object Map]",c="[object Set]";function l(u){if(u==null)return 0;if(e(u))return t(u)?a(u):u.length;var h=r(u);return h==s||h==c?u.size:o(u).length}return no=l,no}var ro,w9;function hk(){if(w9)return ro;w9=1;var o=Mi(),r=V7(),e=X4(),t=z2(),a=gr(),s=hn(),c=W1(),l=v0(),u=t2(),h=k0();function f(p,g,m){var x=s(p),v=x||c(p)||h(p);if(g=t(g,4),m==null){var y=p&&p.constructor;v?m=x?new y:[]:u(p)?m=l(y)?r(a(p)):{}:m={}}return(v?o:e)(p,function(w,_,k){return g(m,w,_,k)}),m}return ro=f,ro}var io,x9;function fk(){if(x9)return io;x9=1;var o=$1(),r=w0(),e=hn(),t=o?o.isConcatSpreadable:void 0;function a(s){return e(s)||r(s)||!!(t&&s&&s[t])}return io=a,io}var ao,_9;function oo(){if(_9)return ao;_9=1;var o=f4(),r=fk();function e(t,a,s,c,l){var u=-1,h=t.length;for(s||(s=r),l||(l=[]);++u<h;){var f=t[u];a>0&&s(f)?a>1?e(f,a-1,s,c,l):o(l,f):c||(l[l.length]=f)}return l}return ao=e,ao}var so,k9;function pk(){if(k9)return so;k9=1;function o(r,e,t){switch(t.length){case 0:return r.call(e);case 1:return r.call(e,t[0]);case 2:return r.call(e,t[0],t[1]);case 3:return r.call(e,t[0],t[1],t[2])}return r.apply(e,t)}return so=o,so}var lo,E9;function S9(){if(E9)return lo;E9=1;var o=pk(),r=Math.max;function e(t,a,s){return a=r(a===void 0?t.length-1:a,0),function(){for(var c=arguments,l=-1,u=r(c.length-a,0),h=Array(u);++l<u;)h[l]=c[a+l];l=-1;for(var f=Array(a+1);++l<a;)f[l]=c[l];return f[a]=s(h),o(t,this,f)}}return lo=e,lo}var co,C9;function gk(){if(C9)return co;C9=1;var o=$4(),r=x5(),e=b1(),t=r?function(a,s){return r(a,"toString",{configurable:!0,enumerable:!1,value:o(s),writable:!0})}:e;return co=t,co}var uo,q9;function mk(){if(q9)return uo;q9=1;var o=800,r=16,e=Date.now;function t(a){var s=0,c=0;return function(){var l=e(),u=r-(l-c);if(c=l,u>0){if(++s>=o)return arguments[0]}else s=0;return a.apply(void 0,arguments)}}return uo=t,uo}var ho,I9;function M9(){if(I9)return ho;I9=1;var o=gk(),r=mk(),e=r(o);return ho=e,ho}var fo,B9;function wr(){if(B9)return fo;B9=1;var o=b1(),r=S9(),e=M9();function t(a,s){return e(r(a,s,o),a+"")}return fo=t,fo}var po,z9;function F9(){if(z9)return po;z9=1;function o(r,e,t,a){for(var s=r.length,c=t+(a?1:-1);a?c--:++c<s;)if(e(r[c],c,r))return c;return-1}return po=o,po}var go,A9;function yk(){if(A9)return go;A9=1;function o(r){return r!==r}return go=o,go}var mo,T9;function vk(){if(T9)return mo;T9=1;function o(r,e,t){for(var a=t-1,s=r.length;++a<s;)if(r[a]===e)return a;return-1}return mo=o,mo}var yo,V9;function bk(){if(V9)return yo;V9=1;var o=F9(),r=yk(),e=vk();function t(a,s,c){return s===s?e(a,s,c):o(a,r,c)}return yo=t,yo}var vo,N9;function wk(){if(N9)return vo;N9=1;var o=bk();function r(e,t){var a=e==null?0:e.length;return!!a&&o(e,t,0)>-1}return vo=r,vo}var bo,L9;function xk(){if(L9)return bo;L9=1;function o(r,e,t){for(var a=-1,s=r==null?0:r.length;++a<s;)if(t(e,r[a]))return!0;return!1}return bo=o,bo}var wo,R9;function _k(){if(R9)return wo;R9=1;function o(){}return wo=o,wo}var xo,P9;function kk(){if(P9)return xo;P9=1;var o=x7(),r=_k(),e=da(),t=1/0,a=o&&1/e(new o([,-0]))[1]==t?function(s){return new o(s)}:r;return xo=a,xo}var _o,D9;function Ek(){if(D9)return _o;D9=1;var o=lc(),r=wk(),e=xk(),t=uc(),a=kk(),s=da(),c=200;function l(u,h,f){var p=-1,g=r,m=u.length,x=!0,v=[],y=v;if(f)x=!1,g=e;else if(m>=c){var w=h?null:a(u);if(w)return s(w);x=!1,g=t,y=new o}else y=h?[]:v;e:for(;++p<m;){var _=u[p],k=h?h(_):_;if(_=f||_!==0?_:0,x&&k===k){for(var C=y.length;C--;)if(y[C]===k)continue e;h&&y.push(k),v.push(_)}else g(y,k,f)||(y!==v&&y.push(k),v.push(_))}return v}return _o=l,_o}var ko,O9;function H9(){if(O9)return ko;O9=1;var o=B2(),r=S2();function e(t){return r(t)&&o(t)}return ko=e,ko}var Eo,$9;function Sk(){if($9)return Eo;$9=1;var o=oo(),r=wr(),e=Ek(),t=H9(),a=r(function(s){return e(o(s,1,t,!0))});return Eo=a,Eo}var So,W9;function Ck(){if(W9)return So;W9=1;var o=yr();function r(e,t){return o(t,function(a){return e[a]})}return So=r,So}var Co,j9;function U9(){if(j9)return Co;j9=1;var o=Ck(),r=K2();function e(t){return t==null?[]:o(t,r(t))}return Co=e,Co}var qo,G9;function n2(){if(G9)return qo;G9=1;var o;if(typeof g1=="function")try{o={clone:A_(),constant:$4(),each:rc(),filter:Jc(),has:n9(),isArray:hn(),isEmpty:rk(),isFunction:v0(),isUndefined:a9(),keys:K2(),map:c9(),reduce:f9(),size:uk(),transform:hk(),union:Sk(),values:U9()}}catch{}return o||(o=window._),qo=o,qo}var Io,X9;function Mo(){if(X9)return Io;X9=1;var o=n2();Io=a;var r="\0",e="\0",t="";function a(f){this._isDirected=o.has(f,"directed")?f.directed:!0,this._isMultigraph=o.has(f,"multigraph")?f.multigraph:!1,this._isCompound=o.has(f,"compound")?f.compound:!1,this._label=void 0,this._defaultNodeLabelFn=o.constant(void 0),this._defaultEdgeLabelFn=o.constant(void 0),this._nodes={},this._isCompound&&(this._parent={},this._children={},this._children[e]={}),this._in={},this._preds={},this._out={},this._sucs={},this._edgeObjs={},this._edgeLabels={}}a.prototype._nodeCount=0,a.prototype._edgeCount=0,a.prototype.isDirected=function(){return this._isDirected},a.prototype.isMultigraph=function(){return this._isMultigraph},a.prototype.isCompound=function(){return this._isCompound},a.prototype.setGraph=function(f){return this._label=f,this},a.prototype.graph=function(){return this._label},a.prototype.setDefaultNodeLabel=function(f){return o.isFunction(f)||(f=o.constant(f)),this._defaultNodeLabelFn=f,this},a.prototype.nodeCount=function(){return this._nodeCount},a.prototype.nodes=function(){return o.keys(this._nodes)},a.prototype.sources=function(){var f=this;return o.filter(this.nodes(),function(p){return o.isEmpty(f._in[p])})},a.prototype.sinks=function(){var f=this;return o.filter(this.nodes(),function(p){return o.isEmpty(f._out[p])})},a.prototype.setNodes=function(f,p){var g=arguments,m=this;return o.each(f,function(x){g.length>1?m.setNode(x,p):m.setNode(x)}),this},a.prototype.setNode=function(f,p){return o.has(this._nodes,f)?(arguments.length>1&&(this._nodes[f]=p),this):(this._nodes[f]=arguments.length>1?p:this._defaultNodeLabelFn(f),this._isCompound&&(this._parent[f]=e,this._children[f]={},this._children[e][f]=!0),this._in[f]={},this._preds[f]={},this._out[f]={},this._sucs[f]={},++this._nodeCount,this)},a.prototype.node=function(f){return this._nodes[f]},a.prototype.hasNode=function(f){return o.has(this._nodes,f)},a.prototype.removeNode=function(f){var p=this;if(o.has(this._nodes,f)){var g=function(m){p.removeEdge(p._edgeObjs[m])};delete this._nodes[f],this._isCompound&&(this._removeFromParentsChildList(f),delete this._parent[f],o.each(this.children(f),function(m){p.setParent(m)}),delete this._children[f]),o.each(o.keys(this._in[f]),g),delete this._in[f],delete this._preds[f],o.each(o.keys(this._out[f]),g),delete this._out[f],delete this._sucs[f],--this._nodeCount}return this},a.prototype.setParent=function(f,p){if(!this._isCompound)throw new Error("Cannot set parent in a non-compound graph");if(o.isUndefined(p))p=e;else{p+="";for(var g=p;!o.isUndefined(g);g=this.parent(g))if(g===f)throw new Error("Setting "+p+" as parent of "+f+" would create a cycle");this.setNode(p)}return this.setNode(f),this._removeFromParentsChildList(f),this._parent[f]=p,this._children[p][f]=!0,this},a.prototype._removeFromParentsChildList=function(f){delete this._children[this._parent[f]][f]},a.prototype.parent=function(f){if(this._isCompound){var p=this._parent[f];if(p!==e)return p}},a.prototype.children=function(f){if(o.isUndefined(f)&&(f=e),this._isCompound){var p=this._children[f];if(p)return o.keys(p)}else{if(f===e)return this.nodes();if(this.hasNode(f))return[]}},a.prototype.predecessors=function(f){var p=this._preds[f];if(p)return o.keys(p)},a.prototype.successors=function(f){var p=this._sucs[f];if(p)return o.keys(p)},a.prototype.neighbors=function(f){var p=this.predecessors(f);if(p)return o.union(p,this.successors(f))},a.prototype.isLeaf=function(f){var p;return this.isDirected()?p=this.successors(f):p=this.neighbors(f),p.length===0},a.prototype.filterNodes=function(f){var p=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});p.setGraph(this.graph());var g=this;o.each(this._nodes,function(v,y){f(y)&&p.setNode(y,v)}),o.each(this._edgeObjs,function(v){p.hasNode(v.v)&&p.hasNode(v.w)&&p.setEdge(v,g.edge(v))});var m={};function x(v){var y=g.parent(v);return y===void 0||p.hasNode(y)?(m[v]=y,y):y in m?m[y]:x(y)}return this._isCompound&&o.each(p.nodes(),function(v){p.setParent(v,x(v))}),p},a.prototype.setDefaultEdgeLabel=function(f){return o.isFunction(f)||(f=o.constant(f)),this._defaultEdgeLabelFn=f,this},a.prototype.edgeCount=function(){return this._edgeCount},a.prototype.edges=function(){return o.values(this._edgeObjs)},a.prototype.setPath=function(f,p){var g=this,m=arguments;return o.reduce(f,function(x,v){return m.length>1?g.setEdge(x,v,p):g.setEdge(x,v),v}),this},a.prototype.setEdge=function(){var f,p,g,m,x=!1,v=arguments[0];typeof v=="object"&&v!==null&&"v"in v?(f=v.v,p=v.w,g=v.name,arguments.length===2&&(m=arguments[1],x=!0)):(f=v,p=arguments[1],g=arguments[3],arguments.length>2&&(m=arguments[2],x=!0)),f=""+f,p=""+p,o.isUndefined(g)||(g=""+g);var y=l(this._isDirected,f,p,g);if(o.has(this._edgeLabels,y))return x&&(this._edgeLabels[y]=m),this;if(!o.isUndefined(g)&&!this._isMultigraph)throw new Error("Cannot set a named edge when isMultigraph = false");this.setNode(f),this.setNode(p),this._edgeLabels[y]=x?m:this._defaultEdgeLabelFn(f,p,g);var w=u(this._isDirected,f,p,g);return f=w.v,p=w.w,Object.freeze(w),this._edgeObjs[y]=w,s(this._preds[p],f),s(this._sucs[f],p),this._in[p][y]=w,this._out[f][y]=w,this._edgeCount++,this},a.prototype.edge=function(f,p,g){var m=arguments.length===1?h(this._isDirected,arguments[0]):l(this._isDirected,f,p,g);return this._edgeLabels[m]},a.prototype.hasEdge=function(f,p,g){var m=arguments.length===1?h(this._isDirected,arguments[0]):l(this._isDirected,f,p,g);return o.has(this._edgeLabels,m)},a.prototype.removeEdge=function(f,p,g){var m=arguments.length===1?h(this._isDirected,arguments[0]):l(this._isDirected,f,p,g),x=this._edgeObjs[m];return x&&(f=x.v,p=x.w,delete this._edgeLabels[m],delete this._edgeObjs[m],c(this._preds[p],f),c(this._sucs[f],p),delete this._in[p][m],delete this._out[f][m],this._edgeCount--),this},a.prototype.inEdges=function(f,p){var g=this._in[f];if(g){var m=o.values(g);return p?o.filter(m,function(x){return x.v===p}):m}},a.prototype.outEdges=function(f,p){var g=this._out[f];if(g){var m=o.values(g);return p?o.filter(m,function(x){return x.w===p}):m}},a.prototype.nodeEdges=function(f,p){var g=this.inEdges(f,p);if(g)return g.concat(this.outEdges(f,p))};function s(f,p){f[p]?f[p]++:f[p]=1}function c(f,p){--f[p]||delete f[p]}function l(f,p,g,m){var x=""+p,v=""+g;if(!f&&x>v){var y=x;x=v,v=y}return x+t+v+t+(o.isUndefined(m)?r:m)}function u(f,p,g,m){var x=""+p,v=""+g;if(!f&&x>v){var y=x;x=v,v=y}var w={v:x,w:v};return m&&(w.name=m),w}function h(f,p){return l(f,p.v,p.w,p.name)}return Io}var Bo,Y9;function qk(){return Y9||(Y9=1,Bo="2.1.8"),Bo}var zo,Z9;function Ik(){return Z9||(Z9=1,zo={Graph:Mo(),version:qk()}),zo}var Fo,Q9;function Mk(){if(Q9)return Fo;Q9=1;var o=n2(),r=Mo();Fo={write:e,read:s};function e(c){var l={options:{directed:c.isDirected(),multigraph:c.isMultigraph(),compound:c.isCompound()},nodes:t(c),edges:a(c)};return o.isUndefined(c.graph())||(l.value=o.clone(c.graph())),l}function t(c){return o.map(c.nodes(),function(l){var u=c.node(l),h=c.parent(l),f={v:l};return o.isUndefined(u)||(f.value=u),o.isUndefined(h)||(f.parent=h),f})}function a(c){return o.map(c.edges(),function(l){var u=c.edge(l),h={v:l.v,w:l.w};return o.isUndefined(l.name)||(h.name=l.name),o.isUndefined(u)||(h.value=u),h})}function s(c){var l=new r(c.options).setGraph(c.value);return o.each(c.nodes,function(u){l.setNode(u.v,u.value),u.parent&&l.setParent(u.v,u.parent)}),o.each(c.edges,function(u){l.setEdge({v:u.v,w:u.w,name:u.name},u.value)}),l}return Fo}var Ao,K9;function Bk(){if(K9)return Ao;K9=1;var o=n2();Ao=r;function r(e){var t={},a=[],s;function c(l){o.has(t,l)||(t[l]=!0,s.push(l),o.each(e.successors(l),c),o.each(e.predecessors(l),c))}return o.each(e.nodes(),function(l){s=[],c(l),s.length&&a.push(s)}),a}return Ao}var To,J9;function ed(){if(J9)return To;J9=1;var o=n2();To=r;function r(){this._arr=[],this._keyIndices={}}return r.prototype.size=function(){return this._arr.length},r.prototype.keys=function(){return this._arr.map(function(e){return e.key})},r.prototype.has=function(e){return o.has(this._keyIndices,e)},r.prototype.priority=function(e){var t=this._keyIndices[e];if(t!==void 0)return this._arr[t].priority},r.prototype.min=function(){if(this.size()===0)throw new Error("Queue underflow");return this._arr[0].key},r.prototype.add=function(e,t){var a=this._keyIndices;if(e=String(e),!o.has(a,e)){var s=this._arr,c=s.length;return a[e]=c,s.push({key:e,priority:t}),this._decrease(c),!0}return!1},r.prototype.removeMin=function(){this._swap(0,this._arr.length-1);var e=this._arr.pop();return delete this._keyIndices[e.key],this._heapify(0),e.key},r.prototype.decrease=function(e,t){var a=this._keyIndices[e];if(t>this._arr[a].priority)throw new Error("New priority is greater than current priority. Key: "+e+" Old: "+this._arr[a].priority+" New: "+t);this._arr[a].priority=t,this._decrease(a)},r.prototype._heapify=function(e){var t=this._arr,a=2*e,s=a+1,c=e;a<t.length&&(c=t[a].priority<t[c].priority?a:c,s<t.length&&(c=t[s].priority<t[c].priority?s:c),c!==e&&(this._swap(e,c),this._heapify(c)))},r.prototype._decrease=function(e){for(var t=this._arr,a=t[e].priority,s;e!==0&&(s=e>>1,!(t[s].priority<a));)this._swap(e,s),e=s},r.prototype._swap=function(e,t){var a=this._arr,s=this._keyIndices,c=a[e],l=a[t];a[e]=l,a[t]=c,s[l.key]=e,s[c.key]=t},To}var Vo,td;function nd(){if(td)return Vo;td=1;var o=n2(),r=ed();Vo=t;var e=o.constant(1);function t(s,c,l,u){return a(s,String(c),l||e,u||function(h){return s.outEdges(h)})}function a(s,c,l,u){var h={},f=new r,p,g,m=function(x){var v=x.v!==p?x.v:x.w,y=h[v],w=l(x),_=g.distance+w;if(w<0)throw new Error("dijkstra does not allow negative edge weights. Bad edge: "+x+" Weight: "+w);_<y.distance&&(y.distance=_,y.predecessor=p,f.decrease(v,_))};for(s.nodes().forEach(function(x){var v=x===c?0:Number.POSITIVE_INFINITY;h[x]={distance:v},f.add(x,v)});f.size()>0&&(p=f.removeMin(),g=h[p],g.distance!==Number.POSITIVE_INFINITY);)u(p).forEach(m);return h}return Vo}var No,rd;function zk(){if(rd)return No;rd=1;var o=nd(),r=n2();No=e;function e(t,a,s){return r.transform(t.nodes(),function(c,l){c[l]=o(t,l,a,s)},{})}return No}var Lo,id;function ad(){if(id)return Lo;id=1;var o=n2();Lo=r;function r(e){var t=0,a=[],s={},c=[];function l(u){var h=s[u]={onStack:!0,lowlink:t,index:t++};if(a.push(u),e.successors(u).forEach(function(g){o.has(s,g)?s[g].onStack&&(h.lowlink=Math.min(h.lowlink,s[g].index)):(l(g),h.lowlink=Math.min(h.lowlink,s[g].lowlink))}),h.lowlink===h.index){var f=[],p;do p=a.pop(),s[p].onStack=!1,f.push(p);while(u!==p);c.push(f)}}return e.nodes().forEach(function(u){o.has(s,u)||l(u)}),c}return Lo}var Ro,od;function Fk(){if(od)return Ro;od=1;var o=n2(),r=ad();Ro=e;function e(t){return o.filter(r(t),function(a){return a.length>1||a.length===1&&t.hasEdge(a[0],a[0])})}return Ro}var Po,sd;function Ak(){if(sd)return Po;sd=1;var o=n2();Po=e;var r=o.constant(1);function e(a,s,c){return t(a,s||r,c||function(l){return a.outEdges(l)})}function t(a,s,c){var l={},u=a.nodes();return u.forEach(function(h){l[h]={},l[h][h]={distance:0},u.forEach(function(f){h!==f&&(l[h][f]={distance:Number.POSITIVE_INFINITY})}),c(h).forEach(function(f){var p=f.v===h?f.w:f.v,g=s(f);l[h][p]={distance:g,predecessor:h}})}),u.forEach(function(h){var f=l[h];u.forEach(function(p){var g=l[p];u.forEach(function(m){var x=g[h],v=f[m],y=g[m],w=x.distance+v.distance;w<y.distance&&(y.distance=w,y.predecessor=v.predecessor)})})}),l}return Po}var Do,ld;function cd(){if(ld)return Do;ld=1;var o=n2();Do=r,r.CycleException=e;function r(t){var a={},s={},c=[];function l(u){if(o.has(s,u))throw new e;o.has(a,u)||(s[u]=!0,a[u]=!0,o.each(t.predecessors(u),l),delete s[u],c.push(u))}if(o.each(t.sinks(),l),o.size(a)!==t.nodeCount())throw new e;return c}function e(){}return e.prototype=new Error,Do}var Oo,dd;function Tk(){if(dd)return Oo;dd=1;var o=cd();Oo=r;function r(e){try{o(e)}catch(t){if(t instanceof o.CycleException)return!1;throw t}return!0}return Oo}var Ho,ud;function hd(){if(ud)return Ho;ud=1;var o=n2();Ho=r;function r(t,a,s){o.isArray(a)||(a=[a]);var c=(t.isDirected()?t.successors:t.neighbors).bind(t),l=[],u={};return o.each(a,function(h){if(!t.hasNode(h))throw new Error("Graph does not have node: "+h);e(t,h,s==="post",u,c,l)}),l}function e(t,a,s,c,l,u){o.has(c,a)||(c[a]=!0,s||u.push(a),o.each(l(a),function(h){e(t,h,s,c,l,u)}),s&&u.push(a))}return Ho}var $o,fd;function Vk(){if(fd)return $o;fd=1;var o=hd();$o=r;function r(e,t){return o(e,t,"post")}return $o}var Wo,pd;function Nk(){if(pd)return Wo;pd=1;var o=hd();Wo=r;function r(e,t){return o(e,t,"pre")}return Wo}var jo,gd;function Lk(){if(gd)return jo;gd=1;var o=n2(),r=Mo(),e=ed();jo=t;function t(a,s){var c=new r,l={},u=new e,h;function f(g){var m=g.v===h?g.w:g.v,x=u.priority(m);if(x!==void 0){var v=s(g);v<x&&(l[m]=h,u.decrease(m,v))}}if(a.nodeCount()===0)return c;o.each(a.nodes(),function(g){u.add(g,Number.POSITIVE_INFINITY),c.setNode(g)}),u.decrease(a.nodes()[0],0);for(var p=!1;u.size()>0;){if(h=u.removeMin(),o.has(l,h))c.setEdge(h,l[h]);else{if(p)throw new Error("Input graph is not connected: "+a);p=!0}a.nodeEdges(h).forEach(f)}return c}return jo}var Uo,md;function Rk(){return md||(md=1,Uo={components:Bk(),dijkstra:nd(),dijkstraAll:zk(),findCycles:Fk(),floydWarshall:Ak(),isAcyclic:Tk(),postorder:Vk(),preorder:Nk(),prim:Lk(),tarjan:ad(),topsort:cd()}),Uo}var Go,yd;function Pk(){if(yd)return Go;yd=1;var o=Ik();return Go={Graph:o.Graph,json:Mk(),alg:Rk(),version:o.version},Go}var Xo,vd;function y2(){if(vd)return Xo;vd=1;var o;if(typeof g1=="function")try{o=Pk()}catch{}return o||(o=window.graphlib),Xo=o,Xo}var Yo,bd;function Dk(){if(bd)return Yo;bd=1;var o=$7(),r=1,e=4;function t(a){return o(a,r|e)}return Yo=t,Yo}var Zo,wd;function xr(){if(wd)return Zo;wd=1;var o=H1(),r=B2(),e=hr(),t=t2();function a(s,c,l){if(!t(l))return!1;var u=typeof c;return(u=="number"?r(l)&&e(c,l.length):u=="string"&&c in l)?o(l[c],s):!1}return Zo=a,Zo}var Qo,xd;function Ok(){if(xd)return Qo;xd=1;var o=wr(),r=H1(),e=xr(),t=v1(),a=Object.prototype,s=a.hasOwnProperty,c=o(function(l,u){l=Object(l);var h=-1,f=u.length,p=f>2?u[2]:void 0;for(p&&e(u[0],u[1],p)&&(f=1);++h<f;)for(var g=u[h],m=t(g),x=-1,v=m.length;++x<v;){var y=m[x],w=l[y];(w===void 0||r(w,a[y])&&!s.call(l,y))&&(l[y]=g[y])}return l});return Qo=c,Qo}var Ko,_d;function Hk(){if(_d)return Ko;_d=1;var o=z2(),r=B2(),e=K2();function t(a){return function(s,c,l){var u=Object(s);if(!r(s)){var h=o(c,3);s=e(s),c=function(p){return h(u[p],p,u)}}var f=a(s,c,l);return f>-1?u[h?s[f]:f]:void 0}}return Ko=t,Ko}var Jo,kd;function $k(){if(kd)return Jo;kd=1;var o=/\s/;function r(e){for(var t=e.length;t--&&o.test(e.charAt(t)););return t}return Jo=r,Jo}var e3,Ed;function Wk(){if(Ed)return e3;Ed=1;var o=$k(),r=/^\s+/;function e(t){return t&&t.slice(0,o(t)+1).replace(r,"")}return e3=e,e3}var t3,Sd;function jk(){if(Sd)return t3;Sd=1;var o=Wk(),r=t2(),e=U1(),t=NaN,a=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,c=/^0o[0-7]+$/i,l=parseInt;function u(h){if(typeof h=="number")return h;if(e(h))return t;if(r(h)){var f=typeof h.valueOf=="function"?h.valueOf():h;h=r(f)?f+"":f}if(typeof h!="string")return h===0?h:+h;h=o(h);var p=s.test(h);return p||c.test(h)?l(h.slice(2),p?2:8):a.test(h)?t:+h}return t3=u,t3}var n3,Cd;function qd(){if(Cd)return n3;Cd=1;var o=jk(),r=1/0,e=17976931348623157e292;function t(a){if(!a)return a===0?a:0;if(a=o(a),a===r||a===-r){var s=a<0?-1:1;return s*e}return a===a?a:0}return n3=t,n3}var r3,Id;function Uk(){if(Id)return r3;Id=1;var o=qd();function r(e){var t=o(e),a=t%1;return t===t?a?t-a:t:0}return r3=r,r3}var i3,Md;function Gk(){if(Md)return i3;Md=1;var o=F9(),r=z2(),e=Uk(),t=Math.max;function a(s,c,l){var u=s==null?0:s.length;if(!u)return-1;var h=l==null?0:e(l);return h<0&&(h=t(u+h,0)),o(s,r(c,3),h)}return i3=a,i3}var a3,Bd;function Xk(){if(Bd)return a3;Bd=1;var o=Hk(),r=Gk(),e=o(r);return a3=e,a3}var o3,zd;function Fd(){if(zd)return o3;zd=1;var o=oo();function r(e){var t=e==null?0:e.length;return t?o(e,1):[]}return o3=r,o3}var s3,Ad;function Yk(){if(Ad)return s3;Ad=1;var o=U4(),r=J7(),e=v1();function t(a,s){return a==null?a:o(a,r(s),e)}return s3=t,s3}var l3,Td;function Zk(){if(Td)return l3;Td=1;function o(r){var e=r==null?0:r.length;return e?r[e-1]:void 0}return l3=o,l3}var c3,Vd;function Qk(){if(Vd)return c3;Vd=1;var o=dr(),r=X4(),e=z2();function t(a,s){var c={};return s=e(s,3),r(a,function(l,u,h){o(c,u,s(l,u,h))}),c}return c3=t,c3}var d3,Nd;function u3(){if(Nd)return d3;Nd=1;var o=U1();function r(e,t,a){for(var s=-1,c=e.length;++s<c;){var l=e[s],u=t(l);if(u!=null&&(h===void 0?u===u&&!o(u):a(u,h)))var h=u,f=l}return f}return d3=r,d3}var h3,Ld;function Kk(){if(Ld)return h3;Ld=1;function o(r,e){return r>e}return h3=o,h3}var f3,Rd;function Jk(){if(Rd)return f3;Rd=1;var o=u3(),r=Kk(),e=b1();function t(a){return a&&a.length?o(a,e,r):void 0}return f3=t,f3}var p3,Pd;function Dd(){if(Pd)return p3;Pd=1;var o=dr(),r=H1();function e(t,a,s){(s!==void 0&&!r(t[a],s)||s===void 0&&!(a in t))&&o(t,a,s)}return p3=e,p3}var g3,Od;function eE(){if(Od)return g3;Od=1;var o=m1(),r=gr(),e=S2(),t="[object Object]",a=Function.prototype,s=Object.prototype,c=a.toString,l=s.hasOwnProperty,u=c.call(Object);function h(f){if(!e(f)||o(f)!=t)return!1;var p=r(f);if(p===null)return!0;var g=l.call(p,"constructor")&&p.constructor;return typeof g=="function"&&g instanceof g&&c.call(g)==u}return g3=h,g3}var m3,Hd;function $d(){if(Hd)return m3;Hd=1;function o(r,e){if(!(e==="constructor"&&typeof r[e]=="function")&&e!="__proto__")return r[e]}return m3=o,m3}var y3,Wd;function tE(){if(Wd)return y3;Wd=1;var o=b0(),r=v1();function e(t){return o(t,r(t))}return y3=e,y3}var v3,jd;function nE(){if(jd)return v3;jd=1;var o=Dd(),r=J5(),e=F7(),t=t7(),a=L7(),s=w0(),c=hn(),l=H9(),u=W1(),h=v0(),f=t2(),p=eE(),g=k0(),m=$d(),x=tE();function v(y,w,_,k,C,S,E){var I=m(y,_),V=m(w,_),R=E.get(V);if(R){o(y,_,R);return}var $=S?S(I,V,_+"",y,w,E):void 0,ee=$===void 0;if(ee){var z=c(V),H=!z&&u(V),M=!z&&!H&&g(V);$=V,z||H||M?c(I)?$=I:l(I)?$=t(I):H?(ee=!1,$=r(V,!0)):M?(ee=!1,$=e(V,!0)):$=[]:p(V)||s(V)?($=I,s(I)?$=x(I):(!f(I)||h(I))&&($=a(V))):ee=!1}ee&&(E.set(V,$),C($,V,k,S,E),E.delete(V)),o(y,_,$)}return v3=v,v3}var b3,Ud;function rE(){if(Ud)return b3;Ud=1;var o=cr(),r=Dd(),e=U4(),t=nE(),a=t2(),s=v1(),c=$d();function l(u,h,f,p,g){u!==h&&e(h,function(m,x){if(g||(g=new o),a(m))t(u,h,x,f,l,p,g);else{var v=p?p(c(u,x),m,x+"",u,h,g):void 0;v===void 0&&(v=m),r(u,x,v)}},s)}return b3=l,b3}var w3,Gd;function iE(){if(Gd)return w3;Gd=1;var o=wr(),r=xr();function e(t){return o(function(a,s){var c=-1,l=s.length,u=l>1?s[l-1]:void 0,h=l>2?s[2]:void 0;for(u=t.length>3&&typeof u=="function"?(l--,u):void 0,h&&r(s[0],s[1],h)&&(u=l<3?void 0:u,l=1),a=Object(a);++c<l;){var f=s[c];f&&t(a,f,c,u)}return a})}return w3=e,w3}var x3,Xd;function aE(){if(Xd)return x3;Xd=1;var o=rE(),r=iE(),e=r(function(t,a,s){o(t,a,s)});return x3=e,x3}var _3,Yd;function Zd(){if(Yd)return _3;Yd=1;function o(r,e){return r<e}return _3=o,_3}var k3,Qd;function oE(){if(Qd)return k3;Qd=1;var o=u3(),r=Zd(),e=b1();function t(a){return a&&a.length?o(a,e,r):void 0}return k3=t,k3}var E3,Kd;function sE(){if(Kd)return E3;Kd=1;var o=u3(),r=z2(),e=Zd();function t(a,s){return a&&a.length?o(a,r(s,2),e):void 0}return E3=t,E3}var S3,Jd;function lE(){if(Jd)return S3;Jd=1;var o=m2(),r=function(){return o.Date.now()};return S3=r,S3}var C3,eu;function cE(){if(eu)return C3;eu=1;var o=ur(),r=vr(),e=hr(),t=t2(),a=S0();function s(c,l,u,h){if(!t(c))return c;l=r(l,c);for(var f=-1,p=l.length,g=p-1,m=c;m!=null&&++f<p;){var x=a(l[f]),v=u;if(x==="__proto__"||x==="constructor"||x==="prototype")return c;if(f!=g){var y=m[x];v=h?h(y,x,m):void 0,v===void 0&&(v=t(y)?y:e(l[f+1])?[]:{})}o(m,x,v),m=m[x]}return c}return C3=s,C3}var q3,tu;function dE(){if(tu)return q3;tu=1;var o=br(),r=cE(),e=vr();function t(a,s,c){for(var l=-1,u=s.length,h={};++l<u;){var f=s[l],p=o(a,f);c(p,f)&&r(h,e(f,a),p)}return h}return q3=t,q3}var I3,nu;function uE(){if(nu)return I3;nu=1;var o=dE(),r=jc();function e(t,a){return o(t,a,function(s,c){return r(t,c)})}return I3=e,I3}var M3,ru;function hE(){if(ru)return M3;ru=1;var o=Fd(),r=S9(),e=M9();function t(a){return e(r(a,void 0,o),a+"")}return M3=t,M3}var B3,iu;function fE(){if(iu)return B3;iu=1;var o=uE(),r=hE(),e=r(function(t,a){return t==null?{}:o(t,a)});return B3=e,B3}var z3,au;function pE(){if(au)return z3;au=1;var o=Math.ceil,r=Math.max;function e(t,a,s,c){for(var l=-1,u=r(o((a-t)/(s||1)),0),h=Array(u);u--;)h[c?u:++l]=t,t+=s;return h}return z3=e,z3}var F3,ou;function gE(){if(ou)return F3;ou=1;var o=pE(),r=xr(),e=qd();function t(a){return function(s,c,l){return l&&typeof l!="number"&&r(s,c,l)&&(c=l=void 0),s=e(s),c===void 0?(c=s,s=0):c=e(c),l=l===void 0?s<c?1:-1:e(l),o(s,c,l,a)}}return F3=t,F3}var A3,su;function mE(){if(su)return A3;su=1;var o=gE(),r=o();return A3=r,A3}var T3,lu;function yE(){if(lu)return T3;lu=1;function o(r,e){var t=r.length;for(r.sort(e);t--;)r[t]=r[t].value;return r}return T3=o,T3}var V3,cu;function vE(){if(cu)return V3;cu=1;var o=U1();function r(e,t){if(e!==t){var a=e!==void 0,s=e===null,c=e===e,l=o(e),u=t!==void 0,h=t===null,f=t===t,p=o(t);if(!h&&!p&&!l&&e>t||l&&u&&f&&!h&&!p||s&&u&&f||!a&&f||!c)return 1;if(!s&&!l&&!p&&e<t||p&&a&&c&&!s&&!l||h&&a&&c||!u&&c||!f)return-1}return 0}return V3=r,V3}var N3,du;function bE(){if(du)return N3;du=1;var o=vE();function r(e,t,a){for(var s=-1,c=e.criteria,l=t.criteria,u=c.length,h=a.length;++s<u;){var f=o(c[s],l[s]);if(f){if(s>=h)return f;var p=a[s];return f*(p=="desc"?-1:1)}}return e.index-t.index}return N3=r,N3}var L3,uu;function wE(){if(uu)return L3;uu=1;var o=yr(),r=br(),e=z2(),t=s9(),a=yE(),s=fr(),c=bE(),l=b1(),u=hn();function h(f,p,g){p.length?p=o(p,function(v){return u(v)?function(y){return r(y,v.length===1?v[0]:v)}:v}):p=[l];var m=-1;p=o(p,s(e));var x=t(f,function(v,y,w){var _=o(p,function(k){return k(v)});return{criteria:_,index:++m,value:v}});return a(x,function(v,y){return c(v,y,g)})}return L3=h,L3}var R3,hu;function xE(){if(hu)return R3;hu=1;var o=oo(),r=wE(),e=wr(),t=xr(),a=e(function(s,c){if(s==null)return[];var l=c.length;return l>1&&t(s,c[0],c[1])?c=[]:l>2&&t(c[0],c[1],c[2])&&(c=[c[0]]),r(s,o(c,1),[])});return R3=a,R3}var P3,fu;function _E(){if(fu)return P3;fu=1;var o=Nc(),r=0;function e(t){var a=++r;return o(t)+a}return P3=e,P3}var D3,pu;function kE(){if(pu)return D3;pu=1;function o(r,e,t){for(var a=-1,s=r.length,c=e.length,l={};++a<s;){var u=a<c?e[a]:void 0;t(l,r[a],u)}return l}return D3=o,D3}var O3,gu;function EE(){if(gu)return O3;gu=1;var o=ur(),r=kE();function e(t,a){return r(t||[],a||[],o)}return O3=e,O3}var H3,mu;function Qt(){if(mu)return H3;mu=1;var o;if(typeof g1=="function")try{o={cloneDeep:Dk(),constant:$4(),defaults:Ok(),each:rc(),filter:Jc(),find:Xk(),flatten:Fd(),forEach:tc(),forIn:Yk(),has:n9(),isUndefined:a9(),last:Zk(),map:c9(),mapValues:Qk(),max:Jk(),merge:aE(),min:oE(),minBy:sE(),now:lE(),pick:fE(),range:mE(),reduce:f9(),sortBy:xE(),uniqueId:_E(),values:U9(),zipObject:EE()}}catch{}return o||(o=window._),H3=o,H3}var $3,yu;function SE(){if(yu)return $3;yu=1,$3=o;function o(){var t={};t._next=t._prev=t,this._sentinel=t}o.prototype.dequeue=function(){var t=this._sentinel,a=t._prev;if(a!==t)return r(a),a},o.prototype.enqueue=function(t){var a=this._sentinel;t._prev&&t._next&&r(t),t._next=a._next,a._next._prev=t,a._next=t,t._prev=a},o.prototype.toString=function(){for(var t=[],a=this._sentinel,s=a._prev;s!==a;)t.push(JSON.stringify(s,e)),s=s._prev;return"["+t.join(", ")+"]"};function r(t){t._prev._next=t._next,t._next._prev=t._prev,delete t._next,delete t._prev}function e(t,a){if(t!=="_next"&&t!=="_prev")return a}return $3}var W3,vu;function CE(){if(vu)return W3;vu=1;var o=Qt(),r=y2().Graph,e=SE();W3=a;var t=o.constant(1);function a(h,f){if(h.nodeCount()<=1)return[];var p=l(h,f||t),g=s(p.graph,p.buckets,p.zeroIdx);return o.flatten(o.map(g,function(m){return h.outEdges(m.v,m.w)}),!0)}function s(h,f,p){for(var g=[],m=f[f.length-1],x=f[0],v;h.nodeCount();){for(;v=x.dequeue();)c(h,f,p,v);for(;v=m.dequeue();)c(h,f,p,v);if(h.nodeCount()){for(var y=f.length-2;y>0;--y)if(v=f[y].dequeue(),v){g=g.concat(c(h,f,p,v,!0));break}}}return g}function c(h,f,p,g,m){var x=m?[]:void 0;return o.forEach(h.inEdges(g.v),function(v){var y=h.edge(v),w=h.node(v.v);m&&x.push({v:v.v,w:v.w}),w.out-=y,u(f,p,w)}),o.forEach(h.outEdges(g.v),function(v){var y=h.edge(v),w=v.w,_=h.node(w);_.in-=y,u(f,p,_)}),h.removeNode(g.v),x}function l(h,f){var p=new r,g=0,m=0;o.forEach(h.nodes(),function(y){p.setNode(y,{v:y,in:0,out:0})}),o.forEach(h.edges(),function(y){var w=p.edge(y.v,y.w)||0,_=f(y),k=w+_;p.setEdge(y.v,y.w,k),m=Math.max(m,p.node(y.v).out+=_),g=Math.max(g,p.node(y.w).in+=_)});var x=o.range(m+g+3).map(function(){return new e}),v=g+1;return o.forEach(p.nodes(),function(y){u(x,v,p.node(y))}),{graph:p,buckets:x,zeroIdx:v}}function u(h,f,p){p.out?p.in?h[p.out-p.in+f].enqueue(p):h[h.length-1].enqueue(p):h[0].enqueue(p)}return W3}var j3,bu;function qE(){if(bu)return j3;bu=1;var o=Qt(),r=CE();j3={run:e,undo:a};function e(s){var c=s.graph().acyclicer==="greedy"?r(s,l(s)):t(s);o.forEach(c,function(u){var h=s.edge(u);s.removeEdge(u),h.forwardName=u.name,h.reversed=!0,s.setEdge(u.w,u.v,h,o.uniqueId("rev"))});function l(u){return function(h){return u.edge(h).weight}}}function t(s){var c=[],l={},u={};function h(f){o.has(u,f)||(u[f]=!0,l[f]=!0,o.forEach(s.outEdges(f),function(p){o.has(l,p.w)?c.push(p):h(p.w)}),delete l[f])}return o.forEach(s.nodes(),h),c}function a(s){o.forEach(s.edges(),function(c){var l=s.edge(c);if(l.reversed){s.removeEdge(c);var u=l.forwardName;delete l.reversed,delete l.forwardName,s.setEdge(c.w,c.v,l,u)}})}return j3}var U3,wu;function Ln(){if(wu)return U3;wu=1;var o=Qt(),r=y2().Graph;U3={addDummyNode:e,simplify:t,asNonCompoundGraph:a,successorWeights:s,predecessorWeights:c,intersectRect:l,buildLayerMatrix:u,normalizeRanks:h,removeEmptyRanks:f,addBorderNode:p,maxRank:g,partition:m,time:x,notime:v};function e(y,w,_,k){var C;do C=o.uniqueId(k);while(y.hasNode(C));return _.dummy=w,y.setNode(C,_),C}function t(y){var w=new r().setGraph(y.graph());return o.forEach(y.nodes(),function(_){w.setNode(_,y.node(_))}),o.forEach(y.edges(),function(_){var k=w.edge(_.v,_.w)||{weight:0,minlen:1},C=y.edge(_);w.setEdge(_.v,_.w,{weight:k.weight+C.weight,minlen:Math.max(k.minlen,C.minlen)})}),w}function a(y){var w=new r({multigraph:y.isMultigraph()}).setGraph(y.graph());return o.forEach(y.nodes(),function(_){y.children(_).length||w.setNode(_,y.node(_))}),o.forEach(y.edges(),function(_){w.setEdge(_,y.edge(_))}),w}function s(y){var w=o.map(y.nodes(),function(_){var k={};return o.forEach(y.outEdges(_),function(C){k[C.w]=(k[C.w]||0)+y.edge(C).weight}),k});return o.zipObject(y.nodes(),w)}function c(y){var w=o.map(y.nodes(),function(_){var k={};return o.forEach(y.inEdges(_),function(C){k[C.v]=(k[C.v]||0)+y.edge(C).weight}),k});return o.zipObject(y.nodes(),w)}function l(y,w){var _=y.x,k=y.y,C=w.x-_,S=w.y-k,E=y.width/2,I=y.height/2;if(!C&&!S)throw new Error("Not possible to find intersection inside of the rectangle");var V,R;return Math.abs(S)*E>Math.abs(C)*I?(S<0&&(I=-I),V=I*C/S,R=I):(C<0&&(E=-E),V=E,R=E*S/C),{x:_+V,y:k+R}}function u(y){var w=o.map(o.range(g(y)+1),function(){return[]});return o.forEach(y.nodes(),function(_){var k=y.node(_),C=k.rank;o.isUndefined(C)||(w[C][k.order]=_)}),w}function h(y){var w=o.min(o.map(y.nodes(),function(_){return y.node(_).rank}));o.forEach(y.nodes(),function(_){var k=y.node(_);o.has(k,"rank")&&(k.rank-=w)})}function f(y){var w=o.min(o.map(y.nodes(),function(S){return y.node(S).rank})),_=[];o.forEach(y.nodes(),function(S){var E=y.node(S).rank-w;_[E]||(_[E]=[]),_[E].push(S)});var k=0,C=y.graph().nodeRankFactor;o.forEach(_,function(S,E){o.isUndefined(S)&&E%C!==0?--k:k&&o.forEach(S,function(I){y.node(I).rank+=k})})}function p(y,w,_,k){var C={width:0,height:0};return arguments.length>=4&&(C.rank=_,C.order=k),e(y,"border",C,w)}function g(y){return o.max(o.map(y.nodes(),function(w){var _=y.node(w).rank;if(!o.isUndefined(_))return _}))}function m(y,w){var _={lhs:[],rhs:[]};return o.forEach(y,function(k){w(k)?_.lhs.push(k):_.rhs.push(k)}),_}function x(y,w){var _=o.now();try{return w()}finally{console.log(y+" time: "+(o.now()-_)+"ms")}}function v(y,w){return w()}return U3}var G3,xu;function IE(){if(xu)return G3;xu=1;var o=Qt(),r=Ln();G3={run:e,undo:a};function e(s){s.graph().dummyChains=[],o.forEach(s.edges(),function(c){t(s,c)})}function t(s,c){var l=c.v,u=s.node(l).rank,h=c.w,f=s.node(h).rank,p=c.name,g=s.edge(c),m=g.labelRank;if(f!==u+1){s.removeEdge(c);var x,v,y;for(y=0,++u;u<f;++y,++u)g.points=[],v={width:0,height:0,edgeLabel:g,edgeObj:c,rank:u},x=r.addDummyNode(s,"edge",v,"_d"),u===m&&(v.width=g.width,v.height=g.height,v.dummy="edge-label",v.labelpos=g.labelpos),s.setEdge(l,x,{weight:g.weight},p),y===0&&s.graph().dummyChains.push(x),l=x;s.setEdge(l,h,{weight:g.weight},p)}}function a(s){o.forEach(s.graph().dummyChains,function(c){var l=s.node(c),u=l.edgeLabel,h;for(s.setEdge(l.edgeObj,u);l.dummy;)h=s.successors(c)[0],s.removeNode(c),u.points.push({x:l.x,y:l.y}),l.dummy==="edge-label"&&(u.x=l.x,u.y=l.y,u.width=l.width,u.height=l.height),c=h,l=s.node(c)})}return G3}var X3,_u;function _r(){if(_u)return X3;_u=1;var o=Qt();X3={longestPath:r,slack:e};function r(t){var a={};function s(c){var l=t.node(c);if(o.has(a,c))return l.rank;a[c]=!0;var u=o.min(o.map(t.outEdges(c),function(h){return s(h.w)-t.edge(h).minlen}));return(u===Number.POSITIVE_INFINITY||u===void 0||u===null)&&(u=0),l.rank=u}o.forEach(t.sources(),s)}function e(t,a){return t.node(a.w).rank-t.node(a.v).rank-t.edge(a).minlen}return X3}var Y3,ku;function Eu(){if(ku)return Y3;ku=1;var o=Qt(),r=y2().Graph,e=_r().slack;Y3=t;function t(l){var u=new r({directed:!1}),h=l.nodes()[0],f=l.nodeCount();u.setNode(h,{});for(var p,g;a(u,l)<f;)p=s(u,l),g=u.hasNode(p.v)?e(l,p):-e(l,p),c(u,l,g);return u}function a(l,u){function h(f){o.forEach(u.nodeEdges(f),function(p){var g=p.v,m=f===g?p.w:g;!l.hasNode(m)&&!e(u,p)&&(l.setNode(m,{}),l.setEdge(f,m,{}),h(m))})}return o.forEach(l.nodes(),h),l.nodeCount()}function s(l,u){return o.minBy(u.edges(),function(h){if(l.hasNode(h.v)!==l.hasNode(h.w))return e(u,h)})}function c(l,u,h){o.forEach(l.nodes(),function(f){u.node(f).rank+=h})}return Y3}var Z3,Su;function ME(){if(Su)return Z3;Su=1;var o=Qt(),r=Eu(),e=_r().slack,t=_r().longestPath,a=y2().alg.preorder,s=y2().alg.postorder,c=Ln().simplify;Z3=l,l.initLowLimValues=p,l.initCutValues=u,l.calcCutValue=f,l.leaveEdge=m,l.enterEdge=x,l.exchangeEdges=v;function l(k){k=c(k),t(k);var C=r(k);p(C),u(C,k);for(var S,E;S=m(C);)E=x(C,k,S),v(C,k,S,E)}function u(k,C){var S=s(k,k.nodes());S=S.slice(0,S.length-1),o.forEach(S,function(E){h(k,C,E)})}function h(k,C,S){var E=k.node(S),I=E.parent;k.edge(S,I).cutvalue=f(k,C,S)}function f(k,C,S){var E=k.node(S),I=E.parent,V=!0,R=C.edge(S,I),$=0;return R||(V=!1,R=C.edge(I,S)),$=R.weight,o.forEach(C.nodeEdges(S),function(ee){var z=ee.v===S,H=z?ee.w:ee.v;if(H!==I){var M=z===V,X=C.edge(ee).weight;if($+=M?X:-X,w(k,S,H)){var K=k.edge(S,H).cutvalue;$+=M?-K:K}}}),$}function p(k,C){arguments.length<2&&(C=k.nodes()[0]),g(k,{},1,C)}function g(k,C,S,E,I){var V=S,R=k.node(E);return C[E]=!0,o.forEach(k.neighbors(E),function($){o.has(C,$)||(S=g(k,C,S,$,E))}),R.low=V,R.lim=S++,I?R.parent=I:delete R.parent,S}function m(k){return o.find(k.edges(),function(C){return k.edge(C).cutvalue<0})}function x(k,C,S){var E=S.v,I=S.w;C.hasEdge(E,I)||(E=S.w,I=S.v);var V=k.node(E),R=k.node(I),$=V,ee=!1;V.lim>R.lim&&($=R,ee=!0);var z=o.filter(C.edges(),function(H){return ee===_(k,k.node(H.v),$)&&ee!==_(k,k.node(H.w),$)});return o.minBy(z,function(H){return e(C,H)})}function v(k,C,S,E){var I=S.v,V=S.w;k.removeEdge(I,V),k.setEdge(E.v,E.w,{}),p(k),u(k,C),y(k,C)}function y(k,C){var S=o.find(k.nodes(),function(I){return!C.node(I).parent}),E=a(k,S);E=E.slice(1),o.forEach(E,function(I){var V=k.node(I).parent,R=C.edge(I,V),$=!1;R||(R=C.edge(V,I),$=!0),C.node(I).rank=C.node(V).rank+($?R.minlen:-R.minlen)})}function w(k,C,S){return k.hasEdge(C,S)}function _(k,C,S){return S.low<=C.lim&&C.lim<=S.lim}return Z3}var Q3,Cu;function BE(){if(Cu)return Q3;Cu=1;var o=_r(),r=o.longestPath,e=Eu(),t=ME();Q3=a;function a(u){switch(u.graph().ranker){case"network-simplex":l(u);break;case"tight-tree":c(u);break;case"longest-path":s(u);break;default:l(u)}}var s=r;function c(u){r(u),e(u)}function l(u){t(u)}return Q3}var K3,qu;function zE(){if(qu)return K3;qu=1;var o=Qt();K3=r;function r(a){var s=t(a);o.forEach(a.graph().dummyChains,function(c){for(var l=a.node(c),u=l.edgeObj,h=e(a,s,u.v,u.w),f=h.path,p=h.lca,g=0,m=f[g],x=!0;c!==u.w;){if(l=a.node(c),x){for(;(m=f[g])!==p&&a.node(m).maxRank<l.rank;)g++;m===p&&(x=!1)}if(!x){for(;g<f.length-1&&a.node(m=f[g+1]).minRank<=l.rank;)g++;m=f[g]}a.setParent(c,m),c=a.successors(c)[0]}})}function e(a,s,c,l){var u=[],h=[],f=Math.min(s[c].low,s[l].low),p=Math.max(s[c].lim,s[l].lim),g,m;g=c;do g=a.parent(g),u.push(g);while(g&&(s[g].low>f||p>s[g].lim));for(m=g,g=l;(g=a.parent(g))!==m;)h.push(g);return{path:u.concat(h.reverse()),lca:m}}function t(a){var s={},c=0;function l(u){var h=c;o.forEach(a.children(u),l),s[u]={low:h,lim:c++}}return o.forEach(a.children(),l),s}return K3}var J3,Iu;function FE(){if(Iu)return J3;Iu=1;var o=Qt(),r=Ln();J3={run:e,cleanup:c};function e(l){var u=r.addDummyNode(l,"root",{},"_root"),h=a(l),f=o.max(o.values(h))-1,p=2*f+1;l.graph().nestingRoot=u,o.forEach(l.edges(),function(m){l.edge(m).minlen*=p});var g=s(l)+1;o.forEach(l.children(),function(m){t(l,u,p,g,f,h,m)}),l.graph().nodeRankFactor=p}function t(l,u,h,f,p,g,m){var x=l.children(m);if(!x.length){m!==u&&l.setEdge(u,m,{weight:0,minlen:h});return}var v=r.addBorderNode(l,"_bt"),y=r.addBorderNode(l,"_bb"),w=l.node(m);l.setParent(v,m),w.borderTop=v,l.setParent(y,m),w.borderBottom=y,o.forEach(x,function(_){t(l,u,h,f,p,g,_);var k=l.node(_),C=k.borderTop?k.borderTop:_,S=k.borderBottom?k.borderBottom:_,E=k.borderTop?f:2*f,I=C!==S?1:p-g[m]+1;l.setEdge(v,C,{weight:E,minlen:I,nestingEdge:!0}),l.setEdge(S,y,{weight:E,minlen:I,nestingEdge:!0})}),l.parent(m)||l.setEdge(u,v,{weight:0,minlen:p+g[m]})}function a(l){var u={};function h(f,p){var g=l.children(f);g&&g.length&&o.forEach(g,function(m){h(m,p+1)}),u[f]=p}return o.forEach(l.children(),function(f){h(f,1)}),u}function s(l){return o.reduce(l.edges(),function(u,h){return u+l.edge(h).weight},0)}function c(l){var u=l.graph();l.removeNode(u.nestingRoot),delete u.nestingRoot,o.forEach(l.edges(),function(h){var f=l.edge(h);f.nestingEdge&&l.removeEdge(h)})}return J3}var es,Mu;function AE(){if(Mu)return es;Mu=1;var o=Qt(),r=Ln();es=e;function e(a){function s(c){var l=a.children(c),u=a.node(c);if(l.length&&o.forEach(l,s),o.has(u,"minRank")){u.borderLeft=[],u.borderRight=[];for(var h=u.minRank,f=u.maxRank+1;h<f;++h)t(a,"borderLeft","_bl",c,u,h),t(a,"borderRight","_br",c,u,h)}}o.forEach(a.children(),s)}function t(a,s,c,l,u,h){var f={width:0,height:0,rank:h,borderType:s},p=u[s][h-1],g=r.addDummyNode(a,"border",f,c);u[s][h]=g,a.setParent(g,l),p&&a.setEdge(p,g,{weight:1})}return es}var ts,Bu;function TE(){if(Bu)return ts;Bu=1;var o=Qt();ts={adjust:r,undo:e};function r(h){var f=h.graph().rankdir.toLowerCase();(f==="lr"||f==="rl")&&t(h)}function e(h){var f=h.graph().rankdir.toLowerCase();(f==="bt"||f==="rl")&&s(h),(f==="lr"||f==="rl")&&(l(h),t(h))}function t(h){o.forEach(h.nodes(),function(f){a(h.node(f))}),o.forEach(h.edges(),function(f){a(h.edge(f))})}function a(h){var f=h.width;h.width=h.height,h.height=f}function s(h){o.forEach(h.nodes(),function(f){c(h.node(f))}),o.forEach(h.edges(),function(f){var p=h.edge(f);o.forEach(p.points,c),o.has(p,"y")&&c(p)})}function c(h){h.y=-h.y}function l(h){o.forEach(h.nodes(),function(f){u(h.node(f))}),o.forEach(h.edges(),function(f){var p=h.edge(f);o.forEach(p.points,u),o.has(p,"x")&&u(p)})}function u(h){var f=h.x;h.x=h.y,h.y=f}return ts}var ns,zu;function VE(){if(zu)return ns;zu=1;var o=Qt();ns=r;function r(e){var t={},a=o.filter(e.nodes(),function(h){return!e.children(h).length}),s=o.max(o.map(a,function(h){return e.node(h).rank})),c=o.map(o.range(s+1),function(){return[]});function l(h){if(!o.has(t,h)){t[h]=!0;var f=e.node(h);c[f.rank].push(h),o.forEach(e.successors(h),l)}}var u=o.sortBy(a,function(h){return e.node(h).rank});return o.forEach(u,l),c}return ns}var rs,Fu;function NE(){if(Fu)return rs;Fu=1;var o=Qt();rs=r;function r(t,a){for(var s=0,c=1;c<a.length;++c)s+=e(t,a[c-1],a[c]);return s}function e(t,a,s){for(var c=o.zipObject(s,o.map(s,function(g,m){return m})),l=o.flatten(o.map(a,function(g){return o.sortBy(o.map(t.outEdges(g),function(m){return{pos:c[m.w],weight:t.edge(m).weight}}),"pos")}),!0),u=1;u<s.length;)u<<=1;var h=2*u-1;u-=1;var f=o.map(new Array(h),function(){return 0}),p=0;return o.forEach(l.forEach(function(g){var m=g.pos+u;f[m]+=g.weight;for(var x=0;m>0;)m%2&&(x+=f[m+1]),m=m-1>>1,f[m]+=g.weight;p+=g.weight*x})),p}return rs}var is,Au;function LE(){if(Au)return is;Au=1;var o=Qt();is=r;function r(e,t){return o.map(t,function(a){var s=e.inEdges(a);if(s.length){var c=o.reduce(s,function(l,u){var h=e.edge(u),f=e.node(u.v);return{sum:l.sum+h.weight*f.order,weight:l.weight+h.weight}},{sum:0,weight:0});return{v:a,barycenter:c.sum/c.weight,weight:c.weight}}else return{v:a}})}return is}var as,Tu;function RE(){if(Tu)return as;Tu=1;var o=Qt();as=r;function r(a,s){var c={};o.forEach(a,function(u,h){var f=c[u.v]={indegree:0,in:[],out:[],vs:[u.v],i:h};o.isUndefined(u.barycenter)||(f.barycenter=u.barycenter,f.weight=u.weight)}),o.forEach(s.edges(),function(u){var h=c[u.v],f=c[u.w];!o.isUndefined(h)&&!o.isUndefined(f)&&(f.indegree++,h.out.push(c[u.w]))});var l=o.filter(c,function(u){return!u.indegree});return e(l)}function e(a){var s=[];function c(h){return function(f){f.merged||(o.isUndefined(f.barycenter)||o.isUndefined(h.barycenter)||f.barycenter>=h.barycenter)&&t(h,f)}}function l(h){return function(f){f.in.push(h),--f.indegree===0&&a.push(f)}}for(;a.length;){var u=a.pop();s.push(u),o.forEach(u.in.reverse(),c(u)),o.forEach(u.out,l(u))}return o.map(o.filter(s,function(h){return!h.merged}),function(h){return o.pick(h,["vs","i","barycenter","weight"])})}function t(a,s){var c=0,l=0;a.weight&&(c+=a.barycenter*a.weight,l+=a.weight),s.weight&&(c+=s.barycenter*s.weight,l+=s.weight),a.vs=s.vs.concat(a.vs),a.barycenter=c/l,a.weight=l,a.i=Math.min(s.i,a.i),s.merged=!0}return as}var os,Vu;function PE(){if(Vu)return os;Vu=1;var o=Qt(),r=Ln();os=e;function e(s,c){var l=r.partition(s,function(v){return o.has(v,"barycenter")}),u=l.lhs,h=o.sortBy(l.rhs,function(v){return-v.i}),f=[],p=0,g=0,m=0;u.sort(a(!!c)),m=t(f,h,m),o.forEach(u,function(v){m+=v.vs.length,f.push(v.vs),p+=v.barycenter*v.weight,g+=v.weight,m=t(f,h,m)});var x={vs:o.flatten(f,!0)};return g&&(x.barycenter=p/g,x.weight=g),x}function t(s,c,l){for(var u;c.length&&(u=o.last(c)).i<=l;)c.pop(),s.push(u.vs),l++;return l}function a(s){return function(c,l){return c.barycenter<l.barycenter?-1:c.barycenter>l.barycenter?1:s?l.i-c.i:c.i-l.i}}return os}var ss,Nu;function DE(){if(Nu)return ss;Nu=1;var o=Qt(),r=LE(),e=RE(),t=PE();ss=a;function a(l,u,h,f){var p=l.children(u),g=l.node(u),m=g?g.borderLeft:void 0,x=g?g.borderRight:void 0,v={};m&&(p=o.filter(p,function(S){return S!==m&&S!==x}));var y=r(l,p);o.forEach(y,function(S){if(l.children(S.v).length){var E=a(l,S.v,h,f);v[S.v]=E,o.has(E,"barycenter")&&c(S,E)}});var w=e(y,h);s(w,v);var _=t(w,f);if(m&&(_.vs=o.flatten([m,_.vs,x],!0),l.predecessors(m).length)){var k=l.node(l.predecessors(m)[0]),C=l.node(l.predecessors(x)[0]);o.has(_,"barycenter")||(_.barycenter=0,_.weight=0),_.barycenter=(_.barycenter*_.weight+k.order+C.order)/(_.weight+2),_.weight+=2}return _}function s(l,u){o.forEach(l,function(h){h.vs=o.flatten(h.vs.map(function(f){return u[f]?u[f].vs:f}),!0)})}function c(l,u){o.isUndefined(l.barycenter)?(l.barycenter=u.barycenter,l.weight=u.weight):(l.barycenter=(l.barycenter*l.weight+u.barycenter*u.weight)/(l.weight+u.weight),l.weight+=u.weight)}return ss}var ls,Lu;function OE(){if(Lu)return ls;Lu=1;var o=Qt(),r=y2().Graph;ls=e;function e(a,s,c){var l=t(a),u=new r({compound:!0}).setGraph({root:l}).setDefaultNodeLabel(function(h){return a.node(h)});return o.forEach(a.nodes(),function(h){var f=a.node(h),p=a.parent(h);(f.rank===s||f.minRank<=s&&s<=f.maxRank)&&(u.setNode(h),u.setParent(h,p||l),o.forEach(a[c](h),function(g){var m=g.v===h?g.w:g.v,x=u.edge(m,h),v=o.isUndefined(x)?0:x.weight;u.setEdge(m,h,{weight:a.edge(g).weight+v})}),o.has(f,"minRank")&&u.setNode(h,{borderLeft:f.borderLeft[s],borderRight:f.borderRight[s]}))}),u}function t(a){for(var s;a.hasNode(s=o.uniqueId("_root")););return s}return ls}var cs,Ru;function HE(){if(Ru)return cs;Ru=1;var o=Qt();cs=r;function r(e,t,a){var s={},c;o.forEach(a,function(l){for(var u=e.parent(l),h,f;u;){if(h=e.parent(u),h?(f=s[h],s[h]=u):(f=c,c=u),f&&f!==u){t.setEdge(f,u);return}u=h}})}return cs}var ds,Pu;function $E(){if(Pu)return ds;Pu=1;var o=Qt(),r=VE(),e=NE(),t=DE(),a=OE(),s=HE(),c=y2().Graph,l=Ln();ds=u;function u(g){var m=l.maxRank(g),x=h(g,o.range(1,m+1),"inEdges"),v=h(g,o.range(m-1,-1,-1),"outEdges"),y=r(g);p(g,y);for(var w=Number.POSITIVE_INFINITY,_,k=0,C=0;C<4;++k,++C){f(k%2?x:v,k%4>=2),y=l.buildLayerMatrix(g);var S=e(g,y);S<w&&(C=0,_=o.cloneDeep(y),w=S)}p(g,_)}function h(g,m,x){return o.map(m,function(v){return a(g,v,x)})}function f(g,m){var x=new c;o.forEach(g,function(v){var y=v.graph().root,w=t(v,y,x,m);o.forEach(w.vs,function(_,k){v.node(_).order=k}),s(v,x,w.vs)})}function p(g,m){o.forEach(m,function(x){o.forEach(x,function(v,y){g.node(v).order=y})})}return ds}var us,Du;function WE(){if(Du)return us;Du=1;var o=Qt(),r=y2().Graph,e=Ln();us={positionX:x,findType1Conflicts:t,findType2Conflicts:a,addConflict:c,hasConflict:l,verticalAlignment:u,horizontalCompaction:h,alignCoordinates:g,findSmallestWidthAlignment:p,balance:m};function t(w,_){var k={};function C(S,E){var I=0,V=0,R=S.length,$=o.last(E);return o.forEach(E,function(ee,z){var H=s(w,ee),M=H?w.node(H).order:R;(H||ee===$)&&(o.forEach(E.slice(V,z+1),function(X){o.forEach(w.predecessors(X),function(K){var ae=w.node(K),de=ae.order;(de<I||M<de)&&!(ae.dummy&&w.node(X).dummy)&&c(k,K,X)})}),V=z+1,I=M)}),E}return o.reduce(_,C),k}function a(w,_){var k={};function C(E,I,V,R,$){var ee;o.forEach(o.range(I,V),function(z){ee=E[z],w.node(ee).dummy&&o.forEach(w.predecessors(ee),function(H){var M=w.node(H);M.dummy&&(M.order<R||M.order>$)&&c(k,H,ee)})})}function S(E,I){var V=-1,R,$=0;return o.forEach(I,function(ee,z){if(w.node(ee).dummy==="border"){var H=w.predecessors(ee);H.length&&(R=w.node(H[0]).order,C(I,$,z,V,R),$=z,V=R)}C(I,$,I.length,R,E.length)}),I}return o.reduce(_,S),k}function s(w,_){if(w.node(_).dummy)return o.find(w.predecessors(_),function(k){return w.node(k).dummy})}function c(w,_,k){if(_>k){var C=_;_=k,k=C}var S=w[_];S||(w[_]=S={}),S[k]=!0}function l(w,_,k){if(_>k){var C=_;_=k,k=C}return o.has(w[_],k)}function u(w,_,k,C){var S={},E={},I={};return o.forEach(_,function(V){o.forEach(V,function(R,$){S[R]=R,E[R]=R,I[R]=$})}),o.forEach(_,function(V){var R=-1;o.forEach(V,function($){var ee=C($);if(ee.length){ee=o.sortBy(ee,function(K){return I[K]});for(var z=(ee.length-1)/2,H=Math.floor(z),M=Math.ceil(z);H<=M;++H){var X=ee[H];E[$]===$&&R<I[X]&&!l(k,$,X)&&(E[X]=$,E[$]=S[$]=S[X],R=I[X])}}})}),{root:S,align:E}}function h(w,_,k,C,S){var E={},I=f(w,_,k,S),V=S?"borderLeft":"borderRight";function R(z,H){for(var M=I.nodes(),X=M.pop(),K={};X;)K[X]?z(X):(K[X]=!0,M.push(X),M=M.concat(H(X))),X=M.pop()}function $(z){E[z]=I.inEdges(z).reduce(function(H,M){return Math.max(H,E[M.v]+I.edge(M))},0)}function ee(z){var H=I.outEdges(z).reduce(function(X,K){return Math.min(X,E[K.w]-I.edge(K))},Number.POSITIVE_INFINITY),M=w.node(z);H!==Number.POSITIVE_INFINITY&&M.borderType!==V&&(E[z]=Math.max(E[z],H))}return R($,I.predecessors.bind(I)),R(ee,I.successors.bind(I)),o.forEach(C,function(z){E[z]=E[k[z]]}),E}function f(w,_,k,C){var S=new r,E=w.graph(),I=v(E.nodesep,E.edgesep,C);return o.forEach(_,function(V){var R;o.forEach(V,function($){var ee=k[$];if(S.setNode(ee),R){var z=k[R],H=S.edge(z,ee);S.setEdge(z,ee,Math.max(I(w,$,R),H||0))}R=$})}),S}function p(w,_){return o.minBy(o.values(_),function(k){var C=Number.NEGATIVE_INFINITY,S=Number.POSITIVE_INFINITY;return o.forIn(k,function(E,I){var V=y(w,I)/2;C=Math.max(E+V,C),S=Math.min(E-V,S)}),C-S})}function g(w,_){var k=o.values(_),C=o.min(k),S=o.max(k);o.forEach(["u","d"],function(E){o.forEach(["l","r"],function(I){var V=E+I,R=w[V],$;if(R!==_){var ee=o.values(R);$=I==="l"?C-o.min(ee):S-o.max(ee),$&&(w[V]=o.mapValues(R,function(z){return z+$}))}})})}function m(w,_){return o.mapValues(w.ul,function(k,C){if(_)return w[_.toLowerCase()][C];var S=o.sortBy(o.map(w,C));return(S[1]+S[2])/2})}function x(w){var _=e.buildLayerMatrix(w),k=o.merge(t(w,_),a(w,_)),C={},S;o.forEach(["u","d"],function(I){S=I==="u"?_:o.values(_).reverse(),o.forEach(["l","r"],function(V){V==="r"&&(S=o.map(S,function(z){return o.values(z).reverse()}));var R=(I==="u"?w.predecessors:w.successors).bind(w),$=u(w,S,k,R),ee=h(w,S,$.root,$.align,V==="r");V==="r"&&(ee=o.mapValues(ee,function(z){return-z})),C[I+V]=ee})});var E=p(w,C);return g(C,E),m(C,w.graph().align)}function v(w,_,k){return function(C,S,E){var I=C.node(S),V=C.node(E),R=0,$;if(R+=I.width/2,o.has(I,"labelpos"))switch(I.labelpos.toLowerCase()){case"l":$=-I.width/2;break;case"r":$=I.width/2;break}if($&&(R+=k?$:-$),$=0,R+=(I.dummy?_:w)/2,R+=(V.dummy?_:w)/2,R+=V.width/2,o.has(V,"labelpos"))switch(V.labelpos.toLowerCase()){case"l":$=V.width/2;break;case"r":$=-V.width/2;break}return $&&(R+=k?$:-$),$=0,R}}function y(w,_){return w.node(_).width}return us}var hs,Ou;function jE(){if(Ou)return hs;Ou=1;var o=Qt(),r=Ln(),e=WE().positionX;hs=t;function t(s){s=r.asNonCompoundGraph(s),a(s),o.forEach(e(s),function(c,l){s.node(l).x=c})}function a(s){var c=r.buildLayerMatrix(s),l=s.graph().ranksep,u=0;o.forEach(c,function(h){var f=o.max(o.map(h,function(p){return s.node(p).height}));o.forEach(h,function(p){s.node(p).y=u+f/2}),u+=f+l})}return hs}var fs,Hu;function UE(){if(Hu)return fs;Hu=1;var o=Qt(),r=qE(),e=IE(),t=BE(),a=Ln().normalizeRanks,s=zE(),c=Ln().removeEmptyRanks,l=FE(),u=AE(),h=TE(),f=$E(),p=jE(),g=Ln(),m=y2().Graph;fs=x;function x(ie,le){var ge=le&&le.debugTiming?g.time:g.notime;ge("layout",function(){var Le=ge(" buildLayoutGraph",function(){return R(ie)});ge(" runLayout",function(){v(Le,ge)}),ge(" updateInputGraph",function(){y(ie,Le)})})}function v(ie,le){le(" makeSpaceForEdgeLabels",function(){$(ie)}),le(" removeSelfEdges",function(){ce(ie)}),le(" acyclic",function(){r.run(ie)}),le(" nestingGraph.run",function(){l.run(ie)}),le(" rank",function(){t(g.asNonCompoundGraph(ie))}),le(" injectEdgeLabelProxies",function(){ee(ie)}),le(" removeEmptyRanks",function(){c(ie)}),le(" nestingGraph.cleanup",function(){l.cleanup(ie)}),le(" normalizeRanks",function(){a(ie)}),le(" assignRankMinMax",function(){z(ie)}),le(" removeEdgeLabelProxies",function(){H(ie)}),le(" normalize.run",function(){e.run(ie)}),le(" parentDummyChains",function(){s(ie)}),le(" addBorderSegments",function(){u(ie)}),le(" order",function(){f(ie)}),le(" insertSelfEdges",function(){fe(ie)}),le(" adjustCoordinateSystem",function(){h.adjust(ie)}),le(" position",function(){p(ie)}),le(" positionSelfEdges",function(){te(ie)}),le(" removeBorderNodes",function(){de(ie)}),le(" normalize.undo",function(){e.undo(ie)}),le(" fixupEdgeLabelCoords",function(){K(ie)}),le(" undoCoordinateSystem",function(){h.undo(ie)}),le(" translateGraph",function(){M(ie)}),le(" assignNodeIntersects",function(){X(ie)}),le(" reversePoints",function(){ae(ie)}),le(" acyclic.undo",function(){r.undo(ie)})}function y(ie,le){o.forEach(ie.nodes(),function(ge){var Le=ie.node(ge),Oe=le.node(ge);Le&&(Le.x=Oe.x,Le.y=Oe.y,le.children(ge).length&&(Le.width=Oe.width,Le.height=Oe.height))}),o.forEach(ie.edges(),function(ge){var Le=ie.edge(ge),Oe=le.edge(ge);Le.points=Oe.points,o.has(Oe,"x")&&(Le.x=Oe.x,Le.y=Oe.y)}),ie.graph().width=le.graph().width,ie.graph().height=le.graph().height}var w=["nodesep","edgesep","ranksep","marginx","marginy"],_={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb"},k=["acyclicer","ranker","rankdir","align"],C=["width","height"],S={width:0,height:0},E=["minlen","weight","width","height","labeloffset"],I={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},V=["labelpos"];function R(ie){var le=new m({multigraph:!0,compound:!0}),ge=Se(ie.graph());return le.setGraph(o.merge({},_,se(ge,w),o.pick(ge,k))),o.forEach(ie.nodes(),function(Le){var Oe=Se(ie.node(Le));le.setNode(Le,o.defaults(se(Oe,C),S)),le.setParent(Le,ie.parent(Le))}),o.forEach(ie.edges(),function(Le){var Oe=Se(ie.edge(Le));le.setEdge(Le,o.merge({},I,se(Oe,E),o.pick(Oe,V)))}),le}function $(ie){var le=ie.graph();le.ranksep/=2,o.forEach(ie.edges(),function(ge){var Le=ie.edge(ge);Le.minlen*=2,Le.labelpos.toLowerCase()!=="c"&&(le.rankdir==="TB"||le.rankdir==="BT"?Le.width+=Le.labeloffset:Le.height+=Le.labeloffset)})}function ee(ie){o.forEach(ie.edges(),function(le){var ge=ie.edge(le);if(ge.width&&ge.height){var Le=ie.node(le.v),Oe=ie.node(le.w),Ge={rank:(Oe.rank-Le.rank)/2+Le.rank,e:le};g.addDummyNode(ie,"edge-proxy",Ge,"_ep")}})}function z(ie){var le=0;o.forEach(ie.nodes(),function(ge){var Le=ie.node(ge);Le.borderTop&&(Le.minRank=ie.node(Le.borderTop).rank,Le.maxRank=ie.node(Le.borderBottom).rank,le=o.max(le,Le.maxRank))}),ie.graph().maxRank=le}function H(ie){o.forEach(ie.nodes(),function(le){var ge=ie.node(le);ge.dummy==="edge-proxy"&&(ie.edge(ge.e).labelRank=ge.rank,ie.removeNode(le))})}function M(ie){var le=Number.POSITIVE_INFINITY,ge=0,Le=Number.POSITIVE_INFINITY,Oe=0,Ge=ie.graph(),Fe=Ge.marginx||0,qe=Ge.marginy||0;function ut(ht){var B=ht.x,pe=ht.y,Ce=ht.width,Z=ht.height;le=Math.min(le,B-Ce/2),ge=Math.max(ge,B+Ce/2),Le=Math.min(Le,pe-Z/2),Oe=Math.max(Oe,pe+Z/2)}o.forEach(ie.nodes(),function(ht){ut(ie.node(ht))}),o.forEach(ie.edges(),function(ht){var B=ie.edge(ht);o.has(B,"x")&&ut(B)}),le-=Fe,Le-=qe,o.forEach(ie.nodes(),function(ht){var B=ie.node(ht);B.x-=le,B.y-=Le}),o.forEach(ie.edges(),function(ht){var B=ie.edge(ht);o.forEach(B.points,function(pe){pe.x-=le,pe.y-=Le}),o.has(B,"x")&&(B.x-=le),o.has(B,"y")&&(B.y-=Le)}),Ge.width=ge-le+Fe,Ge.height=Oe-Le+qe}function X(ie){o.forEach(ie.edges(),function(le){var ge=ie.edge(le),Le=ie.node(le.v),Oe=ie.node(le.w),Ge,Fe;ge.points?(Ge=ge.points[0],Fe=ge.points[ge.points.length-1]):(ge.points=[],Ge=Oe,Fe=Le),ge.points.unshift(g.intersectRect(Le,Ge)),ge.points.push(g.intersectRect(Oe,Fe))})}function K(ie){o.forEach(ie.edges(),function(le){var ge=ie.edge(le);if(o.has(ge,"x"))switch((ge.labelpos==="l"||ge.labelpos==="r")&&(ge.width-=ge.labeloffset),ge.labelpos){case"l":ge.x-=ge.width/2+ge.labeloffset;break;case"r":ge.x+=ge.width/2+ge.labeloffset;break}})}function ae(ie){o.forEach(ie.edges(),function(le){var ge=ie.edge(le);ge.reversed&&ge.points.reverse()})}function de(ie){o.forEach(ie.nodes(),function(le){if(ie.children(le).length){var ge=ie.node(le),Le=ie.node(ge.borderTop),Oe=ie.node(ge.borderBottom),Ge=ie.node(o.last(ge.borderLeft)),Fe=ie.node(o.last(ge.borderRight));ge.width=Math.abs(Fe.x-Ge.x),ge.height=Math.abs(Oe.y-Le.y),ge.x=Ge.x+ge.width/2,ge.y=Le.y+ge.height/2}}),o.forEach(ie.nodes(),function(le){ie.node(le).dummy==="border"&&ie.removeNode(le)})}function ce(ie){o.forEach(ie.edges(),function(le){if(le.v===le.w){var ge=ie.node(le.v);ge.selfEdges||(ge.selfEdges=[]),ge.selfEdges.push({e:le,label:ie.edge(le)}),ie.removeEdge(le)}})}function fe(ie){var le=g.buildLayerMatrix(ie);o.forEach(le,function(ge){var Le=0;o.forEach(ge,function(Oe,Ge){var Fe=ie.node(Oe);Fe.order=Ge+Le,o.forEach(Fe.selfEdges,function(qe){g.addDummyNode(ie,"selfedge",{width:qe.label.width,height:qe.label.height,rank:Fe.rank,order:Ge+ ++Le,e:qe.e,label:qe.label},"_se")}),delete Fe.selfEdges})})}function te(ie){o.forEach(ie.nodes(),function(le){var ge=ie.node(le);if(ge.dummy==="selfedge"){var Le=ie.node(ge.e.v),Oe=Le.x+Le.width/2,Ge=Le.y,Fe=ge.x-Oe,qe=Le.height/2;ie.setEdge(ge.e,ge.label),ie.removeNode(le),ge.label.points=[{x:Oe+2*Fe/3,y:Ge-qe},{x:Oe+5*Fe/6,y:Ge-qe},{x:Oe+Fe,y:Ge},{x:Oe+5*Fe/6,y:Ge+qe},{x:Oe+2*Fe/3,y:Ge+qe}],ge.label.x=ge.x,ge.label.y=ge.y}})}function se(ie,le){return o.mapValues(o.pick(ie,le),Number)}function Se(ie){var le={};return o.forEach(ie,function(ge,Le){le[Le.toLowerCase()]=ge}),le}return fs}var ps,$u;function GE(){if($u)return ps;$u=1;var o=Qt(),r=Ln(),e=y2().Graph;ps={debugOrdering:t};function t(a){var s=r.buildLayerMatrix(a),c=new e({compound:!0,multigraph:!0}).setGraph({});return o.forEach(a.nodes(),function(l){c.setNode(l,{label:l}),c.setParent(l,"layer"+a.node(l).rank)}),o.forEach(a.edges(),function(l){c.setEdge(l.v,l.w,{},l.name)}),o.forEach(s,function(l,u){var h="layer"+u;c.setNode(h,{rank:"same"}),o.reduce(l,function(f,p){return c.setEdge(f,p,{style:"invis"}),p})}),c}return ps}var gs,Wu;function XE(){return Wu||(Wu=1,gs="0.8.5"),gs}var ms,ju;function YE(){return ju||(ju=1,ms={graphlib:y2(),layout:UE(),debug:GE(),util:{time:Ln().time,notime:Ln().notime},version:XE()}),ms}var ZE=YE();const Uu=Q8(ZE),QE=async(o,r,e,t,a)=>{const s=g2.aiConfig||{},c=s.url,l={"Content-Type":"application/json",...s.headers||{}},u={prompt:o,sceneIdentification:"mind_map_vis_132003052422340142350024",sessionId:un(),isTemporary:!0,...s.data||{}},h=await fetch(c,{method:"POST",headers:l,body:JSON.stringify(u)});if(!h.body)throw new Error("服务器未返回数据流");const f=h.body.getReader(),p=new TextDecoder("utf-8"),g={},m={},x=new Uu.graphlib.Graph;x.setGraph({rankdir:"TD",nodesep:150,ranksep:120}),x.setDefaultEdgeLabel(()=>({}));let v="",y="",w="";const _=()=>{Uu.layout(x);let C=[];x.nodes().forEach(S=>{const E=x.node(S);if(!E||!m[S])return;const I=m[S],V=r+E.x-E.width/2,R=e+E.y-E.height/2;I[0].x=V,I[0].y=R,I[1]&&(I[1].x=V,I[1].y=R),C.push(...I)}),x.edges().forEach(S=>{const E=`${S.v}-${S.w}`,I=m[E];if(!I||!I[0])return;const V=I[0],R=x.node(S.v),$=x.node(S.w);if(R&&$){const ee=r+R.x,z=e+R.y+R.height/2;V.x=ee,V.y=z;const H=r+$.x,M=e+$.y-$.height/2;V.points=[[0,0],[H-ee,M-z]],V.width=Math.abs(H-ee),V.height=Math.abs(M-z)}C.push(...I)}),t(C)},k=C=>{if(C.startsWith("thought:")){const S=C.substring(8);w+=S+" ",w.length>50&&(w=w.substring(w.length-50)),a(w);return}try{const S=JSON.parse(C);if(S.type==="node"){const E=un();g[S.id]=E;const I=160,V=60;x.setNode(S.id,{width:I,height:V});const $=["rectangle","square","note","ellipse","circle","diamond","decision","star","triangle","trapezoid","parallelogram","pentagon","hexagon","process","cylinder","cloud","message","doubleArrow","leftArrow","rightArrow","cube","step1","step2"].includes(S.componentType)?S.componentType:"rectangle",z={cylinder:"#FFD700",cloud:"#02A8FC",decision:"#FF7F50",diamond:"#FF7F50",process:"#F3F4F6",rectangle:"#F3F4F6",square:"#F3F4F6",note:"#FFF9C4",ellipse:"#C1FFC1",circle:"#C1FFC1",star:"#FFE4B5",triangle:"#B2EBF2",trapezoid:"#E1BEE7",parallelogram:"#D1C4E9",pentagon:"#C8E6C9",hexagon:"#B3E5FC",message:"#DCEDC8",doubleArrow:"#FFCCBC",leftArrow:"#FFCCBC",rightArrow:"#FFCCBC",cube:"#D7CCC8",step1:"#F0F4C3",step2:"#FFF176"}[$]||"#e2e8f0",H=e2($,0,0,{strokeColor:"#363B4C",backgroundColor:z,fillStyle:"solid",roughness:0,roundness:$==="ellipse"||$==="circle"?20:8});H.id=E,H.width=I,H.height=V;const X=e2("text",0,0,{fontSize:20,fontColor:"#1e293b",textAlign:"center",verticalAlign:"middle"});X.text=S.label,X.containerId=E,X.width=I,X.height=V,m[S.id]=[H,X],_()}else if(S.type==="edge"&&g[S.source]&&g[S.target]){x.setEdge(S.source,S.target);const E=`${S.source}-${S.target}`,I=e2("arrow",0,0,{strokeColor:"#94a3b8",strokeWidth:2,roughness:0,arrowType:"elbow",endArrowhead:"arrow"}),V=I;V.startBinding={elementId:g[S.source],focus:0,gap:1,fixedPoint:[.5,1],isBorder:!1},V.endBinding={elementId:g[S.target],focus:0,gap:1,fixedPoint:[.5,0],isBorder:!1},m[E]=[I],_()}}catch{w+=C.replace(/<[^>]+>/g,"")+" ",w.length>50&&(w=w.substring(w.length-50)),a(w)}};for(;;){const{value:C,done:S}=await f.read();if(S)break;const E=p.decode(C,{stream:!0});v+=E;const I=v.split(`
|
|
31
|
+
|
|
32
|
+
`);v=I.pop()||"";for(const V of I)if(V.startsWith("data:"))try{const R=JSON.parse(V.substring(5));if(R.type==="thinking"||R.type==="thought")w+=R.data+" ",w.length>50&&(w=w.substring(w.length-50)),a(w);else if(R.type==="message"||R.type==="content"){y+=R.data;const $=y.split(`
|
|
33
|
+
`);y=$.pop()||"";for(let ee of $)ee=ee.trim(),ee&&k(ee)}}catch{const $=V.substring(5);$.startsWith("thought:")?k($):y+=$}}y.trim()&&k(y.trim())},KE={class:"jvs-draw-container"},JE={key:6,class:"tech-support-watermark"},eS={class:"search-input-wrapper"},tS={key:0,class:"search-results-list"},nS=["onClick"],rS={class:"result-icon"},iS={class:"svg-icon"},aS=["xlink:href"],oS={class:"result-content"},sS={class:"result-text"},lS={class:"result-meta"},cS={key:1,class:"search-no-results"},dS={key:0,class:"ai-error"},uS={class:"dialog-footer",style:{display:"flex","justify-content":"flex-end",gap:"10px"}},kr=gn(n.defineComponent({__name:"App",props:{initialData:{type:Object,default:null},loadFromLocal:{type:Boolean,default:void 0}},setup(o,{expose:r}){const e=o,t=un();n.provide("jvs-draw-instance-id",t);const a=Sn(t),s=n.ref(!1),c=n.ref(""),l=n.ref(!1),u=n.ref(""),h=n.ref(null);n.watch(()=>a.appState.activeTool,X=>{X==="aidraw"&&(s.value=!0,a.setTool("selection"))});const f=n.ref(""),p=n.ref(!1),g=n.ref(!1),m=n.ref(null),x=n.ref(!1),v=n.computed(()=>{const X=f.value.trim().toLowerCase();return X?a.elements.filter(K=>K.isDeleted?!1:K.type==="text"?(K.text||"").toLowerCase().includes(X):K.type==="frame"?(K.name||"").toLowerCase().includes(X):!1):[]}),y=()=>{p.value=!p.value,p.value?(f.value.trim()&&(g.value=!0),n.nextTick(()=>{m.value?.focus()})):w()},w=()=>{p.value=!1,f.value="",g.value=!1},_=()=>{g.value=!0},k=()=>{p.value&&f.value.trim()&&x.value&&(g.value=!0)},C=()=>{v.value.length>0&&S(v.value[0])},S=X=>{x.value=!1;const K=a.appState.zoom,ae=window.innerWidth,de=window.innerHeight,ce=X.x+X.width/2,fe=X.y+X.height/2;a.appState.scrollX=ae/2/K-ce,a.appState.scrollY=de/2/K-fe,a.setSelectedElementIds([X.id]),m.value.blur(),g.value=!1},E=X=>X.type==="text"&&X.containerId&&a.elements.find(K=>K.id===X.containerId)||X,I=X=>{const K=E(X);return K.type==="text"?"#icon-wenben":K.type==="note"?"#icon-bianqian":K.type==="image"?"#icon-tupian":K.type==="frame"?"#icon-rongqi":K.type==="freedraw"?"#icon-huabi":K.type==="arrow"||K.type==="line"?K.arrowType==="elbow"?"#icon-zhexian":K.arrowType==="round"?"#icon-quxian":K.arrowType==="arrowBold"?"#icon-jiantou":K.type==="arrow"?"#icon-zhixianlianjiexian":"#icon-zhixian":{rectangle:"#icon-yuanjiaojuxing",diamond:"#icon-lingxing",ellipse:"#icon-tuoyuanxing",square:"#icon-zhengfangxing",star:"#icon-wujiaoxing",circle:"#icon-yuanxing",cylinder:"#icon-yuanzhuti",trapezoid:"#icon-tixing",parallelogram:"#icon-pinghangsibianxing",cloud:"#icon-yun",pentagon:"#icon-wubianxing",hexagon:"#icon-liubianxing",message:"#icon-qipao",doubleArrow:"#icon-shuangxiangjiantou",triangle:"#icon-sanjiaoxing",leftArrow:"#icon-zuojiantou",rightArrow:"#icon-youjiantou",cube:"#icon-zhengfangti",step1:"#icon-buzhou2",step2:"#icon-buzhou1"}[K.type]||"#icon-xingzhuang"},V=X=>{const K=E(X);return{text:"文本",note:"便签",image:"图片",frame:"容器",freedraw:"自由绘制",arrow:"箭头",line:"线条",rectangle:"矩形",diamond:"菱形",ellipse:"椭圆",square:"正方形",star:"五角星",circle:"圆形",cylinder:"圆柱体",trapezoid:"梯形",parallelogram:"平行四边形",cloud:"云朵",pentagon:"五边形",hexagon:"六边形",message:"气泡",doubleArrow:"双向箭头",triangle:"三角形",leftArrow:"左箭头",rightArrow:"右箭头",cube:"立方体",step1:"步骤1",step2:"步骤2"}[K.type]||"形状"},R=async()=>{if(c.value){l.value=!0,u.value="";try{const X=window.innerWidth/2/a.appState.zoom-a.appState.scrollX,K=window.innerHeight/2/a.appState.zoom-a.appState.scrollY;s.value=!1;const ae=un(),de=e2("text",X,K,{fontSize:24,fontColor:"#02A8FC",textAlign:"center",verticalAlign:"middle"});de.text=`AI 正在绘制架构蓝图...
|
|
34
|
+
思考中...`,de.id=ae,a.elements=[...a.elements,de];let ce=!1,fe=[];await QE(c.value,X,K,te=>{ce||(a.elements=a.elements.filter(Se=>Se.id!==ae),ce=!0);const se=a.elements.filter(Se=>!fe.find(ie=>ie.id===Se.id));a.elements=[...se,...te],fe=[...te],a.recordHistory()},te=>{ce||(de.text=`AI 正在思考分析中...
|
|
35
|
+
`+te,a.elements=[...a.elements.filter(se=>se.id!==ae),{...de}])}),ce||(a.elements=a.elements.filter(te=>te.id!==ae)),c.value=""}catch(X){s.value=!0,u.value=X.message}finally{l.value=!1}}};return e.initialData&&(a.appConfig.initialData=e.initialData),e.loadFromLocal!==void 0&&(a.appConfig.loadFromLocal=e.loadFromLocal),r({getCanvasData:()=>{const X={elements:JSON.parse(JSON.stringify(a.elements)),appState:JSON.parse(JSON.stringify(a.appState))};return delete X.appState.scrollX,delete X.appState.scrollY,delete X.appState.zoom,delete X.appState.activeTool,delete X.appState.activeToolType,delete X.appState.showHelp,delete X.appState.isPanningCanvas,delete X.appState.isDraggingElement,delete X.appState.isBoxSelecting,delete X.appState.showGrid,delete X.appState.isPropertiesPanelOpen,delete X.appState.floatingToolbarOffset,delete X.appState.selectedElementIds,console.log("Canvas Elements:",X),X},setCanvasData:X=>{a.updateCanvasData(X)},setConfig:X=>{X&&(a.appConfig=Object.assign(a.appConfig,X))},exportImage:X=>{const K=Array.isArray(X)&&X.length>0?X:a.elements;y0(K,{viewBackgroundColor:a.appState.viewBackgroundColor,gridType:a.appState.gridType,images:a.images})},exportSVG:X=>{const K=Array.isArray(X)&&X.length>0?X:a.elements;ir(K,{viewBackgroundColor:a.appState.viewBackgroundColor,images:a.images})}}),n.onMounted(()=>{a.recordHistory(),a.initImages()}),(X,K)=>{const ae=n.resolveComponent("el-input"),de=n.resolveComponent("el-popover"),ce=n.resolveComponent("el-button"),fe=n.resolveComponent("el-dialog");return n.openBlock(),n.createElementBlock("div",KE,[n.unref(a).appConfig.showToolbar!==!1&&n.unref(a).appConfig.editable!==!1?(n.openBlock(),n.createBlock(Hp,{key:0})):n.createCommentVNode("",!0),n.unref(a).appConfig.showPropertiesPanel!==!1&&n.unref(a).appConfig.editable!==!1?(n.openBlock(),n.createBlock(jm,{key:1})):n.createCommentVNode("",!0),(n.unref(a).appConfig.showBoardName!==!1||n.unref(a).appConfig.showGlobalSettings!==!1)&&n.unref(a).appConfig.editable!==!1?(n.openBlock(),n.createBlock(Wv,{key:2,showExport:n.unref(a).appConfig.showExport!==!1},null,8,["showExport"])):n.createCommentVNode("",!0),n.createVNode(Sy,{elements:n.unref(a).elements,zoom:n.unref(a).appState.zoom,scrollX:n.unref(a).appState.scrollX,scrollY:n.unref(a).appState.scrollY},null,8,["elements","zoom","scrollX","scrollY"]),n.unref(a).appConfig.editable!==!1?(n.openBlock(),n.createBlock(Py,{key:3})):n.createCommentVNode("",!0),n.unref(a).appConfig.editable!==!1?(n.openBlock(),n.createBlock(Tx,{key:4,zoom:n.unref(a).appState.zoom,scrollX:n.unref(a).appState.scrollX,scrollY:n.unref(a).appState.scrollY},null,8,["zoom","scrollX","scrollY"])):n.createCommentVNode("",!0),n.unref(a).appConfig.showFooter!==!1?(n.openBlock(),n.createBlock(ob,{key:5})):n.createCommentVNode("",!0),n.createVNode(Xb),n.unref(a).appConfig.editable!==!1?(n.openBlock(),n.createElementBlock("div",JE,[...K[12]||(K[12]=[n.createElementVNode("a",{href:"https://bctools.cn/",target:"_blank",rel:"noopener noreferrer"}," 技术支持: 软开企服(bctools.cn) ↗ ",-1)])])):n.createCommentVNode("",!0),n.unref(a).appConfig.editable!==!1&&n.unref(a).appConfig.showToolbar!==!1&&n.unref(a).appConfig.showAI?(n.openBlock(),n.createElementBlock("div",{key:7,class:"top-right-actions",style:n.normalizeStyle({right:n.unref(a).appState.isPropertiesPanelOpen?"345px":"24px"})},[n.createElementVNode("div",{class:"action-btn ai-btn",onClick:K[0]||(K[0]=te=>n.unref(a).setTool("aidraw")),title:"AI 绘制"},[...K[13]||(K[13]=[n.createElementVNode("span",{class:"ai-text"},"Ai",-1)])]),n.createElementVNode("div",{class:n.normalizeClass(["action-group",{"is-searching":p.value}])},[n.createVNode(de,{visible:g.value,ref:"searchPopover",placement:"bottom-end",width:266,trigger:"manual","popper-class":"search-results-popper","show-arrow":!1,offset:12},{reference:n.withCtx(()=>[n.createElementVNode("div",{class:"search-container",onClick:K[3]||(K[3]=n.withModifiers(()=>{},["stop"]))},[n.createElementVNode("div",{class:"action-btn search-toggle",onClick:n.withModifiers(y,["stop"]),title:"搜索"},[...K[14]||(K[14]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-sousuo"})],-1)])]),n.createElementVNode("div",eS,[n.createVNode(ae,{ref_key:"searchInputRef",ref:m,modelValue:f.value,"onUpdate:modelValue":K[1]||(K[1]=te=>f.value=te),placeholder:"搜索文字内容...",onInput:_,onFocus:k,onKeydown:[n.withKeys(w,["esc"]),n.withKeys(C,["enter"])],onClick:K[2]||(K[2]=n.withModifiers(()=>{},["stop"]))},null,8,["modelValue"]),n.createElementVNode("div",{class:"search-close-icon",onClick:n.withModifiers(w,["stop"])},[...K[15]||(K[15]=[n.createElementVNode("svg",{class:"svg-icon"},[n.createElementVNode("use",{"xlink:href":"#icon-guanbi"})],-1)])])])])]),default:n.withCtx(()=>[v.value.length>0?(n.openBlock(),n.createElementBlock("div",tS,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(v.value,te=>(n.openBlock(),n.createElementBlock("div",{key:te.id,class:"search-result-item",onClick:se=>S(te)},[n.createElementVNode("div",rS,[(n.openBlock(),n.createElementBlock("svg",iS,[n.createElementVNode("use",{"xlink:href":I(te)},null,8,aS)]))]),n.createElementVNode("div",oS,[n.createElementVNode("div",sS,n.toDisplayString(te.type==="text"?te.text:te.name),1),n.createElementVNode("div",lS,n.toDisplayString(V(te)),1)])],8,nS))),128))])):(n.openBlock(),n.createElementBlock("div",cS," 未找到相关内容 "))]),_:1},8,["visible"]),K[17]||(K[17]=n.createElementVNode("div",{class:"separator-line"},null,-1)),n.createElementVNode("div",{class:"action-btn",onClick:K[4]||(K[4]=te=>n.unref(a).appState.showHelp=!0),title:"快捷键"},[...K[16]||(K[16]=[n.createElementVNode("svg",{class:"svg-icon",viewBox:"0 0 24 24"},[n.createElementVNode("use",{"xlink:href":"#icon-kuaijiejian1"})],-1)])])],2)],4)):n.createCommentVNode("",!0),n.createVNode(fe,{modelValue:s.value,"onUpdate:modelValue":K[10]||(K[10]=te=>s.value=te),title:"AI 图表生成",width:"500px",onOpened:K[11]||(K[11]=()=>h.value?.focus())},{footer:n.withCtx(()=>[n.createElementVNode("span",uS,[n.createVNode(ce,{onClick:K[9]||(K[9]=te=>s.value=!1)},{default:n.withCtx(()=>[...K[18]||(K[18]=[n.createTextVNode("取消",-1)])]),_:1}),n.createVNode(ce,{style:{"background-color":"#409eff","border-color":"#409eff",color:"white"},loading:l.value,onClick:R},{default:n.withCtx(()=>[...K[19]||(K[19]=[n.createTextVNode("确定",-1)])]),_:1},8,["loading"])])]),default:n.withCtx(()=>[n.createVNode(ae,{ref_key:"aiInputRef",ref:h,modelValue:c.value,"onUpdate:modelValue":K[5]||(K[5]=te=>c.value=te),type:"textarea",rows:6,placeholder:"例如:画一个微服务鉴权系统的架构图\\n(支持直接粘贴长文本描述)",resize:"none",onKeydown:K[6]||(K[6]=n.withModifiers(()=>{},["stop"])),onPaste:K[7]||(K[7]=n.withModifiers(()=>{},["stop"])),onKeyup:K[8]||(K[8]=n.withModifiers(()=>{},["stop"]))},null,8,["modelValue"]),u.value?(n.openBlock(),n.createElementBlock("span",dS,n.toDisplayString(u.value),1)):n.createCommentVNode("",!0)]),_:1},8,["modelValue"])])}}}),[["__scopeId","data-v-a6ae26dc"]]);window._iconfont_svg_string_5125257='<svg><symbol id="icon-a-yuyanqiehuan1x" viewBox="0 0 1024 1024"><path d="M911.36 343.04C844.8 189.44 691.2 76.8 512 76.8 271.36 76.8 76.8 271.36 76.8 512s194.56 435.2 435.2 435.2 435.2-194.56 435.2-435.2q0-81.92-35.84-168.96zM143.36 512c0-46.08 10.24-92.16 25.6-133.12 20.48 10.24 46.08 15.36 46.08 35.84 0 71.68 0 153.6 71.68 153.6q40.96 15.36 56.32 56.32c5.12 15.36 30.72 0 56.32 0 15.36 0 0 20.48 0 66.56q0 46.08 102.4 117.76c0 30.72 0 56.32 5.12 71.68-204.8 0-363.52-168.96-363.52-368.64z m455.68 358.4c15.36-56.32 20.48-92.16 51.2-117.76 46.08-35.84 5.12-76.8-30.72-71.68-25.6 5.12-10.24-30.72-35.84-30.72s-56.32-46.08-87.04-61.44c-15.36-10.24-35.84-30.72-61.44-30.72-25.6 0-61.44 20.48-61.44 5.12 0-51.2-5.12-87.04-5.12-102.4 0-10.24-10.24-5.12 25.6-5.12 15.36 0 10.24-35.84 25.6-35.84 15.36 0 61.44 15.36 71.68 10.24 10.24-5.12 71.68 158.72 71.68 25.6 0-15.36-10.24-40.96 0-56.32 35.84-56.32 66.56-102.4 61.44-112.64 0-5.12-35.84-5.12-61.44 0-10.24 0 0 15.36-10.24 20.48-40.96 10.24-81.92-15.36-66.56-35.84 15.36-20.48 71.68-10.24 71.68-51.2 0-25.6 5.12-51.2 5.12-76.8 133.12 20.48 240.64 107.52 291.84 230.4-128 92.16-92.16 153.6-51.2 194.56 20.48 20.48 40.96 46.08 56.32 71.68-40.96 112.64-138.24 199.68-261.12 230.4z" fill="#6F7588" ></path></symbol><symbol id="icon-a-zu7807" viewBox="0 0 1024 1024"><path d="M736 704a224 224 0 1 0-221.76-256h-343.68a42.56 42.56 0 0 0 0 85.12h347.776A224.064 224.064 0 0 0 736 704z m98.176-322.176q40.704 40.64 40.704 98.176t-40.704 98.176q-40.64 40.704-98.176 40.704t-98.176-40.704Q597.12 537.6 597.12 480t40.704-98.176Q678.4 341.12 736 341.12t98.176 40.704z" fill="#363B4C" ></path></symbol><symbol id="icon-a-zu7812" viewBox="0 0 1024 1024"><path d="M853.44 533.12H170.56a42.56 42.56 0 1 1 0-85.12h682.88a42.56 42.56 0 1 1 0 85.12" fill="#363B4C" ></path></symbol><symbol id="icon-a-zu7810" viewBox="0 0 1024 1024"><path d="M452.224 533.12l219.776 154.88q23.68 16.64 47.36 0l227.968-160.64q20.352-14.336 20.352-39.36 0-25.088-20.352-39.424L719.36 288q-23.68-16.64-47.36 0L444.864 448H170.56a42.56 42.56 0 0 0 0 85.12h281.6z" fill="#363B4C" ></path></symbol><symbol id="icon-a-zu7813" viewBox="0 0 1024 1024"><path d="M881.344 612.8a42.368 42.368 0 0 1-27.904 10.432H170.56a42.56 42.56 0 1 1 0-85.12H768L622.592 392.64a42.56 42.56 0 1 1 60.224-60.16l211.264 211.328a42.56 42.56 0 0 1-12.736 68.992z" fill="#363B4C" ></path></symbol><symbol id="icon-a-zu7819" viewBox="0 0 1024 1024"><path d="M853.44 533.12H170.56a42.56 42.56 0 1 1 0-85.12h682.88a42.56 42.56 0 1 1 0 85.12" fill="#1E6FFF" ></path></symbol><symbol id="icon-a-zu7806" viewBox="0 0 1024 1024"><path d="M551.488 737.92A26.304 26.304 0 0 1 512 714.88V533.12H170.56a42.56 42.56 0 1 1 0-85.12H512V256c0-20.416 21.952-33.152 39.488-22.976l45.568 26.496h0.064l304.512 176.768 45.184 26.24a26.56 26.56 0 0 1 0 45.888l-45.248 26.24-304.448 176.768h-0.064l-45.568 26.432z m45.632-124.928V357.952l219.648 127.552L597.12 612.992z" fill="#363B4C" ></path></symbol><symbol id="icon-a-zu7814" viewBox="0 0 1024 1024"><path d="M881.344 411.2a42.368 42.368 0 0 0-27.904-10.432H170.56a42.56 42.56 0 1 0 0 85.12H768L622.592 631.36a42.56 42.56 0 1 0 60.224 60.16l211.264-211.328a42.56 42.56 0 0 0-12.736-68.992z" fill="#363B4C" ></path></symbol><symbol id="icon-a-zu7821" viewBox="0 0 1024 1024"><path d="M754.432 559.232H170.56a42.56 42.56 0 1 1 0-85.12H768L622.592 328.64a42.56 42.56 0 1 1 60.224-60.16l211.264 211.328a42.56 42.56 0 0 1-7.168 65.984 42.752 42.752 0 0 1-5.568 6.912l-211.264 211.328a42.56 42.56 0 0 1-60.16-60.16l144.512-144.64z" fill="#1E6FFF" ></path></symbol><symbol id="icon-a-zu7820" viewBox="0 0 1024 1024"><path d="M551.488 737.92A26.304 26.304 0 0 1 512 714.88V533.12H170.56a42.56 42.56 0 1 1 0-85.12H512V256c0-20.416 21.952-33.152 39.488-22.976l45.568 26.496h0.064l304.512 176.768 45.184 26.24a26.56 26.56 0 0 1 0 45.888l-45.248 26.24-304.448 176.768h-0.064l-45.568 26.432z m45.632-124.928V357.952l219.648 127.552L597.12 612.992z" fill="#1E6FFF" ></path></symbol><symbol id="icon-a-zu7826" viewBox="0 0 1024 1024"><path d="M452.224 533.12l219.776 154.88q23.68 16.64 47.36 0l227.968-160.64q20.352-14.336 20.352-39.36 0-25.088-20.352-39.424L719.36 288q-23.68-16.64-47.36 0L444.864 448H170.56a42.56 42.56 0 0 0 0 85.12h281.6z" fill="#1E6FFF" ></path></symbol><symbol id="icon-a-zu7823" viewBox="0 0 1024 1024"><path d="M736 704a224 224 0 1 0-221.76-256h-343.68a42.56 42.56 0 0 0 0 85.12h347.776A224.064 224.064 0 0 0 736 704z m98.176-322.176q40.704 40.64 40.704 98.176t-40.704 98.176q-40.64 40.704-98.176 40.704t-98.176-40.704Q597.12 537.6 597.12 480t40.704-98.176Q678.4 341.12 736 341.12t98.176 40.704z" fill="#1E6FFF" ></path></symbol><symbol id="icon-a-zu7815" viewBox="0 0 1024 1024"><path d="M754.432 559.232H170.56a42.56 42.56 0 1 1 0-85.12H768L622.592 328.64a42.56 42.56 0 1 1 60.224-60.16l211.264 211.328a42.56 42.56 0 0 1-7.168 65.984 42.752 42.752 0 0 1-5.568 6.912l-211.264 211.328a42.56 42.56 0 0 1-60.16-60.16l144.512-144.64z" fill="#363B4C" ></path></symbol><symbol id="icon-a-zu7817" viewBox="0 0 1024 1024"><path d="M736 704q11.008 0 21.952-1.088 10.944-1.088 21.76-3.2 10.752-2.176 21.312-5.376t20.672-7.36q10.24-4.224 19.84-9.408 9.792-5.184 18.944-11.328 9.152-6.08 17.6-13.056 8.512-7.04 16.32-14.784 7.808-7.808 14.72-16.32 7.04-8.512 13.12-17.664 6.144-9.088 11.328-18.816 5.12-9.728 9.408-19.84 4.16-10.24 7.36-20.736 3.2-10.56 5.376-21.312 2.112-10.816 3.2-21.76T960 480q0-11.008-1.088-21.952-1.088-10.944-3.2-21.76-2.176-10.752-5.376-21.312t-7.36-20.672q-4.224-10.24-9.408-19.84-5.184-9.792-11.328-18.88-6.08-9.152-13.056-17.664-7.04-8.512-14.784-16.32-7.808-7.744-16.32-14.72-8.512-7.04-17.664-13.12-9.152-6.144-18.816-11.328-9.728-5.12-19.84-9.408-10.24-4.16-20.736-7.36-10.56-3.2-21.312-5.376-10.816-2.112-21.76-3.2T736 256q-9.984 0-19.968 0.896-9.92 0.896-19.84 2.688-9.792 1.728-19.456 4.416-9.6 2.56-19.008 6.144-9.344 3.456-18.368 7.744-9.024 4.352-17.6 9.472-8.64 5.12-16.704 10.88-8.128 5.888-15.68 12.416-7.552 6.592-14.528 13.76-6.912 7.168-13.184 14.976-6.336 7.808-11.84 16.064-5.568 8.32-10.368 17.088-4.8 8.768-8.832 17.92-3.968 9.216-7.104 18.688-3.2 9.472-5.504 19.2-2.304 9.728-3.712 19.648H170.56a42.56 42.56 0 1 0 0 85.12H518.4q2.176 9.088 5.12 17.92 3.008 8.832 6.656 17.408 3.712 8.576 8.064 16.768 4.416 8.256 9.472 16.064 5.056 7.872 10.688 15.232 5.76 7.424 11.968 14.336 6.272 6.848 13.12 13.248 6.848 6.336 14.144 12.096 7.36 5.76 15.168 10.88 7.744 5.12 16 9.6 8.128 4.48 16.64 8.192 8.576 3.84 17.344 6.848 8.832 3.072 17.92 5.376 8.96 2.304 18.176 3.84 9.216 1.536 18.56 2.304 9.216 0.768 18.56 0.768z" fill="#363B4C" ></path></symbol><symbol id="icon-a-zu7827" viewBox="0 0 1024 1024"><path d="M881.344 612.8a42.368 42.368 0 0 1-27.904 10.432H170.56a42.56 42.56 0 1 1 0-85.12H768L622.592 392.64a42.56 42.56 0 1 1 60.224-60.16l211.264 211.328a42.56 42.56 0 0 1-12.736 68.992z" fill="#1E6FFF" ></path></symbol><symbol id="icon-a-zu7822" viewBox="0 0 1024 1024"><path d="M736 704q11.008 0 21.952-1.088 10.944-1.088 21.76-3.2 10.752-2.176 21.312-5.376t20.672-7.36q10.24-4.224 19.84-9.408 9.792-5.184 18.944-11.328 9.152-6.08 17.6-13.056 8.512-7.04 16.32-14.784 7.808-7.808 14.72-16.32 7.04-8.512 13.12-17.664 6.144-9.088 11.328-18.816 5.12-9.728 9.408-19.84 4.16-10.24 7.36-20.736 3.2-10.56 5.376-21.312 2.112-10.816 3.2-21.76T960 480q0-11.008-1.088-21.952-1.088-10.944-3.2-21.76-2.176-10.752-5.376-21.312t-7.36-20.672q-4.224-10.24-9.408-19.84-5.184-9.792-11.328-18.88-6.08-9.152-13.056-17.664-7.04-8.512-14.784-16.32-7.808-7.744-16.32-14.72-8.512-7.04-17.664-13.12-9.152-6.144-18.816-11.328-9.728-5.12-19.84-9.408-10.24-4.16-20.736-7.36-10.56-3.2-21.312-5.376-10.816-2.112-21.76-3.2T736 256q-9.984 0-19.968 0.896-9.92 0.896-19.84 2.688-9.792 1.728-19.456 4.416-9.6 2.56-19.008 6.144-9.344 3.456-18.368 7.744-9.024 4.352-17.6 9.472-8.64 5.12-16.704 10.88-8.128 5.888-15.68 12.416-7.552 6.592-14.528 13.76-6.912 7.168-13.184 14.976-6.336 7.808-11.84 16.064-5.568 8.32-10.368 17.088-4.8 8.768-8.832 17.92-3.968 9.216-7.104 18.688-3.2 9.472-5.504 19.2-2.304 9.728-3.712 19.648H170.56a42.56 42.56 0 1 0 0 85.12H518.4q2.176 9.088 5.12 17.92 3.008 8.832 6.656 17.408 3.712 8.576 8.064 16.768 4.416 8.256 9.472 16.064 5.056 7.872 10.688 15.232 5.76 7.424 11.968 14.336 6.272 6.848 13.12 13.248 6.848 6.336 14.144 12.096 7.36 5.76 15.168 10.88 7.744 5.12 16 9.6 8.128 4.48 16.64 8.192 8.576 3.84 17.344 6.848 8.832 3.072 17.92 5.376 8.96 2.304 18.176 3.84 9.216 1.536 18.56 2.304 9.216 0.768 18.56 0.768z" fill="#1E6FFF" ></path></symbol><symbol id="icon-a-zu7828" viewBox="0 0 1024 1024"><path d="M881.344 411.2a42.368 42.368 0 0 0-27.904-10.432H170.56a42.56 42.56 0 1 0 0 85.12H768L622.592 631.36a42.56 42.56 0 1 0 60.224 60.16l211.264-211.328a42.56 42.56 0 0 0-12.736-68.992z" fill="#1E6FFF" ></path></symbol><symbol id="icon-a-huaban13" viewBox="0 0 1024 1024"><path d="M947.2 448.64L719.36 288c-16-10.88-31.36-10.88-47.36 0L444.8 448H170.24c-23.68 0-42.24 19.2-42.24 42.88s19.2 42.24 42.24 42.24h282.24l219.52 154.88c16 10.88 31.36 10.88 47.36 0l227.84-160.64c13.44-9.6 20.48-22.4 20.48-39.68s-7.04-30.08-20.48-39.68z m-251.52 165.12L517.76 488.32l177.92-125.44 177.92 125.44-177.92 125.44z" fill="#1E6FFF" ></path></symbol><symbol id="icon-a-huaban12" viewBox="0 0 1024 1024"><path d="M946.56 462.72l-45.44-26.24-304.64-176.64-45.44-26.24a26.496 26.496 0 0 0-39.68 23.04v192H170.24c-23.68 0-42.24 19.2-42.24 42.88s19.2 42.24 42.24 42.24H512v181.76c0 20.48 21.76 33.28 39.68 23.04l45.44-26.24 304.64-176.64 45.44-26.24c17.28-10.24 17.28-35.84 0-46.08zM597.12 613.12V358.4l219.52 127.36-219.52 127.36z" fill="#1E6FFF" ></path></symbol><symbol id="icon-a-huaban15" viewBox="0 0 1024 1024"><path d="M947.2 448.64L719.36 288c-16-10.88-31.36-10.88-47.36 0L444.8 448H170.24c-23.68 0-42.24 19.2-42.24 42.88s19.2 42.24 42.24 42.24h282.24l219.52 154.88c16 10.88 31.36 10.88 47.36 0l227.84-160.64c13.44-9.6 20.48-22.4 20.48-39.68s-7.04-30.08-20.48-39.68z m-251.52 165.12L517.76 488.32l177.92-125.44 177.92 125.44-177.92 125.44z" fill="#363B4C" ></path></symbol><symbol id="icon-a-huaban14" viewBox="0 0 1024 1024"><path d="M946.56 462.72l-45.44-26.24-304.64-176.64-45.44-26.24a26.496 26.496 0 0 0-39.68 23.04v192H170.24c-23.68 0-42.24 19.2-42.24 42.88s19.2 42.24 42.24 42.24H512v181.76c0 20.48 21.76 33.28 39.68 23.04l45.44-26.24 304.64-176.64 45.44-26.24c17.28-10.24 17.28-35.84 0-46.08zM597.12 613.12V358.4l219.52 127.36-219.52 127.36z" fill="#363B4C" ></path></symbol><symbol id="icon-xianxingwangge" viewBox="0 0 1024 1024"><path d="M96 223.04m41.28 0l749.44 0q41.28 0 41.28 41.28l0 0q0 41.28-41.28 41.28l-749.44 0q-41.28 0-41.28-41.28l0 0q0-41.28 41.28-41.28Z" fill="#363B4C" ></path><path d="M96 470.72m41.28 0l749.44 0q41.28 0 41.28 41.28l0 0q0 41.28-41.28 41.28l-749.44 0q-41.28 0-41.28-41.28l0 0q0-41.28 41.28-41.28Z" fill="#363B4C" ></path><path d="M96 712.064m41.28 0l749.44 0q41.28 0 41.28 41.28l0 0q0 41.28-41.28 41.28l-749.44 0q-41.28 0-41.28-41.28l0 0q0-41.28 41.28-41.28Z" fill="#363B4C" ></path><path d="M305.6 96m0 41.28l0 749.44q0 41.28-41.28 41.28l0 0q-41.28 0-41.28-41.28l0-749.44q0-41.28 41.28-41.28l0 0q41.28 0 41.28 41.28Z" fill="#363B4C" ></path><path d="M553.28 96m0 41.28l0 749.44q0 41.28-41.28 41.28l0 0q-41.28 0-41.28-41.28l0-749.44q0-41.28 41.28-41.28l0 0q41.28 0 41.28 41.28Z" fill="#363B4C" ></path><path d="M800.96 96m0 41.28l0 749.44q0 41.28-41.28 41.28l0 0q-41.28 0-41.28-41.28l0-749.44q0-41.28 41.28-41.28l0 0q41.28 0 41.28 41.28Z" fill="#363B4C" ></path></symbol><symbol id="icon-pianhaoshezhi" viewBox="0 0 1024 1024"><path d="M439.808 101.824a40 40 0 0 0-46.336-20.352A446.08 446.08 0 0 0 208.64 185.088a40 40 0 0 0-8.576 46.912c5.376 10.88 8.384 23.232 8.384 36.416a82.24 82.24 0 0 1-83.2 82.304 40 40 0 0 0-38.784 28.032 450.432 450.432 0 0 0-11.392 224.448 40 40 0 0 0 43.136 31.872 82.24 82.24 0 0 1 70.912 135.04 40 40 0 0 0 1.728 53.44 446.72 446.72 0 0 0 194.368 118.784 40 40 0 0 0 49.536-26.176 82.176 82.176 0 0 1 156.48 0 40 40 0 0 0 49.536 26.176 446.72 446.72 0 0 0 194.368-118.784 40 40 0 0 0 1.728-53.504 82.24 82.24 0 0 1 70.912-135.04 40 40 0 0 0 43.136-31.744 450.496 450.496 0 0 0-11.392-224.512 40 40 0 0 0-39.872-28.032 82.24 82.24 0 0 1-73.664-118.72 40 40 0 0 0-8.64-46.912 446.08 446.08 0 0 0-184.832-103.68 40 40 0 0 0-46.336 20.48 82.048 82.048 0 0 1-146.368 0zM288.448 268.416c0-14.528-1.92-28.544-5.44-41.984a366.144 366.144 0 0 1 104.576-59.136c29.632 36.288 74.816 59.52 125.44 59.52 50.56 0 95.744-23.232 125.44-59.52a366.144 366.144 0 0 1 104.576 59.136 162.368 162.368 0 0 0 127.104 201.6 369.728 369.728 0 0 1 7.36 128.128 162.304 162.304 0 0 0-122.752 233.664 366.848 366.848 0 0 1-104.768 64.64 161.92 161.92 0 0 0-273.92 0 366.912 366.912 0 0 1-104.832-64.64A162.304 162.304 0 0 0 148.48 556.16a372.992 372.992 0 0 1 7.36-128.128 162.304 162.304 0 0 0 132.608-159.616zM513.024 336a176 176 0 1 0 0 352 176 176 0 0 0 0-352zM408.96 512a104 104 0 1 1 208 0 104 104 0 0 1-208 0z" fill="#363B4C" ></path></symbol><symbol id="icon-xianxingwangge-xuanzhong" viewBox="0 0 1024 1024"><path d="M96 223.04m41.28 0l749.44 0q41.28 0 41.28 41.28l0 0q0 41.28-41.28 41.28l-749.44 0q-41.28 0-41.28-41.28l0 0q0-41.28 41.28-41.28Z" fill="#1E6FFF" ></path><path d="M96 470.72m41.28 0l749.44 0q41.28 0 41.28 41.28l0 0q0 41.28-41.28 41.28l-749.44 0q-41.28 0-41.28-41.28l0 0q0-41.28 41.28-41.28Z" fill="#1E6FFF" ></path><path d="M96 712.064m41.28 0l749.44 0q41.28 0 41.28 41.28l0 0q0 41.28-41.28 41.28l-749.44 0q-41.28 0-41.28-41.28l0 0q0-41.28 41.28-41.28Z" fill="#1E6FFF" ></path><path d="M305.6 96m0 41.28l0 749.44q0 41.28-41.28 41.28l0 0q-41.28 0-41.28-41.28l0-749.44q0-41.28 41.28-41.28l0 0q41.28 0 41.28 41.28Z" fill="#1E6FFF" ></path><path d="M553.28 96m0 41.28l0 749.44q0 41.28-41.28 41.28l0 0q-41.28 0-41.28-41.28l0-749.44q0-41.28 41.28-41.28l0 0q41.28 0 41.28 41.28Z" fill="#1E6FFF" ></path><path d="M800.96 96m0 41.28l0 749.44q0 41.28-41.28 41.28l0 0q-41.28 0-41.28-41.28l0-749.44q0-41.28 41.28-41.28l0 0q41.28 0 41.28 41.28Z" fill="#1E6FFF" ></path></symbol><symbol id="icon-dianzhuangwangge" viewBox="0 0 1024 1024"><path d="M96 192a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#363B4C" ></path><path d="M96 512a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#363B4C" ></path><path d="M96 832a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#363B4C" ></path><path d="M416 192a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#363B4C" ></path><path d="M416 512a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#363B4C" ></path><path d="M416 832a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#363B4C" ></path><path d="M736 192a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#363B4C" ></path><path d="M736 512a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#363B4C" ></path><path d="M736 832a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#363B4C" ></path></symbol><symbol id="icon-wuwangge-xuanzhong" viewBox="0 0 1024 1024"><path d="M512 960A448 448 0 1 0 512 64a448 448 0 0 0 0 896zM512 153.6a358.4 358.4 0 1 1 0 716.8A358.4 358.4 0 0 1 512 153.6z" fill="#1E6FFF" ></path><path d="M837.248 248.96m-31.678384 31.678384l-524.956074 524.956074q-31.678384 31.678384-63.356768 0l0 0q-31.678384-31.678384 0-63.356767l524.956075-524.956075q31.678384-31.678384 63.356767 0l0 0q31.678384 31.678384 0 63.356768Z" fill="#1E6FFF" ></path></symbol><symbol id="icon-huabubeijing" viewBox="0 0 1024 1024"><path d="M512 57.6c123.84 0.064 230.272 39.104 319.616 118.208S966.4 351.808 966.4 465.024a251.136 251.136 0 0 1-78.08 185.088 256.768 256.768 0 0 1-173.824 76.224l-12.288 0.128h-85.76a48.896 48.896 0 0 0-47.232 47.936c0 14.848 3.712 25.216 10.88 32.384 17.472 16.64 27.328 39.808 27.328 63.936A92.928 92.928 0 0 1 512 966.336c-126.08 0-233.792-43.904-321.984-132.288C101.76 745.728 57.6 637.888 57.6 512.064c0-125.952 44.416-233.856 132.544-321.984C274.624 105.6 377.088 61.376 496.32 57.856L512 57.6z m0.512 82.56l-13.76 0.256c-98.112 2.88-180.608 38.528-250.24 108.16C176 320.96 140.224 407.872 140.224 512c0 104.128 35.648 190.912 108.16 263.68 72.576 72.576 159.104 108.096 265.856 108.16a10.304 10.304 0 0 0 7.68-3.072c1.92-2.048 3.072-4.736 2.944-10.112 0-1.152-0.448-2.304-1.6-3.84l-1.472-1.6c-24.32-24.32-35.2-55.808-35.136-92.544 1.344-67.392 53.312-122.432 122.176-128.384l7.68-0.448h95.104a176.256 176.256 0 0 0 119.744-53.568c34.24-32.64 53.248-78.08 52.416-125.376 0-88.768-34.88-163.456-106.944-227.264C706.56 175.36 624.512 143.36 526.72 140.416l-14.208-0.256zM219.904 455.808A64.96 64.96 0 1 1 284.8 568.256a64.96 64.96 0 0 1-64.896-112.448z m475.968-43.328a64.96 64.96 0 1 1 64.96 112.512 64.96 64.96 0 0 1-64.96-112.512zM349.76 239.424a64.96 64.96 0 1 1 68.48 110.272 64.96 64.96 0 0 1-68.48-110.272z m216.32 0a64.96 64.96 0 1 1 67.2 111.04 64.96 64.96 0 0 1-67.2-111.04z" fill="#363B4C" ></path></symbol><symbol id="icon-lishibanben" viewBox="0 0 1024 1024"><path d="M512 85.312a426.688 426.688 0 1 1-426.496 438.656A11.776 11.776 0 0 1 97.28 512h31.04c23.36 0 42.048 18.56 44.8 41.856 25.088 207.232 233.472 347.712 439.36 284.224 219.52-67.584 310.912-328.32 181.76-518.208-129.28-189.888-405.312-200.512-548.8-21.184h53.248a42.688 42.688 0 0 1 0 85.312H128a42.688 42.688 0 0 1-42.688-42.688V170.688a42.688 42.688 0 0 1 85.376 0v85.184A426.56 426.56 0 0 1 512 85.312z m42.688 256V483.84c0 3.328 1.664 6.464 4.48 8.32l68.992 46.08a42.688 42.688 0 0 1-47.36 71.04l-105.408-70.4a13.568 13.568 0 0 1-6.08-11.264v-186.24a42.688 42.688 0 0 1 85.376 0" fill="#363B4C" ></path></symbol><symbol id="icon-wuwangge" viewBox="0 0 1024 1024"><path d="M512 960A448 448 0 1 0 512 64a448 448 0 0 0 0 896zM512 153.6a358.4 358.4 0 1 1 0 716.8A358.4 358.4 0 0 1 512 153.6z" fill="#363B4C" ></path><path d="M837.248 248.96m-31.678384 31.678384l-524.956074 524.956074q-31.678384 31.678384-63.356768 0l0 0q-31.678384-31.678384 0-63.356767l524.956075-524.956075q31.678384-31.678384 63.356767 0l0 0q31.678384 31.678384 0 63.356768Z" fill="#363B4C" ></path></symbol><symbol id="icon-kuaijiejian" viewBox="0 0 1024 1024"><path d="M960 173.184c0-24.96-19.136-45.184-42.688-45.184H106.688C83.136 128 64 148.224 64 173.184v677.696c0 24.96 19.072 45.12 42.688 45.12h810.624c23.552 0 42.624-20.224 42.688-45.12V173.184z m-810.688 45.248h725.376v587.328H149.312V218.432z m640 361.344c11.776 0 21.376 10.24 21.376 22.592v45.184c0 12.48-9.6 22.592-21.376 22.592H234.688a21.952 21.952 0 0 1-21.376-22.592v-45.184c0-12.48 9.6-22.592 21.376-22.592h554.624z m-448-203.264A21.952 21.952 0 0 0 320 353.92H234.688a21.952 21.952 0 0 0-21.376 22.592v45.184c0 12.48 9.6 22.592 21.376 22.592H320c11.776 0 21.312-10.24 21.312-22.592v-45.184zM512 353.92c11.776 0 21.312 10.176 21.312 22.592v45.184c0 12.416-9.536 22.592-21.312 22.592H426.688a21.952 21.952 0 0 1-21.376-22.592v-45.184c0-12.48 9.6-22.592 21.376-22.592H512z m298.688 22.592a21.952 21.952 0 0 0-21.376-22.592H618.688a21.952 21.952 0 0 0-21.376 22.592v45.184c0 12.48 9.6 22.592 21.376 22.592h170.624a22.08 22.08 0 0 0 21.376-22.592v-45.184z" fill="#363B4C" ></path></symbol><symbol id="icon-dianzhuangwangge-xuanzhong" viewBox="0 0 1024 1024"><path d="M96 192a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#1E6FFF" ></path><path d="M96 512a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#1E6FFF" ></path><path d="M96 832a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#1E6FFF" ></path><path d="M416 192a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#1E6FFF" ></path><path d="M416 512a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#1E6FFF" ></path><path d="M416 832a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#1E6FFF" ></path><path d="M736 192a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#1E6FFF" ></path><path d="M736 512a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#1E6FFF" ></path><path d="M736 832a96 96 0 1 0 192 0 96 96 0 1 0-192 0Z" fill="#1E6FFF" ></path></symbol><symbol id="icon-beijingwangge" viewBox="0 0 1024 1024"><path d="M96 800v-576a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v576a128 128 0 0 1-128 128h-576a128 128 0 0 1-128-128z m83.2 0q0 44.8 44.8 44.8h576q44.8 0 44.8-44.8v-576q0-44.8-44.8-44.8h-576q-44.8 0-44.8 44.8v576z" fill="#363B4C" ></path><path d="M256 326.4m41.6 0l428.8 0q41.6 0 41.6 41.6l0 0q0 41.6-41.6 41.6l-428.8 0q-41.6 0-41.6-41.6l0 0q0-41.6 41.6-41.6Z" fill="#363B4C" ></path><path d="M416 256m0 41.6l0 428.8q0 41.6-41.6 41.6l0 0q-41.6 0-41.6-41.6l0-428.8q0-41.6 41.6-41.6l0 0q41.6 0 41.6 41.6Z" fill="#363B4C" ></path><path d="M697.6 256m0 41.6l0 428.8q0 41.6-41.6 41.6l0 0q-41.6 0-41.6-41.6l0-428.8q0-41.6 41.6-41.6l0 0q41.6 0 41.6 41.6Z" fill="#363B4C" ></path><path d="M256 608m41.6 0l428.8 0q41.6 0 41.6 41.6l0 0q0 41.6-41.6 41.6l-428.8 0q-41.6 0-41.6-41.6l0 0q0-41.6 41.6-41.6Z" fill="#363B4C" ></path></symbol><symbol id="icon-shezhi1" viewBox="0 0 1024 1024"><path d="M944.32 441.472c-1.344-0.832-2.56-1.92-4.032-2.368-111.68-34.88-136.768-74.752-120.96-188.928 1.28-9.088-2.688-22.592-9.472-28.48A419.2 419.2 0 0 0 633.152 128c-32.768 40.96-72.768 63.36-123.2 63.104-50.56-0.32-88.448-26.88-120.64-62.72a439.232 439.232 0 0 0-190.08 107.072c20.48 45.824 20.672 89.92-4.352 132.736-25.984 44.48-69.76 63.168-115.84 71.68-21.888 80.512-19.648 160.832 5.12 213.76 47.872 7.808 87.232 29.312 112.448 72.448 25.344 43.2 18.88 87.488 4.928 131.456 47.36 46.528 101.888 76.416 161.792 98.24 16.576 6.016 30.528 6.656 43.328-8.704 50.688-60.8 157.824-62.272 211.072-0.448 10.88 12.608 22.72 16.512 38.528 10.88 62.976-22.4 120.512-53.056 165.952-99.392-26.048-119.872 8.448-177.92 121.408-205.76 21.76-63.232 21.696-150.72 0.64-210.88z m-67.904 142.464c-11.52 6.144-22.848 11.84-33.792 18.176-71.04 40.832-114.368 101.44-112.448 180.992 1.088 45.824-17.856 65.92-55.232 80.448-4.48 1.728-9.152 3.072-16.96 5.76-95.36-65.472-193.792-66.752-293.504 1.792l-69.44-38.08c11.456-115.84-36.096-199.296-146.24-248V507.776c14.144-7.872 28.544-14.976 41.984-23.552 62.144-39.488 104.768-94.528 102.592-166.912-1.728-55.488 21.44-80.832 74.88-94.848 97.728 66.048 194.56 64.64 290.368-1.28 11.584 5.312 21.76 10.048 32 14.592 26.944 12.16 39.68 28.096 38.784 61.376-2.24 85.504 38.848 150.592 115.968 193.536l31.04 17.024v76.16z m-363.2-194.56C420.928 388.992 349.952 458.24 350.848 547.648c0.896 82.56 66.88 150.336 151.68 155.008 12.8 0.704 26.24 0.256 38.528-3.008 20.864-5.632 33.28-19.968 30.912-41.856-2.048-19.392-14.784-31.104-34.688-33.984-9.472-1.408-19.392 0.32-28.992-0.576-46.4-4.416-79.04-39.36-76.672-81.536 2.112-38.72 35.008-71.04 75.008-73.728 44.16-2.944 80.64 27.264 86.272 72.128 1.28 10.88-0.512 22.08 1.024 32.832 2.88 19.84 17.472 33.024 36.224 31.168 13.632-1.28 28.288-12.608 38.016-23.296 6.272-6.976 5.76-20.736 6.144-31.488 2.752-87.68-70.016-159.744-161.088-160z" fill="#363B4C" ></path></symbol><symbol id="icon-zujianduiqi" viewBox="0 0 1024 1024"><path d="M128 128m25.6 0l46.5408 0q25.6 0 25.6 25.6l0 716.8q0 25.6-25.6 25.6l-46.5408 0q-25.6 0-25.6-25.6l0-716.8q0-25.6 25.6-25.6Z" fill="#363B4C" ></path><path d="M337.408 381.696V293.2224q0-2.5088 0.512-4.9664 0.512-2.5088 1.4336-4.8128 1.024-2.3552 2.4064-4.4544 1.3824-2.048 3.1744-3.84 1.792-1.792 3.8912-3.1744 2.048-1.4336 4.4032-2.4064 2.3552-0.9728 4.8128-1.4336 2.4576-0.512 4.9664-0.512H870.4q2.5088 0 4.9664 0.512t4.8128 1.4336q2.304 1.024 4.4032 2.4064 2.0992 1.3824 3.8912 3.1744 1.792 1.792 3.1744 3.84 1.4336 2.0992 2.3552 4.4544 1.024 2.304 1.4848 4.8128 0.512 2.4576 0.512 4.9664v88.4736q0 2.5088-0.512 4.9664t-1.4848 4.8128q-0.9216 2.304-2.3552 4.4032-1.3824 2.0992-3.1744 3.8912-1.792 1.792-3.8912 3.1744-2.048 1.4336-4.4032 2.3552-2.3552 1.024-4.8128 1.4848-2.4576 0.512-4.9664 0.512H363.008q-2.5088 0-4.9664-0.512t-4.8128-1.4848q-2.304-0.9216-4.4032-2.3552-2.0992-1.3824-3.8912-3.1744-1.792-1.792-3.1744-3.8912-1.4336-2.048-2.4064-4.4032Q338.432 389.12 337.92 386.6624q-0.512-2.4576-0.512-4.9664z m0 307.2a25.6 25.6 0 0 0 25.6 25.6h297.9328a25.6 25.6 0 0 0 25.6-25.6v-88.4736a25.6 25.6 0 0 0-25.6-25.6H363.008a25.6 25.6 0 0 0-25.6 25.6v88.4224z" fill="#363B4C" ></path></symbol><symbol id="icon-quxiaobianzu1" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M76.8 179.2v-51.2c0-28.16 23.04-51.2 51.2-51.2h51.2c24.064 0 44.544 16.384 49.664 39.936h309.76c5.12-23.04 26.112-39.424 49.664-39.424h51.2c28.16 0 51.2 23.04 51.2 51.2v51.2c0 24.064-16.384 44.544-39.936 49.664v109.056c0 20.48-16.384 36.864-37.376 36.864s-36.864-16.384-37.376-36.864V229.376c-18.944-4.608-33.792-19.456-38.4-38.4H227.84c-4.608 18.944-19.456 33.792-38.4 38.4v309.76c18.944 4.608 33.792 19.456 38.4 38.4h109.056c20.48 0 36.864 16.384 36.864 37.376s-16.384 36.864-36.864 36.864H227.84c-5.12 23.04-26.112 39.936-49.664 39.936h-51.2c-28.16 0-51.2-23.04-51.2-51.2v-51.2c0-24.064 16.384-44.544 39.936-49.664V229.888a50.944 50.944 0 0 1-39.424-49.664l0.512-1.024z" fill="#363B4C" ></path><path d="M962.56 471.04v-51.2c0-28.16-23.04-51.2-51.2-51.2h-51.2c-24.576 0-45.056 16.896-50.176 40.96h-288.768c-5.12-24.064-25.6-40.96-50.176-40.96h-51.2c-28.16 0-51.2 23.04-51.2 51.2v51.2c0 24.576 16.896 45.056 40.96 50.176v288.768c-24.064 5.12-40.96 25.6-40.96 50.176v51.2c0 28.16 23.04 51.2 51.2 51.2h51.2c24.576 0 45.056-16.896 50.176-40.96h288.768c5.12 24.064 25.6 40.96 50.176 40.96h51.2c28.16 0 51.2-23.04 51.2-51.2v-51.2c0-24.576-16.896-45.056-40.96-50.176v-288.768c24.064-5.12 40.96-25.6 40.96-50.176z m-115.2 339.456c-17.92 4.608-32.256 18.944-36.864 36.864h-289.792c-4.608-17.92-18.944-32.256-36.864-36.864v-289.792c17.92-4.608 32.256-18.944 36.864-36.864h289.792c4.608 17.92 18.944 32.256 36.864 36.864v289.792z" fill="#363B4C" ></path></symbol><symbol id="icon-bianzu" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M947.2 178.176v-50.688c0-28.16-22.528-50.688-50.176-50.688h-50.176c-19.968 0-37.888 11.776-46.08 30.208H222.72a50.3808 50.3808 0 0 0-46.08-30.208h-50.176c-27.648 0-50.176 22.528-50.176 50.688v50.688c0 22.016 14.336 41.472 34.816 48.128v571.392c-20.992 6.656-34.816 26.112-34.816 48.128v50.688c0 28.16 22.528 50.688 50.176 50.688h50.176c19.968 0 37.888-11.776 46.08-30.208h578.56c8.192 18.432 26.112 30.208 46.08 30.208h50.176c27.648 0 50.176-22.528 50.176-50.688v-50.688c0-22.016-14.336-41.472-34.816-48.128V226.304c20.992-6.656 34.816-26.112 34.816-48.128h-0.512z m-107.52 617.984c-23.552 3.584-41.472 23.552-42.496 47.616H226.816a50.3296 50.3296 0 0 0-42.496-47.616V227.84c23.552-3.584 41.472-23.552 42.496-47.616h570.368c1.024 24.064 18.944 44.032 42.496 47.616v568.32z" fill="#363B4C" ></path><path d="M692.224 420.864h-90.112V329.728c0-28.16-22.528-50.688-50.176-50.688h-220.16c-27.648 0-50.176 22.528-50.176 50.688v222.72c0 28.16 22.528 50.688 50.176 50.688h90.112v91.136c0 28.16 22.528 50.688 50.176 50.688h220.16c27.648 0 50.176-22.528 50.176-50.688V471.552c0-28.16-22.528-50.688-50.176-50.688z m-270.336 50.688v65.536H346.624V344.576h189.952v75.776H471.552c-27.648 0-50.176 22.528-50.176 50.688l0.512 0.512z m115.2 15.36v50.688h-50.176v-50.688h50.176z m139.776 192H486.912v-75.776h65.024c27.648 0 50.176-22.528 50.176-50.688V486.912h75.264v192.512l-0.512-0.512z" fill="#363B4C" ></path></symbol><symbol id="icon-quxiaobianzu" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M76.8 179.2v-51.2c0-30.72 20.48-51.2 51.2-51.2h51.2c25.6 0 46.08 15.36 51.2 40.96h312.32c5.12-25.6 25.6-40.96 51.2-40.96h51.2c30.72 0 51.2 20.48 51.2 51.2v51.2c0 25.6-15.36 46.08-40.96 51.2v107.52c0 20.48-15.36 35.84-35.84 35.84s-35.84-15.36-35.84-35.84V230.4c-20.48 0-35.84-20.48-35.84-35.84H235.52c0 20.48-20.48 35.84-35.84 35.84v312.32c20.48 0 35.84 20.48 35.84 35.84h107.52c20.48 0 35.84 15.36 35.84 35.84s-15.36 35.84-35.84 35.84H235.52c-5.12 25.6-25.6 40.96-51.2 40.96h-51.2c-30.72 0-51.2-20.48-51.2-51.2v-51.2c0-25.6 15.36-46.08 40.96-51.2V225.28c-25.6-5.12-40.96-25.6-40.96-51.2z" fill="#363B4C" ></path><path d="M962.56 471.04v-51.2c0-30.72-20.48-51.2-51.2-51.2h-51.2c-25.6 0-46.08 15.36-51.2 40.96h-286.72c0-25.6-25.6-40.96-51.2-40.96h-51.2c-30.72 0-51.2 20.48-51.2 51.2v51.2c0 25.6 15.36 46.08 40.96 51.2v286.72c-25.6 0-40.96 25.6-40.96 51.2v51.2c0 30.72 20.48 51.2 51.2 51.2h51.2c25.6 0 46.08-15.36 51.2-40.96h286.72c0 25.6 25.6 40.96 51.2 40.96h51.2c30.72 0 51.2-20.48 51.2-51.2v-51.2c0-25.6-15.36-46.08-40.96-51.2v-286.72c25.6 0 40.96-25.6 40.96-51.2z m-117.76 337.92c-20.48 0-30.72 20.48-35.84 35.84h-291.84c0-20.48-20.48-30.72-35.84-35.84v-291.84c20.48 0 30.72-20.48 35.84-35.84h291.84c0 20.48 20.48 30.72 35.84 35.84v291.84z" fill="#363B4C" ></path></symbol><symbol id="icon-jiguangbi1" viewBox="0 0 1024 1024"><path d="M197.12 482.816s-2.56-4.608-4.096-6.656a29.3376 29.3376 0 0 0-5.632-5.632c-2.048-1.536-4.096-3.584-6.656-4.608a21.7088 21.7088 0 0 0-7.168-3.072c-2.56-0.512-5.12-1.536-7.68-2.048h-8.192c-2.56 0-5.12 0.512-7.68 1.536l-69.12 18.432c-2.56 0.512-5.12 1.536-7.68 3.072-2.56 1.024-4.608 2.56-6.656 4.096-2.048 1.536-4.096 3.584-5.632 5.632-1.536 2.048-3.584 4.096-4.608 6.656-1.536 2.56-2.56 4.608-3.072 7.168-0.512 2.56-1.536 5.12-2.048 7.68v8.192c0 2.56 0.512 5.12 1.536 7.68 0.512 2.56 1.536 5.12 3.072 7.68 1.024 2.56 2.56 4.608 4.096 6.656 1.536 2.048 3.584 4.096 5.632 5.632 2.048 1.536 4.096 3.584 6.656 4.608 2.56 1.536 4.608 2.56 7.168 3.072 2.56 1.024 5.12 1.536 7.68 2.048h8.192c2.56 0 5.12-0.512 7.68-1.536l69.12-18.432c2.56-0.512 5.12-1.536 7.68-3.072 2.56-1.536 4.608-2.56 6.656-4.096 2.048-1.536 4.096-3.584 5.632-5.632 1.536-2.048 3.584-4.096 4.608-6.656 1.536-2.56 2.56-4.608 3.072-7.168 1.024-2.56 1.536-5.12 2.048-7.68v-8.192c0-2.56-0.512-5.12-1.536-7.68-1.024-2.56-1.536-5.12-3.072-7.68zM391.168 142.848c1.024 2.56 2.048 5.12 3.072 7.168 1.536 2.56 2.56 4.608 4.608 6.656 1.536 2.048 3.584 4.096 5.632 5.632 2.048 1.536 4.096 3.072 6.656 4.608s5.12 2.048 7.68 3.072l7.68 1.536h8.192c2.56 0 5.12-1.024 7.68-1.536 2.56-1.024 5.12-2.048 7.168-3.072 2.56-1.536 4.608-2.56 6.656-4.608 2.048-1.536 4.096-3.584 5.632-5.632 1.536-2.048 3.072-4.096 4.608-6.656l3.072-7.68 1.536-7.68 6.144-71.168v-8.192c0-2.56-1.024-5.12-1.536-7.68-0.512-2.56-2.048-5.12-3.072-7.168a26.0096 26.0096 0 0 0-4.608-6.656 29.3376 29.3376 0 0 0-5.632-5.632C460.288 26.624 458.24 25.088 455.68 23.552L448 20.48C445.44 19.456 442.88 19.456 440.32 18.944h-8.192c-2.56 0-5.12 1.024-7.68 1.536-2.56 0.512-5.12 2.048-7.168 3.072-2.56 1.536-4.608 2.56-6.656 4.608-2.048 2.048-4.096 3.584-5.632 5.632-1.536 2.048-3.072 4.096-4.608 6.656l-3.072 7.68-1.536 7.68-6.144 71.168v8.192c0 2.56 1.024 5.12 1.536 7.68zM567.296 189.44s2.56 4.608 4.608 6.656c2.048 2.048 3.584 4.096 5.632 5.632 2.048 1.536 4.096 3.072 6.656 4.608s4.608 2.56 7.168 3.072c2.56 1.024 5.12 1.536 7.68 1.536h8.192c2.56 0 5.12-0.512 7.68-1.536 2.56-0.512 5.12-1.536 7.68-3.072a19.456 19.456 0 0 0 6.656-4.608c2.048-2.048 4.096-3.584 5.632-5.632l46.08-54.784s3.072-4.096 4.608-6.656 2.56-4.608 3.072-7.168c1.024-2.56 1.536-5.12 1.536-7.68v-8.192c0-2.56-0.512-5.12-1.536-7.68a24.1152 24.1152 0 0 0-3.072-7.68 19.456 19.456 0 0 0-4.608-6.656 29.3376 29.3376 0 0 0-5.632-5.632c-2.048-1.536-4.096-3.072-6.656-4.608a21.7088 21.7088 0 0 0-7.168-3.072 20.5312 20.5312 0 0 0-7.68-1.536h-8.192c-2.56 0-5.12 0.512-7.68 1.536-2.56 1.024-5.12 1.536-7.68 3.072a19.456 19.456 0 0 0-6.656 4.608c-2.048 1.536-4.096 3.584-5.632 5.632l-46.08 54.784s-3.072 4.096-4.608 6.656-2.56 4.608-3.072 7.168c-1.024 2.56-1.536 5.12-1.536 7.68v8.192c0 2.56 0.512 5.12 1.536 7.68 0.512 2.56 1.536 5.12 3.072 7.68zM275.456 222.208s4.608-2.56 6.656-4.608c2.048-1.536 4.096-3.584 5.632-5.632 1.536-2.048 3.072-4.096 4.608-6.656l3.072-7.68c1.024-2.56 1.024-5.12 1.536-7.68v-8.192c0-2.56-1.024-5.12-1.536-7.68-1.024-2.56-2.048-5.12-3.072-7.168-1.536-2.56-2.56-4.608-4.608-6.656l-46.08-54.784s-3.584-4.096-5.632-5.632c-2.048-1.536-4.096-3.072-6.656-4.608l-7.68-3.072c-2.56-1.024-5.12-1.024-7.68-1.536h-8.192c-2.56 0-5.12 1.024-7.68 1.536-2.56 0.512-5.12 2.048-7.168 3.072-2.56 1.536-4.608 2.56-6.656 4.608-2.048 2.048-4.096 3.584-5.632 5.632-1.536 2.048-3.072 4.096-4.608 6.656l-3.072 7.68-1.536 7.68v8.192c0 2.56 1.024 5.12 1.536 7.68 1.024 2.56 2.048 5.12 3.072 7.168 1.536 2.56 2.56 4.608 4.608 6.656l46.08 54.784s3.584 4.096 5.632 5.632c2.048 1.536 4.096 3.072 6.656 4.608l7.68 3.072 7.68 1.536c2.56 0.512 5.12 0 8.192 0 2.56 0 5.12-1.024 7.68-1.536 2.56-1.024 5.12-2.048 7.168-3.072zM204.288 331.776s-2.048-5.12-3.072-7.168c-1.536-2.56-3.072-4.608-4.608-6.656a29.3376 29.3376 0 0 0-5.632-5.632 46.7456 46.7456 0 0 0-6.656-4.096l-7.68-3.072L107.52 286.72l-7.68-1.536h-8.192c-2.56 0-5.12 1.024-7.68 2.048-2.56 1.024-5.12 2.048-7.168 3.072-2.56 1.536-4.608 3.072-6.656 4.608-2.048 1.536-4.096 3.584-5.632 5.632-1.536 2.048-3.072 4.608-4.096 6.656-1.024 2.048-2.048 5.12-3.072 7.68-1.024 2.56-1.024 5.12-1.536 7.68v8.192c0 2.56 1.024 5.12 2.048 7.68 1.024 2.56 2.048 5.12 3.072 7.168 1.024 2.048 3.072 4.608 4.608 6.656 1.536 2.048 3.584 4.096 5.632 5.632 2.048 1.536 4.608 3.072 6.656 4.096 2.048 1.024 5.12 2.048 7.68 3.072l69.12 18.432 7.68 1.536h8.192c2.56 0 5.12-1.024 7.68-2.048 2.56-1.024 5.12-2.048 7.168-3.072 2.56-1.536 4.608-3.072 6.656-4.608 2.048-1.536 4.096-3.584 5.632-5.632 1.536-2.048 3.072-4.608 4.096-6.656L204.8 355.328l1.536-7.68v-8.192c0-2.56-1.024-5.12-2.048-7.68zM928.768 665.088l-309.248-368.64a194.2528 194.2528 0 0 0-273.92-24.064l-15.872 13.312a194.2528 194.2528 0 0 0-24.064 273.92l309.248 368.64c32.768 38.912 90.624 44.032 130.048 11.264l172.544-144.896c38.912-32.768 44.032-90.624 11.264-130.048v0.512z m-588.8-240.64s0-4.096 0.512-5.632c4.096-29.184 17.408-53.248 39.936-72.192l15.872-13.312c24.576-20.48 52.224-29.184 83.968-26.624 30.72 2.56 56.32 15.872 76.8 38.912L365.056 506.88c-19.456-24.064-27.648-51.2-25.088-82.432z m526.336 309.76l-172.544 144.896c-3.072 2.56-6.656 4.096-9.216 3.584-3.072 0-5.632-2.048-8.704-5.12l-259.584-309.76 192-161.28 259.584 309.76c2.56 3.072 4.096 6.656 3.584 9.216-0.512 2.56-2.048 5.632-5.12 8.704z" fill="#363B4C" ></path><path d="M610.816 549.888a39.7312 39.7312 0 0 0-55.808-5.12c-16.896 14.336-18.944 38.912-5.12 55.808l54.272 64.512c14.336 16.896 38.912 18.944 55.808 5.12 16.896-13.824 18.944-38.912 5.12-55.808l-54.272-64.512z" fill="#363B4C" ></path></symbol><symbol id="icon-jiguangbi-xuanzhong1" viewBox="0 0 1024 1024"><path d="M197.12 482.816s-2.56-4.608-4.096-6.656a29.3376 29.3376 0 0 0-5.632-5.632c-2.048-1.536-4.096-3.584-6.656-4.608a21.7088 21.7088 0 0 0-7.168-3.072c-2.56-0.512-5.12-1.536-7.68-2.048h-8.192c-2.56 0-5.12 0.512-7.68 1.536l-69.12 18.432c-2.56 0.512-5.12 1.536-7.68 3.072-2.56 1.024-4.608 2.56-6.656 4.096-2.048 1.536-4.096 3.584-5.632 5.632-1.536 2.048-3.584 4.096-4.608 6.656-1.536 2.56-2.56 4.608-3.072 7.168-0.512 2.56-1.536 5.12-2.048 7.68v8.192c0 2.56 0.512 5.12 1.536 7.68 0.512 2.56 1.536 5.12 3.072 7.68 1.024 2.56 2.56 4.608 4.096 6.656 1.536 2.048 3.584 4.096 5.632 5.632 2.048 1.536 4.096 3.584 6.656 4.608 2.56 1.536 4.608 2.56 7.168 3.072 2.56 1.024 5.12 1.536 7.68 2.048h8.192c2.56 0 5.12-0.512 7.68-1.536l69.12-18.432c2.56-0.512 5.12-1.536 7.68-3.072 2.56-1.536 4.608-2.56 6.656-4.096 2.048-1.536 4.096-3.584 5.632-5.632 1.536-2.048 3.584-4.096 4.608-6.656 1.536-2.56 2.56-4.608 3.072-7.168 1.024-2.56 1.536-5.12 2.048-7.68v-8.192c0-2.56-0.512-5.12-1.536-7.68-1.024-2.56-1.536-5.12-3.072-7.68zM391.168 142.848c1.024 2.56 2.048 5.12 3.072 7.168 1.536 2.56 2.56 4.608 4.608 6.656 1.536 2.048 3.584 4.096 5.632 5.632 2.048 1.536 4.096 3.072 6.656 4.608s5.12 2.048 7.68 3.072l7.68 1.536h8.192c2.56 0 5.12-1.024 7.68-1.536 2.56-1.024 5.12-2.048 7.168-3.072 2.56-1.536 4.608-2.56 6.656-4.608 2.048-1.536 4.096-3.584 5.632-5.632 1.536-2.048 3.072-4.096 4.608-6.656l3.072-7.68 1.536-7.68 6.144-71.168v-8.192c0-2.56-1.024-5.12-1.536-7.68-0.512-2.56-2.048-5.12-3.072-7.168a26.0096 26.0096 0 0 0-4.608-6.656 29.3376 29.3376 0 0 0-5.632-5.632C460.288 26.624 458.24 25.088 455.68 23.552L448 20.48C445.44 19.456 442.88 19.456 440.32 18.944h-8.192c-2.56 0-5.12 1.024-7.68 1.536-2.56 0.512-5.12 2.048-7.168 3.072-2.56 1.536-4.608 2.56-6.656 4.608-2.048 2.048-4.096 3.584-5.632 5.632-1.536 2.048-3.072 4.096-4.608 6.656l-3.072 7.68-1.536 7.68-6.144 71.168v8.192c0 2.56 1.024 5.12 1.536 7.68zM567.296 189.44s2.56 4.608 4.608 6.656c2.048 2.048 3.584 4.096 5.632 5.632 2.048 1.536 4.096 3.072 6.656 4.608s4.608 2.56 7.168 3.072c2.56 1.024 5.12 1.536 7.68 1.536h8.192c2.56 0 5.12-0.512 7.68-1.536 2.56-0.512 5.12-1.536 7.68-3.072a19.456 19.456 0 0 0 6.656-4.608c2.048-2.048 4.096-3.584 5.632-5.632l46.08-54.784s3.072-4.096 4.608-6.656 2.56-4.608 3.072-7.168c1.024-2.56 1.536-5.12 1.536-7.68v-8.192c0-2.56-0.512-5.12-1.536-7.68a24.1152 24.1152 0 0 0-3.072-7.68 19.456 19.456 0 0 0-4.608-6.656 29.3376 29.3376 0 0 0-5.632-5.632c-2.048-1.536-4.096-3.072-6.656-4.608a21.7088 21.7088 0 0 0-7.168-3.072 20.5312 20.5312 0 0 0-7.68-1.536h-8.192c-2.56 0-5.12 0.512-7.68 1.536-2.56 1.024-5.12 1.536-7.68 3.072a19.456 19.456 0 0 0-6.656 4.608c-2.048 1.536-4.096 3.584-5.632 5.632l-46.08 54.784s-3.072 4.096-4.608 6.656-2.56 4.608-3.072 7.168c-1.024 2.56-1.536 5.12-1.536 7.68v8.192c0 2.56 0.512 5.12 1.536 7.68 0.512 2.56 1.536 5.12 3.072 7.68zM275.456 222.208s4.608-2.56 6.656-4.608c2.048-1.536 4.096-3.584 5.632-5.632 1.536-2.048 3.072-4.096 4.608-6.656l3.072-7.68c1.024-2.56 1.024-5.12 1.536-7.68v-8.192c0-2.56-1.024-5.12-1.536-7.68-1.024-2.56-2.048-5.12-3.072-7.168-1.536-2.56-2.56-4.608-4.608-6.656l-46.08-54.784s-3.584-4.096-5.632-5.632c-2.048-1.536-4.096-3.072-6.656-4.608l-7.68-3.072c-2.56-1.024-5.12-1.024-7.68-1.536h-8.192c-2.56 0-5.12 1.024-7.68 1.536-2.56 0.512-5.12 2.048-7.168 3.072-2.56 1.536-4.608 2.56-6.656 4.608-2.048 2.048-4.096 3.584-5.632 5.632-1.536 2.048-3.072 4.096-4.608 6.656l-3.072 7.68-1.536 7.68v8.192c0 2.56 1.024 5.12 1.536 7.68 1.024 2.56 2.048 5.12 3.072 7.168 1.536 2.56 2.56 4.608 4.608 6.656l46.08 54.784s3.584 4.096 5.632 5.632c2.048 1.536 4.096 3.072 6.656 4.608l7.68 3.072 7.68 1.536c2.56 0.512 5.12 0 8.192 0 2.56 0 5.12-1.024 7.68-1.536 2.56-1.024 5.12-2.048 7.168-3.072zM204.288 331.776s-2.048-5.12-3.072-7.168c-1.536-2.56-3.072-4.608-4.608-6.656a29.3376 29.3376 0 0 0-5.632-5.632 46.7456 46.7456 0 0 0-6.656-4.096l-7.68-3.072L107.52 286.72l-7.68-1.536h-8.192c-2.56 0-5.12 1.024-7.68 2.048-2.56 1.024-5.12 2.048-7.168 3.072-2.56 1.536-4.608 3.072-6.656 4.608-2.048 1.536-4.096 3.584-5.632 5.632-1.536 2.048-3.072 4.608-4.096 6.656-1.024 2.048-2.048 5.12-3.072 7.68-1.024 2.56-1.024 5.12-1.536 7.68v8.192c0 2.56 1.024 5.12 2.048 7.68 1.024 2.56 2.048 5.12 3.072 7.168 1.024 2.048 3.072 4.608 4.608 6.656 1.536 2.048 3.584 4.096 5.632 5.632 2.048 1.536 4.608 3.072 6.656 4.096 2.048 1.024 5.12 2.048 7.68 3.072l69.12 18.432 7.68 1.536h8.192c2.56 0 5.12-1.024 7.68-2.048 2.56-1.024 5.12-2.048 7.168-3.072 2.56-1.536 4.608-3.072 6.656-4.608 2.048-1.536 4.096-3.584 5.632-5.632 1.536-2.048 3.072-4.608 4.096-6.656L204.8 355.328l1.536-7.68v-8.192c0-2.56-1.024-5.12-2.048-7.68zM928.768 665.088l-309.248-368.64a194.2528 194.2528 0 0 0-273.92-24.064l-15.872 13.312a194.2528 194.2528 0 0 0-24.064 273.92l309.248 368.64c32.768 38.912 90.624 44.032 130.048 11.264l172.544-144.896c38.912-32.768 44.032-90.624 11.264-130.048v0.512z m-588.8-240.64s0-4.096 0.512-5.632c4.096-29.184 17.408-53.248 39.936-72.192l15.872-13.312c24.576-20.48 52.224-29.184 83.968-26.624 30.72 2.56 56.32 15.872 76.8 38.912L365.056 506.88c-19.456-24.064-27.648-51.2-25.088-82.432z m526.336 309.76l-172.544 144.896c-3.072 2.56-6.656 4.096-9.216 3.584-3.072 0-5.632-2.048-8.704-5.12l-259.584-309.76 192-161.28 259.584 309.76c2.56 3.072 4.096 6.656 3.584 9.216-0.512 2.56-2.048 5.632-5.12 8.704z" fill="#1E6FFF" ></path><path d="M610.816 549.888a39.7312 39.7312 0 0 0-55.808-5.12c-16.896 14.336-18.944 38.912-5.12 55.808l54.272 64.512c14.336 16.896 38.912 18.944 55.808 5.12 16.896-13.824 18.944-38.912 5.12-55.808l-54.272-64.512z" fill="#1E6FFF" ></path></symbol><symbol id="icon-suoding1" viewBox="0 0 1024 1024"><path d="M192 396.8v-30.4q0-125.248 88.576-213.824Q369.152 64 494.4 64q125.248 0 213.824 88.576 88.576 88.576 88.576 213.824V396.8a46.4 46.4 0 1 1-92.8 0v-30.4q0-86.848-61.44-148.224-61.312-61.376-148.16-61.376t-148.224 61.44q-61.376 61.312-61.376 148.16V396.8A46.4 46.4 0 1 1 192 396.8m92.8 259.2v30.4q0 86.848 61.44 148.224 61.312 61.376 148.16 61.376t148.224-61.44q61.376-61.312 61.376-148.16v-30.4a46.4 46.4 0 1 1 92.8 0v30.4q0 125.248-88.576 213.824-88.576 88.576-213.824 88.576-125.248 0-213.824-88.576Q192 811.648 192 686.4v-30.4a46.4 46.4 0 1 1 92.8 0" fill="#FFFFFF" ></path><path d="M448 320m46.4 0l0 0q46.4 0 46.4 46.4l0 320q0 46.4-46.4 46.4l0 0q-46.4 0-46.4-46.4l0-320q0-46.4 46.4-46.4Z" fill="#FFFFFF" ></path></symbol><symbol id="icon-quxiaosuoding" viewBox="0 0 1024 1024"><path d="M192 396.8v-30.4q0-125.248 88.576-213.824Q369.152 64 494.4 64q125.248 0 213.824 88.576 88.576 88.576 88.576 213.824V396.8a46.4 46.4 0 1 1-92.8 0v-30.4q0-86.848-61.44-148.224-61.312-61.376-148.16-61.376t-148.224 61.44q-61.376 61.312-61.376 148.16V396.8A46.4 46.4 0 1 1 192 396.8m92.8 259.2v30.4q0 86.848 61.44 148.224 61.312 61.376 148.16 61.376t148.224-61.44q61.376-61.312 61.376-148.16v-30.4a46.4 46.4 0 1 1 92.8 0v30.4q0 125.248-88.576 213.824-88.576 88.576-213.824 88.576-125.248 0-213.824-88.576Q192 811.648 192 686.4v-30.4a46.4 46.4 0 1 1 92.8 0" fill="#6F7588" ></path><path d="M448 604.8v81.6q0 4.544 0.896 9.024 0.896 4.48 2.624 8.704 1.792 4.224 4.288 8.064 2.56 3.84 5.76 7.04 3.2 3.2 7.04 5.76 3.84 2.56 8.064 4.288 4.224 1.728 8.704 2.624 4.48 0.896 9.024 0.896 4.544 0 9.024-0.896 4.48-0.896 8.704-2.624 4.224-1.792 8.064-4.288 3.84-2.56 7.04-5.76 3.2-3.2 5.76-7.04 2.56-3.84 4.288-8.064 1.728-4.224 2.624-8.704 0.896-4.48 0.896-9.024V604.8H448zM448 512h92.8V366.4q0-4.544-0.896-9.024-0.896-4.48-2.624-8.704-1.792-4.224-4.288-8.064-2.56-3.84-5.76-7.04-3.2-3.2-7.04-5.76-3.84-2.56-8.064-4.288-4.224-1.728-8.704-2.624Q498.944 320 494.4 320q-4.544 0-9.024 0.896-4.48 0.896-8.704 2.624-4.224 1.792-8.064 4.288-3.84 2.56-7.04 5.76-3.2 3.2-5.76 7.04-2.56 3.84-4.288 8.064-1.728 4.224-2.624 8.704Q448 361.856 448 366.4V512z" fill="#6F7588" ></path><path d="M142.4 480a46.4 46.4 0 1 0 0 92.8h675.2a46.4 46.4 0 1 0 0-92.8H142.4z" fill="#6F7588" ></path></symbol><symbol id="icon-biankuang-yincangzhuangtai" viewBox="0 0 1024 1024"><path d="M870.4 310.418286V153.6H713.728a44.836571 44.836571 0 0 1 0-89.6h201.581714c24.795429 0 44.836571 20.041143 44.836572 44.836571v201.581715a44.763429 44.763429 0 1 1-89.6 0zM713.728 870.4h156.818286V713.581714a44.763429 44.763429 0 1 1 89.6 0v201.581715a44.763429 44.763429 0 0 1-44.836572 44.836571H713.654857a44.763429 44.763429 0 1 1 0-89.6zM153.6 713.581714V870.4h156.818286a44.836571 44.836571 0 0 1 0 89.6H108.836571a44.763429 44.763429 0 0 1-44.836571-44.836571V713.581714a44.763429 44.763429 0 1 1 89.6 0zM310.418286 153.6H153.6v156.818286a44.836571 44.836571 0 0 1-89.6 0V108.836571c0-24.795429 20.041143-44.836571 44.836571-44.836571h201.581715a44.836571 44.836571 0 0 1 0 89.6z" fill="#6F7588" ></path></symbol><symbol id="icon-jiaodu" viewBox="0 0 1024 1024"><path d="M338.304 169.152v152.384a534.976 534.976 0 0 1 492.16 492.16h152.384a41.152 41.152 0 1 1 0 82.304H256V169.152a41.152 41.152 0 1 1 82.304 0m0 235.008v409.6h409.6a452.672 452.672 0 0 0-409.6-409.6z" fill="#6F7588" ></path></symbol><symbol id="icon-shuipingfanzhuan" viewBox="0 0 1024 1024"><path d="M562.688 894.976h363.52a13.44 13.44 0 0 0 12.288-18.944L574.976 92.16c-6.144-12.8-25.6-8.704-25.6 5.632v783.872c0 7.168 5.632 13.312 13.312 13.312z" fill="#C2C5CF" ></path><path d="M464.832 894.976a13.568 13.568 0 0 0 13.312-13.312V97.792c0-14.336-19.456-18.432-25.6-5.632l-363.52 783.872a13.248 13.248 0 0 0 12.288 18.944h363.52z" fill="#6F7588" ></path></symbol><symbol id="icon-chuizhifanzhuan" viewBox="0 0 1024 1024"><path d="M128 460.8V96c0-12.8 12.8-19.2 19.2-12.8L934.4 448c12.8 6.4 6.4 25.6-6.4 25.6H140.8c-6.4 0-12.8-6.4-12.8-12.8z" fill="#6F7588" ></path><path d="M128 556.8c0-6.4 6.4-12.8 12.8-12.8h780.8c12.8 0 19.2 19.2 6.4 25.6L147.2 934.4c-6.4 6.4-19.2 0-19.2-12.8V556.8z" fill="#C2C5CF" ></path></symbol><symbol id="icon-zujiansuoding" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#363B4C" fill-opacity="0" ></path><path d="M906.24 373.76c-30.72-30.72-61.44-46.08-102.4-46.08h-5.12c-5.12-66.56-35.84-128-81.92-184.32-56.32-56.32-122.88-87.04-199.68-87.04-71.68 0-138.24 25.6-194.56 76.8-51.2 51.2-81.92 112.64-87.04 194.56h-5.12c-40.96 0-76.8 15.36-102.4 46.08-30.72 30.72-40.96 66.56-40.96 107.52v327.68c0 40.96 15.36 76.8 40.96 107.52 30.72 30.72 61.44 46.08 102.4 46.08h578.56c40.96 0 76.8-15.36 102.4-46.08 30.72-30.72 40.96-66.56 40.96-107.52V481.28c0-40.96-15.36-76.8-40.96-107.52zM384 204.8C419.84 168.96 460.8 153.6 512 153.6s97.28 20.48 133.12 56.32c30.72 35.84 51.2 76.8 56.32 122.88H322.56c5.12-51.2 25.6-97.28 61.44-128z m471.04 599.04c0 20.48-5.12 35.84-15.36 46.08-10.24 10.24-25.6 15.36-40.96 15.36H225.28c-15.36 0-25.6-5.12-40.96-15.36-10.24-10.24-15.36-25.6-15.36-40.96V481.28c0-15.36 5.12-30.72 15.36-40.96 10.24-10.24 25.6-15.36 40.96-15.36h578.56c15.36 0 25.6 5.12 40.96 15.36 10.24 10.24 15.36 25.6 15.36 40.96v322.56z" fill="#363B4C" ></path><path d="M465.92 568.32v158.72c0 10.24 0 25.6 15.36 30.72 10.24 10.24 20.48 15.36 30.72 15.36 10.24 0 25.6 0 30.72-15.36 10.24-10.24 15.36-20.48 15.36-30.72v-158.72c0-10.24 0-25.6-15.36-30.72-10.24-10.24-20.48-15.36-30.72-15.36-10.24 0-25.6 0-30.72 15.36-10.24 10.24-15.36 20.48-15.36 30.72z" fill="#363B4C" ></path></symbol><symbol id="icon-zujianjiesuo" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#363B4C" fill-opacity="0" ></path><path d="M906.24 373.76c-30.72-30.72-61.44-46.08-102.4-46.08H225.28c-40.96 0-76.8 15.36-102.4 46.08-30.72 30.72-40.96 66.56-40.96 107.52v327.68c0 40.96 15.36 76.8 40.96 107.52 30.72 30.72 61.44 46.08 102.4 46.08h578.56c40.96 0 76.8-15.36 102.4-46.08 30.72-30.72 40.96-66.56 40.96-107.52V481.28c0-40.96-15.36-76.8-40.96-107.52z m-51.2 430.08c0 20.48-5.12 35.84-15.36 46.08-10.24 10.24-25.6 15.36-40.96 15.36H225.28c-15.36 0-25.6-5.12-40.96-15.36-10.24-10.24-15.36-25.6-15.36-40.96V481.28c0-15.36 5.12-30.72 15.36-40.96 10.24-10.24 25.6-15.36 40.96-15.36h578.56c15.36 0 25.6 5.12 40.96 15.36 10.24 10.24 15.36 25.6 15.36 40.96v322.56z" fill="#363B4C" ></path><path d="M465.92 732.16v-158.72c0-10.24 0-25.6 15.36-30.72 10.24-10.24 20.48-15.36 30.72-15.36 10.24 0 25.6 0 30.72 15.36 10.24 10.24 15.36 20.48 15.36 30.72v158.72c0 10.24 0 25.6-15.36 30.72-10.24 10.24-20.48 15.36-30.72 15.36-10.24 0-25.6 0-30.72-15.36-10.24-10.24-15.36-20.48-15.36-30.72z" fill="#363B4C" ></path><path d="M501.76 332.8h81.92c5.12-51.2 25.6-97.28 56.32-128 30.72-35.84 71.68-51.2 117.76-51.2 46.08 0 87.04 20.48 122.88 56.32 15.36 20.48 25.6 40.96 30.72 56.32 0 10.24 5.12 15.36 10.24 25.6 5.12 20.48 25.6 35.84 46.08 35.84s46.08-20.48 40.96-46.08c0-15.36-10.24-35.84-15.36-51.2-10.24-30.72-30.72-61.44-51.2-87.04-51.2-56.32-112.64-87.04-184.32-87.04-66.56 0-128 25.6-174.08 76.8-46.08 51.2-76.8 112.64-81.92 194.56z" fill="#363B4C" ></path></symbol><symbol id="icon-jiacu2-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#1E6FFF" fill-opacity="0" ></path><path d="M340.032 468.032H544c62.592 0 113.28-49.28 113.28-110.08 0-60.672-50.688-109.952-113.28-109.952H340.032v220.032z m453.248 197.952c0 109.376-91.392 198.016-204.032 198.016H249.28v-704H544c112.64 0 204.032 88.64 204.032 198.016 0 52.992-21.632 101.12-56.512 136.64 60.8 34.24 101.76 98.176 101.76 171.328zM340.032 555.968v220.032h249.216c62.592 0 113.28-49.28 113.28-110.016 0-60.736-50.688-110.016-113.28-110.016H340.032z" fill="#1E6FFF" ></path></symbol><symbol id="icon-dingduiqi2-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#1E6FFF" fill-opacity="0" ></path><path d="M548.224 269.056A45.056 45.056 0 0 0 512 256a45.056 45.056 0 0 0-36.224 13.056L314.752 430.144a45.12 45.12 0 0 0 32 77.056c11.648 0 23.04-4.352 32-13.184l88.256-88.128 0.576 446.912c0 24.96 19.2 43.2 44.224 43.2 24.96 0 46.016-18.176 46.016-43.2l-0.576-446.72 88 87.936a45.44 45.44 0 0 0 64 0 45.12 45.12 0 0 0 0-63.872L548.224 269.056zM128 173.12q0-4.48 0.896-8.832 0.832-4.352 2.56-8.448 1.664-4.096 4.16-7.808 2.432-3.648 5.568-6.848 3.2-3.136 6.848-5.568 3.712-2.496 7.808-4.16 4.096-1.728 8.448-2.56Q168.704 128 173.12 128h677.76q4.48 0 8.768 0.896 4.416 0.832 8.512 2.56 4.096 1.664 7.808 4.16 3.648 2.432 6.848 5.568 3.136 3.2 5.568 6.848 2.496 3.712 4.16 7.808 1.728 4.096 2.56 8.448 0.896 4.416 0.896 8.832 0 4.48-0.896 8.832-0.832 4.352-2.56 8.448-1.664 4.096-4.16 7.808-2.432 3.648-5.632 6.848-3.136 3.136-6.784 5.568-3.712 2.496-7.808 4.16-4.096 1.728-8.512 2.56-4.352 0.896-8.768 0.896H173.12q-4.48 0-8.832-0.896-4.352-0.832-8.448-2.56-4.096-1.664-7.808-4.16-3.648-2.432-6.848-5.568-3.136-3.2-5.568-6.848-2.496-3.712-4.16-7.808-1.728-4.096-2.56-8.448Q128 177.536 128 173.12z" fill="#1E6FFF" ></path></symbol><symbol id="icon-diduiqi1-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#1E6FFF" fill-opacity="0" ></path><path d="M548.224 754.944A45.056 45.056 0 0 1 512 768a45.056 45.056 0 0 1-36.224-13.056L314.752 593.856a45.12 45.12 0 0 1 32-77.056c11.648 0 23.04 4.352 32 13.184l88.256 88.128V173.184C467.008 148.224 487.04 128 512 128c24.96 0 45.248 20.224 45.248 45.184v444.8l88-88a45.44 45.44 0 0 1 64 0 45.12 45.12 0 0 1 0 63.872l-161.024 161.088zM128 850.88c0 24.96 20.224 45.12 45.12 45.12h677.76a45.12 45.12 0 0 0 0-90.24H173.12a45.12 45.12 0 0 0-45.12 45.12z" fill="#1E6FFF" ></path></symbol><symbol id="icon-juzhongduiqi-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#1E6FFF" fill-opacity="0" ></path><path d="M128 192m46.464 0l675.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-675.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z" fill="#1E6FFF" ></path><path d="M288 497.536c0 25.664 20.8 46.464 46.464 46.464h355.072a46.464 46.464 0 0 0 0-92.928H334.464c-25.664 0-46.464 20.8-46.464 46.464zM224 750.464c0 25.6 20.8 46.464 46.464 46.464h483.072a46.464 46.464 0 0 0 0-92.928H270.464c-25.664 0-46.464 20.8-46.464 46.464z" fill="#1E6FFF" ></path></symbol><symbol id="icon-qingxie1-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#1E6FFF" fill-opacity="0" ></path><path d="M595.968 864H325.504a43.968 43.968 0 1 1 0-88h87.04l94.976-528H414.976a43.968 43.968 0 1 1 0-88h270.528a43.968 43.968 0 1 1 0 88H598.4l-94.976 528h92.48a43.968 43.968 0 1 1 0 88" fill="#1E6FFF" ></path></symbol><symbol id="icon-shanchuxian-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#1E6FFF" fill-opacity="0" ></path><path d="M431.296 228.8a216.512 216.512 0 0 1 91.968-15.168c30.848 1.344 60.992 9.6 88.256 24 25.664 13.952 44.864 32.448 56.704 52.672a42.688 42.688 0 0 0 73.6-43.264 230.592 230.592 0 0 0-89.536-84.352 292.928 292.928 0 0 0-124.8-34.24 301.824 301.824 0 0 0-128.448 21.312 246.272 246.272 0 0 0-100.608 73.6 190.08 190.08 0 0 0-42.304 110.976c-0.448 11.712 0.256 23.424 2.048 35.008a42.688 42.688 0 1 0 84.288-13.312 94.272 94.272 0 0 1-1.024-18.368c0.768-20.8 8.576-41.984 23.872-61.248 15.36-19.456 37.888-36.224 65.92-47.616zM170.688 469.312a42.688 42.688 0 0 0 0 85.376h341.44a212.48 212.48 0 0 1 90.24 19.648c11.648 5.44 22.592 12.16 32.704 20.032 11.072 8.576 20.736 18.752 28.8 30.272 12.8 17.92 19.392 39.68 18.752 61.696a105.152 105.152 0 0 1-23.872 61.312c-15.36 19.392-37.888 36.16-65.92 47.552a216.192 216.192 0 0 1-92.032 15.168 207.424 207.424 0 0 1-88.32-24c-25.6-13.952-44.8-32.448-56.704-52.672a42.688 42.688 0 1 0-73.536 43.264c20.672 35.136 51.968 63.936 89.6 84.352a292.928 292.928 0 0 0 124.672 34.24 301.888 301.888 0 0 0 128.512-21.312 246.208 246.208 0 0 0 100.608-73.6c25.6-32.32 40.704-70.592 42.24-110.912a186.112 186.112 0 0 0-33.728-113.408 213.312 213.312 0 0 0-17.024-21.632h136.192a42.688 42.688 0 1 0 0-85.376H170.688z" fill="#1E6FFF" ></path></symbol><symbol id="icon-zuoduiqi3-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#1E6FFF" fill-opacity="0" ></path><path d="M128 192m46.464 0l675.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-675.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z" fill="#1E6FFF" ></path><path d="M128 448m46.464 0l355.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-355.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z" fill="#1E6FFF" ></path><path d="M128 753.536c0 25.664 20.8 46.464 46.464 46.464h483.072a46.464 46.464 0 0 0 0-92.928H174.464c-25.664 0-46.464 20.8-46.464 46.464z" fill="#1E6FFF" ></path></symbol><symbol id="icon-xiahuaxian1-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#1E6FFF" fill-opacity="0" ></path><path d="M160 845.184c0-24.96 22.72-45.184 50.56-45.184h603.456c27.776 0 49.984 20.224 49.984 45.184 0 24.96-22.208 45.184-49.984 45.184h-603.52c-27.776 0-50.496-20.288-50.496-45.184zM328.96 200v259.328C328.96 559.168 411.072 640 512 640c100.992 0 183.04-80.896 183.04-180.672v-259.2a45.76 45.76 0 1 1 91.52 0v259.2c0 149.696-123.072 271.04-274.56 271.04S237.76 609.024 237.76 459.328V200a45.632 45.632 0 0 1 91.264 0" fill="#1E6FFF" ></path></symbol><symbol id="icon-zhongjianduiqi-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#1E6FFF" fill-opacity="0" ></path><path d="M548.416 602.112a45.056 45.056 0 0 0-36.288-13.056 45.056 45.056 0 0 0-36.224 13.056L341.76 736.128a45.12 45.12 0 0 0 32 77.056c11.648 0 23.04-4.416 32-13.184l61.44-61.056v175.872c0 24.96 19.968 45.184 44.928 45.184 24.96 0 45.248-20.224 45.248-45.184v-175.744l63.744 63.808a45.44 45.44 0 0 0 64 0 45.12 45.12 0 0 0 0-63.936L548.48 602.112z m-0.32-180.288a45.056 45.056 0 0 1-36.224 13.12 45.056 45.056 0 0 1-36.288-13.12L341.76 287.872a45.056 45.056 0 0 1 32-77.056c11.648 0 23.04 4.416 32 13.184l61.12 61.056V109.184c0-24.96 19.968-45.184 44.928-45.184 24.96 0 45.248 20.224 45.248 45.184v175.744l60.992-60.928a45.44 45.44 0 0 1 64 0 45.056 45.056 0 0 1 0 63.872L548.096 421.824zM128 512c0 24.96 20.224 45.12 45.12 45.12h677.76a45.12 45.12 0 0 0 0-90.24H173.12A45.12 45.12 0 0 0 128 512z" fill="#1E6FFF" ></path></symbol><symbol id="icon-youduiqi3-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M128 192m46.464 0l675.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-675.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z" fill="#363B4C" ></path><path d="M447.99999995 448m46.464 0l355.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-355.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z" fill="#363B4C" ></path><path d="M319.99999997 753.536c0 25.664 20.8 46.464 46.464 46.464h483.072a46.464 46.464 0 0 0 0-92.928H366.46399997c-25.664 0-46.464 20.8-46.464 46.464z" fill="#363B4C" ></path></symbol><symbol id="icon-youduiqi3-copy-copy" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#1E6FFF" fill-opacity="0" ></path><path d="M128 192m46.464 0l675.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-675.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z" fill="#1E6FFF" ></path><path d="M447.99999995 448m46.464 0l355.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-355.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z" fill="#1E6FFF" ></path><path d="M319.99999997 753.536c0 25.664 20.8 46.464 46.464 46.464h483.072a46.464 46.464 0 0 0 0-92.928H366.46399997c-25.664 0-46.464 20.8-46.464 46.464z" fill="#1E6FFF" ></path></symbol><symbol id="icon-dingduiqi2" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M548.224 269.056A45.056 45.056 0 0 0 512 256a45.056 45.056 0 0 0-36.224 13.056L314.752 430.144a45.12 45.12 0 0 0 32 77.056c11.648 0 23.04-4.352 32-13.184l88.256-88.128 0.576 446.912c0 24.96 19.2 43.2 44.224 43.2 24.96 0 46.016-18.176 46.016-43.2l-0.576-446.72 88 87.936a45.44 45.44 0 0 0 64 0 45.12 45.12 0 0 0 0-63.872L548.224 269.056zM128 173.12q0-4.48 0.896-8.832 0.832-4.352 2.56-8.448 1.664-4.096 4.16-7.808 2.432-3.648 5.568-6.848 3.2-3.136 6.848-5.568 3.712-2.496 7.808-4.16 4.096-1.728 8.448-2.56Q168.704 128 173.12 128h677.76q4.48 0 8.768 0.896 4.416 0.832 8.512 2.56 4.096 1.664 7.808 4.16 3.648 2.432 6.848 5.568 3.136 3.2 5.568 6.848 2.496 3.712 4.16 7.808 1.728 4.096 2.56 8.448 0.896 4.416 0.896 8.832 0 4.48-0.896 8.832-0.832 4.352-2.56 8.448-1.664 4.096-4.16 7.808-2.432 3.648-5.632 6.848-3.136 3.136-6.784 5.568-3.712 2.496-7.808 4.16-4.096 1.728-8.512 2.56-4.352 0.896-8.768 0.896H173.12q-4.48 0-8.832-0.896-4.352-0.832-8.448-2.56-4.096-1.664-7.808-4.16-3.648-2.432-6.848-5.568-3.136-3.2-5.568-6.848-2.496-3.712-4.16-7.808-1.728-4.096-2.56-8.448Q128 177.536 128 173.12z" fill="#363B4C" ></path></symbol><symbol id="icon-diduiqi1" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M548.224 754.944A45.056 45.056 0 0 1 512 768a45.056 45.056 0 0 1-36.224-13.056L314.752 593.856a45.12 45.12 0 0 1 32-77.056c11.648 0 23.04 4.352 32 13.184l88.256 88.128V173.184C467.008 148.224 487.04 128 512 128c24.96 0 45.248 20.224 45.248 45.184v444.8l88-88a45.44 45.44 0 0 1 64 0 45.12 45.12 0 0 1 0 63.872l-161.024 161.088zM128 850.88c0 24.96 20.224 45.12 45.12 45.12h677.76a45.12 45.12 0 0 0 0-90.24H173.12a45.12 45.12 0 0 0-45.12 45.12z" fill="#363B4C" ></path></symbol><symbol id="icon-jiacu2" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M340.032 468.032H544c62.592 0 113.28-49.28 113.28-110.08 0-60.672-50.688-109.952-113.28-109.952H340.032v220.032z m453.248 197.952c0 109.376-91.392 198.016-204.032 198.016H249.28v-704H544c112.64 0 204.032 88.64 204.032 198.016 0 52.992-21.632 101.12-56.512 136.64 60.8 34.24 101.76 98.176 101.76 171.328zM340.032 555.968v220.032h249.216c62.592 0 113.28-49.28 113.28-110.016 0-60.736-50.688-110.016-113.28-110.016H340.032z" fill="#363B4C" ></path></symbol><symbol id="icon-juzhongduiqi" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M128 192m46.464 0l675.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-675.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z" fill="#363B4C" ></path><path d="M288 497.536c0 25.664 20.8 46.464 46.464 46.464h355.072a46.464 46.464 0 0 0 0-92.928H334.464c-25.664 0-46.464 20.8-46.464 46.464zM224 750.464c0 25.6 20.8 46.464 46.464 46.464h483.072a46.464 46.464 0 0 0 0-92.928H270.464c-25.664 0-46.464 20.8-46.464 46.464z" fill="#363B4C" ></path></symbol><symbol id="icon-qingxie1" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M595.968 864H325.504a43.968 43.968 0 1 1 0-88h87.04l94.976-528H414.976a43.968 43.968 0 1 1 0-88h270.528a43.968 43.968 0 1 1 0 88H598.4l-94.976 528h92.48a43.968 43.968 0 1 1 0 88" fill="#363B4C" ></path></symbol><symbol id="icon-shanchuxian" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M431.296 228.8a216.512 216.512 0 0 1 91.968-15.168c30.848 1.344 60.992 9.6 88.256 24 25.664 13.952 44.864 32.448 56.704 52.672a42.688 42.688 0 0 0 73.6-43.264 230.592 230.592 0 0 0-89.536-84.352 292.928 292.928 0 0 0-124.8-34.24 301.824 301.824 0 0 0-128.448 21.312 246.272 246.272 0 0 0-100.608 73.6 190.08 190.08 0 0 0-42.304 110.976c-0.448 11.712 0.256 23.424 2.048 35.008a42.688 42.688 0 1 0 84.288-13.312 94.272 94.272 0 0 1-1.024-18.368c0.768-20.8 8.576-41.984 23.872-61.248 15.36-19.456 37.888-36.224 65.92-47.616zM170.688 469.312a42.688 42.688 0 0 0 0 85.376h341.44a212.48 212.48 0 0 1 90.24 19.648c11.648 5.44 22.592 12.16 32.704 20.032 11.072 8.576 20.736 18.752 28.8 30.272 12.8 17.92 19.392 39.68 18.752 61.696a105.152 105.152 0 0 1-23.872 61.312c-15.36 19.392-37.888 36.16-65.92 47.552a216.192 216.192 0 0 1-92.032 15.168 207.424 207.424 0 0 1-88.32-24c-25.6-13.952-44.8-32.448-56.704-52.672a42.688 42.688 0 1 0-73.536 43.264c20.672 35.136 51.968 63.936 89.6 84.352a292.928 292.928 0 0 0 124.672 34.24 301.888 301.888 0 0 0 128.512-21.312 246.208 246.208 0 0 0 100.608-73.6c25.6-32.32 40.704-70.592 42.24-110.912a186.112 186.112 0 0 0-33.728-113.408 213.312 213.312 0 0 0-17.024-21.632h136.192a42.688 42.688 0 1 0 0-85.376H170.688z" fill="#363B4C" ></path></symbol><symbol id="icon-xiahuaxian1" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M160 845.184c0-24.96 22.72-45.184 50.56-45.184h603.456c27.776 0 49.984 20.224 49.984 45.184 0 24.96-22.208 45.184-49.984 45.184h-603.52c-27.776 0-50.496-20.288-50.496-45.184zM328.96 200v259.328C328.96 559.168 411.072 640 512 640c100.992 0 183.04-80.896 183.04-180.672v-259.2a45.76 45.76 0 1 1 91.52 0v259.2c0 149.696-123.072 271.04-274.56 271.04S237.76 609.024 237.76 459.328V200a45.632 45.632 0 0 1 91.264 0" fill="#363B4C" ></path></symbol><symbol id="icon-zuoduiqi3" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M128 192m46.464 0l675.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-675.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z" fill="#363B4C" ></path><path d="M128 448m46.464 0l355.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-355.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z" fill="#363B4C" ></path><path d="M128 753.536c0 25.664 20.8 46.464 46.464 46.464h483.072a46.464 46.464 0 0 0 0-92.928H174.464c-25.664 0-46.464 20.8-46.464 46.464z" fill="#363B4C" ></path></symbol><symbol id="icon-zhongjianduiqi" viewBox="0 0 1024 1024"><path d="M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M548.416 602.112a45.056 45.056 0 0 0-36.288-13.056 45.056 45.056 0 0 0-36.224 13.056L341.76 736.128a45.12 45.12 0 0 0 32 77.056c11.648 0 23.04-4.416 32-13.184l61.44-61.056v175.872c0 24.96 19.968 45.184 44.928 45.184 24.96 0 45.248-20.224 45.248-45.184v-175.744l63.744 63.808a45.44 45.44 0 0 0 64 0 45.12 45.12 0 0 0 0-63.936L548.48 602.112z m-0.32-180.288a45.056 45.056 0 0 1-36.224 13.12 45.056 45.056 0 0 1-36.288-13.12L341.76 287.872a45.056 45.056 0 0 1 32-77.056c11.648 0 23.04 4.416 32 13.184l61.12 61.056V109.184c0-24.96 19.968-45.184 44.928-45.184 24.96 0 45.248 20.224 45.248 45.184v175.744l60.992-60.928a45.44 45.44 0 0 1 64 0 45.056 45.056 0 0 1 0 63.872L548.096 421.824zM128 512c0 24.96 20.224 45.12 45.12 45.12h677.76a45.12 45.12 0 0 0 0-90.24H173.12A45.12 45.12 0 0 0 128 512z" fill="#363B4C" ></path></symbol><symbol id="icon-zitiyanse11" viewBox="0 0 1075 1024"><path d="M772.144762 747.52L566.369524 223.817143a24.137143 24.137143 0 0 0-24.380953-16.579048H484.449524c-11.702857 0-19.992381 5.36381-24.380953 16.579048L254.293333 747.52c-6.339048 16.579048-4.87619 32.182857 5.36381 46.811429 10.24 14.628571 23.893333 21.942857 41.935238 21.942857 22.918095 0 38.521905-10.727619 47.299048-32.182857l48.761904-123.855239h232.106667l48.761905 123.855239c8.289524 21.455238 23.893333 32.182857 46.811428 32.182857 18.041905 0 31.695238-7.314286 41.935238-21.942857 10.24-14.628571 11.702857-30.232381 5.36381-46.811429h-0.487619z m-25.356191 33.645714c-5.36381 7.801905-12.190476 11.215238-21.455238 11.215238-11.702857 0-19.992381-5.36381-24.380952-16.579047l-49.737143-126.780953a18.870857 18.870857 0 0 0-18.529524-12.678095H394.727619c-9.264762 0-15.60381 4.388571-18.529524 12.678095l-49.737143 126.780953c-4.388571 11.215238-12.678095 16.579048-24.380952 16.579047-9.264762 0-16.579048-3.900952-21.942857-11.702857a24.380952 24.380952 0 0 1-2.925714-24.380952L482.986667 232.594286s0.975238-0.975238 1.950476-0.975238h57.539047s1.462857 0 1.950477 0.975238l205.775238 523.702857a24.380952 24.380952 0 0 1-2.925715 24.380952l-0.487619 0.487619z" fill="#EEEFF0" ></path><path d="M529.310476 338.895238c-2.925714-7.314286-8.289524-10.727619-16.091428-10.727619s-13.165714 3.413333-16.091429 10.727619l-86.79619 220.40381c-2.438095 5.36381-1.462857 10.727619 1.950476 16.091428 3.413333 4.87619 8.289524 7.314286 14.140952 7.314286h173.104762c5.851429 0 10.727619-2.438095 14.140952-7.314286 3.413333-4.87619 3.900952-10.24 1.950477-16.091428l-86.308572-220.40381z m-91.672381 219.428572l76.068572-193.097143 75.580952 193.097143H437.638095z" fill="#EEEFF0" ></path><path d="M700.952381 775.801905c4.388571 11.215238 12.678095 16.579048 24.380952 16.579047 9.264762 0 16.579048-3.900952 21.455238-11.215238a24.380952 24.380952 0 0 0 2.925715-24.380952L543.939048 233.081905s-0.975238-0.975238-1.950477-0.975238H484.449524s-1.462857 0-1.950476 0.975238L276.72381 756.784762a24.380952 24.380952 0 0 0 2.925714 24.380952c5.36381 7.801905 12.678095 11.702857 21.942857 11.702857 11.702857 0 19.992381-5.36381 24.380952-16.579047l49.737143-126.780953c3.413333-8.289524 9.752381-12.678095 18.529524-12.678095h237.958095c9.264762 0 15.60381 4.388571 18.529524 12.678095l49.737143 126.780953 0.487619-0.487619z m-274.529524-193.097143c-5.851429 0-10.727619-2.438095-14.140952-7.314286a17.066667 17.066667 0 0 1-1.950476-16.091428l86.79619-220.40381c2.925714-7.314286 8.289524-10.727619 16.091429-10.727619s13.165714 3.413333 16.091428 10.727619l86.308572 220.40381c2.438095 5.36381 1.462857 10.727619-1.950477 16.091428-3.413333 4.87619-8.289524 7.314286-14.140952 7.314286H426.422857z" fill="#FFFFFF" ></path></symbol><symbol id="icon-wubiankuang" viewBox="0 0 1024 1024"><path d="M230.4 640v-256a153.6 153.6 0 0 1 153.6-153.6h256a153.6 153.6 0 0 1 153.6 153.6v256a153.6 153.6 0 0 1-153.6 153.6h-256a153.6 153.6 0 0 1-153.6-153.6z m81.92 0q0 29.696 20.992 50.688 20.992 20.992 50.688 20.992h256q29.696 0 50.688-20.992 20.992-20.992 20.992-50.688v-256q0-29.696-20.992-50.688-20.992-20.992-50.688-20.992h-256q-29.696 0-50.688 20.992-20.992 20.992-20.992 50.688v256z" fill="#363B4C" ></path><path d="M921.6 51.2m0 0l57.926188 57.926188q0 0 0 0l-861.543428 861.543427q0 0 0 0l-57.926188-57.926187q0 0 0 0l861.543428-861.543428q0 0 0 0Z" fill="#F80B1E" ></path><path d="M0 819.2V204.8a204.8 204.8 0 0 1 204.8-204.8h614.4a204.8 204.8 0 0 1 204.8 204.8v614.4a204.8 204.8 0 0 1-204.8 204.8H204.8a204.8 204.8 0 0 1-204.8-204.8z m51.2 0q0 63.6416 45.0048 108.5952Q141.1584 972.8 204.8 972.8h614.4q63.6416 0 108.5952-45.0048Q972.8 882.8416 972.8 819.2V204.8q0-63.6416-45.0048-108.5952Q882.8416 51.2 819.2 51.2H204.8q-63.6416 0-108.5952 45.0048Q51.2 141.1584 51.2 204.8v614.4z" fill="#C2C5CF" ></path></symbol><symbol id="icon-wuyanse" viewBox="0 0 1024 1024"><path d="M0 819.2V204.8a204.8 204.8 0 0 1 204.8-204.8h614.4a204.8 204.8 0 0 1 204.8 204.8v614.4a204.8 204.8 0 0 1-204.8 204.8H204.8a204.8 204.8 0 0 1-204.8-204.8z m51.2 0q0 63.6416 45.0048 108.5952Q141.1584 972.8 204.8 972.8h614.4q63.6416 0 108.5952-45.0048Q972.8 882.8416 972.8 819.2V204.8q0-63.6416-45.0048-108.5952Q882.8416 51.2 819.2 51.2H204.8q-63.6416 0-108.5952 45.0048Q51.2 141.1584 51.2 204.8v614.4z" fill="#EEEFF0" ></path><path d="M931.6352 43.6736m0 0l48.223551 48.223551q0 0 0 0l-888.949755 888.949755q0 0 0 0l-48.223551-48.223551q0 0 0 0l888.949755-888.949755q0 0 0 0Z" fill="#F80B1E" ></path><path d="M0 819.2V204.8a204.8 204.8 0 0 1 204.8-204.8h614.4a204.8 204.8 0 0 1 204.8 204.8v614.4a204.8 204.8 0 0 1-204.8 204.8H204.8a204.8 204.8 0 0 1-204.8-204.8z m51.2 0q0 63.6416 45.0048 108.5952Q141.1584 972.8 204.8 972.8h614.4q63.6416 0 108.5952-45.0048Q972.8 882.8416 972.8 819.2V204.8q0-63.6416-45.0048-108.5952Q882.8416 51.2 819.2 51.2H204.8q-63.6416 0-108.5952 45.0048Q51.2 141.1584 51.2 204.8v614.4z" fill="#EEEFF0" ></path></symbol><symbol id="icon-yun" viewBox="0 0 1025 1024"><path d="M1.98144 0h1024v1024H1.98144z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M808.38144 268.8c-51.2-136.533333-196.266667-183.466667-307.2-102.4C394.514773 85.333333 249.448107 132.266667 198.248107 268.8 108.648107 273.066667 31.848107 345.6 6.248107 443.733333c-21.333333 98.133333 12.8 204.8 89.6 256-8.533333 21.333333-12.8 38.4-12.8 55.466667 0 46.933333 21.333333 76.8 42.666666 98.133333s64 21.333333 85.333334 21.333334 34.133333-8.533333 55.466666-25.6c34.133333 25.6 76.8 42.666667 115.2 42.666666 42.666667 0 81.066667-12.8 115.2-42.666666 110.933333 85.333333 268.8 29.866667 311.466667-119.466667 115.2 0 213.333333-106.666667 209.066667-238.933333 0-132.266667-98.133333-238.933333-217.6-230.4z m12.8 375.466667h-59.733333l-17.066667 64c-25.6 89.6-119.466667 123.733333-192 72.533333l-46.933333-34.133333-46.933334 34.133333c-21.333333 17.066667-46.933333 25.6-72.533333 25.6-25.6 0-51.2-8.533333-72.533333-25.6l-17.066667-12.8c-17.066667 21.333333-38.4 42.666667-59.733333 42.666667-42.666667 0-85.333333-25.6-64-119.466667 0-12.8 8.533333-21.333333 12.8-29.866667l-42.666667-29.866666C95.848107 597.333333 74.514773 533.333333 87.314773 473.6c12.8-59.733333 59.733333-102.4 115.2-106.666667h51.2l21.333334-55.466666c29.866667-81.066667 119.466667-110.933333 187.733333-59.733334l46.933333 34.133334 46.933334-34.133334c64-51.2 153.6-21.333333 187.733333 59.733334l21.333333 59.733333h55.466667c72.533333-8.533333 132.266667 55.466667 132.266667 136.533333 0 81.066667-55.466667 145.066667-123.733334 145.066667z" fill="#363B4C" ></path></symbol><symbol id="icon-zuojiantou" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M917.333333 307.2h-349.866666V128c0-38.4-42.666667-55.466667-72.533334-29.866667L55.466667 486.4c-17.066667 17.066667-17.066667 46.933333 0 64l435.2 392.533333c25.6 25.6 72.533333 4.266667 72.533333-29.866666v-179.2h349.866667c25.6 0 42.666667-17.066667 42.666666-42.666667v-341.333333c0-25.6-17.066667-42.666667-42.666666-42.666667z m-42.666666 341.333333h-392.533334v166.4l-328.533333-294.4 328.533333-294.4v166.4h392.533334v256z" fill="#363B4C" ></path></symbol><symbol id="icon-yuanzhuti" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M512 42.666667C251.733333 42.666667 42.666667 157.866667 42.666667 298.666667v426.666666c0 140.8 209.066667 256 469.333333 256s469.333333-115.2 469.333333-256V298.666667c0-140.8-209.066667-256-469.333333-256z m384 682.666666c0 12.8-4.266667 29.866667-17.066667 42.666667-17.066667 21.333333-42.666667 42.666667-76.8 64-76.8 42.666667-174.933333 64-290.133333 64s-213.333333-21.333333-290.133333-64c-34.133333-17.066667-59.733333-38.4-76.8-64-12.8-17.066667-17.066667-29.866667-17.066667-42.666667V298.666667c0-12.8 4.266667-29.866667 17.066667-42.666667 17.066667-21.333333 42.666667-42.666667 76.8-64C298.666667 149.333333 396.8 128 512 128s213.333333 21.333333 290.133333 64c34.133333 17.066667 59.733333 38.4 76.8 64 12.8 17.066667 17.066667 29.866667 17.066667 42.666667v426.666666z" fill="#363B4C" ></path><path d="M512 42.666667C251.733333 42.666667 42.666667 157.866667 42.666667 298.666667s209.066667 256 469.333333 256 469.333333-115.2 469.333333-256-209.066667-256-469.333333-256z m366.933333 298.666666c-17.066667 21.333333-42.666667 42.666667-76.8 64-76.8 42.666667-174.933333 64-290.133333 64s-213.333333-21.333333-290.133333-64c-34.133333-17.066667-59.733333-38.4-76.8-64-12.8-17.066667-17.066667-29.866667-17.066667-42.666666s4.266667-29.866667 17.066667-42.666667c17.066667-21.333333 42.666667-42.666667 76.8-64C298.666667 149.333333 396.8 128 512 128s213.333333 21.333333 290.133333 64c34.133333 17.066667 59.733333 38.4 76.8 64 12.8 17.066667 17.066667 29.866667 17.066667 42.666667s-4.266667 29.866667-17.066667 42.666666z" fill="#363B4C" ></path></symbol><symbol id="icon-youjiantou" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M968.533333 486.4L529.066667 98.133333c-25.6-25.6-72.533333-4.266667-72.533334 29.866667v179.2H106.666667c-25.6 0-42.666667 17.066667-42.666667 42.666667v341.333333c0 25.6 17.066667 42.666667 42.666667 42.666667h349.866666v179.2c0 38.4 42.666667 55.466667 72.533334 29.866666l435.2-392.533333c17.066667-17.066667 17.066667-46.933333 0-64z m-422.4 328.533333v-166.4H149.333333v-256h392.533334V226.133333l328.533333 294.4-328.533333 294.4z" fill="#363B4C" ></path></symbol><symbol id="icon-zhengfangxing" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M896 85.333333H128c-25.6 0-42.666667 17.066667-42.666667 42.666667v768c0 25.6 17.066667 42.666667 42.666667 42.666667h768c25.6 0 42.666667-17.066667 42.666667-42.666667V128c0-25.6-17.066667-42.666667-42.666667-42.666667z m-42.666667 768H170.666667V170.666667h682.666666v682.666666z" fill="#363B4C" ></path></symbol><symbol id="icon-sanjiaoxing" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M985.6 853.333333L550.4 123.733333c-17.066667-25.6-55.466667-25.6-72.533333 0L38.4 853.333333c-17.066667 29.866667 0 64 38.4 64h874.666667c34.133333 0 55.466667-34.133333 38.4-64z m-836.266667-21.333333L512 230.4l362.666667 601.6h-725.333334z" fill="#363B4C" ></path></symbol><symbol id="icon-liubianxing" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M977.066667 490.666667l-213.333334-384c-8.533333-12.8-21.333333-21.333333-34.133333-21.333334H298.666667c-17.066667 0-29.866667 8.533333-34.133334 21.333334l-217.6 384c-8.533333 12.8-8.533333 25.6 0 38.4l213.333334 384c8.533333 12.8 21.333333 21.333333 34.133333 21.333333h426.666667c17.066667 0 29.866667-8.533333 34.133333-21.333333l213.333333-384c8.533333-12.8 8.533333-25.6 0-38.4z m-277.333334 366.933333H324.266667L132.266667 512l192-345.6h379.733333L896 512l-192 345.6z" fill="#363B4C" ></path></symbol><symbol id="icon-shuangxiangjiantou" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M1011.2 482.133333l-375.466667-345.6c-25.6-21.333333-59.733333-4.266667-59.733333 29.866667v157.866667h-128V166.4c0-34.133333-38.4-51.2-59.733333-29.866667L12.8 482.133333c-17.066667 17.066667-17.066667 42.666667 0 55.466667l375.466667 345.6c25.6 21.333333 59.733333 4.266667 59.733333-29.866667v-157.866666h128V853.333333c0 34.133333 38.4 51.2 59.733333 29.866667l375.466667-345.6c17.066667-17.066667 17.066667-42.666667 0-55.466667z m-362.666667 290.133334v-149.333334H375.466667v149.333334L93.866667 512l281.6-260.266667v149.333334h273.066666V251.733333l281.6 260.266667-281.6 260.266667z" fill="#363B4C" ></path></symbol><symbol id="icon-wubianxing" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M964.266667 358.4l-426.666667-307.2c-12.8-8.533333-34.133333-8.533333-46.933333 0L59.733333 358.4c-17.066667 12.8-21.333333 29.866667-17.066666 51.2l162.133333 499.2c4.266667 17.066667 21.333333 29.866667 38.4 29.866667h529.066667c17.066667 0 34.133333-12.8 38.4-29.866667l162.133333-499.2c4.266667-17.066667 0-38.4-17.066667-51.2zM746.666667 853.333333h-469.333334L136.533333 413.866667 512 140.8l379.733333 273.066667L750.933333 853.333333z" fill="#363B4C" ></path></symbol><symbol id="icon-lingxing" viewBox="0 0 1024 1024"><path d="M457.6 916.053333l-404.778667-336.469333Q21.333333 553.386667 21.333333 512q0-41.386667 31.488-67.584l404.778667-336.469333q54.4-45.226667 108.8 0l404.736 336.469333q31.530667 26.197333 31.530667 67.584 0 41.386667-31.530667 67.584l-404.736 336.469333q-54.4 45.226667-108.8 0zM512 848.469333L916.736 512 512 175.530667 107.264 512 512 848.469333z" fill="#363B4C" ></path></symbol><symbol id="icon-wujiaoxing" viewBox="0 0 1024 1024"><path d="M661.76 318.72a38.570667 38.570667 0 0 0 29.013333 21.077333l257.536 37.376a38.570667 38.570667 0 0 1 21.333334 65.792l-186.282667 181.504a38.528 38.528 0 0 0-11.093333 34.133334l43.946666 256.341333a38.528 38.528 0 0 1-55.936 40.618667L529.92 834.56a38.613333 38.613333 0 0 0-35.925333 0l-230.314667 121.002667a38.613333 38.613333 0 0 1-55.978667-40.618667L251.733333 658.602667a38.528 38.528 0 0 0-11.093333-34.133334l-186.325333-181.504a38.528 38.528 0 0 1 21.376-65.792l257.493333-37.376a38.570667 38.570667 0 0 0 29.056-21.077333l115.2-233.216a38.570667 38.570667 0 0 1 69.12 0l115.2 233.216z m-69.205333 34.133333L512 189.696l-80.554667 163.114667Q404.48 407.381333 344.277333 416.128l-180.138666 26.154667 130.346666 126.976q43.605333 42.453333 33.28 102.4l-30.72 179.328 161.109334-84.693334q53.845333-28.288 107.690666 0l161.152 84.693334-30.805333-179.328q-10.24-59.946667 33.28-102.4l130.389333-126.976-180.138666-26.154667q-60.245333-8.746667-87.168-63.274667z" fill="#363B4C" ></path></symbol><symbol id="icon-zhengfangti" viewBox="0 0 1024 1024"><path d="M85.333333 938.666667a42.666667 42.666667 0 0 1-42.666666-42.666667V341.333333a42.666667 42.666667 0 0 1 42.666666-42.666666h682.666667a42.666667 42.666667 0 0 1 42.666667 42.666666v554.666667a42.666667 42.666667 0 0 1-42.666667 42.666667H85.333333z m42.666667-85.333334h597.333333V384H128v469.333333z" fill="#363B4C" ></path><path d="M810.666667 935.125333a42.666667 42.666667 0 0 1-17.066667 3.541334H725.333333V288.512L938.666667 85.333333a42.666667 42.666667 0 0 1 42.666666 42.666667v629.845333a42.666667 42.666667 0 0 1-13.226666 30.890667l-145.066667 138.154667a42.666667 42.666667 0 0 1-12.373333 8.234666z m85.333333-691.328L810.666667 325.12v495.786667l85.333333-81.322667V243.797333z" fill="#363B4C" ></path><path d="M42.666667 319.829333V384h714.24L938.666667 208.768V85.333333H284.245333a42.666667 42.666667 0 0 0-29.610666 11.946667L55.722667 289.109333a42.666667 42.666667 0 0 0-13.056 30.72zM168.746667 298.666667l132.736-128H853.333333v1.834666L722.517333 298.666667H168.746667z" fill="#363B4C" ></path></symbol><symbol id="icon-tuoyuanxing" viewBox="0 0 1024 1024"><path d="M1002.666667 512c0 223.872-219.690667 405.333333-490.666667 405.333333S21.333333 735.872 21.333333 512 241.024 106.666667 512 106.666667 1002.666667 288.128 1002.666667 512z m-85.333334 0q0-127.701333-112.725333-220.842667Q684.544 192 512 192T219.392 291.157333Q106.666667 384.298667 106.666667 512q0 127.701333 112.725333 220.8Q339.456 832 512 832t292.608-99.2Q917.333333 639.701333 917.333333 512z" fill="#363B4C" ></path></symbol><symbol id="icon-yuanxing" viewBox="0 0 1024 1024"><path d="M960 512c0 247.424-200.576 448-448 448-247.466667 0-448-200.576-448-448C64 264.533333 264.533333 64 512 64c247.424 0 448 200.533333 448 448z m-81.493333 0q0-69.930667-25.685334-134.912-27.946667-70.613333-81.621333-124.288-53.717333-53.674667-124.288-81.621333Q581.973333 145.493333 512 145.493333t-134.912 25.728q-70.613333 27.946667-124.288 81.621334-53.674667 53.674667-81.621333 124.288Q145.493333 442.026667 145.493333 512t25.728 134.912q27.946667 70.570667 81.621334 124.288 53.674667 53.674667 124.288 81.621333 64.981333 25.728 134.912 25.728t134.912-25.728q70.570667-27.946667 124.288-81.621333 53.674667-53.717333 81.621333-124.288 25.728-64.981333 25.728-134.912z" fill="#363B4C" ></path></symbol><symbol id="icon-buzhou1" viewBox="0 0 1024 1024"><path d="M112 187.989333A42.666667 42.666667 0 0 1 151.04 128h591.914667a42.666667 42.666667 0 0 1 37.290666 21.930667l189.653334 341.333333a42.666667 42.666667 0 0 1 0 41.472l-189.653334 341.333333a42.666667 42.666667 0 0 1-37.290666 21.930667H150.997333a42.666667 42.666667 0 0 1-38.997333-59.989333l136.32-306.688a42.666667 42.666667 0 0 0 0-34.645334L112 187.989333zM216.661333 213.333333l109.653334 246.698667q23.082667 51.968 0 103.936L216.661333 810.666667h501.162667l165.930667-298.666667-165.973334-298.666667H216.704z" fill="#363B4C" ></path></symbol><symbol id="icon-qipao" viewBox="0 0 1024 1024"><path d="M682.666667 853.333333h128a170.666667 170.666667 0 0 0 170.666666-170.666666V256a170.666667 170.666667 0 0 0-170.666666-170.666667H213.333333a170.666667 170.666667 0 0 0-170.666666 170.666667v426.666667a170.666667 170.666667 0 0 0 170.666666 170.666666h170.666667l-11.093333 89.002667a42.666667 42.666667 0 0 0 62.378666 42.922667L682.666667 853.333333zM128 682.666667V256q0-35.328 25.002667-60.330667T213.333333 170.666667h597.333334q35.328 0 60.330666 25.002666T896 256v426.666667q0 35.328-25.002667 60.330666T810.666667 768h-149.333334l-193.578666 103.253333 12.928-103.253333H213.333333q-35.328 0-60.330666-25.002667T128 682.666667z" fill="#363B4C" ></path></symbol><symbol id="icon-yuanjiaojuxing" viewBox="0 0 1024 1024"><path d="M42.666667 725.333333V298.666667a170.666667 170.666667 0 0 1 170.666666-170.666667h597.333334a170.666667 170.666667 0 0 1 170.666666 170.666667v426.666666a170.666667 170.666667 0 0 1-170.666666 170.666667H213.333333a170.666667 170.666667 0 0 1-170.666666-170.666667z m85.333333 0q0 35.328 25.002667 60.330667T213.333333 810.666667h597.333334q35.328 0 60.330666-25.002667T896 725.333333V298.666667q0-35.328-25.002667-60.330667T810.666667 213.333333H213.333333q-35.328 0-60.330666 25.002667T128 298.666667v426.666666z" fill="#363B4C" ></path></symbol><symbol id="icon-tixing" viewBox="0 0 1024 1024"><path d="M93.013333 896a42.666667 42.666667 0 0 1-42.026666-49.664l113.749333-682.666667A42.666667 42.666667 0 0 1 206.848 128h610.346667a42.666667 42.666667 0 0 1 42.112 35.669333l113.749333 682.666667A42.666667 42.666667 0 0 1 930.986667 896H93.013333z m50.389334-85.333333H880.64L781.056 213.333333H242.986667L143.36 810.666667z" fill="#363B4C" ></path></symbol><symbol id="icon-pinghangsibianxing" viewBox="0 0 1024 1024"><path d="M53.162667 896a42.666667 42.666667 0 0 1-41.642667-51.925333l151.722667-682.666667A42.666667 42.666667 0 0 1 204.885333 128h765.909334a42.666667 42.666667 0 0 1 41.642666 51.925333l-151.68 682.666667a42.666667 42.666667 0 0 1-41.642666 33.408H53.162667z m53.205333-85.333333h678.528l132.693333-597.333334H239.146667l-132.693334 597.333334z" fill="#363B4C" ></path></symbol><symbol id="icon-buzhou2" viewBox="0 0 1024 1024"><path d="M85.333333 896a42.666667 42.666667 0 0 1-42.666666-42.666667V170.666667a42.666667 42.666667 0 0 1 42.666666-42.666667h657.578667a42.666667 42.666667 0 0 1 37.290667 21.930667l189.610666 341.333333a42.666667 42.666667 0 0 1 0 41.472l-189.610666 341.333333a42.666667 42.666667 0 0 1-37.290667 21.930667H85.333333z m42.666667-85.333333h589.781333l165.973334-298.666667-165.973334-298.666667H128v597.333334z" fill="#363B4C" ></path></symbol><symbol id="icon-huabi" viewBox="0 0 1024 1024"><path d="M96 825.856v3.328l0.1024 1.9456v1.1776q0 0.9728 0.2048 2.4576l0.1024 0.8192q0 1.28 0.3584 3.328l0.1024 0.8192 0.1024 0.9216 0.3584 2.56 0.1024 0.768 0.512 2.56 0.512 2.4064 0.3072 1.1264 0.8704 3.4304 0.3072 1.024 0.6144 2.3552 0.8192 2.2528 0.3584 0.9728 0.3072 0.8704 0.8704 2.4576q1.28 3.2768 2.7648 6.4512l1.1264 2.2016 0.512 0.8704 0.256 0.512 1.28 2.56 1.792 3.072 1.2288 1.8944 0.6656 1.024 1.7408 2.56 0.3584 0.4096q1.9968 2.8672 4.1984 5.5808l0.6144 0.6656 1.6384 1.9456 0.3584 0.4608 1.9456 2.2016 2.0992 2.048 0.4096 0.4096 1.7408 1.7408 1.536 1.3824 0.2048 0.2048 0.4096 0.4096 1.4848 1.3824 1.8432 1.536 1.1776 0.9216 0.6656 0.512 0.1024 0.1024 0.512 0.4096 1.3824 1.1776 1.3312 0.9216 0.7168 0.512 1.8432 1.3312 1.6896 1.024 0.6144 0.3072 0.4608 0.3072 1.536 1.024 0.6656 0.4096 1.3824 0.8704 1.536 0.8192 0.6656 0.3584 2.2528 1.2288 1.4848 0.6656 0.6656 0.3072 0.7168 0.4096 1.6896 0.8192 1.536 0.6144 0.6656 0.256 0.6144 0.256q1.024 0.512 1.6896 0.7168 0.6656 0.3072 1.6896 0.5632l0.6144 0.2048 0.768 0.3072 1.536 0.512 0.1024 0.0512 2.2528 0.7168 0.8704 0.256 1.4848 0.512 1.6896 0.4096 0.7168 0.1536 2.4064 0.5632 0.768 0.2048 1.6896 0.4096 0.3072 0.0512q1.8944 0.512 3.1744 0.512 1.2288 0.2048 2.2016 0.256h-0.4096q1.5872 0.4096 2.816 0.4096h0.6144l1.6896 0.1536q1.3312 0.256 2.3552 0.256h0.512l1.6384 0.1024H194.56l0.6144 0.0512 1.7408 0.1024q2.5088 0 7.2704-0.3584l0.8192-0.0512q5.2736-0.4096 8.192-0.8704 3.584-0.5632 8.0384-1.6384 5.0176-1.1776 8.0896-2.2016l86.528-28.7744q30.1056 5.2224 54.272 11.6224 70.9632 18.944 121.2928 17.92 80.896-1.6896 133.888-49.7152 51.712-43.8272 98.3552-45.2096 42.8032-1.28 90.0096 33.4336 12.2368 9.6768 27.6992 7.936 15.5648-1.7408 25.344-13.9264 9.728-12.288 8.0384-27.8016-1.7408-15.5648-13.9264-25.344l-0.2048-0.1536-0.2048-0.1536q-63.2832-43.3152-119.0912-47.9744-82.8928-6.8608-166.3488 63.488-49.92 42.496-130.9184 33.28l35.1232-11.7248h3.072l1.3312-0.6656q5.7344-2.816 10.496-7.168l0.1536-0.1024 371.712-371.8144q2.3552-2.4064 6.656-7.168l0.4096-0.512 1.1264-1.2288q3.9424-4.352 5.8368-6.656 3.4816-4.3008 6.3488-8.2432 2.2528-3.072 5.9392-8.6016 5.7856-8.704 10.752-17.92 2.048-3.9424 4.608-9.5232 2.56-5.376 4.2496-9.472 1.5872-3.84 3.6864-9.728l0.4096-1.1264q2.048-5.888 3.0208-8.96 1.024-3.4304 2.6624-9.984 1.1776-4.864 2.2528-10.24 1.2288-6.1952 1.8432-10.2912 0.7168-5.12 1.28-10.4448 0.4096-4.3008 0.7168-10.496 0.256-5.632 0.256-10.4448 0-4.6592-0.256-10.4448-0.256-5.2224-0.7168-10.4448-0.512-5.2224-1.28-10.3424-0.8192-5.2224-1.8432-10.3936-1.1264-5.5296-2.2528-10.1376l-0.3584-1.3824q-1.4336-5.8368-2.3552-8.8064-0.8704-2.9696-2.9696-8.704l-0.4096-1.1776q-2.048-5.7344-3.6864-9.728-3.9936-9.728-8.8576-18.944-3.1232-5.888-5.12-9.216-1.536-2.6624-4.9152-7.68l-0.768-1.0752q-5.632-8.7552-12.2368-16.9472-1.9456-2.4064-6.0416-6.912l-0.9216-1.024-0.3584-0.4096q-4.352-4.864-6.7072-7.2704-2.304-2.2528-6.8096-6.3488l-0.8192-0.7168q-7.8336-7.0656-16.2816-13.312-2.9184-2.1504-8.6016-5.9392-4.352-2.8672-8.8064-5.5296-3.4304-2.048-9.216-5.12-9.216-4.864-18.8928-8.8576-4.8128-2.048-9.728-3.7888-4.9664-1.792-9.9328-3.2768-5.0176-1.536-10.0864-2.7136-5.0176-1.2288-10.1376-2.2528-6.2464-1.2288-10.3424-1.8432-5.12-0.768-10.2912-1.2288-4.2496-0.4608-10.496-0.7168-5.5808-0.3072-10.4448-0.3072-4.608 0-10.4448 0.256-6.4 0.3584-10.4448 0.768-5.0688 0.512-10.2912 1.2288-4.1984 0.6144-10.3424 1.8432-5.632 1.1264-10.24 2.2528-10.0864 2.4576-19.968 5.9392-9.8816 3.584-19.3024 8.0896-6.2976 2.9696-9.472 4.608-4.5056 2.4576-9.0112 5.12-5.376 3.1744-8.9088 5.5296-13.1072 8.704-24.7808 19.2512-5.12 4.608-7.5776 7.0656l-369.4592 369.2544-0.1024 0.1536q-4.352 4.8128-7.168 10.6496l-0.6656 1.3312v2.8672l-85.6064 252.5184-0.9216 2.9696-0.1024 0.4608-0.3072 0.9216-0.7168 2.3552-0.4608 2.1504-0.256 1.2288q-0.768 3.4304-1.3312 6.912l-0.1024 0.768q-0.3584 2.1504-0.3584 3.4816l-0.1024 0.512q-0.3072 1.6384-0.3072 2.7648l-0.0512 1.28-0.1024 2.048-0.0512 1.2288-0.1024 2.048z m370.432-89.7024L286.464 557.568l326.5024-325.12 0.256-0.3072q4.096-5.4272 8.7552-10.3424 4.7104-4.9664 9.8816-9.4208 1.9456-1.6384 5.2736-4.1472 3.3792-2.6624 5.4784-4.096 2.304-1.536 5.7344-3.584 3.2768-2.048 5.888-3.4304 8.96-4.8128 18.6368-8.0896 4.1472-1.4336 6.4-2.0992 6.5024-1.8432 13.2096-3.0208 6.7584-1.1776 13.6192-1.6896 3.6864-0.256 6.656-0.256l3.3792 0.0512 3.6352 0.1024q6.7072 0.2048 13.312 1.1776 6.656 1.024 13.312 2.7136 4.096 1.024 6.5024 1.8432 3.072 0.9728 6.4 2.2016 1.9456 0.7168 5.7856 2.4064l0.512 0.2048q3.4816 1.536 6.144 2.8672 5.9904 3.072 11.7248 6.8096 3.3792 2.1504 5.632 3.7888l1.4336 1.024 4.096 3.072q1.3312 1.024 4.096 3.5328l0.9216 0.8704q7.5776 6.8096 13.9776 14.7456 2.9184 3.584 4.1984 5.376 3.9424 5.5296 7.2704 11.4688 2.048 3.4816 3.328 6.0416l2.304 4.4032v0.2048q0.2048 0.7168 0.5632 1.536 0.8704 2.048 2.4576 6.2464 1.2288 3.2768 2.2528 6.4 0 0.2048 0.2048 0.7168 1.2288 3.8912 1.7408 5.7856 0.4608 1.8944 1.2288 5.8368l0.1536 0.8192q0.768 3.6352 1.2288 6.656l0.256 1.7408q0.512 3.328 0.6144 4.9152 0.4096 4.1984 0.4096 6.5536l0.1024 3.7888v3.3792q0 2.56-0.2048 6.7584-0.256 3.2256-0.6656 6.7072-0.256 2.048-1.024 6.2464v0.4096q-1.1776 6.8096-3.072 13.3632-0.512 1.792-1.7408 5.4784l-0.3072 0.9216-0.1536 0.512-2.2016 5.9392q-1.28 3.0208-2.7136 6.0416l-0.4096 0.8704-2.6112 5.3248q-1.3824 2.56-3.3792 5.8368-2.2016 3.6352-3.6864 5.7856-1.1264 1.6384-3.6352 4.9664l-0.4096 0.512q-6.144 8.1408-13.568 15.1552l-3.8912 3.4304-1.2288 1.024-0.8192 0.6656q-2.9184 2.5088-4.352 3.584l-0.3584 0.3072-325.0688 325.12z m-58.88-172.3904q-1.5872 6.1952-1.28 12.5952 0.7168 14.08 9.6256 25.0368 7.5776 9.2672 18.8416 13.2096 7.0144 2.4576 14.5408 2.4064 3.072 0 6.1952-0.512 7.3216-1.024 13.824-4.5568 3.6864-1.9456 6.912-4.608 1.6384-1.3312 3.072-2.7648l256.2048-256.256 0.1536-0.2048q4.608-5.376 7.2704-11.9808 1.536-3.7376 2.2528-7.68 0.9216-4.9152 0.768-9.9328-0.1536-4.0448-1.024-7.936-1.8432-7.936-6.4-14.6432-3.9936-5.8368-9.6256-10.0864-4.096-3.072-8.6016-5.0688-24.7296-10.752-45.2096 6.7072l-0.2048 0.2048-256.1536 256.2048q-2.9696 2.9696-5.3248 6.5536-2.304 3.4816-3.8912 7.3728-1.2288 2.9184-1.9968 5.9392z m-224.4608 263.4752l-0.0512-1.1776 0.0512-1.1776v-0.1024l0.1024-0.3584q0-0.3072 0.1024-0.5632l0.2048-1.024v-0.4096l0.256-0.512 0.3584-1.0752 60.3136-183.6544 142.4384 142.5408-185.1904 61.2864-0.7168 0.1536-0.7168 0.1024h0.2048q-0.7168 0-1.6384 0.1536h-1.1264 0.2048q-0.8704-0.1536-1.536-0.1536h0.2048l-0.8192-0.1024-0.7168-0.1536q-0.7168-0.3072-1.4336-0.4096l-0.4096-0.1536-0.768-0.3072-0.1024-0.0512-0.1536-0.0512-0.1024-0.1024-0.5632-0.3072-0.256-0.1536-0.6144-0.4096-0.9216-0.512-0.512-0.4096q-0.8192-0.7168-1.536-1.4848l-0.6656-0.6144-0.2048-0.2048-0.2048-0.3584-0.1024-0.1024-0.1024-0.1024-0.3072-0.3584-0.3584-0.512v-0.0512l-0.1536-0.1536-0.6144-1.024-0.512-1.024-0.3072-0.6656-0.2048-0.5632-0.256-0.5632q-0.1024-0.6144-0.3072-1.1776v-0.2048l-0.1536-0.5632-0.1024-0.4096v-0.768z m1.536 5.632l0.3072 1.024-0.256-1.024z m0.768 1.536q0.3072 0.8704 0.3072 1.792 0-1.024-0.3072-1.8432z" fill="#363B4C" ></path></symbol><symbol id="icon-huabi-xuanzhong" viewBox="0 0 1024 1024"><path d="M96 825.856v3.328l0.1024 1.9456v1.1776q0 0.9728 0.2048 2.4576l0.1024 0.8192q0 1.28 0.3584 3.328l0.1024 0.8192 0.1024 0.9216 0.3584 2.56 0.1024 0.768 0.512 2.56 0.512 2.4064 0.3072 1.1264 0.8704 3.4304 0.3072 1.024 0.6144 2.3552 0.8192 2.2528 0.3584 0.9728 0.3072 0.8704 0.8704 2.4576q1.28 3.2768 2.7648 6.4512l1.1264 2.2016 0.512 0.8704 0.256 0.512 1.28 2.56 1.792 3.072 1.2288 1.8944 0.6656 1.024 1.7408 2.56 0.3584 0.4096q1.9968 2.8672 4.1984 5.5808l0.6144 0.6656 1.6384 1.9456 0.3584 0.4608 1.9456 2.2016 2.0992 2.048 0.4096 0.4096 1.7408 1.7408 1.536 1.3824 0.2048 0.2048 0.4096 0.4096 1.4848 1.3824 1.8432 1.536 1.1776 0.9216 0.6656 0.512 0.1024 0.1024 0.512 0.4096 1.3824 1.1776 1.3312 0.9216 0.7168 0.512 1.8432 1.3312 1.6896 1.024 0.6144 0.3072 0.4608 0.3072 1.536 1.024 0.6656 0.4096 1.3824 0.8704 1.536 0.8192 0.6656 0.3584 2.2528 1.2288 1.4848 0.6656 0.6656 0.3072 0.7168 0.4096 1.6896 0.8192 1.536 0.6144 0.6656 0.256 0.6144 0.256q1.024 0.512 1.6896 0.7168 0.6656 0.3072 1.6896 0.5632l0.6144 0.2048 0.768 0.3072 1.536 0.512 0.1024 0.0512 2.2528 0.7168 0.8704 0.256 1.4848 0.512 1.6896 0.4096 0.7168 0.1536 2.4064 0.5632 0.768 0.2048 1.6896 0.4096 0.3072 0.0512q1.8944 0.512 3.1744 0.512 1.2288 0.2048 2.2016 0.256h-0.4096q1.5872 0.4096 2.816 0.4096h0.6144l1.6896 0.1536q1.3312 0.256 2.3552 0.256h0.512l1.6384 0.1024H194.56l0.6144 0.0512 1.7408 0.1024q2.5088 0 7.2704-0.3584l0.8192-0.0512q5.2736-0.4096 8.192-0.8704 3.584-0.5632 8.0384-1.6384 5.0176-1.1776 8.0896-2.2016l86.528-28.7744q30.1056 5.2224 54.272 11.6224 70.9632 18.944 121.2928 17.92 80.896-1.6896 133.888-49.7152 51.712-43.8272 98.3552-45.2096 42.8032-1.28 90.0096 33.4336 12.2368 9.6768 27.6992 7.936 15.5648-1.7408 25.344-13.9264 9.728-12.288 8.0384-27.8016-1.7408-15.5648-13.9264-25.344l-0.2048-0.1536-0.2048-0.1536q-63.2832-43.3152-119.0912-47.9744-82.8928-6.8608-166.3488 63.488-49.92 42.496-130.9184 33.28l35.1232-11.7248h3.072l1.3312-0.6656q5.7344-2.816 10.496-7.168l0.1536-0.1024 371.712-371.8144q2.3552-2.4064 6.656-7.168l0.4096-0.512 1.1264-1.2288q3.9424-4.352 5.8368-6.656 3.4816-4.3008 6.3488-8.2432 2.2528-3.072 5.9392-8.6016 5.7856-8.704 10.752-17.92 2.048-3.9424 4.608-9.5232 2.56-5.376 4.2496-9.472 1.5872-3.84 3.6864-9.728l0.4096-1.1264q2.048-5.888 3.0208-8.96 1.024-3.4304 2.6624-9.984 1.1776-4.864 2.2528-10.24 1.2288-6.1952 1.8432-10.2912 0.7168-5.12 1.28-10.4448 0.4096-4.3008 0.7168-10.496 0.256-5.632 0.256-10.4448 0-4.6592-0.256-10.4448-0.256-5.2224-0.7168-10.4448-0.512-5.2224-1.28-10.3424-0.8192-5.2224-1.8432-10.3936-1.1264-5.5296-2.2528-10.1376l-0.3584-1.3824q-1.4336-5.8368-2.3552-8.8064-0.8704-2.9696-2.9696-8.704l-0.4096-1.1776q-2.048-5.7344-3.6864-9.728-3.9936-9.728-8.8576-18.944-3.1232-5.888-5.12-9.216-1.536-2.6624-4.9152-7.68l-0.768-1.0752q-5.632-8.7552-12.2368-16.9472-1.9456-2.4064-6.0416-6.912l-0.9216-1.024-0.3584-0.4096q-4.352-4.864-6.7072-7.2704-2.304-2.2528-6.8096-6.3488l-0.8192-0.7168q-7.8336-7.0656-16.2816-13.312-2.9184-2.1504-8.6016-5.9392-4.352-2.8672-8.8064-5.5296-3.4304-2.048-9.216-5.12-9.216-4.864-18.8928-8.8576-4.8128-2.048-9.728-3.7888-4.9664-1.792-9.9328-3.2768-5.0176-1.536-10.0864-2.7136-5.0176-1.2288-10.1376-2.2528-6.2464-1.2288-10.3424-1.8432-5.12-0.768-10.2912-1.2288-4.2496-0.4608-10.496-0.7168-5.5808-0.3072-10.4448-0.3072-4.608 0-10.4448 0.256-6.4 0.3584-10.4448 0.768-5.0688 0.512-10.2912 1.2288-4.1984 0.6144-10.3424 1.8432-5.632 1.1264-10.24 2.2528-10.0864 2.4576-19.968 5.9392-9.8816 3.584-19.3024 8.0896-6.2976 2.9696-9.472 4.608-4.5056 2.4576-9.0112 5.12-5.376 3.1744-8.9088 5.5296-13.1072 8.704-24.7808 19.2512-5.12 4.608-7.5776 7.0656l-369.4592 369.2544-0.1024 0.1536q-4.352 4.8128-7.168 10.6496l-0.6656 1.3312v2.8672l-85.6064 252.5184-0.9216 2.9696-0.1024 0.4608-0.3072 0.9216-0.7168 2.3552-0.4608 2.1504-0.256 1.2288q-0.768 3.4304-1.3312 6.912l-0.1024 0.768q-0.3584 2.1504-0.3584 3.4816l-0.1024 0.512q-0.3072 1.6384-0.3072 2.7648l-0.0512 1.28-0.1024 2.048-0.0512 1.2288-0.1024 2.048z m370.432-89.7024L286.464 557.568l326.5024-325.12 0.256-0.3072q4.096-5.4272 8.7552-10.3424 4.7104-4.9664 9.8816-9.4208 1.9456-1.6384 5.2736-4.1472 3.3792-2.6624 5.4784-4.096 2.304-1.536 5.7344-3.584 3.2768-2.048 5.888-3.4304 8.96-4.8128 18.6368-8.0896 4.1472-1.4336 6.4-2.0992 6.5024-1.8432 13.2096-3.0208 6.7584-1.1776 13.6192-1.6896 3.6864-0.256 6.656-0.256l3.3792 0.0512 3.6352 0.1024q6.7072 0.2048 13.312 1.1776 6.656 1.024 13.312 2.7136 4.096 1.024 6.5024 1.8432 3.072 0.9728 6.4 2.2016 1.9456 0.7168 5.7856 2.4064l0.512 0.2048q3.4816 1.536 6.144 2.8672 5.9904 3.072 11.7248 6.8096 3.3792 2.1504 5.632 3.7888l1.4336 1.024 4.096 3.072q1.3312 1.024 4.096 3.5328l0.9216 0.8704q7.5776 6.8096 13.9776 14.7456 2.9184 3.584 4.1984 5.376 3.9424 5.5296 7.2704 11.4688 2.048 3.4816 3.328 6.0416l2.304 4.4032v0.2048q0.2048 0.7168 0.5632 1.536 0.8704 2.048 2.4576 6.2464 1.2288 3.2768 2.2528 6.4 0 0.2048 0.2048 0.7168 1.2288 3.8912 1.7408 5.7856 0.4608 1.8944 1.2288 5.8368l0.1536 0.8192q0.768 3.6352 1.2288 6.656l0.256 1.7408q0.512 3.328 0.6144 4.9152 0.4096 4.1984 0.4096 6.5536l0.1024 3.7888v3.3792q0 2.56-0.2048 6.7584-0.256 3.2256-0.6656 6.7072-0.256 2.048-1.024 6.2464v0.4096q-1.1776 6.8096-3.072 13.3632-0.512 1.792-1.7408 5.4784l-0.3072 0.9216-0.1536 0.512-2.2016 5.9392q-1.28 3.0208-2.7136 6.0416l-0.4096 0.8704-2.6112 5.3248q-1.3824 2.56-3.3792 5.8368-2.2016 3.6352-3.6864 5.7856-1.1264 1.6384-3.6352 4.9664l-0.4096 0.512q-6.144 8.1408-13.568 15.1552l-3.8912 3.4304-1.2288 1.024-0.8192 0.6656q-2.9184 2.5088-4.352 3.584l-0.3584 0.3072-325.0688 325.12z m-58.88-172.3904q-1.5872 6.1952-1.28 12.5952 0.7168 14.08 9.6256 25.0368 7.5776 9.2672 18.8416 13.2096 7.0144 2.4576 14.5408 2.4064 3.072 0 6.1952-0.512 7.3216-1.024 13.824-4.5568 3.6864-1.9456 6.912-4.608 1.6384-1.3312 3.072-2.7648l256.2048-256.256 0.1536-0.2048q4.608-5.376 7.2704-11.9808 1.536-3.7376 2.2528-7.68 0.9216-4.9152 0.768-9.9328-0.1536-4.0448-1.024-7.936-1.8432-7.936-6.4-14.6432-3.9936-5.8368-9.6256-10.0864-4.096-3.072-8.6016-5.0688-24.7296-10.752-45.2096 6.7072l-0.2048 0.2048-256.1536 256.2048q-2.9696 2.9696-5.3248 6.5536-2.304 3.4816-3.8912 7.3728-1.2288 2.9184-1.9968 5.9392z m-224.4608 263.4752l-0.0512-1.1776 0.0512-1.1776v-0.1024l0.1024-0.3584q0-0.3072 0.1024-0.5632l0.2048-1.024v-0.4096l0.256-0.512 0.3584-1.0752 60.3136-183.6544 142.4384 142.5408-185.1904 61.2864-0.7168 0.1536-0.7168 0.1024h0.2048q-0.7168 0-1.6384 0.1536h-1.1264 0.2048q-0.8704-0.1536-1.536-0.1536h0.2048l-0.8192-0.1024-0.7168-0.1536q-0.7168-0.3072-1.4336-0.4096l-0.4096-0.1536-0.768-0.3072-0.1024-0.0512-0.1536-0.0512-0.1024-0.1024-0.5632-0.3072-0.256-0.1536-0.6144-0.4096-0.9216-0.512-0.512-0.4096q-0.8192-0.7168-1.536-1.4848l-0.6656-0.6144-0.2048-0.2048-0.2048-0.3584-0.1024-0.1024-0.1024-0.1024-0.3072-0.3584-0.3584-0.512v-0.0512l-0.1536-0.1536-0.6144-1.024-0.512-1.024-0.3072-0.6656-0.2048-0.5632-0.256-0.5632q-0.1024-0.6144-0.3072-1.1776v-0.2048l-0.1536-0.5632-0.1024-0.4096v-0.768z m1.536 5.632l0.3072 1.024-0.256-1.024z m0.768 1.536q0.3072 0.8704 0.3072 1.792 0-1.024-0.3072-1.8432z" fill="#1E6FFF" ></path></symbol><symbol id="icon-manhuajia-xuanzhong" viewBox="0 0 2048 1024"><path d="M0 0h2048v1024H0z" fill="#FFFFFF" fill-opacity="0" ></path><path d="M1059.84 619.52c0 15.36-10.24 35.84-20.48 56.32 20.48-25.6 25.6-40.96 20.48-56.32z" fill="#1E6FFF" ></path><path d="M1971.2 506.88c0-15.36-10.24-25.6-25.6-25.6h-15.36c-30.72 20.48-66.56 40.96-107.52 66.56-286.72 92.16-496.64 148.48-624.64 174.08-71.68 15.36-117.76 15.36-138.24 10.24 0 0 5.12-10.24 10.24-15.36 46.08-56.32 56.32-102.4 30.72-138.24-10.24-10.24-20.48-20.48-35.84-30.72-10.24-46.08-46.08-71.68-107.52-87.04-122.88-25.6-296.96 15.36-532.48 122.88-71.68 35.84-128 51.2-168.96 51.2-35.84 0-56.32-10.24-66.56-30.72-10.24-20.48-10.24-56.32 0-102.4 20.48-56.32 46.08-117.76 81.92-194.56v-10.24c0-10.24 0-15.36-10.24-20.48 5.12-15.36 15.36-30.72 20.48-46.08v-10.24c0-15.36-10.24-25.6-25.6-25.6s-20.48 5.12-25.6 15.36c-51.2 112.64-81.92 204.8-97.28 276.48-35.84 102.4-40.96 179.2-25.6 225.28 15.36 46.08 56.32 66.56 107.52 66.56 46.08 0 112.64-20.48 189.44-56.32 215.04-102.4 394.24-148.48 542.72-143.36 25.6 0 46.08 0 61.44 5.12 0 35.84-20.48 81.92-61.44 133.12-25.6 35.84-30.72 66.56-15.36 92.16 15.36 20.48 40.96 35.84 81.92 35.84 61.44 5.12 158.72-10.24 286.72-40.96 117.76-30.72 240.64-71.68 358.4-122.88 66.56-30.72 128-56.32 179.2-87.04 40.96-15.36 87.04-25.6 133.12-40.96 10.24 0 15.36-15.36 15.36-25.6s-10.24-25.6-25.6-25.6z m-1018.88 25.6c-153.6 0-343.04 46.08-563.2 148.48-71.68 35.84-128 51.2-168.96 51.2-30.72 0-51.2-10.24-61.44-30.72-5.12-15.36-5.12-30.72-5.12-51.2 20.48 30.72 56.32 46.08 102.4 40.96 46.08 0 112.64-20.48 189.44-56.32 220.16-102.4 389.12-143.36 496.64-117.76 20.48 0 35.84 10.24 46.08 20.48h-35.84z m337.92 230.4c-122.88 30.72-209.92 46.08-266.24 40.96-25.6 0-35.84-5.12-40.96-15.36 0-5.12 0-20.48 15.36-35.84 0-5.12 10.24-10.24 10.24-15.36 0 20.48 10.24 35.84 35.84 46.08 30.72 10.24 81.92 5.12 163.84-10.24 46.08-10.24 97.28-20.48 158.72-35.84-25.6 5.12-51.2 15.36-76.8 20.48z" fill="#1E6FFF" ></path></symbol><symbol id="icon-youcemianban1" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M768 61.44H256C148.48 61.44 61.44 148.48 61.44 256v512c0 107.52 87.04 194.56 194.56 194.56h512c107.52 0 194.56-87.04 194.56-194.56V256c0-107.52-87.04-194.56-194.56-194.56z m-158.72 814.08H256c-30.72 0-56.32-10.24-76.8-30.72s-30.72-46.08-30.72-76.8V256c0-30.72 10.24-56.32 30.72-76.8s46.08-30.72 76.8-30.72h353.28v727.04z m266.24-107.52c0 30.72-10.24 56.32-30.72 76.8s-46.08 30.72-76.8 30.72h-76.8V148.48H768c30.72 0 56.32 10.24 76.8 30.72s30.72 46.08 30.72 76.8v512z" fill="#363B4C" ></path><path d="M317.44 645.12c-15.36-15.36-20.48-40.96-5.12-61.44l61.44-66.56-61.44-61.44c-15.36-15.36-15.36-40.96 0-56.32 15.36-20.48 40.96-20.48 56.32-10.24L460.8 481.28c15.36 15.36 15.36 40.96 0 56.32l-92.16 97.28c-15.36 15.36-40.96 15.36-61.44 0z" fill="#363B4C" ></path></symbol><symbol id="icon-manhuajia" viewBox="0 0 2048 1024"><path d="M0 0h2048v1024H0z" fill="#FFFFFF" fill-opacity="0" ></path><path d="M1971.2 506.88c0-15.36-10.24-25.6-25.6-25.6h-15.36c-30.72 20.48-66.56 40.96-107.52 66.56-286.72 92.16-496.64 148.48-624.64 174.08-71.68 15.36-117.76 15.36-138.24 10.24 0 0 5.12-10.24 10.24-15.36 46.08-56.32 56.32-102.4 30.72-138.24-10.24-10.24-20.48-20.48-35.84-30.72-10.24-46.08-46.08-71.68-107.52-87.04-122.88-25.6-296.96 15.36-532.48 122.88-71.68 35.84-128 51.2-168.96 51.2-35.84 0-56.32-10.24-66.56-30.72-10.24-20.48-10.24-56.32 0-102.4 20.48-56.32 46.08-117.76 81.92-194.56v-10.24c0-10.24 0-15.36-10.24-20.48 5.12-15.36 15.36-30.72 20.48-46.08v-10.24c0-15.36-10.24-25.6-25.6-25.6s-20.48 5.12-25.6 15.36c-51.2 112.64-81.92 204.8-97.28 276.48-35.84 102.4-40.96 179.2-25.6 225.28 15.36 46.08 56.32 66.56 107.52 66.56 46.08 0 112.64-20.48 189.44-56.32 215.04-102.4 394.24-148.48 542.72-143.36 25.6 0 46.08 0 61.44 5.12 0 35.84-20.48 81.92-61.44 133.12-25.6 35.84-30.72 66.56-15.36 92.16 15.36 20.48 40.96 35.84 81.92 35.84 61.44 5.12 158.72-10.24 286.72-40.96 117.76-30.72 240.64-71.68 358.4-122.88 66.56-30.72 128-56.32 179.2-87.04 40.96-15.36 87.04-25.6 133.12-40.96 10.24 0 15.36-15.36 15.36-25.6s-10.24-25.6-25.6-25.6z m-1018.88 25.6c-153.6 0-343.04 46.08-563.2 148.48-71.68 35.84-128 51.2-168.96 51.2-30.72 0-51.2-10.24-61.44-30.72-5.12-15.36-5.12-30.72-5.12-51.2 20.48 30.72 56.32 46.08 102.4 40.96 46.08 0 112.64-20.48 189.44-56.32 220.16-102.4 389.12-143.36 496.64-117.76 20.48 0 35.84 10.24 46.08 20.48h-35.84z m107.52 87.04c5.12 15.36 0 30.72-20.48 56.32 10.24-20.48 15.36-35.84 20.48-56.32z m230.4 143.36c-122.88 30.72-209.92 46.08-266.24 40.96-25.6 0-35.84-5.12-40.96-15.36 0-5.12 0-20.48 15.36-35.84 0-5.12 10.24-10.24 10.24-15.36 0 20.48 10.24 35.84 35.84 46.08 30.72 10.24 81.92 5.12 163.84-10.24 46.08-10.24 97.28-20.48 158.72-35.84-25.6 5.12-51.2 15.36-76.8 20.48z" fill="#363B4C" ></path></symbol><symbol id="icon-quseqi" viewBox="0 0 1024 1024"><path d="M1017.639752 165.36646c0-25.440994-12.720497-50.881988-31.801243-69.962733l-63.602484-63.602485c-38.161491-38.161491-101.763975-38.161491-139.925466 0l-139.925466 146.285715L572.42236 108.124224 432.496894 248.049689l57.242236 57.242236-387.975155 381.614907c-25.440994 25.440994-38.161491 57.242236-44.521739 95.403727l-25.440994 25.440994c-50.881988 50.881988-50.881988 127.204969 0 178.086956 50.881988 50.881988 127.204969 50.881988 178.086957 0l25.440994-25.440993c38.161491 0 69.962733-19.080745 95.403726-44.52174l387.975156-387.975155 57.242236 57.242236L915.875776 445.217391l-69.962733-69.962733 139.925466-139.925465c19.080745-19.080745 31.801242-44.521739 31.801243-69.962733zM267.130435 852.273292c-19.080745 19.080745-44.521739 19.080745-63.602485 12.720497l-57.242236 57.242236c-12.720497 12.720497-38.161491 12.720497-50.881987 0-12.720497-12.720497-12.720497-38.161491 0-50.881988l57.242236-57.242236c-12.720497-19.080745 0-44.521739 12.720497-63.602484l387.975155-387.975156 101.763975 101.763976-387.975155 387.975155z" fill="#363B4C" ></path></symbol><symbol id="icon-xiexian-xuanzhong" viewBox="0 0 2048 1024"><path d="M409.6 716.8V307.2c0-112.64 92.16-204.8 204.8-204.8h819.2c112.64 0 204.8 92.16 204.8 204.8v409.6c0 112.64-92.16 204.8-204.8 204.8H614.4c-112.64 0-204.8-92.16-204.8-204.8z m76.8 0c0 35.84 10.24 66.56 35.84 92.16 25.6 25.6 56.32 35.84 92.16 35.84h819.2c35.84 0 66.56-10.24 92.16-35.84 25.6-25.6 35.84-56.32 35.84-92.16V307.2c0-35.84-10.24-66.56-35.84-92.16s-56.32-35.84-92.16-35.84H614.4c-35.84 0-66.56 10.24-92.16 35.84-25.6 25.6-35.84 56.32-35.84 92.16v409.6z" fill="#1E6FFF" ></path><path d="M727.04 179.2L486.4 419.84v107.52l348.16-348.16h-107.52zM1034.24 179.2L486.4 727.04c0 30.72 10.24 56.32 30.72 76.8L1141.76 179.2h-107.52zM1433.6 179.2h-92.16l-665.6 665.6h107.52l665.6-665.6H1433.6zM1561.6 307.2c0-10.24 0-25.6-5.12-35.84L983.04 844.8h107.52l471.04-471.04V307.2zM1561.6 573.44l-271.36 271.36h107.52l163.84-163.84v-107.52zM1561.6 680.96l76.8-76.8V496.64l-76.8 76.8v107.52z" fill="#1E6FFF" ></path></symbol><symbol id="icon-xuanze-xuanzhong" viewBox="0 0 1024 1024"><path d="M0 1024h1024V0H0v1024z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M890.88 337.92l-716.8-240.64c-20.48-5.12-40.96 0-61.44 15.36-15.36 15.36-20.48 35.84-15.36 61.44l240.64 716.8c10.24 25.6 25.6 40.96 56.32 40.96 30.72 0 46.08-15.36 56.32-40.96l92.16-348.16 348.16-92.16c25.6-5.12 40.96-25.6 40.96-56.32 0-30.72-10.24-46.08-40.96-56.32zM496.64 455.68c-20.48 5.12-35.84 20.48-40.96 40.96l-66.56 261.12L204.8 204.8l552.96 184.32-261.12 66.56z" fill="#1E6FFF" ></path></symbol><symbol id="icon-jiaochaxian-xuanzhong" viewBox="0 0 2048 1024"><path d="M1433.6 921.6H614.4c-112.64 0-204.8-92.16-204.8-204.8V307.2c0-112.64 92.16-204.8 204.8-204.8h819.2c112.64 0 204.8 92.16 204.8 204.8v409.6c0 112.64-92.16 204.8-204.8 204.8zM614.4 179.2c-71.68 0-128 56.32-128 128v409.6c0 71.68 56.32 128 128 128h819.2c71.68 0 128-56.32 128-128V307.2c0-71.68-56.32-128-128-128H614.4z" fill="#1E6FFF" ></path><path d="M803.84 102.4L409.6 496.64v107.52L911.36 102.4h-107.52zM1111.04 102.4L424.96 788.48c10.24 25.6 25.6 46.08 40.96 66.56L1218.56 102.4h-107.52zM1433.6 102.4h-15.36l-819.2 819.2h107.52L1510.4 117.76c-25.6-10.24-51.2-15.36-76.8-15.36zM1612.8 215.04L906.24 921.6h107.52L1638.4 296.96c0-30.72-10.24-61.44-20.48-87.04zM1638.4 604.16V496.64L1213.44 921.6h107.52l317.44-317.44z" fill="#1E6FFF" ></path><path d="M1351.68 102.4h-112.64L1638.4 501.76V389.12L1351.68 102.4zM931.84 102.4l691.2 691.2c10.24-25.6 15.36-51.2 15.36-76.8v-15.36L1039.36 102.4h-107.52zM624.64 102.4l819.2 819.2c30.72 0 61.44-10.24 87.04-25.6L732.16 102.4h-107.52zM430.08 215.04L1136.64 921.6h107.52L476.16 153.6c-20.48 15.36-35.84 35.84-46.08 61.44zM409.6 501.76l419.84 419.84h107.52L409.6 394.24v107.52z" fill="#1E6FFF" ></path></symbol><symbol id="icon-jiaochaxian" viewBox="0 0 2048 1024"><path d="M0 0h2048v1024H0z" fill="#FFFFFF" fill-opacity="0" ></path><path d="M1433.6 921.6H614.4c-112.64 0-204.8-92.16-204.8-204.8V307.2c0-112.64 92.16-204.8 204.8-204.8h819.2c112.64 0 204.8 92.16 204.8 204.8v409.6c0 112.64-92.16 204.8-204.8 204.8zM614.4 179.2c-71.68 0-128 56.32-128 128v409.6c0 71.68 56.32 128 128 128h819.2c71.68 0 128-56.32 128-128V307.2c0-71.68-56.32-128-128-128H614.4z" fill="#363B4C" ></path><path d="M803.84 102.4L409.6 496.64v107.52L911.36 102.4h-107.52zM1111.04 102.4L424.96 788.48c10.24 25.6 25.6 46.08 40.96 66.56L1218.56 102.4h-107.52zM1433.6 102.4h-15.36l-819.2 819.2h107.52L1510.4 117.76c-25.6-10.24-51.2-15.36-76.8-15.36zM1612.8 215.04L906.24 921.6h107.52L1638.4 296.96c0-30.72-10.24-61.44-20.48-87.04zM1638.4 604.16V496.64L1213.44 921.6h107.52l317.44-317.44z" fill="#363B4C" ></path><path d="M1351.68 102.4h-112.64L1638.4 501.76V389.12L1351.68 102.4zM931.84 102.4l691.2 691.2c10.24-25.6 15.36-51.2 15.36-76.8v-15.36L1039.36 102.4h-107.52zM624.64 102.4l819.2 819.2c30.72 0 61.44-10.24 87.04-25.6L732.16 102.4h-107.52zM430.08 215.04L1136.64 921.6h107.52L476.16 153.6c-20.48 15.36-35.84 35.84-46.08 61.44zM409.6 501.76l419.84 419.84h107.52L409.6 394.24v107.52z" fill="#363B4C" ></path></symbol><symbol id="icon-jiguangbi-xuanzhong" viewBox="0 0 1024 1024"><path d="M0 1024h1024V0H0v1024z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M921.6 471.04L353.28 281.6c-20.48-5.12-40.96 0-56.32 15.36-15.36 15.36-20.48 35.84-15.36 56.32L471.04 921.6c10.24 25.6 25.6 40.96 56.32 40.96 30.72 0 46.08-15.36 51.2-40.96l71.68-266.24 266.24-71.68c25.6-5.12 40.96-25.6 40.96-51.2s-10.24-46.08-40.96-56.32z m-312.32 97.28c-20.48 5.12-35.84 20.48-40.96 40.96l-46.08 184.32-133.12-404.48 404.48 133.12-184.32 46.08z" fill="#1E6FFF" ></path><path d="M97.28 378.88c0 76.8 30.72 148.48 81.92 199.68 25.6 25.6 56.32 46.08 92.16 61.44l35.84-81.92c-25.6-10.24-46.08-25.6-61.44-40.96-35.84-35.84-56.32-81.92-56.32-138.24 0-107.52 87.04-194.56 194.56-194.56s102.4 20.48 138.24 56.32c15.36 15.36 30.72 40.96 40.96 61.44l81.92-35.84c-15.36-35.84-35.84-66.56-61.44-92.16-51.2-51.2-122.88-81.92-199.68-81.92-158.72 5.12-286.72 133.12-286.72 286.72z" fill="#1E6FFF" ></path></symbol><symbol id="icon-bianji" viewBox="0 0 1024 1024"><path d="M51.2 1024h921.6c29.257143 0 51.2-21.942857 51.2-51.2s-21.942857-51.2-51.2-51.2H51.2c-29.257143 0-51.2 21.942857-51.2 51.2s21.942857 51.2 51.2 51.2zM906.971429 204.8L716.8 14.628571c-21.942857-21.942857-51.2-21.942857-73.142857 0L117.028571 548.571429c-7.314286 7.314286-14.628571 21.942857-14.628571 36.571428v182.857143c0 29.257143 21.942857 51.2 51.2 51.2h190.171429c14.628571 0 29.257143 0 36.571428-14.628571l526.628572-526.628572c21.942857-21.942857 21.942857-51.2 0-73.142857z m-585.142858 512H204.8V599.771429l475.428571-475.428572 117.028572 117.028572-475.428572 475.428571z" fill="#1E6FFF" ></path></symbol><symbol id="icon-xingzhuang" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M629.76 71.68c-148.48 0-276.48 107.52-302.08 250.88H138.24c-35.84 0-66.56 30.72-66.56 66.56v496.64c0 35.84 30.72 66.56 66.56 66.56h501.76c35.84 0 66.56-30.72 66.56-66.56v-194.56c133.12-35.84 230.4-158.72 230.4-307.2s-133.12-312.32-307.2-312.32z m-10.24 793.6H163.84V409.6h455.68v455.68z m92.16-261.12V389.12c0-35.84-30.72-66.56-66.56-66.56H414.72C440.32 225.28 527.36 153.6 634.88 153.6s225.28 102.4 225.28 230.4-61.44 184.32-148.48 215.04z" fill="#363B4C" ></path></symbol><symbol id="icon-xingzhuang-xuanzhong" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M629.76 71.68c-148.48 0-276.48 107.52-302.08 250.88H138.24c-35.84 0-66.56 30.72-66.56 66.56v496.64c0 35.84 30.72 66.56 66.56 66.56h501.76c35.84 0 66.56-30.72 66.56-66.56v-194.56c133.12-35.84 230.4-158.72 230.4-307.2s-133.12-312.32-307.2-312.32z m-10.24 793.6H163.84V409.6h455.68v455.68z m92.16-261.12V389.12c0-35.84-30.72-66.56-66.56-66.56H414.72C440.32 225.28 527.36 153.6 634.88 153.6s225.28 102.4 225.28 230.4-61.44 184.32-148.48 215.04z" fill="#1E6FFF" ></path></symbol><symbol id="icon-xuanze" viewBox="0 0 1024 1024"><path d="M0 1024h1024V0H0v1024z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M890.88 337.92l-716.8-240.64c-20.48-5.12-40.96 0-61.44 15.36-15.36 15.36-20.48 35.84-15.36 61.44l240.64 716.8c10.24 25.6 25.6 40.96 56.32 40.96 30.72 0 46.08-15.36 56.32-40.96l92.16-348.16 348.16-92.16c25.6-5.12 40.96-25.6 40.96-56.32 0-30.72-10.24-46.08-40.96-56.32zM496.64 455.68c-20.48 5.12-35.84 20.48-40.96 40.96l-66.56 261.12L204.8 204.8l552.96 184.32-261.12 66.56z" fill="#363B4C" ></path></symbol><symbol id="icon-jiguangbi" viewBox="0 0 1024 1024"><path d="M0 1024h1024V0H0v1024z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M921.6 471.04L353.28 281.6c-20.48-5.12-40.96 0-56.32 15.36-15.36 15.36-20.48 35.84-15.36 56.32L471.04 921.6c10.24 25.6 25.6 40.96 56.32 40.96 30.72 0 46.08-15.36 51.2-40.96l71.68-266.24 266.24-71.68c25.6-5.12 40.96-25.6 40.96-51.2s-10.24-46.08-40.96-56.32z m-312.32 97.28c-20.48 5.12-35.84 20.48-40.96 40.96l-46.08 184.32-133.12-404.48 404.48 133.12-184.32 46.08z" fill="#363B4C" ></path><path d="M97.28 378.88c0 76.8 30.72 148.48 81.92 199.68 25.6 25.6 56.32 46.08 92.16 61.44l35.84-81.92c-25.6-10.24-46.08-25.6-61.44-40.96-35.84-35.84-56.32-81.92-56.32-138.24 0-107.52 87.04-194.56 194.56-194.56s102.4 20.48 138.24 56.32c15.36 15.36 30.72 40.96 40.96 61.44l81.92-35.84c-15.36-35.84-35.84-66.56-61.44-92.16-51.2-51.2-122.88-81.92-199.68-81.92-158.72 5.12-286.72 133.12-286.72 286.72z" fill="#363B4C" ></path></symbol><symbol id="icon-youcemianban" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M768 61.44H256C148.48 61.44 61.44 148.48 61.44 256v512c0 107.52 87.04 194.56 194.56 194.56h512c107.52 0 194.56-87.04 194.56-194.56V256c0-107.52-87.04-194.56-194.56-194.56z m-158.72 814.08H256c-30.72 0-56.32-10.24-76.8-30.72s-30.72-46.08-30.72-76.8V256c0-30.72 10.24-56.32 30.72-76.8s46.08-30.72 76.8-30.72h353.28v727.04z m266.24-107.52c0 30.72-10.24 56.32-30.72 76.8s-46.08 30.72-76.8 30.72h-76.8V148.48H768c30.72 0 56.32 10.24 76.8 30.72s30.72 46.08 30.72 76.8v512z" fill="#363B4C" ></path><path d="M317.44 645.12c-15.36-15.36-20.48-40.96-5.12-61.44l61.44-66.56-61.44-61.44c-15.36-15.36-15.36-40.96 0-56.32 15.36-20.48 40.96-20.48 56.32-10.24L460.8 481.28c15.36 15.36 15.36 40.96 0 56.32l-92.16 97.28c-15.36 15.36-40.96 15.36-61.44 0z" fill="#363B4C" ></path></symbol><symbol id="icon-xiexian" viewBox="0 0 2048 1024"><path d="M409.6 716.8V307.2c0-112.64 92.16-204.8 204.8-204.8h819.2c112.64 0 204.8 92.16 204.8 204.8v409.6c0 112.64-92.16 204.8-204.8 204.8H614.4c-112.64 0-204.8-92.16-204.8-204.8z m76.8 0c0 35.84 10.24 66.56 35.84 92.16 25.6 25.6 56.32 35.84 92.16 35.84h819.2c35.84 0 66.56-10.24 92.16-35.84 25.6-25.6 35.84-56.32 35.84-92.16V307.2c0-35.84-10.24-66.56-35.84-92.16s-56.32-35.84-92.16-35.84H614.4c-35.84 0-66.56 10.24-92.16 35.84-25.6 25.6-35.84 56.32-35.84 92.16v409.6z" fill="#363B4C" ></path><path d="M803.84 102.4L409.6 496.64v107.52L911.36 102.4h-107.52zM1111.04 102.4L424.96 788.48c10.24 25.6 25.6 46.08 40.96 66.56L1218.56 102.4h-107.52zM1433.6 102.4h-15.36l-819.2 819.2h107.52L1510.4 117.76c-25.6-10.24-51.2-15.36-76.8-15.36zM1612.8 215.04L906.24 921.6h107.52L1638.4 296.96c0-30.72-10.24-61.44-20.48-87.04zM1638.4 604.16V496.64L1213.44 921.6h107.52l317.44-317.44z" fill="#363B4C" ></path></symbol><symbol id="icon-chexiao-copy" viewBox="0 0 1024 1024"><path d="M138.325333 391.68l99.754667 94.08a34.133333 34.133333 0 0 0 46.848-49.706667l-36.736-34.645333h319.701333q76.672 0 133.632 51.626667 56.96 51.669333 59.946667 123.946666 3.157333 76.373333-54.698667 132.992-57.813333 56.618667-138.88 56.618667H301.952a33.194667 33.194667 0 0 0 0 66.389333h265.941333q54.485333 0 104.661334-20.906666 48.085333-19.968 84.906666-56.064 36.906667-36.096 56.277334-82.176 20.181333-48.042667 18.090666-99.413334-4.096-99.029333-81.493333-169.216Q672.938667 334.933333 567.893333 334.933333H258.346667l22.954666-18.517333a34.005333 34.005333 0 1 0-42.752-52.906667L140.288 343.04a32.256 32.256 0 0 0-12.288 25.173333c0 8.832 3.712 17.28 10.325333 23.466667z" fill="#D7D8DB" ></path></symbol><symbol id="icon-dianxuxian-xuanzhong" viewBox="0 0 2048 1024"><path d="M128 588.8H102.4a76.8 76.8 0 1 1 0-153.6h25.6a76.8 76.8 0 1 1 0 153.6z m307.2 0h-51.2a76.8 76.8 0 1 1 0-153.6h51.2a76.8 76.8 0 1 1 0 153.6z m307.2 0h-51.2a76.8 76.8 0 1 1 0-153.6h51.2a76.8 76.8 0 0 1 0 153.6z m307.2 0h-51.2a76.8 76.8 0 0 1 0-153.6h51.2a76.8 76.8 0 0 1 0 153.6z m307.2 0h-51.2a76.8 76.8 0 0 1 0-153.6h51.2a76.8 76.8 0 0 1 0 153.6z m307.2 0h-51.2a76.8 76.8 0 0 1 0-153.6h51.2a76.8 76.8 0 0 1 0 153.6z m281.6 0h-25.6a76.8 76.8 0 0 1 0-153.6h25.6a76.8 76.8 0 0 1 0 153.6z" fill="#1E6FFF" ></path></symbol><symbol id="icon-dianxuxian" viewBox="0 0 2048 1024"><path d="M128 588.8H102.4a76.8 76.8 0 1 1 0-153.6h25.6a76.8 76.8 0 1 1 0 153.6z m307.2 0h-51.2a76.8 76.8 0 1 1 0-153.6h51.2a76.8 76.8 0 1 1 0 153.6z m307.2 0h-51.2a76.8 76.8 0 1 1 0-153.6h51.2a76.8 76.8 0 0 1 0 153.6z m307.2 0h-51.2a76.8 76.8 0 0 1 0-153.6h51.2a76.8 76.8 0 0 1 0 153.6z m307.2 0h-51.2a76.8 76.8 0 0 1 0-153.6h51.2a76.8 76.8 0 0 1 0 153.6z m307.2 0h-51.2a76.8 76.8 0 0 1 0-153.6h51.2a76.8 76.8 0 0 1 0 153.6z m281.6 0h-25.6a76.8 76.8 0 0 1 0-153.6h25.6a76.8 76.8 0 0 1 0 153.6z" fill="#363B4C" ></path></symbol><symbol id="icon-biaozhun-xuanzhong" viewBox="0 0 1999 1024"><path d="M266.16794 274.657349a49.9377 49.9377 0 0 1-4.943832 21.573086q-132.884219 277.653611-102.522098 354.907233 6.441963 16.379566 36.055019 15.83025 53.683027-0.998754 153.558427-47.690503 329.638756-154.107742 561.699247-147.216339 119.201289 3.495639 161.298771 59.725489 46.392123 61.972685-10.586793 141.873005 31.460751-2.59676 82.247392-11.985048 221.22401-40.799101 743.472474-210.337591a49.9377 49.9377 0 0 1 30.811561 94.981505q-528.490677 171.585936-756.106712 213.583542-124.39481 22.971342-173.134006 7.690406-54.432093-17.028756-53.133712-68.514525 0.799003-31.91019 31.810315-67.415894 20.174831-23.071217 23.770345-37.852777 0.449439-1.747819 0.499377-2.646698-13.782805-17.178569-83.895336-19.275952-208.340084-6.192275-516.455691 137.828051-119.101414 55.680535-194.007964 57.128729-99.026459 1.847695-130.836773-79.201192-46.292248-117.703158 105.368546-434.557863A49.9377 49.9377 0 0 1 266.16794 274.657349z" fill="#1E6FFF" ></path></symbol><symbol id="icon-biaozhun" viewBox="0 0 1999 1024"><path d="M266.16794 274.657349a49.9377 49.9377 0 0 1-4.943832 21.573086q-132.884219 277.653611-102.522098 354.907233 6.441963 16.379566 36.055019 15.83025 53.683027-0.998754 153.558427-47.690503 329.638756-154.107742 561.699247-147.216339 119.201289 3.495639 161.298771 59.725489 46.392123 61.972685-10.586793 141.873005 31.460751-2.59676 82.247392-11.985048 221.22401-40.799101 743.472474-210.337591a49.9377 49.9377 0 0 1 30.811561 94.981505q-528.490677 171.585936-756.106712 213.583542-124.39481 22.971342-173.134006 7.690406-54.432093-17.028756-53.133712-68.514525 0.799003-31.91019 31.810315-67.415894 20.174831-23.071217 23.770345-37.852777 0.449439-1.747819 0.499377-2.646698-13.782805-17.178569-83.895336-19.275952-208.340084-6.192275-516.455691 137.828051-119.101414 55.680535-194.007964 57.128729-99.026459 1.847695-130.836773-79.201192-46.292248-117.703158 105.368546-434.557863A49.9377 49.9377 0 0 1 266.16794 274.657349z" fill="#363B4C" ></path></symbol><symbol id="icon-bianqian" viewBox="0 0 1024 1024"><path d="M897.28 93.9008H135.9872a42.1888 42.1888 0 0 0-42.1888 42.2912v761.344a42.496 42.496 0 0 0 42.496 42.1888h0.1024l483.2256-0.2048c24.064 0 47.2064-9.6256 64.256-26.624l229.0176-228.864c17.1008-17.1008 26.7264-40.2432 26.7264-64.4096V136.6016a42.496 42.496 0 0 0-42.3424-42.7008z m-242.8928 728.2176v-167.6288h167.6288l-167.6288 167.6288z m200.0384-252.8256H611.84l-5.1712 0.3072a42.5984 42.5984 0 0 0-37.5296 42.2912v242.5856h-390.144V179.0976h675.328v390.1952z" fill="#363B4C" ></path></symbol><symbol id="icon-chunse-xuanzhong" viewBox="0 0 1811 1024"><path d="M362.34352 90.58588m181.171761 0l724.68704 0q181.17176 0 181.171761 181.17176l0 362.343521q0 181.17176-181.171761 181.17176l-724.68704 0q-181.17176 0-181.171761-181.17176l0-362.343521q0-181.17176 181.171761-181.17176Z" fill="#1E6FFF" ></path></symbol><symbol id="icon-chexiao" viewBox="0 0 1024 1024"><path d="M138.325333 391.68l99.754667 94.08a34.133333 34.133333 0 0 0 46.848-49.706667l-36.736-34.645333h319.701333q76.672 0 133.632 51.626667 56.96 51.669333 59.946667 123.946666 3.157333 76.373333-54.698667 132.992-57.813333 56.618667-138.88 56.618667H301.952a33.194667 33.194667 0 0 0 0 66.389333h265.941333q54.485333 0 104.661334-20.906666 48.085333-19.968 84.906666-56.064 36.906667-36.096 56.277334-82.176 20.181333-48.042667 18.090666-99.413334-4.096-99.029333-81.493333-169.216Q672.938667 334.933333 567.893333 334.933333H258.346667l22.954666-18.517333a34.005333 34.005333 0 1 0-42.752-52.906667L140.288 343.04a32.256 32.256 0 0 0-12.288 25.173333c0 8.832 3.712 17.28 10.325333 23.466667z" fill="#363B4C" ></path></symbol><symbol id="icon-huifu-copy" viewBox="0 0 1024 1024"><path d="M885.674667 391.68l-99.754667 94.08a34.133333 34.133333 0 0 1-46.848-49.706667l36.736-34.645333H456.106667q-76.672 0-133.632 51.626667-56.96 51.669333-59.946667 123.946666-3.157333 76.373333 54.698667 132.992 57.813333 56.618667 138.88 56.618667h265.941333a33.194667 33.194667 0 0 1 0 66.389333H456.106667q-54.485333 0-104.661334-20.906666-48.085333-19.968-84.906666-56.064-36.906667-36.096-56.277334-82.176-20.181333-48.042667-18.090666-99.413334 4.096-99.029333 81.493333-169.216Q351.061333 334.933333 456.106667 334.933333h309.546666l-22.954666-18.517333a34.005333 34.005333 0 1 1 42.752-52.906667l98.261333 79.445334a32.256 32.256 0 0 1 12.288 25.173333 32.256 32.256 0 0 1-10.325333 23.466667z" fill="#D7D8DB" ></path></symbol><symbol id="icon-lianxian" viewBox="0 0 1024 1024"><path d="M118.9888 138.1888Q76.8 180.3264 76.8 239.9744t42.1888 101.888q42.1376 42.1376 101.7856 42.1376t101.888-42.1888q20.48-20.48 30.976-45.056 205.0048-7.3728 242.688 35.6864 8.8576 10.1888-4.1472 36.2496-22.3744 44.6464-96.256 111.2064-88.32 79.4624-109.9264 141.9776-28.5184 82.2272 41.3696 133.0688 84.6336 61.5424 347.8528 59.2384l-37.888 35.7888a43.9808 43.9808 0 0 0 0 64.6144 49.8176 49.8176 0 0 0 34.2528 13.4144c12.8 0 25.088-4.8128 34.1504-13.4144l120.9344-114.2784a43.9808 43.9808 0 0 0 0-64.6144l-120.9344-114.3296a50.3296 50.3296 0 0 0-68.352 0 43.9808 43.9808 0 0 0 0 64.6656l44.2368 41.8816q-239.36 3.7376-303.4112-42.8544-18.1248-13.1584-10.5984-34.9184 14.336-41.472 86.0672-105.984 191.6928-172.544 107.6224-268.5952-61.952-70.8608-299.3664-65.3312-8.0896-40.8064-39.3216-72.0384-42.1888-42.1888-101.8368-42.1888t-101.7856 42.1888zM186.88 273.92q-14.08-14.0288-14.08-33.9456 0-19.8656 14.08-33.8944 14.0288-14.08 33.8944-14.08 19.9168 0 33.9456 14.08 14.08 14.0288 14.08 33.8944 0 19.9168-14.08 33.9456-14.0288 14.08-33.9456 14.08-19.8656 0-33.8944-14.08z" fill="#363B4C" ></path></symbol><symbol id="icon-tianjiawenzi" viewBox="0 0 1024 1024"><path d="M797.3888 294.2464V252.416h-244.992v519.168h124.0576q18.944 0 32.5632 11.0592 14.6432 11.8784 14.6432 29.3888 0 17.5104-14.6432 29.3888-13.6192 11.008-32.5632 11.008H347.392q-18.944 0-32.512-11.008-14.6944-11.8784-14.6944-29.3888 0-17.5104 14.6944-29.3888 13.568-11.008 32.512-11.008h124.2624V252.416H226.6624v41.8304q0 17.1008-12.2368 28.9792-11.776 11.4176-28.16 11.4176-16.384 0-28.1088-11.4176-12.2368-11.8784-12.2368-28.9792V211.968q0-17.152 12.2368-29.0304 11.776-11.4688 28.16-11.4688h651.4688q16.384 0 28.1088 11.4176 12.1856 11.8784 12.1856 28.9792v82.3296q0 17.1008-12.2368 28.9792-11.7248 11.4176-28.1088 11.4176-16.384 0-28.16-11.4176-12.1856-11.8784-12.1856-28.9792z" fill="#363B4C" ></path><path d="M384 552.96H117.76a40.96 40.96 0 0 1 0-81.92h266.24v81.92zM640 552.96h266.24a40.96 40.96 0 0 0 0-81.92h-266.24v81.92z" fill="#363B4C" ></path></symbol><symbol id="icon-tupian-xuanzhong" viewBox="0 0 1024 1024"><path d="M832.8192 89.6c31.232 0 56.2176 12.4928 74.9568 31.2832 18.7392 25.0368 31.232 50.0736 24.9856 75.1104v632.0128c0 31.2832-12.4928 56.32-31.232 75.1104a103.3216 103.3216 0 0 1-74.9568 31.232H195.7888c-31.232 0-56.2176-12.4928-74.9568-31.232a103.7312 103.7312 0 0 1-31.232-75.1104V195.9936c0-25.088 12.4928-50.0736 31.232-75.1104a103.3216 103.3216 0 0 1 74.9568-31.2832h637.0304z m-137.3696 450.56l156.16 219.0336v-563.2c0-12.544-6.2976-18.7904-18.7904-18.7904H202.0352c-6.2464 0-6.2464 6.2464-12.4928 6.2464s-6.2464 6.2464-6.2464 12.544v638.2592c0 12.544 6.2464 18.7904 18.7392 18.7904h124.928l231.0656-319.1296c18.7392-18.7904 43.7248-31.2832 68.7104-31.2832 31.232 0 49.9712 12.4928 68.7104 37.5296zM363.776 214.1696c37.4784 0 74.9568 12.544 99.9424 43.8272 31.232 31.2832 43.7248 62.5664 49.9712 106.3936 0 43.776-12.4928 75.0592-43.7248 106.3424-31.232 31.3344-62.464 43.8272-106.1888 43.8272-43.7248 0-74.9056-12.4928-106.1376-43.8272-31.232-31.232-43.7248-62.5664-43.7248-106.3424 0-43.8272 12.4928-75.1104 43.7248-106.3936 31.232-31.2832 62.464-43.8272 106.1376-43.8272z m0 212.7872c18.7392 0 31.232-6.2464 43.7248-18.7904 12.4928-12.4928 18.7392-25.0368 18.7392-43.776 0-18.7904-6.2464-31.2832-18.7392-43.8272-12.4928-12.4928-24.9856-18.7904-43.7248-18.7904s-31.232 6.2976-43.7248 18.7904c-12.4416 12.544-18.688 25.0368-18.688 43.8272 0 18.7392 6.2464 31.232 18.688 43.776 12.4928 12.544 24.9856 18.7904 43.7248 18.7904z m262.9632 163.2768L426.8544 852.992H814.08l-187.392-262.8096z" fill="#1E6FFF" ></path></symbol><symbol id="icon-suoxiao" viewBox="0 0 1024 1024"><path d="M192 489.6q0-4.096 0.810667-8.106667 0.768-4.010667 2.346666-7.808 1.578667-3.797333 3.84-7.210666 2.304-3.413333 5.205334-6.272 2.858667-2.901333 6.272-5.205334 3.413333-2.261333 7.210666-3.84 3.797333-1.578667 7.808-2.346666 4.010667-0.810667 8.106667-0.810667h556.8q4.096 0 8.106667 0.810667 4.010667 0.768 7.808 2.346666 3.797333 1.578667 7.210666 3.84 3.413333 2.304 6.272 5.205334 2.901333 2.858667 5.205334 6.272 2.261333 3.413333 3.84 7.210666 1.578667 3.797333 2.346666 7.808 0.810667 4.010667 0.810667 8.106667t-0.810667 8.106667q-0.768 4.010667-2.346666 7.808-1.578667 3.797333-3.84 7.210666-2.304 3.413333-5.205334 6.272-2.858667 2.901333-6.272 5.205334-3.413333 2.261333-7.210666 3.84-3.797333 1.578667-7.808 2.346666-4.010667 0.810667-8.106667 0.810667H233.6q-4.096 0-8.106667-0.810667-4.010667-0.768-7.808-2.346666-3.797333-1.578667-7.210666-3.84-3.413333-2.304-6.272-5.205334-2.901333-2.858667-5.205334-6.272-2.261333-3.413333-3.84-7.210666-1.578667-3.797333-2.346666-7.808-0.810667-4.010667-0.810667-8.106667z" fill="#363B4C" ></path></symbol><symbol id="icon-tianjia" viewBox="0 0 1024 1024"><path d="M0 512a512 512 0 1 0 1024 0 512 512 0 1 0-1024 0Z" fill="#1E6FFF" ></path><path d="M473.6 473.6V294.4a38.4 38.4 0 0 1 76.8 0v179.2h179.2a38.4 38.4 0 1 1 0 76.8h-179.2v179.2a38.4 38.4 0 0 1-76.8 0v-179.2H294.4a38.4 38.4 0 1 1 0-76.8h179.2z" fill="#FFFFFF" ></path></symbol><symbol id="icon-jiantou" viewBox="0 0 1024 1024"><path d="M882.688 219.904l-85.248 359.7824a46.7456 46.7456 0 0 1-78.7456 22.3232l-49.0496-96.3584-483.4816 386.816a25.2928 25.2928 0 0 1-35.5328-35.5328l386.8672-483.584-96.9216-49.5104a46.848 46.848 0 0 1 22.8352-78.848l363.52-81.6128a46.848 46.848 0 0 1 55.808 56.5248z" fill="#363B4C" ></path></symbol><symbol id="icon-qiehuan" viewBox="0 0 1024 1024"><path d="M629.632 138.176a41.472 41.472 0 0 1 58.56 4.16l197.632 228.288a41.472 41.472 0 0 1-31.36 68.736H169.536a41.472 41.472 0 0 1 0-83.008h593.984L625.408 196.672a41.6 41.6 0 0 1-0.512-53.76l4.736-4.8zM394.368 885.76a41.472 41.472 0 0 1-58.56-4.16L138.24 653.376a41.472 41.472 0 0 1 31.36-68.736h684.928a41.472 41.472 0 0 1 0 83.008H260.48l138.112 159.616a41.6 41.6 0 0 1 0.512 53.76l-4.736 4.8z" fill="#6F7588" ></path></symbol><symbol id="icon-huifu" viewBox="0 0 1024 1024"><path d="M885.674667 391.68l-99.754667 94.08a34.133333 34.133333 0 0 1-46.848-49.706667l36.736-34.645333H456.106667q-76.672 0-133.632 51.626667-56.96 51.669333-59.946667 123.946666-3.157333 76.373333 54.698667 132.992 57.813333 56.618667 138.88 56.618667h265.941333a33.194667 33.194667 0 0 1 0 66.389333H456.106667q-54.485333 0-104.661334-20.906666-48.085333-19.968-84.906666-56.064-36.906667-36.096-56.277334-82.176-20.181333-48.042667-18.090666-99.413334 4.096-99.029333 81.493333-169.216Q351.061333 334.933333 456.106667 334.933333h309.546666l-22.954666-18.517333a34.005333 34.005333 0 1 1 42.752-52.906667l98.261333 79.445334a32.256 32.256 0 0 1 12.288 25.173333 32.256 32.256 0 0 1-10.325333 23.466667z" fill="#363B4C" ></path></symbol><symbol id="icon-shezhi" viewBox="0 0 1024 1024"><path d="M96 166.464m51.2 0l729.6 0q51.2 0 51.2 51.2l0 0q0 51.2-51.2 51.2l-729.6 0q-51.2 0-51.2-51.2l0 0q0-51.2 51.2-51.2Z" fill="#363B4C" ></path><path d="M96 473.6m51.2 0l729.6 0q51.2 0 51.2 51.2l0 0q0 51.2-51.2 51.2l-729.6 0q-51.2 0-51.2-51.2l0 0q0-51.2 51.2-51.2Z" fill="#363B4C" ></path><path d="M96 780.8m51.2 0l729.6 0q51.2 0 51.2 51.2l0 0q0 51.2-51.2 51.2l-729.6 0q-51.2 0-51.2-51.2l0 0q0-51.2 51.2-51.2Z" fill="#363B4C" ></path></symbol><symbol id="icon-miaobiancuxi" viewBox="0 0 1024 1024"><path d="M95.9488 166.4512m41.6256 0l748.7488 0q41.6256 0 41.6256 41.6256l0-0.0512q0 41.6256-41.6256 41.6256l-748.7488 0q-41.6256 0-41.6256-41.6256l0 0.0512q0-41.6256 41.6256-41.6256Z" fill="#363B4C" ></path><path d="M95.8976 409.7536m64 0l704 0q64 0 64 64l0 0q0 64-64 64l-704 0q-64 0-64-64l0 0q0-64 64-64Z" fill="#363B4C" ></path><path d="M95.8976 697.6m99.2256 0l633.5488 0q99.2256 0 99.2256 99.2256l0-0.0512q0 99.2256-99.2256 99.2256l-633.5488 0q-99.2256 0-99.2256-99.2256l0 0.0512q0-99.2256 99.2256-99.2256Z" fill="#363B4C" ></path></symbol><symbol id="icon-shixian" viewBox="0 0 2048 1024"><path d="M1945.6 588.8H102.4a76.8 76.8 0 0 1 0-153.6h1843.2a76.8 76.8 0 0 1 0 153.6z" fill="#363B4C" ></path></symbol><symbol id="icon-chunse" viewBox="0 0 1811 1024"><path d="M362.34352 90.58588m181.171761 0l724.68704 0q181.17176 0 181.171761 181.17176l0 362.343521q0 181.17176-181.171761 181.17176l-724.68704 0q-181.17176 0-181.171761-181.17176l0-362.343521q0-181.17176 181.171761-181.17176Z" fill="#363B4C" ></path></symbol><symbol id="icon-gengduo" viewBox="0 0 1024 1024"><path d="M242.5856 513.024q0 4.4032-0.4096 8.7552-0.4608 4.4032-1.28 8.704-0.8704 4.352-2.1504 8.6016-1.28 4.1984-2.9696 8.2944t-3.7888 7.936q-2.048 3.8912-4.5056 7.5776-2.4576 3.6864-5.2736 7.0656-2.7648 3.4304-5.888 6.5536-3.1232 3.072-6.5536 5.888-3.4304 2.816-7.0656 5.2736-3.6864 2.4576-7.5776 4.5056-3.8912 2.0992-7.936 3.7888-4.096 1.6896-8.2944 2.9696-4.2496 1.28-8.5504 2.1504-4.352 0.8704-8.704 1.28-4.4032 0.4096-8.8576 0.4096-4.4032 0-8.8064-0.4096-4.352-0.4096-8.704-1.28-4.3008-0.8704-8.5504-2.1504-4.1984-1.28-8.2944-2.9696t-7.936-3.7888q-3.8912-2.048-7.5776-4.5056-3.6864-2.4576-7.0656-5.2736-3.4304-2.7648-6.5536-5.888-3.072-3.1232-5.888-6.5536-2.816-3.3792-5.2736-7.0656-2.4576-3.6864-4.5056-7.5776-2.0992-3.8912-3.7888-7.936-1.6896-4.096-2.9696-8.2944-1.28-4.2496-2.1504-8.5504-0.8704-4.352-1.28-8.704-0.4608-4.4032-0.4608-8.8064 0-4.4544 0.4608-8.8064 0.4096-4.4032 1.28-8.704 0.8704-4.352 2.1504-8.6016 1.28-4.1984 2.9696-8.2944t3.7888-7.936q2.048-3.8912 4.5056-7.5776 2.4576-3.6864 5.2736-7.0656 2.7648-3.4304 5.888-6.5536 3.1232-3.072 6.5536-5.888 3.3792-2.816 7.0656-5.2736 3.6864-2.4576 7.5776-4.5056 3.8912-2.048 7.936-3.7888 4.096-1.6896 8.2944-2.9696 4.2496-1.28 8.5504-2.1504 4.352-0.8192 8.704-1.28 4.4032-0.4096 8.8064-0.4096 4.4544 0 8.8064 0.4096 4.4032 0.4608 8.704 1.28 4.352 0.8704 8.6016 2.1504 4.1984 1.28 8.2944 2.9696t7.936 3.7888q3.8912 2.048 7.5776 4.5056 3.6352 2.4576 7.0656 5.2736 3.4304 2.7648 6.5536 5.888 3.072 3.1232 5.888 6.5536 2.816 3.3792 5.2736 7.0656 2.4576 3.6864 4.5056 7.5776 2.048 3.8912 3.7888 7.936 1.6896 4.096 2.9696 8.2944 1.28 4.2496 2.1504 8.5504 0.8192 4.352 1.28 8.704 0.4096 4.4032 0.4096 8.8576zM601.8048 513.024q0 4.4032-0.4608 8.7552-0.4096 4.4032-1.28 8.704-0.8704 4.352-2.1504 8.6016-1.28 4.1984-2.9696 8.2944t-3.7376 7.936q-2.048 3.8912-4.5568 7.5776-2.4576 3.6864-5.2224 7.0656-2.816 3.4304-5.9392 6.5536-3.072 3.072-6.5024 5.888-3.4304 2.816-7.1168 5.2736-3.6352 2.4576-7.5264 4.5056-3.8912 2.0992-7.9872 3.7888-4.096 1.6896-8.2944 2.9696t-8.5504 2.1504q-4.3008 0.8704-8.704 1.28-4.4032 0.4096-8.8064 0.4096t-8.8064-0.4096q-4.4032-0.4096-8.704-1.28-4.352-0.8704-8.5504-2.1504-4.2496-1.28-8.2944-2.9696-4.096-1.6896-7.9872-3.7888-3.8912-2.048-7.5264-4.5056-3.6864-2.4576-7.1168-5.2736-3.3792-2.7648-6.5024-5.888-3.1232-3.1232-5.9392-6.5536-2.7648-3.3792-5.2224-7.0656-2.4576-3.6864-4.5568-7.5776-2.048-3.8912-3.7376-7.936-1.6896-4.096-2.9696-8.2944-1.28-4.2496-2.1504-8.5504-0.8704-4.352-1.28-8.704-0.4608-4.4032-0.4608-8.8064 0-4.4544 0.4608-8.8064 0.4096-4.4032 1.28-8.704 0.8704-4.352 2.1504-8.6016 1.28-4.1984 2.9696-8.2944t3.7376-7.936q2.048-3.8912 4.5568-7.5776 2.4576-3.6864 5.2224-7.0656 2.816-3.4304 5.9392-6.5536 3.072-3.072 6.5024-5.888 3.4304-2.816 7.1168-5.2736 3.6352-2.4576 7.5264-4.5056 3.8912-2.048 7.9872-3.7888 4.096-1.6896 8.2944-2.9696t8.5504-2.1504q4.3008-0.8192 8.704-1.28 4.4032-0.4096 8.8064-0.4096t8.8064 0.4096q4.4032 0.4608 8.704 1.28 4.352 0.8704 8.5504 2.1504 4.2496 1.28 8.2944 2.9696 4.096 1.6896 7.9872 3.7888 3.8912 2.048 7.5264 4.5056 3.6864 2.4576 7.1168 5.2736 3.3792 2.7648 6.5024 5.888 3.1232 3.1232 5.9392 6.5536 2.7648 3.3792 5.2224 7.0656 2.4576 3.6864 4.5568 7.5776 2.048 3.8912 3.7376 7.936 1.6896 4.096 2.9696 8.2944 1.28 4.2496 2.1504 8.5504 0.8704 4.352 1.28 8.704 0.4608 4.4032 0.4608 8.8576zM961.024 513.024q0 4.4032-0.4608 8.7552-0.4096 4.4032-1.28 8.704-0.8704 4.352-2.1504 8.6016-1.28 4.1984-2.9696 8.2944t-3.7888 7.936q-2.048 3.8912-4.5056 7.5776-2.4576 3.6864-5.2736 7.0656-2.7648 3.4304-5.888 6.5536-3.1232 3.072-6.5536 5.888-3.3792 2.816-7.0656 5.2736-3.6864 2.4576-7.5776 4.5056-3.8912 2.0992-7.936 3.7888-4.096 1.6896-8.2944 2.9696-4.2496 1.28-8.5504 2.1504-4.352 0.8704-8.704 1.28-4.4032 0.4096-8.8064 0.4096-4.4544 0-8.8064-0.4096-4.4032-0.4096-8.704-1.28-4.352-0.8704-8.6016-2.1504-4.1984-1.28-8.2944-2.9696t-7.936-3.7888q-3.8912-2.048-7.5776-4.5056-3.6352-2.4576-7.0656-5.2736-3.4304-2.7648-6.5536-5.888-3.072-3.1232-5.888-6.5536-2.816-3.3792-5.2736-7.0656-2.4576-3.6864-4.5056-7.5776-2.048-3.8912-3.7888-7.936-1.6896-4.096-2.9696-8.2944-1.28-4.2496-2.1504-8.5504-0.8192-4.352-1.28-8.704-0.4096-4.4032-0.4096-8.8064 0-4.4544 0.4096-8.8064 0.4608-4.4032 1.28-8.704 0.8704-4.352 2.1504-8.6016 1.28-4.1984 2.9696-8.2944t3.7888-7.936q2.048-3.8912 4.5056-7.5776 2.4576-3.6864 5.2736-7.0656 2.7648-3.4304 5.888-6.5536 3.1232-3.072 6.5536-5.888 3.4304-2.816 7.0656-5.2736 3.6864-2.4576 7.5776-4.5056 3.8912-2.048 7.936-3.7888 4.096-1.6896 8.2944-2.9696 4.2496-1.28 8.5504-2.1504 4.352-0.8192 8.704-1.28 4.4032-0.4096 8.8576-0.4096 4.4032 0 8.8064 0.4096 4.352 0.4608 8.704 1.28 4.3008 0.8704 8.5504 2.1504 4.1984 1.28 8.2944 2.9696t7.936 3.7888q3.8912 2.048 7.5776 4.5056 3.6864 2.4576 7.0656 5.2736 3.4304 2.7648 6.5536 5.888 3.072 3.1232 5.888 6.5536 2.816 3.3792 5.2736 7.0656 2.4576 3.6864 4.5056 7.5776 2.0992 3.8912 3.7888 7.936 1.6896 4.096 2.9696 8.2944 1.28 4.2496 2.1504 8.5504 0.8704 4.352 1.28 8.704 0.4608 4.4032 0.4608 8.8576z" fill="#363B4C" ></path></symbol><symbol id="icon-fangda" viewBox="0 0 1024 1024"><path d="M552.533333 233.6q0-4.096-0.810666-8.106667t-2.346667-7.808q-1.578667-3.797333-3.84-7.210666-2.304-3.413333-5.205333-6.272-2.901333-2.901333-6.272-5.205334-3.413333-2.261333-7.210667-3.84-3.797333-1.578667-7.808-2.346666-4.010667-0.810667-8.106667-0.810667t-8.106666 0.810667q-4.010667 0.768-7.808 2.346666-3.797333 1.578667-7.210667 3.84-3.413333 2.304-6.272 5.205334-2.901333 2.858667-5.205333 6.272-2.261333 3.413333-3.84 7.210666-1.578667 3.797333-2.346667 7.808-0.810667 4.010667-0.810667 8.106667v225.066667H233.6q-4.096 0-8.106667 0.810666-4.010667 0.768-7.808 2.346667-3.797333 1.578667-7.210666 3.84-3.413333 2.304-6.272 5.205333-2.901333 2.858667-5.205334 6.272-2.261333 3.413333-3.84 7.210667-1.578667 3.797333-2.346666 7.808-0.810667 4.010667-0.810667 8.106667t0.810667 8.106666q0.768 4.010667 2.346666 7.808 1.578667 3.797333 3.84 7.210667 2.304 3.413333 5.205334 6.272 2.858667 2.901333 6.272 5.205333 3.413333 2.261333 7.210666 3.84 3.797333 1.578667 7.808 2.346667 4.010667 0.810667 8.106667 0.810667H469.333333v248.533333q0 4.096 0.810667 8.106667 0.768 4.010667 2.346667 7.808 1.578667 3.797333 3.84 7.210666 2.304 3.413333 5.205333 6.272 2.858667 2.901333 6.272 5.205334 3.413333 2.261333 7.210667 3.84 3.797333 1.578667 7.808 2.346666 4.010667 0.810667 8.106666 0.810667t8.106667-0.810667q4.010667-0.768 7.808-2.346666 3.797333-1.578667 7.210667-3.84 3.413333-2.304 6.272-5.205334 2.901333-2.858667 5.205333-6.272 2.261333-3.413333 3.84-7.210666 1.536-3.797333 2.346667-7.808 0.810667-4.010667 0.810666-8.106667V541.866667h237.866667q4.096 0 8.106667-0.810667 4.010667-0.768 7.808-2.346667 3.797333-1.578667 7.210666-3.84 3.413333-2.304 6.272-5.205333 2.901333-2.858667 5.205334-6.272 2.261333-3.413333 3.84-7.210667 1.578667-3.797333 2.346666-7.808 0.810667-4.010667 0.810667-8.106666t-0.810667-8.106667q-0.768-4.010667-2.346666-7.808-1.578667-3.797333-3.84-7.210667-2.304-3.413333-5.205334-6.272-2.858667-2.901333-6.272-5.205333-3.413333-2.261333-7.210666-3.84-3.797333-1.578667-7.808-2.346667-4.010667-0.810667-8.106667-0.810666H552.533333V233.6z" fill="#363B4C" ></path></symbol><symbol id="icon-quxian" viewBox="0 0 1024 1024"><path d="M954.2144 350.0032l-203.008-209.408a41.1648 41.1648 0 0 0-59.392 0 44.3392 44.3392 0 0 0 0 61.3376l108.3392 111.8208H470.3232q-141.824 0-242.0736 103.424Q128 520.4992 128 666.7264v185.8048c0 23.9104 18.8416 43.3664 42.0352 43.3664 23.2448 0 42.0352-19.456 42.0352-43.3664v-185.856q0-110.2848 75.6736-188.2624Q363.3664 400.384 470.3232 400.384h351.744l-130.304 134.3488a44.3392 44.3392 0 0 0 0 61.3376c16.384 16.896 43.008 16.896 59.4432 0l203.008-209.408a26.5728 26.5728 0 0 0 0-36.7104z" fill="#363B4C" ></path></symbol><symbol id="icon-biaoge-xuanzhong" viewBox="0 0 1024 1024"><path d="M933.4272 153.1904c-13.2608-12.5952-33.1776-25.1904-59.6992-25.1904H143.616c-19.8656 0-39.7824 12.5952-59.6992 25.1904-13.312 12.5952-19.9168 31.488-19.9168 56.6272v616.96c0 18.8416 6.656 37.7344 26.5728 56.6272 13.2608 6.2976 33.1776 12.5952 53.0944 12.5952h730.0608c19.9168 0 39.8336-6.2976 59.6992-25.1904 13.312-12.5952 26.5728-31.488 26.5728-56.6272V209.8176c0-25.1392-13.312-44.032-26.5728-56.6272zM336.128 820.48h-192.512v-151.0912h192.512v151.04z m0-226.6624h-192.512V436.48h192.512v157.3376z m265.472 226.6624H415.744v-151.0912h185.856v151.04z m0-226.6624H415.744V436.48h185.856v157.3376z m272.128 226.6624h-192.512v-151.0912h192.512v151.04z m0-226.6624h-192.512V436.48h192.512v157.3376z m0-232.9088H143.616V209.92h730.112v151.04z" fill="#1E6FFF" ></path></symbol><symbol id="icon-jiancai" viewBox="0 0 1024 1024"><path d="M279.296 46.592a46.592 46.592 0 1 0-93.1328 0v139.5712H46.592a46.592 46.592 0 1 0 0 93.1328h139.6224v512c0 25.7024 20.8384 46.5408 46.592 46.5408h512v139.6224a46.592 46.592 0 0 0 93.0816 0v-139.6224h139.6224a46.592 46.592 0 1 0 0-93.1328H279.296V46.592z m139.6224 139.5712a46.592 46.592 0 1 0 0 93.1328h325.7856v325.7856a46.592 46.592 0 0 0 93.1328 0V232.704a46.592 46.592 0 0 0-46.592-46.5408H418.9696z" fill="#363B4C" ></path></symbol><symbol id="icon-guanbi" viewBox="0 0 1024 1024"><path d="M512 32.128a480.576 480.576 0 0 0-480 480 480.576 480.576 0 0 0 480 480 480.576 480.576 0 0 0 480-480A480.576 480.576 0 0 0 512 32.128z m195.84 627.84a34.304 34.304 0 1 1-48.64 48.384l-147.328-147.84-147.968 146.368a34.304 34.304 0 1 1-48.192-48.832L463.36 512 316.16 364.16a34.304 34.304 0 0 1 48.64-48.32l147.328 147.84 147.904-146.368a34.304 34.304 0 1 1 48.192 48.768L560.64 512.256l147.264 147.776v-0.128z" fill="#6F7588" ></path></symbol><symbol id="icon-hebingdanyuange" viewBox="0 0 1024 1024"><path d="M853.2992 221.8496q0-51.2-51.2-51.2H632.832q-18.944 0.0512-32.3584-13.312-13.3632-13.4144-13.3632-32.3072 0-18.944 13.3632-32.3072 13.4144-13.4144 32.3584-13.3632h169.3696q58.9824 0 100.7616 41.728 41.728 41.728 41.728 100.7616v169.472q0 18.8416-13.3632 32.256-13.3632 13.312-32.256 13.312-18.944 0-32.256-13.312-13.4144-13.4144-13.4144-32.256l-0.0512-169.472z m-728.2688 215.04H124.928q-18.944 0-32.256-13.3632-13.3632-13.4144-13.3632-32.3072V221.8496q0-59.0336 41.728-100.7616t100.7616-41.728h169.3696q18.944 0 32.3072 13.312 13.4144 13.4144 13.4144 32.3584t-13.4144 32.256q-13.3632 13.4144-32.256 13.4144H221.7984q-51.1488 0-51.1488 51.1488v169.472q-0.0512 18.944-13.4656 32.256-13.312 13.312-32.256 13.312z m576.6144 251.6992l-136.8576-137.3696q-16.2304-16.1792-13.9776-39.0144V511.744q-2.2016-22.8352 13.9776-39.0144l136.8576-136.8576q14.336-14.336 34.4576-14.336 20.224 0 34.5088 14.336 14.2848 14.2336 14.2336 34.4576 0 20.1728-14.2848 34.4576l-58.4704 58.4704h183.808q20.1728 0 34.4576 14.2848t14.2848 34.4576q0 20.0192-14.1824 34.2016-14.1824 14.2336-34.304 14.2336h-184.32l58.7264 59.2384q13.9776 14.336 13.9776 34.4576 0.2048 20.1728-13.9776 34.4576-14.2336 14.336-34.4576 14.336-20.1728 0-34.4576-14.336z m-228.4544-176.384q2.2016 22.8352-13.9776 39.0144L322.304 688.64q-14.2336 14.336-34.4576 14.336-20.1728 0-34.4064-14.336-14.2336-14.2848-14.0288-34.4576-0.1536-20.1216 14.0288-34.4576l58.6752-59.2384h-184.32q-20.0704 0-34.2528-14.2336-14.1824-14.1824-14.1824-34.2016 0-20.224 14.2848-34.4576 14.2336-14.2848 34.4064-14.2848h183.808L253.44 404.7872q-14.2848-14.2848-14.2848-34.4576 0-20.224 14.2848-34.4576 14.2848-14.336 34.4576-14.336 20.224 0 34.4576 14.336L459.264 472.7296q16.1792 16.1792 13.9776 39.0144V512.2048z m-49.664 419.0208q-13.3632 13.4144-32.256 13.4144H221.7984q-59.0336 0-100.7616-41.7792-41.728-41.728-41.728-100.7616v-169.3696q0-18.944 13.312-32.256 13.3632-13.4144 32.256-13.4656 18.944 0 32.3584 13.312 13.3632 13.3632 13.4144 32.256v169.5232q0 51.2 51.2 51.2H391.168q18.944 0 32.256 13.312 13.4144 13.4144 13.4144 32.3584 0 18.8928-13.3632 32.256z m479.3856-28.3648q-41.7792 41.7792-100.7616 41.7792h-169.3696q-18.944 0-32.3072-13.4144-13.3632-13.3632-13.3632-32.256 0-18.944 13.312-32.3072 13.4144-13.4144 32.3584-13.4144h169.3696q51.1488 0 51.1488-51.1488l0.1536-169.4208q0-18.8928 13.312-32.256 13.3632-13.312 32.256-13.312 18.944 0 32.256 13.312 13.312 13.3632 13.312 32.256v169.472q0 58.9824-41.6768 100.7104z" fill="#363B4C" ></path></symbol><symbol id="icon-jiantou-xuanzhong" viewBox="0 0 1024 1024"><path d="M882.688 219.904l-85.248 359.7824a46.7456 46.7456 0 0 1-78.7456 22.3232l-49.0496-96.3584-483.4816 386.816a25.2928 25.2928 0 0 1-35.5328-35.5328l386.8672-483.584-96.9216-49.5104a46.848 46.848 0 0 1 22.8352-78.848l363.52-81.6128a46.848 46.848 0 0 1 55.808 56.5248z" fill="#1E6FFF" ></path></symbol><symbol id="icon-bianqian-xuanzhong" viewBox="0 0 1024 1024"><path d="M897.28 93.9008H135.9872a42.1888 42.1888 0 0 0-42.1888 42.2912v761.344a42.496 42.496 0 0 0 42.496 42.1888h0.1024l483.2256-0.2048c24.064 0 47.2064-9.6256 64.256-26.624l229.0176-228.864c17.1008-17.1008 26.7264-40.2432 26.7264-64.4096V136.6016a42.496 42.496 0 0 0-42.3424-42.7008z m-242.8928 728.2176v-167.6288h167.6288l-167.6288 167.6288z m200.0384-252.8256H611.84l-5.1712 0.3072a42.5984 42.5984 0 0 0-37.5296 42.2912v242.5856h-390.144V179.0976h675.328v390.1952z" fill="#1E6FFF" ></path></symbol><symbol id="icon-biaoge" viewBox="0 0 1024 1024"><path d="M933.4272 153.1904c-13.2608-12.5952-33.1776-25.1904-59.6992-25.1904H143.616c-19.8656 0-39.7824 12.5952-59.6992 25.1904-13.312 12.5952-19.9168 31.488-19.9168 56.6272v616.96c0 18.8416 6.656 37.7344 26.5728 56.6272 13.2608 6.2976 33.1776 12.5952 53.0944 12.5952h730.0608c19.9168 0 39.8336-6.2976 59.6992-25.1904 13.312-12.5952 26.5728-31.488 26.5728-56.6272V209.8176c0-25.1392-13.312-44.032-26.5728-56.6272zM336.128 820.48h-192.512v-151.0912h192.512v151.04z m0-226.6624h-192.512V436.48h192.512v157.3376z m265.472 226.6624H415.744v-151.0912h185.856v151.04z m0-226.6624H415.744V436.48h185.856v157.3376z m272.128 226.6624h-192.512v-151.0912h192.512v151.04z m0-226.6624h-192.512V436.48h192.512v157.3376z m0-232.9088H143.616V209.92h730.112v151.04z" fill="#363B4C" ></path></symbol><symbol id="icon-yishujia" viewBox="0 0 1945 1024"><path d="M232.893782 133.69333Q20.767031 624.035902 121.660931 700.285665q56.953359 43.093817 213.641942-45.812248c434.325066-246.352244 652.334324-279.731012 562.670663 0q-17.112746 53.432768 2.317351 79.146452 69.074887 91.312545 598.054832-165.244957Q1606.726446 537.35806 1693.448853 433.166391q-725.642833 274.115892-753.58474 215.513648-2.762995-5.704249 1.20324-14.617137c44.252492-100.09174 110.653513-333.56486-154.906005-266.851888-117.33818 29.457097-243.321861 98.041776-351.167815 156.733148-136.322633 74.155234-243.767506 132.579219-268.456208 76.739972-27.273439-61.721754-8.199858-136.144375 18.182293-238.954546 16.399715-63.816283 35.562426-138.595419 48.174164-227.991693z" fill="#363B4C" ></path></symbol><symbol id="icon-yuanjiao" viewBox="0 0 1024 1024"><path d="M898.2528 588.0832s-5.4784 0 0 0c-32.6656 0-48.9984-27.2384-48.9984-54.4256v-21.76c0-27.1872 21.8112-48.9472 48.9984-48.9472 27.1872 0 48.9472 21.76 48.9472 48.9472v32.6656c-5.4272 21.76-21.76 43.52-48.9472 43.52zM686.08 909.0048a48.7424 48.7424 0 0 1-48.9472-48.9472c0-16.3328 10.8544-38.0928 27.1872-43.52 10.9056-5.4272 27.1872-16.3328 38.0928-21.76 21.76-16.3328 54.3744-10.8544 65.28 10.9056 10.8544 21.76 10.8544 54.3744-10.9056 65.28-16.3328 10.8544-32.6144 21.76-48.9472 27.136-10.8544 5.4784-16.3328 10.9056-21.76 10.9056z m146.8928-130.56a48.7424 48.7424 0 0 1-48.9472-48.9472c0-10.8544 5.4272-21.76 10.8544-27.1872 5.4272-10.9056 16.3328-27.1872 21.76-38.0928 10.9056-21.76 43.52-32.6144 65.28-21.76 21.76 10.9056 32.6656 43.52 21.76 65.28-10.8544 16.3328-16.3328 32.6656-27.1872 48.9472-10.9056 10.9056-27.2384 21.76-43.52 21.76zM512 947.0976a48.7424 48.7424 0 0 1-48.9472-48.9472c0-27.1872 21.76-48.9472 48.9472-48.9472h21.76c27.1872-5.4784 48.9472 16.2816 54.4256 43.52 5.4272 27.136-16.384 48.9472-43.52 54.3744H512z m-174.08 0H125.7472a48.7424 48.7424 0 0 1-48.9472-48.9472V125.6448c0-27.1872 21.76-48.9472 48.9472-48.9472h772.5056c27.1872 0 48.9472 21.76 48.9472 48.9472v212.1728a48.7424 48.7424 0 0 1-48.9472 48.9472 48.7424 48.7424 0 0 1-48.9984-48.9472V174.6432H174.6944v674.56H337.92c27.1872 0 48.9472 21.76 48.9472 48.9472a48.7424 48.7424 0 0 1-48.9472 48.9472z" fill="#363B4C" ></path></symbol><symbol id="icon-suoding" viewBox="0 0 1024 1024"><path d="M770.474667 356.352h9.898666c63.573333 0 115.626667 56.32 115.626667 126.165333v287.36C896 839.253333 843.946667 896 780.373333 896H307.626667c-63.573333 0-115.626667-56.746667-115.626667-126.122667v-287.829333c0-69.376 52.053333-126.122667 115.626667-126.122667h9.898666C326.613333 228.906667 424.448 128 543.786667 128c60.288 0 117.290667 26.112 160.64 72.96a255.573333 255.573333 0 0 1 66.048 155.392z m-113.152-104.490667c-30.549333-33.322667-70.570667-51.797333-113.493334-51.797333-82.602667 0-151.168 68.48-160.256 156.288h320a179.072 179.072 0 0 0-46.250666-104.490667z m123.050666 572.074667c27.264 0 49.578667-24.32 49.578667-54.058667h0.426667v-287.36c0-29.738667-22.314667-54.058667-49.578667-54.058666H307.626667c-27.264 0-49.578667 24.32-49.578667 54.058666v287.36c0 29.738667 22.314667 54.058667 49.578667 54.058667h472.746666z m-269.653333-280.618667c0-19.84 14.933333-36.053333 33.066667-36.053333 18.176 0 33.024 16.213333 33.024 36.053333v139.605334c0 19.84-14.848 36.053333-33.024 36.053333-18.176 0-33.024-16.213333-33.024-36.053333v-139.605334z" fill="#363B4C" ></path></symbol><symbol id="icon-xiangpica-xuanzhong" viewBox="0 0 1024 1024"><path d="M437.9136 911.6672c0 26.7264 21.6576 48.384 48.384 48.384h386.816a48.4352 48.4352 0 0 0-0.1536-96.768H486.2976a48.384 48.384 0 0 0-48.384 48.384zM263.3216 392.704A48.3328 48.3328 0 0 0 266.24 460.9536l336.0256 307.8656a48.4352 48.4352 0 0 0 68.4544-3.0208 48.128 48.128 0 0 0-2.9184-68.0448L331.5712 389.7344a48.3328 48.3328 0 0 0-68.2496 2.9184z" fill="#1E6FFF" ></path><path d="M97.792 635.2384l331.008 303.3088q19.8656 18.176 46.7456 16.9984 26.88-1.1776 45.056-20.992L940.544 476.16q18.176-19.8144 16.9984-46.6944-1.1776-26.9312-20.992-45.056l-331.0592-303.3088q-19.8656-18.176-46.7456-16.9984-26.88 1.1776-45.056 20.992l-419.8912 458.3936q-18.176 19.8144-17.0496 46.6944 1.1776 26.88 21.0432 45.056z m77.1072-49.3568l388.1472-423.6288 296.3456 271.4624v0.0512l-388.096 423.68-296.3456-271.5136z" fill="#1E6FFF" ></path></symbol><symbol id="icon-zhixian" viewBox="0 0 1024 1024"><path d="M859.392 89.4976m36.203867 36.203867l0 0q36.203867 36.203867 0 72.407735l-696.924443 696.924443q-36.203867 36.203867-72.407735 0l0 0q-36.203867-36.203867 0-72.407734l696.924444-696.924444q36.203867-36.203867 72.407734 0Z" fill="#363B4C" ></path></symbol><symbol id="icon-tupian" viewBox="0 0 1024 1024"><path d="M832.8192 89.6c31.232 0 56.2176 12.4928 74.9568 31.2832 18.7392 25.0368 31.232 50.0736 24.9856 75.1104v632.0128c0 31.2832-12.4928 56.32-31.232 75.1104a103.3216 103.3216 0 0 1-74.9568 31.232H195.7888c-31.232 0-56.2176-12.4928-74.9568-31.232a103.7312 103.7312 0 0 1-31.232-75.1104V195.9936c0-25.088 12.4928-50.0736 31.232-75.1104a103.3216 103.3216 0 0 1 74.9568-31.2832h637.0304z m-137.3696 450.56l156.16 219.0336v-563.2c0-12.544-6.2976-18.7904-18.7904-18.7904H202.0352c-6.2464 0-6.2464 6.2464-12.4928 6.2464s-6.2464 6.2464-6.2464 12.544v638.2592c0 12.544 6.2464 18.7904 18.7392 18.7904h124.928l231.0656-319.1296c18.7392-18.7904 43.7248-31.2832 68.7104-31.2832 31.232 0 49.9712 12.4928 68.7104 37.5296zM363.776 214.1696c37.4784 0 74.9568 12.544 99.9424 43.8272 31.232 31.2832 43.7248 62.5664 49.9712 106.3936 0 43.776-12.4928 75.0592-43.7248 106.3424-31.232 31.3344-62.464 43.8272-106.1888 43.8272-43.7248 0-74.9056-12.4928-106.1376-43.8272-31.232-31.232-43.7248-62.5664-43.7248-106.3424 0-43.8272 12.4928-75.1104 43.7248-106.3936 31.232-31.2832 62.464-43.8272 106.1376-43.8272z m0 212.7872c18.7392 0 31.232-6.2464 43.7248-18.7904 12.4928-12.4928 18.7392-25.0368 18.7392-43.776 0-18.7904-6.2464-31.2832-18.7392-43.8272-12.4928-12.4928-24.9856-18.7904-43.7248-18.7904s-31.232 6.2976-43.7248 18.7904c-12.4416 12.544-18.688 25.0368-18.688 43.8272 0 18.7392 6.2464 31.232 18.688 43.776 12.4928 12.544 24.9856 18.7904 43.7248 18.7904z m262.9632 163.2768L426.8544 852.992H814.08l-187.392-262.8096z" fill="#363B4C" ></path></symbol><symbol id="icon-zhixianlianjiexian-xuanzhong" viewBox="0 0 1024 1024"><path d="M870.4 128.0512h-315.7504a45.9776 45.9776 0 1 0 0 91.904h184.4736L141.4656 817.6128a45.9264 45.9264 0 0 0 64.9728 65.024L804.096 284.8768v184.4736a45.9776 45.9776 0 0 0 91.904 0V153.6a25.6 25.6 0 0 0-25.6-25.6z" fill="#1E6FFF" ></path></symbol><symbol id="icon-xiala" viewBox="0 0 1024 1024"><path d="M508.608 704a66.24 66.24 0 0 1-8.384-1.472 42.56 42.56 0 0 1-18.88-9.792l-2.368-2.24-305.28-296.32a40.384 40.384 0 0 1-13.632-32.96c0.832-22.848 22.464-41.6 45.76-39.68a46.336 46.336 0 0 1 28.864 13.056l274.368 266.752c0.768 0.768 1.152 1.536 2.816 3.008 0.768-1.472 1.152-2.624 1.92-3.392 91.52-89.152 183.36-177.92 274.816-267.072a46.784 46.784 0 0 1 26.88-13.504c0.384 0 0.384-0.384 0.768-0.384h9.216c0.448 0 0.832 0.384 1.6 0.384a42.24 42.24 0 0 1 35.328 30.72l1.6 6.4v8.96c-0.384 0-0.384 0.384-0.384 0.768a40.704 40.704 0 0 1-14.464 26.24c-20.032 19.072-39.68 38.528-59.776 58.048-81.408 79.04-163.2 158.08-244.672 237.44a38.208 38.208 0 0 1-15.616 10.176c-5.632 1.92-11.2 3.392-16.832 4.864h-3.648z" fill="#6F7588" ></path></symbol><symbol id="icon-quxian-xuanzhong" viewBox="0 0 1024 1024"><path d="M954.2144 350.0032l-203.008-209.408a41.1648 41.1648 0 0 0-59.392 0 44.3392 44.3392 0 0 0 0 61.3376l108.3392 111.8208H470.3232q-141.824 0-242.0736 103.424Q128 520.4992 128 666.7264v185.8048c0 23.9104 18.8416 43.3664 42.0352 43.3664 23.2448 0 42.0352-19.456 42.0352-43.3664v-185.856q0-110.2848 75.6736-188.2624Q363.3664 400.384 470.3232 400.384h351.744l-130.304 134.3488a44.3392 44.3392 0 0 0 0 61.3376c16.384 16.896 43.008 16.896 59.4432 0l203.008-209.408a26.5728 26.5728 0 0 0 0-36.7104z" fill="#1E6FFF" ></path></symbol><symbol id="icon-shanchu" viewBox="0 0 1024 1024"><path d="M281.7024 203.008H93.3888q-19.2512 0-32.0512 9.2672Q46.08 223.3856 46.08 243.8144q0 20.48 14.848 33.6384 13.7216 12.1856 32.4608 12.1856H177.152v541.2352q0.7168 58.5216 43.4688 99.84 42.7008 41.4208 103.2192 42.0864h376.32q56.32 0 108.032-41.728l0.256-0.1536 0.1536-0.1536q43.4176-42.0864 43.4176-99.9424V289.6384h73.3184q22.784 0 36.4544-9.1648 16.128-10.752 16.128-31.6416 0-20.48-14.848-33.6384-13.7216-12.1856-32.512-12.1856h-188.3136v-45.2608q0-42.7008-32.9728-74.5984Q676.352 51.2 632.2176 51.2H391.7824q-44.1344 0-77.1072 31.9488-32.9728 31.8976-32.9728 74.5984v45.2608z m366.8992-57.1392q4.1984 8.2944 4.1984 11.8784v40.192h-281.6v-40.192q0-2.56 7.4752-10.0864 3.2768-0.6656 7.68-2.816 4.096-1.9456 5.4272-1.9456h245.6576q7.5264 0 11.1616 2.9696z m113.9712 143.7696v541.184q0 9.728-5.9904 22.4256-5.7856 12.032-13.312 19.3024-19.2512 18.688-43.1104 18.688h-376.32q-23.8592 0-43.1616-18.688-19.2512-18.6368-19.2512-41.728V289.6384h501.1456zM393.5744 460.288q-12.544 13.312-12.544 31.488v207.4624q0 20.48 14.848 33.6896 13.7216 12.1344 32.4608 12.1344 37.9904 0 47.2576-44.7488l0.1024-0.512V491.7248q0-21.1968-12.7488-33.536-12.6976-12.288-34.6112-12.288-21.1456 0-34.7648 14.336z m167.2704 0q-12.544 13.312-12.544 31.488v207.4624q0 20.48 14.848 33.6896 13.6704 12.1344 32.4608 12.1344t32.512-12.1344q14.848-13.2096 14.848-33.6896V491.776q0-21.1968-12.7488-33.536-12.6976-12.288-34.6112-12.288-21.1456 0-34.816 14.336z" fill="#363B4C" ></path></symbol><symbol id="icon-siweidaotu-xuanzhong" viewBox="0 0 1024 1024"><path d="M276.992 364.032c72.448 0 131.2256 54.784 131.2256 122.368s-58.7776 122.368-131.2256 122.368H176.0256C103.5776 608.768 44.8 553.984 44.8 486.4s58.7776-122.368 131.2256-122.368H276.992z m0 72.0384H176.0256c-29.7984 0-53.9648 22.528-53.9648 50.3296 0 27.8016 24.1664 50.3296 53.9648 50.3296H276.992c29.7984 0 53.9648-22.528 53.9648-50.3296 0-27.8016-24.1664-50.3296-53.9648-50.3296z m570.9824-365.6704c72.448 0 131.2256 54.784 131.2256 122.368s-58.7776 122.3168-131.2256 122.3168H747.008c-63.4368 0-117.76-42.3424-129.1264-100.5568-40.8064 17.3056-67.072 55.2448-67.2768 97.0752v138.752h65.2288v72.0384h-65.2288v138.8032c0 42.8544 27.4944 79.9744 67.328 97.1264 11.264-58.2144 65.6384-100.608 129.0752-100.608h100.9664c72.448 0 131.2256 54.784 131.2256 122.368s-58.7776 122.3168-131.2256 122.3168H747.008c-48.5888 0-93.184-25.088-115.9168-65.0752-89.7536-15.7696-157.7472-88.576-157.7472-176.128v-138.8544H408.1664V450.304h65.1776v-138.752c0-87.552 67.9936-160.3072 157.696-176.128 22.784-40.0384 67.3792-65.024 115.968-65.024h100.9664z m0 659.3536H747.008c-29.7472 0-53.9136 22.528-53.9136 50.2784 0 27.8016 24.1664 50.3296 53.9136 50.3296h100.9664c29.7984 0 53.9136-22.528 53.9136-50.3296 0-27.7504-24.1152-50.2784-53.9136-50.2784z m0-365.7216c72.4992 0 131.2256 54.784 131.2256 122.368s-58.7264 122.368-131.2256 122.368H747.008c-72.448 0-131.2256-54.784-131.2256-122.368s58.7776-122.368 131.2256-122.368h100.9664z m0 72.0384H747.008c-29.7984 0-53.9648 22.528-53.9648 50.3296 0 27.8016 24.1664 50.3296 53.9648 50.3296h100.9664c29.7984 0 53.9648-22.528 53.9648-50.3296 0-27.8016-24.1664-50.3296-53.9648-50.3296z m0-293.632H747.008c-29.7472 0-53.9136 22.528-53.9136 50.2784 0 27.8016 24.1664 50.3296 53.9136 50.3296h100.9664c29.7984 0 53.9136-22.528 53.9136-50.3296 0-27.7504-24.1152-50.2784-53.9136-50.2784z" fill="#1E6FFF" ></path></symbol><symbol id="icon-xiangpica" viewBox="0 0 1024 1024"><path d="M437.9136 911.6672c0 26.7264 21.6576 48.384 48.384 48.384h386.816a48.4352 48.4352 0 0 0-0.1536-96.768H486.2976a48.384 48.384 0 0 0-48.384 48.384zM263.3216 392.704A48.3328 48.3328 0 0 0 266.24 460.9536l336.0256 307.8656a48.4352 48.4352 0 0 0 68.4544-3.0208 48.128 48.128 0 0 0-2.9184-68.0448L331.5712 389.7344a48.3328 48.3328 0 0 0-68.2496 2.9184z" fill="#363B4C" ></path><path d="M97.792 635.2384l331.008 303.3088q19.8656 18.176 46.7456 16.9984 26.88-1.1776 45.056-20.992L940.544 476.16q18.176-19.8144 16.9984-46.6944-1.1776-26.9312-20.992-45.056l-331.0592-303.3088q-19.8656-18.176-46.7456-16.9984-26.88 1.1776-45.056 20.992l-419.8912 458.3936q-18.176 19.8144-17.0496 46.6944 1.1776 26.88 21.0432 45.056z m77.1072-49.3568l388.1472-423.6288 296.3456 271.4624v0.0512l-388.096 423.68-296.3456-271.5136z" fill="#363B4C" ></path></symbol><symbol id="icon-siweidaotu" viewBox="0 0 1024 1024"><path d="M276.992 364.032c72.448 0 131.2256 54.784 131.2256 122.368s-58.7776 122.368-131.2256 122.368H176.0256C103.5776 608.768 44.8 553.984 44.8 486.4s58.7776-122.368 131.2256-122.368H276.992z m0 72.0384H176.0256c-29.7984 0-53.9648 22.528-53.9648 50.3296 0 27.8016 24.1664 50.3296 53.9648 50.3296H276.992c29.7984 0 53.9648-22.528 53.9648-50.3296 0-27.8016-24.1664-50.3296-53.9648-50.3296z m570.9824-365.6704c72.448 0 131.2256 54.784 131.2256 122.368s-58.7776 122.3168-131.2256 122.3168H747.008c-63.4368 0-117.76-42.3424-129.1264-100.5568-40.8064 17.3056-67.072 55.2448-67.2768 97.0752v138.752h65.2288v72.0384h-65.2288v138.8032c0 42.8544 27.4944 79.9744 67.328 97.1264 11.264-58.2144 65.6384-100.608 129.0752-100.608h100.9664c72.448 0 131.2256 54.784 131.2256 122.368s-58.7776 122.3168-131.2256 122.3168H747.008c-48.5888 0-93.184-25.088-115.9168-65.0752-89.7536-15.7696-157.7472-88.576-157.7472-176.128v-138.8544H408.1664V450.304h65.1776v-138.752c0-87.552 67.9936-160.3072 157.696-176.128 22.784-40.0384 67.3792-65.024 115.968-65.024h100.9664z m0 659.3536H747.008c-29.7472 0-53.9136 22.528-53.9136 50.2784 0 27.8016 24.1664 50.3296 53.9136 50.3296h100.9664c29.7984 0 53.9136-22.528 53.9136-50.3296 0-27.7504-24.1152-50.2784-53.9136-50.2784z m0-365.7216c72.4992 0 131.2256 54.784 131.2256 122.368s-58.7264 122.368-131.2256 122.368H747.008c-72.448 0-131.2256-54.784-131.2256-122.368s58.7776-122.368 131.2256-122.368h100.9664z m0 72.0384H747.008c-29.7984 0-53.9648 22.528-53.9648 50.3296 0 27.8016 24.1664 50.3296 53.9648 50.3296h100.9664c29.7984 0 53.9648-22.528 53.9648-50.3296 0-27.8016-24.1664-50.3296-53.9648-50.3296z m0-293.632H747.008c-29.7472 0-53.9136 22.528-53.9136 50.2784 0 27.8016 24.1664 50.3296 53.9136 50.3296h100.9664c29.7984 0 53.9136-22.528 53.9136-50.3296 0-27.7504-24.1152-50.2784-53.9136-50.2784z" fill="#363B4C" ></path></symbol><symbol id="icon-wenbenyangshi" viewBox="0 0 1024 1024"><path d="M543.744 652.6976H230.144l-90.0608 217.2928a40.7552 40.7552 0 0 1-53.4528 22.9376 40.2944 40.2944 0 0 1-21.7088-53.6576l96-231.6288a40.0384 40.0384 0 0 1 8.3456-20.1728l37.888-91.3408 142.1824-343.1424a40.6528 40.6528 0 0 1 75.1616 0l142.2848 343.04 37.8368 91.4432a40.0384 40.0384 0 0 1 8.3456 20.1728l96 231.6288a40.2944 40.2944 0 0 1-22.528 51.712 40.7552 40.7552 0 0 1-52.6336-20.992l-90.0608-217.2928z m-33.4336-80.6912l-18.688-45.2096-104.6528-252.5184-104.6528 252.5184-18.7392 45.2096h246.784z m404.9408-403.712h-325.12a40.5504 40.5504 0 0 0-42.24 40.3456c0 22.9376 19.1488 41.2672 42.24 40.3968h325.12c23.04 0.8704 42.1888-17.408 42.1888-40.3968a40.5504 40.5504 0 0 0-42.1888-40.3456z m0 201.8304h-243.8144a40.5504 40.5504 0 0 0-40.6528 40.448c0 22.272 18.176 40.3456 40.6528 40.3456h243.8144a40.4992 40.4992 0 0 0 40.6016-40.3968 40.5504 40.5504 0 0 0-40.6016-40.3968z m0 201.9328H752.64a40.4992 40.4992 0 0 0-39.1168 40.3456c0 21.7088 17.2544 39.5264 39.1168 40.3968h162.56c23.04 0.8704 42.1888-17.4592 42.1888-40.3968a40.5504 40.5504 0 0 0-42.1888-40.3456z m-81.3568 282.5728h81.3568a40.4992 40.4992 0 0 0 39.0656-40.3456 40.4992 40.4992 0 0 0-39.0656-40.3968h-81.3568a40.5504 40.5504 0 0 0-42.1888 40.3968c0 22.8864 19.1488 41.216 42.1888 40.3456z" fill="#363B4C" ></path></symbol><symbol id="icon-shixian-xuanzhong" viewBox="0 0 2048 1024"><path d="M1945.6 588.8H102.4a76.8 76.8 0 0 1 0-153.6h1843.2a76.8 76.8 0 0 1 0 153.6z" fill="#1E6FFF" ></path></symbol><symbol id="icon-shiyingneirong" viewBox="0 0 1024 1024"><path d="M860.16 381.5424v-217.6h-217.6a43.52 43.52 0 0 1 0-87.04h261.12c24.064 0 43.52 19.456 43.52 43.52v261.12a43.52 43.52 0 0 1-87.04 0z m-203.0592 348.16H366.9504a72.5504 72.5504 0 0 1-72.5504-72.5504V367.104c0-40.0896 32.512-72.5504 72.5504-72.5504h290.1504c40.0384 0 72.4992 32.4608 72.4992 72.5504v290.0992c0 40.0896-32.4608 72.5504-72.4992 72.5504z m-36.3008-340.8896h-217.6a14.4896 14.4896 0 0 0-14.4896 14.4896v217.6c0 7.9872 6.5536 14.4896 14.4896 14.4896h217.6a14.4896 14.4896 0 0 0 14.5408-14.4896v-217.6a14.4896 14.4896 0 0 0-14.5408-14.4896zM76.8 381.5424v-261.12c0-24.064 19.5072-43.52 43.52-43.52h261.12a43.52 43.52 0 1 1 0 87.04H163.84v217.6a43.52 43.52 0 1 1-87.04 0z m870.4 261.12v261.12c0 24.064-19.456 43.52-43.52 43.52h-261.12a43.52 43.52 0 0 1 0-87.04h217.6v-217.6a43.52 43.52 0 0 1 87.04 0z m-783.36 0v217.6h217.6a43.52 43.52 0 0 1 0 87.04h-261.12a43.52 43.52 0 0 1-43.52-43.52v-261.12a43.52 43.52 0 0 1 87.04 0z" fill="#363B4C" ></path></symbol><symbol id="icon-rongqi-xuanzhong" viewBox="0 0 1024 1024"><path d="M270.6432 361.1648a30.208 30.208 0 0 1 30.1568 30.1056v513.024a30.208 30.208 0 0 1-30.1568 30.1056h-30.208a30.208 30.208 0 0 1-30.208-30.1568v-90.4704H119.808a30.208 30.208 0 0 1-30.208-30.208v-30.208a30.208 30.208 0 0 1 30.208-30.208h90.4704V391.3216a30.208 30.208 0 0 1 30.208-30.1056h30.208z m633.6 361.984a30.208 30.208 0 0 1 30.1568 30.208v30.208a30.208 30.208 0 0 1-30.1568 30.208h-90.4704v90.4704a30.208 30.208 0 0 1-30.208 30.1568h-30.208a30.208 30.208 0 0 1-30.208-30.1568v-90.4704H391.3216a30.208 30.208 0 0 1-30.1056-30.208v-30.208a30.208 30.208 0 0 1 30.1056-30.208h513.024zM783.5648 89.6a30.208 30.208 0 0 1 30.208 30.1568v90.4704h90.4704a30.208 30.208 0 0 1 30.1568 30.208v30.208a30.208 30.208 0 0 1-30.1568 30.1056h-90.4704v331.9296a30.208 30.208 0 0 1-30.208 30.208h-30.208a30.208 30.208 0 0 1-30.208-30.208V119.808a30.208 30.208 0 0 1 30.208-30.208h30.208z m-512.9216 0a30.208 30.208 0 0 1 30.1568 30.1568v90.4704h331.8784a30.208 30.208 0 0 1 30.208 30.208v30.208a30.208 30.208 0 0 1-30.208 30.1056H119.808a30.208 30.208 0 0 1-30.208-30.1056v-30.208a30.208 30.208 0 0 1 30.208-30.208h90.4704V119.808a30.208 30.208 0 0 1 30.208-30.208h30.208z" fill="#1E6FFF" ></path></symbol><symbol id="icon-lianxian-xuanzhong" viewBox="0 0 1024 1024"><path d="M118.9888 138.1888Q76.8 180.3264 76.8 239.9744t42.1888 101.888q42.1376 42.1376 101.7856 42.1376t101.888-42.1888q20.48-20.48 30.976-45.056 205.0048-7.3728 242.688 35.6864 8.8576 10.1888-4.1472 36.2496-22.3744 44.6464-96.256 111.2064-88.32 79.4624-109.9264 141.9776-28.5184 82.2272 41.3696 133.0688 84.6336 61.5424 347.8528 59.2384l-37.888 35.7888a43.9808 43.9808 0 0 0 0 64.6144 49.8176 49.8176 0 0 0 34.2528 13.4144c12.8 0 25.088-4.8128 34.1504-13.4144l120.9344-114.2784a43.9808 43.9808 0 0 0 0-64.6144l-120.9344-114.3296a50.3296 50.3296 0 0 0-68.352 0 43.9808 43.9808 0 0 0 0 64.6656l44.2368 41.8816q-239.36 3.7376-303.4112-42.8544-18.1248-13.1584-10.5984-34.9184 14.336-41.472 86.0672-105.984 191.6928-172.544 107.6224-268.5952-61.952-70.8608-299.3664-65.3312-8.0896-40.8064-39.3216-72.0384-42.1888-42.1888-101.8368-42.1888t-101.7856 42.1888zM186.88 273.92q-14.08-14.0288-14.08-33.9456 0-19.8656 14.08-33.8944 14.0288-14.08 33.8944-14.08 19.9168 0 33.9456 14.08 14.08 14.0288 14.08 33.8944 0 19.9168-14.08 33.9456-14.0288 14.08-33.9456 14.08-19.8656 0-33.8944-14.08z" fill="#1E6FFF" ></path></symbol><symbol id="icon-xialaqiehuan" viewBox="0 0 1024 1024"><path d="M512 555.776L283.989333 326.826667a66.133333 66.133333 0 0 0-93.866666 0 66.901333 66.901333 0 0 0 0 94.293333L463.36 695.466667a66.133333 66.133333 0 0 0 96.341333 0.853333l274.090667-275.285333a66.901333 66.901333 0 0 0 0-94.378667 66.218667 66.218667 0 0 0-93.866667 0L512 555.776z" fill="#6F7588" ></path></symbol><symbol id="icon-rongqi" viewBox="0 0 1024 1024"><path d="M270.6432 361.1648a30.208 30.208 0 0 1 30.1568 30.1056v513.024a30.208 30.208 0 0 1-30.1568 30.1056h-30.208a30.208 30.208 0 0 1-30.208-30.1568v-90.4704H119.808a30.208 30.208 0 0 1-30.208-30.208v-30.208a30.208 30.208 0 0 1 30.208-30.208h90.4704V391.3216a30.208 30.208 0 0 1 30.208-30.1056h30.208z m633.6 361.984a30.208 30.208 0 0 1 30.1568 30.208v30.208a30.208 30.208 0 0 1-30.1568 30.208h-90.4704v90.4704a30.208 30.208 0 0 1-30.208 30.1568h-30.208a30.208 30.208 0 0 1-30.208-30.1568v-90.4704H391.3216a30.208 30.208 0 0 1-30.1056-30.208v-30.208a30.208 30.208 0 0 1 30.1056-30.208h513.024zM783.5648 89.6a30.208 30.208 0 0 1 30.208 30.1568v90.4704h90.4704a30.208 30.208 0 0 1 30.1568 30.208v30.208a30.208 30.208 0 0 1-30.1568 30.1056h-90.4704v331.9296a30.208 30.208 0 0 1-30.208 30.208h-30.208a30.208 30.208 0 0 1-30.208-30.208V119.808a30.208 30.208 0 0 1 30.208-30.208h30.208z m-512.9216 0a30.208 30.208 0 0 1 30.1568 30.1568v90.4704h331.8784a30.208 30.208 0 0 1 30.208 30.208v30.208a30.208 30.208 0 0 1-30.208 30.1056H119.808a30.208 30.208 0 0 1-30.208-30.1056v-30.208a30.208 30.208 0 0 1 30.208-30.208h90.4704V119.808a30.208 30.208 0 0 1 30.208-30.208h30.208z" fill="#363B4C" ></path></symbol><symbol id="icon-zhexian-xuanzhong" viewBox="0 0 1024 1024"><path d="M955.4944 367.0528l-217.9584-225.4848a43.8784 43.8784 0 0 0-63.488 0 47.5648 47.5648 0 0 0 0 65.6896l127.5392 131.9424h-308.736q-45.1072 0-76.9536 31.8464Q384 402.944 384 448v339.0464q0 9.6256-4.8128 14.3872-4.7616 4.8128-14.336 4.8128h-256a44.8 44.8 0 1 0 0 89.6h256q45.056 0 76.9024-31.8464 31.8464-31.8976 31.8464-76.9536V448q0-9.6256 4.8128-14.4384 4.8128-4.7616 14.3872-4.7616h311.6032l-130.4064 134.8096a47.5648 47.5648 0 0 0 0 65.6384 43.8784 43.8784 0 0 0 63.488 0l218.0096-225.3824a26.624 26.624 0 0 0 0-36.8128z" fill="#1E6FFF" ></path></symbol><symbol id="icon-tuodong" viewBox="0 0 1024 1024"><path d="M663.744 737.92q3.84 0 7.68 0.384t7.68 1.088q3.84 0.768 7.488 1.92 3.712 1.152 7.296 2.56 3.52 1.536 6.976 3.392 3.392 1.792 6.592 3.968 3.2 2.176 6.208 4.608 3.008 2.496 5.76 5.184 2.688 2.752 5.12 5.76 2.496 3.008 4.608 6.272 2.176 3.2 3.968 6.656 1.856 3.392 3.328 7.04 1.472 3.52 2.56 7.232 1.152 3.712 1.92 7.552 0.768 3.84 1.088 7.68 0.384 3.84 0.384 7.68 0 3.968-0.384 7.808-0.32 3.84-1.088 7.68t-1.92 7.488q-1.088 3.712-2.56 7.36-1.472 3.584-3.328 7.04-1.792 3.392-3.968 6.592-2.112 3.2-4.608 6.208-2.432 3.008-5.12 5.76-2.752 2.752-5.76 5.248-3.008 2.432-6.208 4.608-3.2 2.176-6.592 3.968-3.456 1.856-7.04 3.328-3.52 1.472-7.232 2.56-3.712 1.152-7.488 1.92-3.84 0.768-7.68 1.152-3.84 0.384-7.68 0.384t-7.68-0.384q-3.84-0.384-7.68-1.152-3.776-0.768-7.488-1.92-3.712-1.088-7.232-2.56-3.584-1.472-7.04-3.328-3.392-1.792-6.592-3.968-3.2-2.176-6.208-4.608-2.944-2.496-5.76-5.248-2.688-2.752-5.12-5.76-2.432-2.944-4.608-6.208-2.176-3.2-3.968-6.656-1.792-3.392-3.328-7.04-1.472-3.584-2.56-7.296-1.152-3.712-1.92-7.488-0.704-3.84-1.088-7.68-0.384-3.84-0.384-7.744 0-3.84 0.384-7.744 0.384-3.84 1.088-7.68 0.768-3.84 1.92-7.552 1.088-3.712 2.56-7.296 1.536-3.584 3.328-7.04 1.792-3.392 3.968-6.592 2.176-3.2 4.608-6.272 2.432-3.008 5.12-5.76 2.816-2.688 5.76-5.12 3.008-2.56 6.208-4.672 3.2-2.176 6.656-3.968 3.392-1.856 6.976-3.328 3.52-1.472 7.232-2.624 3.712-1.152 7.488-1.92 3.84-0.704 7.68-1.088 3.84-0.384 7.68-0.384z m0-304.96q3.84 0 7.68 0.384t7.68 1.152q3.84 0.768 7.488 1.92 3.712 1.088 7.296 2.56 3.52 1.536 6.976 3.328 3.392 1.856 6.592 3.968 3.2 2.176 6.208 4.672 3.008 2.432 5.76 5.184 2.688 2.752 5.12 5.76 2.496 3.008 4.608 6.208 2.176 3.2 3.968 6.656 1.856 3.456 3.328 7.04 1.472 3.584 2.56 7.296 1.152 3.712 1.92 7.488 0.768 3.84 1.088 7.68 0.384 3.84 0.384 7.744t-0.384 7.808q-0.32 3.84-1.088 7.68-0.768 3.776-1.92 7.488-1.088 3.712-2.56 7.296t-3.328 7.04q-1.792 3.392-3.968 6.656-2.112 3.2-4.608 6.208-2.432 3.008-5.12 5.76-2.752 2.752-5.76 5.184-3.008 2.496-6.208 4.608-3.2 2.176-6.592 4.032-3.456 1.792-7.04 3.328-3.52 1.472-7.232 2.56-3.712 1.152-7.488 1.92-3.84 0.768-7.68 1.152-3.84 0.384-7.68 0.384t-7.68-0.384q-3.84-0.384-7.68-1.152-3.776-0.768-7.488-1.92-3.712-1.088-7.232-2.56-3.584-1.536-7.04-3.328-3.392-1.856-6.592-4.032-3.2-2.112-6.208-4.608-2.944-2.432-5.76-5.184-2.688-2.752-5.12-5.76t-4.608-6.208q-2.176-3.2-3.968-6.656-1.792-3.456-3.328-7.04-1.472-3.584-2.56-7.296-1.152-3.712-1.92-7.552-0.704-3.84-1.088-7.68-0.384-3.84-0.384-7.68 0-3.904 0.384-7.808 0.384-3.84 1.088-7.68 0.768-3.776 1.92-7.488 1.088-3.712 2.56-7.296 1.536-3.584 3.328-7.04 1.792-3.392 3.968-6.656 2.176-3.2 4.608-6.208 2.432-3.008 5.12-5.76 2.816-2.752 5.76-5.184 3.008-2.496 6.208-4.672 3.2-2.112 6.656-3.968 3.392-1.792 6.976-3.328 3.52-1.472 7.232-2.56 3.712-1.152 7.488-1.92 3.84-0.768 7.68-1.152 3.84-0.384 7.68-0.384z m0-304.96q3.84 0 7.68 0.384t7.68 1.152q3.84 0.768 7.488 1.92 3.712 1.088 7.296 2.56 3.52 1.472 6.976 3.328 3.392 1.792 6.592 3.968 3.2 2.176 6.208 4.608 3.008 2.496 5.76 5.248 2.688 2.752 5.12 5.76 2.496 2.944 4.608 6.208 2.176 3.2 3.968 6.656 1.856 3.392 3.328 7.04 1.472 3.584 2.56 7.296 1.152 3.712 1.92 7.488 0.768 3.84 1.088 7.68 0.384 3.84 0.384 7.744 0 3.84-0.384 7.744-0.32 3.84-1.088 7.68t-1.92 7.552q-1.088 3.712-2.56 7.296t-3.328 7.04q-1.792 3.392-3.968 6.592-2.112 3.2-4.608 6.272-2.432 3.008-5.12 5.76-2.752 2.688-5.76 5.12-3.008 2.56-6.208 4.672-3.2 2.176-6.592 3.968-3.456 1.856-7.04 3.328-3.52 1.472-7.232 2.624-3.712 1.152-7.488 1.92-3.84 0.704-7.68 1.088-3.84 0.384-7.68 0.384t-7.68-0.384q-3.84-0.384-7.68-1.088-3.776-0.768-7.488-1.92-3.712-1.152-7.232-2.56-3.584-1.536-7.04-3.392-3.392-1.792-6.592-3.968-3.2-2.176-6.208-4.608-2.944-2.496-5.76-5.184-2.688-2.752-5.12-5.76t-4.608-6.272q-2.176-3.2-3.968-6.656-1.792-3.392-3.328-7.04-1.472-3.52-2.56-7.232-1.152-3.712-1.92-7.552-0.704-3.84-1.088-7.68-0.384-3.84-0.384-7.68 0-3.968 0.384-7.808t1.088-7.68q0.768-3.84 1.92-7.488 1.088-3.712 2.56-7.36 1.536-3.584 3.328-7.04 1.792-3.392 3.968-6.592 2.176-3.2 4.608-6.208 2.432-3.008 5.12-5.76 2.816-2.752 5.76-5.248 3.008-2.432 6.208-4.608 3.2-2.176 6.656-3.968 3.392-1.856 6.976-3.328 3.52-1.472 7.232-2.56 3.712-1.152 7.488-1.92 3.84-0.768 7.68-1.152 3.84-0.384 7.68-0.384zM360.32 737.92q3.84 0 7.68 0.384t7.68 1.088q3.776 0.768 7.424 1.92 3.712 1.152 7.296 2.56 3.584 1.536 7.04 3.392 3.328 1.792 6.592 3.968 3.2 2.176 6.144 4.608 3.008 2.496 5.76 5.184 2.752 2.752 5.12 5.76 2.56 3.008 4.672 6.272 2.112 3.2 3.968 6.656 1.792 3.392 3.264 7.04 1.472 3.52 2.624 7.232 1.152 3.712 1.92 7.552 0.704 3.84 1.088 7.68 0.384 3.84 0.384 7.68 0 3.968-0.384 7.808t-1.152 7.68q-0.704 3.84-1.856 7.488-1.152 3.712-2.56 7.36-1.536 3.584-3.328 7.04-1.856 3.392-3.968 6.592-2.176 3.2-4.608 6.208-2.432 3.008-5.184 5.76-2.752 2.752-5.76 5.248-2.944 2.432-6.144 4.608-3.2 2.176-6.656 3.968-3.392 1.856-6.976 3.328-3.584 1.472-7.296 2.56-3.648 1.152-7.488 1.92-3.776 0.768-7.616 1.152-3.84 0.384-7.68 0.384t-7.68-0.384q-3.84-0.384-7.68-1.152-3.84-0.768-7.488-1.92-3.712-1.088-7.296-2.56t-6.976-3.328q-3.392-1.792-6.592-3.968-3.2-2.176-6.208-4.608-3.008-2.496-5.76-5.248-2.688-2.752-5.12-5.76-2.496-2.944-4.608-6.208-2.176-3.2-3.968-6.656-1.856-3.392-3.328-7.04-1.472-3.584-2.56-7.296-1.152-3.712-1.92-7.488-0.768-3.84-1.152-7.68-0.384-3.84-0.384-7.744 0-3.84 0.384-7.744 0.384-3.84 1.152-7.68 0.768-3.84 1.92-7.552 1.088-3.712 2.56-7.296t3.328-7.04q1.792-3.392 3.968-6.592 2.112-3.2 4.544-6.272 2.496-3.008 5.184-5.76 2.752-2.688 5.76-5.12 2.944-2.56 6.208-4.672 3.2-2.176 6.592-3.968 3.392-1.856 7.04-3.328 3.52-1.472 7.232-2.624 3.712-1.152 7.488-1.92 3.84-0.704 7.68-1.088 3.84-0.384 7.68-0.384z m0-304.96q3.84 0 7.68 0.384t7.68 1.152q3.776 0.768 7.424 1.92 3.712 1.088 7.296 2.56t7.04 3.328q3.328 1.792 6.592 3.968 3.2 2.176 6.144 4.608 3.008 2.496 5.76 5.248 2.752 2.752 5.12 5.76 2.56 2.944 4.672 6.208 2.112 3.2 3.968 6.656 1.792 3.392 3.264 7.04 1.472 3.52 2.624 7.296 1.152 3.712 1.92 7.488 0.704 3.84 1.088 7.68 0.384 3.84 0.384 7.744 0 3.84-0.384 7.744-0.384 3.84-1.152 7.68-0.704 3.84-1.856 7.552-1.152 3.712-2.56 7.296-1.536 3.584-3.328 7.04-1.856 3.392-3.968 6.592-2.176 3.2-4.608 6.272-2.432 3.008-5.184 5.76-2.752 2.688-5.76 5.12-2.944 2.56-6.144 4.672-3.2 2.176-6.656 3.968-3.392 1.856-6.976 3.328-3.584 1.472-7.296 2.624-3.648 1.152-7.488 1.92-3.776 0.704-7.616 1.088-3.84 0.384-7.68 0.384t-7.68-0.384q-3.84-0.384-7.68-1.152-3.84-0.704-7.488-1.856-3.712-1.152-7.296-2.56-3.584-1.536-6.976-3.392-3.392-1.792-6.592-3.968-3.2-2.176-6.208-4.608-3.008-2.496-5.76-5.248-2.688-2.688-5.12-5.76-2.496-2.944-4.608-6.208-2.176-3.2-3.968-6.656-1.856-3.392-3.328-7.04-1.472-3.52-2.56-7.232-1.152-3.712-1.92-7.552-0.768-3.84-1.152-7.68-0.384-3.84-0.384-7.68 0-3.968 0.384-7.808t1.152-7.68q0.768-3.84 1.92-7.488 1.088-3.776 2.56-7.36 1.472-3.584 3.328-7.04 1.792-3.392 3.968-6.592 2.112-3.2 4.544-6.208 2.496-3.008 5.184-5.76 2.752-2.752 5.76-5.248 2.944-2.432 6.208-4.608 3.2-2.176 6.592-3.968 3.392-1.856 7.04-3.328 3.52-1.472 7.232-2.56 3.712-1.152 7.488-1.92 3.84-0.768 7.68-1.152 3.84-0.384 7.68-0.384zM360.32 128q3.84 0 7.68 0.384t7.68 1.152q3.776 0.768 7.424 1.92 3.712 1.088 7.296 2.56t7.04 3.328q3.328 1.792 6.592 3.968 3.2 2.176 6.144 4.608 3.008 2.496 5.76 5.248 2.752 2.752 5.12 5.76 2.56 2.944 4.672 6.208 2.112 3.2 3.968 6.656 1.792 3.392 3.264 7.04 1.472 3.584 2.624 7.296 1.152 3.712 1.92 7.488 0.704 3.84 1.088 7.68 0.384 3.84 0.384 7.744 0 3.84-0.384 7.744-0.384 3.84-1.152 7.68-0.704 3.84-1.856 7.552-1.152 3.712-2.56 7.296-1.536 3.584-3.328 7.04-1.856 3.392-3.968 6.592-2.176 3.2-4.608 6.272-2.432 3.008-5.184 5.76-2.752 2.688-5.76 5.12-2.944 2.56-6.144 4.672-3.2 2.176-6.656 3.968-3.392 1.856-6.976 3.328-3.584 1.472-7.296 2.624-3.648 1.152-7.488 1.92-3.776 0.704-7.616 1.088-3.84 0.384-7.68 0.384t-7.68-0.384q-3.84-0.384-7.68-1.088-3.84-0.768-7.488-1.92-3.712-1.152-7.296-2.56-3.584-1.536-6.976-3.392-3.392-1.792-6.592-3.968-3.2-2.176-6.208-4.608-3.008-2.496-5.76-5.184-2.688-2.752-5.12-5.76-2.496-3.008-4.608-6.272-2.176-3.2-3.968-6.656-1.856-3.392-3.328-7.04-1.472-3.52-2.56-7.232-1.152-3.712-1.92-7.552-0.768-3.84-1.152-7.68-0.384-3.84-0.384-7.68 0-3.968 0.384-7.808t1.152-7.68q0.768-3.84 1.92-7.488 1.088-3.712 2.56-7.36 1.472-3.584 3.328-7.04 1.792-3.392 3.968-6.592 2.112-3.2 4.544-6.208 2.496-3.008 5.184-5.76 2.752-2.752 5.76-5.248 2.944-2.432 6.208-4.608 3.2-2.176 6.592-3.968 3.392-1.856 7.04-3.328 3.52-1.472 7.232-2.56 3.712-1.152 7.488-1.92 3.84-0.768 7.68-1.152Q356.48 128 360.32 128z" fill="#6F7588" ></path></symbol><symbol id="icon-qingchu" viewBox="0 0 1024 1024"><path d="M454.698667 302.506667H323.84q-23.04 0-41.6 13.824-18.517333 13.824-25.130667 35.968l-31.36 104.704q-10.112 33.621333 10.794667 61.738666 11.52 15.445333 27.221333 22.442667 0.853333 46.165333-0.810666 105.6-1.408 51.84-58.368 138.496-23.338667 35.413333-3.413334 72.96 20.053333 37.76 62.677334 37.76h477.994666q39.509333 0 69.077334-26.325333 29.738667-26.453333 34.090666-65.962667 10.24-93.738667 10.24-155.946667 0-57.088-8.618666-103.68 20.949333-6.058667 35.285333-25.344 20.864-28.117333 10.837333-61.738666l-31.36-104.704q-6.656-22.144-25.173333-35.968-18.517333-13.781333-41.6-13.781334h-130.858667V197.802667q0-28.885333-20.437333-49.365334Q622.933333 128 594.090667 128H524.373333q-28.842667 0-49.237333 20.48-20.437333 20.437333-20.437333 49.322667v104.746666z m68.992 41.728q0.682667-3.370667 0.682666-6.784V197.802667h69.717334V337.493333q0 3.413333 0.64 6.826667 0.682667 3.370667 2.005333 6.528 1.28 3.2 3.2 6.058667 1.92 2.816 4.352 5.248 2.389333 2.474667 5.248 4.352 2.901333 1.92 6.058667 3.242666 3.157333 1.322667 6.528 1.962667 3.328 0.682667 6.826666 0.682667h165.674667l31.36 104.746666H292.48l31.36-104.746666h165.717333q3.413333 0 6.826667-0.64 3.328-0.682667 6.528-2.005334 3.157333-1.322667 5.973333-3.242666 2.858667-1.877333 5.290667-4.352 2.432-2.432 4.309333-5.248 1.92-2.901333 3.242667-6.058667 1.322667-3.157333 1.962667-6.570667z m252.501333 202.666666q9.429333 43.648 9.429333 100.864 0 58.368-9.813333 148.352-1.450667 12.757333-11.093333 21.376-9.813333 8.704-22.826667 8.704h-100.309333q22.058667-81.493333 22.058666-174.592h-69.674666q0 94.421333-24.96 174.592h-121.514667q41.941333-81.450667 41.941333-174.592H419.754667q0 94.378667-52.992 174.592H263.808q-0.725333 0-1.109333-0.725333-0.469333-0.981333 0.042666-1.749333 67.968-103.253333 69.888-175.018667 1.536-56.533333 0.938667-101.802667H776.106667z" fill="#363B4C" ></path></symbol><symbol id="icon-zhixianlianjiexian" viewBox="0 0 1024 1024"><path d="M870.4 128.0512h-315.7504a45.9776 45.9776 0 1 0 0 91.904h184.4736L141.4656 817.6128a45.9264 45.9264 0 0 0 64.9728 65.024L804.096 284.8768v184.4736a45.9776 45.9776 0 0 0 91.904 0V153.6a25.6 25.6 0 0 0-25.6-25.6z" fill="#363B4C" ></path></symbol><symbol id="icon-yishujia-xuanzhong" viewBox="0 0 1945 1024"><path d="M232.893782 133.69333Q20.767031 624.035902 121.660931 700.285665q56.953359 43.093817 213.641942-45.812248c434.325066-246.352244 652.334324-279.731012 562.670663 0q-17.112746 53.432768 2.317351 79.146452 69.074887 91.312545 598.054832-165.244957Q1606.726446 537.35806 1693.448853 433.166391q-725.642833 274.115892-753.58474 215.513648-2.762995-5.704249 1.20324-14.617137c44.252492-100.09174 110.653513-333.56486-154.906005-266.851888-117.33818 29.457097-243.321861 98.041776-351.167815 156.733148-136.322633 74.155234-243.767506 132.579219-268.456208 76.739972-27.273439-61.721754-8.199858-136.144375 18.182293-238.954546 16.399715-63.816283 35.562426-138.595419 48.174164-227.991693z" fill="#1E6FFF" ></path></symbol><symbol id="icon-wenben-xuanzhong" viewBox="0 0 1024 1024"><path d="M113.2544 108.8m46.7968 0l708.352 0q46.7968 0 46.7968 46.7968l0-0.0512q0 46.7968-46.7968 46.7968l-708.352 0q-46.7968 0-46.7968-46.7968l0 0.0512q0-46.7968 46.7968-46.7968Z" fill="#1E6FFF" ></path><path d="M291.4816 821.6576m46.7968 0l351.9488 0q46.7968 0 46.7968 46.7968l0-0.0512q0 46.7968-46.7968 46.7968l-351.9488 0q-46.7968 0-46.7968-46.7968l0 0.0512q0-46.7968 46.7968-46.7968Z" fill="#1E6FFF" ></path><path d="M558.7968 108.8m0 46.7968l0 708.352q0 46.7968-46.7968 46.7968l0.0512 0q-46.7968 0-46.7968-46.7968l0-708.352q0-46.7968 46.7968-46.7968l-0.0512 0q46.7968 0 46.7968 46.7968Z" fill="#1E6FFF" ></path><path d="M202.3424 108.8m0 46.7968l0 84.6336q0 46.7968-46.7968 46.7968l0.0512 0q-46.7968 0-46.7968-46.7968l0-84.6336q0-46.7968 46.7968-46.7968l-0.0512 0q46.7968 0 46.7968 46.7968Z" fill="#1E6FFF" ></path><path d="M915.2 108.8m0 46.7968l0 84.6336q0 46.7968-46.7968 46.7968l0.0512 0q-46.7968 0-46.7968-46.7968l0-84.6336q0-46.7968 46.7968-46.7968l-0.0512 0q46.7968 0 46.7968 46.7968Z" fill="#1E6FFF" ></path></symbol><symbol id="icon-xuxian-xuanzhong" viewBox="0 0 2048 1024"><path d="M256 588.8H102.4a76.8 76.8 0 1 1 0-153.6h153.6a76.8 76.8 0 1 1 0 153.6z m614.4 0h-307.2a76.8 76.8 0 1 1 0-153.6h307.2a76.8 76.8 0 0 1 0 153.6z m614.4 0h-307.2a76.8 76.8 0 0 1 0-153.6h307.2a76.8 76.8 0 0 1 0 153.6z m460.8 0h-153.6a76.8 76.8 0 0 1 0-153.6h153.6a76.8 76.8 0 0 1 0 153.6z" fill="#1E6FFF" ></path></symbol><symbol id="icon-yidong-2" viewBox="0 0 1024 1024"><path d="M512 42.688h0.832c1.856 0 3.712 0.128 5.504 0.448l2.24 0.384 2.752 0.64 1.984 0.64c0.832 0.192 1.664 0.576 2.56 0.832 1.6 0.64 3.2 1.408 4.8 2.304l1.536 0.896c2.88 1.792 5.568 3.84 7.936 6.272L538.24 51.712l0.384 0.32 3.456 3.072 128 128a42.688 42.688 0 1 1-60.288 60.352l-55.168-55.104v280.96h280.96l-55.168-55.168a42.688 42.688 0 0 1-3.52-56.32l3.52-3.968c16.64-16.704 43.712-16.704 60.352 0l128 128c1.216 1.152 2.368 2.496 3.392 3.84l0.704 0.896a32.064 32.064 0 0 1 2.112 3.2l0.896 1.536c0.832 1.6 1.6 3.2 2.304 4.864l0.896 2.56 0.64 1.92 0.64 2.816 0.384 2.176a38.208 38.208 0 0 1 0.512 6.336l-0.128-3.648a20.8 20.8 0 0 1 0.128 2.304v2.816l-0.128 2.176a53.376 53.376 0 0 1-0.32 2.752l-0.384 2.24-0.64 2.752a26.368 26.368 0 0 1-0.64 1.92c-0.192 0.896-0.576 1.728-0.832 2.56a34.816 34.816 0 0 1-2.304 4.8l-0.896 1.536a40.896 40.896 0 0 1-6.272 7.936l3.392-3.84-0.32 0.384-3.072 3.456-128 128.064a42.688 42.688 0 1 1-60.352-60.352l55.04-55.168h-280.96v280.96l55.232-55.168a42.688 42.688 0 0 1 56.32-3.52l3.968 3.52c16.704 16.64 16.704 43.712 0 60.352l-128 128a48.704 48.704 0 0 1-3.84 3.392l-0.896 0.704a32.064 32.064 0 0 1-3.2 2.112l-1.536 0.896a49.536 49.536 0 0 1-4.864 2.304l-2.56 0.896-1.92 0.64a65.792 65.792 0 0 1-2.816 0.64l-2.176 0.384a38.208 38.208 0 0 1-6.336 0.512l3.648-0.128-2.24 0.128h-2.816l-2.24-0.128a51.712 51.712 0 0 1-2.688-0.32l-2.24-0.384-2.752-0.64a26.368 26.368 0 0 1-1.984-0.64c-0.832-0.192-1.664-0.576-2.56-0.832a34.816 34.816 0 0 1-4.8-2.304l-1.536-0.896a40.896 40.896 0 0 1-7.936-6.272l3.84 3.392a42.112 42.112 0 0 1-3.84-3.392l-128-128a42.688 42.688 0 1 1 60.352-60.352l55.104 55.04v-280.96h-280.96l55.168 55.232a42.688 42.688 0 0 1 3.52 56.32l-3.52 3.968a42.624 42.624 0 0 1-60.352 0l-128-128-3.136-3.456L51.84 538.24l-0.704-0.896a32.064 32.064 0 0 1-2.112-3.2L48 532.608a49.536 49.536 0 0 1-2.304-4.8l-0.896-2.56-0.64-1.984a65.664 65.664 0 0 1-0.64-2.752l-0.384-2.24A37.312 37.312 0 0 1 42.688 512l0.128 3.84a66.24 66.24 0 0 1-0.128-3.008v-1.664l0.128-2.944 0.32-2.56 0.384-2.24 0.64-2.752a26.368 26.368 0 0 1 0.64-1.984c0.192-0.832 0.576-1.664 0.832-2.56a34.88 34.88 0 0 1 2.304-4.8l0.896-1.536a40.896 40.896 0 0 1 6.272-7.936l-3.392 3.84a42.112 42.112 0 0 1 3.392-3.84l128-128a42.688 42.688 0 0 1 60.352 60.352l-55.104 55.104h280.96v-280.96l-55.168 55.168a42.688 42.688 0 0 1-56.32 3.52l-3.968-3.52a42.624 42.624 0 0 1 0-60.352l128-128 3.456-3.136L485.76 51.84l0.896-0.704a32.064 32.064 0 0 1 3.2-2.112L491.392 48a49.536 49.536 0 0 1 4.8-2.304l2.56-0.896 1.984-0.64 2.752-0.64 2.24-0.384A37.312 37.312 0 0 1 512 42.688l-3.84 0.128 3.072-0.128H512z" fill="#363B4C" ></path></symbol><symbol id="icon-xuanzhuan" viewBox="0 0 1024 1024"><path d="M236.736 783.808c57.728 56.96 129.28 92.16 204.16 105.6 1.088 0.384 2.176 0.768 3.456 1.024 9.088 1.664 18.368 2.56 27.52 3.456 1.152 0.064 2.176 0.32 3.328 0.32a389.696 389.696 0 0 0 179.968-25.28l4.736-1.792a547.84 547.84 0 0 0 26.496-12.032c3.072-1.536 6.272-3.072 9.408-4.736 7.296-3.904 14.528-8.256 21.76-12.672 3.968-2.432 7.936-4.864 11.776-7.36 1.92-1.28 3.968-2.304 5.76-3.584 5.184-3.584 9.792-7.488 14.72-11.328l10.112-7.68c8-6.528 15.616-13.44 23.04-20.48 1.28-1.28 2.816-2.432 4.16-3.712l0.64-0.768a379.52 379.52 0 0 0 107.52-204.16 46.08 46.08 0 0 0-37.952-53.312 46.72 46.72 0 0 0-54.144 37.312 288.32 288.32 0 0 1-103.04 174.272c-2.048 1.664-4.224 3.2-6.336 4.8a260.992 260.992 0 0 1-16.96 12.352l-7.808 4.864c-5.76 3.648-11.712 7.232-17.792 10.368-1.92 1.024-3.968 1.92-5.888 2.816a271.296 271.296 0 0 1-23.808 10.688 301.76 301.76 0 0 1-137.984 19.456l-0.896-0.128a296.384 296.384 0 0 1-180.096-83.84l55.04-54.4L137.664 620.8l44.032 217.216 55.04-54.272zM220.672 461.44a289.28 289.28 0 0 1 102.72-174.08c2.56-2.112 5.312-3.968 7.872-6.016 4.992-3.84 10.048-7.68 15.36-11.072 3.2-2.176 6.4-4.032 9.728-5.952 5.248-3.2 10.432-6.4 15.808-9.28 2.56-1.408 5.312-2.688 8-3.968 6.4-3.2 12.8-6.208 19.264-8.896a46.848 46.848 0 0 1 4.48-1.664c7.872-2.88 15.744-5.76 23.68-8.128l1.152-0.384A308.224 308.224 0 0 1 512 220.288h1.472c8.768 0 17.472 0.384 26.24 1.28 1.792 0.128 3.712 0.512 5.632 0.64a295.68 295.68 0 0 1 176.256 83.328l-55.04 54.272 220.16 43.52-44.16-217.216-55.04 54.208a387.328 387.328 0 0 0-204.736-105.728L579.84 133.76c-7.68-1.344-15.424-1.984-23.168-2.88l-8.64-1.152a417.28 417.28 0 0 0-33.28-1.536L511.616 128c-36.8 0-73.216 5.184-108.16 15.232l-2.88 0.768a480.32 480.32 0 0 0-29.696 10.24c-2.432 0.96-4.864 1.728-7.296 2.752a347.2 347.2 0 0 0-24.32 11.072c-3.84 1.92-7.616 3.648-11.52 5.696a460.288 460.288 0 0 0-33.408 19.968c-1.792 1.152-3.712 2.112-5.504 3.392-6.08 4.096-11.712 8.768-17.344 13.12-2.112 1.664-4.16 3.008-6.208 4.672a380.544 380.544 0 0 0-136.576 230.144 46.208 46.208 0 0 0 37.952 53.44 46.08 46.08 0 0 0 54.016-36.992z" fill="#363B4C" ></path></symbol><symbol id="icon-zhexian" viewBox="0 0 1024 1024"><path d="M955.4944 367.0528l-217.9584-225.4848a43.8784 43.8784 0 0 0-63.488 0 47.5648 47.5648 0 0 0 0 65.6896l127.5392 131.9424h-308.736q-45.1072 0-76.9536 31.8464Q384 402.944 384 448v339.0464q0 9.6256-4.8128 14.3872-4.7616 4.8128-14.336 4.8128h-256a44.8 44.8 0 1 0 0 89.6h256q45.056 0 76.9024-31.8464 31.8464-31.8976 31.8464-76.9536V448q0-9.6256 4.8128-14.4384 4.8128-4.7616 14.3872-4.7616h311.6032l-130.4064 134.8096a47.5648 47.5648 0 0 0 0 65.6384 43.8784 43.8784 0 0 0 63.488 0l218.0096-225.3824a26.624 26.624 0 0 0 0-36.8128z" fill="#363B4C" ></path></symbol><symbol id="icon-yidong" viewBox="0 0 1024 1024"><path d="M889.088 496.298667V356.650667q0-37.461333-27.136-64-27.136-26.453333-65.408-26.453334h-2.816q-14.08 0.426667-27.306667 4.906667v-34.133333q0-37.418667-27.136-63.914667-27.093333-26.453333-65.322666-26.453333-21.162667-0.085333-40.362667 8.96-11.306667-21.248-32.213333-34.432-22.912-14.506667-50.005334-14.506667-27.221333 0-50.090666 14.506667-20.906667 13.141333-32.085334 34.474666-19.2-9.088-40.405333-8.96-38.186667 0-65.28 26.496-27.178667 26.538667-27.178667 63.914667v254.762667l-34.816-58.88q-19.498667-34.048-55.637333-43.136-35.584-9.386667-67.968 9.258666-31.488 18.346667-41.898667 54.442667-10.410667 36.096 6.314667 68.693333l0.384 0.768 108.373333 212.778667q58.965333 115.2 128.384 162.901333 39.552 27.221333 69.888 27.221334h204.245334q56.064 0 102.656-34.986667 42.965333-32.213333 73.386666-91.648 59.434667-116.309333 59.434667-302.933333zM458.965333 236.970667v259.370666q0 12.672 9.173334 21.632 9.130667 8.96 22.016 8.96 12.885333 0 22.016-8.96 9.173333-8.917333 9.258666-21.632V197.034667q0-12.074667 8.746667-20.608 8.789333-8.618667 21.248-8.618667 12.458667 0 21.290667 8.618667 8.789333 8.533333 8.789333 20.565333v299.306667q0 12.672 9.173333 21.632 9.130667 8.96 22.016 8.96 12.928 0 22.058667-8.96 9.173333-8.96 9.173333-21.632V236.970667q0-12.032 8.789334-20.608 8.832-8.533333 21.290666-8.533334 12.416 0 21.248 8.576 8.746667 8.533333 8.746667 20.565334v299.221333q0 12.672 9.216 21.674667 9.173333 8.96 22.016 8.96 12.928 0 22.101333-8.96 9.130667-8.96 9.130667-21.674667V356.693333q0-12.074667 8.789333-20.650666 8.832-8.618667 21.290667-8.618667 12.458667 0 21.290667 8.618667 8.746667 8.576 8.746666 20.650666v139.648q0 171.989333-52.821333 275.498667-47.530667 92.842667-120.234667 92.842667H450.133333q-14.890667-1.28-38.826666-18.858667-54.741333-40.106667-104.533334-137.472l-108.202666-212.48-0.853334-2.133333-0.256-0.256q-4.864-11.306667-1.408-23.296 3.541333-12.373333 13.909334-18.56 9.728-5.632 20.352-2.474667 10.752 3.157333 16.64 13.525333l64 108.288q19.797333 35.413333 46.208 35.413334 4.693333 0 9.386666-1.109334 32.170667-7.978667 32.170667-56.533333V236.970667q0-12.032 8.789333-20.608 8.832-8.533333 21.333334-8.533334 12.373333 0 21.248 8.576 8.832 8.576 8.832 20.565334z" fill="#363B4C" ></path></symbol><symbol id="icon-zhixian-xuanzhong" viewBox="0 0 1024 1024"><path d="M859.392 89.4976m36.203867 36.203867l0 0q36.203867 36.203867 0 72.407735l-696.924443 696.924443q-36.203867 36.203867-72.407735 0l0 0q-36.203867-36.203867 0-72.407734l696.924444-696.924444q36.203867-36.203867 72.407734 0Z" fill="#1E6FFF" ></path></symbol><symbol id="icon-tianjiayanse" viewBox="0 0 1024 1024"><path d="M0 0m204.8 0l614.4 0q204.8 0 204.8 204.8l0 614.4q0 204.8-204.8 204.8l-614.4 0q-204.8 0-204.8-204.8l0-614.4q0-204.8 204.8-204.8Z" fill="#E4EDFF" ></path><path d="M467.2 467.2V258.1504a44.8 44.8 0 0 1 89.6 0v209.0496h209.0496a44.8 44.8 0 1 1 0 89.6h-209.0496v209.0496a44.8 44.8 0 0 1-89.6 0v-209.0496H258.1504a44.8 44.8 0 1 1 0-89.6h209.0496z" fill="#1E6FFF" ></path></symbol><symbol id="icon-wenben" viewBox="0 0 1024 1024"><path d="M113.2544 108.8m46.7968 0l708.352 0q46.7968 0 46.7968 46.7968l0-0.0512q0 46.7968-46.7968 46.7968l-708.352 0q-46.7968 0-46.7968-46.7968l0 0.0512q0-46.7968 46.7968-46.7968Z" fill="#363B4C" ></path><path d="M291.4816 821.6576m46.7968 0l351.9488 0q46.7968 0 46.7968 46.7968l0-0.0512q0 46.7968-46.7968 46.7968l-351.9488 0q-46.7968 0-46.7968-46.7968l0 0.0512q0-46.7968 46.7968-46.7968Z" fill="#363B4C" ></path><path d="M558.7968 108.8m0 46.7968l0 708.352q0 46.7968-46.7968 46.7968l0.0512 0q-46.7968 0-46.7968-46.7968l0-708.352q0-46.7968 46.7968-46.7968l-0.0512 0q46.7968 0 46.7968 46.7968Z" fill="#363B4C" ></path><path d="M202.3424 108.8m0 46.7968l0 84.6336q0 46.7968-46.7968 46.7968l0.0512 0q-46.7968 0-46.7968-46.7968l0-84.6336q0-46.7968 46.7968-46.7968l-0.0512 0q46.7968 0 46.7968 46.7968Z" fill="#363B4C" ></path><path d="M915.2 108.8m0 46.7968l0 84.6336q0 46.7968-46.7968 46.7968l0.0512 0q-46.7968 0-46.7968-46.7968l0-84.6336q0-46.7968 46.7968-46.7968l-0.0512 0q46.7968 0 46.7968 46.7968Z" fill="#363B4C" ></path></symbol><symbol id="icon-xuxian" viewBox="0 0 2048 1024"><path d="M256 588.8H102.4a76.8 76.8 0 1 1 0-153.6h153.6a76.8 76.8 0 1 1 0 153.6z m614.4 0h-307.2a76.8 76.8 0 1 1 0-153.6h307.2a76.8 76.8 0 0 1 0 153.6z m614.4 0h-307.2a76.8 76.8 0 0 1 0-153.6h307.2a76.8 76.8 0 0 1 0 153.6z m460.8 0h-153.6a76.8 76.8 0 0 1 0-153.6h153.6a76.8 76.8 0 0 1 0 153.6z" fill="#363B4C" ></path></symbol></svg>',(o=>{var r=(e=(e=document.getElementsByTagName("script"))[e.length-1]).getAttribute("data-injectcss"),e=e.getAttribute("data-disable-injectsvg");if(!e){var t,a,s,c,l,u=function(p,g){g.parentNode.insertBefore(p,g)};if(r&&!o.__iconfont__svg__cssinject__){o.__iconfont__svg__cssinject__=!0;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch(p){console&&console.log(p)}}t=function(){var p,g=document.createElement("div");g.innerHTML=o._iconfont_svg_string_5125257,(g=g.getElementsByTagName("svg")[0])&&(g.setAttribute("aria-hidden","true"),g.style.position="absolute",g.style.width=0,g.style.height=0,g.style.overflow="hidden",g=g,(p=document.body).firstChild?u(g,p.firstChild):p.appendChild(g))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(t,0):(a=function(){document.removeEventListener("DOMContentLoaded",a,!1),t()},document.addEventListener("DOMContentLoaded",a,!1)):document.attachEvent&&(s=t,c=o.document,l=!1,f(),c.onreadystatechange=function(){c.readyState=="complete"&&(c.onreadystatechange=null,h())})}function h(){l||(l=!0,s())}function f(){try{c.documentElement.doScroll("left")}catch{return void setTimeout(f,50)}h()}})(window),window._iconfont_svg_string_4329770='<svg><symbol id="jvs-public-cvs" viewBox="0 0 1024 1024"><path d="M32.179933 32.019993v959.640134q0 3.166812 0.63976 6.237661 0.575784 3.102836 1.791328 6.013745 1.215544 2.87892 2.974884 5.533925 1.727352 2.591028 3.966513 4.830189 2.23916 2.23916 4.830189 3.966512 2.623016 1.75934 5.533924 2.974885 2.910908 1.215544 6.013745 1.823316Q61.033113 1023.648132 64.167937 1023.648132h582.181682l307.084843-307.084843V991.660127a31.988004 31.988004 0 0 1-31.988004 31.988005q3.134824 0 6.23766-0.63976 3.102836-0.575784 6.013745-1.791328 2.87892-1.215544 5.533925-2.974885 2.591028-1.727352 4.830189-3.966512 2.23916-2.23916 3.966512-4.830189 1.75934-2.623016 2.974885-5.533925 1.215544-2.910908 1.823316-6.013745 0.607772-3.070848 0.607772-6.237661V32.019993q0-3.134824-0.63976-6.237661-0.575784-3.102836-1.791328-6.013745-1.215544-2.87892-2.974885-5.533925-1.727352-2.591028-3.966512-4.830189-2.23916-2.23916-4.830189-3.966512-2.623016-1.75934-5.533925-2.974885-2.910908-1.215544-6.013745-1.823316Q924.581282 0.031988 921.446458 0.031988H64.167937q-3.134824 0-6.237661 0.63976-3.102836 0.575784-6.013745 1.791328-2.87892 1.215544-5.533924 2.974885-2.591028 1.727352-4.830189 3.966512-2.23916 2.23916-3.966513 4.830189-1.75934 2.623016-2.974884 5.533925-1.215544 2.910908-1.823316 6.013745Q32.179933 28.885168 32.179933 32.019993z" fill="#589F7E" ></path><path d="M665.542422 1023.648132l307.084843-307.084843h-275.096839a31.988004 31.988004 0 0 0-31.988004 31.988004V1023.648132z" fill="#FFFFFF" opacity=".5" ></path><path d="M486.473572 349.820817c60.393352 0 101.401974 33.907285 106.168187 83.552668 0.47982 4.510309 4.638261 7.965013 9.756342 7.965013h64.167937c2.910908 0 5.373985-2.143196 5.373984-4.734225C671.940022 349.181057 593.825316 287.924028 486.089716 287.924028 360.600775 287.924028 288.083969 362.775959 288.083969 486.441584v52.74822C288.083969 661.863801 360.568787 735.756091 486.089716 735.756091c107.383731 0 185.850306-59.337748 185.850306-142.6665 0-2.55904-2.431088-4.702237-5.373984-4.702236h-64.295889c-5.118081 0-9.276521 3.422716-9.78833 7.837061-5.118081 46.286643-45.99875 77.954767-106.136199 77.954767-74.53205 0-116.660252-48.333875-116.660252-134.797451v-53.0681c0.127952-87.615144 42.224166-136.492815 116.788204-136.492815z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-CAD" viewBox="0 0 1024 1024"><path d="M42.978452 32.329773v959.340454q0 3.165823 0.639561 6.235713 0.575604 3.101867 1.790768 6.011867 1.215165 2.878021 2.973956 5.532196 1.726813 2.590219 3.965274 4.82868 2.238461 2.238461 4.82868 3.965274 2.622197 1.758791 5.532197 2.973956 2.909999 1.215165 6.011866 1.822747 3.101867 0.607582 6.235713 0.607582h581.999876l306.988945-306.988945V991.670227a31.978015 31.978015 0 0 1-31.978015 31.978015q3.165823 0 6.235712-0.63956 3.101867-0.575604 6.011867-1.790769 2.878021-1.215165 5.532197-2.973956 2.622197-1.726813 4.82868-3.965274 2.238461-2.238461 3.997252-4.82868 1.726813-2.622197 2.941977-5.532196 1.215165-2.909999 1.822747-6.011867 0.607582-3.069889 0.607583-6.235713V32.329773q0-3.133845-0.639561-6.235713-0.575604-3.101867-1.790769-6.011867-1.215165-2.878021-2.941977-5.532196-1.758791-2.590219-3.997252-4.82868-2.238461-2.238461-4.82868-3.965274-2.622197-1.758791-5.532197-2.973956-2.909999-1.215165-6.011867-1.822747Q935.133096 0.351758 931.967273 0.351758h-857.010806q-3.133845 0-6.235713 0.63956-3.101867 0.575604-6.011866 1.790769-2.878021 1.215165-5.532197 2.973956-2.590219 1.726813-4.82868 3.965274-2.238461 2.238461-3.965274 4.82868-1.758791 2.622197-2.973956 5.532196-1.215165 2.909999-1.822746 6.011867-0.607582 3.101867-0.607583 6.235713z" fill="#4ECFDF" ></path><path d="M665.494473 1023.648242l306.988945-306.988945h-275.01093a31.978015 31.978015 0 0 0-31.978015 31.978015V1023.648242z" fill="#FFFFFF" opacity=".5" ></path><path d="M216.651052 541.9634v-56.856911h56.856911V96.285804h10.360877v388.852663h56.824933v56.824933h60.342515l76.747236-221.959403h67.50559l76.299544 221.927425H863.758166v10.392855h-238.843795l46.176254 134.211729H600.898882l-30.570982-87.395915h-118.318656l-30.539005 87.395915h-70.223721l46.336144-134.211729h-56.697021v56.824933H284.02873V863.758166h-10.360877v-254.608956H216.810942v-56.824933H96.285804v-10.360877h120.365248z m339.638499-1.439011L514.878021 406.79233l-45.696583 133.732059h87.108113z m-225.924677-45.057023H283.86884v46.496034h46.496034v-46.496034z m0 103.352945V552.292299H283.86884v46.496034h46.496034z m-103.352945 0h46.496034V552.292299H227.011929v46.496034z m0-56.856911h46.496034v-46.496034H227.011929v46.496034z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-excel" viewBox="0 0 1024 1024"><path d="M51.358346 31.989004v959.670113q0 3.166911 0.607791 6.237856 0.607791 3.102933 1.823373 6.013933 1.183593 2.87901 2.942988 5.534097 1.759395 2.591109 3.998626 4.83034 2.23923 2.23923 4.830339 3.966636 2.623098 1.759395 5.534098 2.974978 2.87901 1.215582 6.013933 1.823373Q80.148449 1023.648121 83.347349 1023.648121h582.199869l307.094436-307.094436V991.659117a31.989004 31.989004 0 0 1-31.989003 31.989004q3.134922 0 6.237855-0.63978 3.070944-0.575802 5.981944-1.791384 2.910999-1.215582 5.534098-2.974978 2.623098-1.727406 4.862328-3.966636 2.23923-2.23923 3.966637-4.83034 1.759395-2.623098 2.974977-5.534097 1.183593-2.910999 1.791384-6.013933 0.63978-3.070944 0.63978-6.237856V31.989004q0-3.134922-0.63978-6.237856-0.607791-3.102933-1.791384-6.013933-1.215582-2.87901-2.974977-5.534097-1.759395-2.591109-3.966637-4.83034-2.23923-2.23923-4.862328-3.966636-2.623098-1.759395-5.534098-2.974978-2.87901-1.215582-5.981944-1.823373Q943.787573 0 940.652651 0H83.347349Q80.148449 0 77.109494 0.63978q-3.102933 0.575802-6.013933 1.791384-2.910999 1.215582-5.534098 2.974978-2.623098 1.727406-4.830339 3.966636-2.23923 2.23923-3.998626 4.83034-1.759395 2.623098-2.942988 5.534097-1.215582 2.910999-1.823373 6.013933-0.63978 3.102933-0.63978 6.237856z" fill="#1E7144" ></path><path d="M665.547218 1023.648121l307.094436-307.094436h-275.105432a31.989004 31.989004 0 0 0-31.989004 31.989003V1023.648121z" fill="#FFFFFF" opacity=".5" ></path><path d="M320.065977 660.540939l0.063978-0.063978H320.065977v0.063978z m0.063978-0.063978h97.246572l89.473243-124.693137 97.118616 134.897629L703.934023 671.769079l-147.469308-196.732373L693.377651 287.901034l-99.485801 1.663428-85.442629 126.164631-80.644279-115.864172h-94.847396l124.437225 172.420731-137.296805 188.191309z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-ofd" viewBox="0 0 1024 1024"><path d="M42.978452 32.329773v959.340454q0 3.165823 0.639561 6.235713 0.575604 3.101867 1.790768 6.011867 1.215165 2.878021 2.973956 5.532196 1.726813 2.590219 3.965274 4.82868 2.238461 2.238461 4.82868 3.965274 2.622197 1.758791 5.532197 2.973956 2.909999 1.215165 6.011866 1.822747 3.101867 0.607582 6.235713 0.607582h581.999876l306.988945-306.988945V991.670227a31.978015 31.978015 0 0 1-31.978015 31.978015q3.165823 0 6.235712-0.63956 3.101867-0.575604 6.011867-1.790769 2.878021-1.215165 5.532197-2.973956 2.622197-1.726813 4.82868-3.965274 2.238461-2.238461 3.997252-4.82868 1.726813-2.622197 2.941977-5.532196 1.215165-2.909999 1.822747-6.011867 0.607582-3.069889 0.607583-6.235713V32.329773q0-3.133845-0.639561-6.235713-0.575604-3.101867-1.790769-6.011867-1.215165-2.878021-2.941977-5.532196-1.758791-2.590219-3.997252-4.82868-2.238461-2.238461-4.82868-3.965274-2.622197-1.758791-5.532197-2.973956-2.909999-1.215165-6.011867-1.822747Q935.133096 0.351758 931.967273 0.351758h-857.010806q-3.133845 0-6.235713 0.63956-3.101867 0.575604-6.011866 1.790769-2.878021 1.215165-5.532197 2.973956-2.590219 1.726813-4.82868 3.965274-2.238461 2.238461-3.965274 4.82868-1.758791 2.622197-2.973956 5.532196-1.215165 2.909999-1.822746 6.011867-0.607582 3.101867-0.607583 6.235713z" fill="#1E6FFF" ></path><path d="M665.494473 1023.648242l306.988945-306.988945h-275.01093a31.978015 31.978015 0 0 0-31.978015 31.978015V1023.648242z" fill="#FFFFFF" opacity=".5" ></path><path d="M493.612641 398.989695q0-2.110549 0.31978-4.18912 4.02923-59.798888 48.286803-100.794704Q586.508775 252.978078 647.203048 252.978078q13.68659 0.15989 23.279995 9.785272 9.625383 9.625383 9.625382 23.184061 0 13.5267-9.593404 23.152083-9.625383 9.625383-23.279995 9.785273-36.103179 0-61.589657 25.198676-25.486478 25.198676-25.486478 60.854162v214.188746q0 68.496908-51.900319 113.841733-51.868341 45.312847-120.557117 36.90263-68.688776-8.442196-107.765911-64.915371-39.141091-56.537131-22.256698-122.955468t78.378115-97.884704q61.461745-31.466367 125.993379-6.715383 12.88714 4.892636 18.483293 17.364062 5.596153 12.535382 0.63956 25.262632-5.020548 12.791206-17.651864 18.259446-12.631316 5.500219-25.4545 0.543627-36.135157-13.814503-70.671413 3.421647-34.568234 17.268128-44.769222 54.202736-10.137031 36.902629 10.744614 69.104491 20.9456 32.233839 59.159328 38.437574 38.18175 6.203735 68.432952-17.715821 30.219224-23.887577 32.521641-62.037349l0.127912-5.180438v-220.0727z m123.499095 86.02086h120.301293q13.846481-0.127912 23.727687 9.529449 9.913185 9.657361 9.913184 23.439885 0 13.750546-9.913184 23.439885-9.881207 9.657361-23.759665 9.49747h-120.237337q-13.718568-0.15989-23.343951-9.753294-9.593405-9.657361-9.593405-23.184061 0-13.558678 9.593405-23.184061 9.625383-9.593405 23.279995-9.753295h0.031978z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-visio" viewBox="0 0 1024 1024"><path d="M42.978452 32.329773v959.340454q0 3.165823 0.639561 6.235713 0.575604 3.101867 1.790768 6.011867 1.215165 2.878021 2.973956 5.532196 1.726813 2.590219 3.965274 4.82868 2.238461 2.238461 4.82868 3.965274 2.622197 1.758791 5.532197 2.973956 2.909999 1.215165 6.011866 1.822747 3.101867 0.607582 6.235713 0.607582h581.999876l306.988945-306.988945V991.670227a31.978015 31.978015 0 0 1-31.978015 31.978015q3.165823 0 6.235712-0.63956 3.101867-0.575604 6.011867-1.790769 2.878021-1.215165 5.532197-2.973956 2.622197-1.726813 4.82868-3.965274 2.238461-2.238461 3.997252-4.82868 1.726813-2.622197 2.941977-5.532196 1.215165-2.909999 1.822747-6.011867 0.607582-3.069889 0.607583-6.235713V32.329773q0-3.133845-0.639561-6.235713-0.575604-3.101867-1.790769-6.011867-1.215165-2.878021-2.941977-5.532196-1.758791-2.590219-3.997252-4.82868-2.238461-2.238461-4.82868-3.965274-2.622197-1.758791-5.532197-2.973956-2.909999-1.215165-6.011867-1.822747Q935.133096 0.351758 931.967273 0.351758h-857.010806q-3.133845 0-6.235713 0.63956-3.101867 0.575604-6.011866 1.790769-2.878021 1.215165-5.532197 2.973956-2.590219 1.726813-4.82868 3.965274-2.238461 2.238461-3.965274 4.82868-1.758791 2.622197-2.973956 5.532196-1.215165 2.909999-1.822746 6.011867-0.607582 3.101867-0.607583 6.235713z" fill="#54ABFF" ></path><path d="M665.494473 1023.648242l306.988945-306.988945h-275.01093a31.978015 31.978015 0 0 0-31.978015 31.978015V1023.648242z" fill="#FFFFFF" opacity=".5" ></path><path d="M318.660921 526.006371l-27.405159-142.494036q-5.180438-26.09406-35.431641-26.09406H129.223159L128.263819 363.717944q146.938979 38.149772 190.397102 162.288427z m84.58185-168.588096l-76.523391 211.566548-8.058459-42.978452q-12.279558-33.800762-40.164387-62.548998-27.852851-28.748236-61.87746-42.754606l63.796141 246.358628h82.663169l123.339204-309.64312h-83.142839z m65.682843 310.122791h78.410093l49.150209-310.122791h-78.442071l-49.118231 310.122791zM831.780151 365.156955Q799.162576 352.109924 761.39654 352.109924q-58.136031 0-94.974705 28.492412-36.870651 28.492411-37.350322 73.901193-0.447692 49.278121 68.528887 84.070202 22.704391 11.096371 31.658235 19.794391t8.953844 18.867029q0 14.454063-14.166261 22.192742-14.166261 7.73868-32.617575 7.73868-40.612079 0-73.677347-15.95703l-10.392855-5.30835-10.872525 69.552183q34.951971 16.4367 87.395915 16.4367 61.429767 0.47967 98.524265-28.492412 37.094498-29.00406 38.053838-77.290862 0-51.196802-66.194491-84.070202-23.120105-12.055712-33.51296-20.274062-10.392855-8.21835-10.392855-18.35538 0-10.616701 11.576041-18.611205 11.576041-7.962526 33.289114-7.962526 33.097246-0.47967 58.583724 11.60802l7.099119 3.837361 10.872525-67.153831z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-TXT" viewBox="0 0 1024 1024"><path d="M51.358346 31.989004v959.670113q0 3.166911 0.607791 6.237856 0.607791 3.102933 1.823373 6.013933 1.183593 2.87901 2.942988 5.534097 1.759395 2.591109 3.998626 4.83034 2.23923 2.23923 4.830339 3.966636 2.623098 1.759395 5.534098 2.974978 2.87901 1.215582 6.013933 1.823373Q80.148449 1023.648121 83.347349 1023.648121h582.199869l307.094436-307.094436V991.659117a31.989004 31.989004 0 0 1-31.989003 31.989004q3.134922 0 6.237855-0.63978 3.070944-0.575802 5.981944-1.791384 2.910999-1.215582 5.534098-2.974978 2.623098-1.727406 4.862328-3.966636 2.23923-2.23923 3.966637-4.83034 1.759395-2.623098 2.974977-5.534097 1.183593-2.910999 1.791384-6.013933 0.63978-3.070944 0.63978-6.237856V31.989004q0-3.134922-0.63978-6.237856-0.607791-3.102933-1.791384-6.013933-1.215582-2.87901-2.974977-5.534097-1.759395-2.591109-3.966637-4.83034-2.23923-2.23923-4.862328-3.966636-2.623098-1.759395-5.534098-2.974978-2.87901-1.215582-5.981944-1.823373Q943.787573 0 940.652651 0H83.347349Q80.148449 0 77.109494 0.63978q-3.102933 0.575802-6.013933 1.791384-2.910999 1.215582-5.534098 2.974978-2.623098 1.727406-4.830339 3.966636-2.23923 2.23923-3.998626 4.83034-1.759395 2.623098-2.942988 5.534097-1.215582 2.910999-1.823373 6.013933-0.63978 3.102933-0.63978 6.237856z" fill="#EDEDED" ></path><path d="M665.547218 1023.648121l307.094436-307.094436h-275.105432a31.989004 31.989004 0 0 0-31.989004 31.989003V1023.648121z" fill="#54ABFF" opacity=".5" ></path><path d="M701.150979 657.054138L540.470213 274.785542c-5.246197-12.5077-16.730249-19.545281-28.470213-18.809534-11.739964-0.735747-23.224017 6.301834-28.470213 18.809534l-160.680766 382.268596c-6.909625 16.442348-0.511824 35.95564 14.299084 43.633001 14.810909 7.645372 32.404861 0.543813 39.282497-15.866546l51.854175-123.349599h167.430446l51.822186 123.349599c6.909625 16.410359 24.503577 23.511918 39.346475 15.866546 14.77892-7.677361 21.176721-27.190653 14.267095-43.601012z m-245.291681-161.224579L512 362.307457l56.140702 133.58608h-112.281404z" fill="#54ABFF" ></path></symbol><symbol id="jvs-public-GIF" viewBox="0 0 1024 1024"><path d="M51.358346 31.989004v959.670113q0 3.166911 0.63978 6.237856 0.575802 3.102933 1.791384 6.013933 1.215582 2.87901 2.974977 5.534097 1.727406 2.591109 3.966637 4.83034 2.23923 2.23923 4.830339 3.966636 2.623098 1.759395 5.534098 2.974978 2.910999 1.215582 6.013933 1.823373 3.102933 0.607791 6.237855 0.607791h582.199869l307.094436-307.094436V991.659117a31.989004 31.989004 0 0 1-31.989003 31.989004q3.166911 0 6.237855-0.63978 3.102933-0.575802 6.013933-1.791384 2.87901-1.215582 5.534098-2.974978 2.623098-1.727406 4.830339-3.966636 2.23923-2.23923 3.998626-4.83034 1.727406-2.623098 2.942988-5.534097 1.215582-2.910999 1.823373-6.013933 0.607791-3.070944 0.607791-6.237856V31.989004q0-3.134922-0.63978-6.237856-0.575802-3.102933-1.791384-6.013933-1.215582-2.87901-2.942988-5.534097-1.759395-2.591109-3.998626-4.83034-2.23923-2.23923-4.830339-3.966636-2.623098-1.759395-5.534098-2.974978-2.910999-1.215582-6.013933-1.823373Q943.851551 0 940.652651 0H83.347349q-3.134922 0-6.237855 0.63978-3.102933 0.575802-6.013933 1.791384-2.87901 1.215582-5.534098 2.974978-2.591109 1.727406-4.830339 3.966636-2.23923 2.23923-3.966637 4.83034-1.759395 2.623098-2.974977 5.534097-1.215582 2.910999-1.823373 6.013933Q51.358346 28.854081 51.358346 31.989004z" fill="#5F6472" ></path><path d="M665.547218 1023.648121l307.094436-307.094436h-275.105432a31.989004 31.989004 0 0 0-31.989004 31.989003V1023.648121z" fill="#FFFFFF" opacity=".5" ></path><path d="M513.695417 725.094749c31.189279 0 59.691481-5.438131 85.474618-16.218425 25.495236-10.556371 46.703946-27.158664 61.03502-47.727594 14.938865-21.016775 22.392303-45.968198 22.392302-74.726313v-71.623379a17.242073 17.242073 0 0 0-6.781669-13.627316 24.503577 24.503577 0 0 0-16.282403-5.694042h-96.31889a23.383962 23.383962 0 0 0-15.930524 5.694042 17.561963 17.561963 0 0 0-6.461779 13.627316c0 4.926307 2.271219 9.276811 6.781669 13.083502 4.51045 3.774702 9.692668 5.662054 15.610634 5.662054h67.176908v47.759583c0 34.868014-10.876261 61.162975-32.564806 79.012839-21.752523 17.785886-49.77489 26.678829-84.13108 26.678829a121.462247 121.462247 0 0 1-55.276998-12.795601c-34.228234-17.146106-56.300647-47.119803-59.371591-80.388367a1050.838774 1050.838774 0 0 1 0-184.704508c2.719065-33.588454 25.079379-63.91403 59.691481-80.996157a124.981038 124.981038 0 0 1 56.300646-12.795602c27.638499 0 52.142076 7.869295 73.606698 23.575896 21.464622 15.73859 34.708069 35.187904 39.666365 58.251976 1.023648 4.318516 3.486801 8.253163 7.133548 11.388085a26.039049 26.039049 0 0 0 13.915216 6.237856 28.24629 28.24629 0 0 0 23.415951-6.525757 19.57727 19.57727 0 0 0 7.101559-19.033457 123.701478 123.701478 0 0 0-31.189279-58.251976c-32.308894-34.164256-81.603949-53.965449-133.650058-53.741526a201.0189 201.0189 0 0 0-82.083783 16.794227c-50.670582 22.040424-84.035113 64.521821-88.161695 112.249414a1393.377027 1393.377027 0 0 0-3.390834 92.064353c0 32.948674 1.343538 65.897348 4.062603 98.878011 1.791384 23.863797 10.524382 45.552341 26.103027 65.065633 15.610634 19.513292 35.95564 34.868014 61.067009 46.064166 24.951423 11.132173 52.781856 16.890194 81.060135 16.762238z" fill="#FFFFFF" ></path><path d="M428.284777 718.057168q-39.922277-17.785886-65.033645-49.103121-25.495236-31.925026-28.406235-70.855643-4.126581-49.902846-4.126581-99.805692 0-41.585705 3.454812-92.960045 3.358845-38.962607 28.854081-71.431446 25.207335-32.052982 65.641436-49.646933 40.626035-17.913842 86.338321-17.68992 41.10587-0.191934 78.213115 14.714942 37.363156 15.034832 63.24226 42.38543 26.230983 28.054356 33.876355 63.338228 3.582768 17.178095-10.524382 29.237949-13.243448 12.091843-31.957015 9.084877-11.260129-1.59945-19.321358-8.66902-8.317141-7.101559-10.620349-17.274062-6.653713-30.709444-35.571773-51.886164-29.429883-21.5286-67.368842-21.528599-27.734466-0.159945-51.502296 11.707975-23.671863 11.675986-37.938958 31.061323-14.075162 19.033457-15.866546 41.265814-8.061229 91.456562 0 182.817157 2.015307 22.008435 15.962513 40.913936 14.203118 19.225391 37.55509 30.965356 23.192028 11.643997 50.510637 11.643997 47.759583 0 77.349411-24.311643 28.662147-23.511918 28.662148-70.727687v-37.107245h-56.492581q-12.699635 0-22.456281-8.157196-10.58836-8.860954-10.58836-21.016775-0.287901-12.955547 10.076536-21.880479 9.500734-8.317141 22.968105-8.317141h96.190934q13.563338-0.159945 23.256006 8.157196 10.812283 8.828965 10.620349 21.816501v71.623379q0 46.57599-24.311642 80.836213-23.76783 34.068289-65.673425 51.470307-40.626035 17.01815-89.569211 17.01815-45.328418 0.223923-85.41064-17.689919z m8.701009-19.481303q35.891662 16.05848 76.645653 15.834556 44.720627 0 81.412015-15.354721 36.243541-15.034832 56.428602-44.01687 20.472962-28.822092 20.472963-68.616413v-71.623379q0.031989-3.038955-2.815032-5.342164l-0.159945-0.127956-0.127956-0.127956q-3.614757-3.134922-9.180845-3.070944h-96.446846q-5.438131 0-8.924932 3.038955-2.87901 2.495142-2.815032 5.406142 0 2.623098 2.974977 5.11824 3.83868 3.1989 8.764987 3.198901h77.829246v58.411921q0 57.292306-36.467464 87.234013-35.507794 29.109993-90.88076 29.109993-32.372872 0-60.075349-13.915216-27.9264-13.979195-45.136484-37.331168-17.497985-23.703852-20.057106-51.630252-8.221174-93.311924 0-186.623848 2.271219-28.150323 19.92915-52.078098 17.370029-23.575896 45.680297-37.523101 28.24629-14.075162 61.098997-13.883228 44.784605 0 79.812565 25.623192 35.475805 25.975071 43.824935 64.617788 0.671769 3.006966 3.614757 5.502108 3.51879 3.102933 8.477086 3.838681 8.956921 1.407516 14.682953-3.838681l0.159945-0.159945 0.191934-0.159945q4.574428-3.83868 3.55078-8.701009-6.333823-29.429883-28.534192-53.165724-22.616226-23.863797-55.660866-37.107244-33.236575-13.371404-70.151886-13.211459-41.393771-0.223923-77.829246 15.866546-35.571772 15.482678-57.452251 43.313111-21.592578 27.478554-24.40761 60.075349-3.358845 50.222736-3.358845 91.168661 0 49.007154 4.030615 98.014307 2.463153 32.532817 23.831807 59.275624 21.84849 27.28662 57.068383 42.961233z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-xmind" viewBox="0 0 1024 1024"><path d="M42.978452 32.329773v959.340454q0 3.165823 0.639561 6.235713 0.575604 3.101867 1.790768 6.011867 1.215165 2.878021 2.973956 5.532196 1.726813 2.590219 3.965274 4.82868 2.238461 2.238461 4.82868 3.965274 2.622197 1.758791 5.532197 2.973956 2.909999 1.215165 6.011866 1.822747 3.101867 0.607582 6.235713 0.607582h581.999876l306.988945-306.988945V991.670227a31.978015 31.978015 0 0 1-31.978015 31.978015q3.165823 0 6.235712-0.63956 3.101867-0.575604 6.011867-1.790769 2.878021-1.215165 5.532197-2.973956 2.622197-1.726813 4.82868-3.965274 2.238461-2.238461 3.997252-4.82868 1.726813-2.622197 2.941977-5.532196 1.215165-2.909999 1.822747-6.011867 0.607582-3.069889 0.607583-6.235713V32.329773q0-3.133845-0.639561-6.235713-0.575604-3.101867-1.790769-6.011867-1.215165-2.878021-2.941977-5.532196-1.758791-2.590219-3.997252-4.82868-2.238461-2.238461-4.82868-3.965274-2.622197-1.758791-5.532197-2.973956-2.909999-1.215165-6.011867-1.822747Q935.133096 0.351758 931.967273 0.351758h-857.010806q-3.133845 0-6.235713 0.63956-3.101867 0.575604-6.011866 1.790769-2.878021 1.215165-5.532197 2.973956-2.590219 1.726813-4.82868 3.965274-2.238461 2.238461-3.965274 4.82868-1.758791 2.622197-2.973956 5.532196-1.215165 2.909999-1.822746 6.011867-0.607582 3.101867-0.607583 6.235713z" fill="#FF5252" ></path><path d="M665.494473 1023.648242l306.988945-306.988945h-275.01093a31.978015 31.978015 0 0 0-31.978015 31.978015V1023.648242z" fill="#FFFFFF" opacity=".5" ></path><path d="M376.413216 703.868091c9.049778 0 17.587908-4.093186 22.800325-10.968459l159.410405-209.136219-140.735244-184.64106-1.375055-1.662856A28.876148 28.876148 0 0 0 395.056399 288.153894h-32.169883l-2.078571 0.095934c-12.343514 0.95934-22.032852 10.552745-22.032853 22.320655l0.127912 2.302417c0.415714 3.837362 1.918681 7.482856 4.317032 10.616701l122.156018 160.273812-140.831179 184.768971a21.073512 21.073512 0 0 0-1.726812 23.216039c4.157142 7.450878 12.40747 12.119668 21.42527 12.119668h32.137905z m306.125539-403.594529a24.399226 24.399226 0 0 0-21.425271-12.119668h-32.137905a28.68428 28.68428 0 0 0-22.832303 10.968459l-53.083505 69.616139 46.55999 61.237899 81.192181-106.48679a21.10549 21.10549 0 0 0 1.726813-23.216039z m16.948348 368.226844l-94.207233-123.595028-46.655924 61.173942 66.194491 86.788333 1.343077 1.662857a28.876148 28.876148 0 0 0 21.457248 9.305603h32.169883l2.078571-0.063956a24.111423 24.111423 0 0 0 19.794392-12.919118 21.10549 21.10549 0 0 0-2.206483-22.352633z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-shipin" viewBox="0 0 1024 1024"><path d="M42.978452 32.329773v959.340454q0 3.165823 0.639561 6.235713 0.607582 3.101867 1.790768 6.011867 1.215165 2.878021 2.973956 5.532196 1.758791 2.590219 3.965274 4.82868 2.238461 2.238461 4.860658 3.965274 2.622197 1.758791 5.532197 2.973956 2.878021 1.215165 5.979888 1.822747 3.101867 0.607582 6.235713 0.607582h581.999876l306.988945-306.988945V991.670227a31.978015 31.978015 0 0 1-31.978015 31.978015q3.165823 0 6.235712-0.63956 3.101867-0.575604 6.011867-1.790769 2.909999-1.215165 5.532197-2.973956 2.622197-1.726813 4.82868-3.965274 2.238461-2.238461 3.997252-4.82868 1.758791-2.622197 2.941977-5.532196 1.215165-2.909999 1.822747-6.011867 0.63956-3.069889 0.639561-6.235713V32.329773q0-3.133845-0.639561-6.235713t-1.822747-6.011867q-1.183187-2.878021-2.941977-5.532196-1.758791-2.590219-3.997252-4.82868-2.238461-2.238461-4.82868-3.965274-2.622197-1.758791-5.532197-2.973956-2.909999-1.215165-6.011867-1.822747Q935.133096 0.351758 931.967273 0.351758h-857.010806q-3.133845 0-6.235713 0.63956-3.069889 0.575604-5.979888 1.790769-2.909999 1.215165-5.532197 2.973956-2.622197 1.726813-4.860658 3.965274-2.238461 2.238461-3.965274 4.82868-1.758791 2.622197-2.973956 5.532196-1.183187 2.909999-1.790768 6.011867-0.63956 3.101867-0.639561 6.235713z" fill="#7785FF" ></path><path d="M665.494473 1023.648242l306.988945-306.988945h-275.01093a31.978015 31.978015 0 0 0-31.978015 31.978015V1023.648242z" fill="#FFFFFF" opacity=".5" ></path><path d="M552.292299 562.717132l92.576354-54.010868q4.221098-2.462307 4.221098-7.354943 0-4.892636-4.221098-7.354944l-256.463681-149.65711q-4.285054-2.462307-8.570108 0t-4.285054 7.386921v299.218288q0 4.956592 4.285054 7.418899 4.285054 2.430329 8.53813-0.031978l20.785709-12.151646a34.088564 34.088564 0 1 1 34.408345 58.935482h-0.031978l-20.78571 12.151646q-18.547249 10.776591-39.652739 10.488789-19.890325-0.287802-37.22241-10.232965-17.364062-9.977141-27.629005-26.989445-10.904503-18.131535-10.904503-39.588782v-299.218288q0-21.457248 10.904503-39.556804 10.232965-17.012304 27.629005-26.989445 17.332084-9.977141 37.190432-10.232965 21.169446-0.31978 39.684717 10.488789l256.463681 149.625133q18.419337 10.712635 28.556368 29.099993 9.529449 17.268128 9.529448 37.190432 0 19.890325-9.529448 37.158454-10.137031 18.387359-28.52439 29.099993l-92.544376 54.010868h-0.031978a34.120542 34.120542 0 0 1-34.376366-58.903504z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-svg" viewBox="0 0 1024 1024"><path d="M42.978452 32.329773v959.340454q0 3.165823 0.639561 6.235713 0.575604 3.101867 1.790768 6.011867 1.215165 2.878021 2.973956 5.532196 1.726813 2.590219 3.965274 4.82868 2.238461 2.238461 4.82868 3.965274 2.622197 1.758791 5.532197 2.973956 2.909999 1.215165 6.011866 1.822747 3.101867 0.607582 6.235713 0.607582h581.999876l306.988945-306.988945V991.670227a31.978015 31.978015 0 0 1-31.978015 31.978015q3.165823 0 6.235712-0.63956 3.101867-0.575604 6.011867-1.790769 2.878021-1.215165 5.532197-2.973956 2.622197-1.726813 4.82868-3.965274 2.238461-2.238461 3.997252-4.82868 1.726813-2.622197 2.941977-5.532196 1.215165-2.909999 1.822747-6.011867 0.607582-3.069889 0.607583-6.235713V32.329773q0-3.133845-0.639561-6.235713-0.575604-3.101867-1.790769-6.011867-1.215165-2.878021-2.941977-5.532196-1.758791-2.590219-3.997252-4.82868-2.238461-2.238461-4.82868-3.965274-2.622197-1.758791-5.532197-2.973956-2.909999-1.215165-6.011867-1.822747Q935.133096 0.351758 931.967273 0.351758h-857.010806q-3.133845 0-6.235713 0.63956-3.101867 0.575604-6.011866 1.790769-2.878021 1.215165-5.532197 2.973956-2.590219 1.726813-4.82868 3.965274-2.238461 2.238461-3.965274 4.82868-1.758791 2.622197-2.973956 5.532196-1.215165 2.909999-1.822746 6.011867-0.607582 3.101867-0.607583 6.235713z" fill="#FF8040" ></path><path d="M665.494473 1023.648242l306.988945-306.988945h-275.01093a31.978015 31.978015 0 0 0-31.978015 31.978015V1023.648242z" fill="#FFFFFF" opacity=".5" ></path><path d="M245.84698 600.483168a37.318344 37.318344 0 0 0-20.657798 42.21098c3.997252 17.07626 19.506589 29.16395 37.414278 29.099994 16.820436 0 31.658235-10.744613 36.614827-26.509775a37.190432 37.190432 0 0 0-14.997689-42.115046c14.230217-100.027231 94.495035-178.565236 196.536881-192.315783 6.907251 9.817251 18.163513 16.500656 31.274499 16.500656 13.110986 0 24.33527-6.683405 31.242521-16.500656 102.041846 13.750546 182.338642 92.288552 196.536881 192.315783-23.887577 15.95703-21.872962 51.100868 3.709449 64.307788 25.550434 13.238898 56.281307-4.924614 56.281307-33.257135 0-14.869777-8.85791-27.629005-21.617138-33.736806-10.552745-79.785148-57.688339-150.488539-128.007995-191.964025h78.218225c6.651427 11.192305 18.867029 18.835051 33.03329 18.835051 21.201424 0 38.373618-16.852414 38.373618-37.638124S782.629942 352.109924 761.428518 352.109924c-14.166261 0-26.381862 7.57879-33.03329 18.803073h-183.32996A38.309662 38.309662 0 0 0 512 352.109924c-14.166261 0-26.381862 7.57879-33.03329 18.803073H295.604772A38.309662 38.309662 0 0 0 262.571482 352.109924c-21.201424 0-38.373618 16.852414-38.373618 37.606146 0 20.78571 17.172194 37.638124 38.373618 37.638124a38.373618 38.373618 0 0 0 33.03329-18.835051h78.250203c-70.351633 41.475486-117.487228 112.178877-128.007995 191.964025z" fill="#FFFFFF" ></path><path d="M262.60346 679.788645q15.221535 0 27.437137-8.85791 12.311536-8.921866 16.820436-23.248017 4.5089-14.390107-0.543626-28.556367-4.157142-11.703954-13.462745-19.50659 11.256261-69.328337 62.293174-119.246018 51.164824-50.045594 122.156018-60.950097 13.430766 15.925052 34.728124 15.925052 21.297358 0 34.728124-15.925052 70.991194 10.872525 122.156018 60.950097 50.972956 49.885704 62.261196 119.21404-17.364062 14.070327-16.052964 37.22241 1.502967 25.77428 24.719006 37.766036 23.088127 11.959778 45.472737-1.279121 22.512523-13.270876 22.480545-39.077134 0-26.221972-22.256699-38.917245-8.729998-59.28724-42.274936-109.588657-27.181313-40.739991-66.354381-69.200425h47.135594q13.36681 18.835051 37.414278 18.835051 19.122853 0 32.713509-13.302855 13.622634-13.36681 13.622635-32.297795 0-18.962963-13.622635-32.329773-13.590656-13.302854-32.745487-13.302854-24.047467 0-37.3823 18.803073H549.414278q-13.334832-18.803073-37.3823-18.803073t-37.3823 18.803073H299.98576q-13.174942-18.771095-37.414278-18.803073-19.186809 0-32.713509 13.302854-13.654612 13.36681-13.654613 32.297795 0 18.962963 13.654613 32.297795 13.558678 13.334832 32.713509 13.334833 24.047467 0 37.3823-18.835051h47.135594q-39.173069 28.460433-66.322403 69.200425-33.544938 50.301418-42.274936 109.620635-11.639998 6.843295-17.683843 19.186809-7.067141 14.422085-3.421647 29.995379 3.677472 15.573293 16.404722 25.486478 12.663294 9.849229 28.812191 9.785272z m29.00406-36.902629q-6.587471 20.913622-29.00406 20.913622-10.680657 0.031978-18.994941-6.427581-8.314284-6.427581-10.648679-16.500656-2.366373-10.009119 2.206483-19.314721 4.572856-9.33758 14.102305-13.846481l3.933296-1.854725 0.575604-4.317032q7.674724-58.008119 40.292299-106.96646 32.681531-48.990319 83.846356-79.177566l25.198676-14.869777H291.063894l-2.302418 3.901318q-8.85791 14.933733-26.189994 14.933733-12.631316 0-21.521204-8.729998-8.85791-8.69802-8.85791-20.913622t8.85791-20.881644q8.889888-8.729998 21.521204-8.729998 17.491974 0 26.158016 14.837799l2.302418 3.965274h192.475673l2.334395-3.933296q8.825932-14.869777 26.158016-14.869777 17.332084 0 26.189994 14.869777l2.302417 3.933296h192.443695l2.334396-3.933296q8.825932-14.869777 26.158016-14.869777 12.631316 0 21.553182 8.729998 8.825932 8.666042 8.825932 20.881644t-8.825932 20.913622q-8.921866 8.729998-21.553182 8.729998-17.300106 0-26.158016-14.933733l-2.334396-3.901318h-112.082943l25.262632 14.869777q51.164824 30.187246 83.846356 79.177566 32.617575 48.958341 40.292299 106.96646l0.575604 4.285054 3.901318 1.886703q17.07626 8.186372 17.07626 26.509775 0 16.692524-14.613953 25.326588-14.773843 8.729998-30.027356 0.831428-15.125601-7.834614-16.052963-24.495159-0.95934-16.628568 13.110986-26.094061l4.18912-2.782087-0.703517-4.98857q-11.032415-77.706577-67.633502-133.092499-56.601087-55.321966-135.746674-66.002624l-4.796702-0.63956-2.814065 3.965274q-9.17769 13.110986-24.687028 13.110986-15.541315 0-24.719006-13.110986l-2.814065-3.965274-4.796702 0.63956q-79.177565 10.680657-135.746674 66.034602-56.601087 55.385922-67.633502 133.060521l-0.703517 4.98857 4.157142 2.782087q18.355381 12.311536 11.831866 33.097246z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-tupian" viewBox="0 0 1024 1024"><path d="M42.978452 32.329773v959.340454q0 3.165823 0.639561 6.235713 0.607582 3.101867 1.790768 6.011867 1.215165 2.878021 2.973956 5.532196 1.758791 2.590219 3.965274 4.82868 2.238461 2.238461 4.860658 3.965274 2.622197 1.758791 5.532197 2.973956 2.878021 1.215165 5.979888 1.822747 3.101867 0.607582 6.235713 0.607582h581.999876l306.988945-306.988945V991.670227a31.978015 31.978015 0 0 1-31.978015 31.978015q3.165823 0 6.235712-0.63956 3.101867-0.575604 6.011867-1.790769 2.909999-1.215165 5.532197-2.973956 2.622197-1.726813 4.82868-3.965274 2.238461-2.238461 3.997252-4.82868 1.758791-2.622197 2.941977-5.532196 1.215165-2.909999 1.822747-6.011867 0.63956-3.069889 0.639561-6.235713V32.329773q0-3.133845-0.639561-6.235713t-1.822747-6.011867q-1.183187-2.878021-2.941977-5.532196-1.758791-2.590219-3.997252-4.82868-2.238461-2.238461-4.82868-3.965274-2.622197-1.758791-5.532197-2.973956-2.909999-1.215165-6.011867-1.822747Q935.133096 0.351758 931.967273 0.351758h-857.010806q-3.133845 0-6.235713 0.63956-3.069889 0.575604-5.979888 1.790769-2.909999 1.215165-5.532197 2.973956-2.622197 1.726813-4.860658 3.965274-2.238461 2.238461-3.965274 4.82868-1.758791 2.622197-2.973956 5.532196-1.183187 2.909999-1.790768 6.011867-0.63956 3.101867-0.639561 6.235713z" fill="#4ECFDF" ></path><path d="M665.494473 1023.648242l306.988945-306.988945h-275.01093a31.978015 31.978015 0 0 0-31.978015 31.978015V1023.648242z" fill="#FFFFFF" opacity=".5" ></path><path d="M544.265817 663.959528a30.922741 30.922741 0 0 0 45.089002 3.197801c13.334832-12.183624 14.709887-33.480982 3.069889-47.423396l-158.642933-190.812816c-26.062082-31.338455-70.287677-31.338455-96.317781 0L178.789083 619.733933a34.79208 34.79208 0 0 0 3.037911 47.423396 30.922741 30.922741 0 0 0 45.120979-3.197801l158.674911-190.812816 158.610955 190.812816zM575.15658 512.191868a33.385048 33.385048 0 1 0 48.478671 45.92043l39.14109-42.338892L767.824121 639.91206a30.922741 30.922741 0 0 0 45.120979 3.197802c13.302854-12.151646 14.677909-33.449004 3.037912-47.423396l-105.04778-124.138655c-26.062082-31.338455-70.287677-31.338455-96.317781 0l-39.460871 40.644057zM778.4728 304.142902q0 2.366373-0.223846 4.700768t-0.703516 4.66879q-0.447692 2.302417-1.119231 4.540878-0.703516 2.238461-1.598901 4.444944-0.895384 2.174505-2.014615 4.253076t-2.398351 4.02923q-1.311099 1.982637-2.814065 3.805384-1.502967 1.822747-3.165824 3.485604-1.662857 1.662857-3.517581 3.165823-1.790769 1.470989-3.741428 2.782088-1.982637 1.311099-4.061208 2.430329-2.078571 1.119231-4.253076 2.014615-2.174505 0.895384-4.412966 1.5989-2.238461 0.63956-4.572856 1.119231-2.302417 0.47967-4.668791 0.703516-2.334395 0.223846-4.700768 0.223846-2.334395 0-4.700768-0.223846-2.334395-0.223846-4.636812-0.703516-2.334395-0.447692-4.572856-1.151209-2.238461-0.671538-4.444944-1.5989-2.174505-0.863406-4.253076-1.982637T703.868091 344.019487q-1.950659-1.279121-3.773406-2.782088-1.822747-1.502967-3.517582-3.197801-1.630879-1.630879-3.133845-3.453626-1.502967-1.822747-2.814066-3.805384-1.279121-1.918681-2.430329-4.02923-1.087253-2.078571-1.982637-4.253076-0.927362-2.174505-1.5989-4.444944-0.671538-2.238461-1.151209-4.540878-0.447692-2.334395-0.671538-4.66879-0.255824-2.334395-0.255824-4.700768t0.255824-4.700768q0.223846-2.334395 0.671538-4.668791 0.47967-2.302417 1.151209-4.540878 0.671538-2.238461 1.5989-4.444944 0.895384-2.174505 1.982637-4.253076 1.119231-2.078571 2.430329-4.02923 1.311099-1.982637 2.814066-3.805384 1.502967-1.822747 3.165823-3.485603 1.662857-1.662857 3.485604-3.165824 1.822747-1.470989 3.773406-2.782087 1.950659-1.311099 4.02923-2.430329 2.078571-1.119231 4.253076-2.014615 2.174505-0.895384 4.444944-1.598901 2.238461-0.63956 4.572856-1.11923 2.302417-0.47967 4.636812-0.703517Q728.171382 256.175879 730.505777 256.175879q2.366373 0 4.700768 0.223846 2.366373 0.223846 4.668791 0.703517 2.302417 0.447692 4.572856 1.151208 2.238461 0.671538 4.412966 1.598901 2.174505 0.863406 4.253076 1.982637t4.061208 2.430329q1.918681 1.279121 3.773406 2.782087 1.822747 1.502967 3.485603 3.197802 1.662857 1.630879 3.165824 3.453625 1.502967 1.822747 2.814065 3.805384 1.279121 1.918681 2.398351 4.02923 1.119231 2.078571 2.014615 4.253076 0.895384 2.174505 1.598901 4.444944 0.671538 2.238461 1.119231 4.540878 0.47967 2.334395 0.703516 4.668791 0.223846 2.334395 0.223846 4.700768z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-a-zu3558" viewBox="0 0 1024 1024"><path d="M51.358346 31.989004v959.670113q0 3.166911 0.63978 6.237856 0.575802 3.102933 1.791384 6.013933 1.215582 2.87901 2.974977 5.534097 1.727406 2.591109 3.966637 4.83034 2.23923 2.23923 4.830339 3.966636 2.623098 1.759395 5.534098 2.974978 2.910999 1.215582 6.013933 1.823373 3.102933 0.607791 6.237855 0.607791h582.199869l307.094436-307.094436V991.659117a31.989004 31.989004 0 0 1-31.989003 31.989004q3.166911 0 6.237855-0.63978 3.102933-0.575802 6.013933-1.791384 2.87901-1.215582 5.534098-2.974978 2.623098-1.727406 4.830339-3.966636 2.23923-2.23923 3.998626-4.83034 1.727406-2.623098 2.942988-5.534097 1.215582-2.910999 1.823373-6.013933 0.607791-3.070944 0.607791-6.237856V31.989004q0-3.134922-0.63978-6.237856-0.575802-3.102933-1.791384-6.013933-1.215582-2.87901-2.942988-5.534097-1.759395-2.591109-3.998626-4.83034-2.23923-2.23923-4.830339-3.966636-2.623098-1.759395-5.534098-2.974978-2.910999-1.215582-6.013933-1.823373Q943.851551 0 940.652651 0H83.347349q-3.134922 0-6.237855 0.63978-3.102933 0.575802-6.013933 1.791384-2.87901 1.215582-5.534098 2.974978-2.591109 1.727406-4.830339 3.966636-2.23923 2.23923-3.966637 4.83034-1.759395 2.623098-2.974977 5.534097-1.215582 2.910999-1.823373 6.013933Q51.358346 28.854081 51.358346 31.989004z" fill="#1E6FFF" ></path><path d="M665.547218 1023.648121l307.094436-307.094436h-275.105432a31.989004 31.989004 0 0 0-31.989004 31.989003V1023.648121z" fill="#FFFFFF" opacity=".5" ></path><path d="M323.52079 706.573115l162.856018-168.901939 162.824029 168.901939c6.877636 7.101559 16.410359 10.684327 26.071038 9.820625l2.623099-0.415857c20.21705 3.83868 38.834651-12.251788 38.83465-33.588454l-0.063978-341.162726c0-18.873512-14.714942-34.132267-32.884696-34.132267-18.169754 0-32.916685 15.290744-32.916685 34.132267l0.063978 270.562994-141.26344-146.509637a32.020993 32.020993 0 0 0-41.969573-3.966636l-4.606417 3.966636-141.199462 146.509637v-270.562994c0-18.873512-14.714942-34.132267-32.916685-34.132267C270.802911 307.094436 256.08797 322.38518 256.08797 341.226703v341.194715c0 18.841523 14.714942 34.100278 32.884696 34.100278l5.917965-0.543813 2.559121 0.415857c9.692668 0.863703 19.193402-2.719065 26.071038-9.820625z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-naotu" viewBox="0 0 1024 1024"><path d="M51.358346 31.989004v959.670113q0 3.166911 0.607791 6.237856 0.607791 3.102933 1.823373 6.013933 1.183593 2.87901 2.942988 5.534097 1.759395 2.591109 3.998626 4.83034 2.23923 2.23923 4.830339 3.966636 2.623098 1.759395 5.534098 2.974978 2.87901 1.215582 6.013933 1.823373Q80.148449 1023.648121 83.347349 1023.648121h582.199869l307.094436-307.094436V991.659117a31.989004 31.989004 0 0 1-31.989003 31.989004q3.134922 0 6.237855-0.63978 3.070944-0.575802 5.981944-1.791384 2.910999-1.215582 5.534098-2.974978 2.623098-1.727406 4.862328-3.966636 2.23923-2.23923 3.966637-4.83034 1.759395-2.623098 2.974977-5.534097 1.183593-2.910999 1.791384-6.013933 0.63978-3.070944 0.63978-6.237856V31.989004q0-3.134922-0.63978-6.237856-0.607791-3.102933-1.791384-6.013933-1.215582-2.87901-2.974977-5.534097-1.759395-2.591109-3.966637-4.83034-2.23923-2.23923-4.862328-3.966636-2.623098-1.759395-5.534098-2.974978-2.87901-1.215582-5.981944-1.823373Q943.787573 0 940.652651 0H83.347349Q80.148449 0 77.109494 0.63978q-3.102933 0.575802-6.013933 1.791384-2.910999 1.215582-5.534098 2.974978-2.623098 1.727406-4.830339 3.966636-2.23923 2.23923-3.998626 4.83034-1.759395 2.623098-2.942988 5.534097-1.215582 2.910999-1.823373 6.013933-0.63978 3.102933-0.63978 6.237856z" fill="#7785FF" ></path><path d="M665.547218 1023.648121l307.094436-307.094436h-275.105432a31.989004 31.989004 0 0 0-31.989004 31.989003V1023.648121z" fill="#FFFFFF" opacity=".5" ></path><path d="M496.965168 260.710381l-198.075911 114.360688a21.112742 21.112742 0 0 0-9.788635 12.603668 21.048764 21.048764 0 0 0-0.991659 7.613383v232.496079a21.144731 21.144731 0 0 0 10.556371 19.513292l200.187185 115.512293a21.240699 21.240699 0 0 0 14.650964 4.926307 21.240699 21.240699 0 0 0 12.987536-4.798351l194.237231-112.089469a21.20871 21.20871 0 0 0 15.162787-20.313017v-123.925401a21.20871 21.20871 0 0 0-42.417419 0v111.09781l-157.833744 91.072694v-185.92009l189.310924-109.274437a21.144731 21.144731 0 0 0 7.741339-28.886071l-0.063978-0.159945a21.112742 21.112742 0 0 0-8.093218-8.317141l-200.123208-115.544281A21.240699 21.240699 0 0 0 510.72044 255.91203a21.304677 21.304677 0 0 0-13.755272 4.798351z m-3.774702 264.005248l-162.632095-93.855737v185.92009l162.632095 93.855737v-185.92009z m179.266377-129.683421l-159.657118 92.128331-161.704414-93.343913 159.625129-92.128331 161.736403 93.343913z" fill="#FFFFFF" ></path><path d="M499.396333 264.868951l-198.107901 114.360689q-5.758021 3.326856-7.581394 9.756646v0.095967l-0.063978 0.063978q-0.895692 2.87901-0.735747 5.853988V628.040111q-0.543813 10.044547 8.157196 15.066821l200.571054 115.768205 0.31989 0.255912q4.894318 4.094592 11.292118 3.806691h0.127956q5.694043-0.127956 10.076536-3.710724l0.31989-0.255912 195.036956-112.537316 0.543814-0.159945q11.739964-3.486801 11.739964-15.738589v-123.925401q0-6.813658-4.798351-11.612009t-11.612008-4.79835q-6.813658 0-11.612008 4.79835t-4.798351 11.612009v113.880853l-167.430446 96.606792v-197.020275l191.7101-110.617975q5.885977-3.422823 7.645372-9.94858 1.759395-6.557746-1.663428-12.411733l-0.095967-0.223923-0.063978-0.063978q-2.175252-4.094592-6.237856-6.42979l-200.475087-115.736216-0.31989-0.255912q-4.574428-3.742713-10.556371-3.678735h-0.127956q-5.981944-0.063978-10.620349 3.742713l-0.31989 0.223923-0.31989 0.223923z m-4.798351-8.317141l2.399175 4.158571-3.070944-3.678736q7.357471-6.045922 16.858205-5.917965L510.72044 255.91203l-0.063978-4.79835q9.468745-0.127956 16.762238 5.853987l-3.006967 3.710725 2.399176-4.158571 200.123207 115.544282q6.397801 3.710724 9.916592 10.204492l-4.222549 2.23923 4.158571-2.399175 0.063978 0.191934q5.374153 9.3088 2.591109 19.705227-2.783043 10.364437-12.091844 15.738589l-189.310924 109.274437-2.399175-4.15857h4.79835v185.92009h-4.79835l-2.399175-4.158571 157.833744-91.072694 2.399175 4.158571h-4.79835v-111.09781q0-10.780294 7.613383-18.393677 7.613383-7.613383 18.393677-7.613383 10.780294 0 18.393677 7.581394 7.613383 7.645372 7.613383 18.425666v123.925401q0 19.417325-18.6176 24.951422l-1.343538-4.638405 2.399175 4.15857-194.237231 112.057481-2.399175-4.158571 3.070944 3.710725q-6.973603 5.726032-15.994502 5.917965l-0.063978-4.79835 0.223923 4.79835q-10.172503 0.479835-17.945831-6.045921l3.070944-3.678736-2.399175 4.158571-200.155196-115.544282q-13.851239-7.965262-12.987536-23.895786l4.798351 0.255912h-4.798351v-232.496079h4.798351l-4.798351 0.255912q-0.255912-4.798351 1.215582-9.340789l4.574428 1.471494-4.638406-1.27956q2.87901-10.204492 12.027866-15.482678l198.1079-114.3287z m-3.806692 272.322389L328.159195 435.050451l2.399176-4.15857h4.79835v185.92009h-4.79835l2.399175-4.158571 162.632095 93.887726-2.399175 4.158571h-4.798351v-185.952079h4.798351l-2.399176 4.15857z m7.197526-6.909624v196.988285l-172.228796-99.389835v-197.020274l169.86161 98.014308 2.367186 1.407516z m176.867202-122.773797l-162.056293 93.503858-171.301115-98.846021 169.22183-97.694418 171.333104 98.878011-7.197526 4.15857z m-4.79835-8.317141l2.399175 4.158571-2.399175 4.15857-161.736403-93.343913 2.399175-4.15857 2.399175 4.15857-159.625129 92.128331-2.399175-4.15857 2.399175-4.158571L515.1989 483.033957l-2.399175 4.158571-2.399175-4.158571 159.625129-92.128331z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-liucheng" viewBox="0 0 1024 1024"><path d="M42.978452 32.329773v959.340454q0 3.165823 0.639561 6.235713 0.607582 3.101867 1.790768 6.011867 1.215165 2.878021 2.973956 5.532196 1.758791 2.590219 3.965274 4.82868 2.238461 2.238461 4.860658 3.965274 2.622197 1.758791 5.532197 2.973956 2.878021 1.215165 5.979888 1.822747 3.101867 0.607582 6.235713 0.607582h581.999876l306.988945-306.988945V991.670227a31.978015 31.978015 0 0 1-31.978015 31.978015q3.165823 0 6.235712-0.63956 3.101867-0.575604 6.011867-1.790769 2.909999-1.215165 5.532197-2.973956 2.622197-1.726813 4.82868-3.965274 2.238461-2.238461 3.997252-4.82868 1.758791-2.622197 2.941977-5.532196 1.215165-2.909999 1.822747-6.011867 0.63956-3.069889 0.639561-6.235713V32.329773q0-3.133845-0.639561-6.235713t-1.822747-6.011867q-1.183187-2.878021-2.941977-5.532196-1.758791-2.590219-3.997252-4.82868-2.238461-2.238461-4.82868-3.965274-2.622197-1.758791-5.532197-2.973956-2.909999-1.215165-6.011867-1.822747Q935.133096 0.351758 931.967273 0.351758h-857.010806q-3.133845 0-6.235713 0.63956-3.069889 0.575604-5.979888 1.790769-2.909999 1.215165-5.532197 2.973956-2.622197 1.726813-4.860658 3.965274-2.238461 2.238461-3.965274 4.82868-1.758791 2.622197-2.973956 5.532196-1.183187 2.909999-1.790768 6.011867-0.63956 3.101867-0.639561 6.235713z" fill="#7785FF" ></path><path d="M665.494473 1023.648242l306.988945-306.988945h-275.01093a31.978015 31.978015 0 0 0-31.978015 31.978015V1023.648242z" fill="#FFFFFF" opacity=".5" ></path><path d="M699.615015 637.769533l-63.444382-63.092623c-5.660109-5.660109-16.4367-6.331647-19.50659 0.991318q-0.79945 1.982637-1.023296 7.546812v42.626694h-214.76435a51.740428 51.740428 0 0 1-51.804384-51.548561 51.740428 51.740428 0 0 1 51.804384-51.580538h194.810069a96.189869 96.189869 0 0 0 96.349759-95.838111 96.221847 96.221847 0 0 0-96.349759-95.838112h-190.652927A76.171632 76.171632 0 0 0 256.175879 353.165199a76.171632 76.171632 0 1 0 148.85766 22.128786h190.652927a51.740428 51.740428 0 0 1 51.836362 51.580539 51.740428 51.740428 0 0 1-51.836362 51.580538h-194.810069a96.189869 96.189869 0 0 0-96.349759 95.838111 96.189869 96.189869 0 0 0 96.349759 95.838112h214.76435v40.452189q0 6.203735 1.023296 8.666042c3.069889 7.354943 13.846481 7.674724 19.50659 2.014615l63.444382-63.060646a14.390107 14.390107 0 0 0 0-20.433952zM332.283555 384.56761a31.530323 31.530323 0 0 1-31.562301-31.402411c0-17.268128 14.134283-31.338455 31.562301-31.338455 17.39604 0 31.562301 14.070327 31.562301 31.370433a31.530323 31.530323 0 0 1-31.562301 31.402411z" fill="#FFFFFF" ></path><path d="M705.626882 664.215352l-63.444382 63.060646q-7.099119 7.163075-17.396041 6.395603-11.735932-0.927362-15.989007-11.128349-1.662857-4.02923-1.662857-11.959778v-31.946037h-206.258198q-43.362188 0-74.125039-30.570983-30.762851-30.60296-30.76285-73.773281t30.794828-73.805258q30.730873-30.570982 74.093061-30.570983h194.810069q17.907688 0 30.570982-12.56736 12.663294-12.631316 12.72725-30.44307-0.063956-17.87571-12.72725-30.475049-12.663294-12.631316-30.570982-12.599338h-184.609082q-8.761976 22.480545-28.556367 37.094498-22.416589 16.468678-50.237462 16.468678-34.983949 0-59.798888-24.687028-24.846918-24.687028-24.846918-59.543064t24.81494-59.511086Q297.267629 268.967085 332.283555 268.967085q27.820873 0 50.205484 16.500656 19.826369 14.581975 28.588345 37.030541h184.609082q43.362188 0 74.125039 30.602961t30.76285 73.773281q0 43.17032-30.76285 73.805259-30.762851 30.570982-74.125039 30.570982h-194.810069q-17.907688-0.031978-30.570982 12.56736-12.663294 12.631316-12.72725 30.44307 0.063956 17.87571 12.759228 30.475049 12.663294 12.599338 30.539004 12.56736h206.258198V582.89526q0.255824-7.099119 1.662857-10.488789 4.380988-10.488789 16.564612-10.616701 9.849229-0.095934 16.820436 6.843295l63.444382 63.092624q6.779339 6.715383 6.779339 16.244831 0 9.561427-6.779339 16.27681z m-12.023734-12.08769q1.726813-1.694835 1.726813-4.157142 0-2.430329-1.726813-4.157142l-63.444382-63.092624q-1.918681-1.918681-4.604834-1.886702-0.95934 0-0.991319 0.127912-0.255824 0.543626-0.383736 4.380988v51.036912h-223.30248q-24.910874 0.031978-42.594716-17.55593-17.651864-17.587908-17.747798-42.498783 0.063956-25.006808 17.747798-42.594716t42.626694-17.523952h194.746113q36.359003 0 62.133283-25.646368 25.742302-25.582412 25.742302-61.685591 0-36.071201-25.742302-61.685591-25.77428-25.61439-62.101305-25.61439h-196.920618l-1.886702-6.011867q-6.587471-21.201424-24.463182-34.376367-17.907688-13.174942-40.132409-13.174942-27.980763 0-47.775155 19.730436-19.826369 19.666479-19.826369 47.423396 0 27.788895 19.826369 47.455374 19.826369 19.698457 47.775155 19.698458 22.224721 0 40.100431-13.142965 17.907688-13.174942 24.49516-34.408344l1.886702-5.979889h196.920618q24.942852-0.031978 42.594716 17.555931 17.683842 17.587908 17.779776 42.53076-0.095934 24.97483-17.779776 42.53076-17.683842 17.587908-42.626694 17.587908h-194.746113q-36.359003 0-62.101305 25.582412-25.742302 25.582412-25.742302 61.717569 0 36.071201 25.710324 61.685592 25.77428 25.61439 62.101305 25.61439h223.30248v48.990319q0 4.476922 0.351758 5.372306 0.255824 0.575604 1.598901 0.703517 2.398351 0.15989 3.997252-1.407033l63.47636-63.124602zM303.951034 381.401786q8.634064 8.570108 19.826369 10.872525v0.863407h8.506152q16.564612 0 28.332521-11.703954t11.76791-28.236587q0-16.532634-11.799888-28.236587-11.735932-11.671976-28.300543-11.671976-16.59659 0-28.332521 11.671976-11.76791 11.703954-11.76791 28.204609 0 16.532634 11.76791 28.236587z m44.609331-12.055711q-6.363625 6.331647-15.189557 6.715383h-1.087253q-9.529449 0-16.308788-6.715383-6.715383-6.715383-6.715383-16.180876 0-9.433514 6.715383-16.11692 6.747361-6.715383 16.308788-6.715383 9.529449 0 16.308788 6.715383 6.715383 6.715383 6.715383 16.148898 0 9.433514-6.715383 16.148898z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-weizhi" viewBox="0 0 1024 1024"><path d="M42.978452 32.329773v959.340454q0 3.165823 0.639561 6.235713 0.607582 3.101867 1.790768 6.011867 1.215165 2.878021 2.973956 5.532196 1.758791 2.590219 3.965274 4.82868 2.238461 2.238461 4.860658 3.965274 2.622197 1.758791 5.532197 2.973956 2.878021 1.215165 5.979888 1.822747 3.101867 0.607582 6.235713 0.607582h581.999876l306.988945-306.988945V991.670227a31.978015 31.978015 0 0 1-31.978015 31.978015q3.165823 0 6.235712-0.63956 3.101867-0.575604 6.011867-1.790769 2.909999-1.215165 5.532197-2.973956 2.622197-1.726813 4.82868-3.965274 2.238461-2.238461 3.997252-4.82868 1.758791-2.622197 2.941977-5.532196 1.215165-2.909999 1.822747-6.011867 0.63956-3.069889 0.639561-6.235713V32.329773q0-3.133845-0.639561-6.235713t-1.822747-6.011867q-1.183187-2.878021-2.941977-5.532196-1.758791-2.590219-3.997252-4.82868-2.238461-2.238461-4.82868-3.965274-2.622197-1.758791-5.532197-2.973956-2.909999-1.215165-6.011867-1.822747Q935.133096 0.351758 931.967273 0.351758h-857.010806q-3.133845 0-6.235713 0.63956-3.069889 0.575604-5.979888 1.790769-2.909999 1.215165-5.532197 2.973956-2.622197 1.726813-4.860658 3.965274-2.238461 2.238461-3.965274 4.82868-1.758791 2.622197-2.973956 5.532196-1.183187 2.909999-1.790768 6.011867-0.63956 3.101867-0.639561 6.235713z" fill="#C2C5CF" ></path><path d="M665.494473 1023.648242l306.988945-306.988945h-275.01093a31.978015 31.978015 0 0 0-31.978015 31.978015V1023.648242z" fill="#FFFFFF" opacity=".5" ></path><path d="M486.097808 644.804697c14.358129 0 26.733621 4.700768 36.518893 14.134282 9.113734 9.433514 14.326151 21.553182 14.326151 36.390982 0 14.805821-5.212416 27.597027-14.965711 37.030541a49.342077 49.342077 0 0 1-35.879333 14.134283c-14.326151 0-26.062082-5.372307-35.815377-14.805821-9.785273-9.433514-14.358129-21.553182-14.358129-36.359003 0-14.837799 4.572856-26.957467 14.390107-36.390982a49.246143 49.246143 0 0 1 35.815377-14.134282zM497.865717 256.175879c42.338892 0 76.875148 11.448129 102.969209 35.687465 26.030104 23.599775 39.077134 55.89757 39.077134 96.98932 0 33.67285-8.474174 61.301855-24.111423 82.855037-5.851977 6.715383-24.750984 24.942852-56.05746 53.211417-10.872525 9.273624-19.762413 20.753732-26.062083 33.67285-6.523515 13.462744-8.506152 14.326151-12.72725 33.896696-2.558241 20.274062-16.084942 29.195928-40.676035 26.733621-24.591094-2.494285-34.696146-19.410655-30.28318-50.845044a134.947224 134.947224 0 0 1 12.023733-32.009993c8.474174-18.195491 33.896696-46.464056 76.235588-85.541191l7.834614-9.433514c11.703954-14.805821 17.587908-30.954719 17.587908-47.807133 0-22.224721-6.523515-39.748673-18.259446-52.539879-12.375492-12.791206-29.9634-18.867029-52.124165-18.867029-28.68428 0-48.862407 8.761976-61.269877 27.597027-11.064393 15.509337-16.27681 37.734058-16.276809 66.034602-4.221098 23.343951-16.820436 35.015927-37.798014 35.015926-21.009556 0-33.161202-11.671976-36.486916-35.015926 0-49.885704 13.68659-88.898882 42.338892-117.199426C411.844857 270.310162 449.642871 256.175879 497.865717 256.175879z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-MP3" viewBox="0 0 1024 1024"><path d="M42.978452 32.329773v959.340454q0 3.165823 0.639561 6.235713 0.607582 3.101867 1.790768 6.011867 1.215165 2.878021 2.973956 5.532196 1.758791 2.590219 3.965274 4.82868 2.238461 2.238461 4.860658 3.965274 2.622197 1.758791 5.532197 2.973956 2.878021 1.215165 5.979888 1.822747 3.101867 0.607582 6.235713 0.607582h581.999876l306.988945-306.988945V991.670227a31.978015 31.978015 0 0 1-31.978015 31.978015q3.165823 0 6.235712-0.63956 3.101867-0.575604 6.011867-1.790769 2.909999-1.215165 5.532197-2.973956 2.622197-1.726813 4.82868-3.965274 2.238461-2.238461 3.997252-4.82868 1.758791-2.622197 2.941977-5.532196 1.215165-2.909999 1.822747-6.011867 0.63956-3.069889 0.639561-6.235713V32.329773q0-3.133845-0.639561-6.235713t-1.822747-6.011867q-1.183187-2.878021-2.941977-5.532196-1.758791-2.590219-3.997252-4.82868-2.238461-2.238461-4.82868-3.965274-2.622197-1.758791-5.532197-2.973956-2.909999-1.215165-6.011867-1.822747Q935.133096 0.351758 931.967273 0.351758h-857.010806q-3.133845 0-6.235713 0.63956-3.069889 0.575604-5.979888 1.790769-2.909999 1.215165-5.532197 2.973956-2.622197 1.726813-4.860658 3.965274-2.238461 2.238461-3.965274 4.82868-1.758791 2.622197-2.973956 5.532196-1.183187 2.909999-1.790768 6.011867-0.63956 3.101867-0.639561 6.235713z" fill="#2ECA81" ></path><path d="M665.494473 1023.648242l306.988945-306.988945h-275.01093a31.978015 31.978015 0 0 0-31.978015 31.978015V1023.648242z" fill="#FFFFFF" opacity=".5" ></path><path d="M713.877209 239.675223a26.573731 26.573731 0 0 0-24.303291-3.197801l-144.796453 52.539879c-37.030542 12.56736-59.990756 42.05109-59.990756 77.067016v183.617763c-77.898445-53.083505-186.527762 4.412966-185.984136 99.291737 6.587471 158.451065 232.544126 158.419087 239.099619 0v-282.941478c0-16.27681 15.125601-23.791643 24.111424-26.829555a23.983511 23.983511 0 0 0 0.63956-0.191868l109.39679-39.748673v49.022298a28.68428 28.68428 0 0 1-20.30604 27.501093l-42.85054 14.869777a26.541753 26.541753 0 1 0 17.428018 50.141527l42.658672-14.805821a81.671851 81.671851 0 0 0 56.217351-77.706576V261.388296a26.541753 26.541753 0 0 0-11.320218-21.745051z m-295.508837 475.672975a66.450315 66.450315 0 0 1-66.418338-66.354381c3.645494-88.067454 129.191181-88.035476 132.836675 0a66.450315 66.450315 0 0 1-66.418337 66.354381z" fill="#FFFFFF" ></path><path d="M733.191931 348.272563V261.420274q0-17.971644-14.741865-28.268566-14.709887-10.328899-31.658235-4.157142L542.059334 281.470489q-29.867466 10.137031-47.455374 32.71351-17.779776 22.864281-17.779777 51.836362v169.48348q-25.038786-13.238898-53.787021-14.038349-33.83274-0.95934-64.371744 15.31747-30.60296 16.27681-48.702517 44.897133-19.314721 30.539004-19.122854 67.313722V649.313597q2.494285 59.638998 41.8912 94.782837 35.591531 31.722191 85.669103 31.722191 50.077572 0 85.669102-31.754169 39.396915-35.143839 41.859222-94.750859v-283.261258q0-12.951096 18.675161-19.250765l0.79945-0.287802 98.684155-35.815377v37.606146q0 15.029667-14.326151 19.730435l-0.63956 0.191868-42.85054 14.901755q-13.494722 4.66879-19.730436 17.587908-6.267691 12.855162-1.566923 26.381863 4.700768 13.494722 17.587909 19.730435t26.41384 1.534945l42.658672-14.805821q27.501093-9.049778 44.577354-32.617575 17.044282-23.567797 17.012304-52.635813z m-15.989008-86.884267v86.916245q0 23.919555-13.974393 43.266254-14.006371 19.378677-36.870651 26.861533l-42.658672 14.837799q-7.259009 2.526263-14.198239-0.831429-6.907251-3.357692-9.433514-10.616701-2.558241-7.259009 0.79945-14.16626 3.357692-6.907251 10.648679-9.433515l42.882518-14.901755 0.31978-0.095934q11.352195-3.70945 18.355381-13.334832 6.971207-9.625383 6.971207-21.58516V287.834114l-120.17338 43.649991-0.383737 0.127912q-29.579664 9.945163-29.579664 34.408344v282.74961q-2.238461 52.763725-36.518893 83.334707-31.018675 27.692961-75.020423 27.692961-44.001749 0-75.020424-27.692961-34.31241-30.570982-36.550871-83.334707-0.127912-32.009993 16.628568-58.519768 15.861095-25.070764 42.69065-39.332959 26.861533-14.294173 56.441197-13.462744 31.338455 0.863406 57.720317 18.835051l12.471426 8.506152v-198.775342q0-23.471863 14.454063-42.019112 14.645931-18.771095 40.292299-27.501093l144.796452-52.571857q9.081756-3.293736 16.980326 2.238461 7.930548 5.564175 7.930548 15.189558z m-246.230716 440.1454q21.809006-21.777028 21.809006-52.539879v-0.351758q-1.439011-34.600212-24.463182-55.130098-20.78571-18.547249-49.949659-18.547249t-49.94966 18.547249q-23.024171 20.497908-24.463181 55.130098v0.351758q0 30.762851 21.809006 52.539879 21.809006 21.809006 52.603835 21.809006 30.762851 0 52.571857-21.809006z m5.819998-52.379989q-0.063956 24.015489-17.140216 41.091749-17.140216 17.108238-41.283617 17.108238-24.175379 0-41.283618-17.108238-17.07626-17.07626-17.140216-41.091749 1.183187-27.756917 19.090875-43.713947 16.244832-14.486041 39.332959-14.486041t39.332958 14.486041q17.907688 15.989008 19.090875 43.713947z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-a-zu3557" viewBox="0 0 1024 1024"><path d="M51.358346 31.989004v959.670113q0 3.166911 0.63978 6.237856 0.575802 3.102933 1.791384 6.013933 1.215582 2.87901 2.974977 5.534097 1.727406 2.591109 3.966637 4.83034 2.23923 2.23923 4.830339 3.966636 2.623098 1.759395 5.534098 2.974978 2.910999 1.215582 6.013933 1.823373 3.102933 0.607791 6.237855 0.607791h582.199869l307.094436-307.094436V991.659117a31.989004 31.989004 0 0 1-31.989003 31.989004q3.166911 0 6.237855-0.63978 3.102933-0.575802 6.013933-1.791384 2.87901-1.215582 5.534098-2.974978 2.623098-1.727406 4.830339-3.966636 2.23923-2.23923 3.998626-4.83034 1.727406-2.623098 2.942988-5.534097 1.215582-2.910999 1.823373-6.013933 0.607791-3.070944 0.607791-6.237856V31.989004q0-3.134922-0.63978-6.237856-0.575802-3.102933-1.791384-6.013933-1.215582-2.87901-2.942988-5.534097-1.759395-2.591109-3.998626-4.83034-2.23923-2.23923-4.830339-3.966636-2.623098-1.759395-5.534098-2.974978-2.910999-1.215582-6.013933-1.823373Q943.851551 0 940.652651 0H83.347349q-3.134922 0-6.237855 0.63978-3.102933 0.575802-6.013933 1.791384-2.87901 1.215582-5.534098 2.974978-2.591109 1.727406-4.830339 3.966636-2.23923 2.23923-3.966637 4.83034-1.759395 2.623098-2.974977 5.534097-1.215582 2.910999-1.823373 6.013933Q51.358346 28.854081 51.358346 31.989004z" fill="#FF5252" ></path><path d="M665.547218 1023.648121l307.094436-307.094436h-275.105432a31.989004 31.989004 0 0 0-31.989004 31.989003V1023.648121z" fill="#FFFFFF" opacity=".5" ></path><path d="M696.704508 638.02068a181.121739 181.121739 0 0 1-105.179845-42.737309c-58.251976 12.795602-113.688919 31.349224-169.125863 54.157384C378.285964 727.813814 337.116116 767.736091 301.576333 767.736091c-7.101559 0-15.642623-1.439505-21.336665-5.694043A42.001562 42.001562 0 0 1 256.08797 723.559276c0-12.827591 2.847021-48.463341 137.872606-106.90725 31.285246-57.004405 55.436944-115.448315 75.334104-176.739246-17.050139-34.196245-53.997438-118.295336-28.438224-161.032645 8.541064-15.674612 25.591203-24.247665 44.080847-22.80816 14.203118 0 28.406235 7.133548 36.947299 18.521633 18.489644 25.655181 17.050139 79.812564-7.101559 159.625129a429.740277 429.740277 0 0 0 88.129706 114.040799c29.845741-5.726032 59.691481-9.980569 89.56921-9.980569 66.761051 1.407516 76.74162 32.75674 75.302115 51.310362 0 48.431352-46.89588 48.431352-71.079566 48.431351zM298.729312 726.438287l4.254537-1.439505c19.89716-7.101559 35.539783-21.368655 46.927869-39.890288-21.336666 8.541064-38.386805 22.80816-51.182406 41.329793z m189.055012-427.597014h-4.286526c-1.407516 0-4.254538 0-5.662054 1.439505-5.694043 24.215676-1.439505 49.902846 8.509075 72.679017 8.541064-24.215676 8.541064-49.902846 1.439505-74.118522z m9.916591 206.648965l-1.407516 2.87901-1.407516-1.439505c-12.795602 32.788729-26.998719 65.577458-42.641342 96.926681l2.847021-1.407516v2.847022a826.435913 826.435913 0 0 1 96.638781-28.502203l-1.407516-1.439505h4.254537a436.521946 436.521946 0 0 1-56.84446-69.831995z m193.341539 75.558027c-12.795602 0-24.183687 0-36.979288 2.87901 14.235107 7.101559 28.470213 9.94858 42.641342 11.388085 9.94858 1.407516 19.89716 0 28.470213-2.87901 0-4.254538-5.726032-11.388085-34.132267-11.388085z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-MAK" viewBox="0 0 1024 1024"><path d="M51.358346 31.989004v959.670113q0 3.166911 0.63978 6.237856 0.575802 3.102933 1.791384 6.013933 1.215582 2.87901 2.974977 5.534097 1.727406 2.591109 3.966637 4.83034 2.23923 2.23923 4.830339 3.966636 2.623098 1.759395 5.534098 2.974978 2.910999 1.215582 6.013933 1.823373 3.102933 0.607791 6.237855 0.607791h582.199869l307.094436-307.094436V991.659117a31.989004 31.989004 0 0 1-31.989003 31.989004q3.166911 0 6.237855-0.63978 3.102933-0.575802 6.013933-1.791384 2.87901-1.215582 5.534098-2.974978 2.623098-1.727406 4.830339-3.966636 2.23923-2.23923 3.998626-4.83034 1.727406-2.623098 2.942988-5.534097 1.215582-2.910999 1.823373-6.013933 0.607791-3.070944 0.607791-6.237856V31.989004q0-3.134922-0.63978-6.237856-0.575802-3.102933-1.791384-6.013933-1.215582-2.87901-2.942988-5.534097-1.759395-2.591109-3.998626-4.83034-2.23923-2.23923-4.830339-3.966636-2.623098-1.759395-5.534098-2.974978-2.910999-1.215582-6.013933-1.823373Q943.851551 0 940.652651 0H83.347349q-3.134922 0-6.237855 0.63978-3.102933 0.575802-6.013933 1.791384-2.87901 1.215582-5.534098 2.974978-2.591109 1.727406-4.830339 3.966636-2.23923 2.23923-3.966637 4.83034-1.759395 2.623098-2.974977 5.534097-1.215582 2.910999-1.823373 6.013933Q51.358346 28.854081 51.358346 31.989004z" fill="#FF8040" ></path><path d="M665.547218 1023.648121l307.094436-307.094436h-275.105432a31.989004 31.989004 0 0 0-31.989004 31.989003V1023.648121z" fill="#FFFFFF" opacity=".5" ></path><path d="M353.654431 329.262816l158.345569 158.345569 158.31358-158.345569a31.925026 31.925026 0 0 1 25.335291-9.212833l2.55912 0.383868A31.989004 31.989004 0 0 1 735.923026 351.879042l-0.095967 319.890037a31.989004 31.989004 0 1 1-63.978007 0l0.095967-253.6728-137.360782 137.328794a31.989004 31.989004 0 0 1-40.817969 3.710724l-4.478461-3.710724-137.232826-137.360783V671.769079a31.989004 31.989004 0 1 1-63.978007 0V351.879042a31.989004 31.989004 0 0 1 31.989003-31.989004l5.758021 0.543813 2.463153-0.383868a31.925026 31.925026 0 0 1 25.335291 9.212833z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-a-zu3556" viewBox="0 0 1024 1024"><path d="M51.358346 31.989004v959.670113q0 3.166911 0.63978 6.237856 0.575802 3.102933 1.791384 6.013933 1.215582 2.87901 2.974977 5.534097 1.727406 2.591109 3.966637 4.83034 2.23923 2.23923 4.830339 3.966636 2.623098 1.759395 5.534098 2.974978 2.910999 1.215582 6.013933 1.823373 3.102933 0.607791 6.237855 0.607791h582.199869l307.094436-307.094436V991.659117a31.989004 31.989004 0 0 1-31.989003 31.989004q3.166911 0 6.237855-0.63978 3.102933-0.575802 6.013933-1.791384 2.87901-1.215582 5.534098-2.974978 2.623098-1.727406 4.830339-3.966636 2.23923-2.23923 3.998626-4.83034 1.727406-2.623098 2.942988-5.534097 1.215582-2.910999 1.823373-6.013933 0.607791-3.070944 0.607791-6.237856V31.989004q0-3.134922-0.63978-6.237856-0.575802-3.102933-1.791384-6.013933-1.215582-2.87901-2.942988-5.534097-1.759395-2.591109-3.998626-4.83034-2.23923-2.23923-4.830339-3.966636-2.623098-1.759395-5.534098-2.974978-2.910999-1.215582-6.013933-1.823373Q943.851551 0 940.652651 0H83.347349q-3.134922 0-6.237855 0.63978-3.102933 0.575802-6.013933 1.791384-2.87901 1.215582-5.534098 2.974978-2.591109 1.727406-4.830339 3.966636-2.23923 2.23923-3.966637 4.83034-1.759395 2.623098-2.974977 5.534097-1.215582 2.910999-1.823373 6.013933Q51.358346 28.854081 51.358346 31.989004z" fill="#FF8040" ></path><path d="M665.547218 1023.648121l307.094436-307.094436h-275.105432a31.989004 31.989004 0 0 0-31.989004 31.989003V1023.648121z" fill="#FFFFFF" opacity=".5" ></path><path d="M574.538502 307.094436c76.357752-0.31989 139.216144 55.724845 142.095155 126.676455 2.87901 70.95161-55.308988 131.218894-131.474805 136.209178l-10.62035 0.31989h-196.50845v164.519447c0 18.201743-15.834557 32.916685-35.379838 32.916685-19.513292 0-35.379838-14.714942-35.379838-32.916685V537.415264c0-18.169754 15.834557-32.916685 35.379838-32.916685h231.920277c37.427134 0 68.360501-27.190653 70.567743-61.930712 2.175252-34.772047-25.111368-65.097623-62.31458-69.192215l-8.285152-0.479835h-231.888288c-19.513292 0-35.379838-14.714942-35.379838-32.884696 0-18.169754 15.834557-32.916685 35.379838-32.916685h231.920277z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-a-ziyuan1" viewBox="0 0 1024 1024"><path d="M51.2 32v960c0 17.6 14.4 32 32 32h582.4l307.2-307.2V992 32c0-17.6-14.4-32-32-32H83.2c-17.6 0-32 14.4-32 32z" fill="#001D26" ></path><path d="M940.8 1024zM972.8 716.8V32c0-17.6-14.4-32-32-32H83.2c-17.6 0-32 14.4-32 32v960c0 17.6 14.4 32 32 32h582.4l307.2-307.2v0z m-328.32 256H102.4V51.2h819.2v644.48l-21.12 21.12H697.6c-17.6 0-32 14.4-32 32v202.88l-21.12 21.12z m328.32-256z" fill="#00C8FF" ></path><path d="M800 583.36c0-53.76-42.24-69.76-83.84-79.68-42.24-9.92-84.48-14.4-84.48-43.84 0-23.68 30.72-27.84 47.36-27.84 24.96 0 47.68 8 52.8 36.48h59.84c-7.04-60.8-55.36-83.84-108.48-83.84-47.36 0-108.48 18.56-108.48 78.08 0 55.36 41.28 71.36 83.52 80.64 41.6 9.92 83.52 13.76 84.8 45.44 1.6 31.04-36.16 35.84-57.92 35.84-30.72 0-55.68-12.8-58.88-47.36h-57.28c0.96 64.32 49.6 95.04 114.88 95.04 53.76 0 116.16-23.68 116.16-88.64zM414.08 288H256v376.64h62.72v-144.64h95.36c102.4 0.64 121.92-69.12 121.92-115.52S516.48 288 414.08 288z m-3.52 178.24H318.72v-124.48h92.8c33.28 0 61.76 12.8 61.76 62.4s-34.56 62.4-62.72 62.4z" fill="#00C8FF" ></path></symbol><symbol id="jvs-public-saml" viewBox="0 0 1024 1024"><path d="M0 832a192 192 0 0 0 192 192h640a192 192 0 0 0 192-192V192a192 192 0 0 0-192-192H192a192 192 0 0 0-192 192v640z" fill="#FBF0F1" ></path><path d="M555.008 140.64c-37.664 18.848-102.112 163.296-132 234.08 19.072-43.392 98.304-144.32 136.32-138.24 64.16 1.92 161.504 169.536 200.672 253.92a1310.688 1310.688 0 0 0-89.344-190.72 907.2 907.2 0 0 0-115.648-158.976v-0.064z" fill="#CB3939" ></path><path d="M718.816 579.296c3.968-42.976-82.88-174.56-126.048-237.44 26.144 39.264 68.896 161.216 44.096 191.424-34.976 55.264-224.992 53.504-315.52 44 67.648 12.672 136.224 19.616 205.024 20.768a860.16 860.16 0 0 0 192.48-18.752h-0.032z" fill="#CB3939" ></path><path d="M264 487.2c34.944 23.808 188.992 7.04 263.36-2.432-46.016 5.248-170.976-13.44-185.28-50.144-31.008-57.728 59.968-229.056 110.784-306.624a1298.72 1298.72 0 0 0-114.432 176.192 922.592 922.592 0 0 0-74.432 183.04z" fill="#CB3939" ></path><path d="M432.544 687.488a28.288 28.288 0 0 1 29.088 18.688c20.672 48.096 40.384 96.704 60.928 144.96 4.256 10.016 0 11.136-7.872 11.296-13.76 0-28.384 0.896-32.384-16.672-4.832-21.216-16.96-28.256-37.024-24.64a71.04 71.04 0 0 1-12.256 0l-0.064 0.288a77.184 77.184 0 0 1-13.76 0c-16.832-3.072-26.752 3.648-30.88 20.608a35.296 35.296 0 0 1-6.912 14.112c-9.216 10.944-22.464 8.64-32.448 4.096-6.4-2.88 1.28-12.224 3.712-18.016 18.048-44.768 37.088-89.056 54.784-134.176 4.96-12.576 11.296-19.712 25.088-20.544z m327.584 12.192c4.896-18.4 19.2-8.64 29.056-9.024 9.856-0.416 5.6 10.016 5.664 15.616 0.544 29.216 0 58.56 0.48 87.84 0.64 33.056 8.48 40.672 41.344 41.28 10.496 0.512 21.024 0.32 31.488-0.48 11.392-1.184 12.064 5.056 11.808 14.144-0.32 9.12 0.896 15.136-11.232 14.56-25.6-1.184-51.296 0-76.64-5.12l-3.52-2.784-6.912-3.456a47.392 47.392 0 0 1-18.368-35.328c-0.896-10.656-2.144-21.184-3.2-32v-56.96a24.64 24.64 0 0 0 0-14.144v-14.144z m-202.368-11.424c36.896-0.928 36.8-0.928 48.864 35.328 10.432 30.912 20.672 61.792 32.384 95.552a136.32 136.32 0 0 0 16-43.808c9.12-20.928 16.32-42.688 21.504-64.96 4.064-20.064 17.376-24.096 34.464-21.184a21.312 21.312 0 0 0 6.912 0c13.76-2.24 17.76 3.104 17.6 17.568-0.672 50.24 0 100.576 0.448 150.848l-4.224 4.256-27.552-0.64-1.248-3.616v-114.4l-4.832-0.512-21.984 71.776a272 272 0 0 0-10.624 30.304c-4.608 19.328-19.264 15.808-32.64 17.44-15.104 1.824-14.496-9.6-17.44-18.496a1035.712 1035.712 0 0 0-38.112-102.272v100.864c0 12.48-18.336 23.776-29.984 19.008-5.44-2.304-4.192-6.592-4.192-10.464v-151.072c0-8.416 2.752-12.448 11.136-11.52a18.432 18.432 0 0 0 3.52 0z m-340.384 1.664c34.976-4.448 70.24-1.12 105.312-1.824 12.352 0 7.68 9.536 8.16 15.68 0.448 6.144 2.336 14.816-9.408 14.56a1454.336 1454.336 0 0 0-63.264 0 230.24 230.24 0 0 0-26.24 1.952 18.496 18.496 0 0 0-13.664 7.2 19.52 19.52 0 0 0-3.776 15.2c0.704 12.704 8.416 17.664 19.776 18.24 21.088 0.96 42.176 1.76 63.2 2.816 30.72 1.472 43.264 14.816 43.84 46.048 0.416 29.664-16.64 50.08-44.384 51.712-16.96 0.96-33.984 0-50.944 0v0.64c-16.384 0-32.864-0.64-49.216 0-11.2 0.608-11.904-5.024-11.904-14.08 0-9.056 0-16.32 12.48-15.904 25.152 0.928 50.368 0 75.808 0.512 7.104 0.544 14.24-0.832 20.672-3.968a19.52 19.52 0 0 0 10.112-21.184 16.736 16.736 0 0 0-15.68-15.36 208.576 208.576 0 0 0-41.984-1.984 250.88 250.88 0 0 1-26.336-0.704c-26.656-2.912-43.136-20-43.904-44.736-0.96-29.568 14.496-51.328 41.344-54.816z m206.912 54.496c-19.456 49.6-19.456 49.632 36.8 44.928h-0.064a24437.12 24437.12 0 0 1-26.88-69.216c-4.224 10.24-6.912 17.184-9.856 24.288z" fill="#CB3939" ></path></symbol><symbol id="jvs-public-zhengque" viewBox="0 0 1024 1024"><path d="M64 512a448 448 0 1 0 896 0 448 448 0 1 0-896 0Z" fill="#36B452" ></path><path d="M798.208 364.352l-329.792 358.464a38.08 38.08 0 0 1-44.672 9.728 42.752 42.752 0 0 1-13.76-9.728L225.152 521.92a48.448 48.448 0 0 1 0-63.488 39.552 39.552 0 0 1 58.432 0l155.968 169.6L740.48 300.8a39.552 39.552 0 0 1 58.368 0 47.616 47.616 0 0 1-0.64 63.488z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-guanbi-jinyong" viewBox="0 0 1024 1024"><path d="M619.52 544.448l324.672-324.928a53.632 53.632 0 0 0 0-75.776 53.376 53.376 0 0 0-75.712 0L543.872 468.672l-324.48-324.928a53.376 53.376 0 0 0-75.712 0 53.632 53.632 0 0 0 0 75.776l324.48 324.8-324.48 324.928a53.632 53.632 0 0 0 75.776 75.776l324.416-324.8 324.48 324.8a53.184 53.184 0 0 0 37.952 15.744 53.696 53.696 0 0 0 37.76-91.52l-324.48-324.8z" fill="#D7D8DB" ></path></symbol><symbol id="jvs-public-huifu" viewBox="0 0 1024 1024"><path d="M966.4 857.6c-6.4-25.6-12.8-57.6-25.6-89.6-19.2-64-44.8-128-76.8-179.2-44.8-76.8-102.4-140.8-166.4-185.6C627.2 352 550.4 326.4 460.8 320V160c0-19.2-6.4-25.6-19.2-32-12.8-12.8-25.6-6.4-38.4 6.4L70.4 486.4c-6.4 6.4-12.8 12.8-12.8 25.6s6.4 19.2 12.8 25.6l339.2 326.4c12.8 12.8 25.6 12.8 38.4 6.4 12.8-6.4 19.2-19.2 19.2-32v-185.6c108.8 0 192 12.8 249.6 38.4 76.8 32 140.8 96 185.6 192 6.4 12.8 19.2 19.2 32 19.2h12.8c12.8-12.8 19.2-25.6 19.2-44.8zM403.2 384c6.4 6.4 12.8 12.8 25.6 12.8 160 0 281.6 76.8 377.6 236.8 6.4 12.8 19.2 32 25.6 44.8-32-25.6-64-44.8-96-57.6-70.4-32-172.8-44.8-307.2-44.8-12.8 0-19.2 6.4-25.6 12.8-6.4 6.4-6.4 12.8-6.4 25.6v140.8L140.8 512l249.6-262.4v108.8c6.4 6.4 6.4 12.8 12.8 25.6z" fill="#363B4C" ></path></symbol><symbol id="jvs-public-a-zu3772" viewBox="0 0 1024 1024"><path d="M992 512A480 480 0 1 1 32 512a480 480 0 0 1 960 0z m-68.57142844 0q0-170.4-120.48-290.94857156Q682.4 100.57142844 512 100.57142844 341.6 100.57142844 221.05142844 221.05142844 100.57142844 341.6 100.57142844 512q0 170.4 120.48 290.94857156Q341.6 923.42857156 512 923.42857156q170.4 0 290.94857156-120.48Q923.42857156 682.4 923.42857156 512z" fill="#1E6FFF" ></path><path d="M306.28571469 512a205.71428531 205.71428531 0 1 0 411.42857062 0 205.71428531 205.71428531 0 1 0-411.42857062 0Z" fill="#1E6FFF" ></path></symbol><symbol id="jvs-public-a-yuanxing5biankuang" viewBox="0 0 1024 1024"><path d="M992 512A480 480 0 1 1 32 512a480 480 0 0 1 960 0z m-68.57142844 0q0-170.4-120.48-290.94857156Q682.4 100.57142844 512 100.57142844 341.6 100.57142844 221.05142844 221.05142844 100.57142844 341.6 100.57142844 512q0 170.4 120.48 290.94857156Q341.6 923.42857156 512 923.42857156q170.4 0 290.94857156-120.48Q923.42857156 682.4 923.42857156 512z" fill="#C2C5CF" ></path></symbol><symbol id="jvs-public-danchuangguanbi" viewBox="0 0 1024 1024"><path d="M512 64C264.96 64 64 264.96 64 512s200.96 448 448 448 448-200.96 448-448-200.96-448-448-448z m182.72 585.984a32 32 0 1 1-45.248 45.184l-137.6-137.984L373.76 693.76a32 32 0 1 1-44.928-45.504l137.856-136.384-137.408-137.856a32 32 0 1 1 45.312-45.184l137.6 137.984L650.24 330.24a32 32 0 1 1 44.992 45.504L557.376 512.128l137.344 137.856z" fill="#C2C5CF" ></path></symbol><symbol id="jvs-public-a-juxing2862biankuang" viewBox="0 0 1024 1024"><path d="M0 853.333333V170.666667a170.666667 170.666667 0 0 1 170.666667-170.666667h682.666666a170.666667 170.666667 0 0 1 170.666667 170.666667v682.666666a170.666667 170.666667 0 0 1-170.666667 170.666667H170.666667a170.666667 170.666667 0 0 1-170.666667-170.666667z m85.333333 0q0 35.328 25.002667 60.330667T170.666667 938.666667h682.666666q35.328 0 60.330667-25.002667T938.666667 853.333333V170.666667q0-35.328-25.002667-60.330667T853.333333 85.333333H170.666667q-35.328 0-60.330667 25.002667T85.333333 170.666667v682.666666z" fill="#C2C5CF" ></path></symbol><symbol id="jvs-public-a-zu3739" viewBox="0 0 1024 1024"><path d="M0 853.333333V170.666667a170.666667 170.666667 0 0 1 170.666667-170.666667h682.666666a170.666667 170.666667 0 0 1 170.666667 170.666667v682.666666a170.666667 170.666667 0 0 1-170.666667 170.666667H170.666667a170.666667 170.666667 0 0 1-170.666667-170.666667z" fill="#1E6FFF" ></path><path d="M0 853.333333V170.666667a170.666667 170.666667 0 0 1 170.666667-170.666667h682.666666a170.666667 170.666667 0 0 1 170.666667 170.666667v682.666666a170.666667 170.666667 0 0 1-170.666667 170.666667H170.666667a170.666667 170.666667 0 0 1-170.666667-170.666667z m85.333333 0q0 35.328 25.002667 60.330667T170.666667 938.666667h682.666666q35.328 0 60.330667-25.002667T938.666667 853.333333V170.666667q0-35.328-25.002667-60.330667T853.333333 85.333333H170.666667q-35.328 0-60.330667 25.002667T85.333333 170.666667v682.666666z" fill="#1E6FFF" ></path><path d="M839.082667 343.296l-376.917334 409.6a43.52 43.52 0 0 1-51.029333 11.093333 48.896 48.896 0 0 1-15.701333-11.093333L184.32 523.434667a55.381333 55.381333 0 0 1 0-72.533334 45.226667 45.226667 0 0 1 66.730667 0l178.261333 193.706667 343.893333-373.76a45.226667 45.226667 0 0 1 66.730667 0c18.090667 20.48 18.090667 52.906667-0.768 72.533333z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-a-zu4701" viewBox="0 0 1024 1024"><path d="M397.76 756.672a36.48 36.48 0 0 1-2.688-51.776l2.688-2.752 205.632-190.72-207.04-189.44a36.48 36.48 0 0 1-3.008-51.712l2.624-2.816a44.032 44.032 0 0 1 55.872-2.816l2.944 2.496 236.8 216.704c15.36 14.08 16.64 36.672 2.816 52.096l-2.56 2.56-235.264 218.24a43.904 43.904 0 0 1-58.88 0h0.064z" fill="#6F7588" ></path></symbol><symbol id="jvs-public-a-zu4701-copy" viewBox="0 0 1024 1024"><path d="M626.24 267.328a36.48 36.48 0 0 1 2.688 51.77600001l-2.688 2.75199999-205.632 190.72 207.04 189.43999999a36.48 36.48 0 0 1 3.008 51.71200001l-2.624 2.816a44.032 44.032 0 0 1-55.872 2.816l-2.944-2.496-236.8-216.704c-15.36-14.08-16.64-36.672-2.816-52.096l2.56000001-2.56 235.26399999-218.24a43.904 43.904 0 0 1 58.88 0l-0.064 0z" fill="#6F7588" ></path></symbol><symbol id="jvs-public-shanchu1" viewBox="0 0 1024 1024"><path d="M855.296 326.464v534.336q0 41.088-29.952 70.208-30.08 29.056-71.936 28.992H334.528q-42.112 0-71.872-28.992-29.824-28.8-29.952-70.208V326.4h-61.056q-18.048 0-30.784-12.416Q128 301.568 128 283.776q0-17.728 12.864-30.208 12.8-12.416 30.72-12.416h187.2l8.32-65.92q2.56-20.48 18.56-33.92 15.744-13.44 36.608-13.312h252.16v0.64q15.36 2.176 27.712 12.608 15.872 13.504 18.56 33.92l8.448 65.92h187.2q17.984 0 30.72 12.48 12.928 12.48 12.928 30.208 0 17.792-12.864 30.272-12.8 12.416-30.72 12.416h-61.12z m-214.144-85.312l-3.584-27.84H450.432l-3.584 27.84h194.304zM768 326.4H320v534.272q0 5.696 4.16 9.792 4.288 4.096 10.368 4.096h418.944q6.08 0 10.368-4.096 4.16-4.032 4.16-9.792V326.4z m-314.24 474.368q-12.416-2.368-22.016-11.648-12.8-12.48-12.8-30.208V487.424q0-17.728 12.8-30.208 12.8-12.416 30.784-12.416 17.984 0 30.784 12.416 12.864 12.48 12.864 30.208v271.552q0 17.728-12.864 30.272-12.8 12.352-30.72 12.352H453.76v-0.768z m162.944 0q-12.48-2.368-22.016-11.648-12.864-12.48-12.864-30.208V487.424q0-17.728 12.8-30.208 12.8-12.416 30.848-12.416 17.92 0 30.72 12.416 12.928 12.48 12.928 30.208v271.552q0 17.728-12.928 30.272-12.736 12.352-30.72 12.352h-8.768v-0.768z" fill="#363B4C" ></path></symbol><symbol id="jvs-public-xitongshezhi" viewBox="0 0 1024 1024"><path d="M528.603429 373.248c-76.434286 0-139.044571 62.793143-139.044572 139.702857 0 76.8 62.573714 139.702857 139.044572 139.702857 76.434286 0 139.044571-62.829714 139.044571-139.702857 0-76.909714-62.573714-139.702857-139.044571-139.702857zM417.353143 146.285714c13.897143 0 29.513143 5.229714 38.253714 14.006857 10.422857 12.178286 46.921143 43.629714 74.715429 43.629715 27.794286 0 64.292571-31.451429 74.752-41.910857 8.704-10.496 24.32-15.725714 38.217143-15.725715 8.704 0 13.897143 0 20.882285 3.510857h1.718857l95.561143 54.125715h1.718857a52.297143 52.297143 0 0 1 17.334858 61.074285q-8.704 19.273143-8.704 36.681143a93.622857 93.622857 0 0 0 93.805714 94.244572h3.474286c17.334857 0 31.232 15.725714 36.498285 40.118857 1.718857 1.718857 8.704 43.666286 8.704 76.8q0 34.889143-8.704 76.8c-3.474286 24.429714-19.090286 40.155429-36.498285 40.155428h-3.474286a93.622857 93.622857 0 0 0-93.805714 94.208q0 17.444571 8.704 36.717715c8.740571 20.955429 1.755429 45.348571-17.334858 59.355428h-1.718857l-95.561143 54.125715h-1.718857a62.793143 62.793143 0 0 1-19.053714 3.510857c-15.616 0-31.268571-6.948571-39.972571-17.444572-10.422857-12.178286-48.64-45.348571-76.434286-45.348571-26.075429 0-60.854857 31.451429-74.752 45.348571a49.737143 49.737143 0 0 1-38.253714 17.444572c-8.704 0-13.897143 0-20.845715-3.510857h-1.755428L299.300571 821.76h-1.718857a52.150857 52.150857 0 0 1-17.554285-61.001143q8.777143-19.236571 8.777142-36.681143a93.622857 93.622857 0 0 0-93.842285-94.244571h-3.437715c-17.371429 0-31.268571-15.725714-36.534857-40.118857-1.718857-1.718857-8.704-43.629714-8.704-76.8 0-31.451429 6.985143-73.289143 8.704-76.8 3.474286-24.393143 19.090286-40.118857 36.534857-40.118857h1.718858a93.622857 93.622857 0 0 0 93.805714-94.244572q0-17.444571-8.704-36.681143a49.883429 49.883429 0 0 1 17.334857-59.355428h1.718857l99.108572-55.844572h1.682285A58.88 58.88 0 0 1 417.353143 146.285714z" fill="#6F7588" ></path></symbol><symbol id="jvs-public-gengduocaozuo" viewBox="0 0 1024 1024"><path d="M726.4256 595.2q-3.2768 0-6.5536-0.3584-3.328-0.3072-6.5536-0.9728-3.2256-0.6144-6.4-1.5872-3.1232-0.9728-6.1952-2.2016-3.072-1.28-5.9392-2.816-2.9184-1.536-5.632-3.4304-2.7648-1.792-5.3248-3.8912-2.56-2.0992-4.9152-4.4544-2.304-2.304-4.4032-4.864-2.0992-2.56-3.9424-5.3248-1.8432-2.7136-3.3792-5.632-1.536-2.9184-2.816-5.9904-1.28-3.072-2.2528-6.144-0.9216-3.1744-1.536-6.4512-0.6656-3.2256-1.024-6.5024-0.3072-3.2768-0.3072-6.6048 0-3.2768 0.3072-6.5536 0.3584-3.328 1.024-6.5536 0.6144-3.2256 1.536-6.4 1.024-3.1232 2.2528-6.144 1.2288-3.072 2.816-5.9904 1.536-2.9184 3.3792-5.632 1.8432-2.7648 3.9424-5.3248 2.048-2.56 4.4032-4.9152 2.3552-2.304 4.9152-4.4032 2.56-2.0992 5.2736-3.9424 2.7648-1.8432 5.632-3.3792 2.9184-1.536 5.9904-2.816 3.072-1.28 6.1952-2.2016 3.1744-1.024 6.4-1.6384t6.5536-0.9728Q723.1488 460.8 726.4256 460.8q3.328 0 6.6048 0.3072 3.2768 0.3584 6.5024 1.024 3.2256 0.6144 6.4 1.536 3.1744 1.024 6.1952 2.2528 3.072 1.28 5.9904 2.816 2.9184 1.536 5.632 3.3792 2.7648 1.8432 5.3248 3.9424 2.56 2.048 4.864 4.4032 2.3552 2.3552 4.4544 4.9152 2.048 2.56 3.8912 5.2736 1.8432 2.7648 3.4304 5.632 1.536 2.9696 2.816 5.9904 1.2288 3.072 2.2016 6.1952 0.9728 3.1744 1.5872 6.4 0.6656 3.2256 1.024 6.5536 0.256 3.2768 0.256 6.5536 0 3.328-0.3072 6.6048t-0.9728 6.5024q-0.6144 3.2768-1.5872 6.4-0.9728 3.1744-2.2016 6.1952-1.28 3.072-2.816 5.9904-1.536 2.9184-3.4304 5.632-1.792 2.7648-3.8912 5.3248-2.0992 2.56-4.4544 4.864-2.304 2.3552-4.864 4.4544-2.56 2.048-5.3248 3.8912-2.7136 1.8432-5.632 3.4304-2.9184 1.536-5.9904 2.816-3.072 1.2288-6.144 2.2016-3.2256 0.9728-6.4512 1.5872-3.2256 0.6656-6.5024 1.024-3.2768 0.3072-6.6048 0.3072z m-201.5232 0q-3.328 0-6.6048-0.3584-3.2768-0.3072-6.5024-0.9728-3.2768-0.6144-6.4-1.5872-3.1744-0.9728-6.2464-2.2016-3.072-1.28-5.9392-2.816-2.9184-1.536-5.632-3.4304-2.7648-1.792-5.3248-3.8912-2.56-2.0992-4.864-4.4544-2.3552-2.304-4.4544-4.864-2.048-2.56-3.8912-5.3248-1.8432-2.7136-3.4304-5.632-1.536-2.9184-2.816-5.9904-1.2288-3.072-2.2016-6.144-0.9728-3.1744-1.5872-6.4512-0.6656-3.2256-1.024-6.5024-0.3072-3.2768-0.3072-6.6048 0-3.2768 0.3584-6.5536 0.3072-3.328 0.9728-6.5536 0.6144-3.2256 1.536-6.4 1.024-3.1232 2.2528-6.144 1.28-3.072 2.816-5.9904 1.536-2.9184 3.4304-5.632 1.792-2.7648 3.8912-5.3248 2.0992-2.56 4.4544-4.9152 2.304-2.304 4.864-4.4032 2.56-2.0992 5.3248-3.9424 2.7136-1.8432 5.632-3.3792 2.9184-1.536 5.9392-2.816 3.072-1.28 6.2464-2.2016 3.1232-1.024 6.4-1.6384 3.2256-0.6144 6.5024-0.9728 3.2768-0.3072 6.6048-0.3072 3.2768 0 6.5536 0.3072 3.2768 0.3584 6.5536 1.024 3.2256 0.6144 6.4 1.536 3.1232 1.024 6.144 2.2528 3.072 1.28 5.9904 2.816 2.9184 1.536 5.632 3.3792 2.7648 1.8432 5.3248 3.9424 2.56 2.048 4.9152 4.4032 2.304 2.3552 4.4032 4.9152 2.0992 2.56 3.9424 5.2736 1.8432 2.7648 3.3792 5.632 1.536 2.9696 2.816 5.9904 1.28 3.072 2.2016 6.1952 1.024 3.1744 1.6384 6.4t0.9728 6.5536q0.3072 3.2768 0.3072 6.5536 0 3.328-0.3072 6.6048-0.3584 3.2768-1.024 6.5024-0.6144 3.2768-1.536 6.4-1.024 3.1744-2.2528 6.1952-1.28 3.072-2.816 5.9904-1.536 2.9184-3.3792 5.632-1.8432 2.7648-3.9424 5.3248-2.048 2.56-4.4032 4.864-2.3552 2.3552-4.9152 4.4544-2.56 2.048-5.2736 3.8912-2.7648 1.8432-5.632 3.4304-2.9696 1.536-5.9904 2.816-3.072 1.2288-6.1952 2.2016-3.1744 0.9728-6.4 1.5872-3.2768 0.6656-6.5536 1.024-3.2768 0.3072-6.5536 0.3072zM323.1744 460.8a67.2256 67.2256 0 1 1 0 134.4512 67.2256 67.2256 0 0 1 0-134.4512z" fill="#6F7588" ></path></symbol><symbol id="jvs-public-sousuo" viewBox="0 0 1024 1024"><path d="M498.944 838.336c-206.72 0-370.944-171.52-370.944-387.2C128 235.52 292.288 64 498.944 64c206.72 0 370.944 171.456 370.944 387.2 0 215.68-164.288 387.136-370.944 387.136z m0-110.656c148.416 0 264.96-121.6 264.96-276.48 0-154.88-116.544-276.608-264.96-276.608-148.352 0-264.96 121.728-264.96 276.544 0 154.88 116.608 276.544 264.96 276.544z m312.64 0L960 882.56 885.76 960l-148.352-154.88 74.24-77.44z" fill="#6F7588" ></path></symbol><symbol id="jvs-public-fanhuishangyiji" viewBox="0 0 1024 1024"><path d="M295.424 576.8704h584.448c29.0304 0 52.5312-23.3984 52.5312-52.224v-2.8672c0-28.8256-23.552-52.224-52.5312-52.224H294.0928l175.104-175.6672a51.9168 51.9168 0 0 0 0-73.3184L468.7872 220.16a52.3776 52.3776 0 0 0-73.6256-0.512l-0.512 0.512-284.672 285.696a26.0096 26.0096 0 0 0 0 36.7104l55.7056 55.9104 224.512 225.0752c20.3776 20.48 53.6576 20.6336 74.24 0.4096l0.4608-0.4096 1.6896-1.6896a51.8656 51.8656 0 0 0 0-73.4208l-171.2128-171.5712z" fill="#363B4C" ></path></symbol><symbol id="jvs-public-xitongtiaozhuan" viewBox="0 0 1024 1024"><path d="M658.285714 329.142857V219.428571q0-3.584 0.731429-7.131428 0.658286-3.547429 2.048-6.875429 1.389714-3.291429 3.401143-6.326857 1.974857-2.962286 4.534857-5.522286 2.56-2.56 5.522286-4.534857 2.998857-2.011429 6.326857-3.401143 3.328-1.389714 6.875428-2.084571Q691.2 182.857143 694.857143 182.857143h109.714286q3.620571 0 7.131428 0.731428 3.547429 0.658286 6.875429 2.048 3.291429 1.389714 6.326857 3.401143 2.962286 1.974857 5.522286 4.534857 2.56 2.56 4.534857 5.522286 2.011429 2.998857 3.401143 6.326857 1.389714 3.328 2.084571 6.875429Q841.142857 215.844571 841.142857 219.428571v109.714286q0 3.584-0.731428 7.131429-0.658286 3.547429-2.048 6.875428-1.389714 3.291429-3.401143 6.326857-1.974857 2.962286-4.534857 5.522286-2.56 2.56-5.522286 4.534857-2.998857 2.011429-6.326857 3.401143-3.328 1.389714-6.875429 2.084572Q808.228571 365.714286 804.571429 365.714286h-109.714286q-3.620571 0-7.131429-0.731429-3.547429-0.658286-6.875428-2.048-3.291429-1.389714-6.326857-3.401143-2.962286-1.974857-5.522286-4.534857-2.56-2.56-4.534857-5.522286-2.011429-2.998857-3.401143-6.326857-1.389714-3.328-2.084572-6.875428Q658.285714 332.726857 658.285714 329.142857z m0 256v-109.714286q0-3.584 0.731429-7.131428 0.658286-3.547429 2.048-6.875429 1.389714-3.291429 3.401143-6.326857 1.974857-2.962286 4.534857-5.522286 2.56-2.56 5.522286-4.534857 2.998857-2.011429 6.326857-3.401143 3.328-1.389714 6.875428-2.084571Q691.2 438.857143 694.857143 438.857143h109.714286q3.620571 0 7.131428 0.731428 3.547429 0.658286 6.875429 2.048 3.291429 1.389714 6.326857 3.401143 2.962286 1.974857 5.522286 4.534857 2.56 2.56 4.534857 5.522286 2.011429 2.998857 3.401143 6.326857 1.389714 3.328 2.084571 6.875429 0.694857 3.547429 0.694857 7.131428v109.714286q0 3.620571-0.731428 7.131429-0.658286 3.547429-2.048 6.875428-1.389714 3.291429-3.401143 6.326857-1.974857 2.962286-4.534857 5.522286-2.56 2.56-5.522286 4.534857-2.998857 2.011429-6.326857 3.401143-3.328 1.389714-6.875429 2.084572Q808.228571 621.714286 804.571429 621.714286h-109.714286q-3.620571 0-7.131429-0.731429-3.547429-0.658286-6.875428-2.048-3.291429-1.389714-6.326857-3.401143-2.962286-1.974857-5.522286-4.534857-2.56-2.56-4.534857-5.522286-2.011429-2.998857-3.401143-6.326857-1.389714-3.328-2.084572-6.875428Q658.285714 588.8 658.285714 585.142857z m0 256v-109.714286q0-3.620571 0.731429-7.131428 0.658286-3.547429 2.048-6.875429 1.389714-3.291429 3.401143-6.326857 1.974857-2.962286 4.534857-5.522286 2.56-2.56 5.522286-4.534857 2.998857-2.011429 6.326857-3.401143 3.328-1.389714 6.875428-2.084571Q691.2 694.857143 694.857143 694.857143h109.714286q3.620571 0 7.131428 0.731428 3.547429 0.658286 6.875429 2.048 3.291429 1.389714 6.326857 3.401143 2.962286 1.974857 5.522286 4.534857 2.56 2.56 4.534857 5.522286 2.011429 2.998857 3.401143 6.326857 1.389714 3.328 2.084571 6.875429Q841.142857 727.771429 841.142857 731.428571v109.714286q0 3.620571-0.731428 7.131429-0.658286 3.547429-2.048 6.875428-1.389714 3.291429-3.401143 6.326857-1.974857 2.962286-4.534857 5.522286-2.56 2.56-5.522286 4.534857-2.998857 2.011429-6.326857 3.401143-3.328 1.389714-6.875429 2.084572Q808.228571 877.714286 804.571429 877.714286h-109.714286q-3.620571 0-7.131429-0.731429-3.547429-0.658286-6.875428-2.048-3.291429-1.389714-6.326857-3.401143-2.962286-1.974857-5.522286-4.534857-2.56-2.56-4.534857-5.522286-2.011429-2.998857-3.401143-6.326857-1.389714-3.328-2.084572-6.875428Q658.285714 844.8 658.285714 841.142857zM402.285714 329.142857V219.428571q0-3.584 0.731429-7.131428 0.658286-3.547429 2.048-6.875429 1.389714-3.291429 3.401143-6.326857 1.974857-2.962286 4.534857-5.522286 2.56-2.56 5.522286-4.534857 2.998857-2.011429 6.326857-3.401143 3.328-1.389714 6.875428-2.084571Q435.273143 182.857143 438.857143 182.857143h109.714286q3.584 0 7.131428 0.731428 3.547429 0.658286 6.875429 2.048 3.291429 1.389714 6.326857 3.401143 2.998857 1.974857 5.522286 4.534857 2.56 2.56 4.534857 5.522286 2.011429 2.998857 3.401143 6.326857 1.389714 3.328 2.084571 6.875429Q585.142857 215.844571 585.142857 219.428571v109.714286q0 3.584-0.731428 7.131429-0.658286 3.547429-2.048 6.875428-1.389714 3.291429-3.364572 6.326857-2.011429 2.962286-4.571428 5.522286-2.56 2.56-5.522286 4.534857-2.998857 2.011429-6.326857 3.401143-3.328 1.389714-6.875429 2.084572Q552.155429 365.714286 548.571429 365.714286h-109.714286q-3.584 0-7.131429-0.731429-3.547429-0.658286-6.875428-2.048-3.291429-1.389714-6.326857-3.401143-2.962286-1.974857-5.522286-4.534857-2.56-2.56-4.534857-5.522286-2.011429-2.998857-3.401143-6.326857-1.389714-3.328-2.084572-6.875428Q402.285714 332.726857 402.285714 329.142857z m0 256v-109.714286q0-3.584 0.731429-7.131428 0.658286-3.547429 2.048-6.875429 1.389714-3.291429 3.401143-6.326857 1.974857-2.962286 4.534857-5.522286 2.56-2.56 5.522286-4.534857 2.998857-2.011429 6.326857-3.401143 3.328-1.389714 6.875428-2.084571Q435.273143 438.857143 438.857143 438.857143h109.714286q3.584 0 7.131428 0.731428 3.547429 0.658286 6.875429 2.048 3.291429 1.389714 6.326857 3.401143 2.998857 1.974857 5.522286 4.534857 2.56 2.56 4.534857 5.522286 2.011429 2.998857 3.401143 6.326857 1.389714 3.328 2.084571 6.875429 0.694857 3.547429 0.694857 7.131428v109.714286q0 3.620571-0.731428 7.131429-0.658286 3.547429-2.048 6.875428-1.389714 3.291429-3.364572 6.326857-2.011429 2.962286-4.571428 5.522286-2.56 2.56-5.522286 4.534857-2.998857 2.011429-6.326857 3.401143-3.328 1.389714-6.875429 2.084572Q552.155429 621.714286 548.571429 621.714286h-109.714286q-3.584 0-7.131429-0.731429-3.547429-0.658286-6.875428-2.048-3.291429-1.389714-6.326857-3.401143-2.962286-1.974857-5.522286-4.534857-2.56-2.56-4.534857-5.522286-2.011429-2.998857-3.401143-6.326857-1.389714-3.328-2.084572-6.875428Q402.285714 588.8 402.285714 585.142857z m0 256v-109.714286q0-3.620571 0.731429-7.131428 0.658286-3.547429 2.048-6.875429 1.389714-3.291429 3.401143-6.326857 1.974857-2.962286 4.534857-5.522286 2.56-2.56 5.522286-4.534857 2.998857-2.011429 6.326857-3.401143 3.328-1.389714 6.875428-2.084571Q435.273143 694.857143 438.857143 694.857143h109.714286q3.584 0 7.131428 0.731428 3.547429 0.658286 6.875429 2.048 3.291429 1.389714 6.326857 3.401143 2.998857 1.974857 5.522286 4.534857 2.56 2.56 4.534857 5.522286 2.011429 2.998857 3.401143 6.326857 1.389714 3.328 2.084571 6.875429Q585.142857 727.771429 585.142857 731.428571v109.714286q0 3.620571-0.731428 7.131429-0.658286 3.547429-2.048 6.875428-1.389714 3.291429-3.364572 6.326857-2.011429 2.962286-4.571428 5.522286-2.56 2.56-5.522286 4.534857-2.998857 2.011429-6.326857 3.401143-3.328 1.389714-6.875429 2.084572Q552.155429 877.714286 548.571429 877.714286h-109.714286q-3.584 0-7.131429-0.731429-3.547429-0.658286-6.875428-2.048-3.291429-1.389714-6.326857-3.401143-2.962286-1.974857-5.522286-4.534857-2.56-2.56-4.534857-5.522286-2.011429-2.998857-3.401143-6.326857-1.389714-3.328-2.084572-6.875428Q402.285714 844.8 402.285714 841.142857zM146.285714 329.142857V219.428571q0-3.584 0.731429-7.131428 0.658286-3.547429 2.048-6.875429 1.389714-3.291429 3.401143-6.326857 1.974857-2.962286 4.534857-5.522286 2.56-2.56 5.522286-4.534857 2.998857-2.011429 6.326857-3.401143 3.328-1.389714 6.875428-2.084571Q179.273143 182.857143 182.857143 182.857143h109.714286q3.584 0 7.131428 0.731428 3.547429 0.658286 6.875429 2.048 3.291429 1.389714 6.326857 3.401143 2.962286 1.974857 5.522286 4.534857 2.56 2.56 4.534857 5.522286 2.011429 2.998857 3.401143 6.326857 1.389714 3.328 2.084571 6.875429Q329.142857 215.844571 329.142857 219.428571v109.714286q0 3.584-0.731428 7.131429-0.658286 3.547429-2.048 6.875428-1.389714 3.291429-3.401143 6.326857-1.974857 2.962286-4.534857 5.522286-2.56 2.56-5.522286 4.534857-2.998857 2.011429-6.326857 3.401143-3.328 1.389714-6.875429 2.084572Q296.155429 365.714286 292.571429 365.714286H182.857143q-3.584 0-7.131429-0.731429-3.547429-0.658286-6.875428-2.048-3.291429-1.389714-6.326857-3.401143-2.962286-1.974857-5.522286-4.534857-2.56-2.56-4.534857-5.522286-2.011429-2.998857-3.401143-6.326857-1.389714-3.328-2.084572-6.875428Q146.285714 332.726857 146.285714 329.142857z m0 256v-109.714286q0-3.584 0.731429-7.131428 0.658286-3.547429 2.048-6.875429 1.389714-3.291429 3.401143-6.326857 1.974857-2.962286 4.534857-5.522286 2.56-2.56 5.522286-4.534857 2.998857-2.011429 6.326857-3.401143 3.328-1.389714 6.875428-2.084571Q179.273143 438.857143 182.857143 438.857143h109.714286q3.584 0 7.131428 0.731428 3.547429 0.658286 6.875429 2.048 3.291429 1.389714 6.326857 3.401143 2.962286 1.974857 5.522286 4.534857 2.56 2.56 4.534857 5.522286 2.011429 2.998857 3.401143 6.326857 1.389714 3.328 2.084571 6.875429Q329.142857 471.844571 329.142857 475.428571v109.714286q0 3.620571-0.731428 7.131429-0.658286 3.547429-2.048 6.875428-1.389714 3.291429-3.401143 6.326857-1.974857 2.962286-4.534857 5.522286-2.56 2.56-5.522286 4.534857-2.998857 2.011429-6.326857 3.401143-3.328 1.389714-6.875429 2.084572Q296.155429 621.714286 292.571429 621.714286H182.857143q-3.584 0-7.131429-0.731429-3.547429-0.658286-6.875428-2.048-3.291429-1.389714-6.326857-3.401143-2.962286-1.974857-5.522286-4.534857-2.56-2.56-4.534857-5.522286-2.011429-2.998857-3.401143-6.326857-1.389714-3.328-2.084572-6.875428Q146.285714 588.8 146.285714 585.142857z m0 256v-109.714286q0-3.620571 0.731429-7.131428 0.658286-3.547429 2.048-6.875429 1.389714-3.291429 3.401143-6.326857 1.974857-2.962286 4.534857-5.522286 2.56-2.56 5.522286-4.534857 2.998857-2.011429 6.326857-3.401143 3.328-1.389714 6.875428-2.084571Q179.273143 694.857143 182.857143 694.857143h109.714286q3.584 0 7.131428 0.731428 3.547429 0.658286 6.875429 2.048 3.291429 1.389714 6.326857 3.401143 2.962286 1.974857 5.522286 4.534857 2.56 2.56 4.534857 5.522286 2.011429 2.998857 3.401143 6.326857 1.389714 3.328 2.084571 6.875429Q329.142857 727.771429 329.142857 731.428571v109.714286q0 3.620571-0.731428 7.131429-0.658286 3.547429-2.048 6.875428-1.389714 3.291429-3.401143 6.326857-1.974857 2.962286-4.534857 5.522286-2.56 2.56-5.522286 4.534857-2.998857 2.011429-6.326857 3.401143-3.328 1.389714-6.875429 2.084572Q296.155429 877.714286 292.571429 877.714286H182.857143q-3.584 0-7.131429-0.731429-3.547429-0.658286-6.875428-2.048-3.291429-1.389714-6.326857-3.401143-2.962286-1.974857-5.522286-4.534857-2.56-2.56-4.534857-5.522286-2.011429-2.998857-3.401143-6.326857-1.389714-3.328-2.084572-6.875428Q146.285714 844.8 146.285714 841.142857z" fill="#6F7588" ></path></symbol><symbol id="jvs-public-tongzhi-wuxiaoxi" viewBox="0 0 1024 1024"><path d="M585.142857 181.211429C585.142857 141.824 552.374857 109.714286 512 109.714286c-40.301714 0-73.142857 32.036571-73.142857 71.497143 0 4.022857 0.365714 7.972571 0.987428 11.849142C338.870857 227.437714 256 333.165714 256 458.203429v98.486857q0 141.787429-35.620571 143.030857c-21.248 0-37.522286 16.018286-37.522286 35.766857 0 19.894857 16.384 35.766857 36.571428 35.766857h585.142858c20.297143 0 36.571429-16.018286 36.571428-35.766857a36.096 36.096 0 0 0-36.571428-35.766857q-36.571429 0-36.571429-142.006857v-99.474286c0-125.220571-77.458286-230.948571-183.844571-265.289143 0.658286-3.876571 0.987429-7.789714 0.987428-11.702857z m36.571429 625.737142C621.604571 866.230857 572.928 914.285714 512 914.285714c-60.525714 0-109.604571-47.835429-109.714286-107.337143h219.428572z" fill="#6F7588" ></path></symbol><symbol id="jvs-public-shezhimima-weixuanzhong" viewBox="0 0 1024 1024"><path d="M747.648 375.424h11.712C834.56 375.424 896 436.416 896 512v311.296C896 898.56 834.56 960 759.36 960h-558.72A137.024 137.024 0 0 1 64 823.36V511.552c0-75.136 61.44-136.64 136.64-136.64h11.712A268.544 268.544 0 0 1 479.744 128c71.232 0 138.624 28.288 189.824 79.04a265.856 265.856 0 0 1 78.08 168.32z m-133.696-113.28a188.288 188.288 0 0 0-134.208-56.064 191.104 191.104 0 0 0-189.312 169.344h378.176a186.752 186.752 0 0 0-54.656-113.28z m145.408 619.776a58.752 58.752 0 0 0 58.56-58.56h0.512V512.064a58.752 58.752 0 0 0-58.56-58.56H200.64A58.752 58.752 0 0 0 142.08 512v311.296c0 32.192 26.368 58.56 58.56 58.56h558.72z m-318.72-304c0-21.504 17.6-39.04 39.04-39.04 21.504 0 39.04 17.536 39.04 39.04v151.296c0 21.44-17.536 39.04-39.04 39.04a39.168 39.168 0 0 1-39.04-39.04V577.92z" fill="#363B4C" ></path></symbol><symbol id="jvs-public-shezhimima-xuanzhong" viewBox="0 0 1024 1024"><path d="M747.648 375.424h11.712C834.56 375.424 896 436.416 896 512v311.296C896 898.56 834.56 960 759.36 960h-558.72A137.024 137.024 0 0 1 64 823.36V511.552c0-75.136 61.44-136.64 136.64-136.64h11.712A268.544 268.544 0 0 1 479.744 128c71.232 0 138.624 28.288 189.824 79.04a265.856 265.856 0 0 1 78.08 168.32z m-133.696-113.28a188.288 188.288 0 0 0-134.208-56.064 191.104 191.104 0 0 0-189.312 169.344h378.176a186.752 186.752 0 0 0-54.656-113.28z m145.408 619.776a58.752 58.752 0 0 0 58.56-58.56h0.512V512.064a58.752 58.752 0 0 0-58.56-58.56H200.64A58.752 58.752 0 0 0 142.08 512v311.296c0 32.192 26.368 58.56 58.56 58.56h558.72z m-318.72-304c0-21.504 17.6-39.04 39.04-39.04 21.504 0 39.04 17.536 39.04 39.04v151.296c0 21.44-17.536 39.04-39.04 39.04a39.168 39.168 0 0 1-39.04-39.04V577.92z" fill="#1E6FFF" ></path></symbol><symbol id="jvs-public-gerenxinxi-xuanzhong" viewBox="0 0 1024 1024"><path d="M356.8 315.2q0-77.568 54.848-132.352Q466.432 128 544 128q77.504 0 132.352 54.848 54.848 54.784 54.848 132.352 0 77.568-54.848 132.352-54.848 54.848-132.352 54.848-77.568 0-132.352-54.848-54.848-54.784-54.848-132.352z m83.2 0q0 43.072 30.464 73.536T544 419.2q43.072 0 73.536-30.464t30.464-73.536q0-43.072-30.464-73.536T543.936 211.2q-43.008 0-73.472 30.464-30.464 30.464-30.464 73.536zM150.656 699.2q30.72-60.224 90.88-90.88 31.808-16.256 81.6-20.288 29.44-2.432 112.704-2.432h216.32q83.2 0 112.64 2.432 49.856 4.032 81.664 20.224 60.16 30.72 90.88 90.88 16.192 31.808 20.224 81.6 2.432 29.44 2.432 112.704v24.96a41.6 41.6 0 0 1-41.6 41.6H169.6a41.6 41.6 0 0 1-41.6-41.6v-24.96q0-83.2 2.432-112.64 4.032-49.856 20.224-81.6z m74.176 37.76q-12.736 24.96-13.568 139.84h665.472q-0.832-114.944-13.504-139.84-18.432-36.16-54.592-54.528-26.688-13.632-156.48-13.632H435.84q-129.792 0-156.48 13.632-36.16 18.368-54.528 54.528z" fill="#1E6FFF" ></path></symbol><symbol id="jvs-public-a-gerenxinxi-xuanzhong1" viewBox="0 0 1024 1024"><path d="M356.8 315.2q0-77.568 54.848-132.352Q466.432 128 544 128q77.504 0 132.352 54.848 54.848 54.784 54.848 132.352 0 77.568-54.848 132.352-54.848 54.848-132.352 54.848-77.568 0-132.352-54.848-54.848-54.784-54.848-132.352z m83.2 0q0 43.072 30.464 73.536T544 419.2q43.072 0 73.536-30.464t30.464-73.536q0-43.072-30.464-73.536T543.936 211.2q-43.008 0-73.472 30.464-30.464 30.464-30.464 73.536zM150.656 699.2q30.72-60.224 90.88-90.88 31.808-16.256 81.6-20.288 29.44-2.432 112.704-2.432h216.32q83.2 0 112.64 2.432 49.856 4.032 81.664 20.224 60.16 30.72 90.88 90.88 16.192 31.808 20.224 81.6 2.432 29.44 2.432 112.704v24.96a41.6 41.6 0 0 1-41.6 41.6H169.6a41.6 41.6 0 0 1-41.6-41.6v-24.96q0-83.2 2.432-112.64 4.032-49.856 20.224-81.6z m74.176 37.76q-12.736 24.96-13.568 139.84h665.472q-0.832-114.944-13.504-139.84-18.432-36.16-54.592-54.528-26.688-13.632-156.48-13.632H435.84q-129.792 0-156.48 13.632-36.16 18.368-54.528 54.528z" fill="#363B4C" ></path></symbol><symbol id="jvs-public-zhanghuguanli-weixuanzhong" viewBox="0 0 1024 1024"><path d="M944.32 441.472c-1.344-0.832-2.56-1.92-4.032-2.368-111.68-34.88-136.768-74.752-120.96-188.928 1.28-9.088-2.688-22.592-9.472-28.48A419.2 419.2 0 0 0 633.152 128c-32.768 40.96-72.768 63.36-123.2 63.104-50.56-0.32-88.448-26.88-120.64-62.72a439.232 439.232 0 0 0-190.08 107.072c20.48 45.824 20.672 89.92-4.352 132.736-25.984 44.48-69.76 63.168-115.84 71.68-21.888 80.512-19.648 160.832 5.12 213.76 47.872 7.808 87.232 29.312 112.448 72.448 25.344 43.2 18.88 87.488 4.928 131.456 47.36 46.528 101.888 76.416 161.792 98.24 16.576 6.016 30.528 6.656 43.328-8.704 50.688-60.8 157.824-62.272 211.072-0.448 10.88 12.608 22.72 16.512 38.528 10.88 62.976-22.4 120.512-53.056 165.952-99.392-26.048-119.872 8.448-177.92 121.408-205.76 21.76-63.232 21.696-150.72 0.64-210.88z m-67.904 142.464c-11.52 6.144-22.848 11.84-33.792 18.176-71.04 40.832-114.368 101.44-112.448 180.992 1.088 45.824-17.856 65.92-55.232 80.448-4.48 1.728-9.152 3.072-16.96 5.696-95.36-65.408-193.792-66.688-293.504 1.92l-69.44-38.144c11.456-115.84-36.096-199.296-146.24-248V507.776c14.144-7.872 28.544-14.976 41.984-23.552 62.144-39.488 104.768-94.528 102.592-166.912-1.728-55.488 21.44-80.832 74.88-94.848 97.728 66.048 194.56 64.64 290.368-1.28 11.584 5.312 21.76 10.048 32 14.592 26.944 12.16 39.68 28.096 38.784 61.376-2.24 85.504 38.848 150.592 115.968 193.536l31.04 17.024v76.16z m-363.2-194.56C420.928 388.992 349.952 458.24 350.848 547.648c0.896 82.56 66.88 150.336 151.68 155.008 12.8 0.704 26.24 0.256 38.528-3.008 20.864-5.632 33.28-19.968 30.912-41.856-2.048-19.392-14.784-31.104-34.688-33.984-9.472-1.408-19.392 0.32-28.992-0.576-46.4-4.416-79.04-39.36-76.672-81.536 2.112-38.72 35.008-71.04 75.008-73.728 44.16-2.944 80.64 27.264 86.272 72.128 1.28 10.88-0.512 22.08 1.024 32.832 2.88 19.84 17.472 33.024 36.224 31.168 13.632-1.28 28.288-12.608 38.016-23.296 6.272-6.976 5.76-20.736 6.144-31.488 2.752-87.68-70.016-159.744-161.088-160z" fill="#363B4C" ></path></symbol><symbol id="jvs-public-zhanghuguanli-xuanzhong" viewBox="0 0 1024 1024"><path d="M944.32 441.472c-1.344-0.832-2.56-1.92-4.032-2.368-111.68-34.88-136.768-74.752-120.96-188.928 1.28-9.088-2.688-22.592-9.472-28.48A419.2 419.2 0 0 0 633.152 128c-32.768 40.96-72.768 63.36-123.2 63.104-50.56-0.32-88.448-26.88-120.64-62.72a439.232 439.232 0 0 0-190.08 107.072c20.48 45.824 20.672 89.92-4.352 132.736-25.984 44.48-69.76 63.168-115.84 71.68-21.888 80.512-19.648 160.832 5.12 213.76 47.872 7.808 87.232 29.312 112.448 72.448 25.344 43.2 18.88 87.488 4.928 131.456 47.36 46.528 101.888 76.416 161.792 98.24 16.576 6.016 30.528 6.656 43.328-8.704 50.688-60.8 157.824-62.272 211.072-0.448 10.88 12.608 22.72 16.512 38.528 10.88 62.976-22.4 120.512-53.056 165.952-99.392-26.048-119.872 8.448-177.92 121.408-205.76 21.76-63.232 21.696-150.72 0.64-210.88z m-67.904 142.464c-11.52 6.144-22.848 11.84-33.792 18.176-71.04 40.832-114.368 101.44-112.448 180.992 1.088 45.824-17.856 65.92-55.232 80.448-4.48 1.728-9.152 3.072-16.96 5.696-95.36-65.408-193.792-66.688-293.504 1.92l-69.44-38.144c11.456-115.84-36.096-199.296-146.24-248V507.776c14.144-7.872 28.544-14.976 41.984-23.552 62.144-39.488 104.768-94.528 102.592-166.912-1.728-55.488 21.44-80.832 74.88-94.848 97.728 66.048 194.56 64.64 290.368-1.28 11.584 5.312 21.76 10.048 32 14.592 26.944 12.16 39.68 28.096 38.784 61.376-2.24 85.504 38.848 150.592 115.968 193.536l31.04 17.024v76.16z m-363.2-194.56C420.928 388.992 349.952 458.24 350.848 547.648c0.896 82.56 66.88 150.336 151.68 155.008 12.8 0.704 26.24 0.256 38.528-3.008 20.864-5.632 33.28-19.968 30.912-41.856-2.048-19.392-14.784-31.104-34.688-33.984-9.472-1.408-19.392 0.32-28.992-0.576-46.4-4.416-79.04-39.36-76.672-81.536 2.112-38.72 35.008-71.04 75.008-73.728 44.16-2.944 80.64 27.264 86.272 72.128 1.28 10.88-0.512 22.08 1.024 32.832 2.88 19.84 17.472 33.024 36.224 31.168 13.632-1.28 28.288-12.608 38.016-23.296 6.272-6.976 5.76-20.736 6.144-31.488 2.752-87.68-70.016-159.744-161.088-160z" fill="#1E6FFF" ></path></symbol><symbol id="jvs-public-tongzhi" viewBox="0 0 1024 1024"><path d="M0 0m256 0l512 0q256 0 256 256l0 512q0 256-256 256l-512 0q-256 0-256-256l0-512q0-256 256-256Z" fill="#1E6FFF" ></path><path d="M294.144 771.84h428.928c23.104 0 44.16-8.832 60.096-23.36L587.2 551.744c-21.76 19.008-49.408 29.376-78.592 29.376-27.072 0-52.8-8.96-73.728-25.344l-200.768 192.832c15.872 14.4 36.928 23.232 60.032 23.232z m-81.28-52.352L408.96 531.072l-186.24-188.16a89.152 89.152 0 0 0-17.984 53.696v285.888c0 13.184 2.88 25.728 8 36.992zM249.6 319.168a90.112 90.112 0 0 1 44.608-11.968h428.8c15.04 0 29.632 3.84 42.496 10.88L568.128 520.64a84.288 84.288 0 0 1-119.104 0L249.6 319.104z m543.36 21.888L612.48 526.4l192 192.832c5.12-11.264 7.872-23.68 7.872-36.8V396.544c0-20.224-6.848-39.744-19.392-55.488z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-tongzhi-yidu" viewBox="0 0 1024 1024"><path d="M0 0m256 0l512 0q256 0 256 256l0 512q0 256-256 256l-512 0q-256 0-256-256l0-512q0-256 256-256Z" fill="#78A9FF" ></path><path d="M512 204.8c-32.384 0-62.848 10.624-85.76 29.888L239.744 388.48l212.032 165.76c33.28 27.968 87.232 27.968 120.448 0l212.288-165.696L597.76 234.688A132.48 132.48 0 0 0 512 204.8z m295.872 206.976L617.984 559.936l193.216 163.328c5.12-9.6 8-20.16 8-31.36V448.512c0-12.928-3.968-25.6-11.328-36.736z m-18.24 336.384L591.424 580.672c-22.016 16.192-49.92 24.96-79.424 24.96-27.392 0-53.376-7.552-74.56-21.568l-203.008 164.16c16 12.288 37.312 19.84 60.672 19.84h433.792c23.36 0 44.672-7.552 60.8-19.84z m-576.768-24.768l197.76-159.808L216.192 411.52c-7.296 11.072-11.392 23.744-11.392 36.992v243.392c0 11.2 2.88 21.888 8.064 31.424z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-tuichudenglu" viewBox="0 0 1024 1024"><path d="M64 908.8a51.2 51.2 0 0 0 51.2 51.2h377.6a51.2 51.2 0 0 0 51.2-51.2V179.2a51.2 51.2 0 0 0-51.2-51.2H115.2a51.2 51.2 0 0 0-51.2 51.2v729.6z" fill="#363B4C" ></path><path d="M696.6272 327.3728l187.1872 187.1872a41.5744 41.5744 0 0 1 0 58.88l-187.1872 187.1872a41.5744 41.5744 0 1 1-58.88-58.88l157.7984-157.7472-157.7472-157.7984a41.6256 41.6256 0 0 1 58.8288-58.8288z" fill="#363B4C" ></path><path d="M313.6 585.4208h540.8256a41.6256 41.6256 0 0 0 0-83.2H313.6a41.5744 41.5744 0 0 0 0 83.2z" fill="#363B4C" ></path><path d="M544 502.272h-230.4a41.5744 41.5744 0 0 0 0 83.1488h230.4V502.272z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-zhanghushezhi" viewBox="0 0 1024 1024"><path d="M510.0544 386.2016c-89.2416 0-162.2016 71.424-162.2016 158.8736 0 87.3472 72.96 158.8736 162.2016 158.8736 89.1904 0 162.2016-71.424 162.2016-158.8736 0-87.4496-73.0112-158.8736-162.2016-158.8736zM380.2624 128c16.1792 0 34.4064 5.9392 44.5952 15.9232 12.1856 13.8752 54.784 49.664 87.1936 49.664s75.008-35.7888 87.1936-47.7184c10.1888-11.9296 28.3648-17.8688 44.5952-17.8688 10.1888 0 16.2304 0 24.3712 3.9936h2.048l111.4112 61.5936h2.048c22.2208 15.872 30.3616 45.6192 20.224 69.4784q-10.1888 21.8624-10.1888 41.728c0 59.5968 48.64 107.1616 109.4656 107.1616h4.0448c20.224 0 36.4032 17.92 42.5472 45.6704 2.048 1.9456 10.1888 49.664 10.1888 87.3472q0 39.68-10.1888 87.3472c-3.9936 27.7504-22.2208 45.6704-42.5472 45.6704h-4.096c-60.7744 0-109.4144 47.6672-109.4144 107.1616q0 19.8656 10.1888 41.7792c10.1376 23.808 2.048 51.5584-20.224 67.4816h-2.048l-111.4624 61.5936h-1.9968a74.8544 74.8544 0 0 1-22.272 3.9936c-18.176 0-36.4032-7.936-46.592-19.8144-12.1856-13.8752-56.832-51.6096-89.1904-51.6096-30.4128 0-71.0144 35.7376-87.1936 51.6096a58.6752 58.6752 0 0 1-44.6464 19.8144c-10.1376 0-16.1792 0-24.32-3.9936h-2.048l-109.4144-59.648h-2.048a58.368 58.368 0 0 1-20.4288-69.376q10.1888-21.8624 10.1888-41.728c0-59.5968-48.64-107.1616-109.4656-107.1616H116.736c-20.224 0-36.4032-17.92-42.5472-45.6704-2.048-1.9456-10.1888-49.664-10.1888-87.3472 0-35.7888 8.192-83.3536 10.1888-87.3472 3.9936-27.7504 22.2208-45.6704 42.5472-45.6704h2.048c60.8256 0 109.4144-47.6672 109.4144-107.1616q0-19.8656-10.1376-41.728c-10.1888-23.8592-2.048-51.6096 20.224-67.584h2.048L355.84 132.096h2.048c6.144-2.1504 14.2848-4.096 22.3232-4.096z" fill="#363B4C" ></path></symbol><symbol id="jvs-public-danchuangguanbi1" viewBox="0 0 1024 1024"><path d="M619.52 544.448l324.672-324.928a53.632 53.632 0 0 0 0-75.776 53.376 53.376 0 0 0-75.712 0L543.872 468.672l-324.48-324.928a53.376 53.376 0 0 0-75.712 0 53.632 53.632 0 0 0 0 75.776l324.48 324.8-324.48 324.928a53.632 53.632 0 0 0 75.776 75.776l324.416-324.8 324.48 324.8a53.184 53.184 0 0 0 37.952 15.744 53.696 53.696 0 0 0 37.76-91.52l-324.48-324.8z" fill="#6F7588" ></path></symbol><symbol id="jvs-public-xuanzhong" viewBox="0 0 1024 1024"><path d="M818.624 343.296l-353.28 409.6c-13.312 15.36-31.68 18.816-47.872 11.136a45.952 45.952 0 0 1-14.72-11.072L204.672 523.328a58.176 58.176 0 0 1 0-72.512 40.576 40.576 0 0 1 62.592 0l167.104 193.728 322.432-373.824c16.96-19.648 44.928-19.648 62.592 0 16.96 20.48 16.96 52.928-0.768 72.576z" fill="#1E6FFF" ></path></symbol><symbol id="jvs-public-bianji" viewBox="0 0 1024 1024"><path d="M108.8 960h806.4a44.8 44.8 0 1 0 0-89.6H108.8a44.8 44.8 0 0 0 0 89.6zM630.336 77.12a44.8 44.8 0 0 1 63.36 0l163.648 163.712a44.8 44.8 0 0 1 0 63.36l-463.36 463.488a44.8 44.8 0 0 1-31.616 13.12H198.4a44.8 44.8 0 0 1-44.8-44.8V572.928a44.8 44.8 0 0 1 13.056-31.68L630.4 77.12zM243.2 591.488l418.752-419.328 100.288 100.352-418.56 418.688h-100.48V591.488z" fill="#1E6FFF" ></path><path d="M243.2 691.2h100.608l418.56-418.688-100.352-100.352-418.752 419.328V691.2z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-lishijilu" viewBox="0 0 1024 1024"><path d="M831.488 277.504v146.56a32.256 32.256 0 1 0 64.512 0v-146.56q0-61.952-43.776-105.728Q808.448 128 746.496 128H277.504q-61.952 0-105.728 43.776Q128 215.552 128 277.504v468.992q0 61.952 43.776 105.728 43.776 43.776 105.728 43.776h146.56a32.256 32.256 0 0 0 0-64.512h-146.56q-35.2 0-60.16-24.896-24.832-24.896-24.832-60.096V277.504q0-35.2 24.896-60.16 24.896-24.832 60.096-24.832h468.992q35.2 0 60.16 24.896 24.832 24.896 24.832 60.096zM256 323.2c0 19.456 15.744 35.2 35.2 35.2h313.6a35.2 35.2 0 1 0 0-70.4h-313.6a35.2 35.2 0 0 0-35.2 35.2z m0 160c0 19.456 15.744 35.2 35.2 35.2h185.6a35.2 35.2 0 1 0 0-70.4h-185.6a35.2 35.2 0 0 0-35.2 35.2z m437.376 7.36a202.688 202.688 0 1 0 0 405.312 202.688 202.688 0 0 0 0-405.312z m-138.752 202.752a138.688 138.688 0 1 1 277.312 0 138.688 138.688 0 0 1-277.376 0z m160.064-74.688a32 32 0 0 0-64 0V704a32 32 0 0 0 32 32H768a32 32 0 0 0 0-64h-53.312v-53.376z" fill="#363B4C" ></path><path d="M799.808 224.192q22.08 22.08 22.08 53.312v146.56q0 17.28 12.288 29.568 12.224 12.288 29.568 12.288t29.568-12.288q12.288-12.224 12.288-29.568v-146.56q0-65.92-46.592-112.512t-112.512-46.592H277.504q-65.92 0-112.512 46.592T118.4 277.504v468.992q0 65.92 46.592 112.512t112.512 46.592h146.56q17.28 0 29.568-12.224 12.288-12.288 12.288-29.632 0-17.28-12.288-29.568-12.224-12.288-29.568-12.288h-146.56q-31.232 0-53.312-22.08t-22.08-53.312V277.504q0-31.232 22.08-53.312t53.312-22.08h468.992q31.232 0 53.312 22.08z m41.28 199.872v-146.56q0-39.168-27.712-66.88-27.712-27.712-66.88-27.712H277.504q-39.168 0-66.88 27.712-27.712 27.712-27.712 66.88v468.992q0 39.168 27.712 66.88 27.712 27.712 66.88 27.712h146.56q9.408 0 16 6.656 6.656 6.656 6.656 16 0 22.656-22.656 22.656h-146.56q-57.984 0-98.944-40.96t-40.96-98.944V277.504q0-57.984 40.96-98.944t98.944-40.96h468.992q57.92 0 98.944 40.96 40.96 40.96 40.96 98.944v146.56q0 22.656-22.656 22.656t-22.656-22.656zM259.52 291.52q-13.12 13.12-13.12 31.68 0 18.56 13.12 31.68 13.12 13.12 31.68 13.12h313.6q18.56 0 31.68-13.12 13.12-13.12 13.12-31.68 0-18.56-13.12-31.68-13.12-13.12-31.68-13.12h-313.6q-18.56 0-31.68 13.12z m31.68 57.28q-25.6 0-25.6-25.6t25.6-25.6h313.6q10.624 0 18.112 7.488 7.488 7.488 7.488 18.112 0 10.624-7.488 18.112-7.488 7.488-18.112 7.488h-313.6z m-31.68 102.72q-13.12 13.12-13.12 31.68 0 18.56 13.12 31.68 13.12 13.12 31.68 13.12h185.6q18.56 0 31.68-13.12 13.12-13.12 13.12-31.68 0-18.56-13.12-31.68-13.12-13.12-31.68-13.12h-185.6q-18.56 0-31.68 13.12z m31.68 57.28q-25.6 0-25.6-25.6 0-10.624 7.488-18.112 7.488-7.488 18.112-7.488h185.6q10.624 0 18.112 7.488 7.488 7.488 7.488 18.112 0 25.6-25.6 25.6h-185.6z m552.32 34.368q-62.208-62.208-150.144-62.208-88 0-150.144 62.208-62.208 62.208-62.144 150.144 0 87.936 62.144 150.144 62.208 62.08 150.144 62.08 87.872 0 150.08-62.08 62.144-62.208 62.144-150.144 0.064-87.936-62.08-150.144z m-286.72 13.568q56.576-56.576 136.576-56.576t136.512 56.576q56.576 56.576 56.512 136.576 0 80-56.512 136.512-56.576 56.576-136.512 56.576-80 0-136.512-56.576-56.576-56.512-56.576-136.512T556.8 556.8z m31.68 31.744q-43.52 43.392-43.52 104.832 0 61.44 43.52 104.896 43.456 43.456 104.896 43.392 61.44 0 104.832-43.456 43.392-43.392 43.392-104.832 0-61.44-43.392-104.832-43.456-43.392-104.832-43.392-61.44-0.064-104.96 43.392z m13.568 196.16q-37.888-37.824-37.888-91.328 0-53.44 37.888-91.264 37.76-37.824 91.328-37.76 53.44 0 91.264 37.76 37.76 37.76 37.76 91.264t-37.76 91.264q-37.824 37.76-91.264 37.76-53.504 0.128-91.328-37.76z m122.24-122.24v-43.712q0-17.28-12.16-29.44t-29.44-12.16q-17.28 0-29.44 12.16t-12.16 29.44V704q0 17.28 12.16 29.44t29.44 12.16H768q17.28 0 29.44-12.16t12.16-29.44q0-17.28-12.16-29.44t-29.44-12.16h-43.712z m-41.6-66.112q22.4 0 22.4 22.4v62.912H768q22.4 0 22.4 22.4t-22.4 22.4h-85.312q-22.4 0-22.4-22.4V618.688q0-9.28 6.528-15.872 6.592-6.528 15.872-6.528z" fill="#363B4C" ></path></symbol><symbol id="jvs-public-shousuo" viewBox="0 0 1024 1024"><path d="M435.52 545.024l-230.784 217.088a39.232 39.232 0 0 0 0 57.92 45.44 45.44 0 0 0 61.504 0l261.568-246.08a39.168 39.168 0 0 0-0.064-57.856L266.24 270.016a45.376 45.376 0 0 0-61.504 0 39.296 39.296 0 0 0 0 57.92l230.784 217.088z m353.92-1.472l-234.24 217.6a38.976 38.976 0 0 0 0 57.984 45.824 45.824 0 0 0 31.168 12.032 45.632 45.632 0 0 0 31.232-12.032l265.408-246.592a38.784 38.784 0 0 0 0-57.984L617.6 268.032A45.824 45.824 0 0 0 586.368 256a45.632 45.632 0 0 0-31.232 11.968 38.976 38.976 0 0 0 0 58.048l234.24 217.6z" fill="#363B4C" ></path></symbol><symbol id="jvs-public-shouqi" viewBox="0 0 1024 1024"><path d="M588.48 545.024l230.784 217.088a39.232 39.232 0 0 1 0 57.92 45.44 45.44 0 0 1-61.504 0L496.256 573.952a39.168 39.168 0 0 1 0-57.856l261.504-246.08a45.376 45.376 0 0 1 61.504 0 39.296 39.296 0 0 1 0 57.92L588.48 545.024z m-353.92-1.472l234.24 217.6c17.28 16 17.28 41.92 0 57.984a45.824 45.824 0 0 1-31.168 12.032 45.632 45.632 0 0 1-31.232-12.032L140.992 572.544a38.784 38.784 0 0 1 0-57.984L406.4 268.032A45.824 45.824 0 0 1 437.632 256c11.328 0 22.656 3.968 31.232 11.968 17.28 16.064 17.28 41.984 0 58.048l-234.24 217.6z" fill="#363B4C" ></path></symbol><symbol id="jvs-public-shouqi1" viewBox="0 0 1024 1024"><path d="M80.576 272.96a56.192 56.192 0 0 1 75.84-3.712l4.032 3.712 338.24 357.376 364.544-357.376a56.192 56.192 0 0 1 75.904-4.224l4.096 3.648c20.672 20.608 22.4 53.76 4.096 76.48l-3.584 4.032-404.608 398.144a56.128 56.128 0 0 1-76.288 3.84l-3.84-3.52-378.432-397.888a57.216 57.216 0 0 1 0-80.512z" fill="#6F7588" ></path></symbol><symbol id="jvs-public-zhankai" viewBox="0 0 1024 1024"><path d="M80.576 751.04a56.192 56.192 0 0 0 75.84 3.712l4.032-3.712 338.24-357.376 364.544 357.376a56.192 56.192 0 0 0 75.904 4.224l4.096-3.648a57.28 57.28 0 0 0 4.096-76.48l-3.584-4.032-404.608-398.144a56.128 56.128 0 0 0-76.288-3.84l-3.84 3.52-378.432 397.888a57.216 57.216 0 0 0 0 80.512z" fill="#6F7588" ></path></symbol><symbol id="jvs-public-LADP" viewBox="0 0 1024 1024"><path d="M0 0m192 0l640 0q192 0 192 192l0 640q0 192-192 192l-640 0q-192 0-192-192l0-640q0-192 192-192Z" fill="#F5F6F7" ></path><path d="M125.12 672H268.8v-39.68H172.48v-197.44H125.12V672z m152.96 0h48l16.64-60.8h76.48l16.64 60.8h49.92l-75.84-237.12h-56L278.08 672z m74.88-97.6l7.04-25.92c7.04-24.64 13.76-51.52 20.16-77.44h1.28c7.04 25.28 13.44 52.8 20.8 77.44l7.04 25.92h-56.32zM513.6 672h67.52c70.08 0 114.56-39.68 114.56-119.68 0-79.68-44.48-117.44-117.12-117.44h-64.96V672z m47.36-38.4v-160.64h14.4c44.48 0 72 21.76 72 79.36 0 57.6-27.52 81.28-72 81.28h-14.4z m181.12 38.4h47.36v-84.16h31.68c50.88 0 91.52-24.32 91.52-78.4 0-56-40.32-74.56-92.8-74.56h-77.76V672z m47.36-121.6v-77.76h26.88c32.64 0 49.92 9.28 49.92 36.8 0 27.2-15.68 40.96-48.32 40.96h-28.48z" fill="#38A6E0" ></path></symbol><symbol id="jvs-public-dingding" viewBox="0 0 1024 1024"><path d="M0 0m192 0l640 0q192 0 192 192l0 640q0 192-192 192l-640 0q-192 0-192-192l0-640q0-192 192-192Z" fill="#3297F9" ></path><path d="M766.72 435.2c-1.28 5.376-4.448 13.28-8.832 22.816h0.128l-0.512 0.864q-25.6 55.072-92.384 163.136-0.096-0.288-0.352-0.64l-19.52 34.144h94.08L559.648 896l40.768-163.616H526.4l25.664-108.16c-25.088 6.24-49.92 13.376-74.528 21.44q-39.36 23.232-113.536-44.704-49.92-44.288-20.96-55.36c12.32-4.704 59.84-10.688 97.216-15.776q50.528-6.848 81.664-10.528-155.84 2.368-192.768-3.488c-36.96-5.856-83.84-67.904-93.824-122.464q-15.424-29.92 33.248-15.776 48.64 14.176 250.016 55.2Q256.704 352 239.232 332.256c-17.408-19.744-51.232-107.648-46.848-161.6q1.92-13.504 15.68-9.92 193.6 89.088 325.952 137.792c132.448 48.736 247.552 73.6 232.672 136.64v0.032z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-weixin-2" viewBox="0 0 1024 1024"><path d="M0 0m192 0l640 0q192 0 192 192l0 640q0 192-192 192l-640 0q-192 0-192-192l0-640q0-192 192-192Z" fill="#28C445" ></path><path d="M339.456 646.144c27.2 6.624 50.112 12.512 78.752 12.512 7.168 0 15.04-0.736 22.208-1.472a190.88 190.88 0 0 1-7.168-49.312c0-103.04 84.48-186.24 191.872-187.712 7.136 0 14.304 0.736 21.44 1.472C627.296 326.656 529.216 256 418.24 256 294.4 256 192 344.32 192 456.96c0 64.032 34.368 117.76 90.912 159.008l-22.176 71.392 78.72-41.216z m-29.376-259.104c0-17.664 17.184-29.44 34.368-29.44s28.64 11.04 28.64 29.44c0 17.664-11.456 29.44-28.64 29.44s-34.368-11.776-34.368-29.44z m221.952 0c0 16.928-11.456 29.44-28.64 29.44s-34.368-11.776-34.368-29.44 17.184-29.44 34.368-29.44 28.64 11.776 28.64 29.44zM770.432 800l-17.184-58.88C798.4 705.792 832 658.656 832 605.664c0-94.24-90.208-171.52-192.576-171.52-107.392 0-192.576 76.544-191.84 170.784 0 94.944 85.184 171.52 193.28 171.52 22.912 0 45.824-5.888 68-11.776L770.432 800z m-215.52-248.064c0-11.04 10.752-23.584 22.208-23.584 17.184 0 28.64 11.808 28.64 23.584s-11.456 23.552-28.64 23.552c-10.752 0-22.208-11.04-22.208-23.552z m124.576 0c0-11.04 10.752-23.584 22.208-23.584 17.184 0 28.608 11.808 28.608 23.584s-11.424 23.552-28.608 23.552c-10.752 0-22.208-11.04-22.208-23.552z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-qiyeweixin" viewBox="0 0 1024 1024"><path d="M0 0m192 0l640 0q192 0 192 192l0 640q0 192-192 192l-640 0q-192 0-192-192l0-640q0-192 192-192Z" fill="#F5F6F7" ></path><path d="M716.832 473.056a314.656 314.656 0 0 0-7.488-41.792c-13.952-48.384-42.752-90.048-82.752-118.464A282.656 282.656 0 0 0 456.608 256c-13.952 0-27.84 0.96-40.96 2.848a259.36 259.36 0 0 0-75.264 19.936 250.848 250.848 0 0 0-103.168 78.72 212.384 212.384 0 0 0-9.28 249.184c12.096 17.92 26.016 34.144 41.824 47.424 1.888 1.92 2.784 3.712 2.784 5.696a189.536 189.536 0 0 1-4.64 22.72 108.224 108.224 0 0 0-4.672 30.336c0 6.592 1.856 13.28 5.6 19.936a37.664 37.664 0 0 0 52.096 14.208c17.6-10.464 35.328-21.824 52.928-32.16a10.688 10.688 0 0 1 9.28-0.96c20.384 4.768 41.792 8.512 63.2 8.512 22.752 0.96 45.536-0.96 67.808-5.728 11.168-2.816 22.272-5.696 34.336-8.48l-23.168-34.144h-1.76c-15.808 2.848-31.552 7.616-48.256 8.48a258.464 258.464 0 0 1-100.384-11.36 8.736 8.736 0 0 0-8.32 0.96c-15.808 9.44-31.552 18.976-47.424 29.376-6.464 3.744-12.064 7.616-19.52 11.36 0.896-3.712 0.896-6.56 0.896-8.48a1254.08 1254.08 0 0 1 12.096-58.784c0.928-2.848 0-5.664-2.816-6.592a226.752 226.752 0 0 1-40.96-37.856 169.344 169.344 0 0 1-39.04-138.432 173.408 173.408 0 0 1 46.496-93.856 225.024 225.024 0 0 1 75.296-53.12c25.056-9.472 52.064-16.128 78.08-17.952 17.6-0.96 36.224-0.96 53.888 0.96 18.624 0.928 37.12 5.696 54.88 12.288a222.368 222.368 0 0 1 98.464 67.328c18.624 20.8 30.72 46.464 37.184 73.952 2.784 11.36 3.648 23.68 5.6 35.04l38.144 5.696c-0.224-6.72-0.224-13.376-1.088-20h0.064z" fill="#007AFB" ></path><path d="M592.32 696.736c-19.52 0-35.328-16.096-35.328-36.032 0-16.128 11.136-30.336 26.016-35.008 7.456-1.92 15.808-2.88 24.192-5.76a163.744 163.744 0 0 0 41.824-26.496 19.648 19.648 0 0 1 4.672-2.88c2.784-0.96 5.568-0.96 8.32-1.888 0 2.88 0 5.696-0.96 8.512a80.48 80.48 0 0 1-7.424 11.36 129.28 129.28 0 0 0-23.2 45.504c-1.856 4.768-1.856 10.464-2.784 16.128-5.632 15.2-19.584 26.56-35.328 26.56z" fill="#F8D115" ></path><path d="M693.632 800c-18.624 0-35.36-15.168-35.36-34.144-1.856-15.168-8.32-29.408-16.736-41.76-4.672-6.592-10.304-13.28-14.88-20.8-1.856-2.88-2.784-6.624-1.856-9.472 2.816-3.712 7.456-0.96 10.24 1.92 10.336 6.592 20.416 14.208 31.552 20.8 10.304 6.592 21.44 10.496 33.472 12.32 16.736 1.92 29.76 17.056 29.76 34.144 0 17.056-10.304 32.16-26.944 36.032-3.712 0.96-6.464 0.96-9.28 0.96z" fill="#FB6702" ></path><path d="M832 658.88a38.56 38.56 0 0 1-34.336 36.992c-13.152 1.792-25.664 7.04-36.288 15.168-9.28 5.696-17.6 12.32-25.984 18.976-0.96 0.96-1.92 1.92-2.816 1.92-1.856 0.96-3.648 0-5.6 0-0.96-1.92-1.856-3.744-0.96-5.728 1.888-4.768 4.704-8.512 7.488-12.32 11.136-14.208 19.52-30.336 25.088-48.352 1.856-5.728 1.856-12.32 3.648-17.952 5.6-17.056 21.44-27.488 39.04-24.704 15.776 2.848 27.84 15.168 29.728 31.296 0.128 1.824 0.992 3.648 0.992 4.672z" fill="#0183F6" ></path><path d="M657.344 555.488c0-18.976 13.952-34.144 32.544-36.064a34.464 34.464 0 0 1 38.144 29.376c3.744 23.104 14.08 44.544 29.76 61.632 2.784 3.712 4.672 6.592 6.432 10.496 0.96 1.92 0.96 3.712-0.896 5.696-0.96 0.96-2.784 0.96-3.648 0a24.128 24.128 0 0 1-8.384-4.768 158.208 158.208 0 0 0-43.648-26.528c-6.464-1.92-13.952-3.712-21.44-5.664-17.728-1.888-28.864-17.088-28.864-34.176z" fill="#2AC003" ></path></symbol><symbol id="jvs-public-saomadenglu" viewBox="0 0 1024 1024"><path d="M34.332444 0c-12.657778 0-19.015111 15.317333-10.055111 24.277333l975.445334 975.445334c8.96 8.96 24.277333 2.616889 24.277333-10.055111V85.333333a85.333333 85.333333 0 0 0-85.333333-85.333333H34.332444z" fill="#1E6FFF" ></path><path d="M468.309333 176.995556l52.096 52.096 34.887111-34.887112-54.684444-54.684444 9.073778-9.073778 64.469333 64.469334-106.311111 106.296888-9.784889-9.784888 6.613333-6.599112-59.875555-59.875555 8.96-8.96 59.875555 59.875555 37.688889-37.703111-52.081777-52.096 9.073777-9.073777zM409.742222 137.984q11.847111 6.670222 23.281778 12.8l25.628444-25.642667-16.739555-16.739555 8.135111-8.120889 16.739556 16.725333 23.452444-23.452444 9.187556 9.201778-23.452445 23.452444 16.270222 16.256-8.135111 8.135111-16.270222-16.270222-22.798222 22.812444q10.837333 5.546667 21.390222 10.666667-5.902222 6.115556-9.201778 9.671111-10.837333-5.660444-21.504-11.036444l-36.707555 36.721777q-12.373333 12.373333-24.277334 0.711112-4.707556-4.48-12.373333-12.373334 4.238222-5.660444 8.362667-11.434666 6.727111 8.120889 10.609777 12.017777 5.191111 5.176889 10.481778-0.128l31.715556-31.701333q-11.320889-5.646222-22.4-11.064889l8.604444-11.207111z m118.798222 122.567111q34.289778-5.546667 66.275556-24.689778l-17.365333-17.379555 8.718222-8.718222 44.074667 44.074666-8.718223 8.718222-17.635555-17.621333q-18.488889 11.093333-36.992 18.147556l22.798222 22.812444-63.857778 63.872-8.391111-8.362667 8.149333-8.135111-14.734222-14.734222-9.671111 9.671111-8.362667-8.376889 49.080889-49.080889q-8.120889 1.891556-16.213333 3.000889 1.550222-5.063111 2.844444-13.198222z m112.426667 21.447111l-37.589333 31.473778 27.747555 27.747556 42.723556-34.816-43.491556-43.491556 8.490667-8.490667 53.390222 53.390223-52.209778 42.311111 12.487112 12.487111q-24.860444 22.983111-43.377778 39.594666-18.616889 16.497778-34.275556 0.824889-7.907556-7.893333-17.336889-18.019555 3.655111-5.077333 8.135111-11.434667 8.490667 10.609778 16.142223 18.261333 9.073778 9.073778 19.797333-0.227555 14.023111-12.145778 32.881778-30.051556l-49.137778-49.152 46.663111-39.352889 8.96 8.96z m-67.640889 3.541334l-14.734222-14.734223-39.964444 39.964445 14.734222 14.72 39.964444-39.964445z m-10.254222 36.408888l49.735111 49.735112-8.490667 8.490666-49.735111-49.735111 8.490667-8.490667z m116.792889 68.010667l77.653333 77.653333-36.295111 36.309334-8.96-8.96 4.252445-4.238222-59.761778-59.761778-4.238222 4.252444-8.96-8.96 36.309333-36.295111z m-68.366222 31.815111l39.480889 39.480889q-0.113778-8.362667-0.938667-23.808h11.320889q1.28 13.084444 1.877333 27.107556l-9.315555-0.355556 28.302222 28.288v-8.021333q14.364444 0.711111 26.865778 0l1.28 13.084444q-11.064889 0-23.907556-0.824889L726.755556 537.031111l-8.007112 8.021333-115.256888-115.271111 8.007111-8.007111z m169.713777-36.536889q-4.593778 10.026667-7.424 19.441778 20.024889 5.902222 36.295112 8.96l-1.649778 13.198222q-17.678222-4.48-37.361778-10.481777-1.536 7.893333-1.649778 15.559111 19.2 5.546667 36.892445 9.073777l-1.649778 13.425778q-15.786667-3.768889-34.645333-9.429333 2.474667 20.152889 14.606222 38.186667-8.135111 1.294222-16.028445 3.072-24.504889-50.446222 1.066667-105.955556l11.548444 4.949333z m-40.419555 81.208889l-59.761778-59.761778-16.497778 16.497778 59.747556 59.761778 16.497778-16.497778z m-35.242667-128.341333l8.007111-8.021333 46.677334 46.677333-8.135111 8.120889q-43.008 11.207111-94.862223-3.655111 1.763556-6.243556 3.299556-13.198223 18.730667 6.016 32.284444 7.779556 0.241778-15.075556-0.113777-30.293333h11.079111q0.824889 16.867556 1.052444 31.473777 18.389333 1.180444 36.536889-3.057777l-35.84-35.84z m10.837334 52.323555l39.964444 39.950223-7.793778 7.779555-39.950222-39.964444 7.779556-7.765334z m160.867555 206.819556l-0.938667 14.620444q-16.611556-3.413333-40.419555-9.315555 3.057778 24.519111 18.972444 49.863111-8.718222 1.408-16.142222 3.171556-22.286222-41.827556-13.909333-80.369778l-25.571556 25.571555q-14.264889 14.264889-28.871111-0.355555-6.968889-6.954667-16.270222-16.725334l8.490667-11.804444q7.537778 9.443556 14.136888 16.270222 8.362667 8.376889 15.914667 0.824889l42.183111-42.183111-53.034666-53.034667 7.893333-7.893333 87.921778 87.907556 12.615111-12.600889-73.073778-73.073778 7.537778-7.537778 73.073778 73.059556 12.487111-12.487111-75.306667-75.306667 7.907556-7.893333 84.138666 84.138666-40.533333 40.533334 18.261333 18.275555-7.893333 7.907556-52.807111-52.807111-2.702222 2.702222q-5.774222 15.445333-6.129778 31.118222 22.513778 4.835556 42.069333 7.424z m-137.528889-64.696889q30.293333 15.914667 67.171556 32.995556-4.238222 6.129778-7.182222 10.723555-31.587556-15.317333-65.294223-31.104l5.304889-12.615111z m53.617778-20.849778q4.48 18.147556 8.135111 37.831111l-13.553778 1.991112q-2.588444-18.858667-6.826666-38.414223l12.245333-1.422222zM888.376889 252.629333l-130.659556-130.659555a7.082667 7.082667 0 0 0-9.969777 0 7.082667 7.082667 0 0 0 0 9.984l130.659555 130.659555a7.182222 7.182222 0 0 0 10.055111 0.071111 7.253333 7.253333 0 0 0-0.085333-10.055111z m-30.250667 19.797334a7.182222 7.182222 0 0 0-10.055111-0.085334l-25.031111 25.031111a7.111111 7.111111 0 0 1-10.040889-0.085333l-30.179555-30.179555a7.182222 7.182222 0 0 0-10.055112-0.071112 7.111111 7.111111 0 0 0 0.085334 10.055112l30.165333 30.165333a21.319111 21.319111 0 0 0 30.094222 0l25.031111-25.031111a6.897778 6.897778 0 0 0 0-9.813334z m-120.433778-50.446223l-25.102222-25.102222a7.182222 7.182222 0 0 1-0.085333-10.055111l25.031111-25.031111a7.111111 7.111111 0 0 0-0.085333-10.055111 7.111111 7.111111 0 0 0-10.055111-0.071111l-25.031112 25.031111a21.319111 21.319111 0 0 0 0 30.08l25.102223 25.102222a7.182222 7.182222 0 0 0 10.069333 0.071111 6.812444 6.812444 0 0 0 0.142222-9.969778z m39.907556-110.222222a7.182222 7.182222 0 0 0 10.055111 0.085334l25.016889-25.031112a7.111111 7.111111 0 0 1 10.055111 0.085334l25.102222 25.102222a7.182222 7.182222 0 0 0 10.055111 0.085333 7.111111 7.111111 0 0 0-0.071111-10.069333l-25.187555-25.173333a21.319111 21.319111 0 0 0-30.094222 0l-25.016889 25.031111a6.855111 6.855111 0 0 0 0.085333 9.884444z m115.370667 45.368889l30.151111 30.179556a7.182222 7.182222 0 0 1 0.099555 10.055111l-25.031111 25.031111a7.111111 7.111111 0 0 0 0.085334 10.040889 7.182222 7.182222 0 0 0 10.055111 0.085333l25.031111-25.031111a21.319111 21.319111 0 0 0 0-30.08l-30.179556-30.165333a7.182222 7.182222 0 0 0-10.055111-0.085334 6.954667 6.954667 0 0 0-0.156444 9.969778z m-80.213334 100.650667l-60.188444-60.174222a10.382222 10.382222 0 0 1 0-14.648889l56.163555-56.149334a10.382222 10.382222 0 0 1 14.648889 0l60.16 60.174223a10.382222 10.382222 0 0 1 0 14.648888l-56.149333 56.149334a10.382222 10.382222 0 0 1-14.648889 0z" fill="#FFFFFF" ></path></symbol><symbol id="jvs-public-mimadenglu1" viewBox="0 0 1024 1024"><path d="M34.332444 0c-12.657778 0-19.015111 15.317333-10.055111 24.277333l975.445334 975.445334c8.96 8.96 24.277333 2.616889 24.277333-10.055111V85.333333a85.333333 85.333333 0 0 0-85.333333-85.333333H34.332444z" fill="#1E6FFF" ></path><path d="M403.256889 144q21.390222 11.960889 44.202667 21.333333l26.979555-26.993777 8.376889 8.376888-23.395556 23.381334q37.063111 13.852444 77.240889 21.048889l-1.521777 12.600889q-41.244444-8.135111-80.910223-22.926223 0.113778 4.835556 4.892445 9.614223l22.627555 22.613333q7.068444 7.082667 12.487111 4.494222 5.432889-2.360889 14.976-10.254222 2.232889 5.546667 5.546667 12.373333-10.851556 7.310222-14.264889 9.073778-12.145778 7.182222-24.632889-5.304889l-26.88-26.88q-10.183111-10.183111-7.352889-20.679111-21.276444-8.661333-42.026666-19.256889 2.360889-6.257778 3.655111-12.615111z m48.440889 140.117333l4.593778-4.593777-79.431112-79.431112 31.004445-31.004444 8.96 8.96-22.513778 22.513778 30.520889 30.535111 27.107556-27.107556 9.415111 9.429334-27.093334 27.093333 30.520889 30.535111 22.499556-22.513778 8.96 8.96-35.584 35.584-8.96-8.96z m14.136889-192.568889l50.503111 50.503112q2.062222-6.414222 3.953778-13.724445l12.842666 4.593778q-2.360889 9.671111-6.257778 19.683555l47.274667 47.260445-20.977778 20.977778-9.557333-9.557334 12.501333-12.487111-89.216-89.216-12.487111 12.501334-9.557333-9.557334 20.977778-20.977778z m-7.651556 35.242667l5.063111 11.434667q-18.389333 7.310222-35.584 11.548444-1.891556-5.660444-4.835555-12.373333 15.786667-2.830222 35.356444-10.609778z m66.588445 84.736l11.889777 1.763556q-0.810667 19.214222-3.057777 34.659555l-13.553778-2.005333q2.944-15.445333 4.721778-34.417778z m-31.943112-61.866667l11.434667 0.824889q1.649778 14.136889 1.763556 26.282667l-13.198223-0.483556q0.583111-14.023111 0-26.624z m35.697778 110.890667q34.304-5.546667 66.304-24.689778l-17.379555-17.379555 8.718222-8.718222 44.074667 44.074666-8.718223 8.718222-17.635555-17.621333q-18.488889 11.093333-36.992 18.147556l22.798222 22.812444-63.857778 63.872-8.391111-8.362667 8.149333-8.135111-14.734222-14.734222-9.671111 9.671111-8.362667-8.376889 49.080889-49.080889q-8.120889 1.891556-16.213333 3.000889 1.550222-5.063111 2.844444-13.198222z m112.440889 21.447111l-37.589333 31.473778 27.747555 27.747556 42.723556-34.816-43.491556-43.491556 8.490667-8.490667 53.390222 53.390223-52.209778 42.311111 12.487112 12.487111q-24.860444 22.983111-43.377778 39.594666-18.616889 16.497778-34.275556 0.824889-7.907556-7.893333-17.336889-18.019555 3.655111-5.077333 8.135111-11.434667 8.490667 10.609778 16.142223 18.261333 9.073778 9.073778 19.797333-0.227555 14.023111-12.145778 32.881778-30.051556l-49.137778-49.152 46.663111-39.352889 8.96 8.96z m-67.640889 3.541334l-14.734222-14.734223-39.964444 39.964445 14.734222 14.72 39.964444-39.964445z m-10.254222 36.408888l49.735111 49.735112-8.490667 8.490666-49.735111-49.735111 8.490667-8.490667z m116.792889 68.010667l77.653333 77.653333-36.295111 36.309334-8.96-8.96 4.252445-4.238222-59.761778-59.761778-4.238222 4.252444-8.96-8.96 36.309333-36.295111z m-68.366222 31.815111l39.480889 39.480889q-0.113778-8.362667-0.938667-23.808h11.320889q1.28 13.084444 1.877333 27.107556l-9.315555-0.355556 28.302222 28.288v-8.021333q14.364444 0.711111 26.865778 0l1.28 13.084444q-11.064889 0-23.907556-0.824889L726.755556 537.031111l-8.007112 8.021333-115.256888-115.271111 8.007111-8.007111z m169.713777-36.536889q-4.593778 10.026667-7.424 19.441778 20.024889 5.902222 36.295112 8.96l-1.649778 13.198222q-17.678222-4.48-37.361778-10.481777-1.536 7.893333-1.649778 15.559111 19.2 5.546667 36.892445 9.073777l-1.649778 13.425778q-15.786667-3.768889-34.645333-9.429333 2.474667 20.152889 14.606222 38.186667-8.135111 1.294222-16.028445 3.072-24.504889-50.446222 1.066667-105.955556l11.548444 4.949333z m-40.419555 81.208889l-59.761778-59.761778-16.497778 16.497778 59.747556 59.761778 16.497778-16.497778z m-35.242667-128.341333l8.007111-8.021333 46.677334 46.677333-8.135111 8.120889q-43.008 11.207111-94.862223-3.655111 1.763556-6.243556 3.299556-13.198223 18.730667 6.016 32.284444 7.779556 0.241778-15.075556-0.113777-30.293333h11.079111q0.824889 16.867556 1.052444 31.473777 18.389333 1.180444 36.536889-3.057777l-35.84-35.84z m10.837334 52.323555l39.964444 39.950223-7.793778 7.779555-39.950222-39.964444 7.779556-7.765334z m160.867555 206.819556l-0.938667 14.620444q-16.611556-3.413333-40.419555-9.315555 3.057778 24.519111 18.972444 49.863111-8.718222 1.408-16.142222 3.171556-22.286222-41.827556-13.909333-80.369778l-25.571556 25.571555q-14.264889 14.264889-28.871111-0.355555-6.968889-6.954667-16.270222-16.725334l8.490667-11.804444q7.537778 9.443556 14.136888 16.270222 8.362667 8.376889 15.914667 0.824889l42.183111-42.183111-53.034666-53.034667 7.893333-7.893333 87.921778 87.907556 12.615111-12.600889-73.073778-73.073778 7.537778-7.537778 73.073778 73.059556 12.487111-12.487111-75.306667-75.306667 7.907556-7.893333 84.138666 84.138666-40.533333 40.533334 18.261333 18.275555-7.893333 7.907556-52.807111-52.807111-2.702222 2.702222q-5.774222 15.445333-6.129778 31.118222 22.513778 4.835556 42.069333 7.424z m-137.528889-64.696889q30.293333 15.914667 67.171556 32.995556-4.238222 6.129778-7.182222 10.723555-31.587556-15.317333-65.294223-31.104l5.304889-12.615111z m53.617778-20.849778q4.48 18.147556 8.135111 37.831111l-13.553778 1.991112q-2.588444-18.858667-6.826666-38.414223l12.245333-1.422222zM890.837333 235.776l-68.352-68.352 24.334223-24.334222c8.064-8.049778 27.207111-6.798222 39.793777 5.774222 12.572444 12.586667 13.838222 31.729778 5.774223 39.793778l-7.296 7.296 0.099555 0.099555a12.416 12.416 0 0 0 1.493333 16.071111c4.48 4.494222 11.349333 5.020444 16.071112 1.493334l0.099555 0.099555 7.296-7.296c18.787556-18.787556 15.928889-52.167111-6.471111-74.552889-22.343111-22.357333-55.736889-25.230222-74.524444-6.442666l-24.32 24.334222-5.091556-5.077333c-8.391111-8.391111-21.731556-8.661333-29.809778-0.568889l-58.453333 58.453333c-8.049778 8.049778-7.793778 21.390222 0.597333 29.767111l91.164445 91.164445c8.419556 8.419556 21.731556 8.647111 29.781333 0.597333l58.453333-58.453333c8.049778-8.106667 7.708444-21.518222-0.64-29.866667z m-91.918222 15.914667l-6.641778 6.627555a10.709333 10.709333 0 0 1-15.189333-0.056889 10.666667 10.666667 0 0 1 0-15.132444l6.641778-6.627556c-3.271111-8.675556-1.649778-18.688 5.020444-25.358222 9.315556-9.315556 24.789333-8.888889 34.56 0.881778 9.784889 9.784889 10.183111 25.230222 0.853334 34.545778-6.584889 6.727111-16.568889 8.391111-25.244445 5.12z" fill="#FFFFFF" ></path></symbol></svg>',(o=>{var r=(e=(e=document.getElementsByTagName("script"))[e.length-1]).getAttribute("data-injectcss"),e=e.getAttribute("data-disable-injectsvg");if(!e){var t,a,s,c,l,u=function(p,g){g.parentNode.insertBefore(p,g)};if(r&&!o.__iconfont__svg__cssinject__){o.__iconfont__svg__cssinject__=!0;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch(p){console&&console.log(p)}}t=function(){var p,g=document.createElement("div");g.innerHTML=o._iconfont_svg_string_4329770,(g=g.getElementsByTagName("svg")[0])&&(g.setAttribute("aria-hidden","true"),g.style.position="absolute",g.style.width=0,g.style.height=0,g.style.overflow="hidden",g=g,(p=document.body).firstChild?u(g,p.firstChild):p.appendChild(g))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(t,0):(a=function(){document.removeEventListener("DOMContentLoaded",a,!1),t()},document.addEventListener("DOMContentLoaded",a,!1)):document.attachEvent&&(s=t,c=o.document,l=!1,f(),c.onreadystatechange=function(){c.readyState=="complete"&&(c.onreadystatechange=null,h())})}function h(){l||(l=!0,s())}function f(){try{c.documentElement.doScroll("left")}catch{return void setTimeout(f,50)}h()}})(window),kr.install=function(o,r){r&&O8(r),o.component("JvsDraw",kr)},p2.JvsDraw=kr,p2.default=kr,p2.setConfig=O8,Object.defineProperties(p2,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
|