ydb-components-material 0.1.125 → 0.1.127

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.
Files changed (130) hide show
  1. package/build/docs/404.html +3 -3
  2. package/build/docs/_demos/:uuid +3 -3
  3. package/build/docs/colorful-button.html +3 -3
  4. package/build/docs/colorful-input.html +3 -3
  5. package/build/docs/index.html +3 -3
  6. package/build/docs/{umi.35f02979.css → umi.57dda8ea.css} +1 -1
  7. package/build/docs/umi.814d7acd.js +1 -0
  8. package/build/docs/~demos/:uuid.html +3 -3
  9. package/build/docs/~demos/colorful-button-demo.html +3 -3
  10. package/build/docs/~demos/colorful-input-demo.html +3 -3
  11. package/build/lowcode/3.js +2 -2
  12. package/build/lowcode/4.js +1 -1
  13. package/build/lowcode/5.js +1 -1
  14. package/build/lowcode/assets-daily.json +11 -11
  15. package/build/lowcode/assets-dev.json +2 -2
  16. package/build/lowcode/assets-prod.json +11 -11
  17. package/build/lowcode/index.js +1 -1
  18. package/build/lowcode/meta.js +10 -1
  19. package/build/lowcode/preview.js +145 -145
  20. package/build/lowcode/render/default/1.js +2 -2
  21. package/build/lowcode/render/default/2.js +1 -1
  22. package/build/lowcode/render/default/3.js +1 -1
  23. package/build/lowcode/render/default/view.css +1 -1
  24. package/build/lowcode/render/default/view.js +32 -23
  25. package/build/lowcode/view.css +1 -1
  26. package/build/lowcode/view.js +32 -23
  27. package/dist/1.js +2 -2
  28. package/dist/1.js.map +1 -1
  29. package/dist/2.js +1 -1
  30. package/dist/3.js +1 -1
  31. package/dist/BizComps.css +1 -1
  32. package/dist/BizComps.js +38 -29
  33. package/dist/BizComps.js.map +1 -1
  34. package/es/api.js +29 -28
  35. package/es/components/file-list/item.js +3 -1
  36. package/es/components/guide-pc/comment.js +4 -4
  37. package/es/components/guide-pc/comment.scss +3 -3
  38. package/es/components/guide-pc/components/accept.js +3 -3
  39. package/es/components/guide-pc/components/accept.scss +3 -3
  40. package/es/components/guide-pc/components/basicInfo.js +31 -31
  41. package/es/components/guide-pc/components/basicInfo.scss +5 -5
  42. package/es/components/guide-pc/components/eventInfo.d.ts +7 -0
  43. package/es/components/guide-pc/components/eventInfo.js +45 -0
  44. package/es/components/guide-pc/components/eventInfo.scss +36 -0
  45. package/es/components/guide-pc/components/guideTabs.js +2 -2
  46. package/es/components/guide-pc/components/guideTabs.scss +3 -2
  47. package/es/components/guide-pc/components/guideTitle.js +4 -4
  48. package/es/components/guide-pc/components/guideTitle.scss +3 -3
  49. package/es/components/guide-pc/components/materialsList.js +46 -49
  50. package/es/components/guide-pc/components/materialsList.scss +22 -22
  51. package/es/components/guide-pc/components/places.js +21 -21
  52. package/es/components/guide-pc/components/places.scss +19 -19
  53. package/es/components/guide-pc/components/processImg.js +19 -19
  54. package/es/components/guide-pc/components/processImg.scss +16 -16
  55. package/es/components/guide-pc/components/result.js +36 -36
  56. package/es/components/guide-pc/components/result.scss +15 -15
  57. package/es/components/guide-pc/components/situation.d.ts +4 -0
  58. package/es/components/guide-pc/components/situation.js +35 -31
  59. package/es/components/guide-pc/components/situation.scss +9 -9
  60. package/es/components/guide-pc/imgs/icon1.png +0 -0
  61. package/es/components/guide-pc/imgs/icon2.png +0 -0
  62. package/es/components/guide-pc/index.d.ts +1 -3
  63. package/es/components/guide-pc/index.js +41 -88
  64. package/es/components/guide-pc/index.scss +43 -103
  65. package/lib/api.js +29 -28
  66. package/lib/components/file-list/item.js +3 -1
  67. package/lib/components/guide-pc/comment.js +4 -4
  68. package/lib/components/guide-pc/comment.scss +3 -3
  69. package/lib/components/guide-pc/components/accept.js +3 -3
  70. package/lib/components/guide-pc/components/accept.scss +3 -3
  71. package/lib/components/guide-pc/components/basicInfo.js +31 -31
  72. package/lib/components/guide-pc/components/basicInfo.scss +5 -5
  73. package/lib/components/guide-pc/components/eventInfo.d.ts +7 -0
  74. package/lib/components/guide-pc/components/eventInfo.js +51 -0
  75. package/lib/components/guide-pc/components/eventInfo.scss +36 -0
  76. package/lib/components/guide-pc/components/guideTabs.js +2 -2
  77. package/lib/components/guide-pc/components/guideTabs.scss +3 -2
  78. package/lib/components/guide-pc/components/guideTitle.js +4 -4
  79. package/lib/components/guide-pc/components/guideTitle.scss +3 -3
  80. package/lib/components/guide-pc/components/materialsList.js +46 -49
  81. package/lib/components/guide-pc/components/materialsList.scss +22 -22
  82. package/lib/components/guide-pc/components/places.js +21 -21
  83. package/lib/components/guide-pc/components/places.scss +19 -19
  84. package/lib/components/guide-pc/components/processImg.js +19 -19
  85. package/lib/components/guide-pc/components/processImg.scss +16 -16
  86. package/lib/components/guide-pc/components/result.js +36 -36
  87. package/lib/components/guide-pc/components/result.scss +15 -15
  88. package/lib/components/guide-pc/components/situation.d.ts +4 -0
  89. package/lib/components/guide-pc/components/situation.js +35 -31
  90. package/lib/components/guide-pc/components/situation.scss +9 -9
  91. package/lib/components/guide-pc/imgs/icon1.png +0 -0
  92. package/lib/components/guide-pc/imgs/icon2.png +0 -0
  93. package/lib/components/guide-pc/index.d.ts +1 -3
  94. package/lib/components/guide-pc/index.js +41 -88
  95. package/lib/components/guide-pc/index.scss +43 -103
  96. package/lowcode/guide-pc/meta.ts +1 -32
  97. package/lowcode_es/guide-pc/meta.js +0 -30
  98. package/lowcode_es/meta.js +1 -1
  99. package/lowcode_lib/guide-pc/meta.js +0 -30
  100. package/lowcode_lib/meta.js +1 -1
  101. package/package.json +4 -3
  102. package/build/docs/umi.5327dbca.js +0 -1
  103. package/es/components/guide-pc/comment.vue +0 -117
  104. package/es/components/guide-pc/components/accept.vue +0 -50
  105. package/es/components/guide-pc/components/basicInfo.vue +0 -81
  106. package/es/components/guide-pc/components/guideTabs.vue +0 -48
  107. package/es/components/guide-pc/components/guideTitle.vue +0 -43
  108. package/es/components/guide-pc/components/materialsList.vue +0 -403
  109. package/es/components/guide-pc/components/places.vue +0 -198
  110. package/es/components/guide-pc/components/processImg.vue +0 -300
  111. package/es/components/guide-pc/components/result.vue +0 -191
  112. package/es/components/guide-pc/components/situation.vue +0 -430
  113. package/es/components/guide-pc/guide.vue +0 -179
  114. package/es/components/guide-pc/imgs/error.png +0 -0
  115. package/es/components/guide-pc/imgs/judge.png +0 -0
  116. package/es/components/guide-pc/imgs/pass.png +0 -0
  117. package/lib/components/guide-pc/comment.vue +0 -117
  118. package/lib/components/guide-pc/components/accept.vue +0 -50
  119. package/lib/components/guide-pc/components/basicInfo.vue +0 -81
  120. package/lib/components/guide-pc/components/guideTabs.vue +0 -48
  121. package/lib/components/guide-pc/components/guideTitle.vue +0 -43
  122. package/lib/components/guide-pc/components/materialsList.vue +0 -403
  123. package/lib/components/guide-pc/components/places.vue +0 -198
  124. package/lib/components/guide-pc/components/processImg.vue +0 -300
  125. package/lib/components/guide-pc/components/result.vue +0 -191
  126. package/lib/components/guide-pc/components/situation.vue +0 -430
  127. package/lib/components/guide-pc/guide.vue +0 -179
  128. package/lib/components/guide-pc/imgs/error.png +0 -0
  129. package/lib/components/guide-pc/imgs/judge.png +0 -0
  130. package/lib/components/guide-pc/imgs/pass.png +0 -0
@@ -1,3 +1,3 @@
1
- (window.webpackJsonpBizComps=window.webpackJsonpBizComps||[]).push([[2],{214:function(e,t,n){
1
+ (window.webpackJsonpBizComps=window.webpackJsonpBizComps||[]).push([[2],{231:function(e,t,n){
2
2
  /*! @license DOMPurify 2.5.9 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.5.9/LICENSE */
3
3
  var r,o;r=this,o=function(){"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(t)}function t(e,n){return(t=Object.setPrototypeOf||function e(t,n){return t.__proto__=n,t})(e,n)}function n(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function r(e,o,a){return(r=n()?Reflect.construct:function e(n,r,o){var a=[null];a.push.apply(a,r);var i,l=new(Function.bind.apply(n,a));return o&&t(l,o.prototype),l}).apply(null,arguments)}function o(e){return a(e)||i(e)||l(e)||s()}function a(e){if(Array.isArray(e))return c(e)}function i(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function l(e,t){if(e){if("string"==typeof e)return c(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?c(e,t):void 0}}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function s(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var u=Object.hasOwnProperty,m=Object.setPrototypeOf,f=Object.isFrozen,p=Object.getPrototypeOf,d=Object.getOwnPropertyDescriptor,h=Object.freeze,g=Object.seal,y=Object.create,b="undefined"!=typeof Reflect&&Reflect,v=b.apply,T=b.construct;v||(v=function e(t,n,r){return t.apply(n,r)}),h||(h=function e(t){return t}),g||(g=function e(t){return t}),T||(T=function e(t,n){return r(t,o(n))});var N=R(Array.prototype.forEach),E=R(Array.prototype.pop),A=R(Array.prototype.push),w=R(String.prototype.toLowerCase),S=R(String.prototype.toString),_=R(String.prototype.match),x=R(String.prototype.replace),k=R(String.prototype.indexOf),O=R(String.prototype.trim),C=R(RegExp.prototype.test),L=D(TypeError);function R(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return v(e,t,r)}}function D(e){return function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return T(e,n)}}function M(e,t,n){var r;n=null!==(r=n)&&void 0!==r?r:w,m&&m(e,null);for(var o=t.length;o--;){var a=t[o];if("string"==typeof a){var i=n(a);i!==a&&(f(t)||(t[o]=i),a=i)}e[a]=!0}return e}function I(e){var t=y(null),n;for(n in e)!0===v(u,e,[n])&&(t[n]=e[n]);return t}function F(e,t){for(;null!==e;){var n=d(e,t);if(n){if(n.get)return R(n.get);if("function"==typeof n.value)return R(n.value)}e=p(e)}function r(e){return console.warn("fallback value for",e),null}return r}var U=h(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),H=h(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),z=h(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),B=h(["animate","color-profile","cursor","discard","fedropshadow","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),P=h(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover"]),j=h(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),G=h(["#text"]),W=h(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns","slot"]),q=h(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),$=h(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),Y=h(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),K=g(/\{\{[\w\W]*|[\w\W]*\}\}/gm),V=g(/<%[\w\W]*|[\w\W]*%>/gm),X=g(/\${[\w\W]*}/gm),J=g(/^data-[\-\w.\u00B7-\uFFFF]+$/),Z=g(/^aria-[\-\w]+$/),Q=g(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),ee=g(/^(?:\w+script|data):/i),te=g(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),ne=g(/^html$/i),re=g(/^[a-z][.\w]*(-[.\w]+)+$/i),oe=function e(){return"undefined"==typeof window?null:window},ae=function t(n,r){if("object"!==e(n)||"function"!=typeof n.createPolicy)return null;var o=null,a="data-tt-policy-suffix";r.currentScript&&r.currentScript.hasAttribute(a)&&(o=r.currentScript.getAttribute(a));var i="dompurify"+(o?"#"+o:"");try{return n.createPolicy(i,{createHTML:function e(t){return t},createScriptURL:function e(t){return t}})}catch(e){return console.warn("TrustedTypes policy "+i+" could not be created."),null}},ie;function le(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:oe(),n=function e(t){return le(t)};if(n.version="2.5.9",n.removed=[],!t||!t.document||9!==t.document.nodeType)return n.isSupported=!1,n;var r=t.document,a=t.document,i=t.DocumentFragment,l=t.HTMLTemplateElement,c=t.Node,s=t.Element,u=t.NodeFilter,m=t.NamedNodeMap,f=void 0===m?t.NamedNodeMap||t.MozNamedAttrMap:m,p=t.HTMLFormElement,d=t.DOMParser,g=t.trustedTypes,y=s.prototype,b=F(y,"cloneNode"),v=F(y,"nextSibling"),T=F(y,"childNodes"),R=F(y,"parentNode");if("function"==typeof l){var D=a.createElement("template");D.content&&D.content.ownerDocument&&(a=D.content.ownerDocument)}var ie=ae(g,r),ce=ie?ie.createHTML(""):"",se=a,ue=se.implementation,me=se.createNodeIterator,fe=se.createDocumentFragment,pe=se.getElementsByTagName,de=r.importNode,he={};try{he=I(a).documentMode?a.documentMode:{}}catch(e){}var ge={};n.isSupported="function"==typeof R&&ue&&void 0!==ue.createHTMLDocument&&9!==he;var ye=K,be=V,ve=X,Te=J,Ne=Z,Ee=ee,Ae=te,we=re,Se=Q,_e=null,xe=M({},[].concat(o(U),o(H),o(z),o(P),o(G))),ke=null,Oe=M({},[].concat(o(W),o(q),o($),o(Y))),Ce=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Le=null,Re=null,De=!0,Me=!0,Ie=!1,Fe=!0,Ue=!1,He=!0,ze=!1,Be=!1,Pe=!1,je=!1,Ge=!1,We=!1,qe=!0,$e=!1,Ye="user-content-",Ke=!0,Ve=!1,Xe={},Je=null,Ze=M({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),Qe=null,et=M({},["audio","video","img","source","image","track"]),tt=null,nt=M({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),rt="http://www.w3.org/1998/Math/MathML",ot="http://www.w3.org/2000/svg",at="http://www.w3.org/1999/xhtml",it=at,lt=!1,ct=null,st=M({},[rt,ot,at],S),ut,mt=["application/xhtml+xml","text/html"],ft="text/html",pt,dt=null,ht=a.createElement("form"),gt=function e(t){return t instanceof RegExp||t instanceof Function},yt=function t(n){dt&&dt===n||(n&&"object"===e(n)||(n={}),n=I(n),ut=ut=-1===mt.indexOf(n.PARSER_MEDIA_TYPE)?ft:n.PARSER_MEDIA_TYPE,pt="application/xhtml+xml"===ut?S:w,_e="ALLOWED_TAGS"in n?M({},n.ALLOWED_TAGS,pt):xe,ke="ALLOWED_ATTR"in n?M({},n.ALLOWED_ATTR,pt):Oe,ct="ALLOWED_NAMESPACES"in n?M({},n.ALLOWED_NAMESPACES,S):st,tt="ADD_URI_SAFE_ATTR"in n?M(I(nt),n.ADD_URI_SAFE_ATTR,pt):nt,Qe="ADD_DATA_URI_TAGS"in n?M(I(et),n.ADD_DATA_URI_TAGS,pt):et,Je="FORBID_CONTENTS"in n?M({},n.FORBID_CONTENTS,pt):Ze,Le="FORBID_TAGS"in n?M({},n.FORBID_TAGS,pt):{},Re="FORBID_ATTR"in n?M({},n.FORBID_ATTR,pt):{},Xe="USE_PROFILES"in n&&n.USE_PROFILES,De=!1!==n.ALLOW_ARIA_ATTR,Me=!1!==n.ALLOW_DATA_ATTR,Ie=n.ALLOW_UNKNOWN_PROTOCOLS||!1,Fe=!1!==n.ALLOW_SELF_CLOSE_IN_ATTR,Ue=n.SAFE_FOR_TEMPLATES||!1,He=!1!==n.SAFE_FOR_XML,ze=n.WHOLE_DOCUMENT||!1,je=n.RETURN_DOM||!1,Ge=n.RETURN_DOM_FRAGMENT||!1,We=n.RETURN_TRUSTED_TYPE||!1,Pe=n.FORCE_BODY||!1,qe=!1!==n.SANITIZE_DOM,$e=n.SANITIZE_NAMED_PROPS||!1,Ke=!1!==n.KEEP_CONTENT,Ve=n.IN_PLACE||!1,Se=n.ALLOWED_URI_REGEXP||Se,it=n.NAMESPACE||at,Ce=n.CUSTOM_ELEMENT_HANDLING||{},n.CUSTOM_ELEMENT_HANDLING&&gt(n.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(Ce.tagNameCheck=n.CUSTOM_ELEMENT_HANDLING.tagNameCheck),n.CUSTOM_ELEMENT_HANDLING&&gt(n.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(Ce.attributeNameCheck=n.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),n.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof n.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(Ce.allowCustomizedBuiltInElements=n.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Ue&&(Me=!1),Ge&&(je=!0),Xe&&(_e=M({},o(G)),ke=[],!0===Xe.html&&(M(_e,U),M(ke,W)),!0===Xe.svg&&(M(_e,H),M(ke,q),M(ke,Y)),!0===Xe.svgFilters&&(M(_e,z),M(ke,q),M(ke,Y)),!0===Xe.mathMl&&(M(_e,P),M(ke,$),M(ke,Y))),n.ADD_TAGS&&(_e===xe&&(_e=I(_e)),M(_e,n.ADD_TAGS,pt)),n.ADD_ATTR&&(ke===Oe&&(ke=I(ke)),M(ke,n.ADD_ATTR,pt)),n.ADD_URI_SAFE_ATTR&&M(tt,n.ADD_URI_SAFE_ATTR,pt),n.FORBID_CONTENTS&&(Je===Ze&&(Je=I(Je)),M(Je,n.FORBID_CONTENTS,pt)),Ke&&(_e["#text"]=!0),ze&&M(_e,["html","head","body"]),_e.table&&(M(_e,["tbody"]),delete Le.tbody),h&&h(n),dt=n)},bt=M({},["mi","mo","mn","ms","mtext"]),vt=M({},["annotation-xml"]),Tt=M({},["title","style","font","a","script"]),Nt=M({},H);M(Nt,z),M(Nt,B);var Et=M({},P);M(Et,j);var At=function e(t){var n=R(t);n&&n.tagName||(n={namespaceURI:it,tagName:"template"});var r=w(t.tagName),o=w(n.tagName);return!!ct[t.namespaceURI]&&(t.namespaceURI===ot?n.namespaceURI===at?"svg"===r:n.namespaceURI===rt?"svg"===r&&("annotation-xml"===o||bt[o]):Boolean(Nt[r]):t.namespaceURI===rt?n.namespaceURI===at?"math"===r:n.namespaceURI===ot?"math"===r&&vt[o]:Boolean(Et[r]):t.namespaceURI===at?!(n.namespaceURI===ot&&!vt[o])&&!(n.namespaceURI===rt&&!bt[o])&&!Et[r]&&(Tt[r]||!Nt[r]):!("application/xhtml+xml"!==ut||!ct[t.namespaceURI]))},wt=function e(t){A(n.removed,{element:t});try{t.parentNode.removeChild(t)}catch(e){try{t.outerHTML=ce}catch(e){t.remove()}}},St=function e(t,r){try{A(n.removed,{attribute:r.getAttributeNode(t),from:r})}catch(e){A(n.removed,{attribute:null,from:r})}if(r.removeAttribute(t),"is"===t&&!ke[t])if(je||Ge)try{wt(r)}catch(e){}else try{r.setAttribute(t,"")}catch(e){}},_t=function e(t){var n,r;if(Pe)t="<remove></remove>"+t;else{var o=_(t,/^[\r\n\t ]+/);r=o&&o[0]}"application/xhtml+xml"===ut&&it===at&&(t='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+t+"</body></html>");var i=ie?ie.createHTML(t):t;if(it===at)try{n=(new d).parseFromString(i,ut)}catch(e){}if(!n||!n.documentElement){n=ue.createDocument(it,"template",null);try{n.documentElement.innerHTML=lt?ce:i}catch(e){}}var l=n.body||n.documentElement;return t&&r&&l.insertBefore(a.createTextNode(r),l.childNodes[0]||null),it===at?pe.call(n,ze?"html":"body")[0]:ze?n.documentElement:l},xt=function e(t){return me.call(t.ownerDocument||t,t,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT|u.SHOW_PROCESSING_INSTRUCTION|u.SHOW_CDATA_SECTION,null,!1)},kt=function e(t){return t instanceof p&&("string"!=typeof t.nodeName||"string"!=typeof t.textContent||"function"!=typeof t.removeChild||!(t.attributes instanceof f)||"function"!=typeof t.removeAttribute||"function"!=typeof t.setAttribute||"string"!=typeof t.namespaceURI||"function"!=typeof t.insertBefore||"function"!=typeof t.hasChildNodes)},Ot=function t(n){return"object"===e(c)?n instanceof c:n&&"object"===e(n)&&"number"==typeof n.nodeType&&"string"==typeof n.nodeName},Ct=function e(t,r,o){ge[t]&&N(ge[t],(function(e){e.call(n,r,o,dt)}))},Lt=function e(t){var r;if(Ct("beforeSanitizeElements",t,null),kt(t))return wt(t),!0;if(C(/[\u0080-\uFFFF]/,t.nodeName))return wt(t),!0;var o=pt(t.nodeName);if(Ct("uponSanitizeElement",t,{tagName:o,allowedTags:_e}),t.hasChildNodes()&&!Ot(t.firstElementChild)&&(!Ot(t.content)||!Ot(t.content.firstElementChild))&&C(/<[/\w]/g,t.innerHTML)&&C(/<[/\w]/g,t.textContent))return wt(t),!0;if("select"===o&&C(/<template/i,t.innerHTML))return wt(t),!0;if(7===t.nodeType)return wt(t),!0;if(He&&8===t.nodeType&&C(/<[/\w]/g,t.data))return wt(t),!0;if(!_e[o]||Le[o]){if(!Le[o]&&Dt(o)){if(Ce.tagNameCheck instanceof RegExp&&C(Ce.tagNameCheck,o))return!1;if(Ce.tagNameCheck instanceof Function&&Ce.tagNameCheck(o))return!1}if(Ke&&!Je[o]){var a=R(t)||t.parentNode,i=T(t)||t.childNodes;if(i&&a)for(var l,c=i.length-1;c>=0;--c){var u=b(i[c],!0);u.__removalCount=(t.__removalCount||0)+1,a.insertBefore(u,v(t))}}return wt(t),!0}return t instanceof s&&!At(t)?(wt(t),!0):"noscript"!==o&&"noembed"!==o&&"noframes"!==o||!C(/<\/no(script|embed|frames)/i,t.innerHTML)?(Ue&&3===t.nodeType&&(r=t.textContent,r=x(r,ye," "),r=x(r,be," "),r=x(r,ve," "),t.textContent!==r&&(A(n.removed,{element:t.cloneNode()}),t.textContent=r)),Ct("afterSanitizeElements",t,null),!1):(wt(t),!0)},Rt=function e(t,n,r){if(qe&&("id"===n||"name"===n)&&(r in a||r in ht))return!1;if(Me&&!Re[n]&&C(Te,n));else if(De&&C(Ne,n));else if(!ke[n]||Re[n]){if(!(Dt(t)&&(Ce.tagNameCheck instanceof RegExp&&C(Ce.tagNameCheck,t)||Ce.tagNameCheck instanceof Function&&Ce.tagNameCheck(t))&&(Ce.attributeNameCheck instanceof RegExp&&C(Ce.attributeNameCheck,n)||Ce.attributeNameCheck instanceof Function&&Ce.attributeNameCheck(n))||"is"===n&&Ce.allowCustomizedBuiltInElements&&(Ce.tagNameCheck instanceof RegExp&&C(Ce.tagNameCheck,r)||Ce.tagNameCheck instanceof Function&&Ce.tagNameCheck(r))))return!1}else if(tt[n]);else if(C(Se,x(r,Ae,"")));else if("src"!==n&&"xlink:href"!==n&&"href"!==n||"script"===t||0!==k(r,"data:")||!Qe[t])if(Ie&&!C(Ee,x(r,Ae,"")));else if(r)return!1;return!0},Dt=function e(t){return"annotation-xml"!==t&&_(t,we)},Mt=function t(r){var o,a,i,l;Ct("beforeSanitizeAttributes",r,null);var c=r.attributes;if(c&&!kt(r)){var s={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:ke};for(l=c.length;l--;){var u=o=c[l],m=u.name,f=u.namespaceURI;if(a="value"===m?o.value:O(o.value),i=pt(m),s.attrName=i,s.attrValue=a,s.keepAttr=!0,s.forceKeepAttr=void 0,Ct("uponSanitizeAttribute",r,s),a=s.attrValue,!s.forceKeepAttr&&(St(m,r),s.keepAttr))if(Fe||!C(/\/>/i,a)){Ue&&(a=x(a,ye," "),a=x(a,be," "),a=x(a,ve," "));var p=pt(r.nodeName);if(Rt(p,i,a))if(!$e||"id"!==i&&"name"!==i||(St(m,r),a=Ye+a),He&&C(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,a))St(m,r);else{if(ie&&"object"===e(g)&&"function"==typeof g.getAttributeType)if(f);else switch(g.getAttributeType(p,i)){case"TrustedHTML":a=ie.createHTML(a);break;case"TrustedScriptURL":a=ie.createScriptURL(a)}try{f?r.setAttributeNS(f,m,a):r.setAttribute(m,a),kt(r)?wt(r):E(n.removed)}catch(e){}}}else St(m,r)}Ct("afterSanitizeAttributes",r,null)}},It=function e(t){var n,r=xt(t);for(Ct("beforeSanitizeShadowDOM",t,null);n=r.nextNode();)Ct("uponSanitizeShadowNode",n,null),Lt(n),Mt(n),n.content instanceof i&&e(n.content);Ct("afterSanitizeShadowDOM",t,null)};return n.sanitize=function(o){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},l,s,u,m,f;if((lt=!o)&&(o="\x3c!--\x3e"),"string"!=typeof o&&!Ot(o)){if("function"!=typeof o.toString)throw L("toString is not a function");if("string"!=typeof(o=o.toString()))throw L("dirty is not a string, aborting")}if(!n.isSupported){if("object"===e(t.toStaticHTML)||"function"==typeof t.toStaticHTML){if("string"==typeof o)return t.toStaticHTML(o);if(Ot(o))return t.toStaticHTML(o.outerHTML)}return o}if(Be||yt(a),n.removed=[],"string"==typeof o&&(Ve=!1),Ve){if(o.nodeName){var p=pt(o.nodeName);if(!_e[p]||Le[p])throw L("root node is forbidden and cannot be sanitized in-place")}}else if(o instanceof c)1===(s=(l=_t("\x3c!----\x3e")).ownerDocument.importNode(o,!0)).nodeType&&"BODY"===s.nodeName||"HTML"===s.nodeName?l=s:l.appendChild(s);else{if(!je&&!Ue&&!ze&&-1===o.indexOf("<"))return ie&&We?ie.createHTML(o):o;if(!(l=_t(o)))return je?null:We?ce:""}l&&Pe&&wt(l.firstChild);for(var d=xt(Ve?o:l);u=d.nextNode();)3===u.nodeType&&u===m||(Lt(u),Mt(u),u.content instanceof i&&It(u.content),m=u);if(m=null,Ve)return o;if(je){if(Ge)for(f=fe.call(l.ownerDocument);l.firstChild;)f.appendChild(l.firstChild);else f=l;return(ke.shadowroot||ke.shadowrootmod)&&(f=de.call(r,f,!0)),f}var h=ze?l.outerHTML:l.innerHTML;return ze&&_e["!doctype"]&&l.ownerDocument&&l.ownerDocument.doctype&&l.ownerDocument.doctype.name&&C(ne,l.ownerDocument.doctype.name)&&(h="<!DOCTYPE "+l.ownerDocument.doctype.name+">\n"+h),Ue&&(h=x(h,ye," "),h=x(h,be," "),h=x(h,ve," ")),ie&&We?ie.createHTML(h):h},n.setConfig=function(e){yt(e),Be=!0},n.clearConfig=function(){dt=null,Be=!1},n.isValidAttribute=function(e,t,n){dt||yt({});var r=pt(e),o=pt(t);return Rt(r,o,n)},n.addHook=function(e,t){"function"==typeof t&&(ge[e]=ge[e]||[],A(ge[e],t))},n.removeHook=function(e){if(ge[e])return E(ge[e])},n.removeHooks=function(e){ge[e]&&(ge[e]=[])},n.removeAllHooks=function(){ge={}},n}return le()},e.exports=o()}}]);
@@ -1,4 +1,4 @@
1
- (window.webpackJsonpBizComps=window.webpackJsonpBizComps||[]).push([[3],{213:function(A,e,t){
1
+ (window.webpackJsonpBizComps=window.webpackJsonpBizComps||[]).push([[3],{230:function(A,e,t){
2
2
  /*!
3
3
  * html2canvas 1.4.1 <https://html2canvas.hertzen.com>
4
4
  * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
@@ -1 +1 @@
1
- .check_loading{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.6);margin-top:0!important}.check_loading,.check_loading .loading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.check_loading .loading{width:320px;height:209px;border-radius:12px;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:16px;color:#333}.check_loading .loading img{width:182px;height:99px;margin-bottom:16px}.card_title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.card_title .block{width:3px;height:13px;border-radius:1.5px;opacity:1;background:-webkit-gradient(linear,left top,left bottom,from(#7bb2ff),to(#1678ff));background:-webkit-linear-gradient(top,#7bb2ff,#1678ff);background:linear-gradient(180deg,#7bb2ff,#1678ff)}.card_title .text{margin-left:8px;font-size:15px;font-weight:500;line-height:normal;letter-spacing:0;color:#222}.check_res{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:16px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:16px 0;margin-right:0!important;width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.check_res .name{font-size:14px;color:#333;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:5px}.check_res .res{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.check_res .res .icon{margin-right:8px}.check_res .prompt{width:100%;background:#f7f7f7;border-radius:6px;padding:8px 12px;font-size:12px;color:#666;margin-top:12px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.check_res .prompt .btn{border-radius:13px;opacity:1;font-size:13px;background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff);color:#fff;padding:6px 12px;width:19%;text-align:center}.tips{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:0}.tips .icon{width:16px;height:16px;margin-top:2px}.tips .text{font-size:14px;margin-left:8px}.file_item .file .file_img .small_img{width:24px;height:24px}.message{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:9999}.message,.message .content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.message .content{width:320px;border-radius:8px;background-color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.message .content .title{margin-top:12px;font-size:16px;width:90%;color:#333;margin-bottom:12px;font-weight:400}.message .content .text{font-size:14px;color:#666;margin:0 29px 17px;text-align:center}.message .content .btns{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;height:56px;grid-gap:20px;gap:20px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:12px}.message .content .btns .btn{font-size:12px;padding:0 12px;height:28px;line-height:28px;text-align:center;border-radius:3px}.message .content .btns .left_btn{color:#fff;background-color:#3e71f7}.message .content .btns .right_btn{border:1px solid #3e71f7;color:#3e71f7}.statstic{border-radius:4px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:72px}.statstic,.statstic .count{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.statstic .count{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;margin-bottom:9px}.statstic .count .num{font-size:24px;font-weight:500;line-height:22px;margin-right:1px}.statstic .count .unit{font-size:12px}.statstic .text{color:#c83e42;font-size:13px;font-weight:500}.materialCheckRes{width:100%;background:#f7f7f7;padding:10px;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.materialCheckRes,.materialCheckRes .file{border-radius:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.materialCheckRes .file{width:80px;height:85px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#fff;font-size:12px;color:#666;margin-right:12px}.materialCheckRes .file img{width:24px;height:24px;margin-bottom:7px}.materialCheckRes .btns{-ms-flex-align:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:5px;font-size:14px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.materialCheckRes .btns,.materialCheckRes .btns .res{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.materialCheckRes .btns .res{-ms-flex-align:center}.materialCheckRes .btns .detail{color:#1678ff}.materialCheckRes .btns img{width:16px;height:16px;margin-right:6px}.SuccessPrompt{width:100%;padding:16px 12px;border-radius:8px;background:#15bc83;color:#fff;font-size:12px;position:relative}.SuccessPrompt .img{width:69px;height:69px;position:absolute;right:12px;bottom:0}.SuccessPrompt .radio{margin-top:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-row-gap:2px;row-gap:2px}.SuccessPrompt .radio .text{margin-left:3px;margin-top:1px}.CheckDetail{border-radius:8px;border-width:1px;border-style:solid;padding:16px}.CheckDetail .title{font-size:14px;font-weight:500;line-height:24px;color:#333;margin-bottom:8px}.CheckDetail .text{font-size:14px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:17px}.CheckDetail .text img{margin-right:6px;margin-top:4px}.CheckDetail .btn{width:94px;height:26px;border-radius:4px;opacity:1;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #1678ff;margin-left:auto;color:#1678ff;font-size:13px;line-height:26px;text-align:center}.CheckDetail .bottom{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.CheckDetail .bottom .ignore{color:#333;font-size:12px}.CheckDetail .bottom .ignore span{color:#1678ff}.CheckDetail .mask{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.CheckDetail .mask .content{position:absolute;bottom:0;left:0;width:100%;background:#f5f5f5;border-radius:16px 16px 0 0}.CheckDetail .mask .content .head{border-radius:16px 16px 0 0;background-color:#fff;line-height:54px;text-align:center;font-size:16px;color:#333}.CheckDetail .mask .content .close{position:absolute;top:17px;right:16px}.CheckDetail .mask .content .list{margin:12px;border-radius:8px;opacity:1;background:#fff;padding:16px}.CheckDetail .mask .content .list .item{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px;font-size:14px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.CheckDetail .mask .content .list .item,.CheckDetail .mask .content .list .item .number{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.CheckDetail .mask .content .list .item .number{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #f7625d;border-radius:50%;width:20px;height:20px;color:#f7625d!important;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.CheckDetail .mask .content .list .item .key{color:#666}.CheckDetail .mask .content .list .item .value{color:#333}.CheckDetail .mask .content .list .item .source_item{width:100%;height:44px;border-radius:8px;opacity:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#f7f7f7;margin-top:12px;padding:12px}.CheckDetail .mask .content .bottom{margin-bottom:20px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:12px}.CheckDetail .mask .content .bottom .ignore{color:#1678ff}.pre_check_res_pc{background:#f5f6f8;padding:10px 12px}.pre_check_res_pc,.pre_check_res_pc .file_img{border-radius:4px;opacity:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pre_check_res_pc .file_img{width:52px;height:52px;background:#fff;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pre_check_res_pc .file_img img{width:18px;height:18px}.pre_check_res_pc .file_name{color:#222;font-size:12px;margin-left:12px}.pre_check_res_pc .view{margin-left:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#1678ff;grid-gap:4px;gap:4px}.pre_check_res_pc .res_icon{margin-left:auto;margin-top:-25px}.CheckDetailPc{padding:12px;width:100%}.CheckDetailPc .title{color:#222;font-size:14px}.CheckDetailPc .text{font-size:12px;margin-top:8px}.CheckDetailPc .btn{padding:4px 8px;height:25px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;color:#fff}.CheckDetailPc .btn,.CheckDetailPc .list{border-radius:4px;font-size:12px;margin-top:12px}.CheckDetailPc .list{padding:8px;color:#222;background-color:#fff;margin-bottom:8px}.CheckDetailPc .list .number{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #f7625d;border-radius:50%;width:20px;height:20px;color:#f7625d!important;text-align:center}.CheckDetailPc .list .item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:8px}.SceneTree{width:100%;font-size:14px}.SceneTree .title{color:#333;margin-bottom:16px}.SceneTree .title .required{color:#ff3d3d;font-size:14px;margin-right:2px;vertical-align:middle}.SceneTree .mutualExclusionPrompt{color:#ff6237;font-size:12px;margin-top:3px;width:100%}.SceneTree .title_pc{height:52px;padding:16px 20px;border-bottom:1px solid #e5e5e5;background:#f5f6f8}.SceneTree .title_pc .required{color:#ff3d3d;font-size:14px;margin-right:2px;vertical-align:middle}.SceneTree .options_pc{padding:20px;display:block}.qrcode{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.qrcode .text{width:100%;text-align:center;color:#666;font-size:14px}.qrcode .btn{color:#1678ff;margin-top:8px;font-size:14px}.ms-mobile-select{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:0;visibility:hidden;-webkit-transition:opacity .4s,z-index .4s;transition:opacity .4s,z-index .4s;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.ms-mobile-select *{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.ms-mobile-select .ms-gray-layer{position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.7);z-index:888;display:block}.ms-mobile-select .ms-content{width:100%;display:block;position:fixed;z-index:889;color:#000;-webkit-transition:all .4s;transition:all .4s;bottom:-350px;left:0;background:#fff}.ms-mobile-select .ms-fix-width{width:90%;margin:0 auto;position:relative}.ms-mobile-select .ms-fix-width:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ms-mobile-select .ms-btn-bar{border-bottom:1px solid #dcdcdc;font-size:15px;height:45px;position:relative;text-align:center;line-height:45px}.ms-mobile-select .ms-cancel,.ms-mobile-select .ms-ensure{height:45px;width:55px;cursor:pointer;position:absolute;top:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ms-mobile-select .ms-cancel{left:0;color:#666}.ms-mobile-select .ms-ensure{right:0;color:#1e83d3}.ms-mobile-select .ms-title{font-size:15px;padding:0 15%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ms-mobile-select .ms-panel:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ms-mobile-select .ms-wheels{width:100%;height:200px;overflow:hidden}.ms-mobile-select .ms-wheel{position:relative;z-index:0;float:left;width:50%;height:200px;overflow:hidden;-webkit-transition:width .3s ease;transition:width .3s ease}.ms-mobile-select .ms-select-container{display:block;text-align:center}.ms-mobile-select .ms-select-container li{font-size:15px;display:block;height:40px;line-height:40px;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ms-mobile-select .ms-select-line{height:40px;width:100%;position:absolute;top:80px;pointer-events:none;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc}.ms-mobile-select .ms-shadow-mask{position:absolute;top:0;width:100%;height:200px;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.9607843137254902)),color-stop(25%,hsla(0,0%,100%,.8)),color-stop(49%,hsla(0,0%,100%,0)),color-stop(51%,hsla(0,0%,100%,0)),color-stop(75%,hsla(0,0%,100%,.8)),to(hsla(0,0%,100%,.9607843137254902)));background:-webkit-linear-gradient(top,hsla(0,0%,100%,.9607843137254902),hsla(0,0%,100%,.8) 25%,hsla(0,0%,100%,0) 49%,hsla(0,0%,100%,0) 51%,hsla(0,0%,100%,.8) 75%,hsla(0,0%,100%,.9607843137254902));background:linear-gradient(180deg,hsla(0,0%,100%,.9607843137254902),hsla(0,0%,100%,.8) 25%,hsla(0,0%,100%,0) 49%,hsla(0,0%,100%,0) 51%,hsla(0,0%,100%,.8) 75%,hsla(0,0%,100%,.9607843137254902));opacity:.9;pointer-events:none}.ms-mobile-select.ms-show{opacity:1;z-index:10000;visibility:visible}.ms-mobile-select.ms-show .ms-content{bottom:0}.ms-default-trigger{min-height:1em;color:#888}body.ms-show{overflow-y:hidden}.print-button-wrapper{display:inline-block}.print-btn{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;grid-gap:8px;gap:8px;padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;-webkit-transition:all .3s ease;transition:all .3s ease}.print-btn:disabled{opacity:.6;cursor:not-allowed}.print-icon{width:16px;height:16px}.print-btn-primary{background-color:#1890ff;color:#fff}.print-btn-primary:hover:not(:disabled){background-color:#40a9ff}.print-btn-default{background-color:#fff;color:#333;border:1px solid #d9d9d9}.print-btn-default:hover:not(:disabled){border-color:#1890ff;color:#1890ff}.print-btn-text{background-color:transparent;color:#1890ff}.print-btn-text:hover:not(:disabled){background-color:rgba(24,144,255,.1)}@media print{.no-print{display:none!important}}.drag_drop{background:#f7f7f7}.drag_drop,.signer-info-mask{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9}.signer-info-mask{background:rgba(0,0,0,.2)}.qrcode{min-height:50%;border-radius:16px 16px 0 0;background:#f5f5f5;position:fixed;bottom:0;left:0;width:100%}.qrcode .qrcode-close{position:absolute;top:20px;right:20px}.qrcode .code-title{font-size:18px;font-weight:500;margin-top:24px;color:#333;margin-bottom:12px}.qrcode .tip{font-size:15px;color:#666;width:90%}.qrcode .copy-link{height:40px;border-radius:50px;text-align:center;line-height:40px;color:#1678ff;font-size:16px;font-weight:500;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #1678ff;width:90%;margin-top:40px}.signer-info{min-height:50%;max-height:80%;overflow:scroll;border-radius:16px 16px 0 0;background:#f5f5f5;position:fixed;bottom:0;left:0;width:100%}.signer-info .signer-info-title{border-radius:16px 16px 0 0;background:#fff;height:54px;font-size:16px;color:#333;text-align:center;line-height:54px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:-webkit-sticky;position:sticky;top:0;z-index:9}.signer-info .signer-info-title .close{margin-left:auto;position:absolute;right:16px}.signer-info .signer-info-content{padding:12px;margin-bottom:80px}.signer-info .signer-info-content .signer-info-item .signer-info-item-title{font-size:15px;color:#222;margin-bottom:12px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.signer-info .signer-info-content .signer-info-item .signer-info-item-title span{width:3px;height:13px;border-radius:1.5px;opacity:1;background:-webkit-gradient(linear,left top,left bottom,from(#7bb2ff),to(#1678ff));background:-webkit-linear-gradient(top,#7bb2ff,#1678ff);background:linear-gradient(180deg,#7bb2ff,#1678ff)}.signer-info .signer-info-content .signer-info-item .signer-info-item-content{border-radius:8px;padding:16px 12px;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid #fff}.signer-info .signer-info-content .signer-info-item .signer-info-item-box{padding-bottom:16px;padding-top:16px;border-bottom:1px solid #eee;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px}.signer-info .signer-info-content .signer-info-item .signer-info-item-box .signer-info-item-label{font-size:15px;font-weight:500;color:#333;width:22%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.signer-info .signer-info-content .signer-info-item .signer-info-item-box .signer-info-item-label span{font-size:15px;color:#f7625d}.signer-info .signer-info-content .signer-info-item .signer-info-item-box .signer-info-input{border:none!important}.signer-info .footer{grid-gap:12px;gap:12px;background:#fff;padding:12px;position:fixed;bottom:0;left:0;width:100%}.signer-info .footer,.signer-info .footer .add{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.signer-info .footer .add{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:14px;color:#999}.signer-info .footer .next{height:40px;border-radius:50px;opacity:1;font-size:15px;color:#fff;text-align:center;line-height:40px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff)}.file_item .preview{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.file_item .preview .close{z-index:1}.file_item .preview .view{overflow-y:auto;overflow-x:auto;height:90%;width:100%}.file_item .sealPage .seal_close,.file_item .sign_page .sign_close{position:absolute;top:3px;right:3px;width:30px;height:30px;background:rgba(51,51,51,.49019607843137253);border-radius:50%;padding:5px;z-index:999}.file_list .merge_btn{border:1px solid #1678ff;color:#1678ff;font-size:13px;border-radius:4px;padding:2px 3px;margin-left:5px}.file_list .file_level_one{background:#fff;border-radius:8px;padding:16px 12px;margin-bottom:12px}.file_list .file_level_one .tip{font-size:12px;color:#999;margin-top:8px}.file_list .file_level_one .required{color:red;margin-right:8px;margin-left:2px}.file_list .file_level_one .tag{border-radius:4px;padding:2px 4px;font-size:12px;color:#fff}.file_list .file_level_one .name_level_one{font-size:15px;font-weight:500;color:#333;margin-bottom:0}.file_list .file_level_one .file_level_one_title{padding-bottom:16px;border-bottom:1px solid #eee}.file_list .file_level_one .file_level_one_title,.file_list .file_level_one .file_level_one_title .title_info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_list .file_level_one .file_level_two{margin-top:16px}.file_list .file_level_one .file_level_two .file_level_two_item{margin-bottom:16px}.file_list .file_level_one .file_level_two .file_level_two_item .file_level_two_title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_list .file_level_one .file_level_two .name_level_two{font-size:14px;font-weight:500;color:#323232;margin-bottom:0}.submit_type{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;grid-gap:12px;gap:12px;position:relative}.submit_type .type{width:100%;position:relative;margin-top:-20px}.submit_type .type .bg{width:100%}.submit_type .type span{position:absolute;top:14%;right:11%;font-size:16px;font-weight:500;color:#fff}.submit_type .type .content{position:absolute;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;grid-gap:4px;gap:4px;top:0;left:0}.submit_type .type .type_img{width:121px;height:90px}.submit_type .type .type_name{font-size:16px;font-weight:500;color:#e88036}.submit_type .type .text{font-size:14px;color:#222;margin-top:8px}.file_item{border-radius:8px;opacity:1;background:#f7f7f7;padding:12px;width:100%}.file_item .file_name{font-size:14px;color:#333;margin-bottom:12px}.file_item .file{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_item .file .file_img{width:80px;height:80px;border-radius:4px;border-radius:8px;position:relative;background:#fff;font-size:12px;color:#666}.file_item .file .file_img,.file_item .file .file_img .filed{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.file_item .file .file_img .filed,.file_item .file .file_img .small_img{width:100%;height:100%;border-radius:4px}.file_item .file .file_img .add{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:1px dashed #bfdaff;border-radius:4px;width:100%;height:100%;color:#1678ff}.file_item .file .file_img .add .add_icon{width:14px;margin-left:-5px}.file_item .file .file_img .del{position:absolute;width:16px;height:16px;top:-6px;right:-6px;z-index:3}.file_item .file .file_img .error_msg{position:absolute;top:30px;right:22px}.file_item .file .file_img .mask{border-radius:8px;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(34,34,34,.49019607843137253);-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#fff;z-index:3}.file_item .file .file_img .mask,.file_item .file .file_img .mask .checked{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_item .file .file_img .mask .checked img{width:14px;height:14px;margin-right:3px}.file_item .file .blocks{margin-right:auto;margin-left:20px;height:80px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.file_item .file .blocks,.file_item .file .blocks .status{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.file_item .file .blocks .status{grid-gap:12px;gap:12px}.file_item .file .blocks .status .status_item{width:44px;height:20px;border-radius:4px;background:#efdebd;color:#c38a38;font-size:12px;text-align:center;line-height:20px}.file_item .file .blocks .btns{grid-gap:24px;gap:24px;font-size:14px;color:#1678ff}.file_item .file .blocks .btns,.file_item .file .blocks .btns .btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.file_item .file .blocks .btns .btn{grid-gap:4px;gap:4px}.file_item .file .operation{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:4px 0}.file_item .file .operation,.file_item .file .operation_pc{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:80px}.file_item .file .operation_pc{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:end;-webkit-align-items:end;-ms-flex-align:end;align-items:end}.file_item .file .btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end}.file_item .file .btn .img_btn{border-radius:4px;border:1px solid #1678ff;color:#1678ff}.file_item .file .btn .img_btn,.file_item .file .operation_btn{margin-left:8px;width:68px;height:26px;opacity:1;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:13px;line-height:26px;text-align:center;cursor:pointer}.file_item .file .operation_btn{border-radius:4px;background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff);color:#fff}.file_item .file_item_bottom{margin-top:12px;border-top:1px solid #eaeaea;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-top:12px}.file_item .file_item_bottom .line{width:1px;height:20px;background-color:#eaeaea}.file_item .file_item_bottom .icon_text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#1678ff}.file_item .file_item_bottom .icon_text img{width:16px;height:11px;margin-right:5px}.file_item .img_view{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_item .img_view .close{width:17px;height:17px;color:#fff;position:absolute;top:40px;right:20px}.file_item .img_view .view{width:100%;height:auto}.file_item .material_lib{width:100%;height:100%;position:fixed;top:0;left:0;z-index:88;background-color:rgba(0,0,0,.5)}.file_item .material_lib .material_lib_content{width:100%;position:absolute;bottom:0;left:0;background-color:#f5f5f5;border-radius:16px 16px 0 0}.file_item .material_lib .material_lib_content .material_lib_title{border-radius:16px 16px 0 0;background-color:#fff;font-size:16px;color:#333;line-height:54px;text-align:center}.file_item .material_lib .material_lib_content .tips{padding:12px;background:#fff6e8;font-size:14px;line-height:24px;color:#f29655;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.file_item .material_lib .material_lib_content .tips img{width:14px;height:14px;margin-right:8px;margin-top:5px}.file_item .material_lib .material_lib_content .list{padding:12px 12px 0;width:100%;background-color:#f5f5f5;max-height:300px;overflow:auto}.file_item .material_lib .material_lib_content .list .item{padding:16px 12px;border-radius:8px;background:#fff;color:#333;font-size:14px;width:100%;margin-bottom:12px}.file_item .material_lib .material_lib_content .list .item,.file_item .material_lib .material_lib_content .list .item .preview_icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_item .material_lib .material_lib_content .list .item .preview_icon{margin-left:auto;color:#1678ff}.file_item .material_lib .material_lib_content .list .item .preview_icon img{width:16px;margin-right:4px}.file_item .material_lib .material_lib_content .more{color:#1678ff;text-align:center;height:30px;line-height:30px;margin-bottom:70px;background-color:#f5f5f5}.file_item .material_lib .material_lib_content .bottom_btn{background-color:#fff;height:64px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;position:fixed;bottom:0;left:0;right:0}.file_item .material_lib .material_lib_content .bottom_btn .btn{width:169px;height:40px;border-radius:50px;font-size:16px;line-height:40px;text-align:center}.file_item .material_lib .material_lib_content .bottom_btn .cancel{background-color:#fff;border:1px solid #e7e7e7;color:#333}.file_item .material_lib .material_lib_content .bottom_btn .ok{background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff);color:#fff}.file_item .preview{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.5);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:99}.file_item .preview .close{position:absolute;top:20px;right:20px}.file_item .sealPage,.file_item .sign_page{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5)}.file_list_preview .file_level_one{background:#fff;border-radius:8px;padding:16px 12px;margin-bottom:12px}.file_list_preview .file_level_one .tip{font-size:12px;color:#999;margin-top:8px}.file_list_preview .file_level_one .required{color:red;margin-right:8px;margin-left:2px}.file_list_preview .file_level_one .tag{border-radius:4px;padding:0 4px;font-size:12px;color:#fff}.file_list_preview .file_level_one .name_level_one{font-size:15px;font-weight:500;color:#333;margin-bottom:0}.file_list_preview .file_level_one .file_level_one_title{padding-bottom:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_list_preview .file_level_one .file_level_two{margin-top:16px}.file_list_preview .file_level_one .file_level_two .file_level_two_item{margin-bottom:16px}.file_list_preview .file_level_one .file_level_two .file_level_two_item .file_level_two_title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_list_preview .file_level_one .file_level_two .name_level_two{font-size:14px;font-weight:500;color:#323232;margin-bottom:0}.drag_drop .tip{background:#fff6e8;padding:12px;color:#f29655;font-size:14px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-gap:8px;gap:8px}.drag_drop .text{color:#999;font-size:14px;margin:8px 12px}.drag_drop .dragable{padding:12px;border-radius:8px;background:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-gap:15px;gap:15px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 12px 12px}.drag_drop .dragable .img{width:50px}.drag_drop .dragable .info .name{font-size:14px;color:#333;margin-bottom:25px}.drag_drop .dragable .info .view{color:#1678ff;font-size:14px;grid-gap:4px;gap:4px}.drag_drop .dragable .info .view,.drag_drop .dragable .top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.drag_drop .dragable .top{margin-left:auto;width:30px;height:30px;border-radius:8px;opacity:1;background:#f7f7f7;font-size:20px;color:#666}.drag_drop .bottom_btn,.drag_drop .dragable .top{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.drag_drop .bottom_btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-gap:15px;gap:15px;position:fixed;bottom:0;width:100%;padding-bottom:20px}.drag_drop .bottom_btn .btn{text-align:center;line-height:40px}.drag_drop .bottom_btn .previous{width:45%;height:40px;border-radius:50px;opacity:1;background:#fff;color:#333;border:1px solid #e7e7e7;font-size:16px;font-weight:500}.drag_drop .bottom_btn .preview{width:45%;height:40px;border-radius:50px;opacity:1;color:#fff;font-size:16px;font-weight:500;background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff)}.drag_drop .view_pdf{z-index:9}.drag_drop .view_pdf,.drag_drop .viewImg{position:fixed;top:0;left:0;width:100%;height:100%}.drag_drop .viewImg{background-color:rgba(51,51,51,.41568627450980394)}.drag_drop .viewImg .close{position:absolute;right:20px;top:20px;font-size:30px;color:#fff}.drag_drop .viewImg .view{width:100%;margin-top:40%}.guide-tabs-content{overflow:hidden}.guide-tabs-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.guide-tabs-nav::-webkit-scrollbar{display:none}.guide-tab-item{position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:14px 10px;text-align:center;cursor:pointer;-webkit-transition:color .2s;transition:color .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:18px;color:#1678ff}.guide-tab-item.active{font-weight:500}.guide-tab-line{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.eventInfo-content{background:#fff;border-radius:10px;padding:15px 14px;margin-bottom:2px}.eventInfo-content .title{font-size:16px;line-height:21px;font-weight:500;color:#333}.eventInfo-content .info-con{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:12px 0 0}.eventInfo-content .info-con,.eventInfo-content .info-con .tags-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.eventInfo-content .info-con .tags-content{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;grid-gap:10px;gap:10px}.eventInfo-content .info-con .tags-content .tags{width:64px;height:26px;line-height:26px;border-radius:4px;font-size:12px;color:#1678ff;text-align:center}.eventInfo-content .info-con .tags-content .tags:first-child{background:#daf7ff;color:#369eb7}.eventInfo-content .info-con .tags-content .tags:nth-child(2){background:#ecf4ff;color:#1678ff}.eventInfo-content .info-content{-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-ms-flex-align:center;margin-top:13px;grid-gap:12px;gap:12px}.eventInfo-content .info-content,.eventInfo-content .info-content .info-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.eventInfo-content .info-content .info-item{background:#ecf4ff;border-radius:4px;text-align:center;height:84px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.eventInfo-content .info-content .info-item .info-num .num{font-size:24px;color:#1678ff;line-height:22px}.eventInfo-content .info-content .info-item .info-num .unit{font-size:12px;color:#666;margin-left:2px}.eventInfo-content .info-content .info-item .name{font-size:13px;color:#333;line-height:22px;margin-top:12px;font-weight:500}.situation-content{background:#fff!important}.situation-content .situation-tip{border:1px solid #fff;padding:16px;border-radius:8px 8px 0 0;background:-webkit-gradient(linear,left top,left bottom,from(#e1edff),to(#fff));background:-webkit-linear-gradient(top,#e1edff,#fff);background:linear-gradient(180deg,#e1edff,#fff)}.situation-content .situation-tip .title-con{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.situation-content .situation-tip .title-con .title{background:-webkit-linear-gradient(354deg,#0047a8,#1678ff 98%);background:linear-gradient(96deg,#0047a8,#1678ff 98%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:15px;font-weight:500}.situation-content .situation-tip .title-con .btn-con{font-size:13px;cursor:pointer}.situation-content .situation-tip .title-con .btn-con,.situation-content .situation-tip .title-con .btn-con .icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#1678ff}.situation-content .situation-tip .title-con .btn-con .icon{width:14px;height:14px;border-radius:50%;border:1px solid #1678ff;margin-left:4px;font-size:8px}.situation-content .situation-tip .tip{margin-top:8px;font-size:13px;line-height:20px;color:#5c7292}.situation-content .situation-inner{background:#fff;padding:10px}.keyPoint-container{height:100vh;width:100vw;position:fixed;z-index:999;left:0;top:0;background:#919191;overflow-y:scroll}.keyPoint-container #file_check_point{overflow:visible!important;overflow-clip-margin:unset!important}.keyPoint-container .tipDot-content{width:100%;position:absolute;top:0;left:0}.keyPoint-container .tipDot-content .tip-item{position:absolute;border-radius:2px;border:1px solid #15bc83;background:rgba(21,188,131,.1)}.keyPoint-container .tipDot-content .tip-item.active{background:rgba(247,98,93,.1);border:1px solid #f7625d}.keyPoint-container .tipDot-content .tip-item .num{width:20px;height:20px;border-radius:50%;font-size:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;margin-left:-20px;background:#15bc83}.keyPoint-container .tipDot-content .tip-item .num.active{background:#f7625d}.keyPoint-container .result-outter{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 24px;position:fixed;width:100%;bottom:65px;left:0}.keyPoint-container .result-outter .result-card{border-radius:10px;padding:16px;background:#fff;border:1px solid #ddd;-webkit-box-shadow:0 4px 10px 0 rgba(177,188,200,.25);box-shadow:0 4px 10px 0 rgba(177,188,200,.25)}.keyPoint-container .result-outter .result-card .result-title{color:#333;font-size:14px;margin-bottom:8px}.keyPoint-container .result-outter .result-card .result-info{font-size:14px;margin-bottom:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:5px;gap:5px}.keyPoint-container .bottom-btn{position:fixed;bottom:0;left:0;width:100%;padding:11px 0;-webkit-box-shadow:0 2px 16px 0 rgba(0,0,0,.1);box-shadow:0 2px 16px 0 rgba(0,0,0,.1);z-index:200}.keyPoint-container .bottom-btn,.keyPoint-container .bottom-btn .btn{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.keyPoint-container .bottom-btn .btn{margin:0 10px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;color:#323233;border:1px solid #ebedf0;border-radius:100px;padding:0 12px;font-size:14px;height:40px;position:relative;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.keyPoint-container .bottom-btn .btn-blue{color:#fff;border-width:0;background-image:-webkit-gradient(linear,left top,left bottom,from(#1678ff),to(#76adfa));background-image:-webkit-linear-gradient(#1678ff,#76adfa);background-image:linear-gradient(#1678ff,#76adfa)}.materialsList-content{margin-top:12px;overflow:hidden}.materialsList-content .materials-tip{border-radius:8px 8px 0 0;padding:16px;background:#e5f0ff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-repeat:no-repeat;background-position:97%}.materialsList-content .materials-tip .tip{font-size:14px;color:#222;margin-left:8px}.materialsList-content .materialList{background:#fff;border-radius:10px;padding:8px}.materialsList-content .materialList .material-item{margin-bottom:10px}.materialsList-content .materialList .material-item .materialName{font-size:14px;font-weight:500;color:#333;background:rgba(22,120,255,.05);padding:14px 8px;border-radius:4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:10px;gap:10px}.materialsList-content .materialList .material-item .materialName .innerName{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.materialsList-content .materialList .material-item .sub-material .sub-item{padding:12px;border-radius:8px;border-top:1px dashed #eee}.materialsList-content .materialList .material-item .sub-material .sub-item:first-child{border:none}.materialsList-content .materialList .material-item .sub-material .sub-item .sub-name{font-size:14px;color:#323232;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:10px;gap:10px}.materialsList-content .materialList .material-item .sub-material .sub-item .sub-name .innerName{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.materialsList-content .materialList .material-item .btn-con{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:12px;gap:12px;padding-top:12px}.materialsList-content .materialList .material-item .btn-con.btn-con2{border:none}.materialsList-content .materialList .material-item .btn-con .btn-item{font-size:12px;text-align:center;color:#1678ff;padding:0 12px;cursor:pointer;border-right:1px solid #ebebeb}.materialsList-content .materialList .material-item .btn-con .btn-item:last-child{border:none}.materialsList-content .material-list .title{text-align:center;padding:15px 0;font-weight:700;font-size:17px;position:relative}.materialsList-content .material-list .title:after{content:"";display:block;width:60px;height:6px;margin:4px auto 0;background:-webkit-gradient(linear,left top,right top,from(#76adfa),to(#1678ff));background:-webkit-linear-gradient(left,#76adfa,#1678ff);background:linear-gradient(90deg,#76adfa,#1678ff);border-radius:3px}.materialsList-content .material-list .list-con{max-height:200px;overflow-y:auto;padding:0 20px 15px}.materialsList-content .material-list .list-con .list-item{padding:10px 0;font-size:13px;border-bottom:1px solid #ddd;color:#5c5a5a;cursor:pointer}.materialsList-content .material-list .list-con .list-item:hover{color:#1678ff}.materialsList-content .type{width:20px;height:18px;border-radius:4px;font-size:12px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;padding-bottom:2px;cursor:pointer}.materialsList-content .type-zhi{background:#1678ff}.materialsList-content .type-zhi:after{content:"智"}.materialsList-content .type-zi{background:#9570f7}.materialsList-content .type-zi:after{content:"自"}.materialsList-content .type-xiang{background:#15bc83}.materialsList-content .type-xiang:after{content:"享"}.materials-content{margin-top:12px}.basicInfo-content .card{background:#fff;border-radius:10px;margin:16px 0;padding:0 15px}.basicInfo-content .card .item{width:100%;padding:16px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #eee;font-size:14px}.basicInfo-content .card .item:last-child{border:none}.basicInfo-content .card .item .left{color:#323232;font-weight:700}.basicInfo-content .card .item .right{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;color:#505050;text-align:right;margin-left:20px}.processImg-content{margin-top:12px}.processImg-content .card{background:#fff;border-radius:8px;margin-bottom:15px;padding:16px 14px;-webkit-box-sizing:border-box;box-sizing:border-box}.processImg-content .card .title{font-size:16px;font-weight:500;color:#333;margin-bottom:16px}.processImg-content .list-con .item{margin:10px 0}.processImg-content .list-con .item .title-con{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.processImg-content .list-con .item .title-con .num{background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff);color:#fff;font-size:13px;padding:0 7px;border-radius:2px;-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}.processImg-content .list-con .item .title-con .item-title{font-size:15px;font-weight:500;color:#333;margin-left:10px}.processImg-content .list-con .item .title-con .item-title:after{content:"";display:block;width:68px;height:8px;margin-top:-7px;background:-webkit-gradient(linear,left top,right top,from(#d9e9ff),color-stop(98%,#fff));background:-webkit-linear-gradient(left,#d9e9ff,#fff 98%);background:linear-gradient(90deg,#d9e9ff,#fff 98%)}.processImg-content .list-con .item .desc-con{border-left:1px dashed #1678ff;margin-left:14px;margin-top:10px;padding-left:22px}.processImg-content .list-con .item .desc-con .desc-info{background:#f5f9ff;padding:12px;font-size:13px;line-height:22px;color:#333;border-radius:8px}.processImg-content .list-con .item .desc-con .desc-info .video-con{width:100%;margin-top:10px}.processImg-content .list-con .item:last-child .desc-con{border:none}.processImg-content .empty-content{height:400px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.accept-content{background:#fff;border-radius:4px;width:100%;margin-top:10px;padding:16px 14px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:36px;font-size:14px;color:#222}.places-content .map-con{border-radius:8px;overflow:hidden}.places-content .list-con .item{padding:16px 0;border-bottom:1px solid #eee}.places-content .list-con .item:last-child{border:none}.places-content .list-con .item .name{font-size:16px;font-weight:500;color:#333}.places-content .list-con .item .info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-top:8px;font-size:14px;line-height:24px;color:#666}.places-content .list-con .item .info .icon-placeholder{margin-right:6px;margin-top:4px;width:16px;height:16px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.places-content .list-con .item .info .desc{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.places-content .empty-con .empty-text{margin-top:5px}.result-content{margin-top:12px}.result-content .card .title{font-size:15px}.result-content .card .desc{font-size:14px}.result-content .card .info-con{width:100%;height:270px;background-size:100% 100%}.result-content .card .info-con .info-title{height:45px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.result-content .card .info-con .info-title .title-item{font-size:16px;font-weight:500;color:#fff}.result-content .card .info-con .info-title .title-item:last-child{color:#6480a7;font-size:14px;margin-top:8px}.result-content .card .info-con .info-list{margin:35px 30px 0}.result-content .card .info-con .info-list .info-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:8px}.result-content .card .info-con .info-list .info-item .icon{width:26px;height:26px;background-size:100% 100%}.result-content .card .info-con .info-list .info-item .info{margin:0 10px;font-size:14px;color:#333;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.result-content .card .info-con .info-list .info-item .info .num{font-size:24px;font-weight:500;color:#1678ff;margin:0 5px}.result-content .card .info-con .info-list .info-item .downIcon{width:17px;height:17px;background-size:100% 100%}.guide-wrapper{background-color:#f7f7f7;min-height:100vh;overflow:hidden}.guide-wrapper .guide-loading{height:100vh;font-size:14px}.guide-wrapper .guide-empty,.guide-wrapper .guide-loading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#999}.guide-wrapper .guide-empty{height:50vh;font-size:16px}.guide-wrapper .topBg{-webkit-transform:scaleX(5.5);-ms-transform:scaleX(5.5);transform:scaleX(5.5);height:180px}.guide-wrapper .container{margin-top:-170px;padding:16px 14px 380px;position:relative;z-index:1}.guide-wrapper .bottom-btn,.guide-wrapper .container{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.guide-wrapper .bottom-btn{z-index:3;position:fixed;bottom:0;left:0;background-color:#fff;-webkit-box-shadow:0 2px 16px 0 rgba(0,0,0,.1);box-shadow:0 2px 16px 0 rgba(0,0,0,.1);padding:10px}.guide-wrapper .bottom-btn .top .agreement-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:12px}.guide-wrapper .bottom-btn .top .agreement-row .agreement-checkbox{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:6px;gap:6px;font-size:13px;color:#333;cursor:pointer}.guide-wrapper .bottom-btn .top .agreement-row .agreement-label-text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.guide-wrapper .bottom-btn .top .agreement-tip-slot{margin-top:4px;color:#1678ff;font-size:12px;padding-left:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.guide-wrapper .bottom-btn .top .agreement-tip-slot .agreement-item{margin:2px 0;cursor:pointer}.guide-wrapper .bottom-btn .top .agreement-tip-slot .agreement-item:hover{text-decoration:underline}.guide-wrapper .bottom-btn .bottom,.guide-wrapper .bottom-btn .bottom .left{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;grid-gap:10px;gap:10px}.guide-wrapper .bottom-btn .bottom,.guide-wrapper .bottom-btn .bottom .left,.guide-wrapper .bottom-btn .bottom .left .leftBtn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.guide-wrapper .bottom-btn .bottom .left .leftBtn{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:14px;color:#999;cursor:pointer}.guide-wrapper .bottom-btn .bottom .left .leftBtn .btn-icon{width:20px;height:20px;margin-bottom:2px}.guide-wrapper .bottom-btn .bottom .left .leftBtn .name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.guide-wrapper .bottom-btn .bottom .right{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:12px;gap:12px}.guide-wrapper .agree-detail{background:#fff;padding:15px;max-height:70vh;overflow-y:scroll;border-radius:10px;font-size:14px;line-height:22px;color:#333;text-indent:2em}.guide-wrapper .agree .agreement-sub-item{margin:4px 0 2px;color:#1678ff;font-size:12px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer}.guide-wrapper .agree .agreement-sub-item:hover{text-decoration:underline}.guide-wrapper .right-btn{color:#323233;background-color:#fff;border:1px solid #ebedf0;padding:0 12px;font-size:14px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border-radius:100px;height:40px;text-align:center;line-height:40px}.comment-content{background:#fff;min-height:100vh}.comment-content .page-loading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100vh}.comment-content .webView-content{height:90vh;width:100%}.comment-content .webView-content .btn-con{padding:0 12px;margin-top:-40px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.comment-content .webView-content .btn-con,.sign_file_main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.sign_file_main{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;padding:20px 0;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.sign_file_main .sign_btn{height:40px;border-radius:50px;opacity:1;width:90%;margin:0 auto;color:#fff;font-size:16px;font-weight:500;text-align:center;line-height:40px;background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff)}.sign_file_main .sign_file_item{border-radius:8px;opacity:1;background:#fff;padding:12px;width:100%}.sign_file_main .sign_file_item .file{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.sign_file_main .sign_file_item .file .file_img{width:80px;height:80px;border-radius:4px;border-radius:8px;position:relative;background:#fff;font-size:12px;color:#666}.sign_file_main .sign_file_item .file .file_img,.sign_file_main .sign_file_item .file .file_img .filed{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.sign_file_main .sign_file_item .file .file_img .small_img{height:80px}.sign_file_main .sign_file_item .file .file_img .add{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:1px dashed #bfdaff;border-radius:4px;width:100%;height:100%;color:#1678ff}.sign_file_main .sign_file_item .file .file_img .add .add_icon{width:14px;margin-left:-5px}.sign_file_main .sign_file_item .file .file_img .del{position:absolute;width:16px;height:16px;top:-6px;right:-6px;z-index:3}.sign_file_main .sign_file_item .file .file_img .error_msg{position:absolute;top:30px;right:22px}.sign_file_main .sign_file_item .file .file_img .mask{border-radius:8px;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(34,34,34,.49019607843137253);-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#fff;z-index:3}.sign_file_main .sign_file_item .file .file_img .mask,.sign_file_main .sign_file_item .file .file_img .mask .checked{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.sign_file_main .sign_file_item .file .file_img .mask .checked img{width:14px;height:14px;margin-right:3px}.sign_file_main .sign_file_item .file .blocks{margin-right:auto;margin-left:20px;height:80px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.sign_file_main .sign_file_item .file .blocks .status{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-gap:12px;gap:12px}.sign_file_main .sign_file_item .file .blocks .status .status_item{width:44px;height:20px;border-radius:4px;background:#efdebd;color:#c38a38;font-size:12px;text-align:center;line-height:20px}.sign_file_main .sign_file_item .file .blocks .btns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-gap:24px;gap:24px;font-size:14px;color:#1678ff}.sign_file_main .sign_file_item .file .blocks .btns .btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-gap:4px;gap:4px}.sign_file_main .sign_file_item .file .operation{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:4px 0;height:80px}.sign_file_main .sign_file_item .file .operation_pc{-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;height:80px;-webkit-box-align:end;-webkit-align-items:end;-ms-flex-align:end;align-items:end}.sign_file_main .sign_file_item .file .btn,.sign_file_main .sign_file_item .file .operation_pc{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal}.sign_file_main .sign_file_item .file .btn{-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end}.sign_file_main .sign_file_item .file .btn .img_btn{border-radius:4px;border:1px solid #1678ff;color:#1678ff}.sign_file_main .sign_file_item .file .btn .img_btn,.sign_file_main .sign_file_item .file .operation_btn{margin-left:8px;width:68px;height:26px;opacity:1;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:13px;line-height:26px;text-align:center;cursor:pointer}.sign_file_main .sign_file_item .file .operation_btn{border-radius:4px;background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff);color:#fff}.sign_file_main .sign_file_item .file_item_bottom{margin-top:12px;border-top:1px solid #eaeaea;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-top:12px}.sign_file_main .sign_file_item .file_item_bottom .line{width:1px;height:20px;background-color:#eaeaea}.sign_file_main .sign_file_item .file_item_bottom .icon_text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#1678ff}.sign_file_main .sign_file_item .file_item_bottom .icon_text img{width:16px;height:11px;margin-right:5px}.sign_file_main .sign_file_item .img_view{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.sign_file_main .sign_file_item .img_view .close{width:17px;height:17px;color:#fff;position:absolute;top:40px;right:20px}.sign_file_main .sign_file_item .img_view .view{width:100%;height:auto}.sign_file_main .sign_file_item .material_lib{width:100%;height:100%;position:fixed;top:0;left:0;z-index:88;background-color:rgba(0,0,0,.5)}.sign_file_main .sign_file_item .material_lib .material_lib_content{width:100%;position:absolute;bottom:0;left:0;background-color:#f5f5f5;border-radius:16px 16px 0 0}.sign_file_main .sign_file_item .material_lib .material_lib_content .material_lib_title{border-radius:16px 16px 0 0;background-color:#fff;font-size:16px;color:#333;line-height:54px;text-align:center}.sign_file_main .sign_file_item .material_lib .material_lib_content .tips{padding:12px;background:#fff6e8;font-size:14px;line-height:24px;color:#f29655;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.sign_file_main .sign_file_item .material_lib .material_lib_content .tips img{width:14px;height:14px;margin-right:8px;margin-top:5px}.sign_file_main .sign_file_item .material_lib .material_lib_content .list{padding:12px 12px 0;width:100%;background-color:#f5f5f5;max-height:300px;overflow:auto}.sign_file_main .sign_file_item .material_lib .material_lib_content .list .item{padding:16px 12px;border-radius:8px;background:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#333;font-size:14px;width:100%;margin-bottom:12px}.sign_file_main .sign_file_item .material_lib .material_lib_content .list .item .preview_icon{margin-left:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#1678ff}.sign_file_main .sign_file_item .material_lib .material_lib_content .list .item .preview_icon img{width:16px;margin-right:4px}.sign_file_main .sign_file_item .material_lib .material_lib_content .more{color:#1678ff;text-align:center;height:30px;line-height:30px;margin-bottom:70px;background-color:#f5f5f5}.sign_file_main .sign_file_item .material_lib .material_lib_content .bottom_btn{background-color:#fff;height:64px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;position:fixed;bottom:0;left:0;right:0}.sign_file_main .sign_file_item .material_lib .material_lib_content .bottom_btn .btn{width:169px;height:40px;border-radius:50px;font-size:16px;line-height:40px;text-align:center}.sign_file_main .sign_file_item .material_lib .material_lib_content .bottom_btn .cancel{background-color:#fff;border:1px solid #e7e7e7;color:#333}.sign_file_main .sign_file_item .material_lib .material_lib_content .bottom_btn .ok{background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff);color:#fff}.sign_file_main .sign_file_item .preview{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.5);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:99}.sign_file_main .sign_file_item .preview .close{position:absolute;top:20px;right:20px}.sign_file_main .sign_file_item .sealPage,.sign_file_main .sign_file_item .sign_page{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5)}.guideTabs-con{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom:1px solid #e8e8e8}.guideTabs-con .tab-item{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:14px 0;text-align:center;font-size:15px;color:#666;cursor:pointer;position:relative;-webkit-transition:all .2s;transition:all .2s}.guideTabs-con .tab-item:hover{color:#1678ff}.guideTabs-con .tab-item.active{color:#1678ff;font-weight:500}.guideTabs-con .tab-item.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#1678ff}.guideTitle-con{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.guideTitle-con .titleText{font-size:24px;font-weight:500;margin:0 10px}.guideTitle-con .titleImg{width:20px;height:21px}.situation-content{background:#fff}.situation-content .situation-tip{border:1px solid #c3dcff;border-radius:8px;margin-top:20px;background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#ecf4ff),to(#f7faff));background:-webkit-linear-gradient(top,#ecf4ff 1%,#f7faff);background:linear-gradient(180deg,#ecf4ff 1%,#f7faff)}.situation-content .situation-tip.isActive{border-radius:8px 8px 0 0;border-bottom:none}.situation-content .situation-tip .inner-tip{padding:24px;background-repeat:no-repeat;background-size:104px 70px;background-position:90% 100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.situation-content .situation-tip .inner-tip,.situation-content .situation-tip .inner-tip .title-con{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.situation-content .situation-tip .inner-tip .title-con{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;grid-gap:16px;gap:16px}.situation-content .situation-tip .inner-tip .title-con .title{background:-webkit-linear-gradient(354deg,#0047a8,#1678ff 98%);background:linear-gradient(96deg,#0047a8,#1678ff 98%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:16px;font-weight:500}.situation-content .situation-tip .inner-tip .title-con .tip{font-size:14px;color:#5c7292}.situation-content .situation-tip .inner-tip .btn-con{color:#1678ff;font-size:14px;cursor:pointer;grid-gap:6px;gap:6px}.situation-content .situation-tip .inner-tip .btn-con,.situation-content .situation-tip .inner-tip .btn-con .icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.situation-content .situation-tip .inner-tip .btn-con .icon{width:14px;height:14px;border-radius:50%;border:1px solid #1678ff;font-size:10px;line-height:1;padding:1px}.situation-content .situation-inner{background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#f7faff),to(#f7faff));background:-webkit-linear-gradient(top,#f7faff 1%,#f7faff);background:linear-gradient(180deg,#f7faff 1%,#f7faff);border-radius:0 0 8px 8px;border:1px solid #c3dcff;border-top:none;overflow-y:scroll;height:500px;padding:0 12px 12px}.materialsList-content{padding-top:20px}.materialsList-content .table-con{margin-top:20px;overflow-x:auto}.materialsList-content .material-table{width:100%;border-collapse:collapse;border:1px solid #e8e8e8;font-size:14px;color:#222}.materialsList-content .material-table thead th{background:#f7f8fa;padding:12px 16px;text-align:left;font-weight:500;color:#333;border-bottom:1px solid #e8e8e8;border-right:1px solid #e8e8e8;white-space:nowrap}.materialsList-content .material-table thead th:last-child{border-right:none}.materialsList-content .material-table tbody td{padding:12px 16px;border-bottom:1px solid #e8e8e8;border-right:1px solid #e8e8e8;vertical-align:middle}.materialsList-content .material-table tbody td:last-child{border-right:none}.materialsList-content .material-table .col-name{width:110px}.materialsList-content .material-table .col-need,.materialsList-content .material-table .col-type{width:100px;text-align:center}.materialsList-content .material-table .col-form,.materialsList-content .material-table .col-sample{width:120px;text-align:center}.materialsList-content .material-table .col-check{width:100px;text-align:center}.materialsList-content .material-table .center{text-align:center}.materialsList-content .material-table .data-row:nth-child(2n){background:#f7f8fa}.materialsList-content .material-table .data-row.sub-row td{padding-left:16px;background:#fafbfc}.materialsList-content .material-table .material-name-cell{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.materialsList-content .material-table .material-name-cell.sub-name .sub-indent{display:inline-block;width:20px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.materialsList-content .material-table .material-name-cell.sub-name .sub-indent:before{content:"└─";color:#ccc}.materialsList-content .material-table .type-btns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;grid-gap:4px;gap:4px}.materialsList-content .material-table .type-tag{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;width:20px;height:18px;border-radius:4px;font-size:12px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;cursor:pointer}.materialsList-content .material-table .type-tag-zhi{background:#1678ff}.materialsList-content .material-table .type-tag-zi{background:#9570f7}.materialsList-content .material-table .type-tag-xiang{background:#15bc83}.materialsList-content .material-table .link-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;grid-gap:4px;gap:4px}.materialsList-content .material-table .link{color:#1678ff;cursor:pointer;text-decoration:none}.materialsList-content .material-table .link:hover{text-decoration:underline}.materialsList-content .preview-dialog .preview-inner{height:800px;width:100%}.materialsList-content .preview-dialog .preview-inner .loading-con{text-align:center;padding:40px;color:#999}.basicInfo-content .inner{margin-top:20px}.basicInfo-content .info-table{width:100%;border-collapse:collapse;border:1px solid #e8e8e8;font-size:14px;color:#222}.basicInfo-content .info-table td{padding:12px 16px;border:1px solid #e8e8e8}.basicInfo-content .info-table .label{background:#f7f8fa;font-weight:500;color:#666;width:180px;white-space:nowrap}.basicInfo-content .info-table .value{color:#222}.processImg-content .sub-con{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-gap:0;gap:0;margin:20px 0;width:240px;border:1px solid #e8e8e8;border-radius:4px;overflow:hidden}.processImg-content .sub-con .sub-item{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:8px 0;text-align:center;font-size:14px;color:#666;cursor:pointer;-webkit-transition:all .2s;transition:all .2s}.processImg-content .sub-con .sub-item.active{background:#1678ff;color:#fff}.processImg-content .sub-con .sub-item:hover:not(.active){background:#f0f5ff}.processImg-content .card{width:100%;margin-bottom:20px}.processImg-content .card .list-con .item{margin:16px 0;background:#f5f6f8;padding:20px;border-radius:8px}.processImg-content .card .list-con .item .title-con{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.processImg-content .card .list-con .item .title-con .num{background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff);color:#fff;font-size:13px;padding:0 7px;border-radius:2px;-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}.processImg-content .card .list-con .item .title-con .item-title{font-size:16px;font-weight:500;color:#333;margin-left:10px}.processImg-content .card .list-con .item .title-con .item-title:after{content:"";display:block;width:68px;height:8px;margin-top:-7px;background:-webkit-gradient(linear,left top,right top,from(#d9e9ff),color-stop(98%,#fff));background:-webkit-linear-gradient(left,#d9e9ff,#fff 98%);background:linear-gradient(90deg,#d9e9ff,#fff 98%)}.processImg-content .card .list-con .item .desc-con{margin-top:10px}.processImg-content .card .list-con .item .desc-con .desc-info{font-size:14px;line-height:22px;color:#333;border-radius:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;grid-gap:50px;gap:50px}.processImg-content .card .list-con .item .desc-con .desc-info .desc{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.processImg-content .card .list-con .item .desc-con .desc-info .video-con{width:262px;height:146px}.processImg-content .imgView{cursor:pointer;margin:20px 0}.processImg-content .imgView img{width:100%}.processImg-content .empty-content{padding:60px 0;text-align:center}.processImg-content .empty-text{text-align:center;padding:40px;color:#999;font-size:14px}.accept-content .card-content{line-height:25px;font-size:14px;color:#222;margin-top:24px;background:#f9f9f9;padding:20px;border-radius:8px}.accept-content .empty-text{text-align:center;padding:40px;color:#999;font-size:14px}.places-content{background:#fff;border-radius:8px;padding:12px 12px 0;margin-top:12px}.places-content .inner-content{background:#f5f6f8;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;grid-gap:20px;gap:20px;border-radius:5px;margin-top:24px}.places-content .inner-content .map-con{-webkit-box-flex:.6;-webkit-flex:.6;-ms-flex:.6;flex:.6;border-radius:5px;overflow:hidden;min-height:300px}.places-content .inner-content .map-con .map-placeholder{width:100%;height:400px;background:#e8edf3;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.places-content .inner-content .map-con .map-placeholder .map-marker{width:32px;height:32px;background:#1678ff;border-radius:50% 50% 50% 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);position:relative}.places-content .inner-content .map-con .map-placeholder .map-marker:after{content:"";position:absolute;width:12px;height:12px;background:#fff;border-radius:50%;top:10px;left:10px}.places-content .inner-content .map-con .map-placeholder .map-coords{font-size:13px;color:#666}.places-content .inner-content .map-con .map-placeholder .map-hint{font-size:12px;color:#999}.places-content .inner-content .list-con{-webkit-box-flex:.4;-webkit-flex:.4;-ms-flex:.4;flex:.4;padding:0 20px}.places-content .inner-content .list-con .item{padding:16px 0;border-bottom:1px solid #eee;cursor:pointer}.places-content .inner-content .list-con .item:last-child{border:none}.places-content .inner-content .list-con .item:hover{background:#f0f5ff;margin:0 -20px;padding:16px 20px;border-radius:4px}.places-content .inner-content .list-con .item .name{font-size:16px;font-weight:500;color:#333;margin-bottom:12px}.places-content .inner-content .list-con .item .info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;font-size:14px;line-height:24px;margin-top:8px;color:#222}.places-content .inner-content .list-con .item .info .icon{margin-right:6px;margin-top:4px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.places-content .inner-content .list-con .item .info .icon-address:before{content:"📍"}.places-content .inner-content .list-con .item .info .icon-time:before{content:"🕐"}.places-content .inner-content .list-con .item .info .icon-phone:before{content:"📞"}.places-content .inner-content .list-con .item .info .desc{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.places-content .empty-con{background:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:50vh}.places-content .empty-con .empty-img{width:189px;height:120px;background-size:100% 100%;background-repeat:no-repeat;margin-bottom:12px}.places-content .empty-con .empty-text{font-size:14px;color:#8bb5ed}.result-content .card{background:#fff;border-radius:8px;padding:16px 0 0;margin-bottom:12px}.result-content .card .title{font-size:20px;font-weight:500;color:#333;margin:0 16px}.result-content .card .desc{font-size:16px;line-height:22px;color:#222;margin:8px 16px 12px}.result-content .card .bg-card{width:100%;height:242px;background-size:100% 100%;background-repeat:no-repeat}.result-content .card .bg-card .info-title{height:68px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.result-content .card .bg-card .info-title .title-item{font-size:20px;font-weight:500;color:#fff}.result-content .card .bg-card .info-title .title-item.past{color:#6480a7;margin-top:8px}.result-content .card .bg-card .info-list{margin:0 30px;height:150px}.result-content .card .bg-card .info-list,.result-content .card .bg-card .info-list .info-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.result-content .card .bg-card .info-list .info-item{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;grid-gap:16px;gap:16px}.result-content .card .bg-card .info-list .info-item .icon{width:60px;height:60px;background-size:100% 100%;background-repeat:no-repeat;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.result-content .card .bg-card .info-list .info-item .right .num{font-size:26px;font-weight:500;color:#1678ff;margin:0 5px}.result-content .card .bg-card .info-list .info-item .right .info-label{font-size:14px;color:#333;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:2px}.result-content .card .bg-card .info-list .info-item .right .info-label .down-icon{display:inline-block;width:17px;height:17px;background-size:100% 100%;background-repeat:no-repeat;margin-left:2px}.result-content .empty-text{text-align:center;padding:40px;color:#999;font-size:14px}.guidePc-wrapper{min-height:100vh;background:#fff;position:relative}.guidePc-wrapper .guide-empty{text-align:center;padding:100px 0;font-size:16px;color:#999}.guidePc-main{max-width:1200px;margin:0 auto;min-height:80vh}.stity{position:-webkit-sticky;position:sticky;top:0;z-index:9;background:#fff}.gap{height:24px}.guidePc-content .content-section{margin-top:24px}.guidePc-bottom{border-top:1px solid #e8e8e8;background:#fff;padding:16px 0}.guidePc-bottom .bottom-inner{max-width:1200px;margin:0 auto}.guidePc-bottom .agreement-row{grid-gap:8px;gap:8px;margin-bottom:16px;padding:0 16px}.guidePc-bottom .agreement-row,.guidePc-bottom .agreement-row .agreement-checkbox{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.guidePc-bottom .agreement-row .agreement-checkbox{grid-gap:6px;gap:6px;cursor:pointer;font-size:14px;color:#333}.guidePc-bottom .agreement-row .agreement-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer}.guidePc-bottom .agreement-row .agreement-item{color:#1678ff;cursor:pointer;font-size:14px;margin-left:4px}.guidePc-bottom .agreement-row .agreement-item:hover{text-decoration:underline}.guidePc-bottom .action-row{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 16px}.guidePc-bottom .action-row,.guidePc-bottom .action-row .left-actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.guidePc-bottom .action-row .left-actions{grid-gap:24px;gap:24px}.guidePc-bottom .action-row .left-actions .action-btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:6px;gap:6px;cursor:pointer;color:#666;font-size:14px;padding:6px 12px;border-radius:6px;-webkit-transition:all .2s;transition:all .2s}.guidePc-bottom .action-row .left-actions .action-btn:hover{background:#f0f5ff;color:#1678ff}.guidePc-bottom .action-row .left-actions .action-btn .btn-icon{width:18px;height:18px}.guidePc-bottom .action-row .right-actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-gap:12px;gap:12px}.guidePc-bottom .action-row .right-actions .prev-btn{border-color:#d9d9d9;color:#333}.guidePc-bottom .action-row .right-actions .next-btn{background:-webkit-gradient(linear,left top,right top,from(#1678ff),to(#76adfa));background:-webkit-linear-gradient(left,#1678ff,#76adfa);background:linear-gradient(90deg,#1678ff,#76adfa);border:none;color:#fff;font-weight:500}.go-up-btn{position:fixed;bottom:120px;right:40px;width:48px;height:48px;background:#1678ff;color:#fff;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:12px;cursor:pointer;-webkit-box-shadow:0 2px 8px rgba(22,120,255,.4);box-shadow:0 2px 8px rgba(22,120,255,.4);z-index:100;-webkit-transition:all .2s;transition:all .2s}.go-up-btn:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow:0 4px 12px rgba(22,120,255,.5);box-shadow:0 4px 12px rgba(22,120,255,.5)}.agree-detail{max-height:70vh;overflow-y:auto;padding:16px}.agree,.agree-detail{font-size:14px;line-height:1.6}.agree{color:#333}.agree .agreement-sub-item{color:#1678ff;cursor:pointer;margin-left:4px}.agree .agreement-sub-item:hover{text-decoration:underline}.bizpack-colorful-button{border:2px dashed #00f}
1
+ .check_loading{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.6);margin-top:0!important}.check_loading,.check_loading .loading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.check_loading .loading{width:320px;height:209px;border-radius:12px;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:16px;color:#333}.check_loading .loading img{width:182px;height:99px;margin-bottom:16px}.card_title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.card_title .block{width:3px;height:13px;border-radius:1.5px;opacity:1;background:-webkit-gradient(linear,left top,left bottom,from(#7bb2ff),to(#1678ff));background:-webkit-linear-gradient(top,#7bb2ff,#1678ff);background:linear-gradient(180deg,#7bb2ff,#1678ff)}.card_title .text{margin-left:8px;font-size:15px;font-weight:500;line-height:normal;letter-spacing:0;color:#222}.check_res{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:16px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:16px 0;margin-right:0!important;width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.check_res .name{font-size:14px;color:#333;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:5px}.check_res .res{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.check_res .res .icon{margin-right:8px}.check_res .prompt{width:100%;background:#f7f7f7;border-radius:6px;padding:8px 12px;font-size:12px;color:#666;margin-top:12px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.check_res .prompt .btn{border-radius:13px;opacity:1;font-size:13px;background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff);color:#fff;padding:6px 12px;width:19%;text-align:center}.tips{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:0}.tips .icon{width:16px;height:16px;margin-top:2px}.tips .text{font-size:14px;margin-left:8px}.file_item .file .file_img .small_img{width:24px;height:24px}.message{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:9999}.message,.message .content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.message .content{width:320px;border-radius:8px;background-color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.message .content .title{margin-top:12px;font-size:16px;width:90%;color:#333;margin-bottom:12px;font-weight:400}.message .content .text{font-size:14px;color:#666;margin:0 29px 17px;text-align:center}.message .content .btns{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;height:56px;grid-gap:20px;gap:20px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:12px}.message .content .btns .btn{font-size:12px;padding:0 12px;height:28px;line-height:28px;text-align:center;border-radius:3px}.message .content .btns .left_btn{color:#fff;background-color:#3e71f7}.message .content .btns .right_btn{border:1px solid #3e71f7;color:#3e71f7}.statstic{border-radius:4px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:72px}.statstic,.statstic .count{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.statstic .count{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;margin-bottom:9px}.statstic .count .num{font-size:24px;font-weight:500;line-height:22px;margin-right:1px}.statstic .count .unit{font-size:12px}.statstic .text{color:#c83e42;font-size:13px;font-weight:500}.materialCheckRes{width:100%;background:#f7f7f7;padding:10px;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.materialCheckRes,.materialCheckRes .file{border-radius:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.materialCheckRes .file{width:80px;height:85px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#fff;font-size:12px;color:#666;margin-right:12px}.materialCheckRes .file img{width:24px;height:24px;margin-bottom:7px}.materialCheckRes .btns{-ms-flex-align:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:5px;font-size:14px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.materialCheckRes .btns,.materialCheckRes .btns .res{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.materialCheckRes .btns .res{-ms-flex-align:center}.materialCheckRes .btns .detail{color:#1678ff}.materialCheckRes .btns img{width:16px;height:16px;margin-right:6px}.SuccessPrompt{width:100%;padding:16px 12px;border-radius:8px;background:#15bc83;color:#fff;font-size:12px;position:relative}.SuccessPrompt .img{width:69px;height:69px;position:absolute;right:12px;bottom:0}.SuccessPrompt .radio{margin-top:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-row-gap:2px;row-gap:2px}.SuccessPrompt .radio .text{margin-left:3px;margin-top:1px}.CheckDetail{border-radius:8px;border-width:1px;border-style:solid;padding:16px}.CheckDetail .title{font-size:14px;font-weight:500;line-height:24px;color:#333;margin-bottom:8px}.CheckDetail .text{font-size:14px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:17px}.CheckDetail .text img{margin-right:6px;margin-top:4px}.CheckDetail .btn{width:94px;height:26px;border-radius:4px;opacity:1;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #1678ff;margin-left:auto;color:#1678ff;font-size:13px;line-height:26px;text-align:center}.CheckDetail .bottom{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.CheckDetail .bottom .ignore{color:#333;font-size:12px}.CheckDetail .bottom .ignore span{color:#1678ff}.CheckDetail .mask{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.CheckDetail .mask .content{position:absolute;bottom:0;left:0;width:100%;background:#f5f5f5;border-radius:16px 16px 0 0}.CheckDetail .mask .content .head{border-radius:16px 16px 0 0;background-color:#fff;line-height:54px;text-align:center;font-size:16px;color:#333}.CheckDetail .mask .content .close{position:absolute;top:17px;right:16px}.CheckDetail .mask .content .list{margin:12px;border-radius:8px;opacity:1;background:#fff;padding:16px}.CheckDetail .mask .content .list .item{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px;font-size:14px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.CheckDetail .mask .content .list .item,.CheckDetail .mask .content .list .item .number{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.CheckDetail .mask .content .list .item .number{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #f7625d;border-radius:50%;width:20px;height:20px;color:#f7625d!important;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.CheckDetail .mask .content .list .item .key{color:#666}.CheckDetail .mask .content .list .item .value{color:#333}.CheckDetail .mask .content .list .item .source_item{width:100%;height:44px;border-radius:8px;opacity:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#f7f7f7;margin-top:12px;padding:12px}.CheckDetail .mask .content .bottom{margin-bottom:20px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:12px}.CheckDetail .mask .content .bottom .ignore{color:#1678ff}.pre_check_res_pc{background:#f5f6f8;padding:10px 12px}.pre_check_res_pc,.pre_check_res_pc .file_img{border-radius:4px;opacity:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pre_check_res_pc .file_img{width:52px;height:52px;background:#fff;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pre_check_res_pc .file_img img{width:18px;height:18px}.pre_check_res_pc .file_name{color:#222;font-size:12px;margin-left:12px}.pre_check_res_pc .view{margin-left:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#1678ff;grid-gap:4px;gap:4px}.pre_check_res_pc .res_icon{margin-left:auto;margin-top:-25px}.CheckDetailPc{padding:12px;width:100%}.CheckDetailPc .title{color:#222;font-size:14px}.CheckDetailPc .text{font-size:12px;margin-top:8px}.CheckDetailPc .btn{padding:4px 8px;height:25px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;color:#fff}.CheckDetailPc .btn,.CheckDetailPc .list{border-radius:4px;font-size:12px;margin-top:12px}.CheckDetailPc .list{padding:8px;color:#222;background-color:#fff;margin-bottom:8px}.CheckDetailPc .list .number{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #f7625d;border-radius:50%;width:20px;height:20px;color:#f7625d!important;text-align:center}.CheckDetailPc .list .item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:8px}.SceneTree{width:100%;font-size:14px}.SceneTree .title{color:#333;margin-bottom:16px}.SceneTree .title .required{color:#ff3d3d;font-size:14px;margin-right:2px;vertical-align:middle}.SceneTree .mutualExclusionPrompt{color:#ff6237;font-size:12px;margin-top:3px;width:100%}.SceneTree .title_pc{height:52px;padding:16px 20px;border-bottom:1px solid #e5e5e5;background:#f5f6f8}.SceneTree .title_pc .required{color:#ff3d3d;font-size:14px;margin-right:2px;vertical-align:middle}.SceneTree .options_pc{padding:20px;display:block}.qrcode{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.qrcode .text{width:100%;text-align:center;color:#666;font-size:14px}.qrcode .btn{color:#1678ff;margin-top:8px;font-size:14px}.ms-mobile-select{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:0;visibility:hidden;-webkit-transition:opacity .4s,z-index .4s;transition:opacity .4s,z-index .4s;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.ms-mobile-select *{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.ms-mobile-select .ms-gray-layer{position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.7);z-index:888;display:block}.ms-mobile-select .ms-content{width:100%;display:block;position:fixed;z-index:889;color:#000;-webkit-transition:all .4s;transition:all .4s;bottom:-350px;left:0;background:#fff}.ms-mobile-select .ms-fix-width{width:90%;margin:0 auto;position:relative}.ms-mobile-select .ms-fix-width:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ms-mobile-select .ms-btn-bar{border-bottom:1px solid #dcdcdc;font-size:15px;height:45px;position:relative;text-align:center;line-height:45px}.ms-mobile-select .ms-cancel,.ms-mobile-select .ms-ensure{height:45px;width:55px;cursor:pointer;position:absolute;top:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ms-mobile-select .ms-cancel{left:0;color:#666}.ms-mobile-select .ms-ensure{right:0;color:#1e83d3}.ms-mobile-select .ms-title{font-size:15px;padding:0 15%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ms-mobile-select .ms-panel:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ms-mobile-select .ms-wheels{width:100%;height:200px;overflow:hidden}.ms-mobile-select .ms-wheel{position:relative;z-index:0;float:left;width:50%;height:200px;overflow:hidden;-webkit-transition:width .3s ease;transition:width .3s ease}.ms-mobile-select .ms-select-container{display:block;text-align:center}.ms-mobile-select .ms-select-container li{font-size:15px;display:block;height:40px;line-height:40px;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ms-mobile-select .ms-select-line{height:40px;width:100%;position:absolute;top:80px;pointer-events:none;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc}.ms-mobile-select .ms-shadow-mask{position:absolute;top:0;width:100%;height:200px;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.9607843137254902)),color-stop(25%,hsla(0,0%,100%,.8)),color-stop(49%,hsla(0,0%,100%,0)),color-stop(51%,hsla(0,0%,100%,0)),color-stop(75%,hsla(0,0%,100%,.8)),to(hsla(0,0%,100%,.9607843137254902)));background:-webkit-linear-gradient(top,hsla(0,0%,100%,.9607843137254902),hsla(0,0%,100%,.8) 25%,hsla(0,0%,100%,0) 49%,hsla(0,0%,100%,0) 51%,hsla(0,0%,100%,.8) 75%,hsla(0,0%,100%,.9607843137254902));background:linear-gradient(180deg,hsla(0,0%,100%,.9607843137254902),hsla(0,0%,100%,.8) 25%,hsla(0,0%,100%,0) 49%,hsla(0,0%,100%,0) 51%,hsla(0,0%,100%,.8) 75%,hsla(0,0%,100%,.9607843137254902));opacity:.9;pointer-events:none}.ms-mobile-select.ms-show{opacity:1;z-index:10000;visibility:visible}.ms-mobile-select.ms-show .ms-content{bottom:0}.ms-default-trigger{min-height:1em;color:#888}body.ms-show{overflow-y:hidden}.print-button-wrapper{display:inline-block}.print-btn{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;grid-gap:8px;gap:8px;padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;-webkit-transition:all .3s ease;transition:all .3s ease}.print-btn:disabled{opacity:.6;cursor:not-allowed}.print-icon{width:16px;height:16px}.print-btn-primary{background-color:#1890ff;color:#fff}.print-btn-primary:hover:not(:disabled){background-color:#40a9ff}.print-btn-default{background-color:#fff;color:#333;border:1px solid #d9d9d9}.print-btn-default:hover:not(:disabled){border-color:#1890ff;color:#1890ff}.print-btn-text{background-color:transparent;color:#1890ff}.print-btn-text:hover:not(:disabled){background-color:rgba(24,144,255,.1)}@media print{.no-print{display:none!important}}.drag_drop{background:#f7f7f7}.drag_drop,.signer-info-mask{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9}.signer-info-mask{background:rgba(0,0,0,.2)}.qrcode{min-height:50%;border-radius:16px 16px 0 0;background:#f5f5f5;position:fixed;bottom:0;left:0;width:100%}.qrcode .qrcode-close{position:absolute;top:20px;right:20px}.qrcode .code-title{font-size:18px;font-weight:500;margin-top:24px;color:#333;margin-bottom:12px}.qrcode .tip{font-size:15px;color:#666;width:90%}.qrcode .copy-link{height:40px;border-radius:50px;text-align:center;line-height:40px;color:#1678ff;font-size:16px;font-weight:500;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #1678ff;width:90%;margin-top:40px}.signer-info{min-height:50%;max-height:80%;overflow:scroll;border-radius:16px 16px 0 0;background:#f5f5f5;position:fixed;bottom:0;left:0;width:100%}.signer-info .signer-info-title{border-radius:16px 16px 0 0;background:#fff;height:54px;font-size:16px;color:#333;text-align:center;line-height:54px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:-webkit-sticky;position:sticky;top:0;z-index:9}.signer-info .signer-info-title .close{margin-left:auto;position:absolute;right:16px}.signer-info .signer-info-content{padding:12px;margin-bottom:80px}.signer-info .signer-info-content .signer-info-item .signer-info-item-title{font-size:15px;color:#222;margin-bottom:12px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.signer-info .signer-info-content .signer-info-item .signer-info-item-title span{width:3px;height:13px;border-radius:1.5px;opacity:1;background:-webkit-gradient(linear,left top,left bottom,from(#7bb2ff),to(#1678ff));background:-webkit-linear-gradient(top,#7bb2ff,#1678ff);background:linear-gradient(180deg,#7bb2ff,#1678ff)}.signer-info .signer-info-content .signer-info-item .signer-info-item-content{border-radius:8px;padding:16px 12px;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid #fff}.signer-info .signer-info-content .signer-info-item .signer-info-item-box{padding-bottom:16px;padding-top:16px;border-bottom:1px solid #eee;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px}.signer-info .signer-info-content .signer-info-item .signer-info-item-box .signer-info-item-label{font-size:15px;font-weight:500;color:#333;width:22%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.signer-info .signer-info-content .signer-info-item .signer-info-item-box .signer-info-item-label span{font-size:15px;color:#f7625d}.signer-info .signer-info-content .signer-info-item .signer-info-item-box .signer-info-input{border:none!important}.signer-info .footer{grid-gap:12px;gap:12px;background:#fff;padding:12px;position:fixed;bottom:0;left:0;width:100%}.signer-info .footer,.signer-info .footer .add{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.signer-info .footer .add{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:14px;color:#999}.signer-info .footer .next{height:40px;border-radius:50px;opacity:1;font-size:15px;color:#fff;text-align:center;line-height:40px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff)}.file_item .preview{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.file_item .preview .close{z-index:1}.file_item .preview .view{overflow-y:auto;overflow-x:auto;height:90%;width:100%}.file_item .sealPage .seal_close,.file_item .sign_page .sign_close{position:absolute;top:3px;right:3px;width:30px;height:30px;background:rgba(51,51,51,.49019607843137253);border-radius:50%;padding:5px;z-index:999}.file_list .merge_btn{border:1px solid #1678ff;color:#1678ff;font-size:13px;border-radius:4px;padding:2px 3px;margin-left:5px}.file_list .file_level_one{background:#fff;border-radius:8px;padding:16px 12px;margin-bottom:12px}.file_list .file_level_one .tip{font-size:12px;color:#999;margin-top:8px}.file_list .file_level_one .required{color:red;margin-right:8px;margin-left:2px}.file_list .file_level_one .tag{border-radius:4px;padding:2px 4px;font-size:12px;color:#fff}.file_list .file_level_one .name_level_one{font-size:15px;font-weight:500;color:#333;margin-bottom:0}.file_list .file_level_one .file_level_one_title{padding-bottom:16px;border-bottom:1px solid #eee}.file_list .file_level_one .file_level_one_title,.file_list .file_level_one .file_level_one_title .title_info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_list .file_level_one .file_level_two{margin-top:16px}.file_list .file_level_one .file_level_two .file_level_two_item{margin-bottom:16px}.file_list .file_level_one .file_level_two .file_level_two_item .file_level_two_title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_list .file_level_one .file_level_two .name_level_two{font-size:14px;font-weight:500;color:#323232;margin-bottom:0}.submit_type{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;grid-gap:12px;gap:12px;position:relative}.submit_type .type{width:100%;position:relative;margin-top:-20px}.submit_type .type .bg{width:100%}.submit_type .type span{position:absolute;top:14%;right:11%;font-size:16px;font-weight:500;color:#fff}.submit_type .type .content{position:absolute;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;grid-gap:4px;gap:4px;top:0;left:0}.submit_type .type .type_img{width:121px;height:90px}.submit_type .type .type_name{font-size:16px;font-weight:500;color:#e88036}.submit_type .type .text{font-size:14px;color:#222;margin-top:8px}.file_item{border-radius:8px;opacity:1;background:#f7f7f7;padding:12px;width:100%}.file_item .file_name{font-size:14px;color:#333;margin-bottom:12px}.file_item .file{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_item .file .file_img{width:80px;height:80px;border-radius:4px;border-radius:8px;position:relative;background:#fff;font-size:12px;color:#666}.file_item .file .file_img,.file_item .file .file_img .filed{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.file_item .file .file_img .filed,.file_item .file .file_img .small_img{width:100%;height:100%;border-radius:4px}.file_item .file .file_img .add{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:1px dashed #bfdaff;border-radius:4px;width:100%;height:100%;color:#1678ff}.file_item .file .file_img .add .add_icon{width:14px;margin-left:-5px}.file_item .file .file_img .del{position:absolute;width:16px;height:16px;top:-6px;right:-6px;z-index:3}.file_item .file .file_img .error_msg{position:absolute;top:30px;right:22px}.file_item .file .file_img .mask{border-radius:8px;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(34,34,34,.49019607843137253);-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#fff;z-index:3}.file_item .file .file_img .mask,.file_item .file .file_img .mask .checked{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_item .file .file_img .mask .checked img{width:14px;height:14px;margin-right:3px}.file_item .file .blocks{margin-right:auto;margin-left:20px;height:80px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.file_item .file .blocks,.file_item .file .blocks .status{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.file_item .file .blocks .status{grid-gap:12px;gap:12px}.file_item .file .blocks .status .status_item{width:44px;height:20px;border-radius:4px;background:#efdebd;color:#c38a38;font-size:12px;text-align:center;line-height:20px}.file_item .file .blocks .btns{grid-gap:24px;gap:24px;font-size:14px;color:#1678ff}.file_item .file .blocks .btns,.file_item .file .blocks .btns .btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.file_item .file .blocks .btns .btn{grid-gap:4px;gap:4px}.file_item .file .operation{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:4px 0}.file_item .file .operation,.file_item .file .operation_pc{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:80px}.file_item .file .operation_pc{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:end;-webkit-align-items:end;-ms-flex-align:end;align-items:end}.file_item .file .btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end}.file_item .file .btn .img_btn{border-radius:4px;border:1px solid #1678ff;color:#1678ff}.file_item .file .btn .img_btn,.file_item .file .operation_btn{margin-left:8px;width:68px;height:26px;opacity:1;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:13px;line-height:26px;text-align:center;cursor:pointer}.file_item .file .operation_btn{border-radius:4px;background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff);color:#fff}.file_item .file_item_bottom{margin-top:12px;border-top:1px solid #eaeaea;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-top:12px}.file_item .file_item_bottom .line{width:1px;height:20px;background-color:#eaeaea}.file_item .file_item_bottom .icon_text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#1678ff}.file_item .file_item_bottom .icon_text img{width:16px;height:11px;margin-right:5px}.file_item .img_view{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_item .img_view .close{width:17px;height:17px;color:#fff;position:absolute;top:40px;right:20px}.file_item .img_view .view{width:100%;height:auto}.file_item .material_lib{width:100%;height:100%;position:fixed;top:0;left:0;z-index:88;background-color:rgba(0,0,0,.5)}.file_item .material_lib .material_lib_content{width:100%;position:absolute;bottom:0;left:0;background-color:#f5f5f5;border-radius:16px 16px 0 0}.file_item .material_lib .material_lib_content .material_lib_title{border-radius:16px 16px 0 0;background-color:#fff;font-size:16px;color:#333;line-height:54px;text-align:center}.file_item .material_lib .material_lib_content .tips{padding:12px;background:#fff6e8;font-size:14px;line-height:24px;color:#f29655;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.file_item .material_lib .material_lib_content .tips img{width:14px;height:14px;margin-right:8px;margin-top:5px}.file_item .material_lib .material_lib_content .list{padding:12px 12px 0;width:100%;background-color:#f5f5f5;max-height:300px;overflow:auto}.file_item .material_lib .material_lib_content .list .item{padding:16px 12px;border-radius:8px;background:#fff;color:#333;font-size:14px;width:100%;margin-bottom:12px}.file_item .material_lib .material_lib_content .list .item,.file_item .material_lib .material_lib_content .list .item .preview_icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_item .material_lib .material_lib_content .list .item .preview_icon{margin-left:auto;color:#1678ff}.file_item .material_lib .material_lib_content .list .item .preview_icon img{width:16px;margin-right:4px}.file_item .material_lib .material_lib_content .more{color:#1678ff;text-align:center;height:30px;line-height:30px;margin-bottom:70px;background-color:#f5f5f5}.file_item .material_lib .material_lib_content .bottom_btn{background-color:#fff;height:64px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;position:fixed;bottom:0;left:0;right:0}.file_item .material_lib .material_lib_content .bottom_btn .btn{width:169px;height:40px;border-radius:50px;font-size:16px;line-height:40px;text-align:center}.file_item .material_lib .material_lib_content .bottom_btn .cancel{background-color:#fff;border:1px solid #e7e7e7;color:#333}.file_item .material_lib .material_lib_content .bottom_btn .ok{background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff);color:#fff}.file_item .preview{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.5);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:99}.file_item .preview .close{position:absolute;top:20px;right:20px}.file_item .sealPage,.file_item .sign_page{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5)}.file_list_preview .file_level_one{background:#fff;border-radius:8px;padding:16px 12px;margin-bottom:12px}.file_list_preview .file_level_one .tip{font-size:12px;color:#999;margin-top:8px}.file_list_preview .file_level_one .required{color:red;margin-right:8px;margin-left:2px}.file_list_preview .file_level_one .tag{border-radius:4px;padding:0 4px;font-size:12px;color:#fff}.file_list_preview .file_level_one .name_level_one{font-size:15px;font-weight:500;color:#333;margin-bottom:0}.file_list_preview .file_level_one .file_level_one_title{padding-bottom:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_list_preview .file_level_one .file_level_two{margin-top:16px}.file_list_preview .file_level_one .file_level_two .file_level_two_item{margin-bottom:16px}.file_list_preview .file_level_one .file_level_two .file_level_two_item .file_level_two_title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_list_preview .file_level_one .file_level_two .name_level_two{font-size:14px;font-weight:500;color:#323232;margin-bottom:0}.drag_drop .tip{background:#fff6e8;padding:12px;color:#f29655;font-size:14px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-gap:8px;gap:8px}.drag_drop .text{color:#999;font-size:14px;margin:8px 12px}.drag_drop .dragable{padding:12px;border-radius:8px;background:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-gap:15px;gap:15px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 12px 12px}.drag_drop .dragable .img{width:50px}.drag_drop .dragable .info .name{font-size:14px;color:#333;margin-bottom:25px}.drag_drop .dragable .info .view{color:#1678ff;font-size:14px;grid-gap:4px;gap:4px}.drag_drop .dragable .info .view,.drag_drop .dragable .top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.drag_drop .dragable .top{margin-left:auto;width:30px;height:30px;border-radius:8px;opacity:1;background:#f7f7f7;font-size:20px;color:#666}.drag_drop .bottom_btn,.drag_drop .dragable .top{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.drag_drop .bottom_btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-gap:15px;gap:15px;position:fixed;bottom:0;width:100%;padding-bottom:20px}.drag_drop .bottom_btn .btn{text-align:center;line-height:40px}.drag_drop .bottom_btn .previous{width:45%;height:40px;border-radius:50px;opacity:1;background:#fff;color:#333;border:1px solid #e7e7e7;font-size:16px;font-weight:500}.drag_drop .bottom_btn .preview{width:45%;height:40px;border-radius:50px;opacity:1;color:#fff;font-size:16px;font-weight:500;background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff)}.drag_drop .view_pdf{z-index:9}.drag_drop .view_pdf,.drag_drop .viewImg{position:fixed;top:0;left:0;width:100%;height:100%}.drag_drop .viewImg{background-color:rgba(51,51,51,.41568627450980394)}.drag_drop .viewImg .close{position:absolute;right:20px;top:20px;font-size:30px;color:#fff}.drag_drop .viewImg .view{width:100%;margin-top:40%}.guide-tabs-content{overflow:hidden}.guide-tabs-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.guide-tabs-nav::-webkit-scrollbar{display:none}.guide-tab-item{position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:14px 10px;text-align:center;cursor:pointer;-webkit-transition:color .2s;transition:color .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:18px;color:#1678ff}.guide-tab-item.active{font-weight:500}.guide-tab-line{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.eventInfo-content{background:#fff;border-radius:10px;padding:15px 14px;margin-bottom:2px}.eventInfo-content .title{font-size:16px;line-height:21px;font-weight:500;color:#333}.eventInfo-content .info-con{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:12px 0 0}.eventInfo-content .info-con,.eventInfo-content .info-con .tags-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.eventInfo-content .info-con .tags-content{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;grid-gap:10px;gap:10px}.eventInfo-content .info-con .tags-content .tags{width:64px;height:26px;line-height:26px;border-radius:4px;font-size:12px;color:#1678ff;text-align:center}.eventInfo-content .info-con .tags-content .tags:first-child{background:#daf7ff;color:#369eb7}.eventInfo-content .info-con .tags-content .tags:nth-child(2){background:#ecf4ff;color:#1678ff}.eventInfo-content .info-content{-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-ms-flex-align:center;margin-top:13px;grid-gap:12px;gap:12px}.eventInfo-content .info-content,.eventInfo-content .info-content .info-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.eventInfo-content .info-content .info-item{background:#ecf4ff;border-radius:4px;text-align:center;height:84px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.eventInfo-content .info-content .info-item .info-num .num{font-size:24px;color:#1678ff;line-height:22px}.eventInfo-content .info-content .info-item .info-num .unit{font-size:12px;color:#666;margin-left:2px}.eventInfo-content .info-content .info-item .name{font-size:13px;color:#333;line-height:22px;margin-top:12px;font-weight:500}.situation-content{background:#fff!important}.situation-content .situation-tip{border:1px solid #fff;padding:16px;border-radius:8px 8px 0 0;background:-webkit-gradient(linear,left top,left bottom,from(#e1edff),to(#fff));background:-webkit-linear-gradient(top,#e1edff,#fff);background:linear-gradient(180deg,#e1edff,#fff)}.situation-content .situation-tip .title-con{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.situation-content .situation-tip .title-con .title{background:-webkit-linear-gradient(354deg,#0047a8,#1678ff 98%);background:linear-gradient(96deg,#0047a8,#1678ff 98%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:15px;font-weight:500}.situation-content .situation-tip .title-con .btn-con{font-size:13px;cursor:pointer}.situation-content .situation-tip .title-con .btn-con,.situation-content .situation-tip .title-con .btn-con .icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#1678ff}.situation-content .situation-tip .title-con .btn-con .icon{width:14px;height:14px;border-radius:50%;border:1px solid #1678ff;margin-left:4px;font-size:8px}.situation-content .situation-tip .tip{margin-top:8px;font-size:13px;line-height:20px;color:#5c7292}.situation-content .situation-inner{background:#fff;border-radius:0 0 8px 8px;border-top:none;overflow-y:scroll;height:500px;padding:10px}.keyPoint-container{height:100vh;width:100vw;position:fixed;z-index:999;left:0;top:0;background:#919191;overflow-y:scroll}.keyPoint-container #file_check_point{overflow:visible!important;overflow-clip-margin:unset!important}.keyPoint-container .tipDot-content{width:100%;position:absolute;top:0;left:0}.keyPoint-container .tipDot-content .tip-item{position:absolute;border-radius:2px;border:1px solid #15bc83;background:rgba(21,188,131,.1)}.keyPoint-container .tipDot-content .tip-item.active{background:rgba(247,98,93,.1);border:1px solid #f7625d}.keyPoint-container .tipDot-content .tip-item .num{width:20px;height:20px;border-radius:50%;font-size:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;margin-left:-20px;background:#15bc83}.keyPoint-container .tipDot-content .tip-item .num.active{background:#f7625d}.keyPoint-container .result-outter{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 24px;position:fixed;width:100%;bottom:65px;left:0}.keyPoint-container .result-outter .result-card{border-radius:10px;padding:16px;background:#fff;border:1px solid #ddd;-webkit-box-shadow:0 4px 10px 0 rgba(177,188,200,.25);box-shadow:0 4px 10px 0 rgba(177,188,200,.25)}.keyPoint-container .result-outter .result-card .result-title{color:#333;font-size:14px;margin-bottom:8px}.keyPoint-container .result-outter .result-card .result-info{font-size:14px;margin-bottom:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:5px;gap:5px}.keyPoint-container .bottom-btn{position:fixed;bottom:0;left:0;width:100%;padding:11px 0;-webkit-box-shadow:0 2px 16px 0 rgba(0,0,0,.1);box-shadow:0 2px 16px 0 rgba(0,0,0,.1);z-index:200}.keyPoint-container .bottom-btn,.keyPoint-container .bottom-btn .btn{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.keyPoint-container .bottom-btn .btn{margin:0 10px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;color:#323233;border:1px solid #ebedf0;border-radius:100px;padding:0 12px;font-size:14px;height:40px;position:relative;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.keyPoint-container .bottom-btn .btn-blue{color:#fff;border-width:0;background-image:-webkit-gradient(linear,left top,left bottom,from(#1678ff),to(#76adfa));background-image:-webkit-linear-gradient(#1678ff,#76adfa);background-image:linear-gradient(#1678ff,#76adfa)}.materialsList-content{margin-top:12px;overflow:hidden}.materialsList-content .materials-tip{border-radius:8px 8px 0 0;padding:16px;background:#e5f0ff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-repeat:no-repeat;background-position:97%}.materialsList-content .materials-tip .tip{font-size:14px;color:#222;margin-left:8px}.materialsList-content .materialList{background:#fff;border-radius:10px;padding:8px}.materialsList-content .materialList .material-item{margin-bottom:10px}.materialsList-content .materialList .material-item .materialName{font-size:14px;font-weight:500;color:#333;background:rgba(22,120,255,.05);padding:14px 8px;border-radius:4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:10px;gap:10px}.materialsList-content .materialList .material-item .materialName .innerName{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.materialsList-content .materialList .material-item .sub-material .sub-item{padding:12px;border-radius:8px;border-top:1px dashed #eee}.materialsList-content .materialList .material-item .sub-material .sub-item:first-child{border:none}.materialsList-content .materialList .material-item .sub-material .sub-item .sub-name{font-size:14px;color:#323232;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:10px;gap:10px}.materialsList-content .materialList .material-item .sub-material .sub-item .sub-name .innerName{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.materialsList-content .materialList .material-item .btn-con{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:12px;gap:12px;padding-top:12px}.materialsList-content .materialList .material-item .btn-con.btn-con2{border:none}.materialsList-content .materialList .material-item .btn-con .btn-item{font-size:12px;text-align:center;color:#1678ff;padding:0 12px;cursor:pointer;border-right:1px solid #ebebeb}.materialsList-content .materialList .material-item .btn-con .btn-item:last-child{border:none}.materialsList-content .material-list .title{text-align:center;padding:15px 0;font-weight:700;font-size:17px;position:relative}.materialsList-content .material-list .title:after{content:"";display:block;width:60px;height:6px;margin:4px auto 0;background:-webkit-gradient(linear,left top,right top,from(#76adfa),to(#1678ff));background:-webkit-linear-gradient(left,#76adfa,#1678ff);background:linear-gradient(90deg,#76adfa,#1678ff);border-radius:3px}.materialsList-content .material-list .list-con{max-height:200px;overflow-y:auto;padding:0 20px 15px}.materialsList-content .material-list .list-con .list-item{padding:10px 0;font-size:13px;border-bottom:1px solid #ddd;color:#5c5a5a;cursor:pointer}.materialsList-content .material-list .list-con .list-item:hover{color:#1678ff}.materialsList-content .type{width:20px;height:18px;border-radius:4px;font-size:12px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;padding-bottom:2px;cursor:pointer}.materialsList-content .type-zhi{background:#1678ff}.materialsList-content .type-zhi:after{content:"智"}.materialsList-content .type-zi{background:#9570f7}.materialsList-content .type-zi:after{content:"自"}.materialsList-content .type-xiang{background:#15bc83}.materialsList-content .type-xiang:after{content:"享"}.materials-content{margin-top:12px}.basicInfo-content .card{background:#fff;border-radius:10px;margin:16px 0;padding:0 15px}.basicInfo-content .card .item{width:100%;padding:16px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #eee;font-size:14px}.basicInfo-content .card .item:last-child{border:none}.basicInfo-content .card .item .left{color:#323232;font-weight:700}.basicInfo-content .card .item .right{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;color:#505050;text-align:right;margin-left:20px}.processImg-content{margin-top:12px}.processImg-content .card{background:#fff;border-radius:8px;width:100%;margin-bottom:15px;padding:16px 14px;-webkit-box-sizing:border-box;box-sizing:border-box}.processImg-content .card .title{font-size:16px;font-weight:500;color:#333;margin-bottom:16px}.processImg-content .list-con .item{margin:10px 0}.processImg-content .list-con .item .title-con{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.processImg-content .list-con .item .title-con .num{background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff);color:#fff;font-size:13px;padding:0 7px;border-radius:2px;-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}.processImg-content .list-con .item .title-con .item-title{font-size:15px;font-weight:500;color:#333;margin-left:10px}.processImg-content .list-con .item .title-con .item-title:after{content:"";display:block;width:68px;height:8px;margin-top:-7px;background:-webkit-gradient(linear,left top,right top,from(#d9e9ff),color-stop(98%,#fff));background:-webkit-linear-gradient(left,#d9e9ff,#fff 98%);background:linear-gradient(90deg,#d9e9ff,#fff 98%)}.processImg-content .list-con .item .desc-con{border-left:1px dashed #1678ff;margin-left:14px;margin-top:10px;padding-left:22px}.processImg-content .list-con .item .desc-con .desc-info{background:#f5f9ff;padding:12px;font-size:13px;line-height:22px;color:#333;border-radius:8px}.processImg-content .list-con .item .desc-con .desc-info .video-con{width:100%;margin-top:10px}.processImg-content .list-con .item:last-child .desc-con{border:none}.processImg-content .empty-content{height:400px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.accept-content{background:#fff;border-radius:4px;width:100%;margin-top:10px;padding:16px 14px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:36px;font-size:14px;color:#222}.places-content{background:#fff;border-radius:8px;padding:12px 12px 0;margin-top:12px}.places-content .map-con{border-radius:8px;overflow:hidden}.places-content .list-con .item{padding:16px 0;border-bottom:1px solid #eee}.places-content .list-con .item:last-child{border:none}.places-content .list-con .item .name{font-size:16px;font-weight:500;color:#333}.places-content .list-con .item .info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-top:8px;font-size:14px;line-height:24px;color:#666}.places-content .list-con .item .info .icon-placeholder{margin-right:6px;margin-top:4px;width:16px;height:16px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.places-content .list-con .item .info .desc{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.places-content .empty-con{background:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:50vh}.places-content .empty-con .empty-img{width:189px;height:120px;background-size:100% 100%}.places-content .empty-con .empty-text{font-size:14px;color:#8bb5ed;margin-top:5px}.result-content{margin-top:12px}.result-content .card{background:#fff;border-radius:8px;padding:16px 0 0;margin-bottom:12px}.result-content .card .title{font-size:15px;font-weight:500;color:#333;margin:0 16px}.result-content .card .desc{font-size:14px;line-height:22px;color:#222;margin:8px 16px 12px}.result-content .card .info-con{width:100%;height:270px;background-size:100% 100%}.result-content .card .info-con .info-title{height:45px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.result-content .card .info-con .info-title .title-item{font-size:16px;font-weight:500;color:#fff}.result-content .card .info-con .info-title .title-item:last-child{color:#6480a7;font-size:14px;margin-top:8px}.result-content .card .info-con .info-list{margin:35px 30px 0}.result-content .card .info-con .info-list .info-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:8px}.result-content .card .info-con .info-list .info-item .icon{width:26px;height:26px;background-size:100% 100%}.result-content .card .info-con .info-list .info-item .info{margin:0 10px;font-size:14px;color:#333;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.result-content .card .info-con .info-list .info-item .info .num{font-size:24px;font-weight:500;color:#1678ff;margin:0 5px}.result-content .card .info-con .info-list .info-item .downIcon{width:17px;height:17px;background-size:100% 100%}.guide-wrapper{background-color:#f7f7f7;min-height:100vh;overflow:hidden}.guide-wrapper .guide-loading{height:100vh;font-size:14px}.guide-wrapper .guide-empty,.guide-wrapper .guide-loading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#999}.guide-wrapper .guide-empty{height:50vh;font-size:16px}.guide-wrapper .topBg{-webkit-transform:scaleX(5.5);-ms-transform:scaleX(5.5);transform:scaleX(5.5);height:180px}.guide-wrapper .container{margin-top:-170px;padding:16px 14px 380px;position:relative;z-index:1}.guide-wrapper .bottom-btn,.guide-wrapper .container{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.guide-wrapper .bottom-btn{z-index:3;position:fixed;bottom:0;left:0;background-color:#fff;-webkit-box-shadow:0 2px 16px 0 rgba(0,0,0,.1);box-shadow:0 2px 16px 0 rgba(0,0,0,.1);padding:10px}.guide-wrapper .bottom-btn .top .agreement-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:12px}.guide-wrapper .bottom-btn .top .agreement-row .agreement-checkbox{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:6px;gap:6px;font-size:13px;color:#333;cursor:pointer}.guide-wrapper .bottom-btn .top .agreement-row .agreement-label-text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.guide-wrapper .bottom-btn .top .agreement-tip-slot{margin-top:4px;color:#1678ff;font-size:12px;padding-left:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.guide-wrapper .bottom-btn .top .agreement-tip-slot .agreement-item{margin:2px 0;cursor:pointer}.guide-wrapper .bottom-btn .top .agreement-tip-slot .agreement-item:hover{text-decoration:underline}.guide-wrapper .bottom-btn .bottom,.guide-wrapper .bottom-btn .bottom .left{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;grid-gap:10px;gap:10px}.guide-wrapper .bottom-btn .bottom,.guide-wrapper .bottom-btn .bottom .left,.guide-wrapper .bottom-btn .bottom .left .leftBtn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.guide-wrapper .bottom-btn .bottom .left .leftBtn{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:14px;color:#999;cursor:pointer}.guide-wrapper .bottom-btn .bottom .left .leftBtn .btn-icon{width:20px;height:20px;margin-bottom:2px}.guide-wrapper .bottom-btn .bottom .left .leftBtn .name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.guide-wrapper .bottom-btn .bottom .right{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:12px;gap:12px}.guide-wrapper .agree-detail{background:#fff;padding:15px;max-height:70vh;overflow-y:scroll;border-radius:10px;font-size:14px;line-height:22px;color:#333;text-indent:2em}.guide-wrapper .agree .agreement-sub-item{margin:4px 0 2px;color:#1678ff;font-size:12px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer}.guide-wrapper .agree .agreement-sub-item:hover{text-decoration:underline}.guide-wrapper .right-btn{color:#323233;background-color:#fff;border:1px solid #ebedf0;padding:0 12px;font-size:14px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border-radius:100px;height:40px;text-align:center;line-height:40px}.comment-content{background:#fff;min-height:100vh}.comment-content .page-loading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100vh}.comment-content .webView-content{height:90vh;width:100%}.comment-content .webView-content .btn-con{padding:0 12px;margin-top:-40px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.comment-content .webView-content .btn-con,.sign_file_main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.sign_file_main{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;padding:20px 0;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.sign_file_main .sign_btn{height:40px;border-radius:50px;opacity:1;width:90%;margin:0 auto;color:#fff;font-size:16px;font-weight:500;text-align:center;line-height:40px;background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff)}.sign_file_main .sign_file_item{border-radius:8px;opacity:1;background:#fff;padding:12px;width:100%}.sign_file_main .sign_file_item .file{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.sign_file_main .sign_file_item .file .file_img{width:80px;height:80px;border-radius:4px;border-radius:8px;position:relative;background:#fff;font-size:12px;color:#666}.sign_file_main .sign_file_item .file .file_img,.sign_file_main .sign_file_item .file .file_img .filed{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.sign_file_main .sign_file_item .file .file_img .small_img{height:80px}.sign_file_main .sign_file_item .file .file_img .add{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:1px dashed #bfdaff;border-radius:4px;width:100%;height:100%;color:#1678ff}.sign_file_main .sign_file_item .file .file_img .add .add_icon{width:14px;margin-left:-5px}.sign_file_main .sign_file_item .file .file_img .del{position:absolute;width:16px;height:16px;top:-6px;right:-6px;z-index:3}.sign_file_main .sign_file_item .file .file_img .error_msg{position:absolute;top:30px;right:22px}.sign_file_main .sign_file_item .file .file_img .mask{border-radius:8px;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(34,34,34,.49019607843137253);-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#fff;z-index:3}.sign_file_main .sign_file_item .file .file_img .mask,.sign_file_main .sign_file_item .file .file_img .mask .checked{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.sign_file_main .sign_file_item .file .file_img .mask .checked img{width:14px;height:14px;margin-right:3px}.sign_file_main .sign_file_item .file .blocks{margin-right:auto;margin-left:20px;height:80px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.sign_file_main .sign_file_item .file .blocks .status{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-gap:12px;gap:12px}.sign_file_main .sign_file_item .file .blocks .status .status_item{width:44px;height:20px;border-radius:4px;background:#efdebd;color:#c38a38;font-size:12px;text-align:center;line-height:20px}.sign_file_main .sign_file_item .file .blocks .btns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-gap:24px;gap:24px;font-size:14px;color:#1678ff}.sign_file_main .sign_file_item .file .blocks .btns .btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-gap:4px;gap:4px}.sign_file_main .sign_file_item .file .operation{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:4px 0;height:80px}.sign_file_main .sign_file_item .file .operation_pc{-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;height:80px;-webkit-box-align:end;-webkit-align-items:end;-ms-flex-align:end;align-items:end}.sign_file_main .sign_file_item .file .btn,.sign_file_main .sign_file_item .file .operation_pc{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal}.sign_file_main .sign_file_item .file .btn{-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end}.sign_file_main .sign_file_item .file .btn .img_btn{border-radius:4px;border:1px solid #1678ff;color:#1678ff}.sign_file_main .sign_file_item .file .btn .img_btn,.sign_file_main .sign_file_item .file .operation_btn{margin-left:8px;width:68px;height:26px;opacity:1;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:13px;line-height:26px;text-align:center;cursor:pointer}.sign_file_main .sign_file_item .file .operation_btn{border-radius:4px;background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff);color:#fff}.sign_file_main .sign_file_item .file_item_bottom{margin-top:12px;border-top:1px solid #eaeaea;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-top:12px}.sign_file_main .sign_file_item .file_item_bottom .line{width:1px;height:20px;background-color:#eaeaea}.sign_file_main .sign_file_item .file_item_bottom .icon_text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#1678ff}.sign_file_main .sign_file_item .file_item_bottom .icon_text img{width:16px;height:11px;margin-right:5px}.sign_file_main .sign_file_item .img_view{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.sign_file_main .sign_file_item .img_view .close{width:17px;height:17px;color:#fff;position:absolute;top:40px;right:20px}.sign_file_main .sign_file_item .img_view .view{width:100%;height:auto}.sign_file_main .sign_file_item .material_lib{width:100%;height:100%;position:fixed;top:0;left:0;z-index:88;background-color:rgba(0,0,0,.5)}.sign_file_main .sign_file_item .material_lib .material_lib_content{width:100%;position:absolute;bottom:0;left:0;background-color:#f5f5f5;border-radius:16px 16px 0 0}.sign_file_main .sign_file_item .material_lib .material_lib_content .material_lib_title{border-radius:16px 16px 0 0;background-color:#fff;font-size:16px;color:#333;line-height:54px;text-align:center}.sign_file_main .sign_file_item .material_lib .material_lib_content .tips{padding:12px;background:#fff6e8;font-size:14px;line-height:24px;color:#f29655;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.sign_file_main .sign_file_item .material_lib .material_lib_content .tips img{width:14px;height:14px;margin-right:8px;margin-top:5px}.sign_file_main .sign_file_item .material_lib .material_lib_content .list{padding:12px 12px 0;width:100%;background-color:#f5f5f5;max-height:300px;overflow:auto}.sign_file_main .sign_file_item .material_lib .material_lib_content .list .item{padding:16px 12px;border-radius:8px;background:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#333;font-size:14px;width:100%;margin-bottom:12px}.sign_file_main .sign_file_item .material_lib .material_lib_content .list .item .preview_icon{margin-left:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#1678ff}.sign_file_main .sign_file_item .material_lib .material_lib_content .list .item .preview_icon img{width:16px;margin-right:4px}.sign_file_main .sign_file_item .material_lib .material_lib_content .more{color:#1678ff;text-align:center;height:30px;line-height:30px;margin-bottom:70px;background-color:#f5f5f5}.sign_file_main .sign_file_item .material_lib .material_lib_content .bottom_btn{background-color:#fff;height:64px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;position:fixed;bottom:0;left:0;right:0}.sign_file_main .sign_file_item .material_lib .material_lib_content .bottom_btn .btn{width:169px;height:40px;border-radius:50px;font-size:16px;line-height:40px;text-align:center}.sign_file_main .sign_file_item .material_lib .material_lib_content .bottom_btn .cancel{background-color:#fff;border:1px solid #e7e7e7;color:#333}.sign_file_main .sign_file_item .material_lib .material_lib_content .bottom_btn .ok{background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff);color:#fff}.sign_file_main .sign_file_item .preview{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.5);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:99}.sign_file_main .sign_file_item .preview .close{position:absolute;top:20px;right:20px}.sign_file_main .sign_file_item .sealPage,.sign_file_main .sign_file_item .sign_page{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5)}.pc-guideTabs-con{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom:1px solid #e8e8e8}.pc-guideTabs-con .pc-tab-item{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:14px 0;text-align:center;font-size:15px;color:#666;cursor:pointer;position:relative;-webkit-transition:all .2s;transition:all .2s}.pc-guideTabs-con .pc-tab-item:hover{color:#1678ff}.pc-guideTabs-con .pc-tab-item.active{color:#1678ff;font-weight:500;background:#e2efff}.pc-guideTabs-con .pc-tab-item.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#1678ff}.pc-guideTitle-con{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pc-guideTitle-con .pc-titleText{font-size:24px;font-weight:500;margin:0 10px}.pc-guideTitle-con .pc-titleImg{width:20px;height:21px}.pc-situation-content{background:#fff}.pc-situation-content .pc-situation-tip{border:1px solid #c3dcff;border-radius:8px;margin-top:20px;background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#ecf4ff),to(#f7faff));background:-webkit-linear-gradient(top,#ecf4ff 1%,#f7faff);background:linear-gradient(180deg,#ecf4ff 1%,#f7faff)}.pc-situation-content .pc-situation-tip.isActive{border-radius:8px 8px 0 0;border-bottom:none}.pc-situation-content .pc-situation-tip .pc-inner-tip{padding:24px;background-repeat:no-repeat;background-size:104px 70px;background-position:90% 100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.pc-situation-content .pc-situation-tip .pc-inner-tip,.pc-situation-content .pc-situation-tip .pc-inner-tip .pc-title-con{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pc-situation-content .pc-situation-tip .pc-inner-tip .pc-title-con{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;grid-gap:16px;gap:16px}.pc-situation-content .pc-situation-tip .pc-inner-tip .pc-title-con .pc-title{background:-webkit-linear-gradient(354deg,#0047a8,#1678ff 98%);background:linear-gradient(96deg,#0047a8,#1678ff 98%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:16px;font-weight:500}.pc-situation-content .pc-situation-tip .pc-inner-tip .pc-title-con .pc-tip{font-size:14px;color:#5c7292}.pc-situation-content .pc-situation-tip .pc-inner-tip .pc-btn-con{color:#1678ff;font-size:14px;cursor:pointer;grid-gap:6px;gap:6px}.pc-situation-content .pc-situation-tip .pc-inner-tip .pc-btn-con,.pc-situation-content .pc-situation-tip .pc-inner-tip .pc-btn-con .pc-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pc-situation-content .pc-situation-tip .pc-inner-tip .pc-btn-con .pc-icon{width:14px;height:14px;border-radius:50%;border:1px solid #1678ff;font-size:10px;line-height:1;padding:1px}.pc-situation-content .pc-situation-inner{background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#f7faff),to(#f7faff));background:-webkit-linear-gradient(top,#f7faff 1%,#f7faff);background:linear-gradient(180deg,#f7faff 1%,#f7faff);border-radius:0 0 8px 8px;border:1px solid #c3dcff;border-top:none;overflow-y:scroll;height:500px;padding:0 12px 12px}.pc-materialsList-content{padding-top:20px}.pc-materialsList-content .pc-table-con{margin-top:20px;overflow-x:auto}.pc-materialsList-content .pc-material-table{width:100%;border-collapse:collapse;border:1px solid #e8e8e8;font-size:14px;color:#222}.pc-materialsList-content .pc-material-table thead th{background:#f7f8fa;padding:12px 16px;text-align:left;font-weight:500;color:#333;border-bottom:1px solid #e8e8e8;border-right:1px solid #e8e8e8;white-space:nowrap}.pc-materialsList-content .pc-material-table thead th:last-child{border-right:none}.pc-materialsList-content .pc-material-table tbody td{padding:12px 16px;border-bottom:1px solid #e8e8e8;border-right:1px solid #e8e8e8;vertical-align:middle}.pc-materialsList-content .pc-material-table tbody td:last-child{border-right:none}.pc-materialsList-content .pc-material-table .pc-col-name{width:110px}.pc-materialsList-content .pc-material-table .pc-col-need,.pc-materialsList-content .pc-material-table .pc-col-type{width:100px;text-align:center}.pc-materialsList-content .pc-material-table .pc-col-form,.pc-materialsList-content .pc-material-table .pc-col-sample{width:120px;text-align:center}.pc-materialsList-content .pc-material-table .pc-col-check{width:100px;text-align:center}.pc-materialsList-content .pc-material-table .pc-center{text-align:center}.pc-materialsList-content .pc-material-table .pc-data-row:nth-child(2n){background:#f7f8fa}.pc-materialsList-content .pc-material-table .pc-data-row.pc-sub-row td{padding-left:16px;background:#fafbfc}.pc-materialsList-content .pc-material-table .pc-material-name-cell{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.pc-materialsList-content .pc-material-table .pc-material-name-cell.pc-sub-name .pc-sub-indent{display:inline-block;width:20px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.pc-materialsList-content .pc-material-table .pc-material-name-cell.pc-sub-name .pc-sub-indent:before{content:"└─";color:#ccc}.pc-materialsList-content .pc-material-table .pc-type-btns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;grid-gap:4px;gap:4px}.pc-materialsList-content .pc-material-table .pc-type-tag{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;width:20px;height:18px;border-radius:4px;font-size:12px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;cursor:pointer}.pc-materialsList-content .pc-material-table .pc-type-tag-zhi{background:#1678ff}.pc-materialsList-content .pc-material-table .pc-type-tag-zi{background:#9570f7}.pc-materialsList-content .pc-material-table .pc-type-tag-xiang{background:#15bc83}.pc-materialsList-content .pc-material-table .pc-link-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;grid-gap:4px;gap:4px}.pc-materialsList-content .pc-material-table .pc-link{color:#1678ff;cursor:pointer;text-decoration:none}.pc-materialsList-content .pc-material-table .pc-link:hover{text-decoration:underline}.pc-materialsList-content .pc-preview-dialog .pc-preview-inner{height:800px;width:100%}.pc-materialsList-content .pc-preview-dialog .pc-preview-inner .pc-loading-con{text-align:center;padding:40px;color:#999}.pc-basicInfo-content .pc-inner{margin-top:20px}.pc-basicInfo-content .pc-info-table{width:100%;border-collapse:collapse;border:1px solid #e8e8e8;font-size:14px;color:#222}.pc-basicInfo-content .pc-info-table td{padding:12px 16px;border:1px solid #e8e8e8}.pc-basicInfo-content .pc-info-table .pc-label{background:#f7f8fa;font-weight:500;color:#666;width:180px;white-space:nowrap}.pc-basicInfo-content .pc-info-table .pc-value{color:#222}.pc-processImg-content .pc-sub-con{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-gap:0;gap:0;margin:20px 0;width:240px;border:1px solid #e8e8e8;border-radius:4px;overflow:hidden}.pc-processImg-content .pc-sub-con .pc-sub-item{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:8px 0;text-align:center;font-size:14px;color:#666;cursor:pointer;-webkit-transition:all .2s;transition:all .2s}.pc-processImg-content .pc-sub-con .pc-sub-item.active{background:#1678ff;color:#fff}.pc-processImg-content .pc-sub-con .pc-sub-item:hover:not(.active){background:#f0f5ff}.pc-processImg-content .pc-card{width:100%;margin-bottom:20px}.pc-processImg-content .pc-card .pc-list-con .pc-item{margin:16px 0;background:#f5f6f8;padding:20px;border-radius:8px}.pc-processImg-content .pc-card .pc-list-con .pc-item .pc-title-con{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pc-processImg-content .pc-card .pc-list-con .pc-item .pc-title-con .pc-num{background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff);color:#fff;font-size:13px;padding:0 7px;border-radius:2px;-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}.pc-processImg-content .pc-card .pc-list-con .pc-item .pc-title-con .pc-item-title{font-size:16px;font-weight:500;color:#333;margin-left:10px}.pc-processImg-content .pc-card .pc-list-con .pc-item .pc-title-con .pc-item-title:after{content:"";display:block;width:68px;height:8px;margin-top:-7px;background:-webkit-gradient(linear,left top,right top,from(#d9e9ff),color-stop(98%,#fff));background:-webkit-linear-gradient(left,#d9e9ff,#fff 98%);background:linear-gradient(90deg,#d9e9ff,#fff 98%)}.pc-processImg-content .pc-card .pc-list-con .pc-item .pc-desc-con{margin-top:10px}.pc-processImg-content .pc-card .pc-list-con .pc-item .pc-desc-con .pc-desc-info{font-size:14px;line-height:22px;color:#333;border-radius:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;grid-gap:50px;gap:50px}.pc-processImg-content .pc-card .pc-list-con .pc-item .pc-desc-con .pc-desc-info .pc-desc{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.pc-processImg-content .pc-card .pc-list-con .pc-item .pc-desc-con .pc-desc-info .pc-video-con{width:262px;height:146px}.pc-processImg-content .pc-imgView{cursor:pointer;margin:20px 0}.pc-processImg-content .pc-imgView img{width:100%}.pc-processImg-content .pc-empty-content{padding:60px 0;text-align:center}.pc-processImg-content .pc-empty-text{text-align:center;padding:40px;color:#999;font-size:14px}.pc-accept-content .pc-card-content{line-height:25px;font-size:14px;color:#222;margin-top:24px;background:#f9f9f9;padding:20px;border-radius:8px}.pc-accept-content .pc-empty-text{text-align:center;padding:40px;color:#999;font-size:14px}.pc-places-content{background:#fff;border-radius:8px;padding:12px 12px 0;margin-top:12px}.pc-places-content .pc-inner-content{background:#f5f6f8;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;grid-gap:20px;gap:20px;border-radius:5px;margin-top:24px}.pc-places-content .pc-inner-content .pc-map-con{-webkit-box-flex:.6;-webkit-flex:.6;-ms-flex:.6;flex:.6;border-radius:5px;overflow:hidden;min-height:300px}.pc-places-content .pc-inner-content .pc-map-con .pc-map-placeholder{width:100%;height:400px;background:#e8edf3;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.pc-places-content .pc-inner-content .pc-map-con .pc-map-placeholder .pc-map-marker{width:32px;height:32px;background:#1678ff;border-radius:50% 50% 50% 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);position:relative}.pc-places-content .pc-inner-content .pc-map-con .pc-map-placeholder .pc-map-marker:after{content:"";position:absolute;width:12px;height:12px;background:#fff;border-radius:50%;top:10px;left:10px}.pc-places-content .pc-inner-content .pc-map-con .pc-map-placeholder .pc-map-coords{font-size:13px;color:#666}.pc-places-content .pc-inner-content .pc-map-con .pc-map-placeholder .pc-map-hint{font-size:12px;color:#999}.pc-places-content .pc-inner-content .pc-list-con{-webkit-box-flex:.4;-webkit-flex:.4;-ms-flex:.4;flex:.4;padding:0 20px}.pc-places-content .pc-inner-content .pc-list-con .pc-item{padding:16px 0;border-bottom:1px solid #eee;cursor:pointer}.pc-places-content .pc-inner-content .pc-list-con .pc-item:last-child{border:none}.pc-places-content .pc-inner-content .pc-list-con .pc-item:hover{background:#f0f5ff;margin:0 -20px;padding:16px 20px;border-radius:4px}.pc-places-content .pc-inner-content .pc-list-con .pc-item .pc-name{font-size:16px;font-weight:500;color:#333;margin-bottom:12px}.pc-places-content .pc-inner-content .pc-list-con .pc-item .pc-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;font-size:14px;line-height:24px;margin-top:8px;color:#222}.pc-places-content .pc-inner-content .pc-list-con .pc-item .pc-info .pc-icon{margin-right:6px;margin-top:4px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.pc-places-content .pc-inner-content .pc-list-con .pc-item .pc-info .pc-icon-address:before{content:"📍"}.pc-places-content .pc-inner-content .pc-list-con .pc-item .pc-info .pc-icon-time:before{content:"🕐"}.pc-places-content .pc-inner-content .pc-list-con .pc-item .pc-info .pc-icon-phone:before{content:"📞"}.pc-places-content .pc-inner-content .pc-list-con .pc-item .pc-info .pc-desc{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.pc-places-content .pc-empty-con{background:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:50vh}.pc-places-content .pc-empty-con .pc-empty-img{width:189px;height:120px;background-size:100% 100%;background-repeat:no-repeat;margin-bottom:12px}.pc-places-content .pc-empty-con .pc-empty-text{font-size:14px;color:#8bb5ed}.pc-result-content .pc-card{background:#fff;border-radius:8px;padding:16px 0 0;margin-bottom:12px}.pc-result-content .pc-card .pc-title{font-size:20px;font-weight:500;color:#333;margin:0 16px}.pc-result-content .pc-card .pc-desc{font-size:16px;line-height:22px;color:#222;margin:8px 16px 12px}.pc-result-content .pc-card .pc-bg-card{width:100%;height:242px;background-size:100% 100%;background-repeat:no-repeat}.pc-result-content .pc-card .pc-bg-card .pc-info-title{height:68px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pc-result-content .pc-card .pc-bg-card .pc-info-title .pc-title-item{font-size:20px;font-weight:500;color:#fff}.pc-result-content .pc-card .pc-bg-card .pc-info-title .pc-title-item.past{color:#6480a7;margin-top:8px}.pc-result-content .pc-card .pc-bg-card .pc-info-list{margin:0 30px;height:150px}.pc-result-content .pc-card .pc-bg-card .pc-info-list,.pc-result-content .pc-card .pc-bg-card .pc-info-list .pc-info-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pc-result-content .pc-card .pc-bg-card .pc-info-list .pc-info-item{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;grid-gap:16px;gap:16px}.pc-result-content .pc-card .pc-bg-card .pc-info-list .pc-info-item .pc-icon{width:60px;height:60px;background-size:100% 100%;background-repeat:no-repeat;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.pc-result-content .pc-card .pc-bg-card .pc-info-list .pc-info-item .pc-right .pc-num{font-size:26px;font-weight:500;color:#1678ff;margin:0 5px}.pc-result-content .pc-card .pc-bg-card .pc-info-list .pc-info-item .pc-right .pc-info-label{font-size:14px;color:#333;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:2px}.pc-result-content .pc-card .pc-bg-card .pc-info-list .pc-info-item .pc-right .pc-info-label .pc-down-icon{display:inline-block;width:17px;height:17px;background-size:100% 100%;background-repeat:no-repeat;margin-left:2px}.pc-result-content .pc-empty-text{text-align:center;padding:40px;color:#999;font-size:14px}.pc-eventInfo-content{padding:20px 24px;margin-bottom:16px;border-radius:8px;opacity:1;background:#eef5ff}.pc-eventInfo-content .title{font-size:16px;line-height:21px;font-weight:500;color:#333}.pc-eventInfo-content .info-con{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#666;font-size:14px;margin-top:12px;grid-gap:40px;gap:40px}.pc-eventInfo-content .info-con .info-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pc-eventInfo-content .info-con .icon{width:16px;height:16px;margin-right:8px}.pc-guidePc-wrapper{background:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.pc-guidePc-wrapper .pc-guide-empty{text-align:center;padding:100px 0;font-size:16px;color:#999}.pc-guidePc-main{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow-y:auto;overflow-x:hidden}.pc-stity{position:-webkit-sticky;position:sticky;top:0;z-index:9;background:#fff}.pc-gap{height:24px}.pc-guidePc-content .pc-content-section{margin-top:24px}.pc-guidePc-bottom{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;border-top:1px solid #e8e8e8;background:#fff;padding:16px 24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;grid-gap:12px;gap:12px}.pc-guidePc-bottom .pc-next-btn{width:96px;background:#1678ff;color:#fff}.pc-guidePc-bottom .pc-action-btn,.pc-guidePc-bottom .pc-next-btn{height:40px;border-radius:4px;opacity:1;text-align:center;font-size:14px;line-height:40px}.pc-guidePc-bottom .pc-action-btn{width:88px;background:#f7f8fa;color:#222}.pc-go-up-btn{position:fixed;bottom:120px;right:40px;width:48px;height:48px;background:#1678ff;color:#fff;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:12px;cursor:pointer;-webkit-box-shadow:0 2px 8px rgba(22,120,255,.4);box-shadow:0 2px 8px rgba(22,120,255,.4);z-index:100;-webkit-transition:all .2s;transition:all .2s}.pc-go-up-btn:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow:0 4px 12px rgba(22,120,255,.5);box-shadow:0 4px 12px rgba(22,120,255,.5)}.pc-agree-detail{max-height:70vh;overflow-y:auto;padding:16px}.pc-agree,.pc-agree-detail{font-size:14px;line-height:1.6}.pc-agree{color:#333}.pc-agree .pc-agreement-sub-item{color:#1678ff;cursor:pointer;margin-left:4px}.pc-agree .pc-agreement-sub-item:hover{text-decoration:underline}.bizpack-colorful-button{border:2px dashed #00f}