hongshu-view 1.0.21 → 1.0.23

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/README.md CHANGED
@@ -1,6 +1,14 @@
1
1
  ## hongshu-view
2
2
  城市大脑鸿书产品web端业务组件库
3
3
 
4
+ ### 1.0.23
5
+ 1.修改el-message的定位问题
6
+ 2026年1月14日11:27:00
7
+
8
+ ### 1.0.22
9
+ 1.修改el-message的定位问题
10
+ 2026年1月13日11:27:00
11
+
4
12
  ### 1.0.21
5
13
  1.修改token失效后跳转登录页会带有引号的问题
6
14
  2026年1月13日10:27:00
@@ -25905,11 +25905,10 @@ function Oie(e) {
25905
25905
  let n = JSON.parse("/login.html"), s = window.localStorage.getItem("loginPage");
25906
25906
  if (s)
25907
25907
  try {
25908
- n = s.replace(/^['"]|['"]$/g, "");
25908
+ n = s;
25909
25909
  } catch (a) {
25910
- n = "/login.html";
25911
25910
  }
25912
- e != null && e.loginPage && (n = e.loginPage.replace(/^['"]|['"]$/g, "")), location.href = n;
25911
+ e.loginPage && (n = e.loginPage), location.href = n;
25913
25912
  }
25914
25913
  const u4 = (e, n) => {
25915
25914
  const s = e.__vccOpts || e;
@@ -39,7 +39,7 @@ For more detail, please visit: ${c}
39
39
  `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(n){return n instanceof this?n:new this(n)}static concat(n,...s){const a=new this(n);return s.forEach(c=>a.set(c)),a}static accessor(n){const a=(this[Eme]=this[Eme]={accessors:{}}).accessors,c=this.prototype;function f(p){const g=h3(p);a[g]||(aIe(c,p),a[g]=!0)}return mn.isArray(n)?n.forEach(f):f(n),this}};a5.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),mn.freezeMethods(a5.prototype),mn.freezeMethods(a5);const l0=a5;function vZ(e,n){const s=this||bZ,a=n||s,c=l0.from(a.headers);let f=a.data;return mn.forEach(e,function(g){f=g.call(s,f,c.normalize(),n?n.status:void 0)}),c.normalize(),f}function Tme(e){return!!(e&&e.__CANCEL__)}function g3(e,n,s){Si.call(this,e==null?"canceled":e,Si.ERR_CANCELED,n,s),this.name="CanceledError"}mn.inherits(g3,Si,{__CANCEL__:!0});function lIe(e,n,s){const a=s.config.validateStatus;!s.status||!a||a(s.status)?e(s):n(new Si("Request failed with status code "+s.status,[Si.ERR_BAD_REQUEST,Si.ERR_BAD_RESPONSE][Math.floor(s.status/100)-4],s.config,s.request,s))}const cIe=cy.isStandardBrowserEnv?function(){return{write:function(s,a,c,f,p,g){const v=[];v.push(s+"="+encodeURIComponent(a)),mn.isNumber(c)&&v.push("expires="+new Date(c).toGMTString()),mn.isString(f)&&v.push("path="+f),mn.isString(p)&&v.push("domain="+p),g===!0&&v.push("secure"),document.cookie=v.join("; ")},read:function(s){const a=document.cookie.match(new RegExp("(^|;\\s*)("+s+")=([^;]*)"));return a?decodeURIComponent(a[3]):null},remove:function(s){this.write(s,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}();function uIe(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function dIe(e,n){return n?e.replace(/\/+$/,"")+"/"+n.replace(/^\/+/,""):e}function Ome(e,n){return e&&!uIe(n)?dIe(e,n):n}const fIe=cy.isStandardBrowserEnv?function(){const n=/(msie|trident)/i.test(navigator.userAgent),s=document.createElement("a");let a;function c(f){let p=f;return n&&(s.setAttribute("href",p),p=s.href),s.setAttribute("href",p),{href:s.href,protocol:s.protocol?s.protocol.replace(/:$/,""):"",host:s.host,search:s.search?s.search.replace(/^\?/,""):"",hash:s.hash?s.hash.replace(/^#/,""):"",hostname:s.hostname,port:s.port,pathname:s.pathname.charAt(0)==="/"?s.pathname:"/"+s.pathname}}return a=c(window.location.href),function(p){const g=mn.isString(p)?c(p):p;return g.protocol===a.protocol&&g.host===a.host}}():function(){return function(){return!0}}();function pIe(e){const n=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return n&&n[1]||""}function mIe(e,n){e=e||10;const s=new Array(e),a=new Array(e);let c=0,f=0,p;return n=n!==void 0?n:1e3,function(v){const C=Date.now(),E=a[f];p||(p=C),s[c]=v,a[c]=C;let O=f,_=0;for(;O!==c;)_+=s[O++],O=O%e;if(c=(c+1)%e,c===f&&(f=(f+1)%e),C-p<n)return;const D=E&&C-E;return D?Math.round(_*1e3/D):void 0}}function Nme(e,n){let s=0;const a=mIe(50,250);return c=>{const f=c.loaded,p=c.lengthComputable?c.total:void 0,g=f-s,v=a(g),C=f<=p;s=f;const E={loaded:f,total:p,progress:p?f/p:void 0,bytes:g,rate:v||void 0,estimated:v&&p&&C?(p-f)/v:void 0,event:c};E[n?"download":"upload"]=!0,e(E)}}const l5={http:VPe,xhr:typeof XMLHttpRequest!="undefined"&&function(e){return new Promise(function(s,a){let c=e.data;const f=l0.from(e.headers).normalize(),p=e.responseType;let g;function v(){e.cancelToken&&e.cancelToken.unsubscribe(g),e.signal&&e.signal.removeEventListener("abort",g)}mn.isFormData(c)&&(cy.isStandardBrowserEnv||cy.isStandardBrowserWebWorkerEnv?f.setContentType(!1):f.setContentType("multipart/form-data;",!1));let C=new XMLHttpRequest;if(e.auth){const D=e.auth.username||"",M=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";f.set("Authorization","Basic "+btoa(D+":"+M))}const E=Ome(e.baseURL,e.url);C.open(e.method.toUpperCase(),Cme(E,e.params,e.paramsSerializer),!0),C.timeout=e.timeout;function O(){if(!C)return;const D=l0.from("getAllResponseHeaders"in C&&C.getAllResponseHeaders()),R={data:!p||p==="text"||p==="json"?C.responseText:C.response,status:C.status,statusText:C.statusText,headers:D,config:e,request:C};lIe(function(V){s(V),v()},function(V){a(V),v()},R),C=null}if("onloadend"in C?C.onloadend=O:C.onreadystatechange=function(){!C||C.readyState!==4||C.status===0&&!(C.responseURL&&C.responseURL.indexOf("file:")===0)||setTimeout(O)},C.onabort=function(){C&&(a(new Si("Request aborted",Si.ECONNABORTED,e,C)),C=null)},C.onerror=function(){a(new Si("Network Error",Si.ERR_NETWORK,e,C)),C=null},C.ontimeout=function(){let M=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const R=e.transitional||xme;e.timeoutErrorMessage&&(M=e.timeoutErrorMessage),a(new Si(M,R.clarifyTimeoutError?Si.ETIMEDOUT:Si.ECONNABORTED,e,C)),C=null},cy.isStandardBrowserEnv){const D=(e.withCredentials||fIe(E))&&e.xsrfCookieName&&cIe.read(e.xsrfCookieName);D&&f.set(e.xsrfHeaderName,D)}c===void 0&&f.setContentType(null),"setRequestHeader"in C&&mn.forEach(f.toJSON(),function(M,R){C.setRequestHeader(R,M)}),mn.isUndefined(e.withCredentials)||(C.withCredentials=!!e.withCredentials),p&&p!=="json"&&(C.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&C.addEventListener("progress",Nme(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&C.upload&&C.upload.addEventListener("progress",Nme(e.onUploadProgress)),(e.cancelToken||e.signal)&&(g=D=>{C&&(a(!D||D.type?new g3(null,e,C):D),C.abort(),C=null)},e.cancelToken&&e.cancelToken.subscribe(g),e.signal&&(e.signal.aborted?g():e.signal.addEventListener("abort",g)));const _=pIe(E);if(_&&cy.protocols.indexOf(_)===-1){a(new Si("Unsupported protocol "+_+":",Si.ERR_BAD_REQUEST,e));return}C.send(c||null)})}};mn.forEach(l5,(e,n)=>{if(e){try{Object.defineProperty(e,"name",{value:n})}catch(s){}Object.defineProperty(e,"adapterName",{value:n})}});const hIe={getAdapter:e=>{e=mn.isArray(e)?e:[e];const{length:n}=e;let s,a;for(let c=0;c<n&&(s=e[c],!(a=mn.isString(s)?l5[s.toLowerCase()]:s));c++);if(!a)throw a===!1?new Si(`Adapter ${s} is not supported by the environment`,"ERR_NOT_SUPPORT"):new Error(mn.hasOwnProp(l5,s)?`Adapter '${s}' is not available in the build`:`Unknown adapter '${s}'`);if(!mn.isFunction(a))throw new TypeError("adapter is not a function");return a},adapters:l5};function wZ(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new g3(null,e)}function _me(e){return wZ(e),e.headers=l0.from(e.headers),e.data=vZ.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),hIe.getAdapter(e.adapter||bZ.adapter)(e).then(function(a){return wZ(e),a.data=vZ.call(e,e.transformResponse,a),a.headers=l0.from(a.headers),a},function(a){return Tme(a)||(wZ(e),a&&a.response&&(a.response.data=vZ.call(e,e.transformResponse,a.response),a.response.headers=l0.from(a.response.headers))),Promise.reject(a)})}const Ame=e=>e instanceof l0?e.toJSON():e;function tO(e,n){n=n||{};const s={};function a(C,E,O){return mn.isPlainObject(C)&&mn.isPlainObject(E)?mn.merge.call({caseless:O},C,E):mn.isPlainObject(E)?mn.merge({},E):mn.isArray(E)?E.slice():E}function c(C,E,O){if(mn.isUndefined(E)){if(!mn.isUndefined(C))return a(void 0,C,O)}else return a(C,E,O)}function f(C,E){if(!mn.isUndefined(E))return a(void 0,E)}function p(C,E){if(mn.isUndefined(E)){if(!mn.isUndefined(C))return a(void 0,C)}else return a(void 0,E)}function g(C,E,O){if(O in n)return a(C,E);if(O in e)return a(void 0,C)}const v={url:f,method:f,data:f,baseURL:p,transformRequest:p,transformResponse:p,paramsSerializer:p,timeout:p,timeoutMessage:p,withCredentials:p,adapter:p,responseType:p,xsrfCookieName:p,xsrfHeaderName:p,onUploadProgress:p,onDownloadProgress:p,decompress:p,maxContentLength:p,maxBodyLength:p,beforeRedirect:p,transport:p,httpAgent:p,httpsAgent:p,cancelToken:p,socketPath:p,responseEncoding:p,validateStatus:g,headers:(C,E)=>c(Ame(C),Ame(E),!0)};return mn.forEach(Object.keys(Object.assign({},e,n)),function(E){const O=v[E]||c,_=O(e[E],n[E],E);mn.isUndefined(_)&&O!==g||(s[E]=_)}),s}const Mme="1.4.0",CZ={};["object","boolean","number","function","string","symbol"].forEach((e,n)=>{CZ[e]=function(a){return typeof a===e||"a"+(n<1?"n ":" ")+e}});const Bme={};CZ.transitional=function(n,s,a){function c(f,p){return"[Axios v"+Mme+"] Transitional option '"+f+"'"+p+(a?". "+a:"")}return(f,p,g)=>{if(n===!1)throw new Si(c(p," has been removed"+(s?" in "+s:"")),Si.ERR_DEPRECATED);return s&&!Bme[p]&&(Bme[p]=!0,console.warn(c(p," has been deprecated since v"+s+" and will be removed in the near future"))),n?n(f,p,g):!0}};function gIe(e,n,s){if(typeof e!="object")throw new Si("options must be an object",Si.ERR_BAD_OPTION_VALUE);const a=Object.keys(e);let c=a.length;for(;c-- >0;){const f=a[c],p=n[f];if(p){const g=e[f],v=g===void 0||p(g,f,e);if(v!==!0)throw new Si("option "+f+" must be "+v,Si.ERR_BAD_OPTION_VALUE);continue}if(s!==!0)throw new Si("Unknown option "+f,Si.ERR_BAD_OPTION)}}const SZ={assertOptions:gIe,validators:CZ},_w=SZ.validators;let c5=class{constructor(n){this.defaults=n,this.interceptors={request:new Sme,response:new Sme}}request(n,s){typeof n=="string"?(s=s||{},s.url=n):s=n||{},s=tO(this.defaults,s);const{transitional:a,paramsSerializer:c,headers:f}=s;a!==void 0&&SZ.assertOptions(a,{silentJSONParsing:_w.transitional(_w.boolean),forcedJSONParsing:_w.transitional(_w.boolean),clarifyTimeoutError:_w.transitional(_w.boolean)},!1),c!=null&&(mn.isFunction(c)?s.paramsSerializer={serialize:c}:SZ.assertOptions(c,{encode:_w.function,serialize:_w.function},!0)),s.method=(s.method||this.defaults.method||"get").toLowerCase();let p;p=f&&mn.merge(f.common,f[s.method]),p&&mn.forEach(["delete","get","head","post","put","patch","common"],M=>{delete f[M]}),s.headers=l0.concat(p,f);const g=[];let v=!0;this.interceptors.request.forEach(function(R){typeof R.runWhen=="function"&&R.runWhen(s)===!1||(v=v&&R.synchronous,g.unshift(R.fulfilled,R.rejected))});const C=[];this.interceptors.response.forEach(function(R){C.push(R.fulfilled,R.rejected)});let E,O=0,_;if(!v){const M=[_me.bind(this),void 0];for(M.unshift.apply(M,g),M.push.apply(M,C),_=M.length,E=Promise.resolve(s);O<_;)E=E.then(M[O++],M[O++]);return E}_=g.length;let D=s;for(O=0;O<_;){const M=g[O++],R=g[O++];try{D=M(D)}catch(I){R.call(this,I);break}}try{E=_me.call(this,D)}catch(M){return Promise.reject(M)}for(O=0,_=C.length;O<_;)E=E.then(C[O++],C[O++]);return E}getUri(n){n=tO(this.defaults,n);const s=Ome(n.baseURL,n.url);return Cme(s,n.params,n.paramsSerializer)}};mn.forEach(["delete","get","head","options"],function(n){c5.prototype[n]=function(s,a){return this.request(tO(a||{},{method:n,url:s,data:(a||{}).data}))}}),mn.forEach(["post","put","patch"],function(n){function s(a){return function(f,p,g){return this.request(tO(g||{},{method:n,headers:a?{"Content-Type":"multipart/form-data"}:{},url:f,data:p}))}}c5.prototype[n]=s(),c5.prototype[n+"Form"]=s(!0)});const u5=c5,bIe=class Cwe{constructor(n){if(typeof n!="function")throw new TypeError("executor must be a function.");let s;this.promise=new Promise(function(f){s=f});const a=this;this.promise.then(c=>{if(!a._listeners)return;let f=a._listeners.length;for(;f-- >0;)a._listeners[f](c);a._listeners=null}),this.promise.then=c=>{let f;const p=new Promise(g=>{a.subscribe(g),f=g}).then(c);return p.cancel=function(){a.unsubscribe(f)},p},n(function(f,p,g){a.reason||(a.reason=new g3(f,p,g),s(a.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(n){if(this.reason){n(this.reason);return}this._listeners?this._listeners.push(n):this._listeners=[n]}unsubscribe(n){if(!this._listeners)return;const s=this._listeners.indexOf(n);s!==-1&&this._listeners.splice(s,1)}static source(){let n;return{token:new Cwe(function(c){n=c}),cancel:n}}};function yIe(e){return function(s){return e.apply(null,s)}}function vIe(e){return mn.isObject(e)&&e.isAxiosError===!0}const xZ={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(xZ).forEach(([e,n])=>{xZ[n]=e});const wIe=xZ;function Dme(e){const n=new u5(e),s=rme(u5.prototype.request,n);return mn.extend(s,u5.prototype,n,{allOwnKeys:!0}),mn.extend(s,n,null,{allOwnKeys:!0}),s.create=function(c){return Dme(tO(e,c))},s}const hu=Dme(bZ);hu.Axios=u5,hu.CanceledError=g3,hu.CancelToken=bIe,hu.isCancel=Tme,hu.VERSION=Mme,hu.toFormData=s5,hu.AxiosError=Si,hu.Cancel=hu.CanceledError,hu.all=function(n){return Promise.all(n)},hu.spread=yIe,hu.isAxiosError=vIe,hu.mergeConfig=tO,hu.AxiosHeaders=l0,hu.formToJSON=e=>kme(mn.isHTMLForm(e)?new FormData(e):e),hu.HttpStatusCode=wIe,hu.default=hu;const kZ=hu,{Axios:DQe,AxiosError:CIe,CanceledError:RQe,isCancel:$Qe,CancelToken:PQe,VERSION:IQe,all:LQe,Cancel:FQe,isAxiosError:zQe,spread:VQe,toFormData:HQe,AxiosHeaders:UQe,HttpStatusCode:WQe,formToJSON:jQe,mergeConfig:KQe}=kZ;var SIe=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var n={},s=Symbol("test"),a=Object(s);if(typeof s=="string"||Object.prototype.toString.call(s)!=="[object Symbol]"||Object.prototype.toString.call(a)!=="[object Symbol]")return!1;var c=42;n[s]=c;for(s in n)return!1;if(typeof Object.keys=="function"&&Object.keys(n).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(n).length!==0)return!1;var f=Object.getOwnPropertySymbols(n);if(f.length!==1||f[0]!==s||!Object.prototype.propertyIsEnumerable.call(n,s))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var p=Object.getOwnPropertyDescriptor(n,s);if(p.value!==c||p.enumerable!==!0)return!1}return!0},Rme=typeof Symbol!="undefined"&&Symbol,xIe=SIe,kIe=function(){return typeof Rme!="function"||typeof Symbol!="function"||typeof Rme("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:xIe()},$me={foo:{}},EIe=Object,TIe=function(){return{__proto__:$me}.foo===$me.foo&&!({__proto__:null}instanceof EIe)},OIe="Function.prototype.bind called on incompatible ",EZ=Array.prototype.slice,NIe=Object.prototype.toString,_Ie="[object Function]",AIe=function(n){var s=this;if(typeof s!="function"||NIe.call(s)!==_Ie)throw new TypeError(OIe+s);for(var a=EZ.call(arguments,1),c,f=function(){if(this instanceof c){var E=s.apply(this,a.concat(EZ.call(arguments)));return Object(E)===E?E:this}else return s.apply(n,a.concat(EZ.call(arguments)))},p=Math.max(0,s.length-a.length),g=[],v=0;v<p;v++)g.push("$"+v);if(c=Function("binder","return function ("+g.join(",")+"){ return binder.apply(this,arguments); }")(f),s.prototype){var C=function(){};C.prototype=s.prototype,c.prototype=new C,C.prototype=null}return c},MIe=AIe,TZ=Function.prototype.bind||MIe,BIe=TZ,DIe=BIe.call(Function.call,Object.prototype.hasOwnProperty),li,nO=SyntaxError,Pme=Function,oO=TypeError,OZ=function(e){try{return Pme('"use strict"; return ('+e+").constructor;")()}catch(n){}},L2=Object.getOwnPropertyDescriptor;if(L2)try{L2({},"")}catch(e){L2=null}var NZ=function(){throw new oO},RIe=L2?function(){try{return arguments.callee,NZ}catch(e){try{return L2(arguments,"callee").get}catch(n){return NZ}}}():NZ,sO=kIe(),$Ie=TIe(),Iu=Object.getPrototypeOf||($Ie?function(e){return e.__proto__}:null),rO={},PIe=typeof Uint8Array=="undefined"||!Iu?li:Iu(Uint8Array),F2={"%AggregateError%":typeof AggregateError=="undefined"?li:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer=="undefined"?li:ArrayBuffer,"%ArrayIteratorPrototype%":sO&&Iu?Iu([][Symbol.iterator]()):li,"%AsyncFromSyncIteratorPrototype%":li,"%AsyncFunction%":rO,"%AsyncGenerator%":rO,"%AsyncGeneratorFunction%":rO,"%AsyncIteratorPrototype%":rO,"%Atomics%":typeof Atomics=="undefined"?li:Atomics,"%BigInt%":typeof BigInt=="undefined"?li:BigInt,"%BigInt64Array%":typeof BigInt64Array=="undefined"?li:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array=="undefined"?li:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView=="undefined"?li:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array=="undefined"?li:Float32Array,"%Float64Array%":typeof Float64Array=="undefined"?li:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry=="undefined"?li:FinalizationRegistry,"%Function%":Pme,"%GeneratorFunction%":rO,"%Int8Array%":typeof Int8Array=="undefined"?li:Int8Array,"%Int16Array%":typeof Int16Array=="undefined"?li:Int16Array,"%Int32Array%":typeof Int32Array=="undefined"?li:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":sO&&Iu?Iu(Iu([][Symbol.iterator]())):li,"%JSON%":typeof JSON=="object"?JSON:li,"%Map%":typeof Map=="undefined"?li:Map,"%MapIteratorPrototype%":typeof Map=="undefined"||!sO||!Iu?li:Iu(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise=="undefined"?li:Promise,"%Proxy%":typeof Proxy=="undefined"?li:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect=="undefined"?li:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set=="undefined"?li:Set,"%SetIteratorPrototype%":typeof Set=="undefined"||!sO||!Iu?li:Iu(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer=="undefined"?li:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":sO&&Iu?Iu(""[Symbol.iterator]()):li,"%Symbol%":sO?Symbol:li,"%SyntaxError%":nO,"%ThrowTypeError%":RIe,"%TypedArray%":PIe,"%TypeError%":oO,"%Uint8Array%":typeof Uint8Array=="undefined"?li:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray=="undefined"?li:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array=="undefined"?li:Uint16Array,"%Uint32Array%":typeof Uint32Array=="undefined"?li:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap=="undefined"?li:WeakMap,"%WeakRef%":typeof WeakRef=="undefined"?li:WeakRef,"%WeakSet%":typeof WeakSet=="undefined"?li:WeakSet};if(Iu)try{null.error}catch(e){var IIe=Iu(Iu(e));F2["%Error.prototype%"]=IIe}var LIe=function e(n){var s;if(n==="%AsyncFunction%")s=OZ("async function () {}");else if(n==="%GeneratorFunction%")s=OZ("function* () {}");else if(n==="%AsyncGeneratorFunction%")s=OZ("async function* () {}");else if(n==="%AsyncGenerator%"){var a=e("%AsyncGeneratorFunction%");a&&(s=a.prototype)}else if(n==="%AsyncIteratorPrototype%"){var c=e("%AsyncGenerator%");c&&Iu&&(s=Iu(c.prototype))}return F2[n]=s,s},Ime={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},b3=TZ,d5=DIe,FIe=b3.call(Function.call,Array.prototype.concat),zIe=b3.call(Function.apply,Array.prototype.splice),Lme=b3.call(Function.call,String.prototype.replace),f5=b3.call(Function.call,String.prototype.slice),VIe=b3.call(Function.call,RegExp.prototype.exec),HIe=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,UIe=/\\(\\)?/g,WIe=function(n){var s=f5(n,0,1),a=f5(n,-1);if(s==="%"&&a!=="%")throw new nO("invalid intrinsic syntax, expected closing `%`");if(a==="%"&&s!=="%")throw new nO("invalid intrinsic syntax, expected opening `%`");var c=[];return Lme(n,HIe,function(f,p,g,v){c[c.length]=g?Lme(v,UIe,"$1"):p||f}),c},jIe=function(n,s){var a=n,c;if(d5(Ime,a)&&(c=Ime[a],a="%"+c[0]+"%"),d5(F2,a)){var f=F2[a];if(f===rO&&(f=LIe(a)),typeof f=="undefined"&&!s)throw new oO("intrinsic "+n+" exists, but is not available. Please file an issue!");return{alias:c,name:a,value:f}}throw new nO("intrinsic "+n+" does not exist!")},_Z=function(n,s){if(typeof n!="string"||n.length===0)throw new oO("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof s!="boolean")throw new oO('"allowMissing" argument must be a boolean');if(VIe(/^%?[^%]*%?$/,n)===null)throw new nO("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var a=WIe(n),c=a.length>0?a[0]:"",f=jIe("%"+c+"%",s),p=f.name,g=f.value,v=!1,C=f.alias;C&&(c=C[0],zIe(a,FIe([0,1],C)));for(var E=1,O=!0;E<a.length;E+=1){var _=a[E],D=f5(_,0,1),M=f5(_,-1);if((D==='"'||D==="'"||D==="`"||M==='"'||M==="'"||M==="`")&&D!==M)throw new nO("property names with quotes must have matching quotes");if((_==="constructor"||!O)&&(v=!0),c+="."+_,p="%"+c+"%",d5(F2,p))g=F2[p];else if(g!=null){if(!(_ in g)){if(!s)throw new oO("base intrinsic for "+n+" exists, but the property is not available.");return}if(L2&&E+1>=a.length){var R=L2(g,_);O=!!R,O&&"get"in R&&!("originalValue"in R.get)?g=R.get:g=g[_]}else O=d5(g,_),g=g[_];O&&!v&&(F2[p]=g)}}return g},Fme={exports:{}};(function(e){var n=TZ,s=_Z,a=s("%Function.prototype.apply%"),c=s("%Function.prototype.call%"),f=s("%Reflect.apply%",!0)||n.call(c,a),p=s("%Object.getOwnPropertyDescriptor%",!0),g=s("%Object.defineProperty%",!0),v=s("%Math.max%");if(g)try{g({},"a",{value:1})}catch(E){g=null}e.exports=function(O){var _=f(n,c,arguments);if(p&&g){var D=p(_,"length");D.configurable&&g(_,"length",{value:1+v(0,O.length-(arguments.length-1))})}return _};var C=function(){return f(n,a,arguments)};g?g(e.exports,"apply",{value:C}):e.exports.apply=C})(Fme);var KIe=Fme.exports,zme=_Z,Vme=KIe,qIe=Vme(zme("String.prototype.indexOf")),ZIe=function(n,s){var a=zme(n,!!s);return typeof a=="function"&&qIe(n,".prototype.")>-1?Vme(a):a};const GIe=SAe(Object.freeze(Object.defineProperty({__proto__:null,default:{}},Symbol.toStringTag,{value:"Module"})));var AZ=typeof Map=="function"&&Map.prototype,MZ=Object.getOwnPropertyDescriptor&&AZ?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,p5=AZ&&MZ&&typeof MZ.get=="function"?MZ.get:null,Hme=AZ&&Map.prototype.forEach,BZ=typeof Set=="function"&&Set.prototype,DZ=Object.getOwnPropertyDescriptor&&BZ?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,m5=BZ&&DZ&&typeof DZ.get=="function"?DZ.get:null,Ume=BZ&&Set.prototype.forEach,YIe=typeof WeakMap=="function"&&WeakMap.prototype,y3=YIe?WeakMap.prototype.has:null,XIe=typeof WeakSet=="function"&&WeakSet.prototype,v3=XIe?WeakSet.prototype.has:null,JIe=typeof WeakRef=="function"&&WeakRef.prototype,Wme=JIe?WeakRef.prototype.deref:null,QIe=Boolean.prototype.valueOf,eLe=Object.prototype.toString,tLe=Function.prototype.toString,nLe=String.prototype.match,RZ=String.prototype.slice,Aw=String.prototype.replace,oLe=String.prototype.toUpperCase,jme=String.prototype.toLowerCase,Kme=RegExp.prototype.test,qme=Array.prototype.concat,uy=Array.prototype.join,sLe=Array.prototype.slice,Zme=Math.floor,$Z=typeof BigInt=="function"?BigInt.prototype.valueOf:null,PZ=Object.getOwnPropertySymbols,IZ=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,iO=typeof Symbol=="function"&&typeof Symbol.iterator=="object",Ud=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===iO||"symbol")?Symbol.toStringTag:null,Gme=Object.prototype.propertyIsEnumerable,Yme=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function Xme(e,n){if(e===1/0||e===-1/0||e!==e||e&&e>-1e3&&e<1e3||Kme.call(/e/,n))return n;var s=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof e=="number"){var a=e<0?-Zme(-e):Zme(e);if(a!==e){var c=String(a),f=RZ.call(n,c.length+1);return Aw.call(c,s,"$&_")+"."+Aw.call(Aw.call(f,/([0-9]{3})/g,"$&_"),/_$/,"")}}return Aw.call(n,s,"$&_")}var LZ=GIe,Jme=LZ.custom,Qme=nhe(Jme)?Jme:null,rLe=function e(n,s,a,c){var f=s||{};if(Mw(f,"quoteStyle")&&f.quoteStyle!=="single"&&f.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Mw(f,"maxStringLength")&&(typeof f.maxStringLength=="number"?f.maxStringLength<0&&f.maxStringLength!==1/0:f.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var p=Mw(f,"customInspect")?f.customInspect:!0;if(typeof p!="boolean"&&p!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Mw(f,"indent")&&f.indent!==null&&f.indent!==" "&&!(parseInt(f.indent,10)===f.indent&&f.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(Mw(f,"numericSeparator")&&typeof f.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var g=f.numericSeparator;if(typeof n=="undefined")return"undefined";if(n===null)return"null";if(typeof n=="boolean")return n?"true":"false";if(typeof n=="string")return she(n,f);if(typeof n=="number"){if(n===0)return 1/0/n>0?"0":"-0";var v=String(n);return g?Xme(n,v):v}if(typeof n=="bigint"){var C=String(n)+"n";return g?Xme(n,C):C}var E=typeof f.depth=="undefined"?5:f.depth;if(typeof a=="undefined"&&(a=0),a>=E&&E>0&&typeof n=="object")return FZ(n)?"[Array]":"[Object]";var O=xLe(f,a);if(typeof c=="undefined")c=[];else if(ohe(c,n)>=0)return"[Circular]";function _($e,tt,it){if(tt&&(c=sLe.call(c),c.push(tt)),it){var q={depth:f.depth};return Mw(f,"quoteStyle")&&(q.quoteStyle=f.quoteStyle),e($e,q,a+1,c)}return e($e,f,a+1,c)}if(typeof n=="function"&&!the(n)){var D=mLe(n),M=h5(n,_);return"[Function"+(D?": "+D:" (anonymous)")+"]"+(M.length>0?" { "+uy.call(M,", ")+" }":"")}if(nhe(n)){var R=iO?Aw.call(String(n),/^(Symbol\(.*\))_[^)]*$/,"$1"):IZ.call(n);return typeof n=="object"&&!iO?w3(R):R}if(wLe(n)){for(var I="<"+jme.call(String(n.nodeName)),V=n.attributes||[],J=0;J<V.length;J++)I+=" "+V[J].name+"="+ehe(iLe(V[J].value),"double",f);return I+=">",n.childNodes&&n.childNodes.length&&(I+="..."),I+="</"+jme.call(String(n.nodeName))+">",I}if(FZ(n)){if(n.length===0)return"[]";var H=h5(n,_);return O&&!SLe(H)?"["+VZ(H,O)+"]":"[ "+uy.call(H,", ")+" ]"}if(lLe(n)){var U=h5(n,_);return!("cause"in Error.prototype)&&"cause"in n&&!Gme.call(n,"cause")?"{ ["+String(n)+"] "+uy.call(qme.call("[cause]: "+_(n.cause),U),", ")+" }":U.length===0?"["+String(n)+"]":"{ ["+String(n)+"] "+uy.call(U,", ")+" }"}if(typeof n=="object"&&p){if(Qme&&typeof n[Qme]=="function"&&LZ)return LZ(n,{depth:E-a});if(p!=="symbol"&&typeof n.inspect=="function")return n.inspect()}if(hLe(n)){var le=[];return Hme&&Hme.call(n,function($e,tt){le.push(_(tt,n,!0)+" => "+_($e,n))}),rhe("Map",p5.call(n),le,O)}if(yLe(n)){var ne=[];return Ume&&Ume.call(n,function($e){ne.push(_($e,n))}),rhe("Set",m5.call(n),ne,O)}if(gLe(n))return zZ("WeakMap");if(vLe(n))return zZ("WeakSet");if(bLe(n))return zZ("WeakRef");if(uLe(n))return w3(_(Number(n)));if(fLe(n))return w3(_($Z.call(n)));if(dLe(n))return w3(QIe.call(n));if(cLe(n))return w3(_(String(n)));if(!aLe(n)&&!the(n)){var K=h5(n,_),ce=Yme?Yme(n)===Object.prototype:n instanceof Object||n.constructor===Object,ve=n instanceof Object?"":"null prototype",Ce=!ce&&Ud&&Object(n)===n&&Ud in n?RZ.call(Bw(n),8,-1):ve?"Object":"",ke=ce||typeof n.constructor!="function"?"":n.constructor.name?n.constructor.name+" ":"",ue=ke+(Ce||ve?"["+uy.call(qme.call([],Ce||[],ve||[]),": ")+"] ":"");return K.length===0?ue+"{}":O?ue+"{"+VZ(K,O)+"}":ue+"{ "+uy.call(K,", ")+" }"}return String(n)};function ehe(e,n,s){var a=(s.quoteStyle||n)==="double"?'"':"'";return a+e+a}function iLe(e){return Aw.call(String(e),/"/g,"&quot;")}function FZ(e){return Bw(e)==="[object Array]"&&(!Ud||!(typeof e=="object"&&Ud in e))}function aLe(e){return Bw(e)==="[object Date]"&&(!Ud||!(typeof e=="object"&&Ud in e))}function the(e){return Bw(e)==="[object RegExp]"&&(!Ud||!(typeof e=="object"&&Ud in e))}function lLe(e){return Bw(e)==="[object Error]"&&(!Ud||!(typeof e=="object"&&Ud in e))}function cLe(e){return Bw(e)==="[object String]"&&(!Ud||!(typeof e=="object"&&Ud in e))}function uLe(e){return Bw(e)==="[object Number]"&&(!Ud||!(typeof e=="object"&&Ud in e))}function dLe(e){return Bw(e)==="[object Boolean]"&&(!Ud||!(typeof e=="object"&&Ud in e))}function nhe(e){if(iO)return e&&typeof e=="object"&&e instanceof Symbol;if(typeof e=="symbol")return!0;if(!e||typeof e!="object"||!IZ)return!1;try{return IZ.call(e),!0}catch(n){}return!1}function fLe(e){if(!e||typeof e!="object"||!$Z)return!1;try{return $Z.call(e),!0}catch(n){}return!1}var pLe=Object.prototype.hasOwnProperty||function(e){return e in this};function Mw(e,n){return pLe.call(e,n)}function Bw(e){return eLe.call(e)}function mLe(e){if(e.name)return e.name;var n=nLe.call(tLe.call(e),/^function\s*([\w$]+)/);return n?n[1]:null}function ohe(e,n){if(e.indexOf)return e.indexOf(n);for(var s=0,a=e.length;s<a;s++)if(e[s]===n)return s;return-1}function hLe(e){if(!p5||!e||typeof e!="object")return!1;try{p5.call(e);try{m5.call(e)}catch(n){return!0}return e instanceof Map}catch(n){}return!1}function gLe(e){if(!y3||!e||typeof e!="object")return!1;try{y3.call(e,y3);try{v3.call(e,v3)}catch(n){return!0}return e instanceof WeakMap}catch(n){}return!1}function bLe(e){if(!Wme||!e||typeof e!="object")return!1;try{return Wme.call(e),!0}catch(n){}return!1}function yLe(e){if(!m5||!e||typeof e!="object")return!1;try{m5.call(e);try{p5.call(e)}catch(n){return!0}return e instanceof Set}catch(n){}return!1}function vLe(e){if(!v3||!e||typeof e!="object")return!1;try{v3.call(e,v3);try{y3.call(e,y3)}catch(n){return!0}return e instanceof WeakSet}catch(n){}return!1}function wLe(e){return!e||typeof e!="object"?!1:typeof HTMLElement!="undefined"&&e instanceof HTMLElement?!0:typeof e.nodeName=="string"&&typeof e.getAttribute=="function"}function she(e,n){if(e.length>n.maxStringLength){var s=e.length-n.maxStringLength,a="... "+s+" more character"+(s>1?"s":"");return she(RZ.call(e,0,n.maxStringLength),n)+a}var c=Aw.call(Aw.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,CLe);return ehe(c,"single",n)}function CLe(e){var n=e.charCodeAt(0),s={8:"b",9:"t",10:"n",12:"f",13:"r"}[n];return s?"\\"+s:"\\x"+(n<16?"0":"")+oLe.call(n.toString(16))}function w3(e){return"Object("+e+")"}function zZ(e){return e+" { ? }"}function rhe(e,n,s,a){var c=a?VZ(s,a):uy.call(s,", ");return e+" ("+n+") {"+c+"}"}function SLe(e){for(var n=0;n<e.length;n++)if(ohe(e[n],`
40
40
  `)>=0)return!1;return!0}function xLe(e,n){var s;if(e.indent===" ")s=" ";else if(typeof e.indent=="number"&&e.indent>0)s=uy.call(Array(e.indent+1)," ");else return null;return{base:s,prev:uy.call(Array(n+1),s)}}function VZ(e,n){if(e.length===0)return"";var s=`
41
41
  `+n.prev+n.base;return s+uy.call(e,","+s)+`
42
- `+n.prev}function h5(e,n){var s=FZ(e),a=[];if(s){a.length=e.length;for(var c=0;c<e.length;c++)a[c]=Mw(e,c)?n(e[c],e):""}var f=typeof PZ=="function"?PZ(e):[],p;if(iO){p={};for(var g=0;g<f.length;g++)p["$"+f[g]]=f[g]}for(var v in e)Mw(e,v)&&(s&&String(Number(v))===v&&v<e.length||iO&&p["$"+v]instanceof Symbol||(Kme.call(/[^\w$]/,v)?a.push(n(v,e)+": "+n(e[v],e)):a.push(v+": "+n(e[v],e))));if(typeof PZ=="function")for(var C=0;C<f.length;C++)Gme.call(e,f[C])&&a.push("["+n(f[C])+"]: "+n(e[f[C]],e));return a}var HZ=_Z,aO=ZIe,kLe=rLe,ELe=HZ("%TypeError%"),g5=HZ("%WeakMap%",!0),b5=HZ("%Map%",!0),TLe=aO("WeakMap.prototype.get",!0),OLe=aO("WeakMap.prototype.set",!0),NLe=aO("WeakMap.prototype.has",!0),_Le=aO("Map.prototype.get",!0),ALe=aO("Map.prototype.set",!0),MLe=aO("Map.prototype.has",!0),UZ=function(e,n){for(var s=e,a;(a=s.next)!==null;s=a)if(a.key===n)return s.next=a.next,a.next=e.next,e.next=a,a},BLe=function(e,n){var s=UZ(e,n);return s&&s.value},DLe=function(e,n,s){var a=UZ(e,n);a?a.value=s:e.next={key:n,next:e.next,value:s}},RLe=function(e,n){return!!UZ(e,n)},$Le=function(){var n,s,a,c={assert:function(f){if(!c.has(f))throw new ELe("Side channel does not contain "+kLe(f))},get:function(f){if(g5&&f&&(typeof f=="object"||typeof f=="function")){if(n)return TLe(n,f)}else if(b5){if(s)return _Le(s,f)}else if(a)return BLe(a,f)},has:function(f){if(g5&&f&&(typeof f=="object"||typeof f=="function")){if(n)return NLe(n,f)}else if(b5){if(s)return MLe(s,f)}else if(a)return RLe(a,f);return!1},set:function(f,p){g5&&f&&(typeof f=="object"||typeof f=="function")?(n||(n=new g5),OLe(n,f,p)):b5?(s||(s=new b5),ALe(s,f,p)):(a||(a={key:{},next:null}),DLe(a,f,p))}};return c},PLe=String.prototype.replace,ILe=/%20/g,WZ={RFC1738:"RFC1738",RFC3986:"RFC3986"},jZ={default:WZ.RFC3986,formatters:{RFC1738:function(e){return PLe.call(e,ILe,"+")},RFC3986:function(e){return String(e)}},RFC1738:WZ.RFC1738,RFC3986:WZ.RFC3986},LLe=jZ,KZ=Object.prototype.hasOwnProperty,z2=Array.isArray,dy=function(){for(var e=[],n=0;n<256;++n)e.push("%"+((n<16?"0":"")+n.toString(16)).toUpperCase());return e}(),FLe=function(n){for(;n.length>1;){var s=n.pop(),a=s.obj[s.prop];if(z2(a)){for(var c=[],f=0;f<a.length;++f)typeof a[f]!="undefined"&&c.push(a[f]);s.obj[s.prop]=c}}},ihe=function(n,s){for(var a=s&&s.plainObjects?Object.create(null):{},c=0;c<n.length;++c)typeof n[c]!="undefined"&&(a[c]=n[c]);return a},zLe=function e(n,s,a){if(!s)return n;if(typeof s!="object"){if(z2(n))n.push(s);else if(n&&typeof n=="object")(a&&(a.plainObjects||a.allowPrototypes)||!KZ.call(Object.prototype,s))&&(n[s]=!0);else return[n,s];return n}if(!n||typeof n!="object")return[n].concat(s);var c=n;return z2(n)&&!z2(s)&&(c=ihe(n,a)),z2(n)&&z2(s)?(s.forEach(function(f,p){if(KZ.call(n,p)){var g=n[p];g&&typeof g=="object"&&f&&typeof f=="object"?n[p]=e(g,f,a):n.push(f)}else n[p]=f}),n):Object.keys(s).reduce(function(f,p){var g=s[p];return KZ.call(f,p)?f[p]=e(f[p],g,a):f[p]=g,f},c)},VLe=function(n,s){return Object.keys(s).reduce(function(a,c){return a[c]=s[c],a},n)},HLe=function(e,n,s){var a=e.replace(/\+/g," ");if(s==="iso-8859-1")return a.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(a)}catch(c){return a}},ULe=function(n,s,a,c,f){if(n.length===0)return n;var p=n;if(typeof n=="symbol"?p=Symbol.prototype.toString.call(n):typeof n!="string"&&(p=String(n)),a==="iso-8859-1")return escape(p).replace(/%u[0-9a-f]{4}/gi,function(E){return"%26%23"+parseInt(E.slice(2),16)+"%3B"});for(var g="",v=0;v<p.length;++v){var C=p.charCodeAt(v);if(C===45||C===46||C===95||C===126||C>=48&&C<=57||C>=65&&C<=90||C>=97&&C<=122||f===LLe.RFC1738&&(C===40||C===41)){g+=p.charAt(v);continue}if(C<128){g=g+dy[C];continue}if(C<2048){g=g+(dy[192|C>>6]+dy[128|C&63]);continue}if(C<55296||C>=57344){g=g+(dy[224|C>>12]+dy[128|C>>6&63]+dy[128|C&63]);continue}v+=1,C=65536+((C&1023)<<10|p.charCodeAt(v)&1023),g+=dy[240|C>>18]+dy[128|C>>12&63]+dy[128|C>>6&63]+dy[128|C&63]}return g},WLe=function(n){for(var s=[{obj:{o:n},prop:"o"}],a=[],c=0;c<s.length;++c)for(var f=s[c],p=f.obj[f.prop],g=Object.keys(p),v=0;v<g.length;++v){var C=g[v],E=p[C];typeof E=="object"&&E!==null&&a.indexOf(E)===-1&&(s.push({obj:p,prop:C}),a.push(E))}return FLe(s),n},jLe=function(n){return Object.prototype.toString.call(n)==="[object RegExp]"},KLe=function(n){return!n||typeof n!="object"?!1:!!(n.constructor&&n.constructor.isBuffer&&n.constructor.isBuffer(n))},qLe=function(n,s){return[].concat(n,s)},ZLe=function(n,s){if(z2(n)){for(var a=[],c=0;c<n.length;c+=1)a.push(s(n[c]));return a}return s(n)},ahe={arrayToObject:ihe,assign:VLe,combine:qLe,compact:WLe,decode:HLe,encode:ULe,isBuffer:KLe,isRegExp:jLe,maybeMap:ZLe,merge:zLe},lhe=$Le,y5=ahe,C3=jZ,GLe=Object.prototype.hasOwnProperty,che={brackets:function(n){return n+"[]"},comma:"comma",indices:function(n,s){return n+"["+s+"]"},repeat:function(n){return n}},c0=Array.isArray,YLe=Array.prototype.push,uhe=function(e,n){YLe.apply(e,c0(n)?n:[n])},XLe=Date.prototype.toISOString,dhe=C3.default,Wd={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:y5.encode,encodeValuesOnly:!1,format:dhe,formatter:C3.formatters[dhe],indices:!1,serializeDate:function(n){return XLe.call(n)},skipNulls:!1,strictNullHandling:!1},JLe=function(n){return typeof n=="string"||typeof n=="number"||typeof n=="boolean"||typeof n=="symbol"||typeof n=="bigint"},qZ={},QLe=function e(n,s,a,c,f,p,g,v,C,E,O,_,D,M,R,I){for(var V=n,J=I,H=0,U=!1;(J=J.get(qZ))!==void 0&&!U;){var le=J.get(n);if(H+=1,typeof le!="undefined"){if(le===H)throw new RangeError("Cyclic object value");U=!0}typeof J.get(qZ)=="undefined"&&(H=0)}if(typeof v=="function"?V=v(s,V):V instanceof Date?V=O(V):a==="comma"&&c0(V)&&(V=y5.maybeMap(V,function(q){return q instanceof Date?O(q):q})),V===null){if(f)return g&&!M?g(s,Wd.encoder,R,"key",_):s;V=""}if(JLe(V)||y5.isBuffer(V)){if(g){var ne=M?s:g(s,Wd.encoder,R,"key",_);return[D(ne)+"="+D(g(V,Wd.encoder,R,"value",_))]}return[D(s)+"="+D(String(V))]}var K=[];if(typeof V=="undefined")return K;var ce;if(a==="comma"&&c0(V))M&&g&&(V=y5.maybeMap(V,g)),ce=[{value:V.length>0?V.join(",")||null:void 0}];else if(c0(v))ce=v;else{var ve=Object.keys(V);ce=C?ve.sort(C):ve}for(var Ce=c&&c0(V)&&V.length===1?s+"[]":s,ke=0;ke<ce.length;++ke){var ue=ce[ke],$e=typeof ue=="object"&&typeof ue.value!="undefined"?ue.value:V[ue];if(!(p&&$e===null)){var tt=c0(V)?typeof a=="function"?a(Ce,ue):Ce:Ce+(E?"."+ue:"["+ue+"]");I.set(n,H);var it=lhe();it.set(qZ,I),uhe(K,e($e,tt,a,c,f,p,a==="comma"&&M&&c0(V)?null:g,v,C,E,O,_,D,M,R,it))}}return K},eFe=function(n){if(!n)return Wd;if(n.encoder!==null&&typeof n.encoder!="undefined"&&typeof n.encoder!="function")throw new TypeError("Encoder has to be a function.");var s=n.charset||Wd.charset;if(typeof n.charset!="undefined"&&n.charset!=="utf-8"&&n.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var a=C3.default;if(typeof n.format!="undefined"){if(!GLe.call(C3.formatters,n.format))throw new TypeError("Unknown format option provided.");a=n.format}var c=C3.formatters[a],f=Wd.filter;return(typeof n.filter=="function"||c0(n.filter))&&(f=n.filter),{addQueryPrefix:typeof n.addQueryPrefix=="boolean"?n.addQueryPrefix:Wd.addQueryPrefix,allowDots:typeof n.allowDots=="undefined"?Wd.allowDots:!!n.allowDots,charset:s,charsetSentinel:typeof n.charsetSentinel=="boolean"?n.charsetSentinel:Wd.charsetSentinel,delimiter:typeof n.delimiter=="undefined"?Wd.delimiter:n.delimiter,encode:typeof n.encode=="boolean"?n.encode:Wd.encode,encoder:typeof n.encoder=="function"?n.encoder:Wd.encoder,encodeValuesOnly:typeof n.encodeValuesOnly=="boolean"?n.encodeValuesOnly:Wd.encodeValuesOnly,filter:f,format:a,formatter:c,serializeDate:typeof n.serializeDate=="function"?n.serializeDate:Wd.serializeDate,skipNulls:typeof n.skipNulls=="boolean"?n.skipNulls:Wd.skipNulls,sort:typeof n.sort=="function"?n.sort:null,strictNullHandling:typeof n.strictNullHandling=="boolean"?n.strictNullHandling:Wd.strictNullHandling}},tFe=function(e,n){var s=e,a=eFe(n),c,f;typeof a.filter=="function"?(f=a.filter,s=f("",s)):c0(a.filter)&&(f=a.filter,c=f);var p=[];if(typeof s!="object"||s===null)return"";var g;n&&n.arrayFormat in che?g=n.arrayFormat:n&&"indices"in n?g=n.indices?"indices":"repeat":g="indices";var v=che[g];if(n&&"commaRoundTrip"in n&&typeof n.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var C=v==="comma"&&n&&n.commaRoundTrip;c||(c=Object.keys(s)),a.sort&&c.sort(a.sort);for(var E=lhe(),O=0;O<c.length;++O){var _=c[O];a.skipNulls&&s[_]===null||uhe(p,QLe(s[_],_,v,C,a.strictNullHandling,a.skipNulls,a.encode?a.encoder:null,a.filter,a.sort,a.allowDots,a.serializeDate,a.format,a.formatter,a.encodeValuesOnly,a.charset,E))}var D=p.join(a.delimiter),M=a.addQueryPrefix===!0?"?":"";return a.charsetSentinel&&(a.charset==="iso-8859-1"?M+="utf8=%26%2310003%3B&":M+="utf8=%E2%9C%93&"),D.length>0?M+D:""},lO=ahe,ZZ=Object.prototype.hasOwnProperty,nFe=Array.isArray,Lu={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:lO.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},oFe=function(e){return e.replace(/&#(\d+);/g,function(n,s){return String.fromCharCode(parseInt(s,10))})},fhe=function(e,n){return e&&typeof e=="string"&&n.comma&&e.indexOf(",")>-1?e.split(","):e},sFe="utf8=%26%2310003%3B",rFe="utf8=%E2%9C%93",iFe=function(n,s){var a={},c=s.ignoreQueryPrefix?n.replace(/^\?/,""):n,f=s.parameterLimit===1/0?void 0:s.parameterLimit,p=c.split(s.delimiter,f),g=-1,v,C=s.charset;if(s.charsetSentinel)for(v=0;v<p.length;++v)p[v].indexOf("utf8=")===0&&(p[v]===rFe?C="utf-8":p[v]===sFe&&(C="iso-8859-1"),g=v,v=p.length);for(v=0;v<p.length;++v)if(v!==g){var E=p[v],O=E.indexOf("]="),_=O===-1?E.indexOf("="):O+1,D,M;_===-1?(D=s.decoder(E,Lu.decoder,C,"key"),M=s.strictNullHandling?null:""):(D=s.decoder(E.slice(0,_),Lu.decoder,C,"key"),M=lO.maybeMap(fhe(E.slice(_+1),s),function(R){return s.decoder(R,Lu.decoder,C,"value")})),M&&s.interpretNumericEntities&&C==="iso-8859-1"&&(M=oFe(M)),E.indexOf("[]=")>-1&&(M=nFe(M)?[M]:M),ZZ.call(a,D)?a[D]=lO.combine(a[D],M):a[D]=M}return a},aFe=function(e,n,s,a){for(var c=a?n:fhe(n,s),f=e.length-1;f>=0;--f){var p,g=e[f];if(g==="[]"&&s.parseArrays)p=[].concat(c);else{p=s.plainObjects?Object.create(null):{};var v=g.charAt(0)==="["&&g.charAt(g.length-1)==="]"?g.slice(1,-1):g,C=parseInt(v,10);!s.parseArrays&&v===""?p={0:c}:!isNaN(C)&&g!==v&&String(C)===v&&C>=0&&s.parseArrays&&C<=s.arrayLimit?(p=[],p[C]=c):v!=="__proto__"&&(p[v]=c)}c=p}return c},lFe=function(n,s,a,c){if(n){var f=a.allowDots?n.replace(/\.([^.[]+)/g,"[$1]"):n,p=/(\[[^[\]]*])/,g=/(\[[^[\]]*])/g,v=a.depth>0&&p.exec(f),C=v?f.slice(0,v.index):f,E=[];if(C){if(!a.plainObjects&&ZZ.call(Object.prototype,C)&&!a.allowPrototypes)return;E.push(C)}for(var O=0;a.depth>0&&(v=g.exec(f))!==null&&O<a.depth;){if(O+=1,!a.plainObjects&&ZZ.call(Object.prototype,v[1].slice(1,-1))&&!a.allowPrototypes)return;E.push(v[1])}return v&&E.push("["+f.slice(v.index)+"]"),aFe(E,s,a,c)}},cFe=function(n){if(!n)return Lu;if(n.decoder!==null&&n.decoder!==void 0&&typeof n.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof n.charset!="undefined"&&n.charset!=="utf-8"&&n.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var s=typeof n.charset=="undefined"?Lu.charset:n.charset;return{allowDots:typeof n.allowDots=="undefined"?Lu.allowDots:!!n.allowDots,allowPrototypes:typeof n.allowPrototypes=="boolean"?n.allowPrototypes:Lu.allowPrototypes,allowSparse:typeof n.allowSparse=="boolean"?n.allowSparse:Lu.allowSparse,arrayLimit:typeof n.arrayLimit=="number"?n.arrayLimit:Lu.arrayLimit,charset:s,charsetSentinel:typeof n.charsetSentinel=="boolean"?n.charsetSentinel:Lu.charsetSentinel,comma:typeof n.comma=="boolean"?n.comma:Lu.comma,decoder:typeof n.decoder=="function"?n.decoder:Lu.decoder,delimiter:typeof n.delimiter=="string"||lO.isRegExp(n.delimiter)?n.delimiter:Lu.delimiter,depth:typeof n.depth=="number"||n.depth===!1?+n.depth:Lu.depth,ignoreQueryPrefix:n.ignoreQueryPrefix===!0,interpretNumericEntities:typeof n.interpretNumericEntities=="boolean"?n.interpretNumericEntities:Lu.interpretNumericEntities,parameterLimit:typeof n.parameterLimit=="number"?n.parameterLimit:Lu.parameterLimit,parseArrays:n.parseArrays!==!1,plainObjects:typeof n.plainObjects=="boolean"?n.plainObjects:Lu.plainObjects,strictNullHandling:typeof n.strictNullHandling=="boolean"?n.strictNullHandling:Lu.strictNullHandling}},uFe=function(e,n){var s=cFe(n);if(e===""||e===null||typeof e=="undefined")return s.plainObjects?Object.create(null):{};for(var a=typeof e=="string"?iFe(e,s):e,c=s.plainObjects?Object.create(null):{},f=Object.keys(a),p=0;p<f.length;++p){var g=f[p],v=lFe(g,a[g],s,typeof e=="string");c=lO.merge(c,v,s)}return s.allowSparse===!0?c:lO.compact(c)},dFe=tFe,fFe=uFe,pFe=jZ,mFe={formats:pFe,parse:fFe,stringify:dFe};const phe=CAe(mFe);let Dw=window.sessionStorage,Op={get:function(e){if(!Dw){this.noSupport();return}try{let n=Dw.getItem(e);return n==null?null:JSON.parse(n)}catch(n){return console.error(n),null}},set:function(e,n){if(!Dw){this.noSupport();return}if(!(e==null||n==null))try{Dw.setItem(e,JSON.stringify(n)),window.localStorage.setItem(e,JSON.stringify(n))}catch(s){console.error(s)}},remove:function(e){if(!Dw){this.noSupport();return}Dw.removeItem(e),window.localStorage.removeItem(e)},clearAll:function(){if(!Dw){this.noSupport();return}Dw.clear(),window.localStorage.clear()},noSupport:function(){alert("浏览器太旧,不支持storage,请安装新版本浏览器")}};const mhe=1e3*60*60*2;function hFe(e,n=!0,s){return ur(this,null,function*(){let{url:a,param:c,option:f}=s;if(e.name=="AxiosError"&&(e.code=="ERR_BAD_REQUEST"||e.code=="ERR_BAD_RESPONSE"))if(e.response){let{data:p,status:g}=e.response;if(g==401)if(f.withRefresh&&f.appendToken){f=We(te({},f),{withRefresh:!1,fd:!1,antiShake:!1,confirmMsg:""});try{let v=sessionStorage.getItem("lastest_success_ajax_time");if(v&&new Date().getTime()-(v-0)>mhe)throw new Error(`未操作时间超过${mhe}`);return yield gFe(a,f),yield k3(a,c,f)}catch(v){GZ(f)}}else GZ(f);else{if(!f.handleError)return;n&&Dl({type:"error",grouping:!0,message:p.message||p.msg,customClass:"ajax-tip"})}}else{if(!f.handleError)return;n&&Dl({type:"error",grouping:!0,message:e.message||"服务器发生错误",customClass:"ajax-tip"})}else{if(!f.handleError)return;n&&Dl({type:"error",grouping:!0,message:e.message,customClass:"ajax-tip"})}})}function gFe(e,n){return ur(this,null,function*(){let s="",a=Op.get("logininfo");if(a)s=a.refreshUrl;else throw new Error("未发现logininfo");s||(s=new URL(e).origin+"/system/login/refReshTokenWeb");let c=a.refresh_token;if(!c)throw new Error("logininfo中未发现refresh_token");let f=yield bFe(s,c),{data:p}=f;if(p.code=="200"){let g=p.val;a.refresh_token=g.refresh_token,a.token="bearer "+g.access_token,Op.set("logininfo",a)}else throw new Error("刷新token失败")})}let v5=!1,hhe=[],ghe=[];function bFe(e,n){return new Promise((s,a)=>{hhe.push(s),ghe.push(a),v5||(v5=!0,k3(e,{refReshToken:n},{appendToken:!1,withRefresh:!1,handleError:!1,antiShake:!1,fd:!0}).then(c=>{hhe.forEach(f=>{f(c)}),v5=!1}).catch(c=>{ghe.forEach(f=>{f(c)}),v5=!1}))})}function GZ(e){window.sessionStorage.removeItem("logininfo"),window.localStorage.removeItem("logininfo");let n=JSON.parse("/login.html"),s=window.localStorage.getItem("loginPage");if(s)try{n=s.replace(/^['"]|['"]$/g,"")}catch(a){n="/login.html"}e!=null&&e.loginPage&&(n=e.loginPage.replace(/^['"]|['"]$/g,"")),location.href=n}const GQe="",cO=(e,n)=>{const s=e.__vccOpts||e;for(const[a,c]of n)s[a]=c;return s},yFe={name:"SyncLoader",props:{loading:{type:Boolean,default:!0},color:{type:String,default:"#5dc596"},size:{type:String,default:"15px"},margin:{type:String,default:"2px"},radius:{type:String,default:"100%"}},data(){return{spinnerStyle:{backgroundColor:this.color,height:this.size,width:this.size,margin:this.margin,borderRadius:this.radius,display:"inline-block",animationName:"v-syncStretchDelay",animationDuration:"0.6s",animationIterationCount:"infinite",animationTimingFunction:"ease-in-out",animationFillMode:"both"},spinnerDelay1:{animationDelay:"0.07s"},spinnerDelay2:{animationDelay:"0.14s"},spinnerDelay3:{animationDelay:"0.21s"}}}},vFe={class:"v-spinner"};function wFe(e,n,s,a,c,f){return l.withDirectives((l.openBlock(),l.createElementBlock("div",vFe,[l.createElementVNode("div",{class:"v-sync v-sync1",style:l.normalizeStyle([c.spinnerStyle,c.spinnerDelay1])},null,4),l.createElementVNode("div",{class:"v-sync v-sync2",style:l.normalizeStyle([c.spinnerStyle,c.spinnerDelay2])},null,4),l.createElementVNode("div",{class:"v-sync v-sync3",style:l.normalizeStyle([c.spinnerStyle,c.spinnerDelay3])},null,4)],512)),[[l.vShow,s.loading]])}const CFe=cO(yFe,[["render",wFe]]),SFe={class:"zy-loading-con"},xFe=l.defineComponent({name:"LoadingPlay"}),kFe=l.defineComponent(We(te({},xFe),{props:{cont:{type:l.ref},options:{type:Object}},setup(e){const{cont:n,options:s}=e,a=l.computed(()=>({left:s.left+"px",top:s.top+"px",right:s.right+"px",bottom:s.bottom+"px"})),c=l.computed(()=>n&&n.value?["show"]:null);return(f,p)=>(l.openBlock(),l.createElementBlock("div",{class:l.normalizeClass(["zy-loading-wrapper",c.value]),style:l.normalizeStyle(a.value)},[l.createElementVNode("div",SFe,[l.createVNode(CFe,{color:"#ffffff",width:"8px",height:"40px"})])],6))}})),bhe=1440,YZ=216,EFe=56,w5={left:0,top:0,bottom:0,right:0};class TFe{constructor(){this.loadingCont=l.ref(!1),this.options=l.reactive(te({},w5)),this.createLoadingApp()}createLoadingApp(){let n=document.createElement("div");document.body.appendChild(n),this.loadingApp=l.createApp({name:"LoadingApp",render:()=>l.h(kFe,{cont:this.loadingCont,options:this.options})}),this.loadingApp.mount(n)}ShowLoading(n){n=n?te(te({},w5),n):te({},w5),n.LoadingType=="business"?(n=te(te({},n),OFe()),delete n.LoadingType):n.LoadingType=="forceFullscreen"&&(n=te({},w5),delete n.LoadingType),c3(this.options,n),this.loadingCont.value=!0}HidenLoading(){this.loadingCont.value=!1}}function OFe(){let e=document.documentElement.clientWidth||document.body.clientWidth,n=0,s=0,a=0,c=0,f=document.querySelector(".zy-applayout-base");return f&&(n=EFe),e<=1480?f&&(s=YZ+12):f&&(f.classList.contains("fullscreen")?s=YZ+24:(s=Math.round((e-bhe)/2)+YZ,a=Math.round((e-bhe)/2))),{left:s,top:n,bottom:c,right:a}}const C5=new TFe;function yhe(){let e=Op.get("logininfo");if(!e)throw new Error("logininfo未发现");return e.token}function NFe(e){let n=_Fe(),s=n.checkApi(e);return s&&n.storeApi(e),s}function _Fe(){return S3.instance||(S3.instance=new S3),S3.instance}class S3{constructor(){this.apiList=[]}checkApi(n){let s=this.apiList.findIndex(f=>f.api==n);if(s<0)return!0;let a=this.apiList[s];return new Date().getTime()-a.time<=1e3?!1:(this.apiList.splice(s,1),!0)}storeApi(n){let s=this.apiList.findIndex(a=>a.api==n);s<0?this.apiList.push({api:n,time:new Date().getTime()}):this.apiList[s].time=new Date().getTime()}}S3.instance=null;const x3=qg("methods.Ajax"),S5={method:"post",loading:!0,appendToken:!0,fullscreen:!1,forceFullscreen:!1,errorMsg:!0,handleError:!0,fd:!1,successMsg:!1,successTip:x3("successTipText"),confirmMsg:"",antiShake:!1,withRefresh:!0,responseType:"json"},k3=(e,n,s)=>ur(this,null,function*(){const a=e;s=s?te(te({},S5),s):te({},S5),s.confirmMsg&&(yield Qpe.confirm(s.confirmMsg,x3("confirmMsgText"),{confirmButtonText:x3("confirmButtonText"),cancelButtonText:x3("cancelButtonText"),type:"warning"})),s.method=s.method.toLowerCase();let c=n;if((s.method=="get"||s.method=="delete")&&n&&QT(n)&&Object.keys(n).length>0&&(e=e+(e.indexOf("?")>-1?"&"+phe.stringify(n):"?"+phe.stringify(n))),s.antiShake&&!NFe(e))throw console.warn(`${e}在1s内连续发起请求,判定为抖动`),new Error(x3("shakeText"));(s.method=="post"||s.method=="put")&&s.fd&&(c=ome(n));let f,p=s.fd?"multipart/form-data":"application/json;charset=UTF-8";if(s.appendToken){let g;try{g=yhe()}catch(v){if(s.handleError){GZ(s);return}else console.error(v)}f=kZ.create({headers:{Authorization:g,"Content-Type":p,"Accept-Language":jg()},signal:s.signal?s.signal.signal:null})}else f=kZ.create({headers:{"Content-Type":p,"Accept-Language":jg()},signal:s.signal?s.signal.signal:null});try{if(s.loading){let v=null;s.fullscreen||(v={LoadingType:"business"}),s.forceFullscreen&&(v={LoadingType:"forceFullscreen"}),C5.ShowLoading(v)}let g=yield f.request({method:s.method,url:e,withCredentials:!1,data:c,responseType:s.responseType});return s.loading&&C5.HidenLoading(),g}catch(g){if(s.loading&&C5.HidenLoading(),s.handleError||s.withRefresh){let v={url:a,param:n,option:s};if(g.name&&g.name=="CanceledError")return g;let C=yield hFe(g,s.errorMsg,v);return C||g}else throw console.warn("ajax出现错误,并忽略错误处理"),console.error(g),g}}),ld=(e,n,s)=>ur(this,null,function*(){var p;const a=((p=window.HS_GLOBAL_CONFIG)==null?void 0:p.Ajax)||{};!!(s!=null&&s.successTip)&&(s.successMsg=!0),s=s?te(te(te({},S5),a),s):te(te({},a),S5),s.method=s.method.toLowerCase();let f=!1;s.hasOwnProperty("pageInfo")&&s.pageInfo!=null&&(f=!0,s.hasOwnProperty("page")&&!s.page&&(f=!1),n=te(te({},l.unref(s.pageInfo)),n));try{const g=yield k3(e,n,s);if(g instanceof CIe)throw g;let v=g.data;if(v.code!=200){if(s.errorMsg&&Dl({type:"error",grouping:!0,message:v.msg,customClass:"ajax-tip"}),v.name&&v.name=="CanceledError")return console.warn("请求被取消"),{data:null};throw new Error(`请求:${e}出现错误,错误码:${v.code},错误信息:${v.msg}`)}else{s.successMsg&&Dl({type:"success",grouping:!0,message:s.successTip,customClass:"ajax-tip"});let C=v.val||v.list,E=l.unref(s.pageInfo),O={total:0,pageSize:0,pageIndex:0};return f&&s.hasOwnProperty("pageInfo")&&(O.pageIndex=E.pageIndex,O.pageSize=E.pageSize,v.hasOwnProperty("pageInfo")?O=te({},v.pageInfo):O.total=v.total||0,E.total=O.total),sessionStorage.setItem("lastest_success_ajax_time",new Date().getTime()+""),{data:C,code:v.code,msg:v.msg,pageInfo:O}}}catch(g){throw console.warn(g),g}}),x5=(e="./login.html")=>{let n=window.localStorage.getItem("loginPage");if(n){try{n=JSON.parse(n)}catch(s){console.warn(s)}e=n}window.sessionStorage.removeItem("logininfo"),window.localStorage.removeItem("logininfo"),window.location.href=e},vhe=(e="./index.html")=>{let n=window.localStorage.getItem("homePage");if(n){try{n=JSON.parse(n)}catch(s){console.warn(s)}e=n}window.location.href=e};/*!
42
+ `+n.prev}function h5(e,n){var s=FZ(e),a=[];if(s){a.length=e.length;for(var c=0;c<e.length;c++)a[c]=Mw(e,c)?n(e[c],e):""}var f=typeof PZ=="function"?PZ(e):[],p;if(iO){p={};for(var g=0;g<f.length;g++)p["$"+f[g]]=f[g]}for(var v in e)Mw(e,v)&&(s&&String(Number(v))===v&&v<e.length||iO&&p["$"+v]instanceof Symbol||(Kme.call(/[^\w$]/,v)?a.push(n(v,e)+": "+n(e[v],e)):a.push(v+": "+n(e[v],e))));if(typeof PZ=="function")for(var C=0;C<f.length;C++)Gme.call(e,f[C])&&a.push("["+n(f[C])+"]: "+n(e[f[C]],e));return a}var HZ=_Z,aO=ZIe,kLe=rLe,ELe=HZ("%TypeError%"),g5=HZ("%WeakMap%",!0),b5=HZ("%Map%",!0),TLe=aO("WeakMap.prototype.get",!0),OLe=aO("WeakMap.prototype.set",!0),NLe=aO("WeakMap.prototype.has",!0),_Le=aO("Map.prototype.get",!0),ALe=aO("Map.prototype.set",!0),MLe=aO("Map.prototype.has",!0),UZ=function(e,n){for(var s=e,a;(a=s.next)!==null;s=a)if(a.key===n)return s.next=a.next,a.next=e.next,e.next=a,a},BLe=function(e,n){var s=UZ(e,n);return s&&s.value},DLe=function(e,n,s){var a=UZ(e,n);a?a.value=s:e.next={key:n,next:e.next,value:s}},RLe=function(e,n){return!!UZ(e,n)},$Le=function(){var n,s,a,c={assert:function(f){if(!c.has(f))throw new ELe("Side channel does not contain "+kLe(f))},get:function(f){if(g5&&f&&(typeof f=="object"||typeof f=="function")){if(n)return TLe(n,f)}else if(b5){if(s)return _Le(s,f)}else if(a)return BLe(a,f)},has:function(f){if(g5&&f&&(typeof f=="object"||typeof f=="function")){if(n)return NLe(n,f)}else if(b5){if(s)return MLe(s,f)}else if(a)return RLe(a,f);return!1},set:function(f,p){g5&&f&&(typeof f=="object"||typeof f=="function")?(n||(n=new g5),OLe(n,f,p)):b5?(s||(s=new b5),ALe(s,f,p)):(a||(a={key:{},next:null}),DLe(a,f,p))}};return c},PLe=String.prototype.replace,ILe=/%20/g,WZ={RFC1738:"RFC1738",RFC3986:"RFC3986"},jZ={default:WZ.RFC3986,formatters:{RFC1738:function(e){return PLe.call(e,ILe,"+")},RFC3986:function(e){return String(e)}},RFC1738:WZ.RFC1738,RFC3986:WZ.RFC3986},LLe=jZ,KZ=Object.prototype.hasOwnProperty,z2=Array.isArray,dy=function(){for(var e=[],n=0;n<256;++n)e.push("%"+((n<16?"0":"")+n.toString(16)).toUpperCase());return e}(),FLe=function(n){for(;n.length>1;){var s=n.pop(),a=s.obj[s.prop];if(z2(a)){for(var c=[],f=0;f<a.length;++f)typeof a[f]!="undefined"&&c.push(a[f]);s.obj[s.prop]=c}}},ihe=function(n,s){for(var a=s&&s.plainObjects?Object.create(null):{},c=0;c<n.length;++c)typeof n[c]!="undefined"&&(a[c]=n[c]);return a},zLe=function e(n,s,a){if(!s)return n;if(typeof s!="object"){if(z2(n))n.push(s);else if(n&&typeof n=="object")(a&&(a.plainObjects||a.allowPrototypes)||!KZ.call(Object.prototype,s))&&(n[s]=!0);else return[n,s];return n}if(!n||typeof n!="object")return[n].concat(s);var c=n;return z2(n)&&!z2(s)&&(c=ihe(n,a)),z2(n)&&z2(s)?(s.forEach(function(f,p){if(KZ.call(n,p)){var g=n[p];g&&typeof g=="object"&&f&&typeof f=="object"?n[p]=e(g,f,a):n.push(f)}else n[p]=f}),n):Object.keys(s).reduce(function(f,p){var g=s[p];return KZ.call(f,p)?f[p]=e(f[p],g,a):f[p]=g,f},c)},VLe=function(n,s){return Object.keys(s).reduce(function(a,c){return a[c]=s[c],a},n)},HLe=function(e,n,s){var a=e.replace(/\+/g," ");if(s==="iso-8859-1")return a.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(a)}catch(c){return a}},ULe=function(n,s,a,c,f){if(n.length===0)return n;var p=n;if(typeof n=="symbol"?p=Symbol.prototype.toString.call(n):typeof n!="string"&&(p=String(n)),a==="iso-8859-1")return escape(p).replace(/%u[0-9a-f]{4}/gi,function(E){return"%26%23"+parseInt(E.slice(2),16)+"%3B"});for(var g="",v=0;v<p.length;++v){var C=p.charCodeAt(v);if(C===45||C===46||C===95||C===126||C>=48&&C<=57||C>=65&&C<=90||C>=97&&C<=122||f===LLe.RFC1738&&(C===40||C===41)){g+=p.charAt(v);continue}if(C<128){g=g+dy[C];continue}if(C<2048){g=g+(dy[192|C>>6]+dy[128|C&63]);continue}if(C<55296||C>=57344){g=g+(dy[224|C>>12]+dy[128|C>>6&63]+dy[128|C&63]);continue}v+=1,C=65536+((C&1023)<<10|p.charCodeAt(v)&1023),g+=dy[240|C>>18]+dy[128|C>>12&63]+dy[128|C>>6&63]+dy[128|C&63]}return g},WLe=function(n){for(var s=[{obj:{o:n},prop:"o"}],a=[],c=0;c<s.length;++c)for(var f=s[c],p=f.obj[f.prop],g=Object.keys(p),v=0;v<g.length;++v){var C=g[v],E=p[C];typeof E=="object"&&E!==null&&a.indexOf(E)===-1&&(s.push({obj:p,prop:C}),a.push(E))}return FLe(s),n},jLe=function(n){return Object.prototype.toString.call(n)==="[object RegExp]"},KLe=function(n){return!n||typeof n!="object"?!1:!!(n.constructor&&n.constructor.isBuffer&&n.constructor.isBuffer(n))},qLe=function(n,s){return[].concat(n,s)},ZLe=function(n,s){if(z2(n)){for(var a=[],c=0;c<n.length;c+=1)a.push(s(n[c]));return a}return s(n)},ahe={arrayToObject:ihe,assign:VLe,combine:qLe,compact:WLe,decode:HLe,encode:ULe,isBuffer:KLe,isRegExp:jLe,maybeMap:ZLe,merge:zLe},lhe=$Le,y5=ahe,C3=jZ,GLe=Object.prototype.hasOwnProperty,che={brackets:function(n){return n+"[]"},comma:"comma",indices:function(n,s){return n+"["+s+"]"},repeat:function(n){return n}},c0=Array.isArray,YLe=Array.prototype.push,uhe=function(e,n){YLe.apply(e,c0(n)?n:[n])},XLe=Date.prototype.toISOString,dhe=C3.default,Wd={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:y5.encode,encodeValuesOnly:!1,format:dhe,formatter:C3.formatters[dhe],indices:!1,serializeDate:function(n){return XLe.call(n)},skipNulls:!1,strictNullHandling:!1},JLe=function(n){return typeof n=="string"||typeof n=="number"||typeof n=="boolean"||typeof n=="symbol"||typeof n=="bigint"},qZ={},QLe=function e(n,s,a,c,f,p,g,v,C,E,O,_,D,M,R,I){for(var V=n,J=I,H=0,U=!1;(J=J.get(qZ))!==void 0&&!U;){var le=J.get(n);if(H+=1,typeof le!="undefined"){if(le===H)throw new RangeError("Cyclic object value");U=!0}typeof J.get(qZ)=="undefined"&&(H=0)}if(typeof v=="function"?V=v(s,V):V instanceof Date?V=O(V):a==="comma"&&c0(V)&&(V=y5.maybeMap(V,function(q){return q instanceof Date?O(q):q})),V===null){if(f)return g&&!M?g(s,Wd.encoder,R,"key",_):s;V=""}if(JLe(V)||y5.isBuffer(V)){if(g){var ne=M?s:g(s,Wd.encoder,R,"key",_);return[D(ne)+"="+D(g(V,Wd.encoder,R,"value",_))]}return[D(s)+"="+D(String(V))]}var K=[];if(typeof V=="undefined")return K;var ce;if(a==="comma"&&c0(V))M&&g&&(V=y5.maybeMap(V,g)),ce=[{value:V.length>0?V.join(",")||null:void 0}];else if(c0(v))ce=v;else{var ve=Object.keys(V);ce=C?ve.sort(C):ve}for(var Ce=c&&c0(V)&&V.length===1?s+"[]":s,ke=0;ke<ce.length;++ke){var ue=ce[ke],$e=typeof ue=="object"&&typeof ue.value!="undefined"?ue.value:V[ue];if(!(p&&$e===null)){var tt=c0(V)?typeof a=="function"?a(Ce,ue):Ce:Ce+(E?"."+ue:"["+ue+"]");I.set(n,H);var it=lhe();it.set(qZ,I),uhe(K,e($e,tt,a,c,f,p,a==="comma"&&M&&c0(V)?null:g,v,C,E,O,_,D,M,R,it))}}return K},eFe=function(n){if(!n)return Wd;if(n.encoder!==null&&typeof n.encoder!="undefined"&&typeof n.encoder!="function")throw new TypeError("Encoder has to be a function.");var s=n.charset||Wd.charset;if(typeof n.charset!="undefined"&&n.charset!=="utf-8"&&n.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var a=C3.default;if(typeof n.format!="undefined"){if(!GLe.call(C3.formatters,n.format))throw new TypeError("Unknown format option provided.");a=n.format}var c=C3.formatters[a],f=Wd.filter;return(typeof n.filter=="function"||c0(n.filter))&&(f=n.filter),{addQueryPrefix:typeof n.addQueryPrefix=="boolean"?n.addQueryPrefix:Wd.addQueryPrefix,allowDots:typeof n.allowDots=="undefined"?Wd.allowDots:!!n.allowDots,charset:s,charsetSentinel:typeof n.charsetSentinel=="boolean"?n.charsetSentinel:Wd.charsetSentinel,delimiter:typeof n.delimiter=="undefined"?Wd.delimiter:n.delimiter,encode:typeof n.encode=="boolean"?n.encode:Wd.encode,encoder:typeof n.encoder=="function"?n.encoder:Wd.encoder,encodeValuesOnly:typeof n.encodeValuesOnly=="boolean"?n.encodeValuesOnly:Wd.encodeValuesOnly,filter:f,format:a,formatter:c,serializeDate:typeof n.serializeDate=="function"?n.serializeDate:Wd.serializeDate,skipNulls:typeof n.skipNulls=="boolean"?n.skipNulls:Wd.skipNulls,sort:typeof n.sort=="function"?n.sort:null,strictNullHandling:typeof n.strictNullHandling=="boolean"?n.strictNullHandling:Wd.strictNullHandling}},tFe=function(e,n){var s=e,a=eFe(n),c,f;typeof a.filter=="function"?(f=a.filter,s=f("",s)):c0(a.filter)&&(f=a.filter,c=f);var p=[];if(typeof s!="object"||s===null)return"";var g;n&&n.arrayFormat in che?g=n.arrayFormat:n&&"indices"in n?g=n.indices?"indices":"repeat":g="indices";var v=che[g];if(n&&"commaRoundTrip"in n&&typeof n.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var C=v==="comma"&&n&&n.commaRoundTrip;c||(c=Object.keys(s)),a.sort&&c.sort(a.sort);for(var E=lhe(),O=0;O<c.length;++O){var _=c[O];a.skipNulls&&s[_]===null||uhe(p,QLe(s[_],_,v,C,a.strictNullHandling,a.skipNulls,a.encode?a.encoder:null,a.filter,a.sort,a.allowDots,a.serializeDate,a.format,a.formatter,a.encodeValuesOnly,a.charset,E))}var D=p.join(a.delimiter),M=a.addQueryPrefix===!0?"?":"";return a.charsetSentinel&&(a.charset==="iso-8859-1"?M+="utf8=%26%2310003%3B&":M+="utf8=%E2%9C%93&"),D.length>0?M+D:""},lO=ahe,ZZ=Object.prototype.hasOwnProperty,nFe=Array.isArray,Lu={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:lO.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},oFe=function(e){return e.replace(/&#(\d+);/g,function(n,s){return String.fromCharCode(parseInt(s,10))})},fhe=function(e,n){return e&&typeof e=="string"&&n.comma&&e.indexOf(",")>-1?e.split(","):e},sFe="utf8=%26%2310003%3B",rFe="utf8=%E2%9C%93",iFe=function(n,s){var a={},c=s.ignoreQueryPrefix?n.replace(/^\?/,""):n,f=s.parameterLimit===1/0?void 0:s.parameterLimit,p=c.split(s.delimiter,f),g=-1,v,C=s.charset;if(s.charsetSentinel)for(v=0;v<p.length;++v)p[v].indexOf("utf8=")===0&&(p[v]===rFe?C="utf-8":p[v]===sFe&&(C="iso-8859-1"),g=v,v=p.length);for(v=0;v<p.length;++v)if(v!==g){var E=p[v],O=E.indexOf("]="),_=O===-1?E.indexOf("="):O+1,D,M;_===-1?(D=s.decoder(E,Lu.decoder,C,"key"),M=s.strictNullHandling?null:""):(D=s.decoder(E.slice(0,_),Lu.decoder,C,"key"),M=lO.maybeMap(fhe(E.slice(_+1),s),function(R){return s.decoder(R,Lu.decoder,C,"value")})),M&&s.interpretNumericEntities&&C==="iso-8859-1"&&(M=oFe(M)),E.indexOf("[]=")>-1&&(M=nFe(M)?[M]:M),ZZ.call(a,D)?a[D]=lO.combine(a[D],M):a[D]=M}return a},aFe=function(e,n,s,a){for(var c=a?n:fhe(n,s),f=e.length-1;f>=0;--f){var p,g=e[f];if(g==="[]"&&s.parseArrays)p=[].concat(c);else{p=s.plainObjects?Object.create(null):{};var v=g.charAt(0)==="["&&g.charAt(g.length-1)==="]"?g.slice(1,-1):g,C=parseInt(v,10);!s.parseArrays&&v===""?p={0:c}:!isNaN(C)&&g!==v&&String(C)===v&&C>=0&&s.parseArrays&&C<=s.arrayLimit?(p=[],p[C]=c):v!=="__proto__"&&(p[v]=c)}c=p}return c},lFe=function(n,s,a,c){if(n){var f=a.allowDots?n.replace(/\.([^.[]+)/g,"[$1]"):n,p=/(\[[^[\]]*])/,g=/(\[[^[\]]*])/g,v=a.depth>0&&p.exec(f),C=v?f.slice(0,v.index):f,E=[];if(C){if(!a.plainObjects&&ZZ.call(Object.prototype,C)&&!a.allowPrototypes)return;E.push(C)}for(var O=0;a.depth>0&&(v=g.exec(f))!==null&&O<a.depth;){if(O+=1,!a.plainObjects&&ZZ.call(Object.prototype,v[1].slice(1,-1))&&!a.allowPrototypes)return;E.push(v[1])}return v&&E.push("["+f.slice(v.index)+"]"),aFe(E,s,a,c)}},cFe=function(n){if(!n)return Lu;if(n.decoder!==null&&n.decoder!==void 0&&typeof n.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof n.charset!="undefined"&&n.charset!=="utf-8"&&n.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var s=typeof n.charset=="undefined"?Lu.charset:n.charset;return{allowDots:typeof n.allowDots=="undefined"?Lu.allowDots:!!n.allowDots,allowPrototypes:typeof n.allowPrototypes=="boolean"?n.allowPrototypes:Lu.allowPrototypes,allowSparse:typeof n.allowSparse=="boolean"?n.allowSparse:Lu.allowSparse,arrayLimit:typeof n.arrayLimit=="number"?n.arrayLimit:Lu.arrayLimit,charset:s,charsetSentinel:typeof n.charsetSentinel=="boolean"?n.charsetSentinel:Lu.charsetSentinel,comma:typeof n.comma=="boolean"?n.comma:Lu.comma,decoder:typeof n.decoder=="function"?n.decoder:Lu.decoder,delimiter:typeof n.delimiter=="string"||lO.isRegExp(n.delimiter)?n.delimiter:Lu.delimiter,depth:typeof n.depth=="number"||n.depth===!1?+n.depth:Lu.depth,ignoreQueryPrefix:n.ignoreQueryPrefix===!0,interpretNumericEntities:typeof n.interpretNumericEntities=="boolean"?n.interpretNumericEntities:Lu.interpretNumericEntities,parameterLimit:typeof n.parameterLimit=="number"?n.parameterLimit:Lu.parameterLimit,parseArrays:n.parseArrays!==!1,plainObjects:typeof n.plainObjects=="boolean"?n.plainObjects:Lu.plainObjects,strictNullHandling:typeof n.strictNullHandling=="boolean"?n.strictNullHandling:Lu.strictNullHandling}},uFe=function(e,n){var s=cFe(n);if(e===""||e===null||typeof e=="undefined")return s.plainObjects?Object.create(null):{};for(var a=typeof e=="string"?iFe(e,s):e,c=s.plainObjects?Object.create(null):{},f=Object.keys(a),p=0;p<f.length;++p){var g=f[p],v=lFe(g,a[g],s,typeof e=="string");c=lO.merge(c,v,s)}return s.allowSparse===!0?c:lO.compact(c)},dFe=tFe,fFe=uFe,pFe=jZ,mFe={formats:pFe,parse:fFe,stringify:dFe};const phe=CAe(mFe);let Dw=window.sessionStorage,Op={get:function(e){if(!Dw){this.noSupport();return}try{let n=Dw.getItem(e);return n==null?null:JSON.parse(n)}catch(n){return console.error(n),null}},set:function(e,n){if(!Dw){this.noSupport();return}if(!(e==null||n==null))try{Dw.setItem(e,JSON.stringify(n)),window.localStorage.setItem(e,JSON.stringify(n))}catch(s){console.error(s)}},remove:function(e){if(!Dw){this.noSupport();return}Dw.removeItem(e),window.localStorage.removeItem(e)},clearAll:function(){if(!Dw){this.noSupport();return}Dw.clear(),window.localStorage.clear()},noSupport:function(){alert("浏览器太旧,不支持storage,请安装新版本浏览器")}};const mhe=1e3*60*60*2;function hFe(e,n=!0,s){return ur(this,null,function*(){let{url:a,param:c,option:f}=s;if(e.name=="AxiosError"&&(e.code=="ERR_BAD_REQUEST"||e.code=="ERR_BAD_RESPONSE"))if(e.response){let{data:p,status:g}=e.response;if(g==401)if(f.withRefresh&&f.appendToken){f=We(te({},f),{withRefresh:!1,fd:!1,antiShake:!1,confirmMsg:""});try{let v=sessionStorage.getItem("lastest_success_ajax_time");if(v&&new Date().getTime()-(v-0)>mhe)throw new Error(`未操作时间超过${mhe}`);return yield gFe(a,f),yield k3(a,c,f)}catch(v){GZ(f)}}else GZ(f);else{if(!f.handleError)return;n&&Dl({type:"error",grouping:!0,message:p.message||p.msg,customClass:"ajax-tip"})}}else{if(!f.handleError)return;n&&Dl({type:"error",grouping:!0,message:e.message||"服务器发生错误",customClass:"ajax-tip"})}else{if(!f.handleError)return;n&&Dl({type:"error",grouping:!0,message:e.message,customClass:"ajax-tip"})}})}function gFe(e,n){return ur(this,null,function*(){let s="",a=Op.get("logininfo");if(a)s=a.refreshUrl;else throw new Error("未发现logininfo");s||(s=new URL(e).origin+"/system/login/refReshTokenWeb");let c=a.refresh_token;if(!c)throw new Error("logininfo中未发现refresh_token");let f=yield bFe(s,c),{data:p}=f;if(p.code=="200"){let g=p.val;a.refresh_token=g.refresh_token,a.token="bearer "+g.access_token,Op.set("logininfo",a)}else throw new Error("刷新token失败")})}let v5=!1,hhe=[],ghe=[];function bFe(e,n){return new Promise((s,a)=>{hhe.push(s),ghe.push(a),v5||(v5=!0,k3(e,{refReshToken:n},{appendToken:!1,withRefresh:!1,handleError:!1,antiShake:!1,fd:!0}).then(c=>{hhe.forEach(f=>{f(c)}),v5=!1}).catch(c=>{ghe.forEach(f=>{f(c)}),v5=!1}))})}function GZ(e){window.sessionStorage.removeItem("logininfo"),window.localStorage.removeItem("logininfo");let n=JSON.parse("/login.html"),s=window.localStorage.getItem("loginPage");if(s)try{n=s}catch(a){}e.loginPage&&(n=e.loginPage),location.href=n}const GQe="",cO=(e,n)=>{const s=e.__vccOpts||e;for(const[a,c]of n)s[a]=c;return s},yFe={name:"SyncLoader",props:{loading:{type:Boolean,default:!0},color:{type:String,default:"#5dc596"},size:{type:String,default:"15px"},margin:{type:String,default:"2px"},radius:{type:String,default:"100%"}},data(){return{spinnerStyle:{backgroundColor:this.color,height:this.size,width:this.size,margin:this.margin,borderRadius:this.radius,display:"inline-block",animationName:"v-syncStretchDelay",animationDuration:"0.6s",animationIterationCount:"infinite",animationTimingFunction:"ease-in-out",animationFillMode:"both"},spinnerDelay1:{animationDelay:"0.07s"},spinnerDelay2:{animationDelay:"0.14s"},spinnerDelay3:{animationDelay:"0.21s"}}}},vFe={class:"v-spinner"};function wFe(e,n,s,a,c,f){return l.withDirectives((l.openBlock(),l.createElementBlock("div",vFe,[l.createElementVNode("div",{class:"v-sync v-sync1",style:l.normalizeStyle([c.spinnerStyle,c.spinnerDelay1])},null,4),l.createElementVNode("div",{class:"v-sync v-sync2",style:l.normalizeStyle([c.spinnerStyle,c.spinnerDelay2])},null,4),l.createElementVNode("div",{class:"v-sync v-sync3",style:l.normalizeStyle([c.spinnerStyle,c.spinnerDelay3])},null,4)],512)),[[l.vShow,s.loading]])}const CFe=cO(yFe,[["render",wFe]]),SFe={class:"zy-loading-con"},xFe=l.defineComponent({name:"LoadingPlay"}),kFe=l.defineComponent(We(te({},xFe),{props:{cont:{type:l.ref},options:{type:Object}},setup(e){const{cont:n,options:s}=e,a=l.computed(()=>({left:s.left+"px",top:s.top+"px",right:s.right+"px",bottom:s.bottom+"px"})),c=l.computed(()=>n&&n.value?["show"]:null);return(f,p)=>(l.openBlock(),l.createElementBlock("div",{class:l.normalizeClass(["zy-loading-wrapper",c.value]),style:l.normalizeStyle(a.value)},[l.createElementVNode("div",SFe,[l.createVNode(CFe,{color:"#ffffff",width:"8px",height:"40px"})])],6))}})),bhe=1440,YZ=216,EFe=56,w5={left:0,top:0,bottom:0,right:0};class TFe{constructor(){this.loadingCont=l.ref(!1),this.options=l.reactive(te({},w5)),this.createLoadingApp()}createLoadingApp(){let n=document.createElement("div");document.body.appendChild(n),this.loadingApp=l.createApp({name:"LoadingApp",render:()=>l.h(kFe,{cont:this.loadingCont,options:this.options})}),this.loadingApp.mount(n)}ShowLoading(n){n=n?te(te({},w5),n):te({},w5),n.LoadingType=="business"?(n=te(te({},n),OFe()),delete n.LoadingType):n.LoadingType=="forceFullscreen"&&(n=te({},w5),delete n.LoadingType),c3(this.options,n),this.loadingCont.value=!0}HidenLoading(){this.loadingCont.value=!1}}function OFe(){let e=document.documentElement.clientWidth||document.body.clientWidth,n=0,s=0,a=0,c=0,f=document.querySelector(".zy-applayout-base");return f&&(n=EFe),e<=1480?f&&(s=YZ+12):f&&(f.classList.contains("fullscreen")?s=YZ+24:(s=Math.round((e-bhe)/2)+YZ,a=Math.round((e-bhe)/2))),{left:s,top:n,bottom:c,right:a}}const C5=new TFe;function yhe(){let e=Op.get("logininfo");if(!e)throw new Error("logininfo未发现");return e.token}function NFe(e){let n=_Fe(),s=n.checkApi(e);return s&&n.storeApi(e),s}function _Fe(){return S3.instance||(S3.instance=new S3),S3.instance}class S3{constructor(){this.apiList=[]}checkApi(n){let s=this.apiList.findIndex(f=>f.api==n);if(s<0)return!0;let a=this.apiList[s];return new Date().getTime()-a.time<=1e3?!1:(this.apiList.splice(s,1),!0)}storeApi(n){let s=this.apiList.findIndex(a=>a.api==n);s<0?this.apiList.push({api:n,time:new Date().getTime()}):this.apiList[s].time=new Date().getTime()}}S3.instance=null;const x3=qg("methods.Ajax"),S5={method:"post",loading:!0,appendToken:!0,fullscreen:!1,forceFullscreen:!1,errorMsg:!0,handleError:!0,fd:!1,successMsg:!1,successTip:x3("successTipText"),confirmMsg:"",antiShake:!1,withRefresh:!0,responseType:"json"},k3=(e,n,s)=>ur(this,null,function*(){const a=e;s=s?te(te({},S5),s):te({},S5),s.confirmMsg&&(yield Qpe.confirm(s.confirmMsg,x3("confirmMsgText"),{confirmButtonText:x3("confirmButtonText"),cancelButtonText:x3("cancelButtonText"),type:"warning"})),s.method=s.method.toLowerCase();let c=n;if((s.method=="get"||s.method=="delete")&&n&&QT(n)&&Object.keys(n).length>0&&(e=e+(e.indexOf("?")>-1?"&"+phe.stringify(n):"?"+phe.stringify(n))),s.antiShake&&!NFe(e))throw console.warn(`${e}在1s内连续发起请求,判定为抖动`),new Error(x3("shakeText"));(s.method=="post"||s.method=="put")&&s.fd&&(c=ome(n));let f,p=s.fd?"multipart/form-data":"application/json;charset=UTF-8";if(s.appendToken){let g;try{g=yhe()}catch(v){if(s.handleError){GZ(s);return}else console.error(v)}f=kZ.create({headers:{Authorization:g,"Content-Type":p,"Accept-Language":jg()},signal:s.signal?s.signal.signal:null})}else f=kZ.create({headers:{"Content-Type":p,"Accept-Language":jg()},signal:s.signal?s.signal.signal:null});try{if(s.loading){let v=null;s.fullscreen||(v={LoadingType:"business"}),s.forceFullscreen&&(v={LoadingType:"forceFullscreen"}),C5.ShowLoading(v)}let g=yield f.request({method:s.method,url:e,withCredentials:!1,data:c,responseType:s.responseType});return s.loading&&C5.HidenLoading(),g}catch(g){if(s.loading&&C5.HidenLoading(),s.handleError||s.withRefresh){let v={url:a,param:n,option:s};if(g.name&&g.name=="CanceledError")return g;let C=yield hFe(g,s.errorMsg,v);return C||g}else throw console.warn("ajax出现错误,并忽略错误处理"),console.error(g),g}}),ld=(e,n,s)=>ur(this,null,function*(){var p;const a=((p=window.HS_GLOBAL_CONFIG)==null?void 0:p.Ajax)||{};!!(s!=null&&s.successTip)&&(s.successMsg=!0),s=s?te(te(te({},S5),a),s):te(te({},a),S5),s.method=s.method.toLowerCase();let f=!1;s.hasOwnProperty("pageInfo")&&s.pageInfo!=null&&(f=!0,s.hasOwnProperty("page")&&!s.page&&(f=!1),n=te(te({},l.unref(s.pageInfo)),n));try{const g=yield k3(e,n,s);if(g instanceof CIe)throw g;let v=g.data;if(v.code!=200){if(s.errorMsg&&Dl({type:"error",grouping:!0,message:v.msg,customClass:"ajax-tip"}),v.name&&v.name=="CanceledError")return console.warn("请求被取消"),{data:null};throw new Error(`请求:${e}出现错误,错误码:${v.code},错误信息:${v.msg}`)}else{s.successMsg&&Dl({type:"success",grouping:!0,message:s.successTip,customClass:"ajax-tip"});let C=v.val||v.list,E=l.unref(s.pageInfo),O={total:0,pageSize:0,pageIndex:0};return f&&s.hasOwnProperty("pageInfo")&&(O.pageIndex=E.pageIndex,O.pageSize=E.pageSize,v.hasOwnProperty("pageInfo")?O=te({},v.pageInfo):O.total=v.total||0,E.total=O.total),sessionStorage.setItem("lastest_success_ajax_time",new Date().getTime()+""),{data:C,code:v.code,msg:v.msg,pageInfo:O}}}catch(g){throw console.warn(g),g}}),x5=(e="./login.html")=>{let n=window.localStorage.getItem("loginPage");if(n){try{n=JSON.parse(n)}catch(s){console.warn(s)}e=n}window.sessionStorage.removeItem("logininfo"),window.localStorage.removeItem("logininfo"),window.location.href=e},vhe=(e="./index.html")=>{let n=window.localStorage.getItem("homePage");if(n){try{n=JSON.parse(n)}catch(s){console.warn(s)}e=n}window.location.href=e};/*!
43
43
  * Viewer.js v1.11.3
44
44
  * https://fengyuanchen.github.io/viewerjs
45
45
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hongshu-view",
3
3
  "private": false,
4
- "version": "1.0.21",
4
+ "version": "1.0.23",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "csdn"
@@ -6,4 +6,4 @@
6
6
  * Released under the MIT license
7
7
  *
8
8
  * Date: 2023-03-05T07:01:15.525Z
9
- */.viewer-close::before,.viewer-flip-horizontal::before,.viewer-flip-vertical::before,.viewer-fullscreen-exit::before,.viewer-fullscreen::before,.viewer-next::before,.viewer-one-to-one::before,.viewer-play::before,.viewer-prev::before,.viewer-reset::before,.viewer-rotate-left::before,.viewer-rotate-right::before,.viewer-zoom-in::before,.viewer-zoom-out::before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:280px;color:transparent;display:block;font-size:0;height:20px;line-height:0;width:20px}.viewer-zoom-in::before{background-position:0 0;content:"Zoom In"}.viewer-zoom-out::before{background-position:-20px 0;content:"Zoom Out"}.viewer-one-to-one::before{background-position:-40px 0;content:"One to One"}.viewer-reset::before{background-position:-60px 0;content:"Reset"}.viewer-prev::before{background-position:-80px 0;content:"Previous"}.viewer-play::before{background-position:-100px 0;content:"Play"}.viewer-next::before{background-position:-120px 0;content:"Next"}.viewer-rotate-left::before{background-position:-140px 0;content:"Rotate Left"}.viewer-rotate-right::before{background-position:-160px 0;content:"Rotate Right"}.viewer-flip-horizontal::before{background-position:-180px 0;content:"Flip Horizontal"}.viewer-flip-vertical::before{background-position:-200px 0;content:"Flip Vertical"}.viewer-fullscreen::before{background-position:-220px 0;content:"Enter Full Screen"}.viewer-fullscreen-exit::before{background-position:-240px 0;content:"Exit Full Screen"}.viewer-close::before{background-position:-260px 0;content:"Close"}.viewer-container{bottom:0;direction:ltr;font-size:0;left:0;line-height:0;overflow:hidden;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.viewer-container ::-moz-selection,.viewer-container::-moz-selection{background-color:transparent}.viewer-container ::selection,.viewer-container::selection{background-color:transparent}.viewer-container:focus{outline:0}.viewer-container img{display:block;height:auto;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.viewer-canvas{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.viewer-canvas>img{height:auto;margin:15px auto;max-width:90%!important;width:auto}.viewer-footer{bottom:0;left:0;overflow:hidden;position:absolute;right:0;text-align:center}.viewer-navbar{background-color:rgba(0,0%,0%,50%);overflow:hidden}.viewer-list{box-sizing:content-box;height:50px;margin:0;overflow:hidden;padding:1px 0}.viewer-list>li{color:transparent;cursor:pointer;float:left;font-size:0;height:50px;line-height:0;opacity:.5;overflow:hidden;transition:opacity .15s;width:30px}.viewer-list>li:focus,.viewer-list>li:hover{opacity:.75}.viewer-list>li:focus{outline:0}.viewer-list>li+li{margin-left:1px}.viewer-list>.viewer-loading{position:relative}.viewer-list>.viewer-loading::after{border-width:2px;height:20px;margin-left:-10px;margin-top:-10px;width:20px}.viewer-list>.viewer-active,.viewer-list>.viewer-active:focus,.viewer-list>.viewer-active:hover{opacity:1}.viewer-player{background-color:#000;bottom:0;cursor:none;display:none;left:0;position:absolute;right:0;top:0;z-index:1}.viewer-player>img{left:0;position:absolute;top:0}.viewer-toolbar>ul{display:inline-block;margin:0 auto 5px;overflow:hidden;padding:6px 3px}.viewer-toolbar>ul>li{background-color:rgba(0,0%,0%,50%);border-radius:50%;cursor:pointer;float:left;height:24px;overflow:hidden;transition:background-color .15s;width:24px}.viewer-toolbar>ul>li:focus,.viewer-toolbar>ul>li:hover{background-color:rgba(0,0%,0%,80%)}.viewer-toolbar>ul>li:focus{box-shadow:0 0 3px #fff;outline:0;position:relative;z-index:1}.viewer-toolbar>ul>li::before{margin:2px}.viewer-toolbar>ul>li+li{margin-left:1px}.viewer-toolbar>ul>.viewer-small{height:18px;margin-bottom:3px;margin-top:3px;width:18px}.viewer-toolbar>ul>.viewer-small::before{margin:-1px}.viewer-toolbar>ul>.viewer-large{height:30px;margin-bottom:-3px;margin-top:-3px;width:30px}.viewer-toolbar>ul>.viewer-large::before{margin:5px}.viewer-tooltip{background-color:rgba(0,0%,0%,80%);border-radius:10px;color:#fff;display:none;font-size:12px;height:20px;left:50%;line-height:20px;margin-left:-25px;margin-top:-10px;position:absolute;text-align:center;top:50%;width:50px}.viewer-title{color:#ccc;display:inline-block;font-size:12px;line-height:1.2;margin:5px 5%;max-width:90%;min-height:14px;opacity:.8;overflow:hidden;text-overflow:ellipsis;transition:opacity .15s;white-space:nowrap}.viewer-title:hover{opacity:1}.viewer-button{-webkit-app-region:no-drag;background-color:rgba(0,0%,0%,50%);border-radius:50%;cursor:pointer;height:80px;overflow:hidden;position:absolute;right:-40px;top:-40px;transition:background-color .15s;width:80px}.viewer-button:focus,.viewer-button:hover{background-color:rgba(0,0%,0%,80%)}.viewer-button:focus{box-shadow:0 0 3px #fff;outline:0}.viewer-button::before{bottom:15px;left:15px;position:absolute}.viewer-fixed{position:fixed}.viewer-open{overflow:hidden}.viewer-show{display:block}.viewer-hide{display:none}.viewer-backdrop{background-color:rgba(0,0%,0%,50%)}.viewer-invisible{visibility:hidden}.viewer-move{cursor:move;cursor:grab}.viewer-fade{opacity:0}.viewer-in{opacity:1}.viewer-transition{transition:all .3s}@keyframes viewer-spinner{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.viewer-loading::after{animation:viewer-spinner 1s linear infinite;border:4px solid rgba(255,255%,255%,10%);border-left-color:rgba(255,255%,255%,50%);border-radius:50%;content:"";display:inline-block;height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px;z-index:1}@media (max-width:767px){.viewer-hide-xs-down{display:none}}@media (max-width:991px){.viewer-hide-sm-down{display:none}}@media (max-width:1199px){.viewer-hide-md-down{display:none}}.vue-cropper[data-v-69939069]{position:relative;width:100%;height:100%;box-sizing:border-box;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;direction:ltr;touch-action:none;text-align:left;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-box-canvas[data-v-69939069],.cropper-box[data-v-69939069],.cropper-crop-box[data-v-69939069],.cropper-drag-box[data-v-69939069],.cropper-face[data-v-69939069]{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-user-select:none;user-select:none}.cropper-box-canvas img[data-v-69939069]{position:relative;text-align:left;-webkit-user-select:none;user-select:none;transform:none;max-width:none;max-height:none}.cropper-box[data-v-69939069]{overflow:hidden}.cropper-move[data-v-69939069]{cursor:move}.cropper-crop[data-v-69939069]{cursor:crosshair}.cropper-modal[data-v-69939069]{background:rgba(0,0,0,.5)}.cropper-view-box[data-v-69939069]{display:block;overflow:hidden;width:100%;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;-webkit-user-select:none;user-select:none}.cropper-view-box img[data-v-69939069]{-webkit-user-select:none;user-select:none;text-align:left;max-width:none;max-height:none}.cropper-face[data-v-69939069]{top:0;left:0;background-color:#fff;opacity:.1}.crop-info[data-v-69939069]{position:absolute;left:0;min-width:65px;text-align:center;color:#fff;line-height:20px;background-color:#000c;font-size:12px}.crop-line[data-v-69939069]{position:absolute;display:block;width:100%;height:100%;opacity:.1}.line-w[data-v-69939069]{top:-3px;left:0;height:5px;cursor:n-resize}.line-a[data-v-69939069]{top:0;left:-3px;width:5px;cursor:w-resize}.line-s[data-v-69939069]{bottom:-3px;left:0;height:5px;cursor:s-resize}.line-d[data-v-69939069]{top:0;right:-3px;width:5px;cursor:e-resize}.crop-point[data-v-69939069]{position:absolute;width:8px;height:8px;opacity:.75;background-color:#39f;border-radius:100%}.point1[data-v-69939069]{top:-4px;left:-4px;cursor:nw-resize}.point2[data-v-69939069]{top:-5px;left:50%;margin-left:-3px;cursor:n-resize}.point3[data-v-69939069]{top:-4px;right:-4px;cursor:ne-resize}.point4[data-v-69939069]{top:50%;left:-4px;margin-top:-3px;cursor:w-resize}.point5[data-v-69939069]{top:50%;right:-4px;margin-top:-3px;cursor:e-resize}.point6[data-v-69939069]{bottom:-5px;left:-4px;cursor:sw-resize}.point7[data-v-69939069]{bottom:-5px;left:50%;margin-left:-3px;cursor:s-resize}.point8[data-v-69939069]{bottom:-5px;right:-4px;cursor:se-resize}@media screen and (max-width:500px){.crop-point[data-v-69939069]{position:absolute;width:20px;height:20px;opacity:.45;background-color:#39f;border-radius:100%}.point1[data-v-69939069]{top:-10px;left:-10px}.point2[data-v-69939069],.point4[data-v-69939069],.point5[data-v-69939069],.point7[data-v-69939069]{display:none}.point3[data-v-69939069]{top:-10px;right:-10px}.point4[data-v-69939069]{top:0;left:0}.point6[data-v-69939069]{bottom:-10px;left:-10px}.point8[data-v-69939069]{bottom:-10px;right:-10px}}@font-face{font-family:iconfont;src:url(//at.alicdn.com/t/c/font_4060731_ez28hggs3kb.woff2?t=1752134302128) format('woff2'),url(//at.alicdn.com/t/c/font_4060731_ez28hggs3kb.woff?t=1752134302128) format('woff'),url(//at.alicdn.com/t/c/font_4060731_ez28hggs3kb.ttf?t=1752134302128) format('truetype')}.zy-font{font-family:iconfont;font-size:18px;font-style:normal;vertical-align:middle}:root{--main-color:#F5713F;--main-color-hover:#f14a0e;--main-color-active:#f14a0e;--main-color-shadow:#fff1f0;--main-color-disabled:#B2CCFF;--success-color:#2ace6c;--success-color-hover:#3ee681;--warning-color:#FFB123;--warning-color-hover:#f3bc56;--danger-color:var(--main-color);--danger-color-hover:var(--main-color-hover);--field-bg-color:#f5f7faad;--field-border-color:#e6ebf5b5;--title-color:#3A3A3A;--sub-title-color:#777B84;--help-color:#AAAEB7;--border-color:#D7D9DD;--divider-color:#E9EAF1;--background-color:#F2F3F7;--layout-border-color:#d7d9dd;--main-bg-color:#F2F2F2;--el-color-success:var(--success-color);--layout-head-height:60px;--layout-head-width:1440px;--layout-menu-width:216px;--layout-navigator-height:54px;--main-header-bg-color:#ffffff;--layout-padding-horizontal:24px;--layout-padding-bottom:10px;--layout-main-width:1440px;--layout-main-margin:auto;--layout-main-padding:0;--el-menu-item-height:48px;--menu-active-color:#068AFF;--image-thumb-size:100px;--primary-btn-color:#106EBE;--success-btn-color:var(--success-color);--warning-btn-color:var(--warning-color);--danger-btn-color:var(--danger-color);--disabled-btn-color:#c8c9cc;--nav-color-cur:#666b78;--block-radious:4px;--page-footer-height:64px;--chat-width:375px}body{--el-color-primary:var(--main-color);--el-color-primary-light-3:var(--main-color);--el-color-primary-light-5:var(--main-color);--el-color-primary-light-7:var(--main-color-shadow);--el-color-primary-light-8:var(--main-color-shadow);--el-color-primary-light-9:var(--main-color-shadow);--menu-active-color:var(--main-color-active);--el-menu-hover-bg-color:var(--main-color-shadow)}body .el-button--primary{--el-button-active-bg-color:var(--main-color-active);--el-button-active-border-color:var(--main-color-active)}.zy-btn-default{border:solid 1px #f0f;background-color:red}.zy-btn-default button{color:var(--yellow-btn)}.zy-btn-primary{background-color:red}.zy-menu{height:calc(100% - 8px);overflow-y:scroll}.zy-menu::-webkit-scrollbar{width:0;height:0}.zy-menu::-webkit-scrollbar-thumb{border-radius:3px;background:#00000001;-webkit-transition:all 2s;transition:all 2s}.zy-menu:hover::-webkit-scrollbar-thumb{background:#00000021}.zy-menu::-webkit-scrollbar-track{background:0 0;-webkit-box-shadow:none;box-shadow:none}.zy-menu:hover::-webkit-scrollbar-track{-webkit-box-shadow:6px 6px #00000011 inset;box-shadow:6px 6px #00000011 inset}.zy-menu-block{height:var(--layout-navigator-height);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;font-family:Source Han Sans CN,Source Han Sans CN-Bold;font-weight:700;text-align:left;color:var(--title-color);overflow:hidden;width:var(--layout-menu-width)}.zy-menu-block-mname{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:32px}.zy-menu-group{padding-bottom:12px;color:#aaaeb7;font-size:14px}.zy-menu-group:nth-of-type(n+2){margin-top:16px}.zy-menu .el-menu{border-right:none;background-color:transparent;border-radius:4px}.zy-menu .el-menu .el-sub-menu{padding-left:0;background-color:#fff}.zy-menu .el-menu .el-sub-menu__title{color:#32353c;font-weight:400;font-size:16px}.zy-menu .el-menu .el-sub-menu__title *{overflow:hidden;text-overflow:ellipsis}.zy-menu .el-menu .el-menu-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#777b84;padding:0;margin-right:var(--el-menu-base-level-padding);position:relative;border-radius:4px}.zy-menu .el-menu .el-menu-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:6px}.zy-menu .el-menu .el-menu-item.is-active{color:var(--menu-active-color);background:var(--main-color-shadow)}.zy-menu-search{padding-bottom:4px}.zy-menu-search .el-input__wrapper{-webkit-box-shadow:none;box-shadow:none;background-color:#fff}.zy-menu-list{overflow-x:hidden;margin-top:16px}.zy-menu-badge{display:inline-block;line-height:1;font-size:12px;font-weight:400;padding:2px 4px;border-radius:9px;text-align:center;min-width:22px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:6px;background-color:var(--danger-color);color:#fff}.zy-menu .el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-menu-item,.zy-menu .el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-menu-item-group__title,.zy-menu .el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-sub-menu__title{padding-left:30px;margin-right:0}.zy-menu-search-null{color:var(--sub-title-color);text-align:center;font-size:15px}.zy-filelist{width:100%}.zy-filelist-ftype-icon{width:17px;height:17px;vertical-align:middle}.zy-filelist-upload{text-align:center}.zy-filelist-file-name{margin-right:6px;margin-left:4px;vertical-align:middle}.zy-filelist-list{margin-top:0;margin-bottom:12px;list-style:none;padding-left:0;color:var(--sub-title-color)}.zy-filelist-list li{border-radius:2px;padding-left:12px;padding-right:18px;line-height:1.6;margin-top:4px;word-break:break-all;white-space:pre-wrap;padding-top:2px;padding-bottom:2px;background-color:#e9eaf191;font-size:14px}.zy-filelist-list li.none-file{padding-top:6px;padding-bottom:6px;color:var(--help-color)}.zy-filelist-list li.none-file:hover{color:var(--help-color)}.zy-filelist-list li .zy-font{vertical-align:middle;font-size:16px;margin-left:8px;margin-right:8px;cursor:pointer;font-weight:700}.zy-filelist-list li:hover{color:var(--main-color-hover)}.zy-pagelayout-con{margin-top:16px;text-align:right}.zy-applayout{height:100vh}.zy-applayout.fullscreen{--layout-main-width:100%;--layout-main-margin:0;--layout-main-padding:var(--layout-padding-horizontal)}.zy-applayout-base{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:1000px}.zy-applayout-base-head{height:var(--layout-head-height);-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;background-color:var(--main-header-bg-color);-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:solid 1px var(--border-color)}.zy-applayout-base-body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;overflow:hidden;width:var(--layout-main-width);margin-left:var(--layout-main-margin);margin-right:var(--layout-main-margin);padding-left:var(--layout-main-padding);padding-right:var(--layout-main-padding);-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.zy-applayout-base-body-ctx{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.zy-applayout-base-body-navigator{-webkit-box-flex:0;-ms-flex:0 0 var(--layout-navigator-height);flex:0 0 var(--layout-navigator-height)}.zy-applayout-base-body-body{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:18px;position:relative}.zy-applayout-base-menu{-webkit-box-flex:0;-ms-flex:0 0 var(--layout-menu-width);flex:0 0 var(--layout-menu-width);position:relative}.zy-applayout-base-menu-menuinner{height:100%;overflow-y:hidden;overflow-x:visible}.zy-applayout-base-ear{position:absolute;top:12px;right:0;z-index:10;width:32px;height:32px}.zy-applayout-base-ear .zy-font{font-size:18px;cursor:pointer;color:var(--sub-title-color)}.zy-applayout-base-ear .zy-font:hover{color:var(--main-color)}.zy-applayout-base-ear-spread{margin-left:22px}.zy-appheader{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;margin-left:var(--layout-main-margin);margin-right:var(--layout-main-margin);-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:var(--layout-main-padding);padding-right:var(--layout-main-padding);-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:var(--layout-main-width)}.zy-appheader-title{-webkit-box-flex:0;-ms-flex:0 0 400px;flex:0 0 400px}.zy-appheader-title-mname{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:300px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.zy-appheader-title-mname-logo{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.zy-appheader-title-mname-logo img{height:36px}.zy-appheader-title-tname{line-height:1.2;color:var(--title-color);font-size:18px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;cursor:pointer;font-weight:700}.zy-appheader .h-menu-con{-webkit-box-flex:1;-ms-flex:1;flex:1}.zy-appheader .h-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.zy-appheader .h-menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px;cursor:pointer;margin-left:26px}.zy-appheader .h-menu-item.active,.zy-appheader .h-menu-item:hover{color:var(--main-color-hover)}.zy-appheader .h-menu-item .menu-name{margin-left:6px}.zy-appheader .menu-icon{font-size:18px}.zy-appheader .message-badge{display:inline-block}.zy-appheader .message-badge .el-badge__content.is-fixed.is-dot{top:3px}.zy-appheader .message-icon{cursor:pointer;font-size:26px;line-height:1}.zy-appheader .message-icon.active,.zy-appheader .message-icon:hover{color:var(--main-color-hover)}.zy-appheader .search-input{height:32px;border-radius:18px;width:200px;overflow:hidden}.zy-appheader .search-input .el-input__wrapper{background-color:#f6f6f6;-webkit-box-shadow:none;box-shadow:none}.zy-appheader .search-input .el-input-group__prepend{background-color:#f6f6f6;-webkit-box-shadow:none;box-shadow:none;padding-left:12px;padding-right:1px}.zy-appheader .shio-icon{width:27px;height:27px}.zy-application-wrapper{position:fixed;top:var(--layout-head-height);left:0;right:0;bottom:0;background-color:rgba(28,28,28,.41);z-index:1992;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.zy-application-wrapper .application-sbody{border-radius:16px;position:absolute;top:57px;bottom:90px;width:1200px;background-color:#fff;left:50%;margin-left:-600px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.zy-application-wrapper .ab-head{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;padding-left:37px;padding-right:37px;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:42px}.zy-application-wrapper .ab-head .ab-head-one{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.zy-application-wrapper .ab-head .a-name{font-size:36px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;line-height:1}.zy-application-wrapper .ab-head .el-tabs__header{margin-bottom:0}.zy-application-wrapper .ab-head .app-tab-con{margin-top:8px}.zy-application-wrapper .ab-head .el-tabs__nav-wrap::after{height:1px}.zy-application-wrapper .ab-head .el-tabs__nav-wrap .el-tabs__item{color:grey;font-weight:700}.zy-application-wrapper .ab-head .el-tabs__nav-wrap .el-tabs__item.is-active{color:var(--main-font-color)}.zy-application-wrapper .ab-head .el-tabs__active-bar{background-color:var(--active-color)}.zy-application-wrapper .ab-body{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:37px;padding-right:37px;overflow-y:scroll}.zy-application-wrapper .ab-body::-webkit-scrollbar{width:6px;height:0}.zy-application-wrapper .ab-body::-webkit-scrollbar-thumb{border-radius:3px;background:#00000001;-webkit-transition:all 2s;transition:all 2s}.zy-application-wrapper .ab-body:hover::-webkit-scrollbar-thumb{background:#00000021}.zy-application-wrapper .ab-body::-webkit-scrollbar-track{background:0 0;-webkit-box-shadow:none;box-shadow:none}.zy-application-wrapper .ab-body:hover::-webkit-scrollbar-track{-webkit-box-shadow:6px 6px #00000011 inset;box-shadow:6px 6px #00000011 inset}.zy-application-wrapper .application-list{list-style:none;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:60px}.zy-application-wrapper .application-list .application-item{margin-top:5px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:314px;height:107px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.zy-application-wrapper .application-list .application-item:hover .app_mname_con{color:var(--active-color)}.zy-application-wrapper .application-list .app_icon_con{overflow:hidden}.zy-application-wrapper .application-list .app_icon_con .app_icon_wrapper{text-align:center;width:64px;height:64px;overflow:hidden;position:relative;display:inline-block;border-radius:4px}.zy-application-wrapper .application-list .app_icon_con .app_icon_wrapper img{width:64px;height:64px}.zy-application-wrapper .application-list .app_icon_con{-webkit-box-flex:0;-ms-flex:0 0 64px;flex:0 0 64px}.zy-application-wrapper .application-list .app_mname_con{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:12px;padding-right:16px;font-size:15px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700}.zy-application-wrapper .application-list .no_content{text-align:center;padding-top:80px}.zy-application-wrapper .application-list .top-no-tile{font-size:16px;font-weight:700}.zy-application-wrapper .application-list .sub-no-tile{font-size:14px;color:#aaa;margin-top:12px}.language-select{margin-left:-9px;margin-right:-9px;overflow:hidden;height:80px}.language-select .language-item{margin-bottom:8px;height:32px;background:#f6f6f6;border-radius:2px;padding-left:8px}.spread-enter-active,.spread-leave-active{-webkit-transition:height .5s ease;transition:height .5s ease}.spread-enter-from,.spread-leave-to{height:0!important}.color-list{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:64px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:-9px;margin-right:-9px;background:#f6f6f6;overflow:hidden;border-radius:2px}.b-message{z-index:1106;-webkit-box-flex:0;-ms-flex:none;flex:none;background-color:#fff;width:var(--chat-width);position:fixed;right:0;bottom:0;top:var(--layout-head-height)}.b-message .iframe-con{width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;-webkit-box-shadow:6px 20px 24px #0000003d;box-shadow:6px 20px 24px #0000003d;border-left:solid 1px #e2e2e2}.b-message .if_ctx{width:100%;height:100%}.user_avatar{height:34px;width:34px;border-radius:6px}.zy-user-popover{background:#fff;border-radius:6px;color:#3a3a3a;padding-top:12px;padding-left:8px;padding-right:8px}.zy-user-popover .user_name{font-size:23px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;line-height:1.2;margin-top:8px;margin-bottom:8px}.zy-user-popover .br{margin-top:12px;border-top:1px solid #e2e2e2;margin-bottom:12px}.zy-user-popover .zy-font{margin-right:8px}.zy-user-popover .setting-item{padding-top:8px;padding-bottom:8px;vertical-align:middle;cursor:pointer}.zy-user-popover .setting-item:hover{color:var(--active-color)}.zy-navigator{padding-left:var(--layout-padding-horizontal);padding-right:var(--layout-padding-horizontal);height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.zy-navigator-back{cursor:pointer;-webkit-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px}.zy-navigator-back .zy-font{font-size:20px;font-weight:700;color:var(--sub-title-color)}.zy-navigator-back .zy-font:hover{color:var(--main-color-hover)}.zy-navigator-title{-webkit-box-flex:1;-ms-flex:1;flex:1;color:var(--sub-title-color)}.zy-navigator-ncon{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-wrap:nowrap;flex-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.zy-navigator-tlist{display:inline-block;vertical-align:top}.zy-navigator-ltitle{display:inline-block;color:#32353c;font-size:22px;max-width:210px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.zy-navigator-split{display:inline-block;color:#32353c;padding-left:4px;padding-right:4px;font-size:22px;vertical-align:top}.zy-imagelist-upload-btn{margin-left:0;display:inline-block;width:var(--image-thumb-size);height:var(--image-thumb-size);vertical-align:top;border:dashed 1px var(--border-color);text-align:center;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;line-height:normal}.zy-imagelist-upload-btn .zy-font{font-size:32px;color:var(--sub-title-color)}.zy-imagelist-upload-btn-title{padding-top:4px;color:var(--sub-title-color);font-size:12px}.zy-imagelist-upload-btn-loading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;left:0;top:0;right:0;bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--sub-title-color);font-size:14px}.zy-imagelist-view{vertical-align:top;margin:0;padding:0;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:0;-webkit-padding-start:0;padding-inline-start:0;list-style:none}.zy-imagelist-view-none-image{line-height:1.2;padding:8px 12px;background-color:#f5f7faad;-webkit-box-shadow:0 0 0 1px var(--field-border-color) inset;box-shadow:0 0 0 1px var(--field-border-color) inset;border-radius:4px;color:var(--help-color)}.zy-imagelist-view-item{margin-top:4px;margin-bottom:4px;overflow:hidden;border-radius:4px;border:solid 1px var(--border-color);margin-right:10px;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;width:var(--image-thumb-size);height:var(--image-thumb-size);position:relative;cursor:pointer}.zy-imagelist-view-item .el-img{width:100%;height:100%;background-color:#fff}.zy-imagelist-view-item .el-img img{-o-object-fit:contain;object-fit:contain}.zy-imagelist-view-item:hover .zy-imagelist-view-mask{height:100%}.zy-imagelist-view-mask{position:absolute;left:0;bottom:0;right:0;height:0%;background-color:rgba(0,0,0,.5);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all linear .1s;transition:all linear .1s;overflow:hidden}.zy-imagelist-view-mask .zy-font{margin-right:4px;margin-left:4px;font-size:26px}.zy-imagelist-view-mask .zy-font:hover{color:#efefef}.viewer-backdrop{background-color:rgba(0,0,0,.5)}.circle .zy-imagelist-upload-btn{border-radius:50%}.circle .zy-imagelist-view-none-image{border-radius:50%}.circle .zy-imagelist-view-item{border-radius:50%}.fullscreen .zy-pagelayout.opt{width:1206px}.fullscreen .zy-pagelayout.detail{width:1206px}.zy-pagelayout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.zy-pagelayout-head{padding-top:16px;padding-bottom:16px;height:auto;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;background-color:#fff;border-radius:var(--block-radious)}.zy-pagelayout-body{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;border-radius:var(--block-radious)}.zy-pagelayout-body-inner{overflow:auto;border-radius:var(--block-radious);-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:30px;padding-left:var(--layout-padding-horizontal);padding-right:var(--layout-padding-horizontal);width:100%;margin-left:auto;margin-right:auto;background-color:#fff;padding-top:12px}.zy-pagelayout-body-inner::-webkit-scrollbar{width:8px;height:0}.zy-pagelayout-body-inner::-webkit-scrollbar-thumb{border-radius:2px;background:#00000031;-webkit-transition:all 2s;transition:all 2s}.zy-pagelayout-body-inner:hover::-webkit-scrollbar-thumb{background:#00000031}.zy-pagelayout-body-inner::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1)}.zy-pagelayout-footer{height:var(--page-footer-height);-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;background-color:#fff;border-radius:var(--block-radious);display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:var(--layout-padding-horizontal);padding-right:var(--layout-padding-horizontal)}.zy-pagelayout .footer-opts{-webkit-box-flex:2;-ms-flex:2;flex:2;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.zy-wrapperpagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.zy-supersearch{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.zy-supersearch-search-btn{cursor:pointer;display:inline-block;padding:6px 12px;font-size:14px;border:4px;color:var(--sub-title-color)}.zy-supersearch-search-btn:hover{color:var(--main-color-hover)}.zy-supersearch-search-btn .zy-font{vertical-align:middle;font-size:14px}.zy-supersearch-super-btn .zy-font{vertical-align:middle;font-size:20px;color:var(--sub-title-color);padding:4px 3px;border-radius:3px;cursor:pointer}.zy-supersearch-super-btn .zy-font:hover{color:var(--main-color-hover)}.zy-supersearch-super-con{padding:20px var(--layout-padding-horizontal) 0;display:-webkit-box;display:-ms-flexbox;display:flex}.zy-supersearch-super-con-condition-icon{color:var(--main-color)!important}.zy-supersearch-super-con-tip{width:80px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;font-size:16px;line-height:1.8}.zy-supersearch-super-consearch-ctx{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:-12px}.zy-supersearch-super-con-opt{text-align:center}.zy-supersearch-super-con-opt-btn{min-width:70px;margin-right:8px;margin-left:8px;height:30px!important;vertical-align:top!important}.zy-supersearch-super-con .super-item{width:130px;margin-right:12px;margin-bottom:10px}.zy-supersearch-super-con .super-item .el-input__inner{--el-input-inner-height:28px}.zy-formitem-tip-wrapper{max-width:250px;word-break:break-all}.zy-formitem{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:25%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:14px;padding-right:14px}.zy-formitem .el-form-item__label{white-space:nowrap}.zy-formitem-1{width:25%}.zy-formitem-2{width:50%}.zy-formitem-3{width:75%}.zy-formitem-4{width:100%}.zy-formitem .warning-icon{font-size:18px;cursor:pointer;margin-left:4px;color:var(--warning-color)}.zy-formitem-label{display:inline-block}.zy-formitem-warning{font-size:14px;color:var(--warning-color);vertical-align:middle}.zy-formitem .tip-icon{font-size:16px;cursor:pointer;margin-left:4px;color:var(--el-color-primary-light-3)}.zy-formitem-tip{font-size:14px;color:var(--el-color-primary-light-3);vertical-align:middle}.zy-formtitle{width:100%;padding-left:12px;padding-right:12px}.zy-formtitle-ctx{font-size:15px;margin-top:8px;margin-bottom:8px;color:var(--sub-title-color);font-weight:700;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:var(--background-color);padding-top:5px;padding-bottom:5px;padding-left:12px;border-top-right-radius:2px;border-bottom-right-radius:2px}.zy-formtitle-ctx::before{display:block;content:"";width:4px;position:absolute;left:0;top:0;bottom:0;border-radius:2px;background-color:var(--el-color-primary)}.zy-fieldlist{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:var(--el-font-size-base)}.zy-fielditem{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:25%;padding-left:12px;padding-right:12px;padding-top:6px;padding-bottom:6px;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:4px;margin-bottom:4px}.zy-fielditem-1{width:25%}.zy-fielditem-2{width:50%}.zy-fielditem-3{width:75%}.zy-fielditem-4{width:100%}.zy-fielditem-tb{display:block}.zy-fielditem-label{color:var(--help-color);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:4px}.zy-fielditem-label-online{display:block;padding-bottom:4px}.zy-fielditem-ctx{color:var(--sub-title-color);-webkit-box-flex:1;-ms-flex:1;flex:1;word-break:break-all}.zy-fielditem-filed{word-break:break-all;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:32px;border-radius:4px}.zy-fielditem-filed-withbg{padding:6px 12px;background-color:#f5f7faad;-webkit-box-shadow:0 0 0 1px var(--field-border-color) inset;box-shadow:0 0 0 1px var(--field-border-color) inset}.zy-tablebtns-more-btn{display:inline-block;margin-left:4px;margin-right:4px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--primary-btn-color)}.zy-tablebtns-more-btn:active,.zy-tablebtns-more-btn:focus,.zy-tablebtns-more-btn:hover{outline:0}.zy-tablebtns-more-btn .zy-font{font-size:10px;vertical-align:top}.zy-tablebtns-drop{vertical-align:middle!important;padding:2px 4px;outline:0}.zy-tablebtns-drop:active,.zy-tablebtns-drop:focus,.zy-tablebtns-drop:hover{outline:0}.zy-tablebtns-btn{vertical-align:middle;display:inline-block;padding:2px 8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--primary-btn-color);position:relative}.zy-tablebtns-btn.with-border::after{right:-4px;top:7px;content:"";display:block;position:absolute;height:14px;width:1px;background-color:#e9eaf1}.zy-tablebtns-btn.primary{color:var(--primary-btn-color)}.zy-tablebtns-btn.success{color:var(--success-btn-color)}.zy-tablebtns-btn.warning{color:var(--warning-btn-color)}.zy-tablebtns-btn.danger{color:var(--danger-btn-color)}.zy-tablebtns-btn.gray{color:var(--gray-btn-color)}.zy-tablebtns-btn.disabled{color:var(--disabled-btn-color);cursor:not-allowed}.zy-tablebtns-more-list .zy-tablebtns-btn{padding-top:4px;padding-bottom:4px;padding-left:14px;padding-right:14px}.zy-tablebtns-more-list .el-dropdown-menu__item{-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:4px;padding-right:4px;padding-top:0;padding-bottom:0}.zy-tablebtns-more-list .zy-tablebtns-btn{width:100%}.zy-tablebtns-more-list .zy-tablebtns-btn:hover{background-color:var(--el-color-primary-light-9)}.zy-userdialog-searh-con{padding-bottom:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.zy-userdialog-table-head{background-color:#f2f5fa!important;padding:4px 0!important}.zy-userdialog-table-cell{padding:4px 0!important}.zy-userdialog-select-list{margin-top:-12px;padding-top:6px;padding-bottom:6px;border-radius:2px}.zy-userdialog-select-tag{margin-right:8px;margin-bottom:5px}.zy-userdialog-select{cursor:pointer}.zy-userdialog-select .el-input__inner{height:auto;min-height:var(--el-input-inner-height)}.zy-userdialog-select-placeholder{color:var(--el-text-color-placeholder);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.zy-userdialog-select .el-select__arrow{color:var(--el-text-color-placeholder);font-size:var(--el-select-input-font-size);-webkit-transition:-webkit-transform var(--el-transition-duration);transition:-webkit-transform var(--el-transition-duration);transition:transform var(--el-transition-duration);transition:transform var(--el-transition-duration),-webkit-transform var(--el-transition-duration);-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tox-tinymce{-webkit-box-flex:1;-ms-flex:1;flex:1}.zy-editor{line-height:1.5}.zy-editor table{border-collapse:collapse}.zy-editor table:not([cellpadding]) td,.zy-editor table:not([cellpadding]) th{padding:.4rem}.zy-editor table[border]:not([border="0"]):not([style*=border-width]) td,.zy-editor table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}.zy-editor table[border]:not([border="0"]):not([style*=border-style]) td,.zy-editor table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}.zy-editor table[border]:not([border="0"]):not([style*=border-color]) td,.zy-editor table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}.zy-editor figure{display:table;margin:1rem auto}.zy-editor figure figcaption{color:#999;display:block;margin-top:.25rem;text-align:center}.zy-editor hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}.zy-editor code{background-color:#e8e8e8;border-radius:3px;padding:.1rem .2rem}.zy-editor .mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.zy-editor .mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem}.zy-editor p{margin-top:0;margin-bottom:0}.zy-multi-check{vertical-align:-2px;display:inline-block;height:20px}.zy-multi-msg{display:inline-block;margin-left:4px;margin-right:4px;font-size:14px;line-height:20px}.zy-multi-msg i{margin:0 2px;color:var(--main-color);font-style:normal}.zy-multi-opt{margin-left:12px;display:inline-block}.zy-avatar{display:inline-block;line-height:0;overflow:hidden;vertical-align:top}.zy-avatar-trans-btns{line-height:18px;text-align:center;margin-top:12px}.zy-avatar-trans-btns i{margin-right:10px;margin-left:10px;font-size:18px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.zy-avatar-trans-btns i:hover{color:var(--main-color)}.zy-avatar-upload-btn{line-height:18px;border-radius:4px;border:dashed 1px var(--border-color);color:var(--sub-title-color);background-color:#fff}.zy-avatar-upload-btn-upload{width:100%;height:100%}.zy-avatar-upload-btn-upload .el-upload{font-size:14px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;height:100%}.zy-avatar-upload-imgcon{line-height:22px;position:relative;border-radius:4px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border:solid 1px var(--border-color);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--sub-title-color);font-size:14px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;background-color:#fff}.zy-avatar-upload-imgcon-upload{display:inline-block;overflow:hidden;vertical-align:middle}.zy-avatar-upload-imgcon-upload-none{display:none}.zy-avatar-upload-imgcon img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.zy-avatar-upload-imgcon-optmask{position:absolute;left:0;bottom:0;right:0;height:0%;background-color:rgba(0,0,0,.5);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all linear .1s;transition:all linear .1s;overflow:hidden}.zy-avatar-upload-imgcon-optmask .zy-font{cursor:pointer;margin-right:4px;margin-left:4px;font-size:26px}.zy-avatar-upload-imgcon-optmask .zy-font:hover{color:var(--main-color)}.zy-avatar-upload-imgcon:hover .zy-avatar-upload-imgcon-optmask{height:100%}.zy-avatar-croppercon{height:500px;display:-webkit-box;display:-ms-flexbox;display:flex}.zy-avatar-croppercon-cropper{-webkit-box-flex:1;-ms-flex:1;flex:1}.zy-avatar-croppercon-preview{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;padding-left:30px}.zy-avatar-croppercon-preview-title{font-size:18px}.zy-avatar-croppercon-pimage{overflow:hidden;margin:0;padding:0;border:solid 1px var(--border-color);margin-top:24px}.zy-deptselect .zy-font{font-size:14px;vertical-align:top}.zy-deptselect-label{margin-left:2px}.zy-photo{display:inline-block;line-height:0}.zy-photo-trans-btns{line-height:18px;text-align:center;margin-top:12px}.zy-photo-trans-btns i{margin-right:10px;margin-left:10px;font-size:18px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.zy-photo-trans-btns i:hover{color:var(--main-color)}.zy-photo-title{margin-top:12px;font-size:14px;font-size:13px;margin-left:8px;margin-right:8px}.zy-photo-upload-btn{line-height:18px;border-radius:4px;border:solid 1px var(--border-color);color:var(--sub-title-color);background-color:#fff}.zy-photo-upload-btn-upload{width:100%;height:100%}.zy-photo-upload-btn-upload .el-upload{font-size:14px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;height:100%}.zy-photo-upload-btn-upload .zy-font{font-size:36px}.zy-photo-upload-imgcon{line-height:22px;position:relative;border-radius:4px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border:solid 1px var(--border-color);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--sub-title-color);font-size:14px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;background-color:#fff}.zy-photo-upload-imgcon-upload{display:inline-block;overflow:hidden;vertical-align:middle}.zy-photo-upload-imgcon img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.zy-photo-upload-imgcon-optmask{position:absolute;left:0;bottom:0;right:0;height:0%;background-color:rgba(0,0,0,.5);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all linear .1s;transition:all linear .1s;overflow:hidden}.zy-photo-upload-imgcon-optmask .zy-font{cursor:pointer;margin-right:4px;margin-left:4px;font-size:26px}.zy-photo-upload-imgcon-optmask .zy-font:hover{color:var(--main-color)}.zy-photo-upload-imgcon:hover .zy-photo-upload-imgcon-optmask{height:100%}.zy-photo-croppercon{height:500px;display:-webkit-box;display:-ms-flexbox;display:flex}.zy-photo-croppercon-cropper{-webkit-box-flex:1;-ms-flex:1;flex:1}.zy-photo-croppercon-preview{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;padding-left:30px}.zy-photo-croppercon-preview-title{font-size:18px}.zy-photo-croppercon-pimage{overflow:hidden;margin:0;padding:0;border:solid 1px var(--border-color);margin-top:24px}.zy-editor{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:solid 1px #d4d7de;border-radius:2px;background-color:#fff}.zy-editor-tool{-webkit-box-flex:0;-ms-flex:0 0 46px;flex:0 0 46px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:4px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:4px;-webkit-box-shadow:0 2px 2px -2px rgba(34,47,62,.1),0 8px 8px -4px rgba(34,47,62,.07);box-shadow:0 2px 2px -2px rgba(34,47,62,.1),0 8px 8px -4px rgba(34,47,62,.07)}.zy-editor-tool .tool-list{list-style:none;margin-top:0;margin-bottom:0;padding:0;margin-left:12px;margin-right:12px;display:-webkit-box;display:-ms-flexbox;display:flex}.zy-editor-tool .tool-list li{cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.zy-editor-tool .tool-list .icon-item{height:30px;width:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:2px;margin-left:2px;margin-right:2px}.zy-editor-tool .tool-list .icon-item:hover{background-color:#cce2fa}.zy-editor-tool .tool-list .icon-item.is-active{background-color:#cce2fa}.zy-editor-tool .tool-list .icon-item .zy-font{font-size:16px}.zy-editor-tool .tool-list .dropdown-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:2px;margin-left:4px;margin-right:4px}.editor-table-tool .table-tool-list{list-style:none;font-size:14px}.editor-table-tool .table-tool-list li{cursor:pointer;padding:6px 12px;border-radius:4px}.editor-table-tool .table-tool-list li:hover{background-color:#cce2fa}.editor-table-tool .table-config-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:8px;margin-bottom:8px}.editor-table-tool .table-config-item span{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px}.editor-table-tool .table-config-item .config-input{-webkit-box-flex:1;-ms-flex:1;flex:1}.editor-table-tool .config-btn-con{text-align:center;margin-top:12px}.zy-editor-ctx{padding-left:12px;padding-right:12px;overflow-y:scroll;-webkit-box-flex:1;-ms-flex:1;flex:1}.zy-editor-ctx::-webkit-scrollbar{width:4px;height:0}.zy-editor-ctx::-webkit-scrollbar-thumb{border-radius:3px;background:#00000001;-webkit-transition:all 2s;transition:all 2s}.zy-editor-ctx:hover::-webkit-scrollbar-thumb{background:#00000021}.zy-editor-ctx::-webkit-scrollbar-track{background:0 0;-webkit-box-shadow:none;box-shadow:none}.zy-editor-ctx:hover::-webkit-scrollbar-track{-webkit-box-shadow:6px 6px transparent inset;box-shadow:6px 6px transparent inset}.border_black{border:1px solid rgba(0,0,0,.6)!important}.colors-palette{list-style:none;width:250px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.colors-palette .color-item{padding:2px;border:1px solid transparent;-webkit-transition:border .2s ease-out;transition:border .2s ease-out;cursor:pointer;border-radius:3px}.colors-palette .color-item:hover{border:1px solid rgba(0,0,0,.5)}.colors-palette .color-item .color-box{border:1px solid #e8e8e8;background-color:#eb903a;border-radius:3px;width:17px;height:17px}.resize-cursor{cursor:ew-resize;cursor:col-resize}.zy-editor-view{cursor:text}.zy-editor-view h1,.zy-editor-view h2,.zy-editor-view h3,.zy-editor-view h4,.zy-editor-view h5{-webkit-margin-before:.7em;margin-block-start:.7em;-webkit-margin-after:.07em;margin-block-end:.07em}.zy-editor-view p{margin-top:8px;margin-bottom:8px;line-height:1.35;font-size:16px}.zy-editor-view .tiptap{outline:0}.zy-editor-view .editor-file{line-height:1.4;padding:4px 12px;background-color:#cbcfd85c;border-radius:2px;margin-top:6px;margin-bottom:6px}.zy-editor-view .editor-file-name{color:#303133;font-size:15px}.zy-editor-view .editor-file-name:hover{color:#2d8cf0;cursor:pointer}.zy-editor-view .editor-file-download{font-size:14px;margin-left:12px;cursor:pointer;color:#909399}.zy-editor-view .editor-file-download:hover{color:#666}.zy-editor-view .zy-editor-ol{padding-left:1em;margin-left:0}.zy-editor-view .zy-editor-horizontal{margin-top:18px;margin-bottom:18px}.zy-editor-view .tableWrapper table,.zy-editor-view .zy-editor-table{border-collapse:collapse;margin:0;overflow:hidden;table-layout:fixed;width:100%;margin-top:12px}.zy-editor-view .tableWrapper table td,.zy-editor-view .tableWrapper table th,.zy-editor-view .zy-editor-table td,.zy-editor-view .zy-editor-table th{border:1px solid var(--el-border-color-lighter);-webkit-box-sizing:border-box;box-sizing:border-box;min-width:1em;padding:4px 6px;position:relative;vertical-align:top}.zy-editor-view .tableWrapper table td>*,.zy-editor-view .tableWrapper table th>*,.zy-editor-view .zy-editor-table td>*,.zy-editor-view .zy-editor-table th>*{margin-bottom:0}.zy-editor-view .tableWrapper table th,.zy-editor-view .zy-editor-table th{background-color:var(--el-border-color-extra-light);font-weight:700;text-align:left}.zy-editor-view .tableWrapper table .selectedCell:after,.zy-editor-view .zy-editor-table .selectedCell:after{background:var(--el-border-color);content:"";left:0;right:0;top:0;bottom:0;pointer-events:none;position:absolute;z-index:2}.zy-editor-view .tableWrapper table .column-resize-handle,.zy-editor-view .zy-editor-table .column-resize-handle{background-color:var(--el-border-color);bottom:-2px;pointer-events:none;position:absolute;right:-2px;top:0;width:4px}.zy-editor-view .tableWrapper table .zy-editor-paragraph,.zy-editor-view .zy-editor-table .zy-editor-paragraph{margin-top:0}.zy-editor-view .tableWrapper{margin:1.5rem 0;overflow-x:auto}.zy-editor-view .zy-editor-highlight{border-radius:2px}.zy-editor-view pre{background:#2e2b29;border-radius:.5rem;color:#fff;font-family:JetBrainsMono,monospace;margin:1.5rem 0;padding:.75rem 1rem;white-space:wrap}.zy-editor-view pre code{background:0 0;color:inherit;font-size:.8rem;padding:0}.zy-editor-view p.is-editor-empty:first-child::before{color:var(--el-text-color-placeholder);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.zy-editor-view img{max-width:100%}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.editor-upload-area{border:1px dashed #ccc;margin-top:30px;margin-bottom:20px;height:180px;border-radius:4px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.editor-upload-area:hover{border-color:var(--main-color-hover)}.editor-upload-area .upload-icon{font-size:62px;color:#a8abb2;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.editor-upload-area .upload-tip{color:#aaa;pointer-events:none}.editor-upload-area .upload-input{display:none}.editor-upload-area .editor-upload-list{list-style:none;text-align:left;width:85%;cursor:default;height:150px}.editor-upload-area .editor-upload-item{line-height:1.3;padding:4px 12px;font-size:14px;border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex}.editor-upload-area .editor-upload-item .zy-font{font-size:16px}.editor-upload-area .editor-upload-item:hover{background-color:var(--el-fill-color-light)}.editor-upload-area .editor-upload-item-name{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-upload-area .editor-upload-item-status{-webkit-box-flex:0;-ms-flex:0 0 25px;flex:0 0 25px}.editor-upload-area .editor-upload-item-status span{-webkit-animation:rotate 3s linear infinite;animation:rotate 3s linear infinite;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;width:16px;height:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.editor-upload-area .editor-upload-item-status .zy-font{color:#888;line-height:16px}.editor-upload-area .editor-upload-item-status .zy-font.error-font{color:var(--el-color-error)}.editor-upload-area .editor-upload-item-status .zy-font.success-font{color:var(--el-color-success)}.editor-upload-area .editor-upload-item-opt{text-align:right;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px}.editor-upload-area .editor-upload-item-opt .zy-font{font-size:16px;color:var(--sub-title-color);cursor:pointer}.editor-upload-area .editor-upload-item-opt .zy-font:hover{color:var(--el-color-danger-light-3)}.editor-file-view .delete-icon{float:right}.editor-file-view .delete-icon:hover{color:var(--el-color-error)}.editor-popover__tools{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.editor-popover__tools .editor-popover__item{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:6px;padding-right:6px;line-height:1.6}.editor-popover__tools .editor-popover__item:hover{background-color:rgba(0,0,0,.05)}.editor-image-view{display:inline-block;float:none;line-height:0;margin:12px 0;max-width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:baseline}.editor-image-view--inline{margin-left:12px;margin-right:12px}.editor-image-view--block{display:block}.editor-image-view--left{float:left;margin-left:0;margin-right:12px}.editor-image-view--right{float:right;margin-left:12px;margin-right:0}.editor-image-view__body{clear:both;display:inline-block;max-width:100%;outline-color:transparent;outline-style:solid;outline-width:2px;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;position:relative}.editor-image-view__body:hover{outline-color:#ffc83d}.editor-image-view__body--focused:hover,.editor-image-view__body--resizing:hover{outline-color:transparent}.editor-image-view__body__placeholder{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.editor-image-view__body__image{cursor:pointer;margin:0}.editor-image-resizer{position:absolute;left:0;top:0;right:0;bottom:0;margin:0 auto;border:1px solid #409eff}.editor-image-resizer__handler{position:absolute;width:12px;height:12px;background-color:#409eff}.editor-image-resizer__handler--tl{left:-6px;top:-6px;cursor:nw-resize}.editor-image-resizer__handler--tr{right:-6px;top:-6px;cursor:ne-resize}.editor-image-resizer__handler--br{right:-6px;bottom:-6px;cursor:se-resize}.editor-image-resizer__handler--bl{left:-6px;bottom:-6px;cursor:sw-resize}.editor-video-model .upload-btn{margin-left:20px;cursor:pointer}.editor-video-model .upload-btn .zy-font{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--el-text-color-secondary)}.editor-video-model .upload-btn .zy-font:hover{color:var(--el-color-primary)}.editor-video-model .input-ref{display:none}.editor-video-view{margin:12px 0}.editor-video-view__body{clear:both;display:inline-block;max-width:100%;outline-color:transparent;outline-style:solid;outline-width:2px;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;position:relative}.editor-video-view__body:hover{outline-color:#ffc83d}.editor-video-view__body--focused:hover,.editor-video-view__body--resizing:hover{outline-color:transparent}.editor-video-view__body__placeholder{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.editor-video-view__body__image{cursor:pointer;margin:0}.editor-preview-wrapper{background-color:#f2f2f2;overflow-y:scroll;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:20px;padding-bottom:30px;height:calc(100vh - 100px)}.editor-preview-wrapper::-webkit-scrollbar{width:4px;height:0}.editor-preview-wrapper::-webkit-scrollbar-thumb{border-radius:3px;background:#00000001;-webkit-transition:all 2s;transition:all 2s}.editor-preview-wrapper:hover::-webkit-scrollbar-thumb{background:#00000021}.editor-preview-wrapper::-webkit-scrollbar-track{background:0 0;-webkit-box-shadow:none;box-shadow:none}.editor-preview-wrapper:hover::-webkit-scrollbar-track{-webkit-box-shadow:6px 6px transparent inset;box-shadow:6px 6px transparent inset}.editor-preview-wrapper .zy-editor-render{border-radius:4px}.zy-editor-render{width:836px;margin-left:auto;margin-right:auto;padding:26px 24px;background-color:#fff}.zy-editor-render h1,.zy-editor-render h2,.zy-editor-render h3,.zy-editor-render h4,.zy-editor-render h5{-webkit-margin-before:.7em;margin-block-start:.7em;-webkit-margin-after:.07em;margin-block-end:.07em}.zy-editor-render p{margin-top:8px;margin-bottom:8px;line-height:1.35;font-size:16px;min-height:1em}.zy-editor-render .tiptap{outline:0}.zy-editor-render .editor-file{line-height:1.4;padding:4px 12px;background-color:#cbcfd85c;border-radius:2px;margin-top:6px;margin-bottom:6px}.zy-editor-render .editor-file-name{color:#303133;font-size:15px}.zy-editor-render .editor-file-name:hover{color:#2d8cf0;cursor:pointer}.zy-editor-render .editor-file-download{font-size:14px;margin-left:22px;cursor:pointer;color:#909399}.zy-editor-render .editor-file-download:hover{color:#666}.zy-editor-render .zy-editor-ol{padding-left:1em;margin-left:0}.zy-editor-render .zy-editor-horizontal{margin-top:18px;margin-bottom:18px}.zy-editor-render .tableWrapper table,.zy-editor-render .zy-editor-table{border-collapse:collapse;margin:0;overflow:hidden;table-layout:fixed;width:100%;margin-top:12px}.zy-editor-render .tableWrapper table td,.zy-editor-render .tableWrapper table th,.zy-editor-render .zy-editor-table td,.zy-editor-render .zy-editor-table th{border:1px solid #ebeef5;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:1em;padding:4px 6px;position:relative;vertical-align:top}.zy-editor-render .tableWrapper table td>*,.zy-editor-render .tableWrapper table th>*,.zy-editor-render .zy-editor-table td>*,.zy-editor-render .zy-editor-table th>*{margin-bottom:0}.zy-editor-render .tableWrapper table th,.zy-editor-render .zy-editor-table th{background-color:#f2f6fc;font-weight:700;text-align:left}.zy-editor-render .tableWrapper table .selectedCell:after,.zy-editor-render .zy-editor-table .selectedCell:after{background:#dcdfe6;content:"";left:0;right:0;top:0;bottom:0;pointer-events:none;position:absolute;z-index:2}.zy-editor-render .tableWrapper table .column-resize-handle,.zy-editor-render .zy-editor-table .column-resize-handle{background-color:#dcdfe6;bottom:-2px;pointer-events:none;position:absolute;right:-2px;top:0;width:4px}.zy-editor-render .tableWrapper table .zy-editor-paragraph,.zy-editor-render .zy-editor-table .zy-editor-paragraph{margin-top:0}.zy-editor-render .tableWrapper{margin:1.5rem 0;overflow-x:auto}.zy-editor-render .zy-editor-highlight{border-radius:2px}.zy-editor-render pre{background:#2e2b29;border-radius:.5rem;color:#fff;font-family:JetBrainsMono,monospace;margin:1.5rem 0;padding:.75rem 1rem;white-space:wrap}.zy-editor-render pre code{background:0 0;color:inherit;font-size:.8rem;padding:0}.zy-editor-render img{max-width:100%}.zy-editor-render video{max-width:100%}.mobile.editor-preview-wrapper{width:375px;margin-left:auto;margin-right:auto}.mobile.editor-preview-wrapper .zy-editor-render{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:12px}.zy-loading-wrapper{position:fixed;left:0;top:0;right:0;bottom:0;display:none;overflow:hidden;background:rgba(0,0,0,.13);z-index:10086}.zy-loading-wrapper.show{display:block}.zy-loading-con{position:absolute;top:50%;left:50%;width:80px;height:80px;-webkit-transform:translate(-40px,-40px);-ms-transform:translate(-40px,-40px);transform:translate(-40px,-40px)}.ajax-tip{z-index:1992110601!important}.bus-head{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:var(--layout-padding-horizontal);padding-right:var(--layout-padding-horizontal)}.bus-head .bus-opt{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex}.bus-head .bus-search{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}thead .el-table__cell{color:#515a6e}.flex-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}li,p,ul{margin:0;padding:0}body{background-color:var(--main-bg-color)}.main-color{color:var(--main-color);cursor:pointer}.main-color:hover{color:var(--main-color-hover)}.success-color{color:var(--success-color)}.success-color:hover{color:var(--success-color-hover)}.warning-color{color:var(--warning-color)}.warning-color:hover{color:var(--warning-color-hover)}.danger-color{color:var(--danger-color)}.danger-color:hover{color:var(--danger-color-hover)}.disabled{color:var(--disabled-btn-color)!important;cursor:not-allowed}.center{text-align:center}.form-opts{text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.clearfix::after{content:'';clear:both;display:none;display:table}.el-message{border-radius:20px!important;background-color:#000!important}.el-message--error,.el-message--info,.el-message--success,.el-message--warning{position:absolute;top:16px!important;left:50%!important;-webkit-transform:translateX(-50%)!important;-ms-transform:translateX(-50%)!important;transform:translateX(-50%)!important}.el-message--error .el-message__content,.el-message--info .el-message__content,.el-message--success .el-message__content,.el-message--warning .el-message__content{color:#fff!important}.el-message--success.is-plain .el-message__content{color:var(--success-color)}.el-message--error.is-plain .el-message__content{color:var(--el-color-danger)}.el-message--warning.is-plain .el-message__content{color:var(--el-color-warning)}.el-message--info.is-plain .el-message__content{color:var(--el-color-info)}@media screen and (max-width:1480px){:root{--layout-main-width:100%}.zy-applayout-base-body{-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:12px;padding-right:12px}.zy-appheader{-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:12px;padding-right:12px}.fullscreen .zy-pagelayout.opt{width:100%}.fullscreen .zy-pagelayout.detail{width:100%}}
9
+ */.viewer-close::before,.viewer-flip-horizontal::before,.viewer-flip-vertical::before,.viewer-fullscreen-exit::before,.viewer-fullscreen::before,.viewer-next::before,.viewer-one-to-one::before,.viewer-play::before,.viewer-prev::before,.viewer-reset::before,.viewer-rotate-left::before,.viewer-rotate-right::before,.viewer-zoom-in::before,.viewer-zoom-out::before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:280px;color:transparent;display:block;font-size:0;height:20px;line-height:0;width:20px}.viewer-zoom-in::before{background-position:0 0;content:"Zoom In"}.viewer-zoom-out::before{background-position:-20px 0;content:"Zoom Out"}.viewer-one-to-one::before{background-position:-40px 0;content:"One to One"}.viewer-reset::before{background-position:-60px 0;content:"Reset"}.viewer-prev::before{background-position:-80px 0;content:"Previous"}.viewer-play::before{background-position:-100px 0;content:"Play"}.viewer-next::before{background-position:-120px 0;content:"Next"}.viewer-rotate-left::before{background-position:-140px 0;content:"Rotate Left"}.viewer-rotate-right::before{background-position:-160px 0;content:"Rotate Right"}.viewer-flip-horizontal::before{background-position:-180px 0;content:"Flip Horizontal"}.viewer-flip-vertical::before{background-position:-200px 0;content:"Flip Vertical"}.viewer-fullscreen::before{background-position:-220px 0;content:"Enter Full Screen"}.viewer-fullscreen-exit::before{background-position:-240px 0;content:"Exit Full Screen"}.viewer-close::before{background-position:-260px 0;content:"Close"}.viewer-container{bottom:0;direction:ltr;font-size:0;left:0;line-height:0;overflow:hidden;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.viewer-container ::-moz-selection,.viewer-container::-moz-selection{background-color:transparent}.viewer-container ::selection,.viewer-container::selection{background-color:transparent}.viewer-container:focus{outline:0}.viewer-container img{display:block;height:auto;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.viewer-canvas{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.viewer-canvas>img{height:auto;margin:15px auto;max-width:90%!important;width:auto}.viewer-footer{bottom:0;left:0;overflow:hidden;position:absolute;right:0;text-align:center}.viewer-navbar{background-color:rgba(0,0%,0%,50%);overflow:hidden}.viewer-list{box-sizing:content-box;height:50px;margin:0;overflow:hidden;padding:1px 0}.viewer-list>li{color:transparent;cursor:pointer;float:left;font-size:0;height:50px;line-height:0;opacity:.5;overflow:hidden;transition:opacity .15s;width:30px}.viewer-list>li:focus,.viewer-list>li:hover{opacity:.75}.viewer-list>li:focus{outline:0}.viewer-list>li+li{margin-left:1px}.viewer-list>.viewer-loading{position:relative}.viewer-list>.viewer-loading::after{border-width:2px;height:20px;margin-left:-10px;margin-top:-10px;width:20px}.viewer-list>.viewer-active,.viewer-list>.viewer-active:focus,.viewer-list>.viewer-active:hover{opacity:1}.viewer-player{background-color:#000;bottom:0;cursor:none;display:none;left:0;position:absolute;right:0;top:0;z-index:1}.viewer-player>img{left:0;position:absolute;top:0}.viewer-toolbar>ul{display:inline-block;margin:0 auto 5px;overflow:hidden;padding:6px 3px}.viewer-toolbar>ul>li{background-color:rgba(0,0%,0%,50%);border-radius:50%;cursor:pointer;float:left;height:24px;overflow:hidden;transition:background-color .15s;width:24px}.viewer-toolbar>ul>li:focus,.viewer-toolbar>ul>li:hover{background-color:rgba(0,0%,0%,80%)}.viewer-toolbar>ul>li:focus{box-shadow:0 0 3px #fff;outline:0;position:relative;z-index:1}.viewer-toolbar>ul>li::before{margin:2px}.viewer-toolbar>ul>li+li{margin-left:1px}.viewer-toolbar>ul>.viewer-small{height:18px;margin-bottom:3px;margin-top:3px;width:18px}.viewer-toolbar>ul>.viewer-small::before{margin:-1px}.viewer-toolbar>ul>.viewer-large{height:30px;margin-bottom:-3px;margin-top:-3px;width:30px}.viewer-toolbar>ul>.viewer-large::before{margin:5px}.viewer-tooltip{background-color:rgba(0,0%,0%,80%);border-radius:10px;color:#fff;display:none;font-size:12px;height:20px;left:50%;line-height:20px;margin-left:-25px;margin-top:-10px;position:absolute;text-align:center;top:50%;width:50px}.viewer-title{color:#ccc;display:inline-block;font-size:12px;line-height:1.2;margin:5px 5%;max-width:90%;min-height:14px;opacity:.8;overflow:hidden;text-overflow:ellipsis;transition:opacity .15s;white-space:nowrap}.viewer-title:hover{opacity:1}.viewer-button{-webkit-app-region:no-drag;background-color:rgba(0,0%,0%,50%);border-radius:50%;cursor:pointer;height:80px;overflow:hidden;position:absolute;right:-40px;top:-40px;transition:background-color .15s;width:80px}.viewer-button:focus,.viewer-button:hover{background-color:rgba(0,0%,0%,80%)}.viewer-button:focus{box-shadow:0 0 3px #fff;outline:0}.viewer-button::before{bottom:15px;left:15px;position:absolute}.viewer-fixed{position:fixed}.viewer-open{overflow:hidden}.viewer-show{display:block}.viewer-hide{display:none}.viewer-backdrop{background-color:rgba(0,0%,0%,50%)}.viewer-invisible{visibility:hidden}.viewer-move{cursor:move;cursor:grab}.viewer-fade{opacity:0}.viewer-in{opacity:1}.viewer-transition{transition:all .3s}@keyframes viewer-spinner{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.viewer-loading::after{animation:viewer-spinner 1s linear infinite;border:4px solid rgba(255,255%,255%,10%);border-left-color:rgba(255,255%,255%,50%);border-radius:50%;content:"";display:inline-block;height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px;z-index:1}@media (max-width:767px){.viewer-hide-xs-down{display:none}}@media (max-width:991px){.viewer-hide-sm-down{display:none}}@media (max-width:1199px){.viewer-hide-md-down{display:none}}.vue-cropper[data-v-69939069]{position:relative;width:100%;height:100%;box-sizing:border-box;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;direction:ltr;touch-action:none;text-align:left;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-box-canvas[data-v-69939069],.cropper-box[data-v-69939069],.cropper-crop-box[data-v-69939069],.cropper-drag-box[data-v-69939069],.cropper-face[data-v-69939069]{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-user-select:none;user-select:none}.cropper-box-canvas img[data-v-69939069]{position:relative;text-align:left;-webkit-user-select:none;user-select:none;transform:none;max-width:none;max-height:none}.cropper-box[data-v-69939069]{overflow:hidden}.cropper-move[data-v-69939069]{cursor:move}.cropper-crop[data-v-69939069]{cursor:crosshair}.cropper-modal[data-v-69939069]{background:rgba(0,0,0,.5)}.cropper-view-box[data-v-69939069]{display:block;overflow:hidden;width:100%;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;-webkit-user-select:none;user-select:none}.cropper-view-box img[data-v-69939069]{-webkit-user-select:none;user-select:none;text-align:left;max-width:none;max-height:none}.cropper-face[data-v-69939069]{top:0;left:0;background-color:#fff;opacity:.1}.crop-info[data-v-69939069]{position:absolute;left:0;min-width:65px;text-align:center;color:#fff;line-height:20px;background-color:#000c;font-size:12px}.crop-line[data-v-69939069]{position:absolute;display:block;width:100%;height:100%;opacity:.1}.line-w[data-v-69939069]{top:-3px;left:0;height:5px;cursor:n-resize}.line-a[data-v-69939069]{top:0;left:-3px;width:5px;cursor:w-resize}.line-s[data-v-69939069]{bottom:-3px;left:0;height:5px;cursor:s-resize}.line-d[data-v-69939069]{top:0;right:-3px;width:5px;cursor:e-resize}.crop-point[data-v-69939069]{position:absolute;width:8px;height:8px;opacity:.75;background-color:#39f;border-radius:100%}.point1[data-v-69939069]{top:-4px;left:-4px;cursor:nw-resize}.point2[data-v-69939069]{top:-5px;left:50%;margin-left:-3px;cursor:n-resize}.point3[data-v-69939069]{top:-4px;right:-4px;cursor:ne-resize}.point4[data-v-69939069]{top:50%;left:-4px;margin-top:-3px;cursor:w-resize}.point5[data-v-69939069]{top:50%;right:-4px;margin-top:-3px;cursor:e-resize}.point6[data-v-69939069]{bottom:-5px;left:-4px;cursor:sw-resize}.point7[data-v-69939069]{bottom:-5px;left:50%;margin-left:-3px;cursor:s-resize}.point8[data-v-69939069]{bottom:-5px;right:-4px;cursor:se-resize}@media screen and (max-width:500px){.crop-point[data-v-69939069]{position:absolute;width:20px;height:20px;opacity:.45;background-color:#39f;border-radius:100%}.point1[data-v-69939069]{top:-10px;left:-10px}.point2[data-v-69939069],.point4[data-v-69939069],.point5[data-v-69939069],.point7[data-v-69939069]{display:none}.point3[data-v-69939069]{top:-10px;right:-10px}.point4[data-v-69939069]{top:0;left:0}.point6[data-v-69939069]{bottom:-10px;left:-10px}.point8[data-v-69939069]{bottom:-10px;right:-10px}}@font-face{font-family:iconfont;src:url(//at.alicdn.com/t/c/font_4060731_ez28hggs3kb.woff2?t=1752134302128) format('woff2'),url(//at.alicdn.com/t/c/font_4060731_ez28hggs3kb.woff?t=1752134302128) format('woff'),url(//at.alicdn.com/t/c/font_4060731_ez28hggs3kb.ttf?t=1752134302128) format('truetype')}.zy-font{font-family:iconfont;font-size:18px;font-style:normal;vertical-align:middle}:root{--main-color:#F5713F;--main-color-hover:#f14a0e;--main-color-active:#f14a0e;--main-color-shadow:#fff1f0;--main-color-disabled:#B2CCFF;--success-color:#2ace6c;--success-color-hover:#3ee681;--warning-color:#FFB123;--warning-color-hover:#f3bc56;--danger-color:var(--main-color);--danger-color-hover:var(--main-color-hover);--field-bg-color:#f5f7faad;--field-border-color:#e6ebf5b5;--title-color:#3A3A3A;--sub-title-color:#777B84;--help-color:#AAAEB7;--border-color:#D7D9DD;--divider-color:#E9EAF1;--background-color:#F2F3F7;--layout-border-color:#d7d9dd;--main-bg-color:#F2F2F2;--el-color-success:var(--success-color);--layout-head-height:60px;--layout-head-width:1440px;--layout-menu-width:216px;--layout-navigator-height:54px;--main-header-bg-color:#ffffff;--layout-padding-horizontal:24px;--layout-padding-bottom:10px;--layout-main-width:1440px;--layout-main-margin:auto;--layout-main-padding:0;--el-menu-item-height:48px;--menu-active-color:#068AFF;--image-thumb-size:100px;--primary-btn-color:#106EBE;--success-btn-color:var(--success-color);--warning-btn-color:var(--warning-color);--danger-btn-color:var(--danger-color);--disabled-btn-color:#c8c9cc;--nav-color-cur:#666b78;--block-radious:4px;--page-footer-height:64px;--chat-width:375px}body{--el-color-primary:var(--main-color);--el-color-primary-light-3:var(--main-color);--el-color-primary-light-5:var(--main-color);--el-color-primary-light-7:var(--main-color-shadow);--el-color-primary-light-8:var(--main-color-shadow);--el-color-primary-light-9:var(--main-color-shadow);--menu-active-color:var(--main-color-active);--el-menu-hover-bg-color:var(--main-color-shadow)}body .el-button--primary{--el-button-active-bg-color:var(--main-color-active);--el-button-active-border-color:var(--main-color-active)}.zy-btn-default{border:solid 1px #f0f;background-color:red}.zy-btn-default button{color:var(--yellow-btn)}.zy-btn-primary{background-color:red}.zy-menu{height:calc(100% - 8px);overflow-y:scroll}.zy-menu::-webkit-scrollbar{width:0;height:0}.zy-menu::-webkit-scrollbar-thumb{border-radius:3px;background:#00000001;-webkit-transition:all 2s;transition:all 2s}.zy-menu:hover::-webkit-scrollbar-thumb{background:#00000021}.zy-menu::-webkit-scrollbar-track{background:0 0;-webkit-box-shadow:none;box-shadow:none}.zy-menu:hover::-webkit-scrollbar-track{-webkit-box-shadow:6px 6px #00000011 inset;box-shadow:6px 6px #00000011 inset}.zy-menu-block{height:var(--layout-navigator-height);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;font-family:Source Han Sans CN,Source Han Sans CN-Bold;font-weight:700;text-align:left;color:var(--title-color);overflow:hidden;width:var(--layout-menu-width)}.zy-menu-block-mname{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:32px}.zy-menu-group{padding-bottom:12px;color:#aaaeb7;font-size:14px}.zy-menu-group:nth-of-type(n+2){margin-top:16px}.zy-menu .el-menu{border-right:none;background-color:transparent;border-radius:4px}.zy-menu .el-menu .el-sub-menu{padding-left:0;background-color:#fff}.zy-menu .el-menu .el-sub-menu__title{color:#32353c;font-weight:400;font-size:16px}.zy-menu .el-menu .el-sub-menu__title *{overflow:hidden;text-overflow:ellipsis}.zy-menu .el-menu .el-menu-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#777b84;padding:0;margin-right:var(--el-menu-base-level-padding);position:relative;border-radius:4px}.zy-menu .el-menu .el-menu-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:6px}.zy-menu .el-menu .el-menu-item.is-active{color:var(--menu-active-color);background:var(--main-color-shadow)}.zy-menu-search{padding-bottom:4px}.zy-menu-search .el-input__wrapper{-webkit-box-shadow:none;box-shadow:none;background-color:#fff}.zy-menu-list{overflow-x:hidden;margin-top:16px}.zy-menu-badge{display:inline-block;line-height:1;font-size:12px;font-weight:400;padding:2px 4px;border-radius:9px;text-align:center;min-width:22px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:6px;background-color:var(--danger-color);color:#fff}.zy-menu .el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-menu-item,.zy-menu .el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-menu-item-group__title,.zy-menu .el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-sub-menu__title{padding-left:30px;margin-right:0}.zy-menu-search-null{color:var(--sub-title-color);text-align:center;font-size:15px}.zy-filelist{width:100%}.zy-filelist-ftype-icon{width:17px;height:17px;vertical-align:middle}.zy-filelist-upload{text-align:center}.zy-filelist-file-name{margin-right:6px;margin-left:4px;vertical-align:middle}.zy-filelist-list{margin-top:0;margin-bottom:12px;list-style:none;padding-left:0;color:var(--sub-title-color)}.zy-filelist-list li{border-radius:2px;padding-left:12px;padding-right:18px;line-height:1.6;margin-top:4px;word-break:break-all;white-space:pre-wrap;padding-top:2px;padding-bottom:2px;background-color:#e9eaf191;font-size:14px}.zy-filelist-list li.none-file{padding-top:6px;padding-bottom:6px;color:var(--help-color)}.zy-filelist-list li.none-file:hover{color:var(--help-color)}.zy-filelist-list li .zy-font{vertical-align:middle;font-size:16px;margin-left:8px;margin-right:8px;cursor:pointer;font-weight:700}.zy-filelist-list li:hover{color:var(--main-color-hover)}.zy-pagelayout-con{margin-top:16px;text-align:right}.zy-applayout{height:100vh}.zy-applayout.fullscreen{--layout-main-width:100%;--layout-main-margin:0;--layout-main-padding:var(--layout-padding-horizontal)}.zy-applayout-base{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:1000px}.zy-applayout-base-head{height:var(--layout-head-height);-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;background-color:var(--main-header-bg-color);-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:solid 1px var(--border-color)}.zy-applayout-base-body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;overflow:hidden;width:var(--layout-main-width);margin-left:var(--layout-main-margin);margin-right:var(--layout-main-margin);padding-left:var(--layout-main-padding);padding-right:var(--layout-main-padding);-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.zy-applayout-base-body-ctx{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.zy-applayout-base-body-navigator{-webkit-box-flex:0;-ms-flex:0 0 var(--layout-navigator-height);flex:0 0 var(--layout-navigator-height)}.zy-applayout-base-body-body{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:18px;position:relative}.zy-applayout-base-menu{-webkit-box-flex:0;-ms-flex:0 0 var(--layout-menu-width);flex:0 0 var(--layout-menu-width);position:relative}.zy-applayout-base-menu-menuinner{height:100%;overflow-y:hidden;overflow-x:visible}.zy-applayout-base-ear{position:absolute;top:12px;right:0;z-index:10;width:32px;height:32px}.zy-applayout-base-ear .zy-font{font-size:18px;cursor:pointer;color:var(--sub-title-color)}.zy-applayout-base-ear .zy-font:hover{color:var(--main-color)}.zy-applayout-base-ear-spread{margin-left:22px}.zy-appheader{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;margin-left:var(--layout-main-margin);margin-right:var(--layout-main-margin);-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:var(--layout-main-padding);padding-right:var(--layout-main-padding);-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:var(--layout-main-width)}.zy-appheader-title{-webkit-box-flex:0;-ms-flex:0 0 400px;flex:0 0 400px}.zy-appheader-title-mname{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:300px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.zy-appheader-title-mname-logo{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.zy-appheader-title-mname-logo img{height:36px}.zy-appheader-title-tname{line-height:1.2;color:var(--title-color);font-size:18px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;cursor:pointer;font-weight:700}.zy-appheader .h-menu-con{-webkit-box-flex:1;-ms-flex:1;flex:1}.zy-appheader .h-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.zy-appheader .h-menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px;cursor:pointer;margin-left:26px}.zy-appheader .h-menu-item.active,.zy-appheader .h-menu-item:hover{color:var(--main-color-hover)}.zy-appheader .h-menu-item .menu-name{margin-left:6px}.zy-appheader .menu-icon{font-size:18px}.zy-appheader .message-badge{display:inline-block}.zy-appheader .message-badge .el-badge__content.is-fixed.is-dot{top:3px}.zy-appheader .message-icon{cursor:pointer;font-size:26px;line-height:1}.zy-appheader .message-icon.active,.zy-appheader .message-icon:hover{color:var(--main-color-hover)}.zy-appheader .search-input{height:32px;border-radius:18px;width:200px;overflow:hidden}.zy-appheader .search-input .el-input__wrapper{background-color:#f6f6f6;-webkit-box-shadow:none;box-shadow:none}.zy-appheader .search-input .el-input-group__prepend{background-color:#f6f6f6;-webkit-box-shadow:none;box-shadow:none;padding-left:12px;padding-right:1px}.zy-appheader .shio-icon{width:27px;height:27px}.zy-application-wrapper{position:fixed;top:var(--layout-head-height);left:0;right:0;bottom:0;background-color:rgba(28,28,28,.41);z-index:1992;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.zy-application-wrapper .application-sbody{border-radius:16px;position:absolute;top:57px;bottom:90px;width:1200px;background-color:#fff;left:50%;margin-left:-600px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.zy-application-wrapper .ab-head{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;padding-left:37px;padding-right:37px;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:42px}.zy-application-wrapper .ab-head .ab-head-one{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.zy-application-wrapper .ab-head .a-name{font-size:36px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;line-height:1}.zy-application-wrapper .ab-head .el-tabs__header{margin-bottom:0}.zy-application-wrapper .ab-head .app-tab-con{margin-top:8px}.zy-application-wrapper .ab-head .el-tabs__nav-wrap::after{height:1px}.zy-application-wrapper .ab-head .el-tabs__nav-wrap .el-tabs__item{color:grey;font-weight:700}.zy-application-wrapper .ab-head .el-tabs__nav-wrap .el-tabs__item.is-active{color:var(--main-font-color)}.zy-application-wrapper .ab-head .el-tabs__active-bar{background-color:var(--active-color)}.zy-application-wrapper .ab-body{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:37px;padding-right:37px;overflow-y:scroll}.zy-application-wrapper .ab-body::-webkit-scrollbar{width:6px;height:0}.zy-application-wrapper .ab-body::-webkit-scrollbar-thumb{border-radius:3px;background:#00000001;-webkit-transition:all 2s;transition:all 2s}.zy-application-wrapper .ab-body:hover::-webkit-scrollbar-thumb{background:#00000021}.zy-application-wrapper .ab-body::-webkit-scrollbar-track{background:0 0;-webkit-box-shadow:none;box-shadow:none}.zy-application-wrapper .ab-body:hover::-webkit-scrollbar-track{-webkit-box-shadow:6px 6px #00000011 inset;box-shadow:6px 6px #00000011 inset}.zy-application-wrapper .application-list{list-style:none;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:60px}.zy-application-wrapper .application-list .application-item{margin-top:5px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:314px;height:107px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.zy-application-wrapper .application-list .application-item:hover .app_mname_con{color:var(--active-color)}.zy-application-wrapper .application-list .app_icon_con{overflow:hidden}.zy-application-wrapper .application-list .app_icon_con .app_icon_wrapper{text-align:center;width:64px;height:64px;overflow:hidden;position:relative;display:inline-block;border-radius:4px}.zy-application-wrapper .application-list .app_icon_con .app_icon_wrapper img{width:64px;height:64px}.zy-application-wrapper .application-list .app_icon_con{-webkit-box-flex:0;-ms-flex:0 0 64px;flex:0 0 64px}.zy-application-wrapper .application-list .app_mname_con{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:12px;padding-right:16px;font-size:15px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700}.zy-application-wrapper .application-list .no_content{text-align:center;padding-top:80px}.zy-application-wrapper .application-list .top-no-tile{font-size:16px;font-weight:700}.zy-application-wrapper .application-list .sub-no-tile{font-size:14px;color:#aaa;margin-top:12px}.language-select{margin-left:-9px;margin-right:-9px;overflow:hidden;height:80px}.language-select .language-item{margin-bottom:8px;height:32px;background:#f6f6f6;border-radius:2px;padding-left:8px}.spread-enter-active,.spread-leave-active{-webkit-transition:height .5s ease;transition:height .5s ease}.spread-enter-from,.spread-leave-to{height:0!important}.color-list{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:64px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:-9px;margin-right:-9px;background:#f6f6f6;overflow:hidden;border-radius:2px}.b-message{z-index:1106;-webkit-box-flex:0;-ms-flex:none;flex:none;background-color:#fff;width:var(--chat-width);position:fixed;right:0;bottom:0;top:var(--layout-head-height)}.b-message .iframe-con{width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;-webkit-box-shadow:6px 20px 24px #0000003d;box-shadow:6px 20px 24px #0000003d;border-left:solid 1px #e2e2e2}.b-message .if_ctx{width:100%;height:100%}.user_avatar{height:34px;width:34px;border-radius:6px}.zy-user-popover{background:#fff;border-radius:6px;color:#3a3a3a;padding-top:12px;padding-left:8px;padding-right:8px}.zy-user-popover .user_name{font-size:23px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;line-height:1.2;margin-top:8px;margin-bottom:8px}.zy-user-popover .br{margin-top:12px;border-top:1px solid #e2e2e2;margin-bottom:12px}.zy-user-popover .zy-font{margin-right:8px}.zy-user-popover .setting-item{padding-top:8px;padding-bottom:8px;vertical-align:middle;cursor:pointer}.zy-user-popover .setting-item:hover{color:var(--active-color)}.zy-navigator{padding-left:var(--layout-padding-horizontal);padding-right:var(--layout-padding-horizontal);height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.zy-navigator-back{cursor:pointer;-webkit-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px}.zy-navigator-back .zy-font{font-size:20px;font-weight:700;color:var(--sub-title-color)}.zy-navigator-back .zy-font:hover{color:var(--main-color-hover)}.zy-navigator-title{-webkit-box-flex:1;-ms-flex:1;flex:1;color:var(--sub-title-color)}.zy-navigator-ncon{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-wrap:nowrap;flex-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.zy-navigator-tlist{display:inline-block;vertical-align:top}.zy-navigator-ltitle{display:inline-block;color:#32353c;font-size:22px;max-width:210px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.zy-navigator-split{display:inline-block;color:#32353c;padding-left:4px;padding-right:4px;font-size:22px;vertical-align:top}.zy-imagelist-upload-btn{margin-left:0;display:inline-block;width:var(--image-thumb-size);height:var(--image-thumb-size);vertical-align:top;border:dashed 1px var(--border-color);text-align:center;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;line-height:normal}.zy-imagelist-upload-btn .zy-font{font-size:32px;color:var(--sub-title-color)}.zy-imagelist-upload-btn-title{padding-top:4px;color:var(--sub-title-color);font-size:12px}.zy-imagelist-upload-btn-loading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;left:0;top:0;right:0;bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--sub-title-color);font-size:14px}.zy-imagelist-view{vertical-align:top;margin:0;padding:0;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:0;-webkit-padding-start:0;padding-inline-start:0;list-style:none}.zy-imagelist-view-none-image{line-height:1.2;padding:8px 12px;background-color:#f5f7faad;-webkit-box-shadow:0 0 0 1px var(--field-border-color) inset;box-shadow:0 0 0 1px var(--field-border-color) inset;border-radius:4px;color:var(--help-color)}.zy-imagelist-view-item{margin-top:4px;margin-bottom:4px;overflow:hidden;border-radius:4px;border:solid 1px var(--border-color);margin-right:10px;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;width:var(--image-thumb-size);height:var(--image-thumb-size);position:relative;cursor:pointer}.zy-imagelist-view-item .el-img{width:100%;height:100%;background-color:#fff}.zy-imagelist-view-item .el-img img{-o-object-fit:contain;object-fit:contain}.zy-imagelist-view-item:hover .zy-imagelist-view-mask{height:100%}.zy-imagelist-view-mask{position:absolute;left:0;bottom:0;right:0;height:0%;background-color:rgba(0,0,0,.5);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all linear .1s;transition:all linear .1s;overflow:hidden}.zy-imagelist-view-mask .zy-font{margin-right:4px;margin-left:4px;font-size:26px}.zy-imagelist-view-mask .zy-font:hover{color:#efefef}.viewer-backdrop{background-color:rgba(0,0,0,.5)}.circle .zy-imagelist-upload-btn{border-radius:50%}.circle .zy-imagelist-view-none-image{border-radius:50%}.circle .zy-imagelist-view-item{border-radius:50%}.fullscreen .zy-pagelayout.opt{width:1206px}.fullscreen .zy-pagelayout.detail{width:1206px}.zy-pagelayout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.zy-pagelayout-head{padding-top:16px;padding-bottom:16px;height:auto;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;background-color:#fff;border-radius:var(--block-radious)}.zy-pagelayout-body{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;border-radius:var(--block-radious)}.zy-pagelayout-body-inner{overflow:auto;border-radius:var(--block-radious);-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:30px;padding-left:var(--layout-padding-horizontal);padding-right:var(--layout-padding-horizontal);width:100%;margin-left:auto;margin-right:auto;background-color:#fff;padding-top:12px}.zy-pagelayout-body-inner::-webkit-scrollbar{width:8px;height:0}.zy-pagelayout-body-inner::-webkit-scrollbar-thumb{border-radius:2px;background:#00000031;-webkit-transition:all 2s;transition:all 2s}.zy-pagelayout-body-inner:hover::-webkit-scrollbar-thumb{background:#00000031}.zy-pagelayout-body-inner::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1)}.zy-pagelayout-footer{height:var(--page-footer-height);-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;background-color:#fff;border-radius:var(--block-radious);display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:var(--layout-padding-horizontal);padding-right:var(--layout-padding-horizontal)}.zy-pagelayout .footer-opts{-webkit-box-flex:2;-ms-flex:2;flex:2;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.zy-wrapperpagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.zy-supersearch{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.zy-supersearch-search-btn{cursor:pointer;display:inline-block;padding:6px 12px;font-size:14px;border:4px;color:var(--sub-title-color)}.zy-supersearch-search-btn:hover{color:var(--main-color-hover)}.zy-supersearch-search-btn .zy-font{vertical-align:middle;font-size:14px}.zy-supersearch-super-btn .zy-font{vertical-align:middle;font-size:20px;color:var(--sub-title-color);padding:4px 3px;border-radius:3px;cursor:pointer}.zy-supersearch-super-btn .zy-font:hover{color:var(--main-color-hover)}.zy-supersearch-super-con{padding:20px var(--layout-padding-horizontal) 0;display:-webkit-box;display:-ms-flexbox;display:flex}.zy-supersearch-super-con-condition-icon{color:var(--main-color)!important}.zy-supersearch-super-con-tip{width:80px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;font-size:16px;line-height:1.8}.zy-supersearch-super-consearch-ctx{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:-12px}.zy-supersearch-super-con-opt{text-align:center}.zy-supersearch-super-con-opt-btn{min-width:70px;margin-right:8px;margin-left:8px;height:30px!important;vertical-align:top!important}.zy-supersearch-super-con .super-item{width:130px;margin-right:12px;margin-bottom:10px}.zy-supersearch-super-con .super-item .el-input__inner{--el-input-inner-height:28px}.zy-formitem-tip-wrapper{max-width:250px;word-break:break-all}.zy-formitem{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:25%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:14px;padding-right:14px}.zy-formitem .el-form-item__label{white-space:nowrap}.zy-formitem-1{width:25%}.zy-formitem-2{width:50%}.zy-formitem-3{width:75%}.zy-formitem-4{width:100%}.zy-formitem .warning-icon{font-size:18px;cursor:pointer;margin-left:4px;color:var(--warning-color)}.zy-formitem-label{display:inline-block}.zy-formitem-warning{font-size:14px;color:var(--warning-color);vertical-align:middle}.zy-formitem .tip-icon{font-size:16px;cursor:pointer;margin-left:4px;color:var(--el-color-primary-light-3)}.zy-formitem-tip{font-size:14px;color:var(--el-color-primary-light-3);vertical-align:middle}.zy-formtitle{width:100%;padding-left:12px;padding-right:12px}.zy-formtitle-ctx{font-size:15px;margin-top:8px;margin-bottom:8px;color:var(--sub-title-color);font-weight:700;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:var(--background-color);padding-top:5px;padding-bottom:5px;padding-left:12px;border-top-right-radius:2px;border-bottom-right-radius:2px}.zy-formtitle-ctx::before{display:block;content:"";width:4px;position:absolute;left:0;top:0;bottom:0;border-radius:2px;background-color:var(--el-color-primary)}.zy-fieldlist{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:var(--el-font-size-base)}.zy-fielditem{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:25%;padding-left:12px;padding-right:12px;padding-top:6px;padding-bottom:6px;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:4px;margin-bottom:4px}.zy-fielditem-1{width:25%}.zy-fielditem-2{width:50%}.zy-fielditem-3{width:75%}.zy-fielditem-4{width:100%}.zy-fielditem-tb{display:block}.zy-fielditem-label{color:var(--help-color);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:4px}.zy-fielditem-label-online{display:block;padding-bottom:4px}.zy-fielditem-ctx{color:var(--sub-title-color);-webkit-box-flex:1;-ms-flex:1;flex:1;word-break:break-all}.zy-fielditem-filed{word-break:break-all;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:32px;border-radius:4px}.zy-fielditem-filed-withbg{padding:6px 12px;background-color:#f5f7faad;-webkit-box-shadow:0 0 0 1px var(--field-border-color) inset;box-shadow:0 0 0 1px var(--field-border-color) inset}.zy-tablebtns-more-btn{display:inline-block;margin-left:4px;margin-right:4px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--primary-btn-color)}.zy-tablebtns-more-btn:active,.zy-tablebtns-more-btn:focus,.zy-tablebtns-more-btn:hover{outline:0}.zy-tablebtns-more-btn .zy-font{font-size:10px;vertical-align:top}.zy-tablebtns-drop{vertical-align:middle!important;padding:2px 4px;outline:0}.zy-tablebtns-drop:active,.zy-tablebtns-drop:focus,.zy-tablebtns-drop:hover{outline:0}.zy-tablebtns-btn{vertical-align:middle;display:inline-block;padding:2px 8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--primary-btn-color);position:relative}.zy-tablebtns-btn.with-border::after{right:-4px;top:7px;content:"";display:block;position:absolute;height:14px;width:1px;background-color:#e9eaf1}.zy-tablebtns-btn.primary{color:var(--primary-btn-color)}.zy-tablebtns-btn.success{color:var(--success-btn-color)}.zy-tablebtns-btn.warning{color:var(--warning-btn-color)}.zy-tablebtns-btn.danger{color:var(--danger-btn-color)}.zy-tablebtns-btn.gray{color:var(--gray-btn-color)}.zy-tablebtns-btn.disabled{color:var(--disabled-btn-color);cursor:not-allowed}.zy-tablebtns-more-list .zy-tablebtns-btn{padding-top:4px;padding-bottom:4px;padding-left:14px;padding-right:14px}.zy-tablebtns-more-list .el-dropdown-menu__item{-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:4px;padding-right:4px;padding-top:0;padding-bottom:0}.zy-tablebtns-more-list .zy-tablebtns-btn{width:100%}.zy-tablebtns-more-list .zy-tablebtns-btn:hover{background-color:var(--el-color-primary-light-9)}.zy-userdialog-searh-con{padding-bottom:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.zy-userdialog-table-head{background-color:#f2f5fa!important;padding:4px 0!important}.zy-userdialog-table-cell{padding:4px 0!important}.zy-userdialog-select-list{margin-top:-12px;padding-top:6px;padding-bottom:6px;border-radius:2px}.zy-userdialog-select-tag{margin-right:8px;margin-bottom:5px}.zy-userdialog-select{cursor:pointer}.zy-userdialog-select .el-input__inner{height:auto;min-height:var(--el-input-inner-height)}.zy-userdialog-select-placeholder{color:var(--el-text-color-placeholder);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.zy-userdialog-select .el-select__arrow{color:var(--el-text-color-placeholder);font-size:var(--el-select-input-font-size);-webkit-transition:-webkit-transform var(--el-transition-duration);transition:-webkit-transform var(--el-transition-duration);transition:transform var(--el-transition-duration);transition:transform var(--el-transition-duration),-webkit-transform var(--el-transition-duration);-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tox-tinymce{-webkit-box-flex:1;-ms-flex:1;flex:1}.zy-editor{line-height:1.5}.zy-editor table{border-collapse:collapse}.zy-editor table:not([cellpadding]) td,.zy-editor table:not([cellpadding]) th{padding:.4rem}.zy-editor table[border]:not([border="0"]):not([style*=border-width]) td,.zy-editor table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}.zy-editor table[border]:not([border="0"]):not([style*=border-style]) td,.zy-editor table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}.zy-editor table[border]:not([border="0"]):not([style*=border-color]) td,.zy-editor table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}.zy-editor figure{display:table;margin:1rem auto}.zy-editor figure figcaption{color:#999;display:block;margin-top:.25rem;text-align:center}.zy-editor hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}.zy-editor code{background-color:#e8e8e8;border-radius:3px;padding:.1rem .2rem}.zy-editor .mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.zy-editor .mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem}.zy-editor p{margin-top:0;margin-bottom:0}.zy-multi-check{vertical-align:-2px;display:inline-block;height:20px}.zy-multi-msg{display:inline-block;margin-left:4px;margin-right:4px;font-size:14px;line-height:20px}.zy-multi-msg i{margin:0 2px;color:var(--main-color);font-style:normal}.zy-multi-opt{margin-left:12px;display:inline-block}.zy-avatar{display:inline-block;line-height:0;overflow:hidden;vertical-align:top}.zy-avatar-trans-btns{line-height:18px;text-align:center;margin-top:12px}.zy-avatar-trans-btns i{margin-right:10px;margin-left:10px;font-size:18px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.zy-avatar-trans-btns i:hover{color:var(--main-color)}.zy-avatar-upload-btn{line-height:18px;border-radius:4px;border:dashed 1px var(--border-color);color:var(--sub-title-color);background-color:#fff}.zy-avatar-upload-btn-upload{width:100%;height:100%}.zy-avatar-upload-btn-upload .el-upload{font-size:14px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;height:100%}.zy-avatar-upload-imgcon{line-height:22px;position:relative;border-radius:4px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border:solid 1px var(--border-color);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--sub-title-color);font-size:14px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;background-color:#fff}.zy-avatar-upload-imgcon-upload{display:inline-block;overflow:hidden;vertical-align:middle}.zy-avatar-upload-imgcon-upload-none{display:none}.zy-avatar-upload-imgcon img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.zy-avatar-upload-imgcon-optmask{position:absolute;left:0;bottom:0;right:0;height:0%;background-color:rgba(0,0,0,.5);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all linear .1s;transition:all linear .1s;overflow:hidden}.zy-avatar-upload-imgcon-optmask .zy-font{cursor:pointer;margin-right:4px;margin-left:4px;font-size:26px}.zy-avatar-upload-imgcon-optmask .zy-font:hover{color:var(--main-color)}.zy-avatar-upload-imgcon:hover .zy-avatar-upload-imgcon-optmask{height:100%}.zy-avatar-croppercon{height:500px;display:-webkit-box;display:-ms-flexbox;display:flex}.zy-avatar-croppercon-cropper{-webkit-box-flex:1;-ms-flex:1;flex:1}.zy-avatar-croppercon-preview{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;padding-left:30px}.zy-avatar-croppercon-preview-title{font-size:18px}.zy-avatar-croppercon-pimage{overflow:hidden;margin:0;padding:0;border:solid 1px var(--border-color);margin-top:24px}.zy-deptselect .zy-font{font-size:14px;vertical-align:top}.zy-deptselect-label{margin-left:2px}.zy-photo{display:inline-block;line-height:0}.zy-photo-trans-btns{line-height:18px;text-align:center;margin-top:12px}.zy-photo-trans-btns i{margin-right:10px;margin-left:10px;font-size:18px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.zy-photo-trans-btns i:hover{color:var(--main-color)}.zy-photo-title{margin-top:12px;font-size:14px;font-size:13px;margin-left:8px;margin-right:8px}.zy-photo-upload-btn{line-height:18px;border-radius:4px;border:solid 1px var(--border-color);color:var(--sub-title-color);background-color:#fff}.zy-photo-upload-btn-upload{width:100%;height:100%}.zy-photo-upload-btn-upload .el-upload{font-size:14px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;height:100%}.zy-photo-upload-btn-upload .zy-font{font-size:36px}.zy-photo-upload-imgcon{line-height:22px;position:relative;border-radius:4px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border:solid 1px var(--border-color);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--sub-title-color);font-size:14px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;background-color:#fff}.zy-photo-upload-imgcon-upload{display:inline-block;overflow:hidden;vertical-align:middle}.zy-photo-upload-imgcon img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.zy-photo-upload-imgcon-optmask{position:absolute;left:0;bottom:0;right:0;height:0%;background-color:rgba(0,0,0,.5);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all linear .1s;transition:all linear .1s;overflow:hidden}.zy-photo-upload-imgcon-optmask .zy-font{cursor:pointer;margin-right:4px;margin-left:4px;font-size:26px}.zy-photo-upload-imgcon-optmask .zy-font:hover{color:var(--main-color)}.zy-photo-upload-imgcon:hover .zy-photo-upload-imgcon-optmask{height:100%}.zy-photo-croppercon{height:500px;display:-webkit-box;display:-ms-flexbox;display:flex}.zy-photo-croppercon-cropper{-webkit-box-flex:1;-ms-flex:1;flex:1}.zy-photo-croppercon-preview{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;padding-left:30px}.zy-photo-croppercon-preview-title{font-size:18px}.zy-photo-croppercon-pimage{overflow:hidden;margin:0;padding:0;border:solid 1px var(--border-color);margin-top:24px}.zy-editor{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:solid 1px #d4d7de;border-radius:2px;background-color:#fff}.zy-editor-tool{-webkit-box-flex:0;-ms-flex:0 0 46px;flex:0 0 46px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:4px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:4px;-webkit-box-shadow:0 2px 2px -2px rgba(34,47,62,.1),0 8px 8px -4px rgba(34,47,62,.07);box-shadow:0 2px 2px -2px rgba(34,47,62,.1),0 8px 8px -4px rgba(34,47,62,.07)}.zy-editor-tool .tool-list{list-style:none;margin-top:0;margin-bottom:0;padding:0;margin-left:12px;margin-right:12px;display:-webkit-box;display:-ms-flexbox;display:flex}.zy-editor-tool .tool-list li{cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.zy-editor-tool .tool-list .icon-item{height:30px;width:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:2px;margin-left:2px;margin-right:2px}.zy-editor-tool .tool-list .icon-item:hover{background-color:#cce2fa}.zy-editor-tool .tool-list .icon-item.is-active{background-color:#cce2fa}.zy-editor-tool .tool-list .icon-item .zy-font{font-size:16px}.zy-editor-tool .tool-list .dropdown-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:2px;margin-left:4px;margin-right:4px}.editor-table-tool .table-tool-list{list-style:none;font-size:14px}.editor-table-tool .table-tool-list li{cursor:pointer;padding:6px 12px;border-radius:4px}.editor-table-tool .table-tool-list li:hover{background-color:#cce2fa}.editor-table-tool .table-config-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:8px;margin-bottom:8px}.editor-table-tool .table-config-item span{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px}.editor-table-tool .table-config-item .config-input{-webkit-box-flex:1;-ms-flex:1;flex:1}.editor-table-tool .config-btn-con{text-align:center;margin-top:12px}.zy-editor-ctx{padding-left:12px;padding-right:12px;overflow-y:scroll;-webkit-box-flex:1;-ms-flex:1;flex:1}.zy-editor-ctx::-webkit-scrollbar{width:4px;height:0}.zy-editor-ctx::-webkit-scrollbar-thumb{border-radius:3px;background:#00000001;-webkit-transition:all 2s;transition:all 2s}.zy-editor-ctx:hover::-webkit-scrollbar-thumb{background:#00000021}.zy-editor-ctx::-webkit-scrollbar-track{background:0 0;-webkit-box-shadow:none;box-shadow:none}.zy-editor-ctx:hover::-webkit-scrollbar-track{-webkit-box-shadow:6px 6px transparent inset;box-shadow:6px 6px transparent inset}.border_black{border:1px solid rgba(0,0,0,.6)!important}.colors-palette{list-style:none;width:250px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.colors-palette .color-item{padding:2px;border:1px solid transparent;-webkit-transition:border .2s ease-out;transition:border .2s ease-out;cursor:pointer;border-radius:3px}.colors-palette .color-item:hover{border:1px solid rgba(0,0,0,.5)}.colors-palette .color-item .color-box{border:1px solid #e8e8e8;background-color:#eb903a;border-radius:3px;width:17px;height:17px}.resize-cursor{cursor:ew-resize;cursor:col-resize}.zy-editor-view{cursor:text}.zy-editor-view h1,.zy-editor-view h2,.zy-editor-view h3,.zy-editor-view h4,.zy-editor-view h5{-webkit-margin-before:.7em;margin-block-start:.7em;-webkit-margin-after:.07em;margin-block-end:.07em}.zy-editor-view p{margin-top:8px;margin-bottom:8px;line-height:1.35;font-size:16px}.zy-editor-view .tiptap{outline:0}.zy-editor-view .editor-file{line-height:1.4;padding:4px 12px;background-color:#cbcfd85c;border-radius:2px;margin-top:6px;margin-bottom:6px}.zy-editor-view .editor-file-name{color:#303133;font-size:15px}.zy-editor-view .editor-file-name:hover{color:#2d8cf0;cursor:pointer}.zy-editor-view .editor-file-download{font-size:14px;margin-left:12px;cursor:pointer;color:#909399}.zy-editor-view .editor-file-download:hover{color:#666}.zy-editor-view .zy-editor-ol{padding-left:1em;margin-left:0}.zy-editor-view .zy-editor-horizontal{margin-top:18px;margin-bottom:18px}.zy-editor-view .tableWrapper table,.zy-editor-view .zy-editor-table{border-collapse:collapse;margin:0;overflow:hidden;table-layout:fixed;width:100%;margin-top:12px}.zy-editor-view .tableWrapper table td,.zy-editor-view .tableWrapper table th,.zy-editor-view .zy-editor-table td,.zy-editor-view .zy-editor-table th{border:1px solid var(--el-border-color-lighter);-webkit-box-sizing:border-box;box-sizing:border-box;min-width:1em;padding:4px 6px;position:relative;vertical-align:top}.zy-editor-view .tableWrapper table td>*,.zy-editor-view .tableWrapper table th>*,.zy-editor-view .zy-editor-table td>*,.zy-editor-view .zy-editor-table th>*{margin-bottom:0}.zy-editor-view .tableWrapper table th,.zy-editor-view .zy-editor-table th{background-color:var(--el-border-color-extra-light);font-weight:700;text-align:left}.zy-editor-view .tableWrapper table .selectedCell:after,.zy-editor-view .zy-editor-table .selectedCell:after{background:var(--el-border-color);content:"";left:0;right:0;top:0;bottom:0;pointer-events:none;position:absolute;z-index:2}.zy-editor-view .tableWrapper table .column-resize-handle,.zy-editor-view .zy-editor-table .column-resize-handle{background-color:var(--el-border-color);bottom:-2px;pointer-events:none;position:absolute;right:-2px;top:0;width:4px}.zy-editor-view .tableWrapper table .zy-editor-paragraph,.zy-editor-view .zy-editor-table .zy-editor-paragraph{margin-top:0}.zy-editor-view .tableWrapper{margin:1.5rem 0;overflow-x:auto}.zy-editor-view .zy-editor-highlight{border-radius:2px}.zy-editor-view pre{background:#2e2b29;border-radius:.5rem;color:#fff;font-family:JetBrainsMono,monospace;margin:1.5rem 0;padding:.75rem 1rem;white-space:wrap}.zy-editor-view pre code{background:0 0;color:inherit;font-size:.8rem;padding:0}.zy-editor-view p.is-editor-empty:first-child::before{color:var(--el-text-color-placeholder);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.zy-editor-view img{max-width:100%}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.editor-upload-area{border:1px dashed #ccc;margin-top:30px;margin-bottom:20px;height:180px;border-radius:4px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.editor-upload-area:hover{border-color:var(--main-color-hover)}.editor-upload-area .upload-icon{font-size:62px;color:#a8abb2;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.editor-upload-area .upload-tip{color:#aaa;pointer-events:none}.editor-upload-area .upload-input{display:none}.editor-upload-area .editor-upload-list{list-style:none;text-align:left;width:85%;cursor:default;height:150px}.editor-upload-area .editor-upload-item{line-height:1.3;padding:4px 12px;font-size:14px;border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex}.editor-upload-area .editor-upload-item .zy-font{font-size:16px}.editor-upload-area .editor-upload-item:hover{background-color:var(--el-fill-color-light)}.editor-upload-area .editor-upload-item-name{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-upload-area .editor-upload-item-status{-webkit-box-flex:0;-ms-flex:0 0 25px;flex:0 0 25px}.editor-upload-area .editor-upload-item-status span{-webkit-animation:rotate 3s linear infinite;animation:rotate 3s linear infinite;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;width:16px;height:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.editor-upload-area .editor-upload-item-status .zy-font{color:#888;line-height:16px}.editor-upload-area .editor-upload-item-status .zy-font.error-font{color:var(--el-color-error)}.editor-upload-area .editor-upload-item-status .zy-font.success-font{color:var(--el-color-success)}.editor-upload-area .editor-upload-item-opt{text-align:right;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px}.editor-upload-area .editor-upload-item-opt .zy-font{font-size:16px;color:var(--sub-title-color);cursor:pointer}.editor-upload-area .editor-upload-item-opt .zy-font:hover{color:var(--el-color-danger-light-3)}.editor-file-view .delete-icon{float:right}.editor-file-view .delete-icon:hover{color:var(--el-color-error)}.editor-popover__tools{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.editor-popover__tools .editor-popover__item{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:6px;padding-right:6px;line-height:1.6}.editor-popover__tools .editor-popover__item:hover{background-color:rgba(0,0,0,.05)}.editor-image-view{display:inline-block;float:none;line-height:0;margin:12px 0;max-width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:baseline}.editor-image-view--inline{margin-left:12px;margin-right:12px}.editor-image-view--block{display:block}.editor-image-view--left{float:left;margin-left:0;margin-right:12px}.editor-image-view--right{float:right;margin-left:12px;margin-right:0}.editor-image-view__body{clear:both;display:inline-block;max-width:100%;outline-color:transparent;outline-style:solid;outline-width:2px;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;position:relative}.editor-image-view__body:hover{outline-color:#ffc83d}.editor-image-view__body--focused:hover,.editor-image-view__body--resizing:hover{outline-color:transparent}.editor-image-view__body__placeholder{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.editor-image-view__body__image{cursor:pointer;margin:0}.editor-image-resizer{position:absolute;left:0;top:0;right:0;bottom:0;margin:0 auto;border:1px solid #409eff}.editor-image-resizer__handler{position:absolute;width:12px;height:12px;background-color:#409eff}.editor-image-resizer__handler--tl{left:-6px;top:-6px;cursor:nw-resize}.editor-image-resizer__handler--tr{right:-6px;top:-6px;cursor:ne-resize}.editor-image-resizer__handler--br{right:-6px;bottom:-6px;cursor:se-resize}.editor-image-resizer__handler--bl{left:-6px;bottom:-6px;cursor:sw-resize}.editor-video-model .upload-btn{margin-left:20px;cursor:pointer}.editor-video-model .upload-btn .zy-font{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--el-text-color-secondary)}.editor-video-model .upload-btn .zy-font:hover{color:var(--el-color-primary)}.editor-video-model .input-ref{display:none}.editor-video-view{margin:12px 0}.editor-video-view__body{clear:both;display:inline-block;max-width:100%;outline-color:transparent;outline-style:solid;outline-width:2px;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;position:relative}.editor-video-view__body:hover{outline-color:#ffc83d}.editor-video-view__body--focused:hover,.editor-video-view__body--resizing:hover{outline-color:transparent}.editor-video-view__body__placeholder{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.editor-video-view__body__image{cursor:pointer;margin:0}.editor-preview-wrapper{background-color:#f2f2f2;overflow-y:scroll;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:20px;padding-bottom:30px;height:calc(100vh - 100px)}.editor-preview-wrapper::-webkit-scrollbar{width:4px;height:0}.editor-preview-wrapper::-webkit-scrollbar-thumb{border-radius:3px;background:#00000001;-webkit-transition:all 2s;transition:all 2s}.editor-preview-wrapper:hover::-webkit-scrollbar-thumb{background:#00000021}.editor-preview-wrapper::-webkit-scrollbar-track{background:0 0;-webkit-box-shadow:none;box-shadow:none}.editor-preview-wrapper:hover::-webkit-scrollbar-track{-webkit-box-shadow:6px 6px transparent inset;box-shadow:6px 6px transparent inset}.editor-preview-wrapper .zy-editor-render{border-radius:4px}.zy-editor-render{width:836px;margin-left:auto;margin-right:auto;padding:26px 24px;background-color:#fff}.zy-editor-render h1,.zy-editor-render h2,.zy-editor-render h3,.zy-editor-render h4,.zy-editor-render h5{-webkit-margin-before:.7em;margin-block-start:.7em;-webkit-margin-after:.07em;margin-block-end:.07em}.zy-editor-render p{margin-top:8px;margin-bottom:8px;line-height:1.35;font-size:16px;min-height:1em}.zy-editor-render .tiptap{outline:0}.zy-editor-render .editor-file{line-height:1.4;padding:4px 12px;background-color:#cbcfd85c;border-radius:2px;margin-top:6px;margin-bottom:6px}.zy-editor-render .editor-file-name{color:#303133;font-size:15px}.zy-editor-render .editor-file-name:hover{color:#2d8cf0;cursor:pointer}.zy-editor-render .editor-file-download{font-size:14px;margin-left:22px;cursor:pointer;color:#909399}.zy-editor-render .editor-file-download:hover{color:#666}.zy-editor-render .zy-editor-ol{padding-left:1em;margin-left:0}.zy-editor-render .zy-editor-horizontal{margin-top:18px;margin-bottom:18px}.zy-editor-render .tableWrapper table,.zy-editor-render .zy-editor-table{border-collapse:collapse;margin:0;overflow:hidden;table-layout:fixed;width:100%;margin-top:12px}.zy-editor-render .tableWrapper table td,.zy-editor-render .tableWrapper table th,.zy-editor-render .zy-editor-table td,.zy-editor-render .zy-editor-table th{border:1px solid #ebeef5;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:1em;padding:4px 6px;position:relative;vertical-align:top}.zy-editor-render .tableWrapper table td>*,.zy-editor-render .tableWrapper table th>*,.zy-editor-render .zy-editor-table td>*,.zy-editor-render .zy-editor-table th>*{margin-bottom:0}.zy-editor-render .tableWrapper table th,.zy-editor-render .zy-editor-table th{background-color:#f2f6fc;font-weight:700;text-align:left}.zy-editor-render .tableWrapper table .selectedCell:after,.zy-editor-render .zy-editor-table .selectedCell:after{background:#dcdfe6;content:"";left:0;right:0;top:0;bottom:0;pointer-events:none;position:absolute;z-index:2}.zy-editor-render .tableWrapper table .column-resize-handle,.zy-editor-render .zy-editor-table .column-resize-handle{background-color:#dcdfe6;bottom:-2px;pointer-events:none;position:absolute;right:-2px;top:0;width:4px}.zy-editor-render .tableWrapper table .zy-editor-paragraph,.zy-editor-render .zy-editor-table .zy-editor-paragraph{margin-top:0}.zy-editor-render .tableWrapper{margin:1.5rem 0;overflow-x:auto}.zy-editor-render .zy-editor-highlight{border-radius:2px}.zy-editor-render pre{background:#2e2b29;border-radius:.5rem;color:#fff;font-family:JetBrainsMono,monospace;margin:1.5rem 0;padding:.75rem 1rem;white-space:wrap}.zy-editor-render pre code{background:0 0;color:inherit;font-size:.8rem;padding:0}.zy-editor-render img{max-width:100%}.zy-editor-render video{max-width:100%}.mobile.editor-preview-wrapper{width:375px;margin-left:auto;margin-right:auto}.mobile.editor-preview-wrapper .zy-editor-render{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:12px}.zy-loading-wrapper{position:fixed;left:0;top:0;right:0;bottom:0;display:none;overflow:hidden;background:rgba(0,0,0,.13);z-index:10086}.zy-loading-wrapper.show{display:block}.zy-loading-con{position:absolute;top:50%;left:50%;width:80px;height:80px;-webkit-transform:translate(-40px,-40px);-ms-transform:translate(-40px,-40px);transform:translate(-40px,-40px)}.ajax-tip{z-index:1992110601!important}.bus-head{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:var(--layout-padding-horizontal);padding-right:var(--layout-padding-horizontal)}.bus-head .bus-opt{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex}.bus-head .bus-search{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}thead .el-table__cell{color:#515a6e}.flex-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}li,p,ul{margin:0;padding:0}body{background-color:var(--main-bg-color)}.main-color{color:var(--main-color);cursor:pointer}.main-color:hover{color:var(--main-color-hover)}.success-color{color:var(--success-color)}.success-color:hover{color:var(--success-color-hover)}.warning-color{color:var(--warning-color)}.warning-color:hover{color:var(--warning-color-hover)}.danger-color{color:var(--danger-color)}.danger-color:hover{color:var(--danger-color-hover)}.disabled{color:var(--disabled-btn-color)!important;cursor:not-allowed}.center{text-align:center}.form-opts{text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.clearfix::after{content:'';clear:both;display:none;display:table}.el-message{border-radius:20px!important;background-color:#000!important}.el-message--error,.el-message--info,.el-message--success,.el-message--warning{position:absolute;top:16px!important}.el-message--error .el-message__content,.el-message--info .el-message__content,.el-message--success .el-message__content,.el-message--warning .el-message__content{color:#fff!important}.el-message--success.is-plain .el-message__content{color:var(--success-color)}.el-message--error.is-plain .el-message__content{color:var(--el-color-danger)}.el-message--warning.is-plain .el-message__content{color:var(--el-color-warning)}.el-message--info.is-plain .el-message__content{color:var(--el-color-info)}@media screen and (max-width:1480px){:root{--layout-main-width:100%}.zy-applayout-base-body{-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:12px;padding-right:12px}.zy-appheader{-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:12px;padding-right:12px}.fullscreen .zy-pagelayout.opt{width:100%}.fullscreen .zy-pagelayout.detail{width:100%}}